01KT1EM0EJ502W6ATVBG4A4NVH: 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: 01KT1EMHB704XM125JXWWMF8WX

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-01T11:21:48.151Zjob assigned to worker 01KT1EMNV0SC4A82XB11TB2WEZ [factory aws, i-04269014ecf3cfb49] (queued for 56 s)
 
22026-06-01T11:21:55.167Zstarting task 0: "setup"
32026-06-01T11:21:55.170Z++ uname -s
42026-06-01T11:21:55.176Z+ kern=SunOS
52026-06-01T11:21:55.177Z+ build_user=build
62026-06-01T11:21:55.177Z+ build_uid=12345
72026-06-01T11:21:55.177Z+ work_dir=/work
82026-06-01T11:21:55.177Z+ input_dir=/input
92026-06-01T11:21:55.177Z+ [[ 0 == 12345 ]]
102026-06-01T11:21:55.177Z+ case "$kern" in
112026-06-01T11:21:55.177Z+ groupadd -g 12345 build
122026-06-01T11:21:55.177Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-01T11:21:56.179Z+ zfs create -o mountpoint=/work rpool/work
142026-06-01T11:21:56.277Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-01T11:21:56.280Z+ home_fs=zfs
162026-06-01T11:21:56.280Z+ [[ zfs == autofs ]]
172026-06-01T11:21:56.280Z+ mkdir -p /home/build
182026-06-01T11:21:56.280Z+ chown build:build /home/build /work
192026-06-01T11:21:58.281Z+ chmod 0700 /home/build /work
202026-06-01T11:21:58.284Zprocess exited: duration 3117 ms, exit code 0
 
212026-06-01T11:21:58.290Zstarting task 1: "rust-toolchain"
222026-06-01T11:21:58.293Z+ printf ' * rust toolchain channel = "%s"\n' 1.95.0
232026-06-01T11:21:58.296Z * rust toolchain channel = "1.95.0"
242026-06-01T11:21:58.296Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-01T11:21:58.296Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-01T11:21:58.296Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-01T11:21:58.297Z * rust toolchain profile = "default"
282026-06-01T11:21:58.297Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-01T11:21:58.297Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default
302026-06-01T11:21:58.399Zinfo: downloading installer
312026-06-01T11:21:59.925Zwarn: It looks like you have an existing rustup settings file at:
322026-06-01T11:21:59.925Zwarn: /home/build/.rustup/settings.toml
332026-06-01T11:21:59.925Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-01T11:21:59.925Zwarn: instead of the one inferred from the default host triple.
352026-06-01T11:21:59.937Zinfo: profile set to default
362026-06-01T11:21:59.937Zinfo: default host triple is x86_64-unknown-illumos
372026-06-01T11:21:59.940Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
382026-06-01T11:22:00.068Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
392026-06-01T11:22:00.071Zinfo: downloading 6 components
402026-06-01T11:22:14.279Z
412026-06-01T11:22:14.279Zinfo: default toolchain set to 1.95.0-x86_64-unknown-illumos
422026-06-01T11:22:14.315Z 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
432026-06-01T11:22:14.315Z
442026-06-01T11:22:14.315Z
452026-06-01T11:22:14.315ZRust is installed now. Great!
462026-06-01T11:22:14.315Z
472026-06-01T11:22:14.315ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-01T11:22:14.318Zenvironment variable. This has not been done automatically.
492026-06-01T11:22:14.318Z
502026-06-01T11:22:14.318ZTo configure your current shell, you need to source
512026-06-01T11:22:14.319Zthe corresponding env file under $HOME/.cargo.
522026-06-01T11:22:14.319Z
532026-06-01T11:22:14.319ZThis is usually done by running one of the following (note the leading DOT):
542026-06-01T11:22:14.319Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-01T11:22:14.319Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-01T11:22:14.319Zsource "~/.cargo/env.nu" # For nushell
572026-06-01T11:22:14.319Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-01T11:22:14.319Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-01T11:22:14.319Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-01T11:22:14.319Zwarn: no default linker (`cc`) was found in your PATH
612026-06-01T11:22:14.319Zwarn: many Rust crates require a system C toolchain to build
622026-06-01T11:22:14.416Z+ rustup --version
632026-06-01T11:22:14.424Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-01T11:22:14.427Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-01T11:22:14.446Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
662026-06-01T11:22:14.449Z+ cargo --version
672026-06-01T11:22:14.462Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
682026-06-01T11:22:14.465Z+ rustc --version
692026-06-01T11:22:14.485Zrustc 1.95.0 (59807616e 2026-04-14)
702026-06-01T11:22:14.488Zprocess exited: duration 16196 ms, exit code 0
 
712026-06-01T11:22:14.493Zstarting task 2: "authentication"
722026-06-01T11:22:14.510Zprocess exited: duration 16 ms, exit code 0
 
732026-06-01T11:22:14.516Zstarting task 3: "clone repository"
742026-06-01T11:22:14.519Z+ mkdir -p /work/oxidecomputer/opte
752026-06-01T11:22:14.522Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-01T11:22:14.558ZCloning into '/work/oxidecomputer/opte'...
772026-06-01T11:22:15.415Z+ cd /work/oxidecomputer/opte
782026-06-01T11:22:15.415Z+ git fetch origin 02641c7f2dbf68cc5ed36a9b99b3e5f3105aa4a6
792026-06-01T11:22:15.648ZFrom https://github.com/oxidecomputer/opte
802026-06-01T11:22:15.648Z * branch 02641c7f2dbf68cc5ed36a9b99b3e5f3105aa4a6 -> FETCH_HEAD
812026-06-01T11:22:15.653Z+ [[ -n mtu ]]
822026-06-01T11:22:15.656Z++ git branch --show-current
832026-06-01T11:22:15.656Z+ current=master
842026-06-01T11:22:15.656Z+ [[ master != mtu ]]
852026-06-01T11:22:15.656Z+ git branch -f mtu 02641c7f2dbf68cc5ed36a9b99b3e5f3105aa4a6
862026-06-01T11:22:15.659Z+ git checkout -f mtu
872026-06-01T11:22:15.675ZSwitched to branch 'mtu'
882026-06-01T11:22:15.678Z+ git reset --hard 02641c7f2dbf68cc5ed36a9b99b3e5f3105aa4a6
892026-06-01T11:22:15.692ZHEAD is now at 02641c7 Plumb MTU into IPv6 NDP RA messages
902026-06-01T11:22:15.694Zprocess exited: duration 1176 ms, exit code 0
 
