|
|
|
| 1 | 2026-07-26T04:22:56.587Z | job assigned to worker 01KYEAHG23K9RT725Q9MPZSNGK [factory aws, i-031f28eeb5ef42cfd] (queued for 44 s) |
| |
| 2 | 2026-07-26T04:23:03.099Z | starting task 0: "setup" |
| 3 | 2026-07-26T04:23:03.106Z | ++ uname -s |
| 4 | 2026-07-26T04:23:03.109Z | + kern=SunOS |
| 5 | 2026-07-26T04:23:03.109Z | + build_user=build |
| 6 | 2026-07-26T04:23:03.109Z | + build_uid=12345 |
| 7 | 2026-07-26T04:23:03.109Z | + work_dir=/work |
| 8 | 2026-07-26T04:23:03.109Z | + input_dir=/input |
| 9 | 2026-07-26T04:23:03.109Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-26T04:23:03.109Z | + case "$kern" in |
| 11 | 2026-07-26T04:23:03.110Z | + groupadd -g 12345 build |
| 12 | 2026-07-26T04:23:03.113Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-26T04:23:05.118Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-26T04:23:05.216Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-26T04:23:05.219Z | + home_fs=zfs |
| 16 | 2026-07-26T04:23:05.219Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-26T04:23:05.219Z | + mkdir -p /home/build |
| 18 | 2026-07-26T04:23:05.219Z | + chown build:build /home/build /work |
| 19 | 2026-07-26T04:23:07.220Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-26T04:23:07.223Z | process exited: duration 4124 ms, exit code 0 |
| |
| 21 | 2026-07-26T04:23:07.229Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-26T04:23:07.233Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-07-26T04:23:07.233Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-07-26T04:23:07.233Z | * rust toolchain profile = "default" |
| 25 | 2026-07-26T04:23:07.233Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-26T04:23:07.233Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-26T04:23:07.233Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-26T04:23:07.236Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-26T04:23:07.236Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-07-26T04:23:07.342Z | info: downloading installer |
| 31 | 2026-07-26T04:23:08.721Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-26T04:23:08.721Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-26T04:23:08.721Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-26T04:23:08.721Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-26T04:23:08.734Z | info: profile set to default |
| 36 | 2026-07-26T04:23:08.734Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-26T04:23:08.737Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-07-26T04:23:08.865Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-07-26T04:23:08.868Z | info: downloading 6 components |
| 40 | 2026-07-26T04:23:23.242Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-07-26T04:23:23.242Z | |
| 42 | 2026-07-26T04:23:23.271Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-07-26T04:23:23.271Z | |
| 44 | 2026-07-26T04:23:23.271Z | |
| 45 | 2026-07-26T04:23:23.271Z | Rust is installed now. Great! |
| 46 | 2026-07-26T04:23:23.271Z | |
| 47 | 2026-07-26T04:23:23.271Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-26T04:23:23.271Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-26T04:23:23.271Z | |
| 50 | 2026-07-26T04:23:23.271Z | To configure your current shell, you need to source |
| 51 | 2026-07-26T04:23:23.271Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-26T04:23:23.271Z | |
| 53 | 2026-07-26T04:23:23.271Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-26T04:23:23.277Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-26T04:23:23.277Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-26T04:23:23.277Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-26T04:23:23.277Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-26T04:23:23.277Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-26T04:23:23.277Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-26T04:23:23.277Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-26T04:23:23.277Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-26T04:23:23.366Z | + rustup --version |
| 63 | 2026-07-26T04:23:23.373Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-26T04:23:23.376Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-26T04:23:23.394Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-07-26T04:23:23.397Z | + cargo --version |
| 67 | 2026-07-26T04:23:23.412Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-07-26T04:23:23.415Z | + rustc --version |
| 69 | 2026-07-26T04:23:23.434Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-07-26T04:23:23.436Z | process exited: duration 16207 ms, exit code 0 |
| |
| 71 | 2026-07-26T04:23:23.443Z | starting task 2: "authentication" |
| 72 | 2026-07-26T04:23:23.457Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
| 73 | 2026-07-26T04:23:29.472Z | process exited: duration 6029 ms, exit code 0 |
| |
| 74 | 2026-07-26T04:23:29.508Z | starting task 3: "clone repository" |
| 75 | 2026-07-26T04:23:29.514Z | + mkdir -p /work/oxidecomputer/opte |
| 76 | 2026-07-26T04:23:29.514Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 77 | 2026-07-26T04:23:29.519Z | Cloning into '/work/oxidecomputer/opte'... |
| 78 | 2026-07-26T04:23:30.866Z | + cd /work/oxidecomputer/opte |
| 79 | 2026-07-26T04:23:30.866Z | + git fetch origin 47f1798e3f36239518a77de5eee88e87641f7da8 |
| 80 | 2026-07-26T04:23:30.883Z | From https://github.com/oxidecomputer/opte |
| 81 | 2026-07-26T04:23:30.883Z | * branch 47f1798e3f36239518a77de5eee88e87641f7da8 -> FETCH_HEAD |
| 82 | 2026-07-26T04:23:30.883Z | + [[ -n renovate/rand ]] |
| 83 | 2026-07-26T04:23:30.883Z | ++ git branch --show-current |
| 84 | 2026-07-26T04:23:30.883Z | + current=master |
| 85 | 2026-07-26T04:23:30.883Z | + [[ master != renovate/rand ]] |
| 86 | 2026-07-26T04:23:30.883Z | + git branch -f renovate/rand 47f1798e3f36239518a77de5eee88e87641f7da8 |
| 87 | 2026-07-26T04:23:30.883Z | + git checkout -f renovate/rand |
| 88 | 2026-07-26T04:23:30.883Z | Switched to branch 'renovate/rand' |
| 89 | 2026-07-26T04:23:30.884Z | + git reset --hard 47f1798e3f36239518a77de5eee88e87641f7da8 |
| 90 | 2026-07-26T04:23:30.884Z | HEAD is now at 47f1798 Update Rust crate rand to 0.10.2 |
| 91 | 2026-07-26T04:23:30.884Z | process exited: duration 1209 ms, exit code 0 |
| |
| 92 | 2026-07-26T04:23:30.921Z | starting task 4: "build" |
| 93 | 2026-07-26T04:23:30.929Z | + source .github/buildomat/common.sh |
| 94 | 2026-07-26T04:23:30.929Z | ++ rustup show active-toolchain |
| 95 | 2026-07-26T04:23:30.929Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 96 | 2026-07-26T04:23:30.929Z | ++ pushd xde |
| 97 | 2026-07-26T04:23:30.929Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 98 | 2026-07-26T04:23:30.929Z | ++ rustup show active-toolchain |
| 99 | 2026-07-26T04:23:30.929Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 100 | 2026-07-26T04:23:31.059Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 101 | 2026-07-26T04:23:31.063Z | info: downloading 6 components |
| 102 | 2026-07-26T04:23:48.579Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 103 | 2026-07-26T04:23:48.656Z | +++ rustup show active-toolchain -v |
| 104 | 2026-07-26T04:23:48.657Z | +++ head -n 1 |
| 105 | 2026-07-26T04:23:48.657Z | +++ cut '-d ' -f1 |
| 106 | 2026-07-26T04:23:48.657Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 107 | 2026-07-26T04:23:48.657Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 108 | 2026-07-26T04:23:48.657Z | ++ popd |
| 109 | 2026-07-26T04:23:48.657Z | /work/oxidecomputer/opte |
| 110 | 2026-07-26T04:23:48.657Z | + cargo --version |
| 111 | 2026-07-26T04:23:48.657Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 112 | 2026-07-26T04:23:48.657Z | + rustc --version |
| 113 | 2026-07-26T04:23:48.657Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 114 | 2026-07-26T04:23:48.657Z | + cd lib/opte |
| 115 | 2026-07-26T04:23:48.657Z | + header 'check style' |
| 116 | 2026-07-26T04:23:48.657Z | + echo '# ==== check style ==== #' |
| 117 | 2026-07-26T04:23:48.657Z | # ==== check style ==== # |
| 118 | 2026-07-26T04:23:48.657Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check |
| 119 | 2026-07-26T04:23:48.657Z | |
| 120 | 2026-07-26T04:23:48.657Z | real 0.183281717 |
| 121 | 2026-07-26T04:23:48.657Z | user 0.141794180 |
| 122 | 2026-07-26T04:23:48.657Z | sys 0.035383031 |
| 123 | 2026-07-26T04:23:48.658Z | trap 0.000056780 |
| 124 | 2026-07-26T04:23:48.658Z | tflt 0.000029290 |
| 125 | 2026-07-26T04:23:48.658Z | dflt 0.000005620 |
| 126 | 2026-07-26T04:23:48.658Z | kflt 0.000000000 |
| 127 | 2026-07-26T04:23:48.658Z | lock 0.030301370 |
| 128 | 2026-07-26T04:23:48.658Z | slp 0.163969368 |
| 129 | 2026-07-26T04:23:48.658Z | lat 0.001040450 |
| 130 | 2026-07-26T04:23:48.658Z | stop 0.000097730 |
| 131 | 2026-07-26T04:23:48.658Z | + header 'check docs' |
| 132 | 2026-07-26T04:23:48.658Z | + echo '# ==== check docs ==== #' |
| 133 | 2026-07-26T04:23:48.658Z | # ==== check docs ==== # |
| 134 | 2026-07-26T04:23:48.658Z | + RUSTDOCFLAGS='-D warnings' |
| 135 | 2026-07-26T04:23:48.658Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 136 | 2026-07-26T04:23:48.658Z | Updating crates.io index |
| 137 | 2026-07-26T04:23:48.659Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 138 | 2026-07-26T04:23:48.949Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 139 | 2026-07-26T04:23:49.195Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 140 | 2026-07-26T04:23:49.446Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 141 | 2026-07-26T04:23:49.768Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 142 | 2026-07-26T04:23:49.986Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 143 | 2026-07-26T04:23:50.265Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 144 | 2026-07-26T04:23:52.086Z | Downloading crates ... |
| 145 | 2026-07-26T04:23:52.130Z | Downloaded cobs v0.3.0 |
| 146 | 2026-07-26T04:23:52.133Z | Downloaded dtrace-parser v0.3.0 |
| 147 | 2026-07-26T04:23:52.143Z | Downloaded bitflags v1.3.2 |
| 148 | 2026-07-26T04:23:52.156Z | Downloaded itoa v1.0.18 |
| 149 | 2026-07-26T04:23:52.156Z | Downloaded macaddr v1.0.1 |
| 150 | 2026-07-26T04:23:52.156Z | Downloaded stable_deref_trait v1.2.1 |
| 151 | 2026-07-26T04:23:52.156Z | Downloaded cfg-if v1.0.4 |
| 152 | 2026-07-26T04:23:52.156Z | Downloaded crc32fast v1.5.0 |
| 153 | 2026-07-26T04:23:52.163Z | Downloaded byteorder v1.5.0 |
| 154 | 2026-07-26T04:23:52.168Z | Downloaded bitflags v2.13.0 |
| 155 | 2026-07-26T04:23:52.172Z | Downloaded embedded-io v0.6.1 |
| 156 | 2026-07-26T04:23:52.172Z | Downloaded plain v0.2.3 |
| 157 | 2026-07-26T04:23:52.172Z | Downloaded aho-corasick v1.1.4 |
| 158 | 2026-07-26T04:23:52.178Z | Downloaded serde_json v1.0.150 |
| 159 | 2026-07-26T04:23:52.178Z | Downloaded defmt-macros v1.1.1 |
| 160 | 2026-07-26T04:23:52.190Z | Downloaded scroll v0.13.0 |
| 161 | 2026-07-26T04:23:52.190Z | Downloaded ident_case v1.0.1 |
| 162 | 2026-07-26T04:23:52.190Z | Downloaded dof v0.4.0 |
| 163 | 2026-07-26T04:23:52.196Z | Downloaded darling_macro v0.23.0 |
| 164 | 2026-07-26T04:23:52.196Z | Downloaded defmt-parser v1.0.0 |
| 165 | 2026-07-26T04:23:52.196Z | Downloaded embedded-io v0.4.0 |
| 166 | 2026-07-26T04:23:52.196Z | Downloaded usdt v0.6.0 |
| 167 | 2026-07-26T04:23:52.199Z | Downloaded ref-cast v1.0.25 |
| 168 | 2026-07-26T04:23:52.199Z | Downloaded ref-cast-impl v1.0.25 |
| 169 | 2026-07-26T04:23:52.199Z | Downloaded hash32 v0.3.1 |
| 170 | 2026-07-26T04:23:52.203Z | Downloaded pretty-hex v0.4.2 |
| 171 | 2026-07-26T04:23:52.209Z | Downloaded ingot-types v0.2.0 |
| 172 | 2026-07-26T04:23:52.221Z | Downloaded ipnetwork v0.21.1 |
| 173 | 2026-07-26T04:23:52.222Z | Downloaded strsim v0.11.1 |
| 174 | 2026-07-26T04:23:52.228Z | Downloaded managed v0.8.0 |
| 175 | 2026-07-26T04:23:52.228Z | Downloaded tabwriter v1.4.1 |
| 176 | 2026-07-26T04:23:52.228Z | Downloaded defmt v0.3.100 |
| 177 | 2026-07-26T04:23:52.228Z | Downloaded thread-id v5.1.0 |
| 178 | 2026-07-26T04:23:52.232Z | Downloaded dyn-clone v1.0.20 |
| 179 | 2026-07-26T04:23:52.232Z | Downloaded usdt-macro v0.6.0 |
| 180 | 2026-07-26T04:23:52.235Z | Downloaded version_check v0.9.5 |
| 181 | 2026-07-26T04:23:52.241Z | Downloaded scroll_derive v0.13.1 |
| 182 | 2026-07-26T04:23:52.248Z | Downloaded pest_derive v2.8.7 |
| 183 | 2026-07-26T04:23:52.257Z | Downloaded darling v0.23.0 |
| 184 | 2026-07-26T04:23:52.257Z | Downloaded postcard v1.1.3 |
| 185 | 2026-07-26T04:23:52.257Z | Downloaded defmt v1.1.1 |
| 186 | 2026-07-26T04:23:52.262Z | Downloaded usdt-attr-macro v0.6.0 |
| 187 | 2026-07-26T04:23:52.262Z | Downloaded quote v1.0.46 |
| 188 | 2026-07-26T04:23:52.262Z | Downloaded thiserror-impl v2.0.18 |
| 189 | 2026-07-26T04:23:52.262Z | Downloaded zmij v1.0.22 |
| 190 | 2026-07-26T04:23:52.271Z | Downloaded pest_generator v2.8.7 |
| 191 | 2026-07-26T04:23:52.275Z | Downloaded thiserror v2.0.18 |
| 192 | 2026-07-26T04:23:52.275Z | Downloaded usdt-impl v0.6.0 |
| 193 | 2026-07-26T04:23:52.282Z | Downloaded serde_tokenstream v0.2.3 |
| 194 | 2026-07-26T04:23:52.290Z | Downloaded pest_meta v2.8.7 |
| 195 | 2026-07-26T04:23:52.290Z | Downloaded either v1.16.0 |
| 196 | 2026-07-26T04:23:52.296Z | Downloaded memmap2 v0.9.11 |
| 197 | 2026-07-26T04:23:52.296Z | Downloaded ingot v0.2.0 |
| 198 | 2026-07-26T04:23:52.306Z | Downloaded ucd-trie v0.1.7 |
| 199 | 2026-07-26T04:23:52.306Z | Downloaded proc-macro2 v1.0.106 |
| 200 | 2026-07-26T04:23:52.312Z | Downloaded serde_derive v1.0.228 |
| 201 | 2026-07-26T04:23:52.318Z | Downloaded ingot-macros v0.2.0 |
| 202 | 2026-07-26T04:23:52.318Z | Downloaded log v0.4.33 |
| 203 | 2026-07-26T04:23:52.318Z | Downloaded unicode-ident v1.0.24 |
| 204 | 2026-07-26T04:23:52.324Z | Downloaded darling_core v0.23.0 |
| 205 | 2026-07-26T04:23:52.324Z | Downloaded serde_core v1.0.228 |
| 206 | 2026-07-26T04:23:52.335Z | Downloaded serde v1.0.228 |
| 207 | 2026-07-26T04:23:52.340Z | Downloaded heapless v0.8.0 |
| 208 | 2026-07-26T04:23:52.345Z | Downloaded zerocopy-derive v0.8.54 |
| 209 | 2026-07-26T04:23:52.353Z | Downloaded memchr v2.8.3 |
| 210 | 2026-07-26T04:23:52.361Z | Downloaded pest v2.8.7 |
| 211 | 2026-07-26T04:23:52.368Z | Downloaded regex v1.13.0 |
| 212 | 2026-07-26T04:23:52.379Z | Downloaded itertools v0.15.0 |
| 213 | 2026-07-26T04:23:52.438Z | Downloaded goblin v0.10.7 |
| 214 | 2026-07-26T04:23:52.442Z | Downloaded unicode-width v0.2.2 |
| 215 | 2026-07-26T04:23:52.450Z | Downloaded syn v2.0.118 |
| 216 | 2026-07-26T04:23:52.457Z | Downloaded zerocopy v0.8.54 |
| 217 | 2026-07-26T04:23:52.468Z | Downloaded smoltcp v0.11.0 |
| 218 | 2026-07-26T04:23:52.473Z | Downloaded regex-syntax v0.8.11 |
| 219 | 2026-07-26T04:23:52.504Z | Downloaded regex-automata v0.4.15 |
| 220 | 2026-07-26T04:23:52.511Z | Downloaded libc v0.2.186 |
| 221 | 2026-07-26T04:23:52.567Z | Compiling proc-macro2 v1.0.106 |
| 222 | 2026-07-26T04:23:52.573Z | Compiling quote v1.0.46 |
| 223 | 2026-07-26T04:23:52.573Z | Compiling unicode-ident v1.0.24 |
| 224 | 2026-07-26T04:23:52.573Z | Documenting unicode-ident v1.0.24 |
| 225 | 2026-07-26T04:23:52.573Z | Compiling ident_case v1.0.1 |
| 226 | 2026-07-26T04:23:52.573Z | Compiling strsim v0.11.1 |
| 227 | 2026-07-26T04:23:52.573Z | Compiling serde_core v1.0.228 |
| 228 | 2026-07-26T04:23:52.721Z | Compiling memchr v2.8.3 |
| 229 | 2026-07-26T04:23:52.934Z | Compiling zerocopy v0.8.54 |
| 230 | 2026-07-26T04:23:52.969Z | Compiling serde v1.0.228 |
| 231 | 2026-07-26T04:23:52.992Z | Compiling regex-syntax v0.8.11 |
| 232 | 2026-07-26T04:23:53.040Z | Compiling thiserror v2.0.18 |
| 233 | 2026-07-26T04:23:53.275Z | Documenting proc-macro2 v1.0.106 |
| 234 | 2026-07-26T04:23:53.290Z | Compiling aho-corasick v1.1.4 |
| 235 | 2026-07-26T04:23:53.580Z | Checking syn v2.0.118 |
| 236 | 2026-07-26T04:23:53.631Z | Checking byteorder v1.5.0 |
| 237 | 2026-07-26T04:23:53.781Z | Documenting strsim v0.11.1 |
| 238 | 2026-07-26T04:23:53.837Z | Documenting quote v1.0.46 |
| 239 | 2026-07-26T04:23:54.020Z | Documenting ident_case v1.0.1 |
| 240 | 2026-07-26T04:23:54.343Z | Documenting syn v2.0.118 |
| 241 | 2026-07-26T04:23:54.430Z | Compiling regex-automata v0.4.15 |
| 242 | 2026-07-26T04:23:54.482Z | Compiling either v1.16.0 |
| 243 | 2026-07-26T04:23:54.655Z | Compiling itertools v0.15.0 |
| 244 | 2026-07-26T04:23:54.681Z | Compiling heapless v0.8.0 |
| 245 | 2026-07-26T04:23:55.896Z | Documenting memchr v2.8.3 |
| 246 | 2026-07-26T04:23:55.937Z | Checking bitflags v2.13.0 |
| 247 | 2026-07-26T04:23:55.938Z | Checking hash32 v0.3.1 |
| 248 | 2026-07-26T04:23:55.938Z | Documenting serde_core v1.0.228 |
| 249 | 2026-07-26T04:23:55.938Z | Checking darling_core v0.23.0 |
| 250 | 2026-07-26T04:23:55.938Z | Documenting aho-corasick v1.1.4 |
| 251 | 2026-07-26T04:23:55.938Z | Checking cfg-if v1.0.4 |
| 252 | 2026-07-26T04:23:55.973Z | Checking macaddr v1.0.1 |
| 253 | 2026-07-26T04:23:56.322Z | Documenting darling_core v0.23.0 |
| 254 | 2026-07-26T04:23:56.398Z | Compiling regex v1.13.0 |
| 255 | 2026-07-26T04:23:56.410Z | Checking stable_deref_trait v1.2.1 |
| 256 | 2026-07-26T04:23:56.478Z | Documenting regex-syntax v0.8.11 |
| 257 | 2026-07-26T04:23:56.878Z | Compiling smoltcp v0.11.0 |
| 258 | 2026-07-26T04:23:57.266Z | Documenting serde_derive v1.0.228 |
| 259 | 2026-07-26T04:23:57.274Z | Documenting zerocopy-derive v0.8.54 |
| 260 | 2026-07-26T04:23:57.289Z | Compiling zerocopy-derive v0.8.54 |
| 261 | 2026-07-26T04:23:57.522Z | Compiling serde_derive v1.0.228 |
| 262 | 2026-07-26T04:23:57.548Z | Compiling thiserror-impl v2.0.18 |
| 263 | 2026-07-26T04:23:57.695Z | Documenting darling_macro v0.23.0 |
| 264 | 2026-07-26T04:23:58.077Z | Documenting regex-automata v0.4.15 |
| 265 | 2026-07-26T04:23:58.126Z | Documenting thiserror-impl v2.0.18 |
| 266 | 2026-07-26T04:23:58.227Z | Compiling darling_macro v0.23.0 |
| 267 | 2026-07-26T04:23:58.338Z | Checking bitflags v1.3.2 |
| 268 | 2026-07-26T04:23:58.414Z | Documenting byteorder v1.5.0 |
| 269 | 2026-07-26T04:23:58.462Z | Checking managed v0.8.0 |
| 270 | 2026-07-26T04:23:58.687Z | Documenting bitflags v2.13.0 |
| 271 | 2026-07-26T04:23:58.796Z | Compiling darling v0.23.0 |
| 272 | 2026-07-26T04:23:58.888Z | Compiling ingot-macros v0.2.0 |
| 273 | 2026-07-26T04:23:58.909Z | Documenting darling v0.23.0 |
| 274 | 2026-07-26T04:23:58.934Z | Checking cobs v0.3.0 |
| 275 | 2026-07-26T04:23:59.044Z | Documenting thiserror v2.0.18 |
| 276 | 2026-07-26T04:23:59.062Z | Documenting hash32 v0.3.1 |
| 277 | 2026-07-26T04:23:59.648Z | Documenting zerocopy v0.8.54 |
| 278 | 2026-07-26T04:23:59.667Z | Documenting regex v1.13.0 |
| 279 | 2026-07-26T04:23:59.668Z | Compiling ref-cast v1.0.25 |
| 280 | 2026-07-26T04:23:59.771Z | Documenting macaddr v1.0.1 |
| 281 | 2026-07-26T04:23:59.951Z | Documenting cfg-if v1.0.4 |
| 282 | 2026-07-26T04:24:00.130Z | Documenting stable_deref_trait v1.2.1 |
| 283 | 2026-07-26T04:24:00.435Z | Documenting serde v1.0.228 |
| 284 | 2026-07-26T04:24:00.521Z | Compiling crc32fast v1.5.0 |
| 285 | 2026-07-26T04:24:00.589Z | Documenting ingot-macros v0.2.0 |
| 286 | 2026-07-26T04:24:00.693Z | Checking postcard v1.1.3 |
| 287 | 2026-07-26T04:24:00.868Z | Documenting cobs v0.3.0 |
| 288 | 2026-07-26T04:24:00.879Z | Documenting heapless v0.8.0 |
| 289 | 2026-07-26T04:24:01.480Z | Compiling ref-cast-impl v1.0.25 |
| 290 | 2026-07-26T04:24:01.512Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 291 | 2026-07-26T04:24:01.533Z | Checking ingot-types v0.2.0 |
| 292 | 2026-07-26T04:24:02.772Z | Documenting managed v0.8.0 |
| 293 | 2026-07-26T04:24:02.806Z | Compiling version_check v0.9.5 |
| 294 | 2026-07-26T04:24:02.806Z | Checking ingot v0.2.0 |
| 295 | 2026-07-26T04:24:02.806Z | Checking ipnetwork v0.21.1 |
| 296 | 2026-07-26T04:24:02.806Z | Checking unicode-width v0.2.2 |
| 297 | 2026-07-26T04:24:02.806Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 298 | 2026-07-26T04:24:02.806Z | Documenting postcard v1.1.3 |
| 299 | 2026-07-26T04:24:02.806Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 300 | 2026-07-26T04:24:02.806Z | Documenting ref-cast-impl v1.0.25 |
| 301 | 2026-07-26T04:24:02.806Z | Documenting unicode-width v0.2.2 |
| 302 | 2026-07-26T04:24:02.806Z | Documenting ipnetwork v0.21.1 |
| 303 | 2026-07-26T04:24:02.806Z | Documenting ingot-types v0.2.0 |
| 304 | 2026-07-26T04:24:02.806Z | Documenting smoltcp v0.11.0 |
| 305 | 2026-07-26T04:24:03.006Z | Documenting either v1.16.0 |
| 306 | 2026-07-26T04:24:03.292Z | Checking tabwriter v1.4.1 |
| 307 | 2026-07-26T04:24:03.449Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 308 | 2026-07-26T04:24:03.484Z | Documenting ref-cast v1.0.25 |
| 309 | 2026-07-26T04:24:03.690Z | Documenting tabwriter v1.4.1 |
| 310 | 2026-07-26T04:24:04.143Z | Documenting crc32fast v1.5.0 |
| 311 | 2026-07-26T04:24:04.150Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 312 | 2026-07-26T04:24:04.173Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 313 | 2026-07-26T04:24:04.271Z | Documenting ingot v0.2.0 |
| 314 | 2026-07-26T04:24:04.496Z | Documenting itertools v0.15.0 |
| 315 | 2026-07-26T04:24:04.804Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 316 | 2026-07-26T04:24:04.874Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 317 | 2026-07-26T04:24:05.075Z | Checking dyn-clone v1.0.20 |
| 318 | 2026-07-26T04:24:05.183Z | Documenting dyn-clone v1.0.20 |
| 319 | 2026-07-26T04:24:07.098Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 320 | 2026-07-26T04:24:09.128Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 321 | 2026-07-26T04:24:10.502Z | Finished `dev` profile [optimized + debuginfo] target(s) in 22.58s |
| 322 | 2026-07-26T04:24:10.588Z | Generated /work/oxidecomputer/opte/target/doc/opte/index.html |
| 323 | 2026-07-26T04:24:10.617Z | |
| 324 | 2026-07-26T04:24:10.621Z | real 22.685319723 |
| 325 | 2026-07-26T04:24:10.621Z | user 1:15.194062781 |
| 326 | 2026-07-26T04:24:10.621Z | sys 16.485926138 |
| 327 | 2026-07-26T04:24:10.621Z | trap 0.038371030 |
| 328 | 2026-07-26T04:24:10.621Z | tflt 0.166615321 |
| 329 | 2026-07-26T04:24:10.621Z | dflt 0.078803178 |
| 330 | 2026-07-26T04:24:10.621Z | kflt 0.005359860 |
| 331 | 2026-07-26T04:24:10.621Z | lock 6:28.324600538 |
| 332 | 2026-07-26T04:24:10.621Z | slp 4:21.040035525 |
| 333 | 2026-07-26T04:24:10.621Z | lat 6.956682496 |
| 334 | 2026-07-26T04:24:10.621Z | stop 11.779148884 |
| 335 | 2026-07-26T04:24:10.621Z | + header 'analyze std + api' |
| 336 | 2026-07-26T04:24:10.621Z | + echo '# ==== analyze std + api ==== #' |
| 337 | 2026-07-26T04:24:10.621Z | # ==== analyze std + api ==== # |
| 338 | 2026-07-26T04:24:10.621Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 339 | 2026-07-26T04:24:10.841Z | Compiling proc-macro2 v1.0.106 |
| 340 | 2026-07-26T04:24:10.841Z | Compiling quote v1.0.46 |
| 341 | 2026-07-26T04:24:10.850Z | Compiling unicode-ident v1.0.24 |
| 342 | 2026-07-26T04:24:10.850Z | Compiling memchr v2.8.3 |
| 343 | 2026-07-26T04:24:10.850Z | Compiling thiserror v2.0.18 |
| 344 | 2026-07-26T04:24:10.850Z | Compiling zerocopy v0.8.54 |
| 345 | 2026-07-26T04:24:10.850Z | Compiling zmij v1.0.22 |
| 346 | 2026-07-26T04:24:10.850Z | Compiling serde_core v1.0.228 |
| 347 | 2026-07-26T04:24:11.017Z | Compiling libc v0.2.186 |
| 348 | 2026-07-26T04:24:11.187Z | Compiling serde_json v1.0.150 |
| 349 | 2026-07-26T04:24:11.228Z | Compiling ucd-trie v0.1.7 |
| 350 | 2026-07-26T04:24:11.389Z | Compiling pest v2.8.7 |
| 351 | 2026-07-26T04:24:11.406Z | Compiling serde v1.0.228 |
| 352 | 2026-07-26T04:24:11.437Z | Compiling ident_case v1.0.1 |
| 353 | 2026-07-26T04:24:11.443Z | Compiling strsim v0.11.1 |
| 354 | 2026-07-26T04:24:11.776Z | Compiling aho-corasick v1.1.4 |
| 355 | 2026-07-26T04:24:11.787Z | Checking byteorder v1.5.0 |
| 356 | 2026-07-26T04:24:12.054Z | Compiling regex-syntax v0.8.11 |
| 357 | 2026-07-26T04:24:12.072Z | Compiling itoa v1.0.18 |
| 358 | 2026-07-26T04:24:12.183Z | Compiling syn v2.0.118 |
| 359 | 2026-07-26T04:24:12.547Z | Compiling pest_meta v2.8.7 |
| 360 | 2026-07-26T04:24:12.592Z | Compiling usdt-impl v0.6.0 |
| 361 | 2026-07-26T04:24:12.620Z | Compiling either v1.16.0 |
| 362 | 2026-07-26T04:24:12.818Z | Compiling itertools v0.15.0 |
| 363 | 2026-07-26T04:24:13.072Z | Compiling thread-id v5.1.0 |
| 364 | 2026-07-26T04:24:13.162Z | Compiling heapless v0.8.0 |
| 365 | 2026-07-26T04:24:13.412Z | Checking plain v0.2.3 |
| 366 | 2026-07-26T04:24:13.454Z | Compiling regex-automata v0.4.15 |
| 367 | 2026-07-26T04:24:13.530Z | Checking log v0.4.33 |
| 368 | 2026-07-26T04:24:14.075Z | Checking bitflags v2.13.0 |
| 369 | 2026-07-26T04:24:14.154Z | Checking hash32 v0.3.1 |
| 370 | 2026-07-26T04:24:14.228Z | Checking pretty-hex v0.4.2 |
| 371 | 2026-07-26T04:24:14.232Z | Checking stable_deref_trait v1.2.1 |
| 372 | 2026-07-26T04:24:14.236Z | Checking macaddr v1.0.1 |
| 373 | 2026-07-26T04:24:14.282Z | Compiling smoltcp v0.11.0 |
| 374 | 2026-07-26T04:24:14.286Z | Checking cfg-if v1.0.4 |
| 375 | 2026-07-26T04:24:14.367Z | Compiling crc32fast v1.5.0 |
| 376 | 2026-07-26T04:24:14.419Z | Compiling version_check v0.9.5 |
| 377 | 2026-07-26T04:24:14.618Z | Compiling pest_generator v2.8.7 |
| 378 | 2026-07-26T04:24:14.642Z | Compiling darling_core v0.23.0 |
| 379 | 2026-07-26T04:24:14.683Z | Compiling ref-cast v1.0.25 |
| 380 | 2026-07-26T04:24:14.699Z | Checking managed v0.8.0 |
| 381 | 2026-07-26T04:24:14.749Z | Checking bitflags v1.3.2 |
| 382 | 2026-07-26T04:24:14.765Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 383 | 2026-07-26T04:24:15.041Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 384 | 2026-07-26T04:24:15.045Z | Checking memmap2 v0.9.11 |
| 385 | 2026-07-26T04:24:15.255Z | Compiling regex v1.13.0 |
| 386 | 2026-07-26T04:24:15.269Z | Checking ipnetwork v0.21.1 |
| 387 | 2026-07-26T04:24:15.309Z | Checking unicode-width v0.2.2 |
| 388 | 2026-07-26T04:24:15.543Z | Checking tabwriter v1.4.1 |
| 389 | 2026-07-26T04:24:15.852Z | Checking dyn-clone v1.0.20 |
| 390 | 2026-07-26T04:24:15.869Z | Compiling thiserror-impl v2.0.18 |
| 391 | 2026-07-26T04:24:15.869Z | Compiling serde_derive v1.0.228 |
| 392 | 2026-07-26T04:24:15.869Z | Compiling zerocopy-derive v0.8.54 |
| 393 | 2026-07-26T04:24:17.374Z | Compiling pest_derive v2.8.7 |
| 394 | 2026-07-26T04:24:17.429Z | Compiling scroll_derive v0.13.1 |
| 395 | 2026-07-26T04:24:17.429Z | Compiling ref-cast-impl v1.0.25 |
| 396 | 2026-07-26T04:24:17.429Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 397 | 2026-07-26T04:24:17.429Z | Compiling darling_macro v0.23.0 |
| 398 | 2026-07-26T04:24:17.429Z | Checking scroll v0.13.0 |
| 399 | 2026-07-26T04:24:17.429Z | Compiling dtrace-parser v0.3.0 |
| 400 | 2026-07-26T04:24:17.429Z | Checking cobs v0.3.0 |
| 401 | 2026-07-26T04:24:17.429Z | Checking goblin v0.10.7 |
| 402 | 2026-07-26T04:24:17.429Z | Compiling darling v0.23.0 |
| 403 | 2026-07-26T04:24:17.429Z | Compiling ingot-macros v0.2.0 |
| 404 | 2026-07-26T04:24:17.455Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 405 | 2026-07-26T04:24:18.411Z | Checking postcard v1.1.3 |
| 406 | 2026-07-26T04:24:18.427Z | Compiling serde_tokenstream v0.2.3 |
| 407 | 2026-07-26T04:24:19.689Z | Compiling dof v0.4.0 |
| 408 | 2026-07-26T04:24:19.720Z | Checking ingot-types v0.2.0 |
| 409 | 2026-07-26T04:24:20.002Z | Checking ingot v0.2.0 |
| 410 | 2026-07-26T04:24:20.530Z | Compiling usdt-macro v0.6.0 |
| 411 | 2026-07-26T04:24:20.534Z | Compiling usdt-attr-macro v0.6.0 |
| 412 | 2026-07-26T04:24:21.120Z | Checking usdt v0.6.0 |
| 413 | 2026-07-26T04:24:21.396Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 414 | 2026-07-26T04:24:29.859Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.19s |
| 415 | 2026-07-26T04:24:29.886Z | |
| 416 | 2026-07-26T04:24:29.890Z | real 19.267649912 |
| 417 | 2026-07-26T04:24:29.890Z | user 1:01.303131648 |
| 418 | 2026-07-26T04:24:29.890Z | sys 12.157357425 |
| 419 | 2026-07-26T04:24:29.890Z | trap 0.030428000 |
| 420 | 2026-07-26T04:24:29.890Z | tflt 0.174643360 |
| 421 | 2026-07-26T04:24:29.890Z | dflt 0.206999422 |
| 422 | 2026-07-26T04:24:29.890Z | kflt 0.000013370 |
| 423 | 2026-07-26T04:24:29.890Z | lock 3:51.569856487 |
| 424 | 2026-07-26T04:24:29.890Z | slp 3:12.508029379 |
| 425 | 2026-07-26T04:24:29.890Z | lat 2.593841432 |
| 426 | 2026-07-26T04:24:29.890Z | stop 6.110538384 |
| 427 | 2026-07-26T04:24:29.890Z | + header 'analyze no_std + engine + kernel' |
| 428 | 2026-07-26T04:24:29.890Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 429 | 2026-07-26T04:24:29.890Z | # ==== analyze no_std + engine + kernel ==== # |
| 430 | 2026-07-26T04:24:29.890Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings |
| 431 | 2026-07-26T04:24:30.053Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 432 | 2026-07-26T04:24:30.053Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 433 | 2026-07-26T04:24:30.053Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 434 | 2026-07-26T04:24:30.057Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 435 | 2026-07-26T04:24:30.266Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 436 | 2026-07-26T04:24:33.329Z | Finished `dev` profile [optimized + debuginfo] target(s) in 3.40s |
| 437 | 2026-07-26T04:24:33.354Z | |
| 438 | 2026-07-26T04:24:33.358Z | real 3.464585768 |
| 439 | 2026-07-26T04:24:33.358Z | user 3.718649832 |
| 440 | 2026-07-26T04:24:33.358Z | sys 0.831191244 |
| 441 | 2026-07-26T04:24:33.358Z | trap 0.000475140 |
| 442 | 2026-07-26T04:24:33.358Z | tflt 0.020305913 |
| 443 | 2026-07-26T04:24:33.358Z | dflt 0.005667111 |
| 444 | 2026-07-26T04:24:33.358Z | kflt 0.000000000 |
| 445 | 2026-07-26T04:24:33.359Z | lock 11.410167272 |
| 446 | 2026-07-26T04:24:33.359Z | slp 14.396284552 |
| 447 | 2026-07-26T04:24:33.359Z | lat 0.005621970 |
| 448 | 2026-07-26T04:24:33.359Z | stop 0.187809034 |
| 449 | 2026-07-26T04:24:33.359Z | + header test |
| 450 | 2026-07-26T04:24:33.359Z | + echo '# ==== test ==== #' |
| 451 | 2026-07-26T04:24:33.359Z | + ptime -m cargo test |
| 452 | 2026-07-26T04:24:33.359Z | # ==== test ==== # |
| 453 | 2026-07-26T04:24:33.499Z | Compiling serde_core v1.0.228 |
| 454 | 2026-07-26T04:24:33.504Z | Compiling thiserror v2.0.18 |
| 455 | 2026-07-26T04:24:33.504Z | Compiling zerocopy v0.8.54 |
| 456 | 2026-07-26T04:24:33.520Z | Compiling byteorder v1.5.0 |
| 457 | 2026-07-26T04:24:33.524Z | Compiling memchr v2.8.3 |
| 458 | 2026-07-26T04:24:33.527Z | Compiling unicode-ident v1.0.24 |
| 459 | 2026-07-26T04:24:33.531Z | Compiling libc v0.2.186 |
| 460 | 2026-07-26T04:24:33.531Z | Compiling zmij v1.0.22 |
| 461 | 2026-07-26T04:24:33.603Z | Compiling proc-macro2 v1.0.106 |
| 462 | 2026-07-26T04:24:33.674Z | Compiling scroll v0.13.0 |
| 463 | 2026-07-26T04:24:33.726Z | Compiling log v0.4.33 |
| 464 | 2026-07-26T04:24:33.869Z | Compiling ucd-trie v0.1.7 |
| 465 | 2026-07-26T04:24:33.899Z | Compiling plain v0.2.3 |
| 466 | 2026-07-26T04:24:33.914Z | Compiling itoa v1.0.18 |
| 467 | 2026-07-26T04:24:33.956Z | Compiling quote v1.0.46 |
| 468 | 2026-07-26T04:24:33.994Z | Compiling pest v2.8.7 |
| 469 | 2026-07-26T04:24:34.167Z | Compiling goblin v0.10.7 |
| 470 | 2026-07-26T04:24:34.544Z | Compiling hash32 v0.3.1 |
| 471 | 2026-07-26T04:24:34.569Z | Compiling stable_deref_trait v1.2.1 |
| 472 | 2026-07-26T04:24:34.637Z | Compiling pretty-hex v0.4.2 |
| 473 | 2026-07-26T04:24:34.701Z | Compiling macaddr v1.0.1 |
| 474 | 2026-07-26T04:24:34.761Z | Compiling cfg-if v1.0.4 |
| 475 | 2026-07-26T04:24:34.822Z | Compiling heapless v0.8.0 |
| 476 | 2026-07-26T04:24:34.946Z | Compiling syn v2.0.118 |
| 477 | 2026-07-26T04:24:35.078Z | Compiling dtrace-parser v0.3.0 |
| 478 | 2026-07-26T04:24:35.271Z | Compiling serde v1.0.228 |
| 479 | 2026-07-26T04:24:35.494Z | Compiling serde_json v1.0.150 |
| 480 | 2026-07-26T04:24:35.662Z | Compiling bitflags v2.13.0 |
| 481 | 2026-07-26T04:24:35.914Z | Compiling thread-id v5.1.0 |
| 482 | 2026-07-26T04:24:35.988Z | Compiling cobs v0.3.0 |
| 483 | 2026-07-26T04:24:36.065Z | Compiling bitflags v1.3.2 |
| 484 | 2026-07-26T04:24:36.129Z | Compiling managed v0.8.0 |
| 485 | 2026-07-26T04:24:36.260Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 486 | 2026-07-26T04:24:36.294Z | Compiling ingot-types v0.2.0 |
| 487 | 2026-07-26T04:24:36.347Z | Compiling smoltcp v0.11.0 |
| 488 | 2026-07-26T04:24:36.459Z | Compiling postcard v1.1.3 |
| 489 | 2026-07-26T04:24:36.479Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 490 | 2026-07-26T04:24:36.716Z | Compiling ingot v0.2.0 |
| 491 | 2026-07-26T04:24:36.823Z | Compiling memmap2 v0.9.11 |
| 492 | 2026-07-26T04:24:37.092Z | Compiling dof v0.4.0 |
| 493 | 2026-07-26T04:24:37.114Z | Compiling ipnetwork v0.21.1 |
| 494 | 2026-07-26T04:24:37.626Z | Compiling unicode-width v0.2.2 |
| 495 | 2026-07-26T04:24:37.915Z | Compiling usdt-impl v0.6.0 |
| 496 | 2026-07-26T04:24:38.578Z | Compiling either v1.16.0 |
| 497 | 2026-07-26T04:24:38.642Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 498 | 2026-07-26T04:24:38.789Z | Compiling itertools v0.15.0 |
| 499 | 2026-07-26T04:24:38.891Z | Compiling usdt v0.6.0 |
| 500 | 2026-07-26T04:24:39.508Z | Compiling tabwriter v1.4.1 |
| 501 | 2026-07-26T04:24:40.053Z | Compiling ref-cast v1.0.25 |
| 502 | 2026-07-26T04:24:40.090Z | Compiling crc32fast v1.5.0 |
| 503 | 2026-07-26T04:24:40.299Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 504 | 2026-07-26T04:24:40.317Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 505 | 2026-07-26T04:24:40.572Z | Compiling dyn-clone v1.0.20 |
| 506 | 2026-07-26T04:24:55.546Z | Finished `test` profile [optimized + debuginfo] target(s) in 22.17s |
| 507 | 2026-07-26T04:24:55.557Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-87a227793c628f88) |
| 508 | 2026-07-26T04:24:55.561Z | |
| 509 | 2026-07-26T04:24:55.561Z | running 84 tests |
| 510 | 2026-07-26T04:24:55.561Z | test ddi::mblk::test::chain_append_links ... ok |
| 511 | 2026-07-26T04:24:55.561Z | test ddi::mblk::test::chain_has_correct_ends ... ok |
| 512 | 2026-07-26T04:24:55.562Z | test d_error::tests::name_and_data_storage ... ok |
| 513 | 2026-07-26T04:24:55.562Z | test d_error::tests::name_truncation ... ok |
| 514 | 2026-07-26T04:24:55.562Z | test ddi::mblk::test::expand_and_shrink ... ok |
| 515 | 2026-07-26T04:24:55.562Z | test ddi::mblk::test::prefix_len ... ok |
| 516 | 2026-07-26T04:24:55.562Z | test ddi::mblk::test::chain_breaks_links ... ok |
| 517 | 2026-07-26T04:24:55.562Z | test ddi::mblk::test::chain_drain_complete ... ok |
| 518 | 2026-07-26T04:24:55.562Z | test ddi::mblk::test::read_seg ... ok |
| 519 | 2026-07-26T04:24:55.562Z | test ddi::mblk::test::test_long_packet_continuation ... ok |
| 520 | 2026-07-26T04:24:55.562Z | test ddi::mblk::test::truncate ... ok |
| 521 | 2026-07-26T04:24:55.562Z | test ddi::mblk::test::uninitialized_packet ... ok |
| 522 | 2026-07-26T04:24:55.562Z | test ddi::mblk::test::zero_byte_packet ... ok |
| 523 | 2026-07-26T04:24:55.562Z | test ddi::mblk::test::wrap ... ok |
| 524 | 2026-07-26T04:24:55.562Z | test ddi::time::test::good_interval ... ok |
| 525 | 2026-07-26T04:24:55.562Z | test engine::dhcp::test::hostname_encode ... ok |
| 526 | 2026-07-26T04:24:55.562Z | test engine::dhcp::test::domainname_encode ... ok |
| 527 | 2026-07-26T04:24:55.562Z | test engine::dhcp::test::offlink_encode ... ok |
| 528 | 2026-07-26T04:24:55.562Z | test engine::dhcp::test::domain_search_option_encode ... ok |
| 529 | 2026-07-26T04:24:55.562Z | test engine::dhcp::test::rfc3442_encode ... ok |
| 530 | 2026-07-26T04:24:55.563Z | test engine::dhcpv6::options::test::fail_on_deeply_nested_options ... ok |
| 531 | 2026-07-26T04:24:55.563Z | test engine::dhcpv6::options::test::test_client_id ... ok |
| 532 | 2026-07-26T04:24:55.563Z | test engine::dhcpv6::options::test::test_dns_servers ... ok |
| 533 | 2026-07-26T04:24:55.563Z | test engine::dhcpv6::options::test::test_domain_list_from_slice ... ok |
| 534 | 2026-07-26T04:24:55.563Z | test engine::dhcpv6::options::test::test_iana ... ok |
| 535 | 2026-07-26T04:24:55.563Z | test engine::dhcpv6::options::test::test_elapsed_time ... ok |
| 536 | 2026-07-26T04:24:55.563Z | test engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok |
| 537 | 2026-07-26T04:24:55.563Z | test engine::dhcpv6::options::test::test_iata ... ok |
| 538 | 2026-07-26T04:24:55.563Z | test engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok |
| 539 | 2026-07-26T04:24:55.563Z | test engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok |
| 540 | 2026-07-26T04:24:55.563Z | test engine::dhcpv6::options::test::test_server_id ... ok |
| 541 | 2026-07-26T04:24:55.563Z | test engine::dhcpv6::options::test::test_option_request ... ok |
| 542 | 2026-07-26T04:24:55.563Z | test engine::dhcpv6::options::test::test_rapid_commit ... ok |
| 543 | 2026-07-26T04:24:55.563Z | test ddi::time::test::bad_interval - should panic ... ok |
| 544 | 2026-07-26T04:24:55.563Z | test engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok |
| 545 | 2026-07-26T04:24:55.563Z | test engine::dhcpv6::options::test::test_parse_snooped_iana ... ok |
| 546 | 2026-07-26T04:24:55.563Z | test engine::dhcpv6::options::test::test_status ... ok |
| 547 | 2026-07-26T04:24:55.563Z | test engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok |
| 548 | 2026-07-26T04:24:55.563Z | test engine::dhcpv6::test::test_duid_from_mac ... ok |
| 549 | 2026-07-26T04:24:55.564Z | test engine::dhcpv6::options::test::test_sntp_servers ... ok |
| 550 | 2026-07-26T04:24:55.564Z | test engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok |
| 551 | 2026-07-26T04:24:55.564Z | test engine::ether::test::emit ... ok |
| 552 | 2026-07-26T04:24:55.564Z | test engine::flow_table::test::eviction_invalidates_descendents ... ok |
| 553 | 2026-07-26T04:24:55.564Z | test engine::flow_table::test::children_prevent_timer_expiry ... ok |
| 554 | 2026-07-26T04:24:55.564Z | test engine::flow_table::test::eviction_selects_highest_prio ... ok |
| 555 | 2026-07-26T04:24:55.564Z | test engine::flow_table::test::eviction_basics ... ok |
| 556 | 2026-07-26T04:24:55.564Z | test engine::flow_table::test::eviction_priority_inheritance ... ok |
| 557 | 2026-07-26T04:24:55.564Z | test engine::flow_table::test::flow_clear ... ok |
| 558 | 2026-07-26T04:24:55.564Z | test engine::flow_table::test::flow_expired ... ok |
| 559 | 2026-07-26T04:24:55.569Z | test engine::flow_table::test::priority_lerp_rejects_bad_params ... ok |
| 560 | 2026-07-26T04:24:55.569Z | test engine::flow_table::test::priority_lerp_clamps ... ok |
| 561 | 2026-07-26T04:24:55.569Z | test engine::flow_table::test::priority_lerp ... ok |
| 562 | 2026-07-26T04:24:55.569Z | test engine::geneve::test::emit_no_opts ... ok |
| 563 | 2026-07-26T04:24:55.569Z | test engine::ip::v4::test::cidr_match ... ok |
| 564 | 2026-07-26T04:24:55.569Z | test engine::flow_table::test::timer_expiry_propagation ... ok |
| 565 | 2026-07-26T04:24:55.569Z | test engine::geneve::test::emit_single_opt ... ok |
| 566 | 2026-07-26T04:24:55.569Z | test engine::ip::v4::test::match_check ... ok |
| 567 | 2026-07-26T04:24:55.569Z | test engine::ip::v6::test::option_push_spec ... ok |
| 568 | 2026-07-26T04:24:55.569Z | test engine::ip::v6::test::emit ... ok |
| 569 | 2026-07-26T04:24:55.569Z | test engine::ip::v4::test::emit ... ok |
| 570 | 2026-07-26T04:24:55.570Z | test engine::ip::v6::test::extension_push_spec ... ok |
| 571 | 2026-07-26T04:24:55.570Z | test engine::ip::v6::test::test_extension_header_lengths_ok ... ok |
| 572 | 2026-07-26T04:24:55.570Z | test engine::ip::v6::test::bad_ipv6_version_caught ... ok |
| 573 | 2026-07-26T04:24:55.570Z | test engine::ip::v6::test::from_pairs ... ok |
| 574 | 2026-07-26T04:24:55.570Z | test engine::ip::v6::test::test_ipv6_addr_match_exact ... ok |
| 575 | 2026-07-26T04:24:55.570Z | test engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok |
| 576 | 2026-07-26T04:24:55.570Z | test engine::ip::v6::test::test_set_total_len ... ok |
| 577 | 2026-07-26T04:24:55.570Z | test engine::nat::test::nat4_rewrite ... ok |
| 578 | 2026-07-26T04:24:55.570Z | test engine::layer::test::find_rule ... ok |
| 579 | 2026-07-26T04:24:55.570Z | test engine::packet::test::read_multi_segment ... ok |
| 580 | 2026-07-26T04:24:55.570Z | test engine::packet::test::parse_ipv6_extension_headers_ok ... ok |
| 581 | 2026-07-26T04:24:55.570Z | test engine::packet::test::read_single_segment ... ok |
| 582 | 2026-07-26T04:24:55.570Z | test engine::packet::test::small_packet_with_padding ... ok |
| 583 | 2026-07-26T04:24:55.570Z | test engine::packet::test::straddled_tcp ... ok |
| 584 | 2026-07-26T04:24:55.570Z | test engine::ip::v6::test::push_spec ... ok |
| 585 | 2026-07-26T04:24:55.570Z | test engine::packet::test::udp6_packet_with_padding ... ok |
| 586 | 2026-07-26T04:24:55.570Z | test engine::parse::test::icmp4_body_csum_equals_body ... ok |
| 587 | 2026-07-26T04:24:55.570Z | test engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok |
| 588 | 2026-07-26T04:24:55.570Z | test engine::port::tests::established_tcp_eviction_prio_unchanging ... ok |
| 589 | 2026-07-26T04:24:55.571Z | test engine::snat::test::snat4_desc_lifecycle ... ok |
| 590 | 2026-07-26T04:24:55.571Z | test engine::snat::test::nat_mappings ... ok |
| 591 | 2026-07-26T04:24:55.571Z | test engine::snat::test::test_nat_pool_different_ip_types ... ok |
| 592 | 2026-07-26T04:24:55.571Z | test engine::rule::rule_matching ... ok |
| 593 | 2026-07-26T04:24:55.571Z | test engine::port::tests::opening_tcp_eviction_prio_increases_over_time ... ok |
| 594 | 2026-07-26T04:24:55.571Z | |
| 595 | 2026-07-26T04:24:55.571Z | test result: ok. 84 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 596 | 2026-07-26T04:24:55.571Z | |
| 597 | 2026-07-26T04:24:55.571Z | Doc-tests opte |
| 598 | 2026-07-26T04:24:57.572Z | |
| 599 | 2026-07-26T04:24:57.572Z | running 3 tests |
| 600 | 2026-07-26T04:24:57.580Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored |
| 601 | 2026-07-26T04:24:57.580Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok |
| 602 | 2026-07-26T04:24:57.580Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok |
| 603 | 2026-07-26T04:24:57.580Z | |
| 604 | 2026-07-26T04:24:57.580Z | test result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 605 | 2026-07-26T04:24:57.580Z | |
| 606 | 2026-07-26T04:24:57.589Z | all doctests ran in 1.43s; merged doctests compilation took 1.42s |
| 607 | 2026-07-26T04:24:57.619Z | |
| 608 | 2026-07-26T04:24:57.619Z | real 24.253159307 |
| 609 | 2026-07-26T04:24:57.620Z | user 2:02.239369118 |
| 610 | 2026-07-26T04:24:57.620Z | sys 7.155426182 |
| 611 | 2026-07-26T04:24:57.620Z | trap 0.057161370 |
| 612 | 2026-07-26T04:24:57.620Z | tflt 0.176380885 |
| 613 | 2026-07-26T04:24:57.620Z | dflt 0.296769255 |
| 614 | 2026-07-26T04:24:57.620Z | kflt 0.000002260 |
| 615 | 2026-07-26T04:24:57.620Z | lock 6:17.840766922 |
| 616 | 2026-07-26T04:24:57.626Z | slp 3:40.678295974 |
| 617 | 2026-07-26T04:24:57.626Z | lat 4.484965732 |
| 618 | 2026-07-26T04:24:57.626Z | stop 2.639294669 |
| 619 | 2026-07-26T04:24:57.626Z | process exited: duration 86719 ms, exit code 0 |
| |
| 620 | 2026-07-26T04:24:57.646Z | found 0 output files |