01KM77HJ1F9KJP9C10HZ861N1E: opte-xde

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

Buildomat Job: 01KM77KS04C131E1SNC619A9Y8

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-21T03:43:46.370Zjob assigned to worker 01KM77QQVX1KTQFDD9Y49YMZHA [factory aws, i-0b4c5b7ff34d1e2d9] (queued for 4 m 23 s)
 
22026-03-21T03:43:53.961Zstarting task 0: "setup"
32026-03-21T03:43:53.965Z++ uname -s
42026-03-21T03:43:53.969Z+ kern=SunOS
52026-03-21T03:43:53.969Z+ build_user=build
62026-03-21T03:43:53.969Z+ build_uid=12345
72026-03-21T03:43:53.969Z+ work_dir=/work
82026-03-21T03:43:53.969Z+ input_dir=/input
92026-03-21T03:43:53.969Z+ [[ 0 == 12345 ]]
102026-03-21T03:43:53.970Z+ case "$kern" in
112026-03-21T03:43:53.970Z+ groupadd -g 12345 build
122026-03-21T03:43:53.973Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-21T03:43:56.057Z+ zfs create -o mountpoint=/work rpool/work
142026-03-21T03:43:56.096Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-21T03:43:56.099Z+ home_fs=zfs
162026-03-21T03:43:56.099Z+ [[ zfs == autofs ]]
172026-03-21T03:43:56.099Z+ mkdir -p /home/build
182026-03-21T03:43:56.099Z+ chown build:build /home/build /work
192026-03-21T03:43:58.116Z+ chmod 0700 /home/build /work
202026-03-21T03:43:58.162Zprocess exited: duration 4136 ms, exit code 0
 
212026-03-21T03:43:58.226Zstarting task 1: "rust-toolchain"
222026-03-21T03:43:58.256Z+ printf ' * rust toolchain channel = "%s"\n' 1.93.1
232026-03-21T03:43:58.256Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-21T03:43:58.256Z * rust toolchain channel = "1.93.1"
252026-03-21T03:43:58.256Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-03-21T03:43:58.256Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-21T03:43:58.256Z * rust toolchain profile = "default"
282026-03-21T03:43:58.256Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-21T03:43:58.256Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default
302026-03-21T03:43:58.467Zinfo: downloading installer
312026-03-21T03:44:00.097Zwarn: It looks like you have an existing installation of Rust at:
322026-03-21T03:44:00.098Zwarn: /opt/ooce/bin
332026-03-21T03:44:00.098Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-21T03:44:00.098Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-21T03:44:00.098Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-21T03:44:00.098Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-21T03:44:00.098Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-21T03:44:00.098Zerror: cannot install while Rust is installed
392026-03-21T03:44:00.098Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-21T03:44:00.098Zwarn: It looks like you have an existing rustup settings file at:
412026-03-21T03:44:00.098Zwarn: /home/build/.rustup/settings.toml
422026-03-21T03:44:00.098Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-21T03:44:00.098Zwarn: instead of the one inferred from the default host triple.
442026-03-21T03:44:00.113Zinfo: profile set to default
452026-03-21T03:44:00.113Zinfo: default host triple is x86_64-unknown-illumos
462026-03-21T03:44:00.126Zinfo: syncing channel updates for 1.93.1-x86_64-unknown-illumos
472026-03-21T03:44:00.303Zinfo: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11)
482026-03-21T03:44:00.336Zinfo: downloading 6 components
492026-03-21T03:44:18.833Zinfo: default toolchain set to 1.93.1-x86_64-unknown-illumos
502026-03-21T03:44:18.833Z
512026-03-21T03:44:18.870Z 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
522026-03-21T03:44:18.870Z
532026-03-21T03:44:18.874Z
542026-03-21T03:44:18.874ZRust is installed now. Great!
552026-03-21T03:44:18.874Z
562026-03-21T03:44:18.874ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-21T03:44:18.875Zenvironment variable. This has not been done automatically.
582026-03-21T03:44:18.875Z
592026-03-21T03:44:18.875ZTo configure your current shell, you need to source
602026-03-21T03:44:18.875Zthe corresponding env file under $HOME/.cargo.
612026-03-21T03:44:18.875Z
622026-03-21T03:44:18.875ZThis is usually done by running one of the following (note the leading DOT):
632026-03-21T03:44:18.875Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-21T03:44:18.875Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-21T03:44:18.875Zsource "~/.cargo/env.nu" # For nushell
662026-03-21T03:44:18.875Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-21T03:44:18.875Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-21T03:44:18.875Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-21T03:44:18.875Zwarn: no default linker (`cc`) was found in your PATH
702026-03-21T03:44:18.875Zwarn: many Rust crates require a system C toolchain to build
712026-03-21T03:44:18.984Z+ rustup --version
722026-03-21T03:44:18.995Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-21T03:44:18.997Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-21T03:44:19.021Zinfo: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
752026-03-21T03:44:19.025Z+ cargo --version
762026-03-21T03:44:19.041Zcargo 1.93.1 (083ac5135 2025-12-15)
772026-03-21T03:44:19.044Z+ rustc --version
782026-03-21T03:44:19.068Zrustc 1.93.1 (01f6ddf75 2026-02-11)
792026-03-21T03:44:19.071Zprocess exited: duration 20856 ms, exit code 0
 
