01KXSPDNJ6GCZ01FGPWBZAJMBR: 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: 01KXSPE3ZCS4CW80GQQMCSP0VA

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-18T04:06:59.225Zjob assigned to worker 01KXSPE84E4J8FNKBPM43TRRT9 [factory aws, i-0ef5bc574ce692bd4] (queued for 57 s)
 
22026-07-18T04:07:05.557Zstarting task 0: "setup"
32026-07-18T04:07:05.561Z++ uname -s
42026-07-18T04:07:05.564Z+ kern=SunOS
52026-07-18T04:07:05.564Z+ build_user=build
62026-07-18T04:07:05.564Z+ build_uid=12345
72026-07-18T04:07:05.564Z+ work_dir=/work
82026-07-18T04:07:05.564Z+ input_dir=/input
92026-07-18T04:07:05.564Z+ [[ 0 == 12345 ]]
102026-07-18T04:07:05.565Z+ case "$kern" in
112026-07-18T04:07:05.565Z+ groupadd -g 12345 build
122026-07-18T04:07:05.568Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-18T04:07:07.572Z+ zfs create -o mountpoint=/work rpool/work
142026-07-18T04:07:07.650Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-18T04:07:07.654Z+ home_fs=zfs
162026-07-18T04:07:07.654Z+ [[ zfs == autofs ]]
172026-07-18T04:07:07.654Z+ mkdir -p /home/build
182026-07-18T04:07:07.654Z+ chown build:build /home/build /work
192026-07-18T04:07:09.655Z+ chmod 0700 /home/build /work
202026-07-18T04:07:09.659Zprocess exited: duration 4102 ms, exit code 0
 
212026-07-18T04:07:09.666Zstarting task 1: "rust-toolchain"
222026-07-18T04:07:09.671Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-18T04:07:09.671Z * rust toolchain channel = "1.97.1"
242026-07-18T04:07:09.671Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-18T04:07:09.671Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-18T04:07:09.671Z * rust toolchain profile = "default"
272026-07-18T04:07:09.671Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-18T04:07:09.675Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-18T04:07:09.675Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-18T04:07:09.729Zinfo: downloading installer
312026-07-18T04:07:11.042Zwarn: It looks like you have an existing rustup settings file at:
322026-07-18T04:07:11.042Zwarn: /home/build/.rustup/settings.toml
332026-07-18T04:07:11.042Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-18T04:07:11.043Zwarn: instead of the one inferred from the default host triple.
352026-07-18T04:07:11.054Zinfo: profile set to default
362026-07-18T04:07:11.054Zinfo: default host triple is x86_64-unknown-illumos
372026-07-18T04:07:11.058Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-18T04:07:11.222Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-18T04:07:11.226Zinfo: downloading 6 components
402026-07-18T04:07:25.773Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-18T04:07:25.773Z
422026-07-18T04:07:25.803Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-18T04:07:25.803Z
442026-07-18T04:07:25.804Z
452026-07-18T04:07:25.804ZRust is installed now. Great!
462026-07-18T04:07:25.804Z
472026-07-18T04:07:25.804ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-18T04:07:25.805Zenvironment variable. This has not been done automatically.
492026-07-18T04:07:25.805Z
502026-07-18T04:07:25.805ZTo configure your current shell, you need to source
512026-07-18T04:07:25.805Zthe corresponding env file under $HOME/.cargo.
522026-07-18T04:07:25.805Z
532026-07-18T04:07:25.805ZThis is usually done by running one of the following (note the leading DOT):
542026-07-18T04:07:25.805Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-18T04:07:25.805Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-18T04:07:25.805Zsource "~/.cargo/env.nu" # For nushell
572026-07-18T04:07:25.806Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-18T04:07:25.806Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-18T04:07:25.806Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-18T04:07:25.810Zwarn: no default linker (`cc`) was found in your PATH
612026-07-18T04:07:25.810Zwarn: many Rust crates require a system C toolchain to build
622026-07-18T04:07:25.903Z+ rustup --version
632026-07-18T04:07:25.911Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-18T04:07:25.915Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-18T04:07:25.933Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-18T04:07:25.937Z+ cargo --version
672026-07-18T04:07:25.951Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-18T04:07:25.955Z+ rustc --version
692026-07-18T04:07:25.972Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-18T04:07:25.976Zprocess exited: duration 16308 ms, exit code 0
 
712026-07-18T04:07:25.985Zstarting task 2: "authentication"
722026-07-18T04:07:26.002Zprocess exited: duration 16 ms, exit code 0
 
732026-07-18T04:07:26.010Zstarting task 3: "clone repository"
742026-07-18T04:07:26.014Z+ mkdir -p /work/oxidecomputer/opte
752026-07-18T04:07:26.019Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-18T04:07:26.047ZCloning into '/work/oxidecomputer/opte'...
772026-07-18T04:07:26.913Z+ cd /work/oxidecomputer/opte
782026-07-18T04:07:26.913Z+ git fetch origin 9e9447048a8bf577d01319d7cedcadae72f58f9f
792026-07-18T04:07:27.120ZFrom https://github.com/oxidecomputer/opte
802026-07-18T04:07:27.120Z * branch 9e9447048a8bf577d01319d7cedcadae72f58f9f -> FETCH_HEAD
812026-07-18T04:07:27.125Z+ [[ -n renovate/rust-1.x ]]
822026-07-18T04:07:27.129Z++ git branch --show-current
832026-07-18T04:07:27.129Z+ current=master
842026-07-18T04:07:27.129Z+ [[ master != renovate/rust-1.x ]]
852026-07-18T04:07:27.129Z+ git branch -f renovate/rust-1.x 9e9447048a8bf577d01319d7cedcadae72f58f9f
862026-07-18T04:07:27.129Z+ git checkout -f renovate/rust-1.x
872026-07-18T04:07:27.146ZSwitched to branch 'renovate/rust-1.x'
882026-07-18T04:07:27.153Z+ git reset --hard 9e9447048a8bf577d01319d7cedcadae72f58f9f
892026-07-18T04:07:27.162ZHEAD is now at 9e94470 Update dependency rust
902026-07-18T04:07:27.167Zprocess exited: duration 1152 ms, exit code 0
 
