|
|
|
| 1 | 2026-05-20T16:01:36.525Z | job assigned to worker 01KS31WJWGYJ737KTXRY98CM9S [factory aws, i-04573aff79abf85a2] (queued for 1 m 18 s) |
| |
| 2 | 2026-05-20T16:01:43.653Z | starting task 0: "setup" |
| 3 | 2026-05-20T16:01:43.661Z | ++ uname -s |
| 4 | 2026-05-20T16:01:43.664Z | + kern=SunOS |
| 5 | 2026-05-20T16:01:43.664Z | + build_user=build |
| 6 | 2026-05-20T16:01:43.664Z | + build_uid=12345 |
| 7 | 2026-05-20T16:01:43.664Z | + work_dir=/work |
| 8 | 2026-05-20T16:01:43.664Z | + input_dir=/input |
| 9 | 2026-05-20T16:01:43.665Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-20T16:01:43.665Z | + case "$kern" in |
| 11 | 2026-05-20T16:01:43.665Z | + groupadd -g 12345 build |
| 12 | 2026-05-20T16:01:43.668Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-20T16:01:45.673Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-20T16:01:45.724Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-20T16:01:45.727Z | + home_fs=zfs |
| 16 | 2026-05-20T16:01:45.727Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-20T16:01:45.727Z | + mkdir -p /home/build |
| 18 | 2026-05-20T16:01:45.727Z | + chown build:build /home/build /work |
| 19 | 2026-05-20T16:01:47.730Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-20T16:01:47.736Z | process exited: duration 4076 ms, exit code 0 |
| |
| 21 | 2026-05-20T16:01:47.742Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-20T16:01:47.746Z | + printf ' * rust toolchain channel = "%s"\n' 1.95.0 |
| 23 | 2026-05-20T16:01:47.750Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-20T16:01:47.750Z | * rust toolchain channel = "1.95.0" |
| 25 | 2026-05-20T16:01:47.750Z | * rust toolchain profile = "default" |
| 26 | 2026-05-20T16:01:47.750Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-20T16:01:47.750Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-20T16:01:47.750Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-20T16:01:47.750Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default |
| 30 | 2026-05-20T16:01:47.854Z | info: downloading installer |
| 31 | 2026-05-20T16:01:49.510Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-20T16:01:49.510Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-20T16:01:49.510Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-20T16:01:49.510Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-20T16:01:49.522Z | info: profile set to default |
| 36 | 2026-05-20T16:01:49.523Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-20T16:01:49.526Z | info: syncing channel updates for 1.95.0-x86_64-unknown-illumos |
| 38 | 2026-05-20T16:01:49.660Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 39 | 2026-05-20T16:01:49.664Z | info: downloading 6 components |
| 40 | 2026-05-20T16:02:04.290Z | info: default toolchain set to 1.95.0-x86_64-unknown-illumos |
| 41 | 2026-05-20T16:02:04.290Z | |
| 42 | 2026-05-20T16:02:04.306Z | 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 43 | 2026-05-20T16:02:04.306Z | |
| 44 | 2026-05-20T16:02:04.309Z | |
| 45 | 2026-05-20T16:02:04.309Z | Rust is installed now. Great! |
| 46 | 2026-05-20T16:02:04.309Z | |
| 47 | 2026-05-20T16:02:04.309Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-20T16:02:04.309Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-20T16:02:04.309Z | |
| 50 | 2026-05-20T16:02:04.309Z | To configure your current shell, you need to source |
| 51 | 2026-05-20T16:02:04.309Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-20T16:02:04.309Z | |
| 53 | 2026-05-20T16:02:04.309Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-20T16:02:04.309Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-20T16:02:04.309Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-20T16:02:04.310Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-20T16:02:04.310Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-20T16:02:04.310Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-20T16:02:04.310Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-20T16:02:04.310Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-20T16:02:04.310Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-20T16:02:04.397Z | + rustup --version |
| 63 | 2026-05-20T16:02:04.405Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-20T16:02:04.408Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-20T16:02:04.439Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 66 | 2026-05-20T16:02:04.443Z | + cargo --version |
| 67 | 2026-05-20T16:02:04.443Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 68 | 2026-05-20T16:02:04.443Z | + rustc --version |
| 69 | 2026-05-20T16:02:04.464Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 70 | 2026-05-20T16:02:04.467Z | process exited: duration 16723 ms, exit code 0 |
| |
| 71 | 2026-05-20T16:02:04.474Z | starting task 2: "authentication" |
| 72 | 2026-05-20T16:02:04.503Z | process exited: duration 28 ms, exit code 0 |
| |
| 73 | 2026-05-20T16:02:04.509Z | starting task 3: "clone repository" |
| 74 | 2026-05-20T16:02:04.512Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-05-20T16:02:04.517Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-05-20T16:02:04.544Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-05-20T16:02:05.804Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-05-20T16:02:05.804Z | + git fetch origin 1df13fefc1a360c1f2a122e34a8089d55f51b6b1 |
| 79 | 2026-05-20T16:02:06.055Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-05-20T16:02:06.055Z | * branch 1df13fefc1a360c1f2a122e34a8089d55f51b6b1 -> FETCH_HEAD |
| 81 | 2026-05-20T16:02:06.060Z | + [[ -n eviction-policy ]] |
| 82 | 2026-05-20T16:02:06.064Z | ++ git branch --show-current |
| 83 | 2026-05-20T16:02:06.064Z | + current=master |
| 84 | 2026-05-20T16:02:06.064Z | + [[ master != eviction-policy ]] |
| 85 | 2026-05-20T16:02:06.064Z | + git branch -f eviction-policy 1df13fefc1a360c1f2a122e34a8089d55f51b6b1 |
| 86 | 2026-05-20T16:02:06.067Z | + git checkout -f eviction-policy |
| 87 | 2026-05-20T16:02:06.091Z | Switched to branch 'eviction-policy' |
| 88 | 2026-05-20T16:02:06.094Z | + git reset --hard 1df13fefc1a360c1f2a122e34a8089d55f51b6b1 |
| 89 | 2026-05-20T16:02:06.095Z | HEAD is now at 1df13fe Comment. |
| 90 | 2026-05-20T16:02:06.095Z | process exited: duration 1579 ms, exit code 0 |
| |
| 91 | 2026-05-20T16:02:06.101Z | starting task 4: "build" |
| 92 | 2026-05-20T16:02:06.105Z | + source .github/buildomat/common.sh |
| 93 | 2026-05-20T16:02:06.108Z | ++ rustup show active-toolchain |
| 94 | 2026-05-20T16:02:06.111Z | 1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-05-20T16:02:06.111Z | ++ pushd xde |
| 96 | 2026-05-20T16:02:06.111Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-05-20T16:02:06.111Z | ++ rustup show active-toolchain |
| 98 | 2026-05-20T16:02:06.116Z | info: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos |
| 99 | 2026-05-20T16:02:06.261Z | info: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31) |
| 100 | 2026-05-20T16:02:06.264Z | info: downloading 6 components |
| 101 | 2026-05-20T16:02:20.281Z | nightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-05-20T16:02:20.367Z | +++ rustup show active-toolchain -v |
| 103 | 2026-05-20T16:02:20.371Z | +++ head -n 1 |
| 104 | 2026-05-20T16:02:20.371Z | +++ cut '-d ' -f1 |
| 105 | 2026-05-20T16:02:20.419Z | ++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 106 | 2026-05-20T16:02:20.419Z | ++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 107 | 2026-05-20T16:02:20.419Z | ++ popd |
| 108 | 2026-05-20T16:02:20.423Z | /work/oxidecomputer/opte |
| 109 | 2026-05-20T16:02:20.423Z | + cargo --version |
| 110 | 2026-05-20T16:02:20.429Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 111 | 2026-05-20T16:02:20.432Z | + rustc --version |
| 112 | 2026-05-20T16:02:20.450Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 113 | 2026-05-20T16:02:20.453Z | + pushd bin/opteadm |
| 114 | 2026-05-20T16:02:20.453Z | + header 'check style' |
| 115 | 2026-05-20T16:02:20.454Z | /work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte |
| 116 | 2026-05-20T16:02:20.454Z | + echo '# ==== check style ==== #' |
| 117 | 2026-05-20T16:02:20.454Z | # ==== check style ==== # |
| 118 | 2026-05-20T16:02:20.454Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check |
| 119 | 2026-05-20T16:02:20.529Z | |
| 120 | 2026-05-20T16:02:20.529Z | real 0.066756509 |
| 121 | 2026-05-20T16:02:20.529Z | user 0.038159141 |
| 122 | 2026-05-20T16:02:20.529Z | sys 0.026503491 |
| 123 | 2026-05-20T16:02:20.529Z | trap 0.000000308 |
| 124 | 2026-05-20T16:02:20.536Z | tflt 0.000021717 |
| 125 | 2026-05-20T16:02:20.536Z | dflt 0.000003698 |
| 126 | 2026-05-20T16:02:20.536Z | kflt 0.000000000 |
| 127 | 2026-05-20T16:02:20.536Z | lock 0.030512556 |
| 128 | 2026-05-20T16:02:20.537Z | slp 0.046701969 |
| 129 | 2026-05-20T16:02:20.537Z | lat 0.000672891 |
| 130 | 2026-05-20T16:02:20.537Z | stop 0.000097811 |
| 131 | 2026-05-20T16:02:20.537Z | + header analyze |
| 132 | 2026-05-20T16:02:20.537Z | + echo '# ==== analyze ==== #' |
| 133 | 2026-05-20T16:02:20.538Z | # ==== analyze ==== # |
| 134 | 2026-05-20T16:02:20.538Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 135 | 2026-05-20T16:02:20.660Z | Updating crates.io index |
| 136 | 2026-05-20T16:02:20.694Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-05-20T16:02:21.750Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-05-20T16:02:22.042Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-05-20T16:02:22.459Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-05-20T16:02:22.920Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-05-20T16:02:23.176Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-05-20T16:02:23.433Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-05-20T16:02:26.133Z | Downloading crates ... |
| 144 | 2026-05-20T16:02:26.204Z | Downloaded bitflags v1.3.2 |
| 145 | 2026-05-20T16:02:26.204Z | Downloaded chacha20 v0.10.0 |
| 146 | 2026-05-20T16:02:26.204Z | Downloaded anstyle-parse v1.0.0 |
| 147 | 2026-05-20T16:02:26.204Z | Downloaded cfg-if v1.0.4 |
| 148 | 2026-05-20T16:02:26.204Z | Downloaded bitflags v2.11.1 |
| 149 | 2026-05-20T16:02:26.204Z | Downloaded colorchoice v1.0.5 |
| 150 | 2026-05-20T16:02:26.204Z | Downloaded cobs v0.3.0 |
| 151 | 2026-05-20T16:02:26.204Z | Downloaded zerocopy-derive v0.8.48 |
| 152 | 2026-05-20T16:02:26.204Z | Downloaded managed v0.8.0 |
| 153 | 2026-05-20T16:02:26.204Z | Downloaded defmt-parser v1.0.0 |
| 154 | 2026-05-20T16:02:26.205Z | Downloaded zerocopy v0.8.48 |
| 155 | 2026-05-20T16:02:26.205Z | Downloaded regex-syntax v0.8.10 |
| 156 | 2026-05-20T16:02:26.205Z | Downloaded ref-cast v1.0.25 |
| 157 | 2026-05-20T16:02:26.205Z | Downloaded macaddr v1.0.1 |
| 158 | 2026-05-20T16:02:26.205Z | Downloaded aho-corasick v1.1.4 |
| 159 | 2026-05-20T16:02:26.205Z | Downloaded stable_deref_trait v1.2.1 |
| 160 | 2026-05-20T16:02:26.205Z | Downloaded ident_case v1.0.1 |
| 161 | 2026-05-20T16:02:26.205Z | Downloaded is_terminal_polyfill v1.70.2 |
| 162 | 2026-05-20T16:02:26.205Z | Downloaded foreign-types-shared v0.3.1 |
| 163 | 2026-05-20T16:02:26.205Z | Downloaded ingot v0.1.1 |
| 164 | 2026-05-20T16:02:26.205Z | Downloaded version_check v0.9.5 |
| 165 | 2026-05-20T16:02:26.205Z | Downloaded dyn-clone v1.0.20 |
| 166 | 2026-05-20T16:02:26.205Z | Downloaded fnv v1.0.7 |
| 167 | 2026-05-20T16:02:26.205Z | Downloaded terminal_size v0.4.4 |
| 168 | 2026-05-20T16:02:26.205Z | Downloaded ref-cast-impl v1.0.25 |
| 169 | 2026-05-20T16:02:26.205Z | Downloaded pretty-hex v0.4.2 |
| 170 | 2026-05-20T16:02:26.205Z | Downloaded foreign-types-macros v0.2.3 |
| 171 | 2026-05-20T16:02:26.205Z | Downloaded hash32 v0.3.1 |
| 172 | 2026-05-20T16:02:26.205Z | Downloaded clap_lex v1.1.0 |
| 173 | 2026-05-20T16:02:26.205Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 174 | 2026-05-20T16:02:26.205Z | Downloaded thiserror-impl v2.0.18 |
| 175 | 2026-05-20T16:02:26.205Z | Downloaded proc-macro-crate v3.5.0 |
| 176 | 2026-05-20T16:02:26.205Z | Downloaded byteorder v1.5.0 |
| 177 | 2026-05-20T16:02:26.205Z | Downloaded thiserror v2.0.18 |
| 178 | 2026-05-20T16:02:26.205Z | Downloaded embedded-io v0.6.1 |
| 179 | 2026-05-20T16:02:26.205Z | Downloaded rustversion v1.0.22 |
| 180 | 2026-05-20T16:02:26.206Z | Downloaded utf8parse v0.2.2 |
| 181 | 2026-05-20T16:02:26.206Z | Downloaded foreign-types v0.5.0 |
| 182 | 2026-05-20T16:02:26.206Z | Downloaded cpufeatures v0.3.0 |
| 183 | 2026-05-20T16:02:26.206Z | Downloaded anstyle-query v1.1.5 |
| 184 | 2026-05-20T16:02:26.206Z | Downloaded tabwriter v1.4.1 |
| 185 | 2026-05-20T16:02:26.206Z | Downloaded darling_macro v0.21.3 |
| 186 | 2026-05-20T16:02:26.206Z | Downloaded cstr-argument v0.1.2 |
| 187 | 2026-05-20T16:02:26.206Z | Downloaded errno v0.3.14 |
| 188 | 2026-05-20T16:02:26.206Z | Downloaded defmt v0.3.100 |
| 189 | 2026-05-20T16:02:26.206Z | Downloaded equivalent v1.0.2 |
| 190 | 2026-05-20T16:02:26.206Z | Downloaded heck v0.5.0 |
| 191 | 2026-05-20T16:02:26.206Z | Downloaded ipnetwork v0.21.1 |
| 192 | 2026-05-20T16:02:26.206Z | Downloaded rand_core v0.10.1 |
| 193 | 2026-05-20T16:02:26.206Z | Downloaded num_enum_derive v0.7.6 |
| 194 | 2026-05-20T16:02:26.206Z | Downloaded ingot-types v0.1.2 |
| 195 | 2026-05-20T16:02:26.206Z | Downloaded strsim v0.11.1 |
| 196 | 2026-05-20T16:02:26.206Z | Downloaded embedded-io v0.4.0 |
| 197 | 2026-05-20T16:02:26.206Z | Downloaded quote v1.0.45 |
| 198 | 2026-05-20T16:02:26.206Z | Downloaded defmt-macros v1.0.1 |
| 199 | 2026-05-20T16:02:26.206Z | Downloaded once_cell v1.21.4 |
| 200 | 2026-05-20T16:02:26.206Z | Downloaded oxnet v0.1.5 |
| 201 | 2026-05-20T16:02:26.206Z | Downloaded pin-project-lite v0.2.17 |
| 202 | 2026-05-20T16:02:26.206Z | Downloaded proc-macro-error2 v2.0.1 |
| 203 | 2026-05-20T16:02:26.206Z | Downloaded num_enum v0.7.6 |
| 204 | 2026-05-20T16:02:26.206Z | Downloaded either v1.15.0 |
| 205 | 2026-05-20T16:02:26.206Z | Downloaded defmt v1.0.1 |
| 206 | 2026-05-20T16:02:26.207Z | Downloaded clap_derive v4.6.1 |
| 207 | 2026-05-20T16:02:26.207Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 208 | 2026-05-20T16:02:26.207Z | Downloaded ingot-macros v0.1.1 |
| 209 | 2026-05-20T16:02:26.207Z | Downloaded colored v3.1.1 |
| 210 | 2026-05-20T16:02:26.207Z | Downloaded postcard v1.1.3 |
| 211 | 2026-05-20T16:02:26.207Z | Downloaded darling v0.21.3 |
| 212 | 2026-05-20T16:02:26.207Z | Downloaded anstyle v1.0.14 |
| 213 | 2026-05-20T16:02:26.207Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 214 | 2026-05-20T16:02:26.207Z | Downloaded anyhow v1.0.102 |
| 215 | 2026-05-20T16:02:26.207Z | Downloaded anstream v1.0.0 |
| 216 | 2026-05-20T16:02:26.207Z | Downloaded tracing-attributes v0.1.31 |
| 217 | 2026-05-20T16:02:26.207Z | Downloaded serde_derive v1.0.228 |
| 218 | 2026-05-20T16:02:26.207Z | Downloaded unicode-ident v1.0.24 |
| 219 | 2026-05-20T16:02:26.207Z | Downloaded clap v4.6.1 |
| 220 | 2026-05-20T16:02:26.207Z | Downloaded serde_core v1.0.228 |
| 221 | 2026-05-20T16:02:26.207Z | Downloaded uuid v1.23.1 |
| 222 | 2026-05-20T16:02:26.207Z | Downloaded proc-macro2 v1.0.106 |
| 223 | 2026-05-20T16:02:26.207Z | Downloaded getrandom v0.4.2 |
| 224 | 2026-05-20T16:02:26.207Z | Downloaded toml_edit v0.25.11+spec-1.1.0 |
| 225 | 2026-05-20T16:02:26.207Z | Downloaded tracing-core v0.1.36 |
| 226 | 2026-05-20T16:02:26.207Z | Downloaded heapless v0.8.0 |
| 227 | 2026-05-20T16:02:26.207Z | Downloaded darling_core v0.21.3 |
| 228 | 2026-05-20T16:02:26.207Z | Downloaded indexmap v2.14.0 |
| 229 | 2026-05-20T16:02:26.207Z | Downloaded serde v1.0.228 |
| 230 | 2026-05-20T16:02:26.208Z | Downloaded socket2 v0.6.3 |
| 231 | 2026-05-20T16:02:26.208Z | Downloaded memchr v2.8.0 |
| 232 | 2026-05-20T16:02:26.208Z | Downloaded rand v0.10.1 |
| 233 | 2026-05-20T16:02:26.208Z | Downloaded itertools v0.14.0 |
| 234 | 2026-05-20T16:02:26.208Z | Downloaded hashbrown v0.17.0 |
| 235 | 2026-05-20T16:02:26.208Z | Downloaded regex v1.12.3 |
| 236 | 2026-05-20T16:02:26.208Z | Downloaded clap_builder v4.6.0 |
| 237 | 2026-05-20T16:02:26.208Z | Downloaded winnow v1.0.2 |
| 238 | 2026-05-20T16:02:26.208Z | Downloaded syn v1.0.109 |
| 239 | 2026-05-20T16:02:26.208Z | Downloaded unicode-width v0.2.2 |
| 240 | 2026-05-20T16:02:26.208Z | Downloaded syn v2.0.117 |
| 241 | 2026-05-20T16:02:26.208Z | Downloaded smoltcp v0.11.0 |
| 242 | 2026-05-20T16:02:26.208Z | Downloaded tracing v0.1.44 |
| 243 | 2026-05-20T16:02:26.208Z | Downloaded rustix v1.1.4 |
| 244 | 2026-05-20T16:02:26.222Z | Downloaded regex-automata v0.4.14 |
| 245 | 2026-05-20T16:02:26.222Z | Downloaded libc v0.2.186 |
| 246 | 2026-05-20T16:02:26.222Z | Compiling proc-macro2 v1.0.106 |
| 247 | 2026-05-20T16:02:26.222Z | Compiling quote v1.0.45 |
| 248 | 2026-05-20T16:02:26.222Z | Compiling unicode-ident v1.0.24 |
| 249 | 2026-05-20T16:02:26.222Z | Compiling serde_core v1.0.228 |
| 250 | 2026-05-20T16:02:26.222Z | Compiling libc v0.2.186 |
| 251 | 2026-05-20T16:02:26.223Z | Checking cfg-if v1.0.4 |
| 252 | 2026-05-20T16:02:26.223Z | Compiling ident_case v1.0.1 |
| 253 | 2026-05-20T16:02:26.223Z | Compiling thiserror v2.0.18 |
| 254 | 2026-05-20T16:02:26.223Z | Compiling strsim v0.11.1 |
| 255 | 2026-05-20T16:02:26.223Z | Compiling memchr v2.8.0 |
| 256 | 2026-05-20T16:02:26.247Z | Compiling fnv v1.0.7 |
| 257 | 2026-05-20T16:02:26.295Z | Compiling regex-syntax v0.8.10 |
| 258 | 2026-05-20T16:02:26.426Z | Compiling zerocopy v0.8.48 |
| 259 | 2026-05-20T16:02:26.658Z | Compiling aho-corasick v1.1.4 |
| 260 | 2026-05-20T16:02:26.740Z | Compiling either v1.15.0 |
| 261 | 2026-05-20T16:02:26.789Z | Compiling hashbrown v0.17.0 |
| 262 | 2026-05-20T16:02:26.802Z | Compiling winnow v1.0.2 |
| 263 | 2026-05-20T16:02:26.926Z | Compiling anyhow v1.0.102 |
| 264 | 2026-05-20T16:02:26.935Z | Compiling serde v1.0.228 |
| 265 | 2026-05-20T16:02:27.245Z | Compiling equivalent v1.0.2 |
| 266 | 2026-05-20T16:02:27.311Z | Compiling indexmap v2.14.0 |
| 267 | 2026-05-20T16:02:27.354Z | Compiling itertools v0.14.0 |
| 268 | 2026-05-20T16:02:27.504Z | Compiling syn v2.0.117 |
| 269 | 2026-05-20T16:02:27.568Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 270 | 2026-05-20T16:02:27.773Z | Compiling regex-automata v0.4.14 |
| 271 | 2026-05-20T16:02:27.852Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 272 | 2026-05-20T16:02:27.940Z | Checking byteorder v1.5.0 |
| 273 | 2026-05-20T16:02:28.094Z | Compiling heapless v0.8.0 |
| 274 | 2026-05-20T16:02:28.107Z | Checking hash32 v0.3.1 |
| 275 | 2026-05-20T16:02:28.133Z | Checking bitflags v2.11.1 |
| 276 | 2026-05-20T16:02:28.208Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 277 | 2026-05-20T16:02:28.293Z | Checking stable_deref_trait v1.2.1 |
| 278 | 2026-05-20T16:02:28.348Z | Compiling rustversion v1.0.22 |
| 279 | 2026-05-20T16:02:28.356Z | Checking macaddr v1.0.1 |
| 280 | 2026-05-20T16:02:28.411Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 281 | 2026-05-20T16:02:28.491Z | Compiling smoltcp v0.11.0 |
| 282 | 2026-05-20T16:02:28.554Z | Compiling syn v1.0.109 |
| 283 | 2026-05-20T16:02:28.660Z | Compiling ref-cast v1.0.25 |
| 284 | 2026-05-20T16:02:28.728Z | Compiling proc-macro-crate v3.5.0 |
| 285 | 2026-05-20T16:02:28.834Z | Checking managed v0.8.0 |
| 286 | 2026-05-20T16:02:28.905Z | Compiling version_check v0.9.5 |
| 287 | 2026-05-20T16:02:28.958Z | Checking bitflags v1.3.2 |
| 288 | 2026-05-20T16:02:28.971Z | Compiling rustix v1.1.4 |
| 289 | 2026-05-20T16:02:29.009Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 290 | 2026-05-20T16:02:29.016Z | Compiling getrandom v0.4.2 |
| 291 | 2026-05-20T16:02:29.088Z | Checking rand_core v0.10.1 |
| 292 | 2026-05-20T16:02:29.174Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 293 | 2026-05-20T16:02:29.297Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 294 | 2026-05-20T16:02:29.455Z | Compiling regex v1.12.3 |
| 295 | 2026-05-20T16:02:29.517Z | Checking errno v0.3.14 |
| 296 | 2026-05-20T16:02:29.593Z | Checking foreign-types-shared v0.3.1 |
| 297 | 2026-05-20T16:02:29.627Z | Checking utf8parse v0.2.2 |
| 298 | 2026-05-20T16:02:29.652Z | Checking once_cell v1.21.4 |
| 299 | 2026-05-20T16:02:29.718Z | Checking cpufeatures v0.3.0 |
| 300 | 2026-05-20T16:02:29.812Z | Checking ipnetwork v0.21.1 |
| 301 | 2026-05-20T16:02:29.831Z | Checking unicode-width v0.2.2 |
| 302 | 2026-05-20T16:02:29.865Z | Checking tracing-core v0.1.36 |
| 303 | 2026-05-20T16:02:29.944Z | Checking chacha20 v0.10.0 |
| 304 | 2026-05-20T16:02:30.058Z | Compiling darling_core v0.21.3 |
| 305 | 2026-05-20T16:02:30.132Z | Checking tabwriter v1.4.1 |
| 306 | 2026-05-20T16:02:30.160Z | Checking cstr-argument v0.1.2 |
| 307 | 2026-05-20T16:02:30.170Z | Checking anstyle-parse v1.0.0 |
| 308 | 2026-05-20T16:02:30.411Z | Checking is_terminal_polyfill v1.70.2 |
| 309 | 2026-05-20T16:02:30.431Z | Checking pin-project-lite v0.2.17 |
| 310 | 2026-05-20T16:02:30.484Z | Checking anstyle v1.0.14 |
| 311 | 2026-05-20T16:02:30.512Z | Checking anstyle-query v1.1.5 |
| 312 | 2026-05-20T16:02:30.517Z | Checking dyn-clone v1.0.20 |
| 313 | 2026-05-20T16:02:30.591Z | Checking colorchoice v1.0.5 |
| 314 | 2026-05-20T16:02:30.600Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 315 | 2026-05-20T16:02:30.611Z | Checking pretty-hex v0.4.2 |
| 316 | 2026-05-20T16:02:30.679Z | Checking anstream v1.0.0 |
| 317 | 2026-05-20T16:02:30.692Z | Checking terminal_size v0.4.4 |
| 318 | 2026-05-20T16:02:30.800Z | Checking rand v0.10.1 |
| 319 | 2026-05-20T16:02:30.825Z | Checking uuid v1.23.1 |
| 320 | 2026-05-20T16:02:30.847Z | Checking socket2 v0.6.3 |
| 321 | 2026-05-20T16:02:31.959Z | Checking oxnet v0.1.5 |
| 322 | 2026-05-20T16:02:31.982Z | Checking colored v3.1.1 |
| 323 | 2026-05-20T16:02:31.982Z | Checking clap_lex v1.1.0 |
| 324 | 2026-05-20T16:02:31.982Z | Compiling heck v0.5.0 |
| 325 | 2026-05-20T16:02:31.982Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 326 | 2026-05-20T16:02:31.982Z | Compiling thiserror-impl v2.0.18 |
| 327 | 2026-05-20T16:02:31.982Z | Compiling zerocopy-derive v0.8.48 |
| 328 | 2026-05-20T16:02:31.982Z | Compiling serde_derive v1.0.228 |
| 329 | 2026-05-20T16:02:31.982Z | Compiling ref-cast-impl v1.0.25 |
| 330 | 2026-05-20T16:02:31.982Z | Compiling num_enum_derive v0.7.6 |
| 331 | 2026-05-20T16:02:31.982Z | Compiling foreign-types-macros v0.2.3 |
| 332 | 2026-05-20T16:02:32.146Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 333 | 2026-05-20T16:02:32.156Z | Compiling darling_macro v0.21.3 |
| 334 | 2026-05-20T16:02:32.326Z | Checking foreign-types v0.5.0 |
| 335 | 2026-05-20T16:02:32.412Z | Compiling tracing-attributes v0.1.31 |
| 336 | 2026-05-20T16:02:32.541Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 337 | 2026-05-20T16:02:32.607Z | Checking cobs v0.3.0 |
| 338 | 2026-05-20T16:02:32.726Z | Compiling darling v0.21.3 |
| 339 | 2026-05-20T16:02:32.731Z | Checking num_enum v0.7.6 |
| 340 | 2026-05-20T16:02:32.739Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 341 | 2026-05-20T16:02:32.744Z | Compiling clap_derive v4.6.1 |
| 342 | 2026-05-20T16:02:32.791Z | Compiling ingot-macros v0.1.1 |
| 343 | 2026-05-20T16:02:32.830Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 344 | 2026-05-20T16:02:32.900Z | Checking clap_builder v4.6.0 |
| 345 | 2026-05-20T16:02:33.026Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 346 | 2026-05-20T16:02:33.544Z | Checking tracing v0.1.44 |
| 347 | 2026-05-20T16:02:34.143Z | Checking postcard v1.1.3 |
| 348 | 2026-05-20T16:02:34.165Z | Checking clap v4.6.1 |
| 349 | 2026-05-20T16:02:35.271Z | Checking ingot-types v0.1.2 |
| 350 | 2026-05-20T16:02:35.532Z | Checking ingot v0.1.1 |
| 351 | 2026-05-20T16:02:37.801Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 352 | 2026-05-20T16:02:38.025Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 353 | 2026-05-20T16:02:39.187Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 354 | 2026-05-20T16:02:40.005Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.42s |
| 355 | 2026-05-20T16:02:40.113Z | |
| 356 | 2026-05-20T16:02:40.113Z | real 19.579704771 |
| 357 | 2026-05-20T16:02:40.113Z | user 53.728482301 |
| 358 | 2026-05-20T16:02:40.113Z | sys 13.202847989 |
| 359 | 2026-05-20T16:02:40.113Z | trap 0.040626420 |
| 360 | 2026-05-20T16:02:40.113Z | tflt 0.171568237 |
| 361 | 2026-05-20T16:02:40.114Z | dflt 0.545008341 |
| 362 | 2026-05-20T16:02:40.114Z | kflt 0.006236252 |
| 363 | 2026-05-20T16:02:40.114Z | lock 2:52.924042648 |
| 364 | 2026-05-20T16:02:40.114Z | slp 3:07.878763057 |
| 365 | 2026-05-20T16:02:40.114Z | lat 3.385325149 |
| 366 | 2026-05-20T16:02:40.114Z | stop 10.166950147 |
| 367 | 2026-05-20T16:02:40.121Z | + header 'debug build' |
| 368 | 2026-05-20T16:02:40.121Z | + echo '# ==== debug build ==== #' |
| 369 | 2026-05-20T16:02:40.121Z | # ==== debug build ==== # |
| 370 | 2026-05-20T16:02:40.121Z | + ptime -m cargo build |
| 371 | 2026-05-20T16:02:40.268Z | Compiling cfg-if v1.0.4 |
| 372 | 2026-05-20T16:02:40.268Z | Compiling serde_core v1.0.228 |
| 373 | 2026-05-20T16:02:40.302Z | Compiling libc v0.2.186 |
| 374 | 2026-05-20T16:02:40.308Z | Compiling thiserror v2.0.18 |
| 375 | 2026-05-20T16:02:40.308Z | Compiling byteorder v1.5.0 |
| 376 | 2026-05-20T16:02:40.308Z | Compiling zerocopy v0.8.48 |
| 377 | 2026-05-20T16:02:40.308Z | Compiling stable_deref_trait v1.2.1 |
| 378 | 2026-05-20T16:02:40.309Z | Compiling macaddr v1.0.1 |
| 379 | 2026-05-20T16:02:40.343Z | Compiling bitflags v1.3.2 |
| 380 | 2026-05-20T16:02:40.353Z | Compiling cobs v0.3.0 |
| 381 | 2026-05-20T16:02:40.378Z | Compiling rand_core v0.10.1 |
| 382 | 2026-05-20T16:02:40.406Z | Compiling managed v0.8.0 |
| 383 | 2026-05-20T16:02:40.460Z | Compiling hash32 v0.3.1 |
| 384 | 2026-05-20T16:02:40.523Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 385 | 2026-05-20T16:02:40.539Z | Compiling heapless v0.8.0 |
| 386 | 2026-05-20T16:02:40.610Z | Compiling errno v0.3.14 |
| 387 | 2026-05-20T16:02:40.625Z | Compiling foreign-types-shared v0.3.1 |
| 388 | 2026-05-20T16:02:40.625Z | Compiling memchr v2.8.0 |
| 389 | 2026-05-20T16:02:40.625Z | Compiling ipnetwork v0.21.1 |
| 390 | 2026-05-20T16:02:40.709Z | Compiling once_cell v1.21.4 |
| 391 | 2026-05-20T16:02:40.745Z | Compiling unicode-width v0.2.2 |
| 392 | 2026-05-20T16:02:40.754Z | Compiling cpufeatures v0.3.0 |
| 393 | 2026-05-20T16:02:40.826Z | Compiling utf8parse v0.2.2 |
| 394 | 2026-05-20T16:02:40.910Z | Compiling smoltcp v0.11.0 |
| 395 | 2026-05-20T16:02:40.916Z | Compiling anstyle-parse v1.0.0 |
| 396 | 2026-05-20T16:02:40.936Z | Compiling tracing-core v0.1.36 |
| 397 | 2026-05-20T16:02:41.042Z | Compiling cstr-argument v0.1.2 |
| 398 | 2026-05-20T16:02:41.123Z | Compiling tabwriter v1.4.1 |
| 399 | 2026-05-20T16:02:41.141Z | Compiling chacha20 v0.10.0 |
| 400 | 2026-05-20T16:02:41.228Z | Compiling foreign-types v0.5.0 |
| 401 | 2026-05-20T16:02:41.293Z | Compiling ref-cast v1.0.25 |
| 402 | 2026-05-20T16:02:41.380Z | Compiling num_enum v0.7.6 |
| 403 | 2026-05-20T16:02:41.446Z | Compiling getrandom v0.4.2 |
| 404 | 2026-05-20T16:02:41.485Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 405 | 2026-05-20T16:02:41.494Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 406 | 2026-05-20T16:02:41.587Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 407 | 2026-05-20T16:02:41.591Z | Compiling pretty-hex v0.4.2 |
| 408 | 2026-05-20T16:02:41.644Z | Compiling is_terminal_polyfill v1.70.2 |
| 409 | 2026-05-20T16:02:41.706Z | Compiling colorchoice v1.0.5 |
| 410 | 2026-05-20T16:02:41.721Z | Compiling dyn-clone v1.0.20 |
| 411 | 2026-05-20T16:02:41.763Z | Compiling anstyle-query v1.1.5 |
| 412 | 2026-05-20T16:02:41.811Z | Compiling anstyle v1.0.14 |
| 413 | 2026-05-20T16:02:41.860Z | Compiling pin-project-lite v0.2.17 |
| 414 | 2026-05-20T16:02:41.875Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 415 | 2026-05-20T16:02:41.944Z | Compiling bitflags v2.11.1 |
| 416 | 2026-05-20T16:02:42.062Z | Compiling serde v1.0.228 |
| 417 | 2026-05-20T16:02:42.080Z | Compiling anstream v1.0.0 |
| 418 | 2026-05-20T16:02:42.202Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 419 | 2026-05-20T16:02:42.202Z | Compiling rustix v1.1.4 |
| 420 | 2026-05-20T16:02:42.264Z | Compiling tracing v0.1.44 |
| 421 | 2026-05-20T16:02:42.401Z | Compiling uuid v1.23.1 |
| 422 | 2026-05-20T16:02:42.594Z | Compiling postcard v1.1.3 |
| 423 | 2026-05-20T16:02:42.608Z | Compiling terminal_size v0.4.4 |
| 424 | 2026-05-20T16:02:42.733Z | Compiling anyhow v1.0.102 |
| 425 | 2026-05-20T16:02:42.741Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 426 | 2026-05-20T16:02:42.753Z | Compiling rand v0.10.1 |
| 427 | 2026-05-20T16:02:42.932Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 428 | 2026-05-20T16:02:42.972Z | Compiling socket2 v0.6.3 |
| 429 | 2026-05-20T16:02:43.043Z | Compiling clap_lex v1.1.0 |
| 430 | 2026-05-20T16:02:43.209Z | Compiling ingot-types v0.1.2 |
| 431 | 2026-05-20T16:02:45.471Z | Compiling oxnet v0.1.5 |
| 432 | 2026-05-20T16:02:45.485Z | Compiling strsim v0.11.1 |
| 433 | 2026-05-20T16:02:45.485Z | Compiling colored v3.1.1 |
| 434 | 2026-05-20T16:02:45.485Z | Compiling ingot v0.1.1 |
| 435 | 2026-05-20T16:02:45.485Z | Compiling winnow v1.0.2 |
| 436 | 2026-05-20T16:02:45.517Z | Compiling clap_builder v4.6.0 |
| 437 | 2026-05-20T16:02:45.517Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 438 | 2026-05-20T16:02:45.517Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 439 | 2026-05-20T16:02:45.517Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 440 | 2026-05-20T16:02:45.517Z | Compiling clap v4.6.1 |
| 441 | 2026-05-20T16:02:46.693Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 442 | 2026-05-20T16:02:48.144Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 443 | 2026-05-20T16:02:52.479Z | Finished `dev` profile [optimized + debuginfo] target(s) in 12.35s |
| 444 | 2026-05-20T16:02:52.509Z | |
| 445 | 2026-05-20T16:02:52.512Z | real 12.385735535 |
| 446 | 2026-05-20T16:02:52.512Z | user 1:04.123008295 |
| 447 | 2026-05-20T16:02:52.512Z | sys 5.788302977 |
| 448 | 2026-05-20T16:02:52.512Z | trap 0.031786610 |
| 449 | 2026-05-20T16:02:52.512Z | tflt 0.112521829 |
| 450 | 2026-05-20T16:02:52.512Z | dflt 0.208755505 |
| 451 | 2026-05-20T16:02:52.512Z | kflt 0.000003229 |
| 452 | 2026-05-20T16:02:52.513Z | lock 2:52.591638807 |
| 453 | 2026-05-20T16:02:52.513Z | slp 1:52.886502825 |
| 454 | 2026-05-20T16:02:52.513Z | lat 3.711611837 |
| 455 | 2026-05-20T16:02:52.513Z | stop 3.155493777 |
| 456 | 2026-05-20T16:02:52.513Z | + header 'release build' |
| 457 | 2026-05-20T16:02:52.513Z | + echo '# ==== release build ==== #' |
| 458 | 2026-05-20T16:02:52.513Z | # ==== release build ==== # |
| 459 | 2026-05-20T16:02:52.513Z | + ptime -m cargo build --release |
| 460 | 2026-05-20T16:02:52.609Z | Compiling proc-macro2 v1.0.106 |
| 461 | 2026-05-20T16:02:52.609Z | Compiling quote v1.0.45 |
| 462 | 2026-05-20T16:02:52.610Z | Compiling unicode-ident v1.0.24 |
| 463 | 2026-05-20T16:02:52.610Z | Compiling serde_core v1.0.228 |
| 464 | 2026-05-20T16:02:52.613Z | Compiling libc v0.2.186 |
| 465 | 2026-05-20T16:02:52.613Z | Compiling cfg-if v1.0.4 |
| 466 | 2026-05-20T16:02:52.613Z | Compiling strsim v0.11.1 |
| 467 | 2026-05-20T16:02:52.613Z | Compiling ident_case v1.0.1 |
| 468 | 2026-05-20T16:02:52.680Z | Compiling fnv v1.0.7 |
| 469 | 2026-05-20T16:02:52.726Z | Compiling thiserror v2.0.18 |
| 470 | 2026-05-20T16:02:52.729Z | Compiling memchr v2.8.0 |
| 471 | 2026-05-20T16:02:52.759Z | Compiling regex-syntax v0.8.10 |
| 472 | 2026-05-20T16:02:52.897Z | Compiling anyhow v1.0.102 |
| 473 | 2026-05-20T16:02:52.936Z | Compiling equivalent v1.0.2 |
| 474 | 2026-05-20T16:02:52.999Z | Compiling serde v1.0.228 |
| 475 | 2026-05-20T16:02:53.206Z | Compiling aho-corasick v1.1.4 |
| 476 | 2026-05-20T16:02:53.236Z | Compiling hashbrown v0.17.0 |
| 477 | 2026-05-20T16:02:53.260Z | Compiling winnow v1.0.2 |
| 478 | 2026-05-20T16:02:53.302Z | Compiling zerocopy v0.8.48 |
| 479 | 2026-05-20T16:02:53.337Z | Compiling either v1.15.0 |
| 480 | 2026-05-20T16:02:53.525Z | Compiling itertools v0.14.0 |
| 481 | 2026-05-20T16:02:53.744Z | Compiling indexmap v2.14.0 |
| 482 | 2026-05-20T16:02:53.814Z | Compiling byteorder v1.5.0 |
| 483 | 2026-05-20T16:02:53.896Z | Compiling syn v2.0.117 |
| 484 | 2026-05-20T16:02:53.987Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 485 | 2026-05-20T16:02:54.196Z | Compiling regex-automata v0.4.14 |
| 486 | 2026-05-20T16:02:54.233Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 487 | 2026-05-20T16:02:54.319Z | Compiling heapless v0.8.0 |
| 488 | 2026-05-20T16:02:54.520Z | Compiling hash32 v0.3.1 |
| 489 | 2026-05-20T16:02:54.644Z | Compiling bitflags v2.11.1 |
| 490 | 2026-05-20T16:02:54.704Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 491 | 2026-05-20T16:02:54.748Z | Compiling rustversion v1.0.22 |
| 492 | 2026-05-20T16:02:54.757Z | Compiling syn v1.0.109 |
| 493 | 2026-05-20T16:02:54.768Z | Compiling macaddr v1.0.1 |
| 494 | 2026-05-20T16:02:54.802Z | Compiling smoltcp v0.11.0 |
| 495 | 2026-05-20T16:02:54.956Z | Compiling stable_deref_trait v1.2.1 |
| 496 | 2026-05-20T16:02:54.962Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 497 | 2026-05-20T16:02:55.086Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 498 | 2026-05-20T16:02:55.114Z | Compiling bitflags v1.3.2 |
| 499 | 2026-05-20T16:02:55.128Z | Compiling managed v0.8.0 |
| 500 | 2026-05-20T16:02:55.171Z | Compiling rand_core v0.10.1 |
| 501 | 2026-05-20T16:02:55.201Z | Compiling proc-macro-crate v3.5.0 |
| 502 | 2026-05-20T16:02:55.293Z | Compiling rustix v1.1.4 |
| 503 | 2026-05-20T16:02:55.313Z | Compiling version_check v0.9.5 |
| 504 | 2026-05-20T16:02:55.347Z | Compiling ref-cast v1.0.25 |
| 505 | 2026-05-20T16:02:55.471Z | Compiling getrandom v0.4.2 |
| 506 | 2026-05-20T16:02:55.557Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 507 | 2026-05-20T16:02:55.737Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 508 | 2026-05-20T16:02:55.779Z | Compiling errno v0.3.14 |
| 509 | 2026-05-20T16:02:55.802Z | Compiling regex v1.12.3 |
| 510 | 2026-05-20T16:02:55.913Z | Compiling ipnetwork v0.21.1 |
| 511 | 2026-05-20T16:02:56.110Z | Compiling foreign-types-shared v0.3.1 |
| 512 | 2026-05-20T16:02:56.184Z | Compiling once_cell v1.21.4 |
| 513 | 2026-05-20T16:02:56.189Z | Compiling unicode-width v0.2.2 |
| 514 | 2026-05-20T16:02:56.284Z | Compiling cpufeatures v0.3.0 |
| 515 | 2026-05-20T16:02:56.343Z | Compiling utf8parse v0.2.2 |
| 516 | 2026-05-20T16:02:56.397Z | Compiling darling_core v0.21.3 |
| 517 | 2026-05-20T16:02:56.432Z | Compiling anstyle-parse v1.0.0 |
| 518 | 2026-05-20T16:02:56.462Z | Compiling tabwriter v1.4.1 |
| 519 | 2026-05-20T16:02:56.618Z | Compiling cstr-argument v0.1.2 |
| 520 | 2026-05-20T16:02:56.646Z | Compiling tracing-core v0.1.36 |
| 521 | 2026-05-20T16:02:56.763Z | Compiling chacha20 v0.10.0 |
| 522 | 2026-05-20T16:02:57.310Z | Compiling anstyle v1.0.14 |
| 523 | 2026-05-20T16:02:57.433Z | Compiling pretty-hex v0.4.2 |
| 524 | 2026-05-20T16:02:57.507Z | Compiling anstyle-query v1.1.5 |
| 525 | 2026-05-20T16:02:57.556Z | Compiling is_terminal_polyfill v1.70.2 |
| 526 | 2026-05-20T16:02:57.567Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 527 | 2026-05-20T16:02:57.590Z | Compiling pin-project-lite v0.2.17 |
| 528 | 2026-05-20T16:02:57.594Z | Compiling dyn-clone v1.0.20 |
| 529 | 2026-05-20T16:02:57.623Z | Compiling thiserror-impl v2.0.18 |
| 530 | 2026-05-20T16:02:57.630Z | Compiling serde_derive v1.0.228 |
| 531 | 2026-05-20T16:02:57.669Z | Compiling zerocopy-derive v0.8.48 |
| 532 | 2026-05-20T16:02:57.716Z | Compiling num_enum_derive v0.7.6 |
| 533 | 2026-05-20T16:02:57.785Z | Compiling ref-cast-impl v1.0.25 |
| 534 | 2026-05-20T16:02:58.284Z | Compiling foreign-types-macros v0.2.3 |
| 535 | 2026-05-20T16:02:58.458Z | Compiling darling_macro v0.21.3 |
| 536 | 2026-05-20T16:02:58.468Z | Compiling tracing-attributes v0.1.31 |
| 537 | 2026-05-20T16:02:58.696Z | Compiling num_enum v0.7.6 |
| 538 | 2026-05-20T16:02:58.805Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 539 | 2026-05-20T16:02:58.912Z | Compiling cobs v0.3.0 |
| 540 | 2026-05-20T16:02:58.930Z | Compiling foreign-types v0.5.0 |
| 541 | 2026-05-20T16:02:58.994Z | Compiling colorchoice v1.0.5 |
| 542 | 2026-05-20T16:02:59.006Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 543 | 2026-05-20T16:02:59.011Z | Compiling darling v0.21.3 |
| 544 | 2026-05-20T16:02:59.072Z | Compiling ingot-macros v0.1.1 |
| 545 | 2026-05-20T16:02:59.091Z | Compiling anstream v1.0.0 |
| 546 | 2026-05-20T16:02:59.116Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 547 | 2026-05-20T16:02:59.288Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 548 | 2026-05-20T16:02:59.460Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 549 | 2026-05-20T16:02:59.478Z | Compiling terminal_size v0.4.4 |
| 550 | 2026-05-20T16:02:59.561Z | Compiling rand v0.10.1 |
| 551 | 2026-05-20T16:02:59.601Z | Compiling uuid v1.23.1 |
| 552 | 2026-05-20T16:02:59.677Z | Compiling tracing v0.1.44 |
| 553 | 2026-05-20T16:02:59.757Z | Compiling socket2 v0.6.3 |
| 554 | 2026-05-20T16:02:59.982Z | Compiling oxnet v0.1.5 |
| 555 | 2026-05-20T16:02:59.982Z | Compiling colored v3.1.1 |
| 556 | 2026-05-20T16:03:00.299Z | Compiling heck v0.5.0 |
| 557 | 2026-05-20T16:03:00.359Z | Compiling clap_lex v1.1.0 |
| 558 | 2026-05-20T16:03:00.479Z | Compiling clap_derive v4.6.1 |
| 559 | 2026-05-20T16:03:00.521Z | Compiling clap_builder v4.6.0 |
| 560 | 2026-05-20T16:03:00.611Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 561 | 2026-05-20T16:03:00.782Z | Compiling postcard v1.1.3 |
| 562 | 2026-05-20T16:03:01.963Z | Compiling ingot-types v0.1.2 |
| 563 | 2026-05-20T16:03:02.307Z | Compiling ingot v0.1.1 |
| 564 | 2026-05-20T16:03:02.409Z | Compiling clap v4.6.1 |
| 565 | 2026-05-20T16:03:03.973Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 566 | 2026-05-20T16:03:04.961Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 567 | 2026-05-20T16:03:06.012Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 568 | 2026-05-20T16:03:12.436Z | Finished `release` profile [optimized + debuginfo] target(s) in 19.91s |
| 569 | 2026-05-20T16:03:12.462Z | |
| 570 | 2026-05-20T16:03:12.463Z | real 19.942596961 |
| 571 | 2026-05-20T16:03:12.463Z | user 1:41.833334509 |
| 572 | 2026-05-20T16:03:12.463Z | sys 13.571908469 |
| 573 | 2026-05-20T16:03:12.463Z | trap 0.050370962 |
| 574 | 2026-05-20T16:03:12.463Z | tflt 0.085894259 |
| 575 | 2026-05-20T16:03:12.463Z | dflt 0.364030077 |
| 576 | 2026-05-20T16:03:12.466Z | kflt 0.000007319 |
| 577 | 2026-05-20T16:03:12.466Z | lock 4:24.567337735 |
| 578 | 2026-05-20T16:03:12.466Z | slp 3:25.119394091 |
| 579 | 2026-05-20T16:03:12.466Z | lat 4.784765349 |
| 580 | 2026-05-20T16:03:12.466Z | stop 8.289572719 |
| 581 | 2026-05-20T16:03:12.466Z | + popd |
| 582 | 2026-05-20T16:03:12.466Z | /work/oxidecomputer/opte |
| 583 | 2026-05-20T16:03:12.466Z | + for x in debug release |
| 584 | 2026-05-20T16:03:12.466Z | + mkdir -p /work/debug |
| 585 | 2026-05-20T16:03:12.466Z | + cp target/debug/opteadm /work/debug/ |
| 586 | 2026-05-20T16:03:12.489Z | + sha256sum target/debug/opteadm |
| 587 | 2026-05-20T16:03:12.513Z | + for x in debug release |
| 588 | 2026-05-20T16:03:12.513Z | + mkdir -p /work/release |
| 589 | 2026-05-20T16:03:12.516Z | + cp target/release/opteadm /work/release/ |
| 590 | 2026-05-20T16:03:12.530Z | + sha256sum target/release/opteadm |
| 591 | 2026-05-20T16:03:12.547Z | process exited: duration 66445 ms, exit code 0 |
| |
| 592 | 2026-05-20T16:03:12.556Z | found 4 output files |
| 593 | 2026-05-20T16:03:12.556Z | uploading: /work/debug/opteadm (36383584 bytes) |
| 594 | 2026-05-20T16:03:13.807Z | uploaded: /work/debug/opteadm |
| 595 | 2026-05-20T16:03:13.807Z | uploading: /work/debug/opteadm.debug.sha256 (87 bytes) |
| 596 | 2026-05-20T16:03:14.819Z | uploaded: /work/debug/opteadm.debug.sha256 |
| 597 | 2026-05-20T16:03:14.819Z | uploading: /work/release/opteadm (24514864 bytes) |
| 598 | 2026-05-20T16:03:15.999Z | uploaded: /work/release/opteadm |
| 599 | 2026-05-20T16:03:15.999Z | uploading: /work/release/opteadm.release.sha256 (89 bytes) |
| 600 | 2026-05-20T16:03:17.011Z | uploaded: /work/release/opteadm.release.sha256 |