01M0VFRS7PXWND84K2J2SM79YX: opte-api

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

Buildomat Job: 01M0VFTT6HVF2TZ8R0SRWYF8B5

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-25T03:37:07.513Zjob assigned to worker 01M0VFTXFBABBM99Q0QH5M5BYD [factory aws, i-0761e2716eca6c598] (queued for 55 s)
 
22026-08-25T03:37:13.961Zstarting task 0: "setup"
32026-08-25T03:37:13.966Z++ uname -s
42026-08-25T03:37:13.966Z+ kern=SunOS
52026-08-25T03:37:13.966Z+ build_user=build
62026-08-25T03:37:13.966Z+ build_uid=12345
72026-08-25T03:37:13.966Z+ work_dir=/work
82026-08-25T03:37:13.966Z+ input_dir=/input
92026-08-25T03:37:13.966Z+ [[ 0 == 12345 ]]
102026-08-25T03:37:13.966Z+ case "$kern" in
112026-08-25T03:37:13.966Z+ groupadd -g 12345 build
122026-08-25T03:37:13.966Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-25T03:37:15.975Z+ zfs create -o mountpoint=/work rpool/work
142026-08-25T03:37:16.059Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-25T03:37:16.063Z+ home_fs=zfs
162026-08-25T03:37:16.063Z+ [[ zfs == autofs ]]
172026-08-25T03:37:16.063Z+ mkdir -p /home/build
182026-08-25T03:37:16.063Z+ chown build:build /home/build /work
192026-08-25T03:37:18.066Z+ chmod 0700 /home/build /work
202026-08-25T03:37:18.087Zprocess exited: duration 4109 ms, exit code 0
 
212026-08-25T03:37:18.096Zstarting task 1: "rust-toolchain"
222026-08-25T03:37:18.100Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-25T03:37:18.101Z * rust toolchain channel = "1.97.1"
242026-08-25T03:37:18.101Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-25T03:37:18.101Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-25T03:37:18.101Z * rust toolchain profile = "default"
272026-08-25T03:37:18.101Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-25T03:37:18.105Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-25T03:37:18.105Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-25T03:37:18.196Zinfo: downloading installer
312026-08-25T03:37:19.392Zwarn: It looks like you have an existing rustup settings file at:
322026-08-25T03:37:19.392Zwarn: /home/build/.rustup/settings.toml
332026-08-25T03:37:19.392Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-25T03:37:19.392Zwarn: instead of the one inferred from the default host triple.
352026-08-25T03:37:19.409Zinfo: profile set to default
362026-08-25T03:37:19.409Zinfo: default host triple is x86_64-unknown-illumos
372026-08-25T03:37:19.409Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-25T03:37:19.659Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-25T03:37:19.796Zinfo: downloading 6 components
402026-08-25T03:37:33.487Z
412026-08-25T03:37:33.487Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-08-25T03:37:33.514Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-25T03:37:33.515Z
442026-08-25T03:37:33.515Z
452026-08-25T03:37:33.515ZRust is installed now. Great!
462026-08-25T03:37:33.515Z
472026-08-25T03:37:33.515ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-25T03:37:33.515Zenvironment variable. This has not been done automatically.
492026-08-25T03:37:33.515Z
502026-08-25T03:37:33.515ZTo configure your current shell, you need to source
512026-08-25T03:37:33.515Zthe corresponding env file under $HOME/.cargo.
522026-08-25T03:37:33.515Z
532026-08-25T03:37:33.515ZThis is usually done by running one of the following (note the leading DOT):
542026-08-25T03:37:33.521Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-25T03:37:33.521Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-25T03:37:33.521Zsource "~/.cargo/env.nu" # For nushell
572026-08-25T03:37:33.521Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-25T03:37:33.521Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-25T03:37:33.521Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-25T03:37:33.521Zwarn: no default linker (`cc`) was found in your PATH
612026-08-25T03:37:33.521Zwarn: many Rust crates require a system C toolchain to build
622026-08-25T03:37:33.626Z+ rustup --version
632026-08-25T03:37:33.636Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-25T03:37:33.646Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-25T03:37:33.659Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-25T03:37:33.662Z+ cargo --version
672026-08-25T03:37:33.673Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-25T03:37:33.678Z+ rustc --version
692026-08-25T03:37:33.736Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-25T03:37:33.746Zprocess exited: duration 15602 ms, exit code 0
 
