|
|
|
| 1 | 2026-06-24T03:43:16.584Z | job assigned to worker 01KVVVHMKJNANZ0D6Z7Y6MQHWT [factory aws, i-0c32d08e3bc4d5329] (queued for 1 m 2 s) |
| |
| 2 | 2026-06-24T03:43:23.195Z | starting task 0: "setup" |
| 3 | 2026-06-24T03:43:23.201Z | ++ uname -s |
| 4 | 2026-06-24T03:43:23.204Z | + kern=SunOS |
| 5 | 2026-06-24T03:43:23.204Z | + build_user=build |
| 6 | 2026-06-24T03:43:23.204Z | + build_uid=12345 |
| 7 | 2026-06-24T03:43:23.204Z | + work_dir=/work |
| 8 | 2026-06-24T03:43:23.204Z | + input_dir=/input |
| 9 | 2026-06-24T03:43:23.204Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-24T03:43:23.204Z | + case "$kern" in |
| 11 | 2026-06-24T03:43:23.205Z | + groupadd -g 12345 build |
| 12 | 2026-06-24T03:43:23.205Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-24T03:43:25.209Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-24T03:43:25.320Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-24T03:43:25.323Z | + home_fs=zfs |
| 16 | 2026-06-24T03:43:25.323Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-24T03:43:25.324Z | + mkdir -p /home/build |
| 18 | 2026-06-24T03:43:25.324Z | + chown build:build /home/build /work |
| 19 | 2026-06-24T03:43:27.335Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-24T03:43:27.339Z | process exited: duration 4131 ms, exit code 0 |
| |
| 21 | 2026-06-24T03:43:27.345Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-24T03:43:27.349Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.0 |
| 23 | 2026-06-24T03:43:27.349Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-06-24T03:43:27.349Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-06-24T03:43:27.349Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-06-24T03:43:27.349Z | * rust toolchain channel = "1.96.0" |
| 27 | 2026-06-24T03:43:27.349Z | * rust toolchain profile = "default" |
| 28 | 2026-06-24T03:43:27.352Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-24T03:43:27.352Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default |
| 30 | 2026-06-24T03:43:27.454Z | info: downloading installer |
| 31 | 2026-06-24T03:43:29.043Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-24T03:43:29.043Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-24T03:43:29.043Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-24T03:43:29.043Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-24T03:43:29.054Z | info: profile set to default |
| 36 | 2026-06-24T03:43:29.054Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-24T03:43:29.057Z | info: syncing channel updates for 1.96.0-x86_64-unknown-illumos |
| 38 | 2026-06-24T03:43:29.224Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-24T03:43:29.227Z | info: downloading 6 components |
| 40 | 2026-06-24T03:43:45.122Z | info: default toolchain set to 1.96.0-x86_64-unknown-illumos |
| 41 | 2026-06-24T03:43:45.122Z | |
| 42 | 2026-06-24T03:43:45.153Z | 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-24T03:43:45.153Z | |
| 44 | 2026-06-24T03:43:45.153Z | |
| 45 | 2026-06-24T03:43:45.153Z | Rust is installed now. Great! |
| 46 | 2026-06-24T03:43:45.153Z | |
| 47 | 2026-06-24T03:43:45.172Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-24T03:43:45.172Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-24T03:43:45.172Z | |
| 50 | 2026-06-24T03:43:45.172Z | To configure your current shell, you need to source |
| 51 | 2026-06-24T03:43:45.172Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-24T03:43:45.172Z | |
| 53 | 2026-06-24T03:43:45.172Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-24T03:43:45.172Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-24T03:43:45.172Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-24T03:43:45.173Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-24T03:43:45.173Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-24T03:43:45.173Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-24T03:43:45.173Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-24T03:43:45.173Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-24T03:43:45.173Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-24T03:43:45.261Z | + rustup --version |
| 63 | 2026-06-24T03:43:45.275Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-24T03:43:45.276Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-24T03:43:45.296Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-24T03:43:45.300Z | + cargo --version |
| 67 | 2026-06-24T03:43:45.311Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-24T03:43:45.311Z | + rustc --version |
| 69 | 2026-06-24T03:43:45.346Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-24T03:43:45.355Z | process exited: duration 17979 ms, exit code 0 |
| |
| 71 | 2026-06-24T03:43:45.372Z | starting task 2: "authentication" |
| 72 | 2026-06-24T03:43:45.387Z | process exited: duration 20 ms, exit code 0 |
| |
| 73 | 2026-06-24T03:43:45.403Z | starting task 3: "clone repository" |
| 74 | 2026-06-24T03:43:45.409Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-06-24T03:43:45.409Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-06-24T03:43:45.434Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-06-24T03:43:46.225Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-06-24T03:43:46.225Z | + git fetch origin 457c32418bac2dd3ee32c9bf8e512f90c540f8a2 |
| 79 | 2026-06-24T03:43:46.459Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-06-24T03:43:46.459Z | * branch 457c32418bac2dd3ee32c9bf8e512f90c540f8a2 -> FETCH_HEAD |
| 81 | 2026-06-24T03:43:46.464Z | + [[ -n renovate/rust-1.x ]] |
| 82 | 2026-06-24T03:43:46.466Z | ++ git branch --show-current |
| 83 | 2026-06-24T03:43:46.467Z | + current=master |
| 84 | 2026-06-24T03:43:46.467Z | + [[ master != renovate/rust-1.x ]] |
| 85 | 2026-06-24T03:43:46.467Z | + git branch -f renovate/rust-1.x 457c32418bac2dd3ee32c9bf8e512f90c540f8a2 |
| 86 | 2026-06-24T03:43:46.470Z | + git checkout -f renovate/rust-1.x |
| 87 | 2026-06-24T03:43:46.486Z | Switched to branch 'renovate/rust-1.x' |
| 88 | 2026-06-24T03:43:46.489Z | + git reset --hard 457c32418bac2dd3ee32c9bf8e512f90c540f8a2 |
| 89 | 2026-06-24T03:43:46.503Z | HEAD is now at 457c324 Update Rust to nightly-2026-06-24 |
| 90 | 2026-06-24T03:43:46.508Z | process exited: duration 1104 ms, exit code 0 |
| |
| 91 | 2026-06-24T03:43:46.515Z | starting task 4: "build" |
| 92 | 2026-06-24T03:43:46.519Z | + source .github/buildomat/common.sh |
| 93 | 2026-06-24T03:43:46.519Z | ++ rustup show active-toolchain |
| 94 | 2026-06-24T03:43:46.524Z | 1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-06-24T03:43:46.528Z | ++ pushd xde |
| 96 | 2026-06-24T03:43:46.528Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-06-24T03:43:46.528Z | ++ rustup show active-toolchain |
| 98 | 2026-06-24T03:43:46.531Z | info: syncing channel updates for nightly-2026-06-24-x86_64-unknown-illumos |
| 99 | 2026-06-24T03:43:46.720Z | info: latest update on 2026-06-24 for version 1.98.0-nightly (f28ac764c 2026-06-23) |
| 100 | 2026-06-24T03:43:46.727Z | info: downloading 6 components |
| 101 | 2026-06-24T03:44:01.397Z | nightly-2026-06-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-06-24T03:44:01.498Z | +++ rustup show active-toolchain -v |
| 103 | 2026-06-24T03:44:01.501Z | +++ head -n 1 |
| 104 | 2026-06-24T03:44:01.501Z | +++ cut '-d ' -f1 |
| 105 | 2026-06-24T03:44:01.557Z | ++ export NIGHTLY=nightly-2026-06-24-x86_64-unknown-illumos |
| 106 | 2026-06-24T03:44:01.557Z | ++ NIGHTLY=nightly-2026-06-24-x86_64-unknown-illumos |
| 107 | 2026-06-24T03:44:01.557Z | ++ popd |
| 108 | 2026-06-24T03:44:01.560Z | /work/oxidecomputer/opte |
| 109 | 2026-06-24T03:44:01.560Z | + cargo --version |
| 110 | 2026-06-24T03:44:01.570Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 111 | 2026-06-24T03:44:01.574Z | + rustc --version |
| 112 | 2026-06-24T03:44:01.616Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 113 | 2026-06-24T03:44:01.627Z | + pushd bin/opteadm |
| 114 | 2026-06-24T03:44:01.627Z | /work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte |
| 115 | 2026-06-24T03:44:01.627Z | + header 'check style' |
| 116 | 2026-06-24T03:44:01.627Z | + echo '# ==== check style ==== #' |
| 117 | 2026-06-24T03:44:01.627Z | # ==== check style ==== # |
| 118 | 2026-06-24T03:44:01.628Z | + ptime -m cargo +nightly-2026-06-24-x86_64-unknown-illumos fmt -- --check |
| 119 | 2026-06-24T03:44:01.666Z | |
| 120 | 2026-06-24T03:44:01.667Z | real 0.071000372 |
| 121 | 2026-06-24T03:44:01.667Z | user 0.038978438 |
| 122 | 2026-06-24T03:44:01.667Z | sys 0.029154142 |
| 123 | 2026-06-24T03:44:01.667Z | trap 0.000005787 |
| 124 | 2026-06-24T03:44:01.667Z | tflt 0.000022346 |
| 125 | 2026-06-24T03:44:01.667Z | dflt 0.000001029 |
| 126 | 2026-06-24T03:44:01.667Z | kflt 0.000000000 |
| 127 | 2026-06-24T03:44:01.667Z | lock 0.032006476 |
| 128 | 2026-06-24T03:44:01.667Z | slp 0.050031689 |
| 129 | 2026-06-24T03:44:01.667Z | lat 0.000901281 |
| 130 | 2026-06-24T03:44:01.667Z | stop 0.000098721 |
| 131 | 2026-06-24T03:44:01.671Z | + header analyze |
| 132 | 2026-06-24T03:44:01.671Z | + echo '# ==== analyze ==== #' |
| 133 | 2026-06-24T03:44:01.671Z | # ==== analyze ==== # |
| 134 | 2026-06-24T03:44:01.671Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 135 | 2026-06-24T03:44:01.796Z | Updating crates.io index |
| 136 | 2026-06-24T03:44:01.806Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-06-24T03:44:02.451Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-06-24T03:44:02.691Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-06-24T03:44:03.046Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-06-24T03:44:03.219Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-06-24T03:44:03.447Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-06-24T03:44:03.688Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-06-24T03:44:06.136Z | Downloading crates ... |
| 144 | 2026-06-24T03:44:06.213Z | Downloaded ingot v0.1.1 |
| 145 | 2026-06-24T03:44:06.219Z | Downloaded dyn-clone v1.0.20 |
| 146 | 2026-06-24T03:44:06.219Z | Downloaded clap v4.6.1 |
| 147 | 2026-06-24T03:44:06.219Z | Downloaded foreign-types-shared v0.3.1 |
| 148 | 2026-06-24T03:44:06.219Z | Downloaded cobs v0.3.0 |
| 149 | 2026-06-24T03:44:06.225Z | Downloaded ident_case v1.0.1 |
| 150 | 2026-06-24T03:44:06.225Z | Downloaded embedded-io v0.6.1 |
| 151 | 2026-06-24T03:44:06.225Z | Downloaded defmt v0.3.100 |
| 152 | 2026-06-24T03:44:06.225Z | Downloaded hash32 v0.3.1 |
| 153 | 2026-06-24T03:44:06.225Z | Downloaded clap_lex v1.1.0 |
| 154 | 2026-06-24T03:44:06.225Z | Downloaded colorchoice v1.0.5 |
| 155 | 2026-06-24T03:44:06.231Z | Downloaded anstyle-parse v1.0.0 |
| 156 | 2026-06-24T03:44:06.232Z | Downloaded darling_macro v0.21.3 |
| 157 | 2026-06-24T03:44:06.245Z | Downloaded foreign-types v0.5.0 |
| 158 | 2026-06-24T03:44:06.262Z | Downloaded heck v0.5.0 |
| 159 | 2026-06-24T03:44:06.263Z | Downloaded cfg-if v1.0.4 |
| 160 | 2026-06-24T03:44:06.263Z | Downloaded ingot-types v0.1.2 |
| 161 | 2026-06-24T03:44:06.263Z | Downloaded zerocopy v0.8.52 |
| 162 | 2026-06-24T03:44:06.272Z | Downloaded errno v0.3.14 |
| 163 | 2026-06-24T03:44:06.272Z | Downloaded either v1.16.0 |
| 164 | 2026-06-24T03:44:06.272Z | Downloaded byteorder v1.5.0 |
| 165 | 2026-06-24T03:44:06.273Z | Downloaded anstyle v1.0.14 |
| 166 | 2026-06-24T03:44:06.273Z | Downloaded foreign-types-macros v0.2.3 |
| 167 | 2026-06-24T03:44:06.273Z | Downloaded zerocopy-derive v0.8.52 |
| 168 | 2026-06-24T03:44:06.273Z | Downloaded is_terminal_polyfill v1.70.2 |
| 169 | 2026-06-24T03:44:06.273Z | Downloaded anstyle-query v1.1.5 |
| 170 | 2026-06-24T03:44:06.273Z | Downloaded equivalent v1.0.2 |
| 171 | 2026-06-24T03:44:06.273Z | Downloaded cpufeatures v0.3.0 |
| 172 | 2026-06-24T03:44:06.273Z | Downloaded defmt-parser v1.0.0 |
| 173 | 2026-06-24T03:44:06.291Z | Downloaded stable_deref_trait v1.2.1 |
| 174 | 2026-06-24T03:44:06.291Z | Downloaded fnv v1.0.7 |
| 175 | 2026-06-24T03:44:06.292Z | Downloaded darling v0.21.3 |
| 176 | 2026-06-24T03:44:06.292Z | Downloaded clap_derive v4.6.1 |
| 177 | 2026-06-24T03:44:06.292Z | Downloaded cstr-argument v0.1.2 |
| 178 | 2026-06-24T03:44:06.292Z | Downloaded embedded-io v0.4.0 |
| 179 | 2026-06-24T03:44:06.292Z | Downloaded chacha20 v0.10.0 |
| 180 | 2026-06-24T03:44:06.292Z | Downloaded anyhow v1.0.102 |
| 181 | 2026-06-24T03:44:06.302Z | Downloaded anstream v1.0.0 |
| 182 | 2026-06-24T03:44:06.302Z | Downloaded defmt-macros v1.1.0 |
| 183 | 2026-06-24T03:44:06.302Z | Downloaded defmt v1.1.0 |
| 184 | 2026-06-24T03:44:06.320Z | Downloaded tabwriter v1.4.1 |
| 185 | 2026-06-24T03:44:06.320Z | Downloaded ref-cast-impl v1.0.25 |
| 186 | 2026-06-24T03:44:06.320Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 187 | 2026-06-24T03:44:06.335Z | Downloaded thiserror-impl v2.0.18 |
| 188 | 2026-06-24T03:44:06.335Z | Downloaded pretty-hex v0.4.2 |
| 189 | 2026-06-24T03:44:06.350Z | Downloaded proc-macro-crate v3.5.0 |
| 190 | 2026-06-24T03:44:06.350Z | Downloaded ref-cast v1.0.25 |
| 191 | 2026-06-24T03:44:06.350Z | Downloaded macaddr v1.0.1 |
| 192 | 2026-06-24T03:44:06.350Z | Downloaded version_check v0.9.5 |
| 193 | 2026-06-24T03:44:06.367Z | Downloaded getrandom v0.4.2 |
| 194 | 2026-06-24T03:44:06.368Z | Downloaded strsim v0.11.1 |
| 195 | 2026-06-24T03:44:06.368Z | Downloaded managed v0.8.0 |
| 196 | 2026-06-24T03:44:06.378Z | Downloaded rustversion v1.0.22 |
| 197 | 2026-06-24T03:44:06.378Z | Downloaded pin-project-lite v0.2.17 |
| 198 | 2026-06-24T03:44:06.378Z | Downloaded utf8parse v0.2.2 |
| 199 | 2026-06-24T03:44:06.378Z | Downloaded rand_core v0.10.1 |
| 200 | 2026-06-24T03:44:06.379Z | Downloaded num_enum_derive v0.7.6 |
| 201 | 2026-06-24T03:44:06.388Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 202 | 2026-06-24T03:44:06.388Z | Downloaded oxnet v0.1.6 |
| 203 | 2026-06-24T03:44:06.388Z | Downloaded num_enum v0.7.6 |
| 204 | 2026-06-24T03:44:06.392Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 205 | 2026-06-24T03:44:06.392Z | Downloaded quote v1.0.45 |
| 206 | 2026-06-24T03:44:06.392Z | Downloaded thiserror v2.0.18 |
| 207 | 2026-06-24T03:44:06.424Z | Downloaded ipnetwork v0.21.1 |
| 208 | 2026-06-24T03:44:06.424Z | Downloaded darling_core v0.21.3 |
| 209 | 2026-06-24T03:44:06.444Z | Downloaded socket2 v0.6.4 |
| 210 | 2026-06-24T03:44:06.444Z | Downloaded proc-macro-error2 v2.0.1 |
| 211 | 2026-06-24T03:44:06.444Z | Downloaded once_cell v1.21.4 |
| 212 | 2026-06-24T03:44:06.445Z | Downloaded ingot-macros v0.1.1 |
| 213 | 2026-06-24T03:44:06.445Z | Downloaded colored v3.1.1 |
| 214 | 2026-06-24T03:44:06.445Z | Downloaded tracing-core v0.1.36 |
| 215 | 2026-06-24T03:44:06.445Z | Downloaded terminal_size v0.4.4 |
| 216 | 2026-06-24T03:44:06.445Z | Downloaded postcard v1.1.3 |
| 217 | 2026-06-24T03:44:06.460Z | Downloaded heapless v0.8.0 |
| 218 | 2026-06-24T03:44:06.460Z | Downloaded bitflags v1.3.2 |
| 219 | 2026-06-24T03:44:06.461Z | Downloaded tracing-attributes v0.1.31 |
| 220 | 2026-06-24T03:44:06.466Z | Downloaded proc-macro2 v1.0.106 |
| 221 | 2026-06-24T03:44:06.467Z | Downloaded serde_core v1.0.228 |
| 222 | 2026-06-24T03:44:06.470Z | Downloaded bitflags v2.13.0 |
| 223 | 2026-06-24T03:44:06.471Z | Downloaded unicode-ident v1.0.24 |
| 224 | 2026-06-24T03:44:06.471Z | Downloaded indexmap v2.14.0 |
| 225 | 2026-06-24T03:44:06.480Z | Downloaded uuid v1.23.3 |
| 226 | 2026-06-24T03:44:06.486Z | Downloaded serde_derive v1.0.228 |
| 227 | 2026-06-24T03:44:06.518Z | Downloaded serde v1.0.228 |
| 228 | 2026-06-24T03:44:06.534Z | Downloaded toml_edit v0.25.12+spec-1.1.0 |
| 229 | 2026-06-24T03:44:06.549Z | Downloaded memchr v2.8.2 |
| 230 | 2026-06-24T03:44:06.576Z | Downloaded clap_builder v4.6.0 |
| 231 | 2026-06-24T03:44:06.601Z | Downloaded rand v0.10.1 |
| 232 | 2026-06-24T03:44:06.601Z | Downloaded hashbrown v0.17.1 |
| 233 | 2026-06-24T03:44:06.601Z | Downloaded aho-corasick v1.1.4 |
| 234 | 2026-06-24T03:44:06.601Z | Downloaded itertools v0.14.0 |
| 235 | 2026-06-24T03:44:06.609Z | Downloaded regex v1.12.4 |
| 236 | 2026-06-24T03:44:06.616Z | Downloaded winnow v1.0.3 |
| 237 | 2026-06-24T03:44:06.639Z | Downloaded syn v1.0.109 |
| 238 | 2026-06-24T03:44:06.681Z | Downloaded unicode-width v0.2.2 |
| 239 | 2026-06-24T03:44:06.697Z | Downloaded syn v2.0.117 |
| 240 | 2026-06-24T03:44:06.704Z | Downloaded smoltcp v0.11.0 |
| 241 | 2026-06-24T03:44:06.724Z | Downloaded regex-syntax v0.8.11 |
| 242 | 2026-06-24T03:44:06.736Z | Downloaded rustix v1.1.4 |
| 243 | 2026-06-24T03:44:06.749Z | Downloaded tracing v0.1.44 |
| 244 | 2026-06-24T03:44:06.775Z | Downloaded regex-automata v0.4.14 |
| 245 | 2026-06-24T03:44:06.789Z | Downloaded libc v0.2.186 |
| 246 | 2026-06-24T03:44:06.849Z | Compiling proc-macro2 v1.0.106 |
| 247 | 2026-06-24T03:44:06.853Z | Compiling quote v1.0.45 |
| 248 | 2026-06-24T03:44:06.854Z | Compiling unicode-ident v1.0.24 |
| 249 | 2026-06-24T03:44:06.854Z | Compiling serde_core v1.0.228 |
| 250 | 2026-06-24T03:44:06.854Z | Compiling libc v0.2.186 |
| 251 | 2026-06-24T03:44:06.854Z | Checking cfg-if v1.0.4 |
| 252 | 2026-06-24T03:44:06.854Z | Compiling ident_case v1.0.1 |
| 253 | 2026-06-24T03:44:06.854Z | Compiling memchr v2.8.2 |
| 254 | 2026-06-24T03:44:06.978Z | Compiling strsim v0.11.1 |
| 255 | 2026-06-24T03:44:07.049Z | Compiling fnv v1.0.7 |
| 256 | 2026-06-24T03:44:07.049Z | Compiling thiserror v2.0.18 |
| 257 | 2026-06-24T03:44:07.138Z | Compiling regex-syntax v0.8.11 |
| 258 | 2026-06-24T03:44:07.315Z | Compiling either v1.16.0 |
| 259 | 2026-06-24T03:44:07.320Z | Compiling aho-corasick v1.1.4 |
| 260 | 2026-06-24T03:44:07.477Z | Compiling hashbrown v0.17.1 |
| 261 | 2026-06-24T03:44:07.486Z | Compiling winnow v1.0.3 |
| 262 | 2026-06-24T03:44:07.563Z | Compiling anyhow v1.0.102 |
| 263 | 2026-06-24T03:44:07.607Z | Compiling equivalent v1.0.2 |
| 264 | 2026-06-24T03:44:07.687Z | Compiling serde v1.0.228 |
| 265 | 2026-06-24T03:44:07.875Z | Compiling zerocopy v0.8.52 |
| 266 | 2026-06-24T03:44:08.045Z | Compiling indexmap v2.14.0 |
| 267 | 2026-06-24T03:44:08.118Z | Compiling itertools v0.14.0 |
| 268 | 2026-06-24T03:44:08.223Z | Compiling syn v2.0.117 |
| 269 | 2026-06-24T03:44:08.282Z | Compiling heapless v0.8.0 |
| 270 | 2026-06-24T03:44:08.499Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 271 | 2026-06-24T03:44:08.571Z | Checking byteorder v1.5.0 |
| 272 | 2026-06-24T03:44:08.679Z | Compiling regex-automata v0.4.14 |
| 273 | 2026-06-24T03:44:08.702Z | Checking bitflags v2.13.0 |
| 274 | 2026-06-24T03:44:08.705Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 275 | 2026-06-24T03:44:08.723Z | Checking hash32 v0.3.1 |
| 276 | 2026-06-24T03:44:08.868Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 277 | 2026-06-24T03:44:08.918Z | Compiling smoltcp v0.11.0 |
| 278 | 2026-06-24T03:44:08.990Z | Compiling rustversion v1.0.22 |
| 279 | 2026-06-24T03:44:09.048Z | Checking stable_deref_trait v1.2.1 |
| 280 | 2026-06-24T03:44:09.123Z | Checking macaddr v1.0.1 |
| 281 | 2026-06-24T03:44:09.231Z | Compiling syn v1.0.109 |
| 282 | 2026-06-24T03:44:09.308Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 283 | 2026-06-24T03:44:09.403Z | Compiling getrandom v0.4.2 |
| 284 | 2026-06-24T03:44:09.434Z | Compiling ref-cast v1.0.25 |
| 285 | 2026-06-24T03:44:09.501Z | Compiling proc-macro-crate v3.5.0 |
| 286 | 2026-06-24T03:44:09.562Z | Checking rand_core v0.10.1 |
| 287 | 2026-06-24T03:44:09.618Z | Checking managed v0.8.0 |
| 288 | 2026-06-24T03:44:09.649Z | Checking bitflags v1.3.2 |
| 289 | 2026-06-24T03:44:09.692Z | Compiling rustix v1.1.4 |
| 290 | 2026-06-24T03:44:09.727Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 291 | 2026-06-24T03:44:09.727Z | Compiling version_check v0.9.5 |
| 292 | 2026-06-24T03:44:09.914Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 293 | 2026-06-24T03:44:09.972Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 294 | 2026-06-24T03:44:10.233Z | Checking errno v0.3.14 |
| 295 | 2026-06-24T03:44:10.278Z | Checking utf8parse v0.2.2 |
| 296 | 2026-06-24T03:44:10.278Z | Checking once_cell v1.21.4 |
| 297 | 2026-06-24T03:44:10.320Z | Checking foreign-types-shared v0.3.1 |
| 298 | 2026-06-24T03:44:10.338Z | Checking cpufeatures v0.3.0 |
| 299 | 2026-06-24T03:44:10.380Z | Compiling regex v1.12.4 |
| 300 | 2026-06-24T03:44:10.402Z | Checking unicode-width v0.2.2 |
| 301 | 2026-06-24T03:44:10.491Z | Checking ipnetwork v0.21.1 |
| 302 | 2026-06-24T03:44:10.652Z | Checking tabwriter v1.4.1 |
| 303 | 2026-06-24T03:44:10.664Z | Checking tracing-core v0.1.36 |
| 304 | 2026-06-24T03:44:10.752Z | Checking cstr-argument v0.1.2 |
| 305 | 2026-06-24T03:44:10.760Z | Checking chacha20 v0.10.0 |
| 306 | 2026-06-24T03:44:10.861Z | Compiling darling_core v0.21.3 |
| 307 | 2026-06-24T03:44:10.957Z | Checking anstyle-parse v1.0.0 |
| 308 | 2026-06-24T03:44:11.183Z | Checking colorchoice v1.0.5 |
| 309 | 2026-06-24T03:44:11.253Z | Checking anstyle-query v1.1.5 |
| 310 | 2026-06-24T03:44:11.262Z | Checking dyn-clone v1.0.20 |
| 311 | 2026-06-24T03:44:11.299Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f) |
| 312 | 2026-06-24T03:44:11.327Z | Checking is_terminal_polyfill v1.70.2 |
| 313 | 2026-06-24T03:44:11.373Z | Checking anstyle v1.0.14 |
| 314 | 2026-06-24T03:44:11.383Z | Checking pin-project-lite v0.2.17 |
| 315 | 2026-06-24T03:44:11.412Z | Checking pretty-hex v0.4.2 |
| 316 | 2026-06-24T03:44:11.527Z | Checking terminal_size v0.4.4 |
| 317 | 2026-06-24T03:44:11.543Z | Checking rand v0.10.1 |
| 318 | 2026-06-24T03:44:11.551Z | Checking anstream v1.0.0 |
| 319 | 2026-06-24T03:44:11.653Z | Checking uuid v1.23.3 |
| 320 | 2026-06-24T03:44:11.674Z | Checking socket2 v0.6.4 |
| 321 | 2026-06-24T03:44:11.740Z | Compiling heck v0.5.0 |
| 322 | 2026-06-24T03:44:11.755Z | Checking oxnet v0.1.6 |
| 323 | 2026-06-24T03:44:11.906Z | Checking clap_lex v1.1.0 |
| 324 | 2026-06-24T03:44:11.939Z | Checking colored v3.1.1 |
| 325 | 2026-06-24T03:44:12.026Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 326 | 2026-06-24T03:44:12.063Z | Compiling thiserror-impl v2.0.18 |
| 327 | 2026-06-24T03:44:12.063Z | Compiling serde_derive v1.0.228 |
| 328 | 2026-06-24T03:44:12.093Z | Compiling zerocopy-derive v0.8.52 |
| 329 | 2026-06-24T03:44:12.139Z | Compiling num_enum_derive v0.7.6 |
| 330 | 2026-06-24T03:44:12.457Z | Compiling ref-cast-impl v1.0.25 |
| 331 | 2026-06-24T03:44:12.815Z | Compiling foreign-types-macros v0.2.3 |
| 332 | 2026-06-24T03:44:13.075Z | Compiling darling_macro v0.21.3 |
| 333 | 2026-06-24T03:44:13.136Z | Compiling tracing-attributes v0.1.31 |
| 334 | 2026-06-24T03:44:13.148Z | Checking num_enum v0.7.6 |
| 335 | 2026-06-24T03:44:13.245Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 336 | 2026-06-24T03:44:13.292Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 337 | 2026-06-24T03:44:13.393Z | Checking cobs v0.3.0 |
| 338 | 2026-06-24T03:44:13.437Z | Checking foreign-types v0.5.0 |
| 339 | 2026-06-24T03:44:13.511Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 340 | 2026-06-24T03:44:13.520Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 341 | 2026-06-24T03:44:13.618Z | Compiling darling v0.21.3 |
| 342 | 2026-06-24T03:44:13.668Z | Checking clap_builder v4.6.0 |
| 343 | 2026-06-24T03:44:13.679Z | Compiling clap_derive v4.6.1 |
| 344 | 2026-06-24T03:44:13.696Z | Compiling ingot-macros v0.1.1 |
| 345 | 2026-06-24T03:44:13.754Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 346 | 2026-06-24T03:44:14.297Z | Checking tracing v0.1.44 |
| 347 | 2026-06-24T03:44:14.891Z | Checking postcard v1.1.3 |
| 348 | 2026-06-24T03:44:15.035Z | Checking clap v4.6.1 |
| 349 | 2026-06-24T03:44:16.100Z | Checking ingot-types v0.1.2 |
| 350 | 2026-06-24T03:44:16.383Z | Checking ingot v0.1.1 |
| 351 | 2026-06-24T03:44:17.701Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 352 | 2026-06-24T03:44:18.900Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 353 | 2026-06-24T03:44:20.118Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 354 | 2026-06-24T03:44:20.936Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.22s |
| 355 | 2026-06-24T03:44:21.050Z | |
| 356 | 2026-06-24T03:44:21.050Z | real 19.378745042 |
| 357 | 2026-06-24T03:44:21.050Z | user 54.635428704 |
| 358 | 2026-06-24T03:44:21.050Z | sys 13.215096941 |
| 359 | 2026-06-24T03:44:21.050Z | trap 0.040601024 |
| 360 | 2026-06-24T03:44:21.051Z | tflt 0.069173471 |
| 361 | 2026-06-24T03:44:21.051Z | dflt 0.118805739 |
| 362 | 2026-06-24T03:44:21.051Z | kflt 0.004998383 |
| 363 | 2026-06-24T03:44:21.051Z | lock 3:22.892351951 |
| 364 | 2026-06-24T03:44:21.051Z | slp 3:02.074245865 |
| 365 | 2026-06-24T03:44:21.051Z | lat 2.894488968 |
| 366 | 2026-06-24T03:44:21.051Z | stop 13.052953415 |
| 367 | 2026-06-24T03:44:21.059Z | + header 'debug build' |
| 368 | 2026-06-24T03:44:21.059Z | + echo '# ==== debug build ==== #' |
| 369 | 2026-06-24T03:44:21.059Z | + ptime -m cargo build |
| 370 | 2026-06-24T03:44:21.059Z | # ==== debug build ==== # |
| 371 | 2026-06-24T03:44:21.211Z | Compiling cfg-if v1.0.4 |
| 372 | 2026-06-24T03:44:21.218Z | Compiling serde_core v1.0.228 |
| 373 | 2026-06-24T03:44:21.219Z | Compiling libc v0.2.186 |
| 374 | 2026-06-24T03:44:21.241Z | Compiling thiserror v2.0.18 |
| 375 | 2026-06-24T03:44:21.245Z | Compiling byteorder v1.5.0 |
| 376 | 2026-06-24T03:44:21.245Z | Compiling zerocopy v0.8.52 |
| 377 | 2026-06-24T03:44:21.250Z | Compiling macaddr v1.0.1 |
| 378 | 2026-06-24T03:44:21.250Z | Compiling stable_deref_trait v1.2.1 |
| 379 | 2026-06-24T03:44:21.293Z | Compiling cobs v0.3.0 |
| 380 | 2026-06-24T03:44:21.311Z | Compiling bitflags v1.3.2 |
| 381 | 2026-06-24T03:44:21.316Z | Compiling rand_core v0.10.1 |
| 382 | 2026-06-24T03:44:21.372Z | Compiling hash32 v0.3.1 |
| 383 | 2026-06-24T03:44:21.410Z | Compiling managed v0.8.0 |
| 384 | 2026-06-24T03:44:21.465Z | Compiling heapless v0.8.0 |
| 385 | 2026-06-24T03:44:21.502Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 386 | 2026-06-24T03:44:21.517Z | Compiling errno v0.3.14 |
| 387 | 2026-06-24T03:44:21.571Z | Compiling ipnetwork v0.21.1 |
| 388 | 2026-06-24T03:44:21.588Z | Compiling unicode-width v0.2.2 |
| 389 | 2026-06-24T03:44:21.633Z | Compiling cpufeatures v0.3.0 |
| 390 | 2026-06-24T03:44:21.680Z | Compiling foreign-types-shared v0.3.1 |
| 391 | 2026-06-24T03:44:21.693Z | Compiling utf8parse v0.2.2 |
| 392 | 2026-06-24T03:44:21.723Z | Compiling once_cell v1.21.4 |
| 393 | 2026-06-24T03:44:21.755Z | Compiling memchr v2.8.2 |
| 394 | 2026-06-24T03:44:21.781Z | Compiling anstyle-parse v1.0.0 |
| 395 | 2026-06-24T03:44:21.910Z | Compiling smoltcp v0.11.0 |
| 396 | 2026-06-24T03:44:21.973Z | Compiling tabwriter v1.4.1 |
| 397 | 2026-06-24T03:44:21.998Z | Compiling tracing-core v0.1.36 |
| 398 | 2026-06-24T03:44:22.016Z | Compiling foreign-types v0.5.0 |
| 399 | 2026-06-24T03:44:22.097Z | Compiling chacha20 v0.10.0 |
| 400 | 2026-06-24T03:44:22.118Z | Compiling ref-cast v1.0.25 |
| 401 | 2026-06-24T03:44:22.213Z | Compiling cstr-argument v0.1.2 |
| 402 | 2026-06-24T03:44:22.317Z | Compiling num_enum v0.7.6 |
| 403 | 2026-06-24T03:44:22.370Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 404 | 2026-06-24T03:44:22.425Z | Compiling getrandom v0.4.2 |
| 405 | 2026-06-24T03:44:22.430Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 406 | 2026-06-24T03:44:22.471Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 407 | 2026-06-24T03:44:22.524Z | Compiling pin-project-lite v0.2.17 |
| 408 | 2026-06-24T03:44:22.609Z | Compiling anstyle v1.0.14 |
| 409 | 2026-06-24T03:44:22.631Z | Compiling anstyle-query v1.1.5 |
| 410 | 2026-06-24T03:44:22.730Z | Compiling is_terminal_polyfill v1.70.2 |
| 411 | 2026-06-24T03:44:22.814Z | Compiling pretty-hex v0.4.2 |
| 412 | 2026-06-24T03:44:22.869Z | Compiling colorchoice v1.0.5 |
| 413 | 2026-06-24T03:44:22.939Z | Compiling bitflags v2.13.0 |
| 414 | 2026-06-24T03:44:22.968Z | Compiling serde v1.0.228 |
| 415 | 2026-06-24T03:44:22.985Z | Compiling dyn-clone v1.0.20 |
| 416 | 2026-06-24T03:44:23.047Z | Compiling anstream v1.0.0 |
| 417 | 2026-06-24T03:44:23.118Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 418 | 2026-06-24T03:44:23.140Z | Compiling rustix v1.1.4 |
| 419 | 2026-06-24T03:44:23.307Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 420 | 2026-06-24T03:44:23.385Z | Compiling uuid v1.23.3 |
| 421 | 2026-06-24T03:44:23.524Z | Compiling postcard v1.1.3 |
| 422 | 2026-06-24T03:44:23.553Z | Compiling tracing v0.1.44 |
| 423 | 2026-06-24T03:44:23.646Z | Compiling terminal_size v0.4.4 |
| 424 | 2026-06-24T03:44:23.752Z | Compiling rand v0.10.1 |
| 425 | 2026-06-24T03:44:23.796Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 426 | 2026-06-24T03:44:23.892Z | Compiling anyhow v1.0.102 |
| 427 | 2026-06-24T03:44:23.944Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 428 | 2026-06-24T03:44:23.999Z | Compiling socket2 v0.6.4 |
| 429 | 2026-06-24T03:44:24.037Z | Compiling winnow v1.0.3 |
| 430 | 2026-06-24T03:44:24.240Z | Compiling ingot-types v0.1.2 |
| 431 | 2026-06-24T03:44:24.267Z | Compiling clap_lex v1.1.0 |
| 432 | 2026-06-24T03:44:24.369Z | Compiling colored v3.1.1 |
| 433 | 2026-06-24T03:44:24.655Z | Compiling ingot v0.1.1 |
| 434 | 2026-06-24T03:44:24.655Z | Compiling strsim v0.11.1 |
| 435 | 2026-06-24T03:44:24.708Z | Compiling oxnet v0.1.6 |
| 436 | 2026-06-24T03:44:24.712Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 437 | 2026-06-24T03:44:25.117Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f) |
| 438 | 2026-06-24T03:44:25.131Z | Compiling clap_builder v4.6.0 |
| 439 | 2026-06-24T03:44:26.541Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 440 | 2026-06-24T03:44:26.786Z | Compiling clap v4.6.1 |
| 441 | 2026-06-24T03:44:27.903Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 442 | 2026-06-24T03:44:29.347Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 443 | 2026-06-24T03:44:33.809Z | Finished `dev` profile [optimized + debuginfo] target(s) in 12.73s |
| 444 | 2026-06-24T03:44:33.843Z | |
| 445 | 2026-06-24T03:44:33.843Z | real 12.761260876 |
| 446 | 2026-06-24T03:44:33.843Z | user 1:05.440508183 |
| 447 | 2026-06-24T03:44:33.843Z | sys 6.144881009 |
| 448 | 2026-06-24T03:44:33.844Z | trap 0.031657381 |
| 449 | 2026-06-24T03:44:33.844Z | tflt 0.133282756 |
| 450 | 2026-06-24T03:44:33.844Z | dflt 0.254899837 |
| 451 | 2026-06-24T03:44:33.844Z | kflt 0.000004618 |
| 452 | 2026-06-24T03:44:33.844Z | lock 2:57.592114431 |
| 453 | 2026-06-24T03:44:33.844Z | slp 1:56.230369611 |
| 454 | 2026-06-24T03:44:33.844Z | lat 4.610186680 |
| 455 | 2026-06-24T03:44:33.844Z | stop 3.601787202 |
| 456 | 2026-06-24T03:44:33.844Z | + header 'release build' |
| 457 | 2026-06-24T03:44:33.844Z | + echo '# ==== release build ==== #' |
| 458 | 2026-06-24T03:44:33.844Z | + ptime -m cargo build --release |
| 459 | 2026-06-24T03:44:33.844Z | # ==== release build ==== # |
| 460 | 2026-06-24T03:44:33.937Z | Compiling proc-macro2 v1.0.106 |
| 461 | 2026-06-24T03:44:33.937Z | Compiling unicode-ident v1.0.24 |
| 462 | 2026-06-24T03:44:33.937Z | Compiling quote v1.0.45 |
| 463 | 2026-06-24T03:44:33.937Z | Compiling serde_core v1.0.228 |
| 464 | 2026-06-24T03:44:33.945Z | Compiling libc v0.2.186 |
| 465 | 2026-06-24T03:44:33.945Z | Compiling cfg-if v1.0.4 |
| 466 | 2026-06-24T03:44:33.945Z | Compiling thiserror v2.0.18 |
| 467 | 2026-06-24T03:44:33.945Z | Compiling ident_case v1.0.1 |
| 468 | 2026-06-24T03:44:34.012Z | Compiling strsim v0.11.1 |
| 469 | 2026-06-24T03:44:34.045Z | Compiling fnv v1.0.7 |
| 470 | 2026-06-24T03:44:34.055Z | Compiling memchr v2.8.2 |
| 471 | 2026-06-24T03:44:34.121Z | Compiling regex-syntax v0.8.11 |
| 472 | 2026-06-24T03:44:34.246Z | Compiling anyhow v1.0.102 |
| 473 | 2026-06-24T03:44:34.267Z | Compiling either v1.16.0 |
| 474 | 2026-06-24T03:44:34.446Z | Compiling zerocopy v0.8.52 |
| 475 | 2026-06-24T03:44:34.460Z | Compiling aho-corasick v1.1.4 |
| 476 | 2026-06-24T03:44:34.532Z | Compiling hashbrown v0.17.1 |
| 477 | 2026-06-24T03:44:34.583Z | Compiling serde v1.0.228 |
| 478 | 2026-06-24T03:44:34.625Z | Compiling equivalent v1.0.2 |
| 479 | 2026-06-24T03:44:34.702Z | Compiling winnow v1.0.3 |
| 480 | 2026-06-24T03:44:34.837Z | Compiling itertools v0.14.0 |
| 481 | 2026-06-24T03:44:35.054Z | Compiling syn v2.0.117 |
| 482 | 2026-06-24T03:44:35.081Z | Compiling indexmap v2.14.0 |
| 483 | 2026-06-24T03:44:35.130Z | Compiling heapless v0.8.0 |
| 484 | 2026-06-24T03:44:35.412Z | Compiling byteorder v1.5.0 |
| 485 | 2026-06-24T03:44:35.593Z | Compiling regex-automata v0.4.14 |
| 486 | 2026-06-24T03:44:35.636Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 487 | 2026-06-24T03:44:35.707Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 488 | 2026-06-24T03:44:35.777Z | Compiling hash32 v0.3.1 |
| 489 | 2026-06-24T03:44:35.914Z | Compiling syn v1.0.109 |
| 490 | 2026-06-24T03:44:36.031Z | Compiling bitflags v2.13.0 |
| 491 | 2026-06-24T03:44:36.058Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 492 | 2026-06-24T03:44:36.128Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 493 | 2026-06-24T03:44:36.131Z | Compiling macaddr v1.0.1 |
| 494 | 2026-06-24T03:44:36.168Z | Compiling smoltcp v0.11.0 |
| 495 | 2026-06-24T03:44:36.208Z | Compiling rustversion v1.0.22 |
| 496 | 2026-06-24T03:44:36.364Z | Compiling stable_deref_trait v1.2.1 |
| 497 | 2026-06-24T03:44:36.424Z | Compiling rustix v1.1.4 |
| 498 | 2026-06-24T03:44:36.428Z | Compiling rand_core v0.10.1 |
| 499 | 2026-06-24T03:44:36.539Z | Compiling bitflags v1.3.2 |
| 500 | 2026-06-24T03:44:36.569Z | Compiling managed v0.8.0 |
| 501 | 2026-06-24T03:44:36.575Z | Compiling getrandom v0.4.2 |
| 502 | 2026-06-24T03:44:36.599Z | Compiling proc-macro-crate v3.5.0 |
| 503 | 2026-06-24T03:44:36.760Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 504 | 2026-06-24T03:44:36.797Z | Compiling version_check v0.9.5 |
| 505 | 2026-06-24T03:44:36.822Z | Compiling ref-cast v1.0.25 |
| 506 | 2026-06-24T03:44:37.050Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 507 | 2026-06-24T03:44:37.151Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 508 | 2026-06-24T03:44:37.154Z | Compiling errno v0.3.14 |
| 509 | 2026-06-24T03:44:37.267Z | Compiling regex v1.12.4 |
| 510 | 2026-06-24T03:44:37.295Z | Compiling ipnetwork v0.21.1 |
| 511 | 2026-06-24T03:44:37.522Z | Compiling unicode-width v0.2.2 |
| 512 | 2026-06-24T03:44:37.542Z | Compiling foreign-types-shared v0.3.1 |
| 513 | 2026-06-24T03:44:37.621Z | Compiling darling_core v0.21.3 |
| 514 | 2026-06-24T03:44:37.651Z | Compiling once_cell v1.21.4 |
| 515 | 2026-06-24T03:44:37.807Z | Compiling cpufeatures v0.3.0 |
| 516 | 2026-06-24T03:44:37.869Z | Compiling utf8parse v0.2.2 |
| 517 | 2026-06-24T03:44:37.873Z | Compiling chacha20 v0.10.0 |
| 518 | 2026-06-24T03:44:37.963Z | Compiling anstyle-parse v1.0.0 |
| 519 | 2026-06-24T03:44:38.123Z | Compiling cstr-argument v0.1.2 |
| 520 | 2026-06-24T03:44:38.138Z | Compiling tracing-core v0.1.36 |
| 521 | 2026-06-24T03:44:38.150Z | Compiling tabwriter v1.4.1 |
| 522 | 2026-06-24T03:44:38.760Z | Compiling thiserror-impl v2.0.18 |
| 523 | 2026-06-24T03:44:38.789Z | Compiling zerocopy-derive v0.8.52 |
| 524 | 2026-06-24T03:44:38.869Z | Compiling serde_derive v1.0.228 |
| 525 | 2026-06-24T03:44:38.965Z | Compiling num_enum_derive v0.7.6 |
| 526 | 2026-06-24T03:44:39.126Z | Compiling ref-cast-impl v1.0.25 |
| 527 | 2026-06-24T03:44:39.640Z | Compiling foreign-types-macros v0.2.3 |
| 528 | 2026-06-24T03:44:39.708Z | Compiling darling_macro v0.21.3 |
| 529 | 2026-06-24T03:44:39.790Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 530 | 2026-06-24T03:44:39.931Z | Compiling num_enum v0.7.6 |
| 531 | 2026-06-24T03:44:40.039Z | Compiling cobs v0.3.0 |
| 532 | 2026-06-24T03:44:40.063Z | Compiling tracing-attributes v0.1.31 |
| 533 | 2026-06-24T03:44:40.226Z | Compiling foreign-types v0.5.0 |
| 534 | 2026-06-24T03:44:40.241Z | Compiling darling v0.21.3 |
| 535 | 2026-06-24T03:44:40.247Z | Compiling pin-project-lite v0.2.17 |
| 536 | 2026-06-24T03:44:40.269Z | Compiling colorchoice v1.0.5 |
| 537 | 2026-06-24T03:44:40.287Z | Compiling anstyle-query v1.1.5 |
| 538 | 2026-06-24T03:44:40.300Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 539 | 2026-06-24T03:44:40.306Z | Compiling ingot-macros v0.1.1 |
| 540 | 2026-06-24T03:44:40.323Z | Compiling anstyle v1.0.14 |
| 541 | 2026-06-24T03:44:40.365Z | Compiling pretty-hex v0.4.2 |
| 542 | 2026-06-24T03:44:40.376Z | Compiling dyn-clone v1.0.20 |
| 543 | 2026-06-24T03:44:40.484Z | Compiling is_terminal_polyfill v1.70.2 |
| 544 | 2026-06-24T03:44:40.498Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f) |
| 545 | 2026-06-24T03:44:40.550Z | Compiling anstream v1.0.0 |
| 546 | 2026-06-24T03:44:40.563Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 547 | 2026-06-24T03:44:40.708Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 548 | 2026-06-24T03:44:40.767Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 549 | 2026-06-24T03:44:40.873Z | Compiling terminal_size v0.4.4 |
| 550 | 2026-06-24T03:44:41.004Z | Compiling rand v0.10.1 |
| 551 | 2026-06-24T03:44:41.044Z | Compiling uuid v1.23.3 |
| 552 | 2026-06-24T03:44:41.253Z | Compiling socket2 v0.6.4 |
| 553 | 2026-06-24T03:44:41.265Z | Compiling tracing v0.1.44 |
| 554 | 2026-06-24T03:44:41.295Z | Compiling colored v3.1.1 |
| 555 | 2026-06-24T03:44:41.533Z | Compiling heck v0.5.0 |
| 556 | 2026-06-24T03:44:41.633Z | Compiling oxnet v0.1.6 |
| 557 | 2026-06-24T03:44:41.849Z | Compiling clap_lex v1.1.0 |
| 558 | 2026-06-24T03:44:41.872Z | Compiling clap_derive v4.6.1 |
| 559 | 2026-06-24T03:44:42.356Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 560 | 2026-06-24T03:44:42.371Z | Compiling postcard v1.1.3 |
| 561 | 2026-06-24T03:44:42.371Z | Compiling clap_builder v4.6.0 |
| 562 | 2026-06-24T03:44:43.263Z | Compiling ingot-types v0.1.2 |
| 563 | 2026-06-24T03:44:43.583Z | Compiling ingot v0.1.1 |
| 564 | 2026-06-24T03:44:44.027Z | Compiling clap v4.6.1 |
| 565 | 2026-06-24T03:44:45.282Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 566 | 2026-06-24T03:44:46.279Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 567 | 2026-06-24T03:44:47.347Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 568 | 2026-06-24T03:44:53.935Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.09s |
| 569 | 2026-06-24T03:44:53.958Z | |
| 570 | 2026-06-24T03:44:53.967Z | real 20.123603152 |
| 571 | 2026-06-24T03:44:53.967Z | user 1:43.316381028 |
| 572 | 2026-06-24T03:44:53.967Z | sys 13.511217313 |
| 573 | 2026-06-24T03:44:53.967Z | trap 0.053602991 |
| 574 | 2026-06-24T03:44:53.968Z | tflt 0.113965223 |
| 575 | 2026-06-24T03:44:53.968Z | dflt 0.456186709 |
| 576 | 2026-06-24T03:44:53.968Z | kflt 0.000017116 |
| 577 | 2026-06-24T03:44:53.968Z | lock 4:26.851424149 |
| 578 | 2026-06-24T03:44:53.968Z | slp 3:26.459344194 |
| 579 | 2026-06-24T03:44:53.968Z | lat 4.355587511 |
| 580 | 2026-06-24T03:44:53.968Z | stop 8.761353559 |
| 581 | 2026-06-24T03:44:53.968Z | + popd |
| 582 | 2026-06-24T03:44:53.968Z | /work/oxidecomputer/opte |
| 583 | 2026-06-24T03:44:53.968Z | + for x in debug release |
| 584 | 2026-06-24T03:44:53.968Z | + mkdir -p /work/debug |
| 585 | 2026-06-24T03:44:53.968Z | + cp target/debug/opteadm /work/debug/ |
| 586 | 2026-06-24T03:44:53.995Z | + sha256sum target/debug/opteadm |
| 587 | 2026-06-24T03:44:54.015Z | + for x in debug release |
| 588 | 2026-06-24T03:44:54.015Z | + mkdir -p /work/release |
| 589 | 2026-06-24T03:44:54.033Z | + cp target/release/opteadm /work/release/ |
| 590 | 2026-06-24T03:44:54.033Z | + sha256sum target/release/opteadm |
| 591 | 2026-06-24T03:44:54.074Z | process exited: duration 67527 ms, exit code 0 |
| |
| 592 | 2026-06-24T03:44:54.151Z | found 4 output files |
| 593 | 2026-06-24T03:44:54.151Z | uploading: /work/debug/opteadm (36454128 bytes) |
| 594 | 2026-06-24T03:44:56.219Z | uploaded: /work/debug/opteadm |
| 595 | 2026-06-24T03:44:56.219Z | uploading: /work/debug/opteadm.debug.sha256 (87 bytes) |
| 596 | 2026-06-24T03:44:57.232Z | uploaded: /work/debug/opteadm.debug.sha256 |
| 597 | 2026-06-24T03:44:57.235Z | uploading: /work/release/opteadm (24752824 bytes) |
| 598 | 2026-06-24T03:44:58.393Z | uploaded: /work/release/opteadm |
| 599 | 2026-06-24T03:44:58.393Z | uploading: /work/release/opteadm.release.sha256 (89 bytes) |
| 600 | 2026-06-24T03:44:59.421Z | uploaded: /work/release/opteadm.release.sha256 |