|
|
|
| 1 | 2026-06-30T14:55:11.726Z | job assigned to worker 01KWCGCJ2X1M0GSSXNZ7NVE0EP [factory aws, i-02a6670d61ca93d82] (queued for 2 m 43 s) |
| |
| 2 | 2026-06-30T14:55:18.323Z | starting task 0: "setup" |
| 3 | 2026-06-30T14:55:18.329Z | ++ uname -s |
| 4 | 2026-06-30T14:55:18.331Z | + kern=SunOS |
| 5 | 2026-06-30T14:55:18.331Z | + build_user=build |
| 6 | 2026-06-30T14:55:18.331Z | + build_uid=12345 |
| 7 | 2026-06-30T14:55:18.331Z | + work_dir=/work |
| 8 | 2026-06-30T14:55:18.331Z | + input_dir=/input |
| 9 | 2026-06-30T14:55:18.332Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-30T14:55:18.332Z | + case "$kern" in |
| 11 | 2026-06-30T14:55:18.332Z | + groupadd -g 12345 build |
| 12 | 2026-06-30T14:55:18.335Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-30T14:55:20.337Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-30T14:55:20.495Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-30T14:55:20.498Z | + home_fs=zfs |
| 16 | 2026-06-30T14:55:20.498Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-30T14:55:20.498Z | + mkdir -p /home/build |
| 18 | 2026-06-30T14:55:20.498Z | + chown build:build /home/build /work |
| 19 | 2026-06-30T14:55:22.499Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-30T14:55:22.502Z | process exited: duration 4177 ms, exit code 0 |
| |
| 21 | 2026-06-30T14:55:22.507Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-30T14:55:22.511Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.0 |
| 23 | 2026-06-30T14:55:22.511Z | * rust toolchain channel = "1.96.0" |
| 24 | 2026-06-30T14:55:22.511Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-06-30T14:55:22.511Z | * rust toolchain profile = "default" |
| 26 | 2026-06-30T14:55:22.511Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-30T14:55:22.511Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-30T14:55:22.514Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-30T14:55:22.514Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default |
| 30 | 2026-06-30T14:55:22.616Z | info: downloading installer |
| 31 | 2026-06-30T14:55:23.952Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-30T14:55:23.952Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-30T14:55:23.952Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-30T14:55:23.952Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-30T14:55:23.965Z | info: profile set to default |
| 36 | 2026-06-30T14:55:23.965Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-30T14:55:23.968Z | info: syncing channel updates for 1.96.0-x86_64-unknown-illumos |
| 38 | 2026-06-30T14:55:24.107Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-30T14:55:24.110Z | info: downloading 6 components |
| 40 | 2026-06-30T14:55:39.046Z | info: default toolchain set to 1.96.0-x86_64-unknown-illumos |
| 41 | 2026-06-30T14:55:39.046Z | |
| 42 | 2026-06-30T14:55:39.074Z | 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-30T14:55:39.074Z | |
| 44 | 2026-06-30T14:55:39.075Z | |
| 45 | 2026-06-30T14:55:39.075Z | Rust is installed now. Great! |
| 46 | 2026-06-30T14:55:39.075Z | |
| 47 | 2026-06-30T14:55:39.075Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-30T14:55:39.075Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-30T14:55:39.075Z | |
| 50 | 2026-06-30T14:55:39.075Z | To configure your current shell, you need to source |
| 51 | 2026-06-30T14:55:39.075Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-30T14:55:39.075Z | |
| 53 | 2026-06-30T14:55:39.078Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-30T14:55:39.078Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-30T14:55:39.078Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-30T14:55:39.078Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-30T14:55:39.078Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-30T14:55:39.078Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-30T14:55:39.078Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-30T14:55:39.078Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-30T14:55:39.078Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-30T14:55:39.171Z | + rustup --version |
| 63 | 2026-06-30T14:55:39.180Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-30T14:55:39.183Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-30T14:55:39.201Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-30T14:55:39.204Z | + cargo --version |
| 67 | 2026-06-30T14:55:39.217Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-30T14:55:39.220Z | + rustc --version |
| 69 | 2026-06-30T14:55:39.239Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-30T14:55:39.242Z | process exited: duration 16733 ms, exit code 0 |
| |
| 71 | 2026-06-30T14:55:39.247Z | starting task 2: "authentication" |
| 72 | 2026-06-30T14:55:39.264Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-30T14:55:39.271Z | starting task 3: "clone repository" |
| 74 | 2026-06-30T14:55:39.274Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-06-30T14:55:39.278Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-06-30T14:55:39.306Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-06-30T14:55:40.217Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-06-30T14:55:40.217Z | + git fetch origin 2a1be40c7ae5607cb84359f9638df92ee41bc860 |
| 79 | 2026-06-30T14:55:40.474Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-06-30T14:55:40.474Z | * branch 2a1be40c7ae5607cb84359f9638df92ee41bc860 -> FETCH_HEAD |
| 81 | 2026-06-30T14:55:40.480Z | + [[ -n c3 ]] |
| 82 | 2026-06-30T14:55:40.483Z | ++ git branch --show-current |
| 83 | 2026-06-30T14:55:40.483Z | + current=master |
| 84 | 2026-06-30T14:55:40.483Z | + [[ master != c3 ]] |
| 85 | 2026-06-30T14:55:40.483Z | + git branch -f c3 2a1be40c7ae5607cb84359f9638df92ee41bc860 |
| 86 | 2026-06-30T14:55:40.486Z | + git checkout -f c3 |
| 87 | 2026-06-30T14:55:40.501Z | Switched to branch 'c3' |
| 88 | 2026-06-30T14:55:40.504Z | + git reset --hard 2a1be40c7ae5607cb84359f9638df92ee41bc860 |
| 89 | 2026-06-30T14:55:40.518Z | HEAD is now at 2a1be40 [safety] Weaken lifetime in get_xde_state() |
| 90 | 2026-06-30T14:55:40.521Z | process exited: duration 1248 ms, exit code 0 |
| |
| 91 | 2026-06-30T14:55:40.526Z | starting task 4: "build" |
| 92 | 2026-06-30T14:55:40.530Z | + source .github/buildomat/common.sh |
| 93 | 2026-06-30T14:55:40.533Z | ++ rustup show active-toolchain |
| 94 | 2026-06-30T14:55:40.536Z | 1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-06-30T14:55:40.536Z | ++ pushd xde |
| 96 | 2026-06-30T14:55:40.536Z | ++ rustup show active-toolchain |
| 97 | 2026-06-30T14:55:40.536Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 98 | 2026-06-30T14:55:40.541Z | info: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos |
| 99 | 2026-06-30T14:55:40.691Z | info: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18) |
| 100 | 2026-06-30T14:55:40.694Z | info: downloading 6 components |
| 101 | 2026-06-30T14:55:56.165Z | nightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-06-30T14:55:56.261Z | +++ rustup show active-toolchain -v |
| 103 | 2026-06-30T14:55:56.265Z | +++ head -n 1 |
| 104 | 2026-06-30T14:55:56.265Z | +++ cut '-d ' -f1 |
| 105 | 2026-06-30T14:55:56.317Z | ++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos |
| 106 | 2026-06-30T14:55:56.317Z | ++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos |
| 107 | 2026-06-30T14:55:56.317Z | ++ popd |
| 108 | 2026-06-30T14:55:56.320Z | /work/oxidecomputer/opte |
| 109 | 2026-06-30T14:55:56.320Z | + cargo --version |
| 110 | 2026-06-30T14:55:56.327Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 111 | 2026-06-30T14:55:56.330Z | + rustc --version |
| 112 | 2026-06-30T14:55:56.349Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 113 | 2026-06-30T14:55:56.352Z | + pushd bin/opteadm |
| 114 | 2026-06-30T14:55:56.352Z | /work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte |
| 115 | 2026-06-30T14:55:56.352Z | + header 'check style' |
| 116 | 2026-06-30T14:55:56.352Z | + echo '# ==== check style ==== #' |
| 117 | 2026-06-30T14:55:56.352Z | # ==== check style ==== # |
| 118 | 2026-06-30T14:55:56.352Z | + ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos fmt -- --check |
| 119 | 2026-06-30T14:55:56.425Z | |
| 120 | 2026-06-30T14:55:56.425Z | real 0.071759829 |
| 121 | 2026-06-30T14:55:56.425Z | user 0.039955771 |
| 122 | 2026-06-30T14:55:56.425Z | sys 0.028499621 |
| 123 | 2026-06-30T14:55:56.425Z | trap 0.000000169 |
| 124 | 2026-06-30T14:55:56.425Z | tflt 0.000015776 |
| 125 | 2026-06-30T14:55:56.425Z | dflt 0.000002058 |
| 126 | 2026-06-30T14:55:56.425Z | kflt 0.000000000 |
| 127 | 2026-06-30T14:55:56.425Z | lock 0.031576615 |
| 128 | 2026-06-30T14:55:56.426Z | slp 0.051109537 |
| 129 | 2026-06-30T14:55:56.426Z | lat 0.000670531 |
| 130 | 2026-06-30T14:55:56.426Z | stop 0.000111091 |
| 131 | 2026-06-30T14:55:56.432Z | + header analyze |
| 132 | 2026-06-30T14:55:56.432Z | + echo '# ==== analyze ==== #' |
| 133 | 2026-06-30T14:55:56.432Z | # ==== analyze ==== # |
| 134 | 2026-06-30T14:55:56.432Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 135 | 2026-06-30T14:55:56.552Z | Updating crates.io index |
| 136 | 2026-06-30T14:55:56.556Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-06-30T14:55:57.903Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-06-30T14:55:58.203Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-06-30T14:55:58.566Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-06-30T14:55:58.855Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-06-30T14:55:59.097Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-06-30T14:55:59.405Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-06-30T14:56:01.598Z | Downloading crates ... |
| 144 | 2026-06-30T14:56:01.649Z | Downloaded anstyle-query v1.1.5 |
| 145 | 2026-06-30T14:56:01.652Z | Downloaded bitflags v1.3.2 |
| 146 | 2026-06-30T14:56:01.656Z | Downloaded defmt v0.3.100 |
| 147 | 2026-06-30T14:56:01.659Z | Downloaded stable_deref_trait v1.2.1 |
| 148 | 2026-06-30T14:56:01.659Z | Downloaded anstyle-parse v1.0.0 |
| 149 | 2026-06-30T14:56:01.659Z | Downloaded clap_lex v1.1.0 |
| 150 | 2026-06-30T14:56:01.662Z | Downloaded colorchoice v1.0.5 |
| 151 | 2026-06-30T14:56:01.664Z | Downloaded clap v4.6.1 |
| 152 | 2026-06-30T14:56:01.669Z | Downloaded darling_macro v0.21.3 |
| 153 | 2026-06-30T14:56:01.672Z | Downloaded anstyle v1.0.14 |
| 154 | 2026-06-30T14:56:01.672Z | Downloaded either v1.16.0 |
| 155 | 2026-06-30T14:56:01.675Z | Downloaded dyn-clone v1.0.20 |
| 156 | 2026-06-30T14:56:01.679Z | Downloaded ident_case v1.0.1 |
| 157 | 2026-06-30T14:56:01.682Z | Downloaded cpufeatures v0.3.0 |
| 158 | 2026-06-30T14:56:01.682Z | Downloaded equivalent v1.0.2 |
| 159 | 2026-06-30T14:56:01.685Z | Downloaded embedded-io v0.6.1 |
| 160 | 2026-06-30T14:56:01.685Z | Downloaded zerocopy-derive v0.8.52 |
| 161 | 2026-06-30T14:56:01.689Z | Downloaded foreign-types-shared v0.3.1 |
| 162 | 2026-06-30T14:56:01.691Z | Downloaded errno v0.3.14 |
| 163 | 2026-06-30T14:56:01.692Z | Downloaded cstr-argument v0.1.2 |
| 164 | 2026-06-30T14:56:01.692Z | Downloaded darling v0.21.3 |
| 165 | 2026-06-30T14:56:01.699Z | Downloaded cfg-if v1.0.4 |
| 166 | 2026-06-30T14:56:01.699Z | Downloaded zerocopy v0.8.52 |
| 167 | 2026-06-30T14:56:01.709Z | Downloaded fnv v1.0.7 |
| 168 | 2026-06-30T14:56:01.709Z | Downloaded embedded-io v0.4.0 |
| 169 | 2026-06-30T14:56:01.709Z | Downloaded strsim v0.11.1 |
| 170 | 2026-06-30T14:56:01.713Z | Downloaded is_terminal_polyfill v1.70.2 |
| 171 | 2026-06-30T14:56:01.713Z | Downloaded hash32 v0.3.1 |
| 172 | 2026-06-30T14:56:01.713Z | Downloaded terminal_size v0.4.4 |
| 173 | 2026-06-30T14:56:01.713Z | Downloaded defmt-parser v1.0.0 |
| 174 | 2026-06-30T14:56:01.716Z | Downloaded ingot v0.1.1 |
| 175 | 2026-06-30T14:56:01.716Z | Downloaded byteorder v1.5.0 |
| 176 | 2026-06-30T14:56:01.720Z | Downloaded anyhow v1.0.102 |
| 177 | 2026-06-30T14:56:01.724Z | Downloaded foreign-types v0.5.0 |
| 178 | 2026-06-30T14:56:01.727Z | Downloaded managed v0.8.0 |
| 179 | 2026-06-30T14:56:01.730Z | Downloaded foreign-types-macros v0.2.3 |
| 180 | 2026-06-30T14:56:01.730Z | Downloaded version_check v0.9.5 |
| 181 | 2026-06-30T14:56:01.734Z | Downloaded heck v0.5.0 |
| 182 | 2026-06-30T14:56:01.740Z | Downloaded utf8parse v0.2.2 |
| 183 | 2026-06-30T14:56:01.743Z | Downloaded tabwriter v1.4.1 |
| 184 | 2026-06-30T14:56:01.743Z | Downloaded ref-cast-impl v1.0.25 |
| 185 | 2026-06-30T14:56:01.743Z | Downloaded ref-cast v1.0.25 |
| 186 | 2026-06-30T14:56:01.746Z | Downloaded proc-macro-crate v3.5.0 |
| 187 | 2026-06-30T14:56:01.749Z | Downloaded cobs v0.3.0 |
| 188 | 2026-06-30T14:56:01.753Z | Downloaded defmt-macros v1.1.0 |
| 189 | 2026-06-30T14:56:01.757Z | Downloaded ipnetwork v0.21.1 |
| 190 | 2026-06-30T14:56:01.760Z | Downloaded pin-project-lite v0.2.17 |
| 191 | 2026-06-30T14:56:01.763Z | Downloaded rustversion v1.0.22 |
| 192 | 2026-06-30T14:56:01.767Z | Downloaded anstream v1.0.0 |
| 193 | 2026-06-30T14:56:01.767Z | Downloaded num_enum v0.7.6 |
| 194 | 2026-06-30T14:56:01.767Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 195 | 2026-06-30T14:56:01.770Z | Downloaded pretty-hex v0.4.2 |
| 196 | 2026-06-30T14:56:01.770Z | Downloaded macaddr v1.0.1 |
| 197 | 2026-06-30T14:56:01.773Z | Downloaded clap_derive v4.6.1 |
| 198 | 2026-06-30T14:56:01.773Z | Downloaded ingot-macros v0.1.1 |
| 199 | 2026-06-30T14:56:01.776Z | Downloaded colored v3.1.1 |
| 200 | 2026-06-30T14:56:01.795Z | Downloaded ingot-types v0.1.2 |
| 201 | 2026-06-30T14:56:01.798Z | Downloaded chacha20 v0.10.0 |
| 202 | 2026-06-30T14:56:01.801Z | Downloaded thiserror-impl v2.0.18 |
| 203 | 2026-06-30T14:56:01.804Z | Downloaded num_enum_derive v0.7.6 |
| 204 | 2026-06-30T14:56:01.804Z | Downloaded thiserror v2.0.18 |
| 205 | 2026-06-30T14:56:01.811Z | Downloaded rand_core v0.10.1 |
| 206 | 2026-06-30T14:56:01.814Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 207 | 2026-06-30T14:56:01.814Z | Downloaded quote v1.0.46 |
| 208 | 2026-06-30T14:56:01.817Z | Downloaded getrandom v0.4.3 |
| 209 | 2026-06-30T14:56:01.821Z | Downloaded tracing-attributes v0.1.31 |
| 210 | 2026-06-30T14:56:01.824Z | Downloaded once_cell v1.21.4 |
| 211 | 2026-06-30T14:56:01.827Z | Downloaded postcard v1.1.3 |
| 212 | 2026-06-30T14:56:01.836Z | Downloaded proc-macro-error2 v2.0.1 |
| 213 | 2026-06-30T14:56:01.839Z | Downloaded bitflags v2.13.0 |
| 214 | 2026-06-30T14:56:01.842Z | Downloaded darling_core v0.21.3 |
| 215 | 2026-06-30T14:56:01.845Z | Downloaded defmt v1.1.0 |
| 216 | 2026-06-30T14:56:01.850Z | Downloaded unicode-ident v1.0.24 |
| 217 | 2026-06-30T14:56:01.859Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 218 | 2026-06-30T14:56:01.862Z | Downloaded uuid v1.23.3 |
| 219 | 2026-06-30T14:56:01.865Z | Downloaded proc-macro2 v1.0.106 |
| 220 | 2026-06-30T14:56:01.872Z | Downloaded socket2 v0.6.4 |
| 221 | 2026-06-30T14:56:01.875Z | Downloaded serde_derive v1.0.228 |
| 222 | 2026-06-30T14:56:01.879Z | Downloaded serde v1.0.228 |
| 223 | 2026-06-30T14:56:01.881Z | Downloaded oxnet v0.1.6 |
| 224 | 2026-06-30T14:56:01.881Z | Downloaded serde_core v1.0.228 |
| 225 | 2026-06-30T14:56:01.886Z | Downloaded toml_edit v0.25.12+spec-1.1.0 |
| 226 | 2026-06-30T14:56:01.890Z | Downloaded tracing-core v0.1.36 |
| 227 | 2026-06-30T14:56:01.895Z | Downloaded indexmap v2.14.0 |
| 228 | 2026-06-30T14:56:01.899Z | Downloaded heapless v0.8.0 |
| 229 | 2026-06-30T14:56:01.915Z | Downloaded rand v0.10.1 |
| 230 | 2026-06-30T14:56:01.918Z | Downloaded memchr v2.8.2 |
| 231 | 2026-06-30T14:56:01.931Z | Downloaded clap_builder v4.6.0 |
| 232 | 2026-06-30T14:56:01.961Z | Downloaded hashbrown v0.17.1 |
| 233 | 2026-06-30T14:56:01.977Z | Downloaded regex v1.12.4 |
| 234 | 2026-06-30T14:56:01.980Z | Downloaded itertools v0.14.0 |
| 235 | 2026-06-30T14:56:01.984Z | Downloaded aho-corasick v1.1.4 |
| 236 | 2026-06-30T14:56:01.990Z | Downloaded winnow v1.0.3 |
| 237 | 2026-06-30T14:56:02.033Z | Downloaded syn v1.0.109 |
| 238 | 2026-06-30T14:56:02.050Z | Downloaded unicode-width v0.2.2 |
| 239 | 2026-06-30T14:56:02.059Z | Downloaded syn v2.0.118 |
| 240 | 2026-06-30T14:56:02.067Z | Downloaded smoltcp v0.11.0 |
| 241 | 2026-06-30T14:56:02.087Z | Downloaded regex-syntax v0.8.11 |
| 242 | 2026-06-30T14:56:02.098Z | Downloaded rustix v1.1.4 |
| 243 | 2026-06-30T14:56:02.110Z | Downloaded tracing v0.1.44 |
| 244 | 2026-06-30T14:56:02.128Z | Downloaded regex-automata v0.4.14 |
| 245 | 2026-06-30T14:56:02.137Z | Downloaded libc v0.2.186 |
| 246 | 2026-06-30T14:56:02.202Z | Compiling proc-macro2 v1.0.106 |
| 247 | 2026-06-30T14:56:02.202Z | Compiling quote v1.0.46 |
| 248 | 2026-06-30T14:56:02.203Z | Compiling unicode-ident v1.0.24 |
| 249 | 2026-06-30T14:56:02.205Z | Compiling serde_core v1.0.228 |
| 250 | 2026-06-30T14:56:02.205Z | Compiling libc v0.2.186 |
| 251 | 2026-06-30T14:56:02.206Z | Checking cfg-if v1.0.4 |
| 252 | 2026-06-30T14:56:02.206Z | Compiling fnv v1.0.7 |
| 253 | 2026-06-30T14:56:02.206Z | Compiling strsim v0.11.1 |
| 254 | 2026-06-30T14:56:02.344Z | Compiling ident_case v1.0.1 |
| 255 | 2026-06-30T14:56:02.386Z | Compiling thiserror v2.0.18 |
| 256 | 2026-06-30T14:56:02.413Z | Compiling memchr v2.8.2 |
| 257 | 2026-06-30T14:56:02.453Z | Compiling regex-syntax v0.8.11 |
| 258 | 2026-06-30T14:56:02.595Z | Compiling zerocopy v0.8.52 |
| 259 | 2026-06-30T14:56:02.684Z | Compiling anyhow v1.0.102 |
| 260 | 2026-06-30T14:56:02.918Z | Compiling aho-corasick v1.1.4 |
| 261 | 2026-06-30T14:56:02.969Z | Compiling serde v1.0.228 |
| 262 | 2026-06-30T14:56:02.983Z | Compiling winnow v1.0.3 |
| 263 | 2026-06-30T14:56:02.988Z | Compiling equivalent v1.0.2 |
| 264 | 2026-06-30T14:56:02.995Z | Compiling hashbrown v0.17.1 |
| 265 | 2026-06-30T14:56:03.063Z | Compiling either v1.16.0 |
| 266 | 2026-06-30T14:56:03.261Z | Compiling itertools v0.14.0 |
| 267 | 2026-06-30T14:56:03.488Z | Compiling syn v2.0.118 |
| 268 | 2026-06-30T14:56:03.523Z | Compiling indexmap v2.14.0 |
| 269 | 2026-06-30T14:56:03.575Z | Compiling heapless v0.8.0 |
| 270 | 2026-06-30T14:56:03.861Z | Checking byteorder v1.5.0 |
| 271 | 2026-06-30T14:56:03.999Z | Compiling regex-automata v0.4.14 |
| 272 | 2026-06-30T14:56:04.013Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 273 | 2026-06-30T14:56:04.100Z | Checking bitflags v2.13.0 |
| 274 | 2026-06-30T14:56:04.128Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 275 | 2026-06-30T14:56:04.264Z | Checking hash32 v0.3.1 |
| 276 | 2026-06-30T14:56:04.347Z | Compiling smoltcp v0.11.0 |
| 277 | 2026-06-30T14:56:04.368Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 278 | 2026-06-30T14:56:04.477Z | Compiling syn v1.0.109 |
| 279 | 2026-06-30T14:56:04.495Z | Compiling rustversion v1.0.22 |
| 280 | 2026-06-30T14:56:04.532Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 281 | 2026-06-30T14:56:04.561Z | Checking stable_deref_trait v1.2.1 |
| 282 | 2026-06-30T14:56:04.626Z | Checking macaddr v1.0.1 |
| 283 | 2026-06-30T14:56:04.765Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 284 | 2026-06-30T14:56:04.771Z | Compiling ref-cast v1.0.25 |
| 285 | 2026-06-30T14:56:04.817Z | Compiling rustix v1.1.4 |
| 286 | 2026-06-30T14:56:04.869Z | Compiling version_check v0.9.5 |
| 287 | 2026-06-30T14:56:04.967Z | Compiling proc-macro-crate v3.5.0 |
| 288 | 2026-06-30T14:56:05.044Z | Compiling getrandom v0.4.3 |
| 289 | 2026-06-30T14:56:05.074Z | Checking managed v0.8.0 |
| 290 | 2026-06-30T14:56:05.146Z | Checking rand_core v0.10.1 |
| 291 | 2026-06-30T14:56:05.165Z | Checking bitflags v1.3.2 |
| 292 | 2026-06-30T14:56:05.277Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 293 | 2026-06-30T14:56:05.397Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 294 | 2026-06-30T14:56:05.411Z | Checking errno v0.3.14 |
| 295 | 2026-06-30T14:56:05.541Z | Checking cpufeatures v0.3.0 |
| 296 | 2026-06-30T14:56:05.544Z | Checking utf8parse v0.2.2 |
| 297 | 2026-06-30T14:56:05.605Z | Checking ipnetwork v0.21.1 |
| 298 | 2026-06-30T14:56:05.641Z | Checking foreign-types-shared v0.3.1 |
| 299 | 2026-06-30T14:56:05.730Z | Compiling regex v1.12.4 |
| 300 | 2026-06-30T14:56:05.735Z | Checking once_cell v1.21.4 |
| 301 | 2026-06-30T14:56:05.781Z | Checking unicode-width v0.2.2 |
| 302 | 2026-06-30T14:56:05.901Z | Checking tracing-core v0.1.36 |
| 303 | 2026-06-30T14:56:06.029Z | Checking tabwriter v1.4.1 |
| 304 | 2026-06-30T14:56:06.117Z | Compiling darling_core v0.21.3 |
| 305 | 2026-06-30T14:56:06.169Z | Checking anstyle-parse v1.0.0 |
| 306 | 2026-06-30T14:56:06.216Z | Checking chacha20 v0.10.0 |
| 307 | 2026-06-30T14:56:06.250Z | Checking cstr-argument v0.1.2 |
| 308 | 2026-06-30T14:56:06.555Z | Checking colorchoice v1.0.5 |
| 309 | 2026-06-30T14:56:06.578Z | Checking is_terminal_polyfill v1.70.2 |
| 310 | 2026-06-30T14:56:06.639Z | Checking anstyle v1.0.14 |
| 311 | 2026-06-30T14:56:06.646Z | Checking dyn-clone v1.0.20 |
| 312 | 2026-06-30T14:56:06.665Z | Checking pretty-hex v0.4.2 |
| 313 | 2026-06-30T14:56:06.739Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 314 | 2026-06-30T14:56:06.747Z | Checking pin-project-lite v0.2.17 |
| 315 | 2026-06-30T14:56:06.765Z | Checking anstyle-query v1.1.5 |
| 316 | 2026-06-30T14:56:06.848Z | Checking terminal_size v0.4.4 |
| 317 | 2026-06-30T14:56:06.851Z | Checking anstream v1.0.0 |
| 318 | 2026-06-30T14:56:06.978Z | Checking rand v0.10.1 |
| 319 | 2026-06-30T14:56:07.027Z | Checking uuid v1.23.3 |
| 320 | 2026-06-30T14:56:07.042Z | Checking socket2 v0.6.4 |
| 321 | 2026-06-30T14:56:07.070Z | Compiling heck v0.5.0 |
| 322 | 2026-06-30T14:56:07.176Z | Checking clap_lex v1.1.0 |
| 323 | 2026-06-30T14:56:07.270Z | Checking oxnet v0.1.6 |
| 324 | 2026-06-30T14:56:07.286Z | Checking colored v3.1.1 |
| 325 | 2026-06-30T14:56:07.290Z | Compiling thiserror-impl v2.0.18 |
| 326 | 2026-06-30T14:56:07.329Z | Compiling serde_derive v1.0.228 |
| 327 | 2026-06-30T14:56:07.450Z | Compiling zerocopy-derive v0.8.52 |
| 328 | 2026-06-30T14:56:07.459Z | Compiling ref-cast-impl v1.0.25 |
| 329 | 2026-06-30T14:56:07.488Z | Compiling foreign-types-macros v0.2.3 |
| 330 | 2026-06-30T14:56:08.075Z | Compiling num_enum_derive v0.7.6 |
| 331 | 2026-06-30T14:56:08.130Z | Checking foreign-types v0.5.0 |
| 332 | 2026-06-30T14:56:08.182Z | Compiling tracing-attributes v0.1.31 |
| 333 | 2026-06-30T14:56:08.255Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 334 | 2026-06-30T14:56:08.314Z | Compiling darling_macro v0.21.3 |
| 335 | 2026-06-30T14:56:08.636Z | Checking cobs v0.3.0 |
| 336 | 2026-06-30T14:56:08.735Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 337 | 2026-06-30T14:56:08.779Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 338 | 2026-06-30T14:56:08.874Z | Compiling darling v0.21.3 |
| 339 | 2026-06-30T14:56:08.943Z | Compiling ingot-macros v0.1.1 |
| 340 | 2026-06-30T14:56:08.950Z | Compiling clap_derive v4.6.1 |
| 341 | 2026-06-30T14:56:09.005Z | Checking clap_builder v4.6.0 |
| 342 | 2026-06-30T14:56:09.102Z | Checking num_enum v0.7.6 |
| 343 | 2026-06-30T14:56:09.195Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 344 | 2026-06-30T14:56:09.210Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 345 | 2026-06-30T14:56:09.312Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 346 | 2026-06-30T14:56:09.401Z | Checking tracing v0.1.44 |
| 347 | 2026-06-30T14:56:10.317Z | Checking clap v4.6.1 |
| 348 | 2026-06-30T14:56:10.359Z | Checking postcard v1.1.3 |
| 349 | 2026-06-30T14:56:11.445Z | Checking ingot-types v0.1.2 |
| 350 | 2026-06-30T14:56:11.726Z | Checking ingot v0.1.1 |
| 351 | 2026-06-30T14:56:13.060Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 352 | 2026-06-30T14:56:14.251Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 353 | 2026-06-30T14:56:15.443Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 354 | 2026-06-30T14:56:16.255Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.78s |
| 355 | 2026-06-30T14:56:16.368Z | |
| 356 | 2026-06-30T14:56:16.368Z | real 19.937249591 |
| 357 | 2026-06-30T14:56:16.368Z | user 54.814247345 |
| 358 | 2026-06-30T14:56:16.368Z | sys 13.243889791 |
| 359 | 2026-06-30T14:56:16.368Z | trap 0.040753940 |
| 360 | 2026-06-30T14:56:16.368Z | tflt 0.066026129 |
| 361 | 2026-06-30T14:56:16.368Z | dflt 0.114768456 |
| 362 | 2026-06-30T14:56:16.368Z | kflt 0.004524526 |
| 363 | 2026-06-30T14:56:16.368Z | lock 3:26.544701414 |
| 364 | 2026-06-30T14:56:16.368Z | slp 3:03.838056100 |
| 365 | 2026-06-30T14:56:16.368Z | lat 3.533276681 |
| 366 | 2026-06-30T14:56:16.368Z | stop 13.616683767 |
| 367 | 2026-06-30T14:56:16.371Z | + header 'debug build' |
| 368 | 2026-06-30T14:56:16.371Z | + echo '# ==== debug build ==== #' |
| 369 | 2026-06-30T14:56:16.371Z | # ==== debug build ==== # |
| 370 | 2026-06-30T14:56:16.371Z | + ptime -m cargo build |
| 371 | 2026-06-30T14:56:16.522Z | Compiling cfg-if v1.0.4 |
| 372 | 2026-06-30T14:56:16.525Z | Compiling serde_core v1.0.228 |
| 373 | 2026-06-30T14:56:16.525Z | Compiling libc v0.2.186 |
| 374 | 2026-06-30T14:56:16.551Z | Compiling thiserror v2.0.18 |
| 375 | 2026-06-30T14:56:16.554Z | Compiling byteorder v1.5.0 |
| 376 | 2026-06-30T14:56:16.557Z | Compiling zerocopy v0.8.52 |
| 377 | 2026-06-30T14:56:16.560Z | Compiling stable_deref_trait v1.2.1 |
| 378 | 2026-06-30T14:56:16.560Z | Compiling macaddr v1.0.1 |
| 379 | 2026-06-30T14:56:16.597Z | Compiling managed v0.8.0 |
| 380 | 2026-06-30T14:56:16.610Z | Compiling cobs v0.3.0 |
| 381 | 2026-06-30T14:56:16.627Z | Compiling bitflags v1.3.2 |
| 382 | 2026-06-30T14:56:16.685Z | Compiling hash32 v0.3.1 |
| 383 | 2026-06-30T14:56:16.721Z | Compiling rand_core v0.10.1 |
| 384 | 2026-06-30T14:56:16.798Z | Compiling heapless v0.8.0 |
| 385 | 2026-06-30T14:56:16.802Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 386 | 2026-06-30T14:56:16.826Z | Compiling errno v0.3.14 |
| 387 | 2026-06-30T14:56:16.872Z | Compiling cpufeatures v0.3.0 |
| 388 | 2026-06-30T14:56:16.877Z | Compiling ipnetwork v0.21.1 |
| 389 | 2026-06-30T14:56:16.877Z | Compiling utf8parse v0.2.2 |
| 390 | 2026-06-30T14:56:16.934Z | Compiling foreign-types-shared v0.3.1 |
| 391 | 2026-06-30T14:56:16.972Z | Compiling once_cell v1.21.4 |
| 392 | 2026-06-30T14:56:16.992Z | Compiling unicode-width v0.2.2 |
| 393 | 2026-06-30T14:56:17.009Z | Compiling memchr v2.8.2 |
| 394 | 2026-06-30T14:56:17.066Z | Compiling foreign-types v0.5.0 |
| 395 | 2026-06-30T14:56:17.133Z | Compiling tracing-core v0.1.36 |
| 396 | 2026-06-30T14:56:17.206Z | Compiling smoltcp v0.11.0 |
| 397 | 2026-06-30T14:56:17.233Z | Compiling tabwriter v1.4.1 |
| 398 | 2026-06-30T14:56:17.288Z | Compiling anstyle-parse v1.0.0 |
| 399 | 2026-06-30T14:56:17.418Z | Compiling cstr-argument v0.1.2 |
| 400 | 2026-06-30T14:56:17.491Z | Compiling chacha20 v0.10.0 |
| 401 | 2026-06-30T14:56:17.590Z | Compiling ref-cast v1.0.25 |
| 402 | 2026-06-30T14:56:17.654Z | Compiling num_enum v0.7.6 |
| 403 | 2026-06-30T14:56:17.692Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 404 | 2026-06-30T14:56:17.779Z | Compiling getrandom v0.4.3 |
| 405 | 2026-06-30T14:56:17.807Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 406 | 2026-06-30T14:56:17.866Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 407 | 2026-06-30T14:56:17.928Z | Compiling pin-project-lite v0.2.17 |
| 408 | 2026-06-30T14:56:18.029Z | Compiling pretty-hex v0.4.2 |
| 409 | 2026-06-30T14:56:18.033Z | Compiling colorchoice v1.0.5 |
| 410 | 2026-06-30T14:56:18.139Z | Compiling is_terminal_polyfill v1.70.2 |
| 411 | 2026-06-30T14:56:18.153Z | Compiling anstyle v1.0.14 |
| 412 | 2026-06-30T14:56:18.220Z | Compiling dyn-clone v1.0.20 |
| 413 | 2026-06-30T14:56:18.254Z | Compiling anstyle-query v1.1.5 |
| 414 | 2026-06-30T14:56:18.357Z | Compiling bitflags v2.13.0 |
| 415 | 2026-06-30T14:56:18.376Z | Compiling serde v1.0.228 |
| 416 | 2026-06-30T14:56:18.417Z | Compiling uuid v1.23.3 |
| 417 | 2026-06-30T14:56:18.453Z | Compiling anstream v1.0.0 |
| 418 | 2026-06-30T14:56:18.516Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 419 | 2026-06-30T14:56:18.565Z | Compiling rustix v1.1.4 |
| 420 | 2026-06-30T14:56:18.805Z | Compiling postcard v1.1.3 |
| 421 | 2026-06-30T14:56:18.955Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 422 | 2026-06-30T14:56:19.019Z | Compiling tracing v0.1.44 |
| 423 | 2026-06-30T14:56:19.070Z | Compiling terminal_size v0.4.4 |
| 424 | 2026-06-30T14:56:19.128Z | Compiling anyhow v1.0.102 |
| 425 | 2026-06-30T14:56:19.154Z | Compiling rand v0.10.1 |
| 426 | 2026-06-30T14:56:19.173Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 427 | 2026-06-30T14:56:19.214Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 428 | 2026-06-30T14:56:19.331Z | Compiling socket2 v0.6.4 |
| 429 | 2026-06-30T14:56:19.396Z | Compiling strsim v0.11.1 |
| 430 | 2026-06-30T14:56:19.657Z | Compiling ingot-types v0.1.2 |
| 431 | 2026-06-30T14:56:19.661Z | Compiling winnow v1.0.3 |
| 432 | 2026-06-30T14:56:19.797Z | Compiling oxnet v0.1.6 |
| 433 | 2026-06-30T14:56:19.979Z | Compiling colored v3.1.1 |
| 434 | 2026-06-30T14:56:20.069Z | Compiling ingot v0.1.1 |
| 435 | 2026-06-30T14:56:20.115Z | Compiling clap_lex v1.1.0 |
| 436 | 2026-06-30T14:56:20.292Z | Compiling clap_builder v4.6.0 |
| 437 | 2026-06-30T14:56:20.341Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 438 | 2026-06-30T14:56:20.756Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 439 | 2026-06-30T14:56:21.750Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 440 | 2026-06-30T14:56:22.212Z | Compiling clap v4.6.1 |
| 441 | 2026-06-30T14:56:23.424Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 442 | 2026-06-30T14:56:24.843Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 443 | 2026-06-30T14:56:29.310Z | Finished `dev` profile [optimized + debuginfo] target(s) in 12.93s |
| 444 | 2026-06-30T14:56:29.337Z | |
| 445 | 2026-06-30T14:56:29.340Z | real 12.959637164 |
| 446 | 2026-06-30T14:56:29.340Z | user 1:06.401491416 |
| 447 | 2026-06-30T14:56:29.340Z | sys 6.062238429 |
| 448 | 2026-06-30T14:56:29.340Z | trap 0.036753276 |
| 449 | 2026-06-30T14:56:29.340Z | tflt 0.198382826 |
| 450 | 2026-06-30T14:56:29.340Z | dflt 0.251957212 |
| 451 | 2026-06-30T14:56:29.340Z | kflt 0.000013567 |
| 452 | 2026-06-30T14:56:29.340Z | lock 2:59.657078816 |
| 453 | 2026-06-30T14:56:29.341Z | slp 2:00.427894261 |
| 454 | 2026-06-30T14:56:29.341Z | lat 3.353330489 |
| 455 | 2026-06-30T14:56:29.341Z | stop 2.489551289 |
| 456 | 2026-06-30T14:56:29.341Z | + header 'release build' |
| 457 | 2026-06-30T14:56:29.341Z | + echo '# ==== release build ==== #' |
| 458 | 2026-06-30T14:56:29.341Z | # ==== release build ==== # |
| 459 | 2026-06-30T14:56:29.341Z | + ptime -m cargo build --release |
| 460 | 2026-06-30T14:56:29.433Z | Compiling proc-macro2 v1.0.106 |
| 461 | 2026-06-30T14:56:29.433Z | Compiling unicode-ident v1.0.24 |
| 462 | 2026-06-30T14:56:29.433Z | Compiling quote v1.0.46 |
| 463 | 2026-06-30T14:56:29.435Z | Compiling serde_core v1.0.228 |
| 464 | 2026-06-30T14:56:29.435Z | Compiling libc v0.2.186 |
| 465 | 2026-06-30T14:56:29.435Z | Compiling cfg-if v1.0.4 |
| 466 | 2026-06-30T14:56:29.435Z | Compiling ident_case v1.0.1 |
| 467 | 2026-06-30T14:56:29.436Z | Compiling strsim v0.11.1 |
| 468 | 2026-06-30T14:56:29.508Z | Compiling fnv v1.0.7 |
| 469 | 2026-06-30T14:56:29.549Z | Compiling thiserror v2.0.18 |
| 470 | 2026-06-30T14:56:29.552Z | Compiling memchr v2.8.2 |
| 471 | 2026-06-30T14:56:29.585Z | Compiling regex-syntax v0.8.11 |
| 472 | 2026-06-30T14:56:29.722Z | Compiling either v1.16.0 |
| 473 | 2026-06-30T14:56:29.740Z | Compiling zerocopy v0.8.52 |
| 474 | 2026-06-30T14:56:29.911Z | Compiling winnow v1.0.3 |
| 475 | 2026-06-30T14:56:30.040Z | Compiling aho-corasick v1.1.4 |
| 476 | 2026-06-30T14:56:30.083Z | Compiling equivalent v1.0.2 |
| 477 | 2026-06-30T14:56:30.088Z | Compiling hashbrown v0.17.1 |
| 478 | 2026-06-30T14:56:30.142Z | Compiling serde v1.0.228 |
| 479 | 2026-06-30T14:56:30.154Z | Compiling anyhow v1.0.102 |
| 480 | 2026-06-30T14:56:30.519Z | Compiling itertools v0.14.0 |
| 481 | 2026-06-30T14:56:30.550Z | Compiling byteorder v1.5.0 |
| 482 | 2026-06-30T14:56:30.613Z | Compiling syn v2.0.118 |
| 483 | 2026-06-30T14:56:30.662Z | Compiling indexmap v2.14.0 |
| 484 | 2026-06-30T14:56:30.725Z | Compiling heapless v0.8.0 |
| 485 | 2026-06-30T14:56:30.914Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 486 | 2026-06-30T14:56:31.006Z | Compiling regex-automata v0.4.14 |
| 487 | 2026-06-30T14:56:31.262Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 488 | 2026-06-30T14:56:31.439Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 489 | 2026-06-30T14:56:31.469Z | Compiling bitflags v2.13.0 |
| 490 | 2026-06-30T14:56:31.509Z | Compiling hash32 v0.3.1 |
| 491 | 2026-06-30T14:56:31.595Z | Compiling macaddr v1.0.1 |
| 492 | 2026-06-30T14:56:31.633Z | Compiling rustversion v1.0.22 |
| 493 | 2026-06-30T14:56:31.637Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 494 | 2026-06-30T14:56:31.732Z | Compiling syn v1.0.109 |
| 495 | 2026-06-30T14:56:31.785Z | Compiling smoltcp v0.11.0 |
| 496 | 2026-06-30T14:56:31.800Z | Compiling stable_deref_trait v1.2.1 |
| 497 | 2026-06-30T14:56:31.864Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 498 | 2026-06-30T14:56:32.023Z | Compiling proc-macro-crate v3.5.0 |
| 499 | 2026-06-30T14:56:32.070Z | Compiling getrandom v0.4.3 |
| 500 | 2026-06-30T14:56:32.086Z | Compiling rand_core v0.10.1 |
| 501 | 2026-06-30T14:56:32.153Z | Compiling version_check v0.9.5 |
| 502 | 2026-06-30T14:56:32.239Z | Compiling rustix v1.1.4 |
| 503 | 2026-06-30T14:56:32.327Z | Compiling bitflags v1.3.2 |
| 504 | 2026-06-30T14:56:32.351Z | Compiling ref-cast v1.0.25 |
| 505 | 2026-06-30T14:56:32.379Z | Compiling managed v0.8.0 |
| 506 | 2026-06-30T14:56:32.414Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 507 | 2026-06-30T14:56:32.624Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 508 | 2026-06-30T14:56:32.669Z | Compiling errno v0.3.14 |
| 509 | 2026-06-30T14:56:32.755Z | Compiling regex v1.12.4 |
| 510 | 2026-06-30T14:56:32.985Z | Compiling cpufeatures v0.3.0 |
| 511 | 2026-06-30T14:56:33.023Z | Compiling ipnetwork v0.21.1 |
| 512 | 2026-06-30T14:56:33.045Z | Compiling unicode-width v0.2.2 |
| 513 | 2026-06-30T14:56:33.141Z | Compiling once_cell v1.21.4 |
| 514 | 2026-06-30T14:56:33.334Z | Compiling darling_core v0.21.3 |
| 515 | 2026-06-30T14:56:33.362Z | Compiling foreign-types-shared v0.3.1 |
| 516 | 2026-06-30T14:56:33.385Z | Compiling utf8parse v0.2.2 |
| 517 | 2026-06-30T14:56:33.440Z | Compiling tracing-core v0.1.36 |
| 518 | 2026-06-30T14:56:33.478Z | Compiling anstyle-parse v1.0.0 |
| 519 | 2026-06-30T14:56:33.564Z | Compiling tabwriter v1.4.1 |
| 520 | 2026-06-30T14:56:33.568Z | Compiling cstr-argument v0.1.2 |
| 521 | 2026-06-30T14:56:33.666Z | Compiling chacha20 v0.10.0 |
| 522 | 2026-06-30T14:56:34.265Z | Compiling anstyle-query v1.1.5 |
| 523 | 2026-06-30T14:56:34.297Z | Compiling anstyle v1.0.14 |
| 524 | 2026-06-30T14:56:34.297Z | Compiling pretty-hex v0.4.2 |
| 525 | 2026-06-30T14:56:34.355Z | Compiling pin-project-lite v0.2.17 |
| 526 | 2026-06-30T14:56:34.391Z | Compiling thiserror-impl v2.0.18 |
| 527 | 2026-06-30T14:56:34.419Z | Compiling serde_derive v1.0.228 |
| 528 | 2026-06-30T14:56:34.437Z | Compiling zerocopy-derive v0.8.52 |
| 529 | 2026-06-30T14:56:34.527Z | Compiling ref-cast-impl v1.0.25 |
| 530 | 2026-06-30T14:56:34.540Z | Compiling foreign-types-macros v0.2.3 |
| 531 | 2026-06-30T14:56:35.106Z | Compiling num_enum_derive v0.7.6 |
| 532 | 2026-06-30T14:56:35.168Z | Compiling foreign-types v0.5.0 |
| 533 | 2026-06-30T14:56:35.325Z | Compiling tracing-attributes v0.1.31 |
| 534 | 2026-06-30T14:56:35.343Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 535 | 2026-06-30T14:56:35.406Z | Compiling darling_macro v0.21.3 |
| 536 | 2026-06-30T14:56:35.694Z | Compiling cobs v0.3.0 |
| 537 | 2026-06-30T14:56:35.717Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 538 | 2026-06-30T14:56:35.820Z | Compiling dyn-clone v1.0.20 |
| 539 | 2026-06-30T14:56:35.901Z | Compiling colorchoice v1.0.5 |
| 540 | 2026-06-30T14:56:35.939Z | Compiling darling v0.21.3 |
| 541 | 2026-06-30T14:56:35.948Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 542 | 2026-06-30T14:56:35.999Z | Compiling is_terminal_polyfill v1.70.2 |
| 543 | 2026-06-30T14:56:36.006Z | Compiling ingot-macros v0.1.1 |
| 544 | 2026-06-30T14:56:36.077Z | Compiling anstream v1.0.0 |
| 545 | 2026-06-30T14:56:36.084Z | Compiling num_enum v0.7.6 |
| 546 | 2026-06-30T14:56:36.153Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 547 | 2026-06-30T14:56:36.178Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 548 | 2026-06-30T14:56:36.182Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 549 | 2026-06-30T14:56:36.475Z | Compiling terminal_size v0.4.4 |
| 550 | 2026-06-30T14:56:36.486Z | Compiling rand v0.10.1 |
| 551 | 2026-06-30T14:56:36.489Z | Compiling tracing v0.1.44 |
| 552 | 2026-06-30T14:56:36.605Z | Compiling uuid v1.23.3 |
| 553 | 2026-06-30T14:56:36.666Z | Compiling socket2 v0.6.4 |
| 554 | 2026-06-30T14:56:36.801Z | Compiling heck v0.5.0 |
| 555 | 2026-06-30T14:56:37.077Z | Compiling clap_lex v1.1.0 |
| 556 | 2026-06-30T14:56:37.275Z | Compiling oxnet v0.1.6 |
| 557 | 2026-06-30T14:56:37.340Z | Compiling colored v3.1.1 |
| 558 | 2026-06-30T14:56:37.379Z | Compiling clap_builder v4.6.0 |
| 559 | 2026-06-30T14:56:37.567Z | Compiling clap_derive v4.6.1 |
| 560 | 2026-06-30T14:56:37.714Z | Compiling postcard v1.1.3 |
| 561 | 2026-06-30T14:56:37.750Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 562 | 2026-06-30T14:56:38.871Z | Compiling ingot-types v0.1.2 |
| 563 | 2026-06-30T14:56:39.208Z | Compiling ingot v0.1.1 |
| 564 | 2026-06-30T14:56:39.258Z | Compiling clap v4.6.1 |
| 565 | 2026-06-30T14:56:40.915Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 566 | 2026-06-30T14:56:41.954Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 567 | 2026-06-30T14:56:43.032Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 568 | 2026-06-30T14:56:49.627Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.27s |
| 569 | 2026-06-30T14:56:49.655Z | |
| 570 | 2026-06-30T14:56:49.660Z | real 20.307568449 |
| 571 | 2026-06-30T14:56:49.660Z | user 1:43.879475169 |
| 572 | 2026-06-30T14:56:49.660Z | sys 13.414327938 |
| 573 | 2026-06-30T14:56:49.660Z | trap 0.053509857 |
| 574 | 2026-06-30T14:56:49.660Z | tflt 0.134373395 |
| 575 | 2026-06-30T14:56:49.660Z | dflt 0.425552982 |
| 576 | 2026-06-30T14:56:49.660Z | kflt 0.000012737 |
| 577 | 2026-06-30T14:56:49.660Z | lock 4:28.858206513 |
| 578 | 2026-06-30T14:56:49.660Z | slp 3:26.717868319 |
| 579 | 2026-06-30T14:56:49.660Z | lat 5.179378158 |
| 580 | 2026-06-30T14:56:49.660Z | stop 9.585042888 |
| 581 | 2026-06-30T14:56:49.660Z | + popd |
| 582 | 2026-06-30T14:56:49.660Z | /work/oxidecomputer/opte |
| 583 | 2026-06-30T14:56:49.660Z | + for x in debug release |
| 584 | 2026-06-30T14:56:49.660Z | + mkdir -p /work/debug |
| 585 | 2026-06-30T14:56:49.660Z | + cp target/debug/opteadm /work/debug/ |
| 586 | 2026-06-30T14:56:49.683Z | + sha256sum target/debug/opteadm |
| 587 | 2026-06-30T14:56:49.710Z | + for x in debug release |
| 588 | 2026-06-30T14:56:49.711Z | + mkdir -p /work/release |
| 589 | 2026-06-30T14:56:49.726Z | + cp target/release/opteadm /work/release/ |
| 590 | 2026-06-30T14:56:49.730Z | + sha256sum target/release/opteadm |
| 591 | 2026-06-30T14:56:49.747Z | process exited: duration 69220 ms, exit code 0 |
| |
| 592 | 2026-06-30T14:56:49.759Z | found 4 output files |
| 593 | 2026-06-30T14:56:49.764Z | uploading: /work/debug/opteadm (36543376 bytes) |
| 594 | 2026-06-30T14:56:50.961Z | uploaded: /work/debug/opteadm |
| 595 | 2026-06-30T14:56:50.961Z | uploading: /work/debug/opteadm.debug.sha256 (87 bytes) |
| 596 | 2026-06-30T14:56:51.968Z | uploaded: /work/debug/opteadm.debug.sha256 |
| 597 | 2026-06-30T14:56:51.968Z | uploading: /work/release/opteadm (24742072 bytes) |
| 598 | 2026-06-30T14:56:53.109Z | uploaded: /work/release/opteadm |
| 599 | 2026-06-30T14:56:53.109Z | uploading: /work/release/opteadm.release.sha256 (89 bytes) |
| 600 | 2026-06-30T14:56:54.117Z | uploaded: /work/release/opteadm.release.sha256 |