|
|
|
| 1 | 2026-03-10T11:29:14.779Z | job assigned to worker 01KKBR2B69P3XNJ7MS5S58QEQH [factory aws, i-0d9da66182ea19887] (queued for 1 m 9 s) |
| |
| 2 | 2026-03-10T11:29:22.524Z | starting task 0: "setup" |
| 3 | 2026-03-10T11:29:22.531Z | ++ uname -s |
| 4 | 2026-03-10T11:29:22.533Z | + kern=SunOS |
| 5 | 2026-03-10T11:29:22.534Z | + build_user=build |
| 6 | 2026-03-10T11:29:22.534Z | + build_uid=12345 |
| 7 | 2026-03-10T11:29:22.534Z | + work_dir=/work |
| 8 | 2026-03-10T11:29:22.534Z | + input_dir=/input |
| 9 | 2026-03-10T11:29:22.534Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-10T11:29:22.534Z | + case "$kern" in |
| 11 | 2026-03-10T11:29:22.534Z | + groupadd -g 12345 build |
| 12 | 2026-03-10T11:29:22.537Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-10T11:29:24.543Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-10T11:29:24.663Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-10T11:29:24.666Z | + home_fs=zfs |
| 16 | 2026-03-10T11:29:24.666Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-10T11:29:24.666Z | + mkdir -p /home/build |
| 18 | 2026-03-10T11:29:24.669Z | + chown build:build /home/build /work |
| 19 | 2026-03-10T11:29:25.669Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-10T11:29:25.672Z | process exited: duration 3145 ms, exit code 0 |
| |
| 21 | 2026-03-10T11:29:25.678Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-10T11:29:25.682Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-03-10T11:29:25.682Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-03-10T11:29:25.682Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-03-10T11:29:25.685Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-03-10T11:29:25.685Z | * rust toolchain channel = "1.94.0" |
| 27 | 2026-03-10T11:29:25.685Z | * rust toolchain profile = "default" |
| 28 | 2026-03-10T11:29:25.685Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-10T11:29:25.685Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-03-10T11:29:25.813Z | info: downloading installer |
| 31 | 2026-03-10T11:29:27.533Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-10T11:29:27.533Z | warn: /opt/ooce/bin |
| 33 | 2026-03-10T11:29:27.533Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-10T11:29:27.533Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-10T11:29:27.533Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-10T11:29:27.533Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-10T11:29:27.533Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-10T11:29:27.533Z | error: cannot install while Rust is installed |
| 39 | 2026-03-10T11:29:27.533Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-10T11:29:27.543Z | info: profile set to 'default' |
| 41 | 2026-03-10T11:29:27.543Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-03-10T11:29:27.545Z | info: syncing channel updates for '1.94.0-x86_64-unknown-illumos' |
| 43 | 2026-03-10T11:29:27.692Z | info: latest update on 2026-03-05, rust version 1.94.0 (4a4ef493e 2026-03-02) |
| 44 | 2026-03-10T11:29:27.692Z | info: downloading component 'cargo' |
| 45 | 2026-03-10T11:29:28.701Z | info: downloading component 'clippy' |
| 46 | 2026-03-10T11:29:29.081Z | info: downloading component 'rust-docs' |
| 47 | 2026-03-10T11:29:30.560Z | info: downloading component 'rust-std' |
| 48 | 2026-03-10T11:29:32.516Z | info: downloading component 'rustc' |
| 49 | 2026-03-10T11:29:41.402Z | info: downloading component 'rustfmt' |
| 50 | 2026-03-10T11:29:41.666Z | info: installing component 'cargo' |
| 51 | 2026-03-10T11:29:42.493Z | info: installing component 'clippy' |
| 52 | 2026-03-10T11:29:42.844Z | info: installing component 'rust-docs' |
| 53 | 2026-03-10T11:29:44.287Z | info: installing component 'rust-std' |
| 54 | 2026-03-10T11:29:45.776Z | info: installing component 'rustc' |
| 55 | 2026-03-10T11:29:51.652Z | info: installing component 'rustfmt' |
| 56 | 2026-03-10T11:29:51.944Z | info: default toolchain set to '1.94.0-x86_64-unknown-illumos' |
| 57 | 2026-03-10T11:29:51.944Z | |
| 58 | 2026-03-10T11:29:52.360Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 59 | 2026-03-10T11:29:52.360Z | |
| 60 | 2026-03-10T11:29:52.363Z | |
| 61 | 2026-03-10T11:29:52.363Z | Rust is installed now. Great! |
| 62 | 2026-03-10T11:29:52.363Z | |
| 63 | 2026-03-10T11:29:52.363Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-03-10T11:29:52.363Z | environment variable. This has not been done automatically. |
| 65 | 2026-03-10T11:29:52.363Z | |
| 66 | 2026-03-10T11:29:52.363Z | To configure your current shell, you need to source |
| 67 | 2026-03-10T11:29:52.363Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-03-10T11:29:52.363Z | |
| 69 | 2026-03-10T11:29:52.363Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-03-10T11:29:52.363Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-03-10T11:29:52.363Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-03-10T11:29:52.363Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-03-10T11:29:52.460Z | + rustup --version |
| 74 | 2026-03-10T11:29:52.471Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-03-10T11:29:52.474Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-03-10T11:29:52.541Z | info: The currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 77 | 2026-03-10T11:29:52.544Z | + cargo --version |
| 78 | 2026-03-10T11:29:52.598Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 79 | 2026-03-10T11:29:52.601Z | + rustc --version |
| 80 | 2026-03-10T11:29:52.662Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 81 | 2026-03-10T11:29:52.665Z | process exited: duration 26968 ms, exit code 0 |
| |
| 82 | 2026-03-10T11:29:52.671Z | starting task 2: "authentication" |
| 83 | 2026-03-10T11:29:52.690Z | process exited: duration 19 ms, exit code 0 |
| |
| 84 | 2026-03-10T11:29:52.696Z | starting task 3: "clone repository" |
| 85 | 2026-03-10T11:29:52.700Z | + mkdir -p /work/oxidecomputer/opte |
| 86 | 2026-03-10T11:29:52.703Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 87 | 2026-03-10T11:29:52.736Z | Cloning into '/work/oxidecomputer/opte'... |
| 88 | 2026-03-10T11:29:53.575Z | + cd /work/oxidecomputer/opte |
| 89 | 2026-03-10T11:29:53.575Z | + git fetch origin 596f57d8e43c618d5a224f994537e1f5d0082067 |
| 90 | 2026-03-10T11:29:53.837Z | From https://github.com/oxidecomputer/opte |
| 91 | 2026-03-10T11:29:53.837Z | * branch 596f57d8e43c618d5a224f994537e1f5d0082067 -> FETCH_HEAD |
| 92 | 2026-03-10T11:29:53.844Z | + [[ -n renovate/rust-1.x ]] |
| 93 | 2026-03-10T11:29:53.847Z | ++ git branch --show-current |
| 94 | 2026-03-10T11:29:53.850Z | + current=master |
| 95 | 2026-03-10T11:29:53.850Z | + [[ master != renovate/rust-1.x ]] |
| 96 | 2026-03-10T11:29:53.850Z | + git branch -f renovate/rust-1.x 596f57d8e43c618d5a224f994537e1f5d0082067 |
| 97 | 2026-03-10T11:29:53.853Z | + git checkout -f renovate/rust-1.x |
| 98 | 2026-03-10T11:29:53.861Z | Switched to branch 'renovate/rust-1.x' |
| 99 | 2026-03-10T11:29:53.864Z | + git reset --hard 596f57d8e43c618d5a224f994537e1f5d0082067 |
| 100 | 2026-03-10T11:29:53.873Z | HEAD is now at 596f57d Update dependency rust to v1.94.0 |
| 101 | 2026-03-10T11:29:53.875Z | process exited: duration 1177 ms, exit code 0 |
| |
| 102 | 2026-03-10T11:29:53.881Z | starting task 4: "build" |
| 103 | 2026-03-10T11:29:53.886Z | + source .github/buildomat/common.sh |
| 104 | 2026-03-10T11:29:53.888Z | ++ rustup show active-toolchain |
| 105 | 2026-03-10T11:29:53.926Z | 1.94.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 106 | 2026-03-10T11:29:53.929Z | ++ pushd xde |
| 107 | 2026-03-10T11:29:53.929Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 108 | 2026-03-10T11:29:53.929Z | ++ rustup show active-toolchain |
| 109 | 2026-03-10T11:29:53.935Z | info: syncing channel updates for 'nightly-2026-02-24-x86_64-unknown-illumos' |
| 110 | 2026-03-10T11:29:54.095Z | info: latest update on 2026-02-24, rust version 1.95.0-nightly (b3869b94c 2026-02-23) |
| 111 | 2026-03-10T11:29:54.098Z | info: downloading component 'cargo' |
| 112 | 2026-03-10T11:29:55.314Z | info: downloading component 'clippy' |
| 113 | 2026-03-10T11:29:55.797Z | info: downloading component 'rust-src' |
| 114 | 2026-03-10T11:29:56.142Z | info: downloading component 'rust-std' |
| 115 | 2026-03-10T11:29:57.934Z | info: downloading component 'rustc' |
| 116 | 2026-03-10T11:30:06.790Z | info: downloading component 'rustfmt' |
| 117 | 2026-03-10T11:30:07.062Z | info: installing component 'cargo' |
| 118 | 2026-03-10T11:30:07.899Z | info: installing component 'clippy' |
| 119 | 2026-03-10T11:30:08.269Z | info: installing component 'rust-src' |
| 120 | 2026-03-10T11:30:08.623Z | info: installing component 'rust-std' |
| 121 | 2026-03-10T11:30:10.140Z | info: installing component 'rustc' |
| 122 | 2026-03-10T11:30:15.960Z | info: installing component 'rustfmt' |
| 123 | 2026-03-10T11:30:16.250Z | nightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 124 | 2026-03-10T11:30:16.342Z | +++ rustup show active-toolchain -v |
| 125 | 2026-03-10T11:30:16.345Z | +++ head -n 1 |
| 126 | 2026-03-10T11:30:16.345Z | +++ cut '-d ' -f1 |
| 127 | 2026-03-10T11:30:16.429Z | ++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos |
| 128 | 2026-03-10T11:30:16.429Z | ++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos |
| 129 | 2026-03-10T11:30:16.429Z | ++ popd |
| 130 | 2026-03-10T11:30:16.432Z | /work/oxidecomputer/opte |
| 131 | 2026-03-10T11:30:16.432Z | + cargo --version |
| 132 | 2026-03-10T11:30:16.477Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 133 | 2026-03-10T11:30:16.480Z | + rustc --version |
| 134 | 2026-03-10T11:30:16.541Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 135 | 2026-03-10T11:30:16.544Z | + pushd bin/opteadm |
| 136 | 2026-03-10T11:30:16.544Z | /work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte |
| 137 | 2026-03-10T11:30:16.544Z | + header 'check style' |
| 138 | 2026-03-10T11:30:16.544Z | + echo '# ==== check style ==== #' |
| 139 | 2026-03-10T11:30:16.544Z | # ==== check style ==== # |
| 140 | 2026-03-10T11:30:16.544Z | + ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check |
| 141 | 2026-03-10T11:30:16.716Z | |
| 142 | 2026-03-10T11:30:16.716Z | real 0.168536331 |
| 143 | 2026-03-10T11:30:16.716Z | user 0.109560856 |
| 144 | 2026-03-10T11:30:16.716Z | sys 0.055373422 |
| 145 | 2026-03-10T11:30:16.719Z | trap 0.000003546 |
| 146 | 2026-03-10T11:30:16.719Z | tflt 0.000009562 |
| 147 | 2026-03-10T11:30:16.719Z | dflt 0.000016916 |
| 148 | 2026-03-10T11:30:16.719Z | kflt 0.000000000 |
| 149 | 2026-03-10T11:30:16.719Z | lock 0.529754882 |
| 150 | 2026-03-10T11:30:16.719Z | slp 0.174720213 |
| 151 | 2026-03-10T11:30:16.719Z | lat 0.000172119 |
| 152 | 2026-03-10T11:30:16.719Z | stop 0.000121850 |
| 153 | 2026-03-10T11:30:16.719Z | + header analyze |
| 154 | 2026-03-10T11:30:16.719Z | + echo '# ==== analyze ==== #' |
| 155 | 2026-03-10T11:30:16.719Z | # ==== analyze ==== # |
| 156 | 2026-03-10T11:30:16.719Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 157 | 2026-03-10T11:30:16.955Z | Updating crates.io index |
| 158 | 2026-03-10T11:30:16.996Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 159 | 2026-03-10T11:30:18.025Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 160 | 2026-03-10T11:30:18.307Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 161 | 2026-03-10T11:30:18.679Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 162 | 2026-03-10T11:30:19.106Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 163 | 2026-03-10T11:30:19.344Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 164 | 2026-03-10T11:30:19.629Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 165 | 2026-03-10T11:30:21.921Z | Downloading crates ... |
| 166 | 2026-03-10T11:30:21.974Z | Downloaded anyhow v1.0.102 |
| 167 | 2026-03-10T11:30:21.980Z | Downloaded is_terminal_polyfill v1.70.2 |
| 168 | 2026-03-10T11:30:21.983Z | Downloaded fnv v1.0.7 |
| 169 | 2026-03-10T11:30:21.983Z | Downloaded bitflags v1.3.2 |
| 170 | 2026-03-10T11:30:21.986Z | Downloaded cstr-argument v0.1.2 |
| 171 | 2026-03-10T11:30:21.988Z | Downloaded defmt-parser v1.0.0 |
| 172 | 2026-03-10T11:30:21.991Z | Downloaded anstyle-query v1.1.5 |
| 173 | 2026-03-10T11:30:21.991Z | Downloaded bitflags v2.11.0 |
| 174 | 2026-03-10T11:30:21.994Z | Downloaded errno v0.3.14 |
| 175 | 2026-03-10T11:30:21.994Z | Downloaded darling v0.21.3 |
| 176 | 2026-03-10T11:30:21.997Z | Downloaded chacha20 v0.10.0 |
| 177 | 2026-03-10T11:30:22.001Z | Downloaded zerocopy-derive v0.8.42 |
| 178 | 2026-03-10T11:30:22.005Z | Downloaded ref-cast-impl v1.0.25 |
| 179 | 2026-03-10T11:30:22.008Z | Downloaded foreign-types-shared v0.3.1 |
| 180 | 2026-03-10T11:30:22.008Z | Downloaded cpufeatures v0.3.0 |
| 181 | 2026-03-10T11:30:22.008Z | Downloaded anstyle v1.0.13 |
| 182 | 2026-03-10T11:30:22.011Z | Downloaded ingot-types v0.1.2 |
| 183 | 2026-03-10T11:30:22.011Z | Downloaded colorchoice v1.0.4 |
| 184 | 2026-03-10T11:30:22.011Z | Downloaded proc-macro-crate v3.5.0 |
| 185 | 2026-03-10T11:30:22.014Z | Downloaded clap_lex v1.0.0 |
| 186 | 2026-03-10T11:30:22.014Z | Downloaded equivalent v1.0.2 |
| 187 | 2026-03-10T11:30:22.014Z | Downloaded cobs v0.3.0 |
| 188 | 2026-03-10T11:30:22.017Z | Downloaded zerocopy v0.8.42 |
| 189 | 2026-03-10T11:30:22.026Z | Downloaded pretty-hex v0.4.1 |
| 190 | 2026-03-10T11:30:22.029Z | Downloaded ipnetwork v0.21.1 |
| 191 | 2026-03-10T11:30:22.029Z | Downloaded foreign-types v0.5.0 |
| 192 | 2026-03-10T11:30:22.031Z | Downloaded defmt v0.3.100 |
| 193 | 2026-03-10T11:30:22.032Z | Downloaded darling_macro v0.21.3 |
| 194 | 2026-03-10T11:30:22.032Z | Downloaded strsim v0.11.1 |
| 195 | 2026-03-10T11:30:22.034Z | Downloaded macaddr v1.0.1 |
| 196 | 2026-03-10T11:30:22.037Z | Downloaded colored v3.1.1 |
| 197 | 2026-03-10T11:30:22.040Z | Downloaded embedded-io v0.6.1 |
| 198 | 2026-03-10T11:30:22.040Z | Downloaded either v1.15.0 |
| 199 | 2026-03-10T11:30:22.043Z | Downloaded ident_case v1.0.1 |
| 200 | 2026-03-10T11:30:22.046Z | Downloaded tabwriter v1.4.1 |
| 201 | 2026-03-10T11:30:22.046Z | Downloaded cfg-if v1.0.4 |
| 202 | 2026-03-10T11:30:22.048Z | Downloaded foreign-types-macros v0.2.3 |
| 203 | 2026-03-10T11:30:22.056Z | Downloaded embedded-io v0.4.0 |
| 204 | 2026-03-10T11:30:22.061Z | Downloaded managed v0.8.0 |
| 205 | 2026-03-10T11:30:22.064Z | Downloaded stable_deref_trait v1.2.1 |
| 206 | 2026-03-10T11:30:22.068Z | Downloaded hash32 v0.3.1 |
| 207 | 2026-03-10T11:30:22.071Z | Downloaded version_check v0.9.5 |
| 208 | 2026-03-10T11:30:22.074Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 209 | 2026-03-10T11:30:22.074Z | Downloaded utf8parse v0.2.2 |
| 210 | 2026-03-10T11:30:22.077Z | Downloaded dyn-clone v1.0.20 |
| 211 | 2026-03-10T11:30:22.079Z | Downloaded anstyle-parse v0.2.7 |
| 212 | 2026-03-10T11:30:22.082Z | Downloaded num_enum_derive v0.7.5 |
| 213 | 2026-03-10T11:30:22.082Z | Downloaded defmt v1.0.1 |
| 214 | 2026-03-10T11:30:22.085Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 215 | 2026-03-10T11:30:22.100Z | Downloaded terminal_size v0.4.3 |
| 216 | 2026-03-10T11:30:22.108Z | Downloaded num_enum v0.7.5 |
| 217 | 2026-03-10T11:30:22.108Z | Downloaded heck v0.5.0 |
| 218 | 2026-03-10T11:30:22.108Z | Downloaded ref-cast v1.0.25 |
| 219 | 2026-03-10T11:30:22.112Z | Downloaded rustversion v1.0.22 |
| 220 | 2026-03-10T11:30:22.115Z | Downloaded proc-macro-error2 v2.0.1 |
| 221 | 2026-03-10T11:30:22.117Z | Downloaded quote v1.0.45 |
| 222 | 2026-03-10T11:30:22.117Z | Downloaded oxnet v0.1.4 |
| 223 | 2026-03-10T11:30:22.120Z | Downloaded thiserror v2.0.18 |
| 224 | 2026-03-10T11:30:22.123Z | Downloaded defmt-macros v1.0.1 |
| 225 | 2026-03-10T11:30:22.126Z | Downloaded byteorder v1.5.0 |
| 226 | 2026-03-10T11:30:22.126Z | Downloaded ingot-macros v0.1.1 |
| 227 | 2026-03-10T11:30:22.129Z | Downloaded anstream v0.6.21 |
| 228 | 2026-03-10T11:30:22.129Z | Downloaded pin-project-lite v0.2.17 |
| 229 | 2026-03-10T11:30:22.132Z | Downloaded once_cell v1.21.3 |
| 230 | 2026-03-10T11:30:22.135Z | Downloaded rand_core v0.10.0 |
| 231 | 2026-03-10T11:30:22.137Z | Downloaded thiserror-impl v2.0.18 |
| 232 | 2026-03-10T11:30:22.146Z | Downloaded tracing-attributes v0.1.31 |
| 233 | 2026-03-10T11:30:22.149Z | Downloaded postcard v1.1.3 |
| 234 | 2026-03-10T11:30:22.161Z | Downloaded clap_derive v4.5.55 |
| 235 | 2026-03-10T11:30:22.164Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 236 | 2026-03-10T11:30:22.166Z | Downloaded ingot v0.1.1 |
| 237 | 2026-03-10T11:30:22.167Z | Downloaded getrandom v0.4.2 |
| 238 | 2026-03-10T11:30:22.169Z | Downloaded heapless v0.8.0 |
| 239 | 2026-03-10T11:30:22.172Z | Downloaded aho-corasick v1.1.4 |
| 240 | 2026-03-10T11:30:22.178Z | Downloaded socket2 v0.6.3 |
| 241 | 2026-03-10T11:30:22.183Z | Downloaded serde_derive v1.0.228 |
| 242 | 2026-03-10T11:30:22.186Z | Downloaded clap v4.5.60 |
| 243 | 2026-03-10T11:30:22.192Z | Downloaded proc-macro2 v1.0.106 |
| 244 | 2026-03-10T11:30:22.195Z | Downloaded darling_core v0.21.3 |
| 245 | 2026-03-10T11:30:22.203Z | Downloaded serde_core v1.0.228 |
| 246 | 2026-03-10T11:30:22.206Z | Downloaded tracing-core v0.1.36 |
| 247 | 2026-03-10T11:30:22.212Z | Downloaded unicode-ident v1.0.24 |
| 248 | 2026-03-10T11:30:22.221Z | Downloaded uuid v1.22.0 |
| 249 | 2026-03-10T11:30:22.229Z | Downloaded toml_edit v0.25.4+spec-1.1.0 |
| 250 | 2026-03-10T11:30:22.232Z | Downloaded serde v1.0.228 |
| 251 | 2026-03-10T11:30:22.235Z | Downloaded memchr v2.8.0 |
| 252 | 2026-03-10T11:30:22.238Z | Downloaded indexmap v2.13.0 |
| 253 | 2026-03-10T11:30:22.259Z | Downloaded rand v0.10.0 |
| 254 | 2026-03-10T11:30:22.275Z | Downloaded regex v1.12.3 |
| 255 | 2026-03-10T11:30:22.288Z | Downloaded hashbrown v0.16.1 |
| 256 | 2026-03-10T11:30:22.307Z | Downloaded itertools v0.14.0 |
| 257 | 2026-03-10T11:30:22.311Z | Downloaded clap_builder v4.5.60 |
| 258 | 2026-03-10T11:30:22.318Z | Downloaded winnow v0.7.15 |
| 259 | 2026-03-10T11:30:22.333Z | Downloaded syn v1.0.109 |
| 260 | 2026-03-10T11:30:22.382Z | Downloaded unicode-width v0.2.2 |
| 261 | 2026-03-10T11:30:22.392Z | Downloaded syn v2.0.117 |
| 262 | 2026-03-10T11:30:22.399Z | Downloaded smoltcp v0.11.0 |
| 263 | 2026-03-10T11:30:22.411Z | Downloaded regex-syntax v0.8.10 |
| 264 | 2026-03-10T11:30:22.426Z | Downloaded rustix v1.1.4 |
| 265 | 2026-03-10T11:30:22.442Z | Downloaded tracing v0.1.44 |
| 266 | 2026-03-10T11:30:22.456Z | Downloaded regex-automata v0.4.14 |
| 267 | 2026-03-10T11:30:22.466Z | Downloaded libc v0.2.183 |
| 268 | 2026-03-10T11:30:22.544Z | Compiling proc-macro2 v1.0.106 |
| 269 | 2026-03-10T11:30:22.547Z | Compiling quote v1.0.45 |
| 270 | 2026-03-10T11:30:22.547Z | Compiling unicode-ident v1.0.24 |
| 271 | 2026-03-10T11:30:22.547Z | Compiling serde_core v1.0.228 |
| 272 | 2026-03-10T11:30:22.547Z | Compiling libc v0.2.183 |
| 273 | 2026-03-10T11:30:22.547Z | Checking cfg-if v1.0.4 |
| 274 | 2026-03-10T11:30:22.547Z | Compiling ident_case v1.0.1 |
| 275 | 2026-03-10T11:30:22.547Z | Compiling memchr v2.8.0 |
| 276 | 2026-03-10T11:30:22.706Z | Compiling fnv v1.0.7 |
| 277 | 2026-03-10T11:30:22.784Z | Compiling strsim v0.11.1 |
| 278 | 2026-03-10T11:30:22.787Z | Compiling thiserror v2.0.18 |
| 279 | 2026-03-10T11:30:22.820Z | Compiling regex-syntax v0.8.10 |
| 280 | 2026-03-10T11:30:23.128Z | Compiling zerocopy v0.8.42 |
| 281 | 2026-03-10T11:30:23.184Z | Compiling winnow v0.7.15 |
| 282 | 2026-03-10T11:30:23.434Z | Compiling aho-corasick v1.1.4 |
| 283 | 2026-03-10T11:30:23.483Z | Compiling anyhow v1.0.102 |
| 284 | 2026-03-10T11:30:23.604Z | Compiling equivalent v1.0.2 |
| 285 | 2026-03-10T11:30:23.616Z | Compiling serde v1.0.228 |
| 286 | 2026-03-10T11:30:23.694Z | Compiling either v1.15.0 |
| 287 | 2026-03-10T11:30:23.867Z | Compiling hashbrown v0.16.1 |
| 288 | 2026-03-10T11:30:24.024Z | Compiling itertools v0.14.0 |
| 289 | 2026-03-10T11:30:24.225Z | Compiling syn v2.0.117 |
| 290 | 2026-03-10T11:30:24.302Z | Compiling heapless v0.8.0 |
| 291 | 2026-03-10T11:30:24.548Z | Compiling indexmap v2.13.0 |
| 292 | 2026-03-10T11:30:24.651Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 293 | 2026-03-10T11:30:24.934Z | Compiling regex-automata v0.4.14 |
| 294 | 2026-03-10T11:30:25.138Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 295 | 2026-03-10T11:30:25.147Z | Checking bitflags v2.11.0 |
| 296 | 2026-03-10T11:30:25.349Z | Checking byteorder v1.5.0 |
| 297 | 2026-03-10T11:30:25.397Z | Checking stable_deref_trait v1.2.1 |
| 298 | 2026-03-10T11:30:25.474Z | Compiling syn v1.0.109 |
| 299 | 2026-03-10T11:30:25.546Z | Checking hash32 v0.3.1 |
| 300 | 2026-03-10T11:30:25.570Z | Checking macaddr v1.0.1 |
| 301 | 2026-03-10T11:30:25.658Z | Compiling toml_edit v0.25.4+spec-1.1.0 |
| 302 | 2026-03-10T11:30:25.673Z | Compiling rustversion v1.0.22 |
| 303 | 2026-03-10T11:30:25.722Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 304 | 2026-03-10T11:30:25.744Z | Compiling smoltcp v0.11.0 |
| 305 | 2026-03-10T11:30:25.903Z | Compiling version_check v0.9.5 |
| 306 | 2026-03-10T11:30:26.013Z | Compiling rustix v1.1.4 |
| 307 | 2026-03-10T11:30:26.142Z | Checking bitflags v1.3.2 |
| 308 | 2026-03-10T11:30:26.174Z | Checking rand_core v0.10.0 |
| 309 | 2026-03-10T11:30:26.214Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 310 | 2026-03-10T11:30:26.261Z | Checking managed v0.8.0 |
| 311 | 2026-03-10T11:30:26.338Z | Compiling ref-cast v1.0.25 |
| 312 | 2026-03-10T11:30:26.361Z | Compiling proc-macro-crate v3.5.0 |
| 313 | 2026-03-10T11:30:26.442Z | Compiling getrandom v0.4.2 |
| 314 | 2026-03-10T11:30:26.722Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 315 | 2026-03-10T11:30:26.908Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 316 | 2026-03-10T11:30:26.939Z | Checking errno v0.3.14 |
| 317 | 2026-03-10T11:30:27.009Z | Checking unicode-width v0.2.2 |
| 318 | 2026-03-10T11:30:27.077Z | Checking ipnetwork v0.21.1 |
| 319 | 2026-03-10T11:30:27.289Z | Compiling regex v1.12.3 |
| 320 | 2026-03-10T11:30:27.297Z | Checking cpufeatures v0.3.0 |
| 321 | 2026-03-10T11:30:27.368Z | Checking once_cell v1.21.3 |
| 322 | 2026-03-10T11:30:27.460Z | Checking foreign-types-shared v0.3.1 |
| 323 | 2026-03-10T11:30:27.557Z | Checking utf8parse v0.2.2 |
| 324 | 2026-03-10T11:30:27.579Z | Checking tracing-core v0.1.36 |
| 325 | 2026-03-10T11:30:27.670Z | Checking anstyle-parse v0.2.7 |
| 326 | 2026-03-10T11:30:27.811Z | Compiling darling_core v0.21.3 |
| 327 | 2026-03-10T11:30:27.822Z | Checking cstr-argument v0.1.2 |
| 328 | 2026-03-10T11:30:27.854Z | Checking chacha20 v0.10.0 |
| 329 | 2026-03-10T11:30:28.002Z | Checking tabwriter v1.4.1 |
| 330 | 2026-03-10T11:30:28.321Z | Checking anstyle v1.0.13 |
| 331 | 2026-03-10T11:30:28.545Z | Checking pretty-hex v0.4.1 |
| 332 | 2026-03-10T11:30:28.554Z | Checking dyn-clone v1.0.20 |
| 333 | 2026-03-10T11:30:28.557Z | Checking pin-project-lite v0.2.17 |
| 334 | 2026-03-10T11:30:28.572Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747) |
| 335 | 2026-03-10T11:30:28.638Z | Checking colorchoice v1.0.4 |
| 336 | 2026-03-10T11:30:28.660Z | Checking is_terminal_polyfill v1.70.2 |
| 337 | 2026-03-10T11:30:28.669Z | Checking anstyle-query v1.1.5 |
| 338 | 2026-03-10T11:30:28.678Z | Checking terminal_size v0.4.3 |
| 339 | 2026-03-10T11:30:28.769Z | Checking anstream v0.6.21 |
| 340 | 2026-03-10T11:30:28.808Z | Checking rand v0.10.0 |
| 341 | 2026-03-10T11:30:28.834Z | Checking uuid v1.22.0 |
| 342 | 2026-03-10T11:30:29.026Z | Checking socket2 v0.6.3 |
| 343 | 2026-03-10T11:30:29.183Z | Checking colored v3.1.1 |
| 344 | 2026-03-10T11:30:29.354Z | Compiling heck v0.5.0 |
| 345 | 2026-03-10T11:30:29.386Z | Checking oxnet v0.1.4 |
| 346 | 2026-03-10T11:30:29.430Z | Checking clap_lex v1.0.0 |
| 347 | 2026-03-10T11:30:29.444Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 348 | 2026-03-10T11:30:29.613Z | Checking clap_builder v4.5.60 |
| 349 | 2026-03-10T11:30:29.774Z | Compiling thiserror-impl v2.0.18 |
| 350 | 2026-03-10T11:30:29.797Z | Compiling zerocopy-derive v0.8.42 |
| 351 | 2026-03-10T11:30:29.935Z | Compiling serde_derive v1.0.228 |
| 352 | 2026-03-10T11:30:30.094Z | Compiling num_enum_derive v0.7.5 |
| 353 | 2026-03-10T11:30:30.229Z | Compiling darling_macro v0.21.3 |
| 354 | 2026-03-10T11:30:30.676Z | Compiling foreign-types-macros v0.2.3 |
| 355 | 2026-03-10T11:30:30.893Z | Compiling darling v0.21.3 |
| 356 | 2026-03-10T11:30:30.982Z | Compiling ingot-macros v0.1.1 |
| 357 | 2026-03-10T11:30:31.370Z | Compiling ref-cast-impl v1.0.25 |
| 358 | 2026-03-10T11:30:31.395Z | Checking num_enum v0.7.5 |
| 359 | 2026-03-10T11:30:31.461Z | Checking foreign-types v0.5.0 |
| 360 | 2026-03-10T11:30:31.504Z | Checking cobs v0.3.0 |
| 361 | 2026-03-10T11:30:31.527Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 362 | 2026-03-10T11:30:31.540Z | Compiling tracing-attributes v0.1.31 |
| 363 | 2026-03-10T11:30:31.674Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 364 | 2026-03-10T11:30:31.758Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 365 | 2026-03-10T11:30:31.895Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 366 | 2026-03-10T11:30:32.091Z | Compiling clap_derive v4.5.55 |
| 367 | 2026-03-10T11:30:32.358Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 368 | 2026-03-10T11:30:32.979Z | Checking tracing v0.1.44 |
| 369 | 2026-03-10T11:30:33.661Z | Checking postcard v1.1.3 |
| 370 | 2026-03-10T11:30:33.873Z | Checking clap v4.5.60 |
| 371 | 2026-03-10T11:30:35.442Z | Checking ingot-types v0.1.2 |
| 372 | 2026-03-10T11:30:35.825Z | Checking ingot v0.1.1 |
| 373 | 2026-03-10T11:30:37.776Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 374 | 2026-03-10T11:30:39.459Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 375 | 2026-03-10T11:30:41.053Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 376 | 2026-03-10T11:30:42.193Z | Finished `dev` profile [optimized + debuginfo] target(s) in 25.32s |
| 377 | 2026-03-10T11:30:42.329Z | |
| 378 | 2026-03-10T11:30:42.332Z | real 25.588883230 |
| 379 | 2026-03-10T11:30:42.332Z | user 1:17.176590450 |
| 380 | 2026-03-10T11:30:42.332Z | sys 15.987426926 |
| 381 | 2026-03-10T11:30:42.332Z | trap 0.048884377 |
| 382 | 2026-03-10T11:30:42.332Z | tflt 0.064329295 |
| 383 | 2026-03-10T11:30:42.332Z | dflt 0.117252063 |
| 384 | 2026-03-10T11:30:42.332Z | kflt 0.002086600 |
| 385 | 2026-03-10T11:30:42.332Z | lock 4:15.253314595 |
| 386 | 2026-03-10T11:30:42.332Z | slp 4:01.621043167 |
| 387 | 2026-03-10T11:30:42.332Z | lat 5.688957834 |
| 388 | 2026-03-10T11:30:42.332Z | stop 15.315331473 |
| 389 | 2026-03-10T11:30:42.332Z | + header 'debug build' |
| 390 | 2026-03-10T11:30:42.332Z | + echo '# ==== debug build ==== #' |
| 391 | 2026-03-10T11:30:42.332Z | # ==== debug build ==== # |
| 392 | 2026-03-10T11:30:42.332Z | + ptime -m cargo build |
| 393 | 2026-03-10T11:30:42.575Z | Compiling cfg-if v1.0.4 |
| 394 | 2026-03-10T11:30:42.577Z | Compiling serde_core v1.0.228 |
| 395 | 2026-03-10T11:30:42.578Z | Compiling libc v0.2.183 |
| 396 | 2026-03-10T11:30:42.608Z | Compiling thiserror v2.0.18 |
| 397 | 2026-03-10T11:30:42.612Z | Compiling byteorder v1.5.0 |
| 398 | 2026-03-10T11:30:42.615Z | Compiling zerocopy v0.8.42 |
| 399 | 2026-03-10T11:30:42.618Z | Compiling stable_deref_trait v1.2.1 |
| 400 | 2026-03-10T11:30:42.618Z | Compiling macaddr v1.0.1 |
| 401 | 2026-03-10T11:30:42.664Z | Compiling rand_core v0.10.0 |
| 402 | 2026-03-10T11:30:42.682Z | Compiling cobs v0.3.0 |
| 403 | 2026-03-10T11:30:42.704Z | Compiling managed v0.8.0 |
| 404 | 2026-03-10T11:30:42.826Z | Compiling hash32 v0.3.1 |
| 405 | 2026-03-10T11:30:42.849Z | Compiling bitflags v1.3.2 |
| 406 | 2026-03-10T11:30:42.927Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 407 | 2026-03-10T11:30:42.933Z | Compiling memchr v2.8.0 |
| 408 | 2026-03-10T11:30:42.994Z | Compiling heapless v0.8.0 |
| 409 | 2026-03-10T11:30:43.004Z | Compiling errno v0.3.14 |
| 410 | 2026-03-10T11:30:43.028Z | Compiling utf8parse v0.2.2 |
| 411 | 2026-03-10T11:30:43.087Z | Compiling cpufeatures v0.3.0 |
| 412 | 2026-03-10T11:30:43.143Z | Compiling unicode-width v0.2.2 |
| 413 | 2026-03-10T11:30:43.161Z | Compiling ipnetwork v0.21.1 |
| 414 | 2026-03-10T11:30:43.190Z | Compiling once_cell v1.21.3 |
| 415 | 2026-03-10T11:30:43.200Z | Compiling foreign-types-shared v0.3.1 |
| 416 | 2026-03-10T11:30:43.290Z | Compiling foreign-types v0.5.0 |
| 417 | 2026-03-10T11:30:43.409Z | Compiling tracing-core v0.1.36 |
| 418 | 2026-03-10T11:30:43.476Z | Compiling cstr-argument v0.1.2 |
| 419 | 2026-03-10T11:30:43.520Z | Compiling smoltcp v0.11.0 |
| 420 | 2026-03-10T11:30:43.553Z | Compiling tabwriter v1.4.1 |
| 421 | 2026-03-10T11:30:43.680Z | Compiling chacha20 v0.10.0 |
| 422 | 2026-03-10T11:30:43.816Z | Compiling anstyle-parse v0.2.7 |
| 423 | 2026-03-10T11:30:44.066Z | Compiling getrandom v0.4.2 |
| 424 | 2026-03-10T11:30:44.072Z | Compiling ref-cast v1.0.25 |
| 425 | 2026-03-10T11:30:44.105Z | Compiling num_enum v0.7.5 |
| 426 | 2026-03-10T11:30:44.177Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 427 | 2026-03-10T11:30:44.233Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 428 | 2026-03-10T11:30:44.301Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 429 | 2026-03-10T11:30:44.322Z | Compiling anstyle-query v1.1.5 |
| 430 | 2026-03-10T11:30:44.357Z | Compiling is_terminal_polyfill v1.70.2 |
| 431 | 2026-03-10T11:30:44.442Z | Compiling pin-project-lite v0.2.17 |
| 432 | 2026-03-10T11:30:44.451Z | Compiling dyn-clone v1.0.20 |
| 433 | 2026-03-10T11:30:44.497Z | Compiling anstyle v1.0.13 |
| 434 | 2026-03-10T11:30:44.544Z | Compiling pretty-hex v0.4.1 |
| 435 | 2026-03-10T11:30:44.641Z | Compiling colorchoice v1.0.4 |
| 436 | 2026-03-10T11:30:44.695Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 437 | 2026-03-10T11:30:44.771Z | Compiling anstream v0.6.21 |
| 438 | 2026-03-10T11:30:44.836Z | Compiling tracing v0.1.44 |
| 439 | 2026-03-10T11:30:44.952Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 440 | 2026-03-10T11:30:44.985Z | Compiling bitflags v2.11.0 |
| 441 | 2026-03-10T11:30:45.146Z | Compiling serde v1.0.228 |
| 442 | 2026-03-10T11:30:45.238Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 443 | 2026-03-10T11:30:45.311Z | Compiling rustix v1.1.4 |
| 444 | 2026-03-10T11:30:45.446Z | Compiling uuid v1.22.0 |
| 445 | 2026-03-10T11:30:45.545Z | Compiling anyhow v1.0.102 |
| 446 | 2026-03-10T11:30:45.567Z | Compiling rand v0.10.0 |
| 447 | 2026-03-10T11:30:46.016Z | Compiling postcard v1.1.3 |
| 448 | 2026-03-10T11:30:46.066Z | Compiling terminal_size v0.4.3 |
| 449 | 2026-03-10T11:30:46.187Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 450 | 2026-03-10T11:30:46.248Z | Compiling socket2 v0.6.3 |
| 451 | 2026-03-10T11:30:46.324Z | Compiling oxnet v0.1.4 |
| 452 | 2026-03-10T11:30:46.475Z | Compiling clap_lex v1.0.0 |
| 453 | 2026-03-10T11:30:46.650Z | Compiling colored v3.1.1 |
| 454 | 2026-03-10T11:30:46.819Z | Compiling ingot-types v0.1.2 |
| 455 | 2026-03-10T11:30:46.869Z | Compiling strsim v0.11.1 |
| 456 | 2026-03-10T11:30:46.915Z | Compiling winnow v0.7.15 |
| 457 | 2026-03-10T11:30:46.971Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 458 | 2026-03-10T11:30:47.361Z | Compiling ingot v0.1.1 |
| 459 | 2026-03-10T11:30:47.470Z | Compiling clap_builder v4.5.60 |
| 460 | 2026-03-10T11:30:48.815Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747) |
| 461 | 2026-03-10T11:30:49.577Z | Compiling clap v4.5.60 |
| 462 | 2026-03-10T11:30:49.656Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 463 | 2026-03-10T11:30:51.554Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 464 | 2026-03-10T11:30:53.365Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 465 | 2026-03-10T11:30:59.083Z | Finished `dev` profile [optimized + debuginfo] target(s) in 16.69s |
| 466 | 2026-03-10T11:30:59.120Z | |
| 467 | 2026-03-10T11:30:59.123Z | real 16.766858852 |
| 468 | 2026-03-10T11:30:59.123Z | user 1:25.685077098 |
| 469 | 2026-03-10T11:30:59.123Z | sys 7.347029777 |
| 470 | 2026-03-10T11:30:59.123Z | trap 0.041976800 |
| 471 | 2026-03-10T11:30:59.123Z | tflt 0.112484169 |
| 472 | 2026-03-10T11:30:59.123Z | dflt 0.149973513 |
| 473 | 2026-03-10T11:30:59.123Z | kflt 0.000002388 |
| 474 | 2026-03-10T11:30:59.123Z | lock 4:06.946479676 |
| 475 | 2026-03-10T11:30:59.123Z | slp 2:34.915440168 |
| 476 | 2026-03-10T11:30:59.123Z | lat 5.375827886 |
| 477 | 2026-03-10T11:30:59.123Z | stop 4.400818378 |
| 478 | 2026-03-10T11:30:59.123Z | + header 'release build' |
| 479 | 2026-03-10T11:30:59.123Z | + echo '# ==== release build ==== #' |
| 480 | 2026-03-10T11:30:59.123Z | # ==== release build ==== # |
| 481 | 2026-03-10T11:30:59.123Z | + ptime -m cargo build --release |
| 482 | 2026-03-10T11:30:59.290Z | Compiling proc-macro2 v1.0.106 |
| 483 | 2026-03-10T11:30:59.290Z | Compiling unicode-ident v1.0.24 |
| 484 | 2026-03-10T11:30:59.293Z | Compiling quote v1.0.45 |
| 485 | 2026-03-10T11:30:59.293Z | Compiling serde_core v1.0.228 |
| 486 | 2026-03-10T11:30:59.293Z | Compiling libc v0.2.183 |
| 487 | 2026-03-10T11:30:59.293Z | Compiling cfg-if v1.0.4 |
| 488 | 2026-03-10T11:30:59.293Z | Compiling thiserror v2.0.18 |
| 489 | 2026-03-10T11:30:59.293Z | Compiling memchr v2.8.0 |
| 490 | 2026-03-10T11:30:59.380Z | Compiling fnv v1.0.7 |
| 491 | 2026-03-10T11:30:59.435Z | Compiling ident_case v1.0.1 |
| 492 | 2026-03-10T11:30:59.474Z | Compiling strsim v0.11.1 |
| 493 | 2026-03-10T11:30:59.558Z | Compiling regex-syntax v0.8.10 |
| 494 | 2026-03-10T11:30:59.670Z | Compiling anyhow v1.0.102 |
| 495 | 2026-03-10T11:30:59.834Z | Compiling aho-corasick v1.1.4 |
| 496 | 2026-03-10T11:30:59.932Z | Compiling winnow v0.7.15 |
| 497 | 2026-03-10T11:31:00.034Z | Compiling hashbrown v0.16.1 |
| 498 | 2026-03-10T11:31:00.046Z | Compiling equivalent v1.0.2 |
| 499 | 2026-03-10T11:31:00.127Z | Compiling zerocopy v0.8.42 |
| 500 | 2026-03-10T11:31:00.242Z | Compiling serde v1.0.228 |
| 501 | 2026-03-10T11:31:00.598Z | Compiling either v1.15.0 |
| 502 | 2026-03-10T11:31:00.723Z | Compiling indexmap v2.13.0 |
| 503 | 2026-03-10T11:31:00.790Z | Compiling syn v2.0.117 |
| 504 | 2026-03-10T11:31:00.843Z | Compiling itertools v0.14.0 |
| 505 | 2026-03-10T11:31:00.929Z | Compiling byteorder v1.5.0 |
| 506 | 2026-03-10T11:31:01.162Z | Compiling heapless v0.8.0 |
| 507 | 2026-03-10T11:31:01.522Z | Compiling regex-automata v0.4.14 |
| 508 | 2026-03-10T11:31:01.543Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 509 | 2026-03-10T11:31:01.759Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 510 | 2026-03-10T11:31:01.898Z | Compiling hash32 v0.3.1 |
| 511 | 2026-03-10T11:31:02.000Z | Compiling stable_deref_trait v1.2.1 |
| 512 | 2026-03-10T11:31:02.052Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 513 | 2026-03-10T11:31:02.074Z | Compiling syn v1.0.109 |
| 514 | 2026-03-10T11:31:02.323Z | Compiling bitflags v2.11.0 |
| 515 | 2026-03-10T11:31:02.374Z | Compiling toml_edit v0.25.4+spec-1.1.0 |
| 516 | 2026-03-10T11:31:02.391Z | Compiling rustversion v1.0.22 |
| 517 | 2026-03-10T11:31:02.435Z | Compiling macaddr v1.0.1 |
| 518 | 2026-03-10T11:31:02.475Z | Compiling smoltcp v0.11.0 |
| 519 | 2026-03-10T11:31:02.685Z | Compiling rand_core v0.10.0 |
| 520 | 2026-03-10T11:31:02.730Z | Compiling version_check v0.9.5 |
| 521 | 2026-03-10T11:31:02.832Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 522 | 2026-03-10T11:31:02.864Z | Compiling ref-cast v1.0.25 |
| 523 | 2026-03-10T11:31:02.878Z | Compiling rustix v1.1.4 |
| 524 | 2026-03-10T11:31:03.087Z | Compiling proc-macro-crate v3.5.0 |
| 525 | 2026-03-10T11:31:03.108Z | Compiling bitflags v1.3.2 |
| 526 | 2026-03-10T11:31:03.180Z | Compiling managed v0.8.0 |
| 527 | 2026-03-10T11:31:03.227Z | Compiling getrandom v0.4.2 |
| 528 | 2026-03-10T11:31:03.295Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 529 | 2026-03-10T11:31:03.555Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 530 | 2026-03-10T11:31:03.623Z | Compiling errno v0.3.14 |
| 531 | 2026-03-10T11:31:03.651Z | Compiling utf8parse v0.2.2 |
| 532 | 2026-03-10T11:31:03.766Z | Compiling ipnetwork v0.21.1 |
| 533 | 2026-03-10T11:31:04.038Z | Compiling regex v1.12.3 |
| 534 | 2026-03-10T11:31:04.229Z | Compiling unicode-width v0.2.2 |
| 535 | 2026-03-10T11:31:04.236Z | Compiling cpufeatures v0.3.0 |
| 536 | 2026-03-10T11:31:04.306Z | Compiling once_cell v1.21.3 |
| 537 | 2026-03-10T11:31:04.566Z | Compiling darling_core v0.21.3 |
| 538 | 2026-03-10T11:31:04.579Z | Compiling foreign-types-shared v0.3.1 |
| 539 | 2026-03-10T11:31:04.588Z | Compiling tracing-core v0.1.36 |
| 540 | 2026-03-10T11:31:04.676Z | Compiling tabwriter v1.4.1 |
| 541 | 2026-03-10T11:31:04.776Z | Compiling cstr-argument v0.1.2 |
| 542 | 2026-03-10T11:31:04.961Z | Compiling chacha20 v0.10.0 |
| 543 | 2026-03-10T11:31:05.080Z | Compiling anstyle-parse v0.2.7 |
| 544 | 2026-03-10T11:31:05.681Z | Compiling colorchoice v1.0.4 |
| 545 | 2026-03-10T11:31:05.797Z | Compiling is_terminal_polyfill v1.70.2 |
| 546 | 2026-03-10T11:31:05.803Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747) |
| 547 | 2026-03-10T11:31:05.838Z | Compiling pin-project-lite v0.2.17 |
| 548 | 2026-03-10T11:31:05.890Z | Compiling anstyle v1.0.13 |
| 549 | 2026-03-10T11:31:05.942Z | Compiling pretty-hex v0.4.1 |
| 550 | 2026-03-10T11:31:06.043Z | Compiling dyn-clone v1.0.20 |
| 551 | 2026-03-10T11:31:06.096Z | Compiling anstyle-query v1.1.5 |
| 552 | 2026-03-10T11:31:06.192Z | Compiling anstream v0.6.21 |
| 553 | 2026-03-10T11:31:06.209Z | Compiling terminal_size v0.4.3 |
| 554 | 2026-03-10T11:31:06.368Z | Compiling rand v0.10.0 |
| 555 | 2026-03-10T11:31:06.380Z | Compiling thiserror-impl v2.0.18 |
| 556 | 2026-03-10T11:31:06.588Z | Compiling serde_derive v1.0.228 |
| 557 | 2026-03-10T11:31:06.697Z | Compiling zerocopy-derive v0.8.42 |
| 558 | 2026-03-10T11:31:06.875Z | Compiling ref-cast-impl v1.0.25 |
| 559 | 2026-03-10T11:31:07.074Z | Compiling num_enum_derive v0.7.5 |
| 560 | 2026-03-10T11:31:07.421Z | Compiling foreign-types-macros v0.2.3 |
| 561 | 2026-03-10T11:31:07.631Z | Compiling darling_macro v0.21.3 |
| 562 | 2026-03-10T11:31:07.716Z | Compiling tracing-attributes v0.1.31 |
| 563 | 2026-03-10T11:31:08.124Z | Compiling cobs v0.3.0 |
| 564 | 2026-03-10T11:31:08.244Z | Compiling foreign-types v0.5.0 |
| 565 | 2026-03-10T11:31:08.324Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 566 | 2026-03-10T11:31:08.331Z | Compiling darling v0.21.3 |
| 567 | 2026-03-10T11:31:08.338Z | Compiling num_enum v0.7.5 |
| 568 | 2026-03-10T11:31:08.385Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 569 | 2026-03-10T11:31:08.411Z | Compiling ingot-macros v0.1.1 |
| 570 | 2026-03-10T11:31:08.461Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 571 | 2026-03-10T11:31:08.522Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 572 | 2026-03-10T11:31:08.693Z | Compiling uuid v1.22.0 |
| 573 | 2026-03-10T11:31:08.826Z | Compiling socket2 v0.6.3 |
| 574 | 2026-03-10T11:31:08.911Z | Compiling clap_lex v1.0.0 |
| 575 | 2026-03-10T11:31:09.088Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 576 | 2026-03-10T11:31:09.216Z | Compiling colored v3.1.1 |
| 577 | 2026-03-10T11:31:09.219Z | Compiling oxnet v0.1.4 |
| 578 | 2026-03-10T11:31:09.389Z | Compiling tracing v0.1.44 |
| 579 | 2026-03-10T11:31:09.565Z | Compiling heck v0.5.0 |
| 580 | 2026-03-10T11:31:09.794Z | Compiling clap_builder v4.5.60 |
| 581 | 2026-03-10T11:31:09.808Z | Compiling clap_derive v4.5.55 |
| 582 | 2026-03-10T11:31:09.925Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 583 | 2026-03-10T11:31:10.914Z | Compiling postcard v1.1.3 |
| 584 | 2026-03-10T11:31:12.179Z | Compiling clap v4.5.60 |
| 585 | 2026-03-10T11:31:13.033Z | Compiling ingot-types v0.1.2 |
| 586 | 2026-03-10T11:31:13.511Z | Compiling ingot v0.1.1 |
| 587 | 2026-03-10T11:31:15.779Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 588 | 2026-03-10T11:31:17.159Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 589 | 2026-03-10T11:31:18.511Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 590 | 2026-03-10T11:31:27.029Z | Finished `release` profile [optimized + debuginfo] target(s) in 27.84s |
| 591 | 2026-03-10T11:31:27.062Z | |
| 592 | 2026-03-10T11:31:27.065Z | real 27.909563449 |
| 593 | 2026-03-10T11:31:27.065Z | user 2:18.133458761 |
| 594 | 2026-03-10T11:31:27.065Z | sys 16.551347586 |
| 595 | 2026-03-10T11:31:27.065Z | trap 0.073594333 |
| 596 | 2026-03-10T11:31:27.066Z | tflt 0.177434571 |
| 597 | 2026-03-10T11:31:27.066Z | dflt 0.329606239 |
| 598 | 2026-03-10T11:31:27.066Z | kflt 0.000140556 |
| 599 | 2026-03-10T11:31:27.066Z | lock 6:27.842029801 |
| 600 | 2026-03-10T11:31:27.066Z | slp 4:38.940293402 |
| 601 | 2026-03-10T11:31:27.066Z | lat 5.443977266 |
| 602 | 2026-03-10T11:31:27.066Z | stop 11.191631707 |
| 603 | 2026-03-10T11:31:27.066Z | + popd |
| 604 | 2026-03-10T11:31:27.066Z | /work/oxidecomputer/opte |
| 605 | 2026-03-10T11:31:27.066Z | + for x in debug release |
| 606 | 2026-03-10T11:31:27.066Z | + mkdir -p /work/debug |
| 607 | 2026-03-10T11:31:27.066Z | + cp target/debug/opteadm /work/debug/ |
| 608 | 2026-03-10T11:31:27.090Z | + sha256sum target/debug/opteadm |
| 609 | 2026-03-10T11:31:27.120Z | + for x in debug release |
| 610 | 2026-03-10T11:31:27.120Z | + mkdir -p /work/release |
| 611 | 2026-03-10T11:31:27.123Z | + cp target/release/opteadm /work/release/ |
| 612 | 2026-03-10T11:31:27.140Z | + sha256sum target/release/opteadm |
| 613 | 2026-03-10T11:31:27.161Z | process exited: duration 93211 ms, exit code 0 |
| |
| 614 | 2026-03-10T11:31:27.173Z | found 4 output files |
| 615 | 2026-03-10T11:31:27.173Z | uploading: /work/debug/opteadm (35285184 bytes) |
| 616 | 2026-03-10T11:31:28.492Z | uploaded: /work/debug/opteadm |
| 617 | 2026-03-10T11:31:28.495Z | uploading: /work/debug/opteadm.debug.sha256 (87 bytes) |
| 618 | 2026-03-10T11:31:29.503Z | uploaded: /work/debug/opteadm.debug.sha256 |
| 619 | 2026-03-10T11:31:29.503Z | uploading: /work/release/opteadm (23725048 bytes) |
| 620 | 2026-03-10T11:31:30.732Z | uploaded: /work/release/opteadm |
| 621 | 2026-03-10T11:31:30.732Z | uploading: /work/release/opteadm.release.sha256 (89 bytes) |
| 622 | 2026-03-10T11:31:31.740Z | uploaded: /work/release/opteadm.release.sha256 |