|
|
|
| 1 | 2026-02-24T00:03:27.190Z | job assigned to worker 01KJ6F8TVEZ64VCVQV513E4ECB [factory aws, i-0631177da1f5175b9] (queued for 56 s) |
| |
| 2 | 2026-02-24T00:03:35.671Z | starting task 0: "setup" |
| 3 | 2026-02-24T00:03:35.676Z | ++ uname -s |
| 4 | 2026-02-24T00:03:35.679Z | + kern=SunOS |
| 5 | 2026-02-24T00:03:35.679Z | + build_user=build |
| 6 | 2026-02-24T00:03:35.680Z | + build_uid=12345 |
| 7 | 2026-02-24T00:03:35.680Z | + work_dir=/work |
| 8 | 2026-02-24T00:03:35.680Z | + input_dir=/input |
| 9 | 2026-02-24T00:03:35.680Z | + [[ 0 == 12345 ]] |
| 10 | 2026-02-24T00:03:35.680Z | + case "$kern" in |
| 11 | 2026-02-24T00:03:35.680Z | + groupadd -g 12345 build |
| 12 | 2026-02-24T00:03:35.683Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-02-24T00:03:37.689Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-02-24T00:03:37.815Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-02-24T00:03:37.819Z | + home_fs=zfs |
| 16 | 2026-02-24T00:03:37.819Z | + [[ zfs == autofs ]] |
| 17 | 2026-02-24T00:03:37.819Z | + mkdir -p /home/build |
| 18 | 2026-02-24T00:03:37.823Z | + chown build:build /home/build /work |
| 19 | 2026-02-24T00:03:39.822Z | + chmod 0700 /home/build /work |
| 20 | 2026-02-24T00:03:39.826Z | process exited: duration 4155 ms, exit code 0 |
| |
| 21 | 2026-02-24T00:03:39.833Z | starting task 1: "rust-toolchain" |
| 22 | 2026-02-24T00:03:39.839Z | * rust toolchain channel = "1.90.0" |
| 23 | 2026-02-24T00:03:39.839Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 24 | 2026-02-24T00:03:39.839Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-02-24T00:03:39.839Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-02-24T00:03:39.839Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-02-24T00:03:39.840Z | * rust toolchain profile = "default" |
| 28 | 2026-02-24T00:03:39.843Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-02-24T00:03:39.843Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-02-24T00:03:40.024Z | info: downloading installer |
| 31 | 2026-02-24T00:03:41.855Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-02-24T00:03:41.855Z | warn: /opt/ooce/bin |
| 33 | 2026-02-24T00:03:41.855Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-02-24T00:03:41.855Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-02-24T00:03:41.856Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-02-24T00:03:41.856Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-02-24T00:03:41.856Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-02-24T00:03:41.856Z | error: cannot install while Rust is installed |
| 39 | 2026-02-24T00:03:41.856Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-02-24T00:03:41.886Z | info: profile set to 'default' |
| 41 | 2026-02-24T00:03:41.886Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-02-24T00:03:41.890Z | info: syncing channel updates for '1.90.0-x86_64-unknown-illumos' |
| 43 | 2026-02-24T00:03:42.059Z | info: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14) |
| 44 | 2026-02-24T00:03:42.059Z | info: downloading component 'cargo' |
| 45 | 2026-02-24T00:03:43.260Z | info: downloading component 'clippy' |
| 46 | 2026-02-24T00:03:43.730Z | info: downloading component 'rust-docs' |
| 47 | 2026-02-24T00:03:45.550Z | info: downloading component 'rust-std' |
| 48 | 2026-02-24T00:03:47.563Z | info: downloading component 'rustc' |
| 49 | 2026-02-24T00:03:55.073Z | info: downloading component 'rustfmt' |
| 50 | 2026-02-24T00:03:55.421Z | info: installing component 'cargo' |
| 51 | 2026-02-24T00:03:56.348Z | info: installing component 'clippy' |
| 52 | 2026-02-24T00:03:56.751Z | info: installing component 'rust-docs' |
| 53 | 2026-02-24T00:03:58.641Z | info: installing component 'rust-std' |
| 54 | 2026-02-24T00:04:00.581Z | info: installing component 'rustc' |
| 55 | 2026-02-24T00:04:07.355Z | info: installing component 'rustfmt' |
| 56 | 2026-02-24T00:04:07.697Z | info: default toolchain set to '1.90.0-x86_64-unknown-illumos' |
| 57 | 2026-02-24T00:04:07.697Z | |
| 58 | 2026-02-24T00:04:08.153Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 59 | 2026-02-24T00:04:08.153Z | |
| 60 | 2026-02-24T00:04:08.157Z | |
| 61 | 2026-02-24T00:04:08.157Z | Rust is installed now. Great! |
| 62 | 2026-02-24T00:04:08.157Z | |
| 63 | 2026-02-24T00:04:08.157Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-02-24T00:04:08.157Z | environment variable. This has not been done automatically. |
| 65 | 2026-02-24T00:04:08.157Z | |
| 66 | 2026-02-24T00:04:08.157Z | To configure your current shell, you need to source |
| 67 | 2026-02-24T00:04:08.157Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-02-24T00:04:08.158Z | |
| 69 | 2026-02-24T00:04:08.158Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-02-24T00:04:08.158Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-02-24T00:04:08.158Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-02-24T00:04:08.158Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-02-24T00:04:08.275Z | + rustup --version |
| 74 | 2026-02-24T00:04:08.288Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-02-24T00:04:08.291Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-02-24T00:04:08.375Z | info: The currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 77 | 2026-02-24T00:04:08.379Z | + cargo --version |
| 78 | 2026-02-24T00:04:08.451Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 79 | 2026-02-24T00:04:08.455Z | + rustc --version |
| 80 | 2026-02-24T00:04:08.524Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 81 | 2026-02-24T00:04:08.528Z | process exited: duration 28692 ms, exit code 0 |
| |
| 82 | 2026-02-24T00:04:08.534Z | starting task 2: "authentication" |
| 83 | 2026-02-24T00:04:08.558Z | process exited: duration 23 ms, exit code 0 |
| |
| 84 | 2026-02-24T00:04:08.566Z | starting task 3: "clone repository" |
| 85 | 2026-02-24T00:04:08.571Z | + mkdir -p /work/oxidecomputer/opte |
| 86 | 2026-02-24T00:04:08.574Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 87 | 2026-02-24T00:04:08.634Z | Cloning into '/work/oxidecomputer/opte'... |
| 88 | 2026-02-24T00:04:12.142Z | + cd /work/oxidecomputer/opte |
| 89 | 2026-02-24T00:04:12.142Z | + git fetch origin c570ac2126dbbebbd8e98e73b580c5be6b7e460e |
| 90 | 2026-02-24T00:04:12.583Z | From https://github.com/oxidecomputer/opte |
| 91 | 2026-02-24T00:04:12.584Z | * branch c570ac2126dbbebbd8e98e73b580c5be6b7e460e -> FETCH_HEAD |
| 92 | 2026-02-24T00:04:12.592Z | + [[ -n zl/filter-mcast-srcs ]] |
| 93 | 2026-02-24T00:04:12.596Z | ++ git branch --show-current |
| 94 | 2026-02-24T00:04:12.599Z | + current=master |
| 95 | 2026-02-24T00:04:12.599Z | + [[ master != zl/filter-mcast-srcs ]] |
| 96 | 2026-02-24T00:04:12.599Z | + git branch -f zl/filter-mcast-srcs c570ac2126dbbebbd8e98e73b580c5be6b7e460e |
| 97 | 2026-02-24T00:04:12.602Z | + git checkout -f zl/filter-mcast-srcs |
| 98 | 2026-02-24T00:04:12.626Z | Switched to branch 'zl/filter-mcast-srcs' |
| 99 | 2026-02-24T00:04:12.631Z | + git reset --hard c570ac2126dbbebbd8e98e73b580c5be6b7e460e |
| 100 | 2026-02-24T00:04:12.636Z | HEAD is now at c570ac2 [review] api comment updates for ord impl |
| 101 | 2026-02-24T00:04:12.640Z | process exited: duration 4071 ms, exit code 0 |
| |
| 102 | 2026-02-24T00:04:12.646Z | starting task 4: "build" |
| 103 | 2026-02-24T00:04:12.652Z | + source .github/buildomat/common.sh |
| 104 | 2026-02-24T00:04:12.655Z | ++ rustup show active-toolchain |
| 105 | 2026-02-24T00:04:12.703Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 106 | 2026-02-24T00:04:12.706Z | ++ pushd xde |
| 107 | 2026-02-24T00:04:12.710Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 108 | 2026-02-24T00:04:12.710Z | ++ rustup show active-toolchain |
| 109 | 2026-02-24T00:04:12.714Z | info: syncing channel updates for 'nightly-2025-09-19-x86_64-unknown-illumos' |
| 110 | 2026-02-24T00:04:12.902Z | info: latest update on 2025-09-19, rust version 1.92.0-nightly (7c275d09e 2025-09-18) |
| 111 | 2026-02-24T00:04:12.902Z | info: downloading component 'cargo' |
| 112 | 2026-02-24T00:04:13.877Z | info: downloading component 'clippy' |
| 113 | 2026-02-24T00:04:14.282Z | info: downloading component 'rust-src' |
| 114 | 2026-02-24T00:04:14.622Z | info: downloading component 'rust-std' |
| 115 | 2026-02-24T00:04:16.830Z | info: downloading component 'rustc' |
| 116 | 2026-02-24T00:04:26.038Z | info: downloading component 'rustfmt' |
| 117 | 2026-02-24T00:04:26.365Z | info: installing component 'cargo' |
| 118 | 2026-02-24T00:04:27.298Z | info: installing component 'clippy' |
| 119 | 2026-02-24T00:04:27.701Z | info: installing component 'rust-src' |
| 120 | 2026-02-24T00:04:28.110Z | info: installing component 'rust-std' |
| 121 | 2026-02-24T00:04:29.830Z | info: installing component 'rustc' |
| 122 | 2026-02-24T00:04:36.623Z | info: installing component 'rustfmt' |
| 123 | 2026-02-24T00:04:36.965Z | nightly-2025-09-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 124 | 2026-02-24T00:04:37.052Z | +++ rustup show active-toolchain -v |
| 125 | 2026-02-24T00:04:37.056Z | +++ head -n 1 |
| 126 | 2026-02-24T00:04:37.056Z | +++ cut '-d ' -f1 |
| 127 | 2026-02-24T00:04:37.164Z | ++ export NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos |
| 128 | 2026-02-24T00:04:37.164Z | ++ NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos |
| 129 | 2026-02-24T00:04:37.164Z | ++ popd |
| 130 | 2026-02-24T00:04:37.168Z | /work/oxidecomputer/opte |
| 131 | 2026-02-24T00:04:37.168Z | + cargo --version |
| 132 | 2026-02-24T00:04:37.224Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 133 | 2026-02-24T00:04:37.228Z | + rustc --version |
| 134 | 2026-02-24T00:04:37.303Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 135 | 2026-02-24T00:04:37.307Z | + pushd bin/opteadm |
| 136 | 2026-02-24T00:04:37.307Z | /work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte |
| 137 | 2026-02-24T00:04:37.307Z | + header 'check style' |
| 138 | 2026-02-24T00:04:37.310Z | + echo '# ==== check style ==== #' |
| 139 | 2026-02-24T00:04:37.310Z | # ==== check style ==== # |
| 140 | 2026-02-24T00:04:37.310Z | + ptime -m cargo +nightly-2025-09-19-x86_64-unknown-illumos fmt -- --check |
| 141 | 2026-02-24T00:04:37.522Z | |
| 142 | 2026-02-24T00:04:37.522Z | real 0.210958056 |
| 143 | 2026-02-24T00:04:37.522Z | user 0.140502007 |
| 144 | 2026-02-24T00:04:37.522Z | sys 0.066645819 |
| 145 | 2026-02-24T00:04:37.522Z | trap 0.000005968 |
| 146 | 2026-02-24T00:04:37.522Z | tflt 0.000022548 |
| 147 | 2026-02-24T00:04:37.522Z | dflt 0.000028023 |
| 148 | 2026-02-24T00:04:37.522Z | kflt 0.000000000 |
| 149 | 2026-02-24T00:04:37.522Z | lock 0.726869098 |
| 150 | 2026-02-24T00:04:37.522Z | slp 0.227504650 |
| 151 | 2026-02-24T00:04:37.522Z | lat 0.001804025 |
| 152 | 2026-02-24T00:04:37.522Z | stop 0.000152256 |
| 153 | 2026-02-24T00:04:37.526Z | + header analyze |
| 154 | 2026-02-24T00:04:37.526Z | + echo '# ==== analyze ==== #' |
| 155 | 2026-02-24T00:04:37.526Z | # ==== analyze ==== # |
| 156 | 2026-02-24T00:04:37.526Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 157 | 2026-02-24T00:04:37.823Z | Updating crates.io index |
| 158 | 2026-02-24T00:04:37.827Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 159 | 2026-02-24T00:04:41.230Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 160 | 2026-02-24T00:04:42.163Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 161 | 2026-02-24T00:04:43.157Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 162 | 2026-02-24T00:04:43.806Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 163 | 2026-02-24T00:04:44.455Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 164 | 2026-02-24T00:04:45.128Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 165 | 2026-02-24T00:04:47.002Z | Downloading crates ... |
| 166 | 2026-02-24T00:04:47.091Z | Downloaded anstyle-query v1.1.5 |
| 167 | 2026-02-24T00:04:47.099Z | Downloaded heapless v0.8.0 |
| 168 | 2026-02-24T00:04:47.105Z | Downloaded cfg-if v1.0.4 |
| 169 | 2026-02-24T00:04:47.105Z | Downloaded bitflags v1.3.2 |
| 170 | 2026-02-24T00:04:47.108Z | Downloaded byteorder v1.5.0 |
| 171 | 2026-02-24T00:04:47.112Z | Downloaded anstyle-parse v0.2.7 |
| 172 | 2026-02-24T00:04:47.131Z | Downloaded zerocopy v0.8.39 |
| 173 | 2026-02-24T00:04:47.140Z | Downloaded terminal_size v0.4.3 |
| 174 | 2026-02-24T00:04:47.140Z | Downloaded anyhow v1.0.101 |
| 175 | 2026-02-24T00:04:47.140Z | Downloaded zerocopy-derive v0.8.39 |
| 176 | 2026-02-24T00:04:47.144Z | Downloaded anstream v0.6.21 |
| 177 | 2026-02-24T00:04:47.148Z | Downloaded pretty-hex v0.4.1 |
| 178 | 2026-02-24T00:04:47.148Z | Downloaded postcard v1.1.3 |
| 179 | 2026-02-24T00:04:47.154Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 180 | 2026-02-24T00:04:47.154Z | Downloaded ident_case v1.0.1 |
| 181 | 2026-02-24T00:04:47.154Z | Downloaded darling_macro v0.21.3 |
| 182 | 2026-02-24T00:04:47.154Z | Downloaded cstr-argument v0.1.2 |
| 183 | 2026-02-24T00:04:47.158Z | Downloaded defmt-parser v1.0.0 |
| 184 | 2026-02-24T00:04:47.158Z | Downloaded colorchoice v1.0.4 |
| 185 | 2026-02-24T00:04:47.158Z | Downloaded bitflags v2.10.0 |
| 186 | 2026-02-24T00:04:47.162Z | Downloaded proc-macro-crate v3.4.0 |
| 187 | 2026-02-24T00:04:47.162Z | Downloaded managed v0.8.0 |
| 188 | 2026-02-24T00:04:47.164Z | Downloaded heck v0.5.0 |
| 189 | 2026-02-24T00:04:47.169Z | Downloaded strsim v0.11.1 |
| 190 | 2026-02-24T00:04:47.169Z | Downloaded embedded-io v0.6.1 |
| 191 | 2026-02-24T00:04:47.169Z | Downloaded ref-cast-impl v1.0.25 |
| 192 | 2026-02-24T00:04:47.173Z | Downloaded embedded-io v0.4.0 |
| 193 | 2026-02-24T00:04:47.176Z | Downloaded macaddr v1.0.1 |
| 194 | 2026-02-24T00:04:47.176Z | Downloaded is_terminal_polyfill v1.70.2 |
| 195 | 2026-02-24T00:04:47.180Z | Downloaded fnv v1.0.7 |
| 196 | 2026-02-24T00:04:47.180Z | Downloaded defmt-macros v1.0.1 |
| 197 | 2026-02-24T00:04:47.187Z | Downloaded proc-macro2 v1.0.106 |
| 198 | 2026-02-24T00:04:47.187Z | Downloaded utf8parse v0.2.2 |
| 199 | 2026-02-24T00:04:47.187Z | Downloaded clap_lex v0.7.7 |
| 200 | 2026-02-24T00:04:47.190Z | Downloaded version_check v0.9.5 |
| 201 | 2026-02-24T00:04:47.194Z | Downloaded foreign-types v0.5.0 |
| 202 | 2026-02-24T00:04:47.194Z | Downloaded stable_deref_trait v1.2.1 |
| 203 | 2026-02-24T00:04:47.199Z | Downloaded tabwriter v1.4.1 |
| 204 | 2026-02-24T00:04:47.203Z | Downloaded equivalent v1.0.2 |
| 205 | 2026-02-24T00:04:47.209Z | Downloaded hash32 v0.3.1 |
| 206 | 2026-02-24T00:04:47.215Z | Downloaded foreign-types-shared v0.3.1 |
| 207 | 2026-02-24T00:04:47.223Z | Downloaded dyn-clone v1.0.20 |
| 208 | 2026-02-24T00:04:47.226Z | Downloaded defmt v0.3.100 |
| 209 | 2026-02-24T00:04:47.226Z | Downloaded thiserror v2.0.18 |
| 210 | 2026-02-24T00:04:47.231Z | Downloaded cobs v0.3.0 |
| 211 | 2026-02-24T00:04:47.234Z | Downloaded ppv-lite86 v0.2.21 |
| 212 | 2026-02-24T00:04:47.234Z | Downloaded ingot-types v0.1.2 |
| 213 | 2026-02-24T00:04:47.240Z | Downloaded foreign-types-macros v0.2.3 |
| 214 | 2026-02-24T00:04:47.244Z | Downloaded errno v0.3.14 |
| 215 | 2026-02-24T00:04:47.244Z | Downloaded defmt v1.0.1 |
| 216 | 2026-02-24T00:04:47.255Z | Downloaded ref-cast v1.0.25 |
| 217 | 2026-02-24T00:04:47.258Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 218 | 2026-02-24T00:04:47.262Z | Downloaded quote v1.0.44 |
| 219 | 2026-02-24T00:04:47.267Z | Downloaded rand_chacha v0.9.0 |
| 220 | 2026-02-24T00:04:47.271Z | Downloaded anstyle v1.0.13 |
| 221 | 2026-02-24T00:04:47.271Z | Downloaded num_enum_derive v0.7.5 |
| 222 | 2026-02-24T00:04:47.274Z | Downloaded thiserror-impl v2.0.18 |
| 223 | 2026-02-24T00:04:47.274Z | Downloaded oxnet v0.1.4 |
| 224 | 2026-02-24T00:04:47.278Z | Downloaded ingot v0.1.1 |
| 225 | 2026-02-24T00:04:47.278Z | Downloaded ipnetwork v0.21.1 |
| 226 | 2026-02-24T00:04:47.282Z | Downloaded pin-project-lite v0.2.16 |
| 227 | 2026-02-24T00:04:47.286Z | Downloaded memchr v2.8.0 |
| 228 | 2026-02-24T00:04:47.286Z | Downloaded rand_core v0.9.5 |
| 229 | 2026-02-24T00:04:47.290Z | Downloaded num_enum v0.7.5 |
| 230 | 2026-02-24T00:04:47.302Z | Downloaded toml_parser v1.0.7+spec-1.1.0 |
| 231 | 2026-02-24T00:04:47.302Z | Downloaded proc-macro-error2 v2.0.1 |
| 232 | 2026-02-24T00:04:47.307Z | Downloaded clap_derive v4.5.55 |
| 233 | 2026-02-24T00:04:47.307Z | Downloaded once_cell v1.21.3 |
| 234 | 2026-02-24T00:04:47.311Z | Downloaded ingot-macros v0.1.1 |
| 235 | 2026-02-24T00:04:47.314Z | Downloaded either v1.15.0 |
| 236 | 2026-02-24T00:04:47.317Z | Downloaded tracing-attributes v0.1.31 |
| 237 | 2026-02-24T00:04:47.322Z | Downloaded rustversion v1.0.22 |
| 238 | 2026-02-24T00:04:47.325Z | Downloaded darling v0.21.3 |
| 239 | 2026-02-24T00:04:47.334Z | Downloaded clap v4.5.57 |
| 240 | 2026-02-24T00:04:47.342Z | Downloaded getrandom v0.3.4 |
| 241 | 2026-02-24T00:04:47.344Z | Downloaded uuid v1.20.0 |
| 242 | 2026-02-24T00:04:47.350Z | Downloaded aho-corasick v1.1.4 |
| 243 | 2026-02-24T00:04:47.350Z | Downloaded unicode-ident v1.0.23 |
| 244 | 2026-02-24T00:04:47.353Z | Downloaded colored v3.1.1 |
| 245 | 2026-02-24T00:04:47.357Z | Downloaded socket2 v0.6.2 |
| 246 | 2026-02-24T00:04:47.366Z | Downloaded serde_derive v1.0.228 |
| 247 | 2026-02-24T00:04:47.366Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 248 | 2026-02-24T00:04:47.370Z | Downloaded serde_core v1.0.228 |
| 249 | 2026-02-24T00:04:47.380Z | Downloaded tracing-core v0.1.36 |
| 250 | 2026-02-24T00:04:47.383Z | Downloaded itertools v0.14.0 |
| 251 | 2026-02-24T00:04:47.388Z | Downloaded darling_core v0.21.3 |
| 252 | 2026-02-24T00:04:47.396Z | Downloaded syn v1.0.109 |
| 253 | 2026-02-24T00:04:47.405Z | Downloaded serde v1.0.228 |
| 254 | 2026-02-24T00:04:47.416Z | Downloaded indexmap v2.13.0 |
| 255 | 2026-02-24T00:04:47.416Z | Downloaded rand v0.9.2 |
| 256 | 2026-02-24T00:04:47.420Z | Downloaded hashbrown v0.16.1 |
| 257 | 2026-02-24T00:04:47.455Z | Downloaded unicode-width v0.2.2 |
| 258 | 2026-02-24T00:04:47.469Z | Downloaded regex v1.12.3 |
| 259 | 2026-02-24T00:04:47.473Z | Downloaded clap_builder v4.5.57 |
| 260 | 2026-02-24T00:04:47.482Z | Downloaded winnow v0.7.14 |
| 261 | 2026-02-24T00:04:47.547Z | Downloaded syn v2.0.114 |
| 262 | 2026-02-24T00:04:47.556Z | Downloaded smoltcp v0.11.0 |
| 263 | 2026-02-24T00:04:47.575Z | Downloaded regex-syntax v0.8.9 |
| 264 | 2026-02-24T00:04:47.590Z | Downloaded rustix v1.1.3 |
| 265 | 2026-02-24T00:04:47.610Z | Downloaded tracing v0.1.44 |
| 266 | 2026-02-24T00:04:47.639Z | Downloaded regex-automata v0.4.14 |
| 267 | 2026-02-24T00:04:47.647Z | Downloaded libc v0.2.180 |
| 268 | 2026-02-24T00:04:47.730Z | Compiling proc-macro2 v1.0.106 |
| 269 | 2026-02-24T00:04:47.730Z | Compiling quote v1.0.44 |
| 270 | 2026-02-24T00:04:47.730Z | Compiling unicode-ident v1.0.23 |
| 271 | 2026-02-24T00:04:47.734Z | Compiling serde_core v1.0.228 |
| 272 | 2026-02-24T00:04:47.734Z | Compiling libc v0.2.180 |
| 273 | 2026-02-24T00:04:47.734Z | Checking cfg-if v1.0.4 |
| 274 | 2026-02-24T00:04:47.734Z | Compiling zerocopy v0.8.39 |
| 275 | 2026-02-24T00:04:47.734Z | Compiling strsim v0.11.1 |
| 276 | 2026-02-24T00:04:47.930Z | Compiling fnv v1.0.7 |
| 277 | 2026-02-24T00:04:48.080Z | Compiling thiserror v2.0.18 |
| 278 | 2026-02-24T00:04:48.097Z | Compiling memchr v2.8.0 |
| 279 | 2026-02-24T00:04:48.422Z | Compiling ident_case v1.0.1 |
| 280 | 2026-02-24T00:04:48.565Z | Compiling regex-syntax v0.8.9 |
| 281 | 2026-02-24T00:04:48.790Z | Compiling winnow v0.7.14 |
| 282 | 2026-02-24T00:04:48.812Z | Compiling equivalent v1.0.2 |
| 283 | 2026-02-24T00:04:48.927Z | Compiling aho-corasick v1.1.4 |
| 284 | 2026-02-24T00:04:49.114Z | Compiling either v1.15.0 |
| 285 | 2026-02-24T00:04:49.288Z | Compiling serde v1.0.228 |
| 286 | 2026-02-24T00:04:49.518Z | Compiling anyhow v1.0.101 |
| 287 | 2026-02-24T00:04:49.647Z | Compiling hashbrown v0.16.1 |
| 288 | 2026-02-24T00:04:49.908Z | Compiling itertools v0.14.0 |
| 289 | 2026-02-24T00:04:50.582Z | Compiling syn v2.0.114 |
| 290 | 2026-02-24T00:04:50.709Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 291 | 2026-02-24T00:04:50.899Z | Compiling indexmap v2.13.0 |
| 292 | 2026-02-24T00:04:51.147Z | Compiling heapless v0.8.0 |
| 293 | 2026-02-24T00:04:51.736Z | Compiling getrandom v0.3.4 |
| 294 | 2026-02-24T00:04:52.293Z | Compiling regex-automata v0.4.14 |
| 295 | 2026-02-24T00:04:52.305Z | Compiling toml_parser v1.0.7+spec-1.1.0 |
| 296 | 2026-02-24T00:04:52.360Z | Checking byteorder v1.5.0 |
| 297 | 2026-02-24T00:04:52.668Z | Checking hash32 v0.3.1 |
| 298 | 2026-02-24T00:04:52.707Z | Checking bitflags v2.10.0 |
| 299 | 2026-02-24T00:04:52.826Z | Compiling smoltcp v0.11.0 |
| 300 | 2026-02-24T00:04:52.854Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 301 | 2026-02-24T00:04:52.867Z | Checking stable_deref_trait v1.2.1 |
| 302 | 2026-02-24T00:04:52.976Z | Checking macaddr v1.0.1 |
| 303 | 2026-02-24T00:04:53.051Z | Compiling rustversion v1.0.22 |
| 304 | 2026-02-24T00:04:53.250Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 305 | 2026-02-24T00:04:53.260Z | Compiling syn v1.0.109 |
| 306 | 2026-02-24T00:04:53.773Z | Compiling rustix v1.1.3 |
| 307 | 2026-02-24T00:04:53.785Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 308 | 2026-02-24T00:04:53.893Z | Compiling ref-cast v1.0.25 |
| 309 | 2026-02-24T00:04:53.917Z | Checking managed v0.8.0 |
| 310 | 2026-02-24T00:04:54.147Z | Compiling version_check v0.9.5 |
| 311 | 2026-02-24T00:04:54.311Z | Checking bitflags v1.3.2 |
| 312 | 2026-02-24T00:04:54.344Z | Checking rand_core v0.9.5 |
| 313 | 2026-02-24T00:04:54.407Z | Compiling proc-macro-crate v3.4.0 |
| 314 | 2026-02-24T00:04:54.736Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 315 | 2026-02-24T00:04:55.143Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 316 | 2026-02-24T00:04:55.385Z | Checking errno v0.3.14 |
| 317 | 2026-02-24T00:04:55.580Z | Checking ipnetwork v0.21.1 |
| 318 | 2026-02-24T00:04:55.756Z | Checking utf8parse v0.2.2 |
| 319 | 2026-02-24T00:04:55.918Z | Checking foreign-types-shared v0.3.1 |
| 320 | 2026-02-24T00:04:55.921Z | Checking unicode-width v0.2.2 |
| 321 | 2026-02-24T00:04:55.943Z | Checking once_cell v1.21.3 |
| 322 | 2026-02-24T00:04:56.034Z | Checking anstyle-parse v0.2.7 |
| 323 | 2026-02-24T00:04:56.183Z | Checking cstr-argument v0.1.2 |
| 324 | 2026-02-24T00:04:56.268Z | Compiling regex v1.12.3 |
| 325 | 2026-02-24T00:04:56.326Z | Checking tracing-core v0.1.36 |
| 326 | 2026-02-24T00:04:56.422Z | Checking tabwriter v1.4.1 |
| 327 | 2026-02-24T00:04:57.180Z | Checking anstyle v1.0.13 |
| 328 | 2026-02-24T00:04:57.451Z | Compiling darling_core v0.21.3 |
| 329 | 2026-02-24T00:04:57.490Z | Checking pretty-hex v0.4.1 |
| 330 | 2026-02-24T00:04:57.503Z | Checking anstyle-query v1.1.5 |
| 331 | 2026-02-24T00:04:57.507Z | Checking is_terminal_polyfill v1.70.2 |
| 332 | 2026-02-24T00:04:57.523Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#99a7e26c) |
| 333 | 2026-02-24T00:04:57.630Z | Checking colorchoice v1.0.4 |
| 334 | 2026-02-24T00:04:57.641Z | Checking dyn-clone v1.0.20 |
| 335 | 2026-02-24T00:04:57.678Z | Checking pin-project-lite v0.2.16 |
| 336 | 2026-02-24T00:04:57.778Z | Checking anstream v0.6.21 |
| 337 | 2026-02-24T00:04:57.815Z | Checking terminal_size v0.4.3 |
| 338 | 2026-02-24T00:04:57.995Z | Checking uuid v1.20.0 |
| 339 | 2026-02-24T00:04:58.213Z | Checking socket2 v0.6.2 |
| 340 | 2026-02-24T00:04:58.592Z | Checking clap_lex v0.7.7 |
| 341 | 2026-02-24T00:04:58.630Z | Checking colored v3.1.1 |
| 342 | 2026-02-24T00:04:58.774Z | Checking oxnet v0.1.4 |
| 343 | 2026-02-24T00:04:58.872Z | Compiling heck v0.5.0 |
| 344 | 2026-02-24T00:04:58.925Z | Checking clap_builder v4.5.57 |
| 345 | 2026-02-24T00:04:59.025Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 346 | 2026-02-24T00:05:00.069Z | Compiling zerocopy-derive v0.8.39 |
| 347 | 2026-02-24T00:05:00.069Z | Compiling thiserror-impl v2.0.18 |
| 348 | 2026-02-24T00:05:00.073Z | Compiling serde_derive v1.0.228 |
| 349 | 2026-02-24T00:05:00.073Z | Compiling num_enum_derive v0.7.5 |
| 350 | 2026-02-24T00:05:01.461Z | Compiling ref-cast-impl v1.0.25 |
| 351 | 2026-02-24T00:05:01.921Z | Compiling foreign-types-macros v0.2.3 |
| 352 | 2026-02-24T00:05:02.260Z | Checking num_enum v0.7.5 |
| 353 | 2026-02-24T00:05:02.440Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 354 | 2026-02-24T00:05:02.847Z | Compiling tracing-attributes v0.1.31 |
| 355 | 2026-02-24T00:05:03.072Z | Checking cobs v0.3.0 |
| 356 | 2026-02-24T00:05:03.142Z | Compiling darling_macro v0.21.3 |
| 357 | 2026-02-24T00:05:03.225Z | Checking foreign-types v0.5.0 |
| 358 | 2026-02-24T00:05:03.321Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 359 | 2026-02-24T00:05:03.339Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 360 | 2026-02-24T00:05:03.549Z | Compiling clap_derive v4.5.55 |
| 361 | 2026-02-24T00:05:03.924Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 362 | 2026-02-24T00:05:04.147Z | Compiling darling v0.21.3 |
| 363 | 2026-02-24T00:05:04.267Z | Compiling ingot-macros v0.1.1 |
| 364 | 2026-02-24T00:05:04.752Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 365 | 2026-02-24T00:05:05.245Z | Checking tracing v0.1.44 |
| 366 | 2026-02-24T00:05:06.132Z | Checking postcard v1.1.3 |
| 367 | 2026-02-24T00:05:06.293Z | Checking clap v4.5.57 |
| 368 | 2026-02-24T00:05:08.989Z | Checking ingot-types v0.1.2 |
| 369 | 2026-02-24T00:05:08.989Z | Checking ppv-lite86 v0.2.21 |
| 370 | 2026-02-24T00:05:09.414Z | Checking rand_chacha v0.9.0 |
| 371 | 2026-02-24T00:05:09.481Z | Checking ingot v0.1.1 |
| 372 | 2026-02-24T00:05:09.644Z | Checking rand v0.9.2 |
| 373 | 2026-02-24T00:05:12.291Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 374 | 2026-02-24T00:05:14.251Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 375 | 2026-02-24T00:05:19.437Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 376 | 2026-02-24T00:05:19.438Z | Finished `dev` profile [optimized + debuginfo] target(s) in 40.10s |
| 377 | 2026-02-24T00:05:19.438Z | |
| 378 | 2026-02-24T00:05:19.438Z | real 40.392993140 |
| 379 | 2026-02-24T00:05:19.438Z | user 2:13.580438729 |
| 380 | 2026-02-24T00:05:19.438Z | sys 21.651776101 |
| 381 | 2026-02-24T00:05:19.438Z | trap 0.082100318 |
| 382 | 2026-02-24T00:05:19.438Z | tflt 0.323710578 |
| 383 | 2026-02-24T00:05:19.438Z | dflt 0.523648060 |
| 384 | 2026-02-24T00:05:19.438Z | kflt 0.008406040 |
| 385 | 2026-02-24T00:05:19.438Z | lock 5:06.202403912 |
| 386 | 2026-02-24T00:05:19.438Z | slp 9:02.110638930 |
| 387 | 2026-02-24T00:05:19.438Z | lat 8.362399419 |
| 388 | 2026-02-24T00:05:19.438Z | stop 18.246644116 |
| 389 | 2026-02-24T00:05:19.438Z | + header 'debug build' |
| 390 | 2026-02-24T00:05:19.438Z | + echo '# ==== debug build ==== #' |
| 391 | 2026-02-24T00:05:19.438Z | # ==== debug build ==== # |
| 392 | 2026-02-24T00:05:19.438Z | + ptime -m cargo build |
| 393 | 2026-02-24T00:05:19.438Z | Compiling cfg-if v1.0.4 |
| 394 | 2026-02-24T00:05:19.438Z | Compiling serde_core v1.0.228 |
| 395 | 2026-02-24T00:05:19.438Z | Compiling libc v0.2.180 |
| 396 | 2026-02-24T00:05:19.438Z | Compiling zerocopy v0.8.39 |
| 397 | 2026-02-24T00:05:19.438Z | Compiling thiserror v2.0.18 |
| 398 | 2026-02-24T00:05:19.438Z | Compiling byteorder v1.5.0 |
| 399 | 2026-02-24T00:05:19.439Z | Compiling macaddr v1.0.1 |
| 400 | 2026-02-24T00:05:19.439Z | Compiling stable_deref_trait v1.2.1 |
| 401 | 2026-02-24T00:05:19.439Z | Compiling managed v0.8.0 |
| 402 | 2026-02-24T00:05:19.439Z | Compiling cobs v0.3.0 |
| 403 | 2026-02-24T00:05:19.439Z | Compiling bitflags v1.3.2 |
| 404 | 2026-02-24T00:05:19.439Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 405 | 2026-02-24T00:05:19.439Z | Compiling hash32 v0.3.1 |
| 406 | 2026-02-24T00:05:19.439Z | Compiling heapless v0.8.0 |
| 407 | 2026-02-24T00:05:19.439Z | Compiling unicode-width v0.2.2 |
| 408 | 2026-02-24T00:05:19.439Z | Compiling ipnetwork v0.21.1 |
| 409 | 2026-02-24T00:05:19.439Z | Compiling once_cell v1.21.3 |
| 410 | 2026-02-24T00:05:19.439Z | Compiling memchr v2.8.0 |
| 411 | 2026-02-24T00:05:19.439Z | Compiling getrandom v0.3.4 |
| 412 | 2026-02-24T00:05:19.439Z | Compiling errno v0.3.14 |
| 413 | 2026-02-24T00:05:19.459Z | Compiling rand_core v0.9.5 |
| 414 | 2026-02-24T00:05:19.578Z | Compiling utf8parse v0.2.2 |
| 415 | 2026-02-24T00:05:19.592Z | Compiling smoltcp v0.11.0 |
| 416 | 2026-02-24T00:05:19.663Z | Compiling foreign-types-shared v0.3.1 |
| 417 | 2026-02-24T00:05:19.738Z | Compiling anstyle-parse v0.2.7 |
| 418 | 2026-02-24T00:05:19.788Z | Compiling cstr-argument v0.1.2 |
| 419 | 2026-02-24T00:05:19.933Z | Compiling foreign-types v0.5.0 |
| 420 | 2026-02-24T00:05:19.939Z | Compiling tabwriter v1.4.1 |
| 421 | 2026-02-24T00:05:20.037Z | Compiling tracing-core v0.1.36 |
| 422 | 2026-02-24T00:05:20.132Z | Compiling ref-cast v1.0.25 |
| 423 | 2026-02-24T00:05:20.137Z | Compiling num_enum v0.7.5 |
| 424 | 2026-02-24T00:05:20.269Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 425 | 2026-02-24T00:05:20.314Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 426 | 2026-02-24T00:05:20.442Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 427 | 2026-02-24T00:05:20.486Z | Compiling colorchoice v1.0.4 |
| 428 | 2026-02-24T00:05:20.669Z | Compiling dyn-clone v1.0.20 |
| 429 | 2026-02-24T00:05:20.788Z | Compiling pin-project-lite v0.2.16 |
| 430 | 2026-02-24T00:05:20.936Z | Compiling anstyle v1.0.13 |
| 431 | 2026-02-24T00:05:20.976Z | Compiling anstyle-query v1.1.5 |
| 432 | 2026-02-24T00:05:21.150Z | Compiling pretty-hex v0.4.1 |
| 433 | 2026-02-24T00:05:21.378Z | Compiling is_terminal_polyfill v1.70.2 |
| 434 | 2026-02-24T00:05:21.488Z | Compiling anstream v0.6.21 |
| 435 | 2026-02-24T00:05:21.500Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 436 | 2026-02-24T00:05:21.510Z | Compiling tracing v0.1.44 |
| 437 | 2026-02-24T00:05:21.772Z | Compiling anyhow v1.0.101 |
| 438 | 2026-02-24T00:05:21.900Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 439 | 2026-02-24T00:05:22.237Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 440 | 2026-02-24T00:05:22.427Z | Compiling socket2 v0.6.2 |
| 441 | 2026-02-24T00:05:22.640Z | Compiling strsim v0.11.1 |
| 442 | 2026-02-24T00:05:22.986Z | Compiling bitflags v2.10.0 |
| 443 | 2026-02-24T00:05:23.051Z | Compiling serde v1.0.228 |
| 444 | 2026-02-24T00:05:23.275Z | Compiling uuid v1.20.0 |
| 445 | 2026-02-24T00:05:23.682Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 446 | 2026-02-24T00:05:23.978Z | Compiling rustix v1.1.3 |
| 447 | 2026-02-24T00:05:24.656Z | Compiling postcard v1.1.3 |
| 448 | 2026-02-24T00:05:24.772Z | Compiling winnow v0.7.14 |
| 449 | 2026-02-24T00:05:24.779Z | Compiling colored v3.1.1 |
| 450 | 2026-02-24T00:05:25.024Z | Compiling clap_lex v0.7.7 |
| 451 | 2026-02-24T00:05:25.206Z | Compiling terminal_size v0.4.3 |
| 452 | 2026-02-24T00:05:25.424Z | Compiling oxnet v0.1.4 |
| 453 | 2026-02-24T00:05:25.465Z | Compiling clap_builder v4.5.57 |
| 454 | 2026-02-24T00:05:25.838Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 455 | 2026-02-24T00:05:26.403Z | Compiling ingot-types v0.1.2 |
| 456 | 2026-02-24T00:05:26.632Z | Compiling ppv-lite86 v0.2.21 |
| 457 | 2026-02-24T00:05:27.324Z | Compiling ingot v0.1.1 |
| 458 | 2026-02-24T00:05:27.449Z | Compiling rand_chacha v0.9.0 |
| 459 | 2026-02-24T00:05:27.735Z | Compiling rand v0.9.2 |
| 460 | 2026-02-24T00:05:28.663Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#99a7e26c) |
| 461 | 2026-02-24T00:05:29.158Z | Compiling clap v4.5.57 |
| 462 | 2026-02-24T00:05:31.567Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 463 | 2026-02-24T00:05:36.119Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 464 | 2026-02-24T00:05:38.288Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 465 | 2026-02-24T00:05:46.589Z | Finished `dev` profile [optimized + debuginfo] target(s) in 28.60s |
| 466 | 2026-02-24T00:05:46.622Z | |
| 467 | 2026-02-24T00:05:46.626Z | real 28.682142184 |
| 468 | 2026-02-24T00:05:46.626Z | user 2:36.056260204 |
| 469 | 2026-02-24T00:05:46.626Z | sys 10.251576896 |
| 470 | 2026-02-24T00:05:46.626Z | trap 0.084725660 |
| 471 | 2026-02-24T00:05:46.626Z | tflt 0.298273686 |
| 472 | 2026-02-24T00:05:46.626Z | dflt 0.225431536 |
| 473 | 2026-02-24T00:05:46.626Z | kflt 0.000015048 |
| 474 | 2026-02-24T00:05:46.626Z | lock 5:40.783669674 |
| 475 | 2026-02-24T00:05:46.627Z | slp 6:16.837269548 |
| 476 | 2026-02-24T00:05:46.627Z | lat 5.443345017 |
| 477 | 2026-02-24T00:05:46.627Z | stop 3.836406467 |
| 478 | 2026-02-24T00:05:46.627Z | + header 'release build' |
| 479 | 2026-02-24T00:05:46.627Z | + echo '# ==== release build ==== #' |
| 480 | 2026-02-24T00:05:46.627Z | # ==== release build ==== # |
| 481 | 2026-02-24T00:05:46.627Z | + ptime -m cargo build --release |
| 482 | 2026-02-24T00:05:46.809Z | Compiling proc-macro2 v1.0.106 |
| 483 | 2026-02-24T00:05:46.809Z | Compiling quote v1.0.44 |
| 484 | 2026-02-24T00:05:46.813Z | Compiling unicode-ident v1.0.23 |
| 485 | 2026-02-24T00:05:46.813Z | Compiling libc v0.2.180 |
| 486 | 2026-02-24T00:05:46.813Z | Compiling serde_core v1.0.228 |
| 487 | 2026-02-24T00:05:46.813Z | Compiling cfg-if v1.0.4 |
| 488 | 2026-02-24T00:05:46.813Z | Compiling zerocopy v0.8.39 |
| 489 | 2026-02-24T00:05:46.813Z | Compiling thiserror v2.0.18 |
| 490 | 2026-02-24T00:05:46.934Z | Compiling ident_case v1.0.1 |
| 491 | 2026-02-24T00:05:47.019Z | Compiling fnv v1.0.7 |
| 492 | 2026-02-24T00:05:47.110Z | Compiling strsim v0.11.1 |
| 493 | 2026-02-24T00:05:47.153Z | Compiling memchr v2.8.0 |
| 494 | 2026-02-24T00:05:47.339Z | Compiling regex-syntax v0.8.9 |
| 495 | 2026-02-24T00:05:47.557Z | Compiling either v1.15.0 |
| 496 | 2026-02-24T00:05:47.638Z | Compiling hashbrown v0.16.1 |
| 497 | 2026-02-24T00:05:47.781Z | Compiling serde v1.0.228 |
| 498 | 2026-02-24T00:05:47.965Z | Compiling winnow v0.7.14 |
| 499 | 2026-02-24T00:05:48.341Z | Compiling aho-corasick v1.1.4 |
| 500 | 2026-02-24T00:05:48.389Z | Compiling equivalent v1.0.2 |
| 501 | 2026-02-24T00:05:48.481Z | Compiling anyhow v1.0.101 |
| 502 | 2026-02-24T00:05:48.570Z | Compiling itertools v0.14.0 |
| 503 | 2026-02-24T00:05:49.072Z | Compiling indexmap v2.13.0 |
| 504 | 2026-02-24T00:05:49.208Z | Compiling syn v2.0.114 |
| 505 | 2026-02-24T00:05:49.354Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 506 | 2026-02-24T00:05:49.801Z | Compiling heapless v0.8.0 |
| 507 | 2026-02-24T00:05:50.343Z | Compiling byteorder v1.5.0 |
| 508 | 2026-02-24T00:05:50.411Z | Compiling getrandom v0.3.4 |
| 509 | 2026-02-24T00:05:50.705Z | Compiling hash32 v0.3.1 |
| 510 | 2026-02-24T00:05:50.933Z | Compiling regex-automata v0.4.14 |
| 511 | 2026-02-24T00:05:51.334Z | Compiling toml_parser v1.0.7+spec-1.1.0 |
| 512 | 2026-02-24T00:05:51.450Z | Compiling syn v1.0.109 |
| 513 | 2026-02-24T00:05:51.494Z | Compiling rustversion v1.0.22 |
| 514 | 2026-02-24T00:05:51.865Z | Compiling stable_deref_trait v1.2.1 |
| 515 | 2026-02-24T00:05:51.973Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 516 | 2026-02-24T00:05:52.024Z | Compiling smoltcp v0.11.0 |
| 517 | 2026-02-24T00:05:52.156Z | Compiling bitflags v2.10.0 |
| 518 | 2026-02-24T00:05:52.371Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 519 | 2026-02-24T00:05:52.423Z | Compiling macaddr v1.0.1 |
| 520 | 2026-02-24T00:05:52.694Z | Compiling bitflags v1.3.2 |
| 521 | 2026-02-24T00:05:52.799Z | Compiling ref-cast v1.0.25 |
| 522 | 2026-02-24T00:05:52.872Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 523 | 2026-02-24T00:05:52.876Z | Compiling rustix v1.1.3 |
| 524 | 2026-02-24T00:05:53.070Z | Compiling managed v0.8.0 |
| 525 | 2026-02-24T00:05:53.238Z | Compiling version_check v0.9.5 |
| 526 | 2026-02-24T00:05:53.425Z | Compiling rand_core v0.9.5 |
| 527 | 2026-02-24T00:05:53.764Z | Compiling proc-macro-crate v3.4.0 |
| 528 | 2026-02-24T00:05:53.786Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 529 | 2026-02-24T00:05:54.147Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 530 | 2026-02-24T00:05:54.649Z | Compiling errno v0.3.14 |
| 531 | 2026-02-24T00:05:54.679Z | Compiling foreign-types-shared v0.3.1 |
| 532 | 2026-02-24T00:05:54.799Z | Compiling once_cell v1.21.3 |
| 533 | 2026-02-24T00:05:54.916Z | Compiling unicode-width v0.2.2 |
| 534 | 2026-02-24T00:05:55.033Z | Compiling regex v1.12.3 |
| 535 | 2026-02-24T00:05:55.232Z | Compiling utf8parse v0.2.2 |
| 536 | 2026-02-24T00:05:55.390Z | Compiling ipnetwork v0.21.1 |
| 537 | 2026-02-24T00:05:55.533Z | Compiling tabwriter v1.4.1 |
| 538 | 2026-02-24T00:05:55.900Z | Compiling cstr-argument v0.1.2 |
| 539 | 2026-02-24T00:05:56.140Z | Compiling darling_core v0.21.3 |
| 540 | 2026-02-24T00:05:56.177Z | Compiling anstyle-parse v0.2.7 |
| 541 | 2026-02-24T00:05:56.184Z | Compiling tracing-core v0.1.36 |
| 542 | 2026-02-24T00:05:57.528Z | Compiling dyn-clone v1.0.20 |
| 543 | 2026-02-24T00:05:57.767Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#99a7e26c) |
| 544 | 2026-02-24T00:05:57.785Z | Compiling pretty-hex v0.4.1 |
| 545 | 2026-02-24T00:05:58.028Z | Compiling colorchoice v1.0.4 |
| 546 | 2026-02-24T00:05:58.060Z | Compiling is_terminal_polyfill v1.70.2 |
| 547 | 2026-02-24T00:05:58.134Z | Compiling anstyle-query v1.1.5 |
| 548 | 2026-02-24T00:05:58.193Z | Compiling pin-project-lite v0.2.16 |
| 549 | 2026-02-24T00:05:58.201Z | Compiling anstyle v1.0.13 |
| 550 | 2026-02-24T00:05:58.304Z | Compiling terminal_size v0.4.3 |
| 551 | 2026-02-24T00:05:58.521Z | Compiling uuid v1.20.0 |
| 552 | 2026-02-24T00:05:58.678Z | Compiling anstream v0.6.21 |
| 553 | 2026-02-24T00:05:59.145Z | Compiling socket2 v0.6.2 |
| 554 | 2026-02-24T00:05:59.493Z | Compiling heck v0.5.0 |
| 555 | 2026-02-24T00:05:59.555Z | Compiling colored v3.1.1 |
| 556 | 2026-02-24T00:05:59.699Z | Compiling zerocopy-derive v0.8.39 |
| 557 | 2026-02-24T00:05:59.913Z | Compiling thiserror-impl v2.0.18 |
| 558 | 2026-02-24T00:06:00.200Z | Compiling serde_derive v1.0.228 |
| 559 | 2026-02-24T00:06:00.353Z | Compiling ref-cast-impl v1.0.25 |
| 560 | 2026-02-24T00:06:00.767Z | Compiling foreign-types-macros v0.2.3 |
| 561 | 2026-02-24T00:06:00.862Z | Compiling num_enum_derive v0.7.5 |
| 562 | 2026-02-24T00:06:01.680Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 563 | 2026-02-24T00:06:01.906Z | Compiling darling_macro v0.21.3 |
| 564 | 2026-02-24T00:06:02.052Z | Compiling foreign-types v0.5.0 |
| 565 | 2026-02-24T00:06:02.157Z | Compiling tracing-attributes v0.1.31 |
| 566 | 2026-02-24T00:06:02.540Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 567 | 2026-02-24T00:06:02.839Z | Compiling cobs v0.3.0 |
| 568 | 2026-02-24T00:06:02.846Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 569 | 2026-02-24T00:06:02.886Z | Compiling darling v0.21.3 |
| 570 | 2026-02-24T00:06:02.941Z | Compiling num_enum v0.7.5 |
| 571 | 2026-02-24T00:06:02.993Z | Compiling ingot-macros v0.1.1 |
| 572 | 2026-02-24T00:06:03.130Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 573 | 2026-02-24T00:06:03.262Z | Compiling oxnet v0.1.4 |
| 574 | 2026-02-24T00:06:03.483Z | Compiling clap_lex v0.7.7 |
| 575 | 2026-02-24T00:06:03.725Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 576 | 2026-02-24T00:06:03.839Z | Compiling clap_builder v4.5.57 |
| 577 | 2026-02-24T00:06:03.903Z | Compiling clap_derive v4.5.55 |
| 578 | 2026-02-24T00:06:04.095Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 579 | 2026-02-24T00:06:04.886Z | Compiling tracing v0.1.44 |
| 580 | 2026-02-24T00:06:07.333Z | Compiling postcard v1.1.3 |
| 581 | 2026-02-24T00:06:08.106Z | Compiling clap v4.5.57 |
| 582 | 2026-02-24T00:06:10.509Z | Compiling ingot-types v0.1.2 |
| 583 | 2026-02-24T00:06:10.509Z | Compiling ppv-lite86 v0.2.21 |
| 584 | 2026-02-24T00:06:10.967Z | Compiling rand_chacha v0.9.0 |
| 585 | 2026-02-24T00:06:11.060Z | Compiling ingot v0.1.1 |
| 586 | 2026-02-24T00:06:11.214Z | Compiling rand v0.9.2 |
| 587 | 2026-02-24T00:06:14.343Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 588 | 2026-02-24T00:06:16.054Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 589 | 2026-02-24T00:06:17.833Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 590 | 2026-02-24T00:06:31.447Z | Finished `release` profile [optimized + debuginfo] target(s) in 44.76s |
| 591 | 2026-02-24T00:06:31.480Z | |
| 592 | 2026-02-24T00:06:31.484Z | real 44.844048613 |
| 593 | 2026-02-24T00:06:31.484Z | user 4:05.645373909 |
| 594 | 2026-02-24T00:06:31.484Z | sys 22.867649132 |
| 595 | 2026-02-24T00:06:31.484Z | trap 0.137111206 |
| 596 | 2026-02-24T00:06:31.484Z | tflt 0.205369533 |
| 597 | 2026-02-24T00:06:31.484Z | dflt 0.751262486 |
| 598 | 2026-02-24T00:06:31.484Z | kflt 0.000015018 |
| 599 | 2026-02-24T00:06:31.484Z | lock 8:23.868888957 |
| 600 | 2026-02-24T00:06:31.484Z | slp 10:48.111888111 |
| 601 | 2026-02-24T00:06:31.484Z | lat 8.304674624 |
| 602 | 2026-02-24T00:06:31.484Z | stop 14.178182938 |
| 603 | 2026-02-24T00:06:31.484Z | + popd |
| 604 | 2026-02-24T00:06:31.485Z | /work/oxidecomputer/opte |
| 605 | 2026-02-24T00:06:31.485Z | + for x in debug release |
| 606 | 2026-02-24T00:06:31.485Z | + mkdir -p /work/debug |
| 607 | 2026-02-24T00:06:31.485Z | + cp target/debug/opteadm /work/debug/ |
| 608 | 2026-02-24T00:06:31.515Z | + sha256sum target/debug/opteadm |
| 609 | 2026-02-24T00:06:31.549Z | + for x in debug release |
| 610 | 2026-02-24T00:06:31.549Z | + mkdir -p /work/release |
| 611 | 2026-02-24T00:06:31.552Z | + cp target/release/opteadm /work/release/ |
| 612 | 2026-02-24T00:06:31.575Z | + sha256sum target/release/opteadm |
| 613 | 2026-02-24T00:06:31.597Z | process exited: duration 138938 ms, exit code 0 |
| |
| 614 | 2026-02-24T00:06:31.618Z | found 4 output files |
| 615 | 2026-02-24T00:06:31.618Z | uploading: /work/debug/opteadm (36315232 bytes) |
| 616 | 2026-02-24T00:06:33.002Z | uploaded: /work/debug/opteadm |
| 617 | 2026-02-24T00:06:33.002Z | uploading: /work/debug/opteadm.debug.sha256 (87 bytes) |
| 618 | 2026-02-24T00:06:34.013Z | uploaded: /work/debug/opteadm.debug.sha256 |
| 619 | 2026-02-24T00:06:34.013Z | uploading: /work/release/opteadm (23369248 bytes) |
| 620 | 2026-02-24T00:06:35.274Z | uploaded: /work/release/opteadm |
| 621 | 2026-02-24T00:06:35.277Z | uploading: /work/release/opteadm.release.sha256 (89 bytes) |
| 622 | 2026-02-24T00:06:36.284Z | uploaded: /work/release/opteadm.release.sha256 |