|
|
|
| 1 | 2026-06-25T04:05:33.690Z | job assigned to worker 01KVYF7513NT4B07Q48YNXB6Z0 [factory aws, i-08c9a156f2efde63c] (queued for 57 s) |
| |
| 2 | 2026-06-25T04:05:40.563Z | starting task 0: "setup" |
| 3 | 2026-06-25T04:05:40.569Z | ++ uname -s |
| 4 | 2026-06-25T04:05:40.572Z | + kern=SunOS |
| 5 | 2026-06-25T04:05:40.572Z | + build_user=build |
| 6 | 2026-06-25T04:05:40.572Z | + build_uid=12345 |
| 7 | 2026-06-25T04:05:40.572Z | + work_dir=/work |
| 8 | 2026-06-25T04:05:40.572Z | + input_dir=/input |
| 9 | 2026-06-25T04:05:40.572Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-25T04:05:40.572Z | + case "$kern" in |
| 11 | 2026-06-25T04:05:40.572Z | + groupadd -g 12345 build |
| 12 | 2026-06-25T04:05:40.572Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-25T04:05:42.621Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-25T04:05:42.692Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-25T04:05:42.696Z | + home_fs=zfs |
| 16 | 2026-06-25T04:05:42.696Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-25T04:05:42.696Z | + mkdir -p /home/build |
| 18 | 2026-06-25T04:05:42.696Z | + chown build:build /home/build /work |
| 19 | 2026-06-25T04:05:44.697Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-25T04:05:44.701Z | process exited: duration 4135 ms, exit code 0 |
| |
| 21 | 2026-06-25T04:05:44.707Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-25T04:05:44.712Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.0 |
| 23 | 2026-06-25T04:05:44.712Z | * rust toolchain channel = "1.96.0" |
| 24 | 2026-06-25T04:05:44.712Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-06-25T04:05:44.712Z | * rust toolchain profile = "default" |
| 26 | 2026-06-25T04:05:44.712Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-25T04:05:44.712Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-25T04:05:44.715Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-25T04:05:44.716Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default |
| 30 | 2026-06-25T04:05:44.818Z | info: downloading installer |
| 31 | 2026-06-25T04:05:46.264Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-25T04:05:46.264Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-25T04:05:46.264Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-25T04:05:46.264Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-25T04:05:46.277Z | info: profile set to default |
| 36 | 2026-06-25T04:05:46.277Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-25T04:05:46.280Z | info: syncing channel updates for 1.96.0-x86_64-unknown-illumos |
| 38 | 2026-06-25T04:05:46.427Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-25T04:05:46.430Z | info: downloading 6 components |
| 40 | 2026-06-25T04:06:03.396Z | info: default toolchain set to 1.96.0-x86_64-unknown-illumos |
| 41 | 2026-06-25T04:06:03.396Z | |
| 42 | 2026-06-25T04:06:03.423Z | 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-25T04:06:03.423Z | |
| 44 | 2026-06-25T04:06:03.423Z | |
| 45 | 2026-06-25T04:06:03.423Z | Rust is installed now. Great! |
| 46 | 2026-06-25T04:06:03.423Z | |
| 47 | 2026-06-25T04:06:03.428Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-25T04:06:03.428Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-25T04:06:03.428Z | |
| 50 | 2026-06-25T04:06:03.428Z | To configure your current shell, you need to source |
| 51 | 2026-06-25T04:06:03.428Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-25T04:06:03.429Z | |
| 53 | 2026-06-25T04:06:03.429Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-25T04:06:03.429Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-25T04:06:03.429Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-25T04:06:03.429Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-25T04:06:03.429Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-25T04:06:03.429Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-25T04:06:03.429Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-25T04:06:03.429Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-25T04:06:03.429Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-25T04:06:03.585Z | + rustup --version |
| 63 | 2026-06-25T04:06:03.597Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-25T04:06:03.598Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-25T04:06:03.598Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-25T04:06:03.598Z | + cargo --version |
| 67 | 2026-06-25T04:06:03.598Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-25T04:06:03.599Z | + rustc --version |
| 69 | 2026-06-25T04:06:03.659Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-25T04:06:03.659Z | process exited: duration 18888 ms, exit code 0 |
| |
| 71 | 2026-06-25T04:06:03.668Z | starting task 2: "authentication" |
| 72 | 2026-06-25T04:06:03.688Z | process exited: duration 19 ms, exit code 0 |
| |
| 73 | 2026-06-25T04:06:03.698Z | starting task 3: "clone repository" |
| 74 | 2026-06-25T04:06:03.702Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-06-25T04:06:03.706Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-06-25T04:06:03.733Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-06-25T04:06:05.609Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-06-25T04:06:05.609Z | + git fetch origin d1082cc955d4587752fbf7b58d475cfa9ba9ae24 |
| 79 | 2026-06-25T04:06:05.645Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-06-25T04:06:05.645Z | * branch d1082cc955d4587752fbf7b58d475cfa9ba9ae24 -> FETCH_HEAD |
| 81 | 2026-06-25T04:06:05.645Z | + [[ -n renovate/uuid-1.x-lockfile ]] |
| 82 | 2026-06-25T04:06:05.645Z | ++ git branch --show-current |
| 83 | 2026-06-25T04:06:05.645Z | + current=master |
| 84 | 2026-06-25T04:06:05.645Z | + [[ master != renovate/uuid-1.x-lockfile ]] |
| 85 | 2026-06-25T04:06:05.645Z | + git branch -f renovate/uuid-1.x-lockfile d1082cc955d4587752fbf7b58d475cfa9ba9ae24 |
| 86 | 2026-06-25T04:06:05.645Z | + git checkout -f renovate/uuid-1.x-lockfile |
| 87 | 2026-06-25T04:06:05.645Z | Switched to branch 'renovate/uuid-1.x-lockfile' |
| 88 | 2026-06-25T04:06:05.645Z | + git reset --hard d1082cc955d4587752fbf7b58d475cfa9ba9ae24 |
| 89 | 2026-06-25T04:06:05.645Z | HEAD is now at d1082cc Update Rust crate uuid to v1.23.4 |
| 90 | 2026-06-25T04:06:05.645Z | process exited: duration 1158 ms, exit code 0 |
| |
| 91 | 2026-06-25T04:06:05.662Z | starting task 4: "build" |
| 92 | 2026-06-25T04:06:05.687Z | + source .github/buildomat/common.sh |
| 93 | 2026-06-25T04:06:05.687Z | ++ rustup show active-toolchain |
| 94 | 2026-06-25T04:06:05.687Z | 1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-06-25T04:06:05.687Z | ++ pushd xde |
| 96 | 2026-06-25T04:06:05.692Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-06-25T04:06:05.692Z | ++ rustup show active-toolchain |
| 98 | 2026-06-25T04:06:05.692Z | info: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos |
| 99 | 2026-06-25T04:06:05.860Z | info: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18) |
| 100 | 2026-06-25T04:06:05.867Z | info: downloading 6 components |
| 101 | 2026-06-25T04:06:23.139Z | nightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-06-25T04:06:23.240Z | +++ rustup show active-toolchain -v |
| 103 | 2026-06-25T04:06:23.243Z | +++ head -n 1 |
| 104 | 2026-06-25T04:06:23.243Z | +++ cut '-d ' -f1 |
| 105 | 2026-06-25T04:06:23.293Z | ++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos |
| 106 | 2026-06-25T04:06:23.293Z | ++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos |
| 107 | 2026-06-25T04:06:23.293Z | ++ popd |
| 108 | 2026-06-25T04:06:23.296Z | /work/oxidecomputer/opte |
| 109 | 2026-06-25T04:06:23.296Z | + cargo --version |
| 110 | 2026-06-25T04:06:23.303Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 111 | 2026-06-25T04:06:23.307Z | + rustc --version |
| 112 | 2026-06-25T04:06:23.326Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 113 | 2026-06-25T04:06:23.329Z | + cd lib/oxide-vpc |
| 114 | 2026-06-25T04:06:23.329Z | + header 'check style' |
| 115 | 2026-06-25T04:06:23.329Z | + echo '# ==== check style ==== #' |
| 116 | 2026-06-25T04:06:23.329Z | # ==== check style ==== # |
| 117 | 2026-06-25T04:06:23.329Z | + ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos fmt -- --check |
| 118 | 2026-06-25T04:06:23.452Z | |
| 119 | 2026-06-25T04:06:23.452Z | real 0.120359004 |
| 120 | 2026-06-25T04:06:23.452Z | user 0.086815490 |
| 121 | 2026-06-25T04:06:23.452Z | sys 0.030292389 |
| 122 | 2026-06-25T04:06:23.452Z | trap 0.000004430 |
| 123 | 2026-06-25T04:06:23.452Z | tflt 0.000007170 |
| 124 | 2026-06-25T04:06:23.455Z | dflt 0.000023630 |
| 125 | 2026-06-25T04:06:23.455Z | kflt 0.000000000 |
| 126 | 2026-06-25T04:06:23.455Z | lock 0.031101830 |
| 127 | 2026-06-25T04:06:23.455Z | slp 0.100048524 |
| 128 | 2026-06-25T04:06:23.455Z | lat 0.000844660 |
| 129 | 2026-06-25T04:06:23.455Z | stop 0.000102400 |
| 130 | 2026-06-25T04:06:23.455Z | + header 'check docs' |
| 131 | 2026-06-25T04:06:23.455Z | + echo '# ==== check docs ==== #' |
| 132 | 2026-06-25T04:06:23.455Z | # ==== check docs ==== # |
| 133 | 2026-06-25T04:06:23.456Z | + RUSTDOCFLAGS='-D warnings' |
| 134 | 2026-06-25T04:06:23.456Z | + ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 135 | 2026-06-25T04:06:23.523Z | Updating crates.io index |
| 136 | 2026-06-25T04:06:23.526Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-06-25T04:06:24.211Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-06-25T04:06:24.467Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-06-25T04:06:24.826Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-06-25T04:06:25.242Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-06-25T04:06:25.485Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-06-25T04:06:25.862Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-06-25T04:06:27.785Z | Downloading crates ... |
| 144 | 2026-06-25T04:06:27.834Z | Downloaded cobs v0.3.0 |
| 145 | 2026-06-25T04:06:27.848Z | Downloaded dof v0.4.0 |
| 146 | 2026-06-25T04:06:27.854Z | Downloaded aho-corasick v1.1.4 |
| 147 | 2026-06-25T04:06:27.872Z | Downloaded regex v1.12.4 |
| 148 | 2026-06-25T04:06:27.886Z | Downloaded regex-syntax v0.8.11 |
| 149 | 2026-06-25T04:06:27.890Z | Downloaded zmij v1.0.21 |
| 150 | 2026-06-25T04:06:27.893Z | Downloaded version_check v0.9.5 |
| 151 | 2026-06-25T04:06:27.893Z | Downloaded digest v0.10.7 |
| 152 | 2026-06-25T04:06:27.896Z | Downloaded plain v0.2.3 |
| 153 | 2026-06-25T04:06:27.896Z | Downloaded fnv v1.0.7 |
| 154 | 2026-06-25T04:06:27.896Z | Downloaded usdt-attr-macro v0.6.0 |
| 155 | 2026-06-25T04:06:27.896Z | Downloaded embedded-io v0.4.0 |
| 156 | 2026-06-25T04:06:27.899Z | Downloaded itoa v1.0.18 |
| 157 | 2026-06-25T04:06:27.904Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 158 | 2026-06-25T04:06:27.907Z | Downloaded darling_macro v0.23.0 |
| 159 | 2026-06-25T04:06:27.907Z | Downloaded managed v0.8.0 |
| 160 | 2026-06-25T04:06:27.907Z | Downloaded thread-id v5.1.0 |
| 161 | 2026-06-25T04:06:27.912Z | Downloaded scroll_derive v0.13.1 |
| 162 | 2026-06-25T04:06:27.914Z | Downloaded embedded-io v0.6.1 |
| 163 | 2026-06-25T04:06:27.914Z | Downloaded ref-cast v1.0.25 |
| 164 | 2026-06-25T04:06:27.917Z | Downloaded block-buffer v0.10.4 |
| 165 | 2026-06-25T04:06:27.917Z | Downloaded crypto-common v0.1.7 |
| 166 | 2026-06-25T04:06:27.917Z | Downloaded ident_case v1.0.1 |
| 167 | 2026-06-25T04:06:27.920Z | Downloaded defmt v0.3.100 |
| 168 | 2026-06-25T04:06:27.920Z | Downloaded stable_deref_trait v1.2.1 |
| 169 | 2026-06-25T04:06:27.924Z | Downloaded sha2 v0.10.9 |
| 170 | 2026-06-25T04:06:27.929Z | Downloaded dyn-clone v1.0.20 |
| 171 | 2026-06-25T04:06:27.932Z | Downloaded cfg-if v1.0.4 |
| 172 | 2026-06-25T04:06:27.935Z | Downloaded generic-array v0.14.7 |
| 173 | 2026-06-25T04:06:27.935Z | Downloaded ref-cast-impl v1.0.25 |
| 174 | 2026-06-25T04:06:27.935Z | Downloaded usdt v0.6.0 |
| 175 | 2026-06-25T04:06:27.940Z | Downloaded pretty-hex v0.4.2 |
| 176 | 2026-06-25T04:06:27.944Z | Downloaded usdt-macro v0.6.0 |
| 177 | 2026-06-25T04:06:27.947Z | Downloaded tabwriter v1.4.1 |
| 178 | 2026-06-25T04:06:27.951Z | Downloaded strsim v0.11.1 |
| 179 | 2026-06-25T04:06:27.954Z | Downloaded cpufeatures v0.2.17 |
| 180 | 2026-06-25T04:06:27.957Z | Downloaded hash32 v0.3.1 |
| 181 | 2026-06-25T04:06:27.959Z | Downloaded darling_macro v0.21.3 |
| 182 | 2026-06-25T04:06:27.968Z | Downloaded quote v1.0.46 |
| 183 | 2026-06-25T04:06:27.971Z | Downloaded macaddr v1.0.1 |
| 184 | 2026-06-25T04:06:27.974Z | Downloaded usdt-impl v0.6.0 |
| 185 | 2026-06-25T04:06:27.977Z | Downloaded dtrace-parser v0.3.0 |
| 186 | 2026-06-25T04:06:27.980Z | Downloaded byteorder v1.5.0 |
| 187 | 2026-06-25T04:06:27.983Z | Downloaded scroll v0.13.0 |
| 188 | 2026-06-25T04:06:27.995Z | Downloaded ipnetwork v0.21.1 |
| 189 | 2026-06-25T04:06:27.998Z | Downloaded defmt-parser v1.0.0 |
| 190 | 2026-06-25T04:06:27.998Z | Downloaded thiserror-impl v2.0.18 |
| 191 | 2026-06-25T04:06:27.998Z | Downloaded ingot-types v0.1.2 |
| 192 | 2026-06-25T04:06:28.001Z | Downloaded thiserror v2.0.18 |
| 193 | 2026-06-25T04:06:28.001Z | Downloaded defmt-macros v1.1.0 |
| 194 | 2026-06-25T04:06:28.024Z | Downloaded either v1.16.0 |
| 195 | 2026-06-25T04:06:28.024Z | Downloaded serde_tokenstream v0.2.3 |
| 196 | 2026-06-25T04:06:28.024Z | Downloaded bitflags v1.3.2 |
| 197 | 2026-06-25T04:06:28.024Z | Downloaded ingot v0.1.1 |
| 198 | 2026-06-25T04:06:28.028Z | Downloaded ingot-macros v0.1.1 |
| 199 | 2026-06-25T04:06:28.028Z | Downloaded log v0.4.33 |
| 200 | 2026-06-25T04:06:28.028Z | Downloaded proc-macro-error2 v2.0.1 |
| 201 | 2026-06-25T04:06:28.031Z | Downloaded darling v0.21.3 |
| 202 | 2026-06-25T04:06:28.031Z | Downloaded defmt v1.1.0 |
| 203 | 2026-06-25T04:06:28.034Z | Downloaded darling v0.23.0 |
| 204 | 2026-06-25T04:06:28.037Z | Downloaded postcard v1.1.3 |
| 205 | 2026-06-25T04:06:28.040Z | Downloaded crc32fast v1.5.0 |
| 206 | 2026-06-25T04:06:28.044Z | Downloaded pest_generator v2.8.6 |
| 207 | 2026-06-25T04:06:28.054Z | Downloaded serde_derive v1.0.228 |
| 208 | 2026-06-25T04:06:28.058Z | Downloaded heapless v0.8.0 |
| 209 | 2026-06-25T04:06:28.061Z | Downloaded serde_core v1.0.228 |
| 210 | 2026-06-25T04:06:28.064Z | Downloaded bitflags v2.13.0 |
| 211 | 2026-06-25T04:06:28.067Z | Downloaded ucd-trie v0.1.7 |
| 212 | 2026-06-25T04:06:28.067Z | Downloaded memmap2 v0.9.10 |
| 213 | 2026-06-25T04:06:28.071Z | Downloaded pest_derive v2.8.6 |
| 214 | 2026-06-25T04:06:28.071Z | Downloaded unicode-ident v1.0.24 |
| 215 | 2026-06-25T04:06:28.074Z | Downloaded proc-macro2 v1.0.106 |
| 216 | 2026-06-25T04:06:28.082Z | Downloaded uuid v1.23.4 |
| 217 | 2026-06-25T04:06:28.085Z | Downloaded darling_core v0.21.3 |
| 218 | 2026-06-25T04:06:28.092Z | Downloaded pest_meta v2.8.6 |
| 219 | 2026-06-25T04:06:28.096Z | Downloaded darling_core v0.23.0 |
| 220 | 2026-06-25T04:06:28.100Z | Downloaded serde v1.0.228 |
| 221 | 2026-06-25T04:06:28.106Z | Downloaded zerocopy-derive v0.8.52 |
| 222 | 2026-06-25T04:06:28.110Z | Downloaded memchr v2.8.2 |
| 223 | 2026-06-25T04:06:28.118Z | Downloaded typenum v1.20.1 |
| 224 | 2026-06-25T04:06:28.141Z | Downloaded itertools v0.14.0 |
| 225 | 2026-06-25T04:06:28.145Z | Downloaded pest v2.8.6 |
| 226 | 2026-06-25T04:06:28.150Z | Downloaded itertools v0.15.0 |
| 227 | 2026-06-25T04:06:28.155Z | Downloaded serde_json v1.0.150 |
| 228 | 2026-06-25T04:06:28.216Z | Downloaded zerocopy v0.8.52 |
| 229 | 2026-06-25T04:06:28.226Z | Downloaded unicode-width v0.2.2 |
| 230 | 2026-06-25T04:06:28.229Z | Downloaded syn v2.0.118 |
| 231 | 2026-06-25T04:06:28.234Z | Downloaded goblin v0.10.7 |
| 232 | 2026-06-25T04:06:28.238Z | Downloaded smoltcp v0.11.0 |
| 233 | 2026-06-25T04:06:28.283Z | Downloaded regex-automata v0.4.14 |
| 234 | 2026-06-25T04:06:28.291Z | Downloaded libc v0.2.186 |
| 235 | 2026-06-25T04:06:28.352Z | Compiling proc-macro2 v1.0.106 |
| 236 | 2026-06-25T04:06:28.352Z | Compiling quote v1.0.46 |
| 237 | 2026-06-25T04:06:28.352Z | Compiling unicode-ident v1.0.24 |
| 238 | 2026-06-25T04:06:28.356Z | Compiling strsim v0.11.1 |
| 239 | 2026-06-25T04:06:28.356Z | Compiling ident_case v1.0.1 |
| 240 | 2026-06-25T04:06:28.356Z | Documenting unicode-ident v1.0.24 |
| 241 | 2026-06-25T04:06:28.356Z | Compiling serde_core v1.0.228 |
| 242 | 2026-06-25T04:06:28.511Z | Compiling fnv v1.0.7 |
| 243 | 2026-06-25T04:06:28.531Z | Compiling memchr v2.8.2 |
| 244 | 2026-06-25T04:06:28.534Z | Compiling thiserror v2.0.18 |
| 245 | 2026-06-25T04:06:28.599Z | Compiling regex-syntax v0.8.11 |
| 246 | 2026-06-25T04:06:28.712Z | Compiling serde v1.0.228 |
| 247 | 2026-06-25T04:06:28.811Z | Compiling zerocopy v0.8.52 |
| 248 | 2026-06-25T04:06:29.044Z | Documenting proc-macro2 v1.0.106 |
| 249 | 2026-06-25T04:06:29.106Z | Compiling aho-corasick v1.1.4 |
| 250 | 2026-06-25T04:06:29.240Z | Checking byteorder v1.5.0 |
| 251 | 2026-06-25T04:06:29.392Z | Checking syn v2.0.118 |
| 252 | 2026-06-25T04:06:29.574Z | Compiling either v1.16.0 |
| 253 | 2026-06-25T04:06:29.680Z | Documenting quote v1.0.46 |
| 254 | 2026-06-25T04:06:29.794Z | Compiling itertools v0.14.0 |
| 255 | 2026-06-25T04:06:30.241Z | Documenting syn v2.0.118 |
| 256 | 2026-06-25T04:06:30.363Z | Compiling regex-automata v0.4.14 |
| 257 | 2026-06-25T04:06:30.619Z | Compiling heapless v0.8.0 |
| 258 | 2026-06-25T04:06:30.789Z | Checking bitflags v2.13.0 |
| 259 | 2026-06-25T04:06:30.954Z | Checking hash32 v0.3.1 |
| 260 | 2026-06-25T04:06:31.061Z | Documenting serde_core v1.0.228 |
| 261 | 2026-06-25T04:06:31.068Z | Checking stable_deref_trait v1.2.1 |
| 262 | 2026-06-25T04:06:31.100Z | Checking cfg-if v1.0.4 |
| 263 | 2026-06-25T04:06:31.131Z | Checking macaddr v1.0.1 |
| 264 | 2026-06-25T04:06:31.158Z | Documenting memchr v2.8.2 |
| 265 | 2026-06-25T04:06:31.273Z | Compiling smoltcp v0.11.0 |
| 266 | 2026-06-25T04:06:31.572Z | Documenting regex-syntax v0.8.11 |
| 267 | 2026-06-25T04:06:31.646Z | Checking darling_core v0.21.3 |
| 268 | 2026-06-25T04:06:31.816Z | Documenting aho-corasick v1.1.4 |
| 269 | 2026-06-25T04:06:32.572Z | Compiling regex v1.12.4 |
| 270 | 2026-06-25T04:06:32.615Z | Compiling darling_core v0.23.0 |
| 271 | 2026-06-25T04:06:32.900Z | Documenting regex-automata v0.4.14 |
| 272 | 2026-06-25T04:06:32.967Z | Checking managed v0.8.0 |
| 273 | 2026-06-25T04:06:32.974Z | Checking bitflags v1.3.2 |
| 274 | 2026-06-25T04:06:33.146Z | Documenting zerocopy-derive v0.8.52 |
| 275 | 2026-06-25T04:06:33.192Z | Compiling zerocopy-derive v0.8.52 |
| 276 | 2026-06-25T04:06:33.218Z | Compiling serde_derive v1.0.228 |
| 277 | 2026-06-25T04:06:33.222Z | Compiling thiserror-impl v2.0.18 |
| 278 | 2026-06-25T04:06:33.975Z | Documenting thiserror-impl v2.0.18 |
| 279 | 2026-06-25T04:06:34.275Z | Documenting regex v1.12.4 |
| 280 | 2026-06-25T04:06:34.455Z | Compiling darling_macro v0.21.3 |
| 281 | 2026-06-25T04:06:34.543Z | Documenting serde_derive v1.0.228 |
| 282 | 2026-06-25T04:06:34.579Z | Checking cobs v0.3.0 |
| 283 | 2026-06-25T04:06:34.716Z | Documenting byteorder v1.5.0 |
| 284 | 2026-06-25T04:06:34.768Z | Compiling darling_macro v0.23.0 |
| 285 | 2026-06-25T04:06:34.834Z | Compiling ref-cast v1.0.25 |
| 286 | 2026-06-25T04:06:35.059Z | Compiling darling v0.21.3 |
| 287 | 2026-06-25T04:06:35.137Z | Compiling ingot-macros v0.1.1 |
| 288 | 2026-06-25T04:06:35.185Z | Compiling crc32fast v1.5.0 |
| 289 | 2026-06-25T04:06:35.251Z | Documenting ingot-macros v0.1.1 |
| 290 | 2026-06-25T04:06:35.292Z | Documenting hash32 v0.3.1 |
| 291 | 2026-06-25T04:06:35.410Z | Documenting thiserror v2.0.18 |
| 292 | 2026-06-25T04:06:35.523Z | Documenting zerocopy v0.8.52 |
| 293 | 2026-06-25T04:06:35.880Z | Compiling ref-cast-impl v1.0.25 |
| 294 | 2026-06-25T04:06:36.065Z | Documenting serde v1.0.228 |
| 295 | 2026-06-25T04:06:36.451Z | Checking postcard v1.1.3 |
| 296 | 2026-06-25T04:06:36.497Z | Documenting bitflags v2.13.0 |
| 297 | 2026-06-25T04:06:36.523Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 298 | 2026-06-25T04:06:36.729Z | Documenting macaddr v1.0.1 |
| 299 | 2026-06-25T04:06:36.766Z | Documenting stable_deref_trait v1.2.1 |
| 300 | 2026-06-25T04:06:36.977Z | Compiling version_check v0.9.5 |
| 301 | 2026-06-25T04:06:37.253Z | Checking ipnetwork v0.21.1 |
| 302 | 2026-06-25T04:06:37.297Z | Documenting cfg-if v1.0.4 |
| 303 | 2026-06-25T04:06:37.311Z | Checking unicode-width v0.2.2 |
| 304 | 2026-06-25T04:06:37.432Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 305 | 2026-06-25T04:06:37.471Z | Documenting heapless v0.8.0 |
| 306 | 2026-06-25T04:06:37.560Z | Documenting cobs v0.3.0 |
| 307 | 2026-06-25T04:06:37.566Z | Compiling darling v0.23.0 |
| 308 | 2026-06-25T04:06:37.684Z | Documenting managed v0.8.0 |
| 309 | 2026-06-25T04:06:37.902Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 310 | 2026-06-25T04:06:37.909Z | Checking ingot-types v0.1.2 |
| 311 | 2026-06-25T04:06:37.922Z | Checking tabwriter v1.4.1 |
| 312 | 2026-06-25T04:06:38.066Z | Checking itertools v0.15.0 |
| 313 | 2026-06-25T04:06:38.146Z | Documenting postcard v1.1.3 |
| 314 | 2026-06-25T04:06:38.261Z | Checking ingot v0.1.1 |
| 315 | 2026-06-25T04:06:38.411Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 316 | 2026-06-25T04:06:38.724Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 317 | 2026-06-25T04:06:38.775Z | Documenting ref-cast-impl v1.0.25 |
| 318 | 2026-06-25T04:06:38.879Z | Checking dyn-clone v1.0.20 |
| 319 | 2026-06-25T04:06:38.899Z | Documenting smoltcp v0.11.0 |
| 320 | 2026-06-25T04:06:38.922Z | Documenting ingot-types v0.1.2 |
| 321 | 2026-06-25T04:06:38.978Z | Documenting ipnetwork v0.21.1 |
| 322 | 2026-06-25T04:06:39.163Z | Documenting unicode-width v0.2.2 |
| 323 | 2026-06-25T04:06:39.365Z | Documenting either v1.16.0 |
| 324 | 2026-06-25T04:06:39.462Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 325 | 2026-06-25T04:06:39.694Z | Documenting ref-cast v1.0.25 |
| 326 | 2026-06-25T04:06:39.939Z | Documenting crc32fast v1.5.0 |
| 327 | 2026-06-25T04:06:39.946Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 328 | 2026-06-25T04:06:40.226Z | Documenting ingot v0.1.1 |
| 329 | 2026-06-25T04:06:40.430Z | Documenting tabwriter v1.4.1 |
| 330 | 2026-06-25T04:06:40.697Z | Documenting itertools v0.15.0 |
| 331 | 2026-06-25T04:06:40.836Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 332 | 2026-06-25T04:06:41.087Z | Documenting dyn-clone v1.0.20 |
| 333 | 2026-06-25T04:06:41.565Z | Documenting uuid v1.23.4 |
| 334 | 2026-06-25T04:06:41.850Z | Checking uuid v1.23.4 |
| 335 | 2026-06-25T04:06:42.099Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 336 | 2026-06-25T04:06:42.154Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 337 | 2026-06-25T04:06:43.528Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 338 | 2026-06-25T04:06:44.791Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 339 | 2026-06-25T04:06:47.152Z | Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 340 | 2026-06-25T04:06:48.798Z | Finished `dev` profile [optimized + debuginfo] target(s) in 25.33s |
| 341 | 2026-06-25T04:06:48.872Z | Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html |
| 342 | 2026-06-25T04:06:48.895Z | |
| 343 | 2026-06-25T04:06:48.900Z | real 25.423966236 |
| 344 | 2026-06-25T04:06:48.900Z | user 1:24.941152790 |
| 345 | 2026-06-25T04:06:48.900Z | sys 17.644096741 |
| 346 | 2026-06-25T04:06:48.900Z | trap 0.055344130 |
| 347 | 2026-06-25T04:06:48.900Z | tflt 0.042057947 |
| 348 | 2026-06-25T04:06:48.900Z | dflt 0.081881609 |
| 349 | 2026-06-25T04:06:48.900Z | kflt 0.004652700 |
| 350 | 2026-06-25T04:06:48.900Z | lock 9:02.373505441 |
| 351 | 2026-06-25T04:06:48.900Z | slp 4:48.390247882 |
| 352 | 2026-06-25T04:06:48.900Z | lat 7.576610796 |
| 353 | 2026-06-25T04:06:48.900Z | stop 13.284033074 |
| 354 | 2026-06-25T04:06:48.900Z | + header 'analyze std + api + usdt' |
| 355 | 2026-06-25T04:06:48.900Z | + echo '# ==== analyze std + api + usdt ==== #' |
| 356 | 2026-06-25T04:06:48.900Z | # ==== analyze std + api + usdt ==== # |
| 357 | 2026-06-25T04:06:48.900Z | + ptime -m cargo clippy --features usdt --all-targets -- --deny warnings |
| 358 | 2026-06-25T04:06:49.083Z | Downloading crates ... |
| 359 | 2026-06-25T04:06:49.140Z | Downloaded futures-core v0.3.32 |
| 360 | 2026-06-25T04:06:49.148Z | Downloaded once_cell v1.21.4 |
| 361 | 2026-06-25T04:06:49.155Z | Downloaded futures-sink v0.3.32 |
| 362 | 2026-06-25T04:06:49.155Z | Downloaded futures-executor v0.3.32 |
| 363 | 2026-06-25T04:06:49.162Z | Downloaded futures-io v0.3.32 |
| 364 | 2026-06-25T04:06:49.162Z | Downloaded anyhow v1.0.102 |
| 365 | 2026-06-25T04:06:49.167Z | Downloaded typeid v1.0.3 |
| 366 | 2026-06-25T04:06:49.167Z | Downloaded rusticata-macros v5.0.0 |
| 367 | 2026-06-25T04:06:49.167Z | Downloaded circular v0.3.0 |
| 368 | 2026-06-25T04:06:49.167Z | Downloaded futures-macro v0.3.32 |
| 369 | 2026-06-25T04:06:49.173Z | Downloaded futures-task v0.3.32 |
| 370 | 2026-06-25T04:06:49.173Z | Downloaded dtor-proc-macro v0.0.13 |
| 371 | 2026-06-25T04:06:49.173Z | Downloaded dtor v0.8.1 |
| 372 | 2026-06-25T04:06:49.177Z | Downloaded futures v0.3.32 |
| 373 | 2026-06-25T04:06:49.177Z | Downloaded slab v0.4.12 |
| 374 | 2026-06-25T04:06:49.177Z | Downloaded cookie-factory v0.3.3 |
| 375 | 2026-06-25T04:06:49.181Z | Downloaded pin-project-lite v0.2.17 |
| 376 | 2026-06-25T04:06:49.181Z | Downloaded ctor-proc-macro v0.0.13 |
| 377 | 2026-06-25T04:06:49.182Z | Downloaded ctor v0.10.1 |
| 378 | 2026-06-25T04:06:49.182Z | Downloaded link-section v0.2.1 |
| 379 | 2026-06-25T04:06:49.186Z | Downloaded futures-channel v0.3.32 |
| 380 | 2026-06-25T04:06:49.205Z | Downloaded nom v8.0.0 |
| 381 | 2026-06-25T04:06:49.219Z | Downloaded ron v0.12.1 |
| 382 | 2026-06-25T04:06:49.224Z | Downloaded pcap-parser v0.17.0 |
| 383 | 2026-06-25T04:06:49.224Z | Downloaded futures-util v0.3.32 |
| 384 | 2026-06-25T04:06:49.283Z | Compiling proc-macro2 v1.0.106 |
| 385 | 2026-06-25T04:06:49.283Z | Compiling quote v1.0.46 |
| 386 | 2026-06-25T04:06:49.287Z | Compiling unicode-ident v1.0.24 |
| 387 | 2026-06-25T04:06:49.287Z | Compiling memchr v2.8.2 |
| 388 | 2026-06-25T04:06:49.287Z | Compiling thiserror v2.0.18 |
| 389 | 2026-06-25T04:06:49.288Z | Compiling zerocopy v0.8.52 |
| 390 | 2026-06-25T04:06:49.288Z | Compiling serde_core v1.0.228 |
| 391 | 2026-06-25T04:06:49.466Z | Compiling zmij v1.0.21 |
| 392 | 2026-06-25T04:06:49.683Z | Compiling libc v0.2.186 |
| 393 | 2026-06-25T04:06:49.689Z | Compiling ident_case v1.0.1 |
| 394 | 2026-06-25T04:06:49.735Z | Compiling ucd-trie v0.1.7 |
| 395 | 2026-06-25T04:06:49.773Z | Compiling strsim v0.11.1 |
| 396 | 2026-06-25T04:06:49.785Z | Compiling serde_json v1.0.150 |
| 397 | 2026-06-25T04:06:49.896Z | Compiling pest v2.8.6 |
| 398 | 2026-06-25T04:06:49.943Z | Compiling serde v1.0.228 |
| 399 | 2026-06-25T04:06:50.180Z | Compiling fnv v1.0.7 |
| 400 | 2026-06-25T04:06:50.316Z | Compiling aho-corasick v1.1.4 |
| 401 | 2026-06-25T04:06:50.342Z | Compiling regex-syntax v0.8.11 |
| 402 | 2026-06-25T04:06:50.551Z | Compiling syn v2.0.118 |
| 403 | 2026-06-25T04:06:50.605Z | Compiling itoa v1.0.18 |
| 404 | 2026-06-25T04:06:50.620Z | Checking byteorder v1.5.0 |
| 405 | 2026-06-25T04:06:51.096Z | Compiling pest_meta v2.8.6 |
| 406 | 2026-06-25T04:06:51.100Z | Compiling either v1.16.0 |
| 407 | 2026-06-25T04:06:51.205Z | Compiling usdt-impl v0.6.0 |
| 408 | 2026-06-25T04:06:51.296Z | Compiling itertools v0.14.0 |
| 409 | 2026-06-25T04:06:51.445Z | Checking bitflags v2.13.0 |
| 410 | 2026-06-25T04:06:51.516Z | Compiling thread-id v5.1.0 |
| 411 | 2026-06-25T04:06:51.774Z | Compiling regex-automata v0.4.14 |
| 412 | 2026-06-25T04:06:52.065Z | Compiling heapless v0.8.0 |
| 413 | 2026-06-25T04:06:52.114Z | Checking futures-sink v0.3.32 |
| 414 | 2026-06-25T04:06:52.336Z | Checking log v0.4.33 |
| 415 | 2026-06-25T04:06:52.355Z | Checking futures-core v0.3.32 |
| 416 | 2026-06-25T04:06:52.381Z | Checking plain v0.2.3 |
| 417 | 2026-06-25T04:06:52.470Z | Checking futures-channel v0.3.32 |
| 418 | 2026-06-25T04:06:52.537Z | Checking hash32 v0.3.1 |
| 419 | 2026-06-25T04:06:52.655Z | Checking futures-io v0.3.32 |
| 420 | 2026-06-25T04:06:52.659Z | Checking cfg-if v1.0.4 |
| 421 | 2026-06-25T04:06:52.710Z | Checking macaddr v1.0.1 |
| 422 | 2026-06-25T04:06:52.720Z | Checking slab v0.4.12 |
| 423 | 2026-06-25T04:06:52.758Z | Checking pin-project-lite v0.2.17 |
| 424 | 2026-06-25T04:06:52.844Z | Checking stable_deref_trait v1.2.1 |
| 425 | 2026-06-25T04:06:52.848Z | Compiling smoltcp v0.11.0 |
| 426 | 2026-06-25T04:06:52.867Z | Checking futures-task v0.3.32 |
| 427 | 2026-06-25T04:06:52.907Z | Checking pretty-hex v0.4.2 |
| 428 | 2026-06-25T04:06:52.999Z | Compiling pest_generator v2.8.6 |
| 429 | 2026-06-25T04:06:53.019Z | Compiling darling_core v0.21.3 |
| 430 | 2026-06-25T04:06:53.097Z | Compiling darling_core v0.23.0 |
| 431 | 2026-06-25T04:06:53.378Z | Compiling ref-cast v1.0.25 |
| 432 | 2026-06-25T04:06:53.538Z | Compiling regex v1.12.4 |
| 433 | 2026-06-25T04:06:53.611Z | Compiling crc32fast v1.5.0 |
| 434 | 2026-06-25T04:06:53.692Z | Compiling version_check v0.9.5 |
| 435 | 2026-06-25T04:06:53.896Z | Checking managed v0.8.0 |
| 436 | 2026-06-25T04:06:53.937Z | Checking bitflags v1.3.2 |
| 437 | 2026-06-25T04:06:53.967Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 438 | 2026-06-25T04:06:54.070Z | Checking memmap2 v0.9.10 |
| 439 | 2026-06-25T04:06:54.181Z | Compiling serde_derive v1.0.228 |
| 440 | 2026-06-25T04:06:54.217Z | Compiling thiserror-impl v2.0.18 |
| 441 | 2026-06-25T04:06:54.230Z | Compiling zerocopy-derive v0.8.52 |
| 442 | 2026-06-25T04:06:54.380Z | Compiling pest_derive v2.8.6 |
| 443 | 2026-06-25T04:06:54.918Z | Compiling scroll_derive v0.13.1 |
| 444 | 2026-06-25T04:06:55.203Z | Compiling darling_macro v0.21.3 |
| 445 | 2026-06-25T04:06:55.307Z | Compiling futures-macro v0.3.32 |
| 446 | 2026-06-25T04:06:55.311Z | Compiling darling_macro v0.23.0 |
| 447 | 2026-06-25T04:06:55.376Z | Compiling ref-cast-impl v1.0.25 |
| 448 | 2026-06-25T04:06:55.650Z | Compiling dtrace-parser v0.3.0 |
| 449 | 2026-06-25T04:06:55.756Z | Compiling darling v0.21.3 |
| 450 | 2026-06-25T04:06:55.829Z | Checking scroll v0.13.0 |
| 451 | 2026-06-25T04:06:55.859Z | Compiling ingot-macros v0.1.1 |
| 452 | 2026-06-25T04:06:55.958Z | Checking cobs v0.3.0 |
| 453 | 2026-06-25T04:06:56.052Z | Checking goblin v0.10.7 |
| 454 | 2026-06-25T04:06:56.115Z | Checking futures-util v0.3.32 |
| 455 | 2026-06-25T04:06:56.257Z | Compiling darling v0.23.0 |
| 456 | 2026-06-25T04:06:56.331Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 457 | 2026-06-25T04:06:56.498Z | Checking ipnetwork v0.21.1 |
| 458 | 2026-06-25T04:06:56.644Z | Checking unicode-width v0.2.2 |
| 459 | 2026-06-25T04:06:56.676Z | Checking itertools v0.15.0 |
| 460 | 2026-06-25T04:06:56.898Z | Checking tabwriter v1.4.1 |
| 461 | 2026-06-25T04:06:57.374Z | Checking postcard v1.1.3 |
| 462 | 2026-06-25T04:06:57.459Z | Compiling serde_tokenstream v0.2.3 |
| 463 | 2026-06-25T04:06:57.530Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 464 | 2026-06-25T04:06:57.740Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 465 | 2026-06-25T04:06:57.900Z | Checking nom v8.0.0 |
| 466 | 2026-06-25T04:06:58.070Z | Checking futures-executor v0.3.32 |
| 467 | 2026-06-25T04:06:58.217Z | Checking futures v0.3.32 |
| 468 | 2026-06-25T04:06:58.249Z | Compiling anyhow v1.0.102 |
| 469 | 2026-06-25T04:06:58.283Z | Compiling typeid v1.0.3 |
| 470 | 2026-06-25T04:06:58.334Z | Checking dyn-clone v1.0.20 |
| 471 | 2026-06-25T04:06:58.430Z | Checking cookie-factory v0.3.3 |
| 472 | 2026-06-25T04:06:58.435Z | Checking uuid v1.23.4 |
| 473 | 2026-06-25T04:06:58.545Z | Checking ingot-types v0.1.2 |
| 474 | 2026-06-25T04:06:58.564Z | Compiling dof v0.4.0 |
| 475 | 2026-06-25T04:06:58.681Z | Checking circular v0.3.0 |
| 476 | 2026-06-25T04:06:58.698Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 477 | 2026-06-25T04:06:58.742Z | Compiling dtor-proc-macro v0.0.13 |
| 478 | 2026-06-25T04:06:58.824Z | Checking once_cell v1.21.4 |
| 479 | 2026-06-25T04:06:58.876Z | Compiling ctor-proc-macro v0.0.13 |
| 480 | 2026-06-25T04:06:58.882Z | Checking ingot v0.1.1 |
| 481 | 2026-06-25T04:06:58.952Z | Checking link-section v0.2.1 |
| 482 | 2026-06-25T04:06:58.982Z | Checking ron v0.12.1 |
| 483 | 2026-06-25T04:06:59.083Z | Checking dtor v0.8.1 |
| 484 | 2026-06-25T04:06:59.212Z | Checking ctor v0.10.1 |
| 485 | 2026-06-25T04:06:59.570Z | Compiling usdt-macro v0.6.0 |
| 486 | 2026-06-25T04:06:59.573Z | Compiling usdt-attr-macro v0.6.0 |
| 487 | 2026-06-25T04:06:59.909Z | Checking rusticata-macros v5.0.0 |
| 488 | 2026-06-25T04:07:00.031Z | Checking pcap-parser v0.17.0 |
| 489 | 2026-06-25T04:07:00.183Z | Checking usdt v0.6.0 |
| 490 | 2026-06-25T04:07:00.493Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 491 | 2026-06-25T04:07:04.948Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 492 | 2026-06-25T04:07:06.610Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 493 | 2026-06-25T04:07:08.946Z | Finished `dev` profile [optimized + debuginfo] target(s) in 20.00s |
| 494 | 2026-06-25T04:07:08.980Z | |
| 495 | 2026-06-25T04:07:08.980Z | real 20.080747370 |
| 496 | 2026-06-25T04:07:08.980Z | user 1:14.549276788 |
| 497 | 2026-06-25T04:07:08.984Z | sys 15.475706141 |
| 498 | 2026-06-25T04:07:08.984Z | trap 0.039076580 |
| 499 | 2026-06-25T04:07:08.984Z | tflt 0.092978685 |
| 500 | 2026-06-25T04:07:08.984Z | dflt 0.158692193 |
| 501 | 2026-06-25T04:07:08.984Z | kflt 0.000010150 |
| 502 | 2026-06-25T04:07:08.984Z | lock 4:08.287746697 |
| 503 | 2026-06-25T04:07:08.984Z | slp 3:56.132553775 |
| 504 | 2026-06-25T04:07:08.984Z | lat 4.403106375 |
| 505 | 2026-06-25T04:07:08.984Z | stop 8.729210976 |
| 506 | 2026-06-25T04:07:08.984Z | + header 'analyze no_std + engine + kernel' |
| 507 | 2026-06-25T04:07:08.984Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 508 | 2026-06-25T04:07:08.984Z | + ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel |
| 509 | 2026-06-25T04:07:08.984Z | # ==== analyze no_std + engine + kernel ==== # |
| 510 | 2026-06-25T04:07:09.162Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 511 | 2026-06-25T04:07:09.162Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 512 | 2026-06-25T04:07:09.165Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 513 | 2026-06-25T04:07:09.182Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 514 | 2026-06-25T04:07:09.430Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 515 | 2026-06-25T04:07:13.235Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 516 | 2026-06-25T04:07:14.661Z | Finished `dev` profile [optimized + debuginfo] target(s) in 5.63s |
| 517 | 2026-06-25T04:07:14.687Z | |
| 518 | 2026-06-25T04:07:14.690Z | real 5.700602106 |
| 519 | 2026-06-25T04:07:14.690Z | user 5.932139605 |
| 520 | 2026-06-25T04:07:14.690Z | sys 1.037620277 |
| 521 | 2026-06-25T04:07:14.690Z | trap 0.001062860 |
| 522 | 2026-06-25T04:07:14.690Z | tflt 0.006787280 |
| 523 | 2026-06-25T04:07:14.690Z | dflt 0.004697271 |
| 524 | 2026-06-25T04:07:14.690Z | kflt 0.000000000 |
| 525 | 2026-06-25T04:07:14.690Z | lock 26.721155528 |
| 526 | 2026-06-25T04:07:14.690Z | slp 21.223497203 |
| 527 | 2026-06-25T04:07:14.690Z | lat 0.049495548 |
| 528 | 2026-06-25T04:07:14.690Z | stop 0.257113599 |
| 529 | 2026-06-25T04:07:14.690Z | + header test |
| 530 | 2026-06-25T04:07:14.690Z | + echo '# ==== test ==== #' |
| 531 | 2026-06-25T04:07:14.690Z | + ptime -m cargo test |
| 532 | 2026-06-25T04:07:14.690Z | # ==== test ==== # |
| 533 | 2026-06-25T04:07:14.847Z | Compiling memchr v2.8.2 |
| 534 | 2026-06-25T04:07:14.851Z | Compiling serde_core v1.0.228 |
| 535 | 2026-06-25T04:07:14.872Z | Compiling thiserror v2.0.18 |
| 536 | 2026-06-25T04:07:14.875Z | Compiling zerocopy v0.8.52 |
| 537 | 2026-06-25T04:07:14.878Z | Compiling unicode-ident v1.0.24 |
| 538 | 2026-06-25T04:07:14.878Z | Compiling byteorder v1.5.0 |
| 539 | 2026-06-25T04:07:14.883Z | Compiling zmij v1.0.21 |
| 540 | 2026-06-25T04:07:14.883Z | Compiling libc v0.2.186 |
| 541 | 2026-06-25T04:07:14.961Z | Compiling proc-macro2 v1.0.106 |
| 542 | 2026-06-25T04:07:15.007Z | Compiling scroll v0.13.0 |
| 543 | 2026-06-25T04:07:15.106Z | Compiling plain v0.2.3 |
| 544 | 2026-06-25T04:07:15.205Z | Compiling futures-sink v0.3.32 |
| 545 | 2026-06-25T04:07:15.235Z | Compiling ucd-trie v0.1.7 |
| 546 | 2026-06-25T04:07:15.275Z | Compiling itoa v1.0.18 |
| 547 | 2026-06-25T04:07:15.292Z | Compiling futures-core v0.3.32 |
| 548 | 2026-06-25T04:07:15.299Z | Compiling log v0.4.33 |
| 549 | 2026-06-25T04:07:15.455Z | Compiling goblin v0.10.7 |
| 550 | 2026-06-25T04:07:15.535Z | Compiling futures-channel v0.3.32 |
| 551 | 2026-06-25T04:07:15.535Z | Compiling pest v2.8.6 |
| 552 | 2026-06-25T04:07:15.783Z | Compiling quote v1.0.46 |
| 553 | 2026-06-25T04:07:15.962Z | Compiling hash32 v0.3.1 |
| 554 | 2026-06-25T04:07:16.129Z | Compiling pretty-hex v0.4.2 |
| 555 | 2026-06-25T04:07:16.265Z | Compiling macaddr v1.0.1 |
| 556 | 2026-06-25T04:07:16.453Z | Compiling futures-io v0.3.32 |
| 557 | 2026-06-25T04:07:16.489Z | Compiling stable_deref_trait v1.2.1 |
| 558 | 2026-06-25T04:07:16.518Z | Compiling slab v0.4.12 |
| 559 | 2026-06-25T04:07:16.558Z | Compiling cfg-if v1.0.4 |
| 560 | 2026-06-25T04:07:16.623Z | Compiling pin-project-lite v0.2.17 |
| 561 | 2026-06-25T04:07:16.642Z | Compiling futures-task v0.3.32 |
| 562 | 2026-06-25T04:07:16.700Z | Compiling serde v1.0.228 |
| 563 | 2026-06-25T04:07:16.712Z | Compiling bitflags v2.13.0 |
| 564 | 2026-06-25T04:07:16.835Z | Compiling serde_json v1.0.150 |
| 565 | 2026-06-25T04:07:16.904Z | Compiling futures-util v0.3.32 |
| 566 | 2026-06-25T04:07:17.147Z | Compiling dtrace-parser v0.3.0 |
| 567 | 2026-06-25T04:07:17.317Z | Compiling heapless v0.8.0 |
| 568 | 2026-06-25T04:07:17.354Z | Compiling syn v2.0.118 |
| 569 | 2026-06-25T04:07:17.770Z | Compiling ingot-types v0.1.2 |
| 570 | 2026-06-25T04:07:17.833Z | Compiling thread-id v5.1.0 |
| 571 | 2026-06-25T04:07:17.910Z | Compiling cobs v0.3.0 |
| 572 | 2026-06-25T04:07:17.975Z | Compiling bitflags v1.3.2 |
| 573 | 2026-06-25T04:07:18.039Z | Compiling managed v0.8.0 |
| 574 | 2026-06-25T04:07:18.181Z | Compiling ingot v0.1.1 |
| 575 | 2026-06-25T04:07:18.188Z | Compiling postcard v1.1.3 |
| 576 | 2026-06-25T04:07:18.249Z | Compiling smoltcp v0.11.0 |
| 577 | 2026-06-25T04:07:18.546Z | Compiling dof v0.4.0 |
| 578 | 2026-06-25T04:07:19.735Z | Compiling futures-executor v0.3.32 |
| 579 | 2026-06-25T04:07:20.039Z | Compiling usdt-impl v0.6.0 |
| 580 | 2026-06-25T04:07:20.344Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 581 | 2026-06-25T04:07:20.419Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 582 | 2026-06-25T04:07:20.585Z | Compiling memmap2 v0.9.10 |
| 583 | 2026-06-25T04:07:20.833Z | Compiling ipnetwork v0.21.1 |
| 584 | 2026-06-25T04:07:20.900Z | Compiling either v1.16.0 |
| 585 | 2026-06-25T04:07:21.040Z | Compiling unicode-width v0.2.2 |
| 586 | 2026-06-25T04:07:21.086Z | Compiling itertools v0.15.0 |
| 587 | 2026-06-25T04:07:21.370Z | Compiling tabwriter v1.4.1 |
| 588 | 2026-06-25T04:07:21.377Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 589 | 2026-06-25T04:07:21.780Z | Compiling ref-cast v1.0.25 |
| 590 | 2026-06-25T04:07:21.877Z | Compiling usdt v0.6.0 |
| 591 | 2026-06-25T04:07:22.101Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 592 | 2026-06-25T04:07:22.481Z | Compiling futures v0.3.32 |
| 593 | 2026-06-25T04:07:22.497Z | Compiling crc32fast v1.5.0 |
| 594 | 2026-06-25T04:07:22.531Z | Compiling nom v8.0.0 |
| 595 | 2026-06-25T04:07:22.551Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 596 | 2026-06-25T04:07:22.739Z | Compiling dyn-clone v1.0.20 |
| 597 | 2026-06-25T04:07:22.800Z | Compiling cookie-factory v0.3.3 |
| 598 | 2026-06-25T04:07:22.905Z | Compiling uuid v1.23.4 |
| 599 | 2026-06-25T04:07:23.147Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 600 | 2026-06-25T04:07:23.383Z | Compiling circular v0.3.0 |
| 601 | 2026-06-25T04:07:23.544Z | Compiling dtor v0.8.1 |
| 602 | 2026-06-25T04:07:23.602Z | Compiling anyhow v1.0.102 |
| 603 | 2026-06-25T04:07:23.627Z | Compiling typeid v1.0.3 |
| 604 | 2026-06-25T04:07:23.637Z | Compiling link-section v0.2.1 |
| 605 | 2026-06-25T04:07:23.734Z | Compiling once_cell v1.21.4 |
| 606 | 2026-06-25T04:07:23.781Z | Compiling ctor v0.10.1 |
| 607 | 2026-06-25T04:07:23.861Z | Compiling ron v0.12.1 |
| 608 | 2026-06-25T04:07:25.198Z | Compiling rusticata-macros v5.0.0 |
| 609 | 2026-06-25T04:07:25.526Z | Compiling pcap-parser v0.17.0 |
| 610 | 2026-06-25T04:07:29.096Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 611 | 2026-06-25T04:07:31.585Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 612 | 2026-06-25T04:08:09.606Z | Finished `test` profile [optimized + debuginfo] target(s) in 54.90s |
| 613 | 2026-06-25T04:08:09.625Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-c8b3246331244640) |
| 614 | 2026-06-25T04:08:09.628Z | |
| 615 | 2026-06-25T04:08:09.628Z | running 15 tests |
| 616 | 2026-06-25T04:08:09.628Z | test api::tests::parse_good_proto_filter ... ok |
| 617 | 2026-06-25T04:08:09.628Z | test api::tests::parse_bad_address ... ok |
| 618 | 2026-06-25T04:08:09.628Z | test api::tests::parse_bad_proto_filter ... ok |
| 619 | 2026-06-25T04:08:09.628Z | test api::tests::ports_from_str_good ... ok |
| 620 | 2026-06-25T04:08:09.628Z | test api::tests::parse_good_address ... ok |
| 621 | 2026-06-25T04:08:09.628Z | test api::tests::ports_from_str_bad ... ok |
| 622 | 2026-06-25T04:08:09.628Z | test cfg::tests::test_required_nat_space_only_ipv4 ... ok |
| 623 | 2026-06-25T04:08:09.628Z | test cfg::tests::test_required_nat_space ... ok |
| 624 | 2026-06-25T04:08:09.628Z | test cfg::tests::test_required_nat_space_only_ipv6 ... ok |
| 625 | 2026-06-25T04:08:09.628Z | test engine::geneve::test::option_packet_length_with_known_options ... ok |
| 626 | 2026-06-25T04:08:09.628Z | test engine::geneve::test::parse_multi_opt ... ok |
| 627 | 2026-06-25T04:08:09.628Z | test engine::geneve::test::parse_single_opt ... ok |
| 628 | 2026-06-25T04:08:09.628Z | test engine::geneve::test::unknown_crit_option_fails ... ok |
| 629 | 2026-06-25T04:08:09.628Z | test engine::geneve::test::parse_multicast_replication_values ... ok |
| 630 | 2026-06-25T04:08:09.631Z | test engine::firewall::tests::port_predicate_simplification ... ok |
| 631 | 2026-06-25T04:08:09.631Z | |
| 632 | 2026-06-25T04:08:09.631Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 633 | 2026-06-25T04:08:09.631Z | |
| 634 | 2026-06-25T04:08:09.631Z | Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-27fbad6414db1cf9) |
| 635 | 2026-06-25T04:08:09.631Z | |
| 636 | 2026-06-25T04:08:09.631Z | running 4 tests |
| 637 | 2026-06-25T04:08:09.634Z | test firewall_vni_outbound ... ok |
| 638 | 2026-06-25T04:08:09.634Z | test firewall_external_inbound ... ok |
| 639 | 2026-06-25T04:08:09.634Z | test firewall_vni_inbound ... ok |
| 640 | 2026-06-25T04:08:09.634Z | test firewall_replace_rules ... ok |
| 641 | 2026-06-25T04:08:09.634Z | |
| 642 | 2026-06-25T04:08:09.634Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 643 | 2026-06-25T04:08:09.634Z | |
| 644 | 2026-06-25T04:08:09.634Z | Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-aa8d562eba8127c8) |
| 645 | 2026-06-25T04:08:09.634Z | |
| 646 | 2026-06-25T04:08:09.634Z | running 2 tests |
| 647 | 2026-06-25T04:08:09.634Z | test parse_in_regression ... ok |
| 648 | 2026-06-25T04:08:09.635Z | test parse_out_regression ... ok |
| 649 | 2026-06-25T04:08:09.635Z | |
| 650 | 2026-06-25T04:08:09.635Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 651 | 2026-06-25T04:08:09.635Z | |
| 652 | 2026-06-25T04:08:09.635Z | Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-d2458e2e1ff90162) |
| 653 | 2026-06-25T04:08:09.638Z | |
| 654 | 2026-06-25T04:08:09.638Z | running 48 tests |
| 655 | 2026-06-25T04:08:09.638Z | test bad_ip_len ... ok |
| 656 | 2026-06-25T04:08:09.638Z | test add_remove_fw_rule ... ok |
| 657 | 2026-06-25T04:08:09.638Z | test check_layers ... ok |
| 658 | 2026-06-25T04:08:09.638Z | test arp_gateway ... ok |
| 659 | 2026-06-25T04:08:09.638Z | test anti_spoof ... ok |
| 660 | 2026-06-25T04:08:09.638Z | test external_attached_subnets_cannot_reach_internal ... ok |
| 661 | 2026-06-25T04:08:09.638Z | test ephemeral_ip_preferred_over_snat_outbound ... ok |
| 662 | 2026-06-25T04:08:09.638Z | test external_attached_subnets_dont_apply_nat ... ok |
| 663 | 2026-06-25T04:08:09.642Z | test flow_expiration ... ok |
| 664 | 2026-06-25T04:08:09.642Z | test external_ip_epoch_affinity_preserved ... ok |
| 665 | 2026-06-25T04:08:09.642Z | test gateway_icmp4_ping ... ok |
| 666 | 2026-06-25T04:08:09.642Z | test gateway_icmpv6_ping ... ok |
| 667 | 2026-06-25T04:08:09.642Z | test external_ip_reconfigurable ... ok |
| 668 | 2026-06-25T04:08:09.642Z | test gateway_router_advert_reply ... ok |
| 669 | 2026-06-25T04:08:09.642Z | test early_tcp_invalidation ... ok |
| 670 | 2026-06-25T04:08:09.642Z | test guest_to_internet_ipv4 ... ok |
| 671 | 2026-06-25T04:08:09.642Z | test guest_to_guest_diff_vpc_no_peer ... ok |
| 672 | 2026-06-25T04:08:09.642Z | test guest_to_guest_no_route ... ok |
| 673 | 2026-06-25T04:08:09.642Z | test guest_to_internet_ipv6 ... ok |
| 674 | 2026-06-25T04:08:09.642Z | test guest_to_guest ... ok |
| 675 | 2026-06-25T04:08:09.642Z | test icmp_inner_has_nat_applied ... ok |
| 676 | 2026-06-25T04:08:09.642Z | test inbound_ndp_dropped_at_gateway ... ok |
| 677 | 2026-06-25T04:08:09.642Z | test external_ip_balanced_over_floating_ips ... ok |
| 678 | 2026-06-25T04:08:09.642Z | test icmpv6_inner_has_nat_applied ... ok |
| 679 | 2026-06-25T04:08:09.642Z | test intra_subnet_routes_with_custom ... ok |
| 680 | 2026-06-25T04:08:09.642Z | test packet_body_pullup ... ok |
| 681 | 2026-06-25T04:08:09.642Z | test internal_attached_subnets ... ok |
| 682 | 2026-06-25T04:08:09.643Z | test external_ip_receive_and_reply_on_all ... ok |
| 683 | 2026-06-25T04:08:09.643Z | test no_panic_on_flow_table_full ... ok |
| 684 | 2026-06-25T04:08:09.643Z | test outbound_ndp_dropped ... ok |
| 685 | 2026-06-25T04:08:09.643Z | test port_transition_running ... ok |
| 686 | 2026-06-25T04:08:09.643Z | test port_transition_reset ... ok |
| 687 | 2026-06-25T04:08:09.643Z | test port_transition_pause ... ok |
| 688 | 2026-06-25T04:08:09.643Z | test port_as_router_target ... ok |
| 689 | 2026-06-25T04:08:09.643Z | test select_eip_conditioned_on_igw ... ok |
| 690 | 2026-06-25T04:08:09.643Z | test test_drop_on_unknown_critical_option ... ok |
| 691 | 2026-06-25T04:08:09.643Z | test snat_icmp4_echo_rewrite ... ok |
| 692 | 2026-06-25T04:08:09.643Z | test tcp_invalidation_does_not_block_connection ... ok |
| 693 | 2026-06-25T04:08:09.643Z | test snat_icmp6_echo_rewrite ... ok |
| 694 | 2026-06-25T04:08:09.643Z | test tcp_inbound ... ok |
| 695 | 2026-06-25T04:08:09.643Z | test test_v6_ext_hdr_geneve_offset_ok ... ok |
| 696 | 2026-06-25T04:08:09.643Z | test tcp_outbound ... ok |
| 697 | 2026-06-25T04:08:09.643Z | test test_tcp_multicast_denied ... ok |
| 698 | 2026-06-25T04:08:09.643Z | test test_gateway_neighbor_advert_reply ... ok |
| 699 | 2026-06-25T04:08:09.643Z | test test_ipv6_multicast_encapsulation ... ok |
| 700 | 2026-06-25T04:08:09.643Z | test test_reply_to_dhcpv6_solicit_or_request ... ok |
| 701 | 2026-06-25T04:08:09.643Z | test uft_lft_invalidation_out ... ok |
| 702 | 2026-06-25T04:08:09.643Z | test uft_lft_invalidation_in ... ok |
| 703 | 2026-06-25T04:08:09.643Z | |
| 704 | 2026-06-25T04:08:09.643Z | test result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 705 | 2026-06-25T04:08:09.643Z | |
| 706 | 2026-06-25T04:08:09.643Z | Doc-tests oxide_vpc |
| 707 | 2026-06-25T04:08:09.942Z | |
| 708 | 2026-06-25T04:08:09.942Z | running 0 tests |
| 709 | 2026-06-25T04:08:09.942Z | |
| 710 | 2026-06-25T04:08:09.942Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 711 | 2026-06-25T04:08:09.942Z | |
| 712 | 2026-06-25T04:08:09.971Z | |
| 713 | 2026-06-25T04:08:09.971Z | real 55.272150549 |
| 714 | 2026-06-25T04:08:09.971Z | user 3:19.902478850 |
| 715 | 2026-06-25T04:08:09.974Z | sys 11.967929247 |
| 716 | 2026-06-25T04:08:09.974Z | trap 0.092836431 |
| 717 | 2026-06-25T04:08:09.974Z | tflt 0.195301002 |
| 718 | 2026-06-25T04:08:09.974Z | dflt 0.423822992 |
| 719 | 2026-06-25T04:08:09.974Z | kflt 0.000025030 |
| 720 | 2026-06-25T04:08:09.974Z | lock 12:50.193249314 |
| 721 | 2026-06-25T04:08:09.974Z | slp 6:38.144596888 |
| 722 | 2026-06-25T04:08:09.974Z | lat 8.235049587 |
| 723 | 2026-06-25T04:08:09.974Z | stop 5.197350203 |
| 724 | 2026-06-25T04:08:09.974Z | process exited: duration 124311 ms, exit code 0 |
| |
| 725 | 2026-06-25T04:08:09.981Z | found 0 output files |