01KQRMCABFVZWMHDDV0J6KT4FH: 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-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: 01KQRMCMCR2R9BW5ZNX1RDP211

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-04T04:37:49.777Zjob assigned to worker 01KQRMCVC5424WVA44DYV4QGZE [factory aws, i-0b51ee142bdf56aae] (queued for 59 s)
 
22026-05-04T04:37:56.984Zstarting task 0: "setup"
32026-05-04T04:37:56.988Z++ uname -s
42026-05-04T04:37:56.991Z+ kern=SunOS
52026-05-04T04:37:56.991Z+ build_user=build
62026-05-04T04:37:56.991Z+ build_uid=12345
72026-05-04T04:37:56.991Z+ work_dir=/work
82026-05-04T04:37:56.991Z+ input_dir=/input
92026-05-04T04:37:56.991Z+ [[ 0 == 12345 ]]
102026-05-04T04:37:56.991Z+ case "$kern" in
112026-05-04T04:37:56.991Z+ groupadd -g 12345 build
122026-05-04T04:37:56.994Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-04T04:37:58.998Z+ zfs create -o mountpoint=/work rpool/work
142026-05-04T04:37:59.215Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-04T04:37:59.218Z+ home_fs=zfs
162026-05-04T04:37:59.218Z+ [[ zfs == autofs ]]
172026-05-04T04:37:59.218Z+ mkdir -p /home/build
182026-05-04T04:37:59.218Z+ chown build:build /home/build /work
192026-05-04T04:38:01.220Z+ chmod 0700 /home/build /work
202026-05-04T04:38:01.224Zprocess exited: duration 4240 ms, exit code 0
 
212026-05-04T04:38:01.230Zstarting task 1: "rust-toolchain"
222026-05-04T04:38:01.235Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-05-04T04:38:01.235Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-04T04:38:01.235Z * rust toolchain channel = "1.94.1"
252026-05-04T04:38:01.235Z * rust toolchain profile = "default"
262026-05-04T04:38:01.235Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-04T04:38:01.235Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-04T04:38:01.238Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-04T04:38:01.238Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-05-04T04:38:01.354Zinfo: downloading installer
312026-05-04T04:38:02.735Zwarn: It looks like you have an existing installation of Rust at:
322026-05-04T04:38:02.735Zwarn: /opt/ooce/bin
332026-05-04T04:38:02.736Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-04T04:38:02.736Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-04T04:38:02.737Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-04T04:38:02.737Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-04T04:38:02.737Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-04T04:38:02.737Zerror: cannot install while Rust is installed
392026-05-04T04:38:02.737Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-04T04:38:02.737Zwarn: It looks like you have an existing rustup settings file at:
412026-05-04T04:38:02.737Zwarn: /home/build/.rustup/settings.toml
422026-05-04T04:38:02.737Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-04T04:38:02.737Zwarn: instead of the one inferred from the default host triple.
442026-05-04T04:38:02.748Zinfo: profile set to default
452026-05-04T04:38:02.748Zinfo: default host triple is x86_64-unknown-illumos
462026-05-04T04:38:02.751Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
472026-05-04T04:38:02.881Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-05-04T04:38:02.884Zinfo: downloading 6 components
492026-05-04T04:38:16.844Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
502026-05-04T04:38:16.844Z
512026-05-04T04:38:16.875Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-05-04T04:38:16.875Z
532026-05-04T04:38:16.875Z
542026-05-04T04:38:16.875ZRust is installed now. Great!
552026-05-04T04:38:16.875Z
562026-05-04T04:38:16.875ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-04T04:38:16.875Zenvironment variable. This has not been done automatically.
582026-05-04T04:38:16.875Z
592026-05-04T04:38:16.875ZTo configure your current shell, you need to source
602026-05-04T04:38:16.875Zthe corresponding env file under $HOME/.cargo.
612026-05-04T04:38:16.875Z
622026-05-04T04:38:16.876ZThis is usually done by running one of the following (note the leading DOT):
632026-05-04T04:38:16.876Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-04T04:38:16.876Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-04T04:38:16.876Zsource "~/.cargo/env.nu" # For nushell
662026-05-04T04:38:16.876Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-04T04:38:16.876Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-04T04:38:16.876Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-04T04:38:16.879Zwarn: no default linker (`cc`) was found in your PATH
702026-05-04T04:38:16.879Zwarn: many Rust crates require a system C toolchain to build
712026-05-04T04:38:16.977Z+ rustup --version
722026-05-04T04:38:16.986Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-04T04:38:16.987Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-04T04:38:17.007Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-05-04T04:38:17.034Z+ cargo --version
762026-05-04T04:38:17.034Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-05-04T04:38:17.034Z+ rustc --version
782026-05-04T04:38:17.044Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-05-04T04:38:17.047Zprocess exited: duration 15815 ms, exit code 0
 
802026-05-04T04:38:17.053Zstarting task 2: "authentication"
812026-05-04T04:38:17.069Zprocess exited: duration 15 ms, exit code 0
 
822026-05-04T04:38:17.075Zstarting task 3: "clone repository"
832026-05-04T04:38:17.079Z+ mkdir -p /work/oxidecomputer/opte
842026-05-04T04:38:17.081Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-05-04T04:38:17.114ZCloning into '/work/oxidecomputer/opte'...
862026-05-04T04:38:17.949Z+ cd /work/oxidecomputer/opte
872026-05-04T04:38:17.949Z+ git fetch origin 4712a02aed6b63f5cd05fa19bbf30f9f86986733
882026-05-04T04:38:18.186ZFrom https://github.com/oxidecomputer/opte
892026-05-04T04:38:18.186Z * branch 4712a02aed6b63f5cd05fa19bbf30f9f86986733 -> FETCH_HEAD
902026-05-04T04:38:18.192Z+ [[ -n renovate/ctor-1.x ]]
912026-05-04T04:38:18.196Z++ git branch --show-current
922026-05-04T04:38:18.196Z+ current=master
932026-05-04T04:38:18.196Z+ [[ master != renovate/ctor-1.x ]]
942026-05-04T04:38:18.196Z+ git branch -f renovate/ctor-1.x 4712a02aed6b63f5cd05fa19bbf30f9f86986733
952026-05-04T04:38:18.199Z+ git checkout -f renovate/ctor-1.x
962026-05-04T04:38:18.216ZSwitched to branch 'renovate/ctor-1.x'
972026-05-04T04:38:18.219Z+ git reset --hard 4712a02aed6b63f5cd05fa19bbf30f9f86986733
982026-05-04T04:38:18.234ZHEAD is now at 4712a02 Update Rust crate ctor to v1
992026-05-04T04:38:18.237Zprocess exited: duration 1158 ms, exit code 0
 
