|
|
|
| 1 | 2026-06-29T13:10:29.561Z | job assigned to worker 01KW9QZT1R1AF4E2H65HD1F2J2 [factory aws, i-0fce95029d58bc6db] (queued for 54 s) |
| |
| 2 | 2026-06-29T13:10:36.313Z | starting task 0: "setup" |
| 3 | 2026-06-29T13:10:36.316Z | ++ uname -s |
| 4 | 2026-06-29T13:10:36.320Z | + kern=SunOS |
| 5 | 2026-06-29T13:10:36.320Z | + build_user=build |
| 6 | 2026-06-29T13:10:36.320Z | + build_uid=12345 |
| 7 | 2026-06-29T13:10:36.320Z | + work_dir=/work |
| 8 | 2026-06-29T13:10:36.320Z | + input_dir=/input |
| 9 | 2026-06-29T13:10:36.320Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-29T13:10:36.320Z | + case "$kern" in |
| 11 | 2026-06-29T13:10:36.320Z | + groupadd -g 12345 build |
| 12 | 2026-06-29T13:10:36.320Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-29T13:10:38.325Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-29T13:10:38.408Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-29T13:10:38.412Z | + home_fs=zfs |
| 16 | 2026-06-29T13:10:38.412Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-29T13:10:38.412Z | + mkdir -p /home/build |
| 18 | 2026-06-29T13:10:38.412Z | + chown build:build /home/build /work |
| 19 | 2026-06-29T13:10:40.412Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-29T13:10:40.415Z | process exited: duration 4102 ms, exit code 0 |
| |
| 21 | 2026-06-29T13:10:40.422Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-29T13:10:40.426Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.0 |
| 23 | 2026-06-29T13:10:40.426Z | * rust toolchain channel = "1.96.0" |
| 24 | 2026-06-29T13:10:40.426Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-06-29T13:10:40.426Z | * rust toolchain profile = "default" |
| 26 | 2026-06-29T13:10:40.426Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-29T13:10:40.426Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-29T13:10:40.429Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-29T13:10:40.429Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default |
| 30 | 2026-06-29T13:10:40.524Z | info: downloading installer |
| 31 | 2026-06-29T13:10:41.933Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-29T13:10:41.933Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-29T13:10:41.933Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-29T13:10:41.933Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-29T13:10:41.945Z | info: profile set to default |
| 36 | 2026-06-29T13:10:41.946Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-29T13:10:41.949Z | info: syncing channel updates for 1.96.0-x86_64-unknown-illumos |
| 38 | 2026-06-29T13:10:42.106Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-29T13:10:42.110Z | info: downloading 6 components |
| 40 | 2026-06-29T13:10:57.052Z | info: default toolchain set to 1.96.0-x86_64-unknown-illumos |
| 41 | 2026-06-29T13:10:57.052Z | |
| 42 | 2026-06-29T13:10:57.093Z | 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-29T13:10:57.093Z | |
| 44 | 2026-06-29T13:10:57.093Z | |
| 45 | 2026-06-29T13:10:57.093Z | Rust is installed now. Great! |
| 46 | 2026-06-29T13:10:57.093Z | |
| 47 | 2026-06-29T13:10:57.093Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-29T13:10:57.093Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-29T13:10:57.093Z | |
| 50 | 2026-06-29T13:10:57.093Z | To configure your current shell, you need to source |
| 51 | 2026-06-29T13:10:57.093Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-29T13:10:57.093Z | |
| 53 | 2026-06-29T13:10:57.093Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-29T13:10:57.093Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-29T13:10:57.093Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-29T13:10:57.093Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-29T13:10:57.093Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-29T13:10:57.093Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-29T13:10:57.093Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-29T13:10:57.097Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-29T13:10:57.097Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-29T13:10:57.198Z | + rustup --version |
| 63 | 2026-06-29T13:10:57.206Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-29T13:10:57.210Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-29T13:10:57.229Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-29T13:10:57.233Z | + cargo --version |
| 67 | 2026-06-29T13:10:57.245Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-29T13:10:57.249Z | + rustc --version |
| 69 | 2026-06-29T13:10:57.268Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-29T13:10:57.272Z | process exited: duration 16849 ms, exit code 0 |
| |
| 71 | 2026-06-29T13:10:57.279Z | starting task 2: "authentication" |
| 72 | 2026-06-29T13:10:57.296Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-06-29T13:10:57.303Z | starting task 3: "clone repository" |
| 74 | 2026-06-29T13:10:57.307Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-06-29T13:10:57.310Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-06-29T13:10:57.338Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-06-29T13:10:58.345Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-06-29T13:10:58.345Z | + git fetch origin 51d30fdee47762c885ff8eecd004311d562a7a72 |
| 79 | 2026-06-29T13:10:58.579Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-06-29T13:10:58.579Z | * branch 51d30fdee47762c885ff8eecd004311d562a7a72 -> FETCH_HEAD |
| 81 | 2026-06-29T13:10:58.584Z | + [[ -n zl/mcast-tx-ecmp-select-one ]] |
| 82 | 2026-06-29T13:10:58.589Z | ++ git branch --show-current |
| 83 | 2026-06-29T13:10:58.589Z | + current=master |
| 84 | 2026-06-29T13:10:58.589Z | + [[ master != zl/mcast-tx-ecmp-select-one ]] |
| 85 | 2026-06-29T13:10:58.589Z | + git branch -f zl/mcast-tx-ecmp-select-one 51d30fdee47762c885ff8eecd004311d562a7a72 |
| 86 | 2026-06-29T13:10:58.592Z | + git checkout -f zl/mcast-tx-ecmp-select-one |
| 87 | 2026-06-29T13:10:58.607Z | Switched to branch 'zl/mcast-tx-ecmp-select-one' |
| 88 | 2026-06-29T13:10:58.610Z | + git reset --hard 51d30fdee47762c885ff8eecd004311d562a7a72 |
| 89 | 2026-06-29T13:10:58.624Z | HEAD is now at 51d30fd [ecmp] Deduplicate redundant multicast next hops via per-target ECMP selection |
| 90 | 2026-06-29T13:10:58.627Z | process exited: duration 1321 ms, exit code 0 |
| |
| 91 | 2026-06-29T13:10:58.635Z | starting task 4: "build" |
| 92 | 2026-06-29T13:10:58.638Z | + source .github/buildomat/common.sh |
| 93 | 2026-06-29T13:10:58.638Z | ++ rustup show active-toolchain |
| 94 | 2026-06-29T13:10:58.643Z | 1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-06-29T13:10:58.647Z | ++ pushd xde |
| 96 | 2026-06-29T13:10:58.647Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-06-29T13:10:58.647Z | ++ rustup show active-toolchain |
| 98 | 2026-06-29T13:10:58.650Z | info: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos |
| 99 | 2026-06-29T13:10:58.810Z | info: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18) |
| 100 | 2026-06-29T13:10:58.814Z | info: downloading 6 components |
| 101 | 2026-06-29T13:11:12.890Z | nightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-06-29T13:11:12.980Z | +++ rustup show active-toolchain -v |
| 103 | 2026-06-29T13:11:12.983Z | +++ head -n 1 |
| 104 | 2026-06-29T13:11:12.983Z | +++ cut '-d ' -f1 |
| 105 | 2026-06-29T13:11:13.038Z | ++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos |
| 106 | 2026-06-29T13:11:13.038Z | ++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos |
| 107 | 2026-06-29T13:11:13.042Z | ++ popd |
| 108 | 2026-06-29T13:11:13.042Z | /work/oxidecomputer/opte |
| 109 | 2026-06-29T13:11:13.042Z | + cargo --version |
| 110 | 2026-06-29T13:11:13.049Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 111 | 2026-06-29T13:11:13.052Z | + rustc --version |
| 112 | 2026-06-29T13:11:13.074Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 113 | 2026-06-29T13:11:13.077Z | + pushd bin/opteadm |
| 114 | 2026-06-29T13:11:13.080Z | + header 'check style' |
| 115 | 2026-06-29T13:11:13.080Z | /work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte |
| 116 | 2026-06-29T13:11:13.080Z | + echo '# ==== check style ==== #' |
| 117 | 2026-06-29T13:11:13.080Z | # ==== check style ==== # |
| 118 | 2026-06-29T13:11:13.080Z | + ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos fmt -- --check |
| 119 | 2026-06-29T13:11:13.150Z | |
| 120 | 2026-06-29T13:11:13.150Z | real 0.070451702 |
| 121 | 2026-06-29T13:11:13.150Z | user 0.039118958 |
| 122 | 2026-06-29T13:11:13.150Z | sys 0.028558001 |
| 123 | 2026-06-29T13:11:13.150Z | trap 0.000000299 |
| 124 | 2026-06-29T13:11:13.154Z | tflt 0.000024255 |
| 125 | 2026-06-29T13:11:13.154Z | dflt 0.000003569 |
| 126 | 2026-06-29T13:11:13.154Z | kflt 0.000000000 |
| 127 | 2026-06-29T13:11:13.154Z | lock 0.032088806 |
| 128 | 2026-06-29T13:11:13.154Z | slp 0.049941114 |
| 129 | 2026-06-29T13:11:13.154Z | lat 0.000558401 |
| 130 | 2026-06-29T13:11:13.154Z | stop 0.000096921 |
| 131 | 2026-06-29T13:11:13.154Z | + header analyze |
| 132 | 2026-06-29T13:11:13.154Z | + echo '# ==== analyze ==== #' |
| 133 | 2026-06-29T13:11:13.154Z | # ==== analyze ==== # |
| 134 | 2026-06-29T13:11:13.154Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 135 | 2026-06-29T13:11:13.288Z | Updating crates.io index |
| 136 | 2026-06-29T13:11:13.291Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-06-29T13:11:14.084Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-06-29T13:11:14.374Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 139 | 2026-06-29T13:11:14.708Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 140 | 2026-06-29T13:11:15.043Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 141 | 2026-06-29T13:11:15.331Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-06-29T13:11:15.666Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-06-29T13:11:17.597Z | Downloading crates ... |
| 144 | 2026-06-29T13:11:17.657Z | Downloaded anstyle v1.0.14 |
| 145 | 2026-06-29T13:11:17.662Z | Downloaded anstream v1.0.0 |
| 146 | 2026-06-29T13:11:17.666Z | Downloaded clap_lex v1.1.0 |
| 147 | 2026-06-29T13:11:17.669Z | Downloaded aho-corasick v1.1.4 |
| 148 | 2026-06-29T13:11:17.672Z | Downloaded anstyle-parse v1.0.0 |
| 149 | 2026-06-29T13:11:17.676Z | Downloaded is_terminal_polyfill v1.70.2 |
| 150 | 2026-06-29T13:11:17.676Z | Downloaded zerocopy-derive v0.8.52 |
| 151 | 2026-06-29T13:11:17.679Z | Downloaded heck v0.5.0 |
| 152 | 2026-06-29T13:11:17.679Z | Downloaded anstyle-query v1.1.5 |
| 153 | 2026-06-29T13:11:17.682Z | Downloaded defmt v0.3.100 |
| 154 | 2026-06-29T13:11:17.682Z | Downloaded cfg-if v1.0.4 |
| 155 | 2026-06-29T13:11:17.682Z | Downloaded fnv v1.0.7 |
| 156 | 2026-06-29T13:11:17.682Z | Downloaded cobs v0.3.0 |
| 157 | 2026-06-29T13:11:17.685Z | Downloaded defmt-parser v1.0.0 |
| 158 | 2026-06-29T13:11:17.685Z | Downloaded hash32 v0.3.1 |
| 159 | 2026-06-29T13:11:17.685Z | Downloaded embedded-io v0.4.0 |
| 160 | 2026-06-29T13:11:17.685Z | Downloaded clap_derive v4.6.1 |
| 161 | 2026-06-29T13:11:17.688Z | Downloaded ident_case v1.0.1 |
| 162 | 2026-06-29T13:11:17.692Z | Downloaded foreign-types v0.5.0 |
| 163 | 2026-06-29T13:11:17.692Z | Downloaded cpufeatures v0.3.0 |
| 164 | 2026-06-29T13:11:17.695Z | Downloaded darling_macro v0.21.3 |
| 165 | 2026-06-29T13:11:17.698Z | Downloaded zerocopy v0.8.52 |
| 166 | 2026-06-29T13:11:17.706Z | Downloaded terminal_size v0.4.4 |
| 167 | 2026-06-29T13:11:17.709Z | Downloaded managed v0.8.0 |
| 168 | 2026-06-29T13:11:17.710Z | Downloaded cstr-argument v0.1.2 |
| 169 | 2026-06-29T13:11:17.710Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 170 | 2026-06-29T13:11:17.710Z | Downloaded foreign-types-macros v0.2.3 |
| 171 | 2026-06-29T13:11:17.710Z | Downloaded colorchoice v1.0.5 |
| 172 | 2026-06-29T13:11:17.715Z | Downloaded tabwriter v1.4.1 |
| 173 | 2026-06-29T13:11:17.718Z | Downloaded errno v0.3.14 |
| 174 | 2026-06-29T13:11:17.718Z | Downloaded byteorder v1.5.0 |
| 175 | 2026-06-29T13:11:17.722Z | Downloaded bitflags v1.3.2 |
| 176 | 2026-06-29T13:11:17.730Z | Downloaded version_check v0.9.5 |
| 177 | 2026-06-29T13:11:17.733Z | Downloaded utf8parse v0.2.2 |
| 178 | 2026-06-29T13:11:17.737Z | Downloaded proc-macro-crate v3.5.0 |
| 179 | 2026-06-29T13:11:17.744Z | Downloaded equivalent v1.0.2 |
| 180 | 2026-06-29T13:11:17.747Z | Downloaded ref-cast-impl v1.0.25 |
| 181 | 2026-06-29T13:11:17.750Z | Downloaded macaddr v1.0.1 |
| 182 | 2026-06-29T13:11:17.757Z | Downloaded pretty-hex v0.4.2 |
| 183 | 2026-06-29T13:11:17.760Z | Downloaded stable_deref_trait v1.2.1 |
| 184 | 2026-06-29T13:11:17.764Z | Downloaded ref-cast v1.0.25 |
| 185 | 2026-06-29T13:11:17.768Z | Downloaded ipnetwork v0.21.1 |
| 186 | 2026-06-29T13:11:17.773Z | Downloaded strsim v0.11.1 |
| 187 | 2026-06-29T13:11:17.776Z | Downloaded foreign-types-shared v0.3.1 |
| 188 | 2026-06-29T13:11:17.779Z | Downloaded proc-macro-error2 v2.0.1 |
| 189 | 2026-06-29T13:11:17.783Z | Downloaded pin-project-lite v0.2.17 |
| 190 | 2026-06-29T13:11:17.786Z | Downloaded ingot v0.1.1 |
| 191 | 2026-06-29T13:11:17.789Z | Downloaded either v1.16.0 |
| 192 | 2026-06-29T13:11:17.789Z | Downloaded defmt-macros v1.1.0 |
| 193 | 2026-06-29T13:11:17.792Z | Downloaded dyn-clone v1.0.20 |
| 194 | 2026-06-29T13:11:17.792Z | Downloaded ingot-types v0.1.2 |
| 195 | 2026-06-29T13:11:17.795Z | Downloaded quote v1.0.46 |
| 196 | 2026-06-29T13:11:17.798Z | Downloaded num_enum v0.7.6 |
| 197 | 2026-06-29T13:11:17.801Z | Downloaded embedded-io v0.6.1 |
| 198 | 2026-06-29T13:11:17.809Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 199 | 2026-06-29T13:11:17.812Z | Downloaded thiserror-impl v2.0.18 |
| 200 | 2026-06-29T13:11:17.822Z | Downloaded oxnet v0.1.6 |
| 201 | 2026-06-29T13:11:17.825Z | Downloaded ingot-macros v0.1.1 |
| 202 | 2026-06-29T13:11:17.825Z | Downloaded defmt v1.1.0 |
| 203 | 2026-06-29T13:11:17.829Z | Downloaded once_cell v1.21.4 |
| 204 | 2026-06-29T13:11:17.832Z | Downloaded darling v0.21.3 |
| 205 | 2026-06-29T13:11:17.835Z | Downloaded thiserror v2.0.18 |
| 206 | 2026-06-29T13:11:17.838Z | Downloaded postcard v1.1.3 |
| 207 | 2026-06-29T13:11:17.842Z | Downloaded anyhow v1.0.102 |
| 208 | 2026-06-29T13:11:17.842Z | Downloaded tracing-attributes v0.1.31 |
| 209 | 2026-06-29T13:11:17.845Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 210 | 2026-06-29T13:11:17.845Z | Downloaded rustversion v1.0.22 |
| 211 | 2026-06-29T13:11:17.862Z | Downloaded rand_core v0.10.1 |
| 212 | 2026-06-29T13:11:17.865Z | Downloaded clap v4.6.1 |
| 213 | 2026-06-29T13:11:17.868Z | Downloaded uuid v1.23.3 |
| 214 | 2026-06-29T13:11:17.871Z | Downloaded heapless v0.8.0 |
| 215 | 2026-06-29T13:11:17.874Z | Downloaded serde_core v1.0.228 |
| 216 | 2026-06-29T13:11:17.874Z | Downloaded serde_derive v1.0.228 |
| 217 | 2026-06-29T13:11:17.877Z | Downloaded num_enum_derive v0.7.6 |
| 218 | 2026-06-29T13:11:17.877Z | Downloaded getrandom v0.4.3 |
| 219 | 2026-06-29T13:11:17.880Z | Downloaded colored v3.1.1 |
| 220 | 2026-06-29T13:11:17.880Z | Downloaded chacha20 v0.10.0 |
| 221 | 2026-06-29T13:11:17.883Z | Downloaded bitflags v2.13.0 |
| 222 | 2026-06-29T13:11:17.883Z | Downloaded unicode-ident v1.0.24 |
| 223 | 2026-06-29T13:11:17.887Z | Downloaded socket2 v0.6.4 |
| 224 | 2026-06-29T13:11:17.891Z | Downloaded tracing-core v0.1.36 |
| 225 | 2026-06-29T13:11:17.895Z | Downloaded darling_core v0.21.3 |
| 226 | 2026-06-29T13:11:17.898Z | Downloaded proc-macro2 v1.0.106 |
| 227 | 2026-06-29T13:11:17.922Z | Downloaded toml_edit v0.25.12+spec-1.1.0 |
| 228 | 2026-06-29T13:11:17.926Z | Downloaded serde v1.0.228 |
| 229 | 2026-06-29T13:11:17.938Z | Downloaded memchr v2.8.2 |
| 230 | 2026-06-29T13:11:17.941Z | Downloaded indexmap v2.14.0 |
| 231 | 2026-06-29T13:11:17.955Z | Downloaded clap_builder v4.6.0 |
| 232 | 2026-06-29T13:11:17.959Z | Downloaded rand v0.10.1 |
| 233 | 2026-06-29T13:11:17.976Z | Downloaded regex v1.12.4 |
| 234 | 2026-06-29T13:11:17.990Z | Downloaded hashbrown v0.17.1 |
| 235 | 2026-06-29T13:11:17.998Z | Downloaded itertools v0.14.0 |
| 236 | 2026-06-29T13:11:18.027Z | Downloaded winnow v1.0.3 |
| 237 | 2026-06-29T13:11:18.059Z | Downloaded syn v1.0.109 |
| 238 | 2026-06-29T13:11:18.064Z | Downloaded unicode-width v0.2.2 |
| 239 | 2026-06-29T13:11:18.076Z | Downloaded smoltcp v0.11.0 |
| 240 | 2026-06-29T13:11:18.089Z | Downloaded syn v2.0.118 |
| 241 | 2026-06-29T13:11:18.109Z | Downloaded rustix v1.1.4 |
| 242 | 2026-06-29T13:11:18.121Z | Downloaded regex-syntax v0.8.11 |
| 243 | 2026-06-29T13:11:18.130Z | Downloaded tracing v0.1.44 |
| 244 | 2026-06-29T13:11:18.148Z | Downloaded regex-automata v0.4.14 |
| 245 | 2026-06-29T13:11:18.159Z | Downloaded libc v0.2.186 |
| 246 | 2026-06-29T13:11:18.224Z | Compiling proc-macro2 v1.0.106 |
| 247 | 2026-06-29T13:11:18.224Z | Compiling unicode-ident v1.0.24 |
| 248 | 2026-06-29T13:11:18.224Z | Compiling quote v1.0.46 |
| 249 | 2026-06-29T13:11:18.227Z | Compiling serde_core v1.0.228 |
| 250 | 2026-06-29T13:11:18.227Z | Compiling libc v0.2.186 |
| 251 | 2026-06-29T13:11:18.227Z | Checking cfg-if v1.0.4 |
| 252 | 2026-06-29T13:11:18.227Z | Compiling fnv v1.0.7 |
| 253 | 2026-06-29T13:11:18.227Z | Compiling thiserror v2.0.18 |
| 254 | 2026-06-29T13:11:18.356Z | Compiling ident_case v1.0.1 |
| 255 | 2026-06-29T13:11:18.400Z | Compiling strsim v0.11.1 |
| 256 | 2026-06-29T13:11:18.428Z | Compiling memchr v2.8.2 |
| 257 | 2026-06-29T13:11:18.473Z | Compiling regex-syntax v0.8.11 |
| 258 | 2026-06-29T13:11:18.693Z | Compiling zerocopy v0.8.52 |
| 259 | 2026-06-29T13:11:18.696Z | Compiling equivalent v1.0.2 |
| 260 | 2026-06-29T13:11:18.775Z | Compiling hashbrown v0.17.1 |
| 261 | 2026-06-29T13:11:18.838Z | Compiling aho-corasick v1.1.4 |
| 262 | 2026-06-29T13:11:19.000Z | Compiling winnow v1.0.3 |
| 263 | 2026-06-29T13:11:19.013Z | Compiling either v1.16.0 |
| 264 | 2026-06-29T13:11:19.078Z | Compiling anyhow v1.0.102 |
| 265 | 2026-06-29T13:11:19.220Z | Compiling serde v1.0.228 |
| 266 | 2026-06-29T13:11:19.413Z | Compiling indexmap v2.14.0 |
| 267 | 2026-06-29T13:11:19.541Z | Compiling syn v2.0.118 |
| 268 | 2026-06-29T13:11:19.585Z | Compiling itertools v0.14.0 |
| 269 | 2026-06-29T13:11:19.646Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 270 | 2026-06-29T13:11:19.876Z | Checking byteorder v1.5.0 |
| 271 | 2026-06-29T13:11:20.042Z | Compiling regex-automata v0.4.14 |
| 272 | 2026-06-29T13:11:20.073Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 273 | 2026-06-29T13:11:20.091Z | Compiling heapless v0.8.0 |
| 274 | 2026-06-29T13:11:20.204Z | Checking bitflags v2.13.0 |
| 275 | 2026-06-29T13:11:20.331Z | Checking hash32 v0.3.1 |
| 276 | 2026-06-29T13:11:20.384Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 277 | 2026-06-29T13:11:20.445Z | Compiling rustversion v1.0.22 |
| 278 | 2026-06-29T13:11:20.575Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 279 | 2026-06-29T13:11:20.626Z | Compiling syn v1.0.109 |
| 280 | 2026-06-29T13:11:20.660Z | Checking stable_deref_trait v1.2.1 |
| 281 | 2026-06-29T13:11:20.694Z | Checking macaddr v1.0.1 |
| 282 | 2026-06-29T13:11:20.728Z | Compiling smoltcp v0.11.0 |
| 283 | 2026-06-29T13:11:20.858Z | Compiling version_check v0.9.5 |
| 284 | 2026-06-29T13:11:20.943Z | Checking rand_core v0.10.1 |
| 285 | 2026-06-29T13:11:20.990Z | Checking managed v0.8.0 |
| 286 | 2026-06-29T13:11:21.083Z | Compiling getrandom v0.4.3 |
| 287 | 2026-06-29T13:11:21.090Z | Compiling rustix v1.1.4 |
| 288 | 2026-06-29T13:11:21.139Z | Compiling proc-macro-crate v3.5.0 |
| 289 | 2026-06-29T13:11:21.173Z | Checking bitflags v1.3.2 |
| 290 | 2026-06-29T13:11:21.207Z | Compiling ref-cast v1.0.25 |
| 291 | 2026-06-29T13:11:21.237Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 292 | 2026-06-29T13:11:21.470Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 293 | 2026-06-29T13:11:21.565Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 294 | 2026-06-29T13:11:21.639Z | Checking errno v0.3.14 |
| 295 | 2026-06-29T13:11:21.721Z | Checking cpufeatures v0.3.0 |
| 296 | 2026-06-29T13:11:21.758Z | Checking once_cell v1.21.4 |
| 297 | 2026-06-29T13:11:21.784Z | Checking ipnetwork v0.21.1 |
| 298 | 2026-06-29T13:11:21.879Z | Compiling regex v1.12.4 |
| 299 | 2026-06-29T13:11:21.936Z | Checking foreign-types-shared v0.3.1 |
| 300 | 2026-06-29T13:11:21.964Z | Checking utf8parse v0.2.2 |
| 301 | 2026-06-29T13:11:22.024Z | Checking unicode-width v0.2.2 |
| 302 | 2026-06-29T13:11:22.130Z | Checking anstyle-parse v1.0.0 |
| 303 | 2026-06-29T13:11:22.286Z | Compiling darling_core v0.21.3 |
| 304 | 2026-06-29T13:11:22.294Z | Checking tabwriter v1.4.1 |
| 305 | 2026-06-29T13:11:22.297Z | Checking tracing-core v0.1.36 |
| 306 | 2026-06-29T13:11:22.432Z | Checking cstr-argument v0.1.2 |
| 307 | 2026-06-29T13:11:22.439Z | Checking chacha20 v0.10.0 |
| 308 | 2026-06-29T13:11:22.737Z | Checking anstyle v1.0.14 |
| 309 | 2026-06-29T13:11:22.767Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 310 | 2026-06-29T13:11:22.913Z | Checking is_terminal_polyfill v1.70.2 |
| 311 | 2026-06-29T13:11:22.921Z | Checking colorchoice v1.0.5 |
| 312 | 2026-06-29T13:11:22.924Z | Checking pretty-hex v0.4.2 |
| 313 | 2026-06-29T13:11:22.982Z | Checking anstyle-query v1.1.5 |
| 314 | 2026-06-29T13:11:22.997Z | Checking dyn-clone v1.0.20 |
| 315 | 2026-06-29T13:11:23.021Z | Checking pin-project-lite v0.2.17 |
| 316 | 2026-06-29T13:11:23.044Z | Checking terminal_size v0.4.4 |
| 317 | 2026-06-29T13:11:23.066Z | Checking anstream v1.0.0 |
| 318 | 2026-06-29T13:11:23.104Z | Checking rand v0.10.1 |
| 319 | 2026-06-29T13:11:23.155Z | Checking uuid v1.23.3 |
| 320 | 2026-06-29T13:11:23.252Z | Checking socket2 v0.6.4 |
| 321 | 2026-06-29T13:11:23.269Z | Checking clap_lex v1.1.0 |
| 322 | 2026-06-29T13:11:23.429Z | Compiling heck v0.5.0 |
| 323 | 2026-06-29T13:11:23.501Z | Compiling thiserror-impl v2.0.18 |
| 324 | 2026-06-29T13:11:23.508Z | Compiling zerocopy-derive v0.8.52 |
| 325 | 2026-06-29T13:11:23.578Z | Compiling serde_derive v1.0.228 |
| 326 | 2026-06-29T13:11:23.586Z | Compiling ref-cast-impl v1.0.25 |
| 327 | 2026-06-29T13:11:23.630Z | Compiling num_enum_derive v0.7.6 |
| 328 | 2026-06-29T13:11:24.182Z | Compiling foreign-types-macros v0.2.3 |
| 329 | 2026-06-29T13:11:24.371Z | Compiling tracing-attributes v0.1.31 |
| 330 | 2026-06-29T13:11:24.440Z | Compiling darling_macro v0.21.3 |
| 331 | 2026-06-29T13:11:24.654Z | Checking num_enum v0.7.6 |
| 332 | 2026-06-29T13:11:24.767Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 333 | 2026-06-29T13:11:24.819Z | Checking foreign-types v0.5.0 |
| 334 | 2026-06-29T13:11:24.836Z | Checking cobs v0.3.0 |
| 335 | 2026-06-29T13:11:24.890Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 336 | 2026-06-29T13:11:24.965Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 337 | 2026-06-29T13:11:25.030Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 338 | 2026-06-29T13:11:25.040Z | Compiling darling v0.21.3 |
| 339 | 2026-06-29T13:11:25.089Z | Checking colored v3.1.1 |
| 340 | 2026-06-29T13:11:25.116Z | Compiling ingot-macros v0.1.1 |
| 341 | 2026-06-29T13:11:25.219Z | Checking oxnet v0.1.6 |
| 342 | 2026-06-29T13:11:25.314Z | Compiling clap_derive v4.6.1 |
| 343 | 2026-06-29T13:11:25.412Z | Checking clap_builder v4.6.0 |
| 344 | 2026-06-29T13:11:25.437Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 345 | 2026-06-29T13:11:25.471Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 346 | 2026-06-29T13:11:25.666Z | Checking tracing v0.1.44 |
| 347 | 2026-06-29T13:11:26.656Z | Checking postcard v1.1.3 |
| 348 | 2026-06-29T13:11:26.724Z | Checking clap v4.6.1 |
| 349 | 2026-06-29T13:11:27.693Z | Checking ingot-types v0.1.2 |
| 350 | 2026-06-29T13:11:27.962Z | Checking ingot v0.1.1 |
| 351 | 2026-06-29T13:11:29.276Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 352 | 2026-06-29T13:11:30.510Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 353 | 2026-06-29T13:11:31.728Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 354 | 2026-06-29T13:11:32.565Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.36s |
| 355 | 2026-06-29T13:11:32.678Z | |
| 356 | 2026-06-29T13:11:32.678Z | real 19.521335377 |
| 357 | 2026-06-29T13:11:32.678Z | user 56.100180577 |
| 358 | 2026-06-29T13:11:32.678Z | sys 13.760123270 |
| 359 | 2026-06-29T13:11:32.678Z | trap 0.044824578 |
| 360 | 2026-06-29T13:11:32.682Z | tflt 0.091454309 |
| 361 | 2026-06-29T13:11:32.682Z | dflt 0.147091008 |
| 362 | 2026-06-29T13:11:32.682Z | kflt 0.007558042 |
| 363 | 2026-06-29T13:11:32.682Z | lock 3:29.030985213 |
| 364 | 2026-06-29T13:11:32.682Z | slp 3:07.836521230 |
| 365 | 2026-06-29T13:11:32.682Z | lat 3.879388805 |
| 366 | 2026-06-29T13:11:32.682Z | stop 13.544755323 |
| 367 | 2026-06-29T13:11:32.682Z | + header 'debug build' |
| 368 | 2026-06-29T13:11:32.682Z | + echo '# ==== debug build ==== #' |
| 369 | 2026-06-29T13:11:32.682Z | + ptime -m cargo build |
| 370 | 2026-06-29T13:11:32.682Z | # ==== debug build ==== # |
| 371 | 2026-06-29T13:11:32.840Z | Compiling cfg-if v1.0.4 |
| 372 | 2026-06-29T13:11:32.843Z | Compiling serde_core v1.0.228 |
| 373 | 2026-06-29T13:11:32.843Z | Compiling libc v0.2.186 |
| 374 | 2026-06-29T13:11:32.867Z | Compiling thiserror v2.0.18 |
| 375 | 2026-06-29T13:11:32.870Z | Compiling byteorder v1.5.0 |
| 376 | 2026-06-29T13:11:32.873Z | Compiling zerocopy v0.8.52 |
| 377 | 2026-06-29T13:11:32.877Z | Compiling stable_deref_trait v1.2.1 |
| 378 | 2026-06-29T13:11:32.877Z | Compiling macaddr v1.0.1 |
| 379 | 2026-06-29T13:11:32.918Z | Compiling rand_core v0.10.1 |
| 380 | 2026-06-29T13:11:32.930Z | Compiling cobs v0.3.0 |
| 381 | 2026-06-29T13:11:32.945Z | Compiling bitflags v1.3.2 |
| 382 | 2026-06-29T13:11:33.008Z | Compiling hash32 v0.3.1 |
| 383 | 2026-06-29T13:11:33.042Z | Compiling managed v0.8.0 |
| 384 | 2026-06-29T13:11:33.070Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 385 | 2026-06-29T13:11:33.122Z | Compiling heapless v0.8.0 |
| 386 | 2026-06-29T13:11:33.158Z | Compiling errno v0.3.14 |
| 387 | 2026-06-29T13:11:33.207Z | Compiling memchr v2.8.2 |
| 388 | 2026-06-29T13:11:33.211Z | Compiling ipnetwork v0.21.1 |
| 389 | 2026-06-29T13:11:33.264Z | Compiling unicode-width v0.2.2 |
| 390 | 2026-06-29T13:11:33.296Z | Compiling foreign-types-shared v0.3.1 |
| 391 | 2026-06-29T13:11:33.321Z | Compiling once_cell v1.21.4 |
| 392 | 2026-06-29T13:11:33.376Z | Compiling cpufeatures v0.3.0 |
| 393 | 2026-06-29T13:11:33.443Z | Compiling utf8parse v0.2.2 |
| 394 | 2026-06-29T13:11:33.542Z | Compiling smoltcp v0.11.0 |
| 395 | 2026-06-29T13:11:33.552Z | Compiling anstyle-parse v1.0.0 |
| 396 | 2026-06-29T13:11:33.557Z | Compiling tabwriter v1.4.1 |
| 397 | 2026-06-29T13:11:33.565Z | Compiling tracing-core v0.1.36 |
| 398 | 2026-06-29T13:11:33.750Z | Compiling cstr-argument v0.1.2 |
| 399 | 2026-06-29T13:11:33.757Z | Compiling chacha20 v0.10.0 |
| 400 | 2026-06-29T13:11:33.915Z | Compiling foreign-types v0.5.0 |
| 401 | 2026-06-29T13:11:33.985Z | Compiling ref-cast v1.0.25 |
| 402 | 2026-06-29T13:11:34.009Z | Compiling num_enum v0.7.6 |
| 403 | 2026-06-29T13:11:34.082Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 404 | 2026-06-29T13:11:34.100Z | Compiling getrandom v0.4.3 |
| 405 | 2026-06-29T13:11:34.119Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 406 | 2026-06-29T13:11:34.190Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 407 | 2026-06-29T13:11:34.233Z | Compiling anstyle v1.0.14 |
| 408 | 2026-06-29T13:11:34.327Z | Compiling dyn-clone v1.0.20 |
| 409 | 2026-06-29T13:11:34.415Z | Compiling anstyle-query v1.1.5 |
| 410 | 2026-06-29T13:11:34.498Z | Compiling is_terminal_polyfill v1.70.2 |
| 411 | 2026-06-29T13:11:34.517Z | Compiling colorchoice v1.0.5 |
| 412 | 2026-06-29T13:11:34.522Z | Compiling pretty-hex v0.4.2 |
| 413 | 2026-06-29T13:11:34.583Z | Compiling pin-project-lite v0.2.17 |
| 414 | 2026-06-29T13:11:34.634Z | Compiling bitflags v2.13.0 |
| 415 | 2026-06-29T13:11:34.656Z | Compiling serde v1.0.228 |
| 416 | 2026-06-29T13:11:34.673Z | Compiling tracing v0.1.44 |
| 417 | 2026-06-29T13:11:34.788Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 418 | 2026-06-29T13:11:34.830Z | Compiling rustix v1.1.4 |
| 419 | 2026-06-29T13:11:34.948Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 420 | 2026-06-29T13:11:35.063Z | Compiling uuid v1.23.3 |
| 421 | 2026-06-29T13:11:35.108Z | Compiling anstream v1.0.0 |
| 422 | 2026-06-29T13:11:35.170Z | Compiling postcard v1.1.3 |
| 423 | 2026-06-29T13:11:35.370Z | Compiling terminal_size v0.4.4 |
| 424 | 2026-06-29T13:11:35.476Z | Compiling rand v0.10.1 |
| 425 | 2026-06-29T13:11:35.527Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 426 | 2026-06-29T13:11:35.535Z | Compiling anyhow v1.0.102 |
| 427 | 2026-06-29T13:11:35.666Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 428 | 2026-06-29T13:11:35.696Z | Compiling socket2 v0.6.4 |
| 429 | 2026-06-29T13:11:35.786Z | Compiling strsim v0.11.1 |
| 430 | 2026-06-29T13:11:36.026Z | Compiling ingot-types v0.1.2 |
| 431 | 2026-06-29T13:11:36.047Z | Compiling oxnet v0.1.6 |
| 432 | 2026-06-29T13:11:36.082Z | Compiling winnow v1.0.3 |
| 433 | 2026-06-29T13:11:36.410Z | Compiling ingot v0.1.1 |
| 434 | 2026-06-29T13:11:36.448Z | Compiling clap_lex v1.1.0 |
| 435 | 2026-06-29T13:11:36.469Z | Compiling colored v3.1.1 |
| 436 | 2026-06-29T13:11:36.574Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 437 | 2026-06-29T13:11:36.756Z | Compiling clap_builder v4.6.0 |
| 438 | 2026-06-29T13:11:37.131Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 439 | 2026-06-29T13:11:38.116Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 440 | 2026-06-29T13:11:38.606Z | Compiling clap v4.6.1 |
| 441 | 2026-06-29T13:11:39.818Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 442 | 2026-06-29T13:11:41.312Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 443 | 2026-06-29T13:11:45.806Z | Finished `dev` profile [optimized + debuginfo] target(s) in 13.11s |
| 444 | 2026-06-29T13:11:45.836Z | |
| 445 | 2026-06-29T13:11:45.841Z | real 13.147695576 |
| 446 | 2026-06-29T13:11:45.841Z | user 1:07.342609627 |
| 447 | 2026-06-29T13:11:45.841Z | sys 6.328003526 |
| 448 | 2026-06-29T13:11:45.841Z | trap 0.037063050 |
| 449 | 2026-06-29T13:11:45.841Z | tflt 0.193555422 |
| 450 | 2026-06-29T13:11:45.841Z | dflt 0.227610926 |
| 451 | 2026-06-29T13:11:45.841Z | kflt 0.000007678 |
| 452 | 2026-06-29T13:11:45.841Z | lock 3:02.542688090 |
| 453 | 2026-06-29T13:11:45.842Z | slp 2:02.119389220 |
| 454 | 2026-06-29T13:11:45.842Z | lat 3.076707667 |
| 455 | 2026-06-29T13:11:45.842Z | stop 2.565382802 |
| 456 | 2026-06-29T13:11:45.842Z | + header 'release build' |
| 457 | 2026-06-29T13:11:45.842Z | + echo '# ==== release build ==== #' |
| 458 | 2026-06-29T13:11:45.842Z | # ==== release build ==== # |
| 459 | 2026-06-29T13:11:45.842Z | + ptime -m cargo build --release |
| 460 | 2026-06-29T13:11:45.935Z | Compiling proc-macro2 v1.0.106 |
| 461 | 2026-06-29T13:11:45.935Z | Compiling unicode-ident v1.0.24 |
| 462 | 2026-06-29T13:11:45.935Z | Compiling quote v1.0.46 |
| 463 | 2026-06-29T13:11:45.939Z | Compiling serde_core v1.0.228 |
| 464 | 2026-06-29T13:11:45.939Z | Compiling libc v0.2.186 |
| 465 | 2026-06-29T13:11:45.939Z | Compiling cfg-if v1.0.4 |
| 466 | 2026-06-29T13:11:45.939Z | Compiling memchr v2.8.2 |
| 467 | 2026-06-29T13:11:45.939Z | Compiling thiserror v2.0.18 |
| 468 | 2026-06-29T13:11:46.008Z | Compiling strsim v0.11.1 |
| 469 | 2026-06-29T13:11:46.055Z | Compiling fnv v1.0.7 |
| 470 | 2026-06-29T13:11:46.138Z | Compiling ident_case v1.0.1 |
| 471 | 2026-06-29T13:11:46.243Z | Compiling regex-syntax v0.8.11 |
| 472 | 2026-06-29T13:11:46.256Z | Compiling serde v1.0.228 |
| 473 | 2026-06-29T13:11:46.279Z | Compiling either v1.16.0 |
| 474 | 2026-06-29T13:11:46.441Z | Compiling aho-corasick v1.1.4 |
| 475 | 2026-06-29T13:11:46.467Z | Compiling anyhow v1.0.102 |
| 476 | 2026-06-29T13:11:46.504Z | Compiling equivalent v1.0.2 |
| 477 | 2026-06-29T13:11:46.540Z | Compiling hashbrown v0.17.1 |
| 478 | 2026-06-29T13:11:46.576Z | Compiling winnow v1.0.3 |
| 479 | 2026-06-29T13:11:46.667Z | Compiling zerocopy v0.8.52 |
| 480 | 2026-06-29T13:11:46.801Z | Compiling itertools v0.14.0 |
| 481 | 2026-06-29T13:11:47.081Z | Compiling indexmap v2.14.0 |
| 482 | 2026-06-29T13:11:47.105Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 483 | 2026-06-29T13:11:47.270Z | Compiling syn v2.0.118 |
| 484 | 2026-06-29T13:11:47.324Z | Compiling heapless v0.8.0 |
| 485 | 2026-06-29T13:11:47.603Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 486 | 2026-06-29T13:11:47.607Z | Compiling byteorder v1.5.0 |
| 487 | 2026-06-29T13:11:47.693Z | Compiling regex-automata v0.4.14 |
| 488 | 2026-06-29T13:11:47.797Z | Compiling hash32 v0.3.1 |
| 489 | 2026-06-29T13:11:47.928Z | Compiling smoltcp v0.11.0 |
| 490 | 2026-06-29T13:11:47.981Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 491 | 2026-06-29T13:11:48.053Z | Compiling bitflags v2.13.0 |
| 492 | 2026-06-29T13:11:48.154Z | Compiling syn v1.0.109 |
| 493 | 2026-06-29T13:11:48.197Z | Compiling stable_deref_trait v1.2.1 |
| 494 | 2026-06-29T13:11:48.250Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 495 | 2026-06-29T13:11:48.264Z | Compiling rustversion v1.0.22 |
| 496 | 2026-06-29T13:11:48.308Z | Compiling macaddr v1.0.1 |
| 497 | 2026-06-29T13:11:48.488Z | Compiling rustix v1.1.4 |
| 498 | 2026-06-29T13:11:48.492Z | Compiling rand_core v0.10.1 |
| 499 | 2026-06-29T13:11:48.507Z | Compiling ref-cast v1.0.25 |
| 500 | 2026-06-29T13:11:48.637Z | Compiling proc-macro-crate v3.5.0 |
| 501 | 2026-06-29T13:11:48.640Z | Compiling bitflags v1.3.2 |
| 502 | 2026-06-29T13:11:48.699Z | Compiling version_check v0.9.5 |
| 503 | 2026-06-29T13:11:48.805Z | Compiling getrandom v0.4.3 |
| 504 | 2026-06-29T13:11:48.830Z | Compiling managed v0.8.0 |
| 505 | 2026-06-29T13:11:48.879Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 506 | 2026-06-29T13:11:48.960Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 507 | 2026-06-29T13:11:49.093Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 508 | 2026-06-29T13:11:49.101Z | Compiling errno v0.3.14 |
| 509 | 2026-06-29T13:11:49.240Z | Compiling cpufeatures v0.3.0 |
| 510 | 2026-06-29T13:11:49.304Z | Compiling foreign-types-shared v0.3.1 |
| 511 | 2026-06-29T13:11:49.388Z | Compiling regex v1.12.4 |
| 512 | 2026-06-29T13:11:49.494Z | Compiling once_cell v1.21.4 |
| 513 | 2026-06-29T13:11:49.619Z | Compiling ipnetwork v0.21.1 |
| 514 | 2026-06-29T13:11:49.724Z | Compiling utf8parse v0.2.2 |
| 515 | 2026-06-29T13:11:49.788Z | Compiling unicode-width v0.2.2 |
| 516 | 2026-06-29T13:11:49.823Z | Compiling anstyle-parse v1.0.0 |
| 517 | 2026-06-29T13:11:50.002Z | Compiling darling_core v0.21.3 |
| 518 | 2026-06-29T13:11:50.023Z | Compiling tracing-core v0.1.36 |
| 519 | 2026-06-29T13:11:50.044Z | Compiling tabwriter v1.4.1 |
| 520 | 2026-06-29T13:11:50.117Z | Compiling cstr-argument v0.1.2 |
| 521 | 2026-06-29T13:11:50.276Z | Compiling chacha20 v0.10.0 |
| 522 | 2026-06-29T13:11:50.874Z | Compiling pretty-hex v0.4.2 |
| 523 | 2026-06-29T13:11:50.902Z | Compiling anstyle v1.0.14 |
| 524 | 2026-06-29T13:11:50.927Z | Compiling dyn-clone v1.0.20 |
| 525 | 2026-06-29T13:11:51.003Z | Compiling pin-project-lite v0.2.17 |
| 526 | 2026-06-29T13:11:51.066Z | Compiling colorchoice v1.0.5 |
| 527 | 2026-06-29T13:11:51.092Z | Compiling is_terminal_polyfill v1.70.2 |
| 528 | 2026-06-29T13:11:51.147Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 529 | 2026-06-29T13:11:51.156Z | Compiling thiserror-impl v2.0.18 |
| 530 | 2026-06-29T13:11:51.168Z | Compiling serde_derive v1.0.228 |
| 531 | 2026-06-29T13:11:51.172Z | Compiling zerocopy-derive v0.8.52 |
| 532 | 2026-06-29T13:11:51.190Z | Compiling ref-cast-impl v1.0.25 |
| 533 | 2026-06-29T13:11:51.357Z | Compiling num_enum_derive v0.7.6 |
| 534 | 2026-06-29T13:11:51.783Z | Compiling foreign-types-macros v0.2.3 |
| 535 | 2026-06-29T13:11:51.973Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 536 | 2026-06-29T13:11:52.178Z | Compiling darling_macro v0.21.3 |
| 537 | 2026-06-29T13:11:52.352Z | Compiling num_enum v0.7.6 |
| 538 | 2026-06-29T13:11:52.410Z | Compiling foreign-types v0.5.0 |
| 539 | 2026-06-29T13:11:52.460Z | Compiling cobs v0.3.0 |
| 540 | 2026-06-29T13:11:52.466Z | Compiling tracing-attributes v0.1.31 |
| 541 | 2026-06-29T13:11:52.475Z | Compiling anstyle-query v1.1.5 |
| 542 | 2026-06-29T13:11:52.479Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 543 | 2026-06-29T13:11:52.566Z | Compiling anstream v1.0.0 |
| 544 | 2026-06-29T13:11:52.570Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 545 | 2026-06-29T13:11:52.673Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 546 | 2026-06-29T13:11:52.738Z | Compiling darling v0.21.3 |
| 547 | 2026-06-29T13:11:52.809Z | Compiling ingot-macros v0.1.1 |
| 548 | 2026-06-29T13:11:52.864Z | Compiling terminal_size v0.4.4 |
| 549 | 2026-06-29T13:11:53.001Z | Compiling rand v0.10.1 |
| 550 | 2026-06-29T13:11:53.045Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 551 | 2026-06-29T13:11:53.117Z | Compiling uuid v1.23.3 |
| 552 | 2026-06-29T13:11:53.155Z | Compiling socket2 v0.6.4 |
| 553 | 2026-06-29T13:11:53.540Z | Compiling colored v3.1.1 |
| 554 | 2026-06-29T13:11:53.547Z | Compiling clap_lex v1.1.0 |
| 555 | 2026-06-29T13:11:53.676Z | Compiling tracing v0.1.44 |
| 556 | 2026-06-29T13:11:53.713Z | Compiling oxnet v0.1.6 |
| 557 | 2026-06-29T13:11:53.858Z | Compiling heck v0.5.0 |
| 558 | 2026-06-29T13:11:54.009Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 559 | 2026-06-29T13:11:54.046Z | Compiling clap_derive v4.6.1 |
| 560 | 2026-06-29T13:11:54.306Z | Compiling clap_builder v4.6.0 |
| 561 | 2026-06-29T13:11:54.387Z | Compiling postcard v1.1.3 |
| 562 | 2026-06-29T13:11:55.654Z | Compiling ingot-types v0.1.2 |
| 563 | 2026-06-29T13:11:56.026Z | Compiling ingot v0.1.1 |
| 564 | 2026-06-29T13:11:56.213Z | Compiling clap v4.6.1 |
| 565 | 2026-06-29T13:11:57.733Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 566 | 2026-06-29T13:11:58.748Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 567 | 2026-06-29T13:11:59.801Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 568 | 2026-06-29T13:12:06.500Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.65s |
| 569 | 2026-06-29T13:12:06.528Z | |
| 570 | 2026-06-29T13:12:06.532Z | real 20.681983394 |
| 571 | 2026-06-29T13:12:06.532Z | user 1:45.362955023 |
| 572 | 2026-06-29T13:12:06.532Z | sys 13.904736195 |
| 573 | 2026-06-29T13:12:06.532Z | trap 0.054417888 |
| 574 | 2026-06-29T13:12:06.532Z | tflt 0.121498498 |
| 575 | 2026-06-29T13:12:06.532Z | dflt 0.361289751 |
| 576 | 2026-06-29T13:12:06.532Z | kflt 0.000039566 |
| 577 | 2026-06-29T13:12:06.532Z | lock 4:33.418400793 |
| 578 | 2026-06-29T13:12:06.532Z | slp 3:30.254966442 |
| 579 | 2026-06-29T13:12:06.532Z | lat 4.975388910 |
| 580 | 2026-06-29T13:12:06.532Z | stop 8.958896554 |
| 581 | 2026-06-29T13:12:06.532Z | + popd |
| 582 | 2026-06-29T13:12:06.532Z | /work/oxidecomputer/opte |
| 583 | 2026-06-29T13:12:06.532Z | + TGT_BASE=/work |
| 584 | 2026-06-29T13:12:06.532Z | + for x in debug release |
| 585 | 2026-06-29T13:12:06.532Z | + mkdir -p /work/debug |
| 586 | 2026-06-29T13:12:06.532Z | + cp target/debug/opteadm /work/debug/ |
| 587 | 2026-06-29T13:12:06.555Z | + sha256sum target/debug/opteadm |
| 588 | 2026-06-29T13:12:06.581Z | + for x in debug release |
| 589 | 2026-06-29T13:12:06.581Z | + mkdir -p /work/release |
| 590 | 2026-06-29T13:12:06.584Z | + cp target/release/opteadm /work/release/ |
| 591 | 2026-06-29T13:12:06.602Z | + sha256sum target/release/opteadm |
| 592 | 2026-06-29T13:12:06.619Z | process exited: duration 67984 ms, exit code 0 |
| |
| 593 | 2026-06-29T13:12:06.626Z | found 4 output files |
| 594 | 2026-06-29T13:12:06.626Z | uploading: /work/debug/opteadm (36543368 bytes) |
| 595 | 2026-06-29T13:12:07.862Z | uploaded: /work/debug/opteadm |
| 596 | 2026-06-29T13:12:07.862Z | uploading: /work/debug/opteadm.debug.sha256 (87 bytes) |
| 597 | 2026-06-29T13:12:08.873Z | uploaded: /work/debug/opteadm.debug.sha256 |
| 598 | 2026-06-29T13:12:08.873Z | uploading: /work/release/opteadm (24742064 bytes) |
| 599 | 2026-06-29T13:12:10.043Z | uploaded: /work/release/opteadm |
| 600 | 2026-06-29T13:12:10.047Z | uploading: /work/release/opteadm.release.sha256 (89 bytes) |
| 601 | 2026-06-29T13:12:11.053Z | uploaded: /work/release/opteadm.release.sha256 |