01KV590GMJR3MST4BKXE80G07T: 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: 01KV590XF4W6W5WXX71MPX4VQ7

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-15T09:16:22.222Zjob assigned to worker 01KV5913D8DSAYJ96G26M7W62F [factory aws, i-08d3a9ede81632e1b] (queued for 56 s)
 
22026-06-15T09:16:28.763Zstarting task 0: "setup"
32026-06-15T09:16:28.769Z++ uname -s
42026-06-15T09:16:28.771Z+ kern=SunOS
52026-06-15T09:16:28.772Z+ build_user=build
62026-06-15T09:16:28.772Z+ build_uid=12345
72026-06-15T09:16:28.772Z+ work_dir=/work
82026-06-15T09:16:28.772Z+ input_dir=/input
92026-06-15T09:16:28.772Z+ [[ 0 == 12345 ]]
102026-06-15T09:16:28.772Z+ case "$kern" in
112026-06-15T09:16:28.772Z+ groupadd -g 12345 build
122026-06-15T09:16:28.774Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-15T09:16:30.778Z+ zfs create -o mountpoint=/work rpool/work
142026-06-15T09:16:30.865Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-15T09:16:30.868Z+ home_fs=zfs
162026-06-15T09:16:30.868Z+ [[ zfs == autofs ]]
172026-06-15T09:16:30.868Z+ mkdir -p /home/build
182026-06-15T09:16:30.868Z+ chown build:build /home/build /work
192026-06-15T09:16:32.869Z+ chmod 0700 /home/build /work
202026-06-15T09:16:32.872Zprocess exited: duration 4107 ms, exit code 0
 
212026-06-15T09:16:32.878Zstarting task 1: "rust-toolchain"
222026-06-15T09:16:32.882Z+ printf ' * rust toolchain channel = "%s"\n' 1.95.0
232026-06-15T09:16:32.882Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-15T09:16:32.882Z * rust toolchain channel = "1.95.0"
252026-06-15T09:16:32.882Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-15T09:16:32.882Z * rust toolchain profile = "default"
272026-06-15T09:16:32.882Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-15T09:16:32.885Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-15T09:16:32.885Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default
302026-06-15T09:16:32.953Zinfo: downloading installer
312026-06-15T09:16:34.385Zwarn: It looks like you have an existing rustup settings file at:
322026-06-15T09:16:34.385Zwarn: /home/build/.rustup/settings.toml
332026-06-15T09:16:34.385Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-15T09:16:34.385Zwarn: instead of the one inferred from the default host triple.
352026-06-15T09:16:34.397Zinfo: profile set to default
362026-06-15T09:16:34.397Zinfo: default host triple is x86_64-unknown-illumos
372026-06-15T09:16:34.400Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
382026-06-15T09:16:34.537Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
392026-06-15T09:16:34.541Zinfo: downloading 6 components
402026-06-15T09:16:50.780Zinfo: default toolchain set to 1.95.0-x86_64-unknown-illumos
412026-06-15T09:16:50.780Z
422026-06-15T09:16:50.805Z 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
432026-06-15T09:16:50.805Z
442026-06-15T09:16:50.805Z
452026-06-15T09:16:50.805ZRust is installed now. Great!
462026-06-15T09:16:50.805Z
472026-06-15T09:16:50.809ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-15T09:16:50.809Zenvironment variable. This has not been done automatically.
492026-06-15T09:16:50.809Z
502026-06-15T09:16:50.809ZTo configure your current shell, you need to source
512026-06-15T09:16:50.809Zthe corresponding env file under $HOME/.cargo.
522026-06-15T09:16:50.809Z
532026-06-15T09:16:50.809ZThis is usually done by running one of the following (note the leading DOT):
542026-06-15T09:16:50.809Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-15T09:16:50.809Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-15T09:16:50.809Zsource "~/.cargo/env.nu" # For nushell
572026-06-15T09:16:50.809Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-15T09:16:50.809Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-15T09:16:50.809Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-15T09:16:50.809Zwarn: no default linker (`cc`) was found in your PATH
612026-06-15T09:16:50.809Zwarn: many Rust crates require a system C toolchain to build
622026-06-15T09:16:50.911Z+ rustup --version
632026-06-15T09:16:50.920Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-15T09:16:50.923Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-15T09:16:50.941Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
662026-06-15T09:16:50.944Z+ cargo --version
672026-06-15T09:16:50.958Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
682026-06-15T09:16:50.961Z+ rustc --version
692026-06-15T09:16:50.980Zrustc 1.95.0 (59807616e 2026-04-14)
702026-06-15T09:16:50.983Zprocess exited: duration 18103 ms, exit code 0
 
712026-06-15T09:16:50.989Zstarting task 2: "authentication"
722026-06-15T09:16:51.006Zprocess exited: duration 16 ms, exit code 0
 
732026-06-15T09:16:51.012Zstarting task 3: "clone repository"
742026-06-15T09:16:51.015Z+ mkdir -p /work/oxidecomputer/opte
752026-06-15T09:16:51.018Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-15T09:16:51.047ZCloning into '/work/oxidecomputer/opte'...
772026-06-15T09:16:52.019Z+ cd /work/oxidecomputer/opte
782026-06-15T09:16:52.019Z+ git fetch origin fa2f5fe74dbb82cc7cda1ad4ecfe21a844810367
792026-06-15T09:16:52.274ZFrom https://github.com/oxidecomputer/opte
802026-06-15T09:16:52.275Z * branch fa2f5fe74dbb82cc7cda1ad4ecfe21a844810367 -> FETCH_HEAD
812026-06-15T09:16:52.280Z+ [[ -n renovate/lock-file-maintenance ]]
822026-06-15T09:16:52.283Z++ git branch --show-current
832026-06-15T09:16:52.283Z+ current=master
842026-06-15T09:16:52.283Z+ [[ master != renovate/lock-file-maintenance ]]
852026-06-15T09:16:52.283Z+ git branch -f renovate/lock-file-maintenance fa2f5fe74dbb82cc7cda1ad4ecfe21a844810367
862026-06-15T09:16:52.285Z+ git checkout -f renovate/lock-file-maintenance
872026-06-15T09:16:52.303ZSwitched to branch 'renovate/lock-file-maintenance'
882026-06-15T09:16:52.306Z+ git reset --hard fa2f5fe74dbb82cc7cda1ad4ecfe21a844810367
892026-06-15T09:16:52.318ZHEAD is now at fa2f5fe Lock file maintenance
902026-06-15T09:16:52.321Zprocess exited: duration 1306 ms, exit code 0
 
