|
|
|
| 1 | 2026-06-10T03:36:51.453Z | job assigned to worker 01KTQSKZ4ND4DKEDD0JWBR9DMY [factory aws, i-0d53d0cc1e48ca223] (queued for 50 s) |
| |
| 2 | 2026-06-10T03:36:57.879Z | starting task 0: "setup" |
| 3 | 2026-06-10T03:36:57.883Z | ++ uname -s |
| 4 | 2026-06-10T03:36:57.886Z | + kern=SunOS |
| 5 | 2026-06-10T03:36:57.886Z | + build_user=build |
| 6 | 2026-06-10T03:36:57.886Z | + build_uid=12345 |
| 7 | 2026-06-10T03:36:57.886Z | + work_dir=/work |
| 8 | 2026-06-10T03:36:57.886Z | + input_dir=/input |
| 9 | 2026-06-10T03:36:57.886Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-10T03:36:57.886Z | + case "$kern" in |
| 11 | 2026-06-10T03:36:57.886Z | + groupadd -g 12345 build |
| 12 | 2026-06-10T03:36:57.889Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-10T03:36:59.892Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-10T03:36:59.991Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-10T03:36:59.994Z | + home_fs=zfs |
| 16 | 2026-06-10T03:36:59.994Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-10T03:36:59.994Z | + mkdir -p /home/build |
| 18 | 2026-06-10T03:36:59.994Z | + chown build:build /home/build /work |
| 19 | 2026-06-10T03:37:01.996Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-10T03:37:01.999Z | process exited: duration 4119 ms, exit code 0 |
| |
| 21 | 2026-06-10T03:37:02.007Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-10T03:37:02.010Z | + printf ' * rust toolchain channel = "%s"\n' 1.95.0 |
| 23 | 2026-06-10T03:37:02.010Z | * rust toolchain channel = "1.95.0" |
| 24 | 2026-06-10T03:37:02.010Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-06-10T03:37:02.010Z | * rust toolchain profile = "default" |
| 26 | 2026-06-10T03:37:02.010Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-10T03:37:02.010Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-10T03:37:02.013Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-10T03:37:02.013Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default |
| 30 | 2026-06-10T03:37:02.114Z | info: downloading installer |
| 31 | 2026-06-10T03:37:03.723Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-10T03:37:03.723Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-10T03:37:03.723Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-10T03:37:03.723Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-10T03:37:03.735Z | info: profile set to default |
| 36 | 2026-06-10T03:37:03.735Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-10T03:37:03.738Z | info: syncing channel updates for 1.95.0-x86_64-unknown-illumos |
| 38 | 2026-06-10T03:37:03.882Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 39 | 2026-06-10T03:37:03.885Z | info: downloading 6 components |
| 40 | 2026-06-10T03:37:19.995Z | info: default toolchain set to 1.95.0-x86_64-unknown-illumos |
| 41 | 2026-06-10T03:37:19.995Z | |
| 42 | 2026-06-10T03:37:20.021Z | 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 43 | 2026-06-10T03:37:20.021Z | |
| 44 | 2026-06-10T03:37:20.022Z | |
| 45 | 2026-06-10T03:37:20.022Z | Rust is installed now. Great! |
| 46 | 2026-06-10T03:37:20.022Z | |
| 47 | 2026-06-10T03:37:20.022Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-10T03:37:20.022Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-10T03:37:20.022Z | |
| 50 | 2026-06-10T03:37:20.022Z | To configure your current shell, you need to source |
| 51 | 2026-06-10T03:37:20.022Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-10T03:37:20.022Z | |
| 53 | 2026-06-10T03:37:20.026Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-10T03:37:20.026Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-10T03:37:20.026Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-10T03:37:20.026Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-10T03:37:20.026Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-10T03:37:20.026Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-10T03:37:20.026Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-10T03:37:20.026Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-10T03:37:20.026Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-10T03:37:20.114Z | + rustup --version |
| 63 | 2026-06-10T03:37:20.123Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-10T03:37:20.125Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-10T03:37:20.144Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 66 | 2026-06-10T03:37:20.147Z | + cargo --version |
| 67 | 2026-06-10T03:37:20.161Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 68 | 2026-06-10T03:37:20.164Z | + rustc --version |
| 69 | 2026-06-10T03:37:20.183Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 70 | 2026-06-10T03:37:20.186Z | process exited: duration 18179 ms, exit code 0 |
| |
| 71 | 2026-06-10T03:37:20.192Z | starting task 2: "authentication" |
| 72 | 2026-06-10T03:37:20.208Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-10T03:37:20.214Z | starting task 3: "clone repository" |
| 74 | 2026-06-10T03:37:20.217Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-06-10T03:37:20.220Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-06-10T03:37:20.255Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-06-10T03:37:21.043Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-06-10T03:37:21.043Z | + git fetch origin db98f704610f68ee307e8d8df839d51ba2252392 |
| 79 | 2026-06-10T03:37:21.284Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-06-10T03:37:21.284Z | * branch db98f704610f68ee307e8d8df839d51ba2252392 -> FETCH_HEAD |
| 81 | 2026-06-10T03:37:21.290Z | + [[ -n renovate/zerocopy-0.x-lockfile ]] |
| 82 | 2026-06-10T03:37:21.293Z | ++ git branch --show-current |
| 83 | 2026-06-10T03:37:21.293Z | + current=master |
| 84 | 2026-06-10T03:37:21.293Z | + [[ master != renovate/zerocopy-0.x-lockfile ]] |
| 85 | 2026-06-10T03:37:21.293Z | + git branch -f renovate/zerocopy-0.x-lockfile db98f704610f68ee307e8d8df839d51ba2252392 |
| 86 | 2026-06-10T03:37:21.296Z | + git checkout -f renovate/zerocopy-0.x-lockfile |
| 87 | 2026-06-10T03:37:21.312Z | Switched to branch 'renovate/zerocopy-0.x-lockfile' |
| 88 | 2026-06-10T03:37:21.315Z | + git reset --hard db98f704610f68ee307e8d8df839d51ba2252392 |
| 89 | 2026-06-10T03:37:21.317Z | HEAD is now at db98f70 Update Rust crate zerocopy to v0.8.52 |
| 90 | 2026-06-10T03:37:21.318Z | process exited: duration 1102 ms, exit code 0 |
| |
| 91 | 2026-06-10T03:37:21.323Z | starting task 4: "build" |
| 92 | 2026-06-10T03:37:21.327Z | + source .github/buildomat/common.sh |
| 93 | 2026-06-10T03:37:21.327Z | ++ rustup show active-toolchain |
| 94 | 2026-06-10T03:37:21.332Z | 1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-06-10T03:37:21.335Z | ++ pushd xde |
| 96 | 2026-06-10T03:37:21.335Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-06-10T03:37:21.335Z | ++ rustup show active-toolchain |
| 98 | 2026-06-10T03:37:21.339Z | info: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos |
| 99 | 2026-06-10T03:37:21.520Z | info: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31) |
| 100 | 2026-06-10T03:37:21.523Z | info: downloading 6 components |
| 101 | 2026-06-10T03:38:16.464Z | nightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-06-10T03:38:16.553Z | +++ rustup show active-toolchain -v |
| 103 | 2026-06-10T03:38:16.556Z | +++ head -n 1 |
| 104 | 2026-06-10T03:38:16.556Z | +++ cut '-d ' -f1 |
| 105 | 2026-06-10T03:38:16.604Z | ++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 106 | 2026-06-10T03:38:16.604Z | ++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 107 | 2026-06-10T03:38:16.604Z | ++ popd |
| 108 | 2026-06-10T03:38:16.607Z | /work/oxidecomputer/opte |
| 109 | 2026-06-10T03:38:16.607Z | + cargo --version |
| 110 | 2026-06-10T03:38:16.614Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 111 | 2026-06-10T03:38:16.617Z | + rustc --version |
| 112 | 2026-06-10T03:38:16.636Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 113 | 2026-06-10T03:38:16.639Z | + cd lib/opte-ioctl |
| 114 | 2026-06-10T03:38:16.639Z | + header 'check style' |
| 115 | 2026-06-10T03:38:16.639Z | + echo '# ==== check style ==== #' |
| 116 | 2026-06-10T03:38:16.639Z | # ==== check style ==== # |
| 117 | 2026-06-10T03:38:16.639Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check |
| 118 | 2026-06-10T03:38:16.708Z | |
| 119 | 2026-06-10T03:38:16.708Z | real 0.065775334 |
| 120 | 2026-06-10T03:38:16.708Z | user 0.036186429 |
| 121 | 2026-06-10T03:38:16.708Z | sys 0.027023682 |
| 122 | 2026-06-10T03:38:16.708Z | trap 0.000000328 |
| 123 | 2026-06-10T03:38:16.708Z | tflt 0.000011997 |
| 124 | 2026-06-10T03:38:16.708Z | dflt 0.000007798 |
| 125 | 2026-06-10T03:38:16.708Z | kflt 0.000000000 |
| 126 | 2026-06-10T03:38:16.708Z | lock 0.031492386 |
| 127 | 2026-06-10T03:38:16.708Z | slp 0.045259053 |
| 128 | 2026-06-10T03:38:16.708Z | lat 0.000781111 |
| 129 | 2026-06-10T03:38:16.708Z | stop 0.000100311 |
| 130 | 2026-06-10T03:38:16.711Z | + header analyze |
| 131 | 2026-06-10T03:38:16.711Z | + echo '# ==== analyze ==== #' |
| 132 | 2026-06-10T03:38:16.711Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 133 | 2026-06-10T03:38:16.711Z | # ==== analyze ==== # |
| 134 | 2026-06-10T03:38:16.829Z | Updating crates.io index |
| 135 | 2026-06-10T03:38:16.832Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 136 | 2026-06-10T03:38:17.906Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 137 | 2026-06-10T03:38:18.329Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 138 | 2026-06-10T03:38:18.639Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 139 | 2026-06-10T03:38:18.865Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 140 | 2026-06-10T03:38:19.194Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 141 | 2026-06-10T03:38:19.463Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 142 | 2026-06-10T03:38:21.057Z | Downloading crates ... |
| 143 | 2026-06-10T03:38:21.134Z | Downloaded macaddr v1.0.1 |
| 144 | 2026-06-10T03:38:21.137Z | Downloaded cfg-if v1.0.4 |
| 145 | 2026-06-10T03:38:21.137Z | Downloaded hash32 v0.3.1 |
| 146 | 2026-06-10T03:38:21.141Z | Downloaded defmt v0.3.100 |
| 147 | 2026-06-10T03:38:21.145Z | Downloaded darling_macro v0.21.3 |
| 148 | 2026-06-10T03:38:21.145Z | Downloaded cobs v0.3.0 |
| 149 | 2026-06-10T03:38:21.148Z | Downloaded defmt-parser v1.0.0 |
| 150 | 2026-06-10T03:38:21.148Z | Downloaded dyn-clone v1.0.20 |
| 151 | 2026-06-10T03:38:21.148Z | Downloaded foreign-types v0.5.0 |
| 152 | 2026-06-10T03:38:21.151Z | Downloaded foreign-types-shared v0.3.1 |
| 153 | 2026-06-10T03:38:21.151Z | Downloaded foreign-types-macros v0.2.3 |
| 154 | 2026-06-10T03:38:21.151Z | Downloaded fnv v1.0.7 |
| 155 | 2026-06-10T03:38:21.151Z | Downloaded equivalent v1.0.2 |
| 156 | 2026-06-10T03:38:21.155Z | Downloaded cpufeatures v0.3.0 |
| 157 | 2026-06-10T03:38:21.159Z | Downloaded embedded-io v0.4.0 |
| 158 | 2026-06-10T03:38:21.162Z | Downloaded cstr-argument v0.1.2 |
| 159 | 2026-06-10T03:38:21.162Z | Downloaded ident_case v1.0.1 |
| 160 | 2026-06-10T03:38:21.162Z | Downloaded embedded-io v0.6.1 |
| 161 | 2026-06-10T03:38:21.178Z | Downloaded ingot-types v0.1.2 |
| 162 | 2026-06-10T03:38:21.182Z | Downloaded bitflags v1.3.2 |
| 163 | 2026-06-10T03:38:21.182Z | Downloaded defmt-macros v1.1.0 |
| 164 | 2026-06-10T03:38:21.185Z | Downloaded managed v0.8.0 |
| 165 | 2026-06-10T03:38:21.188Z | Downloaded ingot v0.1.1 |
| 166 | 2026-06-10T03:38:21.195Z | Downloaded pretty-hex v0.4.2 |
| 167 | 2026-06-10T03:38:21.199Z | Downloaded proc-macro-crate v3.5.0 |
| 168 | 2026-06-10T03:38:21.234Z | Downloaded stable_deref_trait v1.2.1 |
| 169 | 2026-06-10T03:38:21.239Z | Downloaded ref-cast v1.0.25 |
| 170 | 2026-06-10T03:38:21.239Z | Downloaded ref-cast-impl v1.0.25 |
| 171 | 2026-06-10T03:38:21.239Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 172 | 2026-06-10T03:38:21.239Z | Downloaded oxnet v0.1.6 |
| 173 | 2026-06-10T03:38:21.239Z | Downloaded defmt v1.1.0 |
| 174 | 2026-06-10T03:38:21.239Z | Downloaded darling v0.21.3 |
| 175 | 2026-06-10T03:38:21.239Z | Downloaded either v1.16.0 |
| 176 | 2026-06-10T03:38:21.239Z | Downloaded ingot-macros v0.1.1 |
| 177 | 2026-06-10T03:38:21.239Z | Downloaded chacha20 v0.10.0 |
| 178 | 2026-06-10T03:38:21.239Z | Downloaded byteorder v1.5.0 |
| 179 | 2026-06-10T03:38:21.242Z | Downloaded version_check v0.9.5 |
| 180 | 2026-06-10T03:38:21.246Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 181 | 2026-06-10T03:38:21.253Z | Downloaded num_enum v0.7.6 |
| 182 | 2026-06-10T03:38:21.256Z | Downloaded once_cell v1.21.4 |
| 183 | 2026-06-10T03:38:21.260Z | Downloaded thiserror v2.0.18 |
| 184 | 2026-06-10T03:38:21.264Z | Downloaded postcard v1.1.3 |
| 185 | 2026-06-10T03:38:21.268Z | Downloaded thiserror-impl v2.0.18 |
| 186 | 2026-06-10T03:38:21.271Z | Downloaded strsim v0.11.1 |
| 187 | 2026-06-10T03:38:21.271Z | Downloaded rustversion v1.0.22 |
| 188 | 2026-06-10T03:38:21.275Z | Downloaded num_enum_derive v0.7.6 |
| 189 | 2026-06-10T03:38:21.275Z | Downloaded anyhow v1.0.102 |
| 190 | 2026-06-10T03:38:21.280Z | Downloaded getrandom v0.4.2 |
| 191 | 2026-06-10T03:38:21.283Z | Downloaded rand_core v0.10.1 |
| 192 | 2026-06-10T03:38:21.286Z | Downloaded pin-project-lite v0.2.17 |
| 193 | 2026-06-10T03:38:21.286Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 194 | 2026-06-10T03:38:21.289Z | Downloaded proc-macro-error2 v2.0.1 |
| 195 | 2026-06-10T03:38:21.292Z | Downloaded unicode-ident v1.0.24 |
| 196 | 2026-06-10T03:38:21.296Z | Downloaded tracing-attributes v0.1.31 |
| 197 | 2026-06-10T03:38:21.296Z | Downloaded serde_core v1.0.228 |
| 198 | 2026-06-10T03:38:21.296Z | Downloaded colored v3.1.1 |
| 199 | 2026-06-10T03:38:21.302Z | Downloaded quote v1.0.45 |
| 200 | 2026-06-10T03:38:21.305Z | Downloaded darling_core v0.21.3 |
| 201 | 2026-06-10T03:38:21.310Z | Downloaded bitflags v2.13.0 |
| 202 | 2026-06-10T03:38:21.313Z | Downloaded serde_derive v1.0.228 |
| 203 | 2026-06-10T03:38:21.317Z | Downloaded heapless v0.8.0 |
| 204 | 2026-06-10T03:38:21.320Z | Downloaded toml_edit v0.25.12+spec-1.1.0 |
| 205 | 2026-06-10T03:38:21.331Z | Downloaded socket2 v0.6.4 |
| 206 | 2026-06-10T03:38:21.338Z | Downloaded proc-macro2 v1.0.106 |
| 207 | 2026-06-10T03:38:21.342Z | Downloaded tracing-core v0.1.36 |
| 208 | 2026-06-10T03:38:21.348Z | Downloaded uuid v1.23.3 |
| 209 | 2026-06-10T03:38:21.354Z | Downloaded zerocopy-derive v0.8.52 |
| 210 | 2026-06-10T03:38:21.363Z | Downloaded memchr v2.8.1 |
| 211 | 2026-06-10T03:38:21.369Z | Downloaded serde v1.0.228 |
| 212 | 2026-06-10T03:38:21.372Z | Downloaded indexmap v2.14.0 |
| 213 | 2026-06-10T03:38:21.375Z | Downloaded rand v0.10.1 |
| 214 | 2026-06-10T03:38:21.403Z | Downloaded itertools v0.14.0 |
| 215 | 2026-06-10T03:38:21.408Z | Downloaded hashbrown v0.17.1 |
| 216 | 2026-06-10T03:38:21.411Z | Downloaded aho-corasick v1.1.4 |
| 217 | 2026-06-10T03:38:21.414Z | Downloaded regex v1.12.4 |
| 218 | 2026-06-10T03:38:21.438Z | Downloaded winnow v1.0.3 |
| 219 | 2026-06-10T03:38:21.465Z | Downloaded syn v1.0.109 |
| 220 | 2026-06-10T03:38:21.483Z | Downloaded syn v2.0.117 |
| 221 | 2026-06-10T03:38:21.489Z | Downloaded zerocopy v0.8.52 |
| 222 | 2026-06-10T03:38:21.499Z | Downloaded smoltcp v0.11.0 |
| 223 | 2026-06-10T03:38:21.504Z | Downloaded regex-syntax v0.8.11 |
| 224 | 2026-06-10T03:38:21.522Z | Downloaded tracing v0.1.44 |
| 225 | 2026-06-10T03:38:21.540Z | Downloaded regex-automata v0.4.14 |
| 226 | 2026-06-10T03:38:21.556Z | Downloaded libc v0.2.186 |
| 227 | 2026-06-10T03:38:21.611Z | Compiling proc-macro2 v1.0.106 |
| 228 | 2026-06-10T03:38:21.611Z | Compiling quote v1.0.45 |
| 229 | 2026-06-10T03:38:21.611Z | Compiling unicode-ident v1.0.24 |
| 230 | 2026-06-10T03:38:21.611Z | Compiling serde_core v1.0.228 |
| 231 | 2026-06-10T03:38:21.614Z | Checking cfg-if v1.0.4 |
| 232 | 2026-06-10T03:38:21.614Z | Compiling memchr v2.8.1 |
| 233 | 2026-06-10T03:38:21.614Z | Compiling thiserror v2.0.18 |
| 234 | 2026-06-10T03:38:21.614Z | Compiling ident_case v1.0.1 |
| 235 | 2026-06-10T03:38:21.734Z | Compiling strsim v0.11.1 |
| 236 | 2026-06-10T03:38:21.802Z | Compiling fnv v1.0.7 |
| 237 | 2026-06-10T03:38:21.802Z | Compiling libc v0.2.186 |
| 238 | 2026-06-10T03:38:21.887Z | Compiling regex-syntax v0.8.11 |
| 239 | 2026-06-10T03:38:22.031Z | Compiling winnow v1.0.3 |
| 240 | 2026-06-10T03:38:22.097Z | Compiling aho-corasick v1.1.4 |
| 241 | 2026-06-10T03:38:22.230Z | Compiling zerocopy v0.8.52 |
| 242 | 2026-06-10T03:38:22.261Z | Compiling equivalent v1.0.2 |
| 243 | 2026-06-10T03:38:22.279Z | Compiling serde v1.0.228 |
| 244 | 2026-06-10T03:38:22.347Z | Compiling hashbrown v0.17.1 |
| 245 | 2026-06-10T03:38:22.614Z | Compiling either v1.16.0 |
| 246 | 2026-06-10T03:38:22.886Z | Compiling indexmap v2.14.0 |
| 247 | 2026-06-10T03:38:22.955Z | Compiling itertools v0.14.0 |
| 248 | 2026-06-10T03:38:23.007Z | Compiling syn v2.0.117 |
| 249 | 2026-06-10T03:38:23.062Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 250 | 2026-06-10T03:38:23.103Z | Checking byteorder v1.5.0 |
| 251 | 2026-06-10T03:38:23.258Z | Compiling heapless v0.8.0 |
| 252 | 2026-06-10T03:38:23.501Z | Compiling regex-automata v0.4.14 |
| 253 | 2026-06-10T03:38:23.528Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 254 | 2026-06-10T03:38:23.552Z | Checking bitflags v2.13.0 |
| 255 | 2026-06-10T03:38:23.600Z | Checking hash32 v0.3.1 |
| 256 | 2026-06-10T03:38:23.701Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 257 | 2026-06-10T03:38:23.708Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 258 | 2026-06-10T03:38:23.714Z | Compiling syn v1.0.109 |
| 259 | 2026-06-10T03:38:23.743Z | Compiling smoltcp v0.11.0 |
| 260 | 2026-06-10T03:38:23.946Z | Checking macaddr v1.0.1 |
| 261 | 2026-06-10T03:38:24.020Z | Compiling rustversion v1.0.22 |
| 262 | 2026-06-10T03:38:24.028Z | Checking stable_deref_trait v1.2.1 |
| 263 | 2026-06-10T03:38:24.108Z | Compiling version_check v0.9.5 |
| 264 | 2026-06-10T03:38:24.118Z | Checking bitflags v1.3.2 |
| 265 | 2026-06-10T03:38:24.176Z | Checking managed v0.8.0 |
| 266 | 2026-06-10T03:38:24.184Z | Checking rand_core v0.10.1 |
| 267 | 2026-06-10T03:38:24.317Z | Compiling proc-macro-crate v3.5.0 |
| 268 | 2026-06-10T03:38:24.347Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 269 | 2026-06-10T03:38:24.369Z | Compiling getrandom v0.4.2 |
| 270 | 2026-06-10T03:38:24.410Z | Compiling ref-cast v1.0.25 |
| 271 | 2026-06-10T03:38:24.583Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 272 | 2026-06-10T03:38:24.734Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 273 | 2026-06-10T03:38:24.763Z | Compiling anyhow v1.0.102 |
| 274 | 2026-06-10T03:38:24.839Z | Checking foreign-types-shared v0.3.1 |
| 275 | 2026-06-10T03:38:25.018Z | Checking once_cell v1.21.4 |
| 276 | 2026-06-10T03:38:25.091Z | Checking cpufeatures v0.3.0 |
| 277 | 2026-06-10T03:38:25.146Z | Compiling regex v1.12.4 |
| 278 | 2026-06-10T03:38:25.152Z | Checking chacha20 v0.10.0 |
| 279 | 2026-06-10T03:38:25.183Z | Checking tracing-core v0.1.36 |
| 280 | 2026-06-10T03:38:25.273Z | Checking cstr-argument v0.1.2 |
| 281 | 2026-06-10T03:38:25.532Z | Compiling darling_core v0.21.3 |
| 282 | 2026-06-10T03:38:25.567Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f) |
| 283 | 2026-06-10T03:38:25.593Z | Checking pretty-hex v0.4.2 |
| 284 | 2026-06-10T03:38:25.608Z | Checking dyn-clone v1.0.20 |
| 285 | 2026-06-10T03:38:25.633Z | Checking pin-project-lite v0.2.17 |
| 286 | 2026-06-10T03:38:25.700Z | Checking rand v0.10.1 |
| 287 | 2026-06-10T03:38:25.718Z | Checking uuid v1.23.3 |
| 288 | 2026-06-10T03:38:25.799Z | Checking socket2 v0.6.4 |
| 289 | 2026-06-10T03:38:25.969Z | Checking oxnet v0.1.6 |
| 290 | 2026-06-10T03:38:26.028Z | Checking colored v3.1.1 |
| 291 | 2026-06-10T03:38:26.357Z | Compiling thiserror-impl v2.0.18 |
| 292 | 2026-06-10T03:38:26.357Z | Compiling zerocopy-derive v0.8.52 |
| 293 | 2026-06-10T03:38:26.357Z | Compiling serde_derive v1.0.228 |
| 294 | 2026-06-10T03:38:26.361Z | Compiling ref-cast-impl v1.0.25 |
| 295 | 2026-06-10T03:38:26.361Z | Compiling num_enum_derive v0.7.6 |
| 296 | 2026-06-10T03:38:26.734Z | Compiling foreign-types-macros v0.2.3 |
| 297 | 2026-06-10T03:38:27.048Z | Compiling tracing-attributes v0.1.31 |
| 298 | 2026-06-10T03:38:27.413Z | Checking foreign-types v0.5.0 |
| 299 | 2026-06-10T03:38:27.416Z | Checking num_enum v0.7.6 |
| 300 | 2026-06-10T03:38:27.480Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 301 | 2026-06-10T03:38:27.518Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 302 | 2026-06-10T03:38:27.587Z | Compiling darling_macro v0.21.3 |
| 303 | 2026-06-10T03:38:27.684Z | Checking cobs v0.3.0 |
| 304 | 2026-06-10T03:38:27.774Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 305 | 2026-06-10T03:38:27.907Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 306 | 2026-06-10T03:38:28.140Z | Compiling darling v0.21.3 |
| 307 | 2026-06-10T03:38:28.208Z | Compiling ingot-macros v0.1.1 |
| 308 | 2026-06-10T03:38:28.292Z | Checking tracing v0.1.44 |
| 309 | 2026-06-10T03:38:28.391Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 310 | 2026-06-10T03:38:28.955Z | Checking postcard v1.1.3 |
| 311 | 2026-06-10T03:38:30.320Z | Checking ingot-types v0.1.2 |
| 312 | 2026-06-10T03:38:30.581Z | Checking ingot v0.1.1 |
| 313 | 2026-06-10T03:38:31.857Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 314 | 2026-06-10T03:38:33.042Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 315 | 2026-06-10T03:38:34.187Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 316 | 2026-06-10T03:38:34.369Z | Finished `dev` profile [optimized + debuginfo] target(s) in 17.61s |
| 317 | 2026-06-10T03:38:34.483Z | |
| 318 | 2026-06-10T03:38:34.486Z | real 17.771277217 |
| 319 | 2026-06-10T03:38:34.486Z | user 48.100385986 |
| 320 | 2026-06-10T03:38:34.487Z | sys 11.408127713 |
| 321 | 2026-06-10T03:38:34.487Z | trap 0.035161174 |
| 322 | 2026-06-10T03:38:34.487Z | tflt 0.041303013 |
| 323 | 2026-06-10T03:38:34.487Z | dflt 0.204493417 |
| 324 | 2026-06-10T03:38:34.487Z | kflt 0.006848870 |
| 325 | 2026-06-10T03:38:34.487Z | lock 2:33.060502597 |
| 326 | 2026-06-10T03:38:34.487Z | slp 2:43.439113296 |
| 327 | 2026-06-10T03:38:34.487Z | lat 2.903979739 |
| 328 | 2026-06-10T03:38:34.487Z | stop 9.195921561 |
| 329 | 2026-06-10T03:38:34.487Z | process exited: duration 73160 ms, exit code 0 |
| |
| 330 | 2026-06-10T03:38:34.494Z | found 0 output files |