712026-08-25T03:37:33.761Zstarting task 2: "authentication"
722026-08-25T03:37:33.774ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-08-25T03:38:00.040Zprocess exited: duration 26279 ms, exit code 0
 
742026-08-25T03:38:00.048Zstarting task 3: "clone repository"
752026-08-25T03:38:00.054Z+ mkdir -p /work/oxidecomputer/opte
762026-08-25T03:38:00.057Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
772026-08-25T03:38:00.087ZCloning into '/work/oxidecomputer/opte'...
782026-08-25T03:38:01.128Z+ cd /work/oxidecomputer/opte
792026-08-25T03:38:01.128Z+ git fetch origin 39fef36e9da51b993e1bd1695ee5276195085b45
802026-08-25T03:38:01.411ZFrom https://github.com/oxidecomputer/opte
812026-08-25T03:38:01.412Z * branch 39fef36e9da51b993e1bd1695ee5276195085b45 -> FETCH_HEAD
822026-08-25T03:38:01.419Z+ [[ -n renovate/smoltcp-0.x ]]
832026-08-25T03:38:01.423Z++ git branch --show-current
842026-08-25T03:38:01.423Z+ current=master
852026-08-25T03:38:01.423Z+ [[ master != renovate/smoltcp-0.x ]]
862026-08-25T03:38:01.423Z+ git branch -f renovate/smoltcp-0.x 39fef36e9da51b993e1bd1695ee5276195085b45
872026-08-25T03:38:01.426Z+ git checkout -f renovate/smoltcp-0.x
882026-08-25T03:38:01.440ZSwitched to branch 'renovate/smoltcp-0.x'
892026-08-25T03:38:01.444Z+ git reset --hard 39fef36e9da51b993e1bd1695ee5276195085b45
902026-08-25T03:38:01.448ZHEAD is now at 39fef36 Update Rust crate smoltcp to 0.14
912026-08-25T03:38:01.448Zprocess exited: duration 1397 ms, exit code 0
 
