|
|
|
| 1 | 2026-06-29T04:03:26.420Z | job assigned to worker 01KW8RPFANAH817F32ZGB235H3 [factory aws, i-0074cda2fb4acfff8] (queued for 44 s) |
| |
| 2 | 2026-06-29T04:03:33.151Z | starting task 0: "setup" |
| 3 | 2026-06-29T04:03:33.155Z | ++ uname -s |
| 4 | 2026-06-29T04:03:33.157Z | + kern=SunOS |
| 5 | 2026-06-29T04:03:33.157Z | + build_user=build |
| 6 | 2026-06-29T04:03:33.157Z | + build_uid=12345 |
| 7 | 2026-06-29T04:03:33.157Z | + work_dir=/work |
| 8 | 2026-06-29T04:03:33.157Z | + input_dir=/input |
| 9 | 2026-06-29T04:03:33.157Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-29T04:03:33.157Z | + case "$kern" in |
| 11 | 2026-06-29T04:03:33.157Z | + groupadd -g 12345 build |
| 12 | 2026-06-29T04:03:33.160Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-29T04:03:35.164Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-29T04:03:35.273Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-29T04:03:35.276Z | + home_fs=zfs |
| 16 | 2026-06-29T04:03:35.276Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-29T04:03:35.276Z | + mkdir -p /home/build |
| 18 | 2026-06-29T04:03:35.276Z | + chown build:build /home/build /work |
| 19 | 2026-06-29T04:03:37.277Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-29T04:03:37.279Z | process exited: duration 4128 ms, exit code 0 |
| |
| 21 | 2026-06-29T04:03:37.285Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-29T04:03:37.288Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.0 |
| 23 | 2026-06-29T04:03:37.289Z | * rust toolchain channel = "1.96.0" |
| 24 | 2026-06-29T04:03:37.289Z | * rust toolchain profile = "default" |
| 25 | 2026-06-29T04:03:37.289Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-06-29T04:03:37.289Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-29T04:03:37.289Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-29T04:03:37.292Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-29T04:03:37.292Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default |
| 30 | 2026-06-29T04:03:37.346Z | info: downloading installer |
| 31 | 2026-06-29T04:03:39.009Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-29T04:03:39.009Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-29T04:03:39.009Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-29T04:03:39.012Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-29T04:03:39.021Z | info: profile set to default |
| 36 | 2026-06-29T04:03:39.021Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-29T04:03:39.024Z | info: syncing channel updates for 1.96.0-x86_64-unknown-illumos |
| 38 | 2026-06-29T04:03:39.149Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-29T04:03:39.152Z | info: downloading 6 components |
| 40 | 2026-06-29T04:03:55.580Z | info: default toolchain set to 1.96.0-x86_64-unknown-illumos |
| 41 | 2026-06-29T04:03:55.580Z | |
| 42 | 2026-06-29T04:03:55.606Z | 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-29T04:03:55.606Z | |
| 44 | 2026-06-29T04:03:55.606Z | |
| 45 | 2026-06-29T04:03:55.606Z | Rust is installed now. Great! |
| 46 | 2026-06-29T04:03:55.606Z | |
| 47 | 2026-06-29T04:03:55.609Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-29T04:03:55.609Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-29T04:03:55.609Z | |
| 50 | 2026-06-29T04:03:55.609Z | To configure your current shell, you need to source |
| 51 | 2026-06-29T04:03:55.609Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-29T04:03:55.610Z | |
| 53 | 2026-06-29T04:03:55.610Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-29T04:03:55.610Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-29T04:03:55.610Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-29T04:03:55.610Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-29T04:03:55.610Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-29T04:03:55.610Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-29T04:03:55.610Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-29T04:03:55.610Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-29T04:03:55.610Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-29T04:03:55.700Z | + rustup --version |
| 63 | 2026-06-29T04:03:55.709Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-29T04:03:55.712Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-29T04:03:55.730Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-29T04:03:55.733Z | + cargo --version |
| 67 | 2026-06-29T04:03:55.746Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-29T04:03:55.749Z | + rustc --version |
| 69 | 2026-06-29T04:03:55.767Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-29T04:03:55.770Z | process exited: duration 18484 ms, exit code 0 |
| |
| 71 | 2026-06-29T04:03:55.776Z | starting task 2: "authentication" |
| 72 | 2026-06-29T04:03:55.792Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-06-29T04:03:55.798Z | starting task 3: "clone repository" |
| 74 | 2026-06-29T04:03:55.801Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-06-29T04:03:55.804Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-06-29T04:03:55.833Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-06-29T04:03:56.702Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-06-29T04:03:56.702Z | + git fetch origin 82c081243dd488ddb658321919066c3bede18e40 |
| 79 | 2026-06-29T04:03:56.964Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-06-29T04:03:56.964Z | * branch 82c081243dd488ddb658321919066c3bede18e40 -> FETCH_HEAD |
| 81 | 2026-06-29T04:03:56.969Z | + [[ -n renovate/rust-1.x ]] |
| 82 | 2026-06-29T04:03:56.972Z | ++ git branch --show-current |
| 83 | 2026-06-29T04:03:56.972Z | + current=master |
| 84 | 2026-06-29T04:03:56.972Z | + [[ master != renovate/rust-1.x ]] |
| 85 | 2026-06-29T04:03:56.972Z | + git branch -f renovate/rust-1.x 82c081243dd488ddb658321919066c3bede18e40 |
| 86 | 2026-06-29T04:03:56.975Z | + git checkout -f renovate/rust-1.x |
| 87 | 2026-06-29T04:03:56.991Z | Switched to branch 'renovate/rust-1.x' |
| 88 | 2026-06-29T04:03:56.993Z | + git reset --hard 82c081243dd488ddb658321919066c3bede18e40 |
| 89 | 2026-06-29T04:03:56.996Z | HEAD is now at 82c0812 Update Rust to nightly-2026-06-29 |
| 90 | 2026-06-29T04:03:56.996Z | process exited: duration 1197 ms, exit code 0 |
| |
| 91 | 2026-06-29T04:03:57.002Z | starting task 4: "build" |
| 92 | 2026-06-29T04:03:57.005Z | + source .github/buildomat/common.sh |
| 93 | 2026-06-29T04:03:57.008Z | ++ rustup show active-toolchain |
| 94 | 2026-06-29T04:03:57.011Z | 1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-06-29T04:03:57.013Z | ++ pushd xde |
| 96 | 2026-06-29T04:03:57.013Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-06-29T04:03:57.013Z | ++ rustup show active-toolchain |
| 98 | 2026-06-29T04:03:57.016Z | info: syncing channel updates for nightly-2026-06-29-x86_64-unknown-illumos |
| 99 | 2026-06-29T04:03:57.164Z | info: latest update on 2026-06-29 for version 1.98.0-nightly (df6ee909e 2026-06-28) |
| 100 | 2026-06-29T04:03:57.167Z | info: downloading 6 components |
| 101 | 2026-06-29T04:04:13.678Z | nightly-2026-06-29-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-06-29T04:04:13.778Z | +++ rustup show active-toolchain -v |
| 103 | 2026-06-29T04:04:13.781Z | +++ head -n 1 |
| 104 | 2026-06-29T04:04:13.781Z | +++ cut '-d ' -f1 |
| 105 | 2026-06-29T04:04:13.834Z | ++ export NIGHTLY=nightly-2026-06-29-x86_64-unknown-illumos |
| 106 | 2026-06-29T04:04:13.834Z | ++ NIGHTLY=nightly-2026-06-29-x86_64-unknown-illumos |
| 107 | 2026-06-29T04:04:13.834Z | ++ popd |
| 108 | 2026-06-29T04:04:13.837Z | /work/oxidecomputer/opte |
| 109 | 2026-06-29T04:04:13.838Z | + cargo --version |
| 110 | 2026-06-29T04:04:13.843Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 111 | 2026-06-29T04:04:13.846Z | + rustc --version |
| 112 | 2026-06-29T04:04:13.865Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 113 | 2026-06-29T04:04:13.868Z | + cd lib/opte |
| 114 | 2026-06-29T04:04:13.868Z | + header 'check style' |
| 115 | 2026-06-29T04:04:13.868Z | + echo '# ==== check style ==== #' |
| 116 | 2026-06-29T04:04:13.868Z | # ==== check style ==== # |
| 117 | 2026-06-29T04:04:13.868Z | + ptime -m cargo +nightly-2026-06-29-x86_64-unknown-illumos fmt -- --check |
| 118 | 2026-06-29T04:04:14.057Z | |
| 119 | 2026-06-29T04:04:14.057Z | real 0.186805071 |
| 120 | 2026-06-29T04:04:14.057Z | user 0.141229385 |
| 121 | 2026-06-29T04:04:14.057Z | sys 0.037991957 |
| 122 | 2026-06-29T04:04:14.057Z | trap 0.000018410 |
| 123 | 2026-06-29T04:04:14.057Z | tflt 0.000013000 |
| 124 | 2026-06-29T04:04:14.058Z | dflt 0.000001890 |
| 125 | 2026-06-29T04:04:14.061Z | kflt 0.000000000 |
| 126 | 2026-06-29T04:04:14.061Z | lock 0.031136984 |
| 127 | 2026-06-29T04:04:14.061Z | slp 0.165652113 |
| 128 | 2026-06-29T04:04:14.061Z | lat 0.000718880 |
| 129 | 2026-06-29T04:04:14.061Z | stop 0.000088200 |
| 130 | 2026-06-29T04:04:14.061Z | + header 'check docs' |
| 131 | 2026-06-29T04:04:14.061Z | + echo '# ==== check docs ==== #' |
| 132 | 2026-06-29T04:04:14.061Z | # ==== check docs ==== # |
| 133 | 2026-06-29T04:04:14.061Z | + RUSTDOCFLAGS='-D warnings' |
| 134 | 2026-06-29T04:04:14.061Z | + ptime -m cargo +nightly-2026-06-29-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 135 | 2026-06-29T04:04:14.129Z | Updating crates.io index |
| 136 | 2026-06-29T04:04:14.132Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-06-29T04:04:14.777Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-06-29T04:04:15.062Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-06-29T04:04:15.405Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-06-29T04:04:15.645Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-06-29T04:04:15.930Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-06-29T04:04:16.202Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-06-29T04:04:18.061Z | Downloading crates ... |
| 144 | 2026-06-29T04:04:18.124Z | Downloaded version_check v0.9.5 |
| 145 | 2026-06-29T04:04:18.127Z | Downloaded pest v2.8.6 |
| 146 | 2026-06-29T04:04:18.137Z | Downloaded aho-corasick v1.1.4 |
| 147 | 2026-06-29T04:04:18.140Z | Downloaded bitflags v1.3.2 |
| 148 | 2026-06-29T04:04:18.143Z | Downloaded cpufeatures v0.2.17 |
| 149 | 2026-06-29T04:04:18.143Z | Downloaded defmt-macros v1.1.0 |
| 150 | 2026-06-29T04:04:18.145Z | Downloaded dyn-clone v1.0.20 |
| 151 | 2026-06-29T04:04:18.148Z | Downloaded generic-array v0.14.7 |
| 152 | 2026-06-29T04:04:18.152Z | Downloaded bitflags v2.13.0 |
| 153 | 2026-06-29T04:04:18.155Z | Downloaded memmap2 v0.9.10 |
| 154 | 2026-06-29T04:04:18.157Z | Downloaded serde_derive v1.0.228 |
| 155 | 2026-06-29T04:04:18.157Z | Downloaded tabwriter v1.4.1 |
| 156 | 2026-06-29T04:04:18.163Z | Downloaded byteorder v1.5.0 |
| 157 | 2026-06-29T04:04:18.166Z | Downloaded itoa v1.0.18 |
| 158 | 2026-06-29T04:04:18.168Z | Downloaded ingot-macros v0.1.1 |
| 159 | 2026-06-29T04:04:18.171Z | Downloaded itertools v0.15.0 |
| 160 | 2026-06-29T04:04:18.173Z | Downloaded defmt v0.3.100 |
| 161 | 2026-06-29T04:04:18.177Z | Downloaded log v0.4.33 |
| 162 | 2026-06-29T04:04:18.180Z | Downloaded proc-macro-error2 v2.0.1 |
| 163 | 2026-06-29T04:04:18.182Z | Downloaded either v1.16.0 |
| 164 | 2026-06-29T04:04:18.182Z | Downloaded macaddr v1.0.1 |
| 165 | 2026-06-29T04:04:18.182Z | Downloaded usdt-macro v0.6.0 |
| 166 | 2026-06-29T04:04:18.182Z | Downloaded digest v0.10.7 |
| 167 | 2026-06-29T04:04:18.185Z | Downloaded fnv v1.0.7 |
| 168 | 2026-06-29T04:04:18.188Z | Downloaded pest_derive v2.8.6 |
| 169 | 2026-06-29T04:04:18.188Z | Downloaded ucd-trie v0.1.7 |
| 170 | 2026-06-29T04:04:18.188Z | Downloaded strsim v0.11.1 |
| 171 | 2026-06-29T04:04:18.192Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 172 | 2026-06-29T04:04:18.195Z | Downloaded managed v0.8.0 |
| 173 | 2026-06-29T04:04:18.199Z | Downloaded heapless v0.8.0 |
| 174 | 2026-06-29T04:04:18.201Z | Downloaded ref-cast v1.0.25 |
| 175 | 2026-06-29T04:04:18.204Z | Downloaded hash32 v0.3.1 |
| 176 | 2026-06-29T04:04:18.204Z | Downloaded ident_case v1.0.1 |
| 177 | 2026-06-29T04:04:18.207Z | Downloaded dtrace-parser v0.3.0 |
| 178 | 2026-06-29T04:04:18.207Z | Downloaded scroll_derive v0.13.1 |
| 179 | 2026-06-29T04:04:18.212Z | Downloaded serde_tokenstream v0.2.3 |
| 180 | 2026-06-29T04:04:18.219Z | Downloaded usdt-attr-macro v0.6.0 |
| 181 | 2026-06-29T04:04:18.221Z | Downloaded cfg-if v1.0.4 |
| 182 | 2026-06-29T04:04:18.222Z | Downloaded defmt-parser v1.0.0 |
| 183 | 2026-06-29T04:04:18.222Z | Downloaded dof v0.4.0 |
| 184 | 2026-06-29T04:04:18.224Z | Downloaded usdt-impl v0.6.0 |
| 185 | 2026-06-29T04:04:18.227Z | Downloaded crc32fast v1.5.0 |
| 186 | 2026-06-29T04:04:18.232Z | Downloaded ref-cast-impl v1.0.25 |
| 187 | 2026-06-29T04:04:18.235Z | Downloaded pretty-hex v0.4.2 |
| 188 | 2026-06-29T04:04:18.238Z | Downloaded thread-id v5.1.0 |
| 189 | 2026-06-29T04:04:18.240Z | Downloaded darling_macro v0.23.0 |
| 190 | 2026-06-29T04:04:18.240Z | Downloaded darling_macro v0.21.3 |
| 191 | 2026-06-29T04:04:18.243Z | Downloaded embedded-io v0.6.1 |
| 192 | 2026-06-29T04:04:18.243Z | Downloaded plain v0.2.3 |
| 193 | 2026-06-29T04:04:18.246Z | Downloaded crypto-common v0.1.7 |
| 194 | 2026-06-29T04:04:18.248Z | Downloaded stable_deref_trait v1.2.1 |
| 195 | 2026-06-29T04:04:18.248Z | Downloaded ingot v0.1.1 |
| 196 | 2026-06-29T04:04:18.248Z | Downloaded ingot-types v0.1.2 |
| 197 | 2026-06-29T04:04:18.253Z | Downloaded thiserror v2.0.18 |
| 198 | 2026-06-29T04:04:18.256Z | Downloaded thiserror-impl v2.0.18 |
| 199 | 2026-06-29T04:04:18.261Z | Downloaded cobs v0.3.0 |
| 200 | 2026-06-29T04:04:18.264Z | Downloaded embedded-io v0.4.0 |
| 201 | 2026-06-29T04:04:18.267Z | Downloaded usdt v0.6.0 |
| 202 | 2026-06-29T04:04:18.270Z | Downloaded ipnetwork v0.21.1 |
| 203 | 2026-06-29T04:04:18.272Z | Downloaded quote v1.0.46 |
| 204 | 2026-06-29T04:04:18.273Z | Downloaded block-buffer v0.10.4 |
| 205 | 2026-06-29T04:04:18.275Z | Downloaded scroll v0.13.0 |
| 206 | 2026-06-29T04:04:18.278Z | Downloaded postcard v1.1.3 |
| 207 | 2026-06-29T04:04:18.280Z | Downloaded pest_generator v2.8.6 |
| 208 | 2026-06-29T04:04:18.280Z | Downloaded darling v0.21.3 |
| 209 | 2026-06-29T04:04:18.283Z | Downloaded defmt v1.1.0 |
| 210 | 2026-06-29T04:04:18.285Z | Downloaded unicode-ident v1.0.24 |
| 211 | 2026-06-29T04:04:18.290Z | Downloaded sha2 v0.10.9 |
| 212 | 2026-06-29T04:04:18.297Z | Downloaded darling v0.23.0 |
| 213 | 2026-06-29T04:04:18.310Z | Downloaded zmij v1.0.21 |
| 214 | 2026-06-29T04:04:18.313Z | Downloaded proc-macro2 v1.0.106 |
| 215 | 2026-06-29T04:04:18.316Z | Downloaded serde_core v1.0.228 |
| 216 | 2026-06-29T04:04:18.322Z | Downloaded darling_core v0.21.3 |
| 217 | 2026-06-29T04:04:18.329Z | Downloaded pest_meta v2.8.6 |
| 218 | 2026-06-29T04:04:18.332Z | Downloaded darling_core v0.23.0 |
| 219 | 2026-06-29T04:04:18.335Z | Downloaded memchr v2.8.2 |
| 220 | 2026-06-29T04:04:18.338Z | Downloaded serde v1.0.228 |
| 221 | 2026-06-29T04:04:18.350Z | Downloaded zerocopy-derive v0.8.52 |
| 222 | 2026-06-29T04:04:18.354Z | Downloaded typenum v1.20.1 |
| 223 | 2026-06-29T04:04:18.384Z | Downloaded itertools v0.14.0 |
| 224 | 2026-06-29T04:04:18.400Z | Downloaded regex v1.12.4 |
| 225 | 2026-06-29T04:04:18.403Z | Downloaded serde_json v1.0.150 |
| 226 | 2026-06-29T04:04:18.434Z | Downloaded unicode-width v0.2.2 |
| 227 | 2026-06-29T04:04:18.445Z | Downloaded regex-syntax v0.8.11 |
| 228 | 2026-06-29T04:04:18.452Z | Downloaded zerocopy v0.8.52 |
| 229 | 2026-06-29T04:04:18.463Z | Downloaded goblin v0.10.7 |
| 230 | 2026-06-29T04:04:18.467Z | Downloaded syn v2.0.118 |
| 231 | 2026-06-29T04:04:18.473Z | Downloaded smoltcp v0.11.0 |
| 232 | 2026-06-29T04:04:18.493Z | Downloaded regex-automata v0.4.14 |
| 233 | 2026-06-29T04:04:18.506Z | Downloaded libc v0.2.186 |
| 234 | 2026-06-29T04:04:18.565Z | Compiling proc-macro2 v1.0.106 |
| 235 | 2026-06-29T04:04:18.565Z | Compiling quote v1.0.46 |
| 236 | 2026-06-29T04:04:18.565Z | Compiling unicode-ident v1.0.24 |
| 237 | 2026-06-29T04:04:18.569Z | Documenting unicode-ident v1.0.24 |
| 238 | 2026-06-29T04:04:18.569Z | Compiling strsim v0.11.1 |
| 239 | 2026-06-29T04:04:18.569Z | Compiling ident_case v1.0.1 |
| 240 | 2026-06-29T04:04:18.569Z | Compiling serde_core v1.0.228 |
| 241 | 2026-06-29T04:04:18.721Z | Compiling fnv v1.0.7 |
| 242 | 2026-06-29T04:04:18.739Z | Checking memchr v2.8.2 |
| 243 | 2026-06-29T04:04:18.930Z | Compiling zerocopy v0.8.52 |
| 244 | 2026-06-29T04:04:18.996Z | Compiling regex-syntax v0.8.11 |
| 245 | 2026-06-29T04:04:19.020Z | Compiling thiserror v2.0.18 |
| 246 | 2026-06-29T04:04:19.069Z | Compiling serde v1.0.228 |
| 247 | 2026-06-29T04:04:19.312Z | Documenting proc-macro2 v1.0.106 |
| 248 | 2026-06-29T04:04:19.318Z | Compiling aho-corasick v1.1.4 |
| 249 | 2026-06-29T04:04:19.618Z | Compiling syn v2.0.118 |
| 250 | 2026-06-29T04:04:19.681Z | Compiling either v1.16.0 |
| 251 | 2026-06-29T04:04:19.892Z | Checking byteorder v1.5.0 |
| 252 | 2026-06-29T04:04:19.895Z | Documenting quote v1.0.46 |
| 253 | 2026-06-29T04:04:20.139Z | Compiling itertools v0.14.0 |
| 254 | 2026-06-29T04:04:20.413Z | Documenting syn v2.0.118 |
| 255 | 2026-06-29T04:04:20.433Z | Compiling regex-automata v0.4.14 |
| 256 | 2026-06-29T04:04:20.723Z | Documenting memchr v2.8.2 |
| 257 | 2026-06-29T04:04:21.046Z | Compiling heapless v0.8.0 |
| 258 | 2026-06-29T04:04:21.358Z | Checking bitflags v2.13.0 |
| 259 | 2026-06-29T04:04:21.364Z | Documenting aho-corasick v1.1.4 |
| 260 | 2026-06-29T04:04:21.504Z | Checking hash32 v0.3.1 |
| 261 | 2026-06-29T04:04:21.511Z | Documenting serde_core v1.0.228 |
| 262 | 2026-06-29T04:04:21.610Z | Checking macaddr v1.0.1 |
| 263 | 2026-06-29T04:04:21.619Z | Documenting regex-syntax v0.8.11 |
| 264 | 2026-06-29T04:04:21.750Z | Checking stable_deref_trait v1.2.1 |
| 265 | 2026-06-29T04:04:21.903Z | Checking cfg-if v1.0.4 |
| 266 | 2026-06-29T04:04:21.963Z | Checking darling_core v0.21.3 |
| 267 | 2026-06-29T04:04:22.503Z | Compiling regex v1.12.4 |
| 268 | 2026-06-29T04:04:22.697Z | Documenting regex-automata v0.4.14 |
| 269 | 2026-06-29T04:04:22.733Z | Compiling darling_core v0.23.0 |
| 270 | 2026-06-29T04:04:22.912Z | Compiling smoltcp v0.11.0 |
| 271 | 2026-06-29T04:04:23.274Z | Compiling thiserror-impl v2.0.18 |
| 272 | 2026-06-29T04:04:23.280Z | Compiling zerocopy-derive v0.8.52 |
| 273 | 2026-06-29T04:04:23.286Z | Compiling serde_derive v1.0.228 |
| 274 | 2026-06-29T04:04:23.351Z | Documenting thiserror-impl v2.0.18 |
| 275 | 2026-06-29T04:04:24.072Z | Documenting regex v1.12.4 |
| 276 | 2026-06-29T04:04:24.179Z | Documenting zerocopy-derive v0.8.52 |
| 277 | 2026-06-29T04:04:24.198Z | Documenting serde_derive v1.0.228 |
| 278 | 2026-06-29T04:04:24.309Z | Compiling darling_macro v0.21.3 |
| 279 | 2026-06-29T04:04:24.582Z | Checking cobs v0.3.0 |
| 280 | 2026-06-29T04:04:24.860Z | Compiling darling_macro v0.23.0 |
| 281 | 2026-06-29T04:04:24.898Z | Compiling darling v0.21.3 |
| 282 | 2026-06-29T04:04:24.972Z | Compiling ingot-macros v0.1.1 |
| 283 | 2026-06-29T04:04:24.991Z | Documenting byteorder v1.5.0 |
| 284 | 2026-06-29T04:04:25.045Z | Checking managed v0.8.0 |
| 285 | 2026-06-29T04:04:25.079Z | Checking bitflags v1.3.2 |
| 286 | 2026-06-29T04:04:25.141Z | Documenting zerocopy v0.8.52 |
| 287 | 2026-06-29T04:04:25.226Z | Documenting ingot-macros v0.1.1 |
| 288 | 2026-06-29T04:04:25.325Z | Documenting thiserror v2.0.18 |
| 289 | 2026-06-29T04:04:25.432Z | Documenting bitflags v2.13.0 |
| 290 | 2026-06-29T04:04:25.544Z | Documenting hash32 v0.3.1 |
| 291 | 2026-06-29T04:04:25.860Z | Documenting stable_deref_trait v1.2.1 |
| 292 | 2026-06-29T04:04:26.067Z | Documenting serde v1.0.228 |
| 293 | 2026-06-29T04:04:26.215Z | Documenting macaddr v1.0.1 |
| 294 | 2026-06-29T04:04:26.414Z | Compiling crc32fast v1.5.0 |
| 295 | 2026-06-29T04:04:26.420Z | Documenting cfg-if v1.0.4 |
| 296 | 2026-06-29T04:04:26.553Z | Compiling ref-cast v1.0.25 |
| 297 | 2026-06-29T04:04:26.753Z | Documenting heapless v0.8.0 |
| 298 | 2026-06-29T04:04:26.761Z | Checking postcard v1.1.3 |
| 299 | 2026-06-29T04:04:26.926Z | Documenting cobs v0.3.0 |
| 300 | 2026-06-29T04:04:27.031Z | Compiling ref-cast-impl v1.0.25 |
| 301 | 2026-06-29T04:04:27.584Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 302 | 2026-06-29T04:04:27.662Z | Checking ipnetwork v0.21.1 |
| 303 | 2026-06-29T04:04:27.684Z | Documenting managed v0.8.0 |
| 304 | 2026-06-29T04:04:27.701Z | Checking ingot-types v0.1.2 |
| 305 | 2026-06-29T04:04:27.838Z | Compiling version_check v0.9.5 |
| 306 | 2026-06-29T04:04:27.855Z | Checking unicode-width v0.2.2 |
| 307 | 2026-06-29T04:04:28.009Z | Documenting postcard v1.1.3 |
| 308 | 2026-06-29T04:04:28.053Z | Checking ingot v0.1.1 |
| 309 | 2026-06-29T04:04:28.107Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 310 | 2026-06-29T04:04:28.114Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 311 | 2026-06-29T04:04:28.191Z | Compiling darling v0.23.0 |
| 312 | 2026-06-29T04:04:28.267Z | Documenting ref-cast-impl v1.0.25 |
| 313 | 2026-06-29T04:04:28.360Z | Documenting either v1.16.0 |
| 314 | 2026-06-29T04:04:28.379Z | Documenting smoltcp v0.11.0 |
| 315 | 2026-06-29T04:04:28.382Z | Documenting ingot-types v0.1.2 |
| 316 | 2026-06-29T04:04:28.522Z | Documenting unicode-width v0.2.2 |
| 317 | 2026-06-29T04:04:28.779Z | Documenting ipnetwork v0.21.1 |
| 318 | 2026-06-29T04:04:29.024Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 319 | 2026-06-29T04:04:29.275Z | Documenting itertools v0.15.0 |
| 320 | 2026-06-29T04:04:29.512Z | Documenting ref-cast v1.0.25 |
| 321 | 2026-06-29T04:04:29.627Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 322 | 2026-06-29T04:04:29.806Z | Documenting ingot v0.1.1 |
| 323 | 2026-06-29T04:04:29.991Z | Documenting tabwriter v1.4.1 |
| 324 | 2026-06-29T04:04:30.409Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 325 | 2026-06-29T04:04:30.469Z | Checking tabwriter v1.4.1 |
| 326 | 2026-06-29T04:04:30.597Z | Checking itertools v0.15.0 |
| 327 | 2026-06-29T04:04:30.698Z | Documenting crc32fast v1.5.0 |
| 328 | 2026-06-29T04:04:31.003Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 329 | 2026-06-29T04:04:31.093Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 330 | 2026-06-29T04:04:31.138Z | Checking dyn-clone v1.0.20 |
| 331 | 2026-06-29T04:04:31.235Z | Documenting dyn-clone v1.0.20 |
| 332 | 2026-06-29T04:04:32.511Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 333 | 2026-06-29T04:04:33.700Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 334 | 2026-06-29T04:04:35.978Z | Finished `dev` profile [optimized + debuginfo] target(s) in 21.91s |
| 335 | 2026-06-29T04:04:36.054Z | Generated /work/oxidecomputer/opte/target/doc/opte/index.html |
| 336 | 2026-06-29T04:04:36.079Z | |
| 337 | 2026-06-29T04:04:36.082Z | real 22.001558358 |
| 338 | 2026-06-29T04:04:36.082Z | user 1:17.130995481 |
| 339 | 2026-06-29T04:04:36.082Z | sys 16.361937997 |
| 340 | 2026-06-29T04:04:36.082Z | trap 0.046537485 |
| 341 | 2026-06-29T04:04:36.082Z | tflt 0.043612225 |
| 342 | 2026-06-29T04:04:36.082Z | dflt 0.073189591 |
| 343 | 2026-06-29T04:04:36.082Z | kflt 0.004329002 |
| 344 | 2026-06-29T04:04:36.082Z | lock 7:44.369803585 |
| 345 | 2026-06-29T04:04:36.082Z | slp 4:17.888220145 |
| 346 | 2026-06-29T04:04:36.082Z | lat 8.140103403 |
| 347 | 2026-06-29T04:04:36.082Z | stop 12.016757127 |
| 348 | 2026-06-29T04:04:36.082Z | + header 'analyze std + api' |
| 349 | 2026-06-29T04:04:36.082Z | + echo '# ==== analyze std + api ==== #' |
| 350 | 2026-06-29T04:04:36.082Z | # ==== analyze std + api ==== # |
| 351 | 2026-06-29T04:04:36.082Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 352 | 2026-06-29T04:04:36.312Z | Compiling proc-macro2 v1.0.106 |
| 353 | 2026-06-29T04:04:36.312Z | Compiling quote v1.0.46 |
| 354 | 2026-06-29T04:04:36.312Z | Compiling unicode-ident v1.0.24 |
| 355 | 2026-06-29T04:04:36.312Z | Compiling memchr v2.8.2 |
| 356 | 2026-06-29T04:04:36.312Z | Compiling thiserror v2.0.18 |
| 357 | 2026-06-29T04:04:36.312Z | Compiling zerocopy v0.8.52 |
| 358 | 2026-06-29T04:04:36.315Z | Compiling zmij v1.0.21 |
| 359 | 2026-06-29T04:04:36.315Z | Compiling serde_core v1.0.228 |
| 360 | 2026-06-29T04:04:36.488Z | Compiling libc v0.2.186 |
| 361 | 2026-06-29T04:04:36.651Z | Compiling ucd-trie v0.1.7 |
| 362 | 2026-06-29T04:04:36.697Z | Compiling strsim v0.11.1 |
| 363 | 2026-06-29T04:04:36.703Z | Compiling ident_case v1.0.1 |
| 364 | 2026-06-29T04:04:36.707Z | Compiling serde_json v1.0.150 |
| 365 | 2026-06-29T04:04:36.811Z | Compiling pest v2.8.6 |
| 366 | 2026-06-29T04:04:36.917Z | Compiling serde v1.0.228 |
| 367 | 2026-06-29T04:04:37.113Z | Compiling fnv v1.0.7 |
| 368 | 2026-06-29T04:04:37.263Z | Compiling aho-corasick v1.1.4 |
| 369 | 2026-06-29T04:04:37.290Z | Compiling itoa v1.0.18 |
| 370 | 2026-06-29T04:04:37.458Z | Compiling regex-syntax v0.8.11 |
| 371 | 2026-06-29T04:04:37.584Z | Checking byteorder v1.5.0 |
| 372 | 2026-06-29T04:04:37.673Z | Compiling syn v2.0.118 |
| 373 | 2026-06-29T04:04:38.026Z | Compiling pest_meta v2.8.6 |
| 374 | 2026-06-29T04:04:38.073Z | Compiling either v1.16.0 |
| 375 | 2026-06-29T04:04:38.259Z | Compiling usdt-impl v0.6.0 |
| 376 | 2026-06-29T04:04:38.338Z | Compiling itertools v0.14.0 |
| 377 | 2026-06-29T04:04:38.603Z | Compiling thread-id v5.1.0 |
| 378 | 2026-06-29T04:04:38.743Z | Checking plain v0.2.3 |
| 379 | 2026-06-29T04:04:38.836Z | Checking log v0.4.33 |
| 380 | 2026-06-29T04:04:38.974Z | Compiling regex-automata v0.4.14 |
| 381 | 2026-06-29T04:04:39.016Z | Compiling heapless v0.8.0 |
| 382 | 2026-06-29T04:04:39.544Z | Checking bitflags v2.13.0 |
| 383 | 2026-06-29T04:04:39.571Z | Checking hash32 v0.3.1 |
| 384 | 2026-06-29T04:04:39.629Z | Checking pretty-hex v0.4.2 |
| 385 | 2026-06-29T04:04:39.685Z | Checking stable_deref_trait v1.2.1 |
| 386 | 2026-06-29T04:04:39.736Z | Checking cfg-if v1.0.4 |
| 387 | 2026-06-29T04:04:39.746Z | Checking macaddr v1.0.1 |
| 388 | 2026-06-29T04:04:39.792Z | Compiling smoltcp v0.11.0 |
| 389 | 2026-06-29T04:04:39.941Z | Compiling ref-cast v1.0.25 |
| 390 | 2026-06-29T04:04:39.975Z | Compiling crc32fast v1.5.0 |
| 391 | 2026-06-29T04:04:40.112Z | Compiling pest_generator v2.8.6 |
| 392 | 2026-06-29T04:04:40.243Z | Compiling darling_core v0.21.3 |
| 393 | 2026-06-29T04:04:40.251Z | Compiling darling_core v0.23.0 |
| 394 | 2026-06-29T04:04:40.262Z | Compiling version_check v0.9.5 |
| 395 | 2026-06-29T04:04:40.404Z | Checking managed v0.8.0 |
| 396 | 2026-06-29T04:04:40.530Z | Checking bitflags v1.3.2 |
| 397 | 2026-06-29T04:04:40.581Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 398 | 2026-06-29T04:04:40.723Z | Compiling regex v1.12.4 |
| 399 | 2026-06-29T04:04:40.895Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 400 | 2026-06-29T04:04:41.119Z | Checking memmap2 v0.9.10 |
| 401 | 2026-06-29T04:04:41.199Z | Checking ipnetwork v0.21.1 |
| 402 | 2026-06-29T04:04:41.271Z | Compiling thiserror-impl v2.0.18 |
| 403 | 2026-06-29T04:04:41.276Z | Compiling serde_derive v1.0.228 |
| 404 | 2026-06-29T04:04:41.367Z | Compiling zerocopy-derive v0.8.52 |
| 405 | 2026-06-29T04:04:41.487Z | Compiling pest_derive v2.8.6 |
| 406 | 2026-06-29T04:04:41.767Z | Compiling scroll_derive v0.13.1 |
| 407 | 2026-06-29T04:04:41.856Z | Compiling ref-cast-impl v1.0.25 |
| 408 | 2026-06-29T04:04:42.002Z | Checking unicode-width v0.2.2 |
| 409 | 2026-06-29T04:04:42.296Z | Compiling darling_macro v0.21.3 |
| 410 | 2026-06-29T04:04:42.337Z | Compiling darling_macro v0.23.0 |
| 411 | 2026-06-29T04:04:42.462Z | Checking itertools v0.15.0 |
| 412 | 2026-06-29T04:04:42.606Z | Checking cobs v0.3.0 |
| 413 | 2026-06-29T04:04:42.609Z | Checking scroll v0.13.0 |
| 414 | 2026-06-29T04:04:42.650Z | Compiling dtrace-parser v0.3.0 |
| 415 | 2026-06-29T04:04:42.845Z | Compiling darling v0.21.3 |
| 416 | 2026-06-29T04:04:42.887Z | Checking goblin v0.10.7 |
| 417 | 2026-06-29T04:04:42.914Z | Compiling ingot-macros v0.1.1 |
| 418 | 2026-06-29T04:04:42.981Z | Compiling darling v0.23.0 |
| 419 | 2026-06-29T04:04:43.054Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 420 | 2026-06-29T04:04:43.255Z | Checking tabwriter v1.4.1 |
| 421 | 2026-06-29T04:04:43.398Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 422 | 2026-06-29T04:04:43.743Z | Checking dyn-clone v1.0.20 |
| 423 | 2026-06-29T04:04:44.351Z | Checking postcard v1.1.3 |
| 424 | 2026-06-29T04:04:44.374Z | Compiling serde_tokenstream v0.2.3 |
| 425 | 2026-06-29T04:04:45.433Z | Checking dof v0.4.0 |
| 426 | 2026-06-29T04:04:45.433Z | Checking ingot-types v0.1.2 |
| 427 | 2026-06-29T04:04:45.729Z | Checking ingot v0.1.1 |
| 428 | 2026-06-29T04:04:46.302Z | Compiling usdt-attr-macro v0.6.0 |
| 429 | 2026-06-29T04:04:46.302Z | Compiling usdt-macro v0.6.0 |
| 430 | 2026-06-29T04:04:46.897Z | Checking usdt v0.6.0 |
| 431 | 2026-06-29T04:04:47.186Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 432 | 2026-06-29T04:04:55.500Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.37s |
| 433 | 2026-06-29T04:04:55.528Z | |
| 434 | 2026-06-29T04:04:55.529Z | real 19.443773156 |
| 435 | 2026-06-29T04:04:55.529Z | user 1:04.217839088 |
| 436 | 2026-06-29T04:04:55.529Z | sys 12.789309414 |
| 437 | 2026-06-29T04:04:55.531Z | trap 0.034209884 |
| 438 | 2026-06-29T04:04:55.531Z | tflt 0.149293199 |
| 439 | 2026-06-29T04:04:55.531Z | dflt 0.187395214 |
| 440 | 2026-06-29T04:04:55.531Z | kflt 0.000011330 |
| 441 | 2026-06-29T04:04:55.531Z | lock 3:44.725180481 |
| 442 | 2026-06-29T04:04:55.532Z | slp 3:25.853278740 |
| 443 | 2026-06-29T04:04:55.532Z | lat 3.019006233 |
| 444 | 2026-06-29T04:04:55.532Z | stop 6.458686545 |
| 445 | 2026-06-29T04:04:55.532Z | + header 'analyze no_std + engine + kernel' |
| 446 | 2026-06-29T04:04:55.532Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 447 | 2026-06-29T04:04:55.532Z | # ==== analyze no_std + engine + kernel ==== # |
| 448 | 2026-06-29T04:04:55.532Z | + ptime -m cargo +nightly-2026-06-29-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings |
| 449 | 2026-06-29T04:04:55.708Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 450 | 2026-06-29T04:04:55.708Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 451 | 2026-06-29T04:04:55.711Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 452 | 2026-06-29T04:04:55.711Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 453 | 2026-06-29T04:04:55.970Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 454 | 2026-06-29T04:04:59.312Z | error: draining all elements of a collection into a new collection of the same type |
| 455 | 2026-06-29T04:04:59.312Z | --> lib/opte/src/engine/packet.rs:1398:9 |
| 456 | 2026-06-29T04:04:59.312Z | | |
| 457 | 2026-06-29T04:04:59.312Z | 1398 | self.state.lfts.drain(..).collect() |
| 458 | 2026-06-29T04:04:59.312Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `mem::take` to avoid creating a new allocation: `core::mem::take(&mut self.state.lfts)` |
| 459 | 2026-06-29T04:04:59.312Z | | |
| 460 | 2026-06-29T04:04:59.312Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#drain_collect |
| 461 | 2026-06-29T04:04:59.312Z | = note: `-D clippy::drain-collect` implied by `-D warnings` |
| 462 | 2026-06-29T04:04:59.312Z | = help: to override `-D warnings` add `#[allow(clippy::drain_collect)]` |
| 463 | 2026-06-29T04:04:59.312Z | |
| 464 | 2026-06-29T04:04:59.628Z | error: could not compile `opte` (lib) due to 1 previous error |
| 465 | 2026-06-29T04:04:59.654Z | |
| 466 | 2026-06-29T04:04:59.657Z | real 4.118712982 |
| 467 | 2026-06-29T04:04:59.657Z | user 4.481680904 |
| 468 | 2026-06-29T04:04:59.658Z | sys 0.907144580 |
| 469 | 2026-06-29T04:04:59.658Z | trap 0.000622870 |
| 470 | 2026-06-29T04:04:59.658Z | tflt 0.007970413 |
| 471 | 2026-06-29T04:04:59.658Z | dflt 0.005359621 |
| 472 | 2026-06-29T04:04:59.658Z | kflt 0.000000000 |
| 473 | 2026-06-29T04:04:59.658Z | lock 21.381481344 |
| 474 | 2026-06-29T04:04:59.658Z | slp 16.438098867 |
| 475 | 2026-06-29T04:04:59.658Z | lat 0.023007944 |
| 476 | 2026-06-29T04:04:59.658Z | stop 0.277432732 |
| 477 | 2026-06-29T04:04:59.658Z | process exited: duration 62652 ms, exit code 101 |
| |
| 478 | 2026-06-29T04:04:59.664Z | found 0 output files |