912026-06-15T09:16:52.327Zstarting task 4: "build"
922026-06-15T09:16:52.332Z+ source .github/buildomat/common.sh
932026-06-15T09:16:52.335Z++ rustup show active-toolchain
942026-06-15T09:16:52.339Z1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-06-15T09:16:52.341Z++ pushd xde
962026-06-15T09:16:52.341Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-06-15T09:16:52.341Z++ rustup show active-toolchain
982026-06-15T09:16:52.345Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-06-15T09:16:52.516Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-06-15T09:16:52.519Zinfo: downloading 6 components
1012026-06-15T09:17:06.871Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-06-15T09:17:06.958Z+++ rustup show active-toolchain -v
1032026-06-15T09:17:06.962Z+++ head -n 1
1042026-06-15T09:17:06.962Z+++ cut '-d ' -f1
1052026-06-15T09:17:07.014Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-06-15T09:17:07.014Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-06-15T09:17:07.014Z++ popd
1082026-06-15T09:17:07.017Z/work/oxidecomputer/opte
1092026-06-15T09:17:07.017Z+ TGT_BASE=/work
1102026-06-15T09:17:07.017Z+ DBG_SRC=target/x86_64-unknown-unknown/debug
1112026-06-15T09:17:07.017Z+ DBG_LINK_SRC=target/i686-unknown-illumos/debug
1122026-06-15T09:17:07.017Z+ DBG_TGT=/work/debug
1132026-06-15T09:17:07.017Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1142026-06-15T09:17:07.017Z+ REL_LINK_SRC=target/i686-unknown-illumos/release
1152026-06-15T09:17:07.017Z+ REL_TGT=/work/release
1162026-06-15T09:17:07.018Z+ mkdir -p /work/debug /work/release
1172026-06-15T09:17:07.018Z+ cargo --version
1182026-06-15T09:17:07.025Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1192026-06-15T09:17:07.028Z+ rustc --version
1202026-06-15T09:17:07.048Zrustc 1.95.0 (59807616e 2026-04-14)
1212026-06-15T09:17:07.051Z+ install_pkg jq
1222026-06-15T09:17:07.051Z+ set +o errexit
1232026-06-15T09:17:07.051Z+ pfexec pkg install jq
1242026-06-15T09:17:10.423Z Startup: Refreshing catalog 'helios' ... Done
1252026-06-15T09:17:10.515Z Startup: Caching catalogs ... Done
1262026-06-15T09:17:10.866ZPlanning: Solver setup ... Done
1272026-06-15T09:17:10.888ZPlanning: Running solver ... Done
1282026-06-15T09:17:10.893ZPlanning: Consolidating action changes ... Done
1292026-06-15T09:17:10.896ZPlanning: Evaluating mediators ... Done
1302026-06-15T09:17:10.896ZPlanning: Planning completed in 0.36 seconds
1312026-06-15T09:17:10.935ZNo updates necessary for this image.
1322026-06-15T09:17:11.019Z+ exit_code=4
1332026-06-15T09:17:11.022Z+ [[ 4 -ne 0 ]]
1342026-06-15T09:17:11.022Z+ [[ 4 -ne 4 ]]
1352026-06-15T09:17:11.022Z+ set -o errexit
1362026-06-15T09:17:11.022Z+ pushd xde
1372026-06-15T09:17:11.022Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1382026-06-15T09:17:11.022Z+ cp xde.conf /work/xde.conf
1392026-06-15T09:17:11.022Z+ header 'check style'
1402026-06-15T09:17:11.022Z+ echo '# ==== check style ==== #'
1412026-06-15T09:17:11.022Z# ==== check style ==== #
1422026-06-15T09:17:11.022Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check
1432026-06-15T09:17:11.239Z
1442026-06-15T09:17:11.239Zreal 0.214731058
1452026-06-15T09:17:11.239Zuser 0.152980534
1462026-06-15T09:17:11.239Zsys 0.052367198
1472026-06-15T09:17:11.239Ztrap 0.000010290
1482026-06-15T09:17:11.239Ztflt 0.000066140
1492026-06-15T09:17:11.239Zdflt 0.000006680
1502026-06-15T09:17:11.239Zkflt 0.000000000
1512026-06-15T09:17:11.239Zlock 0.035095520
1522026-06-15T09:17:11.239Zslp 0.189093247
1532026-06-15T09:17:11.239Zlat 0.000722430
1542026-06-15T09:17:11.239Zstop 0.000106020
1552026-06-15T09:17:11.242Z+ header analyze
1562026-06-15T09:17:11.242Z+ echo '# ==== analyze ==== #'
1572026-06-15T09:17:11.242Z# ==== analyze ==== #
1582026-06-15T09:17:11.242Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
1592026-06-15T09:17:11.424Z Updating crates.io index
1602026-06-15T09:17:11.460Z Updating git repository `https://github.com/oxidecomputer/falcon`
1612026-06-15T09:17:12.529Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1622026-06-15T09:17:13.130Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1632026-06-15T09:17:13.530Z Updating git repository `https://github.com/oxidecomputer/zone`
1642026-06-15T09:17:13.981Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1652026-06-15T09:17:14.253Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1662026-06-15T09:17:14.487Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1672026-06-15T09:17:16.342Z Downloading crates ...
1682026-06-15T09:17:16.395Z Downloaded crc32fast v1.5.0
1692026-06-15T09:17:16.398Z Downloaded byteorder v1.5.0
1702026-06-15T09:17:16.398Z Downloaded cobs v0.3.0
1712026-06-15T09:17:16.401Z Downloaded macaddr v1.0.1
1722026-06-15T09:17:16.404Z Downloaded managed v0.8.0
1732026-06-15T09:17:16.404Z Downloaded darling_macro v0.23.0
1742026-06-15T09:17:16.408Z Downloaded cfg-if v1.0.4
1752026-06-15T09:17:16.411Z Downloaded strsim v0.11.1
1762026-06-15T09:17:16.411Z Downloaded fnv v1.0.7
1772026-06-15T09:17:16.414Z Downloaded defmt v0.3.100
1782026-06-15T09:17:16.418Z Downloaded ref-cast-impl v1.0.25
1792026-06-15T09:17:16.422Z Downloaded version_check v0.9.5
1802026-06-15T09:17:16.422Z Downloaded defmt-parser v1.0.0
1812026-06-15T09:17:16.422Z Downloaded dyn-clone v1.0.20
1822026-06-15T09:17:16.425Z Downloaded embedded-io v0.6.1
1832026-06-15T09:17:16.428Z Downloaded stable_deref_trait v1.2.1
1842026-06-15T09:17:16.428Z Downloaded proc-macro-error-attr2 v2.0.0
1852026-06-15T09:17:16.428Z Downloaded ident_case v1.0.1
1862026-06-15T09:17:16.428Z Downloaded hash32 v0.3.1
1872026-06-15T09:17:16.431Z Downloaded embedded-io v0.4.0
1882026-06-15T09:17:16.448Z Downloaded ingot v0.1.1
1892026-06-15T09:17:16.451Z Downloaded defmt-macros v1.1.0
1902026-06-15T09:17:16.455Z Downloaded darling_macro v0.21.3
1912026-06-15T09:17:16.458Z Downloaded ref-cast v1.0.25
1922026-06-15T09:17:16.461Z Downloaded thiserror-impl v2.0.18
1932026-06-15T09:17:16.464Z Downloaded quote v1.0.45
1942026-06-15T09:17:16.467Z Downloaded thiserror v2.0.18
1952026-06-15T09:17:16.470Z Downloaded ingot-types v0.1.2
1962026-06-15T09:17:16.473Z Downloaded proc-macro-error2 v2.0.1
1972026-06-15T09:17:16.477Z Downloaded darling v0.21.3
1982026-06-15T09:17:16.481Z Downloaded bitflags v1.3.2
1992026-06-15T09:17:16.485Z Downloaded either v1.16.0
2002026-06-15T09:17:16.488Z Downloaded defmt v1.1.0
2012026-06-15T09:17:16.494Z Downloaded postcard v1.1.3
2022026-06-15T09:17:16.497Z Downloaded darling v0.23.0
2032026-06-15T09:17:16.503Z Downloaded proc-macro2 v1.0.106
2042026-06-15T09:17:16.506Z Downloaded heapless v0.8.0
2052026-06-15T09:17:16.509Z Downloaded ingot-macros v0.1.1
2062026-06-15T09:17:16.512Z Downloaded serde_derive v1.0.228
2072026-06-15T09:17:16.515Z Downloaded unicode-ident v1.0.24
2082026-06-15T09:17:16.515Z Downloaded bitflags v2.13.0
2092026-06-15T09:17:16.520Z Downloaded uuid v1.23.3
2102026-06-15T09:17:16.524Z Downloaded darling_core v0.23.0
2112026-06-15T09:17:16.528Z Downloaded darling_core v0.21.3
2122026-06-15T09:17:16.537Z Downloaded serde v1.0.228
2132026-06-15T09:17:16.541Z Downloaded serde_core v1.0.228
2142026-06-15T09:17:16.550Z Downloaded memchr v2.8.2
2152026-06-15T09:17:16.555Z Downloaded zerocopy-derive v0.8.52
2162026-06-15T09:17:16.562Z Downloaded aho-corasick v1.1.4
2172026-06-15T09:17:16.579Z Downloaded regex v1.12.4
2182026-06-15T09:17:16.582Z Downloaded itertools v0.14.0
2192026-06-15T09:17:16.625Z Downloaded zerocopy v0.8.52
2202026-06-15T09:17:16.636Z Downloaded syn v2.0.117
2212026-06-15T09:17:16.642Z Downloaded smoltcp v0.11.0
2222026-06-15T09:17:16.650Z Downloaded regex-syntax v0.8.11
2232026-06-15T09:17:16.665Z Downloaded regex-automata v0.4.14
2242026-06-15T09:17:16.678Z Updating crates.io index
2252026-06-15T09:17:16.773Z Downloading crates ...
2262026-06-15T09:17:16.816Z Downloaded foldhash v0.2.0
2272026-06-15T09:17:16.819Z Downloaded adler2 v2.0.1
2282026-06-15T09:17:16.824Z Downloaded getopts v0.2.24
2292026-06-15T09:17:16.827Z Downloaded addr2line v0.25.1
2302026-06-15T09:17:16.838Z Downloaded rustc-literal-escaper v0.0.7
2312026-06-15T09:17:16.843Z Downloaded rustc-demangle v0.1.27
2322026-06-15T09:17:16.846Z Downloaded miniz_oxide v0.8.9
2332026-06-15T09:17:16.863Z Downloaded memchr v2.7.6
2342026-06-15T09:17:16.876Z Downloaded hashbrown v0.16.1
2352026-06-15T09:17:16.909Z Downloaded gimli v0.32.3
2362026-06-15T09:17:16.916Z Downloaded object v0.37.3
2372026-06-15T09:17:16.945Z Downloaded libc v0.2.183
2382026-06-15T09:17:17.003Z 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-06-15T09:17:17.007Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
2402026-06-15T09:17:17.007Z Compiling proc-macro2 v1.0.106
2412026-06-15T09:17:17.007Z Compiling quote v1.0.45
2422026-06-15T09:17:17.007Z Compiling unicode-ident v1.0.24
2432026-06-15T09:17:17.007Z Compiling ident_case v1.0.1
2442026-06-15T09:17:17.007Z Compiling strsim v0.11.1
2452026-06-15T09:17:17.007Z Compiling serde_core v1.0.228
2462026-06-15T09:17:17.181Z Compiling fnv v1.0.7
2472026-06-15T09:17:17.184Z Compiling memchr v2.8.2
2482026-06-15T09:17:17.269Z Compiling regex-syntax v0.8.11
2492026-06-15T09:17:17.454Z Compiling serde v1.0.228
2502026-06-15T09:17:17.457Z Compiling thiserror v2.0.18
2512026-06-15T09:17:17.493Z Compiling either v1.16.0
2522026-06-15T09:17:17.568Z Compiling zerocopy v0.8.52
2532026-06-15T09:17:17.773Z Compiling aho-corasick v1.1.4
2542026-06-15T09:17:17.888Z Compiling itertools v0.14.0
2552026-06-15T09:17:17.910Z Compiling heapless v0.8.0
2562026-06-15T09:17:18.154Z Compiling smoltcp v0.11.0
2572026-06-15T09:17:18.274Z Compiling syn v2.0.117
2582026-06-15T09:17:18.357Z Compiling version_check v0.9.5
2592026-06-15T09:17:18.463Z Compiling ref-cast v1.0.25
2602026-06-15T09:17:18.594Z Compiling crc32fast v1.5.0
2612026-06-15T09:17:18.739Z Compiling regex-automata v0.4.14
2622026-06-15T09:17:18.887Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2632026-06-15T09:17:20.309Z Compiling regex v1.12.4
2642026-06-15T09:17:20.567Z Compiling darling_core v0.21.3
2652026-06-15T09:17:20.567Z Compiling darling_core v0.23.0
2662026-06-15T09:17:21.489Z Compiling thiserror-impl v2.0.18
2672026-06-15T09:17:21.489Z Compiling serde_derive v1.0.228
2682026-06-15T09:17:21.489Z Compiling zerocopy-derive v0.8.52
2692026-06-15T09:17:21.493Z Compiling ref-cast-impl v1.0.25
2702026-06-15T09:17:21.493Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2712026-06-15T09:17:23.136Z Compiling darling_macro v0.23.0
2722026-06-15T09:17:23.340Z Compiling darling_macro v0.21.3
2732026-06-15T09:17:24.061Z Compiling darling v0.23.0
2742026-06-15T09:17:24.128Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
2752026-06-15T09:17:24.254Z Compiling darling v0.21.3
2762026-06-15T09:17:24.323Z Compiling ingot-macros v0.1.1
2772026-06-15T09:17:28.697Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
2782026-06-15T09:17:30.788Z Checking byteorder v1.5.0
2792026-06-15T09:17:30.788Z Checking cfg-if v1.0.4
2802026-06-15T09:17:30.788Z Checking stable_deref_trait v1.2.1
2812026-06-15T09:17:30.791Z Checking macaddr v1.0.1
2822026-06-15T09:17:30.791Z Checking bitflags v1.3.2
2832026-06-15T09:17:30.840Z Checking managed v0.8.0
2842026-06-15T09:17:30.877Z Checking cobs v0.3.0
2852026-06-15T09:17:30.926Z Checking dyn-clone v1.0.20
2862026-06-15T09:17:30.942Z Checking hash32 v0.3.1
2872026-06-15T09:17:30.995Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
2882026-06-15T09:17:32.156Z Checking bitflags v2.13.0
2892026-06-15T09:17:32.156Z Checking uuid v1.23.3
2902026-06-15T09:17:32.303Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2912026-06-15T09:17:32.519Z Checking postcard v1.1.3
2922026-06-15T09:17:33.360Z Checking ingot-types v0.1.2
2932026-06-15T09:17:33.635Z Checking ingot v0.1.1
2942026-06-15T09:17:34.953Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2952026-06-15T09:17:39.251Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
2962026-06-15T09:17:40.829Z Checking xde v0.1.0 (/work/oxidecomputer/opte/xde)
2972026-06-15T09:17:43.228Z Finished `dev` profile [optimized + debuginfo] target(s) in 31.92s
2982026-06-15T09:17:43.353Z
2992026-06-15T09:17:43.353Zreal 32.108545332
3002026-06-15T09:17:43.353Zuser 1:15.971345185
3012026-06-15T09:17:43.353Zsys 10.280323354
3022026-06-15T09:17:43.353Ztrap 0.029173871
3032026-06-15T09:17:43.353Ztflt 0.038807855
3042026-06-15T09:17:43.353Zdflt 0.153718393
3052026-06-15T09:17:43.353Zkflt 0.001676710
3062026-06-15T09:17:43.353Zlock 3:52.024425733
3072026-06-15T09:17:43.353Zslp 3:31.365164970
3082026-06-15T09:17:43.353Zlat 3.159204206
3092026-06-15T09:17:43.353Zstop 6.646203978
3102026-06-15T09:17:43.356Z+ pushd xde-link
3112026-06-15T09:17:43.356Z/work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3122026-06-15T09:17:43.356Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
3132026-06-15T09:17:43.542Z 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-06-15T09:17:43.542Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3152026-06-15T09:17:43.542Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
3162026-06-15T09:17:54.083Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3172026-06-15T09:17:56.205Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.78s
3182026-06-15T09:17:56.225Z
3192026-06-15T09:17:56.225Zreal 12.866704819
3202026-06-15T09:17:56.225Zuser 20.471483604
3212026-06-15T09:17:56.225Zsys 1.222546619
3222026-06-15T09:17:56.229Ztrap 0.003408320
3232026-06-15T09:17:56.229Ztflt 0.002149690
3242026-06-15T09:17:56.229Zdflt 0.051833837
3252026-06-15T09:17:56.229Zkflt 0.000002010
3262026-06-15T09:17:56.229Zlock 1:08.111643928
3272026-06-15T09:17:56.229Zslp 42.950280360
3282026-06-15T09:17:56.229Zlat 0.166004264
3292026-06-15T09:17:56.229Zstop 0.135405386
3302026-06-15T09:17:56.229Z+ popd
3312026-06-15T09:17:56.229Z+ popd
3322026-06-15T09:17:56.229Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3332026-06-15T09:17:56.229Z/work/oxidecomputer/opte
3342026-06-15T09:17:56.229Z+ header 'build xde (debug)'
3352026-06-15T09:17:56.229Z+ echo '# ==== build xde (debug) ==== #'
3362026-06-15T09:17:56.229Z# ==== build xde (debug) ==== #
3372026-06-15T09:17:56.229Z+ ptime -m cargo xtask build --profile debug xde xde-link
3382026-06-15T09:17:56.371Z Downloading crates ...
3392026-06-15T09:17:56.420Z Downloaded utf8parse v0.2.2
3402026-06-15T09:17:56.423Z Downloaded toml_writer v1.1.1+spec-1.1.0
3412026-06-15T09:17:56.427Z Downloaded anstream v1.0.0
3422026-06-15T09:17:56.430Z Downloaded heck v0.5.0
3432026-06-15T09:17:56.430Z Downloaded itoa v1.0.18
3442026-06-15T09:17:56.433Z Downloaded serde_spanned v1.1.1
3452026-06-15T09:17:56.436Z Downloaded is_terminal_polyfill v1.70.2
3462026-06-15T09:17:56.436Z Downloaded terminal_size v0.4.4
3472026-06-15T09:17:56.436Z Downloaded equivalent v1.0.2
3482026-06-15T09:17:56.440Z Downloaded toml v1.1.2+spec-1.1.0
3492026-06-15T09:17:56.443Z Downloaded anstyle-query v1.1.5
3502026-06-15T09:17:56.446Z Downloaded errno v0.3.14
3512026-06-15T09:17:56.451Z Downloaded colorchoice v1.0.5
3522026-06-15T09:17:56.457Z Downloaded cargo-platform v0.3.3
3532026-06-15T09:17:56.460Z Downloaded clap_lex v1.1.0
3542026-06-15T09:17:56.460Z Downloaded zmij v1.0.21
3552026-06-15T09:17:56.460Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3562026-06-15T09:17:56.465Z Downloaded anstyle v1.0.14
3572026-06-15T09:17:56.468Z Downloaded cargo_metadata v0.23.1
3582026-06-15T09:17:56.471Z Downloaded anstyle-parse v1.0.0
3592026-06-15T09:17:56.474Z Downloaded toml_parser v1.1.2+spec-1.1.0
3602026-06-15T09:17:56.476Z Downloaded semver v1.0.28
3612026-06-15T09:17:56.476Z Downloaded clap_derive v4.6.1
3622026-06-15T09:17:56.476Z Downloaded camino v1.2.2
3632026-06-15T09:17:56.480Z Downloaded anyhow v1.0.102
3642026-06-15T09:17:56.488Z Downloaded clap v4.6.1
3652026-06-15T09:17:56.516Z Downloaded indexmap v2.14.0
3662026-06-15T09:17:56.519Z Downloaded serde_json v1.0.150
3672026-06-15T09:17:56.532Z Downloaded hashbrown v0.17.1
3682026-06-15T09:17:56.535Z Downloaded clap_builder v4.6.0
3692026-06-15T09:17:56.541Z Downloaded winnow v1.0.3
3702026-06-15T09:17:56.572Z Downloaded rustix v1.1.4
3712026-06-15T09:17:56.601Z Downloaded libc v0.2.186
3722026-06-15T09:17:56.648Z Compiling serde_core v1.0.228
3732026-06-15T09:17:56.648Z Compiling proc-macro2 v1.0.106
3742026-06-15T09:17:56.648Z Compiling unicode-ident v1.0.24
3752026-06-15T09:17:56.651Z Compiling quote v1.0.45
3762026-06-15T09:17:56.652Z Compiling libc v0.2.186
3772026-06-15T09:17:56.652Z Compiling rustix v1.1.4
3782026-06-15T09:17:56.652Z Compiling bitflags v2.13.0
3792026-06-15T09:17:56.652Z Compiling utf8parse v0.2.2
3802026-06-15T09:17:56.806Z Compiling zmij v1.0.21
3812026-06-15T09:17:56.822Z Compiling anstyle-parse v1.0.0
3822026-06-15T09:17:57.042Z Compiling colorchoice v1.0.5
3832026-06-15T09:17:57.047Z Compiling serde_json v1.0.150
3842026-06-15T09:17:57.134Z Compiling serde v1.0.228
3852026-06-15T09:17:57.146Z Compiling thiserror v2.0.18
3862026-06-15T09:17:57.160Z Compiling camino v1.2.2
3872026-06-15T09:17:57.234Z Compiling anstyle-query v1.1.5
3882026-06-15T09:17:57.270Z Compiling anstyle v1.0.14
3892026-06-15T09:17:57.335Z Compiling is_terminal_polyfill v1.70.2
3902026-06-15T09:17:57.421Z Compiling errno v0.3.14
3912026-06-15T09:17:57.457Z Compiling anstream v1.0.0
3922026-06-15T09:17:57.537Z Compiling strsim v0.11.1
3932026-06-15T09:17:57.594Z Compiling anyhow v1.0.102
3942026-06-15T09:17:57.673Z Compiling clap_lex v1.1.0
3952026-06-15T09:17:57.880Z Compiling itoa v1.0.18
3962026-06-15T09:17:57.913Z Compiling winnow v1.0.3
3972026-06-15T09:17:57.983Z Compiling memchr v2.8.2
3982026-06-15T09:17:58.062Z Compiling syn v2.0.117
3992026-06-15T09:17:58.108Z Compiling terminal_size v0.4.4
4002026-06-15T09:17:58.134Z Compiling heck v0.5.0
4012026-06-15T09:17:58.258Z Compiling toml_parser v1.1.2+spec-1.1.0
4022026-06-15T09:17:58.355Z Compiling clap_builder v4.6.0
4032026-06-15T09:17:58.497Z Compiling toml_writer v1.1.1+spec-1.1.0
4042026-06-15T09:17:58.841Z Compiling semver v1.0.28
4052026-06-15T09:17:59.060Z Compiling serde_spanned v1.1.1
4062026-06-15T09:17:59.217Z Compiling toml_datetime v1.1.1+spec-1.1.0
4072026-06-15T09:17:59.409Z Compiling cargo-platform v0.3.3
4082026-06-15T09:17:59.605Z Compiling toml v1.1.2+spec-1.1.0
4092026-06-15T09:18:00.321Z Compiling serde_derive v1.0.228
4102026-06-15T09:18:00.535Z Compiling thiserror-impl v2.0.18
4112026-06-15T09:18:00.574Z Compiling clap_derive v4.6.1
4122026-06-15T09:18:02.250Z Compiling clap v4.6.1
4132026-06-15T09:18:03.491Z Compiling cargo_metadata v0.23.1
4142026-06-15T09:18:05.937Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
4152026-06-15T09:18:07.561Z Finished `dev` profile [optimized + debuginfo] target(s) in 11.32s
4162026-06-15T09:18:07.575Z Running `target/debug/xtask build --profile debug xde xde-link`
4172026-06-15T09:18:09.081ZBuilding xde (dev).
4182026-06-15T09:18:09.310Z Compiling serde_core v1.0.228
4192026-06-15T09:18:09.310Z Compiling byteorder v1.5.0
4202026-06-15T09:18:09.310Z Compiling cfg-if v1.0.4
4212026-06-15T09:18:09.313Z Compiling stable_deref_trait v1.2.1
4222026-06-15T09:18:09.313Z Compiling macaddr v1.0.1
4232026-06-15T09:18:09.337Z Compiling thiserror v2.0.18
4242026-06-15T09:18:09.340Z Compiling zerocopy v0.8.52
4252026-06-15T09:18:09.342Z Compiling managed v0.8.0
4262026-06-15T09:18:09.383Z Compiling bitflags v1.3.2
4272026-06-15T09:18:09.390Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4282026-06-15T09:18:09.424Z Compiling cobs v0.3.0
4292026-06-15T09:18:09.445Z Compiling either v1.16.0
4302026-06-15T09:18:09.499Z Compiling hash32 v0.3.1
4312026-06-15T09:18:09.557Z Compiling ref-cast v1.0.25
4322026-06-15T09:18:09.579Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4332026-06-15T09:18:09.616Z Compiling heapless v0.8.0
4342026-06-15T09:18:09.646Z Compiling itertools v0.14.0
4352026-06-15T09:18:09.646Z Compiling crc32fast v1.5.0
4362026-06-15T09:18:09.670Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4372026-06-15T09:18:09.699Z Compiling dyn-clone v1.0.20
4382026-06-15T09:18:09.836Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4392026-06-15T09:18:09.978Z Compiling smoltcp v0.11.0
4402026-06-15T09:18:10.896Z Compiling serde v1.0.228
4412026-06-15T09:18:10.896Z Compiling bitflags v2.13.0
4422026-06-15T09:18:10.896Z Compiling uuid v1.23.3
4432026-06-15T09:18:11.032Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4442026-06-15T09:18:11.311Z Compiling postcard v1.1.3
4452026-06-15T09:18:12.176Z Compiling ingot-types v0.1.2
4462026-06-15T09:18:12.462Z Compiling ingot v0.1.1
4472026-06-15T09:18:13.938Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4482026-06-15T09:18:18.265Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4492026-06-15T09:18:28.728Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4502026-06-15T09:18:37.074Z Finished `dev` profile [optimized + debuginfo] target(s) in 27.96s
4512026-06-15T09:18:37.099ZLinking xde kmod...
4522026-06-15T09:18:38.297ZBuilding xde dev link helper (dev).
4532026-06-15T09:18:38.455Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4542026-06-15T09:18:38.791Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.46s
4552026-06-15T09:18:38.815Z
4562026-06-15T09:18:38.818Zreal 42.585612837
4572026-06-15T09:18:38.818Zuser 2:18.532358720
4582026-06-15T09:18:38.818Zsys 11.399458808
4592026-06-15T09:18:38.818Ztrap 0.060615960
4602026-06-15T09:18:38.818Ztflt 0.267729034
4612026-06-15T09:18:38.818Zdflt 0.363841465
4622026-06-15T09:18:38.818Zkflt 0.000031360
4632026-06-15T09:18:38.819Zlock 6:35.784009883
4642026-06-15T09:18:38.819Zslp 3:56.718490032
4652026-06-15T09:18:38.819Zlat 5.737607169
4662026-06-15T09:18:38.819Zstop 4.484948943
4672026-06-15T09:18:38.819Z+ header 'build xde (release)'
4682026-06-15T09:18:38.819Z+ echo '# ==== build xde (release) ==== #'
4692026-06-15T09:18:38.819Z# ==== build xde (release) ==== #
4702026-06-15T09:18:38.819Z+ ptime -m cargo xtask build --profile release xde xde-link
4712026-06-15T09:18:38.952Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s
4722026-06-15T09:18:38.956Z Running `target/debug/xtask build --profile release xde xde-link`
4732026-06-15T09:18:39.151ZBuilding xde (release-lto).
4742026-06-15T09:18:39.384Z 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-06-15T09:18:39.384Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4762026-06-15T09:18:39.384Z Compiling proc-macro2 v1.0.106
4772026-06-15T09:18:39.384Z Compiling quote v1.0.45
4782026-06-15T09:18:39.384Z Compiling unicode-ident v1.0.24
4792026-06-15T09:18:39.384Z Compiling strsim v0.11.1
4802026-06-15T09:18:39.384Z Compiling ident_case v1.0.1
4812026-06-15T09:18:39.388Z Compiling serde_core v1.0.228
4822026-06-15T09:18:39.503Z Compiling fnv v1.0.7
4832026-06-15T09:18:39.503Z Compiling memchr v2.8.2
4842026-06-15T09:18:39.584Z Compiling regex-syntax v0.8.11
4852026-06-15T09:18:39.751Z Compiling thiserror v2.0.18
4862026-06-15T09:18:39.764Z Compiling serde v1.0.228
4872026-06-15T09:18:39.777Z Compiling either v1.16.0
4882026-06-15T09:18:39.897Z Compiling aho-corasick v1.1.4
4892026-06-15T09:18:39.966Z Compiling zerocopy v0.8.52
4902026-06-15T09:18:40.141Z Compiling itertools v0.14.0
4912026-06-15T09:18:40.164Z Compiling heapless v0.8.0
4922026-06-15T09:18:40.459Z Compiling syn v2.0.117
4932026-06-15T09:18:40.572Z Compiling smoltcp v0.11.0
4942026-06-15T09:18:40.575Z Compiling version_check v0.9.5
4952026-06-15T09:18:40.674Z Compiling ref-cast v1.0.25
4962026-06-15T09:18:40.923Z Compiling crc32fast v1.5.0
4972026-06-15T09:18:41.006Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4982026-06-15T09:18:41.038Z Compiling regex-automata v0.4.14
4992026-06-15T09:18:42.651Z Compiling regex v1.12.4
5002026-06-15T09:18:42.777Z Compiling darling_core v0.21.3
5012026-06-15T09:18:42.795Z Compiling darling_core v0.23.0
5022026-06-15T09:18:43.744Z Compiling serde_derive v1.0.228
5032026-06-15T09:18:43.745Z Compiling thiserror-impl v2.0.18
5042026-06-15T09:18:43.745Z Compiling zerocopy-derive v0.8.52
5052026-06-15T09:18:43.745Z Compiling ref-cast-impl v1.0.25
5062026-06-15T09:18:43.748Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5072026-06-15T09:18:45.331Z Compiling darling_macro v0.21.3
5082026-06-15T09:18:45.422Z Compiling darling_macro v0.23.0
5092026-06-15T09:18:46.225Z Compiling darling v0.21.3
5102026-06-15T09:18:46.288Z Compiling ingot-macros v0.1.1
5112026-06-15T09:18:46.324Z Compiling darling v0.23.0
5122026-06-15T09:18:46.388Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5132026-06-15T09:18:51.505Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5142026-06-15T09:18:53.609Z Compiling byteorder v1.5.0
5152026-06-15T09:18:53.612Z Compiling cfg-if v1.0.4
5162026-06-15T09:18:53.612Z Compiling macaddr v1.0.1
5172026-06-15T09:18:53.612Z Compiling stable_deref_trait v1.2.1
5182026-06-15T09:18:53.672Z Compiling managed v0.8.0
5192026-06-15T09:18:53.677Z Compiling bitflags v1.3.2
5202026-06-15T09:18:53.709Z Compiling cobs v0.3.0
5212026-06-15T09:18:53.792Z Compiling hash32 v0.3.1
5222026-06-15T09:18:53.914Z Compiling dyn-clone v1.0.20
5232026-06-15T09:18:53.972Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5242026-06-15T09:18:55.195Z Compiling bitflags v2.13.0
5252026-06-15T09:18:55.195Z Compiling uuid v1.23.3
5262026-06-15T09:18:55.338Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5272026-06-15T09:18:55.621Z Compiling postcard v1.1.3
5282026-06-15T09:18:56.455Z Compiling ingot-types v0.1.2
5292026-06-15T09:18:56.778Z Compiling ingot v0.1.1
5302026-06-15T09:18:58.328Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5312026-06-15T09:19:02.182Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5322026-06-15T09:19:10.953Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5332026-06-15T09:19:40.749Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 01s
5342026-06-15T09:19:40.773ZLinking xde kmod...
5352026-06-15T09:19:41.355ZBuilding xde dev link helper (release).
5362026-06-15T09:19:41.515Z 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-06-15T09:19:41.515Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5382026-06-15T09:19:41.515Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5392026-06-15T09:19:52.713Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5402026-06-15T09:19:55.053Z Finished `release` profile [optimized + debuginfo] target(s) in 13.67s
5412026-06-15T09:19:55.073Z
5422026-06-15T09:19:55.076Zreal 1:16.253811489
5432026-06-15T09:19:55.076Zuser 2:10.103999883
5442026-06-15T09:19:55.076Zsys 12.623014807
5452026-06-15T09:19:55.076Ztrap 0.034184181
5462026-06-15T09:19:55.076Ztflt 0.155620572
5472026-06-15T09:19:55.077Zdflt 0.228391184
5482026-06-15T09:19:55.077Zkflt 0.000021860
5492026-06-15T09:19:55.077Zlock 10:55.550553606
5502026-06-15T09:19:55.077Zslp 6:11.947071048
5512026-06-15T09:19:55.077Zlat 2.094060908
5522026-06-15T09:19:55.077Zstop 5.183774725
5532026-06-15T09:19:55.077Z+ elfdump target/x86_64-unknown-unknown/debug/xde.dbg
5542026-06-15T09:19:55.077Z+ grep GOTPCREL
5552026-06-15T09:19:56.911Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5562026-06-15T09:19:56.914Z+ grep GOTPCREL
5572026-06-15T09:19:57.880Z+ cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/
5582026-06-15T09:19:57.939Z+ sha256sum /work/debug/xde.dbg
5592026-06-15T09:19:57.992Z+ cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so
5602026-06-15T09:19:57.995Z+ sha256sum /work/debug/xde_link.dbg.so
5612026-06-15T09:19:57.997Z+ cp target/x86_64-unknown-unknown/release-lto/xde /work/release/
5622026-06-15T09:19:58.037Z+ sha256sum /work/release/xde
5632026-06-15T09:19:58.066Z+ cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so
5642026-06-15T09:19:58.069Z+ sha256sum /work/release/xde_link.so
5652026-06-15T09:19:58.071Z+ header 'build xde integration tests'
5662026-06-15T09:19:58.071Z+ echo '# ==== build xde integration tests ==== #'
5672026-06-15T09:19:58.072Z+ pushd xde-tests
5682026-06-15T09:19:58.072Z# ==== build xde integration tests ==== #
5692026-06-15T09:19:58.072Z/work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte
5702026-06-15T09:19:58.072Z+ cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
5712026-06-15T09:19:58.151Z+ cargo clippy --all-targets -- --deny warnings
5722026-06-15T09:19:58.364Z Compiling serde_core v1.0.228
5732026-06-15T09:19:58.364Z Checking cfg-if v1.0.4
5742026-06-15T09:19:58.364Z Checking memchr v2.8.2
5752026-06-15T09:19:58.364Z Compiling serde v1.0.228
5762026-06-15T09:19:58.368Z Compiling rustversion v1.0.22
5772026-06-15T09:19:58.368Z Compiling version_check v0.9.5
5782026-06-15T09:19:58.368Z Compiling strsim v0.11.1
5792026-06-15T09:19:58.368Z Compiling syn v2.0.117
5802026-06-15T09:19:58.433Z Compiling ident_case v1.0.1
5812026-06-15T09:19:58.538Z Compiling libc v0.2.186
5822026-06-15T09:19:58.661Z Compiling fnv v1.0.7
5832026-06-15T09:19:58.734Z Compiling regex-syntax v0.8.11
5842026-06-15T09:19:58.740Z Checking pin-project-lite v0.2.17
5852026-06-15T09:19:58.756Z Compiling syn v1.0.109
5862026-06-15T09:19:58.810Z Compiling hashbrown v0.17.1
5872026-06-15T09:19:59.077Z Compiling aho-corasick v1.1.4
5882026-06-15T09:19:59.234Z Compiling equivalent v1.0.2
5892026-06-15T09:19:59.247Z Compiling zerocopy v0.8.52
5902026-06-15T09:19:59.308Z Compiling either v1.16.0
5912026-06-15T09:19:59.323Z Compiling winnow v1.0.3
5922026-06-15T09:19:59.341Z Compiling indexmap v2.14.0
5932026-06-15T09:19:59.506Z Compiling itertools v0.14.0
5942026-06-15T09:19:59.939Z Compiling heapless v0.8.0
5952026-06-15T09:20:00.204Z Compiling regex-automata v0.4.14
5962026-06-15T09:20:00.243Z Compiling toml_parser v1.1.2+spec-1.1.0
5972026-06-15T09:20:00.350Z Checking byteorder v1.5.0
5982026-06-15T09:20:00.498Z Compiling toml_datetime v1.1.1+spec-1.1.0
5992026-06-15T09:20:00.671Z Compiling toml_edit v0.25.12+spec-1.1.0
6002026-06-15T09:20:00.710Z Checking hash32 v0.3.1
6012026-06-15T09:20:00.785Z Checking bitflags v2.13.0
6022026-06-15T09:20:00.790Z Compiling slog v2.8.2
6032026-06-15T09:20:00.809Z Compiling smoltcp v0.11.0
6042026-06-15T09:20:00.876Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6052026-06-15T09:20:00.936Z Compiling darling_core v0.21.3
6062026-06-15T09:20:01.015Z Compiling darling_core v0.23.0
6072026-06-15T09:20:01.118Z Checking macaddr v1.0.1
6082026-06-15T09:20:01.147Z Checking futures-core v0.3.32
6092026-06-15T09:20:01.252Z Checking stable_deref_trait v1.2.1
6102026-06-15T09:20:01.259Z Checking futures-sink v0.3.32
6112026-06-15T09:20:01.343Z Checking futures-channel v0.3.32
6122026-06-15T09:20:01.526Z Compiling proc-macro-crate v3.5.0
6132026-06-15T09:20:01.587Z Compiling proc-macro-error-attr v1.0.4
6142026-06-15T09:20:01.670Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
6152026-06-15T09:20:01.868Z Checking bitflags v1.3.2
6162026-06-15T09:20:01.907Z Compiling regex v1.12.4
6172026-06-15T09:20:01.927Z Checking futures-io v0.3.32
6182026-06-15T09:20:02.025Z Checking rand_core v0.10.1
6192026-06-15T09:20:02.032Z Checking slab v0.4.12
6202026-06-15T09:20:02.160Z Checking futures-task v0.3.32
6212026-06-15T09:20:02.173Z Compiling serde_derive v1.0.228
6222026-06-15T09:20:02.180Z Compiling thiserror-impl v2.0.18
6232026-06-15T09:20:02.290Z Compiling zerocopy-derive v0.8.52
6242026-06-15T09:20:02.304Z Compiling futures-macro v0.3.32
6252026-06-15T09:20:02.794Z Checking managed v0.8.0
6262026-06-15T09:20:02.975Z Compiling crc32fast v1.5.0
6272026-06-15T09:20:03.055Z Compiling darling_macro v0.21.3
6282026-06-15T09:20:03.060Z Compiling getrandom v0.4.2
6292026-06-15T09:20:03.144Z Compiling autocfg v1.5.1
6302026-06-15T09:20:03.196Z Compiling darling_macro v0.23.0
6312026-06-15T09:20:03.272Z Compiling ref-cast v1.0.25
6322026-06-15T09:20:03.371Z Checking futures-util v0.3.32
6332026-06-15T09:20:03.417Z Checking thiserror v2.0.18
6342026-06-15T09:20:03.489Z Compiling num-traits v0.2.19
6352026-06-15T09:20:03.504Z Checking cobs v0.3.0
6362026-06-15T09:20:03.611Z Compiling darling v0.21.3
6372026-06-15T09:20:03.635Z Compiling num_enum_derive v0.7.6
6382026-06-15T09:20:03.679Z Compiling ingot-macros v0.1.1
6392026-06-15T09:20:03.724Z Compiling ref-cast-impl v1.0.25
6402026-06-15T09:20:03.756Z Compiling darling v0.23.0
6412026-06-15T09:20:03.828Z Compiling foreign-types-macros v0.2.3
6422026-06-15T09:20:04.351Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
6432026-06-15T09:20:04.452Z Compiling proc-macro-error v1.0.4
6442026-06-15T09:20:04.627Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
6452026-06-15T09:20:04.667Z Checking ipnetwork v0.21.1
6462026-06-15T09:20:04.685Z Checking once_cell v1.21.4
6472026-06-15T09:20:04.805Z Checking unicode-width v0.2.2
6482026-06-15T09:20:04.833Z Checking foreign-types-shared v0.3.1
6492026-06-15T09:20:04.849Z Compiling crossbeam-utils v0.8.21
6502026-06-15T09:20:04.873Z Checking cpufeatures v0.3.0
6512026-06-15T09:20:04.903Z Checking foreign-types v0.5.0
6522026-06-15T09:20:04.928Z Checking chacha20 v0.10.0
6532026-06-15T09:20:05.001Z Checking tracing-core v0.1.36
6542026-06-15T09:20:05.046Z Checking tabwriter v1.4.1
6552026-06-15T09:20:05.164Z Checking num_enum v0.7.6
6562026-06-15T09:20:05.259Z Checking erased-serde v0.3.31
6572026-06-15T09:20:05.262Z Checking postcard v1.1.3
6582026-06-15T09:20:05.298Z Checking futures-executor v0.3.32
6592026-06-15T09:20:05.313Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6602026-06-15T09:20:05.518Z Checking anyhow v1.0.102
6612026-06-15T09:20:05.550Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6622026-06-15T09:20:05.590Z Compiling tracing-attributes v0.1.31
6632026-06-15T09:20:05.658Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6642026-06-15T09:20:05.882Z Checking cstr-argument v0.1.2
6652026-06-15T09:20:05.994Z Checking pretty-hex v0.4.2
6662026-06-15T09:20:06.033Z Compiling thiserror v1.0.69
6672026-06-15T09:20:06.039Z Compiling num-conv v0.2.2
6682026-06-15T09:20:06.101Z Checking dyn-clone v1.0.20
6692026-06-15T09:20:06.179Z Compiling time-core v0.1.9
6702026-06-15T09:20:06.196Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
6712026-06-15T09:20:06.255Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
6722026-06-15T09:20:06.350Z Compiling time-macros v0.2.29
6732026-06-15T09:20:06.358Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6742026-06-15T09:20:06.403Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6752026-06-15T09:20:06.432Z Checking rand v0.10.1
6762026-06-15T09:20:06.491Z Checking ingot-types v0.1.2
6772026-06-15T09:20:06.559Z Checking futures v0.3.32
6782026-06-15T09:20:06.624Z Compiling thiserror-impl v1.0.69
6792026-06-15T09:20:06.755Z Checking uuid v1.23.3
6802026-06-15T09:20:06.888Z Checking ingot v0.1.1
6812026-06-15T09:20:06.893Z Checking tracing v0.1.44
6822026-06-15T09:20:06.915Z Checking arc-swap v1.9.1
6832026-06-15T09:20:06.959Z Checking socket2 v0.6.4
6842026-06-15T09:20:07.023Z Checking nom v8.0.0
6852026-06-15T09:20:07.076Z Checking thread_local v1.1.9
6862026-06-15T09:20:07.344Z Checking deranged v0.5.8
6872026-06-15T09:20:07.616Z Checking powerfmt v0.2.0
6882026-06-15T09:20:07.764Z Checking colored v3.1.1
6892026-06-15T09:20:07.774Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6902026-06-15T09:20:07.835Z Compiling slog-async v2.8.0
6912026-06-15T09:20:07.901Z Compiling heck v0.4.1
6922026-06-15T09:20:07.950Z Checking oxnet v0.1.6
6932026-06-15T09:20:08.091Z Checking iana-time-zone v0.1.65
6942026-06-15T09:20:08.121Z Checking lazy_static v1.5.0
6952026-06-15T09:20:08.162Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6962026-06-15T09:20:08.189Z Checking chrono v0.4.45
6972026-06-15T09:20:08.203Z Checking slog-scope v4.4.1
6982026-06-15T09:20:08.257Z Checking time v0.3.49
6992026-06-15T09:20:08.414Z Checking crossbeam-channel v0.5.15
7002026-06-15T09:20:08.518Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
7012026-06-15T09:20:08.746Z Checking cookie-factory v0.3.3
7022026-06-15T09:20:08.835Z Checking itertools v0.12.1
7032026-06-15T09:20:08.933Z Checking is-terminal v0.4.17
7042026-06-15T09:20:08.987Z Checking log v0.4.32
7052026-06-15T09:20:08.996Z Checking rusticata-macros v5.0.0
7062026-06-15T09:20:08.999Z Checking take_mut v0.2.2
7072026-06-15T09:20:09.006Z Checking circular v0.3.0
7082026-06-15T09:20:09.083Z Checking term v1.2.1
7092026-06-15T09:20:09.119Z Checking pcap-parser v0.17.0
7102026-06-15T09:20:09.140Z Checking slog-stdlog v4.1.1
7112026-06-15T09:20:09.327Z Checking slog-term v2.9.2
7122026-06-15T09:20:09.787Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
7132026-06-15T09:20:10.066Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
7142026-06-15T09:20:10.114Z Checking slog-envlogger v2.2.0
7152026-06-15T09:20:13.092Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
7162026-06-15T09:20:14.729Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
7172026-06-15T09:20:14.729Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
7182026-06-15T09:20:15.073Z Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
7192026-06-15T09:20:15.616Z Finished `dev` profile [optimized + debuginfo] target(s) in 17.42s
7202026-06-15T09:20:15.654Z+ cargo build --test loopback
7212026-06-15T09:20:15.824Z Compiling cfg-if v1.0.4
7222026-06-15T09:20:15.824Z Compiling memchr v2.8.2
7232026-06-15T09:20:15.827Z Compiling serde_core v1.0.228
7242026-06-15T09:20:15.853Z Compiling libc v0.2.186
7252026-06-15T09:20:15.856Z Compiling thiserror v2.0.18
7262026-06-15T09:20:15.859Z Compiling pin-project-lite v0.2.17
7272026-06-15T09:20:15.862Z Compiling byteorder v1.5.0
7282026-06-15T09:20:15.862Z Compiling either v1.16.0
7292026-06-15T09:20:15.900Z Compiling zerocopy v0.8.52
7302026-06-15T09:20:15.929Z Compiling futures-sink v0.3.32
7312026-06-15T09:20:15.934Z Compiling macaddr v1.0.1
7322026-06-15T09:20:16.020Z Compiling hash32 v0.3.1
7332026-06-15T09:20:16.024Z Compiling futures-core v0.3.32
7342026-06-15T09:20:16.045Z Compiling stable_deref_trait v1.2.1
7352026-06-15T09:20:16.113Z Compiling futures-channel v0.3.32
7362026-06-15T09:20:16.163Z Compiling heapless v0.8.0
7372026-06-15T09:20:16.168Z Compiling cobs v0.3.0
7382026-06-15T09:20:16.172Z Compiling bitflags v1.3.2
7392026-06-15T09:20:16.191Z Compiling rand_core v0.10.1
7402026-06-15T09:20:16.228Z Compiling futures-task v0.3.32
7412026-06-15T09:20:16.338Z Compiling managed v0.8.0
7422026-06-15T09:20:16.341Z Compiling futures-io v0.3.32
7432026-06-15T09:20:16.418Z Compiling slab v0.4.12
7442026-06-15T09:20:16.434Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
7452026-06-15T09:20:16.523Z Compiling smoltcp v0.11.0
7462026-06-15T09:20:16.558Z Compiling futures-util v0.3.32
7472026-06-15T09:20:16.583Z Compiling once_cell v1.21.4
7482026-06-15T09:20:16.595Z Compiling cpufeatures v0.3.0
7492026-06-15T09:20:16.659Z Compiling ipnetwork v0.21.1
7502026-06-15T09:20:16.694Z Compiling unicode-width v0.2.2
7512026-06-15T09:20:16.851Z Compiling foreign-types-shared v0.3.1
7522026-06-15T09:20:16.937Z Compiling tabwriter v1.4.1
7532026-06-15T09:20:17.004Z Compiling foreign-types v0.5.0
7542026-06-15T09:20:17.077Z Compiling tracing-core v0.1.36
7552026-06-15T09:20:17.233Z Compiling chacha20 v0.10.0
7562026-06-15T09:20:17.367Z Compiling ref-cast v1.0.25
7572026-06-15T09:20:17.443Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
7582026-06-15T09:20:17.461Z Compiling num_enum v0.7.6
7592026-06-15T09:20:17.570Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
7602026-06-15T09:20:17.574Z Compiling getrandom v0.4.2
7612026-06-15T09:20:17.680Z Compiling serde v1.0.228
7622026-06-15T09:20:17.795Z Compiling bitflags v2.13.0
7632026-06-15T09:20:17.863Z Compiling crc32fast v1.5.0
7642026-06-15T09:20:18.112Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
7652026-06-15T09:20:18.149Z Compiling erased-serde v0.3.31
7662026-06-15T09:20:18.217Z Compiling postcard v1.1.3
7672026-06-15T09:20:18.326Z Compiling cstr-argument v0.1.2
7682026-06-15T09:20:18.389Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7692026-06-15T09:20:18.491Z Compiling itertools v0.14.0
7702026-06-15T09:20:18.496Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
7712026-06-15T09:20:18.573Z Compiling slog v2.8.2
7722026-06-15T09:20:18.719Z Compiling futures-executor v0.3.32
7732026-06-15T09:20:18.860Z Compiling ingot-types v0.1.2
7742026-06-15T09:20:18.947Z Compiling dyn-clone v1.0.20
7752026-06-15T09:20:19.081Z Compiling pretty-hex v0.4.2
7762026-06-15T09:20:19.124Z Compiling tracing v0.1.44
7772026-06-15T09:20:19.186Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
7782026-06-15T09:20:19.213Z Compiling ingot v0.1.1
7792026-06-15T09:20:19.268Z Compiling futures v0.3.32
7802026-06-15T09:20:19.340Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
7812026-06-15T09:20:19.344Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7822026-06-15T09:20:19.363Z Compiling num-traits v0.2.19
7832026-06-15T09:20:19.399Z Compiling rand v0.10.1
7842026-06-15T09:20:19.454Z Compiling uuid v1.23.3
7852026-06-15T09:20:19.465Z Compiling crossbeam-utils v0.8.21
7862026-06-15T09:20:19.500Z Compiling aho-corasick v1.1.4
7872026-06-15T09:20:19.818Z Compiling nom v8.0.0
7882026-06-15T09:20:20.058Z Compiling socket2 v0.6.4
7892026-06-15T09:20:20.080Z Compiling thread_local v1.1.9
7902026-06-15T09:20:20.326Z Compiling arc-swap v1.9.1
7912026-06-15T09:20:20.353Z Compiling iana-time-zone v0.1.65
7922026-06-15T09:20:20.497Z Compiling time-core v0.1.9
7932026-06-15T09:20:20.685Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
7942026-06-15T09:20:20.708Z Compiling num-conv v0.2.2
7952026-06-15T09:20:20.837Z Compiling lazy_static v1.5.0
7962026-06-15T09:20:20.858Z Compiling oxnet v0.1.6
7972026-06-15T09:20:20.923Z Compiling regex-syntax v0.8.11
7982026-06-15T09:20:20.928Z Compiling deranged v0.5.8
7992026-06-15T09:20:20.975Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
8002026-06-15T09:20:21.200Z Compiling colored v3.1.1
8012026-06-15T09:20:21.353Z Compiling winnow v1.0.3
8022026-06-15T09:20:21.488Z Compiling powerfmt v0.2.0
8032026-06-15T09:20:21.777Z Compiling slog-scope v4.4.1
8042026-06-15T09:20:21.938Z Compiling time v0.3.49
8052026-06-15T09:20:22.268Z Compiling rusticata-macros v5.0.0
8062026-06-15T09:20:22.424Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
8072026-06-15T09:20:22.599Z Compiling regex-automata v0.4.14
8082026-06-15T09:20:22.923Z Compiling chrono v0.4.45
8092026-06-15T09:20:23.472Z Compiling thiserror v1.0.69
8102026-06-15T09:20:23.571Z Compiling crossbeam-channel v0.5.15
8112026-06-15T09:20:23.840Z Compiling cookie-factory v0.3.3
8122026-06-15T09:20:24.171Z Compiling is-terminal v0.4.17
8132026-06-15T09:20:24.267Z Compiling itertools v0.12.1
8142026-06-15T09:20:24.316Z Compiling term v1.2.1
8152026-06-15T09:20:25.661Z Compiling circular v0.3.0
8162026-06-15T09:20:25.922Z Compiling log v0.4.32
8172026-06-15T09:20:26.204Z Compiling take_mut v0.2.2
8182026-06-15T09:20:26.314Z Compiling slog-async v2.8.0
8192026-06-15T09:20:26.816Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
8202026-06-15T09:20:26.939Z Compiling slog-stdlog v4.1.1
8212026-06-15T09:20:27.122Z Compiling pcap-parser v0.17.0
8222026-06-15T09:20:27.369Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
8232026-06-15T09:20:28.190Z Compiling slog-term v2.9.2
8242026-06-15T09:20:28.318Z Compiling regex v1.12.4
8252026-06-15T09:20:29.480Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
8262026-06-15T09:20:29.492Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
8272026-06-15T09:20:30.091Z Compiling slog-envlogger v2.2.0
8282026-06-15T09:20:30.091Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
8292026-06-15T09:20:30.717Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8302026-06-15T09:20:39.255Z Finished `dev` profile [optimized + debuginfo] target(s) in 23.59s
8312026-06-15T09:20:39.290Z++ cargo build -q --test loopback --message-format=json
8322026-06-15T09:20:39.293Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8332026-06-15T09:20:39.416Z+ loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-e1eb3cd170abdaad
8342026-06-15T09:20:39.416Z+ cargo build --test multicast_rx
8352026-06-15T09:20:39.521Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8362026-06-15T09:20:41.111Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.68s
8372026-06-15T09:20:41.148Z++ cargo build -q --test multicast_rx --message-format=json
8382026-06-15T09:20:41.151Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8392026-06-15T09:20:41.272Z+ multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-29bba8f72f9652c5
8402026-06-15T09:20:41.272Z+ cargo build --test multicast_multi_sub
8412026-06-15T09:20:41.377Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8422026-06-15T09:20:43.137Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.85s
8432026-06-15T09:20:43.174Z++ cargo build -q --test multicast_multi_sub --message-format=json
8442026-06-15T09:20:43.177Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8452026-06-15T09:20:43.296Z+ multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-37de66f5d9bf1676
8462026-06-15T09:20:43.296Z+ cargo build --test multicast_validation
8472026-06-15T09:20:43.401Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8482026-06-15T09:20:45.330Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.02s
8492026-06-15T09:20:45.365Z++ cargo build -q --test multicast_validation --message-format=json
8502026-06-15T09:20:45.368Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8512026-06-15T09:20:45.491Z+ multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-1399e8a877220c91
8522026-06-15T09:20:45.491Z+ cargo build --test multicast_source_filter
8532026-06-15T09:20:45.598Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8542026-06-15T09:20:47.649Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.15s
8552026-06-15T09:20:47.685Z++ cargo build -q --test multicast_source_filter --message-format=json
8562026-06-15T09:20:47.688Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8572026-06-15T09:20:47.809Z+ multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-d283b18a6f47f0d0
8582026-06-15T09:20:47.809Z+ mkdir -p /work/test
8592026-06-15T09:20:47.812Z+ cp /work/oxidecomputer/opte/target/debug/deps/loopback-e1eb3cd170abdaad /work/test/loopback
8602026-06-15T09:20:47.848Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-29bba8f72f9652c5 /work/test/multicast_rx
8612026-06-15T09:20:47.890Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-37de66f5d9bf1676 /work/test/multicast_multi_sub
8622026-06-15T09:20:47.936Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-1399e8a877220c91 /work/test/multicast_validation
8632026-06-15T09:20:47.978Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-d283b18a6f47f0d0 /work/test/multicast_source_filter
8642026-06-15T09:20:48.022Zprocess exited: duration 235692 ms, exit code 0
 
