01KN4JEPX72V56A668YQNPXJ05: 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/xde.conf",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.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: 01KN4JF6BXBNPMJ2Y6R7AR9QQX

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-01T13:08:01.636Zjob assigned to worker 01KN4JFASWYSXGBWD5NK2X6G7Z [factory aws, i-0cb3b5d4b71f94333] (queued for 56 s)
 
22026-04-01T13:08:08.174Zstarting task 0: "setup"
32026-04-01T13:08:08.177Z++ uname -s
42026-04-01T13:08:08.177Z+ kern=SunOS
52026-04-01T13:08:08.177Z+ build_user=build
62026-04-01T13:08:08.177Z+ build_uid=12345
72026-04-01T13:08:08.178Z+ work_dir=/work
82026-04-01T13:08:08.178Z+ input_dir=/input
92026-04-01T13:08:08.178Z+ [[ 0 == 12345 ]]
102026-04-01T13:08:08.178Z+ case "$kern" in
112026-04-01T13:08:08.178Z+ groupadd -g 12345 build
122026-04-01T13:08:08.181Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-01T13:08:10.185Z+ zfs create -o mountpoint=/work rpool/work
142026-04-01T13:08:10.294Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-01T13:08:10.297Z+ home_fs=zfs
162026-04-01T13:08:10.297Z+ [[ zfs == autofs ]]
172026-04-01T13:08:10.297Z+ mkdir -p /home/build
182026-04-01T13:08:10.297Z+ chown build:build /home/build /work
192026-04-01T13:08:12.300Z+ chmod 0700 /home/build /work
202026-04-01T13:08:12.303Zprocess exited: duration 4131 ms, exit code 0
 
212026-04-01T13:08:12.309Zstarting task 1: "rust-toolchain"
222026-04-01T13:08:12.314Z+ printf ' * rust toolchain channel = "%s"\n' 1.93.1
232026-04-01T13:08:12.314Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-01T13:08:12.314Z * rust toolchain channel = "1.93.1"
252026-04-01T13:08:12.314Z * rust toolchain profile = "default"
262026-04-01T13:08:12.314Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-01T13:08:12.314Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-01T13:08:12.317Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-01T13:08:12.317Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default
302026-04-01T13:08:12.436Zinfo: downloading installer
312026-04-01T13:08:14.026Zwarn: It looks like you have an existing installation of Rust at:
322026-04-01T13:08:14.026Zwarn: /opt/ooce/bin
332026-04-01T13:08:14.026Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-01T13:08:14.026Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-01T13:08:14.026Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-01T13:08:14.026Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-01T13:08:14.026Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-01T13:08:14.026Zerror: cannot install while Rust is installed
392026-04-01T13:08:14.026Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-01T13:08:14.026Zwarn: It looks like you have an existing rustup settings file at:
412026-04-01T13:08:14.026Zwarn: /home/build/.rustup/settings.toml
422026-04-01T13:08:14.026Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-01T13:08:14.026Zwarn: instead of the one inferred from the default host triple.
442026-04-01T13:08:14.039Zinfo: profile set to default
452026-04-01T13:08:14.040Zinfo: default host triple is x86_64-unknown-illumos
462026-04-01T13:08:14.042Zinfo: syncing channel updates for 1.93.1-x86_64-unknown-illumos
472026-04-01T13:08:14.167Zinfo: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11)
482026-04-01T13:08:14.170Zinfo: downloading 6 components
492026-04-01T13:08:28.596Z
502026-04-01T13:08:28.597Zinfo: default toolchain set to 1.93.1-x86_64-unknown-illumos
512026-04-01T13:08:28.625Z 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
522026-04-01T13:08:28.625Z
532026-04-01T13:08:28.625Z
542026-04-01T13:08:28.625ZRust is installed now. Great!
552026-04-01T13:08:28.625Z
562026-04-01T13:08:28.628ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-01T13:08:28.628Zenvironment variable. This has not been done automatically.
582026-04-01T13:08:28.628Z
592026-04-01T13:08:28.628ZTo configure your current shell, you need to source
602026-04-01T13:08:28.629Zthe corresponding env file under $HOME/.cargo.
612026-04-01T13:08:28.629Z
622026-04-01T13:08:28.629ZThis is usually done by running one of the following (note the leading DOT):
632026-04-01T13:08:28.629Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-01T13:08:28.629Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-01T13:08:28.629Zsource "~/.cargo/env.nu" # For nushell
662026-04-01T13:08:28.629Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-01T13:08:28.629Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-01T13:08:28.629Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-01T13:08:28.629Zwarn: no default linker (`cc`) was found in your PATH
702026-04-01T13:08:28.629Zwarn: many Rust crates require a system C toolchain to build
712026-04-01T13:08:28.730Z+ rustup --version
722026-04-01T13:08:28.738Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-01T13:08:28.741Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-01T13:08:28.760Zinfo: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
752026-04-01T13:08:28.763Z+ cargo --version
762026-04-01T13:08:28.776Zcargo 1.93.1 (083ac5135 2025-12-15)
772026-04-01T13:08:28.778Z+ rustc --version
782026-04-01T13:08:28.798Zrustc 1.93.1 (01f6ddf75 2026-02-11)
792026-04-01T13:08:28.801Zprocess exited: duration 16489 ms, exit code 0
 
802026-04-01T13:08:28.806Zstarting task 2: "authentication"
812026-04-01T13:08:28.822Zprocess exited: duration 16 ms, exit code 0
 
822026-04-01T13:08:28.829Zstarting task 3: "clone repository"
832026-04-01T13:08:28.832Z+ mkdir -p /work/oxidecomputer/opte
842026-04-01T13:08:28.835Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-04-01T13:08:28.866ZCloning into '/work/oxidecomputer/opte'...
862026-04-01T13:08:30.550Z+ cd /work/oxidecomputer/opte
872026-04-01T13:08:30.550Z+ git fetch origin 6667036f728e9a8e2d120b744081a50a095570ff
882026-04-01T13:08:31.006ZFrom https://github.com/oxidecomputer/opte
892026-04-01T13:08:31.007Z * branch 6667036f728e9a8e2d120b744081a50a095570ff -> FETCH_HEAD
902026-04-01T13:08:31.013Z+ [[ -n renovate/darling-0.x ]]
912026-04-01T13:08:31.016Z++ git branch --show-current
922026-04-01T13:08:31.019Z+ current=master
932026-04-01T13:08:31.019Z+ [[ master != renovate/darling-0.x ]]
942026-04-01T13:08:31.019Z+ git branch -f renovate/darling-0.x 6667036f728e9a8e2d120b744081a50a095570ff
952026-04-01T13:08:31.022Z+ git checkout -f renovate/darling-0.x
962026-04-01T13:08:31.035ZSwitched to branch 'renovate/darling-0.x'
972026-04-01T13:08:31.039Z+ git reset --hard 6667036f728e9a8e2d120b744081a50a095570ff
982026-04-01T13:08:31.041ZHEAD is now at 6667036 Update Rust crate darling to 0.23
992026-04-01T13:08:31.042Zprocess exited: duration 2211 ms, exit code 0
 
