|
|
|
| 1 | 2026-06-26T04:08:24.472Z | job assigned to worker 01KW11SCENQ1G6Q8ZF86QEX29G [factory aws, i-07d05cf1a26fb35a3] (queued for 55 s) |
| |
| 2 | 2026-06-26T04:08:31.109Z | starting task 0: "setup" |
| 3 | 2026-06-26T04:08:31.114Z | ++ uname -s |
| 4 | 2026-06-26T04:08:31.117Z | + kern=SunOS |
| 5 | 2026-06-26T04:08:31.117Z | + build_user=build |
| 6 | 2026-06-26T04:08:31.118Z | + build_uid=12345 |
| 7 | 2026-06-26T04:08:31.118Z | + work_dir=/work |
| 8 | 2026-06-26T04:08:31.118Z | + input_dir=/input |
| 9 | 2026-06-26T04:08:31.118Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-26T04:08:31.118Z | + case "$kern" in |
| 11 | 2026-06-26T04:08:31.118Z | + groupadd -g 12345 build |
| 12 | 2026-06-26T04:08:31.121Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-26T04:08:33.124Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-26T04:08:33.190Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-26T04:08:33.193Z | + home_fs=zfs |
| 16 | 2026-06-26T04:08:33.193Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-26T04:08:33.193Z | + mkdir -p /home/build |
| 18 | 2026-06-26T04:08:33.194Z | + chown build:build /home/build /work |
| 19 | 2026-06-26T04:08:35.194Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-26T04:08:35.198Z | process exited: duration 4087 ms, exit code 0 |
| |
| 21 | 2026-06-26T04:08:35.204Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-26T04:08:35.208Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.0 |
| 23 | 2026-06-26T04:08:35.208Z | * rust toolchain channel = "1.96.0" |
| 24 | 2026-06-26T04:08:35.208Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-06-26T04:08:35.208Z | * rust toolchain profile = "default" |
| 26 | 2026-06-26T04:08:35.208Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-26T04:08:35.208Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-26T04:08:35.211Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-26T04:08:35.211Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default |
| 30 | 2026-06-26T04:08:35.297Z | info: downloading installer |
| 31 | 2026-06-26T04:08:37.064Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-26T04:08:37.064Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-26T04:08:37.064Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-26T04:08:37.064Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-26T04:08:37.076Z | info: profile set to default |
| 36 | 2026-06-26T04:08:37.076Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-26T04:08:37.079Z | info: syncing channel updates for 1.96.0-x86_64-unknown-illumos |
| 38 | 2026-06-26T04:08:37.236Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-26T04:08:37.239Z | info: downloading 6 components |
| 40 | 2026-06-26T04:08:53.513Z | |
| 41 | 2026-06-26T04:08:53.513Z | info: default toolchain set to 1.96.0-x86_64-unknown-illumos |
| 42 | 2026-06-26T04:08:53.542Z | 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-26T04:08:53.542Z | |
| 44 | 2026-06-26T04:08:53.542Z | |
| 45 | 2026-06-26T04:08:53.542Z | Rust is installed now. Great! |
| 46 | 2026-06-26T04:08:53.542Z | |
| 47 | 2026-06-26T04:08:53.545Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-26T04:08:53.545Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-26T04:08:53.545Z | |
| 50 | 2026-06-26T04:08:53.546Z | To configure your current shell, you need to source |
| 51 | 2026-06-26T04:08:53.546Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-26T04:08:53.546Z | |
| 53 | 2026-06-26T04:08:53.546Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-26T04:08:53.546Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-26T04:08:53.546Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-26T04:08:53.546Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-26T04:08:53.546Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-26T04:08:53.546Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-26T04:08:53.546Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-26T04:08:53.546Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-26T04:08:53.546Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-26T04:08:53.639Z | + rustup --version |
| 63 | 2026-06-26T04:08:53.648Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-26T04:08:53.651Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-26T04:08:53.669Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-26T04:08:53.672Z | + cargo --version |
| 67 | 2026-06-26T04:08:53.685Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-26T04:08:53.689Z | + rustc --version |
| 69 | 2026-06-26T04:08:53.710Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-26T04:08:53.715Z | process exited: duration 18505 ms, exit code 0 |
| |
| 71 | 2026-06-26T04:08:53.725Z | starting task 2: "authentication" |
| 72 | 2026-06-26T04:08:53.748Z | process exited: duration 22 ms, exit code 0 |
| |
| 73 | 2026-06-26T04:08:53.757Z | starting task 3: "clone repository" |
| 74 | 2026-06-26T04:08:53.761Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-06-26T04:08:53.761Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-06-26T04:08:53.789Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-06-26T04:08:54.599Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-06-26T04:08:54.599Z | + git fetch origin 9dc942031cd83e142fb64e35eed9f2d2be6ccbc2 |
| 79 | 2026-06-26T04:08:54.843Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-06-26T04:08:54.843Z | * branch 9dc942031cd83e142fb64e35eed9f2d2be6ccbc2 -> FETCH_HEAD |
| 81 | 2026-06-26T04:08:54.849Z | + [[ -n renovate/anyhow-1.x-lockfile ]] |
| 82 | 2026-06-26T04:08:54.849Z | ++ git branch --show-current |
| 83 | 2026-06-26T04:08:54.849Z | + current=master |
| 84 | 2026-06-26T04:08:54.849Z | + [[ master != renovate/anyhow-1.x-lockfile ]] |
| 85 | 2026-06-26T04:08:54.849Z | + git branch -f renovate/anyhow-1.x-lockfile 9dc942031cd83e142fb64e35eed9f2d2be6ccbc2 |
| 86 | 2026-06-26T04:08:54.852Z | + git checkout -f renovate/anyhow-1.x-lockfile |
| 87 | 2026-06-26T04:08:54.866Z | Switched to branch 'renovate/anyhow-1.x-lockfile' |
| 88 | 2026-06-26T04:08:54.870Z | + git reset --hard 9dc942031cd83e142fb64e35eed9f2d2be6ccbc2 |
| 89 | 2026-06-26T04:08:54.873Z | HEAD is now at 9dc9420 Update Rust crate anyhow to v1.0.103 |
| 90 | 2026-06-26T04:08:54.873Z | process exited: duration 1116 ms, exit code 0 |
| |
| 91 | 2026-06-26T04:08:54.881Z | starting task 4: "build" |
| 92 | 2026-06-26T04:08:54.885Z | + source .github/buildomat/common.sh |
| 93 | 2026-06-26T04:08:54.885Z | ++ rustup show active-toolchain |
| 94 | 2026-06-26T04:08:54.890Z | 1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-06-26T04:08:54.893Z | ++ pushd xde |
| 96 | 2026-06-26T04:08:54.893Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-06-26T04:08:54.893Z | ++ rustup show active-toolchain |
| 98 | 2026-06-26T04:08:54.896Z | info: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos |
| 99 | 2026-06-26T04:08:55.067Z | info: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18) |
| 100 | 2026-06-26T04:08:55.071Z | info: downloading 6 components |
| 101 | 2026-06-26T04:09:08.780Z | nightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-06-26T04:09:09.249Z | +++ rustup show active-toolchain -v |
| 103 | 2026-06-26T04:09:09.279Z | +++ head -n 1 |
| 104 | 2026-06-26T04:09:09.279Z | +++ cut '-d ' -f1 |
| 105 | 2026-06-26T04:09:09.279Z | ++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos |
| 106 | 2026-06-26T04:09:09.279Z | ++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos |
| 107 | 2026-06-26T04:09:09.279Z | ++ popd |
| 108 | 2026-06-26T04:09:09.279Z | /work/oxidecomputer/opte |
| 109 | 2026-06-26T04:09:09.279Z | + cargo --version |
| 110 | 2026-06-26T04:09:09.279Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 111 | 2026-06-26T04:09:09.279Z | + rustc --version |
| 112 | 2026-06-26T04:09:09.279Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 113 | 2026-06-26T04:09:09.280Z | + pushd bin/opteadm |
| 114 | 2026-06-26T04:09:09.280Z | /work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte |
| 115 | 2026-06-26T04:09:09.280Z | + header 'check style' |
| 116 | 2026-06-26T04:09:09.280Z | + echo '# ==== check style ==== #' |
| 117 | 2026-06-26T04:09:09.280Z | # ==== check style ==== # |
| 118 | 2026-06-26T04:09:09.280Z | + ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos fmt -- --check |
| 119 | 2026-06-26T04:09:09.280Z | |
| 120 | 2026-06-26T04:09:09.280Z | real 0.070554353 |
| 121 | 2026-06-26T04:09:09.280Z | user 0.038436888 |
| 122 | 2026-06-26T04:09:09.280Z | sys 0.029604121 |
| 123 | 2026-06-26T04:09:09.280Z | trap 0.000001239 |
| 124 | 2026-06-26T04:09:09.280Z | tflt 0.000032296 |
| 125 | 2026-06-26T04:09:09.280Z | dflt 0.000008709 |
| 126 | 2026-06-26T04:09:09.280Z | kflt 0.000002059 |
| 127 | 2026-06-26T04:09:09.281Z | lock 0.030814575 |
| 128 | 2026-06-26T04:09:09.281Z | slp 0.048936452 |
| 129 | 2026-06-26T04:09:09.281Z | lat 0.000707291 |
| 130 | 2026-06-26T04:09:09.281Z | stop 0.000101121 |
| 131 | 2026-06-26T04:09:09.281Z | + header analyze |
| 132 | 2026-06-26T04:09:09.281Z | + echo '# ==== analyze ==== #' |
| 133 | 2026-06-26T04:09:09.281Z | # ==== analyze ==== # |
| 134 | 2026-06-26T04:09:09.281Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 135 | 2026-06-26T04:09:09.281Z | Updating crates.io index |
| 136 | 2026-06-26T04:09:09.281Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-06-26T04:09:10.120Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-06-26T04:09:10.341Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-06-26T04:09:10.660Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-06-26T04:09:10.949Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-06-26T04:09:11.294Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-06-26T04:09:11.545Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-06-26T04:09:13.756Z | Downloading crates ... |
| 144 | 2026-06-26T04:09:13.816Z | Downloaded clap v4.6.1 |
| 145 | 2026-06-26T04:09:13.879Z | Downloaded cstr-argument v0.1.2 |
| 146 | 2026-06-26T04:09:13.879Z | Downloaded heck v0.5.0 |
| 147 | 2026-06-26T04:09:13.879Z | Downloaded dyn-clone v1.0.20 |
| 148 | 2026-06-26T04:09:13.879Z | Downloaded defmt-parser v1.0.0 |
| 149 | 2026-06-26T04:09:13.879Z | Downloaded foreign-types-shared v0.3.1 |
| 150 | 2026-06-26T04:09:13.879Z | Downloaded foreign-types v0.5.0 |
| 151 | 2026-06-26T04:09:13.879Z | Downloaded ipnetwork v0.21.1 |
| 152 | 2026-06-26T04:09:13.880Z | Downloaded ident_case v1.0.1 |
| 153 | 2026-06-26T04:09:13.880Z | Downloaded chacha20 v0.10.0 |
| 154 | 2026-06-26T04:09:13.880Z | Downloaded is_terminal_polyfill v1.70.2 |
| 155 | 2026-06-26T04:09:13.880Z | Downloaded anstyle-query v1.1.5 |
| 156 | 2026-06-26T04:09:13.880Z | Downloaded colorchoice v1.0.5 |
| 157 | 2026-06-26T04:09:13.880Z | Downloaded defmt v0.3.100 |
| 158 | 2026-06-26T04:09:13.880Z | Downloaded fnv v1.0.7 |
| 159 | 2026-06-26T04:09:13.880Z | Downloaded utf8parse v0.2.2 |
| 160 | 2026-06-26T04:09:13.880Z | Downloaded hash32 v0.3.1 |
| 161 | 2026-06-26T04:09:13.880Z | Downloaded strsim v0.11.1 |
| 162 | 2026-06-26T04:09:13.880Z | Downloaded cpufeatures v0.3.0 |
| 163 | 2026-06-26T04:09:13.880Z | Downloaded cobs v0.3.0 |
| 164 | 2026-06-26T04:09:13.880Z | Downloaded zerocopy-derive v0.8.52 |
| 165 | 2026-06-26T04:09:13.881Z | Downloaded zerocopy v0.8.52 |
| 166 | 2026-06-26T04:09:13.931Z | Downloaded stable_deref_trait v1.2.1 |
| 167 | 2026-06-26T04:09:13.931Z | Downloaded anstyle-parse v1.0.0 |
| 168 | 2026-06-26T04:09:13.931Z | Downloaded anstream v1.0.0 |
| 169 | 2026-06-26T04:09:13.931Z | Downloaded pretty-hex v0.4.2 |
| 170 | 2026-06-26T04:09:13.931Z | Downloaded macaddr v1.0.1 |
| 171 | 2026-06-26T04:09:13.931Z | Downloaded ingot-types v0.1.2 |
| 172 | 2026-06-26T04:09:13.931Z | Downloaded ingot-macros v0.1.1 |
| 173 | 2026-06-26T04:09:13.931Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 174 | 2026-06-26T04:09:13.932Z | Downloaded embedded-io v0.6.1 |
| 175 | 2026-06-26T04:09:13.932Z | Downloaded clap_lex v1.1.0 |
| 176 | 2026-06-26T04:09:13.932Z | Downloaded ref-cast-impl v1.0.25 |
| 177 | 2026-06-26T04:09:13.932Z | Downloaded tabwriter v1.4.1 |
| 178 | 2026-06-26T04:09:13.932Z | Downloaded cfg-if v1.0.4 |
| 179 | 2026-06-26T04:09:13.932Z | Downloaded ingot v0.1.1 |
| 180 | 2026-06-26T04:09:13.932Z | Downloaded anstyle v1.0.14 |
| 181 | 2026-06-26T04:09:13.932Z | Downloaded foreign-types-macros v0.2.3 |
| 182 | 2026-06-26T04:09:13.932Z | Downloaded byteorder v1.5.0 |
| 183 | 2026-06-26T04:09:13.932Z | Downloaded rand_core v0.10.1 |
| 184 | 2026-06-26T04:09:13.932Z | Downloaded oxnet v0.1.6 |
| 185 | 2026-06-26T04:09:13.933Z | Downloaded errno v0.3.14 |
| 186 | 2026-06-26T04:09:13.933Z | Downloaded equivalent v1.0.2 |
| 187 | 2026-06-26T04:09:13.933Z | Downloaded darling_macro v0.21.3 |
| 188 | 2026-06-26T04:09:13.933Z | Downloaded darling v0.21.3 |
| 189 | 2026-06-26T04:09:13.933Z | Downloaded anyhow v1.0.103 |
| 190 | 2026-06-26T04:09:13.987Z | Downloaded defmt-macros v1.1.0 |
| 191 | 2026-06-26T04:09:13.987Z | Downloaded darling_core v0.21.3 |
| 192 | 2026-06-26T04:09:13.987Z | Downloaded embedded-io v0.4.0 |
| 193 | 2026-06-26T04:09:13.987Z | Downloaded ref-cast v1.0.25 |
| 194 | 2026-06-26T04:09:13.987Z | Downloaded terminal_size v0.4.4 |
| 195 | 2026-06-26T04:09:13.987Z | Downloaded proc-macro-crate v3.5.0 |
| 196 | 2026-06-26T04:09:13.987Z | Downloaded version_check v0.9.5 |
| 197 | 2026-06-26T04:09:13.987Z | Downloaded bitflags v1.3.2 |
| 198 | 2026-06-26T04:09:13.987Z | Downloaded thiserror-impl v2.0.18 |
| 199 | 2026-06-26T04:09:13.987Z | Downloaded rustversion v1.0.22 |
| 200 | 2026-06-26T04:09:13.987Z | Downloaded pin-project-lite v0.2.17 |
| 201 | 2026-06-26T04:09:13.987Z | Downloaded defmt v1.1.0 |
| 202 | 2026-06-26T04:09:13.987Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 203 | 2026-06-26T04:09:13.987Z | Downloaded tracing-attributes v0.1.31 |
| 204 | 2026-06-26T04:09:13.988Z | Downloaded getrandom v0.4.3 |
| 205 | 2026-06-26T04:09:14.047Z | Downloaded managed v0.8.0 |
| 206 | 2026-06-26T04:09:14.048Z | Downloaded either v1.16.0 |
| 207 | 2026-06-26T04:09:14.048Z | Downloaded quote v1.0.46 |
| 208 | 2026-06-26T04:09:14.048Z | Downloaded proc-macro-error2 v2.0.1 |
| 209 | 2026-06-26T04:09:14.048Z | Downloaded num_enum_derive v0.7.6 |
| 210 | 2026-06-26T04:09:14.048Z | Downloaded thiserror v2.0.18 |
| 211 | 2026-06-26T04:09:14.048Z | Downloaded clap_derive v4.6.1 |
| 212 | 2026-06-26T04:09:14.048Z | Downloaded once_cell v1.21.4 |
| 213 | 2026-06-26T04:09:14.048Z | Downloaded serde_core v1.0.228 |
| 214 | 2026-06-26T04:09:14.049Z | Downloaded postcard v1.1.3 |
| 215 | 2026-06-26T04:09:14.049Z | Downloaded tracing-core v0.1.36 |
| 216 | 2026-06-26T04:09:14.049Z | Downloaded proc-macro2 v1.0.106 |
| 217 | 2026-06-26T04:09:14.049Z | Downloaded heapless v0.8.0 |
| 218 | 2026-06-26T04:09:14.049Z | Downloaded colored v3.1.1 |
| 219 | 2026-06-26T04:09:14.049Z | Downloaded bitflags v2.13.0 |
| 220 | 2026-06-26T04:09:14.049Z | Downloaded uuid v1.23.3 |
| 221 | 2026-06-26T04:09:14.050Z | Downloaded unicode-ident v1.0.24 |
| 222 | 2026-06-26T04:09:14.050Z | Downloaded num_enum v0.7.6 |
| 223 | 2026-06-26T04:09:14.100Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 224 | 2026-06-26T04:09:14.101Z | Downloaded indexmap v2.14.0 |
| 225 | 2026-06-26T04:09:14.101Z | Downloaded serde_derive v1.0.228 |
| 226 | 2026-06-26T04:09:14.101Z | Downloaded socket2 v0.6.4 |
| 227 | 2026-06-26T04:09:14.101Z | Downloaded toml_edit v0.25.12+spec-1.1.0 |
| 228 | 2026-06-26T04:09:14.101Z | Downloaded serde v1.0.228 |
| 229 | 2026-06-26T04:09:14.101Z | Downloaded rand v0.10.1 |
| 230 | 2026-06-26T04:09:14.101Z | Downloaded memchr v2.8.2 |
| 231 | 2026-06-26T04:09:14.142Z | Downloaded itertools v0.14.0 |
| 232 | 2026-06-26T04:09:14.142Z | Downloaded hashbrown v0.17.1 |
| 233 | 2026-06-26T04:09:14.142Z | Downloaded aho-corasick v1.1.4 |
| 234 | 2026-06-26T04:09:14.194Z | Downloaded regex v1.12.4 |
| 235 | 2026-06-26T04:09:14.194Z | Downloaded clap_builder v4.6.0 |
| 236 | 2026-06-26T04:09:14.194Z | Downloaded winnow v1.0.3 |
| 237 | 2026-06-26T04:09:14.264Z | Downloaded syn v1.0.109 |
| 238 | 2026-06-26T04:09:14.264Z | Downloaded unicode-width v0.2.2 |
| 239 | 2026-06-26T04:09:14.264Z | Downloaded smoltcp v0.11.0 |
| 240 | 2026-06-26T04:09:14.264Z | Downloaded syn v2.0.118 |
| 241 | 2026-06-26T04:09:14.315Z | Downloaded regex-syntax v0.8.11 |
| 242 | 2026-06-26T04:09:14.315Z | Downloaded rustix v1.1.4 |
| 243 | 2026-06-26T04:09:14.315Z | Downloaded tracing v0.1.44 |
| 244 | 2026-06-26T04:09:14.315Z | Downloaded regex-automata v0.4.14 |
| 245 | 2026-06-26T04:09:14.370Z | Downloaded libc v0.2.186 |
| 246 | 2026-06-26T04:09:14.434Z | Compiling proc-macro2 v1.0.106 |
| 247 | 2026-06-26T04:09:14.434Z | Compiling quote v1.0.46 |
| 248 | 2026-06-26T04:09:14.434Z | Compiling unicode-ident v1.0.24 |
| 249 | 2026-06-26T04:09:14.434Z | Compiling serde_core v1.0.228 |
| 250 | 2026-06-26T04:09:14.434Z | Compiling libc v0.2.186 |
| 251 | 2026-06-26T04:09:14.434Z | Checking cfg-if v1.0.4 |
| 252 | 2026-06-26T04:09:14.434Z | Compiling memchr v2.8.2 |
| 253 | 2026-06-26T04:09:14.434Z | Compiling fnv v1.0.7 |
| 254 | 2026-06-26T04:09:14.484Z | Compiling strsim v0.11.1 |
| 255 | 2026-06-26T04:09:14.543Z | Compiling ident_case v1.0.1 |
| 256 | 2026-06-26T04:09:14.598Z | Compiling thiserror v2.0.18 |
| 257 | 2026-06-26T04:09:14.679Z | Compiling regex-syntax v0.8.11 |
| 258 | 2026-06-26T04:09:14.765Z | Compiling either v1.16.0 |
| 259 | 2026-06-26T04:09:14.804Z | Compiling aho-corasick v1.1.4 |
| 260 | 2026-06-26T04:09:14.966Z | Compiling serde v1.0.228 |
| 261 | 2026-06-26T04:09:14.998Z | Compiling hashbrown v0.17.1 |
| 262 | 2026-06-26T04:09:15.055Z | Compiling anyhow v1.0.103 |
| 263 | 2026-06-26T04:09:15.084Z | Compiling zerocopy v0.8.52 |
| 264 | 2026-06-26T04:09:15.244Z | Compiling winnow v1.0.3 |
| 265 | 2026-06-26T04:09:15.359Z | Compiling equivalent v1.0.2 |
| 266 | 2026-06-26T04:09:15.502Z | Compiling indexmap v2.14.0 |
| 267 | 2026-06-26T04:09:15.572Z | Compiling itertools v0.14.0 |
| 268 | 2026-06-26T04:09:15.643Z | Compiling syn v2.0.118 |
| 269 | 2026-06-26T04:09:15.683Z | Compiling heapless v0.8.0 |
| 270 | 2026-06-26T04:09:15.984Z | Checking byteorder v1.5.0 |
| 271 | 2026-06-26T04:09:16.128Z | Compiling regex-automata v0.4.14 |
| 272 | 2026-06-26T04:09:16.139Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 273 | 2026-06-26T04:09:16.238Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 274 | 2026-06-26T04:09:16.259Z | Checking bitflags v2.13.0 |
| 275 | 2026-06-26T04:09:16.341Z | Checking hash32 v0.3.1 |
| 276 | 2026-06-26T04:09:16.440Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 277 | 2026-06-26T04:09:16.448Z | Compiling smoltcp v0.11.0 |
| 278 | 2026-06-26T04:09:16.534Z | Compiling rustversion v1.0.22 |
| 279 | 2026-06-26T04:09:16.656Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 280 | 2026-06-26T04:09:16.748Z | Checking stable_deref_trait v1.2.1 |
| 281 | 2026-06-26T04:09:16.769Z | Checking macaddr v1.0.1 |
| 282 | 2026-06-26T04:09:16.793Z | Compiling syn v1.0.109 |
| 283 | 2026-06-26T04:09:16.877Z | Compiling rustix v1.1.4 |
| 284 | 2026-06-26T04:09:16.897Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 285 | 2026-06-26T04:09:16.904Z | Checking rand_core v0.10.1 |
| 286 | 2026-06-26T04:09:17.034Z | Checking bitflags v1.3.2 |
| 287 | 2026-06-26T04:09:17.092Z | Checking managed v0.8.0 |
| 288 | 2026-06-26T04:09:17.104Z | Compiling getrandom v0.4.3 |
| 289 | 2026-06-26T04:09:17.134Z | Compiling ref-cast v1.0.25 |
| 290 | 2026-06-26T04:09:17.160Z | Compiling version_check v0.9.5 |
| 291 | 2026-06-26T04:09:17.211Z | Compiling proc-macro-crate v3.5.0 |
| 292 | 2026-06-26T04:09:17.425Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 293 | 2026-06-26T04:09:17.558Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 294 | 2026-06-26T04:09:17.624Z | Checking errno v0.3.14 |
| 295 | 2026-06-26T04:09:17.657Z | Checking cpufeatures v0.3.0 |
| 296 | 2026-06-26T04:09:17.737Z | Checking foreign-types-shared v0.3.1 |
| 297 | 2026-06-26T04:09:17.818Z | Compiling regex v1.12.4 |
| 298 | 2026-06-26T04:09:17.860Z | Checking unicode-width v0.2.2 |
| 299 | 2026-06-26T04:09:18.077Z | Checking once_cell v1.21.4 |
| 300 | 2026-06-26T04:09:18.100Z | Checking utf8parse v0.2.2 |
| 301 | 2026-06-26T04:09:18.103Z | Checking ipnetwork v0.21.1 |
| 302 | 2026-06-26T04:09:18.192Z | Compiling darling_core v0.21.3 |
| 303 | 2026-06-26T04:09:18.196Z | Checking anstyle-parse v1.0.0 |
| 304 | 2026-06-26T04:09:18.244Z | Checking tracing-core v0.1.36 |
| 305 | 2026-06-26T04:09:18.271Z | Checking tabwriter v1.4.1 |
| 306 | 2026-06-26T04:09:18.346Z | Checking cstr-argument v0.1.2 |
| 307 | 2026-06-26T04:09:18.443Z | Checking chacha20 v0.10.0 |
| 308 | 2026-06-26T04:09:18.697Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 309 | 2026-06-26T04:09:18.714Z | Checking is_terminal_polyfill v1.70.2 |
| 310 | 2026-06-26T04:09:18.792Z | Checking colorchoice v1.0.5 |
| 311 | 2026-06-26T04:09:18.828Z | Checking pin-project-lite v0.2.17 |
| 312 | 2026-06-26T04:09:18.884Z | Checking anstyle-query v1.1.5 |
| 313 | 2026-06-26T04:09:18.889Z | Checking pretty-hex v0.4.2 |
| 314 | 2026-06-26T04:09:18.896Z | Checking dyn-clone v1.0.20 |
| 315 | 2026-06-26T04:09:18.902Z | Checking anstyle v1.0.14 |
| 316 | 2026-06-26T04:09:18.908Z | Checking terminal_size v0.4.4 |
| 317 | 2026-06-26T04:09:18.991Z | Checking rand v0.10.1 |
| 318 | 2026-06-26T04:09:19.011Z | Checking uuid v1.23.3 |
| 319 | 2026-06-26T04:09:19.071Z | Checking anstream v1.0.0 |
| 320 | 2026-06-26T04:09:19.167Z | Checking socket2 v0.6.4 |
| 321 | 2026-06-26T04:09:19.264Z | Checking oxnet v0.1.6 |
| 322 | 2026-06-26T04:09:19.279Z | Compiling heck v0.5.0 |
| 323 | 2026-06-26T04:09:19.392Z | Compiling thiserror-impl v2.0.18 |
| 324 | 2026-06-26T04:09:19.415Z | Compiling zerocopy-derive v0.8.52 |
| 325 | 2026-06-26T04:09:19.422Z | Compiling serde_derive v1.0.228 |
| 326 | 2026-06-26T04:09:19.433Z | Compiling ref-cast-impl v1.0.25 |
| 327 | 2026-06-26T04:09:19.441Z | Compiling foreign-types-macros v0.2.3 |
| 328 | 2026-06-26T04:09:19.468Z | Compiling num_enum_derive v0.7.6 |
| 329 | 2026-06-26T04:09:20.056Z | Checking foreign-types v0.5.0 |
| 330 | 2026-06-26T04:09:20.091Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 331 | 2026-06-26T04:09:20.112Z | Compiling tracing-attributes v0.1.31 |
| 332 | 2026-06-26T04:09:20.267Z | Compiling darling_macro v0.21.3 |
| 333 | 2026-06-26T04:09:20.463Z | Checking num_enum v0.7.6 |
| 334 | 2026-06-26T04:09:20.575Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 335 | 2026-06-26T04:09:20.739Z | Checking cobs v0.3.0 |
| 336 | 2026-06-26T04:09:20.745Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 337 | 2026-06-26T04:09:20.807Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 338 | 2026-06-26T04:09:20.875Z | Checking colored v3.1.1 |
| 339 | 2026-06-26T04:09:20.887Z | Compiling darling v0.21.3 |
| 340 | 2026-06-26T04:09:20.894Z | Checking clap_lex v1.1.0 |
| 341 | 2026-06-26T04:09:20.961Z | Compiling ingot-macros v0.1.1 |
| 342 | 2026-06-26T04:09:21.038Z | Checking clap_builder v4.6.0 |
| 343 | 2026-06-26T04:09:21.063Z | Compiling clap_derive v4.6.1 |
| 344 | 2026-06-26T04:09:21.279Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 345 | 2026-06-26T04:09:21.329Z | Checking tracing v0.1.44 |
| 346 | 2026-06-26T04:09:21.411Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 347 | 2026-06-26T04:09:22.447Z | Checking postcard v1.1.3 |
| 348 | 2026-06-26T04:09:22.452Z | Checking clap v4.6.1 |
| 349 | 2026-06-26T04:09:23.399Z | Checking ingot-types v0.1.2 |
| 350 | 2026-06-26T04:09:23.664Z | Checking ingot v0.1.1 |
| 351 | 2026-06-26T04:09:24.980Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 352 | 2026-06-26T04:09:26.189Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 353 | 2026-06-26T04:09:27.387Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 354 | 2026-06-26T04:09:28.200Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.15s |
| 355 | 2026-06-26T04:09:28.311Z | |
| 356 | 2026-06-26T04:09:28.314Z | real 19.307412469 |
| 357 | 2026-06-26T04:09:28.315Z | user 54.162784925 |
| 358 | 2026-06-26T04:09:28.315Z | sys 13.034951438 |
| 359 | 2026-06-26T04:09:28.315Z | trap 0.045977420 |
| 360 | 2026-06-26T04:09:28.315Z | tflt 0.091990950 |
| 361 | 2026-06-26T04:09:28.315Z | dflt 0.114109249 |
| 362 | 2026-06-26T04:09:28.315Z | kflt 0.005135114 |
| 363 | 2026-06-26T04:09:28.315Z | lock 3:22.428561159 |
| 364 | 2026-06-26T04:09:28.315Z | slp 3:03.076827652 |
| 365 | 2026-06-26T04:09:28.315Z | lat 3.413271609 |
| 366 | 2026-06-26T04:09:28.315Z | stop 12.460537929 |
| 367 | 2026-06-26T04:09:28.315Z | + header 'debug build' |
| 368 | 2026-06-26T04:09:28.315Z | + echo '# ==== debug build ==== #' |
| 369 | 2026-06-26T04:09:28.315Z | + ptime -m cargo build |
| 370 | 2026-06-26T04:09:28.315Z | # ==== debug build ==== # |
| 371 | 2026-06-26T04:09:28.463Z | Compiling cfg-if v1.0.4 |
| 372 | 2026-06-26T04:09:28.467Z | Compiling serde_core v1.0.228 |
| 373 | 2026-06-26T04:09:28.467Z | Compiling libc v0.2.186 |
| 374 | 2026-06-26T04:09:28.491Z | Compiling thiserror v2.0.18 |
| 375 | 2026-06-26T04:09:28.495Z | Compiling byteorder v1.5.0 |
| 376 | 2026-06-26T04:09:28.498Z | Compiling zerocopy v0.8.52 |
| 377 | 2026-06-26T04:09:28.498Z | Compiling stable_deref_trait v1.2.1 |
| 378 | 2026-06-26T04:09:28.501Z | Compiling macaddr v1.0.1 |
| 379 | 2026-06-26T04:09:28.538Z | Compiling rand_core v0.10.1 |
| 380 | 2026-06-26T04:09:28.549Z | Compiling cobs v0.3.0 |
| 381 | 2026-06-26T04:09:28.566Z | Compiling managed v0.8.0 |
| 382 | 2026-06-26T04:09:28.656Z | Compiling hash32 v0.3.1 |
| 383 | 2026-06-26T04:09:28.685Z | Compiling bitflags v1.3.2 |
| 384 | 2026-06-26T04:09:28.729Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 385 | 2026-06-26T04:09:28.744Z | Compiling heapless v0.8.0 |
| 386 | 2026-06-26T04:09:28.780Z | Compiling errno v0.3.14 |
| 387 | 2026-06-26T04:09:28.800Z | Compiling foreign-types-shared v0.3.1 |
| 388 | 2026-06-26T04:09:28.812Z | Compiling utf8parse v0.2.2 |
| 389 | 2026-06-26T04:09:28.816Z | Compiling ipnetwork v0.21.1 |
| 390 | 2026-06-26T04:09:28.899Z | Compiling once_cell v1.21.4 |
| 391 | 2026-06-26T04:09:28.918Z | Compiling unicode-width v0.2.2 |
| 392 | 2026-06-26T04:09:29.007Z | Compiling cpufeatures v0.3.0 |
| 393 | 2026-06-26T04:09:29.023Z | Compiling memchr v2.8.2 |
| 394 | 2026-06-26T04:09:29.033Z | Compiling chacha20 v0.10.0 |
| 395 | 2026-06-26T04:09:29.129Z | Compiling smoltcp v0.11.0 |
| 396 | 2026-06-26T04:09:29.174Z | Compiling tabwriter v1.4.1 |
| 397 | 2026-06-26T04:09:29.216Z | Compiling tracing-core v0.1.36 |
| 398 | 2026-06-26T04:09:29.353Z | Compiling cstr-argument v0.1.2 |
| 399 | 2026-06-26T04:09:29.389Z | Compiling anstyle-parse v1.0.0 |
| 400 | 2026-06-26T04:09:29.516Z | Compiling foreign-types v0.5.0 |
| 401 | 2026-06-26T04:09:29.577Z | Compiling ref-cast v1.0.25 |
| 402 | 2026-06-26T04:09:29.587Z | Compiling num_enum v0.7.6 |
| 403 | 2026-06-26T04:09:29.587Z | Compiling getrandom v0.4.3 |
| 404 | 2026-06-26T04:09:29.667Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 405 | 2026-06-26T04:09:29.690Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 406 | 2026-06-26T04:09:29.766Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 407 | 2026-06-26T04:09:29.786Z | Compiling dyn-clone v1.0.20 |
| 408 | 2026-06-26T04:09:29.786Z | Compiling anstyle v1.0.14 |
| 409 | 2026-06-26T04:09:29.946Z | Compiling anstyle-query v1.1.5 |
| 410 | 2026-06-26T04:09:30.040Z | Compiling is_terminal_polyfill v1.70.2 |
| 411 | 2026-06-26T04:09:30.047Z | Compiling pretty-hex v0.4.2 |
| 412 | 2026-06-26T04:09:30.209Z | Compiling pin-project-lite v0.2.17 |
| 413 | 2026-06-26T04:09:30.293Z | Compiling colorchoice v1.0.5 |
| 414 | 2026-06-26T04:09:30.293Z | Compiling bitflags v2.13.0 |
| 415 | 2026-06-26T04:09:30.294Z | Compiling serde v1.0.228 |
| 416 | 2026-06-26T04:09:30.326Z | Compiling anstream v1.0.0 |
| 417 | 2026-06-26T04:09:30.352Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 418 | 2026-06-26T04:09:30.400Z | Compiling rustix v1.1.4 |
| 419 | 2026-06-26T04:09:30.509Z | Compiling tracing v0.1.44 |
| 420 | 2026-06-26T04:09:30.644Z | Compiling uuid v1.23.3 |
| 421 | 2026-06-26T04:09:30.755Z | Compiling postcard v1.1.3 |
| 422 | 2026-06-26T04:09:30.870Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 423 | 2026-06-26T04:09:30.900Z | Compiling terminal_size v0.4.4 |
| 424 | 2026-06-26T04:09:30.977Z | Compiling anyhow v1.0.103 |
| 425 | 2026-06-26T04:09:31.045Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 426 | 2026-06-26T04:09:31.079Z | Compiling rand v0.10.1 |
| 427 | 2026-06-26T04:09:31.108Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 428 | 2026-06-26T04:09:31.221Z | Compiling socket2 v0.6.4 |
| 429 | 2026-06-26T04:09:31.272Z | Compiling oxnet v0.1.6 |
| 430 | 2026-06-26T04:09:31.526Z | Compiling ingot-types v0.1.2 |
| 431 | 2026-06-26T04:09:31.537Z | Compiling strsim v0.11.1 |
| 432 | 2026-06-26T04:09:31.615Z | Compiling clap_lex v1.1.0 |
| 433 | 2026-06-26T04:09:31.768Z | Compiling colored v3.1.1 |
| 434 | 2026-06-26T04:09:31.828Z | Compiling winnow v1.0.3 |
| 435 | 2026-06-26T04:09:31.945Z | Compiling ingot v0.1.1 |
| 436 | 2026-06-26T04:09:31.997Z | Compiling clap_builder v4.6.0 |
| 437 | 2026-06-26T04:09:32.018Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 438 | 2026-06-26T04:09:32.770Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 439 | 2026-06-26T04:09:33.548Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 440 | 2026-06-26T04:09:33.623Z | Compiling clap v4.6.1 |
| 441 | 2026-06-26T04:09:35.788Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 442 | 2026-06-26T04:09:37.069Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 443 | 2026-06-26T04:09:41.438Z | Finished `dev` profile [optimized + debuginfo] target(s) in 13.11s |
| 444 | 2026-06-26T04:09:41.466Z | |
| 445 | 2026-06-26T04:09:41.470Z | real 13.147096006 |
| 446 | 2026-06-26T04:09:41.470Z | user 1:04.729776513 |
| 447 | 2026-06-26T04:09:41.470Z | sys 6.021453564 |
| 448 | 2026-06-26T04:09:41.470Z | trap 0.036968327 |
| 449 | 2026-06-26T04:09:41.470Z | tflt 0.148041132 |
| 450 | 2026-06-26T04:09:41.470Z | dflt 0.140624685 |
| 451 | 2026-06-26T04:09:41.470Z | kflt 0.000004449 |
| 452 | 2026-06-26T04:09:41.470Z | lock 3:02.947104335 |
| 453 | 2026-06-26T04:09:41.470Z | slp 2:01.598333819 |
| 454 | 2026-06-26T04:09:41.470Z | lat 3.506326954 |
| 455 | 2026-06-26T04:09:41.470Z | stop 2.484139656 |
| 456 | 2026-06-26T04:09:41.470Z | + header 'release build' |
| 457 | 2026-06-26T04:09:41.471Z | + echo '# ==== release build ==== #' |
| 458 | 2026-06-26T04:09:41.471Z | # ==== release build ==== # |
| 459 | 2026-06-26T04:09:41.471Z | + ptime -m cargo build --release |
| 460 | 2026-06-26T04:09:41.563Z | Compiling proc-macro2 v1.0.106 |
| 461 | 2026-06-26T04:09:41.563Z | Compiling quote v1.0.46 |
| 462 | 2026-06-26T04:09:41.564Z | Compiling unicode-ident v1.0.24 |
| 463 | 2026-06-26T04:09:41.564Z | Compiling serde_core v1.0.228 |
| 464 | 2026-06-26T04:09:41.567Z | Compiling libc v0.2.186 |
| 465 | 2026-06-26T04:09:41.567Z | Compiling cfg-if v1.0.4 |
| 466 | 2026-06-26T04:09:41.567Z | Compiling memchr v2.8.2 |
| 467 | 2026-06-26T04:09:41.567Z | Compiling fnv v1.0.7 |
| 468 | 2026-06-26T04:09:41.633Z | Compiling strsim v0.11.1 |
| 469 | 2026-06-26T04:09:41.655Z | Compiling thiserror v2.0.18 |
| 470 | 2026-06-26T04:09:41.678Z | Compiling ident_case v1.0.1 |
| 471 | 2026-06-26T04:09:41.777Z | Compiling regex-syntax v0.8.11 |
| 472 | 2026-06-26T04:09:41.871Z | Compiling hashbrown v0.17.1 |
| 473 | 2026-06-26T04:09:41.893Z | Compiling zerocopy v0.8.52 |
| 474 | 2026-06-26T04:09:42.134Z | Compiling aho-corasick v1.1.4 |
| 475 | 2026-06-26T04:09:42.160Z | Compiling serde v1.0.228 |
| 476 | 2026-06-26T04:09:42.251Z | Compiling equivalent v1.0.2 |
| 477 | 2026-06-26T04:09:42.284Z | Compiling anyhow v1.0.103 |
| 478 | 2026-06-26T04:09:42.335Z | Compiling either v1.16.0 |
| 479 | 2026-06-26T04:09:42.397Z | Compiling winnow v1.0.3 |
| 480 | 2026-06-26T04:09:42.554Z | Compiling indexmap v2.14.0 |
| 481 | 2026-06-26T04:09:42.613Z | Compiling itertools v0.14.0 |
| 482 | 2026-06-26T04:09:42.721Z | Compiling syn v2.0.118 |
| 483 | 2026-06-26T04:09:42.766Z | Compiling heapless v0.8.0 |
| 484 | 2026-06-26T04:09:43.047Z | Compiling byteorder v1.5.0 |
| 485 | 2026-06-26T04:09:43.084Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 486 | 2026-06-26T04:09:43.230Z | Compiling regex-automata v0.4.14 |
| 487 | 2026-06-26T04:09:43.281Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 488 | 2026-06-26T04:09:43.394Z | Compiling hash32 v0.3.1 |
| 489 | 2026-06-26T04:09:43.520Z | Compiling stable_deref_trait v1.2.1 |
| 490 | 2026-06-26T04:09:43.590Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 491 | 2026-06-26T04:09:43.619Z | Compiling bitflags v2.13.0 |
| 492 | 2026-06-26T04:09:43.773Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 493 | 2026-06-26T04:09:43.785Z | Compiling rustversion v1.0.22 |
| 494 | 2026-06-26T04:09:43.791Z | Compiling macaddr v1.0.1 |
| 495 | 2026-06-26T04:09:43.798Z | Compiling syn v1.0.109 |
| 496 | 2026-06-26T04:09:43.803Z | Compiling smoltcp v0.11.0 |
| 497 | 2026-06-26T04:09:43.975Z | Compiling getrandom v0.4.3 |
| 498 | 2026-06-26T04:09:44.106Z | Compiling rustix v1.1.4 |
| 499 | 2026-06-26T04:09:44.109Z | Compiling managed v0.8.0 |
| 500 | 2026-06-26T04:09:44.130Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 501 | 2026-06-26T04:09:44.231Z | Compiling bitflags v1.3.2 |
| 502 | 2026-06-26T04:09:44.284Z | Compiling proc-macro-crate v3.5.0 |
| 503 | 2026-06-26T04:09:44.330Z | Compiling rand_core v0.10.1 |
| 504 | 2026-06-26T04:09:44.339Z | Compiling version_check v0.9.5 |
| 505 | 2026-06-26T04:09:44.412Z | Compiling ref-cast v1.0.25 |
| 506 | 2026-06-26T04:09:44.576Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 507 | 2026-06-26T04:09:44.676Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 508 | 2026-06-26T04:09:44.730Z | Compiling errno v0.3.14 |
| 509 | 2026-06-26T04:09:44.782Z | Compiling unicode-width v0.2.2 |
| 510 | 2026-06-26T04:09:44.867Z | Compiling regex v1.12.4 |
| 511 | 2026-06-26T04:09:45.059Z | Compiling once_cell v1.21.4 |
| 512 | 2026-06-26T04:09:45.149Z | Compiling cpufeatures v0.3.0 |
| 513 | 2026-06-26T04:09:45.210Z | Compiling darling_core v0.21.3 |
| 514 | 2026-06-26T04:09:45.244Z | Compiling ipnetwork v0.21.1 |
| 515 | 2026-06-26T04:09:45.277Z | Compiling foreign-types-shared v0.3.1 |
| 516 | 2026-06-26T04:09:45.355Z | Compiling utf8parse v0.2.2 |
| 517 | 2026-06-26T04:09:45.451Z | Compiling cstr-argument v0.1.2 |
| 518 | 2026-06-26T04:09:45.619Z | Compiling anstyle-parse v1.0.0 |
| 519 | 2026-06-26T04:09:45.638Z | Compiling tracing-core v0.1.36 |
| 520 | 2026-06-26T04:09:45.744Z | Compiling chacha20 v0.10.0 |
| 521 | 2026-06-26T04:09:45.813Z | Compiling tabwriter v1.4.1 |
| 522 | 2026-06-26T04:09:46.427Z | Compiling thiserror-impl v2.0.18 |
| 523 | 2026-06-26T04:09:46.434Z | Compiling zerocopy-derive v0.8.52 |
| 524 | 2026-06-26T04:09:46.469Z | Compiling serde_derive v1.0.228 |
| 525 | 2026-06-26T04:09:46.525Z | Compiling foreign-types-macros v0.2.3 |
| 526 | 2026-06-26T04:09:46.649Z | Compiling num_enum_derive v0.7.6 |
| 527 | 2026-06-26T04:09:47.134Z | Compiling ref-cast-impl v1.0.25 |
| 528 | 2026-06-26T04:09:47.200Z | Compiling foreign-types v0.5.0 |
| 529 | 2026-06-26T04:09:47.266Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 530 | 2026-06-26T04:09:47.348Z | Compiling darling_macro v0.21.3 |
| 531 | 2026-06-26T04:09:47.588Z | Compiling num_enum v0.7.6 |
| 532 | 2026-06-26T04:09:47.675Z | Compiling cobs v0.3.0 |
| 533 | 2026-06-26T04:09:47.693Z | Compiling tracing-attributes v0.1.31 |
| 534 | 2026-06-26T04:09:47.732Z | Compiling anstyle-query v1.1.5 |
| 535 | 2026-06-26T04:09:47.786Z | Compiling pin-project-lite v0.2.17 |
| 536 | 2026-06-26T04:09:47.819Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 537 | 2026-06-26T04:09:47.863Z | Compiling dyn-clone v1.0.20 |
| 538 | 2026-06-26T04:09:47.879Z | Compiling anstyle v1.0.14 |
| 539 | 2026-06-26T04:09:47.883Z | Compiling darling v0.21.3 |
| 540 | 2026-06-26T04:09:47.945Z | Compiling ingot-macros v0.1.1 |
| 541 | 2026-06-26T04:09:47.963Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 542 | 2026-06-26T04:09:47.988Z | Compiling is_terminal_polyfill v1.70.2 |
| 543 | 2026-06-26T04:09:48.038Z | Compiling pretty-hex v0.4.2 |
| 544 | 2026-06-26T04:09:48.063Z | Compiling colorchoice v1.0.5 |
| 545 | 2026-06-26T04:09:48.109Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 546 | 2026-06-26T04:09:48.136Z | Compiling anstream v1.0.0 |
| 547 | 2026-06-26T04:09:48.160Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 548 | 2026-06-26T04:09:48.418Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 549 | 2026-06-26T04:09:48.521Z | Compiling terminal_size v0.4.4 |
| 550 | 2026-06-26T04:09:48.528Z | Compiling rand v0.10.1 |
| 551 | 2026-06-26T04:09:48.649Z | Compiling uuid v1.23.3 |
| 552 | 2026-06-26T04:09:48.776Z | Compiling socket2 v0.6.4 |
| 553 | 2026-06-26T04:09:48.829Z | Compiling clap_lex v1.1.0 |
| 554 | 2026-06-26T04:09:48.856Z | Compiling tracing v0.1.44 |
| 555 | 2026-06-26T04:09:49.169Z | Compiling heck v0.5.0 |
| 556 | 2026-06-26T04:09:49.308Z | Compiling oxnet v0.1.6 |
| 557 | 2026-06-26T04:09:49.314Z | Compiling colored v3.1.1 |
| 558 | 2026-06-26T04:09:49.345Z | Compiling clap_derive v4.6.1 |
| 559 | 2026-06-26T04:09:49.597Z | Compiling postcard v1.1.3 |
| 560 | 2026-06-26T04:09:49.682Z | Compiling clap_builder v4.6.0 |
| 561 | 2026-06-26T04:09:49.706Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 562 | 2026-06-26T04:09:50.717Z | Compiling ingot-types v0.1.2 |
| 563 | 2026-06-26T04:09:51.038Z | Compiling ingot v0.1.1 |
| 564 | 2026-06-26T04:09:51.491Z | Compiling clap v4.6.1 |
| 565 | 2026-06-26T04:09:52.730Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 566 | 2026-06-26T04:09:53.723Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 567 | 2026-06-26T04:09:54.761Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 568 | 2026-06-26T04:10:01.281Z | Finished `release` profile [optimized + debuginfo] target(s) in 19.80s |
| 569 | 2026-06-26T04:10:01.313Z | |
| 570 | 2026-06-26T04:10:01.320Z | real 19.831508505 |
| 571 | 2026-06-26T04:10:01.320Z | user 1:42.254688013 |
| 572 | 2026-06-26T04:10:01.320Z | sys 13.301031523 |
| 573 | 2026-06-26T04:10:01.320Z | trap 0.049726241 |
| 574 | 2026-06-26T04:10:01.320Z | tflt 0.145079295 |
| 575 | 2026-06-26T04:10:01.321Z | dflt 0.422412234 |
| 576 | 2026-06-26T04:10:01.321Z | kflt 0.005570523 |
| 577 | 2026-06-26T04:10:01.321Z | lock 4:23.686846312 |
| 578 | 2026-06-26T04:10:01.321Z | slp 3:24.377892785 |
| 579 | 2026-06-26T04:10:01.321Z | lat 4.049265819 |
| 580 | 2026-06-26T04:10:01.321Z | stop 8.197693092 |
| 581 | 2026-06-26T04:10:01.321Z | + popd |
| 582 | 2026-06-26T04:10:01.322Z | /work/oxidecomputer/opte |
| 583 | 2026-06-26T04:10:01.322Z | + for x in debug release |
| 584 | 2026-06-26T04:10:01.322Z | + mkdir -p /work/debug |
| 585 | 2026-06-26T04:10:01.322Z | + cp target/debug/opteadm /work/debug/ |
| 586 | 2026-06-26T04:10:01.336Z | + sha256sum target/debug/opteadm |
| 587 | 2026-06-26T04:10:01.361Z | + for x in debug release |
| 588 | 2026-06-26T04:10:01.362Z | + mkdir -p /work/release |
| 589 | 2026-06-26T04:10:01.365Z | + cp target/release/opteadm /work/release/ |
| 590 | 2026-06-26T04:10:01.396Z | + sha256sum target/release/opteadm |
| 591 | 2026-06-26T04:10:01.410Z | process exited: duration 66512 ms, exit code 0 |
| |
| 592 | 2026-06-26T04:10:01.429Z | found 4 output files |
| 593 | 2026-06-26T04:10:01.429Z | uploading: /work/debug/opteadm (36541832 bytes) |
| 594 | 2026-06-26T04:10:02.758Z | uploaded: /work/debug/opteadm |
| 595 | 2026-06-26T04:10:02.761Z | uploading: /work/debug/opteadm.debug.sha256 (87 bytes) |
| 596 | 2026-06-26T04:10:03.945Z | uploaded: /work/debug/opteadm.debug.sha256 |
| 597 | 2026-06-26T04:10:03.945Z | uploading: /work/release/opteadm (24773544 bytes) |
| 598 | 2026-06-26T04:10:05.566Z | uploaded: /work/release/opteadm |
| 599 | 2026-06-26T04:10:05.566Z | uploading: /work/release/opteadm.release.sha256 (89 bytes) |
| 600 | 2026-06-26T04:10:06.604Z | uploaded: /work/release/opteadm.release.sha256 |