01KM77HJ15WK4X7KFRZ3ZDDYH3: opte

BasicConfig {
    output_rules: [],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KM77KQM970MWJ0YHVADR6CZ1

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-21T03:42:54.123Zjob assigned to worker 01KM77R9MBH29G36JXD1FV879C [factory aws, i-0518f498ddc5b161b] (queued for 3 m 33 s)
 
22026-03-21T03:43:02.357Zstarting task 0: "setup"
32026-03-21T03:43:02.362Z++ uname -s
42026-03-21T03:43:02.365Z+ kern=SunOS
52026-03-21T03:43:02.365Z+ build_user=build
62026-03-21T03:43:02.365Z+ build_uid=12345
72026-03-21T03:43:02.365Z+ work_dir=/work
82026-03-21T03:43:02.365Z+ input_dir=/input
92026-03-21T03:43:02.365Z+ [[ 0 == 12345 ]]
102026-03-21T03:43:02.365Z+ case "$kern" in
112026-03-21T03:43:02.365Z+ groupadd -g 12345 build
122026-03-21T03:43:02.369Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-21T03:43:04.485Z+ zfs create -o mountpoint=/work rpool/work
142026-03-21T03:43:04.558Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-21T03:43:04.569Z+ home_fs=zfs
162026-03-21T03:43:04.569Z+ [[ zfs == autofs ]]
172026-03-21T03:43:04.569Z+ mkdir -p /home/build
182026-03-21T03:43:04.569Z+ chown build:build /home/build /work
192026-03-21T03:43:06.503Z+ chmod 0700 /home/build /work
202026-03-21T03:43:06.508Zprocess exited: duration 4151 ms, exit code 0
 
212026-03-21T03:43:06.515Zstarting task 1: "rust-toolchain"
222026-03-21T03:43:06.520Z+ printf ' * rust toolchain channel = "%s"\n' 1.93.1
232026-03-21T03:43:06.520Z * rust toolchain channel = "1.93.1"
242026-03-21T03:43:06.520Z * rust toolchain profile = "default"
252026-03-21T03:43:06.520Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-21T03:43:06.520Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-21T03:43:06.520Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-21T03:43:06.523Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-21T03:43:06.523Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default
302026-03-21T03:43:06.608Zinfo: downloading installer
312026-03-21T03:43:08.550Zwarn: It looks like you have an existing installation of Rust at:
322026-03-21T03:43:08.550Zwarn: /opt/ooce/bin
332026-03-21T03:43:08.550Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-21T03:43:08.550Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-21T03:43:08.550Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-21T03:43:08.550Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-21T03:43:08.550Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-21T03:43:08.550Zerror: cannot install while Rust is installed
392026-03-21T03:43:08.550Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-21T03:43:08.550Zwarn: It looks like you have an existing rustup settings file at:
412026-03-21T03:43:08.550Zwarn: /home/build/.rustup/settings.toml
422026-03-21T03:43:08.550Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-21T03:43:08.550Zwarn: instead of the one inferred from the default host triple.
442026-03-21T03:43:08.567Zinfo: profile set to default
452026-03-21T03:43:08.567Zinfo: default host triple is x86_64-unknown-illumos
462026-03-21T03:43:08.570Zinfo: syncing channel updates for 1.93.1-x86_64-unknown-illumos
472026-03-21T03:43:08.782Zinfo: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11)
482026-03-21T03:43:08.785Zinfo: downloading 6 components
492026-03-21T03:43:26.815Zinfo: default toolchain set to 1.93.1-x86_64-unknown-illumos
502026-03-21T03:43:26.815Z
512026-03-21T03:43:26.848Z 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
522026-03-21T03:43:26.848Z
532026-03-21T03:43:26.855Z
542026-03-21T03:43:26.855ZRust is installed now. Great!
552026-03-21T03:43:26.855Z
562026-03-21T03:43:26.855ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-21T03:43:26.855Zenvironment variable. This has not been done automatically.
582026-03-21T03:43:26.855Z
592026-03-21T03:43:26.855ZTo configure your current shell, you need to source
602026-03-21T03:43:26.855Zthe corresponding env file under $HOME/.cargo.
612026-03-21T03:43:26.855Z
622026-03-21T03:43:26.855ZThis is usually done by running one of the following (note the leading DOT):
632026-03-21T03:43:26.855Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-21T03:43:26.856Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-21T03:43:26.856Zsource "~/.cargo/env.nu" # For nushell
662026-03-21T03:43:26.856Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-21T03:43:26.856Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-21T03:43:26.856Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-21T03:43:26.856Zwarn: no default linker (`cc`) was found in your PATH
702026-03-21T03:43:26.856Zwarn: many Rust crates require a system C toolchain to build
712026-03-21T03:43:26.953Z+ rustup --version
722026-03-21T03:43:26.964Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-21T03:43:26.967Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-21T03:43:26.990Zinfo: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
752026-03-21T03:43:26.993Z+ cargo --version
762026-03-21T03:43:27.008Zcargo 1.93.1 (083ac5135 2025-12-15)
772026-03-21T03:43:27.014Z+ rustc --version
782026-03-21T03:43:27.034Zrustc 1.93.1 (01f6ddf75 2026-02-11)
792026-03-21T03:43:27.038Zprocess exited: duration 20524 ms, exit code 0
 
