01KXW9W54HD68HT5EKC20HH6F6: opte-xde

BasicConfig {
    output_rules: [
        "=/work/debug/xde.dbg",
        "=/work/debug/xde.dbg.sha256",
        "=/work/debug/xde_link.dbg.so",
        "=/work/debug/xde_link.dbg.so.sha256",
        "=/work/release/xde",
        "=/work/release/xde.sha256",
        "=/work/release/xde_link.so",
        "=/work/release/xde_link.so.sha256",
        "=/work/test/loopback",
        "=/work/test/multicast_rx",
        "=/work/test/multicast_multi_sub",
        "=/work/test/multicast_validation",
        "=/work/test/multicast_source_filter",
        "=/work/xde.conf",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-3.0",
    ),
    access_repos: [],
    publish: [
        BasicConfigPublish {
            from_output: "/work/release/xde",
            series: "module",
            name: "xde",
        },
        BasicConfigPublish {
            from_output: "/work/release/xde.sha256",
            series: "module",
            name: "xde.sha256",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01KXW9WQZVBSGSYE55PMTEJ5SM

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-19T04:25:32.473Zjob assigned to worker 01KXW9X01ZY57QNAKGWD0HFGP0 [factory aws, i-0d2b0ca56fba5f7e6] (queued for 59 s)
 
22026-07-19T04:25:39.340Zstarting task 0: "setup"
32026-07-19T04:25:39.345Z++ uname -s
42026-07-19T04:25:39.349Z+ kern=SunOS
52026-07-19T04:25:39.349Z+ build_user=build
62026-07-19T04:25:39.349Z+ build_uid=12345
72026-07-19T04:25:39.349Z+ work_dir=/work
82026-07-19T04:25:39.349Z+ input_dir=/input
92026-07-19T04:25:39.349Z+ [[ 0 == 12345 ]]
102026-07-19T04:25:39.349Z+ case "$kern" in
112026-07-19T04:25:39.349Z+ groupadd -g 12345 build
122026-07-19T04:25:39.350Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-19T04:25:41.354Z+ zfs create -o mountpoint=/work rpool/work
142026-07-19T04:25:41.517Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-19T04:25:41.521Z+ home_fs=zfs
162026-07-19T04:25:41.521Z+ [[ zfs == autofs ]]
172026-07-19T04:25:41.521Z+ mkdir -p /home/build
182026-07-19T04:25:41.521Z+ chown build:build /home/build /work
192026-07-19T04:25:43.522Z+ chmod 0700 /home/build /work
202026-07-19T04:25:43.526Zprocess exited: duration 4182 ms, exit code 0
 
212026-07-19T04:25:43.577Zstarting task 1: "rust-toolchain"
222026-07-19T04:25:43.582Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-19T04:25:43.582Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-19T04:25:43.582Z * rust toolchain channel = "1.97.1"
252026-07-19T04:25:43.582Z * rust toolchain profile = "default"
262026-07-19T04:25:43.582Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-19T04:25:43.582Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-19T04:25:43.582Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-19T04:25:43.582Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-19T04:25:43.681Zinfo: downloading installer
312026-07-19T04:25:45.044Zwarn: It looks like you have an existing rustup settings file at:
322026-07-19T04:25:45.044Zwarn: /home/build/.rustup/settings.toml
332026-07-19T04:25:45.044Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-19T04:25:45.044Zwarn: instead of the one inferred from the default host triple.
352026-07-19T04:25:45.056Zinfo: profile set to default
362026-07-19T04:25:45.056Zinfo: default host triple is x86_64-unknown-illumos
372026-07-19T04:25:45.060Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-19T04:25:45.208Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-19T04:25:45.211Zinfo: downloading 6 components
402026-07-19T04:26:00.466Z
412026-07-19T04:26:00.466Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-07-19T04:26:00.492Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-19T04:26:00.492Z
442026-07-19T04:26:00.497Z
452026-07-19T04:26:00.497ZRust is installed now. Great!
462026-07-19T04:26:00.497Z
472026-07-19T04:26:00.497ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-19T04:26:00.497Zenvironment variable. This has not been done automatically.
492026-07-19T04:26:00.497Z
502026-07-19T04:26:00.497ZTo configure your current shell, you need to source
512026-07-19T04:26:00.497Zthe corresponding env file under $HOME/.cargo.
522026-07-19T04:26:00.497Z
532026-07-19T04:26:00.497ZThis is usually done by running one of the following (note the leading DOT):
542026-07-19T04:26:00.497Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-19T04:26:00.497Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-19T04:26:00.497Zsource "~/.cargo/env.nu" # For nushell
572026-07-19T04:26:00.497Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-19T04:26:00.497Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-19T04:26:00.497Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-19T04:26:00.497Zwarn: no default linker (`cc`) was found in your PATH
612026-07-19T04:26:00.497Zwarn: many Rust crates require a system C toolchain to build
622026-07-19T04:26:00.600Z+ rustup --version
632026-07-19T04:26:00.646Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-19T04:26:00.646Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-19T04:26:00.650Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-19T04:26:00.650Z+ cargo --version
672026-07-19T04:26:00.650Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-19T04:26:00.650Z+ rustc --version
692026-07-19T04:26:00.695Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-19T04:26:00.698Zprocess exited: duration 17087 ms, exit code 0
 
712026-07-19T04:26:00.721Zstarting task 2: "authentication"
722026-07-19T04:26:00.752Zprocess exited: duration 16 ms, exit code 0
 
732026-07-19T04:26:00.779Zstarting task 3: "clone repository"
742026-07-19T04:26:00.783Z+ mkdir -p /work/oxidecomputer/opte
752026-07-19T04:26:00.783Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-19T04:26:00.819ZCloning into '/work/oxidecomputer/opte'...
772026-07-19T04:26:01.731Z+ cd /work/oxidecomputer/opte
782026-07-19T04:26:01.731Z+ git fetch origin afff174ebc75a1e4e91b98f8683877a8d77b728f
792026-07-19T04:26:01.954ZFrom https://github.com/oxidecomputer/opte
802026-07-19T04:26:01.954Z * branch afff174ebc75a1e4e91b98f8683877a8d77b728f -> FETCH_HEAD
812026-07-19T04:26:01.959Z+ [[ -n renovate/rust-1.x ]]
822026-07-19T04:26:01.963Z++ git branch --show-current
832026-07-19T04:26:01.963Z+ current=master
842026-07-19T04:26:01.963Z+ [[ master != renovate/rust-1.x ]]
852026-07-19T04:26:01.963Z+ git branch -f renovate/rust-1.x afff174ebc75a1e4e91b98f8683877a8d77b728f
862026-07-19T04:26:01.966Z+ git checkout -f renovate/rust-1.x
872026-07-19T04:26:01.981ZSwitched to branch 'renovate/rust-1.x'
882026-07-19T04:26:01.984Z+ git reset --hard afff174ebc75a1e4e91b98f8683877a8d77b728f
892026-07-19T04:26:01.998ZHEAD is now at afff174 Update dependency rust
902026-07-19T04:26:02.003Zprocess exited: duration 1226 ms, exit code 0
 
912026-07-19T04:26:02.010Zstarting task 4: "build"
922026-07-19T04:26:02.015Z+ source .github/buildomat/common.sh
932026-07-19T04:26:02.015Z++ rustup show active-toolchain
942026-07-19T04:26:02.020Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-19T04:26:02.022Z++ pushd xde
962026-07-19T04:26:02.023Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-07-19T04:26:02.023Z++ rustup show active-toolchain
982026-07-19T04:26:02.061Zinfo: syncing channel updates for nightly-2026-07-19-x86_64-unknown-illumos
992026-07-19T04:26:02.169Zinfo: latest update on 2026-07-19 for version 1.99.0-nightly (eff8269f7 2026-07-18)
1002026-07-19T04:26:02.172Zinfo: downloading 6 components
1012026-07-19T04:26:16.956Znightly-2026-07-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-19T04:26:17.043Z+++ rustup show active-toolchain -v
1032026-07-19T04:26:17.046Z+++ head -n 1
1042026-07-19T04:26:17.046Z+++ cut '-d ' -f1
1052026-07-19T04:26:17.095Z++ export NIGHTLY=nightly-2026-07-19-x86_64-unknown-illumos
1062026-07-19T04:26:17.095Z++ NIGHTLY=nightly-2026-07-19-x86_64-unknown-illumos
1072026-07-19T04:26:17.098Z++ popd
1082026-07-19T04:26:17.098Z/work/oxidecomputer/opte
1092026-07-19T04:26:17.098Z+ TGT_BASE=/work
1102026-07-19T04:26:17.098Z+ DBG_SRC=target/x86_64-unknown-unknown/debug
1112026-07-19T04:26:17.098Z+ DBG_LINK_SRC=target/i686-unknown-illumos/debug
1122026-07-19T04:26:17.098Z+ DBG_TGT=/work/debug
1132026-07-19T04:26:17.098Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1142026-07-19T04:26:17.098Z+ REL_LINK_SRC=target/i686-unknown-illumos/release
1152026-07-19T04:26:17.098Z+ REL_TGT=/work/release
1162026-07-19T04:26:17.098Z+ mkdir -p /work/debug /work/release
1172026-07-19T04:26:17.098Z+ cargo --version
1182026-07-19T04:26:17.106Zcargo 1.97.1 (c980f4866 2026-06-30)
1192026-07-19T04:26:17.109Z+ rustc --version
1202026-07-19T04:26:17.128Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1212026-07-19T04:26:17.131Z+ install_pkg jq
1222026-07-19T04:26:17.131Z+ set +o errexit
1232026-07-19T04:26:17.131Z+ pfexec pkg install jq
1242026-07-19T04:26:18.269Z Startup: Refreshing catalog 'helios' ... Done
1252026-07-19T04:26:18.509Z Startup: Caching catalogs ... Done
1262026-07-19T04:26:19.337ZPlanning: Solver setup ... Done
1272026-07-19T04:26:19.374ZPlanning: Running solver ... Done
1282026-07-19T04:26:19.393ZPlanning: Consolidating action changes ... Done
1292026-07-19T04:26:19.395ZPlanning: Evaluating mediators ... Done
1302026-07-19T04:26:19.396ZPlanning: Planning completed in 0.86 seconds
1312026-07-19T04:26:19.409ZNo updates necessary for this image.
1322026-07-19T04:26:19.551Z+ exit_code=4
1332026-07-19T04:26:19.551Z+ [[ 4 -ne 0 ]]
1342026-07-19T04:26:19.551Z+ [[ 4 -ne 4 ]]
1352026-07-19T04:26:19.551Z+ set -o errexit
1362026-07-19T04:26:19.555Z+ pushd xde
1372026-07-19T04:26:19.555Z+ cp xde.conf /work/xde.conf
1382026-07-19T04:26:19.555Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1392026-07-19T04:26:19.555Z+ header 'check style'
1402026-07-19T04:26:19.555Z+ echo '# ==== check style ==== #'
1412026-07-19T04:26:19.555Z# ==== check style ==== #
1422026-07-19T04:26:19.555Z+ ptime -m cargo +nightly-2026-07-19-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check
1432026-07-19T04:26:19.762Z
1442026-07-19T04:26:19.762Zreal 0.205789106
1452026-07-19T04:26:19.762Zuser 0.150703993
1462026-07-19T04:26:19.762Zsys 0.045398655
1472026-07-19T04:26:19.762Ztrap 0.000012130
1482026-07-19T04:26:19.762Ztflt 0.000072080
1492026-07-19T04:26:19.762Zdflt 0.000001530
1502026-07-19T04:26:19.762Zkflt 0.000001470
1512026-07-19T04:26:19.762Zlock 0.034817440
1522026-07-19T04:26:19.762Zslp 0.182061444
1532026-07-19T04:26:19.762Zlat 0.000653610
1542026-07-19T04:26:19.762Zstop 0.000103320
1552026-07-19T04:26:19.765Z+ header analyze
1562026-07-19T04:26:19.765Z+ echo '# ==== analyze ==== #'
1572026-07-19T04:26:19.765Z# ==== analyze ==== #
1582026-07-19T04:26:19.765Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
1592026-07-19T04:26:19.939Z Updating crates.io index
1602026-07-19T04:26:19.942Z Updating git repository `https://github.com/oxidecomputer/falcon`
1612026-07-19T04:26:20.623Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1622026-07-19T04:26:20.997Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1632026-07-19T04:26:21.308Z Updating git repository `https://github.com/oxidecomputer/zone`
1642026-07-19T04:26:21.529Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1652026-07-19T04:26:21.727Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1662026-07-19T04:26:21.952Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1672026-07-19T04:26:23.711Z Downloading crates ...
1682026-07-19T04:26:23.757Z Downloaded byteorder v1.5.0
1692026-07-19T04:26:23.773Z Downloaded darling_core v0.21.3
1702026-07-19T04:26:23.776Z Downloaded strsim v0.11.1
1712026-07-19T04:26:23.786Z Downloaded ident_case v1.0.1
1722026-07-19T04:26:23.789Z Downloaded macaddr v1.0.1
1732026-07-19T04:26:23.792Z Downloaded embedded-io v0.6.1
1742026-07-19T04:26:23.794Z Downloaded hash32 v0.3.1
1752026-07-19T04:26:23.798Z Downloaded thiserror-impl v2.0.18
1762026-07-19T04:26:23.801Z Downloaded aho-corasick v1.1.4
1772026-07-19T04:26:23.804Z Downloaded cfg-if v1.0.4
1782026-07-19T04:26:23.804Z Downloaded defmt-parser v1.0.0
1792026-07-19T04:26:23.804Z Downloaded fnv v1.0.7
1802026-07-19T04:26:23.808Z Downloaded cobs v0.3.0
1812026-07-19T04:26:23.811Z Downloaded dyn-clone v1.0.20
1822026-07-19T04:26:23.811Z Downloaded stable_deref_trait v1.2.1
1832026-07-19T04:26:23.811Z Downloaded thiserror v2.0.18
1842026-07-19T04:26:23.814Z Downloaded bitflags v1.3.2
1852026-07-19T04:26:23.818Z Downloaded darling_macro v0.21.3
1862026-07-19T04:26:23.821Z Downloaded ref-cast-impl v1.0.25
1872026-07-19T04:26:23.821Z Downloaded darling_macro v0.23.0
1882026-07-19T04:26:23.821Z Downloaded embedded-io v0.4.0
1892026-07-19T04:26:23.826Z Downloaded version_check v0.9.5
1902026-07-19T04:26:23.834Z Downloaded darling v0.21.3
1912026-07-19T04:26:23.837Z Downloaded darling v0.23.0
1922026-07-19T04:26:23.839Z Downloaded ref-cast v1.0.25
1932026-07-19T04:26:23.848Z Downloaded defmt v0.3.100
1942026-07-19T04:26:23.856Z Downloaded managed v0.8.0
1952026-07-19T04:26:23.859Z Downloaded ingot-types v0.1.2
1962026-07-19T04:26:23.859Z Downloaded ingot v0.1.1
1972026-07-19T04:26:23.866Z Downloaded defmt-macros v1.1.1
1982026-07-19T04:26:23.870Z Downloaded ingot-macros v0.1.1
1992026-07-19T04:26:23.873Z Downloaded quote v1.0.46
2002026-07-19T04:26:23.887Z Downloaded bitflags v2.13.0
2012026-07-19T04:26:23.890Z Downloaded either v1.16.0
2022026-07-19T04:26:23.895Z Downloaded crc32fast v1.5.0
2032026-07-19T04:26:23.905Z Downloaded defmt v1.1.1
2042026-07-19T04:26:23.908Z Downloaded proc-macro2 v1.0.106
2052026-07-19T04:26:23.911Z Downloaded postcard v1.1.3
2062026-07-19T04:26:23.914Z Downloaded uuid v1.23.4
2072026-07-19T04:26:23.919Z Downloaded unicode-ident v1.0.24
2082026-07-19T04:26:23.921Z Downloaded serde_derive v1.0.228
2092026-07-19T04:26:23.924Z Downloaded serde_core v1.0.228
2102026-07-19T04:26:23.924Z Downloaded serde v1.0.228
2112026-07-19T04:26:23.927Z Downloaded heapless v0.8.0
2122026-07-19T04:26:23.932Z Downloaded darling_core v0.23.0
2132026-07-19T04:26:23.943Z Downloaded regex v1.12.4
2142026-07-19T04:26:23.947Z Downloaded zerocopy-derive v0.8.52
2152026-07-19T04:26:23.953Z Downloaded memchr v2.8.2
2162026-07-19T04:26:23.981Z Downloaded itertools v0.15.0
2172026-07-19T04:26:23.986Z Downloaded itertools v0.14.0
2182026-07-19T04:26:24.032Z Downloaded zerocopy v0.8.52
2192026-07-19T04:26:24.045Z Downloaded syn v2.0.118
2202026-07-19T04:26:24.051Z Downloaded regex-syntax v0.8.11
2212026-07-19T04:26:24.054Z Downloaded smoltcp v0.11.0
2222026-07-19T04:26:24.069Z Downloaded regex-automata v0.4.14
2232026-07-19T04:26:24.082Z Updating crates.io index
2242026-07-19T04:26:24.228Z Downloading crates ...
2252026-07-19T04:26:24.245Z Downloaded getopts v0.2.24
2262026-07-19T04:26:24.253Z Downloaded addr2line v0.27.0
2272026-07-19T04:26:24.262Z Downloaded rustc-literal-escaper v0.0.8
2282026-07-19T04:26:24.265Z Downloaded adler2 v2.0.1
2292026-07-19T04:26:24.269Z Downloaded foldhash v0.2.0
2302026-07-19T04:26:24.277Z Downloaded rustc-demangle v0.1.28
2312026-07-19T04:26:24.294Z Downloaded memchr v2.7.6
2322026-07-19T04:26:24.299Z Downloaded miniz_oxide v0.9.1
2332026-07-19T04:26:24.318Z Downloaded hashbrown v0.17.1
2342026-07-19T04:26:24.345Z Downloaded gimli v0.34.0
2352026-07-19T04:26:24.356Z Downloaded object v0.39.1
2362026-07-19T04:26:24.388Z Downloaded libc v0.2.185
2372026-07-19T04:26:24.439Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
2382026-07-19T04:26:24.439Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
2392026-07-19T04:26:24.439Z Compiling proc-macro2 v1.0.106
2402026-07-19T04:26:24.442Z Compiling unicode-ident v1.0.24
2412026-07-19T04:26:24.442Z Compiling quote v1.0.46
2422026-07-19T04:26:24.442Z Compiling strsim v0.11.1
2432026-07-19T04:26:24.442Z Compiling ident_case v1.0.1
2442026-07-19T04:26:24.442Z Compiling serde_core v1.0.228
2452026-07-19T04:26:24.625Z Compiling memchr v2.8.2
2462026-07-19T04:26:24.633Z Compiling fnv v1.0.7
2472026-07-19T04:26:24.730Z Compiling regex-syntax v0.8.11
2482026-07-19T04:26:24.921Z Compiling either v1.16.0
2492026-07-19T04:26:24.939Z Compiling zerocopy v0.8.52
2502026-07-19T04:26:24.964Z Compiling serde v1.0.228
2512026-07-19T04:26:25.045Z Compiling aho-corasick v1.1.4
2522026-07-19T04:26:25.125Z Compiling thiserror v2.0.18
2532026-07-19T04:26:25.314Z Compiling itertools v0.14.0
2542026-07-19T04:26:25.479Z Compiling heapless v0.8.0
2552026-07-19T04:26:25.689Z Compiling syn v2.0.118
2562026-07-19T04:26:25.709Z Compiling smoltcp v0.11.0
2572026-07-19T04:26:25.750Z Compiling crc32fast v1.5.0
2582026-07-19T04:26:25.965Z Compiling version_check v0.9.5
2592026-07-19T04:26:26.099Z Compiling ref-cast v1.0.25
2602026-07-19T04:26:26.141Z Compiling regex-automata v0.4.14
2612026-07-19T04:26:26.343Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2622026-07-19T04:26:27.689Z Compiling regex v1.12.4
2632026-07-19T04:26:27.968Z Compiling darling_core v0.21.3
2642026-07-19T04:26:27.976Z Compiling darling_core v0.23.0
2652026-07-19T04:26:28.925Z Compiling serde_derive v1.0.228
2662026-07-19T04:26:28.925Z Compiling zerocopy-derive v0.8.52
2672026-07-19T04:26:28.925Z Compiling thiserror-impl v2.0.18
2682026-07-19T04:26:28.928Z Compiling ref-cast-impl v1.0.25
2692026-07-19T04:26:28.928Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2702026-07-19T04:26:30.606Z Compiling darling_macro v0.21.3
2712026-07-19T04:26:30.696Z Compiling darling_macro v0.23.0
2722026-07-19T04:26:31.494Z Compiling darling v0.21.3
2732026-07-19T04:26:31.563Z Compiling ingot-macros v0.1.1
2742026-07-19T04:26:31.605Z Compiling darling v0.23.0
2752026-07-19T04:26:31.673Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
2762026-07-19T04:26:36.464Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
2772026-07-19T04:26:38.733Z Checking byteorder v1.5.0
2782026-07-19T04:26:38.733Z Checking macaddr v1.0.1
2792026-07-19T04:26:38.733Z Checking stable_deref_trait v1.2.1
2802026-07-19T04:26:38.736Z Checking cfg-if v1.0.4
2812026-07-19T04:26:38.736Z Checking bitflags v1.3.2
2822026-07-19T04:26:38.790Z Checking managed v0.8.0
2832026-07-19T04:26:38.819Z Checking cobs v0.3.0
2842026-07-19T04:26:38.893Z Checking hash32 v0.3.1
2852026-07-19T04:26:38.907Z Checking dyn-clone v1.0.20
2862026-07-19T04:26:38.939Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
2872026-07-19T04:26:38.946Z Checking itertools v0.15.0
2882026-07-19T04:26:40.066Z Checking bitflags v2.13.0
2892026-07-19T04:26:40.066Z Checking uuid v1.23.4
2902026-07-19T04:26:40.229Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2912026-07-19T04:26:40.437Z Checking postcard v1.1.3
2922026-07-19T04:26:41.326Z Checking ingot-types v0.1.2
2932026-07-19T04:26:41.598Z Checking ingot v0.1.1
2942026-07-19T04:26:42.899Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2952026-07-19T04:26:45.942Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
2962026-07-19T04:26:47.073Z Checking xde v0.1.0 (/work/oxidecomputer/opte/xde)
2972026-07-19T04:26:48.609Z Finished `dev` profile [optimized + debuginfo] target(s) in 28.78s
2982026-07-19T04:26:48.729Z
2992026-07-19T04:26:48.730Zreal 28.961734270
3002026-07-19T04:26:48.730Zuser 1:12.700669777
3012026-07-19T04:26:48.730Zsys 10.296776049
3022026-07-19T04:26:48.730Ztrap 0.030662351
3032026-07-19T04:26:48.730Ztflt 0.030683385
3042026-07-19T04:26:48.730Zdflt 0.217352822
3052026-07-19T04:26:48.730Zkflt 0.001839460
3062026-07-19T04:26:48.733Zlock 4:02.866540317
3072026-07-19T04:26:48.733Zslp 3:20.071453183
3082026-07-19T04:26:48.733Zlat 2.763420001
3092026-07-19T04:26:48.733Zstop 8.175662751
3102026-07-19T04:26:48.733Z+ pushd xde-link
3112026-07-19T04:26:48.733Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
3122026-07-19T04:26:48.733Z/work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3132026-07-19T04:26:48.907Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
3142026-07-19T04:26:48.907Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3152026-07-19T04:26:48.907Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
3162026-07-19T04:26:59.772Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3172026-07-19T04:27:02.062Z Finished `dev` profile [optimized + debuginfo] target(s) in 13.27s
3182026-07-19T04:27:02.081Z
3192026-07-19T04:27:02.082Zreal 13.346487974
3202026-07-19T04:27:02.084Zuser 20.982864558
3212026-07-19T04:27:02.084Zsys 1.208998738
3222026-07-19T04:27:02.084Ztrap 0.003437120
3232026-07-19T04:27:02.084Ztflt 0.001030980
3242026-07-19T04:27:02.084Zdflt 0.048440784
3252026-07-19T04:27:02.084Zkflt 0.000000000
3262026-07-19T04:27:02.084Zlock 1:11.624797991
3272026-07-19T04:27:02.084Zslp 44.538864102
3282026-07-19T04:27:02.084Zlat 0.205687304
3292026-07-19T04:27:02.085Zstop 0.135357675
3302026-07-19T04:27:02.085Z+ popd
3312026-07-19T04:27:02.085Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3322026-07-19T04:27:02.085Z+ popd
3332026-07-19T04:27:02.085Z/work/oxidecomputer/opte
3342026-07-19T04:27:02.085Z+ header 'build xde (debug)'
3352026-07-19T04:27:02.085Z+ echo '# ==== build xde (debug) ==== #'
3362026-07-19T04:27:02.085Z# ==== build xde (debug) ==== #
3372026-07-19T04:27:02.085Z+ ptime -m cargo xtask build --profile debug xde xde-link
3382026-07-19T04:27:02.232Z Downloading crates ...
3392026-07-19T04:27:02.279Z Downloaded anstyle v1.0.14
3402026-07-19T04:27:02.286Z Downloaded cargo_metadata v0.23.1
3412026-07-19T04:27:02.289Z Downloaded toml v1.1.2+spec-1.1.0
3422026-07-19T04:27:02.292Z Downloaded heck v0.5.0
3432026-07-19T04:27:02.294Z Downloaded utf8parse v0.2.2
3442026-07-19T04:27:02.294Z Downloaded is_terminal_polyfill v1.70.2
3452026-07-19T04:27:02.297Z Downloaded clap_lex v1.1.0
3462026-07-19T04:27:02.300Z Downloaded cargo-platform v0.3.3
3472026-07-19T04:27:02.302Z Downloaded anstyle-query v1.1.5
3482026-07-19T04:27:02.302Z Downloaded terminal_size v0.4.4
3492026-07-19T04:27:02.302Z Downloaded itoa v1.0.18
3502026-07-19T04:27:02.305Z Downloaded equivalent v1.0.2
3512026-07-19T04:27:02.308Z Downloaded serde_spanned v1.1.1
3522026-07-19T04:27:02.312Z Downloaded errno v0.3.14
3532026-07-19T04:27:02.315Z Downloaded colorchoice v1.0.5
3542026-07-19T04:27:02.323Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3552026-07-19T04:27:02.328Z Downloaded anstyle-parse v1.0.0
3562026-07-19T04:27:02.332Z Downloaded anstream v1.0.0
3572026-07-19T04:27:02.334Z Downloaded clap_derive v4.6.1
3582026-07-19T04:27:02.337Z Downloaded camino v1.2.4
3592026-07-19T04:27:02.340Z Downloaded clap v4.6.1
3602026-07-19T04:27:02.343Z Downloaded toml_writer v1.1.1+spec-1.1.0
3612026-07-19T04:27:02.346Z Downloaded zmij v1.0.21
3622026-07-19T04:27:02.346Z Downloaded anyhow v1.0.103
3632026-07-19T04:27:02.349Z Downloaded toml_parser v1.1.2+spec-1.1.0
3642026-07-19T04:27:02.349Z Downloaded semver v1.0.28
3652026-07-19T04:27:02.363Z Downloaded indexmap v2.14.0
3662026-07-19T04:27:02.376Z Downloaded serde_json v1.0.150
3672026-07-19T04:27:02.381Z Downloaded clap_builder v4.6.0
3682026-07-19T04:27:02.393Z Downloaded winnow v1.0.3
3692026-07-19T04:27:02.420Z Downloaded rustix v1.1.4
3702026-07-19T04:27:02.447Z Downloaded libc v0.2.186
3712026-07-19T04:27:02.495Z Compiling serde_core v1.0.228
3722026-07-19T04:27:02.498Z Compiling proc-macro2 v1.0.106
3732026-07-19T04:27:02.498Z Compiling quote v1.0.46
3742026-07-19T04:27:02.498Z Compiling unicode-ident v1.0.24
3752026-07-19T04:27:02.498Z Compiling libc v0.2.186
3762026-07-19T04:27:02.498Z Compiling rustix v1.1.4
3772026-07-19T04:27:02.517Z Compiling utf8parse v0.2.2
3782026-07-19T04:27:02.519Z Compiling bitflags v2.13.0
3792026-07-19T04:27:02.647Z Compiling zmij v1.0.21
3802026-07-19T04:27:02.666Z Compiling anstyle-parse v1.0.0
3812026-07-19T04:27:02.864Z Compiling anstyle-query v1.1.5
3822026-07-19T04:27:02.884Z Compiling camino v1.2.4
3832026-07-19T04:27:02.960Z Compiling thiserror v2.0.18
3842026-07-19T04:27:02.964Z Compiling serde v1.0.228
3852026-07-19T04:27:02.986Z Compiling colorchoice v1.0.5
3862026-07-19T04:27:03.077Z Compiling serde_json v1.0.150
3872026-07-19T04:27:03.117Z Compiling is_terminal_polyfill v1.70.2
3882026-07-19T04:27:03.205Z Compiling anstyle v1.0.14
3892026-07-19T04:27:03.234Z Compiling errno v0.3.14
3902026-07-19T04:27:03.324Z Compiling heck v0.5.0
3912026-07-19T04:27:03.403Z Compiling anstream v1.0.0
3922026-07-19T04:27:03.467Z Compiling winnow v1.0.3
3932026-07-19T04:27:03.477Z Compiling itoa v1.0.18
3942026-07-19T04:27:03.513Z Compiling clap_lex v1.1.0
3952026-07-19T04:27:03.740Z Compiling strsim v0.11.1
3962026-07-19T04:27:03.744Z Compiling memchr v2.8.2
3972026-07-19T04:27:03.883Z Compiling syn v2.0.118
3982026-07-19T04:27:03.895Z Compiling terminal_size v0.4.4
3992026-07-19T04:27:03.904Z Compiling anyhow v1.0.103
4002026-07-19T04:27:03.912Z Compiling toml_parser v1.1.2+spec-1.1.0
4012026-07-19T04:27:04.047Z Compiling clap_builder v4.6.0
4022026-07-19T04:27:04.453Z Compiling toml_writer v1.1.1+spec-1.1.0
4032026-07-19T04:27:04.844Z Compiling semver v1.0.28
4042026-07-19T04:27:05.069Z Compiling serde_spanned v1.1.1
4052026-07-19T04:27:05.226Z Compiling toml_datetime v1.1.1+spec-1.1.0
4062026-07-19T04:27:05.322Z Compiling cargo-platform v0.3.3
4072026-07-19T04:27:05.595Z Compiling toml v1.1.2+spec-1.1.0
4082026-07-19T04:27:06.239Z Compiling serde_derive v1.0.228
4092026-07-19T04:27:06.501Z Compiling thiserror-impl v2.0.18
4102026-07-19T04:27:06.581Z Compiling clap_derive v4.6.1
4112026-07-19T04:27:08.200Z Compiling clap v4.6.1
4122026-07-19T04:27:09.267Z Compiling cargo_metadata v0.23.1
4132026-07-19T04:27:11.698Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
4142026-07-19T04:27:13.298Z Finished `dev` profile [optimized + debuginfo] target(s) in 11.20s
4152026-07-19T04:27:13.309Z Running `target/debug/xtask build --profile debug xde xde-link`
4162026-07-19T04:27:14.657ZBuilding xde (dev).
4172026-07-19T04:27:14.877Z Compiling serde_core v1.0.228
4182026-07-19T04:27:14.877Z Compiling byteorder v1.5.0
4192026-07-19T04:27:14.877Z Compiling cfg-if v1.0.4
4202026-07-19T04:27:14.877Z Compiling stable_deref_trait v1.2.1
4212026-07-19T04:27:14.877Z Compiling macaddr v1.0.1
4222026-07-19T04:27:14.880Z Compiling thiserror v2.0.18
4232026-07-19T04:27:14.880Z Compiling zerocopy v0.8.52
4242026-07-19T04:27:14.900Z Compiling bitflags v1.3.2
4252026-07-19T04:27:14.953Z Compiling managed v0.8.0
4262026-07-19T04:27:14.957Z Compiling cobs v0.3.0
4272026-07-19T04:27:14.959Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4282026-07-19T04:27:14.990Z Compiling either v1.16.0
4292026-07-19T04:27:15.067Z Compiling hash32 v0.3.1
4302026-07-19T04:27:15.146Z Compiling itertools v0.15.0
4312026-07-19T04:27:15.162Z Compiling heapless v0.8.0
4322026-07-19T04:27:15.168Z Compiling ref-cast v1.0.25
4332026-07-19T04:27:15.221Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4342026-07-19T04:27:15.221Z Compiling crc32fast v1.5.0
4352026-07-19T04:27:15.227Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4362026-07-19T04:27:15.252Z Compiling dyn-clone v1.0.20
4372026-07-19T04:27:15.412Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4382026-07-19T04:27:15.510Z Compiling smoltcp v0.11.0
4392026-07-19T04:27:16.414Z Compiling serde v1.0.228
4402026-07-19T04:27:16.414Z Compiling bitflags v2.13.0
4412026-07-19T04:27:16.414Z Compiling uuid v1.23.4
4422026-07-19T04:27:16.549Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4432026-07-19T04:27:16.828Z Compiling postcard v1.1.3
4442026-07-19T04:27:17.636Z Compiling ingot-types v0.1.2
4452026-07-19T04:27:17.913Z Compiling ingot v0.1.1
4462026-07-19T04:27:19.431Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4472026-07-19T04:27:22.927Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4482026-07-19T04:27:32.922Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4492026-07-19T04:27:40.664Z Finished `dev` profile [optimized + debuginfo] target(s) in 25.97s
4502026-07-19T04:27:40.687ZLinking xde kmod...
4512026-07-19T04:27:41.680ZBuilding xde dev link helper (dev).
4522026-07-19T04:27:41.827Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4532026-07-19T04:27:42.154Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.44s
4542026-07-19T04:27:42.177Z
4552026-07-19T04:27:42.180Zreal 40.091716464
4562026-07-19T04:27:42.180Zuser 2:10.085960772
4572026-07-19T04:27:42.180Zsys 10.811208100
4582026-07-19T04:27:42.180Ztrap 0.048307640
4592026-07-19T04:27:42.180Ztflt 0.225431773
4602026-07-19T04:27:42.180Zdflt 0.611160955
4612026-07-19T04:27:42.180Zkflt 0.000020870
4622026-07-19T04:27:42.180Zlock 6:40.808613952
4632026-07-19T04:27:42.181Zslp 3:48.219683382
4642026-07-19T04:27:42.181Zlat 3.628832683
4652026-07-19T04:27:42.181Zstop 5.176494037
4662026-07-19T04:27:42.181Z+ header 'build xde (release)'
4672026-07-19T04:27:42.181Z+ echo '# ==== build xde (release) ==== #'
4682026-07-19T04:27:42.181Z# ==== build xde (release) ==== #
4692026-07-19T04:27:42.181Z+ ptime -m cargo xtask build --profile release xde xde-link
4702026-07-19T04:27:42.317Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s
4712026-07-19T04:27:42.321Z Running `target/debug/xtask build --profile release xde xde-link`
4722026-07-19T04:27:42.508ZBuilding xde (release-lto).
4732026-07-19T04:27:42.727Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
4742026-07-19T04:27:42.727Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4752026-07-19T04:27:42.727Z Compiling proc-macro2 v1.0.106
4762026-07-19T04:27:42.727Z Compiling unicode-ident v1.0.24
4772026-07-19T04:27:42.730Z Compiling quote v1.0.46
4782026-07-19T04:27:42.730Z Compiling strsim v0.11.1
4792026-07-19T04:27:42.730Z Compiling ident_case v1.0.1
4802026-07-19T04:27:42.730Z Compiling serde_core v1.0.228
4812026-07-19T04:27:42.841Z Compiling fnv v1.0.7
4822026-07-19T04:27:42.841Z Compiling memchr v2.8.2
4832026-07-19T04:27:42.924Z Compiling regex-syntax v0.8.11
4842026-07-19T04:27:43.122Z Compiling thiserror v2.0.18
4852026-07-19T04:27:43.131Z Compiling either v1.16.0
4862026-07-19T04:27:43.141Z Compiling zerocopy v0.8.52
4872026-07-19T04:27:43.241Z Compiling serde v1.0.228
4882026-07-19T04:27:43.320Z Compiling aho-corasick v1.1.4
4892026-07-19T04:27:43.542Z Compiling itertools v0.14.0
4902026-07-19T04:27:43.679Z Compiling heapless v0.8.0
4912026-07-19T04:27:43.694Z Compiling smoltcp v0.11.0
4922026-07-19T04:27:43.898Z Compiling syn v2.0.118
4932026-07-19T04:27:43.921Z Compiling ref-cast v1.0.25
4942026-07-19T04:27:44.131Z Compiling crc32fast v1.5.0
4952026-07-19T04:27:44.150Z Compiling version_check v0.9.5
4962026-07-19T04:27:44.464Z Compiling regex-automata v0.4.14
4972026-07-19T04:27:44.490Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4982026-07-19T04:27:45.983Z Compiling regex v1.12.4
4992026-07-19T04:27:46.144Z Compiling darling_core v0.21.3
5002026-07-19T04:27:46.173Z Compiling darling_core v0.23.0
5012026-07-19T04:27:47.098Z Compiling serde_derive v1.0.228
5022026-07-19T04:27:47.098Z Compiling thiserror-impl v2.0.18
5032026-07-19T04:27:47.098Z Compiling zerocopy-derive v0.8.52
5042026-07-19T04:27:47.098Z Compiling ref-cast-impl v1.0.25
5052026-07-19T04:27:47.101Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5062026-07-19T04:27:48.620Z Compiling darling_macro v0.21.3
5072026-07-19T04:27:48.807Z Compiling darling_macro v0.23.0
5082026-07-19T04:27:49.548Z Compiling darling v0.21.3
5092026-07-19T04:27:49.611Z Compiling ingot-macros v0.1.1
5102026-07-19T04:27:49.690Z Compiling darling v0.23.0
5112026-07-19T04:27:49.768Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5122026-07-19T04:27:55.376Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5132026-07-19T04:27:57.619Z Compiling byteorder v1.5.0
5142026-07-19T04:27:57.620Z Compiling cfg-if v1.0.4
5152026-07-19T04:27:57.622Z Compiling stable_deref_trait v1.2.1
5162026-07-19T04:27:57.622Z Compiling macaddr v1.0.1
5172026-07-19T04:27:57.680Z Compiling bitflags v1.3.2
5182026-07-19T04:27:57.685Z Compiling cobs v0.3.0
5192026-07-19T04:27:57.713Z Compiling managed v0.8.0
5202026-07-19T04:27:57.804Z Compiling hash32 v0.3.1
5212026-07-19T04:27:57.876Z Compiling dyn-clone v1.0.20
5222026-07-19T04:27:57.926Z Compiling itertools v0.15.0
5232026-07-19T04:27:57.972Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5242026-07-19T04:27:59.251Z Compiling bitflags v2.13.0
5252026-07-19T04:27:59.251Z Compiling uuid v1.23.4
5262026-07-19T04:27:59.393Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5272026-07-19T04:27:59.678Z Compiling postcard v1.1.3
5282026-07-19T04:28:00.479Z Compiling ingot-types v0.1.2
5292026-07-19T04:28:00.793Z Compiling ingot v0.1.1
5302026-07-19T04:28:02.293Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5312026-07-19T04:28:06.093Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5322026-07-19T04:28:14.939Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5332026-07-19T04:28:44.726Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 02s
5342026-07-19T04:28:44.749ZLinking xde kmod...
5352026-07-19T04:28:45.328ZBuilding xde dev link helper (release).
5362026-07-19T04:28:45.479Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5372026-07-19T04:28:45.479Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5382026-07-19T04:28:45.479Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5392026-07-19T04:28:57.053Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5402026-07-19T04:28:59.707Z Finished `release` profile [optimized + debuginfo] target(s) in 14.35s
5412026-07-19T04:28:59.726Z
5422026-07-19T04:28:59.729Zreal 1:17.544774822
5432026-07-19T04:28:59.729Zuser 2:11.160317893
5442026-07-19T04:28:59.729Zsys 12.428367044
5452026-07-19T04:28:59.729Ztrap 0.034763031
5462026-07-19T04:28:59.729Ztflt 0.164099804
5472026-07-19T04:28:59.729Zdflt 0.241404280
5482026-07-19T04:28:59.729Zkflt 0.000023290
5492026-07-19T04:28:59.729Zlock 10:12.873387883
5502026-07-19T04:28:59.729Zslp 6:16.006918015
5512026-07-19T04:28:59.729Zlat 2.757136594
5522026-07-19T04:28:59.729Zstop 4.389213158
5532026-07-19T04:28:59.729Z+ elfdump target/x86_64-unknown-unknown/debug/xde.dbg
5542026-07-19T04:28:59.729Z+ grep GOTPCREL
5552026-07-19T04:29:01.384Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5562026-07-19T04:29:01.386Z+ grep GOTPCREL
5572026-07-19T04:29:02.350Z+ cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/
5582026-07-19T04:29:02.403Z+ sha256sum /work/debug/xde.dbg
5592026-07-19T04:29:02.453Z+ cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so
5602026-07-19T04:29:02.456Z+ sha256sum /work/debug/xde_link.dbg.so
5612026-07-19T04:29:02.458Z+ cp target/x86_64-unknown-unknown/release-lto/xde /work/release/
5622026-07-19T04:29:02.494Z+ sha256sum /work/release/xde
5632026-07-19T04:29:02.523Z+ cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so
5642026-07-19T04:29:02.525Z+ sha256sum /work/release/xde_link.so
5652026-07-19T04:29:02.528Z+ header 'build xde integration tests'
5662026-07-19T04:29:02.528Z+ echo '# ==== build xde integration tests ==== #'
5672026-07-19T04:29:02.528Z+ pushd xde-tests
5682026-07-19T04:29:02.528Z# ==== build xde integration tests ==== #
5692026-07-19T04:29:02.528Z/work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte
5702026-07-19T04:29:02.528Z+ cargo +nightly-2026-07-19-x86_64-unknown-illumos fmt -- --check
5712026-07-19T04:29:02.608Z+ cargo clippy --all-targets -- --deny warnings
5722026-07-19T04:29:02.821Z Compiling serde_core v1.0.228
5732026-07-19T04:29:02.821Z Checking cfg-if v1.0.4
5742026-07-19T04:29:02.821Z Checking memchr v2.8.2
5752026-07-19T04:29:02.821Z Compiling serde v1.0.228
5762026-07-19T04:29:02.821Z Compiling rustversion v1.0.22
5772026-07-19T04:29:02.824Z Compiling ident_case v1.0.1
5782026-07-19T04:29:02.824Z Compiling strsim v0.11.1
5792026-07-19T04:29:02.824Z Compiling syn v2.0.118
5802026-07-19T04:29:02.891Z Compiling version_check v0.9.5
5812026-07-19T04:29:02.943Z Compiling libc v0.2.186
5822026-07-19T04:29:03.166Z Compiling fnv v1.0.7
5832026-07-19T04:29:03.173Z Compiling regex-syntax v0.8.11
5842026-07-19T04:29:03.248Z Checking pin-project-lite v0.2.17
5852026-07-19T04:29:03.252Z Compiling syn v1.0.109
5862026-07-19T04:29:03.321Z Compiling hashbrown v0.17.1
5872026-07-19T04:29:03.548Z Compiling aho-corasick v1.1.4
5882026-07-19T04:29:03.667Z Compiling winnow v1.0.3
5892026-07-19T04:29:03.694Z Compiling equivalent v1.0.2
5902026-07-19T04:29:03.771Z Compiling zerocopy v0.8.52
5912026-07-19T04:29:03.787Z Compiling either v1.16.0
5922026-07-19T04:29:03.864Z Compiling indexmap v2.14.0
5932026-07-19T04:29:03.984Z Compiling itertools v0.14.0
5942026-07-19T04:29:04.637Z Compiling regex-automata v0.4.14
5952026-07-19T04:29:04.679Z Compiling toml_parser v1.1.2+spec-1.1.0
5962026-07-19T04:29:04.687Z Compiling toml_datetime v1.1.1+spec-1.1.0
5972026-07-19T04:29:04.900Z Compiling heapless v0.8.0
5982026-07-19T04:29:04.931Z Checking byteorder v1.5.0
5992026-07-19T04:29:05.084Z Checking hash32 v0.3.1
6002026-07-19T04:29:05.186Z Compiling toml_edit v0.25.12+spec-1.1.0
6012026-07-19T04:29:05.207Z Checking bitflags v2.13.0
6022026-07-19T04:29:05.212Z Compiling slog v2.8.2
6032026-07-19T04:29:05.215Z Checking macaddr v1.0.1
6042026-07-19T04:29:05.338Z Checking stable_deref_trait v1.2.1
6052026-07-19T04:29:05.342Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6062026-07-19T04:29:05.362Z Checking futures-sink v0.3.32
6072026-07-19T04:29:05.398Z Compiling smoltcp v0.11.0
6082026-07-19T04:29:05.423Z Compiling darling_core v0.21.3
6092026-07-19T04:29:05.446Z Compiling darling_core v0.23.0
6102026-07-19T04:29:05.564Z Checking futures-core v0.3.32
6112026-07-19T04:29:05.683Z Checking futures-channel v0.3.32
6122026-07-19T04:29:05.725Z Compiling proc-macro-crate v3.5.0
6132026-07-19T04:29:06.057Z Compiling proc-macro-error-attr v1.0.4
6142026-07-19T04:29:06.128Z Checking bitflags v1.3.2
6152026-07-19T04:29:06.188Z Checking futures-task v0.3.32
6162026-07-19T04:29:06.232Z Checking futures-io v0.3.32
6172026-07-19T04:29:06.271Z Checking rand_core v0.10.1
6182026-07-19T04:29:06.316Z Compiling regex v1.12.4
6192026-07-19T04:29:06.335Z Compiling crc32fast v1.5.0
6202026-07-19T04:29:06.401Z Compiling autocfg v1.5.1
6212026-07-19T04:29:06.610Z Compiling ref-cast v1.0.25
6222026-07-19T04:29:06.634Z Compiling serde_derive v1.0.228
6232026-07-19T04:29:06.692Z Compiling thiserror-impl v2.0.18
6242026-07-19T04:29:06.740Z Compiling zerocopy-derive v0.8.52
6252026-07-19T04:29:06.910Z Compiling futures-macro v0.3.32
6262026-07-19T04:29:07.176Z Compiling getrandom v0.4.3
6272026-07-19T04:29:07.437Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
6282026-07-19T04:29:07.478Z Checking slab v0.4.12
6292026-07-19T04:29:07.493Z Compiling darling_macro v0.21.3
6302026-07-19T04:29:07.513Z Compiling darling_macro v0.23.0
6312026-07-19T04:29:07.624Z Checking managed v0.8.0
6322026-07-19T04:29:07.693Z Compiling num-traits v0.2.19
6332026-07-19T04:29:07.713Z Checking futures-util v0.3.32
6342026-07-19T04:29:07.891Z Checking thiserror v2.0.18
6352026-07-19T04:29:07.908Z Compiling num_enum_derive v0.7.6
6362026-07-19T04:29:07.982Z Checking cobs v0.3.0
6372026-07-19T04:29:08.067Z Compiling darling v0.21.3
6382026-07-19T04:29:08.134Z Compiling darling v0.23.0
6392026-07-19T04:29:08.141Z Compiling ingot-macros v0.1.1
6402026-07-19T04:29:08.156Z Compiling foreign-types-macros v0.2.3
6412026-07-19T04:29:08.204Z Compiling ref-cast-impl v1.0.25
6422026-07-19T04:29:08.806Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
6432026-07-19T04:29:08.830Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
6442026-07-19T04:29:08.940Z Compiling proc-macro-error v1.0.4
6452026-07-19T04:29:09.072Z Checking cpufeatures v0.3.0
6462026-07-19T04:29:09.077Z Checking foreign-types-shared v0.3.1
6472026-07-19T04:29:09.119Z Checking once_cell v1.21.4
6482026-07-19T04:29:09.131Z Checking unicode-width v0.2.2
6492026-07-19T04:29:09.146Z Compiling crossbeam-utils v0.8.21
6502026-07-19T04:29:09.163Z Checking ipnetwork v0.21.1
6512026-07-19T04:29:09.290Z Checking tracing-core v0.1.36
6522026-07-19T04:29:09.373Z Checking tabwriter v1.4.1
6532026-07-19T04:29:09.426Z Checking foreign-types v0.5.0
6542026-07-19T04:29:09.450Z Checking chacha20 v0.10.1
6552026-07-19T04:29:09.507Z Checking num_enum v0.7.6
6562026-07-19T04:29:09.636Z Checking anyhow v1.0.103
6572026-07-19T04:29:09.688Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6582026-07-19T04:29:09.735Z Checking futures-executor v0.3.32
6592026-07-19T04:29:09.795Z Checking erased-serde v0.3.31
6602026-07-19T04:29:09.828Z Checking postcard v1.1.3
6612026-07-19T04:29:09.930Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6622026-07-19T04:29:09.964Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6632026-07-19T04:29:09.995Z Compiling tracing-attributes v0.1.31
6642026-07-19T04:29:10.204Z Checking itertools v0.15.0
6652026-07-19T04:29:10.406Z Checking cstr-argument v0.1.2
6662026-07-19T04:29:10.413Z Compiling thiserror v1.0.69
6672026-07-19T04:29:10.429Z Checking pretty-hex v0.4.2
6682026-07-19T04:29:10.514Z Checking dyn-clone v1.0.20
6692026-07-19T04:29:10.537Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
6702026-07-19T04:29:10.546Z Compiling time-core v0.1.9
6712026-07-19T04:29:10.606Z Compiling num-conv v0.2.2
6722026-07-19T04:29:10.725Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
6732026-07-19T04:29:10.746Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6742026-07-19T04:29:10.751Z Compiling time-macros v0.2.31
6752026-07-19T04:29:10.849Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6762026-07-19T04:29:10.866Z Checking rand v0.10.2
6772026-07-19T04:29:10.897Z Checking futures v0.3.32
6782026-07-19T04:29:10.980Z Checking ingot-types v0.1.2
6792026-07-19T04:29:11.004Z Compiling thiserror-impl v1.0.69
6802026-07-19T04:29:11.118Z Checking uuid v1.23.4
6812026-07-19T04:29:11.183Z Checking tracing v0.1.44
6822026-07-19T04:29:11.297Z Checking arc-swap v1.9.2
6832026-07-19T04:29:11.311Z Checking ingot v0.1.1
6842026-07-19T04:29:11.334Z Checking socket2 v0.6.4
6852026-07-19T04:29:11.378Z Checking nom v8.0.0
6862026-07-19T04:29:11.424Z Checking thread_local v1.1.9
6872026-07-19T04:29:11.557Z Compiling slog-async v2.8.0
6882026-07-19T04:29:11.581Z Checking iana-time-zone v0.1.65
6892026-07-19T04:29:11.627Z Checking lazy_static v1.5.0
6902026-07-19T04:29:11.876Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6912026-07-19T04:29:11.926Z Checking colored v3.1.1
6922026-07-19T04:29:12.009Z Compiling heck v0.4.1
6932026-07-19T04:29:12.064Z Checking powerfmt v0.2.0
6942026-07-19T04:29:12.117Z Checking oxnet v0.1.6
6952026-07-19T04:29:12.137Z Checking deranged v0.5.8
6962026-07-19T04:29:12.191Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6972026-07-19T04:29:12.286Z Checking slog-scope v4.4.1
6982026-07-19T04:29:12.324Z Checking chrono v0.4.45
6992026-07-19T04:29:12.413Z Checking crossbeam-channel v0.5.15
7002026-07-19T04:29:12.735Z Checking cookie-factory v0.3.3
7012026-07-19T04:29:12.846Z Checking itertools v0.12.1
7022026-07-19T04:29:12.922Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
7032026-07-19T04:29:12.984Z Checking is-terminal v0.4.17
7042026-07-19T04:29:13.062Z Checking time v0.3.53
7052026-07-19T04:29:13.075Z Checking term v1.2.1
7062026-07-19T04:29:13.217Z Checking take_mut v0.2.2
7072026-07-19T04:29:13.298Z Checking circular v0.3.0
7082026-07-19T04:29:13.326Z Checking log v0.4.33
7092026-07-19T04:29:13.447Z Checking rusticata-macros v5.0.0
7102026-07-19T04:29:13.457Z Checking slog-stdlog v4.1.1
7112026-07-19T04:29:13.552Z Checking pcap-parser v0.17.0
7122026-07-19T04:29:13.915Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
7132026-07-19T04:29:14.189Z Checking slog-term v2.9.2
7142026-07-19T04:29:14.206Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
7152026-07-19T04:29:14.627Z Checking slog-envlogger v2.2.0
7162026-07-19T04:29:17.769Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
7172026-07-19T04:29:19.171Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
7182026-07-19T04:29:19.171Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
7192026-07-19T04:29:19.516Z Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
7202026-07-19T04:29:19.937Zerror: redundant reference in `format!` argument
7212026-07-19T04:29:19.937Z --> xde-tests/tests/loopback.rs:17:36
7222026-07-19T04:29:19.937Z |
7232026-07-19T04:29:19.937Z17 | .zexec(&format!("ping {}", &topol.nodes[1].port.ip()))?;
7242026-07-19T04:29:19.937Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the redundant `&`: `topol.nodes[1].port.ip()`
7252026-07-19T04:29:19.937Z |
7262026-07-19T04:29:19.937Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.97.0/index.html#useless_borrows_in_formatting
7272026-07-19T04:29:19.937Z = note: `-D clippy::useless-borrows-in-formatting` implied by `-D warnings`
7282026-07-19T04:29:19.937Z = help: to override `-D warnings` add `#[allow(clippy::useless_borrows_in_formatting)]`
7292026-07-19T04:29:19.937Z
7302026-07-19T04:29:20.054Zerror: could not compile `xde-tests` (test "loopback") due to 1 previous error
7312026-07-19T04:29:20.055Zwarning: build failed, waiting for other jobs to finish...
7322026-07-19T04:29:20.107Zprocess exited: duration 198096 ms, exit code 101
 
7332026-07-19T04:29:20.120Zfound 9 output files
7342026-07-19T04:29:20.120Zuploading: /work/debug/xde.dbg (88064392 bytes)
7352026-07-19T04:29:21.653Zuploaded: /work/debug/xde.dbg
7362026-07-19T04:29:21.653Zuploading: /work/debug/xde.dbg.sha256 (86 bytes)
7372026-07-19T04:29:22.664Zuploaded: /work/debug/xde.dbg.sha256
7382026-07-19T04:29:22.664Zuploading: /work/debug/xde_link.dbg.so (1256968 bytes)
7392026-07-19T04:29:23.698Zuploaded: /work/debug/xde_link.dbg.so
7402026-07-19T04:29:23.712Zuploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes)
7412026-07-19T04:29:24.716Zuploaded: /work/debug/xde_link.dbg.so.sha256
7422026-07-19T04:29:24.716Zuploading: /work/release/xde (51954800 bytes)
7432026-07-19T04:29:28.083Zuploaded: /work/release/xde
7442026-07-19T04:29:28.083Zuploading: /work/release/xde.sha256 (84 bytes)
7452026-07-19T04:29:29.098Zuploaded: /work/release/xde.sha256
7462026-07-19T04:29:29.098Zuploading: /work/release/xde_link.so (45788 bytes)
7472026-07-19T04:29:30.117Zuploaded: /work/release/xde_link.so
7482026-07-19T04:29:30.124Zuploading: /work/release/xde_link.so.sha256 (92 bytes)
7492026-07-19T04:29:31.146Zuploaded: /work/release/xde_link.so.sha256
7502026-07-19T04:29:31.150Zuploading: /work/xde.conf (79 bytes)
7512026-07-19T04:29:32.178Zuploaded: /work/xde.conf
7522026-07-19T04:29:32.182Zupload error: rule "/work/test/loopback" required a match, but was not used
7532026-07-19T04:29:32.182Zupload error: rule "/work/test/multicast_rx" required a match, but was not used
7542026-07-19T04:29:32.182Zupload error: rule "/work/test/multicast_multi_sub" required a match, but was not used
7552026-07-19T04:29:32.182Zupload error: rule "/work/test/multicast_validation" required a match, but was not used
7562026-07-19T04:29:32.182Zupload error: rule "/work/test/multicast_source_filter" required a match, but was not used