|
|
|
| 1 | 2026-09-03T10:34:35.232Z | job assigned to worker 01M1KD9S2RX5CXT9282SZ4VXWK [factory aws, i-03b25fb48206c6eaf] (queued for 51 s) |
| |
| 2 | 2026-09-03T10:34:41.408Z | starting task 0: "setup" |
| 3 | 2026-09-03T10:34:41.412Z | ++ uname -s |
| 4 | 2026-09-03T10:34:41.415Z | + kern=SunOS |
| 5 | 2026-09-03T10:34:41.415Z | + build_user=build |
| 6 | 2026-09-03T10:34:41.415Z | + build_uid=12345 |
| 7 | 2026-09-03T10:34:41.415Z | + work_dir=/work |
| 8 | 2026-09-03T10:34:41.415Z | + input_dir=/input |
| 9 | 2026-09-03T10:34:41.415Z | + [[ 0 == 12345 ]] |
| 10 | 2026-09-03T10:34:41.415Z | + case "$kern" in |
| 11 | 2026-09-03T10:34:41.416Z | + groupadd -g 12345 build |
| 12 | 2026-09-03T10:34:41.419Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-09-03T10:34:43.422Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-09-03T10:34:43.507Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-09-03T10:34:43.511Z | + home_fs=zfs |
| 16 | 2026-09-03T10:34:43.511Z | + [[ zfs == autofs ]] |
| 17 | 2026-09-03T10:34:43.511Z | + mkdir -p /home/build |
| 18 | 2026-09-03T10:34:43.511Z | + chown build:build /home/build /work |
| 19 | 2026-09-03T10:34:45.512Z | + chmod 0700 /home/build /work |
| 20 | 2026-09-03T10:34:45.515Z | process exited: duration 4108 ms, exit code 0 |
| |
| 21 | 2026-09-03T10:34:45.521Z | starting task 1: "rust-toolchain" |
| 22 | 2026-09-03T10:34:45.526Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-09-03T10:34:45.526Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-09-03T10:34:45.526Z | * rust toolchain profile = "default" |
| 25 | 2026-09-03T10:34:45.526Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-09-03T10:34:45.526Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-09-03T10:34:45.526Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-09-03T10:34:45.529Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-09-03T10:34:45.529Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-09-03T10:34:45.610Z | info: downloading installer |
| 31 | 2026-09-03T10:34:47.106Z | info: profile set to default |
| 32 | 2026-09-03T10:34:47.106Z | info: default host tuple is x86_64-unknown-illumos |
| 33 | 2026-09-03T10:34:47.109Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 34 | 2026-09-03T10:34:47.262Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 35 | 2026-09-03T10:34:47.264Z | info: downloading 6 components |
| 36 | 2026-09-03T10:35:01.530Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 37 | 2026-09-03T10:35:01.530Z | |
| 38 | 2026-09-03T10:35:01.559Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-09-03T10:35:01.559Z | |
| 40 | 2026-09-03T10:35:01.562Z | |
| 41 | 2026-09-03T10:35:01.562Z | Rust is installed now. Great! |
| 42 | 2026-09-03T10:35:01.562Z | |
| 43 | 2026-09-03T10:35:01.562Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 44 | 2026-09-03T10:35:01.562Z | environment variable. This has not been done automatically. |
| 45 | 2026-09-03T10:35:01.562Z | |
| 46 | 2026-09-03T10:35:01.562Z | To configure your current shell, you need to source |
| 47 | 2026-09-03T10:35:01.562Z | the corresponding env file under $HOME/.cargo. |
| 48 | 2026-09-03T10:35:01.562Z | |
| 49 | 2026-09-03T10:35:01.562Z | Consider running the right command for your shell (note the leading DOT): |
| 50 | 2026-09-03T10:35:01.562Z | . "$HOME/.cargo/env" # For sh/ash/dash/pdksh |
| 51 | 2026-09-03T10:35:01.562Z | cargo:rerun-if-env-changed=CC_x86_64-unknown-illumos |
| 52 | 2026-09-03T10:35:01.562Z | CC_x86_64-unknown-illumos = None |
| 53 | 2026-09-03T10:35:01.562Z | cargo:rerun-if-env-changed=CC_x86_64_unknown_illumos |
| 54 | 2026-09-03T10:35:01.562Z | CC_x86_64_unknown_illumos = None |
| 55 | 2026-09-03T10:35:01.562Z | cargo:rerun-if-env-changed=HOST_CC |
| 56 | 2026-09-03T10:35:01.562Z | HOST_CC = None |
| 57 | 2026-09-03T10:35:01.562Z | cargo:rerun-if-env-changed=CC |
| 58 | 2026-09-03T10:35:01.562Z | CC = None |
| 59 | 2026-09-03T10:35:01.562Z | cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT |
| 60 | 2026-09-03T10:35:01.731Z | cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS |
| 61 | 2026-09-03T10:35:01.731Z | CRATE_CC_NO_DEFAULTS = None |
| 62 | 2026-09-03T10:35:01.731Z | cargo:rerun-if-env-changed=CFLAGS |
| 63 | 2026-09-03T10:35:01.731Z | CFLAGS = None |
| 64 | 2026-09-03T10:35:01.731Z | cargo:rerun-if-env-changed=HOST_CFLAGS |
| 65 | 2026-09-03T10:35:01.731Z | HOST_CFLAGS = None |
| 66 | 2026-09-03T10:35:01.731Z | cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos |
| 67 | 2026-09-03T10:35:01.731Z | CFLAGS_x86_64_unknown_illumos = None |
| 68 | 2026-09-03T10:35:01.731Z | cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos |
| 69 | 2026-09-03T10:35:01.731Z | CFLAGS_x86_64-unknown-illumos = None |
| 70 | 2026-09-03T10:35:01.832Z | + rustup --version |
| 71 | 2026-09-03T10:35:01.839Z | rustup 1.29.1 (d95a37b6a 2026-08-13) |
| 72 | 2026-09-03T10:35:01.842Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 73 | 2026-09-03T10:35:01.861Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 74 | 2026-09-03T10:35:01.865Z | + cargo --version |
| 75 | 2026-09-03T10:35:01.879Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 76 | 2026-09-03T10:35:01.882Z | + rustc --version |
| 77 | 2026-09-03T10:35:01.901Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 78 | 2026-09-03T10:35:01.904Z | process exited: duration 16381 ms, exit code 0 |
| |
| 79 | 2026-09-03T10:35:01.910Z | starting task 2: "authentication" |
| 80 | 2026-09-03T10:35:01.927Z | process exited: duration 16 ms, exit code 0 |
| |
| 81 | 2026-09-03T10:35:01.933Z | starting task 3: "clone repository" |
| 82 | 2026-09-03T10:35:01.936Z | + mkdir -p /work/oxidecomputer/opte |
| 83 | 2026-09-03T10:35:01.940Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 84 | 2026-09-03T10:35:01.969Z | Cloning into '/work/oxidecomputer/opte'... |
| 85 | 2026-09-03T10:35:03.467Z | + cd /work/oxidecomputer/opte |
| 86 | 2026-09-03T10:35:03.467Z | + git fetch origin 20656f7698bfd767f3df92f0697d0653e935e372 |
| 87 | 2026-09-03T10:35:03.781Z | From https://github.com/oxidecomputer/opte |
| 88 | 2026-09-03T10:35:03.781Z | * branch 20656f7698bfd767f3df92f0697d0653e935e372 -> FETCH_HEAD |
| 89 | 2026-09-03T10:35:03.787Z | + [[ -n zl/mcast-source-validation ]] |
| 90 | 2026-09-03T10:35:03.790Z | ++ git branch --show-current |
| 91 | 2026-09-03T10:35:03.790Z | + current=master |
| 92 | 2026-09-03T10:35:03.790Z | + [[ master != zl/mcast-source-validation ]] |
| 93 | 2026-09-03T10:35:03.790Z | + git branch -f zl/mcast-source-validation 20656f7698bfd767f3df92f0697d0653e935e372 |
| 94 | 2026-09-03T10:35:03.794Z | + git checkout -f zl/mcast-source-validation |
| 95 | 2026-09-03T10:35:03.809Z | Switched to branch 'zl/mcast-source-validation' |
| 96 | 2026-09-03T10:35:03.812Z | + git reset --hard 20656f7698bfd767f3df92f0697d0653e935e372 |
| 97 | 2026-09-03T10:35:03.826Z | HEAD is now at 20656f7 [ssm, multicast] align source address validation with dpd, nexus and mgd |
| 98 | 2026-09-03T10:35:03.830Z | process exited: duration 1893 ms, exit code 0 |
| |
| 99 | 2026-09-03T10:35:03.836Z | starting task 4: "build" |
| 100 | 2026-09-03T10:35:03.839Z | + source .github/buildomat/common.sh |
| 101 | 2026-09-03T10:35:03.840Z | ++ rustup show active-toolchain |
| 102 | 2026-09-03T10:35:03.845Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 103 | 2026-09-03T10:35:03.849Z | ++ pushd xde |
| 104 | 2026-09-03T10:35:03.849Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 105 | 2026-09-03T10:35:03.849Z | ++ rustup show active-toolchain |
| 106 | 2026-09-03T10:35:03.852Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 107 | 2026-09-03T10:35:03.996Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 108 | 2026-09-03T10:35:04.000Z | info: downloading 6 components |
| 109 | 2026-09-03T10:35:17.344Z | warn: the missing active toolchain `nightly-2026-07-20-x86_64-unknown-illumos` has been auto-installed |
| 110 | 2026-09-03T10:35:17.344Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 111 | 2026-09-03T10:35:17.344Z | warn: auto-installation is deprecated for most `rustup` commands |
| 112 | 2026-09-03T10:35:17.344Z | warn: scripts relying on this behavior in `rustup` may stop working in the future |
| 113 | 2026-09-03T10:35:17.344Z | warn: to install the active toolchain, use `rustup install` instead |
| 114 | 2026-09-03T10:35:17.344Z | warn: see <https://github.com/rust-lang/rustup/issues/4836> for more info |
| 115 | 2026-09-03T10:35:17.438Z | +++ rustup show active-toolchain -v |
| 116 | 2026-09-03T10:35:17.442Z | +++ head -n 1 |
| 117 | 2026-09-03T10:35:17.442Z | +++ cut '-d ' -f1 |
| 118 | 2026-09-03T10:35:17.497Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 119 | 2026-09-03T10:35:17.497Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 120 | 2026-09-03T10:35:17.497Z | ++ popd |
| 121 | 2026-09-03T10:35:17.497Z | /work/oxidecomputer/opte |
| 122 | 2026-09-03T10:35:17.501Z | + cargo --version |
| 123 | 2026-09-03T10:35:17.506Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 124 | 2026-09-03T10:35:17.510Z | + rustc --version |
| 125 | 2026-09-03T10:35:17.529Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 126 | 2026-09-03T10:35:17.532Z | + cd lib/opte |
| 127 | 2026-09-03T10:35:17.532Z | + header 'check style' |
| 128 | 2026-09-03T10:35:17.532Z | + echo '# ==== check style ==== #' |
| 129 | 2026-09-03T10:35:17.532Z | # ==== check style ==== # |
| 130 | 2026-09-03T10:35:17.532Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check |
| 131 | 2026-09-03T10:35:17.721Z | |
| 132 | 2026-09-03T10:35:17.721Z | real 0.187449699 |
| 133 | 2026-09-03T10:35:17.721Z | user 0.142972451 |
| 134 | 2026-09-03T10:35:17.721Z | sys 0.037070321 |
| 135 | 2026-09-03T10:35:17.721Z | trap 0.000054648 |
| 136 | 2026-09-03T10:35:17.721Z | tflt 0.000004897 |
| 137 | 2026-09-03T10:35:17.721Z | dflt 0.000032115 |
| 138 | 2026-09-03T10:35:17.721Z | kflt 0.000000000 |
| 139 | 2026-09-03T10:35:17.721Z | lock 0.022897316 |
| 140 | 2026-09-03T10:35:17.721Z | slp 0.167481727 |
| 141 | 2026-09-03T10:35:17.721Z | lat 0.000752551 |
| 142 | 2026-09-03T10:35:17.721Z | stop 0.000086521 |
| 143 | 2026-09-03T10:35:17.725Z | + header 'check docs' |
| 144 | 2026-09-03T10:35:17.725Z | + echo '# ==== check docs ==== #' |
| 145 | 2026-09-03T10:35:17.725Z | # ==== check docs ==== # |
| 146 | 2026-09-03T10:35:17.725Z | + RUSTDOCFLAGS='-D warnings' |
| 147 | 2026-09-03T10:35:17.725Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 148 | 2026-09-03T10:35:17.791Z | Updating crates.io index |
| 149 | 2026-09-03T10:35:17.794Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 150 | 2026-09-03T10:35:18.511Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 151 | 2026-09-03T10:35:19.045Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 152 | 2026-09-03T10:35:19.324Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 153 | 2026-09-03T10:35:19.698Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 154 | 2026-09-03T10:35:20.013Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 155 | 2026-09-03T10:35:20.341Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 156 | 2026-09-03T10:35:21.823Z | Downloading crates ... |
| 157 | 2026-09-03T10:35:21.889Z | Downloaded itertools v0.15.0 |
| 158 | 2026-09-03T10:35:21.895Z | Downloaded embedded-io v0.4.0 |
| 159 | 2026-09-03T10:35:21.898Z | Downloaded hash32 v0.3.1 |
| 160 | 2026-09-03T10:35:21.898Z | Downloaded embedded-io v0.6.1 |
| 161 | 2026-09-03T10:35:21.898Z | Downloaded managed v0.8.0 |
| 162 | 2026-09-03T10:35:21.902Z | Downloaded pretty-hex v0.4.2 |
| 163 | 2026-09-03T10:35:21.906Z | Downloaded itoa v1.0.18 |
| 164 | 2026-09-03T10:35:21.910Z | Downloaded ref-cast-impl v1.0.25 |
| 165 | 2026-09-03T10:35:21.914Z | Downloaded ident_case v1.0.1 |
| 166 | 2026-09-03T10:35:21.917Z | Downloaded defmt v0.3.100 |
| 167 | 2026-09-03T10:35:21.917Z | Downloaded plain v0.2.3 |
| 168 | 2026-09-03T10:35:21.918Z | Downloaded defmt-parser v1.0.0 |
| 169 | 2026-09-03T10:35:21.922Z | Downloaded macaddr v1.0.1 |
| 170 | 2026-09-03T10:35:21.926Z | Downloaded cobs v0.3.0 |
| 171 | 2026-09-03T10:35:21.930Z | Downloaded darling_macro v0.23.0 |
| 172 | 2026-09-03T10:35:21.930Z | Downloaded usdt-macro v0.6.0 |
| 173 | 2026-09-03T10:35:21.930Z | Downloaded ref-cast v1.0.25 |
| 174 | 2026-09-03T10:35:21.935Z | Downloaded cfg-if v1.0.4 |
| 175 | 2026-09-03T10:35:21.938Z | Downloaded dof v0.4.0 |
| 176 | 2026-09-03T10:35:21.938Z | Downloaded tabwriter v1.4.1 |
| 177 | 2026-09-03T10:35:21.938Z | Downloaded usdt v0.6.0 |
| 178 | 2026-09-03T10:35:21.942Z | Downloaded scroll_derive v0.13.1 |
| 179 | 2026-09-03T10:35:21.942Z | Downloaded usdt-attr-macro v0.6.0 |
| 180 | 2026-09-03T10:35:21.942Z | Downloaded thread-id v5.1.0 |
| 181 | 2026-09-03T10:35:21.945Z | Downloaded strsim v0.11.1 |
| 182 | 2026-09-03T10:35:21.962Z | Downloaded version_check v0.9.5 |
| 183 | 2026-09-03T10:35:21.966Z | Downloaded dyn-clone v1.0.20 |
| 184 | 2026-09-03T10:35:21.969Z | Downloaded bitflags v1.3.2 |
| 185 | 2026-09-03T10:35:21.972Z | Downloaded scroll v0.13.0 |
| 186 | 2026-09-03T10:35:21.976Z | Downloaded defmt-macros v1.1.1 |
| 187 | 2026-09-03T10:35:21.981Z | Downloaded ipnetwork v0.21.1 |
| 188 | 2026-09-03T10:35:21.986Z | Downloaded serde_tokenstream v0.2.3 |
| 189 | 2026-09-03T10:35:21.989Z | Downloaded dtrace-parser v0.3.0 |
| 190 | 2026-09-03T10:35:21.989Z | Downloaded stable_deref_trait v1.2.1 |
| 191 | 2026-09-03T10:35:21.992Z | Downloaded thiserror v2.0.18 |
| 192 | 2026-09-03T10:35:21.993Z | Downloaded ingot-types v0.2.0 |
| 193 | 2026-09-03T10:35:21.996Z | Downloaded usdt-impl v0.6.0 |
| 194 | 2026-09-03T10:35:21.996Z | Downloaded either v1.16.0 |
| 195 | 2026-09-03T10:35:21.996Z | Downloaded pest_derive v2.8.7 |
| 196 | 2026-09-03T10:35:21.996Z | Downloaded thiserror-impl v2.0.18 |
| 197 | 2026-09-03T10:35:22.002Z | Downloaded byteorder v1.5.0 |
| 198 | 2026-09-03T10:35:22.007Z | Downloaded ingot v0.2.0 |
| 199 | 2026-09-03T10:35:22.010Z | Downloaded zmij v1.0.22 |
| 200 | 2026-09-03T10:35:22.014Z | Downloaded defmt v1.1.1 |
| 201 | 2026-09-03T10:35:22.018Z | Downloaded ingot-macros v0.2.0 |
| 202 | 2026-09-03T10:35:22.018Z | Downloaded crc32fast v1.5.0 |
| 203 | 2026-09-03T10:35:22.021Z | Downloaded quote v1.0.46 |
| 204 | 2026-09-03T10:35:22.021Z | Downloaded memmap2 v0.9.11 |
| 205 | 2026-09-03T10:35:22.021Z | Downloaded darling v0.23.0 |
| 206 | 2026-09-03T10:35:22.025Z | Downloaded pest_generator v2.8.7 |
| 207 | 2026-09-03T10:35:22.030Z | Downloaded ucd-trie v0.1.7 |
| 208 | 2026-09-03T10:35:22.040Z | Downloaded pest_meta v2.8.7 |
| 209 | 2026-09-03T10:35:22.044Z | Downloaded postcard v1.1.3 |
| 210 | 2026-09-03T10:35:22.047Z | Downloaded bitflags v2.13.0 |
| 211 | 2026-09-03T10:35:22.047Z | Downloaded log v0.4.33 |
| 212 | 2026-09-03T10:35:22.052Z | Downloaded proc-macro2 v1.0.106 |
| 213 | 2026-09-03T10:35:22.064Z | Downloaded serde_derive v1.0.228 |
| 214 | 2026-09-03T10:35:22.071Z | Downloaded heapless v0.8.0 |
| 215 | 2026-09-03T10:35:22.084Z | Downloaded serde_core v1.0.228 |
| 216 | 2026-09-03T10:35:22.089Z | Downloaded unicode-ident v1.0.24 |
| 217 | 2026-09-03T10:35:22.092Z | Downloaded darling_core v0.23.0 |
| 218 | 2026-09-03T10:35:22.103Z | Downloaded memchr v2.8.3 |
| 219 | 2026-09-03T10:35:22.107Z | Downloaded serde v1.0.228 |
| 220 | 2026-09-03T10:35:22.112Z | Downloaded zerocopy-derive v0.8.54 |
| 221 | 2026-09-03T10:35:22.138Z | Downloaded pest v2.8.7 |
| 222 | 2026-09-03T10:35:22.164Z | Downloaded regex v1.13.0 |
| 223 | 2026-09-03T10:35:22.168Z | Downloaded aho-corasick v1.1.4 |
| 224 | 2026-09-03T10:35:22.168Z | Downloaded serde_json v1.0.150 |
| 225 | 2026-09-03T10:35:22.227Z | Downloaded zerocopy v0.8.54 |
| 226 | 2026-09-03T10:35:22.238Z | Downloaded unicode-width v0.2.2 |
| 227 | 2026-09-03T10:35:22.242Z | Downloaded goblin v0.10.7 |
| 228 | 2026-09-03T10:35:22.246Z | Downloaded syn v2.0.118 |
| 229 | 2026-09-03T10:35:22.250Z | Downloaded smoltcp v0.11.0 |
| 230 | 2026-09-03T10:35:22.257Z | Downloaded regex-syntax v0.8.11 |
| 231 | 2026-09-03T10:35:22.299Z | Downloaded regex-automata v0.4.15 |
| 232 | 2026-09-03T10:35:22.305Z | Downloaded libc v0.2.186 |
| 233 | 2026-09-03T10:35:22.361Z | Compiling proc-macro2 v1.0.106 |
| 234 | 2026-09-03T10:35:22.361Z | Compiling quote v1.0.46 |
| 235 | 2026-09-03T10:35:22.361Z | Compiling unicode-ident v1.0.24 |
| 236 | 2026-09-03T10:35:22.361Z | Documenting unicode-ident v1.0.24 |
| 237 | 2026-09-03T10:35:22.365Z | Compiling serde_core v1.0.228 |
| 238 | 2026-09-03T10:35:22.365Z | Compiling strsim v0.11.1 |
| 239 | 2026-09-03T10:35:22.365Z | Compiling ident_case v1.0.1 |
| 240 | 2026-09-03T10:35:22.539Z | Checking memchr v2.8.3 |
| 241 | 2026-09-03T10:35:22.679Z | Compiling regex-syntax v0.8.11 |
| 242 | 2026-09-03T10:35:22.744Z | Compiling thiserror v2.0.18 |
| 243 | 2026-09-03T10:35:22.794Z | Compiling zerocopy v0.8.54 |
| 244 | 2026-09-03T10:35:22.819Z | Compiling serde v1.0.228 |
| 245 | 2026-09-03T10:35:23.096Z | Documenting proc-macro2 v1.0.106 |
| 246 | 2026-09-03T10:35:23.132Z | Compiling aho-corasick v1.1.4 |
| 247 | 2026-09-03T10:35:23.408Z | Compiling syn v2.0.118 |
| 248 | 2026-09-03T10:35:23.482Z | Checking byteorder v1.5.0 |
| 249 | 2026-09-03T10:35:23.636Z | Compiling either v1.16.0 |
| 250 | 2026-09-03T10:35:23.674Z | Documenting quote v1.0.46 |
| 251 | 2026-09-03T10:35:24.000Z | Documenting strsim v0.11.1 |
| 252 | 2026-09-03T10:35:24.206Z | Documenting syn v2.0.118 |
| 253 | 2026-09-03T10:35:24.247Z | Compiling regex-automata v0.4.15 |
| 254 | 2026-09-03T10:35:24.497Z | Documenting ident_case v1.0.1 |
| 255 | 2026-09-03T10:35:24.522Z | Compiling itertools v0.15.0 |
| 256 | 2026-09-03T10:35:24.728Z | Compiling heapless v0.8.0 |
| 257 | 2026-09-03T10:35:24.970Z | Documenting memchr v2.8.3 |
| 258 | 2026-09-03T10:35:25.202Z | Checking bitflags v2.13.0 |
| 259 | 2026-09-03T10:35:25.367Z | Checking hash32 v0.3.1 |
| 260 | 2026-09-03T10:35:25.461Z | Checking darling_core v0.23.0 |
| 261 | 2026-09-03T10:35:25.482Z | Documenting serde_core v1.0.228 |
| 262 | 2026-09-03T10:35:25.671Z | Documenting aho-corasick v1.1.4 |
| 263 | 2026-09-03T10:35:26.317Z | Documenting darling_core v0.23.0 |
| 264 | 2026-09-03T10:35:26.455Z | Compiling regex v1.13.0 |
| 265 | 2026-09-03T10:35:26.577Z | Checking stable_deref_trait v1.2.1 |
| 266 | 2026-09-03T10:35:26.602Z | Checking macaddr v1.0.1 |
| 267 | 2026-09-03T10:35:26.645Z | Checking cfg-if v1.0.4 |
| 268 | 2026-09-03T10:35:26.706Z | Documenting regex-syntax v0.8.11 |
| 269 | 2026-09-03T10:35:26.743Z | Compiling smoltcp v0.11.0 |
| 270 | 2026-09-03T10:35:27.052Z | Compiling thiserror-impl v2.0.18 |
| 271 | 2026-09-03T10:35:27.105Z | Compiling zerocopy-derive v0.8.54 |
| 272 | 2026-09-03T10:35:27.200Z | Compiling serde_derive v1.0.228 |
| 273 | 2026-09-03T10:35:27.486Z | Documenting darling_macro v0.23.0 |
| 274 | 2026-09-03T10:35:27.565Z | Documenting thiserror-impl v2.0.18 |
| 275 | 2026-09-03T10:35:27.774Z | Documenting regex-automata v0.4.15 |
| 276 | 2026-09-03T10:35:28.020Z | Compiling darling_macro v0.23.0 |
| 277 | 2026-09-03T10:35:28.155Z | Documenting zerocopy-derive v0.8.54 |
| 278 | 2026-09-03T10:35:28.176Z | Documenting serde_derive v1.0.228 |
| 279 | 2026-09-03T10:35:28.388Z | Checking managed v0.8.0 |
| 280 | 2026-09-03T10:35:28.417Z | Checking cobs v0.3.0 |
| 281 | 2026-09-03T10:35:28.554Z | Checking bitflags v1.3.2 |
| 282 | 2026-09-03T10:35:28.575Z | Documenting byteorder v1.5.0 |
| 283 | 2026-09-03T10:35:28.608Z | Compiling darling v0.23.0 |
| 284 | 2026-09-03T10:35:28.615Z | Documenting darling v0.23.0 |
| 285 | 2026-09-03T10:35:28.685Z | Compiling ingot-macros v0.2.0 |
| 286 | 2026-09-03T10:35:29.090Z | Documenting zerocopy v0.8.54 |
| 287 | 2026-09-03T10:35:29.301Z | Documenting regex v1.13.0 |
| 288 | 2026-09-03T10:35:29.347Z | Documenting hash32 v0.3.1 |
| 289 | 2026-09-03T10:35:29.550Z | Documenting thiserror v2.0.18 |
| 290 | 2026-09-03T10:35:29.793Z | Documenting bitflags v2.13.0 |
| 291 | 2026-09-03T10:35:29.908Z | Documenting cfg-if v1.0.4 |
| 292 | 2026-09-03T10:35:30.200Z | Documenting ingot-macros v0.2.0 |
| 293 | 2026-09-03T10:35:30.307Z | Documenting serde v1.0.228 |
| 294 | 2026-09-03T10:35:30.384Z | Documenting stable_deref_trait v1.2.1 |
| 295 | 2026-09-03T10:35:30.603Z | Compiling crc32fast v1.5.0 |
| 296 | 2026-09-03T10:35:30.766Z | Documenting macaddr v1.0.1 |
| 297 | 2026-09-03T10:35:30.934Z | Compiling ref-cast v1.0.25 |
| 298 | 2026-09-03T10:35:30.962Z | Documenting heapless v0.8.0 |
| 299 | 2026-09-03T10:35:31.350Z | Checking postcard v1.1.3 |
| 300 | 2026-09-03T10:35:31.357Z | Documenting cobs v0.3.0 |
| 301 | 2026-09-03T10:35:31.502Z | Checking ingot-types v0.2.0 |
| 302 | 2026-09-03T10:35:31.569Z | Compiling ref-cast-impl v1.0.25 |
| 303 | 2026-09-03T10:35:31.622Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 304 | 2026-09-03T10:35:31.839Z | Checking ipnetwork v0.21.1 |
| 305 | 2026-09-03T10:35:31.847Z | Checking ingot v0.2.0 |
| 306 | 2026-09-03T10:35:31.980Z | Documenting managed v0.8.0 |
| 307 | 2026-09-03T10:35:32.072Z | Compiling version_check v0.9.5 |
| 308 | 2026-09-03T10:35:32.181Z | Checking unicode-width v0.2.2 |
| 309 | 2026-09-03T10:35:32.192Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 310 | 2026-09-03T10:35:32.343Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 311 | 2026-09-03T10:35:32.424Z | Documenting ref-cast-impl v1.0.25 |
| 312 | 2026-09-03T10:35:32.545Z | Documenting postcard v1.1.3 |
| 313 | 2026-09-03T10:35:32.562Z | Documenting ingot-types v0.2.0 |
| 314 | 2026-09-03T10:35:32.582Z | Documenting either v1.16.0 |
| 315 | 2026-09-03T10:35:32.646Z | Documenting unicode-width v0.2.2 |
| 316 | 2026-09-03T10:35:32.817Z | Documenting smoltcp v0.11.0 |
| 317 | 2026-09-03T10:35:33.083Z | Documenting ipnetwork v0.21.1 |
| 318 | 2026-09-03T10:35:33.319Z | Documenting ref-cast v1.0.25 |
| 319 | 2026-09-03T10:35:33.433Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 320 | 2026-09-03T10:35:33.560Z | Documenting itertools v0.15.0 |
| 321 | 2026-09-03T10:35:33.861Z | Checking tabwriter v1.4.1 |
| 322 | 2026-09-03T10:35:34.041Z | Documenting tabwriter v1.4.1 |
| 323 | 2026-09-03T10:35:34.261Z | Documenting crc32fast v1.5.0 |
| 324 | 2026-09-03T10:35:34.374Z | Documenting ingot v0.2.0 |
| 325 | 2026-09-03T10:35:34.733Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 326 | 2026-09-03T10:35:34.741Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 327 | 2026-09-03T10:35:34.991Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 328 | 2026-09-03T10:35:35.199Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 329 | 2026-09-03T10:35:35.389Z | Documenting dyn-clone v1.0.20 |
| 330 | 2026-09-03T10:35:35.518Z | Checking dyn-clone v1.0.20 |
| 331 | 2026-09-03T10:35:37.030Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 332 | 2026-09-03T10:35:38.230Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 333 | 2026-09-03T10:35:40.571Z | Finished `dev` profile [optimized + debuginfo] target(s) in 22.84s |
| 334 | 2026-09-03T10:35:40.661Z | Generated /work/oxidecomputer/opte/target/doc/opte/index.html |
| 335 | 2026-09-03T10:35:40.687Z | |
| 336 | 2026-09-03T10:35:40.691Z | real 22.943578564 |
| 337 | 2026-09-03T10:35:40.692Z | user 1:17.892330845 |
| 338 | 2026-09-03T10:35:40.692Z | sys 16.804565360 |
| 339 | 2026-09-03T10:35:40.692Z | trap 0.048371010 |
| 340 | 2026-09-03T10:35:40.692Z | tflt 0.026534628 |
| 341 | 2026-09-03T10:35:40.692Z | dflt 0.087277515 |
| 342 | 2026-09-03T10:35:40.692Z | kflt 0.002246312 |
| 343 | 2026-09-03T10:35:40.692Z | lock 6:40.654918876 |
| 344 | 2026-09-03T10:35:40.692Z | slp 4:28.391404958 |
| 345 | 2026-09-03T10:35:40.692Z | lat 7.400424510 |
| 346 | 2026-09-03T10:35:40.692Z | stop 13.290622505 |
| 347 | 2026-09-03T10:35:40.692Z | + header 'analyze std + api' |
| 348 | 2026-09-03T10:35:40.692Z | + echo '# ==== analyze std + api ==== #' |
| 349 | 2026-09-03T10:35:40.692Z | # ==== analyze std + api ==== # |
| 350 | 2026-09-03T10:35:40.692Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 351 | 2026-09-03T10:35:40.930Z | Compiling proc-macro2 v1.0.106 |
| 352 | 2026-09-03T10:35:40.930Z | Compiling quote v1.0.46 |
| 353 | 2026-09-03T10:35:40.930Z | Compiling unicode-ident v1.0.24 |
| 354 | 2026-09-03T10:35:40.930Z | Compiling memchr v2.8.3 |
| 355 | 2026-09-03T10:35:40.933Z | Compiling thiserror v2.0.18 |
| 356 | 2026-09-03T10:35:40.933Z | Compiling zerocopy v0.8.54 |
| 357 | 2026-09-03T10:35:40.933Z | Compiling zmij v1.0.22 |
| 358 | 2026-09-03T10:35:40.933Z | Compiling libc v0.2.186 |
| 359 | 2026-09-03T10:35:41.159Z | Compiling serde_core v1.0.228 |
| 360 | 2026-09-03T10:35:41.321Z | Compiling ucd-trie v0.1.7 |
| 361 | 2026-09-03T10:35:41.350Z | Compiling serde_json v1.0.150 |
| 362 | 2026-09-03T10:35:41.393Z | Compiling serde v1.0.228 |
| 363 | 2026-09-03T10:35:41.539Z | Compiling pest v2.8.7 |
| 364 | 2026-09-03T10:35:41.539Z | Compiling strsim v0.11.1 |
| 365 | 2026-09-03T10:35:41.544Z | Compiling ident_case v1.0.1 |
| 366 | 2026-09-03T10:35:41.863Z | Compiling aho-corasick v1.1.4 |
| 367 | 2026-09-03T10:35:41.896Z | Checking byteorder v1.5.0 |
| 368 | 2026-09-03T10:35:41.899Z | Compiling itoa v1.0.18 |
| 369 | 2026-09-03T10:35:42.085Z | Compiling regex-syntax v0.8.11 |
| 370 | 2026-09-03T10:35:42.276Z | Compiling syn v2.0.118 |
| 371 | 2026-09-03T10:35:42.518Z | Compiling usdt-impl v0.6.0 |
| 372 | 2026-09-03T10:35:42.736Z | Compiling pest_meta v2.8.7 |
| 373 | 2026-09-03T10:35:42.795Z | Compiling either v1.16.0 |
| 374 | 2026-09-03T10:35:42.998Z | Compiling itertools v0.15.0 |
| 375 | 2026-09-03T10:35:43.250Z | Compiling thread-id v5.1.0 |
| 376 | 2026-09-03T10:35:43.300Z | Checking log v0.4.33 |
| 377 | 2026-09-03T10:35:43.462Z | Compiling heapless v0.8.0 |
| 378 | 2026-09-03T10:35:43.468Z | Checking plain v0.2.3 |
| 379 | 2026-09-03T10:35:43.556Z | Compiling regex-automata v0.4.15 |
| 380 | 2026-09-03T10:35:44.141Z | Checking bitflags v2.13.0 |
| 381 | 2026-09-03T10:35:44.200Z | Checking hash32 v0.3.1 |
| 382 | 2026-09-03T10:35:44.324Z | Checking stable_deref_trait v1.2.1 |
| 383 | 2026-09-03T10:35:44.329Z | Checking cfg-if v1.0.4 |
| 384 | 2026-09-03T10:35:44.378Z | Checking macaddr v1.0.1 |
| 385 | 2026-09-03T10:35:44.382Z | Compiling smoltcp v0.11.0 |
| 386 | 2026-09-03T10:35:44.395Z | Checking pretty-hex v0.4.2 |
| 387 | 2026-09-03T10:35:44.556Z | Compiling version_check v0.9.5 |
| 388 | 2026-09-03T10:35:44.576Z | Checking bitflags v1.3.2 |
| 389 | 2026-09-03T10:35:44.634Z | Compiling crc32fast v1.5.0 |
| 390 | 2026-09-03T10:35:44.707Z | Compiling pest_generator v2.8.7 |
| 391 | 2026-09-03T10:35:44.814Z | Compiling darling_core v0.23.0 |
| 392 | 2026-09-03T10:35:44.824Z | Checking managed v0.8.0 |
| 393 | 2026-09-03T10:35:44.913Z | Compiling ref-cast v1.0.25 |
| 394 | 2026-09-03T10:35:45.051Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 395 | 2026-09-03T10:35:45.222Z | Compiling regex v1.13.0 |
| 396 | 2026-09-03T10:35:45.384Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 397 | 2026-09-03T10:35:45.389Z | Checking memmap2 v0.9.11 |
| 398 | 2026-09-03T10:35:45.551Z | Checking unicode-width v0.2.2 |
| 399 | 2026-09-03T10:35:45.700Z | Checking ipnetwork v0.21.1 |
| 400 | 2026-09-03T10:35:45.803Z | Checking tabwriter v1.4.1 |
| 401 | 2026-09-03T10:35:45.922Z | Compiling thiserror-impl v2.0.18 |
| 402 | 2026-09-03T10:35:45.939Z | Compiling serde_derive v1.0.228 |
| 403 | 2026-09-03T10:35:46.035Z | Compiling zerocopy-derive v0.8.54 |
| 404 | 2026-09-03T10:35:46.173Z | Compiling pest_derive v2.8.7 |
| 405 | 2026-09-03T10:35:46.267Z | Compiling scroll_derive v0.13.1 |
| 406 | 2026-09-03T10:35:46.594Z | Compiling ref-cast-impl v1.0.25 |
| 407 | 2026-09-03T10:35:46.704Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 408 | 2026-09-03T10:35:46.919Z | Checking dyn-clone v1.0.20 |
| 409 | 2026-09-03T10:35:47.013Z | Compiling darling_macro v0.23.0 |
| 410 | 2026-09-03T10:35:47.077Z | Checking scroll v0.13.0 |
| 411 | 2026-09-03T10:35:47.224Z | Compiling dtrace-parser v0.3.0 |
| 412 | 2026-09-03T10:35:47.229Z | Checking cobs v0.3.0 |
| 413 | 2026-09-03T10:35:47.301Z | Checking goblin v0.10.7 |
| 414 | 2026-09-03T10:35:47.569Z | Compiling darling v0.23.0 |
| 415 | 2026-09-03T10:35:47.641Z | Compiling ingot-macros v0.2.0 |
| 416 | 2026-09-03T10:35:47.641Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 417 | 2026-09-03T10:35:48.536Z | Checking postcard v1.1.3 |
| 418 | 2026-09-03T10:35:48.561Z | Compiling serde_tokenstream v0.2.3 |
| 419 | 2026-09-03T10:35:50.053Z | Checking dof v0.4.0 |
| 420 | 2026-09-03T10:35:50.053Z | Checking ingot-types v0.2.0 |
| 421 | 2026-09-03T10:35:50.367Z | Checking ingot v0.2.0 |
| 422 | 2026-09-03T10:35:51.042Z | Compiling usdt-macro v0.6.0 |
| 423 | 2026-09-03T10:35:51.046Z | Compiling usdt-attr-macro v0.6.0 |
| 424 | 2026-09-03T10:35:51.653Z | Checking usdt v0.6.0 |
| 425 | 2026-09-03T10:35:51.835Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 426 | 2026-09-03T10:36:00.384Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.64s |
| 427 | 2026-09-03T10:36:00.411Z | |
| 428 | 2026-09-03T10:36:00.411Z | real 19.717898861 |
| 429 | 2026-09-03T10:36:00.411Z | user 1:02.843433543 |
| 430 | 2026-09-03T10:36:00.411Z | sys 12.312683195 |
| 431 | 2026-09-03T10:36:00.411Z | trap 0.029502756 |
| 432 | 2026-09-03T10:36:00.415Z | tflt 0.145043623 |
| 433 | 2026-09-03T10:36:00.415Z | dflt 0.193471715 |
| 434 | 2026-09-03T10:36:00.415Z | kflt 0.000014327 |
| 435 | 2026-09-03T10:36:00.415Z | lock 3:55.783617115 |
| 436 | 2026-09-03T10:36:00.415Z | slp 3:18.233689699 |
| 437 | 2026-09-03T10:36:00.415Z | lat 2.892762435 |
| 438 | 2026-09-03T10:36:00.415Z | stop 5.990240145 |
| 439 | 2026-09-03T10:36:00.415Z | + header 'analyze no_std + engine + kernel' |
| 440 | 2026-09-03T10:36:00.415Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 441 | 2026-09-03T10:36:00.415Z | # ==== analyze no_std + engine + kernel ==== # |
| 442 | 2026-09-03T10:36:00.415Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings |
| 443 | 2026-09-03T10:36:00.582Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 444 | 2026-09-03T10:36:00.582Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 445 | 2026-09-03T10:36:00.585Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 446 | 2026-09-03T10:36:00.585Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 447 | 2026-09-03T10:36:00.799Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 448 | 2026-09-03T10:36:03.916Z | Finished `dev` profile [optimized + debuginfo] target(s) in 3.46s |
| 449 | 2026-09-03T10:36:03.943Z | |
| 450 | 2026-09-03T10:36:03.946Z | real 3.525184692 |
| 451 | 2026-09-03T10:36:03.946Z | user 3.797220820 |
| 452 | 2026-09-03T10:36:03.946Z | sys 0.835905213 |
| 453 | 2026-09-03T10:36:03.946Z | trap 0.000418798 |
| 454 | 2026-09-03T10:36:03.946Z | tflt 0.022921845 |
| 455 | 2026-09-03T10:36:03.946Z | dflt 0.002499393 |
| 456 | 2026-09-03T10:36:03.946Z | kflt 0.000000000 |
| 457 | 2026-09-03T10:36:03.946Z | lock 11.637862150 |
| 458 | 2026-09-03T10:36:03.946Z | slp 14.653362392 |
| 459 | 2026-09-03T10:36:03.946Z | lat 0.005842463 |
| 460 | 2026-09-03T10:36:03.946Z | stop 0.186402533 |
| 461 | 2026-09-03T10:36:03.946Z | + header test |
| 462 | 2026-09-03T10:36:03.946Z | + echo '# ==== test ==== #' |
| 463 | 2026-09-03T10:36:03.946Z | + ptime -m cargo test |
| 464 | 2026-09-03T10:36:03.947Z | # ==== test ==== # |
| 465 | 2026-09-03T10:36:04.092Z | Compiling serde_core v1.0.228 |
| 466 | 2026-09-03T10:36:04.095Z | Compiling thiserror v2.0.18 |
| 467 | 2026-09-03T10:36:04.113Z | Compiling zerocopy v0.8.54 |
| 468 | 2026-09-03T10:36:04.117Z | Compiling memchr v2.8.3 |
| 469 | 2026-09-03T10:36:04.120Z | Compiling byteorder v1.5.0 |
| 470 | 2026-09-03T10:36:04.123Z | Compiling unicode-ident v1.0.24 |
| 471 | 2026-09-03T10:36:04.127Z | Compiling zmij v1.0.22 |
| 472 | 2026-09-03T10:36:04.127Z | Compiling libc v0.2.186 |
| 473 | 2026-09-03T10:36:04.201Z | Compiling scroll v0.13.0 |
| 474 | 2026-09-03T10:36:04.248Z | Compiling proc-macro2 v1.0.106 |
| 475 | 2026-09-03T10:36:04.332Z | Compiling ucd-trie v0.1.7 |
| 476 | 2026-09-03T10:36:04.466Z | Compiling itoa v1.0.18 |
| 477 | 2026-09-03T10:36:04.474Z | Compiling log v0.4.33 |
| 478 | 2026-09-03T10:36:04.502Z | Compiling plain v0.2.3 |
| 479 | 2026-09-03T10:36:04.604Z | Compiling goblin v0.10.7 |
| 480 | 2026-09-03T10:36:04.706Z | Compiling quote v1.0.46 |
| 481 | 2026-09-03T10:36:04.721Z | Compiling pest v2.8.7 |
| 482 | 2026-09-03T10:36:05.035Z | Compiling hash32 v0.3.1 |
| 483 | 2026-09-03T10:36:05.203Z | Compiling cfg-if v1.0.4 |
| 484 | 2026-09-03T10:36:05.280Z | Compiling stable_deref_trait v1.2.1 |
| 485 | 2026-09-03T10:36:05.347Z | Compiling pretty-hex v0.4.2 |
| 486 | 2026-09-03T10:36:05.351Z | Compiling macaddr v1.0.1 |
| 487 | 2026-09-03T10:36:05.482Z | Compiling heapless v0.8.0 |
| 488 | 2026-09-03T10:36:05.604Z | Compiling syn v2.0.118 |
| 489 | 2026-09-03T10:36:05.702Z | Compiling thread-id v5.1.0 |
| 490 | 2026-09-03T10:36:05.779Z | Compiling cobs v0.3.0 |
| 491 | 2026-09-03T10:36:05.936Z | Compiling serde v1.0.228 |
| 492 | 2026-09-03T10:36:06.071Z | Compiling bitflags v2.13.0 |
| 493 | 2026-09-03T10:36:06.135Z | Compiling serde_json v1.0.150 |
| 494 | 2026-09-03T10:36:06.419Z | Compiling dtrace-parser v0.3.0 |
| 495 | 2026-09-03T10:36:06.490Z | Compiling bitflags v1.3.2 |
| 496 | 2026-09-03T10:36:06.558Z | Compiling managed v0.8.0 |
| 497 | 2026-09-03T10:36:06.593Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 498 | 2026-09-03T10:36:06.799Z | Compiling smoltcp v0.11.0 |
| 499 | 2026-09-03T10:36:06.829Z | Compiling postcard v1.1.3 |
| 500 | 2026-09-03T10:36:07.027Z | Compiling ingot-types v0.2.0 |
| 501 | 2026-09-03T10:36:07.160Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 502 | 2026-09-03T10:36:07.231Z | Compiling memmap2 v0.9.11 |
| 503 | 2026-09-03T10:36:07.432Z | Compiling ingot v0.2.0 |
| 504 | 2026-09-03T10:36:07.495Z | Compiling unicode-width v0.2.2 |
| 505 | 2026-09-03T10:36:07.779Z | Compiling dof v0.4.0 |
| 506 | 2026-09-03T10:36:07.824Z | Compiling ipnetwork v0.21.1 |
| 507 | 2026-09-03T10:36:08.333Z | Compiling either v1.16.0 |
| 508 | 2026-09-03T10:36:08.549Z | Compiling usdt-impl v0.6.0 |
| 509 | 2026-09-03T10:36:09.279Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 510 | 2026-09-03T10:36:09.696Z | Compiling usdt v0.6.0 |
| 511 | 2026-09-03T10:36:09.993Z | Compiling itertools v0.15.0 |
| 512 | 2026-09-03T10:36:10.311Z | Compiling tabwriter v1.4.1 |
| 513 | 2026-09-03T10:36:10.746Z | Compiling ref-cast v1.0.25 |
| 514 | 2026-09-03T10:36:10.886Z | Compiling crc32fast v1.5.0 |
| 515 | 2026-09-03T10:36:11.049Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 516 | 2026-09-03T10:36:11.133Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 517 | 2026-09-03T10:36:11.621Z | Compiling dyn-clone v1.0.20 |
| 518 | 2026-09-03T10:36:26.666Z | Finished `test` profile [optimized + debuginfo] target(s) in 22.71s |
| 519 | 2026-09-03T10:36:26.679Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-87a227793c628f88) |
| 520 | 2026-09-03T10:36:26.682Z | |
| 521 | 2026-09-03T10:36:26.682Z | running 84 tests |
| 522 | 2026-09-03T10:36:26.686Z | test d_error::tests::name_and_data_storage ... ok |
| 523 | 2026-09-03T10:36:26.686Z | test d_error::tests::name_truncation ... ok |
| 524 | 2026-09-03T10:36:26.686Z | test ddi::mblk::test::chain_append_links ... ok |
| 525 | 2026-09-03T10:36:26.686Z | test ddi::mblk::test::chain_breaks_links ... ok |
| 526 | 2026-09-03T10:36:26.687Z | test ddi::mblk::test::chain_has_correct_ends ... ok |
| 527 | 2026-09-03T10:36:26.687Z | test ddi::mblk::test::chain_drain_complete ... ok |
| 528 | 2026-09-03T10:36:26.687Z | test ddi::mblk::test::prefix_len ... ok |
| 529 | 2026-09-03T10:36:26.687Z | test ddi::mblk::test::read_seg ... ok |
| 530 | 2026-09-03T10:36:26.687Z | test ddi::mblk::test::expand_and_shrink ... ok |
| 531 | 2026-09-03T10:36:26.687Z | test ddi::mblk::test::uninitialized_packet ... ok |
| 532 | 2026-09-03T10:36:26.687Z | test ddi::mblk::test::truncate ... ok |
| 533 | 2026-09-03T10:36:26.687Z | test ddi::mblk::test::test_long_packet_continuation ... ok |
| 534 | 2026-09-03T10:36:26.687Z | test ddi::mblk::test::wrap ... ok |
| 535 | 2026-09-03T10:36:26.687Z | test ddi::mblk::test::zero_byte_packet ... ok |
| 536 | 2026-09-03T10:36:26.687Z | test ddi::time::test::good_interval ... ok |
| 537 | 2026-09-03T10:36:26.687Z | test engine::dhcp::test::domainname_encode ... ok |
| 538 | 2026-09-03T10:36:26.687Z | test engine::dhcp::test::hostname_encode ... ok |
| 539 | 2026-09-03T10:36:26.687Z | test engine::dhcp::test::offlink_encode ... ok |
| 540 | 2026-09-03T10:36:26.687Z | test engine::dhcp::test::domain_search_option_encode ... ok |
| 541 | 2026-09-03T10:36:26.687Z | test engine::dhcp::test::rfc3442_encode ... ok |
| 542 | 2026-09-03T10:36:26.687Z | test engine::dhcpv6::options::test::test_dns_servers ... ok |
| 543 | 2026-09-03T10:36:26.687Z | test engine::dhcpv6::options::test::test_client_id ... ok |
| 544 | 2026-09-03T10:36:26.687Z | test ddi::time::test::bad_interval - should panic ... ok |
| 545 | 2026-09-03T10:36:26.687Z | test engine::dhcpv6::options::test::test_domain_list_from_slice ... ok |
| 546 | 2026-09-03T10:36:26.687Z | test engine::dhcpv6::options::test::fail_on_deeply_nested_options ... ok |
| 547 | 2026-09-03T10:36:26.687Z | test engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok |
| 548 | 2026-09-03T10:36:26.687Z | test engine::dhcpv6::options::test::test_iana ... ok |
| 549 | 2026-09-03T10:36:26.687Z | test engine::dhcpv6::options::test::test_iata ... ok |
| 550 | 2026-09-03T10:36:26.687Z | test engine::dhcpv6::options::test::test_elapsed_time ... ok |
| 551 | 2026-09-03T10:36:26.687Z | test engine::dhcpv6::options::test::test_option_request ... ok |
| 552 | 2026-09-03T10:36:26.687Z | test engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok |
| 553 | 2026-09-03T10:36:26.687Z | test engine::dhcpv6::options::test::test_parse_snooped_iana ... ok |
| 554 | 2026-09-03T10:36:26.687Z | test engine::dhcpv6::options::test::test_rapid_commit ... ok |
| 555 | 2026-09-03T10:36:26.687Z | test engine::dhcpv6::options::test::test_server_id ... ok |
| 556 | 2026-09-03T10:36:26.687Z | test engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok |
| 557 | 2026-09-03T10:36:26.687Z | test engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok |
| 558 | 2026-09-03T10:36:26.687Z | test engine::dhcpv6::options::test::test_sntp_servers ... ok |
| 559 | 2026-09-03T10:36:26.687Z | test engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok |
| 560 | 2026-09-03T10:36:26.687Z | test engine::dhcpv6::test::test_duid_from_mac ... ok |
| 561 | 2026-09-03T10:36:26.687Z | test engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok |
| 562 | 2026-09-03T10:36:26.687Z | test engine::ether::test::emit ... ok |
| 563 | 2026-09-03T10:36:26.687Z | test engine::dhcpv6::options::test::test_status ... ok |
| 564 | 2026-09-03T10:36:26.687Z | test engine::flow_table::test::eviction_invalidates_descendents ... ok |
| 565 | 2026-09-03T10:36:26.688Z | test engine::flow_table::test::eviction_basics ... ok |
| 566 | 2026-09-03T10:36:26.688Z | test engine::flow_table::test::children_prevent_timer_expiry ... ok |
| 567 | 2026-09-03T10:36:26.688Z | test engine::flow_table::test::priority_lerp_clamps ... ok |
| 568 | 2026-09-03T10:36:26.688Z | test engine::flow_table::test::eviction_selects_highest_prio ... ok |
| 569 | 2026-09-03T10:36:26.688Z | test engine::flow_table::test::eviction_priority_inheritance ... ok |
| 570 | 2026-09-03T10:36:26.688Z | test engine::flow_table::test::flow_expired ... ok |
| 571 | 2026-09-03T10:36:26.688Z | test engine::flow_table::test::priority_lerp ... ok |
| 572 | 2026-09-03T10:36:26.688Z | test engine::flow_table::test::flow_clear ... ok |
| 573 | 2026-09-03T10:36:26.688Z | test engine::flow_table::test::priority_lerp_rejects_bad_params ... ok |
| 574 | 2026-09-03T10:36:26.688Z | test engine::ip::v4::test::cidr_match ... ok |
| 575 | 2026-09-03T10:36:26.688Z | test engine::ip::v4::test::match_check ... ok |
| 576 | 2026-09-03T10:36:26.688Z | test engine::ip::v4::test::emit ... ok |
| 577 | 2026-09-03T10:36:26.688Z | test engine::geneve::test::emit_single_opt ... ok |
| 578 | 2026-09-03T10:36:26.688Z | test engine::flow_table::test::timer_expiry_propagation ... ok |
| 579 | 2026-09-03T10:36:26.688Z | test engine::geneve::test::emit_no_opts ... ok |
| 580 | 2026-09-03T10:36:26.688Z | test engine::ip::v6::test::from_pairs ... ok |
| 581 | 2026-09-03T10:36:26.688Z | test engine::ip::v6::test::emit ... ok |
| 582 | 2026-09-03T10:36:26.688Z | test engine::ip::v6::test::bad_ipv6_version_caught ... ok |
| 583 | 2026-09-03T10:36:26.688Z | test engine::ip::v6::test::option_push_spec ... ok |
| 584 | 2026-09-03T10:36:26.688Z | test engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok |
| 585 | 2026-09-03T10:36:26.688Z | test engine::layer::test::find_rule ... ok |
| 586 | 2026-09-03T10:36:26.688Z | test engine::ip::v6::test::test_extension_header_lengths_ok ... ok |
| 587 | 2026-09-03T10:36:26.688Z | test engine::ip::v6::test::test_set_total_len ... ok |
| 588 | 2026-09-03T10:36:26.688Z | test engine::ip::v6::test::test_ipv6_addr_match_exact ... ok |
| 589 | 2026-09-03T10:36:26.688Z | test engine::ip::v6::test::extension_push_spec ... ok |
| 590 | 2026-09-03T10:36:26.688Z | test engine::nat::test::nat4_rewrite ... ok |
| 591 | 2026-09-03T10:36:26.688Z | test engine::packet::test::read_multi_segment ... ok |
| 592 | 2026-09-03T10:36:26.688Z | test engine::packet::test::parse_ipv6_extension_headers_ok ... ok |
| 593 | 2026-09-03T10:36:26.688Z | test engine::packet::test::read_single_segment ... ok |
| 594 | 2026-09-03T10:36:26.688Z | test engine::packet::test::small_packet_with_padding ... ok |
| 595 | 2026-09-03T10:36:26.688Z | test engine::packet::test::straddled_tcp ... ok |
| 596 | 2026-09-03T10:36:26.688Z | test engine::ip::v6::test::push_spec ... ok |
| 597 | 2026-09-03T10:36:26.688Z | test engine::packet::test::udp6_packet_with_padding ... ok |
| 598 | 2026-09-03T10:36:26.688Z | test engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok |
| 599 | 2026-09-03T10:36:26.688Z | test engine::port::tests::opening_tcp_eviction_prio_increases_over_time ... ok |
| 600 | 2026-09-03T10:36:26.688Z | test engine::port::tests::established_tcp_eviction_prio_unchanging ... ok |
| 601 | 2026-09-03T10:36:26.688Z | test engine::parse::test::icmp4_body_csum_equals_body ... ok |
| 602 | 2026-09-03T10:36:26.688Z | test engine::rule::rule_matching ... ok |
| 603 | 2026-09-03T10:36:26.688Z | test engine::snat::test::snat4_desc_lifecycle ... ok |
| 604 | 2026-09-03T10:36:26.689Z | test engine::snat::test::test_nat_pool_different_ip_types ... ok |
| 605 | 2026-09-03T10:36:26.689Z | test engine::snat::test::nat_mappings ... ok |
| 606 | 2026-09-03T10:36:26.689Z | |
| 607 | 2026-09-03T10:36:26.689Z | test result: ok. 84 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 608 | 2026-09-03T10:36:26.689Z | |
| 609 | 2026-09-03T10:36:26.689Z | Doc-tests opte |
| 610 | 2026-09-03T10:36:28.735Z | |
| 611 | 2026-09-03T10:36:28.735Z | running 3 tests |
| 612 | 2026-09-03T10:36:28.739Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored |
| 613 | 2026-09-03T10:36:28.739Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok |
| 614 | 2026-09-03T10:36:28.739Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok |
| 615 | 2026-09-03T10:36:28.739Z | |
| 616 | 2026-09-03T10:36:28.739Z | test result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 617 | 2026-09-03T10:36:28.739Z | |
| 618 | 2026-09-03T10:36:28.744Z | all doctests ran in 1.45s; merged doctests compilation took 1.44s |
| 619 | 2026-09-03T10:36:28.786Z | |
| 620 | 2026-09-03T10:36:28.789Z | real 24.833240421 |
| 621 | 2026-09-03T10:36:28.789Z | user 2:04.456110024 |
| 622 | 2026-09-03T10:36:28.789Z | sys 7.334563370 |
| 623 | 2026-09-03T10:36:28.789Z | trap 0.057723527 |
| 624 | 2026-09-03T10:36:28.790Z | tflt 0.202506256 |
| 625 | 2026-09-03T10:36:28.790Z | dflt 0.395227355 |
| 626 | 2026-09-03T10:36:28.790Z | kflt 0.000007556 |
| 627 | 2026-09-03T10:36:28.790Z | lock 6:29.921868089 |
| 628 | 2026-09-03T10:36:28.790Z | slp 3:44.748702064 |
| 629 | 2026-09-03T10:36:28.790Z | lat 6.238852030 |
| 630 | 2026-09-03T10:36:28.790Z | stop 2.813425610 |
| 631 | 2026-09-03T10:36:28.790Z | process exited: duration 84950 ms, exit code 0 |
| |
| 632 | 2026-09-03T10:36:28.798Z | found 0 output files |