|
|
|
| 1 | 2026-08-25T03:37:11.645Z | job assigned to worker 01M0VFV28DGC92VTNA2ARKER1F [factory aws, i-024ac04df999bdb1c] (queued for 56 s) |
| |
| 2 | 2026-08-25T03:37:18.496Z | starting task 0: "setup" |
| 3 | 2026-08-25T03:37:18.504Z | ++ uname -s |
| 4 | 2026-08-25T03:37:18.504Z | + kern=SunOS |
| 5 | 2026-08-25T03:37:18.504Z | + build_user=build |
| 6 | 2026-08-25T03:37:18.504Z | + build_uid=12345 |
| 7 | 2026-08-25T03:37:18.504Z | + work_dir=/work |
| 8 | 2026-08-25T03:37:18.504Z | + input_dir=/input |
| 9 | 2026-08-25T03:37:18.504Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-25T03:37:18.504Z | + case "$kern" in |
| 11 | 2026-08-25T03:37:18.504Z | + groupadd -g 12345 build |
| 12 | 2026-08-25T03:37:18.505Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-25T03:37:20.545Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-25T03:37:20.623Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-25T03:37:20.633Z | + home_fs=zfs |
| 16 | 2026-08-25T03:37:20.633Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-25T03:37:20.633Z | + mkdir -p /home/build |
| 18 | 2026-08-25T03:37:20.633Z | + chown build:build /home/build /work |
| 19 | 2026-08-25T03:37:22.615Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-25T03:37:22.760Z | process exited: duration 4099 ms, exit code 0 |
| |
| 21 | 2026-08-25T03:37:22.883Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-25T03:37:22.894Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-25T03:37:22.894Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-08-25T03:37:22.894Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-08-25T03:37:22.894Z | * rust toolchain channel = "1.97.1" |
| 26 | 2026-08-25T03:37:22.894Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-25T03:37:22.894Z | * rust toolchain profile = "default" |
| 28 | 2026-08-25T03:37:22.894Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-25T03:37:22.894Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-25T03:37:22.982Z | info: downloading installer |
| 31 | 2026-08-25T03:37:24.573Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-25T03:37:24.573Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-25T03:37:24.573Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-25T03:37:24.573Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-25T03:37:24.588Z | info: profile set to default |
| 36 | 2026-08-25T03:37:24.588Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-25T03:37:24.588Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-25T03:37:24.705Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-25T03:37:24.717Z | info: downloading 6 components |
| 40 | 2026-08-25T03:37:39.404Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-25T03:37:39.404Z | |
| 42 | 2026-08-25T03:37:39.432Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-25T03:37:39.432Z | |
| 44 | 2026-08-25T03:37:39.432Z | |
| 45 | 2026-08-25T03:37:39.433Z | Rust is installed now. Great! |
| 46 | 2026-08-25T03:37:39.433Z | |
| 47 | 2026-08-25T03:37:39.433Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-25T03:37:39.433Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-25T03:37:39.433Z | |
| 50 | 2026-08-25T03:37:39.433Z | To configure your current shell, you need to source |
| 51 | 2026-08-25T03:37:39.433Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-25T03:37:39.433Z | |
| 53 | 2026-08-25T03:37:39.433Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-25T03:37:39.434Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-25T03:37:39.434Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-25T03:37:39.434Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-25T03:37:39.434Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-25T03:37:39.434Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-25T03:37:39.434Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-25T03:37:39.434Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-25T03:37:39.434Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-25T03:37:39.505Z | + rustup --version |
| 63 | 2026-08-25T03:37:39.520Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-25T03:37:39.520Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-25T03:37:39.562Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-25T03:37:39.562Z | + cargo --version |
| 67 | 2026-08-25T03:37:39.573Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-25T03:37:39.574Z | + rustc --version |
| 69 | 2026-08-25T03:37:39.574Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-25T03:37:39.574Z | process exited: duration 16702 ms, exit code 0 |
| |
| 71 | 2026-08-25T03:37:39.600Z | starting task 2: "authentication" |
| 72 | 2026-08-25T03:37:39.621Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
| 73 | 2026-08-25T03:38:01.755Z | process exited: duration 22168 ms, exit code 0 |
| |
| 74 | 2026-08-25T03:38:01.764Z | starting task 3: "clone repository" |
| 75 | 2026-08-25T03:38:01.769Z | + mkdir -p /work/oxidecomputer/opte |
| 76 | 2026-08-25T03:38:01.773Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 77 | 2026-08-25T03:38:01.802Z | Cloning into '/work/oxidecomputer/opte'... |
| 78 | 2026-08-25T03:38:02.880Z | + cd /work/oxidecomputer/opte |
| 79 | 2026-08-25T03:38:02.883Z | + git fetch origin 39fef36e9da51b993e1bd1695ee5276195085b45 |
| 80 | 2026-08-25T03:38:03.161Z | From https://github.com/oxidecomputer/opte |
| 81 | 2026-08-25T03:38:03.161Z | * branch 39fef36e9da51b993e1bd1695ee5276195085b45 -> FETCH_HEAD |
| 82 | 2026-08-25T03:38:03.167Z | + [[ -n renovate/smoltcp-0.x ]] |
| 83 | 2026-08-25T03:38:03.171Z | ++ git branch --show-current |
| 84 | 2026-08-25T03:38:03.171Z | + current=master |
| 85 | 2026-08-25T03:38:03.171Z | + [[ master != renovate/smoltcp-0.x ]] |
| 86 | 2026-08-25T03:38:03.171Z | + git branch -f renovate/smoltcp-0.x 39fef36e9da51b993e1bd1695ee5276195085b45 |
| 87 | 2026-08-25T03:38:03.174Z | + git checkout -f renovate/smoltcp-0.x |
| 88 | 2026-08-25T03:38:03.190Z | Switched to branch 'renovate/smoltcp-0.x' |
| 89 | 2026-08-25T03:38:03.193Z | + git reset --hard 39fef36e9da51b993e1bd1695ee5276195085b45 |
| 90 | 2026-08-25T03:38:03.207Z | HEAD is now at 39fef36 Update Rust crate smoltcp to 0.14 |
| 91 | 2026-08-25T03:38:03.211Z | process exited: duration 1443 ms, exit code 0 |
| |
| 92 | 2026-08-25T03:38:03.218Z | starting task 4: "build" |
| 93 | 2026-08-25T03:38:03.222Z | + source .github/buildomat/common.sh |
| 94 | 2026-08-25T03:38:03.225Z | ++ rustup show active-toolchain |
| 95 | 2026-08-25T03:38:03.228Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 96 | 2026-08-25T03:38:03.229Z | ++ pushd xde |
| 97 | 2026-08-25T03:38:03.229Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 98 | 2026-08-25T03:38:03.229Z | ++ rustup show active-toolchain |
| 99 | 2026-08-25T03:38:03.234Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 100 | 2026-08-25T03:38:03.372Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 101 | 2026-08-25T03:38:03.376Z | info: downloading 6 components |
| 102 | 2026-08-25T03:38:17.395Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 103 | 2026-08-25T03:38:17.483Z | +++ rustup show active-toolchain -v |
| 104 | 2026-08-25T03:38:17.488Z | +++ +++ head -n 1 |
| 105 | 2026-08-25T03:38:17.488Z | cut '-d ' -f1 |
| 106 | 2026-08-25T03:38:17.539Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 107 | 2026-08-25T03:38:17.539Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 108 | 2026-08-25T03:38:17.539Z | ++ popd |
| 109 | 2026-08-25T03:38:17.548Z | /work/oxidecomputer/opte |
| 110 | 2026-08-25T03:38:17.548Z | + cargo --version |
| 111 | 2026-08-25T03:38:17.552Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 112 | 2026-08-25T03:38:17.552Z | + rustc --version |
| 113 | 2026-08-25T03:38:17.574Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 114 | 2026-08-25T03:38:17.577Z | + pushd bin/opteadm |
| 115 | 2026-08-25T03:38:17.577Z | /work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte |
| 116 | 2026-08-25T03:38:17.578Z | + header 'check style' |
| 117 | 2026-08-25T03:38:17.578Z | + echo '# ==== check style ==== #' |
| 118 | 2026-08-25T03:38:17.578Z | # ==== check style ==== # |
| 119 | 2026-08-25T03:38:17.578Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check |
| 120 | 2026-08-25T03:38:17.648Z | |
| 121 | 2026-08-25T03:38:17.648Z | real 0.070537378 |
| 122 | 2026-08-25T03:38:17.648Z | user 0.039943239 |
| 123 | 2026-08-25T03:38:17.648Z | sys 0.027396790 |
| 124 | 2026-08-25T03:38:17.648Z | trap 0.000018880 |
| 125 | 2026-08-25T03:38:17.658Z | tflt 0.000005950 |
| 126 | 2026-08-25T03:38:17.658Z | dflt 0.000001220 |
| 127 | 2026-08-25T03:38:17.658Z | kflt 0.000000000 |
| 128 | 2026-08-25T03:38:17.658Z | lock 0.031017262 |
| 129 | 2026-08-25T03:38:17.658Z | slp 0.050652136 |
| 130 | 2026-08-25T03:38:17.658Z | lat 0.000143430 |
| 131 | 2026-08-25T03:38:17.658Z | stop 0.000098020 |
| 132 | 2026-08-25T03:38:17.658Z | + header analyze |
| 133 | 2026-08-25T03:38:17.658Z | + echo '# ==== analyze ==== #' |
| 134 | 2026-08-25T03:38:17.658Z | # ==== analyze ==== # |
| 135 | 2026-08-25T03:38:17.658Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 136 | 2026-08-25T03:38:17.777Z | Updating crates.io index |
| 137 | 2026-08-25T03:38:17.782Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 138 | 2026-08-25T03:38:18.515Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 139 | 2026-08-25T03:38:19.078Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 140 | 2026-08-25T03:38:19.352Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 141 | 2026-08-25T03:38:19.738Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 142 | 2026-08-25T03:38:20.026Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 143 | 2026-08-25T03:38:20.348Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 144 | 2026-08-25T03:38:22.171Z | Downloading crates ... |
| 145 | 2026-08-25T03:38:22.210Z | Downloaded defmt v1.1.1 |
| 146 | 2026-08-25T03:38:22.238Z | Downloaded serde_derive v1.0.228 |
| 147 | 2026-08-25T03:38:22.238Z | Downloaded socket2 v0.6.4 |
| 148 | 2026-08-25T03:38:22.238Z | Downloaded thiserror-impl v2.0.18 |
| 149 | 2026-08-25T03:38:22.238Z | Downloaded anstream v1.0.0 |
| 150 | 2026-08-25T03:38:22.258Z | Downloaded cpufeatures v0.3.0 |
| 151 | 2026-08-25T03:38:22.258Z | Downloaded colored v3.1.1 |
| 152 | 2026-08-25T03:38:22.258Z | Downloaded foreign-types-macros v0.2.3 |
| 153 | 2026-08-25T03:38:22.258Z | Downloaded darling v0.23.0 |
| 154 | 2026-08-25T03:38:22.287Z | Downloaded embedded-io v0.6.1 |
| 155 | 2026-08-25T03:38:22.288Z | Downloaded cfg-if v1.0.4 |
| 156 | 2026-08-25T03:38:22.288Z | Downloaded clap_lex v1.1.0 |
| 157 | 2026-08-25T03:38:22.288Z | Downloaded cobs v0.3.0 |
| 158 | 2026-08-25T03:38:22.288Z | Downloaded cstr-argument v0.1.2 |
| 159 | 2026-08-25T03:38:22.288Z | Downloaded is_terminal_polyfill v1.70.2 |
| 160 | 2026-08-25T03:38:22.288Z | Downloaded proc-macro-crate v3.5.0 |
| 161 | 2026-08-25T03:38:22.312Z | Downloaded heck v0.5.0 |
| 162 | 2026-08-25T03:38:22.312Z | Downloaded darling_macro v0.23.0 |
| 163 | 2026-08-25T03:38:22.312Z | Downloaded anstyle-query v1.1.5 |
| 164 | 2026-08-25T03:38:22.312Z | Downloaded equivalent v1.0.2 |
| 165 | 2026-08-25T03:38:22.312Z | Downloaded foreign-types v0.5.0 |
| 166 | 2026-08-25T03:38:22.312Z | Downloaded foreign-types-shared v0.3.1 |
| 167 | 2026-08-25T03:38:22.312Z | Downloaded version_check v0.9.5 |
| 168 | 2026-08-25T03:38:22.313Z | Downloaded anstyle v1.0.14 |
| 169 | 2026-08-25T03:38:22.313Z | Downloaded bitflags v1.3.2 |
| 170 | 2026-08-25T03:38:22.313Z | Downloaded hash32 v0.3.1 |
| 171 | 2026-08-25T03:38:22.313Z | Downloaded strsim v0.11.1 |
| 172 | 2026-08-25T03:38:22.313Z | Downloaded tabwriter v1.4.1 |
| 173 | 2026-08-25T03:38:22.313Z | Downloaded utf8parse v0.2.2 |
| 174 | 2026-08-25T03:38:22.313Z | Downloaded macaddr v1.0.1 |
| 175 | 2026-08-25T03:38:22.313Z | Downloaded defmt-parser v1.0.0 |
| 176 | 2026-08-25T03:38:22.313Z | Downloaded embedded-io v0.4.0 |
| 177 | 2026-08-25T03:38:22.346Z | Downloaded errno v0.3.14 |
| 178 | 2026-08-25T03:38:22.346Z | Downloaded pretty-hex v0.4.2 |
| 179 | 2026-08-25T03:38:22.382Z | Downloaded stable_deref_trait v1.2.1 |
| 180 | 2026-08-25T03:38:22.382Z | Downloaded ref-cast v1.0.25 |
| 181 | 2026-08-25T03:38:22.382Z | Downloaded managed v0.8.0 |
| 182 | 2026-08-25T03:38:22.382Z | Downloaded terminal_size v0.4.4 |
| 183 | 2026-08-25T03:38:22.382Z | Downloaded colorchoice v1.0.5 |
| 184 | 2026-08-25T03:38:22.382Z | Downloaded ident_case v1.0.1 |
| 185 | 2026-08-25T03:38:22.382Z | Downloaded ipnetwork v0.21.1 |
| 186 | 2026-08-25T03:38:22.382Z | Downloaded anstyle-parse v1.0.0 |
| 187 | 2026-08-25T03:38:22.382Z | Downloaded either v1.16.0 |
| 188 | 2026-08-25T03:38:22.382Z | Downloaded defmt-macros v1.1.1 |
| 189 | 2026-08-25T03:38:22.409Z | Downloaded num_enum v0.7.6 |
| 190 | 2026-08-25T03:38:22.409Z | Downloaded rustversion v1.0.23 |
| 191 | 2026-08-25T03:38:22.409Z | Downloaded ingot-types v0.2.0 |
| 192 | 2026-08-25T03:38:22.410Z | Downloaded num_enum_derive v0.7.6 |
| 193 | 2026-08-25T03:38:22.410Z | Downloaded quote v1.0.46 |
| 194 | 2026-08-25T03:38:22.410Z | Downloaded ref-cast-impl v1.0.25 |
| 195 | 2026-08-25T03:38:22.410Z | Downloaded rand_core v0.10.1 |
| 196 | 2026-08-25T03:38:22.410Z | Downloaded ingot v0.2.0 |
| 197 | 2026-08-25T03:38:22.410Z | Downloaded chacha20 v0.10.1 |
| 198 | 2026-08-25T03:38:22.410Z | Downloaded clap_derive v4.6.1 |
| 199 | 2026-08-25T03:38:22.410Z | Downloaded unicode-ident v1.0.24 |
| 200 | 2026-08-25T03:38:22.410Z | Downloaded byteorder v1.5.0 |
| 201 | 2026-08-25T03:38:22.410Z | Downloaded dyn-clone v1.0.20 |
| 202 | 2026-08-25T03:38:22.443Z | Downloaded thiserror v2.0.18 |
| 203 | 2026-08-25T03:38:22.443Z | Downloaded ingot-macros v0.2.0 |
| 204 | 2026-08-25T03:38:22.443Z | Downloaded oxnet v0.1.6 |
| 205 | 2026-08-25T03:38:22.443Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 206 | 2026-08-25T03:38:22.443Z | Downloaded anyhow v1.0.103 |
| 207 | 2026-08-25T03:38:22.443Z | Downloaded pin-project-lite v0.2.17 |
| 208 | 2026-08-25T03:38:22.443Z | Downloaded tracing-attributes v0.1.31 |
| 209 | 2026-08-25T03:38:22.443Z | Downloaded once_cell v1.21.4 |
| 210 | 2026-08-25T03:38:22.443Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 211 | 2026-08-25T03:38:22.443Z | Downloaded darling_core v0.23.0 |
| 212 | 2026-08-25T03:38:22.471Z | Downloaded getrandom v0.4.3 |
| 213 | 2026-08-25T03:38:22.471Z | Downloaded clap v4.6.1 |
| 214 | 2026-08-25T03:38:22.471Z | Downloaded postcard v1.1.3 |
| 215 | 2026-08-25T03:38:22.472Z | Downloaded uuid v1.23.5 |
| 216 | 2026-08-25T03:38:22.472Z | Downloaded serde_core v1.0.228 |
| 217 | 2026-08-25T03:38:22.472Z | Downloaded tracing-core v0.1.36 |
| 218 | 2026-08-25T03:38:22.493Z | Downloaded bitflags v2.13.0 |
| 219 | 2026-08-25T03:38:22.493Z | Downloaded proc-macro2 v1.0.106 |
| 220 | 2026-08-25T03:38:22.510Z | Downloaded serde v1.0.228 |
| 221 | 2026-08-25T03:38:22.510Z | Downloaded toml_edit v0.25.12+spec-1.1.0 |
| 222 | 2026-08-25T03:38:22.510Z | Downloaded indexmap v2.14.0 |
| 223 | 2026-08-25T03:38:22.510Z | Downloaded aho-corasick v1.1.4 |
| 224 | 2026-08-25T03:38:22.527Z | Downloaded zerocopy-derive v0.8.54 |
| 225 | 2026-08-25T03:38:22.527Z | Downloaded rand v0.10.2 |
| 226 | 2026-08-25T03:38:22.546Z | Downloaded memchr v2.8.3 |
| 227 | 2026-08-25T03:38:22.546Z | Downloaded heapless v0.9.3 |
| 228 | 2026-08-25T03:38:22.569Z | Downloaded hashbrown v0.17.1 |
| 229 | 2026-08-25T03:38:22.659Z | Downloaded itertools v0.15.0 |
| 230 | 2026-08-25T03:38:22.659Z | Downloaded regex v1.13.0 |
| 231 | 2026-08-25T03:38:22.669Z | Downloaded winnow v1.0.3 |
| 232 | 2026-08-25T03:38:22.669Z | Downloaded clap_builder v4.6.0 |
| 233 | 2026-08-25T03:38:22.669Z | Downloaded regex-automata v0.4.15 |
| 234 | 2026-08-25T03:38:22.669Z | Downloaded unicode-width v0.2.2 |
| 235 | 2026-08-25T03:38:22.669Z | Downloaded syn v1.0.109 |
| 236 | 2026-08-25T03:38:22.669Z | Downloaded zerocopy v0.8.54 |
| 237 | 2026-08-25T03:38:22.669Z | Downloaded syn v2.0.118 |
| 238 | 2026-08-25T03:38:22.669Z | Downloaded smoltcp v0.14.0 |
| 239 | 2026-08-25T03:38:22.669Z | Downloaded regex-syntax v0.8.11 |
| 240 | 2026-08-25T03:38:22.705Z | Downloaded rustix v1.1.4 |
| 241 | 2026-08-25T03:38:22.735Z | Downloaded tracing v0.1.44 |
| 242 | 2026-08-25T03:38:22.736Z | Downloaded libc v0.2.186 |
| 243 | 2026-08-25T03:38:22.776Z | Compiling proc-macro2 v1.0.106 |
| 244 | 2026-08-25T03:38:22.776Z | Compiling unicode-ident v1.0.24 |
| 245 | 2026-08-25T03:38:22.789Z | Compiling quote v1.0.46 |
| 246 | 2026-08-25T03:38:22.789Z | Compiling serde_core v1.0.228 |
| 247 | 2026-08-25T03:38:22.789Z | Compiling libc v0.2.186 |
| 248 | 2026-08-25T03:38:22.790Z | Checking cfg-if v1.0.4 |
| 249 | 2026-08-25T03:38:22.790Z | Compiling ident_case v1.0.1 |
| 250 | 2026-08-25T03:38:22.790Z | Compiling memchr v2.8.3 |
| 251 | 2026-08-25T03:38:22.886Z | Compiling thiserror v2.0.18 |
| 252 | 2026-08-25T03:38:22.973Z | Compiling strsim v0.11.1 |
| 253 | 2026-08-25T03:38:22.973Z | Compiling regex-syntax v0.8.11 |
| 254 | 2026-08-25T03:38:23.204Z | Compiling anyhow v1.0.103 |
| 255 | 2026-08-25T03:38:23.233Z | Compiling aho-corasick v1.1.4 |
| 256 | 2026-08-25T03:38:23.387Z | Compiling equivalent v1.0.2 |
| 257 | 2026-08-25T03:38:23.433Z | Compiling serde v1.0.228 |
| 258 | 2026-08-25T03:38:23.463Z | Compiling winnow v1.0.3 |
| 259 | 2026-08-25T03:38:23.520Z | Compiling hashbrown v0.17.1 |
| 260 | 2026-08-25T03:38:23.625Z | Compiling either v1.16.0 |
| 261 | 2026-08-25T03:38:23.690Z | Compiling zerocopy v0.8.54 |
| 262 | 2026-08-25T03:38:23.743Z | Compiling itertools v0.15.0 |
| 263 | 2026-08-25T03:38:24.003Z | Compiling indexmap v2.14.0 |
| 264 | 2026-08-25T03:38:24.060Z | Checking byteorder v1.5.0 |
| 265 | 2026-08-25T03:38:24.206Z | Compiling syn v2.0.118 |
| 266 | 2026-08-25T03:38:24.218Z | Compiling heapless v0.9.3 |
| 267 | 2026-08-25T03:38:24.448Z | Compiling regex-automata v0.4.15 |
| 268 | 2026-08-25T03:38:24.506Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 269 | 2026-08-25T03:38:24.572Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 270 | 2026-08-25T03:38:24.590Z | Checking bitflags v2.13.0 |
| 271 | 2026-08-25T03:38:24.751Z | Checking hash32 v0.3.1 |
| 272 | 2026-08-25T03:38:24.758Z | Compiling syn v1.0.109 |
| 273 | 2026-08-25T03:38:24.788Z | Compiling rustversion v1.0.23 |
| 274 | 2026-08-25T03:38:24.860Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 275 | 2026-08-25T03:38:24.975Z | Checking macaddr v1.0.1 |
| 276 | 2026-08-25T03:38:25.066Z | Compiling smoltcp v0.14.0 |
| 277 | 2026-08-25T03:38:25.083Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 278 | 2026-08-25T03:38:25.084Z | Checking stable_deref_trait v1.2.1 |
| 279 | 2026-08-25T03:38:25.147Z | Checking managed v0.8.0 |
| 280 | 2026-08-25T03:38:25.162Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 281 | 2026-08-25T03:38:25.261Z | Checking bitflags v1.3.2 |
| 282 | 2026-08-25T03:38:25.319Z | Compiling version_check v0.9.5 |
| 283 | 2026-08-25T03:38:25.324Z | Compiling getrandom v0.4.3 |
| 284 | 2026-08-25T03:38:25.328Z | Checking rand_core v0.10.1 |
| 285 | 2026-08-25T03:38:25.355Z | Compiling ref-cast v1.0.25 |
| 286 | 2026-08-25T03:38:25.450Z | Compiling proc-macro-crate v3.5.0 |
| 287 | 2026-08-25T03:38:25.568Z | Compiling rustix v1.1.4 |
| 288 | 2026-08-25T03:38:25.580Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 289 | 2026-08-25T03:38:25.856Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 290 | 2026-08-25T03:38:25.890Z | Checking errno v0.3.14 |
| 291 | 2026-08-25T03:38:26.024Z | Checking cpufeatures v0.3.0 |
| 292 | 2026-08-25T03:38:26.055Z | Checking once_cell v1.21.4 |
| 293 | 2026-08-25T03:38:26.097Z | Compiling regex v1.13.0 |
| 294 | 2026-08-25T03:38:26.111Z | Checking foreign-types-shared v0.3.1 |
| 295 | 2026-08-25T03:38:26.200Z | Checking utf8parse v0.2.2 |
| 296 | 2026-08-25T03:38:26.242Z | Checking ipnetwork v0.21.1 |
| 297 | 2026-08-25T03:38:26.288Z | Checking unicode-width v0.2.2 |
| 298 | 2026-08-25T03:38:26.406Z | Checking anstyle-parse v1.0.0 |
| 299 | 2026-08-25T03:38:26.472Z | Checking tracing-core v0.1.36 |
| 300 | 2026-08-25T03:38:26.520Z | Checking tabwriter v1.4.1 |
| 301 | 2026-08-25T03:38:26.552Z | Checking cstr-argument v0.1.2 |
| 302 | 2026-08-25T03:38:26.651Z | Checking chacha20 v0.10.1 |
| 303 | 2026-08-25T03:38:26.848Z | Compiling darling_core v0.23.0 |
| 304 | 2026-08-25T03:38:26.962Z | Checking is_terminal_polyfill v1.70.2 |
| 305 | 2026-08-25T03:38:26.997Z | Checking anstyle-query v1.1.5 |
| 306 | 2026-08-25T03:38:27.049Z | Checking dyn-clone v1.0.20 |
| 307 | 2026-08-25T03:38:27.055Z | Checking anstyle v1.0.14 |
| 308 | 2026-08-25T03:38:27.077Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 309 | 2026-08-25T03:38:27.085Z | Checking colorchoice v1.0.5 |
| 310 | 2026-08-25T03:38:27.125Z | Checking pin-project-lite v0.2.17 |
| 311 | 2026-08-25T03:38:27.149Z | Checking pretty-hex v0.4.2 |
| 312 | 2026-08-25T03:38:27.212Z | Checking anstream v1.0.0 |
| 313 | 2026-08-25T03:38:27.245Z | Checking terminal_size v0.4.4 |
| 314 | 2026-08-25T03:38:27.283Z | Checking rand v0.10.2 |
| 315 | 2026-08-25T03:38:27.473Z | Checking uuid v1.23.5 |
| 316 | 2026-08-25T03:38:27.512Z | Checking socket2 v0.6.4 |
| 317 | 2026-08-25T03:38:27.512Z | Checking colored v3.1.1 |
| 318 | 2026-08-25T03:38:27.565Z | Compiling heck v0.5.0 |
| 319 | 2026-08-25T03:38:27.685Z | Checking oxnet v0.1.6 |
| 320 | 2026-08-25T03:38:27.772Z | Checking clap_lex v1.1.0 |
| 321 | 2026-08-25T03:38:27.846Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 322 | 2026-08-25T03:38:27.870Z | Checking clap_builder v4.6.0 |
| 323 | 2026-08-25T03:38:27.985Z | Compiling thiserror-impl v2.0.18 |
| 324 | 2026-08-25T03:38:28.092Z | Compiling serde_derive v1.0.228 |
| 325 | 2026-08-25T03:38:28.224Z | Compiling zerocopy-derive v0.8.54 |
| 326 | 2026-08-25T03:38:28.266Z | Compiling num_enum_derive v0.7.6 |
| 327 | 2026-08-25T03:38:28.561Z | Compiling foreign-types-macros v0.2.3 |
| 328 | 2026-08-25T03:38:28.803Z | Compiling ref-cast-impl v1.0.25 |
| 329 | 2026-08-25T03:38:28.991Z | Compiling darling_macro v0.23.0 |
| 330 | 2026-08-25T03:38:29.124Z | Checking foreign-types v0.5.0 |
| 331 | 2026-08-25T03:38:29.173Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 332 | 2026-08-25T03:38:29.196Z | Compiling tracing-attributes v0.1.31 |
| 333 | 2026-08-25T03:38:29.242Z | Checking num_enum v0.7.6 |
| 334 | 2026-08-25T03:38:29.275Z | Checking cobs v0.3.0 |
| 335 | 2026-08-25T03:38:29.405Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 336 | 2026-08-25T03:38:29.424Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 337 | 2026-08-25T03:38:29.503Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 338 | 2026-08-25T03:38:29.552Z | Compiling darling v0.23.0 |
| 339 | 2026-08-25T03:38:29.595Z | Compiling clap_derive v4.6.1 |
| 340 | 2026-08-25T03:38:29.631Z | Compiling ingot-macros v0.2.0 |
| 341 | 2026-08-25T03:38:29.642Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 342 | 2026-08-25T03:38:30.290Z | Checking tracing v0.1.44 |
| 343 | 2026-08-25T03:38:30.859Z | Checking postcard v1.1.3 |
| 344 | 2026-08-25T03:38:30.996Z | Checking clap v4.6.1 |
| 345 | 2026-08-25T03:38:32.130Z | Checking ingot-types v0.2.0 |
| 346 | 2026-08-25T03:38:32.402Z | Checking ingot v0.2.0 |
| 347 | 2026-08-25T03:38:33.689Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 348 | 2026-08-25T03:38:33.838Z | error[E0423]: expected function, tuple struct or tuple variant, found struct `smoltcp::wire::Ipv6Address` |
| 349 | 2026-08-25T03:38:33.839Z | --> crates/opte-api/src/ip.rs:914:20 |
| 350 | 2026-08-25T03:38:33.839Z | | |
| 351 | 2026-08-25T03:38:33.839Z | 914 | let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 352 | 2026-08-25T03:38:33.839Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 353 | 2026-08-25T03:38:33.839Z | | |
| 354 | 2026-08-25T03:38:33.839Z | --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/ip_addr.rs:168:0 |
| 355 | 2026-08-25T03:38:33.839Z | | |
| 356 | 2026-08-25T03:38:33.839Z | = note: `smoltcp::wire::Ipv6Address` defined here |
| 357 | 2026-08-25T03:38:33.839Z | help: you might have meant to use an associated function to build this type |
| 358 | 2026-08-25T03:38:33.839Z | | |
| 359 | 2026-08-25T03:38:33.839Z | 914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 360 | 2026-08-25T03:38:33.840Z | 914 + let sip6 = smoltcp::wire::Ipv6Address::new(_, _, _, _, _, _, _, _); |
| 361 | 2026-08-25T03:38:33.840Z | | |
| 362 | 2026-08-25T03:38:33.840Z | 914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 363 | 2026-08-25T03:38:33.840Z | 914 + let sip6 = smoltcp::wire::Ipv6Address::from_bits(_); |
| 364 | 2026-08-25T03:38:33.840Z | | |
| 365 | 2026-08-25T03:38:33.840Z | 914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 366 | 2026-08-25T03:38:33.840Z | 914 + let sip6 = smoltcp::wire::Ipv6Address::from_segments(_); |
| 367 | 2026-08-25T03:38:33.840Z | | |
| 368 | 2026-08-25T03:38:33.840Z | 914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 369 | 2026-08-25T03:38:33.840Z | 914 + let sip6 = smoltcp::wire::Ipv6Address::from_octets(_); |
| 370 | 2026-08-25T03:38:33.840Z | | |
| 371 | 2026-08-25T03:38:33.840Z | |
| 372 | 2026-08-25T03:38:34.024Z | error[E0119]: conflicting implementations of trait `core::convert::From<core::net::Ipv4Addr>` for type `ip::Ipv4Addr` |
| 373 | 2026-08-25T03:38:34.024Z | --> crates/opte-api/src/ip.rs:575:1 |
| 374 | 2026-08-25T03:38:34.024Z | | |
| 375 | 2026-08-25T03:38:34.024Z | 563 | impl From<core::net::Ipv4Addr> for Ipv4Addr { |
| 376 | 2026-08-25T03:38:34.024Z | | ------------------------------------------- first implementation here |
| 377 | 2026-08-25T03:38:34.024Z | ... |
| 378 | 2026-08-25T03:38:34.024Z | 575 | impl From<smoltcp::wire::Ipv4Address> for Ipv4Addr { |
| 379 | 2026-08-25T03:38:34.024Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv4Addr` |
| 380 | 2026-08-25T03:38:34.024Z | |
| 381 | 2026-08-25T03:38:34.024Z | error[E0119]: conflicting implementations of trait `core::convert::From<ip::Ipv4Addr>` for type `core::net::Ipv4Addr` |
| 382 | 2026-08-25T03:38:34.024Z | --> crates/opte-api/src/ip.rs:582:1 |
| 383 | 2026-08-25T03:38:34.024Z | | |
| 384 | 2026-08-25T03:38:34.025Z | 569 | impl From<Ipv4Addr> for core::net::Ipv4Addr { |
| 385 | 2026-08-25T03:38:34.025Z | | ------------------------------------------- first implementation here |
| 386 | 2026-08-25T03:38:34.025Z | ... |
| 387 | 2026-08-25T03:38:34.025Z | 582 | impl From<Ipv4Addr> for smoltcp::wire::Ipv4Address { |
| 388 | 2026-08-25T03:38:34.025Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `core::net::Ipv4Addr` |
| 389 | 2026-08-25T03:38:34.025Z | |
| 390 | 2026-08-25T03:38:34.025Z | error[E0119]: conflicting implementations of trait `core::convert::From<core::net::Ipv6Addr>` for type `ip::Ipv6Addr` |
| 391 | 2026-08-25T03:38:34.025Z | --> crates/opte-api/src/ip.rs:931:1 |
| 392 | 2026-08-25T03:38:34.025Z | | |
| 393 | 2026-08-25T03:38:34.025Z | 919 | impl From<core::net::Ipv6Addr> for Ipv6Addr { |
| 394 | 2026-08-25T03:38:34.025Z | | ------------------------------------------- first implementation here |
| 395 | 2026-08-25T03:38:34.025Z | ... |
| 396 | 2026-08-25T03:38:34.025Z | 931 | impl From<smoltcp::wire::Ipv6Address> for Ipv6Addr { |
| 397 | 2026-08-25T03:38:34.025Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv6Addr` |
| 398 | 2026-08-25T03:38:34.025Z | |
| 399 | 2026-08-25T03:38:34.025Z | error[E0119]: conflicting implementations of trait `core::convert::From<ip::Ipv6Addr>` for type `core::net::Ipv6Addr` |
| 400 | 2026-08-25T03:38:34.025Z | --> crates/opte-api/src/ip.rs:940:1 |
| 401 | 2026-08-25T03:38:34.025Z | | |
| 402 | 2026-08-25T03:38:34.025Z | 925 | impl From<Ipv6Addr> for core::net::Ipv6Addr { |
| 403 | 2026-08-25T03:38:34.025Z | | ------------------------------------------- first implementation here |
| 404 | 2026-08-25T03:38:34.025Z | ... |
| 405 | 2026-08-25T03:38:34.025Z | 940 | impl From<Ipv6Addr> for smoltcp::wire::Ipv6Address { |
| 406 | 2026-08-25T03:38:34.025Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `core::net::Ipv6Addr` |
| 407 | 2026-08-25T03:38:34.025Z | |
| 408 | 2026-08-25T03:38:34.114Z | error[E0599]: no method named `as_bytes` found for struct `core::net::Ipv4Addr` in the current scope |
| 409 | 2026-08-25T03:38:34.114Z | --> crates/opte-api/src/ip.rs:577:29 |
| 410 | 2026-08-25T03:38:34.114Z | | |
| 411 | 2026-08-25T03:38:34.114Z | 577 | let bytes = smolip4.as_bytes(); |
| 412 | 2026-08-25T03:38:34.114Z | | ^^^^^^^^ method not found in `core::net::Ipv4Addr` |
| 413 | 2026-08-25T03:38:34.114Z | |
| 414 | 2026-08-25T03:38:34.130Z | error[E0599]: no associated function or constant named `from_bytes` found for struct `core::net::Ipv4Addr` in the current scope |
| 415 | 2026-08-25T03:38:34.130Z | --> crates/opte-api/src/ip.rs:584:15 |
| 416 | 2026-08-25T03:38:34.130Z | | |
| 417 | 2026-08-25T03:38:34.130Z | 584 | Self::from_bytes(&ip) |
| 418 | 2026-08-25T03:38:34.130Z | | ^^^^^^^^^^ associated function or constant not found in `core::net::Ipv4Addr` |
| 419 | 2026-08-25T03:38:34.131Z | | |
| 420 | 2026-08-25T03:38:34.131Z | note: if you're trying to build a new `core::net::Ipv4Addr` consider using one of the following associated functions: |
| 421 | 2026-08-25T03:38:34.131Z | core::net::Ipv4Addr::new |
| 422 | 2026-08-25T03:38:34.131Z | core::net::Ipv4Addr::from_bits |
| 423 | 2026-08-25T03:38:34.131Z | core::net::Ipv4Addr::from_octets |
| 424 | 2026-08-25T03:38:34.131Z | core::net::parser::<impl core::net::Ipv4Addr>::parse_ascii |
| 425 | 2026-08-25T03:38:34.131Z | --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/ip_addr.rs:543:4 |
| 426 | 2026-08-25T03:38:34.131Z | --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/parser.rs:336:4 |
| 427 | 2026-08-25T03:38:34.131Z | help: there is an associated function `from_bits` with a similar name |
| 428 | 2026-08-25T03:38:34.131Z | | |
| 429 | 2026-08-25T03:38:34.131Z | 584 - Self::from_bytes(&ip) |
| 430 | 2026-08-25T03:38:34.131Z | 584 + Self::from_bits(&ip) |
| 431 | 2026-08-25T03:38:34.131Z | | |
| 432 | 2026-08-25T03:38:34.131Z | |
| 433 | 2026-08-25T03:38:34.131Z | error[E0599]: no method named `as_bytes` found for struct `core::net::Ipv6Addr` in the current scope |
| 434 | 2026-08-25T03:38:34.131Z | --> crates/opte-api/src/ip.rs:935:34 |
| 435 | 2026-08-25T03:38:34.132Z | | |
| 436 | 2026-08-25T03:38:34.132Z | 935 | let bytes: [u8; 16] = ip.as_bytes().try_into().unwrap(); |
| 437 | 2026-08-25T03:38:34.132Z | | ^^^^^^^^ method not found in `core::net::Ipv6Addr` |
| 438 | 2026-08-25T03:38:34.132Z | |
| 439 | 2026-08-25T03:38:34.132Z | error[E0599]: no associated function or constant named `from_bytes` found for struct `core::net::Ipv6Addr` in the current scope |
| 440 | 2026-08-25T03:38:34.132Z | --> crates/opte-api/src/ip.rs:943:15 |
| 441 | 2026-08-25T03:38:34.132Z | | |
| 442 | 2026-08-25T03:38:34.132Z | 943 | Self::from_bytes(&ip) |
| 443 | 2026-08-25T03:38:34.132Z | | ^^^^^^^^^^ associated function or constant not found in `core::net::Ipv6Addr` |
| 444 | 2026-08-25T03:38:34.132Z | | |
| 445 | 2026-08-25T03:38:34.132Z | note: if you're trying to build a new `core::net::Ipv6Addr` consider using one of the following associated functions: |
| 446 | 2026-08-25T03:38:34.132Z | core::net::Ipv6Addr::new |
| 447 | 2026-08-25T03:38:34.132Z | core::net::Ipv6Addr::from_bits |
| 448 | 2026-08-25T03:38:34.132Z | core::net::Ipv6Addr::from_segments |
| 449 | 2026-08-25T03:38:34.132Z | core::net::Ipv6Addr::from_octets |
| 450 | 2026-08-25T03:38:34.133Z | core::net::parser::<impl core::net::Ipv6Addr>::parse_ascii |
| 451 | 2026-08-25T03:38:34.133Z | --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/ip_addr.rs:1347:4 |
| 452 | 2026-08-25T03:38:34.133Z | --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/parser.rs:367:4 |
| 453 | 2026-08-25T03:38:34.133Z | help: there is an associated function `from_bits` with a similar name |
| 454 | 2026-08-25T03:38:34.133Z | | |
| 455 | 2026-08-25T03:38:34.133Z | 943 - Self::from_bytes(&ip) |
| 456 | 2026-08-25T03:38:34.133Z | 943 + Self::from_bits(&ip) |
| 457 | 2026-08-25T03:38:34.133Z | | |
| 458 | 2026-08-25T03:38:34.133Z | |
| 459 | 2026-08-25T03:38:34.532Z | Some errors have detailed explanations: E0119, E0423, E0599. |
| 460 | 2026-08-25T03:38:34.532Z | For more information about an error, try `rustc --explain E0119`. |
| 461 | 2026-08-25T03:38:34.571Z | error: could not compile `opte-api` (lib) due to 9 previous errors |
| 462 | 2026-08-25T03:38:34.651Z | |
| 463 | 2026-08-25T03:38:34.651Z | real 16.969594309 |
| 464 | 2026-08-25T03:38:34.651Z | user 51.413876653 |
| 465 | 2026-08-25T03:38:34.651Z | sys 12.279649708 |
| 466 | 2026-08-25T03:38:34.651Z | trap 0.040040053 |
| 467 | 2026-08-25T03:38:34.651Z | tflt 0.068113301 |
| 468 | 2026-08-25T03:38:34.651Z | dflt 0.141116256 |
| 469 | 2026-08-25T03:38:34.651Z | kflt 0.004777526 |
| 470 | 2026-08-25T03:38:34.678Z | lock 3:25.249451090 |
| 471 | 2026-08-25T03:38:34.678Z | slp 2:50.565828666 |
| 472 | 2026-08-25T03:38:34.678Z | lat 3.061566430 |
| 473 | 2026-08-25T03:38:34.678Z | stop 12.931096635 |
| 474 | 2026-08-25T03:38:34.678Z | process exited: duration 31404 ms, exit code 101 |
| |
| 475 | 2026-08-25T03:38:34.727Z | found 0 output files |
| 476 | 2026-08-25T03:38:34.727Z | upload error: rule "/work/debug/opteadm" required a match, but was not used |
| 477 | 2026-08-25T03:38:34.727Z | upload error: rule "/work/debug/opteadm.debug.sha256" required a match, but was not used |
| 478 | 2026-08-25T03:38:34.727Z | upload error: rule "/work/release/opteadm" required a match, but was not used |
| 479 | 2026-08-25T03:38:34.727Z | upload error: rule "/work/release/opteadm.release.sha256" required a match, but was not used |