|
|
|
| 1 | 2026-07-26T04:24:00.337Z | job assigned to worker 01KYEAKH13CDDFGQ85WFGVNPMC [factory aws, i-0661555bc12e14386] (queued for 56 s) |
| |
| 2 | 2026-07-26T04:24:06.751Z | starting task 0: "setup" |
| 3 | 2026-07-26T04:24:06.789Z | ++ uname -s |
| 4 | 2026-07-26T04:24:06.789Z | + kern=SunOS |
| 5 | 2026-07-26T04:24:06.789Z | + build_user=build |
| 6 | 2026-07-26T04:24:06.789Z | + build_uid=12345 |
| 7 | 2026-07-26T04:24:06.789Z | + work_dir=/work |
| 8 | 2026-07-26T04:24:06.789Z | + input_dir=/input |
| 9 | 2026-07-26T04:24:06.789Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-26T04:24:06.790Z | + case "$kern" in |
| 11 | 2026-07-26T04:24:06.790Z | + groupadd -g 12345 build |
| 12 | 2026-07-26T04:24:06.790Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-26T04:24:09.089Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-26T04:24:09.131Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-26T04:24:09.131Z | + home_fs=zfs |
| 16 | 2026-07-26T04:24:09.131Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-26T04:24:09.131Z | + mkdir -p /home/build |
| 18 | 2026-07-26T04:24:09.131Z | + chown build:build /home/build /work |
| 19 | 2026-07-26T04:24:10.665Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-26T04:24:10.671Z | process exited: duration 4078 ms, exit code 0 |
| |
| 21 | 2026-07-26T04:24:10.681Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-26T04:24:10.687Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-07-26T04:24:10.687Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-07-26T04:24:10.687Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-07-26T04:24:10.687Z | * rust toolchain profile = "default" |
| 26 | 2026-07-26T04:24:10.687Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-26T04:24:10.687Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-26T04:24:10.694Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-26T04:24:10.694Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-07-26T04:24:10.765Z | info: downloading installer |
| 31 | 2026-07-26T04:24:12.073Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-26T04:24:12.074Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-26T04:24:12.074Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-26T04:24:12.074Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-26T04:24:12.089Z | info: profile set to default |
| 36 | 2026-07-26T04:24:12.089Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-26T04:24:12.105Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-07-26T04:24:12.221Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-07-26T04:24:12.225Z | info: downloading 6 components |
| 40 | 2026-07-26T04:24:26.348Z | |
| 41 | 2026-07-26T04:24:26.348Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 42 | 2026-07-26T04:24:26.376Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-07-26T04:24:26.376Z | |
| 44 | 2026-07-26T04:24:26.379Z | |
| 45 | 2026-07-26T04:24:26.379Z | Rust is installed now. Great! |
| 46 | 2026-07-26T04:24:26.379Z | |
| 47 | 2026-07-26T04:24:26.380Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-26T04:24:26.380Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-26T04:24:26.380Z | |
| 50 | 2026-07-26T04:24:26.380Z | To configure your current shell, you need to source |
| 51 | 2026-07-26T04:24:26.380Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-26T04:24:26.380Z | |
| 53 | 2026-07-26T04:24:26.380Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-26T04:24:26.380Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-26T04:24:26.380Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-26T04:24:26.380Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-26T04:24:26.380Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-26T04:24:26.380Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-26T04:24:26.380Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-26T04:24:26.380Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-26T04:24:26.380Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-26T04:24:26.470Z | + rustup --version |
| 63 | 2026-07-26T04:24:26.476Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-26T04:24:26.481Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-26T04:24:26.497Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-07-26T04:24:26.501Z | + cargo --version |
| 67 | 2026-07-26T04:24:26.515Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-07-26T04:24:26.519Z | + rustc --version |
| 69 | 2026-07-26T04:24:26.537Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-07-26T04:24:26.541Z | process exited: duration 15858 ms, exit code 0 |
| |
| 71 | 2026-07-26T04:24:26.548Z | starting task 2: "authentication" |
| 72 | 2026-07-26T04:24:26.567Z | process exited: duration 18 ms, exit code 0 |
| |
| 73 | 2026-07-26T04:24:26.575Z | starting task 3: "clone repository" |
| 74 | 2026-07-26T04:24:26.579Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-26T04:24:26.579Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-26T04:24:26.609Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-26T04:24:27.490Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-26T04:24:27.490Z | + git fetch origin b8b23b946ff2841cc7e0be7cda9a60f9913d886f |
| 79 | 2026-07-26T04:24:27.766Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-26T04:24:27.767Z | * branch b8b23b946ff2841cc7e0be7cda9a60f9913d886f -> FETCH_HEAD |
| 81 | 2026-07-26T04:24:27.777Z | + [[ -n renovate/smoltcp-0.x ]] |
| 82 | 2026-07-26T04:24:27.777Z | ++ git branch --show-current |
| 83 | 2026-07-26T04:24:27.777Z | + current=master |
| 84 | 2026-07-26T04:24:27.777Z | + [[ master != renovate/smoltcp-0.x ]] |
| 85 | 2026-07-26T04:24:27.777Z | + git branch -f renovate/smoltcp-0.x b8b23b946ff2841cc7e0be7cda9a60f9913d886f |
| 86 | 2026-07-26T04:24:27.777Z | + git checkout -f renovate/smoltcp-0.x |
| 87 | 2026-07-26T04:24:27.777Z | Switched to branch 'renovate/smoltcp-0.x' |
| 88 | 2026-07-26T04:24:27.777Z | + git reset --hard b8b23b946ff2841cc7e0be7cda9a60f9913d886f |
| 89 | 2026-07-26T04:24:27.777Z | HEAD is now at b8b23b9 Update Rust crate smoltcp to 0.13 |
| 90 | 2026-07-26T04:24:27.777Z | process exited: duration 1173 ms, exit code 0 |
| |
| 91 | 2026-07-26T04:24:27.787Z | starting task 4: "build" |
| 92 | 2026-07-26T04:24:27.791Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-26T04:24:27.791Z | ++ rustup show active-toolchain |
| 94 | 2026-07-26T04:24:27.794Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-07-26T04:24:27.794Z | ++ pushd xde |
| 96 | 2026-07-26T04:24:27.794Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-07-26T04:24:27.794Z | ++ rustup show active-toolchain |
| 98 | 2026-07-26T04:24:27.798Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 99 | 2026-07-26T04:24:27.936Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 100 | 2026-07-26T04:24:27.940Z | info: downloading 6 components |
| 101 | 2026-07-26T04:24:43.738Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-07-26T04:24:43.834Z | +++ rustup show active-toolchain -v |
| 103 | 2026-07-26T04:24:43.837Z | +++ head -n 1 |
| 104 | 2026-07-26T04:24:43.837Z | +++ cut '-d ' -f1 |
| 105 | 2026-07-26T04:24:43.889Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 106 | 2026-07-26T04:24:43.889Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 107 | 2026-07-26T04:24:43.889Z | ++ popd |
| 108 | 2026-07-26T04:24:43.893Z | /work/oxidecomputer/opte |
| 109 | 2026-07-26T04:24:43.893Z | + cargo --version |
| 110 | 2026-07-26T04:24:43.899Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 111 | 2026-07-26T04:24:43.903Z | + rustc --version |
| 112 | 2026-07-26T04:24:43.921Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 113 | 2026-07-26T04:24:43.924Z | + pushd bin/opteadm |
| 114 | 2026-07-26T04:24:43.925Z | + header 'check style' |
| 115 | 2026-07-26T04:24:43.925Z | /work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte |
| 116 | 2026-07-26T04:24:43.925Z | + echo '# ==== check style ==== #' |
| 117 | 2026-07-26T04:24:43.925Z | # ==== check style ==== # |
| 118 | 2026-07-26T04:24:43.925Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check |
| 119 | 2026-07-26T04:24:43.997Z | |
| 120 | 2026-07-26T04:24:43.997Z | real 0.070096403 |
| 121 | 2026-07-26T04:24:43.997Z | user 0.038172057 |
| 122 | 2026-07-26T04:24:43.997Z | sys 0.029277670 |
| 123 | 2026-07-26T04:24:43.997Z | trap 0.000000340 |
| 124 | 2026-07-26T04:24:43.997Z | tflt 0.000002620 |
| 125 | 2026-07-26T04:24:43.998Z | dflt 0.000002280 |
| 126 | 2026-07-26T04:24:43.998Z | kflt 0.000000000 |
| 127 | 2026-07-26T04:24:43.998Z | lock 0.031148224 |
| 128 | 2026-07-26T04:24:43.998Z | slp 0.048834135 |
| 129 | 2026-07-26T04:24:43.998Z | lat 0.000803260 |
| 130 | 2026-07-26T04:24:43.998Z | stop 0.000101170 |
| 131 | 2026-07-26T04:24:44.001Z | + header analyze |
| 132 | 2026-07-26T04:24:44.001Z | + echo '# ==== analyze ==== #' |
| 133 | 2026-07-26T04:24:44.001Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 134 | 2026-07-26T04:24:44.001Z | # ==== analyze ==== # |
| 135 | 2026-07-26T04:24:44.129Z | Updating crates.io index |
| 136 | 2026-07-26T04:24:44.132Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-07-26T04:24:45.051Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-07-26T04:24:45.287Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 139 | 2026-07-26T04:24:45.534Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 140 | 2026-07-26T04:24:45.890Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 141 | 2026-07-26T04:24:46.109Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-07-26T04:24:46.344Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-07-26T04:24:48.145Z | Downloading crates ... |
| 144 | 2026-07-26T04:24:48.206Z | Downloaded byteorder v1.5.0 |
| 145 | 2026-07-26T04:24:48.210Z | Downloaded anstream v1.0.0 |
| 146 | 2026-07-26T04:24:48.214Z | Downloaded foreign-types-shared v0.3.1 |
| 147 | 2026-07-26T04:24:48.218Z | Downloaded clap_lex v1.1.0 |
| 148 | 2026-07-26T04:24:48.218Z | Downloaded cpufeatures v0.3.0 |
| 149 | 2026-07-26T04:24:48.218Z | Downloaded defmt-parser v1.0.0 |
| 150 | 2026-07-26T04:24:48.222Z | Downloaded equivalent v1.0.2 |
| 151 | 2026-07-26T04:24:48.225Z | Downloaded hash32 v0.3.1 |
| 152 | 2026-07-26T04:24:48.225Z | Downloaded heck v0.5.0 |
| 153 | 2026-07-26T04:24:48.229Z | Downloaded stable_deref_trait v1.2.1 |
| 154 | 2026-07-26T04:24:48.233Z | Downloaded chacha20 v0.10.1 |
| 155 | 2026-07-26T04:24:48.234Z | Downloaded darling v0.23.0 |
| 156 | 2026-07-26T04:24:48.238Z | Downloaded dyn-clone v1.0.20 |
| 157 | 2026-07-26T04:24:48.238Z | Downloaded cobs v0.3.0 |
| 158 | 2026-07-26T04:24:48.238Z | Downloaded ident_case v1.0.1 |
| 159 | 2026-07-26T04:24:48.244Z | Downloaded defmt v1.1.1 |
| 160 | 2026-07-26T04:24:48.248Z | Downloaded darling_macro v0.23.0 |
| 161 | 2026-07-26T04:24:48.251Z | Downloaded is_terminal_polyfill v1.70.2 |
| 162 | 2026-07-26T04:24:48.251Z | Downloaded clap v4.6.1 |
| 163 | 2026-07-26T04:24:48.255Z | Downloaded colorchoice v1.0.5 |
| 164 | 2026-07-26T04:24:48.259Z | Downloaded defmt v0.3.100 |
| 165 | 2026-07-26T04:24:48.259Z | Downloaded anyhow v1.0.103 |
| 166 | 2026-07-26T04:24:48.259Z | Downloaded foreign-types v0.5.0 |
| 167 | 2026-07-26T04:24:48.262Z | Downloaded anstyle-query v1.1.5 |
| 168 | 2026-07-26T04:24:48.262Z | Downloaded clap_builder v4.6.0 |
| 169 | 2026-07-26T04:24:48.265Z | Downloaded either v1.16.0 |
| 170 | 2026-07-26T04:24:48.266Z | Downloaded anstyle-parse v1.0.0 |
| 171 | 2026-07-26T04:24:48.266Z | Downloaded defmt-macros v1.1.1 |
| 172 | 2026-07-26T04:24:48.270Z | Downloaded errno v0.3.14 |
| 173 | 2026-07-26T04:24:48.270Z | Downloaded cstr-argument v0.1.2 |
| 174 | 2026-07-26T04:24:48.274Z | Downloaded pretty-hex v0.4.2 |
| 175 | 2026-07-26T04:24:48.274Z | Downloaded embedded-io v0.4.0 |
| 176 | 2026-07-26T04:24:48.274Z | Downloaded foreign-types-macros v0.2.3 |
| 177 | 2026-07-26T04:24:48.277Z | Downloaded cfg-if v1.0.4 |
| 178 | 2026-07-26T04:24:48.277Z | Downloaded embedded-io v0.6.1 |
| 179 | 2026-07-26T04:24:48.281Z | Downloaded tabwriter v1.4.1 |
| 180 | 2026-07-26T04:24:48.284Z | Downloaded utf8parse v0.2.2 |
| 181 | 2026-07-26T04:24:48.284Z | Downloaded bitflags v1.3.2 |
| 182 | 2026-07-26T04:24:48.287Z | Downloaded bitflags v2.13.0 |
| 183 | 2026-07-26T04:24:48.293Z | Downloaded terminal_size v0.4.4 |
| 184 | 2026-07-26T04:24:48.305Z | Downloaded strsim v0.11.1 |
| 185 | 2026-07-26T04:24:48.308Z | Downloaded managed v0.8.0 |
| 186 | 2026-07-26T04:24:48.312Z | Downloaded clap_derive v4.6.1 |
| 187 | 2026-07-26T04:24:48.315Z | Downloaded ref-cast-impl v1.0.25 |
| 188 | 2026-07-26T04:24:48.322Z | Downloaded ref-cast v1.0.25 |
| 189 | 2026-07-26T04:24:48.326Z | Downloaded macaddr v1.0.1 |
| 190 | 2026-07-26T04:24:48.326Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 191 | 2026-07-26T04:24:48.329Z | Downloaded ingot-macros v0.2.0 |
| 192 | 2026-07-26T04:24:48.329Z | Downloaded ingot-types v0.2.0 |
| 193 | 2026-07-26T04:24:48.332Z | Downloaded version_check v0.9.5 |
| 194 | 2026-07-26T04:24:48.333Z | Downloaded ingot v0.2.0 |
| 195 | 2026-07-26T04:24:48.333Z | Downloaded oxnet v0.1.6 |
| 196 | 2026-07-26T04:24:48.336Z | Downloaded rustversion v1.0.23 |
| 197 | 2026-07-26T04:24:48.336Z | Downloaded thiserror v2.0.18 |
| 198 | 2026-07-26T04:24:48.340Z | Downloaded thiserror-impl v2.0.18 |
| 199 | 2026-07-26T04:24:48.343Z | Downloaded anstyle v1.0.14 |
| 200 | 2026-07-26T04:24:48.347Z | Downloaded pin-project-lite v0.2.17 |
| 201 | 2026-07-26T04:24:48.350Z | Downloaded num_enum v0.7.6 |
| 202 | 2026-07-26T04:24:48.354Z | Downloaded num_enum_derive v0.7.6 |
| 203 | 2026-07-26T04:24:48.354Z | Downloaded proc-macro-crate v3.5.0 |
| 204 | 2026-07-26T04:24:48.359Z | Downloaded tracing-attributes v0.1.31 |
| 205 | 2026-07-26T04:24:48.368Z | Downloaded quote v1.0.46 |
| 206 | 2026-07-26T04:24:48.371Z | Downloaded rand_core v0.10.1 |
| 207 | 2026-07-26T04:24:48.375Z | Downloaded colored v3.1.1 |
| 208 | 2026-07-26T04:24:48.379Z | Downloaded ipnetwork v0.21.1 |
| 209 | 2026-07-26T04:24:48.379Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 210 | 2026-07-26T04:24:48.379Z | Downloaded unicode-ident v1.0.24 |
| 211 | 2026-07-26T04:24:48.383Z | Downloaded darling_core v0.23.0 |
| 212 | 2026-07-26T04:24:48.388Z | Downloaded postcard v1.1.3 |
| 213 | 2026-07-26T04:24:48.391Z | Downloaded once_cell v1.21.4 |
| 214 | 2026-07-26T04:24:48.407Z | Downloaded socket2 v0.6.4 |
| 215 | 2026-07-26T04:24:48.411Z | Downloaded serde_derive v1.0.228 |
| 216 | 2026-07-26T04:24:48.411Z | Downloaded getrandom v0.4.3 |
| 217 | 2026-07-26T04:24:48.423Z | Downloaded tracing-core v0.1.36 |
| 218 | 2026-07-26T04:24:48.432Z | Downloaded uuid v1.23.5 |
| 219 | 2026-07-26T04:24:48.435Z | Downloaded serde_core v1.0.228 |
| 220 | 2026-07-26T04:24:48.441Z | Downloaded proc-macro2 v1.0.106 |
| 221 | 2026-07-26T04:24:48.460Z | Downloaded toml_edit v0.25.12+spec-1.1.0 |
| 222 | 2026-07-26T04:24:48.473Z | Downloaded serde v1.0.228 |
| 223 | 2026-07-26T04:24:48.481Z | Downloaded indexmap v2.14.0 |
| 224 | 2026-07-26T04:24:48.485Z | Downloaded rand v0.10.2 |
| 225 | 2026-07-26T04:24:48.488Z | Downloaded zerocopy-derive v0.8.54 |
| 226 | 2026-07-26T04:24:48.493Z | Downloaded memchr v2.8.3 |
| 227 | 2026-07-26T04:24:48.496Z | Downloaded hashbrown v0.17.1 |
| 228 | 2026-07-26T04:24:48.496Z | Downloaded aho-corasick v1.1.4 |
| 229 | 2026-07-26T04:24:48.501Z | Downloaded heapless v0.9.3 |
| 230 | 2026-07-26T04:24:48.530Z | Downloaded regex v1.13.0 |
| 231 | 2026-07-26T04:24:48.539Z | Downloaded itertools v0.15.0 |
| 232 | 2026-07-26T04:24:48.561Z | Downloaded winnow v1.0.3 |
| 233 | 2026-07-26T04:24:48.603Z | Downloaded syn v1.0.109 |
| 234 | 2026-07-26T04:24:48.608Z | Downloaded unicode-width v0.2.2 |
| 235 | 2026-07-26T04:24:48.612Z | Downloaded zerocopy v0.8.54 |
| 236 | 2026-07-26T04:24:48.629Z | Downloaded syn v2.0.118 |
| 237 | 2026-07-26T04:24:48.650Z | Downloaded smoltcp v0.13.1 |
| 238 | 2026-07-26T04:24:48.657Z | Downloaded regex-syntax v0.8.11 |
| 239 | 2026-07-26T04:24:48.666Z | Downloaded rustix v1.1.4 |
| 240 | 2026-07-26T04:24:48.682Z | Downloaded tracing v0.1.44 |
| 241 | 2026-07-26T04:24:48.701Z | Downloaded regex-automata v0.4.15 |
| 242 | 2026-07-26T04:24:48.713Z | Downloaded libc v0.2.186 |
| 243 | 2026-07-26T04:24:48.775Z | Compiling proc-macro2 v1.0.106 |
| 244 | 2026-07-26T04:24:48.775Z | Compiling quote v1.0.46 |
| 245 | 2026-07-26T04:24:48.775Z | Compiling unicode-ident v1.0.24 |
| 246 | 2026-07-26T04:24:48.778Z | Compiling serde_core v1.0.228 |
| 247 | 2026-07-26T04:24:48.778Z | Compiling libc v0.2.186 |
| 248 | 2026-07-26T04:24:48.778Z | Checking cfg-if v1.0.4 |
| 249 | 2026-07-26T04:24:48.778Z | Compiling ident_case v1.0.1 |
| 250 | 2026-07-26T04:24:48.778Z | Compiling thiserror v2.0.18 |
| 251 | 2026-07-26T04:24:48.898Z | Compiling strsim v0.11.1 |
| 252 | 2026-07-26T04:24:48.965Z | Compiling memchr v2.8.3 |
| 253 | 2026-07-26T04:24:48.968Z | Compiling regex-syntax v0.8.11 |
| 254 | 2026-07-26T04:24:49.188Z | Compiling serde v1.0.228 |
| 255 | 2026-07-26T04:24:49.233Z | Compiling either v1.16.0 |
| 256 | 2026-07-26T04:24:49.385Z | Compiling aho-corasick v1.1.4 |
| 257 | 2026-07-26T04:24:49.428Z | Compiling equivalent v1.0.2 |
| 258 | 2026-07-26T04:24:49.480Z | Compiling winnow v1.0.3 |
| 259 | 2026-07-26T04:24:49.502Z | Compiling anyhow v1.0.103 |
| 260 | 2026-07-26T04:24:49.531Z | Compiling hashbrown v0.17.1 |
| 261 | 2026-07-26T04:24:49.538Z | Compiling zerocopy v0.8.54 |
| 262 | 2026-07-26T04:24:49.938Z | Compiling itertools v0.15.0 |
| 263 | 2026-07-26T04:24:50.050Z | Compiling syn v2.0.118 |
| 264 | 2026-07-26T04:24:50.105Z | Compiling indexmap v2.14.0 |
| 265 | 2026-07-26T04:24:50.116Z | Checking byteorder v1.5.0 |
| 266 | 2026-07-26T04:24:50.280Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 267 | 2026-07-26T04:24:50.505Z | Compiling regex-automata v0.4.15 |
| 268 | 2026-07-26T04:24:50.537Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 269 | 2026-07-26T04:24:50.709Z | Checking bitflags v2.13.0 |
| 270 | 2026-07-26T04:24:50.745Z | Compiling heapless v0.9.3 |
| 271 | 2026-07-26T04:24:50.834Z | Checking hash32 v0.3.1 |
| 272 | 2026-07-26T04:24:50.880Z | Checking stable_deref_trait v1.2.1 |
| 273 | 2026-07-26T04:24:50.943Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 274 | 2026-07-26T04:24:50.947Z | Compiling rustversion v1.0.23 |
| 275 | 2026-07-26T04:24:51.060Z | Compiling syn v1.0.109 |
| 276 | 2026-07-26T04:24:51.092Z | Checking macaddr v1.0.1 |
| 277 | 2026-07-26T04:24:51.201Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 278 | 2026-07-26T04:24:51.230Z | Compiling smoltcp v0.13.1 |
| 279 | 2026-07-26T04:24:51.317Z | Compiling getrandom v0.4.3 |
| 280 | 2026-07-26T04:24:51.394Z | Checking rand_core v0.10.1 |
| 281 | 2026-07-26T04:24:51.436Z | Checking bitflags v1.3.2 |
| 282 | 2026-07-26T04:24:51.497Z | Compiling proc-macro-crate v3.5.0 |
| 283 | 2026-07-26T04:24:51.525Z | Compiling rustix v1.1.4 |
| 284 | 2026-07-26T04:24:51.562Z | Checking managed v0.8.0 |
| 285 | 2026-07-26T04:24:51.580Z | Compiling version_check v0.9.5 |
| 286 | 2026-07-26T04:24:51.738Z | Compiling ref-cast v1.0.25 |
| 287 | 2026-07-26T04:24:51.798Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 288 | 2026-07-26T04:24:51.877Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 289 | 2026-07-26T04:24:52.049Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 290 | 2026-07-26T04:24:52.074Z | Checking errno v0.3.14 |
| 291 | 2026-07-26T04:24:52.080Z | Checking foreign-types-shared v0.3.1 |
| 292 | 2026-07-26T04:24:52.183Z | Compiling regex v1.13.0 |
| 293 | 2026-07-26T04:24:52.353Z | Checking unicode-width v0.2.2 |
| 294 | 2026-07-26T04:24:52.507Z | Checking ipnetwork v0.21.1 |
| 295 | 2026-07-26T04:24:52.563Z | Checking once_cell v1.21.4 |
| 296 | 2026-07-26T04:24:52.572Z | Checking utf8parse v0.2.2 |
| 297 | 2026-07-26T04:24:52.593Z | Checking cpufeatures v0.3.0 |
| 298 | 2026-07-26T04:24:52.654Z | Compiling darling_core v0.23.0 |
| 299 | 2026-07-26T04:24:52.661Z | Checking anstyle-parse v1.0.0 |
| 300 | 2026-07-26T04:24:52.676Z | Checking chacha20 v0.10.1 |
| 301 | 2026-07-26T04:24:52.729Z | Checking tracing-core v0.1.36 |
| 302 | 2026-07-26T04:24:52.799Z | Checking tabwriter v1.4.1 |
| 303 | 2026-07-26T04:24:52.868Z | Checking cstr-argument v0.1.2 |
| 304 | 2026-07-26T04:24:53.176Z | Checking pretty-hex v0.4.2 |
| 305 | 2026-07-26T04:24:53.183Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 306 | 2026-07-26T04:24:53.287Z | Checking anstyle-query v1.1.5 |
| 307 | 2026-07-26T04:24:53.295Z | Checking colorchoice v1.0.5 |
| 308 | 2026-07-26T04:24:53.321Z | Checking anstyle v1.0.14 |
| 309 | 2026-07-26T04:24:53.373Z | Checking dyn-clone v1.0.20 |
| 310 | 2026-07-26T04:24:53.385Z | Checking pin-project-lite v0.2.17 |
| 311 | 2026-07-26T04:24:53.396Z | Checking is_terminal_polyfill v1.70.2 |
| 312 | 2026-07-26T04:24:53.443Z | Checking terminal_size v0.4.4 |
| 313 | 2026-07-26T04:24:53.474Z | Checking rand v0.10.2 |
| 314 | 2026-07-26T04:24:53.492Z | Checking anstream v1.0.0 |
| 315 | 2026-07-26T04:24:53.531Z | Checking uuid v1.23.5 |
| 316 | 2026-07-26T04:24:53.666Z | Checking socket2 v0.6.4 |
| 317 | 2026-07-26T04:24:53.687Z | Checking oxnet v0.1.6 |
| 318 | 2026-07-26T04:24:53.770Z | Compiling heck v0.5.0 |
| 319 | 2026-07-26T04:24:53.862Z | Compiling thiserror-impl v2.0.18 |
| 320 | 2026-07-26T04:24:53.866Z | Compiling serde_derive v1.0.228 |
| 321 | 2026-07-26T04:24:53.908Z | Compiling zerocopy-derive v0.8.54 |
| 322 | 2026-07-26T04:24:53.928Z | Compiling num_enum_derive v0.7.6 |
| 323 | 2026-07-26T04:24:53.938Z | Compiling foreign-types-macros v0.2.3 |
| 324 | 2026-07-26T04:24:53.963Z | Compiling ref-cast-impl v1.0.25 |
| 325 | 2026-07-26T04:24:54.538Z | Checking foreign-types v0.5.0 |
| 326 | 2026-07-26T04:24:54.602Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 327 | 2026-07-26T04:24:54.626Z | Compiling tracing-attributes v0.1.31 |
| 328 | 2026-07-26T04:24:54.747Z | Compiling darling_macro v0.23.0 |
| 329 | 2026-07-26T04:24:54.898Z | Checking num_enum v0.7.6 |
| 330 | 2026-07-26T04:24:55.030Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 331 | 2026-07-26T04:24:55.182Z | Checking cobs v0.3.0 |
| 332 | 2026-07-26T04:24:55.197Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 333 | 2026-07-26T04:24:55.236Z | Checking clap_lex v1.1.0 |
| 334 | 2026-07-26T04:24:55.289Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 335 | 2026-07-26T04:24:55.322Z | Checking colored v3.1.1 |
| 336 | 2026-07-26T04:24:55.331Z | Compiling darling v0.23.0 |
| 337 | 2026-07-26T04:24:55.384Z | Checking clap_builder v4.6.0 |
| 338 | 2026-07-26T04:24:55.400Z | Compiling ingot-macros v0.2.0 |
| 339 | 2026-07-26T04:24:55.514Z | Compiling clap_derive v4.6.1 |
| 340 | 2026-07-26T04:24:55.774Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 341 | 2026-07-26T04:24:55.870Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 342 | 2026-07-26T04:24:55.898Z | Checking tracing v0.1.44 |
| 343 | 2026-07-26T04:24:56.875Z | Checking clap v4.6.1 |
| 344 | 2026-07-26T04:24:56.982Z | Checking postcard v1.1.3 |
| 345 | 2026-07-26T04:24:57.904Z | Checking ingot-types v0.2.0 |
| 346 | 2026-07-26T04:24:58.172Z | Checking ingot v0.2.0 |
| 347 | 2026-07-26T04:24:59.473Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 348 | 2026-07-26T04:24:59.641Z | error[E0423]: expected function, tuple struct or tuple variant, found struct `smoltcp::wire::Ipv6Address` |
| 349 | 2026-07-26T04:24:59.642Z | --> crates/opte-api/src/ip.rs:914:20 |
| 350 | 2026-07-26T04:24:59.642Z | | |
| 351 | 2026-07-26T04:24:59.642Z | 914 | let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 352 | 2026-07-26T04:24:59.642Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 353 | 2026-07-26T04:24:59.642Z | | |
| 354 | 2026-07-26T04:24:59.642Z | --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/ip_addr.rs:168:0 |
| 355 | 2026-07-26T04:24:59.642Z | | |
| 356 | 2026-07-26T04:24:59.642Z | = note: `smoltcp::wire::Ipv6Address` defined here |
| 357 | 2026-07-26T04:24:59.642Z | help: you might have meant to use an associated function to build this type |
| 358 | 2026-07-26T04:24:59.642Z | | |
| 359 | 2026-07-26T04:24:59.642Z | 914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 360 | 2026-07-26T04:24:59.642Z | 914 + let sip6 = smoltcp::wire::Ipv6Address::new(_, _, _, _, _, _, _, _); |
| 361 | 2026-07-26T04:24:59.642Z | | |
| 362 | 2026-07-26T04:24:59.642Z | 914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 363 | 2026-07-26T04:24:59.642Z | 914 + let sip6 = smoltcp::wire::Ipv6Address::from_bits(_); |
| 364 | 2026-07-26T04:24:59.642Z | | |
| 365 | 2026-07-26T04:24:59.642Z | 914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 366 | 2026-07-26T04:24:59.642Z | 914 + let sip6 = smoltcp::wire::Ipv6Address::from_segments(_); |
| 367 | 2026-07-26T04:24:59.642Z | | |
| 368 | 2026-07-26T04:24:59.642Z | 914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 369 | 2026-07-26T04:24:59.642Z | 914 + let sip6 = smoltcp::wire::Ipv6Address::from_octets(_); |
| 370 | 2026-07-26T04:24:59.642Z | | |
| 371 | 2026-07-26T04:24:59.642Z | |
| 372 | 2026-07-26T04:24:59.737Z | error[E0119]: conflicting implementations of trait `core::convert::From<core::net::Ipv4Addr>` for type `ip::Ipv4Addr` |
| 373 | 2026-07-26T04:24:59.737Z | --> crates/opte-api/src/ip.rs:575:1 |
| 374 | 2026-07-26T04:24:59.737Z | | |
| 375 | 2026-07-26T04:24:59.737Z | 563 | impl From<core::net::Ipv4Addr> for Ipv4Addr { |
| 376 | 2026-07-26T04:24:59.737Z | | ------------------------------------------- first implementation here |
| 377 | 2026-07-26T04:24:59.737Z | ... |
| 378 | 2026-07-26T04:24:59.737Z | 575 | impl From<smoltcp::wire::Ipv4Address> for Ipv4Addr { |
| 379 | 2026-07-26T04:24:59.737Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv4Addr` |
| 380 | 2026-07-26T04:24:59.737Z | |
| 381 | 2026-07-26T04:24:59.737Z | error[E0119]: conflicting implementations of trait `core::convert::From<ip::Ipv4Addr>` for type `core::net::Ipv4Addr` |
| 382 | 2026-07-26T04:24:59.737Z | --> crates/opte-api/src/ip.rs:582:1 |
| 383 | 2026-07-26T04:24:59.738Z | | |
| 384 | 2026-07-26T04:24:59.738Z | 569 | impl From<Ipv4Addr> for core::net::Ipv4Addr { |
| 385 | 2026-07-26T04:24:59.738Z | | ------------------------------------------- first implementation here |
| 386 | 2026-07-26T04:24:59.738Z | ... |
| 387 | 2026-07-26T04:24:59.738Z | 582 | impl From<Ipv4Addr> for smoltcp::wire::Ipv4Address { |
| 388 | 2026-07-26T04:24:59.738Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `core::net::Ipv4Addr` |
| 389 | 2026-07-26T04:24:59.738Z | |
| 390 | 2026-07-26T04:24:59.738Z | error[E0119]: conflicting implementations of trait `core::convert::From<core::net::Ipv6Addr>` for type `ip::Ipv6Addr` |
| 391 | 2026-07-26T04:24:59.738Z | --> crates/opte-api/src/ip.rs:931:1 |
| 392 | 2026-07-26T04:24:59.738Z | | |
| 393 | 2026-07-26T04:24:59.738Z | 919 | impl From<core::net::Ipv6Addr> for Ipv6Addr { |
| 394 | 2026-07-26T04:24:59.738Z | | ------------------------------------------- first implementation here |
| 395 | 2026-07-26T04:24:59.738Z | ... |
| 396 | 2026-07-26T04:24:59.738Z | 931 | impl From<smoltcp::wire::Ipv6Address> for Ipv6Addr { |
| 397 | 2026-07-26T04:24:59.738Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv6Addr` |
| 398 | 2026-07-26T04:24:59.738Z | |
| 399 | 2026-07-26T04:24:59.745Z | error[E0119]: conflicting implementations of trait `core::convert::From<ip::Ipv6Addr>` for type `core::net::Ipv6Addr` |
| 400 | 2026-07-26T04:24:59.745Z | --> crates/opte-api/src/ip.rs:940:1 |
| 401 | 2026-07-26T04:24:59.745Z | | |
| 402 | 2026-07-26T04:24:59.745Z | 925 | impl From<Ipv6Addr> for core::net::Ipv6Addr { |
| 403 | 2026-07-26T04:24:59.745Z | | ------------------------------------------- first implementation here |
| 404 | 2026-07-26T04:24:59.745Z | ... |
| 405 | 2026-07-26T04:24:59.745Z | 940 | impl From<Ipv6Addr> for smoltcp::wire::Ipv6Address { |
| 406 | 2026-07-26T04:24:59.745Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `core::net::Ipv6Addr` |
| 407 | 2026-07-26T04:24:59.745Z | |
| 408 | 2026-07-26T04:24:59.880Z | error[E0599]: no method named `as_bytes` found for struct `core::net::Ipv4Addr` in the current scope |
| 409 | 2026-07-26T04:24:59.881Z | --> crates/opte-api/src/ip.rs:577:29 |
| 410 | 2026-07-26T04:24:59.881Z | | |
| 411 | 2026-07-26T04:24:59.881Z | 577 | let bytes = smolip4.as_bytes(); |
| 412 | 2026-07-26T04:24:59.881Z | | ^^^^^^^^ method not found in `core::net::Ipv4Addr` |
| 413 | 2026-07-26T04:24:59.881Z | |
| 414 | 2026-07-26T04:24:59.887Z | error[E0599]: no associated function or constant named `from_bytes` found for struct `core::net::Ipv4Addr` in the current scope |
| 415 | 2026-07-26T04:24:59.887Z | --> crates/opte-api/src/ip.rs:584:15 |
| 416 | 2026-07-26T04:24:59.887Z | | |
| 417 | 2026-07-26T04:24:59.887Z | 584 | Self::from_bytes(&ip) |
| 418 | 2026-07-26T04:24:59.887Z | | ^^^^^^^^^^ associated function or constant not found in `core::net::Ipv4Addr` |
| 419 | 2026-07-26T04:24:59.887Z | | |
| 420 | 2026-07-26T04:24:59.888Z | note: if you're trying to build a new `core::net::Ipv4Addr` consider using one of the following associated functions: |
| 421 | 2026-07-26T04:24:59.888Z | core::net::Ipv4Addr::new |
| 422 | 2026-07-26T04:24:59.888Z | core::net::Ipv4Addr::from_bits |
| 423 | 2026-07-26T04:24:59.888Z | core::net::Ipv4Addr::from_octets |
| 424 | 2026-07-26T04:24:59.888Z | core::net::parser::<impl core::net::Ipv4Addr>::parse_ascii |
| 425 | 2026-07-26T04:24:59.888Z | --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/ip_addr.rs:543:4 |
| 426 | 2026-07-26T04:24:59.888Z | --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/parser.rs:336:4 |
| 427 | 2026-07-26T04:24:59.888Z | help: there is an associated function `from_bits` with a similar name |
| 428 | 2026-07-26T04:24:59.888Z | | |
| 429 | 2026-07-26T04:24:59.888Z | 584 - Self::from_bytes(&ip) |
| 430 | 2026-07-26T04:24:59.888Z | 584 + Self::from_bits(&ip) |
| 431 | 2026-07-26T04:24:59.888Z | | |
| 432 | 2026-07-26T04:24:59.888Z | |
| 433 | 2026-07-26T04:24:59.901Z | error[E0599]: no method named `as_bytes` found for struct `core::net::Ipv6Addr` in the current scope |
| 434 | 2026-07-26T04:24:59.901Z | --> crates/opte-api/src/ip.rs:935:34 |
| 435 | 2026-07-26T04:24:59.901Z | | |
| 436 | 2026-07-26T04:24:59.901Z | 935 | let bytes: [u8; 16] = ip.as_bytes().try_into().unwrap(); |
| 437 | 2026-07-26T04:24:59.901Z | | ^^^^^^^^ method not found in `core::net::Ipv6Addr` |
| 438 | 2026-07-26T04:24:59.901Z | |
| 439 | 2026-07-26T04:24:59.910Z | error[E0599]: no associated function or constant named `from_bytes` found for struct `core::net::Ipv6Addr` in the current scope |
| 440 | 2026-07-26T04:24:59.910Z | --> crates/opte-api/src/ip.rs:943:15 |
| 441 | 2026-07-26T04:24:59.910Z | | |
| 442 | 2026-07-26T04:24:59.910Z | 943 | Self::from_bytes(&ip) |
| 443 | 2026-07-26T04:24:59.910Z | | ^^^^^^^^^^ associated function or constant not found in `core::net::Ipv6Addr` |
| 444 | 2026-07-26T04:24:59.910Z | | |
| 445 | 2026-07-26T04:24:59.910Z | note: if you're trying to build a new `core::net::Ipv6Addr` consider using one of the following associated functions: |
| 446 | 2026-07-26T04:24:59.910Z | core::net::Ipv6Addr::new |
| 447 | 2026-07-26T04:24:59.911Z | core::net::Ipv6Addr::from_bits |
| 448 | 2026-07-26T04:24:59.911Z | core::net::Ipv6Addr::from_segments |
| 449 | 2026-07-26T04:24:59.911Z | core::net::Ipv6Addr::from_octets |
| 450 | 2026-07-26T04:24:59.911Z | core::net::parser::<impl core::net::Ipv6Addr>::parse_ascii |
| 451 | 2026-07-26T04:24:59.911Z | --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/ip_addr.rs:1347:4 |
| 452 | 2026-07-26T04:24:59.911Z | --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/parser.rs:367:4 |
| 453 | 2026-07-26T04:24:59.911Z | help: there is an associated function `from_bits` with a similar name |
| 454 | 2026-07-26T04:24:59.911Z | | |
| 455 | 2026-07-26T04:24:59.911Z | 943 - Self::from_bytes(&ip) |
| 456 | 2026-07-26T04:24:59.911Z | 943 + Self::from_bits(&ip) |
| 457 | 2026-07-26T04:24:59.911Z | | |
| 458 | 2026-07-26T04:24:59.911Z | |
| 459 | 2026-07-26T04:25:00.292Z | Some errors have detailed explanations: E0119, E0423, E0599. |
| 460 | 2026-07-26T04:25:00.292Z | For more information about an error, try `rustc --explain E0119`. |
| 461 | 2026-07-26T04:25:00.320Z | error: could not compile `opte-api` (lib) due to 9 previous errors |
| 462 | 2026-07-26T04:25:00.423Z | |
| 463 | 2026-07-26T04:25:00.423Z | real 16.421708167 |
| 464 | 2026-07-26T04:25:00.423Z | user 52.050035879 |
| 465 | 2026-07-26T04:25:00.423Z | sys 12.666119133 |
| 466 | 2026-07-26T04:25:00.423Z | trap 0.048106099 |
| 467 | 2026-07-26T04:25:00.423Z | tflt 0.094561597 |
| 468 | 2026-07-26T04:25:00.423Z | dflt 0.158362351 |
| 469 | 2026-07-26T04:25:00.424Z | kflt 0.006416273 |
| 470 | 2026-07-26T04:25:00.424Z | lock 3:29.875040108 |
| 471 | 2026-07-26T04:25:00.424Z | slp 2:56.028910789 |
| 472 | 2026-07-26T04:25:00.424Z | lat 3.446951321 |
| 473 | 2026-07-26T04:25:00.424Z | stop 13.390671400 |
| 474 | 2026-07-26T04:25:00.428Z | process exited: duration 32640 ms, exit code 101 |
| |
| 475 | 2026-07-26T04:25:00.435Z | found 0 output files |
| 476 | 2026-07-26T04:25:00.439Z | upload error: rule "/work/debug/opteadm" required a match, but was not used |
| 477 | 2026-07-26T04:25:00.439Z | upload error: rule "/work/debug/opteadm.debug.sha256" required a match, but was not used |
| 478 | 2026-07-26T04:25:00.439Z | upload error: rule "/work/release/opteadm" required a match, but was not used |
| 479 | 2026-07-26T04:25:00.439Z | upload error: rule "/work/release/opteadm.release.sha256" required a match, but was not used |