|
|
|
| 1 | 2026-03-21T03:43:03.342Z | job assigned to worker 01KM77RY6V3MFE718KKGVKA284 [factory aws, i-0267d737eb7b3627c] (queued for 3 m 41 s) |
| |
| 2 | 2026-03-21T03:43:11.343Z | starting task 0: "setup" |
| 3 | 2026-03-21T03:43:11.350Z | ++ uname -s |
| 4 | 2026-03-21T03:43:11.353Z | + kern=SunOS |
| 5 | 2026-03-21T03:43:11.354Z | + build_user=build |
| 6 | 2026-03-21T03:43:11.354Z | + build_uid=12345 |
| 7 | 2026-03-21T03:43:11.354Z | + work_dir=/work |
| 8 | 2026-03-21T03:43:11.354Z | + input_dir=/input |
| 9 | 2026-03-21T03:43:11.354Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-21T03:43:11.354Z | + case "$kern" in |
| 11 | 2026-03-21T03:43:11.354Z | + groupadd -g 12345 build |
| 12 | 2026-03-21T03:43:11.357Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-21T03:43:13.361Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-21T03:43:13.480Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-21T03:43:13.483Z | + home_fs=zfs |
| 16 | 2026-03-21T03:43:13.483Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-21T03:43:13.483Z | + mkdir -p /home/build |
| 18 | 2026-03-21T03:43:13.483Z | + chown build:build /home/build /work |
| 19 | 2026-03-21T03:43:15.489Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-21T03:43:15.493Z | process exited: duration 4144 ms, exit code 0 |
| |
| 21 | 2026-03-21T03:43:15.500Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-21T03:43:15.504Z | + printf ' * rust toolchain channel = "%s"\n' 1.93.1 |
| 23 | 2026-03-21T03:43:15.504Z | * rust toolchain channel = "1.93.1" |
| 24 | 2026-03-21T03:43:15.504Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-03-21T03:43:15.504Z | * rust toolchain profile = "default" |
| 26 | 2026-03-21T03:43:15.505Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-21T03:43:15.505Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-21T03:43:15.508Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-21T03:43:15.508Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default |
| 30 | 2026-03-21T03:43:15.595Z | info: downloading installer |
| 31 | 2026-03-21T03:43:17.356Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-21T03:43:17.356Z | warn: /opt/ooce/bin |
| 33 | 2026-03-21T03:43:17.356Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-21T03:43:17.356Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-21T03:43:17.356Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-21T03:43:17.356Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-21T03:43:17.356Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-21T03:43:17.356Z | error: cannot install while Rust is installed |
| 39 | 2026-03-21T03:43:17.356Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-21T03:43:17.356Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-03-21T03:43:17.356Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-03-21T03:43:17.356Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-03-21T03:43:17.356Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-03-21T03:43:17.392Z | info: profile set to default |
| 45 | 2026-03-21T03:43:17.392Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-03-21T03:43:17.392Z | info: syncing channel updates for 1.93.1-x86_64-unknown-illumos |
| 47 | 2026-03-21T03:43:17.450Z | info: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11) |
| 48 | 2026-03-21T03:43:17.453Z | info: downloading 6 components |
| 49 | 2026-03-21T03:43:33.385Z | info: default toolchain set to 1.93.1-x86_64-unknown-illumos |
| 50 | 2026-03-21T03:43:33.385Z | |
| 51 | 2026-03-21T03:43:33.426Z | 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11) |
| 52 | 2026-03-21T03:43:33.426Z | |
| 53 | 2026-03-21T03:43:33.431Z | |
| 54 | 2026-03-21T03:43:33.431Z | Rust is installed now. Great! |
| 55 | 2026-03-21T03:43:33.431Z | |
| 56 | 2026-03-21T03:43:33.431Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-03-21T03:43:33.431Z | environment variable. This has not been done automatically. |
| 58 | 2026-03-21T03:43:33.431Z | |
| 59 | 2026-03-21T03:43:33.431Z | To configure your current shell, you need to source |
| 60 | 2026-03-21T03:43:33.431Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-03-21T03:43:33.431Z | |
| 62 | 2026-03-21T03:43:33.431Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-03-21T03:43:33.431Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-03-21T03:43:33.431Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-03-21T03:43:33.431Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-03-21T03:43:33.431Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-03-21T03:43:33.431Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-03-21T03:43:33.431Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-03-21T03:43:33.431Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-03-21T03:43:33.431Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-03-21T03:43:33.532Z | + rustup --version |
| 72 | 2026-03-21T03:43:33.543Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-03-21T03:43:33.679Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-03-21T03:43:33.709Z | info: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)` |
| 75 | 2026-03-21T03:43:33.709Z | + cargo --version |
| 76 | 2026-03-21T03:43:33.709Z | cargo 1.93.1 (083ac5135 2025-12-15) |
| 77 | 2026-03-21T03:43:33.709Z | + rustc --version |
| 78 | 2026-03-21T03:43:33.709Z | rustc 1.93.1 (01f6ddf75 2026-02-11) |
| 79 | 2026-03-21T03:43:33.709Z | process exited: duration 18112 ms, exit code 0 |
| |
| 80 | 2026-03-21T03:43:33.799Z | starting task 2: "authentication" |
| 81 | 2026-03-21T03:43:33.823Z | process exited: duration 32 ms, exit code 0 |
| |
| 82 | 2026-03-21T03:43:33.837Z | starting task 3: "clone repository" |
| 83 | 2026-03-21T03:43:33.844Z | + mkdir -p /work/oxidecomputer/opte |
| 84 | 2026-03-21T03:43:33.851Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 85 | 2026-03-21T03:43:33.876Z | Cloning into '/work/oxidecomputer/opte'... |
| 86 | 2026-03-21T03:43:34.833Z | + cd /work/oxidecomputer/opte |
| 87 | 2026-03-21T03:43:34.833Z | + git fetch origin d66750995f77d2d6157a8e6d69e685a508be9634 |
| 88 | 2026-03-21T03:43:35.002Z | From https://github.com/oxidecomputer/opte |
| 89 | 2026-03-21T03:43:35.002Z | * branch d66750995f77d2d6157a8e6d69e685a508be9634 -> FETCH_HEAD |
| 90 | 2026-03-21T03:43:35.010Z | + [[ -n renovate/smoltcp-0.x ]] |
| 91 | 2026-03-21T03:43:35.013Z | ++ git branch --show-current |
| 92 | 2026-03-21T03:43:35.013Z | + current=master |
| 93 | 2026-03-21T03:43:35.013Z | + [[ master != renovate/smoltcp-0.x ]] |
| 94 | 2026-03-21T03:43:35.014Z | + git branch -f renovate/smoltcp-0.x d66750995f77d2d6157a8e6d69e685a508be9634 |
| 95 | 2026-03-21T03:43:35.018Z | + git checkout -f renovate/smoltcp-0.x |
| 96 | 2026-03-21T03:43:35.042Z | Switched to branch 'renovate/smoltcp-0.x' |
| 97 | 2026-03-21T03:43:35.046Z | + git reset --hard d66750995f77d2d6157a8e6d69e685a508be9634 |
| 98 | 2026-03-21T03:43:35.046Z | HEAD is now at d667509 Update Rust crate smoltcp to 0.13 |
| 99 | 2026-03-21T03:43:35.049Z | process exited: duration 1210 ms, exit code 0 |
| |
| 100 | 2026-03-21T03:43:35.058Z | starting task 4: "build" |
| 101 | 2026-03-21T03:43:35.061Z | + source .github/buildomat/common.sh |
| 102 | 2026-03-21T03:43:35.061Z | ++ rustup show active-toolchain |
| 103 | 2026-03-21T03:43:35.068Z | 1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 104 | 2026-03-21T03:43:35.071Z | ++ pushd xde |
| 105 | 2026-03-21T03:43:35.071Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 106 | 2026-03-21T03:43:35.071Z | ++ rustup show active-toolchain |
| 107 | 2026-03-21T03:43:35.077Z | info: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos |
| 108 | 2026-03-21T03:43:35.247Z | info: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23) |
| 109 | 2026-03-21T03:43:35.251Z | info: downloading 6 components |
| 110 | 2026-03-21T03:43:49.389Z | nightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 111 | 2026-03-21T03:43:49.499Z | +++ rustup show active-toolchain -v |
| 112 | 2026-03-21T03:43:49.502Z | +++ head -n 1 |
| 113 | 2026-03-21T03:43:49.502Z | +++ cut '-d ' -f1 |
| 114 | 2026-03-21T03:43:49.571Z | ++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos |
| 115 | 2026-03-21T03:43:49.571Z | ++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos |
| 116 | 2026-03-21T03:43:49.576Z | ++ popd |
| 117 | 2026-03-21T03:43:49.576Z | /work/oxidecomputer/opte |
| 118 | 2026-03-21T03:43:49.576Z | + cargo --version |
| 119 | 2026-03-21T03:43:49.583Z | cargo 1.93.1 (083ac5135 2025-12-15) |
| 120 | 2026-03-21T03:43:49.586Z | + rustc --version |
| 121 | 2026-03-21T03:43:49.613Z | rustc 1.93.1 (01f6ddf75 2026-02-11) |
| 122 | 2026-03-21T03:43:49.617Z | + cd crates/opte-api |
| 123 | 2026-03-21T03:43:49.617Z | + header 'check API_VERSION' |
| 124 | 2026-03-21T03:43:49.617Z | + echo '# ==== check API_VERSION ==== #' |
| 125 | 2026-03-21T03:43:49.617Z | # ==== check API_VERSION ==== # |
| 126 | 2026-03-21T03:43:49.617Z | + ./check-api-version.sh |
| 127 | 2026-03-21T03:43:49.623Z | + header 'check style' |
| 128 | 2026-03-21T03:43:49.628Z | + echo '# ==== check style ==== #' |
| 129 | 2026-03-21T03:43:49.628Z | # ==== check style ==== # |
| 130 | 2026-03-21T03:43:49.628Z | + ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check |
| 131 | 2026-03-21T03:43:49.735Z | |
| 132 | 2026-03-21T03:43:49.735Z | real 0.106738376 |
| 133 | 2026-03-21T03:43:49.739Z | user 0.062528092 |
| 134 | 2026-03-21T03:43:49.739Z | sys 0.040632435 |
| 135 | 2026-03-21T03:43:49.739Z | trap 0.000000328 |
| 136 | 2026-03-21T03:43:49.739Z | tflt 0.000022891 |
| 137 | 2026-03-21T03:43:49.739Z | dflt 0.000009187 |
| 138 | 2026-03-21T03:43:49.739Z | kflt 0.000000000 |
| 139 | 2026-03-21T03:43:49.739Z | lock 0.062088504 |
| 140 | 2026-03-21T03:43:49.739Z | slp 0.082999925 |
| 141 | 2026-03-21T03:43:49.739Z | lat 0.000273092 |
| 142 | 2026-03-21T03:43:49.739Z | stop 0.000114864 |
| 143 | 2026-03-21T03:43:49.739Z | + header 'analyze std' |
| 144 | 2026-03-21T03:43:49.739Z | + echo '# ==== analyze std ==== #' |
| 145 | 2026-03-21T03:43:49.739Z | # ==== analyze std ==== # |
| 146 | 2026-03-21T03:43:49.739Z | + ptime -m cargo clippy --all-targets |
| 147 | 2026-03-21T03:43:49.908Z | Updating crates.io index |
| 148 | 2026-03-21T03:43:49.946Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 149 | 2026-03-21T03:43:50.904Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 150 | 2026-03-21T03:43:51.175Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 151 | 2026-03-21T03:43:51.527Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 152 | 2026-03-21T03:43:51.918Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 153 | 2026-03-21T03:43:52.181Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 154 | 2026-03-21T03:43:52.432Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 155 | 2026-03-21T03:43:54.441Z | Downloading crates ... |
| 156 | 2026-03-21T03:43:54.499Z | Downloaded defmt-parser v1.0.0 |
| 157 | 2026-03-21T03:43:54.514Z | Downloaded serde_core v1.0.228 |
| 158 | 2026-03-21T03:43:54.546Z | Downloaded ident_case v1.0.1 |
| 159 | 2026-03-21T03:43:54.566Z | Downloaded proc-macro2 v1.0.106 |
| 160 | 2026-03-21T03:43:54.570Z | Downloaded zerocopy v0.8.42 |
| 161 | 2026-03-21T03:43:54.585Z | Downloaded syn v2.0.117 |
| 162 | 2026-03-21T03:43:54.590Z | Downloaded defmt v0.3.100 |
| 163 | 2026-03-21T03:43:54.590Z | Downloaded stable_deref_trait v1.2.1 |
| 164 | 2026-03-21T03:43:54.595Z | Downloaded memchr v2.8.0 |
| 165 | 2026-03-21T03:43:54.595Z | Downloaded managed v0.8.0 |
| 166 | 2026-03-21T03:43:54.595Z | Downloaded darling_macro v0.21.3 |
| 167 | 2026-03-21T03:43:54.599Z | Downloaded bitflags v1.3.2 |
| 168 | 2026-03-21T03:43:54.599Z | Downloaded macaddr v1.0.1 |
| 169 | 2026-03-21T03:43:54.608Z | Downloaded thiserror v2.0.18 |
| 170 | 2026-03-21T03:43:54.612Z | Downloaded defmt v1.0.1 |
| 171 | 2026-03-21T03:43:54.612Z | Downloaded thiserror-impl v2.0.18 |
| 172 | 2026-03-21T03:43:54.616Z | Downloaded hash32 v0.3.1 |
| 173 | 2026-03-21T03:43:54.616Z | Downloaded byteorder v1.5.0 |
| 174 | 2026-03-21T03:43:54.616Z | Downloaded cfg-if v1.0.4 |
| 175 | 2026-03-21T03:43:54.621Z | Downloaded embedded-io v0.4.0 |
| 176 | 2026-03-21T03:43:54.626Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 177 | 2026-03-21T03:43:54.626Z | Downloaded embedded-io v0.6.1 |
| 178 | 2026-03-21T03:43:54.626Z | Downloaded fnv v1.0.7 |
| 179 | 2026-03-21T03:43:54.626Z | Downloaded cobs v0.3.0 |
| 180 | 2026-03-21T03:43:54.632Z | Downloaded ipnetwork v0.21.1 |
| 181 | 2026-03-21T03:43:54.632Z | Downloaded either v1.15.0 |
| 182 | 2026-03-21T03:43:54.636Z | Downloaded proc-macro-error2 v2.0.1 |
| 183 | 2026-03-21T03:43:54.636Z | Downloaded defmt-macros v1.0.1 |
| 184 | 2026-03-21T03:43:54.642Z | Downloaded ingot-types v0.1.2 |
| 185 | 2026-03-21T03:43:54.654Z | Downloaded ingot v0.1.1 |
| 186 | 2026-03-21T03:43:54.658Z | Downloaded serde v1.0.228 |
| 187 | 2026-03-21T03:43:54.659Z | Downloaded bitflags v2.11.0 |
| 188 | 2026-03-21T03:43:54.663Z | Downloaded ingot-macros v0.1.1 |
| 189 | 2026-03-21T03:43:54.667Z | Downloaded darling v0.21.3 |
| 190 | 2026-03-21T03:43:54.670Z | Downloaded quote v1.0.45 |
| 191 | 2026-03-21T03:43:54.670Z | Downloaded serde_derive v1.0.228 |
| 192 | 2026-03-21T03:43:54.673Z | Downloaded darling_core v0.21.3 |
| 193 | 2026-03-21T03:43:54.678Z | Downloaded strsim v0.11.1 |
| 194 | 2026-03-21T03:43:54.682Z | Downloaded unicode-ident v1.0.24 |
| 195 | 2026-03-21T03:43:54.682Z | Downloaded postcard v1.1.3 |
| 196 | 2026-03-21T03:43:54.704Z | Downloaded zerocopy-derive v0.8.42 |
| 197 | 2026-03-21T03:43:54.710Z | Downloaded heapless v0.9.2 |
| 198 | 2026-03-21T03:43:54.732Z | Downloaded regex v1.12.3 |
| 199 | 2026-03-21T03:43:54.736Z | Downloaded itertools v0.14.0 |
| 200 | 2026-03-21T03:43:54.744Z | Downloaded aho-corasick v1.1.4 |
| 201 | 2026-03-21T03:43:54.890Z | Downloaded regex-syntax v0.8.10 |
| 202 | 2026-03-21T03:43:54.923Z | Downloaded smoltcp v0.13.0 |
| 203 | 2026-03-21T03:43:54.923Z | Downloaded regex-automata v0.4.14 |
| 204 | 2026-03-21T03:43:54.923Z | Compiling proc-macro2 v1.0.106 |
| 205 | 2026-03-21T03:43:54.923Z | Compiling unicode-ident v1.0.24 |
| 206 | 2026-03-21T03:43:54.923Z | Compiling quote v1.0.45 |
| 207 | 2026-03-21T03:43:54.923Z | Compiling fnv v1.0.7 |
| 208 | 2026-03-21T03:43:54.923Z | Compiling memchr v2.8.0 |
| 209 | 2026-03-21T03:43:54.923Z | Compiling ident_case v1.0.1 |
| 210 | 2026-03-21T03:43:54.923Z | Compiling strsim v0.11.1 |
| 211 | 2026-03-21T03:43:54.923Z | Compiling regex-syntax v0.8.10 |
| 212 | 2026-03-21T03:43:55.059Z | Compiling serde_core v1.0.228 |
| 213 | 2026-03-21T03:43:55.083Z | Compiling serde v1.0.228 |
| 214 | 2026-03-21T03:43:55.083Z | Compiling zerocopy v0.8.42 |
| 215 | 2026-03-21T03:43:55.322Z | Compiling either v1.15.0 |
| 216 | 2026-03-21T03:43:55.412Z | Compiling thiserror v2.0.18 |
| 217 | 2026-03-21T03:43:55.488Z | Compiling aho-corasick v1.1.4 |
| 218 | 2026-03-21T03:43:55.570Z | Compiling itertools v0.14.0 |
| 219 | 2026-03-21T03:43:55.618Z | Checking byteorder v1.5.0 |
| 220 | 2026-03-21T03:43:55.704Z | Compiling heapless v0.9.2 |
| 221 | 2026-03-21T03:43:55.812Z | Checking hash32 v0.3.1 |
| 222 | 2026-03-21T03:43:56.051Z | Checking bitflags v2.11.0 |
| 223 | 2026-03-21T03:43:56.097Z | Checking stable_deref_trait v1.2.1 |
| 224 | 2026-03-21T03:43:56.117Z | Checking macaddr v1.0.1 |
| 225 | 2026-03-21T03:43:56.175Z | Compiling smoltcp v0.13.0 |
| 226 | 2026-03-21T03:43:56.554Z | Compiling syn v2.0.117 |
| 227 | 2026-03-21T03:43:56.620Z | Checking bitflags v1.3.2 |
| 228 | 2026-03-21T03:43:56.628Z | Checking cfg-if v1.0.4 |
| 229 | 2026-03-21T03:43:56.692Z | Checking managed v0.8.0 |
| 230 | 2026-03-21T03:43:56.692Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 231 | 2026-03-21T03:43:56.924Z | Checking ipnetwork v0.21.1 |
| 232 | 2026-03-21T03:43:56.994Z | Compiling regex-automata v0.4.14 |
| 233 | 2026-03-21T03:43:59.036Z | Compiling regex v1.12.3 |
| 234 | 2026-03-21T03:43:59.731Z | Compiling darling_core v0.21.3 |
| 235 | 2026-03-21T03:44:00.201Z | Compiling thiserror-impl v2.0.18 |
| 236 | 2026-03-21T03:44:00.201Z | Compiling zerocopy-derive v0.8.42 |
| 237 | 2026-03-21T03:44:00.215Z | Compiling serde_derive v1.0.228 |
| 238 | 2026-03-21T03:44:01.479Z | Checking cobs v0.3.0 |
| 239 | 2026-03-21T03:44:01.626Z | Compiling darling_macro v0.21.3 |
| 240 | 2026-03-21T03:44:02.245Z | Compiling darling v0.21.3 |
| 241 | 2026-03-21T03:44:02.315Z | Compiling ingot-macros v0.1.1 |
| 242 | 2026-03-21T03:44:03.273Z | Checking postcard v1.1.3 |
| 243 | 2026-03-21T03:44:05.200Z | Checking ingot-types v0.1.2 |
| 244 | 2026-03-21T03:44:05.592Z | Checking ingot v0.1.1 |
| 245 | 2026-03-21T03:44:07.510Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 246 | 2026-03-21T03:44:07.708Z | error[E0423]: expected function, tuple struct or tuple variant, found struct `smoltcp::wire::Ipv6Address` |
| 247 | 2026-03-21T03:44:07.708Z | --> crates/opte-api/src/ip.rs:792:20 |
| 248 | 2026-03-21T03:44:07.708Z | | |
| 249 | 2026-03-21T03:44:07.708Z | 792 | let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 250 | 2026-03-21T03:44:07.709Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 251 | 2026-03-21T03:44:07.709Z | | |
| 252 | 2026-03-21T03:44:07.709Z | --> /rustc/01f6ddf7588f42ae2d7eb0a2f21d44e8e96674cf/library/core/src/net/ip_addr.rs:166:1 |
| 253 | 2026-03-21T03:44:07.709Z | | |
| 254 | 2026-03-21T03:44:07.709Z | = note: `smoltcp::wire::Ipv6Address` defined here |
| 255 | 2026-03-21T03:44:07.709Z | help: you might have meant to use an associated function to build this type |
| 256 | 2026-03-21T03:44:07.709Z | | |
| 257 | 2026-03-21T03:44:07.709Z | 792 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 258 | 2026-03-21T03:44:07.709Z | 792 + let sip6 = smoltcp::wire::Ipv6Address::new(_, _, _, _, _, _, _, _); |
| 259 | 2026-03-21T03:44:07.709Z | | |
| 260 | 2026-03-21T03:44:07.709Z | 792 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 261 | 2026-03-21T03:44:07.709Z | 792 + let sip6 = smoltcp::wire::Ipv6Address::from_bits(_); |
| 262 | 2026-03-21T03:44:07.709Z | | |
| 263 | 2026-03-21T03:44:07.709Z | 792 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 264 | 2026-03-21T03:44:07.709Z | 792 + let sip6 = smoltcp::wire::Ipv6Address::from_segments(_); |
| 265 | 2026-03-21T03:44:07.709Z | | |
| 266 | 2026-03-21T03:44:07.709Z | 792 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 267 | 2026-03-21T03:44:07.709Z | 792 + let sip6 = smoltcp::wire::Ipv6Address::from_octets(_); |
| 268 | 2026-03-21T03:44:07.709Z | | |
| 269 | 2026-03-21T03:44:07.709Z | |
| 270 | 2026-03-21T03:44:07.902Z | error[E0119]: conflicting implementations of trait `core::convert::From<core::net::Ipv4Addr>` for type `ip::Ipv4Addr` |
| 271 | 2026-03-21T03:44:07.902Z | --> crates/opte-api/src/ip.rs:507:1 |
| 272 | 2026-03-21T03:44:07.902Z | | |
| 273 | 2026-03-21T03:44:07.902Z | 495 | impl From<core::net::Ipv4Addr> for Ipv4Addr { |
| 274 | 2026-03-21T03:44:07.902Z | | ------------------------------------------- first implementation here |
| 275 | 2026-03-21T03:44:07.902Z | ... |
| 276 | 2026-03-21T03:44:07.903Z | 507 | impl From<smoltcp::wire::Ipv4Address> for Ipv4Addr { |
| 277 | 2026-03-21T03:44:07.903Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv4Addr` |
| 278 | 2026-03-21T03:44:07.903Z | |
| 279 | 2026-03-21T03:44:07.903Z | error[E0119]: conflicting implementations of trait `core::convert::From<ip::Ipv4Addr>` for type `core::net::Ipv4Addr` |
| 280 | 2026-03-21T03:44:07.903Z | --> crates/opte-api/src/ip.rs:514:1 |
| 281 | 2026-03-21T03:44:07.903Z | | |
| 282 | 2026-03-21T03:44:07.903Z | 501 | impl From<Ipv4Addr> for core::net::Ipv4Addr { |
| 283 | 2026-03-21T03:44:07.903Z | | ------------------------------------------- first implementation here |
| 284 | 2026-03-21T03:44:07.903Z | ... |
| 285 | 2026-03-21T03:44:07.903Z | 514 | impl From<Ipv4Addr> for smoltcp::wire::Ipv4Address { |
| 286 | 2026-03-21T03:44:07.903Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `core::net::Ipv4Addr` |
| 287 | 2026-03-21T03:44:07.903Z | |
| 288 | 2026-03-21T03:44:07.930Z | error[E0119]: conflicting implementations of trait `core::convert::From<core::net::Ipv6Addr>` for type `ip::Ipv6Addr` |
| 289 | 2026-03-21T03:44:07.930Z | --> crates/opte-api/src/ip.rs:809:1 |
| 290 | 2026-03-21T03:44:07.930Z | | |
| 291 | 2026-03-21T03:44:07.930Z | 797 | impl From<core::net::Ipv6Addr> for Ipv6Addr { |
| 292 | 2026-03-21T03:44:07.930Z | | ------------------------------------------- first implementation here |
| 293 | 2026-03-21T03:44:07.930Z | ... |
| 294 | 2026-03-21T03:44:07.930Z | 809 | impl From<smoltcp::wire::Ipv6Address> for Ipv6Addr { |
| 295 | 2026-03-21T03:44:07.930Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv6Addr` |
| 296 | 2026-03-21T03:44:07.930Z | |
| 297 | 2026-03-21T03:44:07.930Z | error[E0119]: conflicting implementations of trait `core::convert::From<ip::Ipv6Addr>` for type `core::net::Ipv6Addr` |
| 298 | 2026-03-21T03:44:07.930Z | --> crates/opte-api/src/ip.rs:818:1 |
| 299 | 2026-03-21T03:44:07.930Z | | |
| 300 | 2026-03-21T03:44:07.930Z | 803 | impl From<Ipv6Addr> for core::net::Ipv6Addr { |
| 301 | 2026-03-21T03:44:07.930Z | | ------------------------------------------- first implementation here |
| 302 | 2026-03-21T03:44:07.930Z | ... |
| 303 | 2026-03-21T03:44:07.931Z | 818 | impl From<Ipv6Addr> for smoltcp::wire::Ipv6Address { |
| 304 | 2026-03-21T03:44:07.931Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `core::net::Ipv6Addr` |
| 305 | 2026-03-21T03:44:07.931Z | |
| 306 | 2026-03-21T03:44:08.111Z | error[E0599]: no method named `as_bytes` found for struct `core::net::Ipv4Addr` in the current scope |
| 307 | 2026-03-21T03:44:08.111Z | --> crates/opte-api/src/ip.rs:509:29 |
| 308 | 2026-03-21T03:44:08.111Z | | |
| 309 | 2026-03-21T03:44:08.111Z | 509 | let bytes = smolip4.as_bytes(); |
| 310 | 2026-03-21T03:44:08.112Z | | ^^^^^^^^ method not found in `core::net::Ipv4Addr` |
| 311 | 2026-03-21T03:44:08.112Z | |
| 312 | 2026-03-21T03:44:08.123Z | error[E0599]: no function or associated item named `from_bytes` found for struct `core::net::Ipv4Addr` in the current scope |
| 313 | 2026-03-21T03:44:08.123Z | --> crates/opte-api/src/ip.rs:516:15 |
| 314 | 2026-03-21T03:44:08.123Z | | |
| 315 | 2026-03-21T03:44:08.123Z | 516 | Self::from_bytes(&ip) |
| 316 | 2026-03-21T03:44:08.123Z | | ^^^^^^^^^^ function or associated item not found in `core::net::Ipv4Addr` |
| 317 | 2026-03-21T03:44:08.124Z | | |
| 318 | 2026-03-21T03:44:08.124Z | note: if you're trying to build a new `core::net::Ipv4Addr` consider using one of the following associated functions: |
| 319 | 2026-03-21T03:44:08.124Z | core::net::Ipv4Addr::new |
| 320 | 2026-03-21T03:44:08.124Z | core::net::Ipv4Addr::from_bits |
| 321 | 2026-03-21T03:44:08.124Z | core::net::Ipv4Addr::from_octets |
| 322 | 2026-03-21T03:44:08.124Z | core::net::parser::<impl core::net::Ipv4Addr>::parse_ascii |
| 323 | 2026-03-21T03:44:08.124Z | --> /rustc/01f6ddf7588f42ae2d7eb0a2f21d44e8e96674cf/library/core/src/net/ip_addr.rs:495:5 |
| 324 | 2026-03-21T03:44:08.124Z | --> /rustc/01f6ddf7588f42ae2d7eb0a2f21d44e8e96674cf/library/core/src/net/parser.rs:336:5 |
| 325 | 2026-03-21T03:44:08.124Z | help: there is an associated function `from_bits` with a similar name |
| 326 | 2026-03-21T03:44:08.124Z | | |
| 327 | 2026-03-21T03:44:08.124Z | 516 - Self::from_bytes(&ip) |
| 328 | 2026-03-21T03:44:08.124Z | 516 + Self::from_bits(&ip) |
| 329 | 2026-03-21T03:44:08.124Z | | |
| 330 | 2026-03-21T03:44:08.124Z | |
| 331 | 2026-03-21T03:44:08.145Z | error[E0599]: no method named `as_bytes` found for struct `core::net::Ipv6Addr` in the current scope |
| 332 | 2026-03-21T03:44:08.145Z | --> crates/opte-api/src/ip.rs:813:34 |
| 333 | 2026-03-21T03:44:08.145Z | | |
| 334 | 2026-03-21T03:44:08.145Z | 813 | let bytes: [u8; 16] = ip.as_bytes().try_into().unwrap(); |
| 335 | 2026-03-21T03:44:08.145Z | | ^^^^^^^^ method not found in `core::net::Ipv6Addr` |
| 336 | 2026-03-21T03:44:08.145Z | |
| 337 | 2026-03-21T03:44:08.224Z | error[E0599]: no function or associated item named `from_bytes` found for struct `core::net::Ipv6Addr` in the current scope |
| 338 | 2026-03-21T03:44:08.224Z | --> crates/opte-api/src/ip.rs:821:15 |
| 339 | 2026-03-21T03:44:08.224Z | | |
| 340 | 2026-03-21T03:44:08.224Z | 821 | Self::from_bytes(&ip) |
| 341 | 2026-03-21T03:44:08.224Z | | ^^^^^^^^^^ function or associated item not found in `core::net::Ipv6Addr` |
| 342 | 2026-03-21T03:44:08.224Z | | |
| 343 | 2026-03-21T03:44:08.224Z | note: if you're trying to build a new `core::net::Ipv6Addr` consider using one of the following associated functions: |
| 344 | 2026-03-21T03:44:08.224Z | core::net::Ipv6Addr::new |
| 345 | 2026-03-21T03:44:08.224Z | core::net::Ipv6Addr::from_bits |
| 346 | 2026-03-21T03:44:08.224Z | core::net::Ipv6Addr::from_segments |
| 347 | 2026-03-21T03:44:08.224Z | core::net::Ipv6Addr::from_octets |
| 348 | 2026-03-21T03:44:08.224Z | core::net::parser::<impl core::net::Ipv6Addr>::parse_ascii |
| 349 | 2026-03-21T03:44:08.224Z | --> /rustc/01f6ddf7588f42ae2d7eb0a2f21d44e8e96674cf/library/core/src/net/ip_addr.rs:1297:5 |
| 350 | 2026-03-21T03:44:08.224Z | --> /rustc/01f6ddf7588f42ae2d7eb0a2f21d44e8e96674cf/library/core/src/net/parser.rs:367:5 |
| 351 | 2026-03-21T03:44:08.224Z | help: there is an associated function `from_bits` with a similar name |
| 352 | 2026-03-21T03:44:08.224Z | | |
| 353 | 2026-03-21T03:44:08.224Z | 821 - Self::from_bytes(&ip) |
| 354 | 2026-03-21T03:44:08.224Z | 821 + Self::from_bits(&ip) |
| 355 | 2026-03-21T03:44:08.224Z | | |
| 356 | 2026-03-21T03:44:08.224Z | |
| 357 | 2026-03-21T03:44:08.663Z | Some errors have detailed explanations: E0119, E0423, E0599. |
| 358 | 2026-03-21T03:44:08.663Z | For more information about an error, try `rustc --explain E0119`. |
| 359 | 2026-03-21T03:44:08.698Z | error: could not compile `opte-api` (lib) due to 9 previous errors |
| 360 | 2026-03-21T03:44:08.704Z | warning: build failed, waiting for other jobs to finish... |
| 361 | 2026-03-21T03:44:08.789Z | error: could not compile `opte-api` (lib test) due to 9 previous errors |
| 362 | 2026-03-21T03:44:08.912Z | |
| 363 | 2026-03-21T03:44:08.928Z | real 19.166709155 |
| 364 | 2026-03-21T03:44:08.928Z | user 44.132077769 |
| 365 | 2026-03-21T03:44:08.928Z | sys 7.402947561 |
| 366 | 2026-03-21T03:44:08.928Z | trap 0.024211105 |
| 367 | 2026-03-21T03:44:08.928Z | tflt 0.088410742 |
| 368 | 2026-03-21T03:44:08.928Z | dflt 0.176490436 |
| 369 | 2026-03-21T03:44:08.928Z | kflt 0.001940339 |
| 370 | 2026-03-21T03:44:08.928Z | lock 2:09.976164537 |
| 371 | 2026-03-21T03:44:08.928Z | slp 2:03.575001973 |
| 372 | 2026-03-21T03:44:08.928Z | lat 1.164098788 |
| 373 | 2026-03-21T03:44:08.928Z | stop 5.272617140 |
| 374 | 2026-03-21T03:44:08.928Z | process exited: duration 33848 ms, exit code 101 |
| |
| 375 | 2026-03-21T03:44:09.055Z | found 0 output files |