1002026-05-04T04:38:18.243Zstarting task 4: "build"
1012026-05-04T04:38:18.246Z+ source .github/buildomat/common.sh
1022026-05-04T04:38:18.249Z++ rustup show active-toolchain
1032026-05-04T04:38:18.252Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-05-04T04:38:18.252Z++ pushd xde
1052026-05-04T04:38:18.252Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-05-04T04:38:18.253Z++ rustup show active-toolchain
1072026-05-04T04:38:18.257Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
1082026-05-04T04:38:18.401Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1092026-05-04T04:38:18.404Zinfo: downloading 6 components
1102026-05-04T04:38:31.649Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-05-04T04:38:31.738Z+++ rustup show active-toolchain -v
1122026-05-04T04:38:31.742Z+++ head -n 1
1132026-05-04T04:38:31.742Z+++ cut '-d ' -f1
1142026-05-04T04:38:31.795Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1152026-05-04T04:38:31.795Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1162026-05-04T04:38:31.795Z++ popd
1172026-05-04T04:38:31.798Z/work/oxidecomputer/opte
1182026-05-04T04:38:31.798Z+ TGT_BASE=/work
1192026-05-04T04:38:31.798Z+ DBG_SRC=target/x86_64-unknown-unknown/debug
1202026-05-04T04:38:31.798Z+ DBG_LINK_SRC=target/i686-unknown-illumos/debug
1212026-05-04T04:38:31.798Z+ DBG_TGT=/work/debug
1222026-05-04T04:38:31.798Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1232026-05-04T04:38:31.799Z+ REL_LINK_SRC=target/i686-unknown-illumos/release
1242026-05-04T04:38:31.799Z+ REL_TGT=/work/release
1252026-05-04T04:38:31.799Z+ mkdir -p /work/debug /work/release
1262026-05-04T04:38:31.799Z+ cargo --version
1272026-05-04T04:38:31.806Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1282026-05-04T04:38:31.809Z+ rustc --version
1292026-05-04T04:38:31.828Zrustc 1.94.1 (e408947bf 2026-03-25)
1302026-05-04T04:38:31.831Z+ install_pkg jq
1312026-05-04T04:38:31.831Z+ set +o errexit
1322026-05-04T04:38:31.831Z+ pfexec pkg install jq
1332026-05-04T04:38:41.939Z Startup: Refreshing catalog 'helios-dev' ... Done
1342026-05-04T04:38:49.415Z Startup: Caching catalogs ... Done
1352026-05-04T04:38:56.147ZPlanning: Solver setup ... Done
1362026-05-04T04:38:56.180ZPlanning: Running solver ... Done
1372026-05-04T04:38:56.315ZPlanning: Consolidating action changes ... Done
1382026-05-04T04:38:56.315ZPlanning: Evaluating mediators ... Done
1392026-05-04T04:38:56.318ZPlanning: Planning completed in 6.73 seconds
1402026-05-04T04:38:56.331ZNo updates necessary for this image.
1412026-05-04T04:38:57.632Z+ exit_code=4
1422026-05-04T04:38:57.632Z+ [[ 4 -ne 0 ]]
1432026-05-04T04:38:57.632Z+ [[ 4 -ne 4 ]]
1442026-05-04T04:38:57.632Z+ set -o errexit
1452026-05-04T04:38:57.635Z+ pushd xde
1462026-05-04T04:38:57.635Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1472026-05-04T04:38:57.635Z+ cp xde.conf /work/xde.conf
1482026-05-04T04:38:57.635Z+ header 'check style'
1492026-05-04T04:38:57.636Z+ echo '# ==== check style ==== #'
1502026-05-04T04:38:57.636Z# ==== check style ==== #
1512026-05-04T04:38:57.636Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check
1522026-05-04T04:38:57.871Z
1532026-05-04T04:38:57.871Zreal 0.232752468
1542026-05-04T04:38:57.871Zuser 0.154371383
1552026-05-04T04:38:57.871Zsys 0.068623637
1562026-05-04T04:38:57.871Ztrap 0.000004998
1572026-05-04T04:38:57.871Ztflt 0.000018937
1582026-05-04T04:38:57.871Zdflt 0.000072054
1592026-05-04T04:38:57.871Zkflt 0.000000000
1602026-05-04T04:38:57.871Zlock 0.035054356
1612026-05-04T04:38:57.871Zslp 0.198253751
1622026-05-04T04:38:57.871Zlat 0.000912757
1632026-05-04T04:38:57.871Zstop 0.000102926
1642026-05-04T04:38:57.875Z+ header analyze
1652026-05-04T04:38:57.875Z+ echo '# ==== analyze ==== #'
1662026-05-04T04:38:57.875Z# ==== analyze ==== #
1672026-05-04T04:38:57.875Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
1682026-05-04T04:38:58.062Z Updating crates.io index
1692026-05-04T04:38:58.065Z Updating git repository `https://github.com/oxidecomputer/falcon`
1702026-05-04T04:38:59.239Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1712026-05-04T04:38:59.656Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1722026-05-04T04:38:59.998Z Updating git repository `https://github.com/oxidecomputer/zone`
1732026-05-04T04:39:00.311Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1742026-05-04T04:39:00.550Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1752026-05-04T04:39:00.824Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1762026-05-04T04:39:02.591Z Downloading crates ...
1772026-05-04T04:39:02.673Z Downloaded unicode-ident v1.0.24
1782026-05-04T04:39:02.676Z Downloaded version_check v0.9.5
1792026-05-04T04:39:02.679Z Downloaded ref-cast-impl v1.0.25
1802026-05-04T04:39:02.679Z Downloaded ingot v0.1.1
1812026-05-04T04:39:02.682Z Downloaded quote v1.0.45
1822026-05-04T04:39:02.691Z Downloaded darling_macro v0.23.0
1832026-05-04T04:39:02.694Z Downloaded strsim v0.11.1
1842026-05-04T04:39:02.694Z Downloaded defmt v0.3.100
1852026-05-04T04:39:02.697Z Downloaded managed v0.8.0
1862026-05-04T04:39:02.697Z Downloaded darling_macro v0.21.3
1872026-05-04T04:39:02.700Z Downloaded serde_core v1.0.228
1882026-05-04T04:39:02.703Z Downloaded embedded-io v0.6.1
1892026-05-04T04:39:02.707Z Downloaded thiserror-impl v2.0.18
1902026-05-04T04:39:02.707Z Downloaded either v1.15.0
1912026-05-04T04:39:02.709Z Downloaded stable_deref_trait v1.2.1
1922026-05-04T04:39:02.713Z Downloaded fnv v1.0.7
1932026-05-04T04:39:02.723Z Downloaded hash32 v0.3.1
1942026-05-04T04:39:02.726Z Downloaded dyn-clone v1.0.20
1952026-05-04T04:39:02.729Z Downloaded proc-macro-error2 v2.0.1
1962026-05-04T04:39:02.736Z Downloaded proc-macro-error-attr2 v2.0.0
1972026-05-04T04:39:02.739Z Downloaded cfg-if v1.0.4
1982026-05-04T04:39:02.743Z Downloaded bitflags v1.3.2
1992026-05-04T04:39:02.746Z Downloaded aho-corasick v1.1.4
2002026-05-04T04:39:02.749Z Downloaded ident_case v1.0.1
2012026-05-04T04:39:02.749Z Downloaded defmt-parser v1.0.0
2022026-05-04T04:39:02.749Z Downloaded cobs v0.3.0
2032026-05-04T04:39:02.749Z Downloaded embedded-io v0.4.0
2042026-05-04T04:39:02.755Z Downloaded macaddr v1.0.1
2052026-05-04T04:39:02.758Z Downloaded proc-macro2 v1.0.106
2062026-05-04T04:39:02.758Z Downloaded crc32fast v1.5.0
2072026-05-04T04:39:02.762Z Downloaded serde_derive v1.0.228
2082026-05-04T04:39:02.768Z Downloaded ref-cast v1.0.25
2092026-05-04T04:39:02.771Z Downloaded bitflags v2.11.1
2102026-05-04T04:39:02.778Z Downloaded darling v0.21.3
2112026-05-04T04:39:02.782Z Downloaded ingot-types v0.1.2
2122026-05-04T04:39:02.785Z Downloaded heapless v0.8.0
2132026-05-04T04:39:02.788Z Downloaded darling_core v0.23.0
2142026-05-04T04:39:02.788Z Downloaded defmt v1.0.1
2152026-05-04T04:39:02.791Z Downloaded byteorder v1.5.0
2162026-05-04T04:39:02.791Z Downloaded darling v0.23.0
2172026-05-04T04:39:02.795Z Downloaded defmt-macros v1.0.1
2182026-05-04T04:39:02.798Z Downloaded postcard v1.1.3
2192026-05-04T04:39:02.807Z Downloaded ingot-macros v0.1.1
2202026-05-04T04:39:02.812Z Downloaded memchr v2.8.0
2212026-05-04T04:39:02.815Z Downloaded uuid v1.23.1
2222026-05-04T04:39:02.818Z Downloaded thiserror v2.0.18
2232026-05-04T04:39:02.821Z Downloaded darling_core v0.21.3
2242026-05-04T04:39:02.824Z Downloaded serde v1.0.228
2252026-05-04T04:39:02.829Z Downloaded zerocopy-derive v0.8.48
2262026-05-04T04:39:02.849Z Downloaded itertools v0.14.0
2272026-05-04T04:39:02.852Z Downloaded regex v1.12.3
2282026-05-04T04:39:02.892Z Downloaded smoltcp v0.11.0
2292026-05-04T04:39:02.897Z Downloaded syn v2.0.117
2302026-05-04T04:39:02.902Z Downloaded zerocopy v0.8.48
2312026-05-04T04:39:02.912Z Downloaded regex-syntax v0.8.10
2322026-05-04T04:39:02.923Z Downloaded regex-automata v0.4.14
2332026-05-04T04:39:02.935Z Updating crates.io index
2342026-05-04T04:39:03.223Z Downloading crates ...
2352026-05-04T04:39:03.274Z Downloaded adler2 v2.0.1
2362026-05-04T04:39:03.280Z Downloaded foldhash v0.2.0
2372026-05-04T04:39:03.283Z Downloaded rustc-demangle v0.1.27
2382026-05-04T04:39:03.286Z Downloaded getopts v0.2.24
2392026-05-04T04:39:03.293Z Downloaded miniz_oxide v0.8.9
2402026-05-04T04:39:03.296Z Downloaded addr2line v0.25.1
2412026-05-04T04:39:03.299Z Downloaded rustc-literal-escaper v0.0.7
2422026-05-04T04:39:03.322Z Downloaded memchr v2.7.6
2432026-05-04T04:39:03.339Z Downloaded hashbrown v0.16.1
2442026-05-04T04:39:03.360Z Downloaded gimli v0.32.3
2452026-05-04T04:39:03.365Z Downloaded object v0.37.3
2462026-05-04T04:39:03.398Z Downloaded libc v0.2.183
2472026-05-04T04:39:03.455Z 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)
2482026-05-04T04:39:03.455Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
2492026-05-04T04:39:03.458Z Compiling proc-macro2 v1.0.106
2502026-05-04T04:39:03.458Z Compiling quote v1.0.45
2512026-05-04T04:39:03.458Z Compiling unicode-ident v1.0.24
2522026-05-04T04:39:03.458Z Compiling ident_case v1.0.1
2532026-05-04T04:39:03.458Z Compiling strsim v0.11.1
2542026-05-04T04:39:03.458Z Compiling serde_core v1.0.228
2552026-05-04T04:39:03.642Z Compiling fnv v1.0.7
2562026-05-04T04:39:03.649Z Compiling memchr v2.8.0
2572026-05-04T04:39:03.729Z Compiling regex-syntax v0.8.10
2582026-05-04T04:39:03.907Z Compiling serde v1.0.228
2592026-05-04T04:39:03.915Z Compiling either v1.15.0
2602026-05-04T04:39:03.953Z Compiling zerocopy v0.8.48
2612026-05-04T04:39:04.033Z Compiling thiserror v2.0.18
2622026-05-04T04:39:04.118Z Compiling aho-corasick v1.1.4
2632026-05-04T04:39:04.326Z Compiling itertools v0.14.0
2642026-05-04T04:39:04.333Z Compiling heapless v0.8.0
2652026-05-04T04:39:04.639Z Compiling syn v2.0.117
2662026-05-04T04:39:04.732Z Compiling smoltcp v0.11.0
2672026-05-04T04:39:04.732Z Compiling version_check v0.9.5
2682026-05-04T04:39:04.797Z Compiling ref-cast v1.0.25
2692026-05-04T04:39:05.100Z Compiling crc32fast v1.5.0
2702026-05-04T04:39:05.152Z Compiling regex-automata v0.4.14
2712026-05-04T04:39:05.234Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2722026-05-04T04:39:06.704Z Compiling regex v1.12.3
2732026-05-04T04:39:06.960Z Compiling darling_core v0.21.3
2742026-05-04T04:39:06.960Z Compiling darling_core v0.23.0
2752026-05-04T04:39:07.908Z Compiling serde_derive v1.0.228
2762026-05-04T04:39:07.908Z Compiling thiserror-impl v2.0.18
2772026-05-04T04:39:07.908Z Compiling zerocopy-derive v0.8.48
2782026-05-04T04:39:07.912Z Compiling ref-cast-impl v1.0.25
2792026-05-04T04:39:07.912Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2802026-05-04T04:39:09.509Z Compiling darling_macro v0.21.3
2812026-05-04T04:39:09.565Z Compiling darling_macro v0.23.0
2822026-05-04T04:39:10.436Z Compiling darling v0.21.3
2832026-05-04T04:39:10.477Z Compiling darling v0.23.0
2842026-05-04T04:39:10.499Z Compiling ingot-macros v0.1.1
2852026-05-04T04:39:10.539Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
2862026-05-04T04:39:14.788Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
2872026-05-04T04:39:16.871Z Checking byteorder v1.5.0
2882026-05-04T04:39:16.874Z Checking cfg-if v1.0.4
2892026-05-04T04:39:16.874Z Checking stable_deref_trait v1.2.1
2902026-05-04T04:39:16.874Z Checking macaddr v1.0.1
2912026-05-04T04:39:16.874Z Checking bitflags v1.3.2
2922026-05-04T04:39:16.923Z Checking managed v0.8.0
2932026-05-04T04:39:16.955Z Checking cobs v0.3.0
2942026-05-04T04:39:17.011Z Checking dyn-clone v1.0.20
2952026-05-04T04:39:17.025Z Checking hash32 v0.3.1
2962026-05-04T04:39:17.073Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
2972026-05-04T04:39:18.181Z Checking bitflags v2.11.1
2982026-05-04T04:39:18.181Z Checking uuid v1.23.1
2992026-05-04T04:39:18.319Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3002026-05-04T04:39:18.549Z Checking postcard v1.1.3
3012026-05-04T04:39:19.450Z Checking ingot-types v0.1.2
3022026-05-04T04:39:19.714Z Checking ingot v0.1.1
3032026-05-04T04:39:21.002Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3042026-05-04T04:39:25.167Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3052026-05-04T04:39:26.739Z Checking xde v0.1.0 (/work/oxidecomputer/opte/xde)
3062026-05-04T04:39:29.041Z Finished `dev` profile [optimized + debuginfo] target(s) in 31.10s
3072026-05-04T04:39:29.154Z
3082026-05-04T04:39:29.154Zreal 31.274049294
3092026-05-04T04:39:29.154Zuser 1:14.182617035
3102026-05-04T04:39:29.154Zsys 10.324771021
3112026-05-04T04:39:29.154Ztrap 0.030128006
3122026-05-04T04:39:29.154Ztflt 0.028726197
3132026-05-04T04:39:29.154Zdflt 0.211210528
3142026-05-04T04:39:29.154Zkflt 0.001657075
3152026-05-04T04:39:29.154Zlock 3:46.736359957
3162026-05-04T04:39:29.154Zslp 3:27.091837322
3172026-05-04T04:39:29.154Zlat 2.157450511
3182026-05-04T04:39:29.154Zstop 6.267425421
3192026-05-04T04:39:29.158Z+ pushd xde-link
3202026-05-04T04:39:29.158Z/work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3212026-05-04T04:39:29.158Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
3222026-05-04T04:39:29.338Z 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)
3232026-05-04T04:39:29.338Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3242026-05-04T04:39:29.338Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
3252026-05-04T04:39:39.709Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3262026-05-04T04:39:41.832Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.61s
3272026-05-04T04:39:41.851Z
3282026-05-04T04:39:41.852Zreal 12.691106065
3292026-05-04T04:39:41.855Zuser 20.217919592
3302026-05-04T04:39:41.855Zsys 1.226722448
3312026-05-04T04:39:41.855Ztrap 0.003428779
3322026-05-04T04:39:41.855Ztflt 0.002235683
3332026-05-04T04:39:41.855Zdflt 0.037410687
3342026-05-04T04:39:41.855Zkflt 0.000001559
3352026-05-04T04:39:41.855Zlock 1:08.528618442
3362026-05-04T04:39:41.855Zslp 42.341026464
3372026-05-04T04:39:41.856Zlat 0.136907627
3382026-05-04T04:39:41.856Zstop 0.131505093
3392026-05-04T04:39:41.856Z+ popd
3402026-05-04T04:39:41.856Z+ popd
3412026-05-04T04:39:41.856Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3422026-05-04T04:39:41.856Z/work/oxidecomputer/opte
3432026-05-04T04:39:41.856Z+ header 'build xde (debug)'
3442026-05-04T04:39:41.856Z+ echo '# ==== build xde (debug) ==== #'
3452026-05-04T04:39:41.856Z# ==== build xde (debug) ==== #
3462026-05-04T04:39:41.856Z+ ptime -m cargo xtask build --profile debug xde xde-link
3472026-05-04T04:39:42.001Z Downloading crates ...
3482026-05-04T04:39:42.047Z Downloaded anstyle v1.0.14
3492026-05-04T04:39:42.074Z Downloaded utf8parse v0.2.2
3502026-05-04T04:39:42.078Z Downloaded errno v0.3.14
3512026-05-04T04:39:42.078Z Downloaded cargo-platform v0.3.3
3522026-05-04T04:39:42.083Z Downloaded hashbrown v0.17.0
3532026-05-04T04:39:42.086Z Downloaded equivalent v1.0.2
3542026-05-04T04:39:42.087Z Downloaded clap_lex v1.1.0
3552026-05-04T04:39:42.090Z Downloaded colorchoice v1.0.5
3562026-05-04T04:39:42.090Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3572026-05-04T04:39:42.094Z Downloaded anstyle-parse v1.0.0
3582026-05-04T04:39:42.094Z Downloaded cargo_metadata v0.23.1
3592026-05-04T04:39:42.094Z Downloaded anstream v1.0.0
3602026-05-04T04:39:42.098Z Downloaded serde_spanned v1.1.1
3612026-05-04T04:39:42.098Z Downloaded itoa v1.0.18
3622026-05-04T04:39:42.098Z Downloaded anstyle-query v1.1.5
3632026-05-04T04:39:42.102Z Downloaded terminal_size v0.4.4
3642026-05-04T04:39:42.102Z Downloaded is_terminal_polyfill v1.70.2
3652026-05-04T04:39:42.102Z Downloaded heck v0.5.0
3662026-05-04T04:39:42.116Z Downloaded semver v1.0.28
3672026-05-04T04:39:42.125Z Downloaded toml_parser v1.1.2+spec-1.1.0
3682026-05-04T04:39:42.128Z Downloaded clap v4.6.1
3692026-05-04T04:39:42.132Z Downloaded toml_writer v1.1.1+spec-1.1.0
3702026-05-04T04:39:42.132Z Downloaded anyhow v1.0.102
3712026-05-04T04:39:42.135Z Downloaded camino v1.2.2
3722026-05-04T04:39:42.139Z Downloaded zmij v1.0.21
3732026-05-04T04:39:42.139Z Downloaded clap_derive v4.6.1
3742026-05-04T04:39:42.142Z Downloaded toml v1.1.2+spec-1.1.0
3752026-05-04T04:39:42.156Z Downloaded indexmap v2.14.0
3762026-05-04T04:39:42.173Z Downloaded serde_json v1.0.149
3772026-05-04T04:39:42.180Z Downloaded clap_builder v4.6.0
3782026-05-04T04:39:42.184Z Downloaded winnow v1.0.2
3792026-05-04T04:39:42.191Z Downloaded rustix v1.1.4
3802026-05-04T04:39:42.226Z Downloaded libc v0.2.186
3812026-05-04T04:39:42.273Z Compiling proc-macro2 v1.0.106
3822026-05-04T04:39:42.276Z Compiling serde_core v1.0.228
3832026-05-04T04:39:42.276Z Compiling quote v1.0.45
3842026-05-04T04:39:42.276Z Compiling unicode-ident v1.0.24
3852026-05-04T04:39:42.276Z Compiling libc v0.2.186
3862026-05-04T04:39:42.276Z Compiling rustix v1.1.4
3872026-05-04T04:39:42.277Z Compiling zmij v1.0.21
3882026-05-04T04:39:42.277Z Compiling bitflags v2.11.1
3892026-05-04T04:39:42.444Z Compiling utf8parse v0.2.2
3902026-05-04T04:39:42.547Z Compiling anstyle-parse v1.0.0
3912026-05-04T04:39:42.632Z Compiling camino v1.2.2
3922026-05-04T04:39:42.632Z Compiling thiserror v2.0.18
3932026-05-04T04:39:42.773Z Compiling serde v1.0.228
3942026-05-04T04:39:42.773Z Compiling anstyle-query v1.1.5
3952026-05-04T04:39:42.857Z Compiling colorchoice v1.0.5
3962026-05-04T04:39:42.871Z Compiling serde_json v1.0.149
3972026-05-04T04:39:42.954Z Compiling anstyle v1.0.14
3982026-05-04T04:39:42.967Z Compiling is_terminal_polyfill v1.70.2
3992026-05-04T04:39:43.050Z Compiling errno v0.3.14
4002026-05-04T04:39:43.095Z Compiling anyhow v1.0.102
4012026-05-04T04:39:43.099Z Compiling clap_lex v1.1.0
4022026-05-04T04:39:43.214Z Compiling anstream v1.0.0
4032026-05-04T04:39:43.214Z Compiling winnow v1.0.2
4042026-05-04T04:39:43.464Z Compiling strsim v0.11.1
4052026-05-04T04:39:43.478Z Compiling memchr v2.8.0
4062026-05-04T04:39:43.487Z Compiling itoa v1.0.18
4072026-05-04T04:39:43.625Z Compiling syn v2.0.117
4082026-05-04T04:39:43.625Z Compiling terminal_size v0.4.4
4092026-05-04T04:39:43.732Z Compiling heck v0.5.0
4102026-05-04T04:39:43.743Z Compiling clap_builder v4.6.0
4112026-05-04T04:39:43.773Z Compiling toml_parser v1.1.2+spec-1.1.0
4122026-05-04T04:39:44.135Z Compiling toml_writer v1.1.1+spec-1.1.0
4132026-05-04T04:39:44.380Z Compiling semver v1.0.28
4142026-05-04T04:39:44.615Z Compiling toml_datetime v1.1.1+spec-1.1.0
4152026-05-04T04:39:45.064Z Compiling cargo-platform v0.3.3
4162026-05-04T04:39:45.111Z Compiling serde_spanned v1.1.1
4172026-05-04T04:39:45.262Z Compiling toml v1.1.2+spec-1.1.0
4182026-05-04T04:39:45.953Z Compiling thiserror-impl v2.0.18
4192026-05-04T04:39:46.149Z Compiling serde_derive v1.0.228
4202026-05-04T04:39:46.501Z Compiling clap_derive v4.6.1
4212026-05-04T04:39:48.121Z Compiling clap v4.6.1
4222026-05-04T04:39:49.020Z Compiling cargo_metadata v0.23.1
4232026-05-04T04:39:51.499Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
4242026-05-04T04:39:53.054Z Finished `dev` profile [optimized + debuginfo] target(s) in 11.19s
4252026-05-04T04:39:53.067Z Running `target/debug/xtask build --profile debug xde xde-link`
4262026-05-04T04:39:54.574ZBuilding xde (dev).
4272026-05-04T04:39:54.803Z Compiling serde_core v1.0.228
4282026-05-04T04:39:54.803Z Compiling byteorder v1.5.0
4292026-05-04T04:39:54.803Z Compiling stable_deref_trait v1.2.1
4302026-05-04T04:39:54.803Z Compiling cfg-if v1.0.4
4312026-05-04T04:39:54.806Z Compiling macaddr v1.0.1
4322026-05-04T04:39:54.806Z Compiling thiserror v2.0.18
4332026-05-04T04:39:54.829Z Compiling zerocopy v0.8.48
4342026-05-04T04:39:54.835Z Compiling managed v0.8.0
4352026-05-04T04:39:54.875Z Compiling bitflags v1.3.2
4362026-05-04T04:39:54.881Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4372026-05-04T04:39:54.917Z Compiling cobs v0.3.0
4382026-05-04T04:39:54.936Z Compiling either v1.15.0
4392026-05-04T04:39:54.991Z Compiling hash32 v0.3.1
4402026-05-04T04:39:55.046Z Compiling ref-cast v1.0.25
4412026-05-04T04:39:55.072Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4422026-05-04T04:39:55.103Z Compiling heapless v0.8.0
4432026-05-04T04:39:55.134Z Compiling itertools v0.14.0
4442026-05-04T04:39:55.138Z Compiling crc32fast v1.5.0
4452026-05-04T04:39:55.153Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4462026-05-04T04:39:55.180Z Compiling dyn-clone v1.0.20
4472026-05-04T04:39:55.321Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4482026-05-04T04:39:55.459Z Compiling smoltcp v0.11.0
4492026-05-04T04:39:56.370Z Compiling serde v1.0.228
4502026-05-04T04:39:56.370Z Compiling bitflags v2.11.1
4512026-05-04T04:39:56.370Z Compiling uuid v1.23.1
4522026-05-04T04:39:56.530Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4532026-05-04T04:39:56.811Z Compiling postcard v1.1.3
4542026-05-04T04:39:57.590Z Compiling ingot-types v0.1.2
4552026-05-04T04:39:57.886Z Compiling ingot v0.1.1
4562026-05-04T04:39:59.321Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4572026-05-04T04:40:03.513Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4582026-05-04T04:40:13.794Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4592026-05-04T04:40:21.967Z Finished `dev` profile [optimized + debuginfo] target(s) in 27.36s
4602026-05-04T04:40:21.993ZLinking xde kmod...
4612026-05-04T04:40:23.155ZBuilding xde dev link helper (dev).
4622026-05-04T04:40:23.313Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4632026-05-04T04:40:23.646Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.46s
4642026-05-04T04:40:23.670Z
4652026-05-04T04:40:23.670Zreal 41.812673562
4662026-05-04T04:40:23.673Zuser 2:14.489248142
4672026-05-04T04:40:23.673Zsys 11.050760295
4682026-05-04T04:40:23.673Ztrap 0.059846743
4692026-05-04T04:40:23.674Ztflt 0.407489921
4702026-05-04T04:40:23.674Zdflt 0.435993401
4712026-05-04T04:40:23.674Zkflt 0.000024397
4722026-05-04T04:40:23.674Zlock 6:27.407336379
4732026-05-04T04:40:23.674Zslp 3:52.217600818
4742026-05-04T04:40:23.674Zlat 5.486959696
4752026-05-04T04:40:23.674Zstop 5.646231307
4762026-05-04T04:40:23.674Z+ header 'build xde (release)'
4772026-05-04T04:40:23.674Z+ echo '# ==== build xde (release) ==== #'
4782026-05-04T04:40:23.674Z+ ptime -m cargo xtask build --profile release xde xde-link
4792026-05-04T04:40:23.674Z# ==== build xde (release) ==== #
4802026-05-04T04:40:23.808Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s
4812026-05-04T04:40:23.812Z Running `target/debug/xtask build --profile release xde xde-link`
4822026-05-04T04:40:24.002ZBuilding xde (release-lto).
4832026-05-04T04:40:24.228Z 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)
4842026-05-04T04:40:24.228Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4852026-05-04T04:40:24.228Z Compiling proc-macro2 v1.0.106
4862026-05-04T04:40:24.228Z Compiling quote v1.0.45
4872026-05-04T04:40:24.228Z Compiling unicode-ident v1.0.24
4882026-05-04T04:40:24.228Z Compiling strsim v0.11.1
4892026-05-04T04:40:24.228Z Compiling ident_case v1.0.1
4902026-05-04T04:40:24.232Z Compiling serde_core v1.0.228
4912026-05-04T04:40:24.345Z Compiling fnv v1.0.7
4922026-05-04T04:40:24.345Z Compiling memchr v2.8.0
4932026-05-04T04:40:24.424Z Compiling regex-syntax v0.8.10
4942026-05-04T04:40:24.584Z Compiling zerocopy v0.8.48
4952026-05-04T04:40:24.601Z Compiling serde v1.0.228
4962026-05-04T04:40:24.612Z Compiling thiserror v2.0.18
4972026-05-04T04:40:24.718Z Compiling aho-corasick v1.1.4
4982026-05-04T04:40:24.959Z Compiling either v1.15.0
4992026-05-04T04:40:24.992Z Compiling heapless v0.8.0
5002026-05-04T04:40:25.145Z Compiling itertools v0.14.0
5012026-05-04T04:40:25.183Z Compiling smoltcp v0.11.0
5022026-05-04T04:40:25.330Z Compiling syn v2.0.117
5032026-05-04T04:40:25.396Z Compiling crc32fast v1.5.0
5042026-05-04T04:40:25.446Z Compiling ref-cast v1.0.25
5052026-05-04T04:40:25.605Z Compiling version_check v0.9.5
5062026-05-04T04:40:25.844Z Compiling regex-automata v0.4.14
5072026-05-04T04:40:25.948Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5082026-05-04T04:40:27.393Z Compiling regex v1.12.3
5092026-05-04T04:40:27.596Z Compiling darling_core v0.21.3
5102026-05-04T04:40:27.631Z Compiling darling_core v0.23.0
5112026-05-04T04:40:28.457Z Compiling zerocopy-derive v0.8.48
5122026-05-04T04:40:28.457Z Compiling serde_derive v1.0.228
5132026-05-04T04:40:28.457Z Compiling thiserror-impl v2.0.18
5142026-05-04T04:40:28.461Z Compiling ref-cast-impl v1.0.25
5152026-05-04T04:40:28.461Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5162026-05-04T04:40:30.111Z Compiling darling_macro v0.21.3
5172026-05-04T04:40:30.199Z Compiling darling_macro v0.23.0
5182026-05-04T04:40:30.990Z Compiling darling v0.21.3
5192026-05-04T04:40:31.051Z Compiling ingot-macros v0.1.1
5202026-05-04T04:40:31.076Z Compiling darling v0.23.0
5212026-05-04T04:40:31.136Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5222026-05-04T04:40:36.063Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5232026-05-04T04:40:38.132Z Compiling byteorder v1.5.0
5242026-05-04T04:40:38.135Z Compiling macaddr v1.0.1
5252026-05-04T04:40:38.135Z Compiling cfg-if v1.0.4
5262026-05-04T04:40:38.135Z Compiling stable_deref_trait v1.2.1
5272026-05-04T04:40:38.190Z Compiling bitflags v1.3.2
5282026-05-04T04:40:38.200Z Compiling cobs v0.3.0
5292026-05-04T04:40:38.225Z Compiling managed v0.8.0
5302026-05-04T04:40:38.312Z Compiling hash32 v0.3.1
5312026-05-04T04:40:38.435Z Compiling dyn-clone v1.0.20
5322026-05-04T04:40:38.482Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5332026-05-04T04:40:39.712Z Compiling bitflags v2.11.1
5342026-05-04T04:40:39.712Z Compiling uuid v1.23.1
5352026-05-04T04:40:39.849Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5362026-05-04T04:40:40.131Z Compiling postcard v1.1.3
5372026-05-04T04:40:40.945Z Compiling ingot-types v0.1.2
5382026-05-04T04:40:41.256Z Compiling ingot v0.1.1
5392026-05-04T04:40:42.765Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5402026-05-04T04:40:46.409Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5412026-05-04T04:40:55.091Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5422026-05-04T04:41:22.981Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 58.94s
5432026-05-04T04:41:23.006ZLinking xde kmod...
5442026-05-04T04:41:23.557ZBuilding xde dev link helper (release).
5452026-05-04T04:41:23.718Z 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)
5462026-05-04T04:41:23.718Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5472026-05-04T04:41:23.718Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5482026-05-04T04:41:34.555Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5492026-05-04T04:41:36.910Z Finished `release` profile [optimized + debuginfo] target(s) in 13.32s
5502026-05-04T04:41:36.930Z
5512026-05-04T04:41:36.933Zreal 1:13.250545534
5522026-05-04T04:41:36.933Zuser 2:05.364641119
5532026-05-04T04:41:36.933Zsys 12.228363435
5542026-05-04T04:41:36.933Ztrap 0.029107501
5552026-05-04T04:41:36.933Ztflt 0.153587353
5562026-05-04T04:41:36.933Zdflt 0.201666843
5572026-05-04T04:41:36.933Zkflt 0.000056125
5582026-05-04T04:41:36.933Zlock 10:28.742984192
5592026-05-04T04:41:36.933Zslp 5:56.929444317
5602026-05-04T04:41:36.933Zlat 2.912726395
5612026-05-04T04:41:36.933Zstop 5.200332838
5622026-05-04T04:41:36.933Z+ elfdump target/x86_64-unknown-unknown/debug/xde.dbg
5632026-05-04T04:41:36.933Z+ grep GOTPCREL
5642026-05-04T04:41:38.684Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5652026-05-04T04:41:38.687Z+ grep GOTPCREL
5662026-05-04T04:41:39.580Z+ cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/
5672026-05-04T04:41:39.634Z+ sha256sum /work/debug/xde.dbg
5682026-05-04T04:41:39.685Z+ cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so
5692026-05-04T04:41:39.689Z+ sha256sum /work/debug/xde_link.dbg.so
5702026-05-04T04:41:39.692Z+ cp target/x86_64-unknown-unknown/release-lto/xde /work/release/
5712026-05-04T04:41:39.725Z+ sha256sum /work/release/xde
5722026-05-04T04:41:39.753Z+ cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so
5732026-05-04T04:41:39.756Z+ sha256sum /work/release/xde_link.so
5742026-05-04T04:41:39.759Z+ header 'build xde integration tests'
5752026-05-04T04:41:39.759Z+ echo '# ==== build xde integration tests ==== #'
5762026-05-04T04:41:39.760Z+ pushd xde-tests
5772026-05-04T04:41:39.760Z# ==== build xde integration tests ==== #
5782026-05-04T04:41:39.760Z/work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte
5792026-05-04T04:41:39.760Z+ cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
5802026-05-04T04:41:39.841Z+ cargo clippy --all-targets -- --deny warnings
5812026-05-04T04:41:40.052Z Compiling serde_core v1.0.228
5822026-05-04T04:41:40.052Z Checking cfg-if v1.0.4
5832026-05-04T04:41:40.052Z Checking memchr v2.8.0
5842026-05-04T04:41:40.052Z Compiling serde v1.0.228
5852026-05-04T04:41:40.052Z Compiling rustversion v1.0.22
5862026-05-04T04:41:40.057Z Compiling version_check v0.9.5
5872026-05-04T04:41:40.057Z Compiling strsim v0.11.1
5882026-05-04T04:41:40.057Z Compiling syn v2.0.117
5892026-05-04T04:41:40.121Z Compiling ident_case v1.0.1
5902026-05-04T04:41:40.224Z Compiling libc v0.2.186
5912026-05-04T04:41:40.328Z Compiling fnv v1.0.7
5922026-05-04T04:41:40.391Z Compiling regex-syntax v0.8.10
5932026-05-04T04:41:40.406Z Compiling syn v1.0.109
5942026-05-04T04:41:40.435Z Checking pin-project-lite v0.2.17
5952026-05-04T04:41:40.509Z Compiling hashbrown v0.17.0
5962026-05-04T04:41:40.742Z Compiling aho-corasick v1.1.4
5972026-05-04T04:41:40.897Z Compiling either v1.15.0
5982026-05-04T04:41:40.901Z Compiling zerocopy v0.8.48
5992026-05-04T04:41:40.965Z Compiling winnow v1.0.2
6002026-05-04T04:41:41.028Z Compiling equivalent v1.0.2
6012026-05-04T04:41:41.081Z Compiling indexmap v2.14.0
6022026-05-04T04:41:41.102Z Compiling itertools v0.14.0
6032026-05-04T04:41:41.696Z Checking byteorder v1.5.0
6042026-05-04T04:41:41.847Z Compiling regex-automata v0.4.14
6052026-05-04T04:41:41.886Z Compiling toml_parser v1.1.2+spec-1.1.0
6062026-05-04T04:41:42.162Z Compiling toml_datetime v1.1.1+spec-1.1.0
6072026-05-04T04:41:42.169Z Compiling heapless v0.8.0
6082026-05-04T04:41:42.355Z Compiling toml_edit v0.25.11+spec-1.1.0
6092026-05-04T04:41:42.377Z Checking bitflags v2.11.1
6102026-05-04T04:41:42.438Z Checking hash32 v0.3.1
6112026-05-04T04:41:42.455Z Compiling slog v2.8.2
6122026-05-04T04:41:42.525Z Checking futures-core v0.3.32
6132026-05-04T04:41:42.535Z Compiling smoltcp v0.11.0
6142026-05-04T04:41:42.598Z Compiling darling_core v0.21.3
6152026-05-04T04:41:42.634Z Compiling darling_core v0.23.0
6162026-05-04T04:41:42.652Z Checking futures-sink v0.3.32
6172026-05-04T04:41:42.737Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6182026-05-04T04:41:42.848Z Checking stable_deref_trait v1.2.1
6192026-05-04T04:41:42.910Z Checking macaddr v1.0.1
6202026-05-04T04:41:43.041Z Compiling proc-macro-crate v3.5.0
6212026-05-04T04:41:43.255Z Checking futures-channel v0.3.32
6222026-05-04T04:41:43.317Z Compiling proc-macro-error-attr v1.0.4
6232026-05-04T04:41:43.434Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
6242026-05-04T04:41:43.445Z Checking bitflags v1.3.2
6252026-05-04T04:41:43.501Z Compiling regex v1.12.3
6262026-05-04T04:41:43.524Z Compiling crc32fast v1.5.0
6272026-05-04T04:41:43.633Z Compiling ref-cast v1.0.25
6282026-05-04T04:41:43.794Z Checking futures-task v0.3.32
6292026-05-04T04:41:43.810Z Compiling serde_derive v1.0.228
6302026-05-04T04:41:43.885Z Compiling thiserror-impl v2.0.18
6312026-05-04T04:41:43.918Z Compiling zerocopy-derive v0.8.48
6322026-05-04T04:41:43.923Z Compiling futures-macro v0.3.32
6332026-05-04T04:41:44.379Z Checking futures-io v0.3.32
6342026-05-04T04:41:44.482Z Compiling autocfg v1.5.0
6352026-05-04T04:41:44.627Z Checking rand_core v0.10.1
6362026-05-04T04:41:44.681Z Compiling darling_macro v0.21.3
6372026-05-04T04:41:44.699Z Compiling darling_macro v0.23.0
6382026-05-04T04:41:44.704Z Checking slab v0.4.12
6392026-05-04T04:41:44.757Z Checking managed v0.8.0
6402026-05-04T04:41:44.826Z Compiling getrandom v0.4.2
6412026-05-04T04:41:44.843Z Checking futures-util v0.3.32
6422026-05-04T04:41:45.072Z Checking thiserror v2.0.18
6432026-05-04T04:41:45.082Z Compiling num-traits v0.2.19
6442026-05-04T04:41:45.159Z Checking cobs v0.3.0
6452026-05-04T04:41:45.206Z Compiling darling v0.21.3
6462026-05-04T04:41:45.218Z Compiling darling v0.23.0
6472026-05-04T04:41:45.273Z Compiling ingot-macros v0.1.1
6482026-05-04T04:41:45.285Z Compiling ref-cast-impl v1.0.25
6492026-05-04T04:41:45.288Z Compiling num_enum_derive v0.7.6
6502026-05-04T04:41:45.312Z Compiling foreign-types-macros v0.2.3
6512026-05-04T04:41:45.910Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
6522026-05-04T04:41:45.923Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
6532026-05-04T04:41:46.090Z Compiling proc-macro-error v1.0.4
6542026-05-04T04:41:46.155Z Checking ipnetwork v0.21.1
6552026-05-04T04:41:46.198Z Checking once_cell v1.21.4
6562026-05-04T04:41:46.254Z Checking cpufeatures v0.3.0
6572026-05-04T04:41:46.304Z Checking unicode-width v0.2.2
6582026-05-04T04:41:46.313Z Checking foreign-types-shared v0.3.1
6592026-05-04T04:41:46.318Z Compiling crossbeam-utils v0.8.21
6602026-05-04T04:41:46.364Z Checking tracing-core v0.1.36
6612026-05-04T04:41:46.443Z Checking foreign-types v0.5.0
6622026-05-04T04:41:46.504Z Checking chacha20 v0.10.0
6632026-05-04T04:41:46.571Z Checking tabwriter v1.4.1
6642026-05-04T04:41:46.673Z Checking num_enum v0.7.6
6652026-05-04T04:41:46.813Z Checking futures-executor v0.3.32
6662026-05-04T04:41:46.835Z Checking anyhow v1.0.102
6672026-05-04T04:41:46.848Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6682026-05-04T04:41:46.903Z Checking erased-serde v0.3.31
6692026-05-04T04:41:46.945Z Checking postcard v1.1.3
6702026-05-04T04:41:47.022Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6712026-05-04T04:41:47.075Z Compiling tracing-attributes v0.1.31
6722026-05-04T04:41:47.090Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6732026-05-04T04:41:47.479Z Checking cstr-argument v0.1.2
6742026-05-04T04:41:47.523Z Compiling time-core v0.1.8
6752026-05-04T04:41:47.540Z Checking pretty-hex v0.4.2
6762026-05-04T04:41:47.586Z Checking dyn-clone v1.0.20
6772026-05-04T04:41:47.645Z Compiling num-conv v0.2.1
6782026-05-04T04:41:47.652Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
6792026-05-04T04:41:47.657Z Compiling thiserror v1.0.69
6802026-05-04T04:41:47.676Z Checking powerfmt v0.2.0
6812026-05-04T04:41:47.779Z Compiling time-macros v0.2.27
6822026-05-04T04:41:47.819Z Checking deranged v0.5.8
6832026-05-04T04:41:47.863Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
6842026-05-04T04:41:47.985Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6852026-05-04T04:41:48.007Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6862026-05-04T04:41:48.098Z Checking rand v0.10.1
6872026-05-04T04:41:48.124Z Checking ingot-types v0.1.2
6882026-05-04T04:41:48.139Z Checking futures v0.3.32
6892026-05-04T04:41:48.292Z Checking tracing v0.1.44
6902026-05-04T04:41:48.345Z Compiling thiserror-impl v1.0.69
6912026-05-04T04:41:48.439Z Checking ingot v0.1.1
6922026-05-04T04:41:48.468Z Checking uuid v1.23.1
6932026-05-04T04:41:48.516Z Checking arc-swap v1.9.1
6942026-05-04T04:41:48.542Z Checking socket2 v0.6.3
6952026-05-04T04:41:48.714Z Checking nom v8.0.0
6962026-05-04T04:41:48.719Z Checking thread_local v1.1.9
6972026-05-04T04:41:48.724Z Checking colored v3.1.1
6982026-05-04T04:41:48.749Z Checking iana-time-zone v0.1.65
6992026-05-04T04:41:48.778Z Compiling slog-async v2.8.0
7002026-05-04T04:41:48.840Z Checking itoa v1.0.18
7012026-05-04T04:41:48.860Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
7022026-05-04T04:41:48.901Z Compiling heck v0.4.1
7032026-05-04T04:41:48.976Z Checking oxnet v0.1.4
7042026-05-04T04:41:49.050Z Checking lazy_static v1.5.0
7052026-05-04T04:41:49.132Z Checking slog-scope v4.4.1
7062026-05-04T04:41:49.231Z Checking time v0.3.47
7072026-05-04T04:41:49.244Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
7082026-05-04T04:41:49.305Z Checking chrono v0.4.44
7092026-05-04T04:41:49.549Z Checking crossbeam-channel v0.5.15
7102026-05-04T04:41:49.864Z Checking cookie-factory v0.3.3
7112026-05-04T04:41:49.882Z Checking itertools v0.12.1
7122026-05-04T04:41:49.990Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
7132026-05-04T04:41:50.022Z Checking is-terminal v0.4.17
7142026-05-04T04:41:50.080Z Checking log v0.4.29
7152026-05-04T04:41:50.096Z Checking term v1.2.1
7162026-05-04T04:41:50.101Z Checking take_mut v0.2.2
7172026-05-04T04:41:50.185Z Checking circular v0.3.0
7182026-05-04T04:41:50.231Z Checking slog-stdlog v4.1.1
7192026-05-04T04:41:50.309Z Checking slog-term v2.9.2
7202026-05-04T04:41:50.566Z Checking rusticata-macros v5.0.0
7212026-05-04T04:41:50.682Z Checking pcap-parser v0.17.0
7222026-05-04T04:41:50.845Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
7232026-05-04T04:41:51.124Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#5e686ee2)
7242026-05-04T04:41:51.964Z Checking slog-envlogger v2.2.0
7252026-05-04T04:41:54.392Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
7262026-05-04T04:41:56.021Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
7272026-05-04T04:41:56.024Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
7282026-05-04T04:41:56.358Z Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
7292026-05-04T04:41:56.892Z Finished `dev` profile [optimized + debuginfo] target(s) in 17.00s
7302026-05-04T04:41:56.930Z+ cargo build --test loopback
7312026-05-04T04:41:57.100Z Compiling cfg-if v1.0.4
7322026-05-04T04:41:57.100Z Compiling memchr v2.8.0
7332026-05-04T04:41:57.103Z Compiling serde_core v1.0.228
7342026-05-04T04:41:57.128Z Compiling libc v0.2.186
7352026-05-04T04:41:57.132Z Compiling thiserror v2.0.18
7362026-05-04T04:41:57.135Z Compiling pin-project-lite v0.2.17
7372026-05-04T04:41:57.138Z Compiling byteorder v1.5.0
7382026-05-04T04:41:57.138Z Compiling either v1.15.0
7392026-05-04T04:41:57.175Z Compiling zerocopy v0.8.48
7402026-05-04T04:41:57.204Z Compiling stable_deref_trait v1.2.1
7412026-05-04T04:41:57.204Z Compiling macaddr v1.0.1
7422026-05-04T04:41:57.268Z Compiling futures-core v0.3.32
7432026-05-04T04:41:57.297Z Compiling hash32 v0.3.1
7442026-05-04T04:41:57.320Z Compiling futures-sink v0.3.32
7452026-05-04T04:41:57.412Z Compiling futures-channel v0.3.32
7462026-05-04T04:41:57.425Z Compiling heapless v0.8.0
7472026-05-04T04:41:57.442Z Compiling cobs v0.3.0
7482026-05-04T04:41:57.445Z Compiling rand_core v0.10.1
7492026-05-04T04:41:57.465Z Compiling bitflags v1.3.2
7502026-05-04T04:41:57.529Z Compiling futures-io v0.3.32
7512026-05-04T04:41:57.590Z Compiling slab v0.4.12
7522026-05-04T04:41:57.632Z Compiling managed v0.8.0
7532026-05-04T04:41:57.711Z Compiling futures-task v0.3.32
7542026-05-04T04:41:57.717Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
7552026-05-04T04:41:57.773Z Compiling unicode-width v0.2.2
7562026-05-04T04:41:57.852Z Compiling futures-util v0.3.32
7572026-05-04T04:41:57.852Z Compiling smoltcp v0.11.0
7582026-05-04T04:41:57.905Z Compiling cpufeatures v0.3.0
7592026-05-04T04:41:57.935Z Compiling foreign-types-shared v0.3.1
7602026-05-04T04:41:57.968Z Compiling once_cell v1.21.4
7612026-05-04T04:41:58.015Z Compiling ipnetwork v0.21.1
7622026-05-04T04:41:58.074Z Compiling foreign-types v0.5.0
7632026-05-04T04:41:58.143Z Compiling tracing-core v0.1.36
7642026-05-04T04:41:58.194Z Compiling tabwriter v1.4.1
7652026-05-04T04:41:58.561Z Compiling chacha20 v0.10.0
7662026-05-04T04:41:58.643Z Compiling ref-cast v1.0.25
7672026-05-04T04:41:58.689Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
7682026-05-04T04:41:58.734Z Compiling num_enum v0.7.6
7692026-05-04T04:41:58.843Z Compiling serde v1.0.228
7702026-05-04T04:41:58.911Z Compiling bitflags v2.11.1
7712026-05-04T04:41:59.075Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
7722026-05-04T04:41:59.330Z Compiling erased-serde v0.3.31
7732026-05-04T04:41:59.368Z Compiling postcard v1.1.3
7742026-05-04T04:41:59.480Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
7752026-05-04T04:41:59.484Z Compiling crc32fast v1.5.0
7762026-05-04T04:41:59.586Z Compiling getrandom v0.4.2
7772026-05-04T04:41:59.657Z Compiling cstr-argument v0.1.2
7782026-05-04T04:41:59.711Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7792026-05-04T04:41:59.712Z Compiling itertools v0.14.0
7802026-05-04T04:41:59.801Z Compiling slog v2.8.2
7812026-05-04T04:41:59.814Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
7822026-05-04T04:41:59.819Z Compiling powerfmt v0.2.0
7832026-05-04T04:42:00.039Z Compiling ingot-types v0.1.2
7842026-05-04T04:42:00.077Z Compiling futures-executor v0.3.32
7852026-05-04T04:42:00.189Z Compiling pretty-hex v0.4.2
7862026-05-04T04:42:00.321Z Compiling dyn-clone v1.0.20
7872026-05-04T04:42:00.343Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
7882026-05-04T04:42:00.368Z Compiling ingot v0.1.1
7892026-05-04T04:42:00.439Z Compiling futures v0.3.32
7902026-05-04T04:42:00.481Z Compiling deranged v0.5.8
7912026-05-04T04:42:00.509Z Compiling tracing v0.1.44
7922026-05-04T04:42:00.552Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
7932026-05-04T04:42:00.610Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7942026-05-04T04:42:00.666Z Compiling rand v0.10.1
7952026-05-04T04:42:00.673Z Compiling num-traits v0.2.19
7962026-05-04T04:42:00.699Z Compiling uuid v1.23.1
7972026-05-04T04:42:00.875Z Compiling crossbeam-utils v0.8.21
7982026-05-04T04:42:01.106Z Compiling aho-corasick v1.1.4
7992026-05-04T04:42:01.287Z Compiling nom v8.0.0
8002026-05-04T04:42:01.348Z Compiling socket2 v0.6.3
8012026-05-04T04:42:01.491Z Compiling thread_local v1.1.9
8022026-05-04T04:42:01.654Z Compiling arc-swap v1.9.1
8032026-05-04T04:42:01.776Z Compiling iana-time-zone v0.1.65
8042026-05-04T04:42:01.912Z Compiling winnow v1.0.2
8052026-05-04T04:42:02.042Z Compiling num-conv v0.2.1
8062026-05-04T04:42:02.188Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
8072026-05-04T04:42:02.230Z Compiling time-core v0.1.8
8082026-05-04T04:42:02.272Z Compiling lazy_static v1.5.0
8092026-05-04T04:42:02.365Z Compiling oxnet v0.1.4
8102026-05-04T04:42:02.365Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
8112026-05-04T04:42:02.545Z Compiling colored v3.1.1
8122026-05-04T04:42:02.600Z Compiling regex-syntax v0.8.10
8132026-05-04T04:42:02.623Z Compiling slog-scope v4.4.1
8142026-05-04T04:42:02.830Z Compiling time v0.3.47
8152026-05-04T04:42:03.105Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
8162026-05-04T04:42:03.410Z Compiling chrono v0.4.44
8172026-05-04T04:42:03.825Z Compiling rusticata-macros v5.0.0
8182026-05-04T04:42:04.156Z Compiling regex-automata v0.4.14
8192026-05-04T04:42:04.561Z Compiling thiserror v1.0.69
8202026-05-04T04:42:04.660Z Compiling crossbeam-channel v0.5.15
8212026-05-04T04:42:04.778Z Compiling cookie-factory v0.3.3
8222026-05-04T04:42:05.089Z Compiling is-terminal v0.4.17
8232026-05-04T04:42:05.180Z Compiling itertools v0.12.1
8242026-05-04T04:42:05.394Z Compiling circular v0.3.0
8252026-05-04T04:42:05.644Z Compiling term v1.2.1
8262026-05-04T04:42:06.580Z Compiling take_mut v0.2.2
8272026-05-04T04:42:06.690Z Compiling log v0.4.29
8282026-05-04T04:42:06.961Z Compiling slog-stdlog v4.1.1
8292026-05-04T04:42:07.387Z Compiling slog-async v2.8.0
8302026-05-04T04:42:07.392Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
8312026-05-04T04:42:07.748Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
8322026-05-04T04:42:08.211Z Compiling regex v1.12.3
8332026-05-04T04:42:09.271Z Compiling slog-term v2.9.2
8342026-05-04T04:42:09.326Z Compiling pcap-parser v0.17.0
8352026-05-04T04:42:09.495Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#5e686ee2)
8362026-05-04T04:42:09.827Z Compiling slog-envlogger v2.2.0
8372026-05-04T04:42:10.816Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
8382026-05-04T04:42:10.882Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
8392026-05-04T04:42:13.056Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8402026-05-04T04:42:19.983Z Finished `dev` profile [optimized + debuginfo] target(s) in 23.04s
8412026-05-04T04:42:20.018Z++ cargo build -q --test loopback --message-format=json
8422026-05-04T04:42:20.021Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8432026-05-04T04:42:20.139Z+ loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-12f37f324cc94e34
8442026-05-04T04:42:20.139Z+ cargo build --test multicast_rx
8452026-05-04T04:42:20.243Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8462026-05-04T04:42:21.803Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.65s
8472026-05-04T04:42:21.841Z++ cargo build -q --test multicast_rx --message-format=json
8482026-05-04T04:42:21.844Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8492026-05-04T04:42:21.962Z+ multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-49eb6d07d315dc67
8502026-05-04T04:42:21.962Z+ cargo build --test multicast_multi_sub
8512026-05-04T04:42:22.066Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8522026-05-04T04:42:23.817Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.84s
8532026-05-04T04:42:23.854Z++ cargo build -q --test multicast_multi_sub --message-format=json
8542026-05-04T04:42:23.858Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8552026-05-04T04:42:23.977Z+ multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-76fdf5b678c1aafe
8562026-05-04T04:42:23.977Z+ cargo build --test multicast_validation
8572026-05-04T04:42:24.082Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8582026-05-04T04:42:25.967Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.98s
8592026-05-04T04:42:26.003Z++ cargo build -q --test multicast_validation --message-format=json
8602026-05-04T04:42:26.006Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8612026-05-04T04:42:26.125Z+ multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-8e5a3c7d773efb7a
8622026-05-04T04:42:26.126Z+ cargo build --test multicast_source_filter
8632026-05-04T04:42:26.231Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8642026-05-04T04:42:28.244Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.11s
8652026-05-04T04:42:28.280Z++ cargo build -q --test multicast_source_filter --message-format=json
8662026-05-04T04:42:28.283Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8672026-05-04T04:42:28.402Z+ multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-045dac3c9c61f07e
8682026-05-04T04:42:28.402Z+ mkdir -p /work/test
8692026-05-04T04:42:28.405Z+ cp /work/oxidecomputer/opte/target/debug/deps/loopback-12f37f324cc94e34 /work/test/loopback
8702026-05-04T04:42:28.436Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-49eb6d07d315dc67 /work/test/multicast_rx
8712026-05-04T04:42:28.476Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-76fdf5b678c1aafe /work/test/multicast_multi_sub
8722026-05-04T04:42:28.520Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-8e5a3c7d773efb7a /work/test/multicast_validation
8732026-05-04T04:42:28.560Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-045dac3c9c61f07e /work/test/multicast_source_filter
8742026-05-04T04:42:28.601Zprocess exited: duration 250338 ms, exit code 0
 
