|
|
|
| 1 | 2026-07-09T04:40:55.009Z | job assigned to worker 01KX2JT8TG1RWJ335YVW8T2XSJ [factory aws, i-05b58f79d8fbdcf48] (queued for 49 s) |
| |
| 2 | 2026-07-09T04:41:01.695Z | starting task 0: "setup" |
| 3 | 2026-07-09T04:41:01.701Z | ++ uname -s |
| 4 | 2026-07-09T04:41:01.704Z | + kern=SunOS |
| 5 | 2026-07-09T04:41:01.704Z | + build_user=build |
| 6 | 2026-07-09T04:41:01.704Z | + build_uid=12345 |
| 7 | 2026-07-09T04:41:01.704Z | + work_dir=/work |
| 8 | 2026-07-09T04:41:01.704Z | + input_dir=/input |
| 9 | 2026-07-09T04:41:01.704Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-09T04:41:01.704Z | + case "$kern" in |
| 11 | 2026-07-09T04:41:01.704Z | + groupadd -g 12345 build |
| 12 | 2026-07-09T04:41:01.706Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-09T04:41:03.710Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-09T04:41:03.802Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-09T04:41:03.804Z | + home_fs=zfs |
| 16 | 2026-07-09T04:41:03.804Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-09T04:41:03.804Z | + mkdir -p /home/build |
| 18 | 2026-07-09T04:41:03.804Z | + chown build:build /home/build /work |
| 19 | 2026-07-09T04:41:05.806Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-09T04:41:05.809Z | process exited: duration 4112 ms, exit code 0 |
| |
| 21 | 2026-07-09T04:41:05.814Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-09T04:41:05.818Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-09T04:41:05.818Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-07-09T04:41:05.818Z | * rust toolchain channel = "1.96.1" |
| 25 | 2026-07-09T04:41:05.818Z | * rust toolchain profile = "default" |
| 26 | 2026-07-09T04:41:05.818Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-09T04:41:05.820Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-09T04:41:05.821Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-09T04:41:05.821Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-09T04:41:05.875Z | info: downloading installer |
| 31 | 2026-07-09T04:41:07.306Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-09T04:41:07.306Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-09T04:41:07.306Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-09T04:41:07.310Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-09T04:41:07.318Z | info: profile set to default |
| 36 | 2026-07-09T04:41:07.318Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-09T04:41:07.321Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-09T04:41:07.470Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-09T04:41:07.473Z | info: downloading 6 components |
| 40 | 2026-07-09T04:41:22.654Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-09T04:41:22.654Z | |
| 42 | 2026-07-09T04:41:22.683Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-09T04:41:22.683Z | |
| 44 | 2026-07-09T04:41:22.686Z | |
| 45 | 2026-07-09T04:41:22.686Z | Rust is installed now. Great! |
| 46 | 2026-07-09T04:41:22.686Z | |
| 47 | 2026-07-09T04:41:22.686Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-09T04:41:22.686Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-09T04:41:22.686Z | |
| 50 | 2026-07-09T04:41:22.686Z | To configure your current shell, you need to source |
| 51 | 2026-07-09T04:41:22.686Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-09T04:41:22.686Z | |
| 53 | 2026-07-09T04:41:22.686Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-09T04:41:22.686Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-09T04:41:22.686Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-09T04:41:22.687Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-09T04:41:22.687Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-09T04:41:22.687Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-09T04:41:22.687Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-09T04:41:22.687Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-09T04:41:22.687Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-09T04:41:22.770Z | + rustup --version |
| 63 | 2026-07-09T04:41:22.778Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-09T04:41:22.781Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-09T04:41:22.800Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-09T04:41:22.803Z | + cargo --version |
| 67 | 2026-07-09T04:41:22.818Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-09T04:41:22.821Z | + rustc --version |
| 69 | 2026-07-09T04:41:22.840Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-09T04:41:22.842Z | process exited: duration 17027 ms, exit code 0 |
| |
| 71 | 2026-07-09T04:41:22.848Z | starting task 2: "authentication" |
| 72 | 2026-07-09T04:41:22.863Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-07-09T04:41:22.869Z | starting task 3: "clone repository" |
| 74 | 2026-07-09T04:41:22.873Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-09T04:41:22.876Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-09T04:41:22.906Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-09T04:41:24.062Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-09T04:41:24.062Z | + git fetch origin 0901bea6c3f476b5f94b2616336322506bead9c8 |
| 79 | 2026-07-09T04:41:24.270Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-09T04:41:24.270Z | * branch 0901bea6c3f476b5f94b2616336322506bead9c8 -> FETCH_HEAD |
| 81 | 2026-07-09T04:41:24.275Z | + [[ -n renovate/zerocopy-0.x-lockfile ]] |
| 82 | 2026-07-09T04:41:24.278Z | ++ git branch --show-current |
| 83 | 2026-07-09T04:41:24.278Z | + current=master |
| 84 | 2026-07-09T04:41:24.278Z | + [[ master != renovate/zerocopy-0.x-lockfile ]] |
| 85 | 2026-07-09T04:41:24.278Z | + git branch -f renovate/zerocopy-0.x-lockfile 0901bea6c3f476b5f94b2616336322506bead9c8 |
| 86 | 2026-07-09T04:41:24.280Z | + git checkout -f renovate/zerocopy-0.x-lockfile |
| 87 | 2026-07-09T04:41:24.297Z | Switched to branch 'renovate/zerocopy-0.x-lockfile' |
| 88 | 2026-07-09T04:41:24.299Z | + git reset --hard 0901bea6c3f476b5f94b2616336322506bead9c8 |
| 89 | 2026-07-09T04:41:24.313Z | HEAD is now at 0901bea Update Rust crate zerocopy to v0.8.54 |
| 90 | 2026-07-09T04:41:24.316Z | process exited: duration 1444 ms, exit code 0 |
| |
| 91 | 2026-07-09T04:41:24.322Z | starting task 4: "build" |
| 92 | 2026-07-09T04:41:24.325Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-09T04:41:24.328Z | ++ rustup show active-toolchain |
| 94 | 2026-07-09T04:41:24.331Z | 1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-07-09T04:41:24.335Z | ++ pushd xde |
| 96 | 2026-07-09T04:41:24.335Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-07-09T04:41:24.335Z | ++ rustup show active-toolchain |
| 98 | 2026-07-09T04:41:24.338Z | info: syncing channel updates for nightly-2026-06-30-x86_64-unknown-illumos |
| 99 | 2026-07-09T04:41:24.493Z | info: latest update on 2026-06-30 for version 1.98.0-nightly (096694416 2026-06-29) |
| 100 | 2026-07-09T04:41:24.496Z | info: downloading 6 components |
| 101 | 2026-07-09T04:41:39.002Z | nightly-2026-06-30-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-07-09T04:41:39.102Z | +++ rustup show active-toolchain -v |
| 103 | 2026-07-09T04:41:39.106Z | +++ head -n 1 |
| 104 | 2026-07-09T04:41:39.106Z | +++ cut '-d ' -f1 |
| 105 | 2026-07-09T04:41:39.156Z | ++ export NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos |
| 106 | 2026-07-09T04:41:39.156Z | ++ NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos |
| 107 | 2026-07-09T04:41:39.159Z | ++ popd |
| 108 | 2026-07-09T04:41:39.159Z | /work/oxidecomputer/opte |
| 109 | 2026-07-09T04:41:39.159Z | + cargo --version |
| 110 | 2026-07-09T04:41:39.166Z | cargo 1.96.1 (356927216 2026-06-26) |
| 111 | 2026-07-09T04:41:39.169Z | + rustc --version |
| 112 | 2026-07-09T04:41:39.188Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 113 | 2026-07-09T04:41:39.191Z | + cd lib/opte-ioctl |
| 114 | 2026-07-09T04:41:39.191Z | + header 'check style' |
| 115 | 2026-07-09T04:41:39.191Z | + echo '# ==== check style ==== #' |
| 116 | 2026-07-09T04:41:39.191Z | # ==== check style ==== # |
| 117 | 2026-07-09T04:41:39.191Z | + ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos fmt -- --check |
| 118 | 2026-07-09T04:41:39.261Z | |
| 119 | 2026-07-09T04:41:39.261Z | real 0.067541201 |
| 120 | 2026-07-09T04:41:39.261Z | user 0.036815496 |
| 121 | 2026-07-09T04:41:39.261Z | sys 0.027921260 |
| 122 | 2026-07-09T04:41:39.261Z | trap 0.000000330 |
| 123 | 2026-07-09T04:41:39.261Z | tflt 0.000012860 |
| 124 | 2026-07-09T04:41:39.261Z | dflt 0.000019080 |
| 125 | 2026-07-09T04:41:39.261Z | kflt 0.000000000 |
| 126 | 2026-07-09T04:41:39.261Z | lock 0.031319874 |
| 127 | 2026-07-09T04:41:39.261Z | slp 0.047157413 |
| 128 | 2026-07-09T04:41:39.261Z | lat 0.000541420 |
| 129 | 2026-07-09T04:41:39.261Z | stop 0.000094910 |
| 130 | 2026-07-09T04:41:39.265Z | + header analyze |
| 131 | 2026-07-09T04:41:39.265Z | + echo '# ==== analyze ==== #' |
| 132 | 2026-07-09T04:41:39.265Z | # ==== analyze ==== # |
| 133 | 2026-07-09T04:41:39.265Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 134 | 2026-07-09T04:41:39.395Z | Updating crates.io index |
| 135 | 2026-07-09T04:41:39.398Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 136 | 2026-07-09T04:41:40.410Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 137 | 2026-07-09T04:41:40.690Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 138 | 2026-07-09T04:41:41.092Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 139 | 2026-07-09T04:41:41.385Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 140 | 2026-07-09T04:41:41.714Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 141 | 2026-07-09T04:41:42.025Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 142 | 2026-07-09T04:41:43.872Z | Downloading crates ... |
| 143 | 2026-07-09T04:41:43.930Z | Downloaded defmt v0.3.100 |
| 144 | 2026-07-09T04:41:43.933Z | Downloaded fnv v1.0.7 |
| 145 | 2026-07-09T04:41:43.936Z | Downloaded hash32 v0.3.1 |
| 146 | 2026-07-09T04:41:43.936Z | Downloaded cpufeatures v0.3.0 |
| 147 | 2026-07-09T04:41:43.936Z | Downloaded macaddr v1.0.1 |
| 148 | 2026-07-09T04:41:43.939Z | Downloaded foreign-types-shared v0.3.1 |
| 149 | 2026-07-09T04:41:43.941Z | Downloaded dyn-clone v1.0.20 |
| 150 | 2026-07-09T04:41:43.941Z | Downloaded ident_case v1.0.1 |
| 151 | 2026-07-09T04:41:43.948Z | Downloaded proc-macro-crate v3.5.0 |
| 152 | 2026-07-09T04:41:43.952Z | Downloaded darling v0.21.3 |
| 153 | 2026-07-09T04:41:43.955Z | Downloaded pin-project-lite v0.2.17 |
| 154 | 2026-07-09T04:41:43.958Z | Downloaded defmt-macros v1.1.1 |
| 155 | 2026-07-09T04:41:43.961Z | Downloaded ingot-types v0.1.2 |
| 156 | 2026-07-09T04:41:43.961Z | Downloaded rustversion v1.0.22 |
| 157 | 2026-07-09T04:41:43.964Z | Downloaded embedded-io v0.4.0 |
| 158 | 2026-07-09T04:41:43.964Z | Downloaded thiserror-impl v2.0.18 |
| 159 | 2026-07-09T04:41:43.967Z | Downloaded once_cell v1.21.4 |
| 160 | 2026-07-09T04:41:43.967Z | Downloaded cfg-if v1.0.4 |
| 161 | 2026-07-09T04:41:43.970Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 162 | 2026-07-09T04:41:43.970Z | Downloaded defmt v1.1.1 |
| 163 | 2026-07-09T04:41:43.972Z | Downloaded aho-corasick v1.1.4 |
| 164 | 2026-07-09T04:41:43.979Z | Downloaded unicode-ident v1.0.24 |
| 165 | 2026-07-09T04:41:43.987Z | Downloaded num_enum_derive v0.7.6 |
| 166 | 2026-07-09T04:41:43.989Z | Downloaded num_enum v0.7.6 |
| 167 | 2026-07-09T04:41:43.992Z | Downloaded postcard v1.1.3 |
| 168 | 2026-07-09T04:41:43.995Z | Downloaded foreign-types v0.5.0 |
| 169 | 2026-07-09T04:41:43.995Z | Downloaded cstr-argument v0.1.2 |
| 170 | 2026-07-09T04:41:43.997Z | Downloaded embedded-io v0.6.1 |
| 171 | 2026-07-09T04:41:43.997Z | Downloaded managed v0.8.0 |
| 172 | 2026-07-09T04:41:43.997Z | Downloaded foreign-types-macros v0.2.3 |
| 173 | 2026-07-09T04:41:44.001Z | Downloaded darling_macro v0.21.3 |
| 174 | 2026-07-09T04:41:44.006Z | Downloaded ref-cast v1.0.25 |
| 175 | 2026-07-09T04:41:44.011Z | Downloaded pretty-hex v0.4.2 |
| 176 | 2026-07-09T04:41:44.013Z | Downloaded either v1.16.0 |
| 177 | 2026-07-09T04:41:44.013Z | Downloaded cobs v0.3.0 |
| 178 | 2026-07-09T04:41:44.016Z | Downloaded colored v3.1.1 |
| 179 | 2026-07-09T04:41:44.019Z | Downloaded equivalent v1.0.2 |
| 180 | 2026-07-09T04:41:44.022Z | Downloaded stable_deref_trait v1.2.1 |
| 181 | 2026-07-09T04:41:44.030Z | Downloaded ref-cast-impl v1.0.25 |
| 182 | 2026-07-09T04:41:44.032Z | Downloaded version_check v0.9.5 |
| 183 | 2026-07-09T04:41:44.037Z | Downloaded strsim v0.11.1 |
| 184 | 2026-07-09T04:41:44.049Z | Downloaded defmt-parser v1.0.0 |
| 185 | 2026-07-09T04:41:44.053Z | Downloaded byteorder v1.5.0 |
| 186 | 2026-07-09T04:41:44.053Z | Downloaded thiserror v2.0.18 |
| 187 | 2026-07-09T04:41:44.056Z | Downloaded oxnet v0.1.6 |
| 188 | 2026-07-09T04:41:44.056Z | Downloaded quote v1.0.46 |
| 189 | 2026-07-09T04:41:44.060Z | Downloaded anyhow v1.0.103 |
| 190 | 2026-07-09T04:41:44.064Z | Downloaded serde_derive v1.0.228 |
| 191 | 2026-07-09T04:41:44.067Z | Downloaded ingot v0.1.1 |
| 192 | 2026-07-09T04:41:44.073Z | Downloaded rand_core v0.10.1 |
| 193 | 2026-07-09T04:41:44.088Z | Downloaded chacha20 v0.10.1 |
| 194 | 2026-07-09T04:41:44.092Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 195 | 2026-07-09T04:41:44.095Z | Downloaded memchr v2.8.2 |
| 196 | 2026-07-09T04:41:44.098Z | Downloaded ingot-macros v0.1.1 |
| 197 | 2026-07-09T04:41:44.098Z | Downloaded bitflags v2.13.0 |
| 198 | 2026-07-09T04:41:44.101Z | Downloaded bitflags v1.3.2 |
| 199 | 2026-07-09T04:41:44.103Z | Downloaded tracing-attributes v0.1.31 |
| 200 | 2026-07-09T04:41:44.116Z | Downloaded zerocopy-derive v0.8.54 |
| 201 | 2026-07-09T04:41:44.121Z | Downloaded proc-macro2 v1.0.106 |
| 202 | 2026-07-09T04:41:44.123Z | Downloaded getrandom v0.4.3 |
| 203 | 2026-07-09T04:41:44.128Z | Downloaded uuid v1.23.4 |
| 204 | 2026-07-09T04:41:44.131Z | Downloaded serde_core v1.0.228 |
| 205 | 2026-07-09T04:41:44.133Z | Downloaded tracing-core v0.1.36 |
| 206 | 2026-07-09T04:41:44.139Z | Downloaded socket2 v0.6.4 |
| 207 | 2026-07-09T04:41:44.154Z | Downloaded toml_edit v0.25.12+spec-1.1.0 |
| 208 | 2026-07-09T04:41:44.161Z | Downloaded darling_core v0.21.3 |
| 209 | 2026-07-09T04:41:44.164Z | Downloaded serde v1.0.228 |
| 210 | 2026-07-09T04:41:44.167Z | Downloaded heapless v0.8.0 |
| 211 | 2026-07-09T04:41:44.178Z | Downloaded indexmap v2.14.0 |
| 212 | 2026-07-09T04:41:44.196Z | Downloaded rand v0.10.2 |
| 213 | 2026-07-09T04:41:44.210Z | Downloaded winnow v1.0.3 |
| 214 | 2026-07-09T04:41:44.228Z | Downloaded itertools v0.14.0 |
| 215 | 2026-07-09T04:41:44.231Z | Downloaded hashbrown v0.17.1 |
| 216 | 2026-07-09T04:41:44.242Z | Downloaded regex v1.12.4 |
| 217 | 2026-07-09T04:41:44.275Z | Downloaded syn v1.0.109 |
| 218 | 2026-07-09T04:41:44.286Z | Downloaded zerocopy v0.8.54 |
| 219 | 2026-07-09T04:41:44.298Z | Downloaded syn v2.0.118 |
| 220 | 2026-07-09T04:41:44.308Z | Downloaded smoltcp v0.11.0 |
| 221 | 2026-07-09T04:41:44.315Z | Downloaded regex-syntax v0.8.11 |
| 222 | 2026-07-09T04:41:44.329Z | Downloaded tracing v0.1.44 |
| 223 | 2026-07-09T04:41:44.355Z | Downloaded regex-automata v0.4.14 |
| 224 | 2026-07-09T04:41:44.369Z | Downloaded libc v0.2.186 |
| 225 | 2026-07-09T04:41:44.426Z | Compiling proc-macro2 v1.0.106 |
| 226 | 2026-07-09T04:41:44.426Z | Compiling unicode-ident v1.0.24 |
| 227 | 2026-07-09T04:41:44.426Z | Compiling quote v1.0.46 |
| 228 | 2026-07-09T04:41:44.429Z | Compiling serde_core v1.0.228 |
| 229 | 2026-07-09T04:41:44.429Z | Checking cfg-if v1.0.4 |
| 230 | 2026-07-09T04:41:44.429Z | Compiling ident_case v1.0.1 |
| 231 | 2026-07-09T04:41:44.429Z | Compiling memchr v2.8.2 |
| 232 | 2026-07-09T04:41:44.429Z | Compiling strsim v0.11.1 |
| 233 | 2026-07-09T04:41:44.549Z | Compiling thiserror v2.0.18 |
| 234 | 2026-07-09T04:41:44.616Z | Compiling fnv v1.0.7 |
| 235 | 2026-07-09T04:41:44.623Z | Compiling regex-syntax v0.8.11 |
| 236 | 2026-07-09T04:41:44.701Z | Compiling libc v0.2.186 |
| 237 | 2026-07-09T04:41:44.789Z | Compiling zerocopy v0.8.54 |
| 238 | 2026-07-09T04:41:44.902Z | Compiling aho-corasick v1.1.4 |
| 239 | 2026-07-09T04:41:45.062Z | Compiling serde v1.0.228 |
| 240 | 2026-07-09T04:41:45.099Z | Compiling hashbrown v0.17.1 |
| 241 | 2026-07-09T04:41:45.129Z | Compiling equivalent v1.0.2 |
| 242 | 2026-07-09T04:41:45.201Z | Compiling winnow v1.0.3 |
| 243 | 2026-07-09T04:41:45.211Z | Compiling either v1.16.0 |
| 244 | 2026-07-09T04:41:45.410Z | Compiling itertools v0.14.0 |
| 245 | 2026-07-09T04:41:45.785Z | Compiling indexmap v2.14.0 |
| 246 | 2026-07-09T04:41:45.792Z | Compiling heapless v0.8.0 |
| 247 | 2026-07-09T04:41:45.930Z | Compiling syn v2.0.118 |
| 248 | 2026-07-09T04:41:46.104Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 249 | 2026-07-09T04:41:46.301Z | Compiling regex-automata v0.4.14 |
| 250 | 2026-07-09T04:41:46.331Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 251 | 2026-07-09T04:41:46.353Z | Checking byteorder v1.5.0 |
| 252 | 2026-07-09T04:41:46.405Z | Checking bitflags v2.13.0 |
| 253 | 2026-07-09T04:41:46.506Z | Checking hash32 v0.3.1 |
| 254 | 2026-07-09T04:41:46.566Z | Compiling smoltcp v0.11.0 |
| 255 | 2026-07-09T04:41:46.572Z | Checking macaddr v1.0.1 |
| 256 | 2026-07-09T04:41:46.614Z | Compiling rustversion v1.0.22 |
| 257 | 2026-07-09T04:41:46.707Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 258 | 2026-07-09T04:41:46.710Z | Checking stable_deref_trait v1.2.1 |
| 259 | 2026-07-09T04:41:46.775Z | Compiling syn v1.0.109 |
| 260 | 2026-07-09T04:41:46.814Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 261 | 2026-07-09T04:41:46.917Z | Compiling getrandom v0.4.3 |
| 262 | 2026-07-09T04:41:47.011Z | Checking bitflags v1.3.2 |
| 263 | 2026-07-09T04:41:47.068Z | Checking managed v0.8.0 |
| 264 | 2026-07-09T04:41:47.074Z | Compiling version_check v0.9.5 |
| 265 | 2026-07-09T04:41:47.130Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 266 | 2026-07-09T04:41:47.190Z | Compiling ref-cast v1.0.25 |
| 267 | 2026-07-09T04:41:47.241Z | Compiling proc-macro-crate v3.5.0 |
| 268 | 2026-07-09T04:41:47.248Z | Checking rand_core v0.10.1 |
| 269 | 2026-07-09T04:41:47.340Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 270 | 2026-07-09T04:41:47.601Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 271 | 2026-07-09T04:41:47.610Z | Checking foreign-types-shared v0.3.1 |
| 272 | 2026-07-09T04:41:47.689Z | Checking once_cell v1.21.4 |
| 273 | 2026-07-09T04:41:47.864Z | Checking cpufeatures v0.3.0 |
| 274 | 2026-07-09T04:41:47.897Z | Compiling anyhow v1.0.103 |
| 275 | 2026-07-09T04:41:47.925Z | Checking chacha20 v0.10.1 |
| 276 | 2026-07-09T04:41:48.030Z | Compiling regex v1.12.4 |
| 277 | 2026-07-09T04:41:48.123Z | Checking cstr-argument v0.1.2 |
| 278 | 2026-07-09T04:41:48.126Z | Checking tracing-core v0.1.36 |
| 279 | 2026-07-09T04:41:48.435Z | Checking dyn-clone v1.0.20 |
| 280 | 2026-07-09T04:41:48.444Z | Checking pretty-hex v0.4.2 |
| 281 | 2026-07-09T04:41:48.514Z | Compiling darling_core v0.21.3 |
| 282 | 2026-07-09T04:41:48.523Z | Checking pin-project-lite v0.2.17 |
| 283 | 2026-07-09T04:41:48.526Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 284 | 2026-07-09T04:41:48.557Z | Checking rand v0.10.2 |
| 285 | 2026-07-09T04:41:48.605Z | Checking uuid v1.23.4 |
| 286 | 2026-07-09T04:41:48.746Z | Checking socket2 v0.6.4 |
| 287 | 2026-07-09T04:41:48.760Z | Checking oxnet v0.1.6 |
| 288 | 2026-07-09T04:41:48.866Z | Checking colored v3.1.1 |
| 289 | 2026-07-09T04:41:49.257Z | Compiling thiserror-impl v2.0.18 |
| 290 | 2026-07-09T04:41:49.257Z | Compiling serde_derive v1.0.228 |
| 291 | 2026-07-09T04:41:49.257Z | Compiling zerocopy-derive v0.8.54 |
| 292 | 2026-07-09T04:41:49.257Z | Compiling num_enum_derive v0.7.6 |
| 293 | 2026-07-09T04:41:49.260Z | Compiling ref-cast-impl v1.0.25 |
| 294 | 2026-07-09T04:41:49.685Z | Compiling foreign-types-macros v0.2.3 |
| 295 | 2026-07-09T04:41:49.960Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 296 | 2026-07-09T04:41:50.272Z | Checking num_enum v0.7.6 |
| 297 | 2026-07-09T04:41:50.322Z | Checking foreign-types v0.5.0 |
| 298 | 2026-07-09T04:41:50.381Z | Compiling tracing-attributes v0.1.31 |
| 299 | 2026-07-09T04:41:50.395Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 300 | 2026-07-09T04:41:50.606Z | Compiling darling_macro v0.21.3 |
| 301 | 2026-07-09T04:41:50.636Z | Checking cobs v0.3.0 |
| 302 | 2026-07-09T04:41:50.639Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 303 | 2026-07-09T04:41:50.727Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 304 | 2026-07-09T04:41:51.173Z | Compiling darling v0.21.3 |
| 305 | 2026-07-09T04:41:51.201Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 306 | 2026-07-09T04:41:51.242Z | Compiling ingot-macros v0.1.1 |
| 307 | 2026-07-09T04:41:51.424Z | Checking tracing v0.1.44 |
| 308 | 2026-07-09T04:41:51.873Z | Checking postcard v1.1.3 |
| 309 | 2026-07-09T04:41:53.275Z | Checking ingot-types v0.1.2 |
| 310 | 2026-07-09T04:41:53.545Z | Checking ingot v0.1.1 |
| 311 | 2026-07-09T04:41:54.847Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 312 | 2026-07-09T04:41:56.033Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 313 | 2026-07-09T04:41:57.192Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 314 | 2026-07-09T04:41:57.375Z | Finished `dev` profile [optimized + debuginfo] target(s) in 18.06s |
| 315 | 2026-07-09T04:41:57.479Z | |
| 316 | 2026-07-09T04:41:57.482Z | real 18.213042756 |
| 317 | 2026-07-09T04:41:57.482Z | user 48.628060952 |
| 318 | 2026-07-09T04:41:57.482Z | sys 11.764680208 |
| 319 | 2026-07-09T04:41:57.482Z | trap 0.039207461 |
| 320 | 2026-07-09T04:41:57.482Z | tflt 0.063750434 |
| 321 | 2026-07-09T04:41:57.482Z | dflt 0.150076875 |
| 322 | 2026-07-09T04:41:57.482Z | kflt 0.005225983 |
| 323 | 2026-07-09T04:41:57.482Z | lock 3:06.651969657 |
| 324 | 2026-07-09T04:41:57.482Z | slp 2:45.615530517 |
| 325 | 2026-07-09T04:41:57.482Z | lat 2.633592015 |
| 326 | 2026-07-09T04:41:57.482Z | stop 10.401067806 |
| 327 | 2026-07-09T04:41:57.482Z | process exited: duration 33157 ms, exit code 0 |
| |
| 328 | 2026-07-09T04:41:57.488Z | found 0 output files |