01KM77HJ18YWCQ90J0XVJ0GQ9Z: opte-api

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

Buildomat Job: 01KM77KR1FC6HE536H3WY58KK5

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-21T03:43:03.342Zjob assigned to worker 01KM77RY6V3MFE718KKGVKA284 [factory aws, i-0267d737eb7b3627c] (queued for 3 m 41 s)
 
22026-03-21T03:43:11.343Zstarting task 0: "setup"
32026-03-21T03:43:11.350Z++ uname -s
42026-03-21T03:43:11.353Z+ kern=SunOS
52026-03-21T03:43:11.354Z+ build_user=build
62026-03-21T03:43:11.354Z+ build_uid=12345
72026-03-21T03:43:11.354Z+ work_dir=/work
82026-03-21T03:43:11.354Z+ input_dir=/input
92026-03-21T03:43:11.354Z+ [[ 0 == 12345 ]]
102026-03-21T03:43:11.354Z+ case "$kern" in
112026-03-21T03:43:11.354Z+ groupadd -g 12345 build
122026-03-21T03:43:11.357Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-21T03:43:13.361Z+ zfs create -o mountpoint=/work rpool/work
142026-03-21T03:43:13.480Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-21T03:43:13.483Z+ home_fs=zfs
162026-03-21T03:43:13.483Z+ [[ zfs == autofs ]]
172026-03-21T03:43:13.483Z+ mkdir -p /home/build
182026-03-21T03:43:13.483Z+ chown build:build /home/build /work
192026-03-21T03:43:15.489Z+ chmod 0700 /home/build /work
202026-03-21T03:43:15.493Zprocess exited: duration 4144 ms, exit code 0
 
212026-03-21T03:43:15.500Zstarting task 1: "rust-toolchain"
222026-03-21T03:43:15.504Z+ printf ' * rust toolchain channel = "%s"\n' 1.93.1
232026-03-21T03:43:15.504Z * rust toolchain channel = "1.93.1"
242026-03-21T03:43:15.504Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-21T03:43:15.504Z * rust toolchain profile = "default"
262026-03-21T03:43:15.505Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-21T03:43:15.505Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-21T03:43:15.508Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-21T03:43:15.508Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default
302026-03-21T03:43:15.595Zinfo: downloading installer
312026-03-21T03:43:17.356Zwarn: It looks like you have an existing installation of Rust at:
322026-03-21T03:43:17.356Zwarn: /opt/ooce/bin
332026-03-21T03:43:17.356Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-21T03:43:17.356Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-21T03:43:17.356Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-21T03:43:17.356Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-21T03:43:17.356Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-21T03:43:17.356Zerror: cannot install while Rust is installed
392026-03-21T03:43:17.356Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-21T03:43:17.356Zwarn: It looks like you have an existing rustup settings file at:
412026-03-21T03:43:17.356Zwarn: /home/build/.rustup/settings.toml
422026-03-21T03:43:17.356Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-21T03:43:17.356Zwarn: instead of the one inferred from the default host triple.
442026-03-21T03:43:17.392Zinfo: profile set to default
452026-03-21T03:43:17.392Zinfo: default host triple is x86_64-unknown-illumos
462026-03-21T03:43:17.392Zinfo: syncing channel updates for 1.93.1-x86_64-unknown-illumos
472026-03-21T03:43:17.450Zinfo: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11)
482026-03-21T03:43:17.453Zinfo: downloading 6 components
492026-03-21T03:43:33.385Zinfo: default toolchain set to 1.93.1-x86_64-unknown-illumos
502026-03-21T03:43:33.385Z
512026-03-21T03:43:33.426Z 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
522026-03-21T03:43:33.426Z
532026-03-21T03:43:33.431Z
542026-03-21T03:43:33.431ZRust is installed now. Great!
552026-03-21T03:43:33.431Z
562026-03-21T03:43:33.431ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-21T03:43:33.431Zenvironment variable. This has not been done automatically.
582026-03-21T03:43:33.431Z
592026-03-21T03:43:33.431ZTo configure your current shell, you need to source
602026-03-21T03:43:33.431Zthe corresponding env file under $HOME/.cargo.
612026-03-21T03:43:33.431Z
622026-03-21T03:43:33.431ZThis is usually done by running one of the following (note the leading DOT):
632026-03-21T03:43:33.431Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-21T03:43:33.431Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-21T03:43:33.431Zsource "~/.cargo/env.nu" # For nushell
662026-03-21T03:43:33.431Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-21T03:43:33.431Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-21T03:43:33.431Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-21T03:43:33.431Zwarn: no default linker (`cc`) was found in your PATH
702026-03-21T03:43:33.431Zwarn: many Rust crates require a system C toolchain to build
712026-03-21T03:43:33.532Z+ rustup --version
722026-03-21T03:43:33.543Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-21T03:43:33.679Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-21T03:43:33.709Zinfo: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
752026-03-21T03:43:33.709Z+ cargo --version
762026-03-21T03:43:33.709Zcargo 1.93.1 (083ac5135 2025-12-15)
772026-03-21T03:43:33.709Z+ rustc --version
782026-03-21T03:43:33.709Zrustc 1.93.1 (01f6ddf75 2026-02-11)
792026-03-21T03:43:33.709Zprocess exited: duration 18112 ms, exit code 0
 
