|
|
|
| 1 | 2026-03-24T03:31:53.342Z | job assigned to worker 01KMEY5S02KBF0N2B4PMAVW322 [factory aws, i-0f9c8dec596811a21] (queued for 2 m 33 s) |
| |
| 2 | 2026-03-24T03:32:01.362Z | starting task 0: "setup" |
| 3 | 2026-03-24T03:32:01.366Z | ++ uname -s |
| 4 | 2026-03-24T03:32:01.369Z | + kern=SunOS |
| 5 | 2026-03-24T03:32:01.369Z | + build_user=build |
| 6 | 2026-03-24T03:32:01.369Z | + build_uid=12345 |
| 7 | 2026-03-24T03:32:01.369Z | + work_dir=/work |
| 8 | 2026-03-24T03:32:01.369Z | + input_dir=/input |
| 9 | 2026-03-24T03:32:01.369Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-24T03:32:01.369Z | + case "$kern" in |
| 11 | 2026-03-24T03:32:01.369Z | + groupadd -g 12345 build |
| 12 | 2026-03-24T03:32:01.372Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-24T03:32:03.377Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-24T03:32:03.497Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-24T03:32:03.500Z | + home_fs=zfs |
| 16 | 2026-03-24T03:32:03.500Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-24T03:32:03.500Z | + mkdir -p /home/build |
| 18 | 2026-03-24T03:32:03.500Z | + chown build:build /home/build /work |
| 19 | 2026-03-24T03:32:05.505Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-24T03:32:05.508Z | process exited: duration 4144 ms, exit code 0 |
| |
| 21 | 2026-03-24T03:32:05.515Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-24T03:32:05.520Z | + printf ' * rust toolchain channel = "%s"\n' 1.93.1 |
| 23 | 2026-03-24T03:32:05.520Z | * rust toolchain channel = "1.93.1" |
| 24 | 2026-03-24T03:32:05.520Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-03-24T03:32:05.520Z | * rust toolchain profile = "default" |
| 26 | 2026-03-24T03:32:05.523Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-24T03:32:05.523Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-24T03:32:05.523Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-24T03:32:05.523Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default |
| 30 | 2026-03-24T03:32:05.654Z | info: downloading installer |
| 31 | 2026-03-24T03:32:07.297Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-24T03:32:07.297Z | warn: /opt/ooce/bin |
| 33 | 2026-03-24T03:32:07.297Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-24T03:32:07.297Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-24T03:32:07.297Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-24T03:32:07.297Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-24T03:32:07.297Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-24T03:32:07.297Z | error: cannot install while Rust is installed |
| 39 | 2026-03-24T03:32:07.297Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-24T03:32:07.297Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-03-24T03:32:07.297Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-03-24T03:32:07.297Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-03-24T03:32:07.297Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-03-24T03:32:07.314Z | info: profile set to default |
| 45 | 2026-03-24T03:32:07.314Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-03-24T03:32:07.317Z | info: syncing channel updates for 1.93.1-x86_64-unknown-illumos |
| 47 | 2026-03-24T03:32:07.470Z | info: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11) |
| 48 | 2026-03-24T03:32:07.473Z | info: downloading 6 components |
| 49 | 2026-03-24T03:32:24.122Z | info: default toolchain set to 1.93.1-x86_64-unknown-illumos |
| 50 | 2026-03-24T03:32:24.122Z | |
| 51 | 2026-03-24T03:32:24.153Z | 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11) |
| 52 | 2026-03-24T03:32:24.153Z | |
| 53 | 2026-03-24T03:32:24.156Z | |
| 54 | 2026-03-24T03:32:24.156Z | Rust is installed now. Great! |
| 55 | 2026-03-24T03:32:24.156Z | |
| 56 | 2026-03-24T03:32:24.156Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-03-24T03:32:24.156Z | environment variable. This has not been done automatically. |
| 58 | 2026-03-24T03:32:24.156Z | |
| 59 | 2026-03-24T03:32:24.156Z | To configure your current shell, you need to source |
| 60 | 2026-03-24T03:32:24.156Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-03-24T03:32:24.156Z | |
| 62 | 2026-03-24T03:32:24.156Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-03-24T03:32:24.156Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-03-24T03:32:24.156Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-03-24T03:32:24.156Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-03-24T03:32:24.156Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-03-24T03:32:24.156Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-03-24T03:32:24.156Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-03-24T03:32:24.156Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-03-24T03:32:24.156Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-03-24T03:32:24.248Z | + rustup --version |
| 72 | 2026-03-24T03:32:24.259Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-03-24T03:32:24.263Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-03-24T03:32:24.285Z | info: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)` |
| 75 | 2026-03-24T03:32:24.288Z | + cargo --version |
| 76 | 2026-03-24T03:32:24.303Z | cargo 1.93.1 (083ac5135 2025-12-15) |
| 77 | 2026-03-24T03:32:24.306Z | + rustc --version |
| 78 | 2026-03-24T03:32:24.333Z | rustc 1.93.1 (01f6ddf75 2026-02-11) |
| 79 | 2026-03-24T03:32:24.336Z | process exited: duration 18815 ms, exit code 0 |
| |
| 80 | 2026-03-24T03:32:24.343Z | starting task 2: "authentication" |
| 81 | 2026-03-24T03:32:24.365Z | process exited: duration 20 ms, exit code 0 |
| |
| 82 | 2026-03-24T03:32:24.393Z | starting task 3: "clone repository" |
| 83 | 2026-03-24T03:32:24.405Z | + mkdir -p /work/oxidecomputer/opte |
| 84 | 2026-03-24T03:32:24.408Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 85 | 2026-03-24T03:32:24.430Z | Cloning into '/work/oxidecomputer/opte'... |
| 86 | 2026-03-24T03:32:25.297Z | + cd /work/oxidecomputer/opte |
| 87 | 2026-03-24T03:32:25.302Z | + git fetch origin 9b29b03e5f513abaa63371c2c7e3dd12afdc966d |
| 88 | 2026-03-24T03:32:25.606Z | From https://github.com/oxidecomputer/opte |
| 89 | 2026-03-24T03:32:25.606Z | * branch 9b29b03e5f513abaa63371c2c7e3dd12afdc966d -> FETCH_HEAD |
| 90 | 2026-03-24T03:32:25.614Z | + [[ -n renovate/toml-1.x-lockfile ]] |
| 91 | 2026-03-24T03:32:25.617Z | ++ git branch --show-current |
| 92 | 2026-03-24T03:32:25.617Z | + current=master |
| 93 | 2026-03-24T03:32:25.617Z | + [[ master != renovate/toml-1.x-lockfile ]] |
| 94 | 2026-03-24T03:32:25.618Z | + git branch -f renovate/toml-1.x-lockfile 9b29b03e5f513abaa63371c2c7e3dd12afdc966d |
| 95 | 2026-03-24T03:32:25.621Z | + git checkout -f renovate/toml-1.x-lockfile |
| 96 | 2026-03-24T03:32:25.645Z | Switched to branch 'renovate/toml-1.x-lockfile' |
| 97 | 2026-03-24T03:32:25.649Z | + git reset --hard 9b29b03e5f513abaa63371c2c7e3dd12afdc966d |
| 98 | 2026-03-24T03:32:25.670Z | HEAD is now at 9b29b03 Update Rust crate toml to v1.1.0 |
| 99 | 2026-03-24T03:32:25.676Z | process exited: duration 1279 ms, exit code 0 |
| |
| 100 | 2026-03-24T03:32:25.682Z | starting task 4: "build" |
| 101 | 2026-03-24T03:32:25.687Z | + source .github/buildomat/common.sh |
| 102 | 2026-03-24T03:32:25.690Z | ++ rustup show active-toolchain |
| 103 | 2026-03-24T03:32:25.693Z | 1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 104 | 2026-03-24T03:32:25.697Z | ++ pushd xde |
| 105 | 2026-03-24T03:32:25.697Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 106 | 2026-03-24T03:32:25.697Z | ++ rustup show active-toolchain |
| 107 | 2026-03-24T03:32:25.701Z | info: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos |
| 108 | 2026-03-24T03:32:25.896Z | info: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23) |
| 109 | 2026-03-24T03:32:25.899Z | info: downloading 6 components |
| 110 | 2026-03-24T03:32:40.469Z | nightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 111 | 2026-03-24T03:32:40.578Z | +++ rustup show active-toolchain -v |
| 112 | 2026-03-24T03:32:40.578Z | +++ head -n 1 |
| 113 | 2026-03-24T03:32:40.581Z | +++ cut '-d ' -f1 |
| 114 | 2026-03-24T03:32:40.655Z | ++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos |
| 115 | 2026-03-24T03:32:40.655Z | ++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos |
| 116 | 2026-03-24T03:32:40.655Z | ++ popd |
| 117 | 2026-03-24T03:32:40.658Z | /work/oxidecomputer/opte |
| 118 | 2026-03-24T03:32:40.658Z | + cargo --version |
| 119 | 2026-03-24T03:32:40.668Z | cargo 1.93.1 (083ac5135 2025-12-15) |
| 120 | 2026-03-24T03:32:40.671Z | + rustc --version |
| 121 | 2026-03-24T03:32:40.698Z | rustc 1.93.1 (01f6ddf75 2026-02-11) |
| 122 | 2026-03-24T03:32:40.702Z | + cd lib/oxide-vpc |
| 123 | 2026-03-24T03:32:40.705Z | + header 'check style' |
| 124 | 2026-03-24T03:32:40.705Z | + echo '# ==== check style ==== #' |
| 125 | 2026-03-24T03:32:40.705Z | # ==== check style ==== # |
| 126 | 2026-03-24T03:32:40.705Z | + ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check |
| 127 | 2026-03-24T03:32:40.877Z | |
| 128 | 2026-03-24T03:32:40.877Z | real 0.170688743 |
| 129 | 2026-03-24T03:32:40.877Z | user 0.121724729 |
| 130 | 2026-03-24T03:32:40.877Z | sys 0.042847211 |
| 131 | 2026-03-24T03:32:40.877Z | trap 0.000044724 |
| 132 | 2026-03-24T03:32:40.877Z | tflt 0.000035960 |
| 133 | 2026-03-24T03:32:40.880Z | dflt 0.000009907 |
| 134 | 2026-03-24T03:32:40.880Z | kflt 0.000000000 |
| 135 | 2026-03-24T03:32:40.880Z | lock 0.062105687 |
| 136 | 2026-03-24T03:32:40.880Z | slp 0.147062069 |
| 137 | 2026-03-24T03:32:40.880Z | lat 0.000298891 |
| 138 | 2026-03-24T03:32:40.880Z | stop 0.000213142 |
| 139 | 2026-03-24T03:32:40.880Z | + header 'check docs' |
| 140 | 2026-03-24T03:32:40.880Z | + echo '# ==== check docs ==== #' |
| 141 | 2026-03-24T03:32:40.880Z | # ==== check docs ==== # |
| 142 | 2026-03-24T03:32:40.880Z | + RUSTDOCFLAGS='-D warnings' |
| 143 | 2026-03-24T03:32:40.880Z | + ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 144 | 2026-03-24T03:32:40.969Z | Updating crates.io index |
| 145 | 2026-03-24T03:32:41.033Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 146 | 2026-03-24T03:32:42.075Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 147 | 2026-03-24T03:32:42.509Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 148 | 2026-03-24T03:32:42.833Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 149 | 2026-03-24T03:32:43.297Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 150 | 2026-03-24T03:32:43.564Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 151 | 2026-03-24T03:32:43.803Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 152 | 2026-03-24T03:32:46.177Z | Downloading crates ... |
| 153 | 2026-03-24T03:32:46.244Z | Downloaded crc32fast v1.5.0 |
| 154 | 2026-03-24T03:32:46.251Z | Downloaded usdt-macro v0.6.0 |
| 155 | 2026-03-24T03:32:46.257Z | Downloaded unicode-ident v1.0.24 |
| 156 | 2026-03-24T03:32:46.260Z | Downloaded log v0.4.29 |
| 157 | 2026-03-24T03:32:46.265Z | Downloaded dof v0.4.0 |
| 158 | 2026-03-24T03:32:46.279Z | Downloaded postcard v1.1.3 |
| 159 | 2026-03-24T03:32:46.298Z | Downloaded ucd-trie v0.1.7 |
| 160 | 2026-03-24T03:32:46.302Z | Downloaded managed v0.8.0 |
| 161 | 2026-03-24T03:32:46.306Z | Downloaded bitflags v2.11.0 |
| 162 | 2026-03-24T03:32:46.315Z | Downloaded either v1.15.0 |
| 163 | 2026-03-24T03:32:46.318Z | Downloaded usdt-attr-macro v0.6.0 |
| 164 | 2026-03-24T03:32:46.318Z | Downloaded defmt-macros v1.0.1 |
| 165 | 2026-03-24T03:32:46.324Z | Downloaded fnv v1.0.7 |
| 166 | 2026-03-24T03:32:46.327Z | Downloaded pest_meta v2.8.6 |
| 167 | 2026-03-24T03:32:46.327Z | Downloaded embedded-io v0.4.0 |
| 168 | 2026-03-24T03:32:46.330Z | Downloaded hash32 v0.3.1 |
| 169 | 2026-03-24T03:32:46.330Z | Downloaded digest v0.10.7 |
| 170 | 2026-03-24T03:32:46.332Z | Downloaded defmt v0.3.100 |
| 171 | 2026-03-24T03:32:46.332Z | Downloaded ipnetwork v0.21.1 |
| 172 | 2026-03-24T03:32:46.333Z | Downloaded typenum v1.19.0 |
| 173 | 2026-03-24T03:32:46.338Z | Downloaded dtrace-parser v0.3.0 |
| 174 | 2026-03-24T03:32:46.341Z | Downloaded ident_case v1.0.1 |
| 175 | 2026-03-24T03:32:46.344Z | Downloaded cobs v0.3.0 |
| 176 | 2026-03-24T03:32:46.344Z | Downloaded cpufeatures v0.2.17 |
| 177 | 2026-03-24T03:32:46.348Z | Downloaded strsim v0.11.1 |
| 178 | 2026-03-24T03:32:46.359Z | Downloaded regex-syntax v0.8.10 |
| 179 | 2026-03-24T03:32:46.363Z | Downloaded plain v0.2.3 |
| 180 | 2026-03-24T03:32:46.368Z | Downloaded pest_generator v2.8.6 |
| 181 | 2026-03-24T03:32:46.368Z | Downloaded quote v1.0.45 |
| 182 | 2026-03-24T03:32:46.375Z | Downloaded usdt-impl v0.6.0 |
| 183 | 2026-03-24T03:32:46.376Z | Downloaded serde_tokenstream v0.2.3 |
| 184 | 2026-03-24T03:32:46.376Z | Downloaded bitflags v1.3.2 |
| 185 | 2026-03-24T03:32:46.380Z | Downloaded scroll_derive v0.13.1 |
| 186 | 2026-03-24T03:32:46.380Z | Downloaded generic-array v0.14.7 |
| 187 | 2026-03-24T03:32:46.389Z | Downloaded ref-cast v1.0.25 |
| 188 | 2026-03-24T03:32:46.394Z | Downloaded serde v1.0.228 |
| 189 | 2026-03-24T03:32:46.400Z | Downloaded pretty-hex v0.4.1 |
| 190 | 2026-03-24T03:32:46.400Z | Downloaded embedded-io v0.6.1 |
| 191 | 2026-03-24T03:32:46.400Z | Downloaded ingot-macros v0.1.1 |
| 192 | 2026-03-24T03:32:46.403Z | Downloaded serde_derive v1.0.228 |
| 193 | 2026-03-24T03:32:46.403Z | Downloaded darling_macro v0.21.3 |
| 194 | 2026-03-24T03:32:46.403Z | Downloaded itoa v1.0.17 |
| 195 | 2026-03-24T03:32:46.408Z | Downloaded sha2 v0.10.9 |
| 196 | 2026-03-24T03:32:46.411Z | Downloaded block-buffer v0.10.4 |
| 197 | 2026-03-24T03:32:46.414Z | Downloaded thread-id v5.1.0 |
| 198 | 2026-03-24T03:32:46.414Z | Downloaded crypto-common v0.1.7 |
| 199 | 2026-03-24T03:32:46.418Z | Downloaded scroll v0.13.0 |
| 200 | 2026-03-24T03:32:46.423Z | Downloaded macaddr v1.0.1 |
| 201 | 2026-03-24T03:32:46.426Z | Downloaded stable_deref_trait v1.2.1 |
| 202 | 2026-03-24T03:32:46.429Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 203 | 2026-03-24T03:32:46.433Z | Downloaded cfg-if v1.0.4 |
| 204 | 2026-03-24T03:32:46.440Z | Downloaded dyn-clone v1.0.20 |
| 205 | 2026-03-24T03:32:46.443Z | Downloaded tabwriter v1.4.1 |
| 206 | 2026-03-24T03:32:46.447Z | Downloaded version_check v0.9.5 |
| 207 | 2026-03-24T03:32:46.450Z | Downloaded usdt v0.6.0 |
| 208 | 2026-03-24T03:32:46.454Z | Downloaded ref-cast-impl v1.0.25 |
| 209 | 2026-03-24T03:32:46.458Z | Downloaded defmt-parser v1.0.0 |
| 210 | 2026-03-24T03:32:46.463Z | Downloaded byteorder v1.5.0 |
| 211 | 2026-03-24T03:32:46.466Z | Downloaded zerocopy-derive v0.8.42 |
| 212 | 2026-03-24T03:32:46.470Z | Downloaded thiserror-impl v2.0.18 |
| 213 | 2026-03-24T03:32:46.473Z | Downloaded serde_core v1.0.228 |
| 214 | 2026-03-24T03:32:46.473Z | Downloaded pest_derive v2.8.6 |
| 215 | 2026-03-24T03:32:46.476Z | Downloaded zmij v1.0.21 |
| 216 | 2026-03-24T03:32:46.479Z | Downloaded ingot v0.1.1 |
| 217 | 2026-03-24T03:32:46.484Z | Downloaded defmt v1.0.1 |
| 218 | 2026-03-24T03:32:46.487Z | Downloaded heapless v0.8.0 |
| 219 | 2026-03-24T03:32:46.490Z | Downloaded proc-macro-error2 v2.0.1 |
| 220 | 2026-03-24T03:32:46.493Z | Downloaded darling v0.21.3 |
| 221 | 2026-03-24T03:32:46.496Z | Downloaded memchr v2.8.0 |
| 222 | 2026-03-24T03:32:46.500Z | Downloaded uuid v1.22.0 |
| 223 | 2026-03-24T03:32:46.507Z | Downloaded proc-macro2 v1.0.106 |
| 224 | 2026-03-24T03:32:46.510Z | Downloaded memmap2 v0.9.10 |
| 225 | 2026-03-24T03:32:46.513Z | Downloaded darling_core v0.21.3 |
| 226 | 2026-03-24T03:32:46.540Z | Downloaded regex v1.12.3 |
| 227 | 2026-03-24T03:32:46.563Z | Downloaded aho-corasick v1.1.4 |
| 228 | 2026-03-24T03:32:46.568Z | Downloaded serde_json v1.0.149 |
| 229 | 2026-03-24T03:32:46.576Z | Downloaded itertools v0.14.0 |
| 230 | 2026-03-24T03:32:46.586Z | Downloaded unicode-width v0.2.2 |
| 231 | 2026-03-24T03:32:46.620Z | Downloaded goblin v0.10.5 |
| 232 | 2026-03-24T03:32:46.628Z | Downloaded syn v2.0.117 |
| 233 | 2026-03-24T03:32:46.636Z | Downloaded zerocopy v0.8.42 |
| 234 | 2026-03-24T03:32:46.646Z | Downloaded smoltcp v0.11.0 |
| 235 | 2026-03-24T03:32:46.654Z | Downloaded regex-automata v0.4.14 |
| 236 | 2026-03-24T03:32:46.677Z | Downloaded libc v0.2.183 |
| 237 | 2026-03-24T03:32:47.009Z | Downloaded thiserror v2.0.18 |
| 238 | 2026-03-24T03:32:47.451Z | Downloaded ingot-types v0.1.2 |
| 239 | 2026-03-24T03:32:47.779Z | Downloaded pest v2.8.6 |
| 240 | 2026-03-24T03:32:47.834Z | Compiling proc-macro2 v1.0.106 |
| 241 | 2026-03-24T03:32:47.834Z | Compiling quote v1.0.45 |
| 242 | 2026-03-24T03:32:47.836Z | Compiling unicode-ident v1.0.24 |
| 243 | 2026-03-24T03:32:47.837Z | Documenting unicode-ident v1.0.24 |
| 244 | 2026-03-24T03:32:47.837Z | Compiling serde_core v1.0.228 |
| 245 | 2026-03-24T03:32:47.837Z | Compiling fnv v1.0.7 |
| 246 | 2026-03-24T03:32:47.837Z | Compiling ident_case v1.0.1 |
| 247 | 2026-03-24T03:32:48.024Z | Compiling strsim v0.11.1 |
| 248 | 2026-03-24T03:32:48.034Z | Compiling memchr v2.8.0 |
| 249 | 2026-03-24T03:32:48.177Z | Compiling thiserror v2.0.18 |
| 250 | 2026-03-24T03:32:48.325Z | Compiling serde v1.0.228 |
| 251 | 2026-03-24T03:32:48.374Z | Compiling zerocopy v0.8.42 |
| 252 | 2026-03-24T03:32:48.395Z | Compiling regex-syntax v0.8.10 |
| 253 | 2026-03-24T03:32:48.605Z | Documenting proc-macro2 v1.0.106 |
| 254 | 2026-03-24T03:32:48.717Z | Compiling aho-corasick v1.1.4 |
| 255 | 2026-03-24T03:32:49.166Z | Compiling syn v2.0.117 |
| 256 | 2026-03-24T03:32:49.228Z | Checking byteorder v1.5.0 |
| 257 | 2026-03-24T03:32:49.251Z | Compiling either v1.15.0 |
| 258 | 2026-03-24T03:32:49.308Z | Documenting quote v1.0.45 |
| 259 | 2026-03-24T03:32:49.501Z | Compiling itertools v0.14.0 |
| 260 | 2026-03-24T03:32:49.918Z | Documenting syn v2.0.117 |
| 261 | 2026-03-24T03:32:50.388Z | Compiling regex-automata v0.4.14 |
| 262 | 2026-03-24T03:32:50.665Z | Compiling heapless v0.8.0 |
| 263 | 2026-03-24T03:32:51.056Z | Documenting ident_case v1.0.1 |
| 264 | 2026-03-24T03:32:51.163Z | Documenting strsim v0.11.1 |
| 265 | 2026-03-24T03:32:51.285Z | Documenting fnv v1.0.7 |
| 266 | 2026-03-24T03:32:51.761Z | Checking bitflags v2.11.0 |
| 267 | 2026-03-24T03:32:51.833Z | Checking hash32 v0.3.1 |
| 268 | 2026-03-24T03:32:51.854Z | Documenting serde_core v1.0.228 |
| 269 | 2026-03-24T03:32:51.945Z | Documenting memchr v2.8.0 |
| 270 | 2026-03-24T03:32:51.956Z | Checking stable_deref_trait v1.2.1 |
| 271 | 2026-03-24T03:32:52.000Z | Checking darling_core v0.21.3 |
| 272 | 2026-03-24T03:32:52.029Z | Checking cfg-if v1.0.4 |
| 273 | 2026-03-24T03:32:52.096Z | Checking macaddr v1.0.1 |
| 274 | 2026-03-24T03:32:52.268Z | Documenting regex-syntax v0.8.10 |
| 275 | 2026-03-24T03:32:52.848Z | Compiling regex v1.12.3 |
| 276 | 2026-03-24T03:32:53.236Z | Documenting darling_core v0.21.3 |
| 277 | 2026-03-24T03:32:53.376Z | Documenting aho-corasick v1.1.4 |
| 278 | 2026-03-24T03:32:53.583Z | Compiling smoltcp v0.11.0 |
| 279 | 2026-03-24T03:32:53.965Z | Checking managed v0.8.0 |
| 280 | 2026-03-24T03:32:53.973Z | Checking bitflags v1.3.2 |
| 281 | 2026-03-24T03:32:54.189Z | Documenting zerocopy-derive v0.8.42 |
| 282 | 2026-03-24T03:32:54.348Z | Compiling thiserror-impl v2.0.18 |
| 283 | 2026-03-24T03:32:54.390Z | Compiling zerocopy-derive v0.8.42 |
| 284 | 2026-03-24T03:32:54.438Z | Compiling serde_derive v1.0.228 |
| 285 | 2026-03-24T03:32:54.476Z | Documenting regex-automata v0.4.14 |
| 286 | 2026-03-24T03:32:54.706Z | Documenting darling_macro v0.21.3 |
| 287 | 2026-03-24T03:32:55.224Z | Documenting serde_derive v1.0.228 |
| 288 | 2026-03-24T03:32:55.534Z | Documenting thiserror-impl v2.0.18 |
| 289 | 2026-03-24T03:32:55.623Z | Compiling darling_macro v0.21.3 |
| 290 | 2026-03-24T03:32:55.688Z | Compiling ref-cast v1.0.25 |
| 291 | 2026-03-24T03:32:56.101Z | Documenting byteorder v1.5.0 |
| 292 | 2026-03-24T03:32:56.130Z | Checking cobs v0.3.0 |
| 293 | 2026-03-24T03:32:56.298Z | Compiling crc32fast v1.5.0 |
| 294 | 2026-03-24T03:32:56.308Z | Documenting regex v1.12.3 |
| 295 | 2026-03-24T03:32:56.379Z | Compiling darling v0.21.3 |
| 296 | 2026-03-24T03:32:56.464Z | Compiling ingot-macros v0.1.1 |
| 297 | 2026-03-24T03:32:56.659Z | Documenting darling v0.21.3 |
| 298 | 2026-03-24T03:32:56.743Z | Documenting thiserror v2.0.18 |
| 299 | 2026-03-24T03:32:56.821Z | Documenting zerocopy v0.8.42 |
| 300 | 2026-03-24T03:32:57.023Z | Documenting hash32 v0.3.1 |
| 301 | 2026-03-24T03:32:57.501Z | Compiling ref-cast-impl v1.0.25 |
| 302 | 2026-03-24T03:32:57.837Z | Documenting ingot-macros v0.1.1 |
| 303 | 2026-03-24T03:32:57.986Z | Documenting bitflags v2.11.0 |
| 304 | 2026-03-24T03:32:58.263Z | Documenting serde v1.0.228 |
| 305 | 2026-03-24T03:32:58.673Z | Checking postcard v1.1.3 |
| 306 | 2026-03-24T03:32:58.773Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 307 | 2026-03-24T03:32:59.024Z | Documenting macaddr v1.0.1 |
| 308 | 2026-03-24T03:32:59.100Z | Compiling version_check v0.9.5 |
| 309 | 2026-03-24T03:32:59.205Z | Checking unicode-width v0.2.2 |
| 310 | 2026-03-24T03:32:59.341Z | Documenting cfg-if v1.0.4 |
| 311 | 2026-03-24T03:32:59.456Z | Checking ipnetwork v0.21.1 |
| 312 | 2026-03-24T03:32:59.519Z | Documenting stable_deref_trait v1.2.1 |
| 313 | 2026-03-24T03:32:59.668Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 314 | 2026-03-24T03:32:59.705Z | Documenting cobs v0.3.0 |
| 315 | 2026-03-24T03:32:59.967Z | Documenting managed v0.8.0 |
| 316 | 2026-03-24T03:33:00.035Z | Checking tabwriter v1.4.1 |
| 317 | 2026-03-24T03:33:00.197Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 318 | 2026-03-24T03:33:00.262Z | Checking ingot-types v0.1.2 |
| 319 | 2026-03-24T03:33:00.490Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 320 | 2026-03-24T03:33:00.500Z | Documenting heapless v0.8.0 |
| 321 | 2026-03-24T03:33:00.707Z | Checking ingot v0.1.1 |
| 322 | 2026-03-24T03:33:01.160Z | Documenting postcard v1.1.3 |
| 323 | 2026-03-24T03:33:01.163Z | Documenting ingot-types v0.1.2 |
| 324 | 2026-03-24T03:33:01.241Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 325 | 2026-03-24T03:33:01.405Z | Documenting ref-cast-impl v1.0.25 |
| 326 | 2026-03-24T03:33:01.480Z | Documenting unicode-width v0.2.2 |
| 327 | 2026-03-24T03:33:01.800Z | Documenting either v1.15.0 |
| 328 | 2026-03-24T03:33:01.934Z | Checking dyn-clone v1.0.20 |
| 329 | 2026-03-24T03:33:02.044Z | Documenting ipnetwork v0.21.1 |
| 330 | 2026-03-24T03:33:02.148Z | Documenting smoltcp v0.11.0 |
| 331 | 2026-03-24T03:33:02.436Z | Documenting crc32fast v1.5.0 |
| 332 | 2026-03-24T03:33:02.821Z | Documenting ingot v0.1.1 |
| 333 | 2026-03-24T03:33:02.857Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 334 | 2026-03-24T03:33:03.086Z | Documenting ref-cast v1.0.25 |
| 335 | 2026-03-24T03:33:03.383Z | Documenting tabwriter v1.4.1 |
| 336 | 2026-03-24T03:33:03.715Z | Documenting itertools v0.14.0 |
| 337 | 2026-03-24T03:33:03.969Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 338 | 2026-03-24T03:33:04.068Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 339 | 2026-03-24T03:33:04.366Z | Documenting dyn-clone v1.0.20 |
| 340 | 2026-03-24T03:33:05.127Z | Documenting uuid v1.22.0 |
| 341 | 2026-03-24T03:33:05.520Z | Checking uuid v1.22.0 |
| 342 | 2026-03-24T03:33:05.845Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 343 | 2026-03-24T03:33:06.150Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 344 | 2026-03-24T03:33:06.654Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 345 | 2026-03-24T03:33:09.158Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 346 | 2026-03-24T03:33:12.162Z | Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 347 | 2026-03-24T03:33:14.195Z | Finished `dev` profile [optimized + debuginfo] target(s) in 33.30s |
| 348 | 2026-03-24T03:33:14.304Z | Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html |
| 349 | 2026-03-24T03:33:14.322Z | |
| 350 | 2026-03-24T03:33:14.325Z | real 33.420809523 |
| 351 | 2026-03-24T03:33:14.325Z | user 1:50.623496505 |
| 352 | 2026-03-24T03:33:14.325Z | sys 20.669468918 |
| 353 | 2026-03-24T03:33:14.325Z | trap 0.059349694 |
| 354 | 2026-03-24T03:33:14.325Z | tflt 0.091719976 |
| 355 | 2026-03-24T03:33:14.325Z | dflt 0.051911958 |
| 356 | 2026-03-24T03:33:14.325Z | kflt 0.001613282 |
| 357 | 2026-03-24T03:33:14.325Z | lock 11:45.527447600 |
| 358 | 2026-03-24T03:33:14.325Z | slp 6:31.471108454 |
| 359 | 2026-03-24T03:33:14.325Z | lat 9.972151818 |
| 360 | 2026-03-24T03:33:14.326Z | stop 12.503296178 |
| 361 | 2026-03-24T03:33:14.326Z | + header 'analyze std + api + usdt' |
| 362 | 2026-03-24T03:33:14.326Z | + echo '# ==== analyze std + api + usdt ==== #' |
| 363 | 2026-03-24T03:33:14.326Z | # ==== analyze std + api + usdt ==== # |
| 364 | 2026-03-24T03:33:14.326Z | + ptime -m cargo clippy --features usdt --all-targets -- --deny warnings |
| 365 | 2026-03-24T03:33:14.556Z | Downloading crates ... |
| 366 | 2026-03-24T03:33:14.633Z | Downloaded futures v0.3.32 |
| 367 | 2026-03-24T03:33:14.637Z | Downloaded dtor v0.1.1 |
| 368 | 2026-03-24T03:33:14.640Z | Downloaded ctor v0.6.3 |
| 369 | 2026-03-24T03:33:14.644Z | Downloaded futures-channel v0.3.32 |
| 370 | 2026-03-24T03:33:14.647Z | Downloaded futures-sink v0.3.32 |
| 371 | 2026-03-24T03:33:14.647Z | Downloaded typeid v1.0.3 |
| 372 | 2026-03-24T03:33:14.647Z | Downloaded rusticata-macros v5.0.0 |
| 373 | 2026-03-24T03:33:14.647Z | Downloaded futures-task v0.3.32 |
| 374 | 2026-03-24T03:33:14.647Z | Downloaded futures-macro v0.3.32 |
| 375 | 2026-03-24T03:33:14.650Z | Downloaded futures-io v0.3.32 |
| 376 | 2026-03-24T03:33:14.653Z | Downloaded futures-core v0.3.32 |
| 377 | 2026-03-24T03:33:14.653Z | Downloaded ctor-proc-macro v0.0.7 |
| 378 | 2026-03-24T03:33:14.653Z | Downloaded pin-project-lite v0.2.17 |
| 379 | 2026-03-24T03:33:14.657Z | Downloaded once_cell v1.21.3 |
| 380 | 2026-03-24T03:33:14.660Z | Downloaded dtor-proc-macro v0.0.6 |
| 381 | 2026-03-24T03:33:14.663Z | Downloaded circular v0.3.0 |
| 382 | 2026-03-24T03:33:14.663Z | Downloaded slab v0.4.12 |
| 383 | 2026-03-24T03:33:14.666Z | Downloaded anyhow v1.0.102 |
| 384 | 2026-03-24T03:33:14.666Z | Downloaded futures-executor v0.3.32 |
| 385 | 2026-03-24T03:33:14.669Z | Downloaded cookie-factory v0.3.3 |
| 386 | 2026-03-24T03:33:14.677Z | Downloaded nom v8.0.0 |
| 387 | 2026-03-24T03:33:14.681Z | Downloaded ron v0.12.0 |
| 388 | 2026-03-24T03:33:14.696Z | Downloaded pcap-parser v0.17.0 |
| 389 | 2026-03-24T03:33:14.700Z | Downloaded futures-util v0.3.32 |
| 390 | 2026-03-24T03:33:14.766Z | Compiling proc-macro2 v1.0.106 |
| 391 | 2026-03-24T03:33:14.766Z | Compiling quote v1.0.45 |
| 392 | 2026-03-24T03:33:14.766Z | Compiling unicode-ident v1.0.24 |
| 393 | 2026-03-24T03:33:14.769Z | Compiling memchr v2.8.0 |
| 394 | 2026-03-24T03:33:14.769Z | Compiling thiserror v2.0.18 |
| 395 | 2026-03-24T03:33:14.769Z | Compiling zerocopy v0.8.42 |
| 396 | 2026-03-24T03:33:14.769Z | Compiling serde_core v1.0.228 |
| 397 | 2026-03-24T03:33:14.974Z | Compiling zmij v1.0.21 |
| 398 | 2026-03-24T03:33:15.242Z | Compiling libc v0.2.183 |
| 399 | 2026-03-24T03:33:15.252Z | Compiling serde_json v1.0.149 |
| 400 | 2026-03-24T03:33:15.315Z | Compiling ucd-trie v0.1.7 |
| 401 | 2026-03-24T03:33:15.335Z | Compiling serde v1.0.228 |
| 402 | 2026-03-24T03:33:15.527Z | Compiling pest v2.8.6 |
| 403 | 2026-03-24T03:33:15.627Z | Compiling fnv v1.0.7 |
| 404 | 2026-03-24T03:33:15.739Z | Compiling strsim v0.11.1 |
| 405 | 2026-03-24T03:33:15.782Z | Compiling ident_case v1.0.1 |
| 406 | 2026-03-24T03:33:16.166Z | Compiling aho-corasick v1.1.4 |
| 407 | 2026-03-24T03:33:16.239Z | Checking byteorder v1.5.0 |
| 408 | 2026-03-24T03:33:16.324Z | Compiling itoa v1.0.17 |
| 409 | 2026-03-24T03:33:16.388Z | Compiling syn v2.0.117 |
| 410 | 2026-03-24T03:33:16.437Z | Compiling regex-syntax v0.8.10 |
| 411 | 2026-03-24T03:33:16.925Z | Compiling usdt-impl v0.6.0 |
| 412 | 2026-03-24T03:33:16.987Z | Compiling either v1.15.0 |
| 413 | 2026-03-24T03:33:17.221Z | Compiling pest_meta v2.8.6 |
| 414 | 2026-03-24T03:33:17.226Z | Compiling itertools v0.14.0 |
| 415 | 2026-03-24T03:33:17.455Z | Checking bitflags v2.11.0 |
| 416 | 2026-03-24T03:33:17.645Z | Compiling thread-id v5.1.0 |
| 417 | 2026-03-24T03:33:17.949Z | Checking log v0.4.29 |
| 418 | 2026-03-24T03:33:18.118Z | Checking plain v0.2.3 |
| 419 | 2026-03-24T03:33:18.129Z | Checking futures-sink v0.3.32 |
| 420 | 2026-03-24T03:33:18.230Z | Compiling heapless v0.8.0 |
| 421 | 2026-03-24T03:33:18.433Z | Compiling regex-automata v0.4.14 |
| 422 | 2026-03-24T03:33:18.579Z | Checking futures-core v0.3.32 |
| 423 | 2026-03-24T03:33:18.728Z | Checking futures-channel v0.3.32 |
| 424 | 2026-03-24T03:33:19.092Z | Checking hash32 v0.3.1 |
| 425 | 2026-03-24T03:33:19.181Z | Checking stable_deref_trait v1.2.1 |
| 426 | 2026-03-24T03:33:19.228Z | Checking futures-io v0.3.32 |
| 427 | 2026-03-24T03:33:19.240Z | Compiling smoltcp v0.11.0 |
| 428 | 2026-03-24T03:33:19.244Z | Checking pretty-hex v0.4.1 |
| 429 | 2026-03-24T03:33:19.352Z | Checking macaddr v1.0.1 |
| 430 | 2026-03-24T03:33:19.375Z | Checking cfg-if v1.0.4 |
| 431 | 2026-03-24T03:33:19.445Z | Checking pin-project-lite v0.2.17 |
| 432 | 2026-03-24T03:33:19.503Z | Checking futures-task v0.3.32 |
| 433 | 2026-03-24T03:33:19.530Z | Checking slab v0.4.12 |
| 434 | 2026-03-24T03:33:19.706Z | Compiling pest_generator v2.8.6 |
| 435 | 2026-03-24T03:33:19.724Z | Compiling darling_core v0.21.3 |
| 436 | 2026-03-24T03:33:19.900Z | Compiling ref-cast v1.0.25 |
| 437 | 2026-03-24T03:33:20.138Z | Checking managed v0.8.0 |
| 438 | 2026-03-24T03:33:20.234Z | Checking bitflags v1.3.2 |
| 439 | 2026-03-24T03:33:20.288Z | Compiling version_check v0.9.5 |
| 440 | 2026-03-24T03:33:20.299Z | Compiling crc32fast v1.5.0 |
| 441 | 2026-03-24T03:33:20.583Z | Checking memmap2 v0.9.10 |
| 442 | 2026-03-24T03:33:20.662Z | Compiling regex v1.12.3 |
| 443 | 2026-03-24T03:33:20.738Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 444 | 2026-03-24T03:33:20.781Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 445 | 2026-03-24T03:33:21.056Z | Checking unicode-width v0.2.2 |
| 446 | 2026-03-24T03:33:21.156Z | Checking ipnetwork v0.21.1 |
| 447 | 2026-03-24T03:33:21.365Z | Checking tabwriter v1.4.1 |
| 448 | 2026-03-24T03:33:21.525Z | Checking nom v8.0.0 |
| 449 | 2026-03-24T03:33:21.552Z | Checking dyn-clone v1.0.20 |
| 450 | 2026-03-24T03:33:21.627Z | Compiling thiserror-impl v2.0.18 |
| 451 | 2026-03-24T03:33:21.658Z | Compiling serde_derive v1.0.228 |
| 452 | 2026-03-24T03:33:22.014Z | Compiling zerocopy-derive v0.8.42 |
| 453 | 2026-03-24T03:33:22.047Z | Compiling pest_derive v2.8.6 |
| 454 | 2026-03-24T03:33:22.388Z | Compiling scroll_derive v0.13.1 |
| 455 | 2026-03-24T03:33:22.562Z | Compiling futures-macro v0.3.32 |
| 456 | 2026-03-24T03:33:22.672Z | Compiling ref-cast-impl v1.0.25 |
| 457 | 2026-03-24T03:33:22.756Z | Compiling darling_macro v0.21.3 |
| 458 | 2026-03-24T03:33:23.403Z | Checking dtrace-parser v0.3.0 |
| 459 | 2026-03-24T03:33:23.420Z | Compiling darling v0.21.3 |
| 460 | 2026-03-24T03:33:23.440Z | Checking scroll v0.13.0 |
| 461 | 2026-03-24T03:33:23.500Z | Compiling ingot-macros v0.1.1 |
| 462 | 2026-03-24T03:33:23.604Z | Checking futures-util v0.3.32 |
| 463 | 2026-03-24T03:33:23.695Z | Checking cobs v0.3.0 |
| 464 | 2026-03-24T03:33:23.718Z | Checking goblin v0.10.5 |
| 465 | 2026-03-24T03:33:24.177Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 466 | 2026-03-24T03:33:24.376Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 467 | 2026-03-24T03:33:25.073Z | Compiling anyhow v1.0.102 |
| 468 | 2026-03-24T03:33:25.101Z | Compiling typeid v1.0.3 |
| 469 | 2026-03-24T03:33:25.823Z | Checking rusticata-macros v5.0.0 |
| 470 | 2026-03-24T03:33:25.858Z | Checking postcard v1.1.3 |
| 471 | 2026-03-24T03:33:25.977Z | Checking uuid v1.22.0 |
| 472 | 2026-03-24T03:33:26.154Z | Compiling serde_tokenstream v0.2.3 |
| 473 | 2026-03-24T03:33:26.223Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 474 | 2026-03-24T03:33:26.272Z | Checking futures-executor v0.3.32 |
| 475 | 2026-03-24T03:33:26.322Z | Compiling dtor-proc-macro v0.0.6 |
| 476 | 2026-03-24T03:33:26.380Z | Checking circular v0.3.0 |
| 477 | 2026-03-24T03:33:26.439Z | Checking futures v0.3.32 |
| 478 | 2026-03-24T03:33:26.513Z | Checking cookie-factory v0.3.3 |
| 479 | 2026-03-24T03:33:26.608Z | Compiling ctor-proc-macro v0.0.7 |
| 480 | 2026-03-24T03:33:26.753Z | Checking dtor v0.1.1 |
| 481 | 2026-03-24T03:33:26.759Z | Checking once_cell v1.21.3 |
| 482 | 2026-03-24T03:33:26.822Z | Checking pcap-parser v0.17.0 |
| 483 | 2026-03-24T03:33:26.908Z | Checking ron v0.12.0 |
| 484 | 2026-03-24T03:33:27.024Z | Checking ctor v0.6.3 |
| 485 | 2026-03-24T03:33:27.822Z | Checking ingot-types v0.1.2 |
| 486 | 2026-03-24T03:33:27.822Z | Checking dof v0.4.0 |
| 487 | 2026-03-24T03:33:28.221Z | Checking ingot v0.1.1 |
| 488 | 2026-03-24T03:33:29.029Z | Compiling usdt-macro v0.6.0 |
| 489 | 2026-03-24T03:33:29.029Z | Compiling usdt-attr-macro v0.6.0 |
| 490 | 2026-03-24T03:33:29.760Z | Checking usdt v0.6.0 |
| 491 | 2026-03-24T03:33:30.218Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 492 | 2026-03-24T03:33:36.410Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 493 | 2026-03-24T03:33:38.613Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 494 | 2026-03-24T03:33:41.746Z | Finished `dev` profile [optimized + debuginfo] target(s) in 27.35s |
| 495 | 2026-03-24T03:33:41.786Z | |
| 496 | 2026-03-24T03:33:41.789Z | real 27.454049603 |
| 497 | 2026-03-24T03:33:41.789Z | user 1:38.553175882 |
| 498 | 2026-03-24T03:33:41.789Z | sys 17.782102188 |
| 499 | 2026-03-24T03:33:41.789Z | trap 0.057331752 |
| 500 | 2026-03-24T03:33:41.789Z | tflt 0.129309934 |
| 501 | 2026-03-24T03:33:41.789Z | dflt 0.156184906 |
| 502 | 2026-03-24T03:33:41.789Z | kflt 0.000022605 |
| 503 | 2026-03-24T03:33:41.789Z | lock 5:42.912525582 |
| 504 | 2026-03-24T03:33:41.789Z | slp 5:06.402447817 |
| 505 | 2026-03-24T03:33:41.789Z | lat 4.296497661 |
| 506 | 2026-03-24T03:33:41.789Z | stop 10.056402896 |
| 507 | 2026-03-24T03:33:41.789Z | + header 'analyze no_std + engine + kernel' |
| 508 | 2026-03-24T03:33:41.789Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 509 | 2026-03-24T03:33:41.789Z | # ==== analyze no_std + engine + kernel ==== # |
| 510 | 2026-03-24T03:33:41.789Z | + ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel |
| 511 | 2026-03-24T03:33:42.018Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 512 | 2026-03-24T03:33:42.018Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 513 | 2026-03-24T03:33:42.021Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 514 | 2026-03-24T03:33:42.046Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 515 | 2026-03-24T03:33:42.382Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 516 | 2026-03-24T03:33:48.352Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 517 | 2026-03-24T03:33:50.472Z | Finished `dev` profile [optimized + debuginfo] target(s) in 8.63s |
| 518 | 2026-03-24T03:33:50.500Z | |
| 519 | 2026-03-24T03:33:50.504Z | real 8.706375268 |
| 520 | 2026-03-24T03:33:50.504Z | user 9.061362334 |
| 521 | 2026-03-24T03:33:50.504Z | sys 1.240516069 |
| 522 | 2026-03-24T03:33:50.504Z | trap 0.001361174 |
| 523 | 2026-03-24T03:33:50.504Z | tflt 0.005211114 |
| 524 | 2026-03-24T03:33:50.504Z | dflt 0.001510961 |
| 525 | 2026-03-24T03:33:50.504Z | kflt 0.000000000 |
| 526 | 2026-03-24T03:33:50.504Z | lock 33.548328065 |
| 527 | 2026-03-24T03:33:50.504Z | slp 31.110267665 |
| 528 | 2026-03-24T03:33:50.504Z | lat 0.018676352 |
| 529 | 2026-03-24T03:33:50.504Z | stop 0.290518730 |
| 530 | 2026-03-24T03:33:50.505Z | + header test |
| 531 | 2026-03-24T03:33:50.505Z | + echo '# ==== test ==== #' |
| 532 | 2026-03-24T03:33:50.505Z | # ==== test ==== # |
| 533 | 2026-03-24T03:33:50.505Z | + ptime -m cargo test |
| 534 | 2026-03-24T03:33:50.709Z | Compiling memchr v2.8.0 |
| 535 | 2026-03-24T03:33:50.712Z | Compiling serde_core v1.0.228 |
| 536 | 2026-03-24T03:33:50.739Z | Compiling thiserror v2.0.18 |
| 537 | 2026-03-24T03:33:50.742Z | Compiling zerocopy v0.8.42 |
| 538 | 2026-03-24T03:33:50.745Z | Compiling byteorder v1.5.0 |
| 539 | 2026-03-24T03:33:50.748Z | Compiling unicode-ident v1.0.24 |
| 540 | 2026-03-24T03:33:50.753Z | Compiling zmij v1.0.21 |
| 541 | 2026-03-24T03:33:50.753Z | Compiling libc v0.2.183 |
| 542 | 2026-03-24T03:33:50.840Z | Compiling scroll v0.13.0 |
| 543 | 2026-03-24T03:33:50.904Z | Compiling proc-macro2 v1.0.106 |
| 544 | 2026-03-24T03:33:51.032Z | Compiling futures-core v0.3.32 |
| 545 | 2026-03-24T03:33:51.208Z | Compiling itoa v1.0.17 |
| 546 | 2026-03-24T03:33:51.218Z | Compiling plain v0.2.3 |
| 547 | 2026-03-24T03:33:51.221Z | Compiling log v0.4.29 |
| 548 | 2026-03-24T03:33:51.233Z | Compiling futures-sink v0.3.32 |
| 549 | 2026-03-24T03:33:51.330Z | Compiling ucd-trie v0.1.7 |
| 550 | 2026-03-24T03:33:51.343Z | Compiling futures-channel v0.3.32 |
| 551 | 2026-03-24T03:33:51.485Z | Compiling quote v1.0.45 |
| 552 | 2026-03-24T03:33:51.491Z | Compiling pest v2.8.6 |
| 553 | 2026-03-24T03:33:51.643Z | Compiling goblin v0.10.5 |
| 554 | 2026-03-24T03:33:52.206Z | Compiling hash32 v0.3.1 |
| 555 | 2026-03-24T03:33:52.307Z | Compiling pretty-hex v0.4.1 |
| 556 | 2026-03-24T03:33:52.406Z | Compiling slab v0.4.12 |
| 557 | 2026-03-24T03:33:52.459Z | Compiling futures-io v0.3.32 |
| 558 | 2026-03-24T03:33:52.620Z | Compiling macaddr v1.0.1 |
| 559 | 2026-03-24T03:33:52.674Z | Compiling pin-project-lite v0.2.17 |
| 560 | 2026-03-24T03:33:52.769Z | Compiling futures-task v0.3.32 |
| 561 | 2026-03-24T03:33:52.776Z | Compiling cfg-if v1.0.4 |
| 562 | 2026-03-24T03:33:52.843Z | Compiling stable_deref_trait v1.2.1 |
| 563 | 2026-03-24T03:33:52.921Z | Compiling futures-util v0.3.32 |
| 564 | 2026-03-24T03:33:52.928Z | Compiling dtrace-parser v0.3.0 |
| 565 | 2026-03-24T03:33:52.998Z | Compiling heapless v0.8.0 |
| 566 | 2026-03-24T03:33:53.454Z | Compiling serde v1.0.228 |
| 567 | 2026-03-24T03:33:53.595Z | Compiling bitflags v2.11.0 |
| 568 | 2026-03-24T03:33:53.808Z | Compiling serde_json v1.0.149 |
| 569 | 2026-03-24T03:33:54.099Z | Compiling syn v2.0.117 |
| 570 | 2026-03-24T03:33:54.301Z | Compiling thread-id v5.1.0 |
| 571 | 2026-03-24T03:33:54.387Z | Compiling cobs v0.3.0 |
| 572 | 2026-03-24T03:33:54.411Z | Compiling managed v0.8.0 |
| 573 | 2026-03-24T03:33:54.697Z | Compiling bitflags v1.3.2 |
| 574 | 2026-03-24T03:33:54.724Z | Compiling postcard v1.1.3 |
| 575 | 2026-03-24T03:33:54.773Z | Compiling smoltcp v0.11.0 |
| 576 | 2026-03-24T03:33:55.077Z | Compiling ingot-types v0.1.2 |
| 577 | 2026-03-24T03:33:55.178Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 578 | 2026-03-24T03:33:55.460Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 579 | 2026-03-24T03:33:55.611Z | Compiling dof v0.4.0 |
| 580 | 2026-03-24T03:33:56.215Z | Compiling futures-executor v0.3.32 |
| 581 | 2026-03-24T03:33:56.651Z | Compiling ingot v0.1.1 |
| 582 | 2026-03-24T03:33:56.976Z | Compiling memmap2 v0.9.10 |
| 583 | 2026-03-24T03:33:57.340Z | Compiling either v1.15.0 |
| 584 | 2026-03-24T03:33:57.365Z | Compiling ipnetwork v0.21.1 |
| 585 | 2026-03-24T03:33:57.560Z | Compiling usdt-impl v0.6.0 |
| 586 | 2026-03-24T03:33:57.965Z | Compiling unicode-width v0.2.2 |
| 587 | 2026-03-24T03:33:58.010Z | Compiling usdt v0.6.0 |
| 588 | 2026-03-24T03:33:58.355Z | Compiling tabwriter v1.4.1 |
| 589 | 2026-03-24T03:33:58.783Z | Compiling itertools v0.14.0 |
| 590 | 2026-03-24T03:33:58.867Z | Compiling ref-cast v1.0.25 |
| 591 | 2026-03-24T03:33:58.979Z | Compiling futures v0.3.32 |
| 592 | 2026-03-24T03:33:59.068Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 593 | 2026-03-24T03:33:59.721Z | Compiling crc32fast v1.5.0 |
| 594 | 2026-03-24T03:34:00.003Z | Compiling nom v8.0.0 |
| 595 | 2026-03-24T03:34:00.063Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 596 | 2026-03-24T03:34:00.390Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 597 | 2026-03-24T03:34:00.803Z | Compiling dyn-clone v1.0.20 |
| 598 | 2026-03-24T03:34:00.942Z | Compiling cookie-factory v0.3.3 |
| 599 | 2026-03-24T03:34:01.013Z | Compiling uuid v1.22.0 |
| 600 | 2026-03-24T03:34:01.366Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 601 | 2026-03-24T03:34:01.640Z | Compiling circular v0.3.0 |
| 602 | 2026-03-24T03:34:01.765Z | Compiling dtor v0.1.1 |
| 603 | 2026-03-24T03:34:01.852Z | Compiling anyhow v1.0.102 |
| 604 | 2026-03-24T03:34:01.961Z | Compiling typeid v1.0.3 |
| 605 | 2026-03-24T03:34:02.092Z | Compiling once_cell v1.21.3 |
| 606 | 2026-03-24T03:34:02.098Z | Compiling ctor v0.6.3 |
| 607 | 2026-03-24T03:34:02.280Z | Compiling ron v0.12.0 |
| 608 | 2026-03-24T03:34:03.497Z | Compiling rusticata-macros v5.0.0 |
| 609 | 2026-03-24T03:34:03.811Z | Compiling pcap-parser v0.17.0 |
| 610 | 2026-03-24T03:34:07.138Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 611 | 2026-03-24T03:34:10.095Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 612 | 2026-03-24T03:35:05.573Z | Finished `test` profile [optimized + debuginfo] target(s) in 1m 15s |
| 613 | 2026-03-24T03:35:05.594Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-56314d284624280f) |
| 614 | 2026-03-24T03:35:05.597Z | |
| 615 | 2026-03-24T03:35:05.597Z | running 15 tests |
| 616 | 2026-03-24T03:35:05.597Z | test api::tests::parse_bad_proto_filter ... ok |
| 617 | 2026-03-24T03:35:05.597Z | test api::tests::parse_good_proto_filter ... ok |
| 618 | 2026-03-24T03:35:05.597Z | test api::tests::parse_good_address ... ok |
| 619 | 2026-03-24T03:35:05.597Z | test api::tests::parse_bad_address ... ok |
| 620 | 2026-03-24T03:35:05.597Z | test api::tests::ports_from_str_good ... ok |
| 621 | 2026-03-24T03:35:05.597Z | test api::tests::ports_from_str_bad ... ok |
| 622 | 2026-03-24T03:35:05.597Z | test cfg::tests::test_required_nat_space ... ok |
| 623 | 2026-03-24T03:35:05.597Z | test cfg::tests::test_required_nat_space_only_ipv4 ... ok |
| 624 | 2026-03-24T03:35:05.597Z | test cfg::tests::test_required_nat_space_only_ipv6 ... ok |
| 625 | 2026-03-24T03:35:05.597Z | test engine::geneve::test::parse_multi_opt ... ok |
| 626 | 2026-03-24T03:35:05.597Z | test engine::geneve::test::option_packet_length_with_known_options ... ok |
| 627 | 2026-03-24T03:35:05.597Z | test engine::geneve::test::parse_multicast_replication_values ... ok |
| 628 | 2026-03-24T03:35:05.597Z | test engine::geneve::test::unknown_crit_option_fails ... ok |
| 629 | 2026-03-24T03:35:05.597Z | test engine::geneve::test::parse_single_opt ... ok |
| 630 | 2026-03-24T03:35:05.601Z | test engine::firewall::tests::port_predicate_simplification ... ok |
| 631 | 2026-03-24T03:35:05.601Z | |
| 632 | 2026-03-24T03:35:05.601Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 633 | 2026-03-24T03:35:05.602Z | |
| 634 | 2026-03-24T03:35:05.602Z | Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-f2c2f3ee304a072d) |
| 635 | 2026-03-24T03:35:05.602Z | |
| 636 | 2026-03-24T03:35:05.602Z | running 4 tests |
| 637 | 2026-03-24T03:35:05.605Z | test firewall_external_inbound ... ok |
| 638 | 2026-03-24T03:35:05.605Z | test firewall_vni_outbound ... ok |
| 639 | 2026-03-24T03:35:05.605Z | test firewall_vni_inbound ... ok |
| 640 | 2026-03-24T03:35:05.605Z | test firewall_replace_rules ... ok |
| 641 | 2026-03-24T03:35:05.605Z | |
| 642 | 2026-03-24T03:35:05.605Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 643 | 2026-03-24T03:35:05.605Z | |
| 644 | 2026-03-24T03:35:05.605Z | Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-5745569a9c132081) |
| 645 | 2026-03-24T03:35:05.605Z | |
| 646 | 2026-03-24T03:35:05.605Z | running 2 tests |
| 647 | 2026-03-24T03:35:05.608Z | test parse_in_regression ... ok |
| 648 | 2026-03-24T03:35:05.608Z | test parse_out_regression ... ok |
| 649 | 2026-03-24T03:35:05.608Z | |
| 650 | 2026-03-24T03:35:05.608Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 651 | 2026-03-24T03:35:05.608Z | |
| 652 | 2026-03-24T03:35:05.608Z | Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-e15f91e091b0f813) |
| 653 | 2026-03-24T03:35:05.611Z | |
| 654 | 2026-03-24T03:35:05.611Z | running 47 tests |
| 655 | 2026-03-24T03:35:05.611Z | test bad_ip_len ... ok |
| 656 | 2026-03-24T03:35:05.611Z | test check_layers ... ok |
| 657 | 2026-03-24T03:35:05.611Z | test add_remove_fw_rule ... ok |
| 658 | 2026-03-24T03:35:05.611Z | test arp_gateway ... ok |
| 659 | 2026-03-24T03:35:05.612Z | test anti_spoof ... ok |
| 660 | 2026-03-24T03:35:05.612Z | test external_attached_subnets_cannot_reach_internal ... ok |
| 661 | 2026-03-24T03:35:05.612Z | test ephemeral_ip_preferred_over_snat_outbound ... ok |
| 662 | 2026-03-24T03:35:05.612Z | test external_attached_subnets_dont_apply_nat ... ok |
| 663 | 2026-03-24T03:35:05.612Z | test flow_expiration ... ok |
| 664 | 2026-03-24T03:35:05.612Z | test early_tcp_invalidation ... ok |
| 665 | 2026-03-24T03:35:05.612Z | test gateway_icmp4_ping ... ok |
| 666 | 2026-03-24T03:35:05.612Z | test gateway_icmpv6_ping ... ok |
| 667 | 2026-03-24T03:35:05.612Z | test external_ip_epoch_affinity_preserved ... ok |
| 668 | 2026-03-24T03:35:05.612Z | test external_ip_reconfigurable ... ok |
| 669 | 2026-03-24T03:35:05.612Z | test gateway_router_advert_reply ... ok |
| 670 | 2026-03-24T03:35:05.612Z | test guest_to_guest_no_route ... ok |
| 671 | 2026-03-24T03:35:05.612Z | test guest_to_internet_ipv4 ... ok |
| 672 | 2026-03-24T03:35:05.612Z | test guest_to_guest_diff_vpc_no_peer ... ok |
| 673 | 2026-03-24T03:35:05.612Z | test icmp_inner_has_nat_applied ... ok |
| 674 | 2026-03-24T03:35:05.612Z | test guest_to_internet_ipv6 ... ok |
| 675 | 2026-03-24T03:35:05.612Z | test inbound_ndp_dropped_at_gateway ... ok |
| 676 | 2026-03-24T03:35:05.612Z | test guest_to_guest ... ok |
| 677 | 2026-03-24T03:35:05.612Z | test icmpv6_inner_has_nat_applied ... ok |
| 678 | 2026-03-24T03:35:05.612Z | test intra_subnet_routes_with_custom ... ok |
| 679 | 2026-03-24T03:35:05.612Z | test no_panic_on_flow_table_full ... ok |
| 680 | 2026-03-24T03:35:05.612Z | test outbound_ndp_dropped ... ok |
| 681 | 2026-03-24T03:35:05.612Z | test external_ip_receive_and_reply_on_all ... ok |
| 682 | 2026-03-24T03:35:05.612Z | test packet_body_pullup ... ok |
| 683 | 2026-03-24T03:35:05.612Z | test internal_attached_subnets ... ok |
| 684 | 2026-03-24T03:35:05.616Z | test external_ip_balanced_over_floating_ips ... ok |
| 685 | 2026-03-24T03:35:05.616Z | test port_transition_reset ... ok |
| 686 | 2026-03-24T03:35:05.616Z | test port_transition_running ... ok |
| 687 | 2026-03-24T03:35:05.616Z | test port_as_router_target ... ok |
| 688 | 2026-03-24T03:35:05.616Z | test test_drop_on_unknown_critical_option ... ok |
| 689 | 2026-03-24T03:35:05.616Z | test port_transition_pause ... ok |
| 690 | 2026-03-24T03:35:05.616Z | test snat_icmp4_echo_rewrite ... ok |
| 691 | 2026-03-24T03:35:05.616Z | test snat_icmp6_echo_rewrite ... ok |
| 692 | 2026-03-24T03:35:05.616Z | test test_v6_ext_hdr_geneve_offset_ok ... ok |
| 693 | 2026-03-24T03:35:05.616Z | test tcp_inbound ... ok |
| 694 | 2026-03-24T03:35:05.616Z | test select_eip_conditioned_on_igw ... ok |
| 695 | 2026-03-24T03:35:05.616Z | test tcp_outbound ... ok |
| 696 | 2026-03-24T03:35:05.616Z | test test_tcp_multicast_denied ... ok |
| 697 | 2026-03-24T03:35:05.616Z | test test_ipv6_multicast_encapsulation ... ok |
| 698 | 2026-03-24T03:35:05.616Z | test test_gateway_neighbor_advert_reply ... ok |
| 699 | 2026-03-24T03:35:05.616Z | test test_reply_to_dhcpv6_solicit_or_request ... ok |
| 700 | 2026-03-24T03:35:05.616Z | test uft_lft_invalidation_out ... ok |
| 701 | 2026-03-24T03:35:05.616Z | test uft_lft_invalidation_in ... ok |
| 702 | 2026-03-24T03:35:05.616Z | |
| 703 | 2026-03-24T03:35:05.616Z | test result: ok. 47 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 704 | 2026-03-24T03:35:05.616Z | |
| 705 | 2026-03-24T03:35:05.616Z | Doc-tests oxide_vpc |
| 706 | 2026-03-24T03:35:06.000Z | |
| 707 | 2026-03-24T03:35:06.000Z | running 0 tests |
| 708 | 2026-03-24T03:35:06.000Z | |
| 709 | 2026-03-24T03:35:06.000Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 710 | 2026-03-24T03:35:06.000Z | |
| 711 | 2026-03-24T03:35:06.033Z | |
| 712 | 2026-03-24T03:35:06.036Z | real 1:15.511359131 |
| 713 | 2026-03-24T03:35:06.036Z | user 4:19.177759527 |
| 714 | 2026-03-24T03:35:06.036Z | sys 14.080926781 |
| 715 | 2026-03-24T03:35:06.036Z | trap 0.122079955 |
| 716 | 2026-03-24T03:35:06.036Z | tflt 0.204827271 |
| 717 | 2026-03-24T03:35:06.036Z | dflt 0.531746135 |
| 718 | 2026-03-24T03:35:06.037Z | kflt 0.000014027 |
| 719 | 2026-03-24T03:35:06.037Z | lock 17:30.092578115 |
| 720 | 2026-03-24T03:35:06.037Z | slp 8:44.648519382 |
| 721 | 2026-03-24T03:35:06.037Z | lat 9.237018603 |
| 722 | 2026-03-24T03:35:06.037Z | stop 6.546626808 |
| 723 | 2026-03-24T03:35:06.037Z | process exited: duration 160332 ms, exit code 0 |
| |
| 724 | 2026-03-24T03:35:06.043Z | found 0 output files |