|
|
|
| 1 | 2026-06-26T04:08:23.465Z | job assigned to worker 01KW11S84AQT3MC7ASQX2S0E81 [factory aws, i-0e5684739c8987aea] (queued for 54 s) |
| |
| 2 | 2026-06-26T04:08:30.066Z | starting task 0: "setup" |
| 3 | 2026-06-26T04:08:30.073Z | ++ uname -s |
| 4 | 2026-06-26T04:08:30.077Z | + kern=SunOS |
| 5 | 2026-06-26T04:08:30.077Z | + build_user=build |
| 6 | 2026-06-26T04:08:30.077Z | + build_uid=12345 |
| 7 | 2026-06-26T04:08:30.077Z | + work_dir=/work |
| 8 | 2026-06-26T04:08:30.077Z | + input_dir=/input |
| 9 | 2026-06-26T04:08:30.077Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-26T04:08:30.078Z | + case "$kern" in |
| 11 | 2026-06-26T04:08:30.078Z | + groupadd -g 12345 build |
| 12 | 2026-06-26T04:08:30.078Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-26T04:08:32.083Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-26T04:08:32.207Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-26T04:08:32.210Z | + home_fs=zfs |
| 16 | 2026-06-26T04:08:32.211Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-26T04:08:32.211Z | + mkdir -p /home/build |
| 18 | 2026-06-26T04:08:32.211Z | + chown build:build /home/build /work |
| 19 | 2026-06-26T04:08:33.211Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-26T04:08:33.215Z | process exited: duration 3147 ms, exit code 0 |
| |
| 21 | 2026-06-26T04:08:33.223Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-26T04:08:33.227Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.0 |
| 23 | 2026-06-26T04:08:33.227Z | * rust toolchain channel = "1.96.0" |
| 24 | 2026-06-26T04:08:33.227Z | * rust toolchain profile = "default" |
| 25 | 2026-06-26T04:08:33.232Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-06-26T04:08:33.232Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-26T04:08:33.232Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-26T04:08:33.232Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-26T04:08:33.232Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default |
| 30 | 2026-06-26T04:08:33.335Z | info: downloading installer |
| 31 | 2026-06-26T04:08:34.854Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-26T04:08:34.854Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-26T04:08:34.854Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-26T04:08:34.854Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-26T04:08:34.866Z | info: profile set to default |
| 36 | 2026-06-26T04:08:34.866Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-26T04:08:34.871Z | info: syncing channel updates for 1.96.0-x86_64-unknown-illumos |
| 38 | 2026-06-26T04:08:35.022Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-26T04:08:35.025Z | info: downloading 6 components |
| 40 | 2026-06-26T04:08:52.727Z | |
| 41 | 2026-06-26T04:08:52.727Z | info: default toolchain set to 1.96.0-x86_64-unknown-illumos |
| 42 | 2026-06-26T04:08:52.756Z | 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-26T04:08:52.756Z | |
| 44 | 2026-06-26T04:08:52.756Z | |
| 45 | 2026-06-26T04:08:52.756Z | Rust is installed now. Great! |
| 46 | 2026-06-26T04:08:52.756Z | |
| 47 | 2026-06-26T04:08:52.762Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-26T04:08:52.762Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-26T04:08:52.762Z | |
| 50 | 2026-06-26T04:08:52.762Z | To configure your current shell, you need to source |
| 51 | 2026-06-26T04:08:52.762Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-26T04:08:52.762Z | |
| 53 | 2026-06-26T04:08:52.762Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-26T04:08:52.762Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-26T04:08:52.762Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-26T04:08:52.762Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-26T04:08:52.762Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-26T04:08:52.762Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-26T04:08:52.762Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-26T04:08:52.762Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-26T04:08:52.762Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-26T04:08:52.855Z | + rustup --version |
| 63 | 2026-06-26T04:08:52.869Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-26T04:08:52.873Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-26T04:08:52.884Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-26T04:08:52.887Z | + cargo --version |
| 67 | 2026-06-26T04:08:52.901Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-26T04:08:52.906Z | + rustc --version |
| 69 | 2026-06-26T04:08:52.923Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-26T04:08:52.926Z | process exited: duration 19700 ms, exit code 0 |
| |
| 71 | 2026-06-26T04:08:52.933Z | starting task 2: "authentication" |
| 72 | 2026-06-26T04:08:52.950Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-06-26T04:08:52.958Z | starting task 3: "clone repository" |
| 74 | 2026-06-26T04:08:52.966Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-06-26T04:08:52.966Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-06-26T04:08:52.997Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-06-26T04:08:53.906Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-06-26T04:08:53.906Z | + git fetch origin 9dc942031cd83e142fb64e35eed9f2d2be6ccbc2 |
| 79 | 2026-06-26T04:08:54.153Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-06-26T04:08:54.153Z | * branch 9dc942031cd83e142fb64e35eed9f2d2be6ccbc2 -> FETCH_HEAD |
| 81 | 2026-06-26T04:08:54.161Z | + [[ -n renovate/anyhow-1.x-lockfile ]] |
| 82 | 2026-06-26T04:08:54.165Z | ++ git branch --show-current |
| 83 | 2026-06-26T04:08:54.165Z | + current=master |
| 84 | 2026-06-26T04:08:54.165Z | + [[ master != renovate/anyhow-1.x-lockfile ]] |
| 85 | 2026-06-26T04:08:54.165Z | + git branch -f renovate/anyhow-1.x-lockfile 9dc942031cd83e142fb64e35eed9f2d2be6ccbc2 |
| 86 | 2026-06-26T04:08:54.169Z | + git checkout -f renovate/anyhow-1.x-lockfile |
| 87 | 2026-06-26T04:08:54.184Z | Switched to branch 'renovate/anyhow-1.x-lockfile' |
| 88 | 2026-06-26T04:08:54.187Z | + git reset --hard 9dc942031cd83e142fb64e35eed9f2d2be6ccbc2 |
| 89 | 2026-06-26T04:08:54.190Z | HEAD is now at 9dc9420 Update Rust crate anyhow to v1.0.103 |
| 90 | 2026-06-26T04:08:54.190Z | process exited: duration 1230 ms, exit code 0 |
| |
| 91 | 2026-06-26T04:08:54.198Z | starting task 4: "build" |
| 92 | 2026-06-26T04:08:54.201Z | + source .github/buildomat/common.sh |
| 93 | 2026-06-26T04:08:54.202Z | ++ rustup show active-toolchain |
| 94 | 2026-06-26T04:08:54.205Z | 1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-06-26T04:08:54.208Z | ++ pushd xde |
| 96 | 2026-06-26T04:08:54.208Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-06-26T04:08:54.208Z | ++ rustup show active-toolchain |
| 98 | 2026-06-26T04:08:54.211Z | info: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos |
| 99 | 2026-06-26T04:08:54.407Z | info: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18) |
| 100 | 2026-06-26T04:08:54.412Z | info: downloading 6 components |
| 101 | 2026-06-26T04:09:07.968Z | nightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-06-26T04:09:08.057Z | +++ rustup show active-toolchain -v |
| 103 | 2026-06-26T04:09:08.120Z | +++ head -n 1 |
| 104 | 2026-06-26T04:09:08.120Z | +++ cut '-d ' -f1 |
| 105 | 2026-06-26T04:09:08.206Z | ++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos |
| 106 | 2026-06-26T04:09:08.206Z | ++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos |
| 107 | 2026-06-26T04:09:08.207Z | ++ popd |
| 108 | 2026-06-26T04:09:08.207Z | /work/oxidecomputer/opte |
| 109 | 2026-06-26T04:09:08.207Z | + TGT_BASE=/work |
| 110 | 2026-06-26T04:09:08.207Z | + DBG_SRC=target/x86_64-unknown-unknown/debug |
| 111 | 2026-06-26T04:09:08.207Z | + DBG_LINK_SRC=target/i686-unknown-illumos/debug |
| 112 | 2026-06-26T04:09:08.207Z | + DBG_TGT=/work/debug |
| 113 | 2026-06-26T04:09:08.207Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 114 | 2026-06-26T04:09:08.207Z | + REL_LINK_SRC=target/i686-unknown-illumos/release |
| 115 | 2026-06-26T04:09:08.207Z | + REL_TGT=/work/release |
| 116 | 2026-06-26T04:09:08.207Z | + mkdir -p /work/debug /work/release |
| 117 | 2026-06-26T04:09:08.207Z | + cargo --version |
| 118 | 2026-06-26T04:09:08.207Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 119 | 2026-06-26T04:09:08.208Z | + rustc --version |
| 120 | 2026-06-26T04:09:08.208Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 121 | 2026-06-26T04:09:08.208Z | + install_pkg jq |
| 122 | 2026-06-26T04:09:08.208Z | + set +o errexit |
| 123 | 2026-06-26T04:09:08.208Z | + pfexec pkg install jq |
| 124 | 2026-06-26T04:09:11.358Z | Startup: Refreshing catalog 'helios' ... Done |
| 125 | 2026-06-26T04:09:11.439Z | Startup: Caching catalogs ... Done |
| 126 | 2026-06-26T04:09:11.994Z | Planning: Solver setup ... Done |
| 127 | 2026-06-26T04:09:12.083Z | Planning: Running solver ... Done |
| 128 | 2026-06-26T04:09:12.083Z | Planning: Consolidating action changes ... Done |
| 129 | 2026-06-26T04:09:12.083Z | Planning: Evaluating mediators ... Done |
| 130 | 2026-06-26T04:09:12.083Z | Planning: Planning completed in 0.49 seconds |
| 131 | 2026-06-26T04:09:12.083Z | No updates necessary for this image. |
| 132 | 2026-06-26T04:09:12.181Z | + exit_code=4 |
| 133 | 2026-06-26T04:09:12.181Z | + [[ 4 -ne 0 ]] |
| 134 | 2026-06-26T04:09:12.181Z | + [[ 4 -ne 4 ]] |
| 135 | 2026-06-26T04:09:12.181Z | + set -o errexit |
| 136 | 2026-06-26T04:09:12.181Z | + pushd xde |
| 137 | 2026-06-26T04:09:12.182Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 138 | 2026-06-26T04:09:12.182Z | + cp xde.conf /work/xde.conf |
| 139 | 2026-06-26T04:09:12.182Z | + header 'check style' |
| 140 | 2026-06-26T04:09:12.182Z | + echo '# ==== check style ==== #' |
| 141 | 2026-06-26T04:09:12.182Z | # ==== check style ==== # |
| 142 | 2026-06-26T04:09:12.182Z | + ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check |
| 143 | 2026-06-26T04:09:12.380Z | |
| 144 | 2026-06-26T04:09:12.380Z | real 0.214891437 |
| 145 | 2026-06-26T04:09:12.380Z | user 0.151888584 |
| 146 | 2026-06-26T04:09:12.380Z | sys 0.053447562 |
| 147 | 2026-06-26T04:09:12.381Z | trap 0.000008187 |
| 148 | 2026-06-26T04:09:12.381Z | tflt 0.000018866 |
| 149 | 2026-06-26T04:09:12.381Z | dflt 0.000086577 |
| 150 | 2026-06-26T04:09:12.381Z | kflt 0.000000000 |
| 151 | 2026-06-26T04:09:12.381Z | lock 0.032660555 |
| 152 | 2026-06-26T04:09:12.381Z | slp 0.188734872 |
| 153 | 2026-06-26T04:09:12.381Z | lat 0.001187111 |
| 154 | 2026-06-26T04:09:12.381Z | stop 0.000094311 |
| 155 | 2026-06-26T04:09:12.404Z | + header analyze |
| 156 | 2026-06-26T04:09:12.404Z | + echo '# ==== analyze ==== #' |
| 157 | 2026-06-26T04:09:12.404Z | # ==== analyze ==== # |
| 158 | 2026-06-26T04:09:12.404Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 159 | 2026-06-26T04:09:12.514Z | Updating crates.io index |
| 160 | 2026-06-26T04:09:12.521Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 161 | 2026-06-26T04:09:13.515Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 162 | 2026-06-26T04:09:13.832Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 163 | 2026-06-26T04:09:14.130Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 164 | 2026-06-26T04:09:14.413Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 165 | 2026-06-26T04:09:14.639Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 166 | 2026-06-26T04:09:14.863Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 167 | 2026-06-26T04:09:16.749Z | Downloading crates ... |
| 168 | 2026-06-26T04:09:16.862Z | Downloaded cobs v0.3.0 |
| 169 | 2026-06-26T04:09:16.865Z | Downloaded cfg-if v1.0.4 |
| 170 | 2026-06-26T04:09:16.868Z | Downloaded defmt v0.3.100 |
| 171 | 2026-06-26T04:09:16.868Z | Downloaded dyn-clone v1.0.20 |
| 172 | 2026-06-26T04:09:16.872Z | Downloaded memchr v2.8.2 |
| 173 | 2026-06-26T04:09:16.875Z | Downloaded fnv v1.0.7 |
| 174 | 2026-06-26T04:09:16.875Z | Downloaded crc32fast v1.5.0 |
| 175 | 2026-06-26T04:09:16.875Z | Downloaded smoltcp v0.11.0 |
| 176 | 2026-06-26T04:09:16.881Z | Downloaded embedded-io v0.6.1 |
| 177 | 2026-06-26T04:09:16.884Z | Downloaded serde_core v1.0.228 |
| 178 | 2026-06-26T04:09:16.884Z | Downloaded thiserror v2.0.18 |
| 179 | 2026-06-26T04:09:16.894Z | Downloaded itertools v0.14.0 |
| 180 | 2026-06-26T04:09:16.899Z | Downloaded stable_deref_trait v1.2.1 |
| 181 | 2026-06-26T04:09:16.903Z | Downloaded uuid v1.23.3 |
| 182 | 2026-06-26T04:09:16.906Z | Downloaded bitflags v1.3.2 |
| 183 | 2026-06-26T04:09:16.909Z | Downloaded serde_derive v1.0.228 |
| 184 | 2026-06-26T04:09:16.913Z | Downloaded serde v1.0.228 |
| 185 | 2026-06-26T04:09:16.928Z | Downloaded postcard v1.1.3 |
| 186 | 2026-06-26T04:09:16.951Z | Downloaded proc-macro2 v1.0.106 |
| 187 | 2026-06-26T04:09:16.963Z | Downloaded regex-syntax v0.8.11 |
| 188 | 2026-06-26T04:09:16.967Z | Downloaded zerocopy v0.8.52 |
| 189 | 2026-06-26T04:09:17.043Z | Downloaded embedded-io v0.4.0 |
| 190 | 2026-06-26T04:09:17.063Z | Downloaded either v1.16.0 |
| 191 | 2026-06-26T04:09:17.075Z | Downloaded darling_core v0.23.0 |
| 192 | 2026-06-26T04:09:17.090Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 193 | 2026-06-26T04:09:17.095Z | Downloaded thiserror-impl v2.0.18 |
| 194 | 2026-06-26T04:09:17.107Z | Downloaded itertools v0.15.0 |
| 195 | 2026-06-26T04:09:17.111Z | Downloaded byteorder v1.5.0 |
| 196 | 2026-06-26T04:09:17.119Z | Downloaded aho-corasick v1.1.4 |
| 197 | 2026-06-26T04:09:17.122Z | Downloaded unicode-ident v1.0.24 |
| 198 | 2026-06-26T04:09:17.125Z | Downloaded ref-cast-impl v1.0.25 |
| 199 | 2026-06-26T04:09:17.129Z | Downloaded ingot v0.1.1 |
| 200 | 2026-06-26T04:09:17.129Z | Downloaded quote v1.0.46 |
| 201 | 2026-06-26T04:09:17.138Z | Downloaded proc-macro-error2 v2.0.1 |
| 202 | 2026-06-26T04:09:17.142Z | Downloaded ingot-types v0.1.2 |
| 203 | 2026-06-26T04:09:17.145Z | Downloaded regex v1.12.4 |
| 204 | 2026-06-26T04:09:17.149Z | Downloaded bitflags v2.13.0 |
| 205 | 2026-06-26T04:09:17.156Z | Downloaded zerocopy-derive v0.8.52 |
| 206 | 2026-06-26T04:09:17.162Z | Downloaded macaddr v1.0.1 |
| 207 | 2026-06-26T04:09:17.167Z | Downloaded darling v0.21.3 |
| 208 | 2026-06-26T04:09:18.105Z | Downloaded managed v0.8.0 |
| 209 | 2026-06-26T04:09:18.169Z | Downloaded regex-automata v0.4.14 |
| 210 | 2026-06-26T04:09:18.207Z | Downloaded darling v0.23.0 |
| 211 | 2026-06-26T04:09:18.223Z | Downloaded hash32 v0.3.1 |
| 212 | 2026-06-26T04:09:18.229Z | Downloaded strsim v0.11.1 |
| 213 | 2026-06-26T04:09:18.257Z | Downloaded darling_macro v0.23.0 |
| 214 | 2026-06-26T04:09:18.261Z | Downloaded ingot-macros v0.1.1 |
| 215 | 2026-06-26T04:09:18.262Z | Downloaded defmt-parser v1.0.0 |
| 216 | 2026-06-26T04:09:18.262Z | Downloaded heapless v0.8.0 |
| 217 | 2026-06-26T04:09:18.262Z | Downloaded darling_macro v0.21.3 |
| 218 | 2026-06-26T04:09:18.266Z | Downloaded ident_case v1.0.1 |
| 219 | 2026-06-26T04:09:18.269Z | Downloaded defmt v1.1.0 |
| 220 | 2026-06-26T04:09:18.287Z | Downloaded version_check v0.9.5 |
| 221 | 2026-06-26T04:09:18.305Z | Downloaded syn v2.0.118 |
| 222 | 2026-06-26T04:09:18.310Z | Downloaded ref-cast v1.0.25 |
| 223 | 2026-06-26T04:09:18.314Z | Downloaded defmt-macros v1.1.0 |
| 224 | 2026-06-26T04:09:18.332Z | Downloaded darling_core v0.21.3 |
| 225 | 2026-06-26T04:09:18.336Z | Updating crates.io index |
| 226 | 2026-06-26T04:09:18.482Z | Downloading crates ... |
| 227 | 2026-06-26T04:09:18.531Z | Downloaded addr2line v0.25.1 |
| 228 | 2026-06-26T04:09:18.534Z | Downloaded getopts v0.2.24 |
| 229 | 2026-06-26T04:09:18.535Z | Downloaded rustc-literal-escaper v0.0.7 |
| 230 | 2026-06-26T04:09:18.535Z | Downloaded adler2 v2.0.1 |
| 231 | 2026-06-26T04:09:18.538Z | Downloaded memchr v2.7.6 |
| 232 | 2026-06-26T04:09:18.579Z | Downloaded miniz_oxide v0.8.9 |
| 233 | 2026-06-26T04:09:18.613Z | Downloaded object v0.37.3 |
| 234 | 2026-06-26T04:09:18.715Z | Downloaded libc v0.2.185 |
| 235 | 2026-06-26T04:09:18.727Z | Downloaded gimli v0.32.3 |
| 236 | 2026-06-26T04:09:18.730Z | Downloaded foldhash v0.2.0 |
| 237 | 2026-06-26T04:09:18.733Z | Downloaded hashbrown v0.17.1 |
| 238 | 2026-06-26T04:09:18.812Z | Downloaded rustc-demangle v0.1.27 |
| 239 | 2026-06-26T04:09:18.851Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 240 | 2026-06-26T04:09:18.851Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 241 | 2026-06-26T04:09:18.851Z | Compiling proc-macro2 v1.0.106 |
| 242 | 2026-06-26T04:09:18.851Z | Compiling quote v1.0.46 |
| 243 | 2026-06-26T04:09:18.855Z | Compiling unicode-ident v1.0.24 |
| 244 | 2026-06-26T04:09:18.855Z | Compiling strsim v0.11.1 |
| 245 | 2026-06-26T04:09:18.855Z | Compiling ident_case v1.0.1 |
| 246 | 2026-06-26T04:09:18.855Z | Compiling serde_core v1.0.228 |
| 247 | 2026-06-26T04:09:19.034Z | Compiling memchr v2.8.2 |
| 248 | 2026-06-26T04:09:19.039Z | Compiling fnv v1.0.7 |
| 249 | 2026-06-26T04:09:19.119Z | Compiling regex-syntax v0.8.11 |
| 250 | 2026-06-26T04:09:19.306Z | Compiling serde v1.0.228 |
| 251 | 2026-06-26T04:09:19.314Z | Compiling zerocopy v0.8.52 |
| 252 | 2026-06-26T04:09:19.349Z | Compiling either v1.16.0 |
| 253 | 2026-06-26T04:09:19.423Z | Compiling aho-corasick v1.1.4 |
| 254 | 2026-06-26T04:09:19.553Z | Compiling thiserror v2.0.18 |
| 255 | 2026-06-26T04:09:19.731Z | Compiling itertools v0.14.0 |
| 256 | 2026-06-26T04:09:19.750Z | Compiling heapless v0.8.0 |
| 257 | 2026-06-26T04:09:20.089Z | Compiling syn v2.0.118 |
| 258 | 2026-06-26T04:09:20.146Z | Compiling smoltcp v0.11.0 |
| 259 | 2026-06-26T04:09:20.152Z | Compiling ref-cast v1.0.25 |
| 260 | 2026-06-26T04:09:20.240Z | Compiling version_check v0.9.5 |
| 261 | 2026-06-26T04:09:20.541Z | Compiling crc32fast v1.5.0 |
| 262 | 2026-06-26T04:09:20.576Z | Compiling regex-automata v0.4.14 |
| 263 | 2026-06-26T04:09:20.616Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 264 | 2026-06-26T04:09:22.142Z | Compiling regex v1.12.4 |
| 265 | 2026-06-26T04:09:22.406Z | Compiling darling_core v0.21.3 |
| 266 | 2026-06-26T04:09:22.445Z | Compiling darling_core v0.23.0 |
| 267 | 2026-06-26T04:09:23.333Z | Compiling zerocopy-derive v0.8.52 |
| 268 | 2026-06-26T04:09:23.333Z | Compiling serde_derive v1.0.228 |
| 269 | 2026-06-26T04:09:23.333Z | Compiling thiserror-impl v2.0.18 |
| 270 | 2026-06-26T04:09:23.336Z | Compiling ref-cast-impl v1.0.25 |
| 271 | 2026-06-26T04:09:23.336Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 272 | 2026-06-26T04:09:25.048Z | Compiling darling_macro v0.23.0 |
| 273 | 2026-06-26T04:09:25.062Z | Compiling darling_macro v0.21.3 |
| 274 | 2026-06-26T04:09:25.932Z | Compiling darling v0.21.3 |
| 275 | 2026-06-26T04:09:25.935Z | Compiling darling v0.23.0 |
| 276 | 2026-06-26T04:09:25.996Z | Compiling ingot-macros v0.1.1 |
| 277 | 2026-06-26T04:09:25.999Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 278 | 2026-06-26T04:09:30.946Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 279 | 2026-06-26T04:09:33.116Z | Checking byteorder v1.5.0 |
| 280 | 2026-06-26T04:09:33.116Z | Checking macaddr v1.0.1 |
| 281 | 2026-06-26T04:09:33.124Z | Checking stable_deref_trait v1.2.1 |
| 282 | 2026-06-26T04:09:33.125Z | Checking cfg-if v1.0.4 |
| 283 | 2026-06-26T04:09:33.125Z | Checking managed v0.8.0 |
| 284 | 2026-06-26T04:09:33.183Z | Checking bitflags v1.3.2 |
| 285 | 2026-06-26T04:09:33.207Z | Checking cobs v0.3.0 |
| 286 | 2026-06-26T04:09:33.274Z | Checking hash32 v0.3.1 |
| 287 | 2026-06-26T04:09:33.348Z | Checking dyn-clone v1.0.20 |
| 288 | 2026-06-26T04:09:33.360Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 289 | 2026-06-26T04:09:33.360Z | Checking itertools v0.15.0 |
| 290 | 2026-06-26T04:09:34.477Z | Checking bitflags v2.13.0 |
| 291 | 2026-06-26T04:09:34.477Z | Checking uuid v1.23.3 |
| 292 | 2026-06-26T04:09:34.644Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 293 | 2026-06-26T04:09:34.837Z | Checking postcard v1.1.3 |
| 294 | 2026-06-26T04:09:35.725Z | Checking ingot-types v0.1.2 |
| 295 | 2026-06-26T04:09:35.999Z | Checking ingot v0.1.1 |
| 296 | 2026-06-26T04:09:37.338Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 297 | 2026-06-26T04:09:41.068Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 298 | 2026-06-26T04:09:42.437Z | Checking xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 299 | 2026-06-26T04:09:44.453Z | Finished `dev` profile [optimized + debuginfo] target(s) in 32.10s |
| 300 | 2026-06-26T04:09:44.553Z | |
| 301 | 2026-06-26T04:09:44.554Z | real 32.262517200 |
| 302 | 2026-06-26T04:09:44.554Z | user 1:14.438590065 |
| 303 | 2026-06-26T04:09:44.554Z | sys 10.340058754 |
| 304 | 2026-06-26T04:09:44.554Z | trap 0.028183441 |
| 305 | 2026-06-26T04:09:44.554Z | tflt 0.039676637 |
| 306 | 2026-06-26T04:09:44.554Z | dflt 0.166271399 |
| 307 | 2026-06-26T04:09:44.554Z | kflt 0.002018210 |
| 308 | 2026-06-26T04:09:44.554Z | lock 5:27.533551468 |
| 309 | 2026-06-26T04:09:44.554Z | slp 3:29.070417144 |
| 310 | 2026-06-26T04:09:44.554Z | lat 2.077523356 |
| 311 | 2026-06-26T04:09:44.554Z | stop 7.511064678 |
| 312 | 2026-06-26T04:09:44.564Z | + pushd xde-link |
| 313 | 2026-06-26T04:09:44.564Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 314 | 2026-06-26T04:09:44.564Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 315 | 2026-06-26T04:09:44.738Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 316 | 2026-06-26T04:09:44.738Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 317 | 2026-06-26T04:09:44.738Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 318 | 2026-06-26T04:09:55.629Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 319 | 2026-06-26T04:09:57.833Z | Finished `dev` profile [optimized + debuginfo] target(s) in 13.22s |
| 320 | 2026-06-26T04:09:57.853Z | |
| 321 | 2026-06-26T04:09:57.853Z | real 13.296939368 |
| 322 | 2026-06-26T04:09:57.853Z | user 20.939483785 |
| 323 | 2026-06-26T04:09:57.853Z | sys 1.273290469 |
| 324 | 2026-06-26T04:09:57.856Z | trap 0.003838077 |
| 325 | 2026-06-26T04:09:57.856Z | tflt 0.012447229 |
| 326 | 2026-06-26T04:09:57.856Z | dflt 0.067709253 |
| 327 | 2026-06-26T04:09:57.856Z | kflt 0.000002838 |
| 328 | 2026-06-26T04:09:57.856Z | lock 1:26.867027906 |
| 329 | 2026-06-26T04:09:57.856Z | slp 44.254761650 |
| 330 | 2026-06-26T04:09:57.856Z | lat 0.324289697 |
| 331 | 2026-06-26T04:09:57.856Z | stop 0.164691247 |
| 332 | 2026-06-26T04:09:57.856Z | + popd |
| 333 | 2026-06-26T04:09:57.856Z | + popd |
| 334 | 2026-06-26T04:09:57.856Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 335 | 2026-06-26T04:09:57.856Z | /work/oxidecomputer/opte |
| 336 | 2026-06-26T04:09:57.856Z | + header 'build xde (debug)' |
| 337 | 2026-06-26T04:09:57.856Z | + echo '# ==== build xde (debug) ==== #' |
| 338 | 2026-06-26T04:09:57.856Z | # ==== build xde (debug) ==== # |
| 339 | 2026-06-26T04:09:57.856Z | + ptime -m cargo xtask build --profile debug xde xde-link |
| 340 | 2026-06-26T04:09:57.999Z | Downloading crates ... |
| 341 | 2026-06-26T04:09:58.061Z | Downloaded zmij v1.0.21 |
| 342 | 2026-06-26T04:09:58.074Z | Downloaded itoa v1.0.18 |
| 343 | 2026-06-26T04:09:58.082Z | Downloaded cargo-platform v0.3.3 |
| 344 | 2026-06-26T04:09:58.085Z | Downloaded clap_derive v4.6.1 |
| 345 | 2026-06-26T04:09:58.089Z | Downloaded colorchoice v1.0.5 |
| 346 | 2026-06-26T04:09:58.096Z | Downloaded terminal_size v0.4.4 |
| 347 | 2026-06-26T04:09:58.101Z | Downloaded clap_lex v1.1.0 |
| 348 | 2026-06-26T04:09:58.109Z | Downloaded camino v1.2.3 |
| 349 | 2026-06-26T04:09:58.113Z | Downloaded indexmap v2.14.0 |
| 350 | 2026-06-26T04:09:58.122Z | Downloaded clap v4.6.1 |
| 351 | 2026-06-26T04:09:58.127Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 352 | 2026-06-26T04:09:58.180Z | Downloaded rustix v1.1.4 |
| 353 | 2026-06-26T04:09:58.201Z | Downloaded heck v0.5.0 |
| 354 | 2026-06-26T04:09:58.210Z | Downloaded clap_builder v4.6.0 |
| 355 | 2026-06-26T04:09:58.234Z | Downloaded libc v0.2.186 |
| 356 | 2026-06-26T04:09:58.252Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 357 | 2026-06-26T04:09:58.255Z | Downloaded equivalent v1.0.2 |
| 358 | 2026-06-26T04:09:58.266Z | Downloaded winnow v1.0.3 |
| 359 | 2026-06-26T04:09:58.271Z | Downloaded anstyle-parse v1.0.0 |
| 360 | 2026-06-26T04:09:58.274Z | Downloaded anstyle v1.0.14 |
| 361 | 2026-06-26T04:09:58.279Z | Downloaded serde_json v1.0.150 |
| 362 | 2026-06-26T04:09:58.282Z | Downloaded is_terminal_polyfill v1.70.2 |
| 363 | 2026-06-26T04:09:58.282Z | Downloaded anyhow v1.0.103 |
| 364 | 2026-06-26T04:09:58.288Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 365 | 2026-06-26T04:09:58.288Z | Downloaded anstyle-query v1.1.5 |
| 366 | 2026-06-26T04:09:58.288Z | Downloaded cargo_metadata v0.23.1 |
| 367 | 2026-06-26T04:09:58.288Z | Downloaded utf8parse v0.2.2 |
| 368 | 2026-06-26T04:09:58.288Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 369 | 2026-06-26T04:09:58.291Z | Downloaded errno v0.3.14 |
| 370 | 2026-06-26T04:09:58.296Z | Downloaded serde_spanned v1.1.1 |
| 371 | 2026-06-26T04:09:58.296Z | Downloaded semver v1.0.28 |
| 372 | 2026-06-26T04:09:58.362Z | Downloaded anstream v1.0.0 |
| 373 | 2026-06-26T04:09:58.392Z | Compiling proc-macro2 v1.0.106 |
| 374 | 2026-06-26T04:09:58.392Z | Compiling serde_core v1.0.228 |
| 375 | 2026-06-26T04:09:58.392Z | Compiling unicode-ident v1.0.24 |
| 376 | 2026-06-26T04:09:58.396Z | Compiling quote v1.0.46 |
| 377 | 2026-06-26T04:09:58.396Z | Compiling libc v0.2.186 |
| 378 | 2026-06-26T04:09:58.396Z | Compiling rustix v1.1.4 |
| 379 | 2026-06-26T04:09:58.396Z | Compiling zmij v1.0.21 |
| 380 | 2026-06-26T04:09:58.413Z | Compiling bitflags v2.13.0 |
| 381 | 2026-06-26T04:09:58.566Z | Compiling utf8parse v0.2.2 |
| 382 | 2026-06-26T04:09:58.670Z | Compiling anstyle-parse v1.0.0 |
| 383 | 2026-06-26T04:09:58.757Z | Compiling serde v1.0.228 |
| 384 | 2026-06-26T04:09:58.760Z | Compiling camino v1.2.3 |
| 385 | 2026-06-26T04:09:58.880Z | Compiling anstyle-query v1.1.5 |
| 386 | 2026-06-26T04:09:58.880Z | Compiling anstyle v1.0.14 |
| 387 | 2026-06-26T04:09:58.945Z | Compiling is_terminal_polyfill v1.70.2 |
| 388 | 2026-06-26T04:09:58.984Z | Compiling thiserror v2.0.18 |
| 389 | 2026-06-26T04:09:59.031Z | Compiling serde_json v1.0.150 |
| 390 | 2026-06-26T04:09:59.087Z | Compiling colorchoice v1.0.5 |
| 391 | 2026-06-26T04:09:59.146Z | Compiling errno v0.3.14 |
| 392 | 2026-06-26T04:09:59.179Z | Compiling anstream v1.0.0 |
| 393 | 2026-06-26T04:09:59.208Z | Compiling strsim v0.11.1 |
| 394 | 2026-06-26T04:09:59.301Z | Compiling anyhow v1.0.103 |
| 395 | 2026-06-26T04:09:59.541Z | Compiling itoa v1.0.18 |
| 396 | 2026-06-26T04:09:59.590Z | Compiling memchr v2.8.2 |
| 397 | 2026-06-26T04:09:59.612Z | Compiling clap_lex v1.1.0 |
| 398 | 2026-06-26T04:09:59.663Z | Compiling winnow v1.0.3 |
| 399 | 2026-06-26T04:09:59.743Z | Compiling syn v2.0.118 |
| 400 | 2026-06-26T04:09:59.803Z | Compiling terminal_size v0.4.4 |
| 401 | 2026-06-26T04:10:00.006Z | Compiling heck v0.5.0 |
| 402 | 2026-06-26T04:10:00.025Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 403 | 2026-06-26T04:10:00.087Z | Compiling clap_builder v4.6.0 |
| 404 | 2026-06-26T04:10:00.201Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 405 | 2026-06-26T04:10:00.744Z | Compiling cargo-platform v0.3.3 |
| 406 | 2026-06-26T04:10:00.799Z | Compiling serde_spanned v1.1.1 |
| 407 | 2026-06-26T04:10:00.950Z | Compiling semver v1.0.28 |
| 408 | 2026-06-26T04:10:01.175Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 409 | 2026-06-26T04:10:01.431Z | Compiling toml v1.1.2+spec-1.1.0 |
| 410 | 2026-06-26T04:10:01.973Z | Compiling thiserror-impl v2.0.18 |
| 411 | 2026-06-26T04:10:02.171Z | Compiling serde_derive v1.0.228 |
| 412 | 2026-06-26T04:10:02.177Z | Compiling clap_derive v4.6.1 |
| 413 | 2026-06-26T04:10:03.856Z | Compiling clap v4.6.1 |
| 414 | 2026-06-26T04:10:05.297Z | Compiling cargo_metadata v0.23.1 |
| 415 | 2026-06-26T04:10:07.719Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 416 | 2026-06-26T04:10:09.315Z | Finished `dev` profile [optimized + debuginfo] target(s) in 11.43s |
| 417 | 2026-06-26T04:10:09.335Z | Running `target/debug/xtask build --profile debug xde xde-link` |
| 418 | 2026-06-26T04:10:11.015Z | Building xde (dev). |
| 419 | 2026-06-26T04:10:11.239Z | Compiling serde_core v1.0.228 |
| 420 | 2026-06-26T04:10:11.239Z | Compiling byteorder v1.5.0 |
| 421 | 2026-06-26T04:10:11.239Z | Compiling stable_deref_trait v1.2.1 |
| 422 | 2026-06-26T04:10:11.239Z | Compiling macaddr v1.0.1 |
| 423 | 2026-06-26T04:10:11.239Z | Compiling cfg-if v1.0.4 |
| 424 | 2026-06-26T04:10:11.265Z | Compiling zerocopy v0.8.52 |
| 425 | 2026-06-26T04:10:11.268Z | Compiling thiserror v2.0.18 |
| 426 | 2026-06-26T04:10:11.271Z | Compiling bitflags v1.3.2 |
| 427 | 2026-06-26T04:10:11.313Z | Compiling managed v0.8.0 |
| 428 | 2026-06-26T04:10:11.318Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 429 | 2026-06-26T04:10:11.324Z | Compiling cobs v0.3.0 |
| 430 | 2026-06-26T04:10:11.359Z | Compiling either v1.16.0 |
| 431 | 2026-06-26T04:10:11.431Z | Compiling hash32 v0.3.1 |
| 432 | 2026-06-26T04:10:11.513Z | Compiling ref-cast v1.0.25 |
| 433 | 2026-06-26T04:10:11.536Z | Compiling heapless v0.8.0 |
| 434 | 2026-06-26T04:10:11.540Z | Compiling itertools v0.15.0 |
| 435 | 2026-06-26T04:10:11.588Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 436 | 2026-06-26T04:10:11.594Z | Compiling crc32fast v1.5.0 |
| 437 | 2026-06-26T04:10:11.598Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 438 | 2026-06-26T04:10:11.601Z | Compiling dyn-clone v1.0.20 |
| 439 | 2026-06-26T04:10:11.758Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 440 | 2026-06-26T04:10:11.900Z | Compiling smoltcp v0.11.0 |
| 441 | 2026-06-26T04:10:12.835Z | Compiling serde v1.0.228 |
| 442 | 2026-06-26T04:10:12.835Z | Compiling bitflags v2.13.0 |
| 443 | 2026-06-26T04:10:12.835Z | Compiling uuid v1.23.3 |
| 444 | 2026-06-26T04:10:12.972Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 445 | 2026-06-26T04:10:13.262Z | Compiling postcard v1.1.3 |
| 446 | 2026-06-26T04:10:14.140Z | Compiling ingot-types v0.1.2 |
| 447 | 2026-06-26T04:10:14.435Z | Compiling ingot v0.1.1 |
| 448 | 2026-06-26T04:10:15.885Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 449 | 2026-06-26T04:10:20.199Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 450 | 2026-06-26T04:10:30.654Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 451 | 2026-06-26T04:10:39.030Z | Finished `dev` profile [optimized + debuginfo] target(s) in 27.98s |
| 452 | 2026-06-26T04:10:39.057Z | Linking xde kmod... |
| 453 | 2026-06-26T04:10:40.162Z | Building xde dev link helper (dev). |
| 454 | 2026-06-26T04:10:40.317Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 455 | 2026-06-26T04:10:40.654Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.46s |
| 456 | 2026-06-26T04:10:40.678Z | |
| 457 | 2026-06-26T04:10:40.683Z | real 42.821804692 |
| 458 | 2026-06-26T04:10:40.683Z | user 2:17.797120023 |
| 459 | 2026-06-26T04:10:40.683Z | sys 11.179309944 |
| 460 | 2026-06-26T04:10:40.683Z | trap 0.060348393 |
| 461 | 2026-06-26T04:10:40.683Z | tflt 0.351712559 |
| 462 | 2026-06-26T04:10:40.683Z | dflt 0.457674120 |
| 463 | 2026-06-26T04:10:40.683Z | kflt 0.000017266 |
| 464 | 2026-06-26T04:10:40.683Z | lock 7:00.988896744 |
| 465 | 2026-06-26T04:10:40.683Z | slp 3:51.315659018 |
| 466 | 2026-06-26T04:10:40.683Z | lat 6.376201099 |
| 467 | 2026-06-26T04:10:40.683Z | stop 5.364936448 |
| 468 | 2026-06-26T04:10:40.683Z | + header 'build xde (release)' |
| 469 | 2026-06-26T04:10:40.683Z | + echo '# ==== build xde (release) ==== #' |
| 470 | 2026-06-26T04:10:40.683Z | # ==== build xde (release) ==== # |
| 471 | 2026-06-26T04:10:40.683Z | + ptime -m cargo xtask build --profile release xde xde-link |
| 472 | 2026-06-26T04:10:40.812Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s |
| 473 | 2026-06-26T04:10:40.816Z | Running `target/debug/xtask build --profile release xde xde-link` |
| 474 | 2026-06-26T04:10:40.998Z | Building xde (release-lto). |
| 475 | 2026-06-26T04:10:41.222Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 476 | 2026-06-26T04:10:41.222Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 477 | 2026-06-26T04:10:41.222Z | Compiling proc-macro2 v1.0.106 |
| 478 | 2026-06-26T04:10:41.222Z | Compiling unicode-ident v1.0.24 |
| 479 | 2026-06-26T04:10:41.222Z | Compiling quote v1.0.46 |
| 480 | 2026-06-26T04:10:41.227Z | Compiling strsim v0.11.1 |
| 481 | 2026-06-26T04:10:41.227Z | Compiling ident_case v1.0.1 |
| 482 | 2026-06-26T04:10:41.227Z | Compiling serde_core v1.0.228 |
| 483 | 2026-06-26T04:10:41.340Z | Compiling fnv v1.0.7 |
| 484 | 2026-06-26T04:10:41.340Z | Compiling memchr v2.8.2 |
| 485 | 2026-06-26T04:10:41.424Z | Compiling regex-syntax v0.8.11 |
| 486 | 2026-06-26T04:10:41.588Z | Compiling serde v1.0.228 |
| 487 | 2026-06-26T04:10:41.594Z | Compiling thiserror v2.0.18 |
| 488 | 2026-06-26T04:10:41.608Z | Compiling zerocopy v0.8.52 |
| 489 | 2026-06-26T04:10:41.731Z | Compiling aho-corasick v1.1.4 |
| 490 | 2026-06-26T04:10:41.956Z | Compiling either v1.16.0 |
| 491 | 2026-06-26T04:10:42.023Z | Compiling heapless v0.8.0 |
| 492 | 2026-06-26T04:10:42.136Z | Compiling itertools v0.14.0 |
| 493 | 2026-06-26T04:10:42.187Z | Compiling smoltcp v0.11.0 |
| 494 | 2026-06-26T04:10:42.366Z | Compiling syn v2.0.118 |
| 495 | 2026-06-26T04:10:42.419Z | Compiling version_check v0.9.5 |
| 496 | 2026-06-26T04:10:42.480Z | Compiling ref-cast v1.0.25 |
| 497 | 2026-06-26T04:10:42.656Z | Compiling crc32fast v1.5.0 |
| 498 | 2026-06-26T04:10:42.801Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 499 | 2026-06-26T04:10:42.870Z | Compiling regex-automata v0.4.14 |
| 500 | 2026-06-26T04:10:44.447Z | Compiling regex v1.12.4 |
| 501 | 2026-06-26T04:10:44.722Z | Compiling darling_core v0.21.3 |
| 502 | 2026-06-26T04:10:44.761Z | Compiling darling_core v0.23.0 |
| 503 | 2026-06-26T04:10:45.550Z | Compiling thiserror-impl v2.0.18 |
| 504 | 2026-06-26T04:10:45.550Z | Compiling serde_derive v1.0.228 |
| 505 | 2026-06-26T04:10:45.550Z | Compiling zerocopy-derive v0.8.52 |
| 506 | 2026-06-26T04:10:45.553Z | Compiling ref-cast-impl v1.0.25 |
| 507 | 2026-06-26T04:10:45.553Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 508 | 2026-06-26T04:10:47.099Z | Compiling darling_macro v0.21.3 |
| 509 | 2026-06-26T04:10:47.329Z | Compiling darling_macro v0.23.0 |
| 510 | 2026-06-26T04:10:48.031Z | Compiling darling v0.21.3 |
| 511 | 2026-06-26T04:10:48.095Z | Compiling ingot-macros v0.1.1 |
| 512 | 2026-06-26T04:10:48.232Z | Compiling darling v0.23.0 |
| 513 | 2026-06-26T04:10:48.292Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 514 | 2026-06-26T04:10:53.876Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 515 | 2026-06-26T04:10:55.969Z | Compiling byteorder v1.5.0 |
| 516 | 2026-06-26T04:10:55.973Z | Compiling cfg-if v1.0.4 |
| 517 | 2026-06-26T04:10:55.973Z | Compiling macaddr v1.0.1 |
| 518 | 2026-06-26T04:10:55.973Z | Compiling stable_deref_trait v1.2.1 |
| 519 | 2026-06-26T04:10:56.030Z | Compiling bitflags v1.3.2 |
| 520 | 2026-06-26T04:10:56.041Z | Compiling cobs v0.3.0 |
| 521 | 2026-06-26T04:10:56.065Z | Compiling managed v0.8.0 |
| 522 | 2026-06-26T04:10:56.164Z | Compiling hash32 v0.3.1 |
| 523 | 2026-06-26T04:10:56.237Z | Compiling dyn-clone v1.0.20 |
| 524 | 2026-06-26T04:10:56.296Z | Compiling itertools v0.15.0 |
| 525 | 2026-06-26T04:10:56.329Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 526 | 2026-06-26T04:10:57.627Z | Compiling bitflags v2.13.0 |
| 527 | 2026-06-26T04:10:57.633Z | Compiling uuid v1.23.3 |
| 528 | 2026-06-26T04:10:57.773Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 529 | 2026-06-26T04:10:58.067Z | Compiling postcard v1.1.3 |
| 530 | 2026-06-26T04:10:58.942Z | Compiling ingot-types v0.1.2 |
| 531 | 2026-06-26T04:10:59.260Z | Compiling ingot v0.1.1 |
| 532 | 2026-06-26T04:11:00.792Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 533 | 2026-06-26T04:11:04.603Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 534 | 2026-06-26T04:11:13.429Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 535 | 2026-06-26T04:11:43.101Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 02s |
| 536 | 2026-06-26T04:11:43.124Z | Linking xde kmod... |
| 537 | 2026-06-26T04:11:43.716Z | Building xde dev link helper (release). |
| 538 | 2026-06-26T04:11:43.872Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 539 | 2026-06-26T04:11:43.872Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 540 | 2026-06-26T04:11:43.872Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 541 | 2026-06-26T04:11:55.389Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 542 | 2026-06-26T04:11:57.929Z | Finished `release` profile [optimized + debuginfo] target(s) in 14.18s |
| 543 | 2026-06-26T04:11:57.946Z | |
| 544 | 2026-06-26T04:11:57.952Z | real 1:17.262268805 |
| 545 | 2026-06-26T04:11:57.952Z | user 2:10.739884014 |
| 546 | 2026-06-26T04:11:57.952Z | sys 12.772592277 |
| 547 | 2026-06-26T04:11:57.952Z | trap 0.032159126 |
| 548 | 2026-06-26T04:11:57.952Z | tflt 0.193083312 |
| 549 | 2026-06-26T04:11:57.952Z | dflt 0.262385837 |
| 550 | 2026-06-26T04:11:57.953Z | kflt 0.000016888 |
| 551 | 2026-06-26T04:11:57.953Z | lock 12:18.104583158 |
| 552 | 2026-06-26T04:11:57.953Z | slp 6:12.924566224 |
| 553 | 2026-06-26T04:11:57.953Z | lat 3.706242032 |
| 554 | 2026-06-26T04:11:57.953Z | stop 6.192544919 |
| 555 | 2026-06-26T04:11:57.953Z | + elfdump target/x86_64-unknown-unknown/debug/xde.dbg |
| 556 | 2026-06-26T04:11:57.953Z | + grep GOTPCREL |
| 557 | 2026-06-26T04:11:59.770Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 558 | 2026-06-26T04:11:59.782Z | + grep GOTPCREL |
| 559 | 2026-06-26T04:12:00.708Z | + cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/ |
| 560 | 2026-06-26T04:12:00.766Z | + sha256sum /work/debug/xde.dbg |
| 561 | 2026-06-26T04:12:00.818Z | + cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so |
| 562 | 2026-06-26T04:12:00.821Z | + sha256sum /work/debug/xde_link.dbg.so |
| 563 | 2026-06-26T04:12:00.824Z | + cp target/x86_64-unknown-unknown/release-lto/xde /work/release/ |
| 564 | 2026-06-26T04:12:00.859Z | + sha256sum /work/release/xde |
| 565 | 2026-06-26T04:12:00.888Z | + cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so |
| 566 | 2026-06-26T04:12:00.891Z | + sha256sum /work/release/xde_link.so |
| 567 | 2026-06-26T04:12:00.895Z | + header 'build xde integration tests' |
| 568 | 2026-06-26T04:12:00.895Z | + echo '# ==== build xde integration tests ==== #' |
| 569 | 2026-06-26T04:12:00.895Z | # ==== build xde integration tests ==== # |
| 570 | 2026-06-26T04:12:00.895Z | + pushd xde-tests |
| 571 | 2026-06-26T04:12:00.895Z | /work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte |
| 572 | 2026-06-26T04:12:00.895Z | + cargo +nightly-2026-06-19-x86_64-unknown-illumos fmt -- --check |
| 573 | 2026-06-26T04:12:00.974Z | + cargo clippy --all-targets -- --deny warnings |
| 574 | 2026-06-26T04:12:01.183Z | Compiling serde_core v1.0.228 |
| 575 | 2026-06-26T04:12:01.183Z | Checking cfg-if v1.0.4 |
| 576 | 2026-06-26T04:12:01.183Z | Checking memchr v2.8.2 |
| 577 | 2026-06-26T04:12:01.183Z | Compiling serde v1.0.228 |
| 578 | 2026-06-26T04:12:01.183Z | Compiling rustversion v1.0.22 |
| 579 | 2026-06-26T04:12:01.186Z | Compiling strsim v0.11.1 |
| 580 | 2026-06-26T04:12:01.186Z | Compiling ident_case v1.0.1 |
| 581 | 2026-06-26T04:12:01.186Z | Compiling syn v2.0.118 |
| 582 | 2026-06-26T04:12:01.255Z | Compiling version_check v0.9.5 |
| 583 | 2026-06-26T04:12:01.301Z | Compiling libc v0.2.186 |
| 584 | 2026-06-26T04:12:01.470Z | Compiling fnv v1.0.7 |
| 585 | 2026-06-26T04:12:01.524Z | Compiling syn v1.0.109 |
| 586 | 2026-06-26T04:12:01.549Z | Compiling regex-syntax v0.8.11 |
| 587 | 2026-06-26T04:12:01.573Z | Checking pin-project-lite v0.2.17 |
| 588 | 2026-06-26T04:12:01.648Z | Compiling equivalent v1.0.2 |
| 589 | 2026-06-26T04:12:01.721Z | Compiling zerocopy v0.8.52 |
| 590 | 2026-06-26T04:12:01.860Z | Compiling winnow v1.0.3 |
| 591 | 2026-06-26T04:12:01.966Z | Compiling aho-corasick v1.1.4 |
| 592 | 2026-06-26T04:12:02.053Z | Compiling either v1.16.0 |
| 593 | 2026-06-26T04:12:02.083Z | Compiling hashbrown v0.17.1 |
| 594 | 2026-06-26T04:12:02.241Z | Compiling itertools v0.14.0 |
| 595 | 2026-06-26T04:12:02.652Z | Compiling indexmap v2.14.0 |
| 596 | 2026-06-26T04:12:02.905Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 597 | 2026-06-26T04:12:02.992Z | Compiling regex-automata v0.4.14 |
| 598 | 2026-06-26T04:12:03.370Z | Compiling heapless v0.8.0 |
| 599 | 2026-06-26T04:12:03.437Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 600 | 2026-06-26T04:12:03.453Z | Checking byteorder v1.5.0 |
| 601 | 2026-06-26T04:12:03.514Z | Checking bitflags v2.13.0 |
| 602 | 2026-06-26T04:12:03.596Z | Checking hash32 v0.3.1 |
| 603 | 2026-06-26T04:12:03.599Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 604 | 2026-06-26T04:12:03.647Z | Compiling slog v2.8.2 |
| 605 | 2026-06-26T04:12:03.666Z | Checking futures-core v0.3.32 |
| 606 | 2026-06-26T04:12:03.692Z | Checking macaddr v1.0.1 |
| 607 | 2026-06-26T04:12:03.778Z | Compiling darling_core v0.21.3 |
| 608 | 2026-06-26T04:12:03.797Z | Compiling darling_core v0.23.0 |
| 609 | 2026-06-26T04:12:03.821Z | Checking stable_deref_trait v1.2.1 |
| 610 | 2026-06-26T04:12:03.854Z | Checking futures-sink v0.3.32 |
| 611 | 2026-06-26T04:12:03.880Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 612 | 2026-06-26T04:12:03.939Z | Compiling smoltcp v0.11.0 |
| 613 | 2026-06-26T04:12:04.109Z | Compiling proc-macro-crate v3.5.0 |
| 614 | 2026-06-26T04:12:04.261Z | Checking futures-channel v0.3.32 |
| 615 | 2026-06-26T04:12:04.486Z | Compiling proc-macro-error-attr v1.0.4 |
| 616 | 2026-06-26T04:12:04.508Z | Checking managed v0.8.0 |
| 617 | 2026-06-26T04:12:04.677Z | Compiling regex v1.12.4 |
| 618 | 2026-06-26T04:12:04.695Z | Checking bitflags v1.3.2 |
| 619 | 2026-06-26T04:12:04.753Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 620 | 2026-06-26T04:12:04.801Z | Checking rand_core v0.10.1 |
| 621 | 2026-06-26T04:12:04.904Z | Compiling serde_derive v1.0.228 |
| 622 | 2026-06-26T04:12:04.920Z | Compiling thiserror-impl v2.0.18 |
| 623 | 2026-06-26T04:12:04.952Z | Compiling zerocopy-derive v0.8.52 |
| 624 | 2026-06-26T04:12:05.061Z | Compiling futures-macro v0.3.32 |
| 625 | 2026-06-26T04:12:05.447Z | Compiling ref-cast v1.0.25 |
| 626 | 2026-06-26T04:12:05.499Z | Checking futures-io v0.3.32 |
| 627 | 2026-06-26T04:12:05.603Z | Compiling autocfg v1.5.1 |
| 628 | 2026-06-26T04:12:05.744Z | Checking slab v0.4.12 |
| 629 | 2026-06-26T04:12:05.820Z | Compiling darling_macro v0.21.3 |
| 630 | 2026-06-26T04:12:05.830Z | Compiling darling_macro v0.23.0 |
| 631 | 2026-06-26T04:12:05.860Z | Compiling getrandom v0.4.3 |
| 632 | 2026-06-26T04:12:05.893Z | Compiling crc32fast v1.5.0 |
| 633 | 2026-06-26T04:12:05.943Z | Checking futures-task v0.3.32 |
| 634 | 2026-06-26T04:12:06.073Z | Checking futures-util v0.3.32 |
| 635 | 2026-06-26T04:12:06.104Z | Checking thiserror v2.0.18 |
| 636 | 2026-06-26T04:12:06.117Z | Compiling num-traits v0.2.19 |
| 637 | 2026-06-26T04:12:06.188Z | Checking cobs v0.3.0 |
| 638 | 2026-06-26T04:12:06.238Z | Compiling num_enum_derive v0.7.6 |
| 639 | 2026-06-26T04:12:06.321Z | Compiling foreign-types-macros v0.2.3 |
| 640 | 2026-06-26T04:12:06.325Z | Compiling ref-cast-impl v1.0.25 |
| 641 | 2026-06-26T04:12:06.356Z | Compiling darling v0.23.0 |
| 642 | 2026-06-26T04:12:06.360Z | Compiling darling v0.21.3 |
| 643 | 2026-06-26T04:12:06.426Z | Compiling ingot-macros v0.1.1 |
| 644 | 2026-06-26T04:12:06.918Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 645 | 2026-06-26T04:12:06.925Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 646 | 2026-06-26T04:12:07.164Z | Compiling proc-macro-error v1.0.4 |
| 647 | 2026-06-26T04:12:07.211Z | Checking ipnetwork v0.21.1 |
| 648 | 2026-06-26T04:12:07.227Z | Checking foreign-types-shared v0.3.1 |
| 649 | 2026-06-26T04:12:07.300Z | Checking cpufeatures v0.3.0 |
| 650 | 2026-06-26T04:12:07.360Z | Checking once_cell v1.21.4 |
| 651 | 2026-06-26T04:12:07.374Z | Checking unicode-width v0.2.2 |
| 652 | 2026-06-26T04:12:07.378Z | Compiling crossbeam-utils v0.8.21 |
| 653 | 2026-06-26T04:12:07.522Z | Checking tracing-core v0.1.36 |
| 654 | 2026-06-26T04:12:07.680Z | Checking tabwriter v1.4.1 |
| 655 | 2026-06-26T04:12:07.698Z | Checking chacha20 v0.10.0 |
| 656 | 2026-06-26T04:12:07.746Z | Checking foreign-types v0.5.0 |
| 657 | 2026-06-26T04:12:07.808Z | Checking num_enum v0.7.6 |
| 658 | 2026-06-26T04:12:07.885Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 659 | 2026-06-26T04:12:07.959Z | Checking erased-serde v0.3.31 |
| 660 | 2026-06-26T04:12:08.020Z | Checking postcard v1.1.3 |
| 661 | 2026-06-26T04:12:08.025Z | Checking futures-executor v0.3.32 |
| 662 | 2026-06-26T04:12:08.051Z | Checking anyhow v1.0.103 |
| 663 | 2026-06-26T04:12:08.245Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 664 | 2026-06-26T04:12:08.276Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 665 | 2026-06-26T04:12:08.297Z | Compiling tracing-attributes v0.1.31 |
| 666 | 2026-06-26T04:12:08.465Z | Checking itertools v0.15.0 |
| 667 | 2026-06-26T04:12:08.586Z | Checking cstr-argument v0.1.2 |
| 668 | 2026-06-26T04:12:08.593Z | Compiling time-core v0.1.9 |
| 669 | 2026-06-26T04:12:08.696Z | Compiling num-conv v0.2.2 |
| 670 | 2026-06-26T04:12:08.713Z | Compiling thiserror v1.0.69 |
| 671 | 2026-06-26T04:12:08.767Z | Checking pretty-hex v0.4.2 |
| 672 | 2026-06-26T04:12:08.835Z | Checking dyn-clone v1.0.20 |
| 673 | 2026-06-26T04:12:08.848Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 674 | 2026-06-26T04:12:08.874Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 675 | 2026-06-26T04:12:08.925Z | Compiling time-macros v0.2.30 |
| 676 | 2026-06-26T04:12:09.030Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 677 | 2026-06-26T04:12:09.063Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 678 | 2026-06-26T04:12:09.121Z | Checking rand v0.10.1 |
| 679 | 2026-06-26T04:12:09.155Z | Checking ingot-types v0.1.2 |
| 680 | 2026-06-26T04:12:09.181Z | Checking futures v0.3.32 |
| 681 | 2026-06-26T04:12:09.289Z | Compiling thiserror-impl v1.0.69 |
| 682 | 2026-06-26T04:12:09.394Z | Checking uuid v1.23.3 |
| 683 | 2026-06-26T04:12:09.485Z | Checking ingot v0.1.1 |
| 684 | 2026-06-26T04:12:09.501Z | Checking tracing v0.1.44 |
| 685 | 2026-06-26T04:12:09.569Z | Checking arc-swap v1.9.1 |
| 686 | 2026-06-26T04:12:09.572Z | Checking socket2 v0.6.4 |
| 687 | 2026-06-26T04:12:09.655Z | Checking nom v8.0.0 |
| 688 | 2026-06-26T04:12:09.678Z | Checking thread_local v1.1.9 |
| 689 | 2026-06-26T04:12:09.774Z | Checking lazy_static v1.5.0 |
| 690 | 2026-06-26T04:12:09.834Z | Checking powerfmt v0.2.0 |
| 691 | 2026-06-26T04:12:09.933Z | Checking iana-time-zone v0.1.65 |
| 692 | 2026-06-26T04:12:09.969Z | Compiling heck v0.4.1 |
| 693 | 2026-06-26T04:12:10.014Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 694 | 2026-06-26T04:12:10.139Z | Checking deranged v0.5.8 |
| 695 | 2026-06-26T04:12:10.146Z | Checking oxnet v0.1.6 |
| 696 | 2026-06-26T04:12:10.319Z | Compiling slog-async v2.8.0 |
| 697 | 2026-06-26T04:12:10.366Z | Checking colored v3.1.1 |
| 698 | 2026-06-26T04:12:10.498Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 699 | 2026-06-26T04:12:10.552Z | Checking chrono v0.4.45 |
| 700 | 2026-06-26T04:12:10.618Z | Checking slog-scope v4.4.1 |
| 701 | 2026-06-26T04:12:10.740Z | Checking crossbeam-channel v0.5.15 |
| 702 | 2026-06-26T04:12:11.013Z | Checking time v0.3.51 |
| 703 | 2026-06-26T04:12:11.036Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 704 | 2026-06-26T04:12:11.058Z | Checking cookie-factory v0.3.3 |
| 705 | 2026-06-26T04:12:11.125Z | Checking itertools v0.12.1 |
| 706 | 2026-06-26T04:12:11.299Z | Checking is-terminal v0.4.17 |
| 707 | 2026-06-26T04:12:11.345Z | Checking take_mut v0.2.2 |
| 708 | 2026-06-26T04:12:11.372Z | Checking term v1.2.1 |
| 709 | 2026-06-26T04:12:11.434Z | Checking log v0.4.33 |
| 710 | 2026-06-26T04:12:11.577Z | Checking rusticata-macros v5.0.0 |
| 711 | 2026-06-26T04:12:11.583Z | Checking circular v0.3.0 |
| 712 | 2026-06-26T04:12:11.583Z | Checking slog-stdlog v4.1.1 |
| 713 | 2026-06-26T04:12:11.696Z | Checking pcap-parser v0.17.0 |
| 714 | 2026-06-26T04:12:12.102Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 715 | 2026-06-26T04:12:12.123Z | Checking slog-term v2.9.2 |
| 716 | 2026-06-26T04:12:12.373Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 717 | 2026-06-26T04:12:12.933Z | Checking slog-envlogger v2.2.0 |
| 718 | 2026-06-26T04:12:15.601Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 719 | 2026-06-26T04:12:17.231Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 720 | 2026-06-26T04:12:17.231Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 721 | 2026-06-26T04:12:17.577Z | Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 722 | 2026-06-26T04:12:18.122Z | Finished `dev` profile [optimized + debuginfo] target(s) in 17.10s |
| 723 | 2026-06-26T04:12:18.161Z | + cargo build --test loopback |
| 724 | 2026-06-26T04:12:18.330Z | Compiling cfg-if v1.0.4 |
| 725 | 2026-06-26T04:12:18.330Z | Compiling memchr v2.8.2 |
| 726 | 2026-06-26T04:12:18.333Z | Compiling serde_core v1.0.228 |
| 727 | 2026-06-26T04:12:18.359Z | Compiling libc v0.2.186 |
| 728 | 2026-06-26T04:12:18.362Z | Compiling thiserror v2.0.18 |
| 729 | 2026-06-26T04:12:18.362Z | Compiling pin-project-lite v0.2.17 |
| 730 | 2026-06-26T04:12:18.368Z | Compiling either v1.16.0 |
| 731 | 2026-06-26T04:12:18.368Z | Compiling byteorder v1.5.0 |
| 732 | 2026-06-26T04:12:18.405Z | Compiling zerocopy v0.8.52 |
| 733 | 2026-06-26T04:12:18.432Z | Compiling stable_deref_trait v1.2.1 |
| 734 | 2026-06-26T04:12:18.437Z | Compiling macaddr v1.0.1 |
| 735 | 2026-06-26T04:12:18.496Z | Compiling hash32 v0.3.1 |
| 736 | 2026-06-26T04:12:18.529Z | Compiling futures-sink v0.3.32 |
| 737 | 2026-06-26T04:12:18.555Z | Compiling futures-core v0.3.32 |
| 738 | 2026-06-26T04:12:18.621Z | Compiling heapless v0.8.0 |
| 739 | 2026-06-26T04:12:18.638Z | Compiling cobs v0.3.0 |
| 740 | 2026-06-26T04:12:18.670Z | Compiling futures-channel v0.3.32 |
| 741 | 2026-06-26T04:12:18.690Z | Compiling rand_core v0.10.1 |
| 742 | 2026-06-26T04:12:18.714Z | Compiling bitflags v1.3.2 |
| 743 | 2026-06-26T04:12:18.778Z | Compiling slab v0.4.12 |
| 744 | 2026-06-26T04:12:18.841Z | Compiling futures-io v0.3.32 |
| 745 | 2026-06-26T04:12:18.898Z | Compiling futures-task v0.3.32 |
| 746 | 2026-06-26T04:12:18.907Z | Compiling managed v0.8.0 |
| 747 | 2026-06-26T04:12:18.953Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 748 | 2026-06-26T04:12:19.023Z | Compiling futures-util v0.3.32 |
| 749 | 2026-06-26T04:12:19.029Z | Compiling unicode-width v0.2.2 |
| 750 | 2026-06-26T04:12:19.081Z | Compiling smoltcp v0.11.0 |
| 751 | 2026-06-26T04:12:19.125Z | Compiling once_cell v1.21.4 |
| 752 | 2026-06-26T04:12:19.180Z | Compiling cpufeatures v0.3.0 |
| 753 | 2026-06-26T04:12:19.244Z | Compiling ipnetwork v0.21.1 |
| 754 | 2026-06-26T04:12:19.342Z | Compiling foreign-types-shared v0.3.1 |
| 755 | 2026-06-26T04:12:19.360Z | Compiling tracing-core v0.1.36 |
| 756 | 2026-06-26T04:12:19.421Z | Compiling foreign-types v0.5.0 |
| 757 | 2026-06-26T04:12:19.492Z | Compiling tabwriter v1.4.1 |
| 758 | 2026-06-26T04:12:19.763Z | Compiling chacha20 v0.10.0 |
| 759 | 2026-06-26T04:12:19.898Z | Compiling ref-cast v1.0.25 |
| 760 | 2026-06-26T04:12:19.935Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 761 | 2026-06-26T04:12:19.993Z | Compiling num_enum v0.7.6 |
| 762 | 2026-06-26T04:12:20.098Z | Compiling serde v1.0.228 |
| 763 | 2026-06-26T04:12:20.103Z | Compiling bitflags v2.13.0 |
| 764 | 2026-06-26T04:12:20.318Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 765 | 2026-06-26T04:12:20.508Z | Compiling crc32fast v1.5.0 |
| 766 | 2026-06-26T04:12:20.612Z | Compiling erased-serde v0.3.31 |
| 767 | 2026-06-26T04:12:20.674Z | Compiling postcard v1.1.3 |
| 768 | 2026-06-26T04:12:20.731Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 769 | 2026-06-26T04:12:20.753Z | Compiling getrandom v0.4.3 |
| 770 | 2026-06-26T04:12:20.837Z | Compiling cstr-argument v0.1.2 |
| 771 | 2026-06-26T04:12:20.925Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 772 | 2026-06-26T04:12:20.960Z | Compiling itertools v0.15.0 |
| 773 | 2026-06-26T04:12:21.003Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 774 | 2026-06-26T04:12:21.016Z | Compiling slog v2.8.2 |
| 775 | 2026-06-26T04:12:21.024Z | Compiling pretty-hex v0.4.2 |
| 776 | 2026-06-26T04:12:21.153Z | Compiling futures-executor v0.3.32 |
| 777 | 2026-06-26T04:12:21.294Z | Compiling ingot-types v0.1.2 |
| 778 | 2026-06-26T04:12:21.369Z | Compiling dyn-clone v1.0.20 |
| 779 | 2026-06-26T04:12:21.533Z | Compiling futures v0.3.32 |
| 780 | 2026-06-26T04:12:21.563Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 781 | 2026-06-26T04:12:21.604Z | Compiling tracing v0.1.44 |
| 782 | 2026-06-26T04:12:21.604Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 783 | 2026-06-26T04:12:21.693Z | Compiling ingot v0.1.1 |
| 784 | 2026-06-26T04:12:21.717Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 785 | 2026-06-26T04:12:21.745Z | Compiling rand v0.10.1 |
| 786 | 2026-06-26T04:12:21.768Z | Compiling num-traits v0.2.19 |
| 787 | 2026-06-26T04:12:21.771Z | Compiling uuid v1.23.3 |
| 788 | 2026-06-26T04:12:21.954Z | Compiling crossbeam-utils v0.8.21 |
| 789 | 2026-06-26T04:12:21.969Z | Compiling nom v8.0.0 |
| 790 | 2026-06-26T04:12:22.195Z | Compiling aho-corasick v1.1.4 |
| 791 | 2026-06-26T04:12:22.381Z | Compiling socket2 v0.6.4 |
| 792 | 2026-06-26T04:12:22.451Z | Compiling thread_local v1.1.9 |
| 793 | 2026-06-26T04:12:22.764Z | Compiling arc-swap v1.9.1 |
| 794 | 2026-06-26T04:12:22.854Z | Compiling lazy_static v1.5.0 |
| 795 | 2026-06-26T04:12:22.869Z | Compiling iana-time-zone v0.1.65 |
| 796 | 2026-06-26T04:12:22.947Z | Compiling powerfmt v0.2.0 |
| 797 | 2026-06-26T04:12:23.142Z | Compiling oxnet v0.1.6 |
| 798 | 2026-06-26T04:12:23.218Z | Compiling regex-syntax v0.8.11 |
| 799 | 2026-06-26T04:12:23.343Z | Compiling time-core v0.1.9 |
| 800 | 2026-06-26T04:12:23.422Z | Compiling winnow v1.0.3 |
| 801 | 2026-06-26T04:12:23.527Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 802 | 2026-06-26T04:12:23.546Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 803 | 2026-06-26T04:12:23.649Z | Compiling deranged v0.5.8 |
| 804 | 2026-06-26T04:12:23.777Z | Compiling num-conv v0.2.2 |
| 805 | 2026-06-26T04:12:23.925Z | Compiling colored v3.1.1 |
| 806 | 2026-06-26T04:12:23.992Z | Compiling slog-scope v4.4.1 |
| 807 | 2026-06-26T04:12:24.457Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 808 | 2026-06-26T04:12:24.601Z | Compiling time v0.3.51 |
| 809 | 2026-06-26T04:12:24.762Z | Compiling regex-automata v0.4.14 |
| 810 | 2026-06-26T04:12:24.909Z | Compiling rusticata-macros v5.0.0 |
| 811 | 2026-06-26T04:12:25.230Z | Compiling chrono v0.4.45 |
| 812 | 2026-06-26T04:12:25.899Z | Compiling thiserror v1.0.69 |
| 813 | 2026-06-26T04:12:25.997Z | Compiling crossbeam-channel v0.5.15 |
| 814 | 2026-06-26T04:12:26.609Z | Compiling cookie-factory v0.3.3 |
| 815 | 2026-06-26T04:12:26.740Z | Compiling is-terminal v0.4.17 |
| 816 | 2026-06-26T04:12:26.853Z | Compiling itertools v0.12.1 |
| 817 | 2026-06-26T04:12:26.927Z | Compiling take_mut v0.2.2 |
| 818 | 2026-06-26T04:12:27.035Z | Compiling term v1.2.1 |
| 819 | 2026-06-26T04:12:28.254Z | Compiling log v0.4.33 |
| 820 | 2026-06-26T04:12:28.539Z | Compiling circular v0.3.0 |
| 821 | 2026-06-26T04:12:28.791Z | Compiling pcap-parser v0.17.0 |
| 822 | 2026-06-26T04:12:29.114Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 823 | 2026-06-26T04:12:29.267Z | Compiling slog-stdlog v4.1.1 |
| 824 | 2026-06-26T04:12:29.544Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 825 | 2026-06-26T04:12:29.691Z | Compiling slog-term v2.9.2 |
| 826 | 2026-06-26T04:12:30.801Z | Compiling slog-async v2.8.0 |
| 827 | 2026-06-26T04:12:31.614Z | Compiling regex v1.12.4 |
| 828 | 2026-06-26T04:12:31.746Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 829 | 2026-06-26T04:12:32.174Z | Compiling slog-envlogger v2.2.0 |
| 830 | 2026-06-26T04:12:32.308Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 831 | 2026-06-26T04:12:32.577Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 832 | 2026-06-26T04:12:33.758Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 833 | 2026-06-26T04:12:40.838Z | Finished `dev` profile [optimized + debuginfo] target(s) in 22.66s |
| 834 | 2026-06-26T04:12:40.874Z | ++ cargo build -q --test loopback --message-format=json |
| 835 | 2026-06-26T04:12:40.877Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 836 | 2026-06-26T04:12:40.992Z | + loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-09dbf1fdc8d2de8c |
| 837 | 2026-06-26T04:12:40.995Z | + cargo build --test multicast_rx |
| 838 | 2026-06-26T04:12:41.094Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 839 | 2026-06-26T04:12:42.656Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.65s |
| 840 | 2026-06-26T04:12:42.698Z | ++ cargo build -q --test multicast_rx --message-format=json |
| 841 | 2026-06-26T04:12:42.702Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 842 | 2026-06-26T04:12:42.814Z | + multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-740e35243cf20036 |
| 843 | 2026-06-26T04:12:42.814Z | + cargo build --test multicast_multi_sub |
| 844 | 2026-06-26T04:12:42.916Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 845 | 2026-06-26T04:12:44.664Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.84s |
| 846 | 2026-06-26T04:12:44.700Z | ++ cargo build -q --test multicast_multi_sub --message-format=json |
| 847 | 2026-06-26T04:12:44.703Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 848 | 2026-06-26T04:12:44.819Z | + multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-1363eba9ece7c8fc |
| 849 | 2026-06-26T04:12:44.822Z | + cargo build --test multicast_validation |
| 850 | 2026-06-26T04:12:44.920Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 851 | 2026-06-26T04:12:46.786Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.95s |
| 852 | 2026-06-26T04:12:46.822Z | ++ cargo build -q --test multicast_validation --message-format=json |
| 853 | 2026-06-26T04:12:46.825Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 854 | 2026-06-26T04:12:46.943Z | + multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-755ec51e2f29f647 |
| 855 | 2026-06-26T04:12:46.943Z | + cargo build --test multicast_source_filter |
| 856 | 2026-06-26T04:12:47.043Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 857 | 2026-06-26T04:12:49.062Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.11s |
| 858 | 2026-06-26T04:12:49.098Z | ++ cargo build -q --test multicast_source_filter --message-format=json |
| 859 | 2026-06-26T04:12:49.102Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 860 | 2026-06-26T04:12:49.216Z | + multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-0eb878151e25e76d |
| 861 | 2026-06-26T04:12:49.220Z | + mkdir -p /work/test |
| 862 | 2026-06-26T04:12:49.220Z | + cp /work/oxidecomputer/opte/target/debug/deps/loopback-09dbf1fdc8d2de8c /work/test/loopback |
| 863 | 2026-06-26T04:12:49.256Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-740e35243cf20036 /work/test/multicast_rx |
| 864 | 2026-06-26T04:12:49.298Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-1363eba9ece7c8fc /work/test/multicast_multi_sub |
| 865 | 2026-06-26T04:12:49.342Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-755ec51e2f29f647 /work/test/multicast_validation |
| 866 | 2026-06-26T04:12:49.385Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-0eb878151e25e76d /work/test/multicast_source_filter |
| 867 | 2026-06-26T04:12:49.429Z | process exited: duration 235229 ms, exit code 0 |
| |
| 868 | 2026-06-26T04:12:49.448Z | found 14 output files |
| 869 | 2026-06-26T04:12:49.448Z | uploading: /work/debug/xde.dbg (94794064 bytes) |
| 870 | 2026-06-26T04:12:51.418Z | uploaded: /work/debug/xde.dbg |
| 871 | 2026-06-26T04:12:51.418Z | uploading: /work/debug/xde.dbg.sha256 (86 bytes) |
| 872 | 2026-06-26T04:12:52.427Z | uploaded: /work/debug/xde.dbg.sha256 |
| 873 | 2026-06-26T04:12:52.430Z | uploading: /work/debug/xde_link.dbg.so (1266060 bytes) |
| 874 | 2026-06-26T04:12:53.448Z | uploaded: /work/debug/xde_link.dbg.so |
| 875 | 2026-06-26T04:12:53.448Z | uploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes) |
| 876 | 2026-06-26T04:12:54.457Z | uploaded: /work/debug/xde_link.dbg.so.sha256 |
| 877 | 2026-06-26T04:12:54.457Z | uploading: /work/release/xde (51962992 bytes) |
| 878 | 2026-06-26T04:12:55.823Z | uploaded: /work/release/xde |
| 879 | 2026-06-26T04:12:55.827Z | uploading: /work/release/xde.sha256 (84 bytes) |
| 880 | 2026-06-26T04:12:56.831Z | uploaded: /work/release/xde.sha256 |
| 881 | 2026-06-26T04:12:56.831Z | uploading: /work/release/xde_link.so (43532 bytes) |
| 882 | 2026-06-26T04:12:57.843Z | uploaded: /work/release/xde_link.so |
| 883 | 2026-06-26T04:12:57.846Z | uploading: /work/release/xde_link.so.sha256 (92 bytes) |
| 884 | 2026-06-26T04:12:58.855Z | uploaded: /work/release/xde_link.so.sha256 |
| 885 | 2026-06-26T04:12:58.855Z | uploading: /work/test/loopback (51775080 bytes) |
| 886 | 2026-06-26T04:13:00.744Z | uploaded: /work/test/loopback |
| 887 | 2026-06-26T04:13:00.744Z | uploading: /work/test/multicast_rx (52071280 bytes) |
| 888 | 2026-06-26T04:13:02.694Z | uploaded: /work/test/multicast_rx |
| 889 | 2026-06-26T04:13:02.697Z | uploading: /work/test/multicast_multi_sub (56197888 bytes) |
| 890 | 2026-06-26T04:13:04.010Z | uploaded: /work/test/multicast_multi_sub |
| 891 | 2026-06-26T04:13:04.010Z | uploading: /work/test/multicast_validation (52225800 bytes) |
| 892 | 2026-06-26T04:13:05.362Z | uploaded: /work/test/multicast_validation |
| 893 | 2026-06-26T04:13:05.362Z | uploading: /work/test/multicast_source_filter (52532152 bytes) |
| 894 | 2026-06-26T04:13:06.690Z | uploaded: /work/test/multicast_source_filter |
| 895 | 2026-06-26T04:13:06.693Z | uploading: /work/xde.conf (79 bytes) |
| 896 | 2026-06-26T04:13:07.703Z | uploaded: /work/xde.conf |