|
|
|
| 1 | 2026-02-24T00:03:25.169Z | job assigned to worker 01KJ6F8QA0YCCRGG1WYARV2N4H [factory aws, i-07566a5eef61ef715] (queued for 55 s) |
| |
| 2 | 2026-02-24T00:03:33.461Z | starting task 0: "setup" |
| 3 | 2026-02-24T00:03:33.466Z | ++ uname -s |
| 4 | 2026-02-24T00:03:33.470Z | + kern=SunOS |
| 5 | 2026-02-24T00:03:33.470Z | + build_user=build |
| 6 | 2026-02-24T00:03:33.470Z | + build_uid=12345 |
| 7 | 2026-02-24T00:03:33.470Z | + work_dir=/work |
| 8 | 2026-02-24T00:03:33.470Z | + input_dir=/input |
| 9 | 2026-02-24T00:03:33.470Z | + [[ 0 == 12345 ]] |
| 10 | 2026-02-24T00:03:33.470Z | + case "$kern" in |
| 11 | 2026-02-24T00:03:33.470Z | + groupadd -g 12345 build |
| 12 | 2026-02-24T00:03:33.473Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-02-24T00:03:35.480Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-02-24T00:03:35.647Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-02-24T00:03:35.650Z | + home_fs=zfs |
| 16 | 2026-02-24T00:03:35.650Z | + [[ zfs == autofs ]] |
| 17 | 2026-02-24T00:03:35.650Z | + mkdir -p /home/build |
| 18 | 2026-02-24T00:03:35.654Z | + chown build:build /home/build /work |
| 19 | 2026-02-24T00:03:37.654Z | + chmod 0700 /home/build /work |
| 20 | 2026-02-24T00:03:37.658Z | process exited: duration 4197 ms, exit code 0 |
| |
| 21 | 2026-02-24T00:03:37.667Z | starting task 1: "rust-toolchain" |
| 22 | 2026-02-24T00:03:37.672Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 23 | 2026-02-24T00:03:37.672Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-02-24T00:03:37.672Z | * rust toolchain channel = "1.90.0" |
| 25 | 2026-02-24T00:03:37.672Z | * rust toolchain profile = "default" |
| 26 | 2026-02-24T00:03:37.672Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-02-24T00:03:37.672Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-02-24T00:03:37.676Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-02-24T00:03:37.676Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-02-24T00:03:37.813Z | info: downloading installer |
| 31 | 2026-02-24T00:03:39.577Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-02-24T00:03:39.577Z | warn: /opt/ooce/bin |
| 33 | 2026-02-24T00:03:39.577Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-02-24T00:03:39.577Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-02-24T00:03:39.577Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-02-24T00:03:39.577Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-02-24T00:03:39.577Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-02-24T00:03:39.578Z | error: cannot install while Rust is installed |
| 39 | 2026-02-24T00:03:39.578Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-02-24T00:03:39.619Z | info: profile set to 'default' |
| 41 | 2026-02-24T00:03:39.619Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-02-24T00:03:39.623Z | info: syncing channel updates for '1.90.0-x86_64-unknown-illumos' |
| 43 | 2026-02-24T00:03:39.789Z | info: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14) |
| 44 | 2026-02-24T00:03:39.789Z | info: downloading component 'cargo' |
| 45 | 2026-02-24T00:03:41.041Z | info: downloading component 'clippy' |
| 46 | 2026-02-24T00:03:41.440Z | info: downloading component 'rust-docs' |
| 47 | 2026-02-24T00:03:42.940Z | info: downloading component 'rust-std' |
| 48 | 2026-02-24T00:03:44.980Z | info: downloading component 'rustc' |
| 49 | 2026-02-24T00:03:53.783Z | info: downloading component 'rustfmt' |
| 50 | 2026-02-24T00:03:54.121Z | info: installing component 'cargo' |
| 51 | 2026-02-24T00:03:55.034Z | info: installing component 'clippy' |
| 52 | 2026-02-24T00:03:55.439Z | info: installing component 'rust-docs' |
| 53 | 2026-02-24T00:03:57.304Z | info: installing component 'rust-std' |
| 54 | 2026-02-24T00:03:59.222Z | info: installing component 'rustc' |
| 55 | 2026-02-24T00:04:05.789Z | info: installing component 'rustfmt' |
| 56 | 2026-02-24T00:04:06.133Z | info: default toolchain set to '1.90.0-x86_64-unknown-illumos' |
| 57 | 2026-02-24T00:04:06.133Z | |
| 58 | 2026-02-24T00:04:06.563Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 59 | 2026-02-24T00:04:06.563Z | |
| 60 | 2026-02-24T00:04:06.567Z | |
| 61 | 2026-02-24T00:04:06.567Z | Rust is installed now. Great! |
| 62 | 2026-02-24T00:04:06.567Z | |
| 63 | 2026-02-24T00:04:06.567Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-02-24T00:04:06.567Z | environment variable. This has not been done automatically. |
| 65 | 2026-02-24T00:04:06.567Z | |
| 66 | 2026-02-24T00:04:06.567Z | To configure your current shell, you need to source |
| 67 | 2026-02-24T00:04:06.567Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-02-24T00:04:06.567Z | |
| 69 | 2026-02-24T00:04:06.567Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-02-24T00:04:06.567Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-02-24T00:04:06.567Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-02-24T00:04:06.567Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-02-24T00:04:06.656Z | + rustup --version |
| 74 | 2026-02-24T00:04:06.668Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-02-24T00:04:06.672Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-02-24T00:04:06.753Z | info: The currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 77 | 2026-02-24T00:04:06.756Z | + cargo --version |
| 78 | 2026-02-24T00:04:06.822Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 79 | 2026-02-24T00:04:06.826Z | + rustc --version |
| 80 | 2026-02-24T00:04:06.897Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 81 | 2026-02-24T00:04:06.904Z | process exited: duration 29232 ms, exit code 0 |
| |
| 82 | 2026-02-24T00:04:06.911Z | starting task 2: "authentication" |
| 83 | 2026-02-24T00:04:06.933Z | process exited: duration 22 ms, exit code 0 |
| |
| 84 | 2026-02-24T00:04:06.939Z | starting task 3: "clone repository" |
| 85 | 2026-02-24T00:04:06.944Z | + mkdir -p /work/oxidecomputer/opte |
| 86 | 2026-02-24T00:04:06.947Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 87 | 2026-02-24T00:04:06.993Z | Cloning into '/work/oxidecomputer/opte'... |
| 88 | 2026-02-24T00:04:10.476Z | + cd /work/oxidecomputer/opte |
| 89 | 2026-02-24T00:04:10.476Z | + git fetch origin c570ac2126dbbebbd8e98e73b580c5be6b7e460e |
| 90 | 2026-02-24T00:04:10.966Z | From https://github.com/oxidecomputer/opte |
| 91 | 2026-02-24T00:04:10.966Z | * branch c570ac2126dbbebbd8e98e73b580c5be6b7e460e -> FETCH_HEAD |
| 92 | 2026-02-24T00:04:10.975Z | + [[ -n zl/filter-mcast-srcs ]] |
| 93 | 2026-02-24T00:04:10.978Z | ++ git branch --show-current |
| 94 | 2026-02-24T00:04:10.981Z | + current=master |
| 95 | 2026-02-24T00:04:10.981Z | + [[ master != zl/filter-mcast-srcs ]] |
| 96 | 2026-02-24T00:04:10.981Z | + git branch -f zl/filter-mcast-srcs c570ac2126dbbebbd8e98e73b580c5be6b7e460e |
| 97 | 2026-02-24T00:04:10.984Z | + git checkout -f zl/filter-mcast-srcs |
| 98 | 2026-02-24T00:04:11.009Z | Switched to branch 'zl/filter-mcast-srcs' |
| 99 | 2026-02-24T00:04:11.012Z | + git reset --hard c570ac2126dbbebbd8e98e73b580c5be6b7e460e |
| 100 | 2026-02-24T00:04:11.036Z | HEAD is now at c570ac2 [review] api comment updates for ord impl |
| 101 | 2026-02-24T00:04:11.039Z | process exited: duration 4097 ms, exit code 0 |
| |
| 102 | 2026-02-24T00:04:11.047Z | starting task 4: "build" |
| 103 | 2026-02-24T00:04:11.053Z | + source .github/buildomat/common.sh |
| 104 | 2026-02-24T00:04:11.056Z | ++ rustup show active-toolchain |
| 105 | 2026-02-24T00:04:11.103Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 106 | 2026-02-24T00:04:11.106Z | ++ pushd xde |
| 107 | 2026-02-24T00:04:11.109Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 108 | 2026-02-24T00:04:11.109Z | ++ rustup show active-toolchain |
| 109 | 2026-02-24T00:04:11.114Z | info: syncing channel updates for 'nightly-2025-09-19-x86_64-unknown-illumos' |
| 110 | 2026-02-24T00:04:11.329Z | info: latest update on 2025-09-19, rust version 1.92.0-nightly (7c275d09e 2025-09-18) |
| 111 | 2026-02-24T00:04:11.333Z | info: downloading component 'cargo' |
| 112 | 2026-02-24T00:04:12.325Z | info: downloading component 'clippy' |
| 113 | 2026-02-24T00:04:12.699Z | info: downloading component 'rust-src' |
| 114 | 2026-02-24T00:04:13.021Z | info: downloading component 'rust-std' |
| 115 | 2026-02-24T00:04:14.846Z | info: downloading component 'rustc' |
| 116 | 2026-02-24T00:04:22.267Z | info: downloading component 'rustfmt' |
| 117 | 2026-02-24T00:04:22.560Z | info: installing component 'cargo' |
| 118 | 2026-02-24T00:04:23.482Z | info: installing component 'clippy' |
| 119 | 2026-02-24T00:04:23.879Z | info: installing component 'rust-src' |
| 120 | 2026-02-24T00:04:24.249Z | info: installing component 'rust-std' |
| 121 | 2026-02-24T00:04:25.939Z | info: installing component 'rustc' |
| 122 | 2026-02-24T00:04:32.580Z | info: installing component 'rustfmt' |
| 123 | 2026-02-24T00:04:32.920Z | nightly-2025-09-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 124 | 2026-02-24T00:04:33.009Z | +++ rustup show active-toolchain -v |
| 125 | 2026-02-24T00:04:33.012Z | +++ head -n 1 |
| 126 | 2026-02-24T00:04:33.012Z | +++ cut '-d ' -f1 |
| 127 | 2026-02-24T00:04:33.123Z | ++ export NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos |
| 128 | 2026-02-24T00:04:33.123Z | ++ NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos |
| 129 | 2026-02-24T00:04:33.123Z | ++ popd |
| 130 | 2026-02-24T00:04:33.127Z | /work/oxidecomputer/opte |
| 131 | 2026-02-24T00:04:33.127Z | + TGT_BASE=/work |
| 132 | 2026-02-24T00:04:33.127Z | + DBG_SRC=target/x86_64-unknown-unknown/debug |
| 133 | 2026-02-24T00:04:33.127Z | + DBG_LINK_SRC=target/i686-unknown-illumos/debug |
| 134 | 2026-02-24T00:04:33.127Z | + DBG_TGT=/work/debug |
| 135 | 2026-02-24T00:04:33.127Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 136 | 2026-02-24T00:04:33.127Z | + REL_LINK_SRC=target/i686-unknown-illumos/release |
| 137 | 2026-02-24T00:04:33.127Z | + REL_TGT=/work/release |
| 138 | 2026-02-24T00:04:33.127Z | + mkdir -p /work/debug /work/release |
| 139 | 2026-02-24T00:04:33.127Z | + cargo --version |
| 140 | 2026-02-24T00:04:33.184Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 141 | 2026-02-24T00:04:33.188Z | + rustc --version |
| 142 | 2026-02-24T00:04:33.260Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 143 | 2026-02-24T00:04:33.263Z | + install_pkg jq |
| 144 | 2026-02-24T00:04:33.263Z | + set +o errexit |
| 145 | 2026-02-24T00:04:33.264Z | + pfexec pkg install jq |
| 146 | 2026-02-24T00:04:44.673Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 147 | 2026-02-24T00:04:54.989Z | Startup: Caching catalogs ... Done |
| 148 | 2026-02-24T00:05:19.386Z | Planning: Solver setup ... Done |
| 149 | 2026-02-24T00:05:19.430Z | Planning: Running solver ... Done |
| 150 | 2026-02-24T00:05:19.430Z | Planning: Consolidating action changes ... Done |
| 151 | 2026-02-24T00:05:19.430Z | Planning: Evaluating mediators ... Done |
| 152 | 2026-02-24T00:05:19.430Z | Planning: Planning completed in 23.01 seconds |
| 153 | 2026-02-24T00:05:19.430Z | No updates necessary for this image. |
| 154 | 2026-02-24T00:05:19.455Z | + exit_code=4 |
| 155 | 2026-02-24T00:05:19.468Z | + [[ 4 -ne 0 ]] |
| 156 | 2026-02-24T00:05:19.468Z | + [[ 4 -ne 4 ]] |
| 157 | 2026-02-24T00:05:19.468Z | + set -o errexit |
| 158 | 2026-02-24T00:05:19.468Z | + pushd xde |
| 159 | 2026-02-24T00:05:19.469Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 160 | 2026-02-24T00:05:19.469Z | + cp xde.conf /work/xde.conf |
| 161 | 2026-02-24T00:05:19.469Z | + header 'check style' |
| 162 | 2026-02-24T00:05:19.469Z | + echo '# ==== check style ==== #' |
| 163 | 2026-02-24T00:05:19.469Z | # ==== check style ==== # |
| 164 | 2026-02-24T00:05:19.469Z | + ptime -m cargo +nightly-2025-09-19-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check |
| 165 | 2026-02-24T00:05:19.892Z | |
| 166 | 2026-02-24T00:05:19.892Z | real 0.434906736 |
| 167 | 2026-02-24T00:05:19.892Z | user 0.322923144 |
| 168 | 2026-02-24T00:05:19.892Z | sys 0.102231162 |
| 169 | 2026-02-24T00:05:19.892Z | trap 0.000033627 |
| 170 | 2026-02-24T00:05:19.892Z | tflt 0.000011409 |
| 171 | 2026-02-24T00:05:19.892Z | dflt 0.000028753 |
| 172 | 2026-02-24T00:05:19.892Z | kflt 0.000000000 |
| 173 | 2026-02-24T00:05:19.892Z | lock 0.715985533 |
| 174 | 2026-02-24T00:05:19.892Z | slp 0.436681897 |
| 175 | 2026-02-24T00:05:19.892Z | lat 0.001638231 |
| 176 | 2026-02-24T00:05:19.892Z | stop 0.000157710 |
| 177 | 2026-02-24T00:05:19.895Z | + header analyze |
| 178 | 2026-02-24T00:05:19.895Z | + echo '# ==== analyze ==== #' |
| 179 | 2026-02-24T00:05:19.895Z | # ==== analyze ==== # |
| 180 | 2026-02-24T00:05:19.895Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 181 | 2026-02-24T00:05:20.235Z | Updating crates.io index |
| 182 | 2026-02-24T00:05:20.281Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 183 | 2026-02-24T00:05:24.284Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 184 | 2026-02-24T00:05:24.911Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 185 | 2026-02-24T00:05:25.931Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 186 | 2026-02-24T00:05:26.794Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 187 | 2026-02-24T00:05:27.384Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 188 | 2026-02-24T00:05:28.047Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 189 | 2026-02-24T00:05:30.385Z | Downloading crates ... |
| 190 | 2026-02-24T00:05:30.435Z | Downloaded hash32 v0.3.1 |
| 191 | 2026-02-24T00:05:30.439Z | Downloaded dyn-clone v1.0.20 |
| 192 | 2026-02-24T00:05:30.447Z | Downloaded darling_macro v0.21.3 |
| 193 | 2026-02-24T00:05:30.451Z | Downloaded cfg-if v1.0.4 |
| 194 | 2026-02-24T00:05:30.451Z | Downloaded bitflags v1.3.2 |
| 195 | 2026-02-24T00:05:30.454Z | Downloaded embedded-io v0.6.1 |
| 196 | 2026-02-24T00:05:30.454Z | Downloaded defmt v0.3.100 |
| 197 | 2026-02-24T00:05:30.454Z | Downloaded crc32fast v1.5.0 |
| 198 | 2026-02-24T00:05:30.457Z | Downloaded fnv v1.0.7 |
| 199 | 2026-02-24T00:05:30.457Z | Downloaded defmt v1.0.1 |
| 200 | 2026-02-24T00:05:30.461Z | Downloaded bitflags v2.10.0 |
| 201 | 2026-02-24T00:05:30.464Z | Downloaded defmt-parser v1.0.0 |
| 202 | 2026-02-24T00:05:30.467Z | Downloaded cobs v0.3.0 |
| 203 | 2026-02-24T00:05:30.467Z | Downloaded ident_case v1.0.1 |
| 204 | 2026-02-24T00:05:30.467Z | Downloaded aho-corasick v1.1.4 |
| 205 | 2026-02-24T00:05:30.473Z | Downloaded postcard v1.1.3 |
| 206 | 2026-02-24T00:05:30.476Z | Downloaded stable_deref_trait v1.2.1 |
| 207 | 2026-02-24T00:05:30.476Z | Downloaded managed v0.8.0 |
| 208 | 2026-02-24T00:05:30.479Z | Downloaded ingot v0.1.1 |
| 209 | 2026-02-24T00:05:30.483Z | Downloaded ref-cast v1.0.25 |
| 210 | 2026-02-24T00:05:30.483Z | Downloaded version_check v0.9.5 |
| 211 | 2026-02-24T00:05:30.486Z | Downloaded either v1.15.0 |
| 212 | 2026-02-24T00:05:30.486Z | Downloaded darling v0.21.3 |
| 213 | 2026-02-24T00:05:30.489Z | Downloaded serde_core v1.0.228 |
| 214 | 2026-02-24T00:05:30.492Z | Downloaded defmt-macros v1.0.1 |
| 215 | 2026-02-24T00:05:30.495Z | Downloaded byteorder v1.5.0 |
| 216 | 2026-02-24T00:05:30.495Z | Downloaded proc-macro2 v1.0.106 |
| 217 | 2026-02-24T00:05:30.498Z | Downloaded macaddr v1.0.1 |
| 218 | 2026-02-24T00:05:30.502Z | Downloaded embedded-io v0.4.0 |
| 219 | 2026-02-24T00:05:30.502Z | Downloaded ref-cast-impl v1.0.25 |
| 220 | 2026-02-24T00:05:30.507Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 221 | 2026-02-24T00:05:30.511Z | Downloaded strsim v0.11.1 |
| 222 | 2026-02-24T00:05:30.519Z | Downloaded quote v1.0.44 |
| 223 | 2026-02-24T00:05:30.522Z | Downloaded ingot-types v0.1.2 |
| 224 | 2026-02-24T00:05:30.525Z | Downloaded thiserror v2.0.18 |
| 225 | 2026-02-24T00:05:30.531Z | Downloaded thiserror-impl v2.0.18 |
| 226 | 2026-02-24T00:05:30.534Z | Downloaded proc-macro-error2 v2.0.1 |
| 227 | 2026-02-24T00:05:30.534Z | Downloaded darling_core v0.21.3 |
| 228 | 2026-02-24T00:05:30.539Z | Downloaded ingot-macros v0.1.1 |
| 229 | 2026-02-24T00:05:30.542Z | Downloaded serde_derive v1.0.228 |
| 230 | 2026-02-24T00:05:30.562Z | Downloaded unicode-ident v1.0.23 |
| 231 | 2026-02-24T00:05:30.569Z | Downloaded heapless v0.8.0 |
| 232 | 2026-02-24T00:05:30.578Z | Downloaded uuid v1.20.0 |
| 233 | 2026-02-24T00:05:30.581Z | Downloaded memchr v2.8.0 |
| 234 | 2026-02-24T00:05:30.584Z | Downloaded serde v1.0.228 |
| 235 | 2026-02-24T00:05:30.605Z | Downloaded zerocopy-derive v0.8.39 |
| 236 | 2026-02-24T00:05:30.615Z | Downloaded regex v1.12.3 |
| 237 | 2026-02-24T00:05:30.620Z | Downloaded itertools v0.14.0 |
| 238 | 2026-02-24T00:05:30.655Z | Downloaded smoltcp v0.11.0 |
| 239 | 2026-02-24T00:05:30.665Z | Downloaded zerocopy v0.8.39 |
| 240 | 2026-02-24T00:05:30.682Z | Downloaded syn v2.0.114 |
| 241 | 2026-02-24T00:05:30.692Z | Downloaded regex-syntax v0.8.9 |
| 242 | 2026-02-24T00:05:30.710Z | Downloaded regex-automata v0.4.14 |
| 243 | 2026-02-24T00:05:30.729Z | Updating crates.io index |
| 244 | 2026-02-24T00:05:30.825Z | Downloading crates ... |
| 245 | 2026-02-24T00:05:30.879Z | Downloaded getopts v0.2.24 |
| 246 | 2026-02-24T00:05:30.883Z | Downloaded miniz_oxide v0.8.9 |
| 247 | 2026-02-24T00:05:30.886Z | Downloaded rustc-literal-escaper v0.0.5 |
| 248 | 2026-02-24T00:05:30.889Z | Downloaded cfg-if v1.0.1 |
| 249 | 2026-02-24T00:05:30.892Z | Downloaded adler2 v2.0.1 |
| 250 | 2026-02-24T00:05:30.898Z | Downloaded rustc-demangle v0.1.26 |
| 251 | 2026-02-24T00:05:30.901Z | Downloaded addr2line v0.25.0 |
| 252 | 2026-02-24T00:05:30.913Z | Downloaded memchr v2.7.5 |
| 253 | 2026-02-24T00:05:30.935Z | Downloaded hashbrown v0.15.5 |
| 254 | 2026-02-24T00:05:30.962Z | Downloaded object v0.37.3 |
| 255 | 2026-02-24T00:05:30.969Z | Downloaded gimli v0.32.0 |
| 256 | 2026-02-24T00:05:30.992Z | Downloaded libc v0.2.175 |
| 257 | 2026-02-24T00:05:31.064Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 258 | 2026-02-24T00:05:31.064Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 259 | 2026-02-24T00:05:31.067Z | Compiling proc-macro2 v1.0.106 |
| 260 | 2026-02-24T00:05:31.067Z | Compiling unicode-ident v1.0.23 |
| 261 | 2026-02-24T00:05:31.067Z | Compiling quote v1.0.44 |
| 262 | 2026-02-24T00:05:31.067Z | Compiling serde_core v1.0.228 |
| 263 | 2026-02-24T00:05:31.067Z | Compiling strsim v0.11.1 |
| 264 | 2026-02-24T00:05:31.139Z | Compiling fnv v1.0.7 |
| 265 | 2026-02-24T00:05:31.311Z | Compiling ident_case v1.0.1 |
| 266 | 2026-02-24T00:05:31.381Z | Compiling memchr v2.8.0 |
| 267 | 2026-02-24T00:05:31.500Z | Compiling regex-syntax v0.8.9 |
| 268 | 2026-02-24T00:05:31.893Z | Compiling thiserror v2.0.18 |
| 269 | 2026-02-24T00:05:31.937Z | Compiling zerocopy v0.8.39 |
| 270 | 2026-02-24T00:05:31.954Z | Compiling either v1.15.0 |
| 271 | 2026-02-24T00:05:32.107Z | Compiling serde v1.0.228 |
| 272 | 2026-02-24T00:05:32.380Z | Compiling aho-corasick v1.1.4 |
| 273 | 2026-02-24T00:05:32.936Z | Compiling itertools v0.14.0 |
| 274 | 2026-02-24T00:05:33.022Z | Compiling heapless v0.8.0 |
| 275 | 2026-02-24T00:05:33.039Z | Compiling smoltcp v0.11.0 |
| 276 | 2026-02-24T00:05:33.515Z | Compiling syn v2.0.114 |
| 277 | 2026-02-24T00:05:33.720Z | Compiling version_check v0.9.5 |
| 278 | 2026-02-24T00:05:33.794Z | Compiling crc32fast v1.5.0 |
| 279 | 2026-02-24T00:05:33.951Z | Compiling ref-cast v1.0.25 |
| 280 | 2026-02-24T00:05:34.504Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 281 | 2026-02-24T00:05:34.940Z | Compiling regex-automata v0.4.14 |
| 282 | 2026-02-24T00:05:37.850Z | Compiling regex v1.12.3 |
| 283 | 2026-02-24T00:05:38.706Z | Compiling darling_core v0.21.3 |
| 284 | 2026-02-24T00:05:40.661Z | Compiling thiserror-impl v2.0.18 |
| 285 | 2026-02-24T00:05:40.666Z | Compiling serde_derive v1.0.228 |
| 286 | 2026-02-24T00:05:40.666Z | Compiling zerocopy-derive v0.8.39 |
| 287 | 2026-02-24T00:05:40.666Z | Compiling ref-cast-impl v1.0.25 |
| 288 | 2026-02-24T00:05:40.666Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 289 | 2026-02-24T00:05:43.355Z | Compiling darling_macro v0.21.3 |
| 290 | 2026-02-24T00:05:44.619Z | Compiling darling v0.21.3 |
| 291 | 2026-02-24T00:05:44.737Z | Compiling ingot-macros v0.1.1 |
| 292 | 2026-02-24T00:05:44.741Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 293 | 2026-02-24T00:05:55.741Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 294 | 2026-02-24T00:05:59.499Z | Checking byteorder v1.5.0 |
| 295 | 2026-02-24T00:05:59.502Z | Checking macaddr v1.0.1 |
| 296 | 2026-02-24T00:05:59.502Z | Checking cfg-if v1.0.4 |
| 297 | 2026-02-24T00:05:59.502Z | Checking stable_deref_trait v1.2.1 |
| 298 | 2026-02-24T00:05:59.502Z | Checking managed v0.8.0 |
| 299 | 2026-02-24T00:05:59.589Z | Checking bitflags v1.3.2 |
| 300 | 2026-02-24T00:05:59.655Z | Checking cobs v0.3.0 |
| 301 | 2026-02-24T00:05:59.802Z | Checking hash32 v0.3.1 |
| 302 | 2026-02-24T00:05:59.867Z | Checking dyn-clone v1.0.20 |
| 303 | 2026-02-24T00:05:59.870Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 304 | 2026-02-24T00:06:02.108Z | Checking bitflags v2.10.0 |
| 305 | 2026-02-24T00:06:02.112Z | Checking uuid v1.20.0 |
| 306 | 2026-02-24T00:06:02.344Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 307 | 2026-02-24T00:06:02.814Z | Checking postcard v1.1.3 |
| 308 | 2026-02-24T00:06:04.514Z | Checking ingot-types v0.1.2 |
| 309 | 2026-02-24T00:06:04.984Z | Checking ingot v0.1.1 |
| 310 | 2026-02-24T00:06:07.671Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 311 | 2026-02-24T00:06:15.146Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 312 | 2026-02-24T00:06:17.952Z | Checking xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 313 | 2026-02-24T00:06:22.587Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1m 02s |
| 314 | 2026-02-24T00:06:22.710Z | |
| 315 | 2026-02-24T00:06:22.713Z | real 1:02.809406043 |
| 316 | 2026-02-24T00:06:22.714Z | user 2:28.863835558 |
| 317 | 2026-02-24T00:06:22.714Z | sys 15.121481501 |
| 318 | 2026-02-24T00:06:22.714Z | trap 0.060909713 |
| 319 | 2026-02-24T00:06:22.714Z | tflt 0.084003017 |
| 320 | 2026-02-24T00:06:22.714Z | dflt 0.328189037 |
| 321 | 2026-02-24T00:06:22.714Z | kflt 0.001720552 |
| 322 | 2026-02-24T00:06:22.714Z | lock 5:47.928835191 |
| 323 | 2026-02-24T00:06:22.714Z | slp 7:55.025699334 |
| 324 | 2026-02-24T00:06:22.714Z | lat 4.212248643 |
| 325 | 2026-02-24T00:06:22.714Z | stop 9.788061872 |
| 326 | 2026-02-24T00:06:22.714Z | + pushd xde-link |
| 327 | 2026-02-24T00:06:22.714Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 328 | 2026-02-24T00:06:22.714Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 329 | 2026-02-24T00:06:23.040Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 330 | 2026-02-24T00:06:23.040Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 331 | 2026-02-24T00:06:23.040Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 332 | 2026-02-24T00:06:42.764Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 333 | 2026-02-24T00:06:46.593Z | Finished `dev` profile [optimized + debuginfo] target(s) in 23.72s |
| 334 | 2026-02-24T00:06:46.617Z | |
| 335 | 2026-02-24T00:06:46.620Z | real 23.899325986 |
| 336 | 2026-02-24T00:06:46.620Z | user 41.439766024 |
| 337 | 2026-02-24T00:06:46.620Z | sys 1.681862013 |
| 338 | 2026-02-24T00:06:46.620Z | trap 0.009811969 |
| 339 | 2026-02-24T00:06:46.621Z | tflt 0.030425270 |
| 340 | 2026-02-24T00:06:46.621Z | dflt 0.052156119 |
| 341 | 2026-02-24T00:06:46.621Z | kflt 0.000002079 |
| 342 | 2026-02-24T00:06:46.621Z | lock 1:45.414740971 |
| 343 | 2026-02-24T00:06:46.621Z | slp 1:46.548982798 |
| 344 | 2026-02-24T00:06:46.621Z | lat 0.376151714 |
| 345 | 2026-02-24T00:06:46.621Z | stop 0.163485126 |
| 346 | 2026-02-24T00:06:46.621Z | + popd |
| 347 | 2026-02-24T00:06:46.621Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 348 | 2026-02-24T00:06:46.621Z | + popd |
| 349 | 2026-02-24T00:06:46.621Z | /work/oxidecomputer/opte |
| 350 | 2026-02-24T00:06:46.621Z | + header 'build xde (debug)' |
| 351 | 2026-02-24T00:06:46.621Z | + echo '# ==== build xde (debug) ==== #' |
| 352 | 2026-02-24T00:06:46.621Z | # ==== build xde (debug) ==== # |
| 353 | 2026-02-24T00:06:46.621Z | + ptime -m cargo xtask build --profile debug xde xde-link |
| 354 | 2026-02-24T00:06:46.856Z | Downloading crates ... |
| 355 | 2026-02-24T00:06:46.912Z | Downloaded clap_lex v0.7.7 |
| 356 | 2026-02-24T00:06:46.915Z | Downloaded serde_spanned v1.0.4 |
| 357 | 2026-02-24T00:06:46.919Z | Downloaded semver v1.0.27 |
| 358 | 2026-02-24T00:06:46.922Z | Downloaded is_terminal_polyfill v1.70.2 |
| 359 | 2026-02-24T00:06:46.922Z | Downloaded anstyle v1.0.13 |
| 360 | 2026-02-24T00:06:46.927Z | Downloaded colorchoice v1.0.4 |
| 361 | 2026-02-24T00:06:46.927Z | Downloaded terminal_size v0.4.3 |
| 362 | 2026-02-24T00:06:46.930Z | Downloaded itoa v1.0.17 |
| 363 | 2026-02-24T00:06:46.930Z | Downloaded zmij v1.0.20 |
| 364 | 2026-02-24T00:06:46.934Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 365 | 2026-02-24T00:06:46.934Z | Downloaded equivalent v1.0.2 |
| 366 | 2026-02-24T00:06:46.939Z | Downloaded heck v0.5.0 |
| 367 | 2026-02-24T00:06:46.942Z | Downloaded errno v0.3.14 |
| 368 | 2026-02-24T00:06:46.945Z | Downloaded anstyle-parse v0.2.7 |
| 369 | 2026-02-24T00:06:46.945Z | Downloaded anstyle-query v1.1.5 |
| 370 | 2026-02-24T00:06:46.949Z | Downloaded cargo_metadata v0.23.1 |
| 371 | 2026-02-24T00:06:46.952Z | Downloaded utf8parse v0.2.2 |
| 372 | 2026-02-24T00:06:46.956Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 373 | 2026-02-24T00:06:46.961Z | Downloaded anstream v0.6.21 |
| 374 | 2026-02-24T00:06:46.965Z | Downloaded camino v1.2.2 |
| 375 | 2026-02-24T00:06:46.969Z | Downloaded cargo-platform v0.3.2 |
| 376 | 2026-02-24T00:06:46.980Z | Downloaded clap_derive v4.5.55 |
| 377 | 2026-02-24T00:06:46.983Z | Downloaded toml_parser v1.0.7+spec-1.1.0 |
| 378 | 2026-02-24T00:06:46.987Z | Downloaded toml v1.0.0+spec-1.1.0 |
| 379 | 2026-02-24T00:06:46.990Z | Downloaded anyhow v1.0.101 |
| 380 | 2026-02-24T00:06:46.995Z | Downloaded clap v4.5.57 |
| 381 | 2026-02-24T00:06:47.010Z | Downloaded indexmap v2.13.0 |
| 382 | 2026-02-24T00:06:47.030Z | Downloaded winnow v0.7.14 |
| 383 | 2026-02-24T00:06:47.038Z | Downloaded hashbrown v0.16.1 |
| 384 | 2026-02-24T00:06:47.043Z | Downloaded serde_json v1.0.149 |
| 385 | 2026-02-24T00:06:47.049Z | Downloaded clap_builder v4.5.57 |
| 386 | 2026-02-24T00:06:47.070Z | Downloaded rustix v1.1.3 |
| 387 | 2026-02-24T00:06:47.105Z | Downloaded libc v0.2.180 |
| 388 | 2026-02-24T00:06:47.174Z | Compiling serde_core v1.0.228 |
| 389 | 2026-02-24T00:06:47.175Z | Compiling proc-macro2 v1.0.106 |
| 390 | 2026-02-24T00:06:47.178Z | Compiling unicode-ident v1.0.23 |
| 391 | 2026-02-24T00:06:47.178Z | Compiling quote v1.0.44 |
| 392 | 2026-02-24T00:06:47.178Z | Compiling libc v0.2.180 |
| 393 | 2026-02-24T00:06:47.178Z | Compiling rustix v1.1.3 |
| 394 | 2026-02-24T00:06:47.178Z | Compiling bitflags v2.10.0 |
| 395 | 2026-02-24T00:06:47.178Z | Compiling utf8parse v0.2.2 |
| 396 | 2026-02-24T00:06:47.426Z | Compiling zmij v1.0.20 |
| 397 | 2026-02-24T00:06:47.451Z | Compiling anstyle-parse v0.2.7 |
| 398 | 2026-02-24T00:06:47.823Z | Compiling is_terminal_polyfill v1.70.2 |
| 399 | 2026-02-24T00:06:47.840Z | Compiling camino v1.2.2 |
| 400 | 2026-02-24T00:06:47.938Z | Compiling colorchoice v1.0.4 |
| 401 | 2026-02-24T00:06:47.982Z | Compiling anstyle v1.0.13 |
| 402 | 2026-02-24T00:06:48.105Z | Compiling anstyle-query v1.1.5 |
| 403 | 2026-02-24T00:06:48.108Z | Compiling serde v1.0.228 |
| 404 | 2026-02-24T00:06:48.202Z | Compiling thiserror v2.0.18 |
| 405 | 2026-02-24T00:06:48.257Z | Compiling serde_json v1.0.149 |
| 406 | 2026-02-24T00:06:48.449Z | Compiling anstream v0.6.21 |
| 407 | 2026-02-24T00:06:48.631Z | Compiling winnow v0.7.14 |
| 408 | 2026-02-24T00:06:48.695Z | Compiling clap_lex v0.7.7 |
| 409 | 2026-02-24T00:06:48.789Z | Compiling errno v0.3.14 |
| 410 | 2026-02-24T00:06:49.300Z | Compiling memchr v2.8.0 |
| 411 | 2026-02-24T00:06:49.507Z | Compiling strsim v0.11.1 |
| 412 | 2026-02-24T00:06:49.640Z | Compiling syn v2.0.114 |
| 413 | 2026-02-24T00:06:49.672Z | Compiling itoa v1.0.17 |
| 414 | 2026-02-24T00:06:49.791Z | Compiling heck v0.5.0 |
| 415 | 2026-02-24T00:06:50.179Z | Compiling anyhow v1.0.101 |
| 416 | 2026-02-24T00:06:50.204Z | Compiling terminal_size v0.4.3 |
| 417 | 2026-02-24T00:06:50.445Z | Compiling clap_builder v4.5.57 |
| 418 | 2026-02-24T00:06:51.170Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 419 | 2026-02-24T00:06:51.786Z | Compiling toml_parser v1.0.7+spec-1.1.0 |
| 420 | 2026-02-24T00:06:52.479Z | Compiling serde_spanned v1.0.4 |
| 421 | 2026-02-24T00:06:52.543Z | Compiling cargo-platform v0.3.2 |
| 422 | 2026-02-24T00:06:52.903Z | Compiling semver v1.0.27 |
| 423 | 2026-02-24T00:06:53.368Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 424 | 2026-02-24T00:06:53.905Z | Compiling toml v1.0.0+spec-1.1.0 |
| 425 | 2026-02-24T00:06:56.032Z | Compiling serde_derive v1.0.228 |
| 426 | 2026-02-24T00:06:56.555Z | Compiling thiserror-impl v2.0.18 |
| 427 | 2026-02-24T00:06:56.707Z | Compiling clap_derive v4.5.55 |
| 428 | 2026-02-24T00:07:00.698Z | Compiling clap v4.5.57 |
| 429 | 2026-02-24T00:07:03.412Z | Compiling cargo_metadata v0.23.1 |
| 430 | 2026-02-24T00:07:07.551Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 431 | 2026-02-24T00:07:10.140Z | Finished `dev` profile [optimized + debuginfo] target(s) in 23.46s |
| 432 | 2026-02-24T00:07:10.158Z | Running `target/debug/xtask build --profile debug xde xde-link` |
| 433 | 2026-02-24T00:07:12.483Z | Building xde (dev). |
| 434 | 2026-02-24T00:07:12.845Z | Compiling serde_core v1.0.228 |
| 435 | 2026-02-24T00:07:12.845Z | Compiling byteorder v1.5.0 |
| 436 | 2026-02-24T00:07:12.848Z | Compiling cfg-if v1.0.4 |
| 437 | 2026-02-24T00:07:12.848Z | Compiling stable_deref_trait v1.2.1 |
| 438 | 2026-02-24T00:07:12.848Z | Compiling macaddr v1.0.1 |
| 439 | 2026-02-24T00:07:12.848Z | Compiling thiserror v2.0.18 |
| 440 | 2026-02-24T00:07:12.871Z | Compiling zerocopy v0.8.39 |
| 441 | 2026-02-24T00:07:12.888Z | Compiling managed v0.8.0 |
| 442 | 2026-02-24T00:07:12.955Z | Compiling bitflags v1.3.2 |
| 443 | 2026-02-24T00:07:12.974Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 444 | 2026-02-24T00:07:13.029Z | Compiling cobs v0.3.0 |
| 445 | 2026-02-24T00:07:13.051Z | Compiling either v1.15.0 |
| 446 | 2026-02-24T00:07:13.215Z | Compiling hash32 v0.3.1 |
| 447 | 2026-02-24T00:07:13.459Z | Compiling heapless v0.8.0 |
| 448 | 2026-02-24T00:07:13.472Z | Compiling itertools v0.14.0 |
| 449 | 2026-02-24T00:07:13.489Z | Compiling ref-cast v1.0.25 |
| 450 | 2026-02-24T00:07:13.496Z | Compiling crc32fast v1.5.0 |
| 451 | 2026-02-24T00:07:13.551Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 452 | 2026-02-24T00:07:13.602Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 453 | 2026-02-24T00:07:13.624Z | Compiling dyn-clone v1.0.20 |
| 454 | 2026-02-24T00:07:13.850Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 455 | 2026-02-24T00:07:14.345Z | Compiling smoltcp v0.11.0 |
| 456 | 2026-02-24T00:07:16.508Z | Compiling serde v1.0.228 |
| 457 | 2026-02-24T00:07:16.508Z | Compiling bitflags v2.10.0 |
| 458 | 2026-02-24T00:07:16.511Z | Compiling uuid v1.20.0 |
| 459 | 2026-02-24T00:07:16.789Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 460 | 2026-02-24T00:07:17.609Z | Compiling postcard v1.1.3 |
| 461 | 2026-02-24T00:07:19.444Z | Compiling ingot-types v0.1.2 |
| 462 | 2026-02-24T00:07:19.924Z | Compiling ingot v0.1.1 |
| 463 | 2026-02-24T00:07:22.734Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 464 | 2026-02-24T00:07:30.332Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 465 | 2026-02-24T00:07:49.598Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 466 | 2026-02-24T00:08:05.604Z | Finished `dev` profile [optimized + debuginfo] target(s) in 53.05s |
| 467 | 2026-02-24T00:08:05.633Z | Linking xde kmod... |
| 468 | 2026-02-24T00:08:07.092Z | Building xde dev link helper (dev). |
| 469 | 2026-02-24T00:08:07.366Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 470 | 2026-02-24T00:08:07.839Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.66s |
| 471 | 2026-02-24T00:08:07.869Z | |
| 472 | 2026-02-24T00:08:07.869Z | real 1:21.244147109 |
| 473 | 2026-02-24T00:08:07.869Z | user 5:00.705248143 |
| 474 | 2026-02-24T00:08:07.869Z | sys 17.741187442 |
| 475 | 2026-02-24T00:08:07.869Z | trap 0.168560627 |
| 476 | 2026-02-24T00:08:07.869Z | tflt 0.457416947 |
| 477 | 2026-02-24T00:08:07.872Z | dflt 0.572865700 |
| 478 | 2026-02-24T00:08:07.872Z | kflt 0.000007750 |
| 479 | 2026-02-24T00:08:07.872Z | lock 10:53.869778761 |
| 480 | 2026-02-24T00:08:07.872Z | slp 11:08.265935549 |
| 481 | 2026-02-24T00:08:07.872Z | lat 10.131441425 |
| 482 | 2026-02-24T00:08:07.872Z | stop 7.212366890 |
| 483 | 2026-02-24T00:08:07.872Z | + header 'build xde (release)' |
| 484 | 2026-02-24T00:08:07.872Z | + echo '# ==== build xde (release) ==== #' |
| 485 | 2026-02-24T00:08:07.873Z | # ==== build xde (release) ==== # |
| 486 | 2026-02-24T00:08:07.873Z | + ptime -m cargo xtask build --profile release xde xde-link |
| 487 | 2026-02-24T00:08:08.111Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.18s |
| 488 | 2026-02-24T00:08:08.115Z | Running `target/debug/xtask build --profile release xde xde-link` |
| 489 | 2026-02-24T00:08:08.393Z | Building xde (release-lto). |
| 490 | 2026-02-24T00:08:08.740Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 491 | 2026-02-24T00:08:08.740Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 492 | 2026-02-24T00:08:08.743Z | Compiling proc-macro2 v1.0.106 |
| 493 | 2026-02-24T00:08:08.743Z | Compiling unicode-ident v1.0.23 |
| 494 | 2026-02-24T00:08:08.743Z | Compiling quote v1.0.44 |
| 495 | 2026-02-24T00:08:08.743Z | Compiling serde_core v1.0.228 |
| 496 | 2026-02-24T00:08:08.743Z | Compiling fnv v1.0.7 |
| 497 | 2026-02-24T00:08:08.766Z | Compiling strsim v0.11.1 |
| 498 | 2026-02-24T00:08:08.888Z | Compiling ident_case v1.0.1 |
| 499 | 2026-02-24T00:08:08.932Z | Compiling memchr v2.8.0 |
| 500 | 2026-02-24T00:08:09.063Z | Compiling regex-syntax v0.8.9 |
| 501 | 2026-02-24T00:08:09.386Z | Compiling serde v1.0.228 |
| 502 | 2026-02-24T00:08:09.441Z | Compiling zerocopy v0.8.39 |
| 503 | 2026-02-24T00:08:09.517Z | Compiling either v1.15.0 |
| 504 | 2026-02-24T00:08:09.661Z | Compiling thiserror v2.0.18 |
| 505 | 2026-02-24T00:08:09.896Z | Compiling aho-corasick v1.1.4 |
| 506 | 2026-02-24T00:08:10.084Z | Compiling itertools v0.14.0 |
| 507 | 2026-02-24T00:08:10.398Z | Compiling heapless v0.8.0 |
| 508 | 2026-02-24T00:08:10.703Z | Compiling smoltcp v0.11.0 |
| 509 | 2026-02-24T00:08:11.004Z | Compiling syn v2.0.114 |
| 510 | 2026-02-24T00:08:11.176Z | Compiling version_check v0.9.5 |
| 511 | 2026-02-24T00:08:11.281Z | Compiling ref-cast v1.0.25 |
| 512 | 2026-02-24T00:08:11.466Z | Compiling crc32fast v1.5.0 |
| 513 | 2026-02-24T00:08:11.886Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 514 | 2026-02-24T00:08:12.456Z | Compiling regex-automata v0.4.14 |
| 515 | 2026-02-24T00:08:15.288Z | Compiling regex v1.12.3 |
| 516 | 2026-02-24T00:08:16.033Z | Compiling darling_core v0.21.3 |
| 517 | 2026-02-24T00:08:17.823Z | Compiling zerocopy-derive v0.8.39 |
| 518 | 2026-02-24T00:08:17.823Z | Compiling thiserror-impl v2.0.18 |
| 519 | 2026-02-24T00:08:17.827Z | Compiling serde_derive v1.0.228 |
| 520 | 2026-02-24T00:08:17.827Z | Compiling ref-cast-impl v1.0.25 |
| 521 | 2026-02-24T00:08:17.827Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 522 | 2026-02-24T00:08:20.696Z | Compiling darling_macro v0.21.3 |
| 523 | 2026-02-24T00:08:21.917Z | Compiling darling v0.21.3 |
| 524 | 2026-02-24T00:08:22.022Z | Compiling ingot-macros v0.1.1 |
| 525 | 2026-02-24T00:08:22.026Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 526 | 2026-02-24T00:08:33.677Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 527 | 2026-02-24T00:08:37.007Z | Compiling byteorder v1.5.0 |
| 528 | 2026-02-24T00:08:37.007Z | Compiling macaddr v1.0.1 |
| 529 | 2026-02-24T00:08:37.010Z | Compiling stable_deref_trait v1.2.1 |
| 530 | 2026-02-24T00:08:37.010Z | Compiling cfg-if v1.0.4 |
| 531 | 2026-02-24T00:08:37.102Z | Compiling managed v0.8.0 |
| 532 | 2026-02-24T00:08:37.123Z | Compiling bitflags v1.3.2 |
| 533 | 2026-02-24T00:08:37.191Z | Compiling cobs v0.3.0 |
| 534 | 2026-02-24T00:08:37.405Z | Compiling hash32 v0.3.1 |
| 535 | 2026-02-24T00:08:37.612Z | Compiling dyn-clone v1.0.20 |
| 536 | 2026-02-24T00:08:37.762Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 537 | 2026-02-24T00:08:40.406Z | Compiling bitflags v2.10.0 |
| 538 | 2026-02-24T00:08:40.406Z | Compiling uuid v1.20.0 |
| 539 | 2026-02-24T00:08:40.653Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 540 | 2026-02-24T00:08:41.276Z | Compiling postcard v1.1.3 |
| 541 | 2026-02-24T00:08:42.913Z | Compiling ingot-types v0.1.2 |
| 542 | 2026-02-24T00:08:43.449Z | Compiling ingot v0.1.1 |
| 543 | 2026-02-24T00:08:46.404Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 544 | 2026-02-24T00:08:52.970Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 545 | 2026-02-24T00:09:07.315Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 546 | 2026-02-24T00:09:54.493Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 46s |
| 547 | 2026-02-24T00:09:54.520Z | Linking xde kmod... |
| 548 | 2026-02-24T00:09:55.088Z | Building xde dev link helper (release). |
| 549 | 2026-02-24T00:09:55.332Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 550 | 2026-02-24T00:09:55.332Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 551 | 2026-02-24T00:09:55.336Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 552 | 2026-02-24T00:10:15.953Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 553 | 2026-02-24T00:10:19.947Z | Finished `release` profile [optimized + debuginfo] target(s) in 24.79s |
| 554 | 2026-02-24T00:10:19.970Z | |
| 555 | 2026-02-24T00:10:19.974Z | real 2:12.092187913 |
| 556 | 2026-02-24T00:10:19.974Z | user 3:54.737573898 |
| 557 | 2026-02-24T00:10:19.974Z | sys 17.854047825 |
| 558 | 2026-02-24T00:10:19.974Z | trap 0.070138291 |
| 559 | 2026-02-24T00:10:19.974Z | tflt 0.189260217 |
| 560 | 2026-02-24T00:10:19.974Z | dflt 0.370479698 |
| 561 | 2026-02-24T00:10:19.974Z | kflt 0.000019160 |
| 562 | 2026-02-24T00:10:19.974Z | lock 16:36.717789197 |
| 563 | 2026-02-24T00:10:19.974Z | slp 14:04.622742234 |
| 564 | 2026-02-24T00:10:19.974Z | lat 3.929990603 |
| 565 | 2026-02-24T00:10:19.974Z | stop 7.850660613 |
| 566 | 2026-02-24T00:10:19.974Z | + elfdump target/x86_64-unknown-unknown/debug/xde.dbg |
| 567 | 2026-02-24T00:10:19.974Z | + grep GOTPCREL |
| 568 | 2026-02-24T00:10:22.655Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 569 | 2026-02-24T00:10:22.659Z | + grep GOTPCREL |
| 570 | 2026-02-24T00:10:24.017Z | + cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/ |
| 571 | 2026-02-24T00:10:24.088Z | + sha256sum /work/debug/xde.dbg |
| 572 | 2026-02-24T00:10:24.151Z | + cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so |
| 573 | 2026-02-24T00:10:24.154Z | + sha256sum /work/debug/xde_link.dbg.so |
| 574 | 2026-02-24T00:10:24.158Z | + cp target/x86_64-unknown-unknown/release-lto/xde /work/release/ |
| 575 | 2026-02-24T00:10:24.203Z | + sha256sum /work/release/xde |
| 576 | 2026-02-24T00:10:24.237Z | + cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so |
| 577 | 2026-02-24T00:10:24.241Z | + sha256sum /work/release/xde_link.so |
| 578 | 2026-02-24T00:10:24.246Z | + header 'build xde integration tests' |
| 579 | 2026-02-24T00:10:24.246Z | + echo '# ==== build xde integration tests ==== #' |
| 580 | 2026-02-24T00:10:24.246Z | # ==== build xde integration tests ==== # |
| 581 | 2026-02-24T00:10:24.246Z | + pushd xde-tests |
| 582 | 2026-02-24T00:10:24.246Z | /work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte |
| 583 | 2026-02-24T00:10:24.246Z | + cargo +nightly-2025-09-19-x86_64-unknown-illumos fmt -- --check |
| 584 | 2026-02-24T00:10:24.470Z | + cargo clippy --all-targets -- --deny warnings |
| 585 | 2026-02-24T00:10:24.855Z | Compiling serde_core v1.0.228 |
| 586 | 2026-02-24T00:10:24.855Z | Checking cfg-if v1.0.4 |
| 587 | 2026-02-24T00:10:24.855Z | Checking memchr v2.8.0 |
| 588 | 2026-02-24T00:10:24.855Z | Compiling serde v1.0.228 |
| 589 | 2026-02-24T00:10:24.859Z | Compiling rustversion v1.0.22 |
| 590 | 2026-02-24T00:10:24.859Z | Compiling version_check v0.9.5 |
| 591 | 2026-02-24T00:10:24.859Z | Compiling libc v0.2.180 |
| 592 | 2026-02-24T00:10:24.859Z | Compiling syn v2.0.114 |
| 593 | 2026-02-24T00:10:24.966Z | Compiling zerocopy v0.8.39 |
| 594 | 2026-02-24T00:10:25.403Z | Compiling ident_case v1.0.1 |
| 595 | 2026-02-24T00:10:25.491Z | Compiling fnv v1.0.7 |
| 596 | 2026-02-24T00:10:25.579Z | Compiling strsim v0.11.1 |
| 597 | 2026-02-24T00:10:25.698Z | Checking pin-project-lite v0.2.16 |
| 598 | 2026-02-24T00:10:25.716Z | Compiling syn v1.0.109 |
| 599 | 2026-02-24T00:10:25.821Z | Compiling regex-syntax v0.8.9 |
| 600 | 2026-02-24T00:10:26.181Z | Compiling equivalent v1.0.2 |
| 601 | 2026-02-24T00:10:26.304Z | Compiling hashbrown v0.16.1 |
| 602 | 2026-02-24T00:10:26.326Z | Compiling either v1.15.0 |
| 603 | 2026-02-24T00:10:26.467Z | Compiling winnow v0.7.14 |
| 604 | 2026-02-24T00:10:26.659Z | Compiling aho-corasick v1.1.4 |
| 605 | 2026-02-24T00:10:26.740Z | Compiling itertools v0.14.0 |
| 606 | 2026-02-24T00:10:27.518Z | Compiling indexmap v2.13.0 |
| 607 | 2026-02-24T00:10:28.918Z | Compiling heapless v0.8.0 |
| 608 | 2026-02-24T00:10:29.384Z | Compiling regex-automata v0.4.14 |
| 609 | 2026-02-24T00:10:29.470Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 610 | 2026-02-24T00:10:29.604Z | Compiling getrandom v0.3.4 |
| 611 | 2026-02-24T00:10:29.920Z | Compiling toml_parser v1.0.7+spec-1.1.0 |
| 612 | 2026-02-24T00:10:30.210Z | Checking byteorder v1.5.0 |
| 613 | 2026-02-24T00:10:30.349Z | Checking bitflags v2.10.0 |
| 614 | 2026-02-24T00:10:30.499Z | Checking hash32 v0.3.1 |
| 615 | 2026-02-24T00:10:30.636Z | Compiling slog v2.8.2 |
| 616 | 2026-02-24T00:10:30.658Z | Checking macaddr v1.0.1 |
| 617 | 2026-02-24T00:10:30.679Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 618 | 2026-02-24T00:10:30.929Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 619 | 2026-02-24T00:10:30.932Z | Checking futures-core v0.3.31 |
| 620 | 2026-02-24T00:10:31.010Z | Checking stable_deref_trait v1.2.1 |
| 621 | 2026-02-24T00:10:31.069Z | Compiling smoltcp v0.11.0 |
| 622 | 2026-02-24T00:10:31.112Z | Checking futures-sink v0.3.31 |
| 623 | 2026-02-24T00:10:31.258Z | Checking futures-channel v0.3.31 |
| 624 | 2026-02-24T00:10:31.460Z | Compiling darling_core v0.21.3 |
| 625 | 2026-02-24T00:10:31.598Z | Compiling proc-macro-error-attr v1.0.4 |
| 626 | 2026-02-24T00:10:31.680Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 627 | 2026-02-24T00:10:31.912Z | Compiling autocfg v1.5.0 |
| 628 | 2026-02-24T00:10:31.972Z | Checking pin-utils v0.1.0 |
| 629 | 2026-02-24T00:10:32.028Z | Checking bitflags v1.3.2 |
| 630 | 2026-02-24T00:10:32.063Z | Compiling proc-macro-crate v3.4.0 |
| 631 | 2026-02-24T00:10:32.138Z | Checking futures-task v0.3.31 |
| 632 | 2026-02-24T00:10:32.390Z | Compiling crc32fast v1.5.0 |
| 633 | 2026-02-24T00:10:32.681Z | Checking managed v0.8.0 |
| 634 | 2026-02-24T00:10:32.912Z | Compiling ref-cast v1.0.25 |
| 635 | 2026-02-24T00:10:33.042Z | Checking futures-io v0.3.31 |
| 636 | 2026-02-24T00:10:33.062Z | Checking slab v0.4.12 |
| 637 | 2026-02-24T00:10:33.289Z | Compiling num-traits v0.2.19 |
| 638 | 2026-02-24T00:10:33.335Z | Compiling regex v1.12.3 |
| 639 | 2026-02-24T00:10:33.624Z | Checking rand_core v0.9.5 |
| 640 | 2026-02-24T00:10:33.658Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 641 | 2026-02-24T00:10:33.928Z | Compiling proc-macro-error v1.0.4 |
| 642 | 2026-02-24T00:10:34.224Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 643 | 2026-02-24T00:10:34.305Z | Checking ipnetwork v0.21.1 |
| 644 | 2026-02-24T00:10:34.309Z | Checking unicode-width v0.2.2 |
| 645 | 2026-02-24T00:10:34.618Z | Compiling crossbeam-utils v0.8.21 |
| 646 | 2026-02-24T00:10:34.633Z | Checking foreign-types-shared v0.3.1 |
| 647 | 2026-02-24T00:10:34.754Z | Checking once_cell v1.21.3 |
| 648 | 2026-02-24T00:10:34.820Z | Checking tabwriter v1.4.1 |
| 649 | 2026-02-24T00:10:35.067Z | Compiling serde_derive v1.0.228 |
| 650 | 2026-02-24T00:10:35.079Z | Compiling zerocopy-derive v0.8.39 |
| 651 | 2026-02-24T00:10:35.125Z | Compiling thiserror-impl v2.0.18 |
| 652 | 2026-02-24T00:10:35.135Z | Compiling futures-macro v0.3.31 |
| 653 | 2026-02-24T00:10:35.829Z | Compiling foreign-types-macros v0.2.3 |
| 654 | 2026-02-24T00:10:35.923Z | Compiling num_enum_derive v0.7.5 |
| 655 | 2026-02-24T00:10:36.086Z | Compiling ref-cast-impl v1.0.25 |
| 656 | 2026-02-24T00:10:36.894Z | Checking futures-util v0.3.31 |
| 657 | 2026-02-24T00:10:37.018Z | Compiling darling_macro v0.21.3 |
| 658 | 2026-02-24T00:10:37.058Z | Checking foreign-types v0.5.0 |
| 659 | 2026-02-24T00:10:37.197Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 660 | 2026-02-24T00:10:37.341Z | Checking tracing-core v0.1.36 |
| 661 | 2026-02-24T00:10:37.941Z | Checking thiserror v2.0.18 |
| 662 | 2026-02-24T00:10:37.966Z | Compiling tracing-attributes v0.1.31 |
| 663 | 2026-02-24T00:10:38.032Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 664 | 2026-02-24T00:10:38.045Z | Compiling darling v0.21.3 |
| 665 | 2026-02-24T00:10:38.083Z | Checking cobs v0.3.0 |
| 666 | 2026-02-24T00:10:38.098Z | Checking num_enum v0.7.5 |
| 667 | 2026-02-24T00:10:38.149Z | Compiling ingot-macros v0.1.1 |
| 668 | 2026-02-24T00:10:38.251Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 669 | 2026-02-24T00:10:38.733Z | Checking anyhow v1.0.101 |
| 670 | 2026-02-24T00:10:39.683Z | Checking cstr-argument v0.1.2 |
| 671 | 2026-02-24T00:10:39.794Z | Compiling time-core v0.1.8 |
| 672 | 2026-02-24T00:10:39.873Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#99a7e26c) |
| 673 | 2026-02-24T00:10:40.092Z | Checking dyn-clone v1.0.20 |
| 674 | 2026-02-24T00:10:40.219Z | Compiling num-conv v0.2.0 |
| 675 | 2026-02-24T00:10:40.236Z | Compiling thiserror v1.0.69 |
| 676 | 2026-02-24T00:10:40.458Z | Checking pretty-hex v0.4.1 |
| 677 | 2026-02-24T00:10:40.646Z | Checking powerfmt v0.2.0 |
| 678 | 2026-02-24T00:10:40.810Z | Checking tracing v0.1.44 |
| 679 | 2026-02-24T00:10:40.913Z | Checking deranged v0.5.5 |
| 680 | 2026-02-24T00:10:41.154Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 681 | 2026-02-24T00:10:41.171Z | Compiling time-macros v0.2.27 |
| 682 | 2026-02-24T00:10:41.411Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 683 | 2026-02-24T00:10:41.440Z | Checking futures-executor v0.3.31 |
| 684 | 2026-02-24T00:10:41.668Z | Checking futures v0.3.31 |
| 685 | 2026-02-24T00:10:41.773Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 686 | 2026-02-24T00:10:41.925Z | Compiling thiserror-impl v1.0.69 |
| 687 | 2026-02-24T00:10:42.701Z | Checking erased-serde v0.3.31 |
| 688 | 2026-02-24T00:10:42.721Z | Checking postcard v1.1.3 |
| 689 | 2026-02-24T00:10:43.174Z | Checking uuid v1.20.0 |
| 690 | 2026-02-24T00:10:43.321Z | Checking arc-swap v1.8.1 |
| 691 | 2026-02-24T00:10:43.501Z | Checking socket2 v0.6.2 |
| 692 | 2026-02-24T00:10:43.555Z | Checking nom v8.0.0 |
| 693 | 2026-02-24T00:10:43.740Z | Checking thread_local v1.1.9 |
| 694 | 2026-02-24T00:10:44.007Z | Checking oxnet v0.1.4 |
| 695 | 2026-02-24T00:10:44.027Z | Checking iana-time-zone v0.1.65 |
| 696 | 2026-02-24T00:10:44.181Z | Checking colored v3.1.1 |
| 697 | 2026-02-24T00:10:44.533Z | Checking lazy_static v1.5.0 |
| 698 | 2026-02-24T00:10:44.568Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 699 | 2026-02-24T00:10:44.668Z | Compiling heck v0.4.1 |
| 700 | 2026-02-24T00:10:44.803Z | Checking itoa v1.0.17 |
| 701 | 2026-02-24T00:10:44.826Z | Compiling slog-async v2.8.0 |
| 702 | 2026-02-24T00:10:45.054Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 703 | 2026-02-24T00:10:45.065Z | Checking time v0.3.47 |
| 704 | 2026-02-24T00:10:45.280Z | Checking slog-scope v4.4.1 |
| 705 | 2026-02-24T00:10:45.496Z | Checking chrono v0.4.43 |
| 706 | 2026-02-24T00:10:45.512Z | Checking crossbeam-channel v0.5.15 |
| 707 | 2026-02-24T00:10:45.609Z | Checking ingot-types v0.1.2 |
| 708 | 2026-02-24T00:10:46.231Z | Checking ppv-lite86 v0.2.21 |
| 709 | 2026-02-24T00:10:46.321Z | Checking cookie-factory v0.3.3 |
| 710 | 2026-02-24T00:10:46.371Z | Checking ingot v0.1.1 |
| 711 | 2026-02-24T00:10:46.835Z | Checking itertools v0.12.1 |
| 712 | 2026-02-24T00:10:46.933Z | Checking rand_chacha v0.9.0 |
| 713 | 2026-02-24T00:10:47.013Z | Checking is-terminal v0.4.17 |
| 714 | 2026-02-24T00:10:47.082Z | Checking circular v0.3.0 |
| 715 | 2026-02-24T00:10:47.137Z | Checking term v1.2.1 |
| 716 | 2026-02-24T00:10:47.269Z | Checking take_mut v0.2.2 |
| 717 | 2026-02-24T00:10:47.276Z | Checking rand v0.9.2 |
| 718 | 2026-02-24T00:10:47.422Z | Checking log v0.4.29 |
| 719 | 2026-02-24T00:10:47.583Z | Checking slog-term v2.9.2 |
| 720 | 2026-02-24T00:10:47.715Z | Checking slog-stdlog v4.1.1 |
| 721 | 2026-02-24T00:10:48.144Z | Checking rusticata-macros v5.0.0 |
| 722 | 2026-02-24T00:10:48.355Z | Checking pcap-parser v0.17.0 |
| 723 | 2026-02-24T00:10:48.901Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 724 | 2026-02-24T00:10:49.553Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f5f8fd52) |
| 725 | 2026-02-24T00:10:49.703Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 726 | 2026-02-24T00:10:50.571Z | Checking slog-envlogger v2.2.0 |
| 727 | 2026-02-24T00:10:57.217Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 728 | 2026-02-24T00:11:00.043Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 729 | 2026-02-24T00:11:00.043Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 730 | 2026-02-24T00:11:00.573Z | Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 731 | 2026-02-24T00:11:01.459Z | Finished `dev` profile [optimized + debuginfo] target(s) in 36.84s |
| 732 | 2026-02-24T00:11:01.501Z | + cargo build --test loopback |
| 733 | 2026-02-24T00:11:01.793Z | Compiling cfg-if v1.0.4 |
| 734 | 2026-02-24T00:11:01.793Z | Compiling memchr v2.8.0 |
| 735 | 2026-02-24T00:11:01.797Z | Compiling serde_core v1.0.228 |
| 736 | 2026-02-24T00:11:01.797Z | Compiling libc v0.2.180 |
| 737 | 2026-02-24T00:11:01.829Z | Compiling zerocopy v0.8.39 |
| 738 | 2026-02-24T00:11:01.833Z | Compiling thiserror v2.0.18 |
| 739 | 2026-02-24T00:11:01.836Z | Compiling pin-project-lite v0.2.16 |
| 740 | 2026-02-24T00:11:01.843Z | Compiling byteorder v1.5.0 |
| 741 | 2026-02-24T00:11:01.903Z | Compiling either v1.15.0 |
| 742 | 2026-02-24T00:11:01.962Z | Compiling futures-core v0.3.31 |
| 743 | 2026-02-24T00:11:01.970Z | Compiling macaddr v1.0.1 |
| 744 | 2026-02-24T00:11:02.202Z | Compiling hash32 v0.3.1 |
| 745 | 2026-02-24T00:11:02.256Z | Compiling stable_deref_trait v1.2.1 |
| 746 | 2026-02-24T00:11:02.342Z | Compiling futures-sink v0.3.31 |
| 747 | 2026-02-24T00:11:02.372Z | Compiling heapless v0.8.0 |
| 748 | 2026-02-24T00:11:02.455Z | Compiling cobs v0.3.0 |
| 749 | 2026-02-24T00:11:02.482Z | Compiling futures-channel v0.3.31 |
| 750 | 2026-02-24T00:11:02.505Z | Compiling bitflags v1.3.2 |
| 751 | 2026-02-24T00:11:02.613Z | Compiling slab v0.4.12 |
| 752 | 2026-02-24T00:11:02.774Z | Compiling getrandom v0.3.4 |
| 753 | 2026-02-24T00:11:02.911Z | Compiling managed v0.8.0 |
| 754 | 2026-02-24T00:11:02.946Z | Compiling futures-task v0.3.31 |
| 755 | 2026-02-24T00:11:02.969Z | Compiling futures-io v0.3.31 |
| 756 | 2026-02-24T00:11:03.188Z | Compiling pin-utils v0.1.0 |
| 757 | 2026-02-24T00:11:03.293Z | Compiling smoltcp v0.11.0 |
| 758 | 2026-02-24T00:11:03.314Z | Compiling futures-util v0.3.31 |
| 759 | 2026-02-24T00:11:03.322Z | Compiling rand_core v0.9.5 |
| 760 | 2026-02-24T00:11:03.341Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 761 | 2026-02-24T00:11:03.370Z | Compiling once_cell v1.21.3 |
| 762 | 2026-02-24T00:11:03.740Z | Compiling foreign-types-shared v0.3.1 |
| 763 | 2026-02-24T00:11:03.839Z | Compiling ipnetwork v0.21.1 |
| 764 | 2026-02-24T00:11:03.855Z | Compiling unicode-width v0.2.2 |
| 765 | 2026-02-24T00:11:03.875Z | Compiling foreign-types v0.5.0 |
| 766 | 2026-02-24T00:11:04.048Z | Compiling tracing-core v0.1.36 |
| 767 | 2026-02-24T00:11:04.490Z | Compiling tabwriter v1.4.1 |
| 768 | 2026-02-24T00:11:04.957Z | Compiling ref-cast v1.0.25 |
| 769 | 2026-02-24T00:11:05.114Z | Compiling num_enum v0.7.5 |
| 770 | 2026-02-24T00:11:05.314Z | Compiling crc32fast v1.5.0 |
| 771 | 2026-02-24T00:11:05.404Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 772 | 2026-02-24T00:11:05.597Z | Compiling cstr-argument v0.1.2 |
| 773 | 2026-02-24T00:11:05.605Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 774 | 2026-02-24T00:11:05.779Z | Compiling itertools v0.14.0 |
| 775 | 2026-02-24T00:11:05.798Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 776 | 2026-02-24T00:11:05.904Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 777 | 2026-02-24T00:11:06.861Z | Compiling serde v1.0.228 |
| 778 | 2026-02-24T00:11:06.996Z | Compiling bitflags v2.10.0 |
| 779 | 2026-02-24T00:11:07.031Z | Compiling dyn-clone v1.0.20 |
| 780 | 2026-02-24T00:11:07.081Z | Compiling powerfmt v0.2.0 |
| 781 | 2026-02-24T00:11:07.383Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 782 | 2026-02-24T00:11:07.640Z | Compiling pretty-hex v0.4.1 |
| 783 | 2026-02-24T00:11:07.899Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 784 | 2026-02-24T00:11:07.919Z | Compiling deranged v0.5.5 |
| 785 | 2026-02-24T00:11:07.936Z | Compiling tracing v0.1.44 |
| 786 | 2026-02-24T00:11:08.297Z | Compiling erased-serde v0.3.31 |
| 787 | 2026-02-24T00:11:08.395Z | Compiling postcard v1.1.3 |
| 788 | 2026-02-24T00:11:08.647Z | Compiling futures-executor v0.3.31 |
| 789 | 2026-02-24T00:11:08.677Z | Compiling uuid v1.20.0 |
| 790 | 2026-02-24T00:11:09.174Z | Compiling futures v0.3.31 |
| 791 | 2026-02-24T00:11:09.298Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 792 | 2026-02-24T00:11:09.495Z | Compiling slog v2.8.2 |
| 793 | 2026-02-24T00:11:09.798Z | Compiling ingot-types v0.1.2 |
| 794 | 2026-02-24T00:11:09.954Z | Compiling ppv-lite86 v0.2.21 |
| 795 | 2026-02-24T00:11:09.993Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 796 | 2026-02-24T00:11:10.028Z | Compiling num-traits v0.2.19 |
| 797 | 2026-02-24T00:11:10.074Z | Compiling crossbeam-utils v0.8.21 |
| 798 | 2026-02-24T00:11:10.678Z | Compiling ingot v0.1.1 |
| 799 | 2026-02-24T00:11:10.704Z | Compiling rand_chacha v0.9.0 |
| 800 | 2026-02-24T00:11:10.729Z | Compiling nom v8.0.0 |
| 801 | 2026-02-24T00:11:10.757Z | Compiling aho-corasick v1.1.4 |
| 802 | 2026-02-24T00:11:11.020Z | Compiling socket2 v0.6.2 |
| 803 | 2026-02-24T00:11:11.891Z | Compiling rand v0.9.2 |
| 804 | 2026-02-24T00:11:12.070Z | Compiling thread_local v1.1.9 |
| 805 | 2026-02-24T00:11:13.009Z | Compiling arc-swap v1.8.1 |
| 806 | 2026-02-24T00:11:13.128Z | Compiling regex-syntax v0.8.9 |
| 807 | 2026-02-24T00:11:13.679Z | Compiling winnow v0.7.14 |
| 808 | 2026-02-24T00:11:13.780Z | Compiling lazy_static v1.5.0 |
| 809 | 2026-02-24T00:11:13.816Z | Compiling colored v3.1.1 |
| 810 | 2026-02-24T00:11:13.933Z | Compiling num-conv v0.2.0 |
| 811 | 2026-02-24T00:11:13.969Z | Compiling oxnet v0.1.4 |
| 812 | 2026-02-24T00:11:14.169Z | Compiling iana-time-zone v0.1.65 |
| 813 | 2026-02-24T00:11:14.970Z | Compiling time-core v0.1.8 |
| 814 | 2026-02-24T00:11:15.257Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 815 | 2026-02-24T00:11:15.299Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 816 | 2026-02-24T00:11:15.720Z | Compiling time v0.3.47 |
| 817 | 2026-02-24T00:11:15.748Z | Compiling chrono v0.4.43 |
| 818 | 2026-02-24T00:11:16.392Z | Compiling rusticata-macros v5.0.0 |
| 819 | 2026-02-24T00:11:17.023Z | Compiling regex-automata v0.4.14 |
| 820 | 2026-02-24T00:11:17.092Z | Compiling slog-scope v4.4.1 |
| 821 | 2026-02-24T00:11:18.323Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#99a7e26c) |
| 822 | 2026-02-24T00:11:20.457Z | Compiling thiserror v1.0.69 |
| 823 | 2026-02-24T00:11:20.624Z | Compiling crossbeam-channel v0.5.15 |
| 824 | 2026-02-24T00:11:20.796Z | Compiling cookie-factory v0.3.3 |
| 825 | 2026-02-24T00:11:21.463Z | Compiling is-terminal v0.4.17 |
| 826 | 2026-02-24T00:11:21.607Z | Compiling itertools v0.12.1 |
| 827 | 2026-02-24T00:11:22.315Z | Compiling log v0.4.29 |
| 828 | 2026-02-24T00:11:22.844Z | Compiling term v1.2.1 |
| 829 | 2026-02-24T00:11:24.934Z | Compiling circular v0.3.0 |
| 830 | 2026-02-24T00:11:25.071Z | Compiling take_mut v0.2.2 |
| 831 | 2026-02-24T00:11:25.246Z | Compiling slog-async v2.8.0 |
| 832 | 2026-02-24T00:11:25.458Z | Compiling pcap-parser v0.17.0 |
| 833 | 2026-02-24T00:11:28.715Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 834 | 2026-02-24T00:11:29.358Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 835 | 2026-02-24T00:11:29.566Z | Compiling slog-term v2.9.2 |
| 836 | 2026-02-24T00:11:33.399Z | Compiling slog-stdlog v4.1.1 |
| 837 | 2026-02-24T00:11:33.513Z | Compiling regex v1.12.3 |
| 838 | 2026-02-24T00:11:34.145Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 839 | 2026-02-24T00:11:34.189Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 840 | 2026-02-24T00:11:34.242Z | Compiling slog-envlogger v2.2.0 |
| 841 | 2026-02-24T00:11:34.326Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f5f8fd52) |
| 842 | 2026-02-24T00:11:36.130Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 843 | 2026-02-24T00:11:53.259Z | Finished `dev` profile [optimized + debuginfo] target(s) in 51.69s |
| 844 | 2026-02-24T00:11:53.298Z | ++ cargo build -q --test loopback --message-format=json |
| 845 | 2026-02-24T00:11:53.302Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 846 | 2026-02-24T00:11:53.507Z | + loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-33220aa2d72dbcb6 |
| 847 | 2026-02-24T00:11:53.510Z | + cargo build --test multicast_rx |
| 848 | 2026-02-24T00:11:53.692Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 849 | 2026-02-24T00:11:55.964Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.40s |
| 850 | 2026-02-24T00:11:56.006Z | ++ cargo build -q --test multicast_rx --message-format=json |
| 851 | 2026-02-24T00:11:56.009Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 852 | 2026-02-24T00:11:56.208Z | + multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-e194c65854204aad |
| 853 | 2026-02-24T00:11:56.208Z | + cargo build --test multicast_multi_sub |
| 854 | 2026-02-24T00:11:56.392Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 855 | 2026-02-24T00:11:58.955Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.68s |
| 856 | 2026-02-24T00:11:58.994Z | ++ cargo build -q --test multicast_multi_sub --message-format=json |
| 857 | 2026-02-24T00:11:58.998Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 858 | 2026-02-24T00:11:59.196Z | + multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-d35f7e327741aa9b |
| 859 | 2026-02-24T00:11:59.200Z | + cargo build --test multicast_validation |
| 860 | 2026-02-24T00:11:59.385Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 861 | 2026-02-24T00:12:02.281Z | Finished `dev` profile [optimized + debuginfo] target(s) in 3.02s |
| 862 | 2026-02-24T00:12:02.321Z | ++ cargo build -q --test multicast_validation --message-format=json |
| 863 | 2026-02-24T00:12:02.324Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 864 | 2026-02-24T00:12:02.529Z | + multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-fcdfb6bc5071c414 |
| 865 | 2026-02-24T00:12:02.532Z | + cargo build --test multicast_source_filter |
| 866 | 2026-02-24T00:12:02.717Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 867 | 2026-02-24T00:12:05.886Z | Finished `dev` profile [optimized + debuginfo] target(s) in 3.30s |
| 868 | 2026-02-24T00:12:05.930Z | ++ cargo build -q --test multicast_source_filter --message-format=json |
| 869 | 2026-02-24T00:12:05.933Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 870 | 2026-02-24T00:12:06.137Z | + multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-e1a085d18ff88fec |
| 871 | 2026-02-24T00:12:06.140Z | + mkdir -p /work/test |
| 872 | 2026-02-24T00:12:06.140Z | + cp /work/oxidecomputer/opte/target/debug/deps/loopback-33220aa2d72dbcb6 /work/test/loopback |
| 873 | 2026-02-24T00:12:06.188Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-e194c65854204aad /work/test/multicast_rx |
| 874 | 2026-02-24T00:12:06.238Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-d35f7e327741aa9b /work/test/multicast_multi_sub |
| 875 | 2026-02-24T00:12:06.290Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-fcdfb6bc5071c414 /work/test/multicast_validation |
| 876 | 2026-02-24T00:12:06.345Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-e1a085d18ff88fec /work/test/multicast_source_filter |
| 877 | 2026-02-24T00:12:06.390Z | process exited: duration 475323 ms, exit code 0 |
| |
| 878 | 2026-02-24T00:12:06.411Z | found 14 output files |
| 879 | 2026-02-24T00:12:06.411Z | uploading: /work/debug/xde.dbg (88542232 bytes) |
| 880 | 2026-02-24T00:12:08.469Z | uploaded: /work/debug/xde.dbg |
| 881 | 2026-02-24T00:12:08.469Z | uploading: /work/debug/xde.dbg.sha256 (86 bytes) |
| 882 | 2026-02-24T00:12:09.481Z | uploaded: /work/debug/xde.dbg.sha256 |
| 883 | 2026-02-24T00:12:09.481Z | uploading: /work/debug/xde_link.dbg.so (1099884 bytes) |
| 884 | 2026-02-24T00:12:10.512Z | uploaded: /work/debug/xde_link.dbg.so |
| 885 | 2026-02-24T00:12:10.512Z | uploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes) |
| 886 | 2026-02-24T00:12:11.522Z | uploaded: /work/debug/xde_link.dbg.so.sha256 |
| 887 | 2026-02-24T00:12:11.522Z | uploading: /work/release/xde (47642616 bytes) |
| 888 | 2026-02-24T00:12:13.103Z | uploaded: /work/release/xde |
| 889 | 2026-02-24T00:12:13.103Z | uploading: /work/release/xde.sha256 (84 bytes) |
| 890 | 2026-02-24T00:12:14.114Z | uploaded: /work/release/xde.sha256 |
| 891 | 2026-02-24T00:12:14.114Z | uploading: /work/release/xde_link.so (38860 bytes) |
| 892 | 2026-02-24T00:12:15.129Z | uploaded: /work/release/xde_link.so |
| 893 | 2026-02-24T00:12:15.130Z | uploading: /work/release/xde_link.so.sha256 (92 bytes) |
| 894 | 2026-02-24T00:12:16.139Z | uploaded: /work/release/xde_link.so.sha256 |
| 895 | 2026-02-24T00:12:16.139Z | uploading: /work/test/loopback (50710896 bytes) |
| 896 | 2026-02-24T00:12:17.725Z | uploaded: /work/test/loopback |
| 897 | 2026-02-24T00:12:17.725Z | uploading: /work/test/multicast_rx (51035664 bytes) |
| 898 | 2026-02-24T00:12:19.304Z | uploaded: /work/test/multicast_rx |
| 899 | 2026-02-24T00:12:19.305Z | uploading: /work/test/multicast_multi_sub (55276696 bytes) |
| 900 | 2026-02-24T00:12:21.473Z | uploaded: /work/test/multicast_multi_sub |
| 901 | 2026-02-24T00:12:21.474Z | uploading: /work/test/multicast_validation (51214864 bytes) |
| 902 | 2026-02-24T00:12:23.034Z | uploaded: /work/test/multicast_validation |
| 903 | 2026-02-24T00:12:23.034Z | uploading: /work/test/multicast_source_filter (51506760 bytes) |
| 904 | 2026-02-24T00:12:24.627Z | uploaded: /work/test/multicast_source_filter |
| 905 | 2026-02-24T00:12:24.627Z | uploading: /work/xde.conf (79 bytes) |
| 906 | 2026-02-24T00:12:25.638Z | uploaded: /work/xde.conf |