802026-03-21T03:43:33.799Zstarting task 2: "authentication"
812026-03-21T03:43:33.823Zprocess exited: duration 32 ms, exit code 0
 
822026-03-21T03:43:33.837Zstarting task 3: "clone repository"
832026-03-21T03:43:33.844Z+ mkdir -p /work/oxidecomputer/opte
842026-03-21T03:43:33.851Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-03-21T03:43:33.876ZCloning into '/work/oxidecomputer/opte'...
862026-03-21T03:43:34.833Z+ cd /work/oxidecomputer/opte
872026-03-21T03:43:34.833Z+ git fetch origin d66750995f77d2d6157a8e6d69e685a508be9634
882026-03-21T03:43:35.002ZFrom https://github.com/oxidecomputer/opte
892026-03-21T03:43:35.002Z * branch d66750995f77d2d6157a8e6d69e685a508be9634 -> FETCH_HEAD
902026-03-21T03:43:35.010Z+ [[ -n renovate/smoltcp-0.x ]]
912026-03-21T03:43:35.013Z++ git branch --show-current
922026-03-21T03:43:35.013Z+ current=master
932026-03-21T03:43:35.013Z+ [[ master != renovate/smoltcp-0.x ]]
942026-03-21T03:43:35.014Z+ git branch -f renovate/smoltcp-0.x d66750995f77d2d6157a8e6d69e685a508be9634
952026-03-21T03:43:35.018Z+ git checkout -f renovate/smoltcp-0.x
962026-03-21T03:43:35.042ZSwitched to branch 'renovate/smoltcp-0.x'
972026-03-21T03:43:35.046Z+ git reset --hard d66750995f77d2d6157a8e6d69e685a508be9634
982026-03-21T03:43:35.046ZHEAD is now at d667509 Update Rust crate smoltcp to 0.13
992026-03-21T03:43:35.049Zprocess exited: duration 1210 ms, exit code 0
 
