|
|
|
| 1 | 2026-05-11T21:06:36.207Z | job assigned to worker 01KRCDRC78APDGNQ39ZY02PHWS [factory aws, i-05790fb8d8f15dc26] (queued for 1 m 1 s) |
| |
| 2 | 2026-05-11T21:06:43.802Z | starting task 0: "setup" |
| 3 | 2026-05-11T21:06:43.808Z | ++ uname -s |
| 4 | 2026-05-11T21:06:43.814Z | + kern=SunOS |
| 5 | 2026-05-11T21:06:43.815Z | + build_user=build |
| 6 | 2026-05-11T21:06:43.815Z | + build_uid=12345 |
| 7 | 2026-05-11T21:06:43.815Z | + work_dir=/work |
| 8 | 2026-05-11T21:06:43.815Z | + input_dir=/input |
| 9 | 2026-05-11T21:06:43.815Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-11T21:06:43.815Z | + case "$kern" in |
| 11 | 2026-05-11T21:06:43.815Z | + groupadd -g 12345 build |
| 12 | 2026-05-11T21:06:43.824Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-11T21:06:45.828Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-11T21:06:45.929Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-11T21:06:45.934Z | + home_fs=zfs |
| 16 | 2026-05-11T21:06:45.934Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-11T21:06:45.934Z | + mkdir -p /home/build |
| 18 | 2026-05-11T21:06:45.934Z | + chown build:build /home/build /work |
| 19 | 2026-05-11T21:06:47.935Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-11T21:06:47.940Z | process exited: duration 4136 ms, exit code 0 |
| |
| 21 | 2026-05-11T21:06:47.957Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-11T21:06:47.962Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.1 |
| 23 | 2026-05-11T21:06:47.962Z | * rust toolchain channel = "1.94.1" |
| 24 | 2026-05-11T21:06:47.962Z | * rust toolchain profile = "default" |
| 25 | 2026-05-11T21:06:47.962Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-11T21:06:47.962Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-11T21:06:47.962Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-11T21:06:47.962Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-11T21:06:47.965Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default |
| 30 | 2026-05-11T21:06:48.068Z | info: downloading installer |
| 31 | 2026-05-11T21:06:49.479Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-11T21:06:49.479Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-11T21:06:49.479Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-11T21:06:49.482Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-11T21:06:49.491Z | info: profile set to default |
| 36 | 2026-05-11T21:06:49.491Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-11T21:06:49.496Z | info: syncing channel updates for 1.94.1-x86_64-unknown-illumos |
| 38 | 2026-05-11T21:06:49.638Z | info: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25) |
| 39 | 2026-05-11T21:06:49.642Z | info: downloading 6 components |
| 40 | 2026-05-11T21:07:04.298Z | info: default toolchain set to 1.94.1-x86_64-unknown-illumos |
| 41 | 2026-05-11T21:07:04.298Z | |
| 42 | 2026-05-11T21:07:04.329Z | 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25) |
| 43 | 2026-05-11T21:07:04.329Z | |
| 44 | 2026-05-11T21:07:04.329Z | |
| 45 | 2026-05-11T21:07:04.329Z | Rust is installed now. Great! |
| 46 | 2026-05-11T21:07:04.329Z | |
| 47 | 2026-05-11T21:07:04.337Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-11T21:07:04.337Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-11T21:07:04.337Z | |
| 50 | 2026-05-11T21:07:04.337Z | To configure your current shell, you need to source |
| 51 | 2026-05-11T21:07:04.337Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-11T21:07:04.337Z | |
| 53 | 2026-05-11T21:07:04.337Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-11T21:07:04.337Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-11T21:07:04.337Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-11T21:07:04.337Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-11T21:07:04.337Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-11T21:07:04.337Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-11T21:07:04.337Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-11T21:07:04.337Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-11T21:07:04.337Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-11T21:07:04.433Z | + rustup --version |
| 63 | 2026-05-11T21:07:04.447Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-11T21:07:04.451Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-11T21:07:04.466Z | info: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)` |
| 66 | 2026-05-11T21:07:04.472Z | + cargo --version |
| 67 | 2026-05-11T21:07:04.482Z | cargo 1.94.1 (29ea6fb6a 2026-03-24) |
| 68 | 2026-05-11T21:07:04.494Z | + rustc --version |
| 69 | 2026-05-11T21:07:04.506Z | rustc 1.94.1 (e408947bf 2026-03-25) |
| 70 | 2026-05-11T21:07:04.511Z | process exited: duration 16553 ms, exit code 0 |
| |
| 71 | 2026-05-11T21:07:04.519Z | starting task 2: "authentication" |
| 72 | 2026-05-11T21:07:04.536Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-05-11T21:07:04.545Z | starting task 3: "clone repository" |
| 74 | 2026-05-11T21:07:04.549Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-05-11T21:07:04.553Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-05-11T21:07:04.585Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-05-11T21:07:05.418Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-05-11T21:07:05.418Z | + git fetch origin 2e07459d40b679c2229e9023bb7e716ee95bc03d |
| 79 | 2026-05-11T21:07:05.674Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-05-11T21:07:05.674Z | * branch 2e07459d40b679c2229e9023bb7e716ee95bc03d -> FETCH_HEAD |
| 81 | 2026-05-11T21:07:05.707Z | + [[ -n faster-syn-expiry ]] |
| 82 | 2026-05-11T21:07:05.707Z | ++ git branch --show-current |
| 83 | 2026-05-11T21:07:05.707Z | + current=master |
| 84 | 2026-05-11T21:07:05.707Z | + [[ master != faster-syn-expiry ]] |
| 85 | 2026-05-11T21:07:05.707Z | + git branch -f faster-syn-expiry 2e07459d40b679c2229e9023bb7e716ee95bc03d |
| 86 | 2026-05-11T21:07:05.707Z | + git checkout -f faster-syn-expiry |
| 87 | 2026-05-11T21:07:05.719Z | Switched to branch 'faster-syn-expiry' |
| 88 | 2026-05-11T21:07:05.719Z | + git reset --hard 2e07459d40b679c2229e9023bb7e716ee95bc03d |
| 89 | 2026-05-11T21:07:05.730Z | HEAD is now at 2e07459 api back to 40 |
| 90 | 2026-05-11T21:07:05.730Z | process exited: duration 1174 ms, exit code 0 |
| |
| 91 | 2026-05-11T21:07:05.750Z | starting task 4: "build" |
| 92 | 2026-05-11T21:07:05.766Z | + source .github/buildomat/common.sh |
| 93 | 2026-05-11T21:07:05.766Z | ++ rustup show active-toolchain |
| 94 | 2026-05-11T21:07:05.789Z | 1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-05-11T21:07:05.790Z | ++ pushd xde |
| 96 | 2026-05-11T21:07:05.790Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-05-11T21:07:05.790Z | ++ rustup show active-toolchain |
| 98 | 2026-05-11T21:07:05.790Z | info: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos |
| 99 | 2026-05-11T21:07:05.925Z | info: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31) |
| 100 | 2026-05-11T21:07:05.952Z | info: downloading 6 components |
| 101 | 2026-05-11T21:07:19.593Z | nightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-05-11T21:07:19.681Z | +++ rustup show active-toolchain -v |
| 103 | 2026-05-11T21:07:19.685Z | +++ head -n 1 |
| 104 | 2026-05-11T21:07:19.685Z | +++ cut '-d ' -f1 |
| 105 | 2026-05-11T21:07:19.741Z | ++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 106 | 2026-05-11T21:07:19.741Z | ++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 107 | 2026-05-11T21:07:19.741Z | ++ popd |
| 108 | 2026-05-11T21:07:19.748Z | /work/oxidecomputer/opte |
| 109 | 2026-05-11T21:07:19.748Z | + cargo --version |
| 110 | 2026-05-11T21:07:19.752Z | cargo 1.94.1 (29ea6fb6a 2026-03-24) |
| 111 | 2026-05-11T21:07:19.752Z | + rustc --version |
| 112 | 2026-05-11T21:07:19.773Z | rustc 1.94.1 (e408947bf 2026-03-25) |
| 113 | 2026-05-11T21:07:19.777Z | + cd lib/oxide-vpc |
| 114 | 2026-05-11T21:07:19.777Z | + header 'check style' |
| 115 | 2026-05-11T21:07:19.777Z | + echo '# ==== check style ==== #' |
| 116 | 2026-05-11T21:07:19.777Z | # ==== check style ==== # |
| 117 | 2026-05-11T21:07:19.777Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check |
| 118 | 2026-05-11T21:07:19.903Z | |
| 119 | 2026-05-11T21:07:19.903Z | real 0.125420220 |
| 120 | 2026-05-11T21:07:19.903Z | user 0.090379141 |
| 121 | 2026-05-11T21:07:19.903Z | sys 0.031635428 |
| 122 | 2026-05-11T21:07:19.903Z | trap 0.000006150 |
| 123 | 2026-05-11T21:07:19.903Z | tflt 0.000006700 |
| 124 | 2026-05-11T21:07:19.903Z | dflt 0.000004130 |
| 125 | 2026-05-11T21:07:19.904Z | kflt 0.000000000 |
| 126 | 2026-05-11T21:07:19.904Z | lock 0.032568666 |
| 127 | 2026-05-11T21:07:19.904Z | slp 0.104096298 |
| 128 | 2026-05-11T21:07:19.904Z | lat 0.000377140 |
| 129 | 2026-05-11T21:07:19.904Z | stop 0.000106090 |
| 130 | 2026-05-11T21:07:19.908Z | + header 'check docs' |
| 131 | 2026-05-11T21:07:19.908Z | + echo '# ==== check docs ==== #' |
| 132 | 2026-05-11T21:07:19.908Z | # ==== check docs ==== # |
| 133 | 2026-05-11T21:07:19.908Z | + RUSTDOCFLAGS='-D warnings' |
| 134 | 2026-05-11T21:07:19.908Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 135 | 2026-05-11T21:07:19.975Z | Updating crates.io index |
| 136 | 2026-05-11T21:07:20.010Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-05-11T21:07:20.711Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-05-11T21:07:21.260Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-05-11T21:07:21.704Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-05-11T21:07:22.168Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-05-11T21:07:22.467Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-05-11T21:07:22.795Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-05-11T21:07:25.009Z | Downloading crates ... |
| 144 | 2026-05-11T21:07:25.064Z | Downloaded darling_macro v0.21.3 |
| 145 | 2026-05-11T21:07:25.069Z | Downloaded darling_macro v0.23.0 |
| 146 | 2026-05-11T21:07:25.074Z | Downloaded darling v0.23.0 |
| 147 | 2026-05-11T21:07:25.082Z | Downloaded darling_core v0.23.0 |
| 148 | 2026-05-11T21:07:25.085Z | Downloaded darling_core v0.21.3 |
| 149 | 2026-05-11T21:07:25.088Z | Downloaded cfg-if v1.0.4 |
| 150 | 2026-05-11T21:07:25.092Z | Downloaded cpufeatures v0.2.17 |
| 151 | 2026-05-11T21:07:25.092Z | Downloaded crypto-common v0.1.7 |
| 152 | 2026-05-11T21:07:25.092Z | Downloaded block-buffer v0.10.4 |
| 153 | 2026-05-11T21:07:25.092Z | Downloaded bitflags v1.3.2 |
| 154 | 2026-05-11T21:07:25.095Z | Downloaded cobs v0.3.0 |
| 155 | 2026-05-11T21:07:25.095Z | Downloaded byteorder v1.5.0 |
| 156 | 2026-05-11T21:07:25.099Z | Downloaded darling v0.21.3 |
| 157 | 2026-05-11T21:07:25.102Z | Downloaded crc32fast v1.5.0 |
| 158 | 2026-05-11T21:07:25.105Z | Downloaded aho-corasick v1.1.4 |
| 159 | 2026-05-11T21:07:25.109Z | Downloaded bitflags v2.11.1 |
| 160 | 2026-05-11T21:07:25.121Z | Downloaded version_check v0.9.5 |
| 161 | 2026-05-11T21:07:25.125Z | Downloaded plain v0.2.3 |
| 162 | 2026-05-11T21:07:25.125Z | Downloaded usdt v0.6.0 |
| 163 | 2026-05-11T21:07:25.129Z | Downloaded defmt v1.0.1 |
| 164 | 2026-05-11T21:07:25.133Z | Downloaded embedded-io v0.4.0 |
| 165 | 2026-05-11T21:07:25.133Z | Downloaded dtrace-parser v0.3.0 |
| 166 | 2026-05-11T21:07:25.137Z | Downloaded thread-id v5.1.0 |
| 167 | 2026-05-11T21:07:25.141Z | Downloaded stable_deref_trait v1.2.1 |
| 168 | 2026-05-11T21:07:25.141Z | Downloaded itoa v1.0.18 |
| 169 | 2026-05-11T21:07:25.141Z | Downloaded ref-cast-impl v1.0.25 |
| 170 | 2026-05-11T21:07:25.147Z | Downloaded macaddr v1.0.1 |
| 171 | 2026-05-11T21:07:25.147Z | Downloaded fnv v1.0.7 |
| 172 | 2026-05-11T21:07:25.151Z | Downloaded scroll v0.13.0 |
| 173 | 2026-05-11T21:07:25.151Z | Downloaded either v1.15.0 |
| 174 | 2026-05-11T21:07:25.154Z | Downloaded ingot-types v0.1.2 |
| 175 | 2026-05-11T21:07:25.157Z | Downloaded pretty-hex v0.4.2 |
| 176 | 2026-05-11T21:07:25.161Z | Downloaded generic-array v0.14.7 |
| 177 | 2026-05-11T21:07:25.164Z | Downloaded scroll_derive v0.13.1 |
| 178 | 2026-05-11T21:07:25.167Z | Downloaded tabwriter v1.4.1 |
| 179 | 2026-05-11T21:07:25.167Z | Downloaded embedded-io v0.6.1 |
| 180 | 2026-05-11T21:07:25.170Z | Downloaded defmt v0.3.100 |
| 181 | 2026-05-11T21:07:25.173Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 182 | 2026-05-11T21:07:25.178Z | Downloaded usdt-impl v0.6.0 |
| 183 | 2026-05-11T21:07:25.181Z | Downloaded usdt-attr-macro v0.6.0 |
| 184 | 2026-05-11T21:07:25.181Z | Downloaded quote v1.0.45 |
| 185 | 2026-05-11T21:07:25.184Z | Downloaded digest v0.10.7 |
| 186 | 2026-05-11T21:07:25.189Z | Downloaded hash32 v0.3.1 |
| 187 | 2026-05-11T21:07:25.193Z | Downloaded dyn-clone v1.0.20 |
| 188 | 2026-05-11T21:07:25.193Z | Downloaded strsim v0.11.1 |
| 189 | 2026-05-11T21:07:25.193Z | Downloaded ref-cast v1.0.25 |
| 190 | 2026-05-11T21:07:25.193Z | Downloaded defmt-parser v1.0.0 |
| 191 | 2026-05-11T21:07:25.196Z | Downloaded usdt-macro v0.6.0 |
| 192 | 2026-05-11T21:07:25.199Z | Downloaded ident_case v1.0.1 |
| 193 | 2026-05-11T21:07:25.203Z | Downloaded defmt-macros v1.0.1 |
| 194 | 2026-05-11T21:07:25.203Z | Downloaded sha2 v0.10.9 |
| 195 | 2026-05-11T21:07:25.206Z | Downloaded ipnetwork v0.21.1 |
| 196 | 2026-05-11T21:07:25.209Z | Downloaded proc-macro-error2 v2.0.1 |
| 197 | 2026-05-11T21:07:25.209Z | Downloaded managed v0.8.0 |
| 198 | 2026-05-11T21:07:25.214Z | Downloaded zmij v1.0.21 |
| 199 | 2026-05-11T21:07:25.222Z | Downloaded ucd-trie v0.1.7 |
| 200 | 2026-05-11T21:07:25.225Z | Downloaded ingot-macros v0.1.1 |
| 201 | 2026-05-11T21:07:25.225Z | Downloaded memmap2 v0.9.10 |
| 202 | 2026-05-11T21:07:25.228Z | Downloaded dof v0.4.0 |
| 203 | 2026-05-11T21:07:25.231Z | Downloaded serde_tokenstream v0.2.3 |
| 204 | 2026-05-11T21:07:25.231Z | Downloaded ingot v0.1.1 |
| 205 | 2026-05-11T21:07:25.231Z | Downloaded thiserror v2.0.18 |
| 206 | 2026-05-11T21:07:25.242Z | Downloaded thiserror-impl v2.0.18 |
| 207 | 2026-05-11T21:07:25.249Z | Downloaded pest_derive v2.8.6 |
| 208 | 2026-05-11T21:07:25.253Z | Downloaded proc-macro2 v1.0.106 |
| 209 | 2026-05-11T21:07:25.262Z | Downloaded uuid v1.23.1 |
| 210 | 2026-05-11T21:07:25.268Z | Downloaded unicode-ident v1.0.24 |
| 211 | 2026-05-11T21:07:25.271Z | Downloaded serde_derive v1.0.228 |
| 212 | 2026-05-11T21:07:25.271Z | Downloaded log v0.4.29 |
| 213 | 2026-05-11T21:07:25.274Z | Downloaded goblin v0.10.5 |
| 214 | 2026-05-11T21:07:25.284Z | Downloaded postcard v1.1.3 |
| 215 | 2026-05-11T21:07:25.288Z | Downloaded pest_generator v2.8.6 |
| 216 | 2026-05-11T21:07:25.294Z | Downloaded serde_core v1.0.228 |
| 217 | 2026-05-11T21:07:25.297Z | Downloaded heapless v0.8.0 |
| 218 | 2026-05-11T21:07:25.300Z | Downloaded zerocopy-derive v0.8.48 |
| 219 | 2026-05-11T21:07:25.304Z | Downloaded serde v1.0.228 |
| 220 | 2026-05-11T21:07:25.307Z | Downloaded memchr v2.8.0 |
| 221 | 2026-05-11T21:07:25.310Z | Downloaded typenum v1.20.0 |
| 222 | 2026-05-11T21:07:25.313Z | Downloaded pest_meta v2.8.6 |
| 223 | 2026-05-11T21:07:25.325Z | Downloaded pest v2.8.6 |
| 224 | 2026-05-11T21:07:25.346Z | Downloaded itertools v0.14.0 |
| 225 | 2026-05-11T21:07:25.358Z | Downloaded regex v1.12.3 |
| 226 | 2026-05-11T21:07:25.361Z | Downloaded serde_json v1.0.149 |
| 227 | 2026-05-11T21:07:25.405Z | Downloaded syn v2.0.117 |
| 228 | 2026-05-11T21:07:25.419Z | Downloaded zerocopy v0.8.48 |
| 229 | 2026-05-11T21:07:25.429Z | Downloaded smoltcp v0.11.0 |
| 230 | 2026-05-11T21:07:25.435Z | Downloaded unicode-width v0.2.2 |
| 231 | 2026-05-11T21:07:25.439Z | Downloaded regex-syntax v0.8.10 |
| 232 | 2026-05-11T21:07:25.461Z | Downloaded regex-automata v0.4.14 |
| 233 | 2026-05-11T21:07:25.474Z | Downloaded libc v0.2.186 |
| 234 | 2026-05-11T21:07:25.538Z | Compiling proc-macro2 v1.0.106 |
| 235 | 2026-05-11T21:07:25.538Z | Compiling quote v1.0.45 |
| 236 | 2026-05-11T21:07:25.538Z | Compiling unicode-ident v1.0.24 |
| 237 | 2026-05-11T21:07:25.541Z | Documenting unicode-ident v1.0.24 |
| 238 | 2026-05-11T21:07:25.541Z | Compiling ident_case v1.0.1 |
| 239 | 2026-05-11T21:07:25.541Z | Compiling strsim v0.11.1 |
| 240 | 2026-05-11T21:07:25.541Z | Compiling serde_core v1.0.228 |
| 241 | 2026-05-11T21:07:25.704Z | Compiling fnv v1.0.7 |
| 242 | 2026-05-11T21:07:25.723Z | Compiling memchr v2.8.0 |
| 243 | 2026-05-11T21:07:25.728Z | Compiling thiserror v2.0.18 |
| 244 | 2026-05-11T21:07:25.808Z | Compiling serde v1.0.228 |
| 245 | 2026-05-11T21:07:25.984Z | Compiling zerocopy v0.8.48 |
| 246 | 2026-05-11T21:07:26.044Z | Compiling regex-syntax v0.8.10 |
| 247 | 2026-05-11T21:07:26.172Z | Documenting proc-macro2 v1.0.106 |
| 248 | 2026-05-11T21:07:26.342Z | Compiling aho-corasick v1.1.4 |
| 249 | 2026-05-11T21:07:26.443Z | Checking byteorder v1.5.0 |
| 250 | 2026-05-11T21:07:26.640Z | Checking syn v2.0.117 |
| 251 | 2026-05-11T21:07:26.791Z | Compiling either v1.15.0 |
| 252 | 2026-05-11T21:07:26.799Z | Documenting quote v1.0.45 |
| 253 | 2026-05-11T21:07:27.015Z | Compiling itertools v0.14.0 |
| 254 | 2026-05-11T21:07:27.348Z | Documenting syn v2.0.117 |
| 255 | 2026-05-11T21:07:27.631Z | Compiling heapless v0.8.0 |
| 256 | 2026-05-11T21:07:27.929Z | Compiling regex-automata v0.4.14 |
| 257 | 2026-05-11T21:07:28.160Z | Checking bitflags v2.11.1 |
| 258 | 2026-05-11T21:07:28.331Z | Checking hash32 v0.3.1 |
| 259 | 2026-05-11T21:07:28.363Z | Documenting serde_core v1.0.228 |
| 260 | 2026-05-11T21:07:28.439Z | Checking cfg-if v1.0.4 |
| 261 | 2026-05-11T21:07:28.449Z | Checking stable_deref_trait v1.2.1 |
| 262 | 2026-05-11T21:07:28.501Z | Documenting memchr v2.8.0 |
| 263 | 2026-05-11T21:07:28.517Z | Checking macaddr v1.0.1 |
| 264 | 2026-05-11T21:07:28.671Z | Compiling smoltcp v0.11.0 |
| 265 | 2026-05-11T21:07:28.978Z | Documenting regex-syntax v0.8.10 |
| 266 | 2026-05-11T21:07:29.050Z | Checking darling_core v0.21.3 |
| 267 | 2026-05-11T21:07:29.178Z | Documenting aho-corasick v1.1.4 |
| 268 | 2026-05-11T21:07:30.029Z | Compiling regex v1.12.3 |
| 269 | 2026-05-11T21:07:30.154Z | Compiling darling_core v0.23.0 |
| 270 | 2026-05-11T21:07:30.316Z | Documenting regex-automata v0.4.14 |
| 271 | 2026-05-11T21:07:30.536Z | Checking managed v0.8.0 |
| 272 | 2026-05-11T21:07:30.557Z | Checking bitflags v1.3.2 |
| 273 | 2026-05-11T21:07:30.629Z | Documenting serde_derive v1.0.228 |
| 274 | 2026-05-11T21:07:30.643Z | Compiling zerocopy-derive v0.8.48 |
| 275 | 2026-05-11T21:07:30.729Z | Compiling thiserror-impl v2.0.18 |
| 276 | 2026-05-11T21:07:30.917Z | Compiling serde_derive v1.0.228 |
| 277 | 2026-05-11T21:07:31.771Z | Documenting zerocopy-derive v0.8.48 |
| 278 | 2026-05-11T21:07:31.831Z | Documenting regex v1.12.3 |
| 279 | 2026-05-11T21:07:31.859Z | Compiling darling_macro v0.21.3 |
| 280 | 2026-05-11T21:07:31.891Z | Documenting thiserror-impl v2.0.18 |
| 281 | 2026-05-11T21:07:32.227Z | Checking cobs v0.3.0 |
| 282 | 2026-05-11T21:07:32.372Z | Compiling ref-cast v1.0.25 |
| 283 | 2026-05-11T21:07:32.433Z | Compiling darling_macro v0.23.0 |
| 284 | 2026-05-11T21:07:32.547Z | Compiling darling v0.21.3 |
| 285 | 2026-05-11T21:07:32.631Z | Compiling ingot-macros v0.1.1 |
| 286 | 2026-05-11T21:07:32.777Z | Compiling crc32fast v1.5.0 |
| 287 | 2026-05-11T21:07:32.813Z | Documenting byteorder v1.5.0 |
| 288 | 2026-05-11T21:07:32.980Z | Documenting ingot-macros v0.1.1 |
| 289 | 2026-05-11T21:07:33.101Z | Documenting thiserror v2.0.18 |
| 290 | 2026-05-11T21:07:33.124Z | Documenting zerocopy v0.8.48 |
| 291 | 2026-05-11T21:07:33.442Z | Documenting hash32 v0.3.1 |
| 292 | 2026-05-11T21:07:33.696Z | Compiling ref-cast-impl v1.0.25 |
| 293 | 2026-05-11T21:07:34.028Z | Documenting serde v1.0.228 |
| 294 | 2026-05-11T21:07:34.323Z | Documenting bitflags v2.11.1 |
| 295 | 2026-05-11T21:07:34.367Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 296 | 2026-05-11T21:07:34.375Z | Checking postcard v1.1.3 |
| 297 | 2026-05-11T21:07:34.452Z | Compiling version_check v0.9.5 |
| 298 | 2026-05-11T21:07:34.624Z | Checking ipnetwork v0.21.1 |
| 299 | 2026-05-11T21:07:34.658Z | Documenting stable_deref_trait v1.2.1 |
| 300 | 2026-05-11T21:07:34.754Z | Checking unicode-width v0.2.2 |
| 301 | 2026-05-11T21:07:34.815Z | Documenting macaddr v1.0.1 |
| 302 | 2026-05-11T21:07:34.994Z | Documenting cfg-if v1.0.4 |
| 303 | 2026-05-11T21:07:35.205Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 304 | 2026-05-11T21:07:35.222Z | Documenting heapless v0.8.0 |
| 305 | 2026-05-11T21:07:35.335Z | Documenting cobs v0.3.0 |
| 306 | 2026-05-11T21:07:35.461Z | Compiling darling v0.23.0 |
| 307 | 2026-05-11T21:07:35.626Z | Checking ingot-types v0.1.2 |
| 308 | 2026-05-11T21:07:35.638Z | Documenting managed v0.8.0 |
| 309 | 2026-05-11T21:07:35.665Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 310 | 2026-05-11T21:07:35.979Z | Checking ingot v0.1.1 |
| 311 | 2026-05-11T21:07:36.150Z | Checking tabwriter v1.4.1 |
| 312 | 2026-05-11T21:07:36.301Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 313 | 2026-05-11T21:07:36.324Z | Documenting postcard v1.1.3 |
| 314 | 2026-05-11T21:07:36.582Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 315 | 2026-05-11T21:07:36.625Z | Documenting ref-cast-impl v1.0.25 |
| 316 | 2026-05-11T21:07:36.683Z | Documenting unicode-width v0.2.2 |
| 317 | 2026-05-11T21:07:36.859Z | Documenting ingot-types v0.1.2 |
| 318 | 2026-05-11T21:07:36.865Z | Documenting smoltcp v0.11.0 |
| 319 | 2026-05-11T21:07:37.152Z | Documenting either v1.15.0 |
| 320 | 2026-05-11T21:07:37.190Z | Checking dyn-clone v1.0.20 |
| 321 | 2026-05-11T21:07:37.291Z | Documenting ipnetwork v0.21.1 |
| 322 | 2026-05-11T21:07:37.424Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 323 | 2026-05-11T21:07:37.670Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 324 | 2026-05-11T21:07:37.700Z | Documenting ref-cast v1.0.25 |
| 325 | 2026-05-11T21:07:37.939Z | Documenting tabwriter v1.4.1 |
| 326 | 2026-05-11T21:07:38.281Z | Documenting ingot v0.1.1 |
| 327 | 2026-05-11T21:07:38.498Z | Documenting itertools v0.14.0 |
| 328 | 2026-05-11T21:07:38.603Z | Documenting crc32fast v1.5.0 |
| 329 | 2026-05-11T21:07:38.913Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 330 | 2026-05-11T21:07:39.158Z | Documenting dyn-clone v1.0.20 |
| 331 | 2026-05-11T21:07:39.720Z | Documenting uuid v1.23.1 |
| 332 | 2026-05-11T21:07:40.043Z | Checking uuid v1.23.1 |
| 333 | 2026-05-11T21:07:40.294Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 334 | 2026-05-11T21:07:40.325Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 335 | 2026-05-11T21:07:41.796Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 336 | 2026-05-11T21:07:43.072Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 337 | 2026-05-11T21:07:45.391Z | Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 338 | 2026-05-11T21:07:46.993Z | Finished `dev` profile [optimized + debuginfo] target(s) in 27.07s |
| 339 | 2026-05-11T21:07:47.087Z | Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html |
| 340 | 2026-05-11T21:07:47.110Z | |
| 341 | 2026-05-11T21:07:47.147Z | real 27.183161233 |
| 342 | 2026-05-11T21:07:47.147Z | user 1:29.110511137 |
| 343 | 2026-05-11T21:07:47.147Z | sys 18.217637291 |
| 344 | 2026-05-11T21:07:47.147Z | trap 0.051382786 |
| 345 | 2026-05-11T21:07:47.147Z | tflt 0.066691182 |
| 346 | 2026-05-11T21:07:47.147Z | dflt 0.132723809 |
| 347 | 2026-05-11T21:07:47.147Z | kflt 0.005207279 |
| 348 | 2026-05-11T21:07:47.147Z | lock 8:50.564133111 |
| 349 | 2026-05-11T21:07:47.147Z | slp 5:11.678960958 |
| 350 | 2026-05-11T21:07:47.147Z | lat 7.526003393 |
| 351 | 2026-05-11T21:07:47.147Z | stop 11.081943551 |
| 352 | 2026-05-11T21:07:47.147Z | + header 'analyze std + api + usdt' |
| 353 | 2026-05-11T21:07:47.147Z | + echo '# ==== analyze std + api + usdt ==== #' |
| 354 | 2026-05-11T21:07:47.147Z | + ptime -m cargo clippy --features usdt --all-targets -- --deny warnings |
| 355 | 2026-05-11T21:07:47.147Z | # ==== analyze std + api + usdt ==== # |
| 356 | 2026-05-11T21:07:47.306Z | Downloading crates ... |
| 357 | 2026-05-11T21:07:47.371Z | Downloaded once_cell v1.21.4 |
| 358 | 2026-05-11T21:07:47.376Z | Downloaded futures-macro v0.3.32 |
| 359 | 2026-05-11T21:07:47.393Z | Downloaded pin-project-lite v0.2.17 |
| 360 | 2026-05-11T21:07:47.398Z | Downloaded futures v0.3.32 |
| 361 | 2026-05-11T21:07:47.403Z | Downloaded typeid v1.0.3 |
| 362 | 2026-05-11T21:07:47.403Z | Downloaded rusticata-macros v5.0.0 |
| 363 | 2026-05-11T21:07:47.403Z | Downloaded circular v0.3.0 |
| 364 | 2026-05-11T21:07:47.403Z | Downloaded futures-core v0.3.32 |
| 365 | 2026-05-11T21:07:47.408Z | Downloaded futures-sink v0.3.32 |
| 366 | 2026-05-11T21:07:47.408Z | Downloaded futures-io v0.3.32 |
| 367 | 2026-05-11T21:07:47.408Z | Downloaded ctor-proc-macro v0.0.13 |
| 368 | 2026-05-11T21:07:47.412Z | Downloaded link-section v0.2.1 |
| 369 | 2026-05-11T21:07:47.412Z | Downloaded dtor-proc-macro v0.0.13 |
| 370 | 2026-05-11T21:07:47.412Z | Downloaded futures-task v0.3.32 |
| 371 | 2026-05-11T21:07:47.412Z | Downloaded futures-executor v0.3.32 |
| 372 | 2026-05-11T21:07:47.412Z | Downloaded ctor v0.10.1 |
| 373 | 2026-05-11T21:07:47.416Z | Downloaded cookie-factory v0.3.3 |
| 374 | 2026-05-11T21:07:47.420Z | Downloaded anyhow v1.0.102 |
| 375 | 2026-05-11T21:07:47.424Z | Downloaded slab v0.4.12 |
| 376 | 2026-05-11T21:07:47.424Z | Downloaded futures-channel v0.3.32 |
| 377 | 2026-05-11T21:07:47.424Z | Downloaded dtor v0.8.1 |
| 378 | 2026-05-11T21:07:47.432Z | Downloaded ron v0.12.1 |
| 379 | 2026-05-11T21:07:47.437Z | Downloaded futures-util v0.3.32 |
| 380 | 2026-05-11T21:07:47.446Z | Downloaded nom v8.0.0 |
| 381 | 2026-05-11T21:07:47.453Z | Downloaded pcap-parser v0.17.0 |
| 382 | 2026-05-11T21:07:47.508Z | Compiling proc-macro2 v1.0.106 |
| 383 | 2026-05-11T21:07:47.512Z | Compiling quote v1.0.45 |
| 384 | 2026-05-11T21:07:47.512Z | Compiling unicode-ident v1.0.24 |
| 385 | 2026-05-11T21:07:47.513Z | Compiling memchr v2.8.0 |
| 386 | 2026-05-11T21:07:47.513Z | Compiling thiserror v2.0.18 |
| 387 | 2026-05-11T21:07:47.513Z | Compiling serde_core v1.0.228 |
| 388 | 2026-05-11T21:07:47.513Z | Compiling zerocopy v0.8.48 |
| 389 | 2026-05-11T21:07:47.694Z | Compiling zmij v1.0.21 |
| 390 | 2026-05-11T21:07:47.907Z | Compiling libc v0.2.186 |
| 391 | 2026-05-11T21:07:47.911Z | Compiling ident_case v1.0.1 |
| 392 | 2026-05-11T21:07:47.944Z | Compiling strsim v0.11.1 |
| 393 | 2026-05-11T21:07:47.959Z | Compiling ucd-trie v0.1.7 |
| 394 | 2026-05-11T21:07:47.994Z | Compiling serde_json v1.0.149 |
| 395 | 2026-05-11T21:07:48.135Z | Compiling pest v2.8.6 |
| 396 | 2026-05-11T21:07:48.190Z | Compiling serde v1.0.228 |
| 397 | 2026-05-11T21:07:48.424Z | Compiling fnv v1.0.7 |
| 398 | 2026-05-11T21:07:48.578Z | Compiling aho-corasick v1.1.4 |
| 399 | 2026-05-11T21:07:48.585Z | Compiling itoa v1.0.18 |
| 400 | 2026-05-11T21:07:48.812Z | Compiling syn v2.0.117 |
| 401 | 2026-05-11T21:07:48.830Z | Checking byteorder v1.5.0 |
| 402 | 2026-05-11T21:07:48.886Z | Compiling regex-syntax v0.8.10 |
| 403 | 2026-05-11T21:07:49.237Z | Compiling pest_meta v2.8.6 |
| 404 | 2026-05-11T21:07:49.414Z | Compiling either v1.15.0 |
| 405 | 2026-05-11T21:07:49.470Z | Compiling usdt-impl v0.6.0 |
| 406 | 2026-05-11T21:07:49.527Z | Checking bitflags v2.11.1 |
| 407 | 2026-05-11T21:07:49.629Z | Compiling itertools v0.14.0 |
| 408 | 2026-05-11T21:07:49.732Z | Compiling thread-id v5.1.0 |
| 409 | 2026-05-11T21:07:50.079Z | Checking plain v0.2.3 |
| 410 | 2026-05-11T21:07:50.291Z | Checking futures-core v0.3.32 |
| 411 | 2026-05-11T21:07:50.380Z | Checking log v0.4.29 |
| 412 | 2026-05-11T21:07:50.415Z | Compiling regex-automata v0.4.14 |
| 413 | 2026-05-11T21:07:50.535Z | Compiling heapless v0.8.0 |
| 414 | 2026-05-11T21:07:50.590Z | Checking futures-sink v0.3.32 |
| 415 | 2026-05-11T21:07:50.690Z | Checking futures-channel v0.3.32 |
| 416 | 2026-05-11T21:07:51.022Z | Checking hash32 v0.3.1 |
| 417 | 2026-05-11T21:07:51.148Z | Checking stable_deref_trait v1.2.1 |
| 418 | 2026-05-11T21:07:51.153Z | Compiling smoltcp v0.11.0 |
| 419 | 2026-05-11T21:07:51.171Z | Checking futures-task v0.3.32 |
| 420 | 2026-05-11T21:07:51.220Z | Checking futures-io v0.3.32 |
| 421 | 2026-05-11T21:07:51.298Z | Checking pretty-hex v0.4.2 |
| 422 | 2026-05-11T21:07:51.321Z | Checking slab v0.4.12 |
| 423 | 2026-05-11T21:07:51.341Z | Checking pin-project-lite v0.2.17 |
| 424 | 2026-05-11T21:07:51.368Z | Checking macaddr v1.0.1 |
| 425 | 2026-05-11T21:07:51.420Z | Compiling pest_generator v2.8.6 |
| 426 | 2026-05-11T21:07:51.433Z | Compiling darling_core v0.21.3 |
| 427 | 2026-05-11T21:07:51.492Z | Compiling darling_core v0.23.0 |
| 428 | 2026-05-11T21:07:51.519Z | Checking cfg-if v1.0.4 |
| 429 | 2026-05-11T21:07:52.049Z | Checking managed v0.8.0 |
| 430 | 2026-05-11T21:07:52.092Z | Compiling ref-cast v1.0.25 |
| 431 | 2026-05-11T21:07:52.129Z | Checking bitflags v1.3.2 |
| 432 | 2026-05-11T21:07:52.199Z | Compiling crc32fast v1.5.0 |
| 433 | 2026-05-11T21:07:52.250Z | Compiling version_check v0.9.5 |
| 434 | 2026-05-11T21:07:52.472Z | Compiling regex v1.12.3 |
| 435 | 2026-05-11T21:07:52.593Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 436 | 2026-05-11T21:07:52.855Z | Compiling thiserror-impl v2.0.18 |
| 437 | 2026-05-11T21:07:52.871Z | Compiling serde_derive v1.0.228 |
| 438 | 2026-05-11T21:07:52.925Z | Compiling zerocopy-derive v0.8.48 |
| 439 | 2026-05-11T21:07:53.399Z | Compiling pest_derive v2.8.6 |
| 440 | 2026-05-11T21:07:53.875Z | Compiling darling_macro v0.21.3 |
| 441 | 2026-05-11T21:07:53.917Z | Compiling scroll_derive v0.13.1 |
| 442 | 2026-05-11T21:07:53.943Z | Compiling futures-macro v0.3.32 |
| 443 | 2026-05-11T21:07:53.957Z | Compiling darling_macro v0.23.0 |
| 444 | 2026-05-11T21:07:53.964Z | Compiling ref-cast-impl v1.0.25 |
| 445 | 2026-05-11T21:07:54.459Z | Compiling dtrace-parser v0.3.0 |
| 446 | 2026-05-11T21:07:54.479Z | Compiling darling v0.21.3 |
| 447 | 2026-05-11T21:07:54.558Z | Compiling ingot-macros v0.1.1 |
| 448 | 2026-05-11T21:07:54.833Z | Checking scroll v0.13.0 |
| 449 | 2026-05-11T21:07:54.849Z | Checking futures-util v0.3.32 |
| 450 | 2026-05-11T21:07:54.873Z | Checking cobs v0.3.0 |
| 451 | 2026-05-11T21:07:55.035Z | Compiling darling v0.23.0 |
| 452 | 2026-05-11T21:07:55.082Z | Checking goblin v0.10.5 |
| 453 | 2026-05-11T21:07:55.117Z | Checking memmap2 v0.9.10 |
| 454 | 2026-05-11T21:07:55.143Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 455 | 2026-05-11T21:07:55.301Z | Checking unicode-width v0.2.2 |
| 456 | 2026-05-11T21:07:55.720Z | Checking ipnetwork v0.21.1 |
| 457 | 2026-05-11T21:07:55.780Z | Checking tabwriter v1.4.1 |
| 458 | 2026-05-11T21:07:56.308Z | Checking postcard v1.1.3 |
| 459 | 2026-05-11T21:07:56.461Z | Compiling serde_tokenstream v0.2.3 |
| 460 | 2026-05-11T21:07:56.477Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 461 | 2026-05-11T21:07:56.762Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 462 | 2026-05-11T21:07:56.911Z | Checking nom v8.0.0 |
| 463 | 2026-05-11T21:07:56.975Z | Checking futures-executor v0.3.32 |
| 464 | 2026-05-11T21:07:57.254Z | Checking futures v0.3.32 |
| 465 | 2026-05-11T21:07:57.260Z | Compiling anyhow v1.0.102 |
| 466 | 2026-05-11T21:07:57.260Z | Compiling typeid v1.0.3 |
| 467 | 2026-05-11T21:07:57.402Z | Checking dyn-clone v1.0.20 |
| 468 | 2026-05-11T21:07:57.533Z | Checking cookie-factory v0.3.3 |
| 469 | 2026-05-11T21:07:57.600Z | Checking uuid v1.23.1 |
| 470 | 2026-05-11T21:07:57.607Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 471 | 2026-05-11T21:07:57.657Z | Checking ingot-types v0.1.2 |
| 472 | 2026-05-11T21:07:57.750Z | Compiling dof v0.4.0 |
| 473 | 2026-05-11T21:07:57.867Z | Compiling dtor-proc-macro v0.0.13 |
| 474 | 2026-05-11T21:07:57.871Z | Checking circular v0.3.0 |
| 475 | 2026-05-11T21:07:57.960Z | Checking once_cell v1.21.4 |
| 476 | 2026-05-11T21:07:58.041Z | Compiling ctor-proc-macro v0.0.13 |
| 477 | 2026-05-11T21:07:58.044Z | Checking ingot v0.1.1 |
| 478 | 2026-05-11T21:07:58.099Z | Checking link-section v0.2.1 |
| 479 | 2026-05-11T21:07:58.112Z | Checking ron v0.12.1 |
| 480 | 2026-05-11T21:07:58.359Z | Checking dtor v0.8.1 |
| 481 | 2026-05-11T21:07:58.393Z | Checking ctor v0.10.1 |
| 482 | 2026-05-11T21:07:58.806Z | Compiling usdt-macro v0.6.0 |
| 483 | 2026-05-11T21:07:58.806Z | Compiling usdt-attr-macro v0.6.0 |
| 484 | 2026-05-11T21:07:59.067Z | Checking rusticata-macros v5.0.0 |
| 485 | 2026-05-11T21:07:59.193Z | Checking pcap-parser v0.17.0 |
| 486 | 2026-05-11T21:07:59.444Z | Checking usdt v0.6.0 |
| 487 | 2026-05-11T21:07:59.649Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 488 | 2026-05-11T21:08:04.242Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 489 | 2026-05-11T21:08:05.974Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 490 | 2026-05-11T21:08:08.403Z | Finished `dev` profile [optimized + debuginfo] target(s) in 21.23s |
| 491 | 2026-05-11T21:08:08.436Z | |
| 492 | 2026-05-11T21:08:08.443Z | real 21.320446450 |
| 493 | 2026-05-11T21:08:08.443Z | user 1:21.090696084 |
| 494 | 2026-05-11T21:08:08.443Z | sys 16.496403239 |
| 495 | 2026-05-11T21:08:08.443Z | trap 0.046720548 |
| 496 | 2026-05-11T21:08:08.443Z | tflt 0.108037131 |
| 497 | 2026-05-11T21:08:08.443Z | dflt 0.124520945 |
| 498 | 2026-05-11T21:08:08.443Z | kflt 0.000032890 |
| 499 | 2026-05-11T21:08:08.443Z | lock 4:33.771354452 |
| 500 | 2026-05-11T21:08:08.443Z | slp 4:16.101792601 |
| 501 | 2026-05-11T21:08:08.443Z | lat 4.635935056 |
| 502 | 2026-05-11T21:08:08.443Z | stop 8.962680008 |
| 503 | 2026-05-11T21:08:08.443Z | + header 'analyze no_std + engine + kernel' |
| 504 | 2026-05-11T21:08:08.443Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 505 | 2026-05-11T21:08:08.443Z | # ==== analyze no_std + engine + kernel ==== # |
| 506 | 2026-05-11T21:08:08.444Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel |
| 507 | 2026-05-11T21:08:08.628Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 508 | 2026-05-11T21:08:08.634Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 509 | 2026-05-11T21:08:08.647Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 510 | 2026-05-11T21:08:08.647Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 511 | 2026-05-11T21:08:08.907Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 512 | 2026-05-11T21:08:13.347Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 513 | 2026-05-11T21:08:15.130Z | Finished `dev` profile [optimized + debuginfo] target(s) in 6.48s |
| 514 | 2026-05-11T21:08:15.137Z | |
| 515 | 2026-05-11T21:08:15.137Z | real 6.551820833 |
| 516 | 2026-05-11T21:08:15.137Z | user 6.790733594 |
| 517 | 2026-05-11T21:08:15.137Z | sys 1.060413069 |
| 518 | 2026-05-11T21:08:15.137Z | trap 0.000921211 |
| 519 | 2026-05-11T21:08:15.138Z | tflt 0.009798845 |
| 520 | 2026-05-11T21:08:15.138Z | dflt 0.003292772 |
| 521 | 2026-05-11T21:08:15.138Z | kflt 0.000000000 |
| 522 | 2026-05-11T21:08:15.138Z | lock 22.970357542 |
| 523 | 2026-05-11T21:08:15.138Z | slp 23.781227362 |
| 524 | 2026-05-11T21:08:15.138Z | lat 0.024446524 |
| 525 | 2026-05-11T21:08:15.138Z | stop 0.227293570 |
| 526 | 2026-05-11T21:08:15.138Z | + header test |
| 527 | 2026-05-11T21:08:15.138Z | + echo '# ==== test ==== #' |
| 528 | 2026-05-11T21:08:15.138Z | # ==== test ==== # |
| 529 | 2026-05-11T21:08:15.138Z | + ptime -m cargo test |
| 530 | 2026-05-11T21:08:15.175Z | Compiling memchr v2.8.0 |
| 531 | 2026-05-11T21:08:15.175Z | Compiling serde_core v1.0.228 |
| 532 | 2026-05-11T21:08:15.201Z | Compiling thiserror v2.0.18 |
| 533 | 2026-05-11T21:08:15.210Z | Compiling zerocopy v0.8.48 |
| 534 | 2026-05-11T21:08:15.210Z | Compiling byteorder v1.5.0 |
| 535 | 2026-05-11T21:08:15.210Z | Compiling unicode-ident v1.0.24 |
| 536 | 2026-05-11T21:08:15.211Z | Compiling zmij v1.0.21 |
| 537 | 2026-05-11T21:08:15.211Z | Compiling libc v0.2.186 |
| 538 | 2026-05-11T21:08:15.294Z | Compiling proc-macro2 v1.0.106 |
| 539 | 2026-05-11T21:08:15.337Z | Compiling scroll v0.13.0 |
| 540 | 2026-05-11T21:08:15.431Z | Compiling futures-core v0.3.32 |
| 541 | 2026-05-11T21:08:15.583Z | Compiling itoa v1.0.18 |
| 542 | 2026-05-11T21:08:15.610Z | Compiling ucd-trie v0.1.7 |
| 543 | 2026-05-11T21:08:15.614Z | Compiling plain v0.2.3 |
| 544 | 2026-05-11T21:08:15.632Z | Compiling futures-sink v0.3.32 |
| 545 | 2026-05-11T21:08:15.718Z | Compiling log v0.4.29 |
| 546 | 2026-05-11T21:08:15.735Z | Compiling futures-channel v0.3.32 |
| 547 | 2026-05-11T21:08:15.868Z | Compiling goblin v0.10.5 |
| 548 | 2026-05-11T21:08:15.964Z | Compiling pest v2.8.6 |
| 549 | 2026-05-11T21:08:15.998Z | Compiling quote v1.0.45 |
| 550 | 2026-05-11T21:08:16.416Z | Compiling hash32 v0.3.1 |
| 551 | 2026-05-11T21:08:16.604Z | Compiling cfg-if v1.0.4 |
| 552 | 2026-05-11T21:08:16.673Z | Compiling slab v0.4.12 |
| 553 | 2026-05-11T21:08:16.759Z | Compiling stable_deref_trait v1.2.1 |
| 554 | 2026-05-11T21:08:16.846Z | Compiling pretty-hex v0.4.2 |
| 555 | 2026-05-11T21:08:16.934Z | Compiling futures-task v0.3.32 |
| 556 | 2026-05-11T21:08:16.952Z | Compiling futures-io v0.3.32 |
| 557 | 2026-05-11T21:08:16.988Z | Compiling macaddr v1.0.1 |
| 558 | 2026-05-11T21:08:17.087Z | Compiling pin-project-lite v0.2.17 |
| 559 | 2026-05-11T21:08:17.141Z | Compiling serde v1.0.228 |
| 560 | 2026-05-11T21:08:17.190Z | Compiling bitflags v2.11.1 |
| 561 | 2026-05-11T21:08:17.267Z | Compiling serde_json v1.0.149 |
| 562 | 2026-05-11T21:08:17.407Z | Compiling futures-util v0.3.32 |
| 563 | 2026-05-11T21:08:17.666Z | Compiling dtrace-parser v0.3.0 |
| 564 | 2026-05-11T21:08:17.889Z | Compiling heapless v0.8.0 |
| 565 | 2026-05-11T21:08:17.950Z | Compiling syn v2.0.117 |
| 566 | 2026-05-11T21:08:18.389Z | Compiling thread-id v5.1.0 |
| 567 | 2026-05-11T21:08:18.404Z | Compiling ingot-types v0.1.2 |
| 568 | 2026-05-11T21:08:18.474Z | Compiling cobs v0.3.0 |
| 569 | 2026-05-11T21:08:18.613Z | Compiling bitflags v1.3.2 |
| 570 | 2026-05-11T21:08:18.690Z | Compiling managed v0.8.0 |
| 571 | 2026-05-11T21:08:18.775Z | Compiling ingot v0.1.1 |
| 572 | 2026-05-11T21:08:18.849Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 573 | 2026-05-11T21:08:18.921Z | Compiling smoltcp v0.11.0 |
| 574 | 2026-05-11T21:08:19.091Z | Compiling dof v0.4.0 |
| 575 | 2026-05-11T21:08:20.444Z | Compiling futures-executor v0.3.32 |
| 576 | 2026-05-11T21:08:20.808Z | Compiling usdt-impl v0.6.0 |
| 577 | 2026-05-11T21:08:21.137Z | Compiling postcard v1.1.3 |
| 578 | 2026-05-11T21:08:21.283Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 579 | 2026-05-11T21:08:21.558Z | Compiling memmap2 v0.9.10 |
| 580 | 2026-05-11T21:08:21.687Z | Compiling either v1.15.0 |
| 581 | 2026-05-11T21:08:21.890Z | Compiling ipnetwork v0.21.1 |
| 582 | 2026-05-11T21:08:21.909Z | Compiling unicode-width v0.2.2 |
| 583 | 2026-05-11T21:08:21.946Z | Compiling itertools v0.14.0 |
| 584 | 2026-05-11T21:08:22.304Z | Compiling tabwriter v1.4.1 |
| 585 | 2026-05-11T21:08:22.517Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 586 | 2026-05-11T21:08:22.762Z | Compiling usdt v0.6.0 |
| 587 | 2026-05-11T21:08:23.035Z | Compiling ref-cast v1.0.25 |
| 588 | 2026-05-11T21:08:23.162Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 589 | 2026-05-11T21:08:23.462Z | Compiling futures v0.3.32 |
| 590 | 2026-05-11T21:08:23.521Z | Compiling crc32fast v1.5.0 |
| 591 | 2026-05-11T21:08:23.542Z | Compiling nom v8.0.0 |
| 592 | 2026-05-11T21:08:23.660Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 593 | 2026-05-11T21:08:23.783Z | Compiling dyn-clone v1.0.20 |
| 594 | 2026-05-11T21:08:23.896Z | Compiling cookie-factory v0.3.3 |
| 595 | 2026-05-11T21:08:23.965Z | Compiling uuid v1.23.1 |
| 596 | 2026-05-11T21:08:24.258Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 597 | 2026-05-11T21:08:24.495Z | Compiling circular v0.3.0 |
| 598 | 2026-05-11T21:08:24.627Z | Compiling dtor v0.8.1 |
| 599 | 2026-05-11T21:08:24.717Z | Compiling anyhow v1.0.102 |
| 600 | 2026-05-11T21:08:24.726Z | Compiling typeid v1.0.3 |
| 601 | 2026-05-11T21:08:24.794Z | Compiling once_cell v1.21.4 |
| 602 | 2026-05-11T21:08:24.838Z | Compiling link-section v0.2.1 |
| 603 | 2026-05-11T21:08:24.945Z | Compiling ctor v0.10.1 |
| 604 | 2026-05-11T21:08:25.011Z | Compiling ron v0.12.1 |
| 605 | 2026-05-11T21:08:26.423Z | Compiling rusticata-macros v5.0.0 |
| 606 | 2026-05-11T21:08:26.486Z | Compiling pcap-parser v0.17.0 |
| 607 | 2026-05-11T21:08:29.286Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 608 | 2026-05-11T21:08:36.115Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 609 | 2026-05-11T21:09:13.458Z | Finished `test` profile [optimized + debuginfo] target(s) in 58.45s |
| 610 | 2026-05-11T21:09:13.476Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-a48975acc7d3c94b) |
| 611 | 2026-05-11T21:09:13.479Z | |
| 612 | 2026-05-11T21:09:13.479Z | running 15 tests |
| 613 | 2026-05-11T21:09:13.484Z | test api::tests::parse_bad_proto_filter ... ok |
| 614 | 2026-05-11T21:09:13.484Z | test api::tests::ports_from_str_good ... ok |
| 615 | 2026-05-11T21:09:13.484Z | test api::tests::parse_good_proto_filter ... ok |
| 616 | 2026-05-11T21:09:13.484Z | test api::tests::parse_bad_address ... ok |
| 617 | 2026-05-11T21:09:13.484Z | test api::tests::parse_good_address ... ok |
| 618 | 2026-05-11T21:09:13.484Z | test api::tests::ports_from_str_bad ... ok |
| 619 | 2026-05-11T21:09:13.484Z | test cfg::tests::test_required_nat_space ... ok |
| 620 | 2026-05-11T21:09:13.484Z | test cfg::tests::test_required_nat_space_only_ipv4 ... ok |
| 621 | 2026-05-11T21:09:13.484Z | test cfg::tests::test_required_nat_space_only_ipv6 ... ok |
| 622 | 2026-05-11T21:09:13.484Z | test engine::geneve::test::parse_multi_opt ... ok |
| 623 | 2026-05-11T21:09:13.484Z | test engine::geneve::test::option_packet_length_with_known_options ... ok |
| 624 | 2026-05-11T21:09:13.484Z | test engine::geneve::test::parse_multicast_replication_values ... ok |
| 625 | 2026-05-11T21:09:13.484Z | test engine::geneve::test::parse_single_opt ... ok |
| 626 | 2026-05-11T21:09:13.484Z | test engine::geneve::test::unknown_crit_option_fails ... ok |
| 627 | 2026-05-11T21:09:13.484Z | test engine::firewall::tests::port_predicate_simplification ... ok |
| 628 | 2026-05-11T21:09:13.485Z | |
| 629 | 2026-05-11T21:09:13.485Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 630 | 2026-05-11T21:09:13.485Z | |
| 631 | 2026-05-11T21:09:13.485Z | Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-4d5c561e37630ae0) |
| 632 | 2026-05-11T21:09:13.485Z | |
| 633 | 2026-05-11T21:09:13.485Z | running 4 tests |
| 634 | 2026-05-11T21:09:13.490Z | test firewall_external_inbound ... ok |
| 635 | 2026-05-11T21:09:13.490Z | test firewall_vni_outbound ... ok |
| 636 | 2026-05-11T21:09:13.490Z | test firewall_vni_inbound ... ok |
| 637 | 2026-05-11T21:09:13.490Z | test firewall_replace_rules ... ok |
| 638 | 2026-05-11T21:09:13.490Z | |
| 639 | 2026-05-11T21:09:13.490Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 640 | 2026-05-11T21:09:13.490Z | |
| 641 | 2026-05-11T21:09:13.490Z | Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-63b6c5df0974e057) |
| 642 | 2026-05-11T21:09:13.490Z | |
| 643 | 2026-05-11T21:09:13.490Z | running 2 tests |
| 644 | 2026-05-11T21:09:13.490Z | test parse_in_regression ... ok |
| 645 | 2026-05-11T21:09:13.490Z | test parse_out_regression ... ok |
| 646 | 2026-05-11T21:09:13.490Z | |
| 647 | 2026-05-11T21:09:13.490Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 648 | 2026-05-11T21:09:13.490Z | |
| 649 | 2026-05-11T21:09:13.490Z | Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-6d5bf4fd70390e8b) |
| 650 | 2026-05-11T21:09:13.494Z | |
| 651 | 2026-05-11T21:09:13.494Z | running 48 tests |
| 652 | 2026-05-11T21:09:13.494Z | test bad_ip_len ... ok |
| 653 | 2026-05-11T21:09:13.494Z | test check_layers ... ok |
| 654 | 2026-05-11T21:09:13.494Z | test add_remove_fw_rule ... ok |
| 655 | 2026-05-11T21:09:13.494Z | test arp_gateway ... ok |
| 656 | 2026-05-11T21:09:13.494Z | test external_attached_subnets_cannot_reach_internal ... ok |
| 657 | 2026-05-11T21:09:13.494Z | test anti_spoof ... ok |
| 658 | 2026-05-11T21:09:13.494Z | test ephemeral_ip_preferred_over_snat_outbound ... ok |
| 659 | 2026-05-11T21:09:13.494Z | test external_attached_subnets_dont_apply_nat ... ok |
| 660 | 2026-05-11T21:09:13.494Z | test flow_expiration ... ok |
| 661 | 2026-05-11T21:09:13.494Z | test gateway_icmpv6_ping ... ok |
| 662 | 2026-05-11T21:09:13.494Z | test gateway_icmp4_ping ... ok |
| 663 | 2026-05-11T21:09:13.494Z | test early_tcp_invalidation ... ok |
| 664 | 2026-05-11T21:09:13.494Z | test external_ip_epoch_affinity_preserved ... ok |
| 665 | 2026-05-11T21:09:13.494Z | test external_ip_reconfigurable ... ok |
| 666 | 2026-05-11T21:09:13.494Z | test gateway_router_advert_reply ... ok |
| 667 | 2026-05-11T21:09:13.494Z | test guest_to_guest_diff_vpc_no_peer ... ok |
| 668 | 2026-05-11T21:09:13.494Z | test guest_to_guest_no_route ... ok |
| 669 | 2026-05-11T21:09:13.494Z | test guest_to_internet_ipv4 ... ok |
| 670 | 2026-05-11T21:09:13.494Z | test guest_to_internet_ipv6 ... ok |
| 671 | 2026-05-11T21:09:13.494Z | test guest_to_guest ... ok |
| 672 | 2026-05-11T21:09:13.494Z | test inbound_ndp_dropped_at_gateway ... ok |
| 673 | 2026-05-11T21:09:13.494Z | test icmpv6_inner_has_nat_applied ... ok |
| 674 | 2026-05-11T21:09:13.495Z | test icmp_inner_has_nat_applied ... ok |
| 675 | 2026-05-11T21:09:13.495Z | test intra_subnet_routes_with_custom ... ok |
| 676 | 2026-05-11T21:09:13.495Z | test outbound_ndp_dropped ... ok |
| 677 | 2026-05-11T21:09:13.495Z | test external_ip_receive_and_reply_on_all ... ok |
| 678 | 2026-05-11T21:09:13.495Z | test no_panic_on_flow_table_full ... ok |
| 679 | 2026-05-11T21:09:13.495Z | test packet_body_pullup ... ok |
| 680 | 2026-05-11T21:09:13.495Z | test external_ip_balanced_over_floating_ips ... ok |
| 681 | 2026-05-11T21:09:13.495Z | test internal_attached_subnets ... ok |
| 682 | 2026-05-11T21:09:13.495Z | test port_transition_running ... ok |
| 683 | 2026-05-11T21:09:13.495Z | test port_transition_reset ... ok |
| 684 | 2026-05-11T21:09:13.495Z | test port_as_router_target ... ok |
| 685 | 2026-05-11T21:09:13.495Z | test test_drop_on_unknown_critical_option ... ok |
| 686 | 2026-05-11T21:09:13.495Z | test select_eip_conditioned_on_igw ... ok |
| 687 | 2026-05-11T21:09:13.495Z | test tcp_invalidation_does_not_block_connection ... ok |
| 688 | 2026-05-11T21:09:13.495Z | test snat_icmp4_echo_rewrite ... ok |
| 689 | 2026-05-11T21:09:13.495Z | test tcp_inbound ... ok |
| 690 | 2026-05-11T21:09:13.495Z | test port_transition_pause ... ok |
| 691 | 2026-05-11T21:09:13.495Z | test snat_icmp6_echo_rewrite ... ok |
| 692 | 2026-05-11T21:09:13.495Z | test tcp_outbound ... ok |
| 693 | 2026-05-11T21:09:13.495Z | test test_gateway_neighbor_advert_reply ... ok |
| 694 | 2026-05-11T21:09:13.495Z | test test_ipv6_multicast_encapsulation ... ok |
| 695 | 2026-05-11T21:09:13.495Z | test test_v6_ext_hdr_geneve_offset_ok ... ok |
| 696 | 2026-05-11T21:09:13.495Z | test test_tcp_multicast_denied ... ok |
| 697 | 2026-05-11T21:09:13.495Z | test test_reply_to_dhcpv6_solicit_or_request ... ok |
| 698 | 2026-05-11T21:09:13.495Z | test uft_lft_invalidation_out ... ok |
| 699 | 2026-05-11T21:09:13.495Z | test uft_lft_invalidation_in ... ok |
| 700 | 2026-05-11T21:09:13.495Z | |
| 701 | 2026-05-11T21:09:13.495Z | test result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 702 | 2026-05-11T21:09:13.495Z | |
| 703 | 2026-05-11T21:09:13.499Z | Doc-tests oxide_vpc |
| 704 | 2026-05-11T21:09:13.806Z | |
| 705 | 2026-05-11T21:09:13.806Z | running 0 tests |
| 706 | 2026-05-11T21:09:13.806Z | |
| 707 | 2026-05-11T21:09:13.806Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 708 | 2026-05-11T21:09:13.806Z | |
| 709 | 2026-05-11T21:09:13.835Z | |
| 710 | 2026-05-11T21:09:13.835Z | real 58.827272673 |
| 711 | 2026-05-11T21:09:13.835Z | user 3:35.419951833 |
| 712 | 2026-05-11T21:09:13.835Z | sys 12.805059493 |
| 713 | 2026-05-11T21:09:13.835Z | trap 0.101055921 |
| 714 | 2026-05-11T21:09:13.835Z | tflt 0.184822199 |
| 715 | 2026-05-11T21:09:13.835Z | dflt 0.358393097 |
| 716 | 2026-05-11T21:09:13.838Z | kflt 0.000116460 |
| 717 | 2026-05-11T21:09:13.838Z | lock 14:08.738551577 |
| 718 | 2026-05-11T21:09:13.838Z | slp 7:19.820339444 |
| 719 | 2026-05-11T21:09:13.838Z | lat 9.939927537 |
| 720 | 2026-05-11T21:09:13.838Z | stop 6.675401341 |
| 721 | 2026-05-11T21:09:13.838Z | process exited: duration 128085 ms, exit code 0 |
| |
| 722 | 2026-05-11T21:09:13.845Z | found 0 output files |