912026-07-18T04:07:27.178Zstarting task 4: "build"
922026-07-18T04:07:27.183Z+ source .github/buildomat/common.sh
932026-07-18T04:07:27.184Z++ rustup show active-toolchain
942026-07-18T04:07:27.187Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-18T04:07:27.187Z++ pushd xde
962026-07-18T04:07:27.187Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-07-18T04:07:27.188Z++ rustup show active-toolchain
982026-07-18T04:07:27.191Zinfo: syncing channel updates for nightly-2026-07-18-x86_64-unknown-illumos
992026-07-18T04:07:27.333Zinfo: latest update on 2026-07-18 for version 1.99.0-nightly (b6839f4d0 2026-07-17)
1002026-07-18T04:07:27.341Zinfo: downloading 6 components
1012026-07-18T04:07:43.067Znightly-2026-07-18-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-18T04:07:43.155Z+++ rustup show active-toolchain -v
1032026-07-18T04:07:43.158Z+++ head -n 1
1042026-07-18T04:07:43.158Z+++ cut '-d ' -f1
1052026-07-18T04:07:43.208Z++ export NIGHTLY=nightly-2026-07-18-x86_64-unknown-illumos
1062026-07-18T04:07:43.208Z++ NIGHTLY=nightly-2026-07-18-x86_64-unknown-illumos
1072026-07-18T04:07:43.208Z++ popd
1082026-07-18T04:07:43.213Z/work/oxidecomputer/opte
1092026-07-18T04:07:43.213Z+ TGT_BASE=/work
1102026-07-18T04:07:43.213Z+ DBG_SRC=target/x86_64-unknown-unknown/debug
1112026-07-18T04:07:43.213Z+ DBG_LINK_SRC=target/i686-unknown-illumos/debug
1122026-07-18T04:07:43.213Z+ DBG_TGT=/work/debug
1132026-07-18T04:07:43.213Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1142026-07-18T04:07:43.213Z+ REL_LINK_SRC=target/i686-unknown-illumos/release
1152026-07-18T04:07:43.213Z+ REL_TGT=/work/release
1162026-07-18T04:07:43.213Z+ mkdir -p /work/debug /work/release
1172026-07-18T04:07:43.213Z+ cargo --version
1182026-07-18T04:07:43.219Zcargo 1.97.1 (c980f4866 2026-06-30)
1192026-07-18T04:07:43.223Z+ rustc --version
1202026-07-18T04:07:43.242Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1212026-07-18T04:07:43.246Z+ install_pkg jq
1222026-07-18T04:07:43.246Z+ set +o errexit
1232026-07-18T04:07:43.246Z+ pfexec pkg install jq
1242026-07-18T04:07:44.387Z Startup: Refreshing catalog 'helios' ... Done
1252026-07-18T04:07:44.555Z Startup: Caching catalogs ... Done
1262026-07-18T04:07:45.337ZPlanning: Solver setup ... Done
1272026-07-18T04:07:45.373ZPlanning: Running solver ... Done
1282026-07-18T04:07:45.390ZPlanning: Consolidating action changes ... Done
1292026-07-18T04:07:45.390ZPlanning: Evaluating mediators ... Done
1302026-07-18T04:07:45.395ZPlanning: Planning completed in 0.81 seconds
1312026-07-18T04:07:45.406ZNo updates necessary for this image.
1322026-07-18T04:07:45.535Z+ exit_code=4
1332026-07-18T04:07:45.535Z+ [[ 4 -ne 0 ]]
1342026-07-18T04:07:45.535Z+ [[ 4 -ne 4 ]]
1352026-07-18T04:07:45.535Z+ set -o errexit
1362026-07-18T04:07:45.538Z+ pushd xde
1372026-07-18T04:07:45.538Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1382026-07-18T04:07:45.539Z+ cp xde.conf /work/xde.conf
1392026-07-18T04:07:45.539Z+ header 'check style'
1402026-07-18T04:07:45.539Z+ echo '# ==== check style ==== #'
1412026-07-18T04:07:45.539Z# ==== check style ==== #
1422026-07-18T04:07:45.539Z+ ptime -m cargo +nightly-2026-07-18-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check
1432026-07-18T04:07:45.759Z
1442026-07-18T04:07:45.759Zreal 0.218414545
1452026-07-18T04:07:45.759Zuser 0.152536744
1462026-07-18T04:07:45.759Zsys 0.057584792
1472026-07-18T04:07:45.759Ztrap 0.000008250
1482026-07-18T04:07:45.759Ztflt 0.000040680
1492026-07-18T04:07:45.759Zdflt 0.000025390
1502026-07-18T04:07:45.759Zkflt 0.000000000
1512026-07-18T04:07:45.759Zlock 0.034534004
1522026-07-18T04:07:45.759Zslp 0.184480297
1532026-07-18T04:07:45.760Zlat 0.000829710
1542026-07-18T04:07:45.760Zstop 0.000104930
1552026-07-18T04:07:45.763Z+ header analyze
1562026-07-18T04:07:45.763Z+ echo '# ==== analyze ==== #'
1572026-07-18T04:07:45.763Z# ==== analyze ==== #
1582026-07-18T04:07:45.763Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
1592026-07-18T04:07:45.935Z Updating crates.io index
1602026-07-18T04:07:45.938Z Updating git repository `https://github.com/oxidecomputer/falcon`
1612026-07-18T04:07:46.579Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1622026-07-18T04:07:46.813Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1632026-07-18T04:07:47.143Z Updating git repository `https://github.com/oxidecomputer/zone`
1642026-07-18T04:07:47.350Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1652026-07-18T04:07:47.572Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1662026-07-18T04:07:47.796Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1672026-07-18T04:07:49.601Z Downloading crates ...
1682026-07-18T04:07:49.647Z Downloaded defmt-parser v1.0.0
1692026-07-18T04:07:49.656Z Downloaded defmt v0.3.100
1702026-07-18T04:07:49.661Z Downloaded serde v1.0.228
1712026-07-18T04:07:49.664Z Downloaded hash32 v0.3.1
1722026-07-18T04:07:49.664Z Downloaded unicode-ident v1.0.24
1732026-07-18T04:07:49.685Z Downloaded fnv v1.0.7
1742026-07-18T04:07:49.688Z Downloaded stable_deref_trait v1.2.1
1752026-07-18T04:07:49.688Z Downloaded strsim v0.11.1
1762026-07-18T04:07:49.688Z Downloaded macaddr v1.0.1
1772026-07-18T04:07:49.688Z Downloaded heapless v0.8.0
1782026-07-18T04:07:49.692Z Downloaded ingot v0.1.1
1792026-07-18T04:07:49.695Z Downloaded itertools v0.15.0
1802026-07-18T04:07:49.698Z Downloaded thiserror-impl v2.0.18
1812026-07-18T04:07:49.698Z Downloaded cfg-if v1.0.4
1822026-07-18T04:07:49.698Z Downloaded dyn-clone v1.0.20
1832026-07-18T04:07:49.701Z Downloaded darling_macro v0.23.0
1842026-07-18T04:07:49.701Z Downloaded cobs v0.3.0
1852026-07-18T04:07:49.706Z Downloaded ident_case v1.0.1
1862026-07-18T04:07:49.706Z Downloaded embedded-io v0.6.1
1872026-07-18T04:07:49.706Z Downloaded darling_macro v0.21.3
1882026-07-18T04:07:49.706Z Downloaded ref-cast v1.0.25
1892026-07-18T04:07:49.709Z Downloaded managed v0.8.0
1902026-07-18T04:07:49.709Z Downloaded version_check v0.9.5
1912026-07-18T04:07:49.709Z Downloaded ingot-macros v0.1.1
1922026-07-18T04:07:49.712Z Downloaded ingot-types v0.1.2
1932026-07-18T04:07:49.717Z Downloaded ref-cast-impl v1.0.25
1942026-07-18T04:07:49.726Z Downloaded thiserror v2.0.18
1952026-07-18T04:07:49.731Z Downloaded quote v1.0.46
1962026-07-18T04:07:49.734Z Downloaded embedded-io v0.4.0
1972026-07-18T04:07:49.737Z Downloaded byteorder v1.5.0
1982026-07-18T04:07:49.744Z Downloaded bitflags v1.3.2
1992026-07-18T04:07:49.760Z Downloaded defmt-macros v1.1.1
2002026-07-18T04:07:49.763Z Downloaded either v1.16.0
2012026-07-18T04:07:49.764Z Downloaded crc32fast v1.5.0
2022026-07-18T04:07:49.769Z Downloaded postcard v1.1.3
2032026-07-18T04:07:49.769Z Downloaded defmt v1.1.1
2042026-07-18T04:07:49.772Z Downloaded darling v0.21.3
2052026-07-18T04:07:49.777Z Downloaded proc-macro2 v1.0.106
2062026-07-18T04:07:49.780Z Downloaded serde_derive v1.0.228
2072026-07-18T04:07:49.786Z Downloaded bitflags v2.13.0
2082026-07-18T04:07:49.791Z Downloaded darling v0.23.0
2092026-07-18T04:07:49.796Z Downloaded uuid v1.23.4
2102026-07-18T04:07:49.808Z Downloaded serde_core v1.0.228
2112026-07-18T04:07:49.815Z Downloaded zerocopy-derive v0.8.52
2122026-07-18T04:07:49.820Z Downloaded darling_core v0.21.3
2132026-07-18T04:07:49.823Z Downloaded darling_core v0.23.0
2142026-07-18T04:07:49.828Z Downloaded memchr v2.8.2
2152026-07-18T04:07:49.857Z Downloaded itertools v0.14.0
2162026-07-18T04:07:49.860Z Downloaded aho-corasick v1.1.4
2172026-07-18T04:07:49.866Z Downloaded regex v1.12.4
2182026-07-18T04:07:49.897Z Downloaded zerocopy v0.8.52
2192026-07-18T04:07:49.906Z Downloaded syn v2.0.118
2202026-07-18T04:07:49.912Z Downloaded smoltcp v0.11.0
2212026-07-18T04:07:49.924Z Downloaded regex-syntax v0.8.11
2222026-07-18T04:07:49.938Z Downloaded regex-automata v0.4.14
2232026-07-18T04:07:49.950Z Updating crates.io index
2242026-07-18T04:07:50.004Z Downloading crates ...
2252026-07-18T04:07:50.039Z Downloaded rustc-literal-escaper v0.0.8
2262026-07-18T04:07:50.043Z Downloaded miniz_oxide v0.9.1
2272026-07-18T04:07:50.049Z Downloaded adler2 v2.0.1
2282026-07-18T04:07:50.055Z Downloaded foldhash v0.2.0
2292026-07-18T04:07:50.059Z Downloaded getopts v0.2.24
2302026-07-18T04:07:50.063Z Downloaded addr2line v0.27.0
2312026-07-18T04:07:50.066Z Downloaded memchr v2.7.6
2322026-07-18T04:07:50.075Z Downloaded hashbrown v0.17.1
2332026-07-18T04:07:50.089Z Downloaded rustc-demangle v0.1.28
2342026-07-18T04:07:50.104Z Downloaded gimli v0.34.0
2352026-07-18T04:07:50.131Z Downloaded object v0.39.1
2362026-07-18T04:07:50.166Z Downloaded libc v0.2.185
2372026-07-18T04:07:50.220Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
2382026-07-18T04:07:50.221Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
2392026-07-18T04:07:50.221Z Compiling proc-macro2 v1.0.106
2402026-07-18T04:07:50.224Z Compiling unicode-ident v1.0.24
2412026-07-18T04:07:50.224Z Compiling quote v1.0.46
2422026-07-18T04:07:50.224Z Compiling strsim v0.11.1
2432026-07-18T04:07:50.224Z Compiling ident_case v1.0.1
2442026-07-18T04:07:50.224Z Compiling serde_core v1.0.228
2452026-07-18T04:07:50.408Z Compiling memchr v2.8.2
2462026-07-18T04:07:50.418Z Compiling fnv v1.0.7
2472026-07-18T04:07:50.509Z Compiling regex-syntax v0.8.11
2482026-07-18T04:07:50.688Z Compiling either v1.16.0
2492026-07-18T04:07:50.700Z Compiling zerocopy v0.8.52
2502026-07-18T04:07:50.738Z Compiling serde v1.0.228
2512026-07-18T04:07:50.814Z Compiling aho-corasick v1.1.4
2522026-07-18T04:07:50.880Z Compiling thiserror v2.0.18
2532026-07-18T04:07:51.098Z Compiling itertools v0.14.0
2542026-07-18T04:07:51.247Z Compiling heapless v0.8.0
2552026-07-18T04:07:51.437Z Compiling syn v2.0.118
2562026-07-18T04:07:51.457Z Compiling smoltcp v0.11.0
2572026-07-18T04:07:51.503Z Compiling ref-cast v1.0.25
2582026-07-18T04:07:51.724Z Compiling crc32fast v1.5.0
2592026-07-18T04:07:51.893Z Compiling version_check v0.9.5
2602026-07-18T04:07:51.911Z Compiling regex-automata v0.4.14
2612026-07-18T04:07:52.270Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2622026-07-18T04:07:53.443Z Compiling regex v1.12.4
2632026-07-18T04:07:53.738Z Compiling darling_core v0.21.3
2642026-07-18T04:07:53.781Z Compiling darling_core v0.23.0
2652026-07-18T04:07:54.615Z Compiling serde_derive v1.0.228
2662026-07-18T04:07:54.615Z Compiling zerocopy-derive v0.8.52
2672026-07-18T04:07:54.619Z Compiling thiserror-impl v2.0.18
2682026-07-18T04:07:54.619Z Compiling ref-cast-impl v1.0.25
2692026-07-18T04:07:54.619Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2702026-07-18T04:07:56.206Z Compiling darling_macro v0.21.3
2712026-07-18T04:07:56.503Z Compiling darling_macro v0.23.0
2722026-07-18T04:07:57.108Z Compiling darling v0.21.3
2732026-07-18T04:07:57.175Z Compiling ingot-macros v0.1.1
2742026-07-18T04:07:57.389Z Compiling darling v0.23.0
2752026-07-18T04:07:57.453Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
2762026-07-18T04:08:02.126Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
2772026-07-18T04:08:04.317Z Checking byteorder v1.5.0
2782026-07-18T04:08:04.318Z Checking stable_deref_trait v1.2.1
2792026-07-18T04:08:04.318Z Checking cfg-if v1.0.4
2802026-07-18T04:08:04.318Z Checking macaddr v1.0.1
2812026-07-18T04:08:04.321Z Checking bitflags v1.3.2
2822026-07-18T04:08:04.375Z Checking managed v0.8.0
2832026-07-18T04:08:04.417Z Checking cobs v0.3.0
2842026-07-18T04:08:04.463Z Checking dyn-clone v1.0.20
2852026-07-18T04:08:04.470Z Checking hash32 v0.3.1
2862026-07-18T04:08:04.528Z Checking itertools v0.15.0
2872026-07-18T04:08:04.535Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
2882026-07-18T04:08:05.657Z Checking bitflags v2.13.0
2892026-07-18T04:08:05.657Z Checking uuid v1.23.4
2902026-07-18T04:08:05.800Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2912026-07-18T04:08:06.013Z Checking postcard v1.1.3
2922026-07-18T04:08:06.832Z Checking ingot-types v0.1.2
2932026-07-18T04:08:07.103Z Checking ingot v0.1.1
2942026-07-18T04:08:08.401Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2952026-07-18T04:08:12.046Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
2962026-07-18T04:08:13.396Z Checking xde v0.1.0 (/work/oxidecomputer/opte/xde)
2972026-07-18T04:08:15.349Z Finished `dev` profile [optimized + debuginfo] target(s) in 29.52s
2982026-07-18T04:08:15.470Z
2992026-07-18T04:08:15.470Zreal 29.705353887
3002026-07-18T04:08:15.470Zuser 1:13.682504055
3012026-07-18T04:08:15.471Zsys 10.344552455
3022026-07-18T04:08:15.471Ztrap 0.031801596
3032026-07-18T04:08:15.471Ztflt 0.059596088
3042026-07-18T04:08:15.471Zdflt 0.189800464
3052026-07-18T04:08:15.471Zkflt 0.001577421
3062026-07-18T04:08:15.471Zlock 5:14.120356554
3072026-07-18T04:08:15.471Zslp 3:22.972451580
3082026-07-18T04:08:15.471Zlat 2.625160241
3092026-07-18T04:08:15.471Zstop 8.673938526
3102026-07-18T04:08:15.474Z+ pushd xde-link
3112026-07-18T04:08:15.474Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
3122026-07-18T04:08:15.474Z/work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3132026-07-18T04:08:15.654Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
3142026-07-18T04:08:15.654Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3152026-07-18T04:08:15.654Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
3162026-07-18T04:08:26.452Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3172026-07-18T04:08:28.680Z Finished `dev` profile [optimized + debuginfo] target(s) in 13.14s
3182026-07-18T04:08:28.698Z
3192026-07-18T04:08:28.703Zreal 13.222934799
3202026-07-18T04:08:28.704Zuser 20.830050383
3212026-07-18T04:08:28.704Zsys 1.245923933
3222026-07-18T04:08:28.704Ztrap 0.003071290
3232026-07-18T04:08:28.704Ztflt 0.000759260
3242026-07-18T04:08:28.704Zdflt 0.083504228
3252026-07-18T04:08:28.704Zkflt 0.000000000
3262026-07-18T04:08:28.704Zlock 1:25.737808972
3272026-07-18T04:08:28.704Zslp 44.251718738
3282026-07-18T04:08:28.705Zlat 0.179061553
3292026-07-18T04:08:28.705Zstop 0.157019363
3302026-07-18T04:08:28.705Z+ popd
3312026-07-18T04:08:28.705Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3322026-07-18T04:08:28.706Z+ popd
3332026-07-18T04:08:28.706Z/work/oxidecomputer/opte
3342026-07-18T04:08:28.706Z+ header 'build xde (debug)'
3352026-07-18T04:08:28.706Z+ echo '# ==== build xde (debug) ==== #'
3362026-07-18T04:08:28.706Z# ==== build xde (debug) ==== #
3372026-07-18T04:08:28.706Z+ ptime -m cargo xtask build --profile debug xde xde-link
3382026-07-18T04:08:28.842Z Downloading crates ...
3392026-07-18T04:08:28.921Z Downloaded anstyle-query v1.1.5
3402026-07-18T04:08:28.925Z Downloaded serde_spanned v1.1.1
3412026-07-18T04:08:28.929Z Downloaded clap_lex v1.1.0
3422026-07-18T04:08:28.930Z Downloaded zmij v1.0.21
3432026-07-18T04:08:28.933Z Downloaded clap v4.6.1
3442026-07-18T04:08:28.936Z Downloaded camino v1.2.4
3452026-07-18T04:08:28.936Z Downloaded anstyle v1.0.14
3462026-07-18T04:08:28.936Z Downloaded anstyle-parse v1.0.0
3472026-07-18T04:08:28.939Z Downloaded utf8parse v0.2.2
3482026-07-18T04:08:28.947Z Downloaded clap_builder v4.6.0
3492026-07-18T04:08:28.950Z Downloaded cargo-platform v0.3.3
3502026-07-18T04:08:28.953Z Downloaded is_terminal_polyfill v1.70.2
3512026-07-18T04:08:28.953Z Downloaded toml_parser v1.1.2+spec-1.1.0
3522026-07-18T04:08:28.956Z Downloaded toml_writer v1.1.1+spec-1.1.0
3532026-07-18T04:08:28.956Z Downloaded anstream v1.0.0
3542026-07-18T04:08:28.960Z Downloaded clap_derive v4.6.1
3552026-07-18T04:08:28.964Z Downloaded errno v0.3.14
3562026-07-18T04:08:28.967Z Downloaded equivalent v1.0.2
3572026-07-18T04:08:28.967Z Downloaded terminal_size v0.4.4
3582026-07-18T04:08:28.971Z Downloaded colorchoice v1.0.5
3592026-07-18T04:08:28.974Z Downloaded itoa v1.0.18
3602026-07-18T04:08:28.977Z Downloaded heck v0.5.0
3612026-07-18T04:08:28.977Z Downloaded cargo_metadata v0.23.1
3622026-07-18T04:08:28.983Z Downloaded anyhow v1.0.103
3632026-07-18T04:08:28.986Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3642026-07-18T04:08:28.990Z Downloaded semver v1.0.28
3652026-07-18T04:08:28.994Z Downloaded toml v1.1.2+spec-1.1.0
3662026-07-18T04:08:28.994Z Downloaded indexmap v2.14.0
3672026-07-18T04:08:29.024Z Downloaded serde_json v1.0.150
3682026-07-18T04:08:29.027Z Downloaded winnow v1.0.3
3692026-07-18T04:08:29.055Z Downloaded rustix v1.1.4
3702026-07-18T04:08:29.080Z Downloaded libc v0.2.186
3712026-07-18T04:08:29.127Z Compiling serde_core v1.0.228
3722026-07-18T04:08:29.127Z Compiling proc-macro2 v1.0.106
3732026-07-18T04:08:29.130Z Compiling quote v1.0.46
3742026-07-18T04:08:29.130Z Compiling unicode-ident v1.0.24
3752026-07-18T04:08:29.130Z Compiling libc v0.2.186
3762026-07-18T04:08:29.131Z Compiling rustix v1.1.4
3772026-07-18T04:08:29.131Z Compiling bitflags v2.13.0
3782026-07-18T04:08:29.147Z Compiling utf8parse v0.2.2
3792026-07-18T04:08:29.278Z Compiling zmij v1.0.21
3802026-07-18T04:08:29.293Z Compiling anstyle-parse v1.0.0
3812026-07-18T04:08:29.500Z Compiling is_terminal_polyfill v1.70.2
3822026-07-18T04:08:29.510Z Compiling anstyle v1.0.14
3832026-07-18T04:08:29.598Z Compiling serde v1.0.228
3842026-07-18T04:08:29.607Z Compiling camino v1.2.4
3852026-07-18T04:08:29.625Z Compiling colorchoice v1.0.5
3862026-07-18T04:08:29.687Z Compiling serde_json v1.0.150
3872026-07-18T04:08:29.734Z Compiling anstyle-query v1.1.5
3882026-07-18T04:08:29.787Z Compiling thiserror v2.0.18
3892026-07-18T04:08:29.833Z Compiling anstream v1.0.0
3902026-07-18T04:08:29.892Z Compiling errno v0.3.14
3912026-07-18T04:08:29.941Z Compiling anyhow v1.0.103
3922026-07-18T04:08:29.950Z Compiling clap_lex v1.1.0
3932026-07-18T04:08:30.301Z Compiling winnow v1.0.3
3942026-07-18T04:08:30.309Z Compiling strsim v0.11.1
3952026-07-18T04:08:30.313Z Compiling heck v0.5.0
3962026-07-18T04:08:30.317Z Compiling memchr v2.8.2
3972026-07-18T04:08:30.332Z Compiling itoa v1.0.18
3982026-07-18T04:08:30.472Z Compiling syn v2.0.118
3992026-07-18T04:08:30.587Z Compiling terminal_size v0.4.4
4002026-07-18T04:08:30.697Z Compiling clap_builder v4.6.0
4012026-07-18T04:08:30.705Z Compiling toml_parser v1.1.2+spec-1.1.0
4022026-07-18T04:08:30.736Z Compiling toml_writer v1.1.1+spec-1.1.0
4032026-07-18T04:08:31.414Z Compiling cargo-platform v0.3.3
4042026-07-18T04:08:31.506Z Compiling semver v1.0.28
4052026-07-18T04:08:31.588Z Compiling toml_datetime v1.1.1+spec-1.1.0
4062026-07-18T04:08:31.998Z Compiling serde_spanned v1.1.1
4072026-07-18T04:08:32.129Z Compiling toml v1.1.2+spec-1.1.0
4082026-07-18T04:08:32.693Z Compiling serde_derive v1.0.228
4092026-07-18T04:08:33.030Z Compiling thiserror-impl v2.0.18
4102026-07-18T04:08:33.057Z Compiling clap_derive v4.6.1
4112026-07-18T04:08:34.652Z Compiling clap v4.6.1
4122026-07-18T04:08:35.794Z Compiling cargo_metadata v0.23.1
4132026-07-18T04:08:38.233Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
4142026-07-18T04:08:39.840Z Finished `dev` profile [optimized + debuginfo] target(s) in 11.13s
4152026-07-18T04:08:39.877Z Running `target/debug/xtask build --profile debug xde xde-link`
4162026-07-18T04:08:41.165ZBuilding xde (dev).
4172026-07-18T04:08:41.385Z Compiling serde_core v1.0.228
4182026-07-18T04:08:41.385Z Compiling byteorder v1.5.0
4192026-07-18T04:08:41.385Z Compiling cfg-if v1.0.4
4202026-07-18T04:08:41.385Z Compiling stable_deref_trait v1.2.1
4212026-07-18T04:08:41.385Z Compiling macaddr v1.0.1
4222026-07-18T04:08:41.388Z Compiling zerocopy v0.8.52
4232026-07-18T04:08:41.406Z Compiling thiserror v2.0.18
4242026-07-18T04:08:41.412Z Compiling managed v0.8.0
4252026-07-18T04:08:41.457Z Compiling bitflags v1.3.2
4262026-07-18T04:08:41.467Z Compiling cobs v0.3.0
4272026-07-18T04:08:41.499Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4282026-07-18T04:08:41.518Z Compiling either v1.16.0
4292026-07-18T04:08:41.571Z Compiling hash32 v0.3.1
4302026-07-18T04:08:41.623Z Compiling ref-cast v1.0.25
4312026-07-18T04:08:41.647Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4322026-07-18T04:08:41.687Z Compiling heapless v0.8.0
4332026-07-18T04:08:41.713Z Compiling itertools v0.15.0
4342026-07-18T04:08:41.719Z Compiling crc32fast v1.5.0
4352026-07-18T04:08:41.729Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4362026-07-18T04:08:41.780Z Compiling dyn-clone v1.0.20
4372026-07-18T04:08:41.906Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4382026-07-18T04:08:42.045Z Compiling smoltcp v0.11.0
4392026-07-18T04:08:42.969Z Compiling bitflags v2.13.0
4402026-07-18T04:08:42.969Z Compiling serde v1.0.228
4412026-07-18T04:08:42.969Z Compiling uuid v1.23.4
4422026-07-18T04:08:43.100Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4432026-07-18T04:08:43.379Z Compiling postcard v1.1.3
4442026-07-18T04:08:44.104Z Compiling ingot-types v0.1.2
4452026-07-18T04:08:44.389Z Compiling ingot v0.1.1
4462026-07-18T04:08:45.833Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4472026-07-18T04:08:50.061Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4482026-07-18T04:09:00.428Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4492026-07-18T04:09:08.835Z Finished `dev` profile [optimized + debuginfo] target(s) in 27.63s
4502026-07-18T04:09:08.859ZLinking xde kmod...
4512026-07-18T04:09:10.052ZBuilding xde dev link helper (dev).
4522026-07-18T04:09:10.205Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4532026-07-18T04:09:10.544Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.46s
4542026-07-18T04:09:10.567Z
4552026-07-18T04:09:10.571Zreal 41.865038567
4562026-07-18T04:09:10.571Zuser 2:15.990413389
4572026-07-18T04:09:10.571Zsys 11.056729095
4582026-07-18T04:09:10.571Ztrap 0.054163911
4592026-07-18T04:09:10.571Ztflt 0.310147754
4602026-07-18T04:09:10.571Zdflt 0.528586062
4612026-07-18T04:09:10.571Zkflt 0.000024700
4622026-07-18T04:09:10.571Zlock 7:27.096434110
4632026-07-18T04:09:10.571Zslp 3:51.277680398
4642026-07-18T04:09:10.571Zlat 5.293296906
4652026-07-18T04:09:10.571Zstop 6.348760692
4662026-07-18T04:09:10.571Z+ header 'build xde (release)'
4672026-07-18T04:09:10.571Z+ echo '# ==== build xde (release) ==== #'
4682026-07-18T04:09:10.571Z# ==== build xde (release) ==== #
4692026-07-18T04:09:10.571Z+ ptime -m cargo xtask build --profile release xde xde-link
4702026-07-18T04:09:10.702Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s
4712026-07-18T04:09:10.705Z Running `target/debug/xtask build --profile release xde xde-link`
4722026-07-18T04:09:10.893ZBuilding xde (release-lto).
4732026-07-18T04:09:11.116Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
4742026-07-18T04:09:11.116Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4752026-07-18T04:09:11.116Z Compiling proc-macro2 v1.0.106
4762026-07-18T04:09:11.116Z Compiling unicode-ident v1.0.24
4772026-07-18T04:09:11.116Z Compiling quote v1.0.46
4782026-07-18T04:09:11.119Z Compiling strsim v0.11.1
4792026-07-18T04:09:11.120Z Compiling ident_case v1.0.1
4802026-07-18T04:09:11.120Z Compiling serde_core v1.0.228
4812026-07-18T04:09:11.229Z Compiling memchr v2.8.2
4822026-07-18T04:09:11.233Z Compiling fnv v1.0.7
4832026-07-18T04:09:11.310Z Compiling regex-syntax v0.8.11
4842026-07-18T04:09:11.479Z Compiling serde v1.0.228
4852026-07-18T04:09:11.490Z Compiling thiserror v2.0.18
4862026-07-18T04:09:11.501Z Compiling either v1.16.0
4872026-07-18T04:09:11.629Z Compiling aho-corasick v1.1.4
4882026-07-18T04:09:11.690Z Compiling zerocopy v0.8.52
4892026-07-18T04:09:11.862Z Compiling itertools v0.14.0
4902026-07-18T04:09:11.887Z Compiling heapless v0.8.0
4912026-07-18T04:09:12.212Z Compiling syn v2.0.118
4922026-07-18T04:09:12.282Z Compiling smoltcp v0.11.0
4932026-07-18T04:09:12.305Z Compiling ref-cast v1.0.25
4942026-07-18T04:09:12.350Z Compiling crc32fast v1.5.0
4952026-07-18T04:09:12.684Z Compiling regex-automata v0.4.14
4962026-07-18T04:09:12.687Z Compiling version_check v0.9.5
4972026-07-18T04:09:13.030Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4982026-07-18T04:09:14.229Z Compiling regex v1.12.4
4992026-07-18T04:09:14.523Z Compiling darling_core v0.21.3
5002026-07-18T04:09:14.523Z Compiling darling_core v0.23.0
5012026-07-18T04:09:15.409Z Compiling zerocopy-derive v0.8.52
5022026-07-18T04:09:15.409Z Compiling serde_derive v1.0.228
5032026-07-18T04:09:15.409Z Compiling thiserror-impl v2.0.18
5042026-07-18T04:09:15.409Z Compiling ref-cast-impl v1.0.25
5052026-07-18T04:09:15.412Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5062026-07-18T04:09:16.989Z Compiling darling_macro v0.23.0
5072026-07-18T04:09:17.123Z Compiling darling_macro v0.21.3
5082026-07-18T04:09:17.864Z Compiling darling v0.23.0
5092026-07-18T04:09:17.927Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5102026-07-18T04:09:17.991Z Compiling darling v0.21.3
5112026-07-18T04:09:18.053Z Compiling ingot-macros v0.1.1
5122026-07-18T04:09:23.503Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5132026-07-18T04:09:25.640Z Compiling byteorder v1.5.0
5142026-07-18T04:09:25.640Z Compiling cfg-if v1.0.4
5152026-07-18T04:09:25.643Z Compiling stable_deref_trait v1.2.1
5162026-07-18T04:09:25.643Z Compiling macaddr v1.0.1
5172026-07-18T04:09:25.698Z Compiling managed v0.8.0
5182026-07-18T04:09:25.704Z Compiling cobs v0.3.0
5192026-07-18T04:09:25.733Z Compiling bitflags v1.3.2
5202026-07-18T04:09:25.796Z Compiling hash32 v0.3.1
5212026-07-18T04:09:25.918Z Compiling dyn-clone v1.0.20
5222026-07-18T04:09:25.989Z Compiling itertools v0.15.0
5232026-07-18T04:09:26.006Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5242026-07-18T04:09:27.207Z Compiling bitflags v2.13.0
5252026-07-18T04:09:27.207Z Compiling uuid v1.23.4
5262026-07-18T04:09:27.349Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5272026-07-18T04:09:27.648Z Compiling postcard v1.1.3
5282026-07-18T04:09:28.452Z Compiling ingot-types v0.1.2
5292026-07-18T04:09:28.767Z Compiling ingot v0.1.1
5302026-07-18T04:09:30.287Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5312026-07-18T04:09:34.073Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5322026-07-18T04:09:42.862Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5332026-07-18T04:10:12.572Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 01s
5342026-07-18T04:10:12.594ZLinking xde kmod...
5352026-07-18T04:10:13.180ZBuilding xde dev link helper (release).
5362026-07-18T04:10:13.334Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5372026-07-18T04:10:13.334Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5382026-07-18T04:10:13.334Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5392026-07-18T04:10:24.833Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5402026-07-18T04:10:27.357Z Finished `release` profile [optimized + debuginfo] target(s) in 14.14s
5412026-07-18T04:10:27.375Z
5422026-07-18T04:10:27.379Zreal 1:16.804191557
5432026-07-18T04:10:27.379Zuser 2:10.025131502
5442026-07-18T04:10:27.379Zsys 12.505015075
5452026-07-18T04:10:27.379Ztrap 0.032249784
5462026-07-18T04:10:27.379Ztflt 0.181184282
5472026-07-18T04:10:27.379Zdflt 0.196482987
5482026-07-18T04:10:27.379Zkflt 0.000039020
5492026-07-18T04:10:27.379Zlock 12:12.233603179
5502026-07-18T04:10:27.379Zslp 6:10.592546684
5512026-07-18T04:10:27.379Zlat 1.969299274
5522026-07-18T04:10:27.379Zstop 5.035319162
5532026-07-18T04:10:27.379Z+ elfdump target/x86_64-unknown-unknown/debug/xde.dbg
5542026-07-18T04:10:27.379Z+ grep GOTPCREL
5552026-07-18T04:10:29.172Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5562026-07-18T04:10:29.176Z+ grep GOTPCREL
5572026-07-18T04:10:30.103Z+ cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/
5582026-07-18T04:10:30.164Z+ sha256sum /work/debug/xde.dbg
5592026-07-18T04:10:30.215Z+ cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so
5602026-07-18T04:10:30.219Z+ sha256sum /work/debug/xde_link.dbg.so
5612026-07-18T04:10:30.223Z+ cp target/x86_64-unknown-unknown/release-lto/xde /work/release/
5622026-07-18T04:10:30.261Z+ sha256sum /work/release/xde
5632026-07-18T04:10:30.291Z+ cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so
5642026-07-18T04:10:30.294Z+ sha256sum /work/release/xde_link.so
5652026-07-18T04:10:30.298Z+ header 'build xde integration tests'
5662026-07-18T04:10:30.298Z+ echo '# ==== build xde integration tests ==== #'
5672026-07-18T04:10:30.298Z+ pushd xde-tests
5682026-07-18T04:10:30.298Z# ==== build xde integration tests ==== #
5692026-07-18T04:10:30.298Z+ cargo +nightly-2026-07-18-x86_64-unknown-illumos fmt -- --check
5702026-07-18T04:10:30.298Z/work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte
5712026-07-18T04:10:30.377Z+ cargo clippy --all-targets -- --deny warnings
5722026-07-18T04:10:30.586Z Compiling serde_core v1.0.228
5732026-07-18T04:10:30.586Z Checking cfg-if v1.0.4
5742026-07-18T04:10:30.587Z Checking memchr v2.8.2
5752026-07-18T04:10:30.587Z Compiling serde v1.0.228
5762026-07-18T04:10:30.587Z Compiling rustversion v1.0.22
5772026-07-18T04:10:30.590Z Compiling version_check v0.9.5
5782026-07-18T04:10:30.590Z Compiling strsim v0.11.1
5792026-07-18T04:10:30.590Z Compiling syn v2.0.118
5802026-07-18T04:10:30.660Z Compiling ident_case v1.0.1
5812026-07-18T04:10:30.765Z Compiling libc v0.2.186
5822026-07-18T04:10:30.854Z Compiling fnv v1.0.7
5832026-07-18T04:10:30.925Z Compiling regex-syntax v0.8.11
5842026-07-18T04:10:30.936Z Checking pin-project-lite v0.2.17
5852026-07-18T04:10:30.969Z Compiling syn v1.0.109
5862026-07-18T04:10:31.006Z Compiling equivalent v1.0.2
5872026-07-18T04:10:31.097Z Compiling winnow v1.0.3
5882026-07-18T04:10:31.272Z Compiling aho-corasick v1.1.4
5892026-07-18T04:10:31.449Z Compiling hashbrown v0.17.1
5902026-07-18T04:10:31.468Z Compiling zerocopy v0.8.52
5912026-07-18T04:10:31.506Z Compiling either v1.16.0
5922026-07-18T04:10:31.700Z Compiling itertools v0.14.0
5932026-07-18T04:10:31.969Z Compiling indexmap v2.14.0
5942026-07-18T04:10:32.096Z Compiling toml_parser v1.1.2+spec-1.1.0
5952026-07-18T04:10:32.418Z Compiling regex-automata v0.4.14
5962026-07-18T04:10:32.571Z Checking byteorder v1.5.0
5972026-07-18T04:10:32.645Z Compiling toml_datetime v1.1.1+spec-1.1.0
5982026-07-18T04:10:32.719Z Compiling heapless v0.8.0
5992026-07-18T04:10:32.797Z Compiling toml_edit v0.25.12+spec-1.1.0
6002026-07-18T04:10:32.854Z Checking hash32 v0.3.1
6012026-07-18T04:10:32.907Z Checking bitflags v2.13.0
6022026-07-18T04:10:32.928Z Compiling slog v2.8.2
6032026-07-18T04:10:32.950Z Compiling smoltcp v0.11.0
6042026-07-18T04:10:33.064Z Checking macaddr v1.0.1
6052026-07-18T04:10:33.141Z Compiling darling_core v0.21.3
6062026-07-18T04:10:33.160Z Compiling darling_core v0.23.0
6072026-07-18T04:10:33.196Z Checking stable_deref_trait v1.2.1
6082026-07-18T04:10:33.257Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6092026-07-18T04:10:33.272Z Checking futures-sink v0.3.32
6102026-07-18T04:10:33.359Z Checking futures-core v0.3.32
6112026-07-18T04:10:33.473Z Checking futures-channel v0.3.32
6122026-07-18T04:10:33.488Z Compiling proc-macro-crate v3.5.0
6132026-07-18T04:10:33.671Z Compiling proc-macro-error-attr v1.0.4
6142026-07-18T04:10:33.880Z Checking slab v0.4.12
6152026-07-18T04:10:33.887Z Compiling autocfg v1.5.1
6162026-07-18T04:10:34.012Z Checking bitflags v1.3.2
6172026-07-18T04:10:34.073Z Checking futures-io v0.3.32
6182026-07-18T04:10:34.084Z Checking rand_core v0.10.1
6192026-07-18T04:10:34.181Z Compiling regex v1.12.4
6202026-07-18T04:10:34.218Z Compiling getrandom v0.4.3
6212026-07-18T04:10:34.281Z Checking managed v0.8.0
6222026-07-18T04:10:34.343Z Compiling serde_derive v1.0.228
6232026-07-18T04:10:34.455Z Compiling thiserror-impl v2.0.18
6242026-07-18T04:10:34.471Z Compiling zerocopy-derive v0.8.52
6252026-07-18T04:10:34.577Z Compiling futures-macro v0.3.32
6262026-07-18T04:10:34.981Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
6272026-07-18T04:10:35.189Z Compiling crc32fast v1.5.0
6282026-07-18T04:10:35.213Z Compiling ref-cast v1.0.25
6292026-07-18T04:10:35.255Z Compiling darling_macro v0.21.3
6302026-07-18T04:10:35.275Z Compiling darling_macro v0.23.0
6312026-07-18T04:10:35.393Z Checking futures-task v0.3.32
6322026-07-18T04:10:35.522Z Checking futures-util v0.3.32
6332026-07-18T04:10:35.555Z Compiling foreign-types-macros v0.2.3
6342026-07-18T04:10:35.641Z Checking thiserror v2.0.18
6352026-07-18T04:10:35.731Z Checking cobs v0.3.0
6362026-07-18T04:10:35.814Z Compiling darling v0.21.3
6372026-07-18T04:10:35.830Z Compiling darling v0.23.0
6382026-07-18T04:10:35.864Z Compiling num_enum_derive v0.7.6
6392026-07-18T04:10:35.882Z Compiling ingot-macros v0.1.1
6402026-07-18T04:10:35.895Z Compiling ref-cast-impl v1.0.25
6412026-07-18T04:10:36.167Z Compiling num-traits v0.2.19
6422026-07-18T04:10:36.424Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
6432026-07-18T04:10:36.468Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
6442026-07-18T04:10:36.708Z Compiling proc-macro-error v1.0.4
6452026-07-18T04:10:36.713Z Checking foreign-types-shared v0.3.1
6462026-07-18T04:10:36.739Z Checking ipnetwork v0.21.1
6472026-07-18T04:10:36.781Z Checking once_cell v1.21.4
6482026-07-18T04:10:36.843Z Checking unicode-width v0.2.2
6492026-07-18T04:10:36.904Z Checking cpufeatures v0.3.0
6502026-07-18T04:10:36.924Z Compiling crossbeam-utils v0.8.21
6512026-07-18T04:10:36.945Z Checking tracing-core v0.1.36
6522026-07-18T04:10:36.961Z Checking chacha20 v0.10.1
6532026-07-18T04:10:37.083Z Checking tabwriter v1.4.1
6542026-07-18T04:10:37.213Z Checking num_enum v0.7.6
6552026-07-18T04:10:37.224Z Checking foreign-types v0.5.0
6562026-07-18T04:10:37.281Z Checking anyhow v1.0.103
6572026-07-18T04:10:37.328Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6582026-07-18T04:10:37.452Z Checking erased-serde v0.3.31
6592026-07-18T04:10:37.455Z Checking postcard v1.1.3
6602026-07-18T04:10:37.458Z Checking futures-executor v0.3.32
6612026-07-18T04:10:37.664Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6622026-07-18T04:10:37.683Z Compiling tracing-attributes v0.1.31
6632026-07-18T04:10:37.712Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6642026-07-18T04:10:37.822Z Checking itertools v0.15.0
6652026-07-18T04:10:38.054Z Checking cstr-argument v0.1.2
6662026-07-18T04:10:38.082Z Checking pretty-hex v0.4.2
6672026-07-18T04:10:38.138Z Compiling num-conv v0.2.2
6682026-07-18T04:10:38.165Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
6692026-07-18T04:10:38.188Z Compiling thiserror v1.0.69
6702026-07-18T04:10:38.280Z Checking dyn-clone v1.0.20
6712026-07-18T04:10:38.293Z Compiling time-core v0.1.9
6722026-07-18T04:10:38.373Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
6732026-07-18T04:10:38.385Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6742026-07-18T04:10:38.469Z Compiling time-macros v0.2.31
6752026-07-18T04:10:38.524Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6762026-07-18T04:10:38.539Z Checking rand v0.10.2
6772026-07-18T04:10:38.615Z Checking futures v0.3.32
6782026-07-18T04:10:38.629Z Checking ingot-types v0.1.2
6792026-07-18T04:10:38.677Z Compiling thiserror-impl v1.0.69
6802026-07-18T04:10:38.792Z Checking uuid v1.23.4
6812026-07-18T04:10:38.868Z Checking tracing v0.1.44
6822026-07-18T04:10:38.954Z Checking ingot v0.1.1
6832026-07-18T04:10:38.987Z Checking arc-swap v1.9.2
6842026-07-18T04:10:38.992Z Checking socket2 v0.6.4
6852026-07-18T04:10:39.124Z Checking nom v8.0.0
6862026-07-18T04:10:39.187Z Checking thread_local v1.1.9
6872026-07-18T04:10:39.240Z Checking deranged v0.5.8
6882026-07-18T04:10:39.343Z Compiling heck v0.4.1
6892026-07-18T04:10:39.538Z Checking colored v3.1.1
6902026-07-18T04:10:39.730Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6912026-07-18T04:10:39.777Z Checking iana-time-zone v0.1.65
6922026-07-18T04:10:39.860Z Compiling slog-async v2.8.0
6932026-07-18T04:10:39.876Z Checking lazy_static v1.5.0
6942026-07-18T04:10:39.892Z Checking powerfmt v0.2.0
6952026-07-18T04:10:39.957Z Checking oxnet v0.1.6
6962026-07-18T04:10:40.104Z Checking slog-scope v4.4.1
6972026-07-18T04:10:40.162Z Checking chrono v0.4.45
6982026-07-18T04:10:40.201Z Checking time v0.3.53
6992026-07-18T04:10:40.223Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
7002026-07-18T04:10:40.235Z Checking crossbeam-channel v0.5.15
7012026-07-18T04:10:40.564Z Checking cookie-factory v0.3.3
7022026-07-18T04:10:40.660Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
7032026-07-18T04:10:40.815Z Checking itertools v0.12.1
7042026-07-18T04:10:40.819Z Checking is-terminal v0.4.17
7052026-07-18T04:10:40.873Z Checking log v0.4.33
7062026-07-18T04:10:40.907Z Checking take_mut v0.2.2
7072026-07-18T04:10:40.957Z Checking circular v0.3.0
7082026-07-18T04:10:40.983Z Checking term v1.2.1
7092026-07-18T04:10:41.035Z Checking slog-stdlog v4.1.1
7102026-07-18T04:10:41.110Z Checking rusticata-macros v5.0.0
7112026-07-18T04:10:41.230Z Checking pcap-parser v0.17.0
7122026-07-18T04:10:41.358Z Checking slog-term v2.9.2
7132026-07-18T04:10:41.779Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
7142026-07-18T04:10:42.059Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
7152026-07-18T04:10:42.703Z Checking slog-envlogger v2.2.0
7162026-07-18T04:10:45.197Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
7172026-07-18T04:10:46.820Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
7182026-07-18T04:10:46.820Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
7192026-07-18T04:10:47.166Z Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
7202026-07-18T04:10:47.581Zerror: redundant reference in `format!` argument
7212026-07-18T04:10:47.581Z --> xde-tests/tests/loopback.rs:17:36
7222026-07-18T04:10:47.581Z |
7232026-07-18T04:10:47.581Z17 | .zexec(&format!("ping {}", &topol.nodes[1].port.ip()))?;
7242026-07-18T04:10:47.581Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the redundant `&`: `topol.nodes[1].port.ip()`
7252026-07-18T04:10:47.581Z |
7262026-07-18T04:10:47.581Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.97.0/index.html#useless_borrows_in_formatting
7272026-07-18T04:10:47.581Z = note: `-D clippy::useless-borrows-in-formatting` implied by `-D warnings`
7282026-07-18T04:10:47.581Z = help: to override `-D warnings` add `#[allow(clippy::useless_borrows_in_formatting)]`
7292026-07-18T04:10:47.581Z
7302026-07-18T04:10:47.700Zerror: could not compile `xde-tests` (test "loopback") due to 1 previous error
7312026-07-18T04:10:47.700Zwarning: build failed, waiting for other jobs to finish...
7322026-07-18T04:10:47.746Zprocess exited: duration 200568 ms, exit code 101
 
