|
|
|
| 1 | 2026-05-03T03:33:55.127Z | job assigned to worker 01KQNYBD90NJK6KR2NREREFTCY [factory aws, i-06857be28bf672232] (queued for 50 s) |
| |
| 2 | 2026-05-03T03:34:01.944Z | starting task 0: "setup" |
| 3 | 2026-05-03T03:34:01.948Z | ++ uname -s |
| 4 | 2026-05-03T03:34:01.951Z | + kern=SunOS |
| 5 | 2026-05-03T03:34:01.951Z | + build_user=build |
| 6 | 2026-05-03T03:34:01.951Z | + build_uid=12345 |
| 7 | 2026-05-03T03:34:01.951Z | + work_dir=/work |
| 8 | 2026-05-03T03:34:01.951Z | + input_dir=/input |
| 9 | 2026-05-03T03:34:01.951Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-03T03:34:01.951Z | + case "$kern" in |
| 11 | 2026-05-03T03:34:01.951Z | + groupadd -g 12345 build |
| 12 | 2026-05-03T03:34:01.954Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-03T03:34:03.960Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-03T03:34:04.084Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-03T03:34:04.087Z | + home_fs=zfs |
| 16 | 2026-05-03T03:34:04.087Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-03T03:34:04.087Z | + mkdir -p /home/build |
| 18 | 2026-05-03T03:34:04.087Z | + chown build:build /home/build /work |
| 19 | 2026-05-03T03:34:06.087Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-03T03:34:06.090Z | process exited: duration 4147 ms, exit code 0 |
| |
| 21 | 2026-05-03T03:34:06.095Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-03T03:34:06.099Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.1 |
| 23 | 2026-05-03T03:34:06.099Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-03T03:34:06.099Z | * rust toolchain channel = "1.94.1" |
| 25 | 2026-05-03T03:34:06.100Z | * rust toolchain profile = "default" |
| 26 | 2026-05-03T03:34:06.100Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-03T03:34:06.100Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-03T03:34:06.102Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-03T03:34:06.102Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default |
| 30 | 2026-05-03T03:34:06.223Z | info: downloading installer |
| 31 | 2026-05-03T03:34:07.629Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-05-03T03:34:07.629Z | warn: /opt/ooce/bin |
| 33 | 2026-05-03T03:34:07.629Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-05-03T03:34:07.629Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-05-03T03:34:07.629Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-05-03T03:34:07.629Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-05-03T03:34:07.629Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-05-03T03:34:07.629Z | error: cannot install while Rust is installed |
| 39 | 2026-05-03T03:34:07.629Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-05-03T03:34:07.629Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-05-03T03:34:07.629Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-05-03T03:34:07.629Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-05-03T03:34:07.629Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-05-03T03:34:07.642Z | info: profile set to default |
| 45 | 2026-05-03T03:34:07.642Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-05-03T03:34:07.645Z | info: syncing channel updates for 1.94.1-x86_64-unknown-illumos |
| 47 | 2026-05-03T03:34:07.779Z | info: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25) |
| 48 | 2026-05-03T03:34:07.782Z | info: downloading 6 components |
| 49 | 2026-05-03T03:34:21.729Z | info: default toolchain set to 1.94.1-x86_64-unknown-illumos |
| 50 | 2026-05-03T03:34:21.729Z | |
| 51 | 2026-05-03T03:34:21.765Z | 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25) |
| 52 | 2026-05-03T03:34:21.765Z | |
| 53 | 2026-05-03T03:34:21.765Z | |
| 54 | 2026-05-03T03:34:21.765Z | Rust is installed now. Great! |
| 55 | 2026-05-03T03:34:21.765Z | |
| 56 | 2026-05-03T03:34:21.765Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-05-03T03:34:21.765Z | environment variable. This has not been done automatically. |
| 58 | 2026-05-03T03:34:21.765Z | |
| 59 | 2026-05-03T03:34:21.765Z | To configure your current shell, you need to source |
| 60 | 2026-05-03T03:34:21.765Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-05-03T03:34:21.765Z | |
| 62 | 2026-05-03T03:34:21.765Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-05-03T03:34:21.766Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-05-03T03:34:21.766Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-05-03T03:34:21.766Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-05-03T03:34:21.766Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-05-03T03:34:21.766Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-05-03T03:34:21.766Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-05-03T03:34:21.769Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-05-03T03:34:21.769Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-05-03T03:34:21.851Z | + rustup --version |
| 72 | 2026-05-03T03:34:21.860Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-05-03T03:34:21.864Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-05-03T03:34:21.883Z | info: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)` |
| 75 | 2026-05-03T03:34:21.885Z | + cargo --version |
| 76 | 2026-05-03T03:34:21.898Z | cargo 1.94.1 (29ea6fb6a 2026-03-24) |
| 77 | 2026-05-03T03:34:21.901Z | + rustc --version |
| 78 | 2026-05-03T03:34:21.920Z | rustc 1.94.1 (e408947bf 2026-03-25) |
| 79 | 2026-05-03T03:34:21.923Z | process exited: duration 15825 ms, exit code 0 |
| |
| 80 | 2026-05-03T03:34:21.928Z | starting task 2: "authentication" |
| 81 | 2026-05-03T03:34:21.947Z | process exited: duration 15 ms, exit code 0 |
| |
| 82 | 2026-05-03T03:34:21.953Z | starting task 3: "clone repository" |
| 83 | 2026-05-03T03:34:21.956Z | + mkdir -p /work/oxidecomputer/opte |
| 84 | 2026-05-03T03:34:21.959Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 85 | 2026-05-03T03:34:21.988Z | Cloning into '/work/oxidecomputer/opte'... |
| 86 | 2026-05-03T03:34:22.772Z | + cd /work/oxidecomputer/opte |
| 87 | 2026-05-03T03:34:22.772Z | + git fetch origin 8630f7d9ee498bc68c7aeaee1df250f921a14ea7 |
| 88 | 2026-05-03T03:34:23.017Z | From https://github.com/oxidecomputer/opte |
| 89 | 2026-05-03T03:34:23.017Z | * branch 8630f7d9ee498bc68c7aeaee1df250f921a14ea7 -> FETCH_HEAD |
| 90 | 2026-05-03T03:34:23.024Z | + [[ -n renovate/ctor-0.x ]] |
| 91 | 2026-05-03T03:34:23.026Z | ++ git branch --show-current |
| 92 | 2026-05-03T03:34:23.026Z | + current=master |
| 93 | 2026-05-03T03:34:23.026Z | + [[ master != renovate/ctor-0.x ]] |
| 94 | 2026-05-03T03:34:23.026Z | + git branch -f renovate/ctor-0.x 8630f7d9ee498bc68c7aeaee1df250f921a14ea7 |
| 95 | 2026-05-03T03:34:23.029Z | + git checkout -f renovate/ctor-0.x |
| 96 | 2026-05-03T03:34:23.045Z | Switched to branch 'renovate/ctor-0.x' |
| 97 | 2026-05-03T03:34:23.048Z | + git reset --hard 8630f7d9ee498bc68c7aeaee1df250f921a14ea7 |
| 98 | 2026-05-03T03:34:23.062Z | HEAD is now at 8630f7d Update Rust crate ctor to 0.13 |
| 99 | 2026-05-03T03:34:23.064Z | process exited: duration 1109 ms, exit code 0 |
| |
| 100 | 2026-05-03T03:34:23.070Z | starting task 4: "build" |
| 101 | 2026-05-03T03:34:23.073Z | + source .github/buildomat/common.sh |
| 102 | 2026-05-03T03:34:23.076Z | ++ rustup show active-toolchain |
| 103 | 2026-05-03T03:34:23.078Z | 1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 104 | 2026-05-03T03:34:23.081Z | ++ pushd xde |
| 105 | 2026-05-03T03:34:23.081Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 106 | 2026-05-03T03:34:23.081Z | ++ rustup show active-toolchain |
| 107 | 2026-05-03T03:34:23.084Z | info: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos |
| 108 | 2026-05-03T03:34:23.227Z | info: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31) |
| 109 | 2026-05-03T03:34:23.230Z | info: downloading 6 components |
| 110 | 2026-05-03T03:34:36.430Z | nightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 111 | 2026-05-03T03:34:36.505Z | +++ rustup show active-toolchain -v |
| 112 | 2026-05-03T03:34:36.508Z | +++ head -n 1 |
| 113 | 2026-05-03T03:34:36.508Z | +++ cut '-d ' -f1 |
| 114 | 2026-05-03T03:34:36.560Z | ++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 115 | 2026-05-03T03:34:36.560Z | ++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 116 | 2026-05-03T03:34:36.561Z | ++ popd |
| 117 | 2026-05-03T03:34:36.564Z | /work/oxidecomputer/opte |
| 118 | 2026-05-03T03:34:36.564Z | + cargo --version |
| 119 | 2026-05-03T03:34:36.570Z | cargo 1.94.1 (29ea6fb6a 2026-03-24) |
| 120 | 2026-05-03T03:34:36.573Z | + rustc --version |
| 121 | 2026-05-03T03:34:36.593Z | rustc 1.94.1 (e408947bf 2026-03-25) |
| 122 | 2026-05-03T03:34:36.596Z | + pushd bin/opteadm |
| 123 | 2026-05-03T03:34:36.596Z | /work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte |
| 124 | 2026-05-03T03:34:36.596Z | + header 'check style' |
| 125 | 2026-05-03T03:34:36.596Z | + echo '# ==== check style ==== #' |
| 126 | 2026-05-03T03:34:36.596Z | # ==== check style ==== # |
| 127 | 2026-05-03T03:34:36.596Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check |
| 128 | 2026-05-03T03:34:36.671Z | |
| 129 | 2026-05-03T03:34:36.671Z | real 0.072167332 |
| 130 | 2026-05-03T03:34:36.671Z | user 0.038303604 |
| 131 | 2026-05-03T03:34:36.671Z | sys 0.030710224 |
| 132 | 2026-05-03T03:34:36.671Z | trap 0.000009247 |
| 133 | 2026-05-03T03:34:36.671Z | tflt 0.000015028 |
| 134 | 2026-05-03T03:34:36.671Z | dflt 0.000020686 |
| 135 | 2026-05-03T03:34:36.671Z | kflt 0.000000000 |
| 136 | 2026-05-03T03:34:36.671Z | lock 0.031858279 |
| 137 | 2026-05-03T03:34:36.671Z | slp 0.049879115 |
| 138 | 2026-05-03T03:34:36.671Z | lat 0.000905269 |
| 139 | 2026-05-03T03:34:36.671Z | stop 0.000105046 |
| 140 | 2026-05-03T03:34:36.674Z | + header analyze |
| 141 | 2026-05-03T03:34:36.674Z | + echo '# ==== analyze ==== #' |
| 142 | 2026-05-03T03:34:36.674Z | # ==== analyze ==== # |
| 143 | 2026-05-03T03:34:36.674Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 144 | 2026-05-03T03:34:36.807Z | Updating crates.io index |
| 145 | 2026-05-03T03:34:36.841Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 146 | 2026-05-03T03:34:37.733Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 147 | 2026-05-03T03:34:38.292Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 148 | 2026-05-03T03:34:38.590Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 149 | 2026-05-03T03:34:38.824Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 150 | 2026-05-03T03:34:39.192Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 151 | 2026-05-03T03:34:39.451Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 152 | 2026-05-03T03:34:41.496Z | Downloading crates ... |
| 153 | 2026-05-03T03:34:41.545Z | Downloaded equivalent v1.0.2 |
| 154 | 2026-05-03T03:34:41.553Z | Downloaded bitflags v1.3.2 |
| 155 | 2026-05-03T03:34:41.556Z | Downloaded colored v3.1.1 |
| 156 | 2026-05-03T03:34:41.558Z | Downloaded heck v0.5.0 |
| 157 | 2026-05-03T03:34:41.558Z | Downloaded defmt-macros v1.0.1 |
| 158 | 2026-05-03T03:34:41.561Z | Downloaded rand_core v0.10.1 |
| 159 | 2026-05-03T03:34:41.563Z | Downloaded anstream v1.0.0 |
| 160 | 2026-05-03T03:34:41.572Z | Downloaded zerocopy-derive v0.8.48 |
| 161 | 2026-05-03T03:34:41.578Z | Downloaded toml_edit v0.25.11+spec-1.1.0 |
| 162 | 2026-05-03T03:34:41.585Z | Downloaded zerocopy v0.8.48 |
| 163 | 2026-05-03T03:34:41.596Z | Downloaded regex v1.12.3 |
| 164 | 2026-05-03T03:34:41.599Z | Downloaded aho-corasick v1.1.4 |
| 165 | 2026-05-03T03:34:41.602Z | Downloaded num_enum v0.7.6 |
| 166 | 2026-05-03T03:34:41.605Z | Downloaded hash32 v0.3.1 |
| 167 | 2026-05-03T03:34:41.610Z | Downloaded errno v0.3.14 |
| 168 | 2026-05-03T03:34:41.612Z | Downloaded dyn-clone v1.0.20 |
| 169 | 2026-05-03T03:34:41.615Z | Downloaded cobs v0.3.0 |
| 170 | 2026-05-03T03:34:41.618Z | Downloaded cpufeatures v0.3.0 |
| 171 | 2026-05-03T03:34:41.618Z | Downloaded strsim v0.11.1 |
| 172 | 2026-05-03T03:34:41.622Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 173 | 2026-05-03T03:34:41.625Z | Downloaded embedded-io v0.4.0 |
| 174 | 2026-05-03T03:34:41.625Z | Downloaded cstr-argument v0.1.2 |
| 175 | 2026-05-03T03:34:41.630Z | Downloaded terminal_size v0.4.4 |
| 176 | 2026-05-03T03:34:41.633Z | Downloaded foreign-types-shared v0.3.1 |
| 177 | 2026-05-03T03:34:41.639Z | Downloaded macaddr v1.0.1 |
| 178 | 2026-05-03T03:34:41.641Z | Downloaded defmt v0.3.100 |
| 179 | 2026-05-03T03:34:41.644Z | Downloaded ref-cast v1.0.25 |
| 180 | 2026-05-03T03:34:41.644Z | Downloaded colorchoice v1.0.5 |
| 181 | 2026-05-03T03:34:41.647Z | Downloaded foreign-types v0.5.0 |
| 182 | 2026-05-03T03:34:41.649Z | Downloaded version_check v0.9.5 |
| 183 | 2026-05-03T03:34:41.652Z | Downloaded pin-project-lite v0.2.17 |
| 184 | 2026-05-03T03:34:41.656Z | Downloaded tabwriter v1.4.1 |
| 185 | 2026-05-03T03:34:41.659Z | Downloaded cfg-if v1.0.4 |
| 186 | 2026-05-03T03:34:41.659Z | Downloaded proc-macro-crate v3.5.0 |
| 187 | 2026-05-03T03:34:41.659Z | Downloaded foreign-types-macros v0.2.3 |
| 188 | 2026-05-03T03:34:41.662Z | Downloaded darling_macro v0.21.3 |
| 189 | 2026-05-03T03:34:41.664Z | Downloaded stable_deref_trait v1.2.1 |
| 190 | 2026-05-03T03:34:41.664Z | Downloaded ident_case v1.0.1 |
| 191 | 2026-05-03T03:34:41.667Z | Downloaded defmt-parser v1.0.0 |
| 192 | 2026-05-03T03:34:41.667Z | Downloaded is_terminal_polyfill v1.70.2 |
| 193 | 2026-05-03T03:34:41.667Z | Downloaded embedded-io v0.6.1 |
| 194 | 2026-05-03T03:34:41.670Z | Downloaded fnv v1.0.7 |
| 195 | 2026-05-03T03:34:41.673Z | Downloaded anstyle-query v1.1.5 |
| 196 | 2026-05-03T03:34:41.676Z | Downloaded anstyle-parse v1.0.0 |
| 197 | 2026-05-03T03:34:41.676Z | Downloaded ipnetwork v0.21.1 |
| 198 | 2026-05-03T03:34:41.680Z | Downloaded anyhow v1.0.102 |
| 199 | 2026-05-03T03:34:41.683Z | Downloaded chacha20 v0.10.0 |
| 200 | 2026-05-03T03:34:41.687Z | Downloaded ref-cast-impl v1.0.25 |
| 201 | 2026-05-03T03:34:41.689Z | Downloaded utf8parse v0.2.2 |
| 202 | 2026-05-03T03:34:41.694Z | Downloaded pretty-hex v0.4.2 |
| 203 | 2026-05-03T03:34:41.700Z | Downloaded rustversion v1.0.22 |
| 204 | 2026-05-03T03:34:41.703Z | Downloaded thiserror v2.0.18 |
| 205 | 2026-05-03T03:34:41.706Z | Downloaded ingot-types v0.1.2 |
| 206 | 2026-05-03T03:34:41.706Z | Downloaded byteorder v1.5.0 |
| 207 | 2026-05-03T03:34:41.709Z | Downloaded proc-macro-error2 v2.0.1 |
| 208 | 2026-05-03T03:34:41.709Z | Downloaded thiserror-impl v2.0.18 |
| 209 | 2026-05-03T03:34:41.712Z | Downloaded num_enum_derive v0.7.6 |
| 210 | 2026-05-03T03:34:41.712Z | Downloaded anstyle v1.0.14 |
| 211 | 2026-05-03T03:34:41.714Z | Downloaded oxnet v0.1.4 |
| 212 | 2026-05-03T03:34:41.717Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 213 | 2026-05-03T03:34:41.717Z | Downloaded bitflags v2.11.1 |
| 214 | 2026-05-03T03:34:41.722Z | Downloaded getrandom v0.4.2 |
| 215 | 2026-05-03T03:34:41.728Z | Downloaded managed v0.8.0 |
| 216 | 2026-05-03T03:34:41.731Z | Downloaded clap_lex v1.1.0 |
| 217 | 2026-05-03T03:34:41.735Z | Downloaded darling v0.21.3 |
| 218 | 2026-05-03T03:34:41.740Z | Downloaded ingot v0.1.1 |
| 219 | 2026-05-03T03:34:41.743Z | Downloaded defmt v1.0.1 |
| 220 | 2026-05-03T03:34:41.745Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 221 | 2026-05-03T03:34:41.745Z | Downloaded postcard v1.1.3 |
| 222 | 2026-05-03T03:34:41.748Z | Downloaded once_cell v1.21.4 |
| 223 | 2026-05-03T03:34:41.751Z | Downloaded either v1.15.0 |
| 224 | 2026-05-03T03:34:41.756Z | Downloaded ingot-macros v0.1.1 |
| 225 | 2026-05-03T03:34:41.759Z | Downloaded clap_derive v4.6.1 |
| 226 | 2026-05-03T03:34:41.768Z | Downloaded tracing-attributes v0.1.31 |
| 227 | 2026-05-03T03:34:41.775Z | Downloaded serde_core v1.0.228 |
| 228 | 2026-05-03T03:34:41.778Z | Downloaded quote v1.0.45 |
| 229 | 2026-05-03T03:34:41.781Z | Downloaded unicode-ident v1.0.24 |
| 230 | 2026-05-03T03:34:41.784Z | Downloaded tracing-core v0.1.36 |
| 231 | 2026-05-03T03:34:41.786Z | Downloaded uuid v1.23.1 |
| 232 | 2026-05-03T03:34:41.789Z | Downloaded clap v4.6.1 |
| 233 | 2026-05-03T03:34:41.793Z | Downloaded socket2 v0.6.3 |
| 234 | 2026-05-03T03:34:41.796Z | Downloaded proc-macro2 v1.0.106 |
| 235 | 2026-05-03T03:34:41.798Z | Downloaded heapless v0.8.0 |
| 236 | 2026-05-03T03:34:41.801Z | Downloaded serde v1.0.228 |
| 237 | 2026-05-03T03:34:41.801Z | Downloaded darling_core v0.21.3 |
| 238 | 2026-05-03T03:34:41.811Z | Downloaded indexmap v2.14.0 |
| 239 | 2026-05-03T03:34:41.814Z | Downloaded memchr v2.8.0 |
| 240 | 2026-05-03T03:34:41.818Z | Downloaded serde_derive v1.0.228 |
| 241 | 2026-05-03T03:34:41.824Z | Downloaded rand v0.10.1 |
| 242 | 2026-05-03T03:34:41.837Z | Downloaded rustix v1.1.4 |
| 243 | 2026-05-03T03:34:41.859Z | Downloaded itertools v0.14.0 |
| 244 | 2026-05-03T03:34:41.868Z | Downloaded hashbrown v0.17.0 |
| 245 | 2026-05-03T03:34:41.879Z | Downloaded clap_builder v4.6.0 |
| 246 | 2026-05-03T03:34:41.882Z | Downloaded winnow v1.0.2 |
| 247 | 2026-05-03T03:34:41.907Z | Downloaded syn v1.0.109 |
| 248 | 2026-05-03T03:34:41.929Z | Downloaded unicode-width v0.2.2 |
| 249 | 2026-05-03T03:34:41.934Z | Downloaded smoltcp v0.11.0 |
| 250 | 2026-05-03T03:34:41.942Z | Downloaded syn v2.0.117 |
| 251 | 2026-05-03T03:34:41.956Z | Downloaded regex-syntax v0.8.10 |
| 252 | 2026-05-03T03:34:41.974Z | Downloaded tracing v0.1.44 |
| 253 | 2026-05-03T03:34:41.989Z | Downloaded regex-automata v0.4.14 |
| 254 | 2026-05-03T03:34:42.003Z | Downloaded libc v0.2.186 |
| 255 | 2026-05-03T03:34:42.064Z | Compiling proc-macro2 v1.0.106 |
| 256 | 2026-05-03T03:34:42.066Z | Compiling unicode-ident v1.0.24 |
| 257 | 2026-05-03T03:34:42.066Z | Compiling quote v1.0.45 |
| 258 | 2026-05-03T03:34:42.066Z | Compiling serde_core v1.0.228 |
| 259 | 2026-05-03T03:34:42.066Z | Compiling libc v0.2.186 |
| 260 | 2026-05-03T03:34:42.066Z | Checking cfg-if v1.0.4 |
| 261 | 2026-05-03T03:34:42.066Z | Compiling strsim v0.11.1 |
| 262 | 2026-05-03T03:34:42.066Z | Compiling fnv v1.0.7 |
| 263 | 2026-05-03T03:34:42.189Z | Compiling ident_case v1.0.1 |
| 264 | 2026-05-03T03:34:42.230Z | Compiling thiserror v2.0.18 |
| 265 | 2026-05-03T03:34:42.257Z | Compiling memchr v2.8.0 |
| 266 | 2026-05-03T03:34:42.296Z | Compiling regex-syntax v0.8.10 |
| 267 | 2026-05-03T03:34:42.427Z | Compiling anyhow v1.0.102 |
| 268 | 2026-05-03T03:34:42.498Z | Compiling hashbrown v0.17.0 |
| 269 | 2026-05-03T03:34:42.731Z | Compiling aho-corasick v1.1.4 |
| 270 | 2026-05-03T03:34:42.740Z | Compiling serde v1.0.228 |
| 271 | 2026-05-03T03:34:42.806Z | Compiling either v1.15.0 |
| 272 | 2026-05-03T03:34:42.822Z | Compiling zerocopy v0.8.48 |
| 273 | 2026-05-03T03:34:43.020Z | Compiling equivalent v1.0.2 |
| 274 | 2026-05-03T03:34:43.028Z | Compiling winnow v1.0.2 |
| 275 | 2026-05-03T03:34:43.067Z | Compiling itertools v0.14.0 |
| 276 | 2026-05-03T03:34:43.096Z | Compiling indexmap v2.14.0 |
| 277 | 2026-05-03T03:34:43.378Z | Compiling syn v2.0.117 |
| 278 | 2026-05-03T03:34:43.434Z | Checking byteorder v1.5.0 |
| 279 | 2026-05-03T03:34:43.585Z | Compiling heapless v0.8.0 |
| 280 | 2026-05-03T03:34:43.689Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 281 | 2026-05-03T03:34:43.869Z | Compiling regex-automata v0.4.14 |
| 282 | 2026-05-03T03:34:43.881Z | Checking bitflags v2.11.1 |
| 283 | 2026-05-03T03:34:43.906Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 284 | 2026-05-03T03:34:44.038Z | Checking hash32 v0.3.1 |
| 285 | 2026-05-03T03:34:44.131Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 286 | 2026-05-03T03:34:44.145Z | Compiling rustversion v1.0.22 |
| 287 | 2026-05-03T03:34:44.178Z | Checking macaddr v1.0.1 |
| 288 | 2026-05-03T03:34:44.254Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 289 | 2026-05-03T03:34:44.314Z | Compiling smoltcp v0.11.0 |
| 290 | 2026-05-03T03:34:44.322Z | Checking stable_deref_trait v1.2.1 |
| 291 | 2026-05-03T03:34:44.352Z | Compiling syn v1.0.109 |
| 292 | 2026-05-03T03:34:44.464Z | Compiling ref-cast v1.0.25 |
| 293 | 2026-05-03T03:34:44.505Z | Checking bitflags v1.3.2 |
| 294 | 2026-05-03T03:34:44.566Z | Checking managed v0.8.0 |
| 295 | 2026-05-03T03:34:44.648Z | Compiling version_check v0.9.5 |
| 296 | 2026-05-03T03:34:44.689Z | Compiling getrandom v0.4.2 |
| 297 | 2026-05-03T03:34:44.732Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 298 | 2026-05-03T03:34:44.743Z | Checking rand_core v0.10.1 |
| 299 | 2026-05-03T03:34:44.760Z | Compiling rustix v1.1.4 |
| 300 | 2026-05-03T03:34:44.876Z | Compiling proc-macro-crate v3.5.0 |
| 301 | 2026-05-03T03:34:44.914Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 302 | 2026-05-03T03:34:45.149Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 303 | 2026-05-03T03:34:45.291Z | Checking errno v0.3.14 |
| 304 | 2026-05-03T03:34:45.311Z | Checking foreign-types-shared v0.3.1 |
| 305 | 2026-05-03T03:34:45.391Z | Checking ipnetwork v0.21.1 |
| 306 | 2026-05-03T03:34:45.417Z | Checking unicode-width v0.2.2 |
| 307 | 2026-05-03T03:34:45.473Z | Checking utf8parse v0.2.2 |
| 308 | 2026-05-03T03:34:45.571Z | Compiling regex v1.12.3 |
| 309 | 2026-05-03T03:34:45.670Z | Checking cpufeatures v0.3.0 |
| 310 | 2026-05-03T03:34:45.734Z | Checking once_cell v1.21.4 |
| 311 | 2026-05-03T03:34:45.744Z | Checking chacha20 v0.10.0 |
| 312 | 2026-05-03T03:34:45.911Z | Checking tracing-core v0.1.36 |
| 313 | 2026-05-03T03:34:45.945Z | Compiling darling_core v0.21.3 |
| 314 | 2026-05-03T03:34:45.945Z | Checking cstr-argument v0.1.2 |
| 315 | 2026-05-03T03:34:45.983Z | Checking tabwriter v1.4.1 |
| 316 | 2026-05-03T03:34:46.064Z | Checking anstyle-parse v1.0.0 |
| 317 | 2026-05-03T03:34:46.348Z | Checking anstyle-query v1.1.5 |
| 318 | 2026-05-03T03:34:46.438Z | Checking dyn-clone v1.0.20 |
| 319 | 2026-05-03T03:34:46.515Z | Checking is_terminal_polyfill v1.70.2 |
| 320 | 2026-05-03T03:34:46.528Z | Checking pin-project-lite v0.2.17 |
| 321 | 2026-05-03T03:34:46.534Z | Checking pretty-hex v0.4.2 |
| 322 | 2026-05-03T03:34:46.548Z | Checking colorchoice v1.0.5 |
| 323 | 2026-05-03T03:34:46.575Z | Checking anstyle v1.0.14 |
| 324 | 2026-05-03T03:34:46.590Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 325 | 2026-05-03T03:34:46.610Z | Checking terminal_size v0.4.4 |
| 326 | 2026-05-03T03:34:46.716Z | Checking rand v0.10.1 |
| 327 | 2026-05-03T03:34:46.754Z | Checking anstream v1.0.0 |
| 328 | 2026-05-03T03:34:46.804Z | Checking uuid v1.23.1 |
| 329 | 2026-05-03T03:34:46.836Z | Checking socket2 v0.6.3 |
| 330 | 2026-05-03T03:34:46.949Z | Checking clap_lex v1.1.0 |
| 331 | 2026-05-03T03:34:47.079Z | Checking oxnet v0.1.4 |
| 332 | 2026-05-03T03:34:47.096Z | Compiling heck v0.5.0 |
| 333 | 2026-05-03T03:34:47.181Z | Checking colored v3.1.1 |
| 334 | 2026-05-03T03:34:47.191Z | Compiling thiserror-impl v2.0.18 |
| 335 | 2026-05-03T03:34:47.210Z | Compiling zerocopy-derive v0.8.48 |
| 336 | 2026-05-03T03:34:47.243Z | Compiling serde_derive v1.0.228 |
| 337 | 2026-05-03T03:34:47.290Z | Compiling num_enum_derive v0.7.6 |
| 338 | 2026-05-03T03:34:47.370Z | Compiling ref-cast-impl v1.0.25 |
| 339 | 2026-05-03T03:34:47.782Z | Compiling foreign-types-macros v0.2.3 |
| 340 | 2026-05-03T03:34:48.027Z | Compiling tracing-attributes v0.1.31 |
| 341 | 2026-05-03T03:34:48.077Z | Compiling darling_macro v0.21.3 |
| 342 | 2026-05-03T03:34:48.255Z | Checking num_enum v0.7.6 |
| 343 | 2026-05-03T03:34:48.363Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 344 | 2026-05-03T03:34:48.389Z | Checking foreign-types v0.5.0 |
| 345 | 2026-05-03T03:34:48.424Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 346 | 2026-05-03T03:34:48.453Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 347 | 2026-05-03T03:34:48.460Z | Checking cobs v0.3.0 |
| 348 | 2026-05-03T03:34:48.596Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 349 | 2026-05-03T03:34:48.612Z | Compiling clap_derive v4.6.1 |
| 350 | 2026-05-03T03:34:48.614Z | Compiling darling v0.21.3 |
| 351 | 2026-05-03T03:34:48.688Z | Compiling ingot-macros v0.1.1 |
| 352 | 2026-05-03T03:34:48.746Z | Checking clap_builder v4.6.0 |
| 353 | 2026-05-03T03:34:48.878Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 354 | 2026-05-03T03:34:48.917Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 355 | 2026-05-03T03:34:49.236Z | Checking tracing v0.1.44 |
| 356 | 2026-05-03T03:34:49.987Z | Checking clap v4.6.1 |
| 357 | 2026-05-03T03:34:50.053Z | Checking postcard v1.1.3 |
| 358 | 2026-05-03T03:34:51.155Z | Checking ingot-types v0.1.2 |
| 359 | 2026-05-03T03:34:51.434Z | Checking ingot v0.1.1 |
| 360 | 2026-05-03T03:34:52.707Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 361 | 2026-05-03T03:34:53.887Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 362 | 2026-05-03T03:34:55.095Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 363 | 2026-05-03T03:34:55.932Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.21s |
| 364 | 2026-05-03T03:34:56.050Z | |
| 365 | 2026-05-03T03:34:56.050Z | real 19.371950177 |
| 366 | 2026-05-03T03:34:56.050Z | user 53.918780897 |
| 367 | 2026-05-03T03:34:56.050Z | sys 12.996608885 |
| 368 | 2026-05-03T03:34:56.053Z | trap 0.038064707 |
| 369 | 2026-05-03T03:34:56.053Z | tflt 0.102807140 |
| 370 | 2026-05-03T03:34:56.053Z | dflt 0.080569317 |
| 371 | 2026-05-03T03:34:56.053Z | kflt 0.004636220 |
| 372 | 2026-05-03T03:34:56.053Z | lock 2:53.420034151 |
| 373 | 2026-05-03T03:34:56.053Z | slp 3:00.335677873 |
| 374 | 2026-05-03T03:34:56.053Z | lat 2.918083562 |
| 375 | 2026-05-03T03:34:56.053Z | stop 10.659449067 |
| 376 | 2026-05-03T03:34:56.053Z | + header 'debug build' |
| 377 | 2026-05-03T03:34:56.053Z | + echo '# ==== debug build ==== #' |
| 378 | 2026-05-03T03:34:56.053Z | + ptime -m cargo build |
| 379 | 2026-05-03T03:34:56.053Z | # ==== debug build ==== # |
| 380 | 2026-05-03T03:34:56.208Z | Compiling cfg-if v1.0.4 |
| 381 | 2026-05-03T03:34:56.211Z | Compiling serde_core v1.0.228 |
| 382 | 2026-05-03T03:34:56.211Z | Compiling libc v0.2.186 |
| 383 | 2026-05-03T03:34:56.234Z | Compiling thiserror v2.0.18 |
| 384 | 2026-05-03T03:34:56.238Z | Compiling byteorder v1.5.0 |
| 385 | 2026-05-03T03:34:56.241Z | Compiling zerocopy v0.8.48 |
| 386 | 2026-05-03T03:34:56.243Z | Compiling macaddr v1.0.1 |
| 387 | 2026-05-03T03:34:56.244Z | Compiling stable_deref_trait v1.2.1 |
| 388 | 2026-05-03T03:34:56.286Z | Compiling managed v0.8.0 |
| 389 | 2026-05-03T03:34:56.297Z | Compiling cobs v0.3.0 |
| 390 | 2026-05-03T03:34:56.313Z | Compiling bitflags v1.3.2 |
| 391 | 2026-05-03T03:34:56.373Z | Compiling hash32 v0.3.1 |
| 392 | 2026-05-03T03:34:56.402Z | Compiling rand_core v0.10.1 |
| 393 | 2026-05-03T03:34:56.495Z | Compiling heapless v0.8.0 |
| 394 | 2026-05-03T03:34:56.522Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 395 | 2026-05-03T03:34:56.538Z | Compiling errno v0.3.14 |
| 396 | 2026-05-03T03:34:56.575Z | Compiling foreign-types-shared v0.3.1 |
| 397 | 2026-05-03T03:34:56.575Z | Compiling utf8parse v0.2.2 |
| 398 | 2026-05-03T03:34:56.578Z | Compiling cpufeatures v0.3.0 |
| 399 | 2026-05-03T03:34:56.637Z | Compiling ipnetwork v0.21.1 |
| 400 | 2026-05-03T03:34:56.650Z | Compiling memchr v2.8.0 |
| 401 | 2026-05-03T03:34:56.663Z | Compiling unicode-width v0.2.2 |
| 402 | 2026-05-03T03:34:56.697Z | Compiling once_cell v1.21.4 |
| 403 | 2026-05-03T03:34:56.766Z | Compiling anstyle-parse v1.0.0 |
| 404 | 2026-05-03T03:34:56.904Z | Compiling smoltcp v0.11.0 |
| 405 | 2026-05-03T03:34:56.928Z | Compiling tabwriter v1.4.1 |
| 406 | 2026-05-03T03:34:56.959Z | Compiling tracing-core v0.1.36 |
| 407 | 2026-05-03T03:34:56.966Z | Compiling foreign-types v0.5.0 |
| 408 | 2026-05-03T03:34:57.034Z | Compiling cstr-argument v0.1.2 |
| 409 | 2026-05-03T03:34:57.170Z | Compiling chacha20 v0.10.0 |
| 410 | 2026-05-03T03:34:57.195Z | Compiling ref-cast v1.0.25 |
| 411 | 2026-05-03T03:34:57.294Z | Compiling num_enum v0.7.6 |
| 412 | 2026-05-03T03:34:57.329Z | Compiling getrandom v0.4.2 |
| 413 | 2026-05-03T03:34:57.400Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 414 | 2026-05-03T03:34:57.504Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 415 | 2026-05-03T03:34:57.512Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 416 | 2026-05-03T03:34:57.534Z | Compiling colorchoice v1.0.5 |
| 417 | 2026-05-03T03:34:57.604Z | Compiling pretty-hex v0.4.2 |
| 418 | 2026-05-03T03:34:57.645Z | Compiling anstyle v1.0.14 |
| 419 | 2026-05-03T03:34:57.729Z | Compiling is_terminal_polyfill v1.70.2 |
| 420 | 2026-05-03T03:34:57.811Z | Compiling dyn-clone v1.0.20 |
| 421 | 2026-05-03T03:34:57.821Z | Compiling anstyle-query v1.1.5 |
| 422 | 2026-05-03T03:34:57.911Z | Compiling bitflags v2.11.1 |
| 423 | 2026-05-03T03:34:57.917Z | Compiling serde v1.0.228 |
| 424 | 2026-05-03T03:34:57.977Z | Compiling pin-project-lite v0.2.17 |
| 425 | 2026-05-03T03:34:58.057Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 426 | 2026-05-03T03:34:58.062Z | Compiling rustix v1.1.4 |
| 427 | 2026-05-03T03:34:58.070Z | Compiling tracing v0.1.44 |
| 428 | 2026-05-03T03:34:58.332Z | Compiling postcard v1.1.3 |
| 429 | 2026-05-03T03:34:58.341Z | Compiling anstream v1.0.0 |
| 430 | 2026-05-03T03:34:58.433Z | Compiling uuid v1.23.1 |
| 431 | 2026-05-03T03:34:58.582Z | Compiling terminal_size v0.4.4 |
| 432 | 2026-05-03T03:34:58.660Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 433 | 2026-05-03T03:34:58.669Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 434 | 2026-05-03T03:34:58.724Z | Compiling anyhow v1.0.102 |
| 435 | 2026-05-03T03:34:58.852Z | Compiling rand v0.10.1 |
| 436 | 2026-05-03T03:34:58.867Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 437 | 2026-05-03T03:34:58.982Z | Compiling socket2 v0.6.3 |
| 438 | 2026-05-03T03:34:58.998Z | Compiling oxnet v0.1.4 |
| 439 | 2026-05-03T03:34:59.162Z | Compiling ingot-types v0.1.2 |
| 440 | 2026-05-03T03:34:59.224Z | Compiling strsim v0.11.1 |
| 441 | 2026-05-03T03:34:59.235Z | Compiling clap_lex v1.1.0 |
| 442 | 2026-05-03T03:34:59.471Z | Compiling colored v3.1.1 |
| 443 | 2026-05-03T03:34:59.573Z | Compiling ingot v0.1.1 |
| 444 | 2026-05-03T03:34:59.599Z | Compiling winnow v1.0.2 |
| 445 | 2026-05-03T03:34:59.612Z | Compiling clap_builder v4.6.0 |
| 446 | 2026-05-03T03:34:59.835Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 447 | 2026-05-03T03:35:00.544Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 448 | 2026-05-03T03:35:01.208Z | Compiling clap v4.6.1 |
| 449 | 2026-05-03T03:35:01.217Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 450 | 2026-05-03T03:35:02.668Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 451 | 2026-05-03T03:35:04.087Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 452 | 2026-05-03T03:35:08.448Z | Finished `dev` profile [optimized + debuginfo] target(s) in 12.38s |
| 453 | 2026-05-03T03:35:08.480Z | |
| 454 | 2026-05-03T03:35:08.482Z | real 12.418121962 |
| 455 | 2026-05-03T03:35:08.483Z | user 1:04.957377137 |
| 456 | 2026-05-03T03:35:08.483Z | sys 6.037615695 |
| 457 | 2026-05-03T03:35:08.483Z | trap 0.025870244 |
| 458 | 2026-05-03T03:35:08.483Z | tflt 0.109666477 |
| 459 | 2026-05-03T03:35:08.483Z | dflt 0.155091958 |
| 460 | 2026-05-03T03:35:08.483Z | kflt 0.000003688 |
| 461 | 2026-05-03T03:35:08.483Z | lock 3:00.945919640 |
| 462 | 2026-05-03T03:35:08.483Z | slp 1:58.262034409 |
| 463 | 2026-05-03T03:35:08.483Z | lat 4.267806610 |
| 464 | 2026-05-03T03:35:08.483Z | stop 3.755906925 |
| 465 | 2026-05-03T03:35:08.483Z | + header 'release build' |
| 466 | 2026-05-03T03:35:08.483Z | + echo '# ==== release build ==== #' |
| 467 | 2026-05-03T03:35:08.483Z | + ptime -m cargo build --release |
| 468 | 2026-05-03T03:35:08.483Z | # ==== release build ==== # |
| 469 | 2026-05-03T03:35:08.579Z | Compiling proc-macro2 v1.0.106 |
| 470 | 2026-05-03T03:35:08.579Z | Compiling quote v1.0.45 |
| 471 | 2026-05-03T03:35:08.582Z | Compiling unicode-ident v1.0.24 |
| 472 | 2026-05-03T03:35:08.582Z | Compiling serde_core v1.0.228 |
| 473 | 2026-05-03T03:35:08.582Z | Compiling libc v0.2.186 |
| 474 | 2026-05-03T03:35:08.582Z | Compiling cfg-if v1.0.4 |
| 475 | 2026-05-03T03:35:08.582Z | Compiling thiserror v2.0.18 |
| 476 | 2026-05-03T03:35:08.582Z | Compiling ident_case v1.0.1 |
| 477 | 2026-05-03T03:35:08.653Z | Compiling memchr v2.8.0 |
| 478 | 2026-05-03T03:35:08.697Z | Compiling strsim v0.11.1 |
| 479 | 2026-05-03T03:35:08.701Z | Compiling fnv v1.0.7 |
| 480 | 2026-05-03T03:35:08.778Z | Compiling regex-syntax v0.8.10 |
| 481 | 2026-05-03T03:35:08.881Z | Compiling equivalent v1.0.2 |
| 482 | 2026-05-03T03:35:08.945Z | Compiling hashbrown v0.17.0 |
| 483 | 2026-05-03T03:35:08.966Z | Compiling serde v1.0.228 |
| 484 | 2026-05-03T03:35:09.075Z | Compiling aho-corasick v1.1.4 |
| 485 | 2026-05-03T03:35:09.176Z | Compiling zerocopy v0.8.48 |
| 486 | 2026-05-03T03:35:09.259Z | Compiling winnow v1.0.2 |
| 487 | 2026-05-03T03:35:09.289Z | Compiling either v1.15.0 |
| 488 | 2026-05-03T03:35:09.459Z | Compiling anyhow v1.0.102 |
| 489 | 2026-05-03T03:35:09.477Z | Compiling itertools v0.14.0 |
| 490 | 2026-05-03T03:35:09.692Z | Compiling syn v2.0.117 |
| 491 | 2026-05-03T03:35:09.751Z | Compiling indexmap v2.14.0 |
| 492 | 2026-05-03T03:35:09.820Z | Compiling heapless v0.8.0 |
| 493 | 2026-05-03T03:35:10.121Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 494 | 2026-05-03T03:35:10.259Z | Compiling regex-automata v0.4.14 |
| 495 | 2026-05-03T03:35:10.329Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 496 | 2026-05-03T03:35:10.369Z | Compiling byteorder v1.5.0 |
| 497 | 2026-05-03T03:35:10.548Z | Compiling hash32 v0.3.1 |
| 498 | 2026-05-03T03:35:10.627Z | Compiling bitflags v2.11.1 |
| 499 | 2026-05-03T03:35:10.674Z | Compiling stable_deref_trait v1.2.1 |
| 500 | 2026-05-03T03:35:10.724Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 501 | 2026-05-03T03:35:10.739Z | Compiling macaddr v1.0.1 |
| 502 | 2026-05-03T03:35:10.793Z | Compiling smoltcp v0.11.0 |
| 503 | 2026-05-03T03:35:10.819Z | Compiling syn v1.0.109 |
| 504 | 2026-05-03T03:35:10.877Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 505 | 2026-05-03T03:35:10.935Z | Compiling rustversion v1.0.22 |
| 506 | 2026-05-03T03:35:11.104Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 507 | 2026-05-03T03:35:11.108Z | Compiling getrandom v0.4.2 |
| 508 | 2026-05-03T03:35:11.139Z | Compiling version_check v0.9.5 |
| 509 | 2026-05-03T03:35:11.296Z | Compiling proc-macro-crate v3.5.0 |
| 510 | 2026-05-03T03:35:11.302Z | Compiling ref-cast v1.0.25 |
| 511 | 2026-05-03T03:35:11.346Z | Compiling rand_core v0.10.1 |
| 512 | 2026-05-03T03:35:11.394Z | Compiling bitflags v1.3.2 |
| 513 | 2026-05-03T03:35:11.422Z | Compiling managed v0.8.0 |
| 514 | 2026-05-03T03:35:11.454Z | Compiling rustix v1.1.4 |
| 515 | 2026-05-03T03:35:11.492Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 516 | 2026-05-03T03:35:11.692Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 517 | 2026-05-03T03:35:11.697Z | Compiling errno v0.3.14 |
| 518 | 2026-05-03T03:35:11.829Z | Compiling once_cell v1.21.4 |
| 519 | 2026-05-03T03:35:11.983Z | Compiling regex v1.12.3 |
| 520 | 2026-05-03T03:35:12.046Z | Compiling cpufeatures v0.3.0 |
| 521 | 2026-05-03T03:35:12.055Z | Compiling utf8parse v0.2.2 |
| 522 | 2026-05-03T03:35:12.108Z | Compiling foreign-types-shared v0.3.1 |
| 523 | 2026-05-03T03:35:12.137Z | Compiling unicode-width v0.2.2 |
| 524 | 2026-05-03T03:35:12.184Z | Compiling ipnetwork v0.21.1 |
| 525 | 2026-05-03T03:35:12.363Z | Compiling darling_core v0.21.3 |
| 526 | 2026-05-03T03:35:12.417Z | Compiling tabwriter v1.4.1 |
| 527 | 2026-05-03T03:35:12.547Z | Compiling cstr-argument v0.1.2 |
| 528 | 2026-05-03T03:35:12.700Z | Compiling anstyle-parse v1.0.0 |
| 529 | 2026-05-03T03:35:12.739Z | Compiling chacha20 v0.10.0 |
| 530 | 2026-05-03T03:35:12.804Z | Compiling tracing-core v0.1.36 |
| 531 | 2026-05-03T03:35:13.316Z | Compiling pin-project-lite v0.2.17 |
| 532 | 2026-05-03T03:35:13.387Z | Compiling anstyle v1.0.14 |
| 533 | 2026-05-03T03:35:13.403Z | Compiling pretty-hex v0.4.2 |
| 534 | 2026-05-03T03:35:13.471Z | Compiling thiserror-impl v2.0.18 |
| 535 | 2026-05-03T03:35:13.527Z | Compiling zerocopy-derive v0.8.48 |
| 536 | 2026-05-03T03:35:13.616Z | Compiling serde_derive v1.0.228 |
| 537 | 2026-05-03T03:35:13.621Z | Compiling ref-cast-impl v1.0.25 |
| 538 | 2026-05-03T03:35:13.642Z | Compiling foreign-types-macros v0.2.3 |
| 539 | 2026-05-03T03:35:14.180Z | Compiling num_enum_derive v0.7.6 |
| 540 | 2026-05-03T03:35:14.237Z | Compiling foreign-types v0.5.0 |
| 541 | 2026-05-03T03:35:14.302Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 542 | 2026-05-03T03:35:14.353Z | Compiling tracing-attributes v0.1.31 |
| 543 | 2026-05-03T03:35:14.454Z | Compiling darling_macro v0.21.3 |
| 544 | 2026-05-03T03:35:14.742Z | Compiling cobs v0.3.0 |
| 545 | 2026-05-03T03:35:14.768Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 546 | 2026-05-03T03:35:14.927Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 547 | 2026-05-03T03:35:14.945Z | Compiling colorchoice v1.0.5 |
| 548 | 2026-05-03T03:35:14.965Z | Compiling anstyle-query v1.1.5 |
| 549 | 2026-05-03T03:35:14.971Z | Compiling darling v0.21.3 |
| 550 | 2026-05-03T03:35:15.036Z | Compiling ingot-macros v0.1.1 |
| 551 | 2026-05-03T03:35:15.044Z | Compiling dyn-clone v1.0.20 |
| 552 | 2026-05-03T03:35:15.056Z | Compiling is_terminal_polyfill v1.70.2 |
| 553 | 2026-05-03T03:35:15.131Z | Compiling anstream v1.0.0 |
| 554 | 2026-05-03T03:35:15.138Z | Compiling num_enum v0.7.6 |
| 555 | 2026-05-03T03:35:15.173Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 556 | 2026-05-03T03:35:15.238Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 557 | 2026-05-03T03:35:15.381Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 558 | 2026-05-03T03:35:15.517Z | Compiling terminal_size v0.4.4 |
| 559 | 2026-05-03T03:35:15.572Z | Compiling tracing v0.1.44 |
| 560 | 2026-05-03T03:35:15.586Z | Compiling rand v0.10.1 |
| 561 | 2026-05-03T03:35:15.643Z | Compiling uuid v1.23.1 |
| 562 | 2026-05-03T03:35:15.784Z | Compiling socket2 v0.6.3 |
| 563 | 2026-05-03T03:35:15.896Z | Compiling colored v3.1.1 |
| 564 | 2026-05-03T03:35:16.054Z | Compiling clap_lex v1.1.0 |
| 565 | 2026-05-03T03:35:16.374Z | Compiling oxnet v0.1.4 |
| 566 | 2026-05-03T03:35:16.381Z | Compiling heck v0.5.0 |
| 567 | 2026-05-03T03:35:16.452Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 568 | 2026-05-03T03:35:16.564Z | Compiling clap_derive v4.6.1 |
| 569 | 2026-05-03T03:35:16.642Z | Compiling clap_builder v4.6.0 |
| 570 | 2026-05-03T03:35:16.802Z | Compiling postcard v1.1.3 |
| 571 | 2026-05-03T03:35:17.884Z | Compiling ingot-types v0.1.2 |
| 572 | 2026-05-03T03:35:18.226Z | Compiling ingot v0.1.1 |
| 573 | 2026-05-03T03:35:18.409Z | Compiling clap v4.6.1 |
| 574 | 2026-05-03T03:35:19.901Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 575 | 2026-05-03T03:35:20.907Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 576 | 2026-05-03T03:35:21.938Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 577 | 2026-05-03T03:35:28.461Z | Finished `release` profile [optimized + debuginfo] target(s) in 19.96s |
| 578 | 2026-05-03T03:35:28.489Z | |
| 579 | 2026-05-03T03:35:28.492Z | real 19.996905619 |
| 580 | 2026-05-03T03:35:28.492Z | user 1:42.258464185 |
| 581 | 2026-05-03T03:35:28.492Z | sys 13.455941780 |
| 582 | 2026-05-03T03:35:28.492Z | trap 0.049556300 |
| 583 | 2026-05-03T03:35:28.492Z | tflt 0.135436155 |
| 584 | 2026-05-03T03:35:28.492Z | dflt 0.367673623 |
| 585 | 2026-05-03T03:35:28.492Z | kflt 0.000025845 |
| 586 | 2026-05-03T03:35:28.492Z | lock 4:29.742052819 |
| 587 | 2026-05-03T03:35:28.492Z | slp 3:22.515468814 |
| 588 | 2026-05-03T03:35:28.492Z | lat 5.255097090 |
| 589 | 2026-05-03T03:35:28.492Z | stop 9.353690054 |
| 590 | 2026-05-03T03:35:28.492Z | + popd |
| 591 | 2026-05-03T03:35:28.492Z | /work/oxidecomputer/opte |
| 592 | 2026-05-03T03:35:28.492Z | + for x in debug release |
| 593 | 2026-05-03T03:35:28.492Z | + mkdir -p /work/debug |
| 594 | 2026-05-03T03:35:28.493Z | + cp target/debug/opteadm /work/debug/ |
| 595 | 2026-05-03T03:35:28.514Z | + sha256sum target/debug/opteadm |
| 596 | 2026-05-03T03:35:28.539Z | + for x in debug release |
| 597 | 2026-05-03T03:35:28.539Z | + mkdir -p /work/release |
| 598 | 2026-05-03T03:35:28.543Z | + cp target/release/opteadm /work/release/ |
| 599 | 2026-05-03T03:35:28.558Z | + sha256sum target/release/opteadm |
| 600 | 2026-05-03T03:35:28.574Z | process exited: duration 65498 ms, exit code 0 |
| |
| 601 | 2026-05-03T03:35:28.585Z | found 4 output files |
| 602 | 2026-05-03T03:35:28.585Z | uploading: /work/debug/opteadm (35849440 bytes) |
| 603 | 2026-05-03T03:35:29.762Z | uploaded: /work/debug/opteadm |
| 604 | 2026-05-03T03:35:29.765Z | uploading: /work/debug/opteadm.debug.sha256 (87 bytes) |
| 605 | 2026-05-03T03:35:30.772Z | uploaded: /work/debug/opteadm.debug.sha256 |
| 606 | 2026-05-03T03:35:30.772Z | uploading: /work/release/opteadm (24308208 bytes) |
| 607 | 2026-05-03T03:35:31.895Z | uploaded: /work/release/opteadm |
| 608 | 2026-05-03T03:35:31.895Z | uploading: /work/release/opteadm.release.sha256 (89 bytes) |
| 609 | 2026-05-03T03:35:32.903Z | uploaded: /work/release/opteadm.release.sha256 |