|
|
|
| 1 | 2026-07-26T04:23:46.199Z | job assigned to worker 01KYEAK3FYS5WV4BEXXWDCCY47 [factory aws, i-0b091f0c7e3650d00] (queued for 48 s) |
| |
| 2 | 2026-07-26T04:23:52.901Z | starting task 0: "setup" |
| 3 | 2026-07-26T04:23:52.937Z | ++ uname -s |
| 4 | 2026-07-26T04:23:52.937Z | + kern=SunOS |
| 5 | 2026-07-26T04:23:52.937Z | + build_user=build |
| 6 | 2026-07-26T04:23:52.937Z | + build_uid=12345 |
| 7 | 2026-07-26T04:23:52.937Z | + work_dir=/work |
| 8 | 2026-07-26T04:23:52.937Z | + input_dir=/input |
| 9 | 2026-07-26T04:23:52.937Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-26T04:23:52.937Z | + case "$kern" in |
| 11 | 2026-07-26T04:23:52.937Z | + groupadd -g 12345 build |
| 12 | 2026-07-26T04:23:52.937Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-26T04:23:54.916Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-26T04:23:55.893Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-26T04:23:55.935Z | + home_fs=zfs |
| 16 | 2026-07-26T04:23:55.935Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-26T04:23:55.935Z | + mkdir -p /home/build |
| 18 | 2026-07-26T04:23:55.935Z | + chown build:build /home/build /work |
| 19 | 2026-07-26T04:23:57.038Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-26T04:23:57.064Z | process exited: duration 4135 ms, exit code 0 |
| |
| 21 | 2026-07-26T04:23:57.085Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-26T04:23:57.143Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-07-26T04:23:57.143Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-07-26T04:23:57.143Z | * rust toolchain channel = "1.97.1" |
| 25 | 2026-07-26T04:23:57.143Z | * rust toolchain profile = "default" |
| 26 | 2026-07-26T04:23:57.143Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-26T04:23:57.143Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-26T04:23:57.143Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-26T04:23:57.143Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-07-26T04:23:57.181Z | info: downloading installer |
| 31 | 2026-07-26T04:23:58.656Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-26T04:23:58.656Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-26T04:23:58.656Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-26T04:23:58.666Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-26T04:23:58.666Z | info: profile set to default |
| 36 | 2026-07-26T04:23:58.666Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-26T04:23:58.666Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-07-26T04:23:58.794Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-07-26T04:23:58.810Z | info: downloading 6 components |
| 40 | 2026-07-26T04:24:13.333Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-07-26T04:24:13.333Z | |
| 42 | 2026-07-26T04:24:13.362Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-07-26T04:24:13.362Z | |
| 44 | 2026-07-26T04:24:13.369Z | |
| 45 | 2026-07-26T04:24:13.369Z | Rust is installed now. Great! |
| 46 | 2026-07-26T04:24:13.369Z | |
| 47 | 2026-07-26T04:24:13.369Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-26T04:24:13.369Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-26T04:24:13.369Z | |
| 50 | 2026-07-26T04:24:13.369Z | To configure your current shell, you need to source |
| 51 | 2026-07-26T04:24:13.369Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-26T04:24:13.370Z | |
| 53 | 2026-07-26T04:24:13.370Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-26T04:24:13.370Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-26T04:24:13.370Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-26T04:24:13.370Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-26T04:24:13.370Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-26T04:24:13.370Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-26T04:24:13.370Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-26T04:24:13.370Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-26T04:24:13.370Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-26T04:24:13.451Z | + rustup --version |
| 63 | 2026-07-26T04:24:13.459Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-26T04:24:13.464Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-26T04:24:13.480Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-07-26T04:24:13.484Z | + cargo --version |
| 67 | 2026-07-26T04:24:13.501Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-07-26T04:24:13.507Z | + rustc --version |
| 69 | 2026-07-26T04:24:13.520Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-07-26T04:24:13.525Z | process exited: duration 16436 ms, exit code 0 |
| |
| 71 | 2026-07-26T04:24:13.536Z | starting task 2: "authentication" |
| 72 | 2026-07-26T04:24:13.557Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
| 73 | 2026-07-26T04:24:19.575Z | process exited: duration 6038 ms, exit code 0 |
| |
| 74 | 2026-07-26T04:24:19.582Z | starting task 3: "clone repository" |
| 75 | 2026-07-26T04:24:19.586Z | + mkdir -p /work/oxidecomputer/opte |
| 76 | 2026-07-26T04:24:19.590Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 77 | 2026-07-26T04:24:19.638Z | Cloning into '/work/oxidecomputer/opte'... |
| 78 | 2026-07-26T04:24:20.480Z | + cd /work/oxidecomputer/opte |
| 79 | 2026-07-26T04:24:20.480Z | + git fetch origin 335d9c2423236c16749e4ea1405b954b6e27b510 |
| 80 | 2026-07-26T04:24:20.700Z | From https://github.com/oxidecomputer/opte |
| 81 | 2026-07-26T04:24:20.700Z | * branch 335d9c2423236c16749e4ea1405b954b6e27b510 -> FETCH_HEAD |
| 82 | 2026-07-26T04:24:20.704Z | + [[ -n renovate/heapless-0.x ]] |
| 83 | 2026-07-26T04:24:20.708Z | ++ git branch --show-current |
| 84 | 2026-07-26T04:24:20.709Z | + current=master |
| 85 | 2026-07-26T04:24:20.709Z | + [[ master != renovate/heapless-0.x ]] |
| 86 | 2026-07-26T04:24:20.709Z | + git branch -f renovate/heapless-0.x 335d9c2423236c16749e4ea1405b954b6e27b510 |
| 87 | 2026-07-26T04:24:20.716Z | + git checkout -f renovate/heapless-0.x |
| 88 | 2026-07-26T04:24:20.726Z | Switched to branch 'renovate/heapless-0.x' |
| 89 | 2026-07-26T04:24:20.732Z | + git reset --hard 335d9c2423236c16749e4ea1405b954b6e27b510 |
| 90 | 2026-07-26T04:24:20.743Z | HEAD is now at 335d9c2 Update Rust crate heapless to 0.9 |
| 91 | 2026-07-26T04:24:20.746Z | process exited: duration 1161 ms, exit code 0 |
| |
| 92 | 2026-07-26T04:24:20.755Z | starting task 4: "build" |
| 93 | 2026-07-26T04:24:20.758Z | + source .github/buildomat/common.sh |
| 94 | 2026-07-26T04:24:20.759Z | ++ rustup show active-toolchain |
| 95 | 2026-07-26T04:24:20.763Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 96 | 2026-07-26T04:24:20.767Z | ++ pushd xde |
| 97 | 2026-07-26T04:24:20.768Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 98 | 2026-07-26T04:24:20.768Z | ++ rustup show active-toolchain |
| 99 | 2026-07-26T04:24:20.800Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 100 | 2026-07-26T04:24:20.936Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 101 | 2026-07-26T04:24:20.940Z | info: downloading 6 components |
| 102 | 2026-07-26T04:24:35.095Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 103 | 2026-07-26T04:24:35.186Z | +++ rustup show active-toolchain -v |
| 104 | 2026-07-26T04:24:35.189Z | +++ head -n 1 |
| 105 | 2026-07-26T04:24:35.190Z | +++ cut '-d ' -f1 |
| 106 | 2026-07-26T04:24:35.239Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 107 | 2026-07-26T04:24:35.239Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 108 | 2026-07-26T04:24:35.239Z | ++ popd |
| 109 | 2026-07-26T04:24:35.239Z | /work/oxidecomputer/opte |
| 110 | 2026-07-26T04:24:35.243Z | + TGT_BASE=/work |
| 111 | 2026-07-26T04:24:35.243Z | + DBG_SRC=target/x86_64-unknown-unknown/debug |
| 112 | 2026-07-26T04:24:35.243Z | + DBG_LINK_SRC=target/i686-unknown-illumos/debug |
| 113 | 2026-07-26T04:24:35.244Z | + DBG_TGT=/work/debug |
| 114 | 2026-07-26T04:24:35.244Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 115 | 2026-07-26T04:24:35.244Z | + REL_LINK_SRC=target/i686-unknown-illumos/release |
| 116 | 2026-07-26T04:24:35.244Z | + REL_TGT=/work/release |
| 117 | 2026-07-26T04:24:35.244Z | + mkdir -p /work/debug /work/release |
| 118 | 2026-07-26T04:24:35.244Z | + cargo --version |
| 119 | 2026-07-26T04:24:35.251Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 120 | 2026-07-26T04:24:35.254Z | + rustc --version |
| 121 | 2026-07-26T04:24:35.273Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 122 | 2026-07-26T04:24:35.276Z | + install_pkg jq |
| 123 | 2026-07-26T04:24:35.277Z | + set +o errexit |
| 124 | 2026-07-26T04:24:35.277Z | + pfexec pkg install jq |
| 125 | 2026-07-26T04:24:36.439Z | Startup: Refreshing catalog 'helios' ... Done |
| 126 | 2026-07-26T04:24:36.694Z | Startup: Caching catalogs ... Done |
| 127 | 2026-07-26T04:24:37.876Z | Planning: Solver setup ... Done |
| 128 | 2026-07-26T04:24:37.913Z | Planning: Running solver ... Done |
| 129 | 2026-07-26T04:24:37.937Z | Planning: Consolidating action changes ... Done |
| 130 | 2026-07-26T04:24:37.942Z | Planning: Evaluating mediators ... Done |
| 131 | 2026-07-26T04:24:37.942Z | Planning: Planning completed in 1.21 seconds |
| 132 | 2026-07-26T04:24:37.994Z | No updates necessary for this image. |
| 133 | 2026-07-26T04:24:38.142Z | + exit_code=4 |
| 134 | 2026-07-26T04:24:38.142Z | + [[ 4 -ne 0 ]] |
| 135 | 2026-07-26T04:24:38.142Z | + [[ 4 -ne 4 ]] |
| 136 | 2026-07-26T04:24:38.142Z | + set -o errexit |
| 137 | 2026-07-26T04:24:38.145Z | + pushd xde |
| 138 | 2026-07-26T04:24:38.145Z | + cp xde.conf /work/xde.conf |
| 139 | 2026-07-26T04:24:38.145Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 140 | 2026-07-26T04:24:38.145Z | + header 'check style' |
| 141 | 2026-07-26T04:24:38.146Z | + echo '# ==== check style ==== #' |
| 142 | 2026-07-26T04:24:38.146Z | # ==== check style ==== # |
| 143 | 2026-07-26T04:24:38.146Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check |
| 144 | 2026-07-26T04:24:38.382Z | |
| 145 | 2026-07-26T04:24:38.383Z | real 0.220079346 |
| 146 | 2026-07-26T04:24:38.383Z | user 0.153694234 |
| 147 | 2026-07-26T04:24:38.383Z | sys 0.056140260 |
| 148 | 2026-07-26T04:24:38.383Z | trap 0.000009670 |
| 149 | 2026-07-26T04:24:38.383Z | tflt 0.000050350 |
| 150 | 2026-07-26T04:24:38.383Z | dflt 0.000006910 |
| 151 | 2026-07-26T04:24:38.383Z | kflt 0.000000000 |
| 152 | 2026-07-26T04:24:38.383Z | lock 0.034101054 |
| 153 | 2026-07-26T04:24:38.383Z | slp 0.190892691 |
| 154 | 2026-07-26T04:24:38.383Z | lat 0.000679910 |
| 155 | 2026-07-26T04:24:38.383Z | stop 0.000094210 |
| 156 | 2026-07-26T04:24:38.388Z | + header analyze |
| 157 | 2026-07-26T04:24:38.388Z | + echo '# ==== analyze ==== #' |
| 158 | 2026-07-26T04:24:38.388Z | # ==== analyze ==== # |
| 159 | 2026-07-26T04:24:38.388Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 160 | 2026-07-26T04:24:38.542Z | Updating crates.io index |
| 161 | 2026-07-26T04:24:38.547Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 162 | 2026-07-26T04:24:39.484Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 163 | 2026-07-26T04:24:39.730Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 164 | 2026-07-26T04:24:40.051Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 165 | 2026-07-26T04:24:40.241Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 166 | 2026-07-26T04:24:40.479Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 167 | 2026-07-26T04:24:40.749Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 168 | 2026-07-26T04:24:42.384Z | Downloading crates ... |
| 169 | 2026-07-26T04:24:42.441Z | Downloaded version_check v0.9.5 |
| 170 | 2026-07-26T04:24:42.445Z | Downloaded dyn-clone v1.0.20 |
| 171 | 2026-07-26T04:24:42.449Z | Downloaded darling_macro v0.23.0 |
| 172 | 2026-07-26T04:24:42.452Z | Downloaded embedded-io v0.6.1 |
| 173 | 2026-07-26T04:24:42.452Z | Downloaded ref-cast v1.0.25 |
| 174 | 2026-07-26T04:24:42.455Z | Downloaded macaddr v1.0.1 |
| 175 | 2026-07-26T04:24:42.460Z | Downloaded aho-corasick v1.1.4 |
| 176 | 2026-07-26T04:24:42.463Z | Downloaded thiserror-impl v2.0.18 |
| 177 | 2026-07-26T04:24:42.467Z | Downloaded byteorder v1.5.0 |
| 178 | 2026-07-26T04:24:42.475Z | Downloaded defmt v1.1.1 |
| 179 | 2026-07-26T04:24:42.478Z | Downloaded defmt v0.3.100 |
| 180 | 2026-07-26T04:24:42.481Z | Downloaded managed v0.8.0 |
| 181 | 2026-07-26T04:24:42.485Z | Downloaded ref-cast-impl v1.0.25 |
| 182 | 2026-07-26T04:24:42.485Z | Downloaded crc32fast v1.5.0 |
| 183 | 2026-07-26T04:24:42.488Z | Downloaded ingot-macros v0.2.0 |
| 184 | 2026-07-26T04:24:42.497Z | Downloaded hash32 v0.3.1 |
| 185 | 2026-07-26T04:24:42.500Z | Downloaded embedded-io v0.4.0 |
| 186 | 2026-07-26T04:24:42.505Z | Downloaded ingot-types v0.2.0 |
| 187 | 2026-07-26T04:24:42.505Z | Downloaded quote v1.0.46 |
| 188 | 2026-07-26T04:24:42.505Z | Downloaded ingot v0.2.0 |
| 189 | 2026-07-26T04:24:42.505Z | Downloaded defmt-macros v1.1.1 |
| 190 | 2026-07-26T04:24:42.509Z | Downloaded stable_deref_trait v1.2.1 |
| 191 | 2026-07-26T04:24:42.513Z | Downloaded cfg-if v1.0.4 |
| 192 | 2026-07-26T04:24:42.513Z | Downloaded cobs v0.3.0 |
| 193 | 2026-07-26T04:24:42.516Z | Downloaded defmt-parser v1.0.0 |
| 194 | 2026-07-26T04:24:42.520Z | Downloaded postcard v1.1.3 |
| 195 | 2026-07-26T04:24:42.525Z | Downloaded ident_case v1.0.1 |
| 196 | 2026-07-26T04:24:42.531Z | Downloaded proc-macro2 v1.0.106 |
| 197 | 2026-07-26T04:24:42.535Z | Downloaded thiserror v2.0.18 |
| 198 | 2026-07-26T04:24:42.538Z | Downloaded bitflags v1.3.2 |
| 199 | 2026-07-26T04:24:42.554Z | Downloaded either v1.16.0 |
| 200 | 2026-07-26T04:24:42.558Z | Downloaded serde v1.0.228 |
| 201 | 2026-07-26T04:24:42.558Z | Downloaded strsim v0.11.1 |
| 202 | 2026-07-26T04:24:42.562Z | Downloaded darling v0.23.0 |
| 203 | 2026-07-26T04:24:42.562Z | Downloaded serde_derive v1.0.228 |
| 204 | 2026-07-26T04:24:42.570Z | Downloaded bitflags v2.13.0 |
| 205 | 2026-07-26T04:24:42.573Z | Downloaded darling_core v0.23.0 |
| 206 | 2026-07-26T04:24:42.576Z | Downloaded uuid v1.23.5 |
| 207 | 2026-07-26T04:24:42.576Z | Downloaded serde_core v1.0.228 |
| 208 | 2026-07-26T04:24:42.579Z | Downloaded memchr v2.8.3 |
| 209 | 2026-07-26T04:24:42.584Z | Downloaded unicode-ident v1.0.24 |
| 210 | 2026-07-26T04:24:42.585Z | Downloaded heapless v0.8.0 |
| 211 | 2026-07-26T04:24:42.590Z | Downloaded heapless v0.9.3 |
| 212 | 2026-07-26T04:24:42.597Z | Downloaded zerocopy-derive v0.8.54 |
| 213 | 2026-07-26T04:24:42.605Z | Downloaded regex v1.13.0 |
| 214 | 2026-07-26T04:24:42.608Z | Downloaded itertools v0.15.0 |
| 215 | 2026-07-26T04:24:42.655Z | Downloaded syn v2.0.118 |
| 216 | 2026-07-26T04:24:42.669Z | Downloaded smoltcp v0.11.0 |
| 217 | 2026-07-26T04:24:42.675Z | Downloaded zerocopy v0.8.54 |
| 218 | 2026-07-26T04:24:42.685Z | Downloaded regex-syntax v0.8.11 |
| 219 | 2026-07-26T04:24:42.692Z | Downloaded regex-automata v0.4.15 |
| 220 | 2026-07-26T04:24:42.703Z | Updating crates.io index |
| 221 | 2026-07-26T04:24:42.746Z | Downloading crates ... |
| 222 | 2026-07-26T04:24:42.761Z | Downloaded addr2line v0.27.0 |
| 223 | 2026-07-26T04:24:42.764Z | Downloaded foldhash v0.2.0 |
| 224 | 2026-07-26T04:24:42.769Z | Downloaded adler2 v2.0.1 |
| 225 | 2026-07-26T04:24:42.772Z | Downloaded rustc-demangle v0.1.28 |
| 226 | 2026-07-26T04:24:42.824Z | Downloaded rustc-literal-escaper v0.0.8 |
| 227 | 2026-07-26T04:24:42.832Z | Downloaded getopts v0.2.24 |
| 228 | 2026-07-26T04:24:42.835Z | Downloaded miniz_oxide v0.9.1 |
| 229 | 2026-07-26T04:24:42.840Z | Downloaded memchr v2.7.6 |
| 230 | 2026-07-26T04:24:42.859Z | Downloaded hashbrown v0.17.1 |
| 231 | 2026-07-26T04:24:42.862Z | Downloaded object v0.39.1 |
| 232 | 2026-07-26T04:24:42.882Z | Downloaded gimli v0.34.0 |
| 233 | 2026-07-26T04:24:42.886Z | Downloaded libc v0.2.185 |
| 234 | 2026-07-26T04:24:42.940Z | 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) |
| 235 | 2026-07-26T04:24:42.940Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 236 | 2026-07-26T04:24:42.940Z | Compiling proc-macro2 v1.0.106 |
| 237 | 2026-07-26T04:24:42.940Z | Compiling quote v1.0.46 |
| 238 | 2026-07-26T04:24:42.943Z | Compiling unicode-ident v1.0.24 |
| 239 | 2026-07-26T04:24:42.944Z | Compiling serde_core v1.0.228 |
| 240 | 2026-07-26T04:24:42.944Z | Compiling ident_case v1.0.1 |
| 241 | 2026-07-26T04:24:42.944Z | Compiling strsim v0.11.1 |
| 242 | 2026-07-26T04:24:43.124Z | Compiling memchr v2.8.3 |
| 243 | 2026-07-26T04:24:43.127Z | Compiling regex-syntax v0.8.11 |
| 244 | 2026-07-26T04:24:43.407Z | Compiling either v1.16.0 |
| 245 | 2026-07-26T04:24:43.414Z | Compiling zerocopy v0.8.54 |
| 246 | 2026-07-26T04:24:43.450Z | Compiling thiserror v2.0.18 |
| 247 | 2026-07-26T04:24:43.548Z | Compiling aho-corasick v1.1.4 |
| 248 | 2026-07-26T04:24:43.605Z | Compiling serde v1.0.228 |
| 249 | 2026-07-26T04:24:43.814Z | Compiling itertools v0.15.0 |
| 250 | 2026-07-26T04:24:44.036Z | Compiling syn v2.0.118 |
| 251 | 2026-07-26T04:24:44.102Z | Compiling heapless v0.8.0 |
| 252 | 2026-07-26T04:24:44.158Z | Compiling smoltcp v0.11.0 |
| 253 | 2026-07-26T04:24:44.238Z | Compiling crc32fast v1.5.0 |
| 254 | 2026-07-26T04:24:44.583Z | Compiling regex-automata v0.4.15 |
| 255 | 2026-07-26T04:24:44.591Z | Compiling heapless v0.9.3 |
| 256 | 2026-07-26T04:24:44.612Z | Compiling version_check v0.9.5 |
| 257 | 2026-07-26T04:24:44.955Z | Compiling ref-cast v1.0.25 |
| 258 | 2026-07-26T04:24:45.008Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 259 | 2026-07-26T04:24:46.154Z | Compiling regex v1.13.0 |
| 260 | 2026-07-26T04:24:46.346Z | Compiling darling_core v0.23.0 |
| 261 | 2026-07-26T04:24:47.237Z | Compiling zerocopy-derive v0.8.54 |
| 262 | 2026-07-26T04:24:47.237Z | Compiling thiserror-impl v2.0.18 |
| 263 | 2026-07-26T04:24:47.241Z | Compiling serde_derive v1.0.228 |
| 264 | 2026-07-26T04:24:47.241Z | Compiling ref-cast-impl v1.0.25 |
| 265 | 2026-07-26T04:24:47.241Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 266 | 2026-07-26T04:24:48.622Z | Compiling darling_macro v0.23.0 |
| 267 | 2026-07-26T04:24:49.505Z | Compiling darling v0.23.0 |
| 268 | 2026-07-26T04:24:49.573Z | Compiling ingot-macros v0.2.0 |
| 269 | 2026-07-26T04:24:49.573Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 270 | 2026-07-26T04:24:54.913Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 271 | 2026-07-26T04:24:57.198Z | Checking byteorder v1.5.0 |
| 272 | 2026-07-26T04:24:57.198Z | Checking stable_deref_trait v1.2.1 |
| 273 | 2026-07-26T04:24:57.198Z | Checking cfg-if v1.0.4 |
| 274 | 2026-07-26T04:24:57.208Z | Checking macaddr v1.0.1 |
| 275 | 2026-07-26T04:24:57.208Z | Checking managed v0.8.0 |
| 276 | 2026-07-26T04:24:57.269Z | Checking bitflags v1.3.2 |
| 277 | 2026-07-26T04:24:57.286Z | Checking cobs v0.3.0 |
| 278 | 2026-07-26T04:24:57.347Z | Checking hash32 v0.3.1 |
| 279 | 2026-07-26T04:24:57.397Z | Checking dyn-clone v1.0.20 |
| 280 | 2026-07-26T04:24:57.404Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 281 | 2026-07-26T04:24:58.515Z | Checking bitflags v2.13.0 |
| 282 | 2026-07-26T04:24:58.515Z | Checking uuid v1.23.5 |
| 283 | 2026-07-26T04:24:58.657Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 284 | 2026-07-26T04:24:58.899Z | Checking postcard v1.1.3 |
| 285 | 2026-07-26T04:24:59.769Z | Checking ingot-types v0.2.0 |
| 286 | 2026-07-26T04:25:00.037Z | Checking ingot v0.2.0 |
| 287 | 2026-07-26T04:25:01.351Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 288 | 2026-07-26T04:25:02.885Z | error[E0308]: mismatched types |
| 289 | 2026-07-26T04:25:02.885Z | --> lib/opte/src/engine/dhcp.rs:556:13 |
| 290 | 2026-07-26T04:25:02.885Z | | |
| 291 | 2026-07-26T04:25:02.886Z | 556 | dns_servers, |
| 292 | 2026-07-26T04:25:02.886Z | | ^^^^^^^^^^^ expected `Option<Vec<Ipv4Address, 3>>`, found `Option<VecInner<Ipv4Address, _, _>>` |
| 293 | 2026-07-26T04:25:02.886Z | | |
| 294 | 2026-07-26T04:25:02.886Z | = note: expected enum `Option<heapless::vec::Vec<smoltcp::wire::Ipv4Address, 3>>` |
| 295 | 2026-07-26T04:25:02.886Z | found enum `Option<heapless::vec::VecInner<smoltcp::wire::Ipv4Address, _, heapless::vec::storage::VecStorageInner<[core::mem::MaybeUninit<smoltcp::wire::Ipv4Address>; _]>>>` |
| 296 | 2026-07-26T04:25:02.886Z | |
| 297 | 2026-07-26T04:25:04.169Z | For more information about this error, try `rustc --explain E0308`. |
| 298 | 2026-07-26T04:25:04.225Z | error: could not compile `opte` (lib) due to 1 previous error |
| 299 | 2026-07-26T04:25:04.342Z | |
| 300 | 2026-07-26T04:25:04.342Z | real 25.968843740 |
| 301 | 2026-07-26T04:25:04.342Z | user 1:07.045159028 |
| 302 | 2026-07-26T04:25:04.342Z | sys 9.686649525 |
| 303 | 2026-07-26T04:25:04.342Z | trap 0.027442174 |
| 304 | 2026-07-26T04:25:04.342Z | tflt 0.068324384 |
| 305 | 2026-07-26T04:25:04.342Z | dflt 0.243741437 |
| 306 | 2026-07-26T04:25:04.342Z | kflt 0.001658851 |
| 307 | 2026-07-26T04:25:04.342Z | lock 3:39.301195773 |
| 308 | 2026-07-26T04:25:04.342Z | slp 2:59.943403731 |
| 309 | 2026-07-26T04:25:04.342Z | lat 1.946856236 |
| 310 | 2026-07-26T04:25:04.343Z | stop 7.715597228 |
| 311 | 2026-07-26T04:25:04.346Z | process exited: duration 43588 ms, exit code 101 |
| |
| 312 | 2026-07-26T04:25:04.360Z | found 1 output files |
| 313 | 2026-07-26T04:25:04.366Z | uploading: /work/xde.conf (79 bytes) |
| 314 | 2026-07-26T04:25:05.373Z | uploaded: /work/xde.conf |
| 315 | 2026-07-26T04:25:05.373Z | upload error: rule "/work/debug/xde.dbg" required a match, but was not used |
| 316 | 2026-07-26T04:25:05.374Z | upload error: rule "/work/debug/xde.dbg.sha256" required a match, but was not used |
| 317 | 2026-07-26T04:25:05.374Z | upload error: rule "/work/debug/xde_link.dbg.so" required a match, but was not used |
| 318 | 2026-07-26T04:25:05.374Z | upload error: rule "/work/debug/xde_link.dbg.so.sha256" required a match, but was not used |
| 319 | 2026-07-26T04:25:05.374Z | upload error: rule "/work/release/xde" required a match, but was not used |
| 320 | 2026-07-26T04:25:05.374Z | upload error: rule "/work/release/xde.sha256" required a match, but was not used |
| 321 | 2026-07-26T04:25:05.374Z | upload error: rule "/work/release/xde_link.so" required a match, but was not used |
| 322 | 2026-07-26T04:25:05.374Z | upload error: rule "/work/release/xde_link.so.sha256" required a match, but was not used |
| 323 | 2026-07-26T04:25:05.374Z | upload error: rule "/work/test/loopback" required a match, but was not used |
| 324 | 2026-07-26T04:25:05.374Z | upload error: rule "/work/test/multicast_rx" required a match, but was not used |
| 325 | 2026-07-26T04:25:05.374Z | upload error: rule "/work/test/multicast_multi_sub" required a match, but was not used |
| 326 | 2026-07-26T04:25:05.374Z | upload error: rule "/work/test/multicast_validation" required a match, but was not used |
| 327 | 2026-07-26T04:25:05.374Z | upload error: rule "/work/test/multicast_source_filter" required a match, but was not used |
| 328 | 2026-07-26T04:25:05.374Z | upload error: rule "/work/test/multicast_multi_nexthop" required a match, but was not used |