802026-03-21T03:43:27.046Zstarting task 2: "authentication"
812026-03-21T03:43:27.064Zprocess exited: duration 19 ms, exit code 0
 
822026-03-21T03:43:27.072Zstarting task 3: "clone repository"
832026-03-21T03:43:27.083Z+ mkdir -p /work/oxidecomputer/opte
842026-03-21T03:43:27.086Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-03-21T03:43:27.113ZCloning into '/work/oxidecomputer/opte'...
862026-03-21T03:43:27.916Z+ cd /work/oxidecomputer/opte
872026-03-21T03:43:27.917Z+ git fetch origin d66750995f77d2d6157a8e6d69e685a508be9634
882026-03-21T03:43:28.202ZFrom https://github.com/oxidecomputer/opte
892026-03-21T03:43:28.202Z * branch d66750995f77d2d6157a8e6d69e685a508be9634 -> FETCH_HEAD
902026-03-21T03:43:28.210Z+ [[ -n renovate/smoltcp-0.x ]]
912026-03-21T03:43:28.214Z++ git branch --show-current
922026-03-21T03:43:28.214Z+ current=master
932026-03-21T03:43:28.215Z+ [[ master != renovate/smoltcp-0.x ]]
942026-03-21T03:43:28.215Z+ git branch -f renovate/smoltcp-0.x d66750995f77d2d6157a8e6d69e685a508be9634
952026-03-21T03:43:28.220Z+ git checkout -f renovate/smoltcp-0.x
962026-03-21T03:43:28.239ZSwitched to branch 'renovate/smoltcp-0.x'
972026-03-21T03:43:28.242Z+ git reset --hard d66750995f77d2d6157a8e6d69e685a508be9634
982026-03-21T03:43:28.263ZHEAD is now at d667509 Update Rust crate smoltcp to 0.13
992026-03-21T03:43:28.267Zprocess exited: duration 1192 ms, exit code 0
 
