|
|
|
| 1 | 2026-02-19T04:40:23.491Z | job assigned to worker 01KHT34GB4EEJNZ07TJ56DTZFG [factory aws, i-0cfb35fc9902dccca] (queued for 53 s) |
| |
| 2 | 2026-02-19T04:40:32.047Z | starting task 0: "setup" |
| 3 | 2026-02-19T04:40:32.052Z | ++ uname -s |
| 4 | 2026-02-19T04:40:32.055Z | + kern=SunOS |
| 5 | 2026-02-19T04:40:32.055Z | + build_user=build |
| 6 | 2026-02-19T04:40:32.055Z | + build_uid=12345 |
| 7 | 2026-02-19T04:40:32.055Z | + work_dir=/work |
| 8 | 2026-02-19T04:40:32.055Z | + input_dir=/input |
| 9 | 2026-02-19T04:40:32.055Z | + [[ 0 == 12345 ]] |
| 10 | 2026-02-19T04:40:32.055Z | + case "$kern" in |
| 11 | 2026-02-19T04:40:32.055Z | + groupadd -g 12345 build |
| 12 | 2026-02-19T04:40:32.058Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-02-19T04:40:34.066Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-02-19T04:40:34.183Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-02-19T04:40:34.186Z | + home_fs=zfs |
| 16 | 2026-02-19T04:40:34.186Z | + [[ zfs == autofs ]] |
| 17 | 2026-02-19T04:40:34.186Z | + mkdir -p /home/build |
| 18 | 2026-02-19T04:40:34.189Z | + chown build:build /home/build /work |
| 19 | 2026-02-19T04:40:35.190Z | + chmod 0700 /home/build /work |
| 20 | 2026-02-19T04:40:35.206Z | process exited: duration 3146 ms, exit code 0 |
| |
| 21 | 2026-02-19T04:40:35.215Z | starting task 1: "rust-toolchain" |
| 22 | 2026-02-19T04:40:35.220Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 23 | 2026-02-19T04:40:35.220Z | * rust toolchain channel = "1.90.0" |
| 24 | 2026-02-19T04:40:35.220Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-02-19T04:40:35.220Z | * rust toolchain profile = "default" |
| 26 | 2026-02-19T04:40:35.220Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-02-19T04:40:35.220Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-02-19T04:40:35.224Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-02-19T04:40:35.224Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-02-19T04:40:35.348Z | info: downloading installer |
| 31 | 2026-02-19T04:40:37.060Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-02-19T04:40:37.061Z | warn: /opt/ooce/bin |
| 33 | 2026-02-19T04:40:37.061Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-02-19T04:40:37.061Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-02-19T04:40:37.061Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-02-19T04:40:37.061Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-02-19T04:40:37.061Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-02-19T04:40:37.061Z | error: cannot install while Rust is installed |
| 39 | 2026-02-19T04:40:37.061Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-02-19T04:40:37.074Z | info: profile set to 'default' |
| 41 | 2026-02-19T04:40:37.074Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-02-19T04:40:37.077Z | info: syncing channel updates for '1.90.0-x86_64-unknown-illumos' |
| 43 | 2026-02-19T04:40:37.263Z | info: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14) |
| 44 | 2026-02-19T04:40:37.263Z | info: downloading component 'cargo' |
| 45 | 2026-02-19T04:40:38.685Z | info: downloading component 'clippy' |
| 46 | 2026-02-19T04:40:39.303Z | info: downloading component 'rust-docs' |
| 47 | 2026-02-19T04:40:40.696Z | info: downloading component 'rust-std' |
| 48 | 2026-02-19T04:40:43.193Z | info: downloading component 'rustc' |
| 49 | 2026-02-19T04:40:51.978Z | info: downloading component 'rustfmt' |
| 50 | 2026-02-19T04:40:52.723Z | info: installing component 'cargo' |
| 51 | 2026-02-19T04:40:53.621Z | info: installing component 'clippy' |
| 52 | 2026-02-19T04:40:54.024Z | info: installing component 'rust-docs' |
| 53 | 2026-02-19T04:40:55.906Z | info: installing component 'rust-std' |
| 54 | 2026-02-19T04:40:57.833Z | info: installing component 'rustc' |
| 55 | 2026-02-19T04:41:04.337Z | info: installing component 'rustfmt' |
| 56 | 2026-02-19T04:41:04.672Z | info: default toolchain set to '1.90.0-x86_64-unknown-illumos' |
| 57 | 2026-02-19T04:41:04.672Z | |
| 58 | 2026-02-19T04:41:05.091Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 59 | 2026-02-19T04:41:05.091Z | |
| 60 | 2026-02-19T04:41:05.094Z | |
| 61 | 2026-02-19T04:41:05.094Z | Rust is installed now. Great! |
| 62 | 2026-02-19T04:41:05.094Z | |
| 63 | 2026-02-19T04:41:05.094Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-02-19T04:41:05.094Z | environment variable. This has not been done automatically. |
| 65 | 2026-02-19T04:41:05.094Z | |
| 66 | 2026-02-19T04:41:05.094Z | To configure your current shell, you need to source |
| 67 | 2026-02-19T04:41:05.094Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-02-19T04:41:05.094Z | |
| 69 | 2026-02-19T04:41:05.094Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-02-19T04:41:05.094Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-02-19T04:41:05.095Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-02-19T04:41:05.095Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-02-19T04:41:05.184Z | + rustup --version |
| 74 | 2026-02-19T04:41:05.194Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-02-19T04:41:05.197Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-02-19T04:41:05.276Z | info: The currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 77 | 2026-02-19T04:41:05.280Z | + cargo --version |
| 78 | 2026-02-19T04:41:05.342Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 79 | 2026-02-19T04:41:05.345Z | + rustc --version |
| 80 | 2026-02-19T04:41:05.415Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 81 | 2026-02-19T04:41:05.418Z | process exited: duration 30195 ms, exit code 0 |
| |
| 82 | 2026-02-19T04:41:05.424Z | starting task 2: "authentication" |
| 83 | 2026-02-19T04:41:05.446Z | process exited: duration 21 ms, exit code 0 |
| |
| 84 | 2026-02-19T04:41:05.452Z | starting task 3: "clone repository" |
| 85 | 2026-02-19T04:41:05.457Z | + mkdir -p /work/oxidecomputer/opte |
| 86 | 2026-02-19T04:41:05.460Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 87 | 2026-02-19T04:41:05.495Z | Cloning into '/work/oxidecomputer/opte'... |
| 88 | 2026-02-19T04:41:06.370Z | + cd /work/oxidecomputer/opte |
| 89 | 2026-02-19T04:41:06.370Z | + git fetch origin ac41d489be05ccd2dca1cd4dc129d68fd0001f5b |
| 90 | 2026-02-19T04:41:06.617Z | From https://github.com/oxidecomputer/opte |
| 91 | 2026-02-19T04:41:06.617Z | * branch ac41d489be05ccd2dca1cd4dc129d68fd0001f5b -> FETCH_HEAD |
| 92 | 2026-02-19T04:41:06.625Z | + [[ -n renovate/toml-1.x-lockfile ]] |
| 93 | 2026-02-19T04:41:06.629Z | ++ git branch --show-current |
| 94 | 2026-02-19T04:41:06.632Z | + current=master |
| 95 | 2026-02-19T04:41:06.632Z | + [[ master != renovate/toml-1.x-lockfile ]] |
| 96 | 2026-02-19T04:41:06.632Z | + git branch -f renovate/toml-1.x-lockfile ac41d489be05ccd2dca1cd4dc129d68fd0001f5b |
| 97 | 2026-02-19T04:41:06.635Z | + git checkout -f renovate/toml-1.x-lockfile |
| 98 | 2026-02-19T04:41:06.659Z | Switched to branch 'renovate/toml-1.x-lockfile' |
| 99 | 2026-02-19T04:41:06.662Z | + git reset --hard ac41d489be05ccd2dca1cd4dc129d68fd0001f5b |
| 100 | 2026-02-19T04:41:06.685Z | HEAD is now at ac41d48 Update Rust crate toml to v1.0.3 |
| 101 | 2026-02-19T04:41:06.688Z | process exited: duration 1233 ms, exit code 0 |
| |
| 102 | 2026-02-19T04:41:06.694Z | starting task 4: "build" |
| 103 | 2026-02-19T04:41:06.699Z | + source .github/buildomat/common.sh |
| 104 | 2026-02-19T04:41:06.702Z | ++ rustup show active-toolchain |
| 105 | 2026-02-19T04:41:06.750Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 106 | 2026-02-19T04:41:06.754Z | ++ pushd xde |
| 107 | 2026-02-19T04:41:06.757Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 108 | 2026-02-19T04:41:06.757Z | ++ rustup show active-toolchain |
| 109 | 2026-02-19T04:41:06.762Z | info: syncing channel updates for 'nightly-2025-09-19-x86_64-unknown-illumos' |
| 110 | 2026-02-19T04:41:07.347Z | info: latest update on 2025-09-19, rust version 1.92.0-nightly (7c275d09e 2025-09-18) |
| 111 | 2026-02-19T04:41:07.350Z | info: downloading component 'cargo' |
| 112 | 2026-02-19T04:41:08.843Z | info: downloading component 'clippy' |
| 113 | 2026-02-19T04:41:09.410Z | info: downloading component 'rust-src' |
| 114 | 2026-02-19T04:41:09.912Z | info: downloading component 'rust-std' |
| 115 | 2026-02-19T04:41:12.278Z | info: downloading component 'rustc' |
| 116 | 2026-02-19T04:41:21.614Z | info: downloading component 'rustfmt' |
| 117 | 2026-02-19T04:41:21.932Z | info: installing component 'cargo' |
| 118 | 2026-02-19T04:41:22.852Z | info: installing component 'clippy' |
| 119 | 2026-02-19T04:41:23.251Z | info: installing component 'rust-src' |
| 120 | 2026-02-19T04:41:23.621Z | info: installing component 'rust-std' |
| 121 | 2026-02-19T04:41:25.307Z | info: installing component 'rustc' |
| 122 | 2026-02-19T04:41:31.879Z | info: installing component 'rustfmt' |
| 123 | 2026-02-19T04:41:32.218Z | nightly-2025-09-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 124 | 2026-02-19T04:41:32.299Z | +++ rustup show active-toolchain -v |
| 125 | 2026-02-19T04:41:32.302Z | +++ head -n 1 |
| 126 | 2026-02-19T04:41:32.302Z | +++ cut '-d ' -f1 |
| 127 | 2026-02-19T04:41:32.410Z | ++ export NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos |
| 128 | 2026-02-19T04:41:32.410Z | ++ NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos |
| 129 | 2026-02-19T04:41:32.410Z | ++ popd |
| 130 | 2026-02-19T04:41:32.413Z | /work/oxidecomputer/opte |
| 131 | 2026-02-19T04:41:32.414Z | + cargo --version |
| 132 | 2026-02-19T04:41:32.468Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 133 | 2026-02-19T04:41:32.471Z | + rustc --version |
| 134 | 2026-02-19T04:41:32.542Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 135 | 2026-02-19T04:41:32.545Z | + cd lib/opte-ioctl |
| 136 | 2026-02-19T04:41:32.545Z | + header 'check style' |
| 137 | 2026-02-19T04:41:32.545Z | + echo '# ==== check style ==== #' |
| 138 | 2026-02-19T04:41:32.545Z | # ==== check style ==== # |
| 139 | 2026-02-19T04:41:32.545Z | + ptime -m cargo +nightly-2025-09-19-x86_64-unknown-illumos fmt -- --check |
| 140 | 2026-02-19T04:41:32.752Z | |
| 141 | 2026-02-19T04:41:32.752Z | real 0.202962708 |
| 142 | 2026-02-19T04:41:32.752Z | user 0.136065297 |
| 143 | 2026-02-19T04:41:32.752Z | sys 0.063763952 |
| 144 | 2026-02-19T04:41:32.752Z | trap 0.000063286 |
| 145 | 2026-02-19T04:41:32.752Z | tflt 0.000007227 |
| 146 | 2026-02-19T04:41:32.752Z | dflt 0.000007916 |
| 147 | 2026-02-19T04:41:32.752Z | kflt 0.000001939 |
| 148 | 2026-02-19T04:41:32.752Z | lock 0.725695303 |
| 149 | 2026-02-19T04:41:32.752Z | slp 0.219816621 |
| 150 | 2026-02-19T04:41:32.752Z | lat 0.001734671 |
| 151 | 2026-02-19T04:41:32.752Z | stop 0.000182910 |
| 152 | 2026-02-19T04:41:32.756Z | + header analyze |
| 153 | 2026-02-19T04:41:32.757Z | + echo '# ==== analyze ==== #' |
| 154 | 2026-02-19T04:41:32.757Z | # ==== analyze ==== # |
| 155 | 2026-02-19T04:41:32.757Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 156 | 2026-02-19T04:41:33.021Z | Updating crates.io index |
| 157 | 2026-02-19T04:41:33.024Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 158 | 2026-02-19T04:41:33.858Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 159 | 2026-02-19T04:41:34.094Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 160 | 2026-02-19T04:41:34.432Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 161 | 2026-02-19T04:41:34.756Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 162 | 2026-02-19T04:41:35.021Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 163 | 2026-02-19T04:41:35.269Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 164 | 2026-02-19T04:41:36.925Z | Downloading crates ... |
| 165 | 2026-02-19T04:41:36.982Z | Downloaded embedded-io v0.6.1 |
| 166 | 2026-02-19T04:41:36.985Z | Downloaded byteorder v1.5.0 |
| 167 | 2026-02-19T04:41:36.988Z | Downloaded equivalent v1.0.2 |
| 168 | 2026-02-19T04:41:36.990Z | Downloaded ref-cast-impl v1.0.25 |
| 169 | 2026-02-19T04:41:36.990Z | Downloaded tracing-attributes v0.1.31 |
| 170 | 2026-02-19T04:41:36.993Z | Downloaded fnv v1.0.7 |
| 171 | 2026-02-19T04:41:36.996Z | Downloaded embedded-io v0.4.0 |
| 172 | 2026-02-19T04:41:36.996Z | Downloaded either v1.15.0 |
| 173 | 2026-02-19T04:41:37.000Z | Downloaded dyn-clone v1.0.20 |
| 174 | 2026-02-19T04:41:37.003Z | Downloaded foreign-types v0.5.0 |
| 175 | 2026-02-19T04:41:37.003Z | Downloaded postcard v1.1.3 |
| 176 | 2026-02-19T04:41:37.009Z | Downloaded hash32 v0.3.1 |
| 177 | 2026-02-19T04:41:37.012Z | Downloaded num_enum_derive v0.7.5 |
| 178 | 2026-02-19T04:41:37.012Z | Downloaded defmt v0.3.100 |
| 179 | 2026-02-19T04:41:37.015Z | Downloaded cstr-argument v0.1.2 |
| 180 | 2026-02-19T04:41:37.018Z | Downloaded macaddr v1.0.1 |
| 181 | 2026-02-19T04:41:37.021Z | Downloaded defmt v1.0.1 |
| 182 | 2026-02-19T04:41:37.024Z | Downloaded version_check v0.9.5 |
| 183 | 2026-02-19T04:41:37.024Z | Downloaded stable_deref_trait v1.2.1 |
| 184 | 2026-02-19T04:41:37.027Z | Downloaded thiserror v2.0.18 |
| 185 | 2026-02-19T04:41:37.030Z | Downloaded ingot-types v0.1.2 |
| 186 | 2026-02-19T04:41:37.033Z | Downloaded defmt-parser v1.0.0 |
| 187 | 2026-02-19T04:41:37.043Z | Downloaded uuid v1.20.0 |
| 188 | 2026-02-19T04:41:37.046Z | Downloaded proc-macro2 v1.0.106 |
| 189 | 2026-02-19T04:41:37.049Z | Downloaded pretty-hex v0.4.1 |
| 190 | 2026-02-19T04:41:37.052Z | Downloaded once_cell v1.21.3 |
| 191 | 2026-02-19T04:41:37.052Z | Downloaded strsim v0.11.1 |
| 192 | 2026-02-19T04:41:37.058Z | Downloaded serde_derive v1.0.228 |
| 193 | 2026-02-19T04:41:37.067Z | Downloaded managed v0.8.0 |
| 194 | 2026-02-19T04:41:37.071Z | Downloaded proc-macro-crate v3.4.0 |
| 195 | 2026-02-19T04:41:37.077Z | Downloaded ref-cast v1.0.25 |
| 196 | 2026-02-19T04:41:37.081Z | Downloaded cfg-if v1.0.4 |
| 197 | 2026-02-19T04:41:37.091Z | Downloaded rand_core v0.9.5 |
| 198 | 2026-02-19T04:41:37.103Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 199 | 2026-02-19T04:41:37.106Z | Downloaded darling_macro v0.21.3 |
| 200 | 2026-02-19T04:41:37.109Z | Downloaded cobs v0.3.0 |
| 201 | 2026-02-19T04:41:37.112Z | Downloaded ident_case v1.0.1 |
| 202 | 2026-02-19T04:41:37.112Z | Downloaded foreign-types-shared v0.3.1 |
| 203 | 2026-02-19T04:41:37.112Z | Downloaded foreign-types-macros v0.2.3 |
| 204 | 2026-02-19T04:41:37.118Z | Downloaded thiserror-impl v2.0.18 |
| 205 | 2026-02-19T04:41:37.121Z | Downloaded defmt-macros v1.0.1 |
| 206 | 2026-02-19T04:41:37.124Z | Downloaded ppv-lite86 v0.2.21 |
| 207 | 2026-02-19T04:41:37.127Z | Downloaded oxnet v0.1.4 |
| 208 | 2026-02-19T04:41:37.127Z | Downloaded rustversion v1.0.22 |
| 209 | 2026-02-19T04:41:37.132Z | Downloaded quote v1.0.44 |
| 210 | 2026-02-19T04:41:37.145Z | Downloaded ingot v0.1.1 |
| 211 | 2026-02-19T04:41:37.153Z | Downloaded num_enum v0.7.5 |
| 212 | 2026-02-19T04:41:37.157Z | Downloaded proc-macro-error2 v2.0.1 |
| 213 | 2026-02-19T04:41:37.160Z | Downloaded bitflags v1.3.2 |
| 214 | 2026-02-19T04:41:37.163Z | Downloaded rand_chacha v0.9.0 |
| 215 | 2026-02-19T04:41:37.169Z | Downloaded colored v3.1.1 |
| 216 | 2026-02-19T04:41:37.172Z | Downloaded pin-project-lite v0.2.16 |
| 217 | 2026-02-19T04:41:37.176Z | Downloaded bitflags v2.10.0 |
| 218 | 2026-02-19T04:41:37.187Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 219 | 2026-02-19T04:41:37.189Z | Downloaded ingot-macros v0.1.1 |
| 220 | 2026-02-19T04:41:37.197Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 221 | 2026-02-19T04:41:37.201Z | Downloaded unicode-ident v1.0.23 |
| 222 | 2026-02-19T04:41:37.204Z | Downloaded tracing-core v0.1.36 |
| 223 | 2026-02-19T04:41:37.207Z | Downloaded heapless v0.8.0 |
| 224 | 2026-02-19T04:41:37.210Z | Downloaded getrandom v0.3.4 |
| 225 | 2026-02-19T04:41:37.213Z | Downloaded serde_core v1.0.228 |
| 226 | 2026-02-19T04:41:37.216Z | Downloaded socket2 v0.6.2 |
| 227 | 2026-02-19T04:41:37.219Z | Downloaded darling_core v0.21.3 |
| 228 | 2026-02-19T04:41:37.222Z | Downloaded anyhow v1.0.101 |
| 229 | 2026-02-19T04:41:37.224Z | Downloaded darling v0.21.3 |
| 230 | 2026-02-19T04:41:37.229Z | Downloaded zerocopy-derive v0.8.39 |
| 231 | 2026-02-19T04:41:37.246Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 232 | 2026-02-19T04:41:37.254Z | Downloaded regex v1.12.3 |
| 233 | 2026-02-19T04:41:37.267Z | Downloaded rand v0.9.2 |
| 234 | 2026-02-19T04:41:37.271Z | Downloaded memchr v2.8.0 |
| 235 | 2026-02-19T04:41:37.275Z | Downloaded serde v1.0.228 |
| 236 | 2026-02-19T04:41:37.278Z | Downloaded indexmap v2.13.0 |
| 237 | 2026-02-19T04:41:37.283Z | Downloaded aho-corasick v1.1.4 |
| 238 | 2026-02-19T04:41:37.299Z | Downloaded itertools v0.14.0 |
| 239 | 2026-02-19T04:41:37.304Z | Downloaded hashbrown v0.16.1 |
| 240 | 2026-02-19T04:41:37.333Z | Downloaded winnow v0.7.14 |
| 241 | 2026-02-19T04:41:37.351Z | Downloaded zerocopy v0.8.39 |
| 242 | 2026-02-19T04:41:37.369Z | Downloaded syn v1.0.109 |
| 243 | 2026-02-19T04:41:37.403Z | Downloaded syn v2.0.114 |
| 244 | 2026-02-19T04:41:37.412Z | Downloaded smoltcp v0.11.0 |
| 245 | 2026-02-19T04:41:37.421Z | Downloaded regex-syntax v0.8.9 |
| 246 | 2026-02-19T04:41:37.453Z | Downloaded tracing v0.1.44 |
| 247 | 2026-02-19T04:41:37.469Z | Downloaded regex-automata v0.4.14 |
| 248 | 2026-02-19T04:41:37.494Z | Downloaded libc v0.2.180 |
| 249 | 2026-02-19T04:41:37.568Z | Compiling proc-macro2 v1.0.106 |
| 250 | 2026-02-19T04:41:37.568Z | Compiling quote v1.0.44 |
| 251 | 2026-02-19T04:41:37.568Z | Compiling unicode-ident v1.0.23 |
| 252 | 2026-02-19T04:41:37.571Z | Compiling zerocopy v0.8.39 |
| 253 | 2026-02-19T04:41:37.571Z | Checking cfg-if v1.0.4 |
| 254 | 2026-02-19T04:41:37.571Z | Compiling serde_core v1.0.228 |
| 255 | 2026-02-19T04:41:37.571Z | Compiling libc v0.2.180 |
| 256 | 2026-02-19T04:41:37.640Z | Compiling memchr v2.8.0 |
| 257 | 2026-02-19T04:41:37.737Z | Compiling ident_case v1.0.1 |
| 258 | 2026-02-19T04:41:37.877Z | Compiling strsim v0.11.1 |
| 259 | 2026-02-19T04:41:37.922Z | Compiling thiserror v2.0.18 |
| 260 | 2026-02-19T04:41:38.258Z | Compiling fnv v1.0.7 |
| 261 | 2026-02-19T04:41:38.401Z | Compiling regex-syntax v0.8.9 |
| 262 | 2026-02-19T04:41:38.453Z | Compiling serde v1.0.228 |
| 263 | 2026-02-19T04:41:38.461Z | Compiling either v1.15.0 |
| 264 | 2026-02-19T04:41:38.839Z | Compiling aho-corasick v1.1.4 |
| 265 | 2026-02-19T04:41:38.891Z | Compiling equivalent v1.0.2 |
| 266 | 2026-02-19T04:41:38.906Z | Compiling winnow v0.7.14 |
| 267 | 2026-02-19T04:41:38.965Z | Compiling hashbrown v0.16.1 |
| 268 | 2026-02-19T04:41:39.058Z | Compiling itertools v0.14.0 |
| 269 | 2026-02-19T04:41:39.148Z | Compiling getrandom v0.3.4 |
| 270 | 2026-02-19T04:41:40.122Z | Compiling syn v2.0.114 |
| 271 | 2026-02-19T04:41:40.154Z | Compiling indexmap v2.13.0 |
| 272 | 2026-02-19T04:41:40.298Z | Checking byteorder v1.5.0 |
| 273 | 2026-02-19T04:41:40.603Z | Compiling heapless v0.8.0 |
| 274 | 2026-02-19T04:41:41.172Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 275 | 2026-02-19T04:41:41.625Z | Checking hash32 v0.3.1 |
| 276 | 2026-02-19T04:41:41.814Z | Checking stable_deref_trait v1.2.1 |
| 277 | 2026-02-19T04:41:41.911Z | Compiling syn v1.0.109 |
| 278 | 2026-02-19T04:41:41.920Z | Compiling regex-automata v0.4.14 |
| 279 | 2026-02-19T04:41:41.935Z | Compiling smoltcp v0.11.0 |
| 280 | 2026-02-19T04:41:42.134Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 281 | 2026-02-19T04:41:42.332Z | Checking bitflags v2.10.0 |
| 282 | 2026-02-19T04:41:42.436Z | Compiling rustversion v1.0.22 |
| 283 | 2026-02-19T04:41:42.474Z | Checking macaddr v1.0.1 |
| 284 | 2026-02-19T04:41:42.528Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 285 | 2026-02-19T04:41:42.910Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 286 | 2026-02-19T04:41:42.977Z | Checking managed v0.8.0 |
| 287 | 2026-02-19T04:41:43.137Z | Compiling ref-cast v1.0.25 |
| 288 | 2026-02-19T04:41:43.339Z | Compiling version_check v0.9.5 |
| 289 | 2026-02-19T04:41:43.380Z | Checking bitflags v1.3.2 |
| 290 | 2026-02-19T04:41:43.475Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 291 | 2026-02-19T04:41:43.730Z | Checking rand_core v0.9.5 |
| 292 | 2026-02-19T04:41:43.887Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 293 | 2026-02-19T04:41:44.037Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 294 | 2026-02-19T04:41:44.279Z | Compiling proc-macro-crate v3.4.0 |
| 295 | 2026-02-19T04:41:44.632Z | Compiling anyhow v1.0.101 |
| 296 | 2026-02-19T04:41:45.072Z | Checking foreign-types-shared v0.3.1 |
| 297 | 2026-02-19T04:41:45.195Z | Checking once_cell v1.21.3 |
| 298 | 2026-02-19T04:41:45.497Z | Checking cstr-argument v0.1.2 |
| 299 | 2026-02-19T04:41:45.507Z | Checking tracing-core v0.1.36 |
| 300 | 2026-02-19T04:41:45.548Z | Checking pin-project-lite v0.2.16 |
| 301 | 2026-02-19T04:41:45.583Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#99a7e26c) |
| 302 | 2026-02-19T04:41:45.707Z | Checking dyn-clone v1.0.20 |
| 303 | 2026-02-19T04:41:45.725Z | Checking pretty-hex v0.4.1 |
| 304 | 2026-02-19T04:41:45.865Z | Compiling regex v1.12.3 |
| 305 | 2026-02-19T04:41:45.943Z | Checking uuid v1.20.0 |
| 306 | 2026-02-19T04:41:46.214Z | Checking socket2 v0.6.2 |
| 307 | 2026-02-19T04:41:46.390Z | Checking colored v3.1.1 |
| 308 | 2026-02-19T04:41:46.509Z | Checking oxnet v0.1.4 |
| 309 | 2026-02-19T04:41:46.788Z | Compiling darling_core v0.21.3 |
| 310 | 2026-02-19T04:41:48.012Z | Compiling zerocopy-derive v0.8.39 |
| 311 | 2026-02-19T04:41:48.012Z | Compiling thiserror-impl v2.0.18 |
| 312 | 2026-02-19T04:41:48.015Z | Compiling serde_derive v1.0.228 |
| 313 | 2026-02-19T04:41:48.015Z | Compiling num_enum_derive v0.7.5 |
| 314 | 2026-02-19T04:41:48.015Z | Compiling ref-cast-impl v1.0.25 |
| 315 | 2026-02-19T04:41:49.101Z | Compiling foreign-types-macros v0.2.3 |
| 316 | 2026-02-19T04:41:49.304Z | Compiling tracing-attributes v0.1.31 |
| 317 | 2026-02-19T04:41:50.136Z | Checking num_enum v0.7.5 |
| 318 | 2026-02-19T04:41:50.286Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 319 | 2026-02-19T04:41:50.316Z | Checking foreign-types v0.5.0 |
| 320 | 2026-02-19T04:41:50.423Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 321 | 2026-02-19T04:41:50.946Z | Checking cobs v0.3.0 |
| 322 | 2026-02-19T04:41:50.978Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 323 | 2026-02-19T04:41:51.764Z | Compiling darling_macro v0.21.3 |
| 324 | 2026-02-19T04:41:51.897Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 325 | 2026-02-19T04:41:51.959Z | Checking tracing v0.1.44 |
| 326 | 2026-02-19T04:41:52.584Z | Compiling darling v0.21.3 |
| 327 | 2026-02-19T04:41:52.587Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 328 | 2026-02-19T04:41:52.665Z | Compiling ingot-macros v0.1.1 |
| 329 | 2026-02-19T04:41:53.445Z | Checking postcard v1.1.3 |
| 330 | 2026-02-19T04:41:56.541Z | Checking ingot-types v0.1.2 |
| 331 | 2026-02-19T04:41:56.541Z | Checking ppv-lite86 v0.2.21 |
| 332 | 2026-02-19T04:41:56.950Z | Checking rand_chacha v0.9.0 |
| 333 | 2026-02-19T04:41:57.004Z | Checking ingot v0.1.1 |
| 334 | 2026-02-19T04:41:57.167Z | Checking rand v0.9.2 |
| 335 | 2026-02-19T04:41:59.521Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 336 | 2026-02-19T04:42:01.437Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 337 | 2026-02-19T04:42:03.287Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 338 | 2026-02-19T04:42:03.535Z | Finished `dev` profile [optimized + debuginfo] target(s) in 30.62s |
| 339 | 2026-02-19T04:42:03.654Z | |
| 340 | 2026-02-19T04:42:03.654Z | real 30.889038544 |
| 341 | 2026-02-19T04:42:03.654Z | user 1:55.231928512 |
| 342 | 2026-02-19T04:42:03.654Z | sys 17.689482978 |
| 343 | 2026-02-19T04:42:03.654Z | trap 0.084351591 |
| 344 | 2026-02-19T04:42:03.654Z | tflt 0.112570162 |
| 345 | 2026-02-19T04:42:03.657Z | dflt 0.124246284 |
| 346 | 2026-02-19T04:42:03.657Z | kflt 0.001688463 |
| 347 | 2026-02-19T04:42:03.657Z | lock 4:16.715179527 |
| 348 | 2026-02-19T04:42:03.657Z | slp 7:24.381792459 |
| 349 | 2026-02-19T04:42:03.657Z | lat 6.257871652 |
| 350 | 2026-02-19T04:42:03.657Z | stop 13.234168134 |
| 351 | 2026-02-19T04:42:03.657Z | process exited: duration 56948 ms, exit code 0 |
| |
| 352 | 2026-02-19T04:42:03.665Z | found 0 output files |