|
|
|
| 1 | 2026-08-25T03:37:07.513Z | job assigned to worker 01M0VFTXFBABBM99Q0QH5M5BYD [factory aws, i-0761e2716eca6c598] (queued for 55 s) |
| |
| 2 | 2026-08-25T03:37:13.961Z | starting task 0: "setup" |
| 3 | 2026-08-25T03:37:13.966Z | ++ uname -s |
| 4 | 2026-08-25T03:37:13.966Z | + kern=SunOS |
| 5 | 2026-08-25T03:37:13.966Z | + build_user=build |
| 6 | 2026-08-25T03:37:13.966Z | + build_uid=12345 |
| 7 | 2026-08-25T03:37:13.966Z | + work_dir=/work |
| 8 | 2026-08-25T03:37:13.966Z | + input_dir=/input |
| 9 | 2026-08-25T03:37:13.966Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-25T03:37:13.966Z | + case "$kern" in |
| 11 | 2026-08-25T03:37:13.966Z | + groupadd -g 12345 build |
| 12 | 2026-08-25T03:37:13.966Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-25T03:37:15.975Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-25T03:37:16.059Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-25T03:37:16.063Z | + home_fs=zfs |
| 16 | 2026-08-25T03:37:16.063Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-25T03:37:16.063Z | + mkdir -p /home/build |
| 18 | 2026-08-25T03:37:16.063Z | + chown build:build /home/build /work |
| 19 | 2026-08-25T03:37:18.066Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-25T03:37:18.087Z | process exited: duration 4109 ms, exit code 0 |
| |
| 21 | 2026-08-25T03:37:18.096Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-25T03:37:18.100Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-25T03:37:18.101Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-25T03:37:18.101Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-08-25T03:37:18.101Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-08-25T03:37:18.101Z | * rust toolchain profile = "default" |
| 27 | 2026-08-25T03:37:18.101Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-25T03:37:18.105Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-25T03:37:18.105Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-25T03:37:18.196Z | info: downloading installer |
| 31 | 2026-08-25T03:37:19.392Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-25T03:37:19.392Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-25T03:37:19.392Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-25T03:37:19.392Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-25T03:37:19.409Z | info: profile set to default |
| 36 | 2026-08-25T03:37:19.409Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-25T03:37:19.409Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-25T03:37:19.659Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-25T03:37:19.796Z | info: downloading 6 components |
| 40 | 2026-08-25T03:37:33.487Z | |
| 41 | 2026-08-25T03:37:33.487Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 42 | 2026-08-25T03:37:33.514Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-25T03:37:33.515Z | |
| 44 | 2026-08-25T03:37:33.515Z | |
| 45 | 2026-08-25T03:37:33.515Z | Rust is installed now. Great! |
| 46 | 2026-08-25T03:37:33.515Z | |
| 47 | 2026-08-25T03:37:33.515Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-25T03:37:33.515Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-25T03:37:33.515Z | |
| 50 | 2026-08-25T03:37:33.515Z | To configure your current shell, you need to source |
| 51 | 2026-08-25T03:37:33.515Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-25T03:37:33.515Z | |
| 53 | 2026-08-25T03:37:33.515Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-25T03:37:33.521Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-25T03:37:33.521Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-25T03:37:33.521Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-25T03:37:33.521Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-25T03:37:33.521Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-25T03:37:33.521Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-25T03:37:33.521Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-25T03:37:33.521Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-25T03:37:33.626Z | + rustup --version |
| 63 | 2026-08-25T03:37:33.636Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-25T03:37:33.646Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-25T03:37:33.659Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-25T03:37:33.662Z | + cargo --version |
| 67 | 2026-08-25T03:37:33.673Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-25T03:37:33.678Z | + rustc --version |
| 69 | 2026-08-25T03:37:33.736Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-25T03:37:33.746Z | process exited: duration 15602 ms, exit code 0 |
| |
| 71 | 2026-08-25T03:37:33.761Z | starting task 2: "authentication" |
| 72 | 2026-08-25T03:37:33.774Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
| 73 | 2026-08-25T03:38:00.040Z | process exited: duration 26279 ms, exit code 0 |
| |
| 74 | 2026-08-25T03:38:00.048Z | starting task 3: "clone repository" |
| 75 | 2026-08-25T03:38:00.054Z | + mkdir -p /work/oxidecomputer/opte |
| 76 | 2026-08-25T03:38:00.057Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 77 | 2026-08-25T03:38:00.087Z | Cloning into '/work/oxidecomputer/opte'... |
| 78 | 2026-08-25T03:38:01.128Z | + cd /work/oxidecomputer/opte |
| 79 | 2026-08-25T03:38:01.128Z | + git fetch origin 39fef36e9da51b993e1bd1695ee5276195085b45 |
| 80 | 2026-08-25T03:38:01.411Z | From https://github.com/oxidecomputer/opte |
| 81 | 2026-08-25T03:38:01.412Z | * branch 39fef36e9da51b993e1bd1695ee5276195085b45 -> FETCH_HEAD |
| 82 | 2026-08-25T03:38:01.419Z | + [[ -n renovate/smoltcp-0.x ]] |
| 83 | 2026-08-25T03:38:01.423Z | ++ git branch --show-current |
| 84 | 2026-08-25T03:38:01.423Z | + current=master |
| 85 | 2026-08-25T03:38:01.423Z | + [[ master != renovate/smoltcp-0.x ]] |
| 86 | 2026-08-25T03:38:01.423Z | + git branch -f renovate/smoltcp-0.x 39fef36e9da51b993e1bd1695ee5276195085b45 |
| 87 | 2026-08-25T03:38:01.426Z | + git checkout -f renovate/smoltcp-0.x |
| 88 | 2026-08-25T03:38:01.440Z | Switched to branch 'renovate/smoltcp-0.x' |
| 89 | 2026-08-25T03:38:01.444Z | + git reset --hard 39fef36e9da51b993e1bd1695ee5276195085b45 |
| 90 | 2026-08-25T03:38:01.448Z | HEAD is now at 39fef36 Update Rust crate smoltcp to 0.14 |
| 91 | 2026-08-25T03:38:01.448Z | process exited: duration 1397 ms, exit code 0 |
| |
| 92 | 2026-08-25T03:38:01.456Z | starting task 4: "build" |
| 93 | 2026-08-25T03:38:01.461Z | + source .github/buildomat/common.sh |
| 94 | 2026-08-25T03:38:01.461Z | ++ rustup show active-toolchain |
| 95 | 2026-08-25T03:38:01.465Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 96 | 2026-08-25T03:38:01.472Z | ++ pushd xde |
| 97 | 2026-08-25T03:38:01.472Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 98 | 2026-08-25T03:38:01.472Z | ++ rustup show active-toolchain |
| 99 | 2026-08-25T03:38:01.476Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 100 | 2026-08-25T03:38:01.622Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 101 | 2026-08-25T03:38:01.626Z | info: downloading 6 components |
| 102 | 2026-08-25T03:38:15.974Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 103 | 2026-08-25T03:38:16.106Z | +++ rustup show active-toolchain -v |
| 104 | 2026-08-25T03:38:16.123Z | +++ head -n 1 |
| 105 | 2026-08-25T03:38:16.123Z | +++ cut '-d ' -f1 |
| 106 | 2026-08-25T03:38:16.139Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 107 | 2026-08-25T03:38:16.139Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 108 | 2026-08-25T03:38:16.139Z | ++ popd |
| 109 | 2026-08-25T03:38:16.139Z | /work/oxidecomputer/opte |
| 110 | 2026-08-25T03:38:16.148Z | + cargo --version |
| 111 | 2026-08-25T03:38:16.148Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 112 | 2026-08-25T03:38:16.148Z | + rustc --version |
| 113 | 2026-08-25T03:38:16.163Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 114 | 2026-08-25T03:38:16.171Z | + cd crates/opte-api |
| 115 | 2026-08-25T03:38:16.171Z | + header 'check API_VERSION' |
| 116 | 2026-08-25T03:38:16.171Z | + echo '# ==== check API_VERSION ==== #' |
| 117 | 2026-08-25T03:38:16.171Z | # ==== check API_VERSION ==== # |
| 118 | 2026-08-25T03:38:16.171Z | + ./check-api-version.sh |
| 119 | 2026-08-25T03:38:16.177Z | + header 'check style' |
| 120 | 2026-08-25T03:38:16.177Z | + echo '# ==== check style ==== #' |
| 121 | 2026-08-25T03:38:16.177Z | # ==== check style ==== # |
| 122 | 2026-08-25T03:38:16.177Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check |
| 123 | 2026-08-25T03:38:16.255Z | |
| 124 | 2026-08-25T03:38:16.255Z | real 0.078579718 |
| 125 | 2026-08-25T03:38:16.255Z | user 0.045247625 |
| 126 | 2026-08-25T03:38:16.255Z | sys 0.029845620 |
| 127 | 2026-08-25T03:38:16.255Z | trap 0.000010010 |
| 128 | 2026-08-25T03:38:16.255Z | tflt 0.000008950 |
| 129 | 2026-08-25T03:38:16.255Z | dflt 0.000012280 |
| 130 | 2026-08-25T03:38:16.255Z | kflt 0.000000000 |
| 131 | 2026-08-25T03:38:16.255Z | lock 0.031773270 |
| 132 | 2026-08-25T03:38:16.255Z | slp 0.058115929 |
| 133 | 2026-08-25T03:38:16.255Z | lat 0.000898970 |
| 134 | 2026-08-25T03:38:16.255Z | stop 0.000100010 |
| 135 | 2026-08-25T03:38:16.269Z | + header 'analyze std' |
| 136 | 2026-08-25T03:38:16.269Z | + echo '# ==== analyze std ==== #' |
| 137 | 2026-08-25T03:38:16.269Z | + ptime -m cargo clippy --all-targets |
| 138 | 2026-08-25T03:38:16.269Z | # ==== analyze std ==== # |
| 139 | 2026-08-25T03:38:16.379Z | Updating crates.io index |
| 140 | 2026-08-25T03:38:16.383Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 141 | 2026-08-25T03:38:17.094Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 142 | 2026-08-25T03:38:17.612Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 143 | 2026-08-25T03:38:17.911Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 144 | 2026-08-25T03:38:18.287Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 145 | 2026-08-25T03:38:18.598Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 146 | 2026-08-25T03:38:18.934Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 147 | 2026-08-25T03:38:20.679Z | Downloading crates ... |
| 148 | 2026-08-25T03:38:20.717Z | Downloaded cobs v0.3.0 |
| 149 | 2026-08-25T03:38:20.724Z | Downloaded darling_macro v0.23.0 |
| 150 | 2026-08-25T03:38:20.742Z | Downloaded thiserror v2.0.18 |
| 151 | 2026-08-25T03:38:20.742Z | Downloaded ingot-types v0.2.0 |
| 152 | 2026-08-25T03:38:20.742Z | Downloaded ident_case v1.0.1 |
| 153 | 2026-08-25T03:38:20.761Z | Downloaded hash32 v0.3.1 |
| 154 | 2026-08-25T03:38:20.761Z | Downloaded defmt-parser v1.0.0 |
| 155 | 2026-08-25T03:38:20.761Z | Downloaded embedded-io v0.6.1 |
| 156 | 2026-08-25T03:38:20.772Z | Downloaded managed v0.8.0 |
| 157 | 2026-08-25T03:38:20.772Z | Downloaded strsim v0.11.1 |
| 158 | 2026-08-25T03:38:20.772Z | Downloaded embedded-io v0.4.0 |
| 159 | 2026-08-25T03:38:20.772Z | Downloaded memchr v2.8.3 |
| 160 | 2026-08-25T03:38:20.787Z | Downloaded macaddr v1.0.1 |
| 161 | 2026-08-25T03:38:20.787Z | Downloaded stable_deref_trait v1.2.1 |
| 162 | 2026-08-25T03:38:20.795Z | Downloaded cfg-if v1.0.4 |
| 163 | 2026-08-25T03:38:20.795Z | Downloaded bitflags v1.3.2 |
| 164 | 2026-08-25T03:38:20.795Z | Downloaded ipnetwork v0.21.1 |
| 165 | 2026-08-25T03:38:20.795Z | Downloaded either v1.16.0 |
| 166 | 2026-08-25T03:38:20.795Z | Downloaded ingot v0.2.0 |
| 167 | 2026-08-25T03:38:20.795Z | Downloaded darling v0.23.0 |
| 168 | 2026-08-25T03:38:20.795Z | Downloaded quote v1.0.46 |
| 169 | 2026-08-25T03:38:20.802Z | Downloaded byteorder v1.5.0 |
| 170 | 2026-08-25T03:38:20.802Z | Downloaded defmt-macros v1.1.1 |
| 171 | 2026-08-25T03:38:20.811Z | Downloaded defmt v1.1.1 |
| 172 | 2026-08-25T03:38:20.824Z | Downloaded thiserror-impl v2.0.18 |
| 173 | 2026-08-25T03:38:20.824Z | Downloaded postcard v1.1.3 |
| 174 | 2026-08-25T03:38:20.824Z | Downloaded ingot-macros v0.2.0 |
| 175 | 2026-08-25T03:38:20.824Z | Downloaded unicode-ident v1.0.24 |
| 176 | 2026-08-25T03:38:20.825Z | Downloaded bitflags v2.13.0 |
| 177 | 2026-08-25T03:38:20.839Z | Downloaded serde_core v1.0.228 |
| 178 | 2026-08-25T03:38:20.855Z | Downloaded serde_derive v1.0.228 |
| 179 | 2026-08-25T03:38:20.866Z | Downloaded proc-macro2 v1.0.106 |
| 180 | 2026-08-25T03:38:20.866Z | Downloaded serde v1.0.228 |
| 181 | 2026-08-25T03:38:20.866Z | Downloaded darling_core v0.23.0 |
| 182 | 2026-08-25T03:38:20.882Z | Downloaded zerocopy-derive v0.8.54 |
| 183 | 2026-08-25T03:38:20.887Z | Downloaded heapless v0.9.3 |
| 184 | 2026-08-25T03:38:20.897Z | Downloaded itertools v0.15.0 |
| 185 | 2026-08-25T03:38:20.905Z | Downloaded aho-corasick v1.1.4 |
| 186 | 2026-08-25T03:38:20.949Z | Downloaded regex v1.13.0 |
| 187 | 2026-08-25T03:38:21.008Z | Downloaded zerocopy v0.8.54 |
| 188 | 2026-08-25T03:38:21.028Z | Downloaded syn v2.0.118 |
| 189 | 2026-08-25T03:38:21.028Z | Downloaded regex-syntax v0.8.11 |
| 190 | 2026-08-25T03:38:21.028Z | Downloaded smoltcp v0.14.0 |
| 191 | 2026-08-25T03:38:21.028Z | Downloaded regex-automata v0.4.15 |
| 192 | 2026-08-25T03:38:21.060Z | Compiling proc-macro2 v1.0.106 |
| 193 | 2026-08-25T03:38:21.060Z | Compiling quote v1.0.46 |
| 194 | 2026-08-25T03:38:21.060Z | Compiling unicode-ident v1.0.24 |
| 195 | 2026-08-25T03:38:21.062Z | Compiling strsim v0.11.1 |
| 196 | 2026-08-25T03:38:21.062Z | Compiling memchr v2.8.3 |
| 197 | 2026-08-25T03:38:21.062Z | Compiling ident_case v1.0.1 |
| 198 | 2026-08-25T03:38:21.062Z | Compiling serde_core v1.0.228 |
| 199 | 2026-08-25T03:38:21.063Z | Compiling regex-syntax v0.8.11 |
| 200 | 2026-08-25T03:38:21.278Z | Compiling thiserror v2.0.18 |
| 201 | 2026-08-25T03:38:21.303Z | Compiling serde v1.0.228 |
| 202 | 2026-08-25T03:38:21.399Z | Compiling either v1.16.0 |
| 203 | 2026-08-25T03:38:21.486Z | Compiling zerocopy v0.8.54 |
| 204 | 2026-08-25T03:38:21.539Z | Compiling aho-corasick v1.1.4 |
| 205 | 2026-08-25T03:38:21.665Z | Compiling itertools v0.15.0 |
| 206 | 2026-08-25T03:38:21.753Z | Compiling heapless v0.9.3 |
| 207 | 2026-08-25T03:38:21.776Z | Checking byteorder v1.5.0 |
| 208 | 2026-08-25T03:38:21.885Z | Compiling smoltcp v0.14.0 |
| 209 | 2026-08-25T03:38:21.895Z | Checking hash32 v0.3.1 |
| 210 | 2026-08-25T03:38:22.000Z | Checking bitflags v2.13.0 |
| 211 | 2026-08-25T03:38:22.175Z | Checking macaddr v1.0.1 |
| 212 | 2026-08-25T03:38:22.201Z | Checking stable_deref_trait v1.2.1 |
| 213 | 2026-08-25T03:38:22.283Z | Compiling syn v2.0.118 |
| 214 | 2026-08-25T03:38:22.303Z | Checking managed v0.8.0 |
| 215 | 2026-08-25T03:38:22.376Z | Checking bitflags v1.3.2 |
| 216 | 2026-08-25T03:38:22.439Z | Checking cfg-if v1.0.4 |
| 217 | 2026-08-25T03:38:22.479Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 218 | 2026-08-25T03:38:22.490Z | Checking ipnetwork v0.21.1 |
| 219 | 2026-08-25T03:38:22.697Z | Compiling regex-automata v0.4.15 |
| 220 | 2026-08-25T03:38:24.126Z | Compiling regex v1.13.0 |
| 221 | 2026-08-25T03:38:24.468Z | Compiling darling_core v0.23.0 |
| 222 | 2026-08-25T03:38:24.789Z | Compiling thiserror-impl v2.0.18 |
| 223 | 2026-08-25T03:38:24.789Z | Compiling zerocopy-derive v0.8.54 |
| 224 | 2026-08-25T03:38:24.789Z | Compiling serde_derive v1.0.228 |
| 225 | 2026-08-25T03:38:25.774Z | Checking cobs v0.3.0 |
| 226 | 2026-08-25T03:38:25.811Z | Compiling darling_macro v0.23.0 |
| 227 | 2026-08-25T03:38:26.314Z | Compiling darling v0.23.0 |
| 228 | 2026-08-25T03:38:26.372Z | Compiling ingot-macros v0.2.0 |
| 229 | 2026-08-25T03:38:27.039Z | Checking postcard v1.1.3 |
| 230 | 2026-08-25T03:38:28.342Z | Checking ingot-types v0.2.0 |
| 231 | 2026-08-25T03:38:28.605Z | Checking ingot v0.2.0 |
| 232 | 2026-08-25T03:38:29.877Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 233 | 2026-08-25T03:38:30.084Z | error[E0423]: expected function, tuple struct or tuple variant, found struct `smoltcp::wire::Ipv6Address` |
| 234 | 2026-08-25T03:38:30.084Z | --> crates/opte-api/src/ip.rs:914:20 |
| 235 | 2026-08-25T03:38:30.084Z | | |
| 236 | 2026-08-25T03:38:30.084Z | 914 | let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 237 | 2026-08-25T03:38:30.084Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 238 | 2026-08-25T03:38:30.084Z | | |
| 239 | 2026-08-25T03:38:30.084Z | --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/ip_addr.rs:168:0 |
| 240 | 2026-08-25T03:38:30.084Z | | |
| 241 | 2026-08-25T03:38:30.084Z | = note: `smoltcp::wire::Ipv6Address` defined here |
| 242 | 2026-08-25T03:38:30.085Z | help: you might have meant to use an associated function to build this type |
| 243 | 2026-08-25T03:38:30.085Z | | |
| 244 | 2026-08-25T03:38:30.085Z | 914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 245 | 2026-08-25T03:38:30.085Z | 914 + let sip6 = smoltcp::wire::Ipv6Address::new(_, _, _, _, _, _, _, _); |
| 246 | 2026-08-25T03:38:30.085Z | | |
| 247 | 2026-08-25T03:38:30.085Z | 914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 248 | 2026-08-25T03:38:30.085Z | 914 + let sip6 = smoltcp::wire::Ipv6Address::from_bits(_); |
| 249 | 2026-08-25T03:38:30.085Z | | |
| 250 | 2026-08-25T03:38:30.085Z | 914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 251 | 2026-08-25T03:38:30.085Z | 914 + let sip6 = smoltcp::wire::Ipv6Address::from_segments(_); |
| 252 | 2026-08-25T03:38:30.085Z | | |
| 253 | 2026-08-25T03:38:30.085Z | 914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 254 | 2026-08-25T03:38:30.085Z | 914 + let sip6 = smoltcp::wire::Ipv6Address::from_octets(_); |
| 255 | 2026-08-25T03:38:30.086Z | | |
| 256 | 2026-08-25T03:38:30.086Z | |
| 257 | 2026-08-25T03:38:30.254Z | error[E0119]: conflicting implementations of trait `core::convert::From<core::net::Ipv4Addr>` for type `ip::Ipv4Addr` |
| 258 | 2026-08-25T03:38:30.254Z | --> crates/opte-api/src/ip.rs:575:1 |
| 259 | 2026-08-25T03:38:30.254Z | | |
| 260 | 2026-08-25T03:38:30.254Z | 563 | impl From<core::net::Ipv4Addr> for Ipv4Addr { |
| 261 | 2026-08-25T03:38:30.254Z | | ------------------------------------------- first implementation here |
| 262 | 2026-08-25T03:38:30.254Z | ... |
| 263 | 2026-08-25T03:38:30.254Z | 575 | impl From<smoltcp::wire::Ipv4Address> for Ipv4Addr { |
| 264 | 2026-08-25T03:38:30.254Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv4Addr` |
| 265 | 2026-08-25T03:38:30.254Z | |
| 266 | 2026-08-25T03:38:30.254Z | error[E0119]: conflicting implementations of trait `core::convert::From<ip::Ipv4Addr>` for type `core::net::Ipv4Addr` |
| 267 | 2026-08-25T03:38:30.254Z | --> crates/opte-api/src/ip.rs:582:1 |
| 268 | 2026-08-25T03:38:30.254Z | | |
| 269 | 2026-08-25T03:38:30.254Z | 569 | impl From<Ipv4Addr> for core::net::Ipv4Addr { |
| 270 | 2026-08-25T03:38:30.254Z | | ------------------------------------------- first implementation here |
| 271 | 2026-08-25T03:38:30.254Z | ... |
| 272 | 2026-08-25T03:38:30.254Z | 582 | impl From<Ipv4Addr> for smoltcp::wire::Ipv4Address { |
| 273 | 2026-08-25T03:38:30.254Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `core::net::Ipv4Addr` |
| 274 | 2026-08-25T03:38:30.254Z | |
| 275 | 2026-08-25T03:38:30.254Z | error[E0119]: conflicting implementations of trait `core::convert::From<core::net::Ipv6Addr>` for type `ip::Ipv6Addr` |
| 276 | 2026-08-25T03:38:30.254Z | --> crates/opte-api/src/ip.rs:931:1 |
| 277 | 2026-08-25T03:38:30.254Z | | |
| 278 | 2026-08-25T03:38:30.254Z | 919 | impl From<core::net::Ipv6Addr> for Ipv6Addr { |
| 279 | 2026-08-25T03:38:30.254Z | | ------------------------------------------- first implementation here |
| 280 | 2026-08-25T03:38:30.254Z | ... |
| 281 | 2026-08-25T03:38:30.254Z | 931 | impl From<smoltcp::wire::Ipv6Address> for Ipv6Addr { |
| 282 | 2026-08-25T03:38:30.254Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv6Addr` |
| 283 | 2026-08-25T03:38:30.254Z | |
| 284 | 2026-08-25T03:38:30.292Z | error[E0119]: conflicting implementations of trait `core::convert::From<ip::Ipv6Addr>` for type `core::net::Ipv6Addr` |
| 285 | 2026-08-25T03:38:30.292Z | --> crates/opte-api/src/ip.rs:940:1 |
| 286 | 2026-08-25T03:38:30.292Z | | |
| 287 | 2026-08-25T03:38:30.292Z | 925 | impl From<Ipv6Addr> for core::net::Ipv6Addr { |
| 288 | 2026-08-25T03:38:30.292Z | | ------------------------------------------- first implementation here |
| 289 | 2026-08-25T03:38:30.292Z | ... |
| 290 | 2026-08-25T03:38:30.292Z | 940 | impl From<Ipv6Addr> for smoltcp::wire::Ipv6Address { |
| 291 | 2026-08-25T03:38:30.292Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `core::net::Ipv6Addr` |
| 292 | 2026-08-25T03:38:30.292Z | |
| 293 | 2026-08-25T03:38:30.319Z | error[E0599]: no method named `as_bytes` found for struct `core::net::Ipv4Addr` in the current scope |
| 294 | 2026-08-25T03:38:30.319Z | --> crates/opte-api/src/ip.rs:577:29 |
| 295 | 2026-08-25T03:38:30.319Z | | |
| 296 | 2026-08-25T03:38:30.319Z | 577 | let bytes = smolip4.as_bytes(); |
| 297 | 2026-08-25T03:38:30.319Z | | ^^^^^^^^ method not found in `core::net::Ipv4Addr` |
| 298 | 2026-08-25T03:38:30.319Z | |
| 299 | 2026-08-25T03:38:30.328Z | error[E0599]: no associated function or constant named `from_bytes` found for struct `core::net::Ipv4Addr` in the current scope |
| 300 | 2026-08-25T03:38:30.328Z | --> crates/opte-api/src/ip.rs:584:15 |
| 301 | 2026-08-25T03:38:30.328Z | | |
| 302 | 2026-08-25T03:38:30.328Z | 584 | Self::from_bytes(&ip) |
| 303 | 2026-08-25T03:38:30.328Z | | ^^^^^^^^^^ associated function or constant not found in `core::net::Ipv4Addr` |
| 304 | 2026-08-25T03:38:30.328Z | | |
| 305 | 2026-08-25T03:38:30.328Z | note: if you're trying to build a new `core::net::Ipv4Addr` consider using one of the following associated functions: |
| 306 | 2026-08-25T03:38:30.328Z | core::net::Ipv4Addr::new |
| 307 | 2026-08-25T03:38:30.328Z | core::net::Ipv4Addr::from_bits |
| 308 | 2026-08-25T03:38:30.328Z | core::net::Ipv4Addr::from_octets |
| 309 | 2026-08-25T03:38:30.328Z | core::net::parser::<impl core::net::Ipv4Addr>::parse_ascii |
| 310 | 2026-08-25T03:38:30.329Z | --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/ip_addr.rs:543:4 |
| 311 | 2026-08-25T03:38:30.329Z | --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/parser.rs:336:4 |
| 312 | 2026-08-25T03:38:30.329Z | help: there is an associated function `from_bits` with a similar name |
| 313 | 2026-08-25T03:38:30.329Z | | |
| 314 | 2026-08-25T03:38:30.329Z | 584 - Self::from_bytes(&ip) |
| 315 | 2026-08-25T03:38:30.329Z | 584 + Self::from_bits(&ip) |
| 316 | 2026-08-25T03:38:30.329Z | | |
| 317 | 2026-08-25T03:38:30.329Z | |
| 318 | 2026-08-25T03:38:30.384Z | error[E0599]: no method named `as_bytes` found for struct `core::net::Ipv6Addr` in the current scope |
| 319 | 2026-08-25T03:38:30.384Z | --> crates/opte-api/src/ip.rs:935:34 |
| 320 | 2026-08-25T03:38:30.385Z | | |
| 321 | 2026-08-25T03:38:30.385Z | 935 | let bytes: [u8; 16] = ip.as_bytes().try_into().unwrap(); |
| 322 | 2026-08-25T03:38:30.385Z | | ^^^^^^^^ method not found in `core::net::Ipv6Addr` |
| 323 | 2026-08-25T03:38:30.385Z | |
| 324 | 2026-08-25T03:38:30.385Z | error[E0599]: no associated function or constant named `from_bytes` found for struct `core::net::Ipv6Addr` in the current scope |
| 325 | 2026-08-25T03:38:30.385Z | --> crates/opte-api/src/ip.rs:943:15 |
| 326 | 2026-08-25T03:38:30.385Z | | |
| 327 | 2026-08-25T03:38:30.385Z | 943 | Self::from_bytes(&ip) |
| 328 | 2026-08-25T03:38:30.385Z | | ^^^^^^^^^^ associated function or constant not found in `core::net::Ipv6Addr` |
| 329 | 2026-08-25T03:38:30.385Z | | |
| 330 | 2026-08-25T03:38:30.385Z | note: if you're trying to build a new `core::net::Ipv6Addr` consider using one of the following associated functions: |
| 331 | 2026-08-25T03:38:30.385Z | core::net::Ipv6Addr::new |
| 332 | 2026-08-25T03:38:30.385Z | core::net::Ipv6Addr::from_bits |
| 333 | 2026-08-25T03:38:30.385Z | core::net::Ipv6Addr::from_segments |
| 334 | 2026-08-25T03:38:30.385Z | core::net::Ipv6Addr::from_octets |
| 335 | 2026-08-25T03:38:30.385Z | core::net::parser::<impl core::net::Ipv6Addr>::parse_ascii |
| 336 | 2026-08-25T03:38:30.385Z | --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/ip_addr.rs:1347:4 |
| 337 | 2026-08-25T03:38:30.385Z | --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/parser.rs:367:4 |
| 338 | 2026-08-25T03:38:30.385Z | help: there is an associated function `from_bits` with a similar name |
| 339 | 2026-08-25T03:38:30.385Z | | |
| 340 | 2026-08-25T03:38:30.385Z | 943 - Self::from_bytes(&ip) |
| 341 | 2026-08-25T03:38:30.385Z | 943 + Self::from_bits(&ip) |
| 342 | 2026-08-25T03:38:30.385Z | | |
| 343 | 2026-08-25T03:38:30.385Z | |
| 344 | 2026-08-25T03:38:30.854Z | Some errors have detailed explanations: E0119, E0423, E0599. |
| 345 | 2026-08-25T03:38:30.854Z | For more information about an error, try `rustc --explain E0119`. |
| 346 | 2026-08-25T03:38:30.989Z | error: could not compile `opte-api` (lib) due to 9 previous errors |
| 347 | 2026-08-25T03:38:30.989Z | warning: build failed, waiting for other jobs to finish... |
| 348 | 2026-08-25T03:38:30.989Z | error: could not compile `opte-api` (lib test) due to 9 previous errors |
| 349 | 2026-08-25T03:38:31.030Z | |
| 350 | 2026-08-25T03:38:31.030Z | real 14.632897556 |
| 351 | 2026-08-25T03:38:31.030Z | user 30.759607074 |
| 352 | 2026-08-25T03:38:31.030Z | sys 5.816412740 |
| 353 | 2026-08-25T03:38:31.030Z | trap 0.011819950 |
| 354 | 2026-08-25T03:38:31.030Z | tflt 0.091396023 |
| 355 | 2026-08-25T03:38:31.030Z | dflt 0.235420369 |
| 356 | 2026-08-25T03:38:31.030Z | kflt 0.004540450 |
| 357 | 2026-08-25T03:38:31.030Z | lock 2:10.903329974 |
| 358 | 2026-08-25T03:38:31.030Z | slp 1:32.373215479 |
| 359 | 2026-08-25T03:38:31.030Z | lat 0.781491682 |
| 360 | 2026-08-25T03:38:31.030Z | stop 5.368570188 |
| 361 | 2026-08-25T03:38:31.030Z | process exited: duration 29435 ms, exit code 101 |
| |
| 362 | 2026-08-25T03:38:31.094Z | found 0 output files |