|
|
|
| 1 | 2026-02-20T04:22:02.361Z | job assigned to worker 01KHWMFJTHE0BYXMWTXV2AEPFQ [factory aws, i-0ac204eed6eb65489] (queued for 57 s) |
| |
| 2 | 2026-02-20T04:22:10.411Z | starting task 0: "setup" |
| 3 | 2026-02-20T04:22:10.416Z | ++ uname -s |
| 4 | 2026-02-20T04:22:10.420Z | + kern=SunOS |
| 5 | 2026-02-20T04:22:10.420Z | + build_user=build |
| 6 | 2026-02-20T04:22:10.420Z | + build_uid=12345 |
| 7 | 2026-02-20T04:22:10.420Z | + work_dir=/work |
| 8 | 2026-02-20T04:22:10.420Z | + input_dir=/input |
| 9 | 2026-02-20T04:22:10.420Z | + [[ 0 == 12345 ]] |
| 10 | 2026-02-20T04:22:10.420Z | + case "$kern" in |
| 11 | 2026-02-20T04:22:10.420Z | + groupadd -g 12345 build |
| 12 | 2026-02-20T04:22:10.424Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-02-20T04:22:12.430Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-02-20T04:22:12.599Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-02-20T04:22:12.602Z | + home_fs=zfs |
| 16 | 2026-02-20T04:22:12.602Z | + [[ zfs == autofs ]] |
| 17 | 2026-02-20T04:22:12.602Z | + mkdir -p /home/build |
| 18 | 2026-02-20T04:22:12.602Z | + chown build:build /home/build /work |
| 19 | 2026-02-20T04:22:14.619Z | + chmod 0700 /home/build /work |
| 20 | 2026-02-20T04:22:14.638Z | process exited: duration 4199 ms, exit code 0 |
| |
| 21 | 2026-02-20T04:22:14.724Z | starting task 1: "rust-toolchain" |
| 22 | 2026-02-20T04:22:14.819Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 23 | 2026-02-20T04:22:14.820Z | * rust toolchain channel = "1.90.0" |
| 24 | 2026-02-20T04:22:14.820Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-02-20T04:22:14.820Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-02-20T04:22:14.820Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-02-20T04:22:14.820Z | * rust toolchain profile = "default" |
| 28 | 2026-02-20T04:22:14.820Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-02-20T04:22:14.820Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-02-20T04:22:14.886Z | info: downloading installer |
| 31 | 2026-02-20T04:22:16.651Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-02-20T04:22:16.652Z | warn: /opt/ooce/bin |
| 33 | 2026-02-20T04:22:16.652Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-02-20T04:22:16.652Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-02-20T04:22:16.652Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-02-20T04:22:16.652Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-02-20T04:22:16.652Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-02-20T04:22:16.652Z | error: cannot install while Rust is installed |
| 39 | 2026-02-20T04:22:16.652Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-02-20T04:22:16.663Z | info: profile set to 'default' |
| 41 | 2026-02-20T04:22:16.663Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-02-20T04:22:16.663Z | info: syncing channel updates for '1.90.0-x86_64-unknown-illumos' |
| 43 | 2026-02-20T04:22:16.824Z | info: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14) |
| 44 | 2026-02-20T04:22:16.824Z | info: downloading component 'cargo' |
| 45 | 2026-02-20T04:22:18.013Z | info: downloading component 'clippy' |
| 46 | 2026-02-20T04:22:18.397Z | info: downloading component 'rust-docs' |
| 47 | 2026-02-20T04:22:19.887Z | info: downloading component 'rust-std' |
| 48 | 2026-02-20T04:22:21.863Z | info: downloading component 'rustc' |
| 49 | 2026-02-20T04:22:29.663Z | info: downloading component 'rustfmt' |
| 50 | 2026-02-20T04:22:29.990Z | info: installing component 'cargo' |
| 51 | 2026-02-20T04:22:30.908Z | info: installing component 'clippy' |
| 52 | 2026-02-20T04:22:31.317Z | info: installing component 'rust-docs' |
| 53 | 2026-02-20T04:22:33.169Z | info: installing component 'rust-std' |
| 54 | 2026-02-20T04:22:35.088Z | info: installing component 'rustc' |
| 55 | 2026-02-20T04:22:41.684Z | info: installing component 'rustfmt' |
| 56 | 2026-02-20T04:22:42.023Z | info: default toolchain set to '1.90.0-x86_64-unknown-illumos' |
| 57 | 2026-02-20T04:22:42.023Z | |
| 58 | 2026-02-20T04:22:42.463Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 59 | 2026-02-20T04:22:42.463Z | |
| 60 | 2026-02-20T04:22:42.467Z | |
| 61 | 2026-02-20T04:22:42.467Z | Rust is installed now. Great! |
| 62 | 2026-02-20T04:22:42.467Z | |
| 63 | 2026-02-20T04:22:42.467Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-02-20T04:22:42.467Z | environment variable. This has not been done automatically. |
| 65 | 2026-02-20T04:22:42.467Z | |
| 66 | 2026-02-20T04:22:42.467Z | To configure your current shell, you need to source |
| 67 | 2026-02-20T04:22:42.467Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-02-20T04:22:42.467Z | |
| 69 | 2026-02-20T04:22:42.467Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-02-20T04:22:42.467Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-02-20T04:22:42.467Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-02-20T04:22:42.467Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-02-20T04:22:42.590Z | + rustup --version |
| 74 | 2026-02-20T04:22:42.607Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-02-20T04:22:42.610Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-02-20T04:22:42.700Z | info: The currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 77 | 2026-02-20T04:22:42.704Z | + cargo --version |
| 78 | 2026-02-20T04:22:42.768Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 79 | 2026-02-20T04:22:42.771Z | + rustc --version |
| 80 | 2026-02-20T04:22:42.843Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 81 | 2026-02-20T04:22:42.846Z | process exited: duration 28138 ms, exit code 0 |
| |
| 82 | 2026-02-20T04:22:42.853Z | starting task 2: "authentication" |
| 83 | 2026-02-20T04:22:42.874Z | process exited: duration 21 ms, exit code 0 |
| |
| 84 | 2026-02-20T04:22:42.884Z | starting task 3: "clone repository" |
| 85 | 2026-02-20T04:22:42.889Z | + mkdir -p /work/oxidecomputer/opte |
| 86 | 2026-02-20T04:22:42.890Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 87 | 2026-02-20T04:22:42.929Z | Cloning into '/work/oxidecomputer/opte'... |
| 88 | 2026-02-20T04:22:43.788Z | + cd /work/oxidecomputer/opte |
| 89 | 2026-02-20T04:22:43.791Z | + git fetch origin f0e8206a98387983b689619462d7dd34162041fe |
| 90 | 2026-02-20T04:22:44.040Z | From https://github.com/oxidecomputer/opte |
| 91 | 2026-02-20T04:22:44.040Z | * branch f0e8206a98387983b689619462d7dd34162041fe -> FETCH_HEAD |
| 92 | 2026-02-20T04:22:44.049Z | + [[ -n '' ]] |
| 93 | 2026-02-20T04:22:44.049Z | + git reset --hard f0e8206a98387983b689619462d7dd34162041fe |
| 94 | 2026-02-20T04:22:44.075Z | HEAD is now at f0e8206 Update Rust crate clap to v4.5.60 |
| 95 | 2026-02-20T04:22:44.078Z | process exited: duration 1194 ms, exit code 0 |
| |
| 96 | 2026-02-20T04:22:44.086Z | starting task 4: "build" |
| 97 | 2026-02-20T04:22:44.091Z | + source .github/buildomat/common.sh |
| 98 | 2026-02-20T04:22:44.094Z | ++ rustup show active-toolchain |
| 99 | 2026-02-20T04:22:44.142Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 100 | 2026-02-20T04:22:44.145Z | ++ pushd xde |
| 101 | 2026-02-20T04:22:44.148Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 102 | 2026-02-20T04:22:44.148Z | ++ rustup show active-toolchain |
| 103 | 2026-02-20T04:22:44.153Z | info: syncing channel updates for 'nightly-2025-09-19-x86_64-unknown-illumos' |
| 104 | 2026-02-20T04:22:44.348Z | info: latest update on 2025-09-19, rust version 1.92.0-nightly (7c275d09e 2025-09-18) |
| 105 | 2026-02-20T04:22:44.352Z | info: downloading component 'cargo' |
| 106 | 2026-02-20T04:22:45.299Z | info: downloading component 'clippy' |
| 107 | 2026-02-20T04:22:45.765Z | info: downloading component 'rust-src' |
| 108 | 2026-02-20T04:22:46.046Z | info: downloading component 'rust-std' |
| 109 | 2026-02-20T04:22:47.814Z | info: downloading component 'rustc' |
| 110 | 2026-02-20T04:22:55.458Z | info: downloading component 'rustfmt' |
| 111 | 2026-02-20T04:22:55.767Z | info: installing component 'cargo' |
| 112 | 2026-02-20T04:22:56.675Z | info: installing component 'clippy' |
| 113 | 2026-02-20T04:22:57.073Z | info: installing component 'rust-src' |
| 114 | 2026-02-20T04:22:57.440Z | info: installing component 'rust-std' |
| 115 | 2026-02-20T04:22:59.180Z | info: installing component 'rustc' |
| 116 | 2026-02-20T04:23:05.810Z | info: installing component 'rustfmt' |
| 117 | 2026-02-20T04:23:06.149Z | nightly-2025-09-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 118 | 2026-02-20T04:23:06.238Z | +++ rustup show active-toolchain -v |
| 119 | 2026-02-20T04:23:06.241Z | +++ head -n 1 |
| 120 | 2026-02-20T04:23:06.241Z | +++ cut '-d ' -f1 |
| 121 | 2026-02-20T04:23:06.346Z | ++ export NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos |
| 122 | 2026-02-20T04:23:06.346Z | ++ NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos |
| 123 | 2026-02-20T04:23:06.346Z | ++ popd |
| 124 | 2026-02-20T04:23:06.349Z | /work/oxidecomputer/opte |
| 125 | 2026-02-20T04:23:06.349Z | + cargo --version |
| 126 | 2026-02-20T04:23:06.403Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 127 | 2026-02-20T04:23:06.410Z | + rustc --version |
| 128 | 2026-02-20T04:23:06.478Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 129 | 2026-02-20T04:23:06.482Z | + cd lib/oxide-vpc |
| 130 | 2026-02-20T04:23:06.482Z | + header 'check style' |
| 131 | 2026-02-20T04:23:06.482Z | + echo '# ==== check style ==== #' |
| 132 | 2026-02-20T04:23:06.482Z | # ==== check style ==== # |
| 133 | 2026-02-20T04:23:06.482Z | + ptime -m cargo +nightly-2025-09-19-x86_64-unknown-illumos fmt -- --check |
| 134 | 2026-02-20T04:23:06.773Z | |
| 135 | 2026-02-20T04:23:06.773Z | real 0.287179638 |
| 136 | 2026-02-20T04:23:06.774Z | user 0.217886088 |
| 137 | 2026-02-20T04:23:06.774Z | sys 0.065510737 |
| 138 | 2026-02-20T04:23:06.774Z | trap 0.000015298 |
| 139 | 2026-02-20T04:23:06.774Z | tflt 0.000044434 |
| 140 | 2026-02-20T04:23:06.778Z | dflt 0.000021816 |
| 141 | 2026-02-20T04:23:06.778Z | kflt 0.000000000 |
| 142 | 2026-02-20T04:23:06.778Z | lock 0.722029968 |
| 143 | 2026-02-20T04:23:06.778Z | slp 0.304654165 |
| 144 | 2026-02-20T04:23:06.778Z | lat 0.001637761 |
| 145 | 2026-02-20T04:23:06.778Z | stop 0.000164909 |
| 146 | 2026-02-20T04:23:06.778Z | + header 'check docs' |
| 147 | 2026-02-20T04:23:06.778Z | + echo '# ==== check docs ==== #' |
| 148 | 2026-02-20T04:23:06.778Z | # ==== check docs ==== # |
| 149 | 2026-02-20T04:23:06.778Z | + RUSTDOCFLAGS='-D warnings' |
| 150 | 2026-02-20T04:23:06.778Z | + ptime -m cargo +nightly-2025-09-19-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 151 | 2026-02-20T04:23:06.869Z | Updating crates.io index |
| 152 | 2026-02-20T04:23:06.910Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 153 | 2026-02-20T04:23:08.072Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 154 | 2026-02-20T04:23:08.338Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 155 | 2026-02-20T04:23:08.646Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 156 | 2026-02-20T04:23:09.074Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 157 | 2026-02-20T04:23:09.340Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 158 | 2026-02-20T04:23:09.590Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 159 | 2026-02-20T04:23:11.493Z | Downloading crates ... |
| 160 | 2026-02-20T04:23:11.564Z | Downloaded aho-corasick v1.1.4 |
| 161 | 2026-02-20T04:23:11.568Z | Downloaded managed v0.8.0 |
| 162 | 2026-02-20T04:23:11.572Z | Downloaded ingot-types v0.1.2 |
| 163 | 2026-02-20T04:23:11.572Z | Downloaded defmt-macros v1.0.1 |
| 164 | 2026-02-20T04:23:11.572Z | Downloaded embedded-io v0.6.1 |
| 165 | 2026-02-20T04:23:11.576Z | Downloaded dtrace-parser v0.3.0 |
| 166 | 2026-02-20T04:23:11.576Z | Downloaded itoa v1.0.17 |
| 167 | 2026-02-20T04:23:11.576Z | Downloaded dyn-clone v1.0.20 |
| 168 | 2026-02-20T04:23:11.584Z | Downloaded serde_tokenstream v0.2.2 |
| 169 | 2026-02-20T04:23:11.590Z | Downloaded ref-cast v1.0.25 |
| 170 | 2026-02-20T04:23:11.590Z | Downloaded pest_generator v2.8.6 |
| 171 | 2026-02-20T04:23:11.590Z | Downloaded cpufeatures v0.2.17 |
| 172 | 2026-02-20T04:23:11.594Z | Downloaded macaddr v1.0.1 |
| 173 | 2026-02-20T04:23:11.594Z | Downloaded ingot v0.1.1 |
| 174 | 2026-02-20T04:23:11.594Z | Downloaded defmt v0.3.100 |
| 175 | 2026-02-20T04:23:11.595Z | Downloaded cobs v0.3.0 |
| 176 | 2026-02-20T04:23:11.595Z | Downloaded bitflags v2.10.0 |
| 177 | 2026-02-20T04:23:11.598Z | Downloaded dof v0.4.0 |
| 178 | 2026-02-20T04:23:11.598Z | Downloaded bitflags v1.3.2 |
| 179 | 2026-02-20T04:23:11.608Z | Downloaded embedded-io v0.4.0 |
| 180 | 2026-02-20T04:23:11.611Z | Downloaded memmap2 v0.9.9 |
| 181 | 2026-02-20T04:23:11.615Z | Downloaded heapless v0.8.0 |
| 182 | 2026-02-20T04:23:11.635Z | Downloaded pretty-hex v0.4.1 |
| 183 | 2026-02-20T04:23:11.635Z | Downloaded generic-array v0.14.7 |
| 184 | 2026-02-20T04:23:11.644Z | Downloaded crypto-common v0.1.7 |
| 185 | 2026-02-20T04:23:11.644Z | Downloaded usdt v0.6.0 |
| 186 | 2026-02-20T04:23:11.644Z | Downloaded scroll_derive v0.13.1 |
| 187 | 2026-02-20T04:23:11.644Z | Downloaded usdt-attr-macro v0.6.0 |
| 188 | 2026-02-20T04:23:11.644Z | Downloaded hash32 v0.3.1 |
| 189 | 2026-02-20T04:23:11.644Z | Downloaded ident_case v1.0.1 |
| 190 | 2026-02-20T04:23:11.644Z | Downloaded defmt-parser v1.0.0 |
| 191 | 2026-02-20T04:23:11.644Z | Downloaded cfg-if v1.0.4 |
| 192 | 2026-02-20T04:23:11.644Z | Downloaded fnv v1.0.7 |
| 193 | 2026-02-20T04:23:11.644Z | Downloaded darling_macro v0.21.3 |
| 194 | 2026-02-20T04:23:11.644Z | Downloaded block-buffer v0.10.4 |
| 195 | 2026-02-20T04:23:11.645Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 196 | 2026-02-20T04:23:11.649Z | Downloaded defmt v1.0.1 |
| 197 | 2026-02-20T04:23:11.649Z | Downloaded version_check v0.9.5 |
| 198 | 2026-02-20T04:23:11.653Z | Downloaded strsim v0.11.1 |
| 199 | 2026-02-20T04:23:11.659Z | Downloaded plain v0.2.3 |
| 200 | 2026-02-20T04:23:11.659Z | Downloaded thread-id v5.1.0 |
| 201 | 2026-02-20T04:23:11.667Z | Downloaded tabwriter v1.4.1 |
| 202 | 2026-02-20T04:23:11.667Z | Downloaded usdt-macro v0.6.0 |
| 203 | 2026-02-20T04:23:11.670Z | Downloaded digest v0.10.7 |
| 204 | 2026-02-20T04:23:11.673Z | Downloaded either v1.15.0 |
| 205 | 2026-02-20T04:23:11.678Z | Downloaded sha2 v0.10.9 |
| 206 | 2026-02-20T04:23:11.681Z | Downloaded zmij v1.0.20 |
| 207 | 2026-02-20T04:23:11.681Z | Downloaded usdt-impl v0.6.0 |
| 208 | 2026-02-20T04:23:11.681Z | Downloaded thiserror v2.0.18 |
| 209 | 2026-02-20T04:23:11.686Z | Downloaded ref-cast-impl v1.0.25 |
| 210 | 2026-02-20T04:23:11.690Z | Downloaded crc32fast v1.5.0 |
| 211 | 2026-02-20T04:23:11.690Z | Downloaded postcard v1.1.3 |
| 212 | 2026-02-20T04:23:11.690Z | Downloaded stable_deref_trait v1.2.1 |
| 213 | 2026-02-20T04:23:11.693Z | Downloaded scroll v0.13.0 |
| 214 | 2026-02-20T04:23:11.694Z | Downloaded quote v1.0.44 |
| 215 | 2026-02-20T04:23:11.694Z | Downloaded ipnetwork v0.21.1 |
| 216 | 2026-02-20T04:23:11.697Z | Downloaded thiserror-impl v2.0.18 |
| 217 | 2026-02-20T04:23:11.704Z | Downloaded byteorder v1.5.0 |
| 218 | 2026-02-20T04:23:11.709Z | Downloaded darling v0.21.3 |
| 219 | 2026-02-20T04:23:11.713Z | Downloaded unicode-ident v1.0.23 |
| 220 | 2026-02-20T04:23:11.713Z | Downloaded proc-macro2 v1.0.106 |
| 221 | 2026-02-20T04:23:11.717Z | Downloaded ucd-trie v0.1.7 |
| 222 | 2026-02-20T04:23:11.720Z | Downloaded ingot-macros v0.1.1 |
| 223 | 2026-02-20T04:23:11.724Z | Downloaded log v0.4.29 |
| 224 | 2026-02-20T04:23:11.731Z | Downloaded proc-macro-error2 v2.0.1 |
| 225 | 2026-02-20T04:23:11.734Z | Downloaded pest_derive v2.8.6 |
| 226 | 2026-02-20T04:23:11.737Z | Downloaded serde_derive v1.0.228 |
| 227 | 2026-02-20T04:23:11.740Z | Downloaded memchr v2.8.0 |
| 228 | 2026-02-20T04:23:11.743Z | Downloaded serde_core v1.0.228 |
| 229 | 2026-02-20T04:23:11.746Z | Downloaded pest_meta v2.8.6 |
| 230 | 2026-02-20T04:23:11.749Z | Downloaded serde_json v1.0.149 |
| 231 | 2026-02-20T04:23:11.757Z | Downloaded uuid v1.20.0 |
| 232 | 2026-02-20T04:23:11.761Z | Downloaded darling_core v0.21.3 |
| 233 | 2026-02-20T04:23:11.766Z | Downloaded typenum v1.19.0 |
| 234 | 2026-02-20T04:23:11.770Z | Downloaded serde v1.0.228 |
| 235 | 2026-02-20T04:23:11.773Z | Downloaded zerocopy-derive v0.8.39 |
| 236 | 2026-02-20T04:23:11.778Z | Downloaded itertools v0.14.0 |
| 237 | 2026-02-20T04:23:11.790Z | Downloaded pest v2.8.6 |
| 238 | 2026-02-20T04:23:11.813Z | Downloaded regex v1.12.3 |
| 239 | 2026-02-20T04:23:11.857Z | Downloaded goblin v0.10.4 |
| 240 | 2026-02-20T04:23:11.874Z | Downloaded unicode-width v0.2.2 |
| 241 | 2026-02-20T04:23:11.880Z | Downloaded zerocopy v0.8.39 |
| 242 | 2026-02-20T04:23:11.893Z | Downloaded syn v2.0.114 |
| 243 | 2026-02-20T04:23:11.907Z | Downloaded smoltcp v0.11.0 |
| 244 | 2026-02-20T04:23:11.917Z | Downloaded regex-syntax v0.8.9 |
| 245 | 2026-02-20T04:23:11.941Z | Downloaded regex-automata v0.4.14 |
| 246 | 2026-02-20T04:23:11.953Z | Downloaded libc v0.2.180 |
| 247 | 2026-02-20T04:23:12.038Z | Compiling proc-macro2 v1.0.106 |
| 248 | 2026-02-20T04:23:12.038Z | Compiling quote v1.0.44 |
| 249 | 2026-02-20T04:23:12.042Z | Compiling unicode-ident v1.0.23 |
| 250 | 2026-02-20T04:23:12.042Z | Documenting unicode-ident v1.0.23 |
| 251 | 2026-02-20T04:23:12.042Z | Compiling serde_core v1.0.228 |
| 252 | 2026-02-20T04:23:12.042Z | Compiling ident_case v1.0.1 |
| 253 | 2026-02-20T04:23:12.042Z | Compiling strsim v0.11.1 |
| 254 | 2026-02-20T04:23:12.282Z | Compiling fnv v1.0.7 |
| 255 | 2026-02-20T04:23:12.295Z | Compiling memchr v2.8.0 |
| 256 | 2026-02-20T04:23:12.580Z | Compiling serde v1.0.228 |
| 257 | 2026-02-20T04:23:12.612Z | Compiling thiserror v2.0.18 |
| 258 | 2026-02-20T04:23:12.789Z | Compiling regex-syntax v0.8.9 |
| 259 | 2026-02-20T04:23:13.152Z | Documenting proc-macro2 v1.0.106 |
| 260 | 2026-02-20T04:23:13.260Z | Compiling aho-corasick v1.1.4 |
| 261 | 2026-02-20T04:23:13.538Z | Compiling zerocopy v0.8.39 |
| 262 | 2026-02-20T04:23:14.130Z | Compiling syn v2.0.114 |
| 263 | 2026-02-20T04:23:14.251Z | Compiling either v1.15.0 |
| 264 | 2026-02-20T04:23:14.340Z | Checking byteorder v1.5.0 |
| 265 | 2026-02-20T04:23:14.358Z | Documenting quote v1.0.44 |
| 266 | 2026-02-20T04:23:14.635Z | Compiling itertools v0.14.0 |
| 267 | 2026-02-20T04:23:15.333Z | Documenting syn v2.0.114 |
| 268 | 2026-02-20T04:23:16.252Z | Compiling regex-automata v0.4.14 |
| 269 | 2026-02-20T04:23:16.562Z | Documenting strsim v0.11.1 |
| 270 | 2026-02-20T04:23:16.908Z | Documenting fnv v1.0.7 |
| 271 | 2026-02-20T04:23:17.592Z | Documenting ident_case v1.0.1 |
| 272 | 2026-02-20T04:23:17.889Z | Compiling heapless v0.8.0 |
| 273 | 2026-02-20T04:23:17.941Z | Checking bitflags v2.10.0 |
| 274 | 2026-02-20T04:23:18.224Z | Checking hash32 v0.3.1 |
| 275 | 2026-02-20T04:23:18.398Z | Documenting serde_core v1.0.228 |
| 276 | 2026-02-20T04:23:18.533Z | Documenting memchr v2.8.0 |
| 277 | 2026-02-20T04:23:18.763Z | Checking macaddr v1.0.1 |
| 278 | 2026-02-20T04:23:19.026Z | Checking cfg-if v1.0.4 |
| 279 | 2026-02-20T04:23:19.113Z | Checking stable_deref_trait v1.2.1 |
| 280 | 2026-02-20T04:23:19.212Z | Compiling smoltcp v0.11.0 |
| 281 | 2026-02-20T04:23:19.339Z | Checking darling_core v0.21.3 |
| 282 | 2026-02-20T04:23:19.801Z | Documenting regex-syntax v0.8.9 |
| 283 | 2026-02-20T04:23:19.921Z | Documenting aho-corasick v1.1.4 |
| 284 | 2026-02-20T04:23:20.706Z | Compiling regex v1.12.3 |
| 285 | 2026-02-20T04:23:21.562Z | Documenting darling_core v0.21.3 |
| 286 | 2026-02-20T04:23:22.053Z | Checking bitflags v1.3.2 |
| 287 | 2026-02-20T04:23:22.145Z | Checking managed v0.8.0 |
| 288 | 2026-02-20T04:23:22.304Z | Documenting regex-automata v0.4.14 |
| 289 | 2026-02-20T04:23:22.723Z | Documenting zerocopy-derive v0.8.39 |
| 290 | 2026-02-20T04:23:22.911Z | Documenting thiserror-impl v2.0.18 |
| 291 | 2026-02-20T04:23:23.942Z | Compiling zerocopy-derive v0.8.39 |
| 292 | 2026-02-20T04:23:24.265Z | Compiling serde_derive v1.0.228 |
| 293 | 2026-02-20T04:23:24.432Z | Compiling thiserror-impl v2.0.18 |
| 294 | 2026-02-20T04:23:24.706Z | Documenting darling_macro v0.21.3 |
| 295 | 2026-02-20T04:23:25.331Z | Documenting serde_derive v1.0.228 |
| 296 | 2026-02-20T04:23:25.487Z | Documenting regex v1.12.3 |
| 297 | 2026-02-20T04:23:25.602Z | Compiling crc32fast v1.5.0 |
| 298 | 2026-02-20T04:23:26.143Z | Documenting byteorder v1.5.0 |
| 299 | 2026-02-20T04:23:26.147Z | Compiling ref-cast v1.0.25 |
| 300 | 2026-02-20T04:23:26.250Z | Compiling darling_macro v0.21.3 |
| 301 | 2026-02-20T04:23:26.830Z | Compiling ref-cast-impl v1.0.25 |
| 302 | 2026-02-20T04:23:27.174Z | Compiling darling v0.21.3 |
| 303 | 2026-02-20T04:23:27.268Z | Checking cobs v0.3.0 |
| 304 | 2026-02-20T04:23:27.276Z | Compiling ingot-macros v0.1.1 |
| 305 | 2026-02-20T04:23:27.283Z | Documenting darling v0.21.3 |
| 306 | 2026-02-20T04:23:27.469Z | Documenting hash32 v0.3.1 |
| 307 | 2026-02-20T04:23:27.569Z | Documenting thiserror v2.0.18 |
| 308 | 2026-02-20T04:23:27.890Z | Documenting zerocopy v0.8.39 |
| 309 | 2026-02-20T04:23:28.496Z | Documenting bitflags v2.10.0 |
| 310 | 2026-02-20T04:23:28.832Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 311 | 2026-02-20T04:23:29.305Z | Documenting ingot-macros v0.1.1 |
| 312 | 2026-02-20T04:23:29.394Z | Checking ipnetwork v0.21.1 |
| 313 | 2026-02-20T04:23:29.745Z | Compiling version_check v0.9.5 |
| 314 | 2026-02-20T04:23:30.042Z | Checking unicode-width v0.2.2 |
| 315 | 2026-02-20T04:23:30.245Z | Documenting stable_deref_trait v1.2.1 |
| 316 | 2026-02-20T04:23:30.523Z | Documenting macaddr v1.0.1 |
| 317 | 2026-02-20T04:23:30.754Z | Documenting serde v1.0.228 |
| 318 | 2026-02-20T04:23:31.261Z | Documenting cfg-if v1.0.4 |
| 319 | 2026-02-20T04:23:31.575Z | Documenting heapless v0.8.0 |
| 320 | 2026-02-20T04:23:31.660Z | Checking postcard v1.1.3 |
| 321 | 2026-02-20T04:23:31.987Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 322 | 2026-02-20T04:23:32.248Z | Documenting cobs v0.3.0 |
| 323 | 2026-02-20T04:23:32.290Z | Documenting managed v0.8.0 |
| 324 | 2026-02-20T04:23:32.441Z | Checking tabwriter v1.4.1 |
| 325 | 2026-02-20T04:23:33.136Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 326 | 2026-02-20T04:23:33.421Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 327 | 2026-02-20T04:23:33.710Z | Documenting smoltcp v0.11.0 |
| 328 | 2026-02-20T04:23:33.797Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 329 | 2026-02-20T04:23:34.401Z | Documenting postcard v1.1.3 |
| 330 | 2026-02-20T04:23:34.444Z | Documenting ref-cast-impl v1.0.25 |
| 331 | 2026-02-20T04:23:34.520Z | Checking ingot-types v0.1.2 |
| 332 | 2026-02-20T04:23:34.651Z | Documenting unicode-width v0.2.2 |
| 333 | 2026-02-20T04:23:34.798Z | Documenting ipnetwork v0.21.1 |
| 334 | 2026-02-20T04:23:35.021Z | Documenting ingot-types v0.1.2 |
| 335 | 2026-02-20T04:23:35.095Z | Checking dyn-clone v1.0.20 |
| 336 | 2026-02-20T04:23:35.245Z | Documenting either v1.15.0 |
| 337 | 2026-02-20T04:23:35.272Z | Checking ingot v0.1.1 |
| 338 | 2026-02-20T04:23:35.749Z | Documenting crc32fast v1.5.0 |
| 339 | 2026-02-20T04:23:36.281Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 340 | 2026-02-20T04:23:36.491Z | Documenting ref-cast v1.0.25 |
| 341 | 2026-02-20T04:23:36.863Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 342 | 2026-02-20T04:23:37.167Z | Documenting tabwriter v1.4.1 |
| 343 | 2026-02-20T04:23:37.548Z | Documenting itertools v0.14.0 |
| 344 | 2026-02-20T04:23:38.120Z | Documenting ingot v0.1.1 |
| 345 | 2026-02-20T04:23:38.313Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 346 | 2026-02-20T04:23:38.436Z | Documenting dyn-clone v1.0.20 |
| 347 | 2026-02-20T04:23:38.847Z | Documenting uuid v1.20.0 |
| 348 | 2026-02-20T04:23:39.277Z | Checking uuid v1.20.0 |
| 349 | 2026-02-20T04:23:39.640Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 350 | 2026-02-20T04:23:39.661Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 351 | 2026-02-20T04:23:42.286Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 352 | 2026-02-20T04:23:43.889Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 353 | 2026-02-20T04:23:47.326Z | Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 354 | 2026-02-20T04:23:49.530Z | Finished `dev` profile [optimized + debuginfo] target(s) in 42.74s |
| 355 | 2026-02-20T04:23:49.627Z | Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html |
| 356 | 2026-02-20T04:23:49.649Z | |
| 357 | 2026-02-20T04:23:49.652Z | real 42.848934574 |
| 358 | 2026-02-20T04:23:49.652Z | user 3:04.240104433 |
| 359 | 2026-02-20T04:23:49.652Z | sys 27.198148397 |
| 360 | 2026-02-20T04:23:49.652Z | trap 0.131876475 |
| 361 | 2026-02-20T04:23:49.652Z | tflt 0.054533096 |
| 362 | 2026-02-20T04:23:49.652Z | dflt 0.047791679 |
| 363 | 2026-02-20T04:23:49.652Z | kflt 0.001790950 |
| 364 | 2026-02-20T04:23:49.652Z | lock 13:16.195060866 |
| 365 | 2026-02-20T04:23:49.652Z | slp 11:13.174210785 |
| 366 | 2026-02-20T04:23:49.652Z | lat 14.001847202 |
| 367 | 2026-02-20T04:23:49.652Z | stop 14.744089813 |
| 368 | 2026-02-20T04:23:49.652Z | + header 'analyze std + api + usdt' |
| 369 | 2026-02-20T04:23:49.652Z | + echo '# ==== analyze std + api + usdt ==== #' |
| 370 | 2026-02-20T04:23:49.652Z | # ==== analyze std + api + usdt ==== # |
| 371 | 2026-02-20T04:23:49.652Z | + ptime -m cargo clippy --features usdt --all-targets -- --deny warnings |
| 372 | 2026-02-20T04:23:49.984Z | Downloading crates ... |
| 373 | 2026-02-20T04:23:50.067Z | Downloaded cookie-factory v0.3.3 |
| 374 | 2026-02-20T04:23:50.076Z | Downloaded futures-core v0.3.31 |
| 375 | 2026-02-20T04:23:50.083Z | Downloaded ctor-proc-macro v0.0.7 |
| 376 | 2026-02-20T04:23:50.086Z | Downloaded dtor-proc-macro v0.0.6 |
| 377 | 2026-02-20T04:23:50.089Z | Downloaded typeid v1.0.3 |
| 378 | 2026-02-20T04:23:50.089Z | Downloaded dtor v0.1.1 |
| 379 | 2026-02-20T04:23:50.093Z | Downloaded futures-task v0.3.31 |
| 380 | 2026-02-20T04:23:50.093Z | Downloaded futures-sink v0.3.31 |
| 381 | 2026-02-20T04:23:50.096Z | Downloaded futures-macro v0.3.31 |
| 382 | 2026-02-20T04:23:50.096Z | Downloaded ctor v0.6.3 |
| 383 | 2026-02-20T04:23:50.096Z | Downloaded futures-io v0.3.31 |
| 384 | 2026-02-20T04:23:50.104Z | Downloaded pin-utils v0.1.0 |
| 385 | 2026-02-20T04:23:50.108Z | Downloaded circular v0.3.0 |
| 386 | 2026-02-20T04:23:50.111Z | Downloaded futures-channel v0.3.31 |
| 387 | 2026-02-20T04:23:50.111Z | Downloaded rusticata-macros v5.0.0 |
| 388 | 2026-02-20T04:23:50.115Z | Downloaded pin-project-lite v0.2.16 |
| 389 | 2026-02-20T04:23:50.119Z | Downloaded slab v0.4.12 |
| 390 | 2026-02-20T04:23:50.123Z | Downloaded futures-executor v0.3.31 |
| 391 | 2026-02-20T04:23:50.126Z | Downloaded once_cell v1.21.3 |
| 392 | 2026-02-20T04:23:50.129Z | Downloaded anyhow v1.0.101 |
| 393 | 2026-02-20T04:23:50.133Z | Downloaded nom v8.0.0 |
| 394 | 2026-02-20T04:23:50.137Z | Downloaded futures v0.3.31 |
| 395 | 2026-02-20T04:23:50.147Z | Downloaded ron v0.12.0 |
| 396 | 2026-02-20T04:23:50.154Z | Downloaded pcap-parser v0.17.0 |
| 397 | 2026-02-20T04:23:50.159Z | Downloaded futures-util v0.3.31 |
| 398 | 2026-02-20T04:23:50.229Z | Compiling proc-macro2 v1.0.106 |
| 399 | 2026-02-20T04:23:50.229Z | Compiling quote v1.0.44 |
| 400 | 2026-02-20T04:23:50.229Z | Compiling unicode-ident v1.0.23 |
| 401 | 2026-02-20T04:23:50.232Z | Compiling memchr v2.8.0 |
| 402 | 2026-02-20T04:23:50.232Z | Compiling thiserror v2.0.18 |
| 403 | 2026-02-20T04:23:50.232Z | Compiling serde_core v1.0.228 |
| 404 | 2026-02-20T04:23:50.232Z | Compiling zerocopy v0.8.39 |
| 405 | 2026-02-20T04:23:50.523Z | Compiling zmij v1.0.20 |
| 406 | 2026-02-20T04:23:51.289Z | Compiling libc v0.2.180 |
| 407 | 2026-02-20T04:23:51.294Z | Compiling serde_json v1.0.149 |
| 408 | 2026-02-20T04:23:51.294Z | Compiling ucd-trie v0.1.7 |
| 409 | 2026-02-20T04:23:51.294Z | Compiling serde v1.0.228 |
| 410 | 2026-02-20T04:23:51.326Z | Compiling pest v2.8.6 |
| 411 | 2026-02-20T04:23:51.520Z | Compiling fnv v1.0.7 |
| 412 | 2026-02-20T04:23:51.561Z | Compiling ident_case v1.0.1 |
| 413 | 2026-02-20T04:23:51.652Z | Compiling strsim v0.11.1 |
| 414 | 2026-02-20T04:23:52.245Z | Compiling aho-corasick v1.1.4 |
| 415 | 2026-02-20T04:23:52.310Z | Compiling itoa v1.0.17 |
| 416 | 2026-02-20T04:23:52.368Z | Checking byteorder v1.5.0 |
| 417 | 2026-02-20T04:23:52.639Z | Compiling syn v2.0.114 |
| 418 | 2026-02-20T04:23:52.678Z | Compiling regex-syntax v0.8.9 |
| 419 | 2026-02-20T04:23:53.583Z | Compiling usdt-impl v0.6.0 |
| 420 | 2026-02-20T04:23:53.743Z | Compiling either v1.15.0 |
| 421 | 2026-02-20T04:23:53.989Z | Compiling pest_meta v2.8.6 |
| 422 | 2026-02-20T04:23:54.549Z | Compiling itertools v0.14.0 |
| 423 | 2026-02-20T04:23:54.552Z | Compiling thread-id v5.1.0 |
| 424 | 2026-02-20T04:23:54.931Z | Checking bitflags v2.10.0 |
| 425 | 2026-02-20T04:23:55.685Z | Checking futures-sink v0.3.31 |
| 426 | 2026-02-20T04:23:55.844Z | Compiling heapless v0.8.0 |
| 427 | 2026-02-20T04:23:55.931Z | Checking futures-core v0.3.31 |
| 428 | 2026-02-20T04:23:56.132Z | Compiling regex-automata v0.4.14 |
| 429 | 2026-02-20T04:23:56.231Z | Checking log v0.4.29 |
| 430 | 2026-02-20T04:23:56.391Z | Checking plain v0.2.3 |
| 431 | 2026-02-20T04:23:57.000Z | Checking futures-channel v0.3.31 |
| 432 | 2026-02-20T04:23:57.658Z | Checking hash32 v0.3.1 |
| 433 | 2026-02-20T04:23:57.751Z | Checking cfg-if v1.0.4 |
| 434 | 2026-02-20T04:23:57.835Z | Checking macaddr v1.0.1 |
| 435 | 2026-02-20T04:23:57.841Z | Checking pin-project-lite v0.2.16 |
| 436 | 2026-02-20T04:23:57.847Z | Compiling smoltcp v0.11.0 |
| 437 | 2026-02-20T04:23:58.090Z | Checking futures-io v0.3.31 |
| 438 | 2026-02-20T04:23:58.274Z | Checking futures-task v0.3.31 |
| 439 | 2026-02-20T04:23:58.355Z | Checking pin-utils v0.1.0 |
| 440 | 2026-02-20T04:23:58.361Z | Checking slab v0.4.12 |
| 441 | 2026-02-20T04:23:58.406Z | Checking pretty-hex v0.4.1 |
| 442 | 2026-02-20T04:23:58.428Z | Checking stable_deref_trait v1.2.1 |
| 443 | 2026-02-20T04:23:58.582Z | Compiling ref-cast v1.0.25 |
| 444 | 2026-02-20T04:23:58.601Z | Checking managed v0.8.0 |
| 445 | 2026-02-20T04:23:58.619Z | Compiling crc32fast v1.5.0 |
| 446 | 2026-02-20T04:23:58.957Z | Compiling pest_generator v2.8.6 |
| 447 | 2026-02-20T04:23:59.121Z | Compiling darling_core v0.21.3 |
| 448 | 2026-02-20T04:23:59.124Z | Compiling version_check v0.9.5 |
| 449 | 2026-02-20T04:23:59.337Z | Checking bitflags v1.3.2 |
| 450 | 2026-02-20T04:23:59.697Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 451 | 2026-02-20T04:23:59.964Z | Checking memmap2 v0.9.9 |
| 452 | 2026-02-20T04:24:00.104Z | Compiling regex v1.12.3 |
| 453 | 2026-02-20T04:24:00.271Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 454 | 2026-02-20T04:24:00.801Z | Checking ipnetwork v0.21.1 |
| 455 | 2026-02-20T04:24:00.903Z | Checking unicode-width v0.2.2 |
| 456 | 2026-02-20T04:24:01.398Z | Checking tabwriter v1.4.1 |
| 457 | 2026-02-20T04:24:01.410Z | Checking nom v8.0.0 |
| 458 | 2026-02-20T04:24:01.642Z | Compiling typeid v1.0.3 |
| 459 | 2026-02-20T04:24:02.169Z | Compiling anyhow v1.0.101 |
| 460 | 2026-02-20T04:24:02.316Z | Checking dyn-clone v1.0.20 |
| 461 | 2026-02-20T04:24:02.536Z | Compiling serde_derive v1.0.228 |
| 462 | 2026-02-20T04:24:02.559Z | Compiling thiserror-impl v2.0.18 |
| 463 | 2026-02-20T04:24:02.644Z | Compiling zerocopy-derive v0.8.39 |
| 464 | 2026-02-20T04:24:02.793Z | Compiling pest_derive v2.8.6 |
| 465 | 2026-02-20T04:24:02.888Z | Compiling scroll_derive v0.13.1 |
| 466 | 2026-02-20T04:24:03.690Z | Compiling futures-macro v0.3.31 |
| 467 | 2026-02-20T04:24:03.747Z | Compiling ref-cast-impl v1.0.25 |
| 468 | 2026-02-20T04:24:04.629Z | Checking scroll v0.13.0 |
| 469 | 2026-02-20T04:24:04.727Z | Compiling darling_macro v0.21.3 |
| 470 | 2026-02-20T04:24:05.052Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 471 | 2026-02-20T04:24:05.064Z | Checking goblin v0.10.4 |
| 472 | 2026-02-20T04:24:05.439Z | Checking dtrace-parser v0.3.0 |
| 473 | 2026-02-20T04:24:05.685Z | Compiling darling v0.21.3 |
| 474 | 2026-02-20T04:24:05.920Z | Compiling ingot-macros v0.1.1 |
| 475 | 2026-02-20T04:24:06.096Z | Checking cobs v0.3.0 |
| 476 | 2026-02-20T04:24:06.277Z | Checking futures-util v0.3.31 |
| 477 | 2026-02-20T04:24:06.342Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 478 | 2026-02-20T04:24:07.046Z | Checking rusticata-macros v5.0.0 |
| 479 | 2026-02-20T04:24:07.691Z | Checking uuid v1.20.0 |
| 480 | 2026-02-20T04:24:07.696Z | Checking circular v0.3.0 |
| 481 | 2026-02-20T04:24:07.872Z | Compiling dtor-proc-macro v0.0.6 |
| 482 | 2026-02-20T04:24:08.298Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 483 | 2026-02-20T04:24:08.528Z | Checking dtor v0.1.1 |
| 484 | 2026-02-20T04:24:08.767Z | Compiling ctor-proc-macro v0.0.7 |
| 485 | 2026-02-20T04:24:08.914Z | Checking once_cell v1.21.3 |
| 486 | 2026-02-20T04:24:09.728Z | Checking ctor v0.6.3 |
| 487 | 2026-02-20T04:24:10.144Z | Checking postcard v1.1.3 |
| 488 | 2026-02-20T04:24:10.168Z | Checking ron v0.12.0 |
| 489 | 2026-02-20T04:24:10.606Z | Compiling serde_tokenstream v0.2.2 |
| 490 | 2026-02-20T04:24:10.850Z | Checking futures-executor v0.3.31 |
| 491 | 2026-02-20T04:24:11.070Z | Checking futures v0.3.31 |
| 492 | 2026-02-20T04:24:11.170Z | Checking cookie-factory v0.3.3 |
| 493 | 2026-02-20T04:24:11.574Z | Checking pcap-parser v0.17.0 |
| 494 | 2026-02-20T04:24:12.408Z | Checking ingot-types v0.1.2 |
| 495 | 2026-02-20T04:24:12.411Z | Checking dof v0.4.0 |
| 496 | 2026-02-20T04:24:12.946Z | Checking ingot v0.1.1 |
| 497 | 2026-02-20T04:24:14.281Z | Compiling usdt-macro v0.6.0 |
| 498 | 2026-02-20T04:24:14.281Z | Compiling usdt-attr-macro v0.6.0 |
| 499 | 2026-02-20T04:24:15.142Z | Checking usdt v0.6.0 |
| 500 | 2026-02-20T04:24:15.702Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 501 | 2026-02-20T04:24:23.225Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 502 | 2026-02-20T04:24:25.973Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 503 | 2026-02-20T04:24:29.742Z | Finished `dev` profile [optimized + debuginfo] target(s) in 39.93s |
| 504 | 2026-02-20T04:24:29.780Z | |
| 505 | 2026-02-20T04:24:29.783Z | real 40.121123170 |
| 506 | 2026-02-20T04:24:29.783Z | user 2:47.591938188 |
| 507 | 2026-02-20T04:24:29.783Z | sys 24.102604302 |
| 508 | 2026-02-20T04:24:29.783Z | trap 0.104460315 |
| 509 | 2026-02-20T04:24:29.783Z | tflt 0.208655417 |
| 510 | 2026-02-20T04:24:29.783Z | dflt 0.232380027 |
| 511 | 2026-02-20T04:24:29.783Z | kflt 0.000012018 |
| 512 | 2026-02-20T04:24:29.783Z | lock 7:10.102466095 |
| 513 | 2026-02-20T04:24:29.783Z | slp 10:56.912799738 |
| 514 | 2026-02-20T04:24:29.783Z | lat 6.817577227 |
| 515 | 2026-02-20T04:24:29.783Z | stop 12.265598668 |
| 516 | 2026-02-20T04:24:29.783Z | + header 'analyze no_std + engine + kernel' |
| 517 | 2026-02-20T04:24:29.783Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 518 | 2026-02-20T04:24:29.784Z | # ==== analyze no_std + engine + kernel ==== # |
| 519 | 2026-02-20T04:24:29.784Z | + ptime -m cargo +nightly-2025-09-19-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel |
| 520 | 2026-02-20T04:24:30.083Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 521 | 2026-02-20T04:24:30.083Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 522 | 2026-02-20T04:24:30.087Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 523 | 2026-02-20T04:24:30.087Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 524 | 2026-02-20T04:24:30.558Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 525 | 2026-02-20T04:24:37.979Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 526 | 2026-02-20T04:24:40.579Z | Finished `dev` profile [optimized + debuginfo] target(s) in 10.68s |
| 527 | 2026-02-20T04:24:40.611Z | |
| 528 | 2026-02-20T04:24:40.614Z | real 10.822665809 |
| 529 | 2026-02-20T04:24:40.614Z | user 11.365629257 |
| 530 | 2026-02-20T04:24:40.614Z | sys 1.358705214 |
| 531 | 2026-02-20T04:24:40.614Z | trap 0.001839075 |
| 532 | 2026-02-20T04:24:40.614Z | tflt 0.006843925 |
| 533 | 2026-02-20T04:24:40.614Z | dflt 0.001720773 |
| 534 | 2026-02-20T04:24:40.614Z | kflt 0.000000000 |
| 535 | 2026-02-20T04:24:40.615Z | lock 40.074898934 |
| 536 | 2026-02-20T04:24:40.615Z | slp 37.670606569 |
| 537 | 2026-02-20T04:24:40.615Z | lat 0.051697523 |
| 538 | 2026-02-20T04:24:40.615Z | stop 0.354548920 |
| 539 | 2026-02-20T04:24:40.615Z | + header test |
| 540 | 2026-02-20T04:24:40.615Z | + echo '# ==== test ==== #' |
| 541 | 2026-02-20T04:24:40.615Z | # ==== test ==== # |
| 542 | 2026-02-20T04:24:40.615Z | + ptime -m cargo test |
| 543 | 2026-02-20T04:24:40.869Z | Compiling memchr v2.8.0 |
| 544 | 2026-02-20T04:24:40.872Z | Compiling serde_core v1.0.228 |
| 545 | 2026-02-20T04:24:40.900Z | Compiling thiserror v2.0.18 |
| 546 | 2026-02-20T04:24:40.903Z | Compiling zerocopy v0.8.39 |
| 547 | 2026-02-20T04:24:40.907Z | Compiling byteorder v1.5.0 |
| 548 | 2026-02-20T04:24:40.907Z | Compiling unicode-ident v1.0.23 |
| 549 | 2026-02-20T04:24:40.914Z | Compiling zmij v1.0.20 |
| 550 | 2026-02-20T04:24:40.917Z | Compiling libc v0.2.180 |
| 551 | 2026-02-20T04:24:41.035Z | Compiling scroll v0.13.0 |
| 552 | 2026-02-20T04:24:41.140Z | Compiling proc-macro2 v1.0.106 |
| 553 | 2026-02-20T04:24:41.339Z | Compiling log v0.4.29 |
| 554 | 2026-02-20T04:24:41.573Z | Compiling itoa v1.0.17 |
| 555 | 2026-02-20T04:24:41.708Z | Compiling futures-core v0.3.31 |
| 556 | 2026-02-20T04:24:41.770Z | Compiling ucd-trie v0.1.7 |
| 557 | 2026-02-20T04:24:41.864Z | Compiling plain v0.2.3 |
| 558 | 2026-02-20T04:24:41.982Z | Compiling futures-sink v0.3.31 |
| 559 | 2026-02-20T04:24:42.028Z | Compiling pest v2.8.6 |
| 560 | 2026-02-20T04:24:42.122Z | Compiling futures-channel v0.3.31 |
| 561 | 2026-02-20T04:24:42.148Z | Compiling goblin v0.10.4 |
| 562 | 2026-02-20T04:24:42.590Z | Compiling quote v1.0.44 |
| 563 | 2026-02-20T04:24:43.219Z | Compiling hash32 v0.3.1 |
| 564 | 2026-02-20T04:24:43.516Z | Compiling futures-io v0.3.31 |
| 565 | 2026-02-20T04:24:43.815Z | Compiling slab v0.4.12 |
| 566 | 2026-02-20T04:24:44.173Z | Compiling stable_deref_trait v1.2.1 |
| 567 | 2026-02-20T04:24:44.212Z | Compiling cfg-if v1.0.4 |
| 568 | 2026-02-20T04:24:44.247Z | Compiling futures-task v0.3.31 |
| 569 | 2026-02-20T04:24:44.264Z | Compiling pin-utils v0.1.0 |
| 570 | 2026-02-20T04:24:44.363Z | Compiling pretty-hex v0.4.1 |
| 571 | 2026-02-20T04:24:44.566Z | Compiling pin-project-lite v0.2.16 |
| 572 | 2026-02-20T04:24:44.598Z | Compiling macaddr v1.0.1 |
| 573 | 2026-02-20T04:24:44.618Z | Compiling heapless v0.8.0 |
| 574 | 2026-02-20T04:24:44.694Z | Compiling futures-util v0.3.31 |
| 575 | 2026-02-20T04:24:45.063Z | Compiling dtrace-parser v0.3.0 |
| 576 | 2026-02-20T04:24:45.584Z | Compiling serde v1.0.228 |
| 577 | 2026-02-20T04:24:46.051Z | Compiling bitflags v2.10.0 |
| 578 | 2026-02-20T04:24:46.070Z | Compiling serde_json v1.0.149 |
| 579 | 2026-02-20T04:24:46.916Z | Compiling syn v2.0.114 |
| 580 | 2026-02-20T04:24:47.131Z | Compiling thread-id v5.1.0 |
| 581 | 2026-02-20T04:24:47.145Z | Compiling cobs v0.3.0 |
| 582 | 2026-02-20T04:24:47.249Z | Compiling bitflags v1.3.2 |
| 583 | 2026-02-20T04:24:47.353Z | Compiling managed v0.8.0 |
| 584 | 2026-02-20T04:24:47.680Z | Compiling postcard v1.1.3 |
| 585 | 2026-02-20T04:24:47.826Z | Compiling smoltcp v0.11.0 |
| 586 | 2026-02-20T04:24:48.422Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 587 | 2026-02-20T04:24:48.797Z | Compiling ingot-types v0.1.2 |
| 588 | 2026-02-20T04:24:49.074Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 589 | 2026-02-20T04:24:49.725Z | Compiling dof v0.4.0 |
| 590 | 2026-02-20T04:24:50.302Z | Compiling futures-executor v0.3.31 |
| 591 | 2026-02-20T04:24:51.185Z | Compiling ingot v0.1.1 |
| 592 | 2026-02-20T04:24:51.575Z | Compiling memmap2 v0.9.9 |
| 593 | 2026-02-20T04:24:52.175Z | Compiling unicode-width v0.2.2 |
| 594 | 2026-02-20T04:24:52.816Z | Compiling ipnetwork v0.21.1 |
| 595 | 2026-02-20T04:24:53.421Z | Compiling usdt-impl v0.6.0 |
| 596 | 2026-02-20T04:24:53.595Z | Compiling either v1.15.0 |
| 597 | 2026-02-20T04:24:53.963Z | Compiling itertools v0.14.0 |
| 598 | 2026-02-20T04:24:53.997Z | Compiling tabwriter v1.4.1 |
| 599 | 2026-02-20T04:24:54.890Z | Compiling usdt v0.6.0 |
| 600 | 2026-02-20T04:24:56.124Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 601 | 2026-02-20T04:24:56.225Z | Compiling ref-cast v1.0.25 |
| 602 | 2026-02-20T04:24:56.453Z | Compiling futures v0.3.31 |
| 603 | 2026-02-20T04:24:56.553Z | Compiling crc32fast v1.5.0 |
| 604 | 2026-02-20T04:24:56.949Z | Compiling nom v8.0.0 |
| 605 | 2026-02-20T04:24:57.021Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 606 | 2026-02-20T04:24:58.322Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 607 | 2026-02-20T04:24:58.496Z | Compiling dyn-clone v1.0.20 |
| 608 | 2026-02-20T04:24:58.801Z | Compiling cookie-factory v0.3.3 |
| 609 | 2026-02-20T04:24:59.461Z | Compiling uuid v1.20.0 |
| 610 | 2026-02-20T04:24:59.658Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 611 | 2026-02-20T04:25:00.143Z | Compiling circular v0.3.0 |
| 612 | 2026-02-20T04:25:00.669Z | Compiling dtor v0.1.1 |
| 613 | 2026-02-20T04:25:00.759Z | Compiling typeid v1.0.3 |
| 614 | 2026-02-20T04:25:00.777Z | Compiling anyhow v1.0.101 |
| 615 | 2026-02-20T04:25:00.933Z | Compiling once_cell v1.21.3 |
| 616 | 2026-02-20T04:25:01.224Z | Compiling ctor v0.6.3 |
| 617 | 2026-02-20T04:25:01.340Z | Compiling ron v0.12.0 |
| 618 | 2026-02-20T04:25:02.573Z | Compiling rusticata-macros v5.0.0 |
| 619 | 2026-02-20T04:25:03.226Z | Compiling pcap-parser v0.17.0 |
| 620 | 2026-02-20T04:25:09.779Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 621 | 2026-02-20T04:25:16.684Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 622 | 2026-02-20T04:26:24.386Z | Finished `test` profile [optimized + debuginfo] target(s) in 1m 43s |
| 623 | 2026-02-20T04:26:24.406Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-4253bcaca658cf48) |
| 624 | 2026-02-20T04:26:24.409Z | |
| 625 | 2026-02-20T04:26:24.409Z | running 15 tests |
| 626 | 2026-02-20T04:26:24.412Z | test api::tests::parse_bad_proto_filter ... ok |
| 627 | 2026-02-20T04:26:24.412Z | test api::tests::parse_bad_address ... ok |
| 628 | 2026-02-20T04:26:24.412Z | test api::tests::parse_good_address ... ok |
| 629 | 2026-02-20T04:26:24.412Z | test api::tests::parse_good_proto_filter ... ok |
| 630 | 2026-02-20T04:26:24.412Z | test api::tests::ports_from_str_bad ... ok |
| 631 | 2026-02-20T04:26:24.412Z | test cfg::tests::test_required_nat_space_only_ipv4 ... ok |
| 632 | 2026-02-20T04:26:24.412Z | test api::tests::ports_from_str_good ... ok |
| 633 | 2026-02-20T04:26:24.412Z | test cfg::tests::test_required_nat_space ... ok |
| 634 | 2026-02-20T04:26:24.412Z | test cfg::tests::test_required_nat_space_only_ipv6 ... ok |
| 635 | 2026-02-20T04:26:24.412Z | test engine::geneve::test::option_packet_length_with_known_options ... ok |
| 636 | 2026-02-20T04:26:24.412Z | test engine::geneve::test::parse_multi_opt ... ok |
| 637 | 2026-02-20T04:26:24.412Z | test engine::geneve::test::parse_multicast_replication_values ... ok |
| 638 | 2026-02-20T04:26:24.412Z | test engine::geneve::test::parse_single_opt ... ok |
| 639 | 2026-02-20T04:26:24.412Z | test engine::geneve::test::unknown_crit_option_fails ... ok |
| 640 | 2026-02-20T04:26:24.412Z | test engine::firewall::tests::port_predicate_simplification ... ok |
| 641 | 2026-02-20T04:26:24.412Z | |
| 642 | 2026-02-20T04:26:24.413Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 643 | 2026-02-20T04:26:24.413Z | |
| 644 | 2026-02-20T04:26:24.413Z | Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-5093ffd208b0da27) |
| 645 | 2026-02-20T04:26:24.417Z | |
| 646 | 2026-02-20T04:26:24.417Z | running 4 tests |
| 647 | 2026-02-20T04:26:24.417Z | test firewall_external_inbound ... ok |
| 648 | 2026-02-20T04:26:24.417Z | test firewall_vni_outbound ... ok |
| 649 | 2026-02-20T04:26:24.417Z | test firewall_vni_inbound ... ok |
| 650 | 2026-02-20T04:26:24.417Z | test firewall_replace_rules ... ok |
| 651 | 2026-02-20T04:26:24.417Z | |
| 652 | 2026-02-20T04:26:24.417Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 653 | 2026-02-20T04:26:24.417Z | |
| 654 | 2026-02-20T04:26:24.422Z | Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-0081fbd1405bc32a) |
| 655 | 2026-02-20T04:26:24.422Z | |
| 656 | 2026-02-20T04:26:24.422Z | running 2 tests |
| 657 | 2026-02-20T04:26:24.422Z | test parse_in_regression ... ok |
| 658 | 2026-02-20T04:26:24.422Z | test parse_out_regression ... ok |
| 659 | 2026-02-20T04:26:24.422Z | |
| 660 | 2026-02-20T04:26:24.422Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 661 | 2026-02-20T04:26:24.422Z | |
| 662 | 2026-02-20T04:26:24.422Z | Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-b3b987c63c921b5f) |
| 663 | 2026-02-20T04:26:24.426Z | |
| 664 | 2026-02-20T04:26:24.426Z | running 47 tests |
| 665 | 2026-02-20T04:26:24.426Z | test bad_ip_len ... ok |
| 666 | 2026-02-20T04:26:24.426Z | test check_layers ... ok |
| 667 | 2026-02-20T04:26:24.426Z | test add_remove_fw_rule ... ok |
| 668 | 2026-02-20T04:26:24.426Z | test arp_gateway ... ok |
| 669 | 2026-02-20T04:26:24.426Z | test external_attached_subnets_cannot_reach_internal ... ok |
| 670 | 2026-02-20T04:26:24.426Z | test anti_spoof ... ok |
| 671 | 2026-02-20T04:26:24.426Z | test ephemeral_ip_preferred_over_snat_outbound ... ok |
| 672 | 2026-02-20T04:26:24.426Z | test external_attached_subnets_dont_apply_nat ... ok |
| 673 | 2026-02-20T04:26:24.426Z | test flow_expiration ... ok |
| 674 | 2026-02-20T04:26:24.426Z | test gateway_icmp4_ping ... ok |
| 675 | 2026-02-20T04:26:24.445Z | test early_tcp_invalidation ... ok |
| 676 | 2026-02-20T04:26:24.445Z | test external_ip_epoch_affinity_preserved ... ok |
| 677 | 2026-02-20T04:26:24.445Z | test gateway_router_advert_reply ... ok |
| 678 | 2026-02-20T04:26:24.445Z | test external_ip_reconfigurable ... ok |
| 679 | 2026-02-20T04:26:24.445Z | test gateway_icmpv6_ping ... ok |
| 680 | 2026-02-20T04:26:24.445Z | test guest_to_guest_no_route ... ok |
| 681 | 2026-02-20T04:26:24.445Z | test guest_to_guest_diff_vpc_no_peer ... ok |
| 682 | 2026-02-20T04:26:24.445Z | test guest_to_internet_ipv6 ... ok |
| 683 | 2026-02-20T04:26:24.445Z | test guest_to_internet_ipv4 ... ok |
| 684 | 2026-02-20T04:26:24.445Z | test guest_to_guest ... ok |
| 685 | 2026-02-20T04:26:24.445Z | test icmp_inner_has_nat_applied ... ok |
| 686 | 2026-02-20T04:26:24.445Z | test icmpv6_inner_has_nat_applied ... ok |
| 687 | 2026-02-20T04:26:24.445Z | test inbound_ndp_dropped_at_gateway ... ok |
| 688 | 2026-02-20T04:26:24.446Z | test outbound_ndp_dropped ... ok |
| 689 | 2026-02-20T04:26:24.446Z | test no_panic_on_flow_table_full ... ok |
| 690 | 2026-02-20T04:26:24.446Z | test intra_subnet_routes_with_custom ... ok |
| 691 | 2026-02-20T04:26:24.446Z | test internal_attached_subnets ... ok |
| 692 | 2026-02-20T04:26:24.446Z | test external_ip_receive_and_reply_on_all ... ok |
| 693 | 2026-02-20T04:26:24.446Z | test packet_body_pullup ... ok |
| 694 | 2026-02-20T04:26:24.446Z | test port_transition_running ... ok |
| 695 | 2026-02-20T04:26:24.446Z | test external_ip_balanced_over_floating_ips ... ok |
| 696 | 2026-02-20T04:26:24.446Z | test port_transition_reset ... ok |
| 697 | 2026-02-20T04:26:24.446Z | test test_drop_on_unknown_critical_option ... ok |
| 698 | 2026-02-20T04:26:24.446Z | test port_as_router_target ... ok |
| 699 | 2026-02-20T04:26:24.446Z | test port_transition_pause ... ok |
| 700 | 2026-02-20T04:26:24.446Z | test snat_icmp4_echo_rewrite ... ok |
| 701 | 2026-02-20T04:26:24.446Z | test snat_icmp6_echo_rewrite ... ok |
| 702 | 2026-02-20T04:26:24.446Z | test select_eip_conditioned_on_igw ... ok |
| 703 | 2026-02-20T04:26:24.446Z | test test_gateway_neighbor_advert_reply ... ok |
| 704 | 2026-02-20T04:26:24.446Z | test test_v6_ext_hdr_geneve_offset_ok ... ok |
| 705 | 2026-02-20T04:26:24.446Z | test test_ipv6_multicast_encapsulation ... ok |
| 706 | 2026-02-20T04:26:24.446Z | test tcp_outbound ... ok |
| 707 | 2026-02-20T04:26:24.446Z | test tcp_inbound ... ok |
| 708 | 2026-02-20T04:26:24.446Z | test test_tcp_multicast_denied ... ok |
| 709 | 2026-02-20T04:26:24.446Z | test test_reply_to_dhcpv6_solicit_or_request ... ok |
| 710 | 2026-02-20T04:26:24.446Z | test uft_lft_invalidation_in ... ok |
| 711 | 2026-02-20T04:26:24.446Z | test uft_lft_invalidation_out ... ok |
| 712 | 2026-02-20T04:26:24.446Z | |
| 713 | 2026-02-20T04:26:24.446Z | test result: ok. 47 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 714 | 2026-02-20T04:26:24.446Z | |
| 715 | 2026-02-20T04:26:24.446Z | Doc-tests oxide_vpc |
| 716 | 2026-02-20T04:26:24.848Z | |
| 717 | 2026-02-20T04:26:24.848Z | running 0 tests |
| 718 | 2026-02-20T04:26:24.849Z | |
| 719 | 2026-02-20T04:26:24.852Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 720 | 2026-02-20T04:26:24.852Z | |
| 721 | 2026-02-20T04:26:24.878Z | |
| 722 | 2026-02-20T04:26:24.881Z | real 1:44.243566290 |
| 723 | 2026-02-20T04:26:24.881Z | user 7:24.130199942 |
| 724 | 2026-02-20T04:26:24.882Z | sys 18.972792512 |
| 725 | 2026-02-20T04:26:24.882Z | trap 0.230921823 |
| 726 | 2026-02-20T04:26:24.882Z | tflt 0.332291346 |
| 727 | 2026-02-20T04:26:24.882Z | dflt 0.353824300 |
| 728 | 2026-02-20T04:26:24.882Z | kflt 0.000009488 |
| 729 | 2026-02-20T04:26:24.882Z | lock 22:11.192005537 |
| 730 | 2026-02-20T04:26:24.882Z | slp 20:10.995747341 |
| 731 | 2026-02-20T04:26:24.882Z | lat 15.177945304 |
| 732 | 2026-02-20T04:26:24.882Z | stop 8.189950434 |
| 733 | 2026-02-20T04:26:24.882Z | process exited: duration 220770 ms, exit code 0 |
| |
| 734 | 2026-02-20T04:26:24.891Z | found 0 output files |