|
|
|
| 1 | 2026-08-26T21:19:39.599Z | job assigned to worker 01M0ZZ15XQWN3DWMW5PK5JSVPA [factory aws, i-04ab9c4e738023d2d] (queued for 56 s) |
| |
| 2 | 2026-08-26T21:19:45.951Z | starting task 0: "setup" |
| 3 | 2026-08-26T21:19:45.955Z | ++ uname -s |
| 4 | 2026-08-26T21:19:45.958Z | + kern=SunOS |
| 5 | 2026-08-26T21:19:45.958Z | + build_user=build |
| 6 | 2026-08-26T21:19:45.958Z | + build_uid=12345 |
| 7 | 2026-08-26T21:19:45.958Z | + work_dir=/work |
| 8 | 2026-08-26T21:19:45.958Z | + input_dir=/input |
| 9 | 2026-08-26T21:19:45.958Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-26T21:19:45.958Z | + case "$kern" in |
| 11 | 2026-08-26T21:19:45.958Z | + groupadd -g 12345 build |
| 12 | 2026-08-26T21:19:45.961Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-26T21:19:47.965Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-26T21:19:48.027Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-26T21:19:48.030Z | + home_fs=zfs |
| 16 | 2026-08-26T21:19:48.030Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-26T21:19:48.030Z | + mkdir -p /home/build |
| 18 | 2026-08-26T21:19:48.030Z | + chown build:build /home/build /work |
| 19 | 2026-08-26T21:19:50.032Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-26T21:19:50.035Z | process exited: duration 4086 ms, exit code 0 |
| |
| 21 | 2026-08-26T21:19:50.042Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-26T21:19:50.047Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-26T21:19:50.047Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-26T21:19:50.047Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-08-26T21:19:50.047Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-08-26T21:19:50.047Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-26T21:19:50.047Z | * rust toolchain profile = "default" |
| 28 | 2026-08-26T21:19:50.050Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-26T21:19:50.050Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-26T21:19:50.153Z | info: downloading installer |
| 31 | 2026-08-26T21:19:51.735Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-26T21:19:51.735Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-26T21:19:51.735Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-26T21:19:51.735Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-26T21:19:51.747Z | info: profile set to default |
| 36 | 2026-08-26T21:19:51.747Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-26T21:19:51.751Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-26T21:19:51.885Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-26T21:19:51.888Z | info: downloading 6 components |
| 40 | 2026-08-26T21:20:07.733Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-26T21:20:07.733Z | |
| 42 | 2026-08-26T21:20:07.761Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-26T21:20:07.761Z | |
| 44 | 2026-08-26T21:20:07.764Z | |
| 45 | 2026-08-26T21:20:07.765Z | Rust is installed now. Great! |
| 46 | 2026-08-26T21:20:07.765Z | |
| 47 | 2026-08-26T21:20:07.765Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-26T21:20:07.765Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-26T21:20:07.765Z | |
| 50 | 2026-08-26T21:20:07.765Z | To configure your current shell, you need to source |
| 51 | 2026-08-26T21:20:07.765Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-26T21:20:07.765Z | |
| 53 | 2026-08-26T21:20:07.765Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-26T21:20:07.765Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-26T21:20:07.765Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-26T21:20:07.765Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-26T21:20:07.765Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-26T21:20:07.765Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-26T21:20:07.765Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-26T21:20:07.765Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-26T21:20:07.765Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-26T21:20:07.864Z | + rustup --version |
| 63 | 2026-08-26T21:20:07.873Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-26T21:20:07.876Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-26T21:20:07.894Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-26T21:20:07.897Z | + cargo --version |
| 67 | 2026-08-26T21:20:07.912Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-26T21:20:07.915Z | + rustc --version |
| 69 | 2026-08-26T21:20:07.934Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-26T21:20:07.936Z | process exited: duration 17893 ms, exit code 0 |
| |
| 71 | 2026-08-26T21:20:07.942Z | starting task 2: "authentication" |
| 72 | 2026-08-26T21:20:07.958Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-26T21:20:07.965Z | starting task 3: "clone repository" |
| 74 | 2026-08-26T21:20:07.968Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-08-26T21:20:07.972Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-08-26T21:20:08.007Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-08-26T21:20:09.177Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-08-26T21:20:09.177Z | + git fetch origin 0c0dbc457f2ed49fc7b40485bdfd565f687664ca |
| 79 | 2026-08-26T21:20:09.471Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-08-26T21:20:09.471Z | * branch 0c0dbc457f2ed49fc7b40485bdfd565f687664ca -> FETCH_HEAD |
| 81 | 2026-08-26T21:20:09.477Z | + [[ -n bound-my-list ]] |
| 82 | 2026-08-26T21:20:09.480Z | ++ git branch --show-current |
| 83 | 2026-08-26T21:20:09.480Z | + current=master |
| 84 | 2026-08-26T21:20:09.480Z | + [[ master != bound-my-list ]] |
| 85 | 2026-08-26T21:20:09.480Z | + git branch -f bound-my-list 0c0dbc457f2ed49fc7b40485bdfd565f687664ca |
| 86 | 2026-08-26T21:20:09.483Z | + git checkout -f bound-my-list |
| 87 | 2026-08-26T21:20:09.499Z | Switched to branch 'bound-my-list' |
| 88 | 2026-08-26T21:20:09.502Z | + git reset --hard 0c0dbc457f2ed49fc7b40485bdfd565f687664ca |
| 89 | 2026-08-26T21:20:09.505Z | HEAD is now at 0c0dbc4 Expand expiry benchmarks with *actual* expiry |
| 90 | 2026-08-26T21:20:09.508Z | process exited: duration 1541 ms, exit code 0 |
| |
| 91 | 2026-08-26T21:20:09.513Z | starting task 4: "build" |
| 92 | 2026-08-26T21:20:09.517Z | + source .github/buildomat/common.sh |
| 93 | 2026-08-26T21:20:09.520Z | ++ rustup show active-toolchain |
| 94 | 2026-08-26T21:20:09.522Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-08-26T21:20:09.525Z | ++ pushd xde |
| 96 | 2026-08-26T21:20:09.525Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-08-26T21:20:09.525Z | ++ rustup show active-toolchain |
| 98 | 2026-08-26T21:20:09.528Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 99 | 2026-08-26T21:20:09.700Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 100 | 2026-08-26T21:20:09.703Z | info: downloading 6 components |
| 101 | 2026-08-26T21:20:26.346Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-08-26T21:20:26.447Z | +++ rustup show active-toolchain -v |
| 103 | 2026-08-26T21:20:26.451Z | +++ head -n 1 |
| 104 | 2026-08-26T21:20:26.451Z | +++ cut '-d ' -f1 |
| 105 | 2026-08-26T21:20:26.502Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 106 | 2026-08-26T21:20:26.502Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 107 | 2026-08-26T21:20:26.502Z | ++ popd |
| 108 | 2026-08-26T21:20:26.505Z | /work/oxidecomputer/opte |
| 109 | 2026-08-26T21:20:26.505Z | + TGT_BASE=/work |
| 110 | 2026-08-26T21:20:26.505Z | + DBG_SRC=target/x86_64-unknown-unknown/debug |
| 111 | 2026-08-26T21:20:26.505Z | + DBG_LINK_SRC=target/i686-unknown-illumos/debug |
| 112 | 2026-08-26T21:20:26.505Z | + DBG_TGT=/work/debug |
| 113 | 2026-08-26T21:20:26.505Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 114 | 2026-08-26T21:20:26.505Z | + REL_LINK_SRC=target/i686-unknown-illumos/release |
| 115 | 2026-08-26T21:20:26.505Z | + REL_TGT=/work/release |
| 116 | 2026-08-26T21:20:26.505Z | + mkdir -p /work/debug /work/release |
| 117 | 2026-08-26T21:20:26.505Z | + cargo --version |
| 118 | 2026-08-26T21:20:26.513Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 119 | 2026-08-26T21:20:26.515Z | + rustc --version |
| 120 | 2026-08-26T21:20:26.535Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 121 | 2026-08-26T21:20:26.537Z | + install_pkg jq |
| 122 | 2026-08-26T21:20:26.538Z | + set +o errexit |
| 123 | 2026-08-26T21:20:26.538Z | + pfexec pkg install jq |
| 124 | 2026-08-26T21:20:29.455Z | Startup: Refreshing catalog 'helios' ... Done |
| 125 | 2026-08-26T21:20:29.843Z | Startup: Caching catalogs ... Done |
| 126 | 2026-08-26T21:20:31.968Z | Planning: Solver setup ... Done |
| 127 | 2026-08-26T21:20:32.028Z | Planning: Running solver ... Done |
| 128 | 2026-08-26T21:20:32.075Z | Planning: Consolidating action changes ... Done |
| 129 | 2026-08-26T21:20:32.075Z | Planning: Evaluating mediators ... Done |
| 130 | 2026-08-26T21:20:32.081Z | Planning: Planning completed in 2.19 seconds |
| 131 | 2026-08-26T21:20:32.087Z | No updates necessary for this image. |
| 132 | 2026-08-26T21:20:32.313Z | + exit_code=4 |
| 133 | 2026-08-26T21:20:32.313Z | + [[ 4 -ne 0 ]] |
| 134 | 2026-08-26T21:20:32.313Z | + [[ 4 -ne 4 ]] |
| 135 | 2026-08-26T21:20:32.314Z | + set -o errexit |
| 136 | 2026-08-26T21:20:32.323Z | + pushd xde |
| 137 | 2026-08-26T21:20:32.323Z | + cp xde.conf /work/xde.conf |
| 138 | 2026-08-26T21:20:32.323Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 139 | 2026-08-26T21:20:32.323Z | + header 'check style' |
| 140 | 2026-08-26T21:20:32.323Z | + echo '# ==== check style ==== #' |
| 141 | 2026-08-26T21:20:32.323Z | # ==== check style ==== # |
| 142 | 2026-08-26T21:20:32.323Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check |
| 143 | 2026-08-26T21:20:32.548Z | |
| 144 | 2026-08-26T21:20:32.548Z | real 0.226823180 |
| 145 | 2026-08-26T21:20:32.548Z | user 0.153059851 |
| 146 | 2026-08-26T21:20:32.548Z | sys 0.064143161 |
| 147 | 2026-08-26T21:20:32.548Z | trap 0.000009278 |
| 148 | 2026-08-26T21:20:32.548Z | tflt 0.000016437 |
| 149 | 2026-08-26T21:20:32.549Z | dflt 0.000011328 |
| 150 | 2026-08-26T21:20:32.549Z | kflt 0.000000000 |
| 151 | 2026-08-26T21:20:32.549Z | lock 0.034900196 |
| 152 | 2026-08-26T21:20:32.549Z | slp 0.195039315 |
| 153 | 2026-08-26T21:20:32.558Z | lat 0.000794971 |
| 154 | 2026-08-26T21:20:32.558Z | stop 0.000127001 |
| 155 | 2026-08-26T21:20:32.558Z | + header analyze |
| 156 | 2026-08-26T21:20:32.558Z | + echo '# ==== analyze ==== #' |
| 157 | 2026-08-26T21:20:32.558Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 158 | 2026-08-26T21:20:32.558Z | # ==== analyze ==== # |
| 159 | 2026-08-26T21:20:32.730Z | Updating crates.io index |
| 160 | 2026-08-26T21:20:32.735Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 161 | 2026-08-26T21:20:33.840Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 162 | 2026-08-26T21:20:34.199Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 163 | 2026-08-26T21:20:34.487Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 164 | 2026-08-26T21:20:34.968Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 165 | 2026-08-26T21:20:35.284Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 166 | 2026-08-26T21:20:35.614Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 167 | 2026-08-26T21:20:37.685Z | Downloading crates ... |
| 168 | 2026-08-26T21:20:37.733Z | Downloaded dyn-clone v1.0.20 |
| 169 | 2026-08-26T21:20:37.751Z | Downloaded aho-corasick v1.1.4 |
| 170 | 2026-08-26T21:20:37.759Z | Downloaded ref-cast-impl v1.0.25 |
| 171 | 2026-08-26T21:20:37.767Z | Downloaded serde v1.0.228 |
| 172 | 2026-08-26T21:20:37.777Z | Downloaded postcard v1.1.3 |
| 173 | 2026-08-26T21:20:37.788Z | Downloaded strsim v0.11.1 |
| 174 | 2026-08-26T21:20:37.788Z | Downloaded embedded-io v0.4.0 |
| 175 | 2026-08-26T21:20:37.788Z | Downloaded darling_core v0.23.0 |
| 176 | 2026-08-26T21:20:37.795Z | Downloaded embedded-io v0.6.1 |
| 177 | 2026-08-26T21:20:37.804Z | Downloaded defmt-parser v1.0.0 |
| 178 | 2026-08-26T21:20:37.815Z | Downloaded cfg-if v1.0.4 |
| 179 | 2026-08-26T21:20:37.815Z | Downloaded either v1.16.0 |
| 180 | 2026-08-26T21:20:37.815Z | Downloaded ingot v0.2.0 |
| 181 | 2026-08-26T21:20:37.820Z | Downloaded ident_case v1.0.1 |
| 182 | 2026-08-26T21:20:37.821Z | Downloaded managed v0.8.0 |
| 183 | 2026-08-26T21:20:37.821Z | Downloaded defmt v0.3.100 |
| 184 | 2026-08-26T21:20:37.821Z | Downloaded version_check v0.9.5 |
| 185 | 2026-08-26T21:20:37.823Z | Downloaded cobs v0.3.0 |
| 186 | 2026-08-26T21:20:37.828Z | Downloaded macaddr v1.0.1 |
| 187 | 2026-08-26T21:20:37.828Z | Downloaded hash32 v0.3.1 |
| 188 | 2026-08-26T21:20:37.837Z | Downloaded darling_macro v0.23.0 |
| 189 | 2026-08-26T21:20:37.838Z | Downloaded ref-cast v1.0.25 |
| 190 | 2026-08-26T21:20:37.846Z | Downloaded thiserror-impl v2.0.18 |
| 191 | 2026-08-26T21:20:37.846Z | Downloaded defmt-macros v1.1.1 |
| 192 | 2026-08-26T21:20:37.849Z | Downloaded thiserror v2.0.18 |
| 193 | 2026-08-26T21:20:37.857Z | Downloaded stable_deref_trait v1.2.1 |
| 194 | 2026-08-26T21:20:37.857Z | Downloaded quote v1.0.46 |
| 195 | 2026-08-26T21:20:37.865Z | Downloaded ingot-types v0.2.0 |
| 196 | 2026-08-26T21:20:37.865Z | Downloaded byteorder v1.5.0 |
| 197 | 2026-08-26T21:20:37.865Z | Downloaded syn v2.0.118 |
| 198 | 2026-08-26T21:20:37.883Z | Downloaded crc32fast v1.5.0 |
| 199 | 2026-08-26T21:20:37.887Z | Downloaded ingot-macros v0.2.0 |
| 200 | 2026-08-26T21:20:37.888Z | Downloaded bitflags v1.3.2 |
| 201 | 2026-08-26T21:20:37.891Z | Downloaded bitflags v2.13.0 |
| 202 | 2026-08-26T21:20:37.900Z | Downloaded defmt v1.1.1 |
| 203 | 2026-08-26T21:20:37.906Z | Downloaded unicode-ident v1.0.24 |
| 204 | 2026-08-26T21:20:37.906Z | Downloaded uuid v1.23.5 |
| 205 | 2026-08-26T21:20:37.906Z | Downloaded darling v0.23.0 |
| 206 | 2026-08-26T21:20:37.919Z | Downloaded serde_derive v1.0.228 |
| 207 | 2026-08-26T21:20:37.919Z | Downloaded serde_core v1.0.228 |
| 208 | 2026-08-26T21:20:37.919Z | Downloaded heapless v0.8.0 |
| 209 | 2026-08-26T21:20:37.923Z | Downloaded proc-macro2 v1.0.106 |
| 210 | 2026-08-26T21:20:37.928Z | Downloaded zerocopy-derive v0.8.54 |
| 211 | 2026-08-26T21:20:37.934Z | Downloaded memchr v2.8.3 |
| 212 | 2026-08-26T21:20:37.950Z | Downloaded regex v1.13.0 |
| 213 | 2026-08-26T21:20:37.955Z | Downloaded itertools v0.15.0 |
| 214 | 2026-08-26T21:20:37.982Z | Downloaded zerocopy v0.8.54 |
| 215 | 2026-08-26T21:20:38.002Z | Downloaded smoltcp v0.11.0 |
| 216 | 2026-08-26T21:20:38.005Z | Downloaded regex-syntax v0.8.11 |
| 217 | 2026-08-26T21:20:38.027Z | Downloaded regex-automata v0.4.15 |
| 218 | 2026-08-26T21:20:38.033Z | Updating crates.io index |
| 219 | 2026-08-26T21:20:38.090Z | Downloading crates ... |
| 220 | 2026-08-26T21:20:38.109Z | Downloaded getopts v0.2.24 |
| 221 | 2026-08-26T21:20:38.126Z | Downloaded rustc-demangle v0.1.28 |
| 222 | 2026-08-26T21:20:38.133Z | Downloaded foldhash v0.2.0 |
| 223 | 2026-08-26T21:20:38.133Z | Downloaded addr2line v0.27.0 |
| 224 | 2026-08-26T21:20:38.141Z | Downloaded memchr v2.7.6 |
| 225 | 2026-08-26T21:20:38.146Z | Downloaded miniz_oxide v0.9.1 |
| 226 | 2026-08-26T21:20:38.153Z | Downloaded object v0.39.1 |
| 227 | 2026-08-26T21:20:38.159Z | Downloaded adler2 v2.0.1 |
| 228 | 2026-08-26T21:20:38.207Z | Downloaded hashbrown v0.17.1 |
| 229 | 2026-08-26T21:20:38.207Z | Downloaded rustc-literal-escaper v0.0.8 |
| 230 | 2026-08-26T21:20:38.214Z | Downloaded gimli v0.34.0 |
| 231 | 2026-08-26T21:20:38.251Z | Downloaded libc v0.2.185 |
| 232 | 2026-08-26T21:20:38.304Z | 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) |
| 233 | 2026-08-26T21:20:38.305Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 234 | 2026-08-26T21:20:38.305Z | Compiling proc-macro2 v1.0.106 |
| 235 | 2026-08-26T21:20:38.305Z | Compiling unicode-ident v1.0.24 |
| 236 | 2026-08-26T21:20:38.305Z | Compiling quote v1.0.46 |
| 237 | 2026-08-26T21:20:38.312Z | Compiling serde_core v1.0.228 |
| 238 | 2026-08-26T21:20:38.312Z | Compiling strsim v0.11.1 |
| 239 | 2026-08-26T21:20:38.312Z | Compiling ident_case v1.0.1 |
| 240 | 2026-08-26T21:20:38.492Z | Compiling memchr v2.8.3 |
| 241 | 2026-08-26T21:20:38.501Z | Compiling regex-syntax v0.8.11 |
| 242 | 2026-08-26T21:20:38.775Z | Compiling serde v1.0.228 |
| 243 | 2026-08-26T21:20:38.788Z | Compiling thiserror v2.0.18 |
| 244 | 2026-08-26T21:20:38.822Z | Compiling either v1.16.0 |
| 245 | 2026-08-26T21:20:38.892Z | Compiling aho-corasick v1.1.4 |
| 246 | 2026-08-26T21:20:39.019Z | Compiling zerocopy v0.8.54 |
| 247 | 2026-08-26T21:20:39.160Z | Compiling itertools v0.15.0 |
| 248 | 2026-08-26T21:20:39.203Z | Compiling heapless v0.8.0 |
| 249 | 2026-08-26T21:20:39.536Z | Compiling syn v2.0.118 |
| 250 | 2026-08-26T21:20:39.619Z | Compiling smoltcp v0.11.0 |
| 251 | 2026-08-26T21:20:39.640Z | Compiling ref-cast v1.0.25 |
| 252 | 2026-08-26T21:20:39.730Z | Compiling crc32fast v1.5.0 |
| 253 | 2026-08-26T21:20:40.041Z | Compiling regex-automata v0.4.15 |
| 254 | 2026-08-26T21:20:40.075Z | Compiling version_check v0.9.5 |
| 255 | 2026-08-26T21:20:40.447Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 256 | 2026-08-26T21:20:41.655Z | Compiling regex v1.13.0 |
| 257 | 2026-08-26T21:20:41.868Z | Compiling darling_core v0.23.0 |
| 258 | 2026-08-26T21:20:42.667Z | Compiling serde_derive v1.0.228 |
| 259 | 2026-08-26T21:20:42.667Z | Compiling zerocopy-derive v0.8.54 |
| 260 | 2026-08-26T21:20:42.667Z | Compiling thiserror-impl v2.0.18 |
| 261 | 2026-08-26T21:20:42.667Z | Compiling ref-cast-impl v1.0.25 |
| 262 | 2026-08-26T21:20:42.672Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 263 | 2026-08-26T21:20:44.033Z | Compiling darling_macro v0.23.0 |
| 264 | 2026-08-26T21:20:44.917Z | Compiling darling v0.23.0 |
| 265 | 2026-08-26T21:20:44.984Z | Compiling ingot-macros v0.2.0 |
| 266 | 2026-08-26T21:20:44.984Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 267 | 2026-08-26T21:20:50.115Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 268 | 2026-08-26T21:20:52.428Z | Checking byteorder v1.5.0 |
| 269 | 2026-08-26T21:20:52.428Z | Checking stable_deref_trait v1.2.1 |
| 270 | 2026-08-26T21:20:52.433Z | Checking cfg-if v1.0.4 |
| 271 | 2026-08-26T21:20:52.433Z | Checking macaddr v1.0.1 |
| 272 | 2026-08-26T21:20:52.434Z | Checking bitflags v1.3.2 |
| 273 | 2026-08-26T21:20:52.483Z | Checking managed v0.8.0 |
| 274 | 2026-08-26T21:20:52.509Z | Checking cobs v0.3.0 |
| 275 | 2026-08-26T21:20:52.588Z | Checking hash32 v0.3.1 |
| 276 | 2026-08-26T21:20:52.595Z | Checking dyn-clone v1.0.20 |
| 277 | 2026-08-26T21:20:52.625Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 278 | 2026-08-26T21:20:53.748Z | Checking bitflags v2.13.0 |
| 279 | 2026-08-26T21:20:53.748Z | Checking uuid v1.23.5 |
| 280 | 2026-08-26T21:20:53.892Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 281 | 2026-08-26T21:20:54.099Z | Checking postcard v1.1.3 |
| 282 | 2026-08-26T21:20:54.963Z | Checking ingot-types v0.2.0 |
| 283 | 2026-08-26T21:20:55.235Z | Checking ingot v0.2.0 |
| 284 | 2026-08-26T21:20:56.541Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 285 | 2026-08-26T21:20:58.023Z | error[E0308]: mismatched types |
| 286 | 2026-08-26T21:20:58.023Z | --> lib/opte/src/ddi/time.rs:69:21 |
| 287 | 2026-08-26T21:20:58.023Z | | |
| 288 | 2026-08-26T21:20:58.023Z | 69 | rhs.subsec_nanos()) as i64; |
| 289 | 2026-08-26T21:20:58.023Z | | ^^^^^^^^^^^^^^^^^^ expected `u64`, found `u32` |
| 290 | 2026-08-26T21:20:58.023Z | |
| 291 | 2026-08-26T21:20:58.036Z | error[E0277]: cannot add `u32` to `u64` |
| 292 | 2026-08-26T21:20:58.036Z | --> lib/opte/src/ddi/time.rs:68:65 |
| 293 | 2026-08-26T21:20:58.036Z | | |
| 294 | 2026-08-26T21:20:58.036Z | 68 | let new = self.inner - ((rhs.as_secs() * NANOS) + |
| 295 | 2026-08-26T21:20:58.036Z | | ----------------------- ^ no implementation for `u64 + u32` |
| 296 | 2026-08-26T21:20:58.036Z | 69 | rhs.subsec_nanos()) as i64; |
| 297 | 2026-08-26T21:20:58.036Z | | ------------------ |
| 298 | 2026-08-26T21:20:58.036Z | | |
| 299 | 2026-08-26T21:20:58.036Z | = help: the trait `core::ops::Add<u32>` is not implemented for `u64` |
| 300 | 2026-08-26T21:20:58.036Z | = help: the following other types implement trait `core::ops::Add<Rhs>`: |
| 301 | 2026-08-26T21:20:58.036Z | `&u64` implements `core::ops::Add<u64>` |
| 302 | 2026-08-26T21:20:58.036Z | `&u64` implements `core::ops::Add` |
| 303 | 2026-08-26T21:20:58.036Z | `u64` implements `core::ops::Add<&u64>` |
| 304 | 2026-08-26T21:20:58.036Z | `u64` implements `core::ops::Add<zerocopy::U64<O>>` |
| 305 | 2026-08-26T21:20:58.036Z | `u64` implements `core::ops::Add` |
| 306 | 2026-08-26T21:20:58.036Z | |
| 307 | 2026-08-26T21:20:59.341Z | Some errors have detailed explanations: E0277, E0308. |
| 308 | 2026-08-26T21:20:59.341Z | For more information about an error, try `rustc --explain E0277`. |
| 309 | 2026-08-26T21:20:59.391Z | error: could not compile `opte` (lib) due to 2 previous errors |
| 310 | 2026-08-26T21:20:59.510Z | |
| 311 | 2026-08-26T21:20:59.510Z | real 26.950013406 |
| 312 | 2026-08-26T21:20:59.510Z | user 1:06.042341569 |
| 313 | 2026-08-26T21:20:59.510Z | sys 9.526892418 |
| 314 | 2026-08-26T21:20:59.510Z | trap 0.021837888 |
| 315 | 2026-08-26T21:20:59.510Z | tflt 0.064600425 |
| 316 | 2026-08-26T21:20:59.510Z | dflt 0.176932611 |
| 317 | 2026-08-26T21:20:59.510Z | kflt 0.002623668 |
| 318 | 2026-08-26T21:20:59.510Z | lock 3:39.674119903 |
| 319 | 2026-08-26T21:20:59.511Z | slp 2:57.351446345 |
| 320 | 2026-08-26T21:20:59.511Z | lat 2.602179509 |
| 321 | 2026-08-26T21:20:59.511Z | stop 8.122161449 |
| 322 | 2026-08-26T21:20:59.527Z | process exited: duration 49989 ms, exit code 101 |
| |
| 323 | 2026-08-26T21:20:59.556Z | found 1 output files |
| 324 | 2026-08-26T21:20:59.556Z | uploading: /work/xde.conf (79 bytes) |
| 325 | 2026-08-26T21:21:00.580Z | uploaded: /work/xde.conf |
| 326 | 2026-08-26T21:21:00.588Z | upload error: rule "/work/debug/xde.dbg" required a match, but was not used |
| 327 | 2026-08-26T21:21:00.588Z | upload error: rule "/work/debug/xde.dbg.sha256" required a match, but was not used |
| 328 | 2026-08-26T21:21:00.588Z | upload error: rule "/work/debug/xde_link.dbg.so" required a match, but was not used |
| 329 | 2026-08-26T21:21:00.588Z | upload error: rule "/work/debug/xde_link.dbg.so.sha256" required a match, but was not used |
| 330 | 2026-08-26T21:21:00.588Z | upload error: rule "/work/release/xde" required a match, but was not used |
| 331 | 2026-08-26T21:21:00.588Z | upload error: rule "/work/release/xde.sha256" required a match, but was not used |
| 332 | 2026-08-26T21:21:00.588Z | upload error: rule "/work/release/xde_link.so" required a match, but was not used |
| 333 | 2026-08-26T21:21:00.588Z | upload error: rule "/work/release/xde_link.so.sha256" required a match, but was not used |
| 334 | 2026-08-26T21:21:00.588Z | upload error: rule "/work/test/loopback" required a match, but was not used |
| 335 | 2026-08-26T21:21:00.588Z | upload error: rule "/work/test/multicast_rx" required a match, but was not used |
| 336 | 2026-08-26T21:21:00.588Z | upload error: rule "/work/test/multicast_multi_sub" required a match, but was not used |
| 337 | 2026-08-26T21:21:00.589Z | upload error: rule "/work/test/multicast_validation" required a match, but was not used |
| 338 | 2026-08-26T21:21:00.589Z | upload error: rule "/work/test/multicast_source_filter" required a match, but was not used |
| 339 | 2026-08-26T21:21:00.589Z | upload error: rule "/work/test/multicast_multi_nexthop" required a match, but was not used |