|
|
|
| 1 | 2026-07-16T19:28:27.540Z | job assigned to worker 01KXP6C3BKZ3SZVR184AG1QYBA [factory aws, i-0332fb05e38a146b1] (queued for 1 m 3 s) |
| |
| 2 | 2026-07-16T19:28:33.795Z | starting task 0: "setup" |
| 3 | 2026-07-16T19:28:33.801Z | ++ uname -s |
| 4 | 2026-07-16T19:28:33.801Z | + kern=SunOS |
| 5 | 2026-07-16T19:28:33.801Z | + build_user=build |
| 6 | 2026-07-16T19:28:33.801Z | + build_uid=12345 |
| 7 | 2026-07-16T19:28:33.801Z | + work_dir=/work |
| 8 | 2026-07-16T19:28:33.802Z | + input_dir=/input |
| 9 | 2026-07-16T19:28:33.802Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-16T19:28:33.802Z | + case "$kern" in |
| 11 | 2026-07-16T19:28:33.802Z | + groupadd -g 12345 build |
| 12 | 2026-07-16T19:28:33.818Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-16T19:28:35.809Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-16T19:28:35.905Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-16T19:28:35.910Z | + home_fs=zfs |
| 16 | 2026-07-16T19:28:35.910Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-16T19:28:35.910Z | + mkdir -p /home/build |
| 18 | 2026-07-16T19:28:35.910Z | + chown build:build /home/build /work |
| 19 | 2026-07-16T19:28:37.909Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-16T19:28:37.913Z | process exited: duration 4121 ms, exit code 0 |
| |
| 21 | 2026-07-16T19:28:37.920Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-16T19:28:37.925Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-16T19:28:37.925Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-07-16T19:28:37.925Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-07-16T19:28:37.925Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-07-16T19:28:37.925Z | * rust toolchain channel = "1.96.1" |
| 27 | 2026-07-16T19:28:37.929Z | * rust toolchain profile = "default" |
| 28 | 2026-07-16T19:28:37.929Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-16T19:28:37.929Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-16T19:28:37.983Z | info: downloading installer |
| 31 | 2026-07-16T19:28:39.266Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-16T19:28:39.266Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-16T19:28:39.266Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-16T19:28:39.266Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-16T19:28:39.278Z | info: profile set to default |
| 36 | 2026-07-16T19:28:39.279Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-16T19:28:39.282Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-16T19:28:39.431Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-16T19:28:39.434Z | info: downloading 6 components |
| 40 | 2026-07-16T19:28:54.060Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-16T19:28:54.060Z | |
| 42 | 2026-07-16T19:28:54.095Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-16T19:28:54.095Z | |
| 44 | 2026-07-16T19:28:54.095Z | |
| 45 | 2026-07-16T19:28:54.099Z | Rust is installed now. Great! |
| 46 | 2026-07-16T19:28:54.099Z | |
| 47 | 2026-07-16T19:28:54.099Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-16T19:28:54.099Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-16T19:28:54.099Z | |
| 50 | 2026-07-16T19:28:54.099Z | To configure your current shell, you need to source |
| 51 | 2026-07-16T19:28:54.099Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-16T19:28:54.099Z | |
| 53 | 2026-07-16T19:28:54.099Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-16T19:28:54.099Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-16T19:28:54.099Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-16T19:28:54.099Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-16T19:28:54.099Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-16T19:28:54.099Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-16T19:28:54.099Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-16T19:28:54.099Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-16T19:28:54.099Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-16T19:28:54.203Z | + rustup --version |
| 63 | 2026-07-16T19:28:54.212Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-16T19:28:54.215Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-16T19:28:54.233Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-16T19:28:54.236Z | + cargo --version |
| 67 | 2026-07-16T19:28:54.250Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-16T19:28:54.253Z | + rustc --version |
| 69 | 2026-07-16T19:28:54.272Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-16T19:28:54.276Z | process exited: duration 16355 ms, exit code 0 |
| |
| 71 | 2026-07-16T19:28:54.282Z | starting task 2: "authentication" |
| 72 | 2026-07-16T19:28:54.299Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-07-16T19:28:54.306Z | starting task 3: "clone repository" |
| 74 | 2026-07-16T19:28:54.310Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-16T19:28:54.313Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-16T19:28:54.342Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-16T19:28:55.324Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-16T19:28:55.327Z | + git fetch origin 422997750e66c7abef4989baf0ef6f5c20ab5157 |
| 79 | 2026-07-16T19:28:55.598Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-16T19:28:55.598Z | * branch 422997750e66c7abef4989baf0ef6f5c20ab5157 -> FETCH_HEAD |
| 81 | 2026-07-16T19:28:55.605Z | + [[ -n icmp-ptb ]] |
| 82 | 2026-07-16T19:28:55.608Z | ++ git branch --show-current |
| 83 | 2026-07-16T19:28:55.608Z | + current=master |
| 84 | 2026-07-16T19:28:55.608Z | + [[ master != icmp-ptb ]] |
| 85 | 2026-07-16T19:28:55.608Z | + git branch -f icmp-ptb 422997750e66c7abef4989baf0ef6f5c20ab5157 |
| 86 | 2026-07-16T19:28:55.611Z | + git checkout -f icmp-ptb |
| 87 | 2026-07-16T19:28:55.626Z | Switched to branch 'icmp-ptb' |
| 88 | 2026-07-16T19:28:55.631Z | + git reset --hard 422997750e66c7abef4989baf0ef6f5c20ab5157 |
| 89 | 2026-07-16T19:28:55.642Z | HEAD is now at 4229977 Safety catch |
| 90 | 2026-07-16T19:28:55.645Z | process exited: duration 1337 ms, exit code 0 |
| |
| 91 | 2026-07-16T19:28:55.653Z | starting task 4: "build" |
| 92 | 2026-07-16T19:28:55.656Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-16T19:28:55.656Z | ++ rustup show active-toolchain |
| 94 | 2026-07-16T19:28:55.661Z | 1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-07-16T19:28:55.664Z | ++ pushd xde |
| 96 | 2026-07-16T19:28:55.664Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-07-16T19:28:55.664Z | ++ rustup show active-toolchain |
| 98 | 2026-07-16T19:28:55.669Z | info: syncing channel updates for nightly-2026-06-30-x86_64-unknown-illumos |
| 99 | 2026-07-16T19:28:55.830Z | info: latest update on 2026-06-30 for version 1.98.0-nightly (096694416 2026-06-29) |
| 100 | 2026-07-16T19:28:55.834Z | info: downloading 6 components |
| 101 | 2026-07-16T19:29:08.905Z | nightly-2026-06-30-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-07-16T19:29:08.988Z | +++ rustup show active-toolchain -v |
| 103 | 2026-07-16T19:29:08.991Z | +++ head -n 1 |
| 104 | 2026-07-16T19:29:08.991Z | +++ cut '-d ' -f1 |
| 105 | 2026-07-16T19:29:09.043Z | ++ export NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos |
| 106 | 2026-07-16T19:29:09.043Z | ++ NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos |
| 107 | 2026-07-16T19:29:09.043Z | ++ popd |
| 108 | 2026-07-16T19:29:09.046Z | /work/oxidecomputer/opte |
| 109 | 2026-07-16T19:29:09.046Z | + cargo --version |
| 110 | 2026-07-16T19:29:09.052Z | cargo 1.96.1 (356927216 2026-06-26) |
| 111 | 2026-07-16T19:29:09.056Z | + rustc --version |
| 112 | 2026-07-16T19:29:09.074Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 113 | 2026-07-16T19:29:09.079Z | + cd lib/oxide-vpc |
| 114 | 2026-07-16T19:29:09.079Z | + header 'check style' |
| 115 | 2026-07-16T19:29:09.079Z | + echo '# ==== check style ==== #' |
| 116 | 2026-07-16T19:29:09.079Z | # ==== check style ==== # |
| 117 | 2026-07-16T19:29:09.079Z | + ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos fmt -- --check |
| 118 | 2026-07-16T19:29:09.219Z | |
| 119 | 2026-07-16T19:29:09.220Z | real 0.140581921 |
| 120 | 2026-07-16T19:29:09.220Z | user 0.094337995 |
| 121 | 2026-07-16T19:29:09.220Z | sys 0.041481405 |
| 122 | 2026-07-16T19:29:09.220Z | trap 0.000035420 |
| 123 | 2026-07-16T19:29:09.220Z | tflt 0.000027200 |
| 124 | 2026-07-16T19:29:09.223Z | dflt 0.000001260 |
| 125 | 2026-07-16T19:29:09.223Z | kflt 0.000000000 |
| 126 | 2026-07-16T19:29:09.223Z | lock 0.031951538 |
| 127 | 2026-07-16T19:29:09.223Z | slp 0.113871428 |
| 128 | 2026-07-16T19:29:09.223Z | lat 0.000702040 |
| 129 | 2026-07-16T19:29:09.223Z | stop 0.000099560 |
| 130 | 2026-07-16T19:29:09.223Z | + header 'check docs' |
| 131 | 2026-07-16T19:29:09.223Z | + echo '# ==== check docs ==== #' |
| 132 | 2026-07-16T19:29:09.223Z | # ==== check docs ==== # |
| 133 | 2026-07-16T19:29:09.223Z | + RUSTDOCFLAGS='-D warnings' |
| 134 | 2026-07-16T19:29:09.223Z | + ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 135 | 2026-07-16T19:29:09.290Z | Updating crates.io index |
| 136 | 2026-07-16T19:29:09.294Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-07-16T19:29:10.001Z | Updating git repository `https://github.com/oxidecomputer/ingot` |
| 138 | 2026-07-16T19:29:10.331Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 139 | 2026-07-16T19:29:10.588Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 140 | 2026-07-16T19:29:10.908Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 141 | 2026-07-16T19:29:11.154Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 142 | 2026-07-16T19:29:11.394Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 143 | 2026-07-16T19:29:11.674Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 144 | 2026-07-16T19:29:13.529Z | Downloading crates ... |
| 145 | 2026-07-16T19:29:13.571Z | Downloaded cfg-if v1.0.4 |
| 146 | 2026-07-16T19:29:13.588Z | Downloaded fnv v1.0.7 |
| 147 | 2026-07-16T19:29:13.595Z | Downloaded aho-corasick v1.1.4 |
| 148 | 2026-07-16T19:29:13.598Z | Downloaded defmt-macros v1.1.1 |
| 149 | 2026-07-16T19:29:13.602Z | Downloaded embedded-io v0.4.0 |
| 150 | 2026-07-16T19:29:13.602Z | Downloaded embedded-io v0.6.1 |
| 151 | 2026-07-16T19:29:13.602Z | Downloaded dyn-clone v1.0.20 |
| 152 | 2026-07-16T19:29:13.605Z | Downloaded ident_case v1.0.1 |
| 153 | 2026-07-16T19:29:13.605Z | Downloaded ref-cast v1.0.25 |
| 154 | 2026-07-16T19:29:13.605Z | Downloaded defmt-parser v1.0.0 |
| 155 | 2026-07-16T19:29:13.605Z | Downloaded dtrace-parser v0.3.0 |
| 156 | 2026-07-16T19:29:13.605Z | Downloaded cobs v0.3.0 |
| 157 | 2026-07-16T19:29:13.605Z | Downloaded byteorder v1.5.0 |
| 158 | 2026-07-16T19:29:13.612Z | Downloaded darling_macro v0.23.0 |
| 159 | 2026-07-16T19:29:13.616Z | Downloaded darling v0.21.3 |
| 160 | 2026-07-16T19:29:13.619Z | Downloaded macaddr v1.0.1 |
| 161 | 2026-07-16T19:29:13.631Z | Downloaded darling v0.23.0 |
| 162 | 2026-07-16T19:29:13.641Z | Downloaded memmap2 v0.9.11 |
| 163 | 2026-07-16T19:29:13.645Z | Downloaded plain v0.2.3 |
| 164 | 2026-07-16T19:29:13.648Z | Downloaded dof v0.4.0 |
| 165 | 2026-07-16T19:29:13.648Z | Downloaded defmt v0.3.100 |
| 166 | 2026-07-16T19:29:13.648Z | Downloaded tabwriter v1.4.1 |
| 167 | 2026-07-16T19:29:13.648Z | Downloaded strsim v0.11.1 |
| 168 | 2026-07-16T19:29:13.653Z | Downloaded itoa v1.0.18 |
| 169 | 2026-07-16T19:29:13.659Z | Downloaded pest_derive v2.8.7 |
| 170 | 2026-07-16T19:29:13.662Z | Downloaded ref-cast-impl v1.0.25 |
| 171 | 2026-07-16T19:29:13.665Z | Downloaded usdt v0.6.0 |
| 172 | 2026-07-16T19:29:13.668Z | Downloaded version_check v0.9.5 |
| 173 | 2026-07-16T19:29:13.668Z | Downloaded darling_macro v0.21.3 |
| 174 | 2026-07-16T19:29:13.672Z | Downloaded thread-id v5.1.0 |
| 175 | 2026-07-16T19:29:13.675Z | Downloaded managed v0.8.0 |
| 176 | 2026-07-16T19:29:13.675Z | Downloaded stable_deref_trait v1.2.1 |
| 177 | 2026-07-16T19:29:13.675Z | Downloaded pretty-hex v0.4.2 |
| 178 | 2026-07-16T19:29:13.678Z | Downloaded defmt v1.1.1 |
| 179 | 2026-07-16T19:29:13.683Z | Downloaded either v1.16.0 |
| 180 | 2026-07-16T19:29:13.690Z | Downloaded darling_core v0.23.0 |
| 181 | 2026-07-16T19:29:13.694Z | Downloaded usdt-attr-macro v0.6.0 |
| 182 | 2026-07-16T19:29:13.694Z | Downloaded usdt-macro v0.6.0 |
| 183 | 2026-07-16T19:29:13.694Z | Downloaded quote v1.0.46 |
| 184 | 2026-07-16T19:29:13.699Z | Downloaded pest_generator v2.8.7 |
| 185 | 2026-07-16T19:29:13.703Z | Downloaded scroll_derive v0.13.1 |
| 186 | 2026-07-16T19:29:13.703Z | Downloaded hash32 v0.3.1 |
| 187 | 2026-07-16T19:29:13.703Z | Downloaded crc32fast v1.5.0 |
| 188 | 2026-07-16T19:29:13.713Z | Downloaded proc-macro2 v1.0.106 |
| 189 | 2026-07-16T19:29:13.716Z | Downloaded usdt-impl v0.6.0 |
| 190 | 2026-07-16T19:29:13.716Z | Downloaded bitflags v1.3.2 |
| 191 | 2026-07-16T19:29:13.719Z | Downloaded ipnetwork v0.21.1 |
| 192 | 2026-07-16T19:29:13.719Z | Downloaded zmij v1.0.21 |
| 193 | 2026-07-16T19:29:13.725Z | Downloaded scroll v0.13.0 |
| 194 | 2026-07-16T19:29:13.733Z | Downloaded serde_tokenstream v0.2.3 |
| 195 | 2026-07-16T19:29:13.736Z | Downloaded thiserror v2.0.18 |
| 196 | 2026-07-16T19:29:13.774Z | Downloaded bitflags v2.13.0 |
| 197 | 2026-07-16T19:29:13.780Z | Downloaded pest_meta v2.8.7 |
| 198 | 2026-07-16T19:29:13.780Z | Downloaded thiserror-impl v2.0.18 |
| 199 | 2026-07-16T19:29:13.780Z | Downloaded darling_core v0.21.3 |
| 200 | 2026-07-16T19:29:13.780Z | Downloaded postcard v1.1.3 |
| 201 | 2026-07-16T19:29:13.780Z | Downloaded ucd-trie v0.1.7 |
| 202 | 2026-07-16T19:29:13.780Z | Downloaded unicode-ident v1.0.24 |
| 203 | 2026-07-16T19:29:13.784Z | Downloaded serde_derive v1.0.228 |
| 204 | 2026-07-16T19:29:13.784Z | Downloaded uuid v1.23.4 |
| 205 | 2026-07-16T19:29:13.787Z | Downloaded serde_core v1.0.228 |
| 206 | 2026-07-16T19:29:13.797Z | Downloaded memchr v2.8.2 |
| 207 | 2026-07-16T19:29:13.806Z | Downloaded log v0.4.33 |
| 208 | 2026-07-16T19:29:13.811Z | Downloaded serde v1.0.228 |
| 209 | 2026-07-16T19:29:13.814Z | Downloaded heapless v0.8.0 |
| 210 | 2026-07-16T19:29:13.818Z | Downloaded pest v2.8.7 |
| 211 | 2026-07-16T19:29:13.835Z | Downloaded zerocopy-derive v0.8.52 |
| 212 | 2026-07-16T19:29:13.844Z | Downloaded itertools v0.14.0 |
| 213 | 2026-07-16T19:29:13.848Z | Downloaded itertools v0.15.0 |
| 214 | 2026-07-16T19:29:13.866Z | Downloaded regex v1.12.4 |
| 215 | 2026-07-16T19:29:13.870Z | Downloaded serde_json v1.0.150 |
| 216 | 2026-07-16T19:29:13.917Z | Downloaded zerocopy v0.8.52 |
| 217 | 2026-07-16T19:29:13.927Z | Downloaded goblin v0.10.7 |
| 218 | 2026-07-16T19:29:13.947Z | Downloaded unicode-width v0.2.2 |
| 219 | 2026-07-16T19:29:13.950Z | Downloaded syn v2.0.118 |
| 220 | 2026-07-16T19:29:13.962Z | Downloaded smoltcp v0.11.0 |
| 221 | 2026-07-16T19:29:13.969Z | Downloaded regex-syntax v0.8.11 |
| 222 | 2026-07-16T19:29:13.984Z | Downloaded regex-automata v0.4.14 |
| 223 | 2026-07-16T19:29:14.003Z | Downloaded libc v0.2.186 |
| 224 | 2026-07-16T19:29:14.065Z | Compiling proc-macro2 v1.0.106 |
| 225 | 2026-07-16T19:29:14.068Z | Compiling quote v1.0.46 |
| 226 | 2026-07-16T19:29:14.068Z | Compiling unicode-ident v1.0.24 |
| 227 | 2026-07-16T19:29:14.068Z | Compiling strsim v0.11.1 |
| 228 | 2026-07-16T19:29:14.068Z | Compiling ident_case v1.0.1 |
| 229 | 2026-07-16T19:29:14.068Z | Documenting unicode-ident v1.0.24 |
| 230 | 2026-07-16T19:29:14.068Z | Compiling serde_core v1.0.228 |
| 231 | 2026-07-16T19:29:14.216Z | Compiling fnv v1.0.7 |
| 232 | 2026-07-16T19:29:14.234Z | Compiling memchr v2.8.2 |
| 233 | 2026-07-16T19:29:14.237Z | Compiling thiserror v2.0.18 |
| 234 | 2026-07-16T19:29:14.298Z | Compiling zerocopy v0.8.52 |
| 235 | 2026-07-16T19:29:14.462Z | Compiling regex-syntax v0.8.11 |
| 236 | 2026-07-16T19:29:14.505Z | Compiling serde v1.0.228 |
| 237 | 2026-07-16T19:29:14.690Z | Documenting proc-macro2 v1.0.106 |
| 238 | 2026-07-16T19:29:14.800Z | Compiling aho-corasick v1.1.4 |
| 239 | 2026-07-16T19:29:14.858Z | Compiling either v1.16.0 |
| 240 | 2026-07-16T19:29:15.050Z | Checking syn v2.0.118 |
| 241 | 2026-07-16T19:29:15.175Z | Checking byteorder v1.5.0 |
| 242 | 2026-07-16T19:29:15.261Z | Documenting quote v1.0.46 |
| 243 | 2026-07-16T19:29:15.311Z | Compiling itertools v0.14.0 |
| 244 | 2026-07-16T19:29:15.767Z | Documenting syn v2.0.118 |
| 245 | 2026-07-16T19:29:15.960Z | Compiling regex-automata v0.4.14 |
| 246 | 2026-07-16T19:29:15.983Z | Compiling heapless v0.8.0 |
| 247 | 2026-07-16T19:29:16.444Z | Checking bitflags v2.13.0 |
| 248 | 2026-07-16T19:29:16.478Z | Checking hash32 v0.3.1 |
| 249 | 2026-07-16T19:29:16.514Z | Documenting serde_core v1.0.228 |
| 250 | 2026-07-16T19:29:16.584Z | Checking cfg-if v1.0.4 |
| 251 | 2026-07-16T19:29:16.594Z | Checking macaddr v1.0.1 |
| 252 | 2026-07-16T19:29:16.639Z | Checking stable_deref_trait v1.2.1 |
| 253 | 2026-07-16T19:29:16.703Z | Documenting memchr v2.8.2 |
| 254 | 2026-07-16T19:29:16.727Z | Compiling smoltcp v0.11.0 |
| 255 | 2026-07-16T19:29:17.028Z | Documenting regex-syntax v0.8.11 |
| 256 | 2026-07-16T19:29:17.181Z | Checking darling_core v0.21.3 |
| 257 | 2026-07-16T19:29:17.325Z | Documenting aho-corasick v1.1.4 |
| 258 | 2026-07-16T19:29:18.151Z | Compiling regex v1.12.4 |
| 259 | 2026-07-16T19:29:18.191Z | Compiling darling_core v0.23.0 |
| 260 | 2026-07-16T19:29:18.357Z | Documenting regex-automata v0.4.14 |
| 261 | 2026-07-16T19:29:18.563Z | Checking bitflags v1.3.2 |
| 262 | 2026-07-16T19:29:18.620Z | Checking managed v0.8.0 |
| 263 | 2026-07-16T19:29:18.627Z | Documenting zerocopy-derive v0.8.52 |
| 264 | 2026-07-16T19:29:18.757Z | Compiling serde_derive v1.0.228 |
| 265 | 2026-07-16T19:29:18.797Z | Compiling zerocopy-derive v0.8.52 |
| 266 | 2026-07-16T19:29:18.934Z | Compiling thiserror-impl v2.0.18 |
| 267 | 2026-07-16T19:29:19.699Z | Documenting serde_derive v1.0.228 |
| 268 | 2026-07-16T19:29:19.705Z | Documenting regex v1.12.4 |
| 269 | 2026-07-16T19:29:19.777Z | Documenting thiserror-impl v2.0.18 |
| 270 | 2026-07-16T19:29:19.924Z | Compiling darling_macro v0.21.3 |
| 271 | 2026-07-16T19:29:20.246Z | Checking cobs v0.3.0 |
| 272 | 2026-07-16T19:29:20.309Z | Compiling darling_macro v0.23.0 |
| 273 | 2026-07-16T19:29:20.373Z | Documenting byteorder v1.5.0 |
| 274 | 2026-07-16T19:29:20.494Z | Compiling darling v0.21.3 |
| 275 | 2026-07-16T19:29:20.568Z | Compiling ingot-macros v0.1.1 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53) |
| 276 | 2026-07-16T19:29:20.615Z | Compiling ref-cast v1.0.25 |
| 277 | 2026-07-16T19:29:20.662Z | Compiling crc32fast v1.5.0 |
| 278 | 2026-07-16T19:29:20.833Z | Documenting thiserror v2.0.18 |
| 279 | 2026-07-16T19:29:20.873Z | Documenting ingot-macros v0.1.1 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53) |
| 280 | 2026-07-16T19:29:20.971Z | Documenting hash32 v0.3.1 |
| 281 | 2026-07-16T19:29:20.979Z | Documenting zerocopy v0.8.52 |
| 282 | 2026-07-16T19:29:21.358Z | Compiling ref-cast-impl v1.0.25 |
| 283 | 2026-07-16T19:29:21.523Z | Documenting serde v1.0.228 |
| 284 | 2026-07-16T19:29:21.822Z | Checking postcard v1.1.3 |
| 285 | 2026-07-16T19:29:21.959Z | Documenting bitflags v2.13.0 |
| 286 | 2026-07-16T19:29:22.049Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 287 | 2026-07-16T19:29:22.098Z | Documenting cfg-if v1.0.4 |
| 288 | 2026-07-16T19:29:22.181Z | Compiling version_check v0.9.5 |
| 289 | 2026-07-16T19:29:22.315Z | Documenting macaddr v1.0.1 |
| 290 | 2026-07-16T19:29:22.486Z | Checking unicode-width v0.2.2 |
| 291 | 2026-07-16T19:29:22.606Z | Checking ipnetwork v0.21.1 |
| 292 | 2026-07-16T19:29:22.738Z | Documenting stable_deref_trait v1.2.1 |
| 293 | 2026-07-16T19:29:22.777Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 294 | 2026-07-16T19:29:22.917Z | Documenting cobs v0.3.0 |
| 295 | 2026-07-16T19:29:22.989Z | Compiling darling v0.23.0 |
| 296 | 2026-07-16T19:29:23.067Z | Documenting managed v0.8.0 |
| 297 | 2026-07-16T19:29:23.163Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 298 | 2026-07-16T19:29:23.245Z | Checking itertools v0.15.0 |
| 299 | 2026-07-16T19:29:23.263Z | Checking ingot-types v0.1.2 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53) |
| 300 | 2026-07-16T19:29:23.389Z | Documenting heapless v0.8.0 |
| 301 | 2026-07-16T19:29:23.592Z | Documenting postcard v1.1.3 |
| 302 | 2026-07-16T19:29:23.610Z | Checking ingot v0.1.1 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53) |
| 303 | 2026-07-16T19:29:23.813Z | Checking tabwriter v1.4.1 |
| 304 | 2026-07-16T19:29:23.870Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 305 | 2026-07-16T19:29:24.022Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 306 | 2026-07-16T19:29:24.039Z | Documenting ref-cast-impl v1.0.25 |
| 307 | 2026-07-16T19:29:24.136Z | Checking dyn-clone v1.0.20 |
| 308 | 2026-07-16T19:29:24.234Z | Documenting either v1.16.0 |
| 309 | 2026-07-16T19:29:24.293Z | Documenting ingot-types v0.1.2 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53) |
| 310 | 2026-07-16T19:29:24.342Z | Documenting smoltcp v0.11.0 |
| 311 | 2026-07-16T19:29:24.545Z | Documenting unicode-width v0.2.2 |
| 312 | 2026-07-16T19:29:24.609Z | Documenting ipnetwork v0.21.1 |
| 313 | 2026-07-16T19:29:24.804Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 314 | 2026-07-16T19:29:25.032Z | Documenting ref-cast v1.0.25 |
| 315 | 2026-07-16T19:29:25.188Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 316 | 2026-07-16T19:29:25.246Z | Documenting itertools v0.15.0 |
| 317 | 2026-07-16T19:29:25.536Z | Documenting ingot v0.1.1 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53) |
| 318 | 2026-07-16T19:29:25.724Z | Documenting tabwriter v1.4.1 |
| 319 | 2026-07-16T19:29:25.990Z | Documenting crc32fast v1.5.0 |
| 320 | 2026-07-16T19:29:26.006Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 321 | 2026-07-16T19:29:26.349Z | Documenting dyn-clone v1.0.20 |
| 322 | 2026-07-16T19:29:26.807Z | Documenting uuid v1.23.4 |
| 323 | 2026-07-16T19:29:27.279Z | Checking uuid v1.23.4 |
| 324 | 2026-07-16T19:29:27.439Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 325 | 2026-07-16T19:29:27.561Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 326 | 2026-07-16T19:29:28.784Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 327 | 2026-07-16T19:29:29.954Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 328 | 2026-07-16T19:29:32.213Z | Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 329 | 2026-07-16T19:29:33.831Z | Finished `dev` profile [optimized + debuginfo] target(s) in 24.60s |
| 330 | 2026-07-16T19:29:33.904Z | Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html |
| 331 | 2026-07-16T19:29:33.928Z | |
| 332 | 2026-07-16T19:29:33.931Z | real 24.688285359 |
| 333 | 2026-07-16T19:29:33.931Z | user 1:21.964169376 |
| 334 | 2026-07-16T19:29:33.931Z | sys 17.156443675 |
| 335 | 2026-07-16T19:29:33.931Z | trap 0.048783418 |
| 336 | 2026-07-16T19:29:33.931Z | tflt 0.064298044 |
| 337 | 2026-07-16T19:29:33.931Z | dflt 0.057628318 |
| 338 | 2026-07-16T19:29:33.932Z | kflt 0.002997362 |
| 339 | 2026-07-16T19:29:33.932Z | lock 8:49.251217230 |
| 340 | 2026-07-16T19:29:33.932Z | slp 4:41.200829141 |
| 341 | 2026-07-16T19:29:33.932Z | lat 7.820274253 |
| 342 | 2026-07-16T19:29:33.932Z | stop 12.361592513 |
| 343 | 2026-07-16T19:29:33.932Z | + header 'analyze std + api + usdt' |
| 344 | 2026-07-16T19:29:33.932Z | + echo '# ==== analyze std + api + usdt ==== #' |
| 345 | 2026-07-16T19:29:33.932Z | # ==== analyze std + api + usdt ==== # |
| 346 | 2026-07-16T19:29:33.933Z | + ptime -m cargo clippy --features usdt --all-targets -- --deny warnings |
| 347 | 2026-07-16T19:29:34.115Z | Downloading crates ... |
| 348 | 2026-07-16T19:29:34.173Z | Downloaded futures-executor v0.3.32 |
| 349 | 2026-07-16T19:29:34.189Z | Downloaded futures-io v0.3.32 |
| 350 | 2026-07-16T19:29:34.193Z | Downloaded ron v0.12.2 |
| 351 | 2026-07-16T19:29:34.197Z | Downloaded futures-sink v0.3.32 |
| 352 | 2026-07-16T19:29:34.200Z | Downloaded futures-channel v0.3.32 |
| 353 | 2026-07-16T19:29:34.200Z | Downloaded futures-task v0.3.32 |
| 354 | 2026-07-16T19:29:34.200Z | Downloaded futures-macro v0.3.32 |
| 355 | 2026-07-16T19:29:34.200Z | Downloaded circular v0.3.0 |
| 356 | 2026-07-16T19:29:34.204Z | Downloaded dtor-proc-macro v0.0.13 |
| 357 | 2026-07-16T19:29:34.204Z | Downloaded dtor v0.8.1 |
| 358 | 2026-07-16T19:29:34.209Z | Downloaded typeid v1.0.3 |
| 359 | 2026-07-16T19:29:34.212Z | Downloaded futures-core v0.3.32 |
| 360 | 2026-07-16T19:29:34.212Z | Downloaded rusticata-macros v5.0.0 |
| 361 | 2026-07-16T19:29:34.212Z | Downloaded pin-project-lite v0.2.17 |
| 362 | 2026-07-16T19:29:34.216Z | Downloaded link-section v0.2.1 |
| 363 | 2026-07-16T19:29:34.216Z | Downloaded ctor-proc-macro v0.0.13 |
| 364 | 2026-07-16T19:29:34.221Z | Downloaded slab v0.4.12 |
| 365 | 2026-07-16T19:29:34.221Z | Downloaded ctor v0.10.1 |
| 366 | 2026-07-16T19:29:34.221Z | Downloaded cookie-factory v0.3.3 |
| 367 | 2026-07-16T19:29:34.221Z | Downloaded once_cell v1.21.4 |
| 368 | 2026-07-16T19:29:34.225Z | Downloaded anyhow v1.0.103 |
| 369 | 2026-07-16T19:29:34.235Z | Downloaded futures v0.3.32 |
| 370 | 2026-07-16T19:29:34.253Z | Downloaded nom v8.0.0 |
| 371 | 2026-07-16T19:29:34.260Z | Downloaded pcap-parser v0.17.0 |
| 372 | 2026-07-16T19:29:34.264Z | Downloaded futures-util v0.3.32 |
| 373 | 2026-07-16T19:29:34.316Z | Compiling proc-macro2 v1.0.106 |
| 374 | 2026-07-16T19:29:34.316Z | Compiling quote v1.0.46 |
| 375 | 2026-07-16T19:29:34.320Z | Compiling unicode-ident v1.0.24 |
| 376 | 2026-07-16T19:29:34.320Z | Compiling memchr v2.8.2 |
| 377 | 2026-07-16T19:29:34.320Z | Compiling thiserror v2.0.18 |
| 378 | 2026-07-16T19:29:34.320Z | Compiling serde_core v1.0.228 |
| 379 | 2026-07-16T19:29:34.320Z | Compiling zerocopy v0.8.52 |
| 380 | 2026-07-16T19:29:34.320Z | Compiling zmij v1.0.21 |
| 381 | 2026-07-16T19:29:34.681Z | Compiling libc v0.2.186 |
| 382 | 2026-07-16T19:29:34.704Z | Compiling strsim v0.11.1 |
| 383 | 2026-07-16T19:29:34.714Z | Compiling serde_json v1.0.150 |
| 384 | 2026-07-16T19:29:34.758Z | Compiling ident_case v1.0.1 |
| 385 | 2026-07-16T19:29:34.874Z | Compiling ucd-trie v0.1.7 |
| 386 | 2026-07-16T19:29:34.890Z | Compiling serde v1.0.228 |
| 387 | 2026-07-16T19:29:34.991Z | Compiling pest v2.8.7 |
| 388 | 2026-07-16T19:29:35.196Z | Compiling fnv v1.0.7 |
| 389 | 2026-07-16T19:29:35.335Z | Compiling aho-corasick v1.1.4 |
| 390 | 2026-07-16T19:29:35.353Z | Compiling regex-syntax v0.8.11 |
| 391 | 2026-07-16T19:29:35.599Z | Compiling syn v2.0.118 |
| 392 | 2026-07-16T19:29:35.662Z | Compiling itoa v1.0.18 |
| 393 | 2026-07-16T19:29:35.665Z | Checking byteorder v1.5.0 |
| 394 | 2026-07-16T19:29:36.137Z | Compiling pest_meta v2.8.7 |
| 395 | 2026-07-16T19:29:36.204Z | Compiling either v1.16.0 |
| 396 | 2026-07-16T19:29:36.238Z | Compiling usdt-impl v0.6.0 |
| 397 | 2026-07-16T19:29:36.245Z | Checking bitflags v2.13.0 |
| 398 | 2026-07-16T19:29:36.400Z | Compiling itertools v0.14.0 |
| 399 | 2026-07-16T19:29:36.600Z | Compiling thread-id v5.1.0 |
| 400 | 2026-07-16T19:29:36.769Z | Compiling regex-automata v0.4.14 |
| 401 | 2026-07-16T19:29:36.959Z | Checking plain v0.2.3 |
| 402 | 2026-07-16T19:29:37.051Z | Checking log v0.4.33 |
| 403 | 2026-07-16T19:29:37.066Z | Compiling heapless v0.8.0 |
| 404 | 2026-07-16T19:29:37.321Z | Checking futures-sink v0.3.32 |
| 405 | 2026-07-16T19:29:37.366Z | Checking futures-core v0.3.32 |
| 406 | 2026-07-16T19:29:37.498Z | Checking futures-channel v0.3.32 |
| 407 | 2026-07-16T19:29:37.651Z | Checking hash32 v0.3.1 |
| 408 | 2026-07-16T19:29:37.684Z | Checking stable_deref_trait v1.2.1 |
| 409 | 2026-07-16T19:29:37.769Z | Checking futures-task v0.3.32 |
| 410 | 2026-07-16T19:29:37.773Z | Checking futures-io v0.3.32 |
| 411 | 2026-07-16T19:29:37.878Z | Checking slab v0.4.12 |
| 412 | 2026-07-16T19:29:37.900Z | Compiling smoltcp v0.11.0 |
| 413 | 2026-07-16T19:29:37.903Z | Checking pin-project-lite v0.2.17 |
| 414 | 2026-07-16T19:29:37.982Z | Checking cfg-if v1.0.4 |
| 415 | 2026-07-16T19:29:38.002Z | Checking pretty-hex v0.4.2 |
| 416 | 2026-07-16T19:29:38.030Z | Compiling pest_generator v2.8.7 |
| 417 | 2026-07-16T19:29:38.038Z | Compiling darling_core v0.21.3 |
| 418 | 2026-07-16T19:29:38.113Z | Compiling darling_core v0.23.0 |
| 419 | 2026-07-16T19:29:38.194Z | Checking macaddr v1.0.1 |
| 420 | 2026-07-16T19:29:38.531Z | Compiling regex v1.12.4 |
| 421 | 2026-07-16T19:29:38.712Z | Compiling crc32fast v1.5.0 |
| 422 | 2026-07-16T19:29:38.722Z | Compiling version_check v0.9.5 |
| 423 | 2026-07-16T19:29:38.908Z | Checking managed v0.8.0 |
| 424 | 2026-07-16T19:29:38.980Z | Compiling ref-cast v1.0.25 |
| 425 | 2026-07-16T19:29:39.003Z | Checking bitflags v1.3.2 |
| 426 | 2026-07-16T19:29:39.096Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 427 | 2026-07-16T19:29:39.228Z | Compiling thiserror-impl v2.0.18 |
| 428 | 2026-07-16T19:29:39.293Z | Compiling serde_derive v1.0.228 |
| 429 | 2026-07-16T19:29:39.357Z | Compiling zerocopy-derive v0.8.52 |
| 430 | 2026-07-16T19:29:39.362Z | Compiling pest_derive v2.8.7 |
| 431 | 2026-07-16T19:29:39.878Z | Compiling scroll_derive v0.13.1 |
| 432 | 2026-07-16T19:29:40.107Z | Compiling darling_macro v0.21.3 |
| 433 | 2026-07-16T19:29:40.209Z | Compiling futures-macro v0.3.32 |
| 434 | 2026-07-16T19:29:40.244Z | Compiling darling_macro v0.23.0 |
| 435 | 2026-07-16T19:29:40.291Z | Compiling ref-cast-impl v1.0.25 |
| 436 | 2026-07-16T19:29:40.624Z | Compiling dtrace-parser v0.3.0 |
| 437 | 2026-07-16T19:29:40.654Z | Compiling darling v0.21.3 |
| 438 | 2026-07-16T19:29:40.691Z | Checking scroll v0.13.0 |
| 439 | 2026-07-16T19:29:40.802Z | Compiling ingot-macros v0.1.1 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53) |
| 440 | 2026-07-16T19:29:40.876Z | Checking cobs v0.3.0 |
| 441 | 2026-07-16T19:29:40.907Z | Checking goblin v0.10.7 |
| 442 | 2026-07-16T19:29:41.018Z | Checking futures-util v0.3.32 |
| 443 | 2026-07-16T19:29:41.216Z | Compiling darling v0.23.0 |
| 444 | 2026-07-16T19:29:41.241Z | Checking memmap2 v0.9.11 |
| 445 | 2026-07-16T19:29:41.287Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 446 | 2026-07-16T19:29:41.399Z | Checking ipnetwork v0.21.1 |
| 447 | 2026-07-16T19:29:41.569Z | Checking unicode-width v0.2.2 |
| 448 | 2026-07-16T19:29:41.744Z | Checking itertools v0.15.0 |
| 449 | 2026-07-16T19:29:41.812Z | Checking tabwriter v1.4.1 |
| 450 | 2026-07-16T19:29:42.305Z | Checking postcard v1.1.3 |
| 451 | 2026-07-16T19:29:42.471Z | Compiling serde_tokenstream v0.2.3 |
| 452 | 2026-07-16T19:29:42.556Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 453 | 2026-07-16T19:29:42.751Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 454 | 2026-07-16T19:29:42.890Z | Checking nom v8.0.0 |
| 455 | 2026-07-16T19:29:42.952Z | Checking futures-executor v0.3.32 |
| 456 | 2026-07-16T19:29:43.100Z | Checking futures v0.3.32 |
| 457 | 2026-07-16T19:29:43.175Z | Checking dyn-clone v1.0.20 |
| 458 | 2026-07-16T19:29:43.271Z | Compiling anyhow v1.0.103 |
| 459 | 2026-07-16T19:29:43.274Z | Compiling typeid v1.0.3 |
| 460 | 2026-07-16T19:29:43.344Z | Checking cookie-factory v0.3.3 |
| 461 | 2026-07-16T19:29:43.424Z | Checking uuid v1.23.4 |
| 462 | 2026-07-16T19:29:43.453Z | Compiling dof v0.4.0 |
| 463 | 2026-07-16T19:29:43.568Z | Checking ingot-types v0.1.2 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53) |
| 464 | 2026-07-16T19:29:43.617Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 465 | 2026-07-16T19:29:43.623Z | Checking circular v0.3.0 |
| 466 | 2026-07-16T19:29:43.695Z | Compiling dtor-proc-macro v0.0.13 |
| 467 | 2026-07-16T19:29:43.744Z | Compiling ctor-proc-macro v0.0.13 |
| 468 | 2026-07-16T19:29:43.815Z | Checking once_cell v1.21.4 |
| 469 | 2026-07-16T19:29:43.904Z | Checking ingot v0.1.1 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53) |
| 470 | 2026-07-16T19:29:43.943Z | Checking link-section v0.2.1 |
| 471 | 2026-07-16T19:29:43.973Z | Checking ron v0.12.2 |
| 472 | 2026-07-16T19:29:44.045Z | Checking dtor v0.8.1 |
| 473 | 2026-07-16T19:29:44.115Z | Checking ctor v0.10.1 |
| 474 | 2026-07-16T19:29:44.418Z | Compiling usdt-macro v0.6.0 |
| 475 | 2026-07-16T19:29:44.421Z | Compiling usdt-attr-macro v0.6.0 |
| 476 | 2026-07-16T19:29:44.822Z | Checking rusticata-macros v5.0.0 |
| 477 | 2026-07-16T19:29:44.945Z | Checking pcap-parser v0.17.0 |
| 478 | 2026-07-16T19:29:45.039Z | Checking usdt v0.6.0 |
| 479 | 2026-07-16T19:29:45.388Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 480 | 2026-07-16T19:29:49.883Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 481 | 2026-07-16T19:29:51.583Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 482 | 2026-07-16T19:29:53.976Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.99s |
| 483 | 2026-07-16T19:29:54.011Z | |
| 484 | 2026-07-16T19:29:54.011Z | real 20.076047877 |
| 485 | 2026-07-16T19:29:54.011Z | user 1:13.205989069 |
| 486 | 2026-07-16T19:29:54.011Z | sys 15.806921136 |
| 487 | 2026-07-16T19:29:54.011Z | trap 0.039565403 |
| 488 | 2026-07-16T19:29:54.011Z | tflt 0.092476347 |
| 489 | 2026-07-16T19:29:54.011Z | dflt 0.150942745 |
| 490 | 2026-07-16T19:29:54.011Z | kflt 0.000081560 |
| 491 | 2026-07-16T19:29:54.011Z | lock 4:05.722280935 |
| 492 | 2026-07-16T19:29:54.011Z | slp 3:55.312341016 |
| 493 | 2026-07-16T19:29:54.012Z | lat 4.392531004 |
| 494 | 2026-07-16T19:29:54.012Z | stop 8.981475359 |
| 495 | 2026-07-16T19:29:54.015Z | + header 'analyze no_std + engine + kernel' |
| 496 | 2026-07-16T19:29:54.015Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 497 | 2026-07-16T19:29:54.015Z | # ==== analyze no_std + engine + kernel ==== # |
| 498 | 2026-07-16T19:29:54.015Z | + ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel |
| 499 | 2026-07-16T19:29:54.189Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 500 | 2026-07-16T19:29:54.189Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 501 | 2026-07-16T19:29:54.192Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 502 | 2026-07-16T19:29:54.193Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 503 | 2026-07-16T19:29:54.454Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 504 | 2026-07-16T19:29:58.173Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 505 | 2026-07-16T19:29:59.564Z | Finished `dev` profile [optimized + debuginfo] target(s) in 5.51s |
| 506 | 2026-07-16T19:29:59.591Z | |
| 507 | 2026-07-16T19:29:59.591Z | real 5.574655691 |
| 508 | 2026-07-16T19:29:59.591Z | user 5.774319056 |
| 509 | 2026-07-16T19:29:59.591Z | sys 1.030394605 |
| 510 | 2026-07-16T19:29:59.592Z | trap 0.000870940 |
| 511 | 2026-07-16T19:29:59.592Z | tflt 0.002383630 |
| 512 | 2026-07-16T19:29:59.592Z | dflt 0.005190642 |
| 513 | 2026-07-16T19:29:59.592Z | kflt 0.000000000 |
| 514 | 2026-07-16T19:29:59.592Z | lock 24.647970376 |
| 515 | 2026-07-16T19:29:59.592Z | slp 20.710870679 |
| 516 | 2026-07-16T19:29:59.592Z | lat 0.016057663 |
| 517 | 2026-07-16T19:29:59.592Z | stop 0.284217417 |
| 518 | 2026-07-16T19:29:59.596Z | + header test |
| 519 | 2026-07-16T19:29:59.596Z | + echo '# ==== test ==== #' |
| 520 | 2026-07-16T19:29:59.596Z | + ptime -m cargo test |
| 521 | 2026-07-16T19:29:59.596Z | # ==== test ==== # |
| 522 | 2026-07-16T19:29:59.747Z | Compiling memchr v2.8.2 |
| 523 | 2026-07-16T19:29:59.747Z | Compiling serde_core v1.0.228 |
| 524 | 2026-07-16T19:29:59.771Z | Compiling thiserror v2.0.18 |
| 525 | 2026-07-16T19:29:59.775Z | Compiling zerocopy v0.8.52 |
| 526 | 2026-07-16T19:29:59.778Z | Compiling unicode-ident v1.0.24 |
| 527 | 2026-07-16T19:29:59.778Z | Compiling byteorder v1.5.0 |
| 528 | 2026-07-16T19:29:59.782Z | Compiling libc v0.2.186 |
| 529 | 2026-07-16T19:29:59.782Z | Compiling zmij v1.0.21 |
| 530 | 2026-07-16T19:29:59.852Z | Compiling proc-macro2 v1.0.106 |
| 531 | 2026-07-16T19:29:59.905Z | Compiling scroll v0.13.0 |
| 532 | 2026-07-16T19:29:59.988Z | Compiling plain v0.2.3 |
| 533 | 2026-07-16T19:30:00.083Z | Compiling futures-sink v0.3.32 |
| 534 | 2026-07-16T19:30:00.114Z | Compiling itoa v1.0.18 |
| 535 | 2026-07-16T19:30:00.141Z | Compiling ucd-trie v0.1.7 |
| 536 | 2026-07-16T19:30:00.168Z | Compiling futures-core v0.3.32 |
| 537 | 2026-07-16T19:30:00.177Z | Compiling log v0.4.33 |
| 538 | 2026-07-16T19:30:00.328Z | Compiling goblin v0.10.7 |
| 539 | 2026-07-16T19:30:00.363Z | Compiling pest v2.8.7 |
| 540 | 2026-07-16T19:30:00.399Z | Compiling futures-channel v0.3.32 |
| 541 | 2026-07-16T19:30:00.637Z | Compiling quote v1.0.46 |
| 542 | 2026-07-16T19:30:00.848Z | Compiling hash32 v0.3.1 |
| 543 | 2026-07-16T19:30:01.010Z | Compiling pin-project-lite v0.2.17 |
| 544 | 2026-07-16T19:30:01.100Z | Compiling futures-task v0.3.32 |
| 545 | 2026-07-16T19:30:01.282Z | Compiling futures-io v0.3.32 |
| 546 | 2026-07-16T19:30:01.289Z | Compiling stable_deref_trait v1.2.1 |
| 547 | 2026-07-16T19:30:01.309Z | Compiling slab v0.4.12 |
| 548 | 2026-07-16T19:30:01.356Z | Compiling cfg-if v1.0.4 |
| 549 | 2026-07-16T19:30:01.419Z | Compiling macaddr v1.0.1 |
| 550 | 2026-07-16T19:30:01.465Z | Compiling pretty-hex v0.4.2 |
| 551 | 2026-07-16T19:30:01.487Z | Compiling serde v1.0.228 |
| 552 | 2026-07-16T19:30:01.589Z | Compiling bitflags v2.13.0 |
| 553 | 2026-07-16T19:30:01.663Z | Compiling serde_json v1.0.150 |
| 554 | 2026-07-16T19:30:01.733Z | Compiling futures-util v0.3.32 |
| 555 | 2026-07-16T19:30:02.002Z | Compiling dtrace-parser v0.3.0 |
| 556 | 2026-07-16T19:30:02.088Z | Compiling heapless v0.8.0 |
| 557 | 2026-07-16T19:30:02.111Z | Compiling syn v2.0.118 |
| 558 | 2026-07-16T19:30:02.534Z | Compiling ingot-types v0.1.2 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53) |
| 559 | 2026-07-16T19:30:02.644Z | Compiling thread-id v5.1.0 |
| 560 | 2026-07-16T19:30:02.716Z | Compiling cobs v0.3.0 |
| 561 | 2026-07-16T19:30:02.721Z | Compiling bitflags v1.3.2 |
| 562 | 2026-07-16T19:30:02.783Z | Compiling managed v0.8.0 |
| 563 | 2026-07-16T19:30:02.939Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 564 | 2026-07-16T19:30:02.996Z | Compiling smoltcp v0.11.0 |
| 565 | 2026-07-16T19:30:03.004Z | Compiling ingot v0.1.1 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53) |
| 566 | 2026-07-16T19:30:03.186Z | Compiling postcard v1.1.3 |
| 567 | 2026-07-16T19:30:03.541Z | Compiling dof v0.4.0 |
| 568 | 2026-07-16T19:30:04.464Z | Compiling usdt-impl v0.6.0 |
| 569 | 2026-07-16T19:30:04.813Z | Compiling futures-executor v0.3.32 |
| 570 | 2026-07-16T19:30:05.224Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 571 | 2026-07-16T19:30:05.407Z | Compiling memmap2 v0.9.11 |
| 572 | 2026-07-16T19:30:05.549Z | Compiling ipnetwork v0.21.1 |
| 573 | 2026-07-16T19:30:05.710Z | Compiling either v1.16.0 |
| 574 | 2026-07-16T19:30:05.872Z | Compiling unicode-width v0.2.2 |
| 575 | 2026-07-16T19:30:05.895Z | Compiling itertools v0.15.0 |
| 576 | 2026-07-16T19:30:06.069Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 577 | 2026-07-16T19:30:06.173Z | Compiling tabwriter v1.4.1 |
| 578 | 2026-07-16T19:30:06.594Z | Compiling usdt v0.6.0 |
| 579 | 2026-07-16T19:30:06.856Z | Compiling ref-cast v1.0.25 |
| 580 | 2026-07-16T19:30:06.955Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 581 | 2026-07-16T19:30:07.175Z | Compiling crc32fast v1.5.0 |
| 582 | 2026-07-16T19:30:07.192Z | Compiling futures v0.3.32 |
| 583 | 2026-07-16T19:30:07.300Z | Compiling nom v8.0.0 |
| 584 | 2026-07-16T19:30:07.357Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 585 | 2026-07-16T19:30:07.569Z | Compiling dyn-clone v1.0.20 |
| 586 | 2026-07-16T19:30:07.614Z | Compiling cookie-factory v0.3.3 |
| 587 | 2026-07-16T19:30:07.681Z | Compiling uuid v1.23.4 |
| 588 | 2026-07-16T19:30:07.939Z | Compiling circular v0.3.0 |
| 589 | 2026-07-16T19:30:07.955Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 590 | 2026-07-16T19:30:08.186Z | Compiling dtor v0.8.1 |
| 591 | 2026-07-16T19:30:08.186Z | Compiling typeid v1.0.3 |
| 592 | 2026-07-16T19:30:08.268Z | Compiling anyhow v1.0.103 |
| 593 | 2026-07-16T19:30:08.290Z | Compiling once_cell v1.21.4 |
| 594 | 2026-07-16T19:30:08.308Z | Compiling link-section v0.2.1 |
| 595 | 2026-07-16T19:30:08.449Z | Compiling ctor v0.10.1 |
| 596 | 2026-07-16T19:30:08.449Z | Compiling ron v0.12.2 |
| 597 | 2026-07-16T19:30:09.898Z | Compiling rusticata-macros v5.0.0 |
| 598 | 2026-07-16T19:30:10.219Z | Compiling pcap-parser v0.17.0 |
| 599 | 2026-07-16T19:30:13.726Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 600 | 2026-07-16T19:30:16.100Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 601 | 2026-07-16T19:31:03.178Z | Finished `test` profile [optimized + debuginfo] target(s) in 1m 03s |
| 602 | 2026-07-16T19:31:03.183Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-634b5c59e03e002d) |
| 603 | 2026-07-16T19:31:03.183Z | |
| 604 | 2026-07-16T19:31:03.183Z | running 15 tests |
| 605 | 2026-07-16T19:31:03.183Z | test api::tests::parse_bad_address ... ok |
| 606 | 2026-07-16T19:31:03.183Z | test api::tests::parse_bad_proto_filter ... ok |
| 607 | 2026-07-16T19:31:03.183Z | test api::tests::parse_good_proto_filter ... ok |
| 608 | 2026-07-16T19:31:03.183Z | test api::tests::ports_from_str_good ... ok |
| 609 | 2026-07-16T19:31:03.183Z | test api::tests::parse_good_address ... ok |
| 610 | 2026-07-16T19:31:03.183Z | test api::tests::ports_from_str_bad ... ok |
| 611 | 2026-07-16T19:31:03.183Z | test cfg::tests::test_required_nat_space ... ok |
| 612 | 2026-07-16T19:31:03.183Z | test cfg::tests::test_required_nat_space_only_ipv4 ... ok |
| 613 | 2026-07-16T19:31:03.188Z | test cfg::tests::test_required_nat_space_only_ipv6 ... ok |
| 614 | 2026-07-16T19:31:03.188Z | test engine::geneve::test::parse_multi_opt ... ok |
| 615 | 2026-07-16T19:31:03.189Z | test engine::geneve::test::option_packet_length_with_known_options ... ok |
| 616 | 2026-07-16T19:31:03.190Z | test engine::geneve::test::parse_multicast_replication_values ... ok |
| 617 | 2026-07-16T19:31:03.190Z | test engine::geneve::test::parse_single_opt ... ok |
| 618 | 2026-07-16T19:31:03.190Z | test engine::geneve::test::unknown_crit_option_fails ... ok |
| 619 | 2026-07-16T19:31:03.190Z | test engine::firewall::tests::port_predicate_simplification ... ok |
| 620 | 2026-07-16T19:31:03.190Z | |
| 621 | 2026-07-16T19:31:03.190Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 622 | 2026-07-16T19:31:03.190Z | |
| 623 | 2026-07-16T19:31:03.190Z | Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-80d185abbfdbf3db) |
| 624 | 2026-07-16T19:31:03.190Z | |
| 625 | 2026-07-16T19:31:03.190Z | running 4 tests |
| 626 | 2026-07-16T19:31:03.194Z | test firewall_external_inbound ... ok |
| 627 | 2026-07-16T19:31:03.194Z | test firewall_vni_outbound ... ok |
| 628 | 2026-07-16T19:31:03.194Z | test firewall_vni_inbound ... ok |
| 629 | 2026-07-16T19:31:03.194Z | test firewall_replace_rules ... ok |
| 630 | 2026-07-16T19:31:03.194Z | |
| 631 | 2026-07-16T19:31:03.194Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 632 | 2026-07-16T19:31:03.194Z | |
| 633 | 2026-07-16T19:31:03.194Z | Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-9d032ba8ef015303) |
| 634 | 2026-07-16T19:31:03.194Z | |
| 635 | 2026-07-16T19:31:03.194Z | running 2 tests |
| 636 | 2026-07-16T19:31:03.194Z | test parse_in_regression ... ok |
| 637 | 2026-07-16T19:31:03.195Z | test parse_out_regression ... ok |
| 638 | 2026-07-16T19:31:03.195Z | |
| 639 | 2026-07-16T19:31:03.195Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 640 | 2026-07-16T19:31:03.195Z | |
| 641 | 2026-07-16T19:31:03.224Z | Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-526fcd0edb1053cb) |
| 642 | 2026-07-16T19:31:03.228Z | |
| 643 | 2026-07-16T19:31:03.228Z | running 50 tests |
| 644 | 2026-07-16T19:31:03.228Z | test bad_ip_len ... ok |
| 645 | 2026-07-16T19:31:03.235Z | test add_remove_fw_rule ... ok |
| 646 | 2026-07-16T19:31:03.235Z | test check_layers ... ok |
| 647 | 2026-07-16T19:31:03.235Z | test external_attached_subnets_cannot_reach_internal ... ok |
| 648 | 2026-07-16T19:31:03.235Z | test arp_gateway ... ok |
| 649 | 2026-07-16T19:31:03.235Z | test anti_spoof ... ok |
| 650 | 2026-07-16T19:31:03.235Z | test external_attached_subnets_dont_apply_nat ... ok |
| 651 | 2026-07-16T19:31:03.235Z | test ephemeral_ip_preferred_over_snat_outbound ... ok |
| 652 | 2026-07-16T19:31:03.235Z | test early_tcp_invalidation ... ok |
| 653 | 2026-07-16T19:31:03.235Z | test flow_expiration ... ok |
| 654 | 2026-07-16T19:31:03.235Z | test external_ip_epoch_affinity_preserved ... ok |
| 655 | 2026-07-16T19:31:03.235Z | test gateway_icmp4_ping ... ok |
| 656 | 2026-07-16T19:31:03.235Z | test external_ip_reconfigurable ... ok |
| 657 | 2026-07-16T19:31:03.235Z | test gateway_icmpv6_ping ... ok |
| 658 | 2026-07-16T19:31:03.235Z | test gateway_router_advert_reply ... ok |
| 659 | 2026-07-16T19:31:03.235Z | test guest_to_guest_no_route ... ok |
| 660 | 2026-07-16T19:31:03.235Z | test guest_to_guest_diff_vpc_no_peer ... ok |
| 661 | 2026-07-16T19:31:03.235Z | test guest_to_internet_ipv4 ... ok |
| 662 | 2026-07-16T19:31:03.235Z | test icmp_inner_has_nat_applied ... ok |
| 663 | 2026-07-16T19:31:03.235Z | test guest_to_internet_ipv6 ... ok |
| 664 | 2026-07-16T19:31:03.235Z | test inbound_ndp_dropped_at_gateway ... ok |
| 665 | 2026-07-16T19:31:03.236Z | test guest_to_guest ... ok |
| 666 | 2026-07-16T19:31:03.236Z | test icmpv6_inner_has_nat_applied ... ok |
| 667 | 2026-07-16T19:31:03.236Z | test outbound_ndp_dropped ... ok |
| 668 | 2026-07-16T19:31:03.244Z | test external_ip_receive_and_reply_on_all ... ok |
| 669 | 2026-07-16T19:31:03.244Z | test intra_subnet_routes_with_custom ... ok |
| 670 | 2026-07-16T19:31:03.244Z | test external_ip_balanced_over_floating_ips ... ok |
| 671 | 2026-07-16T19:31:03.244Z | test no_panic_on_flow_table_full ... ok |
| 672 | 2026-07-16T19:31:03.244Z | test offload_info_preserved ... ok |
| 673 | 2026-07-16T19:31:03.244Z | test internal_attached_subnets ... ok |
| 674 | 2026-07-16T19:31:03.244Z | test packet_body_pullup ... ok |
| 675 | 2026-07-16T19:31:03.245Z | test port_transition_reset ... ok |
| 676 | 2026-07-16T19:31:03.245Z | test port_transition_running ... ok |
| 677 | 2026-07-16T19:31:03.245Z | test packet_too_big_generation ... ok |
| 678 | 2026-07-16T19:31:03.245Z | test port_as_router_target ... ok |
| 679 | 2026-07-16T19:31:03.245Z | test snat_icmp4_echo_rewrite ... ok |
| 680 | 2026-07-16T19:31:03.245Z | test test_drop_on_unknown_critical_option ... ok |
| 681 | 2026-07-16T19:31:03.245Z | test select_eip_conditioned_on_igw ... ok |
| 682 | 2026-07-16T19:31:03.245Z | test snat_icmp6_echo_rewrite ... ok |
| 683 | 2026-07-16T19:31:03.245Z | test tcp_invalidation_does_not_block_connection ... ok |
| 684 | 2026-07-16T19:31:03.245Z | test port_transition_pause ... ok |
| 685 | 2026-07-16T19:31:03.245Z | test tcp_outbound ... ok |
| 686 | 2026-07-16T19:31:03.245Z | test test_v6_ext_hdr_geneve_offset_ok ... ok |
| 687 | 2026-07-16T19:31:03.245Z | test tcp_inbound ... ok |
| 688 | 2026-07-16T19:31:03.245Z | test test_ipv6_multicast_encapsulation ... ok |
| 689 | 2026-07-16T19:31:03.245Z | test test_tcp_multicast_denied ... ok |
| 690 | 2026-07-16T19:31:03.245Z | test test_gateway_neighbor_advert_reply ... ok |
| 691 | 2026-07-16T19:31:03.245Z | test test_reply_to_dhcpv6_solicit_or_request ... ok |
| 692 | 2026-07-16T19:31:03.245Z | test uft_lft_invalidation_out ... ok |
| 693 | 2026-07-16T19:31:03.245Z | test uft_lft_invalidation_in ... ok |
| 694 | 2026-07-16T19:31:03.245Z | |
| 695 | 2026-07-16T19:31:03.245Z | test result: ok. 50 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 696 | 2026-07-16T19:31:03.245Z | |
| 697 | 2026-07-16T19:31:03.245Z | Doc-tests oxide_vpc |
| 698 | 2026-07-16T19:31:03.496Z | |
| 699 | 2026-07-16T19:31:03.496Z | running 0 tests |
| 700 | 2026-07-16T19:31:03.496Z | |
| 701 | 2026-07-16T19:31:03.496Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 702 | 2026-07-16T19:31:03.496Z | |
| 703 | 2026-07-16T19:31:03.527Z | |
| 704 | 2026-07-16T19:31:03.527Z | real 1:03.922703736 |
| 705 | 2026-07-16T19:31:03.534Z | user 3:26.109362324 |
| 706 | 2026-07-16T19:31:03.534Z | sys 12.104967473 |
| 707 | 2026-07-16T19:31:03.535Z | trap 0.096018553 |
| 708 | 2026-07-16T19:31:03.535Z | tflt 0.186926114 |
| 709 | 2026-07-16T19:31:03.535Z | dflt 0.396321305 |
| 710 | 2026-07-16T19:31:03.535Z | kflt 0.000052810 |
| 711 | 2026-07-16T19:31:03.535Z | lock 14:00.829604852 |
| 712 | 2026-07-16T19:31:03.535Z | slp 6:49.090230109 |
| 713 | 2026-07-16T19:31:03.535Z | lat 7.951864576 |
| 714 | 2026-07-16T19:31:03.544Z | stop 6.003599522 |
| 715 | 2026-07-16T19:31:03.544Z | process exited: duration 127874 ms, exit code 0 |
| |
| 716 | 2026-07-16T19:31:03.570Z | found 0 output files |