|
|
|
| 1 | 2026-06-25T04:05:44.764Z | job assigned to worker 01KVYF7RW6ABQS7NM2R7VEKPYS [factory aws, i-087fa469137704856] (queued for 44 s) |
| |
| 2 | 2026-06-25T04:05:51.023Z | starting task 0: "setup" |
| 3 | 2026-06-25T04:05:51.028Z | ++ uname -s |
| 4 | 2026-06-25T04:05:51.032Z | + kern=SunOS |
| 5 | 2026-06-25T04:05:51.032Z | + build_user=build |
| 6 | 2026-06-25T04:05:51.032Z | + build_uid=12345 |
| 7 | 2026-06-25T04:05:51.032Z | + work_dir=/work |
| 8 | 2026-06-25T04:05:51.032Z | + input_dir=/input |
| 9 | 2026-06-25T04:05:51.032Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-25T04:05:51.032Z | + case "$kern" in |
| 11 | 2026-06-25T04:05:51.032Z | + groupadd -g 12345 build |
| 12 | 2026-06-25T04:05:51.032Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-25T04:05:53.039Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-25T04:05:53.149Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-25T04:05:53.152Z | + home_fs=zfs |
| 16 | 2026-06-25T04:05:53.152Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-25T04:05:53.152Z | + mkdir -p /home/build |
| 18 | 2026-06-25T04:05:53.152Z | + chown build:build /home/build /work |
| 19 | 2026-06-25T04:05:55.160Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-25T04:05:55.166Z | process exited: duration 4135 ms, exit code 0 |
| |
| 21 | 2026-06-25T04:05:55.208Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-25T04:05:55.258Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.0 |
| 23 | 2026-06-25T04:05:55.259Z | * rust toolchain channel = "1.96.0" |
| 24 | 2026-06-25T04:05:55.259Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-06-25T04:05:55.259Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-06-25T04:05:55.259Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-25T04:05:55.259Z | * rust toolchain profile = "default" |
| 28 | 2026-06-25T04:05:55.259Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-25T04:05:55.259Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default |
| 30 | 2026-06-25T04:05:55.303Z | info: downloading installer |
| 31 | 2026-06-25T04:05:56.857Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-25T04:05:56.857Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-25T04:05:56.857Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-25T04:05:56.857Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-25T04:05:56.866Z | info: profile set to default |
| 36 | 2026-06-25T04:05:56.866Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-25T04:05:56.866Z | info: syncing channel updates for 1.96.0-x86_64-unknown-illumos |
| 38 | 2026-06-25T04:05:57.008Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-25T04:05:57.012Z | info: downloading 6 components |
| 40 | 2026-06-25T04:06:13.449Z | |
| 41 | 2026-06-25T04:06:13.449Z | info: default toolchain set to 1.96.0-x86_64-unknown-illumos |
| 42 | 2026-06-25T04:06:13.477Z | 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-25T04:06:13.477Z | |
| 44 | 2026-06-25T04:06:13.477Z | |
| 45 | 2026-06-25T04:06:13.477Z | Rust is installed now. Great! |
| 46 | 2026-06-25T04:06:13.477Z | |
| 47 | 2026-06-25T04:06:13.477Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-25T04:06:13.498Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-25T04:06:13.498Z | |
| 50 | 2026-06-25T04:06:13.499Z | To configure your current shell, you need to source |
| 51 | 2026-06-25T04:06:13.499Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-25T04:06:13.499Z | |
| 53 | 2026-06-25T04:06:13.499Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-25T04:06:13.499Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-25T04:06:13.499Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-25T04:06:13.499Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-25T04:06:13.499Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-25T04:06:13.499Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-25T04:06:13.499Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-25T04:06:13.499Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-25T04:06:13.499Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-25T04:06:13.568Z | + rustup --version |
| 63 | 2026-06-25T04:06:13.577Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-25T04:06:13.580Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-25T04:06:13.598Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-25T04:06:13.602Z | + cargo --version |
| 67 | 2026-06-25T04:06:13.613Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-25T04:06:13.617Z | + rustc --version |
| 69 | 2026-06-25T04:06:13.635Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-25T04:06:13.638Z | process exited: duration 18434 ms, exit code 0 |
| |
| 71 | 2026-06-25T04:06:13.645Z | starting task 2: "authentication" |
| 72 | 2026-06-25T04:06:13.662Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-25T04:06:13.669Z | starting task 3: "clone repository" |
| 74 | 2026-06-25T04:06:13.673Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-06-25T04:06:13.676Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-06-25T04:06:13.703Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-06-25T04:06:14.555Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-06-25T04:06:14.555Z | + git fetch origin 661422ffe220dfabd411fe7d2d5f76f87f356d4c |
| 79 | 2026-06-25T04:06:14.783Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-06-25T04:06:14.783Z | * branch 661422ffe220dfabd411fe7d2d5f76f87f356d4c -> FETCH_HEAD |
| 81 | 2026-06-25T04:06:14.789Z | + [[ -n '' ]] |
| 82 | 2026-06-25T04:06:14.789Z | + git reset --hard 661422ffe220dfabd411fe7d2d5f76f87f356d4c |
| 83 | 2026-06-25T04:06:14.806Z | HEAD is now at 661422f Update Rust to nightly-2026-06-25 |
| 84 | 2026-06-25T04:06:14.809Z | process exited: duration 1138 ms, exit code 0 |
| |
| 85 | 2026-06-25T04:06:14.816Z | starting task 4: "build" |
| 86 | 2026-06-25T04:06:14.819Z | + source .github/buildomat/common.sh |
| 87 | 2026-06-25T04:06:14.822Z | ++ rustup show active-toolchain |
| 88 | 2026-06-25T04:06:14.825Z | 1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 89 | 2026-06-25T04:06:14.828Z | ++ pushd xde |
| 90 | 2026-06-25T04:06:14.828Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 91 | 2026-06-25T04:06:14.828Z | ++ rustup show active-toolchain |
| 92 | 2026-06-25T04:06:14.831Z | info: syncing channel updates for nightly-2026-06-25-x86_64-unknown-illumos |
| 93 | 2026-06-25T04:06:15.004Z | info: latest update on 2026-06-25 for version 1.98.0-nightly (f28ac764c 2026-06-23) |
| 94 | 2026-06-25T04:06:15.008Z | info: downloading 6 components |
| 95 | 2026-06-25T04:06:30.408Z | nightly-2026-06-25-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 96 | 2026-06-25T04:06:30.506Z | +++ rustup show active-toolchain -v |
| 97 | 2026-06-25T04:06:30.510Z | +++ head -n 1 |
| 98 | 2026-06-25T04:06:30.510Z | +++ cut '-d ' -f1 |
| 99 | 2026-06-25T04:06:30.563Z | ++ export NIGHTLY=nightly-2026-06-25-x86_64-unknown-illumos |
| 100 | 2026-06-25T04:06:30.563Z | ++ NIGHTLY=nightly-2026-06-25-x86_64-unknown-illumos |
| 101 | 2026-06-25T04:06:30.563Z | ++ popd |
| 102 | 2026-06-25T04:06:30.569Z | /work/oxidecomputer/opte |
| 103 | 2026-06-25T04:06:30.569Z | + cargo --version |
| 104 | 2026-06-25T04:06:30.573Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 105 | 2026-06-25T04:06:30.573Z | + rustc --version |
| 106 | 2026-06-25T04:06:30.595Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 107 | 2026-06-25T04:06:30.598Z | + cd lib/opte |
| 108 | 2026-06-25T04:06:30.598Z | + header 'check style' |
| 109 | 2026-06-25T04:06:30.599Z | + echo '# ==== check style ==== #' |
| 110 | 2026-06-25T04:06:30.599Z | # ==== check style ==== # |
| 111 | 2026-06-25T04:06:30.599Z | + ptime -m cargo +nightly-2026-06-25-x86_64-unknown-illumos fmt -- --check |
| 112 | 2026-06-25T04:06:30.786Z | |
| 113 | 2026-06-25T04:06:30.786Z | real 0.185730066 |
| 114 | 2026-06-25T04:06:30.786Z | user 0.142500942 |
| 115 | 2026-06-25T04:06:30.786Z | sys 0.036769628 |
| 116 | 2026-06-25T04:06:30.786Z | trap 0.000051350 |
| 117 | 2026-06-25T04:06:30.786Z | tflt 0.000015970 |
| 118 | 2026-06-25T04:06:30.786Z | dflt 0.000001050 |
| 119 | 2026-06-25T04:06:30.786Z | kflt 0.000000000 |
| 120 | 2026-06-25T04:06:30.786Z | lock 0.031623226 |
| 121 | 2026-06-25T04:06:30.786Z | slp 0.165635306 |
| 122 | 2026-06-25T04:06:30.786Z | lat 0.000716550 |
| 123 | 2026-06-25T04:06:30.787Z | stop 0.000086630 |
| 124 | 2026-06-25T04:06:30.790Z | + header 'check docs' |
| 125 | 2026-06-25T04:06:30.790Z | + echo '# ==== check docs ==== #' |
| 126 | 2026-06-25T04:06:30.791Z | # ==== check docs ==== # |
| 127 | 2026-06-25T04:06:30.791Z | + RUSTDOCFLAGS='-D warnings' |
| 128 | 2026-06-25T04:06:30.791Z | + ptime -m cargo +nightly-2026-06-25-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 129 | 2026-06-25T04:06:30.857Z | Updating crates.io index |
| 130 | 2026-06-25T04:06:30.860Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 131 | 2026-06-25T04:06:31.534Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 132 | 2026-06-25T04:06:31.885Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 133 | 2026-06-25T04:06:32.251Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 134 | 2026-06-25T04:06:32.526Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 135 | 2026-06-25T04:06:32.781Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 136 | 2026-06-25T04:06:33.023Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 137 | 2026-06-25T04:06:36.281Z | Downloading crates ... |
| 138 | 2026-06-25T04:06:36.335Z | Downloaded defmt-parser v1.0.0 |
| 139 | 2026-06-25T04:06:36.379Z | Downloaded zerocopy v0.8.52 |
| 140 | 2026-06-25T04:06:36.388Z | Downloaded embedded-io v0.6.1 |
| 141 | 2026-06-25T04:06:36.391Z | Downloaded hash32 v0.3.1 |
| 142 | 2026-06-25T04:06:36.392Z | Downloaded managed v0.8.0 |
| 143 | 2026-06-25T04:06:36.392Z | Downloaded crc32fast v1.5.0 |
| 144 | 2026-06-25T04:06:36.392Z | Downloaded block-buffer v0.10.4 |
| 145 | 2026-06-25T04:06:36.392Z | Downloaded fnv v1.0.7 |
| 146 | 2026-06-25T04:06:36.392Z | Downloaded ingot v0.1.1 |
| 147 | 2026-06-25T04:06:36.395Z | Downloaded dtrace-parser v0.3.0 |
| 148 | 2026-06-25T04:06:36.395Z | Downloaded ipnetwork v0.21.1 |
| 149 | 2026-06-25T04:06:36.395Z | Downloaded tabwriter v1.4.1 |
| 150 | 2026-06-25T04:06:36.395Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 151 | 2026-06-25T04:06:36.395Z | Downloaded cpufeatures v0.2.17 |
| 152 | 2026-06-25T04:06:36.399Z | Downloaded dof v0.4.0 |
| 153 | 2026-06-25T04:06:36.399Z | Downloaded either v1.16.0 |
| 154 | 2026-06-25T04:06:36.399Z | Downloaded crypto-common v0.1.7 |
| 155 | 2026-06-25T04:06:36.402Z | Downloaded ref-cast-impl v1.0.25 |
| 156 | 2026-06-25T04:06:36.402Z | Downloaded cobs v0.3.0 |
| 157 | 2026-06-25T04:06:36.406Z | Downloaded defmt-macros v1.1.0 |
| 158 | 2026-06-25T04:06:36.411Z | Downloaded pretty-hex v0.4.2 |
| 159 | 2026-06-25T04:06:36.414Z | Downloaded generic-array v0.14.7 |
| 160 | 2026-06-25T04:06:36.417Z | Downloaded ingot-types v0.1.2 |
| 161 | 2026-06-25T04:06:36.420Z | Downloaded digest v0.10.7 |
| 162 | 2026-06-25T04:06:36.423Z | Downloaded darling_core v0.21.3 |
| 163 | 2026-06-25T04:06:36.428Z | Downloaded darling v0.23.0 |
| 164 | 2026-06-25T04:06:36.445Z | Downloaded dyn-clone v1.0.20 |
| 165 | 2026-06-25T04:06:36.448Z | Downloaded version_check v0.9.5 |
| 166 | 2026-06-25T04:06:36.448Z | Downloaded scroll_derive v0.13.1 |
| 167 | 2026-06-25T04:06:36.462Z | Downloaded regex v1.12.4 |
| 168 | 2026-06-25T04:06:36.469Z | Downloaded cfg-if v1.0.4 |
| 169 | 2026-06-25T04:06:36.473Z | Downloaded darling_macro v0.23.0 |
| 170 | 2026-06-25T04:06:36.473Z | Downloaded ident_case v1.0.1 |
| 171 | 2026-06-25T04:06:36.473Z | Downloaded embedded-io v0.4.0 |
| 172 | 2026-06-25T04:06:36.473Z | Downloaded plain v0.2.3 |
| 173 | 2026-06-25T04:06:36.477Z | Downloaded darling_macro v0.21.3 |
| 174 | 2026-06-25T04:06:36.477Z | Downloaded defmt v0.3.100 |
| 175 | 2026-06-25T04:06:36.480Z | Downloaded macaddr v1.0.1 |
| 176 | 2026-06-25T04:06:36.498Z | Downloaded stable_deref_trait v1.2.1 |
| 177 | 2026-06-25T04:06:36.502Z | Downloaded itoa v1.0.18 |
| 178 | 2026-06-25T04:06:36.524Z | Downloaded ref-cast v1.0.25 |
| 179 | 2026-06-25T04:06:36.528Z | Downloaded quote v1.0.46 |
| 180 | 2026-06-25T04:06:36.528Z | Downloaded usdt-macro v0.6.0 |
| 181 | 2026-06-25T04:06:36.528Z | Downloaded proc-macro-error2 v2.0.1 |
| 182 | 2026-06-25T04:06:36.536Z | Downloaded usdt v0.6.0 |
| 183 | 2026-06-25T04:06:36.540Z | Downloaded strsim v0.11.1 |
| 184 | 2026-06-25T04:06:36.569Z | Downloaded thread-id v5.1.0 |
| 185 | 2026-06-25T04:06:36.570Z | Downloaded pest_generator v2.8.6 |
| 186 | 2026-06-25T04:06:36.570Z | Downloaded serde_tokenstream v0.2.3 |
| 187 | 2026-06-25T04:06:36.570Z | Downloaded byteorder v1.5.0 |
| 188 | 2026-06-25T04:06:36.570Z | Downloaded zmij v1.0.21 |
| 189 | 2026-06-25T04:06:36.570Z | Downloaded ucd-trie v0.1.7 |
| 190 | 2026-06-25T04:06:36.570Z | Downloaded scroll v0.13.0 |
| 191 | 2026-06-25T04:06:36.570Z | Downloaded thiserror-impl v2.0.18 |
| 192 | 2026-06-25T04:06:36.575Z | Downloaded darling v0.21.3 |
| 193 | 2026-06-25T04:06:36.575Z | Downloaded defmt v1.1.0 |
| 194 | 2026-06-25T04:06:36.581Z | Downloaded thiserror v2.0.18 |
| 195 | 2026-06-25T04:06:36.582Z | Downloaded usdt-attr-macro v0.6.0 |
| 196 | 2026-06-25T04:06:36.582Z | Downloaded sha2 v0.10.9 |
| 197 | 2026-06-25T04:06:36.592Z | Downloaded serde_core v1.0.228 |
| 198 | 2026-06-25T04:06:36.610Z | Downloaded memmap2 v0.9.10 |
| 199 | 2026-06-25T04:06:36.610Z | Downloaded ingot-macros v0.1.1 |
| 200 | 2026-06-25T04:06:36.615Z | Downloaded usdt-impl v0.6.0 |
| 201 | 2026-06-25T04:06:36.615Z | Downloaded bitflags v1.3.2 |
| 202 | 2026-06-25T04:06:36.615Z | Downloaded pest_derive v2.8.6 |
| 203 | 2026-06-25T04:06:36.620Z | Downloaded bitflags v2.13.0 |
| 204 | 2026-06-25T04:06:36.625Z | Downloaded postcard v1.1.3 |
| 205 | 2026-06-25T04:06:36.631Z | Downloaded serde_derive v1.0.228 |
| 206 | 2026-06-25T04:06:36.644Z | Downloaded darling_core v0.23.0 |
| 207 | 2026-06-25T04:06:36.651Z | Downloaded unicode-ident v1.0.24 |
| 208 | 2026-06-25T04:06:36.656Z | Downloaded log v0.4.33 |
| 209 | 2026-06-25T04:06:36.656Z | Downloaded heapless v0.8.0 |
| 210 | 2026-06-25T04:06:36.662Z | Downloaded pest_meta v2.8.6 |
| 211 | 2026-06-25T04:06:36.666Z | Downloaded proc-macro2 v1.0.106 |
| 212 | 2026-06-25T04:06:36.689Z | Downloaded memchr v2.8.2 |
| 213 | 2026-06-25T04:06:36.692Z | Downloaded serde v1.0.228 |
| 214 | 2026-06-25T04:06:36.698Z | Downloaded zerocopy-derive v0.8.52 |
| 215 | 2026-06-25T04:06:36.701Z | Downloaded typenum v1.20.1 |
| 216 | 2026-06-25T04:06:36.705Z | Downloaded itertools v0.15.0 |
| 217 | 2026-06-25T04:06:36.715Z | Downloaded pest v2.8.6 |
| 218 | 2026-06-25T04:06:36.752Z | Downloaded itertools v0.14.0 |
| 219 | 2026-06-25T04:06:36.763Z | Downloaded unicode-width v0.2.2 |
| 220 | 2026-06-25T04:06:36.779Z | Downloaded aho-corasick v1.1.4 |
| 221 | 2026-06-25T04:06:36.783Z | Downloaded serde_json v1.0.150 |
| 222 | 2026-06-25T04:06:36.816Z | Downloaded goblin v0.10.7 |
| 223 | 2026-06-25T04:06:36.825Z | Downloaded syn v2.0.118 |
| 224 | 2026-06-25T04:06:36.837Z | Downloaded smoltcp v0.11.0 |
| 225 | 2026-06-25T04:06:36.845Z | Downloaded regex-syntax v0.8.11 |
| 226 | 2026-06-25T04:06:36.889Z | Downloaded regex-automata v0.4.14 |
| 227 | 2026-06-25T04:06:36.902Z | Downloaded libc v0.2.186 |
| 228 | 2026-06-25T04:06:36.962Z | Compiling proc-macro2 v1.0.106 |
| 229 | 2026-06-25T04:06:36.962Z | Compiling quote v1.0.46 |
| 230 | 2026-06-25T04:06:36.965Z | Compiling unicode-ident v1.0.24 |
| 231 | 2026-06-25T04:06:36.965Z | Documenting unicode-ident v1.0.24 |
| 232 | 2026-06-25T04:06:36.965Z | Compiling ident_case v1.0.1 |
| 233 | 2026-06-25T04:06:36.965Z | Compiling strsim v0.11.1 |
| 234 | 2026-06-25T04:06:36.966Z | Compiling serde_core v1.0.228 |
| 235 | 2026-06-25T04:06:37.117Z | Compiling fnv v1.0.7 |
| 236 | 2026-06-25T04:06:37.141Z | Compiling memchr v2.8.2 |
| 237 | 2026-06-25T04:06:37.203Z | Compiling serde v1.0.228 |
| 238 | 2026-06-25T04:06:37.363Z | Compiling regex-syntax v0.8.11 |
| 239 | 2026-06-25T04:06:37.404Z | Compiling thiserror v2.0.18 |
| 240 | 2026-06-25T04:06:37.412Z | Compiling zerocopy v0.8.52 |
| 241 | 2026-06-25T04:06:37.519Z | Documenting proc-macro2 v1.0.106 |
| 242 | 2026-06-25T04:06:37.700Z | Compiling aho-corasick v1.1.4 |
| 243 | 2026-06-25T04:06:37.985Z | Compiling syn v2.0.118 |
| 244 | 2026-06-25T04:06:38.094Z | Checking byteorder v1.5.0 |
| 245 | 2026-06-25T04:06:38.100Z | Documenting quote v1.0.46 |
| 246 | 2026-06-25T04:06:38.248Z | Compiling either v1.16.0 |
| 247 | 2026-06-25T04:06:38.594Z | Documenting syn v2.0.118 |
| 248 | 2026-06-25T04:06:38.676Z | Compiling itertools v0.14.0 |
| 249 | 2026-06-25T04:06:38.839Z | Compiling regex-automata v0.4.14 |
| 250 | 2026-06-25T04:06:39.129Z | Compiling heapless v0.8.0 |
| 251 | 2026-06-25T04:06:39.417Z | Documenting memchr v2.8.2 |
| 252 | 2026-06-25T04:06:39.611Z | Checking bitflags v2.13.0 |
| 253 | 2026-06-25T04:06:39.763Z | Checking hash32 v0.3.1 |
| 254 | 2026-06-25T04:06:39.872Z | Documenting serde_core v1.0.228 |
| 255 | 2026-06-25T04:06:39.992Z | Checking stable_deref_trait v1.2.1 |
| 256 | 2026-06-25T04:06:40.005Z | Documenting regex-syntax v0.8.11 |
| 257 | 2026-06-25T04:06:40.054Z | Checking macaddr v1.0.1 |
| 258 | 2026-06-25T04:06:40.061Z | Documenting aho-corasick v1.1.4 |
| 259 | 2026-06-25T04:06:40.222Z | Checking cfg-if v1.0.4 |
| 260 | 2026-06-25T04:06:40.283Z | Checking darling_core v0.21.3 |
| 261 | 2026-06-25T04:06:40.948Z | Compiling regex v1.12.4 |
| 262 | 2026-06-25T04:06:41.102Z | Documenting regex-automata v0.4.14 |
| 263 | 2026-06-25T04:06:41.214Z | Compiling darling_core v0.23.0 |
| 264 | 2026-06-25T04:06:41.252Z | Compiling smoltcp v0.11.0 |
| 265 | 2026-06-25T04:06:41.615Z | Documenting thiserror-impl v2.0.18 |
| 266 | 2026-06-25T04:06:41.634Z | Documenting zerocopy-derive v0.8.52 |
| 267 | 2026-06-25T04:06:41.656Z | Compiling zerocopy-derive v0.8.52 |
| 268 | 2026-06-25T04:06:41.743Z | Compiling thiserror-impl v2.0.18 |
| 269 | 2026-06-25T04:06:42.490Z | Compiling serde_derive v1.0.228 |
| 270 | 2026-06-25T04:06:42.542Z | Documenting regex v1.12.4 |
| 271 | 2026-06-25T04:06:42.589Z | Documenting serde_derive v1.0.228 |
| 272 | 2026-06-25T04:06:42.802Z | Compiling darling_macro v0.21.3 |
| 273 | 2026-06-25T04:06:43.050Z | Checking cobs v0.3.0 |
| 274 | 2026-06-25T04:06:43.056Z | Checking bitflags v1.3.2 |
| 275 | 2026-06-25T04:06:43.113Z | Checking managed v0.8.0 |
| 276 | 2026-06-25T04:06:43.179Z | Documenting byteorder v1.5.0 |
| 277 | 2026-06-25T04:06:43.298Z | Documenting zerocopy v0.8.52 |
| 278 | 2026-06-25T04:06:43.339Z | Compiling darling_macro v0.23.0 |
| 279 | 2026-06-25T04:06:43.386Z | Compiling darling v0.21.3 |
| 280 | 2026-06-25T04:06:43.460Z | Compiling ingot-macros v0.1.1 |
| 281 | 2026-06-25T04:06:43.475Z | Documenting ingot-macros v0.1.1 |
| 282 | 2026-06-25T04:06:43.729Z | Documenting thiserror v2.0.18 |
| 283 | 2026-06-25T04:06:43.869Z | Documenting hash32 v0.3.1 |
| 284 | 2026-06-25T04:06:43.918Z | Documenting bitflags v2.13.0 |
| 285 | 2026-06-25T04:06:44.259Z | Documenting cfg-if v1.0.4 |
| 286 | 2026-06-25T04:06:44.428Z | Documenting stable_deref_trait v1.2.1 |
| 287 | 2026-06-25T04:06:44.621Z | Compiling crc32fast v1.5.0 |
| 288 | 2026-06-25T04:06:44.799Z | Documenting macaddr v1.0.1 |
| 289 | 2026-06-25T04:06:44.922Z | Compiling ref-cast v1.0.25 |
| 290 | 2026-06-25T04:06:44.968Z | Documenting cobs v0.3.0 |
| 291 | 2026-06-25T04:06:45.151Z | Documenting heapless v0.8.0 |
| 292 | 2026-06-25T04:06:45.288Z | Documenting serde v1.0.228 |
| 293 | 2026-06-25T04:06:45.593Z | Compiling ref-cast-impl v1.0.25 |
| 294 | 2026-06-25T04:06:45.641Z | Checking postcard v1.1.3 |
| 295 | 2026-06-25T04:06:45.921Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 296 | 2026-06-25T04:06:45.927Z | Compiling version_check v0.9.5 |
| 297 | 2026-06-25T04:06:46.228Z | Checking unicode-width v0.2.2 |
| 298 | 2026-06-25T04:06:46.233Z | Checking ipnetwork v0.21.1 |
| 299 | 2026-06-25T04:06:46.269Z | Checking ingot-types v0.1.2 |
| 300 | 2026-06-25T04:06:46.386Z | Documenting managed v0.8.0 |
| 301 | 2026-06-25T04:06:46.398Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 302 | 2026-06-25T04:06:46.405Z | Documenting ingot-types v0.1.2 |
| 303 | 2026-06-25T04:06:46.474Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 304 | 2026-06-25T04:06:46.608Z | Checking ingot v0.1.1 |
| 305 | 2026-06-25T04:06:46.648Z | Compiling darling v0.23.0 |
| 306 | 2026-06-25T04:06:46.674Z | Documenting ref-cast-impl v1.0.25 |
| 307 | 2026-06-25T04:06:46.721Z | Documenting unicode-width v0.2.2 |
| 308 | 2026-06-25T04:06:46.822Z | Documenting postcard v1.1.3 |
| 309 | 2026-06-25T04:06:46.938Z | Documenting ipnetwork v0.21.1 |
| 310 | 2026-06-25T04:06:47.069Z | Documenting smoltcp v0.11.0 |
| 311 | 2026-06-25T04:06:47.312Z | Documenting either v1.16.0 |
| 312 | 2026-06-25T04:06:47.590Z | Documenting ingot v0.1.1 |
| 313 | 2026-06-25T04:06:47.768Z | Documenting tabwriter v1.4.1 |
| 314 | 2026-06-25T04:06:48.018Z | Documenting ref-cast v1.0.25 |
| 315 | 2026-06-25T04:06:48.165Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 316 | 2026-06-25T04:06:48.270Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 317 | 2026-06-25T04:06:48.524Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 318 | 2026-06-25T04:06:48.759Z | Documenting itertools v0.15.0 |
| 319 | 2026-06-25T04:06:49.054Z | Checking tabwriter v1.4.1 |
| 320 | 2026-06-25T04:06:49.152Z | Checking itertools v0.15.0 |
| 321 | 2026-06-25T04:06:49.276Z | Documenting crc32fast v1.5.0 |
| 322 | 2026-06-25T04:06:49.335Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 323 | 2026-06-25T04:06:49.368Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 324 | 2026-06-25T04:06:49.628Z | Documenting dyn-clone v1.0.20 |
| 325 | 2026-06-25T04:06:49.878Z | Checking dyn-clone v1.0.20 |
| 326 | 2026-06-25T04:06:50.374Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 327 | 2026-06-25T04:06:52.031Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 328 | 2026-06-25T04:06:54.310Z | Finished `dev` profile [optimized + debuginfo] target(s) in 23.51s |
| 329 | 2026-06-25T04:06:54.385Z | Generated /work/oxidecomputer/opte/target/doc/opte/index.html |
| 330 | 2026-06-25T04:06:54.409Z | |
| 331 | 2026-06-25T04:06:54.414Z | real 23.603625044 |
| 332 | 2026-06-25T04:06:54.414Z | user 1:17.361191232 |
| 333 | 2026-06-25T04:06:54.414Z | sys 16.531871210 |
| 334 | 2026-06-25T04:06:54.414Z | trap 0.048032005 |
| 335 | 2026-06-25T04:06:54.414Z | tflt 0.118653197 |
| 336 | 2026-06-25T04:06:54.414Z | dflt 0.105961057 |
| 337 | 2026-06-25T04:06:54.414Z | kflt 0.004427236 |
| 338 | 2026-06-25T04:06:54.414Z | lock 7:57.247227260 |
| 339 | 2026-06-25T04:06:54.414Z | slp 4:23.252733309 |
| 340 | 2026-06-25T04:06:54.414Z | lat 8.024242616 |
| 341 | 2026-06-25T04:06:54.414Z | stop 12.240887535 |
| 342 | 2026-06-25T04:06:54.414Z | + header 'analyze std + api' |
| 343 | 2026-06-25T04:06:54.414Z | + echo '# ==== analyze std + api ==== #' |
| 344 | 2026-06-25T04:06:54.415Z | # ==== analyze std + api ==== # |
| 345 | 2026-06-25T04:06:54.415Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 346 | 2026-06-25T04:06:54.650Z | Compiling proc-macro2 v1.0.106 |
| 347 | 2026-06-25T04:06:54.650Z | Compiling quote v1.0.46 |
| 348 | 2026-06-25T04:06:54.650Z | Compiling unicode-ident v1.0.24 |
| 349 | 2026-06-25T04:06:54.650Z | Compiling memchr v2.8.2 |
| 350 | 2026-06-25T04:06:54.650Z | Compiling thiserror v2.0.18 |
| 351 | 2026-06-25T04:06:54.650Z | Compiling zerocopy v0.8.52 |
| 352 | 2026-06-25T04:06:54.654Z | Compiling zmij v1.0.21 |
| 353 | 2026-06-25T04:06:54.654Z | Compiling serde_core v1.0.228 |
| 354 | 2026-06-25T04:06:54.832Z | Compiling libc v0.2.186 |
| 355 | 2026-06-25T04:06:54.994Z | Compiling strsim v0.11.1 |
| 356 | 2026-06-25T04:06:55.022Z | Compiling serde_json v1.0.150 |
| 357 | 2026-06-25T04:06:55.026Z | Compiling ucd-trie v0.1.7 |
| 358 | 2026-06-25T04:06:55.035Z | Compiling ident_case v1.0.1 |
| 359 | 2026-06-25T04:06:55.216Z | Compiling pest v2.8.6 |
| 360 | 2026-06-25T04:06:55.269Z | Compiling serde v1.0.228 |
| 361 | 2026-06-25T04:06:55.542Z | Compiling fnv v1.0.7 |
| 362 | 2026-06-25T04:06:55.667Z | Compiling aho-corasick v1.1.4 |
| 363 | 2026-06-25T04:06:55.671Z | Compiling itoa v1.0.18 |
| 364 | 2026-06-25T04:06:55.836Z | Compiling regex-syntax v0.8.11 |
| 365 | 2026-06-25T04:06:55.943Z | Checking byteorder v1.5.0 |
| 366 | 2026-06-25T04:06:56.059Z | Compiling syn v2.0.118 |
| 367 | 2026-06-25T04:06:56.395Z | Compiling pest_meta v2.8.6 |
| 368 | 2026-06-25T04:06:56.491Z | Compiling either v1.16.0 |
| 369 | 2026-06-25T04:06:56.605Z | Compiling usdt-impl v0.6.0 |
| 370 | 2026-06-25T04:06:56.688Z | Compiling itertools v0.14.0 |
| 371 | 2026-06-25T04:06:57.011Z | Compiling thread-id v5.1.0 |
| 372 | 2026-06-25T04:06:57.089Z | Checking plain v0.2.3 |
| 373 | 2026-06-25T04:06:57.321Z | Compiling regex-automata v0.4.14 |
| 374 | 2026-06-25T04:06:57.345Z | Checking log v0.4.33 |
| 375 | 2026-06-25T04:06:57.489Z | Compiling heapless v0.8.0 |
| 376 | 2026-06-25T04:06:57.930Z | Checking bitflags v2.13.0 |
| 377 | 2026-06-25T04:06:57.946Z | Checking hash32 v0.3.1 |
| 378 | 2026-06-25T04:06:58.063Z | Checking cfg-if v1.0.4 |
| 379 | 2026-06-25T04:06:58.074Z | Checking macaddr v1.0.1 |
| 380 | 2026-06-25T04:06:58.090Z | Checking pretty-hex v0.4.2 |
| 381 | 2026-06-25T04:06:58.120Z | Checking stable_deref_trait v1.2.1 |
| 382 | 2026-06-25T04:06:58.185Z | Compiling smoltcp v0.11.0 |
| 383 | 2026-06-25T04:06:58.393Z | Compiling crc32fast v1.5.0 |
| 384 | 2026-06-25T04:06:58.437Z | Checking managed v0.8.0 |
| 385 | 2026-06-25T04:06:58.514Z | Compiling pest_generator v2.8.6 |
| 386 | 2026-06-25T04:06:58.585Z | Compiling darling_core v0.21.3 |
| 387 | 2026-06-25T04:06:58.588Z | Compiling darling_core v0.23.0 |
| 388 | 2026-06-25T04:06:58.618Z | Checking bitflags v1.3.2 |
| 389 | 2026-06-25T04:06:58.671Z | Compiling ref-cast v1.0.25 |
| 390 | 2026-06-25T04:06:58.677Z | Compiling version_check v0.9.5 |
| 391 | 2026-06-25T04:06:58.947Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 392 | 2026-06-25T04:06:58.978Z | Compiling regex v1.12.4 |
| 393 | 2026-06-25T04:06:59.227Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 394 | 2026-06-25T04:06:59.364Z | Checking memmap2 v0.9.10 |
| 395 | 2026-06-25T04:06:59.525Z | Checking unicode-width v0.2.2 |
| 396 | 2026-06-25T04:06:59.532Z | Checking ipnetwork v0.21.1 |
| 397 | 2026-06-25T04:06:59.663Z | Compiling thiserror-impl v2.0.18 |
| 398 | 2026-06-25T04:06:59.706Z | Compiling serde_derive v1.0.228 |
| 399 | 2026-06-25T04:06:59.772Z | Compiling zerocopy-derive v0.8.52 |
| 400 | 2026-06-25T04:06:59.860Z | Compiling pest_derive v2.8.6 |
| 401 | 2026-06-25T04:07:00.286Z | Compiling scroll_derive v0.13.1 |
| 402 | 2026-06-25T04:07:00.357Z | Compiling ref-cast-impl v1.0.25 |
| 403 | 2026-06-25T04:07:00.611Z | Checking itertools v0.15.0 |
| 404 | 2026-06-25T04:07:00.691Z | Compiling darling_macro v0.21.3 |
| 405 | 2026-06-25T04:07:00.712Z | Compiling darling_macro v0.23.0 |
| 406 | 2026-06-25T04:07:01.004Z | Checking dtrace-parser v0.3.0 |
| 407 | 2026-06-25T04:07:01.120Z | Checking scroll v0.13.0 |
| 408 | 2026-06-25T04:07:01.244Z | Compiling darling v0.21.3 |
| 409 | 2026-06-25T04:07:01.266Z | Checking cobs v0.3.0 |
| 410 | 2026-06-25T04:07:01.314Z | Compiling ingot-macros v0.1.1 |
| 411 | 2026-06-25T04:07:01.344Z | Checking goblin v0.10.7 |
| 412 | 2026-06-25T04:07:01.403Z | Compiling darling v0.23.0 |
| 413 | 2026-06-25T04:07:01.474Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 414 | 2026-06-25T04:07:01.752Z | Checking tabwriter v1.4.1 |
| 415 | 2026-06-25T04:07:01.756Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 416 | 2026-06-25T04:07:02.053Z | Checking dyn-clone v1.0.20 |
| 417 | 2026-06-25T04:07:02.823Z | Checking postcard v1.1.3 |
| 418 | 2026-06-25T04:07:02.832Z | Compiling serde_tokenstream v0.2.3 |
| 419 | 2026-06-25T04:07:03.870Z | Checking ingot-types v0.1.2 |
| 420 | 2026-06-25T04:07:03.870Z | Checking dof v0.4.0 |
| 421 | 2026-06-25T04:07:04.169Z | Checking ingot v0.1.1 |
| 422 | 2026-06-25T04:07:04.787Z | Compiling usdt-macro v0.6.0 |
| 423 | 2026-06-25T04:07:04.787Z | Compiling usdt-attr-macro v0.6.0 |
| 424 | 2026-06-25T04:07:05.374Z | Checking usdt v0.6.0 |
| 425 | 2026-06-25T04:07:05.617Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 426 | 2026-06-25T04:07:14.028Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.57s |
| 427 | 2026-06-25T04:07:14.057Z | |
| 428 | 2026-06-25T04:07:14.060Z | real 19.643583017 |
| 429 | 2026-06-25T04:07:14.060Z | user 1:04.601908544 |
| 430 | 2026-06-25T04:07:14.061Z | sys 13.028029940 |
| 431 | 2026-06-25T04:07:14.061Z | trap 0.032928058 |
| 432 | 2026-06-25T04:07:14.061Z | tflt 0.147133608 |
| 433 | 2026-06-25T04:07:14.061Z | dflt 0.181514989 |
| 434 | 2026-06-25T04:07:14.061Z | kflt 0.000017240 |
| 435 | 2026-06-25T04:07:14.061Z | lock 3:45.691321692 |
| 436 | 2026-06-25T04:07:14.061Z | slp 3:27.760106396 |
| 437 | 2026-06-25T04:07:14.061Z | lat 3.175941672 |
| 438 | 2026-06-25T04:07:14.061Z | stop 5.998428585 |
| 439 | 2026-06-25T04:07:14.061Z | + header 'analyze no_std + engine + kernel' |
| 440 | 2026-06-25T04:07:14.061Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 441 | 2026-06-25T04:07:14.061Z | # ==== analyze no_std + engine + kernel ==== # |
| 442 | 2026-06-25T04:07:14.061Z | + ptime -m cargo +nightly-2026-06-25-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings |
| 443 | 2026-06-25T04:07:14.237Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 444 | 2026-06-25T04:07:14.238Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 445 | 2026-06-25T04:07:14.241Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 446 | 2026-06-25T04:07:14.241Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 447 | 2026-06-25T04:07:14.508Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 448 | 2026-06-25T04:07:18.261Z | Finished `dev` profile [optimized + debuginfo] target(s) in 4.15s |
| 449 | 2026-06-25T04:07:18.286Z | |
| 450 | 2026-06-25T04:07:18.292Z | real 4.221432498 |
| 451 | 2026-06-25T04:07:18.292Z | user 4.584058993 |
| 452 | 2026-06-25T04:07:18.292Z | sys 0.918553189 |
| 453 | 2026-06-25T04:07:18.292Z | trap 0.000535690 |
| 454 | 2026-06-25T04:07:18.292Z | tflt 0.010034816 |
| 455 | 2026-06-25T04:07:18.292Z | dflt 0.004671605 |
| 456 | 2026-06-25T04:07:18.292Z | kflt 0.000000590 |
| 457 | 2026-06-25T04:07:18.292Z | lock 21.959287789 |
| 458 | 2026-06-25T04:07:18.292Z | slp 16.755264009 |
| 459 | 2026-06-25T04:07:18.292Z | lat 0.021129540 |
| 460 | 2026-06-25T04:07:18.292Z | stop 0.285173345 |
| 461 | 2026-06-25T04:07:18.292Z | + header test |
| 462 | 2026-06-25T04:07:18.292Z | + echo '# ==== test ==== #' |
| 463 | 2026-06-25T04:07:18.292Z | # ==== test ==== # |
| 464 | 2026-06-25T04:07:18.293Z | + ptime -m cargo test |
| 465 | 2026-06-25T04:07:18.436Z | Compiling serde_core v1.0.228 |
| 466 | 2026-06-25T04:07:18.440Z | Compiling thiserror v2.0.18 |
| 467 | 2026-06-25T04:07:18.458Z | Compiling zerocopy v0.8.52 |
| 468 | 2026-06-25T04:07:18.461Z | Compiling byteorder v1.5.0 |
| 469 | 2026-06-25T04:07:18.464Z | Compiling memchr v2.8.2 |
| 470 | 2026-06-25T04:07:18.468Z | Compiling unicode-ident v1.0.24 |
| 471 | 2026-06-25T04:07:18.472Z | Compiling scroll v0.13.0 |
| 472 | 2026-06-25T04:07:18.472Z | Compiling zmij v1.0.21 |
| 473 | 2026-06-25T04:07:18.542Z | Compiling proc-macro2 v1.0.106 |
| 474 | 2026-06-25T04:07:18.592Z | Compiling libc v0.2.186 |
| 475 | 2026-06-25T04:07:18.678Z | Compiling ucd-trie v0.1.7 |
| 476 | 2026-06-25T04:07:18.723Z | Compiling log v0.4.33 |
| 477 | 2026-06-25T04:07:18.841Z | Compiling plain v0.2.3 |
| 478 | 2026-06-25T04:07:18.939Z | Compiling itoa v1.0.18 |
| 479 | 2026-06-25T04:07:18.943Z | Compiling goblin v0.10.7 |
| 480 | 2026-06-25T04:07:18.962Z | Compiling quote v1.0.46 |
| 481 | 2026-06-25T04:07:19.195Z | Compiling pest v2.8.6 |
| 482 | 2026-06-25T04:07:19.393Z | Compiling hash32 v0.3.1 |
| 483 | 2026-06-25T04:07:19.563Z | Compiling pretty-hex v0.4.2 |
| 484 | 2026-06-25T04:07:19.615Z | Compiling macaddr v1.0.1 |
| 485 | 2026-06-25T04:07:19.692Z | Compiling cfg-if v1.0.4 |
| 486 | 2026-06-25T04:07:19.758Z | Compiling stable_deref_trait v1.2.1 |
| 487 | 2026-06-25T04:07:19.827Z | Compiling heapless v0.8.0 |
| 488 | 2026-06-25T04:07:19.869Z | Compiling syn v2.0.118 |
| 489 | 2026-06-25T04:07:20.023Z | Compiling thread-id v5.1.0 |
| 490 | 2026-06-25T04:07:20.099Z | Compiling cobs v0.3.0 |
| 491 | 2026-06-25T04:07:20.286Z | Compiling serde v1.0.228 |
| 492 | 2026-06-25T04:07:20.384Z | Compiling bitflags v2.13.0 |
| 493 | 2026-06-25T04:07:20.470Z | Compiling serde_json v1.0.150 |
| 494 | 2026-06-25T04:07:20.802Z | Compiling dtrace-parser v0.3.0 |
| 495 | 2026-06-25T04:07:20.926Z | Compiling bitflags v1.3.2 |
| 496 | 2026-06-25T04:07:20.942Z | Compiling managed v0.8.0 |
| 497 | 2026-06-25T04:07:20.993Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 498 | 2026-06-25T04:07:21.168Z | Compiling smoltcp v0.11.0 |
| 499 | 2026-06-25T04:07:21.221Z | Compiling postcard v1.1.3 |
| 500 | 2026-06-25T04:07:21.340Z | Compiling ingot-types v0.1.2 |
| 501 | 2026-06-25T04:07:21.452Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 502 | 2026-06-25T04:07:21.574Z | Compiling memmap2 v0.9.10 |
| 503 | 2026-06-25T04:07:21.732Z | Compiling ingot v0.1.1 |
| 504 | 2026-06-25T04:07:21.868Z | Compiling unicode-width v0.2.2 |
| 505 | 2026-06-25T04:07:22.057Z | Compiling dof v0.4.0 |
| 506 | 2026-06-25T04:07:22.178Z | Compiling either v1.16.0 |
| 507 | 2026-06-25T04:07:22.388Z | Compiling ipnetwork v0.21.1 |
| 508 | 2026-06-25T04:07:22.910Z | Compiling usdt-impl v0.6.0 |
| 509 | 2026-06-25T04:07:23.600Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 510 | 2026-06-25T04:07:24.004Z | Compiling usdt v0.6.0 |
| 511 | 2026-06-25T04:07:24.379Z | Compiling itertools v0.15.0 |
| 512 | 2026-06-25T04:07:24.621Z | Compiling tabwriter v1.4.1 |
| 513 | 2026-06-25T04:07:25.036Z | Compiling ref-cast v1.0.25 |
| 514 | 2026-06-25T04:07:25.136Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 515 | 2026-06-25T04:07:25.429Z | Compiling crc32fast v1.5.0 |
| 516 | 2026-06-25T04:07:25.718Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 517 | 2026-06-25T04:07:25.851Z | Compiling dyn-clone v1.0.20 |
| 518 | 2026-06-25T04:07:40.432Z | Finished `test` profile [optimized + debuginfo] target(s) in 22.13s |
| 519 | 2026-06-25T04:07:40.445Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-62a8bb4395836d87) |
| 520 | 2026-06-25T04:07:40.448Z | |
| 521 | 2026-06-25T04:07:40.448Z | running 83 tests |
| 522 | 2026-06-25T04:07:40.448Z | test d_error::tests::name_truncation ... ok |
| 523 | 2026-06-25T04:07:40.448Z | test d_error::tests::name_and_data_storage ... ok |
| 524 | 2026-06-25T04:07:40.448Z | test ddi::mblk::test::chain_append_links ... ok |
| 525 | 2026-06-25T04:07:40.448Z | test ddi::mblk::test::chain_breaks_links ... ok |
| 526 | 2026-06-25T04:07:40.448Z | test ddi::mblk::test::expand_and_shrink ... ok |
| 527 | 2026-06-25T04:07:40.448Z | test ddi::mblk::test::chain_has_correct_ends ... ok |
| 528 | 2026-06-25T04:07:40.448Z | test ddi::mblk::test::chain_drain_complete ... ok |
| 529 | 2026-06-25T04:07:40.448Z | test ddi::mblk::test::prefix_len ... ok |
| 530 | 2026-06-25T04:07:40.448Z | test ddi::mblk::test::read_seg ... ok |
| 531 | 2026-06-25T04:07:40.448Z | test ddi::mblk::test::test_long_packet_continuation ... ok |
| 532 | 2026-06-25T04:07:40.448Z | test ddi::mblk::test::uninitialized_packet ... ok |
| 533 | 2026-06-25T04:07:40.448Z | test ddi::mblk::test::wrap ... ok |
| 534 | 2026-06-25T04:07:40.448Z | test ddi::mblk::test::truncate ... ok |
| 535 | 2026-06-25T04:07:40.448Z | test ddi::mblk::test::zero_byte_packet ... ok |
| 536 | 2026-06-25T04:07:40.448Z | test engine::dhcp::test::domain_search_option_encode ... ok |
| 537 | 2026-06-25T04:07:40.448Z | test ddi::time::test::good_interval ... ok |
| 538 | 2026-06-25T04:07:40.448Z | test engine::dhcp::test::domainname_encode ... ok |
| 539 | 2026-06-25T04:07:40.448Z | test engine::dhcp::test::hostname_encode ... ok |
| 540 | 2026-06-25T04:07:40.448Z | test engine::dhcp::test::offlink_encode ... ok |
| 541 | 2026-06-25T04:07:40.448Z | test engine::dhcp::test::rfc3442_encode ... ok |
| 542 | 2026-06-25T04:07:40.448Z | test engine::dhcpv6::options::test::test_domain_list_from_slice ... ok |
| 543 | 2026-06-25T04:07:40.451Z | test engine::dhcpv6::options::test::test_dns_servers ... ok |
| 544 | 2026-06-25T04:07:40.452Z | test engine::dhcpv6::options::test::test_client_id ... ok |
| 545 | 2026-06-25T04:07:40.452Z | test engine::dhcpv6::options::test::test_elapsed_time ... ok |
| 546 | 2026-06-25T04:07:40.452Z | test engine::dhcpv6::options::test::test_iata ... ok |
| 547 | 2026-06-25T04:07:40.452Z | test engine::dhcpv6::options::test::test_iana ... ok |
| 548 | 2026-06-25T04:07:40.452Z | test engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok |
| 549 | 2026-06-25T04:07:40.452Z | test engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok |
| 550 | 2026-06-25T04:07:40.452Z | test engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok |
| 551 | 2026-06-25T04:07:40.452Z | test engine::dhcpv6::options::test::test_parse_snooped_iana ... ok |
| 552 | 2026-06-25T04:07:40.452Z | test ddi::time::test::bad_interval - should panic ... ok |
| 553 | 2026-06-25T04:07:40.452Z | test engine::dhcpv6::options::test::test_rapid_commit ... ok |
| 554 | 2026-06-25T04:07:40.452Z | test engine::dhcpv6::options::test::test_server_id ... ok |
| 555 | 2026-06-25T04:07:40.452Z | test engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok |
| 556 | 2026-06-25T04:07:40.452Z | test engine::dhcpv6::options::test::test_option_request ... ok |
| 557 | 2026-06-25T04:07:40.452Z | test engine::dhcpv6::options::test::test_sntp_servers ... ok |
| 558 | 2026-06-25T04:07:40.452Z | test engine::dhcpv6::options::test::test_status ... ok |
| 559 | 2026-06-25T04:07:40.452Z | test engine::ether::test::emit ... ok |
| 560 | 2026-06-25T04:07:40.452Z | test engine::dhcpv6::test::test_duid_from_mac ... ok |
| 561 | 2026-06-25T04:07:40.452Z | test engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok |
| 562 | 2026-06-25T04:07:40.452Z | test engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok |
| 563 | 2026-06-25T04:07:40.452Z | test engine::flow_table::test::eviction_invalidates_descendents ... ok |
| 564 | 2026-06-25T04:07:40.452Z | test engine::flow_table::test::eviction_priority_inheritance ... ok |
| 565 | 2026-06-25T04:07:40.452Z | test engine::flow_table::test::children_prevent_timer_expiry ... ok |
| 566 | 2026-06-25T04:07:40.452Z | test engine::flow_table::test::flow_clear ... ok |
| 567 | 2026-06-25T04:07:40.452Z | test engine::flow_table::test::eviction_basics ... ok |
| 568 | 2026-06-25T04:07:40.452Z | test engine::flow_table::test::eviction_selects_highest_prio ... ok |
| 569 | 2026-06-25T04:07:40.452Z | test engine::flow_table::test::flow_expired ... ok |
| 570 | 2026-06-25T04:07:40.452Z | test engine::flow_table::test::priority_lerp ... ok |
| 571 | 2026-06-25T04:07:40.452Z | test engine::flow_table::test::priority_lerp_clamps ... ok |
| 572 | 2026-06-25T04:07:40.452Z | test engine::flow_table::test::priority_lerp_rejects_bad_params ... ok |
| 573 | 2026-06-25T04:07:40.452Z | test engine::flow_table::test::timer_expiry_propagation ... ok |
| 574 | 2026-06-25T04:07:40.452Z | test engine::ip::v4::test::cidr_match ... ok |
| 575 | 2026-06-25T04:07:40.452Z | test engine::geneve::test::emit_single_opt ... ok |
| 576 | 2026-06-25T04:07:40.452Z | test engine::ip::v4::test::match_check ... ok |
| 577 | 2026-06-25T04:07:40.452Z | test engine::geneve::test::emit_no_opts ... ok |
| 578 | 2026-06-25T04:07:40.452Z | test engine::ip::v6::test::bad_ipv6_version_caught ... ok |
| 579 | 2026-06-25T04:07:40.452Z | test engine::ip::v4::test::emit ... ok |
| 580 | 2026-06-25T04:07:40.452Z | test engine::ip::v6::test::option_push_spec ... ok |
| 581 | 2026-06-25T04:07:40.452Z | test engine::ip::v6::test::from_pairs ... ok |
| 582 | 2026-06-25T04:07:40.453Z | test engine::ip::v6::test::extension_push_spec ... ok |
| 583 | 2026-06-25T04:07:40.453Z | test engine::ip::v6::test::emit ... ok |
| 584 | 2026-06-25T04:07:40.453Z | test engine::ip::v6::test::test_ipv6_addr_match_exact ... ok |
| 585 | 2026-06-25T04:07:40.453Z | test engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok |
| 586 | 2026-06-25T04:07:40.453Z | test engine::layer::test::find_rule ... ok |
| 587 | 2026-06-25T04:07:40.453Z | test engine::ip::v6::test::test_set_total_len ... ok |
| 588 | 2026-06-25T04:07:40.453Z | test engine::packet::test::read_multi_segment ... ok |
| 589 | 2026-06-25T04:07:40.453Z | test engine::ip::v6::test::test_extension_header_lengths_ok ... ok |
| 590 | 2026-06-25T04:07:40.453Z | test engine::packet::test::read_single_segment ... ok |
| 591 | 2026-06-25T04:07:40.453Z | test engine::nat::test::nat4_rewrite ... ok |
| 592 | 2026-06-25T04:07:40.453Z | test engine::packet::test::parse_ipv6_extension_headers_ok ... ok |
| 593 | 2026-06-25T04:07:40.453Z | test engine::packet::test::small_packet_with_padding ... ok |
| 594 | 2026-06-25T04:07:40.453Z | test engine::packet::test::straddled_tcp ... ok |
| 595 | 2026-06-25T04:07:40.453Z | test engine::parse::test::icmp4_body_csum_equals_body ... ok |
| 596 | 2026-06-25T04:07:40.453Z | test engine::port::tests::established_tcp_eviction_prio_unchanging ... ok |
| 597 | 2026-06-25T04:07:40.453Z | test engine::packet::test::udp6_packet_with_padding ... ok |
| 598 | 2026-06-25T04:07:40.453Z | test engine::port::tests::opening_tcp_eviction_prio_increases_over_time ... ok |
| 599 | 2026-06-25T04:07:40.453Z | test engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok |
| 600 | 2026-06-25T04:07:40.453Z | test engine::snat::test::snat4_desc_lifecycle ... ok |
| 601 | 2026-06-25T04:07:40.453Z | test engine::rule::rule_matching ... ok |
| 602 | 2026-06-25T04:07:40.453Z | test engine::ip::v6::test::push_spec ... ok |
| 603 | 2026-06-25T04:07:40.453Z | test engine::snat::test::nat_mappings ... ok |
| 604 | 2026-06-25T04:07:40.453Z | test engine::snat::test::test_nat_pool_different_ip_types ... ok |
| 605 | 2026-06-25T04:07:40.453Z | |
| 606 | 2026-06-25T04:07:40.453Z | test result: ok. 83 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 607 | 2026-06-25T04:07:40.453Z | |
| 608 | 2026-06-25T04:07:40.453Z | Doc-tests opte |
| 609 | 2026-06-25T04:07:42.410Z | |
| 610 | 2026-06-25T04:07:42.410Z | running 3 tests |
| 611 | 2026-06-25T04:07:42.413Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored |
| 612 | 2026-06-25T04:07:42.414Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok |
| 613 | 2026-06-25T04:07:42.414Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok |
| 614 | 2026-06-25T04:07:42.414Z | |
| 615 | 2026-06-25T04:07:42.414Z | test result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 616 | 2026-06-25T04:07:42.414Z | |
| 617 | 2026-06-25T04:07:42.418Z | all doctests ran in 1.40s; merged doctests compilation took 1.39s |
| 618 | 2026-06-25T04:07:42.458Z | |
| 619 | 2026-06-25T04:07:42.458Z | real 24.161546273 |
| 620 | 2026-06-25T04:07:42.458Z | user 2:00.983825454 |
| 621 | 2026-06-25T04:07:42.458Z | sys 7.222973250 |
| 622 | 2026-06-25T04:07:42.458Z | trap 0.054228159 |
| 623 | 2026-06-25T04:07:42.459Z | tflt 0.154427993 |
| 624 | 2026-06-25T04:07:42.463Z | dflt 0.408576816 |
| 625 | 2026-06-25T04:07:42.463Z | kflt 0.000011060 |
| 626 | 2026-06-25T04:07:42.463Z | lock 5:57.034308889 |
| 627 | 2026-06-25T04:07:42.463Z | slp 3:40.860354035 |
| 628 | 2026-06-25T04:07:42.463Z | lat 5.843485317 |
| 629 | 2026-06-25T04:07:42.463Z | stop 3.128781174 |
| 630 | 2026-06-25T04:07:42.463Z | process exited: duration 87641 ms, exit code 0 |
| |
| 631 | 2026-06-25T04:07:42.470Z | found 0 output files |