1002026-04-01T13:08:31.047Zstarting task 4: "build"
1012026-04-01T13:08:31.051Z+ source .github/buildomat/common.sh
1022026-04-01T13:08:31.053Z++ rustup show active-toolchain
1032026-04-01T13:08:31.056Z1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-04-01T13:08:31.059Z++ pushd xde
1052026-04-01T13:08:31.059Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-04-01T13:08:31.059Z++ rustup show active-toolchain
1072026-04-01T13:08:31.062Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1082026-04-01T13:08:31.200Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1092026-04-01T13:08:31.204Zinfo: downloading 6 components
1102026-04-01T13:08:44.875Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-04-01T13:08:44.965Z+++ rustup show active-toolchain -v
1122026-04-01T13:08:44.968Z+++ head -n 1
1132026-04-01T13:08:44.968Z+++ cut '-d ' -f1
1142026-04-01T13:08:45.019Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1152026-04-01T13:08:45.019Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1162026-04-01T13:08:45.023Z++ popd
1172026-04-01T13:08:45.023Z/work/oxidecomputer/opte
1182026-04-01T13:08:45.023Z+ TGT_BASE=/work
1192026-04-01T13:08:45.023Z+ DBG_SRC=target/x86_64-unknown-unknown/debug
1202026-04-01T13:08:45.023Z+ DBG_LINK_SRC=target/i686-unknown-illumos/debug
1212026-04-01T13:08:45.023Z+ DBG_TGT=/work/debug
1222026-04-01T13:08:45.023Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1232026-04-01T13:08:45.023Z+ REL_LINK_SRC=target/i686-unknown-illumos/release
1242026-04-01T13:08:45.023Z+ REL_TGT=/work/release
1252026-04-01T13:08:45.023Z+ mkdir -p /work/debug /work/release
1262026-04-01T13:08:45.023Z+ cargo --version
1272026-04-01T13:08:45.028Zcargo 1.93.1 (083ac5135 2025-12-15)
1282026-04-01T13:08:45.031Z+ rustc --version
1292026-04-01T13:08:45.051Zrustc 1.93.1 (01f6ddf75 2026-02-11)
1302026-04-01T13:08:45.054Z+ install_pkg jq
1312026-04-01T13:08:45.054Z+ set +o errexit
1322026-04-01T13:08:45.054Z+ pfexec pkg install jq
1332026-04-01T13:08:52.200Z Startup: Refreshing catalog 'helios-dev' ... Done
1342026-04-01T13:08:59.169Z Startup: Caching catalogs ... Done
1352026-04-01T13:09:03.715ZPlanning: Solver setup ... Done
1362026-04-01T13:09:03.733ZPlanning: Running solver ... Done
1372026-04-01T13:09:03.847ZPlanning: Consolidating action changes ... Done
1382026-04-01T13:09:03.850ZPlanning: Evaluating mediators ... Done
1392026-04-01T13:09:03.850ZPlanning: Planning completed in 4.52 seconds
1402026-04-01T13:09:03.862ZNo updates necessary for this image.
1412026-04-01T13:09:05.169Z+ exit_code=4
1422026-04-01T13:09:05.172Z+ [[ 4 -ne 0 ]]
1432026-04-01T13:09:05.172Z+ [[ 4 -ne 4 ]]
1442026-04-01T13:09:05.172Z+ set -o errexit
1452026-04-01T13:09:05.172Z+ pushd xde
1462026-04-01T13:09:05.172Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1472026-04-01T13:09:05.172Z+ cp xde.conf /work/xde.conf
1482026-04-01T13:09:05.175Z+ header 'check style'
1492026-04-01T13:09:05.175Z+ echo '# ==== check style ==== #'
1502026-04-01T13:09:05.175Z# ==== check style ==== #
1512026-04-01T13:09:05.175Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check
1522026-04-01T13:09:05.412Z
1532026-04-01T13:09:05.412Zreal 0.236122610
1542026-04-01T13:09:05.412Zuser 0.155382660
1552026-04-01T13:09:05.412Zsys 0.072145988
1562026-04-01T13:09:05.412Ztrap 0.000007788
1572026-04-01T13:09:05.412Ztflt 0.000063822
1582026-04-01T13:09:05.412Zdflt 0.000146786
1592026-04-01T13:09:05.415Zkflt 0.000000000
1602026-04-01T13:09:05.415Zlock 0.051935375
1612026-04-01T13:09:05.415Zslp 0.200395489
1622026-04-01T13:09:05.415Zlat 0.001479770
1632026-04-01T13:09:05.415Zstop 0.000104718
1642026-04-01T13:09:05.415Z+ header analyze
1652026-04-01T13:09:05.415Z+ echo '# ==== analyze ==== #'
1662026-04-01T13:09:05.415Z# ==== analyze ==== #
1672026-04-01T13:09:05.415Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
1682026-04-01T13:09:05.595Z Updating crates.io index
1692026-04-01T13:09:05.598Z Updating git repository `https://github.com/oxidecomputer/falcon`
1702026-04-01T13:09:06.281Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1712026-04-01T13:09:06.906Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1722026-04-01T13:09:07.337Z Updating git repository `https://github.com/oxidecomputer/zone`
1732026-04-01T13:09:07.611Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1742026-04-01T13:09:07.969Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1752026-04-01T13:09:08.288Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1762026-04-01T13:09:10.159Z Downloading crates ...
1772026-04-01T13:09:10.200Z Downloaded byteorder v1.5.0
1782026-04-01T13:09:10.203Z Downloaded dyn-clone v1.0.20
1792026-04-01T13:09:10.207Z Downloaded darling v0.21.3
1802026-04-01T13:09:10.210Z Downloaded ingot-types v0.1.2
1812026-04-01T13:09:10.214Z Downloaded strsim v0.11.1
1822026-04-01T13:09:10.217Z Downloaded postcard v1.1.3
1832026-04-01T13:09:10.221Z Downloaded macaddr v1.0.1
1842026-04-01T13:09:10.224Z Downloaded cobs v0.3.0
1852026-04-01T13:09:10.224Z Downloaded proc-macro-error-attr2 v2.0.0
1862026-04-01T13:09:10.224Z Downloaded embedded-io v0.4.0
1872026-04-01T13:09:10.228Z Downloaded defmt-macros v1.0.1
1882026-04-01T13:09:10.231Z Downloaded embedded-io v0.6.1
1892026-04-01T13:09:10.231Z Downloaded darling_macro v0.23.0
1902026-04-01T13:09:10.231Z Downloaded ident_case v1.0.1
1912026-04-01T13:09:10.236Z Downloaded managed v0.8.0
1922026-04-01T13:09:10.241Z Downloaded either v1.15.0
1932026-04-01T13:09:10.244Z Downloaded defmt v1.0.1
1942026-04-01T13:09:10.246Z Downloaded darling_macro v0.21.3
1952026-04-01T13:09:10.249Z Downloaded ref-cast v1.0.25
1962026-04-01T13:09:10.251Z Downloaded stable_deref_trait v1.2.1
1972026-04-01T13:09:10.251Z Downloaded ref-cast-impl v1.0.25
1982026-04-01T13:09:10.254Z Downloaded fnv v1.0.7
1992026-04-01T13:09:10.254Z Downloaded defmt-parser v1.0.0
2002026-04-01T13:09:10.254Z Downloaded cfg-if v1.0.4
2012026-04-01T13:09:10.256Z Downloaded ingot-macros v0.1.1
2022026-04-01T13:09:10.256Z Downloaded thiserror v2.0.18
2032026-04-01T13:09:10.260Z Downloaded uuid v1.22.0
2042026-04-01T13:09:10.263Z Downloaded crc32fast v1.5.0
2052026-04-01T13:09:10.265Z Downloaded version_check v0.9.5
2062026-04-01T13:09:10.268Z Downloaded hash32 v0.3.1
2072026-04-01T13:09:10.275Z Downloaded proc-macro-error2 v2.0.1
2082026-04-01T13:09:10.278Z Downloaded defmt v0.3.100
2092026-04-01T13:09:10.282Z Downloaded quote v1.0.45
2102026-04-01T13:09:10.285Z Downloaded thiserror-impl v2.0.18
2112026-04-01T13:09:10.287Z Downloaded serde v1.0.228
2122026-04-01T13:09:10.295Z Downloaded ingot v0.1.1
2132026-04-01T13:09:10.297Z Downloaded bitflags v1.3.2
2142026-04-01T13:09:10.313Z Downloaded serde_core v1.0.228
2152026-04-01T13:09:10.315Z Downloaded darling v0.23.0
2162026-04-01T13:09:10.319Z Downloaded unicode-ident v1.0.24
2172026-04-01T13:09:10.322Z Downloaded bitflags v2.11.0
2182026-04-01T13:09:10.326Z Downloaded proc-macro2 v1.0.106
2192026-04-01T13:09:10.329Z Downloaded serde_derive v1.0.228
2202026-04-01T13:09:10.333Z Downloaded darling_core v0.23.0
2212026-04-01T13:09:10.345Z Downloaded heapless v0.8.0
2222026-04-01T13:09:10.348Z Downloaded memchr v2.8.0
2232026-04-01T13:09:10.350Z Downloaded darling_core v0.21.3
2242026-04-01T13:09:10.361Z Downloaded zerocopy-derive v0.8.47
2252026-04-01T13:09:10.379Z Downloaded itertools v0.14.0
2262026-04-01T13:09:10.400Z Downloaded regex v1.12.3
2272026-04-01T13:09:10.403Z Downloaded aho-corasick v1.1.4
2282026-04-01T13:09:10.436Z Downloaded zerocopy v0.8.47
2292026-04-01T13:09:10.444Z Downloaded syn v2.0.117
2302026-04-01T13:09:10.450Z Downloaded smoltcp v0.11.0
2312026-04-01T13:09:10.456Z Downloaded regex-syntax v0.8.10
2322026-04-01T13:09:10.470Z Downloaded regex-automata v0.4.14
2332026-04-01T13:09:10.481Z Updating crates.io index
2342026-04-01T13:09:10.585Z Downloading crates ...
2352026-04-01T13:09:10.626Z Downloaded adler2 v2.0.1
2362026-04-01T13:09:10.639Z Downloaded rustc-demangle v0.1.27
2372026-04-01T13:09:10.642Z Downloaded rustc-literal-escaper v0.0.7
2382026-04-01T13:09:10.645Z Downloaded getopts v0.2.24
2392026-04-01T13:09:10.653Z Downloaded foldhash v0.2.0
2402026-04-01T13:09:10.662Z Downloaded addr2line v0.25.1
2412026-04-01T13:09:10.679Z Downloaded miniz_oxide v0.8.9
2422026-04-01T13:09:10.682Z Downloaded hashbrown v0.16.1
2432026-04-01T13:09:10.687Z Downloaded memchr v2.7.6
2442026-04-01T13:09:10.731Z Downloaded gimli v0.32.3
2452026-04-01T13:09:10.740Z Downloaded object v0.37.3
2462026-04-01T13:09:10.772Z Downloaded libc v0.2.178
2472026-04-01T13:09:10.829Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
2482026-04-01T13:09:10.829Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
2492026-04-01T13:09:10.829Z Compiling proc-macro2 v1.0.106
2502026-04-01T13:09:10.832Z Compiling quote v1.0.45
2512026-04-01T13:09:10.832Z Compiling unicode-ident v1.0.24
2522026-04-01T13:09:10.832Z Compiling strsim v0.11.1
2532026-04-01T13:09:10.832Z Compiling ident_case v1.0.1
2542026-04-01T13:09:10.832Z Compiling serde_core v1.0.228
2552026-04-01T13:09:11.010Z Compiling memchr v2.8.0
2562026-04-01T13:09:11.013Z Compiling fnv v1.0.7
2572026-04-01T13:09:11.098Z Compiling regex-syntax v0.8.10
2582026-04-01T13:09:11.280Z Compiling thiserror v2.0.18
2592026-04-01T13:09:11.296Z Compiling serde v1.0.228
2602026-04-01T13:09:11.341Z Compiling zerocopy v0.8.47
2612026-04-01T13:09:11.405Z Compiling aho-corasick v1.1.4
2622026-04-01T13:09:11.686Z Compiling either v1.15.0
2632026-04-01T13:09:11.728Z Compiling heapless v0.8.0
2642026-04-01T13:09:11.888Z Compiling itertools v0.14.0
2652026-04-01T13:09:11.909Z Compiling smoltcp v0.11.0
2662026-04-01T13:09:12.127Z Compiling syn v2.0.117
2672026-04-01T13:09:12.170Z Compiling crc32fast v1.5.0
2682026-04-01T13:09:12.264Z Compiling version_check v0.9.5
2692026-04-01T13:09:12.357Z Compiling ref-cast v1.0.25
2702026-04-01T13:09:12.646Z Compiling regex-automata v0.4.14
2712026-04-01T13:09:12.802Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2722026-04-01T13:09:14.162Z Compiling regex v1.12.3
2732026-04-01T13:09:14.413Z Compiling darling_core v0.21.3
2742026-04-01T13:09:14.460Z Compiling darling_core v0.23.0
2752026-04-01T13:09:15.296Z Compiling serde_derive v1.0.228
2762026-04-01T13:09:15.296Z Compiling zerocopy-derive v0.8.47
2772026-04-01T13:09:15.300Z Compiling thiserror-impl v2.0.18
2782026-04-01T13:09:15.300Z Compiling ref-cast-impl v1.0.25
2792026-04-01T13:09:15.300Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2802026-04-01T13:09:16.849Z Compiling darling_macro v0.21.3
2812026-04-01T13:09:17.181Z Compiling darling_macro v0.23.0
2822026-04-01T13:09:17.782Z Compiling darling v0.21.3
2832026-04-01T13:09:17.849Z Compiling ingot-macros v0.1.1
2842026-04-01T13:09:18.069Z Compiling darling v0.23.0
2852026-04-01T13:09:18.137Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
2862026-04-01T13:09:22.398Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
2872026-04-01T13:09:24.477Z Checking byteorder v1.5.0
2882026-04-01T13:09:24.480Z Checking macaddr v1.0.1
2892026-04-01T13:09:24.480Z Checking cfg-if v1.0.4
2902026-04-01T13:09:24.480Z Checking stable_deref_trait v1.2.1
2912026-04-01T13:09:24.480Z Checking bitflags v1.3.2
2922026-04-01T13:09:24.535Z Checking managed v0.8.0
2932026-04-01T13:09:24.565Z Checking cobs v0.3.0
2942026-04-01T13:09:24.628Z Checking hash32 v0.3.1
2952026-04-01T13:09:24.651Z Checking dyn-clone v1.0.20
2962026-04-01T13:09:24.682Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
2972026-04-01T13:09:25.814Z Checking bitflags v2.11.0
2982026-04-01T13:09:25.814Z Checking uuid v1.22.0
2992026-04-01T13:09:25.991Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3002026-04-01T13:09:26.205Z Checking postcard v1.1.3
3012026-04-01T13:09:27.018Z Checking ingot-types v0.1.2
3022026-04-01T13:09:27.293Z Checking ingot v0.1.1
3032026-04-01T13:09:28.592Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3042026-04-01T13:09:32.793Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3052026-04-01T13:09:34.276Z Checking xde v0.1.0 (/work/oxidecomputer/opte/xde)
3062026-04-01T13:09:36.619Z Finished `dev` profile [optimized + debuginfo] target(s) in 31.14s
3072026-04-01T13:09:36.732Z
3082026-04-01T13:09:36.732Zreal 31.311168587
3092026-04-01T13:09:36.732Zuser 1:14.719785771
3102026-04-01T13:09:36.732Zsys 10.322083858
3112026-04-01T13:09:36.732Ztrap 0.035898389
3122026-04-01T13:09:36.732Ztflt 0.057562097
3132026-04-01T13:09:36.732Zdflt 0.195885603
3142026-04-01T13:09:36.732Zkflt 0.001561345
3152026-04-01T13:09:36.735Zlock 3:48.546678858
3162026-04-01T13:09:36.735Zslp 3:27.447453132
3172026-04-01T13:09:36.735Zlat 3.712143041
3182026-04-01T13:09:36.735Zstop 6.586147033
3192026-04-01T13:09:36.735Z+ pushd xde-link
3202026-04-01T13:09:36.735Z/work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3212026-04-01T13:09:36.735Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
3222026-04-01T13:09:36.926Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
3232026-04-01T13:09:36.926Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3242026-04-01T13:09:36.926Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
3252026-04-01T13:09:47.321Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3262026-04-01T13:09:49.465Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.67s
3272026-04-01T13:09:49.486Z
3282026-04-01T13:09:49.489Zreal 12.748121842
3292026-04-01T13:09:49.489Zuser 20.207285203
3302026-04-01T13:09:49.489Zsys 1.229723761
3312026-04-01T13:09:49.490Ztrap 0.004692378
3322026-04-01T13:09:49.490Ztflt 0.001623753
3332026-04-01T13:09:49.490Zdflt 0.047373412
3342026-04-01T13:09:49.490Zkflt 0.000015386
3352026-04-01T13:09:49.490Zlock 1:07.208400780
3362026-04-01T13:09:49.490Zslp 42.546128621
3372026-04-01T13:09:49.490Zlat 0.373149864
3382026-04-01T13:09:49.490Zstop 0.129008353
3392026-04-01T13:09:49.490Z+ popd
3402026-04-01T13:09:49.490Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3412026-04-01T13:09:49.490Z+ popd
3422026-04-01T13:09:49.490Z/work/oxidecomputer/opte
3432026-04-01T13:09:49.490Z+ header 'build xde (debug)'
3442026-04-01T13:09:49.490Z# ==== build xde (debug) ==== #
3452026-04-01T13:09:49.490Z+ echo '# ==== build xde (debug) ==== #'
3462026-04-01T13:09:49.490Z+ ptime -m cargo xtask build --profile debug xde xde-link
3472026-04-01T13:09:49.633Z Downloading crates ...
3482026-04-01T13:09:49.682Z Downloaded cargo_metadata v0.23.1
3492026-04-01T13:09:49.688Z Downloaded anyhow v1.0.102
3502026-04-01T13:09:49.693Z Downloaded heck v0.5.0
3512026-04-01T13:09:49.696Z Downloaded anstyle-query v1.1.5
3522026-04-01T13:09:49.699Z Downloaded terminal_size v0.4.4
3532026-04-01T13:09:49.699Z Downloaded equivalent v1.0.2
3542026-04-01T13:09:49.702Z Downloaded utf8parse v0.2.2
3552026-04-01T13:09:49.704Z Downloaded itoa v1.0.18
3562026-04-01T13:09:49.704Z Downloaded errno v0.3.14
3572026-04-01T13:09:49.707Z Downloaded cargo-platform v0.3.2
3582026-04-01T13:09:49.710Z Downloaded is_terminal_polyfill v1.70.2
3592026-04-01T13:09:49.710Z Downloaded colorchoice v1.0.5
3602026-04-01T13:09:49.715Z Downloaded clap_lex v1.1.0
3612026-04-01T13:09:49.718Z Downloaded serde_spanned v1.1.0
3622026-04-01T13:09:49.721Z Downloaded toml_writer v1.1.0+spec-1.1.0
3632026-04-01T13:09:49.723Z Downloaded clap_derive v4.6.0
3642026-04-01T13:09:49.723Z Downloaded semver v1.0.27
3652026-04-01T13:09:49.726Z Downloaded anstream v1.0.0
3662026-04-01T13:09:49.726Z Downloaded anstyle v1.0.14
3672026-04-01T13:09:49.726Z Downloaded anstyle-parse v1.0.0
3682026-04-01T13:09:49.729Z Downloaded toml_datetime v1.1.0+spec-1.1.0
3692026-04-01T13:09:49.732Z Downloaded zmij v1.0.21
3702026-04-01T13:09:49.732Z Downloaded toml_parser v1.1.0+spec-1.1.0
3712026-04-01T13:09:49.734Z Downloaded camino v1.2.2
3722026-04-01T13:09:49.739Z Downloaded toml v1.1.0+spec-1.1.0
3732026-04-01T13:09:49.748Z Downloaded clap v4.6.0
3742026-04-01T13:09:49.764Z Downloaded indexmap v2.13.0
3752026-04-01T13:09:49.781Z Downloaded serde_json v1.0.149
3762026-04-01T13:09:49.790Z Downloaded winnow v1.0.0
3772026-04-01T13:09:49.795Z Downloaded clap_builder v4.6.0
3782026-04-01T13:09:49.819Z Downloaded rustix v1.1.4
3792026-04-01T13:09:49.848Z Downloaded libc v0.2.183
3802026-04-01T13:09:49.895Z Compiling serde_core v1.0.228
3812026-04-01T13:09:49.895Z Compiling proc-macro2 v1.0.106
3822026-04-01T13:09:49.898Z Compiling unicode-ident v1.0.24
3832026-04-01T13:09:49.898Z Compiling quote v1.0.45
3842026-04-01T13:09:49.898Z Compiling libc v0.2.183
3852026-04-01T13:09:49.898Z Compiling rustix v1.1.4
3862026-04-01T13:09:49.898Z Compiling bitflags v2.11.0
3872026-04-01T13:09:49.916Z Compiling utf8parse v0.2.2
3882026-04-01T13:09:50.045Z Compiling zmij v1.0.21
3892026-04-01T13:09:50.060Z Compiling anstyle-parse v1.0.0
3902026-04-01T13:09:50.275Z Compiling colorchoice v1.0.5
3912026-04-01T13:09:50.279Z Compiling thiserror v2.0.18
3922026-04-01T13:09:50.368Z Compiling anstyle v1.0.14
3932026-04-01T13:09:50.381Z Compiling serde_json v1.0.149
3942026-04-01T13:09:50.384Z Compiling is_terminal_polyfill v1.70.2
3952026-04-01T13:09:50.456Z Compiling anstyle-query v1.1.5
3962026-04-01T13:09:50.475Z Compiling serde v1.0.228
3972026-04-01T13:09:50.557Z Compiling camino v1.2.2
3982026-04-01T13:09:50.610Z Compiling anstream v1.0.0
3992026-04-01T13:09:50.624Z Compiling errno v0.3.14
4002026-04-01T13:09:50.791Z Compiling strsim v0.11.1
4012026-04-01T13:09:50.819Z Compiling heck v0.5.0
4022026-04-01T13:09:51.013Z Compiling memchr v2.8.0
4032026-04-01T13:09:51.075Z Compiling syn v2.0.117
4042026-04-01T13:09:51.090Z Compiling anyhow v1.0.102
4052026-04-01T13:09:51.128Z Compiling itoa v1.0.18
4062026-04-01T13:09:51.149Z Compiling winnow v1.0.0
4072026-04-01T13:09:51.386Z Compiling terminal_size v0.4.4
4082026-04-01T13:09:51.405Z Compiling clap_lex v1.1.0
4092026-04-01T13:09:51.536Z Compiling toml_parser v1.1.0+spec-1.1.0
4102026-04-01T13:09:51.564Z Compiling clap_builder v4.6.0
4112026-04-01T13:09:51.802Z Compiling toml_writer v1.1.0+spec-1.1.0
4122026-04-01T13:09:52.267Z Compiling cargo-platform v0.3.2
4132026-04-01T13:09:52.323Z Compiling semver v1.0.27
4142026-04-01T13:09:52.347Z Compiling serde_spanned v1.1.0
4152026-04-01T13:09:52.796Z Compiling toml_datetime v1.1.0+spec-1.1.0
4162026-04-01T13:09:52.985Z Compiling toml v1.1.0+spec-1.1.0
4172026-04-01T13:09:53.406Z Compiling thiserror-impl v2.0.18
4182026-04-01T13:09:53.430Z Compiling serde_derive v1.0.228
4192026-04-01T13:09:53.430Z Compiling clap_derive v4.6.0
4202026-04-01T13:09:55.089Z Compiling clap v4.6.0
4212026-04-01T13:09:56.635Z Compiling cargo_metadata v0.23.1
4222026-04-01T13:09:59.131Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
4232026-04-01T13:10:00.707Z Finished `dev` profile [optimized + debuginfo] target(s) in 11.21s
4242026-04-01T13:10:00.722Z Running `target/debug/xtask build --profile debug xde xde-link`
4252026-04-01T13:10:02.321ZBuilding xde (dev).
4262026-04-01T13:10:02.556Z Compiling serde_core v1.0.228
4272026-04-01T13:10:02.556Z Compiling byteorder v1.5.0
4282026-04-01T13:10:02.556Z Compiling stable_deref_trait v1.2.1
4292026-04-01T13:10:02.559Z Compiling macaddr v1.0.1
4302026-04-01T13:10:02.559Z Compiling cfg-if v1.0.4
4312026-04-01T13:10:02.584Z Compiling thiserror v2.0.18
4322026-04-01T13:10:02.587Z Compiling zerocopy v0.8.47
4332026-04-01T13:10:02.590Z Compiling bitflags v1.3.2
4342026-04-01T13:10:02.633Z Compiling managed v0.8.0
4352026-04-01T13:10:02.638Z Compiling cobs v0.3.0
4362026-04-01T13:10:02.644Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4372026-04-01T13:10:02.676Z Compiling either v1.15.0
4382026-04-01T13:10:02.758Z Compiling hash32 v0.3.1
4392026-04-01T13:10:02.844Z Compiling itertools v0.14.0
4402026-04-01T13:10:02.854Z Compiling heapless v0.8.0
4412026-04-01T13:10:02.860Z Compiling ref-cast v1.0.25
4422026-04-01T13:10:02.919Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4432026-04-01T13:10:02.919Z Compiling crc32fast v1.5.0
4442026-04-01T13:10:02.932Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4452026-04-01T13:10:02.947Z Compiling dyn-clone v1.0.20
4462026-04-01T13:10:03.117Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4472026-04-01T13:10:03.239Z Compiling smoltcp v0.11.0
4482026-04-01T13:10:04.205Z Compiling serde v1.0.228
4492026-04-01T13:10:04.205Z Compiling bitflags v2.11.0
4502026-04-01T13:10:04.205Z Compiling uuid v1.22.0
4512026-04-01T13:10:04.334Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4522026-04-01T13:10:04.611Z Compiling postcard v1.1.3
4532026-04-01T13:10:05.372Z Compiling ingot-types v0.1.2
4542026-04-01T13:10:05.651Z Compiling ingot v0.1.1
4552026-04-01T13:10:07.070Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4562026-04-01T13:10:11.289Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4572026-04-01T13:10:21.460Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4582026-04-01T13:10:29.356Z Finished `dev` profile [optimized + debuginfo] target(s) in 27.00s
4592026-04-01T13:10:29.380ZLinking xde kmod...
4602026-04-01T13:10:30.494ZBuilding xde dev link helper (dev).
4612026-04-01T13:10:30.654Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4622026-04-01T13:10:30.989Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.46s
4632026-04-01T13:10:31.013Z
4642026-04-01T13:10:31.016Zreal 41.520149810
4652026-04-01T13:10:31.016Zuser 2:15.065635945
4662026-04-01T13:10:31.016Zsys 11.131905730
4672026-04-01T13:10:31.016Ztrap 0.068456016
4682026-04-01T13:10:31.016Ztflt 0.329179236
4692026-04-01T13:10:31.016Zdflt 0.416855524
4702026-04-01T13:10:31.016Zkflt 0.000003738
4712026-04-01T13:10:31.016Zlock 6:16.079694824
4722026-04-01T13:10:31.016Zslp 3:52.860730185
4732026-04-01T13:10:31.016Zlat 5.155308169
4742026-04-01T13:10:31.016Zstop 4.222620016
4752026-04-01T13:10:31.016Z+ header 'build xde (release)'
4762026-04-01T13:10:31.016Z+ echo '# ==== build xde (release) ==== #'
4772026-04-01T13:10:31.016Z+ ptime -m cargo xtask build --profile release xde xde-link
4782026-04-01T13:10:31.016Z# ==== build xde (release) ==== #
4792026-04-01T13:10:31.156Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s
4802026-04-01T13:10:31.159Z Running `target/debug/xtask build --profile release xde xde-link`
4812026-04-01T13:10:31.354ZBuilding xde (release-lto).
4822026-04-01T13:10:31.584Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
4832026-04-01T13:10:31.584Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4842026-04-01T13:10:31.584Z Compiling proc-macro2 v1.0.106
4852026-04-01T13:10:31.584Z Compiling quote v1.0.45
4862026-04-01T13:10:31.584Z Compiling unicode-ident v1.0.24
4872026-04-01T13:10:31.584Z Compiling strsim v0.11.1
4882026-04-01T13:10:31.584Z Compiling ident_case v1.0.1
4892026-04-01T13:10:31.585Z Compiling serde_core v1.0.228
4902026-04-01T13:10:31.702Z Compiling memchr v2.8.0
4912026-04-01T13:10:31.706Z Compiling fnv v1.0.7
4922026-04-01T13:10:31.782Z Compiling regex-syntax v0.8.10
4932026-04-01T13:10:31.991Z Compiling thiserror v2.0.18
4942026-04-01T13:10:31.999Z Compiling either v1.15.0
4952026-04-01T13:10:32.014Z Compiling serde v1.0.228
4962026-04-01T13:10:32.145Z Compiling aho-corasick v1.1.4
4972026-04-01T13:10:32.194Z Compiling zerocopy v0.8.47
4982026-04-01T13:10:32.345Z Compiling itertools v0.14.0
4992026-04-01T13:10:32.413Z Compiling heapless v0.8.0
5002026-04-01T13:10:32.735Z Compiling syn v2.0.117
5012026-04-01T13:10:32.829Z Compiling smoltcp v0.11.0
5022026-04-01T13:10:32.829Z Compiling crc32fast v1.5.0
5032026-04-01T13:10:32.883Z Compiling version_check v0.9.5
5042026-04-01T13:10:33.148Z Compiling ref-cast v1.0.25
5052026-04-01T13:10:33.224Z Compiling regex-automata v0.4.14
5062026-04-01T13:10:33.237Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5072026-04-01T13:10:34.741Z Compiling regex v1.12.3
5082026-04-01T13:10:34.987Z Compiling darling_core v0.21.3
5092026-04-01T13:10:34.995Z Compiling darling_core v0.23.0
5102026-04-01T13:10:35.901Z Compiling zerocopy-derive v0.8.47
5112026-04-01T13:10:35.901Z Compiling thiserror-impl v2.0.18
5122026-04-01T13:10:35.901Z Compiling serde_derive v1.0.228
5132026-04-01T13:10:35.904Z Compiling ref-cast-impl v1.0.25
5142026-04-01T13:10:35.904Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5152026-04-01T13:10:37.439Z Compiling darling_macro v0.21.3
5162026-04-01T13:10:37.608Z Compiling darling_macro v0.23.0
5172026-04-01T13:10:38.357Z Compiling darling v0.21.3
5182026-04-01T13:10:38.420Z Compiling ingot-macros v0.1.1
5192026-04-01T13:10:38.505Z Compiling darling v0.23.0
5202026-04-01T13:10:38.568Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5212026-04-01T13:10:43.498Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5222026-04-01T13:10:45.517Z Compiling byteorder v1.5.0
5232026-04-01T13:10:45.517Z Compiling macaddr v1.0.1
5242026-04-01T13:10:45.520Z Compiling cfg-if v1.0.4
5252026-04-01T13:10:45.520Z Compiling stable_deref_trait v1.2.1
5262026-04-01T13:10:45.576Z Compiling bitflags v1.3.2
5272026-04-01T13:10:45.585Z Compiling cobs v0.3.0
5282026-04-01T13:10:45.614Z Compiling managed v0.8.0
5292026-04-01T13:10:45.701Z Compiling hash32 v0.3.1
5302026-04-01T13:10:45.848Z Compiling dyn-clone v1.0.20
5312026-04-01T13:10:45.866Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5322026-04-01T13:10:47.123Z Compiling bitflags v2.11.0
5332026-04-01T13:10:47.123Z Compiling uuid v1.22.0
5342026-04-01T13:10:47.262Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5352026-04-01T13:10:47.559Z Compiling postcard v1.1.3
5362026-04-01T13:10:48.352Z Compiling ingot-types v0.1.2
5372026-04-01T13:10:48.661Z Compiling ingot v0.1.1
5382026-04-01T13:10:50.162Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5392026-04-01T13:10:53.849Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5402026-04-01T13:11:02.548Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5412026-04-01T13:11:30.411Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 59.02s
5422026-04-01T13:11:30.435ZLinking xde kmod...
5432026-04-01T13:11:30.970ZBuilding xde dev link helper (release).
5442026-04-01T13:11:31.128Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5452026-04-01T13:11:31.128Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5462026-04-01T13:11:31.128Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5472026-04-01T13:11:42.084Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5482026-04-01T13:11:44.392Z Finished `release` profile [optimized + debuginfo] target(s) in 13.39s
5492026-04-01T13:11:44.412Z
5502026-04-01T13:11:44.414Zreal 1:13.390017526
5512026-04-01T13:11:44.415Zuser 2:05.886414900
5522026-04-01T13:11:44.415Zsys 12.258399961
5532026-04-01T13:11:44.415Ztrap 0.036665786
5542026-04-01T13:11:44.415Ztflt 0.133291716
5552026-04-01T13:11:44.415Zdflt 0.211095886
5562026-04-01T13:11:44.415Zkflt 0.000015548
5572026-04-01T13:11:44.415Zlock 10:33.154204622
5582026-04-01T13:11:44.415Zslp 6:00.967677566
5592026-04-01T13:11:44.415Zlat 2.615500461
5602026-04-01T13:11:44.415Zstop 4.916957298
5612026-04-01T13:11:44.415Z+ elfdump target/x86_64-unknown-unknown/debug/xde.dbg
5622026-04-01T13:11:44.415Z+ grep GOTPCREL
5632026-04-01T13:11:46.118Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5642026-04-01T13:11:46.121Z+ grep GOTPCREL
5652026-04-01T13:11:47.008Z+ cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/
5662026-04-01T13:11:47.067Z+ sha256sum /work/debug/xde.dbg
5672026-04-01T13:11:47.117Z+ cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so
5682026-04-01T13:11:47.121Z+ sha256sum /work/debug/xde_link.dbg.so
5692026-04-01T13:11:47.124Z+ cp target/x86_64-unknown-unknown/release-lto/xde /work/release/
5702026-04-01T13:11:47.156Z+ sha256sum /work/release/xde
5712026-04-01T13:11:47.183Z+ cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so
5722026-04-01T13:11:47.188Z+ sha256sum /work/release/xde_link.so
5732026-04-01T13:11:47.188Z+ header 'build xde integration tests'
5742026-04-01T13:11:47.188Z+ echo '# ==== build xde integration tests ==== #'
5752026-04-01T13:11:47.188Z+ pushd xde-tests
5762026-04-01T13:11:47.188Z# ==== build xde integration tests ==== #
5772026-04-01T13:11:47.188Z/work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte
5782026-04-01T13:11:47.188Z+ cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check
5792026-04-01T13:11:47.267Z+ cargo clippy --all-targets -- --deny warnings
5802026-04-01T13:11:47.484Z Checking cfg-if v1.0.4
5812026-04-01T13:11:47.484Z Compiling serde_core v1.0.228
5822026-04-01T13:11:47.484Z Checking memchr v2.8.0
5832026-04-01T13:11:47.484Z Compiling libc v0.2.183
5842026-04-01T13:11:47.484Z Compiling serde v1.0.228
5852026-04-01T13:11:47.488Z Compiling rustversion v1.0.22
5862026-04-01T13:11:47.488Z Compiling ident_case v1.0.1
5872026-04-01T13:11:47.488Z Compiling syn v2.0.117
5882026-04-01T13:11:47.553Z Compiling strsim v0.11.1
5892026-04-01T13:11:47.603Z Compiling version_check v0.9.5
5902026-04-01T13:11:47.826Z Compiling zerocopy v0.8.47
5912026-04-01T13:11:47.838Z Compiling fnv v1.0.7
5922026-04-01T13:11:47.885Z Checking pin-project-lite v0.2.17
5932026-04-01T13:11:47.912Z Compiling syn v1.0.109
5942026-04-01T13:11:47.960Z Compiling regex-syntax v0.8.10
5952026-04-01T13:11:48.182Z Compiling winnow v1.0.0
5962026-04-01T13:11:48.250Z Compiling aho-corasick v1.1.4
5972026-04-01T13:11:48.263Z Compiling equivalent v1.0.2
5982026-04-01T13:11:48.336Z Compiling hashbrown v0.16.1
5992026-04-01T13:11:48.407Z Compiling either v1.15.0
6002026-04-01T13:11:48.592Z Compiling itertools v0.14.0
6012026-04-01T13:11:48.840Z Compiling indexmap v2.13.0
6022026-04-01T13:11:49.182Z Compiling toml_parser v1.1.0+spec-1.1.0
6032026-04-01T13:11:49.297Z Compiling heapless v0.8.0
6042026-04-01T13:11:49.422Z Compiling regex-automata v0.4.14
6052026-04-01T13:11:49.595Z Compiling toml_datetime v1.1.0+spec-1.1.0
6062026-04-01T13:11:49.722Z Checking byteorder v1.5.0
6072026-04-01T13:11:49.776Z Compiling toml_edit v0.25.8+spec-1.1.0
6082026-04-01T13:11:49.811Z Checking bitflags v2.11.0
6092026-04-01T13:11:49.867Z Checking hash32 v0.3.1
6102026-04-01T13:11:49.939Z Compiling slog v2.8.2
6112026-04-01T13:11:49.960Z Checking futures-core v0.3.32
6122026-04-01T13:11:49.964Z Checking futures-sink v0.3.32
6132026-04-01T13:11:49.971Z Checking stable_deref_trait v1.2.1
6142026-04-01T13:11:50.026Z Compiling darling_core v0.21.3
6152026-04-01T13:11:50.044Z Compiling darling_core v0.23.0
6162026-04-01T13:11:50.066Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6172026-04-01T13:11:50.157Z Checking macaddr v1.0.1
6182026-04-01T13:11:50.290Z Compiling smoltcp v0.11.0
6192026-04-01T13:11:50.311Z Compiling proc-macro-crate v3.5.0
6202026-04-01T13:11:50.636Z Checking futures-channel v0.3.32
6212026-04-01T13:11:50.720Z Compiling proc-macro-error-attr v1.0.4
6222026-04-01T13:11:50.812Z Checking futures-task v0.3.32
6232026-04-01T13:11:50.939Z Compiling ref-cast v1.0.25
6242026-04-01T13:11:50.943Z Checking bitflags v1.3.2
6252026-04-01T13:11:50.995Z Compiling getrandom v0.4.2
6262026-04-01T13:11:51.002Z Checking slab v0.4.12
6272026-04-01T13:11:51.144Z Compiling regex v1.12.3
6282026-04-01T13:11:51.241Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
6292026-04-01T13:11:51.245Z Compiling serde_derive v1.0.228
6302026-04-01T13:11:51.259Z Compiling thiserror-impl v2.0.18
6312026-04-01T13:11:51.452Z Compiling zerocopy-derive v0.8.47
6322026-04-01T13:11:51.526Z Compiling futures-macro v0.3.32
6332026-04-01T13:11:51.756Z Compiling autocfg v1.5.0
6342026-04-01T13:11:52.025Z Checking managed v0.8.0
6352026-04-01T13:11:52.146Z Compiling darling_macro v0.21.3
6362026-04-01T13:11:52.158Z Compiling crc32fast v1.5.0
6372026-04-01T13:11:52.161Z Compiling darling_macro v0.23.0
6382026-04-01T13:11:52.203Z Checking futures-io v0.3.32
6392026-04-01T13:11:52.305Z Checking rand_core v0.10.0
6402026-04-01T13:11:52.395Z Checking futures-util v0.3.32
6412026-04-01T13:11:52.481Z Compiling num-traits v0.2.19
6422026-04-01T13:11:52.539Z Checking thiserror v2.0.18
6432026-04-01T13:11:52.628Z Checking cobs v0.3.0
6442026-04-01T13:11:52.683Z Compiling darling v0.21.3
6452026-04-01T13:11:52.698Z Compiling darling v0.23.0
6462026-04-01T13:11:52.726Z Compiling ref-cast-impl v1.0.25
6472026-04-01T13:11:52.752Z Compiling ingot-macros v0.1.1
6482026-04-01T13:11:52.761Z Compiling foreign-types-macros v0.2.3
6492026-04-01T13:11:52.766Z Compiling num_enum_derive v0.7.6
6502026-04-01T13:11:53.386Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
6512026-04-01T13:11:53.391Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
6522026-04-01T13:11:53.638Z Compiling proc-macro-error v1.0.4
6532026-04-01T13:11:53.647Z Checking ipnetwork v0.21.1
6542026-04-01T13:11:53.668Z Checking cpufeatures v0.3.0
6552026-04-01T13:11:53.726Z Checking once_cell v1.21.4
6562026-04-01T13:11:53.746Z Compiling getrandom v0.3.4
6572026-04-01T13:11:53.812Z Compiling crossbeam-utils v0.8.21
6582026-04-01T13:11:53.859Z Checking unicode-width v0.2.2
6592026-04-01T13:11:53.883Z Checking foreign-types-shared v0.3.1
6602026-04-01T13:11:53.955Z Checking foreign-types v0.5.0
6612026-04-01T13:11:54.019Z Checking tracing-core v0.1.36
6622026-04-01T13:11:54.097Z Checking tabwriter v1.4.1
6632026-04-01T13:11:54.118Z Checking num_enum v0.7.6
6642026-04-01T13:11:54.171Z Checking chacha20 v0.10.0
6652026-04-01T13:11:54.320Z Checking futures-executor v0.3.32
6662026-04-01T13:11:54.326Z Checking erased-serde v0.3.31
6672026-04-01T13:11:54.329Z Checking postcard v1.1.3
6682026-04-01T13:11:54.335Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6692026-04-01T13:11:54.482Z Checking anyhow v1.0.102
6702026-04-01T13:11:54.625Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6712026-04-01T13:11:54.676Z Compiling tracing-attributes v0.1.31
6722026-04-01T13:11:54.689Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6732026-04-01T13:11:54.939Z Checking cstr-argument v0.1.2
6742026-04-01T13:11:55.028Z Checking pretty-hex v0.4.2
6752026-04-01T13:11:55.043Z Compiling thiserror v1.0.69
6762026-04-01T13:11:55.095Z Checking powerfmt v0.2.0
6772026-04-01T13:11:55.132Z Compiling num-conv v0.2.1
6782026-04-01T13:11:55.240Z Checking dyn-clone v1.0.20
6792026-04-01T13:11:55.260Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
6802026-04-01T13:11:55.265Z Compiling time-core v0.1.8
6812026-04-01T13:11:55.328Z Checking deranged v0.5.8
6822026-04-01T13:11:55.395Z Compiling time-macros v0.2.27
6832026-04-01T13:11:55.427Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
6842026-04-01T13:11:55.484Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6852026-04-01T13:11:55.515Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6862026-04-01T13:11:55.570Z Checking rand v0.10.0
6872026-04-01T13:11:55.668Z Checking futures v0.3.32
6882026-04-01T13:11:55.738Z Checking ingot-types v0.1.2
6892026-04-01T13:11:55.884Z Checking tracing v0.1.44
6902026-04-01T13:11:55.955Z Compiling thiserror-impl v1.0.69
6912026-04-01T13:11:56.010Z Checking uuid v1.22.0
6922026-04-01T13:11:56.016Z Checking arc-swap v1.9.0
6932026-04-01T13:11:56.047Z Checking socket2 v0.6.3
6942026-04-01T13:11:56.058Z Checking ingot v0.1.1
6952026-04-01T13:11:56.061Z Checking nom v8.0.0
6962026-04-01T13:11:56.232Z Checking thread_local v1.1.9
6972026-04-01T13:11:56.381Z Compiling heck v0.4.1
6982026-04-01T13:11:56.401Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6992026-04-01T13:11:56.528Z Compiling slog-async v2.8.0
7002026-04-01T13:11:56.561Z Checking lazy_static v1.5.0
7012026-04-01T13:11:56.643Z Checking iana-time-zone v0.1.65
7022026-04-01T13:11:56.739Z Checking itoa v1.0.18
7032026-04-01T13:11:56.810Z Checking colored v3.1.1
7042026-04-01T13:11:56.887Z Checking oxnet v0.1.4
7052026-04-01T13:11:57.035Z Checking time v0.3.47
7062026-04-01T13:11:57.062Z Checking chrono v0.4.44
7072026-04-01T13:11:57.080Z Checking slog-scope v4.4.1
7082026-04-01T13:11:57.202Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
7092026-04-01T13:11:57.225Z Checking crossbeam-channel v0.5.15
7102026-04-01T13:11:57.542Z Checking rand_core v0.9.5
7112026-04-01T13:11:57.683Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
7122026-04-01T13:11:57.704Z Checking ppv-lite86 v0.2.21
7132026-04-01T13:11:57.847Z Checking cookie-factory v0.3.3
7142026-04-01T13:11:57.858Z Checking itertools v0.12.1
7152026-04-01T13:11:57.865Z Checking is-terminal v0.4.17
7162026-04-01T13:11:57.869Z Checking take_mut v0.2.2
7172026-04-01T13:11:57.938Z Checking term v1.2.1
7182026-04-01T13:11:57.951Z Checking circular v0.3.0
7192026-04-01T13:11:57.990Z Checking log v0.4.29
7202026-04-01T13:11:58.047Z Checking rusticata-macros v5.0.0
7212026-04-01T13:11:58.053Z Checking rand_chacha v0.9.0
7222026-04-01T13:11:58.146Z Checking slog-stdlog v4.1.1
7232026-04-01T13:11:58.155Z Checking slog-term v2.9.2
7242026-04-01T13:11:58.171Z Checking pcap-parser v0.17.0
7252026-04-01T13:11:58.226Z Checking rand v0.9.2
7262026-04-01T13:11:58.819Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
7272026-04-01T13:11:59.094Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10)
7282026-04-01T13:11:59.375Z Checking slog-envlogger v2.2.0
7292026-04-01T13:12:02.072Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
7302026-04-01T13:12:03.621Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
7312026-04-01T13:12:03.621Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
7322026-04-01T13:12:03.960Z Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
7332026-04-01T13:12:04.453Z Finished `dev` profile [optimized + debuginfo] target(s) in 17.14s
7342026-04-01T13:12:04.490Z+ cargo build --test loopback
7352026-04-01T13:12:04.659Z Compiling cfg-if v1.0.4
7362026-04-01T13:12:04.659Z Compiling memchr v2.8.0
7372026-04-01T13:12:04.663Z Compiling serde_core v1.0.228
7382026-04-01T13:12:04.663Z Compiling libc v0.2.183
7392026-04-01T13:12:04.691Z Compiling zerocopy v0.8.47
7402026-04-01T13:12:04.694Z Compiling thiserror v2.0.18
7412026-04-01T13:12:04.697Z Compiling pin-project-lite v0.2.17
7422026-04-01T13:12:04.700Z Compiling either v1.15.0
7432026-04-01T13:12:04.735Z Compiling byteorder v1.5.0
7442026-04-01T13:12:04.767Z Compiling stable_deref_trait v1.2.1
7452026-04-01T13:12:04.772Z Compiling futures-core v0.3.32
7462026-04-01T13:12:04.831Z Compiling futures-sink v0.3.32
7472026-04-01T13:12:04.879Z Compiling hash32 v0.3.1
7482026-04-01T13:12:04.902Z Compiling macaddr v1.0.1
7492026-04-01T13:12:04.920Z Compiling futures-channel v0.3.32
7502026-04-01T13:12:04.924Z Compiling cobs v0.3.0
7512026-04-01T13:12:05.024Z Compiling heapless v0.8.0
7522026-04-01T13:12:05.029Z Compiling futures-io v0.3.32
7532026-04-01T13:12:05.141Z Compiling rand_core v0.10.0
7542026-04-01T13:12:05.144Z Compiling slab v0.4.12
7552026-04-01T13:12:05.197Z Compiling managed v0.8.0
7562026-04-01T13:12:05.201Z Compiling bitflags v1.3.2
7572026-04-01T13:12:05.261Z Compiling futures-task v0.3.32
7582026-04-01T13:12:05.295Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
7592026-04-01T13:12:05.309Z Compiling cpufeatures v0.3.0
7602026-04-01T13:12:05.373Z Compiling futures-util v0.3.32
7612026-04-01T13:12:05.415Z Compiling smoltcp v0.11.0
7622026-04-01T13:12:05.437Z Compiling once_cell v1.21.4
7632026-04-01T13:12:05.442Z Compiling unicode-width v0.2.2
7642026-04-01T13:12:05.531Z Compiling foreign-types-shared v0.3.1
7652026-04-01T13:12:05.614Z Compiling ipnetwork v0.21.1
7662026-04-01T13:12:05.677Z Compiling tabwriter v1.4.1
7672026-04-01T13:12:05.743Z Compiling foreign-types v0.5.0
7682026-04-01T13:12:05.814Z Compiling tracing-core v0.1.36
7692026-04-01T13:12:06.127Z Compiling chacha20 v0.10.0
7702026-04-01T13:12:06.132Z Compiling ref-cast v1.0.25
7712026-04-01T13:12:06.219Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
7722026-04-01T13:12:06.242Z Compiling num_enum v0.7.6
7732026-04-01T13:12:06.350Z Compiling getrandom v0.4.2
7742026-04-01T13:12:06.463Z Compiling serde v1.0.228
7752026-04-01T13:12:06.568Z Compiling bitflags v2.11.0
7762026-04-01T13:12:06.626Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
7772026-04-01T13:12:06.734Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
7782026-04-01T13:12:06.901Z Compiling crc32fast v1.5.0
7792026-04-01T13:12:07.003Z Compiling erased-serde v0.3.31
7802026-04-01T13:12:07.117Z Compiling postcard v1.1.3
7812026-04-01T13:12:07.150Z Compiling cstr-argument v0.1.2
7822026-04-01T13:12:07.204Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7832026-04-01T13:12:07.309Z Compiling itertools v0.14.0
7842026-04-01T13:12:07.313Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
7852026-04-01T13:12:07.344Z Compiling powerfmt v0.2.0
7862026-04-01T13:12:07.474Z Compiling slog v2.8.2
7872026-04-01T13:12:07.626Z Compiling ingot-types v0.1.2
7882026-04-01T13:12:07.714Z Compiling futures-executor v0.3.32
7892026-04-01T13:12:07.736Z Compiling dyn-clone v1.0.20
7902026-04-01T13:12:07.888Z Compiling pretty-hex v0.4.2
7912026-04-01T13:12:07.915Z Compiling futures v0.3.32
7922026-04-01T13:12:07.990Z Compiling ingot v0.1.1
7932026-04-01T13:12:08.021Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
7942026-04-01T13:12:08.050Z Compiling deranged v0.5.8
7952026-04-01T13:12:08.053Z Compiling tracing v0.1.44
7962026-04-01T13:12:08.128Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
7972026-04-01T13:12:08.233Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7982026-04-01T13:12:08.245Z Compiling num-traits v0.2.19
7992026-04-01T13:12:08.284Z Compiling rand v0.10.0
8002026-04-01T13:12:08.355Z Compiling uuid v1.22.0
8012026-04-01T13:12:08.426Z Compiling crossbeam-utils v0.8.21
8022026-04-01T13:12:08.735Z Compiling getrandom v0.3.4
8032026-04-01T13:12:08.932Z Compiling aho-corasick v1.1.4
8042026-04-01T13:12:08.946Z Compiling nom v8.0.0
8052026-04-01T13:12:08.951Z Compiling socket2 v0.6.3
8062026-04-01T13:12:09.018Z Compiling thread_local v1.1.9
8072026-04-01T13:12:09.263Z Compiling arc-swap v1.9.0
8082026-04-01T13:12:09.310Z Compiling oxnet v0.1.4
8092026-04-01T13:12:09.446Z Compiling regex-syntax v0.8.10
8102026-04-01T13:12:09.669Z Compiling lazy_static v1.5.0
8112026-04-01T13:12:09.761Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
8122026-04-01T13:12:09.766Z Compiling winnow v1.0.0
8132026-04-01T13:12:09.884Z Compiling time-core v0.1.8
8142026-04-01T13:12:10.025Z Compiling num-conv v0.2.1
8152026-04-01T13:12:10.142Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
8162026-04-01T13:12:10.167Z Compiling iana-time-zone v0.1.65
8172026-04-01T13:12:10.222Z Compiling colored v3.1.1
8182026-04-01T13:12:10.373Z Compiling chrono v0.4.44
8192026-04-01T13:12:10.628Z Compiling time v0.3.47
8202026-04-01T13:12:11.254Z Compiling rusticata-macros v5.0.0
8212026-04-01T13:12:11.442Z Compiling regex-automata v0.4.14
8222026-04-01T13:12:11.582Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
8232026-04-01T13:12:12.133Z Compiling slog-scope v4.4.1
8242026-04-01T13:12:12.557Z Compiling thiserror v1.0.69
8252026-04-01T13:12:12.633Z Compiling rand_core v0.9.5
8262026-04-01T13:12:12.654Z Compiling crossbeam-channel v0.5.15
8272026-04-01T13:12:12.910Z Compiling cookie-factory v0.3.3
8282026-04-01T13:12:13.230Z Compiling ppv-lite86 v0.2.21
8292026-04-01T13:12:13.426Z Compiling is-terminal v0.4.17
8302026-04-01T13:12:13.515Z Compiling itertools v0.12.1
8312026-04-01T13:12:13.555Z Compiling term v1.2.1
8322026-04-01T13:12:14.382Z Compiling take_mut v0.2.2
8332026-04-01T13:12:14.488Z Compiling circular v0.3.0
8342026-04-01T13:12:14.750Z Compiling log v0.4.29
8352026-04-01T13:12:14.917Z Compiling slog-stdlog v4.1.1
8362026-04-01T13:12:15.008Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
8372026-04-01T13:12:15.348Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
8382026-04-01T13:12:16.093Z Compiling pcap-parser v0.17.0
8392026-04-01T13:12:16.350Z Compiling slog-async v2.8.0
8402026-04-01T13:12:17.166Z Compiling slog-term v2.9.2
8412026-04-01T13:12:18.213Z Compiling rand_chacha v0.9.0
8422026-04-01T13:12:18.213Z Compiling regex v1.12.3
8432026-04-01T13:12:18.478Z Compiling rand v0.9.2
8442026-04-01T13:12:18.791Z Compiling slog-envlogger v2.2.0
8452026-04-01T13:12:19.036Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
8462026-04-01T13:12:19.345Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
8472026-04-01T13:12:19.388Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10)
8482026-04-01T13:12:19.989Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8492026-04-01T13:12:27.834Z Finished `dev` profile [optimized + debuginfo] target(s) in 23.33s
8502026-04-01T13:12:27.869Z++ cargo build -q --test loopback --message-format=json
8512026-04-01T13:12:27.872Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8522026-04-01T13:12:27.990Z+ loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-4578027ed331b90c
8532026-04-01T13:12:27.990Z+ cargo build --test multicast_rx
8542026-04-01T13:12:28.095Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8552026-04-01T13:12:29.617Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.61s
8562026-04-01T13:12:29.654Z++ cargo build -q --test multicast_rx --message-format=json
8572026-04-01T13:12:29.657Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8582026-04-01T13:12:29.776Z+ multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-00675a620f4ff3b2
8592026-04-01T13:12:29.776Z+ cargo build --test multicast_multi_sub
8602026-04-01T13:12:29.880Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8612026-04-01T13:12:31.594Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.81s
8622026-04-01T13:12:31.631Z++ cargo build -q --test multicast_multi_sub --message-format=json
8632026-04-01T13:12:31.635Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8642026-04-01T13:12:31.755Z+ multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-7106b6ed6faccd2f
8652026-04-01T13:12:31.755Z+ cargo build --test multicast_validation
8662026-04-01T13:12:31.859Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8672026-04-01T13:12:33.744Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.98s
8682026-04-01T13:12:33.781Z++ cargo build -q --test multicast_validation --message-format=json
8692026-04-01T13:12:33.785Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8702026-04-01T13:12:33.905Z+ multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-840fa4125a04de34
8712026-04-01T13:12:33.905Z+ mkdir -p /work/test
8722026-04-01T13:12:33.908Z+ cp /work/oxidecomputer/opte/target/debug/deps/loopback-4578027ed331b90c /work/test/loopback
8732026-04-01T13:12:33.939Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-00675a620f4ff3b2 /work/test/multicast_rx
8742026-04-01T13:12:33.979Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-7106b6ed6faccd2f /work/test/multicast_multi_sub
8752026-04-01T13:12:34.022Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-840fa4125a04de34 /work/test/multicast_validation
8762026-04-01T13:12:34.062Zprocess exited: duration 242996 ms, exit code 0
 