912026-06-01T11:22:15.700Zstarting task 4: "build"
922026-06-01T11:22:15.704Z+ source .github/buildomat/common.sh
932026-06-01T11:22:15.704Z++ rustup show active-toolchain
942026-06-01T11:22:15.709Z1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-06-01T11:22:15.712Z++ pushd xde
962026-06-01T11:22:15.712Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-06-01T11:22:15.712Z++ rustup show active-toolchain
982026-06-01T11:22:15.715Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-06-01T11:22:15.857Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-06-01T11:22:15.860Zinfo: downloading 6 components
1012026-06-01T11:22:29.398Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-06-01T11:22:29.485Z+++ rustup show active-toolchain -v
1032026-06-01T11:22:29.488Z+++ head -n 1
1042026-06-01T11:22:29.488Z+++ cut '-d ' -f1
1052026-06-01T11:22:29.541Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-06-01T11:22:29.541Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-06-01T11:22:29.544Z++ popd
1082026-06-01T11:22:29.545Z/work/oxidecomputer/opte
1092026-06-01T11:22:29.545Z+ TGT_BASE=/work
1102026-06-01T11:22:29.545Z+ DBG_SRC=target/x86_64-unknown-unknown/debug
1112026-06-01T11:22:29.545Z+ DBG_LINK_SRC=target/i686-unknown-illumos/debug
1122026-06-01T11:22:29.545Z+ DBG_TGT=/work/debug
1132026-06-01T11:22:29.545Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1142026-06-01T11:22:29.545Z+ REL_LINK_SRC=target/i686-unknown-illumos/release
1152026-06-01T11:22:29.545Z+ REL_TGT=/work/release
1162026-06-01T11:22:29.545Z+ mkdir -p /work/debug /work/release
1172026-06-01T11:22:29.545Z+ cargo --version
1182026-06-01T11:22:29.553Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1192026-06-01T11:22:29.556Z+ rustc --version
1202026-06-01T11:22:29.575Zrustc 1.95.0 (59807616e 2026-04-14)
1212026-06-01T11:22:29.578Z+ install_pkg jq
1222026-06-01T11:22:29.578Z+ set +o errexit
1232026-06-01T11:22:29.578Z+ pfexec pkg install jq
1242026-06-01T11:22:30.532Z Startup: Refreshing catalog 'helios' ... Done
1252026-06-01T11:22:30.609Z Startup: Caching catalogs ... Done
1262026-06-01T11:22:30.898ZPlanning: Solver setup ... Done
1272026-06-01T11:22:30.917ZPlanning: Running solver ... Done
1282026-06-01T11:22:30.921ZPlanning: Consolidating action changes ... Done
1292026-06-01T11:22:30.924ZPlanning: Evaluating mediators ... Done
1302026-06-01T11:22:30.924ZPlanning: Planning completed in 0.29 seconds
1312026-06-01T11:22:30.938ZNo updates necessary for this image.
1322026-06-01T11:22:31.022Z+ exit_code=4
1332026-06-01T11:22:31.022Z+ [[ 4 -ne 0 ]]
1342026-06-01T11:22:31.022Z+ [[ 4 -ne 4 ]]
1352026-06-01T11:22:31.022Z+ set -o errexit
1362026-06-01T11:22:31.025Z+ pushd xde
1372026-06-01T11:22:31.025Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1382026-06-01T11:22:31.025Z+ cp xde.conf /work/xde.conf
1392026-06-01T11:22:31.025Z+ header 'check style'
1402026-06-01T11:22:31.025Z+ echo '# ==== check style ==== #'
1412026-06-01T11:22:31.025Z# ==== check style ==== #
1422026-06-01T11:22:31.025Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check
1432026-06-01T11:22:31.233Z
1442026-06-01T11:22:31.233Zreal 0.206595606
1452026-06-01T11:22:31.234Zuser 0.152528593
1462026-06-01T11:22:31.234Zsys 0.044448299
1472026-06-01T11:22:31.234Ztrap 0.000012710
1482026-06-01T11:22:31.234Ztflt 0.000015800
1492026-06-01T11:22:31.234Zdflt 0.000020960
1502026-06-01T11:22:31.234Zkflt 0.000000000
1512026-06-01T11:22:31.234Zlock 0.033930098
1522026-06-01T11:22:31.234Zslp 0.184328058
1532026-06-01T11:22:31.234Zlat 0.000949020
1542026-06-01T11:22:31.234Zstop 0.000094460
1552026-06-01T11:22:31.237Z+ header analyze
1562026-06-01T11:22:31.237Z+ echo '# ==== analyze ==== #'
1572026-06-01T11:22:31.237Z# ==== analyze ==== #
1582026-06-01T11:22:31.237Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
1592026-06-01T11:22:31.411Z Updating crates.io index
1602026-06-01T11:22:31.443Z Updating git repository `https://github.com/oxidecomputer/falcon`
1612026-06-01T11:22:32.087Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1622026-06-01T11:22:32.645Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1632026-06-01T11:22:33.053Z Updating git repository `https://github.com/oxidecomputer/zone`
1642026-06-01T11:22:33.451Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1652026-06-01T11:22:33.674Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1662026-06-01T11:22:33.920Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1672026-06-01T11:22:35.934Z Downloading crates ...
1682026-06-01T11:22:36.002Z Downloaded darling_core v0.21.3
1692026-06-01T11:22:36.008Z Downloaded hash32 v0.3.1
1702026-06-01T11:22:36.011Z Downloaded defmt-parser v1.0.0
1712026-06-01T11:22:36.014Z Downloaded ident_case v1.0.1
1722026-06-01T11:22:36.017Z Downloaded dyn-clone v1.0.20
1732026-06-01T11:22:36.017Z Downloaded embedded-io v0.6.1
1742026-06-01T11:22:36.020Z Downloaded cfg-if v1.0.4
1752026-06-01T11:22:36.020Z Downloaded ref-cast v1.0.25
1762026-06-01T11:22:36.022Z Downloaded stable_deref_trait v1.2.1
1772026-06-01T11:22:36.023Z Downloaded cobs v0.3.0
1782026-06-01T11:22:36.025Z Downloaded darling_macro v0.21.3
1792026-06-01T11:22:36.025Z Downloaded ref-cast-impl v1.0.25
1802026-06-01T11:22:36.025Z Downloaded embedded-io v0.4.0
1812026-06-01T11:22:36.030Z Downloaded managed v0.8.0
1822026-06-01T11:22:36.040Z Downloaded version_check v0.9.5
1832026-06-01T11:22:36.042Z Downloaded macaddr v1.0.1
1842026-06-01T11:22:36.042Z Downloaded defmt v0.3.100
1852026-06-01T11:22:36.049Z Downloaded darling_macro v0.23.0
1862026-06-01T11:22:36.055Z Downloaded strsim v0.11.1
1872026-06-01T11:22:36.058Z Downloaded fnv v1.0.7
1882026-06-01T11:22:36.058Z Downloaded proc-macro-error-attr2 v2.0.0
1892026-06-01T11:22:36.066Z Downloaded bitflags v1.3.2
1902026-06-01T11:22:36.069Z Downloaded defmt-macros v1.0.1
1912026-06-01T11:22:36.072Z Downloaded defmt v1.0.1
1922026-06-01T11:22:36.075Z Downloaded darling v0.21.3
1932026-06-01T11:22:36.080Z Downloaded thiserror v2.0.18
1942026-06-01T11:22:36.084Z Downloaded ingot v0.1.1
1952026-06-01T11:22:36.090Z Downloaded quote v1.0.45
1962026-06-01T11:22:36.093Z Downloaded either v1.15.0
1972026-06-01T11:22:36.093Z Downloaded thiserror-impl v2.0.18
1982026-06-01T11:22:36.093Z Downloaded ingot-types v0.1.2
1992026-06-01T11:22:36.099Z Downloaded byteorder v1.5.0
2002026-06-01T11:22:36.103Z Downloaded proc-macro-error2 v2.0.1
2012026-06-01T11:22:36.106Z Downloaded darling v0.23.0
2022026-06-01T11:22:36.109Z Downloaded postcard v1.1.3
2032026-06-01T11:22:36.111Z Downloaded crc32fast v1.5.0
2042026-06-01T11:22:36.114Z Downloaded ingot-macros v0.1.1
2052026-06-01T11:22:36.114Z Downloaded bitflags v2.11.1
2062026-06-01T11:22:36.126Z Downloaded proc-macro2 v1.0.106
2072026-06-01T11:22:36.128Z Downloaded darling_core v0.23.0
2082026-06-01T11:22:36.132Z Downloaded serde_derive v1.0.228
2092026-06-01T11:22:36.135Z Downloaded uuid v1.23.1
2102026-06-01T11:22:36.137Z Downloaded unicode-ident v1.0.24
2112026-06-01T11:22:36.140Z Downloaded heapless v0.8.0
2122026-06-01T11:22:36.147Z Downloaded serde_core v1.0.228
2132026-06-01T11:22:36.166Z Downloaded serde v1.0.228
2142026-06-01T11:22:36.169Z Downloaded memchr v2.8.0
2152026-06-01T11:22:36.172Z Downloaded zerocopy-derive v0.8.48
2162026-06-01T11:22:36.178Z Downloaded aho-corasick v1.1.4
2172026-06-01T11:22:36.196Z Downloaded itertools v0.14.0
2182026-06-01T11:22:36.204Z Downloaded regex v1.12.3
2192026-06-01T11:22:36.251Z Downloaded zerocopy v0.8.48
2202026-06-01T11:22:36.261Z Downloaded syn v2.0.117
2212026-06-01T11:22:36.267Z Downloaded smoltcp v0.11.0
2222026-06-01T11:22:36.273Z Downloaded regex-syntax v0.8.10
2232026-06-01T11:22:36.282Z Downloaded regex-automata v0.4.14
2242026-06-01T11:22:36.294Z Updating crates.io index
2252026-06-01T11:22:36.477Z Downloading crates ...
2262026-06-01T11:22:36.518Z Downloaded rustc-demangle v0.1.27
2272026-06-01T11:22:36.524Z Downloaded adler2 v2.0.1
2282026-06-01T11:22:36.530Z Downloaded rustc-literal-escaper v0.0.7
2292026-06-01T11:22:36.536Z Downloaded foldhash v0.2.0
2302026-06-01T11:22:36.541Z Downloaded getopts v0.2.24
2312026-06-01T11:22:36.544Z Downloaded addr2line v0.25.1
2322026-06-01T11:22:36.559Z Downloaded miniz_oxide v0.8.9
2332026-06-01T11:22:36.561Z Downloaded hashbrown v0.16.1
2342026-06-01T11:22:36.566Z Downloaded memchr v2.7.6
2352026-06-01T11:22:36.599Z Downloaded gimli v0.32.3
2362026-06-01T11:22:36.606Z Downloaded object v0.37.3
2372026-06-01T11:22:36.644Z Downloaded libc v0.2.183
2382026-06-01T11:22:36.701Z 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-01T11:22:36.701Z 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-01T11:22:36.701Z Compiling proc-macro2 v1.0.106
2412026-06-01T11:22:36.704Z Compiling quote v1.0.45
2422026-06-01T11:22:36.704Z Compiling unicode-ident v1.0.24
2432026-06-01T11:22:36.704Z Compiling strsim v0.11.1
2442026-06-01T11:22:36.704Z Compiling ident_case v1.0.1
2452026-06-01T11:22:36.704Z Compiling serde_core v1.0.228
2462026-06-01T11:22:36.877Z Compiling fnv v1.0.7
2472026-06-01T11:22:36.880Z Compiling memchr v2.8.0
2482026-06-01T11:22:36.971Z Compiling regex-syntax v0.8.10
2492026-06-01T11:22:37.147Z Compiling thiserror v2.0.18
2502026-06-01T11:22:37.155Z Compiling zerocopy v0.8.48
2512026-06-01T11:22:37.194Z Compiling either v1.15.0
2522026-06-01T11:22:37.276Z Compiling aho-corasick v1.1.4
2532026-06-01T11:22:37.383Z Compiling serde v1.0.228
2542026-06-01T11:22:37.558Z Compiling itertools v0.14.0
2552026-06-01T11:22:37.754Z Compiling heapless v0.8.0
2562026-06-01T11:22:37.839Z Compiling syn v2.0.117
2572026-06-01T11:22:37.964Z Compiling smoltcp v0.11.0
2582026-06-01T11:22:38.024Z Compiling crc32fast v1.5.0
2592026-06-01T11:22:38.251Z Compiling version_check v0.9.5
2602026-06-01T11:22:38.377Z Compiling ref-cast v1.0.25
2612026-06-01T11:22:38.452Z Compiling regex-automata v0.4.14
2622026-06-01T11:22:38.624Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2632026-06-01T11:22:39.993Z Compiling regex v1.12.3
2642026-06-01T11:22:40.096Z Compiling darling_core v0.21.3
2652026-06-01T11:22:40.142Z Compiling darling_core v0.23.0
2662026-06-01T11:22:41.064Z Compiling serde_derive v1.0.228
2672026-06-01T11:22:41.064Z Compiling zerocopy-derive v0.8.48
2682026-06-01T11:22:41.064Z Compiling thiserror-impl v2.0.18
2692026-06-01T11:22:41.067Z Compiling ref-cast-impl v1.0.25
2702026-06-01T11:22:41.067Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2712026-06-01T11:22:42.718Z Compiling darling_macro v0.23.0
2722026-06-01T11:22:42.822Z Compiling darling_macro v0.21.3
2732026-06-01T11:22:43.651Z Compiling darling v0.23.0
2742026-06-01T11:22:43.716Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
2752026-06-01T11:22:43.723Z Compiling darling v0.21.3
2762026-06-01T11:22:43.783Z Compiling ingot-macros v0.1.1
2772026-06-01T11:22:48.324Z 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-01T11:22:50.399Z Checking byteorder v1.5.0
2792026-06-01T11:22:50.399Z Checking macaddr v1.0.1
2802026-06-01T11:22:50.399Z Checking cfg-if v1.0.4
2812026-06-01T11:22:50.402Z Checking stable_deref_trait v1.2.1
2822026-06-01T11:22:50.402Z Checking bitflags v1.3.2
2832026-06-01T11:22:50.462Z Checking managed v0.8.0
2842026-06-01T11:22:50.481Z Checking cobs v0.3.0
2852026-06-01T11:22:50.533Z Checking dyn-clone v1.0.20
2862026-06-01T11:22:50.549Z Checking hash32 v0.3.1
2872026-06-01T11:22:50.598Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
2882026-06-01T11:22:51.732Z Checking bitflags v2.11.1
2892026-06-01T11:22:51.732Z Checking uuid v1.23.1
2902026-06-01T11:22:51.870Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2912026-06-01T11:22:52.080Z Checking postcard v1.1.3
2922026-06-01T11:22:52.996Z Checking ingot-types v0.1.2
2932026-06-01T11:22:53.268Z Checking ingot v0.1.1
2942026-06-01T11:22:54.567Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2952026-06-01T11:22:58.850Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
2962026-06-01T11:23:00.450Z Checking xde v0.1.0 (/work/oxidecomputer/opte/xde)
2972026-06-01T11:23:02.770Z Finished `dev` profile [optimized + debuginfo] target(s) in 31.47s
2982026-06-01T11:23:02.882Z
2992026-06-01T11:23:02.882Zreal 31.642734554
3002026-06-01T11:23:02.882Zuser 1:14.723798658
3012026-06-01T11:23:02.882Zsys 10.195876534
3022026-06-01T11:23:02.882Ztrap 0.032715201
3032026-06-01T11:23:02.882Ztflt 0.036261881
3042026-06-01T11:23:02.882Zdflt 0.212761245
3052026-06-01T11:23:02.882Zkflt 0.001166841
3062026-06-01T11:23:02.882Zlock 3:51.132421579
3072026-06-01T11:23:02.882Zslp 3:30.341822512
3082026-06-01T11:23:02.883Zlat 3.123385430
3092026-06-01T11:23:02.883Zstop 6.267079263
3102026-06-01T11:23:02.886Z+ pushd xde-link
3112026-06-01T11:23:02.886Z/work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3122026-06-01T11:23:02.886Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
3132026-06-01T11:23:03.070Z 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-01T11:23:03.071Z 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-01T11:23:03.071Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
3162026-06-01T11:23:13.426Z 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-01T11:23:15.534Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.59s
3182026-06-01T11:23:15.554Z
3192026-06-01T11:23:15.557Zreal 12.666513972
3202026-06-01T11:23:15.557Zuser 20.239778434
3212026-06-01T11:23:15.557Zsys 1.224048601
3222026-06-01T11:23:15.557Ztrap 0.005250481
3232026-06-01T11:23:15.557Ztflt 0.002568461
3242026-06-01T11:23:15.557Zdflt 0.030899121
3252026-06-01T11:23:15.557Zkflt 0.000000000
3262026-06-01T11:23:15.557Zlock 1:07.228712478
3272026-06-01T11:23:15.557Zslp 42.415228419
3282026-06-01T11:23:15.558Zlat 0.196194695
3292026-06-01T11:23:15.558Zstop 0.133656839
3302026-06-01T11:23:15.558Z+ popd
3312026-06-01T11:23:15.558Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3322026-06-01T11:23:15.558Z/work/oxidecomputer/opte
3332026-06-01T11:23:15.558Z+ popd
3342026-06-01T11:23:15.558Z+ header 'build xde (debug)'
3352026-06-01T11:23:15.558Z+ echo '# ==== build xde (debug) ==== #'
3362026-06-01T11:23:15.558Z# ==== build xde (debug) ==== #
3372026-06-01T11:23:15.558Z+ ptime -m cargo xtask build --profile debug xde xde-link
3382026-06-01T11:23:15.700Z Downloading crates ...
3392026-06-01T11:23:15.742Z Downloaded heck v0.5.0
3402026-06-01T11:23:15.747Z Downloaded anstream v1.0.0
3412026-06-01T11:23:15.750Z Downloaded clap_lex v1.1.0
3422026-06-01T11:23:15.753Z Downloaded anyhow v1.0.102
3432026-06-01T11:23:15.756Z Downloaded colorchoice v1.0.5
3442026-06-01T11:23:15.756Z Downloaded cargo_metadata v0.23.1
3452026-06-01T11:23:15.760Z Downloaded errno v0.3.14
3462026-06-01T11:23:15.760Z Downloaded cargo-platform v0.3.3
3472026-06-01T11:23:15.763Z Downloaded itoa v1.0.18
3482026-06-01T11:23:15.766Z Downloaded utf8parse v0.2.2
3492026-06-01T11:23:15.766Z Downloaded serde_spanned v1.1.1
3502026-06-01T11:23:15.774Z Downloaded is_terminal_polyfill v1.70.2
3512026-06-01T11:23:15.777Z Downloaded anstyle v1.0.14
3522026-06-01T11:23:15.777Z Downloaded terminal_size v0.4.4
3532026-06-01T11:23:15.777Z Downloaded anstyle-query v1.1.5
3542026-06-01T11:23:15.780Z Downloaded equivalent v1.0.2
3552026-06-01T11:23:15.787Z Downloaded zmij v1.0.21
3562026-06-01T11:23:15.790Z Downloaded anstyle-parse v1.0.0
3572026-06-01T11:23:15.790Z Downloaded toml_writer v1.1.1+spec-1.1.0
3582026-06-01T11:23:15.790Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3592026-06-01T11:23:15.793Z Downloaded clap_derive v4.6.1
3602026-06-01T11:23:15.796Z Downloaded semver v1.0.28
3612026-06-01T11:23:15.800Z Downloaded toml_parser v1.1.2+spec-1.1.0
3622026-06-01T11:23:15.802Z Downloaded toml v1.1.2+spec-1.1.0
3632026-06-01T11:23:15.806Z Downloaded camino v1.2.2
3642026-06-01T11:23:15.813Z Downloaded clap v4.6.1
3652026-06-01T11:23:15.831Z Downloaded indexmap v2.14.0
3662026-06-01T11:23:15.838Z Downloaded serde_json v1.0.149
3672026-06-01T11:23:15.841Z Downloaded hashbrown v0.17.0
3682026-06-01T11:23:15.850Z Downloaded clap_builder v4.6.0
3692026-06-01T11:23:15.856Z Downloaded winnow v1.0.2
3702026-06-01T11:23:15.884Z Downloaded rustix v1.1.4
3712026-06-01T11:23:15.912Z Downloaded libc v0.2.186
3722026-06-01T11:23:15.959Z Compiling serde_core v1.0.228
3732026-06-01T11:23:15.959Z Compiling proc-macro2 v1.0.106
3742026-06-01T11:23:15.959Z Compiling quote v1.0.45
3752026-06-01T11:23:15.959Z Compiling unicode-ident v1.0.24
3762026-06-01T11:23:15.962Z Compiling libc v0.2.186
3772026-06-01T11:23:15.962Z Compiling rustix v1.1.4
3782026-06-01T11:23:15.962Z Compiling utf8parse v0.2.2
3792026-06-01T11:23:15.962Z Compiling zmij v1.0.21
3802026-06-01T11:23:16.110Z Compiling bitflags v2.11.1
3812026-06-01T11:23:16.125Z Compiling anstyle-parse v1.0.0
3822026-06-01T11:23:16.342Z Compiling serde v1.0.228
3832026-06-01T11:23:16.346Z Compiling anstyle v1.0.14
3842026-06-01T11:23:16.346Z Compiling camino v1.2.2
3852026-06-01T11:23:16.531Z Compiling thiserror v2.0.18
3862026-06-01T11:23:16.561Z Compiling is_terminal_polyfill v1.70.2
3872026-06-01T11:23:16.603Z Compiling anstyle-query v1.1.5
3882026-06-01T11:23:16.641Z Compiling serde_json v1.0.149
3892026-06-01T11:23:16.648Z Compiling colorchoice v1.0.5
3902026-06-01T11:23:16.699Z Compiling errno v0.3.14
3912026-06-01T11:23:16.741Z Compiling anstream v1.0.0
3922026-06-01T11:23:16.761Z Compiling anyhow v1.0.102
3932026-06-01T11:23:16.877Z Compiling itoa v1.0.18
3942026-06-01T11:23:17.085Z Compiling winnow v1.0.2
3952026-06-01T11:23:17.129Z Compiling clap_lex v1.1.0
3962026-06-01T11:23:17.129Z Compiling heck v0.5.0
3972026-06-01T11:23:17.169Z Compiling strsim v0.11.1
3982026-06-01T11:23:17.248Z Compiling syn v2.0.117
3992026-06-01T11:23:17.295Z Compiling memchr v2.8.0
4002026-06-01T11:23:17.316Z Compiling terminal_size v0.4.4
4012026-06-01T11:23:17.468Z Compiling clap_builder v4.6.0
4022026-06-01T11:23:17.498Z Compiling toml_parser v1.1.2+spec-1.1.0
4032026-06-01T11:23:17.712Z Compiling toml_writer v1.1.1+spec-1.1.0
4042026-06-01T11:23:18.286Z Compiling toml_datetime v1.1.1+spec-1.1.0
4052026-06-01T11:23:18.369Z Compiling cargo-platform v0.3.3
4062026-06-01T11:23:18.782Z Compiling semver v1.0.28
4072026-06-01T11:23:18.874Z Compiling serde_spanned v1.1.1
4082026-06-01T11:23:19.017Z Compiling toml v1.1.2+spec-1.1.0
4092026-06-01T11:23:19.723Z Compiling thiserror-impl v2.0.18
4102026-06-01T11:23:19.795Z Compiling serde_derive v1.0.228
4112026-06-01T11:23:19.808Z Compiling clap_derive v4.6.1
4122026-06-01T11:23:21.424Z Compiling clap v4.6.1
4132026-06-01T11:23:22.837Z Compiling cargo_metadata v0.23.1
4142026-06-01T11:23:25.262Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
4152026-06-01T11:23:26.847Z Finished `dev` profile [optimized + debuginfo] target(s) in 11.28s
4162026-06-01T11:23:26.860Z Running `target/debug/xtask build --profile debug xde xde-link`
4172026-06-01T11:23:28.239ZBuilding xde (dev).
4182026-06-01T11:23:28.474Z Compiling serde_core v1.0.228
4192026-06-01T11:23:28.474Z Compiling byteorder v1.5.0
4202026-06-01T11:23:28.474Z Compiling cfg-if v1.0.4
4212026-06-01T11:23:28.477Z Compiling stable_deref_trait v1.2.1
4222026-06-01T11:23:28.477Z Compiling macaddr v1.0.1
4232026-06-01T11:23:28.477Z Compiling zerocopy v0.8.48
4242026-06-01T11:23:28.496Z Compiling thiserror v2.0.18
4252026-06-01T11:23:28.506Z Compiling managed v0.8.0
4262026-06-01T11:23:28.553Z Compiling bitflags v1.3.2
4272026-06-01T11:23:28.558Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4282026-06-01T11:23:28.592Z Compiling cobs v0.3.0
4292026-06-01T11:23:28.617Z Compiling either v1.15.0
4302026-06-01T11:23:28.675Z Compiling hash32 v0.3.1
4312026-06-01T11:23:28.720Z Compiling ref-cast v1.0.25
4322026-06-01T11:23:28.755Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4332026-06-01T11:23:28.793Z Compiling heapless v0.8.0
4342026-06-01T11:23:28.809Z Compiling itertools v0.14.0
4352026-06-01T11:23:28.830Z Compiling crc32fast v1.5.0
4362026-06-01T11:23:28.843Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4372026-06-01T11:23:28.872Z Compiling dyn-clone v1.0.20
4382026-06-01T11:23:29.023Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4392026-06-01T11:23:29.168Z Compiling smoltcp v0.11.0
4402026-06-01T11:23:30.067Z Compiling serde v1.0.228
4412026-06-01T11:23:30.067Z Compiling bitflags v2.11.1
4422026-06-01T11:23:30.067Z Compiling uuid v1.23.1
4432026-06-01T11:23:30.198Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4442026-06-01T11:23:30.480Z Compiling postcard v1.1.3
4452026-06-01T11:23:31.256Z Compiling ingot-types v0.1.2
4462026-06-01T11:23:31.531Z Compiling ingot v0.1.1
4472026-06-01T11:23:32.946Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4482026-06-01T11:23:37.236Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4492026-06-01T11:23:47.566Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4502026-06-01T11:23:55.816Z Finished `dev` profile [optimized + debuginfo] target(s) in 27.55s
4512026-06-01T11:23:55.841ZLinking xde kmod...
4522026-06-01T11:23:56.941ZBuilding xde dev link helper (dev).
4532026-06-01T11:23:57.095Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4542026-06-01T11:23:57.430Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.46s
4552026-06-01T11:23:57.454Z
4562026-06-01T11:23:57.454Zreal 41.896676704
4572026-06-01T11:23:57.454Zuser 2:16.250604837
4582026-06-01T11:23:57.454Zsys 11.268949802
4592026-06-01T11:23:57.455Ztrap 0.062668913
4602026-06-01T11:23:57.457Ztflt 0.302985804
4612026-06-01T11:23:57.457Zdflt 0.462107344
4622026-06-01T11:23:57.457Zkflt 0.000008780
4632026-06-01T11:23:57.458Zlock 6:30.962099332
4642026-06-01T11:23:57.458Zslp 3:54.076779605
4652026-06-01T11:23:57.458Zlat 4.906020673
4662026-06-01T11:23:57.458Zstop 4.721186699
4672026-06-01T11:23:57.458Z+ header 'build xde (release)'
4682026-06-01T11:23:57.458Z+ echo '# ==== build xde (release) ==== #'
4692026-06-01T11:23:57.458Z# ==== build xde (release) ==== #
4702026-06-01T11:23:57.458Z+ ptime -m cargo xtask build --profile release xde xde-link
4712026-06-01T11:23:57.593Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s
4722026-06-01T11:23:57.597Z Running `target/debug/xtask build --profile release xde xde-link`
4732026-06-01T11:23:57.799ZBuilding xde (release-lto).
4742026-06-01T11:23:58.035Z 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-01T11:23:58.035Z 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-01T11:23:58.035Z Compiling proc-macro2 v1.0.106
4772026-06-01T11:23:58.035Z Compiling unicode-ident v1.0.24
4782026-06-01T11:23:58.038Z Compiling quote v1.0.45
4792026-06-01T11:23:58.038Z Compiling ident_case v1.0.1
4802026-06-01T11:23:58.038Z Compiling strsim v0.11.1
4812026-06-01T11:23:58.038Z Compiling serde_core v1.0.228
4822026-06-01T11:23:58.153Z Compiling memchr v2.8.0
4832026-06-01T11:23:58.154Z Compiling fnv v1.0.7
4842026-06-01T11:23:58.235Z Compiling regex-syntax v0.8.10
4852026-06-01T11:23:58.405Z Compiling serde v1.0.228
4862026-06-01T11:23:59.422Z Compiling either v1.15.0
4872026-06-01T11:23:59.428Z Compiling zerocopy v0.8.48
4882026-06-01T11:23:59.428Z Compiling aho-corasick v1.1.4
4892026-06-01T11:23:59.428Z Compiling thiserror v2.0.18
4902026-06-01T11:23:59.428Z Compiling itertools v0.14.0
4912026-06-01T11:23:59.428Z Compiling heapless v0.8.0
4922026-06-01T11:23:59.428Z Compiling syn v2.0.117
4932026-06-01T11:23:59.428Z Compiling smoltcp v0.11.0
4942026-06-01T11:23:59.428Z Compiling ref-cast v1.0.25
4952026-06-01T11:23:59.428Z Compiling crc32fast v1.5.0
4962026-06-01T11:23:59.583Z Compiling version_check v0.9.5
4972026-06-01T11:23:59.677Z Compiling regex-automata v0.4.14
4982026-06-01T11:23:59.928Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4992026-06-01T11:24:01.183Z Compiling regex v1.12.3
5002026-06-01T11:24:01.383Z Compiling darling_core v0.21.3
5012026-06-01T11:24:01.421Z Compiling darling_core v0.23.0
5022026-06-01T11:24:02.271Z Compiling thiserror-impl v2.0.18
5032026-06-01T11:24:02.271Z Compiling zerocopy-derive v0.8.48
5042026-06-01T11:24:02.271Z Compiling serde_derive v1.0.228
5052026-06-01T11:24:02.271Z Compiling ref-cast-impl v1.0.25
5062026-06-01T11:24:02.275Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5072026-06-01T11:24:03.877Z Compiling darling_macro v0.21.3
5082026-06-01T11:24:04.003Z Compiling darling_macro v0.23.0
5092026-06-01T11:24:04.763Z Compiling darling v0.21.3
5102026-06-01T11:24:04.826Z Compiling ingot-macros v0.1.1
5112026-06-01T11:24:04.887Z Compiling darling v0.23.0
5122026-06-01T11:24:04.947Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5132026-06-01T11:24:09.971Z 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-01T11:24:12.017Z Compiling byteorder v1.5.0
5152026-06-01T11:24:12.017Z Compiling macaddr v1.0.1
5162026-06-01T11:24:12.017Z Compiling stable_deref_trait v1.2.1
5172026-06-01T11:24:12.017Z Compiling cfg-if v1.0.4
5182026-06-01T11:24:12.076Z Compiling bitflags v1.3.2
5192026-06-01T11:24:12.086Z Compiling cobs v0.3.0
5202026-06-01T11:24:12.109Z Compiling managed v0.8.0
5212026-06-01T11:24:12.198Z Compiling hash32 v0.3.1
5222026-06-01T11:24:12.322Z Compiling dyn-clone v1.0.20
5232026-06-01T11:24:12.374Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5242026-06-01T11:24:13.619Z Compiling bitflags v2.11.1
5252026-06-01T11:24:13.619Z Compiling uuid v1.23.1
5262026-06-01T11:24:13.755Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5272026-06-01T11:24:14.042Z Compiling postcard v1.1.3
5282026-06-01T11:24:14.878Z Compiling ingot-types v0.1.2
5292026-06-01T11:24:15.195Z Compiling ingot v0.1.1
5302026-06-01T11:24:16.674Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5312026-06-01T11:24:20.406Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5322026-06-01T11:24:29.156Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5332026-06-01T11:24:58.883Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 01s
5342026-06-01T11:24:58.907ZLinking xde kmod...
5352026-06-01T11:24:59.495ZBuilding xde dev link helper (release).
5362026-06-01T11:24:59.655Z 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-01T11:24:59.655Z 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-01T11:24:59.655Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5392026-06-01T11:25:10.614Z 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-01T11:25:12.962Z Finished `release` profile [optimized + debuginfo] target(s) in 13.43s
5412026-06-01T11:25:12.982Z
5422026-06-01T11:25:12.986Zreal 1:15.523815613
5432026-06-01T11:25:12.986Zuser 2:08.352129435
5442026-06-01T11:25:12.986Zsys 12.369611720
5452026-06-01T11:25:12.986Ztrap 0.034067762
5462026-06-01T11:25:12.986Ztflt 0.166299274
5472026-06-01T11:25:12.986Zdflt 0.179696561
5482026-06-01T11:25:12.986Zkflt 0.000013020
5492026-06-01T11:25:12.986Zlock 10:45.903617237
5502026-06-01T11:25:12.986Zslp 6:06.679824629
5512026-06-01T11:25:12.987Zlat 2.201741689
5522026-06-01T11:25:12.987Zstop 4.914066674
5532026-06-01T11:25:12.987Z+ elfdump target/x86_64-unknown-unknown/debug/xde.dbg
5542026-06-01T11:25:12.987Z+ grep GOTPCREL
5552026-06-01T11:25:14.772Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5562026-06-01T11:25:14.775Z+ grep GOTPCREL
5572026-06-01T11:25:15.716Z+ cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/
5582026-06-01T11:25:15.771Z+ sha256sum /work/debug/xde.dbg
5592026-06-01T11:25:15.824Z+ cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so
5602026-06-01T11:25:15.827Z+ sha256sum /work/debug/xde_link.dbg.so
5612026-06-01T11:25:15.830Z+ cp target/x86_64-unknown-unknown/release-lto/xde /work/release/
5622026-06-01T11:25:15.866Z+ sha256sum /work/release/xde
5632026-06-01T11:25:15.896Z+ cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so
5642026-06-01T11:25:15.899Z+ sha256sum /work/release/xde_link.so
5652026-06-01T11:25:15.902Z+ header 'build xde integration tests'
5662026-06-01T11:25:15.902Z+ echo '# ==== build xde integration tests ==== #'
5672026-06-01T11:25:15.902Z+ pushd xde-tests
5682026-06-01T11:25:15.902Z# ==== build xde integration tests ==== #
5692026-06-01T11:25:15.902Z/work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte
5702026-06-01T11:25:15.902Z+ cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
5712026-06-01T11:25:15.983Z+ cargo clippy --all-targets -- --deny warnings
5722026-06-01T11:25:16.195Z Compiling serde_core v1.0.228
5732026-06-01T11:25:16.195Z Checking cfg-if v1.0.4
5742026-06-01T11:25:16.195Z Checking memchr v2.8.0
5752026-06-01T11:25:16.195Z Compiling serde v1.0.228
5762026-06-01T11:25:16.198Z Compiling rustversion v1.0.22
5772026-06-01T11:25:16.198Z Compiling version_check v0.9.5
5782026-06-01T11:25:16.198Z Compiling ident_case v1.0.1
5792026-06-01T11:25:16.198Z Compiling syn v2.0.117
5802026-06-01T11:25:16.267Z Compiling strsim v0.11.1
5812026-06-01T11:25:16.318Z Compiling libc v0.2.186
5822026-06-01T11:25:16.469Z Compiling fnv v1.0.7
5832026-06-01T11:25:16.549Z Compiling syn v1.0.109
5842026-06-01T11:25:16.556Z Compiling regex-syntax v0.8.10
5852026-06-01T11:25:16.576Z Checking pin-project-lite v0.2.17
5862026-06-01T11:25:16.654Z Compiling winnow v1.0.2
5872026-06-01T11:25:16.894Z Compiling either v1.15.0
5882026-06-01T11:25:16.998Z Compiling aho-corasick v1.1.4
5892026-06-01T11:25:17.079Z Compiling equivalent v1.0.2
5902026-06-01T11:25:17.083Z Compiling zerocopy v0.8.48
5912026-06-01T11:25:17.136Z Compiling hashbrown v0.17.0
5922026-06-01T11:25:17.157Z Compiling itertools v0.14.0
5932026-06-01T11:25:17.643Z Compiling indexmap v2.14.0
5942026-06-01T11:25:17.662Z Compiling toml_parser v1.1.2+spec-1.1.0
5952026-06-01T11:25:18.040Z Compiling regex-automata v0.4.14
5962026-06-01T11:25:18.226Z Compiling heapless v0.8.0
5972026-06-01T11:25:18.286Z Checking byteorder v1.5.0
5982026-06-01T11:25:18.402Z Compiling toml_datetime v1.1.1+spec-1.1.0
5992026-06-01T11:25:18.436Z Checking hash32 v0.3.1
6002026-06-01T11:25:18.539Z Compiling toml_edit v0.25.11+spec-1.1.0
6012026-06-01T11:25:18.564Z Checking bitflags v2.11.1
6022026-06-01T11:25:18.598Z Compiling slog v2.8.2
6032026-06-01T11:25:18.608Z Checking futures-sink v0.3.32
6042026-06-01T11:25:18.690Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6052026-06-01T11:25:18.693Z Checking futures-core v0.3.32
6062026-06-01T11:25:18.740Z Checking macaddr v1.0.1
6072026-06-01T11:25:18.799Z Compiling darling_core v0.21.3
6082026-06-01T11:25:18.826Z Compiling darling_core v0.23.0
6092026-06-01T11:25:18.848Z Checking stable_deref_trait v1.2.1
6102026-06-01T11:25:18.909Z Compiling smoltcp v0.11.0
6112026-06-01T11:25:19.251Z Compiling proc-macro-crate v3.5.0
6122026-06-01T11:25:19.290Z Checking futures-channel v0.3.32
6132026-06-01T11:25:19.414Z Compiling proc-macro-error-attr v1.0.4
6142026-06-01T11:25:19.468Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
6152026-06-01T11:25:19.644Z Compiling autocfg v1.5.0
6162026-06-01T11:25:19.659Z Checking managed v0.8.0
6172026-06-01T11:25:19.686Z Compiling regex v1.12.3
6182026-06-01T11:25:19.828Z Compiling ref-cast v1.0.25
6192026-06-01T11:25:19.961Z Compiling serde_derive v1.0.228
6202026-06-01T11:25:19.976Z Compiling thiserror-impl v2.0.18
6212026-06-01T11:25:20.070Z Compiling zerocopy-derive v0.8.48
6222026-06-01T11:25:20.142Z Compiling futures-macro v0.3.32
6232026-06-01T11:25:20.563Z Compiling getrandom v0.4.2
6242026-06-01T11:25:20.807Z Compiling crc32fast v1.5.0
6252026-06-01T11:25:20.831Z Checking slab v0.4.12
6262026-06-01T11:25:20.836Z Compiling darling_macro v0.21.3
6272026-06-01T11:25:20.875Z Compiling darling_macro v0.23.0
6282026-06-01T11:25:20.947Z Checking rand_core v0.10.1
6292026-06-01T11:25:20.973Z Checking bitflags v1.3.2
6302026-06-01T11:25:21.032Z Checking futures-task v0.3.32
6312026-06-01T11:25:21.075Z Checking futures-io v0.3.32
6322026-06-01T11:25:21.177Z Checking futures-util v0.3.32
6332026-06-01T11:25:21.186Z Checking thiserror v2.0.18
6342026-06-01T11:25:21.198Z Compiling num-traits v0.2.19
6352026-06-01T11:25:21.270Z Checking cobs v0.3.0
6362026-06-01T11:25:21.386Z Compiling darling v0.21.3
6372026-06-01T11:25:21.402Z Compiling ref-cast-impl v1.0.25
6382026-06-01T11:25:21.426Z Compiling foreign-types-macros v0.2.3
6392026-06-01T11:25:21.429Z Compiling darling v0.23.0
6402026-06-01T11:25:21.453Z Compiling ingot-macros v0.1.1
6412026-06-01T11:25:21.494Z Compiling num_enum_derive v0.7.6
6422026-06-01T11:25:22.025Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
6432026-06-01T11:25:22.052Z Compiling proc-macro-error v1.0.4
6442026-06-01T11:25:22.284Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
6452026-06-01T11:25:22.307Z Checking cpufeatures v0.3.0
6462026-06-01T11:25:22.312Z Checking unicode-width v0.2.2
6472026-06-01T11:25:22.366Z Compiling crossbeam-utils v0.8.21
6482026-06-01T11:25:22.499Z Checking ipnetwork v0.21.1
6492026-06-01T11:25:22.533Z Checking foreign-types-shared v0.3.1
6502026-06-01T11:25:22.547Z Checking once_cell v1.21.4
6512026-06-01T11:25:22.602Z Checking foreign-types v0.5.0
6522026-06-01T11:25:22.658Z Checking tabwriter v1.4.1
6532026-06-01T11:25:22.689Z Checking num_enum v0.7.6
6542026-06-01T11:25:22.706Z Checking chacha20 v0.10.0
6552026-06-01T11:25:22.709Z Checking tracing-core v0.1.36
6562026-06-01T11:25:22.886Z Checking anyhow v1.0.102
6572026-06-01T11:25:23.014Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6582026-06-01T11:25:23.074Z Checking erased-serde v0.3.31
6592026-06-01T11:25:23.077Z Checking postcard v1.1.3
6602026-06-01T11:25:23.130Z Checking futures-executor v0.3.32
6612026-06-01T11:25:23.266Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6622026-06-01T11:25:23.345Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6632026-06-01T11:25:23.351Z Compiling tracing-attributes v0.1.31
6642026-06-01T11:25:23.707Z Checking cstr-argument v0.1.2
6652026-06-01T11:25:23.734Z Compiling thiserror v1.0.69
6662026-06-01T11:25:23.755Z Checking pretty-hex v0.4.2
6672026-06-01T11:25:23.814Z Compiling num-conv v0.2.1
6682026-06-01T11:25:23.862Z Compiling time-core v0.1.8
6692026-06-01T11:25:23.935Z Checking dyn-clone v1.0.20
6702026-06-01T11:25:23.949Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
6712026-06-01T11:25:23.998Z Checking powerfmt v0.2.0
6722026-06-01T11:25:24.026Z Compiling time-macros v0.2.27
6732026-06-01T11:25:24.140Z Checking deranged v0.5.8
6742026-06-01T11:25:24.160Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
6752026-06-01T11:25:24.180Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6762026-06-01T11:25:24.220Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6772026-06-01T11:25:24.224Z Checking rand v0.10.1
6782026-06-01T11:25:24.303Z Checking futures v0.3.32
6792026-06-01T11:25:24.314Z Checking ingot-types v0.1.2
6802026-06-01T11:25:24.558Z Compiling thiserror-impl v1.0.69
6812026-06-01T11:25:24.561Z Checking tracing v0.1.44
6822026-06-01T11:25:24.641Z Checking ingot v0.1.1
6832026-06-01T11:25:24.678Z Checking uuid v1.23.1
6842026-06-01T11:25:24.683Z Checking arc-swap v1.9.1
6852026-06-01T11:25:24.738Z Checking socket2 v0.6.3
6862026-06-01T11:25:24.879Z Checking nom v8.0.0
6872026-06-01T11:25:24.929Z Checking thread_local v1.1.9
6882026-06-01T11:25:25.024Z Checking itoa v1.0.18
6892026-06-01T11:25:25.054Z Compiling slog-async v2.8.0
6902026-06-01T11:25:25.081Z Compiling heck v0.4.1
6912026-06-01T11:25:25.100Z Checking oxnet v0.1.5
6922026-06-01T11:25:25.159Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6932026-06-01T11:25:25.263Z Checking colored v3.1.1
6942026-06-01T11:25:25.287Z Checking lazy_static v1.5.0
6952026-06-01T11:25:25.341Z Checking iana-time-zone v0.1.65
6962026-06-01T11:25:25.443Z Checking chrono v0.4.44
6972026-06-01T11:25:25.501Z Checking slog-scope v4.4.1
6982026-06-01T11:25:25.562Z Checking time v0.3.47
6992026-06-01T11:25:25.656Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
7002026-06-01T11:25:25.786Z Checking crossbeam-channel v0.5.15
7012026-06-01T11:25:26.101Z Checking cookie-factory v0.3.3
7022026-06-01T11:25:26.208Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
7032026-06-01T11:25:26.221Z Checking itertools v0.12.1
7042026-06-01T11:25:26.301Z Checking is-terminal v0.4.17
7052026-06-01T11:25:26.344Z Checking term v1.2.1
7062026-06-01T11:25:26.354Z Checking log v0.4.29
7072026-06-01T11:25:26.374Z Checking circular v0.3.0
7082026-06-01T11:25:26.482Z Checking take_mut v0.2.2
7092026-06-01T11:25:26.508Z Checking slog-stdlog v4.1.1
7102026-06-01T11:25:26.556Z Checking slog-term v2.9.2
7112026-06-01T11:25:26.782Z Checking rusticata-macros v5.0.0
7122026-06-01T11:25:26.899Z Checking pcap-parser v0.17.0
7132026-06-01T11:25:27.167Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
7142026-06-01T11:25:27.443Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#5e686ee2)
7152026-06-01T11:25:28.206Z Checking slog-envlogger v2.2.0
7162026-06-01T11:25:30.726Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
7172026-06-01T11:25:32.355Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
7182026-06-01T11:25:32.355Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
7192026-06-01T11:25:32.700Z Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
7202026-06-01T11:25:33.243Z Finished `dev` profile [optimized + debuginfo] target(s) in 17.21s
7212026-06-01T11:25:33.280Z+ cargo build --test loopback
7222026-06-01T11:25:33.449Z Compiling cfg-if v1.0.4
7232026-06-01T11:25:33.449Z Compiling memchr v2.8.0
7242026-06-01T11:25:33.452Z Compiling serde_core v1.0.228
7252026-06-01T11:25:33.478Z Compiling libc v0.2.186
7262026-06-01T11:25:33.481Z Compiling thiserror v2.0.18
7272026-06-01T11:25:33.481Z Compiling pin-project-lite v0.2.17
7282026-06-01T11:25:33.487Z Compiling either v1.15.0
7292026-06-01T11:25:33.487Z Compiling byteorder v1.5.0
7302026-06-01T11:25:33.525Z Compiling zerocopy v0.8.48
7312026-06-01T11:25:33.556Z Compiling macaddr v1.0.1
7322026-06-01T11:25:33.561Z Compiling stable_deref_trait v1.2.1
7332026-06-01T11:25:33.621Z Compiling hash32 v0.3.1
7342026-06-01T11:25:33.651Z Compiling futures-sink v0.3.32
7352026-06-01T11:25:33.672Z Compiling futures-core v0.3.32
7362026-06-01T11:25:33.743Z Compiling heapless v0.8.0
7372026-06-01T11:25:33.766Z Compiling futures-channel v0.3.32
7382026-06-01T11:25:33.797Z Compiling cobs v0.3.0
7392026-06-01T11:25:33.813Z Compiling slab v0.4.12
7402026-06-01T11:25:33.830Z Compiling managed v0.8.0
7412026-06-01T11:25:33.982Z Compiling rand_core v0.10.1
7422026-06-01T11:25:33.987Z Compiling bitflags v1.3.2
7432026-06-01T11:25:34.043Z Compiling futures-io v0.3.32
7442026-06-01T11:25:34.047Z Compiling futures-task v0.3.32
7452026-06-01T11:25:34.068Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
7462026-06-01T11:25:34.137Z Compiling smoltcp v0.11.0
7472026-06-01T11:25:34.159Z Compiling futures-util v0.3.32
7482026-06-01T11:25:34.224Z Compiling once_cell v1.21.4
7492026-06-01T11:25:34.228Z Compiling ipnetwork v0.21.1
7502026-06-01T11:25:34.310Z Compiling foreign-types-shared v0.3.1
7512026-06-01T11:25:34.398Z Compiling unicode-width v0.2.2
7522026-06-01T11:25:34.456Z Compiling cpufeatures v0.3.0
7532026-06-01T11:25:34.522Z Compiling chacha20 v0.10.0
7542026-06-01T11:25:34.710Z Compiling tabwriter v1.4.1
7552026-06-01T11:25:34.742Z Compiling foreign-types v0.5.0
7562026-06-01T11:25:34.812Z Compiling tracing-core v0.1.36
7572026-06-01T11:25:34.896Z Compiling getrandom v0.4.2
7582026-06-01T11:25:35.024Z Compiling ref-cast v1.0.25
7592026-06-01T11:25:35.106Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
7602026-06-01T11:25:35.116Z Compiling num_enum v0.7.6
7612026-06-01T11:25:35.121Z Compiling crc32fast v1.5.0
7622026-06-01T11:25:35.224Z Compiling serde v1.0.228
7632026-06-01T11:25:35.354Z Compiling bitflags v2.11.1
7642026-06-01T11:25:35.425Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
7652026-06-01T11:25:35.532Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
7662026-06-01T11:25:35.766Z Compiling erased-serde v0.3.31
7672026-06-01T11:25:35.796Z Compiling postcard v1.1.3
7682026-06-01T11:25:35.856Z Compiling cstr-argument v0.1.2
7692026-06-01T11:25:36.020Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7702026-06-01T11:25:36.120Z Compiling itertools v0.14.0
7712026-06-01T11:25:36.124Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
7722026-06-01T11:25:36.127Z Compiling powerfmt v0.2.0
7732026-06-01T11:25:36.138Z Compiling pretty-hex v0.4.2
7742026-06-01T11:25:36.264Z Compiling slog v2.8.2
7752026-06-01T11:25:36.387Z Compiling ingot-types v0.1.2
7762026-06-01T11:25:36.474Z Compiling futures-executor v0.3.32
7772026-06-01T11:25:36.533Z Compiling dyn-clone v1.0.20
7782026-06-01T11:25:36.699Z Compiling futures v0.3.32
7792026-06-01T11:25:36.705Z Compiling deranged v0.5.8
7802026-06-01T11:25:36.772Z Compiling ingot v0.1.1
7812026-06-01T11:25:36.782Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
7822026-06-01T11:25:36.849Z Compiling tracing v0.1.44
7832026-06-01T11:25:36.907Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
7842026-06-01T11:25:36.995Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7852026-06-01T11:25:37.026Z Compiling num-traits v0.2.19
7862026-06-01T11:25:37.067Z Compiling uuid v1.23.1
7872026-06-01T11:25:37.072Z Compiling rand v0.10.1
7882026-06-01T11:25:37.212Z Compiling crossbeam-utils v0.8.21
7892026-06-01T11:25:37.478Z Compiling nom v8.0.0
7902026-06-01T11:25:37.661Z Compiling aho-corasick v1.1.4
7912026-06-01T11:25:37.701Z Compiling socket2 v0.6.3
7922026-06-01T11:25:37.722Z Compiling thread_local v1.1.9
7932026-06-01T11:25:38.048Z Compiling arc-swap v1.9.1
7942026-06-01T11:25:38.094Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
7952026-06-01T11:25:38.144Z Compiling num-conv v0.2.1
7962026-06-01T11:25:38.293Z Compiling winnow v1.0.2
7972026-06-01T11:25:38.332Z Compiling regex-syntax v0.8.10
7982026-06-01T11:25:38.423Z Compiling colored v3.1.1
7992026-06-01T11:25:38.519Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
8002026-06-01T11:25:38.851Z Compiling time-core v0.1.8
8012026-06-01T11:25:38.993Z Compiling oxnet v0.1.5
8022026-06-01T11:25:39.042Z Compiling iana-time-zone v0.1.65
8032026-06-01T11:25:39.273Z Compiling lazy_static v1.5.0
8042026-06-01T11:25:39.367Z Compiling slog-scope v4.4.1
8052026-06-01T11:25:39.474Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
8062026-06-01T11:25:39.524Z Compiling chrono v0.4.44
8072026-06-01T11:25:39.837Z Compiling regex-automata v0.4.14
8082026-06-01T11:25:40.055Z Compiling rusticata-macros v5.0.0
8092026-06-01T11:25:40.378Z Compiling time v0.3.47
8102026-06-01T11:25:40.909Z Compiling thiserror v1.0.69
8112026-06-01T11:25:41.008Z Compiling crossbeam-channel v0.5.15
8122026-06-01T11:25:41.765Z Compiling cookie-factory v0.3.3
8132026-06-01T11:25:42.083Z Compiling is-terminal v0.4.17
8142026-06-01T11:25:42.178Z Compiling itertools v0.12.1
8152026-06-01T11:25:42.298Z Compiling circular v0.3.0
8162026-06-01T11:25:42.567Z Compiling term v1.2.1
8172026-06-01T11:25:43.490Z Compiling take_mut v0.2.2
8182026-06-01T11:25:43.597Z Compiling log v0.4.29
8192026-06-01T11:25:43.629Z Compiling slog-async v2.8.0
8202026-06-01T11:25:43.866Z Compiling slog-stdlog v4.1.1
8212026-06-01T11:25:44.116Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
8222026-06-01T11:25:44.279Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
8232026-06-01T11:25:45.044Z Compiling slog-term v2.9.2
8242026-06-01T11:25:45.412Z Compiling pcap-parser v0.17.0
8252026-06-01T11:25:46.303Z Compiling regex v1.12.3
8262026-06-01T11:25:46.361Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#5e686ee2)
8272026-06-01T11:25:46.682Z Compiling slog-envlogger v2.2.0
8282026-06-01T11:25:47.060Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
8292026-06-01T11:25:47.417Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
8302026-06-01T11:25:48.244Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8312026-06-01T11:25:56.202Z Finished `dev` profile [optimized + debuginfo] target(s) in 22.91s
8322026-06-01T11:25:56.236Z++ cargo build -q --test loopback --message-format=json
8332026-06-01T11:25:56.239Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8342026-06-01T11:25:56.359Z+ loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-4636511e1244e583
8352026-06-01T11:25:56.359Z+ cargo build --test multicast_rx
8362026-06-01T11:25:56.464Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8372026-06-01T11:25:58.069Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.70s
8382026-06-01T11:25:58.105Z++ cargo build -q --test multicast_rx --message-format=json
8392026-06-01T11:25:58.108Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8402026-06-01T11:25:58.231Z+ multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-9eb5f355df8d4904
8412026-06-01T11:25:58.231Z+ cargo build --test multicast_multi_sub
8422026-06-01T11:25:58.337Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8432026-06-01T11:26:00.112Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.87s
8442026-06-01T11:26:00.146Z++ cargo build -q --test multicast_multi_sub --message-format=json
8452026-06-01T11:26:00.151Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8462026-06-01T11:26:00.270Z+ multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-4ea9b22b88172888
8472026-06-01T11:26:00.270Z+ cargo build --test multicast_validation
8482026-06-01T11:26:00.386Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8492026-06-01T11:26:02.292Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.01s
8502026-06-01T11:26:02.327Z++ cargo build -q --test multicast_validation --message-format=json
8512026-06-01T11:26:02.330Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8522026-06-01T11:26:02.449Z+ multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-3ce82ac9c12b08c2
8532026-06-01T11:26:02.449Z+ cargo build --test multicast_source_filter
8542026-06-01T11:26:02.556Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8552026-06-01T11:26:04.608Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.14s
8562026-06-01T11:26:04.644Z++ cargo build -q --test multicast_source_filter --message-format=json
8572026-06-01T11:26:04.649Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8582026-06-01T11:26:04.764Z+ multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-0b519babfa47b3c1
8592026-06-01T11:26:04.764Z+ mkdir -p /work/test
8602026-06-01T11:26:04.776Z+ cp /work/oxidecomputer/opte/target/debug/deps/loopback-4636511e1244e583 /work/test/loopback
8612026-06-01T11:26:04.798Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-9eb5f355df8d4904 /work/test/multicast_rx
8622026-06-01T11:26:04.839Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-4ea9b22b88172888 /work/test/multicast_multi_sub
8632026-06-01T11:26:04.885Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-3ce82ac9c12b08c2 /work/test/multicast_validation
8642026-06-01T11:26:04.927Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-0b519babfa47b3c1 /work/test/multicast_source_filter
8652026-06-01T11:26:04.992Zprocess exited: duration 229269 ms, exit code 0
 
