|
|
|
| 1 | 2026-07-20T10:29:48.754Z | job assigned to worker 01KXZH4ZAFX2BCYEYY53YMV2VR [factory aws, i-00a02fc005986bb6b] (queued for 1 m 11 s) |
| |
| 2 | 2026-07-20T10:29:54.802Z | starting task 0: "setup" |
| 3 | 2026-07-20T10:29:54.807Z | ++ uname -s |
| 4 | 2026-07-20T10:29:54.810Z | + kern=SunOS |
| 5 | 2026-07-20T10:29:54.810Z | + build_user=build |
| 6 | 2026-07-20T10:29:54.811Z | + build_uid=12345 |
| 7 | 2026-07-20T10:29:54.812Z | + work_dir=/work |
| 8 | 2026-07-20T10:29:54.812Z | + input_dir=/input |
| 9 | 2026-07-20T10:29:54.812Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-20T10:29:54.812Z | + case "$kern" in |
| 11 | 2026-07-20T10:29:54.812Z | + groupadd -g 12345 build |
| 12 | 2026-07-20T10:29:54.816Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-20T10:29:56.816Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-20T10:29:56.892Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-20T10:29:56.895Z | + home_fs=zfs |
| 16 | 2026-07-20T10:29:56.895Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-20T10:29:56.895Z | + mkdir -p /home/build |
| 18 | 2026-07-20T10:29:56.895Z | + chown build:build /home/build /work |
| 19 | 2026-07-20T10:29:58.896Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-20T10:29:58.900Z | process exited: duration 4095 ms, exit code 0 |
| |
| 21 | 2026-07-20T10:29:58.906Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-20T10:29:58.909Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-20T10:29:58.910Z | * rust toolchain channel = "1.96.1" |
| 24 | 2026-07-20T10:29:58.910Z | * rust toolchain profile = "default" |
| 25 | 2026-07-20T10:29:58.910Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-20T10:29:58.910Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-20T10:29:58.910Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-20T10:29:58.913Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-20T10:29:58.913Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-20T10:29:59.014Z | info: downloading installer |
| 31 | 2026-07-20T10:30:00.448Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-20T10:30:00.448Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-20T10:30:00.448Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-20T10:30:00.448Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-20T10:30:00.461Z | info: profile set to default |
| 36 | 2026-07-20T10:30:00.461Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-20T10:30:00.464Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-20T10:30:00.610Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-20T10:30:00.613Z | info: downloading 6 components |
| 40 | 2026-07-20T10:30:15.899Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-20T10:30:15.900Z | |
| 42 | 2026-07-20T10:30:15.926Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-20T10:30:15.926Z | |
| 44 | 2026-07-20T10:30:15.926Z | |
| 45 | 2026-07-20T10:30:15.926Z | Rust is installed now. Great! |
| 46 | 2026-07-20T10:30:15.926Z | |
| 47 | 2026-07-20T10:30:15.930Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-20T10:30:15.930Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-20T10:30:15.930Z | |
| 50 | 2026-07-20T10:30:15.930Z | To configure your current shell, you need to source |
| 51 | 2026-07-20T10:30:15.930Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-20T10:30:15.930Z | |
| 53 | 2026-07-20T10:30:15.932Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-20T10:30:15.932Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-20T10:30:15.932Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-20T10:30:15.932Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-20T10:30:15.932Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-20T10:30:15.932Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-20T10:30:15.932Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-20T10:30:15.932Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-20T10:30:15.932Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-20T10:30:16.015Z | + rustup --version |
| 63 | 2026-07-20T10:30:16.024Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-20T10:30:16.028Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-20T10:30:16.045Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-20T10:30:16.049Z | + cargo --version |
| 67 | 2026-07-20T10:30:16.062Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-20T10:30:16.065Z | + rustc --version |
| 69 | 2026-07-20T10:30:16.084Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-20T10:30:16.087Z | process exited: duration 17179 ms, exit code 0 |
| |
| 71 | 2026-07-20T10:30:16.093Z | starting task 2: "authentication" |
| 72 | 2026-07-20T10:30:16.112Z | process exited: duration 18 ms, exit code 0 |
| |
| 73 | 2026-07-20T10:30:16.118Z | starting task 3: "clone repository" |
| 74 | 2026-07-20T10:30:16.121Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-20T10:30:16.124Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-20T10:30:16.153Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-20T10:30:16.992Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-20T10:30:16.992Z | + git fetch origin d3f36470356b9c31a84696419ba42162edd29294 |
| 79 | 2026-07-20T10:30:17.210Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-20T10:30:17.210Z | * branch d3f36470356b9c31a84696419ba42162edd29294 -> FETCH_HEAD |
| 81 | 2026-07-20T10:30:17.215Z | + [[ -n renovate/bitflags-2.x-lockfile ]] |
| 82 | 2026-07-20T10:30:17.218Z | ++ git branch --show-current |
| 83 | 2026-07-20T10:30:17.218Z | + current=master |
| 84 | 2026-07-20T10:30:17.218Z | + [[ master != renovate/bitflags-2.x-lockfile ]] |
| 85 | 2026-07-20T10:30:17.219Z | + git branch -f renovate/bitflags-2.x-lockfile d3f36470356b9c31a84696419ba42162edd29294 |
| 86 | 2026-07-20T10:30:17.223Z | + git checkout -f renovate/bitflags-2.x-lockfile |
| 87 | 2026-07-20T10:30:17.237Z | Switched to branch 'renovate/bitflags-2.x-lockfile' |
| 88 | 2026-07-20T10:30:17.240Z | + git reset --hard d3f36470356b9c31a84696419ba42162edd29294 |
| 89 | 2026-07-20T10:30:17.254Z | HEAD is now at d3f3647 Update Rust crate bitflags to v2.13.1 |
| 90 | 2026-07-20T10:30:17.259Z | process exited: duration 1136 ms, exit code 0 |
| |
| 91 | 2026-07-20T10:30:17.266Z | starting task 4: "build" |
| 92 | 2026-07-20T10:30:17.269Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-20T10:30:17.272Z | ++ rustup show active-toolchain |
| 94 | 2026-07-20T10:30:17.275Z | 1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-07-20T10:30:17.276Z | ++ pushd xde |
| 96 | 2026-07-20T10:30:17.276Z | ++ rustup show active-toolchain |
| 97 | 2026-07-20T10:30:17.276Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 98 | 2026-07-20T10:30:17.280Z | info: syncing channel updates for nightly-2026-06-30-x86_64-unknown-illumos |
| 99 | 2026-07-20T10:30:17.438Z | info: latest update on 2026-06-30 for version 1.98.0-nightly (096694416 2026-06-29) |
| 100 | 2026-07-20T10:30:17.442Z | info: downloading 6 components |
| 101 | 2026-07-20T10:30:32.535Z | nightly-2026-06-30-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-07-20T10:30:32.628Z | +++ rustup show active-toolchain -v |
| 103 | 2026-07-20T10:30:32.631Z | +++ head -n 1 |
| 104 | 2026-07-20T10:30:32.631Z | +++ cut '-d ' -f1 |
| 105 | 2026-07-20T10:30:32.683Z | ++ export NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos |
| 106 | 2026-07-20T10:30:32.683Z | ++ NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos |
| 107 | 2026-07-20T10:30:32.683Z | ++ popd |
| 108 | 2026-07-20T10:30:32.688Z | /work/oxidecomputer/opte |
| 109 | 2026-07-20T10:30:32.688Z | + cargo --version |
| 110 | 2026-07-20T10:30:32.692Z | cargo 1.96.1 (356927216 2026-06-26) |
| 111 | 2026-07-20T10:30:32.696Z | + rustc --version |
| 112 | 2026-07-20T10:30:32.714Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 113 | 2026-07-20T10:30:32.718Z | + pushd bin/opteadm |
| 114 | 2026-07-20T10:30:32.718Z | /work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte |
| 115 | 2026-07-20T10:30:32.718Z | + header 'check style' |
| 116 | 2026-07-20T10:30:32.718Z | + echo '# ==== check style ==== #' |
| 117 | 2026-07-20T10:30:32.718Z | # ==== check style ==== # |
| 118 | 2026-07-20T10:30:32.718Z | + ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos fmt -- --check |
| 119 | 2026-07-20T10:30:32.789Z | |
| 120 | 2026-07-20T10:30:32.789Z | real 0.069862800 |
| 121 | 2026-07-20T10:30:32.789Z | user 0.039007041 |
| 122 | 2026-07-20T10:30:32.789Z | sys 0.028244211 |
| 123 | 2026-07-20T10:30:32.789Z | trap 0.000000358 |
| 124 | 2026-07-20T10:30:32.789Z | tflt 0.000040744 |
| 125 | 2026-07-20T10:30:32.789Z | dflt 0.000016067 |
| 126 | 2026-07-20T10:30:32.789Z | kflt 0.000000000 |
| 127 | 2026-07-20T10:30:32.789Z | lock 0.031385816 |
| 128 | 2026-07-20T10:30:32.789Z | slp 0.049391876 |
| 129 | 2026-07-20T10:30:32.789Z | lat 0.000825931 |
| 130 | 2026-07-20T10:30:32.789Z | stop 0.000093931 |
| 131 | 2026-07-20T10:30:32.793Z | + header analyze |
| 132 | 2026-07-20T10:30:32.793Z | + echo '# ==== analyze ==== #' |
| 133 | 2026-07-20T10:30:32.793Z | # ==== analyze ==== # |
| 134 | 2026-07-20T10:30:32.793Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 135 | 2026-07-20T10:30:32.919Z | Updating crates.io index |
| 136 | 2026-07-20T10:30:32.922Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-07-20T10:30:33.607Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-07-20T10:30:33.824Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-07-20T10:30:34.148Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-07-20T10:30:34.378Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-07-20T10:30:34.603Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-07-20T10:30:34.856Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-07-20T10:30:36.612Z | Downloading crates ... |
| 144 | 2026-07-20T10:30:36.673Z | Downloaded bitflags v2.13.1 |
| 145 | 2026-07-20T10:30:36.676Z | Downloaded cfg-if v1.0.4 |
| 146 | 2026-07-20T10:30:36.681Z | Downloaded clap v4.6.1 |
| 147 | 2026-07-20T10:30:36.686Z | Downloaded foreign-types-shared v0.3.1 |
| 148 | 2026-07-20T10:30:36.689Z | Downloaded embedded-io v0.6.1 |
| 149 | 2026-07-20T10:30:36.689Z | Downloaded darling_macro v0.21.3 |
| 150 | 2026-07-20T10:30:36.689Z | Downloaded is_terminal_polyfill v1.70.2 |
| 151 | 2026-07-20T10:30:36.692Z | Downloaded foreign-types v0.5.0 |
| 152 | 2026-07-20T10:30:36.692Z | Downloaded foreign-types-macros v0.2.3 |
| 153 | 2026-07-20T10:30:36.692Z | Downloaded ident_case v1.0.1 |
| 154 | 2026-07-20T10:30:36.692Z | Downloaded defmt-parser v1.0.0 |
| 155 | 2026-07-20T10:30:36.695Z | Downloaded clap_lex v1.1.0 |
| 156 | 2026-07-20T10:30:36.695Z | Downloaded fnv v1.0.7 |
| 157 | 2026-07-20T10:30:36.695Z | Downloaded cstr-argument v0.1.2 |
| 158 | 2026-07-20T10:30:36.695Z | Downloaded heck v0.5.0 |
| 159 | 2026-07-20T10:30:36.701Z | Downloaded dyn-clone v1.0.20 |
| 160 | 2026-07-20T10:30:36.703Z | Downloaded colorchoice v1.0.5 |
| 161 | 2026-07-20T10:30:36.708Z | Downloaded errno v0.3.14 |
| 162 | 2026-07-20T10:30:36.710Z | Downloaded anstyle-query v1.1.5 |
| 163 | 2026-07-20T10:30:36.714Z | Downloaded tabwriter v1.4.1 |
| 164 | 2026-07-20T10:30:36.714Z | Downloaded ref-cast v1.0.25 |
| 165 | 2026-07-20T10:30:36.716Z | Downloaded hash32 v0.3.1 |
| 166 | 2026-07-20T10:30:36.719Z | Downloaded bitflags v1.3.2 |
| 167 | 2026-07-20T10:30:36.722Z | Downloaded defmt v1.1.1 |
| 168 | 2026-07-20T10:30:36.725Z | Downloaded cpufeatures v0.3.0 |
| 169 | 2026-07-20T10:30:36.729Z | Downloaded defmt v0.3.100 |
| 170 | 2026-07-20T10:30:36.732Z | Downloaded embedded-io v0.4.0 |
| 171 | 2026-07-20T10:30:36.735Z | Downloaded utf8parse v0.2.2 |
| 172 | 2026-07-20T10:30:36.738Z | Downloaded macaddr v1.0.1 |
| 173 | 2026-07-20T10:30:36.738Z | Downloaded equivalent v1.0.2 |
| 174 | 2026-07-20T10:30:36.741Z | Downloaded terminal_size v0.4.4 |
| 175 | 2026-07-20T10:30:36.747Z | Downloaded ref-cast-impl v1.0.25 |
| 176 | 2026-07-20T10:30:36.750Z | Downloaded pretty-hex v0.4.2 |
| 177 | 2026-07-20T10:30:36.753Z | Downloaded version_check v0.9.5 |
| 178 | 2026-07-20T10:30:36.756Z | Downloaded strsim v0.11.1 |
| 179 | 2026-07-20T10:30:36.759Z | Downloaded stable_deref_trait v1.2.1 |
| 180 | 2026-07-20T10:30:36.763Z | Downloaded proc-macro-crate v3.5.0 |
| 181 | 2026-07-20T10:30:36.769Z | Downloaded either v1.16.0 |
| 182 | 2026-07-20T10:30:36.771Z | Downloaded anstyle v1.0.14 |
| 183 | 2026-07-20T10:30:36.774Z | Downloaded anstyle-parse v1.0.0 |
| 184 | 2026-07-20T10:30:36.774Z | Downloaded defmt-macros v1.1.1 |
| 185 | 2026-07-20T10:30:36.777Z | Downloaded cobs v0.3.0 |
| 186 | 2026-07-20T10:30:36.780Z | Downloaded managed v0.8.0 |
| 187 | 2026-07-20T10:30:36.787Z | Downloaded clap_derive v4.6.1 |
| 188 | 2026-07-20T10:30:36.792Z | Downloaded ipnetwork v0.21.1 |
| 189 | 2026-07-20T10:30:36.797Z | Downloaded ingot v0.1.1 |
| 190 | 2026-07-20T10:30:36.797Z | Downloaded rand_core v0.10.1 |
| 191 | 2026-07-20T10:30:36.800Z | Downloaded ingot-types v0.1.2 |
| 192 | 2026-07-20T10:30:36.803Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 193 | 2026-07-20T10:30:36.803Z | Downloaded thiserror-impl v2.0.18 |
| 194 | 2026-07-20T10:30:36.803Z | Downloaded num_enum v0.7.6 |
| 195 | 2026-07-20T10:30:36.809Z | Downloaded num_enum_derive v0.7.6 |
| 196 | 2026-07-20T10:30:36.813Z | Downloaded thiserror v2.0.18 |
| 197 | 2026-07-20T10:30:36.823Z | Downloaded darling v0.21.3 |
| 198 | 2026-07-20T10:30:36.825Z | Downloaded anyhow v1.0.103 |
| 199 | 2026-07-20T10:30:36.828Z | Downloaded rustversion v1.0.23 |
| 200 | 2026-07-20T10:30:36.831Z | Downloaded colored v3.1.1 |
| 201 | 2026-07-20T10:30:36.831Z | Downloaded quote v1.0.46 |
| 202 | 2026-07-20T10:30:36.835Z | Downloaded pin-project-lite v0.2.17 |
| 203 | 2026-07-20T10:30:36.838Z | Downloaded byteorder v1.5.0 |
| 204 | 2026-07-20T10:30:36.842Z | Downloaded ingot-macros v0.1.1 |
| 205 | 2026-07-20T10:30:36.846Z | Downloaded oxnet v0.1.6 |
| 206 | 2026-07-20T10:30:36.851Z | Downloaded tracing-attributes v0.1.31 |
| 207 | 2026-07-20T10:30:36.858Z | Downloaded anstream v1.0.0 |
| 208 | 2026-07-20T10:30:36.862Z | Downloaded postcard v1.1.3 |
| 209 | 2026-07-20T10:30:36.865Z | Downloaded once_cell v1.21.4 |
| 210 | 2026-07-20T10:30:36.867Z | Downloaded getrandom v0.4.3 |
| 211 | 2026-07-20T10:30:36.870Z | Downloaded darling_core v0.21.3 |
| 212 | 2026-07-20T10:30:36.879Z | Downloaded serde_core v1.0.228 |
| 213 | 2026-07-20T10:30:36.882Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 214 | 2026-07-20T10:30:36.885Z | Downloaded chacha20 v0.10.1 |
| 215 | 2026-07-20T10:30:36.885Z | Downloaded tracing-core v0.1.36 |
| 216 | 2026-07-20T10:30:36.888Z | Downloaded unicode-ident v1.0.24 |
| 217 | 2026-07-20T10:30:36.888Z | Downloaded proc-macro2 v1.0.106 |
| 218 | 2026-07-20T10:30:36.891Z | Downloaded uuid v1.23.5 |
| 219 | 2026-07-20T10:30:36.916Z | Downloaded socket2 v0.6.4 |
| 220 | 2026-07-20T10:30:36.919Z | Downloaded toml_edit v0.25.12+spec-1.1.0 |
| 221 | 2026-07-20T10:30:36.924Z | Downloaded serde v1.0.228 |
| 222 | 2026-07-20T10:30:36.928Z | Downloaded serde_derive v1.0.228 |
| 223 | 2026-07-20T10:30:36.942Z | Downloaded heapless v0.8.0 |
| 224 | 2026-07-20T10:30:36.952Z | Downloaded zerocopy-derive v0.8.54 |
| 225 | 2026-07-20T10:30:36.957Z | Downloaded memchr v2.8.3 |
| 226 | 2026-07-20T10:30:36.960Z | Downloaded hashbrown v0.17.1 |
| 227 | 2026-07-20T10:30:36.964Z | Downloaded rand v0.10.2 |
| 228 | 2026-07-20T10:30:36.971Z | Downloaded indexmap v2.14.0 |
| 229 | 2026-07-20T10:30:36.998Z | Downloaded itertools v0.14.0 |
| 230 | 2026-07-20T10:30:37.005Z | Downloaded clap_builder v4.6.0 |
| 231 | 2026-07-20T10:30:37.009Z | Downloaded regex v1.13.0 |
| 232 | 2026-07-20T10:30:37.038Z | Downloaded winnow v1.0.3 |
| 233 | 2026-07-20T10:30:37.043Z | Downloaded aho-corasick v1.1.4 |
| 234 | 2026-07-20T10:30:37.073Z | Downloaded syn v1.0.109 |
| 235 | 2026-07-20T10:30:37.093Z | Downloaded unicode-width v0.2.2 |
| 236 | 2026-07-20T10:30:37.104Z | Downloaded zerocopy v0.8.54 |
| 237 | 2026-07-20T10:30:37.114Z | Downloaded syn v2.0.118 |
| 238 | 2026-07-20T10:30:37.119Z | Downloaded smoltcp v0.11.0 |
| 239 | 2026-07-20T10:30:37.129Z | Downloaded regex-syntax v0.8.11 |
| 240 | 2026-07-20T10:30:37.139Z | Downloaded rustix v1.1.4 |
| 241 | 2026-07-20T10:30:37.155Z | Downloaded tracing v0.1.44 |
| 242 | 2026-07-20T10:30:37.173Z | Downloaded regex-automata v0.4.15 |
| 243 | 2026-07-20T10:30:37.186Z | Downloaded libc v0.2.186 |
| 244 | 2026-07-20T10:30:37.248Z | Compiling proc-macro2 v1.0.106 |
| 245 | 2026-07-20T10:30:37.248Z | Compiling quote v1.0.46 |
| 246 | 2026-07-20T10:30:37.248Z | Compiling unicode-ident v1.0.24 |
| 247 | 2026-07-20T10:30:37.248Z | Compiling serde_core v1.0.228 |
| 248 | 2026-07-20T10:30:37.251Z | Compiling libc v0.2.186 |
| 249 | 2026-07-20T10:30:37.251Z | Checking cfg-if v1.0.4 |
| 250 | 2026-07-20T10:30:37.251Z | Compiling thiserror v2.0.18 |
| 251 | 2026-07-20T10:30:37.251Z | Compiling ident_case v1.0.1 |
| 252 | 2026-07-20T10:30:37.375Z | Compiling memchr v2.8.3 |
| 253 | 2026-07-20T10:30:37.443Z | Compiling fnv v1.0.7 |
| 254 | 2026-07-20T10:30:37.443Z | Compiling strsim v0.11.1 |
| 255 | 2026-07-20T10:30:37.533Z | Compiling regex-syntax v0.8.11 |
| 256 | 2026-07-20T10:30:37.744Z | Compiling equivalent v1.0.2 |
| 257 | 2026-07-20T10:30:37.752Z | Compiling anyhow v1.0.103 |
| 258 | 2026-07-20T10:30:37.823Z | Compiling aho-corasick v1.1.4 |
| 259 | 2026-07-20T10:30:37.912Z | Compiling either v1.16.0 |
| 260 | 2026-07-20T10:30:37.977Z | Compiling serde v1.0.228 |
| 261 | 2026-07-20T10:30:38.050Z | Compiling winnow v1.0.3 |
| 262 | 2026-07-20T10:30:38.079Z | Compiling zerocopy v0.8.54 |
| 263 | 2026-07-20T10:30:38.118Z | Compiling hashbrown v0.17.1 |
| 264 | 2026-07-20T10:30:38.334Z | Compiling itertools v0.14.0 |
| 265 | 2026-07-20T10:30:38.645Z | Compiling indexmap v2.14.0 |
| 266 | 2026-07-20T10:30:38.698Z | Compiling syn v2.0.118 |
| 267 | 2026-07-20T10:30:38.757Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 268 | 2026-07-20T10:30:38.990Z | Checking byteorder v1.5.0 |
| 269 | 2026-07-20T10:30:39.145Z | Compiling regex-automata v0.4.15 |
| 270 | 2026-07-20T10:30:39.153Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 271 | 2026-07-20T10:30:39.226Z | Checking bitflags v2.13.1 |
| 272 | 2026-07-20T10:30:39.275Z | Compiling heapless v0.8.0 |
| 273 | 2026-07-20T10:30:39.313Z | Checking hash32 v0.3.1 |
| 274 | 2026-07-20T10:30:39.402Z | Compiling syn v1.0.109 |
| 275 | 2026-07-20T10:30:39.421Z | Checking stable_deref_trait v1.2.1 |
| 276 | 2026-07-20T10:30:39.486Z | Compiling smoltcp v0.11.0 |
| 277 | 2026-07-20T10:30:39.632Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 278 | 2026-07-20T10:30:39.717Z | Checking macaddr v1.0.1 |
| 279 | 2026-07-20T10:30:39.728Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 280 | 2026-07-20T10:30:39.735Z | Compiling rustversion v1.0.23 |
| 281 | 2026-07-20T10:30:39.852Z | Checking managed v0.8.0 |
| 282 | 2026-07-20T10:30:39.881Z | Checking rand_core v0.10.1 |
| 283 | 2026-07-20T10:30:39.983Z | Compiling getrandom v0.4.3 |
| 284 | 2026-07-20T10:30:40.016Z | Compiling version_check v0.9.5 |
| 285 | 2026-07-20T10:30:40.024Z | Compiling ref-cast v1.0.25 |
| 286 | 2026-07-20T10:30:40.107Z | Compiling rustix v1.1.4 |
| 287 | 2026-07-20T10:30:40.121Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 288 | 2026-07-20T10:30:40.255Z | Compiling proc-macro-crate v3.5.0 |
| 289 | 2026-07-20T10:30:40.285Z | Checking bitflags v1.3.2 |
| 290 | 2026-07-20T10:30:40.360Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 291 | 2026-07-20T10:30:40.621Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 292 | 2026-07-20T10:30:40.670Z | Checking errno v0.3.14 |
| 293 | 2026-07-20T10:30:40.680Z | Checking unicode-width v0.2.2 |
| 294 | 2026-07-20T10:30:40.794Z | Checking foreign-types-shared v0.3.1 |
| 295 | 2026-07-20T10:30:40.876Z | Compiling regex v1.13.0 |
| 296 | 2026-07-20T10:30:40.932Z | Checking utf8parse v0.2.2 |
| 297 | 2026-07-20T10:30:40.939Z | Checking cpufeatures v0.3.0 |
| 298 | 2026-07-20T10:30:40.988Z | Checking once_cell v1.21.4 |
| 299 | 2026-07-20T10:30:40.998Z | Checking ipnetwork v0.21.1 |
| 300 | 2026-07-20T10:30:41.157Z | Checking tracing-core v0.1.36 |
| 301 | 2026-07-20T10:30:41.171Z | Checking anstyle-parse v1.0.0 |
| 302 | 2026-07-20T10:30:41.275Z | Checking chacha20 v0.10.1 |
| 303 | 2026-07-20T10:30:41.315Z | Compiling darling_core v0.21.3 |
| 304 | 2026-07-20T10:30:41.394Z | Checking cstr-argument v0.1.2 |
| 305 | 2026-07-20T10:30:41.469Z | Checking tabwriter v1.4.1 |
| 306 | 2026-07-20T10:30:41.708Z | Checking anstyle-query v1.1.5 |
| 307 | 2026-07-20T10:30:41.768Z | Checking anstyle v1.0.14 |
| 308 | 2026-07-20T10:30:41.794Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 309 | 2026-07-20T10:30:41.837Z | Checking dyn-clone v1.0.20 |
| 310 | 2026-07-20T10:30:41.877Z | Checking pin-project-lite v0.2.17 |
| 311 | 2026-07-20T10:30:41.933Z | Checking pretty-hex v0.4.2 |
| 312 | 2026-07-20T10:30:41.941Z | Checking colorchoice v1.0.5 |
| 313 | 2026-07-20T10:30:41.961Z | Checking is_terminal_polyfill v1.70.2 |
| 314 | 2026-07-20T10:30:41.970Z | Checking terminal_size v0.4.4 |
| 315 | 2026-07-20T10:30:42.043Z | Checking rand v0.10.2 |
| 316 | 2026-07-20T10:30:42.046Z | Checking anstream v1.0.0 |
| 317 | 2026-07-20T10:30:42.075Z | Checking uuid v1.23.5 |
| 318 | 2026-07-20T10:30:42.232Z | Checking socket2 v0.6.4 |
| 319 | 2026-07-20T10:30:42.338Z | Checking oxnet v0.1.6 |
| 320 | 2026-07-20T10:30:42.406Z | Compiling heck v0.5.0 |
| 321 | 2026-07-20T10:30:42.481Z | Checking colored v3.1.1 |
| 322 | 2026-07-20T10:30:42.514Z | Checking clap_lex v1.1.0 |
| 323 | 2026-07-20T10:30:42.522Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 324 | 2026-07-20T10:30:42.525Z | Compiling thiserror-impl v2.0.18 |
| 325 | 2026-07-20T10:30:42.607Z | Compiling serde_derive v1.0.228 |
| 326 | 2026-07-20T10:30:42.669Z | Compiling zerocopy-derive v0.8.54 |
| 327 | 2026-07-20T10:30:42.676Z | Compiling foreign-types-macros v0.2.3 |
| 328 | 2026-07-20T10:30:42.968Z | Compiling ref-cast-impl v1.0.25 |
| 329 | 2026-07-20T10:30:43.194Z | Compiling num_enum_derive v0.7.6 |
| 330 | 2026-07-20T10:30:43.323Z | Checking foreign-types v0.5.0 |
| 331 | 2026-07-20T10:30:43.429Z | Compiling tracing-attributes v0.1.31 |
| 332 | 2026-07-20T10:30:43.524Z | Compiling darling_macro v0.21.3 |
| 333 | 2026-07-20T10:30:43.716Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 334 | 2026-07-20T10:30:43.932Z | Checking cobs v0.3.0 |
| 335 | 2026-07-20T10:30:43.950Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 336 | 2026-07-20T10:30:44.076Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 337 | 2026-07-20T10:30:44.098Z | Compiling darling v0.21.3 |
| 338 | 2026-07-20T10:30:44.170Z | Compiling ingot-macros v0.1.1 |
| 339 | 2026-07-20T10:30:44.236Z | Checking num_enum v0.7.6 |
| 340 | 2026-07-20T10:30:44.243Z | Checking clap_builder v4.6.0 |
| 341 | 2026-07-20T10:30:44.318Z | Compiling clap_derive v4.6.1 |
| 342 | 2026-07-20T10:30:44.341Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 343 | 2026-07-20T10:30:44.436Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 344 | 2026-07-20T10:30:44.671Z | Checking tracing v0.1.44 |
| 345 | 2026-07-20T10:30:45.562Z | Checking postcard v1.1.3 |
| 346 | 2026-07-20T10:30:45.701Z | Checking clap v4.6.1 |
| 347 | 2026-07-20T10:30:46.699Z | Checking ingot-types v0.1.2 |
| 348 | 2026-07-20T10:30:46.962Z | Checking ingot v0.1.1 |
| 349 | 2026-07-20T10:30:48.260Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 350 | 2026-07-20T10:30:49.491Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 351 | 2026-07-20T10:30:50.711Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 352 | 2026-07-20T10:30:51.534Z | Finished `dev` profile [optimized + debuginfo] target(s) in 18.69s |
| 353 | 2026-07-20T10:30:51.640Z | |
| 354 | 2026-07-20T10:30:51.640Z | real 18.845869782 |
| 355 | 2026-07-20T10:30:51.640Z | user 55.286485822 |
| 356 | 2026-07-20T10:30:51.640Z | sys 13.872390800 |
| 357 | 2026-07-20T10:30:51.640Z | trap 0.046514770 |
| 358 | 2026-07-20T10:30:51.640Z | tflt 0.068623675 |
| 359 | 2026-07-20T10:30:51.640Z | dflt 0.173324617 |
| 360 | 2026-07-20T10:30:51.640Z | kflt 0.005759535 |
| 361 | 2026-07-20T10:30:51.640Z | lock 3:26.525138463 |
| 362 | 2026-07-20T10:30:51.640Z | slp 3:07.502838595 |
| 363 | 2026-07-20T10:30:51.643Z | lat 3.199958560 |
| 364 | 2026-07-20T10:30:51.644Z | stop 12.610557506 |
| 365 | 2026-07-20T10:30:51.644Z | + header 'debug build' |
| 366 | 2026-07-20T10:30:51.644Z | + echo '# ==== debug build ==== #' |
| 367 | 2026-07-20T10:30:51.644Z | # ==== debug build ==== # |
| 368 | 2026-07-20T10:30:51.644Z | + ptime -m cargo build |
| 369 | 2026-07-20T10:30:51.797Z | Compiling cfg-if v1.0.4 |
| 370 | 2026-07-20T10:30:51.801Z | Compiling serde_core v1.0.228 |
| 371 | 2026-07-20T10:30:51.801Z | Compiling libc v0.2.186 |
| 372 | 2026-07-20T10:30:51.827Z | Compiling thiserror v2.0.18 |
| 373 | 2026-07-20T10:30:51.833Z | Compiling byteorder v1.5.0 |
| 374 | 2026-07-20T10:30:51.833Z | Compiling zerocopy v0.8.54 |
| 375 | 2026-07-20T10:30:51.834Z | Compiling stable_deref_trait v1.2.1 |
| 376 | 2026-07-20T10:30:51.834Z | Compiling macaddr v1.0.1 |
| 377 | 2026-07-20T10:30:51.870Z | Compiling bitflags v1.3.2 |
| 378 | 2026-07-20T10:30:51.881Z | Compiling managed v0.8.0 |
| 379 | 2026-07-20T10:30:51.900Z | Compiling cobs v0.3.0 |
| 380 | 2026-07-20T10:30:52.139Z | Compiling rand_core v0.10.1 |
| 381 | 2026-07-20T10:30:52.152Z | Compiling hash32 v0.3.1 |
| 382 | 2026-07-20T10:30:52.152Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 383 | 2026-07-20T10:30:52.152Z | Compiling heapless v0.8.0 |
| 384 | 2026-07-20T10:30:52.152Z | Compiling errno v0.3.14 |
| 385 | 2026-07-20T10:30:52.152Z | Compiling utf8parse v0.2.2 |
| 386 | 2026-07-20T10:30:52.161Z | Compiling ipnetwork v0.21.1 |
| 387 | 2026-07-20T10:30:52.169Z | Compiling once_cell v1.21.4 |
| 388 | 2026-07-20T10:30:52.228Z | Compiling unicode-width v0.2.2 |
| 389 | 2026-07-20T10:30:52.253Z | Compiling cpufeatures v0.3.0 |
| 390 | 2026-07-20T10:30:52.306Z | Compiling memchr v2.8.3 |
| 391 | 2026-07-20T10:30:52.315Z | Compiling foreign-types-shared v0.3.1 |
| 392 | 2026-07-20T10:30:52.395Z | Compiling foreign-types v0.5.0 |
| 393 | 2026-07-20T10:30:52.401Z | Compiling tracing-core v0.1.36 |
| 394 | 2026-07-20T10:30:52.464Z | Compiling smoltcp v0.11.0 |
| 395 | 2026-07-20T10:30:52.507Z | Compiling tabwriter v1.4.1 |
| 396 | 2026-07-20T10:30:52.562Z | Compiling chacha20 v0.10.1 |
| 397 | 2026-07-20T10:30:52.679Z | Compiling anstyle-parse v1.0.0 |
| 398 | 2026-07-20T10:30:52.903Z | Compiling cstr-argument v0.1.2 |
| 399 | 2026-07-20T10:30:52.916Z | Compiling ref-cast v1.0.25 |
| 400 | 2026-07-20T10:30:52.925Z | Compiling num_enum v0.7.6 |
| 401 | 2026-07-20T10:30:53.013Z | Compiling getrandom v0.4.3 |
| 402 | 2026-07-20T10:30:53.026Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 403 | 2026-07-20T10:30:53.064Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 404 | 2026-07-20T10:30:53.127Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 405 | 2026-07-20T10:30:53.162Z | Compiling pin-project-lite v0.2.17 |
| 406 | 2026-07-20T10:30:53.220Z | Compiling is_terminal_polyfill v1.70.2 |
| 407 | 2026-07-20T10:30:53.248Z | Compiling pretty-hex v0.4.2 |
| 408 | 2026-07-20T10:30:53.302Z | Compiling anstyle v1.0.14 |
| 409 | 2026-07-20T10:30:53.388Z | Compiling dyn-clone v1.0.20 |
| 410 | 2026-07-20T10:30:53.512Z | Compiling bitflags v2.13.1 |
| 411 | 2026-07-20T10:30:53.555Z | Compiling serde v1.0.228 |
| 412 | 2026-07-20T10:30:53.571Z | Compiling colorchoice v1.0.5 |
| 413 | 2026-07-20T10:30:53.683Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 414 | 2026-07-20T10:30:53.722Z | Compiling rustix v1.1.4 |
| 415 | 2026-07-20T10:30:53.728Z | Compiling anstyle-query v1.1.5 |
| 416 | 2026-07-20T10:30:53.750Z | Compiling uuid v1.23.5 |
| 417 | 2026-07-20T10:30:53.828Z | Compiling anstream v1.0.0 |
| 418 | 2026-07-20T10:30:53.984Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 419 | 2026-07-20T10:30:54.191Z | Compiling postcard v1.1.3 |
| 420 | 2026-07-20T10:30:54.232Z | Compiling terminal_size v0.4.4 |
| 421 | 2026-07-20T10:30:54.313Z | Compiling tracing v0.1.44 |
| 422 | 2026-07-20T10:30:54.334Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 423 | 2026-07-20T10:30:54.376Z | Compiling anyhow v1.0.103 |
| 424 | 2026-07-20T10:30:54.381Z | Compiling rand v0.10.2 |
| 425 | 2026-07-20T10:30:54.540Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 426 | 2026-07-20T10:30:54.659Z | Compiling socket2 v0.6.4 |
| 427 | 2026-07-20T10:30:54.681Z | Compiling winnow v1.0.3 |
| 428 | 2026-07-20T10:30:54.816Z | Compiling ingot-types v0.1.2 |
| 429 | 2026-07-20T10:30:54.897Z | Compiling oxnet v0.1.6 |
| 430 | 2026-07-20T10:30:54.927Z | Compiling clap_lex v1.1.0 |
| 431 | 2026-07-20T10:30:55.223Z | Compiling ingot v0.1.1 |
| 432 | 2026-07-20T10:30:55.251Z | Compiling colored v3.1.1 |
| 433 | 2026-07-20T10:30:55.308Z | Compiling strsim v0.11.1 |
| 434 | 2026-07-20T10:30:55.382Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 435 | 2026-07-20T10:30:55.815Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 436 | 2026-07-20T10:30:55.822Z | Compiling clap_builder v4.6.0 |
| 437 | 2026-07-20T10:30:56.894Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 438 | 2026-07-20T10:30:57.429Z | Compiling clap v4.6.1 |
| 439 | 2026-07-20T10:30:58.571Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 440 | 2026-07-20T10:31:00.034Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 441 | 2026-07-20T10:31:04.461Z | Finished `dev` profile [optimized + debuginfo] target(s) in 12.81s |
| 442 | 2026-07-20T10:31:04.489Z | |
| 443 | 2026-07-20T10:31:04.493Z | real 12.838288264 |
| 444 | 2026-07-20T10:31:04.493Z | user 1:05.836452846 |
| 445 | 2026-07-20T10:31:04.493Z | sys 6.131062738 |
| 446 | 2026-07-20T10:31:04.493Z | trap 0.033526465 |
| 447 | 2026-07-20T10:31:04.493Z | tflt 0.103390710 |
| 448 | 2026-07-20T10:31:04.493Z | dflt 0.197231338 |
| 449 | 2026-07-20T10:31:04.493Z | kflt 0.000022607 |
| 450 | 2026-07-20T10:31:04.493Z | lock 2:58.419963317 |
| 451 | 2026-07-20T10:31:04.493Z | slp 1:58.299013207 |
| 452 | 2026-07-20T10:31:04.493Z | lat 4.210119518 |
| 453 | 2026-07-20T10:31:04.493Z | stop 4.006808538 |
| 454 | 2026-07-20T10:31:04.493Z | + header 'release build' |
| 455 | 2026-07-20T10:31:04.493Z | + echo '# ==== release build ==== #' |
| 456 | 2026-07-20T10:31:04.493Z | # ==== release build ==== # |
| 457 | 2026-07-20T10:31:04.493Z | + ptime -m cargo build --release |
| 458 | 2026-07-20T10:31:04.581Z | Compiling proc-macro2 v1.0.106 |
| 459 | 2026-07-20T10:31:04.582Z | Compiling unicode-ident v1.0.24 |
| 460 | 2026-07-20T10:31:04.582Z | Compiling quote v1.0.46 |
| 461 | 2026-07-20T10:31:04.582Z | Compiling serde_core v1.0.228 |
| 462 | 2026-07-20T10:31:04.585Z | Compiling libc v0.2.186 |
| 463 | 2026-07-20T10:31:04.585Z | Compiling cfg-if v1.0.4 |
| 464 | 2026-07-20T10:31:04.585Z | Compiling thiserror v2.0.18 |
| 465 | 2026-07-20T10:31:04.585Z | Compiling memchr v2.8.3 |
| 466 | 2026-07-20T10:31:04.653Z | Compiling strsim v0.11.1 |
| 467 | 2026-07-20T10:31:04.701Z | Compiling fnv v1.0.7 |
| 468 | 2026-07-20T10:31:04.791Z | Compiling ident_case v1.0.1 |
| 469 | 2026-07-20T10:31:04.890Z | Compiling regex-syntax v0.8.11 |
| 470 | 2026-07-20T10:31:04.904Z | Compiling hashbrown v0.17.1 |
| 471 | 2026-07-20T10:31:04.928Z | Compiling zerocopy v0.8.54 |
| 472 | 2026-07-20T10:31:05.096Z | Compiling aho-corasick v1.1.4 |
| 473 | 2026-07-20T10:31:05.306Z | Compiling anyhow v1.0.103 |
| 474 | 2026-07-20T10:31:05.313Z | Compiling either v1.16.0 |
| 475 | 2026-07-20T10:31:05.313Z | Compiling winnow v1.0.3 |
| 476 | 2026-07-20T10:31:05.438Z | Compiling equivalent v1.0.2 |
| 477 | 2026-07-20T10:31:05.443Z | Compiling serde v1.0.228 |
| 478 | 2026-07-20T10:31:05.471Z | Compiling itertools v0.14.0 |
| 479 | 2026-07-20T10:31:05.507Z | Compiling indexmap v2.14.0 |
| 480 | 2026-07-20T10:31:05.807Z | Compiling heapless v0.8.0 |
| 481 | 2026-07-20T10:31:05.941Z | Compiling syn v2.0.118 |
| 482 | 2026-07-20T10:31:06.102Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 483 | 2026-07-20T10:31:06.105Z | Compiling byteorder v1.5.0 |
| 484 | 2026-07-20T10:31:06.286Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 485 | 2026-07-20T10:31:06.297Z | Compiling hash32 v0.3.1 |
| 486 | 2026-07-20T10:31:06.310Z | Compiling regex-automata v0.4.15 |
| 487 | 2026-07-20T10:31:06.437Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 488 | 2026-07-20T10:31:06.575Z | Compiling macaddr v1.0.1 |
| 489 | 2026-07-20T10:31:06.712Z | Compiling bitflags v2.13.1 |
| 490 | 2026-07-20T10:31:06.715Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 491 | 2026-07-20T10:31:06.828Z | Compiling stable_deref_trait v1.2.1 |
| 492 | 2026-07-20T10:31:06.832Z | Compiling rustversion v1.0.23 |
| 493 | 2026-07-20T10:31:06.832Z | Compiling syn v1.0.109 |
| 494 | 2026-07-20T10:31:06.837Z | Compiling smoltcp v0.11.0 |
| 495 | 2026-07-20T10:31:07.005Z | Compiling bitflags v1.3.2 |
| 496 | 2026-07-20T10:31:07.066Z | Compiling rustix v1.1.4 |
| 497 | 2026-07-20T10:31:07.168Z | Compiling ref-cast v1.0.25 |
| 498 | 2026-07-20T10:31:07.172Z | Compiling version_check v0.9.5 |
| 499 | 2026-07-20T10:31:07.196Z | Compiling getrandom v0.4.3 |
| 500 | 2026-07-20T10:31:07.368Z | Compiling proc-macro-crate v3.5.0 |
| 501 | 2026-07-20T10:31:07.413Z | Compiling managed v0.8.0 |
| 502 | 2026-07-20T10:31:07.417Z | Compiling rand_core v0.10.1 |
| 503 | 2026-07-20T10:31:07.461Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 504 | 2026-07-20T10:31:07.557Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 505 | 2026-07-20T10:31:07.681Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 506 | 2026-07-20T10:31:07.770Z | Compiling errno v0.3.14 |
| 507 | 2026-07-20T10:31:07.780Z | Compiling utf8parse v0.2.2 |
| 508 | 2026-07-20T10:31:07.873Z | Compiling unicode-width v0.2.2 |
| 509 | 2026-07-20T10:31:07.904Z | Compiling cpufeatures v0.3.0 |
| 510 | 2026-07-20T10:31:07.965Z | Compiling regex v1.13.0 |
| 511 | 2026-07-20T10:31:08.059Z | Compiling ipnetwork v0.21.1 |
| 512 | 2026-07-20T10:31:08.114Z | Compiling foreign-types-shared v0.3.1 |
| 513 | 2026-07-20T10:31:08.152Z | Compiling once_cell v1.21.4 |
| 514 | 2026-07-20T10:31:08.350Z | Compiling tracing-core v0.1.36 |
| 515 | 2026-07-20T10:31:08.434Z | Compiling tabwriter v1.4.1 |
| 516 | 2026-07-20T10:31:08.488Z | Compiling chacha20 v0.10.1 |
| 517 | 2026-07-20T10:31:08.759Z | Compiling darling_core v0.21.3 |
| 518 | 2026-07-20T10:31:08.763Z | Compiling cstr-argument v0.1.2 |
| 519 | 2026-07-20T10:31:08.907Z | Compiling anstyle-parse v1.0.0 |
| 520 | 2026-07-20T10:31:09.281Z | Compiling colorchoice v1.0.5 |
| 521 | 2026-07-20T10:31:09.385Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 522 | 2026-07-20T10:31:09.395Z | Compiling is_terminal_polyfill v1.70.2 |
| 523 | 2026-07-20T10:31:09.409Z | Compiling anstyle v1.0.14 |
| 524 | 2026-07-20T10:31:09.473Z | Compiling pretty-hex v0.4.2 |
| 525 | 2026-07-20T10:31:09.603Z | Compiling anstyle-query v1.1.5 |
| 526 | 2026-07-20T10:31:09.607Z | Compiling dyn-clone v1.0.20 |
| 527 | 2026-07-20T10:31:09.649Z | Compiling pin-project-lite v0.2.17 |
| 528 | 2026-07-20T10:31:09.682Z | Compiling anstream v1.0.0 |
| 529 | 2026-07-20T10:31:09.729Z | Compiling terminal_size v0.4.4 |
| 530 | 2026-07-20T10:31:09.736Z | Compiling thiserror-impl v2.0.18 |
| 531 | 2026-07-20T10:31:09.856Z | Compiling serde_derive v1.0.228 |
| 532 | 2026-07-20T10:31:10.019Z | Compiling zerocopy-derive v0.8.54 |
| 533 | 2026-07-20T10:31:10.080Z | Compiling ref-cast-impl v1.0.25 |
| 534 | 2026-07-20T10:31:10.234Z | Compiling foreign-types-macros v0.2.3 |
| 535 | 2026-07-20T10:31:10.428Z | Compiling num_enum_derive v0.7.6 |
| 536 | 2026-07-20T10:31:10.769Z | Compiling tracing-attributes v0.1.31 |
| 537 | 2026-07-20T10:31:10.865Z | Compiling foreign-types v0.5.0 |
| 538 | 2026-07-20T10:31:10.880Z | Compiling darling_macro v0.21.3 |
| 539 | 2026-07-20T10:31:10.930Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 540 | 2026-07-20T10:31:11.056Z | Compiling cobs v0.3.0 |
| 541 | 2026-07-20T10:31:11.066Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 542 | 2026-07-20T10:31:11.259Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 543 | 2026-07-20T10:31:11.416Z | Compiling num_enum v0.7.6 |
| 544 | 2026-07-20T10:31:11.421Z | Compiling rand v0.10.2 |
| 545 | 2026-07-20T10:31:11.432Z | Compiling darling v0.21.3 |
| 546 | 2026-07-20T10:31:11.499Z | Compiling ingot-macros v0.1.1 |
| 547 | 2026-07-20T10:31:11.521Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 548 | 2026-07-20T10:31:11.545Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 549 | 2026-07-20T10:31:11.596Z | Compiling uuid v1.23.5 |
| 550 | 2026-07-20T10:31:11.645Z | Compiling socket2 v0.6.4 |
| 551 | 2026-07-20T10:31:11.703Z | Compiling colored v3.1.1 |
| 552 | 2026-07-20T10:31:11.958Z | Compiling tracing v0.1.44 |
| 553 | 2026-07-20T10:31:12.003Z | Compiling oxnet v0.1.6 |
| 554 | 2026-07-20T10:31:12.198Z | Compiling heck v0.5.0 |
| 555 | 2026-07-20T10:31:12.225Z | Compiling clap_lex v1.1.0 |
| 556 | 2026-07-20T10:31:12.298Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 557 | 2026-07-20T10:31:12.385Z | Compiling clap_derive v4.6.1 |
| 558 | 2026-07-20T10:31:12.527Z | Compiling clap_builder v4.6.0 |
| 559 | 2026-07-20T10:31:13.014Z | Compiling postcard v1.1.3 |
| 560 | 2026-07-20T10:31:14.471Z | Compiling ingot-types v0.1.2 |
| 561 | 2026-07-20T10:31:14.512Z | Compiling clap v4.6.1 |
| 562 | 2026-07-20T10:31:14.820Z | Compiling ingot v0.1.1 |
| 563 | 2026-07-20T10:31:16.454Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 564 | 2026-07-20T10:31:17.459Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 565 | 2026-07-20T10:31:18.518Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 566 | 2026-07-20T10:31:25.136Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.63s |
| 567 | 2026-07-20T10:31:25.164Z | |
| 568 | 2026-07-20T10:31:25.164Z | real 20.665781299 |
| 569 | 2026-07-20T10:31:25.167Z | user 1:44.137276612 |
| 570 | 2026-07-20T10:31:25.167Z | sys 13.893568780 |
| 571 | 2026-07-20T10:31:25.168Z | trap 0.053820818 |
| 572 | 2026-07-20T10:31:25.168Z | tflt 0.067038495 |
| 573 | 2026-07-20T10:31:25.168Z | dflt 0.387488660 |
| 574 | 2026-07-20T10:31:25.168Z | kflt 0.000017715 |
| 575 | 2026-07-20T10:31:25.168Z | lock 4:28.130674822 |
| 576 | 2026-07-20T10:31:25.168Z | slp 3:26.421054347 |
| 577 | 2026-07-20T10:31:25.168Z | lat 6.031507410 |
| 578 | 2026-07-20T10:31:25.168Z | stop 9.436112580 |
| 579 | 2026-07-20T10:31:25.168Z | + popd |
| 580 | 2026-07-20T10:31:25.168Z | /work/oxidecomputer/opte |
| 581 | 2026-07-20T10:31:25.168Z | + for x in debug release |
| 582 | 2026-07-20T10:31:25.168Z | + mkdir -p /work/debug |
| 583 | 2026-07-20T10:31:25.168Z | + cp target/debug/opteadm /work/debug/ |
| 584 | 2026-07-20T10:31:25.189Z | + sha256sum target/debug/opteadm |
| 585 | 2026-07-20T10:31:25.215Z | + for x in debug release |
| 586 | 2026-07-20T10:31:25.215Z | + mkdir -p /work/release |
| 587 | 2026-07-20T10:31:25.218Z | + cp target/release/opteadm /work/release/ |
| 588 | 2026-07-20T10:31:25.234Z | + sha256sum target/release/opteadm |
| 589 | 2026-07-20T10:31:25.253Z | process exited: duration 67985 ms, exit code 0 |
| |
| 590 | 2026-07-20T10:31:25.265Z | found 4 output files |
| 591 | 2026-07-20T10:31:25.265Z | uploading: /work/debug/opteadm (36199248 bytes) |
| 592 | 2026-07-20T10:31:26.534Z | uploaded: /work/debug/opteadm |
| 593 | 2026-07-20T10:31:26.534Z | uploading: /work/debug/opteadm.debug.sha256 (87 bytes) |
| 594 | 2026-07-20T10:31:27.544Z | uploaded: /work/debug/opteadm.debug.sha256 |
| 595 | 2026-07-20T10:31:27.544Z | uploading: /work/release/opteadm (24760096 bytes) |
| 596 | 2026-07-20T10:31:28.690Z | uploaded: /work/release/opteadm |
| 597 | 2026-07-20T10:31:28.690Z | uploading: /work/release/opteadm.release.sha256 (89 bytes) |
| 598 | 2026-07-20T10:31:29.701Z | uploaded: /work/release/opteadm.release.sha256 |