|
|
|
| 1 | 2026-07-20T10:26:23.027Z | job assigned to worker 01KXZGYR25H5348SWZBGVAWKQF [factory aws, i-0551379e792277874] (queued for 45 s) |
| |
| 2 | 2026-07-20T10:26:29.580Z | starting task 0: "setup" |
| 3 | 2026-07-20T10:26:29.586Z | ++ uname -s |
| 4 | 2026-07-20T10:26:29.589Z | + kern=SunOS |
| 5 | 2026-07-20T10:26:29.589Z | + build_user=build |
| 6 | 2026-07-20T10:26:29.589Z | + build_uid=12345 |
| 7 | 2026-07-20T10:26:29.589Z | + work_dir=/work |
| 8 | 2026-07-20T10:26:29.589Z | + input_dir=/input |
| 9 | 2026-07-20T10:26:29.589Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-20T10:26:29.589Z | + case "$kern" in |
| 11 | 2026-07-20T10:26:29.589Z | + groupadd -g 12345 build |
| 12 | 2026-07-20T10:26:29.589Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-20T10:26:31.594Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-20T10:26:31.672Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-20T10:26:31.675Z | + home_fs=zfs |
| 16 | 2026-07-20T10:26:31.675Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-20T10:26:31.675Z | + mkdir -p /home/build |
| 18 | 2026-07-20T10:26:31.675Z | + chown build:build /home/build /work |
| 19 | 2026-07-20T10:26:33.676Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-20T10:26:33.679Z | process exited: duration 4097 ms, exit code 0 |
| |
| 21 | 2026-07-20T10:26:33.686Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-20T10:26:33.689Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-07-20T10:26:33.689Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-07-20T10:26:33.689Z | * rust toolchain profile = "default" |
| 25 | 2026-07-20T10:26:33.689Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-20T10:26:33.689Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-20T10:26:33.689Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-20T10:26:33.692Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-20T10:26:33.692Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-07-20T10:26:33.783Z | info: downloading installer |
| 31 | 2026-07-20T10:26:35.183Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-20T10:26:35.183Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-20T10:26:35.183Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-20T10:26:35.183Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-20T10:26:35.195Z | info: profile set to default |
| 36 | 2026-07-20T10:26:35.195Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-20T10:26:35.198Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-07-20T10:26:35.342Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-07-20T10:26:35.345Z | info: downloading 6 components |
| 40 | 2026-07-20T10:26:50.607Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-07-20T10:26:50.607Z | |
| 42 | 2026-07-20T10:26:50.633Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-07-20T10:26:50.633Z | |
| 44 | 2026-07-20T10:26:50.637Z | |
| 45 | 2026-07-20T10:26:50.637Z | Rust is installed now. Great! |
| 46 | 2026-07-20T10:26:50.637Z | |
| 47 | 2026-07-20T10:26:50.637Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-20T10:26:50.637Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-20T10:26:50.637Z | |
| 50 | 2026-07-20T10:26:50.637Z | To configure your current shell, you need to source |
| 51 | 2026-07-20T10:26:50.637Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-20T10:26:50.637Z | |
| 53 | 2026-07-20T10:26:50.637Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-20T10:26:50.637Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-20T10:26:50.637Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-20T10:26:50.637Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-20T10:26:50.637Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-20T10:26:50.637Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-20T10:26:50.637Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-20T10:26:50.637Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-20T10:26:50.637Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-20T10:26:50.726Z | + rustup --version |
| 63 | 2026-07-20T10:26:50.734Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-20T10:26:50.737Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-20T10:26:50.755Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-07-20T10:26:50.758Z | + cargo --version |
| 67 | 2026-07-20T10:26:50.772Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-07-20T10:26:50.775Z | + rustc --version |
| 69 | 2026-07-20T10:26:50.794Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-07-20T10:26:50.797Z | process exited: duration 17111 ms, exit code 0 |
| |
| 71 | 2026-07-20T10:26:50.804Z | starting task 2: "authentication" |
| 72 | 2026-07-20T10:26:50.820Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-20T10:26:50.826Z | starting task 3: "clone repository" |
| 74 | 2026-07-20T10:26:50.830Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-20T10:26:50.833Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-20T10:26:50.858Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-20T10:26:51.771Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-20T10:26:51.771Z | + git fetch origin f04c4146ba7ad7a4df970fd938a817569f0d2d47 |
| 79 | 2026-07-20T10:26:51.981Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-20T10:26:51.981Z | * branch f04c4146ba7ad7a4df970fd938a817569f0d2d47 -> FETCH_HEAD |
| 81 | 2026-07-20T10:26:51.986Z | + [[ -n renovate/rust-1.x ]] |
| 82 | 2026-07-20T10:26:51.989Z | ++ git branch --show-current |
| 83 | 2026-07-20T10:26:51.989Z | + current=master |
| 84 | 2026-07-20T10:26:51.990Z | + [[ master != renovate/rust-1.x ]] |
| 85 | 2026-07-20T10:26:51.990Z | + git branch -f renovate/rust-1.x f04c4146ba7ad7a4df970fd938a817569f0d2d47 |
| 86 | 2026-07-20T10:26:51.992Z | + git checkout -f renovate/rust-1.x |
| 87 | 2026-07-20T10:26:52.009Z | Switched to branch 'renovate/rust-1.x' |
| 88 | 2026-07-20T10:26:52.012Z | + git reset --hard f04c4146ba7ad7a4df970fd938a817569f0d2d47 |
| 89 | 2026-07-20T10:26:52.015Z | HEAD is now at f04c414 One (1) clippy fix |
| 90 | 2026-07-20T10:26:52.015Z | process exited: duration 1186 ms, exit code 0 |
| |
| 91 | 2026-07-20T10:26:52.022Z | starting task 4: "build" |
| 92 | 2026-07-20T10:26:52.025Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-20T10:26:52.025Z | ++ rustup show active-toolchain |
| 94 | 2026-07-20T10:26:52.031Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-07-20T10:26:52.035Z | ++ pushd xde |
| 96 | 2026-07-20T10:26:52.035Z | ++ rustup show active-toolchain |
| 97 | 2026-07-20T10:26:52.035Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 98 | 2026-07-20T10:26:52.038Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 99 | 2026-07-20T10:26:52.185Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 100 | 2026-07-20T10:26:52.189Z | info: downloading 6 components |
| 101 | 2026-07-20T10:27:07.108Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-07-20T10:27:07.203Z | +++ rustup show active-toolchain -v |
| 103 | 2026-07-20T10:27:07.207Z | +++ head -n 1 |
| 104 | 2026-07-20T10:27:07.207Z | +++ cut '-d ' -f1 |
| 105 | 2026-07-20T10:27:07.256Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 106 | 2026-07-20T10:27:07.256Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 107 | 2026-07-20T10:27:07.259Z | ++ popd |
| 108 | 2026-07-20T10:27:07.259Z | /work/oxidecomputer/opte |
| 109 | 2026-07-20T10:27:07.259Z | + cargo --version |
| 110 | 2026-07-20T10:27:07.265Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 111 | 2026-07-20T10:27:07.269Z | + rustc --version |
| 112 | 2026-07-20T10:27:07.287Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 113 | 2026-07-20T10:27:07.290Z | + cd lib/opte |
| 114 | 2026-07-20T10:27:07.290Z | + header 'check style' |
| 115 | 2026-07-20T10:27:07.290Z | + echo '# ==== check style ==== #' |
| 116 | 2026-07-20T10:27:07.290Z | # ==== check style ==== # |
| 117 | 2026-07-20T10:27:07.290Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check |
| 118 | 2026-07-20T10:27:07.468Z | |
| 119 | 2026-07-20T10:27:07.468Z | real 0.176089672 |
| 120 | 2026-07-20T10:27:07.468Z | user 0.136578511 |
| 121 | 2026-07-20T10:27:07.468Z | sys 0.034627495 |
| 122 | 2026-07-20T10:27:07.468Z | trap 0.000010170 |
| 123 | 2026-07-20T10:27:07.468Z | tflt 0.000014780 |
| 124 | 2026-07-20T10:27:07.468Z | dflt 0.000011370 |
| 125 | 2026-07-20T10:27:07.468Z | kflt 0.000000000 |
| 126 | 2026-07-20T10:27:07.468Z | lock 0.030443934 |
| 127 | 2026-07-20T10:27:07.468Z | slp 0.157095996 |
| 128 | 2026-07-20T10:27:07.468Z | lat 0.000785380 |
| 129 | 2026-07-20T10:27:07.468Z | stop 0.000084400 |
| 130 | 2026-07-20T10:27:07.473Z | + header 'check docs' |
| 131 | 2026-07-20T10:27:07.473Z | + echo '# ==== check docs ==== #' |
| 132 | 2026-07-20T10:27:07.473Z | # ==== check docs ==== # |
| 133 | 2026-07-20T10:27:07.473Z | + RUSTDOCFLAGS='-D warnings' |
| 134 | 2026-07-20T10:27:07.473Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 135 | 2026-07-20T10:27:07.535Z | Updating crates.io index |
| 136 | 2026-07-20T10:27:07.538Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-07-20T10:27:08.277Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-07-20T10:27:08.520Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-07-20T10:27:08.860Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-07-20T10:27:09.093Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-07-20T10:27:09.320Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-07-20T10:27:09.598Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-07-20T10:27:11.357Z | Downloading crates ... |
| 144 | 2026-07-20T10:27:11.395Z | Downloaded cfg-if v1.0.4 |
| 145 | 2026-07-20T10:27:11.420Z | Downloaded aho-corasick v1.1.4 |
| 146 | 2026-07-20T10:27:11.423Z | Downloaded cobs v0.3.0 |
| 147 | 2026-07-20T10:27:11.429Z | Downloaded plain v0.2.3 |
| 148 | 2026-07-20T10:27:11.432Z | Downloaded managed v0.8.0 |
| 149 | 2026-07-20T10:27:11.432Z | Downloaded ingot v0.1.1 |
| 150 | 2026-07-20T10:27:11.432Z | Downloaded bitflags v1.3.2 |
| 151 | 2026-07-20T10:27:11.435Z | Downloaded ipnetwork v0.21.1 |
| 152 | 2026-07-20T10:27:11.435Z | Downloaded pest_derive v2.8.7 |
| 153 | 2026-07-20T10:27:11.438Z | Downloaded embedded-io v0.6.1 |
| 154 | 2026-07-20T10:27:11.438Z | Downloaded fnv v1.0.7 |
| 155 | 2026-07-20T10:27:11.441Z | Downloaded defmt-parser v1.0.0 |
| 156 | 2026-07-20T10:27:11.442Z | Downloaded dof v0.4.0 |
| 157 | 2026-07-20T10:27:11.442Z | Downloaded embedded-io v0.4.0 |
| 158 | 2026-07-20T10:27:11.445Z | Downloaded darling_macro v0.21.3 |
| 159 | 2026-07-20T10:27:11.447Z | Downloaded defmt v0.3.100 |
| 160 | 2026-07-20T10:27:11.447Z | Downloaded ident_case v1.0.1 |
| 161 | 2026-07-20T10:27:11.448Z | Downloaded itoa v1.0.18 |
| 162 | 2026-07-20T10:27:11.451Z | Downloaded log v0.4.33 |
| 163 | 2026-07-20T10:27:11.454Z | Downloaded either v1.16.0 |
| 164 | 2026-07-20T10:27:11.454Z | Downloaded pretty-hex v0.4.2 |
| 165 | 2026-07-20T10:27:11.454Z | Downloaded dtrace-parser v0.3.0 |
| 166 | 2026-07-20T10:27:11.454Z | Downloaded dyn-clone v1.0.20 |
| 167 | 2026-07-20T10:27:11.457Z | Downloaded strsim v0.11.1 |
| 168 | 2026-07-20T10:27:11.460Z | Downloaded version_check v0.9.5 |
| 169 | 2026-07-20T10:27:11.460Z | Downloaded ref-cast v1.0.25 |
| 170 | 2026-07-20T10:27:11.463Z | Downloaded macaddr v1.0.1 |
| 171 | 2026-07-20T10:27:11.463Z | Downloaded usdt v0.6.0 |
| 172 | 2026-07-20T10:27:11.463Z | Downloaded usdt-macro v0.6.0 |
| 173 | 2026-07-20T10:27:11.469Z | Downloaded darling_macro v0.23.0 |
| 174 | 2026-07-20T10:27:11.479Z | Downloaded tabwriter v1.4.1 |
| 175 | 2026-07-20T10:27:11.483Z | Downloaded thread-id v5.1.0 |
| 176 | 2026-07-20T10:27:11.486Z | Downloaded scroll_derive v0.13.1 |
| 177 | 2026-07-20T10:27:11.489Z | Downloaded ref-cast-impl v1.0.25 |
| 178 | 2026-07-20T10:27:11.489Z | Downloaded stable_deref_trait v1.2.1 |
| 179 | 2026-07-20T10:27:11.489Z | Downloaded usdt-attr-macro v0.6.0 |
| 180 | 2026-07-20T10:27:11.489Z | Downloaded pest_generator v2.8.7 |
| 181 | 2026-07-20T10:27:11.493Z | Downloaded byteorder v1.5.0 |
| 182 | 2026-07-20T10:27:11.496Z | Downloaded hash32 v0.3.1 |
| 183 | 2026-07-20T10:27:11.496Z | Downloaded zmij v1.0.21 |
| 184 | 2026-07-20T10:27:11.504Z | Downloaded usdt-impl v0.6.0 |
| 185 | 2026-07-20T10:27:11.507Z | Downloaded defmt-macros v1.1.1 |
| 186 | 2026-07-20T10:27:11.512Z | Downloaded ingot-types v0.1.2 |
| 187 | 2026-07-20T10:27:11.521Z | Downloaded quote v1.0.46 |
| 188 | 2026-07-20T10:27:11.524Z | Downloaded thiserror v2.0.18 |
| 189 | 2026-07-20T10:27:11.527Z | Downloaded serde_tokenstream v0.2.3 |
| 190 | 2026-07-20T10:27:11.530Z | Downloaded ingot-macros v0.1.1 |
| 191 | 2026-07-20T10:27:11.530Z | Downloaded thiserror-impl v2.0.18 |
| 192 | 2026-07-20T10:27:11.533Z | Downloaded pest_meta v2.8.7 |
| 193 | 2026-07-20T10:27:11.545Z | Downloaded crc32fast v1.5.0 |
| 194 | 2026-07-20T10:27:11.548Z | Downloaded darling v0.23.0 |
| 195 | 2026-07-20T10:27:11.551Z | Downloaded defmt v1.1.1 |
| 196 | 2026-07-20T10:27:11.556Z | Downloaded memmap2 v0.9.11 |
| 197 | 2026-07-20T10:27:11.559Z | Downloaded scroll v0.13.0 |
| 198 | 2026-07-20T10:27:11.559Z | Downloaded postcard v1.1.3 |
| 199 | 2026-07-20T10:27:11.563Z | Downloaded heapless v0.8.0 |
| 200 | 2026-07-20T10:27:11.566Z | Downloaded ucd-trie v0.1.7 |
| 201 | 2026-07-20T10:27:11.569Z | Downloaded darling v0.21.3 |
| 202 | 2026-07-20T10:27:11.573Z | Downloaded serde_derive v1.0.228 |
| 203 | 2026-07-20T10:27:11.579Z | Downloaded proc-macro2 v1.0.106 |
| 204 | 2026-07-20T10:27:11.582Z | Downloaded serde_core v1.0.228 |
| 205 | 2026-07-20T10:27:11.585Z | Downloaded bitflags v2.13.0 |
| 206 | 2026-07-20T10:27:11.589Z | Downloaded darling_core v0.21.3 |
| 207 | 2026-07-20T10:27:11.602Z | Downloaded unicode-ident v1.0.24 |
| 208 | 2026-07-20T10:27:11.608Z | Downloaded darling_core v0.23.0 |
| 209 | 2026-07-20T10:27:11.611Z | Downloaded zerocopy-derive v0.8.52 |
| 210 | 2026-07-20T10:27:11.615Z | Downloaded serde v1.0.228 |
| 211 | 2026-07-20T10:27:11.623Z | Downloaded memchr v2.8.2 |
| 212 | 2026-07-20T10:27:11.638Z | Downloaded pest v2.8.7 |
| 213 | 2026-07-20T10:27:11.661Z | Downloaded serde_json v1.0.150 |
| 214 | 2026-07-20T10:27:11.668Z | Downloaded itertools v0.15.0 |
| 215 | 2026-07-20T10:27:11.675Z | Downloaded itertools v0.14.0 |
| 216 | 2026-07-20T10:27:11.678Z | Downloaded regex v1.12.4 |
| 217 | 2026-07-20T10:27:11.727Z | Downloaded zerocopy v0.8.52 |
| 218 | 2026-07-20T10:27:11.737Z | Downloaded unicode-width v0.2.2 |
| 219 | 2026-07-20T10:27:11.740Z | Downloaded goblin v0.10.7 |
| 220 | 2026-07-20T10:27:11.744Z | Downloaded smoltcp v0.11.0 |
| 221 | 2026-07-20T10:27:11.750Z | Downloaded syn v2.0.118 |
| 222 | 2026-07-20T10:27:11.756Z | Downloaded regex-syntax v0.8.11 |
| 223 | 2026-07-20T10:27:11.790Z | Downloaded regex-automata v0.4.14 |
| 224 | 2026-07-20T10:27:11.798Z | Downloaded libc v0.2.186 |
| 225 | 2026-07-20T10:27:11.851Z | Compiling proc-macro2 v1.0.106 |
| 226 | 2026-07-20T10:27:11.852Z | Compiling quote v1.0.46 |
| 227 | 2026-07-20T10:27:11.855Z | Compiling unicode-ident v1.0.24 |
| 228 | 2026-07-20T10:27:11.855Z | Documenting unicode-ident v1.0.24 |
| 229 | 2026-07-20T10:27:11.855Z | Compiling strsim v0.11.1 |
| 230 | 2026-07-20T10:27:11.855Z | Compiling ident_case v1.0.1 |
| 231 | 2026-07-20T10:27:11.855Z | Compiling serde_core v1.0.228 |
| 232 | 2026-07-20T10:27:12.014Z | Compiling fnv v1.0.7 |
| 233 | 2026-07-20T10:27:12.031Z | Compiling memchr v2.8.2 |
| 234 | 2026-07-20T10:27:12.097Z | Compiling thiserror v2.0.18 |
| 235 | 2026-07-20T10:27:12.222Z | Compiling zerocopy v0.8.52 |
| 236 | 2026-07-20T10:27:12.393Z | Documenting proc-macro2 v1.0.106 |
| 237 | 2026-07-20T10:27:12.406Z | Compiling aho-corasick v1.1.4 |
| 238 | 2026-07-20T10:27:12.440Z | Compiling serde v1.0.228 |
| 239 | 2026-07-20T10:27:12.571Z | Compiling regex-syntax v0.8.11 |
| 240 | 2026-07-20T10:27:12.841Z | Checking syn v2.0.118 |
| 241 | 2026-07-20T10:27:12.902Z | Compiling either v1.16.0 |
| 242 | 2026-07-20T10:27:12.987Z | Documenting quote v1.0.46 |
| 243 | 2026-07-20T10:27:13.105Z | Checking byteorder v1.5.0 |
| 244 | 2026-07-20T10:27:13.462Z | Compiling itertools v0.14.0 |
| 245 | 2026-07-20T10:27:13.510Z | Documenting syn v2.0.118 |
| 246 | 2026-07-20T10:27:13.771Z | Documenting memchr v2.8.2 |
| 247 | 2026-07-20T10:27:13.837Z | Compiling heapless v0.8.0 |
| 248 | 2026-07-20T10:27:14.150Z | Compiling regex-automata v0.4.14 |
| 249 | 2026-07-20T10:27:14.413Z | Documenting aho-corasick v1.1.4 |
| 250 | 2026-07-20T10:27:14.686Z | Checking bitflags v2.13.0 |
| 251 | 2026-07-20T10:27:14.783Z | Checking hash32 v0.3.1 |
| 252 | 2026-07-20T10:27:14.838Z | Documenting serde_core v1.0.228 |
| 253 | 2026-07-20T10:27:14.842Z | Checking macaddr v1.0.1 |
| 254 | 2026-07-20T10:27:14.886Z | Documenting regex-syntax v0.8.11 |
| 255 | 2026-07-20T10:27:15.061Z | Checking cfg-if v1.0.4 |
| 256 | 2026-07-20T10:27:15.118Z | Checking stable_deref_trait v1.2.1 |
| 257 | 2026-07-20T10:27:15.155Z | Checking darling_core v0.21.3 |
| 258 | 2026-07-20T10:27:15.184Z | Compiling smoltcp v0.11.0 |
| 259 | 2026-07-20T10:27:15.537Z | Compiling darling_core v0.23.0 |
| 260 | 2026-07-20T10:27:15.902Z | Compiling regex v1.12.4 |
| 261 | 2026-07-20T10:27:15.911Z | Documenting regex-automata v0.4.14 |
| 262 | 2026-07-20T10:27:16.466Z | Documenting zerocopy-derive v0.8.52 |
| 263 | 2026-07-20T10:27:16.534Z | Compiling serde_derive v1.0.228 |
| 264 | 2026-07-20T10:27:16.565Z | Compiling zerocopy-derive v0.8.52 |
| 265 | 2026-07-20T10:27:16.651Z | Compiling thiserror-impl v2.0.18 |
| 266 | 2026-07-20T10:27:17.249Z | Documenting regex v1.12.4 |
| 267 | 2026-07-20T10:27:17.276Z | Documenting serde_derive v1.0.228 |
| 268 | 2026-07-20T10:27:17.303Z | Documenting thiserror-impl v2.0.18 |
| 269 | 2026-07-20T10:27:17.602Z | Compiling darling_macro v0.21.3 |
| 270 | 2026-07-20T10:27:17.605Z | Compiling darling_macro v0.23.0 |
| 271 | 2026-07-20T10:27:17.948Z | Checking cobs v0.3.0 |
| 272 | 2026-07-20T10:27:18.090Z | Checking managed v0.8.0 |
| 273 | 2026-07-20T10:27:18.165Z | Documenting byteorder v1.5.0 |
| 274 | 2026-07-20T10:27:18.168Z | Compiling darling v0.21.3 |
| 275 | 2026-07-20T10:27:18.240Z | Compiling ingot-macros v0.1.1 |
| 276 | 2026-07-20T10:27:18.280Z | Checking bitflags v1.3.2 |
| 277 | 2026-07-20T10:27:18.307Z | Documenting ingot-macros v0.1.1 |
| 278 | 2026-07-20T10:27:18.356Z | Documenting thiserror v2.0.18 |
| 279 | 2026-07-20T10:27:18.434Z | Documenting zerocopy v0.8.52 |
| 280 | 2026-07-20T10:27:18.505Z | Documenting bitflags v2.13.0 |
| 281 | 2026-07-20T10:27:18.759Z | Documenting hash32 v0.3.1 |
| 282 | 2026-07-20T10:27:18.928Z | Documenting stable_deref_trait v1.2.1 |
| 283 | 2026-07-20T10:27:19.160Z | Documenting cfg-if v1.0.4 |
| 284 | 2026-07-20T10:27:19.306Z | Documenting serde v1.0.228 |
| 285 | 2026-07-20T10:27:19.470Z | Compiling crc32fast v1.5.0 |
| 286 | 2026-07-20T10:27:19.638Z | Compiling ref-cast v1.0.25 |
| 287 | 2026-07-20T10:27:19.679Z | Documenting macaddr v1.0.1 |
| 288 | 2026-07-20T10:27:19.804Z | Checking postcard v1.1.3 |
| 289 | 2026-07-20T10:27:19.810Z | Documenting heapless v0.8.0 |
| 290 | 2026-07-20T10:27:20.001Z | Documenting cobs v0.3.0 |
| 291 | 2026-07-20T10:27:20.219Z | Compiling ref-cast-impl v1.0.25 |
| 292 | 2026-07-20T10:27:20.529Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 293 | 2026-07-20T10:27:20.802Z | Compiling version_check v0.9.5 |
| 294 | 2026-07-20T10:27:20.868Z | Checking unicode-width v0.2.2 |
| 295 | 2026-07-20T10:27:20.906Z | Checking ipnetwork v0.21.1 |
| 296 | 2026-07-20T10:27:20.913Z | Checking ingot-types v0.1.2 |
| 297 | 2026-07-20T10:27:20.920Z | Documenting managed v0.8.0 |
| 298 | 2026-07-20T10:27:21.069Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 299 | 2026-07-20T10:27:21.077Z | Documenting postcard v1.1.3 |
| 300 | 2026-07-20T10:27:21.101Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 301 | 2026-07-20T10:27:21.222Z | Compiling darling v0.23.0 |
| 302 | 2026-07-20T10:27:21.253Z | Checking ingot v0.1.1 |
| 303 | 2026-07-20T10:27:21.295Z | Documenting ref-cast-impl v1.0.25 |
| 304 | 2026-07-20T10:27:21.302Z | Documenting either v1.16.0 |
| 305 | 2026-07-20T10:27:21.427Z | Documenting ingot-types v0.1.2 |
| 306 | 2026-07-20T10:27:21.595Z | Documenting smoltcp v0.11.0 |
| 307 | 2026-07-20T10:27:21.734Z | Documenting ipnetwork v0.21.1 |
| 308 | 2026-07-20T10:27:21.828Z | Documenting unicode-width v0.2.2 |
| 309 | 2026-07-20T10:27:22.088Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 310 | 2026-07-20T10:27:22.314Z | Documenting itertools v0.15.0 |
| 311 | 2026-07-20T10:27:22.551Z | Documenting ref-cast v1.0.25 |
| 312 | 2026-07-20T10:27:22.771Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 313 | 2026-07-20T10:27:22.842Z | Documenting ingot v0.1.1 |
| 314 | 2026-07-20T10:27:23.098Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 315 | 2026-07-20T10:27:23.266Z | Documenting tabwriter v1.4.1 |
| 316 | 2026-07-20T10:27:23.492Z | Checking tabwriter v1.4.1 |
| 317 | 2026-07-20T10:27:23.652Z | Checking itertools v0.15.0 |
| 318 | 2026-07-20T10:27:23.762Z | Documenting crc32fast v1.5.0 |
| 319 | 2026-07-20T10:27:23.915Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 320 | 2026-07-20T10:27:23.923Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 321 | 2026-07-20T10:27:24.181Z | Documenting dyn-clone v1.0.20 |
| 322 | 2026-07-20T10:27:24.403Z | Checking dyn-clone v1.0.20 |
| 323 | 2026-07-20T10:27:25.541Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 324 | 2026-07-20T10:27:26.686Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 325 | 2026-07-20T10:27:28.939Z | Finished `dev` profile [optimized + debuginfo] target(s) in 21.46s |
| 326 | 2026-07-20T10:27:29.027Z | Generated /work/oxidecomputer/opte/target/doc/opte/index.html |
| 327 | 2026-07-20T10:27:29.049Z | |
| 328 | 2026-07-20T10:27:29.052Z | real 21.562178678 |
| 329 | 2026-07-20T10:27:29.053Z | user 1:15.488017438 |
| 330 | 2026-07-20T10:27:29.053Z | sys 16.162549479 |
| 331 | 2026-07-20T10:27:29.053Z | trap 0.043638737 |
| 332 | 2026-07-20T10:27:29.053Z | tflt 0.036844966 |
| 333 | 2026-07-20T10:27:29.053Z | dflt 0.135114924 |
| 334 | 2026-07-20T10:27:29.053Z | kflt 0.004668423 |
| 335 | 2026-07-20T10:27:29.053Z | lock 5:53.944607022 |
| 336 | 2026-07-20T10:27:29.053Z | slp 4:11.785891104 |
| 337 | 2026-07-20T10:27:29.053Z | lat 8.034837719 |
| 338 | 2026-07-20T10:27:29.053Z | stop 12.480739081 |
| 339 | 2026-07-20T10:27:29.053Z | + header 'analyze std + api' |
| 340 | 2026-07-20T10:27:29.053Z | + echo '# ==== analyze std + api ==== #' |
| 341 | 2026-07-20T10:27:29.053Z | # ==== analyze std + api ==== # |
| 342 | 2026-07-20T10:27:29.053Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 343 | 2026-07-20T10:27:29.282Z | Compiling proc-macro2 v1.0.106 |
| 344 | 2026-07-20T10:27:29.282Z | Compiling quote v1.0.46 |
| 345 | 2026-07-20T10:27:29.282Z | Compiling unicode-ident v1.0.24 |
| 346 | 2026-07-20T10:27:29.282Z | Compiling memchr v2.8.2 |
| 347 | 2026-07-20T10:27:29.285Z | Compiling thiserror v2.0.18 |
| 348 | 2026-07-20T10:27:29.285Z | Compiling zerocopy v0.8.52 |
| 349 | 2026-07-20T10:27:29.302Z | Compiling zmij v1.0.21 |
| 350 | 2026-07-20T10:27:29.305Z | Compiling serde_core v1.0.228 |
| 351 | 2026-07-20T10:27:29.458Z | Compiling libc v0.2.186 |
| 352 | 2026-07-20T10:27:29.616Z | Compiling strsim v0.11.1 |
| 353 | 2026-07-20T10:27:29.647Z | Compiling ucd-trie v0.1.7 |
| 354 | 2026-07-20T10:27:29.650Z | Compiling serde_json v1.0.150 |
| 355 | 2026-07-20T10:27:29.651Z | Compiling ident_case v1.0.1 |
| 356 | 2026-07-20T10:27:29.810Z | Compiling pest v2.8.7 |
| 357 | 2026-07-20T10:27:29.853Z | Compiling serde v1.0.228 |
| 358 | 2026-07-20T10:27:30.069Z | Compiling fnv v1.0.7 |
| 359 | 2026-07-20T10:27:30.180Z | Compiling aho-corasick v1.1.4 |
| 360 | 2026-07-20T10:27:30.184Z | Compiling regex-syntax v0.8.11 |
| 361 | 2026-07-20T10:27:30.206Z | Compiling itoa v1.0.18 |
| 362 | 2026-07-20T10:27:30.374Z | Checking byteorder v1.5.0 |
| 363 | 2026-07-20T10:27:30.559Z | Compiling syn v2.0.118 |
| 364 | 2026-07-20T10:27:30.835Z | Compiling pest_meta v2.8.7 |
| 365 | 2026-07-20T10:27:31.108Z | Compiling either v1.16.0 |
| 366 | 2026-07-20T10:27:31.179Z | Compiling usdt-impl v0.6.0 |
| 367 | 2026-07-20T10:27:31.303Z | Compiling itertools v0.14.0 |
| 368 | 2026-07-20T10:27:31.549Z | Compiling regex-automata v0.4.14 |
| 369 | 2026-07-20T10:27:31.616Z | Compiling thread-id v5.1.0 |
| 370 | 2026-07-20T10:27:32.066Z | Checking plain v0.2.3 |
| 371 | 2026-07-20T10:27:32.098Z | Checking log v0.4.33 |
| 372 | 2026-07-20T10:27:32.123Z | Compiling heapless v0.8.0 |
| 373 | 2026-07-20T10:27:32.396Z | Checking bitflags v2.13.0 |
| 374 | 2026-07-20T10:27:32.522Z | Checking hash32 v0.3.1 |
| 375 | 2026-07-20T10:27:32.555Z | Compiling smoltcp v0.11.0 |
| 376 | 2026-07-20T10:27:32.569Z | Checking stable_deref_trait v1.2.1 |
| 377 | 2026-07-20T10:27:32.620Z | Checking pretty-hex v0.4.2 |
| 378 | 2026-07-20T10:27:32.632Z | Checking macaddr v1.0.1 |
| 379 | 2026-07-20T10:27:32.726Z | Checking cfg-if v1.0.4 |
| 380 | 2026-07-20T10:27:32.843Z | Compiling crc32fast v1.5.0 |
| 381 | 2026-07-20T10:27:32.859Z | Checking managed v0.8.0 |
| 382 | 2026-07-20T10:27:32.869Z | Compiling ref-cast v1.0.25 |
| 383 | 2026-07-20T10:27:33.031Z | Compiling pest_generator v2.8.7 |
| 384 | 2026-07-20T10:27:33.113Z | Compiling darling_core v0.21.3 |
| 385 | 2026-07-20T10:27:33.120Z | Compiling darling_core v0.23.0 |
| 386 | 2026-07-20T10:27:33.162Z | Compiling regex v1.12.4 |
| 387 | 2026-07-20T10:27:33.183Z | Checking bitflags v1.3.2 |
| 388 | 2026-07-20T10:27:33.242Z | Compiling version_check v0.9.5 |
| 389 | 2026-07-20T10:27:33.509Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 390 | 2026-07-20T10:27:33.746Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 391 | 2026-07-20T10:27:33.752Z | Checking memmap2 v0.9.11 |
| 392 | 2026-07-20T10:27:34.057Z | Checking unicode-width v0.2.2 |
| 393 | 2026-07-20T10:27:34.086Z | Checking ipnetwork v0.21.1 |
| 394 | 2026-07-20T10:27:34.103Z | Checking itertools v0.15.0 |
| 395 | 2026-07-20T10:27:34.131Z | Compiling thiserror-impl v2.0.18 |
| 396 | 2026-07-20T10:27:34.256Z | Compiling serde_derive v1.0.228 |
| 397 | 2026-07-20T10:27:34.299Z | Compiling zerocopy-derive v0.8.52 |
| 398 | 2026-07-20T10:27:34.805Z | Compiling pest_derive v2.8.7 |
| 399 | 2026-07-20T10:27:34.832Z | Compiling scroll_derive v0.13.1 |
| 400 | 2026-07-20T10:27:35.212Z | Compiling darling_macro v0.21.3 |
| 401 | 2026-07-20T10:27:35.216Z | Compiling ref-cast-impl v1.0.25 |
| 402 | 2026-07-20T10:27:35.219Z | Compiling darling_macro v0.23.0 |
| 403 | 2026-07-20T10:27:35.398Z | Compiling dtrace-parser v0.3.0 |
| 404 | 2026-07-20T10:27:35.620Z | Checking scroll v0.13.0 |
| 405 | 2026-07-20T10:27:35.625Z | Checking cobs v0.3.0 |
| 406 | 2026-07-20T10:27:35.751Z | Compiling darling v0.21.3 |
| 407 | 2026-07-20T10:27:35.757Z | Compiling darling v0.23.0 |
| 408 | 2026-07-20T10:27:35.818Z | Compiling ingot-macros v0.1.1 |
| 409 | 2026-07-20T10:27:35.821Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 410 | 2026-07-20T10:27:35.838Z | Checking goblin v0.10.7 |
| 411 | 2026-07-20T10:27:35.866Z | Checking tabwriter v1.4.1 |
| 412 | 2026-07-20T10:27:35.974Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 413 | 2026-07-20T10:27:36.149Z | Checking dyn-clone v1.0.20 |
| 414 | 2026-07-20T10:27:37.162Z | Checking postcard v1.1.3 |
| 415 | 2026-07-20T10:27:37.184Z | Compiling serde_tokenstream v0.2.3 |
| 416 | 2026-07-20T10:27:38.272Z | Checking ingot-types v0.1.2 |
| 417 | 2026-07-20T10:27:38.276Z | Checking dof v0.4.0 |
| 418 | 2026-07-20T10:27:38.577Z | Checking ingot v0.1.1 |
| 419 | 2026-07-20T10:27:39.232Z | Compiling usdt-macro v0.6.0 |
| 420 | 2026-07-20T10:27:39.235Z | Compiling usdt-attr-macro v0.6.0 |
| 421 | 2026-07-20T10:27:39.828Z | Checking usdt v0.6.0 |
| 422 | 2026-07-20T10:27:40.004Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 423 | 2026-07-20T10:27:48.264Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.16s |
| 424 | 2026-07-20T10:27:48.291Z | |
| 425 | 2026-07-20T10:27:48.295Z | real 19.236034690 |
| 426 | 2026-07-20T10:27:48.295Z | user 1:03.227761953 |
| 427 | 2026-07-20T10:27:48.295Z | sys 12.403509266 |
| 428 | 2026-07-20T10:27:48.295Z | trap 0.034178285 |
| 429 | 2026-07-20T10:27:48.295Z | tflt 0.163833916 |
| 430 | 2026-07-20T10:27:48.295Z | dflt 0.198875699 |
| 431 | 2026-07-20T10:27:48.295Z | kflt 0.000037640 |
| 432 | 2026-07-20T10:27:48.295Z | lock 3:59.161853663 |
| 433 | 2026-07-20T10:27:48.295Z | slp 3:21.212866208 |
| 434 | 2026-07-20T10:27:48.295Z | lat 2.710290678 |
| 435 | 2026-07-20T10:27:48.295Z | stop 6.266010660 |
| 436 | 2026-07-20T10:27:48.295Z | + header 'analyze no_std + engine + kernel' |
| 437 | 2026-07-20T10:27:48.295Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 438 | 2026-07-20T10:27:48.295Z | # ==== analyze no_std + engine + kernel ==== # |
| 439 | 2026-07-20T10:27:48.295Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings |
| 440 | 2026-07-20T10:27:48.463Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 441 | 2026-07-20T10:27:48.464Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 442 | 2026-07-20T10:27:48.467Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 443 | 2026-07-20T10:27:48.467Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 444 | 2026-07-20T10:27:48.679Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 445 | 2026-07-20T10:27:51.663Z | Finished `dev` profile [optimized + debuginfo] target(s) in 3.32s |
| 446 | 2026-07-20T10:27:51.689Z | |
| 447 | 2026-07-20T10:27:51.693Z | real 3.392760244 |
| 448 | 2026-07-20T10:27:51.693Z | user 3.668191404 |
| 449 | 2026-07-20T10:27:51.693Z | sys 0.824074880 |
| 450 | 2026-07-20T10:27:51.693Z | trap 0.000584690 |
| 451 | 2026-07-20T10:27:51.693Z | tflt 0.019696621 |
| 452 | 2026-07-20T10:27:51.695Z | dflt 0.005588742 |
| 453 | 2026-07-20T10:27:51.695Z | kflt 0.000000890 |
| 454 | 2026-07-20T10:27:51.695Z | lock 11.128691659 |
| 455 | 2026-07-20T10:27:51.695Z | slp 14.218017305 |
| 456 | 2026-07-20T10:27:51.695Z | lat 0.006148880 |
| 457 | 2026-07-20T10:27:51.695Z | stop 0.190184296 |
| 458 | 2026-07-20T10:27:51.695Z | + header test |
| 459 | 2026-07-20T10:27:51.695Z | + echo '# ==== test ==== #' |
| 460 | 2026-07-20T10:27:51.695Z | # ==== test ==== # |
| 461 | 2026-07-20T10:27:51.695Z | + ptime -m cargo test |
| 462 | 2026-07-20T10:27:51.833Z | Compiling serde_core v1.0.228 |
| 463 | 2026-07-20T10:27:51.836Z | Compiling thiserror v2.0.18 |
| 464 | 2026-07-20T10:27:51.853Z | Compiling zerocopy v0.8.52 |
| 465 | 2026-07-20T10:27:51.857Z | Compiling memchr v2.8.2 |
| 466 | 2026-07-20T10:27:51.860Z | Compiling byteorder v1.5.0 |
| 467 | 2026-07-20T10:27:51.863Z | Compiling unicode-ident v1.0.24 |
| 468 | 2026-07-20T10:27:51.866Z | Compiling scroll v0.13.0 |
| 469 | 2026-07-20T10:27:51.868Z | Compiling zmij v1.0.21 |
| 470 | 2026-07-20T10:27:51.937Z | Compiling proc-macro2 v1.0.106 |
| 471 | 2026-07-20T10:27:51.985Z | Compiling libc v0.2.186 |
| 472 | 2026-07-20T10:27:52.065Z | Compiling itoa v1.0.18 |
| 473 | 2026-07-20T10:27:52.118Z | Compiling log v0.4.33 |
| 474 | 2026-07-20T10:27:52.223Z | Compiling ucd-trie v0.1.7 |
| 475 | 2026-07-20T10:27:52.316Z | Compiling plain v0.2.3 |
| 476 | 2026-07-20T10:27:52.327Z | Compiling quote v1.0.46 |
| 477 | 2026-07-20T10:27:52.345Z | Compiling hash32 v0.3.1 |
| 478 | 2026-07-20T10:27:52.410Z | Compiling goblin v0.10.7 |
| 479 | 2026-07-20T10:27:52.499Z | Compiling pest v2.8.7 |
| 480 | 2026-07-20T10:27:52.907Z | Compiling macaddr v1.0.1 |
| 481 | 2026-07-20T10:27:52.943Z | Compiling stable_deref_trait v1.2.1 |
| 482 | 2026-07-20T10:27:53.013Z | Compiling cfg-if v1.0.4 |
| 483 | 2026-07-20T10:27:53.074Z | Compiling pretty-hex v0.4.2 |
| 484 | 2026-07-20T10:27:53.153Z | Compiling heapless v0.8.0 |
| 485 | 2026-07-20T10:27:53.201Z | Compiling syn v2.0.118 |
| 486 | 2026-07-20T10:27:53.408Z | Compiling thread-id v5.1.0 |
| 487 | 2026-07-20T10:27:53.481Z | Compiling cobs v0.3.0 |
| 488 | 2026-07-20T10:27:53.597Z | Compiling serde v1.0.228 |
| 489 | 2026-07-20T10:27:53.755Z | Compiling serde_json v1.0.150 |
| 490 | 2026-07-20T10:27:53.851Z | Compiling bitflags v2.13.0 |
| 491 | 2026-07-20T10:27:54.160Z | Compiling dtrace-parser v0.3.0 |
| 492 | 2026-07-20T10:27:54.249Z | Compiling bitflags v1.3.2 |
| 493 | 2026-07-20T10:27:54.262Z | Compiling managed v0.8.0 |
| 494 | 2026-07-20T10:27:54.312Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 495 | 2026-07-20T10:27:54.482Z | Compiling smoltcp v0.11.0 |
| 496 | 2026-07-20T10:27:54.532Z | Compiling postcard v1.1.3 |
| 497 | 2026-07-20T10:27:54.666Z | Compiling ingot-types v0.1.2 |
| 498 | 2026-07-20T10:27:54.837Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 499 | 2026-07-20T10:27:54.879Z | Compiling memmap2 v0.9.11 |
| 500 | 2026-07-20T10:27:55.051Z | Compiling ingot v0.1.1 |
| 501 | 2026-07-20T10:27:55.167Z | Compiling ipnetwork v0.21.1 |
| 502 | 2026-07-20T10:27:55.433Z | Compiling dof v0.4.0 |
| 503 | 2026-07-20T10:27:55.658Z | Compiling either v1.16.0 |
| 504 | 2026-07-20T10:27:55.865Z | Compiling unicode-width v0.2.2 |
| 505 | 2026-07-20T10:27:56.176Z | Compiling usdt-impl v0.6.0 |
| 506 | 2026-07-20T10:27:56.810Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 507 | 2026-07-20T10:27:57.248Z | Compiling usdt v0.6.0 |
| 508 | 2026-07-20T10:27:57.672Z | Compiling tabwriter v1.4.1 |
| 509 | 2026-07-20T10:27:57.863Z | Compiling itertools v0.15.0 |
| 510 | 2026-07-20T10:27:58.083Z | Compiling ref-cast v1.0.25 |
| 511 | 2026-07-20T10:27:58.178Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 512 | 2026-07-20T10:27:58.627Z | Compiling crc32fast v1.5.0 |
| 513 | 2026-07-20T10:27:58.868Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 514 | 2026-07-20T10:27:58.908Z | Compiling dyn-clone v1.0.20 |
| 515 | 2026-07-20T10:28:13.747Z | Finished `test` profile [optimized + debuginfo] target(s) in 22.04s |
| 516 | 2026-07-20T10:28:13.760Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-e4cff253b691af2a) |
| 517 | 2026-07-20T10:28:13.763Z | |
| 518 | 2026-07-20T10:28:13.764Z | running 83 tests |
| 519 | 2026-07-20T10:28:13.764Z | test d_error::tests::name_truncation ... ok |
| 520 | 2026-07-20T10:28:13.764Z | test d_error::tests::name_and_data_storage ... ok |
| 521 | 2026-07-20T10:28:13.764Z | test ddi::mblk::test::chain_drain_complete ... ok |
| 522 | 2026-07-20T10:28:13.765Z | test ddi::mblk::test::chain_append_links ... ok |
| 523 | 2026-07-20T10:28:13.765Z | test ddi::mblk::test::chain_breaks_links ... ok |
| 524 | 2026-07-20T10:28:13.766Z | test ddi::mblk::test::chain_has_correct_ends ... ok |
| 525 | 2026-07-20T10:28:13.766Z | test ddi::mblk::test::expand_and_shrink ... ok |
| 526 | 2026-07-20T10:28:13.766Z | test ddi::mblk::test::prefix_len ... ok |
| 527 | 2026-07-20T10:28:13.766Z | test ddi::mblk::test::read_seg ... ok |
| 528 | 2026-07-20T10:28:13.766Z | test ddi::mblk::test::test_long_packet_continuation ... ok |
| 529 | 2026-07-20T10:28:13.766Z | test ddi::mblk::test::uninitialized_packet ... ok |
| 530 | 2026-07-20T10:28:13.766Z | test ddi::mblk::test::truncate ... ok |
| 531 | 2026-07-20T10:28:13.766Z | test ddi::mblk::test::wrap ... ok |
| 532 | 2026-07-20T10:28:13.766Z | test ddi::mblk::test::zero_byte_packet ... ok |
| 533 | 2026-07-20T10:28:13.766Z | test ddi::time::test::good_interval ... ok |
| 534 | 2026-07-20T10:28:13.766Z | test engine::dhcp::test::hostname_encode ... ok |
| 535 | 2026-07-20T10:28:13.766Z | test engine::dhcp::test::offlink_encode ... ok |
| 536 | 2026-07-20T10:28:13.766Z | test engine::dhcp::test::domain_search_option_encode ... ok |
| 537 | 2026-07-20T10:28:13.766Z | test engine::dhcp::test::domainname_encode ... ok |
| 538 | 2026-07-20T10:28:13.766Z | test engine::dhcpv6::options::test::test_client_id ... ok |
| 539 | 2026-07-20T10:28:13.766Z | test engine::dhcp::test::rfc3442_encode ... ok |
| 540 | 2026-07-20T10:28:13.766Z | test engine::dhcpv6::options::test::test_dns_servers ... ok |
| 541 | 2026-07-20T10:28:13.766Z | test ddi::time::test::bad_interval - should panic ... ok |
| 542 | 2026-07-20T10:28:13.766Z | test engine::dhcpv6::options::test::test_domain_list_from_slice ... ok |
| 543 | 2026-07-20T10:28:13.766Z | test engine::dhcpv6::options::test::test_elapsed_time ... ok |
| 544 | 2026-07-20T10:28:13.766Z | test engine::dhcpv6::options::test::test_iana ... ok |
| 545 | 2026-07-20T10:28:13.766Z | test engine::dhcpv6::options::test::test_iata ... ok |
| 546 | 2026-07-20T10:28:13.766Z | test engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok |
| 547 | 2026-07-20T10:28:13.767Z | test engine::dhcpv6::options::test::test_option_request ... ok |
| 548 | 2026-07-20T10:28:13.767Z | test engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok |
| 549 | 2026-07-20T10:28:13.767Z | test engine::dhcpv6::options::test::test_parse_snooped_iana ... ok |
| 550 | 2026-07-20T10:28:13.767Z | test engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok |
| 551 | 2026-07-20T10:28:13.767Z | test engine::dhcpv6::options::test::test_rapid_commit ... ok |
| 552 | 2026-07-20T10:28:13.767Z | test engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok |
| 553 | 2026-07-20T10:28:13.767Z | test engine::dhcpv6::options::test::test_server_id ... ok |
| 554 | 2026-07-20T10:28:13.771Z | test engine::dhcpv6::options::test::test_sntp_servers ... ok |
| 555 | 2026-07-20T10:28:13.771Z | test engine::dhcpv6::options::test::test_status ... ok |
| 556 | 2026-07-20T10:28:13.771Z | test engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok |
| 557 | 2026-07-20T10:28:13.771Z | test engine::dhcpv6::test::test_duid_from_mac ... ok |
| 558 | 2026-07-20T10:28:13.771Z | test engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok |
| 559 | 2026-07-20T10:28:13.771Z | test engine::ether::test::emit ... ok |
| 560 | 2026-07-20T10:28:13.771Z | test engine::flow_table::test::eviction_invalidates_descendents ... ok |
| 561 | 2026-07-20T10:28:13.771Z | test engine::flow_table::test::eviction_basics ... ok |
| 562 | 2026-07-20T10:28:13.771Z | test engine::flow_table::test::children_prevent_timer_expiry ... ok |
| 563 | 2026-07-20T10:28:13.771Z | test engine::flow_table::test::eviction_priority_inheritance ... ok |
| 564 | 2026-07-20T10:28:13.771Z | test engine::flow_table::test::flow_clear ... ok |
| 565 | 2026-07-20T10:28:13.771Z | test engine::flow_table::test::eviction_selects_highest_prio ... ok |
| 566 | 2026-07-20T10:28:13.771Z | test engine::flow_table::test::flow_expired ... ok |
| 567 | 2026-07-20T10:28:13.771Z | test engine::flow_table::test::priority_lerp ... ok |
| 568 | 2026-07-20T10:28:13.771Z | test engine::flow_table::test::priority_lerp_clamps ... ok |
| 569 | 2026-07-20T10:28:13.771Z | test engine::flow_table::test::priority_lerp_rejects_bad_params ... ok |
| 570 | 2026-07-20T10:28:13.771Z | test engine::ip::v4::test::emit ... ok |
| 571 | 2026-07-20T10:28:13.771Z | test engine::flow_table::test::timer_expiry_propagation ... ok |
| 572 | 2026-07-20T10:28:13.771Z | test engine::geneve::test::emit_single_opt ... ok |
| 573 | 2026-07-20T10:28:13.771Z | test engine::ip::v6::test::bad_ipv6_version_caught ... ok |
| 574 | 2026-07-20T10:28:13.771Z | test engine::ip::v4::test::match_check ... ok |
| 575 | 2026-07-20T10:28:13.771Z | test engine::ip::v6::test::emit ... ok |
| 576 | 2026-07-20T10:28:13.771Z | test engine::ip::v4::test::cidr_match ... ok |
| 577 | 2026-07-20T10:28:13.771Z | test engine::ip::v6::test::option_push_spec ... ok |
| 578 | 2026-07-20T10:28:13.771Z | test engine::ip::v6::test::extension_push_spec ... ok |
| 579 | 2026-07-20T10:28:13.771Z | test engine::geneve::test::emit_no_opts ... ok |
| 580 | 2026-07-20T10:28:13.771Z | test engine::ip::v6::test::test_set_total_len ... ok |
| 581 | 2026-07-20T10:28:13.771Z | test engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok |
| 582 | 2026-07-20T10:28:13.771Z | test engine::layer::test::find_rule ... ok |
| 583 | 2026-07-20T10:28:13.771Z | test engine::nat::test::nat4_rewrite ... ok |
| 584 | 2026-07-20T10:28:13.771Z | test engine::ip::v6::test::test_ipv6_addr_match_exact ... ok |
| 585 | 2026-07-20T10:28:13.771Z | test engine::ip::v6::test::test_extension_header_lengths_ok ... ok |
| 586 | 2026-07-20T10:28:13.771Z | test engine::ip::v6::test::from_pairs ... ok |
| 587 | 2026-07-20T10:28:13.771Z | test engine::ip::v6::test::push_spec ... ok |
| 588 | 2026-07-20T10:28:13.771Z | test engine::packet::test::read_multi_segment ... ok |
| 589 | 2026-07-20T10:28:13.771Z | test engine::packet::test::read_single_segment ... ok |
| 590 | 2026-07-20T10:28:13.771Z | test engine::packet::test::parse_ipv6_extension_headers_ok ... ok |
| 591 | 2026-07-20T10:28:13.772Z | test engine::packet::test::straddled_tcp ... ok |
| 592 | 2026-07-20T10:28:13.772Z | test engine::parse::test::icmp4_body_csum_equals_body ... ok |
| 593 | 2026-07-20T10:28:13.772Z | test engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok |
| 594 | 2026-07-20T10:28:13.772Z | test engine::packet::test::udp6_packet_with_padding ... ok |
| 595 | 2026-07-20T10:28:13.772Z | test engine::packet::test::small_packet_with_padding ... ok |
| 596 | 2026-07-20T10:28:13.772Z | test engine::port::tests::established_tcp_eviction_prio_unchanging ... ok |
| 597 | 2026-07-20T10:28:13.772Z | test engine::port::tests::opening_tcp_eviction_prio_increases_over_time ... ok |
| 598 | 2026-07-20T10:28:13.772Z | test engine::rule::rule_matching ... ok |
| 599 | 2026-07-20T10:28:13.772Z | test engine::snat::test::snat4_desc_lifecycle ... ok |
| 600 | 2026-07-20T10:28:13.772Z | test engine::snat::test::test_nat_pool_different_ip_types ... ok |
| 601 | 2026-07-20T10:28:13.772Z | test engine::snat::test::nat_mappings ... ok |
| 602 | 2026-07-20T10:28:13.772Z | |
| 603 | 2026-07-20T10:28:13.772Z | test result: ok. 83 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 604 | 2026-07-20T10:28:13.772Z | |
| 605 | 2026-07-20T10:28:13.772Z | Doc-tests opte |
| 606 | 2026-07-20T10:28:15.711Z | |
| 607 | 2026-07-20T10:28:15.712Z | running 3 tests |
| 608 | 2026-07-20T10:28:15.715Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored |
| 609 | 2026-07-20T10:28:15.715Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok |
| 610 | 2026-07-20T10:28:15.715Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok |
| 611 | 2026-07-20T10:28:15.715Z | |
| 612 | 2026-07-20T10:28:15.715Z | test result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 613 | 2026-07-20T10:28:15.715Z | |
| 614 | 2026-07-20T10:28:15.720Z | all doctests ran in 1.39s; merged doctests compilation took 1.38s |
| 615 | 2026-07-20T10:28:15.759Z | |
| 616 | 2026-07-20T10:28:15.762Z | real 24.059448644 |
| 617 | 2026-07-20T10:28:15.762Z | user 2:01.312374536 |
| 618 | 2026-07-20T10:28:15.762Z | sys 7.057773003 |
| 619 | 2026-07-20T10:28:15.762Z | trap 0.051618055 |
| 620 | 2026-07-20T10:28:15.762Z | tflt 0.141952811 |
| 621 | 2026-07-20T10:28:15.762Z | dflt 0.416377702 |
| 622 | 2026-07-20T10:28:15.762Z | kflt 0.000003770 |
| 623 | 2026-07-20T10:28:15.762Z | lock 6:16.109281900 |
| 624 | 2026-07-20T10:28:15.762Z | slp 3:38.454148073 |
| 625 | 2026-07-20T10:28:15.762Z | lat 5.528471521 |
| 626 | 2026-07-20T10:28:15.762Z | stop 2.894016192 |
| 627 | 2026-07-20T10:28:15.762Z | process exited: duration 83737 ms, exit code 0 |
| |
| 628 | 2026-07-20T10:28:15.769Z | found 0 output files |