|
|
|
| 1 | 2026-05-30T04:02:16.012Z | job assigned to worker 01KSVGPQSDE09BPD4F71WSETSJ [factory aws, i-0345ad147eff535d4] (queued for 43 s) |
| |
| 2 | 2026-05-30T04:02:22.603Z | starting task 0: "setup" |
| 3 | 2026-05-30T04:02:22.608Z | ++ uname -s |
| 4 | 2026-05-30T04:02:22.610Z | + kern=SunOS |
| 5 | 2026-05-30T04:02:22.611Z | + build_user=build |
| 6 | 2026-05-30T04:02:22.611Z | + build_uid=12345 |
| 7 | 2026-05-30T04:02:22.611Z | + work_dir=/work |
| 8 | 2026-05-30T04:02:22.611Z | + input_dir=/input |
| 9 | 2026-05-30T04:02:22.611Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-30T04:02:22.611Z | + case "$kern" in |
| 11 | 2026-05-30T04:02:22.611Z | + groupadd -g 12345 build |
| 12 | 2026-05-30T04:02:22.621Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-30T04:02:24.627Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-30T04:02:24.685Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-30T04:02:24.688Z | + home_fs=zfs |
| 16 | 2026-05-30T04:02:24.689Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-30T04:02:24.689Z | + mkdir -p /home/build |
| 18 | 2026-05-30T04:02:24.689Z | + chown build:build /home/build /work |
| 19 | 2026-05-30T04:02:26.689Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-30T04:02:26.692Z | process exited: duration 4091 ms, exit code 0 |
| |
| 21 | 2026-05-30T04:02:26.698Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-30T04:02:26.702Z | + printf ' * rust toolchain channel = "%s"\n' 1.95.0 |
| 23 | 2026-05-30T04:02:26.702Z | * rust toolchain channel = "1.95.0" |
| 24 | 2026-05-30T04:02:26.702Z | * rust toolchain profile = "default" |
| 25 | 2026-05-30T04:02:26.702Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-30T04:02:26.702Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-30T04:02:26.702Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-30T04:02:26.705Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-30T04:02:26.705Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default |
| 30 | 2026-05-30T04:02:26.813Z | info: downloading installer |
| 31 | 2026-05-30T04:02:28.091Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-30T04:02:28.091Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-30T04:02:28.092Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-30T04:02:28.092Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-30T04:02:28.104Z | info: profile set to default |
| 36 | 2026-05-30T04:02:28.104Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-30T04:02:28.107Z | info: syncing channel updates for 1.95.0-x86_64-unknown-illumos |
| 38 | 2026-05-30T04:02:28.235Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 39 | 2026-05-30T04:02:28.238Z | info: downloading 6 components |
| 40 | 2026-05-30T04:02:42.507Z | info: default toolchain set to 1.95.0-x86_64-unknown-illumos |
| 41 | 2026-05-30T04:02:42.507Z | |
| 42 | 2026-05-30T04:02:42.536Z | 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 43 | 2026-05-30T04:02:42.536Z | |
| 44 | 2026-05-30T04:02:42.536Z | |
| 45 | 2026-05-30T04:02:42.536Z | Rust is installed now. Great! |
| 46 | 2026-05-30T04:02:42.536Z | |
| 47 | 2026-05-30T04:02:42.539Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-30T04:02:42.539Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-30T04:02:42.539Z | |
| 50 | 2026-05-30T04:02:42.539Z | To configure your current shell, you need to source |
| 51 | 2026-05-30T04:02:42.540Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-30T04:02:42.540Z | |
| 53 | 2026-05-30T04:02:42.540Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-30T04:02:42.540Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-30T04:02:42.540Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-30T04:02:42.540Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-30T04:02:42.540Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-30T04:02:42.540Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-30T04:02:42.540Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-30T04:02:42.540Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-30T04:02:42.540Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-30T04:02:42.626Z | + rustup --version |
| 63 | 2026-05-30T04:02:42.635Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-30T04:02:42.637Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-30T04:02:42.656Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 66 | 2026-05-30T04:02:42.658Z | + cargo --version |
| 67 | 2026-05-30T04:02:42.672Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 68 | 2026-05-30T04:02:42.675Z | + rustc --version |
| 69 | 2026-05-30T04:02:42.694Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 70 | 2026-05-30T04:02:42.696Z | process exited: duration 15998 ms, exit code 0 |
| |
| 71 | 2026-05-30T04:02:42.702Z | starting task 2: "authentication" |
| 72 | 2026-05-30T04:02:42.718Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-05-30T04:02:42.723Z | starting task 3: "clone repository" |
| 74 | 2026-05-30T04:02:42.726Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-05-30T04:02:42.729Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-05-30T04:02:42.767Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-05-30T04:02:43.606Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-05-30T04:02:43.609Z | + git fetch origin 24b470b8d12aa183b4fd0951cce5852d1d72761b |
| 79 | 2026-05-30T04:02:43.821Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-05-30T04:02:43.821Z | * branch 24b470b8d12aa183b4fd0951cce5852d1d72761b -> FETCH_HEAD |
| 81 | 2026-05-30T04:02:43.829Z | + [[ -n renovate/zerocopy-0.x-lockfile ]] |
| 82 | 2026-05-30T04:02:43.831Z | ++ git branch --show-current |
| 83 | 2026-05-30T04:02:43.831Z | + current=master |
| 84 | 2026-05-30T04:02:43.831Z | + [[ master != renovate/zerocopy-0.x-lockfile ]] |
| 85 | 2026-05-30T04:02:43.831Z | + git branch -f renovate/zerocopy-0.x-lockfile 24b470b8d12aa183b4fd0951cce5852d1d72761b |
| 86 | 2026-05-30T04:02:43.834Z | + git checkout -f renovate/zerocopy-0.x-lockfile |
| 87 | 2026-05-30T04:02:43.851Z | Switched to branch 'renovate/zerocopy-0.x-lockfile' |
| 88 | 2026-05-30T04:02:43.854Z | + git reset --hard 24b470b8d12aa183b4fd0951cce5852d1d72761b |
| 89 | 2026-05-30T04:02:43.868Z | HEAD is now at 24b470b Update Rust crate zerocopy to v0.8.50 |
| 90 | 2026-05-30T04:02:43.870Z | process exited: duration 1144 ms, exit code 0 |
| |
| 91 | 2026-05-30T04:02:43.876Z | starting task 4: "build" |
| 92 | 2026-05-30T04:02:43.880Z | + source .github/buildomat/common.sh |
| 93 | 2026-05-30T04:02:43.883Z | ++ rustup show active-toolchain |
| 94 | 2026-05-30T04:02:43.886Z | 1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-05-30T04:02:43.888Z | ++ pushd xde |
| 96 | 2026-05-30T04:02:43.888Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-05-30T04:02:43.888Z | ++ rustup show active-toolchain |
| 98 | 2026-05-30T04:02:43.891Z | info: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos |
| 99 | 2026-05-30T04:02:44.048Z | info: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31) |
| 100 | 2026-05-30T04:02:44.051Z | info: downloading 6 components |
| 101 | 2026-05-30T04:02:59.628Z | nightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-05-30T04:02:59.730Z | +++ rustup show active-toolchain -v |
| 103 | 2026-05-30T04:02:59.733Z | +++ head -n 1 |
| 104 | 2026-05-30T04:02:59.733Z | +++ cut '-d ' -f1 |
| 105 | 2026-05-30T04:02:59.782Z | ++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 106 | 2026-05-30T04:02:59.783Z | ++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 107 | 2026-05-30T04:02:59.783Z | ++ popd |
| 108 | 2026-05-30T04:02:59.786Z | /work/oxidecomputer/opte |
| 109 | 2026-05-30T04:02:59.786Z | + cargo --version |
| 110 | 2026-05-30T04:02:59.792Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 111 | 2026-05-30T04:02:59.795Z | + rustc --version |
| 112 | 2026-05-30T04:02:59.815Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 113 | 2026-05-30T04:02:59.818Z | + cd lib/opte |
| 114 | 2026-05-30T04:02:59.818Z | + header 'check style' |
| 115 | 2026-05-30T04:02:59.818Z | + echo '# ==== check style ==== #' |
| 116 | 2026-05-30T04:02:59.818Z | # ==== check style ==== # |
| 117 | 2026-05-30T04:02:59.818Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check |
| 118 | 2026-05-30T04:03:00.002Z | |
| 119 | 2026-05-30T04:03:00.002Z | real 0.180588826 |
| 120 | 2026-05-30T04:03:00.002Z | user 0.137934699 |
| 121 | 2026-05-30T04:03:00.002Z | sys 0.036502334 |
| 122 | 2026-05-30T04:03:00.002Z | trap 0.000009700 |
| 123 | 2026-05-30T04:03:00.002Z | tflt 0.000011930 |
| 124 | 2026-05-30T04:03:00.002Z | dflt 0.000024850 |
| 125 | 2026-05-30T04:03:00.002Z | kflt 0.000000000 |
| 126 | 2026-05-30T04:03:00.002Z | lock 0.034359699 |
| 127 | 2026-05-30T04:03:00.002Z | slp 0.160374734 |
| 128 | 2026-05-30T04:03:00.002Z | lat 0.000765870 |
| 129 | 2026-05-30T04:03:00.002Z | stop 0.000100530 |
| 130 | 2026-05-30T04:03:00.005Z | + header 'check docs' |
| 131 | 2026-05-30T04:03:00.005Z | + echo '# ==== check docs ==== #' |
| 132 | 2026-05-30T04:03:00.005Z | # ==== check docs ==== # |
| 133 | 2026-05-30T04:03:00.005Z | + RUSTDOCFLAGS='-D warnings' |
| 134 | 2026-05-30T04:03:00.005Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 135 | 2026-05-30T04:03:00.077Z | Updating crates.io index |
| 136 | 2026-05-30T04:03:00.081Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-05-30T04:03:00.733Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-05-30T04:03:01.260Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-05-30T04:03:01.635Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-05-30T04:03:01.908Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-05-30T04:03:02.430Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-05-30T04:03:02.681Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-05-30T04:03:04.871Z | Downloading crates ... |
| 144 | 2026-05-30T04:03:04.931Z | Downloaded block-buffer v0.10.4 |
| 145 | 2026-05-30T04:03:04.935Z | Downloaded defmt v1.0.1 |
| 146 | 2026-05-30T04:03:04.938Z | Downloaded darling v0.23.0 |
| 147 | 2026-05-30T04:03:04.942Z | Downloaded managed v0.8.0 |
| 148 | 2026-05-30T04:03:04.942Z | Downloaded usdt v0.6.0 |
| 149 | 2026-05-30T04:03:04.942Z | Downloaded ingot v0.1.1 |
| 150 | 2026-05-30T04:03:04.946Z | Downloaded darling_macro v0.21.3 |
| 151 | 2026-05-30T04:03:04.949Z | Downloaded ref-cast-impl v1.0.25 |
| 152 | 2026-05-30T04:03:04.958Z | Downloaded postcard v1.1.3 |
| 153 | 2026-05-30T04:03:04.960Z | Downloaded hash32 v0.3.1 |
| 154 | 2026-05-30T04:03:04.966Z | Downloaded serde_derive v1.0.228 |
| 155 | 2026-05-30T04:03:04.969Z | Downloaded pest v2.8.6 |
| 156 | 2026-05-30T04:03:04.975Z | Downloaded byteorder v1.5.0 |
| 157 | 2026-05-30T04:03:04.991Z | Downloaded usdt-attr-macro v0.6.0 |
| 158 | 2026-05-30T04:03:04.995Z | Downloaded dof v0.4.0 |
| 159 | 2026-05-30T04:03:04.998Z | Downloaded cpufeatures v0.2.17 |
| 160 | 2026-05-30T04:03:05.000Z | Downloaded cobs v0.3.0 |
| 161 | 2026-05-30T04:03:05.005Z | Downloaded ident_case v1.0.1 |
| 162 | 2026-05-30T04:03:05.007Z | Downloaded fnv v1.0.7 |
| 163 | 2026-05-30T04:03:05.007Z | Downloaded aho-corasick v1.1.4 |
| 164 | 2026-05-30T04:03:05.010Z | Downloaded plain v0.2.3 |
| 165 | 2026-05-30T04:03:05.014Z | Downloaded strsim v0.11.1 |
| 166 | 2026-05-30T04:03:05.016Z | Downloaded itoa v1.0.18 |
| 167 | 2026-05-30T04:03:05.016Z | Downloaded pretty-hex v0.4.2 |
| 168 | 2026-05-30T04:03:05.017Z | Downloaded embedded-io v0.4.0 |
| 169 | 2026-05-30T04:03:05.019Z | Downloaded dtrace-parser v0.3.0 |
| 170 | 2026-05-30T04:03:05.019Z | Downloaded digest v0.10.7 |
| 171 | 2026-05-30T04:03:05.026Z | Downloaded version_check v0.9.5 |
| 172 | 2026-05-30T04:03:05.030Z | Downloaded defmt v0.3.100 |
| 173 | 2026-05-30T04:03:05.034Z | Downloaded stable_deref_trait v1.2.1 |
| 174 | 2026-05-30T04:03:05.037Z | Downloaded dyn-clone v1.0.20 |
| 175 | 2026-05-30T04:03:05.049Z | Downloaded usdt-macro v0.6.0 |
| 176 | 2026-05-30T04:03:05.052Z | Downloaded sha2 v0.10.9 |
| 177 | 2026-05-30T04:03:05.055Z | Downloaded scroll v0.13.0 |
| 178 | 2026-05-30T04:03:05.055Z | Downloaded bitflags v1.3.2 |
| 179 | 2026-05-30T04:03:05.058Z | Downloaded ref-cast v1.0.25 |
| 180 | 2026-05-30T04:03:05.063Z | Downloaded cfg-if v1.0.4 |
| 181 | 2026-05-30T04:03:05.066Z | Downloaded darling_macro v0.23.0 |
| 182 | 2026-05-30T04:03:05.068Z | Downloaded scroll_derive v0.13.1 |
| 183 | 2026-05-30T04:03:05.068Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 184 | 2026-05-30T04:03:05.071Z | Downloaded defmt-parser v1.0.0 |
| 185 | 2026-05-30T04:03:05.071Z | Downloaded crypto-common v0.1.7 |
| 186 | 2026-05-30T04:03:05.073Z | Downloaded macaddr v1.0.1 |
| 187 | 2026-05-30T04:03:05.074Z | Downloaded generic-array v0.14.7 |
| 188 | 2026-05-30T04:03:05.076Z | Downloaded thread-id v5.1.0 |
| 189 | 2026-05-30T04:03:05.076Z | Downloaded embedded-io v0.6.1 |
| 190 | 2026-05-30T04:03:05.079Z | Downloaded tabwriter v1.4.1 |
| 191 | 2026-05-30T04:03:05.082Z | Downloaded zmij v1.0.21 |
| 192 | 2026-05-30T04:03:05.084Z | Downloaded thiserror-impl v2.0.18 |
| 193 | 2026-05-30T04:03:05.084Z | Downloaded serde_tokenstream v0.2.3 |
| 194 | 2026-05-30T04:03:05.084Z | Downloaded quote v1.0.45 |
| 195 | 2026-05-30T04:03:05.097Z | Downloaded bitflags v2.11.1 |
| 196 | 2026-05-30T04:03:05.101Z | Downloaded ipnetwork v0.21.1 |
| 197 | 2026-05-30T04:03:05.104Z | Downloaded crc32fast v1.5.0 |
| 198 | 2026-05-30T04:03:05.106Z | Downloaded usdt-impl v0.6.0 |
| 199 | 2026-05-30T04:03:05.109Z | Downloaded defmt-macros v1.0.1 |
| 200 | 2026-05-30T04:03:05.113Z | Downloaded either v1.15.0 |
| 201 | 2026-05-30T04:03:05.116Z | Downloaded ingot-macros v0.1.1 |
| 202 | 2026-05-30T04:03:05.120Z | Downloaded proc-macro-error2 v2.0.1 |
| 203 | 2026-05-30T04:03:05.123Z | Downloaded memmap2 v0.9.10 |
| 204 | 2026-05-30T04:03:05.123Z | Downloaded pest_derive v2.8.6 |
| 205 | 2026-05-30T04:03:05.126Z | Downloaded ingot-types v0.1.2 |
| 206 | 2026-05-30T04:03:05.128Z | Downloaded ucd-trie v0.1.7 |
| 207 | 2026-05-30T04:03:05.133Z | Downloaded darling v0.21.3 |
| 208 | 2026-05-30T04:03:05.149Z | Downloaded thiserror v2.0.18 |
| 209 | 2026-05-30T04:03:05.151Z | Downloaded serde_core v1.0.228 |
| 210 | 2026-05-30T04:03:05.154Z | Downloaded proc-macro2 v1.0.106 |
| 211 | 2026-05-30T04:03:05.154Z | Downloaded pest_generator v2.8.6 |
| 212 | 2026-05-30T04:03:05.157Z | Downloaded heapless v0.8.0 |
| 213 | 2026-05-30T04:03:05.160Z | Downloaded unicode-ident v1.0.24 |
| 214 | 2026-05-30T04:03:05.162Z | Downloaded darling_core v0.21.3 |
| 215 | 2026-05-30T04:03:05.166Z | Downloaded log v0.4.29 |
| 216 | 2026-05-30T04:03:05.171Z | Downloaded darling_core v0.23.0 |
| 217 | 2026-05-30T04:03:05.185Z | Downloaded pest_meta v2.8.6 |
| 218 | 2026-05-30T04:03:05.188Z | Downloaded memchr v2.8.0 |
| 219 | 2026-05-30T04:03:05.209Z | Downloaded serde v1.0.228 |
| 220 | 2026-05-30T04:03:05.212Z | Downloaded zerocopy-derive v0.8.50 |
| 221 | 2026-05-30T04:03:05.215Z | Downloaded typenum v1.20.0 |
| 222 | 2026-05-30T04:03:05.218Z | Downloaded zerocopy v0.8.50 |
| 223 | 2026-05-30T04:03:05.236Z | Downloaded serde_json v1.0.149 |
| 224 | 2026-05-30T04:03:05.239Z | Downloaded regex v1.12.3 |
| 225 | 2026-05-30T04:03:05.244Z | Downloaded itertools v0.14.0 |
| 226 | 2026-05-30T04:03:05.291Z | Downloaded goblin v0.10.5 |
| 227 | 2026-05-30T04:03:05.324Z | Downloaded unicode-width v0.2.2 |
| 228 | 2026-05-30T04:03:05.328Z | Downloaded smoltcp v0.11.0 |
| 229 | 2026-05-30T04:03:05.334Z | Downloaded syn v2.0.117 |
| 230 | 2026-05-30T04:03:05.340Z | Downloaded regex-syntax v0.8.10 |
| 231 | 2026-05-30T04:03:05.373Z | Downloaded regex-automata v0.4.14 |
| 232 | 2026-05-30T04:03:05.381Z | Downloaded libc v0.2.186 |
| 233 | 2026-05-30T04:03:05.449Z | Compiling proc-macro2 v1.0.106 |
| 234 | 2026-05-30T04:03:05.449Z | Compiling quote v1.0.45 |
| 235 | 2026-05-30T04:03:05.449Z | Compiling unicode-ident v1.0.24 |
| 236 | 2026-05-30T04:03:05.453Z | Documenting unicode-ident v1.0.24 |
| 237 | 2026-05-30T04:03:05.453Z | Compiling ident_case v1.0.1 |
| 238 | 2026-05-30T04:03:05.453Z | Compiling strsim v0.11.1 |
| 239 | 2026-05-30T04:03:05.453Z | Compiling serde_core v1.0.228 |
| 240 | 2026-05-30T04:03:05.599Z | Compiling fnv v1.0.7 |
| 241 | 2026-05-30T04:03:05.623Z | Compiling memchr v2.8.0 |
| 242 | 2026-05-30T04:03:05.701Z | Compiling zerocopy v0.8.50 |
| 243 | 2026-05-30T04:03:05.823Z | Compiling serde v1.0.228 |
| 244 | 2026-05-30T04:03:05.940Z | Compiling regex-syntax v0.8.10 |
| 245 | 2026-05-30T04:03:06.006Z | Compiling aho-corasick v1.1.4 |
| 246 | 2026-05-30T04:03:06.071Z | Compiling thiserror v2.0.18 |
| 247 | 2026-05-30T04:03:06.140Z | Documenting proc-macro2 v1.0.106 |
| 248 | 2026-05-30T04:03:06.609Z | Checking syn v2.0.117 |
| 249 | 2026-05-30T04:03:06.674Z | Checking byteorder v1.5.0 |
| 250 | 2026-05-30T04:03:06.800Z | Documenting quote v1.0.45 |
| 251 | 2026-05-30T04:03:06.908Z | Compiling either v1.15.0 |
| 252 | 2026-05-30T04:03:07.100Z | Compiling itertools v0.14.0 |
| 253 | 2026-05-30T04:03:07.284Z | Documenting syn v2.0.117 |
| 254 | 2026-05-30T04:03:07.419Z | Compiling regex-automata v0.4.14 |
| 255 | 2026-05-30T04:03:07.443Z | Documenting memchr v2.8.0 |
| 256 | 2026-05-30T04:03:07.996Z | Compiling heapless v0.8.0 |
| 257 | 2026-05-30T04:03:08.054Z | Documenting aho-corasick v1.1.4 |
| 258 | 2026-05-30T04:03:08.299Z | Checking bitflags v2.11.1 |
| 259 | 2026-05-30T04:03:08.444Z | Checking hash32 v0.3.1 |
| 260 | 2026-05-30T04:03:08.449Z | Documenting serde_core v1.0.228 |
| 261 | 2026-05-30T04:03:08.550Z | Checking macaddr v1.0.1 |
| 262 | 2026-05-30T04:03:08.636Z | Documenting regex-syntax v0.8.10 |
| 263 | 2026-05-30T04:03:08.692Z | Checking stable_deref_trait v1.2.1 |
| 264 | 2026-05-30T04:03:08.758Z | Checking cfg-if v1.0.4 |
| 265 | 2026-05-30T04:03:08.802Z | Checking darling_core v0.21.3 |
| 266 | 2026-05-30T04:03:08.813Z | Compiling smoltcp v0.11.0 |
| 267 | 2026-05-30T04:03:09.225Z | Compiling regex v1.12.3 |
| 268 | 2026-05-30T04:03:09.437Z | Compiling darling_core v0.23.0 |
| 269 | 2026-05-30T04:03:09.657Z | Documenting regex-automata v0.4.14 |
| 270 | 2026-05-30T04:03:09.906Z | Documenting serde_derive v1.0.228 |
| 271 | 2026-05-30T04:03:09.989Z | Documenting zerocopy-derive v0.8.50 |
| 272 | 2026-05-30T04:03:10.084Z | Documenting thiserror-impl v2.0.18 |
| 273 | 2026-05-30T04:03:10.258Z | Compiling zerocopy-derive v0.8.50 |
| 274 | 2026-05-30T04:03:10.759Z | Compiling thiserror-impl v2.0.18 |
| 275 | 2026-05-30T04:03:10.836Z | Compiling serde_derive v1.0.228 |
| 276 | 2026-05-30T04:03:11.030Z | Documenting regex v1.12.3 |
| 277 | 2026-05-30T04:03:11.205Z | Compiling darling_macro v0.21.3 |
| 278 | 2026-05-30T04:03:11.242Z | Documenting byteorder v1.5.0 |
| 279 | 2026-05-30T04:03:11.490Z | Checking bitflags v1.3.2 |
| 280 | 2026-05-30T04:03:11.543Z | Compiling darling_macro v0.23.0 |
| 281 | 2026-05-30T04:03:11.551Z | Checking managed v0.8.0 |
| 282 | 2026-05-30T04:03:11.760Z | Documenting zerocopy v0.8.50 |
| 283 | 2026-05-30T04:03:11.804Z | Documenting hash32 v0.3.1 |
| 284 | 2026-05-30T04:03:11.810Z | Compiling darling v0.21.3 |
| 285 | 2026-05-30T04:03:11.882Z | Compiling ingot-macros v0.1.1 |
| 286 | 2026-05-30T04:03:12.128Z | Documenting ingot-macros v0.1.1 |
| 287 | 2026-05-30T04:03:12.135Z | Checking cobs v0.3.0 |
| 288 | 2026-05-30T04:03:12.159Z | Documenting thiserror v2.0.18 |
| 289 | 2026-05-30T04:03:12.261Z | Documenting bitflags v2.11.1 |
| 290 | 2026-05-30T04:03:12.327Z | Documenting stable_deref_trait v1.2.1 |
| 291 | 2026-05-30T04:03:12.673Z | Documenting cfg-if v1.0.4 |
| 292 | 2026-05-30T04:03:12.838Z | Compiling crc32fast v1.5.0 |
| 293 | 2026-05-30T04:03:13.032Z | Compiling ref-cast v1.0.25 |
| 294 | 2026-05-30T04:03:13.136Z | Documenting macaddr v1.0.1 |
| 295 | 2026-05-30T04:03:13.203Z | Documenting heapless v0.8.0 |
| 296 | 2026-05-30T04:03:13.375Z | Documenting cobs v0.3.0 |
| 297 | 2026-05-30T04:03:13.657Z | Documenting serde v1.0.228 |
| 298 | 2026-05-30T04:03:13.914Z | Compiling ref-cast-impl v1.0.25 |
| 299 | 2026-05-30T04:03:13.936Z | Checking postcard v1.1.3 |
| 300 | 2026-05-30T04:03:14.197Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 301 | 2026-05-30T04:03:14.401Z | Checking ipnetwork v0.21.1 |
| 302 | 2026-05-30T04:03:14.447Z | Checking unicode-width v0.2.2 |
| 303 | 2026-05-30T04:03:14.507Z | Documenting managed v0.8.0 |
| 304 | 2026-05-30T04:03:14.548Z | Checking ingot-types v0.1.2 |
| 305 | 2026-05-30T04:03:14.572Z | Compiling version_check v0.9.5 |
| 306 | 2026-05-30T04:03:14.670Z | Documenting ingot-types v0.1.2 |
| 307 | 2026-05-30T04:03:14.686Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 308 | 2026-05-30T04:03:14.704Z | Compiling darling v0.23.0 |
| 309 | 2026-05-30T04:03:14.811Z | Documenting ref-cast-impl v1.0.25 |
| 310 | 2026-05-30T04:03:14.856Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 311 | 2026-05-30T04:03:14.936Z | Checking ingot v0.1.1 |
| 312 | 2026-05-30T04:03:15.066Z | Documenting either v1.15.0 |
| 313 | 2026-05-30T04:03:15.097Z | Documenting unicode-width v0.2.2 |
| 314 | 2026-05-30T04:03:15.105Z | Documenting postcard v1.1.3 |
| 315 | 2026-05-30T04:03:15.198Z | Documenting smoltcp v0.11.0 |
| 316 | 2026-05-30T04:03:15.443Z | Documenting ipnetwork v0.21.1 |
| 317 | 2026-05-30T04:03:15.723Z | Documenting ingot v0.1.1 |
| 318 | 2026-05-30T04:03:15.917Z | Documenting ref-cast v1.0.25 |
| 319 | 2026-05-30T04:03:16.146Z | Documenting itertools v0.14.0 |
| 320 | 2026-05-30T04:03:16.456Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 321 | 2026-05-30T04:03:16.497Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 322 | 2026-05-30T04:03:16.694Z | Documenting tabwriter v1.4.1 |
| 323 | 2026-05-30T04:03:16.965Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 324 | 2026-05-30T04:03:17.325Z | Checking tabwriter v1.4.1 |
| 325 | 2026-05-30T04:03:17.549Z | Documenting crc32fast v1.5.0 |
| 326 | 2026-05-30T04:03:17.639Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 327 | 2026-05-30T04:03:17.647Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 328 | 2026-05-30T04:03:17.995Z | Checking dyn-clone v1.0.20 |
| 329 | 2026-05-30T04:03:17.998Z | Documenting dyn-clone v1.0.20 |
| 330 | 2026-05-30T04:03:18.590Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 331 | 2026-05-30T04:03:20.170Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 332 | 2026-05-30T04:03:22.395Z | Finished `dev` profile [optimized + debuginfo] target(s) in 22.38s |
| 333 | 2026-05-30T04:03:22.508Z | Generated /work/oxidecomputer/opte/target/doc/opte/index.html |
| 334 | 2026-05-30T04:03:22.531Z | |
| 335 | 2026-05-30T04:03:22.531Z | real 22.506068579 |
| 336 | 2026-05-30T04:03:22.531Z | user 1:15.340706818 |
| 337 | 2026-05-30T04:03:22.531Z | sys 16.034058207 |
| 338 | 2026-05-30T04:03:22.531Z | trap 0.044053283 |
| 339 | 2026-05-30T04:03:22.531Z | tflt 0.077146744 |
| 340 | 2026-05-30T04:03:22.534Z | dflt 0.282430134 |
| 341 | 2026-05-30T04:03:22.534Z | kflt 0.005220986 |
| 342 | 2026-05-30T04:03:22.534Z | lock 6:52.337864576 |
| 343 | 2026-05-30T04:03:22.534Z | slp 4:18.427174220 |
| 344 | 2026-05-30T04:03:22.534Z | lat 7.125425288 |
| 345 | 2026-05-30T04:03:22.534Z | stop 9.190575343 |
| 346 | 2026-05-30T04:03:22.534Z | + header 'analyze std + api' |
| 347 | 2026-05-30T04:03:22.534Z | + echo '# ==== analyze std + api ==== #' |
| 348 | 2026-05-30T04:03:22.534Z | # ==== analyze std + api ==== # |
| 349 | 2026-05-30T04:03:22.534Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 350 | 2026-05-30T04:03:22.769Z | Compiling proc-macro2 v1.0.106 |
| 351 | 2026-05-30T04:03:22.769Z | Compiling quote v1.0.45 |
| 352 | 2026-05-30T04:03:22.769Z | Compiling unicode-ident v1.0.24 |
| 353 | 2026-05-30T04:03:22.769Z | Compiling memchr v2.8.0 |
| 354 | 2026-05-30T04:03:22.769Z | Compiling thiserror v2.0.18 |
| 355 | 2026-05-30T04:03:22.772Z | Compiling zerocopy v0.8.50 |
| 356 | 2026-05-30T04:03:22.772Z | Compiling zmij v1.0.21 |
| 357 | 2026-05-30T04:03:22.772Z | Compiling serde_core v1.0.228 |
| 358 | 2026-05-30T04:03:22.943Z | Compiling libc v0.2.186 |
| 359 | 2026-05-30T04:03:23.132Z | Compiling ucd-trie v0.1.7 |
| 360 | 2026-05-30T04:03:23.151Z | Compiling ident_case v1.0.1 |
| 361 | 2026-05-30T04:03:23.163Z | Compiling strsim v0.11.1 |
| 362 | 2026-05-30T04:03:23.163Z | Compiling serde_json v1.0.149 |
| 363 | 2026-05-30T04:03:23.314Z | Compiling pest v2.8.6 |
| 364 | 2026-05-30T04:03:23.352Z | Compiling serde v1.0.228 |
| 365 | 2026-05-30T04:03:23.563Z | Compiling fnv v1.0.7 |
| 366 | 2026-05-30T04:03:23.701Z | Compiling aho-corasick v1.1.4 |
| 367 | 2026-05-30T04:03:23.729Z | Checking byteorder v1.5.0 |
| 368 | 2026-05-30T04:03:23.921Z | Compiling regex-syntax v0.8.10 |
| 369 | 2026-05-30T04:03:23.984Z | Compiling itoa v1.0.18 |
| 370 | 2026-05-30T04:03:24.101Z | Compiling syn v2.0.117 |
| 371 | 2026-05-30T04:03:24.444Z | Compiling pest_meta v2.8.6 |
| 372 | 2026-05-30T04:03:24.494Z | Compiling usdt-impl v0.6.0 |
| 373 | 2026-05-30T04:03:24.537Z | Compiling either v1.15.0 |
| 374 | 2026-05-30T04:03:24.730Z | Compiling itertools v0.14.0 |
| 375 | 2026-05-30T04:03:24.746Z | Compiling thread-id v5.1.0 |
| 376 | 2026-05-30T04:03:25.081Z | Compiling heapless v0.8.0 |
| 377 | 2026-05-30T04:03:25.303Z | Compiling regex-automata v0.4.14 |
| 378 | 2026-05-30T04:03:25.358Z | Checking log v0.4.29 |
| 379 | 2026-05-30T04:03:25.385Z | Checking plain v0.2.3 |
| 380 | 2026-05-30T04:03:25.919Z | Checking bitflags v2.11.1 |
| 381 | 2026-05-30T04:03:25.936Z | Checking hash32 v0.3.1 |
| 382 | 2026-05-30T04:03:26.049Z | Compiling smoltcp v0.11.0 |
| 383 | 2026-05-30T04:03:26.072Z | Checking cfg-if v1.0.4 |
| 384 | 2026-05-30T04:03:26.127Z | Checking macaddr v1.0.1 |
| 385 | 2026-05-30T04:03:26.146Z | Checking stable_deref_trait v1.2.1 |
| 386 | 2026-05-30T04:03:26.210Z | Checking pretty-hex v0.4.2 |
| 387 | 2026-05-30T04:03:26.341Z | Checking bitflags v1.3.2 |
| 388 | 2026-05-30T04:03:26.393Z | Compiling ref-cast v1.0.25 |
| 389 | 2026-05-30T04:03:26.400Z | Checking managed v0.8.0 |
| 390 | 2026-05-30T04:03:26.442Z | Compiling crc32fast v1.5.0 |
| 391 | 2026-05-30T04:03:26.573Z | Compiling pest_generator v2.8.6 |
| 392 | 2026-05-30T04:03:26.663Z | Compiling darling_core v0.21.3 |
| 393 | 2026-05-30T04:03:26.691Z | Compiling darling_core v0.23.0 |
| 394 | 2026-05-30T04:03:26.708Z | Compiling version_check v0.9.5 |
| 395 | 2026-05-30T04:03:26.980Z | Compiling regex v1.12.3 |
| 396 | 2026-05-30T04:03:27.197Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 397 | 2026-05-30T04:03:27.370Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 398 | 2026-05-30T04:03:27.452Z | Checking memmap2 v0.9.10 |
| 399 | 2026-05-30T04:03:27.650Z | Checking unicode-width v0.2.2 |
| 400 | 2026-05-30T04:03:27.716Z | Compiling thiserror-impl v2.0.18 |
| 401 | 2026-05-30T04:03:27.782Z | Compiling serde_derive v1.0.228 |
| 402 | 2026-05-30T04:03:27.854Z | Compiling zerocopy-derive v0.8.50 |
| 403 | 2026-05-30T04:03:27.888Z | Compiling pest_derive v2.8.6 |
| 404 | 2026-05-30T04:03:27.986Z | Compiling scroll_derive v0.13.1 |
| 405 | 2026-05-30T04:03:28.283Z | Compiling ref-cast-impl v1.0.25 |
| 406 | 2026-05-30T04:03:28.400Z | Checking ipnetwork v0.21.1 |
| 407 | 2026-05-30T04:03:28.570Z | Checking tabwriter v1.4.1 |
| 408 | 2026-05-30T04:03:28.710Z | Compiling darling_macro v0.21.3 |
| 409 | 2026-05-30T04:03:28.748Z | Compiling darling_macro v0.23.0 |
| 410 | 2026-05-30T04:03:28.795Z | Checking scroll v0.13.0 |
| 411 | 2026-05-30T04:03:29.002Z | Checking cobs v0.3.0 |
| 412 | 2026-05-30T04:03:29.008Z | Checking goblin v0.10.5 |
| 413 | 2026-05-30T04:03:29.057Z | Compiling dtrace-parser v0.3.0 |
| 414 | 2026-05-30T04:03:29.300Z | Compiling darling v0.21.3 |
| 415 | 2026-05-30T04:03:29.367Z | Compiling darling v0.23.0 |
| 416 | 2026-05-30T04:03:29.371Z | Compiling ingot-macros v0.1.1 |
| 417 | 2026-05-30T04:03:29.439Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 418 | 2026-05-30T04:03:29.644Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 419 | 2026-05-30T04:03:29.896Z | Checking dyn-clone v1.0.20 |
| 420 | 2026-05-30T04:03:30.771Z | Checking postcard v1.1.3 |
| 421 | 2026-05-30T04:03:30.786Z | Compiling serde_tokenstream v0.2.3 |
| 422 | 2026-05-30T04:03:31.804Z | Checking ingot-types v0.1.2 |
| 423 | 2026-05-30T04:03:31.804Z | Checking dof v0.4.0 |
| 424 | 2026-05-30T04:03:32.106Z | Checking ingot v0.1.1 |
| 425 | 2026-05-30T04:03:32.716Z | Compiling usdt-macro v0.6.0 |
| 426 | 2026-05-30T04:03:32.716Z | Compiling usdt-attr-macro v0.6.0 |
| 427 | 2026-05-30T04:03:33.302Z | Checking usdt v0.6.0 |
| 428 | 2026-05-30T04:03:33.506Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 429 | 2026-05-30T04:03:41.765Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.18s |
| 430 | 2026-05-30T04:03:41.793Z | |
| 431 | 2026-05-30T04:03:41.795Z | real 19.256845534 |
| 432 | 2026-05-30T04:03:41.796Z | user 1:03.199618243 |
| 433 | 2026-05-30T04:03:41.796Z | sys 12.874157291 |
| 434 | 2026-05-30T04:03:41.796Z | trap 0.031158828 |
| 435 | 2026-05-30T04:03:41.796Z | tflt 0.142110833 |
| 436 | 2026-05-30T04:03:41.796Z | dflt 0.185209181 |
| 437 | 2026-05-30T04:03:41.796Z | kflt 0.000024640 |
| 438 | 2026-05-30T04:03:41.796Z | lock 3:40.072744815 |
| 439 | 2026-05-30T04:03:41.796Z | slp 3:22.744492386 |
| 440 | 2026-05-30T04:03:41.796Z | lat 3.329339853 |
| 441 | 2026-05-30T04:03:41.796Z | stop 6.599852062 |
| 442 | 2026-05-30T04:03:41.796Z | + header 'analyze no_std + engine + kernel' |
| 443 | 2026-05-30T04:03:41.796Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 444 | 2026-05-30T04:03:41.796Z | # ==== analyze no_std + engine + kernel ==== # |
| 445 | 2026-05-30T04:03:41.796Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings |
| 446 | 2026-05-30T04:03:41.974Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 447 | 2026-05-30T04:03:41.974Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 448 | 2026-05-30T04:03:41.999Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 449 | 2026-05-30T04:03:42.000Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 450 | 2026-05-30T04:03:42.238Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 451 | 2026-05-30T04:03:46.464Z | Finished `dev` profile [optimized + debuginfo] target(s) in 4.62s |
| 452 | 2026-05-30T04:03:46.492Z | |
| 453 | 2026-05-30T04:03:46.495Z | real 4.692842180 |
| 454 | 2026-05-30T04:03:46.495Z | user 5.053263380 |
| 455 | 2026-05-30T04:03:46.495Z | sys 0.905881830 |
| 456 | 2026-05-30T04:03:46.495Z | trap 0.000538210 |
| 457 | 2026-05-30T04:03:46.495Z | tflt 0.010963602 |
| 458 | 2026-05-30T04:03:46.495Z | dflt 0.002776510 |
| 459 | 2026-05-30T04:03:46.495Z | kflt 0.000000000 |
| 460 | 2026-05-30T04:03:46.495Z | lock 16.735760182 |
| 461 | 2026-05-30T04:03:46.495Z | slp 18.076874227 |
| 462 | 2026-05-30T04:03:46.495Z | lat 0.019226903 |
| 463 | 2026-05-30T04:03:46.495Z | stop 0.213346097 |
| 464 | 2026-05-30T04:03:46.495Z | + header test |
| 465 | 2026-05-30T04:03:46.495Z | + echo '# ==== test ==== #' |
| 466 | 2026-05-30T04:03:46.495Z | # ==== test ==== # |
| 467 | 2026-05-30T04:03:46.496Z | + ptime -m cargo test |
| 468 | 2026-05-30T04:03:46.642Z | Compiling serde_core v1.0.228 |
| 469 | 2026-05-30T04:03:46.645Z | Compiling thiserror v2.0.18 |
| 470 | 2026-05-30T04:03:46.645Z | Compiling zerocopy v0.8.50 |
| 471 | 2026-05-30T04:03:46.669Z | Compiling memchr v2.8.0 |
| 472 | 2026-05-30T04:03:46.673Z | Compiling byteorder v1.5.0 |
| 473 | 2026-05-30T04:03:46.675Z | Compiling unicode-ident v1.0.24 |
| 474 | 2026-05-30T04:03:46.676Z | Compiling zmij v1.0.21 |
| 475 | 2026-05-30T04:03:46.676Z | Compiling libc v0.2.186 |
| 476 | 2026-05-30T04:03:46.748Z | Compiling proc-macro2 v1.0.106 |
| 477 | 2026-05-30T04:03:46.799Z | Compiling scroll v0.13.0 |
| 478 | 2026-05-30T04:03:46.876Z | Compiling plain v0.2.3 |
| 479 | 2026-05-30T04:03:46.972Z | Compiling ucd-trie v0.1.7 |
| 480 | 2026-05-30T04:03:47.010Z | Compiling itoa v1.0.18 |
| 481 | 2026-05-30T04:03:47.036Z | Compiling log v0.4.29 |
| 482 | 2026-05-30T04:03:47.061Z | Compiling hash32 v0.3.1 |
| 483 | 2026-05-30T04:03:47.218Z | Compiling goblin v0.10.5 |
| 484 | 2026-05-30T04:03:47.257Z | Compiling pest v2.8.6 |
| 485 | 2026-05-30T04:03:47.257Z | Compiling quote v1.0.45 |
| 486 | 2026-05-30T04:03:47.673Z | Compiling pretty-hex v0.4.2 |
| 487 | 2026-05-30T04:03:47.801Z | Compiling cfg-if v1.0.4 |
| 488 | 2026-05-30T04:03:47.864Z | Compiling macaddr v1.0.1 |
| 489 | 2026-05-30T04:03:47.899Z | Compiling stable_deref_trait v1.2.1 |
| 490 | 2026-05-30T04:03:47.967Z | Compiling heapless v0.8.0 |
| 491 | 2026-05-30T04:03:48.119Z | Compiling syn v2.0.117 |
| 492 | 2026-05-30T04:03:48.194Z | Compiling thread-id v5.1.0 |
| 493 | 2026-05-30T04:03:48.268Z | Compiling cobs v0.3.0 |
| 494 | 2026-05-30T04:03:48.401Z | Compiling serde v1.0.228 |
| 495 | 2026-05-30T04:03:48.540Z | Compiling serde_json v1.0.149 |
| 496 | 2026-05-30T04:03:48.579Z | Compiling bitflags v2.11.1 |
| 497 | 2026-05-30T04:03:48.928Z | Compiling dtrace-parser v0.3.0 |
| 498 | 2026-05-30T04:03:48.990Z | Compiling bitflags v1.3.2 |
| 499 | 2026-05-30T04:03:49.040Z | Compiling managed v0.8.0 |
| 500 | 2026-05-30T04:03:49.054Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 501 | 2026-05-30T04:03:49.257Z | Compiling smoltcp v0.11.0 |
| 502 | 2026-05-30T04:03:49.292Z | Compiling postcard v1.1.3 |
| 503 | 2026-05-30T04:03:49.500Z | Compiling ingot-types v0.1.2 |
| 504 | 2026-05-30T04:03:49.582Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 505 | 2026-05-30T04:03:49.634Z | Compiling memmap2 v0.9.10 |
| 506 | 2026-05-30T04:03:49.896Z | Compiling ingot v0.1.1 |
| 507 | 2026-05-30T04:03:49.915Z | Compiling either v1.15.0 |
| 508 | 2026-05-30T04:03:50.114Z | Compiling dof v0.4.0 |
| 509 | 2026-05-30T04:03:50.152Z | Compiling unicode-width v0.2.2 |
| 510 | 2026-05-30T04:03:50.451Z | Compiling ipnetwork v0.21.1 |
| 511 | 2026-05-30T04:03:50.975Z | Compiling usdt-impl v0.6.0 |
| 512 | 2026-05-30T04:03:51.603Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 513 | 2026-05-30T04:03:52.132Z | Compiling usdt v0.6.0 |
| 514 | 2026-05-30T04:03:52.450Z | Compiling tabwriter v1.4.1 |
| 515 | 2026-05-30T04:03:52.732Z | Compiling itertools v0.14.0 |
| 516 | 2026-05-30T04:03:52.862Z | Compiling ref-cast v1.0.25 |
| 517 | 2026-05-30T04:03:52.957Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 518 | 2026-05-30T04:03:53.461Z | Compiling crc32fast v1.5.0 |
| 519 | 2026-05-30T04:03:53.689Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 520 | 2026-05-30T04:03:53.699Z | Compiling dyn-clone v1.0.20 |
| 521 | 2026-05-30T04:04:08.223Z | Finished `test` profile [optimized + debuginfo] target(s) in 21.72s |
| 522 | 2026-05-30T04:04:08.237Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-7cc68ba06d0335a4) |
| 523 | 2026-05-30T04:04:08.240Z | |
| 524 | 2026-05-30T04:04:08.240Z | running 83 tests |
| 525 | 2026-05-30T04:04:08.240Z | test d_error::tests::name_truncation ... ok |
| 526 | 2026-05-30T04:04:08.240Z | test ddi::mblk::test::chain_drain_complete ... ok |
| 527 | 2026-05-30T04:04:08.240Z | test ddi::mblk::test::chain_append_links ... ok |
| 528 | 2026-05-30T04:04:08.240Z | test ddi::mblk::test::chain_breaks_links ... ok |
| 529 | 2026-05-30T04:04:08.240Z | test ddi::mblk::test::chain_has_correct_ends ... ok |
| 530 | 2026-05-30T04:04:08.240Z | test ddi::mblk::test::expand_and_shrink ... ok |
| 531 | 2026-05-30T04:04:08.240Z | test d_error::tests::name_and_data_storage ... ok |
| 532 | 2026-05-30T04:04:08.240Z | test ddi::mblk::test::prefix_len ... ok |
| 533 | 2026-05-30T04:04:08.240Z | test ddi::mblk::test::test_long_packet_continuation ... ok |
| 534 | 2026-05-30T04:04:08.240Z | test ddi::mblk::test::truncate ... ok |
| 535 | 2026-05-30T04:04:08.240Z | test ddi::mblk::test::read_seg ... ok |
| 536 | 2026-05-30T04:04:08.240Z | test ddi::mblk::test::uninitialized_packet ... ok |
| 537 | 2026-05-30T04:04:08.240Z | test ddi::mblk::test::wrap ... ok |
| 538 | 2026-05-30T04:04:08.240Z | test ddi::time::test::good_interval ... ok |
| 539 | 2026-05-30T04:04:08.244Z | test ddi::mblk::test::zero_byte_packet ... ok |
| 540 | 2026-05-30T04:04:08.244Z | test engine::dhcp::test::domainname_encode ... ok |
| 541 | 2026-05-30T04:04:08.244Z | test engine::dhcp::test::domain_search_option_encode ... ok |
| 542 | 2026-05-30T04:04:08.244Z | test engine::dhcpv6::options::test::test_client_id ... ok |
| 543 | 2026-05-30T04:04:08.244Z | test engine::dhcp::test::offlink_encode ... ok |
| 544 | 2026-05-30T04:04:08.244Z | test engine::dhcpv6::options::test::test_dns_servers ... ok |
| 545 | 2026-05-30T04:04:08.244Z | test engine::dhcp::test::hostname_encode ... ok |
| 546 | 2026-05-30T04:04:08.244Z | test engine::dhcp::test::rfc3442_encode ... ok |
| 547 | 2026-05-30T04:04:08.245Z | test engine::dhcpv6::options::test::test_domain_list_from_slice ... ok |
| 548 | 2026-05-30T04:04:08.245Z | test engine::dhcpv6::options::test::test_elapsed_time ... ok |
| 549 | 2026-05-30T04:04:08.245Z | test engine::dhcpv6::options::test::test_iata ... ok |
| 550 | 2026-05-30T04:04:08.245Z | test engine::dhcpv6::options::test::test_iana ... ok |
| 551 | 2026-05-30T04:04:08.245Z | test engine::dhcpv6::options::test::test_option_request ... ok |
| 552 | 2026-05-30T04:04:08.245Z | test engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok |
| 553 | 2026-05-30T04:04:08.245Z | test engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok |
| 554 | 2026-05-30T04:04:08.245Z | test engine::dhcpv6::options::test::test_parse_snooped_iana ... ok |
| 555 | 2026-05-30T04:04:08.245Z | test ddi::time::test::bad_interval - should panic ... ok |
| 556 | 2026-05-30T04:04:08.245Z | test engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok |
| 557 | 2026-05-30T04:04:08.245Z | test engine::dhcpv6::options::test::test_sntp_servers ... ok |
| 558 | 2026-05-30T04:04:08.245Z | test engine::dhcpv6::options::test::test_rapid_commit ... ok |
| 559 | 2026-05-30T04:04:08.245Z | test engine::dhcpv6::options::test::test_server_id ... ok |
| 560 | 2026-05-30T04:04:08.245Z | test engine::dhcpv6::options::test::test_status ... ok |
| 561 | 2026-05-30T04:04:08.245Z | test engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok |
| 562 | 2026-05-30T04:04:08.245Z | test engine::ether::test::emit ... ok |
| 563 | 2026-05-30T04:04:08.245Z | test engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok |
| 564 | 2026-05-30T04:04:08.245Z | test engine::dhcpv6::test::test_duid_from_mac ... ok |
| 565 | 2026-05-30T04:04:08.245Z | test engine::flow_table::test::children_prevent_timer_expiry ... ok |
| 566 | 2026-05-30T04:04:08.245Z | test engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok |
| 567 | 2026-05-30T04:04:08.245Z | test engine::flow_table::test::priority_lerp ... ok |
| 568 | 2026-05-30T04:04:08.245Z | test engine::flow_table::test::eviction_basics ... ok |
| 569 | 2026-05-30T04:04:08.245Z | test engine::flow_table::test::flow_expired ... ok |
| 570 | 2026-05-30T04:04:08.245Z | test engine::flow_table::test::eviction_selects_highest_prio ... ok |
| 571 | 2026-05-30T04:04:08.245Z | test engine::flow_table::test::priority_lerp_clamps ... ok |
| 572 | 2026-05-30T04:04:08.245Z | test engine::flow_table::test::eviction_invalidates_descendents ... ok |
| 573 | 2026-05-30T04:04:08.245Z | test engine::flow_table::test::priority_lerp_rejects_bad_params ... ok |
| 574 | 2026-05-30T04:04:08.245Z | test engine::flow_table::test::flow_clear ... ok |
| 575 | 2026-05-30T04:04:08.245Z | test engine::flow_table::test::eviction_priority_inheritance ... ok |
| 576 | 2026-05-30T04:04:08.245Z | test engine::flow_table::test::timer_expiry_propagation ... ok |
| 577 | 2026-05-30T04:04:08.245Z | test engine::geneve::test::emit_single_opt ... ok |
| 578 | 2026-05-30T04:04:08.245Z | test engine::ip::v4::test::match_check ... ok |
| 579 | 2026-05-30T04:04:08.245Z | test engine::ip::v4::test::cidr_match ... ok |
| 580 | 2026-05-30T04:04:08.245Z | test engine::ip::v6::test::option_push_spec ... ok |
| 581 | 2026-05-30T04:04:08.245Z | test engine::geneve::test::emit_no_opts ... ok |
| 582 | 2026-05-30T04:04:08.245Z | test engine::ip::v6::test::emit ... ok |
| 583 | 2026-05-30T04:04:08.246Z | test engine::ip::v6::test::from_pairs ... ok |
| 584 | 2026-05-30T04:04:08.246Z | test engine::ip::v6::test::bad_ipv6_version_caught ... ok |
| 585 | 2026-05-30T04:04:08.246Z | test engine::ip::v6::test::extension_push_spec ... ok |
| 586 | 2026-05-30T04:04:08.246Z | test engine::ip::v6::test::test_extension_header_lengths_ok ... ok |
| 587 | 2026-05-30T04:04:08.246Z | test engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok |
| 588 | 2026-05-30T04:04:08.246Z | test engine::ip::v4::test::emit ... ok |
| 589 | 2026-05-30T04:04:08.246Z | test engine::ip::v6::test::test_set_total_len ... ok |
| 590 | 2026-05-30T04:04:08.246Z | test engine::layer::test::find_rule ... ok |
| 591 | 2026-05-30T04:04:08.246Z | test engine::ip::v6::test::test_ipv6_addr_match_exact ... ok |
| 592 | 2026-05-30T04:04:08.246Z | test engine::packet::test::read_multi_segment ... ok |
| 593 | 2026-05-30T04:04:08.246Z | test engine::packet::test::read_single_segment ... ok |
| 594 | 2026-05-30T04:04:08.246Z | test engine::nat::test::nat4_rewrite ... ok |
| 595 | 2026-05-30T04:04:08.246Z | test engine::packet::test::straddled_tcp ... ok |
| 596 | 2026-05-30T04:04:08.246Z | test engine::packet::test::parse_ipv6_extension_headers_ok ... ok |
| 597 | 2026-05-30T04:04:08.246Z | test engine::packet::test::small_packet_with_padding ... ok |
| 598 | 2026-05-30T04:04:08.246Z | test engine::packet::test::udp6_packet_with_padding ... ok |
| 599 | 2026-05-30T04:04:08.246Z | test engine::parse::test::icmp4_body_csum_equals_body ... ok |
| 600 | 2026-05-30T04:04:08.246Z | test engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok |
| 601 | 2026-05-30T04:04:08.246Z | test engine::ip::v6::test::push_spec ... ok |
| 602 | 2026-05-30T04:04:08.246Z | test engine::port::tests::opening_tcp_eviction_prio_increases_over_time ... ok |
| 603 | 2026-05-30T04:04:08.246Z | test engine::port::tests::established_tcp_eviction_prio_unchanging ... ok |
| 604 | 2026-05-30T04:04:08.246Z | test engine::rule::rule_matching ... ok |
| 605 | 2026-05-30T04:04:08.246Z | test engine::snat::test::snat4_desc_lifecycle ... ok |
| 606 | 2026-05-30T04:04:08.246Z | test engine::snat::test::nat_mappings ... ok |
| 607 | 2026-05-30T04:04:08.246Z | test engine::snat::test::test_nat_pool_different_ip_types ... ok |
| 608 | 2026-05-30T04:04:08.246Z | |
| 609 | 2026-05-30T04:04:08.246Z | test result: ok. 83 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 610 | 2026-05-30T04:04:08.246Z | |
| 611 | 2026-05-30T04:04:08.246Z | Doc-tests opte |
| 612 | 2026-05-30T04:04:10.169Z | |
| 613 | 2026-05-30T04:04:10.169Z | running 3 tests |
| 614 | 2026-05-30T04:04:10.172Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored |
| 615 | 2026-05-30T04:04:10.173Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok |
| 616 | 2026-05-30T04:04:10.173Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok |
| 617 | 2026-05-30T04:04:10.173Z | |
| 618 | 2026-05-30T04:04:10.173Z | test result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 619 | 2026-05-30T04:04:10.173Z | |
| 620 | 2026-05-30T04:04:10.178Z | all doctests ran in 1.37s; merged doctests compilation took 1.36s |
| 621 | 2026-05-30T04:04:10.217Z | |
| 622 | 2026-05-30T04:04:10.217Z | real 23.714216606 |
| 623 | 2026-05-30T04:04:10.217Z | user 1:58.622917663 |
| 624 | 2026-05-30T04:04:10.217Z | sys 7.049498450 |
| 625 | 2026-05-30T04:04:10.217Z | trap 0.054281703 |
| 626 | 2026-05-30T04:04:10.217Z | tflt 0.164415198 |
| 627 | 2026-05-30T04:04:10.217Z | dflt 0.378136902 |
| 628 | 2026-05-30T04:04:10.217Z | kflt 0.000007460 |
| 629 | 2026-05-30T04:04:10.217Z | lock 5:47.692993695 |
| 630 | 2026-05-30T04:04:10.220Z | slp 3:35.940240982 |
| 631 | 2026-05-30T04:04:10.220Z | lat 6.438169472 |
| 632 | 2026-05-30T04:04:10.221Z | stop 2.707443700 |
| 633 | 2026-05-30T04:04:10.221Z | process exited: duration 86340 ms, exit code 0 |
| |
| 634 | 2026-05-30T04:04:10.228Z | found 0 output files |