|
|
|
| 1 | 2026-06-10T03:36:59.482Z | job assigned to worker 01KTQSM2E6KS2JKTGVD4BN8154 [factory aws, i-0b9270f21eda8c5b7] (queued for 57 s) |
| |
| 2 | 2026-06-10T03:37:06.220Z | starting task 0: "setup" |
| 3 | 2026-06-10T03:37:06.226Z | ++ uname -s |
| 4 | 2026-06-10T03:37:06.229Z | + kern=SunOS |
| 5 | 2026-06-10T03:37:06.229Z | + build_user=build |
| 6 | 2026-06-10T03:37:06.229Z | + build_uid=12345 |
| 7 | 2026-06-10T03:37:06.229Z | + work_dir=/work |
| 8 | 2026-06-10T03:37:06.229Z | + input_dir=/input |
| 9 | 2026-06-10T03:37:06.229Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-10T03:37:06.229Z | + case "$kern" in |
| 11 | 2026-06-10T03:37:06.229Z | + groupadd -g 12345 build |
| 12 | 2026-06-10T03:37:06.229Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-10T03:37:08.234Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-10T03:37:08.301Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-10T03:37:08.304Z | + home_fs=zfs |
| 16 | 2026-06-10T03:37:08.304Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-10T03:37:08.304Z | + mkdir -p /home/build |
| 18 | 2026-06-10T03:37:08.304Z | + chown build:build /home/build /work |
| 19 | 2026-06-10T03:37:10.305Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-10T03:37:10.308Z | process exited: duration 4086 ms, exit code 0 |
| |
| 21 | 2026-06-10T03:37:10.314Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-10T03:37:10.317Z | + printf ' * rust toolchain channel = "%s"\n' 1.95.0 |
| 23 | 2026-06-10T03:37:10.317Z | * rust toolchain channel = "1.95.0" |
| 24 | 2026-06-10T03:37:10.317Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-06-10T03:37:10.317Z | * rust toolchain profile = "default" |
| 26 | 2026-06-10T03:37:10.317Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-10T03:37:10.317Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-10T03:37:10.321Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-10T03:37:10.321Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default |
| 30 | 2026-06-10T03:37:10.400Z | info: downloading installer |
| 31 | 2026-06-10T03:37:11.813Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-10T03:37:11.813Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-10T03:37:11.813Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-10T03:37:11.813Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-10T03:37:11.825Z | info: profile set to default |
| 36 | 2026-06-10T03:37:11.825Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-10T03:37:11.828Z | info: syncing channel updates for 1.95.0-x86_64-unknown-illumos |
| 38 | 2026-06-10T03:37:11.969Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 39 | 2026-06-10T03:37:11.972Z | info: downloading 6 components |
| 40 | 2026-06-10T03:37:26.841Z | info: default toolchain set to 1.95.0-x86_64-unknown-illumos |
| 41 | 2026-06-10T03:37:26.841Z | |
| 42 | 2026-06-10T03:37:26.871Z | 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 43 | 2026-06-10T03:37:26.871Z | |
| 44 | 2026-06-10T03:37:26.871Z | |
| 45 | 2026-06-10T03:37:26.871Z | Rust is installed now. Great! |
| 46 | 2026-06-10T03:37:26.871Z | |
| 47 | 2026-06-10T03:37:26.875Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-10T03:37:26.875Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-10T03:37:26.875Z | |
| 50 | 2026-06-10T03:37:26.875Z | To configure your current shell, you need to source |
| 51 | 2026-06-10T03:37:26.875Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-10T03:37:26.875Z | |
| 53 | 2026-06-10T03:37:26.875Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-10T03:37:26.875Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-10T03:37:26.875Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-10T03:37:26.875Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-10T03:37:26.875Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-10T03:37:26.875Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-10T03:37:26.875Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-10T03:37:26.875Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-10T03:37:26.875Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-10T03:37:26.973Z | + rustup --version |
| 63 | 2026-06-10T03:37:26.982Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-10T03:37:26.985Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-10T03:37:27.004Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 66 | 2026-06-10T03:37:27.007Z | + cargo --version |
| 67 | 2026-06-10T03:37:27.021Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 68 | 2026-06-10T03:37:27.023Z | + rustc --version |
| 69 | 2026-06-10T03:37:27.043Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 70 | 2026-06-10T03:37:27.046Z | process exited: duration 16731 ms, exit code 0 |
| |
| 71 | 2026-06-10T03:37:27.052Z | starting task 2: "authentication" |
| 72 | 2026-06-10T03:37:27.069Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-10T03:37:27.074Z | starting task 3: "clone repository" |
| 74 | 2026-06-10T03:37:27.078Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-06-10T03:37:27.082Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-06-10T03:37:27.112Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-06-10T03:37:27.975Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-06-10T03:37:27.975Z | + git fetch origin db98f704610f68ee307e8d8df839d51ba2252392 |
| 79 | 2026-06-10T03:37:28.200Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-06-10T03:37:28.200Z | * branch db98f704610f68ee307e8d8df839d51ba2252392 -> FETCH_HEAD |
| 81 | 2026-06-10T03:37:28.206Z | + [[ -n renovate/zerocopy-0.x-lockfile ]] |
| 82 | 2026-06-10T03:37:28.209Z | ++ git branch --show-current |
| 83 | 2026-06-10T03:37:28.209Z | + current=master |
| 84 | 2026-06-10T03:37:28.209Z | + [[ master != renovate/zerocopy-0.x-lockfile ]] |
| 85 | 2026-06-10T03:37:28.209Z | + git branch -f renovate/zerocopy-0.x-lockfile db98f704610f68ee307e8d8df839d51ba2252392 |
| 86 | 2026-06-10T03:37:28.211Z | + git checkout -f renovate/zerocopy-0.x-lockfile |
| 87 | 2026-06-10T03:37:28.228Z | Switched to branch 'renovate/zerocopy-0.x-lockfile' |
| 88 | 2026-06-10T03:37:28.230Z | + git reset --hard db98f704610f68ee307e8d8df839d51ba2252392 |
| 89 | 2026-06-10T03:37:28.233Z | HEAD is now at db98f70 Update Rust crate zerocopy to v0.8.52 |
| 90 | 2026-06-10T03:37:28.233Z | process exited: duration 1157 ms, exit code 0 |
| |
| 91 | 2026-06-10T03:37:28.239Z | starting task 4: "build" |
| 92 | 2026-06-10T03:37:28.243Z | + source .github/buildomat/common.sh |
| 93 | 2026-06-10T03:37:28.245Z | ++ rustup show active-toolchain |
| 94 | 2026-06-10T03:37:28.248Z | 1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-06-10T03:37:28.251Z | ++ pushd xde |
| 96 | 2026-06-10T03:37:28.251Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-06-10T03:37:28.251Z | ++ rustup show active-toolchain |
| 98 | 2026-06-10T03:37:28.254Z | info: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos |
| 99 | 2026-06-10T03:37:28.421Z | info: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31) |
| 100 | 2026-06-10T03:37:28.424Z | info: downloading 6 components |
| 101 | 2026-06-10T03:38:16.116Z | nightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-06-10T03:38:16.196Z | +++ rustup show active-toolchain -v |
| 103 | 2026-06-10T03:38:16.199Z | +++ head -n 1 |
| 104 | 2026-06-10T03:38:16.199Z | +++ cut '-d ' -f1 |
| 105 | 2026-06-10T03:38:16.249Z | ++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 106 | 2026-06-10T03:38:16.249Z | ++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 107 | 2026-06-10T03:38:16.251Z | ++ popd |
| 108 | 2026-06-10T03:38:16.252Z | /work/oxidecomputer/opte |
| 109 | 2026-06-10T03:38:16.252Z | + cargo --version |
| 110 | 2026-06-10T03:38:16.259Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 111 | 2026-06-10T03:38:16.262Z | + rustc --version |
| 112 | 2026-06-10T03:38:16.281Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 113 | 2026-06-10T03:38:16.285Z | + pushd bin/opteadm |
| 114 | 2026-06-10T03:38:16.285Z | /work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte |
| 115 | 2026-06-10T03:38:16.285Z | + header 'check style' |
| 116 | 2026-06-10T03:38:16.285Z | + echo '# ==== check style ==== #' |
| 117 | 2026-06-10T03:38:16.285Z | # ==== check style ==== # |
| 118 | 2026-06-10T03:38:16.285Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check |
| 119 | 2026-06-10T03:38:16.355Z | |
| 120 | 2026-06-10T03:38:16.355Z | real 0.068533181 |
| 121 | 2026-06-10T03:38:16.355Z | user 0.038129828 |
| 122 | 2026-06-10T03:38:16.355Z | sys 0.028104320 |
| 123 | 2026-06-10T03:38:16.355Z | trap 0.000005200 |
| 124 | 2026-06-10T03:38:16.355Z | tflt 0.000035190 |
| 125 | 2026-06-10T03:38:16.355Z | dflt 0.000015280 |
| 126 | 2026-06-10T03:38:16.355Z | kflt 0.000000000 |
| 127 | 2026-06-10T03:38:16.355Z | lock 0.031038404 |
| 128 | 2026-06-10T03:38:16.355Z | slp 0.047945654 |
| 129 | 2026-06-10T03:38:16.355Z | lat 0.000717820 |
| 130 | 2026-06-10T03:38:16.355Z | stop 0.000085820 |
| 131 | 2026-06-10T03:38:16.358Z | + header analyze |
| 132 | 2026-06-10T03:38:16.358Z | + echo '# ==== analyze ==== #' |
| 133 | 2026-06-10T03:38:16.358Z | # ==== analyze ==== # |
| 134 | 2026-06-10T03:38:16.358Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 135 | 2026-06-10T03:38:16.488Z | Updating crates.io index |
| 136 | 2026-06-10T03:38:16.525Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-06-10T03:38:17.796Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-06-10T03:38:18.257Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-06-10T03:38:18.596Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-06-10T03:38:19.024Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-06-10T03:38:19.286Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-06-10T03:38:19.576Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-06-10T03:38:21.690Z | Downloading crates ... |
| 144 | 2026-06-10T03:38:21.768Z | Downloaded version_check v0.9.5 |
| 145 | 2026-06-10T03:38:21.778Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 146 | 2026-06-10T03:38:21.792Z | Downloaded hashbrown v0.17.1 |
| 147 | 2026-06-10T03:38:21.800Z | Downloaded zerocopy v0.8.52 |
| 148 | 2026-06-10T03:38:21.811Z | Downloaded zerocopy-derive v0.8.52 |
| 149 | 2026-06-10T03:38:21.816Z | Downloaded smoltcp v0.11.0 |
| 150 | 2026-06-10T03:38:21.821Z | Downloaded rustix v1.1.4 |
| 151 | 2026-06-10T03:38:21.834Z | Downloaded tracing-core v0.1.36 |
| 152 | 2026-06-10T03:38:21.838Z | Downloaded proc-macro2 v1.0.106 |
| 153 | 2026-06-10T03:38:21.839Z | Downloaded oxnet v0.1.6 |
| 154 | 2026-06-10T03:38:21.843Z | Downloaded num_enum_derive v0.7.6 |
| 155 | 2026-06-10T03:38:21.843Z | Downloaded is_terminal_polyfill v1.70.2 |
| 156 | 2026-06-10T03:38:21.843Z | Downloaded dyn-clone v1.0.20 |
| 157 | 2026-06-10T03:38:21.843Z | Downloaded bitflags v2.13.0 |
| 158 | 2026-06-10T03:38:21.846Z | Downloaded macaddr v1.0.1 |
| 159 | 2026-06-10T03:38:21.846Z | Downloaded foreign-types v0.5.0 |
| 160 | 2026-06-10T03:38:21.846Z | Downloaded postcard v1.1.3 |
| 161 | 2026-06-10T03:38:21.846Z | Downloaded cstr-argument v0.1.2 |
| 162 | 2026-06-10T03:38:21.849Z | Downloaded ingot-macros v0.1.1 |
| 163 | 2026-06-10T03:38:21.849Z | Downloaded defmt v1.1.0 |
| 164 | 2026-06-10T03:38:21.855Z | Downloaded rand_core v0.10.1 |
| 165 | 2026-06-10T03:38:21.857Z | Downloaded colorchoice v1.0.5 |
| 166 | 2026-06-10T03:38:21.863Z | Downloaded cpufeatures v0.3.0 |
| 167 | 2026-06-10T03:38:21.868Z | Downloaded stable_deref_trait v1.2.1 |
| 168 | 2026-06-10T03:38:21.868Z | Downloaded foreign-types-shared v0.3.1 |
| 169 | 2026-06-10T03:38:21.868Z | Downloaded fnv v1.0.7 |
| 170 | 2026-06-10T03:38:21.868Z | Downloaded embedded-io v0.4.0 |
| 171 | 2026-06-10T03:38:21.868Z | Downloaded defmt-parser v1.0.0 |
| 172 | 2026-06-10T03:38:21.868Z | Downloaded clap_lex v1.1.0 |
| 173 | 2026-06-10T03:38:21.868Z | Downloaded darling_macro v0.21.3 |
| 174 | 2026-06-10T03:38:21.871Z | Downloaded ident_case v1.0.1 |
| 175 | 2026-06-10T03:38:21.871Z | Downloaded getrandom v0.4.2 |
| 176 | 2026-06-10T03:38:21.875Z | Downloaded bitflags v1.3.2 |
| 177 | 2026-06-10T03:38:21.899Z | Downloaded heck v0.5.0 |
| 178 | 2026-06-10T03:38:21.902Z | Downloaded terminal_size v0.4.4 |
| 179 | 2026-06-10T03:38:21.902Z | Downloaded strsim v0.11.1 |
| 180 | 2026-06-10T03:38:21.902Z | Downloaded proc-macro-error2 v2.0.1 |
| 181 | 2026-06-10T03:38:21.902Z | Downloaded anstream v1.0.0 |
| 182 | 2026-06-10T03:38:21.905Z | Downloaded pretty-hex v0.4.2 |
| 183 | 2026-06-10T03:38:21.908Z | Downloaded pin-project-lite v0.2.17 |
| 184 | 2026-06-10T03:38:21.911Z | Downloaded tabwriter v1.4.1 |
| 185 | 2026-06-10T03:38:21.915Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 186 | 2026-06-10T03:38:21.917Z | Downloaded ref-cast-impl v1.0.25 |
| 187 | 2026-06-10T03:38:21.918Z | Downloaded cfg-if v1.0.4 |
| 188 | 2026-06-10T03:38:21.923Z | Downloaded ingot v0.1.1 |
| 189 | 2026-06-10T03:38:21.926Z | Downloaded proc-macro-crate v3.5.0 |
| 190 | 2026-06-10T03:38:21.926Z | Downloaded embedded-io v0.6.1 |
| 191 | 2026-06-10T03:38:21.926Z | Downloaded either v1.16.0 |
| 192 | 2026-06-10T03:38:21.929Z | Downloaded equivalent v1.0.2 |
| 193 | 2026-06-10T03:38:21.929Z | Downloaded anstyle v1.0.14 |
| 194 | 2026-06-10T03:38:21.929Z | Downloaded chacha20 v0.10.0 |
| 195 | 2026-06-10T03:38:21.933Z | Downloaded num_enum v0.7.6 |
| 196 | 2026-06-10T03:38:21.937Z | Downloaded defmt v0.3.100 |
| 197 | 2026-06-10T03:38:21.940Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 198 | 2026-06-10T03:38:21.940Z | Downloaded quote v1.0.45 |
| 199 | 2026-06-10T03:38:21.952Z | Downloaded ref-cast v1.0.25 |
| 200 | 2026-06-10T03:38:21.957Z | Downloaded byteorder v1.5.0 |
| 201 | 2026-06-10T03:38:21.960Z | Downloaded errno v0.3.14 |
| 202 | 2026-06-10T03:38:21.960Z | Downloaded foreign-types-macros v0.2.3 |
| 203 | 2026-06-10T03:38:21.960Z | Downloaded clap_derive v4.6.1 |
| 204 | 2026-06-10T03:38:21.966Z | Downloaded thiserror v2.0.18 |
| 205 | 2026-06-10T03:38:21.969Z | Downloaded thiserror-impl v2.0.18 |
| 206 | 2026-06-10T03:38:21.969Z | Downloaded anstyle-query v1.1.5 |
| 207 | 2026-06-10T03:38:21.980Z | Downloaded anstyle-parse v1.0.0 |
| 208 | 2026-06-10T03:38:21.987Z | Downloaded tracing-attributes v0.1.31 |
| 209 | 2026-06-10T03:38:21.990Z | Downloaded rustversion v1.0.22 |
| 210 | 2026-06-10T03:38:21.990Z | Downloaded managed v0.8.0 |
| 211 | 2026-06-10T03:38:21.993Z | Downloaded uuid v1.23.3 |
| 212 | 2026-06-10T03:38:21.997Z | Downloaded defmt-macros v1.1.0 |
| 213 | 2026-06-10T03:38:22.004Z | Downloaded serde_derive v1.0.228 |
| 214 | 2026-06-10T03:38:22.010Z | Downloaded socket2 v0.6.4 |
| 215 | 2026-06-10T03:38:22.015Z | Downloaded utf8parse v0.2.2 |
| 216 | 2026-06-10T03:38:22.018Z | Downloaded cobs v0.3.0 |
| 217 | 2026-06-10T03:38:22.021Z | Downloaded serde v1.0.228 |
| 218 | 2026-06-10T03:38:22.024Z | Downloaded ingot-types v0.1.2 |
| 219 | 2026-06-10T03:38:22.027Z | Downloaded once_cell v1.21.4 |
| 220 | 2026-06-10T03:38:22.030Z | Downloaded darling v0.21.3 |
| 221 | 2026-06-10T03:38:22.033Z | Downloaded hash32 v0.3.1 |
| 222 | 2026-06-10T03:38:22.038Z | Downloaded colored v3.1.1 |
| 223 | 2026-06-10T03:38:22.042Z | Downloaded toml_edit v0.25.12+spec-1.1.0 |
| 224 | 2026-06-10T03:38:22.045Z | Downloaded ipnetwork v0.21.1 |
| 225 | 2026-06-10T03:38:22.048Z | Downloaded clap v4.6.1 |
| 226 | 2026-06-10T03:38:22.055Z | Downloaded anyhow v1.0.102 |
| 227 | 2026-06-10T03:38:22.058Z | Downloaded serde_core v1.0.228 |
| 228 | 2026-06-10T03:38:22.062Z | Downloaded indexmap v2.14.0 |
| 229 | 2026-06-10T03:38:22.071Z | Downloaded darling_core v0.21.3 |
| 230 | 2026-06-10T03:38:22.089Z | Downloaded heapless v0.8.0 |
| 231 | 2026-06-10T03:38:22.102Z | Downloaded winnow v1.0.3 |
| 232 | 2026-06-10T03:38:22.110Z | Downloaded unicode-ident v1.0.24 |
| 233 | 2026-06-10T03:38:22.114Z | Downloaded rand v0.10.1 |
| 234 | 2026-06-10T03:38:22.114Z | Downloaded memchr v2.8.1 |
| 235 | 2026-06-10T03:38:22.114Z | Downloaded syn v2.0.117 |
| 236 | 2026-06-10T03:38:22.127Z | Downloaded itertools v0.14.0 |
| 237 | 2026-06-10T03:38:22.135Z | Downloaded clap_builder v4.6.0 |
| 238 | 2026-06-10T03:38:22.143Z | Downloaded regex v1.12.4 |
| 239 | 2026-06-10T03:38:22.146Z | Downloaded aho-corasick v1.1.4 |
| 240 | 2026-06-10T03:38:22.150Z | Downloaded syn v1.0.109 |
| 241 | 2026-06-10T03:38:22.157Z | Downloaded unicode-width v0.2.2 |
| 242 | 2026-06-10T03:38:22.185Z | Downloaded regex-syntax v0.8.11 |
| 243 | 2026-06-10T03:38:22.215Z | Downloaded tracing v0.1.44 |
| 244 | 2026-06-10T03:38:22.226Z | Downloaded regex-automata v0.4.14 |
| 245 | 2026-06-10T03:38:22.247Z | Downloaded libc v0.2.186 |
| 246 | 2026-06-10T03:38:22.312Z | Compiling proc-macro2 v1.0.106 |
| 247 | 2026-06-10T03:38:22.312Z | Compiling quote v1.0.45 |
| 248 | 2026-06-10T03:38:22.313Z | Compiling unicode-ident v1.0.24 |
| 249 | 2026-06-10T03:38:22.317Z | Compiling serde_core v1.0.228 |
| 250 | 2026-06-10T03:38:22.317Z | Compiling libc v0.2.186 |
| 251 | 2026-06-10T03:38:22.317Z | Checking cfg-if v1.0.4 |
| 252 | 2026-06-10T03:38:22.317Z | Compiling memchr v2.8.1 |
| 253 | 2026-06-10T03:38:22.317Z | Compiling thiserror v2.0.18 |
| 254 | 2026-06-10T03:38:22.437Z | Compiling fnv v1.0.7 |
| 255 | 2026-06-10T03:38:22.515Z | Compiling strsim v0.11.1 |
| 256 | 2026-06-10T03:38:22.522Z | Compiling ident_case v1.0.1 |
| 257 | 2026-06-10T03:38:22.627Z | Compiling regex-syntax v0.8.11 |
| 258 | 2026-06-10T03:38:22.786Z | Compiling aho-corasick v1.1.4 |
| 259 | 2026-06-10T03:38:22.792Z | Compiling either v1.16.0 |
| 260 | 2026-06-10T03:38:22.923Z | Compiling equivalent v1.0.2 |
| 261 | 2026-06-10T03:38:22.929Z | Compiling serde v1.0.228 |
| 262 | 2026-06-10T03:38:22.991Z | Compiling winnow v1.0.3 |
| 263 | 2026-06-10T03:38:22.997Z | Compiling hashbrown v0.17.1 |
| 264 | 2026-06-10T03:38:23.073Z | Compiling anyhow v1.0.102 |
| 265 | 2026-06-10T03:38:23.241Z | Compiling zerocopy v0.8.52 |
| 266 | 2026-06-10T03:38:23.526Z | Compiling indexmap v2.14.0 |
| 267 | 2026-06-10T03:38:23.565Z | Compiling syn v2.0.117 |
| 268 | 2026-06-10T03:38:23.662Z | Compiling itertools v0.14.0 |
| 269 | 2026-06-10T03:38:23.665Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 270 | 2026-06-10T03:38:23.886Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 271 | 2026-06-10T03:38:23.990Z | Compiling heapless v0.8.0 |
| 272 | 2026-06-10T03:38:24.115Z | Compiling regex-automata v0.4.14 |
| 273 | 2026-06-10T03:38:24.157Z | Checking bitflags v2.13.0 |
| 274 | 2026-06-10T03:38:24.160Z | Checking byteorder v1.5.0 |
| 275 | 2026-06-10T03:38:24.309Z | Checking hash32 v0.3.1 |
| 276 | 2026-06-10T03:38:24.315Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 277 | 2026-06-10T03:38:24.412Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 278 | 2026-06-10T03:38:24.434Z | Compiling rustversion v1.0.22 |
| 279 | 2026-06-10T03:38:24.454Z | Checking stable_deref_trait v1.2.1 |
| 280 | 2026-06-10T03:38:24.518Z | Checking macaddr v1.0.1 |
| 281 | 2026-06-10T03:38:24.651Z | Compiling syn v1.0.109 |
| 282 | 2026-06-10T03:38:24.658Z | Compiling smoltcp v0.11.0 |
| 283 | 2026-06-10T03:38:24.818Z | Compiling proc-macro-crate v3.5.0 |
| 284 | 2026-06-10T03:38:24.892Z | Compiling version_check v0.9.5 |
| 285 | 2026-06-10T03:38:25.016Z | Compiling ref-cast v1.0.25 |
| 286 | 2026-06-10T03:38:25.035Z | Checking rand_core v0.10.1 |
| 287 | 2026-06-10T03:38:25.052Z | Checking managed v0.8.0 |
| 288 | 2026-06-10T03:38:25.174Z | Compiling getrandom v0.4.2 |
| 289 | 2026-06-10T03:38:25.196Z | Checking bitflags v1.3.2 |
| 290 | 2026-06-10T03:38:25.240Z | Compiling rustix v1.1.4 |
| 291 | 2026-06-10T03:38:25.249Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 292 | 2026-06-10T03:38:25.277Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 293 | 2026-06-10T03:38:25.488Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 294 | 2026-06-10T03:38:25.540Z | Checking errno v0.3.14 |
| 295 | 2026-06-10T03:38:25.654Z | Checking cpufeatures v0.3.0 |
| 296 | 2026-06-10T03:38:25.715Z | Checking foreign-types-shared v0.3.1 |
| 297 | 2026-06-10T03:38:25.793Z | Checking unicode-width v0.2.2 |
| 298 | 2026-06-10T03:38:25.801Z | Checking once_cell v1.21.4 |
| 299 | 2026-06-10T03:38:25.970Z | Compiling regex v1.12.4 |
| 300 | 2026-06-10T03:38:26.035Z | Checking ipnetwork v0.21.1 |
| 301 | 2026-06-10T03:38:26.049Z | Checking utf8parse v0.2.2 |
| 302 | 2026-06-10T03:38:26.143Z | Compiling darling_core v0.21.3 |
| 303 | 2026-06-10T03:38:26.167Z | Checking cstr-argument v0.1.2 |
| 304 | 2026-06-10T03:38:26.206Z | Checking anstyle-parse v1.0.0 |
| 305 | 2026-06-10T03:38:26.278Z | Checking tabwriter v1.4.1 |
| 306 | 2026-06-10T03:38:26.350Z | Checking tracing-core v0.1.36 |
| 307 | 2026-06-10T03:38:26.416Z | Checking chacha20 v0.10.0 |
| 308 | 2026-06-10T03:38:26.724Z | Checking pretty-hex v0.4.2 |
| 309 | 2026-06-10T03:38:26.745Z | Checking anstyle-query v1.1.5 |
| 310 | 2026-06-10T03:38:26.828Z | Checking dyn-clone v1.0.20 |
| 311 | 2026-06-10T03:38:26.831Z | Checking colorchoice v1.0.5 |
| 312 | 2026-06-10T03:38:26.839Z | Checking pin-project-lite v0.2.17 |
| 313 | 2026-06-10T03:38:26.854Z | Checking anstyle v1.0.14 |
| 314 | 2026-06-10T03:38:26.913Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f) |
| 315 | 2026-06-10T03:38:26.938Z | Checking is_terminal_polyfill v1.70.2 |
| 316 | 2026-06-10T03:38:27.022Z | Checking terminal_size v0.4.4 |
| 317 | 2026-06-10T03:38:27.046Z | Checking anstream v1.0.0 |
| 318 | 2026-06-10T03:38:27.127Z | Checking rand v0.10.1 |
| 319 | 2026-06-10T03:38:27.136Z | Checking uuid v1.23.3 |
| 320 | 2026-06-10T03:38:27.148Z | Checking socket2 v0.6.4 |
| 321 | 2026-06-10T03:38:27.238Z | Checking clap_lex v1.1.0 |
| 322 | 2026-06-10T03:38:27.349Z | Compiling thiserror-impl v2.0.18 |
| 323 | 2026-06-10T03:38:27.382Z | Compiling zerocopy-derive v0.8.52 |
| 324 | 2026-06-10T03:38:27.389Z | Compiling serde_derive v1.0.228 |
| 325 | 2026-06-10T03:38:27.392Z | Compiling ref-cast-impl v1.0.25 |
| 326 | 2026-06-10T03:38:27.392Z | Compiling num_enum_derive v0.7.6 |
| 327 | 2026-06-10T03:38:27.585Z | Compiling foreign-types-macros v0.2.3 |
| 328 | 2026-06-10T03:38:28.068Z | Compiling tracing-attributes v0.1.31 |
| 329 | 2026-06-10T03:38:28.202Z | Checking foreign-types v0.5.0 |
| 330 | 2026-06-10T03:38:28.220Z | Compiling darling_macro v0.21.3 |
| 331 | 2026-06-10T03:38:28.268Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 332 | 2026-06-10T03:38:28.375Z | Checking num_enum v0.7.6 |
| 333 | 2026-06-10T03:38:28.481Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 334 | 2026-06-10T03:38:28.637Z | Checking cobs v0.3.0 |
| 335 | 2026-06-10T03:38:28.645Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 336 | 2026-06-10T03:38:28.719Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 337 | 2026-06-10T03:38:28.776Z | Compiling darling v0.21.3 |
| 338 | 2026-06-10T03:38:28.797Z | Checking colored v3.1.1 |
| 339 | 2026-06-10T03:38:28.845Z | Compiling heck v0.5.0 |
| 340 | 2026-06-10T03:38:28.852Z | Compiling ingot-macros v0.1.1 |
| 341 | 2026-06-10T03:38:28.986Z | Checking oxnet v0.1.6 |
| 342 | 2026-06-10T03:38:29.040Z | Compiling clap_derive v4.6.1 |
| 343 | 2026-06-10T03:38:29.164Z | Checking clap_builder v4.6.0 |
| 344 | 2026-06-10T03:38:29.209Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 345 | 2026-06-10T03:38:29.277Z | Checking tracing v0.1.44 |
| 346 | 2026-06-10T03:38:29.309Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 347 | 2026-06-10T03:38:30.369Z | Checking postcard v1.1.3 |
| 348 | 2026-06-10T03:38:30.479Z | Checking clap v4.6.1 |
| 349 | 2026-06-10T03:38:31.377Z | Checking ingot-types v0.1.2 |
| 350 | 2026-06-10T03:38:31.641Z | Checking ingot v0.1.1 |
| 351 | 2026-06-10T03:38:32.914Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 352 | 2026-06-10T03:38:34.092Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 353 | 2026-06-10T03:38:35.289Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 354 | 2026-06-10T03:38:36.120Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.71s |
| 355 | 2026-06-10T03:38:36.240Z | |
| 356 | 2026-06-10T03:38:36.240Z | real 19.879222022 |
| 357 | 2026-06-10T03:38:36.240Z | user 53.862883449 |
| 358 | 2026-06-10T03:38:36.240Z | sys 13.372056925 |
| 359 | 2026-06-10T03:38:36.240Z | trap 0.038849288 |
| 360 | 2026-06-10T03:38:36.240Z | tflt 0.048572416 |
| 361 | 2026-06-10T03:38:36.240Z | dflt 0.154126649 |
| 362 | 2026-06-10T03:38:36.245Z | kflt 0.004720543 |
| 363 | 2026-06-10T03:38:36.245Z | lock 2:54.598900256 |
| 364 | 2026-06-10T03:38:36.245Z | slp 3:05.065898629 |
| 365 | 2026-06-10T03:38:36.245Z | lat 3.640800507 |
| 366 | 2026-06-10T03:38:36.245Z | stop 10.817249673 |
| 367 | 2026-06-10T03:38:36.245Z | + header 'debug build' |
| 368 | 2026-06-10T03:38:36.245Z | + echo '# ==== debug build ==== #' |
| 369 | 2026-06-10T03:38:36.245Z | + ptime -m cargo build |
| 370 | 2026-06-10T03:38:36.245Z | # ==== debug build ==== # |
| 371 | 2026-06-10T03:38:36.395Z | Compiling cfg-if v1.0.4 |
| 372 | 2026-06-10T03:38:36.395Z | Compiling serde_core v1.0.228 |
| 373 | 2026-06-10T03:38:36.395Z | Compiling libc v0.2.186 |
| 374 | 2026-06-10T03:38:36.422Z | Compiling thiserror v2.0.18 |
| 375 | 2026-06-10T03:38:36.426Z | Compiling byteorder v1.5.0 |
| 376 | 2026-06-10T03:38:36.429Z | Compiling zerocopy v0.8.52 |
| 377 | 2026-06-10T03:38:36.432Z | Compiling stable_deref_trait v1.2.1 |
| 378 | 2026-06-10T03:38:36.432Z | Compiling macaddr v1.0.1 |
| 379 | 2026-06-10T03:38:36.470Z | Compiling managed v0.8.0 |
| 380 | 2026-06-10T03:38:36.493Z | Compiling cobs v0.3.0 |
| 381 | 2026-06-10T03:38:36.497Z | Compiling rand_core v0.10.1 |
| 382 | 2026-06-10T03:38:36.588Z | Compiling hash32 v0.3.1 |
| 383 | 2026-06-10T03:38:36.642Z | Compiling bitflags v1.3.2 |
| 384 | 2026-06-10T03:38:36.671Z | Compiling heapless v0.8.0 |
| 385 | 2026-06-10T03:38:36.676Z | Compiling errno v0.3.14 |
| 386 | 2026-06-10T03:38:36.702Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 387 | 2026-06-10T03:38:36.728Z | Compiling cpufeatures v0.3.0 |
| 388 | 2026-06-10T03:38:36.744Z | Compiling memchr v2.8.1 |
| 389 | 2026-06-10T03:38:36.747Z | Compiling foreign-types-shared v0.3.1 |
| 390 | 2026-06-10T03:38:36.788Z | Compiling once_cell v1.21.4 |
| 391 | 2026-06-10T03:38:36.821Z | Compiling utf8parse v0.2.2 |
| 392 | 2026-06-10T03:38:36.827Z | Compiling unicode-width v0.2.2 |
| 393 | 2026-06-10T03:38:36.912Z | Compiling ipnetwork v0.21.1 |
| 394 | 2026-06-10T03:38:36.964Z | Compiling tracing-core v0.1.36 |
| 395 | 2026-06-10T03:38:37.010Z | Compiling anstyle-parse v1.0.0 |
| 396 | 2026-06-10T03:38:37.072Z | Compiling smoltcp v0.11.0 |
| 397 | 2026-06-10T03:38:37.114Z | Compiling cstr-argument v0.1.2 |
| 398 | 2026-06-10T03:38:37.213Z | Compiling tabwriter v1.4.1 |
| 399 | 2026-06-10T03:38:37.274Z | Compiling foreign-types v0.5.0 |
| 400 | 2026-06-10T03:38:37.342Z | Compiling chacha20 v0.10.0 |
| 401 | 2026-06-10T03:38:37.437Z | Compiling ref-cast v1.0.25 |
| 402 | 2026-06-10T03:38:37.528Z | Compiling num_enum v0.7.6 |
| 403 | 2026-06-10T03:38:37.618Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 404 | 2026-06-10T03:38:37.635Z | Compiling getrandom v0.4.2 |
| 405 | 2026-06-10T03:38:38.699Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 406 | 2026-06-10T03:38:38.702Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 407 | 2026-06-10T03:38:38.702Z | Compiling anstyle-query v1.1.5 |
| 408 | 2026-06-10T03:38:38.702Z | Compiling pretty-hex v0.4.2 |
| 409 | 2026-06-10T03:38:38.702Z | Compiling colorchoice v1.0.5 |
| 410 | 2026-06-10T03:38:38.702Z | Compiling dyn-clone v1.0.20 |
| 411 | 2026-06-10T03:38:38.702Z | Compiling anstyle v1.0.14 |
| 412 | 2026-06-10T03:38:38.702Z | Compiling pin-project-lite v0.2.17 |
| 413 | 2026-06-10T03:38:38.703Z | Compiling bitflags v2.13.0 |
| 414 | 2026-06-10T03:38:38.703Z | Compiling serde v1.0.228 |
| 415 | 2026-06-10T03:38:38.703Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 416 | 2026-06-10T03:38:38.703Z | Compiling rustix v1.1.4 |
| 417 | 2026-06-10T03:38:38.703Z | Compiling is_terminal_polyfill v1.70.2 |
| 418 | 2026-06-10T03:38:38.703Z | Compiling tracing v0.1.44 |
| 419 | 2026-06-10T03:38:38.703Z | Compiling anstream v1.0.0 |
| 420 | 2026-06-10T03:38:38.703Z | Compiling postcard v1.1.3 |
| 421 | 2026-06-10T03:38:38.703Z | Compiling uuid v1.23.3 |
| 422 | 2026-06-10T03:38:38.752Z | Compiling terminal_size v0.4.4 |
| 423 | 2026-06-10T03:38:38.844Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 424 | 2026-06-10T03:38:38.848Z | Compiling anyhow v1.0.102 |
| 425 | 2026-06-10T03:38:38.855Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 426 | 2026-06-10T03:38:38.899Z | Compiling rand v0.10.1 |
| 427 | 2026-06-10T03:38:39.046Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 428 | 2026-06-10T03:38:39.161Z | Compiling socket2 v0.6.4 |
| 429 | 2026-06-10T03:38:39.250Z | Compiling ingot-types v0.1.2 |
| 430 | 2026-06-10T03:38:39.323Z | Compiling colored v3.1.1 |
| 431 | 2026-06-10T03:38:39.356Z | Compiling winnow v1.0.3 |
| 432 | 2026-06-10T03:38:39.422Z | Compiling oxnet v0.1.6 |
| 433 | 2026-06-10T03:38:39.657Z | Compiling ingot v0.1.1 |
| 434 | 2026-06-10T03:38:39.679Z | Compiling clap_lex v1.1.0 |
| 435 | 2026-06-10T03:38:39.879Z | Compiling strsim v0.11.1 |
| 436 | 2026-06-10T03:38:39.900Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 437 | 2026-06-10T03:38:40.085Z | Compiling clap_builder v4.6.0 |
| 438 | 2026-06-10T03:38:40.328Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f) |
| 439 | 2026-06-10T03:38:41.325Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 440 | 2026-06-10T03:38:41.774Z | Compiling clap v4.6.1 |
| 441 | 2026-06-10T03:38:42.785Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 442 | 2026-06-10T03:38:44.193Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 443 | 2026-06-10T03:38:48.642Z | Finished `dev` profile [optimized + debuginfo] target(s) in 12.39s |
| 444 | 2026-06-10T03:38:48.671Z | |
| 445 | 2026-06-10T03:38:48.676Z | real 12.421806837 |
| 446 | 2026-06-10T03:38:48.676Z | user 1:04.497791416 |
| 447 | 2026-06-10T03:38:48.676Z | sys 6.024581556 |
| 448 | 2026-06-10T03:38:48.676Z | trap 0.029199302 |
| 449 | 2026-06-10T03:38:48.676Z | tflt 0.094043627 |
| 450 | 2026-06-10T03:38:48.676Z | dflt 0.173707086 |
| 451 | 2026-06-10T03:38:48.676Z | kflt 0.000035090 |
| 452 | 2026-06-10T03:38:48.676Z | lock 2:54.928577320 |
| 453 | 2026-06-10T03:38:48.676Z | slp 1:54.441156505 |
| 454 | 2026-06-10T03:38:48.676Z | lat 4.212642728 |
| 455 | 2026-06-10T03:38:48.676Z | stop 3.616940419 |
| 456 | 2026-06-10T03:38:48.676Z | + header 'release build' |
| 457 | 2026-06-10T03:38:48.676Z | + echo '# ==== release build ==== #' |
| 458 | 2026-06-10T03:38:48.676Z | # ==== release build ==== # |
| 459 | 2026-06-10T03:38:48.676Z | + ptime -m cargo build --release |
| 460 | 2026-06-10T03:38:48.771Z | Compiling proc-macro2 v1.0.106 |
| 461 | 2026-06-10T03:38:48.771Z | Compiling quote v1.0.45 |
| 462 | 2026-06-10T03:38:48.771Z | Compiling unicode-ident v1.0.24 |
| 463 | 2026-06-10T03:38:48.774Z | Compiling serde_core v1.0.228 |
| 464 | 2026-06-10T03:38:48.774Z | Compiling libc v0.2.186 |
| 465 | 2026-06-10T03:38:48.774Z | Compiling cfg-if v1.0.4 |
| 466 | 2026-06-10T03:38:48.774Z | Compiling thiserror v2.0.18 |
| 467 | 2026-06-10T03:38:48.774Z | Compiling memchr v2.8.1 |
| 468 | 2026-06-10T03:38:48.848Z | Compiling fnv v1.0.7 |
| 469 | 2026-06-10T03:38:48.888Z | Compiling strsim v0.11.1 |
| 470 | 2026-06-10T03:38:48.925Z | Compiling ident_case v1.0.1 |
| 471 | 2026-06-10T03:38:49.028Z | Compiling regex-syntax v0.8.11 |
| 472 | 2026-06-10T03:38:49.093Z | Compiling either v1.16.0 |
| 473 | 2026-06-10T03:38:49.152Z | Compiling equivalent v1.0.2 |
| 474 | 2026-06-10T03:38:49.222Z | Compiling aho-corasick v1.1.4 |
| 475 | 2026-06-10T03:38:49.278Z | Compiling serde v1.0.228 |
| 476 | 2026-06-10T03:38:49.281Z | Compiling zerocopy v0.8.52 |
| 477 | 2026-06-10T03:38:49.316Z | Compiling winnow v1.0.3 |
| 478 | 2026-06-10T03:38:49.501Z | Compiling hashbrown v0.17.1 |
| 479 | 2026-06-10T03:38:49.574Z | Compiling anyhow v1.0.102 |
| 480 | 2026-06-10T03:38:49.883Z | Compiling syn v2.0.117 |
| 481 | 2026-06-10T03:38:49.886Z | Compiling itertools v0.14.0 |
| 482 | 2026-06-10T03:38:49.935Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 483 | 2026-06-10T03:38:50.054Z | Compiling indexmap v2.14.0 |
| 484 | 2026-06-10T03:38:50.142Z | Compiling heapless v0.8.0 |
| 485 | 2026-06-10T03:38:50.355Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 486 | 2026-06-10T03:38:50.446Z | Compiling byteorder v1.5.0 |
| 487 | 2026-06-10T03:38:50.576Z | Compiling regex-automata v0.4.14 |
| 488 | 2026-06-10T03:38:50.624Z | Compiling hash32 v0.3.1 |
| 489 | 2026-06-10T03:38:50.748Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 490 | 2026-06-10T03:38:50.822Z | Compiling smoltcp v0.11.0 |
| 491 | 2026-06-10T03:38:50.887Z | Compiling bitflags v2.13.0 |
| 492 | 2026-06-10T03:38:51.014Z | Compiling stable_deref_trait v1.2.1 |
| 493 | 2026-06-10T03:38:51.078Z | Compiling syn v1.0.109 |
| 494 | 2026-06-10T03:38:51.099Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 495 | 2026-06-10T03:38:51.125Z | Compiling rustversion v1.0.22 |
| 496 | 2026-06-10T03:38:51.150Z | Compiling macaddr v1.0.1 |
| 497 | 2026-06-10T03:38:51.338Z | Compiling proc-macro-crate v3.5.0 |
| 498 | 2026-06-10T03:38:51.343Z | Compiling bitflags v1.3.2 |
| 499 | 2026-06-10T03:38:51.397Z | Compiling managed v0.8.0 |
| 500 | 2026-06-10T03:38:51.424Z | Compiling ref-cast v1.0.25 |
| 501 | 2026-06-10T03:38:51.495Z | Compiling rustix v1.1.4 |
| 502 | 2026-06-10T03:38:51.616Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 503 | 2026-06-10T03:38:51.622Z | Compiling rand_core v0.10.1 |
| 504 | 2026-06-10T03:38:51.686Z | Compiling getrandom v0.4.2 |
| 505 | 2026-06-10T03:38:51.725Z | Compiling version_check v0.9.5 |
| 506 | 2026-06-10T03:38:51.953Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 507 | 2026-06-10T03:38:51.971Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 508 | 2026-06-10T03:38:52.015Z | Compiling errno v0.3.14 |
| 509 | 2026-06-10T03:38:52.154Z | Compiling utf8parse v0.2.2 |
| 510 | 2026-06-10T03:38:52.199Z | Compiling regex v1.12.4 |
| 511 | 2026-06-10T03:38:52.308Z | Compiling cpufeatures v0.3.0 |
| 512 | 2026-06-10T03:38:52.328Z | Compiling foreign-types-shared v0.3.1 |
| 513 | 2026-06-10T03:38:52.366Z | Compiling once_cell v1.21.4 |
| 514 | 2026-06-10T03:38:52.402Z | Compiling unicode-width v0.2.2 |
| 515 | 2026-06-10T03:38:52.575Z | Compiling darling_core v0.21.3 |
| 516 | 2026-06-10T03:38:52.578Z | Compiling ipnetwork v0.21.1 |
| 517 | 2026-06-10T03:38:52.682Z | Compiling cstr-argument v0.1.2 |
| 518 | 2026-06-10T03:38:52.833Z | Compiling tabwriter v1.4.1 |
| 519 | 2026-06-10T03:38:52.940Z | Compiling tracing-core v0.1.36 |
| 520 | 2026-06-10T03:38:52.976Z | Compiling chacha20 v0.10.0 |
| 521 | 2026-06-10T03:38:53.061Z | Compiling anstyle-parse v1.0.0 |
| 522 | 2026-06-10T03:38:53.597Z | Compiling thiserror-impl v2.0.18 |
| 523 | 2026-06-10T03:38:53.611Z | Compiling serde_derive v1.0.228 |
| 524 | 2026-06-10T03:38:53.632Z | Compiling zerocopy-derive v0.8.52 |
| 525 | 2026-06-10T03:38:53.762Z | Compiling foreign-types-macros v0.2.3 |
| 526 | 2026-06-10T03:38:53.994Z | Compiling num_enum_derive v0.7.6 |
| 527 | 2026-06-10T03:38:54.387Z | Compiling ref-cast-impl v1.0.25 |
| 528 | 2026-06-10T03:38:54.407Z | Compiling foreign-types v0.5.0 |
| 529 | 2026-06-10T03:38:54.473Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 530 | 2026-06-10T03:38:54.608Z | Compiling darling_macro v0.21.3 |
| 531 | 2026-06-10T03:38:54.872Z | Compiling cobs v0.3.0 |
| 532 | 2026-06-10T03:38:54.967Z | Compiling tracing-attributes v0.1.31 |
| 533 | 2026-06-10T03:38:54.971Z | Compiling num_enum v0.7.6 |
| 534 | 2026-06-10T03:38:55.071Z | Compiling anstyle v1.0.14 |
| 535 | 2026-06-10T03:38:55.076Z | Compiling colorchoice v1.0.5 |
| 536 | 2026-06-10T03:38:55.138Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 537 | 2026-06-10T03:38:55.150Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f) |
| 538 | 2026-06-10T03:38:55.174Z | Compiling anstyle-query v1.1.5 |
| 539 | 2026-06-10T03:38:55.216Z | Compiling darling v0.21.3 |
| 540 | 2026-06-10T03:38:55.260Z | Compiling pin-project-lite v0.2.17 |
| 541 | 2026-06-10T03:38:55.283Z | Compiling ingot-macros v0.1.1 |
| 542 | 2026-06-10T03:38:55.303Z | Compiling is_terminal_polyfill v1.70.2 |
| 543 | 2026-06-10T03:38:55.344Z | Compiling pretty-hex v0.4.2 |
| 544 | 2026-06-10T03:38:55.366Z | Compiling dyn-clone v1.0.20 |
| 545 | 2026-06-10T03:38:55.387Z | Compiling anstream v1.0.0 |
| 546 | 2026-06-10T03:38:55.466Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 547 | 2026-06-10T03:38:55.497Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 548 | 2026-06-10T03:38:55.615Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 549 | 2026-06-10T03:38:55.655Z | Compiling terminal_size v0.4.4 |
| 550 | 2026-06-10T03:38:55.796Z | Compiling rand v0.10.1 |
| 551 | 2026-06-10T03:38:55.834Z | Compiling uuid v1.23.3 |
| 552 | 2026-06-10T03:38:56.078Z | Compiling socket2 v0.6.4 |
| 553 | 2026-06-10T03:38:56.230Z | Compiling tracing v0.1.44 |
| 554 | 2026-06-10T03:38:56.256Z | Compiling heck v0.5.0 |
| 555 | 2026-06-10T03:38:56.264Z | Compiling colored v3.1.1 |
| 556 | 2026-06-10T03:38:56.588Z | Compiling clap_lex v1.1.0 |
| 557 | 2026-06-10T03:38:56.625Z | Compiling oxnet v0.1.6 |
| 558 | 2026-06-10T03:38:56.807Z | Compiling postcard v1.1.3 |
| 559 | 2026-06-10T03:38:56.863Z | Compiling clap_builder v4.6.0 |
| 560 | 2026-06-10T03:38:56.884Z | Compiling clap_derive v4.6.1 |
| 561 | 2026-06-10T03:38:56.912Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 562 | 2026-06-10T03:38:58.009Z | Compiling ingot-types v0.1.2 |
| 563 | 2026-06-10T03:38:58.330Z | Compiling ingot v0.1.1 |
| 564 | 2026-06-10T03:38:58.628Z | Compiling clap v4.6.1 |
| 565 | 2026-06-10T03:38:59.989Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 566 | 2026-06-10T03:39:01.004Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 567 | 2026-06-10T03:39:02.029Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 568 | 2026-06-10T03:39:08.488Z | Finished `release` profile [optimized + debuginfo] target(s) in 19.80s |
| 569 | 2026-06-10T03:39:08.516Z | |
| 570 | 2026-06-10T03:39:08.519Z | real 19.834549551 |
| 571 | 2026-06-10T03:39:08.519Z | user 1:42.012147031 |
| 572 | 2026-06-10T03:39:08.519Z | sys 13.774918541 |
| 573 | 2026-06-10T03:39:08.519Z | trap 0.051646474 |
| 574 | 2026-06-10T03:39:08.519Z | tflt 0.081276041 |
| 575 | 2026-06-10T03:39:08.519Z | dflt 0.334931565 |
| 576 | 2026-06-10T03:39:08.519Z | kflt 0.000007210 |
| 577 | 2026-06-10T03:39:08.519Z | lock 4:23.682596412 |
| 578 | 2026-06-10T03:39:08.519Z | slp 3:25.536725350 |
| 579 | 2026-06-10T03:39:08.519Z | lat 4.790550649 |
| 580 | 2026-06-10T03:39:08.519Z | stop 8.949046456 |
| 581 | 2026-06-10T03:39:08.520Z | + popd |
| 582 | 2026-06-10T03:39:08.520Z | /work/oxidecomputer/opte |
| 583 | 2026-06-10T03:39:08.520Z | + for x in debug release |
| 584 | 2026-06-10T03:39:08.520Z | + mkdir -p /work/debug |
| 585 | 2026-06-10T03:39:08.520Z | + cp target/debug/opteadm /work/debug/ |
| 586 | 2026-06-10T03:39:08.541Z | + sha256sum target/debug/opteadm |
| 587 | 2026-06-10T03:39:08.567Z | + for x in debug release |
| 588 | 2026-06-10T03:39:08.567Z | + mkdir -p /work/release |
| 589 | 2026-06-10T03:39:08.570Z | + cp target/release/opteadm /work/release/ |
| 590 | 2026-06-10T03:39:08.583Z | + sha256sum target/release/opteadm |
| 591 | 2026-06-10T03:39:08.600Z | process exited: duration 100360 ms, exit code 0 |
| |
| 592 | 2026-06-10T03:39:08.612Z | found 4 output files |
| 593 | 2026-06-10T03:39:08.612Z | uploading: /work/debug/opteadm (36558488 bytes) |
| 594 | 2026-06-10T03:39:09.850Z | uploaded: /work/debug/opteadm |
| 595 | 2026-06-10T03:39:09.850Z | uploading: /work/debug/opteadm.debug.sha256 (87 bytes) |
| 596 | 2026-06-10T03:39:10.861Z | uploaded: /work/debug/opteadm.debug.sha256 |
| 597 | 2026-06-10T03:39:10.861Z | uploading: /work/release/opteadm (24736504 bytes) |
| 598 | 2026-06-10T03:39:12.016Z | uploaded: /work/release/opteadm |
| 599 | 2026-06-10T03:39:12.016Z | uploading: /work/release/opteadm.release.sha256 (89 bytes) |
| 600 | 2026-06-10T03:39:13.025Z | uploaded: /work/release/opteadm.release.sha256 |