|
|
|
| 1 | 2026-07-24T22:09:33.635Z | job assigned to worker 01KYB2S5AFQ8CJ9QER0SAJDKCZ [factory aws, i-0e40ed6c53e8f5a4c] (queued for 44 s) |
| |
| 2 | 2026-07-24T22:09:39.763Z | starting task 0: "setup" |
| 3 | 2026-07-24T22:09:39.766Z | ++ uname -s |
| 4 | 2026-07-24T22:09:39.769Z | + kern=SunOS |
| 5 | 2026-07-24T22:09:39.769Z | + build_user=build |
| 6 | 2026-07-24T22:09:39.769Z | + build_uid=12345 |
| 7 | 2026-07-24T22:09:39.770Z | + work_dir=/work |
| 8 | 2026-07-24T22:09:39.770Z | + input_dir=/input |
| 9 | 2026-07-24T22:09:39.770Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-24T22:09:39.770Z | + case "$kern" in |
| 11 | 2026-07-24T22:09:39.770Z | + groupadd -g 12345 build |
| 12 | 2026-07-24T22:09:39.770Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-24T22:09:44.318Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-24T22:09:44.344Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-24T22:09:44.344Z | + home_fs=zfs |
| 16 | 2026-07-24T22:09:44.344Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-24T22:09:44.344Z | + mkdir -p /home/build |
| 18 | 2026-07-24T22:09:44.344Z | + chown build:build /home/build /work |
| 19 | 2026-07-24T22:09:44.344Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-24T22:09:44.344Z | process exited: duration 3191 ms, exit code 0 |
| |
| 21 | 2026-07-24T22:09:44.376Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-24T22:09:46.525Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-07-24T22:09:46.525Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-07-24T22:09:46.525Z | * rust toolchain profile = "default" |
| 25 | 2026-07-24T22:09:46.525Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-24T22:09:46.525Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-24T22:09:46.525Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-24T22:09:46.525Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-24T22:09:46.525Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-07-24T22:09:46.546Z | info: downloading installer |
| 31 | 2026-07-24T22:09:46.572Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-24T22:09:46.572Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-24T22:09:46.572Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-24T22:09:46.572Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-24T22:09:46.572Z | info: profile set to default |
| 36 | 2026-07-24T22:09:46.572Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-24T22:09:46.572Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-07-24T22:09:46.572Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-07-24T22:09:46.572Z | info: downloading 6 components |
| 40 | 2026-07-24T22:10:01.285Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-07-24T22:10:01.285Z | |
| 42 | 2026-07-24T22:10:01.312Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-07-24T22:10:01.312Z | |
| 44 | 2026-07-24T22:10:01.315Z | |
| 45 | 2026-07-24T22:10:01.315Z | Rust is installed now. Great! |
| 46 | 2026-07-24T22:10:01.315Z | |
| 47 | 2026-07-24T22:10:01.315Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-24T22:10:01.315Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-24T22:10:01.315Z | |
| 50 | 2026-07-24T22:10:01.315Z | To configure your current shell, you need to source |
| 51 | 2026-07-24T22:10:01.315Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-24T22:10:01.315Z | |
| 53 | 2026-07-24T22:10:01.315Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-24T22:10:01.315Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-24T22:10:01.315Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-24T22:10:01.315Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-24T22:10:01.316Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-24T22:10:01.316Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-24T22:10:01.316Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-24T22:10:01.316Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-24T22:10:01.316Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-24T22:10:01.399Z | + rustup --version |
| 63 | 2026-07-24T22:10:01.410Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-24T22:10:01.412Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-24T22:10:01.429Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-07-24T22:10:01.432Z | + cargo --version |
| 67 | 2026-07-24T22:10:01.446Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-07-24T22:10:01.449Z | + rustc --version |
| 69 | 2026-07-24T22:10:01.468Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-07-24T22:10:01.471Z | process exited: duration 17099 ms, exit code 0 |
| |
| 71 | 2026-07-24T22:10:01.477Z | starting task 2: "authentication" |
| 72 | 2026-07-24T22:10:01.493Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-07-24T22:10:01.498Z | starting task 3: "clone repository" |
| 74 | 2026-07-24T22:10:01.501Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-24T22:10:01.504Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-24T22:10:01.526Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-24T22:10:02.410Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-24T22:10:02.413Z | + git fetch origin 62c6d27460a63db80e78c78f3115f8b21ff3cf21 |
| 79 | 2026-07-24T22:10:02.615Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-24T22:10:02.615Z | * branch 62c6d27460a63db80e78c78f3115f8b21ff3cf21 -> FETCH_HEAD |
| 81 | 2026-07-24T22:10:02.620Z | + [[ -n icmp-ptb ]] |
| 82 | 2026-07-24T22:10:02.623Z | ++ git branch --show-current |
| 83 | 2026-07-24T22:10:02.623Z | + current=master |
| 84 | 2026-07-24T22:10:02.623Z | + [[ master != icmp-ptb ]] |
| 85 | 2026-07-24T22:10:02.623Z | + git branch -f icmp-ptb 62c6d27460a63db80e78c78f3115f8b21ff3cf21 |
| 86 | 2026-07-24T22:10:02.625Z | + git checkout -f icmp-ptb |
| 87 | 2026-07-24T22:10:02.641Z | Switched to branch 'icmp-ptb' |
| 88 | 2026-07-24T22:10:02.644Z | + git reset --hard 62c6d27460a63db80e78c78f3115f8b21ff3cf21 |
| 89 | 2026-07-24T22:10:02.658Z | HEAD is now at 62c6d27 Merge branch 'master' into icmp-ptb |
| 90 | 2026-07-24T22:10:02.661Z | process exited: duration 1160 ms, exit code 0 |
| |
| 91 | 2026-07-24T22:10:02.666Z | starting task 4: "build" |
| 92 | 2026-07-24T22:10:02.670Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-24T22:10:02.673Z | ++ rustup show active-toolchain |
| 94 | 2026-07-24T22:10:02.676Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-07-24T22:10:02.676Z | ++ pushd xde |
| 96 | 2026-07-24T22:10:02.676Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-07-24T22:10:02.676Z | ++ rustup show active-toolchain |
| 98 | 2026-07-24T22:10:02.681Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 99 | 2026-07-24T22:10:02.840Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 100 | 2026-07-24T22:10:02.842Z | info: downloading 6 components |
| 101 | 2026-07-24T22:10:18.054Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-07-24T22:10:18.157Z | +++ rustup show active-toolchain -v |
| 103 | 2026-07-24T22:10:18.160Z | +++ head -n 1 |
| 104 | 2026-07-24T22:10:18.160Z | +++ cut '-d ' -f1 |
| 105 | 2026-07-24T22:10:18.211Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 106 | 2026-07-24T22:10:18.212Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 107 | 2026-07-24T22:10:18.212Z | ++ popd |
| 108 | 2026-07-24T22:10:18.214Z | /work/oxidecomputer/opte |
| 109 | 2026-07-24T22:10:18.214Z | + cargo --version |
| 110 | 2026-07-24T22:10:18.222Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 111 | 2026-07-24T22:10:18.224Z | + rustc --version |
| 112 | 2026-07-24T22:10:18.243Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 113 | 2026-07-24T22:10:18.246Z | + cd lib/opte |
| 114 | 2026-07-24T22:10:18.246Z | + header 'check style' |
| 115 | 2026-07-24T22:10:18.246Z | + echo '# ==== check style ==== #' |
| 116 | 2026-07-24T22:10:18.246Z | # ==== check style ==== # |
| 117 | 2026-07-24T22:10:18.246Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check |
| 118 | 2026-07-24T22:10:18.429Z | |
| 119 | 2026-07-24T22:10:18.429Z | real 0.180678056 |
| 120 | 2026-07-24T22:10:18.429Z | user 0.139560572 |
| 121 | 2026-07-24T22:10:18.429Z | sys 0.035712442 |
| 122 | 2026-07-24T22:10:18.429Z | trap 0.000008170 |
| 123 | 2026-07-24T22:10:18.429Z | tflt 0.000018300 |
| 124 | 2026-07-24T22:10:18.429Z | dflt 0.000021200 |
| 125 | 2026-07-24T22:10:18.429Z | kflt 0.000000000 |
| 126 | 2026-07-24T22:10:18.429Z | lock 0.030470222 |
| 127 | 2026-07-24T22:10:18.429Z | slp 0.161250885 |
| 128 | 2026-07-24T22:10:18.429Z | lat 0.000902820 |
| 129 | 2026-07-24T22:10:18.432Z | stop 0.000099590 |
| 130 | 2026-07-24T22:10:18.432Z | + header 'check docs' |
| 131 | 2026-07-24T22:10:18.432Z | + echo '# ==== check docs ==== #' |
| 132 | 2026-07-24T22:10:18.432Z | # ==== check docs ==== # |
| 133 | 2026-07-24T22:10:18.432Z | + RUSTDOCFLAGS='-D warnings' |
| 134 | 2026-07-24T22:10:18.432Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 135 | 2026-07-24T22:10:18.497Z | Updating crates.io index |
| 136 | 2026-07-24T22:10:18.500Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-07-24T22:10:19.202Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-07-24T22:10:19.602Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-07-24T22:10:19.938Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-07-24T22:10:20.165Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-07-24T22:10:20.389Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-07-24T22:10:20.680Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-07-24T22:10:22.392Z | Downloading crates ... |
| 144 | 2026-07-24T22:10:22.452Z | Downloaded bitflags v1.3.2 |
| 145 | 2026-07-24T22:10:22.457Z | Downloaded ident_case v1.0.1 |
| 146 | 2026-07-24T22:10:22.460Z | Downloaded dof v0.4.0 |
| 147 | 2026-07-24T22:10:22.461Z | Downloaded scroll v0.13.0 |
| 148 | 2026-07-24T22:10:22.467Z | Downloaded embedded-io v0.4.0 |
| 149 | 2026-07-24T22:10:22.470Z | Downloaded dyn-clone v1.0.20 |
| 150 | 2026-07-24T22:10:22.473Z | Downloaded darling_macro v0.23.0 |
| 151 | 2026-07-24T22:10:22.473Z | Downloaded dtrace-parser v0.3.0 |
| 152 | 2026-07-24T22:10:22.476Z | Downloaded plain v0.2.3 |
| 153 | 2026-07-24T22:10:22.479Z | Downloaded macaddr v1.0.1 |
| 154 | 2026-07-24T22:10:22.488Z | Downloaded pretty-hex v0.4.2 |
| 155 | 2026-07-24T22:10:22.494Z | Downloaded defmt-parser v1.0.0 |
| 156 | 2026-07-24T22:10:22.500Z | Downloaded usdt-attr-macro v0.6.0 |
| 157 | 2026-07-24T22:10:22.502Z | Downloaded cobs v0.3.0 |
| 158 | 2026-07-24T22:10:22.502Z | Downloaded cfg-if v1.0.4 |
| 159 | 2026-07-24T22:10:22.505Z | Downloaded strsim v0.11.1 |
| 160 | 2026-07-24T22:10:22.509Z | Downloaded managed v0.8.0 |
| 161 | 2026-07-24T22:10:22.514Z | Downloaded defmt v0.3.100 |
| 162 | 2026-07-24T22:10:22.516Z | Downloaded hash32 v0.3.1 |
| 163 | 2026-07-24T22:10:22.519Z | Downloaded embedded-io v0.6.1 |
| 164 | 2026-07-24T22:10:22.522Z | Downloaded ref-cast-impl v1.0.25 |
| 165 | 2026-07-24T22:10:22.525Z | Downloaded thread-id v5.1.0 |
| 166 | 2026-07-24T22:10:22.528Z | Downloaded usdt-macro v0.6.0 |
| 167 | 2026-07-24T22:10:22.528Z | Downloaded version_check v0.9.5 |
| 168 | 2026-07-24T22:10:22.528Z | Downloaded ref-cast v1.0.25 |
| 169 | 2026-07-24T22:10:22.534Z | Downloaded scroll_derive v0.13.1 |
| 170 | 2026-07-24T22:10:22.537Z | Downloaded itoa v1.0.18 |
| 171 | 2026-07-24T22:10:22.540Z | Downloaded ipnetwork v0.21.1 |
| 172 | 2026-07-24T22:10:22.545Z | Downloaded quote v1.0.46 |
| 173 | 2026-07-24T22:10:22.556Z | Downloaded defmt-macros v1.1.1 |
| 174 | 2026-07-24T22:10:22.565Z | Downloaded usdt v0.6.0 |
| 175 | 2026-07-24T22:10:22.573Z | Downloaded tabwriter v1.4.1 |
| 176 | 2026-07-24T22:10:22.576Z | Downloaded byteorder v1.5.0 |
| 177 | 2026-07-24T22:10:22.576Z | Downloaded pest_derive v2.8.7 |
| 178 | 2026-07-24T22:10:22.579Z | Downloaded stable_deref_trait v1.2.1 |
| 179 | 2026-07-24T22:10:22.582Z | Downloaded thiserror-impl v2.0.18 |
| 180 | 2026-07-24T22:10:22.582Z | Downloaded ingot-types v0.2.0 |
| 181 | 2026-07-24T22:10:22.585Z | Downloaded either v1.16.0 |
| 182 | 2026-07-24T22:10:22.590Z | Downloaded defmt v1.1.1 |
| 183 | 2026-07-24T22:10:22.593Z | Downloaded serde_tokenstream v0.2.3 |
| 184 | 2026-07-24T22:10:22.593Z | Downloaded usdt-impl v0.6.0 |
| 185 | 2026-07-24T22:10:22.596Z | Downloaded darling v0.23.0 |
| 186 | 2026-07-24T22:10:22.599Z | Downloaded ingot-macros v0.2.0 |
| 187 | 2026-07-24T22:10:22.599Z | Downloaded pest_meta v2.8.7 |
| 188 | 2026-07-24T22:10:22.602Z | Downloaded pest_generator v2.8.7 |
| 189 | 2026-07-24T22:10:22.605Z | Downloaded ucd-trie v0.1.7 |
| 190 | 2026-07-24T22:10:22.622Z | Downloaded memmap2 v0.9.11 |
| 191 | 2026-07-24T22:10:22.625Z | Downloaded postcard v1.1.3 |
| 192 | 2026-07-24T22:10:22.625Z | Downloaded thiserror v2.0.18 |
| 193 | 2026-07-24T22:10:22.628Z | Downloaded ingot v0.2.0 |
| 194 | 2026-07-24T22:10:22.631Z | Downloaded bitflags v2.13.0 |
| 195 | 2026-07-24T22:10:22.635Z | Downloaded log v0.4.33 |
| 196 | 2026-07-24T22:10:22.638Z | Downloaded crc32fast v1.5.0 |
| 197 | 2026-07-24T22:10:22.642Z | Downloaded regex v1.13.0 |
| 198 | 2026-07-24T22:10:22.656Z | Downloaded proc-macro2 v1.0.106 |
| 199 | 2026-07-24T22:10:22.659Z | Downloaded serde_derive v1.0.228 |
| 200 | 2026-07-24T22:10:22.659Z | Downloaded heapless v0.8.0 |
| 201 | 2026-07-24T22:10:22.662Z | Downloaded serde_core v1.0.228 |
| 202 | 2026-07-24T22:10:22.667Z | Downloaded darling_core v0.23.0 |
| 203 | 2026-07-24T22:10:22.673Z | Downloaded unicode-ident v1.0.24 |
| 204 | 2026-07-24T22:10:22.676Z | Downloaded zmij v1.0.22 |
| 205 | 2026-07-24T22:10:22.701Z | Downloaded memchr v2.8.3 |
| 206 | 2026-07-24T22:10:22.704Z | Downloaded aho-corasick v1.1.4 |
| 207 | 2026-07-24T22:10:22.707Z | Downloaded serde v1.0.228 |
| 208 | 2026-07-24T22:10:22.718Z | Downloaded zerocopy-derive v0.8.54 |
| 209 | 2026-07-24T22:10:22.753Z | Downloaded pest v2.8.7 |
| 210 | 2026-07-24T22:10:22.759Z | Downloaded serde_json v1.0.150 |
| 211 | 2026-07-24T22:10:22.764Z | Downloaded itertools v0.15.0 |
| 212 | 2026-07-24T22:10:22.852Z | Downloaded zerocopy v0.8.54 |
| 213 | 2026-07-24T22:10:22.862Z | Downloaded goblin v0.10.7 |
| 214 | 2026-07-24T22:10:22.866Z | Downloaded syn v2.0.118 |
| 215 | 2026-07-24T22:10:22.871Z | Downloaded unicode-width v0.2.2 |
| 216 | 2026-07-24T22:10:22.875Z | Downloaded regex-syntax v0.8.11 |
| 217 | 2026-07-24T22:10:22.879Z | Downloaded smoltcp v0.11.0 |
| 218 | 2026-07-24T22:10:22.912Z | Downloaded regex-automata v0.4.15 |
| 219 | 2026-07-24T22:10:22.931Z | Downloaded libc v0.2.186 |
| 220 | 2026-07-24T22:10:22.984Z | Compiling proc-macro2 v1.0.106 |
| 221 | 2026-07-24T22:10:22.984Z | Compiling quote v1.0.46 |
| 222 | 2026-07-24T22:10:22.984Z | Compiling unicode-ident v1.0.24 |
| 223 | 2026-07-24T22:10:22.987Z | Documenting unicode-ident v1.0.24 |
| 224 | 2026-07-24T22:10:22.987Z | Compiling ident_case v1.0.1 |
| 225 | 2026-07-24T22:10:22.987Z | Compiling serde_core v1.0.228 |
| 226 | 2026-07-24T22:10:22.987Z | Compiling strsim v0.11.1 |
| 227 | 2026-07-24T22:10:23.145Z | Checking memchr v2.8.3 |
| 228 | 2026-07-24T22:10:23.313Z | Compiling serde v1.0.228 |
| 229 | 2026-07-24T22:10:23.352Z | Compiling zerocopy v0.8.54 |
| 230 | 2026-07-24T22:10:23.408Z | Compiling regex-syntax v0.8.11 |
| 231 | 2026-07-24T22:10:23.431Z | Compiling thiserror v2.0.18 |
| 232 | 2026-07-24T22:10:23.637Z | Documenting proc-macro2 v1.0.106 |
| 233 | 2026-07-24T22:10:23.744Z | Compiling aho-corasick v1.1.4 |
| 234 | 2026-07-24T22:10:23.989Z | Checking syn v2.0.118 |
| 235 | 2026-07-24T22:10:24.131Z | Documenting ident_case v1.0.1 |
| 236 | 2026-07-24T22:10:24.235Z | Documenting quote v1.0.46 |
| 237 | 2026-07-24T22:10:24.599Z | Checking byteorder v1.5.0 |
| 238 | 2026-07-24T22:10:24.760Z | Documenting strsim v0.11.1 |
| 239 | 2026-07-24T22:10:24.769Z | Documenting syn v2.0.118 |
| 240 | 2026-07-24T22:10:24.897Z | Compiling regex-automata v0.4.15 |
| 241 | 2026-07-24T22:10:25.187Z | Compiling either v1.16.0 |
| 242 | 2026-07-24T22:10:25.250Z | Compiling heapless v0.8.0 |
| 243 | 2026-07-24T22:10:25.391Z | Compiling itertools v0.15.0 |
| 244 | 2026-07-24T22:10:25.495Z | Documenting memchr v2.8.3 |
| 245 | 2026-07-24T22:10:25.718Z | Checking bitflags v2.13.0 |
| 246 | 2026-07-24T22:10:25.877Z | Checking hash32 v0.3.1 |
| 247 | 2026-07-24T22:10:25.987Z | Documenting serde_core v1.0.228 |
| 248 | 2026-07-24T22:10:25.995Z | Checking darling_core v0.23.0 |
| 249 | 2026-07-24T22:10:26.128Z | Documenting aho-corasick v1.1.4 |
| 250 | 2026-07-24T22:10:26.773Z | Documenting darling_core v0.23.0 |
| 251 | 2026-07-24T22:10:26.911Z | Compiling regex v1.13.0 |
| 252 | 2026-07-24T22:10:26.970Z | Checking macaddr v1.0.1 |
| 253 | 2026-07-24T22:10:27.111Z | Documenting regex-syntax v0.8.11 |
| 254 | 2026-07-24T22:10:27.241Z | Checking stable_deref_trait v1.2.1 |
| 255 | 2026-07-24T22:10:27.307Z | Checking cfg-if v1.0.4 |
| 256 | 2026-07-24T22:10:27.310Z | Compiling smoltcp v0.11.0 |
| 257 | 2026-07-24T22:10:27.678Z | Compiling serde_derive v1.0.228 |
| 258 | 2026-07-24T22:10:27.695Z | Compiling zerocopy-derive v0.8.54 |
| 259 | 2026-07-24T22:10:27.794Z | Compiling thiserror-impl v2.0.18 |
| 260 | 2026-07-24T22:10:27.895Z | Documenting zerocopy-derive v0.8.54 |
| 261 | 2026-07-24T22:10:27.948Z | Documenting darling_macro v0.23.0 |
| 262 | 2026-07-24T22:10:28.180Z | Documenting regex-automata v0.4.15 |
| 263 | 2026-07-24T22:10:28.632Z | Documenting serde_derive v1.0.228 |
| 264 | 2026-07-24T22:10:28.651Z | Documenting thiserror-impl v2.0.18 |
| 265 | 2026-07-24T22:10:28.775Z | Checking bitflags v1.3.2 |
| 266 | 2026-07-24T22:10:28.783Z | Compiling darling_macro v0.23.0 |
| 267 | 2026-07-24T22:10:28.837Z | Documenting byteorder v1.5.0 |
| 268 | 2026-07-24T22:10:29.137Z | Checking cobs v0.3.0 |
| 269 | 2026-07-24T22:10:29.271Z | Checking managed v0.8.0 |
| 270 | 2026-07-24T22:10:29.384Z | Documenting hash32 v0.3.1 |
| 271 | 2026-07-24T22:10:29.435Z | Compiling darling v0.23.0 |
| 272 | 2026-07-24T22:10:29.458Z | Documenting darling v0.23.0 |
| 273 | 2026-07-24T22:10:29.511Z | Compiling ingot-macros v0.2.0 |
| 274 | 2026-07-24T22:10:29.774Z | Documenting regex v1.13.0 |
| 275 | 2026-07-24T22:10:29.777Z | Documenting thiserror v2.0.18 |
| 276 | 2026-07-24T22:10:29.947Z | Documenting zerocopy v0.8.54 |
| 277 | 2026-07-24T22:10:30.093Z | Documenting bitflags v2.13.0 |
| 278 | 2026-07-24T22:10:30.356Z | Documenting cfg-if v1.0.4 |
| 279 | 2026-07-24T22:10:30.466Z | Documenting serde v1.0.228 |
| 280 | 2026-07-24T22:10:30.753Z | Documenting ingot-macros v0.2.0 |
| 281 | 2026-07-24T22:10:30.865Z | Documenting macaddr v1.0.1 |
| 282 | 2026-07-24T22:10:30.889Z | Compiling crc32fast v1.5.0 |
| 283 | 2026-07-24T22:10:31.047Z | Documenting stable_deref_trait v1.2.1 |
| 284 | 2026-07-24T22:10:31.195Z | Compiling ref-cast v1.0.25 |
| 285 | 2026-07-24T22:10:31.474Z | Checking postcard v1.1.3 |
| 286 | 2026-07-24T22:10:31.562Z | Documenting cobs v0.3.0 |
| 287 | 2026-07-24T22:10:31.611Z | Documenting heapless v0.8.0 |
| 288 | 2026-07-24T22:10:31.904Z | Compiling ref-cast-impl v1.0.25 |
| 289 | 2026-07-24T22:10:32.030Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 290 | 2026-07-24T22:10:32.110Z | Compiling version_check v0.9.5 |
| 291 | 2026-07-24T22:10:32.207Z | Checking ingot-types v0.2.0 |
| 292 | 2026-07-24T22:10:32.247Z | Documenting managed v0.8.0 |
| 293 | 2026-07-24T22:10:32.380Z | Checking unicode-width v0.2.2 |
| 294 | 2026-07-24T22:10:32.459Z | Checking ipnetwork v0.21.1 |
| 295 | 2026-07-24T22:10:32.509Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 296 | 2026-07-24T22:10:32.548Z | Checking ingot v0.2.0 |
| 297 | 2026-07-24T22:10:32.585Z | Documenting postcard v1.1.3 |
| 298 | 2026-07-24T22:10:32.622Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 299 | 2026-07-24T22:10:32.634Z | Documenting ref-cast-impl v1.0.25 |
| 300 | 2026-07-24T22:10:32.751Z | Documenting ipnetwork v0.21.1 |
| 301 | 2026-07-24T22:10:32.934Z | Documenting unicode-width v0.2.2 |
| 302 | 2026-07-24T22:10:33.074Z | Documenting ingot-types v0.2.0 |
| 303 | 2026-07-24T22:10:33.087Z | Documenting smoltcp v0.11.0 |
| 304 | 2026-07-24T22:10:33.360Z | Documenting either v1.16.0 |
| 305 | 2026-07-24T22:10:33.662Z | Checking tabwriter v1.4.1 |
| 306 | 2026-07-24T22:10:33.877Z | Documenting ref-cast v1.0.25 |
| 307 | 2026-07-24T22:10:34.136Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 308 | 2026-07-24T22:10:34.151Z | Documenting crc32fast v1.5.0 |
| 309 | 2026-07-24T22:10:34.360Z | Documenting tabwriter v1.4.1 |
| 310 | 2026-07-24T22:10:34.690Z | Documenting ingot v0.2.0 |
| 311 | 2026-07-24T22:10:34.788Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 312 | 2026-07-24T22:10:34.869Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 313 | 2026-07-24T22:10:34.909Z | Documenting itertools v0.15.0 |
| 314 | 2026-07-24T22:10:35.347Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 315 | 2026-07-24T22:10:35.523Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 316 | 2026-07-24T22:10:35.551Z | Documenting dyn-clone v1.0.20 |
| 317 | 2026-07-24T22:10:35.841Z | Checking dyn-clone v1.0.20 |
| 318 | 2026-07-24T22:10:37.557Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 319 | 2026-07-24T22:10:38.715Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 320 | 2026-07-24T22:10:41.064Z | Finished `dev` profile [optimized + debuginfo] target(s) in 22.62s |
| 321 | 2026-07-24T22:10:41.152Z | Generated /work/oxidecomputer/opte/target/doc/opte/index.html |
| 322 | 2026-07-24T22:10:41.179Z | |
| 323 | 2026-07-24T22:10:41.182Z | real 22.727970058 |
| 324 | 2026-07-24T22:10:41.182Z | user 1:16.766421757 |
| 325 | 2026-07-24T22:10:41.182Z | sys 16.588227197 |
| 326 | 2026-07-24T22:10:41.182Z | trap 0.042332533 |
| 327 | 2026-07-24T22:10:41.182Z | tflt 0.097928485 |
| 328 | 2026-07-24T22:10:41.182Z | dflt 0.078312403 |
| 329 | 2026-07-24T22:10:41.182Z | kflt 0.005019296 |
| 330 | 2026-07-24T22:10:41.182Z | lock 6:21.013994892 |
| 331 | 2026-07-24T22:10:41.182Z | slp 4:19.361775928 |
| 332 | 2026-07-24T22:10:41.182Z | lat 7.552918294 |
| 333 | 2026-07-24T22:10:41.182Z | stop 13.772880879 |
| 334 | 2026-07-24T22:10:41.182Z | + header 'analyze std + api' |
| 335 | 2026-07-24T22:10:41.182Z | + echo '# ==== analyze std + api ==== #' |
| 336 | 2026-07-24T22:10:41.183Z | # ==== analyze std + api ==== # |
| 337 | 2026-07-24T22:10:41.183Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 338 | 2026-07-24T22:10:41.411Z | Compiling proc-macro2 v1.0.106 |
| 339 | 2026-07-24T22:10:41.411Z | Compiling quote v1.0.46 |
| 340 | 2026-07-24T22:10:41.414Z | Compiling unicode-ident v1.0.24 |
| 341 | 2026-07-24T22:10:41.414Z | Compiling memchr v2.8.3 |
| 342 | 2026-07-24T22:10:41.414Z | Compiling thiserror v2.0.18 |
| 343 | 2026-07-24T22:10:41.414Z | Compiling zerocopy v0.8.54 |
| 344 | 2026-07-24T22:10:41.431Z | Compiling zmij v1.0.22 |
| 345 | 2026-07-24T22:10:41.434Z | Compiling serde_core v1.0.228 |
| 346 | 2026-07-24T22:10:41.585Z | Compiling libc v0.2.186 |
| 347 | 2026-07-24T22:10:41.745Z | Compiling ucd-trie v0.1.7 |
| 348 | 2026-07-24T22:10:41.777Z | Compiling serde_json v1.0.150 |
| 349 | 2026-07-24T22:10:41.941Z | Compiling pest v2.8.7 |
| 350 | 2026-07-24T22:10:41.962Z | Compiling ident_case v1.0.1 |
| 351 | 2026-07-24T22:10:41.993Z | Compiling serde v1.0.228 |
| 352 | 2026-07-24T22:10:42.021Z | Compiling strsim v0.11.1 |
| 353 | 2026-07-24T22:10:42.319Z | Compiling aho-corasick v1.1.4 |
| 354 | 2026-07-24T22:10:42.347Z | Compiling itoa v1.0.18 |
| 355 | 2026-07-24T22:10:42.587Z | Compiling regex-syntax v0.8.11 |
| 356 | 2026-07-24T22:10:42.606Z | Checking byteorder v1.5.0 |
| 357 | 2026-07-24T22:10:42.719Z | Compiling syn v2.0.118 |
| 358 | 2026-07-24T22:10:43.092Z | Compiling pest_meta v2.8.7 |
| 359 | 2026-07-24T22:10:43.172Z | Compiling either v1.16.0 |
| 360 | 2026-07-24T22:10:43.292Z | Compiling usdt-impl v0.6.0 |
| 361 | 2026-07-24T22:10:43.372Z | Compiling itertools v0.15.0 |
| 362 | 2026-07-24T22:10:43.614Z | Compiling thread-id v5.1.0 |
| 363 | 2026-07-24T22:10:43.759Z | Compiling heapless v0.8.0 |
| 364 | 2026-07-24T22:10:43.765Z | Checking plain v0.2.3 |
| 365 | 2026-07-24T22:10:43.975Z | Checking log v0.4.33 |
| 366 | 2026-07-24T22:10:44.101Z | Compiling regex-automata v0.4.15 |
| 367 | 2026-07-24T22:10:44.691Z | Checking bitflags v2.13.0 |
| 368 | 2026-07-24T22:10:44.726Z | Checking hash32 v0.3.1 |
| 369 | 2026-07-24T22:10:44.733Z | Checking stable_deref_trait v1.2.1 |
| 370 | 2026-07-24T22:10:44.794Z | Compiling smoltcp v0.11.0 |
| 371 | 2026-07-24T22:10:44.804Z | Checking pretty-hex v0.4.2 |
| 372 | 2026-07-24T22:10:44.847Z | Checking macaddr v1.0.1 |
| 373 | 2026-07-24T22:10:44.911Z | Checking cfg-if v1.0.4 |
| 374 | 2026-07-24T22:10:45.065Z | Checking bitflags v1.3.2 |
| 375 | 2026-07-24T22:10:45.071Z | Compiling crc32fast v1.5.0 |
| 376 | 2026-07-24T22:10:45.124Z | Compiling version_check v0.9.5 |
| 377 | 2026-07-24T22:10:45.127Z | Checking managed v0.8.0 |
| 378 | 2026-07-24T22:10:45.302Z | Compiling pest_generator v2.8.7 |
| 379 | 2026-07-24T22:10:45.320Z | Compiling darling_core v0.23.0 |
| 380 | 2026-07-24T22:10:45.336Z | Compiling ref-cast v1.0.25 |
| 381 | 2026-07-24T22:10:45.385Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 382 | 2026-07-24T22:10:45.663Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 383 | 2026-07-24T22:10:45.671Z | Checking memmap2 v0.9.11 |
| 384 | 2026-07-24T22:10:45.833Z | Compiling regex v1.13.0 |
| 385 | 2026-07-24T22:10:45.906Z | Checking ipnetwork v0.21.1 |
| 386 | 2026-07-24T22:10:46.079Z | Checking unicode-width v0.2.2 |
| 387 | 2026-07-24T22:10:46.324Z | Checking tabwriter v1.4.1 |
| 388 | 2026-07-24T22:10:46.376Z | Compiling thiserror-impl v2.0.18 |
| 389 | 2026-07-24T22:10:46.381Z | Compiling serde_derive v1.0.228 |
| 390 | 2026-07-24T22:10:46.459Z | Compiling zerocopy-derive v0.8.54 |
| 391 | 2026-07-24T22:10:46.524Z | Compiling pest_derive v2.8.7 |
| 392 | 2026-07-24T22:10:46.676Z | Compiling scroll_derive v0.13.1 |
| 393 | 2026-07-24T22:10:46.974Z | Compiling ref-cast-impl v1.0.25 |
| 394 | 2026-07-24T22:10:47.048Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 395 | 2026-07-24T22:10:47.269Z | Checking dyn-clone v1.0.20 |
| 396 | 2026-07-24T22:10:47.393Z | Compiling darling_macro v0.23.0 |
| 397 | 2026-07-24T22:10:47.469Z | Checking scroll v0.13.0 |
| 398 | 2026-07-24T22:10:47.624Z | Compiling dtrace-parser v0.3.0 |
| 399 | 2026-07-24T22:10:47.646Z | Checking cobs v0.3.0 |
| 400 | 2026-07-24T22:10:47.685Z | Checking goblin v0.10.7 |
| 401 | 2026-07-24T22:10:47.942Z | Compiling darling v0.23.0 |
| 402 | 2026-07-24T22:10:48.013Z | Compiling ingot-macros v0.2.0 |
| 403 | 2026-07-24T22:10:48.035Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 404 | 2026-07-24T22:10:49.009Z | Checking postcard v1.1.3 |
| 405 | 2026-07-24T22:10:49.021Z | Compiling serde_tokenstream v0.2.3 |
| 406 | 2026-07-24T22:10:50.486Z | Checking ingot-types v0.2.0 |
| 407 | 2026-07-24T22:10:50.486Z | Checking dof v0.4.0 |
| 408 | 2026-07-24T22:10:50.785Z | Checking ingot v0.2.0 |
| 409 | 2026-07-24T22:10:51.388Z | Compiling usdt-attr-macro v0.6.0 |
| 410 | 2026-07-24T22:10:51.388Z | Compiling usdt-macro v0.6.0 |
| 411 | 2026-07-24T22:10:52.023Z | Checking usdt v0.6.0 |
| 412 | 2026-07-24T22:10:52.215Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 413 | 2026-07-24T22:11:00.697Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.46s |
| 414 | 2026-07-24T22:11:00.723Z | |
| 415 | 2026-07-24T22:11:00.725Z | real 19.540071537 |
| 416 | 2026-07-24T22:11:00.725Z | user 1:02.261182724 |
| 417 | 2026-07-24T22:11:00.726Z | sys 12.278526588 |
| 418 | 2026-07-24T22:11:00.726Z | trap 0.030746098 |
| 419 | 2026-07-24T22:11:00.726Z | tflt 0.161821637 |
| 420 | 2026-07-24T22:11:00.726Z | dflt 0.225509632 |
| 421 | 2026-07-24T22:11:00.726Z | kflt 0.000045500 |
| 422 | 2026-07-24T22:11:00.726Z | lock 3:53.961897697 |
| 423 | 2026-07-24T22:11:00.726Z | slp 3:15.784313228 |
| 424 | 2026-07-24T22:11:00.726Z | lat 2.756085864 |
| 425 | 2026-07-24T22:11:00.726Z | stop 6.166003196 |
| 426 | 2026-07-24T22:11:00.726Z | + header 'analyze no_std + engine + kernel' |
| 427 | 2026-07-24T22:11:00.726Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 428 | 2026-07-24T22:11:00.726Z | # ==== analyze no_std + engine + kernel ==== # |
| 429 | 2026-07-24T22:11:00.726Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings |
| 430 | 2026-07-24T22:11:00.892Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 431 | 2026-07-24T22:11:00.892Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 432 | 2026-07-24T22:11:00.892Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 433 | 2026-07-24T22:11:00.895Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 434 | 2026-07-24T22:11:01.110Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 435 | 2026-07-24T22:11:04.252Z | Finished `dev` profile [optimized + debuginfo] target(s) in 3.48s |
| 436 | 2026-07-24T22:11:04.278Z | |
| 437 | 2026-07-24T22:11:04.281Z | real 3.549368243 |
| 438 | 2026-07-24T22:11:04.281Z | user 3.814208216 |
| 439 | 2026-07-24T22:11:04.281Z | sys 0.837815850 |
| 440 | 2026-07-24T22:11:04.281Z | trap 0.000411850 |
| 441 | 2026-07-24T22:11:04.281Z | tflt 0.023004241 |
| 442 | 2026-07-24T22:11:04.281Z | dflt 0.002666711 |
| 443 | 2026-07-24T22:11:04.281Z | kflt 0.000000700 |
| 444 | 2026-07-24T22:11:04.281Z | lock 11.759325040 |
| 445 | 2026-07-24T22:11:04.281Z | slp 14.723557315 |
| 446 | 2026-07-24T22:11:04.281Z | lat 0.005519770 |
| 447 | 2026-07-24T22:11:04.281Z | stop 0.188844634 |
| 448 | 2026-07-24T22:11:04.281Z | + header test |
| 449 | 2026-07-24T22:11:04.281Z | + echo '# ==== test ==== #' |
| 450 | 2026-07-24T22:11:04.281Z | # ==== test ==== # |
| 451 | 2026-07-24T22:11:04.281Z | + ptime -m cargo test |
| 452 | 2026-07-24T22:11:04.420Z | Compiling serde_core v1.0.228 |
| 453 | 2026-07-24T22:11:04.424Z | Compiling thiserror v2.0.18 |
| 454 | 2026-07-24T22:11:04.424Z | Compiling zerocopy v0.8.54 |
| 455 | 2026-07-24T22:11:04.443Z | Compiling byteorder v1.5.0 |
| 456 | 2026-07-24T22:11:04.445Z | Compiling memchr v2.8.3 |
| 457 | 2026-07-24T22:11:04.448Z | Compiling unicode-ident v1.0.24 |
| 458 | 2026-07-24T22:11:04.451Z | Compiling libc v0.2.186 |
| 459 | 2026-07-24T22:11:04.451Z | Compiling scroll v0.13.0 |
| 460 | 2026-07-24T22:11:04.524Z | Compiling zmij v1.0.22 |
| 461 | 2026-07-24T22:11:04.575Z | Compiling proc-macro2 v1.0.106 |
| 462 | 2026-07-24T22:11:04.650Z | Compiling plain v0.2.3 |
| 463 | 2026-07-24T22:11:04.705Z | Compiling ucd-trie v0.1.7 |
| 464 | 2026-07-24T22:11:04.746Z | Compiling log v0.4.33 |
| 465 | 2026-07-24T22:11:04.774Z | Compiling itoa v1.0.18 |
| 466 | 2026-07-24T22:11:04.903Z | Compiling goblin v0.10.7 |
| 467 | 2026-07-24T22:11:04.977Z | Compiling quote v1.0.46 |
| 468 | 2026-07-24T22:11:05.032Z | Compiling pest v2.8.7 |
| 469 | 2026-07-24T22:11:05.403Z | Compiling hash32 v0.3.1 |
| 470 | 2026-07-24T22:11:05.569Z | Compiling macaddr v1.0.1 |
| 471 | 2026-07-24T22:11:05.607Z | Compiling stable_deref_trait v1.2.1 |
| 472 | 2026-07-24T22:11:05.678Z | Compiling cfg-if v1.0.4 |
| 473 | 2026-07-24T22:11:05.742Z | Compiling pretty-hex v0.4.2 |
| 474 | 2026-07-24T22:11:05.816Z | Compiling heapless v0.8.0 |
| 475 | 2026-07-24T22:11:05.871Z | Compiling syn v2.0.118 |
| 476 | 2026-07-24T22:11:06.001Z | Compiling thread-id v5.1.0 |
| 477 | 2026-07-24T22:11:06.075Z | Compiling dtrace-parser v0.3.0 |
| 478 | 2026-07-24T22:11:06.264Z | Compiling serde v1.0.228 |
| 479 | 2026-07-24T22:11:06.410Z | Compiling bitflags v2.13.0 |
| 480 | 2026-07-24T22:11:06.737Z | Compiling serde_json v1.0.150 |
| 481 | 2026-07-24T22:11:06.834Z | Compiling cobs v0.3.0 |
| 482 | 2026-07-24T22:11:06.902Z | Compiling managed v0.8.0 |
| 483 | 2026-07-24T22:11:07.114Z | Compiling bitflags v1.3.2 |
| 484 | 2026-07-24T22:11:07.130Z | Compiling postcard v1.1.3 |
| 485 | 2026-07-24T22:11:07.180Z | Compiling smoltcp v0.11.0 |
| 486 | 2026-07-24T22:11:07.292Z | Compiling ingot-types v0.2.0 |
| 487 | 2026-07-24T22:11:07.465Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 488 | 2026-07-24T22:11:07.482Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 489 | 2026-07-24T22:11:07.693Z | Compiling ingot v0.2.0 |
| 490 | 2026-07-24T22:11:07.696Z | Compiling memmap2 v0.9.11 |
| 491 | 2026-07-24T22:11:08.005Z | Compiling dof v0.4.0 |
| 492 | 2026-07-24T22:11:08.074Z | Compiling either v1.16.0 |
| 493 | 2026-07-24T22:11:08.282Z | Compiling unicode-width v0.2.2 |
| 494 | 2026-07-24T22:11:08.592Z | Compiling ipnetwork v0.21.1 |
| 495 | 2026-07-24T22:11:09.132Z | Compiling usdt-impl v0.6.0 |
| 496 | 2026-07-24T22:11:09.655Z | Compiling usdt v0.6.0 |
| 497 | 2026-07-24T22:11:09.895Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 498 | 2026-07-24T22:11:09.976Z | Compiling tabwriter v1.4.1 |
| 499 | 2026-07-24T22:11:10.271Z | Compiling itertools v0.15.0 |
| 500 | 2026-07-24T22:11:10.397Z | Compiling ref-cast v1.0.25 |
| 501 | 2026-07-24T22:11:10.531Z | Compiling crc32fast v1.5.0 |
| 502 | 2026-07-24T22:11:10.778Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 503 | 2026-07-24T22:11:11.405Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 504 | 2026-07-24T22:11:11.491Z | Compiling dyn-clone v1.0.20 |
| 505 | 2026-07-24T22:11:26.787Z | Finished `test` profile [optimized + debuginfo] target(s) in 22.49s |
| 506 | 2026-07-24T22:11:26.798Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-87a227793c628f88) |
| 507 | 2026-07-24T22:11:26.802Z | |
| 508 | 2026-07-24T22:11:26.802Z | running 84 tests |
| 509 | 2026-07-24T22:11:26.802Z | test d_error::tests::name_truncation ... ok |
| 510 | 2026-07-24T22:11:26.802Z | test d_error::tests::name_and_data_storage ... ok |
| 511 | 2026-07-24T22:11:26.802Z | test ddi::mblk::test::chain_append_links ... ok |
| 512 | 2026-07-24T22:11:26.802Z | test ddi::mblk::test::chain_breaks_links ... ok |
| 513 | 2026-07-24T22:11:26.802Z | test ddi::mblk::test::chain_has_correct_ends ... ok |
| 514 | 2026-07-24T22:11:26.802Z | test ddi::mblk::test::chain_drain_complete ... ok |
| 515 | 2026-07-24T22:11:26.802Z | test ddi::mblk::test::expand_and_shrink ... ok |
| 516 | 2026-07-24T22:11:26.802Z | test ddi::mblk::test::prefix_len ... ok |
| 517 | 2026-07-24T22:11:26.802Z | test ddi::mblk::test::read_seg ... ok |
| 518 | 2026-07-24T22:11:26.802Z | test ddi::mblk::test::test_long_packet_continuation ... ok |
| 519 | 2026-07-24T22:11:26.802Z | test ddi::mblk::test::uninitialized_packet ... ok |
| 520 | 2026-07-24T22:11:26.802Z | test ddi::mblk::test::wrap ... ok |
| 521 | 2026-07-24T22:11:26.802Z | test ddi::mblk::test::zero_byte_packet ... ok |
| 522 | 2026-07-24T22:11:26.802Z | test ddi::mblk::test::truncate ... ok |
| 523 | 2026-07-24T22:11:26.802Z | test ddi::time::test::good_interval ... ok |
| 524 | 2026-07-24T22:11:26.802Z | test engine::dhcp::test::domainname_encode ... ok |
| 525 | 2026-07-24T22:11:26.802Z | test engine::dhcp::test::hostname_encode ... ok |
| 526 | 2026-07-24T22:11:26.802Z | test engine::dhcp::test::domain_search_option_encode ... ok |
| 527 | 2026-07-24T22:11:26.802Z | test engine::dhcp::test::offlink_encode ... ok |
| 528 | 2026-07-24T22:11:26.802Z | test engine::dhcp::test::rfc3442_encode ... ok |
| 529 | 2026-07-24T22:11:26.802Z | test engine::dhcpv6::options::test::fail_on_deeply_nested_options ... ok |
| 530 | 2026-07-24T22:11:26.803Z | test engine::dhcpv6::options::test::test_dns_servers ... ok |
| 531 | 2026-07-24T22:11:26.803Z | test engine::dhcpv6::options::test::test_client_id ... ok |
| 532 | 2026-07-24T22:11:26.803Z | test engine::dhcpv6::options::test::test_domain_list_from_slice ... ok |
| 533 | 2026-07-24T22:11:26.803Z | test engine::dhcpv6::options::test::test_iana ... ok |
| 534 | 2026-07-24T22:11:26.803Z | test engine::dhcpv6::options::test::test_elapsed_time ... ok |
| 535 | 2026-07-24T22:11:26.803Z | test engine::dhcpv6::options::test::test_parse_snooped_iana ... ok |
| 536 | 2026-07-24T22:11:26.803Z | test engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok |
| 537 | 2026-07-24T22:11:26.803Z | test ddi::time::test::bad_interval - should panic ... ok |
| 538 | 2026-07-24T22:11:26.803Z | test engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok |
| 539 | 2026-07-24T22:11:26.803Z | test engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok |
| 540 | 2026-07-24T22:11:26.803Z | test engine::dhcpv6::options::test::test_iata ... ok |
| 541 | 2026-07-24T22:11:26.803Z | test engine::dhcpv6::options::test::test_sntp_servers ... ok |
| 542 | 2026-07-24T22:11:26.806Z | test engine::dhcpv6::options::test::test_rapid_commit ... ok |
| 543 | 2026-07-24T22:11:26.806Z | test engine::dhcpv6::options::test::test_option_request ... ok |
| 544 | 2026-07-24T22:11:26.807Z | test engine::dhcpv6::options::test::test_server_id ... ok |
| 545 | 2026-07-24T22:11:26.807Z | test engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok |
| 546 | 2026-07-24T22:11:26.807Z | test engine::dhcpv6::test::test_duid_from_mac ... ok |
| 547 | 2026-07-24T22:11:26.807Z | test engine::dhcpv6::options::test::test_status ... ok |
| 548 | 2026-07-24T22:11:26.807Z | test engine::ether::test::emit ... ok |
| 549 | 2026-07-24T22:11:26.807Z | test engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok |
| 550 | 2026-07-24T22:11:26.807Z | test engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok |
| 551 | 2026-07-24T22:11:26.807Z | test engine::flow_table::test::eviction_invalidates_descendents ... ok |
| 552 | 2026-07-24T22:11:26.807Z | test engine::flow_table::test::children_prevent_timer_expiry ... ok |
| 553 | 2026-07-24T22:11:26.807Z | test engine::flow_table::test::eviction_basics ... ok |
| 554 | 2026-07-24T22:11:26.807Z | test engine::flow_table::test::eviction_priority_inheritance ... ok |
| 555 | 2026-07-24T22:11:26.807Z | test engine::flow_table::test::priority_lerp ... ok |
| 556 | 2026-07-24T22:11:26.807Z | test engine::flow_table::test::eviction_selects_highest_prio ... ok |
| 557 | 2026-07-24T22:11:26.807Z | test engine::flow_table::test::flow_clear ... ok |
| 558 | 2026-07-24T22:11:26.807Z | test engine::flow_table::test::flow_expired ... ok |
| 559 | 2026-07-24T22:11:26.807Z | test engine::flow_table::test::priority_lerp_rejects_bad_params ... ok |
| 560 | 2026-07-24T22:11:26.807Z | test engine::geneve::test::emit_no_opts ... ok |
| 561 | 2026-07-24T22:11:26.807Z | test engine::flow_table::test::priority_lerp_clamps ... ok |
| 562 | 2026-07-24T22:11:26.807Z | test engine::geneve::test::emit_single_opt ... ok |
| 563 | 2026-07-24T22:11:26.807Z | test engine::ip::v4::test::cidr_match ... ok |
| 564 | 2026-07-24T22:11:26.807Z | test engine::flow_table::test::timer_expiry_propagation ... ok |
| 565 | 2026-07-24T22:11:26.807Z | test engine::ip::v4::test::emit ... ok |
| 566 | 2026-07-24T22:11:26.807Z | test engine::ip::v4::test::match_check ... ok |
| 567 | 2026-07-24T22:11:26.807Z | test engine::ip::v6::test::from_pairs ... ok |
| 568 | 2026-07-24T22:11:26.807Z | test engine::ip::v6::test::option_push_spec ... ok |
| 569 | 2026-07-24T22:11:26.807Z | test engine::ip::v6::test::bad_ipv6_version_caught ... ok |
| 570 | 2026-07-24T22:11:26.807Z | test engine::ip::v6::test::emit ... ok |
| 571 | 2026-07-24T22:11:26.807Z | test engine::ip::v6::test::extension_push_spec ... ok |
| 572 | 2026-07-24T22:11:26.808Z | test engine::ip::v6::test::test_extension_header_lengths_ok ... ok |
| 573 | 2026-07-24T22:11:26.808Z | test engine::ip::v6::test::test_ipv6_addr_match_exact ... ok |
| 574 | 2026-07-24T22:11:26.808Z | test engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok |
| 575 | 2026-07-24T22:11:26.808Z | test engine::ip::v6::test::test_set_total_len ... ok |
| 576 | 2026-07-24T22:11:26.808Z | test engine::packet::test::straddled_tcp ... ok |
| 577 | 2026-07-24T22:11:26.808Z | test engine::layer::test::find_rule ... ok |
| 578 | 2026-07-24T22:11:26.808Z | test engine::packet::test::small_packet_with_padding ... ok |
| 579 | 2026-07-24T22:11:26.808Z | test engine::packet::test::parse_ipv6_extension_headers_ok ... ok |
| 580 | 2026-07-24T22:11:26.808Z | test engine::packet::test::read_single_segment ... ok |
| 581 | 2026-07-24T22:11:26.808Z | test engine::packet::test::udp6_packet_with_padding ... ok |
| 582 | 2026-07-24T22:11:26.808Z | test engine::packet::test::read_multi_segment ... ok |
| 583 | 2026-07-24T22:11:26.808Z | test engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok |
| 584 | 2026-07-24T22:11:26.808Z | test engine::ip::v6::test::push_spec ... ok |
| 585 | 2026-07-24T22:11:26.808Z | test engine::port::tests::opening_tcp_eviction_prio_increases_over_time ... ok |
| 586 | 2026-07-24T22:11:26.808Z | test engine::port::tests::established_tcp_eviction_prio_unchanging ... ok |
| 587 | 2026-07-24T22:11:26.808Z | test engine::parse::test::icmp4_body_csum_equals_body ... ok |
| 588 | 2026-07-24T22:11:26.808Z | test engine::nat::test::nat4_rewrite ... ok |
| 589 | 2026-07-24T22:11:26.808Z | test engine::rule::rule_matching ... ok |
| 590 | 2026-07-24T22:11:26.808Z | test engine::snat::test::snat4_desc_lifecycle ... ok |
| 591 | 2026-07-24T22:11:26.808Z | test engine::snat::test::nat_mappings ... ok |
| 592 | 2026-07-24T22:11:26.808Z | test engine::snat::test::test_nat_pool_different_ip_types ... ok |
| 593 | 2026-07-24T22:11:26.808Z | |
| 594 | 2026-07-24T22:11:26.808Z | test result: ok. 84 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 595 | 2026-07-24T22:11:26.808Z | |
| 596 | 2026-07-24T22:11:26.808Z | Doc-tests opte |
| 597 | 2026-07-24T22:11:28.805Z | |
| 598 | 2026-07-24T22:11:28.805Z | running 3 tests |
| 599 | 2026-07-24T22:11:28.808Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored |
| 600 | 2026-07-24T22:11:28.808Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok |
| 601 | 2026-07-24T22:11:28.808Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok |
| 602 | 2026-07-24T22:11:28.808Z | |
| 603 | 2026-07-24T22:11:28.808Z | test result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 604 | 2026-07-24T22:11:28.808Z | |
| 605 | 2026-07-24T22:11:28.814Z | all doctests ran in 1.42s; merged doctests compilation took 1.41s |
| 606 | 2026-07-24T22:11:28.853Z | |
| 607 | 2026-07-24T22:11:28.856Z | real 24.565283076 |
| 608 | 2026-07-24T22:11:28.856Z | user 2:03.382021333 |
| 609 | 2026-07-24T22:11:28.856Z | sys 7.199681026 |
| 610 | 2026-07-24T22:11:28.856Z | trap 0.055477661 |
| 611 | 2026-07-24T22:11:28.856Z | tflt 0.201747555 |
| 612 | 2026-07-24T22:11:28.856Z | dflt 0.334242833 |
| 613 | 2026-07-24T22:11:28.856Z | kflt 0.000024250 |
| 614 | 2026-07-24T22:11:28.856Z | lock 6:23.151130687 |
| 615 | 2026-07-24T22:11:28.856Z | slp 3:43.165940878 |
| 616 | 2026-07-24T22:11:28.856Z | lat 5.395326487 |
| 617 | 2026-07-24T22:11:28.856Z | stop 2.928838376 |
| 618 | 2026-07-24T22:11:28.856Z | process exited: duration 86187 ms, exit code 0 |
| |
| 619 | 2026-07-24T22:11:28.863Z | found 0 output files |