8662026-06-01T11:26:05.010Zfound 14 output files
8672026-06-01T11:26:05.041Zuploading: /work/debug/xde.dbg (94757400 bytes)
8682026-06-01T11:26:06.674Zuploaded: /work/debug/xde.dbg
8692026-06-01T11:26:06.677Zuploading: /work/debug/xde.dbg.sha256 (86 bytes)
8702026-06-01T11:26:07.684Zuploaded: /work/debug/xde.dbg.sha256
8712026-06-01T11:26:07.684Zuploading: /work/debug/xde_link.dbg.so (1084980 bytes)
8722026-06-01T11:26:08.702Zuploaded: /work/debug/xde_link.dbg.so
8732026-06-01T11:26:08.702Zuploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes)
8742026-06-01T11:26:09.711Zuploaded: /work/debug/xde_link.dbg.so.sha256
8752026-06-01T11:26:09.719Zuploading: /work/release/xde (52011904 bytes)
8762026-06-01T11:26:11.295Zuploaded: /work/release/xde
8772026-06-01T11:26:11.295Zuploading: /work/release/xde.sha256 (84 bytes)
8782026-06-01T11:26:12.303Zuploaded: /work/release/xde.sha256
8792026-06-01T11:26:12.303Zuploading: /work/release/xde_link.so (39516 bytes)
8802026-06-01T11:26:13.315Zuploaded: /work/release/xde_link.so
8812026-06-01T11:26:13.315Zuploading: /work/release/xde_link.so.sha256 (92 bytes)
8822026-06-01T11:26:14.325Zuploaded: /work/release/xde_link.so.sha256
8832026-06-01T11:26:14.325Zuploading: /work/test/loopback (51741800 bytes)
8842026-06-01T11:26:15.667Zuploaded: /work/test/loopback
8852026-06-01T11:26:15.667Zuploading: /work/test/multicast_rx (52037768 bytes)
8862026-06-01T11:26:17.069Zuploaded: /work/test/multicast_rx
8872026-06-01T11:26:17.069Zuploading: /work/test/multicast_multi_sub (56196560 bytes)
8882026-06-01T11:26:18.506Zuploaded: /work/test/multicast_multi_sub
8892026-06-01T11:26:18.511Zuploading: /work/test/multicast_validation (52191560 bytes)
8902026-06-01T11:26:20.129Zuploaded: /work/test/multicast_validation
8912026-06-01T11:26:20.129Zuploading: /work/test/multicast_source_filter (52498288 bytes)
8922026-06-01T11:26:21.751Zuploaded: /work/test/multicast_source_filter
8932026-06-01T11:26:21.751Zuploading: /work/xde.conf (79 bytes)
8942026-06-01T11:26:22.759Zuploaded: /work/xde.conf