|
|
|
| 1 | 2026-06-23T04:02:07.507Z | job assigned to worker 01KVSA7CBQXQ1NXHJQB22JBFZA [factory aws, i-0f64a2ee6ce65b5f1] (queued for 55 s) |
| |
| 2 | 2026-06-23T04:02:14.336Z | starting task 0: "setup" |
| 3 | 2026-06-23T04:02:14.340Z | ++ uname -s |
| 4 | 2026-06-23T04:02:14.343Z | + kern=SunOS |
| 5 | 2026-06-23T04:02:14.343Z | + build_user=build |
| 6 | 2026-06-23T04:02:14.343Z | + build_uid=12345 |
| 7 | 2026-06-23T04:02:14.343Z | + work_dir=/work |
| 8 | 2026-06-23T04:02:14.343Z | + input_dir=/input |
| 9 | 2026-06-23T04:02:14.343Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-23T04:02:14.343Z | + case "$kern" in |
| 11 | 2026-06-23T04:02:14.343Z | + groupadd -g 12345 build |
| 12 | 2026-06-23T04:02:14.343Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-23T04:02:16.348Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-23T04:02:16.520Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-23T04:02:16.523Z | + home_fs=zfs |
| 16 | 2026-06-23T04:02:16.523Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-23T04:02:16.523Z | + mkdir -p /home/build |
| 18 | 2026-06-23T04:02:16.523Z | + chown build:build /home/build /work |
| 19 | 2026-06-23T04:02:18.524Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-23T04:02:18.528Z | process exited: duration 4191 ms, exit code 0 |
| |
| 21 | 2026-06-23T04:02:18.534Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-23T04:02:18.537Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.0 |
| 23 | 2026-06-23T04:02:18.538Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-06-23T04:02:18.538Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-06-23T04:02:18.538Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-06-23T04:02:18.538Z | * rust toolchain channel = "1.96.0" |
| 27 | 2026-06-23T04:02:18.538Z | * rust toolchain profile = "default" |
| 28 | 2026-06-23T04:02:18.541Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-23T04:02:18.541Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default |
| 30 | 2026-06-23T04:02:18.643Z | info: downloading installer |
| 31 | 2026-06-23T04:02:20.095Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-23T04:02:20.095Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-23T04:02:20.095Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-23T04:02:20.095Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-23T04:02:20.107Z | info: profile set to default |
| 36 | 2026-06-23T04:02:20.107Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-23T04:02:20.110Z | info: syncing channel updates for 1.96.0-x86_64-unknown-illumos |
| 38 | 2026-06-23T04:02:20.258Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-23T04:02:20.261Z | info: downloading 6 components |
| 40 | 2026-06-23T04:02:35.722Z | info: default toolchain set to 1.96.0-x86_64-unknown-illumos |
| 41 | 2026-06-23T04:02:35.722Z | |
| 42 | 2026-06-23T04:02:35.750Z | 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-23T04:02:35.750Z | |
| 44 | 2026-06-23T04:02:35.750Z | |
| 45 | 2026-06-23T04:02:35.750Z | Rust is installed now. Great! |
| 46 | 2026-06-23T04:02:35.750Z | |
| 47 | 2026-06-23T04:02:35.750Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-23T04:02:35.750Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-23T04:02:35.750Z | |
| 50 | 2026-06-23T04:02:35.750Z | To configure your current shell, you need to source |
| 51 | 2026-06-23T04:02:35.750Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-23T04:02:35.750Z | |
| 53 | 2026-06-23T04:02:35.750Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-23T04:02:35.754Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-23T04:02:35.754Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-23T04:02:35.754Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-23T04:02:35.754Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-23T04:02:35.754Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-23T04:02:35.754Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-23T04:02:35.754Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-23T04:02:35.754Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-23T04:02:35.856Z | + rustup --version |
| 63 | 2026-06-23T04:02:35.865Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-23T04:02:35.868Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-23T04:02:35.887Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-23T04:02:35.890Z | + cargo --version |
| 67 | 2026-06-23T04:02:35.903Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-23T04:02:35.906Z | + rustc --version |
| 69 | 2026-06-23T04:02:35.926Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-23T04:02:35.930Z | process exited: duration 17394 ms, exit code 0 |
| |
| 71 | 2026-06-23T04:02:35.936Z | starting task 2: "authentication" |
| 72 | 2026-06-23T04:02:35.953Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-23T04:02:35.960Z | starting task 3: "clone repository" |
| 74 | 2026-06-23T04:02:35.963Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-06-23T04:02:35.966Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-06-23T04:02:35.994Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-06-23T04:02:36.864Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-06-23T04:02:36.864Z | + git fetch origin e4d975c78abcaeec70759150b1bdeec0f875cb28 |
| 79 | 2026-06-23T04:02:37.104Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-06-23T04:02:37.104Z | * branch e4d975c78abcaeec70759150b1bdeec0f875cb28 -> FETCH_HEAD |
| 81 | 2026-06-23T04:02:37.111Z | + [[ -n renovate/ron-0.x-lockfile ]] |
| 82 | 2026-06-23T04:02:37.114Z | ++ git branch --show-current |
| 83 | 2026-06-23T04:02:37.114Z | + current=master |
| 84 | 2026-06-23T04:02:37.114Z | + [[ master != renovate/ron-0.x-lockfile ]] |
| 85 | 2026-06-23T04:02:37.114Z | + git branch -f renovate/ron-0.x-lockfile e4d975c78abcaeec70759150b1bdeec0f875cb28 |
| 86 | 2026-06-23T04:02:37.117Z | + git checkout -f renovate/ron-0.x-lockfile |
| 87 | 2026-06-23T04:02:37.133Z | Switched to branch 'renovate/ron-0.x-lockfile' |
| 88 | 2026-06-23T04:02:37.136Z | + git reset --hard e4d975c78abcaeec70759150b1bdeec0f875cb28 |
| 89 | 2026-06-23T04:02:37.139Z | HEAD is now at e4d975c Update Rust crate ron to v0.12.2 |
| 90 | 2026-06-23T04:02:37.139Z | process exited: duration 1178 ms, exit code 0 |
| |
| 91 | 2026-06-23T04:02:37.145Z | starting task 4: "build" |
| 92 | 2026-06-23T04:02:37.149Z | + source .github/buildomat/common.sh |
| 93 | 2026-06-23T04:02:37.149Z | ++ rustup show active-toolchain |
| 94 | 2026-06-23T04:02:37.154Z | 1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-06-23T04:02:37.157Z | ++ pushd xde |
| 96 | 2026-06-23T04:02:37.157Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-06-23T04:02:37.157Z | ++ rustup show active-toolchain |
| 98 | 2026-06-23T04:02:37.160Z | info: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos |
| 99 | 2026-06-23T04:02:37.354Z | info: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18) |
| 100 | 2026-06-23T04:02:37.357Z | info: downloading 6 components |
| 101 | 2026-06-23T04:02:51.916Z | nightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-06-23T04:02:52.011Z | +++ rustup show active-toolchain -v |
| 103 | 2026-06-23T04:02:52.014Z | +++ head -n 1 |
| 104 | 2026-06-23T04:02:52.014Z | +++ cut '-d ' -f1 |
| 105 | 2026-06-23T04:02:52.067Z | ++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos |
| 106 | 2026-06-23T04:02:52.067Z | ++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos |
| 107 | 2026-06-23T04:02:52.069Z | ++ popd |
| 108 | 2026-06-23T04:02:52.070Z | /work/oxidecomputer/opte |
| 109 | 2026-06-23T04:02:52.070Z | + cargo --version |
| 110 | 2026-06-23T04:02:52.077Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 111 | 2026-06-23T04:02:52.079Z | + rustc --version |
| 112 | 2026-06-23T04:02:52.099Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 113 | 2026-06-23T04:02:52.102Z | + pushd bin/opteadm |
| 114 | 2026-06-23T04:02:52.102Z | + header 'check style' |
| 115 | 2026-06-23T04:02:52.102Z | /work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte |
| 116 | 2026-06-23T04:02:52.102Z | + echo '# ==== check style ==== #' |
| 117 | 2026-06-23T04:02:52.102Z | # ==== check style ==== # |
| 118 | 2026-06-23T04:02:52.102Z | + ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos fmt -- --check |
| 119 | 2026-06-23T04:02:52.174Z | |
| 120 | 2026-06-23T04:02:52.174Z | real 0.069942140 |
| 121 | 2026-06-23T04:02:52.174Z | user 0.038501092 |
| 122 | 2026-06-23T04:02:52.174Z | sys 0.028944151 |
| 123 | 2026-06-23T04:02:52.174Z | trap 0.000000290 |
| 124 | 2026-06-23T04:02:52.177Z | tflt 0.000024000 |
| 125 | 2026-06-23T04:02:52.177Z | dflt 0.000008700 |
| 126 | 2026-06-23T04:02:52.177Z | kflt 0.000000000 |
| 127 | 2026-06-23T04:02:52.177Z | lock 0.031483868 |
| 128 | 2026-06-23T04:02:52.177Z | slp 0.049042234 |
| 129 | 2026-06-23T04:02:52.177Z | lat 0.000788600 |
| 130 | 2026-06-23T04:02:52.177Z | stop 0.000089060 |
| 131 | 2026-06-23T04:02:52.177Z | + header analyze |
| 132 | 2026-06-23T04:02:52.177Z | + echo '# ==== analyze ==== #' |
| 133 | 2026-06-23T04:02:52.177Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 134 | 2026-06-23T04:02:52.177Z | # ==== analyze ==== # |
| 135 | 2026-06-23T04:02:52.308Z | Updating crates.io index |
| 136 | 2026-06-23T04:02:52.311Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-06-23T04:02:52.971Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-06-23T04:02:53.215Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-06-23T04:02:53.550Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-06-23T04:02:53.795Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-06-23T04:02:54.022Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-06-23T04:02:54.288Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-06-23T04:02:56.575Z | Downloading crates ... |
| 144 | 2026-06-23T04:02:56.640Z | Downloaded cpufeatures v0.3.0 |
| 145 | 2026-06-23T04:02:56.643Z | Downloaded foreign-types-macros v0.2.3 |
| 146 | 2026-06-23T04:02:56.650Z | Downloaded byteorder v1.5.0 |
| 147 | 2026-06-23T04:02:56.667Z | Downloaded terminal_size v0.4.4 |
| 148 | 2026-06-23T04:02:56.670Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 149 | 2026-06-23T04:02:56.670Z | Downloaded ref-cast v1.0.25 |
| 150 | 2026-06-23T04:02:56.670Z | Downloaded zerocopy-derive v0.8.52 |
| 151 | 2026-06-23T04:02:56.674Z | Downloaded aho-corasick v1.1.4 |
| 152 | 2026-06-23T04:02:56.684Z | Downloaded oxnet v0.1.6 |
| 153 | 2026-06-23T04:02:56.693Z | Downloaded zerocopy v0.8.52 |
| 154 | 2026-06-23T04:02:56.706Z | Downloaded serde_derive v1.0.228 |
| 155 | 2026-06-23T04:02:56.709Z | Downloaded tracing v0.1.44 |
| 156 | 2026-06-23T04:02:56.720Z | Downloaded embedded-io v0.6.1 |
| 157 | 2026-06-23T04:02:56.723Z | Downloaded defmt v0.3.100 |
| 158 | 2026-06-23T04:02:56.723Z | Downloaded cobs v0.3.0 |
| 159 | 2026-06-23T04:02:56.723Z | Downloaded clap_derive v4.6.1 |
| 160 | 2026-06-23T04:02:56.723Z | Downloaded ident_case v1.0.1 |
| 161 | 2026-06-23T04:02:56.726Z | Downloaded either v1.16.0 |
| 162 | 2026-06-23T04:02:56.726Z | Downloaded defmt v1.1.0 |
| 163 | 2026-06-23T04:02:56.729Z | Downloaded ref-cast-impl v1.0.25 |
| 164 | 2026-06-23T04:02:56.729Z | Downloaded anstyle-parse v1.0.0 |
| 165 | 2026-06-23T04:02:56.729Z | Downloaded clap_lex v1.1.0 |
| 166 | 2026-06-23T04:02:56.738Z | Downloaded rustversion v1.0.22 |
| 167 | 2026-06-23T04:02:56.741Z | Downloaded proc-macro-error2 v2.0.1 |
| 168 | 2026-06-23T04:02:56.747Z | Downloaded errno v0.3.14 |
| 169 | 2026-06-23T04:02:56.751Z | Downloaded version_check v0.9.5 |
| 170 | 2026-06-23T04:02:56.757Z | Downloaded ipnetwork v0.21.1 |
| 171 | 2026-06-23T04:02:56.760Z | Downloaded ingot v0.1.1 |
| 172 | 2026-06-23T04:02:56.766Z | Downloaded cfg-if v1.0.4 |
| 173 | 2026-06-23T04:02:56.769Z | Downloaded fnv v1.0.7 |
| 174 | 2026-06-23T04:02:56.769Z | Downloaded hash32 v0.3.1 |
| 175 | 2026-06-23T04:02:56.769Z | Downloaded defmt-parser v1.0.0 |
| 176 | 2026-06-23T04:02:56.772Z | Downloaded cstr-argument v0.1.2 |
| 177 | 2026-06-23T04:02:56.772Z | Downloaded strsim v0.11.1 |
| 178 | 2026-06-23T04:02:56.775Z | Downloaded anstream v1.0.0 |
| 179 | 2026-06-23T04:02:56.775Z | Downloaded ingot-types v0.1.2 |
| 180 | 2026-06-23T04:02:56.778Z | Downloaded pin-project-lite v0.2.17 |
| 181 | 2026-06-23T04:02:56.781Z | Downloaded clap_builder v4.6.0 |
| 182 | 2026-06-23T04:02:56.784Z | Downloaded heck v0.5.0 |
| 183 | 2026-06-23T04:02:56.787Z | Downloaded num_enum_derive v0.7.6 |
| 184 | 2026-06-23T04:02:56.790Z | Downloaded utf8parse v0.2.2 |
| 185 | 2026-06-23T04:02:56.796Z | Downloaded postcard v1.1.3 |
| 186 | 2026-06-23T04:02:56.799Z | Downloaded clap v4.6.1 |
| 187 | 2026-06-23T04:02:56.804Z | Downloaded serde_core v1.0.228 |
| 188 | 2026-06-23T04:02:56.807Z | Downloaded defmt-macros v1.1.0 |
| 189 | 2026-06-23T04:02:56.810Z | Downloaded is_terminal_polyfill v1.70.2 |
| 190 | 2026-06-23T04:02:56.810Z | Downloaded chacha20 v0.10.0 |
| 191 | 2026-06-23T04:02:56.815Z | Downloaded tracing-core v0.1.36 |
| 192 | 2026-06-23T04:02:56.818Z | Downloaded darling v0.21.3 |
| 193 | 2026-06-23T04:02:56.821Z | Downloaded thiserror v2.0.18 |
| 194 | 2026-06-23T04:02:56.824Z | Downloaded num_enum v0.7.6 |
| 195 | 2026-06-23T04:02:56.827Z | Downloaded managed v0.8.0 |
| 196 | 2026-06-23T04:02:56.830Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 197 | 2026-06-23T04:02:56.837Z | Downloaded quote v1.0.45 |
| 198 | 2026-06-23T04:02:56.843Z | Downloaded bitflags v2.13.0 |
| 199 | 2026-06-23T04:02:56.846Z | Downloaded once_cell v1.21.4 |
| 200 | 2026-06-23T04:02:56.849Z | Downloaded anstyle v1.0.14 |
| 201 | 2026-06-23T04:02:56.855Z | Downloaded embedded-io v0.4.0 |
| 202 | 2026-06-23T04:02:56.857Z | Downloaded uuid v1.23.3 |
| 203 | 2026-06-23T04:02:56.864Z | Downloaded socket2 v0.6.4 |
| 204 | 2026-06-23T04:02:56.866Z | Downloaded darling_macro v0.21.3 |
| 205 | 2026-06-23T04:02:56.876Z | Downloaded toml_edit v0.25.12+spec-1.1.0 |
| 206 | 2026-06-23T04:02:56.879Z | Downloaded heapless v0.8.0 |
| 207 | 2026-06-23T04:02:56.879Z | Downloaded getrandom v0.4.2 |
| 208 | 2026-06-23T04:02:56.882Z | Downloaded foreign-types v0.5.0 |
| 209 | 2026-06-23T04:02:56.894Z | Downloaded memchr v2.8.2 |
| 210 | 2026-06-23T04:02:56.897Z | Downloaded colorchoice v1.0.5 |
| 211 | 2026-06-23T04:02:56.900Z | Downloaded dyn-clone v1.0.20 |
| 212 | 2026-06-23T04:02:56.905Z | Downloaded serde v1.0.228 |
| 213 | 2026-06-23T04:02:56.911Z | Downloaded bitflags v1.3.2 |
| 214 | 2026-06-23T04:02:56.917Z | Downloaded anstyle-query v1.1.5 |
| 215 | 2026-06-23T04:02:56.920Z | Downloaded equivalent v1.0.2 |
| 216 | 2026-06-23T04:02:56.920Z | Downloaded macaddr v1.0.1 |
| 217 | 2026-06-23T04:02:56.922Z | Downloaded foreign-types-shared v0.3.1 |
| 218 | 2026-06-23T04:02:56.923Z | Downloaded colored v3.1.1 |
| 219 | 2026-06-23T04:02:56.925Z | Downloaded proc-macro-crate v3.5.0 |
| 220 | 2026-06-23T04:02:56.933Z | Downloaded ingot-macros v0.1.1 |
| 221 | 2026-06-23T04:02:56.937Z | Downloaded pretty-hex v0.4.2 |
| 222 | 2026-06-23T04:02:56.944Z | Downloaded tracing-attributes v0.1.31 |
| 223 | 2026-06-23T04:02:56.947Z | Downloaded thiserror-impl v2.0.18 |
| 224 | 2026-06-23T04:02:56.947Z | Downloaded anyhow v1.0.102 |
| 225 | 2026-06-23T04:02:56.949Z | Downloaded rand v0.10.1 |
| 226 | 2026-06-23T04:02:56.961Z | Downloaded tabwriter v1.4.1 |
| 227 | 2026-06-23T04:02:56.976Z | Downloaded indexmap v2.14.0 |
| 228 | 2026-06-23T04:02:56.979Z | Downloaded stable_deref_trait v1.2.1 |
| 229 | 2026-06-23T04:02:56.979Z | Downloaded darling_core v0.21.3 |
| 230 | 2026-06-23T04:02:56.982Z | Downloaded rand_core v0.10.1 |
| 231 | 2026-06-23T04:02:56.997Z | Downloaded unicode-ident v1.0.24 |
| 232 | 2026-06-23T04:02:57.000Z | Downloaded proc-macro2 v1.0.106 |
| 233 | 2026-06-23T04:02:57.008Z | Downloaded regex v1.12.4 |
| 234 | 2026-06-23T04:02:57.013Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 235 | 2026-06-23T04:02:57.040Z | Downloaded winnow v1.0.3 |
| 236 | 2026-06-23T04:02:57.094Z | Downloaded itertools v0.14.0 |
| 237 | 2026-06-23T04:02:57.098Z | Downloaded hashbrown v0.17.1 |
| 238 | 2026-06-23T04:02:57.104Z | Downloaded syn v1.0.109 |
| 239 | 2026-06-23T04:02:57.109Z | Downloaded syn v2.0.117 |
| 240 | 2026-06-23T04:02:57.142Z | Downloaded unicode-width v0.2.2 |
| 241 | 2026-06-23T04:02:57.173Z | Downloaded regex-syntax v0.8.11 |
| 242 | 2026-06-23T04:02:57.177Z | Downloaded smoltcp v0.11.0 |
| 243 | 2026-06-23T04:02:57.183Z | Downloaded rustix v1.1.4 |
| 244 | 2026-06-23T04:02:57.195Z | Downloaded regex-automata v0.4.14 |
| 245 | 2026-06-23T04:02:57.224Z | Downloaded libc v0.2.186 |
| 246 | 2026-06-23T04:02:57.285Z | Compiling proc-macro2 v1.0.106 |
| 247 | 2026-06-23T04:02:57.285Z | Compiling unicode-ident v1.0.24 |
| 248 | 2026-06-23T04:02:57.285Z | Compiling quote v1.0.45 |
| 249 | 2026-06-23T04:02:57.288Z | Compiling serde_core v1.0.228 |
| 250 | 2026-06-23T04:02:57.289Z | Compiling libc v0.2.186 |
| 251 | 2026-06-23T04:02:57.289Z | Checking cfg-if v1.0.4 |
| 252 | 2026-06-23T04:02:57.289Z | Compiling thiserror v2.0.18 |
| 253 | 2026-06-23T04:02:57.289Z | Compiling ident_case v1.0.1 |
| 254 | 2026-06-23T04:02:57.415Z | Compiling strsim v0.11.1 |
| 255 | 2026-06-23T04:02:57.483Z | Compiling memchr v2.8.2 |
| 256 | 2026-06-23T04:02:57.483Z | Compiling fnv v1.0.7 |
| 257 | 2026-06-23T04:02:57.574Z | Compiling regex-syntax v0.8.11 |
| 258 | 2026-06-23T04:02:57.739Z | Compiling serde v1.0.228 |
| 259 | 2026-06-23T04:02:57.764Z | Compiling hashbrown v0.17.1 |
| 260 | 2026-06-23T04:02:57.912Z | Compiling aho-corasick v1.1.4 |
| 261 | 2026-06-23T04:02:58.038Z | Compiling zerocopy v0.8.52 |
| 262 | 2026-06-23T04:02:58.059Z | Compiling either v1.16.0 |
| 263 | 2026-06-23T04:02:58.067Z | Compiling anyhow v1.0.102 |
| 264 | 2026-06-23T04:02:58.259Z | Compiling winnow v1.0.3 |
| 265 | 2026-06-23T04:02:58.310Z | Compiling equivalent v1.0.2 |
| 266 | 2026-06-23T04:02:58.390Z | Compiling indexmap v2.14.0 |
| 267 | 2026-06-23T04:02:58.455Z | Compiling itertools v0.14.0 |
| 268 | 2026-06-23T04:02:58.612Z | Compiling syn v2.0.117 |
| 269 | 2026-06-23T04:02:58.695Z | Compiling heapless v0.8.0 |
| 270 | 2026-06-23T04:02:58.998Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 271 | 2026-06-23T04:02:59.035Z | Checking byteorder v1.5.0 |
| 272 | 2026-06-23T04:02:59.199Z | Compiling regex-automata v0.4.14 |
| 273 | 2026-06-23T04:02:59.226Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 274 | 2026-06-23T04:02:59.250Z | Checking bitflags v2.13.0 |
| 275 | 2026-06-23T04:02:59.345Z | Checking hash32 v0.3.1 |
| 276 | 2026-06-23T04:02:59.419Z | Compiling rustversion v1.0.22 |
| 277 | 2026-06-23T04:02:59.454Z | Checking stable_deref_trait v1.2.1 |
| 278 | 2026-06-23T04:02:59.521Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 279 | 2026-06-23T04:02:59.546Z | Compiling smoltcp v0.11.0 |
| 280 | 2026-06-23T04:02:59.738Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 281 | 2026-06-23T04:02:59.749Z | Checking macaddr v1.0.1 |
| 282 | 2026-06-23T04:02:59.755Z | Compiling syn v1.0.109 |
| 283 | 2026-06-23T04:02:59.797Z | Checking rand_core v0.10.1 |
| 284 | 2026-06-23T04:02:59.879Z | Compiling rustix v1.1.4 |
| 285 | 2026-06-23T04:02:59.895Z | Compiling version_check v0.9.5 |
| 286 | 2026-06-23T04:02:59.928Z | Checking bitflags v1.3.2 |
| 287 | 2026-06-23T04:02:59.990Z | Compiling ref-cast v1.0.25 |
| 288 | 2026-06-23T04:03:00.099Z | Compiling getrandom v0.4.2 |
| 289 | 2026-06-23T04:03:00.149Z | Checking managed v0.8.0 |
| 290 | 2026-06-23T04:03:00.164Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 291 | 2026-06-23T04:03:00.291Z | Compiling proc-macro-crate v3.5.0 |
| 292 | 2026-06-23T04:03:00.382Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 293 | 2026-06-23T04:03:00.625Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 294 | 2026-06-23T04:03:00.641Z | Checking errno v0.3.14 |
| 295 | 2026-06-23T04:03:00.706Z | Checking cpufeatures v0.3.0 |
| 296 | 2026-06-23T04:03:00.757Z | Checking once_cell v1.21.4 |
| 297 | 2026-06-23T04:03:00.768Z | Checking utf8parse v0.2.2 |
| 298 | 2026-06-23T04:03:00.864Z | Compiling regex v1.12.4 |
| 299 | 2026-06-23T04:03:00.930Z | Checking ipnetwork v0.21.1 |
| 300 | 2026-06-23T04:03:00.938Z | Checking unicode-width v0.2.2 |
| 301 | 2026-06-23T04:03:00.965Z | Checking foreign-types-shared v0.3.1 |
| 302 | 2026-06-23T04:03:01.106Z | Checking tracing-core v0.1.36 |
| 303 | 2026-06-23T04:03:01.181Z | Checking tabwriter v1.4.1 |
| 304 | 2026-06-23T04:03:01.265Z | Compiling darling_core v0.21.3 |
| 305 | 2026-06-23T04:03:01.331Z | Checking anstyle-parse v1.0.0 |
| 306 | 2026-06-23T04:03:01.414Z | Checking cstr-argument v0.1.2 |
| 307 | 2026-06-23T04:03:01.429Z | Checking chacha20 v0.10.0 |
| 308 | 2026-06-23T04:03:01.726Z | Checking dyn-clone v1.0.20 |
| 309 | 2026-06-23T04:03:01.755Z | Checking pretty-hex v0.4.2 |
| 310 | 2026-06-23T04:03:01.822Z | Checking colorchoice v1.0.5 |
| 311 | 2026-06-23T04:03:01.830Z | Checking anstyle v1.0.14 |
| 312 | 2026-06-23T04:03:01.868Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f) |
| 313 | 2026-06-23T04:03:01.903Z | Checking anstyle-query v1.1.5 |
| 314 | 2026-06-23T04:03:01.913Z | Checking pin-project-lite v0.2.17 |
| 315 | 2026-06-23T04:03:01.963Z | Checking is_terminal_polyfill v1.70.2 |
| 316 | 2026-06-23T04:03:01.988Z | Checking terminal_size v0.4.4 |
| 317 | 2026-06-23T04:03:02.039Z | Checking anstream v1.0.0 |
| 318 | 2026-06-23T04:03:02.087Z | Checking rand v0.10.1 |
| 319 | 2026-06-23T04:03:02.095Z | Checking uuid v1.23.3 |
| 320 | 2026-06-23T04:03:02.209Z | Checking socket2 v0.6.4 |
| 321 | 2026-06-23T04:03:02.300Z | Checking clap_lex v1.1.0 |
| 322 | 2026-06-23T04:03:02.353Z | Compiling heck v0.5.0 |
| 323 | 2026-06-23T04:03:02.427Z | Compiling thiserror-impl v2.0.18 |
| 324 | 2026-06-23T04:03:02.449Z | Compiling serde_derive v1.0.228 |
| 325 | 2026-06-23T04:03:02.452Z | Compiling zerocopy-derive v0.8.52 |
| 326 | 2026-06-23T04:03:02.550Z | Compiling num_enum_derive v0.7.6 |
| 327 | 2026-06-23T04:03:02.559Z | Compiling ref-cast-impl v1.0.25 |
| 328 | 2026-06-23T04:03:03.085Z | Compiling foreign-types-macros v0.2.3 |
| 329 | 2026-06-23T04:03:03.234Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 330 | 2026-06-23T04:03:03.373Z | Compiling darling_macro v0.21.3 |
| 331 | 2026-06-23T04:03:03.561Z | Checking num_enum v0.7.6 |
| 332 | 2026-06-23T04:03:03.671Z | Compiling tracing-attributes v0.1.31 |
| 333 | 2026-06-23T04:03:03.745Z | Checking cobs v0.3.0 |
| 334 | 2026-06-23T04:03:03.748Z | Checking foreign-types v0.5.0 |
| 335 | 2026-06-23T04:03:03.769Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 336 | 2026-06-23T04:03:03.813Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 337 | 2026-06-23T04:03:03.878Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 338 | 2026-06-23T04:03:03.886Z | Checking oxnet v0.1.6 |
| 339 | 2026-06-23T04:03:03.957Z | Compiling darling v0.21.3 |
| 340 | 2026-06-23T04:03:04.032Z | Compiling ingot-macros v0.1.1 |
| 341 | 2026-06-23T04:03:04.039Z | Checking colored v3.1.1 |
| 342 | 2026-06-23T04:03:04.067Z | Compiling clap_derive v4.6.1 |
| 343 | 2026-06-23T04:03:04.148Z | Checking clap_builder v4.6.0 |
| 344 | 2026-06-23T04:03:04.241Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 345 | 2026-06-23T04:03:04.248Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 346 | 2026-06-23T04:03:04.901Z | Checking tracing v0.1.44 |
| 347 | 2026-06-23T04:03:05.429Z | Checking postcard v1.1.3 |
| 348 | 2026-06-23T04:03:05.497Z | Checking clap v4.6.1 |
| 349 | 2026-06-23T04:03:06.516Z | Checking ingot-types v0.1.2 |
| 350 | 2026-06-23T04:03:06.781Z | Checking ingot v0.1.1 |
| 351 | 2026-06-23T04:03:08.079Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 352 | 2026-06-23T04:03:09.301Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 353 | 2026-06-23T04:03:10.514Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 354 | 2026-06-23T04:03:11.342Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.12s |
| 355 | 2026-06-23T04:03:11.460Z | |
| 356 | 2026-06-23T04:03:11.460Z | real 19.280051959 |
| 357 | 2026-06-23T04:03:11.460Z | user 54.798561999 |
| 358 | 2026-06-23T04:03:11.460Z | sys 13.514669789 |
| 359 | 2026-06-23T04:03:11.460Z | trap 0.046774691 |
| 360 | 2026-06-23T04:03:11.460Z | tflt 0.076439383 |
| 361 | 2026-06-23T04:03:11.460Z | dflt 0.123854274 |
| 362 | 2026-06-23T04:03:11.460Z | kflt 0.005030683 |
| 363 | 2026-06-23T04:03:11.460Z | lock 3:24.752948194 |
| 364 | 2026-06-23T04:03:11.460Z | slp 3:04.683020915 |
| 365 | 2026-06-23T04:03:11.460Z | lat 3.711460186 |
| 366 | 2026-06-23T04:03:11.460Z | stop 12.751187495 |
| 367 | 2026-06-23T04:03:11.463Z | + header 'debug build' |
| 368 | 2026-06-23T04:03:11.463Z | + echo '# ==== debug build ==== #' |
| 369 | 2026-06-23T04:03:11.464Z | + ptime -m cargo build |
| 370 | 2026-06-23T04:03:11.464Z | # ==== debug build ==== # |
| 371 | 2026-06-23T04:03:11.617Z | Compiling cfg-if v1.0.4 |
| 372 | 2026-06-23T04:03:11.617Z | Compiling serde_core v1.0.228 |
| 373 | 2026-06-23T04:03:11.636Z | Compiling libc v0.2.186 |
| 374 | 2026-06-23T04:03:11.644Z | Compiling thiserror v2.0.18 |
| 375 | 2026-06-23T04:03:11.647Z | Compiling byteorder v1.5.0 |
| 376 | 2026-06-23T04:03:11.650Z | Compiling zerocopy v0.8.52 |
| 377 | 2026-06-23T04:03:11.653Z | Compiling macaddr v1.0.1 |
| 378 | 2026-06-23T04:03:11.656Z | Compiling stable_deref_trait v1.2.1 |
| 379 | 2026-06-23T04:03:11.693Z | Compiling bitflags v1.3.2 |
| 380 | 2026-06-23T04:03:11.706Z | Compiling cobs v0.3.0 |
| 381 | 2026-06-23T04:03:11.722Z | Compiling rand_core v0.10.1 |
| 382 | 2026-06-23T04:03:11.753Z | Compiling managed v0.8.0 |
| 383 | 2026-06-23T04:03:11.831Z | Compiling hash32 v0.3.1 |
| 384 | 2026-06-23T04:03:11.895Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 385 | 2026-06-23T04:03:11.899Z | Compiling unicode-width v0.2.2 |
| 386 | 2026-06-23T04:03:11.974Z | Compiling heapless v0.8.0 |
| 387 | 2026-06-23T04:03:11.992Z | Compiling errno v0.3.14 |
| 388 | 2026-06-23T04:03:11.992Z | Compiling once_cell v1.21.4 |
| 389 | 2026-06-23T04:03:11.995Z | Compiling cpufeatures v0.3.0 |
| 390 | 2026-06-23T04:03:12.054Z | Compiling ipnetwork v0.21.1 |
| 391 | 2026-06-23T04:03:12.114Z | Compiling utf8parse v0.2.2 |
| 392 | 2026-06-23T04:03:12.151Z | Compiling foreign-types-shared v0.3.1 |
| 393 | 2026-06-23T04:03:12.190Z | Compiling memchr v2.8.2 |
| 394 | 2026-06-23T04:03:12.208Z | Compiling foreign-types v0.5.0 |
| 395 | 2026-06-23T04:03:12.220Z | Compiling anstyle-parse v1.0.0 |
| 396 | 2026-06-23T04:03:12.226Z | Compiling tracing-core v0.1.36 |
| 397 | 2026-06-23T04:03:12.306Z | Compiling tabwriter v1.4.1 |
| 398 | 2026-06-23T04:03:12.392Z | Compiling smoltcp v0.11.0 |
| 399 | 2026-06-23T04:03:12.421Z | Compiling chacha20 v0.10.0 |
| 400 | 2026-06-23T04:03:12.608Z | Compiling cstr-argument v0.1.2 |
| 401 | 2026-06-23T04:03:12.731Z | Compiling getrandom v0.4.2 |
| 402 | 2026-06-23T04:03:12.750Z | Compiling ref-cast v1.0.25 |
| 403 | 2026-06-23T04:03:12.756Z | Compiling num_enum v0.7.6 |
| 404 | 2026-06-23T04:03:12.841Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 405 | 2026-06-23T04:03:12.857Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 406 | 2026-06-23T04:03:12.936Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 407 | 2026-06-23T04:03:12.944Z | Compiling pretty-hex v0.4.2 |
| 408 | 2026-06-23T04:03:12.956Z | Compiling colorchoice v1.0.5 |
| 409 | 2026-06-23T04:03:13.062Z | Compiling pin-project-lite v0.2.17 |
| 410 | 2026-06-23T04:03:13.062Z | Compiling is_terminal_polyfill v1.70.2 |
| 411 | 2026-06-23T04:03:13.143Z | Compiling dyn-clone v1.0.20 |
| 412 | 2026-06-23T04:03:13.147Z | Compiling anstyle v1.0.14 |
| 413 | 2026-06-23T04:03:13.312Z | Compiling anstyle-query v1.1.5 |
| 414 | 2026-06-23T04:03:13.375Z | Compiling bitflags v2.13.0 |
| 415 | 2026-06-23T04:03:13.414Z | Compiling serde v1.0.228 |
| 416 | 2026-06-23T04:03:13.414Z | Compiling anstream v1.0.0 |
| 417 | 2026-06-23T04:03:13.486Z | Compiling uuid v1.23.3 |
| 418 | 2026-06-23T04:03:13.532Z | Compiling tracing v0.1.44 |
| 419 | 2026-06-23T04:03:13.565Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 420 | 2026-06-23T04:03:13.855Z | Compiling rustix v1.1.4 |
| 421 | 2026-06-23T04:03:13.902Z | Compiling postcard v1.1.3 |
| 422 | 2026-06-23T04:03:13.945Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 423 | 2026-06-23T04:03:14.106Z | Compiling anyhow v1.0.102 |
| 424 | 2026-06-23T04:03:14.116Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 425 | 2026-06-23T04:03:14.160Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 426 | 2026-06-23T04:03:14.192Z | Compiling rand v0.10.1 |
| 427 | 2026-06-23T04:03:14.255Z | Compiling socket2 v0.6.4 |
| 428 | 2026-06-23T04:03:14.273Z | Compiling clap_lex v1.1.0 |
| 429 | 2026-06-23T04:03:14.594Z | Compiling ingot-types v0.1.2 |
| 430 | 2026-06-23T04:03:14.660Z | Compiling terminal_size v0.4.4 |
| 431 | 2026-06-23T04:03:14.705Z | Compiling winnow v1.0.3 |
| 432 | 2026-06-23T04:03:14.808Z | Compiling colored v3.1.1 |
| 433 | 2026-06-23T04:03:14.971Z | Compiling ingot v0.1.1 |
| 434 | 2026-06-23T04:03:15.006Z | Compiling oxnet v0.1.6 |
| 435 | 2026-06-23T04:03:15.068Z | Compiling strsim v0.11.1 |
| 436 | 2026-06-23T04:03:15.171Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 437 | 2026-06-23T04:03:15.382Z | Compiling clap_builder v4.6.0 |
| 438 | 2026-06-23T04:03:15.665Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f) |
| 439 | 2026-06-23T04:03:16.685Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 440 | 2026-06-23T04:03:17.137Z | Compiling clap v4.6.1 |
| 441 | 2026-06-23T04:03:18.314Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 442 | 2026-06-23T04:03:19.778Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 443 | 2026-06-23T04:03:24.196Z | Finished `dev` profile [optimized + debuginfo] target(s) in 12.72s |
| 444 | 2026-06-23T04:03:24.224Z | |
| 445 | 2026-06-23T04:03:24.227Z | real 12.754217182 |
| 446 | 2026-06-23T04:03:24.227Z | user 1:05.511914108 |
| 447 | 2026-06-23T04:03:24.227Z | sys 6.212507089 |
| 448 | 2026-06-23T04:03:24.227Z | trap 0.034411857 |
| 449 | 2026-06-23T04:03:24.227Z | tflt 0.121569721 |
| 450 | 2026-06-23T04:03:24.227Z | dflt 0.199019574 |
| 451 | 2026-06-23T04:03:24.227Z | kflt 0.000012120 |
| 452 | 2026-06-23T04:03:24.227Z | lock 2:57.286032408 |
| 453 | 2026-06-23T04:03:24.227Z | slp 1:58.317237475 |
| 454 | 2026-06-23T04:03:24.227Z | lat 3.894054498 |
| 455 | 2026-06-23T04:03:24.227Z | stop 2.874819931 |
| 456 | 2026-06-23T04:03:24.227Z | + header 'release build' |
| 457 | 2026-06-23T04:03:24.227Z | + echo '# ==== release build ==== #' |
| 458 | 2026-06-23T04:03:24.228Z | # ==== release build ==== # |
| 459 | 2026-06-23T04:03:24.228Z | + ptime -m cargo build --release |
| 460 | 2026-06-23T04:03:24.325Z | Compiling proc-macro2 v1.0.106 |
| 461 | 2026-06-23T04:03:24.325Z | Compiling quote v1.0.45 |
| 462 | 2026-06-23T04:03:24.325Z | Compiling unicode-ident v1.0.24 |
| 463 | 2026-06-23T04:03:24.325Z | Compiling serde_core v1.0.228 |
| 464 | 2026-06-23T04:03:24.328Z | Compiling libc v0.2.186 |
| 465 | 2026-06-23T04:03:24.329Z | Compiling cfg-if v1.0.4 |
| 466 | 2026-06-23T04:03:24.329Z | Compiling ident_case v1.0.1 |
| 467 | 2026-06-23T04:03:24.329Z | Compiling fnv v1.0.7 |
| 468 | 2026-06-23T04:03:24.400Z | Compiling strsim v0.11.1 |
| 469 | 2026-06-23T04:03:24.421Z | Compiling memchr v2.8.2 |
| 470 | 2026-06-23T04:03:24.441Z | Compiling thiserror v2.0.18 |
| 471 | 2026-06-23T04:03:24.445Z | Compiling regex-syntax v0.8.11 |
| 472 | 2026-06-23T04:03:24.638Z | Compiling equivalent v1.0.2 |
| 473 | 2026-06-23T04:03:24.666Z | Compiling either v1.16.0 |
| 474 | 2026-06-23T04:03:24.701Z | Compiling anyhow v1.0.102 |
| 475 | 2026-06-23T04:03:24.857Z | Compiling aho-corasick v1.1.4 |
| 476 | 2026-06-23T04:03:24.934Z | Compiling winnow v1.0.3 |
| 477 | 2026-06-23T04:03:24.938Z | Compiling zerocopy v0.8.52 |
| 478 | 2026-06-23T04:03:24.996Z | Compiling serde v1.0.228 |
| 479 | 2026-06-23T04:03:25.040Z | Compiling hashbrown v0.17.1 |
| 480 | 2026-06-23T04:03:25.361Z | Compiling itertools v0.14.0 |
| 481 | 2026-06-23T04:03:25.461Z | Compiling syn v2.0.117 |
| 482 | 2026-06-23T04:03:25.522Z | Compiling indexmap v2.14.0 |
| 483 | 2026-06-23T04:03:25.564Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 484 | 2026-06-23T04:03:25.774Z | Compiling byteorder v1.5.0 |
| 485 | 2026-06-23T04:03:25.940Z | Compiling regex-automata v0.4.14 |
| 486 | 2026-06-23T04:03:25.958Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 487 | 2026-06-23T04:03:26.122Z | Compiling heapless v0.8.0 |
| 488 | 2026-06-23T04:03:26.208Z | Compiling hash32 v0.3.1 |
| 489 | 2026-06-23T04:03:26.337Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 490 | 2026-06-23T04:03:26.404Z | Compiling bitflags v2.13.0 |
| 491 | 2026-06-23T04:03:26.499Z | Compiling rustversion v1.0.22 |
| 492 | 2026-06-23T04:03:26.546Z | Compiling macaddr v1.0.1 |
| 493 | 2026-06-23T04:03:26.593Z | Compiling smoltcp v0.11.0 |
| 494 | 2026-06-23T04:03:26.619Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 495 | 2026-06-23T04:03:26.738Z | Compiling syn v1.0.109 |
| 496 | 2026-06-23T04:03:26.742Z | Compiling stable_deref_trait v1.2.1 |
| 497 | 2026-06-23T04:03:26.852Z | Compiling proc-macro-crate v3.5.0 |
| 498 | 2026-06-23T04:03:26.858Z | Compiling rand_core v0.10.1 |
| 499 | 2026-06-23T04:03:26.924Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 500 | 2026-06-23T04:03:27.002Z | Compiling bitflags v1.3.2 |
| 501 | 2026-06-23T04:03:27.059Z | Compiling rustix v1.1.4 |
| 502 | 2026-06-23T04:03:27.067Z | Compiling ref-cast v1.0.25 |
| 503 | 2026-06-23T04:03:27.130Z | Compiling managed v0.8.0 |
| 504 | 2026-06-23T04:03:27.217Z | Compiling getrandom v0.4.2 |
| 505 | 2026-06-23T04:03:27.250Z | Compiling version_check v0.9.5 |
| 506 | 2026-06-23T04:03:27.472Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 507 | 2026-06-23T04:03:27.506Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 508 | 2026-06-23T04:03:27.569Z | Compiling errno v0.3.14 |
| 509 | 2026-06-23T04:03:27.711Z | Compiling regex v1.12.4 |
| 510 | 2026-06-23T04:03:27.716Z | Compiling foreign-types-shared v0.3.1 |
| 511 | 2026-06-23T04:03:27.792Z | Compiling cpufeatures v0.3.0 |
| 512 | 2026-06-23T04:03:27.857Z | Compiling ipnetwork v0.21.1 |
| 513 | 2026-06-23T04:03:27.927Z | Compiling unicode-width v0.2.2 |
| 514 | 2026-06-23T04:03:28.095Z | Compiling darling_core v0.21.3 |
| 515 | 2026-06-23T04:03:28.218Z | Compiling utf8parse v0.2.2 |
| 516 | 2026-06-23T04:03:28.221Z | Compiling once_cell v1.21.4 |
| 517 | 2026-06-23T04:03:28.313Z | Compiling anstyle-parse v1.0.0 |
| 518 | 2026-06-23T04:03:28.443Z | Compiling tracing-core v0.1.36 |
| 519 | 2026-06-23T04:03:28.450Z | Compiling cstr-argument v0.1.2 |
| 520 | 2026-06-23T04:03:28.566Z | Compiling tabwriter v1.4.1 |
| 521 | 2026-06-23T04:03:28.601Z | Compiling chacha20 v0.10.0 |
| 522 | 2026-06-23T04:03:29.232Z | Compiling thiserror-impl v2.0.18 |
| 523 | 2026-06-23T04:03:29.264Z | Compiling serde_derive v1.0.228 |
| 524 | 2026-06-23T04:03:29.282Z | Compiling zerocopy-derive v0.8.52 |
| 525 | 2026-06-23T04:03:29.290Z | Compiling num_enum_derive v0.7.6 |
| 526 | 2026-06-23T04:03:29.540Z | Compiling ref-cast-impl v1.0.25 |
| 527 | 2026-06-23T04:03:30.118Z | Compiling foreign-types-macros v0.2.3 |
| 528 | 2026-06-23T04:03:30.230Z | Compiling tracing-attributes v0.1.31 |
| 529 | 2026-06-23T04:03:30.255Z | Compiling darling_macro v0.21.3 |
| 530 | 2026-06-23T04:03:30.269Z | Compiling num_enum v0.7.6 |
| 531 | 2026-06-23T04:03:30.376Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 532 | 2026-06-23T04:03:30.525Z | Compiling cobs v0.3.0 |
| 533 | 2026-06-23T04:03:30.646Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 534 | 2026-06-23T04:03:30.728Z | Compiling foreign-types v0.5.0 |
| 535 | 2026-06-23T04:03:30.733Z | Compiling is_terminal_polyfill v1.70.2 |
| 536 | 2026-06-23T04:03:30.785Z | Compiling darling v0.21.3 |
| 537 | 2026-06-23T04:03:30.792Z | Compiling anstyle-query v1.1.5 |
| 538 | 2026-06-23T04:03:30.807Z | Compiling colorchoice v1.0.5 |
| 539 | 2026-06-23T04:03:30.844Z | Compiling anstyle v1.0.14 |
| 540 | 2026-06-23T04:03:30.850Z | Compiling ingot-macros v0.1.1 |
| 541 | 2026-06-23T04:03:30.875Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f) |
| 542 | 2026-06-23T04:03:30.904Z | Compiling dyn-clone v1.0.20 |
| 543 | 2026-06-23T04:03:31.037Z | Compiling pin-project-lite v0.2.17 |
| 544 | 2026-06-23T04:03:31.073Z | Compiling pretty-hex v0.4.2 |
| 545 | 2026-06-23T04:03:31.087Z | Compiling anstream v1.0.0 |
| 546 | 2026-06-23T04:03:31.112Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 547 | 2026-06-23T04:03:31.118Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 548 | 2026-06-23T04:03:31.198Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 549 | 2026-06-23T04:03:31.421Z | Compiling tracing v0.1.44 |
| 550 | 2026-06-23T04:03:31.451Z | Compiling terminal_size v0.4.4 |
| 551 | 2026-06-23T04:03:31.487Z | Compiling rand v0.10.1 |
| 552 | 2026-06-23T04:03:31.518Z | Compiling uuid v1.23.3 |
| 553 | 2026-06-23T04:03:31.576Z | Compiling socket2 v0.6.4 |
| 554 | 2026-06-23T04:03:31.730Z | Compiling heck v0.5.0 |
| 555 | 2026-06-23T04:03:31.928Z | Compiling colored v3.1.1 |
| 556 | 2026-06-23T04:03:31.929Z | Compiling clap_lex v1.1.0 |
| 557 | 2026-06-23T04:03:32.135Z | Compiling oxnet v0.1.6 |
| 558 | 2026-06-23T04:03:32.287Z | Compiling clap_builder v4.6.0 |
| 559 | 2026-06-23T04:03:32.430Z | Compiling postcard v1.1.3 |
| 560 | 2026-06-23T04:03:32.461Z | Compiling clap_derive v4.6.1 |
| 561 | 2026-06-23T04:03:32.544Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 562 | 2026-06-23T04:03:33.669Z | Compiling ingot-types v0.1.2 |
| 563 | 2026-06-23T04:03:34.001Z | Compiling ingot v0.1.1 |
| 564 | 2026-06-23T04:03:34.129Z | Compiling clap v4.6.1 |
| 565 | 2026-06-23T04:03:35.719Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 566 | 2026-06-23T04:03:36.723Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 567 | 2026-06-23T04:03:37.801Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 568 | 2026-06-23T04:03:44.381Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.14s |
| 569 | 2026-06-23T04:03:44.409Z | |
| 570 | 2026-06-23T04:03:44.409Z | real 20.174217358 |
| 571 | 2026-06-23T04:03:44.410Z | user 1:43.494286145 |
| 572 | 2026-06-23T04:03:44.410Z | sys 13.583058228 |
| 573 | 2026-06-23T04:03:44.410Z | trap 0.050971381 |
| 574 | 2026-06-23T04:03:44.413Z | tflt 0.114730502 |
| 575 | 2026-06-23T04:03:44.413Z | dflt 0.367575288 |
| 576 | 2026-06-23T04:03:44.413Z | kflt 0.000007300 |
| 577 | 2026-06-23T04:03:44.413Z | lock 4:27.615032765 |
| 578 | 2026-06-23T04:03:44.413Z | slp 3:24.507824600 |
| 579 | 2026-06-23T04:03:44.413Z | lat 5.532862630 |
| 580 | 2026-06-23T04:03:44.413Z | stop 9.607119080 |
| 581 | 2026-06-23T04:03:44.413Z | + popd |
| 582 | 2026-06-23T04:03:44.413Z | /work/oxidecomputer/opte |
| 583 | 2026-06-23T04:03:44.413Z | + for x in debug release |
| 584 | 2026-06-23T04:03:44.413Z | + mkdir -p /work/debug |
| 585 | 2026-06-23T04:03:44.413Z | + cp target/debug/opteadm /work/debug/ |
| 586 | 2026-06-23T04:03:44.435Z | + sha256sum target/debug/opteadm |
| 587 | 2026-06-23T04:03:44.462Z | + for x in debug release |
| 588 | 2026-06-23T04:03:44.462Z | + mkdir -p /work/release |
| 589 | 2026-06-23T04:03:44.465Z | + cp target/release/opteadm /work/release/ |
| 590 | 2026-06-23T04:03:44.480Z | + sha256sum target/release/opteadm |
| 591 | 2026-06-23T04:03:44.497Z | process exited: duration 67351 ms, exit code 0 |
| |
| 592 | 2026-06-23T04:03:44.509Z | found 4 output files |
| 593 | 2026-06-23T04:03:44.509Z | uploading: /work/debug/opteadm (36454128 bytes) |
| 594 | 2026-06-23T04:03:45.721Z | uploaded: /work/debug/opteadm |
| 595 | 2026-06-23T04:03:45.724Z | uploading: /work/debug/opteadm.debug.sha256 (87 bytes) |
| 596 | 2026-06-23T04:03:46.731Z | uploaded: /work/debug/opteadm.debug.sha256 |
| 597 | 2026-06-23T04:03:46.734Z | uploading: /work/release/opteadm (24752824 bytes) |
| 598 | 2026-06-23T04:03:47.882Z | uploaded: /work/release/opteadm |
| 599 | 2026-06-23T04:03:47.883Z | uploading: /work/release/opteadm.release.sha256 (89 bytes) |
| 600 | 2026-06-23T04:03:48.894Z | uploaded: /work/release/opteadm.release.sha256 |