|
|
|
| 1 | 2026-06-29T04:03:41.465Z | job assigned to worker 01KW8RPM38BF6DRKF21VJVYXRW [factory aws, i-04cd49dbeeb8216fe] (queued for 57 s) |
| |
| 2 | 2026-06-29T04:03:48.297Z | starting task 0: "setup" |
| 3 | 2026-06-29T04:03:48.302Z | ++ uname -s |
| 4 | 2026-06-29T04:03:48.305Z | + kern=SunOS |
| 5 | 2026-06-29T04:03:48.305Z | + build_user=build |
| 6 | 2026-06-29T04:03:48.305Z | + build_uid=12345 |
| 7 | 2026-06-29T04:03:48.305Z | + work_dir=/work |
| 8 | 2026-06-29T04:03:48.305Z | + input_dir=/input |
| 9 | 2026-06-29T04:03:48.305Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-29T04:03:48.305Z | + case "$kern" in |
| 11 | 2026-06-29T04:03:48.305Z | + groupadd -g 12345 build |
| 12 | 2026-06-29T04:03:48.305Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-29T04:03:50.311Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-29T04:03:50.448Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-29T04:03:50.451Z | + home_fs=zfs |
| 16 | 2026-06-29T04:03:50.451Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-29T04:03:50.451Z | + mkdir -p /home/build |
| 18 | 2026-06-29T04:03:50.451Z | + chown build:build /home/build /work |
| 19 | 2026-06-29T04:03:52.452Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-29T04:03:52.455Z | process exited: duration 4156 ms, exit code 0 |
| |
| 21 | 2026-06-29T04:03:52.462Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-29T04:03:52.465Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.0 |
| 23 | 2026-06-29T04:03:52.465Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-06-29T04:03:52.465Z | * rust toolchain channel = "1.96.0" |
| 25 | 2026-06-29T04:03:52.466Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-06-29T04:03:52.466Z | * rust toolchain profile = "default" |
| 27 | 2026-06-29T04:03:52.466Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-29T04:03:52.469Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-29T04:03:52.469Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default |
| 30 | 2026-06-29T04:03:52.528Z | info: downloading installer |
| 31 | 2026-06-29T04:03:54.015Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-29T04:03:54.015Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-29T04:03:54.015Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-29T04:03:54.015Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-29T04:03:54.027Z | info: profile set to default |
| 36 | 2026-06-29T04:03:54.027Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-29T04:03:54.031Z | info: syncing channel updates for 1.96.0-x86_64-unknown-illumos |
| 38 | 2026-06-29T04:03:54.176Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-29T04:03:54.180Z | info: downloading 6 components |
| 40 | 2026-06-29T04:04:09.048Z | info: default toolchain set to 1.96.0-x86_64-unknown-illumos |
| 41 | 2026-06-29T04:04:09.048Z | |
| 42 | 2026-06-29T04:04:09.077Z | 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-29T04:04:09.077Z | |
| 44 | 2026-06-29T04:04:09.078Z | |
| 45 | 2026-06-29T04:04:09.078Z | Rust is installed now. Great! |
| 46 | 2026-06-29T04:04:09.078Z | |
| 47 | 2026-06-29T04:04:09.078Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-29T04:04:09.078Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-29T04:04:09.078Z | |
| 50 | 2026-06-29T04:04:09.078Z | To configure your current shell, you need to source |
| 51 | 2026-06-29T04:04:09.078Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-29T04:04:09.078Z | |
| 53 | 2026-06-29T04:04:09.078Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-29T04:04:09.078Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-29T04:04:09.078Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-29T04:04:09.078Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-29T04:04:09.078Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-29T04:04:09.078Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-29T04:04:09.078Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-29T04:04:09.081Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-29T04:04:09.082Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-29T04:04:09.187Z | + rustup --version |
| 63 | 2026-06-29T04:04:09.195Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-29T04:04:09.198Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-29T04:04:09.217Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-29T04:04:09.220Z | + cargo --version |
| 67 | 2026-06-29T04:04:09.233Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-29T04:04:09.236Z | + rustc --version |
| 69 | 2026-06-29T04:04:09.255Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-29T04:04:09.258Z | process exited: duration 16795 ms, exit code 0 |
| |
| 71 | 2026-06-29T04:04:09.265Z | starting task 2: "authentication" |
| 72 | 2026-06-29T04:04:09.281Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-29T04:04:09.288Z | starting task 3: "clone repository" |
| 74 | 2026-06-29T04:04:09.291Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-06-29T04:04:09.295Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-06-29T04:04:09.322Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-06-29T04:04:10.229Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-06-29T04:04:10.229Z | + git fetch origin 82c081243dd488ddb658321919066c3bede18e40 |
| 79 | 2026-06-29T04:04:10.488Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-06-29T04:04:10.488Z | * branch 82c081243dd488ddb658321919066c3bede18e40 -> FETCH_HEAD |
| 81 | 2026-06-29T04:04:10.493Z | + [[ -n renovate/rust-1.x ]] |
| 82 | 2026-06-29T04:04:10.497Z | ++ git branch --show-current |
| 83 | 2026-06-29T04:04:10.497Z | + current=master |
| 84 | 2026-06-29T04:04:10.497Z | + [[ master != renovate/rust-1.x ]] |
| 85 | 2026-06-29T04:04:10.497Z | + git branch -f renovate/rust-1.x 82c081243dd488ddb658321919066c3bede18e40 |
| 86 | 2026-06-29T04:04:10.500Z | + git checkout -f renovate/rust-1.x |
| 87 | 2026-06-29T04:04:10.515Z | Switched to branch 'renovate/rust-1.x' |
| 88 | 2026-06-29T04:04:10.518Z | + git reset --hard 82c081243dd488ddb658321919066c3bede18e40 |
| 89 | 2026-06-29T04:04:10.531Z | HEAD is now at 82c0812 Update Rust to nightly-2026-06-29 |
| 90 | 2026-06-29T04:04:10.535Z | process exited: duration 1243 ms, exit code 0 |
| |
| 91 | 2026-06-29T04:04:10.541Z | starting task 4: "build" |
| 92 | 2026-06-29T04:04:10.545Z | + source .github/buildomat/common.sh |
| 93 | 2026-06-29T04:04:10.548Z | ++ rustup show active-toolchain |
| 94 | 2026-06-29T04:04:10.551Z | 1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-06-29T04:04:10.551Z | ++ pushd xde |
| 96 | 2026-06-29T04:04:10.551Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-06-29T04:04:10.551Z | ++ rustup show active-toolchain |
| 98 | 2026-06-29T04:04:10.556Z | info: syncing channel updates for nightly-2026-06-29-x86_64-unknown-illumos |
| 99 | 2026-06-29T04:04:10.714Z | info: latest update on 2026-06-29 for version 1.98.0-nightly (df6ee909e 2026-06-28) |
| 100 | 2026-06-29T04:04:10.718Z | info: downloading 6 components |
| 101 | 2026-06-29T04:04:24.698Z | nightly-2026-06-29-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-06-29T04:04:24.785Z | +++ rustup show active-toolchain -v |
| 103 | 2026-06-29T04:04:24.788Z | +++ head -n 1 |
| 104 | 2026-06-29T04:04:24.788Z | +++ cut '-d ' -f1 |
| 105 | 2026-06-29T04:04:24.841Z | ++ export NIGHTLY=nightly-2026-06-29-x86_64-unknown-illumos |
| 106 | 2026-06-29T04:04:24.841Z | ++ NIGHTLY=nightly-2026-06-29-x86_64-unknown-illumos |
| 107 | 2026-06-29T04:04:24.841Z | ++ popd |
| 108 | 2026-06-29T04:04:24.844Z | /work/oxidecomputer/opte |
| 109 | 2026-06-29T04:04:24.844Z | + cargo --version |
| 110 | 2026-06-29T04:04:24.850Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 111 | 2026-06-29T04:04:24.855Z | + rustc --version |
| 112 | 2026-06-29T04:04:24.872Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 113 | 2026-06-29T04:04:24.875Z | + cd lib/oxide-vpc |
| 114 | 2026-06-29T04:04:24.875Z | + header 'check style' |
| 115 | 2026-06-29T04:04:24.875Z | + echo '# ==== check style ==== #' |
| 116 | 2026-06-29T04:04:24.875Z | # ==== check style ==== # |
| 117 | 2026-06-29T04:04:24.875Z | + ptime -m cargo +nightly-2026-06-29-x86_64-unknown-illumos fmt -- --check |
| 118 | 2026-06-29T04:04:24.999Z | |
| 119 | 2026-06-29T04:04:24.999Z | real 0.122334184 |
| 120 | 2026-06-29T04:04:24.999Z | user 0.086316650 |
| 121 | 2026-06-29T04:04:24.999Z | sys 0.032392480 |
| 122 | 2026-06-29T04:04:24.999Z | trap 0.000004690 |
| 123 | 2026-06-29T04:04:24.999Z | tflt 0.000021020 |
| 124 | 2026-06-29T04:04:25.011Z | dflt 0.000004220 |
| 125 | 2026-06-29T04:04:25.011Z | kflt 0.000000000 |
| 126 | 2026-06-29T04:04:25.011Z | lock 0.031803840 |
| 127 | 2026-06-29T04:04:25.011Z | slp 0.101376645 |
| 128 | 2026-06-29T04:04:25.011Z | lat 0.000830130 |
| 129 | 2026-06-29T04:04:25.011Z | stop 0.000109680 |
| 130 | 2026-06-29T04:04:25.011Z | + header 'check docs' |
| 131 | 2026-06-29T04:04:25.011Z | + echo '# ==== check docs ==== #' |
| 132 | 2026-06-29T04:04:25.011Z | # ==== check docs ==== # |
| 133 | 2026-06-29T04:04:25.011Z | + RUSTDOCFLAGS='-D warnings' |
| 134 | 2026-06-29T04:04:25.011Z | + ptime -m cargo +nightly-2026-06-29-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 135 | 2026-06-29T04:04:25.068Z | Updating crates.io index |
| 136 | 2026-06-29T04:04:25.071Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-06-29T04:04:25.836Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-06-29T04:04:26.130Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-06-29T04:04:26.496Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-06-29T04:04:26.775Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-06-29T04:04:27.066Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-06-29T04:04:27.338Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-06-29T04:04:29.345Z | Downloading crates ... |
| 144 | 2026-06-29T04:04:29.410Z | Downloaded stable_deref_trait v1.2.1 |
| 145 | 2026-06-29T04:04:29.413Z | Downloaded itertools v0.15.0 |
| 146 | 2026-06-29T04:04:29.416Z | Downloaded defmt v0.3.100 |
| 147 | 2026-06-29T04:04:29.419Z | Downloaded thread-id v5.1.0 |
| 148 | 2026-06-29T04:04:29.419Z | Downloaded usdt-attr-macro v0.6.0 |
| 149 | 2026-06-29T04:04:29.419Z | Downloaded darling_macro v0.23.0 |
| 150 | 2026-06-29T04:04:29.419Z | Downloaded dof v0.4.0 |
| 151 | 2026-06-29T04:04:29.419Z | Downloaded ident_case v1.0.1 |
| 152 | 2026-06-29T04:04:29.419Z | Downloaded plain v0.2.3 |
| 153 | 2026-06-29T04:04:29.423Z | Downloaded bitflags v1.3.2 |
| 154 | 2026-06-29T04:04:29.426Z | Downloaded either v1.16.0 |
| 155 | 2026-06-29T04:04:29.431Z | Downloaded pest_derive v2.8.6 |
| 156 | 2026-06-29T04:04:29.434Z | Downloaded defmt v1.1.0 |
| 157 | 2026-06-29T04:04:29.434Z | Downloaded darling_macro v0.21.3 |
| 158 | 2026-06-29T04:04:29.441Z | Downloaded darling_core v0.23.0 |
| 159 | 2026-06-29T04:04:29.448Z | Downloaded postcard v1.1.3 |
| 160 | 2026-06-29T04:04:29.451Z | Downloaded serde_derive v1.0.228 |
| 161 | 2026-06-29T04:04:29.451Z | Downloaded crypto-common v0.1.7 |
| 162 | 2026-06-29T04:04:29.455Z | Downloaded ingot-types v0.1.2 |
| 163 | 2026-06-29T04:04:29.459Z | Downloaded bitflags v2.13.0 |
| 164 | 2026-06-29T04:04:29.459Z | Downloaded hash32 v0.3.1 |
| 165 | 2026-06-29T04:04:29.462Z | Downloaded block-buffer v0.10.4 |
| 166 | 2026-06-29T04:04:29.465Z | Downloaded cobs v0.3.0 |
| 167 | 2026-06-29T04:04:29.465Z | Downloaded fnv v1.0.7 |
| 168 | 2026-06-29T04:04:29.465Z | Downloaded generic-array v0.14.7 |
| 169 | 2026-06-29T04:04:29.468Z | Downloaded usdt-macro v0.6.0 |
| 170 | 2026-06-29T04:04:29.468Z | Downloaded macaddr v1.0.1 |
| 171 | 2026-06-29T04:04:29.468Z | Downloaded ref-cast v1.0.25 |
| 172 | 2026-06-29T04:04:29.472Z | Downloaded darling v0.21.3 |
| 173 | 2026-06-29T04:04:29.475Z | Downloaded embedded-io v0.6.1 |
| 174 | 2026-06-29T04:04:29.478Z | Downloaded cfg-if v1.0.4 |
| 175 | 2026-06-29T04:04:29.481Z | Downloaded managed v0.8.0 |
| 176 | 2026-06-29T04:04:29.484Z | Downloaded dtrace-parser v0.3.0 |
| 177 | 2026-06-29T04:04:29.489Z | Downloaded ipnetwork v0.21.1 |
| 178 | 2026-06-29T04:04:29.496Z | Downloaded itoa v1.0.18 |
| 179 | 2026-06-29T04:04:29.499Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 180 | 2026-06-29T04:04:29.499Z | Downloaded scroll_derive v0.13.1 |
| 181 | 2026-06-29T04:04:29.499Z | Downloaded version_check v0.9.5 |
| 182 | 2026-06-29T04:04:29.505Z | Downloaded pretty-hex v0.4.2 |
| 183 | 2026-06-29T04:04:29.508Z | Downloaded ref-cast-impl v1.0.25 |
| 184 | 2026-06-29T04:04:29.508Z | Downloaded cpufeatures v0.2.17 |
| 185 | 2026-06-29T04:04:29.516Z | Downloaded defmt-parser v1.0.0 |
| 186 | 2026-06-29T04:04:29.523Z | Downloaded thiserror-impl v2.0.18 |
| 187 | 2026-06-29T04:04:29.526Z | Downloaded defmt-macros v1.1.0 |
| 188 | 2026-06-29T04:04:29.526Z | Downloaded embedded-io v0.4.0 |
| 189 | 2026-06-29T04:04:29.529Z | Downloaded strsim v0.11.1 |
| 190 | 2026-06-29T04:04:29.532Z | Downloaded tabwriter v1.4.1 |
| 191 | 2026-06-29T04:04:29.532Z | Downloaded ingot-macros v0.1.1 |
| 192 | 2026-06-29T04:04:29.532Z | Downloaded byteorder v1.5.0 |
| 193 | 2026-06-29T04:04:29.535Z | Downloaded digest v0.10.7 |
| 194 | 2026-06-29T04:04:29.539Z | Downloaded zmij v1.0.21 |
| 195 | 2026-06-29T04:04:29.542Z | Downloaded dyn-clone v1.0.20 |
| 196 | 2026-06-29T04:04:29.545Z | Downloaded crc32fast v1.5.0 |
| 197 | 2026-06-29T04:04:29.548Z | Downloaded quote v1.0.46 |
| 198 | 2026-06-29T04:04:29.548Z | Downloaded ingot v0.1.1 |
| 199 | 2026-06-29T04:04:29.551Z | Downloaded log v0.4.33 |
| 200 | 2026-06-29T04:04:29.551Z | Downloaded usdt v0.6.0 |
| 201 | 2026-06-29T04:04:29.554Z | Downloaded serde_tokenstream v0.2.3 |
| 202 | 2026-06-29T04:04:29.557Z | Downloaded proc-macro-error2 v2.0.1 |
| 203 | 2026-06-29T04:04:29.557Z | Downloaded sha2 v0.10.9 |
| 204 | 2026-06-29T04:04:29.561Z | Downloaded scroll v0.13.0 |
| 205 | 2026-06-29T04:04:29.561Z | Downloaded thiserror v2.0.18 |
| 206 | 2026-06-29T04:04:29.564Z | Downloaded memmap2 v0.9.10 |
| 207 | 2026-06-29T04:04:29.579Z | Downloaded usdt-impl v0.6.0 |
| 208 | 2026-06-29T04:04:29.582Z | Downloaded ucd-trie v0.1.7 |
| 209 | 2026-06-29T04:04:29.586Z | Downloaded darling v0.23.0 |
| 210 | 2026-06-29T04:04:29.592Z | Downloaded pest_generator v2.8.6 |
| 211 | 2026-06-29T04:04:29.595Z | Downloaded serde_core v1.0.228 |
| 212 | 2026-06-29T04:04:29.598Z | Downloaded pest_meta v2.8.6 |
| 213 | 2026-06-29T04:04:29.609Z | Downloaded proc-macro2 v1.0.106 |
| 214 | 2026-06-29T04:04:29.612Z | Downloaded uuid v1.23.3 |
| 215 | 2026-06-29T04:04:29.619Z | Downloaded unicode-ident v1.0.24 |
| 216 | 2026-06-29T04:04:29.622Z | Downloaded darling_core v0.21.3 |
| 217 | 2026-06-29T04:04:29.629Z | Downloaded serde v1.0.228 |
| 218 | 2026-06-29T04:04:29.634Z | Downloaded memchr v2.8.2 |
| 219 | 2026-06-29T04:04:29.639Z | Downloaded zerocopy-derive v0.8.52 |
| 220 | 2026-06-29T04:04:29.643Z | Downloaded aho-corasick v1.1.4 |
| 221 | 2026-06-29T04:04:29.646Z | Downloaded heapless v0.8.0 |
| 222 | 2026-06-29T04:04:29.656Z | Downloaded typenum v1.20.1 |
| 223 | 2026-06-29T04:04:29.662Z | Downloaded pest v2.8.6 |
| 224 | 2026-06-29T04:04:29.685Z | Downloaded itertools v0.14.0 |
| 225 | 2026-06-29T04:04:29.692Z | Downloaded serde_json v1.0.150 |
| 226 | 2026-06-29T04:04:29.695Z | Downloaded regex v1.12.4 |
| 227 | 2026-06-29T04:04:29.752Z | Downloaded unicode-width v0.2.2 |
| 228 | 2026-06-29T04:04:29.755Z | Downloaded goblin v0.10.7 |
| 229 | 2026-06-29T04:04:29.762Z | Downloaded zerocopy v0.8.52 |
| 230 | 2026-06-29T04:04:29.772Z | Downloaded syn v2.0.118 |
| 231 | 2026-06-29T04:04:29.777Z | Downloaded smoltcp v0.11.0 |
| 232 | 2026-06-29T04:04:29.783Z | Downloaded regex-syntax v0.8.11 |
| 233 | 2026-06-29T04:04:29.800Z | Downloaded regex-automata v0.4.14 |
| 234 | 2026-06-29T04:04:29.816Z | Downloaded libc v0.2.186 |
| 235 | 2026-06-29T04:04:29.875Z | Compiling proc-macro2 v1.0.106 |
| 236 | 2026-06-29T04:04:29.875Z | Compiling quote v1.0.46 |
| 237 | 2026-06-29T04:04:29.878Z | Compiling unicode-ident v1.0.24 |
| 238 | 2026-06-29T04:04:29.878Z | Documenting unicode-ident v1.0.24 |
| 239 | 2026-06-29T04:04:29.878Z | Compiling ident_case v1.0.1 |
| 240 | 2026-06-29T04:04:29.878Z | Compiling strsim v0.11.1 |
| 241 | 2026-06-29T04:04:29.878Z | Compiling serde_core v1.0.228 |
| 242 | 2026-06-29T04:04:30.025Z | Compiling fnv v1.0.7 |
| 243 | 2026-06-29T04:04:30.043Z | Compiling memchr v2.8.2 |
| 244 | 2026-06-29T04:04:30.046Z | Compiling regex-syntax v0.8.11 |
| 245 | 2026-06-29T04:04:30.219Z | Compiling serde v1.0.228 |
| 246 | 2026-06-29T04:04:30.270Z | Compiling thiserror v2.0.18 |
| 247 | 2026-06-29T04:04:30.323Z | Compiling zerocopy v0.8.52 |
| 248 | 2026-06-29T04:04:30.531Z | Documenting proc-macro2 v1.0.106 |
| 249 | 2026-06-29T04:04:30.599Z | Compiling aho-corasick v1.1.4 |
| 250 | 2026-06-29T04:04:30.751Z | Compiling either v1.16.0 |
| 251 | 2026-06-29T04:04:30.946Z | Compiling syn v2.0.118 |
| 252 | 2026-06-29T04:04:30.986Z | Checking byteorder v1.5.0 |
| 253 | 2026-06-29T04:04:31.113Z | Documenting quote v1.0.46 |
| 254 | 2026-06-29T04:04:31.139Z | Compiling itertools v0.14.0 |
| 255 | 2026-06-29T04:04:31.618Z | Documenting syn v2.0.118 |
| 256 | 2026-06-29T04:04:31.751Z | Compiling regex-automata v0.4.14 |
| 257 | 2026-06-29T04:04:31.991Z | Compiling heapless v0.8.0 |
| 258 | 2026-06-29T04:04:32.071Z | Checking bitflags v2.13.0 |
| 259 | 2026-06-29T04:04:32.234Z | Checking hash32 v0.3.1 |
| 260 | 2026-06-29T04:04:32.343Z | Documenting serde_core v1.0.228 |
| 261 | 2026-06-29T04:04:32.403Z | Checking stable_deref_trait v1.2.1 |
| 262 | 2026-06-29T04:04:32.469Z | Checking macaddr v1.0.1 |
| 263 | 2026-06-29T04:04:32.485Z | Documenting memchr v2.8.2 |
| 264 | 2026-06-29T04:04:32.609Z | Checking cfg-if v1.0.4 |
| 265 | 2026-06-29T04:04:32.666Z | Documenting regex-syntax v0.8.11 |
| 266 | 2026-06-29T04:04:33.087Z | Compiling smoltcp v0.11.0 |
| 267 | 2026-06-29T04:04:33.146Z | Documenting aho-corasick v1.1.4 |
| 268 | 2026-06-29T04:04:33.429Z | Compiling darling_core v0.21.3 |
| 269 | 2026-06-29T04:04:33.702Z | Compiling regex v1.12.4 |
| 270 | 2026-06-29T04:04:33.720Z | Compiling darling_core v0.23.0 |
| 271 | 2026-06-29T04:04:34.073Z | Documenting regex-automata v0.4.14 |
| 272 | 2026-06-29T04:04:34.333Z | Checking managed v0.8.0 |
| 273 | 2026-06-29T04:04:34.450Z | Checking bitflags v1.3.2 |
| 274 | 2026-06-29T04:04:34.520Z | Documenting thiserror-impl v2.0.18 |
| 275 | 2026-06-29T04:04:34.589Z | Compiling thiserror-impl v2.0.18 |
| 276 | 2026-06-29T04:04:34.690Z | Compiling serde_derive v1.0.228 |
| 277 | 2026-06-29T04:04:34.857Z | Compiling zerocopy-derive v0.8.52 |
| 278 | 2026-06-29T04:04:35.418Z | Documenting regex v1.12.4 |
| 279 | 2026-06-29T04:04:35.475Z | Documenting serde_derive v1.0.228 |
| 280 | 2026-06-29T04:04:35.525Z | Compiling darling_macro v0.21.3 |
| 281 | 2026-06-29T04:04:35.804Z | Compiling darling_macro v0.23.0 |
| 282 | 2026-06-29T04:04:35.896Z | Checking cobs v0.3.0 |
| 283 | 2026-06-29T04:04:36.020Z | Documenting zerocopy-derive v0.8.52 |
| 284 | 2026-06-29T04:04:36.027Z | Compiling crc32fast v1.5.0 |
| 285 | 2026-06-29T04:04:36.099Z | Compiling darling v0.21.3 |
| 286 | 2026-06-29T04:04:36.176Z | Compiling ingot-macros v0.1.1 |
| 287 | 2026-06-29T04:04:36.318Z | Compiling ref-cast v1.0.25 |
| 288 | 2026-06-29T04:04:36.347Z | Documenting byteorder v1.5.0 |
| 289 | 2026-06-29T04:04:36.382Z | Documenting ingot-macros v0.1.1 |
| 290 | 2026-06-29T04:04:36.645Z | Documenting thiserror v2.0.18 |
| 291 | 2026-06-29T04:04:36.676Z | Compiling ref-cast-impl v1.0.25 |
| 292 | 2026-06-29T04:04:36.881Z | Documenting zerocopy v0.8.52 |
| 293 | 2026-06-29T04:04:37.027Z | Documenting hash32 v0.3.1 |
| 294 | 2026-06-29T04:04:37.369Z | Documenting bitflags v2.13.0 |
| 295 | 2026-06-29T04:04:37.568Z | Documenting serde v1.0.228 |
| 296 | 2026-06-29T04:04:37.773Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 297 | 2026-06-29T04:04:37.826Z | Checking postcard v1.1.3 |
| 298 | 2026-06-29T04:04:38.020Z | Documenting stable_deref_trait v1.2.1 |
| 299 | 2026-06-29T04:04:38.045Z | Compiling version_check v0.9.5 |
| 300 | 2026-06-29T04:04:38.105Z | Documenting cfg-if v1.0.4 |
| 301 | 2026-06-29T04:04:38.469Z | Checking unicode-width v0.2.2 |
| 302 | 2026-06-29T04:04:38.485Z | Documenting macaddr v1.0.1 |
| 303 | 2026-06-29T04:04:38.552Z | Checking ipnetwork v0.21.1 |
| 304 | 2026-06-29T04:04:38.711Z | Documenting heapless v0.8.0 |
| 305 | 2026-06-29T04:04:38.718Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 306 | 2026-06-29T04:04:38.724Z | Documenting cobs v0.3.0 |
| 307 | 2026-06-29T04:04:38.926Z | Compiling darling v0.23.0 |
| 308 | 2026-06-29T04:04:39.001Z | Documenting managed v0.8.0 |
| 309 | 2026-06-29T04:04:39.114Z | Checking ingot-types v0.1.2 |
| 310 | 2026-06-29T04:04:39.121Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 311 | 2026-06-29T04:04:39.185Z | Checking tabwriter v1.4.1 |
| 312 | 2026-06-29T04:04:39.325Z | Checking itertools v0.15.0 |
| 313 | 2026-06-29T04:04:39.349Z | Documenting postcard v1.1.3 |
| 314 | 2026-06-29T04:04:39.457Z | Checking ingot v0.1.1 |
| 315 | 2026-06-29T04:04:39.611Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 316 | 2026-06-29T04:04:39.793Z | Documenting smoltcp v0.11.0 |
| 317 | 2026-06-29T04:04:39.971Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 318 | 2026-06-29T04:04:40.074Z | Documenting ref-cast-impl v1.0.25 |
| 319 | 2026-06-29T04:04:40.124Z | Documenting ipnetwork v0.21.1 |
| 320 | 2026-06-29T04:04:40.297Z | Documenting ingot-types v0.1.2 |
| 321 | 2026-06-29T04:04:40.316Z | Documenting unicode-width v0.2.2 |
| 322 | 2026-06-29T04:04:40.551Z | Documenting either v1.16.0 |
| 323 | 2026-06-29T04:04:40.567Z | Checking dyn-clone v1.0.20 |
| 324 | 2026-06-29T04:04:40.664Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 325 | 2026-06-29T04:04:40.875Z | Documenting ref-cast v1.0.25 |
| 326 | 2026-06-29T04:04:41.049Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 327 | 2026-06-29T04:04:41.115Z | Documenting crc32fast v1.5.0 |
| 328 | 2026-06-29T04:04:41.451Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 329 | 2026-06-29T04:04:41.638Z | Documenting tabwriter v1.4.1 |
| 330 | 2026-06-29T04:04:41.884Z | Documenting dyn-clone v1.0.20 |
| 331 | 2026-06-29T04:04:41.971Z | Documenting ingot v0.1.1 |
| 332 | 2026-06-29T04:04:42.209Z | Documenting itertools v0.15.0 |
| 333 | 2026-06-29T04:04:42.765Z | Documenting uuid v1.23.3 |
| 334 | 2026-06-29T04:04:43.064Z | Checking uuid v1.23.3 |
| 335 | 2026-06-29T04:04:43.317Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 336 | 2026-06-29T04:04:43.371Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 337 | 2026-06-29T04:04:45.011Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 338 | 2026-06-29T04:04:46.168Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 339 | 2026-06-29T04:04:48.480Z | Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 340 | 2026-06-29T04:04:50.074Z | Finished `dev` profile [optimized + debuginfo] target(s) in 25.06s |
| 341 | 2026-06-29T04:04:50.148Z | Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html |
| 342 | 2026-06-29T04:04:50.170Z | |
| 343 | 2026-06-29T04:04:50.173Z | real 25.152212236 |
| 344 | 2026-06-29T04:04:50.173Z | user 1:22.299988463 |
| 345 | 2026-06-29T04:04:50.173Z | sys 17.391982249 |
| 346 | 2026-06-29T04:04:50.173Z | trap 0.055735201 |
| 347 | 2026-06-29T04:04:50.173Z | tflt 0.110627794 |
| 348 | 2026-06-29T04:04:50.173Z | dflt 0.097317596 |
| 349 | 2026-06-29T04:04:50.174Z | kflt 0.005220450 |
| 350 | 2026-06-29T04:04:50.174Z | lock 8:52.822953854 |
| 351 | 2026-06-29T04:04:50.174Z | slp 4:41.997554055 |
| 352 | 2026-06-29T04:04:50.174Z | lat 8.324271350 |
| 353 | 2026-06-29T04:04:50.174Z | stop 12.673676483 |
| 354 | 2026-06-29T04:04:50.174Z | + header 'analyze std + api + usdt' |
| 355 | 2026-06-29T04:04:50.174Z | + echo '# ==== analyze std + api + usdt ==== #' |
| 356 | 2026-06-29T04:04:50.174Z | # ==== analyze std + api + usdt ==== # |
| 357 | 2026-06-29T04:04:50.174Z | + ptime -m cargo clippy --features usdt --all-targets -- --deny warnings |
| 358 | 2026-06-29T04:04:50.354Z | Downloading crates ... |
| 359 | 2026-06-29T04:04:50.419Z | Downloaded pin-project-lite v0.2.17 |
| 360 | 2026-06-29T04:04:50.422Z | Downloaded futures-io v0.3.32 |
| 361 | 2026-06-29T04:04:50.425Z | Downloaded typeid v1.0.3 |
| 362 | 2026-06-29T04:04:50.425Z | Downloaded futures-task v0.3.32 |
| 363 | 2026-06-29T04:04:50.429Z | Downloaded anyhow v1.0.102 |
| 364 | 2026-06-29T04:04:50.432Z | Downloaded futures-core v0.3.32 |
| 365 | 2026-06-29T04:04:50.435Z | Downloaded ctor v0.10.1 |
| 366 | 2026-06-29T04:04:50.435Z | Downloaded dtor-proc-macro v0.0.13 |
| 367 | 2026-06-29T04:04:50.438Z | Downloaded futures-sink v0.3.32 |
| 368 | 2026-06-29T04:04:50.438Z | Downloaded cookie-factory v0.3.3 |
| 369 | 2026-06-29T04:04:50.438Z | Downloaded futures-executor v0.3.32 |
| 370 | 2026-06-29T04:04:50.438Z | Downloaded dtor v0.8.1 |
| 371 | 2026-06-29T04:04:50.441Z | Downloaded rusticata-macros v5.0.0 |
| 372 | 2026-06-29T04:04:50.441Z | Downloaded link-section v0.2.1 |
| 373 | 2026-06-29T04:04:50.455Z | Downloaded futures-macro v0.3.32 |
| 374 | 2026-06-29T04:04:50.458Z | Downloaded ctor-proc-macro v0.0.13 |
| 375 | 2026-06-29T04:04:50.469Z | Downloaded nom v8.0.0 |
| 376 | 2026-06-29T04:04:50.473Z | Downloaded pcap-parser v0.17.0 |
| 377 | 2026-06-29T04:04:50.476Z | Downloaded futures v0.3.32 |
| 378 | 2026-06-29T04:04:50.479Z | Downloaded slab v0.4.12 |
| 379 | 2026-06-29T04:04:50.479Z | Downloaded circular v0.3.0 |
| 380 | 2026-06-29T04:04:50.480Z | Downloaded futures-util v0.3.32 |
| 381 | 2026-06-29T04:04:50.486Z | Downloaded ron v0.12.1 |
| 382 | 2026-06-29T04:04:50.491Z | Downloaded once_cell v1.21.4 |
| 383 | 2026-06-29T04:04:50.494Z | Downloaded futures-channel v0.3.32 |
| 384 | 2026-06-29T04:04:50.541Z | Compiling proc-macro2 v1.0.106 |
| 385 | 2026-06-29T04:04:50.541Z | Compiling quote v1.0.46 |
| 386 | 2026-06-29T04:04:50.541Z | Compiling unicode-ident v1.0.24 |
| 387 | 2026-06-29T04:04:50.544Z | Compiling memchr v2.8.2 |
| 388 | 2026-06-29T04:04:50.545Z | Compiling thiserror v2.0.18 |
| 389 | 2026-06-29T04:04:50.545Z | Compiling serde_core v1.0.228 |
| 390 | 2026-06-29T04:04:50.545Z | Compiling zerocopy v0.8.52 |
| 391 | 2026-06-29T04:04:50.545Z | Compiling zmij v1.0.21 |
| 392 | 2026-06-29T04:04:50.886Z | Compiling libc v0.2.186 |
| 393 | 2026-06-29T04:04:50.913Z | Compiling ident_case v1.0.1 |
| 394 | 2026-06-29T04:04:50.917Z | Compiling serde_json v1.0.150 |
| 395 | 2026-06-29T04:04:50.970Z | Compiling strsim v0.11.1 |
| 396 | 2026-06-29T04:04:51.021Z | Compiling ucd-trie v0.1.7 |
| 397 | 2026-06-29T04:04:51.129Z | Compiling serde v1.0.228 |
| 398 | 2026-06-29T04:04:51.235Z | Compiling pest v2.8.6 |
| 399 | 2026-06-29T04:04:51.348Z | Compiling fnv v1.0.7 |
| 400 | 2026-06-29T04:04:51.497Z | Compiling aho-corasick v1.1.4 |
| 401 | 2026-06-29T04:04:51.600Z | Checking byteorder v1.5.0 |
| 402 | 2026-06-29T04:04:51.686Z | Compiling regex-syntax v0.8.11 |
| 403 | 2026-06-29T04:04:51.757Z | Compiling syn v2.0.118 |
| 404 | 2026-06-29T04:04:51.792Z | Compiling itoa v1.0.18 |
| 405 | 2026-06-29T04:04:52.200Z | Compiling either v1.16.0 |
| 406 | 2026-06-29T04:04:52.332Z | Compiling pest_meta v2.8.6 |
| 407 | 2026-06-29T04:04:52.404Z | Compiling usdt-impl v0.6.0 |
| 408 | 2026-06-29T04:04:52.463Z | Compiling itertools v0.14.0 |
| 409 | 2026-06-29T04:04:52.468Z | Checking bitflags v2.13.0 |
| 410 | 2026-06-29T04:04:52.855Z | Compiling thread-id v5.1.0 |
| 411 | 2026-06-29T04:04:52.942Z | Checking log v0.4.33 |
| 412 | 2026-06-29T04:04:52.967Z | Checking futures-sink v0.3.32 |
| 413 | 2026-06-29T04:04:53.056Z | Compiling heapless v0.8.0 |
| 414 | 2026-06-29T04:04:53.212Z | Compiling regex-automata v0.4.14 |
| 415 | 2026-06-29T04:04:53.342Z | Checking futures-core v0.3.32 |
| 416 | 2026-06-29T04:04:53.492Z | Checking plain v0.2.3 |
| 417 | 2026-06-29T04:04:53.584Z | Checking futures-channel v0.3.32 |
| 418 | 2026-06-29T04:04:53.783Z | Checking hash32 v0.3.1 |
| 419 | 2026-06-29T04:04:53.786Z | Checking pretty-hex v0.4.2 |
| 420 | 2026-06-29T04:04:53.891Z | Compiling smoltcp v0.11.0 |
| 421 | 2026-06-29T04:04:53.896Z | Checking stable_deref_trait v1.2.1 |
| 422 | 2026-06-29T04:04:53.931Z | Checking slab v0.4.12 |
| 423 | 2026-06-29T04:04:53.953Z | Checking cfg-if v1.0.4 |
| 424 | 2026-06-29T04:04:54.010Z | Checking futures-io v0.3.32 |
| 425 | 2026-06-29T04:04:54.081Z | Checking macaddr v1.0.1 |
| 426 | 2026-06-29T04:04:54.117Z | Checking pin-project-lite v0.2.17 |
| 427 | 2026-06-29T04:04:54.198Z | Compiling pest_generator v2.8.6 |
| 428 | 2026-06-29T04:04:54.208Z | Compiling darling_core v0.21.3 |
| 429 | 2026-06-29T04:04:54.212Z | Compiling darling_core v0.23.0 |
| 430 | 2026-06-29T04:04:54.305Z | Checking futures-task v0.3.32 |
| 431 | 2026-06-29T04:04:54.712Z | Compiling version_check v0.9.5 |
| 432 | 2026-06-29T04:04:54.743Z | Checking bitflags v1.3.2 |
| 433 | 2026-06-29T04:04:54.802Z | Checking managed v0.8.0 |
| 434 | 2026-06-29T04:04:54.807Z | Compiling crc32fast v1.5.0 |
| 435 | 2026-06-29T04:04:54.976Z | Compiling regex v1.12.4 |
| 436 | 2026-06-29T04:04:54.976Z | Compiling ref-cast v1.0.25 |
| 437 | 2026-06-29T04:04:55.315Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 438 | 2026-06-29T04:04:55.358Z | Checking memmap2 v0.9.10 |
| 439 | 2026-06-29T04:04:55.362Z | Compiling serde_derive v1.0.228 |
| 440 | 2026-06-29T04:04:55.515Z | Compiling thiserror-impl v2.0.18 |
| 441 | 2026-06-29T04:04:55.552Z | Compiling zerocopy-derive v0.8.52 |
| 442 | 2026-06-29T04:04:55.733Z | Compiling pest_derive v2.8.6 |
| 443 | 2026-06-29T04:04:56.241Z | Compiling scroll_derive v0.13.1 |
| 444 | 2026-06-29T04:04:56.261Z | Compiling darling_macro v0.21.3 |
| 445 | 2026-06-29T04:04:56.261Z | Compiling futures-macro v0.3.32 |
| 446 | 2026-06-29T04:04:56.295Z | Compiling darling_macro v0.23.0 |
| 447 | 2026-06-29T04:04:56.416Z | Compiling ref-cast-impl v1.0.25 |
| 448 | 2026-06-29T04:04:56.807Z | Compiling darling v0.21.3 |
| 449 | 2026-06-29T04:04:56.840Z | Checking cobs v0.3.0 |
| 450 | 2026-06-29T04:04:56.876Z | Compiling dtrace-parser v0.3.0 |
| 451 | 2026-06-29T04:04:56.895Z | Compiling ingot-macros v0.1.1 |
| 452 | 2026-06-29T04:04:57.042Z | Checking scroll v0.13.0 |
| 453 | 2026-06-29T04:04:57.105Z | Checking futures-util v0.3.32 |
| 454 | 2026-06-29T04:04:57.257Z | Checking goblin v0.10.7 |
| 455 | 2026-06-29T04:04:57.282Z | Compiling darling v0.23.0 |
| 456 | 2026-06-29T04:04:57.355Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 457 | 2026-06-29T04:04:57.514Z | Checking ipnetwork v0.21.1 |
| 458 | 2026-06-29T04:04:57.686Z | Checking unicode-width v0.2.2 |
| 459 | 2026-06-29T04:04:57.822Z | Checking itertools v0.15.0 |
| 460 | 2026-06-29T04:04:57.936Z | Checking tabwriter v1.4.1 |
| 461 | 2026-06-29T04:04:58.076Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 462 | 2026-06-29T04:04:58.595Z | Checking postcard v1.1.3 |
| 463 | 2026-06-29T04:04:58.874Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 464 | 2026-06-29T04:04:58.900Z | Compiling serde_tokenstream v0.2.3 |
| 465 | 2026-06-29T04:04:59.028Z | Checking futures-executor v0.3.32 |
| 466 | 2026-06-29T04:04:59.070Z | Checking nom v8.0.0 |
| 467 | 2026-06-29T04:04:59.170Z | Checking futures v0.3.32 |
| 468 | 2026-06-29T04:04:59.174Z | Compiling anyhow v1.0.102 |
| 469 | 2026-06-29T04:04:59.234Z | Checking dyn-clone v1.0.20 |
| 470 | 2026-06-29T04:04:59.331Z | Compiling typeid v1.0.3 |
| 471 | 2026-06-29T04:04:59.437Z | Checking cookie-factory v0.3.3 |
| 472 | 2026-06-29T04:04:59.600Z | Checking uuid v1.23.3 |
| 473 | 2026-06-29T04:04:59.636Z | Checking circular v0.3.0 |
| 474 | 2026-06-29T04:04:59.674Z | Compiling dtor-proc-macro v0.0.13 |
| 475 | 2026-06-29T04:04:59.679Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 476 | 2026-06-29T04:04:59.707Z | Checking ingot-types v0.1.2 |
| 477 | 2026-06-29T04:04:59.776Z | Compiling dof v0.4.0 |
| 478 | 2026-06-29T04:04:59.932Z | Checking link-section v0.2.1 |
| 479 | 2026-06-29T04:04:59.946Z | Compiling ctor-proc-macro v0.0.13 |
| 480 | 2026-06-29T04:04:59.957Z | Checking once_cell v1.21.4 |
| 481 | 2026-06-29T04:05:00.005Z | Checking dtor v0.8.1 |
| 482 | 2026-06-29T04:05:00.041Z | Checking ingot v0.1.1 |
| 483 | 2026-06-29T04:05:00.079Z | Checking ron v0.12.1 |
| 484 | 2026-06-29T04:05:00.247Z | Checking ctor v0.10.1 |
| 485 | 2026-06-29T04:05:00.694Z | Compiling usdt-macro v0.6.0 |
| 486 | 2026-06-29T04:05:00.694Z | Compiling usdt-attr-macro v0.6.0 |
| 487 | 2026-06-29T04:05:00.961Z | Checking rusticata-macros v5.0.0 |
| 488 | 2026-06-29T04:05:01.081Z | Checking pcap-parser v0.17.0 |
| 489 | 2026-06-29T04:05:01.297Z | Checking usdt v0.6.0 |
| 490 | 2026-06-29T04:05:01.545Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 491 | 2026-06-29T04:05:05.956Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 492 | 2026-06-29T04:05:07.618Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 493 | 2026-06-29T04:05:09.954Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.73s |
| 494 | 2026-06-29T04:05:09.988Z | |
| 495 | 2026-06-29T04:05:09.992Z | real 19.811846881 |
| 496 | 2026-06-29T04:05:09.992Z | user 1:12.920656534 |
| 497 | 2026-06-29T04:05:09.992Z | sys 15.217843837 |
| 498 | 2026-06-29T04:05:09.992Z | trap 0.040332370 |
| 499 | 2026-06-29T04:05:09.992Z | tflt 0.142630980 |
| 500 | 2026-06-29T04:05:09.992Z | dflt 0.187533527 |
| 501 | 2026-06-29T04:05:09.992Z | kflt 0.000010860 |
| 502 | 2026-06-29T04:05:09.992Z | lock 4:04.781321167 |
| 503 | 2026-06-29T04:05:09.992Z | slp 3:51.455205713 |
| 504 | 2026-06-29T04:05:09.992Z | lat 4.563799328 |
| 505 | 2026-06-29T04:05:09.992Z | stop 8.428458385 |
| 506 | 2026-06-29T04:05:09.992Z | + header 'analyze no_std + engine + kernel' |
| 507 | 2026-06-29T04:05:09.992Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 508 | 2026-06-29T04:05:09.992Z | # ==== analyze no_std + engine + kernel ==== # |
| 509 | 2026-06-29T04:05:09.992Z | + ptime -m cargo +nightly-2026-06-29-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel |
| 510 | 2026-06-29T04:05:10.168Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 511 | 2026-06-29T04:05:10.168Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 512 | 2026-06-29T04:05:10.172Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 513 | 2026-06-29T04:05:10.188Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 514 | 2026-06-29T04:05:10.426Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 515 | 2026-06-29T04:05:13.775Z | warning: draining all elements of a collection into a new collection of the same type |
| 516 | 2026-06-29T04:05:13.775Z | --> lib/opte/src/engine/packet.rs:1398:9 |
| 517 | 2026-06-29T04:05:13.775Z | | |
| 518 | 2026-06-29T04:05:13.775Z | 1398 | self.state.lfts.drain(..).collect() |
| 519 | 2026-06-29T04:05:13.775Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `mem::take` to avoid creating a new allocation: `core::mem::take(&mut self.state.lfts)` |
| 520 | 2026-06-29T04:05:13.775Z | | |
| 521 | 2026-06-29T04:05:13.775Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#drain_collect |
| 522 | 2026-06-29T04:05:13.775Z | = note: `#[warn(clippy::drain_collect)]` on by default |
| 523 | 2026-06-29T04:05:13.775Z | |
| 524 | 2026-06-29T04:05:14.092Z | warning: `opte` (lib) generated 1 warning (run `cargo clippy --fix --lib -p opte -- ` to apply 1 suggestion) |
| 525 | 2026-06-29T04:05:14.092Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 526 | 2026-06-29T04:05:15.434Z | Finished `dev` profile [optimized + debuginfo] target(s) in 5.40s |
| 527 | 2026-06-29T04:05:15.459Z | |
| 528 | 2026-06-29T04:05:15.463Z | real 5.465910760 |
| 529 | 2026-06-29T04:05:15.463Z | user 5.714055191 |
| 530 | 2026-06-29T04:05:15.463Z | sys 1.022909825 |
| 531 | 2026-06-29T04:05:15.463Z | trap 0.000768450 |
| 532 | 2026-06-29T04:05:15.463Z | tflt 0.005865850 |
| 533 | 2026-06-29T04:05:15.463Z | dflt 0.004820401 |
| 534 | 2026-06-29T04:05:15.463Z | kflt 0.000000760 |
| 535 | 2026-06-29T04:05:15.463Z | lock 28.392499542 |
| 536 | 2026-06-29T04:05:15.463Z | slp 20.579416537 |
| 537 | 2026-06-29T04:05:15.463Z | lat 0.020381161 |
| 538 | 2026-06-29T04:05:15.463Z | stop 0.272638521 |
| 539 | 2026-06-29T04:05:15.463Z | + header test |
| 540 | 2026-06-29T04:05:15.463Z | + echo '# ==== test ==== #' |
| 541 | 2026-06-29T04:05:15.463Z | + ptime -m cargo test |
| 542 | 2026-06-29T04:05:15.463Z | # ==== test ==== # |
| 543 | 2026-06-29T04:05:15.613Z | Compiling memchr v2.8.2 |
| 544 | 2026-06-29T04:05:15.617Z | Compiling serde_core v1.0.228 |
| 545 | 2026-06-29T04:05:15.637Z | Compiling thiserror v2.0.18 |
| 546 | 2026-06-29T04:05:15.640Z | Compiling zerocopy v0.8.52 |
| 547 | 2026-06-29T04:05:15.644Z | Compiling byteorder v1.5.0 |
| 548 | 2026-06-29T04:05:15.644Z | Compiling unicode-ident v1.0.24 |
| 549 | 2026-06-29T04:05:15.647Z | Compiling zmij v1.0.21 |
| 550 | 2026-06-29T04:05:15.647Z | Compiling libc v0.2.186 |
| 551 | 2026-06-29T04:05:15.720Z | Compiling proc-macro2 v1.0.106 |
| 552 | 2026-06-29T04:05:15.768Z | Compiling scroll v0.13.0 |
| 553 | 2026-06-29T04:05:15.846Z | Compiling futures-sink v0.3.32 |
| 554 | 2026-06-29T04:05:15.939Z | Compiling itoa v1.0.18 |
| 555 | 2026-06-29T04:05:15.984Z | Compiling plain v0.2.3 |
| 556 | 2026-06-29T04:05:16.009Z | Compiling ucd-trie v0.1.7 |
| 557 | 2026-06-29T04:05:16.032Z | Compiling log v0.4.33 |
| 558 | 2026-06-29T04:05:16.077Z | Compiling futures-core v0.3.32 |
| 559 | 2026-06-29T04:05:16.191Z | Compiling futures-channel v0.3.32 |
| 560 | 2026-06-29T04:05:16.240Z | Compiling goblin v0.10.7 |
| 561 | 2026-06-29T04:05:16.261Z | Compiling pest v2.8.6 |
| 562 | 2026-06-29T04:05:16.423Z | Compiling quote v1.0.46 |
| 563 | 2026-06-29T04:05:16.701Z | Compiling hash32 v0.3.1 |
| 564 | 2026-06-29T04:05:16.871Z | Compiling macaddr v1.0.1 |
| 565 | 2026-06-29T04:05:17.083Z | Compiling futures-task v0.3.32 |
| 566 | 2026-06-29T04:05:17.129Z | Compiling stable_deref_trait v1.2.1 |
| 567 | 2026-06-29T04:05:17.188Z | Compiling pin-project-lite v0.2.17 |
| 568 | 2026-06-29T04:05:17.197Z | Compiling pretty-hex v0.4.2 |
| 569 | 2026-06-29T04:05:17.275Z | Compiling futures-io v0.3.32 |
| 570 | 2026-06-29T04:05:17.275Z | Compiling cfg-if v1.0.4 |
| 571 | 2026-06-29T04:05:17.323Z | Compiling slab v0.4.12 |
| 572 | 2026-06-29T04:05:17.338Z | Compiling dtrace-parser v0.3.0 |
| 573 | 2026-06-29T04:05:17.458Z | Compiling serde v1.0.228 |
| 574 | 2026-06-29T04:05:17.512Z | Compiling bitflags v2.13.0 |
| 575 | 2026-06-29T04:05:17.601Z | Compiling serde_json v1.0.150 |
| 576 | 2026-06-29T04:05:17.927Z | Compiling futures-util v0.3.32 |
| 577 | 2026-06-29T04:05:17.983Z | Compiling heapless v0.8.0 |
| 578 | 2026-06-29T04:05:18.085Z | Compiling syn v2.0.118 |
| 579 | 2026-06-29T04:05:18.428Z | Compiling thread-id v5.1.0 |
| 580 | 2026-06-29T04:05:18.473Z | Compiling ingot-types v0.1.2 |
| 581 | 2026-06-29T04:05:18.502Z | Compiling cobs v0.3.0 |
| 582 | 2026-06-29T04:05:18.629Z | Compiling managed v0.8.0 |
| 583 | 2026-06-29T04:05:18.779Z | Compiling bitflags v1.3.2 |
| 584 | 2026-06-29T04:05:18.843Z | Compiling smoltcp v0.11.0 |
| 585 | 2026-06-29T04:05:18.847Z | Compiling ingot v0.1.1 |
| 586 | 2026-06-29T04:05:18.875Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 587 | 2026-06-29T04:05:19.102Z | Compiling postcard v1.1.3 |
| 588 | 2026-06-29T04:05:19.446Z | Compiling dof v0.4.0 |
| 589 | 2026-06-29T04:05:20.626Z | Compiling usdt-impl v0.6.0 |
| 590 | 2026-06-29T04:05:20.733Z | Compiling futures-executor v0.3.32 |
| 591 | 2026-06-29T04:05:20.902Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 592 | 2026-06-29T04:05:21.050Z | Compiling memmap2 v0.9.10 |
| 593 | 2026-06-29T04:05:21.341Z | Compiling unicode-width v0.2.2 |
| 594 | 2026-06-29T04:05:21.341Z | Compiling either v1.16.0 |
| 595 | 2026-06-29T04:05:21.504Z | Compiling ipnetwork v0.21.1 |
| 596 | 2026-06-29T04:05:21.518Z | Compiling itertools v0.15.0 |
| 597 | 2026-06-29T04:05:21.648Z | Compiling tabwriter v1.4.1 |
| 598 | 2026-06-29T04:05:22.067Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 599 | 2026-06-29T04:05:22.094Z | Compiling ref-cast v1.0.25 |
| 600 | 2026-06-29T04:05:22.190Z | Compiling usdt v0.6.0 |
| 601 | 2026-06-29T04:05:22.513Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 602 | 2026-06-29T04:05:22.817Z | Compiling futures v0.3.32 |
| 603 | 2026-06-29T04:05:22.925Z | Compiling crc32fast v1.5.0 |
| 604 | 2026-06-29T04:05:23.090Z | Compiling nom v8.0.0 |
| 605 | 2026-06-29T04:05:23.170Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 606 | 2026-06-29T04:05:23.217Z | Compiling dyn-clone v1.0.20 |
| 607 | 2026-06-29T04:05:23.312Z | Compiling cookie-factory v0.3.3 |
| 608 | 2026-06-29T04:05:23.379Z | Compiling uuid v1.23.3 |
| 609 | 2026-06-29T04:05:23.625Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 610 | 2026-06-29T04:05:23.857Z | Compiling circular v0.3.0 |
| 611 | 2026-06-29T04:05:24.017Z | Compiling dtor v0.8.1 |
| 612 | 2026-06-29T04:05:24.103Z | Compiling typeid v1.0.3 |
| 613 | 2026-06-29T04:05:24.106Z | Compiling anyhow v1.0.102 |
| 614 | 2026-06-29T04:05:24.135Z | Compiling link-section v0.2.1 |
| 615 | 2026-06-29T04:05:24.208Z | Compiling once_cell v1.21.4 |
| 616 | 2026-06-29T04:05:24.274Z | Compiling ctor v0.10.1 |
| 617 | 2026-06-29T04:05:24.349Z | Compiling ron v0.12.1 |
| 618 | 2026-06-29T04:05:25.653Z | Compiling rusticata-macros v5.0.0 |
| 619 | 2026-06-29T04:05:25.974Z | Compiling pcap-parser v0.17.0 |
| 620 | 2026-06-29T04:05:29.339Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 621 | 2026-06-29T04:05:32.077Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 622 | 2026-06-29T04:06:09.242Z | Finished `test` profile [optimized + debuginfo] target(s) in 53.77s |
| 623 | 2026-06-29T04:06:09.259Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-24cea1feacb3a91f) |
| 624 | 2026-06-29T04:06:09.262Z | |
| 625 | 2026-06-29T04:06:09.262Z | running 15 tests |
| 626 | 2026-06-29T04:06:09.262Z | test api::tests::parse_good_proto_filter ... ok |
| 627 | 2026-06-29T04:06:09.262Z | test api::tests::parse_bad_address ... ok |
| 628 | 2026-06-29T04:06:09.262Z | test api::tests::parse_good_address ... ok |
| 629 | 2026-06-29T04:06:09.262Z | test api::tests::ports_from_str_good ... ok |
| 630 | 2026-06-29T04:06:09.262Z | test api::tests::ports_from_str_bad ... ok |
| 631 | 2026-06-29T04:06:09.262Z | test cfg::tests::test_required_nat_space ... ok |
| 632 | 2026-06-29T04:06:09.263Z | test cfg::tests::test_required_nat_space_only_ipv4 ... ok |
| 633 | 2026-06-29T04:06:09.263Z | test api::tests::parse_bad_proto_filter ... ok |
| 634 | 2026-06-29T04:06:09.263Z | test cfg::tests::test_required_nat_space_only_ipv6 ... ok |
| 635 | 2026-06-29T04:06:09.263Z | test engine::geneve::test::parse_multi_opt ... ok |
| 636 | 2026-06-29T04:06:09.263Z | test engine::geneve::test::parse_multicast_replication_values ... ok |
| 637 | 2026-06-29T04:06:09.263Z | test engine::geneve::test::option_packet_length_with_known_options ... ok |
| 638 | 2026-06-29T04:06:09.263Z | test engine::geneve::test::parse_single_opt ... ok |
| 639 | 2026-06-29T04:06:09.263Z | test engine::geneve::test::unknown_crit_option_fails ... ok |
| 640 | 2026-06-29T04:06:09.266Z | test engine::firewall::tests::port_predicate_simplification ... ok |
| 641 | 2026-06-29T04:06:09.266Z | |
| 642 | 2026-06-29T04:06:09.266Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 643 | 2026-06-29T04:06:09.266Z | |
| 644 | 2026-06-29T04:06:09.266Z | Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-fa3a6388b420215f) |
| 645 | 2026-06-29T04:06:09.266Z | |
| 646 | 2026-06-29T04:06:09.266Z | running 4 tests |
| 647 | 2026-06-29T04:06:09.266Z | test firewall_external_inbound ... ok |
| 648 | 2026-06-29T04:06:09.266Z | test firewall_vni_outbound ... ok |
| 649 | 2026-06-29T04:06:09.266Z | test firewall_vni_inbound ... ok |
| 650 | 2026-06-29T04:06:09.269Z | test firewall_replace_rules ... ok |
| 651 | 2026-06-29T04:06:09.269Z | |
| 652 | 2026-06-29T04:06:09.269Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 653 | 2026-06-29T04:06:09.269Z | |
| 654 | 2026-06-29T04:06:09.270Z | Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-8b007db1de2c7291) |
| 655 | 2026-06-29T04:06:09.270Z | |
| 656 | 2026-06-29T04:06:09.270Z | running 2 tests |
| 657 | 2026-06-29T04:06:09.270Z | test parse_in_regression ... ok |
| 658 | 2026-06-29T04:06:09.270Z | test parse_out_regression ... ok |
| 659 | 2026-06-29T04:06:09.270Z | |
| 660 | 2026-06-29T04:06:09.270Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 661 | 2026-06-29T04:06:09.270Z | |
| 662 | 2026-06-29T04:06:09.270Z | Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-48a3b02f74a5544a) |
| 663 | 2026-06-29T04:06:09.273Z | |
| 664 | 2026-06-29T04:06:09.273Z | running 48 tests |
| 665 | 2026-06-29T04:06:09.273Z | test bad_ip_len ... ok |
| 666 | 2026-06-29T04:06:09.273Z | test add_remove_fw_rule ... ok |
| 667 | 2026-06-29T04:06:09.273Z | test check_layers ... ok |
| 668 | 2026-06-29T04:06:09.273Z | test arp_gateway ... ok |
| 669 | 2026-06-29T04:06:09.273Z | test external_attached_subnets_cannot_reach_internal ... ok |
| 670 | 2026-06-29T04:06:09.273Z | test anti_spoof ... ok |
| 671 | 2026-06-29T04:06:09.273Z | test ephemeral_ip_preferred_over_snat_outbound ... ok |
| 672 | 2026-06-29T04:06:09.273Z | test external_attached_subnets_dont_apply_nat ... ok |
| 673 | 2026-06-29T04:06:09.273Z | test external_ip_epoch_affinity_preserved ... ok |
| 674 | 2026-06-29T04:06:09.273Z | test flow_expiration ... ok |
| 675 | 2026-06-29T04:06:09.277Z | test gateway_icmp4_ping ... ok |
| 676 | 2026-06-29T04:06:09.277Z | test gateway_icmpv6_ping ... ok |
| 677 | 2026-06-29T04:06:09.277Z | test early_tcp_invalidation ... ok |
| 678 | 2026-06-29T04:06:09.277Z | test external_ip_reconfigurable ... ok |
| 679 | 2026-06-29T04:06:09.277Z | test gateway_router_advert_reply ... ok |
| 680 | 2026-06-29T04:06:09.277Z | test guest_to_guest_diff_vpc_no_peer ... ok |
| 681 | 2026-06-29T04:06:09.277Z | test guest_to_internet_ipv4 ... ok |
| 682 | 2026-06-29T04:06:09.277Z | test guest_to_guest_no_route ... ok |
| 683 | 2026-06-29T04:06:09.277Z | test icmp_inner_has_nat_applied ... ok |
| 684 | 2026-06-29T04:06:09.277Z | test inbound_ndp_dropped_at_gateway ... ok |
| 685 | 2026-06-29T04:06:09.277Z | test guest_to_internet_ipv6 ... ok |
| 686 | 2026-06-29T04:06:09.277Z | test guest_to_guest ... ok |
| 687 | 2026-06-29T04:06:09.277Z | test icmpv6_inner_has_nat_applied ... ok |
| 688 | 2026-06-29T04:06:09.277Z | test intra_subnet_routes_with_custom ... ok |
| 689 | 2026-06-29T04:06:09.277Z | test external_ip_receive_and_reply_on_all ... ok |
| 690 | 2026-06-29T04:06:09.277Z | test outbound_ndp_dropped ... ok |
| 691 | 2026-06-29T04:06:09.277Z | test packet_body_pullup ... ok |
| 692 | 2026-06-29T04:06:09.277Z | test no_panic_on_flow_table_full ... ok |
| 693 | 2026-06-29T04:06:09.277Z | test internal_attached_subnets ... ok |
| 694 | 2026-06-29T04:06:09.277Z | test external_ip_balanced_over_floating_ips ... ok |
| 695 | 2026-06-29T04:06:09.277Z | test port_transition_reset ... ok |
| 696 | 2026-06-29T04:06:09.277Z | test port_as_router_target ... ok |
| 697 | 2026-06-29T04:06:09.277Z | test port_transition_running ... ok |
| 698 | 2026-06-29T04:06:09.277Z | test port_transition_pause ... ok |
| 699 | 2026-06-29T04:06:09.277Z | test test_drop_on_unknown_critical_option ... ok |
| 700 | 2026-06-29T04:06:09.277Z | test tcp_invalidation_does_not_block_connection ... ok |
| 701 | 2026-06-29T04:06:09.277Z | test select_eip_conditioned_on_igw ... ok |
| 702 | 2026-06-29T04:06:09.278Z | test snat_icmp6_echo_rewrite ... ok |
| 703 | 2026-06-29T04:06:09.278Z | test snat_icmp4_echo_rewrite ... ok |
| 704 | 2026-06-29T04:06:09.278Z | test tcp_inbound ... ok |
| 705 | 2026-06-29T04:06:09.278Z | test test_ipv6_multicast_encapsulation ... ok |
| 706 | 2026-06-29T04:06:09.278Z | test tcp_outbound ... ok |
| 707 | 2026-06-29T04:06:09.278Z | test test_v6_ext_hdr_geneve_offset_ok ... ok |
| 708 | 2026-06-29T04:06:09.278Z | test test_tcp_multicast_denied ... ok |
| 709 | 2026-06-29T04:06:09.278Z | test test_gateway_neighbor_advert_reply ... ok |
| 710 | 2026-06-29T04:06:09.278Z | test test_reply_to_dhcpv6_solicit_or_request ... ok |
| 711 | 2026-06-29T04:06:09.278Z | test uft_lft_invalidation_out ... ok |
| 712 | 2026-06-29T04:06:09.278Z | test uft_lft_invalidation_in ... ok |
| 713 | 2026-06-29T04:06:09.278Z | |
| 714 | 2026-06-29T04:06:09.278Z | test result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 715 | 2026-06-29T04:06:09.278Z | |
| 716 | 2026-06-29T04:06:09.278Z | Doc-tests oxide_vpc |
| 717 | 2026-06-29T04:06:09.569Z | |
| 718 | 2026-06-29T04:06:09.569Z | running 0 tests |
| 719 | 2026-06-29T04:06:09.569Z | |
| 720 | 2026-06-29T04:06:09.569Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 721 | 2026-06-29T04:06:09.569Z | |
| 722 | 2026-06-29T04:06:09.597Z | |
| 723 | 2026-06-29T04:06:09.600Z | real 54.126626521 |
| 724 | 2026-06-29T04:06:09.600Z | user 3:15.378419050 |
| 725 | 2026-06-29T04:06:09.600Z | sys 11.856498491 |
| 726 | 2026-06-29T04:06:09.600Z | trap 0.090593631 |
| 727 | 2026-06-29T04:06:09.600Z | tflt 0.199694546 |
| 728 | 2026-06-29T04:06:09.600Z | dflt 0.412035554 |
| 729 | 2026-06-29T04:06:09.600Z | kflt 0.000018610 |
| 730 | 2026-06-29T04:06:09.601Z | lock 12:32.931744524 |
| 731 | 2026-06-29T04:06:09.601Z | slp 6:28.081289561 |
| 732 | 2026-06-29T04:06:09.601Z | lat 9.087966714 |
| 733 | 2026-06-29T04:06:09.601Z | stop 6.563779513 |
| 734 | 2026-06-29T04:06:09.601Z | process exited: duration 119055 ms, exit code 0 |
| |
| 735 | 2026-06-29T04:06:09.607Z | found 0 output files |