|
|
|
| 1 | 2026-07-26T04:23:49.581Z | job assigned to worker 01KYEAHH4RJDYZ4J34C1VN6YCJ [factory aws, i-0d07800998cf2fb00] (queued for 46 s) |
| |
| 2 | 2026-07-26T04:23:56.938Z | starting task 0: "setup" |
| 3 | 2026-07-26T04:23:56.952Z | ++ uname -s |
| 4 | 2026-07-26T04:23:56.952Z | + kern=SunOS |
| 5 | 2026-07-26T04:23:56.952Z | + build_user=build |
| 6 | 2026-07-26T04:23:56.952Z | + build_uid=12345 |
| 7 | 2026-07-26T04:23:56.953Z | + work_dir=/work |
| 8 | 2026-07-26T04:23:56.953Z | + input_dir=/input |
| 9 | 2026-07-26T04:23:56.953Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-26T04:23:56.953Z | + case "$kern" in |
| 11 | 2026-07-26T04:23:56.953Z | + groupadd -g 12345 build |
| 12 | 2026-07-26T04:23:56.953Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-26T04:23:58.962Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-26T04:23:59.047Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-26T04:23:59.052Z | + home_fs=zfs |
| 16 | 2026-07-26T04:23:59.052Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-26T04:23:59.052Z | + mkdir -p /home/build |
| 18 | 2026-07-26T04:23:59.052Z | + chown build:build /home/build /work |
| 19 | 2026-07-26T04:24:01.034Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-26T04:24:01.038Z | process exited: duration 4109 ms, exit code 0 |
| |
| 21 | 2026-07-26T04:24:01.044Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-26T04:24:01.048Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-07-26T04:24:01.048Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-07-26T04:24:01.048Z | * rust toolchain profile = "default" |
| 25 | 2026-07-26T04:24:01.048Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-26T04:24:01.048Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-26T04:24:01.048Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-26T04:24:01.052Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-26T04:24:01.052Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-07-26T04:24:01.153Z | info: downloading installer |
| 31 | 2026-07-26T04:24:02.819Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-26T04:24:02.819Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-26T04:24:02.819Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-26T04:24:02.819Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-26T04:24:02.819Z | info: profile set to default |
| 36 | 2026-07-26T04:24:02.819Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-26T04:24:02.819Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-07-26T04:24:02.819Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-07-26T04:24:02.819Z | info: downloading 6 components |
| 40 | 2026-07-26T04:24:18.332Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-07-26T04:24:18.332Z | |
| 42 | 2026-07-26T04:24:18.358Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-07-26T04:24:18.358Z | |
| 44 | 2026-07-26T04:24:18.358Z | |
| 45 | 2026-07-26T04:24:18.358Z | Rust is installed now. Great! |
| 46 | 2026-07-26T04:24:18.358Z | |
| 47 | 2026-07-26T04:24:18.361Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-26T04:24:18.361Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-26T04:24:18.361Z | |
| 50 | 2026-07-26T04:24:18.362Z | To configure your current shell, you need to source |
| 51 | 2026-07-26T04:24:18.362Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-26T04:24:18.362Z | |
| 53 | 2026-07-26T04:24:18.362Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-26T04:24:18.362Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-26T04:24:18.362Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-26T04:24:18.362Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-26T04:24:18.362Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-26T04:24:18.362Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-26T04:24:18.362Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-26T04:24:18.362Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-26T04:24:18.362Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-26T04:24:18.451Z | + rustup --version |
| 63 | 2026-07-26T04:24:18.460Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-26T04:24:18.466Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-26T04:24:18.482Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-07-26T04:24:18.486Z | + cargo --version |
| 67 | 2026-07-26T04:24:18.500Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-07-26T04:24:18.503Z | + rustc --version |
| 69 | 2026-07-26T04:24:18.520Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-07-26T04:24:18.525Z | process exited: duration 17478 ms, exit code 0 |
| |
| 71 | 2026-07-26T04:24:18.532Z | starting task 2: "authentication" |
| 72 | 2026-07-26T04:24:18.546Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
| 73 | 2026-07-26T04:24:22.593Z | process exited: duration 4048 ms, exit code 0 |
| |
| 74 | 2026-07-26T04:24:22.847Z | starting task 3: "clone repository" |
| 75 | 2026-07-26T04:24:22.860Z | + mkdir -p /work/oxidecomputer/opte |
| 76 | 2026-07-26T04:24:22.860Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 77 | 2026-07-26T04:24:22.864Z | Cloning into '/work/oxidecomputer/opte'... |
| 78 | 2026-07-26T04:24:23.523Z | + cd /work/oxidecomputer/opte |
| 79 | 2026-07-26T04:24:23.523Z | + git fetch origin b8b23b946ff2841cc7e0be7cda9a60f9913d886f |
| 80 | 2026-07-26T04:24:23.728Z | From https://github.com/oxidecomputer/opte |
| 81 | 2026-07-26T04:24:23.728Z | * branch b8b23b946ff2841cc7e0be7cda9a60f9913d886f -> FETCH_HEAD |
| 82 | 2026-07-26T04:24:23.733Z | + [[ -n renovate/smoltcp-0.x ]] |
| 83 | 2026-07-26T04:24:23.737Z | ++ git branch --show-current |
| 84 | 2026-07-26T04:24:23.737Z | + current=master |
| 85 | 2026-07-26T04:24:23.737Z | + [[ master != renovate/smoltcp-0.x ]] |
| 86 | 2026-07-26T04:24:23.737Z | + git branch -f renovate/smoltcp-0.x b8b23b946ff2841cc7e0be7cda9a60f9913d886f |
| 87 | 2026-07-26T04:24:23.741Z | + git checkout -f renovate/smoltcp-0.x |
| 88 | 2026-07-26T04:24:23.756Z | Switched to branch 'renovate/smoltcp-0.x' |
| 89 | 2026-07-26T04:24:23.759Z | + git reset --hard b8b23b946ff2841cc7e0be7cda9a60f9913d886f |
| 90 | 2026-07-26T04:24:23.763Z | HEAD is now at b8b23b9 Update Rust crate smoltcp to 0.13 |
| 91 | 2026-07-26T04:24:23.763Z | process exited: duration 1141 ms, exit code 0 |
| |
| 92 | 2026-07-26T04:24:23.771Z | starting task 4: "build" |
| 93 | 2026-07-26T04:24:23.775Z | + source .github/buildomat/common.sh |
| 94 | 2026-07-26T04:24:23.775Z | ++ rustup show active-toolchain |
| 95 | 2026-07-26T04:24:23.779Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 96 | 2026-07-26T04:24:23.783Z | ++ pushd xde |
| 97 | 2026-07-26T04:24:23.783Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 98 | 2026-07-26T04:24:23.783Z | ++ rustup show active-toolchain |
| 99 | 2026-07-26T04:24:23.787Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 100 | 2026-07-26T04:24:23.931Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 101 | 2026-07-26T04:24:23.935Z | info: downloading 6 components |
| 102 | 2026-07-26T04:24:39.083Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 103 | 2026-07-26T04:24:39.186Z | +++ rustup show active-toolchain -v |
| 104 | 2026-07-26T04:24:39.191Z | +++ head -n 1 |
| 105 | 2026-07-26T04:24:39.191Z | +++ cut '-d ' -f1 |
| 106 | 2026-07-26T04:24:39.230Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 107 | 2026-07-26T04:24:39.230Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 108 | 2026-07-26T04:24:39.230Z | ++ popd |
| 109 | 2026-07-26T04:24:39.241Z | /work/oxidecomputer/opte |
| 110 | 2026-07-26T04:24:39.241Z | + cargo --version |
| 111 | 2026-07-26T04:24:39.245Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 112 | 2026-07-26T04:24:39.245Z | + rustc --version |
| 113 | 2026-07-26T04:24:39.262Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 114 | 2026-07-26T04:24:39.266Z | + cd crates/opte-api |
| 115 | 2026-07-26T04:24:39.266Z | + header 'check API_VERSION' |
| 116 | 2026-07-26T04:24:39.266Z | + echo '# ==== check API_VERSION ==== #' |
| 117 | 2026-07-26T04:24:39.266Z | # ==== check API_VERSION ==== # |
| 118 | 2026-07-26T04:24:39.266Z | + ./check-api-version.sh |
| 119 | 2026-07-26T04:24:39.271Z | + header 'check style' |
| 120 | 2026-07-26T04:24:39.271Z | + echo '# ==== check style ==== #' |
| 121 | 2026-07-26T04:24:39.275Z | # ==== check style ==== # |
| 122 | 2026-07-26T04:24:39.275Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check |
| 123 | 2026-07-26T04:24:39.353Z | |
| 124 | 2026-07-26T04:24:39.353Z | real 0.077032327 |
| 125 | 2026-07-26T04:24:39.353Z | user 0.045297663 |
| 126 | 2026-07-26T04:24:39.353Z | sys 0.029022540 |
| 127 | 2026-07-26T04:24:39.353Z | trap 0.000001970 |
| 128 | 2026-07-26T04:24:39.353Z | tflt 0.000021920 |
| 129 | 2026-07-26T04:24:39.353Z | dflt 0.000013330 |
| 130 | 2026-07-26T04:24:39.353Z | kflt 0.000000000 |
| 131 | 2026-07-26T04:24:39.353Z | lock 0.031122984 |
| 132 | 2026-07-26T04:24:39.354Z | slp 0.057124471 |
| 133 | 2026-07-26T04:24:39.354Z | lat 0.000839640 |
| 134 | 2026-07-26T04:24:39.354Z | stop 0.000086950 |
| 135 | 2026-07-26T04:24:39.360Z | + header 'analyze std' |
| 136 | 2026-07-26T04:24:39.360Z | + echo '# ==== analyze std ==== #' |
| 137 | 2026-07-26T04:24:39.361Z | # ==== analyze std ==== # |
| 138 | 2026-07-26T04:24:39.361Z | + ptime -m cargo clippy --all-targets |
| 139 | 2026-07-26T04:24:39.490Z | Updating crates.io index |
| 140 | 2026-07-26T04:24:39.494Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 141 | 2026-07-26T04:24:40.591Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 142 | 2026-07-26T04:24:40.809Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 143 | 2026-07-26T04:24:41.042Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 144 | 2026-07-26T04:24:41.379Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 145 | 2026-07-26T04:24:41.593Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 146 | 2026-07-26T04:24:41.855Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 147 | 2026-07-26T04:24:43.567Z | Downloading crates ... |
| 148 | 2026-07-26T04:24:43.607Z | Downloaded darling_macro v0.23.0 |
| 149 | 2026-07-26T04:24:43.628Z | Downloaded managed v0.8.0 |
| 150 | 2026-07-26T04:24:43.638Z | Downloaded aho-corasick v1.1.4 |
| 151 | 2026-07-26T04:24:43.638Z | Downloaded quote v1.0.46 |
| 152 | 2026-07-26T04:24:43.641Z | Downloaded defmt-parser v1.0.0 |
| 153 | 2026-07-26T04:24:43.641Z | Downloaded macaddr v1.0.1 |
| 154 | 2026-07-26T04:24:43.641Z | Downloaded embedded-io v0.6.1 |
| 155 | 2026-07-26T04:24:43.642Z | Downloaded cfg-if v1.0.4 |
| 156 | 2026-07-26T04:24:43.642Z | Downloaded hash32 v0.3.1 |
| 157 | 2026-07-26T04:24:43.642Z | Downloaded ident_case v1.0.1 |
| 158 | 2026-07-26T04:24:43.642Z | Downloaded strsim v0.11.1 |
| 159 | 2026-07-26T04:24:43.646Z | Downloaded ipnetwork v0.21.1 |
| 160 | 2026-07-26T04:24:43.656Z | Downloaded embedded-io v0.4.0 |
| 161 | 2026-07-26T04:24:43.660Z | Downloaded cobs v0.3.0 |
| 162 | 2026-07-26T04:24:43.664Z | Downloaded defmt v0.3.100 |
| 163 | 2026-07-26T04:24:43.667Z | Downloaded stable_deref_trait v1.2.1 |
| 164 | 2026-07-26T04:24:43.667Z | Downloaded byteorder v1.5.0 |
| 165 | 2026-07-26T04:24:43.675Z | Downloaded ingot-types v0.2.0 |
| 166 | 2026-07-26T04:24:43.689Z | Downloaded defmt-macros v1.1.1 |
| 167 | 2026-07-26T04:24:43.692Z | Downloaded thiserror v2.0.18 |
| 168 | 2026-07-26T04:24:43.699Z | Downloaded either v1.16.0 |
| 169 | 2026-07-26T04:24:43.703Z | Downloaded ingot v0.2.0 |
| 170 | 2026-07-26T04:24:43.703Z | Downloaded darling v0.23.0 |
| 171 | 2026-07-26T04:24:43.710Z | Downloaded defmt v1.1.1 |
| 172 | 2026-07-26T04:24:43.710Z | Downloaded ingot-macros v0.2.0 |
| 173 | 2026-07-26T04:24:43.710Z | Downloaded postcard v1.1.3 |
| 174 | 2026-07-26T04:24:43.713Z | Downloaded bitflags v1.3.2 |
| 175 | 2026-07-26T04:24:43.713Z | Downloaded thiserror-impl v2.0.18 |
| 176 | 2026-07-26T04:24:43.716Z | Downloaded proc-macro2 v1.0.106 |
| 177 | 2026-07-26T04:24:43.722Z | Downloaded serde_derive v1.0.228 |
| 178 | 2026-07-26T04:24:43.725Z | Downloaded unicode-ident v1.0.24 |
| 179 | 2026-07-26T04:24:43.725Z | Downloaded bitflags v2.13.0 |
| 180 | 2026-07-26T04:24:43.735Z | Downloaded serde_core v1.0.228 |
| 181 | 2026-07-26T04:24:43.747Z | Downloaded serde v1.0.228 |
| 182 | 2026-07-26T04:24:43.750Z | Downloaded zerocopy-derive v0.8.54 |
| 183 | 2026-07-26T04:24:43.753Z | Downloaded memchr v2.8.3 |
| 184 | 2026-07-26T04:24:43.758Z | Downloaded darling_core v0.23.0 |
| 185 | 2026-07-26T04:24:43.776Z | Downloaded heapless v0.9.3 |
| 186 | 2026-07-26T04:24:43.780Z | Downloaded regex v1.13.0 |
| 187 | 2026-07-26T04:24:43.788Z | Downloaded itertools v0.15.0 |
| 188 | 2026-07-26T04:24:43.819Z | Downloaded zerocopy v0.8.54 |
| 189 | 2026-07-26T04:24:43.832Z | Downloaded syn v2.0.118 |
| 190 | 2026-07-26T04:24:43.841Z | Downloaded regex-syntax v0.8.11 |
| 191 | 2026-07-26T04:24:43.845Z | Downloaded smoltcp v0.13.1 |
| 192 | 2026-07-26T04:24:43.863Z | Downloaded regex-automata v0.4.15 |
| 193 | 2026-07-26T04:24:43.897Z | Compiling proc-macro2 v1.0.106 |
| 194 | 2026-07-26T04:24:43.897Z | Compiling unicode-ident v1.0.24 |
| 195 | 2026-07-26T04:24:43.901Z | Compiling quote v1.0.46 |
| 196 | 2026-07-26T04:24:43.901Z | Compiling strsim v0.11.1 |
| 197 | 2026-07-26T04:24:43.901Z | Compiling memchr v2.8.3 |
| 198 | 2026-07-26T04:24:43.901Z | Compiling ident_case v1.0.1 |
| 199 | 2026-07-26T04:24:43.901Z | Compiling regex-syntax v0.8.11 |
| 200 | 2026-07-26T04:24:43.901Z | Compiling serde_core v1.0.228 |
| 201 | 2026-07-26T04:24:44.092Z | Compiling zerocopy v0.8.54 |
| 202 | 2026-07-26T04:24:44.096Z | Compiling serde v1.0.228 |
| 203 | 2026-07-26T04:24:44.269Z | Compiling either v1.16.0 |
| 204 | 2026-07-26T04:24:44.344Z | Compiling thiserror v2.0.18 |
| 205 | 2026-07-26T04:24:44.350Z | Compiling aho-corasick v1.1.4 |
| 206 | 2026-07-26T04:24:44.468Z | Compiling itertools v0.15.0 |
| 207 | 2026-07-26T04:24:44.507Z | Compiling heapless v0.9.3 |
| 208 | 2026-07-26T04:24:44.525Z | Checking byteorder v1.5.0 |
| 209 | 2026-07-26T04:24:44.675Z | Checking hash32 v0.3.1 |
| 210 | 2026-07-26T04:24:44.797Z | Checking stable_deref_trait v1.2.1 |
| 211 | 2026-07-26T04:24:44.858Z | Checking bitflags v2.13.0 |
| 212 | 2026-07-26T04:24:44.882Z | Checking macaddr v1.0.1 |
| 213 | 2026-07-26T04:24:44.981Z | Compiling smoltcp v0.13.1 |
| 214 | 2026-07-26T04:24:45.186Z | Compiling syn v2.0.118 |
| 215 | 2026-07-26T04:24:45.247Z | Checking bitflags v1.3.2 |
| 216 | 2026-07-26T04:24:45.310Z | Checking cfg-if v1.0.4 |
| 217 | 2026-07-26T04:24:45.323Z | Checking managed v0.8.0 |
| 218 | 2026-07-26T04:24:45.366Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 219 | 2026-07-26T04:24:45.503Z | Compiling regex-automata v0.4.15 |
| 220 | 2026-07-26T04:24:45.674Z | Checking ipnetwork v0.21.1 |
| 221 | 2026-07-26T04:24:47.048Z | Compiling regex v1.13.0 |
| 222 | 2026-07-26T04:24:47.502Z | Compiling darling_core v0.23.0 |
| 223 | 2026-07-26T04:24:47.834Z | Compiling zerocopy-derive v0.8.54 |
| 224 | 2026-07-26T04:24:47.834Z | Compiling serde_derive v1.0.228 |
| 225 | 2026-07-26T04:24:47.834Z | Compiling thiserror-impl v2.0.18 |
| 226 | 2026-07-26T04:24:48.829Z | Checking cobs v0.3.0 |
| 227 | 2026-07-26T04:24:48.854Z | Compiling darling_macro v0.23.0 |
| 228 | 2026-07-26T04:24:49.371Z | Compiling darling v0.23.0 |
| 229 | 2026-07-26T04:24:49.434Z | Compiling ingot-macros v0.2.0 |
| 230 | 2026-07-26T04:24:50.096Z | Checking postcard v1.1.3 |
| 231 | 2026-07-26T04:24:51.435Z | Checking ingot-types v0.2.0 |
| 232 | 2026-07-26T04:24:51.714Z | Checking ingot v0.2.0 |
| 233 | 2026-07-26T04:24:52.981Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 234 | 2026-07-26T04:24:53.147Z | error[E0423]: expected function, tuple struct or tuple variant, found struct `smoltcp::wire::Ipv6Address` |
| 235 | 2026-07-26T04:24:53.147Z | --> crates/opte-api/src/ip.rs:914:20 |
| 236 | 2026-07-26T04:24:53.147Z | | |
| 237 | 2026-07-26T04:24:53.147Z | 914 | let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 238 | 2026-07-26T04:24:53.148Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 239 | 2026-07-26T04:24:53.148Z | | |
| 240 | 2026-07-26T04:24:53.148Z | --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/ip_addr.rs:168:0 |
| 241 | 2026-07-26T04:24:53.148Z | | |
| 242 | 2026-07-26T04:24:53.148Z | = note: `smoltcp::wire::Ipv6Address` defined here |
| 243 | 2026-07-26T04:24:53.148Z | help: you might have meant to use an associated function to build this type |
| 244 | 2026-07-26T04:24:53.148Z | | |
| 245 | 2026-07-26T04:24:53.148Z | 914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 246 | 2026-07-26T04:24:53.148Z | 914 + let sip6 = smoltcp::wire::Ipv6Address::new(_, _, _, _, _, _, _, _); |
| 247 | 2026-07-26T04:24:53.148Z | | |
| 248 | 2026-07-26T04:24:53.148Z | 914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 249 | 2026-07-26T04:24:53.148Z | 914 + let sip6 = smoltcp::wire::Ipv6Address::from_bits(_); |
| 250 | 2026-07-26T04:24:53.148Z | | |
| 251 | 2026-07-26T04:24:53.148Z | 914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 252 | 2026-07-26T04:24:53.148Z | 914 + let sip6 = smoltcp::wire::Ipv6Address::from_segments(_); |
| 253 | 2026-07-26T04:24:53.148Z | | |
| 254 | 2026-07-26T04:24:53.148Z | 914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 255 | 2026-07-26T04:24:53.148Z | 914 + let sip6 = smoltcp::wire::Ipv6Address::from_octets(_); |
| 256 | 2026-07-26T04:24:53.148Z | | |
| 257 | 2026-07-26T04:24:53.148Z | |
| 258 | 2026-07-26T04:24:53.254Z | error[E0119]: conflicting implementations of trait `core::convert::From<core::net::Ipv4Addr>` for type `ip::Ipv4Addr` |
| 259 | 2026-07-26T04:24:53.254Z | --> crates/opte-api/src/ip.rs:575:1 |
| 260 | 2026-07-26T04:24:53.254Z | | |
| 261 | 2026-07-26T04:24:53.254Z | 563 | impl From<core::net::Ipv4Addr> for Ipv4Addr { |
| 262 | 2026-07-26T04:24:53.255Z | | ------------------------------------------- first implementation here |
| 263 | 2026-07-26T04:24:53.255Z | ... |
| 264 | 2026-07-26T04:24:53.255Z | 575 | impl From<smoltcp::wire::Ipv4Address> for Ipv4Addr { |
| 265 | 2026-07-26T04:24:53.255Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv4Addr` |
| 266 | 2026-07-26T04:24:53.255Z | |
| 267 | 2026-07-26T04:24:53.255Z | error[E0119]: conflicting implementations of trait `core::convert::From<ip::Ipv4Addr>` for type `core::net::Ipv4Addr` |
| 268 | 2026-07-26T04:24:53.255Z | --> crates/opte-api/src/ip.rs:582:1 |
| 269 | 2026-07-26T04:24:53.255Z | | |
| 270 | 2026-07-26T04:24:53.255Z | 569 | impl From<Ipv4Addr> for core::net::Ipv4Addr { |
| 271 | 2026-07-26T04:24:53.255Z | | ------------------------------------------- first implementation here |
| 272 | 2026-07-26T04:24:53.255Z | ... |
| 273 | 2026-07-26T04:24:53.255Z | 582 | impl From<Ipv4Addr> for smoltcp::wire::Ipv4Address { |
| 274 | 2026-07-26T04:24:53.255Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `core::net::Ipv4Addr` |
| 275 | 2026-07-26T04:24:53.255Z | |
| 276 | 2026-07-26T04:24:53.259Z | error[E0119]: conflicting implementations of trait `core::convert::From<core::net::Ipv6Addr>` for type `ip::Ipv6Addr` |
| 277 | 2026-07-26T04:24:53.259Z | --> crates/opte-api/src/ip.rs:931:1 |
| 278 | 2026-07-26T04:24:53.259Z | | |
| 279 | 2026-07-26T04:24:53.259Z | 919 | impl From<core::net::Ipv6Addr> for Ipv6Addr { |
| 280 | 2026-07-26T04:24:53.259Z | | ------------------------------------------- first implementation here |
| 281 | 2026-07-26T04:24:53.259Z | ... |
| 282 | 2026-07-26T04:24:53.260Z | 931 | impl From<smoltcp::wire::Ipv6Address> for Ipv6Addr { |
| 283 | 2026-07-26T04:24:53.260Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv6Addr` |
| 284 | 2026-07-26T04:24:53.260Z | |
| 285 | 2026-07-26T04:24:53.260Z | error[E0119]: conflicting implementations of trait `core::convert::From<ip::Ipv6Addr>` for type `core::net::Ipv6Addr` |
| 286 | 2026-07-26T04:24:53.260Z | --> crates/opte-api/src/ip.rs:940:1 |
| 287 | 2026-07-26T04:24:53.260Z | | |
| 288 | 2026-07-26T04:24:53.260Z | 925 | impl From<Ipv6Addr> for core::net::Ipv6Addr { |
| 289 | 2026-07-26T04:24:53.260Z | | ------------------------------------------- first implementation here |
| 290 | 2026-07-26T04:24:53.260Z | ... |
| 291 | 2026-07-26T04:24:53.260Z | 940 | impl From<Ipv6Addr> for smoltcp::wire::Ipv6Address { |
| 292 | 2026-07-26T04:24:53.260Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `core::net::Ipv6Addr` |
| 293 | 2026-07-26T04:24:53.260Z | |
| 294 | 2026-07-26T04:24:53.418Z | error[E0599]: no method named `as_bytes` found for struct `core::net::Ipv4Addr` in the current scope |
| 295 | 2026-07-26T04:24:53.418Z | --> crates/opte-api/src/ip.rs:577:29 |
| 296 | 2026-07-26T04:24:53.418Z | | |
| 297 | 2026-07-26T04:24:53.418Z | 577 | let bytes = smolip4.as_bytes(); |
| 298 | 2026-07-26T04:24:53.418Z | | ^^^^^^^^ method not found in `core::net::Ipv4Addr` |
| 299 | 2026-07-26T04:24:53.418Z | |
| 300 | 2026-07-26T04:24:53.428Z | error[E0599]: no associated function or constant named `from_bytes` found for struct `core::net::Ipv4Addr` in the current scope |
| 301 | 2026-07-26T04:24:53.428Z | --> crates/opte-api/src/ip.rs:584:15 |
| 302 | 2026-07-26T04:24:53.428Z | | |
| 303 | 2026-07-26T04:24:53.428Z | 584 | Self::from_bytes(&ip) |
| 304 | 2026-07-26T04:24:53.428Z | | ^^^^^^^^^^ associated function or constant not found in `core::net::Ipv4Addr` |
| 305 | 2026-07-26T04:24:53.429Z | | |
| 306 | 2026-07-26T04:24:53.429Z | note: if you're trying to build a new `core::net::Ipv4Addr` consider using one of the following associated functions: |
| 307 | 2026-07-26T04:24:53.429Z | core::net::Ipv4Addr::new |
| 308 | 2026-07-26T04:24:53.429Z | core::net::Ipv4Addr::from_bits |
| 309 | 2026-07-26T04:24:53.429Z | core::net::Ipv4Addr::from_octets |
| 310 | 2026-07-26T04:24:53.429Z | core::net::parser::<impl core::net::Ipv4Addr>::parse_ascii |
| 311 | 2026-07-26T04:24:53.429Z | --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/ip_addr.rs:543:4 |
| 312 | 2026-07-26T04:24:53.429Z | --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/parser.rs:336:4 |
| 313 | 2026-07-26T04:24:53.429Z | help: there is an associated function `from_bits` with a similar name |
| 314 | 2026-07-26T04:24:53.429Z | | |
| 315 | 2026-07-26T04:24:53.429Z | 584 - Self::from_bytes(&ip) |
| 316 | 2026-07-26T04:24:53.429Z | 584 + Self::from_bits(&ip) |
| 317 | 2026-07-26T04:24:53.429Z | | |
| 318 | 2026-07-26T04:24:53.429Z | |
| 319 | 2026-07-26T04:24:53.452Z | error[E0599]: no method named `as_bytes` found for struct `core::net::Ipv6Addr` in the current scope |
| 320 | 2026-07-26T04:24:53.452Z | --> crates/opte-api/src/ip.rs:935:34 |
| 321 | 2026-07-26T04:24:53.452Z | | |
| 322 | 2026-07-26T04:24:53.452Z | 935 | let bytes: [u8; 16] = ip.as_bytes().try_into().unwrap(); |
| 323 | 2026-07-26T04:24:53.452Z | | ^^^^^^^^ method not found in `core::net::Ipv6Addr` |
| 324 | 2026-07-26T04:24:53.452Z | |
| 325 | 2026-07-26T04:24:53.460Z | error[E0599]: no associated function or constant named `from_bytes` found for struct `core::net::Ipv6Addr` in the current scope |
| 326 | 2026-07-26T04:24:53.460Z | --> crates/opte-api/src/ip.rs:943:15 |
| 327 | 2026-07-26T04:24:53.460Z | | |
| 328 | 2026-07-26T04:24:53.460Z | 943 | Self::from_bytes(&ip) |
| 329 | 2026-07-26T04:24:53.460Z | | ^^^^^^^^^^ associated function or constant not found in `core::net::Ipv6Addr` |
| 330 | 2026-07-26T04:24:53.460Z | | |
| 331 | 2026-07-26T04:24:53.460Z | note: if you're trying to build a new `core::net::Ipv6Addr` consider using one of the following associated functions: |
| 332 | 2026-07-26T04:24:53.460Z | core::net::Ipv6Addr::new |
| 333 | 2026-07-26T04:24:53.460Z | core::net::Ipv6Addr::from_bits |
| 334 | 2026-07-26T04:24:53.460Z | core::net::Ipv6Addr::from_segments |
| 335 | 2026-07-26T04:24:53.460Z | core::net::Ipv6Addr::from_octets |
| 336 | 2026-07-26T04:24:53.460Z | core::net::parser::<impl core::net::Ipv6Addr>::parse_ascii |
| 337 | 2026-07-26T04:24:53.460Z | --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/ip_addr.rs:1347:4 |
| 338 | 2026-07-26T04:24:53.461Z | --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/parser.rs:367:4 |
| 339 | 2026-07-26T04:24:53.461Z | help: there is an associated function `from_bits` with a similar name |
| 340 | 2026-07-26T04:24:53.461Z | | |
| 341 | 2026-07-26T04:24:53.461Z | 943 - Self::from_bytes(&ip) |
| 342 | 2026-07-26T04:24:53.461Z | 943 + Self::from_bits(&ip) |
| 343 | 2026-07-26T04:24:53.461Z | | |
| 344 | 2026-07-26T04:24:53.461Z | |
| 345 | 2026-07-26T04:24:53.840Z | Some errors have detailed explanations: E0119, E0423, E0599. |
| 346 | 2026-07-26T04:24:53.841Z | For more information about an error, try `rustc --explain E0119`. |
| 347 | 2026-07-26T04:24:53.872Z | error: could not compile `opte-api` (lib) due to 9 previous errors |
| 348 | 2026-07-26T04:24:53.873Z | warning: build failed, waiting for other jobs to finish... |
| 349 | 2026-07-26T04:24:53.913Z | error: could not compile `opte-api` (lib test) due to 9 previous errors |
| 350 | 2026-07-26T04:24:54.003Z | |
| 351 | 2026-07-26T04:24:54.003Z | real 14.646656221 |
| 352 | 2026-07-26T04:24:54.004Z | user 31.391517193 |
| 353 | 2026-07-26T04:24:54.004Z | sys 6.052849382 |
| 354 | 2026-07-26T04:24:54.004Z | trap 0.013971402 |
| 355 | 2026-07-26T04:24:54.004Z | tflt 0.087866817 |
| 356 | 2026-07-26T04:24:54.004Z | dflt 0.208824697 |
| 357 | 2026-07-26T04:24:54.004Z | kflt 0.004261943 |
| 358 | 2026-07-26T04:24:54.004Z | lock 2:15.980030190 |
| 359 | 2026-07-26T04:24:54.008Z | slp 1:33.807471037 |
| 360 | 2026-07-26T04:24:54.008Z | lat 1.379614486 |
| 361 | 2026-07-26T04:24:54.008Z | stop 6.376869436 |
| 362 | 2026-07-26T04:24:54.008Z | process exited: duration 30233 ms, exit code 101 |
| |
| 363 | 2026-07-26T04:24:54.017Z | found 0 output files |