|
|
|
| 1 | 2026-08-05T04:11:28.947Z | job assigned to worker 01KZ81VEEMT5Y3HTSWH4BD261E [factory aws, i-0e2065cd5d57f37f9] (queued for 55 s) |
| |
| 2 | 2026-08-05T04:11:35.362Z | starting task 0: "setup" |
| 3 | 2026-08-05T04:11:35.365Z | ++ uname -s |
| 4 | 2026-08-05T04:11:35.370Z | + kern=SunOS |
| 5 | 2026-08-05T04:11:35.370Z | + build_user=build |
| 6 | 2026-08-05T04:11:35.370Z | + build_uid=12345 |
| 7 | 2026-08-05T04:11:35.370Z | + work_dir=/work |
| 8 | 2026-08-05T04:11:35.370Z | + input_dir=/input |
| 9 | 2026-08-05T04:11:35.370Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-05T04:11:35.370Z | + case "$kern" in |
| 11 | 2026-08-05T04:11:35.370Z | + groupadd -g 12345 build |
| 12 | 2026-08-05T04:11:35.370Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-05T04:11:37.377Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-05T04:11:37.505Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-05T04:11:37.513Z | + home_fs=zfs |
| 16 | 2026-08-05T04:11:37.513Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-05T04:11:37.513Z | + mkdir -p /home/build |
| 18 | 2026-08-05T04:11:37.513Z | + chown build:build /home/build /work |
| 19 | 2026-08-05T04:11:39.514Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-05T04:11:39.523Z | process exited: duration 4149 ms, exit code 0 |
| |
| 21 | 2026-08-05T04:11:39.532Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-05T04:11:39.535Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-05T04:11:39.535Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-08-05T04:11:39.535Z | * rust toolchain channel = "1.97.1" |
| 25 | 2026-08-05T04:11:39.535Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-08-05T04:11:39.535Z | * rust toolchain profile = "default" |
| 27 | 2026-08-05T04:11:39.535Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-05T04:11:39.535Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-05T04:11:39.535Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-05T04:11:39.624Z | info: downloading installer |
| 31 | 2026-08-05T04:11:41.027Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-05T04:11:41.027Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-05T04:11:41.027Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-05T04:11:41.028Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-05T04:11:41.039Z | info: profile set to default |
| 36 | 2026-08-05T04:11:41.039Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-05T04:11:41.043Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-05T04:11:41.194Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-05T04:11:41.198Z | info: downloading 6 components |
| 40 | 2026-08-05T04:11:56.117Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-05T04:11:56.117Z | |
| 42 | 2026-08-05T04:11:56.161Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-05T04:11:56.161Z | |
| 44 | 2026-08-05T04:11:56.168Z | |
| 45 | 2026-08-05T04:11:56.168Z | Rust is installed now. Great! |
| 46 | 2026-08-05T04:11:56.168Z | |
| 47 | 2026-08-05T04:11:56.169Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-05T04:11:56.169Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-05T04:11:56.169Z | |
| 50 | 2026-08-05T04:11:56.169Z | To configure your current shell, you need to source |
| 51 | 2026-08-05T04:11:56.169Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-05T04:11:56.169Z | |
| 53 | 2026-08-05T04:11:56.169Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-05T04:11:56.169Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-05T04:11:56.170Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-05T04:11:56.170Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-05T04:11:56.170Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-05T04:11:56.170Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-05T04:11:56.170Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-05T04:11:56.170Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-05T04:11:56.170Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-05T04:11:56.247Z | + rustup --version |
| 63 | 2026-08-05T04:11:56.261Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-05T04:11:56.261Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-05T04:11:56.271Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-05T04:11:56.271Z | + cargo --version |
| 67 | 2026-08-05T04:11:56.279Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-05T04:11:56.291Z | + rustc --version |
| 69 | 2026-08-05T04:11:56.298Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-05T04:11:56.304Z | process exited: duration 16771 ms, exit code 0 |
| |
| 71 | 2026-08-05T04:11:56.318Z | starting task 2: "authentication" |
| 72 | 2026-08-05T04:11:56.361Z | process exited: duration 41 ms, exit code 0 |
| |
| 73 | 2026-08-05T04:11:56.400Z | starting task 3: "clone repository" |
| 74 | 2026-08-05T04:11:56.410Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-08-05T04:11:56.410Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-08-05T04:11:56.425Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-08-05T04:11:57.725Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-08-05T04:11:57.725Z | + git fetch origin ecc92772af6bb8882cc38c552cc61125899a3479 |
| 79 | 2026-08-05T04:11:58.179Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-08-05T04:11:58.179Z | * branch ecc92772af6bb8882cc38c552cc61125899a3479 -> FETCH_HEAD |
| 81 | 2026-08-05T04:11:58.184Z | + [[ -n renovate/clap ]] |
| 82 | 2026-08-05T04:11:58.262Z | ++ git branch --show-current |
| 83 | 2026-08-05T04:11:58.262Z | + current=master |
| 84 | 2026-08-05T04:11:58.262Z | + [[ master != renovate/clap ]] |
| 85 | 2026-08-05T04:11:58.262Z | + git branch -f renovate/clap ecc92772af6bb8882cc38c552cc61125899a3479 |
| 86 | 2026-08-05T04:11:58.271Z | + git checkout -f renovate/clap |
| 87 | 2026-08-05T04:11:58.271Z | Switched to branch 'renovate/clap' |
| 88 | 2026-08-05T04:11:58.271Z | + git reset --hard ecc92772af6bb8882cc38c552cc61125899a3479 |
| 89 | 2026-08-05T04:11:58.271Z | HEAD is now at ecc9277 Update Rust crate clap to v4.6.5 |
| 90 | 2026-08-05T04:11:58.271Z | process exited: duration 1819 ms, exit code 0 |
| |
| 91 | 2026-08-05T04:11:58.280Z | starting task 4: "build" |
| 92 | 2026-08-05T04:11:58.287Z | + source .github/buildomat/common.sh |
| 93 | 2026-08-05T04:11:58.287Z | ++ rustup show active-toolchain |
| 94 | 2026-08-05T04:11:58.302Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-08-05T04:11:58.302Z | ++ pushd xde |
| 96 | 2026-08-05T04:11:58.302Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-08-05T04:11:58.302Z | ++ rustup show active-toolchain |
| 98 | 2026-08-05T04:11:58.328Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 99 | 2026-08-05T04:11:58.446Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 100 | 2026-08-05T04:11:58.517Z | info: downloading 6 components |
| 101 | 2026-08-05T04:12:13.732Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-08-05T04:12:13.819Z | +++ rustup show active-toolchain -v |
| 103 | 2026-08-05T04:12:13.823Z | +++ head -n 1 |
| 104 | 2026-08-05T04:12:13.823Z | +++ cut '-d ' -f1 |
| 105 | 2026-08-05T04:12:13.867Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 106 | 2026-08-05T04:12:13.867Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 107 | 2026-08-05T04:12:13.867Z | ++ popd |
| 108 | 2026-08-05T04:12:13.871Z | /work/oxidecomputer/opte |
| 109 | 2026-08-05T04:12:13.871Z | + TGT_BASE=/work |
| 110 | 2026-08-05T04:12:13.871Z | + DBG_SRC=target/x86_64-unknown-unknown/debug |
| 111 | 2026-08-05T04:12:13.871Z | + DBG_LINK_SRC=target/i686-unknown-illumos/debug |
| 112 | 2026-08-05T04:12:13.871Z | + DBG_TGT=/work/debug |
| 113 | 2026-08-05T04:12:13.871Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 114 | 2026-08-05T04:12:13.871Z | + REL_LINK_SRC=target/i686-unknown-illumos/release |
| 115 | 2026-08-05T04:12:13.871Z | + REL_TGT=/work/release |
| 116 | 2026-08-05T04:12:13.872Z | + mkdir -p /work/debug /work/release |
| 117 | 2026-08-05T04:12:13.872Z | + cargo --version |
| 118 | 2026-08-05T04:12:13.880Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 119 | 2026-08-05T04:12:13.895Z | + rustc --version |
| 120 | 2026-08-05T04:12:13.912Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 121 | 2026-08-05T04:12:13.919Z | + install_pkg jq |
| 122 | 2026-08-05T04:12:13.919Z | + set +o errexit |
| 123 | 2026-08-05T04:12:13.919Z | + pfexec pkg install jq |
| 124 | 2026-08-05T04:12:17.885Z | Startup: Refreshing catalog 'helios' ... Done |
| 125 | 2026-08-05T04:12:18.129Z | Startup: Caching catalogs ... Done |
| 126 | 2026-08-05T04:12:19.411Z | Planning: Solver setup ... Done |
| 127 | 2026-08-05T04:12:19.458Z | Planning: Running solver ... Done |
| 128 | 2026-08-05T04:12:19.486Z | Planning: Consolidating action changes ... Done |
| 129 | 2026-08-05T04:12:19.489Z | Planning: Evaluating mediators ... Done |
| 130 | 2026-08-05T04:12:19.489Z | Planning: Planning completed in 1.33 seconds |
| 131 | 2026-08-05T04:12:19.502Z | No updates necessary for this image. |
| 132 | 2026-08-05T04:12:19.669Z | + exit_code=4 |
| 133 | 2026-08-05T04:12:19.669Z | + [[ 4 -ne 0 ]] |
| 134 | 2026-08-05T04:12:19.669Z | + [[ 4 -ne 4 ]] |
| 135 | 2026-08-05T04:12:19.669Z | + set -o errexit |
| 136 | 2026-08-05T04:12:19.672Z | + pushd xde |
| 137 | 2026-08-05T04:12:19.672Z | + cp xde.conf /work/xde.conf |
| 138 | 2026-08-05T04:12:19.672Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 139 | 2026-08-05T04:12:19.672Z | + header 'check style' |
| 140 | 2026-08-05T04:12:19.672Z | + echo '# ==== check style ==== #' |
| 141 | 2026-08-05T04:12:19.672Z | # ==== check style ==== # |
| 142 | 2026-08-05T04:12:19.672Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check |
| 143 | 2026-08-05T04:12:19.903Z | |
| 144 | 2026-08-05T04:12:19.903Z | real 0.219842524 |
| 145 | 2026-08-05T04:12:19.903Z | user 0.153306953 |
| 146 | 2026-08-05T04:12:19.903Z | sys 0.056585911 |
| 147 | 2026-08-05T04:12:19.903Z | trap 0.000008758 |
| 148 | 2026-08-05T04:12:19.903Z | tflt 0.000020666 |
| 149 | 2026-08-05T04:12:19.904Z | dflt 0.000009177 |
| 150 | 2026-08-05T04:12:19.904Z | kflt 0.000000000 |
| 151 | 2026-08-05T04:12:19.904Z | lock 0.034499136 |
| 152 | 2026-08-05T04:12:19.904Z | slp 0.189149976 |
| 153 | 2026-08-05T04:12:19.904Z | lat 0.000777331 |
| 154 | 2026-08-05T04:12:19.904Z | stop 0.000098581 |
| 155 | 2026-08-05T04:12:19.936Z | + header analyze |
| 156 | 2026-08-05T04:12:19.936Z | + echo '# ==== analyze ==== #' |
| 157 | 2026-08-05T04:12:19.936Z | # ==== analyze ==== # |
| 158 | 2026-08-05T04:12:19.936Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 159 | 2026-08-05T04:12:20.069Z | Updating crates.io index |
| 160 | 2026-08-05T04:12:20.073Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 161 | 2026-08-05T04:12:21.230Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 162 | 2026-08-05T04:12:21.498Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 163 | 2026-08-05T04:12:21.759Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 164 | 2026-08-05T04:12:22.090Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 165 | 2026-08-05T04:12:22.341Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 166 | 2026-08-05T04:12:22.610Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 167 | 2026-08-05T04:12:24.004Z | Downloading crates ... |
| 168 | 2026-08-05T04:12:24.052Z | Downloaded bitflags v1.3.2 |
| 169 | 2026-08-05T04:12:24.057Z | Downloaded defmt-macros v1.1.1 |
| 170 | 2026-08-05T04:12:24.061Z | Downloaded darling v0.23.0 |
| 171 | 2026-08-05T04:12:24.074Z | Downloaded ingot v0.2.0 |
| 172 | 2026-08-05T04:12:24.074Z | Downloaded ref-cast-impl v1.0.25 |
| 173 | 2026-08-05T04:12:24.074Z | Downloaded thiserror v2.0.18 |
| 174 | 2026-08-05T04:12:24.079Z | Downloaded stable_deref_trait v1.2.1 |
| 175 | 2026-08-05T04:12:24.085Z | Downloaded defmt v0.3.100 |
| 176 | 2026-08-05T04:12:24.085Z | Downloaded version_check v0.9.5 |
| 177 | 2026-08-05T04:12:24.112Z | Downloaded embedded-io v0.4.0 |
| 178 | 2026-08-05T04:12:24.112Z | Downloaded ident_case v1.0.1 |
| 179 | 2026-08-05T04:12:24.112Z | Downloaded cfg-if v1.0.4 |
| 180 | 2026-08-05T04:12:24.112Z | Downloaded embedded-io v0.6.1 |
| 181 | 2026-08-05T04:12:24.112Z | Downloaded macaddr v1.0.1 |
| 182 | 2026-08-05T04:12:24.112Z | Downloaded strsim v0.11.1 |
| 183 | 2026-08-05T04:12:24.112Z | Downloaded defmt-parser v1.0.0 |
| 184 | 2026-08-05T04:12:24.118Z | Downloaded either v1.16.0 |
| 185 | 2026-08-05T04:12:24.118Z | Downloaded ingot-types v0.2.0 |
| 186 | 2026-08-05T04:12:24.118Z | Downloaded cobs v0.3.0 |
| 187 | 2026-08-05T04:12:24.118Z | Downloaded hash32 v0.3.1 |
| 188 | 2026-08-05T04:12:24.122Z | Downloaded byteorder v1.5.0 |
| 189 | 2026-08-05T04:12:24.124Z | Downloaded darling_macro v0.23.0 |
| 190 | 2026-08-05T04:12:24.124Z | Downloaded ref-cast v1.0.25 |
| 191 | 2026-08-05T04:12:24.129Z | Downloaded quote v1.0.46 |
| 192 | 2026-08-05T04:12:24.133Z | Downloaded managed v0.8.0 |
| 193 | 2026-08-05T04:12:24.139Z | Downloaded ingot-macros v0.2.0 |
| 194 | 2026-08-05T04:12:24.142Z | Downloaded dyn-clone v1.0.20 |
| 195 | 2026-08-05T04:12:24.146Z | Downloaded crc32fast v1.5.0 |
| 196 | 2026-08-05T04:12:24.150Z | Downloaded unicode-ident v1.0.24 |
| 197 | 2026-08-05T04:12:24.157Z | Downloaded thiserror-impl v2.0.18 |
| 198 | 2026-08-05T04:12:24.160Z | Downloaded zerocopy-derive v0.8.54 |
| 199 | 2026-08-05T04:12:24.163Z | Downloaded serde_core v1.0.228 |
| 200 | 2026-08-05T04:12:24.166Z | Downloaded postcard v1.1.3 |
| 201 | 2026-08-05T04:12:24.166Z | Downloaded proc-macro2 v1.0.106 |
| 202 | 2026-08-05T04:12:24.168Z | Downloaded bitflags v2.13.0 |
| 203 | 2026-08-05T04:12:24.171Z | Downloaded darling_core v0.23.0 |
| 204 | 2026-08-05T04:12:24.174Z | Downloaded serde_derive v1.0.228 |
| 205 | 2026-08-05T04:12:24.178Z | Downloaded uuid v1.23.5 |
| 206 | 2026-08-05T04:12:24.178Z | Downloaded heapless v0.8.0 |
| 207 | 2026-08-05T04:12:24.182Z | Downloaded defmt v1.1.1 |
| 208 | 2026-08-05T04:12:24.185Z | Downloaded serde v1.0.228 |
| 209 | 2026-08-05T04:12:24.209Z | Downloaded regex v1.13.0 |
| 210 | 2026-08-05T04:12:24.217Z | Downloaded memchr v2.8.3 |
| 211 | 2026-08-05T04:12:24.222Z | Downloaded itertools v0.15.0 |
| 212 | 2026-08-05T04:12:24.237Z | Downloaded aho-corasick v1.1.4 |
| 213 | 2026-08-05T04:12:24.260Z | Downloaded zerocopy v0.8.54 |
| 214 | 2026-08-05T04:12:24.269Z | Downloaded syn v2.0.118 |
| 215 | 2026-08-05T04:12:24.275Z | Downloaded smoltcp v0.11.0 |
| 216 | 2026-08-05T04:12:24.281Z | Downloaded regex-syntax v0.8.11 |
| 217 | 2026-08-05T04:12:24.293Z | Downloaded regex-automata v0.4.15 |
| 218 | 2026-08-05T04:12:24.307Z | Updating crates.io index |
| 219 | 2026-08-05T04:12:24.344Z | Downloading crates ... |
| 220 | 2026-08-05T04:12:24.376Z | Downloaded addr2line v0.27.0 |
| 221 | 2026-08-05T04:12:24.391Z | Downloaded adler2 v2.0.1 |
| 222 | 2026-08-05T04:12:24.399Z | Downloaded foldhash v0.2.0 |
| 223 | 2026-08-05T04:12:24.399Z | Downloaded getopts v0.2.24 |
| 224 | 2026-08-05T04:12:24.402Z | Downloaded rustc-literal-escaper v0.0.8 |
| 225 | 2026-08-05T04:12:24.418Z | Downloaded rustc-demangle v0.1.28 |
| 226 | 2026-08-05T04:12:24.424Z | Downloaded miniz_oxide v0.9.1 |
| 227 | 2026-08-05T04:12:24.427Z | Downloaded hashbrown v0.17.1 |
| 228 | 2026-08-05T04:12:24.432Z | Downloaded memchr v2.7.6 |
| 229 | 2026-08-05T04:12:24.464Z | Downloaded libc v0.2.185 |
| 230 | 2026-08-05T04:12:24.483Z | Downloaded gimli v0.34.0 |
| 231 | 2026-08-05T04:12:24.490Z | Downloaded object v0.39.1 |
| 232 | 2026-08-05T04:12:24.526Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 233 | 2026-08-05T04:12:24.526Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 234 | 2026-08-05T04:12:24.530Z | Compiling proc-macro2 v1.0.106 |
| 235 | 2026-08-05T04:12:24.530Z | Compiling unicode-ident v1.0.24 |
| 236 | 2026-08-05T04:12:24.530Z | Compiling quote v1.0.46 |
| 237 | 2026-08-05T04:12:24.530Z | Compiling serde_core v1.0.228 |
| 238 | 2026-08-05T04:12:24.530Z | Compiling strsim v0.11.1 |
| 239 | 2026-08-05T04:12:24.530Z | Compiling ident_case v1.0.1 |
| 240 | 2026-08-05T04:12:24.707Z | Compiling memchr v2.8.3 |
| 241 | 2026-08-05T04:12:24.710Z | Compiling regex-syntax v0.8.11 |
| 242 | 2026-08-05T04:12:24.985Z | Compiling thiserror v2.0.18 |
| 243 | 2026-08-05T04:12:24.997Z | Compiling serde v1.0.228 |
| 244 | 2026-08-05T04:12:25.023Z | Compiling either v1.16.0 |
| 245 | 2026-08-05T04:12:25.105Z | Compiling aho-corasick v1.1.4 |
| 246 | 2026-08-05T04:12:25.211Z | Compiling zerocopy v0.8.54 |
| 247 | 2026-08-05T04:12:25.394Z | Compiling itertools v0.15.0 |
| 248 | 2026-08-05T04:12:25.419Z | Compiling heapless v0.8.0 |
| 249 | 2026-08-05T04:12:25.751Z | Compiling syn v2.0.118 |
| 250 | 2026-08-05T04:12:25.808Z | Compiling smoltcp v0.11.0 |
| 251 | 2026-08-05T04:12:25.841Z | Compiling ref-cast v1.0.25 |
| 252 | 2026-08-05T04:12:25.900Z | Compiling version_check v0.9.5 |
| 253 | 2026-08-05T04:12:26.232Z | Compiling regex-automata v0.4.15 |
| 254 | 2026-08-05T04:12:26.271Z | Compiling crc32fast v1.5.0 |
| 255 | 2026-08-05T04:12:26.279Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 256 | 2026-08-05T04:12:27.774Z | Compiling regex v1.13.0 |
| 257 | 2026-08-05T04:12:28.021Z | Compiling darling_core v0.23.0 |
| 258 | 2026-08-05T04:12:28.820Z | Compiling serde_derive v1.0.228 |
| 259 | 2026-08-05T04:12:28.820Z | Compiling zerocopy-derive v0.8.54 |
| 260 | 2026-08-05T04:12:28.823Z | Compiling thiserror-impl v2.0.18 |
| 261 | 2026-08-05T04:12:28.823Z | Compiling ref-cast-impl v1.0.25 |
| 262 | 2026-08-05T04:12:28.823Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 263 | 2026-08-05T04:12:30.285Z | Compiling darling_macro v0.23.0 |
| 264 | 2026-08-05T04:12:31.162Z | Compiling darling v0.23.0 |
| 265 | 2026-08-05T04:12:31.239Z | Compiling ingot-macros v0.2.0 |
| 266 | 2026-08-05T04:12:31.239Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 267 | 2026-08-05T04:12:36.391Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 268 | 2026-08-05T04:12:38.650Z | Checking byteorder v1.5.0 |
| 269 | 2026-08-05T04:12:38.650Z | Checking stable_deref_trait v1.2.1 |
| 270 | 2026-08-05T04:12:38.650Z | Checking cfg-if v1.0.4 |
| 271 | 2026-08-05T04:12:38.653Z | Checking macaddr v1.0.1 |
| 272 | 2026-08-05T04:12:38.653Z | Checking bitflags v1.3.2 |
| 273 | 2026-08-05T04:12:38.703Z | Checking managed v0.8.0 |
| 274 | 2026-08-05T04:12:38.734Z | Checking cobs v0.3.0 |
| 275 | 2026-08-05T04:12:38.786Z | Checking dyn-clone v1.0.20 |
| 276 | 2026-08-05T04:12:38.807Z | Checking hash32 v0.3.1 |
| 277 | 2026-08-05T04:12:38.847Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 278 | 2026-08-05T04:12:39.992Z | Checking bitflags v2.13.0 |
| 279 | 2026-08-05T04:12:39.995Z | Checking uuid v1.23.5 |
| 280 | 2026-08-05T04:12:40.132Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 281 | 2026-08-05T04:12:40.357Z | Checking postcard v1.1.3 |
| 282 | 2026-08-05T04:12:41.198Z | Checking ingot-types v0.2.0 |
| 283 | 2026-08-05T04:12:41.467Z | Checking ingot v0.2.0 |
| 284 | 2026-08-05T04:12:42.771Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 285 | 2026-08-05T04:12:45.844Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 286 | 2026-08-05T04:12:47.014Z | Checking xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 287 | 2026-08-05T04:12:48.538Z | Finished `dev` profile [optimized + debuginfo] target(s) in 28.58s |
| 288 | 2026-08-05T04:12:48.658Z | |
| 289 | 2026-08-05T04:12:48.658Z | real 28.758300113 |
| 290 | 2026-08-05T04:12:48.658Z | user 1:08.444796278 |
| 291 | 2026-08-05T04:12:48.658Z | sys 9.675743959 |
| 292 | 2026-08-05T04:12:48.658Z | trap 0.028508793 |
| 293 | 2026-08-05T04:12:48.659Z | tflt 0.082466594 |
| 294 | 2026-08-05T04:12:48.659Z | dflt 0.204572400 |
| 295 | 2026-08-05T04:12:48.659Z | kflt 0.001695648 |
| 296 | 2026-08-05T04:12:48.659Z | lock 3:52.863335279 |
| 297 | 2026-08-05T04:12:48.659Z | slp 3:03.821195402 |
| 298 | 2026-08-05T04:12:48.659Z | lat 2.219841461 |
| 299 | 2026-08-05T04:12:48.659Z | stop 7.451052284 |
| 300 | 2026-08-05T04:12:48.662Z | + pushd xde-link |
| 301 | 2026-08-05T04:12:48.662Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 302 | 2026-08-05T04:12:48.662Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 303 | 2026-08-05T04:12:48.835Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 304 | 2026-08-05T04:12:48.835Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 305 | 2026-08-05T04:12:48.835Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 306 | 2026-08-05T04:12:59.631Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 307 | 2026-08-05T04:13:01.938Z | Finished `dev` profile [optimized + debuginfo] target(s) in 13.21s |
| 308 | 2026-08-05T04:13:01.953Z | |
| 309 | 2026-08-05T04:13:01.959Z | real 13.287022772 |
| 310 | 2026-08-05T04:13:01.959Z | user 20.904102276 |
| 311 | 2026-08-05T04:13:01.959Z | sys 1.189979361 |
| 312 | 2026-08-05T04:13:01.959Z | trap 0.005466439 |
| 313 | 2026-08-05T04:13:01.959Z | tflt 0.001516309 |
| 314 | 2026-08-05T04:13:01.959Z | dflt 0.019815287 |
| 315 | 2026-08-05T04:13:01.959Z | kflt 0.000000000 |
| 316 | 2026-08-05T04:13:01.959Z | lock 1:12.108034478 |
| 317 | 2026-08-05T04:13:01.960Z | slp 44.221714793 |
| 318 | 2026-08-05T04:13:01.960Z | lat 0.315777812 |
| 319 | 2026-08-05T04:13:01.960Z | stop 0.137186121 |
| 320 | 2026-08-05T04:13:01.960Z | + popd |
| 321 | 2026-08-05T04:13:01.960Z | + popd |
| 322 | 2026-08-05T04:13:01.960Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 323 | 2026-08-05T04:13:01.960Z | + header 'build xde (debug)' |
| 324 | 2026-08-05T04:13:01.960Z | /work/oxidecomputer/opte |
| 325 | 2026-08-05T04:13:01.960Z | + echo '# ==== build xde (debug) ==== #' |
| 326 | 2026-08-05T04:13:01.960Z | # ==== build xde (debug) ==== # |
| 327 | 2026-08-05T04:13:01.960Z | + ptime -m cargo xtask build --profile debug xde xde-link |
| 328 | 2026-08-05T04:13:02.098Z | Downloading crates ... |
| 329 | 2026-08-05T04:13:02.140Z | Downloaded colorchoice v1.0.5 |
| 330 | 2026-08-05T04:13:02.155Z | Downloaded cargo_metadata v0.23.1 |
| 331 | 2026-08-05T04:13:02.158Z | Downloaded cargo-platform v0.3.3 |
| 332 | 2026-08-05T04:13:02.158Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 333 | 2026-08-05T04:13:02.158Z | Downloaded heck v0.5.0 |
| 334 | 2026-08-05T04:13:02.161Z | Downloaded itoa v1.0.18 |
| 335 | 2026-08-05T04:13:02.161Z | Downloaded clap_lex v1.1.0 |
| 336 | 2026-08-05T04:13:02.161Z | Downloaded anstyle-query v1.1.5 |
| 337 | 2026-08-05T04:13:02.166Z | Downloaded errno v0.3.14 |
| 338 | 2026-08-05T04:13:02.166Z | Downloaded is_terminal_polyfill v1.70.2 |
| 339 | 2026-08-05T04:13:02.166Z | Downloaded anstyle v1.0.14 |
| 340 | 2026-08-05T04:13:02.172Z | Downloaded equivalent v1.0.2 |
| 341 | 2026-08-05T04:13:02.172Z | Downloaded utf8parse v0.2.2 |
| 342 | 2026-08-05T04:13:02.185Z | Downloaded serde_spanned v1.1.1 |
| 343 | 2026-08-05T04:13:02.190Z | Downloaded terminal_size v0.4.4 |
| 344 | 2026-08-05T04:13:02.190Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 345 | 2026-08-05T04:13:02.190Z | Downloaded zmij v1.0.22 |
| 346 | 2026-08-05T04:13:02.191Z | Downloaded anstyle-parse v1.0.0 |
| 347 | 2026-08-05T04:13:02.199Z | Downloaded anstream v1.0.0 |
| 348 | 2026-08-05T04:13:02.215Z | Downloaded camino v1.2.4 |
| 349 | 2026-08-05T04:13:02.215Z | Downloaded clap_derive v4.6.4 |
| 350 | 2026-08-05T04:13:02.215Z | Downloaded semver v1.0.28 |
| 351 | 2026-08-05T04:13:02.215Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 352 | 2026-08-05T04:13:02.215Z | Downloaded anyhow v1.0.103 |
| 353 | 2026-08-05T04:13:02.226Z | Downloaded clap v4.6.5 |
| 354 | 2026-08-05T04:13:02.226Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 355 | 2026-08-05T04:13:02.235Z | Downloaded indexmap v2.14.0 |
| 356 | 2026-08-05T04:13:02.255Z | Downloaded serde_json v1.0.150 |
| 357 | 2026-08-05T04:13:02.259Z | Downloaded clap_builder v4.6.5 |
| 358 | 2026-08-05T04:13:02.264Z | Downloaded winnow v1.0.3 |
| 359 | 2026-08-05T04:13:02.300Z | Downloaded syn v3.0.3 |
| 360 | 2026-08-05T04:13:02.318Z | Downloaded rustix v1.1.4 |
| 361 | 2026-08-05T04:13:02.326Z | Downloaded libc v0.2.186 |
| 362 | 2026-08-05T04:13:02.382Z | Compiling proc-macro2 v1.0.106 |
| 363 | 2026-08-05T04:13:02.394Z | Compiling unicode-ident v1.0.24 |
| 364 | 2026-08-05T04:13:02.395Z | Compiling quote v1.0.46 |
| 365 | 2026-08-05T04:13:02.395Z | Compiling serde_core v1.0.228 |
| 366 | 2026-08-05T04:13:02.395Z | Compiling libc v0.2.186 |
| 367 | 2026-08-05T04:13:02.395Z | Compiling rustix v1.1.4 |
| 368 | 2026-08-05T04:13:02.395Z | Compiling utf8parse v0.2.2 |
| 369 | 2026-08-05T04:13:02.407Z | Compiling bitflags v2.13.0 |
| 370 | 2026-08-05T04:13:02.527Z | Compiling zmij v1.0.22 |
| 371 | 2026-08-05T04:13:02.536Z | Compiling anstyle-parse v1.0.0 |
| 372 | 2026-08-05T04:13:02.733Z | Compiling camino v1.2.4 |
| 373 | 2026-08-05T04:13:02.755Z | Compiling serde v1.0.228 |
| 374 | 2026-08-05T04:13:02.843Z | Compiling colorchoice v1.0.5 |
| 375 | 2026-08-05T04:13:02.867Z | Compiling serde_json v1.0.150 |
| 376 | 2026-08-05T04:13:02.907Z | Compiling anstyle v1.0.14 |
| 377 | 2026-08-05T04:13:02.948Z | Compiling thiserror v2.0.18 |
| 378 | 2026-08-05T04:13:03.037Z | Compiling is_terminal_polyfill v1.70.2 |
| 379 | 2026-08-05T04:13:03.037Z | Compiling anstyle-query v1.1.5 |
| 380 | 2026-08-05T04:13:03.065Z | Compiling errno v0.3.14 |
| 381 | 2026-08-05T04:13:03.127Z | Compiling anstream v1.0.0 |
| 382 | 2026-08-05T04:13:03.174Z | Compiling heck v0.5.0 |
| 383 | 2026-08-05T04:13:03.230Z | Compiling memchr v2.8.3 |
| 384 | 2026-08-05T04:13:03.455Z | Compiling strsim v0.11.1 |
| 385 | 2026-08-05T04:13:03.548Z | Compiling syn v2.0.118 |
| 386 | 2026-08-05T04:13:03.551Z | Compiling syn v3.0.3 |
| 387 | 2026-08-05T04:13:03.592Z | Compiling winnow v1.0.3 |
| 388 | 2026-08-05T04:13:03.602Z | Compiling anyhow v1.0.103 |
| 389 | 2026-08-05T04:13:03.911Z | Compiling terminal_size v0.4.4 |
| 390 | 2026-08-05T04:13:04.002Z | Compiling itoa v1.0.18 |
| 391 | 2026-08-05T04:13:04.080Z | Compiling clap_lex v1.1.0 |
| 392 | 2026-08-05T04:13:04.279Z | Compiling clap_builder v4.6.5 |
| 393 | 2026-08-05T04:13:04.404Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 394 | 2026-08-05T04:13:04.475Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 395 | 2026-08-05T04:13:04.560Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 396 | 2026-08-05T04:13:04.747Z | Compiling serde_spanned v1.1.1 |
| 397 | 2026-08-05T04:13:04.764Z | Compiling semver v1.0.28 |
| 398 | 2026-08-05T04:13:04.897Z | Compiling cargo-platform v0.3.3 |
| 399 | 2026-08-05T04:13:05.495Z | Compiling toml v1.1.2+spec-1.1.0 |
| 400 | 2026-08-05T04:13:05.517Z | Compiling thiserror-impl v2.0.18 |
| 401 | 2026-08-05T04:13:05.517Z | Compiling serde_derive v1.0.228 |
| 402 | 2026-08-05T04:13:06.416Z | Compiling clap_derive v4.6.4 |
| 403 | 2026-08-05T04:13:08.033Z | Compiling clap v4.6.5 |
| 404 | 2026-08-05T04:13:08.697Z | Compiling cargo_metadata v0.23.1 |
| 405 | 2026-08-05T04:13:11.255Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 406 | 2026-08-05T04:13:12.824Z | Finished `dev` profile [optimized + debuginfo] target(s) in 10.86s |
| 407 | 2026-08-05T04:13:12.836Z | Running `target/debug/xtask build --profile debug xde xde-link` |
| 408 | 2026-08-05T04:13:14.015Z | Building xde (dev). |
| 409 | 2026-08-05T04:13:14.242Z | Compiling serde_core v1.0.228 |
| 410 | 2026-08-05T04:13:14.242Z | Compiling byteorder v1.5.0 |
| 411 | 2026-08-05T04:13:14.242Z | Compiling macaddr v1.0.1 |
| 412 | 2026-08-05T04:13:14.244Z | Compiling stable_deref_trait v1.2.1 |
| 413 | 2026-08-05T04:13:14.244Z | Compiling cfg-if v1.0.4 |
| 414 | 2026-08-05T04:13:14.261Z | Compiling zerocopy v0.8.54 |
| 415 | 2026-08-05T04:13:14.264Z | Compiling thiserror v2.0.18 |
| 416 | 2026-08-05T04:13:14.267Z | Compiling bitflags v1.3.2 |
| 417 | 2026-08-05T04:13:14.317Z | Compiling managed v0.8.0 |
| 418 | 2026-08-05T04:13:14.320Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 419 | 2026-08-05T04:13:14.320Z | Compiling either v1.16.0 |
| 420 | 2026-08-05T04:13:14.358Z | Compiling cobs v0.3.0 |
| 421 | 2026-08-05T04:13:14.436Z | Compiling hash32 v0.3.1 |
| 422 | 2026-08-05T04:13:14.486Z | Compiling itertools v0.15.0 |
| 423 | 2026-08-05T04:13:14.514Z | Compiling ref-cast v1.0.25 |
| 424 | 2026-08-05T04:13:14.538Z | Compiling heapless v0.8.0 |
| 425 | 2026-08-05T04:13:14.585Z | Compiling crc32fast v1.5.0 |
| 426 | 2026-08-05T04:13:14.588Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 427 | 2026-08-05T04:13:14.602Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 428 | 2026-08-05T04:13:14.637Z | Compiling dyn-clone v1.0.20 |
| 429 | 2026-08-05T04:13:14.780Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 430 | 2026-08-05T04:13:14.902Z | Compiling smoltcp v0.11.0 |
| 431 | 2026-08-05T04:13:15.837Z | Compiling serde v1.0.228 |
| 432 | 2026-08-05T04:13:15.837Z | Compiling bitflags v2.13.0 |
| 433 | 2026-08-05T04:13:15.837Z | Compiling uuid v1.23.5 |
| 434 | 2026-08-05T04:13:15.966Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 435 | 2026-08-05T04:13:16.244Z | Compiling postcard v1.1.3 |
| 436 | 2026-08-05T04:13:17.012Z | Compiling ingot-types v0.2.0 |
| 437 | 2026-08-05T04:13:17.292Z | Compiling ingot v0.2.0 |
| 438 | 2026-08-05T04:13:18.723Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 439 | 2026-08-05T04:13:22.242Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 440 | 2026-08-05T04:13:32.151Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 441 | 2026-08-05T04:13:40.259Z | Finished `dev` profile [optimized + debuginfo] target(s) in 26.21s |
| 442 | 2026-08-05T04:13:40.281Z | Linking xde kmod... |
| 443 | 2026-08-05T04:13:41.284Z | Building xde dev link helper (dev). |
| 444 | 2026-08-05T04:13:41.428Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 445 | 2026-08-05T04:13:41.751Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.43s |
| 446 | 2026-08-05T04:13:41.774Z | |
| 447 | 2026-08-05T04:13:41.774Z | real 39.820951849 |
| 448 | 2026-08-05T04:13:41.774Z | user 2:12.753978335 |
| 449 | 2026-08-05T04:13:41.774Z | sys 10.669506553 |
| 450 | 2026-08-05T04:13:41.774Z | trap 0.054387792 |
| 451 | 2026-08-05T04:13:41.774Z | tflt 0.254315294 |
| 452 | 2026-08-05T04:13:41.774Z | dflt 0.558930865 |
| 453 | 2026-08-05T04:13:41.774Z | kflt 0.000018616 |
| 454 | 2026-08-05T04:13:41.774Z | lock 6:48.238519964 |
| 455 | 2026-08-05T04:13:41.777Z | slp 3:58.730799727 |
| 456 | 2026-08-05T04:13:41.777Z | lat 4.453824007 |
| 457 | 2026-08-05T04:13:41.777Z | stop 4.882719903 |
| 458 | 2026-08-05T04:13:41.777Z | + header 'build xde (release)' |
| 459 | 2026-08-05T04:13:41.777Z | + echo '# ==== build xde (release) ==== #' |
| 460 | 2026-08-05T04:13:41.777Z | # ==== build xde (release) ==== # |
| 461 | 2026-08-05T04:13:41.777Z | + ptime -m cargo xtask build --profile release xde xde-link |
| 462 | 2026-08-05T04:13:41.906Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s |
| 463 | 2026-08-05T04:13:41.910Z | Running `target/debug/xtask build --profile release xde xde-link` |
| 464 | 2026-08-05T04:13:42.090Z | Building xde (release-lto). |
| 465 | 2026-08-05T04:13:42.302Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 466 | 2026-08-05T04:13:42.306Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 467 | 2026-08-05T04:13:42.306Z | Compiling proc-macro2 v1.0.106 |
| 468 | 2026-08-05T04:13:42.306Z | Compiling unicode-ident v1.0.24 |
| 469 | 2026-08-05T04:13:42.306Z | Compiling quote v1.0.46 |
| 470 | 2026-08-05T04:13:42.306Z | Compiling serde_core v1.0.228 |
| 471 | 2026-08-05T04:13:42.306Z | Compiling strsim v0.11.1 |
| 472 | 2026-08-05T04:13:42.306Z | Compiling ident_case v1.0.1 |
| 473 | 2026-08-05T04:13:42.417Z | Compiling memchr v2.8.3 |
| 474 | 2026-08-05T04:13:42.420Z | Compiling regex-syntax v0.8.11 |
| 475 | 2026-08-05T04:13:42.668Z | Compiling thiserror v2.0.18 |
| 476 | 2026-08-05T04:13:42.674Z | Compiling either v1.16.0 |
| 477 | 2026-08-05T04:13:42.678Z | Compiling serde v1.0.228 |
| 478 | 2026-08-05T04:13:42.806Z | Compiling aho-corasick v1.1.4 |
| 479 | 2026-08-05T04:13:42.854Z | Compiling zerocopy v0.8.54 |
| 480 | 2026-08-05T04:13:43.051Z | Compiling itertools v0.15.0 |
| 481 | 2026-08-05T04:13:43.069Z | Compiling heapless v0.8.0 |
| 482 | 2026-08-05T04:13:43.376Z | Compiling syn v2.0.118 |
| 483 | 2026-08-05T04:13:43.459Z | Compiling smoltcp v0.11.0 |
| 484 | 2026-08-05T04:13:43.481Z | Compiling version_check v0.9.5 |
| 485 | 2026-08-05T04:13:43.525Z | Compiling crc32fast v1.5.0 |
| 486 | 2026-08-05T04:13:43.825Z | Compiling regex-automata v0.4.15 |
| 487 | 2026-08-05T04:13:43.847Z | Compiling ref-cast v1.0.25 |
| 488 | 2026-08-05T04:13:43.914Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 489 | 2026-08-05T04:13:45.431Z | Compiling regex v1.13.0 |
| 490 | 2026-08-05T04:13:45.720Z | Compiling darling_core v0.23.0 |
| 491 | 2026-08-05T04:13:46.482Z | Compiling zerocopy-derive v0.8.54 |
| 492 | 2026-08-05T04:13:46.482Z | Compiling thiserror-impl v2.0.18 |
| 493 | 2026-08-05T04:13:46.485Z | Compiling serde_derive v1.0.228 |
| 494 | 2026-08-05T04:13:46.485Z | Compiling ref-cast-impl v1.0.25 |
| 495 | 2026-08-05T04:13:46.485Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 496 | 2026-08-05T04:13:47.826Z | Compiling darling_macro v0.23.0 |
| 497 | 2026-08-05T04:13:48.683Z | Compiling darling v0.23.0 |
| 498 | 2026-08-05T04:13:48.742Z | Compiling ingot-macros v0.2.0 |
| 499 | 2026-08-05T04:13:48.742Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 500 | 2026-08-05T04:13:54.674Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 501 | 2026-08-05T04:13:56.935Z | Compiling byteorder v1.5.0 |
| 502 | 2026-08-05T04:13:56.935Z | Compiling macaddr v1.0.1 |
| 503 | 2026-08-05T04:13:56.939Z | Compiling stable_deref_trait v1.2.1 |
| 504 | 2026-08-05T04:13:56.939Z | Compiling cfg-if v1.0.4 |
| 505 | 2026-08-05T04:13:56.991Z | Compiling bitflags v1.3.2 |
| 506 | 2026-08-05T04:13:57.001Z | Compiling cobs v0.3.0 |
| 507 | 2026-08-05T04:13:57.023Z | Compiling managed v0.8.0 |
| 508 | 2026-08-05T04:13:57.113Z | Compiling hash32 v0.3.1 |
| 509 | 2026-08-05T04:13:57.189Z | Compiling dyn-clone v1.0.20 |
| 510 | 2026-08-05T04:13:57.280Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 511 | 2026-08-05T04:13:58.504Z | Compiling bitflags v2.13.0 |
| 512 | 2026-08-05T04:13:58.504Z | Compiling uuid v1.23.5 |
| 513 | 2026-08-05T04:13:58.643Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 514 | 2026-08-05T04:13:58.945Z | Compiling postcard v1.1.3 |
| 515 | 2026-08-05T04:13:59.765Z | Compiling ingot-types v0.2.0 |
| 516 | 2026-08-05T04:14:00.075Z | Compiling ingot v0.2.0 |
| 517 | 2026-08-05T04:14:01.567Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 518 | 2026-08-05T04:14:05.444Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 519 | 2026-08-05T04:14:14.304Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 520 | 2026-08-05T04:14:45.369Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 03s |
| 521 | 2026-08-05T04:14:45.389Z | Linking xde kmod... |
| 522 | 2026-08-05T04:14:45.983Z | Building xde dev link helper (release). |
| 523 | 2026-08-05T04:14:46.131Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 524 | 2026-08-05T04:14:46.131Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 525 | 2026-08-05T04:14:46.131Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 526 | 2026-08-05T04:14:57.566Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 527 | 2026-08-05T04:15:00.238Z | Finished `release` profile [optimized + debuginfo] target(s) in 14.22s |
| 528 | 2026-08-05T04:15:00.256Z | |
| 529 | 2026-08-05T04:15:00.256Z | real 1:18.478328072 |
| 530 | 2026-08-05T04:15:00.256Z | user 2:08.006053262 |
| 531 | 2026-08-05T04:15:00.256Z | sys 11.845481610 |
| 532 | 2026-08-05T04:15:00.259Z | trap 0.027661942 |
| 533 | 2026-08-05T04:15:00.259Z | tflt 0.160777117 |
| 534 | 2026-08-05T04:15:00.259Z | dflt 0.168519146 |
| 535 | 2026-08-05T04:15:00.259Z | kflt 0.000021196 |
| 536 | 2026-08-05T04:15:00.259Z | lock 10:08.089051857 |
| 537 | 2026-08-05T04:15:00.259Z | slp 6:02.270261251 |
| 538 | 2026-08-05T04:15:00.259Z | lat 2.181127095 |
| 539 | 2026-08-05T04:15:00.259Z | stop 3.975216285 |
| 540 | 2026-08-05T04:15:00.259Z | + elfdump target/x86_64-unknown-unknown/debug/xde.dbg |
| 541 | 2026-08-05T04:15:00.259Z | + grep GOTPCREL |
| 542 | 2026-08-05T04:15:01.902Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 543 | 2026-08-05T04:15:01.905Z | + grep GOTPCREL |
| 544 | 2026-08-05T04:15:02.858Z | + cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/ |
| 545 | 2026-08-05T04:15:02.912Z | + sha256sum /work/debug/xde.dbg |
| 546 | 2026-08-05T04:15:02.962Z | + cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so |
| 547 | 2026-08-05T04:15:02.965Z | + sha256sum /work/debug/xde_link.dbg.so |
| 548 | 2026-08-05T04:15:02.968Z | + cp target/x86_64-unknown-unknown/release-lto/xde /work/release/ |
| 549 | 2026-08-05T04:15:03.004Z | + sha256sum /work/release/xde |
| 550 | 2026-08-05T04:15:03.034Z | + cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so |
| 551 | 2026-08-05T04:15:03.037Z | + sha256sum /work/release/xde_link.so |
| 552 | 2026-08-05T04:15:03.040Z | + header 'build xde integration tests' |
| 553 | 2026-08-05T04:15:03.040Z | + echo '# ==== build xde integration tests ==== #' |
| 554 | 2026-08-05T04:15:03.040Z | + pushd xde-tests |
| 555 | 2026-08-05T04:15:03.040Z | # ==== build xde integration tests ==== # |
| 556 | 2026-08-05T04:15:03.040Z | /work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte |
| 557 | 2026-08-05T04:15:03.040Z | + cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check |
| 558 | 2026-08-05T04:15:03.121Z | + cargo clippy --all-targets -- --deny warnings |
| 559 | 2026-08-05T04:15:03.326Z | Compiling serde_core v1.0.228 |
| 560 | 2026-08-05T04:15:03.326Z | Checking cfg-if v1.0.4 |
| 561 | 2026-08-05T04:15:03.326Z | Checking memchr v2.8.3 |
| 562 | 2026-08-05T04:15:03.326Z | Compiling rustversion v1.0.23 |
| 563 | 2026-08-05T04:15:03.326Z | Compiling serde v1.0.228 |
| 564 | 2026-08-05T04:15:03.329Z | Compiling version_check v0.9.5 |
| 565 | 2026-08-05T04:15:03.329Z | Compiling libc v0.2.186 |
| 566 | 2026-08-05T04:15:03.330Z | Compiling syn v2.0.118 |
| 567 | 2026-08-05T04:15:03.391Z | Compiling ident_case v1.0.1 |
| 568 | 2026-08-05T04:15:03.492Z | Compiling strsim v0.11.1 |
| 569 | 2026-08-05T04:15:03.663Z | Compiling regex-syntax v0.8.11 |
| 570 | 2026-08-05T04:15:03.717Z | Checking pin-project-lite v0.2.17 |
| 571 | 2026-08-05T04:15:03.768Z | Compiling syn v1.0.109 |
| 572 | 2026-08-05T04:15:03.786Z | Compiling zerocopy v0.8.54 |
| 573 | 2026-08-05T04:15:03.992Z | Compiling aho-corasick v1.1.4 |
| 574 | 2026-08-05T04:15:04.128Z | Compiling equivalent v1.0.2 |
| 575 | 2026-08-05T04:15:04.183Z | Compiling winnow v1.0.3 |
| 576 | 2026-08-05T04:15:04.189Z | Compiling either v1.16.0 |
| 577 | 2026-08-05T04:15:04.200Z | Compiling hashbrown v0.17.1 |
| 578 | 2026-08-05T04:15:04.377Z | Compiling itertools v0.15.0 |
| 579 | 2026-08-05T04:15:04.729Z | Compiling indexmap v2.14.0 |
| 580 | 2026-08-05T04:15:05.190Z | Compiling regex-automata v0.4.15 |
| 581 | 2026-08-05T04:15:05.208Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 582 | 2026-08-05T04:15:05.326Z | Compiling heapless v0.8.0 |
| 583 | 2026-08-05T04:15:05.569Z | Checking byteorder v1.5.0 |
| 584 | 2026-08-05T04:15:05.613Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 585 | 2026-08-05T04:15:05.710Z | Checking bitflags v2.13.0 |
| 586 | 2026-08-05T04:15:05.715Z | Checking hash32 v0.3.1 |
| 587 | 2026-08-05T04:15:05.739Z | Compiling slog v2.8.2 |
| 588 | 2026-08-05T04:15:05.808Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 589 | 2026-08-05T04:15:05.814Z | Checking futures-sink v0.3.32 |
| 590 | 2026-08-05T04:15:05.818Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 591 | 2026-08-05T04:15:05.860Z | Checking stable_deref_trait v1.2.1 |
| 592 | 2026-08-05T04:15:05.893Z | Compiling smoltcp v0.11.0 |
| 593 | 2026-08-05T04:15:05.917Z | Compiling darling_core v0.23.0 |
| 594 | 2026-08-05T04:15:05.947Z | Checking futures-core v0.3.32 |
| 595 | 2026-08-05T04:15:06.029Z | Checking macaddr v1.0.1 |
| 596 | 2026-08-05T04:15:06.056Z | Checking futures-channel v0.3.32 |
| 597 | 2026-08-05T04:15:06.220Z | Compiling proc-macro-error-attr v1.0.4 |
| 598 | 2026-08-05T04:15:06.235Z | Checking slab v0.4.12 |
| 599 | 2026-08-05T04:15:06.376Z | Compiling proc-macro-crate v3.5.0 |
| 600 | 2026-08-05T04:15:06.428Z | Checking futures-task v0.3.32 |
| 601 | 2026-08-05T04:15:06.524Z | Checking managed v0.8.0 |
| 602 | 2026-08-05T04:15:06.555Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 603 | 2026-08-05T04:15:06.672Z | Compiling ref-cast v1.0.25 |
| 604 | 2026-08-05T04:15:06.699Z | Compiling crc32fast v1.5.0 |
| 605 | 2026-08-05T04:15:06.759Z | Checking bitflags v1.3.2 |
| 606 | 2026-08-05T04:15:06.772Z | Compiling autocfg v1.5.1 |
| 607 | 2026-08-05T04:15:06.815Z | Checking rand_core v0.10.1 |
| 608 | 2026-08-05T04:15:06.944Z | Compiling regex v1.13.0 |
| 609 | 2026-08-05T04:15:06.963Z | Compiling getrandom v0.4.3 |
| 610 | 2026-08-05T04:15:06.966Z | Checking futures-io v0.3.32 |
| 611 | 2026-08-05T04:15:07.104Z | Compiling num-traits v0.2.19 |
| 612 | 2026-08-05T04:15:07.109Z | Compiling serde_derive v1.0.228 |
| 613 | 2026-08-05T04:15:07.130Z | Compiling thiserror-impl v2.0.18 |
| 614 | 2026-08-05T04:15:07.211Z | Compiling zerocopy-derive v0.8.54 |
| 615 | 2026-08-05T04:15:07.317Z | Compiling futures-macro v0.3.32 |
| 616 | 2026-08-05T04:15:07.329Z | Compiling foreign-types-macros v0.2.3 |
| 617 | 2026-08-05T04:15:07.571Z | Compiling ref-cast-impl v1.0.25 |
| 618 | 2026-08-05T04:15:07.733Z | Compiling num_enum_derive v0.7.6 |
| 619 | 2026-08-05T04:15:07.988Z | Compiling darling_macro v0.23.0 |
| 620 | 2026-08-05T04:15:08.119Z | Checking futures-util v0.3.32 |
| 621 | 2026-08-05T04:15:08.184Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 622 | 2026-08-05T04:15:08.299Z | Checking thiserror v2.0.18 |
| 623 | 2026-08-05T04:15:08.389Z | Checking cobs v0.3.0 |
| 624 | 2026-08-05T04:15:08.492Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 625 | 2026-08-05T04:15:08.530Z | Compiling proc-macro-error v1.0.4 |
| 626 | 2026-08-05T04:15:08.553Z | Compiling darling v0.23.0 |
| 627 | 2026-08-05T04:15:08.616Z | Compiling ingot-macros v0.2.0 |
| 628 | 2026-08-05T04:15:08.716Z | Checking unicode-width v0.2.2 |
| 629 | 2026-08-05T04:15:08.726Z | Checking cpufeatures v0.3.0 |
| 630 | 2026-08-05T04:15:08.730Z | Checking ipnetwork v0.21.1 |
| 631 | 2026-08-05T04:15:08.771Z | Checking once_cell v1.21.4 |
| 632 | 2026-08-05T04:15:08.886Z | Compiling crossbeam-utils v0.8.22 |
| 633 | 2026-08-05T04:15:08.929Z | Checking foreign-types-shared v0.3.1 |
| 634 | 2026-08-05T04:15:08.951Z | Checking tabwriter v1.4.1 |
| 635 | 2026-08-05T04:15:09.000Z | Checking foreign-types v0.5.0 |
| 636 | 2026-08-05T04:15:09.063Z | Checking tracing-core v0.1.36 |
| 637 | 2026-08-05T04:15:09.101Z | Checking chacha20 v0.10.1 |
| 638 | 2026-08-05T04:15:09.238Z | Checking num_enum v0.7.6 |
| 639 | 2026-08-05T04:15:09.278Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 640 | 2026-08-05T04:15:09.422Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 641 | 2026-08-05T04:15:09.694Z | Compiling tracing-attributes v0.1.31 |
| 642 | 2026-08-05T04:15:09.763Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 643 | 2026-08-05T04:15:09.997Z | Checking anyhow v1.0.103 |
| 644 | 2026-08-05T04:15:10.130Z | Checking futures-executor v0.3.32 |
| 645 | 2026-08-05T04:15:10.193Z | Checking cstr-argument v0.1.2 |
| 646 | 2026-08-05T04:15:10.222Z | Checking erased-serde v0.3.31 |
| 647 | 2026-08-05T04:15:10.271Z | Checking postcard v1.1.3 |
| 648 | 2026-08-05T04:15:10.298Z | Checking dyn-clone v1.0.20 |
| 649 | 2026-08-05T04:15:10.340Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 650 | 2026-08-05T04:15:10.387Z | Compiling time-core v0.1.9 |
| 651 | 2026-08-05T04:15:10.539Z | Compiling num-conv v0.2.2 |
| 652 | 2026-08-05T04:15:10.545Z | Compiling thiserror v1.0.69 |
| 653 | 2026-08-05T04:15:10.561Z | Checking pretty-hex v0.4.2 |
| 654 | 2026-08-05T04:15:10.662Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 655 | 2026-08-05T04:15:10.677Z | Compiling time-macros v0.2.31 |
| 656 | 2026-08-05T04:15:10.818Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 657 | 2026-08-05T04:15:10.844Z | Checking futures v0.3.32 |
| 658 | 2026-08-05T04:15:10.893Z | Checking tracing v0.1.44 |
| 659 | 2026-08-05T04:15:10.906Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 660 | 2026-08-05T04:15:10.990Z | Checking rand v0.10.2 |
| 661 | 2026-08-05T04:15:11.065Z | Compiling thiserror-impl v1.0.69 |
| 662 | 2026-08-05T04:15:11.222Z | Checking uuid v1.23.5 |
| 663 | 2026-08-05T04:15:11.323Z | Checking arc-swap v1.9.2 |
| 664 | 2026-08-05T04:15:11.388Z | Checking socket2 v0.6.4 |
| 665 | 2026-08-05T04:15:11.399Z | Checking nom v8.0.0 |
| 666 | 2026-08-05T04:15:11.414Z | Checking ingot-types v0.2.0 |
| 667 | 2026-08-05T04:15:11.482Z | Checking thread_local v1.1.10 |
| 668 | 2026-08-05T04:15:11.533Z | Checking iana-time-zone v0.1.65 |
| 669 | 2026-08-05T04:15:11.622Z | Checking colored v3.1.1 |
| 670 | 2026-08-05T04:15:11.631Z | Compiling heck v0.4.1 |
| 671 | 2026-08-05T04:15:11.638Z | Compiling slog-async v2.8.0 |
| 672 | 2026-08-05T04:15:11.747Z | Checking ingot v0.2.0 |
| 673 | 2026-08-05T04:15:11.806Z | Checking lazy_static v1.5.0 |
| 674 | 2026-08-05T04:15:11.884Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 675 | 2026-08-05T04:15:11.899Z | Checking deranged v0.5.8 |
| 676 | 2026-08-05T04:15:12.140Z | Checking powerfmt v0.2.0 |
| 677 | 2026-08-05T04:15:12.143Z | Checking oxnet v0.1.6 |
| 678 | 2026-08-05T04:15:12.277Z | Checking slog-scope v4.4.1 |
| 679 | 2026-08-05T04:15:12.289Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 680 | 2026-08-05T04:15:12.318Z | Checking chrono v0.4.45 |
| 681 | 2026-08-05T04:15:12.378Z | Checking crossbeam-channel v0.5.16 |
| 682 | 2026-08-05T04:15:12.707Z | Checking cookie-factory v0.3.3 |
| 683 | 2026-08-05T04:15:12.804Z | Checking time v0.3.53 |
| 684 | 2026-08-05T04:15:12.927Z | Checking itertools v0.12.1 |
| 685 | 2026-08-05T04:15:12.932Z | Checking is-terminal v0.4.17 |
| 686 | 2026-08-05T04:15:13.003Z | Checking term v1.2.1 |
| 687 | 2026-08-05T04:15:13.092Z | Checking circular v0.3.0 |
| 688 | 2026-08-05T04:15:13.197Z | Checking take_mut v0.2.2 |
| 689 | 2026-08-05T04:15:13.224Z | Checking log v0.4.33 |
| 690 | 2026-08-05T04:15:13.314Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 691 | 2026-08-05T04:15:13.323Z | Checking rusticata-macros v5.0.0 |
| 692 | 2026-08-05T04:15:13.372Z | Checking slog-stdlog v4.1.1 |
| 693 | 2026-08-05T04:15:13.436Z | Checking pcap-parser v0.17.0 |
| 694 | 2026-08-05T04:15:13.886Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 695 | 2026-08-05T04:15:13.903Z | Checking slog-term v2.9.2 |
| 696 | 2026-08-05T04:15:15.403Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 697 | 2026-08-05T04:15:15.413Z | Checking slog-envlogger v2.2.0 |
| 698 | 2026-08-05T04:15:17.872Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 699 | 2026-08-05T04:15:19.561Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 700 | 2026-08-05T04:15:19.575Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 701 | 2026-08-05T04:15:19.970Z | Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 702 | 2026-08-05T04:15:20.509Z | Finished `dev` profile [optimized + debuginfo] target(s) in 17.28s |
| 703 | 2026-08-05T04:15:20.529Z | + cargo build --test loopback |
| 704 | 2026-08-05T04:15:20.654Z | Compiling cfg-if v1.0.4 |
| 705 | 2026-08-05T04:15:20.654Z | Compiling memchr v2.8.3 |
| 706 | 2026-08-05T04:15:20.657Z | Compiling serde_core v1.0.228 |
| 707 | 2026-08-05T04:15:20.675Z | Compiling libc v0.2.186 |
| 708 | 2026-08-05T04:15:20.685Z | Compiling thiserror v2.0.18 |
| 709 | 2026-08-05T04:15:20.686Z | Compiling pin-project-lite v0.2.17 |
| 710 | 2026-08-05T04:15:20.760Z | Compiling byteorder v1.5.0 |
| 711 | 2026-08-05T04:15:20.760Z | Compiling either v1.16.0 |
| 712 | 2026-08-05T04:15:20.760Z | Compiling zerocopy v0.8.54 |
| 713 | 2026-08-05T04:15:20.764Z | Compiling macaddr v1.0.1 |
| 714 | 2026-08-05T04:15:20.764Z | Compiling futures-core v0.3.32 |
| 715 | 2026-08-05T04:15:20.844Z | Compiling hash32 v0.3.1 |
| 716 | 2026-08-05T04:15:20.879Z | Compiling futures-sink v0.3.32 |
| 717 | 2026-08-05T04:15:20.920Z | Compiling stable_deref_trait v1.2.1 |
| 718 | 2026-08-05T04:15:20.964Z | Compiling heapless v0.8.0 |
| 719 | 2026-08-05T04:15:20.969Z | Compiling futures-channel v0.3.32 |
| 720 | 2026-08-05T04:15:20.990Z | Compiling cobs v0.3.0 |
| 721 | 2026-08-05T04:15:21.010Z | Compiling slab v0.4.12 |
| 722 | 2026-08-05T04:15:21.017Z | Compiling futures-task v0.3.32 |
| 723 | 2026-08-05T04:15:21.158Z | Compiling bitflags v1.3.2 |
| 724 | 2026-08-05T04:15:21.191Z | Compiling managed v0.8.0 |
| 725 | 2026-08-05T04:15:21.199Z | Compiling futures-io v0.3.32 |
| 726 | 2026-08-05T04:15:21.216Z | Compiling rand_core v0.10.1 |
| 727 | 2026-08-05T04:15:21.262Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 728 | 2026-08-05T04:15:21.370Z | Compiling smoltcp v0.11.0 |
| 729 | 2026-08-05T04:15:21.387Z | Compiling futures-util v0.3.32 |
| 730 | 2026-08-05T04:15:21.387Z | Compiling cpufeatures v0.3.0 |
| 731 | 2026-08-05T04:15:21.417Z | Compiling once_cell v1.21.4 |
| 732 | 2026-08-05T04:15:21.445Z | Compiling foreign-types-shared v0.3.1 |
| 733 | 2026-08-05T04:15:21.483Z | Compiling ipnetwork v0.21.1 |
| 734 | 2026-08-05T04:15:21.528Z | Compiling unicode-width v0.2.2 |
| 735 | 2026-08-05T04:15:21.639Z | Compiling tracing-core v0.1.36 |
| 736 | 2026-08-05T04:15:21.825Z | Compiling tabwriter v1.4.1 |
| 737 | 2026-08-05T04:15:21.997Z | Compiling foreign-types v0.5.0 |
| 738 | 2026-08-05T04:15:22.092Z | Compiling chacha20 v0.10.1 |
| 739 | 2026-08-05T04:15:22.230Z | Compiling getrandom v0.4.3 |
| 740 | 2026-08-05T04:15:22.236Z | Compiling ref-cast v1.0.25 |
| 741 | 2026-08-05T04:15:22.320Z | Compiling num_enum v0.7.6 |
| 742 | 2026-08-05T04:15:22.429Z | Compiling serde v1.0.228 |
| 743 | 2026-08-05T04:15:22.429Z | Compiling bitflags v2.13.0 |
| 744 | 2026-08-05T04:15:22.439Z | Compiling crc32fast v1.5.0 |
| 745 | 2026-08-05T04:15:22.659Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 746 | 2026-08-05T04:15:22.674Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 747 | 2026-08-05T04:15:22.780Z | Compiling cstr-argument v0.1.2 |
| 748 | 2026-08-05T04:15:22.839Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 749 | 2026-08-05T04:15:22.936Z | Compiling erased-serde v0.3.31 |
| 750 | 2026-08-05T04:15:22.940Z | Compiling postcard v1.1.3 |
| 751 | 2026-08-05T04:15:22.947Z | Compiling itertools v0.15.0 |
| 752 | 2026-08-05T04:15:23.074Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 753 | 2026-08-05T04:15:23.265Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 754 | 2026-08-05T04:15:23.279Z | Compiling dyn-clone v1.0.20 |
| 755 | 2026-08-05T04:15:23.440Z | Compiling slog v2.8.2 |
| 756 | 2026-08-05T04:15:23.625Z | Compiling ingot-types v0.2.0 |
| 757 | 2026-08-05T04:15:23.663Z | Compiling futures-executor v0.3.32 |
| 758 | 2026-08-05T04:15:23.775Z | Compiling pretty-hex v0.4.2 |
| 759 | 2026-08-05T04:15:23.831Z | Compiling futures v0.3.32 |
| 760 | 2026-08-05T04:15:23.899Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 761 | 2026-08-05T04:15:23.902Z | Compiling tracing v0.1.44 |
| 762 | 2026-08-05T04:15:23.942Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 763 | 2026-08-05T04:15:24.067Z | Compiling ingot v0.2.0 |
| 764 | 2026-08-05T04:15:24.067Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 765 | 2026-08-05T04:15:24.090Z | Compiling num-traits v0.2.19 |
| 766 | 2026-08-05T04:15:24.094Z | Compiling uuid v1.23.5 |
| 767 | 2026-08-05T04:15:24.120Z | Compiling rand v0.10.2 |
| 768 | 2026-08-05T04:15:24.291Z | Compiling crossbeam-utils v0.8.22 |
| 769 | 2026-08-05T04:15:24.299Z | Compiling aho-corasick v1.1.4 |
| 770 | 2026-08-05T04:15:24.559Z | Compiling nom v8.0.0 |
| 771 | 2026-08-05T04:15:24.745Z | Compiling socket2 v0.6.4 |
| 772 | 2026-08-05T04:15:24.771Z | Compiling thread_local v1.1.10 |
| 773 | 2026-08-05T04:15:25.127Z | Compiling arc-swap v1.9.2 |
| 774 | 2026-08-05T04:15:25.132Z | Compiling deranged v0.5.8 |
| 775 | 2026-08-05T04:15:25.143Z | Compiling time-core v0.1.9 |
| 776 | 2026-08-05T04:15:25.383Z | Compiling oxnet v0.1.6 |
| 777 | 2026-08-05T04:15:25.566Z | Compiling colored v3.1.1 |
| 778 | 2026-08-05T04:15:25.694Z | Compiling regex-syntax v0.8.11 |
| 779 | 2026-08-05T04:15:25.846Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 780 | 2026-08-05T04:15:25.923Z | Compiling iana-time-zone v0.1.65 |
| 781 | 2026-08-05T04:15:26.074Z | Compiling winnow v1.0.3 |
| 782 | 2026-08-05T04:15:27.724Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 783 | 2026-08-05T04:15:27.782Z | Compiling lazy_static v1.5.0 |
| 784 | 2026-08-05T04:15:27.782Z | Compiling num-conv v0.2.2 |
| 785 | 2026-08-05T04:15:27.782Z | Compiling powerfmt v0.2.0 |
| 786 | 2026-08-05T04:15:27.782Z | Compiling slog-scope v4.4.1 |
| 787 | 2026-08-05T04:15:27.782Z | Compiling chrono v0.4.45 |
| 788 | 2026-08-05T04:15:27.782Z | Compiling time v0.3.53 |
| 789 | 2026-08-05T04:15:27.782Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 790 | 2026-08-05T04:15:27.782Z | Compiling regex-automata v0.4.15 |
| 791 | 2026-08-05T04:15:28.207Z | Compiling rusticata-macros v5.0.0 |
| 792 | 2026-08-05T04:15:28.535Z | Compiling thiserror v1.0.69 |
| 793 | 2026-08-05T04:15:28.610Z | Compiling crossbeam-channel v0.5.16 |
| 794 | 2026-08-05T04:15:28.630Z | Compiling cookie-factory v0.3.3 |
| 795 | 2026-08-05T04:15:28.945Z | Compiling is-terminal v0.4.17 |
| 796 | 2026-08-05T04:15:29.086Z | Compiling itertools v0.12.1 |
| 797 | 2026-08-05T04:15:29.374Z | Compiling take_mut v0.2.2 |
| 798 | 2026-08-05T04:15:29.482Z | Compiling circular v0.3.0 |
| 799 | 2026-08-05T04:15:29.732Z | Compiling log v0.4.33 |
| 800 | 2026-08-05T04:15:30.026Z | Compiling term v1.2.1 |
| 801 | 2026-08-05T04:15:30.384Z | Compiling slog-term v2.9.2 |
| 802 | 2026-08-05T04:15:30.516Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 803 | 2026-08-05T04:15:31.734Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 804 | 2026-08-05T04:15:32.336Z | Compiling slog-stdlog v4.1.1 |
| 805 | 2026-08-05T04:15:32.399Z | Compiling pcap-parser v0.17.0 |
| 806 | 2026-08-05T04:15:32.494Z | Compiling slog-async v2.8.0 |
| 807 | 2026-08-05T04:15:32.709Z | Compiling regex v1.13.0 |
| 808 | 2026-08-05T04:15:32.872Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 809 | 2026-08-05T04:15:33.819Z | Compiling slog-envlogger v2.2.0 |
| 810 | 2026-08-05T04:15:34.142Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 811 | 2026-08-05T04:15:34.286Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 812 | 2026-08-05T04:15:35.335Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 813 | 2026-08-05T04:15:44.007Z | Finished `dev` profile [optimized + debuginfo] target(s) in 23.51s |
| 814 | 2026-08-05T04:15:44.043Z | ++ cargo build -q --test loopback --message-format=json |
| 815 | 2026-08-05T04:15:44.048Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 816 | 2026-08-05T04:15:44.160Z | + loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-2001a507b33f4803 |
| 817 | 2026-08-05T04:15:44.160Z | + cargo build --test multicast_rx |
| 818 | 2026-08-05T04:15:44.268Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 819 | 2026-08-05T04:15:46.069Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.90s |
| 820 | 2026-08-05T04:15:46.104Z | ++ cargo build -q --test multicast_rx --message-format=json |
| 821 | 2026-08-05T04:15:46.107Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 822 | 2026-08-05T04:15:46.223Z | + multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-ed02daea5d032326 |
| 823 | 2026-08-05T04:15:46.223Z | + cargo build --test multicast_multi_sub |
| 824 | 2026-08-05T04:15:46.326Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 825 | 2026-08-05T04:15:49.187Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.91s |
| 826 | 2026-08-05T04:15:49.197Z | ++ cargo build -q --test multicast_multi_sub --message-format=json |
| 827 | 2026-08-05T04:15:49.197Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 828 | 2026-08-05T04:15:49.197Z | + multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-0bda64cc99833d0a |
| 829 | 2026-08-05T04:15:49.197Z | + cargo build --test multicast_validation |
| 830 | 2026-08-05T04:15:49.197Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 831 | 2026-08-05T04:15:50.443Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.13s |
| 832 | 2026-08-05T04:15:50.477Z | ++ cargo build -q --test multicast_validation --message-format=json |
| 833 | 2026-08-05T04:15:50.481Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 834 | 2026-08-05T04:15:50.596Z | + multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-f42dd83d00cd44cb |
| 835 | 2026-08-05T04:15:50.596Z | + cargo build --test multicast_source_filter |
| 836 | 2026-08-05T04:15:50.700Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 837 | 2026-08-05T04:15:52.794Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.19s |
| 838 | 2026-08-05T04:15:52.828Z | ++ cargo build -q --test multicast_source_filter --message-format=json |
| 839 | 2026-08-05T04:15:52.831Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 840 | 2026-08-05T04:15:52.947Z | + multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-69bede13ae9b4bb5 |
| 841 | 2026-08-05T04:15:52.947Z | + cargo build --test multicast_multi_nexthop |
| 842 | 2026-08-05T04:15:53.049Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 843 | 2026-08-05T04:15:54.752Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.79s |
| 844 | 2026-08-05T04:15:54.787Z | ++ cargo build -q --test multicast_multi_nexthop --message-format=json |
| 845 | 2026-08-05T04:15:54.790Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 846 | 2026-08-05T04:15:54.908Z | + multicast_multi_nexthop_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_nexthop-7b8b1f2959c89569 |
| 847 | 2026-08-05T04:15:54.908Z | + mkdir -p /work/test |
| 848 | 2026-08-05T04:15:54.911Z | + cp /work/oxidecomputer/opte/target/debug/deps/loopback-2001a507b33f4803 /work/test/loopback |
| 849 | 2026-08-05T04:15:54.953Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-ed02daea5d032326 /work/test/multicast_rx |
| 850 | 2026-08-05T04:15:54.999Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-0bda64cc99833d0a /work/test/multicast_multi_sub |
| 851 | 2026-08-05T04:15:55.047Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-f42dd83d00cd44cb /work/test/multicast_validation |
| 852 | 2026-08-05T04:15:55.095Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-69bede13ae9b4bb5 /work/test/multicast_source_filter |
| 853 | 2026-08-05T04:15:55.143Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_nexthop-7b8b1f2959c89569 /work/test/multicast_multi_nexthop |
| 854 | 2026-08-05T04:15:55.192Z | process exited: duration 236912 ms, exit code 0 |
| |
| 855 | 2026-08-05T04:15:55.200Z | found 15 output files |
| 856 | 2026-08-05T04:15:55.200Z | uploading: /work/debug/xde.dbg (89502728 bytes) |
| 857 | 2026-08-05T04:15:58.068Z | uploaded: /work/debug/xde.dbg |
| 858 | 2026-08-05T04:15:58.068Z | uploading: /work/debug/xde.dbg.sha256 (86 bytes) |
| 859 | 2026-08-05T04:15:59.082Z | uploaded: /work/debug/xde.dbg.sha256 |
| 860 | 2026-08-05T04:15:59.092Z | uploading: /work/debug/xde_link.dbg.so (1256692 bytes) |
| 861 | 2026-08-05T04:16:00.119Z | uploaded: /work/debug/xde_link.dbg.so |
| 862 | 2026-08-05T04:16:00.119Z | uploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes) |
| 863 | 2026-08-05T04:16:01.128Z | uploaded: /work/debug/xde_link.dbg.so.sha256 |
| 864 | 2026-08-05T04:16:01.129Z | uploading: /work/release/xde (53532760 bytes) |
| 865 | 2026-08-05T04:16:02.522Z | uploaded: /work/release/xde |
| 866 | 2026-08-05T04:16:02.522Z | uploading: /work/release/xde.sha256 (84 bytes) |
| 867 | 2026-08-05T04:16:03.533Z | uploaded: /work/release/xde.sha256 |
| 868 | 2026-08-05T04:16:03.533Z | uploading: /work/release/xde_link.so (45240 bytes) |
| 869 | 2026-08-05T04:16:04.545Z | uploaded: /work/release/xde_link.so |
| 870 | 2026-08-05T04:16:04.545Z | uploading: /work/release/xde_link.so.sha256 (92 bytes) |
| 871 | 2026-08-05T04:16:05.553Z | uploaded: /work/release/xde_link.so.sha256 |
| 872 | 2026-08-05T04:16:05.553Z | uploading: /work/test/loopback (58848920 bytes) |
| 873 | 2026-08-05T04:16:07.024Z | uploaded: /work/test/loopback |
| 874 | 2026-08-05T04:16:07.025Z | uploading: /work/test/multicast_rx (59347616 bytes) |
| 875 | 2026-08-05T04:16:08.581Z | uploaded: /work/test/multicast_rx |
| 876 | 2026-08-05T04:16:08.581Z | uploading: /work/test/multicast_multi_sub (59989352 bytes) |
| 877 | 2026-08-05T04:16:09.999Z | uploaded: /work/test/multicast_multi_sub |
| 878 | 2026-08-05T04:16:09.999Z | uploading: /work/test/multicast_validation (59333096 bytes) |
| 879 | 2026-08-05T04:16:11.557Z | uploaded: /work/test/multicast_validation |
| 880 | 2026-08-05T04:16:11.558Z | uploading: /work/test/multicast_source_filter (59634808 bytes) |
| 881 | 2026-08-05T04:16:12.974Z | uploaded: /work/test/multicast_source_filter |
| 882 | 2026-08-05T04:16:12.975Z | uploading: /work/test/multicast_multi_nexthop (60225360 bytes) |
| 883 | 2026-08-05T04:16:14.832Z | uploaded: /work/test/multicast_multi_nexthop |
| 884 | 2026-08-05T04:16:14.832Z | uploading: /work/xde.conf (79 bytes) |
| 885 | 2026-08-05T04:16:15.860Z | uploaded: /work/xde.conf |