|
|
|
| 1 | 2026-08-26T21:19:30.561Z | job assigned to worker 01M0ZZ170NA93NTZVG9Y0DVDQJ [factory aws, i-03be004338ad6974c] (queued for 49 s) |
| |
| 2 | 2026-08-26T21:19:37.354Z | starting task 0: "setup" |
| 3 | 2026-08-26T21:19:37.359Z | ++ uname -s |
| 4 | 2026-08-26T21:19:37.363Z | + kern=SunOS |
| 5 | 2026-08-26T21:19:37.363Z | + build_user=build |
| 6 | 2026-08-26T21:19:37.363Z | + build_uid=12345 |
| 7 | 2026-08-26T21:19:37.363Z | + work_dir=/work |
| 8 | 2026-08-26T21:19:37.363Z | + input_dir=/input |
| 9 | 2026-08-26T21:19:37.363Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-26T21:19:37.363Z | + case "$kern" in |
| 11 | 2026-08-26T21:19:37.363Z | + groupadd -g 12345 build |
| 12 | 2026-08-26T21:19:37.373Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-26T21:19:39.380Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-26T21:19:39.440Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-26T21:19:39.444Z | + home_fs=zfs |
| 16 | 2026-08-26T21:19:39.444Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-26T21:19:39.444Z | + mkdir -p /home/build |
| 18 | 2026-08-26T21:19:39.444Z | + chown build:build /home/build /work |
| 19 | 2026-08-26T21:19:41.444Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-26T21:19:41.447Z | process exited: duration 4091 ms, exit code 0 |
| |
| 21 | 2026-08-26T21:19:41.453Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-26T21:19:41.457Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-26T21:19:41.457Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-08-26T21:19:41.457Z | * rust toolchain channel = "1.97.1" |
| 25 | 2026-08-26T21:19:41.457Z | * rust toolchain profile = "default" |
| 26 | 2026-08-26T21:19:41.457Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-26T21:19:41.457Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-26T21:19:41.460Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-26T21:19:41.460Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-26T21:19:41.538Z | info: downloading installer |
| 31 | 2026-08-26T21:19:42.972Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-26T21:19:42.972Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-26T21:19:42.972Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-26T21:19:42.972Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-26T21:19:42.987Z | info: profile set to default |
| 36 | 2026-08-26T21:19:42.987Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-26T21:19:42.990Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-26T21:19:43.120Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-26T21:19:43.123Z | info: downloading 6 components |
| 40 | 2026-08-26T21:19:59.362Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-26T21:19:59.362Z | |
| 42 | 2026-08-26T21:19:59.389Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-26T21:19:59.389Z | |
| 44 | 2026-08-26T21:19:59.392Z | |
| 45 | 2026-08-26T21:19:59.392Z | Rust is installed now. Great! |
| 46 | 2026-08-26T21:19:59.392Z | |
| 47 | 2026-08-26T21:19:59.392Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-26T21:19:59.392Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-26T21:19:59.392Z | |
| 50 | 2026-08-26T21:19:59.392Z | To configure your current shell, you need to source |
| 51 | 2026-08-26T21:19:59.392Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-26T21:19:59.392Z | |
| 53 | 2026-08-26T21:19:59.392Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-26T21:19:59.392Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-26T21:19:59.393Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-26T21:19:59.393Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-26T21:19:59.393Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-26T21:19:59.393Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-26T21:19:59.393Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-26T21:19:59.393Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-26T21:19:59.393Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-26T21:19:59.470Z | + rustup --version |
| 63 | 2026-08-26T21:19:59.479Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-26T21:19:59.482Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-26T21:19:59.500Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-26T21:19:59.503Z | + cargo --version |
| 67 | 2026-08-26T21:19:59.517Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-26T21:19:59.520Z | + rustc --version |
| 69 | 2026-08-26T21:19:59.539Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-26T21:19:59.542Z | process exited: duration 18087 ms, exit code 0 |
| |
| 71 | 2026-08-26T21:19:59.549Z | starting task 2: "authentication" |
| 72 | 2026-08-26T21:19:59.565Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-26T21:19:59.572Z | starting task 3: "clone repository" |
| 74 | 2026-08-26T21:19:59.575Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-08-26T21:19:59.578Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-08-26T21:19:59.607Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-08-26T21:20:00.772Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-08-26T21:20:00.772Z | + git fetch origin 0c0dbc457f2ed49fc7b40485bdfd565f687664ca |
| 79 | 2026-08-26T21:20:01.168Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-08-26T21:20:01.169Z | * branch 0c0dbc457f2ed49fc7b40485bdfd565f687664ca -> FETCH_HEAD |
| 81 | 2026-08-26T21:20:01.178Z | + [[ -n bound-my-list ]] |
| 82 | 2026-08-26T21:20:01.181Z | ++ git branch --show-current |
| 83 | 2026-08-26T21:20:01.181Z | + current=master |
| 84 | 2026-08-26T21:20:01.181Z | + [[ master != bound-my-list ]] |
| 85 | 2026-08-26T21:20:01.181Z | + git branch -f bound-my-list 0c0dbc457f2ed49fc7b40485bdfd565f687664ca |
| 86 | 2026-08-26T21:20:01.185Z | + git checkout -f bound-my-list |
| 87 | 2026-08-26T21:20:01.201Z | Switched to branch 'bound-my-list' |
| 88 | 2026-08-26T21:20:01.204Z | + git reset --hard 0c0dbc457f2ed49fc7b40485bdfd565f687664ca |
| 89 | 2026-08-26T21:20:01.207Z | HEAD is now at 0c0dbc4 Expand expiry benchmarks with *actual* expiry |
| 90 | 2026-08-26T21:20:01.211Z | process exited: duration 1636 ms, exit code 0 |
| |
| 91 | 2026-08-26T21:20:01.219Z | starting task 4: "build" |
| 92 | 2026-08-26T21:20:01.222Z | + source .github/buildomat/common.sh |
| 93 | 2026-08-26T21:20:01.222Z | ++ rustup show active-toolchain |
| 94 | 2026-08-26T21:20:01.227Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-08-26T21:20:01.230Z | ++ pushd xde |
| 96 | 2026-08-26T21:20:01.230Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-08-26T21:20:01.230Z | ++ rustup show active-toolchain |
| 98 | 2026-08-26T21:20:01.234Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 99 | 2026-08-26T21:20:01.385Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 100 | 2026-08-26T21:20:01.388Z | info: downloading 6 components |
| 101 | 2026-08-26T21:20:16.668Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-08-26T21:20:16.765Z | +++ rustup show active-toolchain -v |
| 103 | 2026-08-26T21:20:16.769Z | +++ head -n 1 |
| 104 | 2026-08-26T21:20:16.769Z | +++ cut '-d ' -f1 |
| 105 | 2026-08-26T21:20:16.823Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 106 | 2026-08-26T21:20:16.824Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 107 | 2026-08-26T21:20:16.824Z | ++ popd |
| 108 | 2026-08-26T21:20:16.827Z | /work/oxidecomputer/opte |
| 109 | 2026-08-26T21:20:16.827Z | + cargo --version |
| 110 | 2026-08-26T21:20:16.832Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 111 | 2026-08-26T21:20:16.836Z | + rustc --version |
| 112 | 2026-08-26T21:20:16.853Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 113 | 2026-08-26T21:20:16.857Z | + cd lib/opte |
| 114 | 2026-08-26T21:20:16.857Z | + header 'check style' |
| 115 | 2026-08-26T21:20:16.857Z | + echo '# ==== check style ==== #' |
| 116 | 2026-08-26T21:20:16.857Z | # ==== check style ==== # |
| 117 | 2026-08-26T21:20:16.857Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check |
| 118 | 2026-08-26T21:20:17.046Z | |
| 119 | 2026-08-26T21:20:17.046Z | real 0.187249660 |
| 120 | 2026-08-26T21:20:17.046Z | user 0.143904797 |
| 121 | 2026-08-26T21:20:17.046Z | sys 0.036910706 |
| 122 | 2026-08-26T21:20:17.046Z | trap 0.000055450 |
| 123 | 2026-08-26T21:20:17.046Z | tflt 0.000011030 |
| 124 | 2026-08-26T21:20:17.050Z | dflt 0.000021340 |
| 125 | 2026-08-26T21:20:17.050Z | kflt 0.000000000 |
| 126 | 2026-08-26T21:20:17.050Z | lock 0.030810644 |
| 127 | 2026-08-26T21:20:17.050Z | slp 0.166464494 |
| 128 | 2026-08-26T21:20:17.051Z | lat 0.000818990 |
| 129 | 2026-08-26T21:20:17.051Z | stop 0.000101940 |
| 130 | 2026-08-26T21:20:17.051Z | + header 'check docs' |
| 131 | 2026-08-26T21:20:17.051Z | + echo '# ==== check docs ==== #' |
| 132 | 2026-08-26T21:20:17.051Z | # ==== check docs ==== # |
| 133 | 2026-08-26T21:20:17.051Z | + RUSTDOCFLAGS='-D warnings' |
| 134 | 2026-08-26T21:20:17.051Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 135 | 2026-08-26T21:20:17.116Z | Updating crates.io index |
| 136 | 2026-08-26T21:20:17.120Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-08-26T21:20:17.882Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-08-26T21:20:18.456Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 139 | 2026-08-26T21:20:18.844Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 140 | 2026-08-26T21:20:19.267Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 141 | 2026-08-26T21:20:19.733Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-08-26T21:20:20.050Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-08-26T21:20:21.946Z | Downloading crates ... |
| 144 | 2026-08-26T21:20:21.999Z | Downloaded crc32fast v1.5.0 |
| 145 | 2026-08-26T21:20:22.008Z | Downloaded dyn-clone v1.0.20 |
| 146 | 2026-08-26T21:20:22.012Z | Downloaded scroll v0.13.0 |
| 147 | 2026-08-26T21:20:22.018Z | Downloaded bitflags v1.3.2 |
| 148 | 2026-08-26T21:20:22.025Z | Downloaded itoa v1.0.18 |
| 149 | 2026-08-26T21:20:22.029Z | Downloaded version_check v0.9.5 |
| 150 | 2026-08-26T21:20:22.044Z | Downloaded ref-cast-impl v1.0.25 |
| 151 | 2026-08-26T21:20:22.047Z | Downloaded macaddr v1.0.1 |
| 152 | 2026-08-26T21:20:22.047Z | Downloaded defmt v0.3.100 |
| 153 | 2026-08-26T21:20:22.051Z | Downloaded aho-corasick v1.1.4 |
| 154 | 2026-08-26T21:20:22.054Z | Downloaded bitflags v2.13.0 |
| 155 | 2026-08-26T21:20:22.057Z | Downloaded defmt-macros v1.1.1 |
| 156 | 2026-08-26T21:20:22.060Z | Downloaded managed v0.8.0 |
| 157 | 2026-08-26T21:20:22.060Z | Downloaded scroll_derive v0.13.1 |
| 158 | 2026-08-26T21:20:22.060Z | Downloaded thread-id v5.1.0 |
| 159 | 2026-08-26T21:20:22.060Z | Downloaded ident_case v1.0.1 |
| 160 | 2026-08-26T21:20:22.064Z | Downloaded embedded-io v0.4.0 |
| 161 | 2026-08-26T21:20:22.066Z | Downloaded usdt-attr-macro v0.6.0 |
| 162 | 2026-08-26T21:20:22.069Z | Downloaded hash32 v0.3.1 |
| 163 | 2026-08-26T21:20:22.073Z | Downloaded stable_deref_trait v1.2.1 |
| 164 | 2026-08-26T21:20:22.073Z | Downloaded embedded-io v0.6.1 |
| 165 | 2026-08-26T21:20:22.073Z | Downloaded defmt v1.1.1 |
| 166 | 2026-08-26T21:20:22.076Z | Downloaded pest_derive v2.8.7 |
| 167 | 2026-08-26T21:20:22.081Z | Downloaded dtrace-parser v0.3.0 |
| 168 | 2026-08-26T21:20:22.088Z | Downloaded heapless v0.8.0 |
| 169 | 2026-08-26T21:20:22.092Z | Downloaded ingot v0.2.0 |
| 170 | 2026-08-26T21:20:22.092Z | Downloaded plain v0.2.3 |
| 171 | 2026-08-26T21:20:22.092Z | Downloaded darling_macro v0.23.0 |
| 172 | 2026-08-26T21:20:22.092Z | Downloaded pretty-hex v0.4.2 |
| 173 | 2026-08-26T21:20:22.097Z | Downloaded cfg-if v1.0.4 |
| 174 | 2026-08-26T21:20:22.097Z | Downloaded dof v0.4.0 |
| 175 | 2026-08-26T21:20:22.097Z | Downloaded ref-cast v1.0.25 |
| 176 | 2026-08-26T21:20:22.103Z | Downloaded defmt-parser v1.0.0 |
| 177 | 2026-08-26T21:20:22.106Z | Downloaded usdt-macro v0.6.0 |
| 178 | 2026-08-26T21:20:22.106Z | Downloaded cobs v0.3.0 |
| 179 | 2026-08-26T21:20:22.111Z | Downloaded tabwriter v1.4.1 |
| 180 | 2026-08-26T21:20:22.124Z | Downloaded either v1.16.0 |
| 181 | 2026-08-26T21:20:22.127Z | Downloaded ipnetwork v0.21.1 |
| 182 | 2026-08-26T21:20:22.146Z | Downloaded serde_tokenstream v0.2.3 |
| 183 | 2026-08-26T21:20:22.150Z | Downloaded strsim v0.11.1 |
| 184 | 2026-08-26T21:20:22.154Z | Downloaded quote v1.0.46 |
| 185 | 2026-08-26T21:20:22.157Z | Downloaded usdt v0.6.0 |
| 186 | 2026-08-26T21:20:22.160Z | Downloaded pest_generator v2.8.7 |
| 187 | 2026-08-26T21:20:22.163Z | Downloaded zmij v1.0.22 |
| 188 | 2026-08-26T21:20:22.166Z | Downloaded ingot-types v0.2.0 |
| 189 | 2026-08-26T21:20:22.169Z | Downloaded postcard v1.1.3 |
| 190 | 2026-08-26T21:20:22.176Z | Downloaded byteorder v1.5.0 |
| 191 | 2026-08-26T21:20:22.179Z | Downloaded usdt-impl v0.6.0 |
| 192 | 2026-08-26T21:20:22.186Z | Downloaded thiserror v2.0.18 |
| 193 | 2026-08-26T21:20:22.199Z | Downloaded darling v0.23.0 |
| 194 | 2026-08-26T21:20:22.202Z | Downloaded memmap2 v0.9.11 |
| 195 | 2026-08-26T21:20:22.208Z | Downloaded ucd-trie v0.1.7 |
| 196 | 2026-08-26T21:20:22.211Z | Downloaded thiserror-impl v2.0.18 |
| 197 | 2026-08-26T21:20:22.218Z | Downloaded ingot-macros v0.2.0 |
| 198 | 2026-08-26T21:20:22.221Z | Downloaded proc-macro2 v1.0.106 |
| 199 | 2026-08-26T21:20:22.225Z | Downloaded serde_derive v1.0.228 |
| 200 | 2026-08-26T21:20:22.228Z | Downloaded unicode-ident v1.0.24 |
| 201 | 2026-08-26T21:20:22.234Z | Downloaded log v0.4.33 |
| 202 | 2026-08-26T21:20:22.237Z | Downloaded serde_core v1.0.228 |
| 203 | 2026-08-26T21:20:22.260Z | Downloaded pest_meta v2.8.7 |
| 204 | 2026-08-26T21:20:22.263Z | Downloaded serde v1.0.228 |
| 205 | 2026-08-26T21:20:22.266Z | Downloaded darling_core v0.23.0 |
| 206 | 2026-08-26T21:20:22.274Z | Downloaded memchr v2.8.3 |
| 207 | 2026-08-26T21:20:22.280Z | Downloaded zerocopy-derive v0.8.54 |
| 208 | 2026-08-26T21:20:22.312Z | Downloaded itertools v0.15.0 |
| 209 | 2026-08-26T21:20:22.317Z | Downloaded pest v2.8.7 |
| 210 | 2026-08-26T21:20:22.326Z | Downloaded regex v1.13.0 |
| 211 | 2026-08-26T21:20:22.352Z | Downloaded serde_json v1.0.150 |
| 212 | 2026-08-26T21:20:22.388Z | Downloaded unicode-width v0.2.2 |
| 213 | 2026-08-26T21:20:22.418Z | Downloaded goblin v0.10.7 |
| 214 | 2026-08-26T21:20:22.422Z | Downloaded zerocopy v0.8.54 |
| 215 | 2026-08-26T21:20:22.433Z | Downloaded syn v2.0.118 |
| 216 | 2026-08-26T21:20:22.439Z | Downloaded smoltcp v0.11.0 |
| 217 | 2026-08-26T21:20:22.450Z | Downloaded regex-syntax v0.8.11 |
| 218 | 2026-08-26T21:20:22.510Z | Downloaded regex-automata v0.4.15 |
| 219 | 2026-08-26T21:20:22.517Z | Downloaded libc v0.2.186 |
| 220 | 2026-08-26T21:20:22.570Z | Compiling proc-macro2 v1.0.106 |
| 221 | 2026-08-26T21:20:22.571Z | Compiling quote v1.0.46 |
| 222 | 2026-08-26T21:20:22.574Z | Compiling unicode-ident v1.0.24 |
| 223 | 2026-08-26T21:20:22.574Z | Documenting unicode-ident v1.0.24 |
| 224 | 2026-08-26T21:20:22.574Z | Compiling serde_core v1.0.228 |
| 225 | 2026-08-26T21:20:22.574Z | Compiling strsim v0.11.1 |
| 226 | 2026-08-26T21:20:22.574Z | Compiling ident_case v1.0.1 |
| 227 | 2026-08-26T21:20:22.753Z | Compiling memchr v2.8.3 |
| 228 | 2026-08-26T21:20:22.928Z | Compiling thiserror v2.0.18 |
| 229 | 2026-08-26T21:20:22.978Z | Compiling zerocopy v0.8.54 |
| 230 | 2026-08-26T21:20:22.985Z | Compiling serde v1.0.228 |
| 231 | 2026-08-26T21:20:23.030Z | Compiling regex-syntax v0.8.11 |
| 232 | 2026-08-26T21:20:23.274Z | Documenting proc-macro2 v1.0.106 |
| 233 | 2026-08-26T21:20:23.300Z | Compiling aho-corasick v1.1.4 |
| 234 | 2026-08-26T21:20:23.440Z | Documenting strsim v0.11.1 |
| 235 | 2026-08-26T21:20:23.638Z | Checking syn v2.0.118 |
| 236 | 2026-08-26T21:20:23.837Z | Documenting quote v1.0.46 |
| 237 | 2026-08-26T21:20:23.926Z | Documenting ident_case v1.0.1 |
| 238 | 2026-08-26T21:20:24.348Z | Documenting syn v2.0.118 |
| 239 | 2026-08-26T21:20:24.406Z | Compiling regex-automata v0.4.15 |
| 240 | 2026-08-26T21:20:24.434Z | Checking byteorder v1.5.0 |
| 241 | 2026-08-26T21:20:24.593Z | Compiling either v1.16.0 |
| 242 | 2026-08-26T21:20:24.690Z | Documenting memchr v2.8.3 |
| 243 | 2026-08-26T21:20:24.793Z | Compiling itertools v0.15.0 |
| 244 | 2026-08-26T21:20:25.055Z | Compiling heapless v0.8.0 |
| 245 | 2026-08-26T21:20:25.339Z | Documenting aho-corasick v1.1.4 |
| 246 | 2026-08-26T21:20:25.518Z | Checking hash32 v0.3.1 |
| 247 | 2026-08-26T21:20:25.595Z | Checking darling_core v0.23.0 |
| 248 | 2026-08-26T21:20:25.625Z | Checking bitflags v2.13.0 |
| 249 | 2026-08-26T21:20:25.781Z | Documenting serde_core v1.0.228 |
| 250 | 2026-08-26T21:20:26.075Z | Compiling regex v1.13.0 |
| 251 | 2026-08-26T21:20:26.103Z | Checking macaddr v1.0.1 |
| 252 | 2026-08-26T21:20:26.264Z | Checking cfg-if v1.0.4 |
| 253 | 2026-08-26T21:20:26.422Z | Documenting darling_core v0.23.0 |
| 254 | 2026-08-26T21:20:26.510Z | Checking stable_deref_trait v1.2.1 |
| 255 | 2026-08-26T21:20:26.560Z | Documenting regex-syntax v0.8.11 |
| 256 | 2026-08-26T21:20:26.758Z | Compiling smoltcp v0.11.0 |
| 257 | 2026-08-26T21:20:27.286Z | Documenting serde_derive v1.0.228 |
| 258 | 2026-08-26T21:20:27.489Z | Documenting thiserror-impl v2.0.18 |
| 259 | 2026-08-26T21:20:27.523Z | Documenting zerocopy-derive v0.8.54 |
| 260 | 2026-08-26T21:20:27.532Z | Compiling thiserror-impl v2.0.18 |
| 261 | 2026-08-26T21:20:27.603Z | Compiling zerocopy-derive v0.8.54 |
| 262 | 2026-08-26T21:20:27.739Z | Compiling serde_derive v1.0.228 |
| 263 | 2026-08-26T21:20:27.883Z | Documenting darling_macro v0.23.0 |
| 264 | 2026-08-26T21:20:28.288Z | Documenting regex-automata v0.4.15 |
| 265 | 2026-08-26T21:20:28.429Z | Checking managed v0.8.0 |
| 266 | 2026-08-26T21:20:28.458Z | Compiling darling_macro v0.23.0 |
| 267 | 2026-08-26T21:20:28.564Z | Checking bitflags v1.3.2 |
| 268 | 2026-08-26T21:20:28.607Z | Documenting byteorder v1.5.0 |
| 269 | 2026-08-26T21:20:28.620Z | Documenting bitflags v2.13.0 |
| 270 | 2026-08-26T21:20:28.698Z | Compiling ref-cast v1.0.25 |
| 271 | 2026-08-26T21:20:28.850Z | Checking cobs v0.3.0 |
| 272 | 2026-08-26T21:20:28.986Z | Documenting thiserror v2.0.18 |
| 273 | 2026-08-26T21:20:29.022Z | Documenting zerocopy v0.8.54 |
| 274 | 2026-08-26T21:20:29.037Z | Compiling darling v0.23.0 |
| 275 | 2026-08-26T21:20:29.112Z | Compiling ingot-macros v0.2.0 |
| 276 | 2026-08-26T21:20:29.227Z | Documenting darling v0.23.0 |
| 277 | 2026-08-26T21:20:29.338Z | Documenting hash32 v0.3.1 |
| 278 | 2026-08-26T21:20:29.680Z | Documenting regex v1.13.0 |
| 279 | 2026-08-26T21:20:29.717Z | Documenting cfg-if v1.0.4 |
| 280 | 2026-08-26T21:20:29.896Z | Compiling crc32fast v1.5.0 |
| 281 | 2026-08-26T21:20:30.163Z | Documenting macaddr v1.0.1 |
| 282 | 2026-08-26T21:20:30.225Z | Documenting stable_deref_trait v1.2.1 |
| 283 | 2026-08-26T21:20:30.306Z | Documenting cobs v0.3.0 |
| 284 | 2026-08-26T21:20:30.581Z | Documenting ingot-macros v0.2.0 |
| 285 | 2026-08-26T21:20:30.725Z | Documenting serde v1.0.228 |
| 286 | 2026-08-26T21:20:30.840Z | Checking postcard v1.1.3 |
| 287 | 2026-08-26T21:20:30.907Z | Documenting heapless v0.8.0 |
| 288 | 2026-08-26T21:20:31.169Z | Compiling ref-cast-impl v1.0.25 |
| 289 | 2026-08-26T21:20:31.702Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 290 | 2026-08-26T21:20:31.786Z | Compiling version_check v0.9.5 |
| 291 | 2026-08-26T21:20:31.834Z | Documenting managed v0.8.0 |
| 292 | 2026-08-26T21:20:31.863Z | Checking ingot-types v0.2.0 |
| 293 | 2026-08-26T21:20:31.911Z | Checking ipnetwork v0.21.1 |
| 294 | 2026-08-26T21:20:32.053Z | Checking unicode-width v0.2.2 |
| 295 | 2026-08-26T21:20:32.162Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 296 | 2026-08-26T21:20:32.180Z | Documenting ingot-types v0.2.0 |
| 297 | 2026-08-26T21:20:32.186Z | Checking ingot v0.2.0 |
| 298 | 2026-08-26T21:20:32.239Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 299 | 2026-08-26T21:20:32.345Z | Documenting ref-cast-impl v1.0.25 |
| 300 | 2026-08-26T21:20:32.367Z | Documenting unicode-width v0.2.2 |
| 301 | 2026-08-26T21:20:32.464Z | Documenting either v1.16.0 |
| 302 | 2026-08-26T21:20:32.617Z | Documenting postcard v1.1.3 |
| 303 | 2026-08-26T21:20:32.727Z | Documenting smoltcp v0.11.0 |
| 304 | 2026-08-26T21:20:33.075Z | Documenting ipnetwork v0.21.1 |
| 305 | 2026-08-26T21:20:33.370Z | Documenting ingot v0.2.0 |
| 306 | 2026-08-26T21:20:33.571Z | Documenting itertools v0.15.0 |
| 307 | 2026-08-26T21:20:33.767Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 308 | 2026-08-26T21:20:33.796Z | Documenting tabwriter v1.4.1 |
| 309 | 2026-08-26T21:20:34.065Z | Documenting ref-cast v1.0.25 |
| 310 | 2026-08-26T21:20:34.465Z | Checking tabwriter v1.4.1 |
| 311 | 2026-08-26T21:20:34.600Z | Documenting crc32fast v1.5.0 |
| 312 | 2026-08-26T21:20:34.834Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 313 | 2026-08-26T21:20:34.970Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 314 | 2026-08-26T21:20:35.216Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 315 | 2026-08-26T21:20:35.447Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 316 | 2026-08-26T21:20:35.571Z | Documenting dyn-clone v1.0.20 |
| 317 | 2026-08-26T21:20:35.618Z | Checking dyn-clone v1.0.20 |
| 318 | 2026-08-26T21:20:36.409Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 319 | 2026-08-26T21:20:38.096Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 320 | 2026-08-26T21:20:40.392Z | Finished `dev` profile [optimized + debuginfo] target(s) in 23.33s |
| 321 | 2026-08-26T21:20:40.482Z | Generated /work/oxidecomputer/opte/target/doc/opte/index.html |
| 322 | 2026-08-26T21:20:40.504Z | |
| 323 | 2026-08-26T21:20:40.512Z | real 23.437005151 |
| 324 | 2026-08-26T21:20:40.512Z | user 1:16.797906477 |
| 325 | 2026-08-26T21:20:40.512Z | sys 16.544834476 |
| 326 | 2026-08-26T21:20:40.513Z | trap 0.045001967 |
| 327 | 2026-08-26T21:20:40.513Z | tflt 0.165598930 |
| 328 | 2026-08-26T21:20:40.513Z | dflt 0.074899937 |
| 329 | 2026-08-26T21:20:40.513Z | kflt 0.004507413 |
| 330 | 2026-08-26T21:20:40.513Z | lock 6:42.085608629 |
| 331 | 2026-08-26T21:20:40.513Z | slp 4:28.678501915 |
| 332 | 2026-08-26T21:20:40.513Z | lat 8.479031927 |
| 333 | 2026-08-26T21:20:40.513Z | stop 12.132230803 |
| 334 | 2026-08-26T21:20:40.513Z | + header 'analyze std + api' |
| 335 | 2026-08-26T21:20:40.513Z | + echo '# ==== analyze std + api ==== #' |
| 336 | 2026-08-26T21:20:40.513Z | # ==== analyze std + api ==== # |
| 337 | 2026-08-26T21:20:40.513Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 338 | 2026-08-26T21:20:40.746Z | Compiling proc-macro2 v1.0.106 |
| 339 | 2026-08-26T21:20:40.757Z | Compiling quote v1.0.46 |
| 340 | 2026-08-26T21:20:40.757Z | Compiling unicode-ident v1.0.24 |
| 341 | 2026-08-26T21:20:40.757Z | Compiling memchr v2.8.3 |
| 342 | 2026-08-26T21:20:40.770Z | Compiling thiserror v2.0.18 |
| 343 | 2026-08-26T21:20:40.770Z | Compiling zerocopy v0.8.54 |
| 344 | 2026-08-26T21:20:40.770Z | Compiling zmij v1.0.22 |
| 345 | 2026-08-26T21:20:40.770Z | Compiling serde_core v1.0.228 |
| 346 | 2026-08-26T21:20:40.914Z | Compiling libc v0.2.186 |
| 347 | 2026-08-26T21:20:41.078Z | Compiling ucd-trie v0.1.7 |
| 348 | 2026-08-26T21:20:41.107Z | Compiling serde_json v1.0.150 |
| 349 | 2026-08-26T21:20:41.284Z | Compiling pest v2.8.7 |
| 350 | 2026-08-26T21:20:41.300Z | Compiling serde v1.0.228 |
| 351 | 2026-08-26T21:20:41.328Z | Compiling ident_case v1.0.1 |
| 352 | 2026-08-26T21:20:41.357Z | Compiling strsim v0.11.1 |
| 353 | 2026-08-26T21:20:41.696Z | Compiling aho-corasick v1.1.4 |
| 354 | 2026-08-26T21:20:41.773Z | Checking byteorder v1.5.0 |
| 355 | 2026-08-26T21:20:41.970Z | Compiling regex-syntax v0.8.11 |
| 356 | 2026-08-26T21:20:41.984Z | Compiling itoa v1.0.18 |
| 357 | 2026-08-26T21:20:42.147Z | Compiling syn v2.0.118 |
| 358 | 2026-08-26T21:20:42.437Z | Compiling pest_meta v2.8.7 |
| 359 | 2026-08-26T21:20:42.543Z | Compiling usdt-impl v0.6.0 |
| 360 | 2026-08-26T21:20:42.566Z | Compiling either v1.16.0 |
| 361 | 2026-08-26T21:20:42.845Z | Compiling itertools v0.15.0 |
| 362 | 2026-08-26T21:20:43.010Z | Compiling thread-id v5.1.0 |
| 363 | 2026-08-26T21:20:43.267Z | Checking log v0.4.33 |
| 364 | 2026-08-26T21:20:43.307Z | Checking plain v0.2.3 |
| 365 | 2026-08-26T21:20:43.399Z | Compiling regex-automata v0.4.15 |
| 366 | 2026-08-26T21:20:43.409Z | Compiling heapless v0.8.0 |
| 367 | 2026-08-26T21:20:44.016Z | Checking bitflags v2.13.0 |
| 368 | 2026-08-26T21:20:44.034Z | Checking hash32 v0.3.1 |
| 369 | 2026-08-26T21:20:44.051Z | Checking stable_deref_trait v1.2.1 |
| 370 | 2026-08-26T21:20:44.109Z | Checking macaddr v1.0.1 |
| 371 | 2026-08-26T21:20:44.133Z | Compiling smoltcp v0.11.0 |
| 372 | 2026-08-26T21:20:44.176Z | Checking cfg-if v1.0.4 |
| 373 | 2026-08-26T21:20:44.208Z | Checking pretty-hex v0.4.2 |
| 374 | 2026-08-26T21:20:44.369Z | Compiling version_check v0.9.5 |
| 375 | 2026-08-26T21:20:44.383Z | Checking bitflags v1.3.2 |
| 376 | 2026-08-26T21:20:44.442Z | Compiling crc32fast v1.5.0 |
| 377 | 2026-08-26T21:20:44.458Z | Checking managed v0.8.0 |
| 378 | 2026-08-26T21:20:44.591Z | Compiling pest_generator v2.8.7 |
| 379 | 2026-08-26T21:20:44.628Z | Compiling darling_core v0.23.0 |
| 380 | 2026-08-26T21:20:44.638Z | Compiling ref-cast v1.0.25 |
| 381 | 2026-08-26T21:20:44.786Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 382 | 2026-08-26T21:20:44.996Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 383 | 2026-08-26T21:20:45.025Z | Checking memmap2 v0.9.11 |
| 384 | 2026-08-26T21:20:45.184Z | Compiling regex v1.13.0 |
| 385 | 2026-08-26T21:20:45.190Z | Checking unicode-width v0.2.2 |
| 386 | 2026-08-26T21:20:45.273Z | Checking ipnetwork v0.21.1 |
| 387 | 2026-08-26T21:20:45.444Z | Checking tabwriter v1.4.1 |
| 388 | 2026-08-26T21:20:45.602Z | Checking dyn-clone v1.0.20 |
| 389 | 2026-08-26T21:20:45.734Z | Compiling thiserror-impl v2.0.18 |
| 390 | 2026-08-26T21:20:45.734Z | Compiling serde_derive v1.0.228 |
| 391 | 2026-08-26T21:20:45.774Z | Compiling zerocopy-derive v0.8.54 |
| 392 | 2026-08-26T21:20:45.858Z | Compiling pest_derive v2.8.7 |
| 393 | 2026-08-26T21:20:45.933Z | Compiling scroll_derive v0.13.1 |
| 394 | 2026-08-26T21:20:46.283Z | Compiling ref-cast-impl v1.0.25 |
| 395 | 2026-08-26T21:20:46.383Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 396 | 2026-08-26T21:20:46.784Z | Compiling darling_macro v0.23.0 |
| 397 | 2026-08-26T21:20:46.789Z | Checking scroll v0.13.0 |
| 398 | 2026-08-26T21:20:47.002Z | Checking goblin v0.10.7 |
| 399 | 2026-08-26T21:20:47.030Z | Compiling dtrace-parser v0.3.0 |
| 400 | 2026-08-26T21:20:47.047Z | Checking cobs v0.3.0 |
| 401 | 2026-08-26T21:20:47.322Z | Compiling darling v0.23.0 |
| 402 | 2026-08-26T21:20:47.421Z | Compiling ingot-macros v0.2.0 |
| 403 | 2026-08-26T21:20:47.421Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 404 | 2026-08-26T21:20:48.440Z | Checking postcard v1.1.3 |
| 405 | 2026-08-26T21:20:48.448Z | Compiling serde_tokenstream v0.2.3 |
| 406 | 2026-08-26T21:20:49.797Z | Checking dof v0.4.0 |
| 407 | 2026-08-26T21:20:49.797Z | Checking ingot-types v0.2.0 |
| 408 | 2026-08-26T21:20:50.097Z | Checking ingot v0.2.0 |
| 409 | 2026-08-26T21:20:50.677Z | Compiling usdt-macro v0.6.0 |
| 410 | 2026-08-26T21:20:50.677Z | Compiling usdt-attr-macro v0.6.0 |
| 411 | 2026-08-26T21:20:51.324Z | Checking usdt v0.6.0 |
| 412 | 2026-08-26T21:20:51.546Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 413 | 2026-08-26T21:20:56.645Z | error: unused import: `crate::engine::packet::FLOW_ID_DEFAULT` |
| 414 | 2026-08-26T21:20:56.645Z | --> lib/opte/src/engine/flow_table.rs:860:9 |
| 415 | 2026-08-26T21:20:56.645Z | | |
| 416 | 2026-08-26T21:20:56.645Z | 860 | use crate::engine::packet::FLOW_ID_DEFAULT; |
| 417 | 2026-08-26T21:20:56.645Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 418 | 2026-08-26T21:20:56.645Z | | |
| 419 | 2026-08-26T21:20:56.645Z | = note: `-D unused-imports` implied by `-D warnings` |
| 420 | 2026-08-26T21:20:56.645Z | = help: to override `-D warnings` add `#[allow(unused_imports)]` |
| 421 | 2026-08-26T21:20:56.645Z | |
| 422 | 2026-08-26T21:21:00.240Z | error: could not compile `opte` (lib test) due to 1 previous error |
| 423 | 2026-08-26T21:21:00.265Z | |
| 424 | 2026-08-26T21:21:00.274Z | real 19.757227939 |
| 425 | 2026-08-26T21:21:00.274Z | user 1:02.623589970 |
| 426 | 2026-08-26T21:21:00.274Z | sys 12.105485573 |
| 427 | 2026-08-26T21:21:00.274Z | trap 0.030907792 |
| 428 | 2026-08-26T21:21:00.275Z | tflt 0.134873962 |
| 429 | 2026-08-26T21:21:00.275Z | dflt 0.229975341 |
| 430 | 2026-08-26T21:21:00.275Z | kflt 0.000013160 |
| 431 | 2026-08-26T21:21:00.275Z | lock 3:56.905861598 |
| 432 | 2026-08-26T21:21:00.275Z | slp 3:16.994223097 |
| 433 | 2026-08-26T21:21:00.275Z | lat 2.637525981 |
| 434 | 2026-08-26T21:21:00.275Z | stop 6.117782535 |
| 435 | 2026-08-26T21:21:00.275Z | process exited: duration 59047 ms, exit code 101 |
| |
| 436 | 2026-08-26T21:21:00.314Z | found 0 output files |