|
|
|
| 1 | 2026-03-05T04:14:57.505Z | job assigned to worker 01KJY37D5ZNN7H2PFKBHASRX6P [factory aws, i-08e12f4efc03cc124] (queued for 1 m 9 s) |
| |
| 2 | 2026-03-05T04:15:06.234Z | starting task 0: "setup" |
| 3 | 2026-03-05T04:15:06.238Z | ++ uname -s |
| 4 | 2026-03-05T04:15:06.242Z | + kern=SunOS |
| 5 | 2026-03-05T04:15:06.242Z | + build_user=build |
| 6 | 2026-03-05T04:15:06.242Z | + build_uid=12345 |
| 7 | 2026-03-05T04:15:06.242Z | + work_dir=/work |
| 8 | 2026-03-05T04:15:06.242Z | + input_dir=/input |
| 9 | 2026-03-05T04:15:06.242Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-05T04:15:06.242Z | + case "$kern" in |
| 11 | 2026-03-05T04:15:06.242Z | + groupadd -g 12345 build |
| 12 | 2026-03-05T04:15:06.245Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-05T04:15:08.250Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-05T04:15:08.355Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-05T04:15:08.358Z | + home_fs=zfs |
| 16 | 2026-03-05T04:15:08.358Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-05T04:15:08.358Z | + mkdir -p /home/build |
| 18 | 2026-03-05T04:15:08.362Z | + chown build:build /home/build /work |
| 19 | 2026-03-05T04:15:10.362Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-05T04:15:10.365Z | process exited: duration 4132 ms, exit code 0 |
| |
| 21 | 2026-03-05T04:15:10.371Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-05T04:15:10.377Z | * rust toolchain channel = "1.93.1" |
| 23 | 2026-03-05T04:15:10.377Z | + printf ' * rust toolchain channel = "%s"\n' 1.93.1 |
| 24 | 2026-03-05T04:15:10.377Z | * rust toolchain profile = "default" |
| 25 | 2026-03-05T04:15:10.377Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-03-05T04:15:10.377Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-05T04:15:10.377Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-05T04:15:10.380Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-05T04:15:10.380Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default |
| 30 | 2026-03-05T04:15:10.471Z | info: downloading installer |
| 31 | 2026-03-05T04:15:12.172Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-05T04:15:12.172Z | warn: /opt/ooce/bin |
| 33 | 2026-03-05T04:15:12.172Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-05T04:15:12.172Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-05T04:15:12.172Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-05T04:15:12.172Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-05T04:15:12.172Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-05T04:15:12.172Z | error: cannot install while Rust is installed |
| 39 | 2026-03-05T04:15:12.172Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-05T04:15:12.190Z | info: profile set to 'default' |
| 41 | 2026-03-05T04:15:12.190Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-03-05T04:15:12.193Z | info: syncing channel updates for '1.93.1-x86_64-unknown-illumos' |
| 43 | 2026-03-05T04:15:12.371Z | info: latest update on 2026-02-12, rust version 1.93.1 (01f6ddf75 2026-02-11) |
| 44 | 2026-03-05T04:15:12.371Z | info: downloading component 'cargo' |
| 45 | 2026-03-05T04:15:13.384Z | info: downloading component 'clippy' |
| 46 | 2026-03-05T04:15:13.841Z | info: downloading component 'rust-docs' |
| 47 | 2026-03-05T04:15:15.345Z | info: downloading component 'rust-std' |
| 48 | 2026-03-05T04:15:17.578Z | info: downloading component 'rustc' |
| 49 | 2026-03-05T04:15:24.845Z | info: downloading component 'rustfmt' |
| 50 | 2026-03-05T04:15:25.177Z | info: installing component 'cargo' |
| 51 | 2026-03-05T04:15:26.118Z | info: installing component 'clippy' |
| 52 | 2026-03-05T04:15:26.512Z | info: installing component 'rust-docs' |
| 53 | 2026-03-05T04:15:28.479Z | info: installing component 'rust-std' |
| 54 | 2026-03-05T04:15:30.286Z | info: installing component 'rustc' |
| 55 | 2026-03-05T04:15:37.134Z | info: installing component 'rustfmt' |
| 56 | 2026-03-05T04:15:37.460Z | info: default toolchain set to '1.93.1-x86_64-unknown-illumos' |
| 57 | 2026-03-05T04:15:37.460Z | |
| 58 | 2026-03-05T04:15:37.921Z | 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11) |
| 59 | 2026-03-05T04:15:37.921Z | |
| 60 | 2026-03-05T04:15:37.925Z | |
| 61 | 2026-03-05T04:15:37.925Z | Rust is installed now. Great! |
| 62 | 2026-03-05T04:15:37.925Z | |
| 63 | 2026-03-05T04:15:37.925Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-03-05T04:15:37.925Z | environment variable. This has not been done automatically. |
| 65 | 2026-03-05T04:15:37.925Z | |
| 66 | 2026-03-05T04:15:37.925Z | To configure your current shell, you need to source |
| 67 | 2026-03-05T04:15:37.925Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-03-05T04:15:37.925Z | |
| 69 | 2026-03-05T04:15:37.925Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-03-05T04:15:37.925Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-03-05T04:15:37.925Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-03-05T04:15:37.925Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-03-05T04:15:38.055Z | + rustup --version |
| 74 | 2026-03-05T04:15:38.070Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-03-05T04:15:38.073Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-03-05T04:15:38.161Z | info: The currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)` |
| 77 | 2026-03-05T04:15:38.164Z | + cargo --version |
| 78 | 2026-03-05T04:15:38.223Z | cargo 1.93.1 (083ac5135 2025-12-15) |
| 79 | 2026-03-05T04:15:38.227Z | + rustc --version |
| 80 | 2026-03-05T04:15:38.290Z | rustc 1.93.1 (01f6ddf75 2026-02-11) |
| 81 | 2026-03-05T04:15:38.293Z | process exited: duration 27917 ms, exit code 0 |
| |
| 82 | 2026-03-05T04:15:38.300Z | starting task 2: "authentication" |
| 83 | 2026-03-05T04:15:38.323Z | process exited: duration 22 ms, exit code 0 |
| |
| 84 | 2026-03-05T04:15:38.332Z | starting task 3: "clone repository" |
| 85 | 2026-03-05T04:15:38.335Z | + mkdir -p /work/oxidecomputer/opte |
| 86 | 2026-03-05T04:15:38.339Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 87 | 2026-03-05T04:15:38.374Z | Cloning into '/work/oxidecomputer/opte'... |
| 88 | 2026-03-05T04:15:41.830Z | + cd /work/oxidecomputer/opte |
| 89 | 2026-03-05T04:15:41.834Z | + git fetch origin bbf6c585ebaaddf54a1df3f257b3273c284a7899 |
| 90 | 2026-03-05T04:15:42.252Z | From https://github.com/oxidecomputer/opte |
| 91 | 2026-03-05T04:15:42.252Z | * branch bbf6c585ebaaddf54a1df3f257b3273c284a7899 -> FETCH_HEAD |
| 92 | 2026-03-05T04:15:42.261Z | + [[ -n renovate/toml-1.x-lockfile ]] |
| 93 | 2026-03-05T04:15:42.264Z | ++ git branch --show-current |
| 94 | 2026-03-05T04:15:42.267Z | + current=master |
| 95 | 2026-03-05T04:15:42.267Z | + [[ master != renovate/toml-1.x-lockfile ]] |
| 96 | 2026-03-05T04:15:42.267Z | + git branch -f renovate/toml-1.x-lockfile bbf6c585ebaaddf54a1df3f257b3273c284a7899 |
| 97 | 2026-03-05T04:15:42.270Z | + git checkout -f renovate/toml-1.x-lockfile |
| 98 | 2026-03-05T04:15:42.295Z | Switched to branch 'renovate/toml-1.x-lockfile' |
| 99 | 2026-03-05T04:15:42.299Z | + git reset --hard bbf6c585ebaaddf54a1df3f257b3273c284a7899 |
| 100 | 2026-03-05T04:15:42.322Z | HEAD is now at bbf6c58 Update Rust crate toml to v1.0.4 |
| 101 | 2026-03-05T04:15:42.325Z | process exited: duration 3993 ms, exit code 0 |
| |
| 102 | 2026-03-05T04:15:42.335Z | starting task 4: "build" |
| 103 | 2026-03-05T04:15:42.339Z | + source .github/buildomat/common.sh |
| 104 | 2026-03-05T04:15:42.339Z | ++ rustup show active-toolchain |
| 105 | 2026-03-05T04:15:42.382Z | 1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 106 | 2026-03-05T04:15:42.385Z | ++ pushd xde |
| 107 | 2026-03-05T04:15:42.385Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 108 | 2026-03-05T04:15:42.385Z | ++ rustup show active-toolchain |
| 109 | 2026-03-05T04:15:42.393Z | info: syncing channel updates for 'nightly-2026-02-24-x86_64-unknown-illumos' |
| 110 | 2026-03-05T04:15:42.572Z | info: latest update on 2026-02-24, rust version 1.95.0-nightly (b3869b94c 2026-02-23) |
| 111 | 2026-03-05T04:15:42.572Z | info: downloading component 'cargo' |
| 112 | 2026-03-05T04:15:43.579Z | info: downloading component 'clippy' |
| 113 | 2026-03-05T04:15:44.091Z | info: downloading component 'rust-src' |
| 114 | 2026-03-05T04:15:44.397Z | info: downloading component 'rust-std' |
| 115 | 2026-03-05T04:15:46.371Z | info: downloading component 'rustc' |
| 116 | 2026-03-05T04:15:53.970Z | info: downloading component 'rustfmt' |
| 117 | 2026-03-05T04:15:54.245Z | info: installing component 'cargo' |
| 118 | 2026-03-05T04:15:55.180Z | info: installing component 'clippy' |
| 119 | 2026-03-05T04:15:55.590Z | info: installing component 'rust-src' |
| 120 | 2026-03-05T04:15:56.003Z | info: installing component 'rust-std' |
| 121 | 2026-03-05T04:15:57.741Z | info: installing component 'rustc' |
| 122 | 2026-03-05T04:16:04.564Z | info: installing component 'rustfmt' |
| 123 | 2026-03-05T04:16:04.886Z | nightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 124 | 2026-03-05T04:16:04.983Z | +++ rustup show active-toolchain -v |
| 125 | 2026-03-05T04:16:04.986Z | +++ head -n 1 |
| 126 | 2026-03-05T04:16:04.986Z | +++ cut '-d ' -f1 |
| 127 | 2026-03-05T04:16:05.079Z | ++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos |
| 128 | 2026-03-05T04:16:05.079Z | ++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos |
| 129 | 2026-03-05T04:16:05.082Z | ++ popd |
| 130 | 2026-03-05T04:16:05.082Z | /work/oxidecomputer/opte |
| 131 | 2026-03-05T04:16:05.082Z | + cargo --version |
| 132 | 2026-03-05T04:16:05.132Z | cargo 1.93.1 (083ac5135 2025-12-15) |
| 133 | 2026-03-05T04:16:05.136Z | + rustc --version |
| 134 | 2026-03-05T04:16:05.200Z | rustc 1.93.1 (01f6ddf75 2026-02-11) |
| 135 | 2026-03-05T04:16:05.203Z | + cd lib/oxide-vpc |
| 136 | 2026-03-05T04:16:05.203Z | + header 'check style' |
| 137 | 2026-03-05T04:16:05.203Z | + echo '# ==== check style ==== #' |
| 138 | 2026-03-05T04:16:05.203Z | # ==== check style ==== # |
| 139 | 2026-03-05T04:16:05.203Z | + ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check |
| 140 | 2026-03-05T04:16:05.486Z | |
| 141 | 2026-03-05T04:16:05.486Z | real 0.279206496 |
| 142 | 2026-03-05T04:16:05.486Z | user 0.206804622 |
| 143 | 2026-03-05T04:16:05.486Z | sys 0.066347552 |
| 144 | 2026-03-05T04:16:05.486Z | trap 0.000120535 |
| 145 | 2026-03-05T04:16:05.486Z | tflt 0.000006767 |
| 146 | 2026-03-05T04:16:05.490Z | dflt 0.000002648 |
| 147 | 2026-03-05T04:16:05.490Z | kflt 0.000000000 |
| 148 | 2026-03-05T04:16:05.490Z | lock 0.587641805 |
| 149 | 2026-03-05T04:16:05.490Z | slp 0.285240361 |
| 150 | 2026-03-05T04:16:05.490Z | lat 0.001885455 |
| 151 | 2026-03-05T04:16:05.490Z | stop 0.000161180 |
| 152 | 2026-03-05T04:16:05.490Z | + header 'check docs' |
| 153 | 2026-03-05T04:16:05.490Z | + echo '# ==== check docs ==== #' |
| 154 | 2026-03-05T04:16:05.490Z | # ==== check docs ==== # |
| 155 | 2026-03-05T04:16:05.490Z | + RUSTDOCFLAGS='-D warnings' |
| 156 | 2026-03-05T04:16:05.490Z | + ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 157 | 2026-03-05T04:16:05.591Z | Updating crates.io index |
| 158 | 2026-03-05T04:16:05.629Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 159 | 2026-03-05T04:16:09.189Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 160 | 2026-03-05T04:16:09.854Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 161 | 2026-03-05T04:16:10.622Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 162 | 2026-03-05T04:16:11.409Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 163 | 2026-03-05T04:16:12.086Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 164 | 2026-03-05T04:16:12.706Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 165 | 2026-03-05T04:16:15.174Z | Downloading crates ... |
| 166 | 2026-03-05T04:16:15.236Z | Downloaded fnv v1.0.7 |
| 167 | 2026-03-05T04:16:15.239Z | Downloaded thread-id v5.1.0 |
| 168 | 2026-03-05T04:16:15.242Z | Downloaded usdt v0.6.0 |
| 169 | 2026-03-05T04:16:15.245Z | Downloaded strsim v0.11.1 |
| 170 | 2026-03-05T04:16:15.263Z | Downloaded cfg-if v1.0.4 |
| 171 | 2026-03-05T04:16:15.267Z | Downloaded dtrace-parser v0.3.0 |
| 172 | 2026-03-05T04:16:15.270Z | Downloaded managed v0.8.0 |
| 173 | 2026-03-05T04:16:15.273Z | Downloaded byteorder v1.5.0 |
| 174 | 2026-03-05T04:16:15.273Z | Downloaded ingot v0.1.1 |
| 175 | 2026-03-05T04:16:15.278Z | Downloaded ref-cast-impl v1.0.25 |
| 176 | 2026-03-05T04:16:15.281Z | Downloaded bitflags v2.10.0 |
| 177 | 2026-03-05T04:16:15.284Z | Downloaded block-buffer v0.10.4 |
| 178 | 2026-03-05T04:16:15.287Z | Downloaded macaddr v1.0.1 |
| 179 | 2026-03-05T04:16:15.290Z | Downloaded hash32 v0.3.1 |
| 180 | 2026-03-05T04:16:15.294Z | Downloaded crypto-common v0.1.7 |
| 181 | 2026-03-05T04:16:15.297Z | Downloaded tabwriter v1.4.1 |
| 182 | 2026-03-05T04:16:15.300Z | Downloaded itoa v1.0.17 |
| 183 | 2026-03-05T04:16:15.300Z | Downloaded ident_case v1.0.1 |
| 184 | 2026-03-05T04:16:15.300Z | Downloaded embedded-io v0.6.1 |
| 185 | 2026-03-05T04:16:15.307Z | Downloaded ingot-types v0.1.2 |
| 186 | 2026-03-05T04:16:15.310Z | Downloaded darling_macro v0.21.3 |
| 187 | 2026-03-05T04:16:15.310Z | Downloaded bitflags v1.3.2 |
| 188 | 2026-03-05T04:16:15.319Z | Downloaded pretty-hex v0.4.1 |
| 189 | 2026-03-05T04:16:15.322Z | Downloaded stable_deref_trait v1.2.1 |
| 190 | 2026-03-05T04:16:15.326Z | Downloaded defmt-parser v1.0.0 |
| 191 | 2026-03-05T04:16:15.331Z | Downloaded dof v0.4.0 |
| 192 | 2026-03-05T04:16:15.334Z | Downloaded ref-cast v1.0.25 |
| 193 | 2026-03-05T04:16:15.337Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 194 | 2026-03-05T04:16:15.344Z | Downloaded scroll_derive v0.13.1 |
| 195 | 2026-03-05T04:16:15.348Z | Downloaded generic-array v0.14.7 |
| 196 | 2026-03-05T04:16:15.352Z | Downloaded ipnetwork v0.21.1 |
| 197 | 2026-03-05T04:16:15.355Z | Downloaded defmt v1.0.1 |
| 198 | 2026-03-05T04:16:15.358Z | Downloaded usdt-attr-macro v0.6.0 |
| 199 | 2026-03-05T04:16:15.358Z | Downloaded thiserror v2.0.18 |
| 200 | 2026-03-05T04:16:15.362Z | Downloaded memmap2 v0.9.9 |
| 201 | 2026-03-05T04:16:15.365Z | Downloaded ingot-macros v0.1.1 |
| 202 | 2026-03-05T04:16:15.365Z | Downloaded usdt-macro v0.6.0 |
| 203 | 2026-03-05T04:16:15.368Z | Downloaded embedded-io v0.4.0 |
| 204 | 2026-03-05T04:16:15.371Z | Downloaded plain v0.2.3 |
| 205 | 2026-03-05T04:16:15.375Z | Downloaded cobs v0.3.0 |
| 206 | 2026-03-05T04:16:15.379Z | Downloaded dyn-clone v1.0.20 |
| 207 | 2026-03-05T04:16:15.382Z | Downloaded defmt v0.3.100 |
| 208 | 2026-03-05T04:16:15.385Z | Downloaded version_check v0.9.5 |
| 209 | 2026-03-05T04:16:15.391Z | Downloaded cpufeatures v0.2.17 |
| 210 | 2026-03-05T04:16:15.395Z | Downloaded digest v0.10.7 |
| 211 | 2026-03-05T04:16:15.399Z | Downloaded quote v1.0.44 |
| 212 | 2026-03-05T04:16:15.405Z | Downloaded serde_tokenstream v0.2.2 |
| 213 | 2026-03-05T04:16:15.408Z | Downloaded usdt-impl v0.6.0 |
| 214 | 2026-03-05T04:16:15.411Z | Downloaded either v1.15.0 |
| 215 | 2026-03-05T04:16:15.411Z | Downloaded proc-macro-error2 v2.0.1 |
| 216 | 2026-03-05T04:16:15.416Z | Downloaded typenum v1.19.0 |
| 217 | 2026-03-05T04:16:15.420Z | Downloaded defmt-macros v1.0.1 |
| 218 | 2026-03-05T04:16:15.433Z | Downloaded crc32fast v1.5.0 |
| 219 | 2026-03-05T04:16:15.436Z | Downloaded sha2 v0.10.9 |
| 220 | 2026-03-05T04:16:15.439Z | Downloaded scroll v0.13.0 |
| 221 | 2026-03-05T04:16:15.442Z | Downloaded zmij v1.0.20 |
| 222 | 2026-03-05T04:16:15.442Z | Downloaded log v0.4.29 |
| 223 | 2026-03-05T04:16:15.446Z | Downloaded ucd-trie v0.1.7 |
| 224 | 2026-03-05T04:16:15.446Z | Downloaded darling v0.21.3 |
| 225 | 2026-03-05T04:16:15.450Z | Downloaded aho-corasick v1.1.4 |
| 226 | 2026-03-05T04:16:15.455Z | Downloaded pest v2.8.6 |
| 227 | 2026-03-05T04:16:15.458Z | Downloaded pest_generator v2.8.6 |
| 228 | 2026-03-05T04:16:15.463Z | Downloaded postcard v1.1.3 |
| 229 | 2026-03-05T04:16:15.472Z | Downloaded thiserror-impl v2.0.18 |
| 230 | 2026-03-05T04:16:15.484Z | Downloaded unicode-ident v1.0.23 |
| 231 | 2026-03-05T04:16:15.486Z | Downloaded pest_derive v2.8.6 |
| 232 | 2026-03-05T04:16:15.489Z | Downloaded darling_core v0.21.3 |
| 233 | 2026-03-05T04:16:15.492Z | Downloaded uuid v1.20.0 |
| 234 | 2026-03-05T04:16:15.495Z | Downloaded serde_derive v1.0.228 |
| 235 | 2026-03-05T04:16:15.498Z | Downloaded heapless v0.8.0 |
| 236 | 2026-03-05T04:16:15.501Z | Downloaded pest_meta v2.8.6 |
| 237 | 2026-03-05T04:16:15.504Z | Downloaded serde_core v1.0.228 |
| 238 | 2026-03-05T04:16:15.507Z | Downloaded serde v1.0.228 |
| 239 | 2026-03-05T04:16:15.527Z | Downloaded proc-macro2 v1.0.106 |
| 240 | 2026-03-05T04:16:15.531Z | Downloaded zerocopy-derive v0.8.39 |
| 241 | 2026-03-05T04:16:15.539Z | Downloaded memchr v2.8.0 |
| 242 | 2026-03-05T04:16:15.543Z | Downloaded serde_json v1.0.149 |
| 243 | 2026-03-05T04:16:15.587Z | Downloaded itertools v0.14.0 |
| 244 | 2026-03-05T04:16:15.593Z | Downloaded regex v1.12.3 |
| 245 | 2026-03-05T04:16:15.647Z | Downloaded goblin v0.10.4 |
| 246 | 2026-03-05T04:16:15.664Z | Downloaded zerocopy v0.8.39 |
| 247 | 2026-03-05T04:16:15.682Z | Downloaded unicode-width v0.2.2 |
| 248 | 2026-03-05T04:16:15.690Z | Downloaded syn v2.0.114 |
| 249 | 2026-03-05T04:16:15.699Z | Downloaded smoltcp v0.11.0 |
| 250 | 2026-03-05T04:16:15.707Z | Downloaded regex-syntax v0.8.9 |
| 251 | 2026-03-05T04:16:15.740Z | Downloaded regex-automata v0.4.14 |
| 252 | 2026-03-05T04:16:15.757Z | Downloaded libc v0.2.180 |
| 253 | 2026-03-05T04:16:15.842Z | Compiling proc-macro2 v1.0.106 |
| 254 | 2026-03-05T04:16:15.842Z | Compiling quote v1.0.44 |
| 255 | 2026-03-05T04:16:15.843Z | Compiling unicode-ident v1.0.23 |
| 256 | 2026-03-05T04:16:15.846Z | Documenting unicode-ident v1.0.23 |
| 257 | 2026-03-05T04:16:15.846Z | Compiling serde_core v1.0.228 |
| 258 | 2026-03-05T04:16:15.846Z | Compiling ident_case v1.0.1 |
| 259 | 2026-03-05T04:16:15.846Z | Compiling strsim v0.11.1 |
| 260 | 2026-03-05T04:16:16.102Z | Compiling fnv v1.0.7 |
| 261 | 2026-03-05T04:16:16.113Z | Compiling memchr v2.8.0 |
| 262 | 2026-03-05T04:16:16.389Z | Compiling regex-syntax v0.8.9 |
| 263 | 2026-03-05T04:16:16.521Z | Compiling serde v1.0.228 |
| 264 | 2026-03-05T04:16:16.607Z | Compiling thiserror v2.0.18 |
| 265 | 2026-03-05T04:16:17.104Z | Documenting proc-macro2 v1.0.106 |
| 266 | 2026-03-05T04:16:17.166Z | Compiling aho-corasick v1.1.4 |
| 267 | 2026-03-05T04:16:17.243Z | Compiling zerocopy v0.8.39 |
| 268 | 2026-03-05T04:16:17.706Z | Checking syn v2.0.114 |
| 269 | 2026-03-05T04:16:18.101Z | Compiling either v1.15.0 |
| 270 | 2026-03-05T04:16:18.113Z | Checking byteorder v1.5.0 |
| 271 | 2026-03-05T04:16:18.444Z | Documenting quote v1.0.44 |
| 272 | 2026-03-05T04:16:18.513Z | Compiling itertools v0.14.0 |
| 273 | 2026-03-05T04:16:19.518Z | Documenting syn v2.0.114 |
| 274 | 2026-03-05T04:16:20.088Z | Compiling regex-automata v0.4.14 |
| 275 | 2026-03-05T04:16:20.591Z | Documenting strsim v0.11.1 |
| 276 | 2026-03-05T04:16:21.424Z | Documenting fnv v1.0.7 |
| 277 | 2026-03-05T04:16:21.631Z | Documenting ident_case v1.0.1 |
| 278 | 2026-03-05T04:16:21.669Z | Compiling heapless v0.8.0 |
| 279 | 2026-03-05T04:16:22.426Z | Checking bitflags v2.10.0 |
| 280 | 2026-03-05T04:16:22.563Z | Checking hash32 v0.3.1 |
| 281 | 2026-03-05T04:16:22.594Z | Documenting serde_core v1.0.228 |
| 282 | 2026-03-05T04:16:22.693Z | Checking stable_deref_trait v1.2.1 |
| 283 | 2026-03-05T04:16:22.735Z | Checking macaddr v1.0.1 |
| 284 | 2026-03-05T04:16:22.792Z | Checking cfg-if v1.0.4 |
| 285 | 2026-03-05T04:16:22.880Z | Documenting memchr v2.8.0 |
| 286 | 2026-03-05T04:16:22.921Z | Checking darling_core v0.21.3 |
| 287 | 2026-03-05T04:16:22.984Z | Documenting regex-syntax v0.8.9 |
| 288 | 2026-03-05T04:16:24.072Z | Compiling regex v1.12.3 |
| 289 | 2026-03-05T04:16:24.634Z | Documenting darling_core v0.21.3 |
| 290 | 2026-03-05T04:16:25.006Z | Documenting aho-corasick v1.1.4 |
| 291 | 2026-03-05T04:16:25.336Z | Compiling smoltcp v0.11.0 |
| 292 | 2026-03-05T04:16:26.525Z | Checking bitflags v1.3.2 |
| 293 | 2026-03-05T04:16:26.617Z | Checking managed v0.8.0 |
| 294 | 2026-03-05T04:16:26.869Z | Documenting zerocopy-derive v0.8.39 |
| 295 | 2026-03-05T04:16:26.944Z | Documenting regex-automata v0.4.14 |
| 296 | 2026-03-05T04:16:26.983Z | Documenting thiserror-impl v2.0.18 |
| 297 | 2026-03-05T04:16:27.276Z | Documenting darling_macro v0.21.3 |
| 298 | 2026-03-05T04:16:27.941Z | Compiling thiserror-impl v2.0.18 |
| 299 | 2026-03-05T04:16:28.414Z | Compiling zerocopy-derive v0.8.39 |
| 300 | 2026-03-05T04:16:28.591Z | Compiling serde_derive v1.0.228 |
| 301 | 2026-03-05T04:16:29.083Z | Documenting serde_derive v1.0.228 |
| 302 | 2026-03-05T04:16:29.401Z | Compiling ref-cast v1.0.25 |
| 303 | 2026-03-05T04:16:29.561Z | Documenting byteorder v1.5.0 |
| 304 | 2026-03-05T04:16:29.991Z | Compiling crc32fast v1.5.0 |
| 305 | 2026-03-05T04:16:30.160Z | Documenting regex v1.12.3 |
| 306 | 2026-03-05T04:16:30.192Z | Compiling darling_macro v0.21.3 |
| 307 | 2026-03-05T04:16:30.643Z | Compiling ref-cast-impl v1.0.25 |
| 308 | 2026-03-05T04:16:30.679Z | Documenting hash32 v0.3.1 |
| 309 | 2026-03-05T04:16:30.935Z | Checking cobs v0.3.0 |
| 310 | 2026-03-05T04:16:31.150Z | Documenting thiserror v2.0.18 |
| 311 | 2026-03-05T04:16:31.249Z | Compiling darling v0.21.3 |
| 312 | 2026-03-05T04:16:31.355Z | Compiling ingot-macros v0.1.1 |
| 313 | 2026-03-05T04:16:31.570Z | Documenting darling v0.21.3 |
| 314 | 2026-03-05T04:16:31.864Z | Documenting zerocopy v0.8.39 |
| 315 | 2026-03-05T04:16:32.374Z | Documenting bitflags v2.10.0 |
| 316 | 2026-03-05T04:16:32.553Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 317 | 2026-03-05T04:16:33.111Z | Checking unicode-width v0.2.2 |
| 318 | 2026-03-05T04:16:33.331Z | Documenting ingot-macros v0.1.1 |
| 319 | 2026-03-05T04:16:33.718Z | Documenting cfg-if v1.0.4 |
| 320 | 2026-03-05T04:16:33.962Z | Compiling version_check v0.9.5 |
| 321 | 2026-03-05T04:16:34.516Z | Documenting stable_deref_trait v1.2.1 |
| 322 | 2026-03-05T04:16:34.722Z | Documenting macaddr v1.0.1 |
| 323 | 2026-03-05T04:16:34.862Z | Checking ipnetwork v0.21.1 |
| 324 | 2026-03-05T04:16:35.190Z | Documenting serde v1.0.228 |
| 325 | 2026-03-05T04:16:35.554Z | Documenting heapless v0.8.0 |
| 326 | 2026-03-05T04:16:35.936Z | Checking postcard v1.1.3 |
| 327 | 2026-03-05T04:16:35.956Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 328 | 2026-03-05T04:16:36.391Z | Documenting cobs v0.3.0 |
| 329 | 2026-03-05T04:16:36.391Z | Documenting managed v0.8.0 |
| 330 | 2026-03-05T04:16:37.106Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 331 | 2026-03-05T04:16:37.475Z | Checking tabwriter v1.4.1 |
| 332 | 2026-03-05T04:16:37.739Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 333 | 2026-03-05T04:16:37.868Z | Documenting smoltcp v0.11.0 |
| 334 | 2026-03-05T04:16:38.031Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 335 | 2026-03-05T04:16:38.195Z | Documenting ref-cast-impl v1.0.25 |
| 336 | 2026-03-05T04:16:38.364Z | Checking ingot-types v0.1.2 |
| 337 | 2026-03-05T04:16:38.636Z | Documenting postcard v1.1.3 |
| 338 | 2026-03-05T04:16:39.064Z | Documenting ipnetwork v0.21.1 |
| 339 | 2026-03-05T04:16:39.076Z | Checking dyn-clone v1.0.20 |
| 340 | 2026-03-05T04:16:39.108Z | Checking ingot v0.1.1 |
| 341 | 2026-03-05T04:16:39.210Z | Documenting either v1.15.0 |
| 342 | 2026-03-05T04:16:39.341Z | Documenting ingot-types v0.1.2 |
| 343 | 2026-03-05T04:16:39.429Z | Documenting unicode-width v0.2.2 |
| 344 | 2026-03-05T04:16:39.790Z | Documenting ref-cast v1.0.25 |
| 345 | 2026-03-05T04:16:40.213Z | Documenting crc32fast v1.5.0 |
| 346 | 2026-03-05T04:16:40.751Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 347 | 2026-03-05T04:16:41.038Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 348 | 2026-03-05T04:16:41.403Z | Documenting itertools v0.14.0 |
| 349 | 2026-03-05T04:16:41.840Z | Documenting tabwriter v1.4.1 |
| 350 | 2026-03-05T04:16:42.064Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 351 | 2026-03-05T04:16:42.367Z | Documenting ingot v0.1.1 |
| 352 | 2026-03-05T04:16:42.652Z | Documenting dyn-clone v1.0.20 |
| 353 | 2026-03-05T04:16:43.073Z | Documenting uuid v1.20.0 |
| 354 | 2026-03-05T04:16:43.585Z | Checking uuid v1.20.0 |
| 355 | 2026-03-05T04:16:44.008Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 356 | 2026-03-05T04:16:44.033Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 357 | 2026-03-05T04:16:46.857Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 358 | 2026-03-05T04:16:48.588Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 359 | 2026-03-05T04:16:52.083Z | Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 360 | 2026-03-05T04:16:54.451Z | Finished `dev` profile [optimized + debuginfo] target(s) in 48.94s |
| 361 | 2026-03-05T04:16:54.551Z | Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html |
| 362 | 2026-03-05T04:16:54.572Z | |
| 363 | 2026-03-05T04:16:54.572Z | real 49.056658287 |
| 364 | 2026-03-05T04:16:54.573Z | user 3:06.064910046 |
| 365 | 2026-03-05T04:16:54.573Z | sys 28.267230203 |
| 366 | 2026-03-05T04:16:54.573Z | trap 0.138320364 |
| 367 | 2026-03-05T04:16:54.575Z | tflt 0.151511971 |
| 368 | 2026-03-05T04:16:54.575Z | dflt 0.061150824 |
| 369 | 2026-03-05T04:16:54.575Z | kflt 0.001918251 |
| 370 | 2026-03-05T04:16:54.575Z | lock 16:13.718622288 |
| 371 | 2026-03-05T04:16:54.576Z | slp 9:35.566847284 |
| 372 | 2026-03-05T04:16:54.576Z | lat 12.812547435 |
| 373 | 2026-03-05T04:16:54.576Z | stop 16.139897388 |
| 374 | 2026-03-05T04:16:54.576Z | + header 'analyze std + api + usdt' |
| 375 | 2026-03-05T04:16:54.576Z | + echo '# ==== analyze std + api + usdt ==== #' |
| 376 | 2026-03-05T04:16:54.576Z | # ==== analyze std + api + usdt ==== # |
| 377 | 2026-03-05T04:16:54.576Z | + ptime -m cargo clippy --features usdt --all-targets -- --deny warnings |
| 378 | 2026-03-05T04:16:54.901Z | Downloading crates ... |
| 379 | 2026-03-05T04:16:54.977Z | Downloaded cookie-factory v0.3.3 |
| 380 | 2026-03-05T04:16:54.982Z | Downloaded anyhow v1.0.101 |
| 381 | 2026-03-05T04:16:54.985Z | Downloaded dtor-proc-macro v0.0.6 |
| 382 | 2026-03-05T04:16:54.988Z | Downloaded ctor v0.6.3 |
| 383 | 2026-03-05T04:16:54.988Z | Downloaded futures-macro v0.3.31 |
| 384 | 2026-03-05T04:16:54.988Z | Downloaded ctor-proc-macro v0.0.7 |
| 385 | 2026-03-05T04:16:54.991Z | Downloaded circular v0.3.0 |
| 386 | 2026-03-05T04:16:54.992Z | Downloaded futures-sink v0.3.31 |
| 387 | 2026-03-05T04:16:54.992Z | Downloaded rusticata-macros v5.0.0 |
| 388 | 2026-03-05T04:16:54.995Z | Downloaded pin-utils v0.1.0 |
| 389 | 2026-03-05T04:16:54.995Z | Downloaded slab v0.4.12 |
| 390 | 2026-03-05T04:16:54.998Z | Downloaded futures-task v0.3.31 |
| 391 | 2026-03-05T04:16:54.998Z | Downloaded dtor v0.1.1 |
| 392 | 2026-03-05T04:16:55.001Z | Downloaded futures-io v0.3.31 |
| 393 | 2026-03-05T04:16:55.001Z | Downloaded typeid v1.0.3 |
| 394 | 2026-03-05T04:16:55.004Z | Downloaded futures-core v0.3.31 |
| 395 | 2026-03-05T04:16:55.004Z | Downloaded futures-executor v0.3.31 |
| 396 | 2026-03-05T04:16:55.008Z | Downloaded pin-project-lite v0.2.16 |
| 397 | 2026-03-05T04:16:55.012Z | Downloaded once_cell v1.21.3 |
| 398 | 2026-03-05T04:16:55.015Z | Downloaded futures-channel v0.3.31 |
| 399 | 2026-03-05T04:16:55.022Z | Downloaded futures v0.3.31 |
| 400 | 2026-03-05T04:16:55.038Z | Downloaded ron v0.12.0 |
| 401 | 2026-03-05T04:16:55.045Z | Downloaded nom v8.0.0 |
| 402 | 2026-03-05T04:16:55.049Z | Downloaded pcap-parser v0.17.0 |
| 403 | 2026-03-05T04:16:55.054Z | Downloaded futures-util v0.3.31 |
| 404 | 2026-03-05T04:16:55.129Z | Compiling proc-macro2 v1.0.106 |
| 405 | 2026-03-05T04:16:55.129Z | Compiling quote v1.0.44 |
| 406 | 2026-03-05T04:16:55.129Z | Compiling unicode-ident v1.0.23 |
| 407 | 2026-03-05T04:16:55.132Z | Compiling memchr v2.8.0 |
| 408 | 2026-03-05T04:16:55.132Z | Compiling thiserror v2.0.18 |
| 409 | 2026-03-05T04:16:55.132Z | Compiling serde_core v1.0.228 |
| 410 | 2026-03-05T04:16:55.132Z | Compiling zerocopy v0.8.39 |
| 411 | 2026-03-05T04:16:55.419Z | Compiling zmij v1.0.20 |
| 412 | 2026-03-05T04:16:55.811Z | Compiling libc v0.2.180 |
| 413 | 2026-03-05T04:16:55.829Z | Compiling serde_json v1.0.149 |
| 414 | 2026-03-05T04:16:55.927Z | Compiling ucd-trie v0.1.7 |
| 415 | 2026-03-05T04:16:55.998Z | Compiling serde v1.0.228 |
| 416 | 2026-03-05T04:16:56.227Z | Compiling pest v2.8.6 |
| 417 | 2026-03-05T04:16:56.527Z | Compiling fnv v1.0.7 |
| 418 | 2026-03-05T04:16:56.621Z | Compiling strsim v0.11.1 |
| 419 | 2026-03-05T04:16:56.658Z | Compiling ident_case v1.0.1 |
| 420 | 2026-03-05T04:16:57.101Z | Compiling aho-corasick v1.1.4 |
| 421 | 2026-03-05T04:16:57.253Z | Compiling regex-syntax v0.8.9 |
| 422 | 2026-03-05T04:16:57.358Z | Checking byteorder v1.5.0 |
| 423 | 2026-03-05T04:16:57.691Z | Compiling syn v2.0.114 |
| 424 | 2026-03-05T04:16:57.695Z | Compiling itoa v1.0.17 |
| 425 | 2026-03-05T04:16:58.750Z | Compiling pest_meta v2.8.6 |
| 426 | 2026-03-05T04:16:58.757Z | Compiling either v1.15.0 |
| 427 | 2026-03-05T04:16:59.008Z | Compiling usdt-impl v0.6.0 |
| 428 | 2026-03-05T04:16:59.183Z | Compiling itertools v0.14.0 |
| 429 | 2026-03-05T04:16:59.782Z | Checking bitflags v2.10.0 |
| 430 | 2026-03-05T04:17:00.083Z | Compiling thread-id v5.1.0 |
| 431 | 2026-03-05T04:17:00.652Z | Checking plain v0.2.3 |
| 432 | 2026-03-05T04:17:00.812Z | Compiling regex-automata v0.4.14 |
| 433 | 2026-03-05T04:17:00.837Z | Checking futures-sink v0.3.31 |
| 434 | 2026-03-05T04:17:00.989Z | Compiling heapless v0.8.0 |
| 435 | 2026-03-05T04:17:01.408Z | Checking log v0.4.29 |
| 436 | 2026-03-05T04:17:01.844Z | Checking futures-core v0.3.31 |
| 437 | 2026-03-05T04:17:02.056Z | Checking futures-channel v0.3.31 |
| 438 | 2026-03-05T04:17:02.511Z | Checking hash32 v0.3.1 |
| 439 | 2026-03-05T04:17:02.698Z | Checking pin-utils v0.1.0 |
| 440 | 2026-03-05T04:17:02.756Z | Checking cfg-if v1.0.4 |
| 441 | 2026-03-05T04:17:02.788Z | Compiling smoltcp v0.11.0 |
| 442 | 2026-03-05T04:17:02.842Z | Checking stable_deref_trait v1.2.1 |
| 443 | 2026-03-05T04:17:02.853Z | Checking pretty-hex v0.4.1 |
| 444 | 2026-03-05T04:17:02.939Z | Checking futures-task v0.3.31 |
| 445 | 2026-03-05T04:17:03.194Z | Checking futures-io v0.3.31 |
| 446 | 2026-03-05T04:17:03.377Z | Checking pin-project-lite v0.2.16 |
| 447 | 2026-03-05T04:17:03.469Z | Checking slab v0.4.12 |
| 448 | 2026-03-05T04:17:03.495Z | Checking macaddr v1.0.1 |
| 449 | 2026-03-05T04:17:03.755Z | Compiling ref-cast v1.0.25 |
| 450 | 2026-03-05T04:17:03.822Z | Compiling crc32fast v1.5.0 |
| 451 | 2026-03-05T04:17:03.854Z | Checking managed v0.8.0 |
| 452 | 2026-03-05T04:17:04.225Z | Compiling pest_generator v2.8.6 |
| 453 | 2026-03-05T04:17:04.290Z | Compiling darling_core v0.21.3 |
| 454 | 2026-03-05T04:17:04.341Z | Compiling version_check v0.9.5 |
| 455 | 2026-03-05T04:17:04.405Z | Checking bitflags v1.3.2 |
| 456 | 2026-03-05T04:17:04.539Z | Checking memmap2 v0.9.9 |
| 457 | 2026-03-05T04:17:04.832Z | Compiling regex v1.12.3 |
| 458 | 2026-03-05T04:17:04.928Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 459 | 2026-03-05T04:17:05.376Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 460 | 2026-03-05T04:17:05.754Z | Checking unicode-width v0.2.2 |
| 461 | 2026-03-05T04:17:06.047Z | Checking ipnetwork v0.21.1 |
| 462 | 2026-03-05T04:17:06.254Z | Checking tabwriter v1.4.1 |
| 463 | 2026-03-05T04:17:06.507Z | Checking nom v8.0.0 |
| 464 | 2026-03-05T04:17:06.678Z | Checking dyn-clone v1.0.20 |
| 465 | 2026-03-05T04:17:06.838Z | Compiling typeid v1.0.3 |
| 466 | 2026-03-05T04:17:07.376Z | Compiling anyhow v1.0.101 |
| 467 | 2026-03-05T04:17:07.459Z | Checking uuid v1.20.0 |
| 468 | 2026-03-05T04:17:07.477Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 469 | 2026-03-05T04:17:07.720Z | Checking circular v0.3.0 |
| 470 | 2026-03-05T04:17:07.784Z | Compiling serde_derive v1.0.228 |
| 471 | 2026-03-05T04:17:07.911Z | Compiling thiserror-impl v2.0.18 |
| 472 | 2026-03-05T04:17:07.964Z | Compiling zerocopy-derive v0.8.39 |
| 473 | 2026-03-05T04:17:07.985Z | Compiling pest_derive v2.8.6 |
| 474 | 2026-03-05T04:17:08.050Z | Compiling scroll_derive v0.13.1 |
| 475 | 2026-03-05T04:17:08.902Z | Compiling futures-macro v0.3.31 |
| 476 | 2026-03-05T04:17:09.065Z | Compiling ref-cast-impl v1.0.25 |
| 477 | 2026-03-05T04:17:09.914Z | Checking scroll v0.13.0 |
| 478 | 2026-03-05T04:17:09.995Z | Compiling darling_macro v0.21.3 |
| 479 | 2026-03-05T04:17:10.350Z | Checking goblin v0.10.4 |
| 480 | 2026-03-05T04:17:10.394Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 481 | 2026-03-05T04:17:10.696Z | Checking futures-util v0.3.31 |
| 482 | 2026-03-05T04:17:11.014Z | Compiling darling v0.21.3 |
| 483 | 2026-03-05T04:17:11.115Z | Compiling dtrace-parser v0.3.0 |
| 484 | 2026-03-05T04:17:11.122Z | Compiling ingot-macros v0.1.1 |
| 485 | 2026-03-05T04:17:11.523Z | Checking cobs v0.3.0 |
| 486 | 2026-03-05T04:17:12.292Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 487 | 2026-03-05T04:17:12.731Z | Checking rusticata-macros v5.0.0 |
| 488 | 2026-03-05T04:17:13.377Z | Compiling dtor-proc-macro v0.0.6 |
| 489 | 2026-03-05T04:17:14.042Z | Checking dtor v0.1.1 |
| 490 | 2026-03-05T04:17:14.146Z | Compiling ctor-proc-macro v0.0.7 |
| 491 | 2026-03-05T04:17:14.272Z | Checking once_cell v1.21.3 |
| 492 | 2026-03-05T04:17:15.048Z | Checking ctor v0.6.3 |
| 493 | 2026-03-05T04:17:15.394Z | Checking futures-executor v0.3.31 |
| 494 | 2026-03-05T04:17:15.469Z | Checking postcard v1.1.3 |
| 495 | 2026-03-05T04:17:15.469Z | Checking ron v0.12.0 |
| 496 | 2026-03-05T04:17:15.636Z | Checking futures v0.3.31 |
| 497 | 2026-03-05T04:17:15.740Z | Checking cookie-factory v0.3.3 |
| 498 | 2026-03-05T04:17:15.977Z | Compiling serde_tokenstream v0.2.2 |
| 499 | 2026-03-05T04:17:16.256Z | Checking pcap-parser v0.17.0 |
| 500 | 2026-03-05T04:17:17.666Z | Checking ingot-types v0.1.2 |
| 501 | 2026-03-05T04:17:17.666Z | Checking dof v0.4.0 |
| 502 | 2026-03-05T04:17:18.187Z | Checking ingot v0.1.1 |
| 503 | 2026-03-05T04:17:19.686Z | Compiling usdt-macro v0.6.0 |
| 504 | 2026-03-05T04:17:19.687Z | Compiling usdt-attr-macro v0.6.0 |
| 505 | 2026-03-05T04:17:20.563Z | Checking usdt v0.6.0 |
| 506 | 2026-03-05T04:17:20.841Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 507 | 2026-03-05T04:17:28.598Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 508 | 2026-03-05T04:17:31.340Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 509 | 2026-03-05T04:17:35.282Z | Finished `dev` profile [optimized + debuginfo] target(s) in 40.55s |
| 510 | 2026-03-05T04:17:35.323Z | |
| 511 | 2026-03-05T04:17:35.326Z | real 40.737496229 |
| 512 | 2026-03-05T04:17:35.326Z | user 2:49.426731477 |
| 513 | 2026-03-05T04:17:35.326Z | sys 25.261458006 |
| 514 | 2026-03-05T04:17:35.326Z | trap 0.111401647 |
| 515 | 2026-03-05T04:17:35.326Z | tflt 0.206692936 |
| 516 | 2026-03-05T04:17:35.326Z | dflt 0.269220512 |
| 517 | 2026-03-05T04:17:35.326Z | kflt 0.000020567 |
| 518 | 2026-03-05T04:17:35.326Z | lock 9:55.499465688 |
| 519 | 2026-03-05T04:17:35.326Z | slp 8:23.399357108 |
| 520 | 2026-03-05T04:17:35.327Z | lat 6.104773021 |
| 521 | 2026-03-05T04:17:35.327Z | stop 13.142932293 |
| 522 | 2026-03-05T04:17:35.327Z | + header 'analyze no_std + engine + kernel' |
| 523 | 2026-03-05T04:17:35.327Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 524 | 2026-03-05T04:17:35.327Z | # ==== analyze no_std + engine + kernel ==== # |
| 525 | 2026-03-05T04:17:35.327Z | + ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel |
| 526 | 2026-03-05T04:17:35.618Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 527 | 2026-03-05T04:17:35.618Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 528 | 2026-03-05T04:17:35.621Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 529 | 2026-03-05T04:17:35.648Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 530 | 2026-03-05T04:17:36.098Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 531 | 2026-03-05T04:17:43.544Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 532 | 2026-03-05T04:17:46.191Z | Finished `dev` profile [optimized + debuginfo] target(s) in 10.76s |
| 533 | 2026-03-05T04:17:46.223Z | |
| 534 | 2026-03-05T04:17:46.223Z | real 10.891429643 |
| 535 | 2026-03-05T04:17:46.223Z | user 11.460256168 |
| 536 | 2026-03-05T04:17:46.224Z | sys 1.433700952 |
| 537 | 2026-03-05T04:17:46.224Z | trap 0.002596568 |
| 538 | 2026-03-05T04:17:46.224Z | tflt 0.004986539 |
| 539 | 2026-03-05T04:17:46.228Z | dflt 0.003007984 |
| 540 | 2026-03-05T04:17:46.228Z | kflt 0.000000000 |
| 541 | 2026-03-05T04:17:46.228Z | lock 40.263462350 |
| 542 | 2026-03-05T04:17:46.228Z | slp 38.370751772 |
| 543 | 2026-03-05T04:17:46.228Z | lat 0.036931489 |
| 544 | 2026-03-05T04:17:46.228Z | stop 0.338127950 |
| 545 | 2026-03-05T04:17:46.229Z | + header test |
| 546 | 2026-03-05T04:17:46.229Z | + echo '# ==== test ==== #' |
| 547 | 2026-03-05T04:17:46.229Z | # ==== test ==== # |
| 548 | 2026-03-05T04:17:46.229Z | + ptime -m cargo test |
| 549 | 2026-03-05T04:17:46.483Z | Compiling memchr v2.8.0 |
| 550 | 2026-03-05T04:17:46.487Z | Compiling serde_core v1.0.228 |
| 551 | 2026-03-05T04:17:46.518Z | Compiling thiserror v2.0.18 |
| 552 | 2026-03-05T04:17:46.522Z | Compiling zerocopy v0.8.39 |
| 553 | 2026-03-05T04:17:46.525Z | Compiling unicode-ident v1.0.23 |
| 554 | 2026-03-05T04:17:46.525Z | Compiling byteorder v1.5.0 |
| 555 | 2026-03-05T04:17:46.533Z | Compiling zmij v1.0.20 |
| 556 | 2026-03-05T04:17:46.533Z | Compiling libc v0.2.180 |
| 557 | 2026-03-05T04:17:46.649Z | Compiling scroll v0.13.0 |
| 558 | 2026-03-05T04:17:46.744Z | Compiling proc-macro2 v1.0.106 |
| 559 | 2026-03-05T04:17:46.985Z | Compiling itoa v1.0.17 |
| 560 | 2026-03-05T04:17:47.232Z | Compiling ucd-trie v0.1.7 |
| 561 | 2026-03-05T04:17:47.316Z | Compiling futures-sink v0.3.31 |
| 562 | 2026-03-05T04:17:47.333Z | Compiling futures-core v0.3.31 |
| 563 | 2026-03-05T04:17:47.523Z | Compiling plain v0.2.3 |
| 564 | 2026-03-05T04:17:47.528Z | Compiling log v0.4.29 |
| 565 | 2026-03-05T04:17:47.621Z | Compiling quote v1.0.44 |
| 566 | 2026-03-05T04:17:47.637Z | Compiling futures-channel v0.3.31 |
| 567 | 2026-03-05T04:17:47.927Z | Compiling goblin v0.10.4 |
| 568 | 2026-03-05T04:17:48.105Z | Compiling pest v2.8.6 |
| 569 | 2026-03-05T04:17:48.753Z | Compiling hash32 v0.3.1 |
| 570 | 2026-03-05T04:17:49.058Z | Compiling macaddr v1.0.1 |
| 571 | 2026-03-05T04:17:49.127Z | Compiling pin-utils v0.1.0 |
| 572 | 2026-03-05T04:17:49.224Z | Compiling futures-task v0.3.31 |
| 573 | 2026-03-05T04:17:49.551Z | Compiling futures-io v0.3.31 |
| 574 | 2026-03-05T04:17:49.560Z | Compiling stable_deref_trait v1.2.1 |
| 575 | 2026-03-05T04:17:49.672Z | Compiling pin-project-lite v0.2.16 |
| 576 | 2026-03-05T04:17:49.819Z | Compiling pretty-hex v0.4.1 |
| 577 | 2026-03-05T04:17:49.882Z | Compiling slab v0.4.12 |
| 578 | 2026-03-05T04:17:50.049Z | Compiling cfg-if v1.0.4 |
| 579 | 2026-03-05T04:17:50.148Z | Compiling futures-util v0.3.31 |
| 580 | 2026-03-05T04:17:50.204Z | Compiling heapless v0.8.0 |
| 581 | 2026-03-05T04:17:50.223Z | Compiling syn v2.0.114 |
| 582 | 2026-03-05T04:17:51.205Z | Compiling dtrace-parser v0.3.0 |
| 583 | 2026-03-05T04:17:51.765Z | Compiling serde v1.0.228 |
| 584 | 2026-03-05T04:17:52.184Z | Compiling bitflags v2.10.0 |
| 585 | 2026-03-05T04:17:53.059Z | Compiling serde_json v1.0.149 |
| 586 | 2026-03-05T04:17:53.140Z | Compiling thread-id v5.1.0 |
| 587 | 2026-03-05T04:17:53.257Z | Compiling cobs v0.3.0 |
| 588 | 2026-03-05T04:17:53.382Z | Compiling bitflags v1.3.2 |
| 589 | 2026-03-05T04:17:53.487Z | Compiling managed v0.8.0 |
| 590 | 2026-03-05T04:17:53.813Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 591 | 2026-03-05T04:17:53.946Z | Compiling smoltcp v0.11.0 |
| 592 | 2026-03-05T04:17:54.233Z | Compiling postcard v1.1.3 |
| 593 | 2026-03-05T04:17:54.588Z | Compiling ingot-types v0.1.2 |
| 594 | 2026-03-05T04:17:55.017Z | Compiling dof v0.4.0 |
| 595 | 2026-03-05T04:17:55.497Z | Compiling futures-executor v0.3.31 |
| 596 | 2026-03-05T04:17:56.771Z | Compiling ingot v0.1.1 |
| 597 | 2026-03-05T04:17:56.844Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 598 | 2026-03-05T04:17:58.150Z | Compiling usdt-impl v0.6.0 |
| 599 | 2026-03-05T04:17:59.739Z | Compiling memmap2 v0.9.9 |
| 600 | 2026-03-05T04:18:00.339Z | Compiling either v1.15.0 |
| 601 | 2026-03-05T04:18:00.695Z | Compiling ipnetwork v0.21.1 |
| 602 | 2026-03-05T04:18:00.705Z | Compiling unicode-width v0.2.2 |
| 603 | 2026-03-05T04:18:01.341Z | Compiling tabwriter v1.4.1 |
| 604 | 2026-03-05T04:18:01.842Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 605 | 2026-03-05T04:18:02.221Z | Compiling itertools v0.14.0 |
| 606 | 2026-03-05T04:18:02.496Z | Compiling ref-cast v1.0.25 |
| 607 | 2026-03-05T04:18:02.657Z | Compiling usdt v0.6.0 |
| 608 | 2026-03-05T04:18:04.017Z | Compiling crc32fast v1.5.0 |
| 609 | 2026-03-05T04:18:04.462Z | Compiling futures v0.3.31 |
| 610 | 2026-03-05T04:18:04.553Z | Compiling nom v8.0.0 |
| 611 | 2026-03-05T04:18:04.559Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 612 | 2026-03-05T04:18:04.573Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 613 | 2026-03-05T04:18:04.776Z | Compiling dyn-clone v1.0.20 |
| 614 | 2026-03-05T04:18:05.065Z | Compiling cookie-factory v0.3.3 |
| 615 | 2026-03-05T04:18:05.637Z | Compiling uuid v1.20.0 |
| 616 | 2026-03-05T04:18:05.731Z | Compiling circular v0.3.0 |
| 617 | 2026-03-05T04:18:06.249Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 618 | 2026-03-05T04:18:06.693Z | Compiling dtor v0.1.1 |
| 619 | 2026-03-05T04:18:06.718Z | Compiling anyhow v1.0.101 |
| 620 | 2026-03-05T04:18:06.802Z | Compiling typeid v1.0.3 |
| 621 | 2026-03-05T04:18:06.981Z | Compiling once_cell v1.21.3 |
| 622 | 2026-03-05T04:18:06.988Z | Compiling ctor v0.6.3 |
| 623 | 2026-03-05T04:18:07.216Z | Compiling ron v0.12.0 |
| 624 | 2026-03-05T04:18:11.140Z | Compiling rusticata-macros v5.0.0 |
| 625 | 2026-03-05T04:18:11.806Z | Compiling pcap-parser v0.17.0 |
| 626 | 2026-03-05T04:18:20.420Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 627 | 2026-03-05T04:18:25.489Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 628 | 2026-03-05T04:19:33.781Z | Finished `test` profile [optimized + debuginfo] target(s) in 1m 47s |
| 629 | 2026-03-05T04:19:33.802Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-cdb290dce6dd7811) |
| 630 | 2026-03-05T04:19:33.819Z | |
| 631 | 2026-03-05T04:19:33.820Z | running 15 tests |
| 632 | 2026-03-05T04:19:33.820Z | test api::tests::parse_good_proto_filter ... ok |
| 633 | 2026-03-05T04:19:33.820Z | test api::tests::parse_bad_proto_filter ... ok |
| 634 | 2026-03-05T04:19:33.820Z | test api::tests::parse_bad_address ... ok |
| 635 | 2026-03-05T04:19:33.820Z | test api::tests::parse_good_address ... ok |
| 636 | 2026-03-05T04:19:33.820Z | test api::tests::ports_from_str_bad ... ok |
| 637 | 2026-03-05T04:19:33.820Z | test api::tests::ports_from_str_good ... ok |
| 638 | 2026-03-05T04:19:33.820Z | test cfg::tests::test_required_nat_space ... ok |
| 639 | 2026-03-05T04:19:33.820Z | test cfg::tests::test_required_nat_space_only_ipv4 ... ok |
| 640 | 2026-03-05T04:19:33.820Z | test cfg::tests::test_required_nat_space_only_ipv6 ... ok |
| 641 | 2026-03-05T04:19:33.820Z | test engine::geneve::test::option_packet_length_with_known_options ... ok |
| 642 | 2026-03-05T04:19:33.820Z | test engine::geneve::test::parse_multi_opt ... ok |
| 643 | 2026-03-05T04:19:33.820Z | test engine::geneve::test::parse_multicast_replication_values ... ok |
| 644 | 2026-03-05T04:19:33.820Z | test engine::geneve::test::parse_single_opt ... ok |
| 645 | 2026-03-05T04:19:33.820Z | test engine::geneve::test::unknown_crit_option_fails ... ok |
| 646 | 2026-03-05T04:19:33.820Z | test engine::firewall::tests::port_predicate_simplification ... ok |
| 647 | 2026-03-05T04:19:33.820Z | |
| 648 | 2026-03-05T04:19:33.820Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 649 | 2026-03-05T04:19:33.820Z | |
| 650 | 2026-03-05T04:19:33.820Z | Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-caf1d7aceb9e3ded) |
| 651 | 2026-03-05T04:19:33.820Z | |
| 652 | 2026-03-05T04:19:33.821Z | running 4 tests |
| 653 | 2026-03-05T04:19:33.835Z | test firewall_external_inbound ... ok |
| 654 | 2026-03-05T04:19:33.835Z | test firewall_vni_inbound ... ok |
| 655 | 2026-03-05T04:19:33.835Z | test firewall_vni_outbound ... ok |
| 656 | 2026-03-05T04:19:33.835Z | test firewall_replace_rules ... ok |
| 657 | 2026-03-05T04:19:33.835Z | |
| 658 | 2026-03-05T04:19:33.835Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 659 | 2026-03-05T04:19:33.835Z | |
| 660 | 2026-03-05T04:19:33.835Z | Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-ed4c38362b979e9e) |
| 661 | 2026-03-05T04:19:33.835Z | |
| 662 | 2026-03-05T04:19:33.835Z | running 2 tests |
| 663 | 2026-03-05T04:19:33.835Z | test parse_out_regression ... ok |
| 664 | 2026-03-05T04:19:33.835Z | test parse_in_regression ... ok |
| 665 | 2026-03-05T04:19:33.835Z | |
| 666 | 2026-03-05T04:19:33.835Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 667 | 2026-03-05T04:19:33.835Z | |
| 668 | 2026-03-05T04:19:33.835Z | Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-c5db081d47f3ae51) |
| 669 | 2026-03-05T04:19:33.835Z | |
| 670 | 2026-03-05T04:19:33.835Z | running 47 tests |
| 671 | 2026-03-05T04:19:33.835Z | test bad_ip_len ... ok |
| 672 | 2026-03-05T04:19:33.836Z | test arp_gateway ... ok |
| 673 | 2026-03-05T04:19:33.836Z | test check_layers ... ok |
| 674 | 2026-03-05T04:19:33.836Z | test add_remove_fw_rule ... ok |
| 675 | 2026-03-05T04:19:33.836Z | test anti_spoof ... ok |
| 676 | 2026-03-05T04:19:33.836Z | test ephemeral_ip_preferred_over_snat_outbound ... ok |
| 677 | 2026-03-05T04:19:33.836Z | test external_attached_subnets_cannot_reach_internal ... ok |
| 678 | 2026-03-05T04:19:33.836Z | test external_attached_subnets_dont_apply_nat ... ok |
| 679 | 2026-03-05T04:19:33.836Z | test flow_expiration ... ok |
| 680 | 2026-03-05T04:19:33.836Z | test early_tcp_invalidation ... ok |
| 681 | 2026-03-05T04:19:33.836Z | test gateway_icmp4_ping ... ok |
| 682 | 2026-03-05T04:19:33.836Z | test external_ip_epoch_affinity_preserved ... ok |
| 683 | 2026-03-05T04:19:33.836Z | test gateway_icmpv6_ping ... ok |
| 684 | 2026-03-05T04:19:33.836Z | test external_ip_reconfigurable ... ok |
| 685 | 2026-03-05T04:19:33.836Z | test gateway_router_advert_reply ... ok |
| 686 | 2026-03-05T04:19:33.836Z | test guest_to_guest_no_route ... ok |
| 687 | 2026-03-05T04:19:33.836Z | test guest_to_internet_ipv4 ... ok |
| 688 | 2026-03-05T04:19:33.836Z | test guest_to_guest_diff_vpc_no_peer ... ok |
| 689 | 2026-03-05T04:19:33.836Z | test guest_to_internet_ipv6 ... ok |
| 690 | 2026-03-05T04:19:33.836Z | test icmp_inner_has_nat_applied ... ok |
| 691 | 2026-03-05T04:19:33.836Z | test inbound_ndp_dropped_at_gateway ... ok |
| 692 | 2026-03-05T04:19:33.836Z | test guest_to_guest ... ok |
| 693 | 2026-03-05T04:19:33.836Z | test icmpv6_inner_has_nat_applied ... ok |
| 694 | 2026-03-05T04:19:33.836Z | test no_panic_on_flow_table_full ... ok |
| 695 | 2026-03-05T04:19:33.836Z | test intra_subnet_routes_with_custom ... ok |
| 696 | 2026-03-05T04:19:33.836Z | test outbound_ndp_dropped ... ok |
| 697 | 2026-03-05T04:19:33.836Z | test internal_attached_subnets ... ok |
| 698 | 2026-03-05T04:19:33.836Z | test packet_body_pullup ... ok |
| 699 | 2026-03-05T04:19:33.836Z | test external_ip_receive_and_reply_on_all ... ok |
| 700 | 2026-03-05T04:19:33.836Z | test port_transition_reset ... ok |
| 701 | 2026-03-05T04:19:33.836Z | test port_transition_running ... ok |
| 702 | 2026-03-05T04:19:33.837Z | test port_as_router_target ... ok |
| 703 | 2026-03-05T04:19:33.837Z | test port_transition_pause ... ok |
| 704 | 2026-03-05T04:19:33.837Z | test test_drop_on_unknown_critical_option ... ok |
| 705 | 2026-03-05T04:19:33.837Z | test external_ip_balanced_over_floating_ips ... ok |
| 706 | 2026-03-05T04:19:33.837Z | test select_eip_conditioned_on_igw ... ok |
| 707 | 2026-03-05T04:19:33.837Z | test tcp_outbound ... ok |
| 708 | 2026-03-05T04:19:33.837Z | test snat_icmp6_echo_rewrite ... ok |
| 709 | 2026-03-05T04:19:33.837Z | test snat_icmp4_echo_rewrite ... ok |
| 710 | 2026-03-05T04:19:33.837Z | test test_v6_ext_hdr_geneve_offset_ok ... ok |
| 711 | 2026-03-05T04:19:33.837Z | test test_ipv6_multicast_encapsulation ... ok |
| 712 | 2026-03-05T04:19:33.837Z | test tcp_inbound ... ok |
| 713 | 2026-03-05T04:19:33.837Z | test test_tcp_multicast_denied ... ok |
| 714 | 2026-03-05T04:19:33.837Z | test test_gateway_neighbor_advert_reply ... ok |
| 715 | 2026-03-05T04:19:33.837Z | test uft_lft_invalidation_out ... ok |
| 716 | 2026-03-05T04:19:33.837Z | test test_reply_to_dhcpv6_solicit_or_request ... ok |
| 717 | 2026-03-05T04:19:33.837Z | test uft_lft_invalidation_in ... ok |
| 718 | 2026-03-05T04:19:33.837Z | |
| 719 | 2026-03-05T04:19:33.837Z | test result: ok. 47 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 720 | 2026-03-05T04:19:33.837Z | |
| 721 | 2026-03-05T04:19:33.837Z | Doc-tests oxide_vpc |
| 722 | 2026-03-05T04:19:34.274Z | |
| 723 | 2026-03-05T04:19:34.274Z | running 0 tests |
| 724 | 2026-03-05T04:19:34.274Z | |
| 725 | 2026-03-05T04:19:34.274Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 726 | 2026-03-05T04:19:34.274Z | |
| 727 | 2026-03-05T04:19:34.294Z | |
| 728 | 2026-03-05T04:19:34.294Z | real 1:48.042429136 |
| 729 | 2026-03-05T04:19:34.294Z | user 7:23.569780212 |
| 730 | 2026-03-05T04:19:34.294Z | sys 18.981259884 |
| 731 | 2026-03-05T04:19:34.294Z | trap 0.226407261 |
| 732 | 2026-03-05T04:19:34.294Z | tflt 0.216686525 |
| 733 | 2026-03-05T04:19:34.294Z | dflt 0.533886703 |
| 734 | 2026-03-05T04:19:34.307Z | kflt 0.000156649 |
| 735 | 2026-03-05T04:19:34.307Z | lock 27:40.847494545 |
| 736 | 2026-03-05T04:19:34.307Z | slp 14:18.601545731 |
| 737 | 2026-03-05T04:19:34.307Z | lat 14.275019253 |
| 738 | 2026-03-05T04:19:34.307Z | stop 7.970594412 |
| 739 | 2026-03-05T04:19:34.307Z | process exited: duration 231928 ms, exit code 0 |
| |
| 740 | 2026-03-05T04:19:34.337Z | found 0 output files |