|
|
|
| 1 | 2026-01-13T18:52:39.348Z | job assigned to worker 01KEWB614SMX987637GQAGN747 [factory aws, i-0b7fd71d595398d26] (queued for 1 m 9 s) |
| |
| 2 | 2026-01-13T18:52:47.924Z | starting task 0: "setup" |
| 3 | 2026-01-13T18:52:47.929Z | ++ uname -s |
| 4 | 2026-01-13T18:52:47.932Z | + kern=SunOS |
| 5 | 2026-01-13T18:52:47.932Z | + build_user=build |
| 6 | 2026-01-13T18:52:47.932Z | + build_uid=12345 |
| 7 | 2026-01-13T18:52:47.933Z | + work_dir=/work |
| 8 | 2026-01-13T18:52:47.933Z | + input_dir=/input |
| 9 | 2026-01-13T18:52:47.933Z | + [[ 0 == 12345 ]] |
| 10 | 2026-01-13T18:52:47.933Z | + case "$kern" in |
| 11 | 2026-01-13T18:52:47.933Z | + groupadd -g 12345 build |
| 12 | 2026-01-13T18:52:47.936Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-01-13T18:52:49.959Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-01-13T18:52:50.083Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-01-13T18:52:50.088Z | + home_fs=zfs |
| 16 | 2026-01-13T18:52:50.088Z | + [[ zfs == autofs ]] |
| 17 | 2026-01-13T18:52:50.088Z | + mkdir -p /home/build |
| 18 | 2026-01-13T18:52:50.088Z | + chown build:build /home/build /work |
| 19 | 2026-01-13T18:52:52.088Z | + chmod 0700 /home/build /work |
| 20 | 2026-01-13T18:52:52.092Z | process exited: duration 4169 ms, exit code 0 |
| |
| 21 | 2026-01-13T18:52:52.098Z | starting task 1: "rust-toolchain" |
| 22 | 2026-01-13T18:52:52.104Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 23 | 2026-01-13T18:52:52.104Z | * rust toolchain channel = "1.90.0" |
| 24 | 2026-01-13T18:52:52.104Z | * rust toolchain profile = "default" |
| 25 | 2026-01-13T18:52:52.104Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-01-13T18:52:52.104Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-01-13T18:52:52.104Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-01-13T18:52:52.107Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-01-13T18:52:52.107Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-01-13T18:52:52.234Z | info: downloading installer |
| 31 | 2026-01-13T18:52:53.730Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-01-13T18:52:53.730Z | warn: /opt/ooce/bin |
| 33 | 2026-01-13T18:52:53.730Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-01-13T18:52:53.731Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-01-13T18:52:53.731Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-01-13T18:52:53.731Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-01-13T18:52:53.731Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-01-13T18:52:53.731Z | error: cannot install while Rust is installed |
| 39 | 2026-01-13T18:52:53.731Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-01-13T18:52:53.771Z | info: profile set to 'default' |
| 41 | 2026-01-13T18:52:53.771Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-01-13T18:52:53.775Z | info: syncing channel updates for '1.90.0-x86_64-unknown-illumos' |
| 43 | 2026-01-13T18:52:53.943Z | info: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14) |
| 44 | 2026-01-13T18:52:53.943Z | info: downloading component 'cargo' |
| 45 | 2026-01-13T18:52:54.739Z | info: downloading component 'clippy' |
| 46 | 2026-01-13T18:52:55.083Z | info: downloading component 'rust-docs' |
| 47 | 2026-01-13T18:52:56.261Z | info: downloading component 'rust-std' |
| 48 | 2026-01-13T18:52:58.136Z | info: downloading component 'rustc' |
| 49 | 2026-01-13T18:53:05.627Z | info: downloading component 'rustfmt' |
| 50 | 2026-01-13T18:53:05.850Z | info: installing component 'cargo' |
| 51 | 2026-01-13T18:53:06.780Z | info: installing component 'clippy' |
| 52 | 2026-01-13T18:53:07.186Z | info: installing component 'rust-docs' |
| 53 | 2026-01-13T18:53:09.040Z | info: installing component 'rust-std' |
| 54 | 2026-01-13T18:53:10.963Z | info: installing component 'rustc' |
| 55 | 2026-01-13T18:53:17.655Z | info: installing component 'rustfmt' |
| 56 | 2026-01-13T18:53:17.997Z | info: default toolchain set to '1.90.0-x86_64-unknown-illumos' |
| 57 | 2026-01-13T18:53:17.997Z | |
| 58 | 2026-01-13T18:53:18.449Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 59 | 2026-01-13T18:53:18.449Z | |
| 60 | 2026-01-13T18:53:18.449Z | |
| 61 | 2026-01-13T18:53:18.449Z | Rust is installed now. Great! |
| 62 | 2026-01-13T18:53:18.449Z | |
| 63 | 2026-01-13T18:53:18.449Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-01-13T18:53:18.449Z | environment variable. This has not been done automatically. |
| 65 | 2026-01-13T18:53:18.449Z | |
| 66 | 2026-01-13T18:53:18.449Z | To configure your current shell, you need to source |
| 67 | 2026-01-13T18:53:18.449Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-01-13T18:53:18.449Z | |
| 69 | 2026-01-13T18:53:18.449Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-01-13T18:53:18.449Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-01-13T18:53:18.449Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-01-13T18:53:18.449Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-01-13T18:53:18.558Z | + rustup --version |
| 74 | 2026-01-13T18:53:18.570Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-01-13T18:53:18.574Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-01-13T18:53:18.656Z | info: The currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 77 | 2026-01-13T18:53:18.660Z | + cargo --version |
| 78 | 2026-01-13T18:53:18.728Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 79 | 2026-01-13T18:53:18.731Z | + rustc --version |
| 80 | 2026-01-13T18:53:18.806Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 81 | 2026-01-13T18:53:18.810Z | process exited: duration 26714 ms, exit code 0 |
| |
| 82 | 2026-01-13T18:53:18.817Z | starting task 2: "authentication" |
| 83 | 2026-01-13T18:53:18.841Z | process exited: duration 23 ms, exit code 0 |
| |
| 84 | 2026-01-13T18:53:18.848Z | starting task 3: "clone repository" |
| 85 | 2026-01-13T18:53:18.853Z | + mkdir -p /work/oxidecomputer/opte |
| 86 | 2026-01-13T18:53:18.856Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 87 | 2026-01-13T18:53:18.891Z | Cloning into '/work/oxidecomputer/opte'... |
| 88 | 2026-01-13T18:53:19.945Z | + cd /work/oxidecomputer/opte |
| 89 | 2026-01-13T18:53:19.945Z | + git fetch origin 8a4a574fc937ed166c199d0d6f16053da5d8f701 |
| 90 | 2026-01-13T18:53:20.210Z | From https://github.com/oxidecomputer/opte |
| 91 | 2026-01-13T18:53:20.210Z | * branch 8a4a574fc937ed166c199d0d6f16053da5d8f701 -> FETCH_HEAD |
| 92 | 2026-01-13T18:53:20.219Z | + [[ -n overlay-capab ]] |
| 93 | 2026-01-13T18:53:20.222Z | ++ git branch --show-current |
| 94 | 2026-01-13T18:53:20.225Z | + current=master |
| 95 | 2026-01-13T18:53:20.225Z | + [[ master != overlay-capab ]] |
| 96 | 2026-01-13T18:53:20.225Z | + git branch -f overlay-capab 8a4a574fc937ed166c199d0d6f16053da5d8f701 |
| 97 | 2026-01-13T18:53:20.228Z | + git checkout -f overlay-capab |
| 98 | 2026-01-13T18:53:20.253Z | Switched to branch 'overlay-capab' |
| 99 | 2026-01-13T18:53:20.256Z | + git reset --hard 8a4a574fc937ed166c199d0d6f16053da5d8f701 |
| 100 | 2026-01-13T18:53:20.260Z | HEAD is now at 8a4a574 Advertise `MAC_CAPAB_OVERLAY` |
| 101 | 2026-01-13T18:53:20.263Z | process exited: duration 1413 ms, exit code 0 |
| |
| 102 | 2026-01-13T18:53:20.270Z | starting task 4: "build" |
| 103 | 2026-01-13T18:53:20.275Z | + source .github/buildomat/common.sh |
| 104 | 2026-01-13T18:53:20.275Z | ++ rustup show active-toolchain |
| 105 | 2026-01-13T18:53:20.327Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 106 | 2026-01-13T18:53:20.331Z | ++ pushd xde |
| 107 | 2026-01-13T18:53:20.334Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 108 | 2026-01-13T18:53:20.335Z | ++ rustup show active-toolchain |
| 109 | 2026-01-13T18:53:20.339Z | info: syncing channel updates for 'nightly-2025-09-19-x86_64-unknown-illumos' |
| 110 | 2026-01-13T18:53:20.537Z | info: latest update on 2025-09-19, rust version 1.92.0-nightly (7c275d09e 2025-09-18) |
| 111 | 2026-01-13T18:53:20.537Z | info: downloading component 'cargo' |
| 112 | 2026-01-13T18:53:21.328Z | info: downloading component 'clippy' |
| 113 | 2026-01-13T18:53:21.657Z | info: downloading component 'rust-src' |
| 114 | 2026-01-13T18:53:21.881Z | info: downloading component 'rust-std' |
| 115 | 2026-01-13T18:53:23.403Z | info: downloading component 'rustc' |
| 116 | 2026-01-13T18:53:29.679Z | info: downloading component 'rustfmt' |
| 117 | 2026-01-13T18:53:29.960Z | info: installing component 'cargo' |
| 118 | 2026-01-13T18:53:30.897Z | info: installing component 'clippy' |
| 119 | 2026-01-13T18:53:31.295Z | info: installing component 'rust-src' |
| 120 | 2026-01-13T18:53:31.668Z | info: installing component 'rust-std' |
| 121 | 2026-01-13T18:53:33.362Z | info: installing component 'rustc' |
| 122 | 2026-01-13T18:53:40.162Z | info: installing component 'rustfmt' |
| 123 | 2026-01-13T18:53:40.509Z | nightly-2025-09-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 124 | 2026-01-13T18:53:40.595Z | +++ rustup show active-toolchain -v |
| 125 | 2026-01-13T18:53:40.600Z | +++ head -n 1 |
| 126 | 2026-01-13T18:53:40.600Z | +++ cut '-d ' -f1 |
| 127 | 2026-01-13T18:53:40.707Z | ++ export NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos |
| 128 | 2026-01-13T18:53:40.707Z | ++ NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos |
| 129 | 2026-01-13T18:53:40.712Z | ++ popd |
| 130 | 2026-01-13T18:53:40.712Z | /work/oxidecomputer/opte |
| 131 | 2026-01-13T18:53:40.712Z | + cargo --version |
| 132 | 2026-01-13T18:53:40.769Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 133 | 2026-01-13T18:53:40.772Z | + rustc --version |
| 134 | 2026-01-13T18:53:40.846Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 135 | 2026-01-13T18:53:40.850Z | + pushd bin/opteadm |
| 136 | 2026-01-13T18:53:40.850Z | /work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte |
| 137 | 2026-01-13T18:53:40.855Z | + header 'check style' |
| 138 | 2026-01-13T18:53:40.855Z | + echo '# ==== check style ==== #' |
| 139 | 2026-01-13T18:53:40.855Z | # ==== check style ==== # |
| 140 | 2026-01-13T18:53:40.855Z | + ptime -m cargo +nightly-2025-09-19-x86_64-unknown-illumos fmt -- --check |
| 141 | 2026-01-13T18:53:41.061Z | |
| 142 | 2026-01-13T18:53:41.061Z | real 0.207113074 |
| 143 | 2026-01-13T18:53:41.061Z | user 0.140806753 |
| 144 | 2026-01-13T18:53:41.061Z | sys 0.063393844 |
| 145 | 2026-01-13T18:53:41.062Z | trap 0.000017202 |
| 146 | 2026-01-13T18:53:41.062Z | tflt 0.000010571 |
| 147 | 2026-01-13T18:53:41.062Z | dflt 0.000034073 |
| 148 | 2026-01-13T18:53:41.062Z | kflt 0.000000000 |
| 149 | 2026-01-13T18:53:41.062Z | lock 0.724922884 |
| 150 | 2026-01-13T18:53:41.062Z | slp 0.223611013 |
| 151 | 2026-01-13T18:53:41.062Z | lat 0.001582708 |
| 152 | 2026-01-13T18:53:41.062Z | stop 0.000151377 |
| 153 | 2026-01-13T18:53:41.065Z | + header analyze |
| 154 | 2026-01-13T18:53:41.065Z | + echo '# ==== analyze ==== #' |
| 155 | 2026-01-13T18:53:41.065Z | # ==== analyze ==== # |
| 156 | 2026-01-13T18:53:41.065Z | + ptime -m cargo clippy --all-targets |
| 157 | 2026-01-13T18:53:41.342Z | Updating crates.io index |
| 158 | 2026-01-13T18:53:41.386Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 159 | 2026-01-13T18:53:42.431Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 160 | 2026-01-13T18:53:42.696Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 161 | 2026-01-13T18:53:43.060Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 162 | 2026-01-13T18:53:43.442Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 163 | 2026-01-13T18:53:43.681Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 164 | 2026-01-13T18:53:43.953Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 165 | 2026-01-13T18:53:45.797Z | Downloading crates ... |
| 166 | 2026-01-13T18:53:45.855Z | Downloaded cstr-argument v0.1.2 |
| 167 | 2026-01-13T18:53:45.859Z | Downloaded foreign-types v0.5.0 |
| 168 | 2026-01-13T18:53:45.862Z | Downloaded embedded-io v0.4.0 |
| 169 | 2026-01-13T18:53:45.866Z | Downloaded fnv v1.0.7 |
| 170 | 2026-01-13T18:53:45.870Z | Downloaded foreign-types-shared v0.3.1 |
| 171 | 2026-01-13T18:53:45.870Z | Downloaded equivalent v1.0.2 |
| 172 | 2026-01-13T18:53:45.870Z | Downloaded defmt-parser v1.0.0 |
| 173 | 2026-01-13T18:53:45.873Z | Downloaded embedded-io v0.6.1 |
| 174 | 2026-01-13T18:53:45.874Z | Downloaded defmt v0.3.100 |
| 175 | 2026-01-13T18:53:45.874Z | Downloaded darling_macro v0.21.3 |
| 176 | 2026-01-13T18:53:45.877Z | Downloaded anstream v0.6.21 |
| 177 | 2026-01-13T18:53:45.880Z | Downloaded foreign-types-macros v0.2.3 |
| 178 | 2026-01-13T18:53:45.880Z | Downloaded byteorder v1.5.0 |
| 179 | 2026-01-13T18:53:45.883Z | Downloaded errno v0.3.14 |
| 180 | 2026-01-13T18:53:45.883Z | Downloaded anstyle-query v1.1.5 |
| 181 | 2026-01-13T18:53:45.887Z | Downloaded defmt v1.0.1 |
| 182 | 2026-01-13T18:53:45.890Z | Downloaded bitflags v2.10.0 |
| 183 | 2026-01-13T18:53:45.893Z | Downloaded dyn-clone v1.0.20 |
| 184 | 2026-01-13T18:53:45.893Z | Downloaded defmt-macros v1.0.1 |
| 185 | 2026-01-13T18:53:45.896Z | Downloaded anstyle-parse v0.2.7 |
| 186 | 2026-01-13T18:53:45.899Z | Downloaded unicode-ident v1.0.22 |
| 187 | 2026-01-13T18:53:45.902Z | Downloaded getrandom v0.3.4 |
| 188 | 2026-01-13T18:53:45.902Z | Downloaded anyhow v1.0.100 |
| 189 | 2026-01-13T18:53:45.906Z | Downloaded bitflags v1.3.2 |
| 190 | 2026-01-13T18:53:45.910Z | Downloaded anstyle v1.0.13 |
| 191 | 2026-01-13T18:53:45.913Z | Downloaded zerocopy v0.8.31 |
| 192 | 2026-01-13T18:53:45.930Z | Downloaded aho-corasick v1.1.4 |
| 193 | 2026-01-13T18:53:45.945Z | Downloaded heck v0.5.0 |
| 194 | 2026-01-13T18:53:45.948Z | Downloaded ident_case v1.0.1 |
| 195 | 2026-01-13T18:53:45.948Z | Downloaded hash32 v0.3.1 |
| 196 | 2026-01-13T18:53:45.952Z | Downloaded managed v0.8.0 |
| 197 | 2026-01-13T18:53:45.955Z | Downloaded is_terminal_polyfill v1.70.2 |
| 198 | 2026-01-13T18:53:45.958Z | Downloaded macaddr v1.0.1 |
| 199 | 2026-01-13T18:53:45.961Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 200 | 2026-01-13T18:53:45.965Z | Downloaded tabwriter v1.4.1 |
| 201 | 2026-01-13T18:53:45.968Z | Downloaded strsim v0.11.1 |
| 202 | 2026-01-13T18:53:45.973Z | Downloaded regex-automata v0.4.13 |
| 203 | 2026-01-13T18:53:45.986Z | Downloaded utf8parse v0.2.2 |
| 204 | 2026-01-13T18:53:45.989Z | Downloaded stable_deref_trait v1.2.1 |
| 205 | 2026-01-13T18:53:45.989Z | Downloaded proc-macro-crate v3.4.0 |
| 206 | 2026-01-13T18:53:45.989Z | Downloaded pretty-hex v0.4.1 |
| 207 | 2026-01-13T18:53:45.993Z | Downloaded version_check v0.9.5 |
| 208 | 2026-01-13T18:53:45.996Z | Downloaded colorchoice v1.0.4 |
| 209 | 2026-01-13T18:53:46.001Z | Downloaded clap_lex v0.7.6 |
| 210 | 2026-01-13T18:53:46.005Z | Downloaded cobs v0.3.0 |
| 211 | 2026-01-13T18:53:46.005Z | Downloaded cfg-if v1.0.4 |
| 212 | 2026-01-13T18:53:46.057Z | Downloaded terminal_size v0.4.3 |
| 213 | 2026-01-13T18:53:46.057Z | Downloaded ingot v0.1.1 |
| 214 | 2026-01-13T18:53:46.057Z | Downloaded ingot-types v0.1.2 |
| 215 | 2026-01-13T18:53:46.057Z | Downloaded quote v1.0.42 |
| 216 | 2026-01-13T18:53:46.057Z | Downloaded ref-cast v1.0.25 |
| 217 | 2026-01-13T18:53:46.057Z | Downloaded proc-macro-error2 v2.0.1 |
| 218 | 2026-01-13T18:53:46.057Z | Downloaded ppv-lite86 v0.2.21 |
| 219 | 2026-01-13T18:53:46.057Z | Downloaded rustversion v1.0.22 |
| 220 | 2026-01-13T18:53:46.057Z | Downloaded ref-cast-impl v1.0.25 |
| 221 | 2026-01-13T18:53:46.057Z | Downloaded num_enum v0.7.5 |
| 222 | 2026-01-13T18:53:46.057Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 223 | 2026-01-13T18:53:46.057Z | Downloaded num_enum_derive v0.7.5 |
| 224 | 2026-01-13T18:53:46.057Z | Downloaded either v1.15.0 |
| 225 | 2026-01-13T18:53:46.057Z | Downloaded pin-project-lite v0.2.16 |
| 226 | 2026-01-13T18:53:46.057Z | Downloaded oxnet v0.1.4 |
| 227 | 2026-01-13T18:53:46.057Z | Downloaded thiserror-impl v2.0.17 |
| 228 | 2026-01-13T18:53:46.057Z | Downloaded ipnetwork v0.21.1 |
| 229 | 2026-01-13T18:53:46.057Z | Downloaded postcard v1.1.3 |
| 230 | 2026-01-13T18:53:46.057Z | Downloaded rand_chacha v0.9.0 |
| 231 | 2026-01-13T18:53:46.057Z | Downloaded once_cell v1.21.3 |
| 232 | 2026-01-13T18:53:46.057Z | Downloaded ingot-macros v0.1.1 |
| 233 | 2026-01-13T18:53:46.065Z | Downloaded toml_parser v1.0.6+spec-1.1.0 |
| 234 | 2026-01-13T18:53:46.068Z | Downloaded colored v3.0.0 |
| 235 | 2026-01-13T18:53:46.071Z | Downloaded rand_core v0.9.3 |
| 236 | 2026-01-13T18:53:46.071Z | Downloaded tracing-attributes v0.1.31 |
| 237 | 2026-01-13T18:53:46.075Z | Downloaded clap_derive v4.5.49 |
| 238 | 2026-01-13T18:53:46.081Z | Downloaded serde_derive v1.0.228 |
| 239 | 2026-01-13T18:53:46.084Z | Downloaded heapless v0.8.0 |
| 240 | 2026-01-13T18:53:46.087Z | Downloaded tracing-core v0.1.36 |
| 241 | 2026-01-13T18:53:46.091Z | Downloaded socket2 v0.6.1 |
| 242 | 2026-01-13T18:53:46.094Z | Downloaded clap v4.5.54 |
| 243 | 2026-01-13T18:53:46.099Z | Downloaded thiserror v2.0.17 |
| 244 | 2026-01-13T18:53:46.103Z | Downloaded darling v0.21.3 |
| 245 | 2026-01-13T18:53:46.109Z | Downloaded proc-macro2 v1.0.104 |
| 246 | 2026-01-13T18:53:46.112Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 247 | 2026-01-13T18:53:46.116Z | Downloaded darling_core v0.21.3 |
| 248 | 2026-01-13T18:53:46.120Z | Downloaded uuid v1.19.0 |
| 249 | 2026-01-13T18:53:46.123Z | Downloaded memchr v2.7.6 |
| 250 | 2026-01-13T18:53:46.126Z | Downloaded serde_core v1.0.228 |
| 251 | 2026-01-13T18:53:46.129Z | Downloaded serde v1.0.228 |
| 252 | 2026-01-13T18:53:46.141Z | Downloaded rand v0.9.2 |
| 253 | 2026-01-13T18:53:46.145Z | Downloaded zerocopy-derive v0.8.31 |
| 254 | 2026-01-13T18:53:46.149Z | Downloaded indexmap v2.12.1 |
| 255 | 2026-01-13T18:53:46.162Z | Downloaded hashbrown v0.16.1 |
| 256 | 2026-01-13T18:53:46.191Z | Downloaded regex v1.12.2 |
| 257 | 2026-01-13T18:53:46.196Z | Downloaded itertools v0.14.0 |
| 258 | 2026-01-13T18:53:46.202Z | Downloaded clap_builder v4.5.54 |
| 259 | 2026-01-13T18:53:46.211Z | Downloaded winnow v0.7.14 |
| 260 | 2026-01-13T18:53:46.228Z | Downloaded syn v1.0.109 |
| 261 | 2026-01-13T18:53:46.236Z | Downloaded unicode-width v0.2.2 |
| 262 | 2026-01-13T18:53:46.249Z | Downloaded smoltcp v0.11.0 |
| 263 | 2026-01-13T18:53:46.259Z | Downloaded syn v2.0.113 |
| 264 | 2026-01-13T18:53:46.269Z | Downloaded regex-syntax v0.8.8 |
| 265 | 2026-01-13T18:53:46.276Z | Downloaded rustix v1.1.3 |
| 266 | 2026-01-13T18:53:46.296Z | Downloaded tracing v0.1.44 |
| 267 | 2026-01-13T18:53:46.327Z | Downloaded libc v0.2.179 |
| 268 | 2026-01-13T18:53:46.412Z | Compiling proc-macro2 v1.0.104 |
| 269 | 2026-01-13T18:53:46.412Z | Compiling unicode-ident v1.0.22 |
| 270 | 2026-01-13T18:53:46.412Z | Compiling quote v1.0.42 |
| 271 | 2026-01-13T18:53:46.415Z | Compiling libc v0.2.179 |
| 272 | 2026-01-13T18:53:46.415Z | Compiling serde_core v1.0.228 |
| 273 | 2026-01-13T18:53:46.415Z | Compiling zerocopy v0.8.31 |
| 274 | 2026-01-13T18:53:46.415Z | Checking cfg-if v1.0.4 |
| 275 | 2026-01-13T18:53:46.415Z | Compiling memchr v2.7.6 |
| 276 | 2026-01-13T18:53:46.600Z | Compiling strsim v0.11.1 |
| 277 | 2026-01-13T18:53:46.735Z | Compiling thiserror v2.0.17 |
| 278 | 2026-01-13T18:53:47.174Z | Compiling ident_case v1.0.1 |
| 279 | 2026-01-13T18:53:47.205Z | Compiling fnv v1.0.7 |
| 280 | 2026-01-13T18:53:47.276Z | Compiling regex-syntax v0.8.8 |
| 281 | 2026-01-13T18:53:47.337Z | Compiling winnow v0.7.14 |
| 282 | 2026-01-13T18:53:47.341Z | Compiling hashbrown v0.16.1 |
| 283 | 2026-01-13T18:53:47.717Z | Compiling aho-corasick v1.1.4 |
| 284 | 2026-01-13T18:53:47.803Z | Compiling serde v1.0.228 |
| 285 | 2026-01-13T18:53:48.082Z | Compiling equivalent v1.0.2 |
| 286 | 2026-01-13T18:53:48.210Z | Compiling anyhow v1.0.100 |
| 287 | 2026-01-13T18:53:48.405Z | Compiling either v1.15.0 |
| 288 | 2026-01-13T18:53:48.859Z | Compiling itertools v0.14.0 |
| 289 | 2026-01-13T18:53:48.868Z | Compiling indexmap v2.12.1 |
| 290 | 2026-01-13T18:53:49.086Z | Compiling syn v2.0.113 |
| 291 | 2026-01-13T18:53:49.252Z | Compiling heapless v0.8.0 |
| 292 | 2026-01-13T18:53:49.831Z | Checking byteorder v1.5.0 |
| 293 | 2026-01-13T18:53:50.145Z | Compiling getrandom v0.3.4 |
| 294 | 2026-01-13T18:53:50.222Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 295 | 2026-01-13T18:53:50.652Z | Checking hash32 v0.3.1 |
| 296 | 2026-01-13T18:53:50.778Z | Compiling regex-automata v0.4.13 |
| 297 | 2026-01-13T18:53:50.836Z | Compiling toml_parser v1.0.6+spec-1.1.0 |
| 298 | 2026-01-13T18:53:50.996Z | Checking bitflags v2.10.0 |
| 299 | 2026-01-13T18:53:51.308Z | Compiling smoltcp v0.11.0 |
| 300 | 2026-01-13T18:53:51.317Z | Checking stable_deref_trait v1.2.1 |
| 301 | 2026-01-13T18:53:51.419Z | Compiling syn v1.0.109 |
| 302 | 2026-01-13T18:53:51.441Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 303 | 2026-01-13T18:53:51.770Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 304 | 2026-01-13T18:53:51.822Z | Checking macaddr v1.0.1 |
| 305 | 2026-01-13T18:53:51.912Z | Compiling rustversion v1.0.22 |
| 306 | 2026-01-13T18:53:52.176Z | Checking bitflags v1.3.2 |
| 307 | 2026-01-13T18:53:52.278Z | Compiling ref-cast v1.0.25 |
| 308 | 2026-01-13T18:53:52.357Z | Compiling rustix v1.1.3 |
| 309 | 2026-01-13T18:53:52.431Z | Checking managed v0.8.0 |
| 310 | 2026-01-13T18:53:52.657Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 311 | 2026-01-13T18:53:52.808Z | Compiling version_check v0.9.5 |
| 312 | 2026-01-13T18:53:52.981Z | Compiling proc-macro-crate v3.4.0 |
| 313 | 2026-01-13T18:53:53.366Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 314 | 2026-01-13T18:53:53.441Z | Checking rand_core v0.9.3 |
| 315 | 2026-01-13T18:53:53.803Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 316 | 2026-01-13T18:53:53.938Z | Checking errno v0.3.14 |
| 317 | 2026-01-13T18:53:53.986Z | Checking utf8parse v0.2.2 |
| 318 | 2026-01-13T18:53:54.107Z | Checking unicode-width v0.2.2 |
| 319 | 2026-01-13T18:53:54.130Z | Checking foreign-types-shared v0.3.1 |
| 320 | 2026-01-13T18:53:54.140Z | Checking ipnetwork v0.21.1 |
| 321 | 2026-01-13T18:53:54.442Z | Checking once_cell v1.21.3 |
| 322 | 2026-01-13T18:53:54.474Z | Checking anstyle-parse v0.2.7 |
| 323 | 2026-01-13T18:53:54.599Z | Checking tabwriter v1.4.1 |
| 324 | 2026-01-13T18:53:54.753Z | Checking tracing-core v0.1.36 |
| 325 | 2026-01-13T18:53:54.845Z | Compiling regex v1.12.2 |
| 326 | 2026-01-13T18:53:55.090Z | Checking cstr-argument v0.1.2 |
| 327 | 2026-01-13T18:53:55.765Z | Checking pretty-hex v0.4.1 |
| 328 | 2026-01-13T18:53:55.847Z | Compiling darling_core v0.21.3 |
| 329 | 2026-01-13T18:53:55.859Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#6665d409) |
| 330 | 2026-01-13T18:53:55.919Z | Checking dyn-clone v1.0.20 |
| 331 | 2026-01-13T18:53:55.942Z | Checking anstyle v1.0.13 |
| 332 | 2026-01-13T18:53:56.039Z | Checking colorchoice v1.0.4 |
| 333 | 2026-01-13T18:53:56.068Z | Checking anstyle-query v1.1.5 |
| 334 | 2026-01-13T18:53:56.178Z | Checking is_terminal_polyfill v1.70.2 |
| 335 | 2026-01-13T18:53:56.202Z | Checking pin-project-lite v0.2.16 |
| 336 | 2026-01-13T18:53:56.305Z | Checking anstream v0.6.21 |
| 337 | 2026-01-13T18:53:56.331Z | Checking terminal_size v0.4.3 |
| 338 | 2026-01-13T18:53:56.514Z | Checking uuid v1.19.0 |
| 339 | 2026-01-13T18:53:56.611Z | Checking socket2 v0.6.1 |
| 340 | 2026-01-13T18:53:57.086Z | Checking oxnet v0.1.4 |
| 341 | 2026-01-13T18:53:57.163Z | Checking clap_lex v0.7.6 |
| 342 | 2026-01-13T18:53:57.269Z | Compiling heck v0.5.0 |
| 343 | 2026-01-13T18:53:57.369Z | Checking colored v3.0.0 |
| 344 | 2026-01-13T18:53:57.415Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 345 | 2026-01-13T18:53:57.440Z | Checking clap_builder v4.5.54 |
| 346 | 2026-01-13T18:53:58.585Z | Compiling zerocopy-derive v0.8.31 |
| 347 | 2026-01-13T18:53:58.585Z | Compiling thiserror-impl v2.0.17 |
| 348 | 2026-01-13T18:53:58.589Z | Compiling serde_derive v1.0.228 |
| 349 | 2026-01-13T18:53:58.589Z | Compiling ref-cast-impl v1.0.25 |
| 350 | 2026-01-13T18:53:59.675Z | Compiling num_enum_derive v0.7.5 |
| 351 | 2026-01-13T18:53:59.732Z | Compiling foreign-types-macros v0.2.3 |
| 352 | 2026-01-13T18:54:00.632Z | Compiling tracing-attributes v0.1.31 |
| 353 | 2026-01-13T18:54:00.982Z | Checking foreign-types v0.5.0 |
| 354 | 2026-01-13T18:54:01.086Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 355 | 2026-01-13T18:54:01.532Z | Checking cobs v0.3.0 |
| 356 | 2026-01-13T18:54:01.594Z | Compiling darling_macro v0.21.3 |
| 357 | 2026-01-13T18:54:01.771Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 358 | 2026-01-13T18:54:01.857Z | Checking num_enum v0.7.5 |
| 359 | 2026-01-13T18:54:02.032Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 360 | 2026-01-13T18:54:02.074Z | Compiling clap_derive v4.5.49 |
| 361 | 2026-01-13T18:54:02.593Z | Compiling darling v0.21.3 |
| 362 | 2026-01-13T18:54:02.704Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 363 | 2026-01-13T18:54:02.712Z | Compiling ingot-macros v0.1.1 |
| 364 | 2026-01-13T18:54:03.243Z | Checking tracing v0.1.44 |
| 365 | 2026-01-13T18:54:03.566Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 366 | 2026-01-13T18:54:04.686Z | Checking ppv-lite86 v0.2.21 |
| 367 | 2026-01-13T18:54:04.728Z | Checking postcard v1.1.3 |
| 368 | 2026-01-13T18:54:04.731Z | Checking clap v4.5.54 |
| 369 | 2026-01-13T18:54:05.180Z | Checking rand_chacha v0.9.0 |
| 370 | 2026-01-13T18:54:05.520Z | Checking rand v0.9.2 |
| 371 | 2026-01-13T18:54:06.559Z | Checking ingot-types v0.1.2 |
| 372 | 2026-01-13T18:54:07.020Z | Checking ingot v0.1.1 |
| 373 | 2026-01-13T18:54:09.053Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 374 | 2026-01-13T18:54:11.113Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 375 | 2026-01-13T18:54:12.952Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 376 | 2026-01-13T18:54:14.290Z | Finished `dev` profile [optimized + debuginfo] target(s) in 33.07s |
| 377 | 2026-01-13T18:54:14.427Z | |
| 378 | 2026-01-13T18:54:14.427Z | real 33.362938396 |
| 379 | 2026-01-13T18:54:14.427Z | user 2:09.821108491 |
| 380 | 2026-01-13T18:54:14.427Z | sys 21.502862535 |
| 381 | 2026-01-13T18:54:14.427Z | trap 0.097207017 |
| 382 | 2026-01-13T18:54:14.427Z | tflt 0.218926803 |
| 383 | 2026-01-13T18:54:14.427Z | dflt 0.119430978 |
| 384 | 2026-01-13T18:54:14.431Z | kflt 0.001800315 |
| 385 | 2026-01-13T18:54:14.431Z | lock 4:54.421889813 |
| 386 | 2026-01-13T18:54:14.431Z | slp 8:34.125912891 |
| 387 | 2026-01-13T18:54:14.431Z | lat 8.668223383 |
| 388 | 2026-01-13T18:54:14.431Z | stop 17.069044654 |
| 389 | 2026-01-13T18:54:14.431Z | + header 'debug build' |
| 390 | 2026-01-13T18:54:14.431Z | + echo '# ==== debug build ==== #' |
| 391 | 2026-01-13T18:54:14.431Z | # ==== debug build ==== # |
| 392 | 2026-01-13T18:54:14.431Z | + ptime -m cargo build |
| 393 | 2026-01-13T18:54:14.697Z | Compiling cfg-if v1.0.4 |
| 394 | 2026-01-13T18:54:14.700Z | Compiling libc v0.2.179 |
| 395 | 2026-01-13T18:54:14.701Z | Compiling serde_core v1.0.228 |
| 396 | 2026-01-13T18:54:14.729Z | Compiling zerocopy v0.8.31 |
| 397 | 2026-01-13T18:54:14.733Z | Compiling thiserror v2.0.17 |
| 398 | 2026-01-13T18:54:14.737Z | Compiling byteorder v1.5.0 |
| 399 | 2026-01-13T18:54:14.741Z | Compiling stable_deref_trait v1.2.1 |
| 400 | 2026-01-13T18:54:14.744Z | Compiling macaddr v1.0.1 |
| 401 | 2026-01-13T18:54:14.800Z | Compiling bitflags v1.3.2 |
| 402 | 2026-01-13T18:54:14.833Z | Compiling cobs v0.3.0 |
| 403 | 2026-01-13T18:54:14.857Z | Compiling managed v0.8.0 |
| 404 | 2026-01-13T18:54:14.896Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 405 | 2026-01-13T18:54:15.080Z | Compiling hash32 v0.3.1 |
| 406 | 2026-01-13T18:54:15.255Z | Compiling heapless v0.8.0 |
| 407 | 2026-01-13T18:54:15.288Z | Compiling foreign-types-shared v0.3.1 |
| 408 | 2026-01-13T18:54:15.311Z | Compiling ipnetwork v0.21.1 |
| 409 | 2026-01-13T18:54:15.337Z | Compiling once_cell v1.21.3 |
| 410 | 2026-01-13T18:54:15.344Z | Compiling unicode-width v0.2.2 |
| 411 | 2026-01-13T18:54:15.408Z | Compiling memchr v2.7.6 |
| 412 | 2026-01-13T18:54:15.640Z | Compiling getrandom v0.3.4 |
| 413 | 2026-01-13T18:54:15.773Z | Compiling errno v0.3.14 |
| 414 | 2026-01-13T18:54:15.953Z | Compiling rand_core v0.9.3 |
| 415 | 2026-01-13T18:54:16.034Z | Compiling utf8parse v0.2.2 |
| 416 | 2026-01-13T18:54:16.065Z | Compiling tabwriter v1.4.1 |
| 417 | 2026-01-13T18:54:16.200Z | Compiling smoltcp v0.11.0 |
| 418 | 2026-01-13T18:54:16.204Z | Compiling anstyle-parse v0.2.7 |
| 419 | 2026-01-13T18:54:16.411Z | Compiling cstr-argument v0.1.2 |
| 420 | 2026-01-13T18:54:16.506Z | Compiling tracing-core v0.1.36 |
| 421 | 2026-01-13T18:54:16.630Z | Compiling foreign-types v0.5.0 |
| 422 | 2026-01-13T18:54:16.703Z | Compiling ref-cast v1.0.25 |
| 423 | 2026-01-13T18:54:16.733Z | Compiling num_enum v0.7.5 |
| 424 | 2026-01-13T18:54:16.928Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 425 | 2026-01-13T18:54:16.932Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 426 | 2026-01-13T18:54:16.963Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 427 | 2026-01-13T18:54:17.080Z | Compiling is_terminal_polyfill v1.70.2 |
| 428 | 2026-01-13T18:54:17.095Z | Compiling anstyle v1.0.13 |
| 429 | 2026-01-13T18:54:17.215Z | Compiling pretty-hex v0.4.1 |
| 430 | 2026-01-13T18:54:17.453Z | Compiling anstyle-query v1.1.5 |
| 431 | 2026-01-13T18:54:17.617Z | Compiling dyn-clone v1.0.20 |
| 432 | 2026-01-13T18:54:17.629Z | Compiling pin-project-lite v0.2.16 |
| 433 | 2026-01-13T18:54:17.777Z | Compiling colorchoice v1.0.4 |
| 434 | 2026-01-13T18:54:17.902Z | Compiling anstream v0.6.21 |
| 435 | 2026-01-13T18:54:17.965Z | Compiling tracing v0.1.44 |
| 436 | 2026-01-13T18:54:18.031Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 437 | 2026-01-13T18:54:18.343Z | Compiling anyhow v1.0.100 |
| 438 | 2026-01-13T18:54:18.427Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 439 | 2026-01-13T18:54:18.625Z | Compiling ingot-types v0.1.2 |
| 440 | 2026-01-13T18:54:18.731Z | Compiling ppv-lite86 v0.2.21 |
| 441 | 2026-01-13T18:54:19.088Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 442 | 2026-01-13T18:54:19.285Z | Compiling bitflags v2.10.0 |
| 443 | 2026-01-13T18:54:19.501Z | Compiling serde v1.0.228 |
| 444 | 2026-01-13T18:54:19.522Z | Compiling rand_chacha v0.9.0 |
| 445 | 2026-01-13T18:54:19.531Z | Compiling uuid v1.19.0 |
| 446 | 2026-01-13T18:54:19.583Z | Compiling socket2 v0.6.1 |
| 447 | 2026-01-13T18:54:19.678Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 448 | 2026-01-13T18:54:20.262Z | Compiling rustix v1.1.3 |
| 449 | 2026-01-13T18:54:20.277Z | Compiling rand v0.9.2 |
| 450 | 2026-01-13T18:54:20.727Z | Compiling postcard v1.1.3 |
| 451 | 2026-01-13T18:54:21.041Z | Compiling ingot v0.1.1 |
| 452 | 2026-01-13T18:54:21.173Z | Compiling oxnet v0.1.4 |
| 453 | 2026-01-13T18:54:21.502Z | Compiling terminal_size v0.4.3 |
| 454 | 2026-01-13T18:54:21.767Z | Compiling clap_lex v0.7.6 |
| 455 | 2026-01-13T18:54:22.001Z | Compiling strsim v0.11.1 |
| 456 | 2026-01-13T18:54:22.147Z | Compiling winnow v0.7.14 |
| 457 | 2026-01-13T18:54:22.163Z | Compiling colored v3.0.0 |
| 458 | 2026-01-13T18:54:22.252Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 459 | 2026-01-13T18:54:22.584Z | Compiling clap_builder v4.5.54 |
| 460 | 2026-01-13T18:54:24.646Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 461 | 2026-01-13T18:54:25.164Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#6665d409) |
| 462 | 2026-01-13T18:54:25.976Z | Compiling clap v4.5.54 |
| 463 | 2026-01-13T18:54:28.458Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 464 | 2026-01-13T18:54:32.430Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 465 | 2026-01-13T18:54:40.010Z | Finished `dev` profile [optimized + debuginfo] target(s) in 25.52s |
| 466 | 2026-01-13T18:54:40.042Z | |
| 467 | 2026-01-13T18:54:40.046Z | real 25.606316691 |
| 468 | 2026-01-13T18:54:40.046Z | user 2:26.474389431 |
| 469 | 2026-01-13T18:54:40.046Z | sys 9.948012513 |
| 470 | 2026-01-13T18:54:40.046Z | trap 0.086320734 |
| 471 | 2026-01-13T18:54:40.046Z | tflt 0.279186209 |
| 472 | 2026-01-13T18:54:40.046Z | dflt 0.200976307 |
| 473 | 2026-01-13T18:54:40.046Z | kflt 0.000049757 |
| 474 | 2026-01-13T18:54:40.046Z | lock 5:34.344875923 |
| 475 | 2026-01-13T18:54:40.046Z | slp 6:24.655073656 |
| 476 | 2026-01-13T18:54:40.046Z | lat 6.233674289 |
| 477 | 2026-01-13T18:54:40.046Z | stop 4.135249700 |
| 478 | 2026-01-13T18:54:40.046Z | + header 'release build' |
| 479 | 2026-01-13T18:54:40.046Z | + echo '# ==== release build ==== #' |
| 480 | 2026-01-13T18:54:40.046Z | # ==== release build ==== # |
| 481 | 2026-01-13T18:54:40.046Z | + ptime -m cargo build --release |
| 482 | 2026-01-13T18:54:40.227Z | Compiling proc-macro2 v1.0.104 |
| 483 | 2026-01-13T18:54:40.227Z | Compiling unicode-ident v1.0.22 |
| 484 | 2026-01-13T18:54:40.232Z | Compiling quote v1.0.42 |
| 485 | 2026-01-13T18:54:40.232Z | Compiling libc v0.2.179 |
| 486 | 2026-01-13T18:54:40.232Z | Compiling serde_core v1.0.228 |
| 487 | 2026-01-13T18:54:40.232Z | Compiling zerocopy v0.8.31 |
| 488 | 2026-01-13T18:54:40.232Z | Compiling cfg-if v1.0.4 |
| 489 | 2026-01-13T18:54:40.254Z | Compiling fnv v1.0.7 |
| 490 | 2026-01-13T18:54:40.347Z | Compiling memchr v2.7.6 |
| 491 | 2026-01-13T18:54:40.379Z | Compiling ident_case v1.0.1 |
| 492 | 2026-01-13T18:54:40.417Z | Compiling thiserror v2.0.17 |
| 493 | 2026-01-13T18:54:40.552Z | Compiling strsim v0.11.1 |
| 494 | 2026-01-13T18:54:40.776Z | Compiling regex-syntax v0.8.8 |
| 495 | 2026-01-13T18:54:40.980Z | Compiling winnow v0.7.14 |
| 496 | 2026-01-13T18:54:41.100Z | Compiling either v1.15.0 |
| 497 | 2026-01-13T18:54:41.375Z | Compiling aho-corasick v1.1.4 |
| 498 | 2026-01-13T18:54:41.474Z | Compiling equivalent v1.0.2 |
| 499 | 2026-01-13T18:54:41.542Z | Compiling hashbrown v0.16.1 |
| 500 | 2026-01-13T18:54:41.580Z | Compiling anyhow v1.0.100 |
| 501 | 2026-01-13T18:54:41.875Z | Compiling serde v1.0.228 |
| 502 | 2026-01-13T18:54:42.512Z | Compiling syn v2.0.113 |
| 503 | 2026-01-13T18:54:42.614Z | Compiling itertools v0.14.0 |
| 504 | 2026-01-13T18:54:42.662Z | Compiling indexmap v2.12.1 |
| 505 | 2026-01-13T18:54:42.727Z | Compiling byteorder v1.5.0 |
| 506 | 2026-01-13T18:54:43.078Z | Compiling getrandom v0.3.4 |
| 507 | 2026-01-13T18:54:43.667Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 508 | 2026-01-13T18:54:44.120Z | Compiling heapless v0.8.0 |
| 509 | 2026-01-13T18:54:44.157Z | Compiling hash32 v0.3.1 |
| 510 | 2026-01-13T18:54:44.380Z | Compiling regex-automata v0.4.13 |
| 511 | 2026-01-13T18:54:44.498Z | Compiling toml_parser v1.0.6+spec-1.1.0 |
| 512 | 2026-01-13T18:54:44.891Z | Compiling smoltcp v0.11.0 |
| 513 | 2026-01-13T18:54:45.004Z | Compiling macaddr v1.0.1 |
| 514 | 2026-01-13T18:54:45.366Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 515 | 2026-01-13T18:54:45.488Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 516 | 2026-01-13T18:54:45.601Z | Compiling bitflags v2.10.0 |
| 517 | 2026-01-13T18:54:45.735Z | Compiling stable_deref_trait v1.2.1 |
| 518 | 2026-01-13T18:54:45.813Z | Compiling rustversion v1.0.22 |
| 519 | 2026-01-13T18:54:45.843Z | Compiling syn v1.0.109 |
| 520 | 2026-01-13T18:54:46.323Z | Compiling rustix v1.1.3 |
| 521 | 2026-01-13T18:54:46.369Z | Compiling managed v0.8.0 |
| 522 | 2026-01-13T18:54:46.457Z | Compiling version_check v0.9.5 |
| 523 | 2026-01-13T18:54:46.500Z | Compiling proc-macro-crate v3.4.0 |
| 524 | 2026-01-13T18:54:46.856Z | Compiling ref-cast v1.0.25 |
| 525 | 2026-01-13T18:54:46.911Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 526 | 2026-01-13T18:54:46.959Z | Compiling bitflags v1.3.2 |
| 527 | 2026-01-13T18:54:47.016Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 528 | 2026-01-13T18:54:47.446Z | Compiling rand_core v0.9.3 |
| 529 | 2026-01-13T18:54:47.455Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 530 | 2026-01-13T18:54:47.569Z | Compiling errno v0.3.14 |
| 531 | 2026-01-13T18:54:47.820Z | Compiling ipnetwork v0.21.1 |
| 532 | 2026-01-13T18:54:47.937Z | Compiling once_cell v1.21.3 |
| 533 | 2026-01-13T18:54:48.235Z | Compiling utf8parse v0.2.2 |
| 534 | 2026-01-13T18:54:48.392Z | Compiling unicode-width v0.2.2 |
| 535 | 2026-01-13T18:54:48.438Z | Compiling regex v1.12.2 |
| 536 | 2026-01-13T18:54:48.552Z | Compiling foreign-types-shared v0.3.1 |
| 537 | 2026-01-13T18:54:48.678Z | Compiling anstyle-parse v0.2.7 |
| 538 | 2026-01-13T18:54:48.991Z | Compiling tabwriter v1.4.1 |
| 539 | 2026-01-13T18:54:49.077Z | Compiling tracing-core v0.1.36 |
| 540 | 2026-01-13T18:54:49.674Z | Compiling darling_core v0.21.3 |
| 541 | 2026-01-13T18:54:50.341Z | Compiling cstr-argument v0.1.2 |
| 542 | 2026-01-13T18:54:51.008Z | Compiling anstyle-query v1.1.5 |
| 543 | 2026-01-13T18:54:51.161Z | Compiling colorchoice v1.0.4 |
| 544 | 2026-01-13T18:54:51.240Z | Compiling dyn-clone v1.0.20 |
| 545 | 2026-01-13T18:54:51.316Z | Compiling pretty-hex v0.4.1 |
| 546 | 2026-01-13T18:54:51.332Z | Compiling pin-project-lite v0.2.16 |
| 547 | 2026-01-13T18:54:51.379Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#6665d409) |
| 548 | 2026-01-13T18:54:51.455Z | Compiling is_terminal_polyfill v1.70.2 |
| 549 | 2026-01-13T18:54:51.480Z | Compiling anstyle v1.0.13 |
| 550 | 2026-01-13T18:54:51.731Z | Compiling terminal_size v0.4.3 |
| 551 | 2026-01-13T18:54:51.958Z | Compiling anstream v0.6.21 |
| 552 | 2026-01-13T18:54:51.962Z | Compiling uuid v1.19.0 |
| 553 | 2026-01-13T18:54:52.242Z | Compiling socket2 v0.6.1 |
| 554 | 2026-01-13T18:54:52.671Z | Compiling oxnet v0.1.4 |
| 555 | 2026-01-13T18:54:52.840Z | Compiling heck v0.5.0 |
| 556 | 2026-01-13T18:54:53.087Z | Compiling zerocopy-derive v0.8.31 |
| 557 | 2026-01-13T18:54:53.213Z | Compiling thiserror-impl v2.0.17 |
| 558 | 2026-01-13T18:54:53.272Z | Compiling serde_derive v1.0.228 |
| 559 | 2026-01-13T18:54:53.339Z | Compiling foreign-types-macros v0.2.3 |
| 560 | 2026-01-13T18:54:53.506Z | Compiling num_enum_derive v0.7.5 |
| 561 | 2026-01-13T18:54:54.340Z | Compiling ref-cast-impl v1.0.25 |
| 562 | 2026-01-13T18:54:54.597Z | Compiling foreign-types v0.5.0 |
| 563 | 2026-01-13T18:54:54.700Z | Compiling tracing-attributes v0.1.31 |
| 564 | 2026-01-13T18:54:55.421Z | Compiling darling_macro v0.21.3 |
| 565 | 2026-01-13T18:54:55.620Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 566 | 2026-01-13T18:54:55.654Z | Compiling num_enum v0.7.5 |
| 567 | 2026-01-13T18:54:55.838Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 568 | 2026-01-13T18:54:56.204Z | Compiling cobs v0.3.0 |
| 569 | 2026-01-13T18:54:56.391Z | Compiling darling v0.21.3 |
| 570 | 2026-01-13T18:54:56.501Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 571 | 2026-01-13T18:54:56.504Z | Compiling ingot-macros v0.1.1 |
| 572 | 2026-01-13T18:54:56.505Z | Compiling clap_lex v0.7.6 |
| 573 | 2026-01-13T18:54:56.602Z | Compiling colored v3.0.0 |
| 574 | 2026-01-13T18:54:56.831Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 575 | 2026-01-13T18:54:57.112Z | Compiling clap_builder v4.5.54 |
| 576 | 2026-01-13T18:54:57.423Z | Compiling tracing v0.1.44 |
| 577 | 2026-01-13T18:54:57.665Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 578 | 2026-01-13T18:54:57.700Z | Compiling clap_derive v4.5.49 |
| 579 | 2026-01-13T18:54:57.840Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 580 | 2026-01-13T18:55:00.181Z | Compiling ppv-lite86 v0.2.21 |
| 581 | 2026-01-13T18:55:00.586Z | Compiling postcard v1.1.3 |
| 582 | 2026-01-13T18:55:00.886Z | Compiling rand_chacha v0.9.0 |
| 583 | 2026-01-13T18:55:01.217Z | Compiling rand v0.9.2 |
| 584 | 2026-01-13T18:55:01.340Z | Compiling ingot-types v0.1.2 |
| 585 | 2026-01-13T18:55:01.593Z | Compiling clap v4.5.54 |
| 586 | 2026-01-13T18:55:01.920Z | Compiling ingot v0.1.1 |
| 587 | 2026-01-13T18:55:05.387Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 588 | 2026-01-13T18:55:07.103Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 589 | 2026-01-13T18:55:08.682Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 590 | 2026-01-13T18:55:20.981Z | Finished `release` profile [optimized + debuginfo] target(s) in 40.88s |
| 591 | 2026-01-13T18:55:21.014Z | |
| 592 | 2026-01-13T18:55:21.017Z | real 40.964325383 |
| 593 | 2026-01-13T18:55:21.017Z | user 3:58.027650020 |
| 594 | 2026-01-13T18:55:21.017Z | sys 22.735344533 |
| 595 | 2026-01-13T18:55:21.017Z | trap 0.142900252 |
| 596 | 2026-01-13T18:55:21.017Z | tflt 0.177530460 |
| 597 | 2026-01-13T18:55:21.018Z | dflt 0.670316074 |
| 598 | 2026-01-13T18:55:21.018Z | kflt 0.000019423 |
| 599 | 2026-01-13T18:55:21.018Z | lock 8:05.410784548 |
| 600 | 2026-01-13T18:55:21.018Z | slp 10:40.310278163 |
| 601 | 2026-01-13T18:55:21.018Z | lat 7.456983958 |
| 602 | 2026-01-13T18:55:21.018Z | stop 13.607997564 |
| 603 | 2026-01-13T18:55:21.018Z | + popd |
| 604 | 2026-01-13T18:55:21.018Z | /work/oxidecomputer/opte |
| 605 | 2026-01-13T18:55:21.018Z | + for x in debug release |
| 606 | 2026-01-13T18:55:21.018Z | + mkdir -p /work/debug |
| 607 | 2026-01-13T18:55:21.018Z | + cp target/debug/opteadm /work/debug/ |
| 608 | 2026-01-13T18:55:21.049Z | + sha256sum target/debug/opteadm |
| 609 | 2026-01-13T18:55:21.082Z | + for x in debug release |
| 610 | 2026-01-13T18:55:21.082Z | + mkdir -p /work/release |
| 611 | 2026-01-13T18:55:21.085Z | + cp target/release/opteadm /work/release/ |
| 612 | 2026-01-13T18:55:21.108Z | + sha256sum target/release/opteadm |
| 613 | 2026-01-13T18:55:21.129Z | process exited: duration 120872 ms, exit code 0 |
| |
| 614 | 2026-01-13T18:55:21.144Z | found 4 output files |
| 615 | 2026-01-13T18:55:21.144Z | uploading: /work/debug/opteadm (34919544 bytes) |
| 616 | 2026-01-13T18:55:22.518Z | uploaded: /work/debug/opteadm |
| 617 | 2026-01-13T18:55:22.518Z | uploading: /work/debug/opteadm.debug.sha256 (87 bytes) |
| 618 | 2026-01-13T18:55:23.538Z | uploaded: /work/debug/opteadm.debug.sha256 |
| 619 | 2026-01-13T18:55:23.542Z | uploading: /work/release/opteadm (21835728 bytes) |
| 620 | 2026-01-13T18:55:24.773Z | uploaded: /work/release/opteadm |
| 621 | 2026-01-13T18:55:24.778Z | uploading: /work/release/opteadm.release.sha256 (89 bytes) |
| 622 | 2026-01-13T18:55:25.786Z | uploaded: /work/release/opteadm.release.sha256 |