922026-08-25T03:38:01.456Zstarting task 4: "build"
932026-08-25T03:38:01.461Z+ source .github/buildomat/common.sh
942026-08-25T03:38:01.461Z++ rustup show active-toolchain
952026-08-25T03:38:01.465Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
962026-08-25T03:38:01.472Z++ pushd xde
972026-08-25T03:38:01.472Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
982026-08-25T03:38:01.472Z++ rustup show active-toolchain
992026-08-25T03:38:01.476Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
1002026-08-25T03:38:01.622Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1012026-08-25T03:38:01.626Zinfo: downloading 6 components
1022026-08-25T03:38:15.974Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1032026-08-25T03:38:16.106Z+++ rustup show active-toolchain -v
1042026-08-25T03:38:16.123Z+++ head -n 1
1052026-08-25T03:38:16.123Z+++ cut '-d ' -f1
1062026-08-25T03:38:16.139Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1072026-08-25T03:38:16.139Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1082026-08-25T03:38:16.139Z++ popd
1092026-08-25T03:38:16.139Z/work/oxidecomputer/opte
1102026-08-25T03:38:16.148Z+ cargo --version
1112026-08-25T03:38:16.148Zcargo 1.97.1 (c980f4866 2026-06-30)
1122026-08-25T03:38:16.148Z+ rustc --version
1132026-08-25T03:38:16.163Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1142026-08-25T03:38:16.171Z+ cd crates/opte-api
1152026-08-25T03:38:16.171Z+ header 'check API_VERSION'
1162026-08-25T03:38:16.171Z+ echo '# ==== check API_VERSION ==== #'
1172026-08-25T03:38:16.171Z# ==== check API_VERSION ==== #
1182026-08-25T03:38:16.171Z+ ./check-api-version.sh
1192026-08-25T03:38:16.177Z+ header 'check style'
1202026-08-25T03:38:16.177Z+ echo '# ==== check style ==== #'
1212026-08-25T03:38:16.177Z# ==== check style ==== #
1222026-08-25T03:38:16.177Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
1232026-08-25T03:38:16.255Z
1242026-08-25T03:38:16.255Zreal 0.078579718
1252026-08-25T03:38:16.255Zuser 0.045247625
1262026-08-25T03:38:16.255Zsys 0.029845620
1272026-08-25T03:38:16.255Ztrap 0.000010010
1282026-08-25T03:38:16.255Ztflt 0.000008950
1292026-08-25T03:38:16.255Zdflt 0.000012280
1302026-08-25T03:38:16.255Zkflt 0.000000000
1312026-08-25T03:38:16.255Zlock 0.031773270
1322026-08-25T03:38:16.255Zslp 0.058115929
1332026-08-25T03:38:16.255Zlat 0.000898970
1342026-08-25T03:38:16.255Zstop 0.000100010
1352026-08-25T03:38:16.269Z+ header 'analyze std'
1362026-08-25T03:38:16.269Z+ echo '# ==== analyze std ==== #'
1372026-08-25T03:38:16.269Z+ ptime -m cargo clippy --all-targets
1382026-08-25T03:38:16.269Z# ==== analyze std ==== #
1392026-08-25T03:38:16.379Z Updating crates.io index
1402026-08-25T03:38:16.383Z Updating git repository `https://github.com/oxidecomputer/falcon`
1412026-08-25T03:38:17.094Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1422026-08-25T03:38:17.612Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1432026-08-25T03:38:17.911Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1442026-08-25T03:38:18.287Z Updating git repository `https://github.com/oxidecomputer/zone`
1452026-08-25T03:38:18.598Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1462026-08-25T03:38:18.934Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1472026-08-25T03:38:20.679Z Downloading crates ...
1482026-08-25T03:38:20.717Z Downloaded cobs v0.3.0
1492026-08-25T03:38:20.724Z Downloaded darling_macro v0.23.0
1502026-08-25T03:38:20.742Z Downloaded thiserror v2.0.18
1512026-08-25T03:38:20.742Z Downloaded ingot-types v0.2.0
1522026-08-25T03:38:20.742Z Downloaded ident_case v1.0.1
1532026-08-25T03:38:20.761Z Downloaded hash32 v0.3.1
1542026-08-25T03:38:20.761Z Downloaded defmt-parser v1.0.0
1552026-08-25T03:38:20.761Z Downloaded embedded-io v0.6.1
1562026-08-25T03:38:20.772Z Downloaded managed v0.8.0
1572026-08-25T03:38:20.772Z Downloaded strsim v0.11.1
1582026-08-25T03:38:20.772Z Downloaded embedded-io v0.4.0
1592026-08-25T03:38:20.772Z Downloaded memchr v2.8.3
1602026-08-25T03:38:20.787Z Downloaded macaddr v1.0.1
1612026-08-25T03:38:20.787Z Downloaded stable_deref_trait v1.2.1
1622026-08-25T03:38:20.795Z Downloaded cfg-if v1.0.4
1632026-08-25T03:38:20.795Z Downloaded bitflags v1.3.2
1642026-08-25T03:38:20.795Z Downloaded ipnetwork v0.21.1
1652026-08-25T03:38:20.795Z Downloaded either v1.16.0
1662026-08-25T03:38:20.795Z Downloaded ingot v0.2.0
1672026-08-25T03:38:20.795Z Downloaded darling v0.23.0
1682026-08-25T03:38:20.795Z Downloaded quote v1.0.46
1692026-08-25T03:38:20.802Z Downloaded byteorder v1.5.0
1702026-08-25T03:38:20.802Z Downloaded defmt-macros v1.1.1
1712026-08-25T03:38:20.811Z Downloaded defmt v1.1.1
1722026-08-25T03:38:20.824Z Downloaded thiserror-impl v2.0.18
1732026-08-25T03:38:20.824Z Downloaded postcard v1.1.3
1742026-08-25T03:38:20.824Z Downloaded ingot-macros v0.2.0
1752026-08-25T03:38:20.824Z Downloaded unicode-ident v1.0.24
1762026-08-25T03:38:20.825Z Downloaded bitflags v2.13.0
1772026-08-25T03:38:20.839Z Downloaded serde_core v1.0.228
1782026-08-25T03:38:20.855Z Downloaded serde_derive v1.0.228
1792026-08-25T03:38:20.866Z Downloaded proc-macro2 v1.0.106
1802026-08-25T03:38:20.866Z Downloaded serde v1.0.228
1812026-08-25T03:38:20.866Z Downloaded darling_core v0.23.0
1822026-08-25T03:38:20.882Z Downloaded zerocopy-derive v0.8.54
1832026-08-25T03:38:20.887Z Downloaded heapless v0.9.3
1842026-08-25T03:38:20.897Z Downloaded itertools v0.15.0
1852026-08-25T03:38:20.905Z Downloaded aho-corasick v1.1.4
1862026-08-25T03:38:20.949Z Downloaded regex v1.13.0
1872026-08-25T03:38:21.008Z Downloaded zerocopy v0.8.54
1882026-08-25T03:38:21.028Z Downloaded syn v2.0.118
1892026-08-25T03:38:21.028Z Downloaded regex-syntax v0.8.11
1902026-08-25T03:38:21.028Z Downloaded smoltcp v0.14.0
1912026-08-25T03:38:21.028Z Downloaded regex-automata v0.4.15
1922026-08-25T03:38:21.060Z Compiling proc-macro2 v1.0.106
1932026-08-25T03:38:21.060Z Compiling quote v1.0.46
1942026-08-25T03:38:21.060Z Compiling unicode-ident v1.0.24
1952026-08-25T03:38:21.062Z Compiling strsim v0.11.1
1962026-08-25T03:38:21.062Z Compiling memchr v2.8.3
1972026-08-25T03:38:21.062Z Compiling ident_case v1.0.1
1982026-08-25T03:38:21.062Z Compiling serde_core v1.0.228
1992026-08-25T03:38:21.063Z Compiling regex-syntax v0.8.11
2002026-08-25T03:38:21.278Z Compiling thiserror v2.0.18
2012026-08-25T03:38:21.303Z Compiling serde v1.0.228
2022026-08-25T03:38:21.399Z Compiling either v1.16.0
2032026-08-25T03:38:21.486Z Compiling zerocopy v0.8.54
2042026-08-25T03:38:21.539Z Compiling aho-corasick v1.1.4
2052026-08-25T03:38:21.665Z Compiling itertools v0.15.0
2062026-08-25T03:38:21.753Z Compiling heapless v0.9.3
2072026-08-25T03:38:21.776Z Checking byteorder v1.5.0
2082026-08-25T03:38:21.885Z Compiling smoltcp v0.14.0
2092026-08-25T03:38:21.895Z Checking hash32 v0.3.1
2102026-08-25T03:38:22.000Z Checking bitflags v2.13.0
2112026-08-25T03:38:22.175Z Checking macaddr v1.0.1
2122026-08-25T03:38:22.201Z Checking stable_deref_trait v1.2.1
2132026-08-25T03:38:22.283Z Compiling syn v2.0.118
2142026-08-25T03:38:22.303Z Checking managed v0.8.0
2152026-08-25T03:38:22.376Z Checking bitflags v1.3.2
2162026-08-25T03:38:22.439Z Checking cfg-if v1.0.4
2172026-08-25T03:38:22.479Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2182026-08-25T03:38:22.490Z Checking ipnetwork v0.21.1
2192026-08-25T03:38:22.697Z Compiling regex-automata v0.4.15
2202026-08-25T03:38:24.126Z Compiling regex v1.13.0
2212026-08-25T03:38:24.468Z Compiling darling_core v0.23.0
2222026-08-25T03:38:24.789Z Compiling thiserror-impl v2.0.18
2232026-08-25T03:38:24.789Z Compiling zerocopy-derive v0.8.54
2242026-08-25T03:38:24.789Z Compiling serde_derive v1.0.228
2252026-08-25T03:38:25.774Z Checking cobs v0.3.0
2262026-08-25T03:38:25.811Z Compiling darling_macro v0.23.0
2272026-08-25T03:38:26.314Z Compiling darling v0.23.0
2282026-08-25T03:38:26.372Z Compiling ingot-macros v0.2.0
2292026-08-25T03:38:27.039Z Checking postcard v1.1.3
2302026-08-25T03:38:28.342Z Checking ingot-types v0.2.0
2312026-08-25T03:38:28.605Z Checking ingot v0.2.0
2322026-08-25T03:38:29.877Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2332026-08-25T03:38:30.084Zerror[E0423]: expected function, tuple struct or tuple variant, found struct `smoltcp::wire::Ipv6Address`
2342026-08-25T03:38:30.084Z --> crates/opte-api/src/ip.rs:914:20
2352026-08-25T03:38:30.084Z |
2362026-08-25T03:38:30.084Z914 | let sip6 = smoltcp::wire::Ipv6Address(self.bytes());
2372026-08-25T03:38:30.084Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2382026-08-25T03:38:30.084Z |
2392026-08-25T03:38:30.084Z --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/ip_addr.rs:168:0
2402026-08-25T03:38:30.084Z |
2412026-08-25T03:38:30.084Z = note: `smoltcp::wire::Ipv6Address` defined here
2422026-08-25T03:38:30.085Zhelp: you might have meant to use an associated function to build this type
2432026-08-25T03:38:30.085Z |
2442026-08-25T03:38:30.085Z914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes());
2452026-08-25T03:38:30.085Z914 + let sip6 = smoltcp::wire::Ipv6Address::new(_, _, _, _, _, _, _, _);
2462026-08-25T03:38:30.085Z |
2472026-08-25T03:38:30.085Z914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes());
2482026-08-25T03:38:30.085Z914 + let sip6 = smoltcp::wire::Ipv6Address::from_bits(_);
2492026-08-25T03:38:30.085Z |
2502026-08-25T03:38:30.085Z914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes());
2512026-08-25T03:38:30.085Z914 + let sip6 = smoltcp::wire::Ipv6Address::from_segments(_);
2522026-08-25T03:38:30.085Z |
2532026-08-25T03:38:30.085Z914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes());
2542026-08-25T03:38:30.085Z914 + let sip6 = smoltcp::wire::Ipv6Address::from_octets(_);
2552026-08-25T03:38:30.086Z |
2562026-08-25T03:38:30.086Z
2572026-08-25T03:38:30.254Zerror[E0119]: conflicting implementations of trait `core::convert::From<core::net::Ipv4Addr>` for type `ip::Ipv4Addr`
2582026-08-25T03:38:30.254Z --> crates/opte-api/src/ip.rs:575:1
2592026-08-25T03:38:30.254Z |
2602026-08-25T03:38:30.254Z563 | impl From<core::net::Ipv4Addr> for Ipv4Addr {
2612026-08-25T03:38:30.254Z | ------------------------------------------- first implementation here
2622026-08-25T03:38:30.254Z...
2632026-08-25T03:38:30.254Z575 | impl From<smoltcp::wire::Ipv4Address> for Ipv4Addr {
2642026-08-25T03:38:30.254Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv4Addr`
2652026-08-25T03:38:30.254Z
2662026-08-25T03:38:30.254Zerror[E0119]: conflicting implementations of trait `core::convert::From<ip::Ipv4Addr>` for type `core::net::Ipv4Addr`
2672026-08-25T03:38:30.254Z --> crates/opte-api/src/ip.rs:582:1
2682026-08-25T03:38:30.254Z |
2692026-08-25T03:38:30.254Z569 | impl From<Ipv4Addr> for core::net::Ipv4Addr {
2702026-08-25T03:38:30.254Z | ------------------------------------------- first implementation here
2712026-08-25T03:38:30.254Z...
2722026-08-25T03:38:30.254Z582 | impl From<Ipv4Addr> for smoltcp::wire::Ipv4Address {
2732026-08-25T03:38:30.254Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `core::net::Ipv4Addr`
2742026-08-25T03:38:30.254Z
2752026-08-25T03:38:30.254Zerror[E0119]: conflicting implementations of trait `core::convert::From<core::net::Ipv6Addr>` for type `ip::Ipv6Addr`
2762026-08-25T03:38:30.254Z --> crates/opte-api/src/ip.rs:931:1
2772026-08-25T03:38:30.254Z |
2782026-08-25T03:38:30.254Z919 | impl From<core::net::Ipv6Addr> for Ipv6Addr {
2792026-08-25T03:38:30.254Z | ------------------------------------------- first implementation here
2802026-08-25T03:38:30.254Z...
2812026-08-25T03:38:30.254Z931 | impl From<smoltcp::wire::Ipv6Address> for Ipv6Addr {
2822026-08-25T03:38:30.254Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv6Addr`
2832026-08-25T03:38:30.254Z
2842026-08-25T03:38:30.292Zerror[E0119]: conflicting implementations of trait `core::convert::From<ip::Ipv6Addr>` for type `core::net::Ipv6Addr`
2852026-08-25T03:38:30.292Z --> crates/opte-api/src/ip.rs:940:1
2862026-08-25T03:38:30.292Z |
2872026-08-25T03:38:30.292Z925 | impl From<Ipv6Addr> for core::net::Ipv6Addr {
2882026-08-25T03:38:30.292Z | ------------------------------------------- first implementation here
2892026-08-25T03:38:30.292Z...
2902026-08-25T03:38:30.292Z940 | impl From<Ipv6Addr> for smoltcp::wire::Ipv6Address {
2912026-08-25T03:38:30.292Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `core::net::Ipv6Addr`
2922026-08-25T03:38:30.292Z
2932026-08-25T03:38:30.319Zerror[E0599]: no method named `as_bytes` found for struct `core::net::Ipv4Addr` in the current scope
2942026-08-25T03:38:30.319Z --> crates/opte-api/src/ip.rs:577:29
2952026-08-25T03:38:30.319Z |
2962026-08-25T03:38:30.319Z577 | let bytes = smolip4.as_bytes();
2972026-08-25T03:38:30.319Z | ^^^^^^^^ method not found in `core::net::Ipv4Addr`
2982026-08-25T03:38:30.319Z
2992026-08-25T03:38:30.328Zerror[E0599]: no associated function or constant named `from_bytes` found for struct `core::net::Ipv4Addr` in the current scope
3002026-08-25T03:38:30.328Z --> crates/opte-api/src/ip.rs:584:15
3012026-08-25T03:38:30.328Z |
3022026-08-25T03:38:30.328Z584 | Self::from_bytes(&ip)
3032026-08-25T03:38:30.328Z | ^^^^^^^^^^ associated function or constant not found in `core::net::Ipv4Addr`
3042026-08-25T03:38:30.328Z |
3052026-08-25T03:38:30.328Znote: if you're trying to build a new `core::net::Ipv4Addr` consider using one of the following associated functions:
3062026-08-25T03:38:30.328Z core::net::Ipv4Addr::new
3072026-08-25T03:38:30.328Z core::net::Ipv4Addr::from_bits
3082026-08-25T03:38:30.328Z core::net::Ipv4Addr::from_octets
3092026-08-25T03:38:30.328Z core::net::parser::<impl core::net::Ipv4Addr>::parse_ascii
3102026-08-25T03:38:30.329Z --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/ip_addr.rs:543:4
3112026-08-25T03:38:30.329Z --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/parser.rs:336:4
3122026-08-25T03:38:30.329Zhelp: there is an associated function `from_bits` with a similar name
3132026-08-25T03:38:30.329Z |
3142026-08-25T03:38:30.329Z584 - Self::from_bytes(&ip)
3152026-08-25T03:38:30.329Z584 + Self::from_bits(&ip)
3162026-08-25T03:38:30.329Z |
3172026-08-25T03:38:30.329Z
3182026-08-25T03:38:30.384Zerror[E0599]: no method named `as_bytes` found for struct `core::net::Ipv6Addr` in the current scope
3192026-08-25T03:38:30.384Z --> crates/opte-api/src/ip.rs:935:34
3202026-08-25T03:38:30.385Z |
3212026-08-25T03:38:30.385Z935 | let bytes: [u8; 16] = ip.as_bytes().try_into().unwrap();
3222026-08-25T03:38:30.385Z | ^^^^^^^^ method not found in `core::net::Ipv6Addr`
3232026-08-25T03:38:30.385Z
3242026-08-25T03:38:30.385Zerror[E0599]: no associated function or constant named `from_bytes` found for struct `core::net::Ipv6Addr` in the current scope
3252026-08-25T03:38:30.385Z --> crates/opte-api/src/ip.rs:943:15
3262026-08-25T03:38:30.385Z |
3272026-08-25T03:38:30.385Z943 | Self::from_bytes(&ip)
3282026-08-25T03:38:30.385Z | ^^^^^^^^^^ associated function or constant not found in `core::net::Ipv6Addr`
3292026-08-25T03:38:30.385Z |
3302026-08-25T03:38:30.385Znote: if you're trying to build a new `core::net::Ipv6Addr` consider using one of the following associated functions:
3312026-08-25T03:38:30.385Z core::net::Ipv6Addr::new
3322026-08-25T03:38:30.385Z core::net::Ipv6Addr::from_bits
3332026-08-25T03:38:30.385Z core::net::Ipv6Addr::from_segments
3342026-08-25T03:38:30.385Z core::net::Ipv6Addr::from_octets
3352026-08-25T03:38:30.385Z core::net::parser::<impl core::net::Ipv6Addr>::parse_ascii
3362026-08-25T03:38:30.385Z --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/ip_addr.rs:1347:4
3372026-08-25T03:38:30.385Z --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/parser.rs:367:4
3382026-08-25T03:38:30.385Zhelp: there is an associated function `from_bits` with a similar name
3392026-08-25T03:38:30.385Z |
3402026-08-25T03:38:30.385Z943 - Self::from_bytes(&ip)
3412026-08-25T03:38:30.385Z943 + Self::from_bits(&ip)
3422026-08-25T03:38:30.385Z |
3432026-08-25T03:38:30.385Z
3442026-08-25T03:38:30.854ZSome errors have detailed explanations: E0119, E0423, E0599.
3452026-08-25T03:38:30.854ZFor more information about an error, try `rustc --explain E0119`.
3462026-08-25T03:38:30.989Zerror: could not compile `opte-api` (lib) due to 9 previous errors
3472026-08-25T03:38:30.989Zwarning: build failed, waiting for other jobs to finish...
3482026-08-25T03:38:30.989Zerror: could not compile `opte-api` (lib test) due to 9 previous errors
3492026-08-25T03:38:31.030Z
3502026-08-25T03:38:31.030Zreal 14.632897556
3512026-08-25T03:38:31.030Zuser 30.759607074
3522026-08-25T03:38:31.030Zsys 5.816412740
3532026-08-25T03:38:31.030Ztrap 0.011819950
3542026-08-25T03:38:31.030Ztflt 0.091396023
3552026-08-25T03:38:31.030Zdflt 0.235420369
3562026-08-25T03:38:31.030Zkflt 0.004540450
3572026-08-25T03:38:31.030Zlock 2:10.903329974
3582026-08-25T03:38:31.030Zslp 1:32.373215479
3592026-08-25T03:38:31.030Zlat 0.781491682
3602026-08-25T03:38:31.030Zstop 5.368570188
3612026-08-25T03:38:31.030Zprocess exited: duration 29435 ms, exit code 101
 
3622026-08-25T03:38:31.094Zfound 0 output files