|
|
|
| 1 | 2026-05-08T19:34:50.734Z | job assigned to worker 01KR4HA7AQTVEB327JJCWS1S16 [factory aws, i-03a27aa332b8891c7] (queued for 1 m 1 s) |
| |
| 2 | 2026-05-08T19:34:57.830Z | starting task 0: "setup" |
| 3 | 2026-05-08T19:34:57.833Z | ++ uname -s |
| 4 | 2026-05-08T19:34:57.836Z | + kern=SunOS |
| 5 | 2026-05-08T19:34:57.836Z | + build_user=build |
| 6 | 2026-05-08T19:34:57.836Z | + build_uid=12345 |
| 7 | 2026-05-08T19:34:57.836Z | + work_dir=/work |
| 8 | 2026-05-08T19:34:57.836Z | + input_dir=/input |
| 9 | 2026-05-08T19:34:57.836Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-08T19:34:57.836Z | + case "$kern" in |
| 11 | 2026-05-08T19:34:57.836Z | + groupadd -g 12345 build |
| 12 | 2026-05-08T19:34:57.836Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-08T19:34:59.846Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-08T19:35:00.018Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-08T19:35:00.021Z | + home_fs=zfs |
| 16 | 2026-05-08T19:35:00.021Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-08T19:35:00.021Z | + mkdir -p /home/build |
| 18 | 2026-05-08T19:35:00.021Z | + chown build:build /home/build /work |
| 19 | 2026-05-08T19:35:02.022Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-08T19:35:02.025Z | process exited: duration 4198 ms, exit code 0 |
| |
| 21 | 2026-05-08T19:35:02.032Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-08T19:35:02.036Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 23 | 2026-05-08T19:35:02.036Z | * rust toolchain channel = "1.90.0" |
| 24 | 2026-05-08T19:35:02.036Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-05-08T19:35:02.036Z | * rust toolchain profile = "default" |
| 26 | 2026-05-08T19:35:02.039Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-08T19:35:02.039Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-08T19:35:02.039Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-08T19:35:02.039Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-05-08T19:35:02.160Z | info: downloading installer |
| 31 | 2026-05-08T19:35:03.787Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-05-08T19:35:03.787Z | warn: /opt/ooce/bin |
| 33 | 2026-05-08T19:35:03.787Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-05-08T19:35:03.787Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-05-08T19:35:03.787Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-05-08T19:35:03.787Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-05-08T19:35:03.787Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-05-08T19:35:03.787Z | error: cannot install while Rust is installed |
| 39 | 2026-05-08T19:35:03.787Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-05-08T19:35:03.787Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-05-08T19:35:03.787Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-05-08T19:35:03.787Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-05-08T19:35:03.787Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-05-08T19:35:03.814Z | info: profile set to default |
| 45 | 2026-05-08T19:35:03.814Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-05-08T19:35:03.823Z | info: syncing channel updates for 1.90.0-x86_64-unknown-illumos |
| 47 | 2026-05-08T19:35:03.965Z | info: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14) |
| 48 | 2026-05-08T19:35:03.970Z | info: downloading 6 components |
| 49 | 2026-05-08T19:35:19.784Z | info: default toolchain set to 1.90.0-x86_64-unknown-illumos |
| 50 | 2026-05-08T19:35:19.784Z | |
| 51 | 2026-05-08T19:35:19.814Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 52 | 2026-05-08T19:35:19.814Z | |
| 53 | 2026-05-08T19:35:19.814Z | |
| 54 | 2026-05-08T19:35:19.814Z | Rust is installed now. Great! |
| 55 | 2026-05-08T19:35:19.814Z | |
| 56 | 2026-05-08T19:35:19.814Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-05-08T19:35:19.814Z | environment variable. This has not been done automatically. |
| 58 | 2026-05-08T19:35:19.814Z | |
| 59 | 2026-05-08T19:35:19.814Z | To configure your current shell, you need to source |
| 60 | 2026-05-08T19:35:19.814Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-05-08T19:35:19.814Z | |
| 62 | 2026-05-08T19:35:19.817Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-05-08T19:35:19.817Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-05-08T19:35:19.817Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-05-08T19:35:19.817Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-05-08T19:35:19.817Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-05-08T19:35:19.817Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-05-08T19:35:19.817Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-05-08T19:35:19.817Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-05-08T19:35:19.817Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-05-08T19:35:19.901Z | + rustup --version |
| 72 | 2026-05-08T19:35:19.911Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-05-08T19:35:19.914Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-05-08T19:35:19.932Z | info: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 75 | 2026-05-08T19:35:19.935Z | + cargo --version |
| 76 | 2026-05-08T19:35:19.947Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 77 | 2026-05-08T19:35:19.950Z | + rustc --version |
| 78 | 2026-05-08T19:35:19.970Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 79 | 2026-05-08T19:35:19.974Z | process exited: duration 17938 ms, exit code 0 |
| |
| 80 | 2026-05-08T19:35:19.980Z | starting task 2: "authentication" |
| 81 | 2026-05-08T19:35:19.996Z | process exited: duration 16 ms, exit code 0 |
| |
| 82 | 2026-05-08T19:35:20.003Z | starting task 3: "clone repository" |
| 83 | 2026-05-08T19:35:20.006Z | + mkdir -p /work/oxidecomputer/opte |
| 84 | 2026-05-08T19:35:20.009Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 85 | 2026-05-08T19:35:20.039Z | Cloning into '/work/oxidecomputer/opte'... |
| 86 | 2026-05-08T19:35:20.858Z | + cd /work/oxidecomputer/opte |
| 87 | 2026-05-08T19:35:20.858Z | + git fetch origin 324103bbf6842212b833e8f517c56c7650bbf616 |
| 88 | 2026-05-08T19:35:21.123Z | From https://github.com/oxidecomputer/opte |
| 89 | 2026-05-08T19:35:21.123Z | * branch 324103bbf6842212b833e8f517c56c7650bbf616 -> FETCH_HEAD |
| 90 | 2026-05-08T19:35:21.128Z | + [[ -n ry/faster-syn-expiry ]] |
| 91 | 2026-05-08T19:35:21.130Z | ++ git branch --show-current |
| 92 | 2026-05-08T19:35:21.130Z | + current=master |
| 93 | 2026-05-08T19:35:21.131Z | + [[ master != ry/faster-syn-expiry ]] |
| 94 | 2026-05-08T19:35:21.131Z | + git branch -f ry/faster-syn-expiry 324103bbf6842212b833e8f517c56c7650bbf616 |
| 95 | 2026-05-08T19:35:21.135Z | + git checkout -f ry/faster-syn-expiry |
| 96 | 2026-05-08T19:35:21.152Z | Switched to branch 'ry/faster-syn-expiry' |
| 97 | 2026-05-08T19:35:21.161Z | + git reset --hard 324103bbf6842212b833e8f517c56c7650bbf616 |
| 98 | 2026-05-08T19:35:21.166Z | HEAD is now at 324103b firewall table headroom to 512k |
| 99 | 2026-05-08T19:35:21.169Z | process exited: duration 1163 ms, exit code 0 |
| |
| 100 | 2026-05-08T19:35:21.178Z | starting task 4: "build" |
| 101 | 2026-05-08T19:35:21.183Z | + source .github/buildomat/common.sh |
| 102 | 2026-05-08T19:35:21.183Z | ++ rustup show active-toolchain |
| 103 | 2026-05-08T19:35:21.187Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 104 | 2026-05-08T19:35:21.187Z | ++ pushd xde |
| 105 | 2026-05-08T19:35:21.187Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 106 | 2026-05-08T19:35:21.187Z | ++ rustup show active-toolchain |
| 107 | 2026-05-08T19:35:21.191Z | info: syncing channel updates for nightly-2025-09-19-x86_64-unknown-illumos |
| 108 | 2026-05-08T19:35:21.377Z | info: latest update on 2025-09-19 for version 1.92.0-nightly (7c275d09e 2025-09-18) |
| 109 | 2026-05-08T19:35:21.380Z | info: downloading 6 components |
| 110 | 2026-05-08T19:35:36.368Z | nightly-2025-09-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 111 | 2026-05-08T19:35:36.448Z | +++ rustup show active-toolchain -v |
| 112 | 2026-05-08T19:35:36.451Z | +++ head -n 1 |
| 113 | 2026-05-08T19:35:36.451Z | +++ cut '-d ' -f1 |
| 114 | 2026-05-08T19:35:36.509Z | ++ export NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos |
| 115 | 2026-05-08T19:35:36.509Z | ++ NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos |
| 116 | 2026-05-08T19:35:36.509Z | ++ popd |
| 117 | 2026-05-08T19:35:36.515Z | /work/oxidecomputer/opte |
| 118 | 2026-05-08T19:35:36.515Z | + cargo --version |
| 119 | 2026-05-08T19:35:36.518Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 120 | 2026-05-08T19:35:36.518Z | + rustc --version |
| 121 | 2026-05-08T19:35:36.540Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 122 | 2026-05-08T19:35:36.543Z | + cd lib/oxide-vpc |
| 123 | 2026-05-08T19:35:36.543Z | + header 'check style' |
| 124 | 2026-05-08T19:35:36.543Z | + echo '# ==== check style ==== #' |
| 125 | 2026-05-08T19:35:36.543Z | # ==== check style ==== # |
| 126 | 2026-05-08T19:35:36.543Z | + ptime -m cargo +nightly-2025-09-19-x86_64-unknown-illumos fmt -- --check |
| 127 | 2026-05-08T19:35:36.671Z | |
| 128 | 2026-05-08T19:35:36.671Z | real 0.125761698 |
| 129 | 2026-05-08T19:35:36.672Z | user 0.089197089 |
| 130 | 2026-05-08T19:35:36.672Z | sys 0.033594353 |
| 131 | 2026-05-08T19:35:36.672Z | trap 0.000003528 |
| 132 | 2026-05-08T19:35:36.672Z | tflt 0.000033092 |
| 133 | 2026-05-08T19:35:36.672Z | dflt 0.000017615 |
| 134 | 2026-05-08T19:35:36.672Z | kflt 0.000000000 |
| 135 | 2026-05-08T19:35:36.672Z | lock 0.047835535 |
| 136 | 2026-05-08T19:35:36.672Z | slp 0.108101732 |
| 137 | 2026-05-08T19:35:36.672Z | lat 0.001103859 |
| 138 | 2026-05-08T19:35:36.672Z | stop 0.000107934 |
| 139 | 2026-05-08T19:35:36.675Z | + header 'check docs' |
| 140 | 2026-05-08T19:35:36.675Z | + echo '# ==== check docs ==== #' |
| 141 | 2026-05-08T19:35:36.675Z | # ==== check docs ==== # |
| 142 | 2026-05-08T19:35:36.675Z | + RUSTDOCFLAGS='-D warnings' |
| 143 | 2026-05-08T19:35:36.675Z | + ptime -m cargo +nightly-2025-09-19-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 144 | 2026-05-08T19:35:36.740Z | Updating crates.io index |
| 145 | 2026-05-08T19:35:36.742Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 146 | 2026-05-08T19:35:37.409Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 147 | 2026-05-08T19:35:38.190Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 148 | 2026-05-08T19:35:38.510Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 149 | 2026-05-08T19:35:38.788Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 150 | 2026-05-08T19:35:39.256Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 151 | 2026-05-08T19:35:39.528Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 152 | 2026-05-08T19:35:41.772Z | Downloading crates ... |
| 153 | 2026-05-08T19:35:41.829Z | Downloaded dyn-clone v1.0.20 |
| 154 | 2026-05-08T19:35:41.834Z | Downloaded version_check v0.9.5 |
| 155 | 2026-05-08T19:35:41.846Z | Downloaded aho-corasick v1.1.4 |
| 156 | 2026-05-08T19:35:41.855Z | Downloaded log v0.4.29 |
| 157 | 2026-05-08T19:35:41.862Z | Downloaded goblin v0.10.4 |
| 158 | 2026-05-08T19:35:41.867Z | Downloaded macaddr v1.0.1 |
| 159 | 2026-05-08T19:35:41.870Z | Downloaded embedded-io v0.4.0 |
| 160 | 2026-05-08T19:35:41.870Z | Downloaded itoa v1.0.17 |
| 161 | 2026-05-08T19:35:41.870Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 162 | 2026-05-08T19:35:41.874Z | Downloaded dof v0.4.0 |
| 163 | 2026-05-08T19:35:41.875Z | Downloaded either v1.15.0 |
| 164 | 2026-05-08T19:35:41.879Z | Downloaded embedded-io v0.6.1 |
| 165 | 2026-05-08T19:35:41.879Z | Downloaded ucd-trie v0.1.7 |
| 166 | 2026-05-08T19:35:41.880Z | Downloaded proc-macro-error2 v2.0.1 |
| 167 | 2026-05-08T19:35:41.883Z | Downloaded quote v1.0.44 |
| 168 | 2026-05-08T19:35:41.889Z | Downloaded postcard v1.1.3 |
| 169 | 2026-05-08T19:35:41.894Z | Downloaded tabwriter v1.4.1 |
| 170 | 2026-05-08T19:35:41.897Z | Downloaded fnv v1.0.7 |
| 171 | 2026-05-08T19:35:41.904Z | Downloaded cobs v0.3.0 |
| 172 | 2026-05-08T19:35:41.910Z | Downloaded strsim v0.11.1 |
| 173 | 2026-05-08T19:35:41.914Z | Downloaded ident_case v1.0.1 |
| 174 | 2026-05-08T19:35:41.914Z | Downloaded stable_deref_trait v1.2.1 |
| 175 | 2026-05-08T19:35:41.921Z | Downloaded scroll_derive v0.13.1 |
| 176 | 2026-05-08T19:35:41.923Z | Downloaded defmt-parser v1.0.0 |
| 177 | 2026-05-08T19:35:41.929Z | Downloaded hash32 v0.3.1 |
| 178 | 2026-05-08T19:35:41.932Z | Downloaded generic-array v0.14.7 |
| 179 | 2026-05-08T19:35:41.932Z | Downloaded ref-cast-impl v1.0.25 |
| 180 | 2026-05-08T19:35:41.935Z | Downloaded usdt-macro v0.6.0 |
| 181 | 2026-05-08T19:35:41.935Z | Downloaded thread-id v5.1.0 |
| 182 | 2026-05-08T19:35:41.943Z | Downloaded dtrace-parser v0.3.0 |
| 183 | 2026-05-08T19:35:41.946Z | Downloaded block-buffer v0.10.4 |
| 184 | 2026-05-08T19:35:41.946Z | Downloaded crypto-common v0.1.7 |
| 185 | 2026-05-08T19:35:41.950Z | Downloaded ref-cast v1.0.25 |
| 186 | 2026-05-08T19:35:41.953Z | Downloaded usdt-attr-macro v0.6.0 |
| 187 | 2026-05-08T19:35:41.953Z | Downloaded pretty-hex v0.4.1 |
| 188 | 2026-05-08T19:35:41.953Z | Downloaded managed v0.8.0 |
| 189 | 2026-05-08T19:35:41.956Z | Downloaded darling_macro v0.21.3 |
| 190 | 2026-05-08T19:35:41.956Z | Downloaded usdt v0.6.0 |
| 191 | 2026-05-08T19:35:41.956Z | Downloaded plain v0.2.3 |
| 192 | 2026-05-08T19:35:41.961Z | Downloaded scroll v0.13.0 |
| 193 | 2026-05-08T19:35:41.971Z | Downloaded cfg-if v1.0.4 |
| 194 | 2026-05-08T19:35:41.978Z | Downloaded usdt-impl v0.6.0 |
| 195 | 2026-05-08T19:35:41.982Z | Downloaded thiserror-impl v2.0.18 |
| 196 | 2026-05-08T19:35:41.985Z | Downloaded pest_generator v2.8.5 |
| 197 | 2026-05-08T19:35:41.985Z | Downloaded ingot-types v0.1.2 |
| 198 | 2026-05-08T19:35:41.985Z | Downloaded serde_tokenstream v0.2.2 |
| 199 | 2026-05-08T19:35:41.987Z | Downloaded byteorder v1.5.0 |
| 200 | 2026-05-08T19:35:41.990Z | Downloaded thiserror v2.0.18 |
| 201 | 2026-05-08T19:35:41.995Z | Downloaded cpufeatures v0.2.17 |
| 202 | 2026-05-08T19:35:41.998Z | Downloaded ingot v0.1.1 |
| 203 | 2026-05-08T19:35:42.002Z | Downloaded sha2 v0.10.9 |
| 204 | 2026-05-08T19:35:42.002Z | Downloaded defmt-macros v1.0.1 |
| 205 | 2026-05-08T19:35:42.005Z | Downloaded defmt v0.3.100 |
| 206 | 2026-05-08T19:35:42.010Z | Downloaded ingot-macros v0.1.1 |
| 207 | 2026-05-08T19:35:42.013Z | Downloaded pest_derive v2.8.5 |
| 208 | 2026-05-08T19:35:42.013Z | Downloaded digest v0.10.7 |
| 209 | 2026-05-08T19:35:42.016Z | Downloaded ipnetwork v0.21.1 |
| 210 | 2026-05-08T19:35:42.019Z | Downloaded bitflags v1.3.2 |
| 211 | 2026-05-08T19:35:42.025Z | Downloaded darling v0.21.3 |
| 212 | 2026-05-08T19:35:42.028Z | Downloaded unicode-ident v1.0.22 |
| 213 | 2026-05-08T19:35:42.036Z | Downloaded memmap2 v0.9.9 |
| 214 | 2026-05-08T19:35:42.039Z | Downloaded crc32fast v1.5.0 |
| 215 | 2026-05-08T19:35:42.039Z | Downloaded defmt v1.0.1 |
| 216 | 2026-05-08T19:35:42.042Z | Downloaded serde_derive v1.0.228 |
| 217 | 2026-05-08T19:35:42.051Z | Downloaded zmij v1.0.17 |
| 218 | 2026-05-08T19:35:42.061Z | Downloaded bitflags v2.10.0 |
| 219 | 2026-05-08T19:35:42.067Z | Downloaded uuid v1.20.0 |
| 220 | 2026-05-08T19:35:42.069Z | Downloaded serde_core v1.0.228 |
| 221 | 2026-05-08T19:35:42.069Z | Downloaded proc-macro2 v1.0.106 |
| 222 | 2026-05-08T19:35:42.091Z | Downloaded darling_core v0.21.3 |
| 223 | 2026-05-08T19:35:42.094Z | Downloaded memchr v2.7.6 |
| 224 | 2026-05-08T19:35:42.100Z | Downloaded pest_meta v2.8.5 |
| 225 | 2026-05-08T19:35:42.104Z | Downloaded serde v1.0.228 |
| 226 | 2026-05-08T19:35:42.109Z | Downloaded heapless v0.8.0 |
| 227 | 2026-05-08T19:35:42.112Z | Downloaded typenum v1.19.0 |
| 228 | 2026-05-08T19:35:42.127Z | Downloaded zerocopy-derive v0.8.34 |
| 229 | 2026-05-08T19:35:42.156Z | Downloaded pest v2.8.5 |
| 230 | 2026-05-08T19:35:42.168Z | Downloaded regex v1.12.2 |
| 231 | 2026-05-08T19:35:42.172Z | Downloaded serde_json v1.0.149 |
| 232 | 2026-05-08T19:35:42.180Z | Downloaded itertools v0.14.0 |
| 233 | 2026-05-08T19:35:42.228Z | Downloaded syn v2.0.114 |
| 234 | 2026-05-08T19:35:42.241Z | Downloaded zerocopy v0.8.34 |
| 235 | 2026-05-08T19:35:42.252Z | Downloaded unicode-width v0.2.2 |
| 236 | 2026-05-08T19:35:42.259Z | Downloaded smoltcp v0.11.0 |
| 237 | 2026-05-08T19:35:42.271Z | Downloaded regex-syntax v0.8.8 |
| 238 | 2026-05-08T19:35:42.308Z | Downloaded regex-automata v0.4.13 |
| 239 | 2026-05-08T19:35:42.330Z | Downloaded libc v0.2.180 |
| 240 | 2026-05-08T19:35:42.385Z | Compiling proc-macro2 v1.0.106 |
| 241 | 2026-05-08T19:35:42.385Z | Compiling quote v1.0.44 |
| 242 | 2026-05-08T19:35:42.388Z | Compiling unicode-ident v1.0.22 |
| 243 | 2026-05-08T19:35:42.388Z | Documenting unicode-ident v1.0.22 |
| 244 | 2026-05-08T19:35:42.388Z | Compiling serde_core v1.0.228 |
| 245 | 2026-05-08T19:35:42.388Z | Compiling fnv v1.0.7 |
| 246 | 2026-05-08T19:35:42.388Z | Compiling strsim v0.11.1 |
| 247 | 2026-05-08T19:35:42.532Z | Compiling ident_case v1.0.1 |
| 248 | 2026-05-08T19:35:42.538Z | Compiling memchr v2.7.6 |
| 249 | 2026-05-08T19:35:42.638Z | Compiling serde v1.0.228 |
| 250 | 2026-05-08T19:35:42.762Z | Compiling thiserror v2.0.18 |
| 251 | 2026-05-08T19:35:42.814Z | Compiling zerocopy v0.8.34 |
| 252 | 2026-05-08T19:35:42.953Z | Documenting proc-macro2 v1.0.106 |
| 253 | 2026-05-08T19:35:42.963Z | Compiling aho-corasick v1.1.4 |
| 254 | 2026-05-08T19:35:43.093Z | Compiling regex-syntax v0.8.8 |
| 255 | 2026-05-08T19:35:43.328Z | Checking byteorder v1.5.0 |
| 256 | 2026-05-08T19:35:43.384Z | Compiling syn v2.0.114 |
| 257 | 2026-05-08T19:35:43.460Z | Compiling either v1.15.0 |
| 258 | 2026-05-08T19:35:43.494Z | Documenting quote v1.0.44 |
| 259 | 2026-05-08T19:35:43.649Z | Compiling itertools v0.14.0 |
| 260 | 2026-05-08T19:35:43.957Z | Documenting syn v2.0.114 |
| 261 | 2026-05-08T19:35:44.131Z | Documenting fnv v1.0.7 |
| 262 | 2026-05-08T19:35:44.383Z | Documenting strsim v0.11.1 |
| 263 | 2026-05-08T19:35:44.565Z | Compiling regex-automata v0.4.13 |
| 264 | 2026-05-08T19:35:44.830Z | Documenting ident_case v1.0.1 |
| 265 | 2026-05-08T19:35:44.848Z | Compiling heapless v0.8.0 |
| 266 | 2026-05-08T19:35:45.145Z | Checking bitflags v2.10.0 |
| 267 | 2026-05-08T19:35:45.255Z | Checking hash32 v0.3.1 |
| 268 | 2026-05-08T19:35:45.294Z | Documenting serde_core v1.0.228 |
| 269 | 2026-05-08T19:35:45.301Z | Checking cfg-if v1.0.4 |
| 270 | 2026-05-08T19:35:45.354Z | Checking macaddr v1.0.1 |
| 271 | 2026-05-08T19:35:45.361Z | Checking stable_deref_trait v1.2.1 |
| 272 | 2026-05-08T19:35:45.416Z | Checking darling_core v0.21.3 |
| 273 | 2026-05-08T19:35:45.423Z | Documenting memchr v2.7.6 |
| 274 | 2026-05-08T19:35:45.496Z | Documenting regex-syntax v0.8.8 |
| 275 | 2026-05-08T19:35:46.093Z | Documenting darling_core v0.21.3 |
| 276 | 2026-05-08T19:35:46.320Z | Compiling regex v1.12.2 |
| 277 | 2026-05-08T19:35:46.518Z | Documenting aho-corasick v1.1.4 |
| 278 | 2026-05-08T19:35:46.717Z | Compiling smoltcp v0.11.0 |
| 279 | 2026-05-08T19:35:47.054Z | Compiling thiserror-impl v2.0.18 |
| 280 | 2026-05-08T19:35:47.099Z | Compiling zerocopy-derive v0.8.34 |
| 281 | 2026-05-08T19:35:47.103Z | Compiling serde_derive v1.0.228 |
| 282 | 2026-05-08T19:35:47.129Z | Checking managed v0.8.0 |
| 283 | 2026-05-08T19:35:47.176Z | Documenting darling_macro v0.21.3 |
| 284 | 2026-05-08T19:35:47.294Z | Checking bitflags v1.3.2 |
| 285 | 2026-05-08T19:35:47.422Z | Documenting regex-automata v0.4.13 |
| 286 | 2026-05-08T19:35:47.635Z | Documenting serde_derive v1.0.228 |
| 287 | 2026-05-08T19:35:47.802Z | Documenting zerocopy-derive v0.8.34 |
| 288 | 2026-05-08T19:35:48.237Z | Compiling darling_macro v0.21.3 |
| 289 | 2026-05-08T19:35:48.361Z | Documenting thiserror-impl v2.0.18 |
| 290 | 2026-05-08T19:35:48.368Z | Checking cobs v0.3.0 |
| 291 | 2026-05-08T19:35:48.491Z | Compiling ref-cast v1.0.25 |
| 292 | 2026-05-08T19:35:48.566Z | Documenting byteorder v1.5.0 |
| 293 | 2026-05-08T19:35:48.781Z | Compiling darling v0.21.3 |
| 294 | 2026-05-08T19:35:48.805Z | Documenting darling v0.21.3 |
| 295 | 2026-05-08T19:35:48.851Z | Compiling ingot-macros v0.1.1 |
| 296 | 2026-05-08T19:35:48.883Z | Documenting regex v1.12.2 |
| 297 | 2026-05-08T19:35:48.914Z | Compiling crc32fast v1.5.0 |
| 298 | 2026-05-08T19:35:49.065Z | Documenting hash32 v0.3.1 |
| 299 | 2026-05-08T19:35:49.235Z | Documenting thiserror v2.0.18 |
| 300 | 2026-05-08T19:35:49.276Z | Documenting zerocopy v0.8.34 |
| 301 | 2026-05-08T19:35:49.640Z | Compiling ref-cast-impl v1.0.25 |
| 302 | 2026-05-08T19:35:49.879Z | Documenting ingot-macros v0.1.1 |
| 303 | 2026-05-08T19:35:49.965Z | Documenting serde v1.0.228 |
| 304 | 2026-05-08T19:35:50.177Z | Checking postcard v1.1.3 |
| 305 | 2026-05-08T19:35:50.237Z | Documenting bitflags v2.10.0 |
| 306 | 2026-05-08T19:35:50.255Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 307 | 2026-05-08T19:35:50.500Z | Compiling version_check v0.9.5 |
| 308 | 2026-05-08T19:35:50.596Z | Checking unicode-width v0.2.2 |
| 309 | 2026-05-08T19:35:50.733Z | Documenting macaddr v1.0.1 |
| 310 | 2026-05-08T19:35:50.777Z | Checking ipnetwork v0.21.1 |
| 311 | 2026-05-08T19:35:50.825Z | Documenting stable_deref_trait v1.2.1 |
| 312 | 2026-05-08T19:35:50.847Z | Documenting cfg-if v1.0.4 |
| 313 | 2026-05-08T19:35:50.957Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 314 | 2026-05-08T19:35:51.027Z | Documenting cobs v0.3.0 |
| 315 | 2026-05-08T19:35:51.192Z | Documenting managed v0.8.0 |
| 316 | 2026-05-08T19:35:51.368Z | Checking tabwriter v1.4.1 |
| 317 | 2026-05-08T19:35:51.392Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 318 | 2026-05-08T19:35:51.417Z | Checking ingot-types v0.1.2 |
| 319 | 2026-05-08T19:35:51.516Z | Documenting heapless v0.8.0 |
| 320 | 2026-05-08T19:35:51.734Z | Checking ingot v0.1.1 |
| 321 | 2026-05-08T19:35:51.889Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 322 | 2026-05-08T19:35:52.121Z | Documenting postcard v1.1.3 |
| 323 | 2026-05-08T19:35:52.200Z | Documenting ingot-types v0.1.2 |
| 324 | 2026-05-08T19:35:52.210Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 325 | 2026-05-08T19:35:52.327Z | Documenting ref-cast-impl v1.0.25 |
| 326 | 2026-05-08T19:35:52.587Z | Checking dyn-clone v1.0.20 |
| 327 | 2026-05-08T19:35:52.617Z | Documenting ipnetwork v0.21.1 |
| 328 | 2026-05-08T19:35:52.685Z | Documenting unicode-width v0.2.2 |
| 329 | 2026-05-08T19:35:52.814Z | Documenting smoltcp v0.11.0 |
| 330 | 2026-05-08T19:35:52.817Z | Documenting either v1.15.0 |
| 331 | 2026-05-08T19:35:53.040Z | Documenting crc32fast v1.5.0 |
| 332 | 2026-05-08T19:35:53.288Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 333 | 2026-05-08T19:35:53.320Z | Documenting ingot v0.1.1 |
| 334 | 2026-05-08T19:35:53.484Z | Documenting ref-cast v1.0.25 |
| 335 | 2026-05-08T19:35:53.711Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 336 | 2026-05-08T19:35:53.917Z | Documenting itertools v0.14.0 |
| 337 | 2026-05-08T19:35:54.123Z | Documenting tabwriter v1.4.1 |
| 338 | 2026-05-08T19:35:54.126Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 339 | 2026-05-08T19:35:54.334Z | Documenting dyn-clone v1.0.20 |
| 340 | 2026-05-08T19:35:54.879Z | Documenting uuid v1.20.0 |
| 341 | 2026-05-08T19:35:55.160Z | Checking uuid v1.20.0 |
| 342 | 2026-05-08T19:35:55.393Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 343 | 2026-05-08T19:35:55.599Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 344 | 2026-05-08T19:35:55.938Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 345 | 2026-05-08T19:35:57.747Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 346 | 2026-05-08T19:35:59.848Z | Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 347 | 2026-05-08T19:36:01.266Z | Finished `dev` profile [optimized + debuginfo] target(s) in 24.58s |
| 348 | 2026-05-08T19:36:01.408Z | Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html |
| 349 | 2026-05-08T19:36:01.412Z | |
| 350 | 2026-05-08T19:36:01.412Z | real 24.672626890 |
| 351 | 2026-05-08T19:36:01.412Z | user 1:18.656112316 |
| 352 | 2026-05-08T19:36:01.412Z | sys 16.432916485 |
| 353 | 2026-05-08T19:36:01.413Z | trap 0.041550096 |
| 354 | 2026-05-08T19:36:01.413Z | tflt 0.056242216 |
| 355 | 2026-05-08T19:36:01.413Z | dflt 0.106098760 |
| 356 | 2026-05-08T19:36:01.413Z | kflt 0.004745920 |
| 357 | 2026-05-08T19:36:01.413Z | lock 7:00.425466537 |
| 358 | 2026-05-08T19:36:01.413Z | slp 5:27.736865874 |
| 359 | 2026-05-08T19:36:01.413Z | lat 8.473924655 |
| 360 | 2026-05-08T19:36:01.413Z | stop 9.142994532 |
| 361 | 2026-05-08T19:36:01.413Z | + header 'analyze std + api + usdt' |
| 362 | 2026-05-08T19:36:01.413Z | + echo '# ==== analyze std + api + usdt ==== #' |
| 363 | 2026-05-08T19:36:01.413Z | + ptime -m cargo clippy --features usdt --all-targets -- --deny warnings |
| 364 | 2026-05-08T19:36:01.413Z | # ==== analyze std + api + usdt ==== # |
| 365 | 2026-05-08T19:36:01.553Z | Downloading crates ... |
| 366 | 2026-05-08T19:36:01.616Z | Downloaded pin-utils v0.1.0 |
| 367 | 2026-05-08T19:36:01.619Z | Downloaded circular v0.3.0 |
| 368 | 2026-05-08T19:36:01.622Z | Downloaded futures-core v0.3.31 |
| 369 | 2026-05-08T19:36:01.626Z | Downloaded futures v0.3.31 |
| 370 | 2026-05-08T19:36:01.629Z | Downloaded typeid v1.0.3 |
| 371 | 2026-05-08T19:36:01.632Z | Downloaded futures-sink v0.3.31 |
| 372 | 2026-05-08T19:36:01.632Z | Downloaded pin-project-lite v0.2.16 |
| 373 | 2026-05-08T19:36:01.635Z | Downloaded dtor v0.1.1 |
| 374 | 2026-05-08T19:36:01.635Z | Downloaded dtor-proc-macro v0.0.6 |
| 375 | 2026-05-08T19:36:01.639Z | Downloaded once_cell v1.21.3 |
| 376 | 2026-05-08T19:36:01.643Z | Downloaded ctor-proc-macro v0.0.7 |
| 377 | 2026-05-08T19:36:01.643Z | Downloaded rusticata-macros v5.0.0 |
| 378 | 2026-05-08T19:36:01.643Z | Downloaded futures-task v0.3.31 |
| 379 | 2026-05-08T19:36:01.643Z | Downloaded futures-io v0.3.31 |
| 380 | 2026-05-08T19:36:01.646Z | Downloaded ctor v0.6.3 |
| 381 | 2026-05-08T19:36:01.649Z | Downloaded futures-macro v0.3.31 |
| 382 | 2026-05-08T19:36:01.649Z | Downloaded futures-executor v0.3.31 |
| 383 | 2026-05-08T19:36:01.649Z | Downloaded anyhow v1.0.100 |
| 384 | 2026-05-08T19:36:01.654Z | Downloaded cookie-factory v0.3.3 |
| 385 | 2026-05-08T19:36:01.657Z | Downloaded slab v0.4.11 |
| 386 | 2026-05-08T19:36:01.657Z | Downloaded futures-channel v0.3.31 |
| 387 | 2026-05-08T19:36:01.666Z | Downloaded nom v8.0.0 |
| 388 | 2026-05-08T19:36:01.674Z | Downloaded pcap-parser v0.17.0 |
| 389 | 2026-05-08T19:36:01.677Z | Downloaded futures-util v0.3.31 |
| 390 | 2026-05-08T19:36:01.684Z | Downloaded ron v0.12.0 |
| 391 | 2026-05-08T19:36:01.730Z | Compiling proc-macro2 v1.0.106 |
| 392 | 2026-05-08T19:36:01.730Z | Compiling quote v1.0.44 |
| 393 | 2026-05-08T19:36:01.730Z | Compiling unicode-ident v1.0.22 |
| 394 | 2026-05-08T19:36:01.730Z | Compiling memchr v2.7.6 |
| 395 | 2026-05-08T19:36:01.733Z | Compiling thiserror v2.0.18 |
| 396 | 2026-05-08T19:36:01.733Z | Compiling serde_core v1.0.228 |
| 397 | 2026-05-08T19:36:01.733Z | Compiling zerocopy v0.8.34 |
| 398 | 2026-05-08T19:36:01.906Z | Compiling zmij v1.0.17 |
| 399 | 2026-05-08T19:36:02.112Z | Compiling libc v0.2.180 |
| 400 | 2026-05-08T19:36:02.126Z | Compiling ucd-trie v0.1.7 |
| 401 | 2026-05-08T19:36:02.143Z | Compiling serde_json v1.0.149 |
| 402 | 2026-05-08T19:36:02.223Z | Compiling serde v1.0.228 |
| 403 | 2026-05-08T19:36:02.346Z | Compiling pest v2.8.5 |
| 404 | 2026-05-08T19:36:02.470Z | Compiling ident_case v1.0.1 |
| 405 | 2026-05-08T19:36:02.542Z | Compiling fnv v1.0.7 |
| 406 | 2026-05-08T19:36:02.572Z | Compiling strsim v0.11.1 |
| 407 | 2026-05-08T19:36:02.752Z | Compiling aho-corasick v1.1.4 |
| 408 | 2026-05-08T19:36:02.890Z | Checking byteorder v1.5.0 |
| 409 | 2026-05-08T19:36:02.893Z | Compiling itoa v1.0.17 |
| 410 | 2026-05-08T19:36:02.981Z | Compiling syn v2.0.114 |
| 411 | 2026-05-08T19:36:03.055Z | Compiling regex-syntax v0.8.8 |
| 412 | 2026-05-08T19:36:03.402Z | Compiling pest_meta v2.8.5 |
| 413 | 2026-05-08T19:36:03.547Z | Compiling usdt-impl v0.6.0 |
| 414 | 2026-05-08T19:36:03.564Z | Compiling either v1.15.0 |
| 415 | 2026-05-08T19:36:03.595Z | Checking bitflags v2.10.0 |
| 416 | 2026-05-08T19:36:03.751Z | Compiling itertools v0.14.0 |
| 417 | 2026-05-08T19:36:03.784Z | Compiling thread-id v5.1.0 |
| 418 | 2026-05-08T19:36:04.265Z | Checking log v0.4.29 |
| 419 | 2026-05-08T19:36:04.313Z | Checking plain v0.2.3 |
| 420 | 2026-05-08T19:36:04.356Z | Compiling heapless v0.8.0 |
| 421 | 2026-05-08T19:36:04.526Z | Compiling regex-automata v0.4.13 |
| 422 | 2026-05-08T19:36:04.542Z | Checking futures-sink v0.3.31 |
| 423 | 2026-05-08T19:36:04.631Z | Checking futures-core v0.3.31 |
| 424 | 2026-05-08T19:36:04.745Z | Checking futures-channel v0.3.31 |
| 425 | 2026-05-08T19:36:04.961Z | Checking hash32 v0.3.1 |
| 426 | 2026-05-08T19:36:05.072Z | Checking pin-project-lite v0.2.16 |
| 427 | 2026-05-08T19:36:05.078Z | Checking pin-utils v0.1.0 |
| 428 | 2026-05-08T19:36:05.096Z | Checking cfg-if v1.0.4 |
| 429 | 2026-05-08T19:36:05.102Z | Checking futures-io v0.3.31 |
| 430 | 2026-05-08T19:36:05.150Z | Checking pretty-hex v0.4.1 |
| 431 | 2026-05-08T19:36:05.153Z | Checking macaddr v1.0.1 |
| 432 | 2026-05-08T19:36:05.203Z | Checking stable_deref_trait v1.2.1 |
| 433 | 2026-05-08T19:36:05.257Z | Checking futures-task v0.3.31 |
| 434 | 2026-05-08T19:36:05.268Z | Checking slab v0.4.11 |
| 435 | 2026-05-08T19:36:05.288Z | Compiling smoltcp v0.11.0 |
| 436 | 2026-05-08T19:36:05.384Z | Compiling pest_generator v2.8.5 |
| 437 | 2026-05-08T19:36:05.408Z | Compiling darling_core v0.21.3 |
| 438 | 2026-05-08T19:36:05.656Z | Compiling ref-cast v1.0.25 |
| 439 | 2026-05-08T19:36:05.677Z | Checking bitflags v1.3.2 |
| 440 | 2026-05-08T19:36:05.739Z | Checking managed v0.8.0 |
| 441 | 2026-05-08T19:36:05.860Z | Compiling version_check v0.9.5 |
| 442 | 2026-05-08T19:36:05.918Z | Compiling crc32fast v1.5.0 |
| 443 | 2026-05-08T19:36:05.993Z | Checking memmap2 v0.9.9 |
| 444 | 2026-05-08T19:36:06.127Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 445 | 2026-05-08T19:36:06.144Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 446 | 2026-05-08T19:36:06.190Z | Compiling regex v1.12.2 |
| 447 | 2026-05-08T19:36:06.400Z | Checking ipnetwork v0.21.1 |
| 448 | 2026-05-08T19:36:06.569Z | Checking unicode-width v0.2.2 |
| 449 | 2026-05-08T19:36:06.604Z | Compiling serde_derive v1.0.228 |
| 450 | 2026-05-08T19:36:06.688Z | Compiling thiserror-impl v2.0.18 |
| 451 | 2026-05-08T19:36:06.808Z | Compiling zerocopy-derive v0.8.34 |
| 452 | 2026-05-08T19:36:07.123Z | Compiling pest_derive v2.8.5 |
| 453 | 2026-05-08T19:36:07.234Z | Compiling scroll_derive v0.13.1 |
| 454 | 2026-05-08T19:36:07.337Z | Compiling futures-macro v0.3.31 |
| 455 | 2026-05-08T19:36:07.426Z | Compiling ref-cast-impl v1.0.25 |
| 456 | 2026-05-08T19:36:07.512Z | Compiling darling_macro v0.21.3 |
| 457 | 2026-05-08T19:36:07.631Z | Checking tabwriter v1.4.1 |
| 458 | 2026-05-08T19:36:07.765Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 459 | 2026-05-08T19:36:08.036Z | Checking dtrace-parser v0.3.0 |
| 460 | 2026-05-08T19:36:08.052Z | Compiling darling v0.21.3 |
| 461 | 2026-05-08T19:36:08.057Z | Checking scroll v0.13.0 |
| 462 | 2026-05-08T19:36:08.153Z | Compiling ingot-macros v0.1.1 |
| 463 | 2026-05-08T19:36:08.264Z | Checking futures-util v0.3.31 |
| 464 | 2026-05-08T19:36:08.267Z | Checking goblin v0.10.4 |
| 465 | 2026-05-08T19:36:08.356Z | Checking cobs v0.3.0 |
| 466 | 2026-05-08T19:36:08.493Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 467 | 2026-05-08T19:36:08.856Z | Checking nom v8.0.0 |
| 468 | 2026-05-08T19:36:09.194Z | Checking dyn-clone v1.0.20 |
| 469 | 2026-05-08T19:36:09.665Z | Checking postcard v1.1.3 |
| 470 | 2026-05-08T19:36:09.757Z | Compiling serde_tokenstream v0.2.2 |
| 471 | 2026-05-08T19:36:09.928Z | Compiling typeid v1.0.3 |
| 472 | 2026-05-08T19:36:09.933Z | Compiling anyhow v1.0.100 |
| 473 | 2026-05-08T19:36:10.021Z | Compiling dof v0.4.0 |
| 474 | 2026-05-08T19:36:10.096Z | Checking futures-executor v0.3.31 |
| 475 | 2026-05-08T19:36:10.109Z | Checking uuid v1.20.0 |
| 476 | 2026-05-08T19:36:10.233Z | Checking futures v0.3.31 |
| 477 | 2026-05-08T19:36:10.239Z | Checking circular v0.3.0 |
| 478 | 2026-05-08T19:36:10.293Z | Checking cookie-factory v0.3.3 |
| 479 | 2026-05-08T19:36:10.339Z | Compiling dtor-proc-macro v0.0.6 |
| 480 | 2026-05-08T19:36:10.364Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 481 | 2026-05-08T19:36:10.581Z | Compiling ctor-proc-macro v0.0.7 |
| 482 | 2026-05-08T19:36:10.628Z | Checking once_cell v1.21.3 |
| 483 | 2026-05-08T19:36:10.673Z | Checking dtor v0.1.1 |
| 484 | 2026-05-08T19:36:10.677Z | Checking rusticata-macros v5.0.0 |
| 485 | 2026-05-08T19:36:10.747Z | Checking ron v0.12.0 |
| 486 | 2026-05-08T19:36:10.776Z | Checking ingot-types v0.1.2 |
| 487 | 2026-05-08T19:36:10.794Z | Checking pcap-parser v0.17.0 |
| 488 | 2026-05-08T19:36:10.883Z | Checking ctor v0.6.3 |
| 489 | 2026-05-08T19:36:10.923Z | Compiling usdt-attr-macro v0.6.0 |
| 490 | 2026-05-08T19:36:10.923Z | Compiling usdt-macro v0.6.0 |
| 491 | 2026-05-08T19:36:11.084Z | Checking ingot v0.1.1 |
| 492 | 2026-05-08T19:36:11.541Z | Checking usdt v0.6.0 |
| 493 | 2026-05-08T19:36:12.399Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 494 | 2026-05-08T19:36:16.689Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 495 | 2026-05-08T19:36:18.243Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 496 | 2026-05-08T19:36:20.493Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.07s |
| 497 | 2026-05-08T19:36:20.524Z | |
| 498 | 2026-05-08T19:36:20.524Z | real 19.151556556 |
| 499 | 2026-05-08T19:36:20.524Z | user 1:08.452142985 |
| 500 | 2026-05-08T19:36:20.524Z | sys 14.290931449 |
| 501 | 2026-05-08T19:36:20.524Z | trap 0.037426231 |
| 502 | 2026-05-08T19:36:20.524Z | tflt 0.179198185 |
| 503 | 2026-05-08T19:36:20.524Z | dflt 0.082562938 |
| 504 | 2026-05-08T19:36:20.524Z | kflt 0.000020655 |
| 505 | 2026-05-08T19:36:20.524Z | lock 2:42.550571944 |
| 506 | 2026-05-08T19:36:20.527Z | slp 4:45.835906182 |
| 507 | 2026-05-08T19:36:20.527Z | lat 3.762176677 |
| 508 | 2026-05-08T19:36:20.527Z | stop 7.130926714 |
| 509 | 2026-05-08T19:36:20.527Z | + header 'analyze no_std + engine + kernel' |
| 510 | 2026-05-08T19:36:20.527Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 511 | 2026-05-08T19:36:20.528Z | # ==== analyze no_std + engine + kernel ==== # |
| 512 | 2026-05-08T19:36:20.528Z | + ptime -m cargo +nightly-2025-09-19-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel |
| 513 | 2026-05-08T19:36:20.702Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 514 | 2026-05-08T19:36:20.702Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 515 | 2026-05-08T19:36:20.702Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 516 | 2026-05-08T19:36:20.705Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 517 | 2026-05-08T19:36:20.967Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 518 | 2026-05-08T19:36:25.125Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 519 | 2026-05-08T19:36:26.600Z | Finished `dev` profile [optimized + debuginfo] target(s) in 6.03s |
| 520 | 2026-05-08T19:36:26.627Z | |
| 521 | 2026-05-08T19:36:26.631Z | real 6.094340165 |
| 522 | 2026-05-08T19:36:26.631Z | user 6.362489197 |
| 523 | 2026-05-08T19:36:26.632Z | sys 0.960306769 |
| 524 | 2026-05-08T19:36:26.632Z | trap 0.000815082 |
| 525 | 2026-05-08T19:36:26.632Z | tflt 0.010960800 |
| 526 | 2026-05-08T19:36:26.632Z | dflt 0.002024419 |
| 527 | 2026-05-08T19:36:26.632Z | kflt 0.000000000 |
| 528 | 2026-05-08T19:36:26.632Z | lock 22.738965785 |
| 529 | 2026-05-08T19:36:26.632Z | slp 22.191298787 |
| 530 | 2026-05-08T19:36:26.632Z | lat 0.020897983 |
| 531 | 2026-05-08T19:36:26.632Z | stop 0.241409230 |
| 532 | 2026-05-08T19:36:26.632Z | + header test |
| 533 | 2026-05-08T19:36:26.632Z | + echo '# ==== test ==== #' |
| 534 | 2026-05-08T19:36:26.632Z | # ==== test ==== # |
| 535 | 2026-05-08T19:36:26.632Z | + ptime -m cargo test |
| 536 | 2026-05-08T19:36:26.803Z | Compiling memchr v2.7.6 |
| 537 | 2026-05-08T19:36:26.803Z | Compiling serde_core v1.0.228 |
| 538 | 2026-05-08T19:36:26.805Z | Compiling thiserror v2.0.18 |
| 539 | 2026-05-08T19:36:26.806Z | Compiling zerocopy v0.8.34 |
| 540 | 2026-05-08T19:36:26.806Z | Compiling byteorder v1.5.0 |
| 541 | 2026-05-08T19:36:26.806Z | Compiling unicode-ident v1.0.22 |
| 542 | 2026-05-08T19:36:26.809Z | Compiling zmij v1.0.17 |
| 543 | 2026-05-08T19:36:26.809Z | Compiling libc v0.2.180 |
| 544 | 2026-05-08T19:36:26.882Z | Compiling proc-macro2 v1.0.106 |
| 545 | 2026-05-08T19:36:26.928Z | Compiling scroll v0.13.0 |
| 546 | 2026-05-08T19:36:27.029Z | Compiling futures-core v0.3.31 |
| 547 | 2026-05-08T19:36:27.173Z | Compiling itoa v1.0.17 |
| 548 | 2026-05-08T19:36:27.178Z | Compiling ucd-trie v0.1.7 |
| 549 | 2026-05-08T19:36:27.183Z | Compiling futures-sink v0.3.31 |
| 550 | 2026-05-08T19:36:27.202Z | Compiling plain v0.2.3 |
| 551 | 2026-05-08T19:36:27.277Z | Compiling log v0.4.29 |
| 552 | 2026-05-08T19:36:27.300Z | Compiling pest v2.8.5 |
| 553 | 2026-05-08T19:36:27.414Z | Compiling goblin v0.10.4 |
| 554 | 2026-05-08T19:36:27.491Z | Compiling futures-channel v0.3.31 |
| 555 | 2026-05-08T19:36:27.716Z | Compiling quote v1.0.44 |
| 556 | 2026-05-08T19:36:27.810Z | Compiling hash32 v0.3.1 |
| 557 | 2026-05-08T19:36:27.975Z | Compiling stable_deref_trait v1.2.1 |
| 558 | 2026-05-08T19:36:28.042Z | Compiling pretty-hex v0.4.1 |
| 559 | 2026-05-08T19:36:28.183Z | Compiling futures-io v0.3.31 |
| 560 | 2026-05-08T19:36:28.359Z | Compiling futures-task v0.3.31 |
| 561 | 2026-05-08T19:36:28.360Z | Compiling pin-utils v0.1.0 |
| 562 | 2026-05-08T19:36:28.392Z | Compiling slab v0.4.11 |
| 563 | 2026-05-08T19:36:28.421Z | Compiling pin-project-lite v0.2.16 |
| 564 | 2026-05-08T19:36:28.511Z | Compiling cfg-if v1.0.4 |
| 565 | 2026-05-08T19:36:28.539Z | Compiling serde v1.0.228 |
| 566 | 2026-05-08T19:36:28.564Z | Compiling bitflags v2.10.0 |
| 567 | 2026-05-08T19:36:28.572Z | Compiling serde_json v1.0.149 |
| 568 | 2026-05-08T19:36:28.763Z | Compiling macaddr v1.0.1 |
| 569 | 2026-05-08T19:36:28.879Z | Compiling futures-util v0.3.31 |
| 570 | 2026-05-08T19:36:28.957Z | Compiling ingot-types v0.1.2 |
| 571 | 2026-05-08T19:36:29.011Z | Compiling dtrace-parser v0.3.0 |
| 572 | 2026-05-08T19:36:29.026Z | Compiling heapless v0.8.0 |
| 573 | 2026-05-08T19:36:29.168Z | Compiling syn v2.0.114 |
| 574 | 2026-05-08T19:36:29.350Z | Compiling thread-id v5.1.0 |
| 575 | 2026-05-08T19:36:29.420Z | Compiling cobs v0.3.0 |
| 576 | 2026-05-08T19:36:29.446Z | Compiling bitflags v1.3.2 |
| 577 | 2026-05-08T19:36:29.512Z | Compiling managed v0.8.0 |
| 578 | 2026-05-08T19:36:29.530Z | Compiling postcard v1.1.3 |
| 579 | 2026-05-08T19:36:29.684Z | Compiling smoltcp v0.11.0 |
| 580 | 2026-05-08T19:36:29.725Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 581 | 2026-05-08T19:36:29.871Z | Compiling ingot v0.1.1 |
| 582 | 2026-05-08T19:36:29.947Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 583 | 2026-05-08T19:36:30.526Z | Compiling dof v0.4.0 |
| 584 | 2026-05-08T19:36:31.611Z | Compiling usdt-impl v0.6.0 |
| 585 | 2026-05-08T19:36:31.811Z | Compiling futures-executor v0.3.31 |
| 586 | 2026-05-08T19:36:32.006Z | Compiling memmap2 v0.9.9 |
| 587 | 2026-05-08T19:36:32.312Z | Compiling either v1.15.0 |
| 588 | 2026-05-08T19:36:32.447Z | Compiling ipnetwork v0.21.1 |
| 589 | 2026-05-08T19:36:32.487Z | Compiling unicode-width v0.2.2 |
| 590 | 2026-05-08T19:36:32.621Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 591 | 2026-05-08T19:36:32.795Z | Compiling tabwriter v1.4.1 |
| 592 | 2026-05-08T19:36:32.989Z | Compiling itertools v0.14.0 |
| 593 | 2026-05-08T19:36:33.233Z | Compiling ref-cast v1.0.25 |
| 594 | 2026-05-08T19:36:33.314Z | Compiling usdt v0.6.0 |
| 595 | 2026-05-08T19:36:33.915Z | Compiling futures v0.3.31 |
| 596 | 2026-05-08T19:36:33.948Z | Compiling crc32fast v1.5.0 |
| 597 | 2026-05-08T19:36:33.974Z | Compiling nom v8.0.0 |
| 598 | 2026-05-08T19:36:34.186Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 599 | 2026-05-08T19:36:34.222Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 600 | 2026-05-08T19:36:34.579Z | Compiling dyn-clone v1.0.20 |
| 601 | 2026-05-08T19:36:34.744Z | Compiling cookie-factory v0.3.3 |
| 602 | 2026-05-08T19:36:34.777Z | Compiling uuid v1.20.0 |
| 603 | 2026-05-08T19:36:35.019Z | Compiling circular v0.3.0 |
| 604 | 2026-05-08T19:36:35.099Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 605 | 2026-05-08T19:36:35.311Z | Compiling dtor v0.1.1 |
| 606 | 2026-05-08T19:36:35.312Z | Compiling anyhow v1.0.100 |
| 607 | 2026-05-08T19:36:35.339Z | Compiling typeid v1.0.3 |
| 608 | 2026-05-08T19:36:35.350Z | Compiling once_cell v1.21.3 |
| 609 | 2026-05-08T19:36:35.376Z | Compiling ctor v0.6.3 |
| 610 | 2026-05-08T19:36:35.502Z | Compiling ron v0.12.0 |
| 611 | 2026-05-08T19:36:36.145Z | Compiling rusticata-macros v5.0.0 |
| 612 | 2026-05-08T19:36:36.407Z | Compiling pcap-parser v0.17.0 |
| 613 | 2026-05-08T19:36:39.435Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 614 | 2026-05-08T19:36:41.887Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 615 | 2026-05-08T19:37:22.829Z | Finished `test` profile [optimized + debuginfo] target(s) in 56.18s |
| 616 | 2026-05-08T19:37:22.845Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-aadc31343e7431db) |
| 617 | 2026-05-08T19:37:22.852Z | |
| 618 | 2026-05-08T19:37:22.852Z | running 15 tests |
| 619 | 2026-05-08T19:37:22.852Z | test api::tests::parse_bad_proto_filter ... ok |
| 620 | 2026-05-08T19:37:22.852Z | test api::tests::parse_bad_address ... ok |
| 621 | 2026-05-08T19:37:22.852Z | test api::tests::parse_good_address ... ok |
| 622 | 2026-05-08T19:37:22.852Z | test api::tests::parse_good_proto_filter ... ok |
| 623 | 2026-05-08T19:37:22.852Z | test api::tests::ports_from_str_bad ... ok |
| 624 | 2026-05-08T19:37:22.852Z | test api::tests::ports_from_str_good ... ok |
| 625 | 2026-05-08T19:37:22.853Z | test cfg::tests::test_required_nat_space ... ok |
| 626 | 2026-05-08T19:37:22.853Z | test cfg::tests::test_required_nat_space_only_ipv4 ... ok |
| 627 | 2026-05-08T19:37:22.853Z | test cfg::tests::test_required_nat_space_only_ipv6 ... ok |
| 628 | 2026-05-08T19:37:22.853Z | test engine::geneve::test::option_packet_length_with_known_options ... ok |
| 629 | 2026-05-08T19:37:22.853Z | test engine::geneve::test::parse_multi_opt ... ok |
| 630 | 2026-05-08T19:37:22.853Z | test engine::geneve::test::parse_single_opt ... ok |
| 631 | 2026-05-08T19:37:22.853Z | test engine::geneve::test::parse_multicast_replication_values ... ok |
| 632 | 2026-05-08T19:37:22.853Z | test engine::geneve::test::unknown_crit_option_fails ... ok |
| 633 | 2026-05-08T19:37:22.853Z | test engine::firewall::tests::port_predicate_simplification ... ok |
| 634 | 2026-05-08T19:37:22.853Z | |
| 635 | 2026-05-08T19:37:22.853Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 636 | 2026-05-08T19:37:22.853Z | |
| 637 | 2026-05-08T19:37:22.853Z | Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-662c9190ee6908e5) |
| 638 | 2026-05-08T19:37:22.853Z | |
| 639 | 2026-05-08T19:37:22.853Z | running 4 tests |
| 640 | 2026-05-08T19:37:22.853Z | test firewall_external_inbound ... ok |
| 641 | 2026-05-08T19:37:22.853Z | test firewall_vni_outbound ... ok |
| 642 | 2026-05-08T19:37:22.853Z | test firewall_vni_inbound ... ok |
| 643 | 2026-05-08T19:37:22.853Z | test firewall_replace_rules ... ok |
| 644 | 2026-05-08T19:37:22.853Z | |
| 645 | 2026-05-08T19:37:22.853Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 646 | 2026-05-08T19:37:22.854Z | |
| 647 | 2026-05-08T19:37:22.857Z | Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-c12f7053315bdd63) |
| 648 | 2026-05-08T19:37:22.857Z | |
| 649 | 2026-05-08T19:37:22.858Z | running 2 tests |
| 650 | 2026-05-08T19:37:22.858Z | test parse_in_regression ... ok |
| 651 | 2026-05-08T19:37:22.858Z | test parse_out_regression ... ok |
| 652 | 2026-05-08T19:37:22.858Z | |
| 653 | 2026-05-08T19:37:22.858Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 654 | 2026-05-08T19:37:22.858Z | |
| 655 | 2026-05-08T19:37:22.858Z | Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-f3b46c817f5b2c3d) |
| 656 | 2026-05-08T19:37:22.858Z | |
| 657 | 2026-05-08T19:37:22.858Z | running 48 tests |
| 658 | 2026-05-08T19:37:22.858Z | test bad_ip_len ... ok |
| 659 | 2026-05-08T19:37:22.862Z | test check_layers ... ok |
| 660 | 2026-05-08T19:37:22.863Z | test add_remove_fw_rule ... ok |
| 661 | 2026-05-08T19:37:22.863Z | test arp_gateway ... ok |
| 662 | 2026-05-08T19:37:22.863Z | test anti_spoof ... ok |
| 663 | 2026-05-08T19:37:22.863Z | test external_attached_subnets_cannot_reach_internal ... ok |
| 664 | 2026-05-08T19:37:22.863Z | test ephemeral_ip_preferred_over_snat_outbound ... ok |
| 665 | 2026-05-08T19:37:22.863Z | test external_attached_subnets_dont_apply_nat ... ok |
| 666 | 2026-05-08T19:37:22.863Z | test flow_expiration ... ok |
| 667 | 2026-05-08T19:37:22.863Z | test gateway_icmp4_ping ... ok |
| 668 | 2026-05-08T19:37:22.863Z | test gateway_icmpv6_ping ... ok |
| 669 | 2026-05-08T19:37:22.863Z | test early_tcp_invalidation ... ok |
| 670 | 2026-05-08T19:37:22.863Z | test external_ip_reconfigurable ... ok |
| 671 | 2026-05-08T19:37:22.863Z | test external_ip_epoch_affinity_preserved ... ok |
| 672 | 2026-05-08T19:37:22.863Z | test gateway_router_advert_reply ... ok |
| 673 | 2026-05-08T19:37:22.863Z | test guest_to_guest_no_route ... ok |
| 674 | 2026-05-08T19:37:22.864Z | test guest_to_internet_ipv6 ... ok |
| 675 | 2026-05-08T19:37:22.864Z | test guest_to_guest_diff_vpc_no_peer ... ok |
| 676 | 2026-05-08T19:37:22.864Z | test guest_to_guest ... ok |
| 677 | 2026-05-08T19:37:22.864Z | test icmp_inner_has_nat_applied ... ok |
| 678 | 2026-05-08T19:37:22.864Z | test external_ip_receive_and_reply_on_all ... ok |
| 679 | 2026-05-08T19:37:22.865Z | test guest_to_internet_ipv4 ... ok |
| 680 | 2026-05-08T19:37:22.865Z | test inbound_ndp_dropped_at_gateway ... ok |
| 681 | 2026-05-08T19:37:22.865Z | test intra_subnet_routes_with_custom ... ok |
| 682 | 2026-05-08T19:37:22.865Z | test icmpv6_inner_has_nat_applied ... ok |
| 683 | 2026-05-08T19:37:22.865Z | test packet_body_pullup ... ok |
| 684 | 2026-05-08T19:37:22.865Z | test no_panic_on_flow_table_full ... ok |
| 685 | 2026-05-08T19:37:22.865Z | test outbound_ndp_dropped ... ok |
| 686 | 2026-05-08T19:37:22.865Z | test external_ip_balanced_over_floating_ips ... ok |
| 687 | 2026-05-08T19:37:22.865Z | test port_transition_running ... ok |
| 688 | 2026-05-08T19:37:22.865Z | test port_transition_reset ... ok |
| 689 | 2026-05-08T19:37:22.866Z | test internal_attached_subnets ... ok |
| 690 | 2026-05-08T19:37:22.866Z | test port_as_router_target ... ok |
| 691 | 2026-05-08T19:37:22.866Z | test test_drop_on_unknown_critical_option ... ok |
| 692 | 2026-05-08T19:37:22.866Z | test select_eip_conditioned_on_igw ... ok |
| 693 | 2026-05-08T19:37:22.866Z | test tcp_invalidation_does_not_block_connection ... ok |
| 694 | 2026-05-08T19:37:22.866Z | test port_transition_pause ... ok |
| 695 | 2026-05-08T19:37:22.866Z | test snat_icmp4_echo_rewrite ... ok |
| 696 | 2026-05-08T19:37:22.866Z | test snat_icmp6_echo_rewrite ... ok |
| 697 | 2026-05-08T19:37:22.866Z | test tcp_outbound ... ok |
| 698 | 2026-05-08T19:37:22.866Z | test test_v6_ext_hdr_geneve_offset_ok ... ok |
| 699 | 2026-05-08T19:37:22.866Z | test test_gateway_neighbor_advert_reply ... ok |
| 700 | 2026-05-08T19:37:22.866Z | test test_ipv6_multicast_encapsulation ... ok |
| 701 | 2026-05-08T19:37:22.866Z | test test_tcp_multicast_denied ... ok |
| 702 | 2026-05-08T19:37:22.867Z | test tcp_inbound ... ok |
| 703 | 2026-05-08T19:37:22.867Z | test test_reply_to_dhcpv6_solicit_or_request ... ok |
| 704 | 2026-05-08T19:37:22.867Z | test uft_lft_invalidation_in ... ok |
| 705 | 2026-05-08T19:37:22.867Z | test uft_lft_invalidation_out ... ok |
| 706 | 2026-05-08T19:37:22.867Z | |
| 707 | 2026-05-08T19:37:22.867Z | test result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 708 | 2026-05-08T19:37:22.867Z | |
| 709 | 2026-05-08T19:37:22.867Z | Doc-tests oxide_vpc |
| 710 | 2026-05-08T19:37:23.147Z | |
| 711 | 2026-05-08T19:37:23.148Z | running 0 tests |
| 712 | 2026-05-08T19:37:23.148Z | |
| 713 | 2026-05-08T19:37:23.153Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 714 | 2026-05-08T19:37:23.154Z | |
| 715 | 2026-05-08T19:37:23.213Z | |
| 716 | 2026-05-08T19:37:23.223Z | real 56.531199871 |
| 717 | 2026-05-08T19:37:23.223Z | user 3:21.257416111 |
| 718 | 2026-05-08T19:37:23.223Z | sys 11.415139379 |
| 719 | 2026-05-08T19:37:23.223Z | trap 0.092548947 |
| 720 | 2026-05-08T19:37:23.223Z | tflt 0.181875257 |
| 721 | 2026-05-08T19:37:23.223Z | dflt 0.247325515 |
| 722 | 2026-05-08T19:37:23.223Z | kflt 0.000296005 |
| 723 | 2026-05-08T19:37:23.223Z | lock 10:49.232994817 |
| 724 | 2026-05-08T19:37:23.223Z | slp 9:27.922982190 |
| 725 | 2026-05-08T19:37:23.223Z | lat 8.926691956 |
| 726 | 2026-05-08T19:37:23.223Z | stop 5.683726076 |
| 727 | 2026-05-08T19:37:23.223Z | process exited: duration 121983 ms, exit code 0 |
| |
| 728 | 2026-05-08T19:37:23.234Z | found 0 output files |