|
|
|
| 1 | 2026-06-30T11:19:00.760Z | job assigned to worker 01KWC40DJZGDYNYE7PEADYCHEF [factory aws, i-04a051bb54908c258] (queued for 1 m 19 s) |
| |
| 2 | 2026-06-30T11:19:07.318Z | starting task 0: "setup" |
| 3 | 2026-06-30T11:19:07.322Z | ++ uname -s |
| 4 | 2026-06-30T11:19:07.325Z | + kern=SunOS |
| 5 | 2026-06-30T11:19:07.325Z | + build_user=build |
| 6 | 2026-06-30T11:19:07.325Z | + build_uid=12345 |
| 7 | 2026-06-30T11:19:07.325Z | + work_dir=/work |
| 8 | 2026-06-30T11:19:07.325Z | + input_dir=/input |
| 9 | 2026-06-30T11:19:07.325Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-30T11:19:07.325Z | + case "$kern" in |
| 11 | 2026-06-30T11:19:07.325Z | + groupadd -g 12345 build |
| 12 | 2026-06-30T11:19:07.328Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-30T11:19:09.332Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-30T11:19:09.436Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-30T11:19:09.439Z | + home_fs=zfs |
| 16 | 2026-06-30T11:19:09.439Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-30T11:19:09.439Z | + mkdir -p /home/build |
| 18 | 2026-06-30T11:19:09.439Z | + chown build:build /home/build /work |
| 19 | 2026-06-30T11:19:11.440Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-30T11:19:11.444Z | process exited: duration 4126 ms, exit code 0 |
| |
| 21 | 2026-06-30T11:19:11.450Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-30T11:19:11.454Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.0 |
| 23 | 2026-06-30T11:19:11.454Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-06-30T11:19:11.454Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-06-30T11:19:11.454Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-06-30T11:19:11.458Z | * rust toolchain channel = "1.96.0" |
| 27 | 2026-06-30T11:19:11.458Z | * rust toolchain profile = "default" |
| 28 | 2026-06-30T11:19:11.458Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-30T11:19:11.458Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default |
| 30 | 2026-06-30T11:19:11.537Z | info: downloading installer |
| 31 | 2026-06-30T11:19:12.825Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-30T11:19:12.825Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-30T11:19:12.825Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-30T11:19:12.825Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-30T11:19:12.838Z | info: profile set to default |
| 36 | 2026-06-30T11:19:12.838Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-30T11:19:12.841Z | info: syncing channel updates for 1.96.0-x86_64-unknown-illumos |
| 38 | 2026-06-30T11:19:12.970Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-30T11:19:12.975Z | info: downloading 6 components |
| 40 | 2026-06-30T11:19:27.002Z | info: default toolchain set to 1.96.0-x86_64-unknown-illumos |
| 41 | 2026-06-30T11:19:27.003Z | |
| 42 | 2026-06-30T11:19:27.030Z | 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-30T11:19:27.030Z | |
| 44 | 2026-06-30T11:19:27.030Z | |
| 45 | 2026-06-30T11:19:27.030Z | Rust is installed now. Great! |
| 46 | 2026-06-30T11:19:27.030Z | |
| 47 | 2026-06-30T11:19:27.033Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-30T11:19:27.033Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-30T11:19:27.033Z | |
| 50 | 2026-06-30T11:19:27.034Z | To configure your current shell, you need to source |
| 51 | 2026-06-30T11:19:27.034Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-30T11:19:27.034Z | |
| 53 | 2026-06-30T11:19:27.034Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-30T11:19:27.034Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-30T11:19:27.034Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-30T11:19:27.034Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-30T11:19:27.034Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-30T11:19:27.034Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-30T11:19:27.034Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-30T11:19:27.034Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-30T11:19:27.034Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-30T11:19:27.139Z | + rustup --version |
| 63 | 2026-06-30T11:19:27.147Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-30T11:19:27.150Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-30T11:19:27.169Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-30T11:19:27.173Z | + cargo --version |
| 67 | 2026-06-30T11:19:27.185Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-30T11:19:27.188Z | + rustc --version |
| 69 | 2026-06-30T11:19:27.207Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-30T11:19:27.210Z | process exited: duration 15759 ms, exit code 0 |
| |
| 71 | 2026-06-30T11:19:27.215Z | starting task 2: "authentication" |
| 72 | 2026-06-30T11:19:27.231Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-06-30T11:19:27.239Z | starting task 3: "clone repository" |
| 74 | 2026-06-30T11:19:27.243Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-06-30T11:19:27.246Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-06-30T11:19:27.272Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-06-30T11:19:28.188Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-06-30T11:19:28.188Z | + git fetch origin 194ae5e6163762f09f71606701c2ca93af2381e6 |
| 79 | 2026-06-30T11:19:28.460Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-06-30T11:19:28.460Z | * branch 194ae5e6163762f09f71606701c2ca93af2381e6 -> FETCH_HEAD |
| 81 | 2026-06-30T11:19:28.468Z | + [[ -n read-xde ]] |
| 82 | 2026-06-30T11:19:28.471Z | ++ git branch --show-current |
| 83 | 2026-06-30T11:19:28.471Z | + current=master |
| 84 | 2026-06-30T11:19:28.471Z | + [[ master != read-xde ]] |
| 85 | 2026-06-30T11:19:28.471Z | + git branch -f read-xde 194ae5e6163762f09f71606701c2ca93af2381e6 |
| 86 | 2026-06-30T11:19:28.475Z | + git checkout -f read-xde |
| 87 | 2026-06-30T11:19:28.493Z | Switched to branch 'read-xde' |
| 88 | 2026-06-30T11:19:28.496Z | + git reset --hard 194ae5e6163762f09f71606701c2ca93af2381e6 |
| 89 | 2026-06-30T11:19:28.507Z | HEAD is now at 194ae5e [opteadm] Add show-xde-underlay command. |
| 90 | 2026-06-30T11:19:28.510Z | process exited: duration 1268 ms, exit code 0 |
| |
| 91 | 2026-06-30T11:19:28.542Z | starting task 4: "build" |
| 92 | 2026-06-30T11:19:28.545Z | + source .github/buildomat/common.sh |
| 93 | 2026-06-30T11:19:28.545Z | ++ rustup show active-toolchain |
| 94 | 2026-06-30T11:19:28.550Z | 1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-06-30T11:19:28.553Z | ++ pushd xde |
| 96 | 2026-06-30T11:19:28.553Z | ++ rustup show active-toolchain |
| 97 | 2026-06-30T11:19:28.553Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 98 | 2026-06-30T11:19:28.556Z | info: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos |
| 99 | 2026-06-30T11:19:28.689Z | info: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18) |
| 100 | 2026-06-30T11:19:28.693Z | info: downloading 6 components |
| 101 | 2026-06-30T11:19:43.868Z | nightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-06-30T11:19:43.958Z | +++ rustup show active-toolchain -v |
| 103 | 2026-06-30T11:19:43.961Z | +++ head -n 1 |
| 104 | 2026-06-30T11:19:43.961Z | +++ cut '-d ' -f1 |
| 105 | 2026-06-30T11:19:44.012Z | ++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos |
| 106 | 2026-06-30T11:19:44.013Z | ++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos |
| 107 | 2026-06-30T11:19:44.013Z | ++ popd |
| 108 | 2026-06-30T11:19:44.017Z | /work/oxidecomputer/opte |
| 109 | 2026-06-30T11:19:44.017Z | + cargo --version |
| 110 | 2026-06-30T11:19:44.022Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 111 | 2026-06-30T11:19:44.025Z | + rustc --version |
| 112 | 2026-06-30T11:19:44.044Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 113 | 2026-06-30T11:19:44.048Z | + cd lib/oxide-vpc |
| 114 | 2026-06-30T11:19:44.048Z | + header 'check style' |
| 115 | 2026-06-30T11:19:44.048Z | + echo '# ==== check style ==== #' |
| 116 | 2026-06-30T11:19:44.048Z | # ==== check style ==== # |
| 117 | 2026-06-30T11:19:44.048Z | + ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos fmt -- --check |
| 118 | 2026-06-30T11:19:44.170Z | |
| 119 | 2026-06-30T11:19:44.170Z | real 0.120145944 |
| 120 | 2026-06-30T11:19:44.170Z | user 0.085128020 |
| 121 | 2026-06-30T11:19:44.170Z | sys 0.031514930 |
| 122 | 2026-06-30T11:19:44.170Z | trap 0.000005960 |
| 123 | 2026-06-30T11:19:44.170Z | tflt 0.000011610 |
| 124 | 2026-06-30T11:19:44.173Z | dflt 0.000078860 |
| 125 | 2026-06-30T11:19:44.173Z | kflt 0.000000000 |
| 126 | 2026-06-30T11:19:44.174Z | lock 0.030831800 |
| 127 | 2026-06-30T11:19:44.174Z | slp 0.099309754 |
| 128 | 2026-06-30T11:19:44.174Z | lat 0.000867710 |
| 129 | 2026-06-30T11:19:44.174Z | stop 0.000113830 |
| 130 | 2026-06-30T11:19:44.174Z | + header 'check docs' |
| 131 | 2026-06-30T11:19:44.174Z | + echo '# ==== check docs ==== #' |
| 132 | 2026-06-30T11:19:44.174Z | # ==== check docs ==== # |
| 133 | 2026-06-30T11:19:44.174Z | + RUSTDOCFLAGS='-D warnings' |
| 134 | 2026-06-30T11:19:44.174Z | + ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 135 | 2026-06-30T11:19:44.239Z | Updating crates.io index |
| 136 | 2026-06-30T11:19:44.242Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-06-30T11:19:45.236Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-06-30T11:19:45.710Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-06-30T11:19:46.085Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-06-30T11:19:46.355Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-06-30T11:19:46.636Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-06-30T11:19:46.932Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-06-30T11:19:48.876Z | Downloading crates ... |
| 144 | 2026-06-30T11:19:48.916Z | Downloaded darling_macro v0.21.3 |
| 145 | 2026-06-30T11:19:48.920Z | Downloaded bitflags v1.3.2 |
| 146 | 2026-06-30T11:19:48.926Z | Downloaded bitflags v2.13.0 |
| 147 | 2026-06-30T11:19:48.929Z | Downloaded crypto-common v0.1.7 |
| 148 | 2026-06-30T11:19:48.941Z | Downloaded cfg-if v1.0.4 |
| 149 | 2026-06-30T11:19:48.945Z | Downloaded plain v0.2.3 |
| 150 | 2026-06-30T11:19:48.945Z | Downloaded cobs v0.3.0 |
| 151 | 2026-06-30T11:19:48.945Z | Downloaded cpufeatures v0.2.17 |
| 152 | 2026-06-30T11:19:48.949Z | Downloaded dof v0.4.0 |
| 153 | 2026-06-30T11:19:48.949Z | Downloaded macaddr v1.0.1 |
| 154 | 2026-06-30T11:19:48.952Z | Downloaded itoa v1.0.18 |
| 155 | 2026-06-30T11:19:48.952Z | Downloaded darling_macro v0.23.0 |
| 156 | 2026-06-30T11:19:48.952Z | Downloaded managed v0.8.0 |
| 157 | 2026-06-30T11:19:48.955Z | Downloaded dtrace-parser v0.3.0 |
| 158 | 2026-06-30T11:19:48.955Z | Downloaded hash32 v0.3.1 |
| 159 | 2026-06-30T11:19:48.959Z | Downloaded darling v0.21.3 |
| 160 | 2026-06-30T11:19:48.963Z | Downloaded embedded-io v0.6.1 |
| 161 | 2026-06-30T11:19:48.966Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 162 | 2026-06-30T11:19:48.970Z | Downloaded defmt-parser v1.0.0 |
| 163 | 2026-06-30T11:19:48.970Z | Downloaded ident_case v1.0.1 |
| 164 | 2026-06-30T11:19:48.970Z | Downloaded block-buffer v0.10.4 |
| 165 | 2026-06-30T11:19:48.974Z | Downloaded tabwriter v1.4.1 |
| 166 | 2026-06-30T11:19:48.977Z | Downloaded dyn-clone v1.0.20 |
| 167 | 2026-06-30T11:19:48.977Z | Downloaded ref-cast v1.0.25 |
| 168 | 2026-06-30T11:19:48.977Z | Downloaded generic-array v0.14.7 |
| 169 | 2026-06-30T11:19:48.981Z | Downloaded digest v0.10.7 |
| 170 | 2026-06-30T11:19:48.981Z | Downloaded ingot-types v0.1.2 |
| 171 | 2026-06-30T11:19:48.984Z | Downloaded embedded-io v0.4.0 |
| 172 | 2026-06-30T11:19:48.984Z | Downloaded darling_core v0.23.0 |
| 173 | 2026-06-30T11:19:48.989Z | Downloaded strsim v0.11.1 |
| 174 | 2026-06-30T11:19:48.991Z | Downloaded ref-cast-impl v1.0.25 |
| 175 | 2026-06-30T11:19:48.994Z | Downloaded defmt v0.3.100 |
| 176 | 2026-06-30T11:19:48.999Z | Downloaded thread-id v5.1.0 |
| 177 | 2026-06-30T11:19:49.007Z | Downloaded pretty-hex v0.4.2 |
| 178 | 2026-06-30T11:19:49.010Z | Downloaded scroll_derive v0.13.1 |
| 179 | 2026-06-30T11:19:49.014Z | Downloaded usdt-attr-macro v0.6.0 |
| 180 | 2026-06-30T11:19:49.014Z | Downloaded stable_deref_trait v1.2.1 |
| 181 | 2026-06-30T11:19:49.019Z | Downloaded usdt v0.6.0 |
| 182 | 2026-06-30T11:19:49.023Z | Downloaded usdt-macro v0.6.0 |
| 183 | 2026-06-30T11:19:49.026Z | Downloaded either v1.16.0 |
| 184 | 2026-06-30T11:19:49.026Z | Downloaded ingot v0.1.1 |
| 185 | 2026-06-30T11:19:49.030Z | Downloaded ipnetwork v0.21.1 |
| 186 | 2026-06-30T11:19:49.030Z | Downloaded version_check v0.9.5 |
| 187 | 2026-06-30T11:19:49.030Z | Downloaded zmij v1.0.21 |
| 188 | 2026-06-30T11:19:49.030Z | Downloaded defmt-macros v1.1.0 |
| 189 | 2026-06-30T11:19:49.033Z | Downloaded pest_derive v2.8.6 |
| 190 | 2026-06-30T11:19:49.033Z | Downloaded crc32fast v1.5.0 |
| 191 | 2026-06-30T11:19:49.037Z | Downloaded ingot-macros v0.1.1 |
| 192 | 2026-06-30T11:19:49.037Z | Downloaded fnv v1.0.7 |
| 193 | 2026-06-30T11:19:49.040Z | Downloaded proc-macro-error2 v2.0.1 |
| 194 | 2026-06-30T11:19:49.040Z | Downloaded sha2 v0.10.9 |
| 195 | 2026-06-30T11:19:49.044Z | Downloaded quote v1.0.46 |
| 196 | 2026-06-30T11:19:49.047Z | Downloaded usdt-impl v0.6.0 |
| 197 | 2026-06-30T11:19:49.050Z | Downloaded scroll v0.13.0 |
| 198 | 2026-06-30T11:19:49.053Z | Downloaded serde_tokenstream v0.2.3 |
| 199 | 2026-06-30T11:19:49.053Z | Downloaded thiserror-impl v2.0.18 |
| 200 | 2026-06-30T11:19:49.056Z | Downloaded thiserror v2.0.18 |
| 201 | 2026-06-30T11:19:49.057Z | Downloaded memmap2 v0.9.10 |
| 202 | 2026-06-30T11:19:49.060Z | Downloaded darling v0.23.0 |
| 203 | 2026-06-30T11:19:49.063Z | Downloaded pest_generator v2.8.6 |
| 204 | 2026-06-30T11:19:49.063Z | Downloaded byteorder v1.5.0 |
| 205 | 2026-06-30T11:19:49.069Z | Downloaded defmt v1.1.0 |
| 206 | 2026-06-30T11:19:49.083Z | Downloaded postcard v1.1.3 |
| 207 | 2026-06-30T11:19:49.095Z | Downloaded log v0.4.33 |
| 208 | 2026-06-30T11:19:49.103Z | Downloaded aho-corasick v1.1.4 |
| 209 | 2026-06-30T11:19:49.106Z | Downloaded proc-macro2 v1.0.106 |
| 210 | 2026-06-30T11:19:49.109Z | Downloaded ucd-trie v0.1.7 |
| 211 | 2026-06-30T11:19:49.110Z | Downloaded serde_core v1.0.228 |
| 212 | 2026-06-30T11:19:49.113Z | Downloaded unicode-ident v1.0.24 |
| 213 | 2026-06-30T11:19:49.113Z | Downloaded serde_derive v1.0.228 |
| 214 | 2026-06-30T11:19:49.116Z | Downloaded pest_meta v2.8.6 |
| 215 | 2026-06-30T11:19:49.120Z | Downloaded darling_core v0.21.3 |
| 216 | 2026-06-30T11:19:49.123Z | Downloaded heapless v0.8.0 |
| 217 | 2026-06-30T11:19:49.129Z | Downloaded uuid v1.23.3 |
| 218 | 2026-06-30T11:19:49.136Z | Downloaded zerocopy-derive v0.8.52 |
| 219 | 2026-06-30T11:19:49.142Z | Downloaded serde v1.0.228 |
| 220 | 2026-06-30T11:19:49.149Z | Downloaded memchr v2.8.2 |
| 221 | 2026-06-30T11:19:49.162Z | Downloaded pest v2.8.6 |
| 222 | 2026-06-30T11:19:49.169Z | Downloaded typenum v1.20.1 |
| 223 | 2026-06-30T11:19:49.194Z | Downloaded itertools v0.14.0 |
| 224 | 2026-06-30T11:19:49.197Z | Downloaded itertools v0.15.0 |
| 225 | 2026-06-30T11:19:49.201Z | Downloaded regex v1.12.4 |
| 226 | 2026-06-30T11:19:49.204Z | Downloaded serde_json v1.0.150 |
| 227 | 2026-06-30T11:19:49.255Z | Downloaded goblin v0.10.7 |
| 228 | 2026-06-30T11:19:49.258Z | Downloaded syn v2.0.118 |
| 229 | 2026-06-30T11:19:49.264Z | Downloaded unicode-width v0.2.2 |
| 230 | 2026-06-30T11:19:49.269Z | Downloaded zerocopy v0.8.52 |
| 231 | 2026-06-30T11:19:49.278Z | Downloaded smoltcp v0.11.0 |
| 232 | 2026-06-30T11:19:49.284Z | Downloaded regex-syntax v0.8.11 |
| 233 | 2026-06-30T11:19:49.307Z | Downloaded regex-automata v0.4.14 |
| 234 | 2026-06-30T11:19:49.314Z | Downloaded libc v0.2.186 |
| 235 | 2026-06-30T11:19:49.376Z | Compiling proc-macro2 v1.0.106 |
| 236 | 2026-06-30T11:19:49.376Z | Compiling quote v1.0.46 |
| 237 | 2026-06-30T11:19:49.376Z | Compiling unicode-ident v1.0.24 |
| 238 | 2026-06-30T11:19:49.377Z | Documenting unicode-ident v1.0.24 |
| 239 | 2026-06-30T11:19:49.377Z | Compiling strsim v0.11.1 |
| 240 | 2026-06-30T11:19:49.380Z | Compiling ident_case v1.0.1 |
| 241 | 2026-06-30T11:19:49.380Z | Compiling serde_core v1.0.228 |
| 242 | 2026-06-30T11:19:49.534Z | Compiling fnv v1.0.7 |
| 243 | 2026-06-30T11:19:49.547Z | Compiling memchr v2.8.2 |
| 244 | 2026-06-30T11:19:49.619Z | Compiling zerocopy v0.8.52 |
| 245 | 2026-06-30T11:19:49.725Z | Compiling serde v1.0.228 |
| 246 | 2026-06-30T11:19:49.779Z | Compiling regex-syntax v0.8.11 |
| 247 | 2026-06-30T11:19:49.842Z | Compiling thiserror v2.0.18 |
| 248 | 2026-06-30T11:19:50.013Z | Documenting proc-macro2 v1.0.106 |
| 249 | 2026-06-30T11:19:50.061Z | Compiling aho-corasick v1.1.4 |
| 250 | 2026-06-30T11:19:50.184Z | Checking byteorder v1.5.0 |
| 251 | 2026-06-30T11:19:50.342Z | Compiling either v1.16.0 |
| 252 | 2026-06-30T11:19:50.420Z | Checking syn v2.0.118 |
| 253 | 2026-06-30T11:19:50.588Z | Documenting quote v1.0.46 |
| 254 | 2026-06-30T11:19:50.639Z | Compiling itertools v0.14.0 |
| 255 | 2026-06-30T11:19:51.118Z | Documenting syn v2.0.118 |
| 256 | 2026-06-30T11:19:51.324Z | Compiling regex-automata v0.4.14 |
| 257 | 2026-06-30T11:19:51.400Z | Compiling heapless v0.8.0 |
| 258 | 2026-06-30T11:19:51.873Z | Checking bitflags v2.13.0 |
| 259 | 2026-06-30T11:19:51.899Z | Checking hash32 v0.3.1 |
| 260 | 2026-06-30T11:19:51.915Z | Documenting serde_core v1.0.228 |
| 261 | 2026-06-30T11:19:52.004Z | Checking stable_deref_trait v1.2.1 |
| 262 | 2026-06-30T11:19:52.025Z | Checking cfg-if v1.0.4 |
| 263 | 2026-06-30T11:19:52.066Z | Checking macaddr v1.0.1 |
| 264 | 2026-06-30T11:19:52.081Z | Documenting memchr v2.8.2 |
| 265 | 2026-06-30T11:19:52.209Z | Documenting regex-syntax v0.8.11 |
| 266 | 2026-06-30T11:19:52.560Z | Compiling smoltcp v0.11.0 |
| 267 | 2026-06-30T11:19:52.717Z | Documenting aho-corasick v1.1.4 |
| 268 | 2026-06-30T11:19:52.909Z | Compiling darling_core v0.21.3 |
| 269 | 2026-06-30T11:19:53.178Z | Compiling regex v1.12.4 |
| 270 | 2026-06-30T11:19:53.223Z | Compiling darling_core v0.23.0 |
| 271 | 2026-06-30T11:19:53.615Z | Documenting regex-automata v0.4.14 |
| 272 | 2026-06-30T11:19:53.948Z | Checking bitflags v1.3.2 |
| 273 | 2026-06-30T11:19:54.011Z | Checking managed v0.8.0 |
| 274 | 2026-06-30T11:19:54.111Z | Compiling serde_derive v1.0.228 |
| 275 | 2026-06-30T11:19:54.173Z | Compiling zerocopy-derive v0.8.52 |
| 276 | 2026-06-30T11:19:54.191Z | Compiling thiserror-impl v2.0.18 |
| 277 | 2026-06-30T11:19:54.777Z | Documenting serde_derive v1.0.228 |
| 278 | 2026-06-30T11:19:54.963Z | Documenting regex v1.12.4 |
| 279 | 2026-06-30T11:19:55.012Z | Compiling darling_macro v0.21.3 |
| 280 | 2026-06-30T11:19:55.122Z | Documenting thiserror-impl v2.0.18 |
| 281 | 2026-06-30T11:19:55.333Z | Compiling darling_macro v0.23.0 |
| 282 | 2026-06-30T11:19:55.508Z | Checking cobs v0.3.0 |
| 283 | 2026-06-30T11:19:55.585Z | Compiling darling v0.21.3 |
| 284 | 2026-06-30T11:19:55.684Z | Compiling ingot-macros v0.1.1 |
| 285 | 2026-06-30T11:19:55.728Z | Documenting zerocopy-derive v0.8.52 |
| 286 | 2026-06-30T11:19:55.847Z | Documenting byteorder v1.5.0 |
| 287 | 2026-06-30T11:19:55.961Z | Compiling crc32fast v1.5.0 |
| 288 | 2026-06-30T11:19:55.968Z | Compiling ref-cast v1.0.25 |
| 289 | 2026-06-30T11:19:56.174Z | Documenting thiserror v2.0.18 |
| 290 | 2026-06-30T11:19:56.310Z | Documenting ingot-macros v0.1.1 |
| 291 | 2026-06-30T11:19:56.429Z | Documenting hash32 v0.3.1 |
| 292 | 2026-06-30T11:19:56.623Z | Documenting zerocopy v0.8.52 |
| 293 | 2026-06-30T11:19:56.757Z | Compiling ref-cast-impl v1.0.25 |
| 294 | 2026-06-30T11:19:56.977Z | Documenting serde v1.0.228 |
| 295 | 2026-06-30T11:19:57.287Z | Checking postcard v1.1.3 |
| 296 | 2026-06-30T11:19:57.361Z | Documenting bitflags v2.13.0 |
| 297 | 2026-06-30T11:19:57.519Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 298 | 2026-06-30T11:19:57.529Z | Documenting cfg-if v1.0.4 |
| 299 | 2026-06-30T11:19:57.571Z | Documenting macaddr v1.0.1 |
| 300 | 2026-06-30T11:19:57.790Z | Checking ipnetwork v0.21.1 |
| 301 | 2026-06-30T11:19:57.965Z | Checking unicode-width v0.2.2 |
| 302 | 2026-06-30T11:19:57.992Z | Compiling version_check v0.9.5 |
| 303 | 2026-06-30T11:19:58.213Z | Documenting stable_deref_trait v1.2.1 |
| 304 | 2026-06-30T11:19:58.256Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 305 | 2026-06-30T11:19:58.285Z | Documenting cobs v0.3.0 |
| 306 | 2026-06-30T11:19:58.304Z | Compiling darling v0.23.0 |
| 307 | 2026-06-30T11:19:58.425Z | Documenting managed v0.8.0 |
| 308 | 2026-06-30T11:19:58.474Z | Checking ingot-types v0.1.2 |
| 309 | 2026-06-30T11:19:58.537Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 310 | 2026-06-30T11:19:58.699Z | Checking itertools v0.15.0 |
| 311 | 2026-06-30T11:19:58.758Z | Documenting heapless v0.8.0 |
| 312 | 2026-06-30T11:19:58.813Z | Checking ingot v0.1.1 |
| 313 | 2026-06-30T11:19:58.989Z | Documenting postcard v1.1.3 |
| 314 | 2026-06-30T11:19:59.195Z | Checking tabwriter v1.4.1 |
| 315 | 2026-06-30T11:19:59.272Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 316 | 2026-06-30T11:19:59.427Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 317 | 2026-06-30T11:19:59.488Z | Documenting ref-cast-impl v1.0.25 |
| 318 | 2026-06-30T11:19:59.499Z | Documenting unicode-width v0.2.2 |
| 319 | 2026-06-30T11:19:59.682Z | Documenting ingot-types v0.1.2 |
| 320 | 2026-06-30T11:19:59.723Z | Documenting smoltcp v0.11.0 |
| 321 | 2026-06-30T11:19:59.925Z | Checking dyn-clone v1.0.20 |
| 322 | 2026-06-30T11:20:00.001Z | Documenting either v1.16.0 |
| 323 | 2026-06-30T11:20:00.024Z | Documenting ipnetwork v0.21.1 |
| 324 | 2026-06-30T11:20:00.164Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 325 | 2026-06-30T11:20:00.372Z | Documenting tabwriter v1.4.1 |
| 326 | 2026-06-30T11:20:00.405Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 327 | 2026-06-30T11:20:00.600Z | Documenting ref-cast v1.0.25 |
| 328 | 2026-06-30T11:20:00.921Z | Documenting ingot v0.1.1 |
| 329 | 2026-06-30T11:20:01.125Z | Documenting itertools v0.15.0 |
| 330 | 2026-06-30T11:20:01.286Z | Documenting crc32fast v1.5.0 |
| 331 | 2026-06-30T11:20:01.387Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 332 | 2026-06-30T11:20:01.761Z | Documenting dyn-clone v1.0.20 |
| 333 | 2026-06-30T11:20:02.264Z | Documenting uuid v1.23.3 |
| 334 | 2026-06-30T11:20:02.518Z | Checking uuid v1.23.3 |
| 335 | 2026-06-30T11:20:02.763Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 336 | 2026-06-30T11:20:02.798Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 337 | 2026-06-30T11:20:04.173Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 338 | 2026-06-30T11:20:05.426Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 339 | 2026-06-30T11:20:07.750Z | Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 340 | 2026-06-30T11:20:09.369Z | Finished `dev` profile [optimized + debuginfo] target(s) in 25.19s |
| 341 | 2026-06-30T11:20:09.445Z | Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html |
| 342 | 2026-06-30T11:20:09.471Z | |
| 343 | 2026-06-30T11:20:09.474Z | real 25.280775773 |
| 344 | 2026-06-30T11:20:09.474Z | user 1:22.821254142 |
| 345 | 2026-06-30T11:20:09.474Z | sys 17.464817184 |
| 346 | 2026-06-30T11:20:09.474Z | trap 0.049911940 |
| 347 | 2026-06-30T11:20:09.474Z | tflt 0.057941622 |
| 348 | 2026-06-30T11:20:09.474Z | dflt 0.095987925 |
| 349 | 2026-06-30T11:20:09.474Z | kflt 0.005518590 |
| 350 | 2026-06-30T11:20:09.474Z | lock 8:47.263959238 |
| 351 | 2026-06-30T11:20:09.474Z | slp 4:42.453288125 |
| 352 | 2026-06-30T11:20:09.474Z | lat 8.132704857 |
| 353 | 2026-06-30T11:20:09.474Z | stop 12.548109622 |
| 354 | 2026-06-30T11:20:09.474Z | + header 'analyze std + api + usdt' |
| 355 | 2026-06-30T11:20:09.474Z | + echo '# ==== analyze std + api + usdt ==== #' |
| 356 | 2026-06-30T11:20:09.474Z | # ==== analyze std + api + usdt ==== # |
| 357 | 2026-06-30T11:20:09.474Z | + ptime -m cargo clippy --features usdt --all-targets -- --deny warnings |
| 358 | 2026-06-30T11:20:09.655Z | Downloading crates ... |
| 359 | 2026-06-30T11:20:09.715Z | Downloaded anyhow v1.0.102 |
| 360 | 2026-06-30T11:20:09.725Z | Downloaded futures-core v0.3.32 |
| 361 | 2026-06-30T11:20:09.728Z | Downloaded futures-io v0.3.32 |
| 362 | 2026-06-30T11:20:09.728Z | Downloaded futures-macro v0.3.32 |
| 363 | 2026-06-30T11:20:09.731Z | Downloaded circular v0.3.0 |
| 364 | 2026-06-30T11:20:09.731Z | Downloaded futures-sink v0.3.32 |
| 365 | 2026-06-30T11:20:09.734Z | Downloaded dtor v0.8.1 |
| 366 | 2026-06-30T11:20:09.734Z | Downloaded ctor-proc-macro v0.0.13 |
| 367 | 2026-06-30T11:20:09.736Z | Downloaded dtor-proc-macro v0.0.13 |
| 368 | 2026-06-30T11:20:09.736Z | Downloaded futures-task v0.3.32 |
| 369 | 2026-06-30T11:20:09.741Z | Downloaded rusticata-macros v5.0.0 |
| 370 | 2026-06-30T11:20:09.743Z | Downloaded link-section v0.2.1 |
| 371 | 2026-06-30T11:20:09.743Z | Downloaded typeid v1.0.3 |
| 372 | 2026-06-30T11:20:09.743Z | Downloaded slab v0.4.12 |
| 373 | 2026-06-30T11:20:09.746Z | Downloaded cookie-factory v0.3.3 |
| 374 | 2026-06-30T11:20:09.751Z | Downloaded ctor v0.10.1 |
| 375 | 2026-06-30T11:20:09.756Z | Downloaded pin-project-lite v0.2.17 |
| 376 | 2026-06-30T11:20:09.759Z | Downloaded once_cell v1.21.4 |
| 377 | 2026-06-30T11:20:09.762Z | Downloaded futures v0.3.32 |
| 378 | 2026-06-30T11:20:09.788Z | Downloaded futures-executor v0.3.32 |
| 379 | 2026-06-30T11:20:09.788Z | Downloaded futures-channel v0.3.32 |
| 380 | 2026-06-30T11:20:09.789Z | Downloaded futures-util v0.3.32 |
| 381 | 2026-06-30T11:20:09.789Z | Downloaded ron v0.12.1 |
| 382 | 2026-06-30T11:20:09.789Z | Downloaded nom v8.0.0 |
| 383 | 2026-06-30T11:20:09.789Z | Downloaded pcap-parser v0.17.0 |
| 384 | 2026-06-30T11:20:09.834Z | Compiling proc-macro2 v1.0.106 |
| 385 | 2026-06-30T11:20:09.834Z | Compiling quote v1.0.46 |
| 386 | 2026-06-30T11:20:09.837Z | Compiling unicode-ident v1.0.24 |
| 387 | 2026-06-30T11:20:09.837Z | Compiling memchr v2.8.2 |
| 388 | 2026-06-30T11:20:09.837Z | Compiling thiserror v2.0.18 |
| 389 | 2026-06-30T11:20:09.837Z | Compiling serde_core v1.0.228 |
| 390 | 2026-06-30T11:20:09.837Z | Compiling zerocopy v0.8.52 |
| 391 | 2026-06-30T11:20:09.857Z | Compiling zmij v1.0.21 |
| 392 | 2026-06-30T11:20:10.175Z | Compiling libc v0.2.186 |
| 393 | 2026-06-30T11:20:10.204Z | Compiling ident_case v1.0.1 |
| 394 | 2026-06-30T11:20:10.207Z | Compiling strsim v0.11.1 |
| 395 | 2026-06-30T11:20:10.256Z | Compiling ucd-trie v0.1.7 |
| 396 | 2026-06-30T11:20:10.315Z | Compiling serde_json v1.0.150 |
| 397 | 2026-06-30T11:20:10.387Z | Compiling pest v2.8.6 |
| 398 | 2026-06-30T11:20:10.472Z | Compiling serde v1.0.228 |
| 399 | 2026-06-30T11:20:10.711Z | Compiling fnv v1.0.7 |
| 400 | 2026-06-30T11:20:10.838Z | Compiling aho-corasick v1.1.4 |
| 401 | 2026-06-30T11:20:10.838Z | Compiling itoa v1.0.18 |
| 402 | 2026-06-30T11:20:11.024Z | Compiling regex-syntax v0.8.11 |
| 403 | 2026-06-30T11:20:11.082Z | Compiling syn v2.0.118 |
| 404 | 2026-06-30T11:20:11.116Z | Checking byteorder v1.5.0 |
| 405 | 2026-06-30T11:20:11.467Z | Compiling pest_meta v2.8.6 |
| 406 | 2026-06-30T11:20:11.638Z | Compiling usdt-impl v0.6.0 |
| 407 | 2026-06-30T11:20:11.672Z | Compiling either v1.16.0 |
| 408 | 2026-06-30T11:20:11.780Z | Checking bitflags v2.13.0 |
| 409 | 2026-06-30T11:20:11.869Z | Compiling itertools v0.14.0 |
| 410 | 2026-06-30T11:20:12.142Z | Compiling thread-id v5.1.0 |
| 411 | 2026-06-30T11:20:12.392Z | Compiling heapless v0.8.0 |
| 412 | 2026-06-30T11:20:12.462Z | Compiling regex-automata v0.4.14 |
| 413 | 2026-06-30T11:20:12.567Z | Checking plain v0.2.3 |
| 414 | 2026-06-30T11:20:12.680Z | Checking log v0.4.33 |
| 415 | 2026-06-30T11:20:12.729Z | Checking futures-core v0.3.32 |
| 416 | 2026-06-30T11:20:12.782Z | Checking futures-sink v0.3.32 |
| 417 | 2026-06-30T11:20:12.867Z | Checking futures-channel v0.3.32 |
| 418 | 2026-06-30T11:20:13.063Z | Checking hash32 v0.3.1 |
| 419 | 2026-06-30T11:20:13.095Z | Checking cfg-if v1.0.4 |
| 420 | 2026-06-30T11:20:13.150Z | Checking pretty-hex v0.4.2 |
| 421 | 2026-06-30T11:20:13.174Z | Compiling smoltcp v0.11.0 |
| 422 | 2026-06-30T11:20:13.215Z | Checking futures-io v0.3.32 |
| 423 | 2026-06-30T11:20:13.322Z | Checking futures-task v0.3.32 |
| 424 | 2026-06-30T11:20:13.372Z | Checking stable_deref_trait v1.2.1 |
| 425 | 2026-06-30T11:20:13.436Z | Compiling pest_generator v2.8.6 |
| 426 | 2026-06-30T11:20:13.451Z | Compiling darling_core v0.21.3 |
| 427 | 2026-06-30T11:20:13.484Z | Compiling darling_core v0.23.0 |
| 428 | 2026-06-30T11:20:13.498Z | Checking slab v0.4.12 |
| 429 | 2026-06-30T11:20:13.604Z | Checking pin-project-lite v0.2.17 |
| 430 | 2026-06-30T11:20:13.645Z | Checking macaddr v1.0.1 |
| 431 | 2026-06-30T11:20:13.932Z | Compiling ref-cast v1.0.25 |
| 432 | 2026-06-30T11:20:14.036Z | Compiling crc32fast v1.5.0 |
| 433 | 2026-06-30T11:20:14.063Z | Compiling version_check v0.9.5 |
| 434 | 2026-06-30T11:20:14.234Z | Compiling regex v1.12.4 |
| 435 | 2026-06-30T11:20:14.308Z | Checking bitflags v1.3.2 |
| 436 | 2026-06-30T11:20:14.329Z | Checking managed v0.8.0 |
| 437 | 2026-06-30T11:20:14.367Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 438 | 2026-06-30T11:20:14.634Z | Compiling thiserror-impl v2.0.18 |
| 439 | 2026-06-30T11:20:14.641Z | Compiling serde_derive v1.0.228 |
| 440 | 2026-06-30T11:20:14.654Z | Compiling zerocopy-derive v0.8.52 |
| 441 | 2026-06-30T11:20:14.984Z | Compiling pest_derive v2.8.6 |
| 442 | 2026-06-30T11:20:15.487Z | Compiling darling_macro v0.21.3 |
| 443 | 2026-06-30T11:20:15.492Z | Compiling scroll_derive v0.13.1 |
| 444 | 2026-06-30T11:20:15.522Z | Compiling futures-macro v0.3.32 |
| 445 | 2026-06-30T11:20:15.702Z | Compiling darling_macro v0.23.0 |
| 446 | 2026-06-30T11:20:15.789Z | Compiling ref-cast-impl v1.0.25 |
| 447 | 2026-06-30T11:20:16.085Z | Compiling darling v0.21.3 |
| 448 | 2026-06-30T11:20:16.157Z | Compiling dtrace-parser v0.3.0 |
| 449 | 2026-06-30T11:20:16.233Z | Compiling ingot-macros v0.1.1 |
| 450 | 2026-06-30T11:20:16.335Z | Checking futures-util v0.3.32 |
| 451 | 2026-06-30T11:20:16.335Z | Checking scroll v0.13.0 |
| 452 | 2026-06-30T11:20:16.366Z | Checking cobs v0.3.0 |
| 453 | 2026-06-30T11:20:16.560Z | Checking goblin v0.10.7 |
| 454 | 2026-06-30T11:20:16.747Z | Compiling darling v0.23.0 |
| 455 | 2026-06-30T11:20:16.758Z | Checking memmap2 v0.9.10 |
| 456 | 2026-06-30T11:20:16.818Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 457 | 2026-06-30T11:20:16.914Z | Checking ipnetwork v0.21.1 |
| 458 | 2026-06-30T11:20:17.115Z | Checking unicode-width v0.2.2 |
| 459 | 2026-06-30T11:20:17.237Z | Checking itertools v0.15.0 |
| 460 | 2026-06-30T11:20:17.692Z | Checking postcard v1.1.3 |
| 461 | 2026-06-30T11:20:17.846Z | Compiling serde_tokenstream v0.2.3 |
| 462 | 2026-06-30T11:20:17.970Z | Checking tabwriter v1.4.1 |
| 463 | 2026-06-30T11:20:18.000Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 464 | 2026-06-30T11:20:18.191Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 465 | 2026-06-30T11:20:18.247Z | Checking futures-executor v0.3.32 |
| 466 | 2026-06-30T11:20:18.273Z | Checking nom v8.0.0 |
| 467 | 2026-06-30T11:20:18.389Z | Checking futures v0.3.32 |
| 468 | 2026-06-30T11:20:18.455Z | Checking dyn-clone v1.0.20 |
| 469 | 2026-06-30T11:20:18.552Z | Compiling anyhow v1.0.102 |
| 470 | 2026-06-30T11:20:18.709Z | Compiling typeid v1.0.3 |
| 471 | 2026-06-30T11:20:18.721Z | Checking cookie-factory v0.3.3 |
| 472 | 2026-06-30T11:20:18.767Z | Checking uuid v1.23.3 |
| 473 | 2026-06-30T11:20:18.867Z | Compiling dof v0.4.0 |
| 474 | 2026-06-30T11:20:18.871Z | Checking ingot-types v0.1.2 |
| 475 | 2026-06-30T11:20:18.963Z | Compiling dtor-proc-macro v0.0.13 |
| 476 | 2026-06-30T11:20:19.013Z | Checking circular v0.3.0 |
| 477 | 2026-06-30T11:20:19.031Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 478 | 2026-06-30T11:20:19.155Z | Compiling ctor-proc-macro v0.0.13 |
| 479 | 2026-06-30T11:20:19.198Z | Checking once_cell v1.21.4 |
| 480 | 2026-06-30T11:20:19.201Z | Checking ingot v0.1.1 |
| 481 | 2026-06-30T11:20:19.292Z | Checking dtor v0.8.1 |
| 482 | 2026-06-30T11:20:19.324Z | Checking link-section v0.2.1 |
| 483 | 2026-06-30T11:20:19.328Z | Checking ron v0.12.1 |
| 484 | 2026-06-30T11:20:19.482Z | Checking ctor v0.10.1 |
| 485 | 2026-06-30T11:20:19.810Z | Compiling usdt-attr-macro v0.6.0 |
| 486 | 2026-06-30T11:20:19.810Z | Compiling usdt-macro v0.6.0 |
| 487 | 2026-06-30T11:20:20.179Z | Checking rusticata-macros v5.0.0 |
| 488 | 2026-06-30T11:20:20.300Z | Checking pcap-parser v0.17.0 |
| 489 | 2026-06-30T11:20:20.422Z | Checking usdt v0.6.0 |
| 490 | 2026-06-30T11:20:20.684Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 491 | 2026-06-30T11:20:25.130Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 492 | 2026-06-30T11:20:26.793Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 493 | 2026-06-30T11:20:29.112Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.59s |
| 494 | 2026-06-30T11:20:29.146Z | |
| 495 | 2026-06-30T11:20:29.149Z | real 19.668718750 |
| 496 | 2026-06-30T11:20:29.149Z | user 1:12.755201532 |
| 497 | 2026-06-30T11:20:29.149Z | sys 15.147949343 |
| 498 | 2026-06-30T11:20:29.149Z | trap 0.037921690 |
| 499 | 2026-06-30T11:20:29.149Z | tflt 0.123526053 |
| 500 | 2026-06-30T11:20:29.149Z | dflt 0.164232086 |
| 501 | 2026-06-30T11:20:29.149Z | kflt 0.000022790 |
| 502 | 2026-06-30T11:20:29.149Z | lock 4:02.677914661 |
| 503 | 2026-06-30T11:20:29.149Z | slp 3:51.023935424 |
| 504 | 2026-06-30T11:20:29.149Z | lat 3.993149586 |
| 505 | 2026-06-30T11:20:29.149Z | stop 8.318156608 |
| 506 | 2026-06-30T11:20:29.149Z | + header 'analyze no_std + engine + kernel' |
| 507 | 2026-06-30T11:20:29.149Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 508 | 2026-06-30T11:20:29.149Z | # ==== analyze no_std + engine + kernel ==== # |
| 509 | 2026-06-30T11:20:29.149Z | + ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel |
| 510 | 2026-06-30T11:20:29.326Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 511 | 2026-06-30T11:20:29.326Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 512 | 2026-06-30T11:20:29.330Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 513 | 2026-06-30T11:20:29.330Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 514 | 2026-06-30T11:20:29.588Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 515 | 2026-06-30T11:20:33.364Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 516 | 2026-06-30T11:20:34.760Z | Finished `dev` profile [optimized + debuginfo] target(s) in 5.56s |
| 517 | 2026-06-30T11:20:34.783Z | |
| 518 | 2026-06-30T11:20:34.790Z | real 5.629580170 |
| 519 | 2026-06-30T11:20:34.790Z | user 5.845091075 |
| 520 | 2026-06-30T11:20:34.791Z | sys 1.042641671 |
| 521 | 2026-06-30T11:20:34.791Z | trap 0.000831480 |
| 522 | 2026-06-30T11:20:34.791Z | tflt 0.007391900 |
| 523 | 2026-06-30T11:20:34.791Z | dflt 0.005517791 |
| 524 | 2026-06-30T11:20:34.791Z | kflt 0.000006410 |
| 525 | 2026-06-30T11:20:34.791Z | lock 26.301186740 |
| 526 | 2026-06-30T11:20:34.791Z | slp 20.917645581 |
| 527 | 2026-06-30T11:20:34.791Z | lat 0.018369160 |
| 528 | 2026-06-30T11:20:34.791Z | stop 0.292364922 |
| 529 | 2026-06-30T11:20:34.791Z | + header test |
| 530 | 2026-06-30T11:20:34.791Z | + echo '# ==== test ==== #' |
| 531 | 2026-06-30T11:20:34.791Z | + ptime -m cargo test |
| 532 | 2026-06-30T11:20:34.791Z | # ==== test ==== # |
| 533 | 2026-06-30T11:20:34.939Z | Compiling memchr v2.8.2 |
| 534 | 2026-06-30T11:20:34.944Z | Compiling serde_core v1.0.228 |
| 535 | 2026-06-30T11:20:34.965Z | Compiling thiserror v2.0.18 |
| 536 | 2026-06-30T11:20:34.969Z | Compiling zerocopy v0.8.52 |
| 537 | 2026-06-30T11:20:34.972Z | Compiling unicode-ident v1.0.24 |
| 538 | 2026-06-30T11:20:34.972Z | Compiling byteorder v1.5.0 |
| 539 | 2026-06-30T11:20:34.976Z | Compiling libc v0.2.186 |
| 540 | 2026-06-30T11:20:34.976Z | Compiling zmij v1.0.21 |
| 541 | 2026-06-30T11:20:35.047Z | Compiling proc-macro2 v1.0.106 |
| 542 | 2026-06-30T11:20:35.093Z | Compiling scroll v0.13.0 |
| 543 | 2026-06-30T11:20:35.176Z | Compiling plain v0.2.3 |
| 544 | 2026-06-30T11:20:35.276Z | Compiling futures-sink v0.3.32 |
| 545 | 2026-06-30T11:20:35.309Z | Compiling itoa v1.0.18 |
| 546 | 2026-06-30T11:20:35.333Z | Compiling futures-core v0.3.32 |
| 547 | 2026-06-30T11:20:35.354Z | Compiling ucd-trie v0.1.7 |
| 548 | 2026-06-30T11:20:35.362Z | Compiling log v0.4.33 |
| 549 | 2026-06-30T11:20:35.485Z | Compiling pest v2.8.6 |
| 550 | 2026-06-30T11:20:35.553Z | Compiling goblin v0.10.7 |
| 551 | 2026-06-30T11:20:35.588Z | Compiling futures-channel v0.3.32 |
| 552 | 2026-06-30T11:20:35.845Z | Compiling quote v1.0.46 |
| 553 | 2026-06-30T11:20:36.097Z | Compiling hash32 v0.3.1 |
| 554 | 2026-06-30T11:20:36.259Z | Compiling pretty-hex v0.4.2 |
| 555 | 2026-06-30T11:20:36.388Z | Compiling slab v0.4.12 |
| 556 | 2026-06-30T11:20:36.486Z | Compiling cfg-if v1.0.4 |
| 557 | 2026-06-30T11:20:36.510Z | Compiling macaddr v1.0.1 |
| 558 | 2026-06-30T11:20:36.547Z | Compiling futures-task v0.3.32 |
| 559 | 2026-06-30T11:20:36.564Z | Compiling futures-io v0.3.32 |
| 560 | 2026-06-30T11:20:36.731Z | Compiling serde v1.0.228 |
| 561 | 2026-06-30T11:20:36.746Z | Compiling bitflags v2.13.0 |
| 562 | 2026-06-30T11:20:36.750Z | Compiling serde_json v1.0.150 |
| 563 | 2026-06-30T11:20:36.910Z | Compiling pin-project-lite v0.2.17 |
| 564 | 2026-06-30T11:20:36.998Z | Compiling stable_deref_trait v1.2.1 |
| 565 | 2026-06-30T11:20:37.067Z | Compiling heapless v0.8.0 |
| 566 | 2026-06-30T11:20:37.152Z | Compiling futures-util v0.3.32 |
| 567 | 2026-06-30T11:20:37.235Z | Compiling dtrace-parser v0.3.0 |
| 568 | 2026-06-30T11:20:37.354Z | Compiling syn v2.0.118 |
| 569 | 2026-06-30T11:20:37.506Z | Compiling thread-id v5.1.0 |
| 570 | 2026-06-30T11:20:37.577Z | Compiling cobs v0.3.0 |
| 571 | 2026-06-30T11:20:37.816Z | Compiling ingot-types v0.1.2 |
| 572 | 2026-06-30T11:20:37.858Z | Compiling bitflags v1.3.2 |
| 573 | 2026-06-30T11:20:37.923Z | Compiling managed v0.8.0 |
| 574 | 2026-06-30T11:20:37.944Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 575 | 2026-06-30T11:20:38.144Z | Compiling ingot v0.1.1 |
| 576 | 2026-06-30T11:20:38.167Z | Compiling smoltcp v0.11.0 |
| 577 | 2026-06-30T11:20:38.205Z | Compiling postcard v1.1.3 |
| 578 | 2026-06-30T11:20:38.553Z | Compiling dof v0.4.0 |
| 579 | 2026-06-30T11:20:39.829Z | Compiling usdt-impl v0.6.0 |
| 580 | 2026-06-30T11:20:39.835Z | Compiling futures-executor v0.3.32 |
| 581 | 2026-06-30T11:20:40.351Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 582 | 2026-06-30T11:20:40.422Z | Compiling memmap2 v0.9.10 |
| 583 | 2026-06-30T11:20:40.744Z | Compiling either v1.16.0 |
| 584 | 2026-06-30T11:20:40.797Z | Compiling unicode-width v0.2.2 |
| 585 | 2026-06-30T11:20:40.923Z | Compiling ipnetwork v0.21.1 |
| 586 | 2026-06-30T11:20:40.954Z | Compiling itertools v0.15.0 |
| 587 | 2026-06-30T11:20:41.109Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 588 | 2026-06-30T11:20:41.459Z | Compiling tabwriter v1.4.1 |
| 589 | 2026-06-30T11:20:41.871Z | Compiling ref-cast v1.0.25 |
| 590 | 2026-06-30T11:20:41.957Z | Compiling usdt v0.6.0 |
| 591 | 2026-06-30T11:20:41.963Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 592 | 2026-06-30T11:20:42.375Z | Compiling futures v0.3.32 |
| 593 | 2026-06-30T11:20:42.410Z | Compiling crc32fast v1.5.0 |
| 594 | 2026-06-30T11:20:42.482Z | Compiling nom v8.0.0 |
| 595 | 2026-06-30T11:20:42.568Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 596 | 2026-06-30T11:20:42.644Z | Compiling dyn-clone v1.0.20 |
| 597 | 2026-06-30T11:20:42.647Z | Compiling cookie-factory v0.3.3 |
| 598 | 2026-06-30T11:20:42.810Z | Compiling uuid v1.23.3 |
| 599 | 2026-06-30T11:20:42.961Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 600 | 2026-06-30T11:20:43.198Z | Compiling circular v0.3.0 |
| 601 | 2026-06-30T11:20:43.378Z | Compiling dtor v0.8.1 |
| 602 | 2026-06-30T11:20:43.428Z | Compiling anyhow v1.0.102 |
| 603 | 2026-06-30T11:20:43.443Z | Compiling typeid v1.0.3 |
| 604 | 2026-06-30T11:20:43.459Z | Compiling once_cell v1.21.4 |
| 605 | 2026-06-30T11:20:43.513Z | Compiling link-section v0.2.1 |
| 606 | 2026-06-30T11:20:43.612Z | Compiling ctor v0.10.1 |
| 607 | 2026-06-30T11:20:43.650Z | Compiling ron v0.12.1 |
| 608 | 2026-06-30T11:20:45.029Z | Compiling rusticata-macros v5.0.0 |
| 609 | 2026-06-30T11:20:45.349Z | Compiling pcap-parser v0.17.0 |
| 610 | 2026-06-30T11:20:48.934Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 611 | 2026-06-30T11:20:51.301Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 612 | 2026-06-30T11:21:28.578Z | Finished `test` profile [optimized + debuginfo] target(s) in 53.78s |
| 613 | 2026-06-30T11:21:28.595Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-24cea1feacb3a91f) |
| 614 | 2026-06-30T11:21:28.600Z | |
| 615 | 2026-06-30T11:21:28.600Z | running 15 tests |
| 616 | 2026-06-30T11:21:28.603Z | test api::tests::parse_bad_proto_filter ... ok |
| 617 | 2026-06-30T11:21:28.603Z | test api::tests::parse_good_proto_filter ... ok |
| 618 | 2026-06-30T11:21:28.603Z | test api::tests::parse_bad_address ... ok |
| 619 | 2026-06-30T11:21:28.603Z | test api::tests::parse_good_address ... ok |
| 620 | 2026-06-30T11:21:28.603Z | test api::tests::ports_from_str_bad ... ok |
| 621 | 2026-06-30T11:21:28.603Z | test api::tests::ports_from_str_good ... ok |
| 622 | 2026-06-30T11:21:28.603Z | test cfg::tests::test_required_nat_space ... ok |
| 623 | 2026-06-30T11:21:28.603Z | test cfg::tests::test_required_nat_space_only_ipv4 ... ok |
| 624 | 2026-06-30T11:21:28.603Z | test cfg::tests::test_required_nat_space_only_ipv6 ... ok |
| 625 | 2026-06-30T11:21:28.603Z | test engine::geneve::test::option_packet_length_with_known_options ... ok |
| 626 | 2026-06-30T11:21:28.603Z | test engine::geneve::test::parse_multicast_replication_values ... ok |
| 627 | 2026-06-30T11:21:28.603Z | test engine::geneve::test::parse_multi_opt ... ok |
| 628 | 2026-06-30T11:21:28.603Z | test engine::geneve::test::parse_single_opt ... ok |
| 629 | 2026-06-30T11:21:28.603Z | test engine::geneve::test::unknown_crit_option_fails ... ok |
| 630 | 2026-06-30T11:21:28.603Z | test engine::firewall::tests::port_predicate_simplification ... ok |
| 631 | 2026-06-30T11:21:28.603Z | |
| 632 | 2026-06-30T11:21:28.603Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 633 | 2026-06-30T11:21:28.603Z | |
| 634 | 2026-06-30T11:21:28.603Z | Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-fa3a6388b420215f) |
| 635 | 2026-06-30T11:21:28.603Z | |
| 636 | 2026-06-30T11:21:28.603Z | running 4 tests |
| 637 | 2026-06-30T11:21:28.606Z | test firewall_external_inbound ... ok |
| 638 | 2026-06-30T11:21:28.606Z | test firewall_vni_outbound ... ok |
| 639 | 2026-06-30T11:21:28.606Z | test firewall_vni_inbound ... ok |
| 640 | 2026-06-30T11:21:28.606Z | test firewall_replace_rules ... ok |
| 641 | 2026-06-30T11:21:28.606Z | |
| 642 | 2026-06-30T11:21:28.606Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 643 | 2026-06-30T11:21:28.606Z | |
| 644 | 2026-06-30T11:21:28.607Z | Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-8b007db1de2c7291) |
| 645 | 2026-06-30T11:21:28.607Z | |
| 646 | 2026-06-30T11:21:28.607Z | running 2 tests |
| 647 | 2026-06-30T11:21:28.607Z | test parse_in_regression ... ok |
| 648 | 2026-06-30T11:21:28.607Z | test parse_out_regression ... ok |
| 649 | 2026-06-30T11:21:28.607Z | |
| 650 | 2026-06-30T11:21:28.607Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 651 | 2026-06-30T11:21:28.607Z | |
| 652 | 2026-06-30T11:21:28.607Z | Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-48a3b02f74a5544a) |
| 653 | 2026-06-30T11:21:28.610Z | |
| 654 | 2026-06-30T11:21:28.610Z | running 48 tests |
| 655 | 2026-06-30T11:21:28.610Z | test bad_ip_len ... ok |
| 656 | 2026-06-30T11:21:28.610Z | test check_layers ... ok |
| 657 | 2026-06-30T11:21:28.610Z | test add_remove_fw_rule ... ok |
| 658 | 2026-06-30T11:21:28.610Z | test arp_gateway ... ok |
| 659 | 2026-06-30T11:21:28.610Z | test anti_spoof ... ok |
| 660 | 2026-06-30T11:21:28.610Z | test external_attached_subnets_cannot_reach_internal ... ok |
| 661 | 2026-06-30T11:21:28.610Z | test ephemeral_ip_preferred_over_snat_outbound ... ok |
| 662 | 2026-06-30T11:21:28.613Z | test external_attached_subnets_dont_apply_nat ... ok |
| 663 | 2026-06-30T11:21:28.613Z | test flow_expiration ... ok |
| 664 | 2026-06-30T11:21:28.613Z | test gateway_icmp4_ping ... ok |
| 665 | 2026-06-30T11:21:28.613Z | test gateway_icmpv6_ping ... ok |
| 666 | 2026-06-30T11:21:28.613Z | test external_ip_epoch_affinity_preserved ... ok |
| 667 | 2026-06-30T11:21:28.613Z | test external_ip_reconfigurable ... ok |
| 668 | 2026-06-30T11:21:28.613Z | test early_tcp_invalidation ... ok |
| 669 | 2026-06-30T11:21:28.613Z | test gateway_router_advert_reply ... ok |
| 670 | 2026-06-30T11:21:28.613Z | test guest_to_guest_no_route ... ok |
| 671 | 2026-06-30T11:21:28.613Z | test guest_to_internet_ipv4 ... ok |
| 672 | 2026-06-30T11:21:28.613Z | test guest_to_guest_diff_vpc_no_peer ... ok |
| 673 | 2026-06-30T11:21:28.613Z | test guest_to_internet_ipv6 ... ok |
| 674 | 2026-06-30T11:21:28.613Z | test guest_to_guest ... ok |
| 675 | 2026-06-30T11:21:28.613Z | test icmp_inner_has_nat_applied ... ok |
| 676 | 2026-06-30T11:21:28.613Z | test inbound_ndp_dropped_at_gateway ... ok |
| 677 | 2026-06-30T11:21:28.613Z | test icmpv6_inner_has_nat_applied ... ok |
| 678 | 2026-06-30T11:21:28.613Z | test outbound_ndp_dropped ... ok |
| 679 | 2026-06-30T11:21:28.613Z | test external_ip_balanced_over_floating_ips ... ok |
| 680 | 2026-06-30T11:21:28.613Z | test intra_subnet_routes_with_custom ... ok |
| 681 | 2026-06-30T11:21:28.614Z | test packet_body_pullup ... ok |
| 682 | 2026-06-30T11:21:28.614Z | test no_panic_on_flow_table_full ... ok |
| 683 | 2026-06-30T11:21:28.614Z | test external_ip_receive_and_reply_on_all ... ok |
| 684 | 2026-06-30T11:21:28.614Z | test internal_attached_subnets ... ok |
| 685 | 2026-06-30T11:21:28.614Z | test port_transition_reset ... ok |
| 686 | 2026-06-30T11:21:28.614Z | test port_transition_running ... ok |
| 687 | 2026-06-30T11:21:28.614Z | test port_as_router_target ... ok |
| 688 | 2026-06-30T11:21:28.614Z | test port_transition_pause ... ok |
| 689 | 2026-06-30T11:21:28.614Z | test test_drop_on_unknown_critical_option ... ok |
| 690 | 2026-06-30T11:21:28.614Z | test select_eip_conditioned_on_igw ... ok |
| 691 | 2026-06-30T11:21:28.614Z | test snat_icmp4_echo_rewrite ... ok |
| 692 | 2026-06-30T11:21:28.614Z | test tcp_invalidation_does_not_block_connection ... ok |
| 693 | 2026-06-30T11:21:28.614Z | test snat_icmp6_echo_rewrite ... ok |
| 694 | 2026-06-30T11:21:28.614Z | test tcp_outbound ... ok |
| 695 | 2026-06-30T11:21:28.614Z | test test_v6_ext_hdr_geneve_offset_ok ... ok |
| 696 | 2026-06-30T11:21:28.614Z | test test_ipv6_multicast_encapsulation ... ok |
| 697 | 2026-06-30T11:21:28.614Z | test test_tcp_multicast_denied ... ok |
| 698 | 2026-06-30T11:21:28.614Z | test tcp_inbound ... ok |
| 699 | 2026-06-30T11:21:28.614Z | test test_gateway_neighbor_advert_reply ... ok |
| 700 | 2026-06-30T11:21:28.614Z | test test_reply_to_dhcpv6_solicit_or_request ... ok |
| 701 | 2026-06-30T11:21:28.614Z | test uft_lft_invalidation_out ... ok |
| 702 | 2026-06-30T11:21:28.614Z | test uft_lft_invalidation_in ... ok |
| 703 | 2026-06-30T11:21:28.615Z | |
| 704 | 2026-06-30T11:21:28.615Z | test result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 705 | 2026-06-30T11:21:28.615Z | |
| 706 | 2026-06-30T11:21:28.615Z | Doc-tests oxide_vpc |
| 707 | 2026-06-30T11:21:28.905Z | |
| 708 | 2026-06-30T11:21:28.905Z | running 0 tests |
| 709 | 2026-06-30T11:21:28.905Z | |
| 710 | 2026-06-30T11:21:28.905Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 711 | 2026-06-30T11:21:28.905Z | |
| 712 | 2026-06-30T11:21:28.932Z | |
| 713 | 2026-06-30T11:21:28.936Z | real 54.139105355 |
| 714 | 2026-06-30T11:21:28.936Z | user 3:14.591585635 |
| 715 | 2026-06-30T11:21:28.936Z | sys 11.720728432 |
| 716 | 2026-06-30T11:21:28.936Z | trap 0.084724011 |
| 717 | 2026-06-30T11:21:28.936Z | tflt 0.221820081 |
| 718 | 2026-06-30T11:21:28.936Z | dflt 0.321064876 |
| 719 | 2026-06-30T11:21:28.936Z | kflt 0.000026100 |
| 720 | 2026-06-30T11:21:28.936Z | lock 12:29.065877292 |
| 721 | 2026-06-30T11:21:28.936Z | slp 6:27.701786079 |
| 722 | 2026-06-30T11:21:28.936Z | lat 9.418244171 |
| 723 | 2026-06-30T11:21:28.936Z | stop 5.536761401 |
| 724 | 2026-06-30T11:21:28.936Z | process exited: duration 120391 ms, exit code 0 |
| |
| 725 | 2026-06-30T11:21:28.943Z | found 0 output files |