|
|
|
| 1 | 2026-07-16T19:28:13.462Z | job assigned to worker 01KXP6C033C0NSDP4TMTJN9428 [factory aws, i-0e2395faeb5dbc232] (queued for 51 s) |
| |
| 2 | 2026-07-16T19:28:19.988Z | starting task 0: "setup" |
| 3 | 2026-07-16T19:28:19.994Z | ++ uname -s |
| 4 | 2026-07-16T19:28:19.997Z | + kern=SunOS |
| 5 | 2026-07-16T19:28:19.997Z | + build_user=build |
| 6 | 2026-07-16T19:28:19.997Z | + build_uid=12345 |
| 7 | 2026-07-16T19:28:19.997Z | + work_dir=/work |
| 8 | 2026-07-16T19:28:19.997Z | + input_dir=/input |
| 9 | 2026-07-16T19:28:19.998Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-16T19:28:19.998Z | + case "$kern" in |
| 11 | 2026-07-16T19:28:19.998Z | + groupadd -g 12345 build |
| 12 | 2026-07-16T19:28:19.998Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-16T19:28:22.002Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-16T19:28:22.076Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-16T19:28:22.079Z | + home_fs=zfs |
| 16 | 2026-07-16T19:28:22.079Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-16T19:28:22.079Z | + mkdir -p /home/build |
| 18 | 2026-07-16T19:28:22.079Z | + chown build:build /home/build /work |
| 19 | 2026-07-16T19:28:24.080Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-16T19:28:24.083Z | process exited: duration 4093 ms, exit code 0 |
| |
| 21 | 2026-07-16T19:28:24.090Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-16T19:28:24.093Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-16T19:28:24.093Z | * rust toolchain channel = "1.96.1" |
| 24 | 2026-07-16T19:28:24.093Z | * rust toolchain profile = "default" |
| 25 | 2026-07-16T19:28:24.093Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-16T19:28:24.093Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-16T19:28:24.093Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-16T19:28:24.097Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-16T19:28:24.097Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-16T19:28:24.177Z | info: downloading installer |
| 31 | 2026-07-16T19:28:25.583Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-16T19:28:25.583Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-16T19:28:25.583Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-16T19:28:25.583Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-16T19:28:25.596Z | info: profile set to default |
| 36 | 2026-07-16T19:28:25.596Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-16T19:28:25.599Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-16T19:28:25.733Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-16T19:28:25.737Z | info: downloading 6 components |
| 40 | 2026-07-16T19:28:42.438Z | |
| 41 | 2026-07-16T19:28:42.438Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 42 | 2026-07-16T19:28:42.466Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-16T19:28:42.466Z | |
| 44 | 2026-07-16T19:28:42.469Z | |
| 45 | 2026-07-16T19:28:42.469Z | Rust is installed now. Great! |
| 46 | 2026-07-16T19:28:42.469Z | |
| 47 | 2026-07-16T19:28:42.469Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-16T19:28:42.469Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-16T19:28:42.469Z | |
| 50 | 2026-07-16T19:28:42.469Z | To configure your current shell, you need to source |
| 51 | 2026-07-16T19:28:42.469Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-16T19:28:42.469Z | |
| 53 | 2026-07-16T19:28:42.470Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-16T19:28:42.470Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-16T19:28:42.470Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-16T19:28:42.470Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-16T19:28:42.471Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-16T19:28:42.471Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-16T19:28:42.471Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-16T19:28:42.471Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-16T19:28:42.471Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-16T19:28:42.559Z | + rustup --version |
| 63 | 2026-07-16T19:28:42.568Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-16T19:28:42.572Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-16T19:28:42.589Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-16T19:28:42.592Z | + cargo --version |
| 67 | 2026-07-16T19:28:42.605Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-16T19:28:42.612Z | + rustc --version |
| 69 | 2026-07-16T19:28:42.627Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-16T19:28:42.630Z | process exited: duration 18539 ms, exit code 0 |
| |
| 71 | 2026-07-16T19:28:42.637Z | starting task 2: "authentication" |
| 72 | 2026-07-16T19:28:42.653Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-16T19:28:42.660Z | starting task 3: "clone repository" |
| 74 | 2026-07-16T19:28:42.665Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-16T19:28:42.668Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-16T19:28:42.697Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-16T19:28:43.552Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-16T19:28:43.552Z | + git fetch origin 422997750e66c7abef4989baf0ef6f5c20ab5157 |
| 79 | 2026-07-16T19:28:43.782Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-16T19:28:43.782Z | * branch 422997750e66c7abef4989baf0ef6f5c20ab5157 -> FETCH_HEAD |
| 81 | 2026-07-16T19:28:43.790Z | + [[ -n icmp-ptb ]] |
| 82 | 2026-07-16T19:28:43.794Z | ++ git branch --show-current |
| 83 | 2026-07-16T19:28:43.794Z | + current=master |
| 84 | 2026-07-16T19:28:43.794Z | + [[ master != icmp-ptb ]] |
| 85 | 2026-07-16T19:28:43.794Z | + git branch -f icmp-ptb 422997750e66c7abef4989baf0ef6f5c20ab5157 |
| 86 | 2026-07-16T19:28:43.797Z | + git checkout -f icmp-ptb |
| 87 | 2026-07-16T19:28:43.814Z | Switched to branch 'icmp-ptb' |
| 88 | 2026-07-16T19:28:43.817Z | + git reset --hard 422997750e66c7abef4989baf0ef6f5c20ab5157 |
| 89 | 2026-07-16T19:28:43.834Z | HEAD is now at 4229977 Safety catch |
| 90 | 2026-07-16T19:28:43.836Z | process exited: duration 1174 ms, exit code 0 |
| |
| 91 | 2026-07-16T19:28:43.842Z | starting task 4: "build" |
| 92 | 2026-07-16T19:28:43.846Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-16T19:28:43.849Z | ++ rustup show active-toolchain |
| 94 | 2026-07-16T19:28:43.852Z | 1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-07-16T19:28:43.855Z | ++ pushd xde |
| 96 | 2026-07-16T19:28:43.855Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-07-16T19:28:43.855Z | ++ rustup show active-toolchain |
| 98 | 2026-07-16T19:28:43.858Z | info: syncing channel updates for nightly-2026-06-30-x86_64-unknown-illumos |
| 99 | 2026-07-16T19:28:44.021Z | info: latest update on 2026-06-30 for version 1.98.0-nightly (096694416 2026-06-29) |
| 100 | 2026-07-16T19:28:44.024Z | info: downloading 6 components |
| 101 | 2026-07-16T19:28:58.144Z | nightly-2026-06-30-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-07-16T19:28:58.246Z | +++ rustup show active-toolchain -v |
| 103 | 2026-07-16T19:28:58.249Z | +++ head -n 1 |
| 104 | 2026-07-16T19:28:58.249Z | +++ cut '-d ' -f1 |
| 105 | 2026-07-16T19:28:58.305Z | ++ export NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos |
| 106 | 2026-07-16T19:28:58.305Z | ++ NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos |
| 107 | 2026-07-16T19:28:58.305Z | ++ popd |
| 108 | 2026-07-16T19:28:58.308Z | /work/oxidecomputer/opte |
| 109 | 2026-07-16T19:28:58.308Z | + cargo --version |
| 110 | 2026-07-16T19:28:58.315Z | cargo 1.96.1 (356927216 2026-06-26) |
| 111 | 2026-07-16T19:28:58.318Z | + rustc --version |
| 112 | 2026-07-16T19:28:58.337Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 113 | 2026-07-16T19:28:58.340Z | + cd lib/opte |
| 114 | 2026-07-16T19:28:58.340Z | + header 'check style' |
| 115 | 2026-07-16T19:28:58.340Z | + echo '# ==== check style ==== #' |
| 116 | 2026-07-16T19:28:58.340Z | # ==== check style ==== # |
| 117 | 2026-07-16T19:28:58.340Z | + ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos fmt -- --check |
| 118 | 2026-07-16T19:28:58.527Z | |
| 119 | 2026-07-16T19:28:58.527Z | real 0.185303848 |
| 120 | 2026-07-16T19:28:58.527Z | user 0.142186958 |
| 121 | 2026-07-16T19:28:58.527Z | sys 0.036542178 |
| 122 | 2026-07-16T19:28:58.527Z | trap 0.000085318 |
| 123 | 2026-07-16T19:28:58.527Z | tflt 0.000032827 |
| 124 | 2026-07-16T19:28:58.527Z | dflt 0.000013407 |
| 125 | 2026-07-16T19:28:58.527Z | kflt 0.000000000 |
| 126 | 2026-07-16T19:28:58.527Z | lock 0.031504156 |
| 127 | 2026-07-16T19:28:58.527Z | slp 0.165172803 |
| 128 | 2026-07-16T19:28:58.527Z | lat 0.000972121 |
| 129 | 2026-07-16T19:28:58.527Z | stop 0.000096761 |
| 130 | 2026-07-16T19:28:58.530Z | + header 'check docs' |
| 131 | 2026-07-16T19:28:58.530Z | + echo '# ==== check docs ==== #' |
| 132 | 2026-07-16T19:28:58.530Z | # ==== check docs ==== # |
| 133 | 2026-07-16T19:28:58.531Z | + RUSTDOCFLAGS='-D warnings' |
| 134 | 2026-07-16T19:28:58.531Z | + ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 135 | 2026-07-16T19:28:58.597Z | Updating crates.io index |
| 136 | 2026-07-16T19:28:58.600Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-07-16T19:28:59.316Z | Updating git repository `https://github.com/oxidecomputer/ingot` |
| 138 | 2026-07-16T19:28:59.654Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 139 | 2026-07-16T19:28:59.882Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 140 | 2026-07-16T19:29:00.289Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 141 | 2026-07-16T19:29:00.555Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 142 | 2026-07-16T19:29:00.810Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 143 | 2026-07-16T19:29:01.132Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 144 | 2026-07-16T19:29:03.104Z | Downloading crates ... |
| 145 | 2026-07-16T19:29:03.152Z | Downloaded either v1.16.0 |
| 146 | 2026-07-16T19:29:03.162Z | Downloaded aho-corasick v1.1.4 |
| 147 | 2026-07-16T19:29:03.168Z | Downloaded stable_deref_trait v1.2.1 |
| 148 | 2026-07-16T19:29:03.172Z | Downloaded macaddr v1.0.1 |
| 149 | 2026-07-16T19:29:03.175Z | Downloaded dyn-clone v1.0.20 |
| 150 | 2026-07-16T19:29:03.180Z | Downloaded pest_generator v2.8.7 |
| 151 | 2026-07-16T19:29:03.184Z | Downloaded dof v0.4.0 |
| 152 | 2026-07-16T19:29:03.187Z | Downloaded defmt v0.3.100 |
| 153 | 2026-07-16T19:29:03.188Z | Downloaded ident_case v1.0.1 |
| 154 | 2026-07-16T19:29:03.191Z | Downloaded embedded-io v0.4.0 |
| 155 | 2026-07-16T19:29:03.191Z | Downloaded strsim v0.11.1 |
| 156 | 2026-07-16T19:29:03.194Z | Downloaded embedded-io v0.6.1 |
| 157 | 2026-07-16T19:29:03.194Z | Downloaded darling_macro v0.23.0 |
| 158 | 2026-07-16T19:29:03.197Z | Downloaded memmap2 v0.9.11 |
| 159 | 2026-07-16T19:29:03.200Z | Downloaded bitflags v1.3.2 |
| 160 | 2026-07-16T19:29:03.200Z | Downloaded defmt-macros v1.1.1 |
| 161 | 2026-07-16T19:29:03.206Z | Downloaded itoa v1.0.18 |
| 162 | 2026-07-16T19:29:03.210Z | Downloaded ref-cast-impl v1.0.25 |
| 163 | 2026-07-16T19:29:03.210Z | Downloaded scroll_derive v0.13.1 |
| 164 | 2026-07-16T19:29:03.210Z | Downloaded usdt-attr-macro v0.6.0 |
| 165 | 2026-07-16T19:29:03.213Z | Downloaded dtrace-parser v0.3.0 |
| 166 | 2026-07-16T19:29:03.216Z | Downloaded ref-cast v1.0.25 |
| 167 | 2026-07-16T19:29:03.216Z | Downloaded hash32 v0.3.1 |
| 168 | 2026-07-16T19:29:03.219Z | Downloaded byteorder v1.5.0 |
| 169 | 2026-07-16T19:29:03.225Z | Downloaded cfg-if v1.0.4 |
| 170 | 2026-07-16T19:29:03.232Z | Downloaded managed v0.8.0 |
| 171 | 2026-07-16T19:29:03.235Z | Downloaded version_check v0.9.5 |
| 172 | 2026-07-16T19:29:03.235Z | Downloaded plain v0.2.3 |
| 173 | 2026-07-16T19:29:03.239Z | Downloaded darling_macro v0.21.3 |
| 174 | 2026-07-16T19:29:03.242Z | Downloaded zmij v1.0.21 |
| 175 | 2026-07-16T19:29:03.242Z | Downloaded log v0.4.33 |
| 176 | 2026-07-16T19:29:03.245Z | Downloaded pretty-hex v0.4.2 |
| 177 | 2026-07-16T19:29:03.248Z | Downloaded thread-id v5.1.0 |
| 178 | 2026-07-16T19:29:03.248Z | Downloaded tabwriter v1.4.1 |
| 179 | 2026-07-16T19:29:03.248Z | Downloaded usdt-macro v0.6.0 |
| 180 | 2026-07-16T19:29:03.252Z | Downloaded cobs v0.3.0 |
| 181 | 2026-07-16T19:29:03.256Z | Downloaded defmt-parser v1.0.0 |
| 182 | 2026-07-16T19:29:03.260Z | Downloaded fnv v1.0.7 |
| 183 | 2026-07-16T19:29:03.263Z | Downloaded darling v0.21.3 |
| 184 | 2026-07-16T19:29:03.266Z | Downloaded scroll v0.13.0 |
| 185 | 2026-07-16T19:29:03.269Z | Downloaded ipnetwork v0.21.1 |
| 186 | 2026-07-16T19:29:03.269Z | Downloaded serde_tokenstream v0.2.3 |
| 187 | 2026-07-16T19:29:03.269Z | Downloaded thiserror-impl v2.0.18 |
| 188 | 2026-07-16T19:29:03.269Z | Downloaded usdt-impl v0.6.0 |
| 189 | 2026-07-16T19:29:03.276Z | Downloaded quote v1.0.46 |
| 190 | 2026-07-16T19:29:03.279Z | Downloaded thiserror v2.0.18 |
| 191 | 2026-07-16T19:29:03.290Z | Downloaded pest_derive v2.8.7 |
| 192 | 2026-07-16T19:29:03.294Z | Downloaded usdt v0.6.0 |
| 193 | 2026-07-16T19:29:03.299Z | Downloaded crc32fast v1.5.0 |
| 194 | 2026-07-16T19:29:03.302Z | Downloaded darling v0.23.0 |
| 195 | 2026-07-16T19:29:03.305Z | Downloaded darling_core v0.21.3 |
| 196 | 2026-07-16T19:29:03.308Z | Downloaded pest_meta v2.8.7 |
| 197 | 2026-07-16T19:29:03.311Z | Downloaded postcard v1.1.3 |
| 198 | 2026-07-16T19:29:03.311Z | Downloaded ucd-trie v0.1.7 |
| 199 | 2026-07-16T19:29:03.319Z | Downloaded serde_derive v1.0.228 |
| 200 | 2026-07-16T19:29:03.322Z | Downloaded bitflags v2.13.0 |
| 201 | 2026-07-16T19:29:03.325Z | Downloaded serde_core v1.0.228 |
| 202 | 2026-07-16T19:29:03.329Z | Downloaded unicode-ident v1.0.24 |
| 203 | 2026-07-16T19:29:03.334Z | Downloaded darling_core v0.23.0 |
| 204 | 2026-07-16T19:29:03.337Z | Downloaded defmt v1.1.1 |
| 205 | 2026-07-16T19:29:03.340Z | Downloaded proc-macro2 v1.0.106 |
| 206 | 2026-07-16T19:29:03.354Z | Downloaded heapless v0.8.0 |
| 207 | 2026-07-16T19:29:03.357Z | Downloaded serde v1.0.228 |
| 208 | 2026-07-16T19:29:03.361Z | Downloaded zerocopy-derive v0.8.52 |
| 209 | 2026-07-16T19:29:03.375Z | Downloaded memchr v2.8.2 |
| 210 | 2026-07-16T19:29:03.388Z | Downloaded regex v1.12.4 |
| 211 | 2026-07-16T19:29:03.392Z | Downloaded serde_json v1.0.150 |
| 212 | 2026-07-16T19:29:03.408Z | Downloaded pest v2.8.7 |
| 213 | 2026-07-16T19:29:03.411Z | Downloaded itertools v0.15.0 |
| 214 | 2026-07-16T19:29:03.414Z | Downloaded itertools v0.14.0 |
| 215 | 2026-07-16T19:29:03.500Z | Downloaded unicode-width v0.2.2 |
| 216 | 2026-07-16T19:29:03.505Z | Downloaded goblin v0.10.7 |
| 217 | 2026-07-16T19:29:03.505Z | Downloaded zerocopy v0.8.52 |
| 218 | 2026-07-16T19:29:03.505Z | Downloaded syn v2.0.118 |
| 219 | 2026-07-16T19:29:03.513Z | Downloaded smoltcp v0.11.0 |
| 220 | 2026-07-16T19:29:03.516Z | Downloaded regex-syntax v0.8.11 |
| 221 | 2026-07-16T19:29:03.544Z | Downloaded regex-automata v0.4.14 |
| 222 | 2026-07-16T19:29:03.553Z | Downloaded libc v0.2.186 |
| 223 | 2026-07-16T19:29:03.609Z | Compiling proc-macro2 v1.0.106 |
| 224 | 2026-07-16T19:29:03.609Z | Compiling quote v1.0.46 |
| 225 | 2026-07-16T19:29:03.612Z | Compiling unicode-ident v1.0.24 |
| 226 | 2026-07-16T19:29:03.612Z | Documenting unicode-ident v1.0.24 |
| 227 | 2026-07-16T19:29:03.612Z | Compiling ident_case v1.0.1 |
| 228 | 2026-07-16T19:29:03.612Z | Compiling strsim v0.11.1 |
| 229 | 2026-07-16T19:29:03.612Z | Compiling serde_core v1.0.228 |
| 230 | 2026-07-16T19:29:03.763Z | Compiling fnv v1.0.7 |
| 231 | 2026-07-16T19:29:03.784Z | Checking memchr v2.8.2 |
| 232 | 2026-07-16T19:29:03.845Z | Compiling zerocopy v0.8.52 |
| 233 | 2026-07-16T19:29:03.954Z | Compiling thiserror v2.0.18 |
| 234 | 2026-07-16T19:29:04.012Z | Compiling serde v1.0.228 |
| 235 | 2026-07-16T19:29:04.174Z | Documenting proc-macro2 v1.0.106 |
| 236 | 2026-07-16T19:29:04.264Z | Compiling aho-corasick v1.1.4 |
| 237 | 2026-07-16T19:29:04.352Z | Compiling regex-syntax v0.8.11 |
| 238 | 2026-07-16T19:29:04.621Z | Checking syn v2.0.118 |
| 239 | 2026-07-16T19:29:04.731Z | Checking byteorder v1.5.0 |
| 240 | 2026-07-16T19:29:04.747Z | Documenting quote v1.0.46 |
| 241 | 2026-07-16T19:29:05.149Z | Compiling either v1.16.0 |
| 242 | 2026-07-16T19:29:05.247Z | Documenting syn v2.0.118 |
| 243 | 2026-07-16T19:29:05.348Z | Compiling itertools v0.14.0 |
| 244 | 2026-07-16T19:29:05.491Z | Compiling heapless v0.8.0 |
| 245 | 2026-07-16T19:29:05.664Z | Documenting memchr v2.8.2 |
| 246 | 2026-07-16T19:29:05.803Z | Compiling regex-automata v0.4.14 |
| 247 | 2026-07-16T19:29:06.303Z | Documenting aho-corasick v1.1.4 |
| 248 | 2026-07-16T19:29:06.508Z | Checking bitflags v2.13.0 |
| 249 | 2026-07-16T19:29:06.554Z | Checking hash32 v0.3.1 |
| 250 | 2026-07-16T19:29:06.579Z | Documenting serde_core v1.0.228 |
| 251 | 2026-07-16T19:29:06.658Z | Checking cfg-if v1.0.4 |
| 252 | 2026-07-16T19:29:06.665Z | Checking stable_deref_trait v1.2.1 |
| 253 | 2026-07-16T19:29:06.715Z | Checking macaddr v1.0.1 |
| 254 | 2026-07-16T19:29:06.811Z | Documenting regex-syntax v0.8.11 |
| 255 | 2026-07-16T19:29:06.851Z | Checking darling_core v0.21.3 |
| 256 | 2026-07-16T19:29:07.256Z | Compiling darling_core v0.23.0 |
| 257 | 2026-07-16T19:29:07.494Z | Compiling regex v1.12.4 |
| 258 | 2026-07-16T19:29:07.829Z | Documenting regex-automata v0.4.14 |
| 259 | 2026-07-16T19:29:07.892Z | Compiling smoltcp v0.11.0 |
| 260 | 2026-07-16T19:29:08.315Z | Compiling zerocopy-derive v0.8.52 |
| 261 | 2026-07-16T19:29:08.322Z | Compiling serde_derive v1.0.228 |
| 262 | 2026-07-16T19:29:08.322Z | Compiling thiserror-impl v2.0.18 |
| 263 | 2026-07-16T19:29:08.633Z | Documenting serde_derive v1.0.228 |
| 264 | 2026-07-16T19:29:09.040Z | Documenting thiserror-impl v2.0.18 |
| 265 | 2026-07-16T19:29:09.262Z | Documenting regex v1.12.4 |
| 266 | 2026-07-16T19:29:09.355Z | Compiling darling_macro v0.21.3 |
| 267 | 2026-07-16T19:29:09.435Z | Compiling darling_macro v0.23.0 |
| 268 | 2026-07-16T19:29:09.640Z | Checking cobs v0.3.0 |
| 269 | 2026-07-16T19:29:09.764Z | Documenting zerocopy-derive v0.8.52 |
| 270 | 2026-07-16T19:29:09.917Z | Checking managed v0.8.0 |
| 271 | 2026-07-16T19:29:09.926Z | Compiling darling v0.21.3 |
| 272 | 2026-07-16T19:29:09.997Z | Compiling ingot-macros v0.1.1 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53) |
| 273 | 2026-07-16T19:29:10.072Z | Checking bitflags v1.3.2 |
| 274 | 2026-07-16T19:29:10.117Z | Documenting byteorder v1.5.0 |
| 275 | 2026-07-16T19:29:10.143Z | Documenting ingot-macros v0.1.1 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53) |
| 276 | 2026-07-16T19:29:10.146Z | Documenting thiserror v2.0.18 |
| 277 | 2026-07-16T19:29:10.155Z | Documenting bitflags v2.13.0 |
| 278 | 2026-07-16T19:29:10.621Z | Documenting zerocopy v0.8.52 |
| 279 | 2026-07-16T19:29:10.763Z | Documenting hash32 v0.3.1 |
| 280 | 2026-07-16T19:29:10.919Z | Documenting stable_deref_trait v1.2.1 |
| 281 | 2026-07-16T19:29:11.112Z | Documenting serde v1.0.228 |
| 282 | 2026-07-16T19:29:11.305Z | Compiling crc32fast v1.5.0 |
| 283 | 2026-07-16T19:29:11.380Z | Documenting cfg-if v1.0.4 |
| 284 | 2026-07-16T19:29:11.426Z | Documenting macaddr v1.0.1 |
| 285 | 2026-07-16T19:29:11.588Z | Compiling ref-cast v1.0.25 |
| 286 | 2026-07-16T19:29:11.636Z | Documenting heapless v0.8.0 |
| 287 | 2026-07-16T19:29:11.886Z | Checking postcard v1.1.3 |
| 288 | 2026-07-16T19:29:11.947Z | Documenting cobs v0.3.0 |
| 289 | 2026-07-16T19:29:12.158Z | Compiling ref-cast-impl v1.0.25 |
| 290 | 2026-07-16T19:29:12.353Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 291 | 2026-07-16T19:29:12.614Z | Compiling version_check v0.9.5 |
| 292 | 2026-07-16T19:29:12.645Z | Checking ingot-types v0.1.2 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53) |
| 293 | 2026-07-16T19:29:12.698Z | Checking unicode-width v0.2.2 |
| 294 | 2026-07-16T19:29:12.744Z | Checking ipnetwork v0.21.1 |
| 295 | 2026-07-16T19:29:12.749Z | Documenting managed v0.8.0 |
| 296 | 2026-07-16T19:29:12.908Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 297 | 2026-07-16T19:29:12.954Z | Documenting postcard v1.1.3 |
| 298 | 2026-07-16T19:29:13.043Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 299 | 2026-07-16T19:29:13.051Z | Checking ingot v0.1.1 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53) |
| 300 | 2026-07-16T19:29:13.214Z | Compiling darling v0.23.0 |
| 301 | 2026-07-16T19:29:13.302Z | Documenting ref-cast-impl v1.0.25 |
| 302 | 2026-07-16T19:29:13.316Z | Documenting unicode-width v0.2.2 |
| 303 | 2026-07-16T19:29:13.541Z | Documenting either v1.16.0 |
| 304 | 2026-07-16T19:29:13.689Z | Documenting smoltcp v0.11.0 |
| 305 | 2026-07-16T19:29:13.696Z | Documenting ingot-types v0.1.2 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53) |
| 306 | 2026-07-16T19:29:13.923Z | Documenting ipnetwork v0.21.1 |
| 307 | 2026-07-16T19:29:14.169Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 308 | 2026-07-16T19:29:14.365Z | Documenting tabwriter v1.4.1 |
| 309 | 2026-07-16T19:29:14.595Z | Documenting ref-cast v1.0.25 |
| 310 | 2026-07-16T19:29:14.653Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 311 | 2026-07-16T19:29:14.820Z | Documenting itertools v0.15.0 |
| 312 | 2026-07-16T19:29:15.122Z | Documenting ingot v0.1.1 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53) |
| 313 | 2026-07-16T19:29:15.340Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 314 | 2026-07-16T19:29:15.515Z | Checking itertools v0.15.0 |
| 315 | 2026-07-16T19:29:15.701Z | Checking tabwriter v1.4.1 |
| 316 | 2026-07-16T19:29:15.917Z | Documenting crc32fast v1.5.0 |
| 317 | 2026-07-16T19:29:16.029Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 318 | 2026-07-16T19:29:16.048Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 319 | 2026-07-16T19:29:16.198Z | Documenting dyn-clone v1.0.20 |
| 320 | 2026-07-16T19:29:16.267Z | Checking dyn-clone v1.0.20 |
| 321 | 2026-07-16T19:29:17.510Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 322 | 2026-07-16T19:29:18.657Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 323 | 2026-07-16T19:29:20.986Z | Finished `dev` profile [optimized + debuginfo] target(s) in 22.45s |
| 324 | 2026-07-16T19:29:21.059Z | Generated /work/oxidecomputer/opte/target/doc/opte/index.html |
| 325 | 2026-07-16T19:29:21.081Z | |
| 326 | 2026-07-16T19:29:21.084Z | real 22.536361074 |
| 327 | 2026-07-16T19:29:21.084Z | user 1:16.448700181 |
| 328 | 2026-07-16T19:29:21.085Z | sys 16.123575605 |
| 329 | 2026-07-16T19:29:21.085Z | trap 0.043892008 |
| 330 | 2026-07-16T19:29:21.085Z | tflt 0.082932802 |
| 331 | 2026-07-16T19:29:21.085Z | dflt 0.117134110 |
| 332 | 2026-07-16T19:29:21.085Z | kflt 0.006004772 |
| 333 | 2026-07-16T19:29:21.085Z | lock 7:44.165190902 |
| 334 | 2026-07-16T19:29:21.085Z | slp 4:18.457691245 |
| 335 | 2026-07-16T19:29:21.086Z | lat 8.181959579 |
| 336 | 2026-07-16T19:29:21.086Z | stop 12.070856768 |
| 337 | 2026-07-16T19:29:21.087Z | + header 'analyze std + api' |
| 338 | 2026-07-16T19:29:21.087Z | + echo '# ==== analyze std + api ==== #' |
| 339 | 2026-07-16T19:29:21.087Z | # ==== analyze std + api ==== # |
| 340 | 2026-07-16T19:29:21.087Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 341 | 2026-07-16T19:29:21.319Z | Compiling proc-macro2 v1.0.106 |
| 342 | 2026-07-16T19:29:21.319Z | Compiling quote v1.0.46 |
| 343 | 2026-07-16T19:29:21.319Z | Compiling unicode-ident v1.0.24 |
| 344 | 2026-07-16T19:29:21.319Z | Compiling memchr v2.8.2 |
| 345 | 2026-07-16T19:29:21.319Z | Compiling thiserror v2.0.18 |
| 346 | 2026-07-16T19:29:21.319Z | Compiling zerocopy v0.8.52 |
| 347 | 2026-07-16T19:29:21.323Z | Compiling zmij v1.0.21 |
| 348 | 2026-07-16T19:29:21.323Z | Compiling serde_core v1.0.228 |
| 349 | 2026-07-16T19:29:21.493Z | Compiling libc v0.2.186 |
| 350 | 2026-07-16T19:29:21.683Z | Compiling ucd-trie v0.1.7 |
| 351 | 2026-07-16T19:29:21.701Z | Compiling strsim v0.11.1 |
| 352 | 2026-07-16T19:29:21.714Z | Compiling ident_case v1.0.1 |
| 353 | 2026-07-16T19:29:21.714Z | Compiling serde_json v1.0.150 |
| 354 | 2026-07-16T19:29:21.820Z | Compiling pest v2.8.7 |
| 355 | 2026-07-16T19:29:21.912Z | Compiling serde v1.0.228 |
| 356 | 2026-07-16T19:29:22.117Z | Compiling fnv v1.0.7 |
| 357 | 2026-07-16T19:29:22.252Z | Compiling aho-corasick v1.1.4 |
| 358 | 2026-07-16T19:29:22.273Z | Checking byteorder v1.5.0 |
| 359 | 2026-07-16T19:29:22.498Z | Compiling itoa v1.0.18 |
| 360 | 2026-07-16T19:29:22.549Z | Compiling regex-syntax v0.8.11 |
| 361 | 2026-07-16T19:29:22.658Z | Compiling syn v2.0.118 |
| 362 | 2026-07-16T19:29:23.052Z | Compiling pest_meta v2.8.7 |
| 363 | 2026-07-16T19:29:23.087Z | Compiling either v1.16.0 |
| 364 | 2026-07-16T19:29:23.175Z | Compiling usdt-impl v0.6.0 |
| 365 | 2026-07-16T19:29:23.281Z | Compiling itertools v0.14.0 |
| 366 | 2026-07-16T19:29:23.614Z | Compiling thread-id v5.1.0 |
| 367 | 2026-07-16T19:29:23.723Z | Checking log v0.4.33 |
| 368 | 2026-07-16T19:29:23.863Z | Checking plain v0.2.3 |
| 369 | 2026-07-16T19:29:23.931Z | Compiling heapless v0.8.0 |
| 370 | 2026-07-16T19:29:24.086Z | Compiling regex-automata v0.4.14 |
| 371 | 2026-07-16T19:29:24.514Z | Checking bitflags v2.13.0 |
| 372 | 2026-07-16T19:29:24.551Z | Checking hash32 v0.3.1 |
| 373 | 2026-07-16T19:29:24.652Z | Checking pretty-hex v0.4.2 |
| 374 | 2026-07-16T19:29:24.676Z | Checking stable_deref_trait v1.2.1 |
| 375 | 2026-07-16T19:29:24.731Z | Checking macaddr v1.0.1 |
| 376 | 2026-07-16T19:29:24.758Z | Checking cfg-if v1.0.4 |
| 377 | 2026-07-16T19:29:24.813Z | Compiling smoltcp v0.11.0 |
| 378 | 2026-07-16T19:29:24.917Z | Compiling crc32fast v1.5.0 |
| 379 | 2026-07-16T19:29:24.925Z | Checking bitflags v1.3.2 |
| 380 | 2026-07-16T19:29:24.982Z | Compiling version_check v0.9.5 |
| 381 | 2026-07-16T19:29:25.149Z | Compiling pest_generator v2.8.7 |
| 382 | 2026-07-16T19:29:25.182Z | Compiling darling_core v0.21.3 |
| 383 | 2026-07-16T19:29:25.208Z | Compiling darling_core v0.23.0 |
| 384 | 2026-07-16T19:29:25.256Z | Compiling ref-cast v1.0.25 |
| 385 | 2026-07-16T19:29:25.390Z | Checking managed v0.8.0 |
| 386 | 2026-07-16T19:29:25.605Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 387 | 2026-07-16T19:29:25.752Z | Compiling regex v1.12.4 |
| 388 | 2026-07-16T19:29:25.900Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 389 | 2026-07-16T19:29:26.141Z | Checking memmap2 v0.9.11 |
| 390 | 2026-07-16T19:29:26.204Z | Checking unicode-width v0.2.2 |
| 391 | 2026-07-16T19:29:26.275Z | Compiling thiserror-impl v2.0.18 |
| 392 | 2026-07-16T19:29:26.297Z | Compiling serde_derive v1.0.228 |
| 393 | 2026-07-16T19:29:26.446Z | Compiling zerocopy-derive v0.8.52 |
| 394 | 2026-07-16T19:29:26.637Z | Compiling pest_derive v2.8.7 |
| 395 | 2026-07-16T19:29:26.751Z | Compiling scroll_derive v0.13.1 |
| 396 | 2026-07-16T19:29:26.835Z | Compiling ref-cast-impl v1.0.25 |
| 397 | 2026-07-16T19:29:27.130Z | Checking ipnetwork v0.21.1 |
| 398 | 2026-07-16T19:29:27.235Z | Compiling darling_macro v0.21.3 |
| 399 | 2026-07-16T19:29:27.288Z | Compiling darling_macro v0.23.0 |
| 400 | 2026-07-16T19:29:27.474Z | Checking itertools v0.15.0 |
| 401 | 2026-07-16T19:29:27.555Z | Checking scroll v0.13.0 |
| 402 | 2026-07-16T19:29:27.559Z | Checking cobs v0.3.0 |
| 403 | 2026-07-16T19:29:27.605Z | Compiling dtrace-parser v0.3.0 |
| 404 | 2026-07-16T19:29:27.778Z | Checking goblin v0.10.7 |
| 405 | 2026-07-16T19:29:27.788Z | Compiling darling v0.21.3 |
| 406 | 2026-07-16T19:29:27.855Z | Compiling ingot-macros v0.1.1 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53) |
| 407 | 2026-07-16T19:29:27.930Z | Compiling darling v0.23.0 |
| 408 | 2026-07-16T19:29:28.002Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 409 | 2026-07-16T19:29:28.228Z | Checking tabwriter v1.4.1 |
| 410 | 2026-07-16T19:29:28.368Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 411 | 2026-07-16T19:29:28.764Z | Checking dyn-clone v1.0.20 |
| 412 | 2026-07-16T19:29:29.401Z | Checking postcard v1.1.3 |
| 413 | 2026-07-16T19:29:29.421Z | Compiling serde_tokenstream v0.2.3 |
| 414 | 2026-07-16T19:29:30.512Z | Checking ingot-types v0.1.2 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53) |
| 415 | 2026-07-16T19:29:30.512Z | Checking dof v0.4.0 |
| 416 | 2026-07-16T19:29:30.804Z | Checking ingot v0.1.1 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53) |
| 417 | 2026-07-16T19:29:31.374Z | Compiling usdt-attr-macro v0.6.0 |
| 418 | 2026-07-16T19:29:31.374Z | Compiling usdt-macro v0.6.0 |
| 419 | 2026-07-16T19:29:31.959Z | Checking usdt v0.6.0 |
| 420 | 2026-07-16T19:29:32.242Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 421 | 2026-07-16T19:29:40.730Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.59s |
| 422 | 2026-07-16T19:29:40.756Z | |
| 423 | 2026-07-16T19:29:40.759Z | real 19.668664628 |
| 424 | 2026-07-16T19:29:40.759Z | user 1:04.370535245 |
| 425 | 2026-07-16T19:29:40.759Z | sys 13.011844495 |
| 426 | 2026-07-16T19:29:40.759Z | trap 0.034226154 |
| 427 | 2026-07-16T19:29:40.759Z | tflt 0.142233268 |
| 428 | 2026-07-16T19:29:40.759Z | dflt 0.221454261 |
| 429 | 2026-07-16T19:29:40.759Z | kflt 0.000005986 |
| 430 | 2026-07-16T19:29:40.759Z | lock 3:46.381417230 |
| 431 | 2026-07-16T19:29:40.761Z | slp 3:27.471697945 |
| 432 | 2026-07-16T19:29:40.761Z | lat 3.058006888 |
| 433 | 2026-07-16T19:29:40.761Z | stop 6.412245447 |
| 434 | 2026-07-16T19:29:40.761Z | + header 'analyze no_std + engine + kernel' |
| 435 | 2026-07-16T19:29:40.761Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 436 | 2026-07-16T19:29:40.761Z | # ==== analyze no_std + engine + kernel ==== # |
| 437 | 2026-07-16T19:29:40.761Z | + ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings |
| 438 | 2026-07-16T19:29:40.940Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 439 | 2026-07-16T19:29:40.940Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 440 | 2026-07-16T19:29:40.960Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 441 | 2026-07-16T19:29:40.960Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 442 | 2026-07-16T19:29:41.194Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 443 | 2026-07-16T19:29:44.903Z | Finished `dev` profile [optimized + debuginfo] target(s) in 4.10s |
| 444 | 2026-07-16T19:29:44.930Z | |
| 445 | 2026-07-16T19:29:44.934Z | real 4.168572469 |
| 446 | 2026-07-16T19:29:44.934Z | user 4.529418783 |
| 447 | 2026-07-16T19:29:44.934Z | sys 0.903594033 |
| 448 | 2026-07-16T19:29:44.934Z | trap 0.000615660 |
| 449 | 2026-07-16T19:29:44.934Z | tflt 0.002314114 |
| 450 | 2026-07-16T19:29:44.934Z | dflt 0.004767320 |
| 451 | 2026-07-16T19:29:44.934Z | kflt 0.000003949 |
| 452 | 2026-07-16T19:29:44.934Z | lock 18.729371510 |
| 453 | 2026-07-16T19:29:44.934Z | slp 16.557471753 |
| 454 | 2026-07-16T19:29:44.934Z | lat 0.017787043 |
| 455 | 2026-07-16T19:29:44.934Z | stop 0.235521392 |
| 456 | 2026-07-16T19:29:44.934Z | + header test |
| 457 | 2026-07-16T19:29:44.934Z | + echo '# ==== test ==== #' |
| 458 | 2026-07-16T19:29:44.934Z | + ptime -m cargo test |
| 459 | 2026-07-16T19:29:44.934Z | # ==== test ==== # |
| 460 | 2026-07-16T19:29:45.077Z | Compiling serde_core v1.0.228 |
| 461 | 2026-07-16T19:29:45.080Z | Compiling thiserror v2.0.18 |
| 462 | 2026-07-16T19:29:45.095Z | Compiling zerocopy v0.8.52 |
| 463 | 2026-07-16T19:29:45.098Z | Compiling byteorder v1.5.0 |
| 464 | 2026-07-16T19:29:45.101Z | Compiling memchr v2.8.2 |
| 465 | 2026-07-16T19:29:45.104Z | Compiling unicode-ident v1.0.24 |
| 466 | 2026-07-16T19:29:45.107Z | Compiling libc v0.2.186 |
| 467 | 2026-07-16T19:29:45.107Z | Compiling zmij v1.0.21 |
| 468 | 2026-07-16T19:29:45.178Z | Compiling proc-macro2 v1.0.106 |
| 469 | 2026-07-16T19:29:45.227Z | Compiling scroll v0.13.0 |
| 470 | 2026-07-16T19:29:45.303Z | Compiling log v0.4.33 |
| 471 | 2026-07-16T19:29:45.440Z | Compiling itoa v1.0.18 |
| 472 | 2026-07-16T19:29:45.470Z | Compiling ucd-trie v0.1.7 |
| 473 | 2026-07-16T19:29:45.489Z | Compiling plain v0.2.3 |
| 474 | 2026-07-16T19:29:45.529Z | Compiling quote v1.0.46 |
| 475 | 2026-07-16T19:29:45.582Z | Compiling goblin v0.10.7 |
| 476 | 2026-07-16T19:29:45.688Z | Compiling pest v2.8.7 |
| 477 | 2026-07-16T19:29:46.167Z | Compiling hash32 v0.3.1 |
| 478 | 2026-07-16T19:29:46.170Z | Compiling cfg-if v1.0.4 |
| 479 | 2026-07-16T19:29:46.230Z | Compiling macaddr v1.0.1 |
| 480 | 2026-07-16T19:29:46.330Z | Compiling stable_deref_trait v1.2.1 |
| 481 | 2026-07-16T19:29:46.399Z | Compiling pretty-hex v0.4.2 |
| 482 | 2026-07-16T19:29:46.492Z | Compiling heapless v0.8.0 |
| 483 | 2026-07-16T19:29:46.526Z | Compiling syn v2.0.118 |
| 484 | 2026-07-16T19:29:46.640Z | Compiling thread-id v5.1.0 |
| 485 | 2026-07-16T19:29:46.713Z | Compiling cobs v0.3.0 |
| 486 | 2026-07-16T19:29:46.938Z | Compiling serde v1.0.228 |
| 487 | 2026-07-16T19:29:47.009Z | Compiling bitflags v2.13.0 |
| 488 | 2026-07-16T19:29:47.069Z | Compiling serde_json v1.0.150 |
| 489 | 2026-07-16T19:29:47.402Z | Compiling dtrace-parser v0.3.0 |
| 490 | 2026-07-16T19:29:47.409Z | Compiling managed v0.8.0 |
| 491 | 2026-07-16T19:29:47.559Z | Compiling bitflags v1.3.2 |
| 492 | 2026-07-16T19:29:47.620Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 493 | 2026-07-16T19:29:47.624Z | Compiling smoltcp v0.11.0 |
| 494 | 2026-07-16T19:29:47.862Z | Compiling postcard v1.1.3 |
| 495 | 2026-07-16T19:29:47.949Z | Compiling ingot-types v0.1.2 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53) |
| 496 | 2026-07-16T19:29:48.067Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 497 | 2026-07-16T19:29:48.223Z | Compiling memmap2 v0.9.11 |
| 498 | 2026-07-16T19:29:48.351Z | Compiling ingot v0.1.1 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53) |
| 499 | 2026-07-16T19:29:48.516Z | Compiling dof v0.4.0 |
| 500 | 2026-07-16T19:29:48.677Z | Compiling unicode-width v0.2.2 |
| 501 | 2026-07-16T19:29:48.979Z | Compiling ipnetwork v0.21.1 |
| 502 | 2026-07-16T19:29:49.499Z | Compiling usdt-impl v0.6.0 |
| 503 | 2026-07-16T19:29:50.203Z | Compiling either v1.16.0 |
| 504 | 2026-07-16T19:29:50.415Z | Compiling itertools v0.15.0 |
| 505 | 2026-07-16T19:29:50.623Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 506 | 2026-07-16T19:29:50.958Z | Compiling usdt v0.6.0 |
| 507 | 2026-07-16T19:29:51.568Z | Compiling tabwriter v1.4.1 |
| 508 | 2026-07-16T19:29:51.854Z | Compiling ref-cast v1.0.25 |
| 509 | 2026-07-16T19:29:51.917Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 510 | 2026-07-16T19:29:51.947Z | Compiling crc32fast v1.5.0 |
| 511 | 2026-07-16T19:29:52.029Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 512 | 2026-07-16T19:29:52.186Z | Compiling dyn-clone v1.0.20 |
| 513 | 2026-07-16T19:30:06.953Z | Finished `test` profile [optimized + debuginfo] target(s) in 22.01s |
| 514 | 2026-07-16T19:30:06.965Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-be81df9871e6c7a1) |
| 515 | 2026-07-16T19:30:06.972Z | |
| 516 | 2026-07-16T19:30:06.972Z | running 83 tests |
| 517 | 2026-07-16T19:30:06.972Z | test d_error::tests::name_and_data_storage ... ok |
| 518 | 2026-07-16T19:30:06.973Z | test d_error::tests::name_truncation ... ok |
| 519 | 2026-07-16T19:30:06.973Z | test ddi::mblk::test::chain_append_links ... ok |
| 520 | 2026-07-16T19:30:06.973Z | test ddi::mblk::test::chain_breaks_links ... ok |
| 521 | 2026-07-16T19:30:06.973Z | test ddi::mblk::test::chain_has_correct_ends ... ok |
| 522 | 2026-07-16T19:30:06.973Z | test ddi::mblk::test::chain_drain_complete ... ok |
| 523 | 2026-07-16T19:30:06.973Z | test ddi::mblk::test::expand_and_shrink ... ok |
| 524 | 2026-07-16T19:30:06.973Z | test ddi::mblk::test::prefix_len ... ok |
| 525 | 2026-07-16T19:30:06.973Z | test ddi::mblk::test::read_seg ... ok |
| 526 | 2026-07-16T19:30:06.973Z | test ddi::mblk::test::test_long_packet_continuation ... ok |
| 527 | 2026-07-16T19:30:06.974Z | test ddi::mblk::test::uninitialized_packet ... ok |
| 528 | 2026-07-16T19:30:06.974Z | test ddi::mblk::test::truncate ... ok |
| 529 | 2026-07-16T19:30:06.974Z | test ddi::mblk::test::wrap ... ok |
| 530 | 2026-07-16T19:30:06.974Z | test ddi::mblk::test::zero_byte_packet ... ok |
| 531 | 2026-07-16T19:30:06.974Z | test ddi::time::test::good_interval ... ok |
| 532 | 2026-07-16T19:30:06.974Z | test engine::dhcp::test::domain_search_option_encode ... ok |
| 533 | 2026-07-16T19:30:06.974Z | test engine::dhcp::test::hostname_encode ... ok |
| 534 | 2026-07-16T19:30:06.974Z | test engine::dhcp::test::offlink_encode ... ok |
| 535 | 2026-07-16T19:30:06.974Z | test engine::dhcp::test::domainname_encode ... ok |
| 536 | 2026-07-16T19:30:06.974Z | test engine::dhcp::test::rfc3442_encode ... ok |
| 537 | 2026-07-16T19:30:06.974Z | test engine::dhcpv6::options::test::test_dns_servers ... ok |
| 538 | 2026-07-16T19:30:06.974Z | test engine::dhcpv6::options::test::test_client_id ... ok |
| 539 | 2026-07-16T19:30:06.974Z | test engine::dhcpv6::options::test::test_domain_list_from_slice ... ok |
| 540 | 2026-07-16T19:30:06.974Z | test engine::dhcpv6::options::test::test_elapsed_time ... ok |
| 541 | 2026-07-16T19:30:06.974Z | test engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok |
| 542 | 2026-07-16T19:30:06.974Z | test engine::dhcpv6::options::test::test_iana ... ok |
| 543 | 2026-07-16T19:30:06.975Z | test ddi::time::test::bad_interval - should panic ... ok |
| 544 | 2026-07-16T19:30:06.975Z | test engine::dhcpv6::options::test::test_iata ... ok |
| 545 | 2026-07-16T19:30:06.975Z | test engine::dhcpv6::options::test::test_option_request ... ok |
| 546 | 2026-07-16T19:30:06.975Z | test engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok |
| 547 | 2026-07-16T19:30:06.975Z | test engine::dhcpv6::options::test::test_parse_snooped_iana ... ok |
| 548 | 2026-07-16T19:30:06.975Z | test engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok |
| 549 | 2026-07-16T19:30:06.975Z | test engine::dhcpv6::options::test::test_rapid_commit ... ok |
| 550 | 2026-07-16T19:30:06.975Z | test engine::dhcpv6::options::test::test_server_id ... ok |
| 551 | 2026-07-16T19:30:06.975Z | test engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok |
| 552 | 2026-07-16T19:30:06.975Z | test engine::dhcpv6::options::test::test_sntp_servers ... ok |
| 553 | 2026-07-16T19:30:06.975Z | test engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok |
| 554 | 2026-07-16T19:30:06.975Z | test engine::dhcpv6::options::test::test_status ... ok |
| 555 | 2026-07-16T19:30:06.975Z | test engine::dhcpv6::test::test_duid_from_mac ... ok |
| 556 | 2026-07-16T19:30:06.975Z | test engine::ether::test::emit ... ok |
| 557 | 2026-07-16T19:30:06.975Z | test engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok |
| 558 | 2026-07-16T19:30:06.975Z | test engine::flow_table::test::eviction_invalidates_descendents ... ok |
| 559 | 2026-07-16T19:30:06.975Z | test engine::flow_table::test::children_prevent_timer_expiry ... ok |
| 560 | 2026-07-16T19:30:06.975Z | test engine::flow_table::test::flow_clear ... ok |
| 561 | 2026-07-16T19:30:06.975Z | test engine::flow_table::test::priority_lerp ... ok |
| 562 | 2026-07-16T19:30:06.975Z | test engine::flow_table::test::eviction_selects_highest_prio ... ok |
| 563 | 2026-07-16T19:30:06.975Z | test engine::flow_table::test::flow_expired ... ok |
| 564 | 2026-07-16T19:30:06.975Z | test engine::flow_table::test::priority_lerp_clamps ... ok |
| 565 | 2026-07-16T19:30:06.975Z | test engine::flow_table::test::eviction_priority_inheritance ... ok |
| 566 | 2026-07-16T19:30:06.977Z | test engine::flow_table::test::priority_lerp_rejects_bad_params ... ok |
| 567 | 2026-07-16T19:30:06.977Z | test engine::flow_table::test::timer_expiry_propagation ... ok |
| 568 | 2026-07-16T19:30:06.977Z | test engine::ip::v4::test::cidr_match ... ok |
| 569 | 2026-07-16T19:30:06.977Z | test engine::flow_table::test::eviction_basics ... ok |
| 570 | 2026-07-16T19:30:06.977Z | test engine::geneve::test::emit_single_opt ... ok |
| 571 | 2026-07-16T19:30:06.977Z | test engine::ip::v4::test::emit ... ok |
| 572 | 2026-07-16T19:30:06.977Z | test engine::geneve::test::emit_no_opts ... ok |
| 573 | 2026-07-16T19:30:06.977Z | test engine::ip::v4::test::match_check ... ok |
| 574 | 2026-07-16T19:30:06.977Z | test engine::ip::v6::test::extension_push_spec ... ok |
| 575 | 2026-07-16T19:30:06.977Z | test engine::ip::v6::test::bad_ipv6_version_caught ... ok |
| 576 | 2026-07-16T19:30:06.977Z | test engine::ip::v6::test::option_push_spec ... ok |
| 577 | 2026-07-16T19:30:06.977Z | test engine::ip::v6::test::test_extension_header_lengths_ok ... ok |
| 578 | 2026-07-16T19:30:06.977Z | test engine::ip::v6::test::emit ... ok |
| 579 | 2026-07-16T19:30:06.977Z | test engine::ip::v6::test::test_ipv6_addr_match_exact ... ok |
| 580 | 2026-07-16T19:30:06.977Z | test engine::layer::test::find_rule ... ok |
| 581 | 2026-07-16T19:30:06.977Z | test engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok |
| 582 | 2026-07-16T19:30:06.977Z | test engine::ip::v6::test::test_set_total_len ... ok |
| 583 | 2026-07-16T19:30:06.977Z | test engine::ip::v6::test::push_spec ... ok |
| 584 | 2026-07-16T19:30:06.977Z | test engine::ip::v6::test::from_pairs ... ok |
| 585 | 2026-07-16T19:30:06.977Z | test engine::packet::test::read_single_segment ... ok |
| 586 | 2026-07-16T19:30:06.977Z | test engine::packet::test::parse_ipv6_extension_headers_ok ... ok |
| 587 | 2026-07-16T19:30:06.977Z | test engine::packet::test::read_multi_segment ... ok |
| 588 | 2026-07-16T19:30:06.977Z | test engine::nat::test::nat4_rewrite ... ok |
| 589 | 2026-07-16T19:30:06.977Z | test engine::packet::test::small_packet_with_padding ... ok |
| 590 | 2026-07-16T19:30:06.977Z | test engine::packet::test::straddled_tcp ... ok |
| 591 | 2026-07-16T19:30:06.977Z | test engine::packet::test::udp6_packet_with_padding ... ok |
| 592 | 2026-07-16T19:30:06.977Z | test engine::parse::test::icmp4_body_csum_equals_body ... ok |
| 593 | 2026-07-16T19:30:06.977Z | test engine::port::tests::opening_tcp_eviction_prio_increases_over_time ... ok |
| 594 | 2026-07-16T19:30:06.978Z | test engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok |
| 595 | 2026-07-16T19:30:06.978Z | test engine::port::tests::established_tcp_eviction_prio_unchanging ... ok |
| 596 | 2026-07-16T19:30:06.978Z | test engine::rule::rule_matching ... ok |
| 597 | 2026-07-16T19:30:06.978Z | test engine::snat::test::snat4_desc_lifecycle ... ok |
| 598 | 2026-07-16T19:30:06.978Z | test engine::snat::test::test_nat_pool_different_ip_types ... ok |
| 599 | 2026-07-16T19:30:06.978Z | test engine::snat::test::nat_mappings ... ok |
| 600 | 2026-07-16T19:30:06.978Z | |
| 601 | 2026-07-16T19:30:06.978Z | test result: ok. 83 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 602 | 2026-07-16T19:30:06.978Z | |
| 603 | 2026-07-16T19:30:06.978Z | Doc-tests opte |
| 604 | 2026-07-16T19:30:08.971Z | |
| 605 | 2026-07-16T19:30:08.971Z | running 3 tests |
| 606 | 2026-07-16T19:30:08.975Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored |
| 607 | 2026-07-16T19:30:08.975Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok |
| 608 | 2026-07-16T19:30:08.975Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok |
| 609 | 2026-07-16T19:30:08.975Z | |
| 610 | 2026-07-16T19:30:08.975Z | test result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 611 | 2026-07-16T19:30:08.975Z | |
| 612 | 2026-07-16T19:30:08.980Z | all doctests ran in 1.42s; merged doctests compilation took 1.41s |
| 613 | 2026-07-16T19:30:09.019Z | |
| 614 | 2026-07-16T19:30:09.019Z | real 24.077126804 |
| 615 | 2026-07-16T19:30:09.019Z | user 2:00.732662473 |
| 616 | 2026-07-16T19:30:09.019Z | sys 7.077568814 |
| 617 | 2026-07-16T19:30:09.019Z | trap 0.057947885 |
| 618 | 2026-07-16T19:30:09.019Z | tflt 0.203795632 |
| 619 | 2026-07-16T19:30:09.019Z | dflt 0.364583388 |
| 620 | 2026-07-16T19:30:09.019Z | kflt 0.000015728 |
| 621 | 2026-07-16T19:30:09.019Z | lock 5:55.089491214 |
| 622 | 2026-07-16T19:30:09.022Z | slp 3:39.728935307 |
| 623 | 2026-07-16T19:30:09.024Z | lat 6.975192550 |
| 624 | 2026-07-16T19:30:09.024Z | stop 3.675521554 |
| 625 | 2026-07-16T19:30:09.024Z | process exited: duration 85175 ms, exit code 0 |
| |
| 626 | 2026-07-16T19:30:09.036Z | found 0 output files |