|
|
|
| 1 | 2026-06-30T11:18:49.724Z | job assigned to worker 01KWC40724635Q3X5J7ARPH4SG [factory aws, i-08a1d1a04b1953f9e] (queued for 1 m 9 s) |
| |
| 2 | 2026-06-30T11:18:56.105Z | starting task 0: "setup" |
| 3 | 2026-06-30T11:18:56.108Z | ++ uname -s |
| 4 | 2026-06-30T11:18:56.112Z | + kern=SunOS |
| 5 | 2026-06-30T11:18:56.112Z | + build_user=build |
| 6 | 2026-06-30T11:18:56.112Z | + build_uid=12345 |
| 7 | 2026-06-30T11:18:56.112Z | + work_dir=/work |
| 8 | 2026-06-30T11:18:56.112Z | + input_dir=/input |
| 9 | 2026-06-30T11:18:56.112Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-30T11:18:56.112Z | + case "$kern" in |
| 11 | 2026-06-30T11:18:56.112Z | + groupadd -g 12345 build |
| 12 | 2026-06-30T11:18:56.112Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-30T11:18:58.118Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-30T11:18:58.174Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-30T11:18:58.178Z | + home_fs=zfs |
| 16 | 2026-06-30T11:18:58.178Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-30T11:18:58.178Z | + mkdir -p /home/build |
| 18 | 2026-06-30T11:18:58.178Z | + chown build:build /home/build /work |
| 19 | 2026-06-30T11:18:59.179Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-30T11:18:59.183Z | process exited: duration 3076 ms, exit code 0 |
| |
| 21 | 2026-06-30T11:18:59.190Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-30T11:18:59.194Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.0 |
| 23 | 2026-06-30T11:18:59.194Z | * rust toolchain channel = "1.96.0" |
| 24 | 2026-06-30T11:18:59.194Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-06-30T11:18:59.194Z | * rust toolchain profile = "default" |
| 26 | 2026-06-30T11:18:59.194Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-30T11:18:59.194Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-30T11:18:59.197Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-30T11:18:59.197Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default |
| 30 | 2026-06-30T11:18:59.272Z | info: downloading installer |
| 31 | 2026-06-30T11:19:00.850Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-30T11:19:00.850Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-30T11:19:00.850Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-30T11:19:00.850Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-30T11:19:00.862Z | info: profile set to default |
| 36 | 2026-06-30T11:19:00.862Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-30T11:19:00.866Z | info: syncing channel updates for 1.96.0-x86_64-unknown-illumos |
| 38 | 2026-06-30T11:19:00.997Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-30T11:19:01.001Z | info: downloading 6 components |
| 40 | 2026-06-30T11:19:15.705Z | info: default toolchain set to 1.96.0-x86_64-unknown-illumos |
| 41 | 2026-06-30T11:19:15.705Z | |
| 42 | 2026-06-30T11:19:15.743Z | 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-30T11:19:15.743Z | |
| 44 | 2026-06-30T11:19:15.743Z | |
| 45 | 2026-06-30T11:19:15.743Z | Rust is installed now. Great! |
| 46 | 2026-06-30T11:19:15.743Z | |
| 47 | 2026-06-30T11:19:15.743Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-30T11:19:15.743Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-30T11:19:15.743Z | |
| 50 | 2026-06-30T11:19:15.743Z | To configure your current shell, you need to source |
| 51 | 2026-06-30T11:19:15.743Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-30T11:19:15.743Z | |
| 53 | 2026-06-30T11:19:15.743Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-30T11:19:15.747Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-30T11:19:15.747Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-30T11:19:15.747Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-30T11:19:15.747Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-30T11:19:15.747Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-30T11:19:15.747Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-30T11:19:15.747Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-30T11:19:15.747Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-30T11:19:15.839Z | + rustup --version |
| 63 | 2026-06-30T11:19:15.848Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-30T11:19:15.852Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-30T11:19:15.870Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-30T11:19:15.873Z | + cargo --version |
| 67 | 2026-06-30T11:19:15.886Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-30T11:19:15.889Z | + rustc --version |
| 69 | 2026-06-30T11:19:15.908Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-30T11:19:15.911Z | process exited: duration 16720 ms, exit code 0 |
| |
| 71 | 2026-06-30T11:19:15.918Z | starting task 2: "authentication" |
| 72 | 2026-06-30T11:19:15.935Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-30T11:19:15.942Z | starting task 3: "clone repository" |
| 74 | 2026-06-30T11:19:15.945Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-06-30T11:19:15.948Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-06-30T11:19:15.976Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-06-30T11:19:16.861Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-06-30T11:19:16.861Z | + git fetch origin 194ae5e6163762f09f71606701c2ca93af2381e6 |
| 79 | 2026-06-30T11:19:17.133Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-06-30T11:19:17.134Z | * branch 194ae5e6163762f09f71606701c2ca93af2381e6 -> FETCH_HEAD |
| 81 | 2026-06-30T11:19:17.139Z | + [[ -n read-xde ]] |
| 82 | 2026-06-30T11:19:17.142Z | ++ git branch --show-current |
| 83 | 2026-06-30T11:19:17.143Z | + current=master |
| 84 | 2026-06-30T11:19:17.143Z | + [[ master != read-xde ]] |
| 85 | 2026-06-30T11:19:17.143Z | + git branch -f read-xde 194ae5e6163762f09f71606701c2ca93af2381e6 |
| 86 | 2026-06-30T11:19:17.146Z | + git checkout -f read-xde |
| 87 | 2026-06-30T11:19:17.162Z | Switched to branch 'read-xde' |
| 88 | 2026-06-30T11:19:17.166Z | + git reset --hard 194ae5e6163762f09f71606701c2ca93af2381e6 |
| 89 | 2026-06-30T11:19:17.166Z | HEAD is now at 194ae5e [opteadm] Add show-xde-underlay command. |
| 90 | 2026-06-30T11:19:17.169Z | process exited: duration 1224 ms, exit code 0 |
| |
| 91 | 2026-06-30T11:19:17.176Z | starting task 4: "build" |
| 92 | 2026-06-30T11:19:17.179Z | + source .github/buildomat/common.sh |
| 93 | 2026-06-30T11:19:17.182Z | ++ rustup show active-toolchain |
| 94 | 2026-06-30T11:19:17.186Z | 1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-06-30T11:19:17.186Z | ++ pushd xde |
| 96 | 2026-06-30T11:19:17.186Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-06-30T11:19:17.186Z | ++ rustup show active-toolchain |
| 98 | 2026-06-30T11:19:17.190Z | info: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos |
| 99 | 2026-06-30T11:19:17.349Z | info: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18) |
| 100 | 2026-06-30T11:19:17.354Z | info: downloading 6 components |
| 101 | 2026-06-30T11:19:30.893Z | nightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-06-30T11:19:31.011Z | +++ rustup show active-toolchain -v |
| 103 | 2026-06-30T11:19:31.011Z | +++ head -n 1 |
| 104 | 2026-06-30T11:19:31.011Z | +++ cut '-d ' -f1 |
| 105 | 2026-06-30T11:19:31.011Z | ++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos |
| 106 | 2026-06-30T11:19:31.011Z | ++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos |
| 107 | 2026-06-30T11:19:31.011Z | ++ popd |
| 108 | 2026-06-30T11:19:31.011Z | /work/oxidecomputer/opte |
| 109 | 2026-06-30T11:19:31.011Z | + TGT_BASE=/work |
| 110 | 2026-06-30T11:19:31.011Z | + DBG_SRC=target/x86_64-unknown-unknown/debug |
| 111 | 2026-06-30T11:19:31.011Z | + DBG_LINK_SRC=target/i686-unknown-illumos/debug |
| 112 | 2026-06-30T11:19:31.011Z | + DBG_TGT=/work/debug |
| 113 | 2026-06-30T11:19:31.011Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 114 | 2026-06-30T11:19:31.011Z | + REL_LINK_SRC=target/i686-unknown-illumos/release |
| 115 | 2026-06-30T11:19:31.011Z | + REL_TGT=/work/release |
| 116 | 2026-06-30T11:19:31.011Z | + mkdir -p /work/debug /work/release |
| 117 | 2026-06-30T11:19:31.011Z | + cargo --version |
| 118 | 2026-06-30T11:19:31.011Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 119 | 2026-06-30T11:19:31.011Z | + rustc --version |
| 120 | 2026-06-30T11:19:31.041Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 121 | 2026-06-30T11:19:31.041Z | + install_pkg jq |
| 122 | 2026-06-30T11:19:31.041Z | + set +o errexit |
| 123 | 2026-06-30T11:19:31.041Z | + pfexec pkg install jq |
| 124 | 2026-06-30T11:19:32.011Z | Startup: Refreshing catalog 'helios' ... Done |
| 125 | 2026-06-30T11:19:32.125Z | Startup: Caching catalogs ... Done |
| 126 | 2026-06-30T11:19:32.664Z | Planning: Solver setup ... Done |
| 127 | 2026-06-30T11:19:32.670Z | Planning: Running solver ... Done |
| 128 | 2026-06-30T11:19:32.670Z | Planning: Consolidating action changes ... Done |
| 129 | 2026-06-30T11:19:32.670Z | Planning: Evaluating mediators ... Done |
| 130 | 2026-06-30T11:19:32.670Z | Planning: Planning completed in 0.49 seconds |
| 131 | 2026-06-30T11:19:32.670Z | No updates necessary for this image. |
| 132 | 2026-06-30T11:19:32.749Z | + exit_code=4 |
| 133 | 2026-06-30T11:19:32.749Z | + [[ 4 -ne 0 ]] |
| 134 | 2026-06-30T11:19:32.753Z | + [[ 4 -ne 4 ]] |
| 135 | 2026-06-30T11:19:32.753Z | + set -o errexit |
| 136 | 2026-06-30T11:19:32.753Z | + pushd xde |
| 137 | 2026-06-30T11:19:32.753Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 138 | 2026-06-30T11:19:32.753Z | + cp xde.conf /work/xde.conf |
| 139 | 2026-06-30T11:19:32.753Z | + header 'check style' |
| 140 | 2026-06-30T11:19:32.753Z | + echo '# ==== check style ==== #' |
| 141 | 2026-06-30T11:19:32.753Z | # ==== check style ==== # |
| 142 | 2026-06-30T11:19:32.753Z | + ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check |
| 143 | 2026-06-30T11:19:32.973Z | |
| 144 | 2026-06-30T11:19:32.973Z | real 0.218159860 |
| 145 | 2026-06-30T11:19:32.973Z | user 0.155663645 |
| 146 | 2026-06-30T11:19:32.973Z | sys 0.051622817 |
| 147 | 2026-06-30T11:19:32.973Z | trap 0.000009100 |
| 148 | 2026-06-30T11:19:32.973Z | tflt 0.000012530 |
| 149 | 2026-06-30T11:19:32.973Z | dflt 0.000015410 |
| 150 | 2026-06-30T11:19:32.973Z | kflt 0.000000000 |
| 151 | 2026-06-30T11:19:32.973Z | lock 0.034292380 |
| 152 | 2026-06-30T11:19:32.973Z | slp 0.191278638 |
| 153 | 2026-06-30T11:19:32.973Z | lat 0.000725290 |
| 154 | 2026-06-30T11:19:32.973Z | stop 0.000104740 |
| 155 | 2026-06-30T11:19:32.977Z | + header analyze |
| 156 | 2026-06-30T11:19:32.977Z | + echo '# ==== analyze ==== #' |
| 157 | 2026-06-30T11:19:32.977Z | # ==== analyze ==== # |
| 158 | 2026-06-30T11:19:32.977Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 159 | 2026-06-30T11:19:33.149Z | Updating crates.io index |
| 160 | 2026-06-30T11:19:33.153Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 161 | 2026-06-30T11:19:33.847Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 162 | 2026-06-30T11:19:34.091Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 163 | 2026-06-30T11:19:34.412Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 164 | 2026-06-30T11:19:34.680Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 165 | 2026-06-30T11:19:34.949Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 166 | 2026-06-30T11:19:35.237Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 167 | 2026-06-30T11:19:37.058Z | Downloading crates ... |
| 168 | 2026-06-30T11:19:37.116Z | Downloaded hash32 v0.3.1 |
| 169 | 2026-06-30T11:19:37.121Z | Downloaded aho-corasick v1.1.4 |
| 170 | 2026-06-30T11:19:37.124Z | Downloaded bitflags v1.3.2 |
| 171 | 2026-06-30T11:19:37.128Z | Downloaded defmt-parser v1.0.0 |
| 172 | 2026-06-30T11:19:37.128Z | Downloaded cfg-if v1.0.4 |
| 173 | 2026-06-30T11:19:37.131Z | Downloaded darling_macro v0.23.0 |
| 174 | 2026-06-30T11:19:37.131Z | Downloaded ref-cast-impl v1.0.25 |
| 175 | 2026-06-30T11:19:37.131Z | Downloaded embedded-io v0.6.1 |
| 176 | 2026-06-30T11:19:37.131Z | Downloaded strsim v0.11.1 |
| 177 | 2026-06-30T11:19:37.134Z | Downloaded cobs v0.3.0 |
| 178 | 2026-06-30T11:19:37.137Z | Downloaded defmt v0.3.100 |
| 179 | 2026-06-30T11:19:37.138Z | Downloaded fnv v1.0.7 |
| 180 | 2026-06-30T11:19:37.138Z | Downloaded stable_deref_trait v1.2.1 |
| 181 | 2026-06-30T11:19:37.141Z | Downloaded version_check v0.9.5 |
| 182 | 2026-06-30T11:19:37.141Z | Downloaded embedded-io v0.4.0 |
| 183 | 2026-06-30T11:19:37.141Z | Downloaded ident_case v1.0.1 |
| 184 | 2026-06-30T11:19:37.164Z | Downloaded managed v0.8.0 |
| 185 | 2026-06-30T11:19:37.167Z | Downloaded serde_derive v1.0.228 |
| 186 | 2026-06-30T11:19:37.167Z | Downloaded defmt-macros v1.1.0 |
| 187 | 2026-06-30T11:19:37.171Z | Downloaded dyn-clone v1.0.20 |
| 188 | 2026-06-30T11:19:37.174Z | Downloaded macaddr v1.0.1 |
| 189 | 2026-06-30T11:19:37.183Z | Downloaded thiserror v2.0.18 |
| 190 | 2026-06-30T11:19:37.186Z | Downloaded ref-cast v1.0.25 |
| 191 | 2026-06-30T11:19:37.190Z | Downloaded byteorder v1.5.0 |
| 192 | 2026-06-30T11:19:37.193Z | Downloaded either v1.16.0 |
| 193 | 2026-06-30T11:19:37.193Z | Downloaded ingot-types v0.1.2 |
| 194 | 2026-06-30T11:19:37.201Z | Downloaded darling_macro v0.21.3 |
| 195 | 2026-06-30T11:19:37.204Z | Downloaded defmt v1.1.0 |
| 196 | 2026-06-30T11:19:37.204Z | Downloaded proc-macro-error2 v2.0.1 |
| 197 | 2026-06-30T11:19:37.208Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 198 | 2026-06-30T11:19:37.208Z | Downloaded thiserror-impl v2.0.18 |
| 199 | 2026-06-30T11:19:37.208Z | Downloaded quote v1.0.46 |
| 200 | 2026-06-30T11:19:37.212Z | Downloaded ingot-macros v0.1.1 |
| 201 | 2026-06-30T11:19:37.215Z | Downloaded darling v0.21.3 |
| 202 | 2026-06-30T11:19:37.221Z | Downloaded darling v0.23.0 |
| 203 | 2026-06-30T11:19:37.224Z | Downloaded ingot v0.1.1 |
| 204 | 2026-06-30T11:19:37.229Z | Downloaded crc32fast v1.5.0 |
| 205 | 2026-06-30T11:19:37.236Z | Downloaded bitflags v2.13.0 |
| 206 | 2026-06-30T11:19:37.239Z | Downloaded serde_core v1.0.228 |
| 207 | 2026-06-30T11:19:37.242Z | Downloaded unicode-ident v1.0.24 |
| 208 | 2026-06-30T11:19:37.243Z | Downloaded proc-macro2 v1.0.106 |
| 209 | 2026-06-30T11:19:37.243Z | Downloaded postcard v1.1.3 |
| 210 | 2026-06-30T11:19:37.246Z | Downloaded uuid v1.23.3 |
| 211 | 2026-06-30T11:19:37.249Z | Downloaded darling_core v0.23.0 |
| 212 | 2026-06-30T11:19:37.259Z | Downloaded serde v1.0.228 |
| 213 | 2026-06-30T11:19:37.262Z | Downloaded darling_core v0.21.3 |
| 214 | 2026-06-30T11:19:37.265Z | Downloaded heapless v0.8.0 |
| 215 | 2026-06-30T11:19:37.272Z | Downloaded zerocopy-derive v0.8.52 |
| 216 | 2026-06-30T11:19:37.277Z | Downloaded memchr v2.8.2 |
| 217 | 2026-06-30T11:19:37.305Z | Downloaded itertools v0.14.0 |
| 218 | 2026-06-30T11:19:37.308Z | Downloaded itertools v0.15.0 |
| 219 | 2026-06-30T11:19:37.312Z | Downloaded regex v1.12.4 |
| 220 | 2026-06-30T11:19:37.361Z | Downloaded syn v2.0.118 |
| 221 | 2026-06-30T11:19:37.366Z | Downloaded smoltcp v0.11.0 |
| 222 | 2026-06-30T11:19:37.372Z | Downloaded zerocopy v0.8.52 |
| 223 | 2026-06-30T11:19:37.382Z | Downloaded regex-syntax v0.8.11 |
| 224 | 2026-06-30T11:19:37.385Z | Downloaded regex-automata v0.4.14 |
| 225 | 2026-06-30T11:19:37.398Z | Updating crates.io index |
| 226 | 2026-06-30T11:19:37.535Z | Downloading crates ... |
| 227 | 2026-06-30T11:19:37.548Z | Downloaded addr2line v0.25.1 |
| 228 | 2026-06-30T11:19:37.553Z | Downloaded adler2 v2.0.1 |
| 229 | 2026-06-30T11:19:37.575Z | Downloaded rustc-demangle v0.1.27 |
| 230 | 2026-06-30T11:19:37.579Z | Downloaded hashbrown v0.17.1 |
| 231 | 2026-06-30T11:19:37.583Z | Downloaded miniz_oxide v0.8.9 |
| 232 | 2026-06-30T11:19:37.586Z | Downloaded memchr v2.7.6 |
| 233 | 2026-06-30T11:19:37.591Z | Downloaded getopts v0.2.24 |
| 234 | 2026-06-30T11:19:37.594Z | Downloaded foldhash v0.2.0 |
| 235 | 2026-06-30T11:19:37.599Z | Downloaded gimli v0.32.3 |
| 236 | 2026-06-30T11:19:37.603Z | Downloaded rustc-literal-escaper v0.0.7 |
| 237 | 2026-06-30T11:19:37.628Z | Downloaded object v0.37.3 |
| 238 | 2026-06-30T11:19:37.678Z | Downloaded libc v0.2.185 |
| 239 | 2026-06-30T11:19:37.733Z | 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-30T11:19:37.733Z | 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-30T11:19:37.736Z | Compiling proc-macro2 v1.0.106 |
| 242 | 2026-06-30T11:19:37.736Z | Compiling quote v1.0.46 |
| 243 | 2026-06-30T11:19:37.736Z | Compiling unicode-ident v1.0.24 |
| 244 | 2026-06-30T11:19:37.736Z | Compiling ident_case v1.0.1 |
| 245 | 2026-06-30T11:19:37.736Z | Compiling strsim v0.11.1 |
| 246 | 2026-06-30T11:19:37.736Z | Compiling serde_core v1.0.228 |
| 247 | 2026-06-30T11:19:37.912Z | Compiling fnv v1.0.7 |
| 248 | 2026-06-30T11:19:37.912Z | Compiling memchr v2.8.2 |
| 249 | 2026-06-30T11:19:38.007Z | Compiling regex-syntax v0.8.11 |
| 250 | 2026-06-30T11:19:38.180Z | Compiling serde v1.0.228 |
| 251 | 2026-06-30T11:19:38.213Z | Compiling thiserror v2.0.18 |
| 252 | 2026-06-30T11:19:38.240Z | Compiling zerocopy v0.8.52 |
| 253 | 2026-06-30T11:19:38.322Z | Compiling aho-corasick v1.1.4 |
| 254 | 2026-06-30T11:19:38.566Z | Compiling either v1.16.0 |
| 255 | 2026-06-30T11:19:38.637Z | Compiling heapless v0.8.0 |
| 256 | 2026-06-30T11:19:38.785Z | Compiling itertools v0.14.0 |
| 257 | 2026-06-30T11:19:38.804Z | Compiling smoltcp v0.11.0 |
| 258 | 2026-06-30T11:19:39.003Z | Compiling syn v2.0.118 |
| 259 | 2026-06-30T11:19:39.067Z | Compiling crc32fast v1.5.0 |
| 260 | 2026-06-30T11:19:39.169Z | Compiling version_check v0.9.5 |
| 261 | 2026-06-30T11:19:39.299Z | Compiling ref-cast v1.0.25 |
| 262 | 2026-06-30T11:19:39.543Z | Compiling regex-automata v0.4.14 |
| 263 | 2026-06-30T11:19:39.736Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 264 | 2026-06-30T11:19:41.107Z | Compiling regex v1.12.4 |
| 265 | 2026-06-30T11:19:41.363Z | Compiling darling_core v0.21.3 |
| 266 | 2026-06-30T11:19:41.416Z | Compiling darling_core v0.23.0 |
| 267 | 2026-06-30T11:19:42.254Z | Compiling thiserror-impl v2.0.18 |
| 268 | 2026-06-30T11:19:42.254Z | Compiling zerocopy-derive v0.8.52 |
| 269 | 2026-06-30T11:19:42.254Z | Compiling serde_derive v1.0.228 |
| 270 | 2026-06-30T11:19:42.257Z | Compiling ref-cast-impl v1.0.25 |
| 271 | 2026-06-30T11:19:42.257Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 272 | 2026-06-30T11:19:43.900Z | Compiling darling_macro v0.23.0 |
| 273 | 2026-06-30T11:19:44.176Z | Compiling darling_macro v0.21.3 |
| 274 | 2026-06-30T11:19:44.808Z | Compiling darling v0.23.0 |
| 275 | 2026-06-30T11:19:44.876Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 276 | 2026-06-30T11:19:45.082Z | Compiling darling v0.21.3 |
| 277 | 2026-06-30T11:19:45.150Z | Compiling ingot-macros v0.1.1 |
| 278 | 2026-06-30T11:19:49.917Z | 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-30T11:19:52.085Z | Checking byteorder v1.5.0 |
| 280 | 2026-06-30T11:19:52.097Z | Checking stable_deref_trait v1.2.1 |
| 281 | 2026-06-30T11:19:52.097Z | Checking macaddr v1.0.1 |
| 282 | 2026-06-30T11:19:52.097Z | Checking cfg-if v1.0.4 |
| 283 | 2026-06-30T11:19:52.097Z | Checking managed v0.8.0 |
| 284 | 2026-06-30T11:19:52.160Z | Checking bitflags v1.3.2 |
| 285 | 2026-06-30T11:19:52.170Z | Checking cobs v0.3.0 |
| 286 | 2026-06-30T11:19:52.225Z | Checking dyn-clone v1.0.20 |
| 287 | 2026-06-30T11:19:52.239Z | Checking hash32 v0.3.1 |
| 288 | 2026-06-30T11:19:52.290Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 289 | 2026-06-30T11:19:52.312Z | Checking itertools v0.15.0 |
| 290 | 2026-06-30T11:19:53.438Z | Checking bitflags v2.13.0 |
| 291 | 2026-06-30T11:19:53.438Z | Checking uuid v1.23.3 |
| 292 | 2026-06-30T11:19:53.618Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 293 | 2026-06-30T11:19:53.822Z | Checking postcard v1.1.3 |
| 294 | 2026-06-30T11:19:54.714Z | Checking ingot-types v0.1.2 |
| 295 | 2026-06-30T11:19:54.992Z | Checking ingot v0.1.1 |
| 296 | 2026-06-30T11:19:56.348Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 297 | 2026-06-30T11:20:00.134Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 298 | 2026-06-30T11:20:01.509Z | Checking xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 299 | 2026-06-30T11:20:03.493Z | Finished `dev` profile [optimized + debuginfo] target(s) in 30.46s |
| 300 | 2026-06-30T11:20:03.599Z | |
| 301 | 2026-06-30T11:20:03.599Z | real 30.620644367 |
| 302 | 2026-06-30T11:20:03.599Z | user 1:14.795151362 |
| 303 | 2026-06-30T11:20:03.599Z | sys 10.478495696 |
| 304 | 2026-06-30T11:20:03.599Z | trap 0.034222551 |
| 305 | 2026-06-30T11:20:03.599Z | tflt 0.033256643 |
| 306 | 2026-06-30T11:20:03.599Z | dflt 0.201193943 |
| 307 | 2026-06-30T11:20:03.599Z | kflt 0.003649170 |
| 308 | 2026-06-30T11:20:03.599Z | lock 5:21.562293909 |
| 309 | 2026-06-30T11:20:03.603Z | slp 3:26.682006243 |
| 310 | 2026-06-30T11:20:03.603Z | lat 2.632465960 |
| 311 | 2026-06-30T11:20:03.603Z | stop 8.200612015 |
| 312 | 2026-06-30T11:20:03.603Z | + pushd xde-link |
| 313 | 2026-06-30T11:20:03.603Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 314 | 2026-06-30T11:20:03.603Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 315 | 2026-06-30T11:20:03.780Z | 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-30T11:20:03.780Z | 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-30T11:20:03.781Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 318 | 2026-06-30T11:20:14.781Z | 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-30T11:20:16.977Z | Finished `dev` profile [optimized + debuginfo] target(s) in 13.31s |
| 320 | 2026-06-30T11:20:16.997Z | |
| 321 | 2026-06-30T11:20:17.000Z | real 13.392207922 |
| 322 | 2026-06-30T11:20:17.000Z | user 21.129648239 |
| 323 | 2026-06-30T11:20:17.000Z | sys 1.292262956 |
| 324 | 2026-06-30T11:20:17.000Z | trap 0.005506190 |
| 325 | 2026-06-30T11:20:17.000Z | tflt 0.001012040 |
| 326 | 2026-06-30T11:20:17.000Z | dflt 0.042719981 |
| 327 | 2026-06-30T11:20:17.000Z | kflt 0.000002550 |
| 328 | 2026-06-30T11:20:17.000Z | lock 1:26.208986042 |
| 329 | 2026-06-30T11:20:17.000Z | slp 44.659938435 |
| 330 | 2026-06-30T11:20:17.000Z | lat 0.424522024 |
| 331 | 2026-06-30T11:20:17.000Z | stop 0.156194592 |
| 332 | 2026-06-30T11:20:17.000Z | + popd |
| 333 | 2026-06-30T11:20:17.000Z | + popd |
| 334 | 2026-06-30T11:20:17.000Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 335 | 2026-06-30T11:20:17.000Z | /work/oxidecomputer/opte |
| 336 | 2026-06-30T11:20:17.000Z | + header 'build xde (debug)' |
| 337 | 2026-06-30T11:20:17.000Z | + echo '# ==== build xde (debug) ==== #' |
| 338 | 2026-06-30T11:20:17.000Z | # ==== build xde (debug) ==== # |
| 339 | 2026-06-30T11:20:17.001Z | + ptime -m cargo xtask build --profile debug xde xde-link |
| 340 | 2026-06-30T11:20:17.142Z | Downloading crates ... |
| 341 | 2026-06-30T11:20:17.192Z | Downloaded heck v0.5.0 |
| 342 | 2026-06-30T11:20:17.196Z | Downloaded anstyle-query v1.1.5 |
| 343 | 2026-06-30T11:20:17.196Z | Downloaded errno v0.3.14 |
| 344 | 2026-06-30T11:20:17.199Z | Downloaded anstream v1.0.0 |
| 345 | 2026-06-30T11:20:17.203Z | Downloaded equivalent v1.0.2 |
| 346 | 2026-06-30T11:20:17.206Z | Downloaded itoa v1.0.18 |
| 347 | 2026-06-30T11:20:17.206Z | Downloaded is_terminal_polyfill v1.70.2 |
| 348 | 2026-06-30T11:20:17.209Z | Downloaded terminal_size v0.4.4 |
| 349 | 2026-06-30T11:20:17.209Z | Downloaded colorchoice v1.0.5 |
| 350 | 2026-06-30T11:20:17.212Z | Downloaded clap_lex v1.1.0 |
| 351 | 2026-06-30T11:20:17.215Z | Downloaded anstyle-parse v1.0.0 |
| 352 | 2026-06-30T11:20:17.219Z | Downloaded serde_spanned v1.1.1 |
| 353 | 2026-06-30T11:20:17.224Z | Downloaded cargo-platform v0.3.3 |
| 354 | 2026-06-30T11:20:17.230Z | Downloaded utf8parse v0.2.2 |
| 355 | 2026-06-30T11:20:17.234Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 356 | 2026-06-30T11:20:17.234Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 357 | 2026-06-30T11:20:17.244Z | Downloaded zmij v1.0.21 |
| 358 | 2026-06-30T11:20:17.247Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 359 | 2026-06-30T11:20:17.251Z | Downloaded cargo_metadata v0.23.1 |
| 360 | 2026-06-30T11:20:17.251Z | Downloaded camino v1.2.3 |
| 361 | 2026-06-30T11:20:17.251Z | Downloaded anstyle v1.0.14 |
| 362 | 2026-06-30T11:20:17.254Z | Downloaded clap_derive v4.6.1 |
| 363 | 2026-06-30T11:20:17.254Z | Downloaded anyhow v1.0.102 |
| 364 | 2026-06-30T11:20:17.257Z | Downloaded semver v1.0.28 |
| 365 | 2026-06-30T11:20:17.266Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 366 | 2026-06-30T11:20:17.269Z | Downloaded clap v4.6.1 |
| 367 | 2026-06-30T11:20:17.282Z | Downloaded indexmap v2.14.0 |
| 368 | 2026-06-30T11:20:17.302Z | Downloaded serde_json v1.0.150 |
| 369 | 2026-06-30T11:20:17.306Z | Downloaded clap_builder v4.6.0 |
| 370 | 2026-06-30T11:20:17.309Z | Downloaded winnow v1.0.3 |
| 371 | 2026-06-30T11:20:17.344Z | Downloaded rustix v1.1.4 |
| 372 | 2026-06-30T11:20:17.373Z | Downloaded libc v0.2.186 |
| 373 | 2026-06-30T11:20:17.420Z | Compiling serde_core v1.0.228 |
| 374 | 2026-06-30T11:20:17.420Z | Compiling proc-macro2 v1.0.106 |
| 375 | 2026-06-30T11:20:17.423Z | Compiling quote v1.0.46 |
| 376 | 2026-06-30T11:20:17.423Z | Compiling unicode-ident v1.0.24 |
| 377 | 2026-06-30T11:20:17.423Z | Compiling libc v0.2.186 |
| 378 | 2026-06-30T11:20:17.423Z | Compiling rustix v1.1.4 |
| 379 | 2026-06-30T11:20:17.423Z | Compiling bitflags v2.13.0 |
| 380 | 2026-06-30T11:20:17.423Z | Compiling utf8parse v0.2.2 |
| 381 | 2026-06-30T11:20:17.572Z | Compiling zmij v1.0.21 |
| 382 | 2026-06-30T11:20:17.588Z | Compiling anstyle-parse v1.0.0 |
| 383 | 2026-06-30T11:20:17.788Z | Compiling thiserror v2.0.18 |
| 384 | 2026-06-30T11:20:17.803Z | Compiling is_terminal_polyfill v1.70.2 |
| 385 | 2026-06-30T11:20:17.877Z | Compiling serde_json v1.0.150 |
| 386 | 2026-06-30T11:20:17.882Z | Compiling camino v1.2.3 |
| 387 | 2026-06-30T11:20:17.913Z | Compiling anstyle-query v1.1.5 |
| 388 | 2026-06-30T11:20:17.965Z | Compiling colorchoice v1.0.5 |
| 389 | 2026-06-30T11:20:18.014Z | Compiling anstyle v1.0.14 |
| 390 | 2026-06-30T11:20:18.074Z | Compiling serde v1.0.228 |
| 391 | 2026-06-30T11:20:18.188Z | Compiling errno v0.3.14 |
| 392 | 2026-06-30T11:20:18.228Z | Compiling anstream v1.0.0 |
| 393 | 2026-06-30T11:20:18.272Z | Compiling memchr v2.8.2 |
| 394 | 2026-06-30T11:20:18.351Z | Compiling winnow v1.0.3 |
| 395 | 2026-06-30T11:20:18.408Z | Compiling itoa v1.0.18 |
| 396 | 2026-06-30T11:20:18.616Z | Compiling strsim v0.11.1 |
| 397 | 2026-06-30T11:20:18.666Z | Compiling syn v2.0.118 |
| 398 | 2026-06-30T11:20:18.712Z | Compiling anyhow v1.0.102 |
| 399 | 2026-06-30T11:20:18.737Z | Compiling heck v0.5.0 |
| 400 | 2026-06-30T11:20:18.762Z | Compiling terminal_size v0.4.4 |
| 401 | 2026-06-30T11:20:18.916Z | Compiling clap_lex v1.1.0 |
| 402 | 2026-06-30T11:20:18.967Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 403 | 2026-06-30T11:20:19.259Z | Compiling clap_builder v4.6.0 |
| 404 | 2026-06-30T11:20:19.339Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 405 | 2026-06-30T11:20:19.564Z | Compiling semver v1.0.28 |
| 406 | 2026-06-30T11:20:19.796Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 407 | 2026-06-30T11:20:19.877Z | Compiling serde_spanned v1.1.1 |
| 408 | 2026-06-30T11:20:20.029Z | Compiling cargo-platform v0.3.3 |
| 409 | 2026-06-30T11:20:20.321Z | Compiling toml v1.1.2+spec-1.1.0 |
| 410 | 2026-06-30T11:20:21.031Z | Compiling serde_derive v1.0.228 |
| 411 | 2026-06-30T11:20:21.141Z | Compiling thiserror-impl v2.0.18 |
| 412 | 2026-06-30T11:20:21.187Z | Compiling clap_derive v4.6.1 |
| 413 | 2026-06-30T11:20:22.694Z | Compiling clap v4.6.1 |
| 414 | 2026-06-30T11:20:24.152Z | Compiling cargo_metadata v0.23.1 |
| 415 | 2026-06-30T11:20:26.633Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 416 | 2026-06-30T11:20:28.217Z | Finished `dev` profile [optimized + debuginfo] target(s) in 11.21s |
| 417 | 2026-06-30T11:20:28.231Z | Running `target/debug/xtask build --profile debug xde xde-link` |
| 418 | 2026-06-30T11:20:29.675Z | Building xde (dev). |
| 419 | 2026-06-30T11:20:29.906Z | Compiling serde_core v1.0.228 |
| 420 | 2026-06-30T11:20:29.906Z | Compiling byteorder v1.5.0 |
| 421 | 2026-06-30T11:20:29.906Z | Compiling cfg-if v1.0.4 |
| 422 | 2026-06-30T11:20:29.910Z | Compiling macaddr v1.0.1 |
| 423 | 2026-06-30T11:20:29.910Z | Compiling stable_deref_trait v1.2.1 |
| 424 | 2026-06-30T11:20:29.932Z | Compiling thiserror v2.0.18 |
| 425 | 2026-06-30T11:20:29.936Z | Compiling zerocopy v0.8.52 |
| 426 | 2026-06-30T11:20:29.940Z | Compiling bitflags v1.3.2 |
| 427 | 2026-06-30T11:20:29.982Z | Compiling managed v0.8.0 |
| 428 | 2026-06-30T11:20:29.989Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 429 | 2026-06-30T11:20:29.995Z | Compiling cobs v0.3.0 |
| 430 | 2026-06-30T11:20:30.024Z | Compiling either v1.16.0 |
| 431 | 2026-06-30T11:20:30.100Z | Compiling hash32 v0.3.1 |
| 432 | 2026-06-30T11:20:30.180Z | Compiling itertools v0.15.0 |
| 433 | 2026-06-30T11:20:30.210Z | Compiling heapless v0.8.0 |
| 434 | 2026-06-30T11:20:30.210Z | Compiling ref-cast v1.0.25 |
| 435 | 2026-06-30T11:20:30.253Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 436 | 2026-06-30T11:20:30.263Z | Compiling crc32fast v1.5.0 |
| 437 | 2026-06-30T11:20:30.277Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 438 | 2026-06-30T11:20:30.296Z | Compiling dyn-clone v1.0.20 |
| 439 | 2026-06-30T11:20:30.454Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 440 | 2026-06-30T11:20:30.571Z | Compiling smoltcp v0.11.0 |
| 441 | 2026-06-30T11:20:31.528Z | Compiling bitflags v2.13.0 |
| 442 | 2026-06-30T11:20:31.528Z | Compiling serde v1.0.228 |
| 443 | 2026-06-30T11:20:31.528Z | Compiling uuid v1.23.3 |
| 444 | 2026-06-30T11:20:31.665Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 445 | 2026-06-30T11:20:31.947Z | Compiling postcard v1.1.3 |
| 446 | 2026-06-30T11:20:32.777Z | Compiling ingot-types v0.1.2 |
| 447 | 2026-06-30T11:20:33.062Z | Compiling ingot v0.1.1 |
| 448 | 2026-06-30T11:20:34.552Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 449 | 2026-06-30T11:20:38.950Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 450 | 2026-06-30T11:20:49.425Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 451 | 2026-06-30T11:20:57.913Z | Finished `dev` profile [optimized + debuginfo] target(s) in 28.20s |
| 452 | 2026-06-30T11:20:57.934Z | Linking xde kmod... |
| 453 | 2026-06-30T11:20:59.110Z | Building xde dev link helper (dev). |
| 454 | 2026-06-30T11:20:59.272Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 455 | 2026-06-30T11:20:59.613Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.47s |
| 456 | 2026-06-30T11:20:59.637Z | |
| 457 | 2026-06-30T11:20:59.641Z | real 42.637252035 |
| 458 | 2026-06-30T11:20:59.641Z | user 2:18.536693031 |
| 459 | 2026-06-30T11:20:59.641Z | sys 11.159858603 |
| 460 | 2026-06-30T11:20:59.641Z | trap 0.057993580 |
| 461 | 2026-06-30T11:20:59.641Z | tflt 0.308241760 |
| 462 | 2026-06-30T11:20:59.641Z | dflt 0.432348331 |
| 463 | 2026-06-30T11:20:59.641Z | kflt 0.000010590 |
| 464 | 2026-06-30T11:20:59.641Z | lock 7:02.170277815 |
| 465 | 2026-06-30T11:20:59.641Z | slp 3:56.363270233 |
| 466 | 2026-06-30T11:20:59.641Z | lat 4.924714380 |
| 467 | 2026-06-30T11:20:59.641Z | stop 4.883850584 |
| 468 | 2026-06-30T11:20:59.641Z | + header 'build xde (release)' |
| 469 | 2026-06-30T11:20:59.641Z | + echo '# ==== build xde (release) ==== #' |
| 470 | 2026-06-30T11:20:59.641Z | # ==== build xde (release) ==== # |
| 471 | 2026-06-30T11:20:59.641Z | + ptime -m cargo xtask build --profile release xde xde-link |
| 472 | 2026-06-30T11:20:59.772Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s |
| 473 | 2026-06-30T11:20:59.776Z | Running `target/debug/xtask build --profile release xde xde-link` |
| 474 | 2026-06-30T11:20:59.960Z | Building xde (release-lto). |
| 475 | 2026-06-30T11:21:00.188Z | 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-30T11:21:00.188Z | 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-30T11:21:00.188Z | Compiling proc-macro2 v1.0.106 |
| 478 | 2026-06-30T11:21:00.188Z | Compiling unicode-ident v1.0.24 |
| 479 | 2026-06-30T11:21:00.192Z | Compiling quote v1.0.46 |
| 480 | 2026-06-30T11:21:00.192Z | Compiling ident_case v1.0.1 |
| 481 | 2026-06-30T11:21:00.192Z | Compiling strsim v0.11.1 |
| 482 | 2026-06-30T11:21:00.192Z | Compiling serde_core v1.0.228 |
| 483 | 2026-06-30T11:21:00.306Z | Compiling fnv v1.0.7 |
| 484 | 2026-06-30T11:21:00.312Z | Compiling memchr v2.8.2 |
| 485 | 2026-06-30T11:21:00.390Z | Compiling regex-syntax v0.8.11 |
| 486 | 2026-06-30T11:21:00.559Z | Compiling zerocopy v0.8.52 |
| 487 | 2026-06-30T11:21:00.566Z | Compiling either v1.16.0 |
| 488 | 2026-06-30T11:21:00.572Z | Compiling thiserror v2.0.18 |
| 489 | 2026-06-30T11:21:00.701Z | Compiling aho-corasick v1.1.4 |
| 490 | 2026-06-30T11:21:00.758Z | Compiling serde v1.0.228 |
| 491 | 2026-06-30T11:21:00.953Z | Compiling itertools v0.14.0 |
| 492 | 2026-06-30T11:21:01.159Z | Compiling heapless v0.8.0 |
| 493 | 2026-06-30T11:21:01.170Z | Compiling smoltcp v0.11.0 |
| 494 | 2026-06-30T11:21:01.319Z | Compiling syn v2.0.118 |
| 495 | 2026-06-30T11:21:01.362Z | Compiling crc32fast v1.5.0 |
| 496 | 2026-06-30T11:21:01.607Z | Compiling ref-cast v1.0.25 |
| 497 | 2026-06-30T11:21:01.625Z | Compiling version_check v0.9.5 |
| 498 | 2026-06-30T11:21:01.854Z | Compiling regex-automata v0.4.14 |
| 499 | 2026-06-30T11:21:01.974Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 500 | 2026-06-30T11:21:03.424Z | Compiling regex v1.12.4 |
| 501 | 2026-06-30T11:21:03.633Z | Compiling darling_core v0.21.3 |
| 502 | 2026-06-30T11:21:03.661Z | Compiling darling_core v0.23.0 |
| 503 | 2026-06-30T11:21:04.592Z | Compiling serde_derive v1.0.228 |
| 504 | 2026-06-30T11:21:04.592Z | Compiling thiserror-impl v2.0.18 |
| 505 | 2026-06-30T11:21:04.596Z | Compiling zerocopy-derive v0.8.52 |
| 506 | 2026-06-30T11:21:04.596Z | Compiling ref-cast-impl v1.0.25 |
| 507 | 2026-06-30T11:21:04.596Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 508 | 2026-06-30T11:21:06.130Z | Compiling darling_macro v0.21.3 |
| 509 | 2026-06-30T11:21:06.205Z | Compiling darling_macro v0.23.0 |
| 510 | 2026-06-30T11:21:07.055Z | Compiling darling v0.21.3 |
| 511 | 2026-06-30T11:21:07.112Z | Compiling darling v0.23.0 |
| 512 | 2026-06-30T11:21:07.116Z | Compiling ingot-macros v0.1.1 |
| 513 | 2026-06-30T11:21:07.173Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 514 | 2026-06-30T11:21:12.925Z | 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-30T11:21:15.076Z | Compiling byteorder v1.5.0 |
| 516 | 2026-06-30T11:21:15.080Z | Compiling stable_deref_trait v1.2.1 |
| 517 | 2026-06-30T11:21:15.080Z | Compiling cfg-if v1.0.4 |
| 518 | 2026-06-30T11:21:15.080Z | Compiling macaddr v1.0.1 |
| 519 | 2026-06-30T11:21:15.137Z | Compiling bitflags v1.3.2 |
| 520 | 2026-06-30T11:21:15.143Z | Compiling cobs v0.3.0 |
| 521 | 2026-06-30T11:21:15.173Z | Compiling managed v0.8.0 |
| 522 | 2026-06-30T11:21:15.261Z | Compiling hash32 v0.3.1 |
| 523 | 2026-06-30T11:21:15.339Z | Compiling dyn-clone v1.0.20 |
| 524 | 2026-06-30T11:21:15.391Z | Compiling itertools v0.15.0 |
| 525 | 2026-06-30T11:21:15.446Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 526 | 2026-06-30T11:21:16.728Z | Compiling bitflags v2.13.0 |
| 527 | 2026-06-30T11:21:16.728Z | Compiling uuid v1.23.3 |
| 528 | 2026-06-30T11:21:16.875Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 529 | 2026-06-30T11:21:17.164Z | Compiling postcard v1.1.3 |
| 530 | 2026-06-30T11:21:18.015Z | Compiling ingot-types v0.1.2 |
| 531 | 2026-06-30T11:21:18.336Z | Compiling ingot v0.1.1 |
| 532 | 2026-06-30T11:21:19.909Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 533 | 2026-06-30T11:21:23.773Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 534 | 2026-06-30T11:21:32.611Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 535 | 2026-06-30T11:22:02.578Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 02s |
| 536 | 2026-06-30T11:22:02.602Z | Linking xde kmod... |
| 537 | 2026-06-30T11:22:03.183Z | Building xde dev link helper (release). |
| 538 | 2026-06-30T11:22:03.345Z | 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-30T11:22:03.345Z | 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-30T11:22:03.345Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 541 | 2026-06-30T11:22:14.953Z | 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-30T11:22:17.440Z | Finished `release` profile [optimized + debuginfo] target(s) in 14.22s |
| 543 | 2026-06-30T11:22:17.460Z | |
| 544 | 2026-06-30T11:22:17.463Z | real 1:17.818659151 |
| 545 | 2026-06-30T11:22:17.463Z | user 2:11.722414652 |
| 546 | 2026-06-30T11:22:17.464Z | sys 12.765498532 |
| 547 | 2026-06-30T11:22:17.464Z | trap 0.033244111 |
| 548 | 2026-06-30T11:22:17.464Z | tflt 0.189611743 |
| 549 | 2026-06-30T11:22:17.464Z | dflt 0.238783081 |
| 550 | 2026-06-30T11:22:17.464Z | kflt 0.000035680 |
| 551 | 2026-06-30T11:22:17.464Z | lock 12:23.965386332 |
| 552 | 2026-06-30T11:22:17.464Z | slp 6:14.790452684 |
| 553 | 2026-06-30T11:22:17.464Z | lat 3.324031430 |
| 554 | 2026-06-30T11:22:17.464Z | stop 5.951601293 |
| 555 | 2026-06-30T11:22:17.464Z | + elfdump target/x86_64-unknown-unknown/debug/xde.dbg |
| 556 | 2026-06-30T11:22:17.464Z | + grep GOTPCREL |
| 557 | 2026-06-30T11:22:19.290Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 558 | 2026-06-30T11:22:19.324Z | + grep GOTPCREL |
| 559 | 2026-06-30T11:22:20.230Z | + cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/ |
| 560 | 2026-06-30T11:22:20.288Z | + sha256sum /work/debug/xde.dbg |
| 561 | 2026-06-30T11:22:20.342Z | + cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so |
| 562 | 2026-06-30T11:22:20.345Z | + sha256sum /work/debug/xde_link.dbg.so |
| 563 | 2026-06-30T11:22:20.349Z | + cp target/x86_64-unknown-unknown/release-lto/xde /work/release/ |
| 564 | 2026-06-30T11:22:20.387Z | + sha256sum /work/release/xde |
| 565 | 2026-06-30T11:22:20.417Z | + cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so |
| 566 | 2026-06-30T11:22:20.420Z | + sha256sum /work/release/xde_link.so |
| 567 | 2026-06-30T11:22:20.424Z | + header 'build xde integration tests' |
| 568 | 2026-06-30T11:22:20.424Z | + echo '# ==== build xde integration tests ==== #' |
| 569 | 2026-06-30T11:22:20.424Z | # ==== build xde integration tests ==== # |
| 570 | 2026-06-30T11:22:20.424Z | + pushd xde-tests |
| 571 | 2026-06-30T11:22:20.424Z | /work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte |
| 572 | 2026-06-30T11:22:20.424Z | + cargo +nightly-2026-06-19-x86_64-unknown-illumos fmt -- --check |
| 573 | 2026-06-30T11:22:20.504Z | + cargo clippy --all-targets -- --deny warnings |
| 574 | 2026-06-30T11:22:20.713Z | Compiling serde_core v1.0.228 |
| 575 | 2026-06-30T11:22:20.713Z | Checking cfg-if v1.0.4 |
| 576 | 2026-06-30T11:22:20.713Z | Checking memchr v2.8.2 |
| 577 | 2026-06-30T11:22:20.713Z | Compiling rustversion v1.0.22 |
| 578 | 2026-06-30T11:22:20.713Z | Compiling serde v1.0.228 |
| 579 | 2026-06-30T11:22:20.716Z | Compiling ident_case v1.0.1 |
| 580 | 2026-06-30T11:22:20.716Z | Compiling version_check v0.9.5 |
| 581 | 2026-06-30T11:22:20.716Z | Compiling syn v2.0.118 |
| 582 | 2026-06-30T11:22:20.782Z | Compiling strsim v0.11.1 |
| 583 | 2026-06-30T11:22:20.834Z | Compiling libc v0.2.186 |
| 584 | 2026-06-30T11:22:21.052Z | Compiling fnv v1.0.7 |
| 585 | 2026-06-30T11:22:21.060Z | Checking pin-project-lite v0.2.17 |
| 586 | 2026-06-30T11:22:21.109Z | Compiling syn v1.0.109 |
| 587 | 2026-06-30T11:22:21.131Z | Compiling regex-syntax v0.8.11 |
| 588 | 2026-06-30T11:22:21.134Z | Compiling hashbrown v0.17.1 |
| 589 | 2026-06-30T11:22:21.411Z | Compiling aho-corasick v1.1.4 |
| 590 | 2026-06-30T11:22:21.539Z | Compiling winnow v1.0.3 |
| 591 | 2026-06-30T11:22:21.550Z | Compiling either v1.16.0 |
| 592 | 2026-06-30T11:22:21.631Z | Compiling zerocopy v0.8.52 |
| 593 | 2026-06-30T11:22:21.662Z | Compiling equivalent v1.0.2 |
| 594 | 2026-06-30T11:22:21.736Z | Compiling indexmap v2.14.0 |
| 595 | 2026-06-30T11:22:21.740Z | Compiling itertools v0.14.0 |
| 596 | 2026-06-30T11:22:22.343Z | Compiling heapless v0.8.0 |
| 597 | 2026-06-30T11:22:22.525Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 598 | 2026-06-30T11:22:22.547Z | Compiling regex-automata v0.4.14 |
| 599 | 2026-06-30T11:22:22.635Z | Checking byteorder v1.5.0 |
| 600 | 2026-06-30T11:22:22.789Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 601 | 2026-06-30T11:22:22.943Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 602 | 2026-06-30T11:22:22.957Z | Checking hash32 v0.3.1 |
| 603 | 2026-06-30T11:22:23.056Z | Checking bitflags v2.13.0 |
| 604 | 2026-06-30T11:22:23.064Z | Compiling slog v2.8.2 |
| 605 | 2026-06-30T11:22:23.155Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 606 | 2026-06-30T11:22:23.167Z | Checking futures-core v0.3.32 |
| 607 | 2026-06-30T11:22:23.212Z | Checking stable_deref_trait v1.2.1 |
| 608 | 2026-06-30T11:22:23.271Z | Compiling darling_core v0.21.3 |
| 609 | 2026-06-30T11:22:23.276Z | Compiling darling_core v0.23.0 |
| 610 | 2026-06-30T11:22:23.279Z | Compiling smoltcp v0.11.0 |
| 611 | 2026-06-30T11:22:23.375Z | Checking futures-sink v0.3.32 |
| 612 | 2026-06-30T11:22:23.461Z | Checking macaddr v1.0.1 |
| 613 | 2026-06-30T11:22:23.591Z | Checking futures-channel v0.3.32 |
| 614 | 2026-06-30T11:22:23.602Z | Compiling proc-macro-crate v3.5.0 |
| 615 | 2026-06-30T11:22:23.831Z | Compiling proc-macro-error-attr v1.0.4 |
| 616 | 2026-06-30T11:22:24.075Z | Checking bitflags v1.3.2 |
| 617 | 2026-06-30T11:22:24.079Z | Compiling crc32fast v1.5.0 |
| 618 | 2026-06-30T11:22:24.133Z | Checking futures-task v0.3.32 |
| 619 | 2026-06-30T11:22:24.156Z | Checking futures-io v0.3.32 |
| 620 | 2026-06-30T11:22:24.259Z | Compiling regex v1.12.4 |
| 621 | 2026-06-30T11:22:24.259Z | Checking rand_core v0.10.1 |
| 622 | 2026-06-30T11:22:24.358Z | Checking slab v0.4.12 |
| 623 | 2026-06-30T11:22:24.392Z | Checking managed v0.8.0 |
| 624 | 2026-06-30T11:22:24.501Z | Compiling serde_derive v1.0.228 |
| 625 | 2026-06-30T11:22:24.504Z | Compiling thiserror-impl v2.0.18 |
| 626 | 2026-06-30T11:22:24.565Z | Compiling zerocopy-derive v0.8.52 |
| 627 | 2026-06-30T11:22:24.650Z | Compiling futures-macro v0.3.32 |
| 628 | 2026-06-30T11:22:25.107Z | Compiling ref-cast v1.0.25 |
| 629 | 2026-06-30T11:22:25.375Z | Compiling darling_macro v0.23.0 |
| 630 | 2026-06-30T11:22:25.386Z | Compiling darling_macro v0.21.3 |
| 631 | 2026-06-30T11:22:25.391Z | Compiling getrandom v0.4.3 |
| 632 | 2026-06-30T11:22:25.412Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 633 | 2026-06-30T11:22:25.459Z | Compiling autocfg v1.5.1 |
| 634 | 2026-06-30T11:22:25.622Z | Checking futures-util v0.3.32 |
| 635 | 2026-06-30T11:22:25.694Z | Checking thiserror v2.0.18 |
| 636 | 2026-06-30T11:22:25.781Z | Checking cobs v0.3.0 |
| 637 | 2026-06-30T11:22:25.792Z | Compiling num-traits v0.2.19 |
| 638 | 2026-06-30T11:22:25.908Z | Compiling darling v0.23.0 |
| 639 | 2026-06-30T11:22:25.913Z | Compiling num_enum_derive v0.7.6 |
| 640 | 2026-06-30T11:22:25.921Z | Compiling darling v0.21.3 |
| 641 | 2026-06-30T11:22:25.975Z | Compiling ref-cast-impl v1.0.25 |
| 642 | 2026-06-30T11:22:25.983Z | Compiling ingot-macros v0.1.1 |
| 643 | 2026-06-30T11:22:26.008Z | Compiling foreign-types-macros v0.2.3 |
| 644 | 2026-06-30T11:22:26.616Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 645 | 2026-06-30T11:22:26.623Z | Compiling proc-macro-error v1.0.4 |
| 646 | 2026-06-30T11:22:26.840Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 647 | 2026-06-30T11:22:26.864Z | Checking once_cell v1.21.4 |
| 648 | 2026-06-30T11:22:26.884Z | Checking unicode-width v0.2.2 |
| 649 | 2026-06-30T11:22:26.931Z | Checking ipnetwork v0.21.1 |
| 650 | 2026-06-30T11:22:27.027Z | Checking foreign-types-shared v0.3.1 |
| 651 | 2026-06-30T11:22:27.078Z | Checking cpufeatures v0.3.0 |
| 652 | 2026-06-30T11:22:27.094Z | Compiling crossbeam-utils v0.8.21 |
| 653 | 2026-06-30T11:22:27.102Z | Checking foreign-types v0.5.0 |
| 654 | 2026-06-30T11:22:27.126Z | Checking tabwriter v1.4.1 |
| 655 | 2026-06-30T11:22:27.132Z | Checking chacha20 v0.10.0 |
| 656 | 2026-06-30T11:22:27.190Z | Checking tracing-core v0.1.36 |
| 657 | 2026-06-30T11:22:27.255Z | Checking num_enum v0.7.6 |
| 658 | 2026-06-30T11:22:27.496Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 659 | 2026-06-30T11:22:27.534Z | Checking futures-executor v0.3.32 |
| 660 | 2026-06-30T11:22:27.545Z | Checking erased-serde v0.3.31 |
| 661 | 2026-06-30T11:22:27.622Z | Checking postcard v1.1.3 |
| 662 | 2026-06-30T11:22:27.669Z | Checking anyhow v1.0.102 |
| 663 | 2026-06-30T11:22:27.710Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 664 | 2026-06-30T11:22:27.744Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 665 | 2026-06-30T11:22:27.855Z | Compiling tracing-attributes v0.1.31 |
| 666 | 2026-06-30T11:22:27.986Z | Checking itertools v0.15.0 |
| 667 | 2026-06-30T11:22:28.164Z | Checking cstr-argument v0.1.2 |
| 668 | 2026-06-30T11:22:28.173Z | Checking pretty-hex v0.4.2 |
| 669 | 2026-06-30T11:22:28.191Z | Compiling num-conv v0.2.2 |
| 670 | 2026-06-30T11:22:28.270Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 671 | 2026-06-30T11:22:28.274Z | Checking dyn-clone v1.0.20 |
| 672 | 2026-06-30T11:22:28.315Z | Compiling thiserror v1.0.69 |
| 673 | 2026-06-30T11:22:28.330Z | Compiling time-core v0.1.9 |
| 674 | 2026-06-30T11:22:28.356Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 675 | 2026-06-30T11:22:28.482Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 676 | 2026-06-30T11:22:28.501Z | Compiling time-macros v0.2.30 |
| 677 | 2026-06-30T11:22:28.505Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 678 | 2026-06-30T11:22:28.602Z | Checking futures v0.3.32 |
| 679 | 2026-06-30T11:22:28.660Z | Checking rand v0.10.1 |
| 680 | 2026-06-30T11:22:28.720Z | Checking ingot-types v0.1.2 |
| 681 | 2026-06-30T11:22:28.777Z | Compiling thiserror-impl v1.0.69 |
| 682 | 2026-06-30T11:22:28.840Z | Checking uuid v1.23.3 |
| 683 | 2026-06-30T11:22:29.080Z | Checking ingot v0.1.1 |
| 684 | 2026-06-30T11:22:29.100Z | Checking tracing v0.1.44 |
| 685 | 2026-06-30T11:22:29.146Z | Checking arc-swap v1.9.1 |
| 686 | 2026-06-30T11:22:29.160Z | Checking socket2 v0.6.4 |
| 687 | 2026-06-30T11:22:29.172Z | Checking nom v8.0.0 |
| 688 | 2026-06-30T11:22:29.285Z | Checking thread_local v1.1.9 |
| 689 | 2026-06-30T11:22:29.405Z | Checking lazy_static v1.5.0 |
| 690 | 2026-06-30T11:22:29.445Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 691 | 2026-06-30T11:22:29.575Z | Checking iana-time-zone v0.1.65 |
| 692 | 2026-06-30T11:22:29.677Z | Compiling slog-async v2.8.0 |
| 693 | 2026-06-30T11:22:29.755Z | Compiling heck v0.4.1 |
| 694 | 2026-06-30T11:22:29.945Z | Checking deranged v0.5.8 |
| 695 | 2026-06-30T11:22:29.953Z | Checking colored v3.1.1 |
| 696 | 2026-06-30T11:22:30.017Z | Checking oxnet v0.1.6 |
| 697 | 2026-06-30T11:22:30.142Z | Checking powerfmt v0.2.0 |
| 698 | 2026-06-30T11:22:30.224Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 699 | 2026-06-30T11:22:30.252Z | Checking chrono v0.4.45 |
| 700 | 2026-06-30T11:22:30.282Z | Checking slog-scope v4.4.1 |
| 701 | 2026-06-30T11:22:30.405Z | Checking crossbeam-channel v0.5.15 |
| 702 | 2026-06-30T11:22:30.695Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 703 | 2026-06-30T11:22:30.735Z | Checking cookie-factory v0.3.3 |
| 704 | 2026-06-30T11:22:30.844Z | Checking time v0.3.51 |
| 705 | 2026-06-30T11:22:30.867Z | Checking itertools v0.12.1 |
| 706 | 2026-06-30T11:22:30.984Z | Checking is-terminal v0.4.17 |
| 707 | 2026-06-30T11:22:31.033Z | Checking log v0.4.33 |
| 708 | 2026-06-30T11:22:31.058Z | Checking term v1.2.1 |
| 709 | 2026-06-30T11:22:31.067Z | Checking circular v0.3.0 |
| 710 | 2026-06-30T11:22:31.144Z | Checking rusticata-macros v5.0.0 |
| 711 | 2026-06-30T11:22:31.172Z | Checking take_mut v0.2.2 |
| 712 | 2026-06-30T11:22:31.190Z | Checking slog-stdlog v4.1.1 |
| 713 | 2026-06-30T11:22:31.267Z | Checking pcap-parser v0.17.0 |
| 714 | 2026-06-30T11:22:31.839Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 715 | 2026-06-30T11:22:31.941Z | Checking slog-term v2.9.2 |
| 716 | 2026-06-30T11:22:32.122Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 717 | 2026-06-30T11:22:32.309Z | Checking slog-envlogger v2.2.0 |
| 718 | 2026-06-30T11:22:35.252Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 719 | 2026-06-30T11:22:36.885Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 720 | 2026-06-30T11:22:36.889Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 721 | 2026-06-30T11:22:37.229Z | Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 722 | 2026-06-30T11:22:37.770Z | Finished `dev` profile [optimized + debuginfo] target(s) in 17.22s |
| 723 | 2026-06-30T11:22:37.807Z | + cargo build --test loopback |
| 724 | 2026-06-30T11:22:37.974Z | Compiling cfg-if v1.0.4 |
| 725 | 2026-06-30T11:22:37.974Z | Compiling memchr v2.8.2 |
| 726 | 2026-06-30T11:22:37.978Z | Compiling serde_core v1.0.228 |
| 727 | 2026-06-30T11:22:38.003Z | Compiling libc v0.2.186 |
| 728 | 2026-06-30T11:22:38.006Z | Compiling thiserror v2.0.18 |
| 729 | 2026-06-30T11:22:38.007Z | Compiling pin-project-lite v0.2.17 |
| 730 | 2026-06-30T11:22:38.010Z | Compiling either v1.16.0 |
| 731 | 2026-06-30T11:22:38.010Z | Compiling byteorder v1.5.0 |
| 732 | 2026-06-30T11:22:38.049Z | Compiling zerocopy v0.8.52 |
| 733 | 2026-06-30T11:22:38.077Z | Compiling macaddr v1.0.1 |
| 734 | 2026-06-30T11:22:38.082Z | Compiling futures-sink v0.3.32 |
| 735 | 2026-06-30T11:22:38.169Z | Compiling hash32 v0.3.1 |
| 736 | 2026-06-30T11:22:38.175Z | Compiling stable_deref_trait v1.2.1 |
| 737 | 2026-06-30T11:22:38.199Z | Compiling futures-core v0.3.32 |
| 738 | 2026-06-30T11:22:38.237Z | Compiling cobs v0.3.0 |
| 739 | 2026-06-30T11:22:38.314Z | Compiling futures-channel v0.3.32 |
| 740 | 2026-06-30T11:22:38.317Z | Compiling heapless v0.8.0 |
| 741 | 2026-06-30T11:22:38.337Z | Compiling rand_core v0.10.1 |
| 742 | 2026-06-30T11:22:38.356Z | Compiling managed v0.8.0 |
| 743 | 2026-06-30T11:22:38.492Z | Compiling slab v0.4.12 |
| 744 | 2026-06-30T11:22:38.511Z | Compiling bitflags v1.3.2 |
| 745 | 2026-06-30T11:22:38.542Z | Compiling futures-io v0.3.32 |
| 746 | 2026-06-30T11:22:38.569Z | Compiling futures-task v0.3.32 |
| 747 | 2026-06-30T11:22:38.575Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 748 | 2026-06-30T11:22:38.665Z | Compiling unicode-width v0.2.2 |
| 749 | 2026-06-30T11:22:38.726Z | Compiling smoltcp v0.11.0 |
| 750 | 2026-06-30T11:22:38.741Z | Compiling futures-util v0.3.32 |
| 751 | 2026-06-30T11:22:38.753Z | Compiling once_cell v1.21.4 |
| 752 | 2026-06-30T11:22:38.799Z | Compiling ipnetwork v0.21.1 |
| 753 | 2026-06-30T11:22:38.981Z | Compiling cpufeatures v0.3.0 |
| 754 | 2026-06-30T11:22:38.998Z | Compiling foreign-types-shared v0.3.1 |
| 755 | 2026-06-30T11:22:39.047Z | Compiling chacha20 v0.10.0 |
| 756 | 2026-06-30T11:22:39.081Z | Compiling foreign-types v0.5.0 |
| 757 | 2026-06-30T11:22:39.154Z | Compiling tracing-core v0.1.36 |
| 758 | 2026-06-30T11:22:39.343Z | Compiling tabwriter v1.4.1 |
| 759 | 2026-06-30T11:22:39.422Z | Compiling ref-cast v1.0.25 |
| 760 | 2026-06-30T11:22:39.516Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 761 | 2026-06-30T11:22:39.597Z | Compiling num_enum v0.7.6 |
| 762 | 2026-06-30T11:22:39.706Z | Compiling crc32fast v1.5.0 |
| 763 | 2026-06-30T11:22:39.757Z | Compiling serde v1.0.228 |
| 764 | 2026-06-30T11:22:39.944Z | Compiling bitflags v2.13.0 |
| 765 | 2026-06-30T11:22:39.994Z | Compiling getrandom v0.4.3 |
| 766 | 2026-06-30T11:22:40.196Z | Compiling erased-serde v0.3.31 |
| 767 | 2026-06-30T11:22:40.206Z | Compiling postcard v1.1.3 |
| 768 | 2026-06-30T11:22:40.360Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 769 | 2026-06-30T11:22:40.386Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 770 | 2026-06-30T11:22:40.473Z | Compiling cstr-argument v0.1.2 |
| 771 | 2026-06-30T11:22:40.492Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 772 | 2026-06-30T11:22:40.555Z | Compiling itertools v0.15.0 |
| 773 | 2026-06-30T11:22:40.593Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 774 | 2026-06-30T11:22:40.633Z | Compiling slog v2.8.2 |
| 775 | 2026-06-30T11:22:40.885Z | Compiling ingot-types v0.1.2 |
| 776 | 2026-06-30T11:22:40.976Z | Compiling futures-executor v0.3.32 |
| 777 | 2026-06-30T11:22:41.060Z | Compiling pretty-hex v0.4.2 |
| 778 | 2026-06-30T11:22:41.177Z | Compiling dyn-clone v1.0.20 |
| 779 | 2026-06-30T11:22:41.189Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 780 | 2026-06-30T11:22:41.243Z | Compiling ingot v0.1.1 |
| 781 | 2026-06-30T11:22:41.329Z | Compiling futures v0.3.32 |
| 782 | 2026-06-30T11:22:41.339Z | Compiling tracing v0.1.44 |
| 783 | 2026-06-30T11:22:41.400Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 784 | 2026-06-30T11:22:41.403Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 785 | 2026-06-30T11:22:41.488Z | Compiling rand v0.10.1 |
| 786 | 2026-06-30T11:22:41.514Z | Compiling num-traits v0.2.19 |
| 787 | 2026-06-30T11:22:41.587Z | Compiling uuid v1.23.3 |
| 788 | 2026-06-30T11:22:41.591Z | Compiling crossbeam-utils v0.8.21 |
| 789 | 2026-06-30T11:22:41.702Z | Compiling aho-corasick v1.1.4 |
| 790 | 2026-06-30T11:22:41.888Z | Compiling nom v8.0.0 |
| 791 | 2026-06-30T11:22:42.186Z | Compiling socket2 v0.6.4 |
| 792 | 2026-06-30T11:22:42.209Z | Compiling thread_local v1.1.9 |
| 793 | 2026-06-30T11:22:42.446Z | Compiling arc-swap v1.9.1 |
| 794 | 2026-06-30T11:22:42.451Z | Compiling regex-syntax v0.8.11 |
| 795 | 2026-06-30T11:22:42.627Z | Compiling iana-time-zone v0.1.65 |
| 796 | 2026-06-30T11:22:42.828Z | Compiling num-conv v0.2.2 |
| 797 | 2026-06-30T11:22:42.978Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 798 | 2026-06-30T11:22:43.104Z | Compiling time-core v0.1.9 |
| 799 | 2026-06-30T11:22:43.129Z | Compiling oxnet v0.1.6 |
| 800 | 2026-06-30T11:22:43.286Z | Compiling colored v3.1.1 |
| 801 | 2026-06-30T11:22:43.319Z | Compiling lazy_static v1.5.0 |
| 802 | 2026-06-30T11:22:43.414Z | Compiling powerfmt v0.2.0 |
| 803 | 2026-06-30T11:22:43.439Z | Compiling deranged v0.5.8 |
| 804 | 2026-06-30T11:22:43.621Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 805 | 2026-06-30T11:22:43.683Z | Compiling winnow v1.0.3 |
| 806 | 2026-06-30T11:22:43.854Z | Compiling slog-scope v4.4.1 |
| 807 | 2026-06-30T11:22:44.355Z | Compiling rusticata-macros v5.0.0 |
| 808 | 2026-06-30T11:22:44.451Z | Compiling time v0.3.51 |
| 809 | 2026-06-30T11:22:44.516Z | Compiling regex-automata v0.4.14 |
| 810 | 2026-06-30T11:22:44.686Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 811 | 2026-06-30T11:22:45.228Z | Compiling chrono v0.4.45 |
| 812 | 2026-06-30T11:22:45.523Z | Compiling thiserror v1.0.69 |
| 813 | 2026-06-30T11:22:45.622Z | Compiling crossbeam-channel v0.5.15 |
| 814 | 2026-06-30T11:22:46.360Z | Compiling cookie-factory v0.3.3 |
| 815 | 2026-06-30T11:22:46.477Z | Compiling is-terminal v0.4.17 |
| 816 | 2026-06-30T11:22:46.571Z | Compiling itertools v0.12.1 |
| 817 | 2026-06-30T11:22:46.687Z | Compiling log v0.4.33 |
| 818 | 2026-06-30T11:22:46.966Z | Compiling term v1.2.1 |
| 819 | 2026-06-30T11:22:48.011Z | Compiling circular v0.3.0 |
| 820 | 2026-06-30T11:22:48.273Z | Compiling take_mut v0.2.2 |
| 821 | 2026-06-30T11:22:48.381Z | Compiling slog-async v2.8.0 |
| 822 | 2026-06-30T11:22:49.205Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 823 | 2026-06-30T11:22:49.353Z | Compiling pcap-parser v0.17.0 |
| 824 | 2026-06-30T11:22:49.460Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 825 | 2026-06-30T11:22:50.204Z | Compiling slog-term v2.9.2 |
| 826 | 2026-06-30T11:22:50.428Z | Compiling slog-stdlog v4.1.1 |
| 827 | 2026-06-30T11:22:50.845Z | Compiling regex v1.12.4 |
| 828 | 2026-06-30T11:22:51.553Z | Compiling slog-envlogger v2.2.0 |
| 829 | 2026-06-30T11:22:51.561Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 830 | 2026-06-30T11:22:51.983Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 831 | 2026-06-30T11:22:52.264Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 832 | 2026-06-30T11:22:52.885Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 833 | 2026-06-30T11:23:01.238Z | Finished `dev` profile [optimized + debuginfo] target(s) in 23.42s |
| 834 | 2026-06-30T11:23:01.272Z | ++ cargo build -q --test loopback --message-format=json |
| 835 | 2026-06-30T11:23:01.275Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 836 | 2026-06-30T11:23:01.391Z | + loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-ba5fb139154ef000 |
| 837 | 2026-06-30T11:23:01.391Z | + cargo build --test multicast_rx |
| 838 | 2026-06-30T11:23:01.496Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 839 | 2026-06-30T11:23:03.065Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.66s |
| 840 | 2026-06-30T11:23:03.099Z | ++ cargo build -q --test multicast_rx --message-format=json |
| 841 | 2026-06-30T11:23:03.103Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 842 | 2026-06-30T11:23:03.219Z | + multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-abe59930e8413760 |
| 843 | 2026-06-30T11:23:03.219Z | + cargo build --test multicast_multi_sub |
| 844 | 2026-06-30T11:23:03.321Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 845 | 2026-06-30T11:23:05.079Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.85s |
| 846 | 2026-06-30T11:23:05.114Z | ++ cargo build -q --test multicast_multi_sub --message-format=json |
| 847 | 2026-06-30T11:23:05.117Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 848 | 2026-06-30T11:23:05.233Z | + multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-57673484b5529edb |
| 849 | 2026-06-30T11:23:05.233Z | + cargo build --test multicast_validation |
| 850 | 2026-06-30T11:23:05.334Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 851 | 2026-06-30T11:23:07.228Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.98s |
| 852 | 2026-06-30T11:23:07.264Z | ++ cargo build -q --test multicast_validation --message-format=json |
| 853 | 2026-06-30T11:23:07.268Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 854 | 2026-06-30T11:23:07.384Z | + multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-6b29463cb68f34ae |
| 855 | 2026-06-30T11:23:07.384Z | + cargo build --test multicast_source_filter |
| 856 | 2026-06-30T11:23:07.486Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 857 | 2026-06-30T11:23:09.526Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.13s |
| 858 | 2026-06-30T11:23:09.562Z | ++ cargo build -q --test multicast_source_filter --message-format=json |
| 859 | 2026-06-30T11:23:09.565Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 860 | 2026-06-30T11:23:09.681Z | + multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-20235bd20d2a9311 |
| 861 | 2026-06-30T11:23:09.681Z | + mkdir -p /work/test |
| 862 | 2026-06-30T11:23:09.685Z | + cp /work/oxidecomputer/opte/target/debug/deps/loopback-ba5fb139154ef000 /work/test/loopback |
| 863 | 2026-06-30T11:23:09.721Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-abe59930e8413760 /work/test/multicast_rx |
| 864 | 2026-06-30T11:23:09.763Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-57673484b5529edb /work/test/multicast_multi_sub |
| 865 | 2026-06-30T11:23:09.808Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-6b29463cb68f34ae /work/test/multicast_validation |
| 866 | 2026-06-30T11:23:09.852Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-20235bd20d2a9311 /work/test/multicast_source_filter |
| 867 | 2026-06-30T11:23:09.894Z | process exited: duration 232718 ms, exit code 0 |
| |
| 868 | 2026-06-30T11:23:09.901Z | found 14 output files |
| 869 | 2026-06-30T11:23:09.901Z | uploading: /work/debug/xde.dbg (94930720 bytes) |
| 870 | 2026-06-30T11:23:11.490Z | uploaded: /work/debug/xde.dbg |
| 871 | 2026-06-30T11:23:11.493Z | uploading: /work/debug/xde.dbg.sha256 (86 bytes) |
| 872 | 2026-06-30T11:23:12.501Z | uploaded: /work/debug/xde.dbg.sha256 |
| 873 | 2026-06-30T11:23:12.501Z | uploading: /work/debug/xde_link.dbg.so (1266060 bytes) |
| 874 | 2026-06-30T11:23:13.525Z | uploaded: /work/debug/xde_link.dbg.so |
| 875 | 2026-06-30T11:23:13.525Z | uploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes) |
| 876 | 2026-06-30T11:23:14.535Z | uploaded: /work/debug/xde_link.dbg.so.sha256 |
| 877 | 2026-06-30T11:23:14.535Z | uploading: /work/release/xde (52124824 bytes) |
| 878 | 2026-06-30T11:23:15.979Z | uploaded: /work/release/xde |
| 879 | 2026-06-30T11:23:15.980Z | uploading: /work/release/xde.sha256 (84 bytes) |
| 880 | 2026-06-30T11:23:16.989Z | uploaded: /work/release/xde.sha256 |
| 881 | 2026-06-30T11:23:16.989Z | uploading: /work/release/xde_link.so (43532 bytes) |
| 882 | 2026-06-30T11:23:18.003Z | uploaded: /work/release/xde_link.so |
| 883 | 2026-06-30T11:23:18.006Z | uploading: /work/release/xde_link.so.sha256 (92 bytes) |
| 884 | 2026-06-30T11:23:19.014Z | uploaded: /work/release/xde_link.so.sha256 |
| 885 | 2026-06-30T11:23:19.014Z | uploading: /work/test/loopback (51829648 bytes) |
| 886 | 2026-06-30T11:23:20.300Z | uploaded: /work/test/loopback |
| 887 | 2026-06-30T11:23:20.300Z | uploading: /work/test/multicast_rx (52125744 bytes) |
| 888 | 2026-06-30T11:23:21.584Z | uploaded: /work/test/multicast_rx |
| 889 | 2026-06-30T11:23:21.585Z | uploading: /work/test/multicast_multi_sub (56252808 bytes) |
| 890 | 2026-06-30T11:23:22.909Z | uploaded: /work/test/multicast_multi_sub |
| 891 | 2026-06-30T11:23:22.910Z | uploading: /work/test/multicast_validation (52280384 bytes) |
| 892 | 2026-06-30T11:23:24.242Z | uploaded: /work/test/multicast_validation |
| 893 | 2026-06-30T11:23:24.243Z | uploading: /work/test/multicast_source_filter (52586752 bytes) |
| 894 | 2026-06-30T11:23:25.622Z | uploaded: /work/test/multicast_source_filter |
| 895 | 2026-06-30T11:23:25.622Z | uploading: /work/xde.conf (79 bytes) |
| 896 | 2026-06-30T11:23:26.632Z | uploaded: /work/xde.conf |