|
|
|
| 1 | 2026-07-24T09:42:36.315Z | job assigned to worker 01KY9R132FBJV2QMAEY3MEEFW5 [factory aws, i-0dafec7c8417ed45c] (queued for 57 s) |
| |
| 2 | 2026-07-24T09:42:43.179Z | starting task 0: "setup" |
| 3 | 2026-07-24T09:42:43.184Z | ++ uname -s |
| 4 | 2026-07-24T09:42:43.188Z | + kern=SunOS |
| 5 | 2026-07-24T09:42:43.188Z | + build_user=build |
| 6 | 2026-07-24T09:42:43.188Z | + build_uid=12345 |
| 7 | 2026-07-24T09:42:43.188Z | + work_dir=/work |
| 8 | 2026-07-24T09:42:43.188Z | + input_dir=/input |
| 9 | 2026-07-24T09:42:43.188Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-24T09:42:43.188Z | + case "$kern" in |
| 11 | 2026-07-24T09:42:43.188Z | + groupadd -g 12345 build |
| 12 | 2026-07-24T09:42:43.189Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-24T09:42:45.194Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-24T09:42:45.335Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-24T09:42:45.339Z | + home_fs=zfs |
| 16 | 2026-07-24T09:42:45.339Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-24T09:42:45.339Z | + mkdir -p /home/build |
| 18 | 2026-07-24T09:42:45.339Z | + chown build:build /home/build /work |
| 19 | 2026-07-24T09:42:47.339Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-24T09:42:47.343Z | process exited: duration 4161 ms, exit code 0 |
| |
| 21 | 2026-07-24T09:42:47.349Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-24T09:42:47.353Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-07-24T09:42:47.353Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-07-24T09:42:47.353Z | * rust toolchain profile = "default" |
| 25 | 2026-07-24T09:42:47.354Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-24T09:42:47.354Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-24T09:42:47.354Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-24T09:42:47.359Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-24T09:42:47.359Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-07-24T09:42:47.455Z | info: downloading installer |
| 31 | 2026-07-24T09:42:48.852Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-24T09:42:48.852Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-24T09:42:48.852Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-24T09:42:48.852Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-24T09:42:48.865Z | info: profile set to default |
| 36 | 2026-07-24T09:42:48.865Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-24T09:42:48.871Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-07-24T09:42:49.012Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-07-24T09:42:49.015Z | info: downloading 6 components |
| 40 | 2026-07-24T09:43:04.100Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-07-24T09:43:04.100Z | |
| 42 | 2026-07-24T09:43:04.131Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-07-24T09:43:04.131Z | |
| 44 | 2026-07-24T09:43:04.132Z | |
| 45 | 2026-07-24T09:43:04.132Z | Rust is installed now. Great! |
| 46 | 2026-07-24T09:43:04.132Z | |
| 47 | 2026-07-24T09:43:04.135Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-24T09:43:04.135Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-24T09:43:04.135Z | |
| 50 | 2026-07-24T09:43:04.135Z | To configure your current shell, you need to source |
| 51 | 2026-07-24T09:43:04.135Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-24T09:43:04.135Z | |
| 53 | 2026-07-24T09:43:04.135Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-24T09:43:04.135Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-24T09:43:04.135Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-24T09:43:04.135Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-24T09:43:04.135Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-24T09:43:04.135Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-24T09:43:04.135Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-24T09:43:04.135Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-24T09:43:04.135Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-24T09:43:04.245Z | + rustup --version |
| 63 | 2026-07-24T09:43:04.253Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-24T09:43:04.256Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-24T09:43:04.276Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-07-24T09:43:04.279Z | + cargo --version |
| 67 | 2026-07-24T09:43:04.293Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-07-24T09:43:04.296Z | + rustc --version |
| 69 | 2026-07-24T09:43:04.315Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-07-24T09:43:04.318Z | process exited: duration 16967 ms, exit code 0 |
| |
| 71 | 2026-07-24T09:43:04.324Z | starting task 2: "authentication" |
| 72 | 2026-07-24T09:43:04.343Z | process exited: duration 19 ms, exit code 0 |
| |
| 73 | 2026-07-24T09:43:04.349Z | starting task 3: "clone repository" |
| 74 | 2026-07-24T09:43:04.352Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-24T09:43:04.355Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-24T09:43:04.386Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-24T09:43:05.315Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-24T09:43:05.315Z | + git fetch origin f21e37561c7910c412a04e37e79e2ce13b7130c8 |
| 79 | 2026-07-24T09:43:05.550Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-24T09:43:05.550Z | * branch f21e37561c7910c412a04e37e79e2ce13b7130c8 -> FETCH_HEAD |
| 81 | 2026-07-24T09:43:05.556Z | + [[ -n '' ]] |
| 82 | 2026-07-24T09:43:05.556Z | + git reset --hard f21e37561c7910c412a04e37e79e2ce13b7130c8 |
| 83 | 2026-07-24T09:43:05.573Z | HEAD is now at f21e375 Review feedback. |
| 84 | 2026-07-24T09:43:05.576Z | process exited: duration 1224 ms, exit code 0 |
| |
| 85 | 2026-07-24T09:43:05.583Z | starting task 4: "build" |
| 86 | 2026-07-24T09:43:05.586Z | + source .github/buildomat/common.sh |
| 87 | 2026-07-24T09:43:05.586Z | ++ rustup show active-toolchain |
| 88 | 2026-07-24T09:43:05.591Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 89 | 2026-07-24T09:43:05.595Z | ++ pushd xde |
| 90 | 2026-07-24T09:43:05.595Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 91 | 2026-07-24T09:43:05.595Z | ++ rustup show active-toolchain |
| 92 | 2026-07-24T09:43:05.599Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 93 | 2026-07-24T09:43:05.741Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 94 | 2026-07-24T09:43:05.744Z | info: downloading 6 components |
| 95 | 2026-07-24T09:43:20.872Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 96 | 2026-07-24T09:43:20.970Z | +++ rustup show active-toolchain -v |
| 97 | 2026-07-24T09:43:20.974Z | +++ head -n 1 |
| 98 | 2026-07-24T09:43:20.974Z | +++ cut '-d ' -f1 |
| 99 | 2026-07-24T09:43:21.025Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 100 | 2026-07-24T09:43:21.025Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 101 | 2026-07-24T09:43:21.025Z | ++ popd |
| 102 | 2026-07-24T09:43:21.028Z | /work/oxidecomputer/opte |
| 103 | 2026-07-24T09:43:21.028Z | + cargo --version |
| 104 | 2026-07-24T09:43:21.034Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 105 | 2026-07-24T09:43:21.037Z | + rustc --version |
| 106 | 2026-07-24T09:43:21.056Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 107 | 2026-07-24T09:43:21.059Z | + cd lib/oxide-vpc |
| 108 | 2026-07-24T09:43:21.059Z | + header 'check style' |
| 109 | 2026-07-24T09:43:21.059Z | + echo '# ==== check style ==== #' |
| 110 | 2026-07-24T09:43:21.059Z | # ==== check style ==== # |
| 111 | 2026-07-24T09:43:21.059Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check |
| 112 | 2026-07-24T09:43:21.186Z | |
| 113 | 2026-07-24T09:43:21.187Z | real 0.124861841 |
| 114 | 2026-07-24T09:43:21.187Z | user 0.089251079 |
| 115 | 2026-07-24T09:43:21.187Z | sys 0.031159140 |
| 116 | 2026-07-24T09:43:21.187Z | trap 0.000003768 |
| 117 | 2026-07-24T09:43:21.187Z | tflt 0.000009956 |
| 118 | 2026-07-24T09:43:21.190Z | dflt 0.000010178 |
| 119 | 2026-07-24T09:43:21.190Z | kflt 0.000000000 |
| 120 | 2026-07-24T09:43:21.190Z | lock 0.031238506 |
| 121 | 2026-07-24T09:43:21.190Z | slp 0.104814140 |
| 122 | 2026-07-24T09:43:21.190Z | lat 0.000641011 |
| 123 | 2026-07-24T09:43:21.190Z | stop 0.000101731 |
| 124 | 2026-07-24T09:43:21.190Z | + header 'check docs' |
| 125 | 2026-07-24T09:43:21.190Z | + echo '# ==== check docs ==== #' |
| 126 | 2026-07-24T09:43:21.190Z | # ==== check docs ==== # |
| 127 | 2026-07-24T09:43:21.190Z | + RUSTDOCFLAGS='-D warnings' |
| 128 | 2026-07-24T09:43:21.190Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 129 | 2026-07-24T09:43:21.256Z | Updating crates.io index |
| 130 | 2026-07-24T09:43:21.259Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 131 | 2026-07-24T09:43:22.184Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 132 | 2026-07-24T09:43:22.423Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 133 | 2026-07-24T09:43:22.748Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 134 | 2026-07-24T09:43:23.004Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 135 | 2026-07-24T09:43:23.209Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 136 | 2026-07-24T09:43:23.487Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 137 | 2026-07-24T09:43:24.924Z | Downloading crates ... |
| 138 | 2026-07-24T09:43:24.962Z | Downloaded defmt-parser v1.0.0 |
| 139 | 2026-07-24T09:43:24.970Z | Downloaded darling v0.23.0 |
| 140 | 2026-07-24T09:43:24.973Z | Downloaded macaddr v1.0.1 |
| 141 | 2026-07-24T09:43:24.976Z | Downloaded cobs v0.3.0 |
| 142 | 2026-07-24T09:43:24.979Z | Downloaded embedded-io v0.4.0 |
| 143 | 2026-07-24T09:43:24.979Z | Downloaded postcard v1.1.3 |
| 144 | 2026-07-24T09:43:24.983Z | Downloaded thread-id v5.1.0 |
| 145 | 2026-07-24T09:43:24.983Z | Downloaded dyn-clone v1.0.20 |
| 146 | 2026-07-24T09:43:24.986Z | Downloaded pest_generator v2.8.7 |
| 147 | 2026-07-24T09:43:24.986Z | Downloaded quote v1.0.46 |
| 148 | 2026-07-24T09:43:24.989Z | Downloaded dtrace-parser v0.3.0 |
| 149 | 2026-07-24T09:43:24.989Z | Downloaded dof v0.4.0 |
| 150 | 2026-07-24T09:43:24.993Z | Downloaded defmt-macros v1.1.1 |
| 151 | 2026-07-24T09:43:24.999Z | Downloaded darling_macro v0.21.3 |
| 152 | 2026-07-24T09:43:25.004Z | Downloaded plain v0.2.3 |
| 153 | 2026-07-24T09:43:25.007Z | Downloaded hash32 v0.3.1 |
| 154 | 2026-07-24T09:43:25.007Z | Downloaded ident_case v1.0.1 |
| 155 | 2026-07-24T09:43:25.009Z | Downloaded managed v0.8.0 |
| 156 | 2026-07-24T09:43:25.012Z | Downloaded darling_macro v0.23.0 |
| 157 | 2026-07-24T09:43:25.019Z | Downloaded ref-cast v1.0.25 |
| 158 | 2026-07-24T09:43:25.022Z | Downloaded stable_deref_trait v1.2.1 |
| 159 | 2026-07-24T09:43:25.022Z | Downloaded fnv v1.0.7 |
| 160 | 2026-07-24T09:43:25.022Z | Downloaded version_check v0.9.5 |
| 161 | 2026-07-24T09:43:25.025Z | Downloaded defmt v0.3.100 |
| 162 | 2026-07-24T09:43:25.028Z | Downloaded cfg-if v1.0.4 |
| 163 | 2026-07-24T09:43:25.028Z | Downloaded byteorder v1.5.0 |
| 164 | 2026-07-24T09:43:25.035Z | Downloaded tabwriter v1.4.1 |
| 165 | 2026-07-24T09:43:25.042Z | Downloaded unicode-ident v1.0.24 |
| 166 | 2026-07-24T09:43:25.045Z | Downloaded bitflags v1.3.2 |
| 167 | 2026-07-24T09:43:25.048Z | Downloaded embedded-io v0.6.1 |
| 168 | 2026-07-24T09:43:25.053Z | Downloaded usdt v0.6.0 |
| 169 | 2026-07-24T09:43:25.058Z | Downloaded strsim v0.11.1 |
| 170 | 2026-07-24T09:43:25.063Z | Downloaded usdt-impl v0.6.0 |
| 171 | 2026-07-24T09:43:25.066Z | Downloaded pretty-hex v0.4.2 |
| 172 | 2026-07-24T09:43:25.066Z | Downloaded usdt-attr-macro v0.6.0 |
| 173 | 2026-07-24T09:43:25.066Z | Downloaded usdt-macro v0.6.0 |
| 174 | 2026-07-24T09:43:25.068Z | Downloaded scroll_derive v0.13.1 |
| 175 | 2026-07-24T09:43:25.068Z | Downloaded ref-cast-impl v1.0.25 |
| 176 | 2026-07-24T09:43:25.076Z | Downloaded crc32fast v1.5.0 |
| 177 | 2026-07-24T09:43:25.082Z | Downloaded ingot-types v0.1.2 |
| 178 | 2026-07-24T09:43:25.085Z | Downloaded memmap2 v0.9.11 |
| 179 | 2026-07-24T09:43:25.085Z | Downloaded itoa v1.0.18 |
| 180 | 2026-07-24T09:43:25.085Z | Downloaded pest_derive v2.8.7 |
| 181 | 2026-07-24T09:43:25.090Z | Downloaded ingot-macros v0.1.1 |
| 182 | 2026-07-24T09:43:25.093Z | Downloaded serde_tokenstream v0.2.3 |
| 183 | 2026-07-24T09:43:25.093Z | Downloaded ipnetwork v0.21.1 |
| 184 | 2026-07-24T09:43:25.097Z | Downloaded ingot v0.1.1 |
| 185 | 2026-07-24T09:43:25.100Z | Downloaded scroll v0.13.0 |
| 186 | 2026-07-24T09:43:25.104Z | Downloaded thiserror v2.0.18 |
| 187 | 2026-07-24T09:43:25.109Z | Downloaded thiserror-impl v2.0.18 |
| 188 | 2026-07-24T09:43:25.113Z | Downloaded zmij v1.0.22 |
| 189 | 2026-07-24T09:43:25.121Z | Downloaded log v0.4.33 |
| 190 | 2026-07-24T09:43:25.124Z | Downloaded zerocopy-derive v0.8.54 |
| 191 | 2026-07-24T09:43:25.128Z | Downloaded either v1.16.0 |
| 192 | 2026-07-24T09:43:25.128Z | Downloaded pest_meta v2.8.7 |
| 193 | 2026-07-24T09:43:25.128Z | Downloaded serde_derive v1.0.228 |
| 194 | 2026-07-24T09:43:25.131Z | Downloaded bitflags v2.13.0 |
| 195 | 2026-07-24T09:43:25.131Z | Downloaded ucd-trie v0.1.7 |
| 196 | 2026-07-24T09:43:25.134Z | Downloaded defmt v1.1.1 |
| 197 | 2026-07-24T09:43:25.137Z | Downloaded darling v0.21.3 |
| 198 | 2026-07-24T09:43:25.140Z | Downloaded proc-macro2 v1.0.106 |
| 199 | 2026-07-24T09:43:25.142Z | Downloaded serde_core v1.0.228 |
| 200 | 2026-07-24T09:43:25.155Z | Downloaded uuid v1.23.5 |
| 201 | 2026-07-24T09:43:25.158Z | Downloaded darling_core v0.21.3 |
| 202 | 2026-07-24T09:43:25.163Z | Downloaded darling_core v0.23.0 |
| 203 | 2026-07-24T09:43:25.185Z | Downloaded serde v1.0.228 |
| 204 | 2026-07-24T09:43:25.192Z | Downloaded heapless v0.8.0 |
| 205 | 2026-07-24T09:43:25.195Z | Downloaded memchr v2.8.3 |
| 206 | 2026-07-24T09:43:25.214Z | Downloaded aho-corasick v1.1.4 |
| 207 | 2026-07-24T09:43:25.221Z | Downloaded pest v2.8.7 |
| 208 | 2026-07-24T09:43:25.233Z | Downloaded itertools v0.14.0 |
| 209 | 2026-07-24T09:43:25.236Z | Downloaded itertools v0.15.0 |
| 210 | 2026-07-24T09:43:25.242Z | Downloaded regex v1.13.0 |
| 211 | 2026-07-24T09:43:25.257Z | Downloaded serde_json v1.0.150 |
| 212 | 2026-07-24T09:43:25.300Z | Downloaded unicode-width v0.2.2 |
| 213 | 2026-07-24T09:43:25.312Z | Downloaded goblin v0.10.7 |
| 214 | 2026-07-24T09:43:25.316Z | Downloaded regex-syntax v0.8.11 |
| 215 | 2026-07-24T09:43:25.320Z | Downloaded syn v2.0.118 |
| 216 | 2026-07-24T09:43:25.325Z | Downloaded zerocopy v0.8.54 |
| 217 | 2026-07-24T09:43:25.335Z | Downloaded smoltcp v0.11.0 |
| 218 | 2026-07-24T09:43:25.368Z | Downloaded regex-automata v0.4.15 |
| 219 | 2026-07-24T09:43:25.382Z | Downloaded libc v0.2.186 |
| 220 | 2026-07-24T09:43:25.438Z | Compiling proc-macro2 v1.0.106 |
| 221 | 2026-07-24T09:43:25.438Z | Compiling quote v1.0.46 |
| 222 | 2026-07-24T09:43:25.438Z | Compiling unicode-ident v1.0.24 |
| 223 | 2026-07-24T09:43:25.441Z | Documenting unicode-ident v1.0.24 |
| 224 | 2026-07-24T09:43:25.441Z | Compiling strsim v0.11.1 |
| 225 | 2026-07-24T09:43:25.441Z | Compiling ident_case v1.0.1 |
| 226 | 2026-07-24T09:43:25.441Z | Compiling serde_core v1.0.228 |
| 227 | 2026-07-24T09:43:25.603Z | Compiling fnv v1.0.7 |
| 228 | 2026-07-24T09:43:25.617Z | Compiling memchr v2.8.3 |
| 229 | 2026-07-24T09:43:25.624Z | Compiling regex-syntax v0.8.11 |
| 230 | 2026-07-24T09:43:25.802Z | Compiling serde v1.0.228 |
| 231 | 2026-07-24T09:43:25.867Z | Compiling zerocopy v0.8.54 |
| 232 | 2026-07-24T09:43:25.916Z | Compiling thiserror v2.0.18 |
| 233 | 2026-07-24T09:43:26.121Z | Documenting proc-macro2 v1.0.106 |
| 234 | 2026-07-24T09:43:26.200Z | Compiling aho-corasick v1.1.4 |
| 235 | 2026-07-24T09:43:26.540Z | Compiling syn v2.0.118 |
| 236 | 2026-07-24T09:43:26.586Z | Compiling either v1.16.0 |
| 237 | 2026-07-24T09:43:26.609Z | Checking byteorder v1.5.0 |
| 238 | 2026-07-24T09:43:26.702Z | Documenting quote v1.0.46 |
| 239 | 2026-07-24T09:43:26.764Z | Compiling itertools v0.14.0 |
| 240 | 2026-07-24T09:43:27.243Z | Documenting syn v2.0.118 |
| 241 | 2026-07-24T09:43:27.374Z | Compiling regex-automata v0.4.15 |
| 242 | 2026-07-24T09:43:27.665Z | Compiling heapless v0.8.0 |
| 243 | 2026-07-24T09:43:27.707Z | Checking bitflags v2.13.0 |
| 244 | 2026-07-24T09:43:27.874Z | Checking hash32 v0.3.1 |
| 245 | 2026-07-24T09:43:27.987Z | Documenting serde_core v1.0.228 |
| 246 | 2026-07-24T09:43:28.065Z | Checking cfg-if v1.0.4 |
| 247 | 2026-07-24T09:43:28.126Z | Checking macaddr v1.0.1 |
| 248 | 2026-07-24T09:43:28.148Z | Documenting memchr v2.8.3 |
| 249 | 2026-07-24T09:43:28.271Z | Checking stable_deref_trait v1.2.1 |
| 250 | 2026-07-24T09:43:28.339Z | Documenting regex-syntax v0.8.11 |
| 251 | 2026-07-24T09:43:28.711Z | Compiling smoltcp v0.11.0 |
| 252 | 2026-07-24T09:43:28.811Z | Documenting aho-corasick v1.1.4 |
| 253 | 2026-07-24T09:43:29.070Z | Compiling darling_core v0.21.3 |
| 254 | 2026-07-24T09:43:29.316Z | Compiling regex v1.13.0 |
| 255 | 2026-07-24T09:43:29.379Z | Compiling darling_core v0.23.0 |
| 256 | 2026-07-24T09:43:29.712Z | Documenting regex-automata v0.4.15 |
| 257 | 2026-07-24T09:43:30.082Z | Checking bitflags v1.3.2 |
| 258 | 2026-07-24T09:43:30.146Z | Checking managed v0.8.0 |
| 259 | 2026-07-24T09:43:30.224Z | Compiling zerocopy-derive v0.8.54 |
| 260 | 2026-07-24T09:43:30.341Z | Compiling serde_derive v1.0.228 |
| 261 | 2026-07-24T09:43:30.467Z | Compiling thiserror-impl v2.0.18 |
| 262 | 2026-07-24T09:43:30.596Z | Documenting thiserror-impl v2.0.18 |
| 263 | 2026-07-24T09:43:31.083Z | Documenting regex v1.13.0 |
| 264 | 2026-07-24T09:43:31.173Z | Compiling darling_macro v0.21.3 |
| 265 | 2026-07-24T09:43:31.206Z | Documenting zerocopy-derive v0.8.54 |
| 266 | 2026-07-24T09:43:31.430Z | Documenting serde_derive v1.0.228 |
| 267 | 2026-07-24T09:43:31.499Z | Compiling darling_macro v0.23.0 |
| 268 | 2026-07-24T09:43:31.751Z | Compiling darling v0.21.3 |
| 269 | 2026-07-24T09:43:31.815Z | Checking cobs v0.3.0 |
| 270 | 2026-07-24T09:43:31.844Z | Compiling ingot-macros v0.1.1 |
| 271 | 2026-07-24T09:43:31.985Z | Compiling ref-cast v1.0.25 |
| 272 | 2026-07-24T09:43:32.039Z | Compiling crc32fast v1.5.0 |
| 273 | 2026-07-24T09:43:32.145Z | Documenting byteorder v1.5.0 |
| 274 | 2026-07-24T09:43:32.158Z | Documenting zerocopy v0.8.54 |
| 275 | 2026-07-24T09:43:32.365Z | Documenting ingot-macros v0.1.1 |
| 276 | 2026-07-24T09:43:32.395Z | Documenting thiserror v2.0.18 |
| 277 | 2026-07-24T09:43:32.799Z | Documenting hash32 v0.3.1 |
| 278 | 2026-07-24T09:43:32.963Z | Compiling ref-cast-impl v1.0.25 |
| 279 | 2026-07-24T09:43:33.367Z | Documenting serde v1.0.228 |
| 280 | 2026-07-24T09:43:33.522Z | Checking postcard v1.1.3 |
| 281 | 2026-07-24T09:43:33.586Z | Documenting bitflags v2.13.0 |
| 282 | 2026-07-24T09:43:33.595Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 283 | 2026-07-24T09:43:33.798Z | Compiling version_check v0.9.5 |
| 284 | 2026-07-24T09:43:33.817Z | Documenting macaddr v1.0.1 |
| 285 | 2026-07-24T09:43:33.995Z | Checking unicode-width v0.2.2 |
| 286 | 2026-07-24T09:43:34.064Z | Checking ipnetwork v0.21.1 |
| 287 | 2026-07-24T09:43:34.233Z | Documenting stable_deref_trait v1.2.1 |
| 288 | 2026-07-24T09:43:34.240Z | Documenting cfg-if v1.0.4 |
| 289 | 2026-07-24T09:43:34.244Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 290 | 2026-07-24T09:43:34.384Z | Documenting cobs v0.3.0 |
| 291 | 2026-07-24T09:43:34.497Z | Compiling darling v0.23.0 |
| 292 | 2026-07-24T09:43:34.579Z | Documenting managed v0.8.0 |
| 293 | 2026-07-24T09:43:34.650Z | Checking ingot-types v0.1.2 |
| 294 | 2026-07-24T09:43:34.800Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 295 | 2026-07-24T09:43:34.838Z | Documenting heapless v0.8.0 |
| 296 | 2026-07-24T09:43:35.021Z | Checking ingot v0.1.1 |
| 297 | 2026-07-24T09:43:35.086Z | Checking tabwriter v1.4.1 |
| 298 | 2026-07-24T09:43:35.229Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 299 | 2026-07-24T09:43:35.482Z | Checking itertools v0.15.0 |
| 300 | 2026-07-24T09:43:35.534Z | Documenting postcard v1.1.3 |
| 301 | 2026-07-24T09:43:35.556Z | Documenting ingot-types v0.1.2 |
| 302 | 2026-07-24T09:43:35.765Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 303 | 2026-07-24T09:43:35.786Z | Documenting ref-cast-impl v1.0.25 |
| 304 | 2026-07-24T09:43:36.045Z | Documenting smoltcp v0.11.0 |
| 305 | 2026-07-24T09:43:36.241Z | Checking dyn-clone v1.0.20 |
| 306 | 2026-07-24T09:43:36.258Z | Documenting ipnetwork v0.21.1 |
| 307 | 2026-07-24T09:43:36.269Z | Documenting unicode-width v0.2.2 |
| 308 | 2026-07-24T09:43:36.337Z | Documenting either v1.16.0 |
| 309 | 2026-07-24T09:43:36.502Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 310 | 2026-07-24T09:43:36.602Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 311 | 2026-07-24T09:43:36.792Z | Documenting ingot v0.1.1 |
| 312 | 2026-07-24T09:43:37.012Z | Documenting ref-cast v1.0.25 |
| 313 | 2026-07-24T09:43:37.259Z | Documenting itertools v0.15.0 |
| 314 | 2026-07-24T09:43:37.385Z | Documenting crc32fast v1.5.0 |
| 315 | 2026-07-24T09:43:37.473Z | Documenting tabwriter v1.4.1 |
| 316 | 2026-07-24T09:43:37.753Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 317 | 2026-07-24T09:43:38.150Z | Documenting dyn-clone v1.0.20 |
| 318 | 2026-07-24T09:43:38.617Z | Documenting uuid v1.23.5 |
| 319 | 2026-07-24T09:43:38.899Z | Checking uuid v1.23.5 |
| 320 | 2026-07-24T09:43:39.142Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 321 | 2026-07-24T09:43:39.386Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 322 | 2026-07-24T09:43:40.007Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 323 | 2026-07-24T09:43:41.633Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 324 | 2026-07-24T09:43:43.970Z | Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 325 | 2026-07-24T09:43:45.576Z | Finished `dev` profile [optimized + debuginfo] target(s) in 24.38s |
| 326 | 2026-07-24T09:43:45.666Z | Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html |
| 327 | 2026-07-24T09:43:45.690Z | |
| 328 | 2026-07-24T09:43:45.693Z | real 24.483205836 |
| 329 | 2026-07-24T09:43:45.693Z | user 1:22.624006538 |
| 330 | 2026-07-24T09:43:45.693Z | sys 17.740939499 |
| 331 | 2026-07-24T09:43:45.693Z | trap 0.049598732 |
| 332 | 2026-07-24T09:43:45.693Z | tflt 0.153024317 |
| 333 | 2026-07-24T09:43:45.693Z | dflt 0.046244468 |
| 334 | 2026-07-24T09:43:45.693Z | kflt 0.004964015 |
| 335 | 2026-07-24T09:43:45.693Z | lock 7:21.964411755 |
| 336 | 2026-07-24T09:43:45.693Z | slp 4:50.590169508 |
| 337 | 2026-07-24T09:43:45.693Z | lat 7.570444372 |
| 338 | 2026-07-24T09:43:45.693Z | stop 12.633362511 |
| 339 | 2026-07-24T09:43:45.693Z | + header 'analyze std + api + usdt' |
| 340 | 2026-07-24T09:43:45.693Z | + echo '# ==== analyze std + api + usdt ==== #' |
| 341 | 2026-07-24T09:43:45.693Z | # ==== analyze std + api + usdt ==== # |
| 342 | 2026-07-24T09:43:45.693Z | + ptime -m cargo clippy --features usdt --all-targets -- --deny warnings |
| 343 | 2026-07-24T09:43:45.873Z | Downloading crates ... |
| 344 | 2026-07-24T09:43:45.918Z | Downloaded slab v0.4.12 |
| 345 | 2026-07-24T09:43:45.923Z | Downloaded once_cell v1.21.4 |
| 346 | 2026-07-24T09:43:45.927Z | Downloaded anyhow v1.0.103 |
| 347 | 2026-07-24T09:43:45.930Z | Downloaded typeid v1.0.3 |
| 348 | 2026-07-24T09:43:45.933Z | Downloaded futures-io v0.3.32 |
| 349 | 2026-07-24T09:43:45.936Z | Downloaded link-section v0.2.1 |
| 350 | 2026-07-24T09:43:45.936Z | Downloaded rusticata-macros v5.0.0 |
| 351 | 2026-07-24T09:43:45.938Z | Downloaded dtor-proc-macro v0.0.13 |
| 352 | 2026-07-24T09:43:45.941Z | Downloaded dtor v0.8.1 |
| 353 | 2026-07-24T09:43:45.944Z | Downloaded circular v0.3.0 |
| 354 | 2026-07-24T09:43:45.944Z | Downloaded futures-core v0.3.32 |
| 355 | 2026-07-24T09:43:45.947Z | Downloaded futures-macro v0.3.32 |
| 356 | 2026-07-24T09:43:45.947Z | Downloaded futures-task v0.3.32 |
| 357 | 2026-07-24T09:43:45.950Z | Downloaded ctor-proc-macro v0.0.13 |
| 358 | 2026-07-24T09:43:45.950Z | Downloaded futures-executor v0.3.32 |
| 359 | 2026-07-24T09:43:45.953Z | Downloaded futures-sink v0.3.32 |
| 360 | 2026-07-24T09:43:45.953Z | Downloaded ctor v0.10.1 |
| 361 | 2026-07-24T09:43:45.956Z | Downloaded pin-project-lite v0.2.17 |
| 362 | 2026-07-24T09:43:45.956Z | Downloaded futures-channel v0.3.32 |
| 363 | 2026-07-24T09:43:45.959Z | Downloaded cookie-factory v0.3.3 |
| 364 | 2026-07-24T09:43:45.969Z | Downloaded futures v0.3.32 |
| 365 | 2026-07-24T09:43:45.986Z | Downloaded ron v0.12.2 |
| 366 | 2026-07-24T09:43:45.990Z | Downloaded nom v8.0.0 |
| 367 | 2026-07-24T09:43:45.994Z | Downloaded futures-util v0.3.32 |
| 368 | 2026-07-24T09:43:45.999Z | Downloaded pcap-parser v0.17.0 |
| 369 | 2026-07-24T09:43:46.050Z | Compiling proc-macro2 v1.0.106 |
| 370 | 2026-07-24T09:43:46.053Z | Compiling quote v1.0.46 |
| 371 | 2026-07-24T09:43:46.053Z | Compiling unicode-ident v1.0.24 |
| 372 | 2026-07-24T09:43:46.053Z | Compiling memchr v2.8.3 |
| 373 | 2026-07-24T09:43:46.053Z | Compiling thiserror v2.0.18 |
| 374 | 2026-07-24T09:43:46.053Z | Compiling serde_core v1.0.228 |
| 375 | 2026-07-24T09:43:46.053Z | Compiling zerocopy v0.8.54 |
| 376 | 2026-07-24T09:43:46.053Z | Compiling zmij v1.0.22 |
| 377 | 2026-07-24T09:43:46.393Z | Compiling libc v0.2.186 |
| 378 | 2026-07-24T09:43:46.420Z | Compiling serde_json v1.0.150 |
| 379 | 2026-07-24T09:43:46.425Z | Compiling strsim v0.11.1 |
| 380 | 2026-07-24T09:43:46.470Z | Compiling ucd-trie v0.1.7 |
| 381 | 2026-07-24T09:43:46.616Z | Compiling ident_case v1.0.1 |
| 382 | 2026-07-24T09:43:46.640Z | Compiling pest v2.8.7 |
| 383 | 2026-07-24T09:43:46.692Z | Compiling serde v1.0.228 |
| 384 | 2026-07-24T09:43:46.921Z | Compiling fnv v1.0.7 |
| 385 | 2026-07-24T09:43:47.043Z | Compiling aho-corasick v1.1.4 |
| 386 | 2026-07-24T09:43:47.076Z | Compiling itoa v1.0.18 |
| 387 | 2026-07-24T09:43:47.251Z | Checking byteorder v1.5.0 |
| 388 | 2026-07-24T09:43:47.272Z | Compiling regex-syntax v0.8.11 |
| 389 | 2026-07-24T09:43:47.410Z | Compiling syn v2.0.118 |
| 390 | 2026-07-24T09:43:47.645Z | Compiling usdt-impl v0.6.0 |
| 391 | 2026-07-24T09:43:47.816Z | Compiling pest_meta v2.8.7 |
| 392 | 2026-07-24T09:43:47.878Z | Compiling either v1.16.0 |
| 393 | 2026-07-24T09:43:48.002Z | Checking bitflags v2.13.0 |
| 394 | 2026-07-24T09:43:48.079Z | Compiling itertools v0.14.0 |
| 395 | 2026-07-24T09:43:48.205Z | Compiling thread-id v5.1.0 |
| 396 | 2026-07-24T09:43:48.442Z | Checking futures-sink v0.3.32 |
| 397 | 2026-07-24T09:43:48.459Z | Checking plain v0.2.3 |
| 398 | 2026-07-24T09:43:48.533Z | Checking futures-core v0.3.32 |
| 399 | 2026-07-24T09:43:48.552Z | Compiling heapless v0.8.0 |
| 400 | 2026-07-24T09:43:48.701Z | Compiling regex-automata v0.4.15 |
| 401 | 2026-07-24T09:43:48.868Z | Checking log v0.4.33 |
| 402 | 2026-07-24T09:43:49.172Z | Checking futures-channel v0.3.32 |
| 403 | 2026-07-24T09:43:49.336Z | Checking hash32 v0.3.1 |
| 404 | 2026-07-24T09:43:49.358Z | Checking macaddr v1.0.1 |
| 405 | 2026-07-24T09:43:49.451Z | Compiling smoltcp v0.11.0 |
| 406 | 2026-07-24T09:43:49.494Z | Checking futures-io v0.3.32 |
| 407 | 2026-07-24T09:43:49.498Z | Checking slab v0.4.12 |
| 408 | 2026-07-24T09:43:49.597Z | Checking cfg-if v1.0.4 |
| 409 | 2026-07-24T09:43:49.646Z | Checking pin-project-lite v0.2.17 |
| 410 | 2026-07-24T09:43:49.651Z | Checking stable_deref_trait v1.2.1 |
| 411 | 2026-07-24T09:43:49.714Z | Checking futures-task v0.3.32 |
| 412 | 2026-07-24T09:43:49.728Z | Checking pretty-hex v0.4.2 |
| 413 | 2026-07-24T09:43:49.830Z | Compiling pest_generator v2.8.7 |
| 414 | 2026-07-24T09:43:49.836Z | Compiling darling_core v0.21.3 |
| 415 | 2026-07-24T09:43:49.840Z | Compiling darling_core v0.23.0 |
| 416 | 2026-07-24T09:43:50.186Z | Checking bitflags v1.3.2 |
| 417 | 2026-07-24T09:43:50.211Z | Compiling crc32fast v1.5.0 |
| 418 | 2026-07-24T09:43:50.246Z | Compiling version_check v0.9.5 |
| 419 | 2026-07-24T09:43:50.432Z | Compiling regex v1.13.0 |
| 420 | 2026-07-24T09:43:50.488Z | Checking managed v0.8.0 |
| 421 | 2026-07-24T09:43:50.515Z | Compiling ref-cast v1.0.25 |
| 422 | 2026-07-24T09:43:50.821Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 423 | 2026-07-24T09:43:50.891Z | Checking memmap2 v0.9.11 |
| 424 | 2026-07-24T09:43:51.025Z | Compiling serde_derive v1.0.228 |
| 425 | 2026-07-24T09:43:51.049Z | Compiling thiserror-impl v2.0.18 |
| 426 | 2026-07-24T09:43:51.061Z | Compiling zerocopy-derive v0.8.54 |
| 427 | 2026-07-24T09:43:51.243Z | Compiling pest_derive v2.8.7 |
| 428 | 2026-07-24T09:43:51.772Z | Compiling scroll_derive v0.13.1 |
| 429 | 2026-07-24T09:43:51.790Z | Compiling futures-macro v0.3.32 |
| 430 | 2026-07-24T09:43:51.869Z | Compiling ref-cast-impl v1.0.25 |
| 431 | 2026-07-24T09:43:51.935Z | Compiling darling_macro v0.21.3 |
| 432 | 2026-07-24T09:43:51.939Z | Compiling darling_macro v0.23.0 |
| 433 | 2026-07-24T09:43:52.467Z | Compiling dtrace-parser v0.3.0 |
| 434 | 2026-07-24T09:43:52.498Z | Compiling darling v0.21.3 |
| 435 | 2026-07-24T09:43:52.499Z | Checking cobs v0.3.0 |
| 436 | 2026-07-24T09:43:52.570Z | Compiling ingot-macros v0.1.1 |
| 437 | 2026-07-24T09:43:52.629Z | Checking futures-util v0.3.32 |
| 438 | 2026-07-24T09:43:52.629Z | Checking scroll v0.13.0 |
| 439 | 2026-07-24T09:43:52.847Z | Checking goblin v0.10.7 |
| 440 | 2026-07-24T09:43:52.867Z | Compiling darling v0.23.0 |
| 441 | 2026-07-24T09:43:52.942Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 442 | 2026-07-24T09:43:53.223Z | Checking ipnetwork v0.21.1 |
| 443 | 2026-07-24T09:43:53.246Z | Checking unicode-width v0.2.2 |
| 444 | 2026-07-24T09:43:53.396Z | Checking itertools v0.15.0 |
| 445 | 2026-07-24T09:43:53.492Z | Checking tabwriter v1.4.1 |
| 446 | 2026-07-24T09:43:53.632Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 447 | 2026-07-24T09:43:54.169Z | Checking postcard v1.1.3 |
| 448 | 2026-07-24T09:43:54.439Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 449 | 2026-07-24T09:43:54.541Z | Checking futures-executor v0.3.32 |
| 450 | 2026-07-24T09:43:54.593Z | Compiling serde_tokenstream v0.2.3 |
| 451 | 2026-07-24T09:43:54.653Z | Checking nom v8.0.0 |
| 452 | 2026-07-24T09:43:54.682Z | Checking futures v0.3.32 |
| 453 | 2026-07-24T09:43:54.748Z | Compiling anyhow v1.0.103 |
| 454 | 2026-07-24T09:43:54.871Z | Checking dyn-clone v1.0.20 |
| 455 | 2026-07-24T09:43:54.967Z | Compiling typeid v1.0.3 |
| 456 | 2026-07-24T09:43:55.016Z | Checking cookie-factory v0.3.3 |
| 457 | 2026-07-24T09:43:55.231Z | Checking uuid v1.23.5 |
| 458 | 2026-07-24T09:43:55.251Z | Compiling dof v0.4.0 |
| 459 | 2026-07-24T09:43:55.257Z | Checking ingot-types v0.1.2 |
| 460 | 2026-07-24T09:43:55.269Z | Checking circular v0.3.0 |
| 461 | 2026-07-24T09:43:55.297Z | Compiling dtor-proc-macro v0.0.13 |
| 462 | 2026-07-24T09:43:55.377Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 463 | 2026-07-24T09:43:55.503Z | Compiling ctor-proc-macro v0.0.13 |
| 464 | 2026-07-24T09:43:55.523Z | Checking once_cell v1.21.4 |
| 465 | 2026-07-24T09:43:55.588Z | Checking ingot v0.1.1 |
| 466 | 2026-07-24T09:43:55.632Z | Checking dtor v0.8.1 |
| 467 | 2026-07-24T09:43:55.651Z | Checking link-section v0.2.1 |
| 468 | 2026-07-24T09:43:55.677Z | Checking ron v0.12.2 |
| 469 | 2026-07-24T09:43:55.832Z | Checking ctor v0.10.1 |
| 470 | 2026-07-24T09:43:56.201Z | Compiling usdt-attr-macro v0.6.0 |
| 471 | 2026-07-24T09:43:56.201Z | Compiling usdt-macro v0.6.0 |
| 472 | 2026-07-24T09:43:56.566Z | Checking rusticata-macros v5.0.0 |
| 473 | 2026-07-24T09:43:56.687Z | Checking pcap-parser v0.17.0 |
| 474 | 2026-07-24T09:43:56.833Z | Checking usdt v0.6.0 |
| 475 | 2026-07-24T09:43:57.134Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 476 | 2026-07-24T09:44:01.663Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 477 | 2026-07-24T09:44:03.345Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 478 | 2026-07-24T09:44:05.712Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.97s |
| 479 | 2026-07-24T09:44:05.746Z | |
| 480 | 2026-07-24T09:44:05.749Z | real 20.049991231 |
| 481 | 2026-07-24T09:44:05.749Z | user 1:13.938254725 |
| 482 | 2026-07-24T09:44:05.749Z | sys 15.304088131 |
| 483 | 2026-07-24T09:44:05.749Z | trap 0.039428096 |
| 484 | 2026-07-24T09:44:05.749Z | tflt 0.121157760 |
| 485 | 2026-07-24T09:44:05.749Z | dflt 0.155711554 |
| 486 | 2026-07-24T09:44:05.749Z | kflt 0.000021404 |
| 487 | 2026-07-24T09:44:05.749Z | lock 4:49.447574302 |
| 488 | 2026-07-24T09:44:05.749Z | slp 3:55.454989964 |
| 489 | 2026-07-24T09:44:05.749Z | lat 3.962234527 |
| 490 | 2026-07-24T09:44:05.749Z | stop 9.250701108 |
| 491 | 2026-07-24T09:44:05.749Z | + header 'analyze no_std + engine + kernel' |
| 492 | 2026-07-24T09:44:05.749Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 493 | 2026-07-24T09:44:05.749Z | # ==== analyze no_std + engine + kernel ==== # |
| 494 | 2026-07-24T09:44:05.749Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel |
| 495 | 2026-07-24T09:44:05.919Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 496 | 2026-07-24T09:44:05.919Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 497 | 2026-07-24T09:44:05.922Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 498 | 2026-07-24T09:44:05.922Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 499 | 2026-07-24T09:44:06.135Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 500 | 2026-07-24T09:44:09.209Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 501 | 2026-07-24T09:44:10.352Z | Finished `dev` profile [optimized + debuginfo] target(s) in 4.56s |
| 502 | 2026-07-24T09:44:10.374Z | |
| 503 | 2026-07-24T09:44:10.378Z | real 4.622582982 |
| 504 | 2026-07-24T09:44:10.378Z | user 4.755064408 |
| 505 | 2026-07-24T09:44:10.378Z | sys 0.939967527 |
| 506 | 2026-07-24T09:44:10.378Z | trap 0.000587726 |
| 507 | 2026-07-24T09:44:10.378Z | tflt 0.019462098 |
| 508 | 2026-07-24T09:44:10.378Z | dflt 0.006153587 |
| 509 | 2026-07-24T09:44:10.378Z | kflt 0.000000000 |
| 510 | 2026-07-24T09:44:10.378Z | lock 14.929276936 |
| 511 | 2026-07-24T09:44:10.378Z | slp 17.860589785 |
| 512 | 2026-07-24T09:44:10.378Z | lat 0.005853019 |
| 513 | 2026-07-24T09:44:10.378Z | stop 0.199147819 |
| 514 | 2026-07-24T09:44:10.378Z | + header test |
| 515 | 2026-07-24T09:44:10.378Z | + echo '# ==== test ==== #' |
| 516 | 2026-07-24T09:44:10.378Z | + ptime -m cargo test |
| 517 | 2026-07-24T09:44:10.378Z | # ==== test ==== # |
| 518 | 2026-07-24T09:44:10.532Z | Compiling memchr v2.8.3 |
| 519 | 2026-07-24T09:44:10.535Z | Compiling serde_core v1.0.228 |
| 520 | 2026-07-24T09:44:10.557Z | Compiling thiserror v2.0.18 |
| 521 | 2026-07-24T09:44:10.560Z | Compiling zerocopy v0.8.54 |
| 522 | 2026-07-24T09:44:10.563Z | Compiling byteorder v1.5.0 |
| 523 | 2026-07-24T09:44:10.563Z | Compiling unicode-ident v1.0.24 |
| 524 | 2026-07-24T09:44:10.566Z | Compiling zmij v1.0.22 |
| 525 | 2026-07-24T09:44:10.566Z | Compiling libc v0.2.186 |
| 526 | 2026-07-24T09:44:10.640Z | Compiling scroll v0.13.0 |
| 527 | 2026-07-24T09:44:10.689Z | Compiling proc-macro2 v1.0.106 |
| 528 | 2026-07-24T09:44:10.772Z | Compiling ucd-trie v0.1.7 |
| 529 | 2026-07-24T09:44:10.905Z | Compiling futures-sink v0.3.32 |
| 530 | 2026-07-24T09:44:10.918Z | Compiling log v0.4.33 |
| 531 | 2026-07-24T09:44:10.946Z | Compiling futures-core v0.3.32 |
| 532 | 2026-07-24T09:44:10.996Z | Compiling plain v0.2.3 |
| 533 | 2026-07-24T09:44:11.098Z | Compiling itoa v1.0.18 |
| 534 | 2026-07-24T09:44:11.105Z | Compiling goblin v0.10.7 |
| 535 | 2026-07-24T09:44:11.150Z | Compiling quote v1.0.46 |
| 536 | 2026-07-24T09:44:11.359Z | Compiling futures-channel v0.3.32 |
| 537 | 2026-07-24T09:44:11.478Z | Compiling pest v2.8.7 |
| 538 | 2026-07-24T09:44:11.593Z | Compiling hash32 v0.3.1 |
| 539 | 2026-07-24T09:44:11.765Z | Compiling pin-project-lite v0.2.17 |
| 540 | 2026-07-24T09:44:11.784Z | Compiling stable_deref_trait v1.2.1 |
| 541 | 2026-07-24T09:44:11.857Z | Compiling futures-task v0.3.32 |
| 542 | 2026-07-24T09:44:11.857Z | Compiling futures-io v0.3.32 |
| 543 | 2026-07-24T09:44:12.039Z | Compiling cfg-if v1.0.4 |
| 544 | 2026-07-24T09:44:12.050Z | Compiling pretty-hex v0.4.2 |
| 545 | 2026-07-24T09:44:12.107Z | Compiling slab v0.4.12 |
| 546 | 2026-07-24T09:44:12.155Z | Compiling macaddr v1.0.1 |
| 547 | 2026-07-24T09:44:12.172Z | Compiling heapless v0.8.0 |
| 548 | 2026-07-24T09:44:12.288Z | Compiling futures-util v0.3.32 |
| 549 | 2026-07-24T09:44:12.404Z | Compiling serde v1.0.228 |
| 550 | 2026-07-24T09:44:12.566Z | Compiling bitflags v2.13.0 |
| 551 | 2026-07-24T09:44:12.619Z | Compiling serde_json v1.0.150 |
| 552 | 2026-07-24T09:44:13.012Z | Compiling dtrace-parser v0.3.0 |
| 553 | 2026-07-24T09:44:13.044Z | Compiling syn v2.0.118 |
| 554 | 2026-07-24T09:44:13.170Z | Compiling thread-id v5.1.0 |
| 555 | 2026-07-24T09:44:13.246Z | Compiling cobs v0.3.0 |
| 556 | 2026-07-24T09:44:13.452Z | Compiling ingot-types v0.1.2 |
| 557 | 2026-07-24T09:44:13.527Z | Compiling managed v0.8.0 |
| 558 | 2026-07-24T09:44:13.581Z | Compiling bitflags v1.3.2 |
| 559 | 2026-07-24T09:44:13.648Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 560 | 2026-07-24T09:44:13.746Z | Compiling smoltcp v0.11.0 |
| 561 | 2026-07-24T09:44:13.853Z | Compiling ingot v0.1.1 |
| 562 | 2026-07-24T09:44:13.877Z | Compiling postcard v1.1.3 |
| 563 | 2026-07-24T09:44:14.232Z | Compiling dof v0.4.0 |
| 564 | 2026-07-24T09:44:15.081Z | Compiling futures-executor v0.3.32 |
| 565 | 2026-07-24T09:44:15.675Z | Compiling usdt-impl v0.6.0 |
| 566 | 2026-07-24T09:44:15.739Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 567 | 2026-07-24T09:44:16.065Z | Compiling memmap2 v0.9.11 |
| 568 | 2026-07-24T09:44:16.354Z | Compiling either v1.16.0 |
| 569 | 2026-07-24T09:44:16.389Z | Compiling unicode-width v0.2.2 |
| 570 | 2026-07-24T09:44:16.537Z | Compiling ipnetwork v0.21.1 |
| 571 | 2026-07-24T09:44:16.597Z | Compiling itertools v0.15.0 |
| 572 | 2026-07-24T09:44:16.699Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 573 | 2026-07-24T09:44:17.067Z | Compiling tabwriter v1.4.1 |
| 574 | 2026-07-24T09:44:17.494Z | Compiling ref-cast v1.0.25 |
| 575 | 2026-07-24T09:44:17.593Z | Compiling usdt v0.6.0 |
| 576 | 2026-07-24T09:44:17.614Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 577 | 2026-07-24T09:44:17.966Z | Compiling futures v0.3.32 |
| 578 | 2026-07-24T09:44:18.078Z | Compiling crc32fast v1.5.0 |
| 579 | 2026-07-24T09:44:18.149Z | Compiling nom v8.0.0 |
| 580 | 2026-07-24T09:44:18.207Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 581 | 2026-07-24T09:44:18.318Z | Compiling dyn-clone v1.0.20 |
| 582 | 2026-07-24T09:44:18.322Z | Compiling cookie-factory v0.3.3 |
| 583 | 2026-07-24T09:44:18.485Z | Compiling uuid v1.23.5 |
| 584 | 2026-07-24T09:44:18.633Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 585 | 2026-07-24T09:44:18.870Z | Compiling circular v0.3.0 |
| 586 | 2026-07-24T09:44:19.119Z | Compiling dtor v0.8.1 |
| 587 | 2026-07-24T09:44:19.119Z | Compiling anyhow v1.0.103 |
| 588 | 2026-07-24T09:44:19.178Z | Compiling typeid v1.0.3 |
| 589 | 2026-07-24T09:44:19.189Z | Compiling once_cell v1.21.4 |
| 590 | 2026-07-24T09:44:19.197Z | Compiling link-section v0.2.1 |
| 591 | 2026-07-24T09:44:19.283Z | Compiling ctor v0.10.1 |
| 592 | 2026-07-24T09:44:19.337Z | Compiling ron v0.12.2 |
| 593 | 2026-07-24T09:44:20.473Z | Compiling rusticata-macros v5.0.0 |
| 594 | 2026-07-24T09:44:20.749Z | Compiling pcap-parser v0.17.0 |
| 595 | 2026-07-24T09:44:23.633Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 596 | 2026-07-24T09:44:26.051Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 597 | 2026-07-24T09:45:05.205Z | Finished `test` profile [optimized + debuginfo] target(s) in 54.82s |
| 598 | 2026-07-24T09:45:05.221Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-d4d770910397bb99) |
| 599 | 2026-07-24T09:45:05.224Z | |
| 600 | 2026-07-24T09:45:05.224Z | running 15 tests |
| 601 | 2026-07-24T09:45:05.224Z | test api::tests::parse_bad_proto_filter ... ok |
| 602 | 2026-07-24T09:45:05.224Z | test api::tests::parse_good_address ... ok |
| 603 | 2026-07-24T09:45:05.224Z | test api::tests::parse_bad_address ... ok |
| 604 | 2026-07-24T09:45:05.224Z | test api::tests::parse_good_proto_filter ... ok |
| 605 | 2026-07-24T09:45:05.224Z | test api::tests::ports_from_str_bad ... ok |
| 606 | 2026-07-24T09:45:05.224Z | test api::tests::ports_from_str_good ... ok |
| 607 | 2026-07-24T09:45:05.224Z | test cfg::tests::test_required_nat_space ... ok |
| 608 | 2026-07-24T09:45:05.224Z | test cfg::tests::test_required_nat_space_only_ipv4 ... ok |
| 609 | 2026-07-24T09:45:05.224Z | test cfg::tests::test_required_nat_space_only_ipv6 ... ok |
| 610 | 2026-07-24T09:45:05.225Z | test engine::geneve::test::option_packet_length_with_known_options ... ok |
| 611 | 2026-07-24T09:45:05.225Z | test engine::geneve::test::parse_single_opt ... ok |
| 612 | 2026-07-24T09:45:05.225Z | test engine::geneve::test::parse_multicast_replication_values ... ok |
| 613 | 2026-07-24T09:45:05.225Z | test engine::geneve::test::parse_multi_opt ... ok |
| 614 | 2026-07-24T09:45:05.225Z | test engine::geneve::test::unknown_crit_option_fails ... ok |
| 615 | 2026-07-24T09:45:05.228Z | test engine::firewall::tests::port_predicate_simplification ... ok |
| 616 | 2026-07-24T09:45:05.228Z | |
| 617 | 2026-07-24T09:45:05.228Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 618 | 2026-07-24T09:45:05.228Z | |
| 619 | 2026-07-24T09:45:05.228Z | Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-9082feac9e81f748) |
| 620 | 2026-07-24T09:45:05.228Z | |
| 621 | 2026-07-24T09:45:05.228Z | running 4 tests |
| 622 | 2026-07-24T09:45:05.231Z | test firewall_external_inbound ... ok |
| 623 | 2026-07-24T09:45:05.231Z | test firewall_vni_outbound ... ok |
| 624 | 2026-07-24T09:45:05.231Z | test firewall_vni_inbound ... ok |
| 625 | 2026-07-24T09:45:05.231Z | test firewall_replace_rules ... ok |
| 626 | 2026-07-24T09:45:05.231Z | |
| 627 | 2026-07-24T09:45:05.231Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 628 | 2026-07-24T09:45:05.231Z | |
| 629 | 2026-07-24T09:45:05.231Z | Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-a2ab14fc1d1c4eb2) |
| 630 | 2026-07-24T09:45:05.231Z | |
| 631 | 2026-07-24T09:45:05.231Z | running 2 tests |
| 632 | 2026-07-24T09:45:05.231Z | test parse_in_regression ... ok |
| 633 | 2026-07-24T09:45:05.231Z | test parse_out_regression ... ok |
| 634 | 2026-07-24T09:45:05.231Z | |
| 635 | 2026-07-24T09:45:05.232Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 636 | 2026-07-24T09:45:05.232Z | |
| 637 | 2026-07-24T09:45:05.232Z | Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-304199e134a9be4e) |
| 638 | 2026-07-24T09:45:05.235Z | |
| 639 | 2026-07-24T09:45:05.235Z | running 48 tests |
| 640 | 2026-07-24T09:45:05.235Z | test bad_ip_len ... ok |
| 641 | 2026-07-24T09:45:05.235Z | test check_layers ... ok |
| 642 | 2026-07-24T09:45:05.235Z | test add_remove_fw_rule ... ok |
| 643 | 2026-07-24T09:45:05.235Z | test arp_gateway ... ok |
| 644 | 2026-07-24T09:45:05.235Z | test external_attached_subnets_cannot_reach_internal ... ok |
| 645 | 2026-07-24T09:45:05.235Z | test anti_spoof ... ok |
| 646 | 2026-07-24T09:45:05.235Z | test ephemeral_ip_preferred_over_snat_outbound ... ok |
| 647 | 2026-07-24T09:45:05.235Z | test external_attached_subnets_dont_apply_nat ... ok |
| 648 | 2026-07-24T09:45:05.235Z | test gateway_icmp4_ping ... ok |
| 649 | 2026-07-24T09:45:05.235Z | test gateway_icmpv6_ping ... ok |
| 650 | 2026-07-24T09:45:05.235Z | test early_tcp_invalidation ... ok |
| 651 | 2026-07-24T09:45:05.235Z | test external_ip_epoch_affinity_preserved ... ok |
| 652 | 2026-07-24T09:45:05.238Z | test flow_expiration ... ok |
| 653 | 2026-07-24T09:45:05.238Z | test external_ip_reconfigurable ... ok |
| 654 | 2026-07-24T09:45:05.238Z | test gateway_router_advert_reply ... ok |
| 655 | 2026-07-24T09:45:05.238Z | test guest_to_guest_no_route ... ok |
| 656 | 2026-07-24T09:45:05.238Z | test guest_to_guest_diff_vpc_no_peer ... ok |
| 657 | 2026-07-24T09:45:05.238Z | test guest_to_internet_ipv4 ... ok |
| 658 | 2026-07-24T09:45:05.238Z | test icmpv6_inner_has_nat_applied ... ok |
| 659 | 2026-07-24T09:45:05.238Z | test guest_to_guest ... ok |
| 660 | 2026-07-24T09:45:05.238Z | test guest_to_internet_ipv6 ... ok |
| 661 | 2026-07-24T09:45:05.238Z | test icmp_inner_has_nat_applied ... ok |
| 662 | 2026-07-24T09:45:05.238Z | test inbound_ndp_dropped_at_gateway ... ok |
| 663 | 2026-07-24T09:45:05.239Z | test external_ip_balanced_over_floating_ips ... ok |
| 664 | 2026-07-24T09:45:05.239Z | test outbound_ndp_dropped ... ok |
| 665 | 2026-07-24T09:45:05.239Z | test packet_body_pullup ... ok |
| 666 | 2026-07-24T09:45:05.239Z | test intra_subnet_routes_with_custom ... ok |
| 667 | 2026-07-24T09:45:05.239Z | test no_panic_on_flow_table_full ... ok |
| 668 | 2026-07-24T09:45:05.239Z | test external_ip_receive_and_reply_on_all ... ok |
| 669 | 2026-07-24T09:45:05.239Z | test internal_attached_subnets ... ok |
| 670 | 2026-07-24T09:45:05.239Z | test port_transition_running ... ok |
| 671 | 2026-07-24T09:45:05.239Z | test port_transition_reset ... ok |
| 672 | 2026-07-24T09:45:05.239Z | test port_as_router_target ... ok |
| 673 | 2026-07-24T09:45:05.239Z | test test_drop_on_unknown_critical_option ... ok |
| 674 | 2026-07-24T09:45:05.239Z | test port_transition_pause ... ok |
| 675 | 2026-07-24T09:45:05.239Z | test select_eip_conditioned_on_igw ... ok |
| 676 | 2026-07-24T09:45:05.239Z | test tcp_invalidation_does_not_block_connection ... ok |
| 677 | 2026-07-24T09:45:05.239Z | test tcp_inbound ... ok |
| 678 | 2026-07-24T09:45:05.239Z | test snat_icmp4_echo_rewrite ... ok |
| 679 | 2026-07-24T09:45:05.239Z | test snat_icmp6_echo_rewrite ... ok |
| 680 | 2026-07-24T09:45:05.239Z | test tcp_outbound ... ok |
| 681 | 2026-07-24T09:45:05.239Z | test test_v6_ext_hdr_geneve_offset_ok ... ok |
| 682 | 2026-07-24T09:45:05.239Z | test test_ipv6_multicast_encapsulation ... ok |
| 683 | 2026-07-24T09:45:05.239Z | test test_gateway_neighbor_advert_reply ... ok |
| 684 | 2026-07-24T09:45:05.239Z | test test_tcp_multicast_denied ... ok |
| 685 | 2026-07-24T09:45:05.239Z | test test_reply_to_dhcpv6_solicit_or_request ... ok |
| 686 | 2026-07-24T09:45:05.239Z | test uft_lft_invalidation_out ... ok |
| 687 | 2026-07-24T09:45:05.239Z | test uft_lft_invalidation_in ... ok |
| 688 | 2026-07-24T09:45:05.239Z | |
| 689 | 2026-07-24T09:45:05.239Z | test result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 690 | 2026-07-24T09:45:05.239Z | |
| 691 | 2026-07-24T09:45:05.239Z | Doc-tests oxide_vpc |
| 692 | 2026-07-24T09:45:05.538Z | |
| 693 | 2026-07-24T09:45:05.538Z | running 0 tests |
| 694 | 2026-07-24T09:45:05.538Z | |
| 695 | 2026-07-24T09:45:05.538Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 696 | 2026-07-24T09:45:05.538Z | |
| 697 | 2026-07-24T09:45:05.566Z | |
| 698 | 2026-07-24T09:45:05.569Z | real 55.180552815 |
| 699 | 2026-07-24T09:45:05.569Z | user 3:20.753627790 |
| 700 | 2026-07-24T09:45:05.569Z | sys 12.090041986 |
| 701 | 2026-07-24T09:45:05.569Z | trap 0.089559597 |
| 702 | 2026-07-24T09:45:05.569Z | tflt 0.140736366 |
| 703 | 2026-07-24T09:45:05.569Z | dflt 0.608605809 |
| 704 | 2026-07-24T09:45:05.569Z | kflt 0.000005947 |
| 705 | 2026-07-24T09:45:05.569Z | lock 13:50.099322160 |
| 706 | 2026-07-24T09:45:05.569Z | slp 6:44.233943504 |
| 707 | 2026-07-24T09:45:05.569Z | lat 7.089740699 |
| 708 | 2026-07-24T09:45:05.569Z | stop 5.894360448 |
| 709 | 2026-07-24T09:45:05.569Z | process exited: duration 119983 ms, exit code 0 |
| |
| 710 | 2026-07-24T09:45:05.576Z | found 0 output files |