|
|
|
| 1 | 2026-06-23T04:02:09.515Z | job assigned to worker 01KVSA7F4YM4XQBXHX9P83289Z [factory aws, i-023afe2fb551b0afe] (queued for 56 s) |
| |
| 2 | 2026-06-23T04:02:16.045Z | starting task 0: "setup" |
| 3 | 2026-06-23T04:02:16.049Z | ++ uname -s |
| 4 | 2026-06-23T04:02:16.052Z | + kern=SunOS |
| 5 | 2026-06-23T04:02:16.052Z | + build_user=build |
| 6 | 2026-06-23T04:02:16.052Z | + build_uid=12345 |
| 7 | 2026-06-23T04:02:16.052Z | + work_dir=/work |
| 8 | 2026-06-23T04:02:16.052Z | + input_dir=/input |
| 9 | 2026-06-23T04:02:16.052Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-23T04:02:16.052Z | + case "$kern" in |
| 11 | 2026-06-23T04:02:16.052Z | + groupadd -g 12345 build |
| 12 | 2026-06-23T04:02:16.055Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-23T04:02:18.059Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-23T04:02:18.155Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-23T04:02:18.158Z | + home_fs=zfs |
| 16 | 2026-06-23T04:02:18.158Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-23T04:02:18.158Z | + mkdir -p /home/build |
| 18 | 2026-06-23T04:02:18.158Z | + chown build:build /home/build /work |
| 19 | 2026-06-23T04:02:20.160Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-23T04:02:20.163Z | process exited: duration 4119 ms, exit code 0 |
| |
| 21 | 2026-06-23T04:02:20.169Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-23T04:02:20.173Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.0 |
| 23 | 2026-06-23T04:02:20.174Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-06-23T04:02:20.174Z | * rust toolchain channel = "1.96.0" |
| 25 | 2026-06-23T04:02:20.174Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-06-23T04:02:20.174Z | * rust toolchain profile = "default" |
| 27 | 2026-06-23T04:02:20.174Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-23T04:02:20.177Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-23T04:02:20.177Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default |
| 30 | 2026-06-23T04:02:20.277Z | info: downloading installer |
| 31 | 2026-06-23T04:02:21.737Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-23T04:02:21.737Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-23T04:02:21.737Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-23T04:02:21.737Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-23T04:02:21.750Z | info: profile set to default |
| 36 | 2026-06-23T04:02:21.750Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-23T04:02:21.753Z | info: syncing channel updates for 1.96.0-x86_64-unknown-illumos |
| 38 | 2026-06-23T04:02:21.907Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-23T04:02:21.910Z | info: downloading 6 components |
| 40 | 2026-06-23T04:02:36.656Z | info: default toolchain set to 1.96.0-x86_64-unknown-illumos |
| 41 | 2026-06-23T04:02:36.656Z | |
| 42 | 2026-06-23T04:02:36.683Z | 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-23T04:02:36.683Z | |
| 44 | 2026-06-23T04:02:36.683Z | |
| 45 | 2026-06-23T04:02:36.683Z | Rust is installed now. Great! |
| 46 | 2026-06-23T04:02:36.683Z | |
| 47 | 2026-06-23T04:02:36.683Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-23T04:02:36.683Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-23T04:02:36.683Z | |
| 50 | 2026-06-23T04:02:36.683Z | To configure your current shell, you need to source |
| 51 | 2026-06-23T04:02:36.683Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-23T04:02:36.683Z | |
| 53 | 2026-06-23T04:02:36.683Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-23T04:02:36.686Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-23T04:02:36.686Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-23T04:02:36.686Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-23T04:02:36.686Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-23T04:02:36.687Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-23T04:02:36.687Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-23T04:02:36.687Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-23T04:02:36.687Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-23T04:02:36.784Z | + rustup --version |
| 63 | 2026-06-23T04:02:36.793Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-23T04:02:36.796Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-23T04:02:36.815Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-23T04:02:36.818Z | + cargo --version |
| 67 | 2026-06-23T04:02:36.830Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-23T04:02:36.833Z | + rustc --version |
| 69 | 2026-06-23T04:02:36.852Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-23T04:02:36.855Z | process exited: duration 16685 ms, exit code 0 |
| |
| 71 | 2026-06-23T04:02:36.862Z | starting task 2: "authentication" |
| 72 | 2026-06-23T04:02:36.878Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-23T04:02:36.884Z | starting task 3: "clone repository" |
| 74 | 2026-06-23T04:02:36.887Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-06-23T04:02:36.890Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-06-23T04:02:36.922Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-06-23T04:02:37.749Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-06-23T04:02:37.749Z | + git fetch origin e4d975c78abcaeec70759150b1bdeec0f875cb28 |
| 79 | 2026-06-23T04:02:37.993Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-06-23T04:02:37.993Z | * branch e4d975c78abcaeec70759150b1bdeec0f875cb28 -> FETCH_HEAD |
| 81 | 2026-06-23T04:02:37.998Z | + [[ -n renovate/ron-0.x-lockfile ]] |
| 82 | 2026-06-23T04:02:38.002Z | ++ git branch --show-current |
| 83 | 2026-06-23T04:02:38.002Z | + current=master |
| 84 | 2026-06-23T04:02:38.002Z | + [[ master != renovate/ron-0.x-lockfile ]] |
| 85 | 2026-06-23T04:02:38.002Z | + git branch -f renovate/ron-0.x-lockfile e4d975c78abcaeec70759150b1bdeec0f875cb28 |
| 86 | 2026-06-23T04:02:38.005Z | + git checkout -f renovate/ron-0.x-lockfile |
| 87 | 2026-06-23T04:02:38.020Z | Switched to branch 'renovate/ron-0.x-lockfile' |
| 88 | 2026-06-23T04:02:38.023Z | + git reset --hard e4d975c78abcaeec70759150b1bdeec0f875cb28 |
| 89 | 2026-06-23T04:02:38.037Z | HEAD is now at e4d975c Update Rust crate ron to v0.12.2 |
| 90 | 2026-06-23T04:02:38.040Z | process exited: duration 1153 ms, exit code 0 |
| |
| 91 | 2026-06-23T04:02:38.045Z | starting task 4: "build" |
| 92 | 2026-06-23T04:02:38.049Z | + source .github/buildomat/common.sh |
| 93 | 2026-06-23T04:02:38.052Z | ++ rustup show active-toolchain |
| 94 | 2026-06-23T04:02:38.055Z | 1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-06-23T04:02:38.058Z | ++ pushd xde |
| 96 | 2026-06-23T04:02:38.058Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-06-23T04:02:38.058Z | ++ rustup show active-toolchain |
| 98 | 2026-06-23T04:02:38.061Z | info: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos |
| 99 | 2026-06-23T04:02:38.235Z | info: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18) |
| 100 | 2026-06-23T04:02:38.239Z | info: downloading 6 components |
| 101 | 2026-06-23T04:02:52.104Z | nightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-06-23T04:02:52.186Z | +++ rustup show active-toolchain -v |
| 103 | 2026-06-23T04:02:52.189Z | +++ head -n 1 |
| 104 | 2026-06-23T04:02:52.189Z | +++ cut '-d ' -f1 |
| 105 | 2026-06-23T04:02:52.242Z | ++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos |
| 106 | 2026-06-23T04:02:52.242Z | ++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos |
| 107 | 2026-06-23T04:02:52.242Z | ++ popd |
| 108 | 2026-06-23T04:02:52.245Z | /work/oxidecomputer/opte |
| 109 | 2026-06-23T04:02:52.245Z | + cargo --version |
| 110 | 2026-06-23T04:02:52.252Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 111 | 2026-06-23T04:02:52.255Z | + rustc --version |
| 112 | 2026-06-23T04:02:52.274Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 113 | 2026-06-23T04:02:52.277Z | + cd lib/oxide-vpc |
| 114 | 2026-06-23T04:02:52.277Z | + header 'check style' |
| 115 | 2026-06-23T04:02:52.277Z | + echo '# ==== check style ==== #' |
| 116 | 2026-06-23T04:02:52.277Z | # ==== check style ==== # |
| 117 | 2026-06-23T04:02:52.277Z | + ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos fmt -- --check |
| 118 | 2026-06-23T04:02:52.400Z | |
| 119 | 2026-06-23T04:02:52.400Z | real 0.120660934 |
| 120 | 2026-06-23T04:02:52.400Z | user 0.085957920 |
| 121 | 2026-06-23T04:02:52.400Z | sys 0.031246141 |
| 122 | 2026-06-23T04:02:52.400Z | trap 0.000004480 |
| 123 | 2026-06-23T04:02:52.400Z | tflt 0.000011290 |
| 124 | 2026-06-23T04:02:52.400Z | dflt 0.000005400 |
| 125 | 2026-06-23T04:02:52.400Z | kflt 0.000000000 |
| 126 | 2026-06-23T04:02:52.400Z | lock 0.031186737 |
| 127 | 2026-06-23T04:02:52.400Z | slp 0.100122678 |
| 128 | 2026-06-23T04:02:52.400Z | lat 0.000697050 |
| 129 | 2026-06-23T04:02:52.400Z | stop 0.000112800 |
| 130 | 2026-06-23T04:02:52.404Z | + header 'check docs' |
| 131 | 2026-06-23T04:02:52.404Z | + echo '# ==== check docs ==== #' |
| 132 | 2026-06-23T04:02:52.404Z | # ==== check docs ==== # |
| 133 | 2026-06-23T04:02:52.404Z | + RUSTDOCFLAGS='-D warnings' |
| 134 | 2026-06-23T04:02:52.404Z | + ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 135 | 2026-06-23T04:02:52.470Z | Updating crates.io index |
| 136 | 2026-06-23T04:02:52.473Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-06-23T04:02:53.214Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-06-23T04:02:53.461Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-06-23T04:02:53.761Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-06-23T04:02:54.002Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-06-23T04:02:54.220Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-06-23T04:02:54.467Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-06-23T04:02:56.500Z | Downloading crates ... |
| 144 | 2026-06-23T04:02:56.561Z | Downloaded fnv v1.0.7 |
| 145 | 2026-06-23T04:02:56.564Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 146 | 2026-06-23T04:02:56.577Z | Downloaded stable_deref_trait v1.2.1 |
| 147 | 2026-06-23T04:02:56.590Z | Downloaded macaddr v1.0.1 |
| 148 | 2026-06-23T04:02:56.593Z | Downloaded byteorder v1.5.0 |
| 149 | 2026-06-23T04:02:56.601Z | Downloaded pest_meta v2.8.6 |
| 150 | 2026-06-23T04:02:56.612Z | Downloaded memmap2 v0.9.10 |
| 151 | 2026-06-23T04:02:56.622Z | Downloaded memchr v2.8.2 |
| 152 | 2026-06-23T04:02:56.625Z | Downloaded cfg-if v1.0.4 |
| 153 | 2026-06-23T04:02:56.639Z | Downloaded generic-array v0.14.7 |
| 154 | 2026-06-23T04:02:56.642Z | Downloaded plain v0.2.3 |
| 155 | 2026-06-23T04:02:56.642Z | Downloaded block-buffer v0.10.4 |
| 156 | 2026-06-23T04:02:56.645Z | Downloaded darling_macro v0.21.3 |
| 157 | 2026-06-23T04:02:56.645Z | Downloaded pretty-hex v0.4.2 |
| 158 | 2026-06-23T04:02:56.648Z | Downloaded ident_case v1.0.1 |
| 159 | 2026-06-23T04:02:56.648Z | Downloaded tabwriter v1.4.1 |
| 160 | 2026-06-23T04:02:56.651Z | Downloaded cobs v0.3.0 |
| 161 | 2026-06-23T04:02:56.651Z | Downloaded managed v0.8.0 |
| 162 | 2026-06-23T04:02:56.654Z | Downloaded usdt v0.6.0 |
| 163 | 2026-06-23T04:02:56.658Z | Downloaded dtrace-parser v0.3.0 |
| 164 | 2026-06-23T04:02:56.669Z | Downloaded usdt-attr-macro v0.6.0 |
| 165 | 2026-06-23T04:02:56.687Z | Downloaded dyn-clone v1.0.20 |
| 166 | 2026-06-23T04:02:56.689Z | Downloaded ref-cast-impl v1.0.25 |
| 167 | 2026-06-23T04:02:56.700Z | Downloaded scroll_derive v0.13.1 |
| 168 | 2026-06-23T04:02:56.703Z | Downloaded thread-id v5.1.0 |
| 169 | 2026-06-23T04:02:56.707Z | Downloaded usdt-macro v0.6.0 |
| 170 | 2026-06-23T04:02:56.711Z | Downloaded dof v0.4.0 |
| 171 | 2026-06-23T04:02:56.711Z | Downloaded ref-cast v1.0.25 |
| 172 | 2026-06-23T04:02:56.714Z | Downloaded darling_macro v0.23.0 |
| 173 | 2026-06-23T04:02:56.721Z | Downloaded version_check v0.9.5 |
| 174 | 2026-06-23T04:02:56.724Z | Downloaded strsim v0.11.1 |
| 175 | 2026-06-23T04:02:56.731Z | Downloaded crypto-common v0.1.7 |
| 176 | 2026-06-23T04:02:56.734Z | Downloaded hash32 v0.3.1 |
| 177 | 2026-06-23T04:02:56.734Z | Downloaded cpufeatures v0.2.17 |
| 178 | 2026-06-23T04:02:56.734Z | Downloaded embedded-io v0.4.0 |
| 179 | 2026-06-23T04:02:56.734Z | Downloaded embedded-io v0.6.1 |
| 180 | 2026-06-23T04:02:56.736Z | Downloaded scroll v0.13.0 |
| 181 | 2026-06-23T04:02:56.736Z | Downloaded zmij v1.0.21 |
| 182 | 2026-06-23T04:02:56.736Z | Downloaded sha2 v0.10.9 |
| 183 | 2026-06-23T04:02:56.739Z | Downloaded defmt-parser v1.0.0 |
| 184 | 2026-06-23T04:02:56.742Z | Downloaded ipnetwork v0.21.1 |
| 185 | 2026-06-23T04:02:56.745Z | Downloaded quote v1.0.45 |
| 186 | 2026-06-23T04:02:56.745Z | Downloaded either v1.16.0 |
| 187 | 2026-06-23T04:02:56.745Z | Downloaded thiserror v2.0.18 |
| 188 | 2026-06-23T04:02:56.759Z | Downloaded proc-macro-error2 v2.0.1 |
| 189 | 2026-06-23T04:02:56.762Z | Downloaded pest_generator v2.8.6 |
| 190 | 2026-06-23T04:02:56.765Z | Downloaded ingot-types v0.1.2 |
| 191 | 2026-06-23T04:02:56.765Z | Downloaded pest_derive v2.8.6 |
| 192 | 2026-06-23T04:02:56.768Z | Downloaded bitflags v1.3.2 |
| 193 | 2026-06-23T04:02:56.768Z | Downloaded ingot v0.1.1 |
| 194 | 2026-06-23T04:02:56.771Z | Downloaded itoa v1.0.18 |
| 195 | 2026-06-23T04:02:56.771Z | Downloaded usdt-impl v0.6.0 |
| 196 | 2026-06-23T04:02:56.777Z | Downloaded thiserror-impl v2.0.18 |
| 197 | 2026-06-23T04:02:56.780Z | Downloaded defmt v0.3.100 |
| 198 | 2026-06-23T04:02:56.785Z | Downloaded darling v0.21.3 |
| 199 | 2026-06-23T04:02:56.788Z | Downloaded serde_tokenstream v0.2.3 |
| 200 | 2026-06-23T04:02:56.791Z | Downloaded defmt-macros v1.1.0 |
| 201 | 2026-06-23T04:02:56.791Z | Downloaded darling v0.23.0 |
| 202 | 2026-06-23T04:02:56.794Z | Downloaded digest v0.10.7 |
| 203 | 2026-06-23T04:02:56.798Z | Downloaded crc32fast v1.5.0 |
| 204 | 2026-06-23T04:02:56.801Z | Downloaded ingot-macros v0.1.1 |
| 205 | 2026-06-23T04:02:56.817Z | Downloaded ucd-trie v0.1.7 |
| 206 | 2026-06-23T04:02:56.829Z | Downloaded uuid v1.23.3 |
| 207 | 2026-06-23T04:02:56.835Z | Downloaded postcard v1.1.3 |
| 208 | 2026-06-23T04:02:56.838Z | Downloaded proc-macro2 v1.0.106 |
| 209 | 2026-06-23T04:02:56.838Z | Downloaded serde_derive v1.0.228 |
| 210 | 2026-06-23T04:02:56.841Z | Downloaded unicode-ident v1.0.24 |
| 211 | 2026-06-23T04:02:56.844Z | Downloaded log v0.4.32 |
| 212 | 2026-06-23T04:02:56.852Z | Downloaded bitflags v2.13.0 |
| 213 | 2026-06-23T04:02:56.856Z | Downloaded defmt v1.1.0 |
| 214 | 2026-06-23T04:02:56.860Z | Downloaded serde_core v1.0.228 |
| 215 | 2026-06-23T04:02:56.873Z | Downloaded heapless v0.8.0 |
| 216 | 2026-06-23T04:02:56.892Z | Downloaded serde v1.0.228 |
| 217 | 2026-06-23T04:02:56.899Z | Downloaded itertools v0.15.0 |
| 218 | 2026-06-23T04:02:56.904Z | Downloaded darling_core v0.21.3 |
| 219 | 2026-06-23T04:02:56.907Z | Downloaded darling_core v0.23.0 |
| 220 | 2026-06-23T04:02:56.910Z | Downloaded typenum v1.20.1 |
| 221 | 2026-06-23T04:02:56.918Z | Downloaded zerocopy-derive v0.8.52 |
| 222 | 2026-06-23T04:02:56.955Z | Downloaded pest v2.8.6 |
| 223 | 2026-06-23T04:02:56.959Z | Downloaded regex-automata v0.4.14 |
| 224 | 2026-06-23T04:02:56.969Z | Downloaded serde_json v1.0.150 |
| 225 | 2026-06-23T04:02:56.974Z | Downloaded itertools v0.14.0 |
| 226 | 2026-06-23T04:02:56.978Z | Downloaded regex v1.12.4 |
| 227 | 2026-06-23T04:02:56.985Z | Downloaded aho-corasick v1.1.4 |
| 228 | 2026-06-23T04:02:57.032Z | Downloaded unicode-width v0.2.2 |
| 229 | 2026-06-23T04:02:57.036Z | Downloaded goblin v0.10.7 |
| 230 | 2026-06-23T04:02:57.046Z | Downloaded syn v2.0.117 |
| 231 | 2026-06-23T04:02:57.052Z | Downloaded zerocopy v0.8.52 |
| 232 | 2026-06-23T04:02:57.063Z | Downloaded smoltcp v0.11.0 |
| 233 | 2026-06-23T04:02:57.069Z | Downloaded regex-syntax v0.8.11 |
| 234 | 2026-06-23T04:02:57.096Z | Downloaded libc v0.2.186 |
| 235 | 2026-06-23T04:02:57.157Z | Compiling proc-macro2 v1.0.106 |
| 236 | 2026-06-23T04:02:57.157Z | Compiling quote v1.0.45 |
| 237 | 2026-06-23T04:02:57.160Z | Compiling unicode-ident v1.0.24 |
| 238 | 2026-06-23T04:02:57.160Z | Documenting unicode-ident v1.0.24 |
| 239 | 2026-06-23T04:02:57.160Z | Compiling strsim v0.11.1 |
| 240 | 2026-06-23T04:02:57.160Z | Compiling ident_case v1.0.1 |
| 241 | 2026-06-23T04:02:57.160Z | Compiling serde_core v1.0.228 |
| 242 | 2026-06-23T04:02:57.316Z | Compiling fnv v1.0.7 |
| 243 | 2026-06-23T04:02:57.332Z | Compiling memchr v2.8.2 |
| 244 | 2026-06-23T04:02:57.339Z | Compiling thiserror v2.0.18 |
| 245 | 2026-06-23T04:02:57.401Z | Compiling regex-syntax v0.8.11 |
| 246 | 2026-06-23T04:02:57.510Z | Compiling zerocopy v0.8.52 |
| 247 | 2026-06-23T04:02:57.608Z | Compiling serde v1.0.228 |
| 248 | 2026-06-23T04:02:57.906Z | Documenting proc-macro2 v1.0.106 |
| 249 | 2026-06-23T04:02:57.918Z | Compiling aho-corasick v1.1.4 |
| 250 | 2026-06-23T04:02:57.983Z | Compiling either v1.16.0 |
| 251 | 2026-06-23T04:02:58.175Z | Checking syn v2.0.117 |
| 252 | 2026-06-23T04:02:58.185Z | Checking byteorder v1.5.0 |
| 253 | 2026-06-23T04:02:58.343Z | Compiling itertools v0.14.0 |
| 254 | 2026-06-23T04:02:58.486Z | Documenting quote v1.0.45 |
| 255 | 2026-06-23T04:02:58.997Z | Documenting syn v2.0.117 |
| 256 | 2026-06-23T04:02:59.033Z | Compiling regex-automata v0.4.14 |
| 257 | 2026-06-23T04:02:59.326Z | Compiling heapless v0.8.0 |
| 258 | 2026-06-23T04:02:59.468Z | Checking bitflags v2.13.0 |
| 259 | 2026-06-23T04:02:59.571Z | Checking hash32 v0.3.1 |
| 260 | 2026-06-23T04:02:59.629Z | Documenting serde_core v1.0.228 |
| 261 | 2026-06-23T04:02:59.706Z | Documenting memchr v2.8.2 |
| 262 | 2026-06-23T04:02:59.812Z | Checking cfg-if v1.0.4 |
| 263 | 2026-06-23T04:02:59.872Z | Checking macaddr v1.0.1 |
| 264 | 2026-06-23T04:03:00.019Z | Checking stable_deref_trait v1.2.1 |
| 265 | 2026-06-23T04:03:00.087Z | Compiling smoltcp v0.11.0 |
| 266 | 2026-06-23T04:03:00.302Z | Documenting regex-syntax v0.8.11 |
| 267 | 2026-06-23T04:03:00.384Z | Documenting aho-corasick v1.1.4 |
| 268 | 2026-06-23T04:03:00.454Z | Checking darling_core v0.21.3 |
| 269 | 2026-06-23T04:03:01.371Z | Compiling regex v1.12.4 |
| 270 | 2026-06-23T04:03:01.383Z | Compiling darling_core v0.23.0 |
| 271 | 2026-06-23T04:03:01.521Z | Documenting regex-automata v0.4.14 |
| 272 | 2026-06-23T04:03:01.673Z | Checking managed v0.8.0 |
| 273 | 2026-06-23T04:03:01.763Z | Checking bitflags v1.3.2 |
| 274 | 2026-06-23T04:03:01.825Z | Documenting thiserror-impl v2.0.18 |
| 275 | 2026-06-23T04:03:01.856Z | Documenting serde_derive v1.0.228 |
| 276 | 2026-06-23T04:03:02.033Z | Compiling thiserror-impl v2.0.18 |
| 277 | 2026-06-23T04:03:02.178Z | Compiling serde_derive v1.0.228 |
| 278 | 2026-06-23T04:03:02.620Z | Compiling zerocopy-derive v0.8.52 |
| 279 | 2026-06-23T04:03:02.909Z | Documenting regex v1.12.4 |
| 280 | 2026-06-23T04:03:02.986Z | Documenting zerocopy-derive v0.8.52 |
| 281 | 2026-06-23T04:03:03.009Z | Compiling ref-cast v1.0.25 |
| 282 | 2026-06-23T04:03:03.245Z | Compiling darling_macro v0.21.3 |
| 283 | 2026-06-23T04:03:03.347Z | Documenting byteorder v1.5.0 |
| 284 | 2026-06-23T04:03:03.369Z | Checking cobs v0.3.0 |
| 285 | 2026-06-23T04:03:03.506Z | Compiling crc32fast v1.5.0 |
| 286 | 2026-06-23T04:03:03.509Z | Compiling darling_macro v0.23.0 |
| 287 | 2026-06-23T04:03:03.853Z | Documenting thiserror v2.0.18 |
| 288 | 2026-06-23T04:03:03.860Z | Compiling darling v0.21.3 |
| 289 | 2026-06-23T04:03:03.927Z | Compiling ref-cast-impl v1.0.25 |
| 290 | 2026-06-23T04:03:03.935Z | Compiling ingot-macros v0.1.1 |
| 291 | 2026-06-23T04:03:03.944Z | Documenting ingot-macros v0.1.1 |
| 292 | 2026-06-23T04:03:04.087Z | Documenting hash32 v0.3.1 |
| 293 | 2026-06-23T04:03:04.125Z | Documenting zerocopy v0.8.52 |
| 294 | 2026-06-23T04:03:04.537Z | Documenting bitflags v2.13.0 |
| 295 | 2026-06-23T04:03:04.630Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 296 | 2026-06-23T04:03:04.916Z | Checking unicode-width v0.2.2 |
| 297 | 2026-06-23T04:03:05.171Z | Documenting serde v1.0.228 |
| 298 | 2026-06-23T04:03:05.220Z | Compiling version_check v0.9.5 |
| 299 | 2026-06-23T04:03:05.403Z | Checking postcard v1.1.3 |
| 300 | 2026-06-23T04:03:05.524Z | Checking ipnetwork v0.21.1 |
| 301 | 2026-06-23T04:03:05.569Z | Documenting stable_deref_trait v1.2.1 |
| 302 | 2026-06-23T04:03:05.682Z | Documenting cfg-if v1.0.4 |
| 303 | 2026-06-23T04:03:05.703Z | Documenting macaddr v1.0.1 |
| 304 | 2026-06-23T04:03:05.710Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 305 | 2026-06-23T04:03:05.965Z | Documenting cobs v0.3.0 |
| 306 | 2026-06-23T04:03:06.099Z | Documenting heapless v0.8.0 |
| 307 | 2026-06-23T04:03:06.263Z | Compiling darling v0.23.0 |
| 308 | 2026-06-23T04:03:06.437Z | Documenting managed v0.8.0 |
| 309 | 2026-06-23T04:03:06.739Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 310 | 2026-06-23T04:03:06.863Z | Documenting postcard v1.1.3 |
| 311 | 2026-06-23T04:03:06.877Z | Checking itertools v0.15.0 |
| 312 | 2026-06-23T04:03:07.035Z | Checking ingot-types v0.1.2 |
| 313 | 2026-06-23T04:03:07.144Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 314 | 2026-06-23T04:03:07.327Z | Checking tabwriter v1.4.1 |
| 315 | 2026-06-23T04:03:07.386Z | Checking ingot v0.1.1 |
| 316 | 2026-06-23T04:03:07.559Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 317 | 2026-06-23T04:03:07.596Z | Documenting ref-cast-impl v1.0.25 |
| 318 | 2026-06-23T04:03:07.612Z | Documenting smoltcp v0.11.0 |
| 319 | 2026-06-23T04:03:07.618Z | Documenting ingot-types v0.1.2 |
| 320 | 2026-06-23T04:03:07.685Z | Documenting either v1.16.0 |
| 321 | 2026-06-23T04:03:07.851Z | Checking dyn-clone v1.0.20 |
| 322 | 2026-06-23T04:03:07.955Z | Documenting ipnetwork v0.21.1 |
| 323 | 2026-06-23T04:03:08.101Z | Documenting unicode-width v0.2.2 |
| 324 | 2026-06-23T04:03:08.153Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 325 | 2026-06-23T04:03:08.335Z | Documenting itertools v0.15.0 |
| 326 | 2026-06-23T04:03:08.585Z | Documenting ref-cast v1.0.25 |
| 327 | 2026-06-23T04:03:08.870Z | Documenting ingot v0.1.1 |
| 328 | 2026-06-23T04:03:08.960Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 329 | 2026-06-23T04:03:09.197Z | Documenting crc32fast v1.5.0 |
| 330 | 2026-06-23T04:03:09.435Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 331 | 2026-06-23T04:03:09.693Z | Documenting tabwriter v1.4.1 |
| 332 | 2026-06-23T04:03:09.869Z | Documenting dyn-clone v1.0.20 |
| 333 | 2026-06-23T04:03:10.286Z | Documenting uuid v1.23.3 |
| 334 | 2026-06-23T04:03:10.765Z | Checking uuid v1.23.3 |
| 335 | 2026-06-23T04:03:10.901Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 336 | 2026-06-23T04:03:11.014Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 337 | 2026-06-23T04:03:11.985Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 338 | 2026-06-23T04:03:13.308Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 339 | 2026-06-23T04:03:15.649Z | Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 340 | 2026-06-23T04:03:17.293Z | Finished `dev` profile [optimized + debuginfo] target(s) in 24.88s |
| 341 | 2026-06-23T04:03:17.375Z | Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html |
| 342 | 2026-06-23T04:03:17.400Z | |
| 343 | 2026-06-23T04:03:17.402Z | real 24.978734248 |
| 344 | 2026-06-23T04:03:17.403Z | user 1:24.126239484 |
| 345 | 2026-06-23T04:03:17.403Z | sys 17.652726753 |
| 346 | 2026-06-23T04:03:17.403Z | trap 0.050911995 |
| 347 | 2026-06-23T04:03:17.403Z | tflt 0.039096531 |
| 348 | 2026-06-23T04:03:17.403Z | dflt 0.073846125 |
| 349 | 2026-06-23T04:03:17.403Z | kflt 0.005493902 |
| 350 | 2026-06-23T04:03:17.403Z | lock 9:02.086811798 |
| 351 | 2026-06-23T04:03:17.403Z | slp 4:47.938199967 |
| 352 | 2026-06-23T04:03:17.403Z | lat 7.355826614 |
| 353 | 2026-06-23T04:03:17.403Z | stop 13.721846440 |
| 354 | 2026-06-23T04:03:17.403Z | + header 'analyze std + api + usdt' |
| 355 | 2026-06-23T04:03:17.403Z | + echo '# ==== analyze std + api + usdt ==== #' |
| 356 | 2026-06-23T04:03:17.403Z | + ptime -m cargo clippy --features usdt --all-targets -- --deny warnings |
| 357 | 2026-06-23T04:03:17.403Z | # ==== analyze std + api + usdt ==== # |
| 358 | 2026-06-23T04:03:17.586Z | Downloading crates ... |
| 359 | 2026-06-23T04:03:17.647Z | Downloaded futures-executor v0.3.32 |
| 360 | 2026-06-23T04:03:17.656Z | Downloaded link-section v0.2.1 |
| 361 | 2026-06-23T04:03:17.665Z | Downloaded dtor v0.8.1 |
| 362 | 2026-06-23T04:03:17.668Z | Downloaded anyhow v1.0.102 |
| 363 | 2026-06-23T04:03:17.670Z | Downloaded circular v0.3.0 |
| 364 | 2026-06-23T04:03:17.673Z | Downloaded futures-core v0.3.32 |
| 365 | 2026-06-23T04:03:17.679Z | Downloaded typeid v1.0.3 |
| 366 | 2026-06-23T04:03:17.683Z | Downloaded rusticata-macros v5.0.0 |
| 367 | 2026-06-23T04:03:17.683Z | Downloaded futures-sink v0.3.32 |
| 368 | 2026-06-23T04:03:17.683Z | Downloaded ctor-proc-macro v0.0.13 |
| 369 | 2026-06-23T04:03:17.683Z | Downloaded futures-task v0.3.32 |
| 370 | 2026-06-23T04:03:17.686Z | Downloaded futures-macro v0.3.32 |
| 371 | 2026-06-23T04:03:17.686Z | Downloaded dtor-proc-macro v0.0.13 |
| 372 | 2026-06-23T04:03:17.686Z | Downloaded futures-io v0.3.32 |
| 373 | 2026-06-23T04:03:17.689Z | Downloaded once_cell v1.21.4 |
| 374 | 2026-06-23T04:03:17.689Z | Downloaded slab v0.4.12 |
| 375 | 2026-06-23T04:03:17.692Z | Downloaded cookie-factory v0.3.3 |
| 376 | 2026-06-23T04:03:17.695Z | Downloaded ctor v0.10.1 |
| 377 | 2026-06-23T04:03:17.698Z | Downloaded futures-channel v0.3.32 |
| 378 | 2026-06-23T04:03:17.701Z | Downloaded pin-project-lite v0.2.17 |
| 379 | 2026-06-23T04:03:17.704Z | Downloaded futures v0.3.32 |
| 380 | 2026-06-23T04:03:17.723Z | Downloaded ron v0.12.2 |
| 381 | 2026-06-23T04:03:17.726Z | Downloaded nom v8.0.0 |
| 382 | 2026-06-23T04:03:17.730Z | Downloaded pcap-parser v0.17.0 |
| 383 | 2026-06-23T04:03:17.733Z | Downloaded futures-util v0.3.32 |
| 384 | 2026-06-23T04:03:17.788Z | Compiling proc-macro2 v1.0.106 |
| 385 | 2026-06-23T04:03:17.788Z | Compiling quote v1.0.45 |
| 386 | 2026-06-23T04:03:17.788Z | Compiling unicode-ident v1.0.24 |
| 387 | 2026-06-23T04:03:17.792Z | Compiling memchr v2.8.2 |
| 388 | 2026-06-23T04:03:17.792Z | Compiling thiserror v2.0.18 |
| 389 | 2026-06-23T04:03:17.792Z | Compiling serde_core v1.0.228 |
| 390 | 2026-06-23T04:03:17.792Z | Compiling zerocopy v0.8.52 |
| 391 | 2026-06-23T04:03:17.792Z | Compiling zmij v1.0.21 |
| 392 | 2026-06-23T04:03:18.134Z | Compiling libc v0.2.186 |
| 393 | 2026-06-23T04:03:18.163Z | Compiling ucd-trie v0.1.7 |
| 394 | 2026-06-23T04:03:18.167Z | Compiling serde_json v1.0.150 |
| 395 | 2026-06-23T04:03:18.225Z | Compiling strsim v0.11.1 |
| 396 | 2026-06-23T04:03:18.358Z | Compiling ident_case v1.0.1 |
| 397 | 2026-06-23T04:03:18.378Z | Compiling pest v2.8.6 |
| 398 | 2026-06-23T04:03:18.381Z | Compiling serde v1.0.228 |
| 399 | 2026-06-23T04:03:18.695Z | Compiling fnv v1.0.7 |
| 400 | 2026-06-23T04:03:18.782Z | Compiling aho-corasick v1.1.4 |
| 401 | 2026-06-23T04:03:18.832Z | Compiling itoa v1.0.18 |
| 402 | 2026-06-23T04:03:19.003Z | Compiling syn v2.0.117 |
| 403 | 2026-06-23T04:03:19.007Z | Compiling regex-syntax v0.8.11 |
| 404 | 2026-06-23T04:03:19.053Z | Checking byteorder v1.5.0 |
| 405 | 2026-06-23T04:03:19.430Z | Compiling pest_meta v2.8.6 |
| 406 | 2026-06-23T04:03:19.632Z | Compiling usdt-impl v0.6.0 |
| 407 | 2026-06-23T04:03:19.652Z | Compiling either v1.16.0 |
| 408 | 2026-06-23T04:03:19.736Z | Checking bitflags v2.13.0 |
| 409 | 2026-06-23T04:03:19.865Z | Compiling itertools v0.14.0 |
| 410 | 2026-06-23T04:03:20.118Z | Compiling thread-id v5.1.0 |
| 411 | 2026-06-23T04:03:20.267Z | Checking plain v0.2.3 |
| 412 | 2026-06-23T04:03:20.362Z | Checking futures-sink v0.3.32 |
| 413 | 2026-06-23T04:03:20.456Z | Checking futures-core v0.3.32 |
| 414 | 2026-06-23T04:03:20.575Z | Compiling regex-automata v0.4.14 |
| 415 | 2026-06-23T04:03:20.600Z | Compiling heapless v0.8.0 |
| 416 | 2026-06-23T04:03:20.636Z | Checking log v0.4.32 |
| 417 | 2026-06-23T04:03:21.047Z | Checking futures-channel v0.3.32 |
| 418 | 2026-06-23T04:03:21.141Z | Checking hash32 v0.3.1 |
| 419 | 2026-06-23T04:03:21.235Z | Checking futures-task v0.3.32 |
| 420 | 2026-06-23T04:03:21.255Z | Checking pretty-hex v0.4.2 |
| 421 | 2026-06-23T04:03:21.302Z | Compiling smoltcp v0.11.0 |
| 422 | 2026-06-23T04:03:21.364Z | Checking slab v0.4.12 |
| 423 | 2026-06-23T04:03:21.364Z | Checking stable_deref_trait v1.2.1 |
| 424 | 2026-06-23T04:03:21.398Z | Checking pin-project-lite v0.2.17 |
| 425 | 2026-06-23T04:03:21.405Z | Checking futures-io v0.3.32 |
| 426 | 2026-06-23T04:03:21.425Z | Checking macaddr v1.0.1 |
| 427 | 2026-06-23T04:03:21.480Z | Compiling pest_generator v2.8.6 |
| 428 | 2026-06-23T04:03:21.508Z | Compiling darling_core v0.21.3 |
| 429 | 2026-06-23T04:03:21.511Z | Compiling darling_core v0.23.0 |
| 430 | 2026-06-23T04:03:21.633Z | Checking cfg-if v1.0.4 |
| 431 | 2026-06-23T04:03:22.037Z | Compiling version_check v0.9.5 |
| 432 | 2026-06-23T04:03:22.068Z | Compiling ref-cast v1.0.25 |
| 433 | 2026-06-23T04:03:22.096Z | Checking managed v0.8.0 |
| 434 | 2026-06-23T04:03:22.275Z | Compiling regex v1.12.4 |
| 435 | 2026-06-23T04:03:22.306Z | Compiling crc32fast v1.5.0 |
| 436 | 2026-06-23T04:03:22.372Z | Checking bitflags v1.3.2 |
| 437 | 2026-06-23T04:03:22.657Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 438 | 2026-06-23T04:03:22.664Z | Compiling thiserror-impl v2.0.18 |
| 439 | 2026-06-23T04:03:22.668Z | Compiling serde_derive v1.0.228 |
| 440 | 2026-06-23T04:03:22.896Z | Compiling zerocopy-derive v0.8.52 |
| 441 | 2026-06-23T04:03:23.137Z | Compiling pest_derive v2.8.6 |
| 442 | 2026-06-23T04:03:23.593Z | Compiling scroll_derive v0.13.1 |
| 443 | 2026-06-23T04:03:23.610Z | Compiling darling_macro v0.21.3 |
| 444 | 2026-06-23T04:03:23.632Z | Compiling futures-macro v0.3.32 |
| 445 | 2026-06-23T04:03:23.655Z | Compiling darling_macro v0.23.0 |
| 446 | 2026-06-23T04:03:23.820Z | Compiling ref-cast-impl v1.0.25 |
| 447 | 2026-06-23T04:03:24.060Z | Compiling dtrace-parser v0.3.0 |
| 448 | 2026-06-23T04:03:24.147Z | Compiling darling v0.21.3 |
| 449 | 2026-06-23T04:03:24.221Z | Compiling ingot-macros v0.1.1 |
| 450 | 2026-06-23T04:03:24.405Z | Checking scroll v0.13.0 |
| 451 | 2026-06-23T04:03:24.435Z | Checking cobs v0.3.0 |
| 452 | 2026-06-23T04:03:24.439Z | Checking futures-util v0.3.32 |
| 453 | 2026-06-23T04:03:24.573Z | Compiling darling v0.23.0 |
| 454 | 2026-06-23T04:03:24.623Z | Checking goblin v0.10.7 |
| 455 | 2026-06-23T04:03:24.663Z | Checking memmap2 v0.9.10 |
| 456 | 2026-06-23T04:03:24.685Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 457 | 2026-06-23T04:03:24.990Z | Checking unicode-width v0.2.2 |
| 458 | 2026-06-23T04:03:25.006Z | Checking ipnetwork v0.21.1 |
| 459 | 2026-06-23T04:03:25.183Z | Checking itertools v0.15.0 |
| 460 | 2026-06-23T04:03:25.237Z | Checking tabwriter v1.4.1 |
| 461 | 2026-06-23T04:03:25.751Z | Checking postcard v1.1.3 |
| 462 | 2026-06-23T04:03:25.880Z | Compiling serde_tokenstream v0.2.3 |
| 463 | 2026-06-23T04:03:25.969Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 464 | 2026-06-23T04:03:26.156Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 465 | 2026-06-23T04:03:26.285Z | Checking nom v8.0.0 |
| 466 | 2026-06-23T04:03:26.450Z | Checking futures-executor v0.3.32 |
| 467 | 2026-06-23T04:03:26.600Z | Checking futures v0.3.32 |
| 468 | 2026-06-23T04:03:26.665Z | Checking dyn-clone v1.0.20 |
| 469 | 2026-06-23T04:03:26.675Z | Compiling anyhow v1.0.102 |
| 470 | 2026-06-23T04:03:26.721Z | Compiling typeid v1.0.3 |
| 471 | 2026-06-23T04:03:26.758Z | Checking cookie-factory v0.3.3 |
| 472 | 2026-06-23T04:03:26.973Z | Checking uuid v1.23.3 |
| 473 | 2026-06-23T04:03:27.004Z | Checking circular v0.3.0 |
| 474 | 2026-06-23T04:03:27.029Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 475 | 2026-06-23T04:03:27.096Z | Checking ingot-types v0.1.2 |
| 476 | 2026-06-23T04:03:27.110Z | Compiling dtor-proc-macro v0.0.13 |
| 477 | 2026-06-23T04:03:27.212Z | Checking dof v0.4.0 |
| 478 | 2026-06-23T04:03:27.231Z | Checking once_cell v1.21.4 |
| 479 | 2026-06-23T04:03:27.245Z | Checking link-section v0.2.1 |
| 480 | 2026-06-23T04:03:27.358Z | Compiling ctor-proc-macro v0.0.13 |
| 481 | 2026-06-23T04:03:27.358Z | Checking ron v0.12.2 |
| 482 | 2026-06-23T04:03:27.433Z | Checking ingot v0.1.1 |
| 483 | 2026-06-23T04:03:27.445Z | Checking dtor v0.8.1 |
| 484 | 2026-06-23T04:03:27.666Z | Checking ctor v0.10.1 |
| 485 | 2026-06-23T04:03:28.209Z | Checking rusticata-macros v5.0.0 |
| 486 | 2026-06-23T04:03:28.257Z | Compiling usdt-attr-macro v0.6.0 |
| 487 | 2026-06-23T04:03:28.257Z | Compiling usdt-macro v0.6.0 |
| 488 | 2026-06-23T04:03:28.324Z | Checking pcap-parser v0.17.0 |
| 489 | 2026-06-23T04:03:28.853Z | Checking usdt v0.6.0 |
| 490 | 2026-06-23T04:03:28.913Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 491 | 2026-06-23T04:03:33.364Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 492 | 2026-06-23T04:03:35.045Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 493 | 2026-06-23T04:03:37.365Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.91s |
| 494 | 2026-06-23T04:03:37.400Z | |
| 495 | 2026-06-23T04:03:37.403Z | real 19.993425302 |
| 496 | 2026-06-23T04:03:37.403Z | user 1:14.064782357 |
| 497 | 2026-06-23T04:03:37.403Z | sys 15.267530350 |
| 498 | 2026-06-23T04:03:37.403Z | trap 0.041848625 |
| 499 | 2026-06-23T04:03:37.403Z | tflt 0.117875818 |
| 500 | 2026-06-23T04:03:37.403Z | dflt 0.184017590 |
| 501 | 2026-06-23T04:03:37.403Z | kflt 0.000005480 |
| 502 | 2026-06-23T04:03:37.403Z | lock 4:08.015297331 |
| 503 | 2026-06-23T04:03:37.403Z | slp 3:54.423530861 |
| 504 | 2026-06-23T04:03:37.403Z | lat 4.704473614 |
| 505 | 2026-06-23T04:03:37.403Z | stop 8.650500006 |
| 506 | 2026-06-23T04:03:37.404Z | + header 'analyze no_std + engine + kernel' |
| 507 | 2026-06-23T04:03:37.404Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 508 | 2026-06-23T04:03:37.404Z | # ==== analyze no_std + engine + kernel ==== # |
| 509 | 2026-06-23T04:03:37.404Z | + ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel |
| 510 | 2026-06-23T04:03:37.585Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 511 | 2026-06-23T04:03:37.585Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 512 | 2026-06-23T04:03:37.608Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 513 | 2026-06-23T04:03:37.611Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 514 | 2026-06-23T04:03:37.847Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 515 | 2026-06-23T04:03:41.593Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 516 | 2026-06-23T04:03:42.957Z | Finished `dev` profile [optimized + debuginfo] target(s) in 5.51s |
| 517 | 2026-06-23T04:03:42.987Z | |
| 518 | 2026-06-23T04:03:42.987Z | real 5.580396407 |
| 519 | 2026-06-23T04:03:42.987Z | user 5.798364645 |
| 520 | 2026-06-23T04:03:42.987Z | sys 1.046179685 |
| 521 | 2026-06-23T04:03:42.987Z | trap 0.000890661 |
| 522 | 2026-06-23T04:03:42.987Z | tflt 0.007980877 |
| 523 | 2026-06-23T04:03:42.987Z | dflt 0.004515017 |
| 524 | 2026-06-23T04:03:42.987Z | kflt 0.000001750 |
| 525 | 2026-06-23T04:03:42.987Z | lock 24.657927177 |
| 526 | 2026-06-23T04:03:42.987Z | slp 20.811764946 |
| 527 | 2026-06-23T04:03:42.987Z | lat 0.016552749 |
| 528 | 2026-06-23T04:03:42.991Z | stop 0.252842200 |
| 529 | 2026-06-23T04:03:42.991Z | + header test |
| 530 | 2026-06-23T04:03:42.991Z | + echo '# ==== test ==== #' |
| 531 | 2026-06-23T04:03:42.991Z | + ptime -m cargo test |
| 532 | 2026-06-23T04:03:42.991Z | # ==== test ==== # |
| 533 | 2026-06-23T04:03:43.146Z | Compiling memchr v2.8.2 |
| 534 | 2026-06-23T04:03:43.146Z | Compiling serde_core v1.0.228 |
| 535 | 2026-06-23T04:03:43.172Z | Compiling thiserror v2.0.18 |
| 536 | 2026-06-23T04:03:43.175Z | Compiling zerocopy v0.8.52 |
| 537 | 2026-06-23T04:03:43.178Z | Compiling unicode-ident v1.0.24 |
| 538 | 2026-06-23T04:03:43.178Z | Compiling byteorder v1.5.0 |
| 539 | 2026-06-23T04:03:43.182Z | Compiling zmij v1.0.21 |
| 540 | 2026-06-23T04:03:43.182Z | Compiling libc v0.2.186 |
| 541 | 2026-06-23T04:03:43.254Z | Compiling proc-macro2 v1.0.106 |
| 542 | 2026-06-23T04:03:43.301Z | Compiling scroll v0.13.0 |
| 543 | 2026-06-23T04:03:43.386Z | Compiling futures-sink v0.3.32 |
| 544 | 2026-06-23T04:03:43.479Z | Compiling futures-core v0.3.32 |
| 545 | 2026-06-23T04:03:43.524Z | Compiling ucd-trie v0.1.7 |
| 546 | 2026-06-23T04:03:43.553Z | Compiling plain v0.2.3 |
| 547 | 2026-06-23T04:03:43.568Z | Compiling itoa v1.0.18 |
| 548 | 2026-06-23T04:03:43.638Z | Compiling log v0.4.32 |
| 549 | 2026-06-23T04:03:43.649Z | Compiling quote v1.0.45 |
| 550 | 2026-06-23T04:03:43.826Z | Compiling goblin v0.10.7 |
| 551 | 2026-06-23T04:03:43.869Z | Compiling pest v2.8.6 |
| 552 | 2026-06-23T04:03:44.245Z | Compiling futures-channel v0.3.32 |
| 553 | 2026-06-23T04:03:44.303Z | Compiling hash32 v0.3.1 |
| 554 | 2026-06-23T04:03:44.469Z | Compiling pretty-hex v0.4.2 |
| 555 | 2026-06-23T04:03:44.481Z | Compiling cfg-if v1.0.4 |
| 556 | 2026-06-23T04:03:44.542Z | Compiling futures-task v0.3.32 |
| 557 | 2026-06-23T04:03:44.603Z | Compiling macaddr v1.0.1 |
| 558 | 2026-06-23T04:03:44.741Z | Compiling pin-project-lite v0.2.17 |
| 559 | 2026-06-23T04:03:44.745Z | Compiling stable_deref_trait v1.2.1 |
| 560 | 2026-06-23T04:03:44.816Z | Compiling slab v0.4.12 |
| 561 | 2026-06-23T04:03:44.829Z | Compiling futures-io v0.3.32 |
| 562 | 2026-06-23T04:03:44.862Z | Compiling heapless v0.8.0 |
| 563 | 2026-06-23T04:03:44.991Z | Compiling serde v1.0.228 |
| 564 | 2026-06-23T04:03:45.021Z | Compiling bitflags v2.13.0 |
| 565 | 2026-06-23T04:03:45.181Z | Compiling serde_json v1.0.150 |
| 566 | 2026-06-23T04:03:45.310Z | Compiling futures-util v0.3.32 |
| 567 | 2026-06-23T04:03:45.440Z | Compiling dtrace-parser v0.3.0 |
| 568 | 2026-06-23T04:03:45.632Z | Compiling syn v2.0.117 |
| 569 | 2026-06-23T04:03:45.635Z | Compiling thread-id v5.1.0 |
| 570 | 2026-06-23T04:03:45.707Z | Compiling cobs v0.3.0 |
| 571 | 2026-06-23T04:03:45.994Z | Compiling bitflags v1.3.2 |
| 572 | 2026-06-23T04:03:46.062Z | Compiling ingot-types v0.1.2 |
| 573 | 2026-06-23T04:03:46.079Z | Compiling managed v0.8.0 |
| 574 | 2026-06-23T04:03:46.194Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 575 | 2026-06-23T04:03:46.299Z | Compiling smoltcp v0.11.0 |
| 576 | 2026-06-23T04:03:46.424Z | Compiling ingot v0.1.1 |
| 577 | 2026-06-23T04:03:46.467Z | Compiling postcard v1.1.3 |
| 578 | 2026-06-23T04:03:46.818Z | Compiling dof v0.4.0 |
| 579 | 2026-06-23T04:03:48.050Z | Compiling usdt-impl v0.6.0 |
| 580 | 2026-06-23T04:03:48.318Z | Compiling futures-executor v0.3.32 |
| 581 | 2026-06-23T04:03:48.661Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 582 | 2026-06-23T04:03:48.918Z | Compiling memmap2 v0.9.10 |
| 583 | 2026-06-23T04:03:49.036Z | Compiling either v1.16.0 |
| 584 | 2026-06-23T04:03:49.212Z | Compiling ipnetwork v0.21.1 |
| 585 | 2026-06-23T04:03:49.218Z | Compiling unicode-width v0.2.2 |
| 586 | 2026-06-23T04:03:49.290Z | Compiling itertools v0.15.0 |
| 587 | 2026-06-23T04:03:49.524Z | Compiling tabwriter v1.4.1 |
| 588 | 2026-06-23T04:03:49.750Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 589 | 2026-06-23T04:03:49.975Z | Compiling usdt v0.6.0 |
| 590 | 2026-06-23T04:03:50.298Z | Compiling ref-cast v1.0.25 |
| 591 | 2026-06-23T04:03:50.398Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 592 | 2026-06-23T04:03:50.607Z | Compiling futures v0.3.32 |
| 593 | 2026-06-23T04:03:50.610Z | Compiling crc32fast v1.5.0 |
| 594 | 2026-06-23T04:03:50.713Z | Compiling nom v8.0.0 |
| 595 | 2026-06-23T04:03:50.722Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 596 | 2026-06-23T04:03:50.848Z | Compiling dyn-clone v1.0.20 |
| 597 | 2026-06-23T04:03:51.017Z | Compiling cookie-factory v0.3.3 |
| 598 | 2026-06-23T04:03:51.095Z | Compiling uuid v1.23.3 |
| 599 | 2026-06-23T04:03:51.333Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 600 | 2026-06-23T04:03:51.568Z | Compiling circular v0.3.0 |
| 601 | 2026-06-23T04:03:51.650Z | Compiling dtor v0.8.1 |
| 602 | 2026-06-23T04:03:51.711Z | Compiling anyhow v1.0.102 |
| 603 | 2026-06-23T04:03:51.734Z | Compiling typeid v1.0.3 |
| 604 | 2026-06-23T04:03:51.821Z | Compiling link-section v0.2.1 |
| 605 | 2026-06-23T04:03:51.844Z | Compiling once_cell v1.21.4 |
| 606 | 2026-06-23T04:03:51.964Z | Compiling ron v0.12.2 |
| 607 | 2026-06-23T04:03:52.004Z | Compiling ctor v0.10.1 |
| 608 | 2026-06-23T04:03:53.289Z | Compiling rusticata-macros v5.0.0 |
| 609 | 2026-06-23T04:03:53.610Z | Compiling pcap-parser v0.17.0 |
| 610 | 2026-06-23T04:03:55.764Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 611 | 2026-06-23T04:03:58.427Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 612 | 2026-06-23T04:04:36.225Z | Finished `test` profile [optimized + debuginfo] target(s) in 53.22s |
| 613 | 2026-06-23T04:04:36.242Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-e6d39cabcf5f5db6) |
| 614 | 2026-06-23T04:04:36.245Z | |
| 615 | 2026-06-23T04:04:36.245Z | running 15 tests |
| 616 | 2026-06-23T04:04:36.245Z | test api::tests::parse_good_proto_filter ... ok |
| 617 | 2026-06-23T04:04:36.245Z | test api::tests::ports_from_str_bad ... ok |
| 618 | 2026-06-23T04:04:36.245Z | test api::tests::parse_good_address ... ok |
| 619 | 2026-06-23T04:04:36.245Z | test cfg::tests::test_required_nat_space ... ok |
| 620 | 2026-06-23T04:04:36.248Z | test cfg::tests::test_required_nat_space_only_ipv4 ... ok |
| 621 | 2026-06-23T04:04:36.248Z | test api::tests::ports_from_str_good ... ok |
| 622 | 2026-06-23T04:04:36.248Z | test api::tests::parse_bad_proto_filter ... ok |
| 623 | 2026-06-23T04:04:36.248Z | test api::tests::parse_bad_address ... ok |
| 624 | 2026-06-23T04:04:36.248Z | test cfg::tests::test_required_nat_space_only_ipv6 ... ok |
| 625 | 2026-06-23T04:04:36.248Z | test engine::geneve::test::option_packet_length_with_known_options ... ok |
| 626 | 2026-06-23T04:04:36.248Z | test engine::geneve::test::parse_multi_opt ... ok |
| 627 | 2026-06-23T04:04:36.248Z | test engine::geneve::test::parse_single_opt ... ok |
| 628 | 2026-06-23T04:04:36.248Z | test engine::geneve::test::parse_multicast_replication_values ... ok |
| 629 | 2026-06-23T04:04:36.248Z | test engine::geneve::test::unknown_crit_option_fails ... ok |
| 630 | 2026-06-23T04:04:36.248Z | test engine::firewall::tests::port_predicate_simplification ... ok |
| 631 | 2026-06-23T04:04:36.248Z | |
| 632 | 2026-06-23T04:04:36.249Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 633 | 2026-06-23T04:04:36.249Z | |
| 634 | 2026-06-23T04:04:36.249Z | Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-44534768c49e8f0c) |
| 635 | 2026-06-23T04:04:36.252Z | |
| 636 | 2026-06-23T04:04:36.252Z | running 4 tests |
| 637 | 2026-06-23T04:04:36.252Z | test firewall_external_inbound ... ok |
| 638 | 2026-06-23T04:04:36.252Z | test firewall_vni_outbound ... ok |
| 639 | 2026-06-23T04:04:36.252Z | test firewall_vni_inbound ... ok |
| 640 | 2026-06-23T04:04:36.252Z | test firewall_replace_rules ... ok |
| 641 | 2026-06-23T04:04:36.252Z | |
| 642 | 2026-06-23T04:04:36.252Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 643 | 2026-06-23T04:04:36.252Z | |
| 644 | 2026-06-23T04:04:36.252Z | Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-aac593259996662a) |
| 645 | 2026-06-23T04:04:36.255Z | |
| 646 | 2026-06-23T04:04:36.255Z | running 2 tests |
| 647 | 2026-06-23T04:04:36.255Z | test parse_in_regression ... ok |
| 648 | 2026-06-23T04:04:36.255Z | test parse_out_regression ... ok |
| 649 | 2026-06-23T04:04:36.255Z | |
| 650 | 2026-06-23T04:04:36.255Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 651 | 2026-06-23T04:04:36.255Z | |
| 652 | 2026-06-23T04:04:36.255Z | Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-df6fb84ab51e1624) |
| 653 | 2026-06-23T04:04:36.258Z | |
| 654 | 2026-06-23T04:04:36.258Z | running 48 tests |
| 655 | 2026-06-23T04:04:36.258Z | test bad_ip_len ... ok |
| 656 | 2026-06-23T04:04:36.258Z | test add_remove_fw_rule ... ok |
| 657 | 2026-06-23T04:04:36.258Z | test check_layers ... ok |
| 658 | 2026-06-23T04:04:36.258Z | test arp_gateway ... ok |
| 659 | 2026-06-23T04:04:36.258Z | test external_attached_subnets_cannot_reach_internal ... ok |
| 660 | 2026-06-23T04:04:36.258Z | test ephemeral_ip_preferred_over_snat_outbound ... ok |
| 661 | 2026-06-23T04:04:36.258Z | test anti_spoof ... ok |
| 662 | 2026-06-23T04:04:36.258Z | test external_attached_subnets_dont_apply_nat ... ok |
| 663 | 2026-06-23T04:04:36.258Z | test gateway_icmp4_ping ... ok |
| 664 | 2026-06-23T04:04:36.258Z | test gateway_icmpv6_ping ... ok |
| 665 | 2026-06-23T04:04:36.258Z | test flow_expiration ... ok |
| 666 | 2026-06-23T04:04:36.258Z | test early_tcp_invalidation ... ok |
| 667 | 2026-06-23T04:04:36.258Z | test gateway_router_advert_reply ... ok |
| 668 | 2026-06-23T04:04:36.259Z | test external_ip_epoch_affinity_preserved ... ok |
| 669 | 2026-06-23T04:04:36.259Z | test external_ip_reconfigurable ... ok |
| 670 | 2026-06-23T04:04:36.259Z | test guest_to_guest_no_route ... ok |
| 671 | 2026-06-23T04:04:36.259Z | test guest_to_internet_ipv4 ... ok |
| 672 | 2026-06-23T04:04:36.259Z | test guest_to_internet_ipv6 ... ok |
| 673 | 2026-06-23T04:04:36.259Z | test guest_to_guest_diff_vpc_no_peer ... ok |
| 674 | 2026-06-23T04:04:36.259Z | test icmp_inner_has_nat_applied ... ok |
| 675 | 2026-06-23T04:04:36.262Z | test inbound_ndp_dropped_at_gateway ... ok |
| 676 | 2026-06-23T04:04:36.262Z | test icmpv6_inner_has_nat_applied ... ok |
| 677 | 2026-06-23T04:04:36.262Z | test external_ip_balanced_over_floating_ips ... ok |
| 678 | 2026-06-23T04:04:36.262Z | test guest_to_guest ... ok |
| 679 | 2026-06-23T04:04:36.262Z | test intra_subnet_routes_with_custom ... ok |
| 680 | 2026-06-23T04:04:36.262Z | test no_panic_on_flow_table_full ... ok |
| 681 | 2026-06-23T04:04:36.262Z | test external_ip_receive_and_reply_on_all ... ok |
| 682 | 2026-06-23T04:04:36.262Z | test internal_attached_subnets ... ok |
| 683 | 2026-06-23T04:04:36.262Z | test outbound_ndp_dropped ... ok |
| 684 | 2026-06-23T04:04:36.262Z | test packet_body_pullup ... ok |
| 685 | 2026-06-23T04:04:36.262Z | test port_transition_reset ... ok |
| 686 | 2026-06-23T04:04:36.262Z | test port_transition_running ... ok |
| 687 | 2026-06-23T04:04:36.262Z | test port_as_router_target ... ok |
| 688 | 2026-06-23T04:04:36.262Z | test test_drop_on_unknown_critical_option ... ok |
| 689 | 2026-06-23T04:04:36.262Z | test port_transition_pause ... ok |
| 690 | 2026-06-23T04:04:36.262Z | test select_eip_conditioned_on_igw ... ok |
| 691 | 2026-06-23T04:04:36.262Z | test tcp_invalidation_does_not_block_connection ... ok |
| 692 | 2026-06-23T04:04:36.262Z | test snat_icmp4_echo_rewrite ... ok |
| 693 | 2026-06-23T04:04:36.262Z | test snat_icmp6_echo_rewrite ... ok |
| 694 | 2026-06-23T04:04:36.262Z | test tcp_inbound ... ok |
| 695 | 2026-06-23T04:04:36.262Z | test test_v6_ext_hdr_geneve_offset_ok ... ok |
| 696 | 2026-06-23T04:04:36.262Z | test test_ipv6_multicast_encapsulation ... ok |
| 697 | 2026-06-23T04:04:36.263Z | test tcp_outbound ... ok |
| 698 | 2026-06-23T04:04:36.263Z | test test_tcp_multicast_denied ... ok |
| 699 | 2026-06-23T04:04:36.263Z | test test_gateway_neighbor_advert_reply ... ok |
| 700 | 2026-06-23T04:04:36.263Z | test test_reply_to_dhcpv6_solicit_or_request ... ok |
| 701 | 2026-06-23T04:04:36.263Z | test uft_lft_invalidation_out ... ok |
| 702 | 2026-06-23T04:04:36.263Z | test uft_lft_invalidation_in ... ok |
| 703 | 2026-06-23T04:04:36.263Z | |
| 704 | 2026-06-23T04:04:36.263Z | test result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 705 | 2026-06-23T04:04:36.263Z | |
| 706 | 2026-06-23T04:04:36.263Z | Doc-tests oxide_vpc |
| 707 | 2026-06-23T04:04:36.554Z | |
| 708 | 2026-06-23T04:04:36.554Z | running 0 tests |
| 709 | 2026-06-23T04:04:36.554Z | |
| 710 | 2026-06-23T04:04:36.554Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 711 | 2026-06-23T04:04:36.554Z | |
| 712 | 2026-06-23T04:04:36.584Z | |
| 713 | 2026-06-23T04:04:36.587Z | real 53.586040290 |
| 714 | 2026-06-23T04:04:36.587Z | user 3:19.754389629 |
| 715 | 2026-06-23T04:04:36.587Z | sys 11.947459810 |
| 716 | 2026-06-23T04:04:36.587Z | trap 0.099847099 |
| 717 | 2026-06-23T04:04:36.587Z | tflt 0.179775137 |
| 718 | 2026-06-23T04:04:36.587Z | dflt 0.213631046 |
| 719 | 2026-06-23T04:04:36.587Z | kflt 0.000018680 |
| 720 | 2026-06-23T04:04:36.588Z | lock 12:57.206415822 |
| 721 | 2026-06-23T04:04:36.588Z | slp 6:47.176434897 |
| 722 | 2026-06-23T04:04:36.588Z | lat 8.810965535 |
| 723 | 2026-06-23T04:04:36.588Z | stop 5.713404305 |
| 724 | 2026-06-23T04:04:36.588Z | process exited: duration 118539 ms, exit code 0 |
| |
| 725 | 2026-06-23T04:04:36.594Z | found 0 output files |