|
|
|
| 1 | 2026-07-08T00:02:43.323Z | job assigned to worker 01KWZGFQRRZ5M8KDWGCKRC56KH [factory aws, i-00c3f1ffe05dc56e1] (queued for 1 m 7 s) |
| |
| 2 | 2026-07-08T00:02:49.403Z | starting task 0: "setup" |
| 3 | 2026-07-08T00:02:49.408Z | ++ uname -s |
| 4 | 2026-07-08T00:02:49.408Z | + kern=SunOS |
| 5 | 2026-07-08T00:02:49.408Z | + build_user=build |
| 6 | 2026-07-08T00:02:49.408Z | + build_uid=12345 |
| 7 | 2026-07-08T00:02:49.408Z | + work_dir=/work |
| 8 | 2026-07-08T00:02:49.408Z | + input_dir=/input |
| 9 | 2026-07-08T00:02:49.408Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-08T00:02:49.408Z | + case "$kern" in |
| 11 | 2026-07-08T00:02:49.409Z | + groupadd -g 12345 build |
| 12 | 2026-07-08T00:02:49.412Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-08T00:02:51.415Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-08T00:02:51.493Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-08T00:02:51.496Z | + home_fs=zfs |
| 16 | 2026-07-08T00:02:51.496Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-08T00:02:51.496Z | + mkdir -p /home/build |
| 18 | 2026-07-08T00:02:51.496Z | + chown build:build /home/build /work |
| 19 | 2026-07-08T00:02:53.498Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-08T00:02:53.501Z | process exited: duration 4098 ms, exit code 0 |
| |
| 21 | 2026-07-08T00:02:53.508Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-08T00:02:53.512Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.0 |
| 23 | 2026-07-08T00:02:53.512Z | * rust toolchain channel = "1.96.0" |
| 24 | 2026-07-08T00:02:53.513Z | * rust toolchain profile = "default" |
| 25 | 2026-07-08T00:02:53.513Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-08T00:02:53.513Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-08T00:02:53.516Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-08T00:02:53.516Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-08T00:02:53.516Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default |
| 30 | 2026-07-08T00:02:53.620Z | info: downloading installer |
| 31 | 2026-07-08T00:02:55.074Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-08T00:02:55.074Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-08T00:02:55.074Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-08T00:02:55.074Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-08T00:02:55.086Z | info: profile set to default |
| 36 | 2026-07-08T00:02:55.086Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-08T00:02:55.090Z | info: syncing channel updates for 1.96.0-x86_64-unknown-illumos |
| 38 | 2026-07-08T00:02:55.224Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-07-08T00:02:55.228Z | info: downloading 6 components |
| 40 | 2026-07-08T00:03:10.127Z | |
| 41 | 2026-07-08T00:03:10.127Z | info: default toolchain set to 1.96.0-x86_64-unknown-illumos |
| 42 | 2026-07-08T00:03:10.166Z | 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-07-08T00:03:10.166Z | |
| 44 | 2026-07-08T00:03:10.166Z | |
| 45 | 2026-07-08T00:03:10.166Z | Rust is installed now. Great! |
| 46 | 2026-07-08T00:03:10.166Z | |
| 47 | 2026-07-08T00:03:10.167Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-08T00:03:10.167Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-08T00:03:10.167Z | |
| 50 | 2026-07-08T00:03:10.167Z | To configure your current shell, you need to source |
| 51 | 2026-07-08T00:03:10.167Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-08T00:03:10.167Z | |
| 53 | 2026-07-08T00:03:10.167Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-08T00:03:10.172Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-08T00:03:10.172Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-08T00:03:10.172Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-08T00:03:10.172Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-08T00:03:10.172Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-08T00:03:10.172Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-08T00:03:10.172Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-08T00:03:10.172Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-08T00:03:10.269Z | + rustup --version |
| 63 | 2026-07-08T00:03:10.278Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-08T00:03:10.281Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-08T00:03:10.299Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-07-08T00:03:10.304Z | + cargo --version |
| 67 | 2026-07-08T00:03:10.315Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-07-08T00:03:10.318Z | + rustc --version |
| 69 | 2026-07-08T00:03:10.337Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-07-08T00:03:10.341Z | process exited: duration 16830 ms, exit code 0 |
| |
| 71 | 2026-07-08T00:03:10.350Z | starting task 2: "authentication" |
| 72 | 2026-07-08T00:03:10.364Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
| 73 | 2026-07-08T00:03:16.379Z | process exited: duration 6028 ms, exit code 0 |
| |
| 74 | 2026-07-08T00:03:16.386Z | starting task 3: "clone repository" |
| 75 | 2026-07-08T00:03:16.390Z | + mkdir -p /work/oxidecomputer/opte |
| 76 | 2026-07-08T00:03:16.393Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 77 | 2026-07-08T00:03:16.423Z | Cloning into '/work/oxidecomputer/opte'... |
| 78 | 2026-07-08T00:03:17.327Z | + cd /work/oxidecomputer/opte |
| 79 | 2026-07-08T00:03:17.327Z | + git fetch origin f4433191fba909e99e9b27e9e9700d916b96f38d |
| 80 | 2026-07-08T00:03:17.560Z | From https://github.com/oxidecomputer/opte |
| 81 | 2026-07-08T00:03:17.560Z | * branch f4433191fba909e99e9b27e9e9700d916b96f38d -> FETCH_HEAD |
| 82 | 2026-07-08T00:03:17.565Z | + [[ -n zl/mcast-tx-ecmp-select-one ]] |
| 83 | 2026-07-08T00:03:17.568Z | ++ git branch --show-current |
| 84 | 2026-07-08T00:03:17.568Z | + current=master |
| 85 | 2026-07-08T00:03:17.568Z | + [[ master != zl/mcast-tx-ecmp-select-one ]] |
| 86 | 2026-07-08T00:03:17.568Z | + git branch -f zl/mcast-tx-ecmp-select-one f4433191fba909e99e9b27e9e9700d916b96f38d |
| 87 | 2026-07-08T00:03:17.571Z | + git checkout -f zl/mcast-tx-ecmp-select-one |
| 88 | 2026-07-08T00:03:17.586Z | Switched to branch 'zl/mcast-tx-ecmp-select-one' |
| 89 | 2026-07-08T00:03:17.590Z | + git reset --hard f4433191fba909e99e9b27e9e9700d916b96f38d |
| 90 | 2026-07-08T00:03:17.601Z | HEAD is now at f443319 [review] Coalesce multicast Tx targets onto one next hop before splitting |
| 91 | 2026-07-08T00:03:17.606Z | process exited: duration 1211 ms, exit code 0 |
| |
| 92 | 2026-07-08T00:03:17.611Z | starting task 4: "build" |
| 93 | 2026-07-08T00:03:17.615Z | + source .github/buildomat/common.sh |
| 94 | 2026-07-08T00:03:17.616Z | ++ rustup show active-toolchain |
| 95 | 2026-07-08T00:03:17.620Z | 1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 96 | 2026-07-08T00:03:17.623Z | ++ pushd xde |
| 97 | 2026-07-08T00:03:17.623Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 98 | 2026-07-08T00:03:17.623Z | ++ rustup show active-toolchain |
| 99 | 2026-07-08T00:03:17.626Z | info: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos |
| 100 | 2026-07-08T00:03:17.820Z | info: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18) |
| 101 | 2026-07-08T00:03:17.823Z | info: downloading 6 components |
| 102 | 2026-07-08T00:03:32.129Z | nightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 103 | 2026-07-08T00:03:32.232Z | +++ rustup show active-toolchain -v |
| 104 | 2026-07-08T00:03:32.235Z | +++ head -n 1 |
| 105 | 2026-07-08T00:03:32.235Z | +++ cut '-d ' -f1 |
| 106 | 2026-07-08T00:03:32.285Z | ++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos |
| 107 | 2026-07-08T00:03:32.285Z | ++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos |
| 108 | 2026-07-08T00:03:32.285Z | ++ popd |
| 109 | 2026-07-08T00:03:32.285Z | /work/oxidecomputer/opte |
| 110 | 2026-07-08T00:03:32.288Z | + cargo --version |
| 111 | 2026-07-08T00:03:32.294Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 112 | 2026-07-08T00:03:32.297Z | + rustc --version |
| 113 | 2026-07-08T00:03:32.316Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 114 | 2026-07-08T00:03:32.319Z | + pushd bin/opteadm |
| 115 | 2026-07-08T00:03:32.319Z | /work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte |
| 116 | 2026-07-08T00:03:32.319Z | + header 'check style' |
| 117 | 2026-07-08T00:03:32.319Z | + echo '# ==== check style ==== #' |
| 118 | 2026-07-08T00:03:32.319Z | # ==== check style ==== # |
| 119 | 2026-07-08T00:03:32.319Z | + ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos fmt -- --check |
| 120 | 2026-07-08T00:03:32.434Z | |
| 121 | 2026-07-08T00:03:32.434Z | real 0.068833112 |
| 122 | 2026-07-08T00:03:32.434Z | user 0.038719668 |
| 123 | 2026-07-08T00:03:32.434Z | sys 0.027697749 |
| 124 | 2026-07-08T00:03:32.434Z | trap 0.000002060 |
| 125 | 2026-07-08T00:03:32.434Z | tflt 0.000007270 |
| 126 | 2026-07-08T00:03:32.434Z | dflt 0.000001040 |
| 127 | 2026-07-08T00:03:32.434Z | kflt 0.000000000 |
| 128 | 2026-07-08T00:03:32.434Z | lock 0.031309774 |
| 129 | 2026-07-08T00:03:32.434Z | slp 0.048456095 |
| 130 | 2026-07-08T00:03:32.434Z | lat 0.000715060 |
| 131 | 2026-07-08T00:03:32.434Z | stop 0.000111350 |
| 132 | 2026-07-08T00:03:32.437Z | + header analyze |
| 133 | 2026-07-08T00:03:32.437Z | + echo '# ==== analyze ==== #' |
| 134 | 2026-07-08T00:03:32.437Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 135 | 2026-07-08T00:03:32.437Z | # ==== analyze ==== # |
| 136 | 2026-07-08T00:03:32.561Z | Updating crates.io index |
| 137 | 2026-07-08T00:03:32.564Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 138 | 2026-07-08T00:03:33.582Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 139 | 2026-07-08T00:03:33.602Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 140 | 2026-07-08T00:03:33.761Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 141 | 2026-07-08T00:03:34.143Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 142 | 2026-07-08T00:03:34.401Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 143 | 2026-07-08T00:03:34.642Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 144 | 2026-07-08T00:03:36.842Z | Downloading crates ... |
| 145 | 2026-07-08T00:03:36.903Z | Downloaded byteorder v1.5.0 |
| 146 | 2026-07-08T00:03:36.906Z | Downloaded bitflags v2.13.0 |
| 147 | 2026-07-08T00:03:36.909Z | Downloaded defmt-parser v1.0.0 |
| 148 | 2026-07-08T00:03:36.912Z | Downloaded foreign-types-macros v0.2.3 |
| 149 | 2026-07-08T00:03:36.912Z | Downloaded foreign-types v0.5.0 |
| 150 | 2026-07-08T00:03:36.916Z | Downloaded ident_case v1.0.1 |
| 151 | 2026-07-08T00:03:36.917Z | Downloaded cstr-argument v0.1.2 |
| 152 | 2026-07-08T00:03:36.919Z | Downloaded cfg-if v1.0.4 |
| 153 | 2026-07-08T00:03:36.919Z | Downloaded defmt v0.3.100 |
| 154 | 2026-07-08T00:03:36.922Z | Downloaded foreign-types-shared v0.3.1 |
| 155 | 2026-07-08T00:03:36.922Z | Downloaded darling_macro v0.21.3 |
| 156 | 2026-07-08T00:03:36.930Z | Downloaded clap_lex v1.1.0 |
| 157 | 2026-07-08T00:03:36.934Z | Downloaded anstyle-query v1.1.5 |
| 158 | 2026-07-08T00:03:36.937Z | Downloaded errno v0.3.14 |
| 159 | 2026-07-08T00:03:36.937Z | Downloaded dyn-clone v1.0.20 |
| 160 | 2026-07-08T00:03:36.941Z | Downloaded hash32 v0.3.1 |
| 161 | 2026-07-08T00:03:36.944Z | Downloaded zerocopy-derive v0.8.52 |
| 162 | 2026-07-08T00:03:36.947Z | Downloaded embedded-io v0.6.1 |
| 163 | 2026-07-08T00:03:36.950Z | Downloaded equivalent v1.0.2 |
| 164 | 2026-07-08T00:03:36.950Z | Downloaded zerocopy v0.8.52 |
| 165 | 2026-07-08T00:03:36.960Z | Downloaded heck v0.5.0 |
| 166 | 2026-07-08T00:03:36.963Z | Downloaded either v1.16.0 |
| 167 | 2026-07-08T00:03:36.963Z | Downloaded cobs v0.3.0 |
| 168 | 2026-07-08T00:03:36.963Z | Downloaded chacha20 v0.10.0 |
| 169 | 2026-07-08T00:03:36.971Z | Downloaded cpufeatures v0.3.0 |
| 170 | 2026-07-08T00:03:36.974Z | Downloaded macaddr v1.0.1 |
| 171 | 2026-07-08T00:03:36.974Z | Downloaded proc-macro-crate v3.5.0 |
| 172 | 2026-07-08T00:03:36.977Z | Downloaded embedded-io v0.4.0 |
| 173 | 2026-07-08T00:03:36.977Z | Downloaded version_check v0.9.5 |
| 174 | 2026-07-08T00:03:36.977Z | Downloaded fnv v1.0.7 |
| 175 | 2026-07-08T00:03:36.982Z | Downloaded anstyle v1.0.14 |
| 176 | 2026-07-08T00:03:36.985Z | Downloaded ingot v0.1.1 |
| 177 | 2026-07-08T00:03:36.985Z | Downloaded thiserror-impl v2.0.18 |
| 178 | 2026-07-08T00:03:36.988Z | Downloaded rand_core v0.10.1 |
| 179 | 2026-07-08T00:03:36.991Z | Downloaded strsim v0.11.1 |
| 180 | 2026-07-08T00:03:36.994Z | Downloaded bitflags v1.3.2 |
| 181 | 2026-07-08T00:03:36.994Z | Downloaded colorchoice v1.0.5 |
| 182 | 2026-07-08T00:03:36.997Z | Downloaded terminal_size v0.4.4 |
| 183 | 2026-07-08T00:03:37.009Z | Downloaded darling v0.21.3 |
| 184 | 2026-07-08T00:03:37.012Z | Downloaded ingot-types v0.1.2 |
| 185 | 2026-07-08T00:03:37.015Z | Downloaded clap_derive v4.6.1 |
| 186 | 2026-07-08T00:03:37.015Z | Downloaded stable_deref_trait v1.2.1 |
| 187 | 2026-07-08T00:03:37.015Z | Downloaded pretty-hex v0.4.2 |
| 188 | 2026-07-08T00:03:37.018Z | Downloaded managed v0.8.0 |
| 189 | 2026-07-08T00:03:37.018Z | Downloaded ref-cast v1.0.25 |
| 190 | 2026-07-08T00:03:37.021Z | Downloaded utf8parse v0.2.2 |
| 191 | 2026-07-08T00:03:37.056Z | Downloaded ref-cast-impl v1.0.25 |
| 192 | 2026-07-08T00:03:37.075Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 193 | 2026-07-08T00:03:37.076Z | Downloaded is_terminal_polyfill v1.70.2 |
| 194 | 2026-07-08T00:03:37.076Z | Downloaded tabwriter v1.4.1 |
| 195 | 2026-07-08T00:03:37.076Z | Downloaded anstream v1.0.0 |
| 196 | 2026-07-08T00:03:37.076Z | Downloaded quote v1.0.46 |
| 197 | 2026-07-08T00:03:37.076Z | Downloaded proc-macro-error2 v2.0.1 |
| 198 | 2026-07-08T00:03:37.076Z | Downloaded defmt-macros v1.1.0 |
| 199 | 2026-07-08T00:03:37.076Z | Downloaded ipnetwork v0.21.1 |
| 200 | 2026-07-08T00:03:37.076Z | Downloaded ingot-macros v0.1.1 |
| 201 | 2026-07-08T00:03:37.076Z | Downloaded anyhow v1.0.102 |
| 202 | 2026-07-08T00:03:37.076Z | Downloaded defmt v1.1.0 |
| 203 | 2026-07-08T00:03:37.094Z | Downloaded clap v4.6.1 |
| 204 | 2026-07-08T00:03:37.094Z | Downloaded anstyle-parse v1.0.0 |
| 205 | 2026-07-08T00:03:37.094Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 206 | 2026-07-08T00:03:37.095Z | Downloaded num_enum_derive v0.7.6 |
| 207 | 2026-07-08T00:03:37.095Z | Downloaded num_enum v0.7.6 |
| 208 | 2026-07-08T00:03:37.095Z | Downloaded rustversion v1.0.22 |
| 209 | 2026-07-08T00:03:37.097Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 210 | 2026-07-08T00:03:37.098Z | Downloaded pin-project-lite v0.2.17 |
| 211 | 2026-07-08T00:03:37.101Z | Downloaded oxnet v0.1.6 |
| 212 | 2026-07-08T00:03:37.104Z | Downloaded colored v3.1.1 |
| 213 | 2026-07-08T00:03:37.114Z | Downloaded once_cell v1.21.4 |
| 214 | 2026-07-08T00:03:37.117Z | Downloaded postcard v1.1.3 |
| 215 | 2026-07-08T00:03:37.120Z | Downloaded tracing-attributes v0.1.31 |
| 216 | 2026-07-08T00:03:37.135Z | Downloaded thiserror v2.0.18 |
| 217 | 2026-07-08T00:03:37.143Z | Downloaded proc-macro2 v1.0.106 |
| 218 | 2026-07-08T00:03:37.147Z | Downloaded getrandom v0.4.3 |
| 219 | 2026-07-08T00:03:37.150Z | Downloaded heapless v0.8.0 |
| 220 | 2026-07-08T00:03:37.153Z | Downloaded serde_derive v1.0.228 |
| 221 | 2026-07-08T00:03:37.160Z | Downloaded socket2 v0.6.4 |
| 222 | 2026-07-08T00:03:37.168Z | Downloaded unicode-ident v1.0.24 |
| 223 | 2026-07-08T00:03:37.173Z | Downloaded uuid v1.23.3 |
| 224 | 2026-07-08T00:03:37.177Z | Downloaded toml_edit v0.25.12+spec-1.1.0 |
| 225 | 2026-07-08T00:03:37.189Z | Downloaded tracing-core v0.1.36 |
| 226 | 2026-07-08T00:03:37.195Z | Downloaded serde_core v1.0.228 |
| 227 | 2026-07-08T00:03:37.211Z | Downloaded darling_core v0.21.3 |
| 228 | 2026-07-08T00:03:37.217Z | Downloaded serde v1.0.228 |
| 229 | 2026-07-08T00:03:37.219Z | Downloaded aho-corasick v1.1.4 |
| 230 | 2026-07-08T00:03:37.222Z | Downloaded rand v0.10.1 |
| 231 | 2026-07-08T00:03:37.229Z | Downloaded indexmap v2.14.0 |
| 232 | 2026-07-08T00:03:37.235Z | Downloaded memchr v2.8.2 |
| 233 | 2026-07-08T00:03:37.276Z | Downloaded hashbrown v0.17.1 |
| 234 | 2026-07-08T00:03:37.281Z | Downloaded clap_builder v4.6.0 |
| 235 | 2026-07-08T00:03:37.285Z | Downloaded itertools v0.14.0 |
| 236 | 2026-07-08T00:03:37.302Z | Downloaded regex v1.12.4 |
| 237 | 2026-07-08T00:03:37.324Z | Downloaded winnow v1.0.3 |
| 238 | 2026-07-08T00:03:37.355Z | Downloaded syn v1.0.109 |
| 239 | 2026-07-08T00:03:37.386Z | Downloaded unicode-width v0.2.2 |
| 240 | 2026-07-08T00:03:37.402Z | Downloaded syn v2.0.118 |
| 241 | 2026-07-08T00:03:37.408Z | Downloaded smoltcp v0.11.0 |
| 242 | 2026-07-08T00:03:37.414Z | Downloaded regex-syntax v0.8.11 |
| 243 | 2026-07-08T00:03:37.442Z | Downloaded rustix v1.1.4 |
| 244 | 2026-07-08T00:03:37.454Z | Downloaded tracing v0.1.44 |
| 245 | 2026-07-08T00:03:37.475Z | Downloaded regex-automata v0.4.14 |
| 246 | 2026-07-08T00:03:37.495Z | Downloaded libc v0.2.186 |
| 247 | 2026-07-08T00:03:37.551Z | Compiling proc-macro2 v1.0.106 |
| 248 | 2026-07-08T00:03:37.551Z | Compiling quote v1.0.46 |
| 249 | 2026-07-08T00:03:37.555Z | Compiling unicode-ident v1.0.24 |
| 250 | 2026-07-08T00:03:37.555Z | Compiling serde_core v1.0.228 |
| 251 | 2026-07-08T00:03:37.555Z | Compiling libc v0.2.186 |
| 252 | 2026-07-08T00:03:37.555Z | Checking cfg-if v1.0.4 |
| 253 | 2026-07-08T00:03:37.555Z | Compiling strsim v0.11.1 |
| 254 | 2026-07-08T00:03:37.555Z | Compiling ident_case v1.0.1 |
| 255 | 2026-07-08T00:03:37.679Z | Compiling memchr v2.8.2 |
| 256 | 2026-07-08T00:03:37.743Z | Compiling fnv v1.0.7 |
| 257 | 2026-07-08T00:03:37.747Z | Compiling thiserror v2.0.18 |
| 258 | 2026-07-08T00:03:37.835Z | Compiling regex-syntax v0.8.11 |
| 259 | 2026-07-08T00:03:37.918Z | Compiling zerocopy v0.8.52 |
| 260 | 2026-07-08T00:03:38.010Z | Compiling anyhow v1.0.102 |
| 261 | 2026-07-08T00:03:38.266Z | Compiling aho-corasick v1.1.4 |
| 262 | 2026-07-08T00:03:38.284Z | Compiling equivalent v1.0.2 |
| 263 | 2026-07-08T00:03:38.328Z | Compiling serde v1.0.228 |
| 264 | 2026-07-08T00:03:38.339Z | Compiling either v1.16.0 |
| 265 | 2026-07-08T00:03:38.355Z | Compiling hashbrown v0.17.1 |
| 266 | 2026-07-08T00:03:38.359Z | Compiling winnow v1.0.3 |
| 267 | 2026-07-08T00:03:38.537Z | Compiling itertools v0.14.0 |
| 268 | 2026-07-08T00:03:38.876Z | Compiling syn v2.0.118 |
| 269 | 2026-07-08T00:03:38.894Z | Compiling indexmap v2.14.0 |
| 270 | 2026-07-08T00:03:38.950Z | Compiling heapless v0.8.0 |
| 271 | 2026-07-08T00:03:39.236Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 272 | 2026-07-08T00:03:39.400Z | Compiling regex-automata v0.4.14 |
| 273 | 2026-07-08T00:03:39.453Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 274 | 2026-07-08T00:03:39.456Z | Checking bitflags v2.13.0 |
| 275 | 2026-07-08T00:03:39.512Z | Checking byteorder v1.5.0 |
| 276 | 2026-07-08T00:03:39.665Z | Checking hash32 v0.3.1 |
| 277 | 2026-07-08T00:03:39.698Z | Checking stable_deref_trait v1.2.1 |
| 278 | 2026-07-08T00:03:39.762Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 279 | 2026-07-08T00:03:39.769Z | Compiling smoltcp v0.11.0 |
| 280 | 2026-07-08T00:03:39.776Z | Checking macaddr v1.0.1 |
| 281 | 2026-07-08T00:03:39.783Z | Compiling rustversion v1.0.22 |
| 282 | 2026-07-08T00:03:39.915Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 283 | 2026-07-08T00:03:39.945Z | Compiling syn v1.0.109 |
| 284 | 2026-07-08T00:03:40.001Z | Compiling rustix v1.1.4 |
| 285 | 2026-07-08T00:03:40.097Z | Compiling version_check v0.9.5 |
| 286 | 2026-07-08T00:03:40.148Z | Compiling getrandom v0.4.3 |
| 287 | 2026-07-08T00:03:40.285Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 288 | 2026-07-08T00:03:40.333Z | Checking bitflags v1.3.2 |
| 289 | 2026-07-08T00:03:40.343Z | Compiling ref-cast v1.0.25 |
| 290 | 2026-07-08T00:03:40.363Z | Checking managed v0.8.0 |
| 291 | 2026-07-08T00:03:40.393Z | Checking rand_core v0.10.1 |
| 292 | 2026-07-08T00:03:40.411Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 293 | 2026-07-08T00:03:40.486Z | Compiling proc-macro-crate v3.5.0 |
| 294 | 2026-07-08T00:03:40.721Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 295 | 2026-07-08T00:03:40.804Z | Checking errno v0.3.14 |
| 296 | 2026-07-08T00:03:40.902Z | Checking cpufeatures v0.3.0 |
| 297 | 2026-07-08T00:03:40.916Z | Checking unicode-width v0.2.2 |
| 298 | 2026-07-08T00:03:40.965Z | Checking ipnetwork v0.21.1 |
| 299 | 2026-07-08T00:03:41.026Z | Compiling regex v1.12.4 |
| 300 | 2026-07-08T00:03:41.136Z | Checking foreign-types-shared v0.3.1 |
| 301 | 2026-07-08T00:03:41.160Z | Checking once_cell v1.21.4 |
| 302 | 2026-07-08T00:03:41.228Z | Checking utf8parse v0.2.2 |
| 303 | 2026-07-08T00:03:41.321Z | Checking anstyle-parse v1.0.0 |
| 304 | 2026-07-08T00:03:41.329Z | Checking tracing-core v0.1.36 |
| 305 | 2026-07-08T00:03:41.413Z | Compiling darling_core v0.21.3 |
| 306 | 2026-07-08T00:03:41.467Z | Checking tabwriter v1.4.1 |
| 307 | 2026-07-08T00:03:41.570Z | Checking cstr-argument v0.1.2 |
| 308 | 2026-07-08T00:03:41.605Z | Checking chacha20 v0.10.0 |
| 309 | 2026-07-08T00:03:41.894Z | Checking pretty-hex v0.4.2 |
| 310 | 2026-07-08T00:03:41.912Z | Checking pin-project-lite v0.2.17 |
| 311 | 2026-07-08T00:03:42.005Z | Checking anstyle-query v1.1.5 |
| 312 | 2026-07-08T00:03:42.012Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 313 | 2026-07-08T00:03:42.019Z | Checking dyn-clone v1.0.20 |
| 314 | 2026-07-08T00:03:42.051Z | Checking colorchoice v1.0.5 |
| 315 | 2026-07-08T00:03:42.088Z | Checking is_terminal_polyfill v1.70.2 |
| 316 | 2026-07-08T00:03:42.118Z | Checking anstyle v1.0.14 |
| 317 | 2026-07-08T00:03:42.139Z | Checking terminal_size v0.4.4 |
| 318 | 2026-07-08T00:03:42.234Z | Checking rand v0.10.1 |
| 319 | 2026-07-08T00:03:42.238Z | Checking uuid v1.23.3 |
| 320 | 2026-07-08T00:03:42.293Z | Checking anstream v1.0.0 |
| 321 | 2026-07-08T00:03:42.357Z | Checking socket2 v0.6.4 |
| 322 | 2026-07-08T00:03:42.444Z | Checking oxnet v0.1.6 |
| 323 | 2026-07-08T00:03:42.491Z | Checking clap_lex v1.1.0 |
| 324 | 2026-07-08T00:03:42.600Z | Checking colored v3.1.1 |
| 325 | 2026-07-08T00:03:42.604Z | Compiling thiserror-impl v2.0.18 |
| 326 | 2026-07-08T00:03:42.618Z | Compiling zerocopy-derive v0.8.52 |
| 327 | 2026-07-08T00:03:42.632Z | Compiling serde_derive v1.0.228 |
| 328 | 2026-07-08T00:03:42.635Z | Compiling num_enum_derive v0.7.6 |
| 329 | 2026-07-08T00:03:42.679Z | Compiling foreign-types-macros v0.2.3 |
| 330 | 2026-07-08T00:03:42.792Z | Compiling ref-cast-impl v1.0.25 |
| 331 | 2026-07-08T00:03:43.312Z | Checking foreign-types v0.5.0 |
| 332 | 2026-07-08T00:03:43.381Z | Compiling tracing-attributes v0.1.31 |
| 333 | 2026-07-08T00:03:43.490Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 334 | 2026-07-08T00:03:43.546Z | Compiling darling_macro v0.21.3 |
| 335 | 2026-07-08T00:03:43.662Z | Checking num_enum v0.7.6 |
| 336 | 2026-07-08T00:03:43.770Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 337 | 2026-07-08T00:03:43.926Z | Checking cobs v0.3.0 |
| 338 | 2026-07-08T00:03:43.938Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 339 | 2026-07-08T00:03:44.022Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 340 | 2026-07-08T00:03:44.067Z | Compiling heck v0.5.0 |
| 341 | 2026-07-08T00:03:44.095Z | Compiling darling v0.21.3 |
| 342 | 2026-07-08T00:03:44.095Z | Checking clap_builder v4.6.0 |
| 343 | 2026-07-08T00:03:44.168Z | Compiling ingot-macros v0.1.1 |
| 344 | 2026-07-08T00:03:44.262Z | Compiling clap_derive v4.6.1 |
| 345 | 2026-07-08T00:03:44.488Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 346 | 2026-07-08T00:03:44.587Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 347 | 2026-07-08T00:03:44.603Z | Checking tracing v0.1.44 |
| 348 | 2026-07-08T00:03:45.613Z | Checking clap v4.6.1 |
| 349 | 2026-07-08T00:03:45.716Z | Checking postcard v1.1.3 |
| 350 | 2026-07-08T00:03:46.629Z | Checking ingot-types v0.1.2 |
| 351 | 2026-07-08T00:03:46.890Z | Checking ingot v0.1.1 |
| 352 | 2026-07-08T00:03:48.202Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 353 | 2026-07-08T00:03:49.416Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 354 | 2026-07-08T00:03:50.603Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 355 | 2026-07-08T00:03:51.415Z | Finished `dev` profile [optimized + debuginfo] target(s) in 18.93s |
| 356 | 2026-07-08T00:03:51.527Z | |
| 357 | 2026-07-08T00:03:51.527Z | real 19.087842076 |
| 358 | 2026-07-08T00:03:51.527Z | user 54.137688694 |
| 359 | 2026-07-08T00:03:51.527Z | sys 13.140348497 |
| 360 | 2026-07-08T00:03:51.527Z | trap 0.043633707 |
| 361 | 2026-07-08T00:03:51.527Z | tflt 0.066879040 |
| 362 | 2026-07-08T00:03:51.533Z | dflt 0.122206066 |
| 363 | 2026-07-08T00:03:51.533Z | kflt 0.005291873 |
| 364 | 2026-07-08T00:03:51.533Z | lock 3:21.902587556 |
| 365 | 2026-07-08T00:03:51.533Z | slp 3:01.687160751 |
| 366 | 2026-07-08T00:03:51.534Z | lat 4.018830904 |
| 367 | 2026-07-08T00:03:51.534Z | stop 13.016756063 |
| 368 | 2026-07-08T00:03:51.534Z | + header 'debug build' |
| 369 | 2026-07-08T00:03:51.534Z | + echo '# ==== debug build ==== #' |
| 370 | 2026-07-08T00:03:51.534Z | + ptime -m cargo build |
| 371 | 2026-07-08T00:03:51.534Z | # ==== debug build ==== # |
| 372 | 2026-07-08T00:03:51.680Z | Compiling cfg-if v1.0.4 |
| 373 | 2026-07-08T00:03:51.683Z | Compiling serde_core v1.0.228 |
| 374 | 2026-07-08T00:03:51.683Z | Compiling libc v0.2.186 |
| 375 | 2026-07-08T00:03:51.707Z | Compiling thiserror v2.0.18 |
| 376 | 2026-07-08T00:03:51.710Z | Compiling byteorder v1.5.0 |
| 377 | 2026-07-08T00:03:51.710Z | Compiling zerocopy v0.8.52 |
| 378 | 2026-07-08T00:03:51.714Z | Compiling macaddr v1.0.1 |
| 379 | 2026-07-08T00:03:51.717Z | Compiling stable_deref_trait v1.2.1 |
| 380 | 2026-07-08T00:03:51.754Z | Compiling bitflags v1.3.2 |
| 381 | 2026-07-08T00:03:51.769Z | Compiling cobs v0.3.0 |
| 382 | 2026-07-08T00:03:51.782Z | Compiling rand_core v0.10.1 |
| 383 | 2026-07-08T00:03:51.811Z | Compiling managed v0.8.0 |
| 384 | 2026-07-08T00:03:51.874Z | Compiling hash32 v0.3.1 |
| 385 | 2026-07-08T00:03:51.929Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 386 | 2026-07-08T00:03:51.946Z | Compiling utf8parse v0.2.2 |
| 387 | 2026-07-08T00:03:52.015Z | Compiling heapless v0.8.0 |
| 388 | 2026-07-08T00:03:52.020Z | Compiling errno v0.3.14 |
| 389 | 2026-07-08T00:03:52.028Z | Compiling once_cell v1.21.4 |
| 390 | 2026-07-08T00:03:52.032Z | Compiling foreign-types-shared v0.3.1 |
| 391 | 2026-07-08T00:03:52.035Z | Compiling memchr v2.8.2 |
| 392 | 2026-07-08T00:03:52.104Z | Compiling cpufeatures v0.3.0 |
| 393 | 2026-07-08T00:03:52.144Z | Compiling ipnetwork v0.21.1 |
| 394 | 2026-07-08T00:03:52.164Z | Compiling unicode-width v0.2.2 |
| 395 | 2026-07-08T00:03:52.168Z | Compiling chacha20 v0.10.0 |
| 396 | 2026-07-08T00:03:52.252Z | Compiling tracing-core v0.1.36 |
| 397 | 2026-07-08T00:03:52.422Z | Compiling smoltcp v0.11.0 |
| 398 | 2026-07-08T00:03:52.456Z | Compiling cstr-argument v0.1.2 |
| 399 | 2026-07-08T00:03:52.508Z | Compiling tabwriter v1.4.1 |
| 400 | 2026-07-08T00:03:52.662Z | Compiling foreign-types v0.5.0 |
| 401 | 2026-07-08T00:03:52.670Z | Compiling anstyle-parse v1.0.0 |
| 402 | 2026-07-08T00:03:52.730Z | Compiling getrandom v0.4.3 |
| 403 | 2026-07-08T00:03:52.877Z | Compiling ref-cast v1.0.25 |
| 404 | 2026-07-08T00:03:52.915Z | Compiling num_enum v0.7.6 |
| 405 | 2026-07-08T00:03:52.938Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 406 | 2026-07-08T00:03:52.966Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 407 | 2026-07-08T00:03:53.017Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 408 | 2026-07-08T00:03:53.038Z | Compiling pretty-hex v0.4.2 |
| 409 | 2026-07-08T00:03:53.075Z | Compiling anstyle-query v1.1.5 |
| 410 | 2026-07-08T00:03:53.164Z | Compiling is_terminal_polyfill v1.70.2 |
| 411 | 2026-07-08T00:03:53.180Z | Compiling dyn-clone v1.0.20 |
| 412 | 2026-07-08T00:03:53.223Z | Compiling pin-project-lite v0.2.17 |
| 413 | 2026-07-08T00:03:53.243Z | Compiling anstyle v1.0.14 |
| 414 | 2026-07-08T00:03:53.309Z | Compiling colorchoice v1.0.5 |
| 415 | 2026-07-08T00:03:53.337Z | Compiling tracing v0.1.44 |
| 416 | 2026-07-08T00:03:53.421Z | Compiling bitflags v2.13.0 |
| 417 | 2026-07-08T00:03:53.532Z | Compiling serde v1.0.228 |
| 418 | 2026-07-08T00:03:53.579Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 419 | 2026-07-08T00:03:53.594Z | Compiling rustix v1.1.4 |
| 420 | 2026-07-08T00:03:53.598Z | Compiling anstream v1.0.0 |
| 421 | 2026-07-08T00:03:53.705Z | Compiling uuid v1.23.3 |
| 422 | 2026-07-08T00:03:53.871Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 423 | 2026-07-08T00:03:54.080Z | Compiling postcard v1.1.3 |
| 424 | 2026-07-08T00:03:54.098Z | Compiling terminal_size v0.4.4 |
| 425 | 2026-07-08T00:03:54.176Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 426 | 2026-07-08T00:03:54.189Z | Compiling anyhow v1.0.102 |
| 427 | 2026-07-08T00:03:54.242Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 428 | 2026-07-08T00:03:54.302Z | Compiling rand v0.10.1 |
| 429 | 2026-07-08T00:03:54.353Z | Compiling socket2 v0.6.4 |
| 430 | 2026-07-08T00:03:54.431Z | Compiling strsim v0.11.1 |
| 431 | 2026-07-08T00:03:54.664Z | Compiling ingot-types v0.1.2 |
| 432 | 2026-07-08T00:03:54.697Z | Compiling oxnet v0.1.6 |
| 433 | 2026-07-08T00:03:54.778Z | Compiling winnow v1.0.3 |
| 434 | 2026-07-08T00:03:55.046Z | Compiling ingot v0.1.1 |
| 435 | 2026-07-08T00:03:55.057Z | Compiling clap_lex v1.1.0 |
| 436 | 2026-07-08T00:03:55.175Z | Compiling colored v3.1.1 |
| 437 | 2026-07-08T00:03:55.257Z | Compiling clap_builder v4.6.0 |
| 438 | 2026-07-08T00:03:55.365Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 439 | 2026-07-08T00:03:55.774Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 440 | 2026-07-08T00:03:56.771Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 441 | 2026-07-08T00:03:56.846Z | Compiling clap v4.6.1 |
| 442 | 2026-07-08T00:03:58.195Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 443 | 2026-07-08T00:03:59.626Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 444 | 2026-07-08T00:04:04.033Z | Finished `dev` profile [optimized + debuginfo] target(s) in 12.49s |
| 445 | 2026-07-08T00:04:04.062Z | |
| 446 | 2026-07-08T00:04:04.072Z | real 12.525650258 |
| 447 | 2026-07-08T00:04:04.072Z | user 1:04.951474336 |
| 448 | 2026-07-08T00:04:04.072Z | sys 5.998214473 |
| 449 | 2026-07-08T00:04:04.072Z | trap 0.031874482 |
| 450 | 2026-07-08T00:04:04.072Z | tflt 0.140373667 |
| 451 | 2026-07-08T00:04:04.072Z | dflt 0.215853975 |
| 452 | 2026-07-08T00:04:04.072Z | kflt 0.000021230 |
| 453 | 2026-07-08T00:04:04.072Z | lock 2:55.513721797 |
| 454 | 2026-07-08T00:04:04.072Z | slp 1:54.840530824 |
| 455 | 2026-07-08T00:04:04.072Z | lat 4.214975960 |
| 456 | 2026-07-08T00:04:04.072Z | stop 3.023393606 |
| 457 | 2026-07-08T00:04:04.072Z | + header 'release build' |
| 458 | 2026-07-08T00:04:04.072Z | + echo '# ==== release build ==== #' |
| 459 | 2026-07-08T00:04:04.072Z | + ptime -m cargo build --release |
| 460 | 2026-07-08T00:04:04.072Z | # ==== release build ==== # |
| 461 | 2026-07-08T00:04:04.156Z | Compiling proc-macro2 v1.0.106 |
| 462 | 2026-07-08T00:04:04.157Z | Compiling unicode-ident v1.0.24 |
| 463 | 2026-07-08T00:04:04.157Z | Compiling quote v1.0.46 |
| 464 | 2026-07-08T00:04:04.160Z | Compiling serde_core v1.0.228 |
| 465 | 2026-07-08T00:04:04.160Z | Compiling libc v0.2.186 |
| 466 | 2026-07-08T00:04:04.160Z | Compiling cfg-if v1.0.4 |
| 467 | 2026-07-08T00:04:04.160Z | Compiling strsim v0.11.1 |
| 468 | 2026-07-08T00:04:04.160Z | Compiling ident_case v1.0.1 |
| 469 | 2026-07-08T00:04:04.230Z | Compiling thiserror v2.0.18 |
| 470 | 2026-07-08T00:04:04.271Z | Compiling memchr v2.8.2 |
| 471 | 2026-07-08T00:04:04.274Z | Compiling fnv v1.0.7 |
| 472 | 2026-07-08T00:04:04.350Z | Compiling regex-syntax v0.8.11 |
| 473 | 2026-07-08T00:04:04.439Z | Compiling anyhow v1.0.102 |
| 474 | 2026-07-08T00:04:04.462Z | Compiling serde v1.0.228 |
| 475 | 2026-07-08T00:04:04.740Z | Compiling aho-corasick v1.1.4 |
| 476 | 2026-07-08T00:04:04.747Z | Compiling equivalent v1.0.2 |
| 477 | 2026-07-08T00:04:04.769Z | Compiling zerocopy v0.8.52 |
| 478 | 2026-07-08T00:04:04.815Z | Compiling either v1.16.0 |
| 479 | 2026-07-08T00:04:04.824Z | Compiling hashbrown v0.17.1 |
| 480 | 2026-07-08T00:04:04.882Z | Compiling winnow v1.0.3 |
| 481 | 2026-07-08T00:04:05.005Z | Compiling itertools v0.14.0 |
| 482 | 2026-07-08T00:04:05.293Z | Compiling syn v2.0.118 |
| 483 | 2026-07-08T00:04:05.341Z | Compiling indexmap v2.14.0 |
| 484 | 2026-07-08T00:04:05.416Z | Compiling byteorder v1.5.0 |
| 485 | 2026-07-08T00:04:05.595Z | Compiling heapless v0.8.0 |
| 486 | 2026-07-08T00:04:05.868Z | Compiling regex-automata v0.4.14 |
| 487 | 2026-07-08T00:04:05.873Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 488 | 2026-07-08T00:04:05.931Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 489 | 2026-07-08T00:04:06.140Z | Compiling hash32 v0.3.1 |
| 490 | 2026-07-08T00:04:06.206Z | Compiling bitflags v2.13.0 |
| 491 | 2026-07-08T00:04:06.212Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 492 | 2026-07-08T00:04:06.263Z | Compiling macaddr v1.0.1 |
| 493 | 2026-07-08T00:04:06.364Z | Compiling stable_deref_trait v1.2.1 |
| 494 | 2026-07-08T00:04:06.382Z | Compiling smoltcp v0.11.0 |
| 495 | 2026-07-08T00:04:06.399Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 496 | 2026-07-08T00:04:06.423Z | Compiling syn v1.0.109 |
| 497 | 2026-07-08T00:04:06.456Z | Compiling rustversion v1.0.22 |
| 498 | 2026-07-08T00:04:06.625Z | Compiling rustix v1.1.4 |
| 499 | 2026-07-08T00:04:06.697Z | Compiling version_check v0.9.5 |
| 500 | 2026-07-08T00:04:06.748Z | Compiling proc-macro-crate v3.5.0 |
| 501 | 2026-07-08T00:04:06.811Z | Compiling managed v0.8.0 |
| 502 | 2026-07-08T00:04:06.945Z | Compiling ref-cast v1.0.25 |
| 503 | 2026-07-08T00:04:06.951Z | Compiling getrandom v0.4.3 |
| 504 | 2026-07-08T00:04:06.998Z | Compiling bitflags v1.3.2 |
| 505 | 2026-07-08T00:04:07.044Z | Compiling rand_core v0.10.1 |
| 506 | 2026-07-08T00:04:07.057Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 507 | 2026-07-08T00:04:07.183Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 508 | 2026-07-08T00:04:07.264Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 509 | 2026-07-08T00:04:07.310Z | Compiling errno v0.3.14 |
| 510 | 2026-07-08T00:04:07.392Z | Compiling once_cell v1.21.4 |
| 511 | 2026-07-08T00:04:07.615Z | Compiling regex v1.12.4 |
| 512 | 2026-07-08T00:04:07.642Z | Compiling foreign-types-shared v0.3.1 |
| 513 | 2026-07-08T00:04:07.719Z | Compiling ipnetwork v0.21.1 |
| 514 | 2026-07-08T00:04:07.722Z | Compiling cpufeatures v0.3.0 |
| 515 | 2026-07-08T00:04:07.780Z | Compiling utf8parse v0.2.2 |
| 516 | 2026-07-08T00:04:07.874Z | Compiling darling_core v0.21.3 |
| 517 | 2026-07-08T00:04:07.991Z | Compiling unicode-width v0.2.2 |
| 518 | 2026-07-08T00:04:08.130Z | Compiling anstyle-parse v1.0.0 |
| 519 | 2026-07-08T00:04:08.235Z | Compiling tabwriter v1.4.1 |
| 520 | 2026-07-08T00:04:08.276Z | Compiling cstr-argument v0.1.2 |
| 521 | 2026-07-08T00:04:08.323Z | Compiling chacha20 v0.10.0 |
| 522 | 2026-07-08T00:04:08.403Z | Compiling tracing-core v0.1.36 |
| 523 | 2026-07-08T00:04:08.974Z | Compiling pretty-hex v0.4.2 |
| 524 | 2026-07-08T00:04:08.978Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 525 | 2026-07-08T00:04:09.030Z | Compiling thiserror-impl v2.0.18 |
| 526 | 2026-07-08T00:04:09.096Z | Compiling serde_derive v1.0.228 |
| 527 | 2026-07-08T00:04:09.175Z | Compiling zerocopy-derive v0.8.52 |
| 528 | 2026-07-08T00:04:09.240Z | Compiling num_enum_derive v0.7.6 |
| 529 | 2026-07-08T00:04:09.245Z | Compiling foreign-types-macros v0.2.3 |
| 530 | 2026-07-08T00:04:09.813Z | Compiling ref-cast-impl v1.0.25 |
| 531 | 2026-07-08T00:04:09.846Z | Compiling foreign-types v0.5.0 |
| 532 | 2026-07-08T00:04:09.910Z | Compiling tracing-attributes v0.1.31 |
| 533 | 2026-07-08T00:04:09.988Z | Compiling darling_macro v0.21.3 |
| 534 | 2026-07-08T00:04:10.198Z | Compiling num_enum v0.7.6 |
| 535 | 2026-07-08T00:04:10.303Z | Compiling cobs v0.3.0 |
| 536 | 2026-07-08T00:04:10.313Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 537 | 2026-07-08T00:04:10.479Z | Compiling pin-project-lite v0.2.17 |
| 538 | 2026-07-08T00:04:10.509Z | Compiling anstyle v1.0.14 |
| 539 | 2026-07-08T00:04:10.525Z | Compiling darling v0.21.3 |
| 540 | 2026-07-08T00:04:10.560Z | Compiling is_terminal_polyfill v1.70.2 |
| 541 | 2026-07-08T00:04:10.593Z | Compiling ingot-macros v0.1.1 |
| 542 | 2026-07-08T00:04:10.616Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 543 | 2026-07-08T00:04:10.636Z | Compiling dyn-clone v1.0.20 |
| 544 | 2026-07-08T00:04:10.734Z | Compiling colorchoice v1.0.5 |
| 545 | 2026-07-08T00:04:10.765Z | Compiling anstyle-query v1.1.5 |
| 546 | 2026-07-08T00:04:10.780Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 547 | 2026-07-08T00:04:10.831Z | Compiling anstream v1.0.0 |
| 548 | 2026-07-08T00:04:10.854Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 549 | 2026-07-08T00:04:11.082Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 550 | 2026-07-08T00:04:11.087Z | Compiling tracing v0.1.44 |
| 551 | 2026-07-08T00:04:11.186Z | Compiling terminal_size v0.4.4 |
| 552 | 2026-07-08T00:04:11.231Z | Compiling rand v0.10.1 |
| 553 | 2026-07-08T00:04:11.314Z | Compiling uuid v1.23.3 |
| 554 | 2026-07-08T00:04:11.391Z | Compiling socket2 v0.6.4 |
| 555 | 2026-07-08T00:04:11.518Z | Compiling clap_lex v1.1.0 |
| 556 | 2026-07-08T00:04:11.730Z | Compiling oxnet v0.1.6 |
| 557 | 2026-07-08T00:04:11.818Z | Compiling colored v3.1.1 |
| 558 | 2026-07-08T00:04:11.935Z | Compiling heck v0.5.0 |
| 559 | 2026-07-08T00:04:12.021Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 560 | 2026-07-08T00:04:12.120Z | Compiling clap_derive v4.6.1 |
| 561 | 2026-07-08T00:04:12.325Z | Compiling postcard v1.1.3 |
| 562 | 2026-07-08T00:04:12.331Z | Compiling clap_builder v4.6.0 |
| 563 | 2026-07-08T00:04:13.650Z | Compiling ingot-types v0.1.2 |
| 564 | 2026-07-08T00:04:13.969Z | Compiling ingot v0.1.1 |
| 565 | 2026-07-08T00:04:14.190Z | Compiling clap v4.6.1 |
| 566 | 2026-07-08T00:04:15.608Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 567 | 2026-07-08T00:04:16.612Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 568 | 2026-07-08T00:04:17.676Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 569 | 2026-07-08T00:04:24.251Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.17s |
| 570 | 2026-07-08T00:04:24.279Z | |
| 571 | 2026-07-08T00:04:24.282Z | real 20.206134210 |
| 572 | 2026-07-08T00:04:24.282Z | user 1:42.598074765 |
| 573 | 2026-07-08T00:04:24.282Z | sys 13.450372076 |
| 574 | 2026-07-08T00:04:24.282Z | trap 0.052294965 |
| 575 | 2026-07-08T00:04:24.282Z | tflt 0.135451388 |
| 576 | 2026-07-08T00:04:24.282Z | dflt 0.432405743 |
| 577 | 2026-07-08T00:04:24.282Z | kflt 0.000018700 |
| 578 | 2026-07-08T00:04:24.282Z | lock 4:25.799454641 |
| 579 | 2026-07-08T00:04:24.282Z | slp 3:24.740987586 |
| 580 | 2026-07-08T00:04:24.282Z | lat 4.086326413 |
| 581 | 2026-07-08T00:04:24.282Z | stop 8.431776669 |
| 582 | 2026-07-08T00:04:24.282Z | + popd |
| 583 | 2026-07-08T00:04:24.282Z | /work/oxidecomputer/opte |
| 584 | 2026-07-08T00:04:24.282Z | + TGT_BASE=/work |
| 585 | 2026-07-08T00:04:24.282Z | + for x in debug release |
| 586 | 2026-07-08T00:04:24.282Z | + mkdir -p /work/debug |
| 587 | 2026-07-08T00:04:24.282Z | + cp target/debug/opteadm /work/debug/ |
| 588 | 2026-07-08T00:04:24.304Z | + sha256sum target/debug/opteadm |
| 589 | 2026-07-08T00:04:24.330Z | + for x in debug release |
| 590 | 2026-07-08T00:04:24.330Z | + mkdir -p /work/release |
| 591 | 2026-07-08T00:04:24.334Z | + cp target/release/opteadm /work/release/ |
| 592 | 2026-07-08T00:04:24.350Z | + sha256sum target/release/opteadm |
| 593 | 2026-07-08T00:04:24.367Z | process exited: duration 66754 ms, exit code 0 |
| |
| 594 | 2026-07-08T00:04:24.374Z | found 4 output files |
| 595 | 2026-07-08T00:04:24.374Z | uploading: /work/debug/opteadm (36543384 bytes) |
| 596 | 2026-07-08T00:04:25.651Z | uploaded: /work/debug/opteadm |
| 597 | 2026-07-08T00:04:25.651Z | uploading: /work/debug/opteadm.debug.sha256 (87 bytes) |
| 598 | 2026-07-08T00:04:26.662Z | uploaded: /work/debug/opteadm.debug.sha256 |
| 599 | 2026-07-08T00:04:26.662Z | uploading: /work/release/opteadm (24742072 bytes) |
| 600 | 2026-07-08T00:04:27.821Z | uploaded: /work/release/opteadm |
| 601 | 2026-07-08T00:04:27.821Z | uploading: /work/release/opteadm.release.sha256 (89 bytes) |
| 602 | 2026-07-08T00:04:28.829Z | uploaded: /work/release/opteadm.release.sha256 |