1002026-03-21T03:43:28.273Zstarting task 4: "build"
1012026-03-21T03:43:28.278Z+ source .github/buildomat/common.sh
1022026-03-21T03:43:28.281Z++ rustup show active-toolchain
1032026-03-21T03:43:28.285Z1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-03-21T03:43:28.288Z++ pushd xde
1052026-03-21T03:43:28.288Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-03-21T03:43:28.288Z++ rustup show active-toolchain
1072026-03-21T03:43:28.292Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1082026-03-21T03:43:28.883Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1092026-03-21T03:43:28.886Zinfo: downloading 6 components
1102026-03-21T03:43:46.537Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-03-21T03:43:46.673Z+++ rustup show active-toolchain -v
1122026-03-21T03:43:46.703Z+++ head -n 1
1132026-03-21T03:43:46.703Z+++ cut '-d ' -f1
1142026-03-21T03:43:46.723Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1152026-03-21T03:43:46.723Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1162026-03-21T03:43:46.735Z++ popd
1172026-03-21T03:43:46.735Z/work/oxidecomputer/opte
1182026-03-21T03:43:46.735Z+ cargo --version
1192026-03-21T03:43:46.736Zcargo 1.93.1 (083ac5135 2025-12-15)
1202026-03-21T03:43:46.736Z+ rustc --version
1212026-03-21T03:43:46.757Zrustc 1.93.1 (01f6ddf75 2026-02-11)
1222026-03-21T03:43:46.763Z+ cd lib/opte
1232026-03-21T03:43:46.763Z+ header 'check style'
1242026-03-21T03:43:46.764Z+ echo '# ==== check style ==== #'
1252026-03-21T03:43:46.764Z# ==== check style ==== #
1262026-03-21T03:43:46.764Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check
1272026-03-21T03:43:46.996Z
1282026-03-21T03:43:46.996Zreal 0.240299088
1292026-03-21T03:43:46.996Zuser 0.185994914
1302026-03-21T03:43:46.996Zsys 0.047176426
1312026-03-21T03:43:46.996Ztrap 0.000014871
1322026-03-21T03:43:46.996Ztflt 0.000028122
1332026-03-21T03:43:47.000Zdflt 0.000011780
1342026-03-21T03:43:47.000Zkflt 0.000000000
1352026-03-21T03:43:47.000Zlock 0.060059030
1362026-03-21T03:43:47.000Zslp 0.217374438
1372026-03-21T03:43:47.000Zlat 0.000248566
1382026-03-21T03:43:47.000Zstop 0.000112620
1392026-03-21T03:43:47.000Z+ header 'check docs'
1402026-03-21T03:43:47.000Z+ echo '# ==== check docs ==== #'
1412026-03-21T03:43:47.000Z# ==== check docs ==== #
1422026-03-21T03:43:47.000Z+ RUSTDOCFLAGS='-D warnings'
1432026-03-21T03:43:47.000Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1442026-03-21T03:43:47.086Z Updating crates.io index
1452026-03-21T03:43:47.121Z Updating git repository `https://github.com/oxidecomputer/falcon`
1462026-03-21T03:43:48.089Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1472026-03-21T03:43:48.380Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1482026-03-21T03:43:48.755Z Updating git repository `https://github.com/oxidecomputer/zone`
1492026-03-21T03:43:49.177Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1502026-03-21T03:43:49.426Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1512026-03-21T03:43:49.721Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1522026-03-21T03:43:51.623Z Downloading crates ...
1532026-03-21T03:43:51.712Z Downloaded ident_case v1.0.1
1542026-03-21T03:43:51.718Z Downloaded cfg-if v1.0.4
1552026-03-21T03:43:51.718Z Downloaded stable_deref_trait v1.2.1
1562026-03-21T03:43:51.718Z Downloaded managed v0.8.0
1572026-03-21T03:43:51.718Z Downloaded dyn-clone v1.0.20
1582026-03-21T03:43:51.718Z Downloaded defmt-macros v1.0.1
1592026-03-21T03:43:51.723Z Downloaded pretty-hex v0.4.1
1602026-03-21T03:43:51.723Z Downloaded darling v0.21.3
1612026-03-21T03:43:51.727Z Downloaded scroll v0.13.0
1622026-03-21T03:43:51.727Z Downloaded zmij v1.0.21
1632026-03-21T03:43:51.740Z Downloaded bitflags v1.3.2
1642026-03-21T03:43:51.758Z Downloaded pest_derive v2.8.6
1652026-03-21T03:43:51.763Z Downloaded version_check v0.9.5
1662026-03-21T03:43:51.767Z Downloaded strsim v0.11.1
1672026-03-21T03:43:51.770Z Downloaded dtrace-parser v0.3.0
1682026-03-21T03:43:51.777Z Downloaded proc-macro-error2 v2.0.1
1692026-03-21T03:43:51.786Z Downloaded thiserror v2.0.18
1702026-03-21T03:43:51.792Z Downloaded memchr v2.8.0
1712026-03-21T03:43:51.796Z Downloaded fnv v1.0.7
1722026-03-21T03:43:51.796Z Downloaded ref-cast v1.0.25
1732026-03-21T03:43:51.800Z Downloaded postcard v1.1.3
1742026-03-21T03:43:51.800Z Downloaded plain v0.2.3
1752026-03-21T03:43:51.804Z Downloaded generic-array v0.14.7
1762026-03-21T03:43:51.804Z Downloaded pest_meta v2.8.6
1772026-03-21T03:43:51.809Z Downloaded thread-id v5.1.0
1782026-03-21T03:43:51.809Z Downloaded scroll_derive v0.13.1
1792026-03-21T03:43:51.809Z Downloaded crypto-common v0.1.7
1802026-03-21T03:43:51.816Z Downloaded itoa v1.0.17
1812026-03-21T03:43:51.819Z Downloaded serde_derive v1.0.228
1822026-03-21T03:43:51.837Z Downloaded serde v1.0.228
1832026-03-21T03:43:51.848Z Downloaded unicode-width v0.2.2
1842026-03-21T03:43:51.868Z Downloaded macaddr v1.0.1
1852026-03-21T03:43:51.885Z Downloaded usdt v0.6.0
1862026-03-21T03:43:51.889Z Downloaded tabwriter v1.4.1
1872026-03-21T03:43:51.893Z Downloaded digest v0.10.7
1882026-03-21T03:43:51.893Z Downloaded darling_core v0.21.3
1892026-03-21T03:43:51.898Z Downloaded ref-cast-impl v1.0.25
1902026-03-21T03:43:51.898Z Downloaded proc-macro-error-attr2 v2.0.0
1912026-03-21T03:43:52.315Z Downloaded usdt-attr-macro v0.6.0
1922026-03-21T03:43:52.315Z Downloaded block-buffer v0.10.4
1932026-03-21T03:43:52.320Z Downloaded memmap2 v0.9.10
1942026-03-21T03:43:52.320Z Downloaded cobs v0.3.0
1952026-03-21T03:43:52.320Z Downloaded byteorder v1.5.0
1962026-03-21T03:43:52.320Z Downloaded goblin v0.10.5
1972026-03-21T03:43:52.320Z Downloaded thiserror-impl v2.0.18
1982026-03-21T03:43:52.320Z Downloaded ipnetwork v0.21.1
1992026-03-21T03:43:52.320Z Downloaded ingot-macros v0.1.1
2002026-03-21T03:43:52.320Z Downloaded log v0.4.29
2012026-03-21T03:43:52.320Z Downloaded heapless v0.8.0
2022026-03-21T03:43:52.320Z Downloaded embedded-io v0.6.1
2032026-03-21T03:43:52.320Z Downloaded usdt-macro v0.6.0
2042026-03-21T03:43:52.320Z Downloaded crc32fast v1.5.0
2052026-03-21T03:43:52.320Z Downloaded embedded-io v0.4.0
2062026-03-21T03:43:52.320Z Downloaded either v1.15.0
2072026-03-21T03:43:52.321Z Downloaded proc-macro2 v1.0.106
2082026-03-21T03:43:52.321Z Downloaded unicode-ident v1.0.24
2092026-03-21T03:43:52.321Z Downloaded defmt v0.3.100
2102026-03-21T03:43:52.321Z Downloaded bitflags v2.11.0
2112026-03-21T03:43:52.321Z Downloaded defmt v1.0.1
2122026-03-21T03:43:52.321Z Downloaded serde_core v1.0.228
2132026-03-21T03:43:52.321Z Downloaded hash32 v0.3.1
2142026-03-21T03:43:52.321Z Downloaded darling_macro v0.21.3
2152026-03-21T03:43:52.321Z Downloaded cpufeatures v0.2.17
2162026-03-21T03:43:52.321Z Downloaded ucd-trie v0.1.7
2172026-03-21T03:43:52.321Z Downloaded ingot-types v0.1.2
2182026-03-21T03:43:52.321Z Downloaded ingot v0.1.1
2192026-03-21T03:43:52.321Z Downloaded dof v0.4.0
2202026-03-21T03:43:52.321Z Downloaded serde_tokenstream v0.2.3
2212026-03-21T03:43:52.321Z Downloaded quote v1.0.45
2222026-03-21T03:43:52.321Z Downloaded defmt-parser v1.0.0
2232026-03-21T03:43:52.321Z Downloaded sha2 v0.10.9
2242026-03-21T03:43:52.321Z Downloaded zerocopy-derive v0.8.42
2252026-03-21T03:43:52.321Z Downloaded smoltcp v0.13.0
2262026-03-21T03:43:52.321Z Downloaded regex v1.12.3
2272026-03-21T03:43:52.321Z Downloaded heapless v0.9.2
2282026-03-21T03:43:52.321Z Downloaded aho-corasick v1.1.4
2292026-03-21T03:43:52.321Z Downloaded typenum v1.19.0
2302026-03-21T03:43:52.321Z Downloaded pest_generator v2.8.6
2312026-03-21T03:43:52.321Z Downloaded pest v2.8.6
2322026-03-21T03:43:52.321Z Downloaded usdt-impl v0.6.0
2332026-03-21T03:43:52.321Z Downloaded serde_json v1.0.149
2342026-03-21T03:43:52.321Z Downloaded itertools v0.14.0
2352026-03-21T03:43:52.321Z Downloaded zerocopy v0.8.42
2362026-03-21T03:43:52.321Z Downloaded regex-syntax v0.8.10
2372026-03-21T03:43:52.321Z Downloaded syn v2.0.117
2382026-03-21T03:43:52.321Z Downloaded regex-automata v0.4.14
2392026-03-21T03:43:52.321Z Downloaded libc v0.2.183
2402026-03-21T03:43:52.325Z Compiling proc-macro2 v1.0.106
2412026-03-21T03:43:52.325Z Compiling quote v1.0.45
2422026-03-21T03:43:52.325Z Compiling unicode-ident v1.0.24
2432026-03-21T03:43:52.325Z Documenting unicode-ident v1.0.24
2442026-03-21T03:43:52.325Z Compiling ident_case v1.0.1
2452026-03-21T03:43:52.325Z Compiling strsim v0.11.1
2462026-03-21T03:43:52.325Z Compiling fnv v1.0.7
2472026-03-21T03:43:52.574Z Compiling serde_core v1.0.228
2482026-03-21T03:43:52.595Z Checking memchr v2.8.0
2492026-03-21T03:43:52.833Z Compiling thiserror v2.0.18
2502026-03-21T03:43:52.842Z Compiling regex-syntax v0.8.10
2512026-03-21T03:43:52.890Z Compiling zerocopy v0.8.42
2522026-03-21T03:43:52.905Z Compiling serde v1.0.228
2532026-03-21T03:43:53.261Z Documenting proc-macro2 v1.0.106
2542026-03-21T03:43:53.293Z Compiling aho-corasick v1.1.4
2552026-03-21T03:43:53.300Z Checking byteorder v1.5.0
2562026-03-21T03:43:53.766Z Checking syn v2.0.117
2572026-03-21T03:43:53.770Z Compiling either v1.15.0
2582026-03-21T03:43:53.971Z Documenting quote v1.0.45
2592026-03-21T03:43:54.501Z Documenting ident_case v1.0.1
2602026-03-21T03:43:54.588Z Documenting syn v2.0.117
2612026-03-21T03:43:54.981Z Compiling regex-automata v0.4.14
2622026-03-21T03:43:55.066Z Documenting fnv v1.0.7
2632026-03-21T03:43:55.204Z Documenting strsim v0.11.1
2642026-03-21T03:43:55.639Z Compiling itertools v0.14.0
2652026-03-21T03:43:55.648Z Checking hash32 v0.3.1
2662026-03-21T03:43:55.776Z Compiling heapless v0.9.2
2672026-03-21T03:43:55.780Z Documenting memchr v2.8.0
2682026-03-21T03:43:55.793Z Checking stable_deref_trait v1.2.1
2692026-03-21T03:43:56.353Z Checking bitflags v2.11.0
2702026-03-21T03:43:56.424Z Checking darling_core v0.21.3
2712026-03-21T03:43:56.544Z Documenting serde_core v1.0.228
2722026-03-21T03:43:56.577Z Documenting aho-corasick v1.1.4
2732026-03-21T03:43:57.281Z Documenting darling_core v0.21.3
2742026-03-21T03:43:57.683Z Compiling regex v1.12.3
2752026-03-21T03:43:57.701Z Documenting regex-syntax v0.8.10
2762026-03-21T03:43:57.781Z Checking cfg-if v1.0.4
2772026-03-21T03:43:57.850Z Checking macaddr v1.0.1
2782026-03-21T03:43:58.034Z Compiling smoltcp v0.13.0
2792026-03-21T03:43:58.602Z Documenting serde_derive v1.0.228
2802026-03-21T03:43:58.796Z Documenting zerocopy-derive v0.8.42
2812026-03-21T03:43:58.813Z Documenting darling_macro v0.21.3
2822026-03-21T03:43:58.927Z Documenting thiserror-impl v2.0.18
2832026-03-21T03:43:58.949Z Compiling thiserror-impl v2.0.18
2842026-03-21T03:43:59.100Z Compiling zerocopy-derive v0.8.42
2852026-03-21T03:43:59.693Z Compiling serde_derive v1.0.228
2862026-03-21T03:43:59.792Z Documenting regex-automata v0.4.14
2872026-03-21T03:43:59.974Z Checking bitflags v1.3.2
2882026-03-21T03:44:00.048Z Documenting byteorder v1.5.0
2892026-03-21T03:44:00.153Z Checking managed v0.8.0
2902026-03-21T03:44:00.275Z Compiling darling_macro v0.21.3
2912026-03-21T03:44:00.373Z Documenting bitflags v2.11.0
2922026-03-21T03:44:00.561Z Documenting thiserror v2.0.18
2932026-03-21T03:44:00.644Z Checking cobs v0.3.0
2942026-03-21T03:44:00.720Z Documenting hash32 v0.3.1
2952026-03-21T03:44:00.923Z Documenting stable_deref_trait v1.2.1
2962026-03-21T03:44:00.984Z Compiling darling v0.21.3
2972026-03-21T03:44:01.070Z Compiling ingot-macros v0.1.1
2982026-03-21T03:44:01.192Z Documenting darling v0.21.3
2992026-03-21T03:44:01.271Z Documenting zerocopy v0.8.42
3002026-03-21T03:44:01.452Z Documenting cfg-if v1.0.4
3012026-03-21T03:44:01.868Z Documenting regex v1.12.3
3022026-03-21T03:44:01.908Z Compiling crc32fast v1.5.0
3032026-03-21T03:44:02.127Z Documenting macaddr v1.0.1
3042026-03-21T03:44:02.318Z Compiling ref-cast v1.0.25
3052026-03-21T03:44:02.517Z Documenting heapless v0.9.2
3062026-03-21T03:44:02.780Z Documenting cobs v0.3.0
3072026-03-21T03:44:03.267Z Documenting ingot-macros v0.1.1
3082026-03-21T03:44:03.653Z Documenting serde v1.0.228
3092026-03-21T03:44:03.794Z Compiling ref-cast-impl v1.0.25
3102026-03-21T03:44:03.867Z Checking postcard v1.1.3
3112026-03-21T03:44:04.224Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3122026-03-21T03:44:04.547Z Checking unicode-width v0.2.2
3132026-03-21T03:44:04.556Z Compiling version_check v0.9.5
3142026-03-21T03:44:04.622Z Documenting managed v0.8.0
3152026-03-21T03:44:04.707Z Checking ipnetwork v0.21.1
3162026-03-21T03:44:04.764Z Compiling heapless v0.8.0
3172026-03-21T03:44:04.917Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3182026-03-21T03:44:04.925Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3192026-03-21T03:44:04.980Z Checking ingot-types v0.1.2
3202026-03-21T03:44:05.079Z Documenting ref-cast-impl v1.0.25
3212026-03-21T03:44:05.213Z Documenting ipnetwork v0.21.1
3222026-03-21T03:44:05.342Z Documenting unicode-width v0.2.2
3232026-03-21T03:44:05.424Z Documenting ingot-types v0.1.2
3242026-03-21T03:44:05.434Z Checking ingot v0.1.1
3252026-03-21T03:44:05.628Z Documenting postcard v1.1.3
3262026-03-21T03:44:05.761Z Documenting smoltcp v0.13.0
3272026-03-21T03:44:06.096Z Documenting either v1.15.0
3282026-03-21T03:44:06.393Z Documenting ref-cast v1.0.25
3292026-03-21T03:44:07.010Z Documenting tabwriter v1.4.1
3302026-03-21T03:44:07.445Z Documenting ingot v0.1.1
3312026-03-21T03:44:07.554Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3322026-03-21T03:44:07.768Z Checking tabwriter v1.4.1
3332026-03-21T03:44:07.922Zerror[E0423]: expected function, tuple struct or tuple variant, found struct `smoltcp::wire::Ipv6Address`
3342026-03-21T03:44:07.923Z --> crates/opte-api/src/ip.rs:792:20
3352026-03-21T03:44:07.923Z |
3362026-03-21T03:44:07.923Z792 | let sip6 = smoltcp::wire::Ipv6Address(self.bytes());
3372026-03-21T03:44:07.923Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3382026-03-21T03:44:07.923Z |
3392026-03-21T03:44:07.923Z ::: /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
3402026-03-21T03:44:07.923Z |
3412026-03-21T03:44:07.923Z166 | pub struct Ipv6Addr {
3422026-03-21T03:44:07.923Z | ------------------- `smoltcp::wire::Ipv6Address` defined here
3432026-03-21T03:44:07.923Z |
3442026-03-21T03:44:07.923Zhelp: you might have meant to use an associated function to build this type
3452026-03-21T03:44:07.923Z |
3462026-03-21T03:44:07.923Z792 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes());
3472026-03-21T03:44:07.923Z792 + let sip6 = smoltcp::wire::Ipv6Address::new(_, _, _, _, _, _, _, _);
3482026-03-21T03:44:07.923Z |
3492026-03-21T03:44:07.923Z792 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes());
3502026-03-21T03:44:07.923Z792 + let sip6 = smoltcp::wire::Ipv6Address::from_bits(_);
3512026-03-21T03:44:07.923Z |
3522026-03-21T03:44:07.923Z792 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes());
3532026-03-21T03:44:07.923Z792 + let sip6 = smoltcp::wire::Ipv6Address::from_segments(_);
3542026-03-21T03:44:07.923Z |
3552026-03-21T03:44:07.923Z792 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes());
3562026-03-21T03:44:07.923Z792 + let sip6 = smoltcp::wire::Ipv6Address::from_octets(_);
3572026-03-21T03:44:07.923Z |
3582026-03-21T03:44:07.923Z
3592026-03-21T03:44:07.966Zerror[E0119]: conflicting implementations of trait `From<Ipv4Address>` for type `ip::Ipv4Addr`
3602026-03-21T03:44:07.966Z --> crates/opte-api/src/ip.rs:507:1
3612026-03-21T03:44:07.966Z |
3622026-03-21T03:44:07.966Z495 | impl From<core::net::Ipv4Addr> for Ipv4Addr {
3632026-03-21T03:44:07.966Z | ------------------------------------------- first implementation here
3642026-03-21T03:44:07.966Z...
3652026-03-21T03:44:07.966Z507 | impl From<smoltcp::wire::Ipv4Address> for Ipv4Addr {
3662026-03-21T03:44:07.966Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv4Addr`
3672026-03-21T03:44:07.966Z
3682026-03-21T03:44:07.966Zerror[E0119]: conflicting implementations of trait `From<ip::Ipv4Addr>` for type `Ipv4Address`
3692026-03-21T03:44:07.966Z --> crates/opte-api/src/ip.rs:514:1
3702026-03-21T03:44:07.966Z |
3712026-03-21T03:44:07.966Z501 | impl From<Ipv4Addr> for core::net::Ipv4Addr {
3722026-03-21T03:44:07.966Z | ------------------------------------------- first implementation here
3732026-03-21T03:44:07.966Z...
3742026-03-21T03:44:07.967Z514 | impl From<Ipv4Addr> for smoltcp::wire::Ipv4Address {
3752026-03-21T03:44:07.967Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `Ipv4Address`
3762026-03-21T03:44:07.967Z
3772026-03-21T03:44:07.973Zerror[E0119]: conflicting implementations of trait `From<Ipv6Address>` for type `ip::Ipv6Addr`
3782026-03-21T03:44:07.973Z --> crates/opte-api/src/ip.rs:809:1
3792026-03-21T03:44:07.973Z |
3802026-03-21T03:44:07.973Z797 | impl From<core::net::Ipv6Addr> for Ipv6Addr {
3812026-03-21T03:44:07.973Z | ------------------------------------------- first implementation here
3822026-03-21T03:44:07.973Z...
3832026-03-21T03:44:07.973Z809 | impl From<smoltcp::wire::Ipv6Address> for Ipv6Addr {
3842026-03-21T03:44:07.973Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv6Addr`
3852026-03-21T03:44:07.973Z
3862026-03-21T03:44:07.973Zerror[E0119]: conflicting implementations of trait `From<ip::Ipv6Addr>` for type `Ipv6Address`
3872026-03-21T03:44:07.973Z --> crates/opte-api/src/ip.rs:818:1
3882026-03-21T03:44:07.973Z |
3892026-03-21T03:44:07.973Z803 | impl From<Ipv6Addr> for core::net::Ipv6Addr {
3902026-03-21T03:44:07.973Z | ------------------------------------------- first implementation here
3912026-03-21T03:44:07.973Z...
3922026-03-21T03:44:07.973Z818 | impl From<Ipv6Addr> for smoltcp::wire::Ipv6Address {
3932026-03-21T03:44:07.973Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `Ipv6Address`
3942026-03-21T03:44:07.973Z
3952026-03-21T03:44:08.048Z Documenting crc32fast v1.5.0
3962026-03-21T03:44:08.122Z Documenting itertools v0.14.0
3972026-03-21T03:44:08.242Zerror[E0599]: no method named `as_bytes` found for struct `Ipv4Address` in the current scope
3982026-03-21T03:44:08.242Z --> crates/opte-api/src/ip.rs:509:29
3992026-03-21T03:44:08.242Z |
4002026-03-21T03:44:08.242Z509 | let bytes = smolip4.as_bytes();
4012026-03-21T03:44:08.242Z | ^^^^^^^^ method not found in `Ipv4Address`
4022026-03-21T03:44:08.242Z
4032026-03-21T03:44:08.246Zerror[E0599]: no function or associated item named `from_bytes` found for struct `Ipv4Address` in the current scope
4042026-03-21T03:44:08.247Z --> crates/opte-api/src/ip.rs:516:15
4052026-03-21T03:44:08.247Z |
4062026-03-21T03:44:08.247Z516 | Self::from_bytes(&ip)
4072026-03-21T03:44:08.247Z | ^^^^^^^^^^ function or associated item not found in `Ipv4Address`
4082026-03-21T03:44:08.247Z |
4092026-03-21T03:44:08.247Znote: if you're trying to build a new `Ipv4Address` consider using one of the following associated functions:
4102026-03-21T03:44:08.247Z Ipv4Address::new
4112026-03-21T03:44:08.247Z Ipv4Address::from_bits
4122026-03-21T03:44:08.247Z Ipv4Address::from_octets
4132026-03-21T03:44:08.247Z core::net::parser::<impl Ipv4Address>::parse_ascii
4142026-03-21T03:44:08.247Z --> /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
4152026-03-21T03:44:08.247Z |
4162026-03-21T03:44:08.247Z495 | pub const fn new(a: u8, b: u8, c: u8, d: u8) -> Ipv4Addr {
4172026-03-21T03:44:08.247Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4182026-03-21T03:44:08.247Z...
4192026-03-21T03:44:08.247Z560 | pub const fn from_bits(bits: u32) -> Ipv4Addr {
4202026-03-21T03:44:08.247Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4212026-03-21T03:44:08.247Z...
4222026-03-21T03:44:08.247Z638 | pub const fn from_octets(octets: [u8; 4]) -> Ipv4Addr {
4232026-03-21T03:44:08.247Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4242026-03-21T03:44:08.247Z |
4252026-03-21T03:44:08.247Z ::: /home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core/src/net/parser.rs:336:5
4262026-03-21T03:44:08.247Z |
4272026-03-21T03:44:08.247Z336 | pub fn parse_ascii(b: &[u8]) -> Result<Self, AddrParseError> {
4282026-03-21T03:44:08.247Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4292026-03-21T03:44:08.251Zhelp: there is an associated function `from_bits` with a similar name
4302026-03-21T03:44:08.251Z |
4312026-03-21T03:44:08.251Z516 - Self::from_bytes(&ip)
4322026-03-21T03:44:08.251Z516 + Self::from_bits(&ip)
4332026-03-21T03:44:08.251Z |
4342026-03-21T03:44:08.251Z
4352026-03-21T03:44:08.276Zerror[E0599]: no method named `as_bytes` found for struct `Ipv6Address` in the current scope
4362026-03-21T03:44:08.276Z --> crates/opte-api/src/ip.rs:813:34
4372026-03-21T03:44:08.276Z |
4382026-03-21T03:44:08.276Z813 | let bytes: [u8; 16] = ip.as_bytes().try_into().unwrap();
4392026-03-21T03:44:08.276Z | ^^^^^^^^ method not found in `Ipv6Address`
4402026-03-21T03:44:08.276Z
4412026-03-21T03:44:08.292Zerror[E0599]: no function or associated item named `from_bytes` found for struct `Ipv6Address` in the current scope
4422026-03-21T03:44:08.292Z --> crates/opte-api/src/ip.rs:821:15
4432026-03-21T03:44:08.292Z |
4442026-03-21T03:44:08.292Z 821 | Self::from_bytes(&ip)
4452026-03-21T03:44:08.292Z | ^^^^^^^^^^ function or associated item not found in `Ipv6Address`
4462026-03-21T03:44:08.292Z |
4472026-03-21T03:44:08.292Znote: if you're trying to build a new `Ipv6Address` consider using one of the following associated functions:
4482026-03-21T03:44:08.292Z Ipv6Address::new
4492026-03-21T03:44:08.292Z Ipv6Address::from_bits
4502026-03-21T03:44:08.292Z Ipv6Address::from_segments
4512026-03-21T03:44:08.292Z Ipv6Address::from_octets
4522026-03-21T03:44:08.292Z core::net::parser::<impl Ipv6Address>::parse_ascii
4532026-03-21T03:44:08.292Z --> /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
4542026-03-21T03:44:08.292Z |
4552026-03-21T03:44:08.292Z1297 | pub const fn new(a: u16, b: u16, c: u16, d: u16, e: u16, f: u16, g: u16, h: u16) -> Ipv6Addr {
4562026-03-21T03:44:08.292Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4572026-03-21T03:44:08.292Z...
4582026-03-21T03:44:08.292Z1392 | pub const fn from_bits(bits: u128) -> Ipv6Addr {
4592026-03-21T03:44:08.292Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4602026-03-21T03:44:08.292Z...
4612026-03-21T03:44:08.292Z1485 | pub const fn from_segments(segments: [u16; 8]) -> Ipv6Addr {
4622026-03-21T03:44:08.292Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4632026-03-21T03:44:08.292Z...
4642026-03-21T03:44:08.292Z2050 | pub const fn from_octets(octets: [u8; 16]) -> Ipv6Addr {
4652026-03-21T03:44:08.292Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4662026-03-21T03:44:08.292Z |
4672026-03-21T03:44:08.292Z ::: /home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core/src/net/parser.rs:367:5
4682026-03-21T03:44:08.292Z |
4692026-03-21T03:44:08.292Z 367 | pub fn parse_ascii(b: &[u8]) -> Result<Self, AddrParseError> {
4702026-03-21T03:44:08.292Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4712026-03-21T03:44:08.292Zhelp: there is an associated function `from_bits` with a similar name
4722026-03-21T03:44:08.292Z |
4732026-03-21T03:44:08.292Z 821 - Self::from_bytes(&ip)
4742026-03-21T03:44:08.292Z 821 + Self::from_bits(&ip)
4752026-03-21T03:44:08.292Z |
4762026-03-21T03:44:08.292Z
4772026-03-21T03:44:08.430Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4782026-03-21T03:44:08.690Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4792026-03-21T03:44:08.844ZSome errors have detailed explanations: E0119, E0423, E0599.
4802026-03-21T03:44:08.844ZFor more information about an error, try `rustc --explain E0119`.
4812026-03-21T03:44:08.875Zerror: could not compile `opte-api` (lib) due to 9 previous errors
4822026-03-21T03:44:08.875Zwarning: build failed, waiting for other jobs to finish...
4832026-03-21T03:44:11.387Z
4842026-03-21T03:44:11.398Zreal 24.329974722
4852026-03-21T03:44:11.398Zuser 1:39.297520506
4862026-03-21T03:44:11.399Zsys 18.910250486
4872026-03-21T03:44:11.399Ztrap 0.052879588
4882026-03-21T03:44:11.399Ztflt 0.255880930
4892026-03-21T03:44:11.399Zdflt 0.052428503
4902026-03-21T03:44:11.399Zkflt 0.001542248
4912026-03-21T03:44:11.399Zlock 8:39.178758621
4922026-03-21T03:44:11.399Zslp 5:19.827037496
4932026-03-21T03:44:11.399Zlat 12.140581075
4942026-03-21T03:44:11.399Zstop 13.997643965
4952026-03-21T03:44:11.399Zprocess exited: duration 43077 ms, exit code 101
 
4962026-03-21T03:44:11.411Zfound 0 output files