|
|
|
| 1 | 2026-07-26T04:23:00.612Z | job assigned to worker 01KYEAHK5EV4PVSE7296MJNN4T [factory aws, i-073a8b80f94446aa6] (queued for 47 s) |
| |
| 2 | 2026-07-26T04:23:07.380Z | starting task 0: "setup" |
| 3 | 2026-07-26T04:23:07.385Z | ++ uname -s |
| 4 | 2026-07-26T04:23:07.388Z | + kern=SunOS |
| 5 | 2026-07-26T04:23:07.388Z | + build_user=build |
| 6 | 2026-07-26T04:23:07.388Z | + build_uid=12345 |
| 7 | 2026-07-26T04:23:07.388Z | + work_dir=/work |
| 8 | 2026-07-26T04:23:07.388Z | + input_dir=/input |
| 9 | 2026-07-26T04:23:07.388Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-26T04:23:07.388Z | + case "$kern" in |
| 11 | 2026-07-26T04:23:07.389Z | + groupadd -g 12345 build |
| 12 | 2026-07-26T04:23:07.392Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-26T04:23:09.395Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-26T04:23:09.490Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-26T04:23:09.493Z | + home_fs=zfs |
| 16 | 2026-07-26T04:23:09.493Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-26T04:23:09.493Z | + mkdir -p /home/build |
| 18 | 2026-07-26T04:23:09.493Z | + chown build:build /home/build /work |
| 19 | 2026-07-26T04:23:11.494Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-26T04:23:11.497Z | process exited: duration 4118 ms, exit code 0 |
| |
| 21 | 2026-07-26T04:23:11.504Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-26T04:23:11.508Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-07-26T04:23:11.508Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-07-26T04:23:11.508Z | * rust toolchain profile = "default" |
| 25 | 2026-07-26T04:23:11.509Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-26T04:23:11.509Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-26T04:23:11.509Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-26T04:23:11.512Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-26T04:23:11.512Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-07-26T04:23:11.616Z | info: downloading installer |
| 31 | 2026-07-26T04:23:12.939Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-26T04:23:12.939Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-26T04:23:12.939Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-26T04:23:12.939Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-26T04:23:12.952Z | info: profile set to default |
| 36 | 2026-07-26T04:23:12.952Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-26T04:23:12.955Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-07-26T04:23:13.093Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-07-26T04:23:13.096Z | info: downloading 6 components |
| 40 | 2026-07-26T04:23:27.638Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-07-26T04:23:27.638Z | |
| 42 | 2026-07-26T04:23:27.664Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-07-26T04:23:27.664Z | |
| 44 | 2026-07-26T04:23:27.669Z | |
| 45 | 2026-07-26T04:23:27.669Z | Rust is installed now. Great! |
| 46 | 2026-07-26T04:23:27.669Z | |
| 47 | 2026-07-26T04:23:27.669Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-26T04:23:27.669Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-26T04:23:27.669Z | |
| 50 | 2026-07-26T04:23:27.669Z | To configure your current shell, you need to source |
| 51 | 2026-07-26T04:23:27.669Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-26T04:23:27.669Z | |
| 53 | 2026-07-26T04:23:27.670Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-26T04:23:27.670Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-26T04:23:27.670Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-26T04:23:27.670Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-26T04:23:27.670Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-26T04:23:27.670Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-26T04:23:27.670Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-26T04:23:27.670Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-26T04:23:27.670Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-26T04:23:27.754Z | + rustup --version |
| 63 | 2026-07-26T04:23:27.762Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-26T04:23:27.765Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-26T04:23:27.783Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-07-26T04:23:27.786Z | + cargo --version |
| 67 | 2026-07-26T04:23:27.801Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-07-26T04:23:27.804Z | + rustc --version |
| 69 | 2026-07-26T04:23:27.823Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-07-26T04:23:27.826Z | process exited: duration 16321 ms, exit code 0 |
| |
| 71 | 2026-07-26T04:23:27.831Z | starting task 2: "authentication" |
| 72 | 2026-07-26T04:23:27.845Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
| 73 | 2026-07-26T04:23:31.863Z | process exited: duration 4025 ms, exit code 0 |
| |
| 74 | 2026-07-26T04:23:31.870Z | starting task 3: "clone repository" |
| 75 | 2026-07-26T04:23:31.874Z | + mkdir -p /work/oxidecomputer/opte |
| 76 | 2026-07-26T04:23:31.877Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 77 | 2026-07-26T04:23:31.907Z | Cloning into '/work/oxidecomputer/opte'... |
| 78 | 2026-07-26T04:23:33.052Z | + cd /work/oxidecomputer/opte |
| 79 | 2026-07-26T04:23:33.053Z | + git fetch origin 47f1798e3f36239518a77de5eee88e87641f7da8 |
| 80 | 2026-07-26T04:23:33.282Z | From https://github.com/oxidecomputer/opte |
| 81 | 2026-07-26T04:23:33.282Z | * branch 47f1798e3f36239518a77de5eee88e87641f7da8 -> FETCH_HEAD |
| 82 | 2026-07-26T04:23:33.291Z | + [[ -n renovate/rand ]] |
| 83 | 2026-07-26T04:23:33.296Z | ++ git branch --show-current |
| 84 | 2026-07-26T04:23:33.297Z | + current=master |
| 85 | 2026-07-26T04:23:33.297Z | + [[ master != renovate/rand ]] |
| 86 | 2026-07-26T04:23:33.297Z | + git branch -f renovate/rand 47f1798e3f36239518a77de5eee88e87641f7da8 |
| 87 | 2026-07-26T04:23:33.297Z | + git checkout -f renovate/rand |
| 88 | 2026-07-26T04:23:33.309Z | Switched to branch 'renovate/rand' |
| 89 | 2026-07-26T04:23:33.313Z | + git reset --hard 47f1798e3f36239518a77de5eee88e87641f7da8 |
| 90 | 2026-07-26T04:23:33.327Z | HEAD is now at 47f1798 Update Rust crate rand to 0.10.2 |
| 91 | 2026-07-26T04:23:33.332Z | process exited: duration 1456 ms, exit code 0 |
| |
| 92 | 2026-07-26T04:23:33.340Z | starting task 4: "build" |
| 93 | 2026-07-26T04:23:33.344Z | + source .github/buildomat/common.sh |
| 94 | 2026-07-26T04:23:33.344Z | ++ rustup show active-toolchain |
| 95 | 2026-07-26T04:23:33.349Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 96 | 2026-07-26T04:23:33.357Z | ++ pushd xde |
| 97 | 2026-07-26T04:23:33.357Z | ++ rustup show active-toolchain |
| 98 | 2026-07-26T04:23:33.357Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 99 | 2026-07-26T04:23:33.357Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 100 | 2026-07-26T04:23:33.529Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 101 | 2026-07-26T04:23:33.533Z | info: downloading 6 components |
| 102 | 2026-07-26T04:23:50.119Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 103 | 2026-07-26T04:23:50.207Z | +++ rustup show active-toolchain -v |
| 104 | 2026-07-26T04:23:50.210Z | +++ head -n 1 |
| 105 | 2026-07-26T04:23:50.210Z | +++ cut '-d ' -f1 |
| 106 | 2026-07-26T04:23:50.262Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 107 | 2026-07-26T04:23:50.262Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 108 | 2026-07-26T04:23:50.266Z | ++ popd |
| 109 | 2026-07-26T04:23:50.266Z | /work/oxidecomputer/opte |
| 110 | 2026-07-26T04:23:50.266Z | + TGT_BASE=/work |
| 111 | 2026-07-26T04:23:50.266Z | + DBG_SRC=target/x86_64-unknown-unknown/debug |
| 112 | 2026-07-26T04:23:50.266Z | + DBG_LINK_SRC=target/i686-unknown-illumos/debug |
| 113 | 2026-07-26T04:23:50.266Z | + DBG_TGT=/work/debug |
| 114 | 2026-07-26T04:23:50.266Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 115 | 2026-07-26T04:23:50.266Z | + REL_LINK_SRC=target/i686-unknown-illumos/release |
| 116 | 2026-07-26T04:23:50.267Z | + REL_TGT=/work/release |
| 117 | 2026-07-26T04:23:50.267Z | + mkdir -p /work/debug /work/release |
| 118 | 2026-07-26T04:23:50.267Z | + cargo --version |
| 119 | 2026-07-26T04:23:50.273Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 120 | 2026-07-26T04:23:50.276Z | + rustc --version |
| 121 | 2026-07-26T04:23:50.295Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 122 | 2026-07-26T04:23:50.298Z | + install_pkg jq |
| 123 | 2026-07-26T04:23:50.298Z | + set +o errexit |
| 124 | 2026-07-26T04:23:50.298Z | + pfexec pkg install jq |
| 125 | 2026-07-26T04:23:51.549Z | Startup: Refreshing catalog 'helios' ... Done |
| 126 | 2026-07-26T04:23:51.790Z | Startup: Caching catalogs ... Done |
| 127 | 2026-07-26T04:23:52.944Z | Planning: Solver setup ... Done |
| 128 | 2026-07-26T04:23:52.994Z | Planning: Running solver ... Done |
| 129 | 2026-07-26T04:23:53.021Z | Planning: Consolidating action changes ... Done |
| 130 | 2026-07-26T04:23:53.021Z | Planning: Evaluating mediators ... Done |
| 131 | 2026-07-26T04:23:53.031Z | Planning: Planning completed in 1.20 seconds |
| 132 | 2026-07-26T04:23:53.075Z | No updates necessary for this image. |
| 133 | 2026-07-26T04:23:53.225Z | + exit_code=4 |
| 134 | 2026-07-26T04:23:53.225Z | + [[ 4 -ne 0 ]] |
| 135 | 2026-07-26T04:23:53.225Z | + [[ 4 -ne 4 ]] |
| 136 | 2026-07-26T04:23:53.226Z | + set -o errexit |
| 137 | 2026-07-26T04:23:53.234Z | + pushd xde |
| 138 | 2026-07-26T04:23:53.234Z | + cp xde.conf /work/xde.conf |
| 139 | 2026-07-26T04:23:53.234Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 140 | 2026-07-26T04:23:53.234Z | + header 'check style' |
| 141 | 2026-07-26T04:23:53.234Z | + echo '# ==== check style ==== #' |
| 142 | 2026-07-26T04:23:53.234Z | # ==== check style ==== # |
| 143 | 2026-07-26T04:23:53.234Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check |
| 144 | 2026-07-26T04:23:53.453Z | |
| 145 | 2026-07-26T04:23:53.453Z | real 0.219723656 |
| 146 | 2026-07-26T04:23:53.453Z | user 0.155599966 |
| 147 | 2026-07-26T04:23:53.453Z | sys 0.054825429 |
| 148 | 2026-07-26T04:23:53.453Z | trap 0.000008750 |
| 149 | 2026-07-26T04:23:53.453Z | tflt 0.000016840 |
| 150 | 2026-07-26T04:23:53.453Z | dflt 0.000142530 |
| 151 | 2026-07-26T04:23:53.462Z | kflt 0.000000000 |
| 152 | 2026-07-26T04:23:53.463Z | lock 0.034205674 |
| 153 | 2026-07-26T04:23:53.463Z | slp 0.190479931 |
| 154 | 2026-07-26T04:23:53.463Z | lat 0.000912590 |
| 155 | 2026-07-26T04:23:53.463Z | stop 0.000105840 |
| 156 | 2026-07-26T04:23:53.463Z | + header analyze |
| 157 | 2026-07-26T04:23:53.463Z | + echo '# ==== analyze ==== #' |
| 158 | 2026-07-26T04:23:53.463Z | # ==== analyze ==== # |
| 159 | 2026-07-26T04:23:53.463Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 160 | 2026-07-26T04:23:53.647Z | Updating crates.io index |
| 161 | 2026-07-26T04:23:53.658Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 162 | 2026-07-26T04:23:54.665Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 163 | 2026-07-26T04:23:54.903Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 164 | 2026-07-26T04:23:55.898Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 165 | 2026-07-26T04:23:55.941Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 166 | 2026-07-26T04:23:55.941Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 167 | 2026-07-26T04:23:55.992Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 168 | 2026-07-26T04:23:58.059Z | Downloading crates ... |
| 169 | 2026-07-26T04:23:58.101Z | Downloaded hash32 v0.3.1 |
| 170 | 2026-07-26T04:23:58.104Z | Downloaded ingot v0.2.0 |
| 171 | 2026-07-26T04:23:58.120Z | Downloaded darling_macro v0.23.0 |
| 172 | 2026-07-26T04:23:58.124Z | Downloaded memchr v2.8.3 |
| 173 | 2026-07-26T04:23:58.128Z | Downloaded defmt v0.3.100 |
| 174 | 2026-07-26T04:23:58.135Z | Downloaded strsim v0.11.1 |
| 175 | 2026-07-26T04:23:58.135Z | Downloaded cfg-if v1.0.4 |
| 176 | 2026-07-26T04:23:58.135Z | Downloaded managed v0.8.0 |
| 177 | 2026-07-26T04:23:58.140Z | Downloaded version_check v0.9.5 |
| 178 | 2026-07-26T04:23:58.143Z | Downloaded embedded-io v0.6.1 |
| 179 | 2026-07-26T04:23:58.146Z | Downloaded defmt-parser v1.0.0 |
| 180 | 2026-07-26T04:23:58.146Z | Downloaded ref-cast-impl v1.0.25 |
| 181 | 2026-07-26T04:23:58.151Z | Downloaded thiserror-impl v2.0.18 |
| 182 | 2026-07-26T04:23:58.187Z | Downloaded stable_deref_trait v1.2.1 |
| 183 | 2026-07-26T04:23:58.192Z | Downloaded byteorder v1.5.0 |
| 184 | 2026-07-26T04:23:58.193Z | Downloaded defmt v1.1.1 |
| 185 | 2026-07-26T04:23:58.193Z | Downloaded bitflags v1.3.2 |
| 186 | 2026-07-26T04:23:58.193Z | Downloaded unicode-ident v1.0.24 |
| 187 | 2026-07-26T04:23:58.193Z | Downloaded macaddr v1.0.1 |
| 188 | 2026-07-26T04:23:58.193Z | Downloaded embedded-io v0.4.0 |
| 189 | 2026-07-26T04:23:58.193Z | Downloaded ref-cast v1.0.25 |
| 190 | 2026-07-26T04:23:58.193Z | Downloaded cobs v0.3.0 |
| 191 | 2026-07-26T04:23:58.193Z | Downloaded either v1.16.0 |
| 192 | 2026-07-26T04:23:58.193Z | Downloaded ingot-types v0.2.0 |
| 193 | 2026-07-26T04:23:58.201Z | Downloaded dyn-clone v1.0.20 |
| 194 | 2026-07-26T04:23:58.201Z | Downloaded ident_case v1.0.1 |
| 195 | 2026-07-26T04:23:58.201Z | Downloaded uuid v1.23.5 |
| 196 | 2026-07-26T04:23:58.206Z | Downloaded postcard v1.1.3 |
| 197 | 2026-07-26T04:23:58.206Z | Downloaded proc-macro2 v1.0.106 |
| 198 | 2026-07-26T04:23:58.206Z | Downloaded quote v1.0.46 |
| 199 | 2026-07-26T04:23:58.213Z | Downloaded thiserror v2.0.18 |
| 200 | 2026-07-26T04:23:58.217Z | Downloaded darling v0.23.0 |
| 201 | 2026-07-26T04:23:58.220Z | Downloaded defmt-macros v1.1.1 |
| 202 | 2026-07-26T04:23:58.220Z | Downloaded ingot-macros v0.2.0 |
| 203 | 2026-07-26T04:23:58.224Z | Downloaded darling_core v0.23.0 |
| 204 | 2026-07-26T04:23:58.234Z | Downloaded crc32fast v1.5.0 |
| 205 | 2026-07-26T04:23:58.244Z | Downloaded heapless v0.8.0 |
| 206 | 2026-07-26T04:23:58.244Z | Downloaded bitflags v2.13.0 |
| 207 | 2026-07-26T04:23:58.253Z | Downloaded serde_derive v1.0.228 |
| 208 | 2026-07-26T04:23:58.253Z | Downloaded itertools v0.15.0 |
| 209 | 2026-07-26T04:23:58.259Z | Downloaded serde v1.0.228 |
| 210 | 2026-07-26T04:23:58.262Z | Downloaded serde_core v1.0.228 |
| 211 | 2026-07-26T04:23:58.266Z | Downloaded zerocopy-derive v0.8.54 |
| 212 | 2026-07-26T04:23:58.282Z | Downloaded regex v1.13.0 |
| 213 | 2026-07-26T04:23:58.301Z | Downloaded aho-corasick v1.1.4 |
| 214 | 2026-07-26T04:23:58.335Z | Downloaded zerocopy v0.8.54 |
| 215 | 2026-07-26T04:23:58.345Z | Downloaded smoltcp v0.11.0 |
| 216 | 2026-07-26T04:23:58.353Z | Downloaded syn v2.0.118 |
| 217 | 2026-07-26T04:23:58.367Z | Downloaded regex-syntax v0.8.11 |
| 218 | 2026-07-26T04:23:58.376Z | Downloaded regex-automata v0.4.15 |
| 219 | 2026-07-26T04:23:58.387Z | Updating crates.io index |
| 220 | 2026-07-26T04:23:58.530Z | Downloading crates ... |
| 221 | 2026-07-26T04:23:58.548Z | Downloaded addr2line v0.27.0 |
| 222 | 2026-07-26T04:23:58.564Z | Downloaded adler2 v2.0.1 |
| 223 | 2026-07-26T04:23:58.564Z | Downloaded rustc-literal-escaper v0.0.8 |
| 224 | 2026-07-26T04:23:58.564Z | Downloaded hashbrown v0.17.1 |
| 225 | 2026-07-26T04:23:58.582Z | Downloaded rustc-demangle v0.1.28 |
| 226 | 2026-07-26T04:23:58.602Z | Downloaded foldhash v0.2.0 |
| 227 | 2026-07-26T04:23:58.602Z | Downloaded getopts v0.2.24 |
| 228 | 2026-07-26T04:23:58.616Z | Downloaded memchr v2.7.6 |
| 229 | 2026-07-26T04:23:58.652Z | Downloaded miniz_oxide v0.9.1 |
| 230 | 2026-07-26T04:23:58.676Z | Downloaded gimli v0.34.0 |
| 231 | 2026-07-26T04:23:58.684Z | Downloaded object v0.39.1 |
| 232 | 2026-07-26T04:23:58.684Z | Downloaded libc v0.2.185 |
| 233 | 2026-07-26T04:23:58.731Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 234 | 2026-07-26T04:23:58.731Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 235 | 2026-07-26T04:23:58.731Z | Compiling proc-macro2 v1.0.106 |
| 236 | 2026-07-26T04:23:58.731Z | Compiling unicode-ident v1.0.24 |
| 237 | 2026-07-26T04:23:58.731Z | Compiling quote v1.0.46 |
| 238 | 2026-07-26T04:23:58.731Z | Compiling serde_core v1.0.228 |
| 239 | 2026-07-26T04:23:58.761Z | Compiling strsim v0.11.1 |
| 240 | 2026-07-26T04:23:58.761Z | Compiling ident_case v1.0.1 |
| 241 | 2026-07-26T04:23:58.915Z | Compiling memchr v2.8.3 |
| 242 | 2026-07-26T04:23:58.954Z | Compiling regex-syntax v0.8.11 |
| 243 | 2026-07-26T04:23:59.219Z | Compiling thiserror v2.0.18 |
| 244 | 2026-07-26T04:23:59.223Z | Compiling serde v1.0.228 |
| 245 | 2026-07-26T04:23:59.236Z | Compiling either v1.16.0 |
| 246 | 2026-07-26T04:23:59.662Z | Compiling aho-corasick v1.1.4 |
| 247 | 2026-07-26T04:23:59.662Z | Compiling zerocopy v0.8.54 |
| 248 | 2026-07-26T04:23:59.662Z | Compiling itertools v0.15.0 |
| 249 | 2026-07-26T04:23:59.695Z | Compiling heapless v0.8.0 |
| 250 | 2026-07-26T04:24:00.106Z | Compiling syn v2.0.118 |
| 251 | 2026-07-26T04:24:00.426Z | Compiling smoltcp v0.11.0 |
| 252 | 2026-07-26T04:24:00.426Z | Compiling ref-cast v1.0.25 |
| 253 | 2026-07-26T04:24:00.468Z | Compiling crc32fast v1.5.0 |
| 254 | 2026-07-26T04:24:00.511Z | Compiling regex-automata v0.4.15 |
| 255 | 2026-07-26T04:24:00.535Z | Compiling version_check v0.9.5 |
| 256 | 2026-07-26T04:24:00.850Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 257 | 2026-07-26T04:24:02.771Z | Compiling regex v1.13.0 |
| 258 | 2026-07-26T04:24:02.804Z | Compiling darling_core v0.23.0 |
| 259 | 2026-07-26T04:24:03.149Z | Compiling serde_derive v1.0.228 |
| 260 | 2026-07-26T04:24:03.149Z | Compiling zerocopy-derive v0.8.54 |
| 261 | 2026-07-26T04:24:03.149Z | Compiling thiserror-impl v2.0.18 |
| 262 | 2026-07-26T04:24:03.153Z | Compiling ref-cast-impl v1.0.25 |
| 263 | 2026-07-26T04:24:03.153Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 264 | 2026-07-26T04:24:04.525Z | Compiling darling_macro v0.23.0 |
| 265 | 2026-07-26T04:24:05.420Z | Compiling darling v0.23.0 |
| 266 | 2026-07-26T04:24:05.510Z | Compiling ingot-macros v0.2.0 |
| 267 | 2026-07-26T04:24:05.510Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 268 | 2026-07-26T04:24:10.702Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 269 | 2026-07-26T04:24:13.052Z | Checking byteorder v1.5.0 |
| 270 | 2026-07-26T04:24:13.053Z | Checking stable_deref_trait v1.2.1 |
| 271 | 2026-07-26T04:24:13.066Z | Checking cfg-if v1.0.4 |
| 272 | 2026-07-26T04:24:13.066Z | Checking macaddr v1.0.1 |
| 273 | 2026-07-26T04:24:13.066Z | Checking bitflags v1.3.2 |
| 274 | 2026-07-26T04:24:13.114Z | Checking managed v0.8.0 |
| 275 | 2026-07-26T04:24:13.134Z | Checking cobs v0.3.0 |
| 276 | 2026-07-26T04:24:13.222Z | Checking hash32 v0.3.1 |
| 277 | 2026-07-26T04:24:13.228Z | Checking dyn-clone v1.0.20 |
| 278 | 2026-07-26T04:24:13.254Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 279 | 2026-07-26T04:24:14.398Z | Checking bitflags v2.13.0 |
| 280 | 2026-07-26T04:24:14.406Z | Checking uuid v1.23.5 |
| 281 | 2026-07-26T04:24:14.601Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 282 | 2026-07-26T04:24:14.755Z | Checking postcard v1.1.3 |
| 283 | 2026-07-26T04:24:15.619Z | Checking ingot-types v0.2.0 |
| 284 | 2026-07-26T04:24:17.380Z | Checking ingot v0.2.0 |
| 285 | 2026-07-26T04:24:17.440Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 286 | 2026-07-26T04:24:20.385Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 287 | 2026-07-26T04:24:21.562Z | Checking xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 288 | 2026-07-26T04:24:23.129Z | Finished `dev` profile [optimized + debuginfo] target(s) in 29.61s |
| 289 | 2026-07-26T04:24:23.257Z | |
| 290 | 2026-07-26T04:24:23.257Z | real 29.798365624 |
| 291 | 2026-07-26T04:24:23.257Z | user 1:09.376843490 |
| 292 | 2026-07-26T04:24:23.257Z | sys 9.886114184 |
| 293 | 2026-07-26T04:24:23.257Z | trap 0.021915873 |
| 294 | 2026-07-26T04:24:23.257Z | tflt 0.066414003 |
| 295 | 2026-07-26T04:24:23.257Z | dflt 0.120740837 |
| 296 | 2026-07-26T04:24:23.257Z | kflt 0.001815761 |
| 297 | 2026-07-26T04:24:23.257Z | lock 3:57.987736243 |
| 298 | 2026-07-26T04:24:23.257Z | slp 3:07.305394645 |
| 299 | 2026-07-26T04:24:23.258Z | lat 2.043849862 |
| 300 | 2026-07-26T04:24:23.258Z | stop 7.537891561 |
| 301 | 2026-07-26T04:24:23.262Z | + pushd xde-link |
| 302 | 2026-07-26T04:24:23.263Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 303 | 2026-07-26T04:24:23.263Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 304 | 2026-07-26T04:24:23.433Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 305 | 2026-07-26T04:24:23.433Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 306 | 2026-07-26T04:24:23.433Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 307 | 2026-07-26T04:24:34.336Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 308 | 2026-07-26T04:24:36.699Z | Finished `dev` profile [optimized + debuginfo] target(s) in 13.37s |
| 309 | 2026-07-26T04:24:36.718Z | |
| 310 | 2026-07-26T04:24:36.721Z | real 13.455668055 |
| 311 | 2026-07-26T04:24:36.721Z | user 21.087050272 |
| 312 | 2026-07-26T04:24:36.721Z | sys 1.223619588 |
| 313 | 2026-07-26T04:24:36.721Z | trap 0.004378660 |
| 314 | 2026-07-26T04:24:36.721Z | tflt 0.001194720 |
| 315 | 2026-07-26T04:24:36.721Z | dflt 0.026399577 |
| 316 | 2026-07-26T04:24:36.721Z | kflt 0.000000710 |
| 317 | 2026-07-26T04:24:36.721Z | lock 1:11.903166190 |
| 318 | 2026-07-26T04:24:36.721Z | slp 44.828536247 |
| 319 | 2026-07-26T04:24:36.722Z | lat 0.383795314 |
| 320 | 2026-07-26T04:24:36.722Z | stop 0.134572217 |
| 321 | 2026-07-26T04:24:36.722Z | + popd |
| 322 | 2026-07-26T04:24:36.722Z | + popd |
| 323 | 2026-07-26T04:24:36.722Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 324 | 2026-07-26T04:24:36.722Z | /work/oxidecomputer/opte |
| 325 | 2026-07-26T04:24:36.722Z | + header 'build xde (debug)' |
| 326 | 2026-07-26T04:24:36.722Z | + echo '# ==== build xde (debug) ==== #' |
| 327 | 2026-07-26T04:24:36.722Z | # ==== build xde (debug) ==== # |
| 328 | 2026-07-26T04:24:36.722Z | + ptime -m cargo xtask build --profile debug xde xde-link |
| 329 | 2026-07-26T04:24:36.862Z | Downloading crates ... |
| 330 | 2026-07-26T04:24:36.909Z | Downloaded clap_lex v1.1.0 |
| 331 | 2026-07-26T04:24:36.913Z | Downloaded anstyle-query v1.1.5 |
| 332 | 2026-07-26T04:24:36.913Z | Downloaded equivalent v1.0.2 |
| 333 | 2026-07-26T04:24:36.917Z | Downloaded semver v1.0.28 |
| 334 | 2026-07-26T04:24:36.920Z | Downloaded errno v0.3.14 |
| 335 | 2026-07-26T04:24:36.920Z | Downloaded terminal_size v0.4.4 |
| 336 | 2026-07-26T04:24:36.920Z | Downloaded utf8parse v0.2.2 |
| 337 | 2026-07-26T04:24:36.924Z | Downloaded colorchoice v1.0.5 |
| 338 | 2026-07-26T04:24:36.927Z | Downloaded anstyle v1.0.14 |
| 339 | 2026-07-26T04:24:36.928Z | Downloaded itoa v1.0.18 |
| 340 | 2026-07-26T04:24:36.963Z | Downloaded cargo-platform v0.3.3 |
| 341 | 2026-07-26T04:24:36.963Z | Downloaded anstyle-parse v1.0.0 |
| 342 | 2026-07-26T04:24:36.963Z | Downloaded anstream v1.0.0 |
| 343 | 2026-07-26T04:24:36.963Z | Downloaded is_terminal_polyfill v1.70.2 |
| 344 | 2026-07-26T04:24:36.963Z | Downloaded heck v0.5.0 |
| 345 | 2026-07-26T04:24:36.963Z | Downloaded serde_spanned v1.1.1 |
| 346 | 2026-07-26T04:24:36.963Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 347 | 2026-07-26T04:24:36.964Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 348 | 2026-07-26T04:24:36.964Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 349 | 2026-07-26T04:24:36.967Z | Downloaded cargo_metadata v0.23.1 |
| 350 | 2026-07-26T04:24:36.967Z | Downloaded zmij v1.0.22 |
| 351 | 2026-07-26T04:24:36.971Z | Downloaded camino v1.2.4 |
| 352 | 2026-07-26T04:24:36.971Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 353 | 2026-07-26T04:24:36.975Z | Downloaded clap_derive v4.6.1 |
| 354 | 2026-07-26T04:24:36.975Z | Downloaded anyhow v1.0.103 |
| 355 | 2026-07-26T04:24:36.982Z | Downloaded clap v4.6.1 |
| 356 | 2026-07-26T04:24:36.995Z | Downloaded indexmap v2.14.0 |
| 357 | 2026-07-26T04:24:37.021Z | Downloaded clap_builder v4.6.0 |
| 358 | 2026-07-26T04:24:37.028Z | Downloaded serde_json v1.0.150 |
| 359 | 2026-07-26T04:24:37.032Z | Downloaded winnow v1.0.3 |
| 360 | 2026-07-26T04:24:37.058Z | Downloaded rustix v1.1.4 |
| 361 | 2026-07-26T04:24:37.086Z | Downloaded libc v0.2.186 |
| 362 | 2026-07-26T04:24:37.133Z | Compiling serde_core v1.0.228 |
| 363 | 2026-07-26T04:24:37.133Z | Compiling proc-macro2 v1.0.106 |
| 364 | 2026-07-26T04:24:37.133Z | Compiling quote v1.0.46 |
| 365 | 2026-07-26T04:24:37.136Z | Compiling unicode-ident v1.0.24 |
| 366 | 2026-07-26T04:24:37.136Z | Compiling libc v0.2.186 |
| 367 | 2026-07-26T04:24:37.136Z | Compiling rustix v1.1.4 |
| 368 | 2026-07-26T04:24:37.136Z | Compiling utf8parse v0.2.2 |
| 369 | 2026-07-26T04:24:37.136Z | Compiling zmij v1.0.22 |
| 370 | 2026-07-26T04:24:37.284Z | Compiling bitflags v2.13.0 |
| 371 | 2026-07-26T04:24:37.298Z | Compiling anstyle-parse v1.0.0 |
| 372 | 2026-07-26T04:24:37.508Z | Compiling camino v1.2.4 |
| 373 | 2026-07-26T04:24:37.508Z | Compiling colorchoice v1.0.5 |
| 374 | 2026-07-26T04:24:37.526Z | Compiling is_terminal_polyfill v1.70.2 |
| 375 | 2026-07-26T04:24:37.607Z | Compiling thiserror v2.0.18 |
| 376 | 2026-07-26T04:24:37.628Z | Compiling anstyle v1.0.14 |
| 377 | 2026-07-26T04:24:37.708Z | Compiling anstyle-query v1.1.5 |
| 378 | 2026-07-26T04:24:37.728Z | Compiling serde v1.0.228 |
| 379 | 2026-07-26T04:24:37.790Z | Compiling serde_json v1.0.150 |
| 380 | 2026-07-26T04:24:37.880Z | Compiling errno v0.3.14 |
| 381 | 2026-07-26T04:24:37.906Z | Compiling anstream v1.0.0 |
| 382 | 2026-07-26T04:24:38.013Z | Compiling clap_lex v1.1.0 |
| 383 | 2026-07-26T04:24:38.048Z | Compiling strsim v0.11.1 |
| 384 | 2026-07-26T04:24:38.314Z | Compiling memchr v2.8.3 |
| 385 | 2026-07-26T04:24:38.319Z | Compiling winnow v1.0.3 |
| 386 | 2026-07-26T04:24:38.380Z | Compiling syn v2.0.118 |
| 387 | 2026-07-26T04:24:38.392Z | Compiling heck v0.5.0 |
| 388 | 2026-07-26T04:24:38.435Z | Compiling terminal_size v0.4.4 |
| 389 | 2026-07-26T04:24:38.576Z | Compiling anyhow v1.0.103 |
| 390 | 2026-07-26T04:24:38.591Z | Compiling itoa v1.0.18 |
| 391 | 2026-07-26T04:24:38.723Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 392 | 2026-07-26T04:24:38.847Z | Compiling clap_builder v4.6.0 |
| 393 | 2026-07-26T04:24:38.984Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 394 | 2026-07-26T04:24:39.310Z | Compiling semver v1.0.28 |
| 395 | 2026-07-26T04:24:39.374Z | Compiling serde_spanned v1.1.1 |
| 396 | 2026-07-26T04:24:39.527Z | Compiling cargo-platform v0.3.3 |
| 397 | 2026-07-26T04:24:39.902Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 398 | 2026-07-26T04:24:40.086Z | Compiling toml v1.1.2+spec-1.1.0 |
| 399 | 2026-07-26T04:24:40.509Z | Compiling thiserror-impl v2.0.18 |
| 400 | 2026-07-26T04:24:40.509Z | Compiling serde_derive v1.0.228 |
| 401 | 2026-07-26T04:24:40.509Z | Compiling clap_derive v4.6.1 |
| 402 | 2026-07-26T04:24:42.149Z | Compiling clap v4.6.1 |
| 403 | 2026-07-26T04:24:43.806Z | Compiling cargo_metadata v0.23.1 |
| 404 | 2026-07-26T04:24:46.308Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 405 | 2026-07-26T04:24:47.905Z | Finished `dev` profile [optimized + debuginfo] target(s) in 11.17s |
| 406 | 2026-07-26T04:24:47.917Z | Running `target/debug/xtask build --profile debug xde xde-link` |
| 407 | 2026-07-26T04:24:49.211Z | Building xde (dev). |
| 408 | 2026-07-26T04:24:49.426Z | Compiling serde_core v1.0.228 |
| 409 | 2026-07-26T04:24:49.426Z | Compiling byteorder v1.5.0 |
| 410 | 2026-07-26T04:24:49.426Z | Compiling stable_deref_trait v1.2.1 |
| 411 | 2026-07-26T04:24:49.426Z | Compiling cfg-if v1.0.4 |
| 412 | 2026-07-26T04:24:49.431Z | Compiling macaddr v1.0.1 |
| 413 | 2026-07-26T04:24:49.431Z | Compiling zerocopy v0.8.54 |
| 414 | 2026-07-26T04:24:49.431Z | Compiling thiserror v2.0.18 |
| 415 | 2026-07-26T04:24:49.449Z | Compiling managed v0.8.0 |
| 416 | 2026-07-26T04:24:49.499Z | Compiling bitflags v1.3.2 |
| 417 | 2026-07-26T04:24:49.506Z | Compiling cobs v0.3.0 |
| 418 | 2026-07-26T04:24:49.572Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 419 | 2026-07-26T04:24:49.575Z | Compiling either v1.16.0 |
| 420 | 2026-07-26T04:24:49.613Z | Compiling hash32 v0.3.1 |
| 421 | 2026-07-26T04:24:49.655Z | Compiling ref-cast v1.0.25 |
| 422 | 2026-07-26T04:24:49.692Z | Compiling crc32fast v1.5.0 |
| 423 | 2026-07-26T04:24:49.735Z | Compiling heapless v0.8.0 |
| 424 | 2026-07-26T04:24:49.743Z | Compiling itertools v0.15.0 |
| 425 | 2026-07-26T04:24:49.767Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 426 | 2026-07-26T04:24:49.767Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 427 | 2026-07-26T04:24:49.821Z | Compiling dyn-clone v1.0.20 |
| 428 | 2026-07-26T04:24:49.881Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 429 | 2026-07-26T04:24:50.087Z | Compiling smoltcp v0.11.0 |
| 430 | 2026-07-26T04:24:50.969Z | Compiling serde v1.0.228 |
| 431 | 2026-07-26T04:24:50.969Z | Compiling bitflags v2.13.0 |
| 432 | 2026-07-26T04:24:50.969Z | Compiling uuid v1.23.5 |
| 433 | 2026-07-26T04:24:51.166Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 434 | 2026-07-26T04:24:51.584Z | Compiling postcard v1.1.3 |
| 435 | 2026-07-26T04:24:52.310Z | Compiling ingot-types v0.2.0 |
| 436 | 2026-07-26T04:24:52.607Z | Compiling ingot v0.2.0 |
| 437 | 2026-07-26T04:24:54.088Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 438 | 2026-07-26T04:24:57.636Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 439 | 2026-07-26T04:25:07.652Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 440 | 2026-07-26T04:25:15.815Z | Finished `dev` profile [optimized + debuginfo] target(s) in 26.57s |
| 441 | 2026-07-26T04:25:15.839Z | Linking xde kmod... |
| 442 | 2026-07-26T04:25:16.880Z | Building xde dev link helper (dev). |
| 443 | 2026-07-26T04:25:17.029Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 444 | 2026-07-26T04:25:17.361Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.44s |
| 445 | 2026-07-26T04:25:17.383Z | |
| 446 | 2026-07-26T04:25:17.383Z | real 40.662103521 |
| 447 | 2026-07-26T04:25:17.383Z | user 2:12.190713962 |
| 448 | 2026-07-26T04:25:17.383Z | sys 11.042852107 |
| 449 | 2026-07-26T04:25:17.383Z | trap 0.050730852 |
| 450 | 2026-07-26T04:25:17.383Z | tflt 0.328733681 |
| 451 | 2026-07-26T04:25:17.383Z | dflt 0.494972882 |
| 452 | 2026-07-26T04:25:17.383Z | kflt 0.000028890 |
| 453 | 2026-07-26T04:25:17.383Z | lock 6:45.223730207 |
| 454 | 2026-07-26T04:25:17.383Z | slp 3:50.403249368 |
| 455 | 2026-07-26T04:25:17.383Z | lat 4.673239595 |
| 456 | 2026-07-26T04:25:17.383Z | stop 5.384066896 |
| 457 | 2026-07-26T04:25:17.387Z | + header 'build xde (release)' |
| 458 | 2026-07-26T04:25:17.387Z | + echo '# ==== build xde (release) ==== #' |
| 459 | 2026-07-26T04:25:17.387Z | # ==== build xde (release) ==== # |
| 460 | 2026-07-26T04:25:17.387Z | + ptime -m cargo xtask build --profile release xde xde-link |
| 461 | 2026-07-26T04:25:17.520Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s |
| 462 | 2026-07-26T04:25:17.523Z | Running `target/debug/xtask build --profile release xde xde-link` |
| 463 | 2026-07-26T04:25:17.711Z | Building xde (release-lto). |
| 464 | 2026-07-26T04:25:17.931Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 465 | 2026-07-26T04:25:17.931Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 466 | 2026-07-26T04:25:17.931Z | Compiling proc-macro2 v1.0.106 |
| 467 | 2026-07-26T04:25:17.931Z | Compiling unicode-ident v1.0.24 |
| 468 | 2026-07-26T04:25:17.931Z | Compiling quote v1.0.46 |
| 469 | 2026-07-26T04:25:17.931Z | Compiling serde_core v1.0.228 |
| 470 | 2026-07-26T04:25:17.931Z | Compiling strsim v0.11.1 |
| 471 | 2026-07-26T04:25:17.931Z | Compiling ident_case v1.0.1 |
| 472 | 2026-07-26T04:25:18.048Z | Compiling memchr v2.8.3 |
| 473 | 2026-07-26T04:25:18.048Z | Compiling regex-syntax v0.8.11 |
| 474 | 2026-07-26T04:25:18.304Z | Compiling serde v1.0.228 |
| 475 | 2026-07-26T04:25:18.308Z | Compiling zerocopy v0.8.54 |
| 476 | 2026-07-26T04:25:18.312Z | Compiling thiserror v2.0.18 |
| 477 | 2026-07-26T04:25:18.437Z | Compiling aho-corasick v1.1.4 |
| 478 | 2026-07-26T04:25:18.674Z | Compiling either v1.16.0 |
| 479 | 2026-07-26T04:25:18.707Z | Compiling heapless v0.8.0 |
| 480 | 2026-07-26T04:25:18.858Z | Compiling itertools v0.15.0 |
| 481 | 2026-07-26T04:25:18.899Z | Compiling smoltcp v0.11.0 |
| 482 | 2026-07-26T04:25:19.061Z | Compiling syn v2.0.118 |
| 483 | 2026-07-26T04:25:19.099Z | Compiling ref-cast v1.0.25 |
| 484 | 2026-07-26T04:25:19.190Z | Compiling crc32fast v1.5.0 |
| 485 | 2026-07-26T04:25:19.341Z | Compiling version_check v0.9.5 |
| 486 | 2026-07-26T04:25:19.470Z | Compiling regex-automata v0.4.15 |
| 487 | 2026-07-26T04:25:19.679Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 488 | 2026-07-26T04:25:21.047Z | Compiling regex v1.13.0 |
| 489 | 2026-07-26T04:25:21.377Z | Compiling darling_core v0.23.0 |
| 490 | 2026-07-26T04:25:22.171Z | Compiling zerocopy-derive v0.8.54 |
| 491 | 2026-07-26T04:25:22.174Z | Compiling thiserror-impl v2.0.18 |
| 492 | 2026-07-26T04:25:22.174Z | Compiling serde_derive v1.0.228 |
| 493 | 2026-07-26T04:25:22.174Z | Compiling ref-cast-impl v1.0.25 |
| 494 | 2026-07-26T04:25:22.174Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 495 | 2026-07-26T04:25:23.524Z | Compiling darling_macro v0.23.0 |
| 496 | 2026-07-26T04:25:24.407Z | Compiling darling v0.23.0 |
| 497 | 2026-07-26T04:25:24.467Z | Compiling ingot-macros v0.2.0 |
| 498 | 2026-07-26T04:25:24.467Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 499 | 2026-07-26T04:25:30.493Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 500 | 2026-07-26T04:25:32.819Z | Compiling byteorder v1.5.0 |
| 501 | 2026-07-26T04:25:32.819Z | Compiling stable_deref_trait v1.2.1 |
| 502 | 2026-07-26T04:25:32.819Z | Compiling cfg-if v1.0.4 |
| 503 | 2026-07-26T04:25:32.823Z | Compiling macaddr v1.0.1 |
| 504 | 2026-07-26T04:25:32.878Z | Compiling managed v0.8.0 |
| 505 | 2026-07-26T04:25:32.887Z | Compiling cobs v0.3.0 |
| 506 | 2026-07-26T04:25:32.911Z | Compiling bitflags v1.3.2 |
| 507 | 2026-07-26T04:25:32.975Z | Compiling hash32 v0.3.1 |
| 508 | 2026-07-26T04:25:33.098Z | Compiling dyn-clone v1.0.20 |
| 509 | 2026-07-26T04:25:33.184Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 510 | 2026-07-26T04:25:34.404Z | Compiling bitflags v2.13.0 |
| 511 | 2026-07-26T04:25:34.404Z | Compiling uuid v1.23.5 |
| 512 | 2026-07-26T04:25:34.545Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 513 | 2026-07-26T04:25:34.833Z | Compiling postcard v1.1.3 |
| 514 | 2026-07-26T04:25:35.706Z | Compiling ingot-types v0.2.0 |
| 515 | 2026-07-26T04:25:36.032Z | Compiling ingot v0.2.0 |
| 516 | 2026-07-26T04:25:37.597Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 517 | 2026-07-26T04:25:41.466Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 518 | 2026-07-26T04:25:50.417Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 519 | 2026-07-26T04:26:21.555Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 03s |
| 520 | 2026-07-26T04:26:21.577Z | Linking xde kmod... |
| 521 | 2026-07-26T04:26:22.202Z | Building xde dev link helper (release). |
| 522 | 2026-07-26T04:26:22.352Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 523 | 2026-07-26T04:26:22.352Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 524 | 2026-07-26T04:26:22.352Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 525 | 2026-07-26T04:26:33.981Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 526 | 2026-07-26T04:26:36.679Z | Finished `release` profile [optimized + debuginfo] target(s) in 14.44s |
| 527 | 2026-07-26T04:26:36.697Z | |
| 528 | 2026-07-26T04:26:36.700Z | real 1:19.310382283 |
| 529 | 2026-07-26T04:26:36.700Z | user 2:09.680277052 |
| 530 | 2026-07-26T04:26:36.700Z | sys 12.215626220 |
| 531 | 2026-07-26T04:26:36.701Z | trap 0.027575753 |
| 532 | 2026-07-26T04:26:36.701Z | tflt 0.194151818 |
| 533 | 2026-07-26T04:26:36.701Z | dflt 0.148141440 |
| 534 | 2026-07-26T04:26:36.701Z | kflt 0.000011070 |
| 535 | 2026-07-26T04:26:36.701Z | lock 10:13.549248445 |
| 536 | 2026-07-26T04:26:36.701Z | slp 6:05.013780273 |
| 537 | 2026-07-26T04:26:36.701Z | lat 2.200069180 |
| 538 | 2026-07-26T04:26:36.701Z | stop 4.350816857 |
| 539 | 2026-07-26T04:26:36.701Z | + elfdump target/x86_64-unknown-unknown/debug/xde.dbg |
| 540 | 2026-07-26T04:26:36.701Z | + grep GOTPCREL |
| 541 | 2026-07-26T04:26:38.343Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 542 | 2026-07-26T04:26:38.346Z | + grep GOTPCREL |
| 543 | 2026-07-26T04:26:39.320Z | + cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/ |
| 544 | 2026-07-26T04:26:39.374Z | + sha256sum /work/debug/xde.dbg |
| 545 | 2026-07-26T04:26:39.424Z | + cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so |
| 546 | 2026-07-26T04:26:39.428Z | + sha256sum /work/debug/xde_link.dbg.so |
| 547 | 2026-07-26T04:26:39.431Z | + cp target/x86_64-unknown-unknown/release-lto/xde /work/release/ |
| 548 | 2026-07-26T04:26:39.466Z | + sha256sum /work/release/xde |
| 549 | 2026-07-26T04:26:39.496Z | + cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so |
| 550 | 2026-07-26T04:26:39.499Z | + sha256sum /work/release/xde_link.so |
| 551 | 2026-07-26T04:26:39.502Z | + header 'build xde integration tests' |
| 552 | 2026-07-26T04:26:39.502Z | + echo '# ==== build xde integration tests ==== #' |
| 553 | 2026-07-26T04:26:39.502Z | # ==== build xde integration tests ==== # |
| 554 | 2026-07-26T04:26:39.502Z | + pushd xde-tests |
| 555 | 2026-07-26T04:26:39.502Z | /work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte |
| 556 | 2026-07-26T04:26:39.502Z | + cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check |
| 557 | 2026-07-26T04:26:39.583Z | + cargo clippy --all-targets -- --deny warnings |
| 558 | 2026-07-26T04:26:39.793Z | Compiling serde_core v1.0.228 |
| 559 | 2026-07-26T04:26:39.793Z | Checking cfg-if v1.0.4 |
| 560 | 2026-07-26T04:26:39.793Z | Checking memchr v2.8.3 |
| 561 | 2026-07-26T04:26:39.793Z | Compiling rustversion v1.0.23 |
| 562 | 2026-07-26T04:26:39.793Z | Compiling serde v1.0.228 |
| 563 | 2026-07-26T04:26:39.796Z | Compiling version_check v0.9.5 |
| 564 | 2026-07-26T04:26:39.796Z | Compiling libc v0.2.186 |
| 565 | 2026-07-26T04:26:39.818Z | Compiling syn v2.0.118 |
| 566 | 2026-07-26T04:26:39.860Z | Compiling strsim v0.11.1 |
| 567 | 2026-07-26T04:26:40.065Z | Compiling ident_case v1.0.1 |
| 568 | 2026-07-26T04:26:40.139Z | Compiling syn v1.0.109 |
| 569 | 2026-07-26T04:26:40.166Z | Compiling regex-syntax v0.8.11 |
| 570 | 2026-07-26T04:26:40.184Z | Checking pin-project-lite v0.2.17 |
| 571 | 2026-07-26T04:26:40.259Z | Compiling either v1.16.0 |
| 572 | 2026-07-26T04:26:40.452Z | Compiling winnow v1.0.3 |
| 573 | 2026-07-26T04:26:40.461Z | Compiling hashbrown v0.17.1 |
| 574 | 2026-07-26T04:26:40.468Z | Compiling zerocopy v0.8.54 |
| 575 | 2026-07-26T04:26:40.669Z | Compiling aho-corasick v1.1.4 |
| 576 | 2026-07-26T04:26:40.695Z | Compiling equivalent v1.0.2 |
| 577 | 2026-07-26T04:26:40.868Z | Compiling itertools v0.15.0 |
| 578 | 2026-07-26T04:26:40.986Z | Compiling indexmap v2.14.0 |
| 579 | 2026-07-26T04:26:41.504Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 580 | 2026-07-26T04:26:41.609Z | Compiling regex-automata v0.4.15 |
| 581 | 2026-07-26T04:26:41.645Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 582 | 2026-07-26T04:26:41.862Z | Compiling heapless v0.8.0 |
| 583 | 2026-07-26T04:26:42.053Z | Checking byteorder v1.5.0 |
| 584 | 2026-07-26T04:26:42.194Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 585 | 2026-07-26T04:26:42.204Z | Checking hash32 v0.3.1 |
| 586 | 2026-07-26T04:26:42.207Z | Checking bitflags v2.13.0 |
| 587 | 2026-07-26T04:26:42.267Z | Compiling slog v2.8.2 |
| 588 | 2026-07-26T04:26:42.301Z | Checking macaddr v1.0.1 |
| 589 | 2026-07-26T04:26:42.307Z | Checking stable_deref_trait v1.2.1 |
| 590 | 2026-07-26T04:26:42.355Z | Checking futures-sink v0.3.32 |
| 591 | 2026-07-26T04:26:42.364Z | Compiling smoltcp v0.11.0 |
| 592 | 2026-07-26T04:26:42.430Z | Compiling darling_core v0.23.0 |
| 593 | 2026-07-26T04:26:42.438Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 594 | 2026-07-26T04:26:42.475Z | Checking futures-core v0.3.32 |
| 595 | 2026-07-26T04:26:42.588Z | Checking futures-channel v0.3.32 |
| 596 | 2026-07-26T04:26:42.687Z | Compiling proc-macro-error-attr v1.0.4 |
| 597 | 2026-07-26T04:26:42.770Z | Compiling proc-macro-crate v3.5.0 |
| 598 | 2026-07-26T04:26:42.899Z | Compiling autocfg v1.5.1 |
| 599 | 2026-07-26T04:26:43.020Z | Checking futures-task v0.3.32 |
| 600 | 2026-07-26T04:26:43.082Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 601 | 2026-07-26T04:26:43.147Z | Checking rand_core v0.10.1 |
| 602 | 2026-07-26T04:26:43.175Z | Checking futures-io v0.3.32 |
| 603 | 2026-07-26T04:26:43.234Z | Checking bitflags v1.3.2 |
| 604 | 2026-07-26T04:26:43.274Z | Compiling getrandom v0.4.3 |
| 605 | 2026-07-26T04:26:43.275Z | Compiling crc32fast v1.5.0 |
| 606 | 2026-07-26T04:26:43.284Z | Compiling regex v1.13.0 |
| 607 | 2026-07-26T04:26:43.289Z | Compiling ref-cast v1.0.25 |
| 608 | 2026-07-26T04:26:43.524Z | Checking managed v0.8.0 |
| 609 | 2026-07-26T04:26:43.547Z | Checking slab v0.4.12 |
| 610 | 2026-07-26T04:26:43.599Z | Compiling serde_derive v1.0.228 |
| 611 | 2026-07-26T04:26:43.618Z | Compiling thiserror-impl v2.0.18 |
| 612 | 2026-07-26T04:26:43.663Z | Compiling zerocopy-derive v0.8.54 |
| 613 | 2026-07-26T04:26:43.692Z | Compiling futures-macro v0.3.32 |
| 614 | 2026-07-26T04:26:44.171Z | Compiling foreign-types-macros v0.2.3 |
| 615 | 2026-07-26T04:26:44.179Z | Compiling num_enum_derive v0.7.6 |
| 616 | 2026-07-26T04:26:44.486Z | Checking futures-util v0.3.32 |
| 617 | 2026-07-26T04:26:44.522Z | Compiling darling_macro v0.23.0 |
| 618 | 2026-07-26T04:26:44.787Z | Compiling ref-cast-impl v1.0.25 |
| 619 | 2026-07-26T04:26:44.824Z | Checking thiserror v2.0.18 |
| 620 | 2026-07-26T04:26:44.910Z | Checking cobs v0.3.0 |
| 621 | 2026-07-26T04:26:44.920Z | Compiling num-traits v0.2.19 |
| 622 | 2026-07-26T04:26:45.079Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 623 | 2026-07-26T04:26:45.086Z | Compiling darling v0.23.0 |
| 624 | 2026-07-26T04:26:45.138Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 625 | 2026-07-26T04:26:45.152Z | Compiling ingot-macros v0.2.0 |
| 626 | 2026-07-26T04:26:45.174Z | Compiling proc-macro-error v1.0.4 |
| 627 | 2026-07-26T04:26:45.369Z | Checking ipnetwork v0.21.1 |
| 628 | 2026-07-26T04:26:45.373Z | Checking cpufeatures v0.3.0 |
| 629 | 2026-07-26T04:26:45.384Z | Checking once_cell v1.21.4 |
| 630 | 2026-07-26T04:26:45.387Z | Checking unicode-width v0.2.2 |
| 631 | 2026-07-26T04:26:45.422Z | Compiling crossbeam-utils v0.8.22 |
| 632 | 2026-07-26T04:26:45.529Z | Checking foreign-types-shared v0.3.1 |
| 633 | 2026-07-26T04:26:45.546Z | Checking tracing-core v0.1.36 |
| 634 | 2026-07-26T04:26:45.602Z | Checking foreign-types v0.5.0 |
| 635 | 2026-07-26T04:26:45.620Z | Checking tabwriter v1.4.1 |
| 636 | 2026-07-26T04:26:45.663Z | Checking chacha20 v0.10.1 |
| 637 | 2026-07-26T04:26:45.810Z | Checking num_enum v0.7.6 |
| 638 | 2026-07-26T04:26:45.847Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 639 | 2026-07-26T04:26:45.905Z | Checking anyhow v1.0.103 |
| 640 | 2026-07-26T04:26:46.236Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 641 | 2026-07-26T04:26:46.241Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 642 | 2026-07-26T04:26:46.309Z | Compiling tracing-attributes v0.1.31 |
| 643 | 2026-07-26T04:26:46.490Z | Checking futures-executor v0.3.32 |
| 644 | 2026-07-26T04:26:46.685Z | Checking erased-serde v0.3.31 |
| 645 | 2026-07-26T04:26:46.720Z | Checking postcard v1.1.3 |
| 646 | 2026-07-26T04:26:46.725Z | Checking cstr-argument v0.1.2 |
| 647 | 2026-07-26T04:26:46.836Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 648 | 2026-07-26T04:26:46.841Z | Compiling thiserror v1.0.69 |
| 649 | 2026-07-26T04:26:47.010Z | Checking pretty-hex v0.4.2 |
| 650 | 2026-07-26T04:26:47.041Z | Checking dyn-clone v1.0.20 |
| 651 | 2026-07-26T04:26:47.117Z | Compiling time-core v0.1.9 |
| 652 | 2026-07-26T04:26:47.133Z | Compiling num-conv v0.2.2 |
| 653 | 2026-07-26T04:26:47.272Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 654 | 2026-07-26T04:26:47.286Z | Compiling time-macros v0.2.31 |
| 655 | 2026-07-26T04:26:47.309Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 656 | 2026-07-26T04:26:47.313Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 657 | 2026-07-26T04:26:47.399Z | Checking futures v0.3.32 |
| 658 | 2026-07-26T04:26:47.448Z | Checking rand v0.10.2 |
| 659 | 2026-07-26T04:26:47.533Z | Checking tracing v0.1.44 |
| 660 | 2026-07-26T04:26:47.676Z | Compiling thiserror-impl v1.0.69 |
| 661 | 2026-07-26T04:26:47.718Z | Checking uuid v1.23.5 |
| 662 | 2026-07-26T04:26:47.807Z | Checking arc-swap v1.9.2 |
| 663 | 2026-07-26T04:26:47.917Z | Checking socket2 v0.6.4 |
| 664 | 2026-07-26T04:26:47.948Z | Checking ingot-types v0.2.0 |
| 665 | 2026-07-26T04:26:47.954Z | Checking nom v8.0.0 |
| 666 | 2026-07-26T04:26:47.978Z | Checking thread_local v1.1.10 |
| 667 | 2026-07-26T04:26:48.015Z | Checking colored v3.1.1 |
| 668 | 2026-07-26T04:26:48.130Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 669 | 2026-07-26T04:26:48.156Z | Compiling heck v0.4.1 |
| 670 | 2026-07-26T04:26:48.257Z | Checking lazy_static v1.5.0 |
| 671 | 2026-07-26T04:26:48.278Z | Checking ingot v0.2.0 |
| 672 | 2026-07-26T04:26:48.338Z | Checking deranged v0.5.8 |
| 673 | 2026-07-26T04:26:48.480Z | Checking iana-time-zone v0.1.65 |
| 674 | 2026-07-26T04:26:48.580Z | Checking powerfmt v0.2.0 |
| 675 | 2026-07-26T04:26:48.767Z | Compiling slog-async v2.8.0 |
| 676 | 2026-07-26T04:26:48.840Z | Checking oxnet v0.1.6 |
| 677 | 2026-07-26T04:26:48.969Z | Checking chrono v0.4.45 |
| 678 | 2026-07-26T04:26:49.016Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 679 | 2026-07-26T04:26:49.075Z | Checking slog-scope v4.4.1 |
| 680 | 2026-07-26T04:26:49.198Z | Checking crossbeam-channel v0.5.16 |
| 681 | 2026-07-26T04:26:49.243Z | Checking time v0.3.53 |
| 682 | 2026-07-26T04:26:49.527Z | Checking cookie-factory v0.3.3 |
| 683 | 2026-07-26T04:26:49.669Z | Checking itertools v0.12.1 |
| 684 | 2026-07-26T04:26:49.725Z | Checking is-terminal v0.4.17 |
| 685 | 2026-07-26T04:26:49.754Z | Checking circular v0.3.0 |
| 686 | 2026-07-26T04:26:49.763Z | Checking log v0.4.33 |
| 687 | 2026-07-26T04:26:49.799Z | Checking take_mut v0.2.2 |
| 688 | 2026-07-26T04:26:49.860Z | Checking term v1.2.1 |
| 689 | 2026-07-26T04:26:49.873Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 690 | 2026-07-26T04:26:49.891Z | Checking rusticata-macros v5.0.0 |
| 691 | 2026-07-26T04:26:49.917Z | Checking slog-stdlog v4.1.1 |
| 692 | 2026-07-26T04:26:50.011Z | Checking pcap-parser v0.17.0 |
| 693 | 2026-07-26T04:26:50.392Z | Checking slog-term v2.9.2 |
| 694 | 2026-07-26T04:26:50.620Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 695 | 2026-07-26T04:26:50.895Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 696 | 2026-07-26T04:26:51.234Z | Checking slog-envlogger v2.2.0 |
| 697 | 2026-07-26T04:26:54.435Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 698 | 2026-07-26T04:26:56.121Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 699 | 2026-07-26T04:26:56.125Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 700 | 2026-07-26T04:26:56.474Z | Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 701 | 2026-07-26T04:26:57.038Z | Finished `dev` profile [optimized + debuginfo] target(s) in 17.41s |
| 702 | 2026-07-26T04:26:57.074Z | + cargo build --test loopback |
| 703 | 2026-07-26T04:26:57.240Z | Compiling cfg-if v1.0.4 |
| 704 | 2026-07-26T04:26:57.240Z | Compiling memchr v2.8.3 |
| 705 | 2026-07-26T04:26:57.244Z | Compiling serde_core v1.0.228 |
| 706 | 2026-07-26T04:26:57.268Z | Compiling libc v0.2.186 |
| 707 | 2026-07-26T04:26:57.272Z | Compiling thiserror v2.0.18 |
| 708 | 2026-07-26T04:26:57.275Z | Compiling pin-project-lite v0.2.17 |
| 709 | 2026-07-26T04:26:57.278Z | Compiling either v1.16.0 |
| 710 | 2026-07-26T04:26:57.278Z | Compiling byteorder v1.5.0 |
| 711 | 2026-07-26T04:26:57.314Z | Compiling zerocopy v0.8.54 |
| 712 | 2026-07-26T04:26:57.343Z | Compiling futures-sink v0.3.32 |
| 713 | 2026-07-26T04:26:57.347Z | Compiling futures-core v0.3.32 |
| 714 | 2026-07-26T04:26:57.432Z | Compiling hash32 v0.3.1 |
| 715 | 2026-07-26T04:26:57.437Z | Compiling macaddr v1.0.1 |
| 716 | 2026-07-26T04:26:57.464Z | Compiling stable_deref_trait v1.2.1 |
| 717 | 2026-07-26T04:26:57.496Z | Compiling futures-channel v0.3.32 |
| 718 | 2026-07-26T04:26:57.528Z | Compiling heapless v0.8.0 |
| 719 | 2026-07-26T04:26:57.576Z | Compiling cobs v0.3.0 |
| 720 | 2026-07-26T04:26:57.597Z | Compiling bitflags v1.3.2 |
| 721 | 2026-07-26T04:26:57.662Z | Compiling managed v0.8.0 |
| 722 | 2026-07-26T04:26:57.668Z | Compiling slab v0.4.12 |
| 723 | 2026-07-26T04:26:57.724Z | Compiling rand_core v0.10.1 |
| 724 | 2026-07-26T04:26:57.843Z | Compiling futures-io v0.3.32 |
| 725 | 2026-07-26T04:26:57.843Z | Compiling futures-task v0.3.32 |
| 726 | 2026-07-26T04:26:57.876Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 727 | 2026-07-26T04:26:57.880Z | Compiling foreign-types-shared v0.3.1 |
| 728 | 2026-07-26T04:26:57.957Z | Compiling futures-util v0.3.32 |
| 729 | 2026-07-26T04:26:57.960Z | Compiling smoltcp v0.11.0 |
| 730 | 2026-07-26T04:26:58.023Z | Compiling unicode-width v0.2.2 |
| 731 | 2026-07-26T04:26:58.026Z | Compiling cpufeatures v0.3.0 |
| 732 | 2026-07-26T04:26:58.086Z | Compiling once_cell v1.21.4 |
| 733 | 2026-07-26T04:26:58.102Z | Compiling ipnetwork v0.21.1 |
| 734 | 2026-07-26T04:26:58.323Z | Compiling tracing-core v0.1.36 |
| 735 | 2026-07-26T04:26:58.323Z | Compiling tabwriter v1.4.1 |
| 736 | 2026-07-26T04:26:58.657Z | Compiling chacha20 v0.10.1 |
| 737 | 2026-07-26T04:26:58.743Z | Compiling foreign-types v0.5.0 |
| 738 | 2026-07-26T04:26:58.815Z | Compiling ref-cast v1.0.25 |
| 739 | 2026-07-26T04:26:58.819Z | Compiling num_enum v0.7.6 |
| 740 | 2026-07-26T04:26:58.908Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 741 | 2026-07-26T04:26:58.921Z | Compiling crc32fast v1.5.0 |
| 742 | 2026-07-26T04:26:59.002Z | Compiling getrandom v0.4.3 |
| 743 | 2026-07-26T04:26:59.014Z | Compiling serde v1.0.228 |
| 744 | 2026-07-26T04:26:59.159Z | Compiling bitflags v2.13.0 |
| 745 | 2026-07-26T04:26:59.213Z | Compiling cstr-argument v0.1.2 |
| 746 | 2026-07-26T04:26:59.257Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 747 | 2026-07-26T04:26:59.361Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 748 | 2026-07-26T04:26:59.373Z | Compiling itertools v0.15.0 |
| 749 | 2026-07-26T04:26:59.575Z | Compiling erased-serde v0.3.31 |
| 750 | 2026-07-26T04:26:59.636Z | Compiling postcard v1.1.3 |
| 751 | 2026-07-26T04:26:59.660Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 752 | 2026-07-26T04:26:59.963Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 753 | 2026-07-26T04:26:59.993Z | Compiling slog v2.8.2 |
| 754 | 2026-07-26T04:27:00.293Z | Compiling ingot-types v0.2.0 |
| 755 | 2026-07-26T04:27:00.298Z | Compiling futures-executor v0.3.32 |
| 756 | 2026-07-26T04:27:00.364Z | Compiling pretty-hex v0.4.2 |
| 757 | 2026-07-26T04:27:00.379Z | Compiling dyn-clone v1.0.20 |
| 758 | 2026-07-26T04:27:00.497Z | Compiling futures v0.3.32 |
| 759 | 2026-07-26T04:27:00.539Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 760 | 2026-07-26T04:27:00.543Z | Compiling tracing v0.1.44 |
| 761 | 2026-07-26T04:27:00.566Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 762 | 2026-07-26T04:27:00.569Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 763 | 2026-07-26T04:27:00.689Z | Compiling ingot v0.2.0 |
| 764 | 2026-07-26T04:27:00.695Z | Compiling rand v0.10.2 |
| 765 | 2026-07-26T04:27:00.710Z | Compiling uuid v1.23.5 |
| 766 | 2026-07-26T04:27:00.748Z | Compiling num-traits v0.2.19 |
| 767 | 2026-07-26T04:27:00.896Z | Compiling crossbeam-utils v0.8.22 |
| 768 | 2026-07-26T04:27:00.914Z | Compiling nom v8.0.0 |
| 769 | 2026-07-26T04:27:01.046Z | Compiling aho-corasick v1.1.4 |
| 770 | 2026-07-26T04:27:01.392Z | Compiling socket2 v0.6.4 |
| 771 | 2026-07-26T04:27:01.463Z | Compiling thread_local v1.1.10 |
| 772 | 2026-07-26T04:27:01.684Z | Compiling arc-swap v1.9.2 |
| 773 | 2026-07-26T04:27:01.757Z | Compiling oxnet v0.1.6 |
| 774 | 2026-07-26T04:27:01.859Z | Compiling lazy_static v1.5.0 |
| 775 | 2026-07-26T04:27:01.955Z | Compiling deranged v0.5.8 |
| 776 | 2026-07-26T04:27:02.071Z | Compiling colored v3.1.1 |
| 777 | 2026-07-26T04:27:02.259Z | Compiling time-core v0.1.9 |
| 778 | 2026-07-26T04:27:02.312Z | Compiling iana-time-zone v0.1.65 |
| 779 | 2026-07-26T04:27:02.444Z | Compiling winnow v1.0.3 |
| 780 | 2026-07-26T04:27:02.509Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 781 | 2026-07-26T04:27:02.743Z | Compiling powerfmt v0.2.0 |
| 782 | 2026-07-26T04:27:02.895Z | Compiling regex-syntax v0.8.11 |
| 783 | 2026-07-26T04:27:02.934Z | Compiling num-conv v0.2.2 |
| 784 | 2026-07-26T04:27:02.938Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 785 | 2026-07-26T04:27:03.011Z | Compiling chrono v0.4.45 |
| 786 | 2026-07-26T04:27:03.080Z | Compiling time v0.3.53 |
| 787 | 2026-07-26T04:27:03.169Z | Compiling slog-scope v4.4.1 |
| 788 | 2026-07-26T04:27:03.517Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 789 | 2026-07-26T04:27:03.968Z | Compiling rusticata-macros v5.0.0 |
| 790 | 2026-07-26T04:27:04.292Z | Compiling thiserror v1.0.69 |
| 791 | 2026-07-26T04:27:04.392Z | Compiling regex-automata v0.4.15 |
| 792 | 2026-07-26T04:27:04.945Z | Compiling crossbeam-channel v0.5.16 |
| 793 | 2026-07-26T04:27:05.057Z | Compiling cookie-factory v0.3.3 |
| 794 | 2026-07-26T04:27:05.388Z | Compiling is-terminal v0.4.17 |
| 795 | 2026-07-26T04:27:05.484Z | Compiling itertools v0.12.1 |
| 796 | 2026-07-26T04:27:05.676Z | Compiling term v1.2.1 |
| 797 | 2026-07-26T04:27:06.965Z | Compiling log v0.4.33 |
| 798 | 2026-07-26T04:27:06.987Z | Compiling take_mut v0.2.2 |
| 799 | 2026-07-26T04:27:07.105Z | Compiling circular v0.3.0 |
| 800 | 2026-07-26T04:27:07.244Z | Compiling pcap-parser v0.17.0 |
| 801 | 2026-07-26T04:27:07.361Z | Compiling slog-stdlog v4.1.1 |
| 802 | 2026-07-26T04:27:07.736Z | Compiling slog-async v2.8.0 |
| 803 | 2026-07-26T04:27:08.144Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 804 | 2026-07-26T04:27:08.184Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 805 | 2026-07-26T04:27:09.511Z | Compiling regex v1.13.0 |
| 806 | 2026-07-26T04:27:09.644Z | Compiling slog-term v2.9.2 |
| 807 | 2026-07-26T04:27:10.178Z | Compiling slog-envlogger v2.2.0 |
| 808 | 2026-07-26T04:27:10.569Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 809 | 2026-07-26T04:27:10.637Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 810 | 2026-07-26T04:27:11.630Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 811 | 2026-07-26T04:27:11.974Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 812 | 2026-07-26T04:27:20.052Z | Finished `dev` profile [optimized + debuginfo] target(s) in 22.97s |
| 813 | 2026-07-26T04:27:20.086Z | ++ cargo build -q --test loopback --message-format=json |
| 814 | 2026-07-26T04:27:20.090Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 815 | 2026-07-26T04:27:20.209Z | + loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-2001a507b33f4803 |
| 816 | 2026-07-26T04:27:20.209Z | + cargo build --test multicast_rx |
| 817 | 2026-07-26T04:27:20.313Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 818 | 2026-07-26T04:27:22.153Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.93s |
| 819 | 2026-07-26T04:27:22.188Z | ++ cargo build -q --test multicast_rx --message-format=json |
| 820 | 2026-07-26T04:27:22.191Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 821 | 2026-07-26T04:27:22.307Z | + multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-ed02daea5d032326 |
| 822 | 2026-07-26T04:27:22.307Z | + cargo build --test multicast_multi_sub |
| 823 | 2026-07-26T04:27:22.409Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 824 | 2026-07-26T04:27:24.244Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.92s |
| 825 | 2026-07-26T04:27:24.279Z | ++ cargo build -q --test multicast_multi_sub --message-format=json |
| 826 | 2026-07-26T04:27:24.282Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 827 | 2026-07-26T04:27:24.399Z | + multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-0bda64cc99833d0a |
| 828 | 2026-07-26T04:27:24.399Z | + cargo build --test multicast_validation |
| 829 | 2026-07-26T04:27:24.504Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 830 | 2026-07-26T04:27:26.579Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.17s |
| 831 | 2026-07-26T04:27:26.614Z | ++ cargo build -q --test multicast_validation --message-format=json |
| 832 | 2026-07-26T04:27:26.617Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 833 | 2026-07-26T04:27:26.735Z | + multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-f42dd83d00cd44cb |
| 834 | 2026-07-26T04:27:26.735Z | + cargo build --test multicast_source_filter |
| 835 | 2026-07-26T04:27:26.838Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 836 | 2026-07-26T04:27:28.949Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.20s |
| 837 | 2026-07-26T04:27:28.983Z | ++ cargo build -q --test multicast_source_filter --message-format=json |
| 838 | 2026-07-26T04:27:28.986Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 839 | 2026-07-26T04:27:29.102Z | + multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-69bede13ae9b4bb5 |
| 840 | 2026-07-26T04:27:29.102Z | + cargo build --test multicast_multi_nexthop |
| 841 | 2026-07-26T04:27:29.208Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 842 | 2026-07-26T04:27:30.905Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.79s |
| 843 | 2026-07-26T04:27:30.941Z | ++ cargo build -q --test multicast_multi_nexthop --message-format=json |
| 844 | 2026-07-26T04:27:30.944Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 845 | 2026-07-26T04:27:31.060Z | + multicast_multi_nexthop_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_nexthop-7b8b1f2959c89569 |
| 846 | 2026-07-26T04:27:31.064Z | + mkdir -p /work/test |
| 847 | 2026-07-26T04:27:31.064Z | + cp /work/oxidecomputer/opte/target/debug/deps/loopback-2001a507b33f4803 /work/test/loopback |
| 848 | 2026-07-26T04:27:31.104Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-ed02daea5d032326 /work/test/multicast_rx |
| 849 | 2026-07-26T04:27:31.142Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-0bda64cc99833d0a /work/test/multicast_multi_sub |
| 850 | 2026-07-26T04:27:31.180Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-f42dd83d00cd44cb /work/test/multicast_validation |
| 851 | 2026-07-26T04:27:31.220Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-69bede13ae9b4bb5 /work/test/multicast_source_filter |
| 852 | 2026-07-26T04:27:31.269Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_nexthop-7b8b1f2959c89569 /work/test/multicast_multi_nexthop |
| 853 | 2026-07-26T04:27:31.320Z | process exited: duration 237979 ms, exit code 0 |
| |
| 854 | 2026-07-26T04:27:31.339Z | found 15 output files |
| 855 | 2026-07-26T04:27:31.339Z | uploading: /work/debug/xde.dbg (89502768 bytes) |
| 856 | 2026-07-26T04:27:33.105Z | uploaded: /work/debug/xde.dbg |
| 857 | 2026-07-26T04:27:33.106Z | uploading: /work/debug/xde.dbg.sha256 (86 bytes) |
| 858 | 2026-07-26T04:27:34.130Z | uploaded: /work/debug/xde.dbg.sha256 |
| 859 | 2026-07-26T04:27:34.130Z | uploading: /work/debug/xde_link.dbg.so (1256692 bytes) |
| 860 | 2026-07-26T04:27:35.154Z | uploaded: /work/debug/xde_link.dbg.so |
| 861 | 2026-07-26T04:27:35.154Z | uploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes) |
| 862 | 2026-07-26T04:27:36.164Z | uploaded: /work/debug/xde_link.dbg.so.sha256 |
| 863 | 2026-07-26T04:27:36.164Z | uploading: /work/release/xde (53532760 bytes) |
| 864 | 2026-07-26T04:27:37.625Z | uploaded: /work/release/xde |
| 865 | 2026-07-26T04:27:37.625Z | uploading: /work/release/xde.sha256 (84 bytes) |
| 866 | 2026-07-26T04:27:38.637Z | uploaded: /work/release/xde.sha256 |
| 867 | 2026-07-26T04:27:38.637Z | uploading: /work/release/xde_link.so (45240 bytes) |
| 868 | 2026-07-26T04:27:39.650Z | uploaded: /work/release/xde_link.so |
| 869 | 2026-07-26T04:27:39.650Z | uploading: /work/release/xde_link.so.sha256 (92 bytes) |
| 870 | 2026-07-26T04:27:40.660Z | uploaded: /work/release/xde_link.so.sha256 |
| 871 | 2026-07-26T04:27:40.660Z | uploading: /work/test/loopback (58848912 bytes) |
| 872 | 2026-07-26T04:27:42.069Z | uploaded: /work/test/loopback |
| 873 | 2026-07-26T04:27:42.069Z | uploading: /work/test/multicast_rx (59347600 bytes) |
| 874 | 2026-07-26T04:27:43.530Z | uploaded: /work/test/multicast_rx |
| 875 | 2026-07-26T04:27:43.530Z | uploading: /work/test/multicast_multi_sub (59989336 bytes) |
| 876 | 2026-07-26T04:27:45.163Z | uploaded: /work/test/multicast_multi_sub |
| 877 | 2026-07-26T04:27:45.163Z | uploading: /work/test/multicast_validation (59333080 bytes) |
| 878 | 2026-07-26T04:27:46.715Z | uploaded: /work/test/multicast_validation |
| 879 | 2026-07-26T04:27:46.715Z | uploading: /work/test/multicast_source_filter (59634792 bytes) |
| 880 | 2026-07-26T04:27:48.090Z | uploaded: /work/test/multicast_source_filter |
| 881 | 2026-07-26T04:27:48.090Z | uploading: /work/test/multicast_multi_nexthop (60225344 bytes) |
| 882 | 2026-07-26T04:27:49.528Z | uploaded: /work/test/multicast_multi_nexthop |
| 883 | 2026-07-26T04:27:49.528Z | uploading: /work/xde.conf (79 bytes) |
| 884 | 2026-07-26T04:27:50.537Z | uploaded: /work/xde.conf |