|
|
|
| 1 | 2026-03-05T04:14:40.417Z | job assigned to worker 01KJY37C2PRZV783C3EEZ3JCZ1 [factory aws, i-05ce32795dc60fc6a] (queued for 54 s) |
| |
| 2 | 2026-03-05T04:14:49.182Z | starting task 0: "setup" |
| 3 | 2026-03-05T04:14:49.190Z | ++ uname -s |
| 4 | 2026-03-05T04:14:49.194Z | + kern=SunOS |
| 5 | 2026-03-05T04:14:49.194Z | + build_user=build |
| 6 | 2026-03-05T04:14:49.194Z | + build_uid=12345 |
| 7 | 2026-03-05T04:14:49.194Z | + work_dir=/work |
| 8 | 2026-03-05T04:14:49.194Z | + input_dir=/input |
| 9 | 2026-03-05T04:14:49.194Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-05T04:14:49.194Z | + case "$kern" in |
| 11 | 2026-03-05T04:14:49.194Z | + groupadd -g 12345 build |
| 12 | 2026-03-05T04:14:49.194Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-05T04:14:51.199Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-05T04:14:51.327Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-05T04:14:51.331Z | + home_fs=zfs |
| 16 | 2026-03-05T04:14:51.331Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-05T04:14:51.331Z | + mkdir -p /home/build |
| 18 | 2026-03-05T04:14:51.334Z | + chown build:build /home/build /work |
| 19 | 2026-03-05T04:14:52.335Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-05T04:14:52.338Z | process exited: duration 3157 ms, exit code 0 |
| |
| 21 | 2026-03-05T04:14:52.344Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-05T04:14:52.349Z | + printf ' * rust toolchain channel = "%s"\n' 1.93.1 |
| 23 | 2026-03-05T04:14:52.349Z | * rust toolchain channel = "1.93.1" |
| 24 | 2026-03-05T04:14:52.349Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-03-05T04:14:52.349Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-03-05T04:14:52.349Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-05T04:14:52.349Z | * rust toolchain profile = "default" |
| 28 | 2026-03-05T04:14:52.352Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-05T04:14:52.352Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default |
| 30 | 2026-03-05T04:14:52.490Z | info: downloading installer |
| 31 | 2026-03-05T04:14:54.697Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-05T04:14:54.697Z | warn: /opt/ooce/bin |
| 33 | 2026-03-05T04:14:54.697Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-05T04:14:54.697Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-05T04:14:54.697Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-05T04:14:54.697Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-05T04:14:54.697Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-05T04:14:54.697Z | error: cannot install while Rust is installed |
| 39 | 2026-03-05T04:14:54.697Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-05T04:14:54.710Z | info: profile set to 'default' |
| 41 | 2026-03-05T04:14:54.710Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-03-05T04:14:54.713Z | info: syncing channel updates for '1.93.1-x86_64-unknown-illumos' |
| 43 | 2026-03-05T04:14:54.875Z | info: latest update on 2026-02-12, rust version 1.93.1 (01f6ddf75 2026-02-11) |
| 44 | 2026-03-05T04:14:54.875Z | info: downloading component 'cargo' |
| 45 | 2026-03-05T04:14:56.114Z | info: downloading component 'clippy' |
| 46 | 2026-03-05T04:14:56.505Z | info: downloading component 'rust-docs' |
| 47 | 2026-03-05T04:14:58.359Z | info: downloading component 'rust-std' |
| 48 | 2026-03-05T04:15:00.270Z | info: downloading component 'rustc' |
| 49 | 2026-03-05T04:15:07.680Z | info: downloading component 'rustfmt' |
| 50 | 2026-03-05T04:15:07.989Z | info: installing component 'cargo' |
| 51 | 2026-03-05T04:15:08.905Z | info: installing component 'clippy' |
| 52 | 2026-03-05T04:15:09.295Z | info: installing component 'rust-docs' |
| 53 | 2026-03-05T04:15:11.256Z | info: installing component 'rust-std' |
| 54 | 2026-03-05T04:15:13.099Z | info: installing component 'rustc' |
| 55 | 2026-03-05T04:15:19.859Z | info: installing component 'rustfmt' |
| 56 | 2026-03-05T04:15:20.187Z | info: default toolchain set to '1.93.1-x86_64-unknown-illumos' |
| 57 | 2026-03-05T04:15:20.187Z | |
| 58 | 2026-03-05T04:15:20.693Z | 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11) |
| 59 | 2026-03-05T04:15:20.693Z | |
| 60 | 2026-03-05T04:15:20.698Z | |
| 61 | 2026-03-05T04:15:20.698Z | Rust is installed now. Great! |
| 62 | 2026-03-05T04:15:20.698Z | |
| 63 | 2026-03-05T04:15:20.698Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-03-05T04:15:20.698Z | environment variable. This has not been done automatically. |
| 65 | 2026-03-05T04:15:20.698Z | |
| 66 | 2026-03-05T04:15:20.698Z | To configure your current shell, you need to source |
| 67 | 2026-03-05T04:15:20.698Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-03-05T04:15:20.698Z | |
| 69 | 2026-03-05T04:15:20.698Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-03-05T04:15:20.698Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-03-05T04:15:20.700Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-03-05T04:15:20.700Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-03-05T04:15:20.790Z | + rustup --version |
| 74 | 2026-03-05T04:15:20.802Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-03-05T04:15:20.805Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-03-05T04:15:20.878Z | info: The currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)` |
| 77 | 2026-03-05T04:15:20.881Z | + cargo --version |
| 78 | 2026-03-05T04:15:20.940Z | cargo 1.93.1 (083ac5135 2025-12-15) |
| 79 | 2026-03-05T04:15:20.943Z | + rustc --version |
| 80 | 2026-03-05T04:15:21.007Z | rustc 1.93.1 (01f6ddf75 2026-02-11) |
| 81 | 2026-03-05T04:15:21.011Z | process exited: duration 28646 ms, exit code 0 |
| |
| 82 | 2026-03-05T04:15:21.019Z | starting task 2: "authentication" |
| 83 | 2026-03-05T04:15:21.040Z | process exited: duration 21 ms, exit code 0 |
| |
| 84 | 2026-03-05T04:15:21.047Z | starting task 3: "clone repository" |
| 85 | 2026-03-05T04:15:21.052Z | + mkdir -p /work/oxidecomputer/opte |
| 86 | 2026-03-05T04:15:21.055Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 87 | 2026-03-05T04:15:21.095Z | Cloning into '/work/oxidecomputer/opte'... |
| 88 | 2026-03-05T04:15:24.081Z | + cd /work/oxidecomputer/opte |
| 89 | 2026-03-05T04:15:24.081Z | + git fetch origin bbf6c585ebaaddf54a1df3f257b3273c284a7899 |
| 90 | 2026-03-05T04:15:24.495Z | From https://github.com/oxidecomputer/opte |
| 91 | 2026-03-05T04:15:24.495Z | * branch bbf6c585ebaaddf54a1df3f257b3273c284a7899 -> FETCH_HEAD |
| 92 | 2026-03-05T04:15:24.503Z | + [[ -n renovate/toml-1.x-lockfile ]] |
| 93 | 2026-03-05T04:15:24.507Z | ++ git branch --show-current |
| 94 | 2026-03-05T04:15:24.510Z | + current=master |
| 95 | 2026-03-05T04:15:24.510Z | + [[ master != renovate/toml-1.x-lockfile ]] |
| 96 | 2026-03-05T04:15:24.510Z | + git branch -f renovate/toml-1.x-lockfile bbf6c585ebaaddf54a1df3f257b3273c284a7899 |
| 97 | 2026-03-05T04:15:24.513Z | + git checkout -f renovate/toml-1.x-lockfile |
| 98 | 2026-03-05T04:15:24.536Z | Switched to branch 'renovate/toml-1.x-lockfile' |
| 99 | 2026-03-05T04:15:24.539Z | + git reset --hard bbf6c585ebaaddf54a1df3f257b3273c284a7899 |
| 100 | 2026-03-05T04:15:24.542Z | HEAD is now at bbf6c58 Update Rust crate toml to v1.0.4 |
| 101 | 2026-03-05T04:15:24.545Z | process exited: duration 3493 ms, exit code 0 |
| |
| 102 | 2026-03-05T04:15:24.551Z | starting task 4: "build" |
| 103 | 2026-03-05T04:15:24.555Z | + source .github/buildomat/common.sh |
| 104 | 2026-03-05T04:15:24.556Z | ++ rustup show active-toolchain |
| 105 | 2026-03-05T04:15:24.600Z | 1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 106 | 2026-03-05T04:15:24.604Z | ++ pushd xde |
| 107 | 2026-03-05T04:15:24.604Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 108 | 2026-03-05T04:15:24.604Z | ++ rustup show active-toolchain |
| 109 | 2026-03-05T04:15:24.611Z | info: syncing channel updates for 'nightly-2026-02-24-x86_64-unknown-illumos' |
| 110 | 2026-03-05T04:15:24.781Z | info: latest update on 2026-02-24, rust version 1.95.0-nightly (b3869b94c 2026-02-23) |
| 111 | 2026-03-05T04:15:24.781Z | info: downloading component 'cargo' |
| 112 | 2026-03-05T04:15:26.003Z | info: downloading component 'clippy' |
| 113 | 2026-03-05T04:15:26.472Z | info: downloading component 'rust-src' |
| 114 | 2026-03-05T04:15:26.784Z | info: downloading component 'rust-std' |
| 115 | 2026-03-05T04:15:28.642Z | info: downloading component 'rustc' |
| 116 | 2026-03-05T04:15:36.616Z | info: downloading component 'rustfmt' |
| 117 | 2026-03-05T04:15:37.132Z | info: installing component 'cargo' |
| 118 | 2026-03-05T04:15:38.064Z | info: installing component 'clippy' |
| 119 | 2026-03-05T04:15:38.478Z | info: installing component 'rust-src' |
| 120 | 2026-03-05T04:15:38.886Z | info: installing component 'rust-std' |
| 121 | 2026-03-05T04:15:40.644Z | info: installing component 'rustc' |
| 122 | 2026-03-05T04:15:47.336Z | info: installing component 'rustfmt' |
| 123 | 2026-03-05T04:15:47.657Z | nightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 124 | 2026-03-05T04:15:47.756Z | +++ rustup show active-toolchain -v |
| 125 | 2026-03-05T04:15:47.759Z | +++ head -n 1 |
| 126 | 2026-03-05T04:15:47.759Z | +++ cut '-d ' -f1 |
| 127 | 2026-03-05T04:15:47.854Z | ++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos |
| 128 | 2026-03-05T04:15:47.854Z | ++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos |
| 129 | 2026-03-05T04:15:47.854Z | ++ popd |
| 130 | 2026-03-05T04:15:47.857Z | /work/oxidecomputer/opte |
| 131 | 2026-03-05T04:15:47.858Z | + cargo --version |
| 132 | 2026-03-05T04:15:47.907Z | cargo 1.93.1 (083ac5135 2025-12-15) |
| 133 | 2026-03-05T04:15:47.909Z | + rustc --version |
| 134 | 2026-03-05T04:15:47.974Z | rustc 1.93.1 (01f6ddf75 2026-02-11) |
| 135 | 2026-03-05T04:15:47.979Z | + cd lib/opte-ioctl |
| 136 | 2026-03-05T04:15:47.979Z | + header 'check style' |
| 137 | 2026-03-05T04:15:47.979Z | + echo '# ==== check style ==== #' |
| 138 | 2026-03-05T04:15:47.979Z | # ==== check style ==== # |
| 139 | 2026-03-05T04:15:47.982Z | + ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check |
| 140 | 2026-03-05T04:15:48.162Z | |
| 141 | 2026-03-05T04:15:48.162Z | real 0.180453137 |
| 142 | 2026-03-05T04:15:48.162Z | user 0.119049300 |
| 143 | 2026-03-05T04:15:48.162Z | sys 0.058019799 |
| 144 | 2026-03-05T04:15:48.162Z | trap 0.000048085 |
| 145 | 2026-03-05T04:15:48.162Z | tflt 0.000055668 |
| 146 | 2026-03-05T04:15:48.162Z | dflt 0.000028659 |
| 147 | 2026-03-05T04:15:48.162Z | kflt 0.000000000 |
| 148 | 2026-03-05T04:15:48.162Z | lock 0.583692859 |
| 149 | 2026-03-05T04:15:48.162Z | slp 0.187636159 |
| 150 | 2026-03-05T04:15:48.162Z | lat 0.001582387 |
| 151 | 2026-03-05T04:15:48.162Z | stop 0.000169295 |
| 152 | 2026-03-05T04:15:48.166Z | + header analyze |
| 153 | 2026-03-05T04:15:48.166Z | + echo '# ==== analyze ==== #' |
| 154 | 2026-03-05T04:15:48.166Z | # ==== analyze ==== # |
| 155 | 2026-03-05T04:15:48.166Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 156 | 2026-03-05T04:15:48.422Z | Updating crates.io index |
| 157 | 2026-03-05T04:15:48.425Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 158 | 2026-03-05T04:15:52.361Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 159 | 2026-03-05T04:15:53.397Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 160 | 2026-03-05T04:15:54.209Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 161 | 2026-03-05T04:15:54.819Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 162 | 2026-03-05T04:15:55.673Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 163 | 2026-03-05T04:15:56.411Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 164 | 2026-03-05T04:15:59.244Z | Downloading crates ... |
| 165 | 2026-03-05T04:15:59.311Z | Downloaded cobs v0.3.0 |
| 166 | 2026-03-05T04:15:59.319Z | Downloaded anyhow v1.0.101 |
| 167 | 2026-03-05T04:15:59.323Z | Downloaded proc-macro-crate v3.4.0 |
| 168 | 2026-03-05T04:15:59.330Z | Downloaded aho-corasick v1.1.4 |
| 169 | 2026-03-05T04:15:59.337Z | Downloaded getrandom v0.3.4 |
| 170 | 2026-03-05T04:15:59.342Z | Downloaded pin-project-lite v0.2.16 |
| 171 | 2026-03-05T04:15:59.345Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 172 | 2026-03-05T04:15:59.348Z | Downloaded ref-cast-impl v1.0.25 |
| 173 | 2026-03-05T04:15:59.348Z | Downloaded oxnet v0.1.4 |
| 174 | 2026-03-05T04:15:59.351Z | Downloaded tracing-attributes v0.1.31 |
| 175 | 2026-03-05T04:15:59.354Z | Downloaded rand_chacha v0.9.0 |
| 176 | 2026-03-05T04:15:59.354Z | Downloaded foreign-types v0.5.0 |
| 177 | 2026-03-05T04:15:59.354Z | Downloaded rand v0.9.2 |
| 178 | 2026-03-05T04:15:59.357Z | Downloaded ref-cast v1.0.25 |
| 179 | 2026-03-05T04:15:59.360Z | Downloaded byteorder v1.5.0 |
| 180 | 2026-03-05T04:15:59.364Z | Downloaded ingot-types v0.1.2 |
| 181 | 2026-03-05T04:15:59.367Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 182 | 2026-03-05T04:15:59.367Z | Downloaded hash32 v0.3.1 |
| 183 | 2026-03-05T04:15:59.374Z | Downloaded ppv-lite86 v0.2.21 |
| 184 | 2026-03-05T04:15:59.377Z | Downloaded defmt v1.0.1 |
| 185 | 2026-03-05T04:15:59.380Z | Downloaded strsim v0.11.1 |
| 186 | 2026-03-05T04:15:59.383Z | Downloaded managed v0.8.0 |
| 187 | 2026-03-05T04:15:59.383Z | Downloaded either v1.15.0 |
| 188 | 2026-03-05T04:15:59.386Z | Downloaded macaddr v1.0.1 |
| 189 | 2026-03-05T04:15:59.393Z | Downloaded equivalent v1.0.2 |
| 190 | 2026-03-05T04:15:59.396Z | Downloaded socket2 v0.6.2 |
| 191 | 2026-03-05T04:15:59.398Z | Downloaded postcard v1.1.3 |
| 192 | 2026-03-05T04:15:59.401Z | Downloaded quote v1.0.44 |
| 193 | 2026-03-05T04:15:59.404Z | Downloaded fnv v1.0.7 |
| 194 | 2026-03-05T04:15:59.404Z | Downloaded pretty-hex v0.4.1 |
| 195 | 2026-03-05T04:15:59.407Z | Downloaded cfg-if v1.0.4 |
| 196 | 2026-03-05T04:15:59.424Z | Downloaded darling_macro v0.21.3 |
| 197 | 2026-03-05T04:15:59.427Z | Downloaded embedded-io v0.6.1 |
| 198 | 2026-03-05T04:15:59.427Z | Downloaded defmt-parser v1.0.0 |
| 199 | 2026-03-05T04:15:59.427Z | Downloaded cstr-argument v0.1.2 |
| 200 | 2026-03-05T04:15:59.430Z | Downloaded stable_deref_trait v1.2.1 |
| 201 | 2026-03-05T04:15:59.431Z | Downloaded ident_case v1.0.1 |
| 202 | 2026-03-05T04:15:59.434Z | Downloaded version_check v0.9.5 |
| 203 | 2026-03-05T04:15:59.437Z | Downloaded embedded-io v0.4.0 |
| 204 | 2026-03-05T04:15:59.437Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 205 | 2026-03-05T04:15:59.444Z | Downloaded thiserror v2.0.18 |
| 206 | 2026-03-05T04:15:59.450Z | Downloaded darling v0.21.3 |
| 207 | 2026-03-05T04:15:59.456Z | Downloaded foreign-types-macros v0.2.3 |
| 208 | 2026-03-05T04:15:59.458Z | Downloaded foreign-types-shared v0.3.1 |
| 209 | 2026-03-05T04:15:59.458Z | Downloaded defmt v0.3.100 |
| 210 | 2026-03-05T04:15:59.477Z | Downloaded thiserror-impl v2.0.18 |
| 211 | 2026-03-05T04:15:59.481Z | Downloaded dyn-clone v1.0.20 |
| 212 | 2026-03-05T04:15:59.485Z | Downloaded rustversion v1.0.22 |
| 213 | 2026-03-05T04:15:59.485Z | Downloaded defmt-macros v1.0.1 |
| 214 | 2026-03-05T04:15:59.488Z | Downloaded once_cell v1.21.3 |
| 215 | 2026-03-05T04:15:59.491Z | Downloaded colored v3.1.1 |
| 216 | 2026-03-05T04:15:59.491Z | Downloaded serde_core v1.0.228 |
| 217 | 2026-03-05T04:15:59.494Z | Downloaded num_enum_derive v0.7.5 |
| 218 | 2026-03-05T04:15:59.496Z | Downloaded num_enum v0.7.5 |
| 219 | 2026-03-05T04:15:59.499Z | Downloaded rand_core v0.9.5 |
| 220 | 2026-03-05T04:15:59.502Z | Downloaded bitflags v1.3.2 |
| 221 | 2026-03-05T04:15:59.505Z | Downloaded ingot-macros v0.1.1 |
| 222 | 2026-03-05T04:15:59.505Z | Downloaded ingot v0.1.1 |
| 223 | 2026-03-05T04:15:59.505Z | Downloaded heapless v0.8.0 |
| 224 | 2026-03-05T04:15:59.509Z | Downloaded proc-macro-error2 v2.0.1 |
| 225 | 2026-03-05T04:15:59.512Z | Downloaded indexmap v2.13.0 |
| 226 | 2026-03-05T04:15:59.517Z | Downloaded tracing-core v0.1.36 |
| 227 | 2026-03-05T04:15:59.540Z | Downloaded unicode-ident v1.0.23 |
| 228 | 2026-03-05T04:15:59.543Z | Downloaded regex v1.12.3 |
| 229 | 2026-03-05T04:15:59.548Z | Downloaded serde_derive v1.0.228 |
| 230 | 2026-03-05T04:15:59.550Z | Downloaded serde v1.0.228 |
| 231 | 2026-03-05T04:15:59.554Z | Downloaded bitflags v2.10.0 |
| 232 | 2026-03-05T04:15:59.559Z | Downloaded uuid v1.20.0 |
| 233 | 2026-03-05T04:15:59.568Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 234 | 2026-03-05T04:15:59.573Z | Downloaded proc-macro2 v1.0.106 |
| 235 | 2026-03-05T04:15:59.590Z | Downloaded darling_core v0.21.3 |
| 236 | 2026-03-05T04:15:59.597Z | Downloaded memchr v2.8.0 |
| 237 | 2026-03-05T04:15:59.610Z | Downloaded zerocopy-derive v0.8.39 |
| 238 | 2026-03-05T04:15:59.618Z | Downloaded hashbrown v0.16.1 |
| 239 | 2026-03-05T04:15:59.649Z | Downloaded itertools v0.14.0 |
| 240 | 2026-03-05T04:15:59.676Z | Downloaded winnow v0.7.14 |
| 241 | 2026-03-05T04:15:59.724Z | Downloaded syn v1.0.109 |
| 242 | 2026-03-05T04:15:59.738Z | Downloaded syn v2.0.114 |
| 243 | 2026-03-05T04:15:59.747Z | Downloaded zerocopy v0.8.39 |
| 244 | 2026-03-05T04:15:59.765Z | Downloaded smoltcp v0.11.0 |
| 245 | 2026-03-05T04:15:59.783Z | Downloaded regex-syntax v0.8.9 |
| 246 | 2026-03-05T04:15:59.793Z | Downloaded tracing v0.1.44 |
| 247 | 2026-03-05T04:15:59.828Z | Downloaded regex-automata v0.4.14 |
| 248 | 2026-03-05T04:15:59.840Z | Downloaded libc v0.2.180 |
| 249 | 2026-03-05T04:15:59.920Z | Compiling proc-macro2 v1.0.106 |
| 250 | 2026-03-05T04:15:59.920Z | Compiling quote v1.0.44 |
| 251 | 2026-03-05T04:15:59.920Z | Compiling unicode-ident v1.0.23 |
| 252 | 2026-03-05T04:15:59.923Z | Compiling zerocopy v0.8.39 |
| 253 | 2026-03-05T04:15:59.923Z | Compiling serde_core v1.0.228 |
| 254 | 2026-03-05T04:15:59.923Z | Checking cfg-if v1.0.4 |
| 255 | 2026-03-05T04:15:59.923Z | Compiling libc v0.2.180 |
| 256 | 2026-03-05T04:15:59.923Z | Compiling strsim v0.11.1 |
| 257 | 2026-03-05T04:16:00.086Z | Compiling thiserror v2.0.18 |
| 258 | 2026-03-05T04:16:00.230Z | Compiling ident_case v1.0.1 |
| 259 | 2026-03-05T04:16:00.418Z | Compiling fnv v1.0.7 |
| 260 | 2026-03-05T04:16:00.555Z | Compiling memchr v2.8.0 |
| 261 | 2026-03-05T04:16:00.597Z | Compiling regex-syntax v0.8.9 |
| 262 | 2026-03-05T04:16:00.711Z | Compiling hashbrown v0.16.1 |
| 263 | 2026-03-05T04:16:00.813Z | Compiling winnow v0.7.14 |
| 264 | 2026-03-05T04:16:01.077Z | Compiling either v1.15.0 |
| 265 | 2026-03-05T04:16:01.498Z | Compiling serde v1.0.228 |
| 266 | 2026-03-05T04:16:01.509Z | Compiling aho-corasick v1.1.4 |
| 267 | 2026-03-05T04:16:01.931Z | Compiling equivalent v1.0.2 |
| 268 | 2026-03-05T04:16:01.968Z | Compiling itertools v0.14.0 |
| 269 | 2026-03-05T04:16:02.114Z | Compiling indexmap v2.13.0 |
| 270 | 2026-03-05T04:16:02.554Z | Compiling syn v2.0.114 |
| 271 | 2026-03-05T04:16:02.587Z | Compiling getrandom v0.3.4 |
| 272 | 2026-03-05T04:16:03.241Z | Checking byteorder v1.5.0 |
| 273 | 2026-03-05T04:16:03.526Z | Compiling heapless v0.8.0 |
| 274 | 2026-03-05T04:16:03.556Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 275 | 2026-03-05T04:16:03.986Z | Checking hash32 v0.3.1 |
| 276 | 2026-03-05T04:16:04.056Z | Compiling regex-automata v0.4.14 |
| 277 | 2026-03-05T04:16:04.150Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 278 | 2026-03-05T04:16:04.570Z | Checking bitflags v2.10.0 |
| 279 | 2026-03-05T04:16:04.685Z | Checking macaddr v1.0.1 |
| 280 | 2026-03-05T04:16:04.803Z | Compiling syn v1.0.109 |
| 281 | 2026-03-05T04:16:04.836Z | Checking stable_deref_trait v1.2.1 |
| 282 | 2026-03-05T04:16:04.931Z | Compiling rustversion v1.0.22 |
| 283 | 2026-03-05T04:16:04.939Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 284 | 2026-03-05T04:16:05.126Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 285 | 2026-03-05T04:16:05.346Z | Compiling smoltcp v0.11.0 |
| 286 | 2026-03-05T04:16:05.678Z | Compiling version_check v0.9.5 |
| 287 | 2026-03-05T04:16:05.689Z | Compiling ref-cast v1.0.25 |
| 288 | 2026-03-05T04:16:05.713Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 289 | 2026-03-05T04:16:06.053Z | Checking bitflags v1.3.2 |
| 290 | 2026-03-05T04:16:06.108Z | Checking managed v0.8.0 |
| 291 | 2026-03-05T04:16:06.156Z | Checking rand_core v0.9.5 |
| 292 | 2026-03-05T04:16:06.250Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 293 | 2026-03-05T04:16:06.443Z | Compiling proc-macro-crate v3.4.0 |
| 294 | 2026-03-05T04:16:06.676Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 295 | 2026-03-05T04:16:07.285Z | Checking once_cell v1.21.3 |
| 296 | 2026-03-05T04:16:07.383Z | Checking foreign-types-shared v0.3.1 |
| 297 | 2026-03-05T04:16:07.383Z | Compiling anyhow v1.0.101 |
| 298 | 2026-03-05T04:16:07.573Z | Checking tracing-core v0.1.36 |
| 299 | 2026-03-05T04:16:07.845Z | Checking pin-project-lite v0.2.16 |
| 300 | 2026-03-05T04:16:07.975Z | Checking dyn-clone v1.0.20 |
| 301 | 2026-03-05T04:16:07.995Z | Compiling regex v1.12.3 |
| 302 | 2026-03-05T04:16:08.215Z | Checking cstr-argument v0.1.2 |
| 303 | 2026-03-05T04:16:08.242Z | Checking pretty-hex v0.4.1 |
| 304 | 2026-03-05T04:16:08.393Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#99a7e26c) |
| 305 | 2026-03-05T04:16:08.427Z | Checking uuid v1.20.0 |
| 306 | 2026-03-05T04:16:08.771Z | Checking socket2 v0.6.2 |
| 307 | 2026-03-05T04:16:08.870Z | Checking colored v3.1.1 |
| 308 | 2026-03-05T04:16:08.889Z | Checking oxnet v0.1.4 |
| 309 | 2026-03-05T04:16:09.208Z | Compiling darling_core v0.21.3 |
| 310 | 2026-03-05T04:16:10.427Z | Compiling zerocopy-derive v0.8.39 |
| 311 | 2026-03-05T04:16:10.427Z | Compiling thiserror-impl v2.0.18 |
| 312 | 2026-03-05T04:16:10.427Z | Compiling serde_derive v1.0.228 |
| 313 | 2026-03-05T04:16:10.431Z | Compiling ref-cast-impl v1.0.25 |
| 314 | 2026-03-05T04:16:10.431Z | Compiling foreign-types-macros v0.2.3 |
| 315 | 2026-03-05T04:16:11.670Z | Compiling num_enum_derive v0.7.5 |
| 316 | 2026-03-05T04:16:11.723Z | Checking foreign-types v0.5.0 |
| 317 | 2026-03-05T04:16:11.893Z | Compiling tracing-attributes v0.1.31 |
| 318 | 2026-03-05T04:16:11.966Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 319 | 2026-03-05T04:16:13.022Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 320 | 2026-03-05T04:16:13.414Z | Checking cobs v0.3.0 |
| 321 | 2026-03-05T04:16:13.775Z | Checking num_enum v0.7.5 |
| 322 | 2026-03-05T04:16:13.938Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 323 | 2026-03-05T04:16:14.142Z | Compiling darling_macro v0.21.3 |
| 324 | 2026-03-05T04:16:14.547Z | Checking tracing v0.1.44 |
| 325 | 2026-03-05T04:16:14.627Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 326 | 2026-03-05T04:16:15.022Z | Compiling darling v0.21.3 |
| 327 | 2026-03-05T04:16:15.112Z | Compiling ingot-macros v0.1.1 |
| 328 | 2026-03-05T04:16:15.296Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 329 | 2026-03-05T04:16:16.191Z | Checking postcard v1.1.3 |
| 330 | 2026-03-05T04:16:18.801Z | Checking ingot-types v0.1.2 |
| 331 | 2026-03-05T04:16:18.801Z | Checking ppv-lite86 v0.2.21 |
| 332 | 2026-03-05T04:16:19.211Z | Checking rand_chacha v0.9.0 |
| 333 | 2026-03-05T04:16:19.281Z | Checking ingot v0.1.1 |
| 334 | 2026-03-05T04:16:19.427Z | Checking rand v0.9.2 |
| 335 | 2026-03-05T04:16:21.785Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 336 | 2026-03-05T04:16:23.733Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 337 | 2026-03-05T04:16:25.616Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 338 | 2026-03-05T04:16:25.874Z | Finished `dev` profile [optimized + debuginfo] target(s) in 37.54s |
| 339 | 2026-03-05T04:16:26.001Z | |
| 340 | 2026-03-05T04:16:26.004Z | real 37.804183184 |
| 341 | 2026-03-05T04:16:26.004Z | user 1:56.872137016 |
| 342 | 2026-03-05T04:16:26.004Z | sys 18.334831297 |
| 343 | 2026-03-05T04:16:26.004Z | trap 0.077592473 |
| 344 | 2026-03-05T04:16:26.004Z | tflt 0.091885316 |
| 345 | 2026-03-05T04:16:26.004Z | dflt 0.139796867 |
| 346 | 2026-03-05T04:16:26.004Z | kflt 0.001488860 |
| 347 | 2026-03-05T04:16:26.004Z | lock 6:38.150048736 |
| 348 | 2026-03-05T04:16:26.005Z | slp 5:52.359673829 |
| 349 | 2026-03-05T04:16:26.005Z | lat 5.879925400 |
| 350 | 2026-03-05T04:16:26.005Z | stop 15.079506506 |
| 351 | 2026-03-05T04:16:26.005Z | process exited: duration 61406 ms, exit code 0 |
| |
| 352 | 2026-03-05T04:16:26.011Z | found 0 output files |