|
|
|
| 1 | 2026-05-30T04:02:28.069Z | job assigned to worker 01KSVGPSYFQ1X8P7FJXYWRZ32X [factory aws, i-0ef23c6706044b5aa] (queued for 53 s) |
| |
| 2 | 2026-05-30T04:02:34.942Z | starting task 0: "setup" |
| 3 | 2026-05-30T04:02:34.946Z | ++ uname -s |
| 4 | 2026-05-30T04:02:34.949Z | + kern=SunOS |
| 5 | 2026-05-30T04:02:34.949Z | + build_user=build |
| 6 | 2026-05-30T04:02:34.949Z | + build_uid=12345 |
| 7 | 2026-05-30T04:02:34.949Z | + work_dir=/work |
| 8 | 2026-05-30T04:02:34.949Z | + input_dir=/input |
| 9 | 2026-05-30T04:02:34.949Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-30T04:02:34.949Z | + case "$kern" in |
| 11 | 2026-05-30T04:02:34.949Z | + groupadd -g 12345 build |
| 12 | 2026-05-30T04:02:34.961Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-30T04:02:36.967Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-30T04:02:37.051Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-30T04:02:37.071Z | + home_fs=zfs |
| 16 | 2026-05-30T04:02:37.071Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-30T04:02:37.071Z | + mkdir -p /home/build |
| 18 | 2026-05-30T04:02:37.071Z | + chown build:build /home/build /work |
| 19 | 2026-05-30T04:02:39.056Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-30T04:02:39.060Z | process exited: duration 4119 ms, exit code 0 |
| |
| 21 | 2026-05-30T04:02:39.066Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-30T04:02:39.071Z | + printf ' * rust toolchain channel = "%s"\n' 1.95.0 |
| 23 | 2026-05-30T04:02:39.071Z | * rust toolchain channel = "1.95.0" |
| 24 | 2026-05-30T04:02:39.071Z | * rust toolchain profile = "default" |
| 25 | 2026-05-30T04:02:39.071Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-30T04:02:39.071Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-30T04:02:39.071Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-30T04:02:39.074Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-30T04:02:39.074Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default |
| 30 | 2026-05-30T04:02:39.178Z | info: downloading installer |
| 31 | 2026-05-30T04:02:40.641Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-30T04:02:40.641Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-30T04:02:40.641Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-30T04:02:40.641Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-30T04:02:40.653Z | info: profile set to default |
| 36 | 2026-05-30T04:02:40.654Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-30T04:02:40.657Z | info: syncing channel updates for 1.95.0-x86_64-unknown-illumos |
| 38 | 2026-05-30T04:02:40.788Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 39 | 2026-05-30T04:02:40.792Z | info: downloading 6 components |
| 40 | 2026-05-30T04:02:55.292Z | |
| 41 | 2026-05-30T04:02:55.292Z | info: default toolchain set to 1.95.0-x86_64-unknown-illumos |
| 42 | 2026-05-30T04:02:55.325Z | 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 43 | 2026-05-30T04:02:55.325Z | |
| 44 | 2026-05-30T04:02:55.325Z | |
| 45 | 2026-05-30T04:02:55.325Z | Rust is installed now. Great! |
| 46 | 2026-05-30T04:02:55.325Z | |
| 47 | 2026-05-30T04:02:55.325Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-30T04:02:55.325Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-30T04:02:55.325Z | |
| 50 | 2026-05-30T04:02:55.326Z | To configure your current shell, you need to source |
| 51 | 2026-05-30T04:02:55.326Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-30T04:02:55.326Z | |
| 53 | 2026-05-30T04:02:55.326Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-30T04:02:55.335Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-30T04:02:55.336Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-30T04:02:55.336Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-30T04:02:55.336Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-30T04:02:55.336Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-30T04:02:55.336Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-30T04:02:55.336Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-30T04:02:55.336Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-30T04:02:55.429Z | + rustup --version |
| 63 | 2026-05-30T04:02:55.445Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-30T04:02:55.445Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-30T04:02:55.459Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 66 | 2026-05-30T04:02:55.470Z | + cargo --version |
| 67 | 2026-05-30T04:02:55.482Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 68 | 2026-05-30T04:02:55.482Z | + rustc --version |
| 69 | 2026-05-30T04:02:55.502Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 70 | 2026-05-30T04:02:55.510Z | process exited: duration 16432 ms, exit code 0 |
| |
| 71 | 2026-05-30T04:02:55.532Z | starting task 2: "authentication" |
| 72 | 2026-05-30T04:02:55.549Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-05-30T04:02:55.572Z | starting task 3: "clone repository" |
| 74 | 2026-05-30T04:02:55.579Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-05-30T04:02:55.579Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-05-30T04:02:55.628Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-05-30T04:02:56.410Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-05-30T04:02:56.411Z | + git fetch origin 24b470b8d12aa183b4fd0951cce5852d1d72761b |
| 79 | 2026-05-30T04:02:56.647Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-05-30T04:02:56.647Z | * branch 24b470b8d12aa183b4fd0951cce5852d1d72761b -> FETCH_HEAD |
| 81 | 2026-05-30T04:02:56.653Z | + [[ -n renovate/zerocopy-0.x-lockfile ]] |
| 82 | 2026-05-30T04:02:56.656Z | ++ git branch --show-current |
| 83 | 2026-05-30T04:02:56.656Z | + current=master |
| 84 | 2026-05-30T04:02:56.656Z | + [[ master != renovate/zerocopy-0.x-lockfile ]] |
| 85 | 2026-05-30T04:02:56.656Z | + git branch -f renovate/zerocopy-0.x-lockfile 24b470b8d12aa183b4fd0951cce5852d1d72761b |
| 86 | 2026-05-30T04:02:56.659Z | + git checkout -f renovate/zerocopy-0.x-lockfile |
| 87 | 2026-05-30T04:02:56.674Z | Switched to branch 'renovate/zerocopy-0.x-lockfile' |
| 88 | 2026-05-30T04:02:56.677Z | + git reset --hard 24b470b8d12aa183b4fd0951cce5852d1d72761b |
| 89 | 2026-05-30T04:02:56.691Z | HEAD is now at 24b470b Update Rust crate zerocopy to v0.8.50 |
| 90 | 2026-05-30T04:02:56.694Z | process exited: duration 1124 ms, exit code 0 |
| |
| 91 | 2026-05-30T04:02:56.700Z | starting task 4: "build" |
| 92 | 2026-05-30T04:02:56.703Z | + source .github/buildomat/common.sh |
| 93 | 2026-05-30T04:02:56.703Z | ++ rustup show active-toolchain |
| 94 | 2026-05-30T04:02:56.709Z | 1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-05-30T04:02:56.712Z | ++ pushd xde |
| 96 | 2026-05-30T04:02:56.712Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-05-30T04:02:56.712Z | ++ rustup show active-toolchain |
| 98 | 2026-05-30T04:02:56.714Z | info: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos |
| 99 | 2026-05-30T04:02:56.853Z | info: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31) |
| 100 | 2026-05-30T04:02:56.856Z | info: downloading 6 components |
| 101 | 2026-05-30T04:03:10.439Z | nightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-05-30T04:03:10.528Z | +++ rustup show active-toolchain -v |
| 103 | 2026-05-30T04:03:10.531Z | +++ head -n 1 |
| 104 | 2026-05-30T04:03:10.531Z | +++ cut '-d ' -f1 |
| 105 | 2026-05-30T04:03:10.587Z | ++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 106 | 2026-05-30T04:03:10.587Z | ++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 107 | 2026-05-30T04:03:10.587Z | ++ popd |
| 108 | 2026-05-30T04:03:10.587Z | /work/oxidecomputer/opte |
| 109 | 2026-05-30T04:03:10.590Z | + cargo --version |
| 110 | 2026-05-30T04:03:10.596Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 111 | 2026-05-30T04:03:10.599Z | + rustc --version |
| 112 | 2026-05-30T04:03:10.617Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 113 | 2026-05-30T04:03:10.620Z | + pushd bin/opteadm |
| 114 | 2026-05-30T04:03:10.620Z | /work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte |
| 115 | 2026-05-30T04:03:10.620Z | + header 'check style' |
| 116 | 2026-05-30T04:03:10.620Z | + echo '# ==== check style ==== #' |
| 117 | 2026-05-30T04:03:10.620Z | # ==== check style ==== # |
| 118 | 2026-05-30T04:03:10.621Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check |
| 119 | 2026-05-30T04:03:10.692Z | |
| 120 | 2026-05-30T04:03:10.692Z | real 0.069655019 |
| 121 | 2026-05-30T04:03:10.692Z | user 0.038957692 |
| 122 | 2026-05-30T04:03:10.692Z | sys 0.027976180 |
| 123 | 2026-05-30T04:03:10.692Z | trap 0.000012260 |
| 124 | 2026-05-30T04:03:10.692Z | tflt 0.000025000 |
| 125 | 2026-05-30T04:03:10.692Z | dflt 0.000007020 |
| 126 | 2026-05-30T04:03:10.692Z | kflt 0.000000000 |
| 127 | 2026-05-30T04:03:10.692Z | lock 0.031170798 |
| 128 | 2026-05-30T04:03:10.692Z | slp 0.049134134 |
| 129 | 2026-05-30T04:03:10.692Z | lat 0.000813420 |
| 130 | 2026-05-30T04:03:10.692Z | stop 0.000098580 |
| 131 | 2026-05-30T04:03:10.695Z | + header analyze |
| 132 | 2026-05-30T04:03:10.695Z | + echo '# ==== analyze ==== #' |
| 133 | 2026-05-30T04:03:10.695Z | # ==== analyze ==== # |
| 134 | 2026-05-30T04:03:10.695Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 135 | 2026-05-30T04:03:10.824Z | Updating crates.io index |
| 136 | 2026-05-30T04:03:10.864Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-05-30T04:03:11.769Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-05-30T04:03:12.208Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-05-30T04:03:12.551Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-05-30T04:03:12.933Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-05-30T04:03:13.363Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-05-30T04:03:13.602Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-05-30T04:03:15.431Z | Downloading crates ... |
| 144 | 2026-05-30T04:03:15.495Z | Downloaded defmt-parser v1.0.0 |
| 145 | 2026-05-30T04:03:15.503Z | Downloaded foreign-types v0.5.0 |
| 146 | 2026-05-30T04:03:15.510Z | Downloaded equivalent v1.0.2 |
| 147 | 2026-05-30T04:03:15.514Z | Downloaded terminal_size v0.4.4 |
| 148 | 2026-05-30T04:03:15.514Z | Downloaded stable_deref_trait v1.2.1 |
| 149 | 2026-05-30T04:03:15.516Z | Downloaded zerocopy-derive v0.8.50 |
| 150 | 2026-05-30T04:03:15.520Z | Downloaded serde_derive v1.0.228 |
| 151 | 2026-05-30T04:03:15.526Z | Downloaded heapless v0.8.0 |
| 152 | 2026-05-30T04:03:15.534Z | Downloaded zerocopy v0.8.50 |
| 153 | 2026-05-30T04:03:15.544Z | Downloaded num_enum_derive v0.7.6 |
| 154 | 2026-05-30T04:03:15.547Z | Downloaded ingot-types v0.1.2 |
| 155 | 2026-05-30T04:03:15.547Z | Downloaded errno v0.3.14 |
| 156 | 2026-05-30T04:03:15.547Z | Downloaded heck v0.5.0 |
| 157 | 2026-05-30T04:03:15.550Z | Downloaded num_enum v0.7.6 |
| 158 | 2026-05-30T04:03:15.550Z | Downloaded is_terminal_polyfill v1.70.2 |
| 159 | 2026-05-30T04:03:15.553Z | Downloaded postcard v1.1.3 |
| 160 | 2026-05-30T04:03:15.556Z | Downloaded tabwriter v1.4.1 |
| 161 | 2026-05-30T04:03:15.563Z | Downloaded pin-project-lite v0.2.17 |
| 162 | 2026-05-30T04:03:15.571Z | Downloaded tracing-core v0.1.36 |
| 163 | 2026-05-30T04:03:15.574Z | Downloaded embedded-io v0.6.1 |
| 164 | 2026-05-30T04:03:15.574Z | Downloaded colorchoice v1.0.5 |
| 165 | 2026-05-30T04:03:15.577Z | Downloaded ref-cast-impl v1.0.25 |
| 166 | 2026-05-30T04:03:15.580Z | Downloaded hashbrown v0.17.0 |
| 167 | 2026-05-30T04:03:15.582Z | Downloaded darling_macro v0.21.3 |
| 168 | 2026-05-30T04:03:15.585Z | Downloaded utf8parse v0.2.2 |
| 169 | 2026-05-30T04:03:15.585Z | Downloaded managed v0.8.0 |
| 170 | 2026-05-30T04:03:15.591Z | Downloaded cstr-argument v0.1.2 |
| 171 | 2026-05-30T04:03:15.594Z | Downloaded cfg-if v1.0.4 |
| 172 | 2026-05-30T04:03:15.597Z | Downloaded either v1.15.0 |
| 173 | 2026-05-30T04:03:15.600Z | Downloaded defmt-macros v1.0.1 |
| 174 | 2026-05-30T04:03:15.604Z | Downloaded serde v1.0.228 |
| 175 | 2026-05-30T04:03:15.607Z | Downloaded unicode-ident v1.0.24 |
| 176 | 2026-05-30T04:03:15.610Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 177 | 2026-05-30T04:03:15.610Z | Downloaded anyhow v1.0.102 |
| 178 | 2026-05-30T04:03:15.612Z | Downloaded anstream v1.0.0 |
| 179 | 2026-05-30T04:03:15.653Z | Downloaded aho-corasick v1.1.4 |
| 180 | 2026-05-30T04:03:15.672Z | Downloaded syn v1.0.109 |
| 181 | 2026-05-30T04:03:15.692Z | Downloaded smoltcp v0.11.0 |
| 182 | 2026-05-30T04:03:15.701Z | Downloaded tracing v0.1.44 |
| 183 | 2026-05-30T04:03:15.732Z | Downloaded regex-automata v0.4.14 |
| 184 | 2026-05-30T04:03:15.740Z | Downloaded libc v0.2.186 |
| 185 | 2026-05-30T04:03:15.949Z | Downloaded dyn-clone v1.0.20 |
| 186 | 2026-05-30T04:03:15.981Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 187 | 2026-05-30T04:03:15.991Z | Downloaded fnv v1.0.7 |
| 188 | 2026-05-30T04:03:15.994Z | Downloaded proc-macro-error2 v2.0.1 |
| 189 | 2026-05-30T04:03:16.012Z | Downloaded proc-macro-crate v3.5.0 |
| 190 | 2026-05-30T04:03:16.038Z | Downloaded cpufeatures v0.3.0 |
| 191 | 2026-05-30T04:03:16.041Z | Downloaded hash32 v0.3.1 |
| 192 | 2026-05-30T04:03:16.071Z | Downloaded version_check v0.9.5 |
| 193 | 2026-05-30T04:03:16.074Z | Downloaded once_cell v1.21.4 |
| 194 | 2026-05-30T04:03:16.077Z | Downloaded memchr v2.8.0 |
| 195 | 2026-05-30T04:03:16.080Z | Downloaded anstyle-parse v1.0.0 |
| 196 | 2026-05-30T04:03:16.088Z | Downloaded pretty-hex v0.4.2 |
| 197 | 2026-05-30T04:03:16.092Z | Downloaded ref-cast v1.0.25 |
| 198 | 2026-05-30T04:03:16.095Z | Downloaded strsim v0.11.1 |
| 199 | 2026-05-30T04:03:16.095Z | Downloaded foreign-types-macros v0.2.3 |
| 200 | 2026-05-30T04:03:16.098Z | Downloaded defmt v1.0.1 |
| 201 | 2026-05-30T04:03:16.102Z | Downloaded thiserror v2.0.18 |
| 202 | 2026-05-30T04:03:16.106Z | Downloaded foreign-types-shared v0.3.1 |
| 203 | 2026-05-30T04:03:16.109Z | Downloaded ingot-macros v0.1.1 |
| 204 | 2026-05-30T04:03:16.112Z | Downloaded bitflags v2.11.1 |
| 205 | 2026-05-30T04:03:16.115Z | Downloaded proc-macro2 v1.0.106 |
| 206 | 2026-05-30T04:03:16.118Z | Downloaded uuid v1.23.1 |
| 207 | 2026-05-30T04:03:16.121Z | Downloaded macaddr v1.0.1 |
| 208 | 2026-05-30T04:03:16.121Z | Downloaded ipnetwork v0.21.1 |
| 209 | 2026-05-30T04:03:16.123Z | Downloaded cobs v0.3.0 |
| 210 | 2026-05-30T04:03:16.123Z | Downloaded embedded-io v0.4.0 |
| 211 | 2026-05-30T04:03:16.126Z | Downloaded darling_core v0.21.3 |
| 212 | 2026-05-30T04:03:16.138Z | Downloaded anstyle v1.0.14 |
| 213 | 2026-05-30T04:03:16.145Z | Downloaded clap_derive v4.6.1 |
| 214 | 2026-05-30T04:03:16.151Z | Downloaded toml_edit v0.25.11+spec-1.1.0 |
| 215 | 2026-05-30T04:03:16.155Z | Downloaded chacha20 v0.10.0 |
| 216 | 2026-05-30T04:03:16.163Z | Downloaded indexmap v2.14.0 |
| 217 | 2026-05-30T04:03:16.165Z | Downloaded itertools v0.14.0 |
| 218 | 2026-05-30T04:03:16.171Z | Downloaded rand v0.10.1 |
| 219 | 2026-05-30T04:03:16.173Z | Downloaded tracing-attributes v0.1.31 |
| 220 | 2026-05-30T04:03:16.176Z | Downloaded socket2 v0.6.3 |
| 221 | 2026-05-30T04:03:16.180Z | Downloaded clap_builder v4.6.0 |
| 222 | 2026-05-30T04:03:16.183Z | Downloaded winnow v1.0.2 |
| 223 | 2026-05-30T04:03:16.191Z | Downloaded rustix v1.1.4 |
| 224 | 2026-05-30T04:03:16.209Z | Downloaded oxnet v0.1.5 |
| 225 | 2026-05-30T04:03:16.215Z | Downloaded rand_core v0.10.1 |
| 226 | 2026-05-30T04:03:16.215Z | Downloaded clap v4.6.1 |
| 227 | 2026-05-30T04:03:16.238Z | Downloaded getrandom v0.4.2 |
| 228 | 2026-05-30T04:03:16.250Z | Downloaded defmt v0.3.100 |
| 229 | 2026-05-30T04:03:16.255Z | Downloaded ident_case v1.0.1 |
| 230 | 2026-05-30T04:03:16.269Z | Downloaded serde_core v1.0.228 |
| 231 | 2026-05-30T04:03:16.277Z | Downloaded thiserror-impl v2.0.18 |
| 232 | 2026-05-30T04:03:16.313Z | Downloaded clap_lex v1.1.0 |
| 233 | 2026-05-30T04:03:16.318Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 234 | 2026-05-30T04:03:16.324Z | Downloaded byteorder v1.5.0 |
| 235 | 2026-05-30T04:03:16.346Z | Downloaded bitflags v1.3.2 |
| 236 | 2026-05-30T04:03:16.349Z | Downloaded unicode-width v0.2.2 |
| 237 | 2026-05-30T04:03:16.352Z | Downloaded ingot v0.1.1 |
| 238 | 2026-05-30T04:03:16.372Z | Downloaded quote v1.0.45 |
| 239 | 2026-05-30T04:03:16.386Z | Downloaded anstyle-query v1.1.5 |
| 240 | 2026-05-30T04:03:16.389Z | Downloaded rustversion v1.0.22 |
| 241 | 2026-05-30T04:03:16.439Z | Downloaded darling v0.21.3 |
| 242 | 2026-05-30T04:03:16.459Z | Downloaded regex v1.12.3 |
| 243 | 2026-05-30T04:03:16.467Z | Downloaded regex-syntax v0.8.10 |
| 244 | 2026-05-30T04:03:16.471Z | Downloaded colored v3.1.1 |
| 245 | 2026-05-30T04:03:16.486Z | Downloaded syn v2.0.117 |
| 246 | 2026-05-30T04:03:16.538Z | Compiling proc-macro2 v1.0.106 |
| 247 | 2026-05-30T04:03:16.538Z | Compiling quote v1.0.45 |
| 248 | 2026-05-30T04:03:16.538Z | Compiling unicode-ident v1.0.24 |
| 249 | 2026-05-30T04:03:16.538Z | Compiling serde_core v1.0.228 |
| 250 | 2026-05-30T04:03:16.541Z | Compiling libc v0.2.186 |
| 251 | 2026-05-30T04:03:16.541Z | Checking cfg-if v1.0.4 |
| 252 | 2026-05-30T04:03:16.541Z | Compiling ident_case v1.0.1 |
| 253 | 2026-05-30T04:03:16.541Z | Compiling fnv v1.0.7 |
| 254 | 2026-05-30T04:03:16.662Z | Compiling strsim v0.11.1 |
| 255 | 2026-05-30T04:03:16.704Z | Compiling memchr v2.8.0 |
| 256 | 2026-05-30T04:03:16.721Z | Compiling thiserror v2.0.18 |
| 257 | 2026-05-30T04:03:16.727Z | Compiling regex-syntax v0.8.10 |
| 258 | 2026-05-30T04:03:16.952Z | Compiling winnow v1.0.2 |
| 259 | 2026-05-30T04:03:17.008Z | Compiling serde v1.0.228 |
| 260 | 2026-05-30T04:03:17.246Z | Compiling aho-corasick v1.1.4 |
| 261 | 2026-05-30T04:03:17.263Z | Compiling anyhow v1.0.102 |
| 262 | 2026-05-30T04:03:17.305Z | Compiling zerocopy v0.8.50 |
| 263 | 2026-05-30T04:03:17.316Z | Compiling hashbrown v0.17.0 |
| 264 | 2026-05-30T04:03:17.583Z | Compiling either v1.15.0 |
| 265 | 2026-05-30T04:03:17.778Z | Compiling equivalent v1.0.2 |
| 266 | 2026-05-30T04:03:17.817Z | Compiling itertools v0.14.0 |
| 267 | 2026-05-30T04:03:17.851Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 268 | 2026-05-30T04:03:17.857Z | Compiling indexmap v2.14.0 |
| 269 | 2026-05-30T04:03:17.937Z | Compiling syn v2.0.117 |
| 270 | 2026-05-30T04:03:18.038Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 271 | 2026-05-30T04:03:18.256Z | Compiling regex-automata v0.4.14 |
| 272 | 2026-05-30T04:03:18.391Z | Checking byteorder v1.5.0 |
| 273 | 2026-05-30T04:03:18.423Z | Checking bitflags v2.11.1 |
| 274 | 2026-05-30T04:03:18.451Z | Compiling heapless v0.8.0 |
| 275 | 2026-05-30T04:03:18.545Z | Checking hash32 v0.3.1 |
| 276 | 2026-05-30T04:03:18.579Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 277 | 2026-05-30T04:03:18.622Z | Compiling rustversion v1.0.22 |
| 278 | 2026-05-30T04:03:18.649Z | Checking macaddr v1.0.1 |
| 279 | 2026-05-30T04:03:18.760Z | Compiling smoltcp v0.11.0 |
| 280 | 2026-05-30T04:03:18.805Z | Checking stable_deref_trait v1.2.1 |
| 281 | 2026-05-30T04:03:18.868Z | Compiling syn v1.0.109 |
| 282 | 2026-05-30T04:03:18.957Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 283 | 2026-05-30T04:03:19.071Z | Checking managed v0.8.0 |
| 284 | 2026-05-30T04:03:19.114Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 285 | 2026-05-30T04:03:19.215Z | Compiling proc-macro-crate v3.5.0 |
| 286 | 2026-05-30T04:03:19.231Z | Checking bitflags v1.3.2 |
| 287 | 2026-05-30T04:03:19.251Z | Compiling version_check v0.9.5 |
| 288 | 2026-05-30T04:03:19.292Z | Checking rand_core v0.10.1 |
| 289 | 2026-05-30T04:03:19.339Z | Compiling rustix v1.1.4 |
| 290 | 2026-05-30T04:03:19.418Z | Compiling ref-cast v1.0.25 |
| 291 | 2026-05-30T04:03:19.428Z | Compiling getrandom v0.4.2 |
| 292 | 2026-05-30T04:03:19.526Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 293 | 2026-05-30T04:03:19.780Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 294 | 2026-05-30T04:03:19.789Z | Checking errno v0.3.14 |
| 295 | 2026-05-30T04:03:19.920Z | Checking utf8parse v0.2.2 |
| 296 | 2026-05-30T04:03:20.015Z | Compiling regex v1.12.3 |
| 297 | 2026-05-30T04:03:20.085Z | Checking foreign-types-shared v0.3.1 |
| 298 | 2026-05-30T04:03:20.165Z | Checking once_cell v1.21.4 |
| 299 | 2026-05-30T04:03:20.267Z | Checking unicode-width v0.2.2 |
| 300 | 2026-05-30T04:03:20.309Z | Checking cpufeatures v0.3.0 |
| 301 | 2026-05-30T04:03:20.333Z | Checking ipnetwork v0.21.1 |
| 302 | 2026-05-30T04:03:20.369Z | Checking chacha20 v0.10.0 |
| 303 | 2026-05-30T04:03:20.406Z | Checking tracing-core v0.1.36 |
| 304 | 2026-05-30T04:03:20.505Z | Checking cstr-argument v0.1.2 |
| 305 | 2026-05-30T04:03:20.511Z | Checking tabwriter v1.4.1 |
| 306 | 2026-05-30T04:03:20.562Z | Compiling darling_core v0.21.3 |
| 307 | 2026-05-30T04:03:20.619Z | Checking anstyle-parse v1.0.0 |
| 308 | 2026-05-30T04:03:20.861Z | Checking pin-project-lite v0.2.17 |
| 309 | 2026-05-30T04:03:20.873Z | Checking anstyle v1.0.14 |
| 310 | 2026-05-30T04:03:20.944Z | Checking colorchoice v1.0.5 |
| 311 | 2026-05-30T04:03:21.035Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 312 | 2026-05-30T04:03:21.043Z | Checking dyn-clone v1.0.20 |
| 313 | 2026-05-30T04:03:21.048Z | Checking anstyle-query v1.1.5 |
| 314 | 2026-05-30T04:03:21.049Z | Checking is_terminal_polyfill v1.70.2 |
| 315 | 2026-05-30T04:03:21.085Z | Checking pretty-hex v0.4.2 |
| 316 | 2026-05-30T04:03:21.121Z | Checking terminal_size v0.4.4 |
| 317 | 2026-05-30T04:03:21.128Z | Checking anstream v1.0.0 |
| 318 | 2026-05-30T04:03:21.228Z | Checking rand v0.10.1 |
| 319 | 2026-05-30T04:03:21.262Z | Checking uuid v1.23.1 |
| 320 | 2026-05-30T04:03:21.318Z | Checking socket2 v0.6.3 |
| 321 | 2026-05-30T04:03:21.322Z | Checking colored v3.1.1 |
| 322 | 2026-05-30T04:03:21.496Z | Checking clap_lex v1.1.0 |
| 323 | 2026-05-30T04:03:21.508Z | Compiling heck v0.5.0 |
| 324 | 2026-05-30T04:03:21.515Z | Checking oxnet v0.1.5 |
| 325 | 2026-05-30T04:03:21.681Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 326 | 2026-05-30T04:03:21.722Z | Checking clap_builder v4.6.0 |
| 327 | 2026-05-30T04:03:21.736Z | Compiling thiserror-impl v2.0.18 |
| 328 | 2026-05-30T04:03:21.736Z | Compiling zerocopy-derive v0.8.50 |
| 329 | 2026-05-30T04:03:21.736Z | Compiling serde_derive v1.0.228 |
| 330 | 2026-05-30T04:03:22.109Z | Compiling foreign-types-macros v0.2.3 |
| 331 | 2026-05-30T04:03:22.479Z | Compiling num_enum_derive v0.7.6 |
| 332 | 2026-05-30T04:03:22.637Z | Compiling darling_macro v0.21.3 |
| 333 | 2026-05-30T04:03:22.733Z | Compiling ref-cast-impl v1.0.25 |
| 334 | 2026-05-30T04:03:22.958Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 335 | 2026-05-30T04:03:22.987Z | Checking foreign-types v0.5.0 |
| 336 | 2026-05-30T04:03:23.027Z | Checking cobs v0.3.0 |
| 337 | 2026-05-30T04:03:23.051Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 338 | 2026-05-30T04:03:23.165Z | Compiling tracing-attributes v0.1.31 |
| 339 | 2026-05-30T04:03:23.194Z | Compiling darling v0.21.3 |
| 340 | 2026-05-30T04:03:23.270Z | Compiling ingot-macros v0.1.1 |
| 341 | 2026-05-30T04:03:23.416Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 342 | 2026-05-30T04:03:23.444Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 343 | 2026-05-30T04:03:23.483Z | Checking num_enum v0.7.6 |
| 344 | 2026-05-30T04:03:23.541Z | Compiling clap_derive v4.6.1 |
| 345 | 2026-05-30T04:03:23.588Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 346 | 2026-05-30T04:03:24.227Z | Checking tracing v0.1.44 |
| 347 | 2026-05-30T04:03:24.655Z | Checking postcard v1.1.3 |
| 348 | 2026-05-30T04:03:24.890Z | Checking clap v4.6.1 |
| 349 | 2026-05-30T04:03:25.767Z | Checking ingot-types v0.1.2 |
| 350 | 2026-05-30T04:03:26.034Z | Checking ingot v0.1.1 |
| 351 | 2026-05-30T04:03:27.322Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 352 | 2026-05-30T04:03:28.514Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 353 | 2026-05-30T04:03:29.727Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 354 | 2026-05-30T04:03:30.558Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.81s |
| 355 | 2026-05-30T04:03:30.676Z | |
| 356 | 2026-05-30T04:03:30.677Z | real 19.979211586 |
| 357 | 2026-05-30T04:03:30.677Z | user 53.996558228 |
| 358 | 2026-05-30T04:03:30.677Z | sys 13.428285701 |
| 359 | 2026-05-30T04:03:30.677Z | trap 0.039049035 |
| 360 | 2026-05-30T04:03:30.677Z | tflt 0.039071986 |
| 361 | 2026-05-30T04:03:30.677Z | dflt 0.150585862 |
| 362 | 2026-05-30T04:03:30.677Z | kflt 0.004972503 |
| 363 | 2026-05-30T04:03:30.677Z | lock 2:54.845010068 |
| 364 | 2026-05-30T04:03:30.677Z | slp 3:05.131987522 |
| 365 | 2026-05-30T04:03:30.677Z | lat 3.138968810 |
| 366 | 2026-05-30T04:03:30.677Z | stop 10.495055672 |
| 367 | 2026-05-30T04:03:30.680Z | + header 'debug build' |
| 368 | 2026-05-30T04:03:30.680Z | + echo '# ==== debug build ==== #' |
| 369 | 2026-05-30T04:03:30.680Z | # ==== debug build ==== # |
| 370 | 2026-05-30T04:03:30.680Z | + ptime -m cargo build |
| 371 | 2026-05-30T04:03:30.838Z | Compiling cfg-if v1.0.4 |
| 372 | 2026-05-30T04:03:30.838Z | Compiling serde_core v1.0.228 |
| 373 | 2026-05-30T04:03:30.841Z | Compiling libc v0.2.186 |
| 374 | 2026-05-30T04:03:30.867Z | Compiling thiserror v2.0.18 |
| 375 | 2026-05-30T04:03:30.871Z | Compiling byteorder v1.5.0 |
| 376 | 2026-05-30T04:03:30.874Z | Compiling zerocopy v0.8.50 |
| 377 | 2026-05-30T04:03:30.874Z | Compiling macaddr v1.0.1 |
| 378 | 2026-05-30T04:03:30.877Z | Compiling stable_deref_trait v1.2.1 |
| 379 | 2026-05-30T04:03:30.911Z | Compiling rand_core v0.10.1 |
| 380 | 2026-05-30T04:03:30.930Z | Compiling cobs v0.3.0 |
| 381 | 2026-05-30T04:03:30.944Z | Compiling managed v0.8.0 |
| 382 | 2026-05-30T04:03:31.036Z | Compiling hash32 v0.3.1 |
| 383 | 2026-05-30T04:03:31.056Z | Compiling bitflags v1.3.2 |
| 384 | 2026-05-30T04:03:31.110Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 385 | 2026-05-30T04:03:31.117Z | Compiling utf8parse v0.2.2 |
| 386 | 2026-05-30T04:03:31.156Z | Compiling heapless v0.8.0 |
| 387 | 2026-05-30T04:03:31.175Z | Compiling errno v0.3.14 |
| 388 | 2026-05-30T04:03:31.190Z | Compiling once_cell v1.21.4 |
| 389 | 2026-05-30T04:03:31.190Z | Compiling foreign-types-shared v0.3.1 |
| 390 | 2026-05-30T04:03:31.203Z | Compiling memchr v2.8.0 |
| 391 | 2026-05-30T04:03:31.266Z | Compiling cpufeatures v0.3.0 |
| 392 | 2026-05-30T04:03:31.328Z | Compiling ipnetwork v0.21.1 |
| 393 | 2026-05-30T04:03:31.332Z | Compiling unicode-width v0.2.2 |
| 394 | 2026-05-30T04:03:31.375Z | Compiling tracing-core v0.1.36 |
| 395 | 2026-05-30T04:03:31.408Z | Compiling chacha20 v0.10.0 |
| 396 | 2026-05-30T04:03:31.565Z | Compiling smoltcp v0.11.0 |
| 397 | 2026-05-30T04:03:31.618Z | Compiling cstr-argument v0.1.2 |
| 398 | 2026-05-30T04:03:31.732Z | Compiling tabwriter v1.4.1 |
| 399 | 2026-05-30T04:03:31.778Z | Compiling foreign-types v0.5.0 |
| 400 | 2026-05-30T04:03:31.835Z | Compiling anstyle-parse v1.0.0 |
| 401 | 2026-05-30T04:03:31.846Z | Compiling getrandom v0.4.2 |
| 402 | 2026-05-30T04:03:32.065Z | Compiling ref-cast v1.0.25 |
| 403 | 2026-05-30T04:03:32.077Z | Compiling num_enum v0.7.6 |
| 404 | 2026-05-30T04:03:32.155Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 405 | 2026-05-30T04:03:32.168Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 406 | 2026-05-30T04:03:32.180Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 407 | 2026-05-30T04:03:32.256Z | Compiling dyn-clone v1.0.20 |
| 408 | 2026-05-30T04:03:32.264Z | Compiling pretty-hex v0.4.2 |
| 409 | 2026-05-30T04:03:32.357Z | Compiling is_terminal_polyfill v1.70.2 |
| 410 | 2026-05-30T04:03:32.387Z | Compiling anstyle v1.0.14 |
| 411 | 2026-05-30T04:03:32.412Z | Compiling pin-project-lite v0.2.17 |
| 412 | 2026-05-30T04:03:32.440Z | Compiling colorchoice v1.0.5 |
| 413 | 2026-05-30T04:03:32.499Z | Compiling bitflags v2.11.1 |
| 414 | 2026-05-30T04:03:32.550Z | Compiling serde v1.0.228 |
| 415 | 2026-05-30T04:03:32.650Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 416 | 2026-05-30T04:03:32.688Z | Compiling rustix v1.1.4 |
| 417 | 2026-05-30T04:03:32.721Z | Compiling anstyle-query v1.1.5 |
| 418 | 2026-05-30T04:03:32.740Z | Compiling uuid v1.23.1 |
| 419 | 2026-05-30T04:03:32.821Z | Compiling anstream v1.0.0 |
| 420 | 2026-05-30T04:03:32.945Z | Compiling tracing v0.1.44 |
| 421 | 2026-05-30T04:03:33.219Z | Compiling postcard v1.1.3 |
| 422 | 2026-05-30T04:03:33.246Z | Compiling terminal_size v0.4.4 |
| 423 | 2026-05-30T04:03:33.304Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 424 | 2026-05-30T04:03:33.307Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 425 | 2026-05-30T04:03:33.329Z | Compiling anyhow v1.0.102 |
| 426 | 2026-05-30T04:03:33.390Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 427 | 2026-05-30T04:03:33.504Z | Compiling rand v0.10.1 |
| 428 | 2026-05-30T04:03:33.508Z | Compiling socket2 v0.6.3 |
| 429 | 2026-05-30T04:03:33.557Z | Compiling strsim v0.11.1 |
| 430 | 2026-05-30T04:03:33.780Z | Compiling ingot-types v0.1.2 |
| 431 | 2026-05-30T04:03:33.843Z | Compiling colored v3.1.1 |
| 432 | 2026-05-30T04:03:33.886Z | Compiling oxnet v0.1.5 |
| 433 | 2026-05-30T04:03:34.186Z | Compiling ingot v0.1.1 |
| 434 | 2026-05-30T04:03:34.191Z | Compiling clap_lex v1.1.0 |
| 435 | 2026-05-30T04:03:34.370Z | Compiling winnow v1.0.2 |
| 436 | 2026-05-30T04:03:34.508Z | Compiling clap_builder v4.6.0 |
| 437 | 2026-05-30T04:03:34.525Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 438 | 2026-05-30T04:03:35.262Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 439 | 2026-05-30T04:03:35.791Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 440 | 2026-05-30T04:03:36.063Z | Compiling clap v4.6.1 |
| 441 | 2026-05-30T04:03:37.244Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 442 | 2026-05-30T04:03:38.765Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 443 | 2026-05-30T04:03:43.191Z | Finished `dev` profile [optimized + debuginfo] target(s) in 12.50s |
| 444 | 2026-05-30T04:03:43.221Z | |
| 445 | 2026-05-30T04:03:43.221Z | real 12.534531542 |
| 446 | 2026-05-30T04:03:43.221Z | user 1:04.614280370 |
| 447 | 2026-05-30T04:03:43.221Z | sys 6.074016049 |
| 448 | 2026-05-30T04:03:43.221Z | trap 0.030734564 |
| 449 | 2026-05-30T04:03:43.221Z | tflt 0.096342242 |
| 450 | 2026-05-30T04:03:43.221Z | dflt 0.218557133 |
| 451 | 2026-05-30T04:03:43.221Z | kflt 0.000008770 |
| 452 | 2026-05-30T04:03:43.221Z | lock 2:53.695826539 |
| 453 | 2026-05-30T04:03:43.221Z | slp 1:53.880210084 |
| 454 | 2026-05-30T04:03:43.221Z | lat 4.815899390 |
| 455 | 2026-05-30T04:03:43.221Z | stop 3.309343723 |
| 456 | 2026-05-30T04:03:43.224Z | + header 'release build' |
| 457 | 2026-05-30T04:03:43.224Z | + echo '# ==== release build ==== #' |
| 458 | 2026-05-30T04:03:43.224Z | # ==== release build ==== # |
| 459 | 2026-05-30T04:03:43.224Z | + ptime -m cargo build --release |
| 460 | 2026-05-30T04:03:43.318Z | Compiling proc-macro2 v1.0.106 |
| 461 | 2026-05-30T04:03:43.318Z | Compiling quote v1.0.45 |
| 462 | 2026-05-30T04:03:43.318Z | Compiling unicode-ident v1.0.24 |
| 463 | 2026-05-30T04:03:43.319Z | Compiling serde_core v1.0.228 |
| 464 | 2026-05-30T04:03:43.319Z | Compiling libc v0.2.186 |
| 465 | 2026-05-30T04:03:43.319Z | Compiling cfg-if v1.0.4 |
| 466 | 2026-05-30T04:03:43.322Z | Compiling strsim v0.11.1 |
| 467 | 2026-05-30T04:03:43.322Z | Compiling ident_case v1.0.1 |
| 468 | 2026-05-30T04:03:43.389Z | Compiling fnv v1.0.7 |
| 469 | 2026-05-30T04:03:43.434Z | Compiling memchr v2.8.0 |
| 470 | 2026-05-30T04:03:43.434Z | Compiling thiserror v2.0.18 |
| 471 | 2026-05-30T04:03:43.467Z | Compiling regex-syntax v0.8.10 |
| 472 | 2026-05-30T04:03:43.606Z | Compiling either v1.15.0 |
| 473 | 2026-05-30T04:03:43.641Z | Compiling winnow v1.0.2 |
| 474 | 2026-05-30T04:03:43.811Z | Compiling serde v1.0.228 |
| 475 | 2026-05-30T04:03:43.976Z | Compiling aho-corasick v1.1.4 |
| 476 | 2026-05-30T04:03:44.011Z | Compiling equivalent v1.0.2 |
| 477 | 2026-05-30T04:03:44.039Z | Compiling hashbrown v0.17.0 |
| 478 | 2026-05-30T04:03:44.085Z | Compiling anyhow v1.0.102 |
| 479 | 2026-05-30T04:03:44.115Z | Compiling zerocopy v0.8.50 |
| 480 | 2026-05-30T04:03:44.492Z | Compiling itertools v0.14.0 |
| 481 | 2026-05-30T04:03:44.524Z | Compiling indexmap v2.14.0 |
| 482 | 2026-05-30T04:03:44.569Z | Compiling syn v2.0.117 |
| 483 | 2026-05-30T04:03:44.624Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 484 | 2026-05-30T04:03:44.657Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 485 | 2026-05-30T04:03:44.868Z | Compiling byteorder v1.5.0 |
| 486 | 2026-05-30T04:03:45.050Z | Compiling regex-automata v0.4.14 |
| 487 | 2026-05-30T04:03:45.118Z | Compiling heapless v0.8.0 |
| 488 | 2026-05-30T04:03:45.142Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 489 | 2026-05-30T04:03:45.328Z | Compiling hash32 v0.3.1 |
| 490 | 2026-05-30T04:03:45.415Z | Compiling bitflags v2.11.1 |
| 491 | 2026-05-30T04:03:45.515Z | Compiling syn v1.0.109 |
| 492 | 2026-05-30T04:03:45.575Z | Compiling rustversion v1.0.22 |
| 493 | 2026-05-30T04:03:45.605Z | Compiling smoltcp v0.11.0 |
| 494 | 2026-05-30T04:03:45.685Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 495 | 2026-05-30T04:03:45.735Z | Compiling macaddr v1.0.1 |
| 496 | 2026-05-30T04:03:45.822Z | Compiling stable_deref_trait v1.2.1 |
| 497 | 2026-05-30T04:03:45.934Z | Compiling proc-macro-crate v3.5.0 |
| 498 | 2026-05-30T04:03:45.938Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 499 | 2026-05-30T04:03:45.945Z | Compiling version_check v0.9.5 |
| 500 | 2026-05-30T04:03:45.958Z | Compiling rand_core v0.10.1 |
| 501 | 2026-05-30T04:03:46.024Z | Compiling ref-cast v1.0.25 |
| 502 | 2026-05-30T04:03:46.097Z | Compiling managed v0.8.0 |
| 503 | 2026-05-30T04:03:46.145Z | Compiling rustix v1.1.4 |
| 504 | 2026-05-30T04:03:46.190Z | Compiling bitflags v1.3.2 |
| 505 | 2026-05-30T04:03:46.249Z | Compiling getrandom v0.4.2 |
| 506 | 2026-05-30T04:03:46.325Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 507 | 2026-05-30T04:03:46.521Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 508 | 2026-05-30T04:03:46.552Z | Compiling errno v0.3.14 |
| 509 | 2026-05-30T04:03:46.671Z | Compiling cpufeatures v0.3.0 |
| 510 | 2026-05-30T04:03:46.685Z | Compiling regex v1.12.3 |
| 511 | 2026-05-30T04:03:46.727Z | Compiling once_cell v1.21.4 |
| 512 | 2026-05-30T04:03:46.903Z | Compiling ipnetwork v0.21.1 |
| 513 | 2026-05-30T04:03:46.947Z | Compiling unicode-width v0.2.2 |
| 514 | 2026-05-30T04:03:47.059Z | Compiling foreign-types-shared v0.3.1 |
| 515 | 2026-05-30T04:03:47.142Z | Compiling darling_core v0.21.3 |
| 516 | 2026-05-30T04:03:47.230Z | Compiling utf8parse v0.2.2 |
| 517 | 2026-05-30T04:03:47.263Z | Compiling tabwriter v1.4.1 |
| 518 | 2026-05-30T04:03:47.323Z | Compiling anstyle-parse v1.0.0 |
| 519 | 2026-05-30T04:03:47.527Z | Compiling cstr-argument v0.1.2 |
| 520 | 2026-05-30T04:03:47.549Z | Compiling tracing-core v0.1.36 |
| 521 | 2026-05-30T04:03:47.593Z | Compiling chacha20 v0.10.0 |
| 522 | 2026-05-30T04:03:48.142Z | Compiling pin-project-lite v0.2.17 |
| 523 | 2026-05-30T04:03:48.176Z | Compiling anstyle-query v1.1.5 |
| 524 | 2026-05-30T04:03:48.227Z | Compiling dyn-clone v1.0.20 |
| 525 | 2026-05-30T04:03:48.242Z | Compiling thiserror-impl v2.0.18 |
| 526 | 2026-05-30T04:03:48.264Z | Compiling serde_derive v1.0.228 |
| 527 | 2026-05-30T04:03:48.356Z | Compiling zerocopy-derive v0.8.50 |
| 528 | 2026-05-30T04:03:48.369Z | Compiling ref-cast-impl v1.0.25 |
| 529 | 2026-05-30T04:03:48.376Z | Compiling foreign-types-macros v0.2.3 |
| 530 | 2026-05-30T04:03:48.979Z | Compiling num_enum_derive v0.7.6 |
| 531 | 2026-05-30T04:03:49.025Z | Compiling foreign-types v0.5.0 |
| 532 | 2026-05-30T04:03:49.089Z | Compiling tracing-attributes v0.1.31 |
| 533 | 2026-05-30T04:03:49.092Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 534 | 2026-05-30T04:03:49.213Z | Compiling darling_macro v0.21.3 |
| 535 | 2026-05-30T04:03:49.584Z | Compiling cobs v0.3.0 |
| 536 | 2026-05-30T04:03:49.595Z | Compiling anstyle v1.0.14 |
| 537 | 2026-05-30T04:03:49.647Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 538 | 2026-05-30T04:03:49.762Z | Compiling darling v0.21.3 |
| 539 | 2026-05-30T04:03:49.790Z | Compiling pretty-hex v0.4.2 |
| 540 | 2026-05-30T04:03:49.828Z | Compiling ingot-macros v0.1.1 |
| 541 | 2026-05-30T04:03:49.828Z | Compiling is_terminal_polyfill v1.70.2 |
| 542 | 2026-05-30T04:03:49.906Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 543 | 2026-05-30T04:03:49.910Z | Compiling colorchoice v1.0.5 |
| 544 | 2026-05-30T04:03:49.963Z | Compiling num_enum v0.7.6 |
| 545 | 2026-05-30T04:03:50.003Z | Compiling anstream v1.0.0 |
| 546 | 2026-05-30T04:03:50.068Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 547 | 2026-05-30T04:03:50.126Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 548 | 2026-05-30T04:03:50.129Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 549 | 2026-05-30T04:03:50.288Z | Compiling tracing v0.1.44 |
| 550 | 2026-05-30T04:03:50.402Z | Compiling terminal_size v0.4.4 |
| 551 | 2026-05-30T04:03:50.462Z | Compiling rand v0.10.1 |
| 552 | 2026-05-30T04:03:50.533Z | Compiling uuid v1.23.1 |
| 553 | 2026-05-30T04:03:50.536Z | Compiling socket2 v0.6.3 |
| 554 | 2026-05-30T04:03:50.601Z | Compiling clap_lex v1.1.0 |
| 555 | 2026-05-30T04:03:50.763Z | Compiling oxnet v0.1.5 |
| 556 | 2026-05-30T04:03:50.902Z | Compiling colored v3.1.1 |
| 557 | 2026-05-30T04:03:50.911Z | Compiling heck v0.5.0 |
| 558 | 2026-05-30T04:03:51.092Z | Compiling clap_derive v4.6.1 |
| 559 | 2026-05-30T04:03:51.262Z | Compiling clap_builder v4.6.0 |
| 560 | 2026-05-30T04:03:51.438Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 561 | 2026-05-30T04:03:51.580Z | Compiling postcard v1.1.3 |
| 562 | 2026-05-30T04:03:52.694Z | Compiling ingot-types v0.1.2 |
| 563 | 2026-05-30T04:03:53.077Z | Compiling ingot v0.1.1 |
| 564 | 2026-05-30T04:03:53.123Z | Compiling clap v4.6.1 |
| 565 | 2026-05-30T04:03:54.786Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 566 | 2026-05-30T04:03:55.790Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 567 | 2026-05-30T04:03:56.820Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 568 | 2026-05-30T04:04:03.324Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.09s |
| 569 | 2026-05-30T04:04:03.353Z | |
| 570 | 2026-05-30T04:04:03.356Z | real 20.120597708 |
| 571 | 2026-05-30T04:04:03.356Z | user 1:42.197959793 |
| 572 | 2026-05-30T04:04:03.356Z | sys 13.731435678 |
| 573 | 2026-05-30T04:04:03.356Z | trap 0.049472933 |
| 574 | 2026-05-30T04:04:03.356Z | tflt 0.066055028 |
| 575 | 2026-05-30T04:04:03.356Z | dflt 0.438539949 |
| 576 | 2026-05-30T04:04:03.356Z | kflt 0.000026400 |
| 577 | 2026-05-30T04:04:03.356Z | lock 4:25.695717596 |
| 578 | 2026-05-30T04:04:03.356Z | slp 3:27.323924353 |
| 579 | 2026-05-30T04:04:03.356Z | lat 4.835833836 |
| 580 | 2026-05-30T04:04:03.356Z | stop 8.311299754 |
| 581 | 2026-05-30T04:04:03.356Z | + popd |
| 582 | 2026-05-30T04:04:03.356Z | /work/oxidecomputer/opte |
| 583 | 2026-05-30T04:04:03.356Z | + for x in debug release |
| 584 | 2026-05-30T04:04:03.356Z | + mkdir -p /work/debug |
| 585 | 2026-05-30T04:04:03.356Z | + cp target/debug/opteadm /work/debug/ |
| 586 | 2026-05-30T04:04:03.378Z | + sha256sum target/debug/opteadm |
| 587 | 2026-05-30T04:04:03.404Z | + for x in debug release |
| 588 | 2026-05-30T04:04:03.404Z | + mkdir -p /work/release |
| 589 | 2026-05-30T04:04:03.417Z | + cp target/release/opteadm /work/release/ |
| 590 | 2026-05-30T04:04:03.421Z | + sha256sum target/release/opteadm |
| 591 | 2026-05-30T04:04:03.438Z | process exited: duration 66738 ms, exit code 0 |
| |
| 592 | 2026-05-30T04:04:03.452Z | found 4 output files |
| 593 | 2026-05-30T04:04:03.452Z | uploading: /work/debug/opteadm (36394600 bytes) |
| 594 | 2026-05-30T04:04:04.672Z | uploaded: /work/debug/opteadm |
| 595 | 2026-05-30T04:04:04.672Z | uploading: /work/debug/opteadm.debug.sha256 (87 bytes) |
| 596 | 2026-05-30T04:04:05.680Z | uploaded: /work/debug/opteadm.debug.sha256 |
| 597 | 2026-05-30T04:04:05.680Z | uploading: /work/release/opteadm (24516816 bytes) |
| 598 | 2026-05-30T04:04:06.828Z | uploaded: /work/release/opteadm |
| 599 | 2026-05-30T04:04:06.828Z | uploading: /work/release/opteadm.release.sha256 (89 bytes) |
| 600 | 2026-05-30T04:04:07.836Z | uploaded: /work/release/opteadm.release.sha256 |