|
|
|
| 1 | 2026-06-25T04:05:30.676Z | job assigned to worker 01KVYF78H7EC32MP2RJ1KA6PY7 [factory aws, i-06aea0ae2fb94664d] (queued for 54 s) |
| |
| 2 | 2026-06-25T04:05:37.736Z | starting task 0: "setup" |
| 3 | 2026-06-25T04:05:37.740Z | ++ uname -s |
| 4 | 2026-06-25T04:05:37.740Z | + kern=SunOS |
| 5 | 2026-06-25T04:05:37.740Z | + build_user=build |
| 6 | 2026-06-25T04:05:37.740Z | + build_uid=12345 |
| 7 | 2026-06-25T04:05:37.740Z | + work_dir=/work |
| 8 | 2026-06-25T04:05:37.740Z | + input_dir=/input |
| 9 | 2026-06-25T04:05:37.740Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-25T04:05:37.740Z | + case "$kern" in |
| 11 | 2026-06-25T04:05:37.740Z | + groupadd -g 12345 build |
| 12 | 2026-06-25T04:05:37.744Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-25T04:05:39.748Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-25T04:05:39.856Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-25T04:05:39.859Z | + home_fs=zfs |
| 16 | 2026-06-25T04:05:39.859Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-25T04:05:39.859Z | + mkdir -p /home/build |
| 18 | 2026-06-25T04:05:39.859Z | + chown build:build /home/build /work |
| 19 | 2026-06-25T04:05:41.861Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-25T04:05:41.864Z | process exited: duration 4130 ms, exit code 0 |
| |
| 21 | 2026-06-25T04:05:41.871Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-25T04:05:41.875Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.0 |
| 23 | 2026-06-25T04:05:41.875Z | * rust toolchain channel = "1.96.0" |
| 24 | 2026-06-25T04:05:41.875Z | * rust toolchain profile = "default" |
| 25 | 2026-06-25T04:05:41.875Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-06-25T04:05:41.875Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-25T04:05:41.875Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-25T04:05:41.879Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-25T04:05:41.879Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default |
| 30 | 2026-06-25T04:05:41.981Z | info: downloading installer |
| 31 | 2026-06-25T04:05:43.502Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-25T04:05:43.502Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-25T04:05:43.502Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-25T04:05:43.502Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-25T04:05:43.514Z | info: profile set to default |
| 36 | 2026-06-25T04:05:43.514Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-25T04:05:43.520Z | info: syncing channel updates for 1.96.0-x86_64-unknown-illumos |
| 38 | 2026-06-25T04:05:43.670Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-25T04:05:43.673Z | info: downloading 6 components |
| 40 | 2026-06-25T04:06:00.249Z | |
| 41 | 2026-06-25T04:06:00.249Z | info: default toolchain set to 1.96.0-x86_64-unknown-illumos |
| 42 | 2026-06-25T04:06:00.276Z | 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-25T04:06:00.276Z | |
| 44 | 2026-06-25T04:06:00.276Z | |
| 45 | 2026-06-25T04:06:00.276Z | Rust is installed now. Great! |
| 46 | 2026-06-25T04:06:00.276Z | |
| 47 | 2026-06-25T04:06:00.276Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-25T04:06:00.277Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-25T04:06:00.277Z | |
| 50 | 2026-06-25T04:06:00.277Z | To configure your current shell, you need to source |
| 51 | 2026-06-25T04:06:00.277Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-25T04:06:00.277Z | |
| 53 | 2026-06-25T04:06:00.277Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-25T04:06:00.282Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-25T04:06:00.282Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-25T04:06:00.282Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-25T04:06:00.282Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-25T04:06:00.282Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-25T04:06:00.283Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-25T04:06:00.283Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-25T04:06:00.283Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-25T04:06:00.379Z | + rustup --version |
| 63 | 2026-06-25T04:06:00.390Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-25T04:06:00.393Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-25T04:06:00.412Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-25T04:06:00.424Z | + cargo --version |
| 67 | 2026-06-25T04:06:00.430Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-25T04:06:00.430Z | + rustc --version |
| 69 | 2026-06-25T04:06:00.446Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-25T04:06:00.451Z | process exited: duration 18577 ms, exit code 0 |
| |
| 71 | 2026-06-25T04:06:00.467Z | starting task 2: "authentication" |
| 72 | 2026-06-25T04:06:00.483Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-25T04:06:00.501Z | starting task 3: "clone repository" |
| 74 | 2026-06-25T04:06:00.505Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-06-25T04:06:00.515Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-06-25T04:06:00.543Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-06-25T04:06:01.395Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-06-25T04:06:01.395Z | + git fetch origin d1082cc955d4587752fbf7b58d475cfa9ba9ae24 |
| 79 | 2026-06-25T04:06:01.625Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-06-25T04:06:01.625Z | * branch d1082cc955d4587752fbf7b58d475cfa9ba9ae24 -> FETCH_HEAD |
| 81 | 2026-06-25T04:06:01.630Z | + [[ -n renovate/uuid-1.x-lockfile ]] |
| 82 | 2026-06-25T04:06:01.630Z | ++ git branch --show-current |
| 83 | 2026-06-25T04:06:01.634Z | + current=master |
| 84 | 2026-06-25T04:06:01.634Z | + [[ master != renovate/uuid-1.x-lockfile ]] |
| 85 | 2026-06-25T04:06:01.634Z | + git branch -f renovate/uuid-1.x-lockfile d1082cc955d4587752fbf7b58d475cfa9ba9ae24 |
| 86 | 2026-06-25T04:06:01.635Z | + git checkout -f renovate/uuid-1.x-lockfile |
| 87 | 2026-06-25T04:06:01.664Z | Switched to branch 'renovate/uuid-1.x-lockfile' |
| 88 | 2026-06-25T04:06:01.667Z | + git reset --hard d1082cc955d4587752fbf7b58d475cfa9ba9ae24 |
| 89 | 2026-06-25T04:06:01.667Z | HEAD is now at d1082cc Update Rust crate uuid to v1.23.4 |
| 90 | 2026-06-25T04:06:01.668Z | process exited: duration 1165 ms, exit code 0 |
| |
| 91 | 2026-06-25T04:06:01.687Z | starting task 4: "build" |
| 92 | 2026-06-25T04:06:01.705Z | + source .github/buildomat/common.sh |
| 93 | 2026-06-25T04:06:01.705Z | ++ rustup show active-toolchain |
| 94 | 2026-06-25T04:06:01.706Z | 1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-06-25T04:06:01.706Z | ++ pushd xde |
| 96 | 2026-06-25T04:06:01.706Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-06-25T04:06:01.706Z | ++ rustup show active-toolchain |
| 98 | 2026-06-25T04:06:01.713Z | info: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos |
| 99 | 2026-06-25T04:06:01.882Z | info: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18) |
| 100 | 2026-06-25T04:06:01.891Z | info: downloading 6 components |
| 101 | 2026-06-25T04:06:15.663Z | nightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-06-25T04:06:15.757Z | +++ rustup show active-toolchain -v |
| 103 | 2026-06-25T04:06:15.761Z | +++ head -n 1 |
| 104 | 2026-06-25T04:06:15.761Z | +++ cut '-d ' -f1 |
| 105 | 2026-06-25T04:06:15.811Z | ++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos |
| 106 | 2026-06-25T04:06:15.811Z | ++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos |
| 107 | 2026-06-25T04:06:15.814Z | ++ popd |
| 108 | 2026-06-25T04:06:15.815Z | /work/oxidecomputer/opte |
| 109 | 2026-06-25T04:06:15.815Z | + cargo --version |
| 110 | 2026-06-25T04:06:15.821Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 111 | 2026-06-25T04:06:15.824Z | + rustc --version |
| 112 | 2026-06-25T04:06:15.843Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 113 | 2026-06-25T04:06:15.846Z | + pushd bin/opteadm |
| 114 | 2026-06-25T04:06:15.846Z | + header 'check style' |
| 115 | 2026-06-25T04:06:15.846Z | /work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte |
| 116 | 2026-06-25T04:06:15.846Z | + echo '# ==== check style ==== #' |
| 117 | 2026-06-25T04:06:15.846Z | # ==== check style ==== # |
| 118 | 2026-06-25T04:06:15.846Z | + ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos fmt -- --check |
| 119 | 2026-06-25T04:06:15.930Z | |
| 120 | 2026-06-25T04:06:15.930Z | real 0.069763856 |
| 121 | 2026-06-25T04:06:15.930Z | user 0.039497913 |
| 122 | 2026-06-25T04:06:15.930Z | sys 0.027840549 |
| 123 | 2026-06-25T04:06:15.930Z | trap 0.000002950 |
| 124 | 2026-06-25T04:06:15.933Z | tflt 0.000011740 |
| 125 | 2026-06-25T04:06:15.933Z | dflt 0.000008290 |
| 126 | 2026-06-25T04:06:15.933Z | kflt 0.000000700 |
| 127 | 2026-06-25T04:06:15.933Z | lock 0.031232960 |
| 128 | 2026-06-25T04:06:15.933Z | slp 0.049594436 |
| 129 | 2026-06-25T04:06:15.933Z | lat 0.000896770 |
| 130 | 2026-06-25T04:06:15.933Z | stop 0.000100910 |
| 131 | 2026-06-25T04:06:15.933Z | + header analyze |
| 132 | 2026-06-25T04:06:15.933Z | + echo '# ==== analyze ==== #' |
| 133 | 2026-06-25T04:06:15.933Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 134 | 2026-06-25T04:06:15.933Z | # ==== analyze ==== # |
| 135 | 2026-06-25T04:06:16.057Z | Updating crates.io index |
| 136 | 2026-06-25T04:06:16.060Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-06-25T04:06:16.754Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-06-25T04:06:17.012Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-06-25T04:06:17.329Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-06-25T04:06:17.558Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-06-25T04:06:17.772Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-06-25T04:06:18.003Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-06-25T04:06:19.932Z | Downloading crates ... |
| 144 | 2026-06-25T04:06:19.986Z | Downloaded foreign-types-macros v0.2.3 |
| 145 | 2026-06-25T04:06:19.989Z | Downloaded ref-cast v1.0.25 |
| 146 | 2026-06-25T04:06:19.998Z | Downloaded terminal_size v0.4.4 |
| 147 | 2026-06-25T04:06:20.003Z | Downloaded proc-macro-error2 v2.0.1 |
| 148 | 2026-06-25T04:06:20.010Z | Downloaded defmt-parser v1.0.0 |
| 149 | 2026-06-25T04:06:20.014Z | Downloaded embedded-io v0.6.1 |
| 150 | 2026-06-25T04:06:20.018Z | Downloaded equivalent v1.0.2 |
| 151 | 2026-06-25T04:06:20.018Z | Downloaded zerocopy-derive v0.8.52 |
| 152 | 2026-06-25T04:06:20.021Z | Downloaded errno v0.3.14 |
| 153 | 2026-06-25T04:06:20.024Z | Downloaded clap_lex v1.1.0 |
| 154 | 2026-06-25T04:06:20.025Z | Downloaded aho-corasick v1.1.4 |
| 155 | 2026-06-25T04:06:20.028Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 156 | 2026-06-25T04:06:20.028Z | Downloaded unicode-ident v1.0.24 |
| 157 | 2026-06-25T04:06:20.031Z | Downloaded embedded-io v0.4.0 |
| 158 | 2026-06-25T04:06:20.031Z | Downloaded defmt v1.1.0 |
| 159 | 2026-06-25T04:06:20.034Z | Downloaded defmt v0.3.100 |
| 160 | 2026-06-25T04:06:20.034Z | Downloaded darling v0.21.3 |
| 161 | 2026-06-25T04:06:20.037Z | Downloaded darling_macro v0.21.3 |
| 162 | 2026-06-25T04:06:20.037Z | Downloaded cpufeatures v0.3.0 |
| 163 | 2026-06-25T04:06:20.040Z | Downloaded colorchoice v1.0.5 |
| 164 | 2026-06-25T04:06:20.040Z | Downloaded bitflags v1.3.2 |
| 165 | 2026-06-25T04:06:20.043Z | Downloaded zerocopy v0.8.52 |
| 166 | 2026-06-25T04:06:20.051Z | Downloaded ingot-types v0.1.2 |
| 167 | 2026-06-25T04:06:20.054Z | Downloaded anstyle v1.0.14 |
| 168 | 2026-06-25T04:06:20.054Z | Downloaded fnv v1.0.7 |
| 169 | 2026-06-25T04:06:20.054Z | Downloaded cstr-argument v0.1.2 |
| 170 | 2026-06-25T04:06:20.054Z | Downloaded cobs v0.3.0 |
| 171 | 2026-06-25T04:06:20.058Z | Downloaded chacha20 v0.10.0 |
| 172 | 2026-06-25T04:06:20.061Z | Downloaded anyhow v1.0.102 |
| 173 | 2026-06-25T04:06:20.064Z | Downloaded foreign-types-shared v0.3.1 |
| 174 | 2026-06-25T04:06:20.064Z | Downloaded dyn-clone v1.0.20 |
| 175 | 2026-06-25T04:06:20.064Z | Downloaded foreign-types v0.5.0 |
| 176 | 2026-06-25T04:06:20.067Z | Downloaded stable_deref_trait v1.2.1 |
| 177 | 2026-06-25T04:06:20.070Z | Downloaded anstyle-query v1.1.5 |
| 178 | 2026-06-25T04:06:20.073Z | Downloaded pretty-hex v0.4.2 |
| 179 | 2026-06-25T04:06:20.076Z | Downloaded strsim v0.11.1 |
| 180 | 2026-06-25T04:06:20.076Z | Downloaded hash32 v0.3.1 |
| 181 | 2026-06-25T04:06:20.076Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 182 | 2026-06-25T04:06:20.076Z | Downloaded is_terminal_polyfill v1.70.2 |
| 183 | 2026-06-25T04:06:20.080Z | Downloaded anstyle-parse v1.0.0 |
| 184 | 2026-06-25T04:06:20.089Z | Downloaded ident_case v1.0.1 |
| 185 | 2026-06-25T04:06:20.092Z | Downloaded utf8parse v0.2.2 |
| 186 | 2026-06-25T04:06:20.092Z | Downloaded cfg-if v1.0.4 |
| 187 | 2026-06-25T04:06:20.095Z | Downloaded heck v0.5.0 |
| 188 | 2026-06-25T04:06:20.098Z | Downloaded ref-cast-impl v1.0.25 |
| 189 | 2026-06-25T04:06:20.103Z | Downloaded proc-macro-crate v3.5.0 |
| 190 | 2026-06-25T04:06:20.106Z | Downloaded tabwriter v1.4.1 |
| 191 | 2026-06-25T04:06:20.110Z | Downloaded version_check v0.9.5 |
| 192 | 2026-06-25T04:06:20.113Z | Downloaded macaddr v1.0.1 |
| 193 | 2026-06-25T04:06:20.117Z | Downloaded managed v0.8.0 |
| 194 | 2026-06-25T04:06:20.121Z | Downloaded ipnetwork v0.21.1 |
| 195 | 2026-06-25T04:06:20.121Z | Downloaded rand_core v0.10.1 |
| 196 | 2026-06-25T04:06:20.121Z | Downloaded either v1.16.0 |
| 197 | 2026-06-25T04:06:20.133Z | Downloaded byteorder v1.5.0 |
| 198 | 2026-06-25T04:06:20.141Z | Downloaded anstream v1.0.0 |
| 199 | 2026-06-25T04:06:20.144Z | Downloaded thiserror v2.0.18 |
| 200 | 2026-06-25T04:06:20.147Z | Downloaded thiserror-impl v2.0.18 |
| 201 | 2026-06-25T04:06:20.150Z | Downloaded quote v1.0.46 |
| 202 | 2026-06-25T04:06:20.150Z | Downloaded ingot v0.1.1 |
| 203 | 2026-06-25T04:06:20.154Z | Downloaded pin-project-lite v0.2.17 |
| 204 | 2026-06-25T04:06:20.157Z | Downloaded rustversion v1.0.22 |
| 205 | 2026-06-25T04:06:20.162Z | Downloaded ingot-macros v0.1.1 |
| 206 | 2026-06-25T04:06:20.165Z | Downloaded clap_derive v4.6.1 |
| 207 | 2026-06-25T04:06:20.168Z | Downloaded tracing-attributes v0.1.31 |
| 208 | 2026-06-25T04:06:20.168Z | Downloaded num_enum v0.7.6 |
| 209 | 2026-06-25T04:06:20.171Z | Downloaded num_enum_derive v0.7.6 |
| 210 | 2026-06-25T04:06:20.171Z | Downloaded defmt-macros v1.1.0 |
| 211 | 2026-06-25T04:06:20.179Z | Downloaded darling_core v0.21.3 |
| 212 | 2026-06-25T04:06:20.197Z | Downloaded once_cell v1.21.4 |
| 213 | 2026-06-25T04:06:20.200Z | Downloaded getrandom v0.4.3 |
| 214 | 2026-06-25T04:06:20.203Z | Downloaded colored v3.1.1 |
| 215 | 2026-06-25T04:06:20.206Z | Downloaded oxnet v0.1.6 |
| 216 | 2026-06-25T04:06:20.206Z | Downloaded clap v4.6.1 |
| 217 | 2026-06-25T04:06:20.211Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 218 | 2026-06-25T04:06:20.214Z | Downloaded bitflags v2.13.0 |
| 219 | 2026-06-25T04:06:20.217Z | Downloaded serde_core v1.0.228 |
| 220 | 2026-06-25T04:06:20.220Z | Downloaded proc-macro2 v1.0.106 |
| 221 | 2026-06-25T04:06:20.220Z | Downloaded tracing-core v0.1.36 |
| 222 | 2026-06-25T04:06:20.224Z | Downloaded postcard v1.1.3 |
| 223 | 2026-06-25T04:06:20.227Z | Downloaded heapless v0.8.0 |
| 224 | 2026-06-25T04:06:20.229Z | Downloaded socket2 v0.6.4 |
| 225 | 2026-06-25T04:06:20.232Z | Downloaded serde_derive v1.0.228 |
| 226 | 2026-06-25T04:06:20.235Z | Downloaded indexmap v2.14.0 |
| 227 | 2026-06-25T04:06:20.239Z | Downloaded uuid v1.23.4 |
| 228 | 2026-06-25T04:06:20.246Z | Downloaded toml_edit v0.25.12+spec-1.1.0 |
| 229 | 2026-06-25T04:06:20.267Z | Downloaded serde v1.0.228 |
| 230 | 2026-06-25T04:06:20.271Z | Downloaded rand v0.10.1 |
| 231 | 2026-06-25T04:06:20.274Z | Downloaded memchr v2.8.2 |
| 232 | 2026-06-25T04:06:20.330Z | Downloaded regex v1.12.4 |
| 233 | 2026-06-25T04:06:20.335Z | Downloaded clap_builder v4.6.0 |
| 234 | 2026-06-25T04:06:20.339Z | Downloaded hashbrown v0.17.1 |
| 235 | 2026-06-25T04:06:20.342Z | Downloaded itertools v0.14.0 |
| 236 | 2026-06-25T04:06:20.349Z | Downloaded winnow v1.0.3 |
| 237 | 2026-06-25T04:06:20.376Z | Downloaded syn v1.0.109 |
| 238 | 2026-06-25T04:06:20.405Z | Downloaded unicode-width v0.2.2 |
| 239 | 2026-06-25T04:06:20.409Z | Downloaded syn v2.0.118 |
| 240 | 2026-06-25T04:06:20.415Z | Downloaded smoltcp v0.11.0 |
| 241 | 2026-06-25T04:06:20.428Z | Downloaded regex-automata v0.4.14 |
| 242 | 2026-06-25T04:06:20.437Z | Downloaded regex-syntax v0.8.11 |
| 243 | 2026-06-25T04:06:20.444Z | Downloaded rustix v1.1.4 |
| 244 | 2026-06-25T04:06:20.456Z | Downloaded tracing v0.1.44 |
| 245 | 2026-06-25T04:06:20.474Z | Downloaded libc v0.2.186 |
| 246 | 2026-06-25T04:06:20.536Z | Compiling proc-macro2 v1.0.106 |
| 247 | 2026-06-25T04:06:20.537Z | Compiling unicode-ident v1.0.24 |
| 248 | 2026-06-25T04:06:20.537Z | Compiling quote v1.0.46 |
| 249 | 2026-06-25T04:06:20.537Z | Compiling serde_core v1.0.228 |
| 250 | 2026-06-25T04:06:20.540Z | Compiling libc v0.2.186 |
| 251 | 2026-06-25T04:06:20.540Z | Checking cfg-if v1.0.4 |
| 252 | 2026-06-25T04:06:20.540Z | Compiling memchr v2.8.2 |
| 253 | 2026-06-25T04:06:20.540Z | Compiling fnv v1.0.7 |
| 254 | 2026-06-25T04:06:20.664Z | Compiling strsim v0.11.1 |
| 255 | 2026-06-25T04:06:20.707Z | Compiling ident_case v1.0.1 |
| 256 | 2026-06-25T04:06:20.734Z | Compiling thiserror v2.0.18 |
| 257 | 2026-06-25T04:06:20.813Z | Compiling regex-syntax v0.8.11 |
| 258 | 2026-06-25T04:06:20.949Z | Compiling equivalent v1.0.2 |
| 259 | 2026-06-25T04:06:20.988Z | Compiling winnow v1.0.3 |
| 260 | 2026-06-25T04:06:21.024Z | Compiling aho-corasick v1.1.4 |
| 261 | 2026-06-25T04:06:21.175Z | Compiling serde v1.0.228 |
| 262 | 2026-06-25T04:06:21.247Z | Compiling hashbrown v0.17.1 |
| 263 | 2026-06-25T04:06:21.281Z | Compiling either v1.16.0 |
| 264 | 2026-06-25T04:06:21.484Z | Compiling anyhow v1.0.102 |
| 265 | 2026-06-25T04:06:21.494Z | Compiling zerocopy v0.8.52 |
| 266 | 2026-06-25T04:06:21.788Z | Compiling indexmap v2.14.0 |
| 267 | 2026-06-25T04:06:21.835Z | Compiling itertools v0.14.0 |
| 268 | 2026-06-25T04:06:21.914Z | Compiling heapless v0.8.0 |
| 269 | 2026-06-25T04:06:22.038Z | Compiling syn v2.0.118 |
| 270 | 2026-06-25T04:06:22.047Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 271 | 2026-06-25T04:06:22.219Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 272 | 2026-06-25T04:06:22.436Z | Compiling regex-automata v0.4.14 |
| 273 | 2026-06-25T04:06:22.444Z | Checking byteorder v1.5.0 |
| 274 | 2026-06-25T04:06:22.478Z | Checking bitflags v2.13.0 |
| 275 | 2026-06-25T04:06:22.484Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 276 | 2026-06-25T04:06:22.594Z | Checking hash32 v0.3.1 |
| 277 | 2026-06-25T04:06:22.648Z | Compiling smoltcp v0.11.0 |
| 278 | 2026-06-25T04:06:22.703Z | Checking macaddr v1.0.1 |
| 279 | 2026-06-25T04:06:22.778Z | Compiling rustversion v1.0.22 |
| 280 | 2026-06-25T04:06:22.845Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 281 | 2026-06-25T04:06:22.933Z | Compiling syn v1.0.109 |
| 282 | 2026-06-25T04:06:22.985Z | Checking stable_deref_trait v1.2.1 |
| 283 | 2026-06-25T04:06:23.083Z | Compiling proc-macro-crate v3.5.0 |
| 284 | 2026-06-25T04:06:23.119Z | Checking bitflags v1.3.2 |
| 285 | 2026-06-25T04:06:23.160Z | Compiling version_check v0.9.5 |
| 286 | 2026-06-25T04:06:23.179Z | Checking managed v0.8.0 |
| 287 | 2026-06-25T04:06:23.275Z | Compiling getrandom v0.4.3 |
| 288 | 2026-06-25T04:06:23.357Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 289 | 2026-06-25T04:06:23.400Z | Checking rand_core v0.10.1 |
| 290 | 2026-06-25T04:06:23.407Z | Compiling ref-cast v1.0.25 |
| 291 | 2026-06-25T04:06:23.423Z | Compiling rustix v1.1.4 |
| 292 | 2026-06-25T04:06:23.498Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 293 | 2026-06-25T04:06:23.742Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 294 | 2026-06-25T04:06:23.750Z | Checking errno v0.3.14 |
| 295 | 2026-06-25T04:06:23.858Z | Checking foreign-types-shared v0.3.1 |
| 296 | 2026-06-25T04:06:23.936Z | Checking once_cell v1.21.4 |
| 297 | 2026-06-25T04:06:23.947Z | Checking utf8parse v0.2.2 |
| 298 | 2026-06-25T04:06:24.039Z | Checking ipnetwork v0.21.1 |
| 299 | 2026-06-25T04:06:24.043Z | Checking unicode-width v0.2.2 |
| 300 | 2026-06-25T04:06:24.122Z | Compiling regex v1.12.4 |
| 301 | 2026-06-25T04:06:24.212Z | Checking cpufeatures v0.3.0 |
| 302 | 2026-06-25T04:06:24.275Z | Checking chacha20 v0.10.0 |
| 303 | 2026-06-25T04:06:24.285Z | Checking tabwriter v1.4.1 |
| 304 | 2026-06-25T04:06:24.427Z | Checking tracing-core v0.1.36 |
| 305 | 2026-06-25T04:06:24.464Z | Checking cstr-argument v0.1.2 |
| 306 | 2026-06-25T04:06:24.464Z | Checking anstyle-parse v1.0.0 |
| 307 | 2026-06-25T04:06:24.609Z | Compiling darling_core v0.21.3 |
| 308 | 2026-06-25T04:06:24.839Z | Checking dyn-clone v1.0.20 |
| 309 | 2026-06-25T04:06:24.936Z | Checking anstyle v1.0.14 |
| 310 | 2026-06-25T04:06:24.943Z | Checking pretty-hex v0.4.2 |
| 311 | 2026-06-25T04:06:24.987Z | Checking colorchoice v1.0.5 |
| 312 | 2026-06-25T04:06:24.990Z | Checking is_terminal_polyfill v1.70.2 |
| 313 | 2026-06-25T04:06:25.005Z | Checking pin-project-lite v0.2.17 |
| 314 | 2026-06-25T04:06:25.047Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 315 | 2026-06-25T04:06:25.065Z | Checking anstyle-query v1.1.5 |
| 316 | 2026-06-25T04:06:25.085Z | Checking terminal_size v0.4.4 |
| 317 | 2026-06-25T04:06:25.146Z | Checking anstream v1.0.0 |
| 318 | 2026-06-25T04:06:25.189Z | Checking rand v0.10.1 |
| 319 | 2026-06-25T04:06:25.260Z | Checking uuid v1.23.4 |
| 320 | 2026-06-25T04:06:25.307Z | Checking socket2 v0.6.4 |
| 321 | 2026-06-25T04:06:25.504Z | Checking colored v3.1.1 |
| 322 | 2026-06-25T04:06:25.511Z | Checking clap_lex v1.1.0 |
| 323 | 2026-06-25T04:06:25.552Z | Checking oxnet v0.1.6 |
| 324 | 2026-06-25T04:06:25.645Z | Compiling heck v0.5.0 |
| 325 | 2026-06-25T04:06:25.658Z | Checking clap_builder v4.6.0 |
| 326 | 2026-06-25T04:06:25.696Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 327 | 2026-06-25T04:06:25.813Z | Compiling thiserror-impl v2.0.18 |
| 328 | 2026-06-25T04:06:25.840Z | Compiling serde_derive v1.0.228 |
| 329 | 2026-06-25T04:06:25.856Z | Compiling zerocopy-derive v0.8.52 |
| 330 | 2026-06-25T04:06:26.111Z | Compiling ref-cast-impl v1.0.25 |
| 331 | 2026-06-25T04:06:26.220Z | Compiling foreign-types-macros v0.2.3 |
| 332 | 2026-06-25T04:06:26.679Z | Compiling num_enum_derive v0.7.6 |
| 333 | 2026-06-25T04:06:26.695Z | Compiling darling_macro v0.21.3 |
| 334 | 2026-06-25T04:06:26.723Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 335 | 2026-06-25T04:06:26.835Z | Checking foreign-types v0.5.0 |
| 336 | 2026-06-25T04:06:26.948Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 337 | 2026-06-25T04:06:27.021Z | Compiling tracing-attributes v0.1.31 |
| 338 | 2026-06-25T04:06:27.137Z | Checking cobs v0.3.0 |
| 339 | 2026-06-25T04:06:27.250Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 340 | 2026-06-25T04:06:27.265Z | Compiling darling v0.21.3 |
| 341 | 2026-06-25T04:06:27.278Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 342 | 2026-06-25T04:06:27.338Z | Compiling ingot-macros v0.1.1 |
| 343 | 2026-06-25T04:06:27.346Z | Compiling clap_derive v4.6.1 |
| 344 | 2026-06-25T04:06:27.717Z | Checking num_enum v0.7.6 |
| 345 | 2026-06-25T04:06:27.821Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 346 | 2026-06-25T04:06:28.087Z | Checking tracing v0.1.44 |
| 347 | 2026-06-25T04:06:28.620Z | Checking postcard v1.1.3 |
| 348 | 2026-06-25T04:06:28.698Z | Checking clap v4.6.1 |
| 349 | 2026-06-25T04:06:29.847Z | Checking ingot-types v0.1.2 |
| 350 | 2026-06-25T04:06:30.113Z | Checking ingot v0.1.1 |
| 351 | 2026-06-25T04:06:31.423Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 352 | 2026-06-25T04:06:32.645Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 353 | 2026-06-25T04:06:33.836Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 354 | 2026-06-25T04:06:34.656Z | Finished `dev` profile [optimized + debuginfo] target(s) in 18.67s |
| 355 | 2026-06-25T04:06:34.766Z | |
| 356 | 2026-06-25T04:06:34.766Z | real 18.831292102 |
| 357 | 2026-06-25T04:06:34.766Z | user 54.158107329 |
| 358 | 2026-06-25T04:06:34.766Z | sys 13.194637917 |
| 359 | 2026-06-25T04:06:34.766Z | trap 0.045676421 |
| 360 | 2026-06-25T04:06:34.766Z | tflt 0.068912673 |
| 361 | 2026-06-25T04:06:34.766Z | dflt 0.105823986 |
| 362 | 2026-06-25T04:06:34.766Z | kflt 0.004837070 |
| 363 | 2026-06-25T04:06:34.766Z | lock 3:20.561018782 |
| 364 | 2026-06-25T04:06:34.766Z | slp 3:00.177180391 |
| 365 | 2026-06-25T04:06:34.770Z | lat 2.874074426 |
| 366 | 2026-06-25T04:06:34.770Z | stop 12.338967731 |
| 367 | 2026-06-25T04:06:34.770Z | + header 'debug build' |
| 368 | 2026-06-25T04:06:34.770Z | + echo '# ==== debug build ==== #' |
| 369 | 2026-06-25T04:06:34.770Z | + ptime -m cargo build |
| 370 | 2026-06-25T04:06:34.770Z | # ==== debug build ==== # |
| 371 | 2026-06-25T04:06:34.921Z | Compiling cfg-if v1.0.4 |
| 372 | 2026-06-25T04:06:34.921Z | Compiling serde_core v1.0.228 |
| 373 | 2026-06-25T04:06:34.925Z | Compiling libc v0.2.186 |
| 374 | 2026-06-25T04:06:34.947Z | Compiling thiserror v2.0.18 |
| 375 | 2026-06-25T04:06:34.950Z | Compiling byteorder v1.5.0 |
| 376 | 2026-06-25T04:06:34.954Z | Compiling zerocopy v0.8.52 |
| 377 | 2026-06-25T04:06:34.954Z | Compiling stable_deref_trait v1.2.1 |
| 378 | 2026-06-25T04:06:34.957Z | Compiling macaddr v1.0.1 |
| 379 | 2026-06-25T04:06:34.996Z | Compiling managed v0.8.0 |
| 380 | 2026-06-25T04:06:35.006Z | Compiling cobs v0.3.0 |
| 381 | 2026-06-25T04:06:35.022Z | Compiling rand_core v0.10.1 |
| 382 | 2026-06-25T04:06:35.113Z | Compiling hash32 v0.3.1 |
| 383 | 2026-06-25T04:06:35.172Z | Compiling bitflags v1.3.2 |
| 384 | 2026-06-25T04:06:35.191Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 385 | 2026-06-25T04:06:35.206Z | Compiling heapless v0.8.0 |
| 386 | 2026-06-25T04:06:35.232Z | Compiling errno v0.3.14 |
| 387 | 2026-06-25T04:06:35.253Z | Compiling ipnetwork v0.21.1 |
| 388 | 2026-06-25T04:06:35.271Z | Compiling foreign-types-shared v0.3.1 |
| 389 | 2026-06-25T04:06:35.278Z | Compiling unicode-width v0.2.2 |
| 390 | 2026-06-25T04:06:35.349Z | Compiling utf8parse v0.2.2 |
| 391 | 2026-06-25T04:06:35.387Z | Compiling memchr v2.8.2 |
| 392 | 2026-06-25T04:06:35.403Z | Compiling once_cell v1.21.4 |
| 393 | 2026-06-25T04:06:35.441Z | Compiling cpufeatures v0.3.0 |
| 394 | 2026-06-25T04:06:35.501Z | Compiling chacha20 v0.10.0 |
| 395 | 2026-06-25T04:06:35.573Z | Compiling smoltcp v0.11.0 |
| 396 | 2026-06-25T04:06:35.616Z | Compiling tracing-core v0.1.36 |
| 397 | 2026-06-25T04:06:35.634Z | Compiling tabwriter v1.4.1 |
| 398 | 2026-06-25T04:06:35.774Z | Compiling cstr-argument v0.1.2 |
| 399 | 2026-06-25T04:06:35.843Z | Compiling anstyle-parse v1.0.0 |
| 400 | 2026-06-25T04:06:35.969Z | Compiling foreign-types v0.5.0 |
| 401 | 2026-06-25T04:06:36.037Z | Compiling ref-cast v1.0.25 |
| 402 | 2026-06-25T04:06:36.044Z | Compiling num_enum v0.7.6 |
| 403 | 2026-06-25T04:06:36.044Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 404 | 2026-06-25T04:06:36.125Z | Compiling getrandom v0.4.3 |
| 405 | 2026-06-25T04:06:36.143Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 406 | 2026-06-25T04:06:36.147Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 407 | 2026-06-25T04:06:36.242Z | Compiling colorchoice v1.0.5 |
| 408 | 2026-06-25T04:06:36.328Z | Compiling is_terminal_polyfill v1.70.2 |
| 409 | 2026-06-25T04:06:36.354Z | Compiling pin-project-lite v0.2.17 |
| 410 | 2026-06-25T04:06:36.415Z | Compiling dyn-clone v1.0.20 |
| 411 | 2026-06-25T04:06:36.443Z | Compiling anstyle v1.0.14 |
| 412 | 2026-06-25T04:06:36.567Z | Compiling anstyle-query v1.1.5 |
| 413 | 2026-06-25T04:06:36.578Z | Compiling pretty-hex v0.4.2 |
| 414 | 2026-06-25T04:06:36.670Z | Compiling bitflags v2.13.0 |
| 415 | 2026-06-25T04:06:36.708Z | Compiling serde v1.0.228 |
| 416 | 2026-06-25T04:06:36.713Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 417 | 2026-06-25T04:06:36.713Z | Compiling anstream v1.0.0 |
| 418 | 2026-06-25T04:06:36.806Z | Compiling uuid v1.23.4 |
| 419 | 2026-06-25T04:06:36.930Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 420 | 2026-06-25T04:06:36.936Z | Compiling rustix v1.1.4 |
| 421 | 2026-06-25T04:06:37.136Z | Compiling tracing v0.1.44 |
| 422 | 2026-06-25T04:06:37.226Z | Compiling postcard v1.1.3 |
| 423 | 2026-06-25T04:06:37.408Z | Compiling anyhow v1.0.102 |
| 424 | 2026-06-25T04:06:37.419Z | Compiling rand v0.10.1 |
| 425 | 2026-06-25T04:06:37.507Z | Compiling terminal_size v0.4.4 |
| 426 | 2026-06-25T04:06:37.556Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 427 | 2026-06-25T04:06:37.577Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 428 | 2026-06-25T04:06:37.650Z | Compiling socket2 v0.6.4 |
| 429 | 2026-06-25T04:06:37.690Z | Compiling strsim v0.11.1 |
| 430 | 2026-06-25T04:06:37.957Z | Compiling ingot-types v0.1.2 |
| 431 | 2026-06-25T04:06:38.075Z | Compiling colored v3.1.1 |
| 432 | 2026-06-25T04:06:38.149Z | Compiling oxnet v0.1.6 |
| 433 | 2026-06-25T04:06:38.259Z | Compiling winnow v1.0.3 |
| 434 | 2026-06-25T04:06:38.349Z | Compiling ingot v0.1.1 |
| 435 | 2026-06-25T04:06:38.406Z | Compiling clap_lex v1.1.0 |
| 436 | 2026-06-25T04:06:38.631Z | Compiling clap_builder v4.6.0 |
| 437 | 2026-06-25T04:06:38.645Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 438 | 2026-06-25T04:06:39.185Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 439 | 2026-06-25T04:06:39.975Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 440 | 2026-06-25T04:06:40.194Z | Compiling clap v4.6.1 |
| 441 | 2026-06-25T04:06:41.390Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 442 | 2026-06-25T04:06:42.861Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 443 | 2026-06-25T04:06:47.283Z | Finished `dev` profile [optimized + debuginfo] target(s) in 12.50s |
| 444 | 2026-06-25T04:06:47.310Z | |
| 445 | 2026-06-25T04:06:47.314Z | real 12.533565477 |
| 446 | 2026-06-25T04:06:47.315Z | user 1:04.977481871 |
| 447 | 2026-06-25T04:06:47.315Z | sys 6.051579675 |
| 448 | 2026-06-25T04:06:47.315Z | trap 0.033655060 |
| 449 | 2026-06-25T04:06:47.315Z | tflt 0.122668378 |
| 450 | 2026-06-25T04:06:47.315Z | dflt 0.160566685 |
| 451 | 2026-06-25T04:06:47.315Z | kflt 0.002001880 |
| 452 | 2026-06-25T04:06:47.315Z | lock 2:55.685675823 |
| 453 | 2026-06-25T04:06:47.315Z | slp 1:54.558224307 |
| 454 | 2026-06-25T04:06:47.315Z | lat 3.942954404 |
| 455 | 2026-06-25T04:06:47.315Z | stop 3.691029724 |
| 456 | 2026-06-25T04:06:47.315Z | + header 'release build' |
| 457 | 2026-06-25T04:06:47.315Z | + echo '# ==== release build ==== #' |
| 458 | 2026-06-25T04:06:47.315Z | # ==== release build ==== # |
| 459 | 2026-06-25T04:06:47.315Z | + ptime -m cargo build --release |
| 460 | 2026-06-25T04:06:47.407Z | Compiling proc-macro2 v1.0.106 |
| 461 | 2026-06-25T04:06:47.407Z | Compiling unicode-ident v1.0.24 |
| 462 | 2026-06-25T04:06:47.407Z | Compiling quote v1.0.46 |
| 463 | 2026-06-25T04:06:47.407Z | Compiling serde_core v1.0.228 |
| 464 | 2026-06-25T04:06:47.412Z | Compiling libc v0.2.186 |
| 465 | 2026-06-25T04:06:47.412Z | Compiling cfg-if v1.0.4 |
| 466 | 2026-06-25T04:06:47.412Z | Compiling thiserror v2.0.18 |
| 467 | 2026-06-25T04:06:47.412Z | Compiling memchr v2.8.2 |
| 468 | 2026-06-25T04:06:47.480Z | Compiling strsim v0.11.1 |
| 469 | 2026-06-25T04:06:47.524Z | Compiling ident_case v1.0.1 |
| 470 | 2026-06-25T04:06:47.623Z | Compiling fnv v1.0.7 |
| 471 | 2026-06-25T04:06:47.717Z | Compiling regex-syntax v0.8.11 |
| 472 | 2026-06-25T04:06:47.725Z | Compiling zerocopy v0.8.52 |
| 473 | 2026-06-25T04:06:47.741Z | Compiling either v1.16.0 |
| 474 | 2026-06-25T04:06:47.895Z | Compiling aho-corasick v1.1.4 |
| 475 | 2026-06-25T04:06:47.931Z | Compiling winnow v1.0.3 |
| 476 | 2026-06-25T04:06:47.955Z | Compiling anyhow v1.0.102 |
| 477 | 2026-06-25T04:06:48.056Z | Compiling hashbrown v0.17.1 |
| 478 | 2026-06-25T04:06:48.124Z | Compiling equivalent v1.0.2 |
| 479 | 2026-06-25T04:06:48.198Z | Compiling serde v1.0.228 |
| 480 | 2026-06-25T04:06:48.276Z | Compiling itertools v0.14.0 |
| 481 | 2026-06-25T04:06:48.539Z | Compiling indexmap v2.14.0 |
| 482 | 2026-06-25T04:06:48.575Z | Compiling heapless v0.8.0 |
| 483 | 2026-06-25T04:06:48.708Z | Compiling syn v2.0.118 |
| 484 | 2026-06-25T04:06:48.855Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 485 | 2026-06-25T04:06:48.916Z | Compiling byteorder v1.5.0 |
| 486 | 2026-06-25T04:06:49.099Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 487 | 2026-06-25T04:06:49.133Z | Compiling regex-automata v0.4.14 |
| 488 | 2026-06-25T04:06:49.222Z | Compiling hash32 v0.3.1 |
| 489 | 2026-06-25T04:06:49.309Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 490 | 2026-06-25T04:06:49.384Z | Compiling macaddr v1.0.1 |
| 491 | 2026-06-25T04:06:49.484Z | Compiling bitflags v2.13.0 |
| 492 | 2026-06-25T04:06:49.500Z | Compiling syn v1.0.109 |
| 493 | 2026-06-25T04:06:49.584Z | Compiling smoltcp v0.11.0 |
| 494 | 2026-06-25T04:06:49.610Z | Compiling rustversion v1.0.22 |
| 495 | 2026-06-25T04:06:49.737Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 496 | 2026-06-25T04:06:49.790Z | Compiling stable_deref_trait v1.2.1 |
| 497 | 2026-06-25T04:06:49.814Z | Compiling proc-macro-crate v3.5.0 |
| 498 | 2026-06-25T04:06:49.931Z | Compiling rustix v1.1.4 |
| 499 | 2026-06-25T04:06:49.951Z | Compiling managed v0.8.0 |
| 500 | 2026-06-25T04:06:49.965Z | Compiling bitflags v1.3.2 |
| 501 | 2026-06-25T04:06:50.024Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 502 | 2026-06-25T04:06:50.177Z | Compiling rand_core v0.10.1 |
| 503 | 2026-06-25T04:06:50.182Z | Compiling ref-cast v1.0.25 |
| 504 | 2026-06-25T04:06:50.206Z | Compiling getrandom v0.4.3 |
| 505 | 2026-06-25T04:06:50.222Z | Compiling version_check v0.9.5 |
| 506 | 2026-06-25T04:06:50.457Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 507 | 2026-06-25T04:06:50.469Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 508 | 2026-06-25T04:06:50.494Z | Compiling errno v0.3.14 |
| 509 | 2026-06-25T04:06:50.629Z | Compiling unicode-width v0.2.2 |
| 510 | 2026-06-25T04:06:50.676Z | Compiling once_cell v1.21.4 |
| 511 | 2026-06-25T04:06:50.840Z | Compiling regex v1.12.4 |
| 512 | 2026-06-25T04:06:50.899Z | Compiling foreign-types-shared v0.3.1 |
| 513 | 2026-06-25T04:06:50.913Z | Compiling utf8parse v0.2.2 |
| 514 | 2026-06-25T04:06:50.974Z | Compiling cpufeatures v0.3.0 |
| 515 | 2026-06-25T04:06:51.004Z | Compiling ipnetwork v0.21.1 |
| 516 | 2026-06-25T04:06:51.033Z | Compiling chacha20 v0.10.0 |
| 517 | 2026-06-25T04:06:51.222Z | Compiling darling_core v0.21.3 |
| 518 | 2026-06-25T04:06:51.303Z | Compiling cstr-argument v0.1.2 |
| 519 | 2026-06-25T04:06:51.372Z | Compiling anstyle-parse v1.0.0 |
| 520 | 2026-06-25T04:06:51.450Z | Compiling tabwriter v1.4.1 |
| 521 | 2026-06-25T04:06:51.551Z | Compiling tracing-core v0.1.36 |
| 522 | 2026-06-25T04:06:52.074Z | Compiling anstyle v1.0.14 |
| 523 | 2026-06-25T04:06:52.144Z | Compiling pin-project-lite v0.2.17 |
| 524 | 2026-06-25T04:06:52.231Z | Compiling dyn-clone v1.0.20 |
| 525 | 2026-06-25T04:06:52.312Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 526 | 2026-06-25T04:06:52.361Z | Compiling colorchoice v1.0.5 |
| 527 | 2026-06-25T04:06:52.448Z | Compiling anstyle-query v1.1.5 |
| 528 | 2026-06-25T04:06:52.460Z | Compiling thiserror-impl v2.0.18 |
| 529 | 2026-06-25T04:06:52.464Z | Compiling serde_derive v1.0.228 |
| 530 | 2026-06-25T04:06:52.496Z | Compiling zerocopy-derive v0.8.52 |
| 531 | 2026-06-25T04:06:52.517Z | Compiling num_enum_derive v0.7.6 |
| 532 | 2026-06-25T04:06:52.536Z | Compiling foreign-types-macros v0.2.3 |
| 533 | 2026-06-25T04:06:53.072Z | Compiling ref-cast-impl v1.0.25 |
| 534 | 2026-06-25T04:06:53.151Z | Compiling foreign-types v0.5.0 |
| 535 | 2026-06-25T04:06:53.218Z | Compiling tracing-attributes v0.1.31 |
| 536 | 2026-06-25T04:06:53.340Z | Compiling darling_macro v0.21.3 |
| 537 | 2026-06-25T04:06:53.489Z | Compiling num_enum v0.7.6 |
| 538 | 2026-06-25T04:06:53.595Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 539 | 2026-06-25T04:06:53.731Z | Compiling pretty-hex v0.4.2 |
| 540 | 2026-06-25T04:06:53.763Z | Compiling cobs v0.3.0 |
| 541 | 2026-06-25T04:06:53.767Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 542 | 2026-06-25T04:06:53.851Z | Compiling is_terminal_polyfill v1.70.2 |
| 543 | 2026-06-25T04:06:53.872Z | Compiling darling v0.21.3 |
| 544 | 2026-06-25T04:06:53.928Z | Compiling anstream v1.0.0 |
| 545 | 2026-06-25T04:06:53.938Z | Compiling ingot-macros v0.1.1 |
| 546 | 2026-06-25T04:06:53.965Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 547 | 2026-06-25T04:06:54.066Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 548 | 2026-06-25T04:06:54.159Z | Compiling terminal_size v0.4.4 |
| 549 | 2026-06-25T04:06:54.220Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 550 | 2026-06-25T04:06:54.327Z | Compiling rand v0.10.1 |
| 551 | 2026-06-25T04:06:54.392Z | Compiling tracing v0.1.44 |
| 552 | 2026-06-25T04:06:54.399Z | Compiling uuid v1.23.4 |
| 553 | 2026-06-25T04:06:54.610Z | Compiling socket2 v0.6.4 |
| 554 | 2026-06-25T04:06:54.700Z | Compiling heck v0.5.0 |
| 555 | 2026-06-25T04:06:54.821Z | Compiling clap_lex v1.1.0 |
| 556 | 2026-06-25T04:06:54.884Z | Compiling colored v3.1.1 |
| 557 | 2026-06-25T04:06:55.116Z | Compiling oxnet v0.1.6 |
| 558 | 2026-06-25T04:06:55.157Z | Compiling clap_derive v4.6.1 |
| 559 | 2026-06-25T04:06:55.397Z | Compiling clap_builder v4.6.0 |
| 560 | 2026-06-25T04:06:55.422Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 561 | 2026-06-25T04:06:55.666Z | Compiling postcard v1.1.3 |
| 562 | 2026-06-25T04:06:56.912Z | Compiling ingot-types v0.1.2 |
| 563 | 2026-06-25T04:06:57.243Z | Compiling ingot v0.1.1 |
| 564 | 2026-06-25T04:06:57.276Z | Compiling clap v4.6.1 |
| 565 | 2026-06-25T04:06:58.910Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 566 | 2026-06-25T04:06:59.911Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 567 | 2026-06-25T04:07:00.978Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 568 | 2026-06-25T04:07:07.513Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.19s |
| 569 | 2026-06-25T04:07:07.541Z | |
| 570 | 2026-06-25T04:07:07.544Z | real 20.221070241 |
| 571 | 2026-06-25T04:07:07.545Z | user 1:42.711536610 |
| 572 | 2026-06-25T04:07:07.545Z | sys 13.377822462 |
| 573 | 2026-06-25T04:07:07.545Z | trap 0.051145210 |
| 574 | 2026-06-25T04:07:07.545Z | tflt 0.141424873 |
| 575 | 2026-06-25T04:07:07.545Z | dflt 0.361123531 |
| 576 | 2026-06-25T04:07:07.545Z | kflt 0.000019180 |
| 577 | 2026-06-25T04:07:07.545Z | lock 4:26.259455608 |
| 578 | 2026-06-25T04:07:07.545Z | slp 3:24.788548350 |
| 579 | 2026-06-25T04:07:07.545Z | lat 4.389463426 |
| 580 | 2026-06-25T04:07:07.545Z | stop 8.573344389 |
| 581 | 2026-06-25T04:07:07.545Z | + popd |
| 582 | 2026-06-25T04:07:07.545Z | /work/oxidecomputer/opte |
| 583 | 2026-06-25T04:07:07.545Z | + for x in debug release |
| 584 | 2026-06-25T04:07:07.545Z | + mkdir -p /work/debug |
| 585 | 2026-06-25T04:07:07.545Z | + cp target/debug/opteadm /work/debug/ |
| 586 | 2026-06-25T04:07:07.567Z | + sha256sum target/debug/opteadm |
| 587 | 2026-06-25T04:07:07.593Z | + for x in debug release |
| 588 | 2026-06-25T04:07:07.593Z | + mkdir -p /work/release |
| 589 | 2026-06-25T04:07:07.596Z | + cp target/release/opteadm /work/release/ |
| 590 | 2026-06-25T04:07:07.610Z | + sha256sum target/release/opteadm |
| 591 | 2026-06-25T04:07:07.627Z | process exited: duration 65945 ms, exit code 0 |
| |
| 592 | 2026-06-25T04:07:07.639Z | found 4 output files |
| 593 | 2026-06-25T04:07:07.639Z | uploading: /work/debug/opteadm (36542760 bytes) |
| 594 | 2026-06-25T04:07:09.450Z | uploaded: /work/debug/opteadm |
| 595 | 2026-06-25T04:07:09.450Z | uploading: /work/debug/opteadm.debug.sha256 (87 bytes) |
| 596 | 2026-06-25T04:07:10.460Z | uploaded: /work/debug/opteadm.debug.sha256 |
| 597 | 2026-06-25T04:07:10.460Z | uploading: /work/release/opteadm (24749648 bytes) |
| 598 | 2026-06-25T04:07:11.682Z | uploaded: /work/release/opteadm |
| 599 | 2026-06-25T04:07:11.682Z | uploading: /work/release/opteadm.release.sha256 (89 bytes) |
| 600 | 2026-06-25T04:07:12.692Z | uploaded: /work/release/opteadm.release.sha256 |