|
|
|
| 1 | 2026-07-26T04:23:05.641Z | job assigned to worker 01KYEAHVFJP7NS0KVH7PYBRVTN [factory aws, i-07f1c3554353b8d62] (queued for 48 s) |
| |
| 2 | 2026-07-26T04:23:12.538Z | starting task 0: "setup" |
| 3 | 2026-07-26T04:23:12.593Z | ++ uname -s |
| 4 | 2026-07-26T04:23:12.593Z | + kern=SunOS |
| 5 | 2026-07-26T04:23:12.593Z | + build_user=build |
| 6 | 2026-07-26T04:23:12.593Z | + build_uid=12345 |
| 7 | 2026-07-26T04:23:12.593Z | + work_dir=/work |
| 8 | 2026-07-26T04:23:12.593Z | + input_dir=/input |
| 9 | 2026-07-26T04:23:12.593Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-26T04:23:12.593Z | + case "$kern" in |
| 11 | 2026-07-26T04:23:12.593Z | + groupadd -g 12345 build |
| 12 | 2026-07-26T04:23:12.593Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-26T04:23:14.552Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-26T04:23:14.648Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-26T04:23:14.651Z | + home_fs=zfs |
| 16 | 2026-07-26T04:23:14.651Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-26T04:23:14.651Z | + mkdir -p /home/build |
| 18 | 2026-07-26T04:23:14.651Z | + chown build:build /home/build /work |
| 19 | 2026-07-26T04:23:16.652Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-26T04:23:16.655Z | process exited: duration 4115 ms, exit code 0 |
| |
| 21 | 2026-07-26T04:23:16.660Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-26T04:23:16.664Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-07-26T04:23:16.664Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-07-26T04:23:16.664Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-07-26T04:23:16.664Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-07-26T04:23:16.664Z | * rust toolchain channel = "1.97.1" |
| 27 | 2026-07-26T04:23:16.664Z | * rust toolchain profile = "default" |
| 28 | 2026-07-26T04:23:16.667Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-26T04:23:16.667Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-07-26T04:23:16.771Z | info: downloading installer |
| 31 | 2026-07-26T04:23:18.087Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-26T04:23:18.087Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-26T04:23:18.087Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-26T04:23:18.087Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-26T04:23:18.100Z | info: profile set to default |
| 36 | 2026-07-26T04:23:18.100Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-26T04:23:18.104Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-07-26T04:23:18.235Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-07-26T04:23:18.238Z | info: downloading 6 components |
| 40 | 2026-07-26T04:23:33.400Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-07-26T04:23:33.400Z | |
| 42 | 2026-07-26T04:23:33.429Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-07-26T04:23:33.429Z | |
| 44 | 2026-07-26T04:23:33.429Z | |
| 45 | 2026-07-26T04:23:33.429Z | Rust is installed now. Great! |
| 46 | 2026-07-26T04:23:33.429Z | |
| 47 | 2026-07-26T04:23:33.429Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-26T04:23:33.430Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-26T04:23:33.430Z | |
| 50 | 2026-07-26T04:23:33.430Z | To configure your current shell, you need to source |
| 51 | 2026-07-26T04:23:33.430Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-26T04:23:33.430Z | |
| 53 | 2026-07-26T04:23:33.430Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-26T04:23:33.433Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-26T04:23:33.433Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-26T04:23:33.433Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-26T04:23:33.433Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-26T04:23:33.433Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-26T04:23:33.433Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-26T04:23:33.433Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-26T04:23:33.433Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-26T04:23:33.517Z | + rustup --version |
| 63 | 2026-07-26T04:23:33.524Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-26T04:23:33.531Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-26T04:23:33.547Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-07-26T04:23:33.551Z | + cargo --version |
| 67 | 2026-07-26T04:23:33.564Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-07-26T04:23:33.567Z | + rustc --version |
| 69 | 2026-07-26T04:23:33.586Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-07-26T04:23:33.592Z | process exited: duration 16927 ms, exit code 0 |
| |
| 71 | 2026-07-26T04:23:33.598Z | starting task 2: "authentication" |
| 72 | 2026-07-26T04:23:33.615Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
| 73 | 2026-07-26T04:23:36.196Z | process exited: duration 2583 ms, exit code 0 |
| |
| 74 | 2026-07-26T04:23:36.206Z | starting task 3: "clone repository" |
| 75 | 2026-07-26T04:23:36.210Z | + mkdir -p /work/oxidecomputer/opte |
| 76 | 2026-07-26T04:23:36.217Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 77 | 2026-07-26T04:23:36.245Z | Cloning into '/work/oxidecomputer/opte'... |
| 78 | 2026-07-26T04:23:37.115Z | + cd /work/oxidecomputer/opte |
| 79 | 2026-07-26T04:23:37.115Z | + git fetch origin 26ac5f55ecbc3bb90377d878a5b1b42e197b1e0d |
| 80 | 2026-07-26T04:23:37.358Z | From https://github.com/oxidecomputer/opte |
| 81 | 2026-07-26T04:23:37.358Z | * branch 26ac5f55ecbc3bb90377d878a5b1b42e197b1e0d -> FETCH_HEAD |
| 82 | 2026-07-26T04:23:37.365Z | + [[ -n renovate/ctor-0.x ]] |
| 83 | 2026-07-26T04:23:37.369Z | ++ git branch --show-current |
| 84 | 2026-07-26T04:23:37.369Z | + current=master |
| 85 | 2026-07-26T04:23:37.369Z | + [[ master != renovate/ctor-0.x ]] |
| 86 | 2026-07-26T04:23:37.369Z | + git branch -f renovate/ctor-0.x 26ac5f55ecbc3bb90377d878a5b1b42e197b1e0d |
| 87 | 2026-07-26T04:23:37.376Z | + git checkout -f renovate/ctor-0.x |
| 88 | 2026-07-26T04:23:37.387Z | Switched to branch 'renovate/ctor-0.x' |
| 89 | 2026-07-26T04:23:37.392Z | + git reset --hard 26ac5f55ecbc3bb90377d878a5b1b42e197b1e0d |
| 90 | 2026-07-26T04:23:37.392Z | HEAD is now at 26ac5f5 Update Rust crate ctor to 0.13 |
| 91 | 2026-07-26T04:23:37.398Z | process exited: duration 1185 ms, exit code 0 |
| |
| 92 | 2026-07-26T04:23:37.408Z | starting task 4: "build" |
| 93 | 2026-07-26T04:23:37.411Z | + source .github/buildomat/common.sh |
| 94 | 2026-07-26T04:23:37.420Z | ++ rustup show active-toolchain |
| 95 | 2026-07-26T04:23:37.420Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 96 | 2026-07-26T04:23:37.420Z | ++ pushd xde |
| 97 | 2026-07-26T04:23:37.420Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 98 | 2026-07-26T04:23:37.420Z | ++ rustup show active-toolchain |
| 99 | 2026-07-26T04:23:37.423Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 100 | 2026-07-26T04:23:37.569Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 101 | 2026-07-26T04:23:37.572Z | info: downloading 6 components |
| 102 | 2026-07-26T04:23:51.516Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 103 | 2026-07-26T04:23:51.619Z | +++ rustup show active-toolchain -v |
| 104 | 2026-07-26T04:23:51.625Z | +++ head -n 1 |
| 105 | 2026-07-26T04:23:51.625Z | +++ cut '-d ' -f1 |
| 106 | 2026-07-26T04:23:51.671Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 107 | 2026-07-26T04:23:51.671Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 108 | 2026-07-26T04:23:51.671Z | ++ popd |
| 109 | 2026-07-26T04:23:51.675Z | /work/oxidecomputer/opte |
| 110 | 2026-07-26T04:23:51.675Z | + cargo --version |
| 111 | 2026-07-26T04:23:51.680Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 112 | 2026-07-26T04:23:51.684Z | + rustc --version |
| 113 | 2026-07-26T04:23:51.703Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 114 | 2026-07-26T04:23:51.705Z | + cd lib/opte |
| 115 | 2026-07-26T04:23:51.705Z | + header 'check style' |
| 116 | 2026-07-26T04:23:51.705Z | + echo '# ==== check style ==== #' |
| 117 | 2026-07-26T04:23:51.706Z | # ==== check style ==== # |
| 118 | 2026-07-26T04:23:51.706Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check |
| 119 | 2026-07-26T04:23:51.923Z | |
| 120 | 2026-07-26T04:23:51.923Z | real 0.187530098 |
| 121 | 2026-07-26T04:23:51.923Z | user 0.144487211 |
| 122 | 2026-07-26T04:23:51.923Z | sys 0.036179112 |
| 123 | 2026-07-26T04:23:51.923Z | trap 0.000049510 |
| 124 | 2026-07-26T04:23:51.923Z | tflt 0.000022620 |
| 125 | 2026-07-26T04:23:51.923Z | dflt 0.000011090 |
| 126 | 2026-07-26T04:23:51.923Z | kflt 0.000001120 |
| 127 | 2026-07-26T04:23:51.923Z | lock 0.031176880 |
| 128 | 2026-07-26T04:23:51.923Z | slp 0.167800709 |
| 129 | 2026-07-26T04:23:51.923Z | lat 0.000998240 |
| 130 | 2026-07-26T04:23:51.923Z | stop 0.000114880 |
| 131 | 2026-07-26T04:23:51.932Z | + header 'check docs' |
| 132 | 2026-07-26T04:23:51.932Z | + echo '# ==== check docs ==== #' |
| 133 | 2026-07-26T04:23:51.932Z | # ==== check docs ==== # |
| 134 | 2026-07-26T04:23:51.932Z | + RUSTDOCFLAGS='-D warnings' |
| 135 | 2026-07-26T04:23:51.932Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 136 | 2026-07-26T04:23:51.966Z | Updating crates.io index |
| 137 | 2026-07-26T04:23:51.973Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 138 | 2026-07-26T04:23:52.869Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 139 | 2026-07-26T04:23:53.087Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 140 | 2026-07-26T04:23:53.342Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 141 | 2026-07-26T04:23:53.673Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 142 | 2026-07-26T04:23:53.937Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 143 | 2026-07-26T04:23:54.200Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 144 | 2026-07-26T04:23:55.994Z | Downloading crates ... |
| 145 | 2026-07-26T04:23:56.058Z | Downloaded darling_macro v0.23.0 |
| 146 | 2026-07-26T04:23:56.062Z | Downloaded defmt-macros v1.1.1 |
| 147 | 2026-07-26T04:23:56.062Z | Downloaded ingot v0.2.0 |
| 148 | 2026-07-26T04:23:56.062Z | Downloaded postcard v1.1.3 |
| 149 | 2026-07-26T04:23:56.062Z | Downloaded usdt-attr-macro v0.6.0 |
| 150 | 2026-07-26T04:23:56.062Z | Downloaded thiserror-impl v2.0.18 |
| 151 | 2026-07-26T04:23:56.073Z | Downloaded bitflags v1.3.2 |
| 152 | 2026-07-26T04:23:56.081Z | Downloaded embedded-io v0.6.1 |
| 153 | 2026-07-26T04:23:56.081Z | Downloaded managed v0.8.0 |
| 154 | 2026-07-26T04:23:56.081Z | Downloaded cfg-if v1.0.4 |
| 155 | 2026-07-26T04:23:56.101Z | Downloaded defmt-parser v1.0.0 |
| 156 | 2026-07-26T04:23:56.101Z | Downloaded hash32 v0.3.1 |
| 157 | 2026-07-26T04:23:56.101Z | Downloaded pretty-hex v0.4.2 |
| 158 | 2026-07-26T04:23:56.101Z | Downloaded zmij v1.0.22 |
| 159 | 2026-07-26T04:23:56.107Z | Downloaded defmt v0.3.100 |
| 160 | 2026-07-26T04:23:56.107Z | Downloaded dof v0.4.0 |
| 161 | 2026-07-26T04:23:56.107Z | Downloaded dyn-clone v1.0.20 |
| 162 | 2026-07-26T04:23:56.107Z | Downloaded plain v0.2.3 |
| 163 | 2026-07-26T04:23:56.107Z | Downloaded cobs v0.3.0 |
| 164 | 2026-07-26T04:23:56.112Z | Downloaded ident_case v1.0.1 |
| 165 | 2026-07-26T04:23:56.112Z | Downloaded scroll_derive v0.13.1 |
| 166 | 2026-07-26T04:23:56.127Z | Downloaded usdt-macro v0.6.0 |
| 167 | 2026-07-26T04:23:56.127Z | Downloaded stable_deref_trait v1.2.1 |
| 168 | 2026-07-26T04:23:56.127Z | Downloaded ref-cast v1.0.25 |
| 169 | 2026-07-26T04:23:56.127Z | Downloaded dtrace-parser v0.3.0 |
| 170 | 2026-07-26T04:23:56.149Z | Downloaded itoa v1.0.18 |
| 171 | 2026-07-26T04:23:56.149Z | Downloaded embedded-io v0.4.0 |
| 172 | 2026-07-26T04:23:56.149Z | Downloaded macaddr v1.0.1 |
| 173 | 2026-07-26T04:23:56.157Z | Downloaded ingot-types v0.2.0 |
| 174 | 2026-07-26T04:23:56.157Z | Downloaded ipnetwork v0.21.1 |
| 175 | 2026-07-26T04:23:56.157Z | Downloaded pest_generator v2.8.7 |
| 176 | 2026-07-26T04:23:56.157Z | Downloaded thiserror v2.0.18 |
| 177 | 2026-07-26T04:23:56.158Z | Downloaded crc32fast v1.5.0 |
| 178 | 2026-07-26T04:23:56.158Z | Downloaded defmt v1.1.1 |
| 179 | 2026-07-26T04:23:56.158Z | Downloaded strsim v0.11.1 |
| 180 | 2026-07-26T04:23:56.158Z | Downloaded version_check v0.9.5 |
| 181 | 2026-07-26T04:23:56.158Z | Downloaded thread-id v5.1.0 |
| 182 | 2026-07-26T04:23:56.177Z | Downloaded usdt v0.6.0 |
| 183 | 2026-07-26T04:23:56.177Z | Downloaded ref-cast-impl v1.0.25 |
| 184 | 2026-07-26T04:23:56.177Z | Downloaded pest_derive v2.8.7 |
| 185 | 2026-07-26T04:23:56.180Z | Downloaded tabwriter v1.4.1 |
| 186 | 2026-07-26T04:23:56.180Z | Downloaded usdt-impl v0.6.0 |
| 187 | 2026-07-26T04:23:56.181Z | Downloaded either v1.16.0 |
| 188 | 2026-07-26T04:23:56.181Z | Downloaded byteorder v1.5.0 |
| 189 | 2026-07-26T04:23:56.203Z | Downloaded serde_tokenstream v0.2.3 |
| 190 | 2026-07-26T04:23:56.208Z | Downloaded pest_meta v2.8.7 |
| 191 | 2026-07-26T04:23:56.208Z | Downloaded scroll v0.13.0 |
| 192 | 2026-07-26T04:23:56.221Z | Downloaded darling v0.23.0 |
| 193 | 2026-07-26T04:23:56.237Z | Downloaded quote v1.0.46 |
| 194 | 2026-07-26T04:23:56.237Z | Downloaded ucd-trie v0.1.7 |
| 195 | 2026-07-26T04:23:56.237Z | Downloaded memmap2 v0.9.11 |
| 196 | 2026-07-26T04:23:56.237Z | Downloaded log v0.4.33 |
| 197 | 2026-07-26T04:23:56.237Z | Downloaded bitflags v2.13.0 |
| 198 | 2026-07-26T04:23:56.237Z | Downloaded ingot-macros v0.2.0 |
| 199 | 2026-07-26T04:23:56.240Z | Downloaded proc-macro2 v1.0.106 |
| 200 | 2026-07-26T04:23:56.240Z | Downloaded unicode-ident v1.0.24 |
| 201 | 2026-07-26T04:23:56.246Z | Downloaded serde v1.0.228 |
| 202 | 2026-07-26T04:23:56.246Z | Downloaded serde_derive v1.0.228 |
| 203 | 2026-07-26T04:23:56.252Z | Downloaded darling_core v0.23.0 |
| 204 | 2026-07-26T04:23:56.306Z | Downloaded serde_core v1.0.228 |
| 205 | 2026-07-26T04:23:56.316Z | Downloaded pest v2.8.7 |
| 206 | 2026-07-26T04:23:56.316Z | Downloaded heapless v0.8.0 |
| 207 | 2026-07-26T04:23:56.316Z | Downloaded memchr v2.8.3 |
| 208 | 2026-07-26T04:23:56.320Z | Downloaded zerocopy-derive v0.8.54 |
| 209 | 2026-07-26T04:23:56.346Z | Downloaded itertools v0.15.0 |
| 210 | 2026-07-26T04:23:56.350Z | Downloaded aho-corasick v1.1.4 |
| 211 | 2026-07-26T04:23:56.360Z | Downloaded serde_json v1.0.150 |
| 212 | 2026-07-26T04:23:56.363Z | Downloaded regex v1.13.0 |
| 213 | 2026-07-26T04:23:56.417Z | Downloaded syn v2.0.118 |
| 214 | 2026-07-26T04:23:56.436Z | Downloaded goblin v0.10.7 |
| 215 | 2026-07-26T04:23:56.439Z | Downloaded zerocopy v0.8.54 |
| 216 | 2026-07-26T04:23:56.452Z | Downloaded unicode-width v0.2.2 |
| 217 | 2026-07-26T04:23:56.455Z | Downloaded smoltcp v0.11.0 |
| 218 | 2026-07-26T04:23:56.461Z | Downloaded regex-syntax v0.8.11 |
| 219 | 2026-07-26T04:23:56.503Z | Downloaded regex-automata v0.4.15 |
| 220 | 2026-07-26T04:23:56.514Z | Downloaded libc v0.2.186 |
| 221 | 2026-07-26T04:23:56.569Z | Compiling proc-macro2 v1.0.106 |
| 222 | 2026-07-26T04:23:56.569Z | Compiling quote v1.0.46 |
| 223 | 2026-07-26T04:23:56.569Z | Compiling unicode-ident v1.0.24 |
| 224 | 2026-07-26T04:23:56.576Z | Documenting unicode-ident v1.0.24 |
| 225 | 2026-07-26T04:23:56.576Z | Compiling ident_case v1.0.1 |
| 226 | 2026-07-26T04:23:56.576Z | Compiling strsim v0.11.1 |
| 227 | 2026-07-26T04:23:56.576Z | Compiling serde_core v1.0.228 |
| 228 | 2026-07-26T04:23:56.733Z | Compiling memchr v2.8.3 |
| 229 | 2026-07-26T04:23:56.956Z | Compiling zerocopy v0.8.54 |
| 230 | 2026-07-26T04:23:56.984Z | Compiling thiserror v2.0.18 |
| 231 | 2026-07-26T04:23:57.031Z | Compiling regex-syntax v0.8.11 |
| 232 | 2026-07-26T04:23:57.036Z | Compiling serde v1.0.228 |
| 233 | 2026-07-26T04:23:57.287Z | Documenting proc-macro2 v1.0.106 |
| 234 | 2026-07-26T04:23:57.326Z | Compiling aho-corasick v1.1.4 |
| 235 | 2026-07-26T04:23:57.611Z | Checking syn v2.0.118 |
| 236 | 2026-07-26T04:23:57.715Z | Documenting strsim v0.11.1 |
| 237 | 2026-07-26T04:23:57.861Z | Documenting quote v1.0.46 |
| 238 | 2026-07-26T04:23:58.030Z | Documenting ident_case v1.0.1 |
| 239 | 2026-07-26T04:23:58.195Z | Checking byteorder v1.5.0 |
| 240 | 2026-07-26T04:23:58.371Z | Compiling either v1.16.0 |
| 241 | 2026-07-26T04:23:58.374Z | Documenting syn v2.0.118 |
| 242 | 2026-07-26T04:23:58.444Z | Compiling regex-automata v0.4.15 |
| 243 | 2026-07-26T04:23:58.567Z | Compiling itertools v0.15.0 |
| 244 | 2026-07-26T04:23:58.715Z | Compiling heapless v0.8.0 |
| 245 | 2026-07-26T04:23:59.026Z | Documenting memchr v2.8.3 |
| 246 | 2026-07-26T04:23:59.183Z | Checking bitflags v2.13.0 |
| 247 | 2026-07-26T04:23:59.625Z | Checking hash32 v0.3.1 |
| 248 | 2026-07-26T04:23:59.685Z | Documenting serde_core v1.0.228 |
| 249 | 2026-07-26T04:23:59.685Z | Checking darling_core v0.23.0 |
| 250 | 2026-07-26T04:23:59.700Z | Documenting aho-corasick v1.1.4 |
| 251 | 2026-07-26T04:23:59.820Z | Checking cfg-if v1.0.4 |
| 252 | 2026-07-26T04:23:59.940Z | Checking stable_deref_trait v1.2.1 |
| 253 | 2026-07-26T04:23:59.974Z | Checking macaddr v1.0.1 |
| 254 | 2026-07-26T04:24:00.441Z | Documenting darling_core v0.23.0 |
| 255 | 2026-07-26T04:24:00.556Z | Compiling regex v1.13.0 |
| 256 | 2026-07-26T04:24:00.572Z | Documenting regex-syntax v0.8.11 |
| 257 | 2026-07-26T04:24:00.874Z | Compiling smoltcp v0.11.0 |
| 258 | 2026-07-26T04:24:01.102Z | Documenting zerocopy-derive v0.8.54 |
| 259 | 2026-07-26T04:24:01.248Z | Compiling serde_derive v1.0.228 |
| 260 | 2026-07-26T04:24:01.258Z | Compiling zerocopy-derive v0.8.54 |
| 261 | 2026-07-26T04:24:01.470Z | Compiling thiserror-impl v2.0.18 |
| 262 | 2026-07-26T04:24:01.567Z | Documenting darling_macro v0.23.0 |
| 263 | 2026-07-26T04:24:02.780Z | Documenting regex-automata v0.4.15 |
| 264 | 2026-07-26T04:24:02.826Z | Documenting thiserror-impl v2.0.18 |
| 265 | 2026-07-26T04:24:02.827Z | Documenting serde_derive v1.0.228 |
| 266 | 2026-07-26T04:24:02.828Z | Compiling darling_macro v0.23.0 |
| 267 | 2026-07-26T04:24:02.854Z | Checking managed v0.8.0 |
| 268 | 2026-07-26T04:24:02.855Z | Checking cobs v0.3.0 |
| 269 | 2026-07-26T04:24:02.860Z | Checking bitflags v1.3.2 |
| 270 | 2026-07-26T04:24:02.894Z | Documenting byteorder v1.5.0 |
| 271 | 2026-07-26T04:24:02.900Z | Documenting thiserror v2.0.18 |
| 272 | 2026-07-26T04:24:02.901Z | Compiling darling v0.23.0 |
| 273 | 2026-07-26T04:24:02.978Z | Documenting darling v0.23.0 |
| 274 | 2026-07-26T04:24:02.984Z | Compiling ingot-macros v0.2.0 |
| 275 | 2026-07-26T04:24:03.144Z | Documenting regex v1.13.0 |
| 276 | 2026-07-26T04:24:03.453Z | Documenting zerocopy v0.8.54 |
| 277 | 2026-07-26T04:24:03.591Z | Documenting bitflags v2.13.0 |
| 278 | 2026-07-26T04:24:03.763Z | Documenting hash32 v0.3.1 |
| 279 | 2026-07-26T04:24:04.025Z | Documenting serde v1.0.228 |
| 280 | 2026-07-26T04:24:04.244Z | Documenting ingot-macros v0.2.0 |
| 281 | 2026-07-26T04:24:04.383Z | Compiling crc32fast v1.5.0 |
| 282 | 2026-07-26T04:24:04.407Z | Compiling ref-cast v1.0.25 |
| 283 | 2026-07-26T04:24:04.549Z | Documenting macaddr v1.0.1 |
| 284 | 2026-07-26T04:24:04.685Z | Documenting stable_deref_trait v1.2.1 |
| 285 | 2026-07-26T04:24:04.734Z | Documenting cfg-if v1.0.4 |
| 286 | 2026-07-26T04:24:05.197Z | Checking postcard v1.1.3 |
| 287 | 2026-07-26T04:24:05.313Z | Documenting heapless v0.8.0 |
| 288 | 2026-07-26T04:24:05.509Z | Documenting cobs v0.3.0 |
| 289 | 2026-07-26T04:24:05.637Z | Checking ingot-types v0.2.0 |
| 290 | 2026-07-26T04:24:05.713Z | Compiling ref-cast-impl v1.0.25 |
| 291 | 2026-07-26T04:24:05.750Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 292 | 2026-07-26T04:24:05.982Z | Checking unicode-width v0.2.2 |
| 293 | 2026-07-26T04:24:05.986Z | Checking ingot v0.2.0 |
| 294 | 2026-07-26T04:24:06.205Z | Compiling version_check v0.9.5 |
| 295 | 2026-07-26T04:24:06.242Z | Checking ipnetwork v0.21.1 |
| 296 | 2026-07-26T04:24:06.270Z | Documenting managed v0.8.0 |
| 297 | 2026-07-26T04:24:06.355Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 298 | 2026-07-26T04:24:06.548Z | Documenting ref-cast-impl v1.0.25 |
| 299 | 2026-07-26T04:24:06.744Z | Documenting postcard v1.1.3 |
| 300 | 2026-07-26T04:24:06.744Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 301 | 2026-07-26T04:24:06.785Z | Documenting ipnetwork v0.21.1 |
| 302 | 2026-07-26T04:24:06.785Z | Documenting either v1.16.0 |
| 303 | 2026-07-26T04:24:07.003Z | Documenting ingot-types v0.2.0 |
| 304 | 2026-07-26T04:24:07.035Z | Documenting smoltcp v0.11.0 |
| 305 | 2026-07-26T04:24:07.312Z | Documenting unicode-width v0.2.2 |
| 306 | 2026-07-26T04:24:07.670Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 307 | 2026-07-26T04:24:07.687Z | Checking tabwriter v1.4.1 |
| 308 | 2026-07-26T04:24:07.868Z | Documenting ref-cast v1.0.25 |
| 309 | 2026-07-26T04:24:09.062Z | Documenting itertools v0.15.0 |
| 310 | 2026-07-26T04:24:09.119Z | Documenting crc32fast v1.5.0 |
| 311 | 2026-07-26T04:24:09.119Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 312 | 2026-07-26T04:24:09.119Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 313 | 2026-07-26T04:24:09.119Z | Documenting ingot v0.2.0 |
| 314 | 2026-07-26T04:24:09.119Z | Documenting tabwriter v1.4.1 |
| 315 | 2026-07-26T04:24:09.171Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 316 | 2026-07-26T04:24:09.215Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 317 | 2026-07-26T04:24:09.427Z | Documenting dyn-clone v1.0.20 |
| 318 | 2026-07-26T04:24:09.642Z | Checking dyn-clone v1.0.20 |
| 319 | 2026-07-26T04:24:11.779Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 320 | 2026-07-26T04:24:12.951Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 321 | 2026-07-26T04:24:15.259Z | Finished `dev` profile [optimized + debuginfo] target(s) in 23.35s |
| 322 | 2026-07-26T04:24:15.346Z | Generated /work/oxidecomputer/opte/target/doc/opte/index.html |
| 323 | 2026-07-26T04:24:15.370Z | |
| 324 | 2026-07-26T04:24:15.374Z | real 23.456001515 |
| 325 | 2026-07-26T04:24:15.374Z | user 1:16.811402001 |
| 326 | 2026-07-26T04:24:15.374Z | sys 16.638450078 |
| 327 | 2026-07-26T04:24:15.374Z | trap 0.043261830 |
| 328 | 2026-07-26T04:24:15.374Z | tflt 0.033541554 |
| 329 | 2026-07-26T04:24:15.374Z | dflt 0.072423489 |
| 330 | 2026-07-26T04:24:15.375Z | kflt 0.005326150 |
| 331 | 2026-07-26T04:24:15.375Z | lock 6:45.330999607 |
| 332 | 2026-07-26T04:24:15.375Z | slp 4:27.217318470 |
| 333 | 2026-07-26T04:24:15.375Z | lat 6.936240722 |
| 334 | 2026-07-26T04:24:15.375Z | stop 13.336711995 |
| 335 | 2026-07-26T04:24:15.375Z | + header 'analyze std + api' |
| 336 | 2026-07-26T04:24:15.375Z | + echo '# ==== analyze std + api ==== #' |
| 337 | 2026-07-26T04:24:15.375Z | # ==== analyze std + api ==== # |
| 338 | 2026-07-26T04:24:15.375Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 339 | 2026-07-26T04:24:15.616Z | Compiling proc-macro2 v1.0.106 |
| 340 | 2026-07-26T04:24:15.616Z | Compiling quote v1.0.46 |
| 341 | 2026-07-26T04:24:15.616Z | Compiling unicode-ident v1.0.24 |
| 342 | 2026-07-26T04:24:15.616Z | Compiling memchr v2.8.3 |
| 343 | 2026-07-26T04:24:15.616Z | Compiling thiserror v2.0.18 |
| 344 | 2026-07-26T04:24:15.617Z | Compiling zerocopy v0.8.54 |
| 345 | 2026-07-26T04:24:15.623Z | Compiling zmij v1.0.22 |
| 346 | 2026-07-26T04:24:15.631Z | Compiling libc v0.2.186 |
| 347 | 2026-07-26T04:24:15.883Z | Compiling serde_core v1.0.228 |
| 348 | 2026-07-26T04:24:17.388Z | Compiling serde_json v1.0.150 |
| 349 | 2026-07-26T04:24:17.424Z | Compiling ucd-trie v0.1.7 |
| 350 | 2026-07-26T04:24:17.424Z | Compiling serde v1.0.228 |
| 351 | 2026-07-26T04:24:17.424Z | Compiling pest v2.8.7 |
| 352 | 2026-07-26T04:24:17.424Z | Compiling strsim v0.11.1 |
| 353 | 2026-07-26T04:24:17.424Z | Compiling ident_case v1.0.1 |
| 354 | 2026-07-26T04:24:17.424Z | Compiling aho-corasick v1.1.4 |
| 355 | 2026-07-26T04:24:17.425Z | Checking byteorder v1.5.0 |
| 356 | 2026-07-26T04:24:17.425Z | Compiling itoa v1.0.18 |
| 357 | 2026-07-26T04:24:17.425Z | Compiling syn v2.0.118 |
| 358 | 2026-07-26T04:24:17.425Z | Compiling regex-syntax v0.8.11 |
| 359 | 2026-07-26T04:24:17.425Z | Compiling pest_meta v2.8.7 |
| 360 | 2026-07-26T04:24:17.452Z | Compiling usdt-impl v0.6.0 |
| 361 | 2026-07-26T04:24:17.477Z | Compiling either v1.16.0 |
| 362 | 2026-07-26T04:24:17.640Z | Compiling itertools v0.15.0 |
| 363 | 2026-07-26T04:24:17.890Z | Compiling thread-id v5.1.0 |
| 364 | 2026-07-26T04:24:17.973Z | Checking log v0.4.33 |
| 365 | 2026-07-26T04:24:17.997Z | Checking plain v0.2.3 |
| 366 | 2026-07-26T04:24:18.198Z | Compiling heapless v0.8.0 |
| 367 | 2026-07-26T04:24:18.464Z | Compiling regex-automata v0.4.15 |
| 368 | 2026-07-26T04:24:18.803Z | Checking bitflags v2.13.0 |
| 369 | 2026-07-26T04:24:18.930Z | Checking hash32 v0.3.1 |
| 370 | 2026-07-26T04:24:18.961Z | Checking stable_deref_trait v1.2.1 |
| 371 | 2026-07-26T04:24:18.983Z | Checking cfg-if v1.0.4 |
| 372 | 2026-07-26T04:24:18.987Z | Compiling smoltcp v0.11.0 |
| 373 | 2026-07-26T04:24:19.021Z | Checking pretty-hex v0.4.2 |
| 374 | 2026-07-26T04:24:19.042Z | Checking macaddr v1.0.1 |
| 375 | 2026-07-26T04:24:19.246Z | Compiling pest_generator v2.8.7 |
| 376 | 2026-07-26T04:24:19.265Z | Compiling darling_core v0.23.0 |
| 377 | 2026-07-26T04:24:19.316Z | Checking managed v0.8.0 |
| 378 | 2026-07-26T04:24:19.398Z | Compiling ref-cast v1.0.25 |
| 379 | 2026-07-26T04:24:19.488Z | Checking bitflags v1.3.2 |
| 380 | 2026-07-26T04:24:19.496Z | Compiling version_check v0.9.5 |
| 381 | 2026-07-26T04:24:19.547Z | Compiling crc32fast v1.5.0 |
| 382 | 2026-07-26T04:24:19.762Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 383 | 2026-07-26T04:24:19.844Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 384 | 2026-07-26T04:24:19.859Z | Checking memmap2 v0.9.11 |
| 385 | 2026-07-26T04:24:20.013Z | Checking unicode-width v0.2.2 |
| 386 | 2026-07-26T04:24:20.145Z | Compiling regex v1.13.0 |
| 387 | 2026-07-26T04:24:20.176Z | Checking ipnetwork v0.21.1 |
| 388 | 2026-07-26T04:24:20.253Z | Checking tabwriter v1.4.1 |
| 389 | 2026-07-26T04:24:20.469Z | Compiling thiserror-impl v2.0.18 |
| 390 | 2026-07-26T04:24:20.528Z | Compiling serde_derive v1.0.228 |
| 391 | 2026-07-26T04:24:20.539Z | Compiling zerocopy-derive v0.8.54 |
| 392 | 2026-07-26T04:24:20.932Z | Compiling pest_derive v2.8.7 |
| 393 | 2026-07-26T04:24:21.008Z | Compiling scroll_derive v0.13.1 |
| 394 | 2026-07-26T04:24:21.212Z | Compiling ref-cast-impl v1.0.25 |
| 395 | 2026-07-26T04:24:21.414Z | Compiling darling_macro v0.23.0 |
| 396 | 2026-07-26T04:24:21.489Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 397 | 2026-07-26T04:24:21.494Z | Checking dyn-clone v1.0.20 |
| 398 | 2026-07-26T04:24:21.784Z | Compiling dtrace-parser v0.3.0 |
| 399 | 2026-07-26T04:24:21.790Z | Checking cobs v0.3.0 |
| 400 | 2026-07-26T04:24:21.851Z | Checking scroll v0.13.0 |
| 401 | 2026-07-26T04:24:21.985Z | Compiling darling v0.23.0 |
| 402 | 2026-07-26T04:24:22.062Z | Compiling ingot-macros v0.2.0 |
| 403 | 2026-07-26T04:24:22.088Z | Checking goblin v0.10.7 |
| 404 | 2026-07-26T04:24:22.124Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 405 | 2026-07-26T04:24:23.234Z | Checking postcard v1.1.3 |
| 406 | 2026-07-26T04:24:23.250Z | Compiling serde_tokenstream v0.2.3 |
| 407 | 2026-07-26T04:24:24.585Z | Checking ingot-types v0.2.0 |
| 408 | 2026-07-26T04:24:24.585Z | Checking dof v0.4.0 |
| 409 | 2026-07-26T04:24:24.900Z | Checking ingot v0.2.0 |
| 410 | 2026-07-26T04:24:25.487Z | Compiling usdt-macro v0.6.0 |
| 411 | 2026-07-26T04:24:25.487Z | Compiling usdt-attr-macro v0.6.0 |
| 412 | 2026-07-26T04:24:26.083Z | Checking usdt v0.6.0 |
| 413 | 2026-07-26T04:24:26.316Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 414 | 2026-07-26T04:24:34.917Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.49s |
| 415 | 2026-07-26T04:24:34.944Z | |
| 416 | 2026-07-26T04:24:34.947Z | real 19.568777473 |
| 417 | 2026-07-26T04:24:34.948Z | user 1:02.321416169 |
| 418 | 2026-07-26T04:24:34.948Z | sys 12.255132083 |
| 419 | 2026-07-26T04:24:34.948Z | trap 0.030778770 |
| 420 | 2026-07-26T04:24:34.948Z | tflt 0.116026481 |
| 421 | 2026-07-26T04:24:34.948Z | dflt 0.239259956 |
| 422 | 2026-07-26T04:24:34.948Z | kflt 0.000010670 |
| 423 | 2026-07-26T04:24:34.948Z | lock 3:55.505753019 |
| 424 | 2026-07-26T04:24:34.948Z | slp 3:16.457272227 |
| 425 | 2026-07-26T04:24:34.948Z | lat 2.927138091 |
| 426 | 2026-07-26T04:24:34.948Z | stop 6.307862406 |
| 427 | 2026-07-26T04:24:34.948Z | + header 'analyze no_std + engine + kernel' |
| 428 | 2026-07-26T04:24:34.948Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 429 | 2026-07-26T04:24:34.948Z | # ==== analyze no_std + engine + kernel ==== # |
| 430 | 2026-07-26T04:24:34.948Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings |
| 431 | 2026-07-26T04:24:35.113Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 432 | 2026-07-26T04:24:35.113Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 433 | 2026-07-26T04:24:35.116Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 434 | 2026-07-26T04:24:35.116Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 435 | 2026-07-26T04:24:35.331Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 436 | 2026-07-26T04:24:38.433Z | Finished `dev` profile [optimized + debuginfo] target(s) in 3.44s |
| 437 | 2026-07-26T04:24:38.458Z | |
| 438 | 2026-07-26T04:24:38.458Z | real 3.508163923 |
| 439 | 2026-07-26T04:24:38.459Z | user 3.765905221 |
| 440 | 2026-07-26T04:24:38.459Z | sys 0.837093425 |
| 441 | 2026-07-26T04:24:38.462Z | trap 0.000461950 |
| 442 | 2026-07-26T04:24:38.462Z | tflt 0.019963423 |
| 443 | 2026-07-26T04:24:38.462Z | dflt 0.005825211 |
| 444 | 2026-07-26T04:24:38.462Z | kflt 0.000000000 |
| 445 | 2026-07-26T04:24:38.462Z | lock 11.590792398 |
| 446 | 2026-07-26T04:24:38.462Z | slp 14.557445990 |
| 447 | 2026-07-26T04:24:38.462Z | lat 0.006233190 |
| 448 | 2026-07-26T04:24:38.462Z | stop 0.189038756 |
| 449 | 2026-07-26T04:24:38.462Z | + header test |
| 450 | 2026-07-26T04:24:38.462Z | + echo '# ==== test ==== #' |
| 451 | 2026-07-26T04:24:38.462Z | + ptime -m cargo test |
| 452 | 2026-07-26T04:24:38.462Z | # ==== test ==== # |
| 453 | 2026-07-26T04:24:38.603Z | Compiling serde_core v1.0.228 |
| 454 | 2026-07-26T04:24:38.606Z | Compiling thiserror v2.0.18 |
| 455 | 2026-07-26T04:24:38.621Z | Compiling zerocopy v0.8.54 |
| 456 | 2026-07-26T04:24:38.625Z | Compiling byteorder v1.5.0 |
| 457 | 2026-07-26T04:24:38.625Z | Compiling memchr v2.8.3 |
| 458 | 2026-07-26T04:24:38.628Z | Compiling unicode-ident v1.0.24 |
| 459 | 2026-07-26T04:24:38.631Z | Compiling zmij v1.0.22 |
| 460 | 2026-07-26T04:24:38.631Z | Compiling libc v0.2.186 |
| 461 | 2026-07-26T04:24:38.705Z | Compiling scroll v0.13.0 |
| 462 | 2026-07-26T04:24:38.755Z | Compiling proc-macro2 v1.0.106 |
| 463 | 2026-07-26T04:24:38.830Z | Compiling plain v0.2.3 |
| 464 | 2026-07-26T04:24:38.935Z | Compiling itoa v1.0.18 |
| 465 | 2026-07-26T04:24:38.965Z | Compiling ucd-trie v0.1.7 |
| 466 | 2026-07-26T04:24:38.965Z | Compiling log v0.4.33 |
| 467 | 2026-07-26T04:24:39.005Z | Compiling hash32 v0.3.1 |
| 468 | 2026-07-26T04:24:39.192Z | Compiling quote v1.0.46 |
| 469 | 2026-07-26T04:24:39.197Z | Compiling pest v2.8.7 |
| 470 | 2026-07-26T04:24:39.197Z | Compiling goblin v0.10.7 |
| 471 | 2026-07-26T04:24:39.673Z | Compiling stable_deref_trait v1.2.1 |
| 472 | 2026-07-26T04:24:39.732Z | Compiling pretty-hex v0.4.2 |
| 473 | 2026-07-26T04:24:39.800Z | Compiling macaddr v1.0.1 |
| 474 | 2026-07-26T04:24:39.869Z | Compiling cfg-if v1.0.4 |
| 475 | 2026-07-26T04:24:39.993Z | Compiling heapless v0.8.0 |
| 476 | 2026-07-26T04:24:40.072Z | Compiling syn v2.0.118 |
| 477 | 2026-07-26T04:24:40.182Z | Compiling thread-id v5.1.0 |
| 478 | 2026-07-26T04:24:40.247Z | Compiling dtrace-parser v0.3.0 |
| 479 | 2026-07-26T04:24:40.367Z | Compiling cobs v0.3.0 |
| 480 | 2026-07-26T04:24:40.608Z | Compiling serde v1.0.228 |
| 481 | 2026-07-26T04:24:40.641Z | Compiling bitflags v2.13.0 |
| 482 | 2026-07-26T04:24:40.861Z | Compiling serde_json v1.0.150 |
| 483 | 2026-07-26T04:24:41.063Z | Compiling bitflags v1.3.2 |
| 484 | 2026-07-26T04:24:41.126Z | Compiling managed v0.8.0 |
| 485 | 2026-07-26T04:24:41.250Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 486 | 2026-07-26T04:24:41.354Z | Compiling smoltcp v0.11.0 |
| 487 | 2026-07-26T04:24:41.467Z | Compiling ingot-types v0.2.0 |
| 488 | 2026-07-26T04:24:41.486Z | Compiling postcard v1.1.3 |
| 489 | 2026-07-26T04:24:41.597Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 490 | 2026-07-26T04:24:41.830Z | Compiling ingot v0.2.0 |
| 491 | 2026-07-26T04:24:41.870Z | Compiling memmap2 v0.9.11 |
| 492 | 2026-07-26T04:24:42.178Z | Compiling dof v0.4.0 |
| 493 | 2026-07-26T04:24:42.224Z | Compiling ipnetwork v0.21.1 |
| 494 | 2026-07-26T04:24:42.710Z | Compiling either v1.16.0 |
| 495 | 2026-07-26T04:24:42.919Z | Compiling usdt-impl v0.6.0 |
| 496 | 2026-07-26T04:24:43.847Z | Compiling unicode-width v0.2.2 |
| 497 | 2026-07-26T04:24:44.003Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 498 | 2026-07-26T04:24:44.047Z | Compiling usdt v0.6.0 |
| 499 | 2026-07-26T04:24:44.153Z | Compiling tabwriter v1.4.1 |
| 500 | 2026-07-26T04:24:44.580Z | Compiling itertools v0.15.0 |
| 501 | 2026-07-26T04:24:44.661Z | Compiling ref-cast v1.0.25 |
| 502 | 2026-07-26T04:24:44.794Z | Compiling crc32fast v1.5.0 |
| 503 | 2026-07-26T04:24:45.039Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 504 | 2026-07-26T04:24:45.533Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 505 | 2026-07-26T04:24:45.766Z | Compiling dyn-clone v1.0.20 |
| 506 | 2026-07-26T04:25:00.956Z | Finished `test` profile [optimized + debuginfo] target(s) in 22.48s |
| 507 | 2026-07-26T04:25:00.970Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-87a227793c628f88) |
| 508 | 2026-07-26T04:25:00.978Z | |
| 509 | 2026-07-26T04:25:00.978Z | running 84 tests |
| 510 | 2026-07-26T04:25:00.978Z | test d_error::tests::name_and_data_storage ... ok |
| 511 | 2026-07-26T04:25:00.978Z | test d_error::tests::name_truncation ... ok |
| 512 | 2026-07-26T04:25:00.978Z | test ddi::mblk::test::chain_drain_complete ... ok |
| 513 | 2026-07-26T04:25:00.978Z | test ddi::mblk::test::chain_append_links ... ok |
| 514 | 2026-07-26T04:25:00.978Z | test ddi::mblk::test::chain_breaks_links ... ok |
| 515 | 2026-07-26T04:25:00.978Z | test ddi::mblk::test::chain_has_correct_ends ... ok |
| 516 | 2026-07-26T04:25:00.978Z | test ddi::mblk::test::expand_and_shrink ... ok |
| 517 | 2026-07-26T04:25:00.978Z | test ddi::mblk::test::prefix_len ... ok |
| 518 | 2026-07-26T04:25:00.978Z | test ddi::mblk::test::read_seg ... ok |
| 519 | 2026-07-26T04:25:00.978Z | test ddi::mblk::test::test_long_packet_continuation ... ok |
| 520 | 2026-07-26T04:25:00.978Z | test ddi::mblk::test::truncate ... ok |
| 521 | 2026-07-26T04:25:00.979Z | test ddi::mblk::test::uninitialized_packet ... ok |
| 522 | 2026-07-26T04:25:00.979Z | test ddi::mblk::test::wrap ... ok |
| 523 | 2026-07-26T04:25:00.979Z | test ddi::time::test::good_interval ... ok |
| 524 | 2026-07-26T04:25:00.979Z | test ddi::mblk::test::zero_byte_packet ... ok |
| 525 | 2026-07-26T04:25:00.979Z | test engine::dhcp::test::domainname_encode ... ok |
| 526 | 2026-07-26T04:25:00.979Z | test engine::dhcp::test::domain_search_option_encode ... ok |
| 527 | 2026-07-26T04:25:00.979Z | test engine::dhcp::test::hostname_encode ... ok |
| 528 | 2026-07-26T04:25:00.979Z | test engine::dhcp::test::offlink_encode ... ok |
| 529 | 2026-07-26T04:25:00.979Z | test engine::dhcp::test::rfc3442_encode ... ok |
| 530 | 2026-07-26T04:25:00.979Z | test engine::dhcpv6::options::test::fail_on_deeply_nested_options ... ok |
| 531 | 2026-07-26T04:25:00.979Z | test engine::dhcpv6::options::test::test_elapsed_time ... ok |
| 532 | 2026-07-26T04:25:00.980Z | test engine::dhcpv6::options::test::test_client_id ... ok |
| 533 | 2026-07-26T04:25:00.980Z | test engine::dhcpv6::options::test::test_domain_list_from_slice ... ok |
| 534 | 2026-07-26T04:25:00.980Z | test engine::dhcpv6::options::test::test_iata ... ok |
| 535 | 2026-07-26T04:25:00.980Z | test engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok |
| 536 | 2026-07-26T04:25:00.980Z | test engine::dhcpv6::options::test::test_dns_servers ... ok |
| 537 | 2026-07-26T04:25:00.980Z | test engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok |
| 538 | 2026-07-26T04:25:00.980Z | test engine::dhcpv6::options::test::test_option_request ... ok |
| 539 | 2026-07-26T04:25:00.980Z | test engine::dhcpv6::options::test::test_iana ... ok |
| 540 | 2026-07-26T04:25:00.980Z | test ddi::time::test::bad_interval - should panic ... ok |
| 541 | 2026-07-26T04:25:00.980Z | test engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok |
| 542 | 2026-07-26T04:25:00.980Z | test engine::dhcpv6::options::test::test_rapid_commit ... ok |
| 543 | 2026-07-26T04:25:00.980Z | test engine::dhcpv6::options::test::test_parse_snooped_iana ... ok |
| 544 | 2026-07-26T04:25:00.980Z | test engine::dhcpv6::options::test::test_server_id ... ok |
| 545 | 2026-07-26T04:25:00.980Z | test engine::dhcpv6::options::test::test_sntp_servers ... ok |
| 546 | 2026-07-26T04:25:00.980Z | test engine::dhcpv6::options::test::test_status ... ok |
| 547 | 2026-07-26T04:25:00.980Z | test engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok |
| 548 | 2026-07-26T04:25:00.980Z | test engine::ether::test::emit ... ok |
| 549 | 2026-07-26T04:25:00.980Z | test engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok |
| 550 | 2026-07-26T04:25:00.980Z | test engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok |
| 551 | 2026-07-26T04:25:00.981Z | test engine::dhcpv6::test::test_duid_from_mac ... ok |
| 552 | 2026-07-26T04:25:00.981Z | test engine::flow_table::test::flow_clear ... ok |
| 553 | 2026-07-26T04:25:00.981Z | test engine::flow_table::test::children_prevent_timer_expiry ... ok |
| 554 | 2026-07-26T04:25:00.981Z | test engine::flow_table::test::eviction_invalidates_descendents ... ok |
| 555 | 2026-07-26T04:25:00.981Z | test engine::flow_table::test::priority_lerp_clamps ... ok |
| 556 | 2026-07-26T04:25:00.981Z | test engine::flow_table::test::flow_expired ... ok |
| 557 | 2026-07-26T04:25:00.981Z | test engine::flow_table::test::eviction_basics ... ok |
| 558 | 2026-07-26T04:25:00.981Z | test engine::flow_table::test::eviction_selects_highest_prio ... ok |
| 559 | 2026-07-26T04:25:00.981Z | test engine::flow_table::test::priority_lerp ... ok |
| 560 | 2026-07-26T04:25:00.981Z | test engine::geneve::test::emit_single_opt ... ok |
| 561 | 2026-07-26T04:25:00.981Z | test engine::flow_table::test::eviction_priority_inheritance ... ok |
| 562 | 2026-07-26T04:25:00.981Z | test engine::flow_table::test::timer_expiry_propagation ... ok |
| 563 | 2026-07-26T04:25:00.981Z | test engine::ip::v4::test::cidr_match ... ok |
| 564 | 2026-07-26T04:25:00.981Z | test engine::geneve::test::emit_no_opts ... ok |
| 565 | 2026-07-26T04:25:00.981Z | test engine::flow_table::test::priority_lerp_rejects_bad_params ... ok |
| 566 | 2026-07-26T04:25:00.981Z | test engine::ip::v4::test::emit ... ok |
| 567 | 2026-07-26T04:25:00.981Z | test engine::ip::v6::test::from_pairs ... ok |
| 568 | 2026-07-26T04:25:00.981Z | test engine::ip::v4::test::match_check ... ok |
| 569 | 2026-07-26T04:25:00.981Z | test engine::ip::v6::test::emit ... ok |
| 570 | 2026-07-26T04:25:00.982Z | test engine::ip::v6::test::bad_ipv6_version_caught ... ok |
| 571 | 2026-07-26T04:25:00.982Z | test engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok |
| 572 | 2026-07-26T04:25:00.982Z | test engine::ip::v6::test::test_ipv6_addr_match_exact ... ok |
| 573 | 2026-07-26T04:25:00.982Z | test engine::ip::v6::test::test_extension_header_lengths_ok ... ok |
| 574 | 2026-07-26T04:25:00.982Z | test engine::ip::v6::test::extension_push_spec ... ok |
| 575 | 2026-07-26T04:25:00.982Z | test engine::ip::v6::test::option_push_spec ... ok |
| 576 | 2026-07-26T04:25:00.982Z | test engine::ip::v6::test::test_set_total_len ... ok |
| 577 | 2026-07-26T04:25:00.982Z | test engine::layer::test::find_rule ... ok |
| 578 | 2026-07-26T04:25:00.982Z | test engine::packet::test::read_multi_segment ... ok |
| 579 | 2026-07-26T04:25:00.982Z | test engine::nat::test::nat4_rewrite ... ok |
| 580 | 2026-07-26T04:25:00.982Z | test engine::packet::test::parse_ipv6_extension_headers_ok ... ok |
| 581 | 2026-07-26T04:25:00.982Z | test engine::packet::test::small_packet_with_padding ... ok |
| 582 | 2026-07-26T04:25:00.982Z | test engine::parse::test::icmp4_body_csum_equals_body ... ok |
| 583 | 2026-07-26T04:25:00.982Z | test engine::packet::test::read_single_segment ... ok |
| 584 | 2026-07-26T04:25:00.982Z | test engine::packet::test::udp6_packet_with_padding ... ok |
| 585 | 2026-07-26T04:25:00.982Z | test engine::packet::test::straddled_tcp ... ok |
| 586 | 2026-07-26T04:25:00.983Z | test engine::port::tests::established_tcp_eviction_prio_unchanging ... ok |
| 587 | 2026-07-26T04:25:00.983Z | test engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok |
| 588 | 2026-07-26T04:25:00.983Z | test engine::ip::v6::test::push_spec ... ok |
| 589 | 2026-07-26T04:25:00.983Z | test engine::rule::rule_matching ... ok |
| 590 | 2026-07-26T04:25:00.983Z | test engine::port::tests::opening_tcp_eviction_prio_increases_over_time ... ok |
| 591 | 2026-07-26T04:25:00.983Z | test engine::snat::test::snat4_desc_lifecycle ... ok |
| 592 | 2026-07-26T04:25:00.983Z | test engine::snat::test::test_nat_pool_different_ip_types ... ok |
| 593 | 2026-07-26T04:25:00.983Z | test engine::snat::test::nat_mappings ... ok |
| 594 | 2026-07-26T04:25:00.983Z | |
| 595 | 2026-07-26T04:25:00.983Z | test result: ok. 84 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 596 | 2026-07-26T04:25:00.983Z | |
| 597 | 2026-07-26T04:25:00.983Z | Doc-tests opte |
| 598 | 2026-07-26T04:25:03.029Z | |
| 599 | 2026-07-26T04:25:03.029Z | running 3 tests |
| 600 | 2026-07-26T04:25:03.032Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored |
| 601 | 2026-07-26T04:25:03.033Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok |
| 602 | 2026-07-26T04:25:03.033Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok |
| 603 | 2026-07-26T04:25:03.033Z | |
| 604 | 2026-07-26T04:25:03.033Z | test result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 605 | 2026-07-26T04:25:03.033Z | |
| 606 | 2026-07-26T04:25:03.038Z | all doctests ran in 1.44s; merged doctests compilation took 1.43s |
| 607 | 2026-07-26T04:25:03.076Z | |
| 608 | 2026-07-26T04:25:03.081Z | real 24.605964225 |
| 609 | 2026-07-26T04:25:03.081Z | user 2:03.374508562 |
| 610 | 2026-07-26T04:25:03.081Z | sys 7.166229205 |
| 611 | 2026-07-26T04:25:03.081Z | trap 0.052568190 |
| 612 | 2026-07-26T04:25:03.081Z | tflt 0.208581554 |
| 613 | 2026-07-26T04:25:03.081Z | dflt 0.451253112 |
| 614 | 2026-07-26T04:25:03.081Z | kflt 0.000004660 |
| 615 | 2026-07-26T04:25:03.081Z | lock 6:23.577246915 |
| 616 | 2026-07-26T04:25:03.081Z | slp 3:42.113187384 |
| 617 | 2026-07-26T04:25:03.081Z | lat 6.010969425 |
| 618 | 2026-07-26T04:25:03.081Z | stop 3.131642480 |
| 619 | 2026-07-26T04:25:03.081Z | process exited: duration 85666 ms, exit code 0 |
| |
| 620 | 2026-07-26T04:25:03.093Z | found 0 output files |