|
|
|
| 1 | 2026-07-19T04:25:29.450Z | job assigned to worker 01KXW9WWNNV5BSY2ND8V3Q9P7F [factory aws, i-087cc61937d573dfb] (queued for 57 s) |
| |
| 2 | 2026-07-19T04:25:35.947Z | starting task 0: "setup" |
| 3 | 2026-07-19T04:25:35.951Z | ++ uname -s |
| 4 | 2026-07-19T04:25:35.956Z | + kern=SunOS |
| 5 | 2026-07-19T04:25:35.956Z | + build_user=build |
| 6 | 2026-07-19T04:25:35.956Z | + build_uid=12345 |
| 7 | 2026-07-19T04:25:35.956Z | + work_dir=/work |
| 8 | 2026-07-19T04:25:35.956Z | + input_dir=/input |
| 9 | 2026-07-19T04:25:35.956Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-19T04:25:35.956Z | + case "$kern" in |
| 11 | 2026-07-19T04:25:35.956Z | + groupadd -g 12345 build |
| 12 | 2026-07-19T04:25:35.956Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-19T04:25:37.959Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-19T04:25:38.042Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-19T04:25:38.046Z | + home_fs=zfs |
| 16 | 2026-07-19T04:25:38.046Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-19T04:25:38.046Z | + mkdir -p /home/build |
| 18 | 2026-07-19T04:25:38.046Z | + chown build:build /home/build /work |
| 19 | 2026-07-19T04:25:40.046Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-19T04:25:40.050Z | process exited: duration 4102 ms, exit code 0 |
| |
| 21 | 2026-07-19T04:25:40.061Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-19T04:25:40.066Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-07-19T04:25:40.066Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-07-19T04:25:40.066Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-07-19T04:25:40.066Z | * rust toolchain channel = "1.97.1" |
| 26 | 2026-07-19T04:25:40.066Z | * rust toolchain profile = "default" |
| 27 | 2026-07-19T04:25:40.067Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-19T04:25:40.067Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-19T04:25:40.067Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-07-19T04:25:40.145Z | info: downloading installer |
| 31 | 2026-07-19T04:25:41.548Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-19T04:25:41.548Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-19T04:25:41.548Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-19T04:25:41.548Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-19T04:25:41.560Z | info: profile set to default |
| 36 | 2026-07-19T04:25:41.560Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-19T04:25:41.563Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-07-19T04:25:41.714Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-07-19T04:25:41.718Z | info: downloading 6 components |
| 40 | 2026-07-19T04:25:56.773Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-07-19T04:25:56.773Z | |
| 42 | 2026-07-19T04:25:56.800Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-07-19T04:25:56.800Z | |
| 44 | 2026-07-19T04:25:56.800Z | |
| 45 | 2026-07-19T04:25:56.800Z | Rust is installed now. Great! |
| 46 | 2026-07-19T04:25:56.800Z | |
| 47 | 2026-07-19T04:25:56.800Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-19T04:25:56.800Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-19T04:25:56.800Z | |
| 50 | 2026-07-19T04:25:56.800Z | To configure your current shell, you need to source |
| 51 | 2026-07-19T04:25:56.800Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-19T04:25:56.800Z | |
| 53 | 2026-07-19T04:25:56.800Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-19T04:25:56.804Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-19T04:25:56.804Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-19T04:25:56.804Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-19T04:25:56.804Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-19T04:25:56.804Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-19T04:25:56.804Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-19T04:25:56.804Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-19T04:25:56.804Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-19T04:25:56.903Z | + rustup --version |
| 63 | 2026-07-19T04:25:56.912Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-19T04:25:56.916Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-19T04:25:56.933Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-07-19T04:25:56.936Z | + cargo --version |
| 67 | 2026-07-19T04:25:56.951Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-07-19T04:25:56.954Z | + rustc --version |
| 69 | 2026-07-19T04:25:56.973Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-07-19T04:25:56.976Z | process exited: duration 16917 ms, exit code 0 |
| |
| 71 | 2026-07-19T04:25:56.983Z | starting task 2: "authentication" |
| 72 | 2026-07-19T04:25:57.000Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-19T04:25:57.007Z | starting task 3: "clone repository" |
| 74 | 2026-07-19T04:25:57.010Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-19T04:25:57.014Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-19T04:25:57.042Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-19T04:25:58.022Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-19T04:25:58.022Z | + git fetch origin afff174ebc75a1e4e91b98f8683877a8d77b728f |
| 79 | 2026-07-19T04:25:58.239Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-19T04:25:58.239Z | * branch afff174ebc75a1e4e91b98f8683877a8d77b728f -> FETCH_HEAD |
| 81 | 2026-07-19T04:25:58.257Z | + [[ -n renovate/rust-1.x ]] |
| 82 | 2026-07-19T04:25:58.289Z | ++ git branch --show-current |
| 83 | 2026-07-19T04:25:58.289Z | + current=master |
| 84 | 2026-07-19T04:25:58.289Z | + [[ master != renovate/rust-1.x ]] |
| 85 | 2026-07-19T04:25:58.289Z | + git branch -f renovate/rust-1.x afff174ebc75a1e4e91b98f8683877a8d77b728f |
| 86 | 2026-07-19T04:25:58.289Z | + git checkout -f renovate/rust-1.x |
| 87 | 2026-07-19T04:25:58.315Z | Switched to branch 'renovate/rust-1.x' |
| 88 | 2026-07-19T04:25:58.315Z | + git reset --hard afff174ebc75a1e4e91b98f8683877a8d77b728f |
| 89 | 2026-07-19T04:25:58.315Z | HEAD is now at afff174 Update dependency rust |
| 90 | 2026-07-19T04:25:58.315Z | process exited: duration 1276 ms, exit code 0 |
| |
| 91 | 2026-07-19T04:25:58.359Z | starting task 4: "build" |
| 92 | 2026-07-19T04:25:58.363Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-19T04:25:58.363Z | ++ rustup show active-toolchain |
| 94 | 2026-07-19T04:25:58.385Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-07-19T04:25:58.385Z | ++ pushd xde |
| 96 | 2026-07-19T04:25:58.385Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-07-19T04:25:58.385Z | ++ rustup show active-toolchain |
| 98 | 2026-07-19T04:25:58.386Z | info: syncing channel updates for nightly-2026-07-19-x86_64-unknown-illumos |
| 99 | 2026-07-19T04:25:58.534Z | info: latest update on 2026-07-19 for version 1.99.0-nightly (eff8269f7 2026-07-18) |
| 100 | 2026-07-19T04:25:58.537Z | info: downloading 6 components |
| 101 | 2026-07-19T04:26:13.276Z | nightly-2026-07-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-07-19T04:26:13.357Z | +++ rustup show active-toolchain -v |
| 103 | 2026-07-19T04:26:13.362Z | +++ head -n 1 |
| 104 | 2026-07-19T04:26:13.362Z | +++ cut '-d ' -f1 |
| 105 | 2026-07-19T04:26:13.412Z | ++ export NIGHTLY=nightly-2026-07-19-x86_64-unknown-illumos |
| 106 | 2026-07-19T04:26:13.412Z | ++ NIGHTLY=nightly-2026-07-19-x86_64-unknown-illumos |
| 107 | 2026-07-19T04:26:13.417Z | ++ popd |
| 108 | 2026-07-19T04:26:13.417Z | /work/oxidecomputer/opte |
| 109 | 2026-07-19T04:26:13.417Z | + cargo --version |
| 110 | 2026-07-19T04:26:13.422Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 111 | 2026-07-19T04:26:13.425Z | + rustc --version |
| 112 | 2026-07-19T04:26:13.444Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 113 | 2026-07-19T04:26:13.447Z | + cd lib/opte-ioctl |
| 114 | 2026-07-19T04:26:13.447Z | + header 'check style' |
| 115 | 2026-07-19T04:26:13.447Z | + echo '# ==== check style ==== #' |
| 116 | 2026-07-19T04:26:13.447Z | # ==== check style ==== # |
| 117 | 2026-07-19T04:26:13.447Z | + ptime -m cargo +nightly-2026-07-19-x86_64-unknown-illumos fmt -- --check |
| 118 | 2026-07-19T04:26:13.515Z | |
| 119 | 2026-07-19T04:26:13.515Z | real 0.065790828 |
| 120 | 2026-07-19T04:26:13.515Z | user 0.035956325 |
| 121 | 2026-07-19T04:26:13.515Z | sys 0.027164879 |
| 122 | 2026-07-19T04:26:13.515Z | trap 0.000002540 |
| 123 | 2026-07-19T04:26:13.515Z | tflt 0.000037740 |
| 124 | 2026-07-19T04:26:13.519Z | dflt 0.000002910 |
| 125 | 2026-07-19T04:26:13.519Z | kflt 0.000000000 |
| 126 | 2026-07-19T04:26:13.519Z | lock 0.031178134 |
| 127 | 2026-07-19T04:26:13.519Z | slp 0.046024923 |
| 128 | 2026-07-19T04:26:13.519Z | lat 0.000753290 |
| 129 | 2026-07-19T04:26:13.519Z | stop 0.000112550 |
| 130 | 2026-07-19T04:26:13.519Z | + header analyze |
| 131 | 2026-07-19T04:26:13.519Z | + echo '# ==== analyze ==== #' |
| 132 | 2026-07-19T04:26:13.519Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 133 | 2026-07-19T04:26:13.519Z | # ==== analyze ==== # |
| 134 | 2026-07-19T04:26:13.649Z | Updating crates.io index |
| 135 | 2026-07-19T04:26:13.652Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 136 | 2026-07-19T04:26:14.633Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 137 | 2026-07-19T04:26:14.896Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 138 | 2026-07-19T04:26:15.197Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 139 | 2026-07-19T04:26:15.404Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 140 | 2026-07-19T04:26:15.628Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 141 | 2026-07-19T04:26:15.867Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 142 | 2026-07-19T04:26:17.675Z | Downloading crates ... |
| 143 | 2026-07-19T04:26:17.717Z | Downloaded darling_macro v0.21.3 |
| 144 | 2026-07-19T04:26:17.732Z | Downloaded pretty-hex v0.4.2 |
| 145 | 2026-07-19T04:26:17.735Z | Downloaded cobs v0.3.0 |
| 146 | 2026-07-19T04:26:17.735Z | Downloaded hashbrown v0.17.1 |
| 147 | 2026-07-19T04:26:17.738Z | Downloaded embedded-io v0.6.1 |
| 148 | 2026-07-19T04:26:17.740Z | Downloaded defmt v0.3.100 |
| 149 | 2026-07-19T04:26:17.745Z | Downloaded ident_case v1.0.1 |
| 150 | 2026-07-19T04:26:17.750Z | Downloaded dyn-clone v1.0.20 |
| 151 | 2026-07-19T04:26:17.750Z | Downloaded foreign-types-macros v0.2.3 |
| 152 | 2026-07-19T04:26:17.750Z | Downloaded cpufeatures v0.3.0 |
| 153 | 2026-07-19T04:26:17.753Z | Downloaded managed v0.8.0 |
| 154 | 2026-07-19T04:26:17.756Z | Downloaded foreign-types v0.5.0 |
| 155 | 2026-07-19T04:26:17.756Z | Downloaded hash32 v0.3.1 |
| 156 | 2026-07-19T04:26:17.756Z | Downloaded cstr-argument v0.1.2 |
| 157 | 2026-07-19T04:26:17.761Z | Downloaded ref-cast v1.0.25 |
| 158 | 2026-07-19T04:26:17.764Z | Downloaded ingot-types v0.1.2 |
| 159 | 2026-07-19T04:26:17.767Z | Downloaded num_enum v0.7.6 |
| 160 | 2026-07-19T04:26:17.770Z | Downloaded oxnet v0.1.6 |
| 161 | 2026-07-19T04:26:17.770Z | Downloaded thiserror v2.0.18 |
| 162 | 2026-07-19T04:26:17.773Z | Downloaded embedded-io v0.4.0 |
| 163 | 2026-07-19T04:26:17.773Z | Downloaded foreign-types-shared v0.3.1 |
| 164 | 2026-07-19T04:26:17.776Z | Downloaded proc-macro-crate v3.5.0 |
| 165 | 2026-07-19T04:26:17.776Z | Downloaded defmt-parser v1.0.0 |
| 166 | 2026-07-19T04:26:17.779Z | Downloaded fnv v1.0.7 |
| 167 | 2026-07-19T04:26:17.782Z | Downloaded macaddr v1.0.1 |
| 168 | 2026-07-19T04:26:17.782Z | Downloaded stable_deref_trait v1.2.1 |
| 169 | 2026-07-19T04:26:17.787Z | Downloaded strsim v0.11.1 |
| 170 | 2026-07-19T04:26:17.790Z | Downloaded bitflags v1.3.2 |
| 171 | 2026-07-19T04:26:17.793Z | Downloaded pin-project-lite v0.2.17 |
| 172 | 2026-07-19T04:26:17.795Z | Downloaded cfg-if v1.0.4 |
| 173 | 2026-07-19T04:26:17.798Z | Downloaded byteorder v1.5.0 |
| 174 | 2026-07-19T04:26:17.799Z | Downloaded num_enum_derive v0.7.6 |
| 175 | 2026-07-19T04:26:17.809Z | Downloaded ref-cast-impl v1.0.25 |
| 176 | 2026-07-19T04:26:17.826Z | Downloaded defmt-macros v1.1.1 |
| 177 | 2026-07-19T04:26:17.831Z | Downloaded ingot v0.1.1 |
| 178 | 2026-07-19T04:26:17.834Z | Downloaded version_check v0.9.5 |
| 179 | 2026-07-19T04:26:17.834Z | Downloaded rustversion v1.0.22 |
| 180 | 2026-07-19T04:26:17.837Z | Downloaded defmt v1.1.1 |
| 181 | 2026-07-19T04:26:17.841Z | Downloaded quote v1.0.46 |
| 182 | 2026-07-19T04:26:17.844Z | Downloaded either v1.16.0 |
| 183 | 2026-07-19T04:26:17.850Z | Downloaded equivalent v1.0.2 |
| 184 | 2026-07-19T04:26:17.853Z | Downloaded rand_core v0.10.1 |
| 185 | 2026-07-19T04:26:17.861Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 186 | 2026-07-19T04:26:17.864Z | Downloaded thiserror-impl v2.0.18 |
| 187 | 2026-07-19T04:26:17.867Z | Downloaded postcard v1.1.3 |
| 188 | 2026-07-19T04:26:17.879Z | Downloaded ingot-macros v0.1.1 |
| 189 | 2026-07-19T04:26:17.882Z | Downloaded colored v3.1.1 |
| 190 | 2026-07-19T04:26:17.882Z | Downloaded bitflags v2.13.0 |
| 191 | 2026-07-19T04:26:17.885Z | Downloaded proc-macro2 v1.0.106 |
| 192 | 2026-07-19T04:26:17.888Z | Downloaded serde_core v1.0.228 |
| 193 | 2026-07-19T04:26:17.891Z | Downloaded darling v0.21.3 |
| 194 | 2026-07-19T04:26:17.894Z | Downloaded once_cell v1.21.4 |
| 195 | 2026-07-19T04:26:17.898Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 196 | 2026-07-19T04:26:17.898Z | Downloaded getrandom v0.4.3 |
| 197 | 2026-07-19T04:26:17.901Z | Downloaded anyhow v1.0.103 |
| 198 | 2026-07-19T04:26:17.901Z | Downloaded unicode-ident v1.0.24 |
| 199 | 2026-07-19T04:26:17.904Z | Downloaded tracing-attributes v0.1.31 |
| 200 | 2026-07-19T04:26:17.907Z | Downloaded tracing-core v0.1.36 |
| 201 | 2026-07-19T04:26:17.910Z | Downloaded darling_core v0.21.3 |
| 202 | 2026-07-19T04:26:17.916Z | Downloaded serde_derive v1.0.228 |
| 203 | 2026-07-19T04:26:17.919Z | Downloaded chacha20 v0.10.1 |
| 204 | 2026-07-19T04:26:17.927Z | Downloaded uuid v1.23.4 |
| 205 | 2026-07-19T04:26:17.944Z | Downloaded socket2 v0.6.4 |
| 206 | 2026-07-19T04:26:17.947Z | Downloaded heapless v0.8.0 |
| 207 | 2026-07-19T04:26:17.955Z | Downloaded zerocopy-derive v0.8.52 |
| 208 | 2026-07-19T04:26:17.962Z | Downloaded toml_edit v0.25.12+spec-1.1.0 |
| 209 | 2026-07-19T04:26:17.971Z | Downloaded indexmap v2.14.0 |
| 210 | 2026-07-19T04:26:17.974Z | Downloaded rand v0.10.2 |
| 211 | 2026-07-19T04:26:17.977Z | Downloaded serde v1.0.228 |
| 212 | 2026-07-19T04:26:17.981Z | Downloaded memchr v2.8.2 |
| 213 | 2026-07-19T04:26:18.010Z | Downloaded aho-corasick v1.1.4 |
| 214 | 2026-07-19T04:26:18.013Z | Downloaded itertools v0.14.0 |
| 215 | 2026-07-19T04:26:18.024Z | Downloaded regex v1.12.4 |
| 216 | 2026-07-19T04:26:18.045Z | Downloaded winnow v1.0.3 |
| 217 | 2026-07-19T04:26:18.065Z | Downloaded syn v1.0.109 |
| 218 | 2026-07-19T04:26:18.083Z | Downloaded zerocopy v0.8.52 |
| 219 | 2026-07-19T04:26:18.098Z | Downloaded syn v2.0.118 |
| 220 | 2026-07-19T04:26:18.103Z | Downloaded smoltcp v0.11.0 |
| 221 | 2026-07-19T04:26:18.112Z | Downloaded regex-syntax v0.8.11 |
| 222 | 2026-07-19T04:26:18.137Z | Downloaded tracing v0.1.44 |
| 223 | 2026-07-19T04:26:18.157Z | Downloaded regex-automata v0.4.14 |
| 224 | 2026-07-19T04:26:18.171Z | Downloaded libc v0.2.186 |
| 225 | 2026-07-19T04:26:18.227Z | Compiling proc-macro2 v1.0.106 |
| 226 | 2026-07-19T04:26:18.227Z | Compiling unicode-ident v1.0.24 |
| 227 | 2026-07-19T04:26:18.227Z | Compiling quote v1.0.46 |
| 228 | 2026-07-19T04:26:18.227Z | Compiling serde_core v1.0.228 |
| 229 | 2026-07-19T04:26:18.231Z | Checking cfg-if v1.0.4 |
| 230 | 2026-07-19T04:26:18.231Z | Compiling strsim v0.11.1 |
| 231 | 2026-07-19T04:26:18.231Z | Compiling thiserror v2.0.18 |
| 232 | 2026-07-19T04:26:18.231Z | Compiling memchr v2.8.2 |
| 233 | 2026-07-19T04:26:18.350Z | Compiling ident_case v1.0.1 |
| 234 | 2026-07-19T04:26:18.431Z | Compiling fnv v1.0.7 |
| 235 | 2026-07-19T04:26:18.460Z | Compiling libc v0.2.186 |
| 236 | 2026-07-19T04:26:18.517Z | Compiling regex-syntax v0.8.11 |
| 237 | 2026-07-19T04:26:18.588Z | Compiling equivalent v1.0.2 |
| 238 | 2026-07-19T04:26:18.662Z | Compiling winnow v1.0.3 |
| 239 | 2026-07-19T04:26:18.668Z | Compiling aho-corasick v1.1.4 |
| 240 | 2026-07-19T04:26:18.832Z | Compiling either v1.16.0 |
| 241 | 2026-07-19T04:26:18.841Z | Compiling hashbrown v0.17.1 |
| 242 | 2026-07-19T04:26:18.848Z | Compiling serde v1.0.228 |
| 243 | 2026-07-19T04:26:19.024Z | Compiling zerocopy v0.8.52 |
| 244 | 2026-07-19T04:26:19.171Z | Compiling itertools v0.14.0 |
| 245 | 2026-07-19T04:26:19.420Z | Compiling indexmap v2.14.0 |
| 246 | 2026-07-19T04:26:19.630Z | Compiling syn v2.0.118 |
| 247 | 2026-07-19T04:26:19.690Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 248 | 2026-07-19T04:26:19.758Z | Compiling heapless v0.8.0 |
| 249 | 2026-07-19T04:26:20.057Z | Compiling regex-automata v0.4.14 |
| 250 | 2026-07-19T04:26:20.082Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 251 | 2026-07-19T04:26:20.089Z | Checking byteorder v1.5.0 |
| 252 | 2026-07-19T04:26:20.152Z | Checking bitflags v2.13.0 |
| 253 | 2026-07-19T04:26:20.240Z | Checking hash32 v0.3.1 |
| 254 | 2026-07-19T04:26:20.254Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 255 | 2026-07-19T04:26:20.313Z | Checking macaddr v1.0.1 |
| 256 | 2026-07-19T04:26:20.346Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 257 | 2026-07-19T04:26:20.452Z | Checking stable_deref_trait v1.2.1 |
| 258 | 2026-07-19T04:26:20.467Z | Compiling rustversion v1.0.22 |
| 259 | 2026-07-19T04:26:20.499Z | Compiling smoltcp v0.11.0 |
| 260 | 2026-07-19T04:26:20.517Z | Compiling syn v1.0.109 |
| 261 | 2026-07-19T04:26:20.619Z | Checking managed v0.8.0 |
| 262 | 2026-07-19T04:26:20.794Z | Compiling proc-macro-crate v3.5.0 |
| 263 | 2026-07-19T04:26:20.828Z | Checking rand_core v0.10.1 |
| 264 | 2026-07-19T04:26:20.833Z | Compiling ref-cast v1.0.25 |
| 265 | 2026-07-19T04:26:20.854Z | Checking bitflags v1.3.2 |
| 266 | 2026-07-19T04:26:20.914Z | Compiling version_check v0.9.5 |
| 267 | 2026-07-19T04:26:20.937Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 268 | 2026-07-19T04:26:20.954Z | Compiling getrandom v0.4.3 |
| 269 | 2026-07-19T04:26:21.169Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 270 | 2026-07-19T04:26:21.195Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 271 | 2026-07-19T04:26:21.220Z | Checking foreign-types-shared v0.3.1 |
| 272 | 2026-07-19T04:26:21.409Z | Checking cpufeatures v0.3.0 |
| 273 | 2026-07-19T04:26:21.472Z | Compiling anyhow v1.0.103 |
| 274 | 2026-07-19T04:26:21.476Z | Checking once_cell v1.21.4 |
| 275 | 2026-07-19T04:26:21.639Z | Checking tracing-core v0.1.36 |
| 276 | 2026-07-19T04:26:21.653Z | Checking cstr-argument v0.1.2 |
| 277 | 2026-07-19T04:26:21.703Z | Checking chacha20 v0.10.1 |
| 278 | 2026-07-19T04:26:21.768Z | Compiling regex v1.12.4 |
| 279 | 2026-07-19T04:26:22.042Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 280 | 2026-07-19T04:26:22.064Z | Checking dyn-clone v1.0.20 |
| 281 | 2026-07-19T04:26:22.070Z | Checking pretty-hex v0.4.2 |
| 282 | 2026-07-19T04:26:22.152Z | Checking pin-project-lite v0.2.17 |
| 283 | 2026-07-19T04:26:22.161Z | Checking rand v0.10.2 |
| 284 | 2026-07-19T04:26:22.234Z | Compiling darling_core v0.21.3 |
| 285 | 2026-07-19T04:26:22.256Z | Checking uuid v1.23.4 |
| 286 | 2026-07-19T04:26:22.327Z | Checking socket2 v0.6.4 |
| 287 | 2026-07-19T04:26:22.510Z | Checking oxnet v0.1.6 |
| 288 | 2026-07-19T04:26:22.573Z | Checking colored v3.1.1 |
| 289 | 2026-07-19T04:26:22.942Z | Compiling thiserror-impl v2.0.18 |
| 290 | 2026-07-19T04:26:22.942Z | Compiling zerocopy-derive v0.8.52 |
| 291 | 2026-07-19T04:26:22.942Z | Compiling serde_derive v1.0.228 |
| 292 | 2026-07-19T04:26:22.945Z | Compiling ref-cast-impl v1.0.25 |
| 293 | 2026-07-19T04:26:22.945Z | Compiling num_enum_derive v0.7.6 |
| 294 | 2026-07-19T04:26:23.193Z | Compiling foreign-types-macros v0.2.3 |
| 295 | 2026-07-19T04:26:23.602Z | Compiling tracing-attributes v0.1.31 |
| 296 | 2026-07-19T04:26:23.817Z | Checking foreign-types v0.5.0 |
| 297 | 2026-07-19T04:26:23.884Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 298 | 2026-07-19T04:26:23.937Z | Checking num_enum v0.7.6 |
| 299 | 2026-07-19T04:26:24.047Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 300 | 2026-07-19T04:26:24.214Z | Checking cobs v0.3.0 |
| 301 | 2026-07-19T04:26:24.247Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 302 | 2026-07-19T04:26:24.302Z | Compiling darling_macro v0.21.3 |
| 303 | 2026-07-19T04:26:24.451Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 304 | 2026-07-19T04:26:24.802Z | Checking tracing v0.1.44 |
| 305 | 2026-07-19T04:26:24.896Z | Compiling darling v0.21.3 |
| 306 | 2026-07-19T04:26:24.950Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 307 | 2026-07-19T04:26:24.963Z | Compiling ingot-macros v0.1.1 |
| 308 | 2026-07-19T04:26:25.501Z | Checking postcard v1.1.3 |
| 309 | 2026-07-19T04:26:26.973Z | Checking ingot-types v0.1.2 |
| 310 | 2026-07-19T04:26:27.242Z | Checking ingot v0.1.1 |
| 311 | 2026-07-19T04:26:28.526Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 312 | 2026-07-19T04:26:29.671Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 313 | 2026-07-19T04:26:30.826Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 314 | 2026-07-19T04:26:31.007Z | Finished `dev` profile [optimized + debuginfo] target(s) in 17.44s |
| 315 | 2026-07-19T04:26:31.112Z | |
| 316 | 2026-07-19T04:26:31.112Z | real 17.590841960 |
| 317 | 2026-07-19T04:26:31.112Z | user 48.175933286 |
| 318 | 2026-07-19T04:26:31.112Z | sys 11.033692294 |
| 319 | 2026-07-19T04:26:31.112Z | trap 0.038016408 |
| 320 | 2026-07-19T04:26:31.115Z | tflt 0.062238016 |
| 321 | 2026-07-19T04:26:31.115Z | dflt 0.160420952 |
| 322 | 2026-07-19T04:26:31.115Z | kflt 0.005555323 |
| 323 | 2026-07-19T04:26:31.115Z | lock 3:21.521925401 |
| 324 | 2026-07-19T04:26:31.115Z | slp 2:40.762204382 |
| 325 | 2026-07-19T04:26:31.115Z | lat 2.559248424 |
| 326 | 2026-07-19T04:26:31.115Z | stop 11.042183046 |
| 327 | 2026-07-19T04:26:31.115Z | process exited: duration 32753 ms, exit code 0 |
| |
| 328 | 2026-07-19T04:26:31.123Z | found 0 output files |