8772026-04-01T13:12:34.069Zfound 13 output files
8782026-04-01T13:12:34.069Zuploading: /work/debug/xde.dbg (90323616 bytes)
8792026-04-01T13:12:35.730Zuploaded: /work/debug/xde.dbg
8802026-04-01T13:12:35.730Zuploading: /work/debug/xde.dbg.sha256 (86 bytes)
8812026-04-01T13:12:36.740Zuploaded: /work/debug/xde.dbg.sha256
8822026-04-01T13:12:36.740Zuploading: /work/debug/xde_link.dbg.so (1068452 bytes)
8832026-04-01T13:12:37.761Zuploaded: /work/debug/xde_link.dbg.so
8842026-04-01T13:12:37.761Zuploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes)
8852026-04-01T13:12:38.771Zuploaded: /work/debug/xde_link.dbg.so.sha256
8862026-04-01T13:12:38.782Zuploading: /work/release/xde (48687432 bytes)
8872026-04-01T13:12:40.059Zuploaded: /work/release/xde
8882026-04-01T13:12:40.059Zuploading: /work/release/xde.sha256 (84 bytes)
8892026-04-01T13:12:41.070Zuploaded: /work/release/xde.sha256
8902026-04-01T13:12:41.070Zuploading: /work/release/xde_link.so (39480 bytes)
8912026-04-01T13:12:42.079Zuploaded: /work/release/xde_link.so
8922026-04-01T13:12:42.079Zuploading: /work/release/xde_link.so.sha256 (92 bytes)
8932026-04-01T13:12:43.088Zuploaded: /work/release/xde_link.so.sha256
8942026-04-01T13:12:43.088Zuploading: /work/test/loopback (49349424 bytes)
8952026-04-01T13:12:44.358Zuploaded: /work/test/loopback
8962026-04-01T13:12:44.358Zuploading: /work/test/multicast_rx (49645736 bytes)
8972026-04-01T13:12:45.634Zuploaded: /work/test/multicast_rx
8982026-04-01T13:12:45.634Zuploading: /work/test/multicast_multi_sub (53618104 bytes)
8992026-04-01T13:12:46.951Zuploaded: /work/test/multicast_multi_sub
9002026-04-01T13:12:46.951Zuploading: /work/test/multicast_validation (49817792 bytes)
9012026-04-01T13:12:48.247Zuploaded: /work/test/multicast_validation
9022026-04-01T13:12:48.247Zuploading: /work/xde.conf (79 bytes)
9032026-04-01T13:12:49.255Zuploaded: /work/xde.conf