|
|
|
| 1 | 2026-05-01T11:46:11.453Z | job assigned to worker 01KQHNQC4FWN31J1F8YQ6F26F0 [factory aws, i-0f4e75dc2c14039ad] (queued for 46 s) |
| |
| 2 | 2026-05-01T11:46:18.422Z | starting task 0: "setup" |
| 3 | 2026-05-01T11:46:18.429Z | ++ uname -s |
| 4 | 2026-05-01T11:46:18.432Z | + kern=SunOS |
| 5 | 2026-05-01T11:46:18.432Z | + build_user=build |
| 6 | 2026-05-01T11:46:18.432Z | + build_uid=12345 |
| 7 | 2026-05-01T11:46:18.432Z | + work_dir=/work |
| 8 | 2026-05-01T11:46:18.432Z | + input_dir=/input |
| 9 | 2026-05-01T11:46:18.432Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-01T11:46:18.432Z | + case "$kern" in |
| 11 | 2026-05-01T11:46:18.432Z | + groupadd -g 12345 build |
| 12 | 2026-05-01T11:46:18.435Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-01T11:46:20.440Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-01T11:46:20.559Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-01T11:46:20.563Z | + home_fs=zfs |
| 16 | 2026-05-01T11:46:20.563Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-01T11:46:20.563Z | + mkdir -p /home/build |
| 18 | 2026-05-01T11:46:20.563Z | + chown build:build /home/build /work |
| 19 | 2026-05-01T11:46:22.564Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-01T11:46:22.567Z | process exited: duration 4143 ms, exit code 0 |
| |
| 21 | 2026-05-01T11:46:22.572Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-01T11:46:22.576Z | * rust toolchain channel = "1.94.1" |
| 23 | 2026-05-01T11:46:22.576Z | * rust toolchain profile = "default" |
| 24 | 2026-05-01T11:46:22.576Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.1 |
| 25 | 2026-05-01T11:46:22.576Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-01T11:46:22.576Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-01T11:46:22.576Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-01T11:46:22.579Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-01T11:46:22.579Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default |
| 30 | 2026-05-01T11:46:22.672Z | info: downloading installer |
| 31 | 2026-05-01T11:46:24.074Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-01T11:46:24.074Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-01T11:46:24.074Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-01T11:46:24.074Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-01T11:46:24.085Z | info: profile set to default |
| 36 | 2026-05-01T11:46:24.085Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-01T11:46:24.088Z | info: syncing channel updates for 1.94.1-x86_64-unknown-illumos |
| 38 | 2026-05-01T11:46:24.216Z | info: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25) |
| 39 | 2026-05-01T11:46:24.219Z | info: downloading 6 components |
| 40 | 2026-05-01T11:46:38.460Z | |
| 41 | 2026-05-01T11:46:38.460Z | info: default toolchain set to 1.94.1-x86_64-unknown-illumos |
| 42 | 2026-05-01T11:46:38.491Z | 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25) |
| 43 | 2026-05-01T11:46:38.491Z | |
| 44 | 2026-05-01T11:46:38.491Z | |
| 45 | 2026-05-01T11:46:38.491Z | Rust is installed now. Great! |
| 46 | 2026-05-01T11:46:38.491Z | |
| 47 | 2026-05-01T11:46:38.491Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-01T11:46:38.491Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-01T11:46:38.492Z | |
| 50 | 2026-05-01T11:46:38.492Z | To configure your current shell, you need to source |
| 51 | 2026-05-01T11:46:38.492Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-01T11:46:38.492Z | |
| 53 | 2026-05-01T11:46:38.492Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-01T11:46:38.495Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-01T11:46:38.495Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-01T11:46:38.495Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-01T11:46:38.495Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-01T11:46:38.495Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-01T11:46:38.495Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-01T11:46:38.495Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-01T11:46:38.495Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-01T11:46:38.577Z | + rustup --version |
| 63 | 2026-05-01T11:46:38.586Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-01T11:46:38.589Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-01T11:46:38.607Z | info: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)` |
| 66 | 2026-05-01T11:46:38.610Z | + cargo --version |
| 67 | 2026-05-01T11:46:38.623Z | cargo 1.94.1 (29ea6fb6a 2026-03-24) |
| 68 | 2026-05-01T11:46:38.626Z | + rustc --version |
| 69 | 2026-05-01T11:46:38.645Z | rustc 1.94.1 (e408947bf 2026-03-25) |
| 70 | 2026-05-01T11:46:38.647Z | process exited: duration 16075 ms, exit code 0 |
| |
| 71 | 2026-05-01T11:46:38.653Z | starting task 2: "authentication" |
| 72 | 2026-05-01T11:46:38.669Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-05-01T11:46:38.675Z | starting task 3: "clone repository" |
| 74 | 2026-05-01T11:46:38.678Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-05-01T11:46:38.680Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-05-01T11:46:38.711Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-05-01T11:46:39.512Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-05-01T11:46:39.512Z | + git fetch origin 4583506ff42244759da4024be62185e7da2eba1a |
| 79 | 2026-05-01T11:46:39.736Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-05-01T11:46:39.736Z | * branch 4583506ff42244759da4024be62185e7da2eba1a -> FETCH_HEAD |
| 81 | 2026-05-01T11:46:39.741Z | + [[ -n helios3 ]] |
| 82 | 2026-05-01T11:46:39.744Z | ++ git branch --show-current |
| 83 | 2026-05-01T11:46:39.744Z | + current=master |
| 84 | 2026-05-01T11:46:39.744Z | + [[ master != helios3 ]] |
| 85 | 2026-05-01T11:46:39.744Z | + git branch -f helios3 4583506ff42244759da4024be62185e7da2eba1a |
| 86 | 2026-05-01T11:46:39.748Z | + git checkout -f helios3 |
| 87 | 2026-05-01T11:46:39.762Z | Switched to branch 'helios3' |
| 88 | 2026-05-01T11:46:39.765Z | + git reset --hard 4583506ff42244759da4024be62185e7da2eba1a |
| 89 | 2026-05-01T11:46:39.779Z | HEAD is now at 4583506 Switch to helios3; include helios version in package FMRI |
| 90 | 2026-05-01T11:46:39.781Z | process exited: duration 1104 ms, exit code 0 |
| |
| 91 | 2026-05-01T11:46:39.787Z | starting task 4: "build" |
| 92 | 2026-05-01T11:46:39.791Z | + source .github/buildomat/common.sh |
| 93 | 2026-05-01T11:46:39.791Z | ++ rustup show active-toolchain |
| 94 | 2026-05-01T11:46:39.796Z | 1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-05-01T11:46:39.799Z | ++ pushd xde |
| 96 | 2026-05-01T11:46:39.799Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-05-01T11:46:39.799Z | ++ rustup show active-toolchain |
| 98 | 2026-05-01T11:46:39.802Z | info: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos |
| 99 | 2026-05-01T11:46:39.940Z | info: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31) |
| 100 | 2026-05-01T11:46:39.943Z | info: downloading 6 components |
| 101 | 2026-05-01T11:46:53.216Z | nightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-05-01T11:46:53.292Z | +++ rustup show active-toolchain -v |
| 103 | 2026-05-01T11:46:53.295Z | +++ head -n 1 |
| 104 | 2026-05-01T11:46:53.295Z | +++ cut '-d ' -f1 |
| 105 | 2026-05-01T11:46:53.348Z | ++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 106 | 2026-05-01T11:46:53.348Z | ++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 107 | 2026-05-01T11:46:53.348Z | ++ popd |
| 108 | 2026-05-01T11:46:53.350Z | /work/oxidecomputer/opte |
| 109 | 2026-05-01T11:46:53.350Z | + cargo --version |
| 110 | 2026-05-01T11:46:53.357Z | cargo 1.94.1 (29ea6fb6a 2026-03-24) |
| 111 | 2026-05-01T11:46:53.360Z | + rustc --version |
| 112 | 2026-05-01T11:46:53.380Z | rustc 1.94.1 (e408947bf 2026-03-25) |
| 113 | 2026-05-01T11:46:53.383Z | + cd lib/opte |
| 114 | 2026-05-01T11:46:53.383Z | + header 'check style' |
| 115 | 2026-05-01T11:46:53.383Z | + echo '# ==== check style ==== #' |
| 116 | 2026-05-01T11:46:53.383Z | # ==== check style ==== # |
| 117 | 2026-05-01T11:46:53.383Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check |
| 118 | 2026-05-01T11:46:53.563Z | |
| 119 | 2026-05-01T11:46:53.563Z | real 0.177838761 |
| 120 | 2026-05-01T11:46:53.563Z | user 0.134879590 |
| 121 | 2026-05-01T11:46:53.563Z | sys 0.035985983 |
| 122 | 2026-05-01T11:46:53.563Z | trap 0.000022538 |
| 123 | 2026-05-01T11:46:53.563Z | tflt 0.000008628 |
| 124 | 2026-05-01T11:46:53.563Z | dflt 0.000005828 |
| 125 | 2026-05-01T11:46:53.563Z | kflt 0.000000000 |
| 126 | 2026-05-01T11:46:53.563Z | lock 0.031666505 |
| 127 | 2026-05-01T11:46:53.563Z | slp 0.157420766 |
| 128 | 2026-05-01T11:46:53.563Z | lat 0.000799615 |
| 129 | 2026-05-01T11:46:53.563Z | stop 0.000087240 |
| 130 | 2026-05-01T11:46:53.566Z | + header 'check docs' |
| 131 | 2026-05-01T11:46:53.566Z | + echo '# ==== check docs ==== #' |
| 132 | 2026-05-01T11:46:53.566Z | # ==== check docs ==== # |
| 133 | 2026-05-01T11:46:53.566Z | + RUSTDOCFLAGS='-D warnings' |
| 134 | 2026-05-01T11:46:53.566Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 135 | 2026-05-01T11:46:53.633Z | Updating crates.io index |
| 136 | 2026-05-01T11:46:53.664Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-05-01T11:46:54.823Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-05-01T11:46:55.287Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-05-01T11:46:55.769Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-05-01T11:46:56.155Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-05-01T11:46:56.391Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-05-01T11:46:56.654Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-05-01T11:46:58.525Z | Downloading crates ... |
| 144 | 2026-05-01T11:46:58.582Z | Downloaded defmt-parser v1.0.0 |
| 145 | 2026-05-01T11:46:58.584Z | Downloaded aho-corasick v1.1.4 |
| 146 | 2026-05-01T11:46:58.587Z | Downloaded ingot v0.1.1 |
| 147 | 2026-05-01T11:46:58.587Z | Downloaded dof v0.4.0 |
| 148 | 2026-05-01T11:46:58.587Z | Downloaded ident_case v1.0.1 |
| 149 | 2026-05-01T11:46:58.590Z | Downloaded fnv v1.0.7 |
| 150 | 2026-05-01T11:46:58.590Z | Downloaded cpufeatures v0.2.17 |
| 151 | 2026-05-01T11:46:58.590Z | Downloaded defmt v0.3.100 |
| 152 | 2026-05-01T11:46:58.592Z | Downloaded darling v0.21.3 |
| 153 | 2026-05-01T11:46:58.596Z | Downloaded dyn-clone v1.0.20 |
| 154 | 2026-05-01T11:46:58.598Z | Downloaded darling_macro v0.23.0 |
| 155 | 2026-05-01T11:46:58.599Z | Downloaded cfg-if v1.0.4 |
| 156 | 2026-05-01T11:46:58.599Z | Downloaded managed v0.8.0 |
| 157 | 2026-05-01T11:46:58.601Z | Downloaded block-buffer v0.10.4 |
| 158 | 2026-05-01T11:46:58.601Z | Downloaded macaddr v1.0.1 |
| 159 | 2026-05-01T11:46:58.601Z | Downloaded bitflags v1.3.2 |
| 160 | 2026-05-01T11:46:58.604Z | Downloaded ipnetwork v0.21.1 |
| 161 | 2026-05-01T11:46:58.608Z | Downloaded embedded-io v0.6.1 |
| 162 | 2026-05-01T11:46:58.613Z | Downloaded hash32 v0.3.1 |
| 163 | 2026-05-01T11:46:58.615Z | Downloaded stable_deref_trait v1.2.1 |
| 164 | 2026-05-01T11:46:58.615Z | Downloaded tabwriter v1.4.1 |
| 165 | 2026-05-01T11:46:58.615Z | Downloaded embedded-io v0.4.0 |
| 166 | 2026-05-01T11:46:58.618Z | Downloaded darling_macro v0.21.3 |
| 167 | 2026-05-01T11:46:58.618Z | Downloaded crypto-common v0.1.7 |
| 168 | 2026-05-01T11:46:58.618Z | Downloaded plain v0.2.3 |
| 169 | 2026-05-01T11:46:58.624Z | Downloaded pretty-hex v0.4.2 |
| 170 | 2026-05-01T11:46:58.627Z | Downloaded thread-id v5.1.0 |
| 171 | 2026-05-01T11:46:58.627Z | Downloaded generic-array v0.14.7 |
| 172 | 2026-05-01T11:46:58.627Z | Downloaded dtrace-parser v0.3.0 |
| 173 | 2026-05-01T11:46:58.630Z | Downloaded ingot-types v0.1.2 |
| 174 | 2026-05-01T11:46:58.633Z | Downloaded itoa v1.0.18 |
| 175 | 2026-05-01T11:46:58.638Z | Downloaded version_check v0.9.5 |
| 176 | 2026-05-01T11:46:58.642Z | Downloaded ref-cast v1.0.25 |
| 177 | 2026-05-01T11:46:58.642Z | Downloaded usdt v0.6.0 |
| 178 | 2026-05-01T11:46:58.646Z | Downloaded scroll_derive v0.13.1 |
| 179 | 2026-05-01T11:46:58.652Z | Downloaded usdt-macro v0.6.0 |
| 180 | 2026-05-01T11:46:58.655Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 181 | 2026-05-01T11:46:58.658Z | Downloaded usdt-attr-macro v0.6.0 |
| 182 | 2026-05-01T11:46:58.658Z | Downloaded strsim v0.11.1 |
| 183 | 2026-05-01T11:46:58.665Z | Downloaded either v1.15.0 |
| 184 | 2026-05-01T11:46:58.668Z | Downloaded defmt v1.0.1 |
| 185 | 2026-05-01T11:46:58.672Z | Downloaded defmt-macros v1.0.1 |
| 186 | 2026-05-01T11:46:58.675Z | Downloaded thiserror-impl v2.0.18 |
| 187 | 2026-05-01T11:46:58.678Z | Downloaded usdt-impl v0.6.0 |
| 188 | 2026-05-01T11:46:58.681Z | Downloaded postcard v1.1.3 |
| 189 | 2026-05-01T11:46:58.681Z | Downloaded ingot-macros v0.1.1 |
| 190 | 2026-05-01T11:46:58.683Z | Downloaded darling v0.23.0 |
| 191 | 2026-05-01T11:46:58.686Z | Downloaded thiserror v2.0.18 |
| 192 | 2026-05-01T11:46:58.689Z | Downloaded zmij v1.0.21 |
| 193 | 2026-05-01T11:46:58.689Z | Downloaded scroll v0.13.0 |
| 194 | 2026-05-01T11:46:58.689Z | Downloaded ref-cast-impl v1.0.25 |
| 195 | 2026-05-01T11:46:58.692Z | Downloaded quote v1.0.45 |
| 196 | 2026-05-01T11:46:58.692Z | Downloaded digest v0.10.7 |
| 197 | 2026-05-01T11:46:58.692Z | Downloaded cobs v0.3.0 |
| 198 | 2026-05-01T11:46:58.694Z | Downloaded proc-macro-error2 v2.0.1 |
| 199 | 2026-05-01T11:46:58.701Z | Downloaded serde_tokenstream v0.2.3 |
| 200 | 2026-05-01T11:46:58.707Z | Downloaded ucd-trie v0.1.7 |
| 201 | 2026-05-01T11:46:58.710Z | Downloaded memmap2 v0.9.10 |
| 202 | 2026-05-01T11:46:58.724Z | Downloaded pest_generator v2.8.6 |
| 203 | 2026-05-01T11:46:58.729Z | Downloaded byteorder v1.5.0 |
| 204 | 2026-05-01T11:46:58.732Z | Downloaded pest_meta v2.8.6 |
| 205 | 2026-05-01T11:46:58.735Z | Downloaded log v0.4.29 |
| 206 | 2026-05-01T11:46:58.735Z | Downloaded bitflags v2.11.1 |
| 207 | 2026-05-01T11:46:58.738Z | Downloaded pest_derive v2.8.6 |
| 208 | 2026-05-01T11:46:58.741Z | Downloaded proc-macro2 v1.0.106 |
| 209 | 2026-05-01T11:46:58.741Z | Downloaded crc32fast v1.5.0 |
| 210 | 2026-05-01T11:46:58.743Z | Downloaded sha2 v0.10.9 |
| 211 | 2026-05-01T11:46:58.746Z | Downloaded serde_derive v1.0.228 |
| 212 | 2026-05-01T11:46:58.759Z | Downloaded unicode-ident v1.0.24 |
| 213 | 2026-05-01T11:46:58.762Z | Downloaded darling_core v0.23.0 |
| 214 | 2026-05-01T11:46:58.764Z | Downloaded heapless v0.8.0 |
| 215 | 2026-05-01T11:46:58.768Z | Downloaded serde_core v1.0.228 |
| 216 | 2026-05-01T11:46:58.778Z | Downloaded serde v1.0.228 |
| 217 | 2026-05-01T11:46:58.781Z | Downloaded darling_core v0.21.3 |
| 218 | 2026-05-01T11:46:58.785Z | Downloaded zerocopy-derive v0.8.48 |
| 219 | 2026-05-01T11:46:58.789Z | Downloaded memchr v2.8.0 |
| 220 | 2026-05-01T11:46:58.804Z | Downloaded typenum v1.20.0 |
| 221 | 2026-05-01T11:46:58.817Z | Downloaded pest v2.8.6 |
| 222 | 2026-05-01T11:46:58.836Z | Downloaded itertools v0.14.0 |
| 223 | 2026-05-01T11:46:58.840Z | Downloaded serde_json v1.0.149 |
| 224 | 2026-05-01T11:46:58.847Z | Downloaded regex v1.12.3 |
| 225 | 2026-05-01T11:46:58.900Z | Downloaded goblin v0.10.5 |
| 226 | 2026-05-01T11:46:58.904Z | Downloaded syn v2.0.117 |
| 227 | 2026-05-01T11:46:58.910Z | Downloaded zerocopy v0.8.48 |
| 228 | 2026-05-01T11:46:58.920Z | Downloaded unicode-width v0.2.2 |
| 229 | 2026-05-01T11:46:58.923Z | Downloaded smoltcp v0.11.0 |
| 230 | 2026-05-01T11:46:58.929Z | Downloaded regex-syntax v0.8.10 |
| 231 | 2026-05-01T11:46:58.957Z | Downloaded regex-automata v0.4.14 |
| 232 | 2026-05-01T11:46:58.966Z | Downloaded libc v0.2.186 |
| 233 | 2026-05-01T11:46:59.027Z | Compiling proc-macro2 v1.0.106 |
| 234 | 2026-05-01T11:46:59.027Z | Compiling quote v1.0.45 |
| 235 | 2026-05-01T11:46:59.027Z | Compiling unicode-ident v1.0.24 |
| 236 | 2026-05-01T11:46:59.030Z | Documenting unicode-ident v1.0.24 |
| 237 | 2026-05-01T11:46:59.030Z | Compiling strsim v0.11.1 |
| 238 | 2026-05-01T11:46:59.030Z | Compiling ident_case v1.0.1 |
| 239 | 2026-05-01T11:46:59.030Z | Compiling serde_core v1.0.228 |
| 240 | 2026-05-01T11:46:59.181Z | Compiling fnv v1.0.7 |
| 241 | 2026-05-01T11:46:59.198Z | Checking memchr v2.8.0 |
| 242 | 2026-05-01T11:46:59.263Z | Compiling thiserror v2.0.18 |
| 243 | 2026-05-01T11:46:59.415Z | Compiling serde v1.0.228 |
| 244 | 2026-05-01T11:46:59.454Z | Compiling zerocopy v0.8.48 |
| 245 | 2026-05-01T11:46:59.559Z | Documenting proc-macro2 v1.0.106 |
| 246 | 2026-05-01T11:46:59.598Z | Compiling aho-corasick v1.1.4 |
| 247 | 2026-05-01T11:46:59.746Z | Compiling regex-syntax v0.8.10 |
| 248 | 2026-05-01T11:47:00.006Z | Checking syn v2.0.117 |
| 249 | 2026-05-01T11:47:00.125Z | Compiling either v1.15.0 |
| 250 | 2026-05-01T11:47:00.131Z | Documenting quote v1.0.45 |
| 251 | 2026-05-01T11:47:00.317Z | Checking byteorder v1.5.0 |
| 252 | 2026-05-01T11:47:00.608Z | Documenting syn v2.0.117 |
| 253 | 2026-05-01T11:47:00.659Z | Compiling itertools v0.14.0 |
| 254 | 2026-05-01T11:47:00.847Z | Compiling heapless v0.8.0 |
| 255 | 2026-05-01T11:47:00.997Z | Documenting memchr v2.8.0 |
| 256 | 2026-05-01T11:47:01.151Z | Compiling regex-automata v0.4.14 |
| 257 | 2026-05-01T11:47:01.604Z | Documenting aho-corasick v1.1.4 |
| 258 | 2026-05-01T11:47:01.849Z | Checking bitflags v2.11.1 |
| 259 | 2026-05-01T11:47:01.933Z | Checking hash32 v0.3.1 |
| 260 | 2026-05-01T11:47:01.950Z | Documenting serde_core v1.0.228 |
| 261 | 2026-05-01T11:47:02.031Z | Checking macaddr v1.0.1 |
| 262 | 2026-05-01T11:47:02.041Z | Documenting regex-syntax v0.8.10 |
| 263 | 2026-05-01T11:47:02.172Z | Checking cfg-if v1.0.4 |
| 264 | 2026-05-01T11:47:02.341Z | Checking stable_deref_trait v1.2.1 |
| 265 | 2026-05-01T11:47:02.358Z | Checking darling_core v0.21.3 |
| 266 | 2026-05-01T11:47:02.641Z | Compiling darling_core v0.23.0 |
| 267 | 2026-05-01T11:47:03.095Z | Compiling regex v1.12.3 |
| 268 | 2026-05-01T11:47:03.187Z | Documenting regex-automata v0.4.14 |
| 269 | 2026-05-01T11:47:03.284Z | Compiling smoltcp v0.11.0 |
| 270 | 2026-05-01T11:47:03.614Z | Documenting zerocopy-derive v0.8.48 |
| 271 | 2026-05-01T11:47:03.640Z | Documenting serde_derive v1.0.228 |
| 272 | 2026-05-01T11:47:03.675Z | Compiling serde_derive v1.0.228 |
| 273 | 2026-05-01T11:47:03.698Z | Compiling zerocopy-derive v0.8.48 |
| 274 | 2026-05-01T11:47:03.752Z | Compiling thiserror-impl v2.0.18 |
| 275 | 2026-05-01T11:47:04.495Z | Documenting regex v1.12.3 |
| 276 | 2026-05-01T11:47:04.550Z | Documenting thiserror-impl v2.0.18 |
| 277 | 2026-05-01T11:47:04.633Z | Compiling darling_macro v0.21.3 |
| 278 | 2026-05-01T11:47:04.704Z | Compiling darling_macro v0.23.0 |
| 279 | 2026-05-01T11:47:05.066Z | Checking cobs v0.3.0 |
| 280 | 2026-05-01T11:47:05.194Z | Compiling darling v0.21.3 |
| 281 | 2026-05-01T11:47:05.267Z | Compiling ingot-macros v0.1.1 |
| 282 | 2026-05-01T11:47:05.317Z | Checking managed v0.8.0 |
| 283 | 2026-05-01T11:47:05.336Z | Checking bitflags v1.3.2 |
| 284 | 2026-05-01T11:47:05.397Z | Documenting byteorder v1.5.0 |
| 285 | 2026-05-01T11:47:05.430Z | Documenting thiserror v2.0.18 |
| 286 | 2026-05-01T11:47:05.490Z | Documenting zerocopy v0.8.48 |
| 287 | 2026-05-01T11:47:05.541Z | Documenting bitflags v2.11.1 |
| 288 | 2026-05-01T11:47:05.757Z | Documenting ingot-macros v0.1.1 |
| 289 | 2026-05-01T11:47:05.939Z | Documenting hash32 v0.3.1 |
| 290 | 2026-05-01T11:47:06.092Z | Documenting macaddr v1.0.1 |
| 291 | 2026-05-01T11:47:06.281Z | Documenting stable_deref_trait v1.2.1 |
| 292 | 2026-05-01T11:47:06.462Z | Documenting serde v1.0.228 |
| 293 | 2026-05-01T11:47:06.633Z | Compiling ref-cast v1.0.25 |
| 294 | 2026-05-01T11:47:06.684Z | Compiling crc32fast v1.5.0 |
| 295 | 2026-05-01T11:47:06.789Z | Documenting cfg-if v1.0.4 |
| 296 | 2026-05-01T11:47:07.023Z | Documenting heapless v0.8.0 |
| 297 | 2026-05-01T11:47:07.048Z | Checking postcard v1.1.3 |
| 298 | 2026-05-01T11:47:07.054Z | Documenting cobs v0.3.0 |
| 299 | 2026-05-01T11:47:07.321Z | Compiling ref-cast-impl v1.0.25 |
| 300 | 2026-05-01T11:47:07.597Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 301 | 2026-05-01T11:47:07.842Z | Documenting managed v0.8.0 |
| 302 | 2026-05-01T11:47:07.933Z | Checking unicode-width v0.2.2 |
| 303 | 2026-05-01T11:47:07.971Z | Checking ingot-types v0.1.2 |
| 304 | 2026-05-01T11:47:08.027Z | Compiling version_check v0.9.5 |
| 305 | 2026-05-01T11:47:08.173Z | Checking ipnetwork v0.21.1 |
| 306 | 2026-05-01T11:47:08.189Z | Documenting postcard v1.1.3 |
| 307 | 2026-05-01T11:47:08.294Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 308 | 2026-05-01T11:47:08.305Z | Checking ingot v0.1.1 |
| 309 | 2026-05-01T11:47:08.347Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 310 | 2026-05-01T11:47:08.511Z | Compiling darling v0.23.0 |
| 311 | 2026-05-01T11:47:08.528Z | Documenting smoltcp v0.11.0 |
| 312 | 2026-05-01T11:47:08.531Z | Documenting ingot-types v0.1.2 |
| 313 | 2026-05-01T11:47:08.535Z | Documenting ref-cast-impl v1.0.25 |
| 314 | 2026-05-01T11:47:08.580Z | Documenting ipnetwork v0.21.1 |
| 315 | 2026-05-01T11:47:08.818Z | Documenting either v1.15.0 |
| 316 | 2026-05-01T11:47:08.919Z | Documenting unicode-width v0.2.2 |
| 317 | 2026-05-01T11:47:09.160Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 318 | 2026-05-01T11:47:09.407Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 319 | 2026-05-01T11:47:09.626Z | Documenting ref-cast v1.0.25 |
| 320 | 2026-05-01T11:47:09.804Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 321 | 2026-05-01T11:47:09.898Z | Documenting ingot v0.1.1 |
| 322 | 2026-05-01T11:47:10.099Z | Documenting itertools v0.14.0 |
| 323 | 2026-05-01T11:47:10.106Z | Checking tabwriter v1.4.1 |
| 324 | 2026-05-01T11:47:10.567Z | Documenting crc32fast v1.5.0 |
| 325 | 2026-05-01T11:47:10.673Z | Documenting tabwriter v1.4.1 |
| 326 | 2026-05-01T11:47:10.771Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 327 | 2026-05-01T11:47:10.956Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 328 | 2026-05-01T11:47:10.965Z | Documenting dyn-clone v1.0.20 |
| 329 | 2026-05-01T11:47:11.216Z | Checking dyn-clone v1.0.20 |
| 330 | 2026-05-01T11:47:12.598Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 331 | 2026-05-01T11:47:13.728Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 332 | 2026-05-01T11:47:15.874Z | Finished `dev` profile [optimized + debuginfo] target(s) in 22.30s |
| 333 | 2026-05-01T11:47:15.962Z | Generated /work/oxidecomputer/opte/target/doc/opte/index.html |
| 334 | 2026-05-01T11:47:15.981Z | |
| 335 | 2026-05-01T11:47:15.981Z | real 22.398126427 |
| 336 | 2026-05-01T11:47:15.981Z | user 1:15.215593327 |
| 337 | 2026-05-01T11:47:15.981Z | sys 15.746607647 |
| 338 | 2026-05-01T11:47:15.981Z | trap 0.048830574 |
| 339 | 2026-05-01T11:47:15.984Z | tflt 0.050779234 |
| 340 | 2026-05-01T11:47:15.984Z | dflt 0.082655706 |
| 341 | 2026-05-01T11:47:15.984Z | kflt 0.004030282 |
| 342 | 2026-05-01T11:47:15.984Z | lock 6:32.219668383 |
| 343 | 2026-05-01T11:47:15.984Z | slp 4:09.092415747 |
| 344 | 2026-05-01T11:47:15.984Z | lat 6.692337817 |
| 345 | 2026-05-01T11:47:15.984Z | stop 9.199135670 |
| 346 | 2026-05-01T11:47:15.984Z | + header 'analyze std + api' |
| 347 | 2026-05-01T11:47:15.985Z | + echo '# ==== analyze std + api ==== #' |
| 348 | 2026-05-01T11:47:15.985Z | # ==== analyze std + api ==== # |
| 349 | 2026-05-01T11:47:15.985Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 350 | 2026-05-01T11:47:16.217Z | Compiling proc-macro2 v1.0.106 |
| 351 | 2026-05-01T11:47:16.217Z | Compiling quote v1.0.45 |
| 352 | 2026-05-01T11:47:16.217Z | Compiling unicode-ident v1.0.24 |
| 353 | 2026-05-01T11:47:16.217Z | Compiling memchr v2.8.0 |
| 354 | 2026-05-01T11:47:16.221Z | Compiling thiserror v2.0.18 |
| 355 | 2026-05-01T11:47:16.221Z | Compiling zerocopy v0.8.48 |
| 356 | 2026-05-01T11:47:16.221Z | Compiling zmij v1.0.21 |
| 357 | 2026-05-01T11:47:16.221Z | Compiling serde_core v1.0.228 |
| 358 | 2026-05-01T11:47:16.390Z | Compiling libc v0.2.186 |
| 359 | 2026-05-01T11:47:16.550Z | Compiling serde_json v1.0.149 |
| 360 | 2026-05-01T11:47:16.581Z | Compiling ucd-trie v0.1.7 |
| 361 | 2026-05-01T11:47:16.585Z | Compiling strsim v0.11.1 |
| 362 | 2026-05-01T11:47:16.592Z | Compiling ident_case v1.0.1 |
| 363 | 2026-05-01T11:47:16.750Z | Compiling pest v2.8.6 |
| 364 | 2026-05-01T11:47:16.806Z | Compiling serde v1.0.228 |
| 365 | 2026-05-01T11:47:17.021Z | Compiling fnv v1.0.7 |
| 366 | 2026-05-01T11:47:17.154Z | Compiling aho-corasick v1.1.4 |
| 367 | 2026-05-01T11:47:17.164Z | Compiling regex-syntax v0.8.10 |
| 368 | 2026-05-01T11:47:17.173Z | Checking byteorder v1.5.0 |
| 369 | 2026-05-01T11:47:17.366Z | Compiling itoa v1.0.18 |
| 370 | 2026-05-01T11:47:17.529Z | Compiling syn v2.0.117 |
| 371 | 2026-05-01T11:47:17.845Z | Compiling pest_meta v2.8.6 |
| 372 | 2026-05-01T11:47:17.991Z | Compiling usdt-impl v0.6.0 |
| 373 | 2026-05-01T11:47:18.150Z | Compiling either v1.15.0 |
| 374 | 2026-05-01T11:47:18.341Z | Compiling itertools v0.14.0 |
| 375 | 2026-05-01T11:47:18.561Z | Compiling regex-automata v0.4.14 |
| 376 | 2026-05-01T11:47:18.622Z | Compiling thread-id v5.1.0 |
| 377 | 2026-05-01T11:47:18.814Z | Checking log v0.4.29 |
| 378 | 2026-05-01T11:47:18.943Z | Checking plain v0.2.3 |
| 379 | 2026-05-01T11:47:19.035Z | Compiling heapless v0.8.0 |
| 380 | 2026-05-01T11:47:19.464Z | Checking bitflags v2.11.1 |
| 381 | 2026-05-01T11:47:19.469Z | Checking hash32 v0.3.1 |
| 382 | 2026-05-01T11:47:19.542Z | Checking macaddr v1.0.1 |
| 383 | 2026-05-01T11:47:19.580Z | Checking pretty-hex v0.4.2 |
| 384 | 2026-05-01T11:47:19.597Z | Checking cfg-if v1.0.4 |
| 385 | 2026-05-01T11:47:19.614Z | Checking stable_deref_trait v1.2.1 |
| 386 | 2026-05-01T11:47:19.673Z | Compiling smoltcp v0.11.0 |
| 387 | 2026-05-01T11:47:19.789Z | Compiling ref-cast v1.0.25 |
| 388 | 2026-05-01T11:47:19.876Z | Compiling pest_generator v2.8.6 |
| 389 | 2026-05-01T11:47:19.992Z | Compiling darling_core v0.21.3 |
| 390 | 2026-05-01T11:47:20.035Z | Compiling darling_core v0.23.0 |
| 391 | 2026-05-01T11:47:20.103Z | Checking managed v0.8.0 |
| 392 | 2026-05-01T11:47:20.220Z | Compiling regex v1.12.3 |
| 393 | 2026-05-01T11:47:20.276Z | Checking bitflags v1.3.2 |
| 394 | 2026-05-01T11:47:20.337Z | Compiling crc32fast v1.5.0 |
| 395 | 2026-05-01T11:47:20.484Z | Compiling version_check v0.9.5 |
| 396 | 2026-05-01T11:47:20.678Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 397 | 2026-05-01T11:47:20.754Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 398 | 2026-05-01T11:47:20.964Z | Checking memmap2 v0.9.10 |
| 399 | 2026-05-01T11:47:20.985Z | Checking unicode-width v0.2.2 |
| 400 | 2026-05-01T11:47:21.077Z | Checking ipnetwork v0.21.1 |
| 401 | 2026-05-01T11:47:21.099Z | Compiling thiserror-impl v2.0.18 |
| 402 | 2026-05-01T11:47:21.111Z | Compiling serde_derive v1.0.228 |
| 403 | 2026-05-01T11:47:21.221Z | Compiling zerocopy-derive v0.8.48 |
| 404 | 2026-05-01T11:47:21.240Z | Compiling pest_derive v2.8.6 |
| 405 | 2026-05-01T11:47:21.631Z | Compiling scroll_derive v0.13.1 |
| 406 | 2026-05-01T11:47:21.724Z | Compiling ref-cast-impl v1.0.25 |
| 407 | 2026-05-01T11:47:22.077Z | Compiling darling_macro v0.21.3 |
| 408 | 2026-05-01T11:47:22.126Z | Compiling darling_macro v0.23.0 |
| 409 | 2026-05-01T11:47:22.427Z | Checking cobs v0.3.0 |
| 410 | 2026-05-01T11:47:22.482Z | Checking scroll v0.13.0 |
| 411 | 2026-05-01T11:47:22.487Z | Compiling dtrace-parser v0.3.0 |
| 412 | 2026-05-01T11:47:22.657Z | Compiling darling v0.21.3 |
| 413 | 2026-05-01T11:47:22.701Z | Checking goblin v0.10.5 |
| 414 | 2026-05-01T11:47:22.728Z | Compiling ingot-macros v0.1.1 |
| 415 | 2026-05-01T11:47:22.791Z | Compiling darling v0.23.0 |
| 416 | 2026-05-01T11:47:22.862Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 417 | 2026-05-01T11:47:23.029Z | Checking tabwriter v1.4.1 |
| 418 | 2026-05-01T11:47:23.082Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 419 | 2026-05-01T11:47:23.321Z | Checking dyn-clone v1.0.20 |
| 420 | 2026-05-01T11:47:24.155Z | Checking postcard v1.1.3 |
| 421 | 2026-05-01T11:47:24.176Z | Compiling serde_tokenstream v0.2.3 |
| 422 | 2026-05-01T11:47:25.228Z | Compiling dof v0.4.0 |
| 423 | 2026-05-01T11:47:25.233Z | Checking ingot-types v0.1.2 |
| 424 | 2026-05-01T11:47:25.518Z | Checking ingot v0.1.1 |
| 425 | 2026-05-01T11:47:26.071Z | Compiling usdt-macro v0.6.0 |
| 426 | 2026-05-01T11:47:26.071Z | Compiling usdt-attr-macro v0.6.0 |
| 427 | 2026-05-01T11:47:26.636Z | Checking usdt v0.6.0 |
| 428 | 2026-05-01T11:47:26.918Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 429 | 2026-05-01T11:47:34.896Z | Finished `dev` profile [optimized + debuginfo] target(s) in 18.86s |
| 430 | 2026-05-01T11:47:34.925Z | |
| 431 | 2026-05-01T11:47:34.925Z | real 18.937806609 |
| 432 | 2026-05-01T11:47:34.925Z | user 1:03.126883485 |
| 433 | 2026-05-01T11:47:34.925Z | sys 12.265506327 |
| 434 | 2026-05-01T11:47:34.925Z | trap 0.031885253 |
| 435 | 2026-05-01T11:47:34.925Z | tflt 0.166441067 |
| 436 | 2026-05-01T11:47:34.925Z | dflt 0.175253341 |
| 437 | 2026-05-01T11:47:34.925Z | kflt 0.000017421 |
| 438 | 2026-05-01T11:47:34.925Z | lock 3:40.066871264 |
| 439 | 2026-05-01T11:47:34.925Z | slp 3:20.369180563 |
| 440 | 2026-05-01T11:47:34.928Z | lat 2.866442362 |
| 441 | 2026-05-01T11:47:34.928Z | stop 6.308201791 |
| 442 | 2026-05-01T11:47:34.928Z | + header 'analyze no_std + engine + kernel' |
| 443 | 2026-05-01T11:47:34.928Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 444 | 2026-05-01T11:47:34.928Z | # ==== analyze no_std + engine + kernel ==== # |
| 445 | 2026-05-01T11:47:34.928Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings |
| 446 | 2026-05-01T11:47:35.104Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 447 | 2026-05-01T11:47:35.104Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 448 | 2026-05-01T11:47:35.125Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 449 | 2026-05-01T11:47:35.125Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 450 | 2026-05-01T11:47:35.369Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 451 | 2026-05-01T11:47:39.491Z | Finished `dev` profile [optimized + debuginfo] target(s) in 4.52s |
| 452 | 2026-05-01T11:47:39.520Z | |
| 453 | 2026-05-01T11:47:39.520Z | real 4.588836648 |
| 454 | 2026-05-01T11:47:39.520Z | user 4.970722659 |
| 455 | 2026-05-01T11:47:39.520Z | sys 0.881384013 |
| 456 | 2026-05-01T11:47:39.520Z | trap 0.000765315 |
| 457 | 2026-05-01T11:47:39.520Z | tflt 0.009722309 |
| 458 | 2026-05-01T11:47:39.520Z | dflt 0.002810972 |
| 459 | 2026-05-01T11:47:39.520Z | kflt 0.000000000 |
| 460 | 2026-05-01T11:47:39.520Z | lock 16.311979436 |
| 461 | 2026-05-01T11:47:39.520Z | slp 17.722973773 |
| 462 | 2026-05-01T11:47:39.520Z | lat 0.013927044 |
| 463 | 2026-05-01T11:47:39.520Z | stop 0.211133840 |
| 464 | 2026-05-01T11:47:39.523Z | + header test |
| 465 | 2026-05-01T11:47:39.523Z | + echo '# ==== test ==== #' |
| 466 | 2026-05-01T11:47:39.523Z | + ptime -m cargo test |
| 467 | 2026-05-01T11:47:39.523Z | # ==== test ==== # |
| 468 | 2026-05-01T11:47:39.669Z | Compiling serde_core v1.0.228 |
| 469 | 2026-05-01T11:47:39.672Z | Compiling thiserror v2.0.18 |
| 470 | 2026-05-01T11:47:39.689Z | Compiling zerocopy v0.8.48 |
| 471 | 2026-05-01T11:47:39.694Z | Compiling byteorder v1.5.0 |
| 472 | 2026-05-01T11:47:39.696Z | Compiling memchr v2.8.0 |
| 473 | 2026-05-01T11:47:39.700Z | Compiling unicode-ident v1.0.24 |
| 474 | 2026-05-01T11:47:39.703Z | Compiling zmij v1.0.21 |
| 475 | 2026-05-01T11:47:39.703Z | Compiling scroll v0.13.0 |
| 476 | 2026-05-01T11:47:39.773Z | Compiling libc v0.2.186 |
| 477 | 2026-05-01T11:47:39.819Z | Compiling proc-macro2 v1.0.106 |
| 478 | 2026-05-01T11:47:39.898Z | Compiling itoa v1.0.18 |
| 479 | 2026-05-01T11:47:39.950Z | Compiling plain v0.2.3 |
| 480 | 2026-05-01T11:47:40.046Z | Compiling log v0.4.29 |
| 481 | 2026-05-01T11:47:40.066Z | Compiling ucd-trie v0.1.7 |
| 482 | 2026-05-01T11:47:40.119Z | Compiling hash32 v0.3.1 |
| 483 | 2026-05-01T11:47:40.152Z | Compiling macaddr v1.0.1 |
| 484 | 2026-05-01T11:47:40.253Z | Compiling pest v2.8.6 |
| 485 | 2026-05-01T11:47:40.275Z | Compiling goblin v0.10.5 |
| 486 | 2026-05-01T11:47:40.397Z | Compiling quote v1.0.45 |
| 487 | 2026-05-01T11:47:40.763Z | Compiling stable_deref_trait v1.2.1 |
| 488 | 2026-05-01T11:47:40.831Z | Compiling pretty-hex v0.4.2 |
| 489 | 2026-05-01T11:47:40.957Z | Compiling cfg-if v1.0.4 |
| 490 | 2026-05-01T11:47:41.020Z | Compiling heapless v0.8.0 |
| 491 | 2026-05-01T11:47:41.071Z | Compiling syn v2.0.117 |
| 492 | 2026-05-01T11:47:41.229Z | Compiling thread-id v5.1.0 |
| 493 | 2026-05-01T11:47:41.307Z | Compiling dtrace-parser v0.3.0 |
| 494 | 2026-05-01T11:47:41.458Z | Compiling serde v1.0.228 |
| 495 | 2026-05-01T11:47:41.620Z | Compiling bitflags v2.11.1 |
| 496 | 2026-05-01T11:47:41.978Z | Compiling serde_json v1.0.149 |
| 497 | 2026-05-01T11:47:42.034Z | Compiling cobs v0.3.0 |
| 498 | 2026-05-01T11:47:42.080Z | Compiling managed v0.8.0 |
| 499 | 2026-05-01T11:47:42.303Z | Compiling bitflags v1.3.2 |
| 500 | 2026-05-01T11:47:42.309Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 501 | 2026-05-01T11:47:42.369Z | Compiling smoltcp v0.11.0 |
| 502 | 2026-05-01T11:47:42.524Z | Compiling ingot-types v0.1.2 |
| 503 | 2026-05-01T11:47:42.604Z | Compiling postcard v1.1.3 |
| 504 | 2026-05-01T11:47:42.663Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 505 | 2026-05-01T11:47:42.923Z | Compiling ingot v0.1.1 |
| 506 | 2026-05-01T11:47:42.938Z | Compiling memmap2 v0.9.10 |
| 507 | 2026-05-01T11:47:43.223Z | Compiling dof v0.4.0 |
| 508 | 2026-05-01T11:47:43.238Z | Compiling ipnetwork v0.21.1 |
| 509 | 2026-05-01T11:47:43.765Z | Compiling either v1.15.0 |
| 510 | 2026-05-01T11:47:43.963Z | Compiling usdt-impl v0.6.0 |
| 511 | 2026-05-01T11:47:44.970Z | Compiling unicode-width v0.2.2 |
| 512 | 2026-05-01T11:47:45.103Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 513 | 2026-05-01T11:47:45.112Z | Compiling usdt v0.6.0 |
| 514 | 2026-05-01T11:47:45.281Z | Compiling tabwriter v1.4.1 |
| 515 | 2026-05-01T11:47:45.696Z | Compiling itertools v0.14.0 |
| 516 | 2026-05-01T11:47:45.743Z | Compiling ref-cast v1.0.25 |
| 517 | 2026-05-01T11:47:45.837Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 518 | 2026-05-01T11:47:46.555Z | Compiling crc32fast v1.5.0 |
| 519 | 2026-05-01T11:47:46.593Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 520 | 2026-05-01T11:47:46.795Z | Compiling dyn-clone v1.0.20 |
| 521 | 2026-05-01T11:47:59.922Z | Finished `test` profile [optimized + debuginfo] target(s) in 20.39s |
| 522 | 2026-05-01T11:47:59.935Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-df5b97a0be81293d) |
| 523 | 2026-05-01T11:47:59.937Z | |
| 524 | 2026-05-01T11:47:59.937Z | running 72 tests |
| 525 | 2026-05-01T11:47:59.938Z | test d_error::tests::name_truncation ... ok |
| 526 | 2026-05-01T11:47:59.938Z | test ddi::mblk::test::chain_breaks_links ... ok |
| 527 | 2026-05-01T11:47:59.938Z | test ddi::mblk::test::chain_drain_complete ... ok |
| 528 | 2026-05-01T11:47:59.938Z | test d_error::tests::name_and_data_storage ... ok |
| 529 | 2026-05-01T11:47:59.938Z | test ddi::mblk::test::chain_has_correct_ends ... ok |
| 530 | 2026-05-01T11:47:59.938Z | test ddi::mblk::test::chain_append_links ... ok |
| 531 | 2026-05-01T11:47:59.938Z | test ddi::mblk::test::expand_and_shrink ... ok |
| 532 | 2026-05-01T11:47:59.938Z | test ddi::mblk::test::test_long_packet_continuation ... ok |
| 533 | 2026-05-01T11:47:59.938Z | test ddi::mblk::test::prefix_len ... ok |
| 534 | 2026-05-01T11:47:59.938Z | test ddi::mblk::test::read_seg ... ok |
| 535 | 2026-05-01T11:47:59.938Z | test ddi::mblk::test::wrap ... ok |
| 536 | 2026-05-01T11:47:59.938Z | test ddi::mblk::test::zero_byte_packet ... ok |
| 537 | 2026-05-01T11:47:59.938Z | test ddi::mblk::test::uninitialized_packet ... ok |
| 538 | 2026-05-01T11:47:59.941Z | test ddi::mblk::test::truncate ... ok |
| 539 | 2026-05-01T11:47:59.942Z | test ddi::time::test::good_interval ... ok |
| 540 | 2026-05-01T11:47:59.942Z | test engine::dhcp::test::domain_search_option_encode ... ok |
| 541 | 2026-05-01T11:47:59.942Z | test engine::dhcp::test::hostname_encode ... ok |
| 542 | 2026-05-01T11:47:59.942Z | test engine::dhcp::test::domainname_encode ... ok |
| 543 | 2026-05-01T11:47:59.942Z | test engine::dhcp::test::offlink_encode ... ok |
| 544 | 2026-05-01T11:47:59.942Z | test engine::dhcp::test::rfc3442_encode ... ok |
| 545 | 2026-05-01T11:47:59.942Z | test engine::dhcpv6::options::test::test_client_id ... ok |
| 546 | 2026-05-01T11:47:59.942Z | test engine::dhcpv6::options::test::test_dns_servers ... ok |
| 547 | 2026-05-01T11:47:59.942Z | test engine::dhcpv6::options::test::test_option_request ... ok |
| 548 | 2026-05-01T11:47:59.942Z | test engine::dhcpv6::options::test::test_domain_list_from_slice ... ok |
| 549 | 2026-05-01T11:47:59.942Z | test engine::dhcpv6::options::test::test_iana ... ok |
| 550 | 2026-05-01T11:47:59.942Z | test engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok |
| 551 | 2026-05-01T11:47:59.942Z | test engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok |
| 552 | 2026-05-01T11:47:59.942Z | test engine::dhcpv6::options::test::test_elapsed_time ... ok |
| 553 | 2026-05-01T11:47:59.942Z | test ddi::time::test::bad_interval - should panic ... ok |
| 554 | 2026-05-01T11:47:59.942Z | test engine::dhcpv6::options::test::test_iata ... ok |
| 555 | 2026-05-01T11:47:59.942Z | test engine::dhcpv6::options::test::test_parse_snooped_iana ... ok |
| 556 | 2026-05-01T11:47:59.942Z | test engine::dhcpv6::options::test::test_rapid_commit ... ok |
| 557 | 2026-05-01T11:47:59.942Z | test engine::dhcpv6::options::test::test_server_id ... ok |
| 558 | 2026-05-01T11:47:59.942Z | test engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok |
| 559 | 2026-05-01T11:47:59.942Z | test engine::dhcpv6::options::test::test_sntp_servers ... ok |
| 560 | 2026-05-01T11:47:59.942Z | test engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok |
| 561 | 2026-05-01T11:47:59.942Z | test engine::dhcpv6::options::test::test_status ... ok |
| 562 | 2026-05-01T11:47:59.942Z | test engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok |
| 563 | 2026-05-01T11:47:59.942Z | test engine::dhcpv6::test::test_duid_from_mac ... ok |
| 564 | 2026-05-01T11:47:59.942Z | test engine::ether::test::emit ... ok |
| 565 | 2026-05-01T11:47:59.942Z | test engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok |
| 566 | 2026-05-01T11:47:59.942Z | test engine::flow_table::test::flow_clear ... ok |
| 567 | 2026-05-01T11:47:59.942Z | test engine::geneve::test::emit_single_opt ... ok |
| 568 | 2026-05-01T11:47:59.942Z | test engine::geneve::test::emit_no_opts ... ok |
| 569 | 2026-05-01T11:47:59.942Z | test engine::ip::v6::test::bad_ipv6_version_caught ... ok |
| 570 | 2026-05-01T11:47:59.942Z | test engine::flow_table::test::flow_expired ... ok |
| 571 | 2026-05-01T11:47:59.942Z | test engine::ip::v4::test::emit ... ok |
| 572 | 2026-05-01T11:47:59.942Z | test engine::ip::v4::test::match_check ... ok |
| 573 | 2026-05-01T11:47:59.942Z | test engine::ip::v4::test::cidr_match ... ok |
| 574 | 2026-05-01T11:47:59.942Z | test engine::ip::v6::test::option_push_spec ... ok |
| 575 | 2026-05-01T11:47:59.942Z | test engine::ip::v6::test::from_pairs ... ok |
| 576 | 2026-05-01T11:47:59.942Z | test engine::ip::v6::test::emit ... ok |
| 577 | 2026-05-01T11:47:59.943Z | test engine::ip::v6::test::extension_push_spec ... ok |
| 578 | 2026-05-01T11:47:59.943Z | test engine::ip::v6::test::test_ipv6_addr_match_exact ... ok |
| 579 | 2026-05-01T11:47:59.943Z | test engine::ip::v6::test::test_extension_header_lengths_ok ... ok |
| 580 | 2026-05-01T11:47:59.943Z | test engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok |
| 581 | 2026-05-01T11:47:59.943Z | test engine::ip::v6::test::test_set_total_len ... ok |
| 582 | 2026-05-01T11:47:59.943Z | test engine::layer::test::find_rule ... ok |
| 583 | 2026-05-01T11:47:59.943Z | test engine::packet::test::parse_ipv6_extension_headers_ok ... ok |
| 584 | 2026-05-01T11:47:59.943Z | test engine::nat::test::nat4_rewrite ... ok |
| 585 | 2026-05-01T11:47:59.943Z | test engine::packet::test::read_multi_segment ... ok |
| 586 | 2026-05-01T11:47:59.943Z | test engine::packet::test::small_packet_with_padding ... ok |
| 587 | 2026-05-01T11:47:59.943Z | test engine::packet::test::read_single_segment ... ok |
| 588 | 2026-05-01T11:47:59.943Z | test engine::packet::test::straddled_tcp ... ok |
| 589 | 2026-05-01T11:47:59.943Z | test engine::parse::test::icmp4_body_csum_equals_body ... ok |
| 590 | 2026-05-01T11:47:59.943Z | test engine::packet::test::udp6_packet_with_padding ... ok |
| 591 | 2026-05-01T11:47:59.943Z | test engine::ip::v6::test::push_spec ... ok |
| 592 | 2026-05-01T11:47:59.943Z | test engine::snat::test::snat4_desc_lifecycle ... ok |
| 593 | 2026-05-01T11:47:59.943Z | test engine::rule::rule_matching ... ok |
| 594 | 2026-05-01T11:47:59.943Z | test engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok |
| 595 | 2026-05-01T11:47:59.943Z | test engine::snat::test::nat_mappings ... ok |
| 596 | 2026-05-01T11:47:59.943Z | test engine::snat::test::test_nat_pool_different_ip_types ... ok |
| 597 | 2026-05-01T11:47:59.943Z | |
| 598 | 2026-05-01T11:47:59.943Z | test result: ok. 72 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 599 | 2026-05-01T11:47:59.943Z | |
| 600 | 2026-05-01T11:47:59.943Z | Doc-tests opte |
| 601 | 2026-05-01T11:48:01.834Z | |
| 602 | 2026-05-01T11:48:01.834Z | running 3 tests |
| 603 | 2026-05-01T11:48:01.837Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored |
| 604 | 2026-05-01T11:48:01.837Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok |
| 605 | 2026-05-01T11:48:01.837Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok |
| 606 | 2026-05-01T11:48:01.837Z | |
| 607 | 2026-05-01T11:48:01.837Z | test result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 608 | 2026-05-01T11:48:01.837Z | |
| 609 | 2026-05-01T11:48:01.842Z | all doctests ran in 1.33s; merged doctests compilation took 1.32s |
| 610 | 2026-05-01T11:48:01.884Z | |
| 611 | 2026-05-01T11:48:01.885Z | real 22.352949114 |
| 612 | 2026-05-01T11:48:01.885Z | user 1:55.406615248 |
| 613 | 2026-05-01T11:48:01.885Z | sys 6.825832110 |
| 614 | 2026-05-01T11:48:01.885Z | trap 0.054685732 |
| 615 | 2026-05-01T11:48:01.885Z | tflt 0.257743445 |
| 616 | 2026-05-01T11:48:01.885Z | dflt 0.314172967 |
| 617 | 2026-05-01T11:48:01.885Z | kflt 0.000001209 |
| 618 | 2026-05-01T11:48:01.885Z | lock 5:42.980380297 |
| 619 | 2026-05-01T11:48:01.885Z | slp 3:35.229399725 |
| 620 | 2026-05-01T11:48:01.888Z | lat 6.303883706 |
| 621 | 2026-05-01T11:48:01.888Z | stop 3.240442702 |
| 622 | 2026-05-01T11:48:01.888Z | process exited: duration 82096 ms, exit code 0 |
| |
| 623 | 2026-05-01T11:48:01.894Z | found 0 output files |