|
|
|
| 1 | 2026-05-08T19:34:48.714Z | job assigned to worker 01KR4HA56Y91NNWB9NQAZW1D74 [factory aws, i-09fa7cfea01081976] (queued for 1 m 0 s) |
| |
| 2 | 2026-05-08T19:34:55.300Z | starting task 0: "setup" |
| 3 | 2026-05-08T19:34:55.313Z | ++ uname -s |
| 4 | 2026-05-08T19:34:55.313Z | + kern=SunOS |
| 5 | 2026-05-08T19:34:55.314Z | + build_user=build |
| 6 | 2026-05-08T19:34:55.314Z | + build_uid=12345 |
| 7 | 2026-05-08T19:34:55.314Z | + work_dir=/work |
| 8 | 2026-05-08T19:34:55.314Z | + input_dir=/input |
| 9 | 2026-05-08T19:34:55.314Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-08T19:34:55.314Z | + case "$kern" in |
| 11 | 2026-05-08T19:34:55.314Z | + groupadd -g 12345 build |
| 12 | 2026-05-08T19:34:55.314Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-08T19:34:57.310Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-08T19:34:57.426Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-08T19:34:57.429Z | + home_fs=zfs |
| 16 | 2026-05-08T19:34:57.429Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-08T19:34:57.429Z | + mkdir -p /home/build |
| 18 | 2026-05-08T19:34:57.429Z | + chown build:build /home/build /work |
| 19 | 2026-05-08T19:34:59.443Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-08T19:34:59.451Z | process exited: duration 4139 ms, exit code 0 |
| |
| 21 | 2026-05-08T19:34:59.462Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-08T19:34:59.469Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 23 | 2026-05-08T19:34:59.469Z | * rust toolchain channel = "1.90.0" |
| 24 | 2026-05-08T19:34:59.469Z | * rust toolchain profile = "default" |
| 25 | 2026-05-08T19:34:59.472Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-08T19:34:59.473Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-08T19:34:59.473Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-08T19:34:59.473Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-08T19:34:59.473Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-05-08T19:34:59.567Z | info: downloading installer |
| 31 | 2026-05-08T19:35:01.212Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-05-08T19:35:01.212Z | warn: /opt/ooce/bin |
| 33 | 2026-05-08T19:35:01.212Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-05-08T19:35:01.212Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-05-08T19:35:01.212Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-05-08T19:35:01.212Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-05-08T19:35:01.212Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-05-08T19:35:01.212Z | error: cannot install while Rust is installed |
| 39 | 2026-05-08T19:35:01.212Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-05-08T19:35:01.212Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-05-08T19:35:01.212Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-05-08T19:35:01.212Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-05-08T19:35:01.212Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-05-08T19:35:01.227Z | info: profile set to default |
| 45 | 2026-05-08T19:35:01.227Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-05-08T19:35:01.230Z | info: syncing channel updates for 1.90.0-x86_64-unknown-illumos |
| 47 | 2026-05-08T19:35:01.396Z | info: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14) |
| 48 | 2026-05-08T19:35:01.398Z | info: downloading 6 components |
| 49 | 2026-05-08T19:35:17.324Z | info: default toolchain set to 1.90.0-x86_64-unknown-illumos |
| 50 | 2026-05-08T19:35:17.324Z | |
| 51 | 2026-05-08T19:35:17.353Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 52 | 2026-05-08T19:35:17.353Z | |
| 53 | 2026-05-08T19:35:17.353Z | |
| 54 | 2026-05-08T19:35:17.356Z | Rust is installed now. Great! |
| 55 | 2026-05-08T19:35:17.356Z | |
| 56 | 2026-05-08T19:35:17.356Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-05-08T19:35:17.356Z | environment variable. This has not been done automatically. |
| 58 | 2026-05-08T19:35:17.356Z | |
| 59 | 2026-05-08T19:35:17.356Z | To configure your current shell, you need to source |
| 60 | 2026-05-08T19:35:17.356Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-05-08T19:35:17.356Z | |
| 62 | 2026-05-08T19:35:17.356Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-05-08T19:35:17.356Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-05-08T19:35:17.356Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-05-08T19:35:17.357Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-05-08T19:35:17.357Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-05-08T19:35:17.357Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-05-08T19:35:17.357Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-05-08T19:35:17.357Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-05-08T19:35:17.357Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-05-08T19:35:17.443Z | + rustup --version |
| 72 | 2026-05-08T19:35:17.452Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-05-08T19:35:17.455Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-05-08T19:35:17.476Z | info: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 75 | 2026-05-08T19:35:17.479Z | + cargo --version |
| 76 | 2026-05-08T19:35:17.492Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 77 | 2026-05-08T19:35:17.495Z | + rustc --version |
| 78 | 2026-05-08T19:35:17.514Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 79 | 2026-05-08T19:35:17.518Z | process exited: duration 18054 ms, exit code 0 |
| |
| 80 | 2026-05-08T19:35:17.523Z | starting task 2: "authentication" |
| 81 | 2026-05-08T19:35:17.540Z | process exited: duration 15 ms, exit code 0 |
| |
| 82 | 2026-05-08T19:35:17.545Z | starting task 3: "clone repository" |
| 83 | 2026-05-08T19:35:17.548Z | + mkdir -p /work/oxidecomputer/opte |
| 84 | 2026-05-08T19:35:17.551Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 85 | 2026-05-08T19:35:17.591Z | Cloning into '/work/oxidecomputer/opte'... |
| 86 | 2026-05-08T19:35:18.449Z | + cd /work/oxidecomputer/opte |
| 87 | 2026-05-08T19:35:18.449Z | + git fetch origin 324103bbf6842212b833e8f517c56c7650bbf616 |
| 88 | 2026-05-08T19:35:18.721Z | From https://github.com/oxidecomputer/opte |
| 89 | 2026-05-08T19:35:18.721Z | * branch 324103bbf6842212b833e8f517c56c7650bbf616 -> FETCH_HEAD |
| 90 | 2026-05-08T19:35:18.727Z | + [[ -n ry/faster-syn-expiry ]] |
| 91 | 2026-05-08T19:35:18.729Z | ++ git branch --show-current |
| 92 | 2026-05-08T19:35:18.729Z | + current=master |
| 93 | 2026-05-08T19:35:18.729Z | + [[ master != ry/faster-syn-expiry ]] |
| 94 | 2026-05-08T19:35:18.729Z | + git branch -f ry/faster-syn-expiry 324103bbf6842212b833e8f517c56c7650bbf616 |
| 95 | 2026-05-08T19:35:18.732Z | + git checkout -f ry/faster-syn-expiry |
| 96 | 2026-05-08T19:35:18.749Z | Switched to branch 'ry/faster-syn-expiry' |
| 97 | 2026-05-08T19:35:18.751Z | + git reset --hard 324103bbf6842212b833e8f517c56c7650bbf616 |
| 98 | 2026-05-08T19:35:18.765Z | HEAD is now at 324103b firewall table headroom to 512k |
| 99 | 2026-05-08T19:35:18.768Z | process exited: duration 1220 ms, exit code 0 |
| |
| 100 | 2026-05-08T19:35:18.773Z | starting task 4: "build" |
| 101 | 2026-05-08T19:35:18.777Z | + source .github/buildomat/common.sh |
| 102 | 2026-05-08T19:35:18.780Z | ++ rustup show active-toolchain |
| 103 | 2026-05-08T19:35:18.782Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 104 | 2026-05-08T19:35:18.785Z | ++ pushd xde |
| 105 | 2026-05-08T19:35:18.785Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 106 | 2026-05-08T19:35:18.785Z | ++ rustup show active-toolchain |
| 107 | 2026-05-08T19:35:18.788Z | info: syncing channel updates for nightly-2025-09-19-x86_64-unknown-illumos |
| 108 | 2026-05-08T19:35:18.966Z | info: latest update on 2025-09-19 for version 1.92.0-nightly (7c275d09e 2025-09-18) |
| 109 | 2026-05-08T19:35:18.970Z | info: downloading 6 components |
| 110 | 2026-05-08T19:35:33.152Z | nightly-2025-09-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 111 | 2026-05-08T19:35:33.228Z | +++ rustup show active-toolchain -v |
| 112 | 2026-05-08T19:35:33.230Z | +++ head -n 1 |
| 113 | 2026-05-08T19:35:33.231Z | +++ cut '-d ' -f1 |
| 114 | 2026-05-08T19:35:33.285Z | ++ export NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos |
| 115 | 2026-05-08T19:35:33.285Z | ++ NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos |
| 116 | 2026-05-08T19:35:33.288Z | ++ popd |
| 117 | 2026-05-08T19:35:33.288Z | /work/oxidecomputer/opte |
| 118 | 2026-05-08T19:35:33.288Z | + cargo --version |
| 119 | 2026-05-08T19:35:33.294Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 120 | 2026-05-08T19:35:33.298Z | + rustc --version |
| 121 | 2026-05-08T19:35:33.317Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 122 | 2026-05-08T19:35:33.320Z | + pushd bin/opteadm |
| 123 | 2026-05-08T19:35:33.320Z | /work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte |
| 124 | 2026-05-08T19:35:33.320Z | + header 'check style' |
| 125 | 2026-05-08T19:35:33.320Z | + echo '# ==== check style ==== #' |
| 126 | 2026-05-08T19:35:33.320Z | # ==== check style ==== # |
| 127 | 2026-05-08T19:35:33.320Z | + ptime -m cargo +nightly-2025-09-19-x86_64-unknown-illumos fmt -- --check |
| 128 | 2026-05-08T19:35:33.395Z | |
| 129 | 2026-05-08T19:35:33.395Z | real 0.072808831 |
| 130 | 2026-05-08T19:35:33.395Z | user 0.040426186 |
| 131 | 2026-05-08T19:35:33.395Z | sys 0.030082421 |
| 132 | 2026-05-08T19:35:33.395Z | trap 0.000000319 |
| 133 | 2026-05-08T19:35:33.395Z | tflt 0.000018605 |
| 134 | 2026-05-08T19:35:33.395Z | dflt 0.000009467 |
| 135 | 2026-05-08T19:35:33.395Z | kflt 0.000000000 |
| 136 | 2026-05-08T19:35:33.395Z | lock 0.045417094 |
| 137 | 2026-05-08T19:35:33.395Z | slp 0.055485173 |
| 138 | 2026-05-08T19:35:33.395Z | lat 0.000912376 |
| 139 | 2026-05-08T19:35:33.395Z | stop 0.000103605 |
| 140 | 2026-05-08T19:35:33.398Z | + header analyze |
| 141 | 2026-05-08T19:35:33.398Z | + echo '# ==== analyze ==== #' |
| 142 | 2026-05-08T19:35:33.399Z | # ==== analyze ==== # |
| 143 | 2026-05-08T19:35:33.399Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 144 | 2026-05-08T19:35:33.531Z | Updating crates.io index |
| 145 | 2026-05-08T19:35:33.563Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 146 | 2026-05-08T19:35:34.531Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 147 | 2026-05-08T19:35:35.021Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 148 | 2026-05-08T19:35:35.462Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 149 | 2026-05-08T19:35:35.858Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 150 | 2026-05-08T19:35:36.128Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 151 | 2026-05-08T19:35:36.378Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 152 | 2026-05-08T19:35:38.338Z | Downloading crates ... |
| 153 | 2026-05-08T19:35:38.390Z | Downloaded embedded-io v0.4.0 |
| 154 | 2026-05-08T19:35:38.394Z | Downloaded anstyle-query v1.1.5 |
| 155 | 2026-05-08T19:35:38.400Z | Downloaded defmt-parser v1.0.0 |
| 156 | 2026-05-08T19:35:38.400Z | Downloaded cobs v0.3.0 |
| 157 | 2026-05-08T19:35:38.400Z | Downloaded strsim v0.11.1 |
| 158 | 2026-05-08T19:35:38.403Z | Downloaded ingot-types v0.1.2 |
| 159 | 2026-05-08T19:35:38.406Z | Downloaded colorchoice v1.0.4 |
| 160 | 2026-05-08T19:35:38.409Z | Downloaded num_enum_derive v0.7.5 |
| 161 | 2026-05-08T19:35:38.412Z | Downloaded clap_lex v0.7.7 |
| 162 | 2026-05-08T19:35:38.415Z | Downloaded cfg-if v1.0.4 |
| 163 | 2026-05-08T19:35:38.415Z | Downloaded rand_core v0.9.5 |
| 164 | 2026-05-08T19:35:38.418Z | Downloaded anstyle-parse v0.2.7 |
| 165 | 2026-05-08T19:35:38.418Z | Downloaded oxnet v0.1.4 |
| 166 | 2026-05-08T19:35:38.418Z | Downloaded byteorder v1.5.0 |
| 167 | 2026-05-08T19:35:38.421Z | Downloaded clap_derive v4.5.49 |
| 168 | 2026-05-08T19:35:38.424Z | Downloaded bitflags v1.3.2 |
| 169 | 2026-05-08T19:35:38.424Z | Downloaded ident_case v1.0.1 |
| 170 | 2026-05-08T19:35:38.427Z | Downloaded zerocopy-derive v0.8.34 |
| 171 | 2026-05-08T19:35:38.430Z | Downloaded anyhow v1.0.100 |
| 172 | 2026-05-08T19:35:38.435Z | Downloaded once_cell v1.21.3 |
| 173 | 2026-05-08T19:35:38.439Z | Downloaded colored v3.1.1 |
| 174 | 2026-05-08T19:35:38.439Z | Downloaded zerocopy v0.8.34 |
| 175 | 2026-05-08T19:35:38.450Z | Downloaded ref-cast-impl v1.0.25 |
| 176 | 2026-05-08T19:35:38.453Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 177 | 2026-05-08T19:35:38.453Z | Downloaded proc-macro-crate v3.4.0 |
| 178 | 2026-05-08T19:35:38.453Z | Downloaded rustversion v1.0.22 |
| 179 | 2026-05-08T19:35:38.456Z | Downloaded ppv-lite86 v0.2.21 |
| 180 | 2026-05-08T19:35:38.456Z | Downloaded macaddr v1.0.1 |
| 181 | 2026-05-08T19:35:38.456Z | Downloaded is_terminal_polyfill v1.70.2 |
| 182 | 2026-05-08T19:35:38.456Z | Downloaded foreign-types v0.5.0 |
| 183 | 2026-05-08T19:35:38.459Z | Downloaded stable_deref_trait v1.2.1 |
| 184 | 2026-05-08T19:35:38.463Z | Downloaded pretty-hex v0.4.1 |
| 185 | 2026-05-08T19:35:38.463Z | Downloaded managed v0.8.0 |
| 186 | 2026-05-08T19:35:38.463Z | Downloaded embedded-io v0.6.1 |
| 187 | 2026-05-08T19:35:38.471Z | Downloaded errno v0.3.14 |
| 188 | 2026-05-08T19:35:38.474Z | Downloaded darling_macro v0.21.3 |
| 189 | 2026-05-08T19:35:38.474Z | Downloaded defmt v0.3.100 |
| 190 | 2026-05-08T19:35:38.477Z | Downloaded thiserror-impl v2.0.18 |
| 191 | 2026-05-08T19:35:38.480Z | Downloaded fnv v1.0.7 |
| 192 | 2026-05-08T19:35:38.483Z | Downloaded postcard v1.1.3 |
| 193 | 2026-05-08T19:35:38.483Z | Downloaded num_enum v0.7.5 |
| 194 | 2026-05-08T19:35:38.486Z | Downloaded ingot v0.1.1 |
| 195 | 2026-05-08T19:35:38.488Z | Downloaded dyn-clone v1.0.20 |
| 196 | 2026-05-08T19:35:38.493Z | Downloaded heck v0.5.0 |
| 197 | 2026-05-08T19:35:38.496Z | Downloaded foreign-types-macros v0.2.3 |
| 198 | 2026-05-08T19:35:38.498Z | Downloaded equivalent v1.0.2 |
| 199 | 2026-05-08T19:35:38.501Z | Downloaded ref-cast v1.0.25 |
| 200 | 2026-05-08T19:35:38.504Z | Downloaded cstr-argument v0.1.2 |
| 201 | 2026-05-08T19:35:38.508Z | Downloaded foreign-types-shared v0.3.1 |
| 202 | 2026-05-08T19:35:38.513Z | Downloaded utf8parse v0.2.2 |
| 203 | 2026-05-08T19:35:38.515Z | Downloaded pin-project-lite v0.2.16 |
| 204 | 2026-05-08T19:35:38.518Z | Downloaded version_check v0.9.5 |
| 205 | 2026-05-08T19:35:38.518Z | Downloaded anstyle v1.0.13 |
| 206 | 2026-05-08T19:35:38.518Z | Downloaded defmt v1.0.1 |
| 207 | 2026-05-08T19:35:38.522Z | Downloaded quote v1.0.44 |
| 208 | 2026-05-08T19:35:38.525Z | Downloaded terminal_size v0.4.3 |
| 209 | 2026-05-08T19:35:38.536Z | Downloaded bitflags v2.10.0 |
| 210 | 2026-05-08T19:35:38.540Z | Downloaded tabwriter v1.4.1 |
| 211 | 2026-05-08T19:35:38.549Z | Downloaded ipnetwork v0.21.1 |
| 212 | 2026-05-08T19:35:38.552Z | Downloaded anstream v0.6.21 |
| 213 | 2026-05-08T19:35:38.555Z | Downloaded hash32 v0.3.1 |
| 214 | 2026-05-08T19:35:38.558Z | Downloaded defmt-macros v1.0.1 |
| 215 | 2026-05-08T19:35:38.564Z | Downloaded proc-macro-error2 v2.0.1 |
| 216 | 2026-05-08T19:35:38.580Z | Downloaded proc-macro2 v1.0.106 |
| 217 | 2026-05-08T19:35:38.583Z | Downloaded thiserror v2.0.18 |
| 218 | 2026-05-08T19:35:38.585Z | Downloaded either v1.15.0 |
| 219 | 2026-05-08T19:35:38.585Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 220 | 2026-05-08T19:35:38.594Z | Downloaded toml_parser v1.0.6+spec-1.1.0 |
| 221 | 2026-05-08T19:35:38.598Z | Downloaded rand_chacha v0.9.0 |
| 222 | 2026-05-08T19:35:38.601Z | Downloaded darling v0.21.3 |
| 223 | 2026-05-08T19:35:38.601Z | Downloaded tracing-attributes v0.1.31 |
| 224 | 2026-05-08T19:35:38.604Z | Downloaded ingot-macros v0.1.1 |
| 225 | 2026-05-08T19:35:38.607Z | Downloaded serde_core v1.0.228 |
| 226 | 2026-05-08T19:35:38.612Z | Downloaded unicode-ident v1.0.22 |
| 227 | 2026-05-08T19:35:38.630Z | Downloaded clap v4.5.54 |
| 228 | 2026-05-08T19:35:38.637Z | Downloaded socket2 v0.6.2 |
| 229 | 2026-05-08T19:35:38.640Z | Downloaded uuid v1.20.0 |
| 230 | 2026-05-08T19:35:38.641Z | Downloaded tracing-core v0.1.36 |
| 231 | 2026-05-08T19:35:38.644Z | Downloaded getrandom v0.3.4 |
| 232 | 2026-05-08T19:35:38.647Z | Downloaded memchr v2.7.6 |
| 233 | 2026-05-08T19:35:38.650Z | Downloaded serde v1.0.228 |
| 234 | 2026-05-08T19:35:38.653Z | Downloaded heapless v0.8.0 |
| 235 | 2026-05-08T19:35:38.656Z | Downloaded serde_derive v1.0.228 |
| 236 | 2026-05-08T19:35:38.659Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 237 | 2026-05-08T19:35:38.663Z | Downloaded darling_core v0.21.3 |
| 238 | 2026-05-08T19:35:38.674Z | Downloaded rand v0.9.2 |
| 239 | 2026-05-08T19:35:38.690Z | Downloaded indexmap v2.13.0 |
| 240 | 2026-05-08T19:35:38.705Z | Downloaded aho-corasick v1.1.4 |
| 241 | 2026-05-08T19:35:38.724Z | Downloaded hashbrown v0.16.1 |
| 242 | 2026-05-08T19:35:38.741Z | Downloaded itertools v0.14.0 |
| 243 | 2026-05-08T19:35:38.765Z | Downloaded regex v1.12.2 |
| 244 | 2026-05-08T19:35:38.768Z | Downloaded clap_builder v4.5.54 |
| 245 | 2026-05-08T19:35:38.786Z | Downloaded winnow v0.7.14 |
| 246 | 2026-05-08T19:35:38.840Z | Downloaded unicode-width v0.2.2 |
| 247 | 2026-05-08T19:35:38.843Z | Downloaded syn v1.0.109 |
| 248 | 2026-05-08T19:35:38.863Z | Downloaded syn v2.0.114 |
| 249 | 2026-05-08T19:35:38.873Z | Downloaded smoltcp v0.11.0 |
| 250 | 2026-05-08T19:35:38.879Z | Downloaded regex-syntax v0.8.8 |
| 251 | 2026-05-08T19:35:38.902Z | Downloaded rustix v1.1.3 |
| 252 | 2026-05-08T19:35:38.927Z | Downloaded tracing v0.1.44 |
| 253 | 2026-05-08T19:35:38.937Z | Downloaded regex-automata v0.4.13 |
| 254 | 2026-05-08T19:35:38.952Z | Downloaded libc v0.2.180 |
| 255 | 2026-05-08T19:35:39.008Z | Compiling proc-macro2 v1.0.106 |
| 256 | 2026-05-08T19:35:39.008Z | Compiling quote v1.0.44 |
| 257 | 2026-05-08T19:35:39.009Z | Compiling unicode-ident v1.0.22 |
| 258 | 2026-05-08T19:35:39.009Z | Compiling libc v0.2.180 |
| 259 | 2026-05-08T19:35:39.012Z | Compiling serde_core v1.0.228 |
| 260 | 2026-05-08T19:35:39.012Z | Compiling zerocopy v0.8.34 |
| 261 | 2026-05-08T19:35:39.012Z | Checking cfg-if v1.0.4 |
| 262 | 2026-05-08T19:35:39.012Z | Compiling ident_case v1.0.1 |
| 263 | 2026-05-08T19:35:39.133Z | Compiling strsim v0.11.1 |
| 264 | 2026-05-08T19:35:39.213Z | Compiling fnv v1.0.7 |
| 265 | 2026-05-08T19:35:39.220Z | Compiling memchr v2.7.6 |
| 266 | 2026-05-08T19:35:39.299Z | Compiling thiserror v2.0.18 |
| 267 | 2026-05-08T19:35:39.426Z | Compiling regex-syntax v0.8.8 |
| 268 | 2026-05-08T19:35:39.468Z | Compiling anyhow v1.0.100 |
| 269 | 2026-05-08T19:35:39.497Z | Compiling equivalent v1.0.2 |
| 270 | 2026-05-08T19:35:39.573Z | Compiling either v1.15.0 |
| 271 | 2026-05-08T19:35:39.773Z | Compiling aho-corasick v1.1.4 |
| 272 | 2026-05-08T19:35:39.786Z | Compiling hashbrown v0.16.1 |
| 273 | 2026-05-08T19:35:39.803Z | Compiling winnow v0.7.14 |
| 274 | 2026-05-08T19:35:39.809Z | Compiling serde v1.0.228 |
| 275 | 2026-05-08T19:35:39.834Z | Compiling itertools v0.14.0 |
| 276 | 2026-05-08T19:35:40.292Z | Compiling syn v2.0.114 |
| 277 | 2026-05-08T19:35:40.299Z | Compiling indexmap v2.13.0 |
| 278 | 2026-05-08T19:35:40.374Z | Compiling getrandom v0.3.4 |
| 279 | 2026-05-08T19:35:40.685Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 280 | 2026-05-08T19:35:40.846Z | Checking bitflags v2.10.0 |
| 281 | 2026-05-08T19:35:40.874Z | Compiling regex-automata v0.4.13 |
| 282 | 2026-05-08T19:35:40.897Z | Checking byteorder v1.5.0 |
| 283 | 2026-05-08T19:35:40.998Z | Compiling heapless v0.8.0 |
| 284 | 2026-05-08T19:35:41.013Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 285 | 2026-05-08T19:35:41.049Z | Compiling toml_parser v1.0.6+spec-1.1.0 |
| 286 | 2026-05-08T19:35:41.157Z | Checking hash32 v0.3.1 |
| 287 | 2026-05-08T19:35:41.163Z | Compiling syn v1.0.109 |
| 288 | 2026-05-08T19:35:41.240Z | Checking stable_deref_trait v1.2.1 |
| 289 | 2026-05-08T19:35:41.262Z | Compiling smoltcp v0.11.0 |
| 290 | 2026-05-08T19:35:41.301Z | Checking macaddr v1.0.1 |
| 291 | 2026-05-08T19:35:41.435Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 292 | 2026-05-08T19:35:41.441Z | Compiling rustversion v1.0.22 |
| 293 | 2026-05-08T19:35:41.585Z | Checking bitflags v1.3.2 |
| 294 | 2026-05-08T19:35:41.592Z | Checking managed v0.8.0 |
| 295 | 2026-05-08T19:35:41.626Z | Compiling rustix v1.1.3 |
| 296 | 2026-05-08T19:35:41.642Z | Compiling ref-cast v1.0.25 |
| 297 | 2026-05-08T19:35:41.760Z | Compiling version_check v0.9.5 |
| 298 | 2026-05-08T19:35:41.799Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 299 | 2026-05-08T19:35:41.937Z | Compiling proc-macro-crate v3.4.0 |
| 300 | 2026-05-08T19:35:42.021Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 301 | 2026-05-08T19:35:42.171Z | Checking rand_core v0.9.5 |
| 302 | 2026-05-08T19:35:42.289Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 303 | 2026-05-08T19:35:42.329Z | Checking errno v0.3.14 |
| 304 | 2026-05-08T19:35:42.335Z | Checking foreign-types-shared v0.3.1 |
| 305 | 2026-05-08T19:35:42.350Z | Checking unicode-width v0.2.2 |
| 306 | 2026-05-08T19:35:42.433Z | Checking utf8parse v0.2.2 |
| 307 | 2026-05-08T19:35:42.528Z | Compiling regex v1.12.2 |
| 308 | 2026-05-08T19:35:42.571Z | Checking once_cell v1.21.3 |
| 309 | 2026-05-08T19:35:42.589Z | Checking ipnetwork v0.21.1 |
| 310 | 2026-05-08T19:35:42.734Z | Checking tracing-core v0.1.36 |
| 311 | 2026-05-08T19:35:42.751Z | Checking tabwriter v1.4.1 |
| 312 | 2026-05-08T19:35:42.754Z | Checking cstr-argument v0.1.2 |
| 313 | 2026-05-08T19:35:42.863Z | Compiling darling_core v0.21.3 |
| 314 | 2026-05-08T19:35:42.882Z | Checking anstyle-parse v0.2.7 |
| 315 | 2026-05-08T19:35:43.222Z | Checking is_terminal_polyfill v1.70.2 |
| 316 | 2026-05-08T19:35:43.306Z | Checking pin-project-lite v0.2.16 |
| 317 | 2026-05-08T19:35:43.321Z | Checking anstyle-query v1.1.5 |
| 318 | 2026-05-08T19:35:43.343Z | Checking anstyle v1.0.13 |
| 319 | 2026-05-08T19:35:43.372Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 320 | 2026-05-08T19:35:43.388Z | Checking colorchoice v1.0.4 |
| 321 | 2026-05-08T19:35:43.405Z | Checking pretty-hex v0.4.1 |
| 322 | 2026-05-08T19:35:43.414Z | Checking dyn-clone v1.0.20 |
| 323 | 2026-05-08T19:35:43.504Z | Checking terminal_size v0.4.3 |
| 324 | 2026-05-08T19:35:43.515Z | Checking anstream v0.6.21 |
| 325 | 2026-05-08T19:35:43.581Z | Checking uuid v1.20.0 |
| 326 | 2026-05-08T19:35:43.606Z | Checking socket2 v0.6.2 |
| 327 | 2026-05-08T19:35:43.696Z | Compiling heck v0.5.0 |
| 328 | 2026-05-08T19:35:43.772Z | Checking colored v3.1.1 |
| 329 | 2026-05-08T19:35:43.843Z | Checking clap_lex v0.7.7 |
| 330 | 2026-05-08T19:35:43.891Z | Checking oxnet v0.1.4 |
| 331 | 2026-05-08T19:35:43.959Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 332 | 2026-05-08T19:35:43.985Z | Checking clap_builder v4.5.54 |
| 333 | 2026-05-08T19:35:44.031Z | Compiling zerocopy-derive v0.8.34 |
| 334 | 2026-05-08T19:35:44.050Z | Compiling thiserror-impl v2.0.18 |
| 335 | 2026-05-08T19:35:44.091Z | Compiling serde_derive v1.0.228 |
| 336 | 2026-05-08T19:35:44.405Z | Compiling foreign-types-macros v0.2.3 |
| 337 | 2026-05-08T19:35:44.897Z | Compiling ref-cast-impl v1.0.25 |
| 338 | 2026-05-08T19:35:44.963Z | Compiling darling_macro v0.21.3 |
| 339 | 2026-05-08T19:35:45.014Z | Compiling num_enum_derive v0.7.5 |
| 340 | 2026-05-08T19:35:45.275Z | Checking foreign-types v0.5.0 |
| 341 | 2026-05-08T19:35:45.345Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 342 | 2026-05-08T19:35:45.369Z | Checking cobs v0.3.0 |
| 343 | 2026-05-08T19:35:45.504Z | Compiling tracing-attributes v0.1.31 |
| 344 | 2026-05-08T19:35:45.507Z | Compiling darling v0.21.3 |
| 345 | 2026-05-08T19:35:45.558Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 346 | 2026-05-08T19:35:45.576Z | Compiling ingot-macros v0.1.1 |
| 347 | 2026-05-08T19:35:45.589Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 348 | 2026-05-08T19:35:45.714Z | Compiling clap_derive v4.5.49 |
| 349 | 2026-05-08T19:35:46.000Z | Checking num_enum v0.7.5 |
| 350 | 2026-05-08T19:35:46.048Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 351 | 2026-05-08T19:35:46.102Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 352 | 2026-05-08T19:35:46.524Z | Checking tracing v0.1.44 |
| 353 | 2026-05-08T19:35:47.057Z | Checking postcard v1.1.3 |
| 354 | 2026-05-08T19:35:47.063Z | Checking clap v4.5.54 |
| 355 | 2026-05-08T19:35:47.200Z | Checking ppv-lite86 v0.2.21 |
| 356 | 2026-05-08T19:35:47.442Z | Checking rand_chacha v0.9.0 |
| 357 | 2026-05-08T19:35:47.594Z | Checking rand v0.9.2 |
| 358 | 2026-05-08T19:35:47.650Z | Checking ingot-types v0.1.2 |
| 359 | 2026-05-08T19:35:47.922Z | Checking ingot v0.1.1 |
| 360 | 2026-05-08T19:35:49.167Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 361 | 2026-05-08T19:35:50.362Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 362 | 2026-05-08T19:35:51.474Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 363 | 2026-05-08T19:35:52.308Z | Finished `dev` profile [optimized + debuginfo] target(s) in 18.86s |
| 364 | 2026-05-08T19:35:52.420Z | |
| 365 | 2026-05-08T19:35:52.423Z | real 19.016948412 |
| 366 | 2026-05-08T19:35:52.423Z | user 53.475041267 |
| 367 | 2026-05-08T19:35:52.424Z | sys 12.627998648 |
| 368 | 2026-05-08T19:35:52.424Z | trap 0.036894629 |
| 369 | 2026-05-08T19:35:52.424Z | tflt 0.164381784 |
| 370 | 2026-05-08T19:35:52.424Z | dflt 0.093792129 |
| 371 | 2026-05-08T19:35:52.424Z | kflt 0.004125369 |
| 372 | 2026-05-08T19:35:52.424Z | lock 1:49.735480304 |
| 373 | 2026-05-08T19:35:52.424Z | slp 3:55.037538947 |
| 374 | 2026-05-08T19:35:52.424Z | lat 2.940198657 |
| 375 | 2026-05-08T19:35:52.424Z | stop 9.415834438 |
| 376 | 2026-05-08T19:35:52.424Z | + header 'debug build' |
| 377 | 2026-05-08T19:35:52.424Z | + echo '# ==== debug build ==== #' |
| 378 | 2026-05-08T19:35:52.424Z | # ==== debug build ==== # |
| 379 | 2026-05-08T19:35:52.424Z | + ptime -m cargo build |
| 380 | 2026-05-08T19:35:52.573Z | Compiling cfg-if v1.0.4 |
| 381 | 2026-05-08T19:35:52.577Z | Compiling libc v0.2.180 |
| 382 | 2026-05-08T19:35:52.577Z | Compiling serde_core v1.0.228 |
| 383 | 2026-05-08T19:35:52.577Z | Compiling zerocopy v0.8.34 |
| 384 | 2026-05-08T19:35:52.577Z | Compiling thiserror v2.0.18 |
| 385 | 2026-05-08T19:35:52.596Z | Compiling byteorder v1.5.0 |
| 386 | 2026-05-08T19:35:52.602Z | Compiling stable_deref_trait v1.2.1 |
| 387 | 2026-05-08T19:35:52.607Z | Compiling macaddr v1.0.1 |
| 388 | 2026-05-08T19:35:52.646Z | Compiling bitflags v1.3.2 |
| 389 | 2026-05-08T19:35:52.656Z | Compiling cobs v0.3.0 |
| 390 | 2026-05-08T19:35:52.671Z | Compiling managed v0.8.0 |
| 391 | 2026-05-08T19:35:52.703Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 392 | 2026-05-08T19:35:52.762Z | Compiling hash32 v0.3.1 |
| 393 | 2026-05-08T19:35:52.837Z | Compiling foreign-types-shared v0.3.1 |
| 394 | 2026-05-08T19:35:52.885Z | Compiling getrandom v0.3.4 |
| 395 | 2026-05-08T19:35:52.908Z | Compiling heapless v0.8.0 |
| 396 | 2026-05-08T19:35:52.913Z | Compiling errno v0.3.14 |
| 397 | 2026-05-08T19:35:52.917Z | Compiling once_cell v1.21.3 |
| 398 | 2026-05-08T19:35:52.920Z | Compiling unicode-width v0.2.2 |
| 399 | 2026-05-08T19:35:52.943Z | Compiling memchr v2.7.6 |
| 400 | 2026-05-08T19:35:53.065Z | Compiling rand_core v0.9.5 |
| 401 | 2026-05-08T19:35:53.085Z | Compiling ipnetwork v0.21.1 |
| 402 | 2026-05-08T19:35:53.134Z | Compiling utf8parse v0.2.2 |
| 403 | 2026-05-08T19:35:53.198Z | Compiling anstyle-parse v0.2.7 |
| 404 | 2026-05-08T19:35:53.223Z | Compiling tabwriter v1.4.1 |
| 405 | 2026-05-08T19:35:53.305Z | Compiling smoltcp v0.11.0 |
| 406 | 2026-05-08T19:35:53.321Z | Compiling cstr-argument v0.1.2 |
| 407 | 2026-05-08T19:35:53.401Z | Compiling tracing-core v0.1.36 |
| 408 | 2026-05-08T19:35:53.517Z | Compiling foreign-types v0.5.0 |
| 409 | 2026-05-08T19:35:53.585Z | Compiling ref-cast v1.0.25 |
| 410 | 2026-05-08T19:35:53.610Z | Compiling num_enum v0.7.5 |
| 411 | 2026-05-08T19:35:53.633Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 412 | 2026-05-08T19:35:53.673Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 413 | 2026-05-08T19:35:53.718Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 414 | 2026-05-08T19:35:53.732Z | Compiling pretty-hex v0.4.1 |
| 415 | 2026-05-08T19:35:53.771Z | Compiling is_terminal_polyfill v1.70.2 |
| 416 | 2026-05-08T19:35:53.859Z | Compiling anstyle v1.0.13 |
| 417 | 2026-05-08T19:35:53.867Z | Compiling dyn-clone v1.0.20 |
| 418 | 2026-05-08T19:35:54.029Z | Compiling colorchoice v1.0.4 |
| 419 | 2026-05-08T19:35:54.110Z | Compiling pin-project-lite v0.2.16 |
| 420 | 2026-05-08T19:35:54.133Z | Compiling anstyle-query v1.1.5 |
| 421 | 2026-05-08T19:35:54.133Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 422 | 2026-05-08T19:35:54.199Z | Compiling anstream v0.6.21 |
| 423 | 2026-05-08T19:35:54.234Z | Compiling bitflags v2.10.0 |
| 424 | 2026-05-08T19:35:54.321Z | Compiling serde v1.0.228 |
| 425 | 2026-05-08T19:35:54.336Z | Compiling uuid v1.20.0 |
| 426 | 2026-05-08T19:35:54.423Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 427 | 2026-05-08T19:35:54.663Z | Compiling ingot-types v0.1.2 |
| 428 | 2026-05-08T19:35:54.717Z | Compiling ppv-lite86 v0.2.21 |
| 429 | 2026-05-08T19:35:54.717Z | Compiling rustix v1.1.3 |
| 430 | 2026-05-08T19:35:54.740Z | Compiling tracing v0.1.44 |
| 431 | 2026-05-08T19:35:54.922Z | Compiling postcard v1.1.3 |
| 432 | 2026-05-08T19:35:54.991Z | Compiling ingot v0.1.1 |
| 433 | 2026-05-08T19:35:55.026Z | Compiling rand_chacha v0.9.0 |
| 434 | 2026-05-08T19:35:55.030Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 435 | 2026-05-08T19:35:55.040Z | Compiling anyhow v1.0.100 |
| 436 | 2026-05-08T19:35:55.101Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 437 | 2026-05-08T19:35:55.211Z | Compiling rand v0.9.2 |
| 438 | 2026-05-08T19:35:55.262Z | Compiling terminal_size v0.4.3 |
| 439 | 2026-05-08T19:35:55.408Z | Compiling socket2 v0.6.2 |
| 440 | 2026-05-08T19:35:55.516Z | Compiling oxnet v0.1.4 |
| 441 | 2026-05-08T19:35:55.880Z | Compiling clap_lex v0.7.7 |
| 442 | 2026-05-08T19:35:55.893Z | Compiling strsim v0.11.1 |
| 443 | 2026-05-08T19:35:55.969Z | Compiling winnow v0.7.14 |
| 444 | 2026-05-08T19:35:56.014Z | Compiling colored v3.1.1 |
| 445 | 2026-05-08T19:35:56.100Z | Compiling clap_builder v4.5.54 |
| 446 | 2026-05-08T19:35:56.277Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 447 | 2026-05-08T19:35:56.596Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 448 | 2026-05-08T19:35:57.254Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 449 | 2026-05-08T19:35:57.671Z | Compiling clap v4.5.54 |
| 450 | 2026-05-08T19:35:57.889Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 451 | 2026-05-08T19:35:59.364Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 452 | 2026-05-08T19:36:04.504Z | Finished `dev` profile [optimized + debuginfo] target(s) in 12.07s |
| 453 | 2026-05-08T19:36:04.530Z | |
| 454 | 2026-05-08T19:36:04.533Z | real 12.098701070 |
| 455 | 2026-05-08T19:36:04.533Z | user 1:05.150561958 |
| 456 | 2026-05-08T19:36:04.533Z | sys 5.786057095 |
| 457 | 2026-05-08T19:36:04.533Z | trap 0.035724378 |
| 458 | 2026-05-08T19:36:04.533Z | tflt 0.243578781 |
| 459 | 2026-05-08T19:36:04.533Z | dflt 0.107416752 |
| 460 | 2026-05-08T19:36:04.533Z | kflt 0.000076579 |
| 461 | 2026-05-08T19:36:04.533Z | lock 2:19.027450985 |
| 462 | 2026-05-08T19:36:04.533Z | slp 2:52.671106334 |
| 463 | 2026-05-08T19:36:04.533Z | lat 3.631723536 |
| 464 | 2026-05-08T19:36:04.533Z | stop 2.512050653 |
| 465 | 2026-05-08T19:36:04.533Z | + header 'release build' |
| 466 | 2026-05-08T19:36:04.533Z | + echo '# ==== release build ==== #' |
| 467 | 2026-05-08T19:36:04.533Z | # ==== release build ==== # |
| 468 | 2026-05-08T19:36:04.533Z | + ptime -m cargo build --release |
| 469 | 2026-05-08T19:36:04.619Z | Compiling proc-macro2 v1.0.106 |
| 470 | 2026-05-08T19:36:04.619Z | Compiling unicode-ident v1.0.22 |
| 471 | 2026-05-08T19:36:04.619Z | Compiling quote v1.0.44 |
| 472 | 2026-05-08T19:36:04.619Z | Compiling serde_core v1.0.228 |
| 473 | 2026-05-08T19:36:04.619Z | Compiling libc v0.2.180 |
| 474 | 2026-05-08T19:36:04.622Z | Compiling zerocopy v0.8.34 |
| 475 | 2026-05-08T19:36:04.622Z | Compiling cfg-if v1.0.4 |
| 476 | 2026-05-08T19:36:04.622Z | Compiling thiserror v2.0.18 |
| 477 | 2026-05-08T19:36:04.690Z | Compiling memchr v2.7.6 |
| 478 | 2026-05-08T19:36:04.733Z | Compiling ident_case v1.0.1 |
| 479 | 2026-05-08T19:36:04.834Z | Compiling fnv v1.0.7 |
| 480 | 2026-05-08T19:36:04.951Z | Compiling strsim v0.11.1 |
| 481 | 2026-05-08T19:36:04.959Z | Compiling regex-syntax v0.8.8 |
| 482 | 2026-05-08T19:36:05.016Z | Compiling anyhow v1.0.100 |
| 483 | 2026-05-08T19:36:05.112Z | Compiling aho-corasick v1.1.4 |
| 484 | 2026-05-08T19:36:05.173Z | Compiling winnow v0.7.14 |
| 485 | 2026-05-08T19:36:05.209Z | Compiling serde v1.0.228 |
| 486 | 2026-05-08T19:36:05.314Z | Compiling equivalent v1.0.2 |
| 487 | 2026-05-08T19:36:05.346Z | Compiling either v1.15.0 |
| 488 | 2026-05-08T19:36:05.386Z | Compiling hashbrown v0.16.1 |
| 489 | 2026-05-08T19:36:05.530Z | Compiling itertools v0.14.0 |
| 490 | 2026-05-08T19:36:05.710Z | Compiling syn v2.0.114 |
| 491 | 2026-05-08T19:36:05.752Z | Compiling heapless v0.8.0 |
| 492 | 2026-05-08T19:36:05.889Z | Compiling indexmap v2.13.0 |
| 493 | 2026-05-08T19:36:06.031Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 494 | 2026-05-08T19:36:06.235Z | Compiling getrandom v0.3.4 |
| 495 | 2026-05-08T19:36:06.459Z | Compiling regex-automata v0.4.13 |
| 496 | 2026-05-08T19:36:06.466Z | Compiling toml_parser v1.0.6+spec-1.1.0 |
| 497 | 2026-05-08T19:36:06.540Z | Compiling byteorder v1.5.0 |
| 498 | 2026-05-08T19:36:06.693Z | Compiling bitflags v2.10.0 |
| 499 | 2026-05-08T19:36:06.709Z | Compiling hash32 v0.3.1 |
| 500 | 2026-05-08T19:36:06.716Z | Compiling macaddr v1.0.1 |
| 501 | 2026-05-08T19:36:06.760Z | Compiling rustversion v1.0.22 |
| 502 | 2026-05-08T19:36:06.832Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 503 | 2026-05-08T19:36:06.907Z | Compiling smoltcp v0.11.0 |
| 504 | 2026-05-08T19:36:06.926Z | Compiling syn v1.0.109 |
| 505 | 2026-05-08T19:36:06.990Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 506 | 2026-05-08T19:36:07.019Z | Compiling stable_deref_trait v1.2.1 |
| 507 | 2026-05-08T19:36:07.211Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 508 | 2026-05-08T19:36:07.214Z | Compiling rustix v1.1.3 |
| 509 | 2026-05-08T19:36:07.240Z | Compiling ref-cast v1.0.25 |
| 510 | 2026-05-08T19:36:07.283Z | Compiling managed v0.8.0 |
| 511 | 2026-05-08T19:36:07.400Z | Compiling proc-macro-crate v3.4.0 |
| 512 | 2026-05-08T19:36:07.511Z | Compiling version_check v0.9.5 |
| 513 | 2026-05-08T19:36:07.520Z | Compiling bitflags v1.3.2 |
| 514 | 2026-05-08T19:36:07.679Z | Compiling rand_core v0.9.5 |
| 515 | 2026-05-08T19:36:07.757Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 516 | 2026-05-08T19:36:07.801Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 517 | 2026-05-08T19:36:07.940Z | Compiling errno v0.3.14 |
| 518 | 2026-05-08T19:36:08.051Z | Compiling regex v1.12.2 |
| 519 | 2026-05-08T19:36:08.147Z | Compiling utf8parse v0.2.2 |
| 520 | 2026-05-08T19:36:08.239Z | Compiling darling_core v0.21.3 |
| 521 | 2026-05-08T19:36:08.239Z | Compiling once_cell v1.21.3 |
| 522 | 2026-05-08T19:36:08.422Z | Compiling ipnetwork v0.21.1 |
| 523 | 2026-05-08T19:36:08.450Z | Compiling unicode-width v0.2.2 |
| 524 | 2026-05-08T19:36:08.665Z | Compiling foreign-types-shared v0.3.1 |
| 525 | 2026-05-08T19:36:08.733Z | Compiling tabwriter v1.4.1 |
| 526 | 2026-05-08T19:36:08.742Z | Compiling tracing-core v0.1.36 |
| 527 | 2026-05-08T19:36:08.764Z | Compiling cstr-argument v0.1.2 |
| 528 | 2026-05-08T19:36:08.908Z | Compiling anstyle-parse v0.2.7 |
| 529 | 2026-05-08T19:36:09.379Z | Compiling dyn-clone v1.0.20 |
| 530 | 2026-05-08T19:36:09.415Z | Compiling pin-project-lite v0.2.16 |
| 531 | 2026-05-08T19:36:09.475Z | Compiling zerocopy-derive v0.8.34 |
| 532 | 2026-05-08T19:36:09.499Z | Compiling thiserror-impl v2.0.18 |
| 533 | 2026-05-08T19:36:09.516Z | Compiling serde_derive v1.0.228 |
| 534 | 2026-05-08T19:36:09.603Z | Compiling ref-cast-impl v1.0.25 |
| 535 | 2026-05-08T19:36:09.728Z | Compiling foreign-types-macros v0.2.3 |
| 536 | 2026-05-08T19:36:10.174Z | Compiling num_enum_derive v0.7.5 |
| 537 | 2026-05-08T19:36:10.338Z | Compiling foreign-types v0.5.0 |
| 538 | 2026-05-08T19:36:10.366Z | Compiling tracing-attributes v0.1.31 |
| 539 | 2026-05-08T19:36:10.378Z | Compiling darling_macro v0.21.3 |
| 540 | 2026-05-08T19:36:10.401Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 541 | 2026-05-08T19:36:10.786Z | Compiling cobs v0.3.0 |
| 542 | 2026-05-08T19:36:10.871Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 543 | 2026-05-08T19:36:10.890Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 544 | 2026-05-08T19:36:10.904Z | Compiling darling v0.21.3 |
| 545 | 2026-05-08T19:36:10.971Z | Compiling ingot-macros v0.1.1 |
| 546 | 2026-05-08T19:36:10.988Z | Compiling colorchoice v1.0.4 |
| 547 | 2026-05-08T19:36:11.070Z | Compiling pretty-hex v0.4.1 |
| 548 | 2026-05-08T19:36:11.133Z | Compiling anstyle v1.0.13 |
| 549 | 2026-05-08T19:36:11.158Z | Compiling num_enum v0.7.5 |
| 550 | 2026-05-08T19:36:11.196Z | Compiling is_terminal_polyfill v1.70.2 |
| 551 | 2026-05-08T19:36:11.270Z | Compiling anstyle-query v1.1.5 |
| 552 | 2026-05-08T19:36:11.276Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 553 | 2026-05-08T19:36:11.324Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 554 | 2026-05-08T19:36:11.340Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 555 | 2026-05-08T19:36:11.358Z | Compiling anstream v0.6.21 |
| 556 | 2026-05-08T19:36:11.441Z | Compiling terminal_size v0.4.3 |
| 557 | 2026-05-08T19:36:11.539Z | Compiling tracing v0.1.44 |
| 558 | 2026-05-08T19:36:11.648Z | Compiling uuid v1.20.0 |
| 559 | 2026-05-08T19:36:11.744Z | Compiling socket2 v0.6.2 |
| 560 | 2026-05-08T19:36:11.843Z | Compiling colored v3.1.1 |
| 561 | 2026-05-08T19:36:12.093Z | Compiling clap_lex v0.7.7 |
| 562 | 2026-05-08T19:36:12.287Z | Compiling oxnet v0.1.4 |
| 563 | 2026-05-08T19:36:12.371Z | Compiling heck v0.5.0 |
| 564 | 2026-05-08T19:36:12.390Z | Compiling clap_builder v4.5.54 |
| 565 | 2026-05-08T19:36:12.401Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 566 | 2026-05-08T19:36:12.557Z | Compiling clap_derive v4.5.49 |
| 567 | 2026-05-08T19:36:12.601Z | Compiling postcard v1.1.3 |
| 568 | 2026-05-08T19:36:12.857Z | Compiling ppv-lite86 v0.2.21 |
| 569 | 2026-05-08T19:36:13.121Z | Compiling rand_chacha v0.9.0 |
| 570 | 2026-05-08T19:36:13.283Z | Compiling rand v0.9.2 |
| 571 | 2026-05-08T19:36:13.462Z | Compiling ingot-types v0.1.2 |
| 572 | 2026-05-08T19:36:13.794Z | Compiling ingot v0.1.1 |
| 573 | 2026-05-08T19:36:14.288Z | Compiling clap v4.5.54 |
| 574 | 2026-05-08T19:36:15.415Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 575 | 2026-05-08T19:36:16.390Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 576 | 2026-05-08T19:36:17.324Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 577 | 2026-05-08T19:36:23.749Z | Finished `release` profile [optimized + debuginfo] target(s) in 19.20s |
| 578 | 2026-05-08T19:36:23.775Z | |
| 579 | 2026-05-08T19:36:23.775Z | real 19.232937719 |
| 580 | 2026-05-08T19:36:23.775Z | user 1:41.552803935 |
| 581 | 2026-05-08T19:36:23.775Z | sys 13.064835246 |
| 582 | 2026-05-08T19:36:23.775Z | trap 0.052559625 |
| 583 | 2026-05-08T19:36:23.775Z | tflt 0.146044217 |
| 584 | 2026-05-08T19:36:23.775Z | dflt 0.461624129 |
| 585 | 2026-05-08T19:36:23.775Z | kflt 0.000029874 |
| 586 | 2026-05-08T19:36:23.776Z | lock 3:12.550260866 |
| 587 | 2026-05-08T19:36:23.776Z | slp 4:40.802144911 |
| 588 | 2026-05-08T19:36:23.780Z | lat 4.683556339 |
| 589 | 2026-05-08T19:36:23.780Z | stop 8.174606591 |
| 590 | 2026-05-08T19:36:23.780Z | + popd |
| 591 | 2026-05-08T19:36:23.780Z | /work/oxidecomputer/opte |
| 592 | 2026-05-08T19:36:23.780Z | + for x in debug release |
| 593 | 2026-05-08T19:36:23.780Z | + mkdir -p /work/debug |
| 594 | 2026-05-08T19:36:23.781Z | + cp target/debug/opteadm /work/debug/ |
| 595 | 2026-05-08T19:36:23.800Z | + sha256sum target/debug/opteadm |
| 596 | 2026-05-08T19:36:23.825Z | + for x in debug release |
| 597 | 2026-05-08T19:36:23.825Z | + mkdir -p /work/release |
| 598 | 2026-05-08T19:36:23.829Z | + cp target/release/opteadm /work/release/ |
| 599 | 2026-05-08T19:36:23.846Z | + sha256sum target/release/opteadm |
| 600 | 2026-05-08T19:36:23.856Z | process exited: duration 65074 ms, exit code 0 |
| |
| 601 | 2026-05-08T19:36:23.866Z | found 4 output files |
| 602 | 2026-05-08T19:36:23.873Z | uploading: /work/debug/opteadm (35590064 bytes) |
| 603 | 2026-05-08T19:36:25.185Z | uploaded: /work/debug/opteadm |
| 604 | 2026-05-08T19:36:25.185Z | uploading: /work/debug/opteadm.debug.sha256 (87 bytes) |
| 605 | 2026-05-08T19:36:26.238Z | uploaded: /work/debug/opteadm.debug.sha256 |
| 606 | 2026-05-08T19:36:26.238Z | uploading: /work/release/opteadm (22792344 bytes) |
| 607 | 2026-05-08T19:36:27.434Z | uploaded: /work/release/opteadm |
| 608 | 2026-05-08T19:36:27.434Z | uploading: /work/release/opteadm.release.sha256 (89 bytes) |
| 609 | 2026-05-08T19:36:28.447Z | uploaded: /work/release/opteadm.release.sha256 |