|
|
|
| 1 | 2026-08-25T03:37:03.428Z | job assigned to worker 01M0VFV3EWNXTSYZGTTTRAEHNN [factory aws, i-061f4941dab4be4ba] (queued for 56 s) |
| |
| 2 | 2026-08-25T03:37:10.361Z | starting task 0: "setup" |
| 3 | 2026-08-25T03:37:10.366Z | ++ uname -s |
| 4 | 2026-08-25T03:37:10.369Z | + kern=SunOS |
| 5 | 2026-08-25T03:37:10.369Z | + build_user=build |
| 6 | 2026-08-25T03:37:10.369Z | + build_uid=12345 |
| 7 | 2026-08-25T03:37:10.370Z | + work_dir=/work |
| 8 | 2026-08-25T03:37:10.370Z | + input_dir=/input |
| 9 | 2026-08-25T03:37:10.370Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-25T03:37:10.370Z | + case "$kern" in |
| 11 | 2026-08-25T03:37:10.370Z | + groupadd -g 12345 build |
| 12 | 2026-08-25T03:37:10.370Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-25T03:37:12.375Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-25T03:37:12.436Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-25T03:37:12.439Z | + home_fs=zfs |
| 16 | 2026-08-25T03:37:12.439Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-25T03:37:12.439Z | + mkdir -p /home/build |
| 18 | 2026-08-25T03:37:12.439Z | + chown build:build /home/build /work |
| 19 | 2026-08-25T03:37:14.439Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-25T03:37:14.443Z | process exited: duration 4080 ms, exit code 0 |
| |
| 21 | 2026-08-25T03:37:14.451Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-25T03:37:14.489Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-25T03:37:14.490Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-25T03:37:14.490Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-08-25T03:37:14.490Z | * rust toolchain profile = "default" |
| 26 | 2026-08-25T03:37:14.490Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-25T03:37:14.490Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-25T03:37:14.506Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-25T03:37:14.506Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-25T03:37:14.519Z | info: downloading installer |
| 31 | 2026-08-25T03:37:16.107Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-25T03:37:16.107Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-25T03:37:16.107Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-25T03:37:16.107Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-25T03:37:16.121Z | info: profile set to default |
| 36 | 2026-08-25T03:37:16.121Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-25T03:37:16.124Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-25T03:37:16.257Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-25T03:37:16.299Z | info: downloading 6 components |
| 40 | 2026-08-25T03:37:31.509Z | |
| 41 | 2026-08-25T03:37:31.510Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 42 | 2026-08-25T03:37:31.537Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-25T03:37:31.537Z | |
| 44 | 2026-08-25T03:37:31.542Z | |
| 45 | 2026-08-25T03:37:31.543Z | Rust is installed now. Great! |
| 46 | 2026-08-25T03:37:31.543Z | |
| 47 | 2026-08-25T03:37:31.543Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-25T03:37:31.543Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-25T03:37:31.543Z | |
| 50 | 2026-08-25T03:37:31.543Z | To configure your current shell, you need to source |
| 51 | 2026-08-25T03:37:31.543Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-25T03:37:31.543Z | |
| 53 | 2026-08-25T03:37:31.543Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-25T03:37:31.543Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-25T03:37:31.543Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-25T03:37:31.543Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-25T03:37:31.543Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-25T03:37:31.543Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-25T03:37:31.543Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-25T03:37:31.543Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-25T03:37:31.543Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-25T03:37:31.626Z | + rustup --version |
| 63 | 2026-08-25T03:37:31.635Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-25T03:37:31.639Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-25T03:37:31.655Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-25T03:37:31.659Z | + cargo --version |
| 67 | 2026-08-25T03:37:31.673Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-25T03:37:31.678Z | + rustc --version |
| 69 | 2026-08-25T03:37:31.695Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-25T03:37:31.698Z | process exited: duration 17246 ms, exit code 0 |
| |
| 71 | 2026-08-25T03:37:31.708Z | starting task 2: "authentication" |
| 72 | 2026-08-25T03:37:31.723Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
| 73 | 2026-08-25T03:37:54.004Z | process exited: duration 22246 ms, exit code 0 |
| |
| 74 | 2026-08-25T03:37:54.029Z | starting task 3: "clone repository" |
| 75 | 2026-08-25T03:37:54.033Z | + mkdir -p /work/oxidecomputer/opte |
| 76 | 2026-08-25T03:37:54.033Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 77 | 2026-08-25T03:37:54.066Z | Cloning into '/work/oxidecomputer/opte'... |
| 78 | 2026-08-25T03:37:55.309Z | + cd /work/oxidecomputer/opte |
| 79 | 2026-08-25T03:37:55.310Z | + git fetch origin 9dc4e8db1ad611b0a639b87c033af000e46011db |
| 80 | 2026-08-25T03:37:55.572Z | From https://github.com/oxidecomputer/opte |
| 81 | 2026-08-25T03:37:55.572Z | * branch 9dc4e8db1ad611b0a639b87c033af000e46011db -> FETCH_HEAD |
| 82 | 2026-08-25T03:37:55.585Z | + [[ -n renovate/clap ]] |
| 83 | 2026-08-25T03:37:55.585Z | ++ git branch --show-current |
| 84 | 2026-08-25T03:37:55.585Z | + current=master |
| 85 | 2026-08-25T03:37:55.585Z | + [[ master != renovate/clap ]] |
| 86 | 2026-08-25T03:37:55.585Z | + git branch -f renovate/clap 9dc4e8db1ad611b0a639b87c033af000e46011db |
| 87 | 2026-08-25T03:37:55.594Z | + git checkout -f renovate/clap |
| 88 | 2026-08-25T03:37:55.619Z | Switched to branch 'renovate/clap' |
| 89 | 2026-08-25T03:37:55.619Z | + git reset --hard 9dc4e8db1ad611b0a639b87c033af000e46011db |
| 90 | 2026-08-25T03:37:55.619Z | HEAD is now at 9dc4e8d Update Rust crate clap to v4.6.6 |
| 91 | 2026-08-25T03:37:55.619Z | process exited: duration 1576 ms, exit code 0 |
| |
| 92 | 2026-08-25T03:37:55.641Z | starting task 4: "build" |
| 93 | 2026-08-25T03:37:55.650Z | + source .github/buildomat/common.sh |
| 94 | 2026-08-25T03:37:55.650Z | ++ rustup show active-toolchain |
| 95 | 2026-08-25T03:37:55.661Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 96 | 2026-08-25T03:37:55.661Z | ++ pushd xde |
| 97 | 2026-08-25T03:37:55.661Z | ++ rustup show active-toolchain |
| 98 | 2026-08-25T03:37:55.661Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 99 | 2026-08-25T03:37:55.661Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 100 | 2026-08-25T03:37:55.813Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 101 | 2026-08-25T03:37:55.842Z | info: downloading 6 components |
| 102 | 2026-08-25T03:38:10.252Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 103 | 2026-08-25T03:38:10.364Z | +++ rustup show active-toolchain -v |
| 104 | 2026-08-25T03:38:10.382Z | +++ head -n 1 |
| 105 | 2026-08-25T03:38:10.383Z | +++ cut '-d ' -f1 |
| 106 | 2026-08-25T03:38:10.415Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 107 | 2026-08-25T03:38:10.415Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 108 | 2026-08-25T03:38:10.415Z | ++ popd |
| 109 | 2026-08-25T03:38:10.415Z | /work/oxidecomputer/opte |
| 110 | 2026-08-25T03:38:10.415Z | + cargo --version |
| 111 | 2026-08-25T03:38:10.415Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 112 | 2026-08-25T03:38:10.436Z | + rustc --version |
| 113 | 2026-08-25T03:38:10.436Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 114 | 2026-08-25T03:38:10.436Z | + pushd bin/opteadm |
| 115 | 2026-08-25T03:38:10.436Z | /work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte |
| 116 | 2026-08-25T03:38:10.436Z | + header 'check style' |
| 117 | 2026-08-25T03:38:10.436Z | + echo '# ==== check style ==== #' |
| 118 | 2026-08-25T03:38:10.436Z | # ==== check style ==== # |
| 119 | 2026-08-25T03:38:10.436Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check |
| 120 | 2026-08-25T03:38:10.492Z | |
| 121 | 2026-08-25T03:38:10.493Z | real 0.068710422 |
| 122 | 2026-08-25T03:38:10.493Z | user 0.038135647 |
| 123 | 2026-08-25T03:38:10.493Z | sys 0.027702999 |
| 124 | 2026-08-25T03:38:10.493Z | trap 0.000003270 |
| 125 | 2026-08-25T03:38:10.493Z | tflt 0.000007970 |
| 126 | 2026-08-25T03:38:10.493Z | dflt 0.000025420 |
| 127 | 2026-08-25T03:38:10.493Z | kflt 0.000000450 |
| 128 | 2026-08-25T03:38:10.493Z | lock 0.030888754 |
| 129 | 2026-08-25T03:38:10.493Z | slp 0.048970405 |
| 130 | 2026-08-25T03:38:10.493Z | lat 0.000718430 |
| 131 | 2026-08-25T03:38:10.493Z | stop 0.000100200 |
| 132 | 2026-08-25T03:38:10.507Z | + header analyze |
| 133 | 2026-08-25T03:38:10.507Z | + echo '# ==== analyze ==== #' |
| 134 | 2026-08-25T03:38:10.507Z | # ==== analyze ==== # |
| 135 | 2026-08-25T03:38:10.507Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 136 | 2026-08-25T03:38:10.630Z | Updating crates.io index |
| 137 | 2026-08-25T03:38:10.642Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 138 | 2026-08-25T03:38:11.594Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 139 | 2026-08-25T03:38:12.151Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 140 | 2026-08-25T03:38:12.425Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 141 | 2026-08-25T03:38:12.794Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 142 | 2026-08-25T03:38:13.152Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 143 | 2026-08-25T03:38:13.400Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 144 | 2026-08-25T03:38:15.464Z | Downloading crates ... |
| 145 | 2026-08-25T03:38:15.544Z | Downloaded defmt v0.3.100 |
| 146 | 2026-08-25T03:38:15.562Z | Downloaded clap_lex v1.1.0 |
| 147 | 2026-08-25T03:38:15.566Z | Downloaded cstr-argument v0.1.2 |
| 148 | 2026-08-25T03:38:15.570Z | Downloaded cfg-if v1.0.4 |
| 149 | 2026-08-25T03:38:15.570Z | Downloaded cobs v0.3.0 |
| 150 | 2026-08-25T03:38:15.574Z | Downloaded colorchoice v1.0.5 |
| 151 | 2026-08-25T03:38:15.578Z | Downloaded cpufeatures v0.3.0 |
| 152 | 2026-08-25T03:38:15.578Z | Downloaded darling_macro v0.23.0 |
| 153 | 2026-08-25T03:38:15.583Z | Downloaded terminal_size v0.4.4 |
| 154 | 2026-08-25T03:38:15.583Z | Downloaded anstyle-query v1.1.5 |
| 155 | 2026-08-25T03:38:15.583Z | Downloaded strsim v0.11.1 |
| 156 | 2026-08-25T03:38:15.583Z | Downloaded hash32 v0.3.1 |
| 157 | 2026-08-25T03:38:15.588Z | Downloaded managed v0.8.0 |
| 158 | 2026-08-25T03:38:15.594Z | Downloaded proc-macro-crate v3.5.0 |
| 159 | 2026-08-25T03:38:15.594Z | Downloaded pretty-hex v0.4.2 |
| 160 | 2026-08-25T03:38:15.601Z | Downloaded ref-cast-impl v1.0.25 |
| 161 | 2026-08-25T03:38:15.604Z | Downloaded stable_deref_trait v1.2.1 |
| 162 | 2026-08-25T03:38:15.609Z | Downloaded utf8parse v0.2.2 |
| 163 | 2026-08-25T03:38:15.613Z | Downloaded version_check v0.9.5 |
| 164 | 2026-08-25T03:38:15.616Z | Downloaded anstream v1.0.0 |
| 165 | 2026-08-25T03:38:15.621Z | Downloaded anstyle v1.0.14 |
| 166 | 2026-08-25T03:38:15.621Z | Downloaded tabwriter v1.4.1 |
| 167 | 2026-08-25T03:38:15.621Z | Downloaded embedded-io v0.4.0 |
| 168 | 2026-08-25T03:38:15.626Z | Downloaded errno v0.3.14 |
| 169 | 2026-08-25T03:38:15.634Z | Downloaded byteorder v1.5.0 |
| 170 | 2026-08-25T03:38:15.638Z | Downloaded bitflags v1.3.2 |
| 171 | 2026-08-25T03:38:15.638Z | Downloaded anstyle-parse v1.0.0 |
| 172 | 2026-08-25T03:38:15.638Z | Downloaded either v1.16.0 |
| 173 | 2026-08-25T03:38:15.638Z | Downloaded num_enum_derive v0.7.6 |
| 174 | 2026-08-25T03:38:15.638Z | Downloaded oxnet v0.1.6 |
| 175 | 2026-08-25T03:38:15.642Z | Downloaded pin-project-lite v0.2.17 |
| 176 | 2026-08-25T03:38:15.642Z | Downloaded ref-cast v1.0.25 |
| 177 | 2026-08-25T03:38:15.642Z | Downloaded quote v1.0.46 |
| 178 | 2026-08-25T03:38:15.649Z | Downloaded rand_core v0.10.1 |
| 179 | 2026-08-25T03:38:15.660Z | Downloaded thiserror v2.0.18 |
| 180 | 2026-08-25T03:38:15.660Z | Downloaded thiserror-impl v2.0.18 |
| 181 | 2026-08-25T03:38:15.660Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 182 | 2026-08-25T03:38:15.661Z | Downloaded foreign-types v0.5.0 |
| 183 | 2026-08-25T03:38:15.661Z | Downloaded foreign-types-shared v0.3.1 |
| 184 | 2026-08-25T03:38:15.665Z | Downloaded dyn-clone v1.0.20 |
| 185 | 2026-08-25T03:38:15.665Z | Downloaded foreign-types-macros v0.2.3 |
| 186 | 2026-08-25T03:38:15.665Z | Downloaded heck v0.5.0 |
| 187 | 2026-08-25T03:38:15.665Z | Downloaded ident_case v1.0.1 |
| 188 | 2026-08-25T03:38:15.666Z | Downloaded embedded-io v0.6.1 |
| 189 | 2026-08-25T03:38:15.666Z | Downloaded equivalent v1.0.2 |
| 190 | 2026-08-25T03:38:15.670Z | Downloaded macaddr v1.0.1 |
| 191 | 2026-08-25T03:38:15.671Z | Downloaded rustversion v1.0.23 |
| 192 | 2026-08-25T03:38:15.675Z | Downloaded is_terminal_polyfill v1.70.2 |
| 193 | 2026-08-25T03:38:15.675Z | Downloaded anyhow v1.0.103 |
| 194 | 2026-08-25T03:38:15.676Z | Downloaded colored v3.1.1 |
| 195 | 2026-08-25T03:38:15.679Z | Downloaded ingot-types v0.2.0 |
| 196 | 2026-08-25T03:38:15.679Z | Downloaded once_cell v1.21.4 |
| 197 | 2026-08-25T03:38:15.679Z | Downloaded clap_derive v4.6.4 |
| 198 | 2026-08-25T03:38:15.683Z | Downloaded darling v0.23.0 |
| 199 | 2026-08-25T03:38:15.699Z | Downloaded defmt-parser v1.0.0 |
| 200 | 2026-08-25T03:38:15.702Z | Downloaded ingot v0.2.0 |
| 201 | 2026-08-25T03:38:15.703Z | Downloaded chacha20 v0.10.1 |
| 202 | 2026-08-25T03:38:15.703Z | Downloaded defmt-macros v1.1.1 |
| 203 | 2026-08-25T03:38:15.703Z | Downloaded ipnetwork v0.21.1 |
| 204 | 2026-08-25T03:38:15.706Z | Downloaded tracing-attributes v0.1.31 |
| 205 | 2026-08-25T03:38:15.706Z | Downloaded num_enum v0.7.6 |
| 206 | 2026-08-25T03:38:15.711Z | Downloaded clap v4.6.6 |
| 207 | 2026-08-25T03:38:15.716Z | Downloaded ingot-macros v0.2.0 |
| 208 | 2026-08-25T03:38:15.716Z | Downloaded postcard v1.1.3 |
| 209 | 2026-08-25T03:38:15.716Z | Downloaded bitflags v2.13.0 |
| 210 | 2026-08-25T03:38:15.720Z | Downloaded unicode-ident v1.0.24 |
| 211 | 2026-08-25T03:38:15.723Z | Downloaded serde_core v1.0.228 |
| 212 | 2026-08-25T03:38:15.723Z | Downloaded serde_derive v1.0.228 |
| 213 | 2026-08-25T03:38:15.730Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 214 | 2026-08-25T03:38:15.730Z | Downloaded defmt v1.1.1 |
| 215 | 2026-08-25T03:38:15.733Z | Downloaded tracing-core v0.1.36 |
| 216 | 2026-08-25T03:38:15.737Z | Downloaded proc-macro2 v1.0.106 |
| 217 | 2026-08-25T03:38:15.743Z | Downloaded socket2 v0.6.4 |
| 218 | 2026-08-25T03:38:15.748Z | Downloaded toml_edit v0.25.12+spec-1.1.0 |
| 219 | 2026-08-25T03:38:15.751Z | Downloaded uuid v1.23.5 |
| 220 | 2026-08-25T03:38:15.755Z | Downloaded getrandom v0.4.3 |
| 221 | 2026-08-25T03:38:15.758Z | Downloaded heapless v0.8.0 |
| 222 | 2026-08-25T03:38:15.776Z | Downloaded serde v1.0.228 |
| 223 | 2026-08-25T03:38:15.780Z | Downloaded darling_core v0.23.0 |
| 224 | 2026-08-25T03:38:15.786Z | Downloaded memchr v2.8.3 |
| 225 | 2026-08-25T03:38:15.789Z | Downloaded indexmap v2.14.0 |
| 226 | 2026-08-25T03:38:15.794Z | Downloaded zerocopy-derive v0.8.54 |
| 227 | 2026-08-25T03:38:15.799Z | Downloaded rand v0.10.2 |
| 228 | 2026-08-25T03:38:15.845Z | Downloaded aho-corasick v1.1.4 |
| 229 | 2026-08-25T03:38:15.850Z | Downloaded regex v1.13.0 |
| 230 | 2026-08-25T03:38:15.850Z | Downloaded hashbrown v0.17.1 |
| 231 | 2026-08-25T03:38:15.854Z | Downloaded itertools v0.15.0 |
| 232 | 2026-08-25T03:38:15.858Z | Downloaded clap_builder v4.6.6 |
| 233 | 2026-08-25T03:38:15.865Z | Downloaded winnow v1.0.3 |
| 234 | 2026-08-25T03:38:15.885Z | Downloaded syn v1.0.109 |
| 235 | 2026-08-25T03:38:15.916Z | Downloaded zerocopy v0.8.54 |
| 236 | 2026-08-25T03:38:15.926Z | Downloaded smoltcp v0.11.0 |
| 237 | 2026-08-25T03:38:15.934Z | Downloaded unicode-width v0.2.2 |
| 238 | 2026-08-25T03:38:15.939Z | Downloaded syn v3.0.4 |
| 239 | 2026-08-25T03:38:15.943Z | Downloaded syn v2.0.118 |
| 240 | 2026-08-25T03:38:15.951Z | Downloaded regex-syntax v0.8.11 |
| 241 | 2026-08-25T03:38:15.957Z | Downloaded rustix v1.1.4 |
| 242 | 2026-08-25T03:38:15.963Z | Downloaded tracing v0.1.44 |
| 243 | 2026-08-25T03:38:15.976Z | Downloaded regex-automata v0.4.15 |
| 244 | 2026-08-25T03:38:15.983Z | Downloaded libc v0.2.186 |
| 245 | 2026-08-25T03:38:16.113Z | Compiling proc-macro2 v1.0.106 |
| 246 | 2026-08-25T03:38:16.113Z | Compiling unicode-ident v1.0.24 |
| 247 | 2026-08-25T03:38:16.113Z | Compiling quote v1.0.46 |
| 248 | 2026-08-25T03:38:16.141Z | Compiling serde_core v1.0.228 |
| 249 | 2026-08-25T03:38:16.141Z | Compiling libc v0.2.186 |
| 250 | 2026-08-25T03:38:16.141Z | Checking cfg-if v1.0.4 |
| 251 | 2026-08-25T03:38:16.141Z | Compiling memchr v2.8.3 |
| 252 | 2026-08-25T03:38:16.141Z | Compiling ident_case v1.0.1 |
| 253 | 2026-08-25T03:38:16.173Z | Compiling strsim v0.11.1 |
| 254 | 2026-08-25T03:38:16.243Z | Compiling thiserror v2.0.18 |
| 255 | 2026-08-25T03:38:16.253Z | Compiling regex-syntax v0.8.11 |
| 256 | 2026-08-25T03:38:16.450Z | Compiling hashbrown v0.17.1 |
| 257 | 2026-08-25T03:38:16.488Z | Compiling equivalent v1.0.2 |
| 258 | 2026-08-25T03:38:16.561Z | Compiling aho-corasick v1.1.4 |
| 259 | 2026-08-25T03:38:16.678Z | Compiling winnow v1.0.3 |
| 260 | 2026-08-25T03:38:16.761Z | Compiling serde v1.0.228 |
| 261 | 2026-08-25T03:38:16.811Z | Compiling anyhow v1.0.103 |
| 262 | 2026-08-25T03:38:16.996Z | Compiling either v1.16.0 |
| 263 | 2026-08-25T03:38:17.058Z | Compiling zerocopy v0.8.54 |
| 264 | 2026-08-25T03:38:17.192Z | Compiling itertools v0.15.0 |
| 265 | 2026-08-25T03:38:17.300Z | Compiling syn v2.0.118 |
| 266 | 2026-08-25T03:38:17.397Z | Compiling indexmap v2.14.0 |
| 267 | 2026-08-25T03:38:17.465Z | Checking byteorder v1.5.0 |
| 268 | 2026-08-25T03:38:17.617Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 269 | 2026-08-25T03:38:17.679Z | Compiling regex-automata v0.4.15 |
| 270 | 2026-08-25T03:38:17.906Z | Checking bitflags v2.13.0 |
| 271 | 2026-08-25T03:38:17.938Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 272 | 2026-08-25T03:38:17.991Z | Compiling heapless v0.8.0 |
| 273 | 2026-08-25T03:38:18.061Z | Checking hash32 v0.3.1 |
| 274 | 2026-08-25T03:38:18.146Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 275 | 2026-08-25T03:38:18.146Z | Compiling syn v1.0.109 |
| 276 | 2026-08-25T03:38:18.165Z | Checking stable_deref_trait v1.2.1 |
| 277 | 2026-08-25T03:38:18.239Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 278 | 2026-08-25T03:38:18.271Z | Checking macaddr v1.0.1 |
| 279 | 2026-08-25T03:38:18.409Z | Compiling rustversion v1.0.23 |
| 280 | 2026-08-25T03:38:18.432Z | Compiling smoltcp v0.11.0 |
| 281 | 2026-08-25T03:38:18.469Z | Checking managed v0.8.0 |
| 282 | 2026-08-25T03:38:18.486Z | Checking rand_core v0.10.1 |
| 283 | 2026-08-25T03:38:18.608Z | Compiling rustix v1.1.4 |
| 284 | 2026-08-25T03:38:18.642Z | Compiling ref-cast v1.0.25 |
| 285 | 2026-08-25T03:38:18.759Z | Compiling proc-macro-crate v3.5.0 |
| 286 | 2026-08-25T03:38:18.768Z | Compiling getrandom v0.4.3 |
| 287 | 2026-08-25T03:38:18.813Z | Checking bitflags v1.3.2 |
| 288 | 2026-08-25T03:38:18.914Z | Compiling version_check v0.9.5 |
| 289 | 2026-08-25T03:38:18.949Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 290 | 2026-08-25T03:38:19.183Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 291 | 2026-08-25T03:38:19.193Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 292 | 2026-08-25T03:38:19.212Z | Checking errno v0.3.14 |
| 293 | 2026-08-25T03:38:19.327Z | Checking once_cell v1.21.4 |
| 294 | 2026-08-25T03:38:19.432Z | Compiling regex v1.13.0 |
| 295 | 2026-08-25T03:38:19.501Z | Checking ipnetwork v0.21.1 |
| 296 | 2026-08-25T03:38:19.504Z | Checking unicode-width v0.2.2 |
| 297 | 2026-08-25T03:38:19.638Z | Checking foreign-types-shared v0.3.1 |
| 298 | 2026-08-25T03:38:19.726Z | Checking utf8parse v0.2.2 |
| 299 | 2026-08-25T03:38:19.759Z | Checking cpufeatures v0.3.0 |
| 300 | 2026-08-25T03:38:19.838Z | Checking chacha20 v0.10.1 |
| 301 | 2026-08-25T03:38:19.862Z | Checking anstyle-parse v1.0.0 |
| 302 | 2026-08-25T03:38:19.880Z | Checking tabwriter v1.4.1 |
| 303 | 2026-08-25T03:38:19.969Z | Compiling darling_core v0.23.0 |
| 304 | 2026-08-25T03:38:19.987Z | Checking tracing-core v0.1.36 |
| 305 | 2026-08-25T03:38:20.048Z | Checking cstr-argument v0.1.2 |
| 306 | 2026-08-25T03:38:20.390Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 307 | 2026-08-25T03:38:20.396Z | Checking is_terminal_polyfill v1.70.2 |
| 308 | 2026-08-25T03:38:20.476Z | Checking anstyle-query v1.1.5 |
| 309 | 2026-08-25T03:38:20.493Z | Checking pin-project-lite v0.2.17 |
| 310 | 2026-08-25T03:38:20.512Z | Checking dyn-clone v1.0.20 |
| 311 | 2026-08-25T03:38:20.547Z | Checking anstyle v1.0.14 |
| 312 | 2026-08-25T03:38:20.557Z | Checking pretty-hex v0.4.2 |
| 313 | 2026-08-25T03:38:20.580Z | Checking colorchoice v1.0.5 |
| 314 | 2026-08-25T03:38:20.600Z | Checking terminal_size v0.4.4 |
| 315 | 2026-08-25T03:38:20.685Z | Checking rand v0.10.2 |
| 316 | 2026-08-25T03:38:20.712Z | Checking uuid v1.23.5 |
| 317 | 2026-08-25T03:38:20.723Z | Checking anstream v1.0.0 |
| 318 | 2026-08-25T03:38:20.875Z | Compiling syn v3.0.4 |
| 319 | 2026-08-25T03:38:21.003Z | Checking socket2 v0.6.4 |
| 320 | 2026-08-25T03:38:21.040Z | Checking oxnet v0.1.6 |
| 321 | 2026-08-25T03:38:21.111Z | Compiling heck v0.5.0 |
| 322 | 2026-08-25T03:38:21.149Z | Compiling thiserror-impl v2.0.18 |
| 323 | 2026-08-25T03:38:21.174Z | Compiling serde_derive v1.0.228 |
| 324 | 2026-08-25T03:38:21.309Z | Compiling zerocopy-derive v0.8.54 |
| 325 | 2026-08-25T03:38:21.350Z | Compiling foreign-types-macros v0.2.3 |
| 326 | 2026-08-25T03:38:21.825Z | Compiling ref-cast-impl v1.0.25 |
| 327 | 2026-08-25T03:38:21.930Z | Compiling num_enum_derive v0.7.6 |
| 328 | 2026-08-25T03:38:22.076Z | Compiling darling_macro v0.23.0 |
| 329 | 2026-08-25T03:38:22.441Z | Checking cobs v0.3.0 |
| 330 | 2026-08-25T03:38:22.467Z | Checking foreign-types v0.5.0 |
| 331 | 2026-08-25T03:38:22.519Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 332 | 2026-08-25T03:38:22.540Z | Compiling tracing-attributes v0.1.31 |
| 333 | 2026-08-25T03:38:22.567Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 334 | 2026-08-25T03:38:22.683Z | Compiling darling v0.23.0 |
| 335 | 2026-08-25T03:38:22.738Z | Compiling ingot-macros v0.2.0 |
| 336 | 2026-08-25T03:38:22.929Z | Checking num_enum v0.7.6 |
| 337 | 2026-08-25T03:38:23.007Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 338 | 2026-08-25T03:38:23.034Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 339 | 2026-08-25T03:38:23.103Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 340 | 2026-08-25T03:38:23.161Z | Checking colored v3.1.1 |
| 341 | 2026-08-25T03:38:23.173Z | Checking clap_lex v1.1.0 |
| 342 | 2026-08-25T03:38:23.270Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 343 | 2026-08-25T03:38:23.336Z | Checking clap_builder v4.6.6 |
| 344 | 2026-08-25T03:38:23.653Z | Compiling clap_derive v4.6.4 |
| 345 | 2026-08-25T03:38:23.740Z | Checking tracing v0.1.44 |
| 346 | 2026-08-25T03:38:24.214Z | Checking postcard v1.1.3 |
| 347 | 2026-08-25T03:38:24.845Z | Checking clap v4.6.6 |
| 348 | 2026-08-25T03:38:25.312Z | Checking ingot-types v0.2.0 |
| 349 | 2026-08-25T03:38:25.581Z | Checking ingot v0.2.0 |
| 350 | 2026-08-25T03:38:26.902Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 351 | 2026-08-25T03:38:28.111Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 352 | 2026-08-25T03:38:29.325Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 353 | 2026-08-25T03:38:30.201Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.58s |
| 354 | 2026-08-25T03:38:30.239Z | |
| 355 | 2026-08-25T03:38:30.280Z | real 19.738819247 |
| 356 | 2026-08-25T03:38:30.280Z | user 56.596504888 |
| 357 | 2026-08-25T03:38:30.280Z | sys 13.246185103 |
| 358 | 2026-08-25T03:38:30.280Z | trap 0.042371198 |
| 359 | 2026-08-25T03:38:30.280Z | tflt 0.054957664 |
| 360 | 2026-08-25T03:38:30.280Z | dflt 0.109451378 |
| 361 | 2026-08-25T03:38:30.280Z | kflt 0.005079633 |
| 362 | 2026-08-25T03:38:30.280Z | lock 3:53.178160728 |
| 363 | 2026-08-25T03:38:30.280Z | slp 3:10.182260594 |
| 364 | 2026-08-25T03:38:30.281Z | lat 3.494279017 |
| 365 | 2026-08-25T03:38:30.281Z | stop 13.738716941 |
| 366 | 2026-08-25T03:38:30.281Z | + header 'debug build' |
| 367 | 2026-08-25T03:38:30.281Z | + echo '# ==== debug build ==== #' |
| 368 | 2026-08-25T03:38:30.281Z | # ==== debug build ==== # |
| 369 | 2026-08-25T03:38:30.281Z | + ptime -m cargo build |
| 370 | 2026-08-25T03:38:30.403Z | Compiling cfg-if v1.0.4 |
| 371 | 2026-08-25T03:38:30.403Z | Compiling serde_core v1.0.228 |
| 372 | 2026-08-25T03:38:30.403Z | Compiling libc v0.2.186 |
| 373 | 2026-08-25T03:38:30.425Z | Compiling thiserror v2.0.18 |
| 374 | 2026-08-25T03:38:30.448Z | Compiling byteorder v1.5.0 |
| 375 | 2026-08-25T03:38:30.448Z | Compiling zerocopy v0.8.54 |
| 376 | 2026-08-25T03:38:30.448Z | Compiling macaddr v1.0.1 |
| 377 | 2026-08-25T03:38:30.448Z | Compiling stable_deref_trait v1.2.1 |
| 378 | 2026-08-25T03:38:30.485Z | Compiling managed v0.8.0 |
| 379 | 2026-08-25T03:38:30.513Z | Compiling cobs v0.3.0 |
| 380 | 2026-08-25T03:38:30.535Z | Compiling rand_core v0.10.1 |
| 381 | 2026-08-25T03:38:30.589Z | Compiling hash32 v0.3.1 |
| 382 | 2026-08-25T03:38:30.655Z | Compiling bitflags v1.3.2 |
| 383 | 2026-08-25T03:38:30.675Z | Compiling heapless v0.8.0 |
| 384 | 2026-08-25T03:38:30.685Z | Compiling errno v0.3.14 |
| 385 | 2026-08-25T03:38:30.709Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 386 | 2026-08-25T03:38:30.781Z | Compiling foreign-types-shared v0.3.1 |
| 387 | 2026-08-25T03:38:30.804Z | Compiling utf8parse v0.2.2 |
| 388 | 2026-08-25T03:38:30.804Z | Compiling memchr v2.8.3 |
| 389 | 2026-08-25T03:38:30.946Z | Compiling ipnetwork v0.21.1 |
| 390 | 2026-08-25T03:38:30.964Z | Compiling once_cell v1.21.4 |
| 391 | 2026-08-25T03:38:30.965Z | Compiling unicode-width v0.2.2 |
| 392 | 2026-08-25T03:38:30.965Z | Compiling cpufeatures v0.3.0 |
| 393 | 2026-08-25T03:38:31.006Z | Compiling tracing-core v0.1.36 |
| 394 | 2026-08-25T03:38:31.076Z | Compiling smoltcp v0.11.0 |
| 395 | 2026-08-25T03:38:31.110Z | Compiling tabwriter v1.4.1 |
| 396 | 2026-08-25T03:38:31.228Z | Compiling cstr-argument v0.1.2 |
| 397 | 2026-08-25T03:38:31.379Z | Compiling chacha20 v0.10.1 |
| 398 | 2026-08-25T03:38:31.392Z | Compiling anstyle-parse v1.0.0 |
| 399 | 2026-08-25T03:38:31.501Z | Compiling foreign-types v0.5.0 |
| 400 | 2026-08-25T03:38:31.569Z | Compiling ref-cast v1.0.25 |
| 401 | 2026-08-25T03:38:31.597Z | Compiling num_enum v0.7.6 |
| 402 | 2026-08-25T03:38:31.636Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 403 | 2026-08-25T03:38:31.654Z | Compiling getrandom v0.4.3 |
| 404 | 2026-08-25T03:38:31.675Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 405 | 2026-08-25T03:38:31.760Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 406 | 2026-08-25T03:38:31.817Z | Compiling pin-project-lite v0.2.17 |
| 407 | 2026-08-25T03:38:31.888Z | Compiling pretty-hex v0.4.2 |
| 408 | 2026-08-25T03:38:31.909Z | Compiling colorchoice v1.0.5 |
| 409 | 2026-08-25T03:38:31.935Z | Compiling anstyle v1.0.14 |
| 410 | 2026-08-25T03:38:31.994Z | Compiling dyn-clone v1.0.20 |
| 411 | 2026-08-25T03:38:32.019Z | Compiling anstyle-query v1.1.5 |
| 412 | 2026-08-25T03:38:32.138Z | Compiling bitflags v2.13.0 |
| 413 | 2026-08-25T03:38:32.164Z | Compiling serde v1.0.228 |
| 414 | 2026-08-25T03:38:32.197Z | Compiling is_terminal_polyfill v1.70.2 |
| 415 | 2026-08-25T03:38:32.277Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 416 | 2026-08-25T03:38:32.368Z | Compiling rustix v1.1.4 |
| 417 | 2026-08-25T03:38:32.368Z | Compiling anstream v1.0.0 |
| 418 | 2026-08-25T03:38:32.368Z | Compiling uuid v1.23.5 |
| 419 | 2026-08-25T03:38:32.619Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 420 | 2026-08-25T03:38:32.774Z | Compiling postcard v1.1.3 |
| 421 | 2026-08-25T03:38:32.798Z | Compiling terminal_size v0.4.4 |
| 422 | 2026-08-25T03:38:32.819Z | Compiling tracing v0.1.44 |
| 423 | 2026-08-25T03:38:32.881Z | Compiling anyhow v1.0.103 |
| 424 | 2026-08-25T03:38:32.988Z | Compiling rand v0.10.2 |
| 425 | 2026-08-25T03:38:33.046Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 426 | 2026-08-25T03:38:33.115Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 427 | 2026-08-25T03:38:33.174Z | Compiling socket2 v0.6.4 |
| 428 | 2026-08-25T03:38:33.238Z | Compiling clap_lex v1.1.0 |
| 429 | 2026-08-25T03:38:33.435Z | Compiling ingot-types v0.2.0 |
| 430 | 2026-08-25T03:38:33.462Z | Compiling colored v3.1.1 |
| 431 | 2026-08-25T03:38:33.522Z | Compiling oxnet v0.1.6 |
| 432 | 2026-08-25T03:38:33.606Z | Compiling winnow v1.0.3 |
| 433 | 2026-08-25T03:38:33.699Z | Compiling strsim v0.11.1 |
| 434 | 2026-08-25T03:38:33.849Z | Compiling ingot v0.2.0 |
| 435 | 2026-08-25T03:38:33.927Z | Compiling clap_builder v4.6.6 |
| 436 | 2026-08-25T03:38:34.005Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 437 | 2026-08-25T03:38:34.556Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 438 | 2026-08-25T03:38:35.517Z | Compiling clap v4.6.6 |
| 439 | 2026-08-25T03:38:35.525Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 440 | 2026-08-25T03:38:36.936Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 441 | 2026-08-25T03:38:38.352Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 442 | 2026-08-25T03:38:42.743Z | Finished `dev` profile [optimized + debuginfo] target(s) in 12.50s |
| 443 | 2026-08-25T03:38:42.773Z | |
| 444 | 2026-08-25T03:38:42.777Z | real 12.529142565 |
| 445 | 2026-08-25T03:38:42.777Z | user 1:04.481501789 |
| 446 | 2026-08-25T03:38:42.777Z | sys 6.082218726 |
| 447 | 2026-08-25T03:38:42.777Z | trap 0.031839202 |
| 448 | 2026-08-25T03:38:42.777Z | tflt 0.153312978 |
| 449 | 2026-08-25T03:38:42.777Z | dflt 0.229334576 |
| 450 | 2026-08-25T03:38:42.777Z | kflt 0.000003220 |
| 451 | 2026-08-25T03:38:42.777Z | lock 3:10.499847991 |
| 452 | 2026-08-25T03:38:42.777Z | slp 1:56.577538005 |
| 453 | 2026-08-25T03:38:42.777Z | lat 2.702408915 |
| 454 | 2026-08-25T03:38:42.777Z | stop 2.712893072 |
| 455 | 2026-08-25T03:38:42.777Z | + header 'release build' |
| 456 | 2026-08-25T03:38:42.777Z | + echo '# ==== release build ==== #' |
| 457 | 2026-08-25T03:38:42.777Z | # ==== release build ==== # |
| 458 | 2026-08-25T03:38:42.777Z | + ptime -m cargo build --release |
| 459 | 2026-08-25T03:38:42.868Z | Compiling proc-macro2 v1.0.106 |
| 460 | 2026-08-25T03:38:42.869Z | Compiling unicode-ident v1.0.24 |
| 461 | 2026-08-25T03:38:42.869Z | Compiling quote v1.0.46 |
| 462 | 2026-08-25T03:38:42.869Z | Compiling serde_core v1.0.228 |
| 463 | 2026-08-25T03:38:42.869Z | Compiling libc v0.2.186 |
| 464 | 2026-08-25T03:38:42.872Z | Compiling cfg-if v1.0.4 |
| 465 | 2026-08-25T03:38:42.873Z | Compiling strsim v0.11.1 |
| 466 | 2026-08-25T03:38:42.873Z | Compiling thiserror v2.0.18 |
| 467 | 2026-08-25T03:38:42.939Z | Compiling memchr v2.8.3 |
| 468 | 2026-08-25T03:38:42.997Z | Compiling ident_case v1.0.1 |
| 469 | 2026-08-25T03:38:43.088Z | Compiling regex-syntax v0.8.11 |
| 470 | 2026-08-25T03:38:43.147Z | Compiling anyhow v1.0.103 |
| 471 | 2026-08-25T03:38:43.173Z | Compiling equivalent v1.0.2 |
| 472 | 2026-08-25T03:38:43.235Z | Compiling zerocopy v0.8.54 |
| 473 | 2026-08-25T03:38:43.353Z | Compiling aho-corasick v1.1.4 |
| 474 | 2026-08-25T03:38:43.431Z | Compiling either v1.16.0 |
| 475 | 2026-08-25T03:38:43.479Z | Compiling winnow v1.0.3 |
| 476 | 2026-08-25T03:38:43.567Z | Compiling hashbrown v0.17.1 |
| 477 | 2026-08-25T03:38:43.593Z | Compiling serde v1.0.228 |
| 478 | 2026-08-25T03:38:43.651Z | Compiling itertools v0.15.0 |
| 479 | 2026-08-25T03:38:44.024Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 480 | 2026-08-25T03:38:44.118Z | Compiling syn v2.0.118 |
| 481 | 2026-08-25T03:38:44.124Z | Compiling indexmap v2.14.0 |
| 482 | 2026-08-25T03:38:44.257Z | Compiling heapless v0.8.0 |
| 483 | 2026-08-25T03:38:44.515Z | Compiling regex-automata v0.4.15 |
| 484 | 2026-08-25T03:38:44.542Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 485 | 2026-08-25T03:38:44.711Z | Compiling byteorder v1.5.0 |
| 486 | 2026-08-25T03:38:44.895Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 487 | 2026-08-25T03:38:44.901Z | Compiling hash32 v0.3.1 |
| 488 | 2026-08-25T03:38:44.994Z | Compiling bitflags v2.13.0 |
| 489 | 2026-08-25T03:38:45.023Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 490 | 2026-08-25T03:38:45.074Z | Compiling syn v1.0.109 |
| 491 | 2026-08-25T03:38:45.135Z | Compiling stable_deref_trait v1.2.1 |
| 492 | 2026-08-25T03:38:45.151Z | Compiling macaddr v1.0.1 |
| 493 | 2026-08-25T03:38:45.198Z | Compiling smoltcp v0.11.0 |
| 494 | 2026-08-25T03:38:45.247Z | Compiling rustversion v1.0.23 |
| 495 | 2026-08-25T03:38:45.345Z | Compiling managed v0.8.0 |
| 496 | 2026-08-25T03:38:45.394Z | Compiling version_check v0.9.5 |
| 497 | 2026-08-25T03:38:45.519Z | Compiling proc-macro-crate v3.5.0 |
| 498 | 2026-08-25T03:38:45.573Z | Compiling ref-cast v1.0.25 |
| 499 | 2026-08-25T03:38:45.608Z | Compiling getrandom v0.4.3 |
| 500 | 2026-08-25T03:38:45.672Z | Compiling rand_core v0.10.1 |
| 501 | 2026-08-25T03:38:45.749Z | Compiling rustix v1.1.4 |
| 502 | 2026-08-25T03:38:45.797Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 503 | 2026-08-25T03:38:45.804Z | Compiling bitflags v1.3.2 |
| 504 | 2026-08-25T03:38:45.858Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 505 | 2026-08-25T03:38:45.998Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 506 | 2026-08-25T03:38:46.067Z | Compiling errno v0.3.14 |
| 507 | 2026-08-25T03:38:46.204Z | Compiling regex v1.13.0 |
| 508 | 2026-08-25T03:38:46.262Z | Compiling cpufeatures v0.3.0 |
| 509 | 2026-08-25T03:38:46.321Z | Compiling once_cell v1.21.4 |
| 510 | 2026-08-25T03:38:46.380Z | Compiling unicode-width v0.2.2 |
| 511 | 2026-08-25T03:38:46.422Z | Compiling foreign-types-shared v0.3.1 |
| 512 | 2026-08-25T03:38:46.505Z | Compiling utf8parse v0.2.2 |
| 513 | 2026-08-25T03:38:46.543Z | Compiling ipnetwork v0.21.1 |
| 514 | 2026-08-25T03:38:46.585Z | Compiling anstyle-parse v1.0.0 |
| 515 | 2026-08-25T03:38:46.663Z | Compiling darling_core v0.23.0 |
| 516 | 2026-08-25T03:38:46.772Z | Compiling tabwriter v1.4.1 |
| 517 | 2026-08-25T03:38:46.899Z | Compiling tracing-core v0.1.36 |
| 518 | 2026-08-25T03:38:47.025Z | Compiling cstr-argument v0.1.2 |
| 519 | 2026-08-25T03:38:47.092Z | Compiling chacha20 v0.10.1 |
| 520 | 2026-08-25T03:38:47.709Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 521 | 2026-08-25T03:38:47.742Z | Compiling colorchoice v1.0.5 |
| 522 | 2026-08-25T03:38:47.748Z | Compiling anstyle v1.0.14 |
| 523 | 2026-08-25T03:38:47.831Z | Compiling thiserror-impl v2.0.18 |
| 524 | 2026-08-25T03:38:47.844Z | Compiling zerocopy-derive v0.8.54 |
| 525 | 2026-08-25T03:38:47.908Z | Compiling serde_derive v1.0.228 |
| 526 | 2026-08-25T03:38:47.977Z | Compiling ref-cast-impl v1.0.25 |
| 527 | 2026-08-25T03:38:48.023Z | Compiling foreign-types-macros v0.2.3 |
| 528 | 2026-08-25T03:38:48.545Z | Compiling num_enum_derive v0.7.6 |
| 529 | 2026-08-25T03:38:48.649Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 530 | 2026-08-25T03:38:48.653Z | Compiling foreign-types v0.5.0 |
| 531 | 2026-08-25T03:38:48.698Z | Compiling tracing-attributes v0.1.31 |
| 532 | 2026-08-25T03:38:48.717Z | Compiling darling_macro v0.23.0 |
| 533 | 2026-08-25T03:38:49.092Z | Compiling cobs v0.3.0 |
| 534 | 2026-08-25T03:38:49.170Z | Compiling is_terminal_polyfill v1.70.2 |
| 535 | 2026-08-25T03:38:49.254Z | Compiling dyn-clone v1.0.20 |
| 536 | 2026-08-25T03:38:49.258Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 537 | 2026-08-25T03:38:49.305Z | Compiling darling v0.23.0 |
| 538 | 2026-08-25T03:38:49.311Z | Compiling pretty-hex v0.4.2 |
| 539 | 2026-08-25T03:38:49.374Z | Compiling ingot-macros v0.2.0 |
| 540 | 2026-08-25T03:38:49.382Z | Compiling anstyle-query v1.1.5 |
| 541 | 2026-08-25T03:38:49.433Z | Compiling pin-project-lite v0.2.17 |
| 542 | 2026-08-25T03:38:49.471Z | Compiling anstream v1.0.0 |
| 543 | 2026-08-25T03:38:49.518Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 544 | 2026-08-25T03:38:49.606Z | Compiling num_enum v0.7.6 |
| 545 | 2026-08-25T03:38:49.715Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 546 | 2026-08-25T03:38:49.727Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 547 | 2026-08-25T03:38:49.875Z | Compiling terminal_size v0.4.4 |
| 548 | 2026-08-25T03:38:49.899Z | Compiling tracing v0.1.44 |
| 549 | 2026-08-25T03:38:49.904Z | Compiling rand v0.10.2 |
| 550 | 2026-08-25T03:38:49.998Z | Compiling uuid v1.23.5 |
| 551 | 2026-08-25T03:38:50.161Z | Compiling syn v3.0.4 |
| 552 | 2026-08-25T03:38:50.213Z | Compiling socket2 v0.6.4 |
| 553 | 2026-08-25T03:38:50.382Z | Compiling colored v3.1.1 |
| 554 | 2026-08-25T03:38:50.414Z | Compiling heck v0.5.0 |
| 555 | 2026-08-25T03:38:50.816Z | Compiling oxnet v0.1.6 |
| 556 | 2026-08-25T03:38:50.926Z | Compiling clap_lex v1.1.0 |
| 557 | 2026-08-25T03:38:51.081Z | Compiling postcard v1.1.3 |
| 558 | 2026-08-25T03:38:51.180Z | Compiling clap_builder v4.6.6 |
| 559 | 2026-08-25T03:38:51.235Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 560 | 2026-08-25T03:38:52.203Z | Compiling clap_derive v4.6.4 |
| 561 | 2026-08-25T03:38:52.273Z | Compiling ingot-types v0.2.0 |
| 562 | 2026-08-25T03:38:52.620Z | Compiling ingot v0.2.0 |
| 563 | 2026-08-25T03:38:53.419Z | Compiling clap v4.6.6 |
| 564 | 2026-08-25T03:38:54.365Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 565 | 2026-08-25T03:38:55.533Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 566 | 2026-08-25T03:38:56.434Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 567 | 2026-08-25T03:39:02.979Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.19s |
| 568 | 2026-08-25T03:39:03.007Z | |
| 569 | 2026-08-25T03:39:03.013Z | real 20.224105584 |
| 570 | 2026-08-25T03:39:03.013Z | user 1:44.772641471 |
| 571 | 2026-08-25T03:39:03.013Z | sys 13.544372531 |
| 572 | 2026-08-25T03:39:03.013Z | trap 0.051650637 |
| 573 | 2026-08-25T03:39:03.013Z | tflt 0.114447635 |
| 574 | 2026-08-25T03:39:03.013Z | dflt 0.321628538 |
| 575 | 2026-08-25T03:39:03.013Z | kflt 0.000021290 |
| 576 | 2026-08-25T03:39:03.013Z | lock 4:54.286909100 |
| 577 | 2026-08-25T03:39:03.014Z | slp 3:29.648868988 |
| 578 | 2026-08-25T03:39:03.014Z | lat 5.165298863 |
| 579 | 2026-08-25T03:39:03.014Z | stop 9.710224403 |
| 580 | 2026-08-25T03:39:03.014Z | + popd |
| 581 | 2026-08-25T03:39:03.014Z | /work/oxidecomputer/opte |
| 582 | 2026-08-25T03:39:03.014Z | + TGT_BASE=/work |
| 583 | 2026-08-25T03:39:03.014Z | + for x in debug release |
| 584 | 2026-08-25T03:39:03.014Z | + mkdir -p /work/debug |
| 585 | 2026-08-25T03:39:03.014Z | + cp target/debug/opteadm /work/debug/ |
| 586 | 2026-08-25T03:39:03.034Z | + sha256sum target/debug/opteadm |
| 587 | 2026-08-25T03:39:03.059Z | + for x in debug release |
| 588 | 2026-08-25T03:39:03.059Z | + mkdir -p /work/release |
| 589 | 2026-08-25T03:39:03.473Z | + cp target/release/opteadm /work/release/ |
| 590 | 2026-08-25T03:39:03.489Z | + sha256sum target/release/opteadm |
| 591 | 2026-08-25T03:39:03.489Z | process exited: duration 67457 ms, exit code 0 |
| |
| 592 | 2026-08-25T03:39:03.502Z | found 4 output files |
| 593 | 2026-08-25T03:39:03.502Z | uploading: /work/debug/opteadm (38121424 bytes) |
| 594 | 2026-08-25T03:39:05.572Z | uploaded: /work/debug/opteadm |
| 595 | 2026-08-25T03:39:05.572Z | uploading: /work/debug/opteadm.debug.sha256 (87 bytes) |
| 596 | 2026-08-25T03:39:06.672Z | uploaded: /work/debug/opteadm.debug.sha256 |
| 597 | 2026-08-25T03:39:06.712Z | uploading: /work/release/opteadm (25866768 bytes) |
| 598 | 2026-08-25T03:39:08.148Z | uploaded: /work/release/opteadm |
| 599 | 2026-08-25T03:39:08.148Z | uploading: /work/release/opteadm.release.sha256 (89 bytes) |
| 600 | 2026-08-25T03:39:09.167Z | uploaded: /work/release/opteadm.release.sha256 |