1002026-03-21T03:43:35.058Zstarting task 4: "build"
1012026-03-21T03:43:35.061Z+ source .github/buildomat/common.sh
1022026-03-21T03:43:35.061Z++ rustup show active-toolchain
1032026-03-21T03:43:35.068Z1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-03-21T03:43:35.071Z++ pushd xde
1052026-03-21T03:43:35.071Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-03-21T03:43:35.071Z++ rustup show active-toolchain
1072026-03-21T03:43:35.077Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1082026-03-21T03:43:35.247Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1092026-03-21T03:43:35.251Zinfo: downloading 6 components
1102026-03-21T03:43:49.389Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-03-21T03:43:49.499Z+++ rustup show active-toolchain -v
1122026-03-21T03:43:49.502Z+++ head -n 1
1132026-03-21T03:43:49.502Z+++ cut '-d ' -f1
1142026-03-21T03:43:49.571Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1152026-03-21T03:43:49.571Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1162026-03-21T03:43:49.576Z++ popd
1172026-03-21T03:43:49.576Z/work/oxidecomputer/opte
1182026-03-21T03:43:49.576Z+ cargo --version
1192026-03-21T03:43:49.583Zcargo 1.93.1 (083ac5135 2025-12-15)
1202026-03-21T03:43:49.586Z+ rustc --version
1212026-03-21T03:43:49.613Zrustc 1.93.1 (01f6ddf75 2026-02-11)
1222026-03-21T03:43:49.617Z+ cd crates/opte-api
1232026-03-21T03:43:49.617Z+ header 'check API_VERSION'
1242026-03-21T03:43:49.617Z+ echo '# ==== check API_VERSION ==== #'
1252026-03-21T03:43:49.617Z# ==== check API_VERSION ==== #
1262026-03-21T03:43:49.617Z+ ./check-api-version.sh
1272026-03-21T03:43:49.623Z+ header 'check style'
1282026-03-21T03:43:49.628Z+ echo '# ==== check style ==== #'
1292026-03-21T03:43:49.628Z# ==== check style ==== #
1302026-03-21T03:43:49.628Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check
1312026-03-21T03:43:49.735Z
1322026-03-21T03:43:49.735Zreal 0.106738376
1332026-03-21T03:43:49.739Zuser 0.062528092
1342026-03-21T03:43:49.739Zsys 0.040632435
1352026-03-21T03:43:49.739Ztrap 0.000000328
1362026-03-21T03:43:49.739Ztflt 0.000022891
1372026-03-21T03:43:49.739Zdflt 0.000009187
1382026-03-21T03:43:49.739Zkflt 0.000000000
1392026-03-21T03:43:49.739Zlock 0.062088504
1402026-03-21T03:43:49.739Zslp 0.082999925
1412026-03-21T03:43:49.739Zlat 0.000273092
1422026-03-21T03:43:49.739Zstop 0.000114864
1432026-03-21T03:43:49.739Z+ header 'analyze std'
1442026-03-21T03:43:49.739Z+ echo '# ==== analyze std ==== #'
1452026-03-21T03:43:49.739Z# ==== analyze std ==== #
1462026-03-21T03:43:49.739Z+ ptime -m cargo clippy --all-targets
1472026-03-21T03:43:49.908Z Updating crates.io index
1482026-03-21T03:43:49.946Z Updating git repository `https://github.com/oxidecomputer/falcon`
1492026-03-21T03:43:50.904Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1502026-03-21T03:43:51.175Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1512026-03-21T03:43:51.527Z Updating git repository `https://github.com/oxidecomputer/zone`
1522026-03-21T03:43:51.918Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1532026-03-21T03:43:52.181Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1542026-03-21T03:43:52.432Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1552026-03-21T03:43:54.441Z Downloading crates ...
1562026-03-21T03:43:54.499Z Downloaded defmt-parser v1.0.0
1572026-03-21T03:43:54.514Z Downloaded serde_core v1.0.228
1582026-03-21T03:43:54.546Z Downloaded ident_case v1.0.1
1592026-03-21T03:43:54.566Z Downloaded proc-macro2 v1.0.106
1602026-03-21T03:43:54.570Z Downloaded zerocopy v0.8.42
1612026-03-21T03:43:54.585Z Downloaded syn v2.0.117
1622026-03-21T03:43:54.590Z Downloaded defmt v0.3.100
1632026-03-21T03:43:54.590Z Downloaded stable_deref_trait v1.2.1
1642026-03-21T03:43:54.595Z Downloaded memchr v2.8.0
1652026-03-21T03:43:54.595Z Downloaded managed v0.8.0
1662026-03-21T03:43:54.595Z Downloaded darling_macro v0.21.3
1672026-03-21T03:43:54.599Z Downloaded bitflags v1.3.2
1682026-03-21T03:43:54.599Z Downloaded macaddr v1.0.1
1692026-03-21T03:43:54.608Z Downloaded thiserror v2.0.18
1702026-03-21T03:43:54.612Z Downloaded defmt v1.0.1
1712026-03-21T03:43:54.612Z Downloaded thiserror-impl v2.0.18
1722026-03-21T03:43:54.616Z Downloaded hash32 v0.3.1
1732026-03-21T03:43:54.616Z Downloaded byteorder v1.5.0
1742026-03-21T03:43:54.616Z Downloaded cfg-if v1.0.4
1752026-03-21T03:43:54.621Z Downloaded embedded-io v0.4.0
1762026-03-21T03:43:54.626Z Downloaded proc-macro-error-attr2 v2.0.0
1772026-03-21T03:43:54.626Z Downloaded embedded-io v0.6.1
1782026-03-21T03:43:54.626Z Downloaded fnv v1.0.7
1792026-03-21T03:43:54.626Z Downloaded cobs v0.3.0
1802026-03-21T03:43:54.632Z Downloaded ipnetwork v0.21.1
1812026-03-21T03:43:54.632Z Downloaded either v1.15.0
1822026-03-21T03:43:54.636Z Downloaded proc-macro-error2 v2.0.1
1832026-03-21T03:43:54.636Z Downloaded defmt-macros v1.0.1
1842026-03-21T03:43:54.642Z Downloaded ingot-types v0.1.2
1852026-03-21T03:43:54.654Z Downloaded ingot v0.1.1
1862026-03-21T03:43:54.658Z Downloaded serde v1.0.228
1872026-03-21T03:43:54.659Z Downloaded bitflags v2.11.0
1882026-03-21T03:43:54.663Z Downloaded ingot-macros v0.1.1
1892026-03-21T03:43:54.667Z Downloaded darling v0.21.3
1902026-03-21T03:43:54.670Z Downloaded quote v1.0.45
1912026-03-21T03:43:54.670Z Downloaded serde_derive v1.0.228
1922026-03-21T03:43:54.673Z Downloaded darling_core v0.21.3
1932026-03-21T03:43:54.678Z Downloaded strsim v0.11.1
1942026-03-21T03:43:54.682Z Downloaded unicode-ident v1.0.24
1952026-03-21T03:43:54.682Z Downloaded postcard v1.1.3
1962026-03-21T03:43:54.704Z Downloaded zerocopy-derive v0.8.42
1972026-03-21T03:43:54.710Z Downloaded heapless v0.9.2
1982026-03-21T03:43:54.732Z Downloaded regex v1.12.3
1992026-03-21T03:43:54.736Z Downloaded itertools v0.14.0
2002026-03-21T03:43:54.744Z Downloaded aho-corasick v1.1.4
2012026-03-21T03:43:54.890Z Downloaded regex-syntax v0.8.10
2022026-03-21T03:43:54.923Z Downloaded smoltcp v0.13.0
2032026-03-21T03:43:54.923Z Downloaded regex-automata v0.4.14
2042026-03-21T03:43:54.923Z Compiling proc-macro2 v1.0.106
2052026-03-21T03:43:54.923Z Compiling unicode-ident v1.0.24
2062026-03-21T03:43:54.923Z Compiling quote v1.0.45
2072026-03-21T03:43:54.923Z Compiling fnv v1.0.7
2082026-03-21T03:43:54.923Z Compiling memchr v2.8.0
2092026-03-21T03:43:54.923Z Compiling ident_case v1.0.1
2102026-03-21T03:43:54.923Z Compiling strsim v0.11.1
2112026-03-21T03:43:54.923Z Compiling regex-syntax v0.8.10
2122026-03-21T03:43:55.059Z Compiling serde_core v1.0.228
2132026-03-21T03:43:55.083Z Compiling serde v1.0.228
2142026-03-21T03:43:55.083Z Compiling zerocopy v0.8.42
2152026-03-21T03:43:55.322Z Compiling either v1.15.0
2162026-03-21T03:43:55.412Z Compiling thiserror v2.0.18
2172026-03-21T03:43:55.488Z Compiling aho-corasick v1.1.4
2182026-03-21T03:43:55.570Z Compiling itertools v0.14.0
2192026-03-21T03:43:55.618Z Checking byteorder v1.5.0
2202026-03-21T03:43:55.704Z Compiling heapless v0.9.2
2212026-03-21T03:43:55.812Z Checking hash32 v0.3.1
2222026-03-21T03:43:56.051Z Checking bitflags v2.11.0
2232026-03-21T03:43:56.097Z Checking stable_deref_trait v1.2.1
2242026-03-21T03:43:56.117Z Checking macaddr v1.0.1
2252026-03-21T03:43:56.175Z Compiling smoltcp v0.13.0
2262026-03-21T03:43:56.554Z Compiling syn v2.0.117
2272026-03-21T03:43:56.620Z Checking bitflags v1.3.2
2282026-03-21T03:43:56.628Z Checking cfg-if v1.0.4
2292026-03-21T03:43:56.692Z Checking managed v0.8.0
2302026-03-21T03:43:56.692Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2312026-03-21T03:43:56.924Z Checking ipnetwork v0.21.1
2322026-03-21T03:43:56.994Z Compiling regex-automata v0.4.14
2332026-03-21T03:43:59.036Z Compiling regex v1.12.3
2342026-03-21T03:43:59.731Z Compiling darling_core v0.21.3
2352026-03-21T03:44:00.201Z Compiling thiserror-impl v2.0.18
2362026-03-21T03:44:00.201Z Compiling zerocopy-derive v0.8.42
2372026-03-21T03:44:00.215Z Compiling serde_derive v1.0.228
2382026-03-21T03:44:01.479Z Checking cobs v0.3.0
2392026-03-21T03:44:01.626Z Compiling darling_macro v0.21.3
2402026-03-21T03:44:02.245Z Compiling darling v0.21.3
2412026-03-21T03:44:02.315Z Compiling ingot-macros v0.1.1
2422026-03-21T03:44:03.273Z Checking postcard v1.1.3
2432026-03-21T03:44:05.200Z Checking ingot-types v0.1.2
2442026-03-21T03:44:05.592Z Checking ingot v0.1.1
2452026-03-21T03:44:07.510Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2462026-03-21T03:44:07.708Zerror[E0423]: expected function, tuple struct or tuple variant, found struct `smoltcp::wire::Ipv6Address`
2472026-03-21T03:44:07.708Z --> crates/opte-api/src/ip.rs:792:20
2482026-03-21T03:44:07.708Z |
2492026-03-21T03:44:07.708Z792 | let sip6 = smoltcp::wire::Ipv6Address(self.bytes());
2502026-03-21T03:44:07.709Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2512026-03-21T03:44:07.709Z |
2522026-03-21T03:44:07.709Z --> /rustc/01f6ddf7588f42ae2d7eb0a2f21d44e8e96674cf/library/core/src/net/ip_addr.rs:166:1
2532026-03-21T03:44:07.709Z |
2542026-03-21T03:44:07.709Z = note: `smoltcp::wire::Ipv6Address` defined here
2552026-03-21T03:44:07.709Zhelp: you might have meant to use an associated function to build this type
2562026-03-21T03:44:07.709Z |
2572026-03-21T03:44:07.709Z792 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes());
2582026-03-21T03:44:07.709Z792 + let sip6 = smoltcp::wire::Ipv6Address::new(_, _, _, _, _, _, _, _);
2592026-03-21T03:44:07.709Z |
2602026-03-21T03:44:07.709Z792 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes());
2612026-03-21T03:44:07.709Z792 + let sip6 = smoltcp::wire::Ipv6Address::from_bits(_);
2622026-03-21T03:44:07.709Z |
2632026-03-21T03:44:07.709Z792 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes());
2642026-03-21T03:44:07.709Z792 + let sip6 = smoltcp::wire::Ipv6Address::from_segments(_);
2652026-03-21T03:44:07.709Z |
2662026-03-21T03:44:07.709Z792 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes());
2672026-03-21T03:44:07.709Z792 + let sip6 = smoltcp::wire::Ipv6Address::from_octets(_);
2682026-03-21T03:44:07.709Z |
2692026-03-21T03:44:07.709Z
2702026-03-21T03:44:07.902Zerror[E0119]: conflicting implementations of trait `core::convert::From<core::net::Ipv4Addr>` for type `ip::Ipv4Addr`
2712026-03-21T03:44:07.902Z --> crates/opte-api/src/ip.rs:507:1
2722026-03-21T03:44:07.902Z |
2732026-03-21T03:44:07.902Z495 | impl From<core::net::Ipv4Addr> for Ipv4Addr {
2742026-03-21T03:44:07.902Z | ------------------------------------------- first implementation here
2752026-03-21T03:44:07.902Z...
2762026-03-21T03:44:07.903Z507 | impl From<smoltcp::wire::Ipv4Address> for Ipv4Addr {
2772026-03-21T03:44:07.903Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv4Addr`
2782026-03-21T03:44:07.903Z
2792026-03-21T03:44:07.903Zerror[E0119]: conflicting implementations of trait `core::convert::From<ip::Ipv4Addr>` for type `core::net::Ipv4Addr`
2802026-03-21T03:44:07.903Z --> crates/opte-api/src/ip.rs:514:1
2812026-03-21T03:44:07.903Z |
2822026-03-21T03:44:07.903Z501 | impl From<Ipv4Addr> for core::net::Ipv4Addr {
2832026-03-21T03:44:07.903Z | ------------------------------------------- first implementation here
2842026-03-21T03:44:07.903Z...
2852026-03-21T03:44:07.903Z514 | impl From<Ipv4Addr> for smoltcp::wire::Ipv4Address {
2862026-03-21T03:44:07.903Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `core::net::Ipv4Addr`
2872026-03-21T03:44:07.903Z
2882026-03-21T03:44:07.930Zerror[E0119]: conflicting implementations of trait `core::convert::From<core::net::Ipv6Addr>` for type `ip::Ipv6Addr`
2892026-03-21T03:44:07.930Z --> crates/opte-api/src/ip.rs:809:1
2902026-03-21T03:44:07.930Z |
2912026-03-21T03:44:07.930Z797 | impl From<core::net::Ipv6Addr> for Ipv6Addr {
2922026-03-21T03:44:07.930Z | ------------------------------------------- first implementation here
2932026-03-21T03:44:07.930Z...
2942026-03-21T03:44:07.930Z809 | impl From<smoltcp::wire::Ipv6Address> for Ipv6Addr {
2952026-03-21T03:44:07.930Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv6Addr`
2962026-03-21T03:44:07.930Z
2972026-03-21T03:44:07.930Zerror[E0119]: conflicting implementations of trait `core::convert::From<ip::Ipv6Addr>` for type `core::net::Ipv6Addr`
2982026-03-21T03:44:07.930Z --> crates/opte-api/src/ip.rs:818:1
2992026-03-21T03:44:07.930Z |
3002026-03-21T03:44:07.930Z803 | impl From<Ipv6Addr> for core::net::Ipv6Addr {
3012026-03-21T03:44:07.930Z | ------------------------------------------- first implementation here
3022026-03-21T03:44:07.930Z...
3032026-03-21T03:44:07.931Z818 | impl From<Ipv6Addr> for smoltcp::wire::Ipv6Address {
3042026-03-21T03:44:07.931Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `core::net::Ipv6Addr`
3052026-03-21T03:44:07.931Z
3062026-03-21T03:44:08.111Zerror[E0599]: no method named `as_bytes` found for struct `core::net::Ipv4Addr` in the current scope
3072026-03-21T03:44:08.111Z --> crates/opte-api/src/ip.rs:509:29
3082026-03-21T03:44:08.111Z |
3092026-03-21T03:44:08.111Z509 | let bytes = smolip4.as_bytes();
3102026-03-21T03:44:08.112Z | ^^^^^^^^ method not found in `core::net::Ipv4Addr`
3112026-03-21T03:44:08.112Z
3122026-03-21T03:44:08.123Zerror[E0599]: no function or associated item named `from_bytes` found for struct `core::net::Ipv4Addr` in the current scope
3132026-03-21T03:44:08.123Z --> crates/opte-api/src/ip.rs:516:15
3142026-03-21T03:44:08.123Z |
3152026-03-21T03:44:08.123Z516 | Self::from_bytes(&ip)
3162026-03-21T03:44:08.123Z | ^^^^^^^^^^ function or associated item not found in `core::net::Ipv4Addr`
3172026-03-21T03:44:08.124Z |
3182026-03-21T03:44:08.124Znote: if you're trying to build a new `core::net::Ipv4Addr` consider using one of the following associated functions:
3192026-03-21T03:44:08.124Z core::net::Ipv4Addr::new
3202026-03-21T03:44:08.124Z core::net::Ipv4Addr::from_bits
3212026-03-21T03:44:08.124Z core::net::Ipv4Addr::from_octets
3222026-03-21T03:44:08.124Z core::net::parser::<impl core::net::Ipv4Addr>::parse_ascii
3232026-03-21T03:44:08.124Z --> /rustc/01f6ddf7588f42ae2d7eb0a2f21d44e8e96674cf/library/core/src/net/ip_addr.rs:495:5
3242026-03-21T03:44:08.124Z --> /rustc/01f6ddf7588f42ae2d7eb0a2f21d44e8e96674cf/library/core/src/net/parser.rs:336:5
3252026-03-21T03:44:08.124Zhelp: there is an associated function `from_bits` with a similar name
3262026-03-21T03:44:08.124Z |
3272026-03-21T03:44:08.124Z516 - Self::from_bytes(&ip)
3282026-03-21T03:44:08.124Z516 + Self::from_bits(&ip)
3292026-03-21T03:44:08.124Z |
3302026-03-21T03:44:08.124Z
3312026-03-21T03:44:08.145Zerror[E0599]: no method named `as_bytes` found for struct `core::net::Ipv6Addr` in the current scope
3322026-03-21T03:44:08.145Z --> crates/opte-api/src/ip.rs:813:34
3332026-03-21T03:44:08.145Z |
3342026-03-21T03:44:08.145Z813 | let bytes: [u8; 16] = ip.as_bytes().try_into().unwrap();
3352026-03-21T03:44:08.145Z | ^^^^^^^^ method not found in `core::net::Ipv6Addr`
3362026-03-21T03:44:08.145Z
3372026-03-21T03:44:08.224Zerror[E0599]: no function or associated item named `from_bytes` found for struct `core::net::Ipv6Addr` in the current scope
3382026-03-21T03:44:08.224Z --> crates/opte-api/src/ip.rs:821:15
3392026-03-21T03:44:08.224Z |
3402026-03-21T03:44:08.224Z821 | Self::from_bytes(&ip)
3412026-03-21T03:44:08.224Z | ^^^^^^^^^^ function or associated item not found in `core::net::Ipv6Addr`
3422026-03-21T03:44:08.224Z |
3432026-03-21T03:44:08.224Znote: if you're trying to build a new `core::net::Ipv6Addr` consider using one of the following associated functions:
3442026-03-21T03:44:08.224Z core::net::Ipv6Addr::new
3452026-03-21T03:44:08.224Z core::net::Ipv6Addr::from_bits
3462026-03-21T03:44:08.224Z core::net::Ipv6Addr::from_segments
3472026-03-21T03:44:08.224Z core::net::Ipv6Addr::from_octets
3482026-03-21T03:44:08.224Z core::net::parser::<impl core::net::Ipv6Addr>::parse_ascii
3492026-03-21T03:44:08.224Z --> /rustc/01f6ddf7588f42ae2d7eb0a2f21d44e8e96674cf/library/core/src/net/ip_addr.rs:1297:5
3502026-03-21T03:44:08.224Z --> /rustc/01f6ddf7588f42ae2d7eb0a2f21d44e8e96674cf/library/core/src/net/parser.rs:367:5
3512026-03-21T03:44:08.224Zhelp: there is an associated function `from_bits` with a similar name
3522026-03-21T03:44:08.224Z |
3532026-03-21T03:44:08.224Z821 - Self::from_bytes(&ip)
3542026-03-21T03:44:08.224Z821 + Self::from_bits(&ip)
3552026-03-21T03:44:08.224Z |
3562026-03-21T03:44:08.224Z
3572026-03-21T03:44:08.663ZSome errors have detailed explanations: E0119, E0423, E0599.
3582026-03-21T03:44:08.663ZFor more information about an error, try `rustc --explain E0119`.
3592026-03-21T03:44:08.698Zerror: could not compile `opte-api` (lib) due to 9 previous errors
3602026-03-21T03:44:08.704Zwarning: build failed, waiting for other jobs to finish...
3612026-03-21T03:44:08.789Zerror: could not compile `opte-api` (lib test) due to 9 previous errors
3622026-03-21T03:44:08.912Z
3632026-03-21T03:44:08.928Zreal 19.166709155
3642026-03-21T03:44:08.928Zuser 44.132077769
3652026-03-21T03:44:08.928Zsys 7.402947561
3662026-03-21T03:44:08.928Ztrap 0.024211105
3672026-03-21T03:44:08.928Ztflt 0.088410742
3682026-03-21T03:44:08.928Zdflt 0.176490436
3692026-03-21T03:44:08.928Zkflt 0.001940339
3702026-03-21T03:44:08.928Zlock 2:09.976164537
3712026-03-21T03:44:08.928Zslp 2:03.575001973
3722026-03-21T03:44:08.928Zlat 1.164098788
3732026-03-21T03:44:08.928Zstop 5.272617140
3742026-03-21T03:44:08.928Zprocess exited: duration 33848 ms, exit code 101
 
3752026-03-21T03:44:09.055Zfound 0 output files