|
|
|
| 1 | 2026-07-26T04:23:49.576Z | job assigned to worker 01KYEAK6JFR8AXQNP1BYPCYJMF [factory aws, i-09bd52abf8589221e] (queued for 51 s) |
| |
| 2 | 2026-07-26T04:23:56.946Z | starting task 0: "setup" |
| 3 | 2026-07-26T04:23:56.962Z | ++ uname -s |
| 4 | 2026-07-26T04:23:56.962Z | + kern=SunOS |
| 5 | 2026-07-26T04:23:56.963Z | + build_user=build |
| 6 | 2026-07-26T04:23:56.963Z | + build_uid=12345 |
| 7 | 2026-07-26T04:23:56.963Z | + work_dir=/work |
| 8 | 2026-07-26T04:23:56.963Z | + input_dir=/input |
| 9 | 2026-07-26T04:23:56.963Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-26T04:23:56.963Z | + case "$kern" in |
| 11 | 2026-07-26T04:23:56.963Z | + groupadd -g 12345 build |
| 12 | 2026-07-26T04:23:56.971Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-26T04:23:58.964Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-26T04:23:59.092Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-26T04:23:59.097Z | + home_fs=zfs |
| 16 | 2026-07-26T04:23:59.097Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-26T04:23:59.097Z | + mkdir -p /home/build |
| 18 | 2026-07-26T04:23:59.097Z | + chown build:build /home/build /work |
| 19 | 2026-07-26T04:24:01.093Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-26T04:24:01.096Z | process exited: duration 4150 ms, exit code 0 |
| |
| 21 | 2026-07-26T04:24:01.104Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-26T04:24:01.108Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-07-26T04:24:01.108Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-07-26T04:24:01.108Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-07-26T04:24:01.108Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-07-26T04:24:01.108Z | * rust toolchain channel = "1.97.1" |
| 27 | 2026-07-26T04:24:01.108Z | * rust toolchain profile = "default" |
| 28 | 2026-07-26T04:24:01.117Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-26T04:24:01.117Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-07-26T04:24:01.210Z | info: downloading installer |
| 31 | 2026-07-26T04:24:02.837Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-26T04:24:02.838Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-26T04:24:02.838Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-26T04:24:02.838Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-26T04:24:02.838Z | info: profile set to default |
| 36 | 2026-07-26T04:24:02.838Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-26T04:24:02.838Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-07-26T04:24:02.838Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-07-26T04:24:02.838Z | info: downloading 6 components |
| 40 | 2026-07-26T04:24:17.402Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-07-26T04:24:17.402Z | |
| 42 | 2026-07-26T04:24:17.444Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-07-26T04:24:17.444Z | |
| 44 | 2026-07-26T04:24:17.444Z | |
| 45 | 2026-07-26T04:24:17.444Z | Rust is installed now. Great! |
| 46 | 2026-07-26T04:24:17.444Z | |
| 47 | 2026-07-26T04:24:17.444Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-26T04:24:17.444Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-26T04:24:17.445Z | |
| 50 | 2026-07-26T04:24:17.445Z | To configure your current shell, you need to source |
| 51 | 2026-07-26T04:24:17.445Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-26T04:24:17.445Z | |
| 53 | 2026-07-26T04:24:17.445Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-26T04:24:17.445Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-26T04:24:17.445Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-26T04:24:17.445Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-26T04:24:17.445Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-26T04:24:17.445Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-26T04:24:17.445Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-26T04:24:17.445Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-26T04:24:17.445Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-26T04:24:17.445Z | + rustup --version |
| 63 | 2026-07-26T04:24:17.445Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-26T04:24:17.445Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-26T04:24:17.445Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-07-26T04:24:17.445Z | + cargo --version |
| 67 | 2026-07-26T04:24:17.445Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-07-26T04:24:17.446Z | + rustc --version |
| 69 | 2026-07-26T04:24:17.446Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-07-26T04:24:17.446Z | process exited: duration 15518 ms, exit code 0 |
| |
| 71 | 2026-07-26T04:24:17.486Z | starting task 2: "authentication" |
| 72 | 2026-07-26T04:24:17.506Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
| 73 | 2026-07-26T04:24:19.511Z | process exited: duration 2035 ms, exit code 0 |
| |
| 74 | 2026-07-26T04:24:19.521Z | starting task 3: "clone repository" |
| 75 | 2026-07-26T04:24:19.525Z | + mkdir -p /work/oxidecomputer/opte |
| 76 | 2026-07-26T04:24:19.525Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 77 | 2026-07-26T04:24:19.555Z | Cloning into '/work/oxidecomputer/opte'... |
| 78 | 2026-07-26T04:24:20.429Z | + cd /work/oxidecomputer/opte |
| 79 | 2026-07-26T04:24:20.432Z | + git fetch origin 335d9c2423236c16749e4ea1405b954b6e27b510 |
| 80 | 2026-07-26T04:24:20.638Z | From https://github.com/oxidecomputer/opte |
| 81 | 2026-07-26T04:24:20.638Z | * branch 335d9c2423236c16749e4ea1405b954b6e27b510 -> FETCH_HEAD |
| 82 | 2026-07-26T04:24:20.645Z | + [[ -n renovate/heapless-0.x ]] |
| 83 | 2026-07-26T04:24:20.647Z | ++ git branch --show-current |
| 84 | 2026-07-26T04:24:20.650Z | + current=master |
| 85 | 2026-07-26T04:24:20.650Z | + [[ master != renovate/heapless-0.x ]] |
| 86 | 2026-07-26T04:24:20.650Z | + git branch -f renovate/heapless-0.x 335d9c2423236c16749e4ea1405b954b6e27b510 |
| 87 | 2026-07-26T04:24:20.653Z | + git checkout -f renovate/heapless-0.x |
| 88 | 2026-07-26T04:24:20.667Z | Switched to branch 'renovate/heapless-0.x' |
| 89 | 2026-07-26T04:24:20.670Z | + git reset --hard 335d9c2423236c16749e4ea1405b954b6e27b510 |
| 90 | 2026-07-26T04:24:20.685Z | HEAD is now at 335d9c2 Update Rust crate heapless to 0.9 |
| 91 | 2026-07-26T04:24:20.687Z | process exited: duration 1167 ms, exit code 0 |
| |
| 92 | 2026-07-26T04:24:20.693Z | starting task 4: "build" |
| 93 | 2026-07-26T04:24:20.697Z | + source .github/buildomat/common.sh |
| 94 | 2026-07-26T04:24:20.702Z | ++ rustup show active-toolchain |
| 95 | 2026-07-26T04:24:20.707Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 96 | 2026-07-26T04:24:20.707Z | ++ pushd xde |
| 97 | 2026-07-26T04:24:20.707Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 98 | 2026-07-26T04:24:20.707Z | ++ rustup show active-toolchain |
| 99 | 2026-07-26T04:24:20.711Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 100 | 2026-07-26T04:24:20.860Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 101 | 2026-07-26T04:24:20.863Z | info: downloading 6 components |
| 102 | 2026-07-26T04:24:37.175Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 103 | 2026-07-26T04:24:37.271Z | +++ rustup show active-toolchain -v |
| 104 | 2026-07-26T04:24:37.280Z | +++ head -n 1 |
| 105 | 2026-07-26T04:24:37.280Z | +++ cut '-d ' -f1 |
| 106 | 2026-07-26T04:24:37.326Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 107 | 2026-07-26T04:24:37.326Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 108 | 2026-07-26T04:24:37.327Z | ++ popd |
| 109 | 2026-07-26T04:24:37.330Z | /work/oxidecomputer/opte |
| 110 | 2026-07-26T04:24:37.330Z | + cargo --version |
| 111 | 2026-07-26T04:24:37.336Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 112 | 2026-07-26T04:24:37.339Z | + rustc --version |
| 113 | 2026-07-26T04:24:37.358Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 114 | 2026-07-26T04:24:37.382Z | + pushd bin/opteadm |
| 115 | 2026-07-26T04:24:37.382Z | /work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte |
| 116 | 2026-07-26T04:24:37.382Z | + header 'check style' |
| 117 | 2026-07-26T04:24:37.383Z | + echo '# ==== check style ==== #' |
| 118 | 2026-07-26T04:24:37.383Z | # ==== check style ==== # |
| 119 | 2026-07-26T04:24:37.383Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check |
| 120 | 2026-07-26T04:24:37.432Z | |
| 121 | 2026-07-26T04:24:37.433Z | real 0.068912887 |
| 122 | 2026-07-26T04:24:37.433Z | user 0.038330583 |
| 123 | 2026-07-26T04:24:37.433Z | sys 0.027863731 |
| 124 | 2026-07-26T04:24:37.433Z | trap 0.000000239 |
| 125 | 2026-07-26T04:24:37.433Z | tflt 0.000029785 |
| 126 | 2026-07-26T04:24:37.433Z | dflt 0.000012658 |
| 127 | 2026-07-26T04:24:37.433Z | kflt 0.000000000 |
| 128 | 2026-07-26T04:24:37.433Z | lock 0.031393641 |
| 129 | 2026-07-26T04:24:37.433Z | slp 0.048888458 |
| 130 | 2026-07-26T04:24:37.433Z | lat 0.000700721 |
| 131 | 2026-07-26T04:24:37.433Z | stop 0.000087021 |
| 132 | 2026-07-26T04:24:37.436Z | + header analyze |
| 133 | 2026-07-26T04:24:37.436Z | + echo '# ==== analyze ==== #' |
| 134 | 2026-07-26T04:24:37.436Z | # ==== analyze ==== # |
| 135 | 2026-07-26T04:24:37.436Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 136 | 2026-07-26T04:24:37.572Z | Updating crates.io index |
| 137 | 2026-07-26T04:24:37.581Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 138 | 2026-07-26T04:24:38.492Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 139 | 2026-07-26T04:24:38.742Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 140 | 2026-07-26T04:24:38.948Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 141 | 2026-07-26T04:24:39.297Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 142 | 2026-07-26T04:24:39.542Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 143 | 2026-07-26T04:24:39.768Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 144 | 2026-07-26T04:24:41.447Z | Downloading crates ... |
| 145 | 2026-07-26T04:24:41.503Z | Downloaded equivalent v1.0.2 |
| 146 | 2026-07-26T04:24:41.506Z | Downloaded strsim v0.11.1 |
| 147 | 2026-07-26T04:24:41.511Z | Downloaded num_enum_derive v0.7.6 |
| 148 | 2026-07-26T04:24:41.513Z | Downloaded anstyle-query v1.1.5 |
| 149 | 2026-07-26T04:24:41.520Z | Downloaded foreign-types-macros v0.2.3 |
| 150 | 2026-07-26T04:24:41.524Z | Downloaded darling_macro v0.23.0 |
| 151 | 2026-07-26T04:24:41.527Z | Downloaded is_terminal_polyfill v1.70.2 |
| 152 | 2026-07-26T04:24:41.527Z | Downloaded macaddr v1.0.1 |
| 153 | 2026-07-26T04:24:41.530Z | Downloaded chacha20 v0.10.1 |
| 154 | 2026-07-26T04:24:41.536Z | Downloaded heapless v0.8.0 |
| 155 | 2026-07-26T04:24:41.539Z | Downloaded hash32 v0.3.1 |
| 156 | 2026-07-26T04:24:41.544Z | Downloaded darling_core v0.23.0 |
| 157 | 2026-07-26T04:24:41.548Z | Downloaded foreign-types-shared v0.3.1 |
| 158 | 2026-07-26T04:24:41.551Z | Downloaded dyn-clone v1.0.20 |
| 159 | 2026-07-26T04:24:41.556Z | Downloaded cpufeatures v0.3.0 |
| 160 | 2026-07-26T04:24:41.558Z | Downloaded foreign-types v0.5.0 |
| 161 | 2026-07-26T04:24:41.561Z | Downloaded colorchoice v1.0.5 |
| 162 | 2026-07-26T04:24:41.561Z | Downloaded defmt v0.3.100 |
| 163 | 2026-07-26T04:24:41.565Z | Downloaded ipnetwork v0.21.1 |
| 164 | 2026-07-26T04:24:41.569Z | Downloaded anstream v1.0.0 |
| 165 | 2026-07-26T04:24:41.569Z | Downloaded ref-cast-impl v1.0.25 |
| 166 | 2026-07-26T04:24:41.573Z | Downloaded embedded-io v0.4.0 |
| 167 | 2026-07-26T04:24:41.576Z | Downloaded ident_case v1.0.1 |
| 168 | 2026-07-26T04:24:41.580Z | Downloaded defmt-parser v1.0.0 |
| 169 | 2026-07-26T04:24:41.580Z | Downloaded errno v0.3.14 |
| 170 | 2026-07-26T04:24:41.581Z | Downloaded version_check v0.9.5 |
| 171 | 2026-07-26T04:24:41.584Z | Downloaded clap_derive v4.6.1 |
| 172 | 2026-07-26T04:24:41.595Z | Downloaded heck v0.5.0 |
| 173 | 2026-07-26T04:24:41.598Z | Downloaded stable_deref_trait v1.2.1 |
| 174 | 2026-07-26T04:24:41.598Z | Downloaded cobs v0.3.0 |
| 175 | 2026-07-26T04:24:41.602Z | Downloaded either v1.16.0 |
| 176 | 2026-07-26T04:24:41.606Z | Downloaded rand_core v0.10.1 |
| 177 | 2026-07-26T04:24:41.606Z | Downloaded quote v1.0.46 |
| 178 | 2026-07-26T04:24:41.606Z | Downloaded cstr-argument v0.1.2 |
| 179 | 2026-07-26T04:24:41.614Z | Downloaded clap_lex v1.1.0 |
| 180 | 2026-07-26T04:24:41.619Z | Downloaded ref-cast v1.0.25 |
| 181 | 2026-07-26T04:24:41.622Z | Downloaded defmt v1.1.1 |
| 182 | 2026-07-26T04:24:41.622Z | Downloaded anyhow v1.0.103 |
| 183 | 2026-07-26T04:24:41.625Z | Downloaded thiserror-impl v2.0.18 |
| 184 | 2026-07-26T04:24:41.625Z | Downloaded getrandom v0.4.3 |
| 185 | 2026-07-26T04:24:41.632Z | Downloaded cfg-if v1.0.4 |
| 186 | 2026-07-26T04:24:41.637Z | Downloaded managed v0.8.0 |
| 187 | 2026-07-26T04:24:41.637Z | Downloaded pretty-hex v0.4.2 |
| 188 | 2026-07-26T04:24:41.637Z | Downloaded tabwriter v1.4.1 |
| 189 | 2026-07-26T04:24:41.640Z | Downloaded proc-macro-crate v3.5.0 |
| 190 | 2026-07-26T04:24:41.644Z | Downloaded terminal_size v0.4.4 |
| 191 | 2026-07-26T04:24:41.644Z | Downloaded defmt-macros v1.1.1 |
| 192 | 2026-07-26T04:24:41.659Z | Downloaded embedded-io v0.6.1 |
| 193 | 2026-07-26T04:24:41.662Z | Downloaded utf8parse v0.2.2 |
| 194 | 2026-07-26T04:24:41.667Z | Downloaded pin-project-lite v0.2.17 |
| 195 | 2026-07-26T04:24:41.671Z | Downloaded bitflags v1.3.2 |
| 196 | 2026-07-26T04:24:41.671Z | Downloaded oxnet v0.1.6 |
| 197 | 2026-07-26T04:24:41.672Z | Downloaded thiserror v2.0.18 |
| 198 | 2026-07-26T04:24:41.675Z | Downloaded anstyle-parse v1.0.0 |
| 199 | 2026-07-26T04:24:41.678Z | Downloaded rustversion v1.0.23 |
| 200 | 2026-07-26T04:24:41.679Z | Downloaded ingot-types v0.2.0 |
| 201 | 2026-07-26T04:24:41.689Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 202 | 2026-07-26T04:24:41.693Z | Downloaded byteorder v1.5.0 |
| 203 | 2026-07-26T04:24:41.696Z | Downloaded num_enum v0.7.6 |
| 204 | 2026-07-26T04:24:41.704Z | Downloaded anstyle v1.0.14 |
| 205 | 2026-07-26T04:24:41.708Z | Downloaded colored v3.1.1 |
| 206 | 2026-07-26T04:24:41.714Z | Downloaded darling v0.23.0 |
| 207 | 2026-07-26T04:24:41.717Z | Downloaded bitflags v2.13.0 |
| 208 | 2026-07-26T04:24:41.722Z | Downloaded postcard v1.1.3 |
| 209 | 2026-07-26T04:24:41.726Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 210 | 2026-07-26T04:24:41.729Z | Downloaded serde_derive v1.0.228 |
| 211 | 2026-07-26T04:24:41.733Z | Downloaded ingot v0.2.0 |
| 212 | 2026-07-26T04:24:41.733Z | Downloaded once_cell v1.21.4 |
| 213 | 2026-07-26T04:24:41.743Z | Downloaded ingot-macros v0.2.0 |
| 214 | 2026-07-26T04:24:41.746Z | Downloaded tracing-attributes v0.1.31 |
| 215 | 2026-07-26T04:24:41.764Z | Downloaded unicode-ident v1.0.24 |
| 216 | 2026-07-26T04:24:41.772Z | Downloaded serde_core v1.0.228 |
| 217 | 2026-07-26T04:24:41.772Z | Downloaded socket2 v0.6.4 |
| 218 | 2026-07-26T04:24:41.786Z | Downloaded clap v4.6.1 |
| 219 | 2026-07-26T04:24:41.792Z | Downloaded toml_edit v0.25.12+spec-1.1.0 |
| 220 | 2026-07-26T04:24:41.802Z | Downloaded tracing-core v0.1.36 |
| 221 | 2026-07-26T04:24:41.810Z | Downloaded serde v1.0.228 |
| 222 | 2026-07-26T04:24:41.817Z | Downloaded uuid v1.23.5 |
| 223 | 2026-07-26T04:24:41.823Z | Downloaded indexmap v2.14.0 |
| 224 | 2026-07-26T04:24:41.828Z | Downloaded hashbrown v0.17.1 |
| 225 | 2026-07-26T04:24:41.828Z | Downloaded zerocopy-derive v0.8.54 |
| 226 | 2026-07-26T04:24:41.832Z | Downloaded proc-macro2 v1.0.106 |
| 227 | 2026-07-26T04:24:41.836Z | Downloaded memchr v2.8.3 |
| 228 | 2026-07-26T04:24:41.842Z | Downloaded itertools v0.15.0 |
| 229 | 2026-07-26T04:24:41.849Z | Downloaded clap_builder v4.6.0 |
| 230 | 2026-07-26T04:24:41.857Z | Downloaded rand v0.10.2 |
| 231 | 2026-07-26T04:24:41.878Z | Downloaded regex v1.13.0 |
| 232 | 2026-07-26T04:24:41.893Z | Downloaded aho-corasick v1.1.4 |
| 233 | 2026-07-26T04:24:41.906Z | Downloaded winnow v1.0.3 |
| 234 | 2026-07-26T04:24:41.918Z | Downloaded syn v1.0.109 |
| 235 | 2026-07-26T04:24:41.961Z | Downloaded unicode-width v0.2.2 |
| 236 | 2026-07-26T04:24:41.969Z | Downloaded zerocopy v0.8.54 |
| 237 | 2026-07-26T04:24:41.985Z | Downloaded smoltcp v0.11.0 |
| 238 | 2026-07-26T04:24:41.994Z | Downloaded syn v2.0.118 |
| 239 | 2026-07-26T04:24:42.010Z | Downloaded regex-syntax v0.8.11 |
| 240 | 2026-07-26T04:24:42.021Z | Downloaded rustix v1.1.4 |
| 241 | 2026-07-26T04:24:42.032Z | Downloaded tracing v0.1.44 |
| 242 | 2026-07-26T04:24:42.058Z | Downloaded regex-automata v0.4.15 |
| 243 | 2026-07-26T04:24:42.066Z | Downloaded libc v0.2.186 |
| 244 | 2026-07-26T04:24:42.126Z | Compiling proc-macro2 v1.0.106 |
| 245 | 2026-07-26T04:24:42.126Z | Compiling quote v1.0.46 |
| 246 | 2026-07-26T04:24:42.126Z | Compiling unicode-ident v1.0.24 |
| 247 | 2026-07-26T04:24:42.136Z | Compiling serde_core v1.0.228 |
| 248 | 2026-07-26T04:24:42.136Z | Compiling libc v0.2.186 |
| 249 | 2026-07-26T04:24:42.136Z | Checking cfg-if v1.0.4 |
| 250 | 2026-07-26T04:24:42.136Z | Compiling thiserror v2.0.18 |
| 251 | 2026-07-26T04:24:42.136Z | Compiling strsim v0.11.1 |
| 252 | 2026-07-26T04:24:42.250Z | Compiling ident_case v1.0.1 |
| 253 | 2026-07-26T04:24:42.329Z | Compiling memchr v2.8.3 |
| 254 | 2026-07-26T04:24:42.359Z | Compiling regex-syntax v0.8.11 |
| 255 | 2026-07-26T04:24:42.498Z | Compiling serde v1.0.228 |
| 256 | 2026-07-26T04:24:42.583Z | Compiling either v1.16.0 |
| 257 | 2026-07-26T04:24:42.748Z | Compiling aho-corasick v1.1.4 |
| 258 | 2026-07-26T04:24:42.774Z | Compiling equivalent v1.0.2 |
| 259 | 2026-07-26T04:24:42.801Z | Compiling hashbrown v0.17.1 |
| 260 | 2026-07-26T04:24:42.849Z | Compiling anyhow v1.0.103 |
| 261 | 2026-07-26T04:24:42.877Z | Compiling zerocopy v0.8.54 |
| 262 | 2026-07-26T04:24:42.903Z | Compiling winnow v1.0.3 |
| 263 | 2026-07-26T04:24:43.218Z | Compiling itertools v0.15.0 |
| 264 | 2026-07-26T04:24:43.329Z | Compiling indexmap v2.14.0 |
| 265 | 2026-07-26T04:24:43.431Z | Compiling syn v2.0.118 |
| 266 | 2026-07-26T04:24:43.472Z | Checking byteorder v1.5.0 |
| 267 | 2026-07-26T04:24:43.625Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 268 | 2026-07-26T04:24:43.843Z | Compiling regex-automata v0.4.15 |
| 269 | 2026-07-26T04:24:43.910Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 270 | 2026-07-26T04:24:43.926Z | Compiling heapless v0.8.0 |
| 271 | 2026-07-26T04:24:43.999Z | Checking bitflags v2.13.0 |
| 272 | 2026-07-26T04:24:44.120Z | Checking hash32 v0.3.1 |
| 273 | 2026-07-26T04:24:44.162Z | Checking stable_deref_trait v1.2.1 |
| 274 | 2026-07-26T04:24:44.224Z | Compiling smoltcp v0.11.0 |
| 275 | 2026-07-26T04:24:44.228Z | Checking macaddr v1.0.1 |
| 276 | 2026-07-26T04:24:44.362Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 277 | 2026-07-26T04:24:44.373Z | Compiling syn v1.0.109 |
| 278 | 2026-07-26T04:24:44.421Z | Compiling rustversion v1.0.23 |
| 279 | 2026-07-26T04:24:44.455Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 280 | 2026-07-26T04:24:44.557Z | Checking rand_core v0.10.1 |
| 281 | 2026-07-26T04:24:44.688Z | Compiling getrandom v0.4.3 |
| 282 | 2026-07-26T04:24:44.693Z | Compiling ref-cast v1.0.25 |
| 283 | 2026-07-26T04:24:44.705Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 284 | 2026-07-26T04:24:44.792Z | Checking bitflags v1.3.2 |
| 285 | 2026-07-26T04:24:44.846Z | Compiling rustix v1.1.4 |
| 286 | 2026-07-26T04:24:44.853Z | Checking managed v0.8.0 |
| 287 | 2026-07-26T04:24:44.906Z | Compiling proc-macro-crate v3.5.0 |
| 288 | 2026-07-26T04:24:44.938Z | Compiling version_check v0.9.5 |
| 289 | 2026-07-26T04:24:45.201Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 290 | 2026-07-26T04:24:45.313Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 291 | 2026-07-26T04:24:45.374Z | Checking errno v0.3.14 |
| 292 | 2026-07-26T04:24:45.497Z | Checking cpufeatures v0.3.0 |
| 293 | 2026-07-26T04:24:45.501Z | Checking ipnetwork v0.21.1 |
| 294 | 2026-07-26T04:24:45.562Z | Checking once_cell v1.21.4 |
| 295 | 2026-07-26T04:24:45.618Z | Compiling regex v1.13.0 |
| 296 | 2026-07-26T04:24:45.663Z | Checking foreign-types-shared v0.3.1 |
| 297 | 2026-07-26T04:24:45.682Z | Checking unicode-width v0.2.2 |
| 298 | 2026-07-26T04:24:45.735Z | Checking utf8parse v0.2.2 |
| 299 | 2026-07-26T04:24:45.832Z | Checking anstyle-parse v1.0.0 |
| 300 | 2026-07-26T04:24:45.936Z | Checking tabwriter v1.4.1 |
| 301 | 2026-07-26T04:24:45.983Z | Checking tracing-core v0.1.36 |
| 302 | 2026-07-26T04:24:46.019Z | Checking chacha20 v0.10.1 |
| 303 | 2026-07-26T04:24:46.077Z | Compiling darling_core v0.23.0 |
| 304 | 2026-07-26T04:24:46.111Z | Checking cstr-argument v0.1.2 |
| 305 | 2026-07-26T04:24:46.445Z | Checking pin-project-lite v0.2.17 |
| 306 | 2026-07-26T04:24:46.506Z | Checking pretty-hex v0.4.2 |
| 307 | 2026-07-26T04:24:46.530Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 308 | 2026-07-26T04:24:46.550Z | Checking anstyle-query v1.1.5 |
| 309 | 2026-07-26T04:24:46.617Z | Checking dyn-clone v1.0.20 |
| 310 | 2026-07-26T04:24:46.624Z | Checking colorchoice v1.0.5 |
| 311 | 2026-07-26T04:24:46.632Z | Checking is_terminal_polyfill v1.70.2 |
| 312 | 2026-07-26T04:24:46.711Z | Checking anstyle v1.0.14 |
| 313 | 2026-07-26T04:24:46.732Z | Checking terminal_size v0.4.4 |
| 314 | 2026-07-26T04:24:46.748Z | Checking rand v0.10.2 |
| 315 | 2026-07-26T04:24:46.834Z | Checking uuid v1.23.5 |
| 316 | 2026-07-26T04:24:46.883Z | Checking anstream v1.0.0 |
| 317 | 2026-07-26T04:24:46.905Z | Checking socket2 v0.6.4 |
| 318 | 2026-07-26T04:24:47.007Z | Checking clap_lex v1.1.0 |
| 319 | 2026-07-26T04:24:47.084Z | Checking oxnet v0.1.6 |
| 320 | 2026-07-26T04:24:47.152Z | Checking colored v3.1.1 |
| 321 | 2026-07-26T04:24:47.155Z | Compiling heck v0.5.0 |
| 322 | 2026-07-26T04:24:47.236Z | Checking clap_builder v4.6.0 |
| 323 | 2026-07-26T04:24:47.259Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 324 | 2026-07-26T04:24:47.267Z | Compiling thiserror-impl v2.0.18 |
| 325 | 2026-07-26T04:24:47.342Z | Compiling zerocopy-derive v0.8.54 |
| 326 | 2026-07-26T04:24:47.346Z | Compiling serde_derive v1.0.228 |
| 327 | 2026-07-26T04:24:47.672Z | Compiling num_enum_derive v0.7.6 |
| 328 | 2026-07-26T04:24:48.060Z | Compiling ref-cast-impl v1.0.25 |
| 329 | 2026-07-26T04:24:48.202Z | Compiling darling_macro v0.23.0 |
| 330 | 2026-07-26T04:24:48.504Z | Compiling foreign-types-macros v0.2.3 |
| 331 | 2026-07-26T04:24:48.550Z | Checking cobs v0.3.0 |
| 332 | 2026-07-26T04:24:48.665Z | Checking num_enum v0.7.6 |
| 333 | 2026-07-26T04:24:48.673Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 334 | 2026-07-26T04:24:48.699Z | Compiling tracing-attributes v0.1.31 |
| 335 | 2026-07-26T04:24:48.724Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 336 | 2026-07-26T04:24:48.764Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 337 | 2026-07-26T04:24:48.772Z | Compiling darling v0.23.0 |
| 338 | 2026-07-26T04:24:48.840Z | Compiling ingot-macros v0.2.0 |
| 339 | 2026-07-26T04:24:48.916Z | Compiling clap_derive v4.6.1 |
| 340 | 2026-07-26T04:24:49.118Z | Checking foreign-types v0.5.0 |
| 341 | 2026-07-26T04:24:49.140Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 342 | 2026-07-26T04:24:49.185Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 343 | 2026-07-26T04:24:49.739Z | Checking tracing v0.1.44 |
| 344 | 2026-07-26T04:24:50.224Z | Checking clap v4.6.1 |
| 345 | 2026-07-26T04:24:50.244Z | Checking postcard v1.1.3 |
| 346 | 2026-07-26T04:24:51.347Z | Checking ingot-types v0.2.0 |
| 347 | 2026-07-26T04:24:51.629Z | Checking ingot v0.2.0 |
| 348 | 2026-07-26T04:24:52.947Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 349 | 2026-07-26T04:24:54.159Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 350 | 2026-07-26T04:24:55.345Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 351 | 2026-07-26T04:24:56.175Z | Finished `dev` profile [optimized + debuginfo] target(s) in 18.68s |
| 352 | 2026-07-26T04:24:56.284Z | |
| 353 | 2026-07-26T04:24:56.284Z | real 18.841137480 |
| 354 | 2026-07-26T04:24:56.284Z | user 54.373520519 |
| 355 | 2026-07-26T04:24:56.284Z | sys 13.001531340 |
| 356 | 2026-07-26T04:24:56.284Z | trap 0.039232500 |
| 357 | 2026-07-26T04:24:56.284Z | tflt 0.054059736 |
| 358 | 2026-07-26T04:24:56.284Z | dflt 0.172312983 |
| 359 | 2026-07-26T04:24:56.284Z | kflt 0.004637970 |
| 360 | 2026-07-26T04:24:56.284Z | lock 3:42.401436203 |
| 361 | 2026-07-26T04:24:56.284Z | slp 3:01.490102017 |
| 362 | 2026-07-26T04:24:56.284Z | lat 2.887796007 |
| 363 | 2026-07-26T04:24:56.284Z | stop 13.813232475 |
| 364 | 2026-07-26T04:24:56.293Z | + header 'debug build' |
| 365 | 2026-07-26T04:24:56.293Z | + echo '# ==== debug build ==== #' |
| 366 | 2026-07-26T04:24:56.293Z | + ptime -m cargo build |
| 367 | 2026-07-26T04:24:56.293Z | # ==== debug build ==== # |
| 368 | 2026-07-26T04:24:56.433Z | Compiling cfg-if v1.0.4 |
| 369 | 2026-07-26T04:24:56.441Z | Compiling serde_core v1.0.228 |
| 370 | 2026-07-26T04:24:56.441Z | Compiling libc v0.2.186 |
| 371 | 2026-07-26T04:24:56.466Z | Compiling thiserror v2.0.18 |
| 372 | 2026-07-26T04:24:56.480Z | Compiling byteorder v1.5.0 |
| 373 | 2026-07-26T04:24:56.480Z | Compiling zerocopy v0.8.54 |
| 374 | 2026-07-26T04:24:56.480Z | Compiling macaddr v1.0.1 |
| 375 | 2026-07-26T04:24:56.480Z | Compiling stable_deref_trait v1.2.1 |
| 376 | 2026-07-26T04:24:56.511Z | Compiling rand_core v0.10.1 |
| 377 | 2026-07-26T04:24:56.523Z | Compiling managed v0.8.0 |
| 378 | 2026-07-26T04:24:56.536Z | Compiling cobs v0.3.0 |
| 379 | 2026-07-26T04:24:56.624Z | Compiling hash32 v0.3.1 |
| 380 | 2026-07-26T04:24:56.652Z | Compiling bitflags v1.3.2 |
| 381 | 2026-07-26T04:24:56.702Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 382 | 2026-07-26T04:24:56.721Z | Compiling heapless v0.8.0 |
| 383 | 2026-07-26T04:24:56.733Z | Compiling errno v0.3.14 |
| 384 | 2026-07-26T04:24:56.763Z | Compiling utf8parse v0.2.2 |
| 385 | 2026-07-26T04:24:56.794Z | Compiling ipnetwork v0.21.1 |
| 386 | 2026-07-26T04:24:56.855Z | Compiling once_cell v1.21.4 |
| 387 | 2026-07-26T04:24:56.864Z | Compiling foreign-types-shared v0.3.1 |
| 388 | 2026-07-26T04:24:56.887Z | Compiling unicode-width v0.2.2 |
| 389 | 2026-07-26T04:24:56.909Z | Compiling memchr v2.8.3 |
| 390 | 2026-07-26T04:24:56.927Z | Compiling cpufeatures v0.3.0 |
| 391 | 2026-07-26T04:24:56.994Z | Compiling chacha20 v0.10.1 |
| 392 | 2026-07-26T04:24:57.032Z | Compiling tracing-core v0.1.36 |
| 393 | 2026-07-26T04:24:57.133Z | Compiling smoltcp v0.11.0 |
| 394 | 2026-07-26T04:24:57.184Z | Compiling tabwriter v1.4.1 |
| 395 | 2026-07-26T04:24:57.279Z | Compiling cstr-argument v0.1.2 |
| 396 | 2026-07-26T04:24:57.331Z | Compiling foreign-types v0.5.0 |
| 397 | 2026-07-26T04:24:57.431Z | Compiling anstyle-parse v1.0.0 |
| 398 | 2026-07-26T04:24:57.438Z | Compiling ref-cast v1.0.25 |
| 399 | 2026-07-26T04:24:57.524Z | Compiling num_enum v0.7.6 |
| 400 | 2026-07-26T04:24:57.613Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 401 | 2026-07-26T04:24:57.649Z | Compiling getrandom v0.4.3 |
| 402 | 2026-07-26T04:24:57.661Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 403 | 2026-07-26T04:24:57.711Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 404 | 2026-07-26T04:24:57.745Z | Compiling dyn-clone v1.0.20 |
| 405 | 2026-07-26T04:24:57.854Z | Compiling pin-project-lite v0.2.17 |
| 406 | 2026-07-26T04:24:57.902Z | Compiling pretty-hex v0.4.2 |
| 407 | 2026-07-26T04:24:57.937Z | Compiling anstyle v1.0.14 |
| 408 | 2026-07-26T04:24:58.030Z | Compiling colorchoice v1.0.5 |
| 409 | 2026-07-26T04:24:58.080Z | Compiling anstyle-query v1.1.5 |
| 410 | 2026-07-26T04:24:58.145Z | Compiling bitflags v2.13.0 |
| 411 | 2026-07-26T04:24:58.185Z | Compiling serde v1.0.228 |
| 412 | 2026-07-26T04:24:58.203Z | Compiling is_terminal_polyfill v1.70.2 |
| 413 | 2026-07-26T04:24:58.257Z | Compiling uuid v1.23.5 |
| 414 | 2026-07-26T04:24:58.284Z | Compiling anstream v1.0.0 |
| 415 | 2026-07-26T04:24:58.357Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 416 | 2026-07-26T04:24:58.370Z | Compiling rustix v1.1.4 |
| 417 | 2026-07-26T04:24:58.590Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 418 | 2026-07-26T04:24:58.773Z | Compiling postcard v1.1.3 |
| 419 | 2026-07-26T04:24:58.798Z | Compiling tracing v0.1.44 |
| 420 | 2026-07-26T04:24:58.844Z | Compiling rand v0.10.2 |
| 421 | 2026-07-26T04:24:58.871Z | Compiling terminal_size v0.4.4 |
| 422 | 2026-07-26T04:24:59.016Z | Compiling anyhow v1.0.103 |
| 423 | 2026-07-26T04:24:59.030Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 424 | 2026-07-26T04:24:59.115Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 425 | 2026-07-26T04:24:59.165Z | Compiling socket2 v0.6.4 |
| 426 | 2026-07-26T04:24:59.226Z | Compiling colored v3.1.1 |
| 427 | 2026-07-26T04:24:59.456Z | Compiling ingot-types v0.2.0 |
| 428 | 2026-07-26T04:24:59.470Z | Compiling strsim v0.11.1 |
| 429 | 2026-07-26T04:24:59.624Z | Compiling winnow v1.0.3 |
| 430 | 2026-07-26T04:24:59.776Z | Compiling oxnet v0.1.6 |
| 431 | 2026-07-26T04:24:59.818Z | Compiling ingot v0.2.0 |
| 432 | 2026-07-26T04:24:59.866Z | Compiling clap_lex v1.1.0 |
| 433 | 2026-07-26T04:25:00.033Z | Compiling clap_builder v4.6.0 |
| 434 | 2026-07-26T04:25:00.247Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 435 | 2026-07-26T04:25:00.554Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 436 | 2026-07-26T04:25:01.555Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 437 | 2026-07-26T04:25:02.014Z | Compiling clap v4.6.1 |
| 438 | 2026-07-26T04:25:03.004Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 439 | 2026-07-26T04:25:04.430Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 440 | 2026-07-26T04:25:08.854Z | Finished `dev` profile [optimized + debuginfo] target(s) in 12.56s |
| 441 | 2026-07-26T04:25:08.883Z | |
| 442 | 2026-07-26T04:25:08.887Z | real 12.595095974 |
| 443 | 2026-07-26T04:25:08.887Z | user 1:04.765639766 |
| 444 | 2026-07-26T04:25:08.887Z | sys 6.036782514 |
| 445 | 2026-07-26T04:25:08.887Z | trap 0.026178708 |
| 446 | 2026-07-26T04:25:08.887Z | tflt 0.098860696 |
| 447 | 2026-07-26T04:25:08.887Z | dflt 0.192918912 |
| 448 | 2026-07-26T04:25:08.887Z | kflt 0.000005938 |
| 449 | 2026-07-26T04:25:08.887Z | lock 3:07.946839339 |
| 450 | 2026-07-26T04:25:08.887Z | slp 1:53.995793857 |
| 451 | 2026-07-26T04:25:08.887Z | lat 4.317252755 |
| 452 | 2026-07-26T04:25:08.887Z | stop 4.367007427 |
| 453 | 2026-07-26T04:25:08.887Z | + header 'release build' |
| 454 | 2026-07-26T04:25:08.887Z | + echo '# ==== release build ==== #' |
| 455 | 2026-07-26T04:25:08.887Z | # ==== release build ==== # |
| 456 | 2026-07-26T04:25:08.887Z | + ptime -m cargo build --release |
| 457 | 2026-07-26T04:25:08.980Z | Compiling proc-macro2 v1.0.106 |
| 458 | 2026-07-26T04:25:08.981Z | Compiling unicode-ident v1.0.24 |
| 459 | 2026-07-26T04:25:08.981Z | Compiling quote v1.0.46 |
| 460 | 2026-07-26T04:25:08.984Z | Compiling serde_core v1.0.228 |
| 461 | 2026-07-26T04:25:08.984Z | Compiling libc v0.2.186 |
| 462 | 2026-07-26T04:25:08.984Z | Compiling cfg-if v1.0.4 |
| 463 | 2026-07-26T04:25:08.984Z | Compiling ident_case v1.0.1 |
| 464 | 2026-07-26T04:25:08.984Z | Compiling memchr v2.8.3 |
| 465 | 2026-07-26T04:25:09.050Z | Compiling strsim v0.11.1 |
| 466 | 2026-07-26T04:25:09.095Z | Compiling thiserror v2.0.18 |
| 467 | 2026-07-26T04:25:09.099Z | Compiling regex-syntax v0.8.11 |
| 468 | 2026-07-26T04:25:09.286Z | Compiling winnow v1.0.3 |
| 469 | 2026-07-26T04:25:09.310Z | Compiling serde v1.0.228 |
| 470 | 2026-07-26T04:25:09.527Z | Compiling aho-corasick v1.1.4 |
| 471 | 2026-07-26T04:25:09.579Z | Compiling either v1.16.0 |
| 472 | 2026-07-26T04:25:09.586Z | Compiling equivalent v1.0.2 |
| 473 | 2026-07-26T04:25:09.653Z | Compiling hashbrown v0.17.1 |
| 474 | 2026-07-26T04:25:09.695Z | Compiling zerocopy v0.8.54 |
| 475 | 2026-07-26T04:25:09.769Z | Compiling anyhow v1.0.103 |
| 476 | 2026-07-26T04:25:10.094Z | Compiling itertools v0.15.0 |
| 477 | 2026-07-26T04:25:10.137Z | Compiling indexmap v2.14.0 |
| 478 | 2026-07-26T04:25:10.169Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 479 | 2026-07-26T04:25:10.280Z | Compiling syn v2.0.118 |
| 480 | 2026-07-26T04:25:10.284Z | Compiling heapless v0.8.0 |
| 481 | 2026-07-26T04:25:10.570Z | Compiling regex-automata v0.4.15 |
| 482 | 2026-07-26T04:25:10.741Z | Compiling byteorder v1.5.0 |
| 483 | 2026-07-26T04:25:10.772Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 484 | 2026-07-26T04:25:10.904Z | Compiling hash32 v0.3.1 |
| 485 | 2026-07-26T04:25:10.922Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 486 | 2026-07-26T04:25:11.027Z | Compiling stable_deref_trait v1.2.1 |
| 487 | 2026-07-26T04:25:11.096Z | Compiling bitflags v2.13.0 |
| 488 | 2026-07-26T04:25:11.134Z | Compiling smoltcp v0.11.0 |
| 489 | 2026-07-26T04:25:11.159Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 490 | 2026-07-26T04:25:11.245Z | Compiling rustversion v1.0.23 |
| 491 | 2026-07-26T04:25:11.383Z | Compiling syn v1.0.109 |
| 492 | 2026-07-26T04:25:11.403Z | Compiling macaddr v1.0.1 |
| 493 | 2026-07-26T04:25:11.452Z | Compiling proc-macro-crate v3.5.0 |
| 494 | 2026-07-26T04:25:11.594Z | Compiling version_check v0.9.5 |
| 495 | 2026-07-26T04:25:11.605Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 496 | 2026-07-26T04:25:11.705Z | Compiling ref-cast v1.0.25 |
| 497 | 2026-07-26T04:25:11.789Z | Compiling managed v0.8.0 |
| 498 | 2026-07-26T04:25:11.801Z | Compiling getrandom v0.4.3 |
| 499 | 2026-07-26T04:25:11.838Z | Compiling rand_core v0.10.1 |
| 500 | 2026-07-26T04:25:11.842Z | Compiling rustix v1.1.4 |
| 501 | 2026-07-26T04:25:11.893Z | Compiling bitflags v1.3.2 |
| 502 | 2026-07-26T04:25:11.952Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 503 | 2026-07-26T04:25:12.052Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 504 | 2026-07-26T04:25:12.158Z | Compiling errno v0.3.14 |
| 505 | 2026-07-26T04:25:12.290Z | Compiling regex v1.13.0 |
| 506 | 2026-07-26T04:25:12.433Z | Compiling ipnetwork v0.21.1 |
| 507 | 2026-07-26T04:25:12.550Z | Compiling cpufeatures v0.3.0 |
| 508 | 2026-07-26T04:25:12.612Z | Compiling utf8parse v0.2.2 |
| 509 | 2026-07-26T04:25:12.675Z | Compiling unicode-width v0.2.2 |
| 510 | 2026-07-26T04:25:12.705Z | Compiling once_cell v1.21.4 |
| 511 | 2026-07-26T04:25:12.791Z | Compiling foreign-types-shared v0.3.1 |
| 512 | 2026-07-26T04:25:12.873Z | Compiling darling_core v0.23.0 |
| 513 | 2026-07-26T04:25:12.927Z | Compiling tabwriter v1.4.1 |
| 514 | 2026-07-26T04:25:12.955Z | Compiling tracing-core v0.1.36 |
| 515 | 2026-07-26T04:25:13.082Z | Compiling cstr-argument v0.1.2 |
| 516 | 2026-07-26T04:25:13.103Z | Compiling anstyle-parse v1.0.0 |
| 517 | 2026-07-26T04:25:13.228Z | Compiling chacha20 v0.10.1 |
| 518 | 2026-07-26T04:25:13.782Z | Compiling pretty-hex v0.4.2 |
| 519 | 2026-07-26T04:25:13.787Z | Compiling anstyle v1.0.14 |
| 520 | 2026-07-26T04:25:13.787Z | Compiling pin-project-lite v0.2.17 |
| 521 | 2026-07-26T04:25:13.870Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 522 | 2026-07-26T04:25:13.897Z | Compiling colorchoice v1.0.5 |
| 523 | 2026-07-26T04:25:13.996Z | Compiling dyn-clone v1.0.20 |
| 524 | 2026-07-26T04:25:14.001Z | Compiling thiserror-impl v2.0.18 |
| 525 | 2026-07-26T04:25:14.017Z | Compiling zerocopy-derive v0.8.54 |
| 526 | 2026-07-26T04:25:14.067Z | Compiling serde_derive v1.0.228 |
| 527 | 2026-07-26T04:25:14.084Z | Compiling num_enum_derive v0.7.6 |
| 528 | 2026-07-26T04:25:14.123Z | Compiling foreign-types-macros v0.2.3 |
| 529 | 2026-07-26T04:25:14.675Z | Compiling ref-cast-impl v1.0.25 |
| 530 | 2026-07-26T04:25:14.739Z | Compiling foreign-types v0.5.0 |
| 531 | 2026-07-26T04:25:14.804Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 532 | 2026-07-26T04:25:14.938Z | Compiling darling_macro v0.23.0 |
| 533 | 2026-07-26T04:25:15.053Z | Compiling num_enum v0.7.6 |
| 534 | 2026-07-26T04:25:15.160Z | Compiling tracing-attributes v0.1.31 |
| 535 | 2026-07-26T04:25:15.245Z | Compiling cobs v0.3.0 |
| 536 | 2026-07-26T04:25:15.282Z | Compiling is_terminal_polyfill v1.70.2 |
| 537 | 2026-07-26T04:25:15.314Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 538 | 2026-07-26T04:25:15.410Z | Compiling anstyle-query v1.1.5 |
| 539 | 2026-07-26T04:25:15.410Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 540 | 2026-07-26T04:25:15.483Z | Compiling anstream v1.0.0 |
| 541 | 2026-07-26T04:25:15.510Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 542 | 2026-07-26T04:25:15.564Z | Compiling darling v0.23.0 |
| 543 | 2026-07-26T04:25:15.633Z | Compiling ingot-macros v0.2.0 |
| 544 | 2026-07-26T04:25:15.784Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 545 | 2026-07-26T04:25:15.890Z | Compiling terminal_size v0.4.4 |
| 546 | 2026-07-26T04:25:15.897Z | Compiling rand v0.10.2 |
| 547 | 2026-07-26T04:25:16.022Z | Compiling uuid v1.23.5 |
| 548 | 2026-07-26T04:25:16.138Z | Compiling socket2 v0.6.4 |
| 549 | 2026-07-26T04:25:16.148Z | Compiling colored v3.1.1 |
| 550 | 2026-07-26T04:25:16.413Z | Compiling tracing v0.1.44 |
| 551 | 2026-07-26T04:25:16.678Z | Compiling clap_lex v1.1.0 |
| 552 | 2026-07-26T04:25:16.687Z | Compiling heck v0.5.0 |
| 553 | 2026-07-26T04:25:16.714Z | Compiling oxnet v0.1.6 |
| 554 | 2026-07-26T04:25:16.870Z | Compiling clap_derive v4.6.1 |
| 555 | 2026-07-26T04:25:16.989Z | Compiling clap_builder v4.6.0 |
| 556 | 2026-07-26T04:25:16.999Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 557 | 2026-07-26T04:25:17.289Z | Compiling postcard v1.1.3 |
| 558 | 2026-07-26T04:25:18.356Z | Compiling ingot-types v0.2.0 |
| 559 | 2026-07-26T04:25:18.681Z | Compiling ingot v0.2.0 |
| 560 | 2026-07-26T04:25:18.903Z | Compiling clap v4.6.1 |
| 561 | 2026-07-26T04:25:20.398Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 562 | 2026-07-26T04:25:21.437Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 563 | 2026-07-26T04:25:22.486Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 564 | 2026-07-26T04:25:29.106Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.21s |
| 565 | 2026-07-26T04:25:29.136Z | |
| 566 | 2026-07-26T04:25:29.139Z | real 20.239395795 |
| 567 | 2026-07-26T04:25:29.139Z | user 1:42.571625783 |
| 568 | 2026-07-26T04:25:29.139Z | sys 13.436034149 |
| 569 | 2026-07-26T04:25:29.139Z | trap 0.051958710 |
| 570 | 2026-07-26T04:25:29.139Z | tflt 0.128646806 |
| 571 | 2026-07-26T04:25:29.139Z | dflt 0.298522542 |
| 572 | 2026-07-26T04:25:29.139Z | kflt 0.000017805 |
| 573 | 2026-07-26T04:25:29.139Z | lock 4:48.251431310 |
| 574 | 2026-07-26T04:25:29.139Z | slp 3:25.686534826 |
| 575 | 2026-07-26T04:25:29.139Z | lat 4.819731893 |
| 576 | 2026-07-26T04:25:29.139Z | stop 9.325794938 |
| 577 | 2026-07-26T04:25:29.139Z | + popd |
| 578 | 2026-07-26T04:25:29.139Z | /work/oxidecomputer/opte |
| 579 | 2026-07-26T04:25:29.139Z | + TGT_BASE=/work |
| 580 | 2026-07-26T04:25:29.139Z | + for x in debug release |
| 581 | 2026-07-26T04:25:29.139Z | + mkdir -p /work/debug |
| 582 | 2026-07-26T04:25:29.139Z | + cp target/debug/opteadm /work/debug/ |
| 583 | 2026-07-26T04:25:29.161Z | + sha256sum target/debug/opteadm |
| 584 | 2026-07-26T04:25:29.187Z | + for x in debug release |
| 585 | 2026-07-26T04:25:29.187Z | + mkdir -p /work/release |
| 586 | 2026-07-26T04:25:29.190Z | + cp target/release/opteadm /work/release/ |
| 587 | 2026-07-26T04:25:29.205Z | + sha256sum target/release/opteadm |
| 588 | 2026-07-26T04:25:29.223Z | process exited: duration 68529 ms, exit code 0 |
| |
| 589 | 2026-07-26T04:25:29.228Z | found 4 output files |
| 590 | 2026-07-26T04:25:29.228Z | uploading: /work/debug/opteadm (38121632 bytes) |
| 591 | 2026-07-26T04:25:30.848Z | uploaded: /work/debug/opteadm |
| 592 | 2026-07-26T04:25:30.851Z | uploading: /work/debug/opteadm.debug.sha256 (87 bytes) |
| 593 | 2026-07-26T04:25:31.857Z | uploaded: /work/debug/opteadm.debug.sha256 |
| 594 | 2026-07-26T04:25:31.857Z | uploading: /work/release/opteadm (25874952 bytes) |
| 595 | 2026-07-26T04:25:33.448Z | uploaded: /work/release/opteadm |
| 596 | 2026-07-26T04:25:33.448Z | uploading: /work/release/opteadm.release.sha256 (89 bytes) |
| 597 | 2026-07-26T04:25:34.456Z | uploaded: /work/release/opteadm.release.sha256 |