8752026-05-04T04:42:28.619Zfound 14 output files
8762026-05-04T04:42:28.619Zuploading: /work/debug/xde.dbg (91619368 bytes)
8772026-05-04T04:42:30.129Zuploaded: /work/debug/xde.dbg
8782026-05-04T04:42:30.129Zuploading: /work/debug/xde.dbg.sha256 (86 bytes)
8792026-05-04T04:42:31.139Zuploaded: /work/debug/xde.dbg.sha256
8802026-05-04T04:42:31.139Zuploading: /work/debug/xde_link.dbg.so (1084984 bytes)
8812026-05-04T04:42:33.164Zuploaded: /work/debug/xde_link.dbg.so
8822026-05-04T04:42:33.164Zuploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes)
8832026-05-04T04:42:33.172Zuploaded: /work/debug/xde_link.dbg.so.sha256
8842026-05-04T04:42:33.172Zuploading: /work/release/xde (49459568 bytes)
8852026-05-04T04:42:34.443Zuploaded: /work/release/xde
8862026-05-04T04:42:34.443Zuploading: /work/release/xde.sha256 (84 bytes)
8872026-05-04T04:42:35.454Zuploaded: /work/release/xde.sha256
8882026-05-04T04:42:35.454Zuploading: /work/release/xde_link.so (39516 bytes)
8892026-05-04T04:42:36.465Zuploaded: /work/release/xde_link.so
8902026-05-04T04:42:36.466Zuploading: /work/release/xde_link.so.sha256 (92 bytes)
8912026-05-04T04:42:37.477Zuploaded: /work/release/xde_link.so.sha256
8922026-05-04T04:42:37.477Zuploading: /work/test/loopback (49832048 bytes)
8932026-05-04T04:42:38.762Zuploaded: /work/test/loopback
8942026-05-04T04:42:38.762Zuploading: /work/test/multicast_rx (50124184 bytes)
8952026-05-04T04:42:40.124Zuploaded: /work/test/multicast_rx
8962026-05-04T04:42:40.124Zuploading: /work/test/multicast_multi_sub (56359360 bytes)
8972026-05-04T04:42:41.475Zuploaded: /work/test/multicast_multi_sub
8982026-05-04T04:42:41.475Zuploading: /work/test/multicast_validation (50276624 bytes)
8992026-05-04T04:42:42.736Zuploaded: /work/test/multicast_validation
9002026-05-04T04:42:42.742Zuploading: /work/test/multicast_source_filter (50581160 bytes)
9012026-05-04T04:42:44.001Zuploaded: /work/test/multicast_source_filter
9022026-05-04T04:42:44.001Zuploading: /work/xde.conf (79 bytes)
9032026-05-04T04:42:45.014Zuploaded: /work/xde.conf