|
|
|
| 1 | 2026-03-10T11:29:10.767Z | job assigned to worker 01KKBR2923HQPW5A6PTPTTJGH2 [factory aws, i-0e068415646ae8f4b] (queued for 1 m 6 s) |
| |
| 2 | 2026-03-10T11:29:18.846Z | starting task 0: "setup" |
| 3 | 2026-03-10T11:29:18.852Z | ++ uname -s |
| 4 | 2026-03-10T11:29:18.855Z | + kern=SunOS |
| 5 | 2026-03-10T11:29:18.855Z | + build_user=build |
| 6 | 2026-03-10T11:29:18.855Z | + build_uid=12345 |
| 7 | 2026-03-10T11:29:18.855Z | + work_dir=/work |
| 8 | 2026-03-10T11:29:18.855Z | + input_dir=/input |
| 9 | 2026-03-10T11:29:18.855Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-10T11:29:18.855Z | + case "$kern" in |
| 11 | 2026-03-10T11:29:18.855Z | + groupadd -g 12345 build |
| 12 | 2026-03-10T11:29:18.858Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-10T11:29:20.863Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-10T11:29:20.977Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-10T11:29:20.980Z | + home_fs=zfs |
| 16 | 2026-03-10T11:29:20.980Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-10T11:29:20.980Z | + mkdir -p /home/build |
| 18 | 2026-03-10T11:29:20.983Z | + chown build:build /home/build /work |
| 19 | 2026-03-10T11:29:22.983Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-10T11:29:22.987Z | process exited: duration 4139 ms, exit code 0 |
| |
| 21 | 2026-03-10T11:29:22.992Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-10T11:29:22.997Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-03-10T11:29:22.997Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-03-10T11:29:22.997Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-03-10T11:29:22.997Z | * rust toolchain profile = "default" |
| 26 | 2026-03-10T11:29:22.997Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-10T11:29:22.997Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-10T11:29:23.001Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-10T11:29:23.001Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-03-10T11:29:23.126Z | info: downloading installer |
| 31 | 2026-03-10T11:29:24.784Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-10T11:29:24.784Z | warn: /opt/ooce/bin |
| 33 | 2026-03-10T11:29:24.784Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-10T11:29:24.784Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-10T11:29:24.784Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-10T11:29:24.784Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-10T11:29:24.784Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-10T11:29:24.784Z | error: cannot install while Rust is installed |
| 39 | 2026-03-10T11:29:24.784Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-10T11:29:24.797Z | info: profile set to 'default' |
| 41 | 2026-03-10T11:29:24.797Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-03-10T11:29:24.800Z | info: syncing channel updates for '1.94.0-x86_64-unknown-illumos' |
| 43 | 2026-03-10T11:29:24.949Z | info: latest update on 2026-03-05, rust version 1.94.0 (4a4ef493e 2026-03-02) |
| 44 | 2026-03-10T11:29:24.949Z | info: downloading component 'cargo' |
| 45 | 2026-03-10T11:29:26.108Z | info: downloading component 'clippy' |
| 46 | 2026-03-10T11:29:26.491Z | info: downloading component 'rust-docs' |
| 47 | 2026-03-10T11:29:28.277Z | info: downloading component 'rust-std' |
| 48 | 2026-03-10T11:29:30.491Z | info: downloading component 'rustc' |
| 49 | 2026-03-10T11:29:37.926Z | info: downloading component 'rustfmt' |
| 50 | 2026-03-10T11:29:38.183Z | info: installing component 'cargo' |
| 51 | 2026-03-10T11:29:39.008Z | info: installing component 'clippy' |
| 52 | 2026-03-10T11:29:39.368Z | info: installing component 'rust-docs' |
| 53 | 2026-03-10T11:29:40.869Z | info: installing component 'rust-std' |
| 54 | 2026-03-10T11:29:42.333Z | info: installing component 'rustc' |
| 55 | 2026-03-10T11:29:48.170Z | info: installing component 'rustfmt' |
| 56 | 2026-03-10T11:29:48.462Z | info: default toolchain set to '1.94.0-x86_64-unknown-illumos' |
| 57 | 2026-03-10T11:29:48.462Z | |
| 58 | 2026-03-10T11:29:48.875Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 59 | 2026-03-10T11:29:48.875Z | |
| 60 | 2026-03-10T11:29:48.878Z | |
| 61 | 2026-03-10T11:29:48.878Z | Rust is installed now. Great! |
| 62 | 2026-03-10T11:29:48.878Z | |
| 63 | 2026-03-10T11:29:48.878Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-03-10T11:29:48.878Z | environment variable. This has not been done automatically. |
| 65 | 2026-03-10T11:29:48.878Z | |
| 66 | 2026-03-10T11:29:48.879Z | To configure your current shell, you need to source |
| 67 | 2026-03-10T11:29:48.879Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-03-10T11:29:48.879Z | |
| 69 | 2026-03-10T11:29:48.879Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-03-10T11:29:48.879Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-03-10T11:29:48.879Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-03-10T11:29:48.879Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-03-10T11:29:48.978Z | + rustup --version |
| 74 | 2026-03-10T11:29:48.989Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-03-10T11:29:48.992Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-03-10T11:29:49.059Z | info: The currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 77 | 2026-03-10T11:29:49.062Z | + cargo --version |
| 78 | 2026-03-10T11:29:49.113Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 79 | 2026-03-10T11:29:49.116Z | + rustc --version |
| 80 | 2026-03-10T11:29:49.176Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 81 | 2026-03-10T11:29:49.180Z | process exited: duration 26183 ms, exit code 0 |
| |
| 82 | 2026-03-10T11:29:49.185Z | starting task 2: "authentication" |
| 83 | 2026-03-10T11:29:49.205Z | process exited: duration 19 ms, exit code 0 |
| |
| 84 | 2026-03-10T11:29:49.211Z | starting task 3: "clone repository" |
| 85 | 2026-03-10T11:29:49.214Z | + mkdir -p /work/oxidecomputer/opte |
| 86 | 2026-03-10T11:29:49.217Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 87 | 2026-03-10T11:29:49.250Z | Cloning into '/work/oxidecomputer/opte'... |
| 88 | 2026-03-10T11:29:50.067Z | + cd /work/oxidecomputer/opte |
| 89 | 2026-03-10T11:29:50.067Z | + git fetch origin 596f57d8e43c618d5a224f994537e1f5d0082067 |
| 90 | 2026-03-10T11:29:50.352Z | From https://github.com/oxidecomputer/opte |
| 91 | 2026-03-10T11:29:50.352Z | * branch 596f57d8e43c618d5a224f994537e1f5d0082067 -> FETCH_HEAD |
| 92 | 2026-03-10T11:29:50.360Z | + [[ -n renovate/rust-1.x ]] |
| 93 | 2026-03-10T11:29:50.363Z | ++ git branch --show-current |
| 94 | 2026-03-10T11:29:50.366Z | + current=master |
| 95 | 2026-03-10T11:29:50.366Z | + [[ master != renovate/rust-1.x ]] |
| 96 | 2026-03-10T11:29:50.366Z | + git branch -f renovate/rust-1.x 596f57d8e43c618d5a224f994537e1f5d0082067 |
| 97 | 2026-03-10T11:29:50.369Z | + git checkout -f renovate/rust-1.x |
| 98 | 2026-03-10T11:29:50.389Z | Switched to branch 'renovate/rust-1.x' |
| 99 | 2026-03-10T11:29:50.392Z | + git reset --hard 596f57d8e43c618d5a224f994537e1f5d0082067 |
| 100 | 2026-03-10T11:29:50.412Z | HEAD is now at 596f57d Update dependency rust to v1.94.0 |
| 101 | 2026-03-10T11:29:50.415Z | process exited: duration 1201 ms, exit code 0 |
| |
| 102 | 2026-03-10T11:29:50.421Z | starting task 4: "build" |
| 103 | 2026-03-10T11:29:50.425Z | + source .github/buildomat/common.sh |
| 104 | 2026-03-10T11:29:50.428Z | ++ rustup show active-toolchain |
| 105 | 2026-03-10T11:29:50.466Z | 1.94.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 106 | 2026-03-10T11:29:50.469Z | ++ pushd xde |
| 107 | 2026-03-10T11:29:50.469Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 108 | 2026-03-10T11:29:50.469Z | ++ rustup show active-toolchain |
| 109 | 2026-03-10T11:29:50.475Z | info: syncing channel updates for 'nightly-2026-02-24-x86_64-unknown-illumos' |
| 110 | 2026-03-10T11:29:50.631Z | info: latest update on 2026-02-24, rust version 1.95.0-nightly (b3869b94c 2026-02-23) |
| 111 | 2026-03-10T11:29:50.634Z | info: downloading component 'cargo' |
| 112 | 2026-03-10T11:29:51.613Z | info: downloading component 'clippy' |
| 113 | 2026-03-10T11:29:52.078Z | info: downloading component 'rust-src' |
| 114 | 2026-03-10T11:29:52.370Z | info: downloading component 'rust-std' |
| 115 | 2026-03-10T11:29:54.613Z | info: downloading component 'rustc' |
| 116 | 2026-03-10T11:30:03.148Z | info: downloading component 'rustfmt' |
| 117 | 2026-03-10T11:30:03.408Z | info: installing component 'cargo' |
| 118 | 2026-03-10T11:30:04.243Z | info: installing component 'clippy' |
| 119 | 2026-03-10T11:30:04.602Z | info: installing component 'rust-src' |
| 120 | 2026-03-10T11:30:04.949Z | info: installing component 'rust-std' |
| 121 | 2026-03-10T11:30:06.478Z | info: installing component 'rustc' |
| 122 | 2026-03-10T11:30:12.264Z | info: installing component 'rustfmt' |
| 123 | 2026-03-10T11:30:12.553Z | nightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 124 | 2026-03-10T11:30:12.649Z | +++ rustup show active-toolchain -v |
| 125 | 2026-03-10T11:30:12.652Z | +++ head -n 1 |
| 126 | 2026-03-10T11:30:12.652Z | +++ cut '-d ' -f1 |
| 127 | 2026-03-10T11:30:12.737Z | ++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos |
| 128 | 2026-03-10T11:30:12.737Z | ++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos |
| 129 | 2026-03-10T11:30:12.737Z | ++ popd |
| 130 | 2026-03-10T11:30:12.740Z | /work/oxidecomputer/opte |
| 131 | 2026-03-10T11:30:12.740Z | + TGT_BASE=/work |
| 132 | 2026-03-10T11:30:12.740Z | + DBG_SRC=target/x86_64-unknown-unknown/debug |
| 133 | 2026-03-10T11:30:12.740Z | + DBG_LINK_SRC=target/i686-unknown-illumos/debug |
| 134 | 2026-03-10T11:30:12.740Z | + DBG_TGT=/work/debug |
| 135 | 2026-03-10T11:30:12.740Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 136 | 2026-03-10T11:30:12.740Z | + REL_LINK_SRC=target/i686-unknown-illumos/release |
| 137 | 2026-03-10T11:30:12.740Z | + REL_TGT=/work/release |
| 138 | 2026-03-10T11:30:12.740Z | + mkdir -p /work/debug /work/release |
| 139 | 2026-03-10T11:30:12.740Z | + cargo --version |
| 140 | 2026-03-10T11:30:12.786Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 141 | 2026-03-10T11:30:12.789Z | + rustc --version |
| 142 | 2026-03-10T11:30:12.850Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 143 | 2026-03-10T11:30:12.853Z | + install_pkg jq |
| 144 | 2026-03-10T11:30:12.855Z | + set +o errexit |
| 145 | 2026-03-10T11:30:12.855Z | + pfexec pkg install jq |
| 146 | 2026-03-10T11:30:20.779Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 147 | 2026-03-10T11:30:30.269Z | Startup: Caching catalogs ... Done |
| 148 | 2026-03-10T11:30:51.904Z | Planning: Solver setup ... Done |
| 149 | 2026-03-10T11:30:52.054Z | Planning: Running solver ... Done |
| 150 | 2026-03-10T11:30:52.230Z | Planning: Consolidating action changes ... Done |
| 151 | 2026-03-10T11:30:52.233Z | Planning: Evaluating mediators ... Done |
| 152 | 2026-03-10T11:30:52.233Z | Planning: Planning completed in 21.82 seconds |
| 153 | 2026-03-10T11:30:52.252Z | No updates necessary for this image. |
| 154 | 2026-03-10T11:30:53.658Z | + exit_code=4 |
| 155 | 2026-03-10T11:30:53.658Z | + [[ 4 -ne 0 ]] |
| 156 | 2026-03-10T11:30:53.661Z | + [[ 4 -ne 4 ]] |
| 157 | 2026-03-10T11:30:53.661Z | + set -o errexit |
| 158 | 2026-03-10T11:30:53.661Z | + pushd xde |
| 159 | 2026-03-10T11:30:53.661Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 160 | 2026-03-10T11:30:53.661Z | + cp xde.conf /work/xde.conf |
| 161 | 2026-03-10T11:30:53.661Z | + header 'check style' |
| 162 | 2026-03-10T11:30:53.661Z | + echo '# ==== check style ==== #' |
| 163 | 2026-03-10T11:30:53.661Z | # ==== check style ==== # |
| 164 | 2026-03-10T11:30:53.661Z | + ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check |
| 165 | 2026-03-10T11:30:54.036Z | |
| 166 | 2026-03-10T11:30:54.039Z | real 0.372325026 |
| 167 | 2026-03-10T11:30:54.039Z | user 0.266748933 |
| 168 | 2026-03-10T11:30:54.039Z | sys 0.094300369 |
| 169 | 2026-03-10T11:30:54.039Z | trap 0.000030526 |
| 170 | 2026-03-10T11:30:54.039Z | tflt 0.000016447 |
| 171 | 2026-03-10T11:30:54.039Z | dflt 0.000016506 |
| 172 | 2026-03-10T11:30:54.039Z | kflt 0.000000000 |
| 173 | 2026-03-10T11:30:54.039Z | lock 0.532317431 |
| 174 | 2026-03-10T11:30:54.039Z | slp 0.362911258 |
| 175 | 2026-03-10T11:30:54.040Z | lat 0.000225234 |
| 176 | 2026-03-10T11:30:54.040Z | stop 0.000119415 |
| 177 | 2026-03-10T11:30:54.040Z | + header analyze |
| 178 | 2026-03-10T11:30:54.040Z | + echo '# ==== analyze ==== #' |
| 179 | 2026-03-10T11:30:54.040Z | # ==== analyze ==== # |
| 180 | 2026-03-10T11:30:54.040Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 181 | 2026-03-10T11:30:54.323Z | Updating crates.io index |
| 182 | 2026-03-10T11:30:54.367Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 183 | 2026-03-10T11:30:55.546Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 184 | 2026-03-10T11:30:55.861Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 185 | 2026-03-10T11:30:56.300Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 186 | 2026-03-10T11:30:56.754Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 187 | 2026-03-10T11:30:57.007Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 188 | 2026-03-10T11:30:57.329Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 189 | 2026-03-10T11:31:00.141Z | Downloading crates ... |
| 190 | 2026-03-10T11:31:00.192Z | Downloaded embedded-io v0.6.1 |
| 191 | 2026-03-10T11:31:00.195Z | Downloaded hash32 v0.3.1 |
| 192 | 2026-03-10T11:31:00.198Z | Downloaded byteorder v1.5.0 |
| 193 | 2026-03-10T11:31:00.201Z | Downloaded defmt-parser v1.0.0 |
| 194 | 2026-03-10T11:31:00.210Z | Downloaded ref-cast-impl v1.0.25 |
| 195 | 2026-03-10T11:31:00.212Z | Downloaded darling_macro v0.21.3 |
| 196 | 2026-03-10T11:31:00.217Z | Downloaded defmt v0.3.100 |
| 197 | 2026-03-10T11:31:00.221Z | Downloaded managed v0.8.0 |
| 198 | 2026-03-10T11:31:00.224Z | Downloaded cfg-if v1.0.4 |
| 199 | 2026-03-10T11:31:00.226Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 200 | 2026-03-10T11:31:00.226Z | Downloaded ident_case v1.0.1 |
| 201 | 2026-03-10T11:31:00.229Z | Downloaded macaddr v1.0.1 |
| 202 | 2026-03-10T11:31:00.232Z | Downloaded fnv v1.0.7 |
| 203 | 2026-03-10T11:31:00.232Z | Downloaded defmt-macros v1.0.1 |
| 204 | 2026-03-10T11:31:00.232Z | Downloaded ref-cast v1.0.25 |
| 205 | 2026-03-10T11:31:00.235Z | Downloaded embedded-io v0.4.0 |
| 206 | 2026-03-10T11:31:00.238Z | Downloaded dyn-clone v1.0.20 |
| 207 | 2026-03-10T11:31:00.240Z | Downloaded version_check v0.9.5 |
| 208 | 2026-03-10T11:31:00.249Z | Downloaded strsim v0.11.1 |
| 209 | 2026-03-10T11:31:00.254Z | Downloaded bitflags v1.3.2 |
| 210 | 2026-03-10T11:31:00.261Z | Downloaded cobs v0.3.0 |
| 211 | 2026-03-10T11:31:00.264Z | Downloaded thiserror-impl v2.0.18 |
| 212 | 2026-03-10T11:31:00.267Z | Downloaded proc-macro-error2 v2.0.1 |
| 213 | 2026-03-10T11:31:00.270Z | Downloaded either v1.15.0 |
| 214 | 2026-03-10T11:31:00.272Z | Downloaded ingot-types v0.1.2 |
| 215 | 2026-03-10T11:31:00.276Z | Downloaded quote v1.0.45 |
| 216 | 2026-03-10T11:31:00.283Z | Downloaded ingot v0.1.1 |
| 217 | 2026-03-10T11:31:00.286Z | Downloaded stable_deref_trait v1.2.1 |
| 218 | 2026-03-10T11:31:00.291Z | Downloaded ingot-macros v0.1.1 |
| 219 | 2026-03-10T11:31:00.295Z | Downloaded crc32fast v1.5.0 |
| 220 | 2026-03-10T11:31:00.295Z | Downloaded bitflags v2.11.0 |
| 221 | 2026-03-10T11:31:00.298Z | Downloaded darling v0.21.3 |
| 222 | 2026-03-10T11:31:00.301Z | Downloaded postcard v1.1.3 |
| 223 | 2026-03-10T11:31:00.304Z | Downloaded defmt v1.0.1 |
| 224 | 2026-03-10T11:31:00.313Z | Downloaded proc-macro2 v1.0.106 |
| 225 | 2026-03-10T11:31:00.316Z | Downloaded serde_derive v1.0.228 |
| 226 | 2026-03-10T11:31:00.319Z | Downloaded thiserror v2.0.18 |
| 227 | 2026-03-10T11:31:00.321Z | Downloaded serde_core v1.0.228 |
| 228 | 2026-03-10T11:31:00.330Z | Downloaded unicode-ident v1.0.24 |
| 229 | 2026-03-10T11:31:00.333Z | Downloaded uuid v1.22.0 |
| 230 | 2026-03-10T11:31:00.336Z | Downloaded heapless v0.8.0 |
| 231 | 2026-03-10T11:31:00.346Z | Downloaded darling_core v0.21.3 |
| 232 | 2026-03-10T11:31:00.354Z | Downloaded serde v1.0.228 |
| 233 | 2026-03-10T11:31:00.358Z | Downloaded memchr v2.8.0 |
| 234 | 2026-03-10T11:31:00.361Z | Downloaded zerocopy-derive v0.8.42 |
| 235 | 2026-03-10T11:31:00.372Z | Downloaded aho-corasick v1.1.4 |
| 236 | 2026-03-10T11:31:00.396Z | Downloaded regex v1.12.3 |
| 237 | 2026-03-10T11:31:00.401Z | Downloaded itertools v0.14.0 |
| 238 | 2026-03-10T11:31:00.435Z | Downloaded smoltcp v0.11.0 |
| 239 | 2026-03-10T11:31:00.443Z | Downloaded zerocopy v0.8.42 |
| 240 | 2026-03-10T11:31:00.454Z | Downloaded syn v2.0.117 |
| 241 | 2026-03-10T11:31:00.468Z | Downloaded regex-syntax v0.8.10 |
| 242 | 2026-03-10T11:31:00.478Z | Downloaded regex-automata v0.4.14 |
| 243 | 2026-03-10T11:31:00.494Z | Updating crates.io index |
| 244 | 2026-03-10T11:31:00.587Z | Downloading crates ... |
| 245 | 2026-03-10T11:31:00.637Z | Downloaded addr2line v0.25.1 |
| 246 | 2026-03-10T11:31:00.647Z | Downloaded rustc-demangle v0.1.27 |
| 247 | 2026-03-10T11:31:00.650Z | Downloaded adler2 v2.0.1 |
| 248 | 2026-03-10T11:31:00.657Z | Downloaded rustc-literal-escaper v0.0.7 |
| 249 | 2026-03-10T11:31:00.663Z | Downloaded getopts v0.2.24 |
| 250 | 2026-03-10T11:31:00.666Z | Downloaded foldhash v0.2.0 |
| 251 | 2026-03-10T11:31:00.677Z | Downloaded memchr v2.7.6 |
| 252 | 2026-03-10T11:31:00.686Z | Downloaded miniz_oxide v0.8.9 |
| 253 | 2026-03-10T11:31:00.710Z | Downloaded hashbrown v0.16.1 |
| 254 | 2026-03-10T11:31:00.745Z | Downloaded gimli v0.32.3 |
| 255 | 2026-03-10T11:31:00.755Z | Downloaded object v0.37.3 |
| 256 | 2026-03-10T11:31:00.788Z | Downloaded libc v0.2.178 |
| 257 | 2026-03-10T11:31:00.859Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 258 | 2026-03-10T11:31:00.862Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 259 | 2026-03-10T11:31:00.862Z | Compiling proc-macro2 v1.0.106 |
| 260 | 2026-03-10T11:31:00.862Z | Compiling unicode-ident v1.0.24 |
| 261 | 2026-03-10T11:31:00.862Z | Compiling quote v1.0.45 |
| 262 | 2026-03-10T11:31:00.862Z | Compiling serde_core v1.0.228 |
| 263 | 2026-03-10T11:31:00.862Z | Compiling fnv v1.0.7 |
| 264 | 2026-03-10T11:31:00.862Z | Compiling ident_case v1.0.1 |
| 265 | 2026-03-10T11:31:01.059Z | Compiling strsim v0.11.1 |
| 266 | 2026-03-10T11:31:01.091Z | Compiling memchr v2.8.0 |
| 267 | 2026-03-10T11:31:01.094Z | Compiling regex-syntax v0.8.10 |
| 268 | 2026-03-10T11:31:01.469Z | Compiling either v1.15.0 |
| 269 | 2026-03-10T11:31:01.527Z | Compiling zerocopy v0.8.42 |
| 270 | 2026-03-10T11:31:01.570Z | Compiling serde v1.0.228 |
| 271 | 2026-03-10T11:31:01.602Z | Compiling thiserror v2.0.18 |
| 272 | 2026-03-10T11:31:01.720Z | Compiling aho-corasick v1.1.4 |
| 273 | 2026-03-10T11:31:02.005Z | Compiling itertools v0.14.0 |
| 274 | 2026-03-10T11:31:02.221Z | Compiling heapless v0.8.0 |
| 275 | 2026-03-10T11:31:02.327Z | Compiling syn v2.0.117 |
| 276 | 2026-03-10T11:31:02.469Z | Compiling smoltcp v0.11.0 |
| 277 | 2026-03-10T11:31:02.572Z | Compiling ref-cast v1.0.25 |
| 278 | 2026-03-10T11:31:02.821Z | Compiling version_check v0.9.5 |
| 279 | 2026-03-10T11:31:03.016Z | Compiling crc32fast v1.5.0 |
| 280 | 2026-03-10T11:31:03.062Z | Compiling regex-automata v0.4.14 |
| 281 | 2026-03-10T11:31:03.302Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 282 | 2026-03-10T11:31:05.235Z | Compiling regex v1.12.3 |
| 283 | 2026-03-10T11:31:05.628Z | Compiling darling_core v0.21.3 |
| 284 | 2026-03-10T11:31:06.781Z | Compiling thiserror-impl v2.0.18 |
| 285 | 2026-03-10T11:31:06.781Z | Compiling zerocopy-derive v0.8.42 |
| 286 | 2026-03-10T11:31:06.784Z | Compiling serde_derive v1.0.228 |
| 287 | 2026-03-10T11:31:06.785Z | Compiling ref-cast-impl v1.0.25 |
| 288 | 2026-03-10T11:31:06.785Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 289 | 2026-03-10T11:31:08.584Z | Compiling darling_macro v0.21.3 |
| 290 | 2026-03-10T11:31:09.664Z | Compiling darling v0.21.3 |
| 291 | 2026-03-10T11:31:09.739Z | Compiling ingot-macros v0.1.1 |
| 292 | 2026-03-10T11:31:09.743Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 293 | 2026-03-10T11:31:17.309Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 294 | 2026-03-10T11:31:20.230Z | Checking byteorder v1.5.0 |
| 295 | 2026-03-10T11:31:20.230Z | Checking cfg-if v1.0.4 |
| 296 | 2026-03-10T11:31:20.233Z | Checking stable_deref_trait v1.2.1 |
| 297 | 2026-03-10T11:31:20.233Z | Checking macaddr v1.0.1 |
| 298 | 2026-03-10T11:31:20.233Z | Checking managed v0.8.0 |
| 299 | 2026-03-10T11:31:20.294Z | Checking bitflags v1.3.2 |
| 300 | 2026-03-10T11:31:20.338Z | Checking cobs v0.3.0 |
| 301 | 2026-03-10T11:31:20.430Z | Checking dyn-clone v1.0.20 |
| 302 | 2026-03-10T11:31:20.440Z | Checking hash32 v0.3.1 |
| 303 | 2026-03-10T11:31:20.493Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 304 | 2026-03-10T11:31:22.169Z | Checking bitflags v2.11.0 |
| 305 | 2026-03-10T11:31:22.169Z | Checking uuid v1.22.0 |
| 306 | 2026-03-10T11:31:22.345Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 307 | 2026-03-10T11:31:22.684Z | Checking postcard v1.1.3 |
| 308 | 2026-03-10T11:31:23.997Z | Checking ingot-types v0.1.2 |
| 309 | 2026-03-10T11:31:24.385Z | Checking ingot v0.1.1 |
| 310 | 2026-03-10T11:31:26.360Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 311 | 2026-03-10T11:31:32.387Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 312 | 2026-03-10T11:31:34.540Z | Checking xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 313 | 2026-03-10T11:31:37.953Z | Finished `dev` profile [optimized + debuginfo] target(s) in 43.79s |
| 314 | 2026-03-10T11:31:38.084Z | |
| 315 | 2026-03-10T11:31:38.087Z | real 44.036522949 |
| 316 | 2026-03-10T11:31:38.087Z | user 1:38.454225461 |
| 317 | 2026-03-10T11:31:38.087Z | sys 11.982349859 |
| 318 | 2026-03-10T11:31:38.087Z | trap 0.033493977 |
| 319 | 2026-03-10T11:31:38.087Z | tflt 0.042817289 |
| 320 | 2026-03-10T11:31:38.087Z | dflt 0.211732536 |
| 321 | 2026-03-10T11:31:38.087Z | kflt 0.005330136 |
| 322 | 2026-03-10T11:31:38.087Z | lock 5:04.223917331 |
| 323 | 2026-03-10T11:31:38.087Z | slp 4:19.252293189 |
| 324 | 2026-03-10T11:31:38.087Z | lat 2.988516513 |
| 325 | 2026-03-10T11:31:38.087Z | stop 8.463001251 |
| 326 | 2026-03-10T11:31:38.087Z | + pushd xde-link |
| 327 | 2026-03-10T11:31:38.087Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 328 | 2026-03-10T11:31:38.087Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 329 | 2026-03-10T11:31:38.376Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 330 | 2026-03-10T11:31:38.376Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 331 | 2026-03-10T11:31:38.379Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 332 | 2026-03-10T11:31:53.829Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 333 | 2026-03-10T11:31:56.763Z | Finished `dev` profile [optimized + debuginfo] target(s) in 18.55s |
| 334 | 2026-03-10T11:31:56.787Z | |
| 335 | 2026-03-10T11:31:56.790Z | real 18.695459480 |
| 336 | 2026-03-10T11:31:56.790Z | user 28.224320240 |
| 337 | 2026-03-10T11:31:56.790Z | sys 1.532803811 |
| 338 | 2026-03-10T11:31:56.790Z | trap 0.005096255 |
| 339 | 2026-03-10T11:31:56.790Z | tflt 0.001960229 |
| 340 | 2026-03-10T11:31:56.790Z | dflt 0.038013169 |
| 341 | 2026-03-10T11:31:56.790Z | kflt 0.000000000 |
| 342 | 2026-03-10T11:31:56.790Z | lock 1:40.984854584 |
| 343 | 2026-03-10T11:31:56.790Z | slp 1:01.281058476 |
| 344 | 2026-03-10T11:31:56.790Z | lat 0.223715114 |
| 345 | 2026-03-10T11:31:56.790Z | stop 0.163265701 |
| 346 | 2026-03-10T11:31:56.790Z | + popd |
| 347 | 2026-03-10T11:31:56.790Z | + popd |
| 348 | 2026-03-10T11:31:56.790Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 349 | 2026-03-10T11:31:56.791Z | /work/oxidecomputer/opte |
| 350 | 2026-03-10T11:31:56.791Z | + header 'build xde (debug)' |
| 351 | 2026-03-10T11:31:56.791Z | + echo '# ==== build xde (debug) ==== #' |
| 352 | 2026-03-10T11:31:56.791Z | # ==== build xde (debug) ==== # |
| 353 | 2026-03-10T11:31:56.791Z | + ptime -m cargo xtask build --profile debug xde xde-link |
| 354 | 2026-03-10T11:31:57.017Z | Downloading crates ... |
| 355 | 2026-03-10T11:31:57.074Z | Downloaded anstyle v1.0.13 |
| 356 | 2026-03-10T11:31:57.080Z | Downloaded serde_spanned v1.0.4 |
| 357 | 2026-03-10T11:31:57.083Z | Downloaded anstream v0.6.21 |
| 358 | 2026-03-10T11:31:57.096Z | Downloaded utf8parse v0.2.2 |
| 359 | 2026-03-10T11:31:57.100Z | Downloaded equivalent v1.0.2 |
| 360 | 2026-03-10T11:31:57.100Z | Downloaded cargo-platform v0.3.2 |
| 361 | 2026-03-10T11:31:57.102Z | Downloaded terminal_size v0.4.3 |
| 362 | 2026-03-10T11:31:57.102Z | Downloaded errno v0.3.14 |
| 363 | 2026-03-10T11:31:57.102Z | Downloaded is_terminal_polyfill v1.70.2 |
| 364 | 2026-03-10T11:31:57.102Z | Downloaded heck v0.5.0 |
| 365 | 2026-03-10T11:31:57.105Z | Downloaded itoa v1.0.17 |
| 366 | 2026-03-10T11:31:57.108Z | Downloaded anstyle-parse v0.2.7 |
| 367 | 2026-03-10T11:31:57.108Z | Downloaded clap_lex v1.0.0 |
| 368 | 2026-03-10T11:31:57.111Z | Downloaded anstyle-query v1.1.5 |
| 369 | 2026-03-10T11:31:57.121Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 370 | 2026-03-10T11:31:57.124Z | Downloaded colorchoice v1.0.4 |
| 371 | 2026-03-10T11:31:57.124Z | Downloaded anyhow v1.0.102 |
| 372 | 2026-03-10T11:31:57.130Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 373 | 2026-03-10T11:31:57.132Z | Downloaded cargo_metadata v0.23.1 |
| 374 | 2026-03-10T11:31:57.138Z | Downloaded zmij v1.0.21 |
| 375 | 2026-03-10T11:31:57.141Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 376 | 2026-03-10T11:31:57.143Z | Downloaded semver v1.0.27 |
| 377 | 2026-03-10T11:31:57.143Z | Downloaded camino v1.2.2 |
| 378 | 2026-03-10T11:31:57.146Z | Downloaded clap_derive v4.5.55 |
| 379 | 2026-03-10T11:31:57.156Z | Downloaded indexmap v2.13.0 |
| 380 | 2026-03-10T11:31:57.159Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 381 | 2026-03-10T11:31:57.163Z | Downloaded clap v4.5.60 |
| 382 | 2026-03-10T11:31:57.182Z | Downloaded winnow v0.7.15 |
| 383 | 2026-03-10T11:31:57.199Z | Downloaded serde_json v1.0.149 |
| 384 | 2026-03-10T11:31:57.206Z | Downloaded clap_builder v4.5.60 |
| 385 | 2026-03-10T11:31:57.240Z | Downloaded rustix v1.1.4 |
| 386 | 2026-03-10T11:31:57.273Z | Downloaded libc v0.2.183 |
| 387 | 2026-03-10T11:31:57.340Z | Compiling proc-macro2 v1.0.106 |
| 388 | 2026-03-10T11:31:57.340Z | Compiling serde_core v1.0.228 |
| 389 | 2026-03-10T11:31:57.343Z | Compiling unicode-ident v1.0.24 |
| 390 | 2026-03-10T11:31:57.343Z | Compiling quote v1.0.45 |
| 391 | 2026-03-10T11:31:57.343Z | Compiling libc v0.2.183 |
| 392 | 2026-03-10T11:31:57.343Z | Compiling rustix v1.1.4 |
| 393 | 2026-03-10T11:31:57.343Z | Compiling utf8parse v0.2.2 |
| 394 | 2026-03-10T11:31:57.343Z | Compiling zmij v1.0.21 |
| 395 | 2026-03-10T11:31:57.521Z | Compiling bitflags v2.11.0 |
| 396 | 2026-03-10T11:31:57.540Z | Compiling anstyle-parse v0.2.7 |
| 397 | 2026-03-10T11:31:57.790Z | Compiling anstyle v1.0.13 |
| 398 | 2026-03-10T11:31:57.793Z | Compiling serde_json v1.0.149 |
| 399 | 2026-03-10T11:31:57.808Z | Compiling thiserror v2.0.18 |
| 400 | 2026-03-10T11:31:58.045Z | Compiling colorchoice v1.0.4 |
| 401 | 2026-03-10T11:31:58.058Z | Compiling anstyle-query v1.1.5 |
| 402 | 2026-03-10T11:31:58.081Z | Compiling is_terminal_polyfill v1.70.2 |
| 403 | 2026-03-10T11:31:58.130Z | Compiling camino v1.2.2 |
| 404 | 2026-03-10T11:31:58.174Z | Compiling serde v1.0.228 |
| 405 | 2026-03-10T11:31:58.177Z | Compiling anstream v0.6.21 |
| 406 | 2026-03-10T11:31:58.411Z | Compiling errno v0.3.14 |
| 407 | 2026-03-10T11:31:58.462Z | Compiling strsim v0.11.1 |
| 408 | 2026-03-10T11:31:58.620Z | Compiling memchr v2.8.0 |
| 409 | 2026-03-10T11:31:58.655Z | Compiling winnow v0.7.15 |
| 410 | 2026-03-10T11:31:58.686Z | Compiling clap_lex v1.0.0 |
| 411 | 2026-03-10T11:31:58.987Z | Compiling itoa v1.0.17 |
| 412 | 2026-03-10T11:31:59.167Z | Compiling syn v2.0.117 |
| 413 | 2026-03-10T11:31:59.167Z | Compiling terminal_size v0.4.3 |
| 414 | 2026-03-10T11:31:59.309Z | Compiling heck v0.5.0 |
| 415 | 2026-03-10T11:31:59.350Z | Compiling anyhow v1.0.102 |
| 416 | 2026-03-10T11:31:59.563Z | Compiling clap_builder v4.5.60 |
| 417 | 2026-03-10T11:31:59.652Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 418 | 2026-03-10T11:32:00.374Z | Compiling cargo-platform v0.3.2 |
| 419 | 2026-03-10T11:32:00.394Z | Compiling semver v1.0.27 |
| 420 | 2026-03-10T11:32:00.670Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 421 | 2026-03-10T11:32:00.917Z | Compiling serde_spanned v1.0.4 |
| 422 | 2026-03-10T11:32:00.943Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 423 | 2026-03-10T11:32:01.287Z | Compiling toml v1.0.6+spec-1.1.0 |
| 424 | 2026-03-10T11:32:02.845Z | Compiling serde_derive v1.0.228 |
| 425 | 2026-03-10T11:32:02.848Z | Compiling thiserror-impl v2.0.18 |
| 426 | 2026-03-10T11:32:03.042Z | Compiling clap_derive v4.5.55 |
| 427 | 2026-03-10T11:32:05.186Z | Compiling clap v4.5.60 |
| 428 | 2026-03-10T11:32:06.419Z | Compiling cargo_metadata v0.23.1 |
| 429 | 2026-03-10T11:32:09.803Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 430 | 2026-03-10T11:32:11.913Z | Finished `dev` profile [optimized + debuginfo] target(s) in 15.07s |
| 431 | 2026-03-10T11:32:11.930Z | Running `target/debug/xtask build --profile debug xde xde-link` |
| 432 | 2026-03-10T11:32:14.967Z | Building xde (dev). |
| 433 | 2026-03-10T11:32:15.285Z | Compiling serde_core v1.0.228 |
| 434 | 2026-03-10T11:32:15.285Z | Compiling byteorder v1.5.0 |
| 435 | 2026-03-10T11:32:15.288Z | Compiling cfg-if v1.0.4 |
| 436 | 2026-03-10T11:32:15.288Z | Compiling macaddr v1.0.1 |
| 437 | 2026-03-10T11:32:15.288Z | Compiling stable_deref_trait v1.2.1 |
| 438 | 2026-03-10T11:32:15.318Z | Compiling zerocopy v0.8.42 |
| 439 | 2026-03-10T11:32:15.321Z | Compiling thiserror v2.0.18 |
| 440 | 2026-03-10T11:32:15.325Z | Compiling managed v0.8.0 |
| 441 | 2026-03-10T11:32:15.375Z | Compiling bitflags v1.3.2 |
| 442 | 2026-03-10T11:32:15.385Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 443 | 2026-03-10T11:32:15.435Z | Compiling cobs v0.3.0 |
| 444 | 2026-03-10T11:32:15.452Z | Compiling either v1.15.0 |
| 445 | 2026-03-10T11:32:15.549Z | Compiling hash32 v0.3.1 |
| 446 | 2026-03-10T11:32:15.618Z | Compiling ref-cast v1.0.25 |
| 447 | 2026-03-10T11:32:15.645Z | Compiling itertools v0.14.0 |
| 448 | 2026-03-10T11:32:15.680Z | Compiling heapless v0.8.0 |
| 449 | 2026-03-10T11:32:15.728Z | Compiling crc32fast v1.5.0 |
| 450 | 2026-03-10T11:32:15.735Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 451 | 2026-03-10T11:32:15.743Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 452 | 2026-03-10T11:32:15.787Z | Compiling dyn-clone v1.0.20 |
| 453 | 2026-03-10T11:32:15.967Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 454 | 2026-03-10T11:32:16.204Z | Compiling smoltcp v0.11.0 |
| 455 | 2026-03-10T11:32:17.603Z | Compiling serde v1.0.228 |
| 456 | 2026-03-10T11:32:17.604Z | Compiling bitflags v2.11.0 |
| 457 | 2026-03-10T11:32:17.604Z | Compiling uuid v1.22.0 |
| 458 | 2026-03-10T11:32:17.772Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 459 | 2026-03-10T11:32:18.210Z | Compiling postcard v1.1.3 |
| 460 | 2026-03-10T11:32:19.379Z | Compiling ingot-types v0.1.2 |
| 461 | 2026-03-10T11:32:19.783Z | Compiling ingot v0.1.1 |
| 462 | 2026-03-10T11:32:21.922Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 463 | 2026-03-10T11:32:27.995Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 464 | 2026-03-10T11:32:41.282Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 465 | 2026-03-10T11:32:52.075Z | Finished `dev` profile [optimized + debuginfo] target(s) in 37.05s |
| 466 | 2026-03-10T11:32:52.106Z | Linking xde kmod... |
| 467 | 2026-03-10T11:32:53.467Z | Building xde dev link helper (dev). |
| 468 | 2026-03-10T11:32:53.688Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 469 | 2026-03-10T11:32:54.103Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.59s |
| 470 | 2026-03-10T11:32:54.132Z | |
| 471 | 2026-03-10T11:32:54.135Z | real 57.333727840 |
| 472 | 2026-03-10T11:32:54.135Z | user 3:00.892902915 |
| 473 | 2026-03-10T11:32:54.135Z | sys 13.741701768 |
| 474 | 2026-03-10T11:32:54.135Z | trap 0.085418613 |
| 475 | 2026-03-10T11:32:54.135Z | tflt 0.417292404 |
| 476 | 2026-03-10T11:32:54.135Z | dflt 0.480554149 |
| 477 | 2026-03-10T11:32:54.135Z | kflt 0.000002919 |
| 478 | 2026-03-10T11:32:54.135Z | lock 8:46.251020721 |
| 479 | 2026-03-10T11:32:54.135Z | slp 5:12.246510751 |
| 480 | 2026-03-10T11:32:54.135Z | lat 5.426215461 |
| 481 | 2026-03-10T11:32:54.135Z | stop 5.293873706 |
| 482 | 2026-03-10T11:32:54.135Z | + header 'build xde (release)' |
| 483 | 2026-03-10T11:32:54.135Z | + echo '# ==== build xde (release) ==== #' |
| 484 | 2026-03-10T11:32:54.135Z | # ==== build xde (release) ==== # |
| 485 | 2026-03-10T11:32:54.135Z | + ptime -m cargo xtask build --profile release xde xde-link |
| 486 | 2026-03-10T11:32:54.350Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.17s |
| 487 | 2026-03-10T11:32:54.355Z | Running `target/debug/xtask build --profile release xde xde-link` |
| 488 | 2026-03-10T11:32:54.617Z | Building xde (release-lto). |
| 489 | 2026-03-10T11:32:54.936Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 490 | 2026-03-10T11:32:54.936Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 491 | 2026-03-10T11:32:54.939Z | Compiling proc-macro2 v1.0.106 |
| 492 | 2026-03-10T11:32:54.939Z | Compiling quote v1.0.45 |
| 493 | 2026-03-10T11:32:54.939Z | Compiling unicode-ident v1.0.24 |
| 494 | 2026-03-10T11:32:54.939Z | Compiling serde_core v1.0.228 |
| 495 | 2026-03-10T11:32:54.939Z | Compiling ident_case v1.0.1 |
| 496 | 2026-03-10T11:32:54.939Z | Compiling fnv v1.0.7 |
| 497 | 2026-03-10T11:32:55.057Z | Compiling strsim v0.11.1 |
| 498 | 2026-03-10T11:32:55.083Z | Compiling memchr v2.8.0 |
| 499 | 2026-03-10T11:32:55.086Z | Compiling regex-syntax v0.8.10 |
| 500 | 2026-03-10T11:32:55.397Z | Compiling zerocopy v0.8.42 |
| 501 | 2026-03-10T11:32:55.433Z | Compiling serde v1.0.228 |
| 502 | 2026-03-10T11:32:55.537Z | Compiling thiserror v2.0.18 |
| 503 | 2026-03-10T11:32:55.593Z | Compiling either v1.15.0 |
| 504 | 2026-03-10T11:32:55.840Z | Compiling aho-corasick v1.1.4 |
| 505 | 2026-03-10T11:32:55.935Z | Compiling itertools v0.14.0 |
| 506 | 2026-03-10T11:32:55.940Z | Compiling heapless v0.8.0 |
| 507 | 2026-03-10T11:32:56.238Z | Compiling syn v2.0.117 |
| 508 | 2026-03-10T11:32:56.400Z | Compiling smoltcp v0.11.0 |
| 509 | 2026-03-10T11:32:56.504Z | Compiling ref-cast v1.0.25 |
| 510 | 2026-03-10T11:32:56.541Z | Compiling crc32fast v1.5.0 |
| 511 | 2026-03-10T11:32:56.932Z | Compiling version_check v0.9.5 |
| 512 | 2026-03-10T11:32:57.080Z | Compiling regex-automata v0.4.14 |
| 513 | 2026-03-10T11:32:57.378Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 514 | 2026-03-10T11:32:59.152Z | Compiling regex v1.12.3 |
| 515 | 2026-03-10T11:32:59.460Z | Compiling darling_core v0.21.3 |
| 516 | 2026-03-10T11:33:00.654Z | Compiling thiserror-impl v2.0.18 |
| 517 | 2026-03-10T11:33:00.658Z | Compiling serde_derive v1.0.228 |
| 518 | 2026-03-10T11:33:00.658Z | Compiling zerocopy-derive v0.8.42 |
| 519 | 2026-03-10T11:33:00.658Z | Compiling ref-cast-impl v1.0.25 |
| 520 | 2026-03-10T11:33:00.658Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 521 | 2026-03-10T11:33:02.424Z | Compiling darling_macro v0.21.3 |
| 522 | 2026-03-10T11:33:03.506Z | Compiling darling v0.21.3 |
| 523 | 2026-03-10T11:33:03.578Z | Compiling ingot-macros v0.1.1 |
| 524 | 2026-03-10T11:33:03.582Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 525 | 2026-03-10T11:33:12.252Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 526 | 2026-03-10T11:33:15.134Z | Compiling byteorder v1.5.0 |
| 527 | 2026-03-10T11:33:15.134Z | Compiling macaddr v1.0.1 |
| 528 | 2026-03-10T11:33:15.137Z | Compiling stable_deref_trait v1.2.1 |
| 529 | 2026-03-10T11:33:15.137Z | Compiling cfg-if v1.0.4 |
| 530 | 2026-03-10T11:33:15.205Z | Compiling managed v0.8.0 |
| 531 | 2026-03-10T11:33:15.223Z | Compiling cobs v0.3.0 |
| 532 | 2026-03-10T11:33:15.248Z | Compiling bitflags v1.3.2 |
| 533 | 2026-03-10T11:33:15.384Z | Compiling hash32 v0.3.1 |
| 534 | 2026-03-10T11:33:15.561Z | Compiling dyn-clone v1.0.20 |
| 535 | 2026-03-10T11:33:15.571Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 536 | 2026-03-10T11:33:17.472Z | Compiling bitflags v2.11.0 |
| 537 | 2026-03-10T11:33:17.472Z | Compiling uuid v1.22.0 |
| 538 | 2026-03-10T11:33:17.651Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 539 | 2026-03-10T11:33:18.085Z | Compiling postcard v1.1.3 |
| 540 | 2026-03-10T11:33:19.315Z | Compiling ingot-types v0.1.2 |
| 541 | 2026-03-10T11:33:19.738Z | Compiling ingot v0.1.1 |
| 542 | 2026-03-10T11:33:21.999Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 543 | 2026-03-10T11:33:27.242Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 544 | 2026-03-10T11:33:38.638Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 545 | 2026-03-10T11:34:15.591Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 20s |
| 546 | 2026-03-10T11:34:15.620Z | Linking xde kmod... |
| 547 | 2026-03-10T11:34:16.342Z | Building xde dev link helper (release). |
| 548 | 2026-03-10T11:34:16.564Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 549 | 2026-03-10T11:34:16.565Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 550 | 2026-03-10T11:34:16.565Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 551 | 2026-03-10T11:34:33.016Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 552 | 2026-03-10T11:34:36.298Z | Finished `release` profile [optimized + debuginfo] target(s) in 19.90s |
| 553 | 2026-03-10T11:34:36.322Z | |
| 554 | 2026-03-10T11:34:36.325Z | real 1:42.175143351 |
| 555 | 2026-03-10T11:34:36.325Z | user 2:48.438294818 |
| 556 | 2026-03-10T11:34:36.325Z | sys 14.624598724 |
| 557 | 2026-03-10T11:34:36.325Z | trap 0.045371672 |
| 558 | 2026-03-10T11:34:36.325Z | tflt 0.157561325 |
| 559 | 2026-03-10T11:34:36.325Z | dflt 0.245309273 |
| 560 | 2026-03-10T11:34:36.325Z | kflt 0.000038045 |
| 561 | 2026-03-10T11:34:36.325Z | lock 14:13.290540735 |
| 562 | 2026-03-10T11:34:36.325Z | slp 7:47.765741907 |
| 563 | 2026-03-10T11:34:36.325Z | lat 2.683414543 |
| 564 | 2026-03-10T11:34:36.325Z | stop 5.739651393 |
| 565 | 2026-03-10T11:34:36.325Z | + elfdump target/x86_64-unknown-unknown/debug/xde.dbg |
| 566 | 2026-03-10T11:34:36.325Z | + grep GOTPCREL |
| 567 | 2026-03-10T11:34:38.459Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 568 | 2026-03-10T11:34:38.463Z | + grep GOTPCREL |
| 569 | 2026-03-10T11:34:39.562Z | + cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/ |
| 570 | 2026-03-10T11:34:39.622Z | + sha256sum /work/debug/xde.dbg |
| 571 | 2026-03-10T11:34:39.688Z | + cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so |
| 572 | 2026-03-10T11:34:39.691Z | + sha256sum /work/debug/xde_link.dbg.so |
| 573 | 2026-03-10T11:34:39.695Z | + cp target/x86_64-unknown-unknown/release-lto/xde /work/release/ |
| 574 | 2026-03-10T11:34:39.736Z | + sha256sum /work/release/xde |
| 575 | 2026-03-10T11:34:39.772Z | + cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so |
| 576 | 2026-03-10T11:34:39.774Z | + sha256sum /work/release/xde_link.so |
| 577 | 2026-03-10T11:34:39.777Z | + header 'build xde integration tests' |
| 578 | 2026-03-10T11:34:39.777Z | + echo '# ==== build xde integration tests ==== #' |
| 579 | 2026-03-10T11:34:39.777Z | + pushd xde-tests |
| 580 | 2026-03-10T11:34:39.777Z | # ==== build xde integration tests ==== # |
| 581 | 2026-03-10T11:34:39.777Z | /work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte |
| 582 | 2026-03-10T11:34:39.777Z | + cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check |
| 583 | 2026-03-10T11:34:39.962Z | + cargo clippy --all-targets -- --deny warnings |
| 584 | 2026-03-10T11:34:40.327Z | Checking cfg-if v1.0.4 |
| 585 | 2026-03-10T11:34:40.327Z | Compiling serde_core v1.0.228 |
| 586 | 2026-03-10T11:34:40.327Z | Checking memchr v2.8.0 |
| 587 | 2026-03-10T11:34:40.330Z | Compiling libc v0.2.183 |
| 588 | 2026-03-10T11:34:40.330Z | Compiling rustversion v1.0.22 |
| 589 | 2026-03-10T11:34:40.330Z | Compiling serde v1.0.228 |
| 590 | 2026-03-10T11:34:40.330Z | Compiling version_check v0.9.5 |
| 591 | 2026-03-10T11:34:40.330Z | Compiling syn v2.0.117 |
| 592 | 2026-03-10T11:34:40.417Z | Compiling zerocopy v0.8.42 |
| 593 | 2026-03-10T11:34:40.706Z | Compiling strsim v0.11.1 |
| 594 | 2026-03-10T11:34:40.766Z | Compiling ident_case v1.0.1 |
| 595 | 2026-03-10T11:34:40.870Z | Compiling fnv v1.0.7 |
| 596 | 2026-03-10T11:34:40.922Z | Compiling syn v1.0.109 |
| 597 | 2026-03-10T11:34:40.968Z | Compiling regex-syntax v0.8.10 |
| 598 | 2026-03-10T11:34:41.079Z | Checking pin-project-lite v0.2.17 |
| 599 | 2026-03-10T11:34:41.175Z | Compiling equivalent v1.0.2 |
| 600 | 2026-03-10T11:34:41.254Z | Compiling winnow v0.7.15 |
| 601 | 2026-03-10T11:34:41.265Z | Compiling hashbrown v0.16.1 |
| 602 | 2026-03-10T11:34:41.342Z | Compiling either v1.15.0 |
| 603 | 2026-03-10T11:34:41.511Z | Compiling aho-corasick v1.1.4 |
| 604 | 2026-03-10T11:34:41.589Z | Compiling itertools v0.14.0 |
| 605 | 2026-03-10T11:34:41.953Z | Compiling indexmap v2.13.0 |
| 606 | 2026-03-10T11:34:42.754Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 607 | 2026-03-10T11:34:42.898Z | Compiling regex-automata v0.4.14 |
| 608 | 2026-03-10T11:34:43.033Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 609 | 2026-03-10T11:34:43.208Z | Compiling heapless v0.8.0 |
| 610 | 2026-03-10T11:34:43.226Z | Checking byteorder v1.5.0 |
| 611 | 2026-03-10T11:34:43.446Z | Checking hash32 v0.3.1 |
| 612 | 2026-03-10T11:34:43.573Z | Compiling toml_edit v0.25.4+spec-1.1.0 |
| 613 | 2026-03-10T11:34:43.641Z | Checking bitflags v2.11.0 |
| 614 | 2026-03-10T11:34:43.767Z | Compiling slog v2.8.2 |
| 615 | 2026-03-10T11:34:43.773Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 616 | 2026-03-10T11:34:43.798Z | Checking stable_deref_trait v1.2.1 |
| 617 | 2026-03-10T11:34:43.833Z | Compiling smoltcp v0.11.0 |
| 618 | 2026-03-10T11:34:43.870Z | Checking macaddr v1.0.1 |
| 619 | 2026-03-10T11:34:44.021Z | Compiling darling_core v0.21.3 |
| 620 | 2026-03-10T11:34:44.036Z | Checking futures-sink v0.3.32 |
| 621 | 2026-03-10T11:34:44.039Z | Checking futures-core v0.3.32 |
| 622 | 2026-03-10T11:34:44.172Z | Checking futures-channel v0.3.32 |
| 623 | 2026-03-10T11:34:44.248Z | Compiling proc-macro-error-attr v1.0.4 |
| 624 | 2026-03-10T11:34:44.411Z | Compiling proc-macro-crate v3.5.0 |
| 625 | 2026-03-10T11:34:44.506Z | Checking futures-task v0.3.32 |
| 626 | 2026-03-10T11:34:44.640Z | Compiling getrandom v0.4.2 |
| 627 | 2026-03-10T11:34:44.666Z | Compiling crc32fast v1.5.0 |
| 628 | 2026-03-10T11:34:44.814Z | Checking managed v0.8.0 |
| 629 | 2026-03-10T11:34:44.975Z | Checking futures-io v0.3.32 |
| 630 | 2026-03-10T11:34:45.021Z | Compiling ref-cast v1.0.25 |
| 631 | 2026-03-10T11:34:45.041Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 632 | 2026-03-10T11:34:45.048Z | Checking rand_core v0.10.0 |
| 633 | 2026-03-10T11:34:45.104Z | Checking slab v0.4.12 |
| 634 | 2026-03-10T11:34:45.209Z | Compiling regex v1.12.3 |
| 635 | 2026-03-10T11:34:45.289Z | Compiling autocfg v1.5.0 |
| 636 | 2026-03-10T11:34:45.292Z | Checking bitflags v1.3.2 |
| 637 | 2026-03-10T11:34:45.553Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 638 | 2026-03-10T11:34:45.756Z | Compiling num-traits v0.2.19 |
| 639 | 2026-03-10T11:34:45.762Z | Compiling proc-macro-error v1.0.4 |
| 640 | 2026-03-10T11:34:45.882Z | Compiling serde_derive v1.0.228 |
| 641 | 2026-03-10T11:34:45.943Z | Compiling thiserror-impl v2.0.18 |
| 642 | 2026-03-10T11:34:46.013Z | Compiling zerocopy-derive v0.8.42 |
| 643 | 2026-03-10T11:34:46.016Z | Compiling futures-macro v0.3.32 |
| 644 | 2026-03-10T11:34:46.549Z | Compiling foreign-types-macros v0.2.3 |
| 645 | 2026-03-10T11:34:46.587Z | Compiling ref-cast-impl v1.0.25 |
| 646 | 2026-03-10T11:34:47.021Z | Compiling num_enum_derive v0.7.5 |
| 647 | 2026-03-10T11:34:47.056Z | Checking futures-util v0.3.32 |
| 648 | 2026-03-10T11:34:47.095Z | Compiling darling_macro v0.21.3 |
| 649 | 2026-03-10T11:34:47.307Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 650 | 2026-03-10T11:34:47.322Z | Checking foreign-types-shared v0.3.1 |
| 651 | 2026-03-10T11:34:47.413Z | Checking once_cell v1.21.3 |
| 652 | 2026-03-10T11:34:47.554Z | Checking thiserror v2.0.18 |
| 653 | 2026-03-10T11:34:47.585Z | Checking unicode-width v0.2.2 |
| 654 | 2026-03-10T11:34:47.621Z | Checking cpufeatures v0.3.0 |
| 655 | 2026-03-10T11:34:47.658Z | Checking cobs v0.3.0 |
| 656 | 2026-03-10T11:34:47.690Z | Compiling crossbeam-utils v0.8.21 |
| 657 | 2026-03-10T11:34:47.769Z | Compiling darling v0.21.3 |
| 658 | 2026-03-10T11:34:47.821Z | Checking ipnetwork v0.21.1 |
| 659 | 2026-03-10T11:34:47.849Z | Compiling ingot-macros v0.1.1 |
| 660 | 2026-03-10T11:34:47.893Z | Compiling getrandom v0.3.4 |
| 661 | 2026-03-10T11:34:48.035Z | Checking tabwriter v1.4.1 |
| 662 | 2026-03-10T11:34:48.059Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 663 | 2026-03-10T11:34:48.199Z | Checking chacha20 v0.10.0 |
| 664 | 2026-03-10T11:34:48.305Z | Checking tracing-core v0.1.36 |
| 665 | 2026-03-10T11:34:48.324Z | Checking num_enum v0.7.5 |
| 666 | 2026-03-10T11:34:48.444Z | Checking foreign-types v0.5.0 |
| 667 | 2026-03-10T11:34:48.520Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 668 | 2026-03-10T11:34:48.723Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 669 | 2026-03-10T11:34:48.886Z | Compiling tracing-attributes v0.1.31 |
| 670 | 2026-03-10T11:34:49.267Z | Checking anyhow v1.0.102 |
| 671 | 2026-03-10T11:34:49.580Z | Checking cstr-argument v0.1.2 |
| 672 | 2026-03-10T11:34:49.626Z | Compiling time-core v0.1.8 |
| 673 | 2026-03-10T11:34:49.711Z | Compiling thiserror v1.0.69 |
| 674 | 2026-03-10T11:34:49.751Z | Checking futures-executor v0.3.32 |
| 675 | 2026-03-10T11:34:49.795Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747) |
| 676 | 2026-03-10T11:34:49.983Z | Compiling num-conv v0.2.0 |
| 677 | 2026-03-10T11:34:50.086Z | Checking pretty-hex v0.4.1 |
| 678 | 2026-03-10T11:34:50.093Z | Checking erased-serde v0.3.31 |
| 679 | 2026-03-10T11:34:50.134Z | Checking postcard v1.1.3 |
| 680 | 2026-03-10T11:34:50.169Z | Checking dyn-clone v1.0.20 |
| 681 | 2026-03-10T11:34:50.217Z | Checking powerfmt v0.2.0 |
| 682 | 2026-03-10T11:34:50.281Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 683 | 2026-03-10T11:34:50.402Z | Checking deranged v0.5.8 |
| 684 | 2026-03-10T11:34:50.504Z | Compiling time-macros v0.2.27 |
| 685 | 2026-03-10T11:34:50.580Z | Checking tracing v0.1.44 |
| 686 | 2026-03-10T11:34:50.661Z | Checking futures v0.3.32 |
| 687 | 2026-03-10T11:34:50.686Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 688 | 2026-03-10T11:34:50.808Z | Checking rand v0.10.0 |
| 689 | 2026-03-10T11:34:50.886Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 690 | 2026-03-10T11:34:51.159Z | Compiling thiserror-impl v1.0.69 |
| 691 | 2026-03-10T11:34:51.431Z | Checking uuid v1.22.0 |
| 692 | 2026-03-10T11:34:51.477Z | Checking arc-swap v1.8.2 |
| 693 | 2026-03-10T11:34:51.517Z | Checking socket2 v0.6.3 |
| 694 | 2026-03-10T11:34:51.714Z | Checking nom v8.0.0 |
| 695 | 2026-03-10T11:34:51.743Z | Checking thread_local v1.1.9 |
| 696 | 2026-03-10T11:34:51.773Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 697 | 2026-03-10T11:34:51.835Z | Checking itoa v1.0.17 |
| 698 | 2026-03-10T11:34:51.842Z | Checking colored v3.1.1 |
| 699 | 2026-03-10T11:34:51.930Z | Checking iana-time-zone v0.1.65 |
| 700 | 2026-03-10T11:34:51.933Z | Compiling heck v0.4.1 |
| 701 | 2026-03-10T11:34:52.008Z | Checking oxnet v0.1.4 |
| 702 | 2026-03-10T11:34:52.016Z | Checking ingot-types v0.1.2 |
| 703 | 2026-03-10T11:34:52.044Z | Compiling slog-async v2.8.0 |
| 704 | 2026-03-10T11:34:52.175Z | Checking lazy_static v1.5.0 |
| 705 | 2026-03-10T11:34:52.345Z | Checking time v0.3.47 |
| 706 | 2026-03-10T11:34:52.429Z | Checking slog-scope v4.4.1 |
| 707 | 2026-03-10T11:34:52.462Z | Checking ingot v0.1.1 |
| 708 | 2026-03-10T11:34:52.578Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 709 | 2026-03-10T11:34:52.669Z | Checking chrono v0.4.44 |
| 710 | 2026-03-10T11:34:52.802Z | Checking ppv-lite86 v0.2.21 |
| 711 | 2026-03-10T11:34:53.189Z | Checking crossbeam-channel v0.5.15 |
| 712 | 2026-03-10T11:34:53.398Z | Checking rand_core v0.9.5 |
| 713 | 2026-03-10T11:34:53.461Z | Checking cookie-factory v0.3.3 |
| 714 | 2026-03-10T11:34:53.594Z | Checking itertools v0.12.1 |
| 715 | 2026-03-10T11:34:53.612Z | Checking is-terminal v0.4.17 |
| 716 | 2026-03-10T11:34:53.704Z | Checking log v0.4.29 |
| 717 | 2026-03-10T11:34:53.757Z | Checking circular v0.3.0 |
| 718 | 2026-03-10T11:34:53.774Z | Checking take_mut v0.2.2 |
| 719 | 2026-03-10T11:34:53.881Z | Checking term v1.2.1 |
| 720 | 2026-03-10T11:34:53.902Z | Checking slog-stdlog v4.1.1 |
| 721 | 2026-03-10T11:34:54.027Z | Checking rand_chacha v0.9.0 |
| 722 | 2026-03-10T11:34:54.156Z | Checking slog-term v2.9.2 |
| 723 | 2026-03-10T11:34:54.247Z | Checking rand v0.9.2 |
| 724 | 2026-03-10T11:34:54.354Z | Checking rusticata-macros v5.0.0 |
| 725 | 2026-03-10T11:34:54.502Z | Checking pcap-parser v0.17.0 |
| 726 | 2026-03-10T11:34:54.685Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 727 | 2026-03-10T11:34:54.956Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 728 | 2026-03-10T11:34:55.341Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#ce503058) |
| 729 | 2026-03-10T11:34:56.254Z | Checking slog-envlogger v2.2.0 |
| 730 | 2026-03-10T11:35:00.788Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 731 | 2026-03-10T11:35:03.003Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 732 | 2026-03-10T11:35:03.006Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 733 | 2026-03-10T11:35:03.470Z | Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 734 | 2026-03-10T11:35:04.129Z | Finished `dev` profile [optimized + debuginfo] target(s) in 24.03s |
| 735 | 2026-03-10T11:35:04.176Z | + cargo build --test loopback |
| 736 | 2026-03-10T11:35:04.442Z | Compiling cfg-if v1.0.4 |
| 737 | 2026-03-10T11:35:04.442Z | Compiling memchr v2.8.0 |
| 738 | 2026-03-10T11:35:04.445Z | Compiling serde_core v1.0.228 |
| 739 | 2026-03-10T11:35:04.445Z | Compiling libc v0.2.183 |
| 740 | 2026-03-10T11:35:04.481Z | Compiling thiserror v2.0.18 |
| 741 | 2026-03-10T11:35:04.481Z | Compiling zerocopy v0.8.42 |
| 742 | 2026-03-10T11:35:04.484Z | Compiling pin-project-lite v0.2.17 |
| 743 | 2026-03-10T11:35:04.495Z | Compiling byteorder v1.5.0 |
| 744 | 2026-03-10T11:35:04.535Z | Compiling either v1.15.0 |
| 745 | 2026-03-10T11:35:04.586Z | Compiling futures-sink v0.3.32 |
| 746 | 2026-03-10T11:35:04.586Z | Compiling futures-core v0.3.32 |
| 747 | 2026-03-10T11:35:04.699Z | Compiling hash32 v0.3.1 |
| 748 | 2026-03-10T11:35:04.716Z | Compiling stable_deref_trait v1.2.1 |
| 749 | 2026-03-10T11:35:04.779Z | Compiling macaddr v1.0.1 |
| 750 | 2026-03-10T11:35:04.786Z | Compiling futures-channel v0.3.32 |
| 751 | 2026-03-10T11:35:04.797Z | Compiling cobs v0.3.0 |
| 752 | 2026-03-10T11:35:04.891Z | Compiling heapless v0.8.0 |
| 753 | 2026-03-10T11:35:04.956Z | Compiling slab v0.4.12 |
| 754 | 2026-03-10T11:35:05.093Z | Compiling futures-io v0.3.32 |
| 755 | 2026-03-10T11:35:05.099Z | Compiling futures-task v0.3.32 |
| 756 | 2026-03-10T11:35:05.160Z | Compiling rand_core v0.10.0 |
| 757 | 2026-03-10T11:35:05.180Z | Compiling managed v0.8.0 |
| 758 | 2026-03-10T11:35:05.322Z | Compiling bitflags v1.3.2 |
| 759 | 2026-03-10T11:35:05.349Z | Compiling futures-util v0.3.32 |
| 760 | 2026-03-10T11:35:05.366Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 761 | 2026-03-10T11:35:05.400Z | Compiling ipnetwork v0.21.1 |
| 762 | 2026-03-10T11:35:05.468Z | Compiling smoltcp v0.11.0 |
| 763 | 2026-03-10T11:35:05.471Z | Compiling foreign-types-shared v0.3.1 |
| 764 | 2026-03-10T11:35:05.573Z | Compiling once_cell v1.21.3 |
| 765 | 2026-03-10T11:35:05.640Z | Compiling unicode-width v0.2.2 |
| 766 | 2026-03-10T11:35:05.867Z | Compiling cpufeatures v0.3.0 |
| 767 | 2026-03-10T11:35:05.948Z | Compiling chacha20 v0.10.0 |
| 768 | 2026-03-10T11:35:06.032Z | Compiling tabwriter v1.4.1 |
| 769 | 2026-03-10T11:35:06.073Z | Compiling tracing-core v0.1.36 |
| 770 | 2026-03-10T11:35:06.426Z | Compiling foreign-types v0.5.0 |
| 771 | 2026-03-10T11:35:06.511Z | Compiling ref-cast v1.0.25 |
| 772 | 2026-03-10T11:35:06.517Z | Compiling num_enum v0.7.5 |
| 773 | 2026-03-10T11:35:06.551Z | Compiling getrandom v0.4.2 |
| 774 | 2026-03-10T11:35:06.619Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 775 | 2026-03-10T11:35:06.640Z | Compiling crc32fast v1.5.0 |
| 776 | 2026-03-10T11:35:06.744Z | Compiling cstr-argument v0.1.2 |
| 777 | 2026-03-10T11:35:06.808Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 778 | 2026-03-10T11:35:06.935Z | Compiling itertools v0.14.0 |
| 779 | 2026-03-10T11:35:06.938Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 780 | 2026-03-10T11:35:06.946Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 781 | 2026-03-10T11:35:07.248Z | Compiling serde v1.0.228 |
| 782 | 2026-03-10T11:35:07.630Z | Compiling bitflags v2.11.0 |
| 783 | 2026-03-10T11:35:07.791Z | Compiling pretty-hex v0.4.1 |
| 784 | 2026-03-10T11:35:07.829Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 785 | 2026-03-10T11:35:07.944Z | Compiling erased-serde v0.3.31 |
| 786 | 2026-03-10T11:35:08.113Z | Compiling postcard v1.1.3 |
| 787 | 2026-03-10T11:35:08.165Z | Compiling dyn-clone v1.0.20 |
| 788 | 2026-03-10T11:35:08.216Z | Compiling powerfmt v0.2.0 |
| 789 | 2026-03-10T11:35:08.364Z | Compiling futures-executor v0.3.32 |
| 790 | 2026-03-10T11:35:08.558Z | Compiling slog v2.8.2 |
| 791 | 2026-03-10T11:35:08.567Z | Compiling futures v0.3.32 |
| 792 | 2026-03-10T11:35:08.587Z | Compiling deranged v0.5.8 |
| 793 | 2026-03-10T11:35:08.651Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 794 | 2026-03-10T11:35:08.918Z | Compiling ingot-types v0.1.2 |
| 795 | 2026-03-10T11:35:08.940Z | Compiling uuid v1.22.0 |
| 796 | 2026-03-10T11:35:08.985Z | Compiling tracing v0.1.44 |
| 797 | 2026-03-10T11:35:09.031Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 798 | 2026-03-10T11:35:09.169Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 799 | 2026-03-10T11:35:09.204Z | Compiling num-traits v0.2.19 |
| 800 | 2026-03-10T11:35:09.292Z | Compiling rand v0.10.0 |
| 801 | 2026-03-10T11:35:09.441Z | Compiling ingot v0.1.1 |
| 802 | 2026-03-10T11:35:09.450Z | Compiling getrandom v0.3.4 |
| 803 | 2026-03-10T11:35:09.683Z | Compiling crossbeam-utils v0.8.21 |
| 804 | 2026-03-10T11:35:09.705Z | Compiling nom v8.0.0 |
| 805 | 2026-03-10T11:35:09.771Z | Compiling aho-corasick v1.1.4 |
| 806 | 2026-03-10T11:35:10.007Z | Compiling socket2 v0.6.3 |
| 807 | 2026-03-10T11:35:10.266Z | Compiling thread_local v1.1.9 |
| 808 | 2026-03-10T11:35:10.600Z | Compiling arc-swap v1.8.2 |
| 809 | 2026-03-10T11:35:10.802Z | Compiling oxnet v0.1.4 |
| 810 | 2026-03-10T11:35:10.834Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 811 | 2026-03-10T11:35:11.090Z | Compiling regex-syntax v0.8.10 |
| 812 | 2026-03-10T11:35:11.131Z | Compiling iana-time-zone v0.1.65 |
| 813 | 2026-03-10T11:35:11.305Z | Compiling time-core v0.1.8 |
| 814 | 2026-03-10T11:35:11.397Z | Compiling colored v3.1.1 |
| 815 | 2026-03-10T11:35:11.485Z | Compiling num-conv v0.2.0 |
| 816 | 2026-03-10T11:35:11.492Z | Compiling lazy_static v1.5.0 |
| 817 | 2026-03-10T11:35:11.600Z | Compiling winnow v0.7.15 |
| 818 | 2026-03-10T11:35:11.630Z | Compiling time v0.3.47 |
| 819 | 2026-03-10T11:35:11.727Z | Compiling slog-scope v4.4.1 |
| 820 | 2026-03-10T11:35:12.330Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 821 | 2026-03-10T11:35:12.480Z | Compiling chrono v0.4.44 |
| 822 | 2026-03-10T11:35:12.586Z | Compiling thiserror v1.0.69 |
| 823 | 2026-03-10T11:35:12.705Z | Compiling crossbeam-channel v0.5.15 |
| 824 | 2026-03-10T11:35:13.196Z | Compiling regex-automata v0.4.14 |
| 825 | 2026-03-10T11:35:13.674Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747) |
| 826 | 2026-03-10T11:35:14.214Z | Compiling rusticata-macros v5.0.0 |
| 827 | 2026-03-10T11:35:14.608Z | Compiling rand_core v0.9.5 |
| 828 | 2026-03-10T11:35:14.974Z | Compiling ppv-lite86 v0.2.21 |
| 829 | 2026-03-10T11:35:15.382Z | Compiling cookie-factory v0.3.3 |
| 830 | 2026-03-10T11:35:15.437Z | Compiling is-terminal v0.4.17 |
| 831 | 2026-03-10T11:35:15.543Z | Compiling itertools v0.12.1 |
| 832 | 2026-03-10T11:35:15.795Z | Compiling term v1.2.1 |
| 833 | 2026-03-10T11:35:17.434Z | Compiling circular v0.3.0 |
| 834 | 2026-03-10T11:35:17.674Z | Compiling take_mut v0.2.2 |
| 835 | 2026-03-10T11:35:17.748Z | Compiling log v0.4.29 |
| 836 | 2026-03-10T11:35:17.799Z | Compiling slog-async v2.8.0 |
| 837 | 2026-03-10T11:35:18.073Z | Compiling slog-stdlog v4.1.1 |
| 838 | 2026-03-10T11:35:18.602Z | Compiling pcap-parser v0.17.0 |
| 839 | 2026-03-10T11:35:19.033Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 840 | 2026-03-10T11:35:19.698Z | Compiling slog-term v2.9.2 |
| 841 | 2026-03-10T11:35:20.229Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 842 | 2026-03-10T11:35:21.319Z | Compiling regex v1.12.3 |
| 843 | 2026-03-10T11:35:21.779Z | Compiling rand_chacha v0.9.0 |
| 844 | 2026-03-10T11:35:21.856Z | Compiling slog-envlogger v2.2.0 |
| 845 | 2026-03-10T11:35:22.704Z | Compiling rand v0.9.2 |
| 846 | 2026-03-10T11:35:22.812Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#ce503058) |
| 847 | 2026-03-10T11:35:23.446Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 848 | 2026-03-10T11:35:23.772Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 849 | 2026-03-10T11:35:24.513Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 850 | 2026-03-10T11:35:34.828Z | Finished `dev` profile [optimized + debuginfo] target(s) in 30.60s |
| 851 | 2026-03-10T11:35:34.875Z | ++ cargo build -q --test loopback --message-format=json |
| 852 | 2026-03-10T11:35:34.878Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 853 | 2026-03-10T11:35:35.082Z | + loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-bb01fc6f0f8b9155 |
| 854 | 2026-03-10T11:35:35.085Z | + cargo build --test multicast_rx |
| 855 | 2026-03-10T11:35:35.265Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 856 | 2026-03-10T11:35:37.298Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.16s |
| 857 | 2026-03-10T11:35:37.341Z | ++ cargo build -q --test multicast_rx --message-format=json |
| 858 | 2026-03-10T11:35:37.344Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 859 | 2026-03-10T11:35:37.542Z | + multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-4945ffc3f2220bbf |
| 860 | 2026-03-10T11:35:37.545Z | + cargo build --test multicast_multi_sub |
| 861 | 2026-03-10T11:35:37.722Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 862 | 2026-03-10T11:35:39.982Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.39s |
| 863 | 2026-03-10T11:35:40.027Z | ++ cargo build -q --test multicast_multi_sub --message-format=json |
| 864 | 2026-03-10T11:35:40.030Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 865 | 2026-03-10T11:35:40.234Z | + multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-f87bb13e547d6286 |
| 866 | 2026-03-10T11:35:40.236Z | + cargo build --test multicast_validation |
| 867 | 2026-03-10T11:35:40.415Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 868 | 2026-03-10T11:35:42.904Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.62s |
| 869 | 2026-03-10T11:35:42.948Z | ++ cargo build -q --test multicast_validation --message-format=json |
| 870 | 2026-03-10T11:35:42.951Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 871 | 2026-03-10T11:35:43.148Z | + multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-b5281327d610ca12 |
| 872 | 2026-03-10T11:35:43.148Z | + mkdir -p /work/test |
| 873 | 2026-03-10T11:35:43.151Z | + cp /work/oxidecomputer/opte/target/debug/deps/loopback-bb01fc6f0f8b9155 /work/test/loopback |
| 874 | 2026-03-10T11:35:43.191Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-4945ffc3f2220bbf /work/test/multicast_rx |
| 875 | 2026-03-10T11:35:43.235Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-f87bb13e547d6286 /work/test/multicast_multi_sub |
| 876 | 2026-03-10T11:35:43.281Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-b5281327d610ca12 /work/test/multicast_validation |
| 877 | 2026-03-10T11:35:43.327Z | process exited: duration 352868 ms, exit code 0 |
| |
| 878 | 2026-03-10T11:35:43.333Z | found 13 output files |
| 879 | 2026-03-10T11:35:43.333Z | uploading: /work/debug/xde.dbg (90319976 bytes) |
| 880 | 2026-03-10T11:35:45.219Z | uploaded: /work/debug/xde.dbg |
| 881 | 2026-03-10T11:35:45.219Z | uploading: /work/debug/xde.dbg.sha256 (86 bytes) |
| 882 | 2026-03-10T11:35:46.227Z | uploaded: /work/debug/xde.dbg.sha256 |
| 883 | 2026-03-10T11:35:46.230Z | uploading: /work/debug/xde_link.dbg.so (1068452 bytes) |
| 884 | 2026-03-10T11:35:47.254Z | uploaded: /work/debug/xde_link.dbg.so |
| 885 | 2026-03-10T11:35:47.254Z | uploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes) |
| 886 | 2026-03-10T11:35:48.263Z | uploaded: /work/debug/xde_link.dbg.so.sha256 |
| 887 | 2026-03-10T11:35:48.263Z | uploading: /work/release/xde (48686848 bytes) |
| 888 | 2026-03-10T11:35:49.739Z | uploaded: /work/release/xde |
| 889 | 2026-03-10T11:35:49.739Z | uploading: /work/release/xde.sha256 (84 bytes) |
| 890 | 2026-03-10T11:35:50.749Z | uploaded: /work/release/xde.sha256 |
| 891 | 2026-03-10T11:35:50.749Z | uploading: /work/release/xde_link.so (39480 bytes) |
| 892 | 2026-03-10T11:35:51.762Z | uploaded: /work/release/xde_link.so |
| 893 | 2026-03-10T11:35:51.763Z | uploading: /work/release/xde_link.so.sha256 (92 bytes) |
| 894 | 2026-03-10T11:35:52.770Z | uploaded: /work/release/xde_link.so.sha256 |
| 895 | 2026-03-10T11:35:52.770Z | uploading: /work/test/loopback (48567664 bytes) |
| 896 | 2026-03-10T11:35:54.203Z | uploaded: /work/test/loopback |
| 897 | 2026-03-10T11:35:54.203Z | uploading: /work/test/multicast_rx (48835744 bytes) |
| 898 | 2026-03-10T11:35:55.667Z | uploaded: /work/test/multicast_rx |
| 899 | 2026-03-10T11:35:55.667Z | uploading: /work/test/multicast_multi_sub (52526920 bytes) |
| 900 | 2026-03-10T11:35:57.130Z | uploaded: /work/test/multicast_multi_sub |
| 901 | 2026-03-10T11:35:57.131Z | uploading: /work/test/multicast_validation (48990952 bytes) |
| 902 | 2026-03-10T11:35:58.567Z | uploaded: /work/test/multicast_validation |
| 903 | 2026-03-10T11:35:58.567Z | uploading: /work/xde.conf (79 bytes) |
| 904 | 2026-03-10T11:35:59.578Z | uploaded: /work/xde.conf |