7332026-07-18T04:10:47.754Zfound 9 output files
7342026-07-18T04:10:47.754Zuploading: /work/debug/xde.dbg (94980168 bytes)
7352026-07-18T04:10:49.376Zuploaded: /work/debug/xde.dbg
7362026-07-18T04:10:49.380Zuploading: /work/debug/xde.dbg.sha256 (86 bytes)
7372026-07-18T04:10:50.389Zuploaded: /work/debug/xde.dbg.sha256
7382026-07-18T04:10:50.393Zuploading: /work/debug/xde_link.dbg.so (1259816 bytes)
7392026-07-18T04:10:51.414Zuploaded: /work/debug/xde_link.dbg.so
7402026-07-18T04:10:51.414Zuploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes)
7412026-07-18T04:10:52.423Zuploaded: /work/debug/xde_link.dbg.so.sha256
7422026-07-18T04:10:52.423Zuploading: /work/release/xde (51954104 bytes)
7432026-07-18T04:10:53.723Zuploaded: /work/release/xde
7442026-07-18T04:10:53.723Zuploading: /work/release/xde.sha256 (84 bytes)
7452026-07-18T04:10:54.733Zuploaded: /work/release/xde.sha256
7462026-07-18T04:10:54.733Zuploading: /work/release/xde_link.so (45792 bytes)
7472026-07-18T04:10:55.746Zuploaded: /work/release/xde_link.so
7482026-07-18T04:10:55.746Zuploading: /work/release/xde_link.so.sha256 (92 bytes)
7492026-07-18T04:10:56.755Zuploaded: /work/release/xde_link.so.sha256
7502026-07-18T04:10:56.756Zuploading: /work/xde.conf (79 bytes)
7512026-07-18T04:10:57.766Zuploaded: /work/xde.conf
7522026-07-18T04:10:57.766Zupload error: rule "/work/test/loopback" required a match, but was not used
7532026-07-18T04:10:57.766Zupload error: rule "/work/test/multicast_rx" required a match, but was not used
7542026-07-18T04:10:57.767Zupload error: rule "/work/test/multicast_multi_sub" required a match, but was not used
7552026-07-18T04:10:57.767Zupload error: rule "/work/test/multicast_validation" required a match, but was not used
7562026-07-18T04:10:57.767Zupload error: rule "/work/test/multicast_source_filter" required a match, but was not used