|
|
|
| 1 | 2026-08-05T04:11:24.901Z | job assigned to worker 01KZ81VB4GBMR6ZHHHFFVDQ7RV [factory aws, i-07159f18b2e0ed5c2] (queued for 52 s) |
| |
| 2 | 2026-08-05T04:11:31.563Z | starting task 0: "setup" |
| 3 | 2026-08-05T04:11:31.572Z | ++ uname -s |
| 4 | 2026-08-05T04:11:31.572Z | + kern=SunOS |
| 5 | 2026-08-05T04:11:31.572Z | + build_user=build |
| 6 | 2026-08-05T04:11:31.572Z | + build_uid=12345 |
| 7 | 2026-08-05T04:11:31.572Z | + work_dir=/work |
| 8 | 2026-08-05T04:11:31.572Z | + input_dir=/input |
| 9 | 2026-08-05T04:11:31.572Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-05T04:11:31.572Z | + case "$kern" in |
| 11 | 2026-08-05T04:11:31.572Z | + groupadd -g 12345 build |
| 12 | 2026-08-05T04:11:31.572Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-05T04:11:33.573Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-05T04:11:33.672Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-05T04:11:33.676Z | + home_fs=zfs |
| 16 | 2026-08-05T04:11:33.676Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-05T04:11:33.676Z | + mkdir -p /home/build |
| 18 | 2026-08-05T04:11:33.676Z | + chown build:build /home/build /work |
| 19 | 2026-08-05T04:11:35.738Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-05T04:11:35.779Z | process exited: duration 4119 ms, exit code 0 |
| |
| 21 | 2026-08-05T04:11:35.811Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-05T04:11:35.817Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-05T04:11:35.817Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-08-05T04:11:35.817Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-08-05T04:11:35.818Z | * rust toolchain channel = "1.97.1" |
| 26 | 2026-08-05T04:11:35.818Z | * rust toolchain profile = "default" |
| 27 | 2026-08-05T04:11:35.818Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-05T04:11:35.818Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-05T04:11:35.818Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-05T04:11:35.892Z | info: downloading installer |
| 31 | 2026-08-05T04:11:37.288Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-05T04:11:37.288Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-05T04:11:37.288Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-05T04:11:37.289Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-05T04:11:37.299Z | info: profile set to default |
| 36 | 2026-08-05T04:11:37.299Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-05T04:11:37.312Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-05T04:11:37.450Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-05T04:11:37.456Z | info: downloading 6 components |
| 40 | 2026-08-05T04:11:52.502Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-05T04:11:52.502Z | |
| 42 | 2026-08-05T04:11:52.534Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-05T04:11:52.534Z | |
| 44 | 2026-08-05T04:11:52.534Z | |
| 45 | 2026-08-05T04:11:52.534Z | Rust is installed now. Great! |
| 46 | 2026-08-05T04:11:52.534Z | |
| 47 | 2026-08-05T04:11:52.534Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-05T04:11:52.534Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-05T04:11:52.534Z | |
| 50 | 2026-08-05T04:11:52.534Z | To configure your current shell, you need to source |
| 51 | 2026-08-05T04:11:52.534Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-05T04:11:52.534Z | |
| 53 | 2026-08-05T04:11:52.534Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-05T04:11:52.534Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-05T04:11:52.534Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-05T04:11:52.534Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-05T04:11:52.534Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-05T04:11:52.534Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-05T04:11:52.534Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-05T04:11:52.543Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-05T04:11:52.543Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-05T04:11:52.641Z | + rustup --version |
| 63 | 2026-08-05T04:11:52.647Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-05T04:11:52.647Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-05T04:11:52.667Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-05T04:11:52.675Z | + cargo --version |
| 67 | 2026-08-05T04:11:52.689Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-05T04:11:52.695Z | + rustc --version |
| 69 | 2026-08-05T04:11:52.708Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-05T04:11:52.717Z | process exited: duration 16911 ms, exit code 0 |
| |
| 71 | 2026-08-05T04:11:52.737Z | starting task 2: "authentication" |
| 72 | 2026-08-05T04:11:52.764Z | process exited: duration 26 ms, exit code 0 |
| |
| 73 | 2026-08-05T04:11:52.778Z | starting task 3: "clone repository" |
| 74 | 2026-08-05T04:11:52.788Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-08-05T04:11:52.788Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-08-05T04:11:52.817Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-08-05T04:11:53.741Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-08-05T04:11:53.741Z | + git fetch origin ecc92772af6bb8882cc38c552cc61125899a3479 |
| 79 | 2026-08-05T04:11:54.038Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-08-05T04:11:54.038Z | * branch ecc92772af6bb8882cc38c552cc61125899a3479 -> FETCH_HEAD |
| 81 | 2026-08-05T04:11:54.049Z | + [[ -n renovate/clap ]] |
| 82 | 2026-08-05T04:11:54.049Z | ++ git branch --show-current |
| 83 | 2026-08-05T04:11:54.049Z | + current=master |
| 84 | 2026-08-05T04:11:54.049Z | + [[ master != renovate/clap ]] |
| 85 | 2026-08-05T04:11:54.049Z | + git branch -f renovate/clap ecc92772af6bb8882cc38c552cc61125899a3479 |
| 86 | 2026-08-05T04:11:54.049Z | + git checkout -f renovate/clap |
| 87 | 2026-08-05T04:11:54.049Z | Switched to branch 'renovate/clap' |
| 88 | 2026-08-05T04:11:54.049Z | + git reset --hard ecc92772af6bb8882cc38c552cc61125899a3479 |
| 89 | 2026-08-05T04:11:54.061Z | HEAD is now at ecc9277 Update Rust crate clap to v4.6.5 |
| 90 | 2026-08-05T04:11:54.061Z | process exited: duration 1271 ms, exit code 0 |
| |
| 91 | 2026-08-05T04:11:54.099Z | starting task 4: "build" |
| 92 | 2026-08-05T04:11:54.112Z | + source .github/buildomat/common.sh |
| 93 | 2026-08-05T04:11:54.113Z | ++ rustup show active-toolchain |
| 94 | 2026-08-05T04:11:54.113Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-08-05T04:11:54.113Z | ++ pushd xde |
| 96 | 2026-08-05T04:11:54.113Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-08-05T04:11:54.113Z | ++ rustup show active-toolchain |
| 98 | 2026-08-05T04:11:54.120Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 99 | 2026-08-05T04:11:54.282Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 100 | 2026-08-05T04:11:54.289Z | info: downloading 6 components |
| 101 | 2026-08-05T04:12:09.008Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-08-05T04:12:09.094Z | +++ rustup show active-toolchain -v |
| 103 | 2026-08-05T04:12:09.098Z | +++ head -n 1 |
| 104 | 2026-08-05T04:12:09.098Z | +++ cut '-d ' -f1 |
| 105 | 2026-08-05T04:12:09.151Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 106 | 2026-08-05T04:12:09.151Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 107 | 2026-08-05T04:12:09.151Z | ++ popd |
| 108 | 2026-08-05T04:12:09.155Z | /work/oxidecomputer/opte |
| 109 | 2026-08-05T04:12:09.155Z | + cargo --version |
| 110 | 2026-08-05T04:12:09.160Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 111 | 2026-08-05T04:12:09.165Z | + rustc --version |
| 112 | 2026-08-05T04:12:09.181Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 113 | 2026-08-05T04:12:09.201Z | + cd lib/opte-ioctl |
| 114 | 2026-08-05T04:12:09.201Z | + header 'check style' |
| 115 | 2026-08-05T04:12:09.201Z | + echo '# ==== check style ==== #' |
| 116 | 2026-08-05T04:12:09.201Z | # ==== check style ==== # |
| 117 | 2026-08-05T04:12:09.201Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check |
| 118 | 2026-08-05T04:12:09.257Z | |
| 119 | 2026-08-05T04:12:09.257Z | real 0.066050725 |
| 120 | 2026-08-05T04:12:09.257Z | user 0.036038619 |
| 121 | 2026-08-05T04:12:09.257Z | sys 0.027294339 |
| 122 | 2026-08-05T04:12:09.257Z | trap 0.000001800 |
| 123 | 2026-08-05T04:12:09.257Z | tflt 0.000014500 |
| 124 | 2026-08-05T04:12:09.263Z | dflt 0.000014090 |
| 125 | 2026-08-05T04:12:09.263Z | kflt 0.000000000 |
| 126 | 2026-08-05T04:12:09.263Z | lock 0.031886758 |
| 127 | 2026-08-05T04:12:09.263Z | slp 0.046305561 |
| 128 | 2026-08-05T04:12:09.263Z | lat 0.000794610 |
| 129 | 2026-08-05T04:12:09.263Z | stop 0.000111780 |
| 130 | 2026-08-05T04:12:09.263Z | + header analyze |
| 131 | 2026-08-05T04:12:09.263Z | + echo '# ==== analyze ==== #' |
| 132 | 2026-08-05T04:12:09.264Z | # ==== analyze ==== # |
| 133 | 2026-08-05T04:12:09.264Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 134 | 2026-08-05T04:12:09.384Z | Updating crates.io index |
| 135 | 2026-08-05T04:12:09.388Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 136 | 2026-08-05T04:12:10.336Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 137 | 2026-08-05T04:12:10.600Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 138 | 2026-08-05T04:12:10.828Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-08-05T04:12:11.181Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-08-05T04:12:11.424Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 141 | 2026-08-05T04:12:11.688Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 142 | 2026-08-05T04:12:13.659Z | Downloading crates ... |
| 143 | 2026-08-05T04:12:13.713Z | Downloaded cstr-argument v0.1.2 |
| 144 | 2026-08-05T04:12:13.725Z | Downloaded pretty-hex v0.4.2 |
| 145 | 2026-08-05T04:12:13.735Z | Downloaded ref-cast v1.0.25 |
| 146 | 2026-08-05T04:12:13.740Z | Downloaded bitflags v2.13.0 |
| 147 | 2026-08-05T04:12:13.743Z | Downloaded pin-project-lite v0.2.17 |
| 148 | 2026-08-05T04:12:13.749Z | Downloaded embedded-io v0.4.0 |
| 149 | 2026-08-05T04:12:13.752Z | Downloaded defmt v0.3.100 |
| 150 | 2026-08-05T04:12:13.752Z | Downloaded managed v0.8.0 |
| 151 | 2026-08-05T04:12:13.752Z | Downloaded foreign-types v0.5.0 |
| 152 | 2026-08-05T04:12:13.756Z | Downloaded once_cell v1.21.4 |
| 153 | 2026-08-05T04:12:13.760Z | Downloaded quote v1.0.46 |
| 154 | 2026-08-05T04:12:13.760Z | Downloaded foreign-types-macros v0.2.3 |
| 155 | 2026-08-05T04:12:13.763Z | Downloaded defmt-macros v1.1.1 |
| 156 | 2026-08-05T04:12:13.763Z | Downloaded either v1.16.0 |
| 157 | 2026-08-05T04:12:13.767Z | Downloaded cobs v0.3.0 |
| 158 | 2026-08-05T04:12:13.772Z | Downloaded hash32 v0.3.1 |
| 159 | 2026-08-05T04:12:13.772Z | Downloaded dyn-clone v1.0.20 |
| 160 | 2026-08-05T04:12:13.777Z | Downloaded ingot-macros v0.2.0 |
| 161 | 2026-08-05T04:12:13.777Z | Downloaded byteorder v1.5.0 |
| 162 | 2026-08-05T04:12:13.781Z | Downloaded darling_core v0.23.0 |
| 163 | 2026-08-05T04:12:13.781Z | Downloaded getrandom v0.4.3 |
| 164 | 2026-08-05T04:12:13.785Z | Downloaded defmt-parser v1.0.0 |
| 165 | 2026-08-05T04:12:13.790Z | Downloaded ingot-types v0.2.0 |
| 166 | 2026-08-05T04:12:13.790Z | Downloaded darling_macro v0.23.0 |
| 167 | 2026-08-05T04:12:13.795Z | Downloaded macaddr v1.0.1 |
| 168 | 2026-08-05T04:12:13.795Z | Downloaded cpufeatures v0.3.0 |
| 169 | 2026-08-05T04:12:13.795Z | Downloaded equivalent v1.0.2 |
| 170 | 2026-08-05T04:12:13.795Z | Downloaded strsim v0.11.1 |
| 171 | 2026-08-05T04:12:13.795Z | Downloaded stable_deref_trait v1.2.1 |
| 172 | 2026-08-05T04:12:13.799Z | Downloaded foreign-types-shared v0.3.1 |
| 173 | 2026-08-05T04:12:13.799Z | Downloaded embedded-io v0.6.1 |
| 174 | 2026-08-05T04:12:13.799Z | Downloaded cfg-if v1.0.4 |
| 175 | 2026-08-05T04:12:13.817Z | Downloaded ref-cast-impl v1.0.25 |
| 176 | 2026-08-05T04:12:13.827Z | Downloaded version_check v0.9.5 |
| 177 | 2026-08-05T04:12:13.837Z | Downloaded oxnet v0.1.6 |
| 178 | 2026-08-05T04:12:13.837Z | Downloaded ident_case v1.0.1 |
| 179 | 2026-08-05T04:12:13.842Z | Downloaded ingot v0.2.0 |
| 180 | 2026-08-05T04:12:13.842Z | Downloaded bitflags v1.3.2 |
| 181 | 2026-08-05T04:12:13.842Z | Downloaded proc-macro-crate v3.5.0 |
| 182 | 2026-08-05T04:12:13.846Z | Downloaded num_enum v0.7.6 |
| 183 | 2026-08-05T04:12:13.850Z | Downloaded rand_core v0.10.1 |
| 184 | 2026-08-05T04:12:13.850Z | Downloaded chacha20 v0.10.1 |
| 185 | 2026-08-05T04:12:13.853Z | Downloaded defmt v1.1.1 |
| 186 | 2026-08-05T04:12:13.857Z | Downloaded tracing-core v0.1.36 |
| 187 | 2026-08-05T04:12:13.857Z | Downloaded thiserror-impl v2.0.18 |
| 188 | 2026-08-05T04:12:13.865Z | Downloaded rustversion v1.0.23 |
| 189 | 2026-08-05T04:12:13.869Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 190 | 2026-08-05T04:12:13.869Z | Downloaded num_enum_derive v0.7.6 |
| 191 | 2026-08-05T04:12:13.873Z | Downloaded colored v3.1.1 |
| 192 | 2026-08-05T04:12:13.878Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 193 | 2026-08-05T04:12:13.878Z | Downloaded anyhow v1.0.103 |
| 194 | 2026-08-05T04:12:13.884Z | Downloaded serde_core v1.0.228 |
| 195 | 2026-08-05T04:12:13.884Z | Downloaded postcard v1.1.3 |
| 196 | 2026-08-05T04:12:13.884Z | Downloaded thiserror v2.0.18 |
| 197 | 2026-08-05T04:12:13.903Z | Downloaded darling v0.23.0 |
| 198 | 2026-08-05T04:12:13.903Z | Downloaded tracing-attributes v0.1.31 |
| 199 | 2026-08-05T04:12:13.914Z | Downloaded heapless v0.8.0 |
| 200 | 2026-08-05T04:12:13.914Z | Downloaded proc-macro2 v1.0.106 |
| 201 | 2026-08-05T04:12:13.914Z | Downloaded serde_derive v1.0.228 |
| 202 | 2026-08-05T04:12:13.934Z | Downloaded memchr v2.8.3 |
| 203 | 2026-08-05T04:12:13.951Z | Downloaded zerocopy-derive v0.8.54 |
| 204 | 2026-08-05T04:12:13.952Z | Downloaded socket2 v0.6.4 |
| 205 | 2026-08-05T04:12:13.952Z | Downloaded unicode-ident v1.0.24 |
| 206 | 2026-08-05T04:12:13.964Z | Downloaded uuid v1.23.5 |
| 207 | 2026-08-05T04:12:13.964Z | Downloaded rand v0.10.2 |
| 208 | 2026-08-05T04:12:13.964Z | Downloaded toml_edit v0.25.12+spec-1.1.0 |
| 209 | 2026-08-05T04:12:13.973Z | Downloaded serde v1.0.228 |
| 210 | 2026-08-05T04:12:13.973Z | Downloaded aho-corasick v1.1.4 |
| 211 | 2026-08-05T04:12:13.986Z | Downloaded indexmap v2.14.0 |
| 212 | 2026-08-05T04:12:13.996Z | Downloaded regex v1.13.0 |
| 213 | 2026-08-05T04:12:14.022Z | Downloaded itertools v0.15.0 |
| 214 | 2026-08-05T04:12:14.026Z | Downloaded hashbrown v0.17.1 |
| 215 | 2026-08-05T04:12:14.043Z | Downloaded winnow v1.0.3 |
| 216 | 2026-08-05T04:12:14.096Z | Downloaded syn v1.0.109 |
| 217 | 2026-08-05T04:12:14.105Z | Downloaded zerocopy v0.8.54 |
| 218 | 2026-08-05T04:12:14.106Z | Downloaded smoltcp v0.11.0 |
| 219 | 2026-08-05T04:12:14.106Z | Downloaded syn v2.0.118 |
| 220 | 2026-08-05T04:12:14.110Z | Downloaded regex-syntax v0.8.11 |
| 221 | 2026-08-05T04:12:14.122Z | Downloaded tracing v0.1.44 |
| 222 | 2026-08-05T04:12:14.139Z | Downloaded regex-automata v0.4.15 |
| 223 | 2026-08-05T04:12:14.151Z | Downloaded libc v0.2.186 |
| 224 | 2026-08-05T04:12:14.209Z | Compiling proc-macro2 v1.0.106 |
| 225 | 2026-08-05T04:12:14.209Z | Compiling quote v1.0.46 |
| 226 | 2026-08-05T04:12:14.209Z | Compiling unicode-ident v1.0.24 |
| 227 | 2026-08-05T04:12:14.209Z | Compiling serde_core v1.0.228 |
| 228 | 2026-08-05T04:12:14.224Z | Checking cfg-if v1.0.4 |
| 229 | 2026-08-05T04:12:14.224Z | Compiling ident_case v1.0.1 |
| 230 | 2026-08-05T04:12:14.224Z | Compiling thiserror v2.0.18 |
| 231 | 2026-08-05T04:12:14.224Z | Compiling strsim v0.11.1 |
| 232 | 2026-08-05T04:12:14.332Z | Compiling memchr v2.8.3 |
| 233 | 2026-08-05T04:12:14.395Z | Compiling libc v0.2.186 |
| 234 | 2026-08-05T04:12:14.395Z | Compiling regex-syntax v0.8.11 |
| 235 | 2026-08-05T04:12:14.562Z | Compiling hashbrown v0.17.1 |
| 236 | 2026-08-05T04:12:14.655Z | Compiling serde v1.0.228 |
| 237 | 2026-08-05T04:12:14.753Z | Compiling aho-corasick v1.1.4 |
| 238 | 2026-08-05T04:12:14.845Z | Compiling zerocopy v0.8.54 |
| 239 | 2026-08-05T04:12:14.894Z | Compiling either v1.16.0 |
| 240 | 2026-08-05T04:12:14.953Z | Compiling winnow v1.0.3 |
| 241 | 2026-08-05T04:12:15.098Z | Compiling equivalent v1.0.2 |
| 242 | 2026-08-05T04:12:15.124Z | Compiling itertools v0.15.0 |
| 243 | 2026-08-05T04:12:15.188Z | Compiling indexmap v2.14.0 |
| 244 | 2026-08-05T04:12:15.501Z | Compiling syn v2.0.118 |
| 245 | 2026-08-05T04:12:15.856Z | Compiling regex-automata v0.4.15 |
| 246 | 2026-08-05T04:12:15.869Z | Compiling heapless v0.8.0 |
| 247 | 2026-08-05T04:12:16.023Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 248 | 2026-08-05T04:12:16.132Z | Checking byteorder v1.5.0 |
| 249 | 2026-08-05T04:12:16.165Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 250 | 2026-08-05T04:12:16.290Z | Checking hash32 v0.3.1 |
| 251 | 2026-08-05T04:12:16.384Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 252 | 2026-08-05T04:12:16.396Z | Checking bitflags v2.13.0 |
| 253 | 2026-08-05T04:12:16.402Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 254 | 2026-08-05T04:12:16.490Z | Checking stable_deref_trait v1.2.1 |
| 255 | 2026-08-05T04:12:16.490Z | Compiling smoltcp v0.11.0 |
| 256 | 2026-08-05T04:12:16.545Z | Compiling rustversion v1.0.23 |
| 257 | 2026-08-05T04:12:16.553Z | Checking macaddr v1.0.1 |
| 258 | 2026-08-05T04:12:16.581Z | Compiling syn v1.0.109 |
| 259 | 2026-08-05T04:12:16.685Z | Compiling getrandom v0.4.3 |
| 260 | 2026-08-05T04:12:16.821Z | Checking bitflags v1.3.2 |
| 261 | 2026-08-05T04:12:16.888Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 262 | 2026-08-05T04:12:16.913Z | Compiling proc-macro-crate v3.5.0 |
| 263 | 2026-08-05T04:12:16.917Z | Checking managed v0.8.0 |
| 264 | 2026-08-05T04:12:16.943Z | Compiling version_check v0.9.5 |
| 265 | 2026-08-05T04:12:16.988Z | Checking rand_core v0.10.1 |
| 266 | 2026-08-05T04:12:17.083Z | Compiling ref-cast v1.0.25 |
| 267 | 2026-08-05T04:12:17.208Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 268 | 2026-08-05T04:12:17.317Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 269 | 2026-08-05T04:12:17.428Z | Checking once_cell v1.21.4 |
| 270 | 2026-08-05T04:12:17.456Z | Checking foreign-types-shared v0.3.1 |
| 271 | 2026-08-05T04:12:17.539Z | Compiling regex v1.13.0 |
| 272 | 2026-08-05T04:12:17.595Z | Checking cpufeatures v0.3.0 |
| 273 | 2026-08-05T04:12:17.604Z | Compiling anyhow v1.0.103 |
| 274 | 2026-08-05T04:12:17.834Z | Checking chacha20 v0.10.1 |
| 275 | 2026-08-05T04:12:17.934Z | Checking tracing-core v0.1.36 |
| 276 | 2026-08-05T04:12:18.017Z | Checking cstr-argument v0.1.2 |
| 277 | 2026-08-05T04:12:18.117Z | Compiling darling_core v0.23.0 |
| 278 | 2026-08-05T04:12:18.237Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 279 | 2026-08-05T04:12:18.259Z | Checking pin-project-lite v0.2.17 |
| 280 | 2026-08-05T04:12:18.264Z | Checking pretty-hex v0.4.2 |
| 281 | 2026-08-05T04:12:18.304Z | Checking dyn-clone v1.0.20 |
| 282 | 2026-08-05T04:12:18.338Z | Checking rand v0.10.2 |
| 283 | 2026-08-05T04:12:18.400Z | Checking uuid v1.23.5 |
| 284 | 2026-08-05T04:12:18.420Z | Checking socket2 v0.6.4 |
| 285 | 2026-08-05T04:12:18.453Z | Checking oxnet v0.1.6 |
| 286 | 2026-08-05T04:12:18.630Z | Checking colored v3.1.1 |
| 287 | 2026-08-05T04:12:18.949Z | Compiling thiserror-impl v2.0.18 |
| 288 | 2026-08-05T04:12:18.950Z | Compiling serde_derive v1.0.228 |
| 289 | 2026-08-05T04:12:18.950Z | Compiling zerocopy-derive v0.8.54 |
| 290 | 2026-08-05T04:12:18.957Z | Compiling ref-cast-impl v1.0.25 |
| 291 | 2026-08-05T04:12:18.957Z | Compiling num_enum_derive v0.7.6 |
| 292 | 2026-08-05T04:12:19.402Z | Compiling foreign-types-macros v0.2.3 |
| 293 | 2026-08-05T04:12:19.615Z | Compiling tracing-attributes v0.1.31 |
| 294 | 2026-08-05T04:12:19.952Z | Checking num_enum v0.7.6 |
| 295 | 2026-08-05T04:12:20.021Z | Checking foreign-types v0.5.0 |
| 296 | 2026-08-05T04:12:20.061Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 297 | 2026-08-05T04:12:20.090Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 298 | 2026-08-05T04:12:20.196Z | Compiling darling_macro v0.23.0 |
| 299 | 2026-08-05T04:12:20.217Z | Checking cobs v0.3.0 |
| 300 | 2026-08-05T04:12:20.254Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 301 | 2026-08-05T04:12:20.505Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 302 | 2026-08-05T04:12:20.817Z | Compiling darling v0.23.0 |
| 303 | 2026-08-05T04:12:20.844Z | Checking tracing v0.1.44 |
| 304 | 2026-08-05T04:12:20.883Z | Compiling ingot-macros v0.2.0 |
| 305 | 2026-08-05T04:12:20.955Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 306 | 2026-08-05T04:12:21.512Z | Checking postcard v1.1.3 |
| 307 | 2026-08-05T04:12:22.950Z | Checking ingot-types v0.2.0 |
| 308 | 2026-08-05T04:12:23.218Z | Checking ingot v0.2.0 |
| 309 | 2026-08-05T04:12:24.513Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 310 | 2026-08-05T04:12:25.686Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 311 | 2026-08-05T04:12:26.852Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 312 | 2026-08-05T04:12:27.035Z | Finished `dev` profile [optimized + debuginfo] target(s) in 17.73s |
| 313 | 2026-08-05T04:12:27.140Z | |
| 314 | 2026-08-05T04:12:27.140Z | real 17.881265522 |
| 315 | 2026-08-05T04:12:27.140Z | user 48.334334738 |
| 316 | 2026-08-05T04:12:27.140Z | sys 11.193167167 |
| 317 | 2026-08-05T04:12:27.140Z | trap 0.037289007 |
| 318 | 2026-08-05T04:12:27.140Z | tflt 0.033990560 |
| 319 | 2026-08-05T04:12:27.140Z | dflt 0.148562630 |
| 320 | 2026-08-05T04:12:27.140Z | kflt 0.004897183 |
| 321 | 2026-08-05T04:12:27.143Z | lock 3:23.340918361 |
| 322 | 2026-08-05T04:12:27.143Z | slp 2:42.795597117 |
| 323 | 2026-08-05T04:12:27.143Z | lat 2.867464736 |
| 324 | 2026-08-05T04:12:27.143Z | stop 11.718259288 |
| 325 | 2026-08-05T04:12:27.144Z | process exited: duration 33047 ms, exit code 0 |
| |
| 326 | 2026-08-05T04:12:27.153Z | found 0 output files |