|
|
|
| 1 | 2026-08-25T03:37:11.643Z | job assigned to worker 01M0VFVB0A0V3J4CP3NFFBR6EF [factory aws, i-0b61efd4f5f247833] (queued for 56 s) |
| |
| 2 | 2026-08-25T03:37:18.025Z | starting task 0: "setup" |
| 3 | 2026-08-25T03:37:18.033Z | ++ uname -s |
| 4 | 2026-08-25T03:37:18.033Z | + kern=SunOS |
| 5 | 2026-08-25T03:37:18.033Z | + build_user=build |
| 6 | 2026-08-25T03:37:18.033Z | + build_uid=12345 |
| 7 | 2026-08-25T03:37:18.033Z | + work_dir=/work |
| 8 | 2026-08-25T03:37:18.033Z | + input_dir=/input |
| 9 | 2026-08-25T03:37:18.033Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-25T03:37:18.033Z | + case "$kern" in |
| 11 | 2026-08-25T03:37:18.033Z | + groupadd -g 12345 build |
| 12 | 2026-08-25T03:37:18.033Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-25T03:37:20.039Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-25T03:37:20.133Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-25T03:37:20.177Z | + home_fs=zfs |
| 16 | 2026-08-25T03:37:20.177Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-25T03:37:20.177Z | + mkdir -p /home/build |
| 18 | 2026-08-25T03:37:20.177Z | + chown build:build /home/build /work |
| 19 | 2026-08-25T03:37:22.108Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-25T03:37:22.128Z | process exited: duration 4099 ms, exit code 0 |
| |
| 21 | 2026-08-25T03:37:22.159Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-25T03:37:22.168Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-25T03:37:22.168Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-08-25T03:37:22.168Z | * rust toolchain channel = "1.97.1" |
| 25 | 2026-08-25T03:37:22.168Z | * rust toolchain profile = "default" |
| 26 | 2026-08-25T03:37:22.168Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-25T03:37:22.168Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-25T03:37:22.168Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-25T03:37:22.168Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-25T03:37:22.268Z | info: downloading installer |
| 31 | 2026-08-25T03:37:23.674Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-25T03:37:23.674Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-25T03:37:23.674Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-25T03:37:23.674Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-25T03:37:23.699Z | info: profile set to default |
| 36 | 2026-08-25T03:37:23.699Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-25T03:37:23.699Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-25T03:37:23.873Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-25T03:37:23.885Z | info: downloading 6 components |
| 40 | 2026-08-25T03:37:39.756Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-25T03:37:39.759Z | |
| 42 | 2026-08-25T03:37:39.772Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-25T03:37:39.772Z | |
| 44 | 2026-08-25T03:37:39.772Z | |
| 45 | 2026-08-25T03:37:39.772Z | Rust is installed now. Great! |
| 46 | 2026-08-25T03:37:39.773Z | |
| 47 | 2026-08-25T03:37:39.790Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-25T03:37:39.790Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-25T03:37:39.790Z | |
| 50 | 2026-08-25T03:37:39.790Z | To configure your current shell, you need to source |
| 51 | 2026-08-25T03:37:39.791Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-25T03:37:39.791Z | |
| 53 | 2026-08-25T03:37:39.791Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-25T03:37:39.791Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-25T03:37:39.791Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-25T03:37:39.791Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-25T03:37:39.791Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-25T03:37:39.791Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-25T03:37:39.791Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-25T03:37:39.791Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-25T03:37:39.791Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-25T03:37:39.863Z | + rustup --version |
| 63 | 2026-08-25T03:37:39.878Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-25T03:37:39.878Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-25T03:37:39.916Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-25T03:37:39.942Z | + cargo --version |
| 67 | 2026-08-25T03:37:39.943Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-25T03:37:39.943Z | + rustc --version |
| 69 | 2026-08-25T03:37:39.943Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-25T03:37:39.943Z | process exited: duration 17781 ms, exit code 0 |
| |
| 71 | 2026-08-25T03:37:39.972Z | starting task 2: "authentication" |
| 72 | 2026-08-25T03:37:39.992Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
| 73 | 2026-08-25T03:38:00.252Z | process exited: duration 20284 ms, exit code 0 |
| |
| 74 | 2026-08-25T03:38:00.262Z | starting task 3: "clone repository" |
| 75 | 2026-08-25T03:38:00.266Z | + mkdir -p /work/oxidecomputer/opte |
| 76 | 2026-08-25T03:38:00.270Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 77 | 2026-08-25T03:38:00.301Z | Cloning into '/work/oxidecomputer/opte'... |
| 78 | 2026-08-25T03:38:01.360Z | + cd /work/oxidecomputer/opte |
| 79 | 2026-08-25T03:38:01.360Z | + git fetch origin 39fef36e9da51b993e1bd1695ee5276195085b45 |
| 80 | 2026-08-25T03:38:01.632Z | From https://github.com/oxidecomputer/opte |
| 81 | 2026-08-25T03:38:01.632Z | * branch 39fef36e9da51b993e1bd1695ee5276195085b45 -> FETCH_HEAD |
| 82 | 2026-08-25T03:38:01.645Z | + [[ -n renovate/smoltcp-0.x ]] |
| 83 | 2026-08-25T03:38:01.646Z | ++ git branch --show-current |
| 84 | 2026-08-25T03:38:01.646Z | + current=master |
| 85 | 2026-08-25T03:38:01.646Z | + [[ master != renovate/smoltcp-0.x ]] |
| 86 | 2026-08-25T03:38:01.646Z | + git branch -f renovate/smoltcp-0.x 39fef36e9da51b993e1bd1695ee5276195085b45 |
| 87 | 2026-08-25T03:38:01.646Z | + git checkout -f renovate/smoltcp-0.x |
| 88 | 2026-08-25T03:38:01.664Z | Switched to branch 'renovate/smoltcp-0.x' |
| 89 | 2026-08-25T03:38:01.668Z | + git reset --hard 39fef36e9da51b993e1bd1695ee5276195085b45 |
| 90 | 2026-08-25T03:38:01.678Z | HEAD is now at 39fef36 Update Rust crate smoltcp to 0.14 |
| 91 | 2026-08-25T03:38:01.681Z | process exited: duration 1417 ms, exit code 0 |
| |
| 92 | 2026-08-25T03:38:01.690Z | starting task 4: "build" |
| 93 | 2026-08-25T03:38:01.694Z | + source .github/buildomat/common.sh |
| 94 | 2026-08-25T03:38:01.698Z | ++ rustup show active-toolchain |
| 95 | 2026-08-25T03:38:01.704Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 96 | 2026-08-25T03:38:01.704Z | ++ pushd xde |
| 97 | 2026-08-25T03:38:01.704Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 98 | 2026-08-25T03:38:01.704Z | ++ rustup show active-toolchain |
| 99 | 2026-08-25T03:38:01.709Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 100 | 2026-08-25T03:38:01.851Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 101 | 2026-08-25T03:38:01.855Z | info: downloading 6 components |
| 102 | 2026-08-25T03:38:18.848Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 103 | 2026-08-25T03:38:18.942Z | +++ rustup show active-toolchain -v |
| 104 | 2026-08-25T03:38:18.952Z | +++ head -n 1 |
| 105 | 2026-08-25T03:38:18.952Z | +++ cut '-d ' -f1 |
| 106 | 2026-08-25T03:38:18.992Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 107 | 2026-08-25T03:38:18.992Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 108 | 2026-08-25T03:38:18.992Z | ++ popd |
| 109 | 2026-08-25T03:38:18.992Z | /work/oxidecomputer/opte |
| 110 | 2026-08-25T03:38:18.995Z | + TGT_BASE=/work |
| 111 | 2026-08-25T03:38:18.995Z | + DBG_SRC=target/x86_64-unknown-unknown/debug |
| 112 | 2026-08-25T03:38:18.995Z | + DBG_LINK_SRC=target/i686-unknown-illumos/debug |
| 113 | 2026-08-25T03:38:18.996Z | + DBG_TGT=/work/debug |
| 114 | 2026-08-25T03:38:18.996Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 115 | 2026-08-25T03:38:18.996Z | + REL_LINK_SRC=target/i686-unknown-illumos/release |
| 116 | 2026-08-25T03:38:18.996Z | + REL_TGT=/work/release |
| 117 | 2026-08-25T03:38:18.996Z | + mkdir -p /work/debug /work/release |
| 118 | 2026-08-25T03:38:18.996Z | + cargo --version |
| 119 | 2026-08-25T03:38:19.004Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 120 | 2026-08-25T03:38:19.008Z | + rustc --version |
| 121 | 2026-08-25T03:38:19.026Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 122 | 2026-08-25T03:38:19.030Z | + install_pkg jq |
| 123 | 2026-08-25T03:38:19.030Z | + set +o errexit |
| 124 | 2026-08-25T03:38:19.030Z | + pfexec pkg install jq |
| 125 | 2026-08-25T03:38:20.515Z | Startup: Refreshing catalog 'helios' ... Done |
| 126 | 2026-08-25T03:38:21.005Z | Startup: Caching catalogs ... Done |
| 127 | 2026-08-25T03:38:23.289Z | Planning: Solver setup ... Done |
| 128 | 2026-08-25T03:38:23.355Z | Planning: Running solver ... Done |
| 129 | 2026-08-25T03:38:23.401Z | Planning: Consolidating action changes ... Done |
| 130 | 2026-08-25T03:38:23.401Z | Planning: Evaluating mediators ... Done |
| 131 | 2026-08-25T03:38:23.423Z | Planning: Planning completed in 2.41 seconds |
| 132 | 2026-08-25T03:38:23.423Z | No updates necessary for this image. |
| 133 | 2026-08-25T03:38:23.714Z | + exit_code=4 |
| 134 | 2026-08-25T03:38:23.714Z | + [[ 4 -ne 0 ]] |
| 135 | 2026-08-25T03:38:23.714Z | + [[ 4 -ne 4 ]] |
| 136 | 2026-08-25T03:38:23.715Z | + set -o errexit |
| 137 | 2026-08-25T03:38:23.745Z | + pushd xde |
| 138 | 2026-08-25T03:38:23.745Z | + cp xde.conf /work/xde.conf |
| 139 | 2026-08-25T03:38:23.745Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 140 | 2026-08-25T03:38:23.745Z | + header 'check style' |
| 141 | 2026-08-25T03:38:23.745Z | + echo '# ==== check style ==== #' |
| 142 | 2026-08-25T03:38:23.745Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check |
| 143 | 2026-08-25T03:38:23.745Z | # ==== check style ==== # |
| 144 | 2026-08-25T03:38:23.900Z | |
| 145 | 2026-08-25T03:38:23.900Z | real 0.231049299 |
| 146 | 2026-08-25T03:38:23.900Z | user 0.166068651 |
| 147 | 2026-08-25T03:38:23.900Z | sys 0.055114581 |
| 148 | 2026-08-25T03:38:23.917Z | trap 0.000013807 |
| 149 | 2026-08-25T03:38:23.917Z | tflt 0.000010698 |
| 150 | 2026-08-25T03:38:23.917Z | dflt 0.000013168 |
| 151 | 2026-08-25T03:38:23.917Z | kflt 0.000002629 |
| 152 | 2026-08-25T03:38:23.917Z | lock 0.041241145 |
| 153 | 2026-08-25T03:38:23.917Z | slp 0.207348677 |
| 154 | 2026-08-25T03:38:23.917Z | lat 0.000827191 |
| 155 | 2026-08-25T03:38:23.917Z | stop 0.000127181 |
| 156 | 2026-08-25T03:38:23.917Z | + header analyze |
| 157 | 2026-08-25T03:38:23.917Z | + echo '# ==== analyze ==== #' |
| 158 | 2026-08-25T03:38:23.917Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 159 | 2026-08-25T03:38:23.917Z | # ==== analyze ==== # |
| 160 | 2026-08-25T03:38:24.086Z | Updating crates.io index |
| 161 | 2026-08-25T03:38:24.094Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 162 | 2026-08-25T03:38:25.230Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 163 | 2026-08-25T03:38:25.523Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 164 | 2026-08-25T03:38:25.842Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 165 | 2026-08-25T03:38:26.193Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 166 | 2026-08-25T03:38:26.485Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 167 | 2026-08-25T03:38:26.842Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 168 | 2026-08-25T03:38:28.884Z | Downloading crates ... |
| 169 | 2026-08-25T03:38:28.959Z | Downloaded cobs v0.3.0 |
| 170 | 2026-08-25T03:38:29.058Z | Downloaded proc-macro2 v1.0.106 |
| 171 | 2026-08-25T03:38:29.058Z | Downloaded unicode-ident v1.0.24 |
| 172 | 2026-08-25T03:38:29.058Z | Downloaded serde_derive v1.0.228 |
| 173 | 2026-08-25T03:38:29.058Z | Downloaded dyn-clone v1.0.20 |
| 174 | 2026-08-25T03:38:29.058Z | Downloaded strsim v0.11.1 |
| 175 | 2026-08-25T03:38:29.058Z | Downloaded darling_macro v0.23.0 |
| 176 | 2026-08-25T03:38:29.058Z | Downloaded bitflags v1.3.2 |
| 177 | 2026-08-25T03:38:29.058Z | Downloaded either v1.16.0 |
| 178 | 2026-08-25T03:38:29.058Z | Downloaded thiserror-impl v2.0.18 |
| 179 | 2026-08-25T03:38:29.058Z | Downloaded ingot v0.2.0 |
| 180 | 2026-08-25T03:38:29.058Z | Downloaded byteorder v1.5.0 |
| 181 | 2026-08-25T03:38:29.058Z | Downloaded bitflags v2.13.0 |
| 182 | 2026-08-25T03:38:29.058Z | Downloaded regex v1.13.0 |
| 183 | 2026-08-25T03:38:29.058Z | Downloaded hash32 v0.3.1 |
| 184 | 2026-08-25T03:38:29.097Z | Downloaded stable_deref_trait v1.2.1 |
| 185 | 2026-08-25T03:38:29.097Z | Downloaded ident_case v1.0.1 |
| 186 | 2026-08-25T03:38:29.097Z | Downloaded embedded-io v0.6.1 |
| 187 | 2026-08-25T03:38:29.097Z | Downloaded ingot-types v0.2.0 |
| 188 | 2026-08-25T03:38:29.097Z | Downloaded macaddr v1.0.1 |
| 189 | 2026-08-25T03:38:29.097Z | Downloaded defmt-parser v1.0.0 |
| 190 | 2026-08-25T03:38:29.097Z | Downloaded ref-cast-impl v1.0.25 |
| 191 | 2026-08-25T03:38:29.097Z | Downloaded cfg-if v1.0.4 |
| 192 | 2026-08-25T03:38:29.097Z | Downloaded ref-cast v1.0.25 |
| 193 | 2026-08-25T03:38:29.097Z | Downloaded managed v0.8.0 |
| 194 | 2026-08-25T03:38:29.097Z | Downloaded defmt-macros v1.1.1 |
| 195 | 2026-08-25T03:38:29.097Z | Downloaded embedded-io v0.4.0 |
| 196 | 2026-08-25T03:38:29.097Z | Downloaded darling v0.23.0 |
| 197 | 2026-08-25T03:38:29.097Z | Downloaded quote v1.0.46 |
| 198 | 2026-08-25T03:38:29.097Z | Downloaded postcard v1.1.3 |
| 199 | 2026-08-25T03:38:29.097Z | Downloaded thiserror v2.0.18 |
| 200 | 2026-08-25T03:38:29.097Z | Downloaded version_check v0.9.5 |
| 201 | 2026-08-25T03:38:29.097Z | Downloaded defmt v1.1.1 |
| 202 | 2026-08-25T03:38:29.097Z | Downloaded ingot-macros v0.2.0 |
| 203 | 2026-08-25T03:38:29.097Z | Downloaded crc32fast v1.5.0 |
| 204 | 2026-08-25T03:38:29.097Z | Downloaded darling_core v0.23.0 |
| 205 | 2026-08-25T03:38:29.097Z | Downloaded heapless v0.8.0 |
| 206 | 2026-08-25T03:38:29.097Z | Downloaded uuid v1.23.5 |
| 207 | 2026-08-25T03:38:29.097Z | Downloaded serde_core v1.0.228 |
| 208 | 2026-08-25T03:38:29.097Z | Downloaded serde v1.0.228 |
| 209 | 2026-08-25T03:38:29.106Z | Downloaded memchr v2.8.3 |
| 210 | 2026-08-25T03:38:29.107Z | Downloaded zerocopy-derive v0.8.54 |
| 211 | 2026-08-25T03:38:29.132Z | Downloaded heapless v0.9.3 |
| 212 | 2026-08-25T03:38:29.132Z | Downloaded itertools v0.15.0 |
| 213 | 2026-08-25T03:38:29.168Z | Downloaded aho-corasick v1.1.4 |
| 214 | 2026-08-25T03:38:29.190Z | Downloaded zerocopy v0.8.54 |
| 215 | 2026-08-25T03:38:29.190Z | Downloaded syn v2.0.118 |
| 216 | 2026-08-25T03:38:29.208Z | Downloaded regex-syntax v0.8.11 |
| 217 | 2026-08-25T03:38:29.208Z | Downloaded regex-automata v0.4.15 |
| 218 | 2026-08-25T03:38:29.217Z | Downloaded smoltcp v0.14.0 |
| 219 | 2026-08-25T03:38:29.217Z | Updating crates.io index |
| 220 | 2026-08-25T03:38:29.283Z | Downloading crates ... |
| 221 | 2026-08-25T03:38:29.303Z | Downloaded adler2 v2.0.1 |
| 222 | 2026-08-25T03:38:29.318Z | Downloaded memchr v2.7.6 |
| 223 | 2026-08-25T03:38:29.318Z | Downloaded rustc-literal-escaper v0.0.8 |
| 224 | 2026-08-25T03:38:29.332Z | Downloaded foldhash v0.2.0 |
| 225 | 2026-08-25T03:38:29.393Z | Downloaded addr2line v0.27.0 |
| 226 | 2026-08-25T03:38:29.393Z | Downloaded getopts v0.2.24 |
| 227 | 2026-08-25T03:38:29.394Z | Downloaded rustc-demangle v0.1.28 |
| 228 | 2026-08-25T03:38:29.394Z | Downloaded miniz_oxide v0.9.1 |
| 229 | 2026-08-25T03:38:29.394Z | Downloaded hashbrown v0.17.1 |
| 230 | 2026-08-25T03:38:29.434Z | Downloaded libc v0.2.185 |
| 231 | 2026-08-25T03:38:29.468Z | Downloaded object v0.39.1 |
| 232 | 2026-08-25T03:38:29.468Z | Downloaded gimli v0.34.0 |
| 233 | 2026-08-25T03:38:29.554Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 234 | 2026-08-25T03:38:29.554Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 235 | 2026-08-25T03:38:29.554Z | Compiling proc-macro2 v1.0.106 |
| 236 | 2026-08-25T03:38:29.554Z | Compiling quote v1.0.46 |
| 237 | 2026-08-25T03:38:29.555Z | Compiling unicode-ident v1.0.24 |
| 238 | 2026-08-25T03:38:29.555Z | Compiling serde_core v1.0.228 |
| 239 | 2026-08-25T03:38:29.555Z | Compiling ident_case v1.0.1 |
| 240 | 2026-08-25T03:38:29.555Z | Compiling strsim v0.11.1 |
| 241 | 2026-08-25T03:38:29.689Z | Compiling memchr v2.8.3 |
| 242 | 2026-08-25T03:38:29.713Z | Compiling regex-syntax v0.8.11 |
| 243 | 2026-08-25T03:38:30.013Z | Compiling either v1.16.0 |
| 244 | 2026-08-25T03:38:30.047Z | Compiling zerocopy v0.8.54 |
| 245 | 2026-08-25T03:38:30.055Z | Compiling thiserror v2.0.18 |
| 246 | 2026-08-25T03:38:30.193Z | Compiling aho-corasick v1.1.4 |
| 247 | 2026-08-25T03:38:30.249Z | Compiling serde v1.0.228 |
| 248 | 2026-08-25T03:38:30.439Z | Compiling itertools v0.15.0 |
| 249 | 2026-08-25T03:38:31.226Z | Compiling syn v2.0.118 |
| 250 | 2026-08-25T03:38:31.254Z | Compiling heapless v0.9.3 |
| 251 | 2026-08-25T03:38:31.254Z | Compiling smoltcp v0.14.0 |
| 252 | 2026-08-25T03:38:31.254Z | Compiling ref-cast v1.0.25 |
| 253 | 2026-08-25T03:38:31.404Z | Compiling regex-automata v0.4.15 |
| 254 | 2026-08-25T03:38:31.434Z | Compiling crc32fast v1.5.0 |
| 255 | 2026-08-25T03:38:31.434Z | Compiling version_check v0.9.5 |
| 256 | 2026-08-25T03:38:31.753Z | Compiling heapless v0.8.0 |
| 257 | 2026-08-25T03:38:31.778Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 258 | 2026-08-25T03:38:33.120Z | Compiling regex v1.13.0 |
| 259 | 2026-08-25T03:38:33.339Z | Compiling darling_core v0.23.0 |
| 260 | 2026-08-25T03:38:34.312Z | Compiling zerocopy-derive v0.8.54 |
| 261 | 2026-08-25T03:38:34.312Z | Compiling thiserror-impl v2.0.18 |
| 262 | 2026-08-25T03:38:34.350Z | Compiling serde_derive v1.0.228 |
| 263 | 2026-08-25T03:38:34.350Z | Compiling ref-cast-impl v1.0.25 |
| 264 | 2026-08-25T03:38:34.350Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 265 | 2026-08-25T03:38:35.645Z | Compiling darling_macro v0.23.0 |
| 266 | 2026-08-25T03:38:36.569Z | Compiling darling v0.23.0 |
| 267 | 2026-08-25T03:38:36.667Z | Compiling ingot-macros v0.2.0 |
| 268 | 2026-08-25T03:38:36.667Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 269 | 2026-08-25T03:38:42.111Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 270 | 2026-08-25T03:38:44.477Z | Checking byteorder v1.5.0 |
| 271 | 2026-08-25T03:38:44.477Z | Checking stable_deref_trait v1.2.1 |
| 272 | 2026-08-25T03:38:44.477Z | Checking cfg-if v1.0.4 |
| 273 | 2026-08-25T03:38:44.483Z | Checking macaddr v1.0.1 |
| 274 | 2026-08-25T03:38:44.483Z | Checking managed v0.8.0 |
| 275 | 2026-08-25T03:38:44.537Z | Checking bitflags v1.3.2 |
| 276 | 2026-08-25T03:38:44.575Z | Checking cobs v0.3.0 |
| 277 | 2026-08-25T03:38:44.630Z | Checking hash32 v0.3.1 |
| 278 | 2026-08-25T03:38:44.657Z | Checking dyn-clone v1.0.20 |
| 279 | 2026-08-25T03:38:44.703Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 280 | 2026-08-25T03:38:45.832Z | Checking bitflags v2.13.0 |
| 281 | 2026-08-25T03:38:45.832Z | Checking uuid v1.23.5 |
| 282 | 2026-08-25T03:38:45.965Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 283 | 2026-08-25T03:38:46.197Z | Checking postcard v1.1.3 |
| 284 | 2026-08-25T03:38:47.091Z | Checking ingot-types v0.2.0 |
| 285 | 2026-08-25T03:38:47.380Z | Checking ingot v0.2.0 |
| 286 | 2026-08-25T03:38:48.709Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 287 | 2026-08-25T03:38:48.860Z | error[E0423]: expected function, tuple struct or tuple variant, found struct `smoltcp::wire::Ipv6Address` |
| 288 | 2026-08-25T03:38:48.861Z | --> crates/opte-api/src/ip.rs:914:20 |
| 289 | 2026-08-25T03:38:48.861Z | | |
| 290 | 2026-08-25T03:38:48.861Z | 914 | let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 291 | 2026-08-25T03:38:48.861Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 292 | 2026-08-25T03:38:48.861Z | | |
| 293 | 2026-08-25T03:38:48.861Z | ::: /home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core/src/net/ip_addr.rs:168:1 |
| 294 | 2026-08-25T03:38:48.861Z | | |
| 295 | 2026-08-25T03:38:48.861Z | 168 | pub struct Ipv6Addr { |
| 296 | 2026-08-25T03:38:48.861Z | | ------------------- `smoltcp::wire::Ipv6Address` defined here |
| 297 | 2026-08-25T03:38:48.861Z | | |
| 298 | 2026-08-25T03:38:48.861Z | help: you might have meant to use an associated function to build this type |
| 299 | 2026-08-25T03:38:48.861Z | | |
| 300 | 2026-08-25T03:38:48.861Z | 914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 301 | 2026-08-25T03:38:48.861Z | 914 + let sip6 = smoltcp::wire::Ipv6Address::new(_, _, _, _, _, _, _, _); |
| 302 | 2026-08-25T03:38:48.861Z | | |
| 303 | 2026-08-25T03:38:48.861Z | 914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 304 | 2026-08-25T03:38:48.861Z | 914 + let sip6 = smoltcp::wire::Ipv6Address::from_bits(_); |
| 305 | 2026-08-25T03:38:48.861Z | | |
| 306 | 2026-08-25T03:38:48.861Z | 914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 307 | 2026-08-25T03:38:48.861Z | 914 + let sip6 = smoltcp::wire::Ipv6Address::from_segments(_); |
| 308 | 2026-08-25T03:38:48.861Z | | |
| 309 | 2026-08-25T03:38:48.861Z | 914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 310 | 2026-08-25T03:38:48.861Z | 914 + let sip6 = smoltcp::wire::Ipv6Address::from_octets(_); |
| 311 | 2026-08-25T03:38:48.861Z | | |
| 312 | 2026-08-25T03:38:48.861Z | |
| 313 | 2026-08-25T03:38:48.920Z | error[E0119]: conflicting implementations of trait `core::convert::From<core::net::Ipv4Addr>` for type `ip::Ipv4Addr` |
| 314 | 2026-08-25T03:38:48.920Z | --> crates/opte-api/src/ip.rs:575:1 |
| 315 | 2026-08-25T03:38:48.920Z | | |
| 316 | 2026-08-25T03:38:48.920Z | 563 | impl From<core::net::Ipv4Addr> for Ipv4Addr { |
| 317 | 2026-08-25T03:38:48.920Z | | ------------------------------------------- first implementation here |
| 318 | 2026-08-25T03:38:48.920Z | ... |
| 319 | 2026-08-25T03:38:48.920Z | 575 | impl From<smoltcp::wire::Ipv4Address> for Ipv4Addr { |
| 320 | 2026-08-25T03:38:48.920Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv4Addr` |
| 321 | 2026-08-25T03:38:48.920Z | |
| 322 | 2026-08-25T03:38:48.920Z | error[E0119]: conflicting implementations of trait `core::convert::From<ip::Ipv4Addr>` for type `core::net::Ipv4Addr` |
| 323 | 2026-08-25T03:38:48.920Z | --> crates/opte-api/src/ip.rs:582:1 |
| 324 | 2026-08-25T03:38:48.920Z | | |
| 325 | 2026-08-25T03:38:48.920Z | 569 | impl From<Ipv4Addr> for core::net::Ipv4Addr { |
| 326 | 2026-08-25T03:38:48.920Z | | ------------------------------------------- first implementation here |
| 327 | 2026-08-25T03:38:48.920Z | ... |
| 328 | 2026-08-25T03:38:48.920Z | 582 | impl From<Ipv4Addr> for smoltcp::wire::Ipv4Address { |
| 329 | 2026-08-25T03:38:48.921Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `core::net::Ipv4Addr` |
| 330 | 2026-08-25T03:38:48.921Z | |
| 331 | 2026-08-25T03:38:48.921Z | error[E0119]: conflicting implementations of trait `core::convert::From<core::net::Ipv6Addr>` for type `ip::Ipv6Addr` |
| 332 | 2026-08-25T03:38:48.921Z | --> crates/opte-api/src/ip.rs:931:1 |
| 333 | 2026-08-25T03:38:48.921Z | | |
| 334 | 2026-08-25T03:38:48.921Z | 919 | impl From<core::net::Ipv6Addr> for Ipv6Addr { |
| 335 | 2026-08-25T03:38:48.921Z | | ------------------------------------------- first implementation here |
| 336 | 2026-08-25T03:38:48.921Z | ... |
| 337 | 2026-08-25T03:38:48.921Z | 931 | impl From<smoltcp::wire::Ipv6Address> for Ipv6Addr { |
| 338 | 2026-08-25T03:38:48.921Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv6Addr` |
| 339 | 2026-08-25T03:38:48.921Z | |
| 340 | 2026-08-25T03:38:48.921Z | error[E0119]: conflicting implementations of trait `core::convert::From<ip::Ipv6Addr>` for type `core::net::Ipv6Addr` |
| 341 | 2026-08-25T03:38:48.921Z | --> crates/opte-api/src/ip.rs:940:1 |
| 342 | 2026-08-25T03:38:48.921Z | | |
| 343 | 2026-08-25T03:38:48.921Z | 925 | impl From<Ipv6Addr> for core::net::Ipv6Addr { |
| 344 | 2026-08-25T03:38:48.921Z | | ------------------------------------------- first implementation here |
| 345 | 2026-08-25T03:38:48.921Z | ... |
| 346 | 2026-08-25T03:38:48.921Z | 940 | impl From<Ipv6Addr> for smoltcp::wire::Ipv6Address { |
| 347 | 2026-08-25T03:38:48.921Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `core::net::Ipv6Addr` |
| 348 | 2026-08-25T03:38:48.922Z | |
| 349 | 2026-08-25T03:38:49.043Z | error[E0599]: no method named `as_bytes` found for struct `core::net::Ipv4Addr` in the current scope |
| 350 | 2026-08-25T03:38:49.043Z | --> crates/opte-api/src/ip.rs:577:29 |
| 351 | 2026-08-25T03:38:49.043Z | | |
| 352 | 2026-08-25T03:38:49.043Z | 577 | let bytes = smolip4.as_bytes(); |
| 353 | 2026-08-25T03:38:49.043Z | | ^^^^^^^^ method not found in `core::net::Ipv4Addr` |
| 354 | 2026-08-25T03:38:49.043Z | |
| 355 | 2026-08-25T03:38:49.050Z | error[E0599]: no associated function or constant named `from_bytes` found for struct `core::net::Ipv4Addr` in the current scope |
| 356 | 2026-08-25T03:38:49.050Z | --> crates/opte-api/src/ip.rs:584:15 |
| 357 | 2026-08-25T03:38:49.050Z | | |
| 358 | 2026-08-25T03:38:49.050Z | 584 | Self::from_bytes(&ip) |
| 359 | 2026-08-25T03:38:49.050Z | | ^^^^^^^^^^ associated function or constant not found in `core::net::Ipv4Addr` |
| 360 | 2026-08-25T03:38:49.050Z | | |
| 361 | 2026-08-25T03:38:49.050Z | note: if you're trying to build a new `core::net::Ipv4Addr` consider using one of the following associated functions: |
| 362 | 2026-08-25T03:38:49.050Z | core::net::Ipv4Addr::new |
| 363 | 2026-08-25T03:38:49.050Z | core::net::Ipv4Addr::from_bits |
| 364 | 2026-08-25T03:38:49.050Z | core::net::Ipv4Addr::from_octets |
| 365 | 2026-08-25T03:38:49.050Z | core::net::parser::<impl core::net::Ipv4Addr>::parse_ascii |
| 366 | 2026-08-25T03:38:49.050Z | --> /home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core/src/net/ip_addr.rs:543:5 |
| 367 | 2026-08-25T03:38:49.050Z | | |
| 368 | 2026-08-25T03:38:49.051Z | 543 | pub const fn new(a: u8, b: u8, c: u8, d: u8) -> Ipv4Addr { |
| 369 | 2026-08-25T03:38:49.051Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 370 | 2026-08-25T03:38:49.051Z | ... |
| 371 | 2026-08-25T03:38:49.051Z | 608 | pub const fn from_bits(bits: u32) -> Ipv4Addr { |
| 372 | 2026-08-25T03:38:49.051Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 373 | 2026-08-25T03:38:49.051Z | ... |
| 374 | 2026-08-25T03:38:49.051Z | 686 | pub const fn from_octets(octets: [u8; 4]) -> Ipv4Addr { |
| 375 | 2026-08-25T03:38:49.051Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 376 | 2026-08-25T03:38:49.051Z | | |
| 377 | 2026-08-25T03:38:49.051Z | ::: /home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core/src/net/parser.rs:327:5 |
| 378 | 2026-08-25T03:38:49.051Z | | |
| 379 | 2026-08-25T03:38:49.051Z | 327 | pub fn parse_ascii(b: &[u8]) -> Result<Self, AddrParseError> { |
| 380 | 2026-08-25T03:38:49.051Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 381 | 2026-08-25T03:38:49.051Z | help: there is an associated function `from_bits` with a similar name |
| 382 | 2026-08-25T03:38:49.051Z | | |
| 383 | 2026-08-25T03:38:49.056Z | 584 - Self::from_bytes(&ip) |
| 384 | 2026-08-25T03:38:49.056Z | 584 + Self::from_bits(&ip) |
| 385 | 2026-08-25T03:38:49.056Z | | |
| 386 | 2026-08-25T03:38:49.056Z | |
| 387 | 2026-08-25T03:38:49.064Z | error[E0599]: no method named `as_bytes` found for struct `core::net::Ipv6Addr` in the current scope |
| 388 | 2026-08-25T03:38:49.064Z | --> crates/opte-api/src/ip.rs:935:34 |
| 389 | 2026-08-25T03:38:49.064Z | | |
| 390 | 2026-08-25T03:38:49.064Z | 935 | let bytes: [u8; 16] = ip.as_bytes().try_into().unwrap(); |
| 391 | 2026-08-25T03:38:49.064Z | | ^^^^^^^^ method not found in `core::net::Ipv6Addr` |
| 392 | 2026-08-25T03:38:49.064Z | |
| 393 | 2026-08-25T03:38:49.069Z | error[E0599]: no associated function or constant named `from_bytes` found for struct `core::net::Ipv6Addr` in the current scope |
| 394 | 2026-08-25T03:38:49.069Z | --> crates/opte-api/src/ip.rs:943:15 |
| 395 | 2026-08-25T03:38:49.069Z | | |
| 396 | 2026-08-25T03:38:49.069Z | 943 | Self::from_bytes(&ip) |
| 397 | 2026-08-25T03:38:49.069Z | | ^^^^^^^^^^ associated function or constant not found in `core::net::Ipv6Addr` |
| 398 | 2026-08-25T03:38:49.069Z | | |
| 399 | 2026-08-25T03:38:49.069Z | note: if you're trying to build a new `core::net::Ipv6Addr` consider using one of the following associated functions: |
| 400 | 2026-08-25T03:38:49.069Z | core::net::Ipv6Addr::new |
| 401 | 2026-08-25T03:38:49.069Z | core::net::Ipv6Addr::from_bits |
| 402 | 2026-08-25T03:38:49.069Z | core::net::Ipv6Addr::from_segments |
| 403 | 2026-08-25T03:38:49.069Z | core::net::Ipv6Addr::from_octets |
| 404 | 2026-08-25T03:38:49.069Z | core::net::parser::<impl core::net::Ipv6Addr>::parse_ascii |
| 405 | 2026-08-25T03:38:49.069Z | --> /home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core/src/net/ip_addr.rs:1348:5 |
| 406 | 2026-08-25T03:38:49.069Z | | |
| 407 | 2026-08-25T03:38:49.069Z | 1348 | pub const fn new(a: u16, b: u16, c: u16, d: u16, e: u16, f: u16, g: u16, h: u16) -> Ipv6Addr { |
| 408 | 2026-08-25T03:38:49.070Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 409 | 2026-08-25T03:38:49.070Z | ... |
| 410 | 2026-08-25T03:38:49.070Z | 1443 | pub const fn from_bits(bits: u128) -> Ipv6Addr { |
| 411 | 2026-08-25T03:38:49.070Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 412 | 2026-08-25T03:38:49.070Z | ... |
| 413 | 2026-08-25T03:38:49.070Z | 1536 | pub const fn from_segments(segments: [u16; 8]) -> Ipv6Addr { |
| 414 | 2026-08-25T03:38:49.070Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 415 | 2026-08-25T03:38:49.070Z | ... |
| 416 | 2026-08-25T03:38:49.070Z | 2110 | pub const fn from_octets(octets: [u8; 16]) -> Ipv6Addr { |
| 417 | 2026-08-25T03:38:49.070Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 418 | 2026-08-25T03:38:49.070Z | | |
| 419 | 2026-08-25T03:38:49.070Z | ::: /home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core/src/net/parser.rs:358:5 |
| 420 | 2026-08-25T03:38:49.070Z | | |
| 421 | 2026-08-25T03:38:49.070Z | 358 | pub fn parse_ascii(b: &[u8]) -> Result<Self, AddrParseError> { |
| 422 | 2026-08-25T03:38:49.070Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 423 | 2026-08-25T03:38:49.070Z | help: there is an associated function `from_bits` with a similar name |
| 424 | 2026-08-25T03:38:49.070Z | | |
| 425 | 2026-08-25T03:38:49.070Z | 943 - Self::from_bytes(&ip) |
| 426 | 2026-08-25T03:38:49.070Z | 943 + Self::from_bits(&ip) |
| 427 | 2026-08-25T03:38:49.070Z | | |
| 428 | 2026-08-25T03:38:49.070Z | |
| 429 | 2026-08-25T03:38:49.398Z | Some errors have detailed explanations: E0119, E0423, E0599. |
| 430 | 2026-08-25T03:38:49.398Z | For more information about an error, try `rustc --explain E0119`. |
| 431 | 2026-08-25T03:38:49.432Z | error: could not compile `opte-api` (lib) due to 9 previous errors |
| 432 | 2026-08-25T03:38:49.551Z | |
| 433 | 2026-08-25T03:38:49.551Z | real 25.648544079 |
| 434 | 2026-08-25T03:38:49.551Z | user 1:09.329866291 |
| 435 | 2026-08-25T03:38:49.559Z | sys 10.213470672 |
| 436 | 2026-08-25T03:38:49.559Z | trap 0.025122382 |
| 437 | 2026-08-25T03:38:49.559Z | tflt 0.069904352 |
| 438 | 2026-08-25T03:38:49.559Z | dflt 0.216557828 |
| 439 | 2026-08-25T03:38:49.559Z | kflt 0.001773177 |
| 440 | 2026-08-25T03:38:49.559Z | lock 3:44.028346364 |
| 441 | 2026-08-25T03:38:49.559Z | slp 3:06.507112477 |
| 442 | 2026-08-25T03:38:49.559Z | lat 2.891900593 |
| 443 | 2026-08-25T03:38:49.559Z | stop 8.697553093 |
| 444 | 2026-08-25T03:38:49.559Z | process exited: duration 47860 ms, exit code 101 |
| |
| 445 | 2026-08-25T03:38:49.576Z | found 1 output files |
| 446 | 2026-08-25T03:38:49.576Z | uploading: /work/xde.conf (79 bytes) |
| 447 | 2026-08-25T03:38:50.594Z | uploaded: /work/xde.conf |
| 448 | 2026-08-25T03:38:50.594Z | upload error: rule "/work/debug/xde.dbg" required a match, but was not used |
| 449 | 2026-08-25T03:38:50.594Z | upload error: rule "/work/debug/xde.dbg.sha256" required a match, but was not used |
| 450 | 2026-08-25T03:38:50.594Z | upload error: rule "/work/debug/xde_link.dbg.so" required a match, but was not used |
| 451 | 2026-08-25T03:38:50.594Z | upload error: rule "/work/debug/xde_link.dbg.so.sha256" required a match, but was not used |
| 452 | 2026-08-25T03:38:50.594Z | upload error: rule "/work/release/xde" required a match, but was not used |
| 453 | 2026-08-25T03:38:50.595Z | upload error: rule "/work/release/xde.sha256" required a match, but was not used |
| 454 | 2026-08-25T03:38:50.595Z | upload error: rule "/work/release/xde_link.so" required a match, but was not used |
| 455 | 2026-08-25T03:38:50.595Z | upload error: rule "/work/release/xde_link.so.sha256" required a match, but was not used |
| 456 | 2026-08-25T03:38:50.595Z | upload error: rule "/work/test/loopback" required a match, but was not used |
| 457 | 2026-08-25T03:38:50.595Z | upload error: rule "/work/test/multicast_rx" required a match, but was not used |
| 458 | 2026-08-25T03:38:50.595Z | upload error: rule "/work/test/multicast_multi_sub" required a match, but was not used |
| 459 | 2026-08-25T03:38:50.595Z | upload error: rule "/work/test/multicast_validation" required a match, but was not used |
| 460 | 2026-08-25T03:38:50.595Z | upload error: rule "/work/test/multicast_source_filter" required a match, but was not used |
| 461 | 2026-08-25T03:38:50.595Z | upload error: rule "/work/test/multicast_multi_nexthop" required a match, but was not used |