|
|
|
| 1 | 2026-08-25T03:37:06.498Z | job assigned to worker 01M0VFV76K02NGX26HCM10RSZJ [factory aws, i-04001b1e128ba19ad] (queued for 55 s) |
| |
| 2 | 2026-08-25T03:37:13.252Z | starting task 0: "setup" |
| 3 | 2026-08-25T03:37:13.256Z | ++ uname -s |
| 4 | 2026-08-25T03:37:13.256Z | + kern=SunOS |
| 5 | 2026-08-25T03:37:13.256Z | + build_user=build |
| 6 | 2026-08-25T03:37:13.257Z | + build_uid=12345 |
| 7 | 2026-08-25T03:37:13.257Z | + work_dir=/work |
| 8 | 2026-08-25T03:37:13.257Z | + input_dir=/input |
| 9 | 2026-08-25T03:37:13.257Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-25T03:37:13.257Z | + case "$kern" in |
| 11 | 2026-08-25T03:37:13.257Z | + groupadd -g 12345 build |
| 12 | 2026-08-25T03:37:13.261Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-25T03:37:15.299Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-25T03:37:15.352Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-25T03:37:15.357Z | + home_fs=zfs |
| 16 | 2026-08-25T03:37:15.357Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-25T03:37:15.357Z | + mkdir -p /home/build |
| 18 | 2026-08-25T03:37:15.357Z | + chown build:build /home/build /work |
| 19 | 2026-08-25T03:37:17.356Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-25T03:37:17.360Z | process exited: duration 4108 ms, exit code 0 |
| |
| 21 | 2026-08-25T03:37:17.367Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-25T03:37:17.372Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-25T03:37:17.372Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-08-25T03:37:17.372Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-08-25T03:37:17.372Z | * rust toolchain channel = "1.97.1" |
| 26 | 2026-08-25T03:37:17.372Z | * rust toolchain profile = "default" |
| 27 | 2026-08-25T03:37:17.372Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-25T03:37:17.378Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-25T03:37:17.378Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-25T03:37:17.457Z | info: downloading installer |
| 31 | 2026-08-25T03:37:18.799Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-25T03:37:18.799Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-25T03:37:18.799Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-25T03:37:18.799Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-25T03:37:18.824Z | info: profile set to default |
| 36 | 2026-08-25T03:37:18.824Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-25T03:37:18.824Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-25T03:37:18.943Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-25T03:37:18.952Z | info: downloading 6 components |
| 40 | 2026-08-25T03:37:34.792Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-25T03:37:34.792Z | |
| 42 | 2026-08-25T03:37:34.820Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-25T03:37:34.820Z | |
| 44 | 2026-08-25T03:37:34.823Z | |
| 45 | 2026-08-25T03:37:34.824Z | Rust is installed now. Great! |
| 46 | 2026-08-25T03:37:34.824Z | |
| 47 | 2026-08-25T03:37:34.824Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-25T03:37:34.824Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-25T03:37:34.824Z | |
| 50 | 2026-08-25T03:37:34.824Z | To configure your current shell, you need to source |
| 51 | 2026-08-25T03:37:34.824Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-25T03:37:34.824Z | |
| 53 | 2026-08-25T03:37:34.824Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-25T03:37:34.824Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-25T03:37:34.824Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-25T03:37:34.824Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-25T03:37:34.824Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-25T03:37:34.824Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-25T03:37:34.824Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-25T03:37:34.824Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-25T03:37:34.825Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-25T03:37:34.909Z | + rustup --version |
| 63 | 2026-08-25T03:37:34.918Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-25T03:37:34.922Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-25T03:37:34.940Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-25T03:37:34.944Z | + cargo --version |
| 67 | 2026-08-25T03:37:34.959Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-25T03:37:34.965Z | + rustc --version |
| 69 | 2026-08-25T03:37:34.980Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-25T03:37:34.983Z | process exited: duration 17614 ms, exit code 0 |
| |
| 71 | 2026-08-25T03:37:35.055Z | starting task 2: "authentication" |
| 72 | 2026-08-25T03:37:35.068Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
| 73 | 2026-08-25T03:37:59.300Z | process exited: duration 24257 ms, exit code 0 |
| |
| 74 | 2026-08-25T03:37:59.307Z | starting task 3: "clone repository" |
| 75 | 2026-08-25T03:37:59.311Z | + mkdir -p /work/oxidecomputer/opte |
| 76 | 2026-08-25T03:37:59.315Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 77 | 2026-08-25T03:37:59.342Z | Cloning into '/work/oxidecomputer/opte'... |
| 78 | 2026-08-25T03:38:00.374Z | + cd /work/oxidecomputer/opte |
| 79 | 2026-08-25T03:38:00.378Z | + git fetch origin 39fef36e9da51b993e1bd1695ee5276195085b45 |
| 80 | 2026-08-25T03:38:00.645Z | From https://github.com/oxidecomputer/opte |
| 81 | 2026-08-25T03:38:00.645Z | * branch 39fef36e9da51b993e1bd1695ee5276195085b45 -> FETCH_HEAD |
| 82 | 2026-08-25T03:38:00.651Z | + [[ -n renovate/smoltcp-0.x ]] |
| 83 | 2026-08-25T03:38:00.654Z | ++ git branch --show-current |
| 84 | 2026-08-25T03:38:00.654Z | + current=master |
| 85 | 2026-08-25T03:38:00.654Z | + [[ master != renovate/smoltcp-0.x ]] |
| 86 | 2026-08-25T03:38:00.654Z | + git branch -f renovate/smoltcp-0.x 39fef36e9da51b993e1bd1695ee5276195085b45 |
| 87 | 2026-08-25T03:38:00.658Z | + git checkout -f renovate/smoltcp-0.x |
| 88 | 2026-08-25T03:38:00.673Z | Switched to branch 'renovate/smoltcp-0.x' |
| 89 | 2026-08-25T03:38:00.676Z | + git reset --hard 39fef36e9da51b993e1bd1695ee5276195085b45 |
| 90 | 2026-08-25T03:38:00.679Z | HEAD is now at 39fef36 Update Rust crate smoltcp to 0.14 |
| 91 | 2026-08-25T03:38:00.679Z | process exited: duration 1369 ms, exit code 0 |
| |
| 92 | 2026-08-25T03:38:00.686Z | starting task 4: "build" |
| 93 | 2026-08-25T03:38:00.690Z | + source .github/buildomat/common.sh |
| 94 | 2026-08-25T03:38:00.690Z | ++ rustup show active-toolchain |
| 95 | 2026-08-25T03:38:00.695Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 96 | 2026-08-25T03:38:00.699Z | ++ pushd xde |
| 97 | 2026-08-25T03:38:00.699Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 98 | 2026-08-25T03:38:00.699Z | ++ rustup show active-toolchain |
| 99 | 2026-08-25T03:38:00.702Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 100 | 2026-08-25T03:38:00.865Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 101 | 2026-08-25T03:38:00.870Z | info: downloading 6 components |
| 102 | 2026-08-25T03:38:15.451Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 103 | 2026-08-25T03:38:15.543Z | +++ rustup show active-toolchain -v |
| 104 | 2026-08-25T03:38:15.547Z | +++ head -n 1 |
| 105 | 2026-08-25T03:38:15.547Z | +++ cut '-d ' -f1 |
| 106 | 2026-08-25T03:38:15.598Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 107 | 2026-08-25T03:38:15.598Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 108 | 2026-08-25T03:38:15.598Z | ++ popd |
| 109 | 2026-08-25T03:38:15.602Z | /work/oxidecomputer/opte |
| 110 | 2026-08-25T03:38:15.602Z | + cargo --version |
| 111 | 2026-08-25T03:38:15.607Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 112 | 2026-08-25T03:38:15.611Z | + rustc --version |
| 113 | 2026-08-25T03:38:15.629Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 114 | 2026-08-25T03:38:15.636Z | + cd lib/opte |
| 115 | 2026-08-25T03:38:15.636Z | + header 'check style' |
| 116 | 2026-08-25T03:38:15.637Z | + echo '# ==== check style ==== #' |
| 117 | 2026-08-25T03:38:15.637Z | # ==== check style ==== # |
| 118 | 2026-08-25T03:38:15.637Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check |
| 119 | 2026-08-25T03:38:15.816Z | |
| 120 | 2026-08-25T03:38:15.816Z | real 0.183168427 |
| 121 | 2026-08-25T03:38:15.816Z | user 0.140525140 |
| 122 | 2026-08-25T03:38:15.816Z | sys 0.036486632 |
| 123 | 2026-08-25T03:38:15.816Z | trap 0.000008230 |
| 124 | 2026-08-25T03:38:15.817Z | tflt 0.000034620 |
| 125 | 2026-08-25T03:38:15.824Z | dflt 0.000008360 |
| 126 | 2026-08-25T03:38:15.824Z | kflt 0.000000000 |
| 127 | 2026-08-25T03:38:15.824Z | lock 0.031216260 |
| 128 | 2026-08-25T03:38:15.824Z | slp 0.163207188 |
| 129 | 2026-08-25T03:38:15.824Z | lat 0.000829510 |
| 130 | 2026-08-25T03:38:15.824Z | stop 0.000097630 |
| 131 | 2026-08-25T03:38:15.824Z | + header 'check docs' |
| 132 | 2026-08-25T03:38:15.824Z | + echo '# ==== check docs ==== #' |
| 133 | 2026-08-25T03:38:15.824Z | # ==== check docs ==== # |
| 134 | 2026-08-25T03:38:15.824Z | + RUSTDOCFLAGS='-D warnings' |
| 135 | 2026-08-25T03:38:15.825Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 136 | 2026-08-25T03:38:15.886Z | Updating crates.io index |
| 137 | 2026-08-25T03:38:15.890Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 138 | 2026-08-25T03:38:16.593Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 139 | 2026-08-25T03:38:17.180Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 140 | 2026-08-25T03:38:17.471Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 141 | 2026-08-25T03:38:17.891Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 142 | 2026-08-25T03:38:18.141Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 143 | 2026-08-25T03:38:18.489Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 144 | 2026-08-25T03:38:20.471Z | Downloading crates ... |
| 145 | 2026-08-25T03:38:20.525Z | Downloaded itoa v1.0.18 |
| 146 | 2026-08-25T03:38:20.529Z | Downloaded proc-macro2 v1.0.106 |
| 147 | 2026-08-25T03:38:20.529Z | Downloaded macaddr v1.0.1 |
| 148 | 2026-08-25T03:38:20.530Z | Downloaded hash32 v0.3.1 |
| 149 | 2026-08-25T03:38:20.533Z | Downloaded embedded-io v0.6.1 |
| 150 | 2026-08-25T03:38:20.536Z | Downloaded plain v0.2.3 |
| 151 | 2026-08-25T03:38:20.540Z | Downloaded memmap2 v0.9.11 |
| 152 | 2026-08-25T03:38:20.540Z | Downloaded serde_derive v1.0.228 |
| 153 | 2026-08-25T03:38:20.545Z | Downloaded scroll_derive v0.13.1 |
| 154 | 2026-08-25T03:38:20.550Z | Downloaded scroll v0.13.0 |
| 155 | 2026-08-25T03:38:20.554Z | Downloaded ingot-macros v0.2.0 |
| 156 | 2026-08-25T03:38:20.554Z | Downloaded pest_derive v2.8.7 |
| 157 | 2026-08-25T03:38:20.554Z | Downloaded quote v1.0.46 |
| 158 | 2026-08-25T03:38:20.559Z | Downloaded ingot-types v0.2.0 |
| 159 | 2026-08-25T03:38:20.559Z | Downloaded defmt-parser v1.0.0 |
| 160 | 2026-08-25T03:38:20.564Z | Downloaded ident_case v1.0.1 |
| 161 | 2026-08-25T03:38:20.564Z | Downloaded pretty-hex v0.4.2 |
| 162 | 2026-08-25T03:38:20.564Z | Downloaded darling_macro v0.23.0 |
| 163 | 2026-08-25T03:38:20.564Z | Downloaded dyn-clone v1.0.20 |
| 164 | 2026-08-25T03:38:20.564Z | Downloaded ref-cast v1.0.25 |
| 165 | 2026-08-25T03:38:20.564Z | Downloaded aho-corasick v1.1.4 |
| 166 | 2026-08-25T03:38:20.568Z | Downloaded embedded-io v0.4.0 |
| 167 | 2026-08-25T03:38:20.568Z | Downloaded bitflags v1.3.2 |
| 168 | 2026-08-25T03:38:20.573Z | Downloaded defmt-macros v1.1.1 |
| 169 | 2026-08-25T03:38:20.573Z | Downloaded byteorder v1.5.0 |
| 170 | 2026-08-25T03:38:20.573Z | Downloaded ipnetwork v0.21.1 |
| 171 | 2026-08-25T03:38:20.582Z | Downloaded strsim v0.11.1 |
| 172 | 2026-08-25T03:38:20.587Z | Downloaded usdt-attr-macro v0.6.0 |
| 173 | 2026-08-25T03:38:20.587Z | Downloaded managed v0.8.0 |
| 174 | 2026-08-25T03:38:20.587Z | Downloaded dof v0.4.0 |
| 175 | 2026-08-25T03:38:20.592Z | Downloaded cfg-if v1.0.4 |
| 176 | 2026-08-25T03:38:20.592Z | Downloaded ref-cast-impl v1.0.25 |
| 177 | 2026-08-25T03:38:20.596Z | Downloaded cobs v0.3.0 |
| 178 | 2026-08-25T03:38:20.601Z | Downloaded version_check v0.9.5 |
| 179 | 2026-08-25T03:38:20.604Z | Downloaded tabwriter v1.4.1 |
| 180 | 2026-08-25T03:38:20.611Z | Downloaded usdt v0.6.0 |
| 181 | 2026-08-25T03:38:20.615Z | Downloaded dtrace-parser v0.3.0 |
| 182 | 2026-08-25T03:38:20.619Z | Downloaded usdt-macro v0.6.0 |
| 183 | 2026-08-25T03:38:20.623Z | Downloaded stable_deref_trait v1.2.1 |
| 184 | 2026-08-25T03:38:20.623Z | Downloaded usdt-impl v0.6.0 |
| 185 | 2026-08-25T03:38:20.628Z | Downloaded darling v0.23.0 |
| 186 | 2026-08-25T03:38:20.631Z | Downloaded crc32fast v1.5.0 |
| 187 | 2026-08-25T03:38:20.676Z | Downloaded serde_tokenstream v0.2.3 |
| 188 | 2026-08-25T03:38:20.676Z | Downloaded thread-id v5.1.0 |
| 189 | 2026-08-25T03:38:20.676Z | Downloaded thiserror v2.0.18 |
| 190 | 2026-08-25T03:38:20.696Z | Downloaded pest_generator v2.8.7 |
| 191 | 2026-08-25T03:38:20.697Z | Downloaded either v1.16.0 |
| 192 | 2026-08-25T03:38:20.697Z | Downloaded ingot v0.2.0 |
| 193 | 2026-08-25T03:38:20.697Z | Downloaded pest_meta v2.8.7 |
| 194 | 2026-08-25T03:38:20.697Z | Downloaded defmt v1.1.1 |
| 195 | 2026-08-25T03:38:20.697Z | Downloaded postcard v1.1.3 |
| 196 | 2026-08-25T03:38:20.697Z | Downloaded zmij v1.0.22 |
| 197 | 2026-08-25T03:38:20.697Z | Downloaded thiserror-impl v2.0.18 |
| 198 | 2026-08-25T03:38:20.697Z | Downloaded bitflags v2.13.0 |
| 199 | 2026-08-25T03:38:20.706Z | Downloaded log v0.4.33 |
| 200 | 2026-08-25T03:38:20.706Z | Downloaded serde_core v1.0.228 |
| 201 | 2026-08-25T03:38:20.706Z | Downloaded ucd-trie v0.1.7 |
| 202 | 2026-08-25T03:38:20.707Z | Downloaded unicode-ident v1.0.24 |
| 203 | 2026-08-25T03:38:20.707Z | Downloaded heapless v0.8.0 |
| 204 | 2026-08-25T03:38:20.721Z | Downloaded darling_core v0.23.0 |
| 205 | 2026-08-25T03:38:20.736Z | Downloaded serde v1.0.228 |
| 206 | 2026-08-25T03:38:20.754Z | Downloaded memchr v2.8.3 |
| 207 | 2026-08-25T03:38:20.754Z | Downloaded zerocopy-derive v0.8.54 |
| 208 | 2026-08-25T03:38:20.766Z | Downloaded serde_json v1.0.150 |
| 209 | 2026-08-25T03:38:20.766Z | Downloaded pest v2.8.7 |
| 210 | 2026-08-25T03:38:20.779Z | Downloaded heapless v0.9.3 |
| 211 | 2026-08-25T03:38:20.791Z | Downloaded regex v1.13.0 |
| 212 | 2026-08-25T03:38:20.791Z | Downloaded itertools v0.15.0 |
| 213 | 2026-08-25T03:38:20.852Z | Downloaded goblin v0.10.7 |
| 214 | 2026-08-25T03:38:20.861Z | Downloaded unicode-width v0.2.2 |
| 215 | 2026-08-25T03:38:20.861Z | Downloaded zerocopy v0.8.54 |
| 216 | 2026-08-25T03:38:20.861Z | Downloaded syn v2.0.118 |
| 217 | 2026-08-25T03:38:20.870Z | Downloaded regex-syntax v0.8.11 |
| 218 | 2026-08-25T03:38:20.880Z | Downloaded smoltcp v0.14.0 |
| 219 | 2026-08-25T03:38:20.906Z | Downloaded regex-automata v0.4.15 |
| 220 | 2026-08-25T03:38:20.914Z | Downloaded libc v0.2.186 |
| 221 | 2026-08-25T03:38:21.012Z | Compiling proc-macro2 v1.0.106 |
| 222 | 2026-08-25T03:38:21.012Z | Compiling quote v1.0.46 |
| 223 | 2026-08-25T03:38:21.012Z | Compiling unicode-ident v1.0.24 |
| 224 | 2026-08-25T03:38:21.032Z | Documenting unicode-ident v1.0.24 |
| 225 | 2026-08-25T03:38:21.032Z | Compiling strsim v0.11.1 |
| 226 | 2026-08-25T03:38:21.032Z | Compiling ident_case v1.0.1 |
| 227 | 2026-08-25T03:38:21.032Z | Compiling serde_core v1.0.228 |
| 228 | 2026-08-25T03:38:21.135Z | Compiling memchr v2.8.3 |
| 229 | 2026-08-25T03:38:21.357Z | Compiling regex-syntax v0.8.11 |
| 230 | 2026-08-25T03:38:21.407Z | Checking byteorder v1.5.0 |
| 231 | 2026-08-25T03:38:21.419Z | Compiling zerocopy v0.8.54 |
| 232 | 2026-08-25T03:38:21.444Z | Compiling thiserror v2.0.18 |
| 233 | 2026-08-25T03:38:21.579Z | Documenting proc-macro2 v1.0.106 |
| 234 | 2026-08-25T03:38:21.711Z | Compiling aho-corasick v1.1.4 |
| 235 | 2026-08-25T03:38:21.814Z | Compiling serde v1.0.228 |
| 236 | 2026-08-25T03:38:22.049Z | Checking syn v2.0.118 |
| 237 | 2026-08-25T03:38:22.180Z | Documenting quote v1.0.46 |
| 238 | 2026-08-25T03:38:22.284Z | Documenting strsim v0.11.1 |
| 239 | 2026-08-25T03:38:22.689Z | Documenting syn v2.0.118 |
| 240 | 2026-08-25T03:38:22.773Z | Compiling either v1.16.0 |
| 241 | 2026-08-25T03:38:22.791Z | Compiling regex-automata v0.4.15 |
| 242 | 2026-08-25T03:38:22.975Z | Documenting ident_case v1.0.1 |
| 243 | 2026-08-25T03:38:23.179Z | Compiling itertools v0.15.0 |
| 244 | 2026-08-25T03:38:23.420Z | Checking hash32 v0.3.1 |
| 245 | 2026-08-25T03:38:23.434Z | Compiling heapless v0.9.3 |
| 246 | 2026-08-25T03:38:23.542Z | Checking stable_deref_trait v1.2.1 |
| 247 | 2026-08-25T03:38:23.647Z | Documenting memchr v2.8.3 |
| 248 | 2026-08-25T03:38:23.894Z | Checking bitflags v2.13.0 |
| 249 | 2026-08-25T03:38:24.033Z | Checking darling_core v0.23.0 |
| 250 | 2026-08-25T03:38:24.062Z | Documenting serde_core v1.0.228 |
| 251 | 2026-08-25T03:38:24.231Z | Documenting aho-corasick v1.1.4 |
| 252 | 2026-08-25T03:38:24.439Z | Compiling regex v1.13.0 |
| 253 | 2026-08-25T03:38:24.847Z | Documenting darling_core v0.23.0 |
| 254 | 2026-08-25T03:38:24.979Z | Documenting regex-syntax v0.8.11 |
| 255 | 2026-08-25T03:38:25.101Z | Checking cfg-if v1.0.4 |
| 256 | 2026-08-25T03:38:25.154Z | Checking macaddr v1.0.1 |
| 257 | 2026-08-25T03:38:25.314Z | Compiling smoltcp v0.14.0 |
| 258 | 2026-08-25T03:38:25.680Z | Documenting zerocopy-derive v0.8.54 |
| 259 | 2026-08-25T03:38:25.719Z | Compiling zerocopy-derive v0.8.54 |
| 260 | 2026-08-25T03:38:25.738Z | Compiling thiserror-impl v2.0.18 |
| 261 | 2026-08-25T03:38:25.830Z | Compiling serde_derive v1.0.228 |
| 262 | 2026-08-25T03:38:26.050Z | Documenting darling_macro v0.23.0 |
| 263 | 2026-08-25T03:38:26.147Z | Documenting regex-automata v0.4.15 |
| 264 | 2026-08-25T03:38:26.506Z | Documenting serde_derive v1.0.228 |
| 265 | 2026-08-25T03:38:26.582Z | Documenting thiserror-impl v2.0.18 |
| 266 | 2026-08-25T03:38:26.825Z | Compiling darling_macro v0.23.0 |
| 267 | 2026-08-25T03:38:27.114Z | Checking cobs v0.3.0 |
| 268 | 2026-08-25T03:38:27.248Z | Documenting byteorder v1.5.0 |
| 269 | 2026-08-25T03:38:27.255Z | Checking managed v0.8.0 |
| 270 | 2026-08-25T03:38:27.467Z | Checking bitflags v1.3.2 |
| 271 | 2026-08-25T03:38:27.510Z | Compiling darling v0.23.0 |
| 272 | 2026-08-25T03:38:27.510Z | Documenting darling v0.23.0 |
| 273 | 2026-08-25T03:38:27.551Z | Compiling ingot-macros v0.2.0 |
| 274 | 2026-08-25T03:38:27.590Z | Documenting thiserror v2.0.18 |
| 275 | 2026-08-25T03:38:27.776Z | Documenting regex v1.13.0 |
| 276 | 2026-08-25T03:38:27.803Z | Documenting zerocopy v0.8.54 |
| 277 | 2026-08-25T03:38:27.948Z | Documenting hash32 v0.3.1 |
| 278 | 2026-08-25T03:38:28.110Z | Documenting bitflags v2.13.0 |
| 279 | 2026-08-25T03:38:28.401Z | Documenting cfg-if v1.0.4 |
| 280 | 2026-08-25T03:38:28.524Z | Compiling ref-cast v1.0.25 |
| 281 | 2026-08-25T03:38:28.780Z | Documenting ingot-macros v0.2.0 |
| 282 | 2026-08-25T03:38:28.921Z | Documenting serde v1.0.228 |
| 283 | 2026-08-25T03:38:28.989Z | Compiling crc32fast v1.5.0 |
| 284 | 2026-08-25T03:38:29.082Z | Documenting stable_deref_trait v1.2.1 |
| 285 | 2026-08-25T03:38:29.130Z | Documenting macaddr v1.0.1 |
| 286 | 2026-08-25T03:38:29.249Z | Checking postcard v1.1.3 |
| 287 | 2026-08-25T03:38:29.500Z | Documenting heapless v0.9.3 |
| 288 | 2026-08-25T03:38:29.598Z | Documenting cobs v0.3.0 |
| 289 | 2026-08-25T03:38:29.987Z | Compiling ref-cast-impl v1.0.25 |
| 290 | 2026-08-25T03:38:30.021Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 291 | 2026-08-25T03:38:30.282Z | Checking ingot-types v0.2.0 |
| 292 | 2026-08-25T03:38:30.315Z | Compiling version_check v0.9.5 |
| 293 | 2026-08-25T03:38:30.362Z | Checking unicode-width v0.2.2 |
| 294 | 2026-08-25T03:38:30.418Z | Compiling heapless v0.8.0 |
| 295 | 2026-08-25T03:38:30.494Z | Checking ipnetwork v0.21.1 |
| 296 | 2026-08-25T03:38:30.529Z | Checking ingot v0.2.0 |
| 297 | 2026-08-25T03:38:30.592Z | Documenting managed v0.8.0 |
| 298 | 2026-08-25T03:38:30.668Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 299 | 2026-08-25T03:38:30.734Z | Documenting postcard v1.1.3 |
| 300 | 2026-08-25T03:38:30.776Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 301 | 2026-08-25T03:38:31.008Z | Documenting ref-cast-impl v1.0.25 |
| 302 | 2026-08-25T03:38:31.024Z | Documenting unicode-width v0.2.2 |
| 303 | 2026-08-25T03:38:31.025Z | Documenting ipnetwork v0.21.1 |
| 304 | 2026-08-25T03:38:31.242Z | Documenting ingot-types v0.2.0 |
| 305 | 2026-08-25T03:38:31.401Z | Documenting smoltcp v0.14.0 |
| 306 | 2026-08-25T03:38:31.622Z | Documenting either v1.16.0 |
| 307 | 2026-08-25T03:38:32.141Z | Documenting tabwriter v1.4.1 |
| 308 | 2026-08-25T03:38:32.177Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 309 | 2026-08-25T03:38:32.358Z | error[E0423]: expected function, tuple struct or tuple variant, found struct `smoltcp::wire::Ipv6Address` |
| 310 | 2026-08-25T03:38:32.358Z | --> crates/opte-api/src/ip.rs:914:20 |
| 311 | 2026-08-25T03:38:32.358Z | | |
| 312 | 2026-08-25T03:38:32.358Z | 914 | let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 313 | 2026-08-25T03:38:32.358Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 314 | 2026-08-25T03:38:32.358Z | | |
| 315 | 2026-08-25T03:38:32.359Z | ::: /home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core/src/net/ip_addr.rs:168:1 |
| 316 | 2026-08-25T03:38:32.359Z | | |
| 317 | 2026-08-25T03:38:32.359Z | 168 | pub struct Ipv6Addr { |
| 318 | 2026-08-25T03:38:32.359Z | | ------------------- `smoltcp::wire::Ipv6Address` defined here |
| 319 | 2026-08-25T03:38:32.359Z | | |
| 320 | 2026-08-25T03:38:32.359Z | help: you might have meant to use an associated function to build this type |
| 321 | 2026-08-25T03:38:32.359Z | | |
| 322 | 2026-08-25T03:38:32.359Z | 914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 323 | 2026-08-25T03:38:32.359Z | 914 + let sip6 = smoltcp::wire::Ipv6Address::new(_, _, _, _, _, _, _, _); |
| 324 | 2026-08-25T03:38:32.359Z | | |
| 325 | 2026-08-25T03:38:32.359Z | 914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 326 | 2026-08-25T03:38:32.359Z | 914 + let sip6 = smoltcp::wire::Ipv6Address::from_bits(_); |
| 327 | 2026-08-25T03:38:32.359Z | | |
| 328 | 2026-08-25T03:38:32.359Z | 914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 329 | 2026-08-25T03:38:32.360Z | 914 + let sip6 = smoltcp::wire::Ipv6Address::from_segments(_); |
| 330 | 2026-08-25T03:38:32.360Z | | |
| 331 | 2026-08-25T03:38:32.360Z | 914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 332 | 2026-08-25T03:38:32.360Z | 914 + let sip6 = smoltcp::wire::Ipv6Address::from_octets(_); |
| 333 | 2026-08-25T03:38:32.360Z | | |
| 334 | 2026-08-25T03:38:32.360Z | |
| 335 | 2026-08-25T03:38:32.419Z | Documenting ref-cast v1.0.25 |
| 336 | 2026-08-25T03:38:32.428Z | error[E0119]: conflicting implementations of trait `From<Ipv4Address>` for type `ip::Ipv4Addr` |
| 337 | 2026-08-25T03:38:32.428Z | --> crates/opte-api/src/ip.rs:575:1 |
| 338 | 2026-08-25T03:38:32.428Z | | |
| 339 | 2026-08-25T03:38:32.428Z | 563 | impl From<core::net::Ipv4Addr> for Ipv4Addr { |
| 340 | 2026-08-25T03:38:32.428Z | | ------------------------------------------- first implementation here |
| 341 | 2026-08-25T03:38:32.429Z | ... |
| 342 | 2026-08-25T03:38:32.429Z | 575 | impl From<smoltcp::wire::Ipv4Address> for Ipv4Addr { |
| 343 | 2026-08-25T03:38:32.429Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv4Addr` |
| 344 | 2026-08-25T03:38:32.429Z | |
| 345 | 2026-08-25T03:38:32.429Z | error[E0119]: conflicting implementations of trait `From<ip::Ipv4Addr>` for type `Ipv4Address` |
| 346 | 2026-08-25T03:38:32.429Z | --> crates/opte-api/src/ip.rs:582:1 |
| 347 | 2026-08-25T03:38:32.429Z | | |
| 348 | 2026-08-25T03:38:32.429Z | 569 | impl From<Ipv4Addr> for core::net::Ipv4Addr { |
| 349 | 2026-08-25T03:38:32.429Z | | ------------------------------------------- first implementation here |
| 350 | 2026-08-25T03:38:32.429Z | ... |
| 351 | 2026-08-25T03:38:32.429Z | 582 | impl From<Ipv4Addr> for smoltcp::wire::Ipv4Address { |
| 352 | 2026-08-25T03:38:32.429Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `Ipv4Address` |
| 353 | 2026-08-25T03:38:32.429Z | |
| 354 | 2026-08-25T03:38:32.430Z | error[E0119]: conflicting implementations of trait `From<Ipv6Address>` for type `ip::Ipv6Addr` |
| 355 | 2026-08-25T03:38:32.430Z | --> crates/opte-api/src/ip.rs:931:1 |
| 356 | 2026-08-25T03:38:32.430Z | | |
| 357 | 2026-08-25T03:38:32.430Z | 919 | impl From<core::net::Ipv6Addr> for Ipv6Addr { |
| 358 | 2026-08-25T03:38:32.430Z | | ------------------------------------------- first implementation here |
| 359 | 2026-08-25T03:38:32.430Z | ... |
| 360 | 2026-08-25T03:38:32.430Z | 931 | impl From<smoltcp::wire::Ipv6Address> for Ipv6Addr { |
| 361 | 2026-08-25T03:38:32.430Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv6Addr` |
| 362 | 2026-08-25T03:38:32.430Z | |
| 363 | 2026-08-25T03:38:32.430Z | error[E0119]: conflicting implementations of trait `From<ip::Ipv6Addr>` for type `Ipv6Address` |
| 364 | 2026-08-25T03:38:32.430Z | --> crates/opte-api/src/ip.rs:940:1 |
| 365 | 2026-08-25T03:38:32.430Z | | |
| 366 | 2026-08-25T03:38:32.431Z | 925 | impl From<Ipv6Addr> for core::net::Ipv6Addr { |
| 367 | 2026-08-25T03:38:32.431Z | | ------------------------------------------- first implementation here |
| 368 | 2026-08-25T03:38:32.431Z | ... |
| 369 | 2026-08-25T03:38:32.431Z | 940 | impl From<Ipv6Addr> for smoltcp::wire::Ipv6Address { |
| 370 | 2026-08-25T03:38:32.431Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `Ipv6Address` |
| 371 | 2026-08-25T03:38:32.431Z | |
| 372 | 2026-08-25T03:38:32.615Z | error[E0599]: no method named `as_bytes` found for struct `Ipv4Address` in the current scope |
| 373 | 2026-08-25T03:38:32.615Z | --> crates/opte-api/src/ip.rs:577:29 |
| 374 | 2026-08-25T03:38:32.615Z | | |
| 375 | 2026-08-25T03:38:32.615Z | 577 | let bytes = smolip4.as_bytes(); |
| 376 | 2026-08-25T03:38:32.615Z | | ^^^^^^^^ method not found in `Ipv4Address` |
| 377 | 2026-08-25T03:38:32.615Z | |
| 378 | 2026-08-25T03:38:32.631Z | error[E0599]: no associated function or constant named `from_bytes` found for struct `Ipv4Address` in the current scope |
| 379 | 2026-08-25T03:38:32.631Z | --> crates/opte-api/src/ip.rs:584:15 |
| 380 | 2026-08-25T03:38:32.631Z | | |
| 381 | 2026-08-25T03:38:32.631Z | 584 | Self::from_bytes(&ip) |
| 382 | 2026-08-25T03:38:32.631Z | | ^^^^^^^^^^ associated function or constant not found in `Ipv4Address` |
| 383 | 2026-08-25T03:38:32.631Z | | |
| 384 | 2026-08-25T03:38:32.631Z | note: if you're trying to build a new `Ipv4Address` consider using one of the following associated functions: |
| 385 | 2026-08-25T03:38:32.632Z | Ipv4Address::new |
| 386 | 2026-08-25T03:38:32.632Z | Ipv4Address::from_bits |
| 387 | 2026-08-25T03:38:32.632Z | Ipv4Address::from_octets |
| 388 | 2026-08-25T03:38:32.632Z | core::net::parser::<impl Ipv4Address>::parse_ascii |
| 389 | 2026-08-25T03:38:32.632Z | --> /home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core/src/net/ip_addr.rs:543:5 |
| 390 | 2026-08-25T03:38:32.632Z | | |
| 391 | 2026-08-25T03:38:32.632Z | 543 | pub const fn new(a: u8, b: u8, c: u8, d: u8) -> Ipv4Addr { |
| 392 | 2026-08-25T03:38:32.632Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 393 | 2026-08-25T03:38:32.632Z | ... |
| 394 | 2026-08-25T03:38:32.632Z | 608 | pub const fn from_bits(bits: u32) -> Ipv4Addr { |
| 395 | 2026-08-25T03:38:32.632Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 396 | 2026-08-25T03:38:32.632Z | ... |
| 397 | 2026-08-25T03:38:32.632Z | 686 | pub const fn from_octets(octets: [u8; 4]) -> Ipv4Addr { |
| 398 | 2026-08-25T03:38:32.632Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 399 | 2026-08-25T03:38:32.632Z | | |
| 400 | 2026-08-25T03:38:32.632Z | ::: /home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core/src/net/parser.rs:327:5 |
| 401 | 2026-08-25T03:38:32.632Z | | |
| 402 | 2026-08-25T03:38:32.632Z | 327 | pub fn parse_ascii(b: &[u8]) -> Result<Self, AddrParseError> { |
| 403 | 2026-08-25T03:38:32.632Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 404 | 2026-08-25T03:38:32.632Z | help: there is an associated function `from_bits` with a similar name |
| 405 | 2026-08-25T03:38:32.632Z | | |
| 406 | 2026-08-25T03:38:32.632Z | 584 - Self::from_bytes(&ip) |
| 407 | 2026-08-25T03:38:32.632Z | 584 + Self::from_bits(&ip) |
| 408 | 2026-08-25T03:38:32.632Z | | |
| 409 | 2026-08-25T03:38:32.632Z | |
| 410 | 2026-08-25T03:38:32.632Z | error[E0599]: no method named `as_bytes` found for struct `Ipv6Address` in the current scope |
| 411 | 2026-08-25T03:38:32.632Z | --> crates/opte-api/src/ip.rs:935:34 |
| 412 | 2026-08-25T03:38:32.632Z | | |
| 413 | 2026-08-25T03:38:32.633Z | 935 | let bytes: [u8; 16] = ip.as_bytes().try_into().unwrap(); |
| 414 | 2026-08-25T03:38:32.633Z | | ^^^^^^^^ method not found in `Ipv6Address` |
| 415 | 2026-08-25T03:38:32.633Z | |
| 416 | 2026-08-25T03:38:32.633Z | error[E0599]: no associated function or constant named `from_bytes` found for struct `Ipv6Address` in the current scope |
| 417 | 2026-08-25T03:38:32.633Z | --> crates/opte-api/src/ip.rs:943:15 |
| 418 | 2026-08-25T03:38:32.633Z | | |
| 419 | 2026-08-25T03:38:32.633Z | 943 | Self::from_bytes(&ip) |
| 420 | 2026-08-25T03:38:32.633Z | | ^^^^^^^^^^ associated function or constant not found in `Ipv6Address` |
| 421 | 2026-08-25T03:38:32.633Z | | |
| 422 | 2026-08-25T03:38:32.633Z | note: if you're trying to build a new `Ipv6Address` consider using one of the following associated functions: |
| 423 | 2026-08-25T03:38:32.633Z | Ipv6Address::new |
| 424 | 2026-08-25T03:38:32.633Z | Ipv6Address::from_bits |
| 425 | 2026-08-25T03:38:32.633Z | Ipv6Address::from_segments |
| 426 | 2026-08-25T03:38:32.633Z | Ipv6Address::from_octets |
| 427 | 2026-08-25T03:38:32.633Z | core::net::parser::<impl Ipv6Address>::parse_ascii |
| 428 | 2026-08-25T03:38:32.633Z | --> /home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core/src/net/ip_addr.rs:1348:5 |
| 429 | 2026-08-25T03:38:32.633Z | | |
| 430 | 2026-08-25T03:38:32.633Z | 1348 | pub const fn new(a: u16, b: u16, c: u16, d: u16, e: u16, f: u16, g: u16, h: u16) -> Ipv6Addr { |
| 431 | 2026-08-25T03:38:32.633Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 432 | 2026-08-25T03:38:32.633Z | ... |
| 433 | 2026-08-25T03:38:32.633Z | 1443 | pub const fn from_bits(bits: u128) -> Ipv6Addr { |
| 434 | 2026-08-25T03:38:32.633Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 435 | 2026-08-25T03:38:32.633Z | ... |
| 436 | 2026-08-25T03:38:32.633Z | 1536 | pub const fn from_segments(segments: [u16; 8]) -> Ipv6Addr { |
| 437 | 2026-08-25T03:38:32.633Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 438 | 2026-08-25T03:38:32.633Z | ... |
| 439 | 2026-08-25T03:38:32.633Z | 2110 | pub const fn from_octets(octets: [u8; 16]) -> Ipv6Addr { |
| 440 | 2026-08-25T03:38:32.633Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 441 | 2026-08-25T03:38:32.633Z | | |
| 442 | 2026-08-25T03:38:32.633Z | ::: /home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core/src/net/parser.rs:358:5 |
| 443 | 2026-08-25T03:38:32.633Z | | |
| 444 | 2026-08-25T03:38:32.633Z | 358 | pub fn parse_ascii(b: &[u8]) -> Result<Self, AddrParseError> { |
| 445 | 2026-08-25T03:38:32.633Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 446 | 2026-08-25T03:38:32.633Z | help: there is an associated function `from_bits` with a similar name |
| 447 | 2026-08-25T03:38:32.633Z | | |
| 448 | 2026-08-25T03:38:32.633Z | 943 - Self::from_bytes(&ip) |
| 449 | 2026-08-25T03:38:32.633Z | 943 + Self::from_bits(&ip) |
| 450 | 2026-08-25T03:38:32.633Z | | |
| 451 | 2026-08-25T03:38:32.633Z | |
| 452 | 2026-08-25T03:38:32.693Z | Checking tabwriter v1.4.1 |
| 453 | 2026-08-25T03:38:32.906Z | Documenting crc32fast v1.5.0 |
| 454 | 2026-08-25T03:38:33.014Z | Some errors have detailed explanations: E0119, E0423, E0599. |
| 455 | 2026-08-25T03:38:33.015Z | For more information about an error, try `rustc --explain E0119`. |
| 456 | 2026-08-25T03:38:33.041Z | error: could not compile `opte-api` (lib) due to 9 previous errors |
| 457 | 2026-08-25T03:38:33.041Z | warning: build failed, waiting for other jobs to finish... |
| 458 | 2026-08-25T03:38:34.573Z | |
| 459 | 2026-08-25T03:38:34.573Z | real 18.711004388 |
| 460 | 2026-08-25T03:38:34.573Z | user 1:10.228262995 |
| 461 | 2026-08-25T03:38:34.573Z | sys 15.135360694 |
| 462 | 2026-08-25T03:38:34.573Z | trap 0.043762270 |
| 463 | 2026-08-25T03:38:34.574Z | tflt 0.076794589 |
| 464 | 2026-08-25T03:38:34.574Z | dflt 0.088297400 |
| 465 | 2026-08-25T03:38:34.574Z | kflt 0.004919570 |
| 466 | 2026-08-25T03:38:34.574Z | lock 5:00.787915698 |
| 467 | 2026-08-25T03:38:34.574Z | slp 3:49.592394339 |
| 468 | 2026-08-25T03:38:34.574Z | lat 6.945399690 |
| 469 | 2026-08-25T03:38:34.574Z | stop 12.283003049 |
| 470 | 2026-08-25T03:38:34.588Z | process exited: duration 33863 ms, exit code 101 |
| |
| 471 | 2026-08-25T03:38:34.686Z | found 0 output files |