|
|
|
| 1 | 2026-06-30T14:55:12.733Z | job assigned to worker 01KWCGCK4NZWAJ248H4RJG53E6 [factory aws, i-073411f7899c9d460] (queued for 2 m 43 s) |
| |
| 2 | 2026-06-30T14:55:19.207Z | starting task 0: "setup" |
| 3 | 2026-06-30T14:55:19.212Z | ++ uname -s |
| 4 | 2026-06-30T14:55:19.215Z | + kern=SunOS |
| 5 | 2026-06-30T14:55:19.215Z | + build_user=build |
| 6 | 2026-06-30T14:55:19.215Z | + build_uid=12345 |
| 7 | 2026-06-30T14:55:19.215Z | + work_dir=/work |
| 8 | 2026-06-30T14:55:19.216Z | + input_dir=/input |
| 9 | 2026-06-30T14:55:19.216Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-30T14:55:19.216Z | + case "$kern" in |
| 11 | 2026-06-30T14:55:19.216Z | + groupadd -g 12345 build |
| 12 | 2026-06-30T14:55:19.218Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-30T14:55:21.221Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-30T14:55:21.331Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-30T14:55:21.334Z | + home_fs=zfs |
| 16 | 2026-06-30T14:55:21.334Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-30T14:55:21.334Z | + mkdir -p /home/build |
| 18 | 2026-06-30T14:55:21.334Z | + chown build:build /home/build /work |
| 19 | 2026-06-30T14:55:23.335Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-30T14:55:23.339Z | process exited: duration 4129 ms, exit code 0 |
| |
| 21 | 2026-06-30T14:55:23.345Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-30T14:55:23.348Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.0 |
| 23 | 2026-06-30T14:55:23.348Z | * rust toolchain channel = "1.96.0" |
| 24 | 2026-06-30T14:55:23.348Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-06-30T14:55:23.348Z | * rust toolchain profile = "default" |
| 26 | 2026-06-30T14:55:23.348Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-30T14:55:23.348Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-30T14:55:23.352Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-30T14:55:23.352Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default |
| 30 | 2026-06-30T14:55:23.430Z | info: downloading installer |
| 31 | 2026-06-30T14:55:24.742Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-30T14:55:24.742Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-30T14:55:24.742Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-30T14:55:24.742Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-30T14:55:24.755Z | info: profile set to default |
| 36 | 2026-06-30T14:55:24.755Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-30T14:55:24.758Z | info: syncing channel updates for 1.96.0-x86_64-unknown-illumos |
| 38 | 2026-06-30T14:55:24.886Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-30T14:55:24.890Z | info: downloading 6 components |
| 40 | 2026-06-30T14:55:39.288Z | info: default toolchain set to 1.96.0-x86_64-unknown-illumos |
| 41 | 2026-06-30T14:55:39.288Z | |
| 42 | 2026-06-30T14:55:39.316Z | 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-30T14:55:39.316Z | |
| 44 | 2026-06-30T14:55:39.316Z | |
| 45 | 2026-06-30T14:55:39.317Z | Rust is installed now. Great! |
| 46 | 2026-06-30T14:55:39.317Z | |
| 47 | 2026-06-30T14:55:39.317Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-30T14:55:39.317Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-30T14:55:39.317Z | |
| 50 | 2026-06-30T14:55:39.317Z | To configure your current shell, you need to source |
| 51 | 2026-06-30T14:55:39.317Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-30T14:55:39.317Z | |
| 53 | 2026-06-30T14:55:39.317Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-30T14:55:39.320Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-30T14:55:39.320Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-30T14:55:39.320Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-30T14:55:39.320Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-30T14:55:39.320Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-30T14:55:39.320Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-30T14:55:39.320Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-30T14:55:39.320Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-30T14:55:39.416Z | + rustup --version |
| 63 | 2026-06-30T14:55:39.424Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-30T14:55:39.427Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-30T14:55:39.446Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-30T14:55:39.449Z | + cargo --version |
| 67 | 2026-06-30T14:55:39.462Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-30T14:55:39.465Z | + rustc --version |
| 69 | 2026-06-30T14:55:39.485Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-30T14:55:39.488Z | process exited: duration 16140 ms, exit code 0 |
| |
| 71 | 2026-06-30T14:55:39.494Z | starting task 2: "authentication" |
| 72 | 2026-06-30T14:55:39.516Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-06-30T14:55:39.523Z | starting task 3: "clone repository" |
| 74 | 2026-06-30T14:55:39.526Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-06-30T14:55:39.536Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-06-30T14:55:39.560Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-06-30T14:55:40.466Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-06-30T14:55:40.466Z | + git fetch origin 2a1be40c7ae5607cb84359f9638df92ee41bc860 |
| 79 | 2026-06-30T14:55:40.746Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-06-30T14:55:40.746Z | * branch 2a1be40c7ae5607cb84359f9638df92ee41bc860 -> FETCH_HEAD |
| 81 | 2026-06-30T14:55:40.751Z | + [[ -n c3 ]] |
| 82 | 2026-06-30T14:55:40.754Z | ++ git branch --show-current |
| 83 | 2026-06-30T14:55:40.754Z | + current=master |
| 84 | 2026-06-30T14:55:40.754Z | + [[ master != c3 ]] |
| 85 | 2026-06-30T14:55:40.754Z | + git branch -f c3 2a1be40c7ae5607cb84359f9638df92ee41bc860 |
| 86 | 2026-06-30T14:55:40.758Z | + git checkout -f c3 |
| 87 | 2026-06-30T14:55:40.773Z | Switched to branch 'c3' |
| 88 | 2026-06-30T14:55:40.776Z | + git reset --hard 2a1be40c7ae5607cb84359f9638df92ee41bc860 |
| 89 | 2026-06-30T14:55:40.789Z | HEAD is now at 2a1be40 [safety] Weaken lifetime in get_xde_state() |
| 90 | 2026-06-30T14:55:40.791Z | process exited: duration 1266 ms, exit code 0 |
| |
| 91 | 2026-06-30T14:55:40.797Z | starting task 4: "build" |
| 92 | 2026-06-30T14:55:40.800Z | + source .github/buildomat/common.sh |
| 93 | 2026-06-30T14:55:40.800Z | ++ rustup show active-toolchain |
| 94 | 2026-06-30T14:55:40.806Z | 1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-06-30T14:55:40.808Z | ++ pushd xde |
| 96 | 2026-06-30T14:55:40.808Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-06-30T14:55:40.808Z | ++ rustup show active-toolchain |
| 98 | 2026-06-30T14:55:40.811Z | info: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos |
| 99 | 2026-06-30T14:55:40.953Z | info: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18) |
| 100 | 2026-06-30T14:55:40.956Z | info: downloading 6 components |
| 101 | 2026-06-30T14:55:54.360Z | nightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-06-30T14:55:54.458Z | +++ rustup show active-toolchain -v |
| 103 | 2026-06-30T14:55:54.474Z | +++ head -n 1 |
| 104 | 2026-06-30T14:55:54.476Z | +++ cut '-d ' -f1 |
| 105 | 2026-06-30T14:55:54.566Z | ++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos |
| 106 | 2026-06-30T14:55:54.566Z | ++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos |
| 107 | 2026-06-30T14:55:54.566Z | ++ popd |
| 108 | 2026-06-30T14:55:54.566Z | /work/oxidecomputer/opte |
| 109 | 2026-06-30T14:55:54.566Z | + cargo --version |
| 110 | 2026-06-30T14:55:54.566Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 111 | 2026-06-30T14:55:54.566Z | + rustc --version |
| 112 | 2026-06-30T14:55:54.566Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 113 | 2026-06-30T14:55:54.566Z | + cd lib/oxide-vpc |
| 114 | 2026-06-30T14:55:54.566Z | + header 'check style' |
| 115 | 2026-06-30T14:55:54.566Z | + echo '# ==== check style ==== #' |
| 116 | 2026-06-30T14:55:54.566Z | # ==== check style ==== # |
| 117 | 2026-06-30T14:55:54.566Z | + ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos fmt -- --check |
| 118 | 2026-06-30T14:55:54.687Z | |
| 119 | 2026-06-30T14:55:54.687Z | real 0.135505599 |
| 120 | 2026-06-30T14:55:54.687Z | user 0.086653021 |
| 121 | 2026-06-30T14:55:54.687Z | sys 0.044597961 |
| 122 | 2026-06-30T14:55:54.687Z | trap 0.000020747 |
| 123 | 2026-06-30T14:55:54.687Z | tflt 0.000013544 |
| 124 | 2026-06-30T14:55:54.687Z | dflt 0.000005109 |
| 125 | 2026-06-30T14:55:54.687Z | kflt 0.000000000 |
| 126 | 2026-06-30T14:55:54.687Z | lock 0.032257906 |
| 127 | 2026-06-30T14:55:54.687Z | slp 0.103862588 |
| 128 | 2026-06-30T14:55:54.687Z | lat 0.000581061 |
| 129 | 2026-06-30T14:55:54.687Z | stop 0.000101591 |
| 130 | 2026-06-30T14:55:54.690Z | + header 'check docs' |
| 131 | 2026-06-30T14:55:54.690Z | + echo '# ==== check docs ==== #' |
| 132 | 2026-06-30T14:55:54.690Z | # ==== check docs ==== # |
| 133 | 2026-06-30T14:55:54.690Z | + RUSTDOCFLAGS='-D warnings' |
| 134 | 2026-06-30T14:55:54.690Z | + ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 135 | 2026-06-30T14:55:54.758Z | Updating crates.io index |
| 136 | 2026-06-30T14:55:54.761Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-06-30T14:55:55.762Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-06-30T14:55:56.058Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-06-30T14:55:56.537Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-06-30T14:55:56.838Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-06-30T14:55:57.109Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-06-30T14:55:57.382Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-06-30T14:55:59.186Z | Downloading crates ... |
| 144 | 2026-06-30T14:55:59.237Z | Downloaded block-buffer v0.10.4 |
| 145 | 2026-06-30T14:55:59.244Z | Downloaded crypto-common v0.1.7 |
| 146 | 2026-06-30T14:55:59.254Z | Downloaded itoa v1.0.18 |
| 147 | 2026-06-30T14:55:59.258Z | Downloaded cpufeatures v0.2.17 |
| 148 | 2026-06-30T14:55:59.258Z | Downloaded generic-array v0.14.7 |
| 149 | 2026-06-30T14:55:59.261Z | Downloaded dyn-clone v1.0.20 |
| 150 | 2026-06-30T14:55:59.261Z | Downloaded fnv v1.0.7 |
| 151 | 2026-06-30T14:55:59.264Z | Downloaded dof v0.4.0 |
| 152 | 2026-06-30T14:55:59.267Z | Downloaded bitflags v1.3.2 |
| 153 | 2026-06-30T14:55:59.270Z | Downloaded cobs v0.3.0 |
| 154 | 2026-06-30T14:55:59.274Z | Downloaded macaddr v1.0.1 |
| 155 | 2026-06-30T14:55:59.277Z | Downloaded managed v0.8.0 |
| 156 | 2026-06-30T14:55:59.277Z | Downloaded byteorder v1.5.0 |
| 157 | 2026-06-30T14:55:59.280Z | Downloaded ingot v0.1.1 |
| 158 | 2026-06-30T14:55:59.280Z | Downloaded digest v0.10.7 |
| 159 | 2026-06-30T14:55:59.280Z | Downloaded crc32fast v1.5.0 |
| 160 | 2026-06-30T14:55:59.280Z | Downloaded darling v0.21.3 |
| 161 | 2026-06-30T14:55:59.283Z | Downloaded darling v0.23.0 |
| 162 | 2026-06-30T14:55:59.286Z | Downloaded defmt v0.3.100 |
| 163 | 2026-06-30T14:55:59.286Z | Downloaded cfg-if v1.0.4 |
| 164 | 2026-06-30T14:55:59.289Z | Downloaded ident_case v1.0.1 |
| 165 | 2026-06-30T14:55:59.289Z | Downloaded embedded-io v0.4.0 |
| 166 | 2026-06-30T14:55:59.292Z | Downloaded darling_macro v0.21.3 |
| 167 | 2026-06-30T14:55:59.292Z | Downloaded bitflags v2.13.0 |
| 168 | 2026-06-30T14:55:59.299Z | Downloaded usdt-impl v0.6.0 |
| 169 | 2026-06-30T14:55:59.303Z | Downloaded ingot-types v0.1.2 |
| 170 | 2026-06-30T14:55:59.306Z | Downloaded ipnetwork v0.21.1 |
| 171 | 2026-06-30T14:55:59.310Z | Downloaded usdt v0.6.0 |
| 172 | 2026-06-30T14:55:59.314Z | Downloaded plain v0.2.3 |
| 173 | 2026-06-30T14:55:59.314Z | Downloaded stable_deref_trait v1.2.1 |
| 174 | 2026-06-30T14:55:59.314Z | Downloaded tabwriter v1.4.1 |
| 175 | 2026-06-30T14:55:59.318Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 176 | 2026-06-30T14:55:59.321Z | Downloaded ref-cast v1.0.25 |
| 177 | 2026-06-30T14:55:59.321Z | Downloaded darling_macro v0.23.0 |
| 178 | 2026-06-30T14:55:59.323Z | Downloaded ref-cast-impl v1.0.25 |
| 179 | 2026-06-30T14:55:59.326Z | Downloaded strsim v0.11.1 |
| 180 | 2026-06-30T14:55:59.326Z | Downloaded defmt-parser v1.0.0 |
| 181 | 2026-06-30T14:55:59.329Z | Downloaded dtrace-parser v0.3.0 |
| 182 | 2026-06-30T14:55:59.332Z | Downloaded version_check v0.9.5 |
| 183 | 2026-06-30T14:55:59.335Z | Downloaded usdt-attr-macro v0.6.0 |
| 184 | 2026-06-30T14:55:59.339Z | Downloaded defmt-macros v1.1.0 |
| 185 | 2026-06-30T14:55:59.342Z | Downloaded thread-id v5.1.0 |
| 186 | 2026-06-30T14:55:59.342Z | Downloaded aho-corasick v1.1.4 |
| 187 | 2026-06-30T14:55:59.349Z | Downloaded pretty-hex v0.4.2 |
| 188 | 2026-06-30T14:55:59.352Z | Downloaded hash32 v0.3.1 |
| 189 | 2026-06-30T14:55:59.360Z | Downloaded scroll_derive v0.13.1 |
| 190 | 2026-06-30T14:55:59.367Z | Downloaded quote v1.0.46 |
| 191 | 2026-06-30T14:55:59.371Z | Downloaded thiserror-impl v2.0.18 |
| 192 | 2026-06-30T14:55:59.374Z | Downloaded embedded-io v0.6.1 |
| 193 | 2026-06-30T14:55:59.377Z | Downloaded either v1.16.0 |
| 194 | 2026-06-30T14:55:59.379Z | Downloaded serde_tokenstream v0.2.3 |
| 195 | 2026-06-30T14:55:59.387Z | Downloaded scroll v0.13.0 |
| 196 | 2026-06-30T14:55:59.397Z | Downloaded thiserror v2.0.18 |
| 197 | 2026-06-30T14:55:59.401Z | Downloaded proc-macro-error2 v2.0.1 |
| 198 | 2026-06-30T14:55:59.404Z | Downloaded usdt-macro v0.6.0 |
| 199 | 2026-06-30T14:55:59.411Z | Downloaded zmij v1.0.21 |
| 200 | 2026-06-30T14:55:59.413Z | Downloaded defmt v1.1.0 |
| 201 | 2026-06-30T14:55:59.416Z | Downloaded pest_generator v2.8.6 |
| 202 | 2026-06-30T14:55:59.416Z | Downloaded ucd-trie v0.1.7 |
| 203 | 2026-06-30T14:55:59.417Z | Downloaded memmap2 v0.9.10 |
| 204 | 2026-06-30T14:55:59.417Z | Downloaded postcard v1.1.3 |
| 205 | 2026-06-30T14:55:59.421Z | Downloaded darling_core v0.23.0 |
| 206 | 2026-06-30T14:55:59.424Z | Downloaded sha2 v0.10.9 |
| 207 | 2026-06-30T14:55:59.427Z | Downloaded heapless v0.8.0 |
| 208 | 2026-06-30T14:55:59.429Z | Downloaded ingot-macros v0.1.1 |
| 209 | 2026-06-30T14:55:59.440Z | Downloaded pest_meta v2.8.6 |
| 210 | 2026-06-30T14:55:59.442Z | Downloaded proc-macro2 v1.0.106 |
| 211 | 2026-06-30T14:55:59.446Z | Downloaded serde_core v1.0.228 |
| 212 | 2026-06-30T14:55:59.449Z | Downloaded unicode-ident v1.0.24 |
| 213 | 2026-06-30T14:55:59.453Z | Downloaded log v0.4.33 |
| 214 | 2026-06-30T14:55:59.456Z | Downloaded uuid v1.23.3 |
| 215 | 2026-06-30T14:55:59.467Z | Downloaded pest_derive v2.8.6 |
| 216 | 2026-06-30T14:55:59.476Z | Downloaded serde_derive v1.0.228 |
| 217 | 2026-06-30T14:55:59.486Z | Downloaded darling_core v0.21.3 |
| 218 | 2026-06-30T14:55:59.489Z | Downloaded zerocopy-derive v0.8.52 |
| 219 | 2026-06-30T14:55:59.493Z | Downloaded serde v1.0.228 |
| 220 | 2026-06-30T14:55:59.503Z | Downloaded pest v2.8.6 |
| 221 | 2026-06-30T14:55:59.510Z | Downloaded typenum v1.20.1 |
| 222 | 2026-06-30T14:55:59.513Z | Downloaded memchr v2.8.2 |
| 223 | 2026-06-30T14:55:59.516Z | Downloaded itertools v0.14.0 |
| 224 | 2026-06-30T14:55:59.530Z | Downloaded itertools v0.15.0 |
| 225 | 2026-06-30T14:55:59.549Z | Downloaded serde_json v1.0.150 |
| 226 | 2026-06-30T14:55:59.553Z | Downloaded regex v1.12.4 |
| 227 | 2026-06-30T14:55:59.585Z | Downloaded goblin v0.10.7 |
| 228 | 2026-06-30T14:55:59.622Z | Downloaded unicode-width v0.2.2 |
| 229 | 2026-06-30T14:55:59.625Z | Downloaded zerocopy v0.8.52 |
| 230 | 2026-06-30T14:55:59.635Z | Downloaded syn v2.0.118 |
| 231 | 2026-06-30T14:55:59.642Z | Downloaded regex-syntax v0.8.11 |
| 232 | 2026-06-30T14:55:59.646Z | Downloaded smoltcp v0.11.0 |
| 233 | 2026-06-30T14:55:59.671Z | Downloaded regex-automata v0.4.14 |
| 234 | 2026-06-30T14:55:59.685Z | Downloaded libc v0.2.186 |
| 235 | 2026-06-30T14:55:59.746Z | Compiling proc-macro2 v1.0.106 |
| 236 | 2026-06-30T14:55:59.749Z | Compiling quote v1.0.46 |
| 237 | 2026-06-30T14:55:59.749Z | Compiling unicode-ident v1.0.24 |
| 238 | 2026-06-30T14:55:59.749Z | Compiling strsim v0.11.1 |
| 239 | 2026-06-30T14:55:59.749Z | Documenting unicode-ident v1.0.24 |
| 240 | 2026-06-30T14:55:59.749Z | Compiling ident_case v1.0.1 |
| 241 | 2026-06-30T14:55:59.749Z | Compiling serde_core v1.0.228 |
| 242 | 2026-06-30T14:55:59.901Z | Compiling fnv v1.0.7 |
| 243 | 2026-06-30T14:55:59.918Z | Compiling memchr v2.8.2 |
| 244 | 2026-06-30T14:55:59.922Z | Compiling zerocopy v0.8.52 |
| 245 | 2026-06-30T14:55:59.986Z | Compiling regex-syntax v0.8.11 |
| 246 | 2026-06-30T14:56:00.148Z | Compiling thiserror v2.0.18 |
| 247 | 2026-06-30T14:56:00.189Z | Compiling serde v1.0.228 |
| 248 | 2026-06-30T14:56:00.491Z | Documenting proc-macro2 v1.0.106 |
| 249 | 2026-06-30T14:56:00.498Z | Compiling aho-corasick v1.1.4 |
| 250 | 2026-06-30T14:56:00.602Z | Checking byteorder v1.5.0 |
| 251 | 2026-06-30T14:56:00.762Z | Compiling either v1.16.0 |
| 252 | 2026-06-30T14:56:00.839Z | Compiling syn v2.0.118 |
| 253 | 2026-06-30T14:56:00.962Z | Compiling itertools v0.14.0 |
| 254 | 2026-06-30T14:56:01.070Z | Documenting quote v1.0.46 |
| 255 | 2026-06-30T14:56:01.572Z | Documenting syn v2.0.118 |
| 256 | 2026-06-30T14:56:01.647Z | Compiling regex-automata v0.4.14 |
| 257 | 2026-06-30T14:56:01.667Z | Compiling heapless v0.8.0 |
| 258 | 2026-06-30T14:56:02.028Z | Checking bitflags v2.13.0 |
| 259 | 2026-06-30T14:56:02.130Z | Checking hash32 v0.3.1 |
| 260 | 2026-06-30T14:56:02.183Z | Documenting serde_core v1.0.228 |
| 261 | 2026-06-30T14:56:02.186Z | Checking macaddr v1.0.1 |
| 262 | 2026-06-30T14:56:02.235Z | Checking stable_deref_trait v1.2.1 |
| 263 | 2026-06-30T14:56:02.299Z | Checking cfg-if v1.0.4 |
| 264 | 2026-06-30T14:56:02.320Z | Documenting memchr v2.8.2 |
| 265 | 2026-06-30T14:56:02.356Z | Compiling smoltcp v0.11.0 |
| 266 | 2026-06-30T14:56:02.692Z | Documenting regex-syntax v0.8.11 |
| 267 | 2026-06-30T14:56:02.924Z | Checking darling_core v0.21.3 |
| 268 | 2026-06-30T14:56:03.007Z | Documenting aho-corasick v1.1.4 |
| 269 | 2026-06-30T14:56:03.746Z | Compiling regex v1.12.4 |
| 270 | 2026-06-30T14:56:03.885Z | Compiling darling_core v0.23.0 |
| 271 | 2026-06-30T14:56:04.008Z | Documenting regex-automata v0.4.14 |
| 272 | 2026-06-30T14:56:04.233Z | Checking bitflags v1.3.2 |
| 273 | 2026-06-30T14:56:04.295Z | Checking managed v0.8.0 |
| 274 | 2026-06-30T14:56:04.366Z | Documenting thiserror-impl v2.0.18 |
| 275 | 2026-06-30T14:56:04.473Z | Documenting zerocopy-derive v0.8.52 |
| 276 | 2026-06-30T14:56:04.521Z | Compiling thiserror-impl v2.0.18 |
| 277 | 2026-06-30T14:56:04.604Z | Compiling serde_derive v1.0.228 |
| 278 | 2026-06-30T14:56:05.145Z | Compiling zerocopy-derive v0.8.52 |
| 279 | 2026-06-30T14:56:05.429Z | Documenting regex v1.12.4 |
| 280 | 2026-06-30T14:56:05.478Z | Documenting serde_derive v1.0.228 |
| 281 | 2026-06-30T14:56:05.628Z | Compiling ref-cast v1.0.25 |
| 282 | 2026-06-30T14:56:05.717Z | Compiling darling_macro v0.21.3 |
| 283 | 2026-06-30T14:56:05.814Z | Checking cobs v0.3.0 |
| 284 | 2026-06-30T14:56:05.944Z | Documenting byteorder v1.5.0 |
| 285 | 2026-06-30T14:56:05.951Z | Compiling crc32fast v1.5.0 |
| 286 | 2026-06-30T14:56:05.970Z | Compiling darling_macro v0.23.0 |
| 287 | 2026-06-30T14:56:06.284Z | Compiling darling v0.21.3 |
| 288 | 2026-06-30T14:56:06.312Z | Documenting thiserror v2.0.18 |
| 289 | 2026-06-30T14:56:06.355Z | Compiling ingot-macros v0.1.1 |
| 290 | 2026-06-30T14:56:06.359Z | Documenting ingot-macros v0.1.1 |
| 291 | 2026-06-30T14:56:06.494Z | Documenting hash32 v0.3.1 |
| 292 | 2026-06-30T14:56:06.557Z | Documenting zerocopy v0.8.52 |
| 293 | 2026-06-30T14:56:06.683Z | Compiling ref-cast-impl v1.0.25 |
| 294 | 2026-06-30T14:56:07.037Z | Documenting bitflags v2.13.0 |
| 295 | 2026-06-30T14:56:07.306Z | Documenting serde v1.0.228 |
| 296 | 2026-06-30T14:56:07.560Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 297 | 2026-06-30T14:56:07.672Z | Checking postcard v1.1.3 |
| 298 | 2026-06-30T14:56:07.717Z | Documenting macaddr v1.0.1 |
| 299 | 2026-06-30T14:56:07.864Z | Checking unicode-width v0.2.2 |
| 300 | 2026-06-30T14:56:07.993Z | Documenting stable_deref_trait v1.2.1 |
| 301 | 2026-06-30T14:56:08.128Z | Checking ipnetwork v0.21.1 |
| 302 | 2026-06-30T14:56:08.132Z | Documenting cfg-if v1.0.4 |
| 303 | 2026-06-30T14:56:08.380Z | Compiling version_check v0.9.5 |
| 304 | 2026-06-30T14:56:08.489Z | Documenting cobs v0.3.0 |
| 305 | 2026-06-30T14:56:08.567Z | Documenting heapless v0.8.0 |
| 306 | 2026-06-30T14:56:08.642Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 307 | 2026-06-30T14:56:08.890Z | Compiling darling v0.23.0 |
| 308 | 2026-06-30T14:56:08.971Z | Documenting managed v0.8.0 |
| 309 | 2026-06-30T14:56:08.974Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 310 | 2026-06-30T14:56:09.124Z | Checking itertools v0.15.0 |
| 311 | 2026-06-30T14:56:09.174Z | Documenting postcard v1.1.3 |
| 312 | 2026-06-30T14:56:09.441Z | Checking tabwriter v1.4.1 |
| 313 | 2026-06-30T14:56:09.485Z | Checking ingot-types v0.1.2 |
| 314 | 2026-06-30T14:56:09.582Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 315 | 2026-06-30T14:56:09.828Z | Checking ingot v0.1.1 |
| 316 | 2026-06-30T14:56:09.936Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 317 | 2026-06-30T14:56:09.946Z | Documenting ref-cast-impl v1.0.25 |
| 318 | 2026-06-30T14:56:09.953Z | Documenting smoltcp v0.11.0 |
| 319 | 2026-06-30T14:56:09.956Z | Documenting ingot-types v0.1.2 |
| 320 | 2026-06-30T14:56:09.956Z | Documenting unicode-width v0.2.2 |
| 321 | 2026-06-30T14:56:10.169Z | Checking dyn-clone v1.0.20 |
| 322 | 2026-06-30T14:56:10.271Z | Documenting either v1.16.0 |
| 323 | 2026-06-30T14:56:10.424Z | Documenting ipnetwork v0.21.1 |
| 324 | 2026-06-30T14:56:10.516Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 325 | 2026-06-30T14:56:10.678Z | Documenting tabwriter v1.4.1 |
| 326 | 2026-06-30T14:56:10.919Z | Documenting ref-cast v1.0.25 |
| 327 | 2026-06-30T14:56:11.202Z | Documenting ingot v0.1.1 |
| 328 | 2026-06-30T14:56:11.393Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 329 | 2026-06-30T14:56:11.400Z | Documenting itertools v0.15.0 |
| 330 | 2026-06-30T14:56:11.769Z | Documenting crc32fast v1.5.0 |
| 331 | 2026-06-30T14:56:11.996Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 332 | 2026-06-30T14:56:12.242Z | Documenting dyn-clone v1.0.20 |
| 333 | 2026-06-30T14:56:12.546Z | Documenting uuid v1.23.3 |
| 334 | 2026-06-30T14:56:12.823Z | Checking uuid v1.23.3 |
| 335 | 2026-06-30T14:56:13.117Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 336 | 2026-06-30T14:56:13.254Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 337 | 2026-06-30T14:56:14.260Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 338 | 2026-06-30T14:56:15.565Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 339 | 2026-06-30T14:56:17.859Z | Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 340 | 2026-06-30T14:56:19.489Z | Finished `dev` profile [optimized + debuginfo] target(s) in 24.79s |
| 341 | 2026-06-30T14:56:19.562Z | Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html |
| 342 | 2026-06-30T14:56:19.586Z | |
| 343 | 2026-06-30T14:56:19.589Z | real 24.878964661 |
| 344 | 2026-06-30T14:56:19.589Z | user 1:22.746741036 |
| 345 | 2026-06-30T14:56:19.589Z | sys 17.405749280 |
| 346 | 2026-06-30T14:56:19.589Z | trap 0.045282703 |
| 347 | 2026-06-30T14:56:19.589Z | tflt 0.041449274 |
| 348 | 2026-06-30T14:56:19.589Z | dflt 0.054009836 |
| 349 | 2026-06-30T14:56:19.589Z | kflt 0.004965705 |
| 350 | 2026-06-30T14:56:19.589Z | lock 8:46.985263738 |
| 351 | 2026-06-30T14:56:19.589Z | slp 4:41.739390158 |
| 352 | 2026-06-30T14:56:19.589Z | lat 7.714839160 |
| 353 | 2026-06-30T14:56:19.589Z | stop 12.616089455 |
| 354 | 2026-06-30T14:56:19.589Z | + header 'analyze std + api + usdt' |
| 355 | 2026-06-30T14:56:19.589Z | + echo '# ==== analyze std + api + usdt ==== #' |
| 356 | 2026-06-30T14:56:19.589Z | + ptime -m cargo clippy --features usdt --all-targets -- --deny warnings |
| 357 | 2026-06-30T14:56:19.589Z | # ==== analyze std + api + usdt ==== # |
| 358 | 2026-06-30T14:56:19.767Z | Downloading crates ... |
| 359 | 2026-06-30T14:56:19.823Z | Downloaded circular v0.3.0 |
| 360 | 2026-06-30T14:56:19.826Z | Downloaded dtor v0.8.1 |
| 361 | 2026-06-30T14:56:19.826Z | Downloaded typeid v1.0.3 |
| 362 | 2026-06-30T14:56:19.830Z | Downloaded cookie-factory v0.3.3 |
| 363 | 2026-06-30T14:56:19.833Z | Downloaded futures-core v0.3.32 |
| 364 | 2026-06-30T14:56:19.837Z | Downloaded dtor-proc-macro v0.0.13 |
| 365 | 2026-06-30T14:56:19.840Z | Downloaded futures-task v0.3.32 |
| 366 | 2026-06-30T14:56:19.840Z | Downloaded futures-sink v0.3.32 |
| 367 | 2026-06-30T14:56:19.840Z | Downloaded futures-io v0.3.32 |
| 368 | 2026-06-30T14:56:19.841Z | Downloaded ctor-proc-macro v0.0.13 |
| 369 | 2026-06-30T14:56:19.841Z | Downloaded slab v0.4.12 |
| 370 | 2026-06-30T14:56:19.846Z | Downloaded futures-macro v0.3.32 |
| 371 | 2026-06-30T14:56:19.853Z | Downloaded link-section v0.2.1 |
| 372 | 2026-06-30T14:56:19.858Z | Downloaded ctor v0.10.1 |
| 373 | 2026-06-30T14:56:19.862Z | Downloaded rusticata-macros v5.0.0 |
| 374 | 2026-06-30T14:56:19.865Z | Downloaded once_cell v1.21.4 |
| 375 | 2026-06-30T14:56:19.865Z | Downloaded futures-executor v0.3.32 |
| 376 | 2026-06-30T14:56:19.865Z | Downloaded anyhow v1.0.102 |
| 377 | 2026-06-30T14:56:19.868Z | Downloaded futures-channel v0.3.32 |
| 378 | 2026-06-30T14:56:19.870Z | Downloaded futures v0.3.32 |
| 379 | 2026-06-30T14:56:19.873Z | Downloaded pin-project-lite v0.2.17 |
| 380 | 2026-06-30T14:56:19.883Z | Downloaded pcap-parser v0.17.0 |
| 381 | 2026-06-30T14:56:19.889Z | Downloaded nom v8.0.0 |
| 382 | 2026-06-30T14:56:19.892Z | Downloaded futures-util v0.3.32 |
| 383 | 2026-06-30T14:56:19.898Z | Downloaded ron v0.12.1 |
| 384 | 2026-06-30T14:56:19.950Z | Compiling proc-macro2 v1.0.106 |
| 385 | 2026-06-30T14:56:19.950Z | Compiling quote v1.0.46 |
| 386 | 2026-06-30T14:56:19.954Z | Compiling unicode-ident v1.0.24 |
| 387 | 2026-06-30T14:56:19.954Z | Compiling memchr v2.8.2 |
| 388 | 2026-06-30T14:56:19.954Z | Compiling thiserror v2.0.18 |
| 389 | 2026-06-30T14:56:19.954Z | Compiling serde_core v1.0.228 |
| 390 | 2026-06-30T14:56:19.954Z | Compiling zerocopy v0.8.52 |
| 391 | 2026-06-30T14:56:20.127Z | Compiling zmij v1.0.21 |
| 392 | 2026-06-30T14:56:20.310Z | Compiling libc v0.2.186 |
| 393 | 2026-06-30T14:56:20.325Z | Compiling ident_case v1.0.1 |
| 394 | 2026-06-30T14:56:20.354Z | Compiling strsim v0.11.1 |
| 395 | 2026-06-30T14:56:20.374Z | Compiling serde_json v1.0.150 |
| 396 | 2026-06-30T14:56:20.410Z | Compiling ucd-trie v0.1.7 |
| 397 | 2026-06-30T14:56:20.540Z | Compiling pest v2.8.6 |
| 398 | 2026-06-30T14:56:20.598Z | Compiling serde v1.0.228 |
| 399 | 2026-06-30T14:56:20.849Z | Compiling fnv v1.0.7 |
| 400 | 2026-06-30T14:56:20.975Z | Compiling aho-corasick v1.1.4 |
| 401 | 2026-06-30T14:56:20.997Z | Compiling regex-syntax v0.8.11 |
| 402 | 2026-06-30T14:56:21.184Z | Compiling syn v2.0.118 |
| 403 | 2026-06-30T14:56:21.258Z | Compiling itoa v1.0.18 |
| 404 | 2026-06-30T14:56:21.314Z | Checking byteorder v1.5.0 |
| 405 | 2026-06-30T14:56:21.580Z | Compiling pest_meta v2.8.6 |
| 406 | 2026-06-30T14:56:21.763Z | Compiling either v1.16.0 |
| 407 | 2026-06-30T14:56:21.884Z | Compiling usdt-impl v0.6.0 |
| 408 | 2026-06-30T14:56:21.958Z | Compiling itertools v0.14.0 |
| 409 | 2026-06-30T14:56:22.123Z | Checking bitflags v2.13.0 |
| 410 | 2026-06-30T14:56:22.287Z | Compiling thread-id v5.1.0 |
| 411 | 2026-06-30T14:56:22.423Z | Compiling regex-automata v0.4.14 |
| 412 | 2026-06-30T14:56:22.598Z | Checking futures-core v0.3.32 |
| 413 | 2026-06-30T14:56:22.751Z | Checking log v0.4.33 |
| 414 | 2026-06-30T14:56:22.876Z | Checking plain v0.2.3 |
| 415 | 2026-06-30T14:56:22.904Z | Checking futures-sink v0.3.32 |
| 416 | 2026-06-30T14:56:22.991Z | Compiling heapless v0.8.0 |
| 417 | 2026-06-30T14:56:23.071Z | Checking futures-channel v0.3.32 |
| 418 | 2026-06-30T14:56:23.267Z | Checking hash32 v0.3.1 |
| 419 | 2026-06-30T14:56:23.381Z | Checking macaddr v1.0.1 |
| 420 | 2026-06-30T14:56:23.385Z | Checking stable_deref_trait v1.2.1 |
| 421 | 2026-06-30T14:56:23.444Z | Compiling smoltcp v0.11.0 |
| 422 | 2026-06-30T14:56:23.448Z | Checking pin-project-lite v0.2.17 |
| 423 | 2026-06-30T14:56:23.520Z | Checking cfg-if v1.0.4 |
| 424 | 2026-06-30T14:56:23.524Z | Checking slab v0.4.12 |
| 425 | 2026-06-30T14:56:23.533Z | Checking futures-task v0.3.32 |
| 426 | 2026-06-30T14:56:23.576Z | Checking pretty-hex v0.4.2 |
| 427 | 2026-06-30T14:56:23.662Z | Compiling pest_generator v2.8.6 |
| 428 | 2026-06-30T14:56:23.666Z | Compiling darling_core v0.21.3 |
| 429 | 2026-06-30T14:56:23.683Z | Compiling darling_core v0.23.0 |
| 430 | 2026-06-30T14:56:23.768Z | Checking futures-io v0.3.32 |
| 431 | 2026-06-30T14:56:24.149Z | Compiling regex v1.12.4 |
| 432 | 2026-06-30T14:56:24.247Z | Checking bitflags v1.3.2 |
| 433 | 2026-06-30T14:56:24.269Z | Compiling ref-cast v1.0.25 |
| 434 | 2026-06-30T14:56:24.309Z | Compiling crc32fast v1.5.0 |
| 435 | 2026-06-30T14:56:24.536Z | Compiling version_check v0.9.5 |
| 436 | 2026-06-30T14:56:24.567Z | Checking managed v0.8.0 |
| 437 | 2026-06-30T14:56:24.655Z | Checking memmap2 v0.9.10 |
| 438 | 2026-06-30T14:56:24.779Z | Compiling serde_derive v1.0.228 |
| 439 | 2026-06-30T14:56:24.798Z | Compiling thiserror-impl v2.0.18 |
| 440 | 2026-06-30T14:56:24.808Z | Compiling zerocopy-derive v0.8.52 |
| 441 | 2026-06-30T14:56:25.032Z | Compiling pest_derive v2.8.6 |
| 442 | 2026-06-30T14:56:25.537Z | Compiling scroll_derive v0.13.1 |
| 443 | 2026-06-30T14:56:25.722Z | Compiling darling_macro v0.21.3 |
| 444 | 2026-06-30T14:56:25.744Z | Compiling futures-macro v0.3.32 |
| 445 | 2026-06-30T14:56:25.909Z | Compiling darling_macro v0.23.0 |
| 446 | 2026-06-30T14:56:25.947Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 447 | 2026-06-30T14:56:26.191Z | Compiling dtrace-parser v0.3.0 |
| 448 | 2026-06-30T14:56:26.259Z | Compiling darling v0.21.3 |
| 449 | 2026-06-30T14:56:26.330Z | Compiling ingot-macros v0.1.1 |
| 450 | 2026-06-30T14:56:26.344Z | Checking scroll v0.13.0 |
| 451 | 2026-06-30T14:56:26.443Z | Checking cobs v0.3.0 |
| 452 | 2026-06-30T14:56:26.547Z | Checking futures-util v0.3.32 |
| 453 | 2026-06-30T14:56:26.558Z | Checking goblin v0.10.7 |
| 454 | 2026-06-30T14:56:26.789Z | Compiling darling v0.23.0 |
| 455 | 2026-06-30T14:56:26.818Z | Compiling ref-cast-impl v1.0.25 |
| 456 | 2026-06-30T14:56:26.859Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 457 | 2026-06-30T14:56:27.165Z | Checking ipnetwork v0.21.1 |
| 458 | 2026-06-30T14:56:27.396Z | Checking unicode-width v0.2.2 |
| 459 | 2026-06-30T14:56:27.639Z | Checking tabwriter v1.4.1 |
| 460 | 2026-06-30T14:56:27.803Z | Checking postcard v1.1.3 |
| 461 | 2026-06-30T14:56:27.811Z | Checking itertools v0.15.0 |
| 462 | 2026-06-30T14:56:28.009Z | Compiling serde_tokenstream v0.2.3 |
| 463 | 2026-06-30T14:56:28.173Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 464 | 2026-06-30T14:56:28.328Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 465 | 2026-06-30T14:56:28.496Z | Checking futures-executor v0.3.32 |
| 466 | 2026-06-30T14:56:28.641Z | Checking futures v0.3.32 |
| 467 | 2026-06-30T14:56:28.707Z | Checking nom v8.0.0 |
| 468 | 2026-06-30T14:56:28.710Z | Compiling typeid v1.0.3 |
| 469 | 2026-06-30T14:56:28.894Z | Checking dyn-clone v1.0.20 |
| 470 | 2026-06-30T14:56:28.916Z | Compiling anyhow v1.0.102 |
| 471 | 2026-06-30T14:56:28.929Z | Compiling dof v0.4.0 |
| 472 | 2026-06-30T14:56:28.988Z | Checking cookie-factory v0.3.3 |
| 473 | 2026-06-30T14:56:29.003Z | Checking ingot-types v0.1.2 |
| 474 | 2026-06-30T14:56:29.035Z | Checking uuid v1.23.3 |
| 475 | 2026-06-30T14:56:29.106Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 476 | 2026-06-30T14:56:29.230Z | Checking circular v0.3.0 |
| 477 | 2026-06-30T14:56:29.233Z | Compiling dtor-proc-macro v0.0.13 |
| 478 | 2026-06-30T14:56:29.327Z | Checking ingot v0.1.1 |
| 479 | 2026-06-30T14:56:29.334Z | Checking link-section v0.2.1 |
| 480 | 2026-06-30T14:56:29.371Z | Compiling ctor-proc-macro v0.0.13 |
| 481 | 2026-06-30T14:56:29.431Z | Checking once_cell v1.21.4 |
| 482 | 2026-06-30T14:56:29.560Z | Checking dtor v0.8.1 |
| 483 | 2026-06-30T14:56:29.607Z | Checking ron v0.12.1 |
| 484 | 2026-06-30T14:56:29.700Z | Checking ctor v0.10.1 |
| 485 | 2026-06-30T14:56:29.938Z | Compiling usdt-attr-macro v0.6.0 |
| 486 | 2026-06-30T14:56:29.942Z | Compiling usdt-macro v0.6.0 |
| 487 | 2026-06-30T14:56:30.542Z | Checking usdt v0.6.0 |
| 488 | 2026-06-30T14:56:30.633Z | Checking rusticata-macros v5.0.0 |
| 489 | 2026-06-30T14:56:30.746Z | Checking pcap-parser v0.17.0 |
| 490 | 2026-06-30T14:56:30.815Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 491 | 2026-06-30T14:56:35.286Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 492 | 2026-06-30T14:56:36.966Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 493 | 2026-06-30T14:56:39.301Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.66s |
| 494 | 2026-06-30T14:56:39.335Z | |
| 495 | 2026-06-30T14:56:39.338Z | real 19.743437221 |
| 496 | 2026-06-30T14:56:39.338Z | user 1:13.111720353 |
| 497 | 2026-06-30T14:56:39.338Z | sys 15.269983559 |
| 498 | 2026-06-30T14:56:39.338Z | trap 0.040363942 |
| 499 | 2026-06-30T14:56:39.339Z | tflt 0.103245477 |
| 500 | 2026-06-30T14:56:39.339Z | dflt 0.137217243 |
| 501 | 2026-06-30T14:56:39.339Z | kflt 0.000024543 |
| 502 | 2026-06-30T14:56:39.339Z | lock 4:04.684378072 |
| 503 | 2026-06-30T14:56:39.339Z | slp 3:53.606058217 |
| 504 | 2026-06-30T14:56:39.339Z | lat 3.858606489 |
| 505 | 2026-06-30T14:56:39.339Z | stop 8.144517359 |
| 506 | 2026-06-30T14:56:39.339Z | + header 'analyze no_std + engine + kernel' |
| 507 | 2026-06-30T14:56:39.339Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 508 | 2026-06-30T14:56:39.339Z | # ==== analyze no_std + engine + kernel ==== # |
| 509 | 2026-06-30T14:56:39.339Z | + ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel |
| 510 | 2026-06-30T14:56:39.513Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 511 | 2026-06-30T14:56:39.516Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 512 | 2026-06-30T14:56:39.535Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 513 | 2026-06-30T14:56:39.538Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 514 | 2026-06-30T14:56:39.775Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 515 | 2026-06-30T14:56:43.493Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 516 | 2026-06-30T14:56:44.862Z | Finished `dev` profile [optimized + debuginfo] target(s) in 5.48s |
| 517 | 2026-06-30T14:56:44.888Z | |
| 518 | 2026-06-30T14:56:44.891Z | real 5.547085199 |
| 519 | 2026-06-30T14:56:44.891Z | user 5.774843316 |
| 520 | 2026-06-30T14:56:44.891Z | sys 1.025449051 |
| 521 | 2026-06-30T14:56:44.891Z | trap 0.000695365 |
| 522 | 2026-06-30T14:56:44.891Z | tflt 0.006680651 |
| 523 | 2026-06-30T14:56:44.891Z | dflt 0.005007145 |
| 524 | 2026-06-30T14:56:44.891Z | kflt 0.000000000 |
| 525 | 2026-06-30T14:56:44.891Z | lock 25.907422462 |
| 526 | 2026-06-30T14:56:44.891Z | slp 20.663677420 |
| 527 | 2026-06-30T14:56:44.891Z | lat 0.020412471 |
| 528 | 2026-06-30T14:56:44.891Z | stop 0.257020031 |
| 529 | 2026-06-30T14:56:44.891Z | + header test |
| 530 | 2026-06-30T14:56:44.891Z | + echo '# ==== test ==== #' |
| 531 | 2026-06-30T14:56:44.891Z | + ptime -m cargo test |
| 532 | 2026-06-30T14:56:44.891Z | # ==== test ==== # |
| 533 | 2026-06-30T14:56:45.041Z | Compiling memchr v2.8.2 |
| 534 | 2026-06-30T14:56:45.044Z | Compiling serde_core v1.0.228 |
| 535 | 2026-06-30T14:56:45.066Z | Compiling thiserror v2.0.18 |
| 536 | 2026-06-30T14:56:45.069Z | Compiling zerocopy v0.8.52 |
| 537 | 2026-06-30T14:56:45.072Z | Compiling byteorder v1.5.0 |
| 538 | 2026-06-30T14:56:45.072Z | Compiling unicode-ident v1.0.24 |
| 539 | 2026-06-30T14:56:45.075Z | Compiling zmij v1.0.21 |
| 540 | 2026-06-30T14:56:45.075Z | Compiling libc v0.2.186 |
| 541 | 2026-06-30T14:56:45.148Z | Compiling proc-macro2 v1.0.106 |
| 542 | 2026-06-30T14:56:45.194Z | Compiling scroll v0.13.0 |
| 543 | 2026-06-30T14:56:45.279Z | Compiling ucd-trie v0.1.7 |
| 544 | 2026-06-30T14:56:45.419Z | Compiling futures-sink v0.3.32 |
| 545 | 2026-06-30T14:56:45.438Z | Compiling log v0.4.33 |
| 546 | 2026-06-30T14:56:45.455Z | Compiling itoa v1.0.18 |
| 547 | 2026-06-30T14:56:45.512Z | Compiling futures-core v0.3.32 |
| 548 | 2026-06-30T14:56:45.666Z | Compiling plain v0.2.3 |
| 549 | 2026-06-30T14:56:45.677Z | Compiling futures-channel v0.3.32 |
| 550 | 2026-06-30T14:56:45.708Z | Compiling quote v1.0.46 |
| 551 | 2026-06-30T14:56:45.761Z | Compiling goblin v0.10.7 |
| 552 | 2026-06-30T14:56:45.909Z | Compiling pest v2.8.6 |
| 553 | 2026-06-30T14:56:45.980Z | Compiling hash32 v0.3.1 |
| 554 | 2026-06-30T14:56:46.144Z | Compiling pin-project-lite v0.2.17 |
| 555 | 2026-06-30T14:56:46.239Z | Compiling macaddr v1.0.1 |
| 556 | 2026-06-30T14:56:46.350Z | Compiling futures-task v0.3.32 |
| 557 | 2026-06-30T14:56:46.485Z | Compiling stable_deref_trait v1.2.1 |
| 558 | 2026-06-30T14:56:46.545Z | Compiling slab v0.4.12 |
| 559 | 2026-06-30T14:56:46.555Z | Compiling futures-io v0.3.32 |
| 560 | 2026-06-30T14:56:46.611Z | Compiling cfg-if v1.0.4 |
| 561 | 2026-06-30T14:56:46.673Z | Compiling pretty-hex v0.4.2 |
| 562 | 2026-06-30T14:56:46.720Z | Compiling futures-util v0.3.32 |
| 563 | 2026-06-30T14:56:46.735Z | Compiling heapless v0.8.0 |
| 564 | 2026-06-30T14:56:46.798Z | Compiling serde v1.0.228 |
| 565 | 2026-06-30T14:56:47.038Z | Compiling bitflags v2.13.0 |
| 566 | 2026-06-30T14:56:47.176Z | Compiling serde_json v1.0.150 |
| 567 | 2026-06-30T14:56:47.445Z | Compiling dtrace-parser v0.3.0 |
| 568 | 2026-06-30T14:56:47.448Z | Compiling syn v2.0.118 |
| 569 | 2026-06-30T14:56:47.601Z | Compiling thread-id v5.1.0 |
| 570 | 2026-06-30T14:56:47.675Z | Compiling cobs v0.3.0 |
| 571 | 2026-06-30T14:56:47.963Z | Compiling ingot-types v0.1.2 |
| 572 | 2026-06-30T14:56:47.969Z | Compiling managed v0.8.0 |
| 573 | 2026-06-30T14:56:48.012Z | Compiling bitflags v1.3.2 |
| 574 | 2026-06-30T14:56:48.078Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 575 | 2026-06-30T14:56:48.192Z | Compiling smoltcp v0.11.0 |
| 576 | 2026-06-30T14:56:48.310Z | Compiling ingot v0.1.1 |
| 577 | 2026-06-30T14:56:48.364Z | Compiling postcard v1.1.3 |
| 578 | 2026-06-30T14:56:48.709Z | Compiling dof v0.4.0 |
| 579 | 2026-06-30T14:56:49.454Z | Compiling futures-executor v0.3.32 |
| 580 | 2026-06-30T14:56:50.048Z | Compiling usdt-impl v0.6.0 |
| 581 | 2026-06-30T14:56:50.328Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 582 | 2026-06-30T14:56:50.501Z | Compiling memmap2 v0.9.10 |
| 583 | 2026-06-30T14:56:50.837Z | Compiling ipnetwork v0.21.1 |
| 584 | 2026-06-30T14:56:50.929Z | Compiling unicode-width v0.2.2 |
| 585 | 2026-06-30T14:56:50.991Z | Compiling either v1.16.0 |
| 586 | 2026-06-30T14:56:51.169Z | Compiling tabwriter v1.4.1 |
| 587 | 2026-06-30T14:56:51.233Z | Compiling itertools v0.15.0 |
| 588 | 2026-06-30T14:56:51.362Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 589 | 2026-06-30T14:56:51.588Z | Compiling ref-cast v1.0.25 |
| 590 | 2026-06-30T14:56:51.683Z | Compiling usdt v0.6.0 |
| 591 | 2026-06-30T14:56:52.214Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 592 | 2026-06-30T14:56:52.291Z | Compiling futures v0.3.32 |
| 593 | 2026-06-30T14:56:52.387Z | Compiling crc32fast v1.5.0 |
| 594 | 2026-06-30T14:56:52.399Z | Compiling nom v8.0.0 |
| 595 | 2026-06-30T14:56:52.548Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 596 | 2026-06-30T14:56:52.625Z | Compiling dyn-clone v1.0.20 |
| 597 | 2026-06-30T14:56:52.798Z | Compiling cookie-factory v0.3.3 |
| 598 | 2026-06-30T14:56:52.908Z | Compiling uuid v1.23.3 |
| 599 | 2026-06-30T14:56:53.121Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 600 | 2026-06-30T14:56:53.355Z | Compiling circular v0.3.0 |
| 601 | 2026-06-30T14:56:53.547Z | Compiling dtor v0.8.1 |
| 602 | 2026-06-30T14:56:53.582Z | Compiling anyhow v1.0.102 |
| 603 | 2026-06-30T14:56:53.611Z | Compiling typeid v1.0.3 |
| 604 | 2026-06-30T14:56:53.627Z | Compiling link-section v0.2.1 |
| 605 | 2026-06-30T14:56:53.717Z | Compiling once_cell v1.21.4 |
| 606 | 2026-06-30T14:56:53.771Z | Compiling ctor v0.10.1 |
| 607 | 2026-06-30T14:56:53.843Z | Compiling ron v0.12.1 |
| 608 | 2026-06-30T14:56:54.731Z | Compiling rusticata-macros v5.0.0 |
| 609 | 2026-06-30T14:56:55.026Z | Compiling pcap-parser v0.17.0 |
| 610 | 2026-06-30T14:56:57.936Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 611 | 2026-06-30T14:57:00.296Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 612 | 2026-06-30T14:57:38.451Z | Finished `test` profile [optimized + debuginfo] target(s) in 53.55s |
| 613 | 2026-06-30T14:57:38.468Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-24cea1feacb3a91f) |
| 614 | 2026-06-30T14:57:38.471Z | |
| 615 | 2026-06-30T14:57:38.471Z | running 15 tests |
| 616 | 2026-06-30T14:57:38.471Z | test api::tests::parse_bad_proto_filter ... ok |
| 617 | 2026-06-30T14:57:38.471Z | test api::tests::parse_good_address ... ok |
| 618 | 2026-06-30T14:57:38.472Z | test api::tests::parse_bad_address ... ok |
| 619 | 2026-06-30T14:57:38.472Z | test api::tests::ports_from_str_bad ... ok |
| 620 | 2026-06-30T14:57:38.472Z | test api::tests::ports_from_str_good ... ok |
| 621 | 2026-06-30T14:57:38.472Z | test api::tests::parse_good_proto_filter ... ok |
| 622 | 2026-06-30T14:57:38.472Z | test cfg::tests::test_required_nat_space ... ok |
| 623 | 2026-06-30T14:57:38.472Z | test cfg::tests::test_required_nat_space_only_ipv4 ... ok |
| 624 | 2026-06-30T14:57:38.472Z | test cfg::tests::test_required_nat_space_only_ipv6 ... ok |
| 625 | 2026-06-30T14:57:38.472Z | test engine::geneve::test::parse_multi_opt ... ok |
| 626 | 2026-06-30T14:57:38.472Z | test engine::geneve::test::parse_multicast_replication_values ... ok |
| 627 | 2026-06-30T14:57:38.472Z | test engine::geneve::test::unknown_crit_option_fails ... ok |
| 628 | 2026-06-30T14:57:38.472Z | test engine::geneve::test::option_packet_length_with_known_options ... ok |
| 629 | 2026-06-30T14:57:38.472Z | test engine::geneve::test::parse_single_opt ... ok |
| 630 | 2026-06-30T14:57:38.475Z | test engine::firewall::tests::port_predicate_simplification ... ok |
| 631 | 2026-06-30T14:57:38.475Z | |
| 632 | 2026-06-30T14:57:38.475Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 633 | 2026-06-30T14:57:38.475Z | |
| 634 | 2026-06-30T14:57:38.475Z | Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-fa3a6388b420215f) |
| 635 | 2026-06-30T14:57:38.475Z | |
| 636 | 2026-06-30T14:57:38.475Z | running 4 tests |
| 637 | 2026-06-30T14:57:38.478Z | test firewall_external_inbound ... ok |
| 638 | 2026-06-30T14:57:38.478Z | test firewall_vni_outbound ... ok |
| 639 | 2026-06-30T14:57:38.478Z | test firewall_vni_inbound ... ok |
| 640 | 2026-06-30T14:57:38.478Z | test firewall_replace_rules ... ok |
| 641 | 2026-06-30T14:57:38.478Z | |
| 642 | 2026-06-30T14:57:38.478Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 643 | 2026-06-30T14:57:38.478Z | |
| 644 | 2026-06-30T14:57:38.478Z | Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-8b007db1de2c7291) |
| 645 | 2026-06-30T14:57:38.478Z | |
| 646 | 2026-06-30T14:57:38.478Z | running 2 tests |
| 647 | 2026-06-30T14:57:38.481Z | test parse_in_regression ... ok |
| 648 | 2026-06-30T14:57:38.481Z | test parse_out_regression ... ok |
| 649 | 2026-06-30T14:57:38.481Z | |
| 650 | 2026-06-30T14:57:38.481Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 651 | 2026-06-30T14:57:38.481Z | |
| 652 | 2026-06-30T14:57:38.481Z | Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-48a3b02f74a5544a) |
| 653 | 2026-06-30T14:57:38.481Z | |
| 654 | 2026-06-30T14:57:38.481Z | running 48 tests |
| 655 | 2026-06-30T14:57:38.481Z | test bad_ip_len ... ok |
| 656 | 2026-06-30T14:57:38.485Z | test check_layers ... ok |
| 657 | 2026-06-30T14:57:38.485Z | test add_remove_fw_rule ... ok |
| 658 | 2026-06-30T14:57:38.485Z | test arp_gateway ... ok |
| 659 | 2026-06-30T14:57:38.485Z | test external_attached_subnets_cannot_reach_internal ... ok |
| 660 | 2026-06-30T14:57:38.485Z | test anti_spoof ... ok |
| 661 | 2026-06-30T14:57:38.485Z | test ephemeral_ip_preferred_over_snat_outbound ... ok |
| 662 | 2026-06-30T14:57:38.485Z | test external_attached_subnets_dont_apply_nat ... ok |
| 663 | 2026-06-30T14:57:38.485Z | test flow_expiration ... ok |
| 664 | 2026-06-30T14:57:38.485Z | test gateway_icmp4_ping ... ok |
| 665 | 2026-06-30T14:57:38.485Z | test gateway_icmpv6_ping ... ok |
| 666 | 2026-06-30T14:57:38.485Z | test early_tcp_invalidation ... ok |
| 667 | 2026-06-30T14:57:38.485Z | test external_ip_epoch_affinity_preserved ... ok |
| 668 | 2026-06-30T14:57:38.485Z | test gateway_router_advert_reply ... ok |
| 669 | 2026-06-30T14:57:38.485Z | test external_ip_reconfigurable ... ok |
| 670 | 2026-06-30T14:57:38.485Z | test guest_to_guest_no_route ... ok |
| 671 | 2026-06-30T14:57:38.485Z | test guest_to_internet_ipv4 ... ok |
| 672 | 2026-06-30T14:57:38.485Z | test guest_to_internet_ipv6 ... ok |
| 673 | 2026-06-30T14:57:38.485Z | test guest_to_guest_diff_vpc_no_peer ... ok |
| 674 | 2026-06-30T14:57:38.485Z | test guest_to_guest ... ok |
| 675 | 2026-06-30T14:57:38.485Z | test icmpv6_inner_has_nat_applied ... ok |
| 676 | 2026-06-30T14:57:38.485Z | test icmp_inner_has_nat_applied ... ok |
| 677 | 2026-06-30T14:57:38.485Z | test inbound_ndp_dropped_at_gateway ... ok |
| 678 | 2026-06-30T14:57:38.485Z | test external_ip_balanced_over_floating_ips ... ok |
| 679 | 2026-06-30T14:57:38.485Z | test external_ip_receive_and_reply_on_all ... ok |
| 680 | 2026-06-30T14:57:38.485Z | test packet_body_pullup ... ok |
| 681 | 2026-06-30T14:57:38.485Z | test no_panic_on_flow_table_full ... ok |
| 682 | 2026-06-30T14:57:38.485Z | test intra_subnet_routes_with_custom ... ok |
| 683 | 2026-06-30T14:57:38.485Z | test outbound_ndp_dropped ... ok |
| 684 | 2026-06-30T14:57:38.485Z | test internal_attached_subnets ... ok |
| 685 | 2026-06-30T14:57:38.485Z | test port_transition_reset ... ok |
| 686 | 2026-06-30T14:57:38.486Z | test port_transition_running ... ok |
| 687 | 2026-06-30T14:57:38.486Z | test port_as_router_target ... ok |
| 688 | 2026-06-30T14:57:38.486Z | test test_drop_on_unknown_critical_option ... ok |
| 689 | 2026-06-30T14:57:38.486Z | test port_transition_pause ... ok |
| 690 | 2026-06-30T14:57:38.486Z | test select_eip_conditioned_on_igw ... ok |
| 691 | 2026-06-30T14:57:38.486Z | test snat_icmp6_echo_rewrite ... ok |
| 692 | 2026-06-30T14:57:38.486Z | test tcp_invalidation_does_not_block_connection ... ok |
| 693 | 2026-06-30T14:57:38.486Z | test snat_icmp4_echo_rewrite ... ok |
| 694 | 2026-06-30T14:57:38.486Z | test test_v6_ext_hdr_geneve_offset_ok ... ok |
| 695 | 2026-06-30T14:57:38.486Z | test tcp_inbound ... ok |
| 696 | 2026-06-30T14:57:38.486Z | test tcp_outbound ... ok |
| 697 | 2026-06-30T14:57:38.486Z | test test_ipv6_multicast_encapsulation ... ok |
| 698 | 2026-06-30T14:57:38.486Z | test test_tcp_multicast_denied ... ok |
| 699 | 2026-06-30T14:57:38.486Z | test test_gateway_neighbor_advert_reply ... ok |
| 700 | 2026-06-30T14:57:38.486Z | test test_reply_to_dhcpv6_solicit_or_request ... ok |
| 701 | 2026-06-30T14:57:38.486Z | test uft_lft_invalidation_out ... ok |
| 702 | 2026-06-30T14:57:38.486Z | test uft_lft_invalidation_in ... ok |
| 703 | 2026-06-30T14:57:38.486Z | |
| 704 | 2026-06-30T14:57:38.486Z | test result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 705 | 2026-06-30T14:57:38.486Z | |
| 706 | 2026-06-30T14:57:38.486Z | Doc-tests oxide_vpc |
| 707 | 2026-06-30T14:57:38.776Z | |
| 708 | 2026-06-30T14:57:38.776Z | running 0 tests |
| 709 | 2026-06-30T14:57:38.776Z | |
| 710 | 2026-06-30T14:57:38.776Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 711 | 2026-06-30T14:57:38.776Z | |
| 712 | 2026-06-30T14:57:38.805Z | |
| 713 | 2026-06-30T14:57:38.808Z | real 53.906126022 |
| 714 | 2026-06-30T14:57:38.808Z | user 3:15.358327075 |
| 715 | 2026-06-30T14:57:38.808Z | sys 11.695807295 |
| 716 | 2026-06-30T14:57:38.808Z | trap 0.094833781 |
| 717 | 2026-06-30T14:57:38.808Z | tflt 0.209888679 |
| 718 | 2026-06-30T14:57:38.808Z | dflt 0.415270299 |
| 719 | 2026-06-30T14:57:38.808Z | kflt 0.000006569 |
| 720 | 2026-06-30T14:57:38.808Z | lock 12:34.557918519 |
| 721 | 2026-06-30T14:57:38.808Z | slp 6:33.158308221 |
| 722 | 2026-06-30T14:57:38.808Z | lat 9.354890255 |
| 723 | 2026-06-30T14:57:38.808Z | stop 6.399433685 |
| 724 | 2026-06-30T14:57:38.808Z | process exited: duration 118007 ms, exit code 0 |
| |
| 725 | 2026-06-30T14:57:38.814Z | found 0 output files |