|
|
|
| 1 | 2026-06-30T11:18:22.640Z | job assigned to worker 01KWC3ZHA9M0YRWQVVAGV2GM10 [factory aws, i-0feeaa52de67d1fa4] (queued for 43 s) |
| |
| 2 | 2026-06-30T11:18:28.924Z | starting task 0: "setup" |
| 3 | 2026-06-30T11:18:28.929Z | ++ uname -s |
| 4 | 2026-06-30T11:18:28.934Z | + kern=SunOS |
| 5 | 2026-06-30T11:18:28.934Z | + build_user=build |
| 6 | 2026-06-30T11:18:28.934Z | + build_uid=12345 |
| 7 | 2026-06-30T11:18:28.934Z | + work_dir=/work |
| 8 | 2026-06-30T11:18:28.934Z | + input_dir=/input |
| 9 | 2026-06-30T11:18:28.934Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-30T11:18:28.934Z | + case "$kern" in |
| 11 | 2026-06-30T11:18:28.934Z | + groupadd -g 12345 build |
| 12 | 2026-06-30T11:18:28.937Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-30T11:18:30.939Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-30T11:18:31.093Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-30T11:18:31.097Z | + home_fs=zfs |
| 16 | 2026-06-30T11:18:31.097Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-30T11:18:31.097Z | + mkdir -p /home/build |
| 18 | 2026-06-30T11:18:31.097Z | + chown build:build /home/build /work |
| 19 | 2026-06-30T11:18:33.098Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-30T11:18:33.101Z | process exited: duration 4178 ms, exit code 0 |
| |
| 21 | 2026-06-30T11:18:33.107Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-30T11:18:33.111Z | * rust toolchain channel = "1.96.0" |
| 23 | 2026-06-30T11:18:33.111Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.0 |
| 24 | 2026-06-30T11:18:33.111Z | * rust toolchain profile = "default" |
| 25 | 2026-06-30T11:18:33.111Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-06-30T11:18:33.111Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-30T11:18:33.111Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-30T11:18:33.114Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-30T11:18:33.114Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default |
| 30 | 2026-06-30T11:18:33.213Z | info: downloading installer |
| 31 | 2026-06-30T11:18:34.854Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-30T11:18:34.854Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-30T11:18:34.854Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-30T11:18:34.854Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-30T11:18:34.866Z | info: profile set to default |
| 36 | 2026-06-30T11:18:34.866Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-30T11:18:34.869Z | info: syncing channel updates for 1.96.0-x86_64-unknown-illumos |
| 38 | 2026-06-30T11:18:35.014Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-30T11:18:35.017Z | info: downloading 6 components |
| 40 | 2026-06-30T11:18:50.168Z | info: default toolchain set to 1.96.0-x86_64-unknown-illumos |
| 41 | 2026-06-30T11:18:50.168Z | |
| 42 | 2026-06-30T11:18:50.201Z | 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-30T11:18:50.202Z | |
| 44 | 2026-06-30T11:18:50.205Z | |
| 45 | 2026-06-30T11:18:50.205Z | Rust is installed now. Great! |
| 46 | 2026-06-30T11:18:50.205Z | |
| 47 | 2026-06-30T11:18:50.205Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-30T11:18:50.205Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-30T11:18:50.205Z | |
| 50 | 2026-06-30T11:18:50.205Z | To configure your current shell, you need to source |
| 51 | 2026-06-30T11:18:50.205Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-30T11:18:50.205Z | |
| 53 | 2026-06-30T11:18:50.205Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-30T11:18:50.205Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-30T11:18:50.205Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-30T11:18:50.205Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-30T11:18:50.205Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-30T11:18:50.205Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-30T11:18:50.205Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-30T11:18:50.205Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-30T11:18:50.205Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-30T11:18:50.294Z | + rustup --version |
| 63 | 2026-06-30T11:18:50.303Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-30T11:18:50.306Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-30T11:18:50.323Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-30T11:18:50.326Z | + cargo --version |
| 67 | 2026-06-30T11:18:50.339Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-30T11:18:50.342Z | + rustc --version |
| 69 | 2026-06-30T11:18:50.360Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-30T11:18:50.363Z | process exited: duration 17255 ms, exit code 0 |
| |
| 71 | 2026-06-30T11:18:50.369Z | starting task 2: "authentication" |
| 72 | 2026-06-30T11:18:50.385Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-30T11:18:50.393Z | starting task 3: "clone repository" |
| 74 | 2026-06-30T11:18:50.396Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-06-30T11:18:50.399Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-06-30T11:18:50.428Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-06-30T11:18:51.328Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-06-30T11:18:51.332Z | + git fetch origin 194ae5e6163762f09f71606701c2ca93af2381e6 |
| 79 | 2026-06-30T11:18:51.570Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-06-30T11:18:51.570Z | * branch 194ae5e6163762f09f71606701c2ca93af2381e6 -> FETCH_HEAD |
| 81 | 2026-06-30T11:18:51.575Z | + [[ -n read-xde ]] |
| 82 | 2026-06-30T11:18:51.578Z | ++ git branch --show-current |
| 83 | 2026-06-30T11:18:51.578Z | + current=master |
| 84 | 2026-06-30T11:18:51.578Z | + [[ master != read-xde ]] |
| 85 | 2026-06-30T11:18:51.578Z | + git branch -f read-xde 194ae5e6163762f09f71606701c2ca93af2381e6 |
| 86 | 2026-06-30T11:18:51.581Z | + git checkout -f read-xde |
| 87 | 2026-06-30T11:18:51.598Z | Switched to branch 'read-xde' |
| 88 | 2026-06-30T11:18:51.601Z | + git reset --hard 194ae5e6163762f09f71606701c2ca93af2381e6 |
| 89 | 2026-06-30T11:18:51.604Z | HEAD is now at 194ae5e [opteadm] Add show-xde-underlay command. |
| 90 | 2026-06-30T11:18:51.604Z | process exited: duration 1210 ms, exit code 0 |
| |
| 91 | 2026-06-30T11:18:51.610Z | starting task 4: "build" |
| 92 | 2026-06-30T11:18:51.613Z | + source .github/buildomat/common.sh |
| 93 | 2026-06-30T11:18:51.616Z | ++ rustup show active-toolchain |
| 94 | 2026-06-30T11:18:51.619Z | 1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-06-30T11:18:51.622Z | ++ pushd xde |
| 96 | 2026-06-30T11:18:51.622Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-06-30T11:18:51.622Z | ++ rustup show active-toolchain |
| 98 | 2026-06-30T11:18:51.625Z | info: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos |
| 99 | 2026-06-30T11:18:51.880Z | info: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18) |
| 100 | 2026-06-30T11:18:51.883Z | info: downloading 6 components |
| 101 | 2026-06-30T11:19:05.676Z | nightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-06-30T11:19:05.774Z | +++ rustup show active-toolchain -v |
| 103 | 2026-06-30T11:19:05.777Z | +++ head -n 1 |
| 104 | 2026-06-30T11:19:05.777Z | +++ cut '-d ' -f1 |
| 105 | 2026-06-30T11:19:05.825Z | ++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos |
| 106 | 2026-06-30T11:19:05.825Z | ++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos |
| 107 | 2026-06-30T11:19:05.825Z | ++ popd |
| 108 | 2026-06-30T11:19:05.829Z | /work/oxidecomputer/opte |
| 109 | 2026-06-30T11:19:05.829Z | + cargo --version |
| 110 | 2026-06-30T11:19:05.835Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 111 | 2026-06-30T11:19:05.838Z | + rustc --version |
| 112 | 2026-06-30T11:19:05.857Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 113 | 2026-06-30T11:19:05.860Z | + cd lib/opte |
| 114 | 2026-06-30T11:19:05.860Z | + header 'check style' |
| 115 | 2026-06-30T11:19:05.860Z | + echo '# ==== check style ==== #' |
| 116 | 2026-06-30T11:19:05.860Z | # ==== check style ==== # |
| 117 | 2026-06-30T11:19:05.860Z | + ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos fmt -- --check |
| 118 | 2026-06-30T11:19:06.044Z | |
| 119 | 2026-06-30T11:19:06.044Z | real 0.182346628 |
| 120 | 2026-06-30T11:19:06.044Z | user 0.139642934 |
| 121 | 2026-06-30T11:19:06.044Z | sys 0.036525476 |
| 122 | 2026-06-30T11:19:06.044Z | trap 0.000007660 |
| 123 | 2026-06-30T11:19:06.044Z | tflt 0.000007590 |
| 124 | 2026-06-30T11:19:06.044Z | dflt 0.000017910 |
| 125 | 2026-06-30T11:19:06.044Z | kflt 0.000000840 |
| 126 | 2026-06-30T11:19:06.044Z | lock 0.034533130 |
| 127 | 2026-06-30T11:19:06.044Z | slp 0.162012231 |
| 128 | 2026-06-30T11:19:06.044Z | lat 0.000806050 |
| 129 | 2026-06-30T11:19:06.044Z | stop 0.000096300 |
| 130 | 2026-06-30T11:19:06.048Z | + header 'check docs' |
| 131 | 2026-06-30T11:19:06.048Z | + echo '# ==== check docs ==== #' |
| 132 | 2026-06-30T11:19:06.048Z | # ==== check docs ==== # |
| 133 | 2026-06-30T11:19:06.048Z | + RUSTDOCFLAGS='-D warnings' |
| 134 | 2026-06-30T11:19:06.048Z | + 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:06.113Z | Updating crates.io index |
| 136 | 2026-06-30T11:19:06.118Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-06-30T11:19:06.794Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-06-30T11:19:07.253Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-06-30T11:19:07.606Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-06-30T11:19:07.867Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-06-30T11:19:08.153Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-06-30T11:19:08.432Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-06-30T11:19:10.321Z | Downloading crates ... |
| 144 | 2026-06-30T11:19:10.373Z | Downloaded ipnetwork v0.21.1 |
| 145 | 2026-06-30T11:19:10.376Z | Downloaded ident_case v1.0.1 |
| 146 | 2026-06-30T11:19:10.380Z | Downloaded defmt v1.1.0 |
| 147 | 2026-06-30T11:19:10.388Z | Downloaded generic-array v0.14.7 |
| 148 | 2026-06-30T11:19:10.391Z | Downloaded fnv v1.0.7 |
| 149 | 2026-06-30T11:19:10.391Z | Downloaded cfg-if v1.0.4 |
| 150 | 2026-06-30T11:19:10.391Z | Downloaded darling_macro v0.21.3 |
| 151 | 2026-06-30T11:19:10.392Z | Downloaded embedded-io v0.6.1 |
| 152 | 2026-06-30T11:19:10.395Z | Downloaded itoa v1.0.18 |
| 153 | 2026-06-30T11:19:10.395Z | Downloaded crypto-common v0.1.7 |
| 154 | 2026-06-30T11:19:10.395Z | Downloaded dof v0.4.0 |
| 155 | 2026-06-30T11:19:10.398Z | Downloaded defmt-parser v1.0.0 |
| 156 | 2026-06-30T11:19:10.398Z | Downloaded hash32 v0.3.1 |
| 157 | 2026-06-30T11:19:10.401Z | Downloaded cobs v0.3.0 |
| 158 | 2026-06-30T11:19:10.401Z | Downloaded dtrace-parser v0.3.0 |
| 159 | 2026-06-30T11:19:10.407Z | Downloaded embedded-io v0.4.0 |
| 160 | 2026-06-30T11:19:10.412Z | Downloaded plain v0.2.3 |
| 161 | 2026-06-30T11:19:10.416Z | Downloaded dyn-clone v1.0.20 |
| 162 | 2026-06-30T11:19:10.420Z | Downloaded macaddr v1.0.1 |
| 163 | 2026-06-30T11:19:10.420Z | Downloaded usdt v0.6.0 |
| 164 | 2026-06-30T11:19:10.423Z | Downloaded usdt-attr-macro v0.6.0 |
| 165 | 2026-06-30T11:19:10.426Z | Downloaded cpufeatures v0.2.17 |
| 166 | 2026-06-30T11:19:10.426Z | Downloaded strsim v0.11.1 |
| 167 | 2026-06-30T11:19:10.426Z | Downloaded ref-cast v1.0.25 |
| 168 | 2026-06-30T11:19:10.430Z | Downloaded block-buffer v0.10.4 |
| 169 | 2026-06-30T11:19:10.430Z | Downloaded darling_macro v0.23.0 |
| 170 | 2026-06-30T11:19:10.445Z | Downloaded ref-cast-impl v1.0.25 |
| 171 | 2026-06-30T11:19:10.448Z | Downloaded version_check v0.9.5 |
| 172 | 2026-06-30T11:19:10.451Z | Downloaded defmt v0.3.100 |
| 173 | 2026-06-30T11:19:10.454Z | Downloaded stable_deref_trait v1.2.1 |
| 174 | 2026-06-30T11:19:10.457Z | Downloaded pretty-hex v0.4.2 |
| 175 | 2026-06-30T11:19:10.460Z | Downloaded managed v0.8.0 |
| 176 | 2026-06-30T11:19:10.460Z | Downloaded scroll_derive v0.13.1 |
| 177 | 2026-06-30T11:19:10.463Z | Downloaded tabwriter v1.4.1 |
| 178 | 2026-06-30T11:19:10.463Z | Downloaded usdt-macro v0.6.0 |
| 179 | 2026-06-30T11:19:10.466Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 180 | 2026-06-30T11:19:10.472Z | Downloaded digest v0.10.7 |
| 181 | 2026-06-30T11:19:10.477Z | Downloaded either v1.16.0 |
| 182 | 2026-06-30T11:19:10.480Z | Downloaded bitflags v1.3.2 |
| 183 | 2026-06-30T11:19:10.485Z | Downloaded thread-id v5.1.0 |
| 184 | 2026-06-30T11:19:10.496Z | Downloaded ingot-types v0.1.2 |
| 185 | 2026-06-30T11:19:10.500Z | Downloaded byteorder v1.5.0 |
| 186 | 2026-06-30T11:19:10.504Z | Downloaded sha2 v0.10.9 |
| 187 | 2026-06-30T11:19:10.508Z | Downloaded zmij v1.0.21 |
| 188 | 2026-06-30T11:19:10.512Z | Downloaded thiserror-impl v2.0.18 |
| 189 | 2026-06-30T11:19:10.516Z | Downloaded serde_tokenstream v0.2.3 |
| 190 | 2026-06-30T11:19:10.519Z | Downloaded scroll v0.13.0 |
| 191 | 2026-06-30T11:19:10.519Z | Downloaded proc-macro-error2 v2.0.1 |
| 192 | 2026-06-30T11:19:10.519Z | Downloaded pest_derive v2.8.6 |
| 193 | 2026-06-30T11:19:10.523Z | Downloaded crc32fast v1.5.0 |
| 194 | 2026-06-30T11:19:10.526Z | Downloaded usdt-impl v0.6.0 |
| 195 | 2026-06-30T11:19:10.532Z | Downloaded memmap2 v0.9.10 |
| 196 | 2026-06-30T11:19:10.536Z | Downloaded thiserror v2.0.18 |
| 197 | 2026-06-30T11:19:10.539Z | Downloaded defmt-macros v1.1.0 |
| 198 | 2026-06-30T11:19:10.539Z | Downloaded pest_generator v2.8.6 |
| 199 | 2026-06-30T11:19:10.539Z | Downloaded ingot v0.1.1 |
| 200 | 2026-06-30T11:19:10.540Z | Downloaded ingot-macros v0.1.1 |
| 201 | 2026-06-30T11:19:10.543Z | Downloaded ucd-trie v0.1.7 |
| 202 | 2026-06-30T11:19:10.546Z | Downloaded quote v1.0.46 |
| 203 | 2026-06-30T11:19:10.549Z | Downloaded postcard v1.1.3 |
| 204 | 2026-06-30T11:19:10.562Z | Downloaded darling v0.21.3 |
| 205 | 2026-06-30T11:19:10.565Z | Downloaded darling v0.23.0 |
| 206 | 2026-06-30T11:19:10.568Z | Downloaded aho-corasick v1.1.4 |
| 207 | 2026-06-30T11:19:10.572Z | Downloaded bitflags v2.13.0 |
| 208 | 2026-06-30T11:19:10.575Z | Downloaded log v0.4.33 |
| 209 | 2026-06-30T11:19:10.575Z | Downloaded proc-macro2 v1.0.106 |
| 210 | 2026-06-30T11:19:10.579Z | Downloaded serde_derive v1.0.228 |
| 211 | 2026-06-30T11:19:10.582Z | Downloaded unicode-ident v1.0.24 |
| 212 | 2026-06-30T11:19:10.585Z | Downloaded darling_core v0.23.0 |
| 213 | 2026-06-30T11:19:10.588Z | Downloaded heapless v0.8.0 |
| 214 | 2026-06-30T11:19:10.591Z | Downloaded pest_meta v2.8.6 |
| 215 | 2026-06-30T11:19:10.597Z | Downloaded darling_core v0.21.3 |
| 216 | 2026-06-30T11:19:10.612Z | Downloaded serde v1.0.228 |
| 217 | 2026-06-30T11:19:10.619Z | Downloaded serde_core v1.0.228 |
| 218 | 2026-06-30T11:19:10.626Z | Downloaded memchr v2.8.2 |
| 219 | 2026-06-30T11:19:10.635Z | Downloaded zerocopy-derive v0.8.52 |
| 220 | 2026-06-30T11:19:10.650Z | Downloaded typenum v1.20.1 |
| 221 | 2026-06-30T11:19:10.659Z | Downloaded pest v2.8.6 |
| 222 | 2026-06-30T11:19:10.671Z | Downloaded itertools v0.14.0 |
| 223 | 2026-06-30T11:19:10.691Z | Downloaded regex v1.12.4 |
| 224 | 2026-06-30T11:19:10.694Z | Downloaded itertools v0.15.0 |
| 225 | 2026-06-30T11:19:10.698Z | Downloaded serde_json v1.0.150 |
| 226 | 2026-06-30T11:19:10.740Z | Downloaded goblin v0.10.7 |
| 227 | 2026-06-30T11:19:10.762Z | Downloaded zerocopy v0.8.52 |
| 228 | 2026-06-30T11:19:10.772Z | Downloaded unicode-width v0.2.2 |
| 229 | 2026-06-30T11:19:10.775Z | Downloaded syn v2.0.118 |
| 230 | 2026-06-30T11:19:10.781Z | Downloaded smoltcp v0.11.0 |
| 231 | 2026-06-30T11:19:10.790Z | Downloaded regex-syntax v0.8.11 |
| 232 | 2026-06-30T11:19:10.822Z | Downloaded regex-automata v0.4.14 |
| 233 | 2026-06-30T11:19:10.836Z | Downloaded libc v0.2.186 |
| 234 | 2026-06-30T11:19:10.895Z | Compiling proc-macro2 v1.0.106 |
| 235 | 2026-06-30T11:19:10.896Z | Compiling quote v1.0.46 |
| 236 | 2026-06-30T11:19:10.896Z | Compiling unicode-ident v1.0.24 |
| 237 | 2026-06-30T11:19:10.899Z | Documenting unicode-ident v1.0.24 |
| 238 | 2026-06-30T11:19:10.899Z | Compiling ident_case v1.0.1 |
| 239 | 2026-06-30T11:19:10.899Z | Compiling strsim v0.11.1 |
| 240 | 2026-06-30T11:19:10.956Z | Compiling serde_core v1.0.228 |
| 241 | 2026-06-30T11:19:11.058Z | Compiling fnv v1.0.7 |
| 242 | 2026-06-30T11:19:11.069Z | Checking memchr v2.8.2 |
| 243 | 2026-06-30T11:19:11.142Z | Compiling regex-syntax v0.8.11 |
| 244 | 2026-06-30T11:19:11.239Z | Compiling zerocopy v0.8.52 |
| 245 | 2026-06-30T11:19:11.290Z | Compiling thiserror v2.0.18 |
| 246 | 2026-06-30T11:19:11.438Z | Documenting proc-macro2 v1.0.106 |
| 247 | 2026-06-30T11:19:11.622Z | Compiling aho-corasick v1.1.4 |
| 248 | 2026-06-30T11:19:11.626Z | Compiling serde v1.0.228 |
| 249 | 2026-06-30T11:19:11.892Z | Checking syn v2.0.118 |
| 250 | 2026-06-30T11:19:12.018Z | Documenting quote v1.0.46 |
| 251 | 2026-06-30T11:19:12.079Z | Checking byteorder v1.5.0 |
| 252 | 2026-06-30T11:19:12.521Z | Documenting syn v2.0.118 |
| 253 | 2026-06-30T11:19:12.711Z | Compiling regex-automata v0.4.14 |
| 254 | 2026-06-30T11:19:12.775Z | Compiling either v1.16.0 |
| 255 | 2026-06-30T11:19:12.997Z | Compiling itertools v0.14.0 |
| 256 | 2026-06-30T11:19:13.049Z | Documenting memchr v2.8.2 |
| 257 | 2026-06-30T11:19:13.223Z | Compiling heapless v0.8.0 |
| 258 | 2026-06-30T11:19:13.691Z | Documenting aho-corasick v1.1.4 |
| 259 | 2026-06-30T11:19:13.697Z | Checking bitflags v2.13.0 |
| 260 | 2026-06-30T11:19:13.848Z | Checking hash32 v0.3.1 |
| 261 | 2026-06-30T11:19:13.913Z | Documenting serde_core v1.0.228 |
| 262 | 2026-06-30T11:19:13.953Z | Documenting regex-syntax v0.8.11 |
| 263 | 2026-06-30T11:19:14.244Z | Checking cfg-if v1.0.4 |
| 264 | 2026-06-30T11:19:14.303Z | Checking stable_deref_trait v1.2.1 |
| 265 | 2026-06-30T11:19:14.368Z | Compiling darling_core v0.21.3 |
| 266 | 2026-06-30T11:19:14.525Z | Compiling regex v1.12.4 |
| 267 | 2026-06-30T11:19:14.649Z | Checking macaddr v1.0.1 |
| 268 | 2026-06-30T11:19:14.925Z | Compiling darling_core v0.23.0 |
| 269 | 2026-06-30T11:19:14.990Z | Documenting regex-automata v0.4.14 |
| 270 | 2026-06-30T11:19:15.111Z | Compiling smoltcp v0.11.0 |
| 271 | 2026-06-30T11:19:15.589Z | Compiling serde_derive v1.0.228 |
| 272 | 2026-06-30T11:19:15.598Z | Compiling zerocopy-derive v0.8.52 |
| 273 | 2026-06-30T11:19:15.709Z | Compiling thiserror-impl v2.0.18 |
| 274 | 2026-06-30T11:19:15.739Z | Documenting zerocopy-derive v0.8.52 |
| 275 | 2026-06-30T11:19:16.301Z | Documenting thiserror-impl v2.0.18 |
| 276 | 2026-06-30T11:19:16.332Z | Documenting regex v1.12.4 |
| 277 | 2026-06-30T11:19:16.470Z | Compiling darling_macro v0.21.3 |
| 278 | 2026-06-30T11:19:16.586Z | Documenting serde_derive v1.0.228 |
| 279 | 2026-06-30T11:19:16.999Z | Checking cobs v0.3.0 |
| 280 | 2026-06-30T11:19:17.028Z | Compiling darling_macro v0.23.0 |
| 281 | 2026-06-30T11:19:17.037Z | Compiling darling v0.21.3 |
| 282 | 2026-06-30T11:19:17.111Z | Compiling ingot-macros v0.1.1 |
| 283 | 2026-06-30T11:19:17.188Z | Checking bitflags v1.3.2 |
| 284 | 2026-06-30T11:19:17.246Z | Documenting byteorder v1.5.0 |
| 285 | 2026-06-30T11:19:17.286Z | Checking managed v0.8.0 |
| 286 | 2026-06-30T11:19:17.472Z | Documenting thiserror v2.0.18 |
| 287 | 2026-06-30T11:19:17.536Z | Documenting ingot-macros v0.1.1 |
| 288 | 2026-06-30T11:19:17.566Z | Documenting zerocopy v0.8.52 |
| 289 | 2026-06-30T11:19:17.716Z | Documenting bitflags v2.13.0 |
| 290 | 2026-06-30T11:19:17.921Z | Documenting hash32 v0.3.1 |
| 291 | 2026-06-30T11:19:18.078Z | Compiling ref-cast v1.0.25 |
| 292 | 2026-06-30T11:19:18.392Z | Documenting serde v1.0.228 |
| 293 | 2026-06-30T11:19:18.407Z | Compiling crc32fast v1.5.0 |
| 294 | 2026-06-30T11:19:18.540Z | Documenting macaddr v1.0.1 |
| 295 | 2026-06-30T11:19:18.666Z | Documenting cfg-if v1.0.4 |
| 296 | 2026-06-30T11:19:18.713Z | Documenting stable_deref_trait v1.2.1 |
| 297 | 2026-06-30T11:19:18.843Z | Checking postcard v1.1.3 |
| 298 | 2026-06-30T11:19:19.129Z | Documenting cobs v0.3.0 |
| 299 | 2026-06-30T11:19:19.265Z | Compiling ref-cast-impl v1.0.25 |
| 300 | 2026-06-30T11:19:19.437Z | Documenting heapless v0.8.0 |
| 301 | 2026-06-30T11:19:19.862Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 302 | 2026-06-30T11:19:19.873Z | Checking unicode-width v0.2.2 |
| 303 | 2026-06-30T11:19:19.881Z | Checking ipnetwork v0.21.1 |
| 304 | 2026-06-30T11:19:19.891Z | Checking ingot-types v0.1.2 |
| 305 | 2026-06-30T11:19:20.117Z | Compiling version_check v0.9.5 |
| 306 | 2026-06-30T11:19:20.117Z | Documenting managed v0.8.0 |
| 307 | 2026-06-30T11:19:20.186Z | Documenting postcard v1.1.3 |
| 308 | 2026-06-30T11:19:20.202Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 309 | 2026-06-30T11:19:20.230Z | Checking ingot v0.1.1 |
| 310 | 2026-06-30T11:19:20.306Z | Compiling darling v0.23.0 |
| 311 | 2026-06-30T11:19:20.379Z | Documenting ref-cast-impl v1.0.25 |
| 312 | 2026-06-30T11:19:20.386Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 313 | 2026-06-30T11:19:20.633Z | Documenting either v1.16.0 |
| 314 | 2026-06-30T11:19:20.751Z | Documenting ingot-types v0.1.2 |
| 315 | 2026-06-30T11:19:20.800Z | Documenting smoltcp v0.11.0 |
| 316 | 2026-06-30T11:19:20.855Z | Documenting ipnetwork v0.21.1 |
| 317 | 2026-06-30T11:19:21.053Z | Documenting unicode-width v0.2.2 |
| 318 | 2026-06-30T11:19:21.297Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 319 | 2026-06-30T11:19:21.515Z | Documenting ref-cast v1.0.25 |
| 320 | 2026-06-30T11:19:21.737Z | Documenting itertools v0.15.0 |
| 321 | 2026-06-30T11:19:21.813Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 322 | 2026-06-30T11:19:22.029Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 323 | 2026-06-30T11:19:22.272Z | Documenting ingot v0.1.1 |
| 324 | 2026-06-30T11:19:22.501Z | Documenting tabwriter v1.4.1 |
| 325 | 2026-06-30T11:19:22.669Z | Checking itertools v0.15.0 |
| 326 | 2026-06-30T11:19:22.709Z | Checking tabwriter v1.4.1 |
| 327 | 2026-06-30T11:19:22.895Z | Documenting crc32fast v1.5.0 |
| 328 | 2026-06-30T11:19:23.045Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 329 | 2026-06-30T11:19:23.056Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 330 | 2026-06-30T11:19:23.317Z | Documenting dyn-clone v1.0.20 |
| 331 | 2026-06-30T11:19:23.469Z | Checking dyn-clone v1.0.20 |
| 332 | 2026-06-30T11:19:24.980Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 333 | 2026-06-30T11:19:26.138Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 334 | 2026-06-30T11:19:28.415Z | Finished `dev` profile [optimized + debuginfo] target(s) in 22.36s |
| 335 | 2026-06-30T11:19:28.489Z | Generated /work/oxidecomputer/opte/target/doc/opte/index.html |
| 336 | 2026-06-30T11:19:28.536Z | |
| 337 | 2026-06-30T11:19:28.540Z | real 22.449696500 |
| 338 | 2026-06-30T11:19:28.540Z | user 1:16.829246288 |
| 339 | 2026-06-30T11:19:28.540Z | sys 16.299988486 |
| 340 | 2026-06-30T11:19:28.540Z | trap 0.048223107 |
| 341 | 2026-06-30T11:19:28.540Z | tflt 0.061175517 |
| 342 | 2026-06-30T11:19:28.540Z | dflt 0.058577506 |
| 343 | 2026-06-30T11:19:28.540Z | kflt 0.004801063 |
| 344 | 2026-06-30T11:19:28.540Z | lock 7:32.850645206 |
| 345 | 2026-06-30T11:19:28.540Z | slp 4:13.865864668 |
| 346 | 2026-06-30T11:19:28.540Z | lat 8.313170511 |
| 347 | 2026-06-30T11:19:28.540Z | stop 11.920245146 |
| 348 | 2026-06-30T11:19:28.540Z | + header 'analyze std + api' |
| 349 | 2026-06-30T11:19:28.540Z | + echo '# ==== analyze std + api ==== #' |
| 350 | 2026-06-30T11:19:28.540Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 351 | 2026-06-30T11:19:28.540Z | # ==== analyze std + api ==== # |
| 352 | 2026-06-30T11:19:28.749Z | Compiling proc-macro2 v1.0.106 |
| 353 | 2026-06-30T11:19:28.749Z | Compiling quote v1.0.46 |
| 354 | 2026-06-30T11:19:28.749Z | Compiling unicode-ident v1.0.24 |
| 355 | 2026-06-30T11:19:28.752Z | Compiling memchr v2.8.2 |
| 356 | 2026-06-30T11:19:28.752Z | Compiling thiserror v2.0.18 |
| 357 | 2026-06-30T11:19:28.752Z | Compiling zerocopy v0.8.52 |
| 358 | 2026-06-30T11:19:28.752Z | Compiling zmij v1.0.21 |
| 359 | 2026-06-30T11:19:28.752Z | Compiling serde_core v1.0.228 |
| 360 | 2026-06-30T11:19:28.922Z | Compiling libc v0.2.186 |
| 361 | 2026-06-30T11:19:29.094Z | Compiling ucd-trie v0.1.7 |
| 362 | 2026-06-30T11:19:29.120Z | Compiling ident_case v1.0.1 |
| 363 | 2026-06-30T11:19:29.120Z | Compiling serde_json v1.0.150 |
| 364 | 2026-06-30T11:19:29.125Z | Compiling strsim v0.11.1 |
| 365 | 2026-06-30T11:19:29.226Z | Compiling pest v2.8.6 |
| 366 | 2026-06-30T11:19:29.326Z | Compiling serde v1.0.228 |
| 367 | 2026-06-30T11:19:29.518Z | Compiling fnv v1.0.7 |
| 368 | 2026-06-30T11:19:29.640Z | Compiling aho-corasick v1.1.4 |
| 369 | 2026-06-30T11:19:29.658Z | Checking byteorder v1.5.0 |
| 370 | 2026-06-30T11:19:29.864Z | Compiling itoa v1.0.18 |
| 371 | 2026-06-30T11:19:29.950Z | Compiling regex-syntax v0.8.11 |
| 372 | 2026-06-30T11:19:30.027Z | Compiling syn v2.0.118 |
| 373 | 2026-06-30T11:19:30.397Z | Compiling pest_meta v2.8.6 |
| 374 | 2026-06-30T11:19:30.451Z | Compiling usdt-impl v0.6.0 |
| 375 | 2026-06-30T11:19:30.561Z | Compiling either v1.16.0 |
| 376 | 2026-06-30T11:19:31.005Z | Compiling itertools v0.14.0 |
| 377 | 2026-06-30T11:19:31.037Z | Compiling thread-id v5.1.0 |
| 378 | 2026-06-30T11:19:31.066Z | Checking plain v0.2.3 |
| 379 | 2026-06-30T11:19:31.226Z | Checking log v0.4.33 |
| 380 | 2026-06-30T11:19:31.253Z | Compiling heapless v0.8.0 |
| 381 | 2026-06-30T11:19:31.358Z | Compiling regex-automata v0.4.14 |
| 382 | 2026-06-30T11:19:31.868Z | Checking bitflags v2.13.0 |
| 383 | 2026-06-30T11:19:31.975Z | Checking hash32 v0.3.1 |
| 384 | 2026-06-30T11:19:31.983Z | Compiling smoltcp v0.11.0 |
| 385 | 2026-06-30T11:19:32.015Z | Checking cfg-if v1.0.4 |
| 386 | 2026-06-30T11:19:32.021Z | Checking macaddr v1.0.1 |
| 387 | 2026-06-30T11:19:32.050Z | Checking stable_deref_trait v1.2.1 |
| 388 | 2026-06-30T11:19:32.131Z | Checking pretty-hex v0.4.2 |
| 389 | 2026-06-30T11:19:32.307Z | Checking managed v0.8.0 |
| 390 | 2026-06-30T11:19:32.320Z | Compiling version_check v0.9.5 |
| 391 | 2026-06-30T11:19:32.342Z | Checking bitflags v1.3.2 |
| 392 | 2026-06-30T11:19:32.401Z | Compiling pest_generator v2.8.6 |
| 393 | 2026-06-30T11:19:32.473Z | Compiling darling_core v0.21.3 |
| 394 | 2026-06-30T11:19:32.516Z | Compiling darling_core v0.23.0 |
| 395 | 2026-06-30T11:19:32.660Z | Compiling ref-cast v1.0.25 |
| 396 | 2026-06-30T11:19:32.705Z | Compiling crc32fast v1.5.0 |
| 397 | 2026-06-30T11:19:32.956Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 398 | 2026-06-30T11:19:33.022Z | Compiling regex v1.12.4 |
| 399 | 2026-06-30T11:19:33.201Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 400 | 2026-06-30T11:19:33.414Z | Checking memmap2 v0.9.10 |
| 401 | 2026-06-30T11:19:33.575Z | Checking unicode-width v0.2.2 |
| 402 | 2026-06-30T11:19:33.602Z | Compiling thiserror-impl v2.0.18 |
| 403 | 2026-06-30T11:19:33.690Z | Compiling serde_derive v1.0.228 |
| 404 | 2026-06-30T11:19:33.821Z | Compiling zerocopy-derive v0.8.52 |
| 405 | 2026-06-30T11:19:33.902Z | Compiling pest_derive v2.8.6 |
| 406 | 2026-06-30T11:19:34.255Z | Compiling scroll_derive v0.13.1 |
| 407 | 2026-06-30T11:19:34.277Z | Compiling ref-cast-impl v1.0.25 |
| 408 | 2026-06-30T11:19:34.404Z | Checking ipnetwork v0.21.1 |
| 409 | 2026-06-30T11:19:34.571Z | Checking tabwriter v1.4.1 |
| 410 | 2026-06-30T11:19:34.574Z | Compiling darling_macro v0.21.3 |
| 411 | 2026-06-30T11:19:34.665Z | Compiling darling_macro v0.23.0 |
| 412 | 2026-06-30T11:19:34.707Z | Checking itertools v0.15.0 |
| 413 | 2026-06-30T11:19:34.907Z | Checking dtrace-parser v0.3.0 |
| 414 | 2026-06-30T11:19:35.051Z | Checking scroll v0.13.0 |
| 415 | 2026-06-30T11:19:35.101Z | Compiling darling v0.21.3 |
| 416 | 2026-06-30T11:19:35.126Z | Checking cobs v0.3.0 |
| 417 | 2026-06-30T11:19:35.171Z | Compiling ingot-macros v0.1.1 |
| 418 | 2026-06-30T11:19:35.256Z | Compiling darling v0.23.0 |
| 419 | 2026-06-30T11:19:35.267Z | Checking goblin v0.10.7 |
| 420 | 2026-06-30T11:19:35.324Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 421 | 2026-06-30T11:19:35.627Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 422 | 2026-06-30T11:19:35.951Z | Checking dyn-clone v1.0.20 |
| 423 | 2026-06-30T11:19:36.700Z | Checking postcard v1.1.3 |
| 424 | 2026-06-30T11:19:36.708Z | Compiling serde_tokenstream v0.2.3 |
| 425 | 2026-06-30T11:19:37.785Z | Checking dof v0.4.0 |
| 426 | 2026-06-30T11:19:37.785Z | Checking ingot-types v0.1.2 |
| 427 | 2026-06-30T11:19:38.090Z | Checking ingot v0.1.1 |
| 428 | 2026-06-30T11:19:38.668Z | Compiling usdt-macro v0.6.0 |
| 429 | 2026-06-30T11:19:38.672Z | Compiling usdt-attr-macro v0.6.0 |
| 430 | 2026-06-30T11:19:39.242Z | Checking usdt v0.6.0 |
| 431 | 2026-06-30T11:19:39.510Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 432 | 2026-06-30T11:19:47.896Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.33s |
| 433 | 2026-06-30T11:19:47.924Z | |
| 434 | 2026-06-30T11:19:47.927Z | real 19.405513337 |
| 435 | 2026-06-30T11:19:47.927Z | user 1:03.729537917 |
| 436 | 2026-06-30T11:19:47.927Z | sys 12.546905148 |
| 437 | 2026-06-30T11:19:47.927Z | trap 0.031490335 |
| 438 | 2026-06-30T11:19:47.927Z | tflt 0.161358485 |
| 439 | 2026-06-30T11:19:47.927Z | dflt 0.186806971 |
| 440 | 2026-06-30T11:19:47.927Z | kflt 0.000022090 |
| 441 | 2026-06-30T11:19:47.927Z | lock 3:42.038046652 |
| 442 | 2026-06-30T11:19:47.927Z | slp 3:22.041192995 |
| 443 | 2026-06-30T11:19:47.927Z | lat 3.530295437 |
| 444 | 2026-06-30T11:19:47.927Z | stop 6.609113638 |
| 445 | 2026-06-30T11:19:47.927Z | + header 'analyze no_std + engine + kernel' |
| 446 | 2026-06-30T11:19:47.927Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 447 | 2026-06-30T11:19:47.927Z | # ==== analyze no_std + engine + kernel ==== # |
| 448 | 2026-06-30T11:19:47.927Z | + ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings |
| 449 | 2026-06-30T11:19:48.100Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 450 | 2026-06-30T11:19:48.104Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 451 | 2026-06-30T11:19:48.119Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 452 | 2026-06-30T11:19:48.123Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 453 | 2026-06-30T11:19:48.360Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 454 | 2026-06-30T11:19:52.070Z | Finished `dev` profile [optimized + debuginfo] target(s) in 4.10s |
| 455 | 2026-06-30T11:19:52.095Z | |
| 456 | 2026-06-30T11:19:52.098Z | real 4.165239638 |
| 457 | 2026-06-30T11:19:52.098Z | user 4.541365147 |
| 458 | 2026-06-30T11:19:52.098Z | sys 0.909265439 |
| 459 | 2026-06-30T11:19:52.098Z | trap 0.000485210 |
| 460 | 2026-06-30T11:19:52.098Z | tflt 0.007169563 |
| 461 | 2026-06-30T11:19:52.098Z | dflt 0.005235862 |
| 462 | 2026-06-30T11:19:52.099Z | kflt 0.000000000 |
| 463 | 2026-06-30T11:19:52.099Z | lock 21.629344235 |
| 464 | 2026-06-30T11:19:52.099Z | slp 16.579909872 |
| 465 | 2026-06-30T11:19:52.099Z | lat 0.019142944 |
| 466 | 2026-06-30T11:19:52.099Z | stop 0.247914179 |
| 467 | 2026-06-30T11:19:52.099Z | + header test |
| 468 | 2026-06-30T11:19:52.099Z | + echo '# ==== test ==== #' |
| 469 | 2026-06-30T11:19:52.099Z | # ==== test ==== # |
| 470 | 2026-06-30T11:19:52.099Z | + ptime -m cargo test |
| 471 | 2026-06-30T11:19:52.241Z | Compiling serde_core v1.0.228 |
| 472 | 2026-06-30T11:19:52.244Z | Compiling thiserror v2.0.18 |
| 473 | 2026-06-30T11:19:52.244Z | Compiling zerocopy v0.8.52 |
| 474 | 2026-06-30T11:19:52.267Z | Compiling memchr v2.8.2 |
| 475 | 2026-06-30T11:19:52.270Z | Compiling byteorder v1.5.0 |
| 476 | 2026-06-30T11:19:52.273Z | Compiling unicode-ident v1.0.24 |
| 477 | 2026-06-30T11:19:52.276Z | Compiling zmij v1.0.21 |
| 478 | 2026-06-30T11:19:52.276Z | Compiling libc v0.2.186 |
| 479 | 2026-06-30T11:19:52.347Z | Compiling proc-macro2 v1.0.106 |
| 480 | 2026-06-30T11:19:52.390Z | Compiling scroll v0.13.0 |
| 481 | 2026-06-30T11:19:52.478Z | Compiling itoa v1.0.18 |
| 482 | 2026-06-30T11:19:52.606Z | Compiling plain v0.2.3 |
| 483 | 2026-06-30T11:19:52.630Z | Compiling log v0.4.33 |
| 484 | 2026-06-30T11:19:52.653Z | Compiling ucd-trie v0.1.7 |
| 485 | 2026-06-30T11:19:52.697Z | Compiling quote v1.0.46 |
| 486 | 2026-06-30T11:19:52.735Z | Compiling hash32 v0.3.1 |
| 487 | 2026-06-30T11:19:52.883Z | Compiling pest v2.8.6 |
| 488 | 2026-06-30T11:19:52.919Z | Compiling goblin v0.10.7 |
| 489 | 2026-06-30T11:19:53.357Z | Compiling stable_deref_trait v1.2.1 |
| 490 | 2026-06-30T11:19:53.380Z | Compiling macaddr v1.0.1 |
| 491 | 2026-06-30T11:19:53.423Z | Compiling cfg-if v1.0.4 |
| 492 | 2026-06-30T11:19:53.485Z | Compiling pretty-hex v0.4.2 |
| 493 | 2026-06-30T11:19:53.612Z | Compiling heapless v0.8.0 |
| 494 | 2026-06-30T11:19:53.625Z | Compiling syn v2.0.118 |
| 495 | 2026-06-30T11:19:53.843Z | Compiling thread-id v5.1.0 |
| 496 | 2026-06-30T11:19:53.917Z | Compiling dtrace-parser v0.3.0 |
| 497 | 2026-06-30T11:19:54.053Z | Compiling serde v1.0.228 |
| 498 | 2026-06-30T11:19:54.251Z | Compiling serde_json v1.0.150 |
| 499 | 2026-06-30T11:19:54.609Z | Compiling bitflags v2.13.0 |
| 500 | 2026-06-30T11:19:54.674Z | Compiling cobs v0.3.0 |
| 501 | 2026-06-30T11:19:54.944Z | Compiling bitflags v1.3.2 |
| 502 | 2026-06-30T11:19:55.010Z | Compiling managed v0.8.0 |
| 503 | 2026-06-30T11:19:55.026Z | Compiling ingot-types v0.1.2 |
| 504 | 2026-06-30T11:19:55.144Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 505 | 2026-06-30T11:19:55.227Z | Compiling smoltcp v0.11.0 |
| 506 | 2026-06-30T11:19:55.231Z | Compiling postcard v1.1.3 |
| 507 | 2026-06-30T11:19:55.369Z | Compiling ingot v0.1.1 |
| 508 | 2026-06-30T11:19:55.419Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 509 | 2026-06-30T11:19:55.574Z | Compiling memmap2 v0.9.10 |
| 510 | 2026-06-30T11:19:55.862Z | Compiling dof v0.4.0 |
| 511 | 2026-06-30T11:19:56.028Z | Compiling unicode-width v0.2.2 |
| 512 | 2026-06-30T11:19:56.330Z | Compiling either v1.16.0 |
| 513 | 2026-06-30T11:19:56.533Z | Compiling ipnetwork v0.21.1 |
| 514 | 2026-06-30T11:19:57.052Z | Compiling usdt-impl v0.6.0 |
| 515 | 2026-06-30T11:19:57.368Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 516 | 2026-06-30T11:19:57.454Z | Compiling usdt v0.6.0 |
| 517 | 2026-06-30T11:19:57.568Z | Compiling itertools v0.15.0 |
| 518 | 2026-06-30T11:19:58.083Z | Compiling tabwriter v1.4.1 |
| 519 | 2026-06-30T11:19:58.508Z | Compiling ref-cast v1.0.25 |
| 520 | 2026-06-30T11:19:58.603Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 521 | 2026-06-30T11:19:59.160Z | Compiling crc32fast v1.5.0 |
| 522 | 2026-06-30T11:19:59.294Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 523 | 2026-06-30T11:19:59.396Z | Compiling dyn-clone v1.0.20 |
| 524 | 2026-06-30T11:20:13.898Z | Finished `test` profile [optimized + debuginfo] target(s) in 21.79s |
| 525 | 2026-06-30T11:20:13.913Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-62a8bb4395836d87) |
| 526 | 2026-06-30T11:20:13.916Z | |
| 527 | 2026-06-30T11:20:13.916Z | running 83 tests |
| 528 | 2026-06-30T11:20:13.920Z | test d_error::tests::name_and_data_storage ... ok |
| 529 | 2026-06-30T11:20:13.920Z | test d_error::tests::name_truncation ... ok |
| 530 | 2026-06-30T11:20:13.920Z | test ddi::mblk::test::chain_breaks_links ... ok |
| 531 | 2026-06-30T11:20:13.920Z | test ddi::mblk::test::chain_append_links ... ok |
| 532 | 2026-06-30T11:20:13.920Z | test ddi::mblk::test::expand_and_shrink ... ok |
| 533 | 2026-06-30T11:20:13.920Z | test ddi::mblk::test::chain_drain_complete ... ok |
| 534 | 2026-06-30T11:20:13.920Z | test ddi::mblk::test::chain_has_correct_ends ... ok |
| 535 | 2026-06-30T11:20:13.920Z | test ddi::mblk::test::prefix_len ... ok |
| 536 | 2026-06-30T11:20:13.920Z | test ddi::mblk::test::read_seg ... ok |
| 537 | 2026-06-30T11:20:13.920Z | test ddi::mblk::test::truncate ... ok |
| 538 | 2026-06-30T11:20:13.920Z | test ddi::mblk::test::test_long_packet_continuation ... ok |
| 539 | 2026-06-30T11:20:13.920Z | test ddi::mblk::test::uninitialized_packet ... ok |
| 540 | 2026-06-30T11:20:13.920Z | test ddi::mblk::test::wrap ... ok |
| 541 | 2026-06-30T11:20:13.920Z | test ddi::mblk::test::zero_byte_packet ... ok |
| 542 | 2026-06-30T11:20:13.920Z | test ddi::time::test::good_interval ... ok |
| 543 | 2026-06-30T11:20:13.920Z | test engine::dhcp::test::domainname_encode ... ok |
| 544 | 2026-06-30T11:20:13.921Z | test engine::dhcp::test::domain_search_option_encode ... ok |
| 545 | 2026-06-30T11:20:13.921Z | test engine::dhcp::test::hostname_encode ... ok |
| 546 | 2026-06-30T11:20:13.921Z | test engine::dhcp::test::offlink_encode ... ok |
| 547 | 2026-06-30T11:20:13.921Z | test engine::dhcp::test::rfc3442_encode ... ok |
| 548 | 2026-06-30T11:20:13.921Z | test engine::dhcpv6::options::test::test_client_id ... ok |
| 549 | 2026-06-30T11:20:13.921Z | test engine::dhcpv6::options::test::test_dns_servers ... ok |
| 550 | 2026-06-30T11:20:13.921Z | test engine::dhcpv6::options::test::test_elapsed_time ... ok |
| 551 | 2026-06-30T11:20:13.921Z | test engine::dhcpv6::options::test::test_domain_list_from_slice ... ok |
| 552 | 2026-06-30T11:20:13.921Z | test ddi::time::test::bad_interval - should panic ... ok |
| 553 | 2026-06-30T11:20:13.921Z | test engine::dhcpv6::options::test::test_iata ... ok |
| 554 | 2026-06-30T11:20:13.921Z | test engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok |
| 555 | 2026-06-30T11:20:13.921Z | test engine::dhcpv6::options::test::test_iana ... ok |
| 556 | 2026-06-30T11:20:13.921Z | test engine::dhcpv6::options::test::test_parse_snooped_iana ... ok |
| 557 | 2026-06-30T11:20:13.921Z | test engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok |
| 558 | 2026-06-30T11:20:13.922Z | test engine::dhcpv6::options::test::test_rapid_commit ... ok |
| 559 | 2026-06-30T11:20:13.922Z | test engine::dhcpv6::options::test::test_option_request ... ok |
| 560 | 2026-06-30T11:20:13.922Z | test engine::dhcpv6::options::test::test_server_id ... ok |
| 561 | 2026-06-30T11:20:13.922Z | test engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok |
| 562 | 2026-06-30T11:20:13.922Z | test engine::dhcpv6::options::test::test_sntp_servers ... ok |
| 563 | 2026-06-30T11:20:13.922Z | test engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok |
| 564 | 2026-06-30T11:20:13.922Z | test engine::dhcpv6::options::test::test_status ... ok |
| 565 | 2026-06-30T11:20:13.922Z | test engine::dhcpv6::test::test_duid_from_mac ... ok |
| 566 | 2026-06-30T11:20:13.922Z | test engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok |
| 567 | 2026-06-30T11:20:13.922Z | test engine::ether::test::emit ... ok |
| 568 | 2026-06-30T11:20:13.922Z | test engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok |
| 569 | 2026-06-30T11:20:13.922Z | test engine::flow_table::test::children_prevent_timer_expiry ... ok |
| 570 | 2026-06-30T11:20:13.922Z | test engine::flow_table::test::eviction_basics ... ok |
| 571 | 2026-06-30T11:20:13.922Z | test engine::flow_table::test::eviction_selects_highest_prio ... ok |
| 572 | 2026-06-30T11:20:13.922Z | test engine::flow_table::test::eviction_priority_inheritance ... ok |
| 573 | 2026-06-30T11:20:13.922Z | test engine::flow_table::test::flow_expired ... ok |
| 574 | 2026-06-30T11:20:13.922Z | test engine::flow_table::test::priority_lerp_clamps ... ok |
| 575 | 2026-06-30T11:20:13.922Z | test engine::flow_table::test::flow_clear ... ok |
| 576 | 2026-06-30T11:20:13.922Z | test engine::flow_table::test::timer_expiry_propagation ... ok |
| 577 | 2026-06-30T11:20:13.922Z | test engine::flow_table::test::priority_lerp ... ok |
| 578 | 2026-06-30T11:20:13.922Z | test engine::flow_table::test::eviction_invalidates_descendents ... ok |
| 579 | 2026-06-30T11:20:13.922Z | test engine::flow_table::test::priority_lerp_rejects_bad_params ... ok |
| 580 | 2026-06-30T11:20:13.923Z | test engine::geneve::test::emit_no_opts ... ok |
| 581 | 2026-06-30T11:20:13.923Z | test engine::geneve::test::emit_single_opt ... ok |
| 582 | 2026-06-30T11:20:13.923Z | test engine::ip::v6::test::bad_ipv6_version_caught ... ok |
| 583 | 2026-06-30T11:20:13.923Z | test engine::ip::v4::test::cidr_match ... ok |
| 584 | 2026-06-30T11:20:13.923Z | test engine::ip::v4::test::match_check ... ok |
| 585 | 2026-06-30T11:20:13.923Z | test engine::ip::v6::test::from_pairs ... ok |
| 586 | 2026-06-30T11:20:13.923Z | test engine::ip::v6::test::emit ... ok |
| 587 | 2026-06-30T11:20:13.923Z | test engine::ip::v6::test::option_push_spec ... ok |
| 588 | 2026-06-30T11:20:13.923Z | test engine::ip::v4::test::emit ... ok |
| 589 | 2026-06-30T11:20:13.923Z | test engine::ip::v6::test::extension_push_spec ... ok |
| 590 | 2026-06-30T11:20:13.923Z | test engine::layer::test::find_rule ... ok |
| 591 | 2026-06-30T11:20:13.923Z | test engine::ip::v6::test::test_extension_header_lengths_ok ... ok |
| 592 | 2026-06-30T11:20:13.923Z | test engine::ip::v6::test::test_set_total_len ... ok |
| 593 | 2026-06-30T11:20:13.923Z | test engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok |
| 594 | 2026-06-30T11:20:13.923Z | test engine::ip::v6::test::test_ipv6_addr_match_exact ... ok |
| 595 | 2026-06-30T11:20:13.923Z | test engine::packet::test::read_multi_segment ... ok |
| 596 | 2026-06-30T11:20:13.923Z | test engine::packet::test::parse_ipv6_extension_headers_ok ... ok |
| 597 | 2026-06-30T11:20:13.923Z | test engine::packet::test::read_single_segment ... ok |
| 598 | 2026-06-30T11:20:13.923Z | test engine::nat::test::nat4_rewrite ... ok |
| 599 | 2026-06-30T11:20:13.923Z | test engine::packet::test::straddled_tcp ... ok |
| 600 | 2026-06-30T11:20:13.923Z | test engine::ip::v6::test::push_spec ... ok |
| 601 | 2026-06-30T11:20:13.923Z | test engine::parse::test::icmp4_body_csum_equals_body ... ok |
| 602 | 2026-06-30T11:20:13.923Z | test engine::packet::test::udp6_packet_with_padding ... ok |
| 603 | 2026-06-30T11:20:13.923Z | test engine::packet::test::small_packet_with_padding ... ok |
| 604 | 2026-06-30T11:20:13.923Z | test engine::port::tests::opening_tcp_eviction_prio_increases_over_time ... ok |
| 605 | 2026-06-30T11:20:13.923Z | test engine::port::tests::established_tcp_eviction_prio_unchanging ... ok |
| 606 | 2026-06-30T11:20:13.923Z | test engine::rule::rule_matching ... ok |
| 607 | 2026-06-30T11:20:13.924Z | test engine::snat::test::test_nat_pool_different_ip_types ... ok |
| 608 | 2026-06-30T11:20:13.924Z | test engine::snat::test::nat_mappings ... ok |
| 609 | 2026-06-30T11:20:13.924Z | test engine::snat::test::snat4_desc_lifecycle ... ok |
| 610 | 2026-06-30T11:20:13.924Z | test engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok |
| 611 | 2026-06-30T11:20:13.924Z | |
| 612 | 2026-06-30T11:20:13.924Z | test result: ok. 83 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 613 | 2026-06-30T11:20:13.924Z | |
| 614 | 2026-06-30T11:20:13.924Z | Doc-tests opte |
| 615 | 2026-06-30T11:20:15.835Z | |
| 616 | 2026-06-30T11:20:15.835Z | running 3 tests |
| 617 | 2026-06-30T11:20:15.839Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored |
| 618 | 2026-06-30T11:20:15.839Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok |
| 619 | 2026-06-30T11:20:15.839Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok |
| 620 | 2026-06-30T11:20:15.839Z | |
| 621 | 2026-06-30T11:20:15.839Z | test result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 622 | 2026-06-30T11:20:15.839Z | |
| 623 | 2026-06-30T11:20:15.844Z | all doctests ran in 1.36s; merged doctests compilation took 1.35s |
| 624 | 2026-06-30T11:20:15.881Z | |
| 625 | 2026-06-30T11:20:15.881Z | real 23.775197041 |
| 626 | 2026-06-30T11:20:15.881Z | user 2:00.273736856 |
| 627 | 2026-06-30T11:20:15.881Z | sys 7.018355469 |
| 628 | 2026-06-30T11:20:15.882Z | trap 0.057236015 |
| 629 | 2026-06-30T11:20:15.882Z | tflt 0.200841919 |
| 630 | 2026-06-30T11:20:15.882Z | dflt 0.310206078 |
| 631 | 2026-06-30T11:20:15.882Z | kflt 0.000009840 |
| 632 | 2026-06-30T11:20:15.882Z | lock 5:50.303330007 |
| 633 | 2026-06-30T11:20:15.882Z | slp 3:38.557774365 |
| 634 | 2026-06-30T11:20:15.882Z | lat 5.730791083 |
| 635 | 2026-06-30T11:20:15.882Z | stop 2.580255040 |
| 636 | 2026-06-30T11:20:15.885Z | process exited: duration 84271 ms, exit code 0 |
| |
| 637 | 2026-06-30T11:20:15.893Z | found 0 output files |