|
|
|
| 1 | 2026-01-05T11:13:12.993Z | job assigned to worker 01KE6XR4MCVGF7M8WD16FW27AF [factory gimlet-EVT22200007-propolis, EVT22200007/53023] (queued for 24 s) |
| |
| 2 | 2026-01-05T11:13:21.423Z | starting task 0: "setup" |
| 3 | 2026-01-05T11:13:21.460Z | ++ uname -s |
| 4 | 2026-01-05T11:13:21.460Z | + kern=SunOS |
| 5 | 2026-01-05T11:13:21.460Z | + build_user=build |
| 6 | 2026-01-05T11:13:21.460Z | + build_uid=12345 |
| 7 | 2026-01-05T11:13:21.460Z | + work_dir=/work |
| 8 | 2026-01-05T11:13:21.460Z | + input_dir=/input |
| 9 | 2026-01-05T11:13:21.460Z | + [[ 0 == 12345 ]] |
| 10 | 2026-01-05T11:13:21.460Z | + case "$kern" in |
| 11 | 2026-01-05T11:13:21.460Z | + groupadd -g 12345 build |
| 12 | 2026-01-05T11:13:21.460Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-01-05T11:13:23.451Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-01-05T11:13:25.164Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-01-05T11:13:25.188Z | + home_fs=zfs |
| 16 | 2026-01-05T11:13:25.188Z | + [[ zfs == autofs ]] |
| 17 | 2026-01-05T11:13:25.188Z | + mkdir -p /home/build |
| 18 | 2026-01-05T11:13:25.188Z | + chown build:build /home/build /work |
| 19 | 2026-01-05T11:13:25.188Z | + chmod 0700 /home/build /work |
| 20 | 2026-01-05T11:13:25.188Z | process exited: duration 3752 ms, exit code 0 |
| |
| 21 | 2026-01-05T11:13:25.237Z | starting task 1: "rust-toolchain" |
| 22 | 2026-01-05T11:13:25.261Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 23 | 2026-01-05T11:13:25.261Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-01-05T11:13:25.261Z | * rust toolchain channel = "1.90.0" |
| 25 | 2026-01-05T11:13:25.261Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-01-05T11:13:25.262Z | * rust toolchain profile = "default" |
| 27 | 2026-01-05T11:13:25.262Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-01-05T11:13:25.262Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-01-05T11:13:25.262Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-01-05T11:13:25.376Z | info: downloading installer |
| 31 | 2026-01-05T11:13:26.069Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-01-05T11:13:26.069Z | warn: /opt/ooce/bin |
| 33 | 2026-01-05T11:13:26.069Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-01-05T11:13:26.069Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-01-05T11:13:26.069Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-01-05T11:13:26.069Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-01-05T11:13:26.069Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-01-05T11:13:26.069Z | error: cannot install while Rust is installed |
| 39 | 2026-01-05T11:13:26.069Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-01-05T11:13:26.094Z | info: profile set to 'default' |
| 41 | 2026-01-05T11:13:26.094Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-01-05T11:13:26.094Z | info: syncing channel updates for '1.90.0-x86_64-unknown-illumos' |
| 43 | 2026-01-05T11:13:26.186Z | info: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14) |
| 44 | 2026-01-05T11:13:26.186Z | info: downloading component 'cargo' |
| 45 | 2026-01-05T11:13:26.402Z | info: downloading component 'clippy' |
| 46 | 2026-01-05T11:13:26.475Z | info: downloading component 'rust-docs' |
| 47 | 2026-01-05T11:13:26.680Z | info: downloading component 'rust-std' |
| 48 | 2026-01-05T11:13:27.151Z | info: downloading component 'rustc' |
| 49 | 2026-01-05T11:13:28.911Z | info: downloading component 'rustfmt' |
| 50 | 2026-01-05T11:13:28.969Z | info: installing component 'cargo' |
| 51 | 2026-01-05T11:13:30.206Z | info: installing component 'clippy' |
| 52 | 2026-01-05T11:13:30.686Z | info: installing component 'rust-docs' |
| 53 | 2026-01-05T11:13:33.903Z | info: installing component 'rust-std' |
| 54 | 2026-01-05T11:13:36.098Z | info: installing component 'rustc' |
| 55 | 2026-01-05T11:13:44.036Z | info: installing component 'rustfmt' |
| 56 | 2026-01-05T11:13:44.420Z | info: default toolchain set to '1.90.0-x86_64-unknown-illumos' |
| 57 | 2026-01-05T11:13:44.420Z | |
| 58 | 2026-01-05T11:13:44.585Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 59 | 2026-01-05T11:13:44.585Z | |
| 60 | 2026-01-05T11:13:44.609Z | |
| 61 | 2026-01-05T11:13:44.609Z | Rust is installed now. Great! |
| 62 | 2026-01-05T11:13:44.609Z | |
| 63 | 2026-01-05T11:13:44.609Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-01-05T11:13:44.609Z | environment variable. This has not been done automatically. |
| 65 | 2026-01-05T11:13:44.609Z | |
| 66 | 2026-01-05T11:13:44.610Z | To configure your current shell, you need to source |
| 67 | 2026-01-05T11:13:44.610Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-01-05T11:13:44.610Z | |
| 69 | 2026-01-05T11:13:44.610Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-01-05T11:13:44.610Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-01-05T11:13:44.610Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-01-05T11:13:44.610Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-01-05T11:13:44.717Z | + rustup --version |
| 74 | 2026-01-05T11:13:44.741Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-01-05T11:13:44.741Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-01-05T11:13:44.850Z | info: The currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 77 | 2026-01-05T11:13:44.875Z | + cargo --version |
| 78 | 2026-01-05T11:13:44.961Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 79 | 2026-01-05T11:13:44.985Z | + rustc --version |
| 80 | 2026-01-05T11:13:45.081Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 81 | 2026-01-05T11:13:45.105Z | process exited: duration 19847 ms, exit code 0 |
| |
| 82 | 2026-01-05T11:13:45.153Z | starting task 2: "authentication" |
| 83 | 2026-01-05T11:13:45.211Z | process exited: duration 57 ms, exit code 0 |
| |
| 84 | 2026-01-05T11:13:45.259Z | starting task 3: "clone repository" |
| 85 | 2026-01-05T11:13:45.284Z | + mkdir -p /work/oxidecomputer/opte |
| 86 | 2026-01-05T11:13:45.284Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 87 | 2026-01-05T11:13:45.308Z | Cloning into '/work/oxidecomputer/opte'... |
| 88 | 2026-01-05T11:13:46.393Z | + cd /work/oxidecomputer/opte |
| 89 | 2026-01-05T11:13:46.393Z | + git fetch origin ac11156eec876300b1405acc43c7b2d3fd0d1cae |
| 90 | 2026-01-05T11:13:46.904Z | From https://github.com/oxidecomputer/opte |
| 91 | 2026-01-05T11:13:46.904Z | * branch ac11156eec876300b1405acc43c7b2d3fd0d1cae -> FETCH_HEAD |
| 92 | 2026-01-05T11:13:46.928Z | + [[ -n '' ]] |
| 93 | 2026-01-05T11:13:46.928Z | + git reset --hard ac11156eec876300b1405acc43c7b2d3fd0d1cae |
| 94 | 2026-01-05T11:13:46.952Z | HEAD is now at ac11156 Adding missing number in comment |
| 95 | 2026-01-05T11:13:46.952Z | process exited: duration 1691 ms, exit code 0 |
| |
| 96 | 2026-01-05T11:13:47.000Z | starting task 4: "build" |
| 97 | 2026-01-05T11:13:47.023Z | + source .github/buildomat/common.sh |
| 98 | 2026-01-05T11:13:47.023Z | ++ rustup show active-toolchain |
| 99 | 2026-01-05T11:13:47.087Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 100 | 2026-01-05T11:13:47.111Z | ++ pushd xde |
| 101 | 2026-01-05T11:13:47.111Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 102 | 2026-01-05T11:13:47.111Z | ++ rustup show active-toolchain |
| 103 | 2026-01-05T11:13:47.111Z | info: syncing channel updates for 'nightly-2025-09-19-x86_64-unknown-illumos' |
| 104 | 2026-01-05T11:13:47.251Z | info: latest update on 2025-09-19, rust version 1.92.0-nightly (7c275d09e 2025-09-18) |
| 105 | 2026-01-05T11:13:47.251Z | info: downloading component 'cargo' |
| 106 | 2026-01-05T11:13:47.394Z | info: downloading component 'clippy' |
| 107 | 2026-01-05T11:13:47.457Z | info: downloading component 'rust-src' |
| 108 | 2026-01-05T11:13:47.519Z | info: downloading component 'rust-std' |
| 109 | 2026-01-05T11:13:47.793Z | info: downloading component 'rustc' |
| 110 | 2026-01-05T11:13:49.262Z | info: downloading component 'rustfmt' |
| 111 | 2026-01-05T11:13:49.338Z | info: installing component 'cargo' |
| 112 | 2026-01-05T11:13:50.405Z | info: installing component 'clippy' |
| 113 | 2026-01-05T11:13:50.865Z | info: installing component 'rust-src' |
| 114 | 2026-01-05T11:13:51.358Z | info: installing component 'rust-std' |
| 115 | 2026-01-05T11:13:53.429Z | info: installing component 'rustc' |
| 116 | 2026-01-05T11:14:01.350Z | info: installing component 'rustfmt' |
| 117 | 2026-01-05T11:14:01.739Z | nightly-2025-09-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 118 | 2026-01-05T11:14:01.841Z | +++ rustup show active-toolchain -v |
| 119 | 2026-01-05T11:14:01.865Z | +++ head -n 1 |
| 120 | 2026-01-05T11:14:01.865Z | +++ cut '-d ' -f1 |
| 121 | 2026-01-05T11:14:02.025Z | ++ export NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos |
| 122 | 2026-01-05T11:14:02.025Z | ++ NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos |
| 123 | 2026-01-05T11:14:02.026Z | ++ popd |
| 124 | 2026-01-05T11:14:02.050Z | /work/oxidecomputer/opte |
| 125 | 2026-01-05T11:14:02.050Z | + cargo --version |
| 126 | 2026-01-05T11:14:02.119Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 127 | 2026-01-05T11:14:02.145Z | + rustc --version |
| 128 | 2026-01-05T11:14:02.248Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 129 | 2026-01-05T11:14:02.272Z | + cd lib/opte |
| 130 | 2026-01-05T11:14:02.272Z | + header 'check style' |
| 131 | 2026-01-05T11:14:02.272Z | + echo '# ==== check style ==== #' |
| 132 | 2026-01-05T11:14:02.272Z | # ==== check style ==== # |
| 133 | 2026-01-05T11:14:02.272Z | + ptime -m cargo +nightly-2025-09-19-x86_64-unknown-illumos fmt -- --check |
| 134 | 2026-01-05T11:14:02.827Z | |
| 135 | 2026-01-05T11:14:02.827Z | real 0.567788812 |
| 136 | 2026-01-05T11:14:02.827Z | user 0.357490310 |
| 137 | 2026-01-05T11:14:02.827Z | sys 0.203814375 |
| 138 | 2026-01-05T11:14:02.850Z | trap 0.000027843 |
| 139 | 2026-01-05T11:14:02.851Z | tflt 0.000064986 |
| 140 | 2026-01-05T11:14:02.851Z | dflt 0.000002545 |
| 141 | 2026-01-05T11:14:02.851Z | kflt 0.000000000 |
| 142 | 2026-01-05T11:14:02.851Z | lock 1.212596278 |
| 143 | 2026-01-05T11:14:02.851Z | slp 0.592456621 |
| 144 | 2026-01-05T11:14:02.851Z | lat 0.003413051 |
| 145 | 2026-01-05T11:14:02.851Z | stop 0.000230099 |
| 146 | 2026-01-05T11:14:02.851Z | + header 'check docs' |
| 147 | 2026-01-05T11:14:02.851Z | + echo '# ==== check docs ==== #' |
| 148 | 2026-01-05T11:14:02.851Z | # ==== check docs ==== # |
| 149 | 2026-01-05T11:14:02.851Z | + RUSTDOCFLAGS='-D warnings' |
| 150 | 2026-01-05T11:14:02.851Z | + ptime -m cargo +nightly-2025-09-19-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 151 | 2026-01-05T11:14:03.018Z | Updating crates.io index |
| 152 | 2026-01-05T11:14:03.044Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 153 | 2026-01-05T11:14:04.113Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 154 | 2026-01-05T11:14:04.554Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 155 | 2026-01-05T11:14:05.001Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 156 | 2026-01-05T11:14:05.499Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 157 | 2026-01-05T11:14:05.864Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 158 | 2026-01-05T11:14:06.246Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 159 | 2026-01-05T11:14:07.452Z | Downloading crates ... |
| 160 | 2026-01-05T11:14:07.512Z | Downloaded bitflags v1.3.2 |
| 161 | 2026-01-05T11:14:07.536Z | Downloaded pest_derive v2.8.3 |
| 162 | 2026-01-05T11:14:07.536Z | Downloaded managed v0.8.0 |
| 163 | 2026-01-05T11:14:07.536Z | Downloaded itertools v0.14.0 |
| 164 | 2026-01-05T11:14:07.560Z | Downloaded version_check v0.9.5 |
| 165 | 2026-01-05T11:14:07.560Z | Downloaded tabwriter v1.4.1 |
| 166 | 2026-01-05T11:14:07.560Z | Downloaded memchr v2.7.6 |
| 167 | 2026-01-05T11:14:07.561Z | Downloaded usdt-impl v0.6.0 |
| 168 | 2026-01-05T11:14:07.561Z | Downloaded usdt-macro v0.6.0 |
| 169 | 2026-01-05T11:14:07.561Z | Downloaded stable_deref_trait v1.2.1 |
| 170 | 2026-01-05T11:14:07.561Z | Downloaded pretty-hex v0.4.1 |
| 171 | 2026-01-05T11:14:07.561Z | Downloaded usdt-attr-macro v0.6.0 |
| 172 | 2026-01-05T11:14:07.561Z | Downloaded typenum v1.19.0 |
| 173 | 2026-01-05T11:14:07.585Z | Downloaded darling_core v0.21.3 |
| 174 | 2026-01-05T11:14:07.585Z | Downloaded ucd-trie v0.1.7 |
| 175 | 2026-01-05T11:14:07.585Z | Downloaded unicode-ident v1.0.22 |
| 176 | 2026-01-05T11:14:07.586Z | Downloaded zerocopy-derive v0.8.27 |
| 177 | 2026-01-05T11:14:07.586Z | Downloaded serde v1.0.228 |
| 178 | 2026-01-05T11:14:07.609Z | Downloaded thiserror-impl v2.0.17 |
| 179 | 2026-01-05T11:14:07.609Z | Downloaded regex v1.12.2 |
| 180 | 2026-01-05T11:14:07.609Z | Downloaded zerocopy v0.8.27 |
| 181 | 2026-01-05T11:14:07.633Z | Downloaded unicode-width v0.2.2 |
| 182 | 2026-01-05T11:14:07.633Z | Downloaded serde_json v1.0.145 |
| 183 | 2026-01-05T11:14:07.658Z | Downloaded smoltcp v0.11.0 |
| 184 | 2026-01-05T11:14:07.658Z | Downloaded goblin v0.10.3 |
| 185 | 2026-01-05T11:14:07.658Z | Downloaded serde_derive v1.0.228 |
| 186 | 2026-01-05T11:14:07.682Z | Downloaded serde_core v1.0.228 |
| 187 | 2026-01-05T11:14:07.682Z | Downloaded scroll v0.13.0 |
| 188 | 2026-01-05T11:14:07.682Z | Downloaded syn v2.0.110 |
| 189 | 2026-01-05T11:14:07.682Z | Downloaded ryu v1.0.20 |
| 190 | 2026-01-05T11:14:07.682Z | Downloaded regex-syntax v0.8.8 |
| 191 | 2026-01-05T11:14:07.706Z | Downloaded plain v0.2.3 |
| 192 | 2026-01-05T11:14:07.706Z | Downloaded pest_generator v2.8.3 |
| 193 | 2026-01-05T11:14:07.706Z | Downloaded thiserror v2.0.17 |
| 194 | 2026-01-05T11:14:07.706Z | Downloaded serde_tokenstream v0.2.2 |
| 195 | 2026-01-05T11:14:07.706Z | Downloaded itoa v1.0.15 |
| 196 | 2026-01-05T11:14:07.706Z | Downloaded strsim v0.11.1 |
| 197 | 2026-01-05T11:14:07.706Z | Downloaded ref-cast v1.0.25 |
| 198 | 2026-01-05T11:14:07.706Z | Downloaded proc-macro2 v1.0.103 |
| 199 | 2026-01-05T11:14:07.730Z | Downloaded libc v0.2.177 |
| 200 | 2026-01-05T11:14:07.753Z | Downloaded proc-macro-error2 v2.0.1 |
| 201 | 2026-01-05T11:14:07.753Z | Downloaded regex-automata v0.4.13 |
| 202 | 2026-01-05T11:14:07.777Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 203 | 2026-01-05T11:14:07.777Z | Downloaded postcard v1.1.3 |
| 204 | 2026-01-05T11:14:07.777Z | Downloaded pest_meta v2.8.3 |
| 205 | 2026-01-05T11:14:07.777Z | Downloaded macaddr v1.0.1 |
| 206 | 2026-01-05T11:14:07.777Z | Downloaded ingot v0.1.1 |
| 207 | 2026-01-05T11:14:07.777Z | Downloaded heapless v0.8.0 |
| 208 | 2026-01-05T11:14:07.777Z | Downloaded defmt v1.0.1 |
| 209 | 2026-01-05T11:14:07.777Z | Downloaded darling_macro v0.21.3 |
| 210 | 2026-01-05T11:14:07.777Z | Downloaded usdt v0.6.0 |
| 211 | 2026-01-05T11:14:07.777Z | Downloaded thread-id v5.0.0 |
| 212 | 2026-01-05T11:14:07.777Z | Downloaded sha2 v0.10.9 |
| 213 | 2026-01-05T11:14:07.777Z | Downloaded scroll_derive v0.13.1 |
| 214 | 2026-01-05T11:14:07.777Z | Downloaded ref-cast-impl v1.0.25 |
| 215 | 2026-01-05T11:14:07.801Z | Downloaded quote v1.0.42 |
| 216 | 2026-01-05T11:14:07.801Z | Downloaded pest v2.8.3 |
| 217 | 2026-01-05T11:14:07.801Z | Downloaded memmap2 v0.9.9 |
| 218 | 2026-01-05T11:14:07.801Z | Downloaded ingot-macros v0.1.1 |
| 219 | 2026-01-05T11:14:07.801Z | Downloaded generic-array v0.14.9 |
| 220 | 2026-01-05T11:14:07.801Z | Downloaded crypto-common v0.1.6 |
| 221 | 2026-01-05T11:14:07.801Z | Downloaded ipnetwork v0.21.1 |
| 222 | 2026-01-05T11:14:07.801Z | Downloaded ident_case v1.0.1 |
| 223 | 2026-01-05T11:14:07.801Z | Downloaded hash32 v0.3.1 |
| 224 | 2026-01-05T11:14:07.801Z | Downloaded embedded-io v0.6.1 |
| 225 | 2026-01-05T11:14:07.801Z | Downloaded embedded-io v0.4.0 |
| 226 | 2026-01-05T11:14:07.801Z | Downloaded either v1.15.0 |
| 227 | 2026-01-05T11:14:07.801Z | Downloaded digest v0.10.7 |
| 228 | 2026-01-05T11:14:07.801Z | Downloaded defmt-parser v1.0.0 |
| 229 | 2026-01-05T11:14:07.825Z | Downloaded defmt-macros v1.0.1 |
| 230 | 2026-01-05T11:14:07.825Z | Downloaded defmt v0.3.100 |
| 231 | 2026-01-05T11:14:07.825Z | Downloaded darling v0.21.3 |
| 232 | 2026-01-05T11:14:07.825Z | Downloaded crc32fast v1.5.0 |
| 233 | 2026-01-05T11:14:07.825Z | Downloaded cpufeatures v0.2.17 |
| 234 | 2026-01-05T11:14:07.825Z | Downloaded cobs v0.3.0 |
| 235 | 2026-01-05T11:14:07.825Z | Downloaded cfg-if v1.0.4 |
| 236 | 2026-01-05T11:14:07.825Z | Downloaded byteorder v1.5.0 |
| 237 | 2026-01-05T11:14:07.825Z | Downloaded bitflags v2.10.0 |
| 238 | 2026-01-05T11:14:07.825Z | Downloaded aho-corasick v1.1.4 |
| 239 | 2026-01-05T11:14:07.849Z | Downloaded log v0.4.28 |
| 240 | 2026-01-05T11:14:07.849Z | Downloaded ingot-types v0.1.2 |
| 241 | 2026-01-05T11:14:07.849Z | Downloaded fnv v1.0.7 |
| 242 | 2026-01-05T11:14:07.849Z | Downloaded dyn-clone v1.0.20 |
| 243 | 2026-01-05T11:14:07.850Z | Downloaded dtrace-parser v0.3.0 |
| 244 | 2026-01-05T11:14:07.850Z | Downloaded dof v0.4.0 |
| 245 | 2026-01-05T11:14:07.850Z | Downloaded block-buffer v0.10.4 |
| 246 | 2026-01-05T11:14:07.938Z | Compiling proc-macro2 v1.0.103 |
| 247 | 2026-01-05T11:14:07.938Z | Compiling quote v1.0.42 |
| 248 | 2026-01-05T11:14:07.964Z | Compiling unicode-ident v1.0.22 |
| 249 | 2026-01-05T11:14:07.964Z | Documenting unicode-ident v1.0.22 |
| 250 | 2026-01-05T11:14:07.964Z | Compiling serde_core v1.0.228 |
| 251 | 2026-01-05T11:14:07.964Z | Compiling strsim v0.11.1 |
| 252 | 2026-01-05T11:14:07.964Z | Compiling ident_case v1.0.1 |
| 253 | 2026-01-05T11:14:08.185Z | Compiling fnv v1.0.7 |
| 254 | 2026-01-05T11:14:08.209Z | Checking memchr v2.7.6 |
| 255 | 2026-01-05T11:14:08.691Z | Compiling regex-syntax v0.8.8 |
| 256 | 2026-01-05T11:14:08.716Z | Compiling serde v1.0.228 |
| 257 | 2026-01-05T11:14:08.741Z | Compiling zerocopy v0.8.27 |
| 258 | 2026-01-05T11:14:08.812Z | Compiling thiserror v2.0.17 |
| 259 | 2026-01-05T11:14:09.198Z | Documenting proc-macro2 v1.0.103 |
| 260 | 2026-01-05T11:14:09.320Z | Compiling aho-corasick v1.1.4 |
| 261 | 2026-01-05T11:14:09.898Z | Compiling syn v2.0.110 |
| 262 | 2026-01-05T11:14:10.030Z | Checking byteorder v1.5.0 |
| 263 | 2026-01-05T11:14:10.092Z | Documenting quote v1.0.42 |
| 264 | 2026-01-05T11:14:10.288Z | Compiling either v1.15.0 |
| 265 | 2026-01-05T11:14:10.756Z | Documenting strsim v0.11.1 |
| 266 | 2026-01-05T11:14:10.838Z | Documenting syn v2.0.110 |
| 267 | 2026-01-05T11:14:11.571Z | Compiling regex-automata v0.4.13 |
| 268 | 2026-01-05T11:14:11.884Z | Documenting fnv v1.0.7 |
| 269 | 2026-01-05T11:14:12.217Z | Documenting ident_case v1.0.1 |
| 270 | 2026-01-05T11:14:12.715Z | Compiling itertools v0.14.0 |
| 271 | 2026-01-05T11:14:12.784Z | Documenting memchr v2.7.6 |
| 272 | 2026-01-05T11:14:13.051Z | Compiling heapless v0.8.0 |
| 273 | 2026-01-05T11:14:13.757Z | Checking bitflags v2.10.0 |
| 274 | 2026-01-05T11:14:13.882Z | Documenting aho-corasick v1.1.4 |
| 275 | 2026-01-05T11:14:14.009Z | Checking hash32 v0.3.1 |
| 276 | 2026-01-05T11:14:14.165Z | Documenting serde_core v1.0.228 |
| 277 | 2026-01-05T11:14:14.396Z | Checking darling_core v0.21.3 |
| 278 | 2026-01-05T11:14:14.900Z | Documenting darling_core v0.21.3 |
| 279 | 2026-01-05T11:14:15.269Z | Compiling regex v1.12.2 |
| 280 | 2026-01-05T11:14:15.941Z | Checking stable_deref_trait v1.2.1 |
| 281 | 2026-01-05T11:14:16.023Z | Checking macaddr v1.0.1 |
| 282 | 2026-01-05T11:14:16.047Z | Checking cfg-if v1.0.4 |
| 283 | 2026-01-05T11:14:16.127Z | Documenting regex-syntax v0.8.8 |
| 284 | 2026-01-05T11:14:16.172Z | Compiling smoltcp v0.11.0 |
| 285 | 2026-01-05T11:14:16.728Z | Documenting darling_macro v0.21.3 |
| 286 | 2026-01-05T11:14:17.138Z | Documenting serde_derive v1.0.228 |
| 287 | 2026-01-05T11:14:17.367Z | Documenting zerocopy-derive v0.8.27 |
| 288 | 2026-01-05T11:14:17.595Z | Documenting thiserror-impl v2.0.17 |
| 289 | 2026-01-05T11:14:17.694Z | Checking managed v0.8.0 |
| 290 | 2026-01-05T11:14:17.906Z | Compiling zerocopy-derive v0.8.27 |
| 291 | 2026-01-05T11:14:18.070Z | Compiling serde_derive v1.0.228 |
| 292 | 2026-01-05T11:14:18.106Z | Compiling thiserror-impl v2.0.17 |
| 293 | 2026-01-05T11:14:18.688Z | Documenting regex-automata v0.4.13 |
| 294 | 2026-01-05T11:14:18.795Z | Checking bitflags v1.3.2 |
| 295 | 2026-01-05T11:14:18.886Z | Documenting byteorder v1.5.0 |
| 296 | 2026-01-05T11:14:18.910Z | Documenting bitflags v2.10.0 |
| 297 | 2026-01-05T11:14:19.126Z | Documenting macaddr v1.0.1 |
| 298 | 2026-01-05T11:14:19.657Z | Documenting hash32 v0.3.1 |
| 299 | 2026-01-05T11:14:19.904Z | Compiling darling_macro v0.21.3 |
| 300 | 2026-01-05T11:14:19.952Z | Documenting cfg-if v1.0.4 |
| 301 | 2026-01-05T11:14:20.150Z | Documenting stable_deref_trait v1.2.1 |
| 302 | 2026-01-05T11:14:20.438Z | Documenting thiserror v2.0.17 |
| 303 | 2026-01-05T11:14:20.462Z | Checking cobs v0.3.0 |
| 304 | 2026-01-05T11:14:20.655Z | Documenting zerocopy v0.8.27 |
| 305 | 2026-01-05T11:14:20.727Z | Compiling darling v0.21.3 |
| 306 | 2026-01-05T11:14:20.832Z | Compiling ingot-macros v0.1.1 |
| 307 | 2026-01-05T11:14:21.021Z | Documenting darling v0.21.3 |
| 308 | 2026-01-05T11:14:21.145Z | Documenting regex v1.12.2 |
| 309 | 2026-01-05T11:14:21.260Z | Compiling ref-cast v1.0.25 |
| 310 | 2026-01-05T11:14:21.509Z | Compiling crc32fast v1.5.0 |
| 311 | 2026-01-05T11:14:21.777Z | Documenting cobs v0.3.0 |
| 312 | 2026-01-05T11:14:21.974Z | Documenting heapless v0.8.0 |
| 313 | 2026-01-05T11:14:22.622Z | Documenting ingot-macros v0.1.1 |
| 314 | 2026-01-05T11:14:22.782Z | Compiling ref-cast-impl v1.0.25 |
| 315 | 2026-01-05T11:14:22.977Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 316 | 2026-01-05T11:14:23.251Z | Documenting serde v1.0.228 |
| 317 | 2026-01-05T11:14:23.439Z | Checking ipnetwork v0.21.1 |
| 318 | 2026-01-05T11:14:23.991Z | Documenting managed v0.8.0 |
| 319 | 2026-01-05T11:14:24.081Z | Checking postcard v1.1.3 |
| 320 | 2026-01-05T11:14:24.162Z | Compiling version_check v0.9.5 |
| 321 | 2026-01-05T11:14:24.626Z | Checking unicode-width v0.2.2 |
| 322 | 2026-01-05T11:14:24.649Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 323 | 2026-01-05T11:14:24.673Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 324 | 2026-01-05T11:14:24.794Z | Documenting ref-cast-impl v1.0.25 |
| 325 | 2026-01-05T11:14:24.973Z | Documenting ipnetwork v0.21.1 |
| 326 | 2026-01-05T11:14:24.997Z | Documenting unicode-width v0.2.2 |
| 327 | 2026-01-05T11:14:25.055Z | Documenting either v1.15.0 |
| 328 | 2026-01-05T11:14:25.107Z | Documenting smoltcp v0.11.0 |
| 329 | 2026-01-05T11:14:25.898Z | Documenting postcard v1.1.3 |
| 330 | 2026-01-05T11:14:25.922Z | Checking ingot-types v0.1.2 |
| 331 | 2026-01-05T11:14:26.012Z | Documenting ingot-types v0.1.2 |
| 332 | 2026-01-05T11:14:26.300Z | Documenting itertools v0.14.0 |
| 333 | 2026-01-05T11:14:26.511Z | Checking ingot v0.1.1 |
| 334 | 2026-01-05T11:14:26.643Z | Documenting ref-cast v1.0.25 |
| 335 | 2026-01-05T11:14:27.044Z | Checking tabwriter v1.4.1 |
| 336 | 2026-01-05T11:14:27.372Z | Documenting tabwriter v1.4.1 |
| 337 | 2026-01-05T11:14:28.168Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 338 | 2026-01-05T11:14:28.558Z | Documenting crc32fast v1.5.0 |
| 339 | 2026-01-05T11:14:28.842Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 340 | 2026-01-05T11:14:28.941Z | Documenting ingot v0.1.1 |
| 341 | 2026-01-05T11:14:29.282Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 342 | 2026-01-05T11:14:29.306Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 343 | 2026-01-05T11:14:29.881Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 344 | 2026-01-05T11:14:30.119Z | Documenting dyn-clone v1.0.20 |
| 345 | 2026-01-05T11:14:30.170Z | Checking dyn-clone v1.0.20 |
| 346 | 2026-01-05T11:14:32.881Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 347 | 2026-01-05T11:14:34.910Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 348 | 2026-01-05T11:14:38.899Z | Finished `dev` profile [optimized + debuginfo] target(s) in 36.05s |
| 349 | 2026-01-05T11:14:38.983Z | Generated /work/oxidecomputer/opte/target/doc/opte/index.html |
| 350 | 2026-01-05T11:14:39.008Z | |
| 351 | 2026-01-05T11:14:39.008Z | real 36.155409031 |
| 352 | 2026-01-05T11:14:39.008Z | user 2:17.648777935 |
| 353 | 2026-01-05T11:14:39.008Z | sys 28.291114192 |
| 354 | 2026-01-05T11:14:39.008Z | trap 0.083355800 |
| 355 | 2026-01-05T11:14:39.008Z | tflt 0.041680706 |
| 356 | 2026-01-05T11:14:39.008Z | dflt 0.034111880 |
| 357 | 2026-01-05T11:14:39.008Z | kflt 0.001347558 |
| 358 | 2026-01-05T11:14:39.008Z | lock 10:21.714473117 |
| 359 | 2026-01-05T11:14:39.008Z | slp 8:48.785949555 |
| 360 | 2026-01-05T11:14:39.008Z | lat 15.719092528 |
| 361 | 2026-01-05T11:14:39.008Z | stop 12.901425975 |
| 362 | 2026-01-05T11:14:39.008Z | + header 'analyze std + api' |
| 363 | 2026-01-05T11:14:39.008Z | + echo '# ==== analyze std + api ==== #' |
| 364 | 2026-01-05T11:14:39.008Z | # ==== analyze std + api ==== # |
| 365 | 2026-01-05T11:14:39.008Z | + ptime -m cargo clippy --all-targets |
| 366 | 2026-01-05T11:14:39.542Z | Compiling proc-macro2 v1.0.103 |
| 367 | 2026-01-05T11:14:39.542Z | Compiling quote v1.0.42 |
| 368 | 2026-01-05T11:14:39.543Z | Compiling unicode-ident v1.0.22 |
| 369 | 2026-01-05T11:14:39.543Z | Compiling memchr v2.7.6 |
| 370 | 2026-01-05T11:14:39.543Z | Compiling thiserror v2.0.17 |
| 371 | 2026-01-05T11:14:39.567Z | Compiling zerocopy v0.8.27 |
| 372 | 2026-01-05T11:14:39.567Z | Compiling libc v0.2.177 |
| 373 | 2026-01-05T11:14:39.567Z | Compiling serde_core v1.0.228 |
| 374 | 2026-01-05T11:14:39.826Z | Compiling serde_json v1.0.145 |
| 375 | 2026-01-05T11:14:40.142Z | Compiling ucd-trie v0.1.7 |
| 376 | 2026-01-05T11:14:40.203Z | Compiling strsim v0.11.1 |
| 377 | 2026-01-05T11:14:40.256Z | Compiling serde v1.0.228 |
| 378 | 2026-01-05T11:14:40.514Z | Compiling pest v2.8.3 |
| 379 | 2026-01-05T11:14:40.538Z | Compiling fnv v1.0.7 |
| 380 | 2026-01-05T11:14:40.723Z | Compiling ident_case v1.0.1 |
| 381 | 2026-01-05T11:14:40.808Z | Compiling aho-corasick v1.1.4 |
| 382 | 2026-01-05T11:14:41.025Z | Compiling itoa v1.0.15 |
| 383 | 2026-01-05T11:14:41.072Z | Compiling ryu v1.0.20 |
| 384 | 2026-01-05T11:14:41.190Z | Compiling regex-syntax v0.8.8 |
| 385 | 2026-01-05T11:14:41.347Z | Checking byteorder v1.5.0 |
| 386 | 2026-01-05T11:14:42.136Z | Compiling syn v2.0.110 |
| 387 | 2026-01-05T11:14:42.529Z | Compiling either v1.15.0 |
| 388 | 2026-01-05T11:14:42.617Z | Compiling pest_meta v2.8.3 |
| 389 | 2026-01-05T11:14:42.883Z | Compiling usdt-impl v0.6.0 |
| 390 | 2026-01-05T11:14:42.920Z | Compiling itertools v0.14.0 |
| 391 | 2026-01-05T11:14:43.396Z | Compiling thread-id v5.0.0 |
| 392 | 2026-01-05T11:14:43.804Z | Compiling heapless v0.8.0 |
| 393 | 2026-01-05T11:14:44.030Z | Compiling regex-automata v0.4.13 |
| 394 | 2026-01-05T11:14:44.239Z | Checking plain v0.2.3 |
| 395 | 2026-01-05T11:14:44.723Z | Checking log v0.4.28 |
| 396 | 2026-01-05T11:14:45.584Z | Checking bitflags v2.10.0 |
| 397 | 2026-01-05T11:14:45.608Z | Checking hash32 v0.3.1 |
| 398 | 2026-01-05T11:14:45.658Z | Checking stable_deref_trait v1.2.1 |
| 399 | 2026-01-05T11:14:45.763Z | Checking pretty-hex v0.4.1 |
| 400 | 2026-01-05T11:14:45.865Z | Checking macaddr v1.0.1 |
| 401 | 2026-01-05T11:14:45.941Z | Compiling smoltcp v0.11.0 |
| 402 | 2026-01-05T11:14:46.097Z | Checking cfg-if v1.0.4 |
| 403 | 2026-01-05T11:14:46.314Z | Compiling ref-cast v1.0.25 |
| 404 | 2026-01-05T11:14:46.347Z | Checking managed v0.8.0 |
| 405 | 2026-01-05T11:14:46.452Z | Compiling version_check v0.9.5 |
| 406 | 2026-01-05T11:14:46.664Z | Checking bitflags v1.3.2 |
| 407 | 2026-01-05T11:14:46.761Z | Compiling crc32fast v1.5.0 |
| 408 | 2026-01-05T11:14:46.804Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 409 | 2026-01-05T11:14:46.833Z | Checking memmap2 v0.9.9 |
| 410 | 2026-01-05T11:14:46.950Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 411 | 2026-01-05T11:14:47.085Z | Checking unicode-width v0.2.2 |
| 412 | 2026-01-05T11:14:47.219Z | Compiling pest_generator v2.8.3 |
| 413 | 2026-01-05T11:14:47.282Z | Compiling darling_core v0.21.3 |
| 414 | 2026-01-05T11:14:47.495Z | Compiling regex v1.12.2 |
| 415 | 2026-01-05T11:14:47.649Z | Checking ipnetwork v0.21.1 |
| 416 | 2026-01-05T11:14:48.268Z | Checking tabwriter v1.4.1 |
| 417 | 2026-01-05T11:14:48.495Z | Checking dyn-clone v1.0.20 |
| 418 | 2026-01-05T11:14:49.420Z | Compiling thiserror-impl v2.0.17 |
| 419 | 2026-01-05T11:14:49.420Z | Compiling serde_derive v1.0.228 |
| 420 | 2026-01-05T11:14:49.420Z | Compiling zerocopy-derive v0.8.27 |
| 421 | 2026-01-05T11:14:49.444Z | Compiling pest_derive v2.8.3 |
| 422 | 2026-01-05T11:14:49.444Z | Compiling scroll_derive v0.13.1 |
| 423 | 2026-01-05T11:14:50.004Z | Compiling ref-cast-impl v1.0.25 |
| 424 | 2026-01-05T11:14:50.122Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 425 | 2026-01-05T11:14:50.740Z | Checking scroll v0.13.0 |
| 426 | 2026-01-05T11:14:51.135Z | Checking goblin v0.10.3 |
| 427 | 2026-01-05T11:14:51.291Z | Compiling darling_macro v0.21.3 |
| 428 | 2026-01-05T11:14:51.584Z | Compiling dtrace-parser v0.3.0 |
| 429 | 2026-01-05T11:14:51.625Z | Checking cobs v0.3.0 |
| 430 | 2026-01-05T11:14:52.029Z | Compiling darling v0.21.3 |
| 431 | 2026-01-05T11:14:52.135Z | Compiling ingot-macros v0.1.1 |
| 432 | 2026-01-05T11:14:52.299Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 433 | 2026-01-05T11:14:54.100Z | Checking postcard v1.1.3 |
| 434 | 2026-01-05T11:14:54.163Z | Compiling serde_tokenstream v0.2.2 |
| 435 | 2026-01-05T11:14:54.272Z | Compiling dof v0.4.0 |
| 436 | 2026-01-05T11:14:55.579Z | Compiling usdt-attr-macro v0.6.0 |
| 437 | 2026-01-05T11:14:55.603Z | Compiling usdt-macro v0.6.0 |
| 438 | 2026-01-05T11:14:55.781Z | Checking ingot-types v0.1.2 |
| 439 | 2026-01-05T11:14:56.388Z | Checking ingot v0.1.1 |
| 440 | 2026-01-05T11:14:57.252Z | Checking usdt v0.6.0 |
| 441 | 2026-01-05T11:14:58.930Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 442 | 2026-01-05T11:15:16.156Z | Finished `dev` profile [optimized + debuginfo] target(s) in 36.94s |
| 443 | 2026-01-05T11:15:16.197Z | |
| 444 | 2026-01-05T11:15:16.197Z | real 37.177455507 |
| 445 | 2026-01-05T11:15:16.197Z | user 1:58.825170052 |
| 446 | 2026-01-05T11:15:16.197Z | sys 19.130418950 |
| 447 | 2026-01-05T11:15:16.220Z | trap 0.066375611 |
| 448 | 2026-01-05T11:15:16.220Z | tflt 0.159406641 |
| 449 | 2026-01-05T11:15:16.220Z | dflt 0.282151857 |
| 450 | 2026-01-05T11:15:16.221Z | kflt 0.000021781 |
| 451 | 2026-01-05T11:15:16.221Z | lock 5:23.780891701 |
| 452 | 2026-01-05T11:15:16.221Z | slp 7:41.856161484 |
| 453 | 2026-01-05T11:15:16.221Z | lat 4.428234019 |
| 454 | 2026-01-05T11:15:16.221Z | stop 5.911740907 |
| 455 | 2026-01-05T11:15:16.221Z | + header 'analyze no_std + engine + kernel' |
| 456 | 2026-01-05T11:15:16.221Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 457 | 2026-01-05T11:15:16.221Z | # ==== analyze no_std + engine + kernel ==== # |
| 458 | 2026-01-05T11:15:16.221Z | + ptime -m cargo +nightly-2025-09-19-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel |
| 459 | 2026-01-05T11:15:16.589Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 460 | 2026-01-05T11:15:16.589Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 461 | 2026-01-05T11:15:16.613Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 462 | 2026-01-05T11:15:16.613Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 463 | 2026-01-05T11:15:17.152Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 464 | 2026-01-05T11:15:26.057Z | Finished `dev` profile [optimized + debuginfo] target(s) in 9.72s |
| 465 | 2026-01-05T11:15:26.090Z | |
| 466 | 2026-01-05T11:15:26.090Z | real 9.881739713 |
| 467 | 2026-01-05T11:15:26.090Z | user 10.565106716 |
| 468 | 2026-01-05T11:15:26.115Z | sys 1.464824751 |
| 469 | 2026-01-05T11:15:26.115Z | trap 0.001953017 |
| 470 | 2026-01-05T11:15:26.115Z | tflt 0.003168985 |
| 471 | 2026-01-05T11:15:26.115Z | dflt 0.006361203 |
| 472 | 2026-01-05T11:15:26.115Z | kflt 0.000000000 |
| 473 | 2026-01-05T11:15:26.115Z | lock 37.407609610 |
| 474 | 2026-01-05T11:15:26.115Z | slp 35.730119681 |
| 475 | 2026-01-05T11:15:26.115Z | lat 0.062492997 |
| 476 | 2026-01-05T11:15:26.115Z | stop 0.170001198 |
| 477 | 2026-01-05T11:15:26.115Z | + header test |
| 478 | 2026-01-05T11:15:26.115Z | + echo '# ==== test ==== #' |
| 479 | 2026-01-05T11:15:26.115Z | # ==== test ==== # |
| 480 | 2026-01-05T11:15:26.115Z | + ptime -m cargo test |
| 481 | 2026-01-05T11:15:26.449Z | Compiling serde_core v1.0.228 |
| 482 | 2026-01-05T11:15:26.449Z | Compiling thiserror v2.0.17 |
| 483 | 2026-01-05T11:15:26.449Z | Compiling zerocopy v0.8.27 |
| 484 | 2026-01-05T11:15:26.449Z | Compiling byteorder v1.5.0 |
| 485 | 2026-01-05T11:15:26.449Z | Compiling memchr v2.7.6 |
| 486 | 2026-01-05T11:15:26.473Z | Compiling unicode-ident v1.0.22 |
| 487 | 2026-01-05T11:15:26.473Z | Compiling libc v0.2.177 |
| 488 | 2026-01-05T11:15:26.473Z | Compiling scroll v0.13.0 |
| 489 | 2026-01-05T11:15:26.591Z | Compiling proc-macro2 v1.0.103 |
| 490 | 2026-01-05T11:15:26.670Z | Compiling ryu v1.0.20 |
| 491 | 2026-01-05T11:15:26.854Z | Compiling log v0.4.28 |
| 492 | 2026-01-05T11:15:26.973Z | Compiling ucd-trie v0.1.7 |
| 493 | 2026-01-05T11:15:27.252Z | Compiling itoa v1.0.15 |
| 494 | 2026-01-05T11:15:27.276Z | Compiling plain v0.2.3 |
| 495 | 2026-01-05T11:15:27.341Z | Compiling quote v1.0.42 |
| 496 | 2026-01-05T11:15:27.412Z | Compiling goblin v0.10.3 |
| 497 | 2026-01-05T11:15:27.455Z | Compiling pest v2.8.3 |
| 498 | 2026-01-05T11:15:28.100Z | Compiling hash32 v0.3.1 |
| 499 | 2026-01-05T11:15:28.353Z | Compiling macaddr v1.0.1 |
| 500 | 2026-01-05T11:15:28.530Z | Compiling cfg-if v1.0.4 |
| 501 | 2026-01-05T11:15:28.625Z | Compiling pretty-hex v0.4.1 |
| 502 | 2026-01-05T11:15:28.783Z | Compiling stable_deref_trait v1.2.1 |
| 503 | 2026-01-05T11:15:28.856Z | Compiling syn v2.0.110 |
| 504 | 2026-01-05T11:15:28.905Z | Compiling heapless v0.8.0 |
| 505 | 2026-01-05T11:15:29.373Z | Compiling thread-id v5.0.0 |
| 506 | 2026-01-05T11:15:29.508Z | Compiling ingot-types v0.1.2 |
| 507 | 2026-01-05T11:15:29.610Z | Compiling dtrace-parser v0.3.0 |
| 508 | 2026-01-05T11:15:29.810Z | Compiling cobs v0.3.0 |
| 509 | 2026-01-05T11:15:30.293Z | Compiling serde v1.0.228 |
| 510 | 2026-01-05T11:15:30.317Z | Compiling serde_json v1.0.145 |
| 511 | 2026-01-05T11:15:30.573Z | Compiling bitflags v2.10.0 |
| 512 | 2026-01-05T11:15:30.725Z | Compiling bitflags v1.3.2 |
| 513 | 2026-01-05T11:15:30.843Z | Compiling managed v0.8.0 |
| 514 | 2026-01-05T11:15:31.274Z | Compiling smoltcp v0.11.0 |
| 515 | 2026-01-05T11:15:31.315Z | Compiling postcard v1.1.3 |
| 516 | 2026-01-05T11:15:31.404Z | Compiling ingot v0.1.1 |
| 517 | 2026-01-05T11:15:31.640Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 518 | 2026-01-05T11:15:32.021Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 519 | 2026-01-05T11:15:32.325Z | Compiling memmap2 v0.9.9 |
| 520 | 2026-01-05T11:15:32.684Z | Compiling unicode-width v0.2.2 |
| 521 | 2026-01-05T11:15:32.824Z | Compiling ipnetwork v0.21.1 |
| 522 | 2026-01-05T11:15:33.204Z | Compiling either v1.15.0 |
| 523 | 2026-01-05T11:15:33.546Z | Compiling dof v0.4.0 |
| 524 | 2026-01-05T11:15:33.791Z | Compiling itertools v0.14.0 |
| 525 | 2026-01-05T11:15:35.222Z | Compiling usdt-impl v0.6.0 |
| 526 | 2026-01-05T11:15:35.981Z | Compiling usdt v0.6.0 |
| 527 | 2026-01-05T11:15:36.344Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 528 | 2026-01-05T11:15:36.502Z | Compiling tabwriter v1.4.1 |
| 529 | 2026-01-05T11:15:37.013Z | Compiling ref-cast v1.0.25 |
| 530 | 2026-01-05T11:15:37.181Z | Compiling crc32fast v1.5.0 |
| 531 | 2026-01-05T11:15:37.330Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 532 | 2026-01-05T11:15:37.592Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 533 | 2026-01-05T11:15:38.348Z | Compiling dyn-clone v1.0.20 |
| 534 | 2026-01-05T11:16:06.228Z | Finished `test` profile [optimized + debuginfo] target(s) in 40.06s |
| 535 | 2026-01-05T11:16:06.273Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-07fc2cdac6cbb683) |
| 536 | 2026-01-05T11:16:06.273Z | |
| 537 | 2026-01-05T11:16:06.273Z | running 72 tests |
| 538 | 2026-01-05T11:16:06.273Z | test ddi::mblk::test::chain_append_links ... ok |
| 539 | 2026-01-05T11:16:06.273Z | test d_error::tests::name_truncation ... ok |
| 540 | 2026-01-05T11:16:06.273Z | test ddi::mblk::test::chain_breaks_links ... ok |
| 541 | 2026-01-05T11:16:06.273Z | test d_error::tests::name_and_data_storage ... ok |
| 542 | 2026-01-05T11:16:06.273Z | test ddi::mblk::test::chain_drain_complete ... ok |
| 543 | 2026-01-05T11:16:06.273Z | test ddi::mblk::test::chain_has_correct_ends ... ok |
| 544 | 2026-01-05T11:16:06.273Z | test ddi::mblk::test::prefix_len ... ok |
| 545 | 2026-01-05T11:16:06.273Z | test ddi::mblk::test::expand_and_shrink ... ok |
| 546 | 2026-01-05T11:16:06.273Z | test ddi::mblk::test::read_seg ... ok |
| 547 | 2026-01-05T11:16:06.274Z | test ddi::mblk::test::truncate ... ok |
| 548 | 2026-01-05T11:16:06.274Z | test ddi::mblk::test::uninitialized_packet ... ok |
| 549 | 2026-01-05T11:16:06.274Z | test ddi::mblk::test::test_long_packet_continuation ... ok |
| 550 | 2026-01-05T11:16:06.274Z | test ddi::mblk::test::wrap ... ok |
| 551 | 2026-01-05T11:16:06.274Z | test ddi::mblk::test::zero_byte_packet ... ok |
| 552 | 2026-01-05T11:16:06.274Z | test ddi::time::test::good_interval ... ok |
| 553 | 2026-01-05T11:16:06.274Z | test engine::dhcp::test::domain_search_option_encode ... ok |
| 554 | 2026-01-05T11:16:06.274Z | test engine::dhcp::test::domainname_encode ... ok |
| 555 | 2026-01-05T11:16:06.274Z | test engine::dhcp::test::offlink_encode ... ok |
| 556 | 2026-01-05T11:16:06.274Z | test engine::dhcpv6::options::test::test_domain_list_from_slice ... ok |
| 557 | 2026-01-05T11:16:06.274Z | test engine::dhcp::test::hostname_encode ... ok |
| 558 | 2026-01-05T11:16:06.274Z | test engine::dhcpv6::options::test::test_elapsed_time ... ok |
| 559 | 2026-01-05T11:16:06.274Z | test engine::dhcpv6::options::test::test_dns_servers ... ok |
| 560 | 2026-01-05T11:16:06.274Z | test engine::dhcp::test::rfc3442_encode ... ok |
| 561 | 2026-01-05T11:16:06.274Z | test engine::dhcpv6::options::test::test_client_id ... ok |
| 562 | 2026-01-05T11:16:06.274Z | test ddi::time::test::bad_interval - should panic ... ok |
| 563 | 2026-01-05T11:16:06.274Z | test engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok |
| 564 | 2026-01-05T11:16:06.274Z | test engine::dhcpv6::options::test::test_iata ... ok |
| 565 | 2026-01-05T11:16:06.274Z | test engine::dhcpv6::options::test::test_option_request ... ok |
| 566 | 2026-01-05T11:16:06.274Z | test engine::dhcpv6::options::test::test_iana ... ok |
| 567 | 2026-01-05T11:16:06.274Z | test engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok |
| 568 | 2026-01-05T11:16:06.274Z | test engine::dhcpv6::options::test::test_sntp_servers ... ok |
| 569 | 2026-01-05T11:16:06.274Z | test engine::dhcpv6::options::test::test_status ... ok |
| 570 | 2026-01-05T11:16:06.274Z | test engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok |
| 571 | 2026-01-05T11:16:06.274Z | test engine::dhcpv6::options::test::test_rapid_commit ... ok |
| 572 | 2026-01-05T11:16:06.274Z | test engine::dhcpv6::options::test::test_server_id ... ok |
| 573 | 2026-01-05T11:16:06.274Z | test engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok |
| 574 | 2026-01-05T11:16:06.274Z | test engine::ether::test::emit ... ok |
| 575 | 2026-01-05T11:16:06.299Z | test engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok |
| 576 | 2026-01-05T11:16:06.299Z | test engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok |
| 577 | 2026-01-05T11:16:06.299Z | test engine::geneve::test::emit_no_opts ... ok |
| 578 | 2026-01-05T11:16:06.299Z | test engine::dhcpv6::test::test_duid_from_mac ... ok |
| 579 | 2026-01-05T11:16:06.299Z | test engine::ip::v4::test::cidr_match ... ok |
| 580 | 2026-01-05T11:16:06.299Z | test engine::ip::v4::test::match_check ... ok |
| 581 | 2026-01-05T11:16:06.299Z | test engine::geneve::test::emit_single_opt ... ok |
| 582 | 2026-01-05T11:16:06.299Z | test engine::flow_table::test::flow_expired ... ok |
| 583 | 2026-01-05T11:16:06.299Z | test engine::flow_table::test::flow_clear ... ok |
| 584 | 2026-01-05T11:16:06.299Z | test engine::ip::v4::test::emit ... ok |
| 585 | 2026-01-05T11:16:06.299Z | test engine::ip::v6::test::from_pairs ... ok |
| 586 | 2026-01-05T11:16:06.299Z | test engine::dhcpv6::options::test::test_parse_snooped_iana ... ok |
| 587 | 2026-01-05T11:16:06.299Z | test engine::ip::v6::test::option_push_spec ... ok |
| 588 | 2026-01-05T11:16:06.299Z | test engine::ip::v6::test::extension_push_spec ... ok |
| 589 | 2026-01-05T11:16:06.299Z | test engine::ip::v6::test::bad_ipv6_version_caught ... ok |
| 590 | 2026-01-05T11:16:06.299Z | test engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok |
| 591 | 2026-01-05T11:16:06.299Z | test engine::ip::v6::test::test_ipv6_addr_match_exact ... ok |
| 592 | 2026-01-05T11:16:06.299Z | test engine::ip::v6::test::test_extension_header_lengths_ok ... ok |
| 593 | 2026-01-05T11:16:06.299Z | test engine::ip::v6::test::test_set_total_len ... ok |
| 594 | 2026-01-05T11:16:06.299Z | test engine::packet::test::read_multi_segment ... ok |
| 595 | 2026-01-05T11:16:06.299Z | test engine::layer::test::find_rule ... ok |
| 596 | 2026-01-05T11:16:06.299Z | test engine::packet::test::straddled_tcp ... ok |
| 597 | 2026-01-05T11:16:06.299Z | test engine::ip::v6::test::emit ... ok |
| 598 | 2026-01-05T11:16:06.299Z | test engine::nat::test::nat4_rewrite ... ok |
| 599 | 2026-01-05T11:16:06.299Z | test engine::packet::test::small_packet_with_padding ... ok |
| 600 | 2026-01-05T11:16:06.299Z | test engine::packet::test::parse_ipv6_extension_headers_ok ... ok |
| 601 | 2026-01-05T11:16:06.299Z | test engine::packet::test::read_single_segment ... ok |
| 602 | 2026-01-05T11:16:06.299Z | test engine::ip::v6::test::push_spec ... ok |
| 603 | 2026-01-05T11:16:06.299Z | test engine::packet::test::udp6_packet_with_padding ... ok |
| 604 | 2026-01-05T11:16:06.299Z | test engine::parse::test::icmp4_body_csum_equals_body ... ok |
| 605 | 2026-01-05T11:16:06.299Z | test engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok |
| 606 | 2026-01-05T11:16:06.299Z | test engine::snat::test::snat4_desc_lifecycle ... ok |
| 607 | 2026-01-05T11:16:06.299Z | test engine::snat::test::nat_mappings ... ok |
| 608 | 2026-01-05T11:16:06.299Z | test engine::snat::test::test_nat_pool_different_ip_types ... ok |
| 609 | 2026-01-05T11:16:06.299Z | test engine::rule::rule_matching ... ok |
| 610 | 2026-01-05T11:16:06.299Z | |
| 611 | 2026-01-05T11:16:06.299Z | test result: ok. 72 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 612 | 2026-01-05T11:16:06.300Z | |
| 613 | 2026-01-05T11:16:06.300Z | Doc-tests opte |
| 614 | 2026-01-05T11:16:09.462Z | |
| 615 | 2026-01-05T11:16:09.462Z | running 3 tests |
| 616 | 2026-01-05T11:16:09.486Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored |
| 617 | 2026-01-05T11:16:09.486Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok |
| 618 | 2026-01-05T11:16:09.486Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok |
| 619 | 2026-01-05T11:16:09.486Z | |
| 620 | 2026-01-05T11:16:09.486Z | test result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 621 | 2026-01-05T11:16:09.486Z | |
| 622 | 2026-01-05T11:16:09.540Z | |
| 623 | 2026-01-05T11:16:09.564Z | real 43.432120352 |
| 624 | 2026-01-05T11:16:09.564Z | user 3:47.488944179 |
| 625 | 2026-01-05T11:16:09.564Z | sys 12.384140881 |
| 626 | 2026-01-05T11:16:09.564Z | trap 0.113659219 |
| 627 | 2026-01-05T11:16:09.564Z | tflt 0.244002854 |
| 628 | 2026-01-05T11:16:09.564Z | dflt 0.486740919 |
| 629 | 2026-01-05T11:16:09.564Z | kflt 0.000038845 |
| 630 | 2026-01-05T11:16:09.564Z | lock 8:40.622756967 |
| 631 | 2026-01-05T11:16:09.564Z | slp 9:06.728001304 |
| 632 | 2026-01-05T11:16:09.564Z | lat 9.321254633 |
| 633 | 2026-01-05T11:16:09.564Z | stop 2.214519494 |
| 634 | 2026-01-05T11:16:09.564Z | process exited: duration 142541 ms, exit code 0 |
| |
| 635 | 2026-01-05T11:16:09.613Z | found 0 output files |