802026-03-21T03:44:19.076Zstarting task 2: "authentication"
812026-03-21T03:44:19.096Zprocess exited: duration 19 ms, exit code 0
 
822026-03-21T03:44:19.104Zstarting task 3: "clone repository"
832026-03-21T03:44:19.108Z+ mkdir -p /work/oxidecomputer/opte
842026-03-21T03:44:19.117Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-03-21T03:44:19.143ZCloning into '/work/oxidecomputer/opte'...
862026-03-21T03:44:19.949Z+ cd /work/oxidecomputer/opte
872026-03-21T03:44:19.950Z+ git fetch origin d66750995f77d2d6157a8e6d69e685a508be9634
882026-03-21T03:44:20.204ZFrom https://github.com/oxidecomputer/opte
892026-03-21T03:44:20.204Z * branch d66750995f77d2d6157a8e6d69e685a508be9634 -> FETCH_HEAD
902026-03-21T03:44:20.214Z+ [[ -n renovate/smoltcp-0.x ]]
912026-03-21T03:44:20.219Z++ git branch --show-current
922026-03-21T03:44:20.219Z+ current=master
932026-03-21T03:44:20.219Z+ [[ master != renovate/smoltcp-0.x ]]
942026-03-21T03:44:20.219Z+ git branch -f renovate/smoltcp-0.x d66750995f77d2d6157a8e6d69e685a508be9634
952026-03-21T03:44:20.223Z+ git checkout -f renovate/smoltcp-0.x
962026-03-21T03:44:20.247ZSwitched to branch 'renovate/smoltcp-0.x'
972026-03-21T03:44:20.251Z+ git reset --hard d66750995f77d2d6157a8e6d69e685a508be9634
982026-03-21T03:44:20.276ZHEAD is now at d667509 Update Rust crate smoltcp to 0.13
992026-03-21T03:44:20.287Zprocess exited: duration 1161 ms, exit code 0
 