8652026-06-15T09:20:48.039Zfound 14 output files
8662026-06-15T09:20:48.049Zuploading: /work/debug/xde.dbg (94667472 bytes)
8672026-06-15T09:20:49.590Zuploaded: /work/debug/xde.dbg
8682026-06-15T09:20:49.590Zuploading: /work/debug/xde.dbg.sha256 (86 bytes)
8692026-06-15T09:20:50.602Zuploaded: /work/debug/xde.dbg.sha256
8702026-06-15T09:20:50.602Zuploading: /work/debug/xde_link.dbg.so (1084980 bytes)
8712026-06-15T09:20:51.622Zuploaded: /work/debug/xde_link.dbg.so
8722026-06-15T09:20:51.622Zuploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes)
8732026-06-15T09:20:52.630Zuploaded: /work/debug/xde_link.dbg.so.sha256
8742026-06-15T09:20:52.630Zuploading: /work/release/xde (52017592 bytes)
8752026-06-15T09:20:53.959Zuploaded: /work/release/xde
8762026-06-15T09:20:53.962Zuploading: /work/release/xde.sha256 (84 bytes)
8772026-06-15T09:20:54.968Zuploaded: /work/release/xde.sha256
8782026-06-15T09:20:54.968Zuploading: /work/release/xde_link.so (39516 bytes)
8792026-06-15T09:20:55.978Zuploaded: /work/release/xde_link.so
8802026-06-15T09:20:55.979Zuploading: /work/release/xde_link.so.sha256 (92 bytes)
8812026-06-15T09:20:56.988Zuploaded: /work/release/xde_link.so.sha256
8822026-06-15T09:20:56.988Zuploading: /work/test/loopback (51800664 bytes)
8832026-06-15T09:20:58.263Zuploaded: /work/test/loopback
8842026-06-15T09:20:58.263Zuploading: /work/test/multicast_rx (52096584 bytes)
8852026-06-15T09:20:59.538Zuploaded: /work/test/multicast_rx
8862026-06-15T09:20:59.538Zuploading: /work/test/multicast_multi_sub (55987912 bytes)
8872026-06-15T09:21:00.881Zuploaded: /work/test/multicast_multi_sub
8882026-06-15T09:21:00.881Zuploading: /work/test/multicast_validation (52250432 bytes)
8892026-06-15T09:21:02.313Zuploaded: /work/test/multicast_validation
8902026-06-15T09:21:02.316Zuploading: /work/test/multicast_source_filter (52557144 bytes)
8912026-06-15T09:21:03.595Zuploaded: /work/test/multicast_source_filter
8922026-06-15T09:21:03.596Zuploading: /work/xde.conf (79 bytes)
8932026-06-15T09:21:04.603Zuploaded: /work/xde.conf