|
|
|
| 1 | 2026-03-10T11:29:22.802Z | job assigned to worker 01KKBR2CANMFGSHBFNSVF3RAHE [factory aws, i-026a4352101f043e4] (queued for 1 m 17 s) |
| |
| 2 | 2026-03-10T11:29:30.142Z | starting task 0: "setup" |
| 3 | 2026-03-10T11:29:30.147Z | ++ uname -s |
| 4 | 2026-03-10T11:29:30.150Z | + kern=SunOS |
| 5 | 2026-03-10T11:29:30.150Z | + build_user=build |
| 6 | 2026-03-10T11:29:30.150Z | + build_uid=12345 |
| 7 | 2026-03-10T11:29:30.150Z | + work_dir=/work |
| 8 | 2026-03-10T11:29:30.150Z | + input_dir=/input |
| 9 | 2026-03-10T11:29:30.150Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-10T11:29:30.150Z | + case "$kern" in |
| 11 | 2026-03-10T11:29:30.150Z | + groupadd -g 12345 build |
| 12 | 2026-03-10T11:29:30.153Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-10T11:29:32.158Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-10T11:29:32.328Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-10T11:29:32.331Z | + home_fs=zfs |
| 16 | 2026-03-10T11:29:32.331Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-10T11:29:32.331Z | + mkdir -p /home/build |
| 18 | 2026-03-10T11:29:32.334Z | + chown build:build /home/build /work |
| 19 | 2026-03-10T11:29:34.336Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-10T11:29:34.339Z | process exited: duration 4195 ms, exit code 0 |
| |
| 21 | 2026-03-10T11:29:34.345Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-10T11:29:34.349Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-03-10T11:29:34.349Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-03-10T11:29:34.349Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-03-10T11:29:34.349Z | * rust toolchain profile = "default" |
| 26 | 2026-03-10T11:29:34.349Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-10T11:29:34.349Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-10T11:29:34.352Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-10T11:29:34.352Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-03-10T11:29:34.480Z | info: downloading installer |
| 31 | 2026-03-10T11:29:36.157Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-10T11:29:36.157Z | warn: /opt/ooce/bin |
| 33 | 2026-03-10T11:29:36.157Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-10T11:29:36.157Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-10T11:29:36.158Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-10T11:29:36.158Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-10T11:29:36.158Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-10T11:29:36.158Z | error: cannot install while Rust is installed |
| 39 | 2026-03-10T11:29:36.158Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-10T11:29:36.174Z | info: profile set to 'default' |
| 41 | 2026-03-10T11:29:36.174Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-03-10T11:29:36.177Z | info: syncing channel updates for '1.94.0-x86_64-unknown-illumos' |
| 43 | 2026-03-10T11:29:36.325Z | info: latest update on 2026-03-05, rust version 1.94.0 (4a4ef493e 2026-03-02) |
| 44 | 2026-03-10T11:29:36.325Z | info: downloading component 'cargo' |
| 45 | 2026-03-10T11:29:37.456Z | info: downloading component 'clippy' |
| 46 | 2026-03-10T11:29:37.847Z | info: downloading component 'rust-docs' |
| 47 | 2026-03-10T11:29:39.305Z | info: downloading component 'rust-std' |
| 48 | 2026-03-10T11:29:41.163Z | info: downloading component 'rustc' |
| 49 | 2026-03-10T11:29:50.130Z | info: downloading component 'rustfmt' |
| 50 | 2026-03-10T11:29:50.391Z | info: installing component 'cargo' |
| 51 | 2026-03-10T11:29:51.221Z | info: installing component 'clippy' |
| 52 | 2026-03-10T11:29:51.571Z | info: installing component 'rust-docs' |
| 53 | 2026-03-10T11:29:53.033Z | info: installing component 'rust-std' |
| 54 | 2026-03-10T11:29:54.518Z | info: installing component 'rustc' |
| 55 | 2026-03-10T11:30:00.404Z | info: installing component 'rustfmt' |
| 56 | 2026-03-10T11:30:00.696Z | info: default toolchain set to '1.94.0-x86_64-unknown-illumos' |
| 57 | 2026-03-10T11:30:00.696Z | |
| 58 | 2026-03-10T11:30:01.110Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 59 | 2026-03-10T11:30:01.110Z | |
| 60 | 2026-03-10T11:30:01.113Z | |
| 61 | 2026-03-10T11:30:01.113Z | Rust is installed now. Great! |
| 62 | 2026-03-10T11:30:01.113Z | |
| 63 | 2026-03-10T11:30:01.113Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-03-10T11:30:01.113Z | environment variable. This has not been done automatically. |
| 65 | 2026-03-10T11:30:01.113Z | |
| 66 | 2026-03-10T11:30:01.113Z | To configure your current shell, you need to source |
| 67 | 2026-03-10T11:30:01.114Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-03-10T11:30:01.114Z | |
| 69 | 2026-03-10T11:30:01.114Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-03-10T11:30:01.114Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-03-10T11:30:01.114Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-03-10T11:30:01.114Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-03-10T11:30:01.219Z | + rustup --version |
| 74 | 2026-03-10T11:30:01.230Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-03-10T11:30:01.232Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-03-10T11:30:01.301Z | info: The currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 77 | 2026-03-10T11:30:01.303Z | + cargo --version |
| 78 | 2026-03-10T11:30:01.356Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 79 | 2026-03-10T11:30:01.359Z | + rustc --version |
| 80 | 2026-03-10T11:30:01.419Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 81 | 2026-03-10T11:30:01.422Z | process exited: duration 27071 ms, exit code 0 |
| |
| 82 | 2026-03-10T11:30:01.427Z | starting task 2: "authentication" |
| 83 | 2026-03-10T11:30:01.448Z | process exited: duration 20 ms, exit code 0 |
| |
| 84 | 2026-03-10T11:30:01.454Z | starting task 3: "clone repository" |
| 85 | 2026-03-10T11:30:01.458Z | + mkdir -p /work/oxidecomputer/opte |
| 86 | 2026-03-10T11:30:01.461Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 87 | 2026-03-10T11:30:01.494Z | Cloning into '/work/oxidecomputer/opte'... |
| 88 | 2026-03-10T11:30:02.690Z | + cd /work/oxidecomputer/opte |
| 89 | 2026-03-10T11:30:02.690Z | + git fetch origin 596f57d8e43c618d5a224f994537e1f5d0082067 |
| 90 | 2026-03-10T11:30:02.978Z | From https://github.com/oxidecomputer/opte |
| 91 | 2026-03-10T11:30:02.978Z | * branch 596f57d8e43c618d5a224f994537e1f5d0082067 -> FETCH_HEAD |
| 92 | 2026-03-10T11:30:02.986Z | + [[ -n renovate/rust-1.x ]] |
| 93 | 2026-03-10T11:30:02.988Z | ++ git branch --show-current |
| 94 | 2026-03-10T11:30:02.991Z | + current=master |
| 95 | 2026-03-10T11:30:02.991Z | + [[ master != renovate/rust-1.x ]] |
| 96 | 2026-03-10T11:30:02.991Z | + git branch -f renovate/rust-1.x 596f57d8e43c618d5a224f994537e1f5d0082067 |
| 97 | 2026-03-10T11:30:02.993Z | + git checkout -f renovate/rust-1.x |
| 98 | 2026-03-10T11:30:03.015Z | Switched to branch 'renovate/rust-1.x' |
| 99 | 2026-03-10T11:30:03.018Z | + git reset --hard 596f57d8e43c618d5a224f994537e1f5d0082067 |
| 100 | 2026-03-10T11:30:03.038Z | HEAD is now at 596f57d Update dependency rust to v1.94.0 |
| 101 | 2026-03-10T11:30:03.041Z | process exited: duration 1584 ms, exit code 0 |
| |
| 102 | 2026-03-10T11:30:03.046Z | starting task 4: "build" |
| 103 | 2026-03-10T11:30:03.050Z | + source .github/buildomat/common.sh |
| 104 | 2026-03-10T11:30:03.053Z | ++ rustup show active-toolchain |
| 105 | 2026-03-10T11:30:03.093Z | 1.94.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 106 | 2026-03-10T11:30:03.097Z | ++ pushd xde |
| 107 | 2026-03-10T11:30:03.097Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 108 | 2026-03-10T11:30:03.097Z | ++ rustup show active-toolchain |
| 109 | 2026-03-10T11:30:03.101Z | info: syncing channel updates for 'nightly-2026-02-24-x86_64-unknown-illumos' |
| 110 | 2026-03-10T11:30:03.255Z | info: latest update on 2026-02-24, rust version 1.95.0-nightly (b3869b94c 2026-02-23) |
| 111 | 2026-03-10T11:30:03.258Z | info: downloading component 'cargo' |
| 112 | 2026-03-10T11:30:04.245Z | info: downloading component 'clippy' |
| 113 | 2026-03-10T11:30:04.628Z | info: downloading component 'rust-src' |
| 114 | 2026-03-10T11:30:04.904Z | info: downloading component 'rust-std' |
| 115 | 2026-03-10T11:30:06.811Z | info: downloading component 'rustc' |
| 116 | 2026-03-10T11:30:14.430Z | info: downloading component 'rustfmt' |
| 117 | 2026-03-10T11:30:14.685Z | info: installing component 'cargo' |
| 118 | 2026-03-10T11:30:15.516Z | info: installing component 'clippy' |
| 119 | 2026-03-10T11:30:15.874Z | info: installing component 'rust-src' |
| 120 | 2026-03-10T11:30:16.212Z | info: installing component 'rust-std' |
| 121 | 2026-03-10T11:30:17.722Z | info: installing component 'rustc' |
| 122 | 2026-03-10T11:30:23.551Z | info: installing component 'rustfmt' |
| 123 | 2026-03-10T11:30:23.842Z | nightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 124 | 2026-03-10T11:30:23.953Z | +++ rustup show active-toolchain -v |
| 125 | 2026-03-10T11:30:23.955Z | +++ head -n 1 |
| 126 | 2026-03-10T11:30:23.956Z | +++ cut '-d ' -f1 |
| 127 | 2026-03-10T11:30:24.044Z | ++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos |
| 128 | 2026-03-10T11:30:24.044Z | ++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos |
| 129 | 2026-03-10T11:30:24.044Z | ++ popd |
| 130 | 2026-03-10T11:30:24.047Z | /work/oxidecomputer/opte |
| 131 | 2026-03-10T11:30:24.047Z | + cargo --version |
| 132 | 2026-03-10T11:30:24.093Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 133 | 2026-03-10T11:30:24.096Z | + rustc --version |
| 134 | 2026-03-10T11:30:24.159Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 135 | 2026-03-10T11:30:24.162Z | + cd lib/oxide-vpc |
| 136 | 2026-03-10T11:30:24.162Z | + header 'check style' |
| 137 | 2026-03-10T11:30:24.162Z | + echo '# ==== check style ==== #' |
| 138 | 2026-03-10T11:30:24.162Z | # ==== check style ==== # |
| 139 | 2026-03-10T11:30:24.162Z | + ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check |
| 140 | 2026-03-10T11:30:24.407Z | |
| 141 | 2026-03-10T11:30:24.407Z | real 0.241630320 |
| 142 | 2026-03-10T11:30:24.407Z | user 0.178454293 |
| 143 | 2026-03-10T11:30:24.407Z | sys 0.058061733 |
| 144 | 2026-03-10T11:30:24.407Z | trap 0.000012806 |
| 145 | 2026-03-10T11:30:24.407Z | tflt 0.000022443 |
| 146 | 2026-03-10T11:30:24.410Z | dflt 0.000002269 |
| 147 | 2026-03-10T11:30:24.410Z | kflt 0.000000000 |
| 148 | 2026-03-10T11:30:24.410Z | lock 0.542772570 |
| 149 | 2026-03-10T11:30:24.410Z | slp 0.249318127 |
| 150 | 2026-03-10T11:30:24.410Z | lat 0.000190241 |
| 151 | 2026-03-10T11:30:24.410Z | stop 0.000114115 |
| 152 | 2026-03-10T11:30:24.410Z | + header 'check docs' |
| 153 | 2026-03-10T11:30:24.410Z | + echo '# ==== check docs ==== #' |
| 154 | 2026-03-10T11:30:24.410Z | # ==== check docs ==== # |
| 155 | 2026-03-10T11:30:24.410Z | + RUSTDOCFLAGS='-D warnings' |
| 156 | 2026-03-10T11:30:24.410Z | + ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 157 | 2026-03-10T11:30:24.497Z | Updating crates.io index |
| 158 | 2026-03-10T11:30:24.500Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 159 | 2026-03-10T11:30:25.249Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 160 | 2026-03-10T11:30:25.839Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 161 | 2026-03-10T11:30:26.245Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 162 | 2026-03-10T11:30:26.533Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 163 | 2026-03-10T11:30:26.974Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 164 | 2026-03-10T11:30:27.254Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 165 | 2026-03-10T11:30:29.167Z | Downloading crates ... |
| 166 | 2026-03-10T11:30:29.219Z | Downloaded byteorder v1.5.0 |
| 167 | 2026-03-10T11:30:29.221Z | Downloaded dof v0.4.0 |
| 168 | 2026-03-10T11:30:29.227Z | Downloaded darling v0.21.3 |
| 169 | 2026-03-10T11:30:29.232Z | Downloaded strsim v0.11.1 |
| 170 | 2026-03-10T11:30:29.234Z | Downloaded version_check v0.9.5 |
| 171 | 2026-03-10T11:30:29.234Z | Downloaded usdt v0.6.0 |
| 172 | 2026-03-10T11:30:29.237Z | Downloaded thread-id v5.1.0 |
| 173 | 2026-03-10T11:30:29.239Z | Downloaded crc32fast v1.5.0 |
| 174 | 2026-03-10T11:30:29.242Z | Downloaded dtrace-parser v0.3.0 |
| 175 | 2026-03-10T11:30:29.242Z | Downloaded block-buffer v0.10.4 |
| 176 | 2026-03-10T11:30:29.245Z | Downloaded fnv v1.0.7 |
| 177 | 2026-03-10T11:30:29.248Z | Downloaded defmt-macros v1.0.1 |
| 178 | 2026-03-10T11:30:29.250Z | Downloaded serde_tokenstream v0.2.3 |
| 179 | 2026-03-10T11:30:29.253Z | Downloaded ingot-macros v0.1.1 |
| 180 | 2026-03-10T11:30:29.255Z | Downloaded managed v0.8.0 |
| 181 | 2026-03-10T11:30:29.255Z | Downloaded hash32 v0.3.1 |
| 182 | 2026-03-10T11:30:29.258Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 183 | 2026-03-10T11:30:29.258Z | Downloaded plain v0.2.3 |
| 184 | 2026-03-10T11:30:29.258Z | Downloaded cobs v0.3.0 |
| 185 | 2026-03-10T11:30:29.262Z | Downloaded macaddr v1.0.1 |
| 186 | 2026-03-10T11:30:29.267Z | Downloaded dyn-clone v1.0.20 |
| 187 | 2026-03-10T11:30:29.270Z | Downloaded memmap2 v0.9.10 |
| 188 | 2026-03-10T11:30:29.274Z | Downloaded embedded-io v0.4.0 |
| 189 | 2026-03-10T11:30:29.277Z | Downloaded crypto-common v0.1.7 |
| 190 | 2026-03-10T11:30:29.277Z | Downloaded cpufeatures v0.2.17 |
| 191 | 2026-03-10T11:30:29.279Z | Downloaded pest_meta v2.8.6 |
| 192 | 2026-03-10T11:30:29.283Z | Downloaded embedded-io v0.6.1 |
| 193 | 2026-03-10T11:30:29.287Z | Downloaded either v1.15.0 |
| 194 | 2026-03-10T11:30:29.297Z | Downloaded ref-cast v1.0.25 |
| 195 | 2026-03-10T11:30:29.301Z | Downloaded scroll_derive v0.13.1 |
| 196 | 2026-03-10T11:30:29.304Z | Downloaded ref-cast-impl v1.0.25 |
| 197 | 2026-03-10T11:30:29.307Z | Downloaded darling_macro v0.21.3 |
| 198 | 2026-03-10T11:30:29.310Z | Downloaded cfg-if v1.0.4 |
| 199 | 2026-03-10T11:30:29.315Z | Downloaded usdt-macro v0.6.0 |
| 200 | 2026-03-10T11:30:29.317Z | Downloaded generic-array v0.14.7 |
| 201 | 2026-03-10T11:30:29.317Z | Downloaded memchr v2.8.0 |
| 202 | 2026-03-10T11:30:29.324Z | Downloaded pretty-hex v0.4.1 |
| 203 | 2026-03-10T11:30:29.327Z | Downloaded tabwriter v1.4.1 |
| 204 | 2026-03-10T11:30:29.327Z | Downloaded ident_case v1.0.1 |
| 205 | 2026-03-10T11:30:29.327Z | Downloaded defmt-parser v1.0.0 |
| 206 | 2026-03-10T11:30:29.331Z | Downloaded usdt-attr-macro v0.6.0 |
| 207 | 2026-03-10T11:30:29.335Z | Downloaded stable_deref_trait v1.2.1 |
| 208 | 2026-03-10T11:30:29.335Z | Downloaded defmt v0.3.100 |
| 209 | 2026-03-10T11:30:29.338Z | Downloaded serde v1.0.228 |
| 210 | 2026-03-10T11:30:29.345Z | Downloaded sha2 v0.10.9 |
| 211 | 2026-03-10T11:30:29.348Z | Downloaded ingot-types v0.1.2 |
| 212 | 2026-03-10T11:30:29.348Z | Downloaded defmt v1.0.1 |
| 213 | 2026-03-10T11:30:29.352Z | Downloaded usdt-impl v0.6.0 |
| 214 | 2026-03-10T11:30:29.355Z | Downloaded thiserror v2.0.18 |
| 215 | 2026-03-10T11:30:29.359Z | Downloaded pest_generator v2.8.6 |
| 216 | 2026-03-10T11:30:29.364Z | Downloaded itoa v1.0.17 |
| 217 | 2026-03-10T11:30:29.367Z | Downloaded scroll v0.13.0 |
| 218 | 2026-03-10T11:30:29.369Z | Downloaded zmij v1.0.21 |
| 219 | 2026-03-10T11:30:29.369Z | Downloaded quote v1.0.45 |
| 220 | 2026-03-10T11:30:29.372Z | Downloaded ipnetwork v0.21.1 |
| 221 | 2026-03-10T11:30:29.372Z | Downloaded thiserror-impl v2.0.18 |
| 222 | 2026-03-10T11:30:29.375Z | Downloaded bitflags v1.3.2 |
| 223 | 2026-03-10T11:30:29.375Z | Downloaded pest_derive v2.8.6 |
| 224 | 2026-03-10T11:30:29.377Z | Downloaded digest v0.10.7 |
| 225 | 2026-03-10T11:30:29.380Z | Downloaded bitflags v2.11.0 |
| 226 | 2026-03-10T11:30:29.382Z | Downloaded ucd-trie v0.1.7 |
| 227 | 2026-03-10T11:30:29.395Z | Downloaded proc-macro-error2 v2.0.1 |
| 228 | 2026-03-10T11:30:29.400Z | Downloaded postcard v1.1.3 |
| 229 | 2026-03-10T11:30:29.405Z | Downloaded uuid v1.22.0 |
| 230 | 2026-03-10T11:30:29.408Z | Downloaded log v0.4.29 |
| 231 | 2026-03-10T11:30:29.410Z | Downloaded serde_derive v1.0.228 |
| 232 | 2026-03-10T11:30:29.413Z | Downloaded ingot v0.1.1 |
| 233 | 2026-03-10T11:30:29.413Z | Downloaded unicode-ident v1.0.24 |
| 234 | 2026-03-10T11:30:29.415Z | Downloaded proc-macro2 v1.0.106 |
| 235 | 2026-03-10T11:30:29.425Z | Downloaded darling_core v0.21.3 |
| 236 | 2026-03-10T11:30:29.429Z | Downloaded typenum v1.19.0 |
| 237 | 2026-03-10T11:30:29.432Z | Downloaded heapless v0.8.0 |
| 238 | 2026-03-10T11:30:29.434Z | Downloaded serde_core v1.0.228 |
| 239 | 2026-03-10T11:30:29.447Z | Downloaded regex v1.12.3 |
| 240 | 2026-03-10T11:30:29.451Z | Downloaded zerocopy-derive v0.8.42 |
| 241 | 2026-03-10T11:30:29.457Z | Downloaded pest v2.8.6 |
| 242 | 2026-03-10T11:30:29.483Z | Downloaded aho-corasick v1.1.4 |
| 243 | 2026-03-10T11:30:29.490Z | Downloaded serde_json v1.0.149 |
| 244 | 2026-03-10T11:30:29.493Z | Downloaded itertools v0.14.0 |
| 245 | 2026-03-10T11:30:29.511Z | Downloaded goblin v0.10.5 |
| 246 | 2026-03-10T11:30:29.535Z | Downloaded unicode-width v0.2.2 |
| 247 | 2026-03-10T11:30:29.549Z | Downloaded zerocopy v0.8.42 |
| 248 | 2026-03-10T11:30:29.561Z | Downloaded syn v2.0.117 |
| 249 | 2026-03-10T11:30:29.568Z | Downloaded smoltcp v0.11.0 |
| 250 | 2026-03-10T11:30:29.576Z | Downloaded regex-syntax v0.8.10 |
| 251 | 2026-03-10T11:30:29.606Z | Downloaded regex-automata v0.4.14 |
| 252 | 2026-03-10T11:30:29.616Z | Downloaded libc v0.2.183 |
| 253 | 2026-03-10T11:30:29.694Z | Compiling proc-macro2 v1.0.106 |
| 254 | 2026-03-10T11:30:29.694Z | Compiling quote v1.0.45 |
| 255 | 2026-03-10T11:30:29.697Z | Compiling unicode-ident v1.0.24 |
| 256 | 2026-03-10T11:30:29.697Z | Documenting unicode-ident v1.0.24 |
| 257 | 2026-03-10T11:30:29.697Z | Compiling serde_core v1.0.228 |
| 258 | 2026-03-10T11:30:29.697Z | Compiling strsim v0.11.1 |
| 259 | 2026-03-10T11:30:29.697Z | Compiling fnv v1.0.7 |
| 260 | 2026-03-10T11:30:29.882Z | Compiling ident_case v1.0.1 |
| 261 | 2026-03-10T11:30:29.893Z | Compiling memchr v2.8.0 |
| 262 | 2026-03-10T11:30:30.013Z | Compiling thiserror v2.0.18 |
| 263 | 2026-03-10T11:30:30.096Z | Compiling serde v1.0.228 |
| 264 | 2026-03-10T11:30:30.187Z | Compiling regex-syntax v0.8.10 |
| 265 | 2026-03-10T11:30:30.263Z | Compiling zerocopy v0.8.42 |
| 266 | 2026-03-10T11:30:30.461Z | Documenting proc-macro2 v1.0.106 |
| 267 | 2026-03-10T11:30:30.498Z | Compiling aho-corasick v1.1.4 |
| 268 | 2026-03-10T11:30:30.999Z | Checking syn v2.0.117 |
| 269 | 2026-03-10T11:30:31.184Z | Documenting quote v1.0.45 |
| 270 | 2026-03-10T11:30:31.187Z | Compiling either v1.15.0 |
| 271 | 2026-03-10T11:30:31.300Z | Checking byteorder v1.5.0 |
| 272 | 2026-03-10T11:30:31.437Z | Compiling itertools v0.14.0 |
| 273 | 2026-03-10T11:30:31.851Z | Documenting syn v2.0.117 |
| 274 | 2026-03-10T11:30:32.385Z | Compiling regex-automata v0.4.14 |
| 275 | 2026-03-10T11:30:32.443Z | Documenting strsim v0.11.1 |
| 276 | 2026-03-10T11:30:32.539Z | Documenting fnv v1.0.7 |
| 277 | 2026-03-10T11:30:33.037Z | Documenting ident_case v1.0.1 |
| 278 | 2026-03-10T11:30:33.107Z | Compiling heapless v0.8.0 |
| 279 | 2026-03-10T11:30:33.146Z | Checking bitflags v2.11.0 |
| 280 | 2026-03-10T11:30:33.338Z | Checking hash32 v0.3.1 |
| 281 | 2026-03-10T11:30:33.473Z | Documenting serde_core v1.0.228 |
| 282 | 2026-03-10T11:30:33.622Z | Checking macaddr v1.0.1 |
| 283 | 2026-03-10T11:30:33.704Z | Checking cfg-if v1.0.4 |
| 284 | 2026-03-10T11:30:33.775Z | Checking stable_deref_trait v1.2.1 |
| 285 | 2026-03-10T11:30:33.799Z | Documenting memchr v2.8.0 |
| 286 | 2026-03-10T11:30:33.852Z | Documenting regex-syntax v0.8.10 |
| 287 | 2026-03-10T11:30:33.877Z | Checking darling_core v0.21.3 |
| 288 | 2026-03-10T11:30:34.735Z | Compiling regex v1.12.3 |
| 289 | 2026-03-10T11:30:34.955Z | Documenting darling_core v0.21.3 |
| 290 | 2026-03-10T11:30:35.202Z | Documenting aho-corasick v1.1.4 |
| 291 | 2026-03-10T11:30:35.275Z | Compiling smoltcp v0.11.0 |
| 292 | 2026-03-10T11:30:35.968Z | Checking bitflags v1.3.2 |
| 293 | 2026-03-10T11:30:35.985Z | Checking managed v0.8.0 |
| 294 | 2026-03-10T11:30:36.165Z | Documenting thiserror-impl v2.0.18 |
| 295 | 2026-03-10T11:30:36.223Z | Documenting zerocopy-derive v0.8.42 |
| 296 | 2026-03-10T11:30:36.340Z | Documenting regex-automata v0.4.14 |
| 297 | 2026-03-10T11:30:36.362Z | Compiling thiserror-impl v2.0.18 |
| 298 | 2026-03-10T11:30:36.545Z | Compiling serde_derive v1.0.228 |
| 299 | 2026-03-10T11:30:37.093Z | Compiling zerocopy-derive v0.8.42 |
| 300 | 2026-03-10T11:30:37.234Z | Documenting darling_macro v0.21.3 |
| 301 | 2026-03-10T11:30:37.540Z | Documenting serde_derive v1.0.228 |
| 302 | 2026-03-10T11:30:37.633Z | Compiling darling_macro v0.21.3 |
| 303 | 2026-03-10T11:30:37.793Z | Compiling crc32fast v1.5.0 |
| 304 | 2026-03-10T11:30:38.169Z | Compiling ref-cast v1.0.25 |
| 305 | 2026-03-10T11:30:38.179Z | Checking cobs v0.3.0 |
| 306 | 2026-03-10T11:30:38.188Z | Documenting regex v1.12.3 |
| 307 | 2026-03-10T11:30:38.253Z | Documenting byteorder v1.5.0 |
| 308 | 2026-03-10T11:30:38.363Z | Compiling darling v0.21.3 |
| 309 | 2026-03-10T11:30:38.382Z | Documenting darling v0.21.3 |
| 310 | 2026-03-10T11:30:38.455Z | Compiling ingot-macros v0.1.1 |
| 311 | 2026-03-10T11:30:38.703Z | Documenting thiserror v2.0.18 |
| 312 | 2026-03-10T11:30:38.941Z | Documenting hash32 v0.3.1 |
| 313 | 2026-03-10T11:30:39.180Z | Documenting zerocopy v0.8.42 |
| 314 | 2026-03-10T11:30:39.475Z | Compiling ref-cast-impl v1.0.25 |
| 315 | 2026-03-10T11:30:39.725Z | Documenting ingot-macros v0.1.1 |
| 316 | 2026-03-10T11:30:40.129Z | Documenting bitflags v2.11.0 |
| 317 | 2026-03-10T11:30:40.269Z | Documenting serde v1.0.228 |
| 318 | 2026-03-10T11:30:40.777Z | Checking postcard v1.1.3 |
| 319 | 2026-03-10T11:30:40.940Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 320 | 2026-03-10T11:30:41.149Z | Documenting macaddr v1.0.1 |
| 321 | 2026-03-10T11:30:41.278Z | Documenting stable_deref_trait v1.2.1 |
| 322 | 2026-03-10T11:30:41.523Z | Compiling version_check v0.9.5 |
| 323 | 2026-03-10T11:30:41.558Z | Checking ipnetwork v0.21.1 |
| 324 | 2026-03-10T11:30:41.783Z | Checking unicode-width v0.2.2 |
| 325 | 2026-03-10T11:30:41.846Z | Documenting cfg-if v1.0.4 |
| 326 | 2026-03-10T11:30:41.886Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 327 | 2026-03-10T11:30:42.038Z | Documenting cobs v0.3.0 |
| 328 | 2026-03-10T11:30:42.104Z | Documenting managed v0.8.0 |
| 329 | 2026-03-10T11:30:42.245Z | Checking tabwriter v1.4.1 |
| 330 | 2026-03-10T11:30:42.412Z | Documenting heapless v0.8.0 |
| 331 | 2026-03-10T11:30:42.415Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 332 | 2026-03-10T11:30:42.786Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 333 | 2026-03-10T11:30:42.973Z | Documenting postcard v1.1.3 |
| 334 | 2026-03-10T11:30:43.038Z | Checking ingot-types v0.1.2 |
| 335 | 2026-03-10T11:30:43.491Z | Checking ingot v0.1.1 |
| 336 | 2026-03-10T11:30:43.534Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 337 | 2026-03-10T11:30:43.611Z | Documenting ingot-types v0.1.2 |
| 338 | 2026-03-10T11:30:43.639Z | Documenting ref-cast-impl v1.0.25 |
| 339 | 2026-03-10T11:30:43.669Z | Documenting either v1.15.0 |
| 340 | 2026-03-10T11:30:43.968Z | Checking dyn-clone v1.0.20 |
| 341 | 2026-03-10T11:30:44.088Z | Documenting unicode-width v0.2.2 |
| 342 | 2026-03-10T11:30:44.229Z | Documenting ipnetwork v0.21.1 |
| 343 | 2026-03-10T11:30:44.325Z | Documenting smoltcp v0.11.0 |
| 344 | 2026-03-10T11:30:44.623Z | Documenting crc32fast v1.5.0 |
| 345 | 2026-03-10T11:30:44.940Z | Documenting itertools v0.14.0 |
| 346 | 2026-03-10T11:30:45.272Z | Documenting ref-cast v1.0.25 |
| 347 | 2026-03-10T11:30:45.637Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 348 | 2026-03-10T11:30:45.672Z | Documenting ingot v0.1.1 |
| 349 | 2026-03-10T11:30:45.929Z | Documenting tabwriter v1.4.1 |
| 350 | 2026-03-10T11:30:46.293Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 351 | 2026-03-10T11:30:46.601Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 352 | 2026-03-10T11:30:46.780Z | Documenting dyn-clone v1.0.20 |
| 353 | 2026-03-10T11:30:47.417Z | Documenting uuid v1.22.0 |
| 354 | 2026-03-10T11:30:48.102Z | Checking uuid v1.22.0 |
| 355 | 2026-03-10T11:30:48.334Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 356 | 2026-03-10T11:30:48.423Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 357 | 2026-03-10T11:30:50.174Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 358 | 2026-03-10T11:30:51.731Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 359 | 2026-03-10T11:30:54.718Z | Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 360 | 2026-03-10T11:30:56.774Z | Finished `dev` profile [optimized + debuginfo] target(s) in 32.34s |
| 361 | 2026-03-10T11:30:56.883Z | Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html |
| 362 | 2026-03-10T11:30:56.906Z | |
| 363 | 2026-03-10T11:30:56.909Z | real 32.468398732 |
| 364 | 2026-03-10T11:30:56.909Z | user 1:52.360099985 |
| 365 | 2026-03-10T11:30:56.909Z | sys 21.591955814 |
| 366 | 2026-03-10T11:30:56.909Z | trap 0.070129394 |
| 367 | 2026-03-10T11:30:56.909Z | tflt 0.154076515 |
| 368 | 2026-03-10T11:30:56.909Z | dflt 0.062484707 |
| 369 | 2026-03-10T11:30:56.909Z | kflt 0.001492112 |
| 370 | 2026-03-10T11:30:56.909Z | lock 11:45.169122532 |
| 371 | 2026-03-10T11:30:56.909Z | slp 6:28.260667073 |
| 372 | 2026-03-10T11:30:56.909Z | lat 8.592951813 |
| 373 | 2026-03-10T11:30:56.909Z | stop 14.099676930 |
| 374 | 2026-03-10T11:30:56.909Z | + header 'analyze std + api + usdt' |
| 375 | 2026-03-10T11:30:56.909Z | + echo '# ==== analyze std + api + usdt ==== #' |
| 376 | 2026-03-10T11:30:56.909Z | # ==== analyze std + api + usdt ==== # |
| 377 | 2026-03-10T11:30:56.909Z | + ptime -m cargo clippy --features usdt --all-targets -- --deny warnings |
| 378 | 2026-03-10T11:30:57.223Z | Downloading crates ... |
| 379 | 2026-03-10T11:30:57.281Z | Downloaded futures-executor v0.3.32 |
| 380 | 2026-03-10T11:30:57.285Z | Downloaded dtor v0.1.1 |
| 381 | 2026-03-10T11:30:57.288Z | Downloaded anyhow v1.0.102 |
| 382 | 2026-03-10T11:30:57.290Z | Downloaded typeid v1.0.3 |
| 383 | 2026-03-10T11:30:57.293Z | Downloaded ctor-proc-macro v0.0.7 |
| 384 | 2026-03-10T11:30:57.293Z | Downloaded rusticata-macros v5.0.0 |
| 385 | 2026-03-10T11:30:57.293Z | Downloaded futures-sink v0.3.32 |
| 386 | 2026-03-10T11:30:57.296Z | Downloaded circular v0.3.0 |
| 387 | 2026-03-10T11:30:57.299Z | Downloaded futures-task v0.3.32 |
| 388 | 2026-03-10T11:30:57.301Z | Downloaded futures-core v0.3.32 |
| 389 | 2026-03-10T11:30:57.301Z | Downloaded dtor-proc-macro v0.0.6 |
| 390 | 2026-03-10T11:30:57.304Z | Downloaded futures-macro v0.3.32 |
| 391 | 2026-03-10T11:30:57.304Z | Downloaded futures-io v0.3.32 |
| 392 | 2026-03-10T11:30:57.307Z | Downloaded ctor v0.6.3 |
| 393 | 2026-03-10T11:30:57.310Z | Downloaded cookie-factory v0.3.3 |
| 394 | 2026-03-10T11:30:57.313Z | Downloaded slab v0.4.12 |
| 395 | 2026-03-10T11:30:57.317Z | Downloaded once_cell v1.21.3 |
| 396 | 2026-03-10T11:30:57.320Z | Downloaded pin-project-lite v0.2.17 |
| 397 | 2026-03-10T11:30:57.326Z | Downloaded futures v0.3.32 |
| 398 | 2026-03-10T11:30:57.330Z | Downloaded futures-channel v0.3.32 |
| 399 | 2026-03-10T11:30:57.344Z | Downloaded ron v0.12.0 |
| 400 | 2026-03-10T11:30:57.350Z | Downloaded nom v8.0.0 |
| 401 | 2026-03-10T11:30:57.353Z | Downloaded pcap-parser v0.17.0 |
| 402 | 2026-03-10T11:30:57.357Z | Downloaded futures-util v0.3.32 |
| 403 | 2026-03-10T11:30:57.426Z | Compiling proc-macro2 v1.0.106 |
| 404 | 2026-03-10T11:30:57.429Z | Compiling quote v1.0.45 |
| 405 | 2026-03-10T11:30:57.429Z | Compiling unicode-ident v1.0.24 |
| 406 | 2026-03-10T11:30:57.429Z | Compiling memchr v2.8.0 |
| 407 | 2026-03-10T11:30:57.429Z | Compiling thiserror v2.0.18 |
| 408 | 2026-03-10T11:30:57.429Z | Compiling serde_core v1.0.228 |
| 409 | 2026-03-10T11:30:57.429Z | Compiling zerocopy v0.8.42 |
| 410 | 2026-03-10T11:30:57.645Z | Compiling zmij v1.0.21 |
| 411 | 2026-03-10T11:30:57.892Z | Compiling libc v0.2.183 |
| 412 | 2026-03-10T11:30:57.901Z | Compiling ucd-trie v0.1.7 |
| 413 | 2026-03-10T11:30:57.967Z | Compiling serde_json v1.0.149 |
| 414 | 2026-03-10T11:30:57.997Z | Compiling serde v1.0.228 |
| 415 | 2026-03-10T11:30:58.182Z | Compiling pest v2.8.6 |
| 416 | 2026-03-10T11:30:58.234Z | Compiling fnv v1.0.7 |
| 417 | 2026-03-10T11:30:58.339Z | Compiling strsim v0.11.1 |
| 418 | 2026-03-10T11:30:58.342Z | Compiling ident_case v1.0.1 |
| 419 | 2026-03-10T11:30:58.759Z | Compiling aho-corasick v1.1.4 |
| 420 | 2026-03-10T11:30:58.833Z | Checking byteorder v1.5.0 |
| 421 | 2026-03-10T11:30:58.988Z | Compiling syn v2.0.117 |
| 422 | 2026-03-10T11:30:59.044Z | Compiling itoa v1.0.17 |
| 423 | 2026-03-10T11:30:59.074Z | Compiling regex-syntax v0.8.10 |
| 424 | 2026-03-10T11:30:59.540Z | Compiling either v1.15.0 |
| 425 | 2026-03-10T11:30:59.740Z | Compiling pest_meta v2.8.6 |
| 426 | 2026-03-10T11:30:59.797Z | Compiling usdt-impl v0.6.0 |
| 427 | 2026-03-10T11:30:59.845Z | Compiling itertools v0.14.0 |
| 428 | 2026-03-10T11:31:00.059Z | Checking bitflags v2.11.0 |
| 429 | 2026-03-10T11:31:00.262Z | Compiling thread-id v5.1.0 |
| 430 | 2026-03-10T11:31:00.728Z | Checking futures-sink v0.3.32 |
| 431 | 2026-03-10T11:31:00.944Z | Checking futures-core v0.3.32 |
| 432 | 2026-03-10T11:31:01.086Z | Compiling regex-automata v0.4.14 |
| 433 | 2026-03-10T11:31:01.090Z | Checking plain v0.2.3 |
| 434 | 2026-03-10T11:31:01.134Z | Checking log v0.4.29 |
| 435 | 2026-03-10T11:31:01.198Z | Compiling heapless v0.8.0 |
| 436 | 2026-03-10T11:31:01.523Z | Checking futures-channel v0.3.32 |
| 437 | 2026-03-10T11:31:01.815Z | Checking hash32 v0.3.1 |
| 438 | 2026-03-10T11:31:01.965Z | Checking futures-io v0.3.32 |
| 439 | 2026-03-10T11:31:01.981Z | Checking pin-project-lite v0.2.17 |
| 440 | 2026-03-10T11:31:01.998Z | Checking stable_deref_trait v1.2.1 |
| 441 | 2026-03-10T11:31:02.081Z | Checking pretty-hex v0.4.1 |
| 442 | 2026-03-10T11:31:02.103Z | Checking slab v0.4.12 |
| 443 | 2026-03-10T11:31:02.212Z | Checking cfg-if v1.0.4 |
| 444 | 2026-03-10T11:31:02.215Z | Checking macaddr v1.0.1 |
| 445 | 2026-03-10T11:31:02.250Z | Compiling smoltcp v0.11.0 |
| 446 | 2026-03-10T11:31:02.279Z | Checking futures-task v0.3.32 |
| 447 | 2026-03-10T11:31:02.454Z | Checking managed v0.8.0 |
| 448 | 2026-03-10T11:31:02.468Z | Compiling ref-cast v1.0.25 |
| 449 | 2026-03-10T11:31:02.663Z | Compiling pest_generator v2.8.6 |
| 450 | 2026-03-10T11:31:02.687Z | Compiling darling_core v0.21.3 |
| 451 | 2026-03-10T11:31:02.815Z | Compiling version_check v0.9.5 |
| 452 | 2026-03-10T11:31:02.841Z | Checking bitflags v1.3.2 |
| 453 | 2026-03-10T11:31:02.915Z | Compiling crc32fast v1.5.0 |
| 454 | 2026-03-10T11:31:03.167Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 455 | 2026-03-10T11:31:03.351Z | Checking memmap2 v0.9.10 |
| 456 | 2026-03-10T11:31:03.459Z | Compiling regex v1.12.3 |
| 457 | 2026-03-10T11:31:03.500Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 458 | 2026-03-10T11:31:03.550Z | Checking ipnetwork v0.21.1 |
| 459 | 2026-03-10T11:31:03.873Z | Checking unicode-width v0.2.2 |
| 460 | 2026-03-10T11:31:04.194Z | Checking tabwriter v1.4.1 |
| 461 | 2026-03-10T11:31:04.203Z | Checking nom v8.0.0 |
| 462 | 2026-03-10T11:31:04.366Z | Compiling anyhow v1.0.102 |
| 463 | 2026-03-10T11:31:04.396Z | Compiling thiserror-impl v2.0.18 |
| 464 | 2026-03-10T11:31:04.763Z | Compiling serde_derive v1.0.228 |
| 465 | 2026-03-10T11:31:04.803Z | Compiling zerocopy-derive v0.8.42 |
| 466 | 2026-03-10T11:31:04.836Z | Compiling pest_derive v2.8.6 |
| 467 | 2026-03-10T11:31:04.997Z | Compiling scroll_derive v0.13.1 |
| 468 | 2026-03-10T11:31:05.253Z | Compiling futures-macro v0.3.32 |
| 469 | 2026-03-10T11:31:05.452Z | Compiling ref-cast-impl v1.0.25 |
| 470 | 2026-03-10T11:31:05.737Z | Compiling darling_macro v0.21.3 |
| 471 | 2026-03-10T11:31:06.115Z | Checking scroll v0.13.0 |
| 472 | 2026-03-10T11:31:06.174Z | Compiling dtrace-parser v0.3.0 |
| 473 | 2026-03-10T11:31:06.296Z | Checking futures-util v0.3.32 |
| 474 | 2026-03-10T11:31:06.404Z | Checking goblin v0.10.5 |
| 475 | 2026-03-10T11:31:06.407Z | Compiling darling v0.21.3 |
| 476 | 2026-03-10T11:31:06.493Z | Compiling ingot-macros v0.1.1 |
| 477 | 2026-03-10T11:31:06.515Z | Checking cobs v0.3.0 |
| 478 | 2026-03-10T11:31:06.665Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 479 | 2026-03-10T11:31:07.196Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 480 | 2026-03-10T11:31:07.547Z | Compiling typeid v1.0.3 |
| 481 | 2026-03-10T11:31:07.902Z | Checking dyn-clone v1.0.20 |
| 482 | 2026-03-10T11:31:07.955Z | Checking rusticata-macros v5.0.0 |
| 483 | 2026-03-10T11:31:08.112Z | Checking uuid v1.22.0 |
| 484 | 2026-03-10T11:31:08.283Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 485 | 2026-03-10T11:31:08.444Z | Compiling dtor-proc-macro v0.0.6 |
| 486 | 2026-03-10T11:31:08.857Z | Checking circular v0.3.0 |
| 487 | 2026-03-10T11:31:08.994Z | Checking dtor v0.1.1 |
| 488 | 2026-03-10T11:31:08.996Z | Checking postcard v1.1.3 |
| 489 | 2026-03-10T11:31:09.017Z | Checking futures-executor v0.3.32 |
| 490 | 2026-03-10T11:31:09.071Z | Compiling serde_tokenstream v0.2.3 |
| 491 | 2026-03-10T11:31:09.189Z | Checking futures v0.3.32 |
| 492 | 2026-03-10T11:31:09.269Z | Checking cookie-factory v0.3.3 |
| 493 | 2026-03-10T11:31:09.387Z | Compiling ctor-proc-macro v0.0.7 |
| 494 | 2026-03-10T11:31:09.428Z | Checking once_cell v1.21.3 |
| 495 | 2026-03-10T11:31:09.585Z | Checking ron v0.12.0 |
| 496 | 2026-03-10T11:31:09.587Z | Checking pcap-parser v0.17.0 |
| 497 | 2026-03-10T11:31:09.768Z | Checking ctor v0.6.3 |
| 498 | 2026-03-10T11:31:10.674Z | Checking dof v0.4.0 |
| 499 | 2026-03-10T11:31:10.677Z | Checking ingot-types v0.1.2 |
| 500 | 2026-03-10T11:31:11.090Z | Checking ingot v0.1.1 |
| 501 | 2026-03-10T11:31:12.190Z | Compiling usdt-attr-macro v0.6.0 |
| 502 | 2026-03-10T11:31:12.192Z | Compiling usdt-macro v0.6.0 |
| 503 | 2026-03-10T11:31:12.924Z | Checking usdt v0.6.0 |
| 504 | 2026-03-10T11:31:13.168Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 505 | 2026-03-10T11:31:19.326Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 506 | 2026-03-10T11:31:21.563Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 507 | 2026-03-10T11:31:24.763Z | Finished `dev` profile [optimized + debuginfo] target(s) in 27.71s |
| 508 | 2026-03-10T11:31:24.804Z | |
| 509 | 2026-03-10T11:31:24.807Z | real 27.884132666 |
| 510 | 2026-03-10T11:31:24.807Z | user 1:39.894521422 |
| 511 | 2026-03-10T11:31:24.807Z | sys 18.176615745 |
| 512 | 2026-03-10T11:31:24.807Z | trap 0.055588555 |
| 513 | 2026-03-10T11:31:24.807Z | tflt 0.151160054 |
| 514 | 2026-03-10T11:31:24.807Z | dflt 0.202718495 |
| 515 | 2026-03-10T11:31:24.807Z | kflt 0.000031940 |
| 516 | 2026-03-10T11:31:24.807Z | lock 5:48.098206594 |
| 517 | 2026-03-10T11:31:24.807Z | slp 5:07.323093497 |
| 518 | 2026-03-10T11:31:24.807Z | lat 4.612351594 |
| 519 | 2026-03-10T11:31:24.807Z | stop 10.071803792 |
| 520 | 2026-03-10T11:31:24.807Z | + header 'analyze no_std + engine + kernel' |
| 521 | 2026-03-10T11:31:24.807Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 522 | 2026-03-10T11:31:24.807Z | # ==== analyze no_std + engine + kernel ==== # |
| 523 | 2026-03-10T11:31:24.807Z | + ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel |
| 524 | 2026-03-10T11:31:25.079Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 525 | 2026-03-10T11:31:25.079Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 526 | 2026-03-10T11:31:25.105Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 527 | 2026-03-10T11:31:25.107Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 528 | 2026-03-10T11:31:25.451Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 529 | 2026-03-10T11:31:31.424Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 530 | 2026-03-10T11:31:33.552Z | Finished `dev` profile [optimized + debuginfo] target(s) in 8.65s |
| 531 | 2026-03-10T11:31:33.585Z | |
| 532 | 2026-03-10T11:31:33.588Z | real 8.772529338 |
| 533 | 2026-03-10T11:31:33.588Z | user 9.106885959 |
| 534 | 2026-03-10T11:31:33.588Z | sys 1.284229046 |
| 535 | 2026-03-10T11:31:33.588Z | trap 0.001270335 |
| 536 | 2026-03-10T11:31:33.588Z | tflt 0.006427601 |
| 537 | 2026-03-10T11:31:33.588Z | dflt 0.002063009 |
| 538 | 2026-03-10T11:31:33.588Z | kflt 0.000002689 |
| 539 | 2026-03-10T11:31:33.588Z | lock 31.734292145 |
| 540 | 2026-03-10T11:31:33.588Z | slp 31.301197352 |
| 541 | 2026-03-10T11:31:33.588Z | lat 0.010483477 |
| 542 | 2026-03-10T11:31:33.588Z | stop 0.262104031 |
| 543 | 2026-03-10T11:31:33.588Z | + header test |
| 544 | 2026-03-10T11:31:33.588Z | + echo '# ==== test ==== #' |
| 545 | 2026-03-10T11:31:33.588Z | # ==== test ==== # |
| 546 | 2026-03-10T11:31:33.588Z | + ptime -m cargo test |
| 547 | 2026-03-10T11:31:33.834Z | Compiling memchr v2.8.0 |
| 548 | 2026-03-10T11:31:33.836Z | Compiling serde_core v1.0.228 |
| 549 | 2026-03-10T11:31:33.863Z | Compiling thiserror v2.0.18 |
| 550 | 2026-03-10T11:31:33.866Z | Compiling zerocopy v0.8.42 |
| 551 | 2026-03-10T11:31:33.870Z | Compiling unicode-ident v1.0.24 |
| 552 | 2026-03-10T11:31:33.872Z | Compiling byteorder v1.5.0 |
| 553 | 2026-03-10T11:31:33.877Z | Compiling zmij v1.0.21 |
| 554 | 2026-03-10T11:31:33.877Z | Compiling libc v0.2.183 |
| 555 | 2026-03-10T11:31:33.971Z | Compiling proc-macro2 v1.0.106 |
| 556 | 2026-03-10T11:31:34.026Z | Compiling scroll v0.13.0 |
| 557 | 2026-03-10T11:31:34.150Z | Compiling plain v0.2.3 |
| 558 | 2026-03-10T11:31:34.271Z | Compiling ucd-trie v0.1.7 |
| 559 | 2026-03-10T11:31:34.359Z | Compiling itoa v1.0.17 |
| 560 | 2026-03-10T11:31:34.369Z | Compiling log v0.4.29 |
| 561 | 2026-03-10T11:31:34.375Z | Compiling futures-sink v0.3.32 |
| 562 | 2026-03-10T11:31:34.486Z | Compiling futures-core v0.3.32 |
| 563 | 2026-03-10T11:31:34.639Z | Compiling futures-channel v0.3.32 |
| 564 | 2026-03-10T11:31:34.675Z | Compiling goblin v0.10.5 |
| 565 | 2026-03-10T11:31:34.686Z | Compiling quote v1.0.45 |
| 566 | 2026-03-10T11:31:34.946Z | Compiling pest v2.8.6 |
| 567 | 2026-03-10T11:31:35.174Z | Compiling hash32 v0.3.1 |
| 568 | 2026-03-10T11:31:35.380Z | Compiling pin-project-lite v0.2.17 |
| 569 | 2026-03-10T11:31:35.487Z | Compiling stable_deref_trait v1.2.1 |
| 570 | 2026-03-10T11:31:35.564Z | Compiling macaddr v1.0.1 |
| 571 | 2026-03-10T11:31:35.570Z | Compiling futures-io v0.3.32 |
| 572 | 2026-03-10T11:31:35.806Z | Compiling pretty-hex v0.4.1 |
| 573 | 2026-03-10T11:31:35.880Z | Compiling slab v0.4.12 |
| 574 | 2026-03-10T11:31:35.911Z | Compiling futures-task v0.3.32 |
| 575 | 2026-03-10T11:31:35.961Z | Compiling cfg-if v1.0.4 |
| 576 | 2026-03-10T11:31:36.038Z | Compiling heapless v0.8.0 |
| 577 | 2026-03-10T11:31:36.098Z | Compiling futures-util v0.3.32 |
| 578 | 2026-03-10T11:31:36.152Z | Compiling syn v2.0.117 |
| 579 | 2026-03-10T11:31:36.649Z | Compiling serde v1.0.228 |
| 580 | 2026-03-10T11:31:36.663Z | Compiling bitflags v2.11.0 |
| 581 | 2026-03-10T11:31:37.186Z | Compiling serde_json v1.0.149 |
| 582 | 2026-03-10T11:31:37.304Z | Compiling dtrace-parser v0.3.0 |
| 583 | 2026-03-10T11:31:37.516Z | Compiling thread-id v5.1.0 |
| 584 | 2026-03-10T11:31:37.566Z | Compiling cobs v0.3.0 |
| 585 | 2026-03-10T11:31:37.602Z | Compiling bitflags v1.3.2 |
| 586 | 2026-03-10T11:31:37.680Z | Compiling managed v0.8.0 |
| 587 | 2026-03-10T11:31:37.911Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 588 | 2026-03-10T11:31:37.965Z | Compiling smoltcp v0.11.0 |
| 589 | 2026-03-10T11:31:38.193Z | Compiling ingot-types v0.1.2 |
| 590 | 2026-03-10T11:31:38.279Z | Compiling postcard v1.1.3 |
| 591 | 2026-03-10T11:31:38.719Z | Compiling dof v0.4.0 |
| 592 | 2026-03-10T11:31:38.726Z | Compiling ingot v0.1.1 |
| 593 | 2026-03-10T11:31:39.778Z | Compiling usdt-impl v0.6.0 |
| 594 | 2026-03-10T11:31:41.252Z | Compiling futures-executor v0.3.32 |
| 595 | 2026-03-10T11:31:41.853Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 596 | 2026-03-10T11:31:42.053Z | Compiling memmap2 v0.9.10 |
| 597 | 2026-03-10T11:31:42.065Z | Compiling ipnetwork v0.21.1 |
| 598 | 2026-03-10T11:31:42.430Z | Compiling either v1.15.0 |
| 599 | 2026-03-10T11:31:42.630Z | Compiling unicode-width v0.2.2 |
| 600 | 2026-03-10T11:31:42.661Z | Compiling itertools v0.14.0 |
| 601 | 2026-03-10T11:31:42.749Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 602 | 2026-03-10T11:31:43.029Z | Compiling tabwriter v1.4.1 |
| 603 | 2026-03-10T11:31:43.558Z | Compiling usdt v0.6.0 |
| 604 | 2026-03-10T11:31:43.606Z | Compiling ref-cast v1.0.25 |
| 605 | 2026-03-10T11:31:43.721Z | Compiling crc32fast v1.5.0 |
| 606 | 2026-03-10T11:31:43.773Z | Compiling futures v0.3.32 |
| 607 | 2026-03-10T11:31:43.909Z | Compiling nom v8.0.0 |
| 608 | 2026-03-10T11:31:43.953Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 609 | 2026-03-10T11:31:44.024Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 610 | 2026-03-10T11:31:44.354Z | Compiling dyn-clone v1.0.20 |
| 611 | 2026-03-10T11:31:44.433Z | Compiling cookie-factory v0.3.3 |
| 612 | 2026-03-10T11:31:44.552Z | Compiling uuid v1.22.0 |
| 613 | 2026-03-10T11:31:44.701Z | Compiling circular v0.3.0 |
| 614 | 2026-03-10T11:31:44.835Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 615 | 2026-03-10T11:31:45.014Z | Compiling dtor v0.1.1 |
| 616 | 2026-03-10T11:31:45.098Z | Compiling anyhow v1.0.102 |
| 617 | 2026-03-10T11:31:45.135Z | Compiling typeid v1.0.3 |
| 618 | 2026-03-10T11:31:45.269Z | Compiling once_cell v1.21.3 |
| 619 | 2026-03-10T11:31:45.307Z | Compiling ctor v0.6.3 |
| 620 | 2026-03-10T11:31:45.470Z | Compiling ron v0.12.0 |
| 621 | 2026-03-10T11:31:47.455Z | Compiling rusticata-macros v5.0.0 |
| 622 | 2026-03-10T11:31:47.858Z | Compiling pcap-parser v0.17.0 |
| 623 | 2026-03-10T11:31:51.450Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 624 | 2026-03-10T11:31:54.800Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 625 | 2026-03-10T11:32:47.927Z | Finished `test` profile [optimized + debuginfo] target(s) in 1m 14s |
| 626 | 2026-03-10T11:32:47.948Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-04eb6b99366ee8b0) |
| 627 | 2026-03-10T11:32:47.951Z | |
| 628 | 2026-03-10T11:32:47.951Z | running 15 tests |
| 629 | 2026-03-10T11:32:47.951Z | test api::tests::parse_bad_proto_filter ... ok |
| 630 | 2026-03-10T11:32:47.951Z | test api::tests::parse_good_proto_filter ... ok |
| 631 | 2026-03-10T11:32:47.951Z | test api::tests::ports_from_str_bad ... ok |
| 632 | 2026-03-10T11:32:47.951Z | test api::tests::parse_good_address ... ok |
| 633 | 2026-03-10T11:32:47.951Z | test api::tests::parse_bad_address ... ok |
| 634 | 2026-03-10T11:32:47.951Z | test cfg::tests::test_required_nat_space ... ok |
| 635 | 2026-03-10T11:32:47.954Z | test cfg::tests::test_required_nat_space_only_ipv4 ... ok |
| 636 | 2026-03-10T11:32:47.954Z | test api::tests::ports_from_str_good ... ok |
| 637 | 2026-03-10T11:32:47.954Z | test cfg::tests::test_required_nat_space_only_ipv6 ... ok |
| 638 | 2026-03-10T11:32:47.954Z | test engine::geneve::test::option_packet_length_with_known_options ... ok |
| 639 | 2026-03-10T11:32:47.954Z | test engine::geneve::test::parse_multi_opt ... ok |
| 640 | 2026-03-10T11:32:47.954Z | test engine::geneve::test::parse_multicast_replication_values ... ok |
| 641 | 2026-03-10T11:32:47.954Z | test engine::geneve::test::parse_single_opt ... ok |
| 642 | 2026-03-10T11:32:47.954Z | test engine::geneve::test::unknown_crit_option_fails ... ok |
| 643 | 2026-03-10T11:32:47.954Z | test engine::firewall::tests::port_predicate_simplification ... ok |
| 644 | 2026-03-10T11:32:47.954Z | |
| 645 | 2026-03-10T11:32:47.954Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 646 | 2026-03-10T11:32:47.954Z | |
| 647 | 2026-03-10T11:32:47.954Z | Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-55c3a80f81d658a8) |
| 648 | 2026-03-10T11:32:47.957Z | |
| 649 | 2026-03-10T11:32:47.957Z | running 4 tests |
| 650 | 2026-03-10T11:32:47.957Z | test firewall_external_inbound ... ok |
| 651 | 2026-03-10T11:32:47.957Z | test firewall_vni_outbound ... ok |
| 652 | 2026-03-10T11:32:47.957Z | test firewall_vni_inbound ... ok |
| 653 | 2026-03-10T11:32:47.957Z | test firewall_replace_rules ... ok |
| 654 | 2026-03-10T11:32:47.957Z | |
| 655 | 2026-03-10T11:32:47.957Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 656 | 2026-03-10T11:32:47.957Z | |
| 657 | 2026-03-10T11:32:47.957Z | Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-e066d3d189fce6b4) |
| 658 | 2026-03-10T11:32:47.960Z | |
| 659 | 2026-03-10T11:32:47.960Z | running 2 tests |
| 660 | 2026-03-10T11:32:47.960Z | test parse_in_regression ... ok |
| 661 | 2026-03-10T11:32:47.960Z | test parse_out_regression ... ok |
| 662 | 2026-03-10T11:32:47.960Z | |
| 663 | 2026-03-10T11:32:47.960Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 664 | 2026-03-10T11:32:47.960Z | |
| 665 | 2026-03-10T11:32:47.960Z | Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-8fce47df8341f2ec) |
| 666 | 2026-03-10T11:32:47.963Z | |
| 667 | 2026-03-10T11:32:47.963Z | running 47 tests |
| 668 | 2026-03-10T11:32:47.963Z | test bad_ip_len ... ok |
| 669 | 2026-03-10T11:32:47.966Z | test add_remove_fw_rule ... ok |
| 670 | 2026-03-10T11:32:47.966Z | test check_layers ... ok |
| 671 | 2026-03-10T11:32:47.966Z | test arp_gateway ... ok |
| 672 | 2026-03-10T11:32:47.966Z | test anti_spoof ... ok |
| 673 | 2026-03-10T11:32:47.966Z | test external_attached_subnets_cannot_reach_internal ... ok |
| 674 | 2026-03-10T11:32:47.966Z | test ephemeral_ip_preferred_over_snat_outbound ... ok |
| 675 | 2026-03-10T11:32:47.966Z | test external_attached_subnets_dont_apply_nat ... ok |
| 676 | 2026-03-10T11:32:47.966Z | test flow_expiration ... ok |
| 677 | 2026-03-10T11:32:47.966Z | test gateway_icmp4_ping ... ok |
| 678 | 2026-03-10T11:32:47.966Z | test gateway_icmpv6_ping ... ok |
| 679 | 2026-03-10T11:32:47.966Z | test early_tcp_invalidation ... ok |
| 680 | 2026-03-10T11:32:47.966Z | test external_ip_reconfigurable ... ok |
| 681 | 2026-03-10T11:32:47.966Z | test gateway_router_advert_reply ... ok |
| 682 | 2026-03-10T11:32:47.966Z | test external_ip_epoch_affinity_preserved ... ok |
| 683 | 2026-03-10T11:32:47.966Z | test guest_to_internet_ipv4 ... ok |
| 684 | 2026-03-10T11:32:47.966Z | test guest_to_guest_diff_vpc_no_peer ... ok |
| 685 | 2026-03-10T11:32:47.966Z | test guest_to_guest_no_route ... ok |
| 686 | 2026-03-10T11:32:47.966Z | test guest_to_internet_ipv6 ... ok |
| 687 | 2026-03-10T11:32:47.966Z | test guest_to_guest ... ok |
| 688 | 2026-03-10T11:32:47.966Z | test icmp_inner_has_nat_applied ... ok |
| 689 | 2026-03-10T11:32:47.966Z | test inbound_ndp_dropped_at_gateway ... ok |
| 690 | 2026-03-10T11:32:47.966Z | test icmpv6_inner_has_nat_applied ... ok |
| 691 | 2026-03-10T11:32:47.966Z | test outbound_ndp_dropped ... ok |
| 692 | 2026-03-10T11:32:47.966Z | test intra_subnet_routes_with_custom ... ok |
| 693 | 2026-03-10T11:32:47.966Z | test external_ip_balanced_over_floating_ips ... ok |
| 694 | 2026-03-10T11:32:47.966Z | test packet_body_pullup ... ok |
| 695 | 2026-03-10T11:32:47.966Z | test no_panic_on_flow_table_full ... ok |
| 696 | 2026-03-10T11:32:47.967Z | test external_ip_receive_and_reply_on_all ... ok |
| 697 | 2026-03-10T11:32:47.967Z | test internal_attached_subnets ... ok |
| 698 | 2026-03-10T11:32:47.967Z | test port_transition_reset ... ok |
| 699 | 2026-03-10T11:32:47.967Z | test port_transition_running ... ok |
| 700 | 2026-03-10T11:32:47.967Z | test port_as_router_target ... ok |
| 701 | 2026-03-10T11:32:47.967Z | test port_transition_pause ... ok |
| 702 | 2026-03-10T11:32:47.967Z | test test_drop_on_unknown_critical_option ... ok |
| 703 | 2026-03-10T11:32:47.967Z | test select_eip_conditioned_on_igw ... ok |
| 704 | 2026-03-10T11:32:47.967Z | test snat_icmp6_echo_rewrite ... ok |
| 705 | 2026-03-10T11:32:47.967Z | test snat_icmp4_echo_rewrite ... ok |
| 706 | 2026-03-10T11:32:47.967Z | test test_ipv6_multicast_encapsulation ... ok |
| 707 | 2026-03-10T11:32:47.967Z | test test_v6_ext_hdr_geneve_offset_ok ... ok |
| 708 | 2026-03-10T11:32:47.967Z | test test_gateway_neighbor_advert_reply ... ok |
| 709 | 2026-03-10T11:32:47.967Z | test tcp_outbound ... ok |
| 710 | 2026-03-10T11:32:47.967Z | test tcp_inbound ... ok |
| 711 | 2026-03-10T11:32:47.967Z | test test_tcp_multicast_denied ... ok |
| 712 | 2026-03-10T11:32:47.967Z | test test_reply_to_dhcpv6_solicit_or_request ... ok |
| 713 | 2026-03-10T11:32:47.970Z | test uft_lft_invalidation_out ... ok |
| 714 | 2026-03-10T11:32:47.970Z | test uft_lft_invalidation_in ... ok |
| 715 | 2026-03-10T11:32:47.970Z | |
| 716 | 2026-03-10T11:32:47.970Z | test result: ok. 47 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 717 | 2026-03-10T11:32:47.970Z | |
| 718 | 2026-03-10T11:32:47.970Z | Doc-tests oxide_vpc |
| 719 | 2026-03-10T11:32:48.353Z | |
| 720 | 2026-03-10T11:32:48.353Z | running 0 tests |
| 721 | 2026-03-10T11:32:48.353Z | |
| 722 | 2026-03-10T11:32:48.353Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 723 | 2026-03-10T11:32:48.353Z | |
| 724 | 2026-03-10T11:32:48.384Z | |
| 725 | 2026-03-10T11:32:48.388Z | real 1:14.767981827 |
| 726 | 2026-03-10T11:32:48.388Z | user 4:22.923368002 |
| 727 | 2026-03-10T11:32:48.388Z | sys 14.395796301 |
| 728 | 2026-03-10T11:32:48.388Z | trap 0.124828185 |
| 729 | 2026-03-10T11:32:48.388Z | tflt 0.194573647 |
| 730 | 2026-03-10T11:32:48.388Z | dflt 0.500067762 |
| 731 | 2026-03-10T11:32:48.388Z | kflt 0.000016275 |
| 732 | 2026-03-10T11:32:48.388Z | lock 17:25.429271685 |
| 733 | 2026-03-10T11:32:48.388Z | slp 8:47.995968925 |
| 734 | 2026-03-10T11:32:48.388Z | lat 9.151414354 |
| 735 | 2026-03-10T11:32:48.388Z | stop 6.377519689 |
| 736 | 2026-03-10T11:32:48.388Z | process exited: duration 165300 ms, exit code 0 |
| |
| 737 | 2026-03-10T11:32:48.397Z | found 0 output files |