|
|
|
| 1 | 2026-02-19T04:40:30.520Z | job assigned to worker 01KHT34E4SPRTEP5RQFWKC9EHP [factory aws, i-0ff116e56e6825618] (queued for 58 s) |
| |
| 2 | 2026-02-19T04:40:38.600Z | starting task 0: "setup" |
| 3 | 2026-02-19T04:40:38.605Z | ++ uname -s |
| 4 | 2026-02-19T04:40:38.608Z | + kern=SunOS |
| 5 | 2026-02-19T04:40:38.608Z | + build_user=build |
| 6 | 2026-02-19T04:40:38.608Z | + build_uid=12345 |
| 7 | 2026-02-19T04:40:38.608Z | + work_dir=/work |
| 8 | 2026-02-19T04:40:38.608Z | + input_dir=/input |
| 9 | 2026-02-19T04:40:38.608Z | + [[ 0 == 12345 ]] |
| 10 | 2026-02-19T04:40:38.608Z | + case "$kern" in |
| 11 | 2026-02-19T04:40:38.608Z | + groupadd -g 12345 build |
| 12 | 2026-02-19T04:40:38.612Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-02-19T04:40:40.620Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-02-19T04:40:40.691Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-02-19T04:40:40.694Z | + home_fs=zfs |
| 16 | 2026-02-19T04:40:40.694Z | + [[ zfs == autofs ]] |
| 17 | 2026-02-19T04:40:40.694Z | + mkdir -p /home/build |
| 18 | 2026-02-19T04:40:40.698Z | + chown build:build /home/build /work |
| 19 | 2026-02-19T04:40:42.699Z | + chmod 0700 /home/build /work |
| 20 | 2026-02-19T04:40:42.702Z | process exited: duration 4103 ms, exit code 0 |
| |
| 21 | 2026-02-19T04:40:42.707Z | starting task 1: "rust-toolchain" |
| 22 | 2026-02-19T04:40:42.714Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 23 | 2026-02-19T04:40:42.714Z | * rust toolchain channel = "1.90.0" |
| 24 | 2026-02-19T04:40:42.714Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-02-19T04:40:42.714Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-02-19T04:40:42.714Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-02-19T04:40:42.714Z | * rust toolchain profile = "default" |
| 28 | 2026-02-19T04:40:42.717Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-02-19T04:40:42.717Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-02-19T04:40:43.036Z | info: downloading installer |
| 31 | 2026-02-19T04:40:44.940Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-02-19T04:40:44.940Z | warn: /opt/ooce/bin |
| 33 | 2026-02-19T04:40:44.940Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-02-19T04:40:44.940Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-02-19T04:40:44.940Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-02-19T04:40:44.940Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-02-19T04:40:44.940Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-02-19T04:40:44.940Z | error: cannot install while Rust is installed |
| 39 | 2026-02-19T04:40:44.940Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-02-19T04:40:44.969Z | info: profile set to 'default' |
| 41 | 2026-02-19T04:40:44.969Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-02-19T04:40:44.972Z | info: syncing channel updates for '1.90.0-x86_64-unknown-illumos' |
| 43 | 2026-02-19T04:40:45.153Z | info: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14) |
| 44 | 2026-02-19T04:40:45.153Z | info: downloading component 'cargo' |
| 45 | 2026-02-19T04:40:46.112Z | info: downloading component 'clippy' |
| 46 | 2026-02-19T04:40:46.494Z | info: downloading component 'rust-docs' |
| 47 | 2026-02-19T04:40:47.989Z | info: downloading component 'rust-std' |
| 48 | 2026-02-19T04:40:50.359Z | info: downloading component 'rustc' |
| 49 | 2026-02-19T04:40:57.565Z | info: downloading component 'rustfmt' |
| 50 | 2026-02-19T04:40:57.907Z | info: installing component 'cargo' |
| 51 | 2026-02-19T04:40:58.872Z | info: installing component 'clippy' |
| 52 | 2026-02-19T04:40:59.277Z | info: installing component 'rust-docs' |
| 53 | 2026-02-19T04:41:01.196Z | info: installing component 'rust-std' |
| 54 | 2026-02-19T04:41:03.206Z | info: installing component 'rustc' |
| 55 | 2026-02-19T04:41:10.253Z | info: installing component 'rustfmt' |
| 56 | 2026-02-19T04:41:10.641Z | info: default toolchain set to '1.90.0-x86_64-unknown-illumos' |
| 57 | 2026-02-19T04:41:10.641Z | |
| 58 | 2026-02-19T04:41:11.079Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 59 | 2026-02-19T04:41:11.080Z | |
| 60 | 2026-02-19T04:41:11.083Z | |
| 61 | 2026-02-19T04:41:11.083Z | Rust is installed now. Great! |
| 62 | 2026-02-19T04:41:11.083Z | |
| 63 | 2026-02-19T04:41:11.083Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-02-19T04:41:11.083Z | environment variable. This has not been done automatically. |
| 65 | 2026-02-19T04:41:11.083Z | |
| 66 | 2026-02-19T04:41:11.083Z | To configure your current shell, you need to source |
| 67 | 2026-02-19T04:41:11.083Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-02-19T04:41:11.083Z | |
| 69 | 2026-02-19T04:41:11.083Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-02-19T04:41:11.083Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-02-19T04:41:11.083Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-02-19T04:41:11.083Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-02-19T04:41:11.187Z | + rustup --version |
| 74 | 2026-02-19T04:41:11.200Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-02-19T04:41:11.204Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-02-19T04:41:11.294Z | info: The currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 77 | 2026-02-19T04:41:11.298Z | + cargo --version |
| 78 | 2026-02-19T04:41:11.366Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 79 | 2026-02-19T04:41:11.370Z | + rustc --version |
| 80 | 2026-02-19T04:41:11.450Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 81 | 2026-02-19T04:41:11.457Z | process exited: duration 28740 ms, exit code 0 |
| |
| 82 | 2026-02-19T04:41:11.463Z | starting task 2: "authentication" |
| 83 | 2026-02-19T04:41:11.488Z | process exited: duration 24 ms, exit code 0 |
| |
| 84 | 2026-02-19T04:41:11.494Z | starting task 3: "clone repository" |
| 85 | 2026-02-19T04:41:11.500Z | + mkdir -p /work/oxidecomputer/opte |
| 86 | 2026-02-19T04:41:11.503Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 87 | 2026-02-19T04:41:11.538Z | Cloning into '/work/oxidecomputer/opte'... |
| 88 | 2026-02-19T04:41:12.442Z | + cd /work/oxidecomputer/opte |
| 89 | 2026-02-19T04:41:12.445Z | + git fetch origin ac41d489be05ccd2dca1cd4dc129d68fd0001f5b |
| 90 | 2026-02-19T04:41:12.709Z | From https://github.com/oxidecomputer/opte |
| 91 | 2026-02-19T04:41:12.709Z | * branch ac41d489be05ccd2dca1cd4dc129d68fd0001f5b -> FETCH_HEAD |
| 92 | 2026-02-19T04:41:12.720Z | + [[ -n renovate/toml-1.x-lockfile ]] |
| 93 | 2026-02-19T04:41:12.723Z | ++ git branch --show-current |
| 94 | 2026-02-19T04:41:12.726Z | + current=master |
| 95 | 2026-02-19T04:41:12.726Z | + [[ master != renovate/toml-1.x-lockfile ]] |
| 96 | 2026-02-19T04:41:12.726Z | + git branch -f renovate/toml-1.x-lockfile ac41d489be05ccd2dca1cd4dc129d68fd0001f5b |
| 97 | 2026-02-19T04:41:12.729Z | + git checkout -f renovate/toml-1.x-lockfile |
| 98 | 2026-02-19T04:41:12.758Z | Switched to branch 'renovate/toml-1.x-lockfile' |
| 99 | 2026-02-19T04:41:12.761Z | + git reset --hard ac41d489be05ccd2dca1cd4dc129d68fd0001f5b |
| 100 | 2026-02-19T04:41:12.787Z | HEAD is now at ac41d48 Update Rust crate toml to v1.0.3 |
| 101 | 2026-02-19T04:41:12.790Z | process exited: duration 1294 ms, exit code 0 |
| |
| 102 | 2026-02-19T04:41:12.796Z | starting task 4: "build" |
| 103 | 2026-02-19T04:41:12.803Z | + source .github/buildomat/common.sh |
| 104 | 2026-02-19T04:41:12.805Z | ++ rustup show active-toolchain |
| 105 | 2026-02-19T04:41:12.858Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 106 | 2026-02-19T04:41:12.862Z | ++ pushd xde |
| 107 | 2026-02-19T04:41:12.866Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 108 | 2026-02-19T04:41:12.866Z | ++ rustup show active-toolchain |
| 109 | 2026-02-19T04:41:12.871Z | info: syncing channel updates for 'nightly-2025-09-19-x86_64-unknown-illumos' |
| 110 | 2026-02-19T04:41:13.074Z | info: latest update on 2025-09-19, rust version 1.92.0-nightly (7c275d09e 2025-09-18) |
| 111 | 2026-02-19T04:41:13.077Z | info: downloading component 'cargo' |
| 112 | 2026-02-19T04:41:14.260Z | info: downloading component 'clippy' |
| 113 | 2026-02-19T04:41:14.658Z | info: downloading component 'rust-src' |
| 114 | 2026-02-19T04:41:14.973Z | info: downloading component 'rust-std' |
| 115 | 2026-02-19T04:41:16.830Z | info: downloading component 'rustc' |
| 116 | 2026-02-19T04:41:24.151Z | info: downloading component 'rustfmt' |
| 117 | 2026-02-19T04:41:24.494Z | info: installing component 'cargo' |
| 118 | 2026-02-19T04:41:25.475Z | info: installing component 'clippy' |
| 119 | 2026-02-19T04:41:25.895Z | info: installing component 'rust-src' |
| 120 | 2026-02-19T04:41:26.293Z | info: installing component 'rust-std' |
| 121 | 2026-02-19T04:41:28.033Z | info: installing component 'rustc' |
| 122 | 2026-02-19T04:41:35.085Z | info: installing component 'rustfmt' |
| 123 | 2026-02-19T04:41:35.449Z | nightly-2025-09-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 124 | 2026-02-19T04:41:35.587Z | +++ rustup show active-toolchain -v |
| 125 | 2026-02-19T04:41:35.590Z | +++ head -n 1 |
| 126 | 2026-02-19T04:41:35.590Z | +++ cut '-d ' -f1 |
| 127 | 2026-02-19T04:41:35.733Z | ++ export NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos |
| 128 | 2026-02-19T04:41:35.733Z | ++ NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos |
| 129 | 2026-02-19T04:41:35.733Z | ++ popd |
| 130 | 2026-02-19T04:41:35.736Z | /work/oxidecomputer/opte |
| 131 | 2026-02-19T04:41:35.736Z | + cargo --version |
| 132 | 2026-02-19T04:41:35.798Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 133 | 2026-02-19T04:41:35.801Z | + rustc --version |
| 134 | 2026-02-19T04:41:35.881Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 135 | 2026-02-19T04:41:35.885Z | + pushd bin/opteadm |
| 136 | 2026-02-19T04:41:35.888Z | /work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte |
| 137 | 2026-02-19T04:41:35.888Z | + header 'check style' |
| 138 | 2026-02-19T04:41:35.888Z | + echo '# ==== check style ==== #' |
| 139 | 2026-02-19T04:41:35.888Z | # ==== check style ==== # |
| 140 | 2026-02-19T04:41:35.888Z | + ptime -m cargo +nightly-2025-09-19-x86_64-unknown-illumos fmt -- --check |
| 141 | 2026-02-19T04:41:36.132Z | |
| 142 | 2026-02-19T04:41:36.132Z | real 0.241803313 |
| 143 | 2026-02-19T04:41:36.132Z | user 0.153753005 |
| 144 | 2026-02-19T04:41:36.132Z | sys 0.082151290 |
| 145 | 2026-02-19T04:41:36.132Z | trap 0.000118613 |
| 146 | 2026-02-19T04:41:36.132Z | tflt 0.000050866 |
| 147 | 2026-02-19T04:41:36.132Z | dflt 0.000031601 |
| 148 | 2026-02-19T04:41:36.132Z | kflt 0.000000000 |
| 149 | 2026-02-19T04:41:36.132Z | lock 0.798269911 |
| 150 | 2026-02-19T04:41:36.135Z | slp 0.255684050 |
| 151 | 2026-02-19T04:41:36.135Z | lat 0.002629873 |
| 152 | 2026-02-19T04:41:36.135Z | stop 0.000174325 |
| 153 | 2026-02-19T04:41:36.135Z | + header analyze |
| 154 | 2026-02-19T04:41:36.135Z | + echo '# ==== analyze ==== #' |
| 155 | 2026-02-19T04:41:36.136Z | # ==== analyze ==== # |
| 156 | 2026-02-19T04:41:36.136Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 157 | 2026-02-19T04:41:36.455Z | Updating crates.io index |
| 158 | 2026-02-19T04:41:36.502Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 159 | 2026-02-19T04:41:37.593Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 160 | 2026-02-19T04:41:37.875Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 161 | 2026-02-19T04:41:38.320Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 162 | 2026-02-19T04:41:38.825Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 163 | 2026-02-19T04:41:39.052Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 164 | 2026-02-19T04:41:39.310Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 165 | 2026-02-19T04:41:41.685Z | Downloading crates ... |
| 166 | 2026-02-19T04:41:41.740Z | Downloaded macaddr v1.0.1 |
| 167 | 2026-02-19T04:41:41.749Z | Downloaded clap_lex v0.7.7 |
| 168 | 2026-02-19T04:41:41.753Z | Downloaded colored v3.1.1 |
| 169 | 2026-02-19T04:41:41.763Z | Downloaded defmt v0.3.100 |
| 170 | 2026-02-19T04:41:41.766Z | Downloaded byteorder v1.5.0 |
| 171 | 2026-02-19T04:41:41.766Z | Downloaded darling_macro v0.21.3 |
| 172 | 2026-02-19T04:41:41.769Z | Downloaded darling v0.21.3 |
| 173 | 2026-02-19T04:41:41.772Z | Downloaded cstr-argument v0.1.2 |
| 174 | 2026-02-19T04:41:41.775Z | Downloaded bitflags v2.10.0 |
| 175 | 2026-02-19T04:41:41.777Z | Downloaded cobs v0.3.0 |
| 176 | 2026-02-19T04:41:41.780Z | Downloaded anstyle-parse v0.2.7 |
| 177 | 2026-02-19T04:41:41.780Z | Downloaded thiserror-impl v2.0.18 |
| 178 | 2026-02-19T04:41:41.783Z | Downloaded clap_derive v4.5.55 |
| 179 | 2026-02-19T04:41:41.786Z | Downloaded clap v4.5.57 |
| 180 | 2026-02-19T04:41:41.793Z | Downloaded terminal_size v0.4.3 |
| 181 | 2026-02-19T04:41:41.795Z | Downloaded ref-cast-impl v1.0.25 |
| 182 | 2026-02-19T04:41:41.795Z | Downloaded postcard v1.1.3 |
| 183 | 2026-02-19T04:41:41.798Z | Downloaded proc-macro-error2 v2.0.1 |
| 184 | 2026-02-19T04:41:41.801Z | Downloaded aho-corasick v1.1.4 |
| 185 | 2026-02-19T04:41:41.806Z | Downloaded is_terminal_polyfill v1.70.2 |
| 186 | 2026-02-19T04:41:41.809Z | Downloaded darling_core v0.21.3 |
| 187 | 2026-02-19T04:41:41.812Z | Downloaded tabwriter v1.4.1 |
| 188 | 2026-02-19T04:41:41.816Z | Downloaded ref-cast v1.0.25 |
| 189 | 2026-02-19T04:41:41.818Z | Downloaded managed v0.8.0 |
| 190 | 2026-02-19T04:41:41.818Z | Downloaded ident_case v1.0.1 |
| 191 | 2026-02-19T04:41:41.818Z | Downloaded zerocopy v0.8.39 |
| 192 | 2026-02-19T04:41:41.836Z | Downloaded proc-macro-crate v3.4.0 |
| 193 | 2026-02-19T04:41:41.839Z | Downloaded cfg-if v1.0.4 |
| 194 | 2026-02-19T04:41:41.843Z | Downloaded embedded-io v0.4.0 |
| 195 | 2026-02-19T04:41:41.846Z | Downloaded stable_deref_trait v1.2.1 |
| 196 | 2026-02-19T04:41:41.846Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 197 | 2026-02-19T04:41:41.849Z | Downloaded foreign-types-macros v0.2.3 |
| 198 | 2026-02-19T04:41:41.849Z | Downloaded colorchoice v1.0.4 |
| 199 | 2026-02-19T04:41:41.852Z | Downloaded hash32 v0.3.1 |
| 200 | 2026-02-19T04:41:41.852Z | Downloaded heck v0.5.0 |
| 201 | 2026-02-19T04:41:41.855Z | Downloaded foreign-types v0.5.0 |
| 202 | 2026-02-19T04:41:41.855Z | Downloaded defmt-parser v1.0.0 |
| 203 | 2026-02-19T04:41:41.858Z | Downloaded utf8parse v0.2.2 |
| 204 | 2026-02-19T04:41:41.861Z | Downloaded version_check v0.9.5 |
| 205 | 2026-02-19T04:41:41.861Z | Downloaded strsim v0.11.1 |
| 206 | 2026-02-19T04:41:41.863Z | Downloaded dyn-clone v1.0.20 |
| 207 | 2026-02-19T04:41:41.866Z | Downloaded embedded-io v0.6.1 |
| 208 | 2026-02-19T04:41:41.866Z | Downloaded fnv v1.0.7 |
| 209 | 2026-02-19T04:41:41.869Z | Downloaded errno v0.3.14 |
| 210 | 2026-02-19T04:41:41.869Z | Downloaded equivalent v1.0.2 |
| 211 | 2026-02-19T04:41:41.872Z | Downloaded foreign-types-shared v0.3.1 |
| 212 | 2026-02-19T04:41:41.875Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 213 | 2026-02-19T04:41:41.875Z | Downloaded anstream v0.6.21 |
| 214 | 2026-02-19T04:41:41.878Z | Downloaded anstyle v1.0.13 |
| 215 | 2026-02-19T04:41:41.881Z | Downloaded pin-project-lite v0.2.16 |
| 216 | 2026-02-19T04:41:41.884Z | Downloaded thiserror v2.0.18 |
| 217 | 2026-02-19T04:41:41.889Z | Downloaded quote v1.0.44 |
| 218 | 2026-02-19T04:41:41.892Z | Downloaded ppv-lite86 v0.2.21 |
| 219 | 2026-02-19T04:41:41.895Z | Downloaded heapless v0.8.0 |
| 220 | 2026-02-19T04:41:41.898Z | Downloaded rustversion v1.0.22 |
| 221 | 2026-02-19T04:41:41.900Z | Downloaded rand_core v0.9.5 |
| 222 | 2026-02-19T04:41:41.900Z | Downloaded pretty-hex v0.4.1 |
| 223 | 2026-02-19T04:41:41.903Z | Downloaded oxnet v0.1.4 |
| 224 | 2026-02-19T04:41:41.903Z | Downloaded bitflags v1.3.2 |
| 225 | 2026-02-19T04:41:41.906Z | Downloaded num_enum_derive v0.7.5 |
| 226 | 2026-02-19T04:41:41.906Z | Downloaded defmt v1.0.1 |
| 227 | 2026-02-19T04:41:41.909Z | Downloaded defmt-macros v1.0.1 |
| 228 | 2026-02-19T04:41:41.912Z | Downloaded either v1.15.0 |
| 229 | 2026-02-19T04:41:41.915Z | Downloaded num_enum v0.7.5 |
| 230 | 2026-02-19T04:41:41.918Z | Downloaded ipnetwork v0.21.1 |
| 231 | 2026-02-19T04:41:41.921Z | Downloaded anstyle-query v1.1.5 |
| 232 | 2026-02-19T04:41:41.921Z | Downloaded ingot-types v0.1.2 |
| 233 | 2026-02-19T04:41:41.924Z | Downloaded ingot v0.1.1 |
| 234 | 2026-02-19T04:41:41.929Z | Downloaded rand_chacha v0.9.0 |
| 235 | 2026-02-19T04:41:41.933Z | Downloaded ingot-macros v0.1.1 |
| 236 | 2026-02-19T04:41:41.937Z | Downloaded anyhow v1.0.101 |
| 237 | 2026-02-19T04:41:41.942Z | Downloaded tracing-attributes v0.1.31 |
| 238 | 2026-02-19T04:41:41.944Z | Downloaded once_cell v1.21.3 |
| 239 | 2026-02-19T04:41:41.951Z | Downloaded uuid v1.20.0 |
| 240 | 2026-02-19T04:41:41.954Z | Downloaded serde_derive v1.0.228 |
| 241 | 2026-02-19T04:41:41.956Z | Downloaded serde_core v1.0.228 |
| 242 | 2026-02-19T04:41:41.959Z | Downloaded proc-macro2 v1.0.106 |
| 243 | 2026-02-19T04:41:41.962Z | Downloaded unicode-ident v1.0.23 |
| 244 | 2026-02-19T04:41:41.965Z | Downloaded getrandom v0.3.4 |
| 245 | 2026-02-19T04:41:41.968Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 246 | 2026-02-19T04:41:41.971Z | Downloaded tracing-core v0.1.36 |
| 247 | 2026-02-19T04:41:41.979Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 248 | 2026-02-19T04:41:41.982Z | Downloaded socket2 v0.6.2 |
| 249 | 2026-02-19T04:41:41.997Z | Downloaded memchr v2.8.0 |
| 250 | 2026-02-19T04:41:42.004Z | Downloaded serde v1.0.228 |
| 251 | 2026-02-19T04:41:42.018Z | Downloaded rand v0.9.2 |
| 252 | 2026-02-19T04:41:42.021Z | Downloaded indexmap v2.13.0 |
| 253 | 2026-02-19T04:41:42.043Z | Downloaded clap_builder v4.5.57 |
| 254 | 2026-02-19T04:41:42.049Z | Downloaded zerocopy-derive v0.8.39 |
| 255 | 2026-02-19T04:41:42.057Z | Downloaded regex v1.12.3 |
| 256 | 2026-02-19T04:41:42.067Z | Downloaded hashbrown v0.16.1 |
| 257 | 2026-02-19T04:41:42.076Z | Downloaded itertools v0.14.0 |
| 258 | 2026-02-19T04:41:42.085Z | Downloaded winnow v0.7.14 |
| 259 | 2026-02-19T04:41:42.132Z | Downloaded syn v1.0.109 |
| 260 | 2026-02-19T04:41:42.157Z | Downloaded unicode-width v0.2.2 |
| 261 | 2026-02-19T04:41:42.163Z | Downloaded syn v2.0.114 |
| 262 | 2026-02-19T04:41:42.174Z | Downloaded smoltcp v0.11.0 |
| 263 | 2026-02-19T04:41:42.184Z | Downloaded rustix v1.1.3 |
| 264 | 2026-02-19T04:41:42.205Z | Downloaded regex-syntax v0.8.9 |
| 265 | 2026-02-19T04:41:42.218Z | Downloaded tracing v0.1.44 |
| 266 | 2026-02-19T04:41:42.244Z | Downloaded regex-automata v0.4.14 |
| 267 | 2026-02-19T04:41:42.256Z | Downloaded libc v0.2.180 |
| 268 | 2026-02-19T04:41:42.349Z | Compiling proc-macro2 v1.0.106 |
| 269 | 2026-02-19T04:41:42.349Z | Compiling unicode-ident v1.0.23 |
| 270 | 2026-02-19T04:41:42.349Z | Compiling quote v1.0.44 |
| 271 | 2026-02-19T04:41:42.349Z | Compiling serde_core v1.0.228 |
| 272 | 2026-02-19T04:41:42.352Z | Compiling libc v0.2.180 |
| 273 | 2026-02-19T04:41:42.352Z | Compiling zerocopy v0.8.39 |
| 274 | 2026-02-19T04:41:42.352Z | Checking cfg-if v1.0.4 |
| 275 | 2026-02-19T04:41:42.352Z | Compiling fnv v1.0.7 |
| 276 | 2026-02-19T04:41:42.549Z | Compiling memchr v2.8.0 |
| 277 | 2026-02-19T04:41:42.624Z | Compiling ident_case v1.0.1 |
| 278 | 2026-02-19T04:41:42.669Z | Compiling strsim v0.11.1 |
| 279 | 2026-02-19T04:41:42.814Z | Compiling thiserror v2.0.18 |
| 280 | 2026-02-19T04:41:43.113Z | Compiling regex-syntax v0.8.9 |
| 281 | 2026-02-19T04:41:43.264Z | Compiling either v1.15.0 |
| 282 | 2026-02-19T04:41:43.276Z | Compiling hashbrown v0.16.1 |
| 283 | 2026-02-19T04:41:43.697Z | Compiling aho-corasick v1.1.4 |
| 284 | 2026-02-19T04:41:43.852Z | Compiling serde v1.0.228 |
| 285 | 2026-02-19T04:41:43.967Z | Compiling winnow v0.7.14 |
| 286 | 2026-02-19T04:41:44.094Z | Compiling equivalent v1.0.2 |
| 287 | 2026-02-19T04:41:44.230Z | Compiling anyhow v1.0.101 |
| 288 | 2026-02-19T04:41:44.608Z | Compiling indexmap v2.13.0 |
| 289 | 2026-02-19T04:41:44.806Z | Compiling itertools v0.14.0 |
| 290 | 2026-02-19T04:41:44.972Z | Compiling syn v2.0.114 |
| 291 | 2026-02-19T04:41:45.023Z | Compiling getrandom v0.3.4 |
| 292 | 2026-02-19T04:41:45.690Z | Checking byteorder v1.5.0 |
| 293 | 2026-02-19T04:41:46.053Z | Compiling heapless v0.8.0 |
| 294 | 2026-02-19T04:41:46.170Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 295 | 2026-02-19T04:41:46.650Z | Checking hash32 v0.3.1 |
| 296 | 2026-02-19T04:41:46.850Z | Compiling regex-automata v0.4.14 |
| 297 | 2026-02-19T04:41:47.023Z | Compiling rustversion v1.0.22 |
| 298 | 2026-02-19T04:41:47.173Z | Checking bitflags v2.10.0 |
| 299 | 2026-02-19T04:41:47.481Z | Compiling syn v1.0.109 |
| 300 | 2026-02-19T04:41:47.695Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 301 | 2026-02-19T04:41:47.698Z | Checking stable_deref_trait v1.2.1 |
| 302 | 2026-02-19T04:41:47.779Z | Compiling smoltcp v0.11.0 |
| 303 | 2026-02-19T04:41:47.807Z | Checking macaddr v1.0.1 |
| 304 | 2026-02-19T04:41:47.951Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 305 | 2026-02-19T04:41:48.374Z | Compiling version_check v0.9.5 |
| 306 | 2026-02-19T04:41:48.457Z | Compiling rustix v1.1.3 |
| 307 | 2026-02-19T04:41:48.467Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 308 | 2026-02-19T04:41:48.576Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 309 | 2026-02-19T04:41:48.846Z | Compiling ref-cast v1.0.25 |
| 310 | 2026-02-19T04:41:48.919Z | Checking bitflags v1.3.2 |
| 311 | 2026-02-19T04:41:48.962Z | Checking managed v0.8.0 |
| 312 | 2026-02-19T04:41:49.018Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 313 | 2026-02-19T04:41:49.109Z | Checking rand_core v0.9.5 |
| 314 | 2026-02-19T04:41:49.500Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 315 | 2026-02-19T04:41:49.520Z | Checking errno v0.3.14 |
| 316 | 2026-02-19T04:41:49.715Z | Checking foreign-types-shared v0.3.1 |
| 317 | 2026-02-19T04:41:49.845Z | Compiling proc-macro-crate v3.4.0 |
| 318 | 2026-02-19T04:41:50.165Z | Checking utf8parse v0.2.2 |
| 319 | 2026-02-19T04:41:50.321Z | Checking ipnetwork v0.21.1 |
| 320 | 2026-02-19T04:41:50.705Z | Checking unicode-width v0.2.2 |
| 321 | 2026-02-19T04:41:50.865Z | Checking once_cell v1.21.3 |
| 322 | 2026-02-19T04:41:50.908Z | Checking anstyle-parse v0.2.7 |
| 323 | 2026-02-19T04:41:51.198Z | Compiling regex v1.12.3 |
| 324 | 2026-02-19T04:41:51.235Z | Checking tracing-core v0.1.36 |
| 325 | 2026-02-19T04:41:51.247Z | Checking tabwriter v1.4.1 |
| 326 | 2026-02-19T04:41:51.548Z | Checking cstr-argument v0.1.2 |
| 327 | 2026-02-19T04:41:52.162Z | Compiling darling_core v0.21.3 |
| 328 | 2026-02-19T04:41:52.416Z | Checking anstyle v1.0.13 |
| 329 | 2026-02-19T04:41:52.471Z | Checking anstyle-query v1.1.5 |
| 330 | 2026-02-19T04:41:52.610Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#99a7e26c) |
| 331 | 2026-02-19T04:41:52.621Z | Checking dyn-clone v1.0.20 |
| 332 | 2026-02-19T04:41:52.637Z | Checking pretty-hex v0.4.1 |
| 333 | 2026-02-19T04:41:52.769Z | Checking pin-project-lite v0.2.16 |
| 334 | 2026-02-19T04:41:52.780Z | Checking colorchoice v1.0.4 |
| 335 | 2026-02-19T04:41:52.824Z | Checking is_terminal_polyfill v1.70.2 |
| 336 | 2026-02-19T04:41:52.907Z | Checking terminal_size v0.4.3 |
| 337 | 2026-02-19T04:41:52.956Z | Checking anstream v0.6.21 |
| 338 | 2026-02-19T04:41:53.100Z | Checking uuid v1.20.0 |
| 339 | 2026-02-19T04:41:53.370Z | Checking socket2 v0.6.2 |
| 340 | 2026-02-19T04:41:53.403Z | Checking colored v3.1.1 |
| 341 | 2026-02-19T04:41:53.575Z | Checking oxnet v0.1.4 |
| 342 | 2026-02-19T04:41:53.834Z | Compiling heck v0.5.0 |
| 343 | 2026-02-19T04:41:53.900Z | Checking clap_lex v0.7.7 |
| 344 | 2026-02-19T04:41:53.925Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 345 | 2026-02-19T04:41:54.186Z | Checking clap_builder v4.5.57 |
| 346 | 2026-02-19T04:41:54.867Z | Compiling zerocopy-derive v0.8.39 |
| 347 | 2026-02-19T04:41:54.867Z | Compiling thiserror-impl v2.0.18 |
| 348 | 2026-02-19T04:41:54.870Z | Compiling serde_derive v1.0.228 |
| 349 | 2026-02-19T04:41:54.870Z | Compiling foreign-types-macros v0.2.3 |
| 350 | 2026-02-19T04:41:56.239Z | Compiling ref-cast-impl v1.0.25 |
| 351 | 2026-02-19T04:41:56.688Z | Compiling num_enum_derive v0.7.5 |
| 352 | 2026-02-19T04:41:57.386Z | Checking foreign-types v0.5.0 |
| 353 | 2026-02-19T04:41:57.489Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 354 | 2026-02-19T04:41:57.601Z | Compiling tracing-attributes v0.1.31 |
| 355 | 2026-02-19T04:41:58.017Z | Compiling darling_macro v0.21.3 |
| 356 | 2026-02-19T04:41:58.028Z | Checking cobs v0.3.0 |
| 357 | 2026-02-19T04:41:58.300Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 358 | 2026-02-19T04:41:58.626Z | Compiling clap_derive v4.5.55 |
| 359 | 2026-02-19T04:41:58.945Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 360 | 2026-02-19T04:41:58.964Z | Checking num_enum v0.7.5 |
| 361 | 2026-02-19T04:41:59.061Z | Compiling darling v0.21.3 |
| 362 | 2026-02-19T04:41:59.146Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 363 | 2026-02-19T04:41:59.181Z | Compiling ingot-macros v0.1.1 |
| 364 | 2026-02-19T04:41:59.842Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 365 | 2026-02-19T04:42:00.286Z | Checking tracing v0.1.44 |
| 366 | 2026-02-19T04:42:01.482Z | Checking postcard v1.1.3 |
| 367 | 2026-02-19T04:42:01.513Z | Checking clap v4.5.57 |
| 368 | 2026-02-19T04:42:04.323Z | Checking ingot-types v0.1.2 |
| 369 | 2026-02-19T04:42:04.323Z | Checking ppv-lite86 v0.2.21 |
| 370 | 2026-02-19T04:42:04.779Z | Checking rand_chacha v0.9.0 |
| 371 | 2026-02-19T04:42:04.828Z | Checking ingot v0.1.1 |
| 372 | 2026-02-19T04:42:05.008Z | Checking rand v0.9.2 |
| 373 | 2026-02-19T04:42:07.696Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 374 | 2026-02-19T04:42:10.046Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 375 | 2026-02-19T04:42:12.240Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 376 | 2026-02-19T04:42:13.769Z | Finished `dev` profile [optimized + debuginfo] target(s) in 37.44s |
| 377 | 2026-02-19T04:42:13.913Z | |
| 378 | 2026-02-19T04:42:13.913Z | real 37.764322455 |
| 379 | 2026-02-19T04:42:13.913Z | user 2:19.673394499 |
| 380 | 2026-02-19T04:42:13.913Z | sys 22.730015722 |
| 381 | 2026-02-19T04:42:13.913Z | trap 0.107629231 |
| 382 | 2026-02-19T04:42:13.913Z | tflt 0.112253773 |
| 383 | 2026-02-19T04:42:13.913Z | dflt 0.091075222 |
| 384 | 2026-02-19T04:42:13.913Z | kflt 0.001819259 |
| 385 | 2026-02-19T04:42:13.916Z | lock 5:22.066250686 |
| 386 | 2026-02-19T04:42:13.916Z | slp 9:13.333380802 |
| 387 | 2026-02-19T04:42:13.916Z | lat 9.229693865 |
| 388 | 2026-02-19T04:42:13.916Z | stop 18.600051299 |
| 389 | 2026-02-19T04:42:13.916Z | + header 'debug build' |
| 390 | 2026-02-19T04:42:13.916Z | + echo '# ==== debug build ==== #' |
| 391 | 2026-02-19T04:42:13.916Z | # ==== debug build ==== # |
| 392 | 2026-02-19T04:42:13.917Z | + ptime -m cargo build |
| 393 | 2026-02-19T04:42:14.210Z | Compiling cfg-if v1.0.4 |
| 394 | 2026-02-19T04:42:14.214Z | Compiling libc v0.2.180 |
| 395 | 2026-02-19T04:42:14.214Z | Compiling serde_core v1.0.228 |
| 396 | 2026-02-19T04:42:14.246Z | Compiling zerocopy v0.8.39 |
| 397 | 2026-02-19T04:42:14.249Z | Compiling thiserror v2.0.18 |
| 398 | 2026-02-19T04:42:14.255Z | Compiling byteorder v1.5.0 |
| 399 | 2026-02-19T04:42:14.260Z | Compiling stable_deref_trait v1.2.1 |
| 400 | 2026-02-19T04:42:14.263Z | Compiling macaddr v1.0.1 |
| 401 | 2026-02-19T04:42:14.322Z | Compiling bitflags v1.3.2 |
| 402 | 2026-02-19T04:42:14.356Z | Compiling cobs v0.3.0 |
| 403 | 2026-02-19T04:42:14.385Z | Compiling managed v0.8.0 |
| 404 | 2026-02-19T04:42:14.419Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 405 | 2026-02-19T04:42:14.637Z | Compiling hash32 v0.3.1 |
| 406 | 2026-02-19T04:42:14.820Z | Compiling heapless v0.8.0 |
| 407 | 2026-02-19T04:42:14.828Z | Compiling unicode-width v0.2.2 |
| 408 | 2026-02-19T04:42:14.866Z | Compiling utf8parse v0.2.2 |
| 409 | 2026-02-19T04:42:14.893Z | Compiling ipnetwork v0.21.1 |
| 410 | 2026-02-19T04:42:14.954Z | Compiling memchr v2.8.0 |
| 411 | 2026-02-19T04:42:15.048Z | Compiling getrandom v0.3.4 |
| 412 | 2026-02-19T04:42:15.187Z | Compiling errno v0.3.14 |
| 413 | 2026-02-19T04:42:15.476Z | Compiling rand_core v0.9.5 |
| 414 | 2026-02-19T04:42:15.479Z | Compiling foreign-types-shared v0.3.1 |
| 415 | 2026-02-19T04:42:15.497Z | Compiling once_cell v1.21.3 |
| 416 | 2026-02-19T04:42:15.616Z | Compiling foreign-types v0.5.0 |
| 417 | 2026-02-19T04:42:15.736Z | Compiling tabwriter v1.4.1 |
| 418 | 2026-02-19T04:42:15.848Z | Compiling smoltcp v0.11.0 |
| 419 | 2026-02-19T04:42:15.984Z | Compiling cstr-argument v0.1.2 |
| 420 | 2026-02-19T04:42:16.001Z | Compiling tracing-core v0.1.36 |
| 421 | 2026-02-19T04:42:16.165Z | Compiling anstyle-parse v0.2.7 |
| 422 | 2026-02-19T04:42:16.274Z | Compiling ref-cast v1.0.25 |
| 423 | 2026-02-19T04:42:16.429Z | Compiling num_enum v0.7.5 |
| 424 | 2026-02-19T04:42:16.634Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 425 | 2026-02-19T04:42:16.642Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 426 | 2026-02-19T04:42:16.648Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 427 | 2026-02-19T04:42:16.821Z | Compiling dyn-clone v1.0.20 |
| 428 | 2026-02-19T04:42:16.828Z | Compiling anstyle v1.0.13 |
| 429 | 2026-02-19T04:42:17.165Z | Compiling pin-project-lite v0.2.16 |
| 430 | 2026-02-19T04:42:17.314Z | Compiling colorchoice v1.0.4 |
| 431 | 2026-02-19T04:42:17.403Z | Compiling anstyle-query v1.1.5 |
| 432 | 2026-02-19T04:42:17.498Z | Compiling pretty-hex v0.4.1 |
| 433 | 2026-02-19T04:42:17.578Z | Compiling is_terminal_polyfill v1.70.2 |
| 434 | 2026-02-19T04:42:17.726Z | Compiling anstream v0.6.21 |
| 435 | 2026-02-19T04:42:17.737Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 436 | 2026-02-19T04:42:17.783Z | Compiling tracing v0.1.44 |
| 437 | 2026-02-19T04:42:18.027Z | Compiling anyhow v1.0.101 |
| 438 | 2026-02-19T04:42:18.154Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 439 | 2026-02-19T04:42:18.579Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 440 | 2026-02-19T04:42:18.778Z | Compiling socket2 v0.6.2 |
| 441 | 2026-02-19T04:42:18.924Z | Compiling winnow v0.7.14 |
| 442 | 2026-02-19T04:42:19.213Z | Compiling bitflags v2.10.0 |
| 443 | 2026-02-19T04:42:19.312Z | Compiling serde v1.0.228 |
| 444 | 2026-02-19T04:42:19.424Z | Compiling uuid v1.20.0 |
| 445 | 2026-02-19T04:42:20.002Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 446 | 2026-02-19T04:42:20.231Z | Compiling rustix v1.1.3 |
| 447 | 2026-02-19T04:42:20.859Z | Compiling postcard v1.1.3 |
| 448 | 2026-02-19T04:42:21.118Z | Compiling oxnet v0.1.4 |
| 449 | 2026-02-19T04:42:21.463Z | Compiling colored v3.1.1 |
| 450 | 2026-02-19T04:42:21.687Z | Compiling terminal_size v0.4.3 |
| 451 | 2026-02-19T04:42:21.732Z | Compiling clap_lex v0.7.7 |
| 452 | 2026-02-19T04:42:21.965Z | Compiling strsim v0.11.1 |
| 453 | 2026-02-19T04:42:22.144Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 454 | 2026-02-19T04:42:22.608Z | Compiling clap_builder v4.5.57 |
| 455 | 2026-02-19T04:42:22.964Z | Compiling ingot-types v0.1.2 |
| 456 | 2026-02-19T04:42:22.970Z | Compiling ppv-lite86 v0.2.21 |
| 457 | 2026-02-19T04:42:23.804Z | Compiling ingot v0.1.1 |
| 458 | 2026-02-19T04:42:23.906Z | Compiling rand_chacha v0.9.0 |
| 459 | 2026-02-19T04:42:24.350Z | Compiling rand v0.9.2 |
| 460 | 2026-02-19T04:42:25.148Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#99a7e26c) |
| 461 | 2026-02-19T04:42:26.205Z | Compiling clap v4.5.57 |
| 462 | 2026-02-19T04:42:28.712Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 463 | 2026-02-19T04:42:33.287Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 464 | 2026-02-19T04:42:35.519Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 465 | 2026-02-19T04:42:44.323Z | Finished `dev` profile [optimized + debuginfo] target(s) in 30.33s |
| 466 | 2026-02-19T04:42:44.359Z | |
| 467 | 2026-02-19T04:42:44.359Z | real 30.425551158 |
| 468 | 2026-02-19T04:42:44.359Z | user 2:40.791260362 |
| 469 | 2026-02-19T04:42:44.359Z | sys 10.779492790 |
| 470 | 2026-02-19T04:42:44.359Z | trap 0.098629706 |
| 471 | 2026-02-19T04:42:44.363Z | tflt 0.237090043 |
| 472 | 2026-02-19T04:42:44.363Z | dflt 0.259094935 |
| 473 | 2026-02-19T04:42:44.363Z | kflt 0.002537646 |
| 474 | 2026-02-19T04:42:44.363Z | lock 5:58.321995172 |
| 475 | 2026-02-19T04:42:44.363Z | slp 6:37.426487732 |
| 476 | 2026-02-19T04:42:44.363Z | lat 6.740946796 |
| 477 | 2026-02-19T04:42:44.363Z | stop 4.338234029 |
| 478 | 2026-02-19T04:42:44.363Z | + header 'release build' |
| 479 | 2026-02-19T04:42:44.363Z | + echo '# ==== release build ==== #' |
| 480 | 2026-02-19T04:42:44.363Z | # ==== release build ==== # |
| 481 | 2026-02-19T04:42:44.363Z | + ptime -m cargo build --release |
| 482 | 2026-02-19T04:42:44.565Z | Compiling proc-macro2 v1.0.106 |
| 483 | 2026-02-19T04:42:44.565Z | Compiling unicode-ident v1.0.23 |
| 484 | 2026-02-19T04:42:44.568Z | Compiling quote v1.0.44 |
| 485 | 2026-02-19T04:42:44.568Z | Compiling libc v0.2.180 |
| 486 | 2026-02-19T04:42:44.568Z | Compiling serde_core v1.0.228 |
| 487 | 2026-02-19T04:42:44.568Z | Compiling cfg-if v1.0.4 |
| 488 | 2026-02-19T04:42:44.568Z | Compiling zerocopy v0.8.39 |
| 489 | 2026-02-19T04:42:44.592Z | Compiling fnv v1.0.7 |
| 490 | 2026-02-19T04:42:44.687Z | Compiling thiserror v2.0.18 |
| 491 | 2026-02-19T04:42:44.732Z | Compiling memchr v2.8.0 |
| 492 | 2026-02-19T04:42:44.764Z | Compiling ident_case v1.0.1 |
| 493 | 2026-02-19T04:42:44.953Z | Compiling strsim v0.11.1 |
| 494 | 2026-02-19T04:42:45.138Z | Compiling regex-syntax v0.8.9 |
| 495 | 2026-02-19T04:42:45.381Z | Compiling equivalent v1.0.2 |
| 496 | 2026-02-19T04:42:45.505Z | Compiling hashbrown v0.16.1 |
| 497 | 2026-02-19T04:42:45.538Z | Compiling either v1.15.0 |
| 498 | 2026-02-19T04:42:45.726Z | Compiling aho-corasick v1.1.4 |
| 499 | 2026-02-19T04:42:45.958Z | Compiling anyhow v1.0.101 |
| 500 | 2026-02-19T04:42:46.046Z | Compiling serde v1.0.228 |
| 501 | 2026-02-19T04:42:46.307Z | Compiling winnow v0.7.14 |
| 502 | 2026-02-19T04:42:46.689Z | Compiling indexmap v2.13.0 |
| 503 | 2026-02-19T04:42:46.748Z | Compiling itertools v0.14.0 |
| 504 | 2026-02-19T04:42:47.027Z | Compiling syn v2.0.114 |
| 505 | 2026-02-19T04:42:47.107Z | Compiling getrandom v0.3.4 |
| 506 | 2026-02-19T04:42:47.702Z | Compiling heapless v0.8.0 |
| 507 | 2026-02-19T04:42:48.164Z | Compiling byteorder v1.5.0 |
| 508 | 2026-02-19T04:42:48.267Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 509 | 2026-02-19T04:42:48.522Z | Compiling hash32 v0.3.1 |
| 510 | 2026-02-19T04:42:48.770Z | Compiling macaddr v1.0.1 |
| 511 | 2026-02-19T04:42:49.029Z | Compiling regex-automata v0.4.14 |
| 512 | 2026-02-19T04:42:49.175Z | Compiling smoltcp v0.11.0 |
| 513 | 2026-02-19T04:42:49.436Z | Compiling rustversion v1.0.22 |
| 514 | 2026-02-19T04:42:49.793Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 515 | 2026-02-19T04:42:49.825Z | Compiling stable_deref_trait v1.2.1 |
| 516 | 2026-02-19T04:42:49.828Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 517 | 2026-02-19T04:42:49.928Z | Compiling syn v1.0.109 |
| 518 | 2026-02-19T04:42:50.089Z | Compiling bitflags v2.10.0 |
| 519 | 2026-02-19T04:42:50.560Z | Compiling version_check v0.9.5 |
| 520 | 2026-02-19T04:42:50.593Z | Compiling bitflags v1.3.2 |
| 521 | 2026-02-19T04:42:50.702Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 522 | 2026-02-19T04:42:50.766Z | Compiling ref-cast v1.0.25 |
| 523 | 2026-02-19T04:42:50.805Z | Compiling rustix v1.1.3 |
| 524 | 2026-02-19T04:42:51.141Z | Compiling managed v0.8.0 |
| 525 | 2026-02-19T04:42:51.150Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 526 | 2026-02-19T04:42:51.362Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 527 | 2026-02-19T04:42:51.392Z | Compiling rand_core v0.9.5 |
| 528 | 2026-02-19T04:42:51.726Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 529 | 2026-02-19T04:42:51.864Z | Compiling errno v0.3.14 |
| 530 | 2026-02-19T04:42:52.124Z | Compiling proc-macro-crate v3.4.0 |
| 531 | 2026-02-19T04:42:52.521Z | Compiling ipnetwork v0.21.1 |
| 532 | 2026-02-19T04:42:52.896Z | Compiling unicode-width v0.2.2 |
| 533 | 2026-02-19T04:42:52.991Z | Compiling foreign-types-shared v0.3.1 |
| 534 | 2026-02-19T04:42:53.115Z | Compiling utf8parse v0.2.2 |
| 535 | 2026-02-19T04:42:53.269Z | Compiling regex v1.12.3 |
| 536 | 2026-02-19T04:42:53.287Z | Compiling once_cell v1.21.3 |
| 537 | 2026-02-19T04:42:53.486Z | Compiling tabwriter v1.4.1 |
| 538 | 2026-02-19T04:42:53.709Z | Compiling tracing-core v0.1.36 |
| 539 | 2026-02-19T04:42:54.177Z | Compiling darling_core v0.21.3 |
| 540 | 2026-02-19T04:42:54.180Z | Compiling cstr-argument v0.1.2 |
| 541 | 2026-02-19T04:42:54.471Z | Compiling anstyle-parse v0.2.7 |
| 542 | 2026-02-19T04:42:55.721Z | Compiling is_terminal_polyfill v1.70.2 |
| 543 | 2026-02-19T04:42:55.745Z | Compiling pretty-hex v0.4.1 |
| 544 | 2026-02-19T04:42:55.852Z | Compiling anstyle-query v1.1.5 |
| 545 | 2026-02-19T04:42:55.973Z | Compiling pin-project-lite v0.2.16 |
| 546 | 2026-02-19T04:42:56.010Z | Compiling dyn-clone v1.0.20 |
| 547 | 2026-02-19T04:42:56.020Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#99a7e26c) |
| 548 | 2026-02-19T04:42:56.114Z | Compiling anstyle v1.0.13 |
| 549 | 2026-02-19T04:42:56.257Z | Compiling colorchoice v1.0.4 |
| 550 | 2026-02-19T04:42:56.398Z | Compiling terminal_size v0.4.3 |
| 551 | 2026-02-19T04:42:56.607Z | Compiling anstream v0.6.21 |
| 552 | 2026-02-19T04:42:56.856Z | Compiling uuid v1.20.0 |
| 553 | 2026-02-19T04:42:57.312Z | Compiling socket2 v0.6.2 |
| 554 | 2026-02-19T04:42:57.632Z | Compiling oxnet v0.1.4 |
| 555 | 2026-02-19T04:42:57.816Z | Compiling heck v0.5.0 |
| 556 | 2026-02-19T04:42:57.958Z | Compiling zerocopy-derive v0.8.39 |
| 557 | 2026-02-19T04:42:57.988Z | Compiling thiserror-impl v2.0.18 |
| 558 | 2026-02-19T04:42:58.254Z | Compiling serde_derive v1.0.228 |
| 559 | 2026-02-19T04:42:58.267Z | Compiling foreign-types-macros v0.2.3 |
| 560 | 2026-02-19T04:42:58.631Z | Compiling num_enum_derive v0.7.5 |
| 561 | 2026-02-19T04:42:59.573Z | Compiling ref-cast-impl v1.0.25 |
| 562 | 2026-02-19T04:43:00.098Z | Compiling darling_macro v0.21.3 |
| 563 | 2026-02-19T04:43:00.874Z | Compiling num_enum v0.7.5 |
| 564 | 2026-02-19T04:43:00.964Z | Compiling foreign-types v0.5.0 |
| 565 | 2026-02-19T04:43:01.078Z | Compiling cobs v0.3.0 |
| 566 | 2026-02-19T04:43:01.085Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 567 | 2026-02-19T04:43:01.092Z | Compiling tracing-attributes v0.1.31 |
| 568 | 2026-02-19T04:43:01.121Z | Compiling darling v0.21.3 |
| 569 | 2026-02-19T04:43:01.237Z | Compiling ingot-macros v0.1.1 |
| 570 | 2026-02-19T04:43:01.306Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 571 | 2026-02-19T04:43:01.500Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 572 | 2026-02-19T04:43:01.867Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 573 | 2026-02-19T04:43:02.113Z | Compiling clap_lex v0.7.7 |
| 574 | 2026-02-19T04:43:02.197Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 575 | 2026-02-19T04:43:02.388Z | Compiling colored v3.1.1 |
| 576 | 2026-02-19T04:43:02.574Z | Compiling clap_builder v4.5.57 |
| 577 | 2026-02-19T04:43:02.734Z | Compiling clap_derive v4.5.55 |
| 578 | 2026-02-19T04:43:03.417Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 579 | 2026-02-19T04:43:03.968Z | Compiling tracing v0.1.44 |
| 580 | 2026-02-19T04:43:05.973Z | Compiling postcard v1.1.3 |
| 581 | 2026-02-19T04:43:06.817Z | Compiling clap v4.5.57 |
| 582 | 2026-02-19T04:43:09.026Z | Compiling ingot-types v0.1.2 |
| 583 | 2026-02-19T04:43:09.026Z | Compiling ppv-lite86 v0.2.21 |
| 584 | 2026-02-19T04:43:09.586Z | Compiling rand_chacha v0.9.0 |
| 585 | 2026-02-19T04:43:09.641Z | Compiling ingot v0.1.1 |
| 586 | 2026-02-19T04:43:09.849Z | Compiling rand v0.9.2 |
| 587 | 2026-02-19T04:43:13.144Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 588 | 2026-02-19T04:43:14.972Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 589 | 2026-02-19T04:43:16.848Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 590 | 2026-02-19T04:43:30.805Z | Finished `release` profile [optimized + debuginfo] target(s) in 46.36s |
| 591 | 2026-02-19T04:43:30.844Z | |
| 592 | 2026-02-19T04:43:30.844Z | real 46.457666277 |
| 593 | 2026-02-19T04:43:30.844Z | user 4:13.109782287 |
| 594 | 2026-02-19T04:43:30.844Z | sys 23.498606153 |
| 595 | 2026-02-19T04:43:30.844Z | trap 0.148833015 |
| 596 | 2026-02-19T04:43:30.844Z | tflt 0.229204428 |
| 597 | 2026-02-19T04:43:30.844Z | dflt 0.642831105 |
| 598 | 2026-02-19T04:43:30.844Z | kflt 0.000008427 |
| 599 | 2026-02-19T04:43:30.844Z | lock 8:43.512431129 |
| 600 | 2026-02-19T04:43:30.848Z | slp 11:13.672002892 |
| 601 | 2026-02-19T04:43:30.848Z | lat 7.968245048 |
| 602 | 2026-02-19T04:43:30.848Z | stop 14.161792662 |
| 603 | 2026-02-19T04:43:30.848Z | + popd |
| 604 | 2026-02-19T04:43:30.848Z | /work/oxidecomputer/opte |
| 605 | 2026-02-19T04:43:30.848Z | + for x in debug release |
| 606 | 2026-02-19T04:43:30.848Z | + mkdir -p /work/debug |
| 607 | 2026-02-19T04:43:30.848Z | + cp target/debug/opteadm /work/debug/ |
| 608 | 2026-02-19T04:43:30.888Z | + sha256sum target/debug/opteadm |
| 609 | 2026-02-19T04:43:30.924Z | + for x in debug release |
| 610 | 2026-02-19T04:43:30.924Z | + mkdir -p /work/release |
| 611 | 2026-02-19T04:43:30.927Z | + cp target/release/opteadm /work/release/ |
| 612 | 2026-02-19T04:43:30.953Z | + sha256sum target/release/opteadm |
| 613 | 2026-02-19T04:43:30.978Z | process exited: duration 138147 ms, exit code 0 |
| |
| 614 | 2026-02-19T04:43:30.985Z | found 4 output files |
| 615 | 2026-02-19T04:43:30.985Z | uploading: /work/debug/opteadm (35736712 bytes) |
| 616 | 2026-02-19T04:43:32.329Z | uploaded: /work/debug/opteadm |
| 617 | 2026-02-19T04:43:32.329Z | uploading: /work/debug/opteadm.debug.sha256 (87 bytes) |
| 618 | 2026-02-19T04:43:33.338Z | uploaded: /work/debug/opteadm.debug.sha256 |
| 619 | 2026-02-19T04:43:33.338Z | uploading: /work/release/opteadm (22737672 bytes) |
| 620 | 2026-02-19T04:43:34.563Z | uploaded: /work/release/opteadm |
| 621 | 2026-02-19T04:43:34.563Z | uploading: /work/release/opteadm.release.sha256 (89 bytes) |
| 622 | 2026-02-19T04:43:35.572Z | uploaded: /work/release/opteadm.release.sha256 |