|
|
|
| 1 | 2026-05-28T03:43:02.715Z | job assigned to worker 01KSPASSN33BVAHFJHKNFAZ74C [factory aws, i-031de34e5a176a547] (queued for 58 s) |
| |
| 2 | 2026-05-28T03:43:09.420Z | starting task 0: "setup" |
| 3 | 2026-05-28T03:43:09.426Z | ++ uname -s |
| 4 | 2026-05-28T03:43:09.429Z | + kern=SunOS |
| 5 | 2026-05-28T03:43:09.429Z | + build_user=build |
| 6 | 2026-05-28T03:43:09.429Z | + build_uid=12345 |
| 7 | 2026-05-28T03:43:09.429Z | + work_dir=/work |
| 8 | 2026-05-28T03:43:09.429Z | + input_dir=/input |
| 9 | 2026-05-28T03:43:09.429Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-28T03:43:09.429Z | + case "$kern" in |
| 11 | 2026-05-28T03:43:09.429Z | + groupadd -g 12345 build |
| 12 | 2026-05-28T03:43:09.429Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-28T03:43:11.433Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-28T03:43:11.598Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-28T03:43:11.604Z | + home_fs=zfs |
| 16 | 2026-05-28T03:43:11.604Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-28T03:43:11.604Z | + mkdir -p /home/build |
| 18 | 2026-05-28T03:43:11.604Z | + chown build:build /home/build /work |
| 19 | 2026-05-28T03:43:13.603Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-28T03:43:13.606Z | process exited: duration 4184 ms, exit code 0 |
| |
| 21 | 2026-05-28T03:43:13.613Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-28T03:43:13.616Z | + printf ' * rust toolchain channel = "%s"\n' 1.95.0 |
| 23 | 2026-05-28T03:43:13.616Z | * rust toolchain channel = "1.95.0" |
| 24 | 2026-05-28T03:43:13.617Z | * rust toolchain profile = "default" |
| 25 | 2026-05-28T03:43:13.617Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-28T03:43:13.617Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-28T03:43:13.617Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-28T03:43:13.620Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-28T03:43:13.620Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default |
| 30 | 2026-05-28T03:43:13.712Z | info: downloading installer |
| 31 | 2026-05-28T03:43:15.038Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-28T03:43:15.039Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-28T03:43:15.039Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-28T03:43:15.039Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-28T03:43:15.051Z | info: profile set to default |
| 36 | 2026-05-28T03:43:15.051Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-28T03:43:15.054Z | info: syncing channel updates for 1.95.0-x86_64-unknown-illumos |
| 38 | 2026-05-28T03:43:15.197Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 39 | 2026-05-28T03:43:15.200Z | info: downloading 6 components |
| 40 | 2026-05-28T03:43:31.286Z | info: default toolchain set to 1.95.0-x86_64-unknown-illumos |
| 41 | 2026-05-28T03:43:31.286Z | |
| 42 | 2026-05-28T03:43:31.312Z | 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 43 | 2026-05-28T03:43:31.312Z | |
| 44 | 2026-05-28T03:43:31.312Z | |
| 45 | 2026-05-28T03:43:31.312Z | Rust is installed now. Great! |
| 46 | 2026-05-28T03:43:31.312Z | |
| 47 | 2026-05-28T03:43:31.312Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-28T03:43:31.312Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-28T03:43:31.312Z | |
| 50 | 2026-05-28T03:43:31.312Z | To configure your current shell, you need to source |
| 51 | 2026-05-28T03:43:31.312Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-28T03:43:31.312Z | |
| 53 | 2026-05-28T03:43:31.312Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-28T03:43:31.315Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-28T03:43:31.315Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-28T03:43:31.315Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-28T03:43:31.315Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-28T03:43:31.315Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-28T03:43:31.315Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-28T03:43:31.315Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-28T03:43:31.315Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-28T03:43:31.409Z | + rustup --version |
| 63 | 2026-05-28T03:43:31.419Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-28T03:43:31.422Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-28T03:43:31.439Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 66 | 2026-05-28T03:43:31.442Z | + cargo --version |
| 67 | 2026-05-28T03:43:31.456Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 68 | 2026-05-28T03:43:31.459Z | + rustc --version |
| 69 | 2026-05-28T03:43:31.478Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 70 | 2026-05-28T03:43:31.481Z | process exited: duration 17866 ms, exit code 0 |
| |
| 71 | 2026-05-28T03:43:31.489Z | starting task 2: "authentication" |
| 72 | 2026-05-28T03:43:31.505Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-05-28T03:43:31.511Z | starting task 3: "clone repository" |
| 74 | 2026-05-28T03:43:31.514Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-05-28T03:43:31.518Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-05-28T03:43:31.553Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-05-28T03:43:32.360Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-05-28T03:43:32.360Z | + git fetch origin 2936d258388c093780b55889e57e8a8a79ce3ea6 |
| 79 | 2026-05-28T03:43:32.578Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-05-28T03:43:32.578Z | * branch 2936d258388c093780b55889e57e8a8a79ce3ea6 -> FETCH_HEAD |
| 81 | 2026-05-28T03:43:32.583Z | + [[ -n renovate/rust-1.x ]] |
| 82 | 2026-05-28T03:43:32.586Z | ++ git branch --show-current |
| 83 | 2026-05-28T03:43:32.586Z | + current=master |
| 84 | 2026-05-28T03:43:32.586Z | + [[ master != renovate/rust-1.x ]] |
| 85 | 2026-05-28T03:43:32.586Z | + git branch -f renovate/rust-1.x 2936d258388c093780b55889e57e8a8a79ce3ea6 |
| 86 | 2026-05-28T03:43:32.589Z | + git checkout -f renovate/rust-1.x |
| 87 | 2026-05-28T03:43:32.605Z | Switched to branch 'renovate/rust-1.x' |
| 88 | 2026-05-28T03:43:32.609Z | + git reset --hard 2936d258388c093780b55889e57e8a8a79ce3ea6 |
| 89 | 2026-05-28T03:43:32.622Z | HEAD is now at 2936d25 Update Rust to nightly-2026-05-27 |
| 90 | 2026-05-28T03:43:32.625Z | process exited: duration 1111 ms, exit code 0 |
| |
| 91 | 2026-05-28T03:43:32.631Z | starting task 4: "build" |
| 92 | 2026-05-28T03:43:32.634Z | + source .github/buildomat/common.sh |
| 93 | 2026-05-28T03:43:32.638Z | ++ rustup show active-toolchain |
| 94 | 2026-05-28T03:43:32.642Z | 1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-05-28T03:43:32.642Z | ++ pushd xde |
| 96 | 2026-05-28T03:43:32.642Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-05-28T03:43:32.642Z | ++ rustup show active-toolchain |
| 98 | 2026-05-28T03:43:32.645Z | info: syncing channel updates for nightly-2026-05-27-x86_64-unknown-illumos |
| 99 | 2026-05-28T03:43:32.793Z | info: latest update on 2026-05-27 for version 1.98.0-nightly (d1fc603d1 2026-05-26) |
| 100 | 2026-05-28T03:43:32.796Z | info: downloading 6 components |
| 101 | 2026-05-28T03:43:47.699Z | nightly-2026-05-27-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-05-28T03:43:47.797Z | +++ rustup show active-toolchain -v |
| 103 | 2026-05-28T03:43:47.800Z | +++ head -n 1 |
| 104 | 2026-05-28T03:43:47.800Z | +++ cut '-d ' -f1 |
| 105 | 2026-05-28T03:43:47.852Z | ++ export NIGHTLY=nightly-2026-05-27-x86_64-unknown-illumos |
| 106 | 2026-05-28T03:43:47.875Z | ++ NIGHTLY=nightly-2026-05-27-x86_64-unknown-illumos |
| 107 | 2026-05-28T03:43:47.875Z | ++ popd |
| 108 | 2026-05-28T03:43:47.881Z | /work/oxidecomputer/opte |
| 109 | 2026-05-28T03:43:47.881Z | + cargo --version |
| 110 | 2026-05-28T03:43:47.881Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 111 | 2026-05-28T03:43:47.881Z | + rustc --version |
| 112 | 2026-05-28T03:43:47.888Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 113 | 2026-05-28T03:43:47.895Z | + cd lib/opte |
| 114 | 2026-05-28T03:43:47.895Z | + header 'check style' |
| 115 | 2026-05-28T03:43:47.895Z | + echo '# ==== check style ==== #' |
| 116 | 2026-05-28T03:43:47.895Z | # ==== check style ==== # |
| 117 | 2026-05-28T03:43:47.895Z | + ptime -m cargo +nightly-2026-05-27-x86_64-unknown-illumos fmt -- --check |
| 118 | 2026-05-28T03:43:48.076Z | |
| 119 | 2026-05-28T03:43:48.076Z | real 0.176486365 |
| 120 | 2026-05-28T03:43:48.076Z | user 0.133997437 |
| 121 | 2026-05-28T03:43:48.076Z | sys 0.036407192 |
| 122 | 2026-05-28T03:43:48.076Z | trap 0.000040120 |
| 123 | 2026-05-28T03:43:48.076Z | tflt 0.000009470 |
| 124 | 2026-05-28T03:43:48.089Z | dflt 0.000002870 |
| 125 | 2026-05-28T03:43:48.089Z | kflt 0.000000470 |
| 126 | 2026-05-28T03:43:48.089Z | lock 0.031178440 |
| 127 | 2026-05-28T03:43:48.089Z | slp 0.156192325 |
| 128 | 2026-05-28T03:43:48.089Z | lat 0.000769560 |
| 129 | 2026-05-28T03:43:48.090Z | stop 0.000087500 |
| 130 | 2026-05-28T03:43:48.090Z | + header 'check docs' |
| 131 | 2026-05-28T03:43:48.090Z | + echo '# ==== check docs ==== #' |
| 132 | 2026-05-28T03:43:48.090Z | # ==== check docs ==== # |
| 133 | 2026-05-28T03:43:48.090Z | + RUSTDOCFLAGS='-D warnings' |
| 134 | 2026-05-28T03:43:48.090Z | + ptime -m cargo +nightly-2026-05-27-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 135 | 2026-05-28T03:43:48.146Z | Updating crates.io index |
| 136 | 2026-05-28T03:43:48.976Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-05-28T03:43:48.976Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-05-28T03:43:49.030Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-05-28T03:43:49.375Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-05-28T03:43:49.621Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-05-28T03:43:49.876Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-05-28T03:43:50.120Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-05-28T03:43:52.092Z | Downloading crates ... |
| 144 | 2026-05-28T03:43:52.133Z | Downloaded darling_macro v0.21.3 |
| 145 | 2026-05-28T03:43:52.134Z | Downloaded memchr v2.8.0 |
| 146 | 2026-05-28T03:43:52.134Z | Downloaded crypto-common v0.1.7 |
| 147 | 2026-05-28T03:43:52.134Z | Downloaded darling_macro v0.23.0 |
| 148 | 2026-05-28T03:43:52.134Z | Downloaded embedded-io v0.4.0 |
| 149 | 2026-05-28T03:43:52.134Z | Downloaded dof v0.4.0 |
| 150 | 2026-05-28T03:43:52.134Z | Downloaded defmt-parser v1.0.0 |
| 151 | 2026-05-28T03:43:52.134Z | Downloaded dtrace-parser v0.3.0 |
| 152 | 2026-05-28T03:43:52.134Z | Downloaded cpufeatures v0.2.17 |
| 153 | 2026-05-28T03:43:52.134Z | Downloaded fnv v1.0.7 |
| 154 | 2026-05-28T03:43:52.134Z | Downloaded itoa v1.0.18 |
| 155 | 2026-05-28T03:43:52.134Z | Downloaded defmt v0.3.100 |
| 156 | 2026-05-28T03:43:52.134Z | Downloaded ident_case v1.0.1 |
| 157 | 2026-05-28T03:43:52.134Z | Downloaded ipnetwork v0.21.1 |
| 158 | 2026-05-28T03:43:52.134Z | Downloaded either v1.15.0 |
| 159 | 2026-05-28T03:43:52.134Z | Downloaded version_check v0.9.5 |
| 160 | 2026-05-28T03:43:52.134Z | Downloaded memmap2 v0.9.10 |
| 161 | 2026-05-28T03:43:52.134Z | Downloaded block-buffer v0.10.4 |
| 162 | 2026-05-28T03:43:52.134Z | Downloaded darling_core v0.23.0 |
| 163 | 2026-05-28T03:43:52.134Z | Downloaded defmt-macros v1.0.1 |
| 164 | 2026-05-28T03:43:52.134Z | Downloaded pest_generator v2.8.6 |
| 165 | 2026-05-28T03:43:52.134Z | Downloaded dyn-clone v1.0.20 |
| 166 | 2026-05-28T03:43:52.134Z | Downloaded cfg-if v1.0.4 |
| 167 | 2026-05-28T03:43:52.134Z | Downloaded ingot-types v0.1.2 |
| 168 | 2026-05-28T03:43:52.134Z | Downloaded managed v0.8.0 |
| 169 | 2026-05-28T03:43:52.134Z | Downloaded tabwriter v1.4.1 |
| 170 | 2026-05-28T03:43:52.134Z | Downloaded scroll v0.13.0 |
| 171 | 2026-05-28T03:43:52.134Z | Downloaded usdt-macro v0.6.0 |
| 172 | 2026-05-28T03:43:52.140Z | Downloaded crc32fast v1.5.0 |
| 173 | 2026-05-28T03:43:52.140Z | Downloaded ingot-macros v0.1.1 |
| 174 | 2026-05-28T03:43:52.140Z | Downloaded darling v0.21.3 |
| 175 | 2026-05-28T03:43:52.140Z | Downloaded pest_meta v2.8.6 |
| 176 | 2026-05-28T03:43:52.140Z | Downloaded embedded-io v0.6.1 |
| 177 | 2026-05-28T03:43:52.140Z | Downloaded thread-id v5.1.0 |
| 178 | 2026-05-28T03:43:52.140Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 179 | 2026-05-28T03:43:52.140Z | Downloaded strsim v0.11.1 |
| 180 | 2026-05-28T03:43:52.140Z | Downloaded usdt-attr-macro v0.6.0 |
| 181 | 2026-05-28T03:43:52.140Z | Downloaded cobs v0.3.0 |
| 182 | 2026-05-28T03:43:52.140Z | Downloaded scroll_derive v0.13.1 |
| 183 | 2026-05-28T03:43:52.140Z | Downloaded ref-cast v1.0.25 |
| 184 | 2026-05-28T03:43:52.140Z | Downloaded generic-array v0.14.7 |
| 185 | 2026-05-28T03:43:52.140Z | Downloaded stable_deref_trait v1.2.1 |
| 186 | 2026-05-28T03:43:52.140Z | Downloaded usdt v0.6.0 |
| 187 | 2026-05-28T03:43:52.140Z | Downloaded ref-cast-impl v1.0.25 |
| 188 | 2026-05-28T03:43:52.140Z | Downloaded macaddr v1.0.1 |
| 189 | 2026-05-28T03:43:52.141Z | Downloaded pretty-hex v0.4.2 |
| 190 | 2026-05-28T03:43:52.141Z | Downloaded hash32 v0.3.1 |
| 191 | 2026-05-28T03:43:52.194Z | Downloaded darling v0.23.0 |
| 192 | 2026-05-28T03:43:52.194Z | Downloaded plain v0.2.3 |
| 193 | 2026-05-28T03:43:52.194Z | Downloaded byteorder v1.5.0 |
| 194 | 2026-05-28T03:43:52.194Z | Downloaded digest v0.10.7 |
| 195 | 2026-05-28T03:43:52.194Z | Downloaded defmt v1.0.1 |
| 196 | 2026-05-28T03:43:52.194Z | Downloaded aho-corasick v1.1.4 |
| 197 | 2026-05-28T03:43:52.194Z | Downloaded sha2 v0.10.9 |
| 198 | 2026-05-28T03:43:52.194Z | Downloaded ingot v0.1.1 |
| 199 | 2026-05-28T03:43:52.194Z | Downloaded thiserror-impl v2.0.18 |
| 200 | 2026-05-28T03:43:52.195Z | Downloaded proc-macro-error2 v2.0.1 |
| 201 | 2026-05-28T03:43:52.195Z | Downloaded serde_tokenstream v0.2.3 |
| 202 | 2026-05-28T03:43:52.195Z | Downloaded quote v1.0.45 |
| 203 | 2026-05-28T03:43:52.195Z | Downloaded darling_core v0.21.3 |
| 204 | 2026-05-28T03:43:52.195Z | Downloaded zmij v1.0.21 |
| 205 | 2026-05-28T03:43:52.195Z | Downloaded thiserror v2.0.18 |
| 206 | 2026-05-28T03:43:52.195Z | Downloaded bitflags v1.3.2 |
| 207 | 2026-05-28T03:43:52.195Z | Downloaded usdt-impl v0.6.0 |
| 208 | 2026-05-28T03:43:52.201Z | Downloaded bitflags v2.11.1 |
| 209 | 2026-05-28T03:43:52.201Z | Downloaded pest_derive v2.8.6 |
| 210 | 2026-05-28T03:43:52.201Z | Downloaded log v0.4.29 |
| 211 | 2026-05-28T03:43:52.201Z | Downloaded proc-macro2 v1.0.106 |
| 212 | 2026-05-28T03:43:52.201Z | Downloaded postcard v1.1.3 |
| 213 | 2026-05-28T03:43:52.201Z | Downloaded ucd-trie v0.1.7 |
| 214 | 2026-05-28T03:43:52.201Z | Downloaded serde_core v1.0.228 |
| 215 | 2026-05-28T03:43:52.201Z | Downloaded unicode-ident v1.0.24 |
| 216 | 2026-05-28T03:43:52.201Z | Downloaded serde_derive v1.0.228 |
| 217 | 2026-05-28T03:43:52.201Z | Downloaded heapless v0.8.0 |
| 218 | 2026-05-28T03:43:52.217Z | Downloaded serde v1.0.228 |
| 219 | 2026-05-28T03:43:52.221Z | Downloaded zerocopy-derive v0.8.48 |
| 220 | 2026-05-28T03:43:52.225Z | Downloaded typenum v1.20.0 |
| 221 | 2026-05-28T03:43:52.231Z | Downloaded itertools v0.14.0 |
| 222 | 2026-05-28T03:43:52.237Z | Downloaded pest v2.8.6 |
| 223 | 2026-05-28T03:43:52.256Z | Downloaded serde_json v1.0.149 |
| 224 | 2026-05-28T03:43:52.268Z | Downloaded regex v1.12.3 |
| 225 | 2026-05-28T03:43:52.285Z | Downloaded goblin v0.10.5 |
| 226 | 2026-05-28T03:43:52.315Z | Downloaded unicode-width v0.2.2 |
| 227 | 2026-05-28T03:43:52.319Z | Downloaded syn v2.0.117 |
| 228 | 2026-05-28T03:43:52.328Z | Downloaded zerocopy v0.8.48 |
| 229 | 2026-05-28T03:43:52.339Z | Downloaded smoltcp v0.11.0 |
| 230 | 2026-05-28T03:43:52.344Z | Downloaded regex-syntax v0.8.10 |
| 231 | 2026-05-28T03:43:52.384Z | Downloaded regex-automata v0.4.14 |
| 232 | 2026-05-28T03:43:52.393Z | Downloaded libc v0.2.186 |
| 233 | 2026-05-28T03:43:52.454Z | Compiling proc-macro2 v1.0.106 |
| 234 | 2026-05-28T03:43:52.454Z | Compiling quote v1.0.45 |
| 235 | 2026-05-28T03:43:52.458Z | Compiling unicode-ident v1.0.24 |
| 236 | 2026-05-28T03:43:52.458Z | Documenting unicode-ident v1.0.24 |
| 237 | 2026-05-28T03:43:52.458Z | Compiling ident_case v1.0.1 |
| 238 | 2026-05-28T03:43:52.458Z | Compiling strsim v0.11.1 |
| 239 | 2026-05-28T03:43:52.458Z | Compiling serde_core v1.0.228 |
| 240 | 2026-05-28T03:43:52.612Z | Compiling fnv v1.0.7 |
| 241 | 2026-05-28T03:43:52.659Z | Compiling memchr v2.8.0 |
| 242 | 2026-05-28T03:43:52.713Z | Compiling zerocopy v0.8.48 |
| 243 | 2026-05-28T03:43:54.126Z | Compiling serde v1.0.228 |
| 244 | 2026-05-28T03:43:54.245Z | Compiling thiserror v2.0.18 |
| 245 | 2026-05-28T03:43:54.245Z | Documenting proc-macro2 v1.0.106 |
| 246 | 2026-05-28T03:43:54.245Z | Compiling aho-corasick v1.1.4 |
| 247 | 2026-05-28T03:43:54.246Z | Compiling regex-syntax v0.8.10 |
| 248 | 2026-05-28T03:43:54.246Z | Checking syn v2.0.117 |
| 249 | 2026-05-28T03:43:54.246Z | Checking byteorder v1.5.0 |
| 250 | 2026-05-28T03:43:54.246Z | Documenting quote v1.0.45 |
| 251 | 2026-05-28T03:43:54.246Z | Compiling either v1.15.0 |
| 252 | 2026-05-28T03:43:54.246Z | Compiling itertools v0.14.0 |
| 253 | 2026-05-28T03:43:54.246Z | Documenting syn v2.0.117 |
| 254 | 2026-05-28T03:43:54.357Z | Compiling heapless v0.8.0 |
| 255 | 2026-05-28T03:43:54.494Z | Documenting memchr v2.8.0 |
| 256 | 2026-05-28T03:43:54.668Z | Compiling regex-automata v0.4.14 |
| 257 | 2026-05-28T03:43:55.129Z | Documenting aho-corasick v1.1.4 |
| 258 | 2026-05-28T03:43:55.173Z | Checking bitflags v2.11.1 |
| 259 | 2026-05-28T03:43:55.294Z | Checking hash32 v0.3.1 |
| 260 | 2026-05-28T03:43:55.323Z | Documenting serde_core v1.0.228 |
| 261 | 2026-05-28T03:43:55.398Z | Documenting regex-syntax v0.8.10 |
| 262 | 2026-05-28T03:43:55.459Z | Checking cfg-if v1.0.4 |
| 263 | 2026-05-28T03:43:55.516Z | Checking stable_deref_trait v1.2.1 |
| 264 | 2026-05-28T03:43:55.581Z | Checking macaddr v1.0.1 |
| 265 | 2026-05-28T03:43:55.812Z | Checking darling_core v0.21.3 |
| 266 | 2026-05-28T03:43:56.162Z | Compiling darling_core v0.23.0 |
| 267 | 2026-05-28T03:43:56.422Z | Compiling regex v1.12.3 |
| 268 | 2026-05-28T03:43:56.522Z | Documenting regex-automata v0.4.14 |
| 269 | 2026-05-28T03:43:56.728Z | Compiling smoltcp v0.11.0 |
| 270 | 2026-05-28T03:43:57.056Z | Documenting zerocopy-derive v0.8.48 |
| 271 | 2026-05-28T03:43:57.125Z | Documenting thiserror-impl v2.0.18 |
| 272 | 2026-05-28T03:43:57.149Z | Documenting serde_derive v1.0.228 |
| 273 | 2026-05-28T03:43:57.209Z | Compiling zerocopy-derive v0.8.48 |
| 274 | 2026-05-28T03:43:57.908Z | Compiling thiserror-impl v2.0.18 |
| 275 | 2026-05-28T03:43:57.949Z | Compiling serde_derive v1.0.228 |
| 276 | 2026-05-28T03:43:58.119Z | Documenting regex v1.12.3 |
| 277 | 2026-05-28T03:43:58.184Z | Compiling darling_macro v0.21.3 |
| 278 | 2026-05-28T03:43:58.306Z | Compiling darling_macro v0.23.0 |
| 279 | 2026-05-28T03:43:58.311Z | Checking managed v0.8.0 |
| 280 | 2026-05-28T03:43:58.572Z | Documenting byteorder v1.5.0 |
| 281 | 2026-05-28T03:43:58.633Z | Checking bitflags v1.3.2 |
| 282 | 2026-05-28T03:43:58.692Z | Documenting zerocopy v0.8.48 |
| 283 | 2026-05-28T03:43:58.792Z | Compiling darling v0.21.3 |
| 284 | 2026-05-28T03:43:58.930Z | Compiling ingot-macros v0.1.1 |
| 285 | 2026-05-28T03:43:58.956Z | Documenting bitflags v2.11.1 |
| 286 | 2026-05-28T03:43:59.003Z | Documenting ingot-macros v0.1.1 |
| 287 | 2026-05-28T03:43:59.098Z | Documenting hash32 v0.3.1 |
| 288 | 2026-05-28T03:43:59.225Z | Checking cobs v0.3.0 |
| 289 | 2026-05-28T03:43:59.356Z | Documenting thiserror v2.0.18 |
| 290 | 2026-05-28T03:43:59.558Z | Compiling crc32fast v1.5.0 |
| 291 | 2026-05-28T03:43:59.707Z | Documenting macaddr v1.0.1 |
| 292 | 2026-05-28T03:43:59.856Z | Documenting cfg-if v1.0.4 |
| 293 | 2026-05-28T03:43:59.871Z | Compiling ref-cast v1.0.25 |
| 294 | 2026-05-28T03:44:00.844Z | Documenting stable_deref_trait v1.2.1 |
| 295 | 2026-05-28T03:44:00.860Z | Documenting cobs v0.3.0 |
| 296 | 2026-05-28T03:44:00.860Z | Compiling ref-cast-impl v1.0.25 |
| 297 | 2026-05-28T03:44:00.860Z | Documenting serde v1.0.228 |
| 298 | 2026-05-28T03:44:00.878Z | Documenting heapless v0.8.0 |
| 299 | 2026-05-28T03:44:01.025Z | Checking postcard v1.1.3 |
| 300 | 2026-05-28T03:44:01.300Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 301 | 2026-05-28T03:44:01.400Z | Documenting managed v0.8.0 |
| 302 | 2026-05-28T03:44:01.524Z | Checking ingot-types v0.1.2 |
| 303 | 2026-05-28T03:44:01.526Z | Checking unicode-width v0.2.2 |
| 304 | 2026-05-28T03:44:01.548Z | Checking ipnetwork v0.21.1 |
| 305 | 2026-05-28T03:44:01.601Z | Documenting ingot-types v0.1.2 |
| 306 | 2026-05-28T03:44:01.714Z | Compiling version_check v0.9.5 |
| 307 | 2026-05-28T03:44:01.796Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 308 | 2026-05-28T03:44:01.825Z | Compiling darling v0.23.0 |
| 309 | 2026-05-28T03:44:01.884Z | Checking ingot v0.1.1 |
| 310 | 2026-05-28T03:44:01.897Z | Documenting ref-cast-impl v1.0.25 |
| 311 | 2026-05-28T03:44:02.019Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 312 | 2026-05-28T03:44:02.091Z | Documenting ipnetwork v0.21.1 |
| 313 | 2026-05-28T03:44:02.174Z | Documenting postcard v1.1.3 |
| 314 | 2026-05-28T03:44:02.251Z | Documenting smoltcp v0.11.0 |
| 315 | 2026-05-28T03:44:02.258Z | Documenting unicode-width v0.2.2 |
| 316 | 2026-05-28T03:44:02.590Z | Documenting ingot v0.1.1 |
| 317 | 2026-05-28T03:44:02.780Z | Documenting either v1.15.0 |
| 318 | 2026-05-28T03:44:03.020Z | Documenting ref-cast v1.0.25 |
| 319 | 2026-05-28T03:44:03.299Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 320 | 2026-05-28T03:44:03.495Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 321 | 2026-05-28T03:44:03.513Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 322 | 2026-05-28T03:44:03.739Z | Documenting tabwriter v1.4.1 |
| 323 | 2026-05-28T03:44:04.196Z | Checking tabwriter v1.4.1 |
| 324 | 2026-05-28T03:44:04.323Z | Documenting itertools v0.14.0 |
| 325 | 2026-05-28T03:44:04.361Z | Documenting crc32fast v1.5.0 |
| 326 | 2026-05-28T03:44:04.541Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 327 | 2026-05-28T03:44:04.598Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 328 | 2026-05-28T03:44:04.858Z | Documenting dyn-clone v1.0.20 |
| 329 | 2026-05-28T03:44:04.901Z | Checking dyn-clone v1.0.20 |
| 330 | 2026-05-28T03:44:05.352Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 331 | 2026-05-28T03:44:07.618Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 332 | 2026-05-28T03:44:09.482Z | Finished `dev` profile [optimized + debuginfo] target(s) in 21.40s |
| 333 | 2026-05-28T03:44:09.558Z | Generated /work/oxidecomputer/opte/target/doc/opte/index.html |
| 334 | 2026-05-28T03:44:09.581Z | |
| 335 | 2026-05-28T03:44:09.584Z | real 21.496657228 |
| 336 | 2026-05-28T03:44:09.584Z | user 1:16.235947599 |
| 337 | 2026-05-28T03:44:09.584Z | sys 16.095308336 |
| 338 | 2026-05-28T03:44:09.584Z | trap 0.046218490 |
| 339 | 2026-05-28T03:44:09.584Z | tflt 0.253841587 |
| 340 | 2026-05-28T03:44:09.584Z | dflt 0.121291503 |
| 341 | 2026-05-28T03:44:09.584Z | kflt 0.005841930 |
| 342 | 2026-05-28T03:44:09.584Z | lock 7:46.744567645 |
| 343 | 2026-05-28T03:44:09.584Z | slp 4:17.170577548 |
| 344 | 2026-05-28T03:44:09.584Z | lat 8.095404933 |
| 345 | 2026-05-28T03:44:09.584Z | stop 11.766997780 |
| 346 | 2026-05-28T03:44:09.584Z | + header 'analyze std + api' |
| 347 | 2026-05-28T03:44:09.584Z | + echo '# ==== analyze std + api ==== #' |
| 348 | 2026-05-28T03:44:09.584Z | # ==== analyze std + api ==== # |
| 349 | 2026-05-28T03:44:09.584Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 350 | 2026-05-28T03:44:09.821Z | Compiling proc-macro2 v1.0.106 |
| 351 | 2026-05-28T03:44:09.821Z | Compiling quote v1.0.45 |
| 352 | 2026-05-28T03:44:09.821Z | Compiling unicode-ident v1.0.24 |
| 353 | 2026-05-28T03:44:09.821Z | Compiling memchr v2.8.0 |
| 354 | 2026-05-28T03:44:09.831Z | Compiling thiserror v2.0.18 |
| 355 | 2026-05-28T03:44:09.831Z | Compiling zerocopy v0.8.48 |
| 356 | 2026-05-28T03:44:09.833Z | Compiling zmij v1.0.21 |
| 357 | 2026-05-28T03:44:09.833Z | Compiling serde_core v1.0.228 |
| 358 | 2026-05-28T03:44:09.994Z | Compiling libc v0.2.186 |
| 359 | 2026-05-28T03:44:10.182Z | Compiling strsim v0.11.1 |
| 360 | 2026-05-28T03:44:10.207Z | Compiling serde_json v1.0.149 |
| 361 | 2026-05-28T03:44:10.211Z | Compiling ident_case v1.0.1 |
| 362 | 2026-05-28T03:44:10.214Z | Compiling ucd-trie v0.1.7 |
| 363 | 2026-05-28T03:44:10.370Z | Compiling pest v2.8.6 |
| 364 | 2026-05-28T03:44:10.427Z | Compiling serde v1.0.228 |
| 365 | 2026-05-28T03:44:10.639Z | Compiling fnv v1.0.7 |
| 366 | 2026-05-28T03:44:10.765Z | Compiling aho-corasick v1.1.4 |
| 367 | 2026-05-28T03:44:10.787Z | Compiling itoa v1.0.18 |
| 368 | 2026-05-28T03:44:10.791Z | Compiling regex-syntax v0.8.10 |
| 369 | 2026-05-28T03:44:11.047Z | Checking byteorder v1.5.0 |
| 370 | 2026-05-28T03:44:11.176Z | Compiling syn v2.0.117 |
| 371 | 2026-05-28T03:44:11.373Z | Compiling pest_meta v2.8.6 |
| 372 | 2026-05-28T03:44:11.594Z | Compiling either v1.15.0 |
| 373 | 2026-05-28T03:44:11.763Z | Compiling usdt-impl v0.6.0 |
| 374 | 2026-05-28T03:44:11.872Z | Compiling itertools v0.14.0 |
| 375 | 2026-05-28T03:44:12.183Z | Compiling thread-id v5.1.0 |
| 376 | 2026-05-28T03:44:12.222Z | Compiling regex-automata v0.4.14 |
| 377 | 2026-05-28T03:44:12.295Z | Compiling heapless v0.8.0 |
| 378 | 2026-05-28T03:44:12.648Z | Checking log v0.4.29 |
| 379 | 2026-05-28T03:44:12.652Z | Checking plain v0.2.3 |
| 380 | 2026-05-28T03:44:12.941Z | Checking bitflags v2.11.1 |
| 381 | 2026-05-28T03:44:13.078Z | Checking hash32 v0.3.1 |
| 382 | 2026-05-28T03:44:13.099Z | Checking stable_deref_trait v1.2.1 |
| 383 | 2026-05-28T03:44:13.128Z | Checking cfg-if v1.0.4 |
| 384 | 2026-05-28T03:44:13.182Z | Compiling smoltcp v0.11.0 |
| 385 | 2026-05-28T03:44:13.195Z | Checking pretty-hex v0.4.2 |
| 386 | 2026-05-28T03:44:13.301Z | Checking macaddr v1.0.1 |
| 387 | 2026-05-28T03:44:13.504Z | Compiling version_check v0.9.5 |
| 388 | 2026-05-28T03:44:13.507Z | Checking managed v0.8.0 |
| 389 | 2026-05-28T03:44:13.528Z | Compiling crc32fast v1.5.0 |
| 390 | 2026-05-28T03:44:13.675Z | Compiling pest_generator v2.8.6 |
| 391 | 2026-05-28T03:44:13.771Z | Compiling darling_core v0.21.3 |
| 392 | 2026-05-28T03:44:13.776Z | Compiling darling_core v0.23.0 |
| 393 | 2026-05-28T03:44:13.818Z | Compiling ref-cast v1.0.25 |
| 394 | 2026-05-28T03:44:13.936Z | Compiling regex v1.12.3 |
| 395 | 2026-05-28T03:44:14.137Z | Checking bitflags v1.3.2 |
| 396 | 2026-05-28T03:44:14.326Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 397 | 2026-05-28T03:44:14.351Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 398 | 2026-05-28T03:44:14.585Z | Checking memmap2 v0.9.10 |
| 399 | 2026-05-28T03:44:14.633Z | Checking ipnetwork v0.21.1 |
| 400 | 2026-05-28T03:44:14.746Z | Checking unicode-width v0.2.2 |
| 401 | 2026-05-28T03:44:14.799Z | Compiling thiserror-impl v2.0.18 |
| 402 | 2026-05-28T03:44:14.799Z | Compiling serde_derive v1.0.228 |
| 403 | 2026-05-28T03:44:14.950Z | Compiling zerocopy-derive v0.8.48 |
| 404 | 2026-05-28T03:44:14.986Z | Compiling pest_derive v2.8.6 |
| 405 | 2026-05-28T03:44:15.382Z | Compiling scroll_derive v0.13.1 |
| 406 | 2026-05-28T03:44:15.410Z | Compiling ref-cast-impl v1.0.25 |
| 407 | 2026-05-28T03:44:15.502Z | Checking tabwriter v1.4.1 |
| 408 | 2026-05-28T03:44:15.842Z | Compiling darling_macro v0.23.0 |
| 409 | 2026-05-28T03:44:15.847Z | Compiling darling_macro v0.21.3 |
| 410 | 2026-05-28T03:44:16.089Z | Checking cobs v0.3.0 |
| 411 | 2026-05-28T03:44:16.186Z | Compiling dtrace-parser v0.3.0 |
| 412 | 2026-05-28T03:44:16.189Z | Checking scroll v0.13.0 |
| 413 | 2026-05-28T03:44:16.392Z | Compiling darling v0.21.3 |
| 414 | 2026-05-28T03:44:16.396Z | Checking goblin v0.10.5 |
| 415 | 2026-05-28T03:44:16.459Z | Compiling ingot-macros v0.1.1 |
| 416 | 2026-05-28T03:44:16.462Z | Compiling darling v0.23.0 |
| 417 | 2026-05-28T03:44:16.529Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 418 | 2026-05-28T03:44:16.662Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 419 | 2026-05-28T03:44:16.935Z | Checking dyn-clone v1.0.20 |
| 420 | 2026-05-28T03:44:17.810Z | Checking postcard v1.1.3 |
| 421 | 2026-05-28T03:44:17.873Z | Compiling serde_tokenstream v0.2.3 |
| 422 | 2026-05-28T03:44:19.022Z | Checking ingot-types v0.1.2 |
| 423 | 2026-05-28T03:44:19.022Z | Checking dof v0.4.0 |
| 424 | 2026-05-28T03:44:19.316Z | Checking ingot v0.1.1 |
| 425 | 2026-05-28T03:44:19.939Z | Compiling usdt-macro v0.6.0 |
| 426 | 2026-05-28T03:44:19.939Z | Compiling usdt-attr-macro v0.6.0 |
| 427 | 2026-05-28T03:44:20.526Z | Checking usdt v0.6.0 |
| 428 | 2026-05-28T03:44:20.729Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 429 | 2026-05-28T03:44:28.788Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.15s |
| 430 | 2026-05-28T03:44:28.815Z | |
| 431 | 2026-05-28T03:44:28.819Z | real 19.227596998 |
| 432 | 2026-05-28T03:44:28.819Z | user 1:03.708387204 |
| 433 | 2026-05-28T03:44:28.819Z | sys 12.869385952 |
| 434 | 2026-05-28T03:44:28.819Z | trap 0.032767740 |
| 435 | 2026-05-28T03:44:28.819Z | tflt 0.121242805 |
| 436 | 2026-05-28T03:44:28.819Z | dflt 0.217248323 |
| 437 | 2026-05-28T03:44:28.819Z | kflt 0.000013200 |
| 438 | 2026-05-28T03:44:28.819Z | lock 3:43.483402757 |
| 439 | 2026-05-28T03:44:28.819Z | slp 3:25.243028968 |
| 440 | 2026-05-28T03:44:28.819Z | lat 2.622333363 |
| 441 | 2026-05-28T03:44:28.819Z | stop 6.075502256 |
| 442 | 2026-05-28T03:44:28.819Z | + header 'analyze no_std + engine + kernel' |
| 443 | 2026-05-28T03:44:28.819Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 444 | 2026-05-28T03:44:28.819Z | # ==== analyze no_std + engine + kernel ==== # |
| 445 | 2026-05-28T03:44:28.820Z | + ptime -m cargo +nightly-2026-05-27-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings |
| 446 | 2026-05-28T03:44:28.990Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 447 | 2026-05-28T03:44:28.990Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 448 | 2026-05-28T03:44:29.011Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 449 | 2026-05-28T03:44:29.015Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 450 | 2026-05-28T03:44:29.053Z | error: this pattern is unneeded as the `..` pattern can match that element |
| 451 | 2026-05-28T03:44:29.053Z | --> crates/kstat-macro/src/lib.rs:57:50 |
| 452 | 2026-05-28T03:44:29.053Z | | |
| 453 | 2026-05-28T03:44:29.053Z | 57 | syn::Fields::Unnamed(FieldsUnnamed { unnamed: _, .. }) => { |
| 454 | 2026-05-28T03:44:29.053Z | | ^^^^^^^^^^^^ help: remove it |
| 455 | 2026-05-28T03:44:29.053Z | | |
| 456 | 2026-05-28T03:44:29.053Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_wildcard_pattern |
| 457 | 2026-05-28T03:44:29.053Z | = note: `-D clippy::unneeded-wildcard-pattern` implied by `-D warnings` |
| 458 | 2026-05-28T03:44:29.053Z | = help: to override `-D warnings` add `#[allow(clippy::unneeded_wildcard_pattern)]` |
| 459 | 2026-05-28T03:44:29.053Z | |
| 460 | 2026-05-28T03:44:29.223Z | error: could not compile `kstat-macro` (lib) due to 1 previous error |
| 461 | 2026-05-28T03:44:29.223Z | warning: build failed, waiting for other jobs to finish... |
| 462 | 2026-05-28T03:44:29.606Z | |
| 463 | 2026-05-28T03:44:29.606Z | real 0.785181207 |
| 464 | 2026-05-28T03:44:29.606Z | user 0.974275503 |
| 465 | 2026-05-28T03:44:29.606Z | sys 0.486666177 |
| 466 | 2026-05-28T03:44:29.606Z | trap 0.000107690 |
| 467 | 2026-05-28T03:44:29.606Z | tflt 0.008455570 |
| 468 | 2026-05-28T03:44:29.606Z | dflt 0.005016560 |
| 469 | 2026-05-28T03:44:29.606Z | kflt 0.000000000 |
| 470 | 2026-05-28T03:44:29.606Z | lock 2.926508484 |
| 471 | 2026-05-28T03:44:29.606Z | slp 4.468989067 |
| 472 | 2026-05-28T03:44:29.607Z | lat 0.009462640 |
| 473 | 2026-05-28T03:44:29.607Z | stop 0.162600292 |
| 474 | 2026-05-28T03:44:29.611Z | process exited: duration 56974 ms, exit code 101 |
| |
| 475 | 2026-05-28T03:44:29.618Z | found 0 output files |