1002026-03-21T03:44:20.711Zstarting task 4: "build"
1012026-03-21T03:44:20.714Z+ source .github/buildomat/common.sh
1022026-03-21T03:44:20.714Z++ rustup show active-toolchain
1032026-03-21T03:44:20.714Z1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-03-21T03:44:20.714Z++ pushd xde
1052026-03-21T03:44:20.714Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-03-21T03:44:20.714Z++ rustup show active-toolchain
1072026-03-21T03:44:20.714Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1082026-03-21T03:44:20.714Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1092026-03-21T03:44:20.714Zinfo: downloading 6 components
1102026-03-21T03:44:36.776Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-03-21T03:44:36.878Z+++ rustup show active-toolchain -v
1122026-03-21T03:44:36.884Z+++ head -n 1
1132026-03-21T03:44:36.884Z+++ cut '-d ' -f1
1142026-03-21T03:44:36.947Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1152026-03-21T03:44:36.947Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1162026-03-21T03:44:36.947Z++ popd
1172026-03-21T03:44:36.952Z/work/oxidecomputer/opte
1182026-03-21T03:44:36.952Z+ TGT_BASE=/work
1192026-03-21T03:44:36.952Z+ DBG_SRC=target/x86_64-unknown-unknown/debug
1202026-03-21T03:44:36.952Z+ DBG_LINK_SRC=target/i686-unknown-illumos/debug
1212026-03-21T03:44:36.952Z+ DBG_TGT=/work/debug
1222026-03-21T03:44:36.952Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1232026-03-21T03:44:36.952Z+ REL_LINK_SRC=target/i686-unknown-illumos/release
1242026-03-21T03:44:36.952Z+ REL_TGT=/work/release
1252026-03-21T03:44:36.952Z+ mkdir -p /work/debug /work/release
1262026-03-21T03:44:36.952Z+ cargo --version
1272026-03-21T03:44:36.965Zcargo 1.93.1 (083ac5135 2025-12-15)
1282026-03-21T03:44:36.974Z+ rustc --version
1292026-03-21T03:44:36.988Zrustc 1.93.1 (01f6ddf75 2026-02-11)
1302026-03-21T03:44:36.992Z+ install_pkg jq
1312026-03-21T03:44:36.993Z+ set +o errexit
1322026-03-21T03:44:36.993Z+ pfexec pkg install jq
1332026-03-21T03:44:45.213Z Startup: Refreshing catalog 'helios-dev' ... Done
1342026-03-21T03:44:55.050Z Startup: Caching catalogs ... Done
1352026-03-21T03:45:17.584ZPlanning: Solver setup ... Done
1362026-03-21T03:45:17.735ZPlanning: Running solver ... Done
1372026-03-21T03:45:17.918ZPlanning: Consolidating action changes ... Done
1382026-03-21T03:45:17.921ZPlanning: Evaluating mediators ... Done
1392026-03-21T03:45:17.922ZPlanning: Planning completed in 22.72 seconds
1402026-03-21T03:45:17.941ZNo updates necessary for this image.
1412026-03-21T03:45:19.365Z+ exit_code=4
1422026-03-21T03:45:19.365Z+ [[ 4 -ne 0 ]]
1432026-03-21T03:45:19.365Z+ [[ 4 -ne 4 ]]
1442026-03-21T03:45:19.368Z+ set -o errexit
1452026-03-21T03:45:19.368Z+ pushd xde
1462026-03-21T03:45:19.368Z+ cp xde.conf /work/xde.conf
1472026-03-21T03:45:19.368Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1482026-03-21T03:45:19.368Z+ header 'check style'
1492026-03-21T03:45:19.368Z+ echo '# ==== check style ==== #'
1502026-03-21T03:45:19.368Z# ==== check style ==== #
1512026-03-21T03:45:19.368Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check
1522026-03-21T03:45:19.682Z
1532026-03-21T03:45:19.683Zreal 0.310885295
1542026-03-21T03:45:19.683Zuser 0.212905296
1552026-03-21T03:45:19.683Zsys 0.087513018
1562026-03-21T03:45:19.687Ztrap 0.000023860
1572026-03-21T03:45:19.687Ztflt 0.000023508
1582026-03-21T03:45:19.687Zdflt 0.000015863
1592026-03-21T03:45:19.687Zkflt 0.000000000
1602026-03-21T03:45:19.687Zlock 0.067485417
1612026-03-21T03:45:19.687Zslp 0.265846288
1622026-03-21T03:45:19.687Zlat 0.000253510
1632026-03-21T03:45:19.687Zstop 0.000118729
1642026-03-21T03:45:19.687Z+ header analyze
1652026-03-21T03:45:19.687Z+ echo '# ==== analyze ==== #'
1662026-03-21T03:45:19.687Z# ==== analyze ==== #
1672026-03-21T03:45:19.687Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
1682026-03-21T03:45:19.915Z Updating crates.io index
1692026-03-21T03:45:19.965Z Updating git repository `https://github.com/oxidecomputer/falcon`
1702026-03-21T03:45:20.640Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1712026-03-21T03:45:21.289Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1722026-03-21T03:45:21.650Z Updating git repository `https://github.com/oxidecomputer/zone`
1732026-03-21T03:45:22.210Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1742026-03-21T03:45:22.430Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1752026-03-21T03:45:22.706Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1762026-03-21T03:45:25.300Z Downloading crates ...
1772026-03-21T03:45:25.359Z Downloaded crc32fast v1.5.0
1782026-03-21T03:45:25.363Z Downloaded fnv v1.0.7
1792026-03-21T03:45:25.369Z Downloaded serde_derive v1.0.228
1802026-03-21T03:45:25.373Z Downloaded ingot v0.1.1
1812026-03-21T03:45:25.388Z Downloaded zerocopy v0.8.42
1822026-03-21T03:45:25.397Z Downloaded bitflags v2.11.0
1832026-03-21T03:45:25.404Z Downloaded thiserror v2.0.18
1842026-03-21T03:45:25.416Z Downloaded aho-corasick v1.1.4
1852026-03-21T03:45:25.421Z Downloaded ingot-types v0.1.2
1862026-03-21T03:45:25.428Z Downloaded embedded-io v0.4.0
1872026-03-21T03:45:25.428Z Downloaded defmt-parser v1.0.0
1882026-03-21T03:45:25.428Z Downloaded thiserror-impl v2.0.18
1892026-03-21T03:45:25.433Z Downloaded defmt v1.0.1
1902026-03-21T03:45:25.433Z Downloaded ref-cast-impl v1.0.25
1912026-03-21T03:45:25.433Z Downloaded darling v0.21.3
1922026-03-21T03:45:25.433Z Downloaded strsim v0.11.1
1932026-03-21T03:45:25.437Z Downloaded version_check v0.9.5
1942026-03-21T03:45:25.437Z Downloaded macaddr v1.0.1
1952026-03-21T03:45:25.444Z Downloaded cobs v0.3.0
1962026-03-21T03:45:25.448Z Downloaded proc-macro-error2 v2.0.1
1972026-03-21T03:45:25.455Z Downloaded heapless v0.9.2
1982026-03-21T03:45:25.462Z Downloaded stable_deref_trait v1.2.1
1992026-03-21T03:45:25.462Z Downloaded defmt v0.3.100
2002026-03-21T03:45:25.462Z Downloaded darling_macro v0.21.3
2012026-03-21T03:45:25.468Z Downloaded proc-macro-error-attr2 v2.0.0
2022026-03-21T03:45:25.468Z Downloaded byteorder v1.5.0
2032026-03-21T03:45:25.468Z Downloaded defmt-macros v1.0.1
2042026-03-21T03:45:25.468Z Downloaded ref-cast v1.0.25
2052026-03-21T03:45:25.477Z Downloaded ingot-macros v0.1.1
2062026-03-21T03:45:25.486Z Downloaded proc-macro2 v1.0.106
2072026-03-21T03:45:25.495Z Downloaded quote v1.0.45
2082026-03-21T03:45:25.495Z Downloaded memchr v2.8.0
2092026-03-21T03:45:25.495Z Downloaded unicode-ident v1.0.24
2102026-03-21T03:45:25.505Z Downloaded serde v1.0.228
2112026-03-21T03:45:25.505Z Downloaded cfg-if v1.0.4
2122026-03-21T03:45:25.505Z Downloaded embedded-io v0.6.1
2132026-03-21T03:45:25.512Z Downloaded ident_case v1.0.1
2142026-03-21T03:45:25.512Z Downloaded managed v0.8.0
2152026-03-21T03:45:25.517Z Downloaded hash32 v0.3.1
2162026-03-21T03:45:25.517Z Downloaded dyn-clone v1.0.20
2172026-03-21T03:45:25.517Z Downloaded bitflags v1.3.2
2182026-03-21T03:45:25.528Z Downloaded either v1.15.0
2192026-03-21T03:45:25.540Z Downloaded postcard v1.1.3
2202026-03-21T03:45:25.550Z Downloaded zerocopy-derive v0.8.42
2212026-03-21T03:45:25.554Z Downloaded uuid v1.22.0
2222026-03-21T03:45:25.554Z Downloaded serde_core v1.0.228
2232026-03-21T03:45:25.555Z Downloaded heapless v0.8.0
2242026-03-21T03:45:25.677Z Downloaded darling_core v0.21.3
2252026-03-21T03:45:25.709Z Downloaded itertools v0.14.0
2262026-03-21T03:45:25.709Z Downloaded regex v1.12.3
2272026-03-21T03:45:25.709Z Downloaded smoltcp v0.13.0
2282026-03-21T03:45:25.709Z Downloaded syn v2.0.117
2292026-03-21T03:45:25.709Z Downloaded regex-syntax v0.8.10
2302026-03-21T03:45:25.709Z Downloaded regex-automata v0.4.14
2312026-03-21T03:45:25.709Z Updating crates.io index
2322026-03-21T03:45:25.883Z Downloading crates ...
2332026-03-21T03:45:25.975Z Downloaded adler2 v2.0.1
2342026-03-21T03:45:25.987Z Downloaded rustc-literal-escaper v0.0.7
2352026-03-21T03:45:25.991Z Downloaded foldhash v0.2.0
2362026-03-21T03:45:25.996Z Downloaded rustc-demangle v0.1.27
2372026-03-21T03:45:26.009Z Downloaded addr2line v0.25.1
2382026-03-21T03:45:26.014Z Downloaded miniz_oxide v0.8.9
2392026-03-21T03:45:26.029Z Downloaded gimli v0.32.3
2402026-03-21T03:45:26.065Z Downloaded getopts v0.2.24
2412026-03-21T03:45:26.079Z Downloaded libc v0.2.178
2422026-03-21T03:45:26.101Z Downloaded memchr v2.7.6
2432026-03-21T03:45:26.120Z Downloaded object v0.37.3
2442026-03-21T03:45:26.131Z Downloaded hashbrown v0.16.1
2452026-03-21T03:45:26.181Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
2462026-03-21T03:45:26.181Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
2472026-03-21T03:45:26.185Z Compiling proc-macro2 v1.0.106
2482026-03-21T03:45:26.185Z Compiling unicode-ident v1.0.24
2492026-03-21T03:45:26.185Z Compiling quote v1.0.45
2502026-03-21T03:45:26.185Z Compiling serde_core v1.0.228
2512026-03-21T03:45:26.185Z Compiling strsim v0.11.1
2522026-03-21T03:45:26.185Z Compiling fnv v1.0.7
2532026-03-21T03:45:26.377Z Compiling ident_case v1.0.1
2542026-03-21T03:45:26.406Z Compiling memchr v2.8.0
2552026-03-21T03:45:26.512Z Compiling regex-syntax v0.8.10
2562026-03-21T03:45:26.852Z Compiling zerocopy v0.8.42
2572026-03-21T03:45:26.876Z Compiling thiserror v2.0.18
2582026-03-21T03:45:26.876Z Compiling serde v1.0.228
2592026-03-21T03:45:26.929Z Compiling either v1.15.0
2602026-03-21T03:45:27.178Z Compiling aho-corasick v1.1.4
2612026-03-21T03:45:27.330Z Compiling itertools v0.14.0
2622026-03-21T03:45:27.367Z Compiling heapless v0.9.2
2632026-03-21T03:45:27.564Z Compiling smoltcp v0.13.0
2642026-03-21T03:45:27.787Z Compiling syn v2.0.117
2652026-03-21T03:45:28.007Z Compiling version_check v0.9.5
2662026-03-21T03:45:28.022Z Compiling heapless v0.8.0
2672026-03-21T03:45:28.107Z Compiling crc32fast v1.5.0
2682026-03-21T03:45:28.391Z Compiling ref-cast v1.0.25
2692026-03-21T03:45:28.533Z Compiling regex-automata v0.4.14
2702026-03-21T03:45:28.653Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2712026-03-21T03:45:30.739Z Compiling regex v1.12.3
2722026-03-21T03:45:31.126Z Compiling darling_core v0.21.3
2732026-03-21T03:45:32.245Z Compiling thiserror-impl v2.0.18
2742026-03-21T03:45:32.245Z Compiling serde_derive v1.0.228
2752026-03-21T03:45:32.248Z Compiling zerocopy-derive v0.8.42
2762026-03-21T03:45:32.248Z Compiling ref-cast-impl v1.0.25
2772026-03-21T03:45:32.248Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2782026-03-21T03:45:34.053Z Compiling darling_macro v0.21.3
2792026-03-21T03:45:35.159Z Compiling darling v0.21.3
2802026-03-21T03:45:35.233Z Compiling ingot-macros v0.1.1
2812026-03-21T03:45:35.236Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
2822026-03-21T03:45:42.741Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
2832026-03-21T03:45:45.648Z Checking byteorder v1.5.0
2842026-03-21T03:45:45.648Z Checking stable_deref_trait v1.2.1
2852026-03-21T03:45:45.652Z Checking macaddr v1.0.1
2862026-03-21T03:45:45.652Z Checking cfg-if v1.0.4
2872026-03-21T03:45:45.652Z Checking bitflags v1.3.2
2882026-03-21T03:45:45.731Z Checking managed v0.8.0
2892026-03-21T03:45:45.771Z Checking cobs v0.3.0
2902026-03-21T03:45:45.852Z Checking hash32 v0.3.1
2912026-03-21T03:45:45.884Z Checking dyn-clone v1.0.20
2922026-03-21T03:45:45.924Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
2932026-03-21T03:45:47.739Z Checking bitflags v2.11.0
2942026-03-21T03:45:47.739Z Checking uuid v1.22.0
2952026-03-21T03:45:47.809Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2962026-03-21T03:45:48.147Z Checking postcard v1.1.3
2972026-03-21T03:45:49.458Z Checking ingot-types v0.1.2
2982026-03-21T03:45:49.846Z Checking ingot v0.1.1
2992026-03-21T03:45:51.816Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3002026-03-21T03:45:52.017Zerror[E0423]: expected function, tuple struct or tuple variant, found struct `smoltcp::wire::Ipv6Address`
3012026-03-21T03:45:52.017Z --> crates/opte-api/src/ip.rs:792:20
3022026-03-21T03:45:52.017Z |
3032026-03-21T03:45:52.017Z792 | let sip6 = smoltcp::wire::Ipv6Address(self.bytes());
3042026-03-21T03:45:52.017Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3052026-03-21T03:45:52.017Z |
3062026-03-21T03:45:52.017Z ::: /home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core/src/net/ip_addr.rs:166:1
3072026-03-21T03:45:52.017Z |
3082026-03-21T03:45:52.017Z166 | pub struct Ipv6Addr {
3092026-03-21T03:45:52.017Z | ------------------- `smoltcp::wire::Ipv6Address` defined here
3102026-03-21T03:45:52.017Z |
3112026-03-21T03:45:52.017Zhelp: you might have meant to use an associated function to build this type
3122026-03-21T03:45:52.017Z |
3132026-03-21T03:45:52.017Z792 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes());
3142026-03-21T03:45:52.017Z792 + let sip6 = smoltcp::wire::Ipv6Address::new(_, _, _, _, _, _, _, _);
3152026-03-21T03:45:52.017Z |
3162026-03-21T03:45:52.018Z792 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes());
3172026-03-21T03:45:52.018Z792 + let sip6 = smoltcp::wire::Ipv6Address::from_bits(_);
3182026-03-21T03:45:52.018Z |
3192026-03-21T03:45:52.018Z792 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes());
3202026-03-21T03:45:52.018Z792 + let sip6 = smoltcp::wire::Ipv6Address::from_segments(_);
3212026-03-21T03:45:52.018Z |
3222026-03-21T03:45:52.018Z792 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes());
3232026-03-21T03:45:52.018Z792 + let sip6 = smoltcp::wire::Ipv6Address::from_octets(_);
3242026-03-21T03:45:52.018Z |
3252026-03-21T03:45:52.018Z
3262026-03-21T03:45:52.160Zerror[E0119]: conflicting implementations of trait `core::convert::From<core::net::Ipv4Addr>` for type `ip::Ipv4Addr`
3272026-03-21T03:45:52.160Z --> crates/opte-api/src/ip.rs:507:1
3282026-03-21T03:45:52.160Z |
3292026-03-21T03:45:52.160Z495 | impl From<core::net::Ipv4Addr> for Ipv4Addr {
3302026-03-21T03:45:52.160Z | ------------------------------------------- first implementation here
3312026-03-21T03:45:52.160Z...
3322026-03-21T03:45:52.160Z507 | impl From<smoltcp::wire::Ipv4Address> for Ipv4Addr {
3332026-03-21T03:45:52.160Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv4Addr`
3342026-03-21T03:45:52.160Z
3352026-03-21T03:45:52.160Zerror[E0119]: conflicting implementations of trait `core::convert::From<ip::Ipv4Addr>` for type `core::net::Ipv4Addr`
3362026-03-21T03:45:52.160Z --> crates/opte-api/src/ip.rs:514:1
3372026-03-21T03:45:52.160Z |
3382026-03-21T03:45:52.160Z501 | impl From<Ipv4Addr> for core::net::Ipv4Addr {
3392026-03-21T03:45:52.160Z | ------------------------------------------- first implementation here
3402026-03-21T03:45:52.160Z...
3412026-03-21T03:45:52.160Z514 | impl From<Ipv4Addr> for smoltcp::wire::Ipv4Address {
3422026-03-21T03:45:52.160Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `core::net::Ipv4Addr`
3432026-03-21T03:45:52.160Z
3442026-03-21T03:45:52.181Zerror[E0119]: conflicting implementations of trait `core::convert::From<core::net::Ipv6Addr>` for type `ip::Ipv6Addr`
3452026-03-21T03:45:52.181Z --> crates/opte-api/src/ip.rs:809:1
3462026-03-21T03:45:52.181Z |
3472026-03-21T03:45:52.181Z797 | impl From<core::net::Ipv6Addr> for Ipv6Addr {
3482026-03-21T03:45:52.181Z | ------------------------------------------- first implementation here
3492026-03-21T03:45:52.181Z...
3502026-03-21T03:45:52.182Z809 | impl From<smoltcp::wire::Ipv6Address> for Ipv6Addr {
3512026-03-21T03:45:52.182Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv6Addr`
3522026-03-21T03:45:52.182Z
3532026-03-21T03:45:52.182Zerror[E0119]: conflicting implementations of trait `core::convert::From<ip::Ipv6Addr>` for type `core::net::Ipv6Addr`
3542026-03-21T03:45:52.182Z --> crates/opte-api/src/ip.rs:818:1
3552026-03-21T03:45:52.182Z |
3562026-03-21T03:45:52.182Z803 | impl From<Ipv6Addr> for core::net::Ipv6Addr {
3572026-03-21T03:45:52.182Z | ------------------------------------------- first implementation here
3582026-03-21T03:45:52.182Z...
3592026-03-21T03:45:52.182Z818 | impl From<Ipv6Addr> for smoltcp::wire::Ipv6Address {
3602026-03-21T03:45:52.182Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `core::net::Ipv6Addr`
3612026-03-21T03:45:52.182Z
3622026-03-21T03:45:52.402Zerror[E0599]: no method named `as_bytes` found for struct `core::net::Ipv4Addr` in the current scope
3632026-03-21T03:45:52.402Z --> crates/opte-api/src/ip.rs:509:29
3642026-03-21T03:45:52.402Z |
3652026-03-21T03:45:52.402Z509 | let bytes = smolip4.as_bytes();
3662026-03-21T03:45:52.402Z | ^^^^^^^^ method not found in `core::net::Ipv4Addr`
3672026-03-21T03:45:52.402Z
3682026-03-21T03:45:52.419Zerror[E0599]: no function or associated item named `from_bytes` found for struct `core::net::Ipv4Addr` in the current scope
3692026-03-21T03:45:52.419Z --> crates/opte-api/src/ip.rs:516:15
3702026-03-21T03:45:52.419Z |
3712026-03-21T03:45:52.419Z516 | Self::from_bytes(&ip)
3722026-03-21T03:45:52.419Z | ^^^^^^^^^^ function or associated item not found in `core::net::Ipv4Addr`
3732026-03-21T03:45:52.419Z |
3742026-03-21T03:45:52.419Znote: if you're trying to build a new `core::net::Ipv4Addr` consider using one of the following associated functions:
3752026-03-21T03:45:52.419Z core::net::Ipv4Addr::new
3762026-03-21T03:45:52.419Z core::net::Ipv4Addr::from_bits
3772026-03-21T03:45:52.419Z core::net::Ipv4Addr::from_octets
3782026-03-21T03:45:52.419Z core::net::parser::<impl core::net::Ipv4Addr>::parse_ascii
3792026-03-21T03:45:52.419Z --> /home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core/src/net/ip_addr.rs:495:5
3802026-03-21T03:45:52.420Z |
3812026-03-21T03:45:52.420Z495 | pub const fn new(a: u8, b: u8, c: u8, d: u8) -> Ipv4Addr {
3822026-03-21T03:45:52.420Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3832026-03-21T03:45:52.420Z...
3842026-03-21T03:45:52.420Z560 | pub const fn from_bits(bits: u32) -> Ipv4Addr {
3852026-03-21T03:45:52.420Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3862026-03-21T03:45:52.420Z...
3872026-03-21T03:45:52.420Z638 | pub const fn from_octets(octets: [u8; 4]) -> Ipv4Addr {
3882026-03-21T03:45:52.420Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3892026-03-21T03:45:52.420Z |
3902026-03-21T03:45:52.420Z ::: /home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core/src/net/parser.rs:336:5
3912026-03-21T03:45:52.420Z |
3922026-03-21T03:45:52.420Z336 | pub fn parse_ascii(b: &[u8]) -> Result<Self, AddrParseError> {
3932026-03-21T03:45:52.420Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3942026-03-21T03:45:52.420Zhelp: there is an associated function `from_bits` with a similar name
3952026-03-21T03:45:52.420Z |
3962026-03-21T03:45:52.420Z516 - Self::from_bytes(&ip)
3972026-03-21T03:45:52.420Z516 + Self::from_bits(&ip)
3982026-03-21T03:45:52.420Z |
3992026-03-21T03:45:52.420Z
4002026-03-21T03:45:52.425Zerror[E0599]: no method named `as_bytes` found for struct `core::net::Ipv6Addr` in the current scope
4012026-03-21T03:45:52.425Z --> crates/opte-api/src/ip.rs:813:34
4022026-03-21T03:45:52.425Z |
4032026-03-21T03:45:52.425Z813 | let bytes: [u8; 16] = ip.as_bytes().try_into().unwrap();
4042026-03-21T03:45:52.425Z | ^^^^^^^^ method not found in `core::net::Ipv6Addr`
4052026-03-21T03:45:52.425Z
4062026-03-21T03:45:52.430Zerror[E0599]: no function or associated item named `from_bytes` found for struct `core::net::Ipv6Addr` in the current scope
4072026-03-21T03:45:52.430Z --> crates/opte-api/src/ip.rs:821:15
4082026-03-21T03:45:52.430Z |
4092026-03-21T03:45:52.430Z 821 | Self::from_bytes(&ip)
4102026-03-21T03:45:52.430Z | ^^^^^^^^^^ function or associated item not found in `core::net::Ipv6Addr`
4112026-03-21T03:45:52.430Z |
4122026-03-21T03:45:52.430Znote: if you're trying to build a new `core::net::Ipv6Addr` consider using one of the following associated functions:
4132026-03-21T03:45:52.430Z core::net::Ipv6Addr::new
4142026-03-21T03:45:52.430Z core::net::Ipv6Addr::from_bits
4152026-03-21T03:45:52.430Z core::net::Ipv6Addr::from_segments
4162026-03-21T03:45:52.430Z core::net::Ipv6Addr::from_octets
4172026-03-21T03:45:52.430Z core::net::parser::<impl core::net::Ipv6Addr>::parse_ascii
4182026-03-21T03:45:52.430Z --> /home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core/src/net/ip_addr.rs:1297:5
4192026-03-21T03:45:52.430Z |
4202026-03-21T03:45:52.430Z1297 | pub const fn new(a: u16, b: u16, c: u16, d: u16, e: u16, f: u16, g: u16, h: u16) -> Ipv6Addr {
4212026-03-21T03:45:52.430Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4222026-03-21T03:45:52.430Z...
4232026-03-21T03:45:52.430Z1392 | pub const fn from_bits(bits: u128) -> Ipv6Addr {
4242026-03-21T03:45:52.430Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4252026-03-21T03:45:52.430Z...
4262026-03-21T03:45:52.430Z1485 | pub const fn from_segments(segments: [u16; 8]) -> Ipv6Addr {
4272026-03-21T03:45:52.430Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4282026-03-21T03:45:52.430Z...
4292026-03-21T03:45:52.430Z2050 | pub const fn from_octets(octets: [u8; 16]) -> Ipv6Addr {
4302026-03-21T03:45:52.430Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4312026-03-21T03:45:52.430Z |
4322026-03-21T03:45:52.430Z ::: /home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core/src/net/parser.rs:367:5
4332026-03-21T03:45:52.430Z |
4342026-03-21T03:45:52.430Z 367 | pub fn parse_ascii(b: &[u8]) -> Result<Self, AddrParseError> {
4352026-03-21T03:45:52.430Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4362026-03-21T03:45:52.430Zhelp: there is an associated function `from_bits` with a similar name
4372026-03-21T03:45:52.430Z |
4382026-03-21T03:45:52.430Z 821 - Self::from_bytes(&ip)
4392026-03-21T03:45:52.431Z 821 + Self::from_bits(&ip)
4402026-03-21T03:45:52.431Z |
4412026-03-21T03:45:52.431Z
4422026-03-21T03:45:52.960ZSome errors have detailed explanations: E0119, E0423, E0599.
4432026-03-21T03:45:52.960ZFor more information about an error, try `rustc --explain E0119`.
4442026-03-21T03:45:52.990Zerror: could not compile `opte-api` (lib) due to 9 previous errors
4452026-03-21T03:45:53.124Z
4462026-03-21T03:45:53.127Zreal 33.425014536
4472026-03-21T03:45:53.127Zuser 1:30.306636653
4482026-03-21T03:45:53.127Zsys 11.726686703
4492026-03-21T03:45:53.127Ztrap 0.036327060
4502026-03-21T03:45:53.127Ztflt 0.044462606
4512026-03-21T03:45:53.127Zdflt 0.218613611
4522026-03-21T03:45:53.127Zkflt 0.001755432
4532026-03-21T03:45:53.127Zlock 4:40.310732687
4542026-03-21T03:45:53.127Zslp 3:52.497168628
4552026-03-21T03:45:53.127Zlat 3.153148645
4562026-03-21T03:45:53.127Zstop 8.426105707
4572026-03-21T03:45:53.127Zprocess exited: duration 92783 ms, exit code 101
 
4582026-03-21T03:45:53.138Zfound 1 output files
4592026-03-21T03:45:53.138Zuploading: /work/xde.conf (79 bytes)
4602026-03-21T03:45:54.153Zuploaded: /work/xde.conf
4612026-03-21T03:45:54.154Zupload error: rule "/work/debug/xde.dbg" required a match, but was not used
4622026-03-21T03:45:54.154Zupload error: rule "/work/debug/xde.dbg.sha256" required a match, but was not used
4632026-03-21T03:45:54.154Zupload error: rule "/work/debug/xde_link.dbg.so" required a match, but was not used
4642026-03-21T03:45:54.154Zupload error: rule "/work/debug/xde_link.dbg.so.sha256" required a match, but was not used
4652026-03-21T03:45:54.154Zupload error: rule "/work/release/xde" required a match, but was not used
4662026-03-21T03:45:54.154Zupload error: rule "/work/release/xde.sha256" required a match, but was not used
4672026-03-21T03:45:54.154Zupload error: rule "/work/release/xde_link.so" required a match, but was not used
4682026-03-21T03:45:54.154Zupload error: rule "/work/release/xde_link.so.sha256" required a match, but was not used
4692026-03-21T03:45:54.154Zupload error: rule "/work/test/loopback" required a match, but was not used
4702026-03-21T03:45:54.154Zupload error: rule "/work/test/multicast_rx" required a match, but was not used
4712026-03-21T03:45:54.154Zupload error: rule "/work/test/multicast_multi_sub" required a match, but was not used
4722026-03-21T03:45:54.154Zupload error: rule "/work/test/multicast_validation" required a match, but was not used