|
|
|
| 1 | 2026-05-11T21:06:35.199Z | job assigned to worker 01KRCDRB4Q5KJ78MB6DPH8HX0X [factory aws, i-0281db20164c47876] (queued for 1 m 1 s) |
| |
| 2 | 2026-05-11T21:06:41.276Z | starting task 0: "setup" |
| 3 | 2026-05-11T21:06:41.282Z | ++ uname -s |
| 4 | 2026-05-11T21:06:41.285Z | + kern=SunOS |
| 5 | 2026-05-11T21:06:41.285Z | + build_user=build |
| 6 | 2026-05-11T21:06:41.285Z | + build_uid=12345 |
| 7 | 2026-05-11T21:06:41.285Z | + work_dir=/work |
| 8 | 2026-05-11T21:06:41.285Z | + input_dir=/input |
| 9 | 2026-05-11T21:06:41.285Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-11T21:06:41.285Z | + case "$kern" in |
| 11 | 2026-05-11T21:06:41.285Z | + groupadd -g 12345 build |
| 12 | 2026-05-11T21:06:41.295Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-11T21:06:43.303Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-11T21:06:43.424Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-11T21:06:43.431Z | + home_fs=zfs |
| 16 | 2026-05-11T21:06:43.431Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-11T21:06:43.431Z | + mkdir -p /home/build |
| 18 | 2026-05-11T21:06:43.431Z | + chown build:build /home/build /work |
| 19 | 2026-05-11T21:06:45.428Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-11T21:06:45.431Z | process exited: duration 4155 ms, exit code 0 |
| |
| 21 | 2026-05-11T21:06:45.438Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-11T21:06:45.442Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.1 |
| 23 | 2026-05-11T21:06:45.442Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-11T21:06:45.442Z | * rust toolchain channel = "1.94.1" |
| 25 | 2026-05-11T21:06:45.442Z | * rust toolchain profile = "default" |
| 26 | 2026-05-11T21:06:45.442Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-11T21:06:45.442Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-11T21:06:45.445Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-11T21:06:45.445Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default |
| 30 | 2026-05-11T21:06:45.536Z | info: downloading installer |
| 31 | 2026-05-11T21:06:46.968Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-11T21:06:46.968Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-11T21:06:46.968Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-11T21:06:46.968Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-11T21:06:46.980Z | info: profile set to default |
| 36 | 2026-05-11T21:06:46.980Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-11T21:06:46.983Z | info: syncing channel updates for 1.94.1-x86_64-unknown-illumos |
| 38 | 2026-05-11T21:06:47.123Z | info: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25) |
| 39 | 2026-05-11T21:06:47.127Z | info: downloading 6 components |
| 40 | 2026-05-11T21:07:01.692Z | info: default toolchain set to 1.94.1-x86_64-unknown-illumos |
| 41 | 2026-05-11T21:07:01.692Z | |
| 42 | 2026-05-11T21:07:01.723Z | 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25) |
| 43 | 2026-05-11T21:07:01.723Z | |
| 44 | 2026-05-11T21:07:01.723Z | |
| 45 | 2026-05-11T21:07:01.723Z | Rust is installed now. Great! |
| 46 | 2026-05-11T21:07:01.723Z | |
| 47 | 2026-05-11T21:07:01.728Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-11T21:07:01.728Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-11T21:07:01.728Z | |
| 50 | 2026-05-11T21:07:01.728Z | To configure your current shell, you need to source |
| 51 | 2026-05-11T21:07:01.728Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-11T21:07:01.728Z | |
| 53 | 2026-05-11T21:07:01.729Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-11T21:07:01.729Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-11T21:07:01.729Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-11T21:07:01.729Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-11T21:07:01.729Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-11T21:07:01.729Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-11T21:07:01.729Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-11T21:07:01.729Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-11T21:07:01.729Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-11T21:07:01.824Z | + rustup --version |
| 63 | 2026-05-11T21:07:01.834Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-11T21:07:01.841Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-11T21:07:01.855Z | info: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)` |
| 66 | 2026-05-11T21:07:01.859Z | + cargo --version |
| 67 | 2026-05-11T21:07:01.870Z | cargo 1.94.1 (29ea6fb6a 2026-03-24) |
| 68 | 2026-05-11T21:07:01.874Z | + rustc --version |
| 69 | 2026-05-11T21:07:01.892Z | rustc 1.94.1 (e408947bf 2026-03-25) |
| 70 | 2026-05-11T21:07:01.895Z | process exited: duration 16457 ms, exit code 0 |
| |
| 71 | 2026-05-11T21:07:01.901Z | starting task 2: "authentication" |
| 72 | 2026-05-11T21:07:01.917Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-11T21:07:01.923Z | starting task 3: "clone repository" |
| 74 | 2026-05-11T21:07:01.926Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-05-11T21:07:01.930Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-05-11T21:07:01.960Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-05-11T21:07:02.807Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-05-11T21:07:02.807Z | + git fetch origin 2e07459d40b679c2229e9023bb7e716ee95bc03d |
| 79 | 2026-05-11T21:07:03.092Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-05-11T21:07:03.092Z | * branch 2e07459d40b679c2229e9023bb7e716ee95bc03d -> FETCH_HEAD |
| 81 | 2026-05-11T21:07:03.100Z | + [[ -n faster-syn-expiry ]] |
| 82 | 2026-05-11T21:07:03.100Z | ++ git branch --show-current |
| 83 | 2026-05-11T21:07:03.100Z | + current=master |
| 84 | 2026-05-11T21:07:03.100Z | + [[ master != faster-syn-expiry ]] |
| 85 | 2026-05-11T21:07:03.100Z | + git branch -f faster-syn-expiry 2e07459d40b679c2229e9023bb7e716ee95bc03d |
| 86 | 2026-05-11T21:07:03.101Z | + git checkout -f faster-syn-expiry |
| 87 | 2026-05-11T21:07:03.109Z | Switched to branch 'faster-syn-expiry' |
| 88 | 2026-05-11T21:07:03.109Z | + git reset --hard 2e07459d40b679c2229e9023bb7e716ee95bc03d |
| 89 | 2026-05-11T21:07:03.109Z | HEAD is now at 2e07459 api back to 40 |
| 90 | 2026-05-11T21:07:03.109Z | process exited: duration 1181 ms, exit code 0 |
| |
| 91 | 2026-05-11T21:07:03.122Z | starting task 4: "build" |
| 92 | 2026-05-11T21:07:03.127Z | + source .github/buildomat/common.sh |
| 93 | 2026-05-11T21:07:03.127Z | ++ rustup show active-toolchain |
| 94 | 2026-05-11T21:07:03.132Z | 1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-05-11T21:07:03.142Z | ++ pushd xde |
| 96 | 2026-05-11T21:07:03.142Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-05-11T21:07:03.142Z | ++ rustup show active-toolchain |
| 98 | 2026-05-11T21:07:03.147Z | info: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos |
| 99 | 2026-05-11T21:07:03.286Z | info: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31) |
| 100 | 2026-05-11T21:07:03.290Z | info: downloading 6 components |
| 101 | 2026-05-11T21:07:16.526Z | nightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-05-11T21:07:16.526Z | +++ rustup show active-toolchain -v |
| 103 | 2026-05-11T21:07:16.526Z | +++ head -n 1 |
| 104 | 2026-05-11T21:07:16.526Z | +++ cut '-d ' -f1 |
| 105 | 2026-05-11T21:07:16.557Z | ++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 106 | 2026-05-11T21:07:16.557Z | ++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 107 | 2026-05-11T21:07:16.603Z | ++ popd |
| 108 | 2026-05-11T21:07:16.603Z | /work/oxidecomputer/opte |
| 109 | 2026-05-11T21:07:16.603Z | + TGT_BASE=/work |
| 110 | 2026-05-11T21:07:16.603Z | + DBG_SRC=target/x86_64-unknown-unknown/debug |
| 111 | 2026-05-11T21:07:16.603Z | + DBG_LINK_SRC=target/i686-unknown-illumos/debug |
| 112 | 2026-05-11T21:07:16.604Z | + DBG_TGT=/work/debug |
| 113 | 2026-05-11T21:07:16.604Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 114 | 2026-05-11T21:07:16.604Z | + REL_LINK_SRC=target/i686-unknown-illumos/release |
| 115 | 2026-05-11T21:07:16.604Z | + REL_TGT=/work/release |
| 116 | 2026-05-11T21:07:16.604Z | + mkdir -p /work/debug /work/release |
| 117 | 2026-05-11T21:07:16.604Z | + cargo --version |
| 118 | 2026-05-11T21:07:16.604Z | cargo 1.94.1 (29ea6fb6a 2026-03-24) |
| 119 | 2026-05-11T21:07:16.604Z | + rustc --version |
| 120 | 2026-05-11T21:07:16.628Z | rustc 1.94.1 (e408947bf 2026-03-25) |
| 121 | 2026-05-11T21:07:16.628Z | + install_pkg jq |
| 122 | 2026-05-11T21:07:16.628Z | + set +o errexit |
| 123 | 2026-05-11T21:07:16.628Z | + pfexec pkg install jq |
| 124 | 2026-05-11T21:07:17.645Z | Startup: Refreshing catalog 'helios' ... Done |
| 125 | 2026-05-11T21:07:17.694Z | Startup: Caching catalogs ... Done |
| 126 | 2026-05-11T21:07:17.891Z | Planning: Solver setup ... Done |
| 127 | 2026-05-11T21:07:17.899Z | Planning: Running solver ... Done |
| 128 | 2026-05-11T21:07:17.899Z | Planning: Consolidating action changes ... Done |
| 129 | 2026-05-11T21:07:17.899Z | Planning: Evaluating mediators ... Done |
| 130 | 2026-05-11T21:07:17.899Z | Planning: Planning completed in 0.15 seconds |
| 131 | 2026-05-11T21:07:17.899Z | No updates necessary for this image. |
| 132 | 2026-05-11T21:07:17.936Z | + exit_code=4 |
| 133 | 2026-05-11T21:07:17.936Z | + [[ 4 -ne 0 ]] |
| 134 | 2026-05-11T21:07:17.936Z | + [[ 4 -ne 4 ]] |
| 135 | 2026-05-11T21:07:17.936Z | + set -o errexit |
| 136 | 2026-05-11T21:07:17.940Z | + pushd xde |
| 137 | 2026-05-11T21:07:17.940Z | + cp xde.conf /work/xde.conf |
| 138 | 2026-05-11T21:07:17.940Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 139 | 2026-05-11T21:07:17.940Z | + header 'check style' |
| 140 | 2026-05-11T21:07:17.940Z | + echo '# ==== check style ==== #' |
| 141 | 2026-05-11T21:07:17.940Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check |
| 142 | 2026-05-11T21:07:17.940Z | # ==== check style ==== # |
| 143 | 2026-05-11T21:07:18.148Z | |
| 144 | 2026-05-11T21:07:18.148Z | real 0.206291435 |
| 145 | 2026-05-11T21:07:18.148Z | user 0.152199044 |
| 146 | 2026-05-11T21:07:18.148Z | sys 0.044493385 |
| 147 | 2026-05-11T21:07:18.148Z | trap 0.000008960 |
| 148 | 2026-05-11T21:07:18.148Z | tflt 0.000034330 |
| 149 | 2026-05-11T21:07:18.148Z | dflt 0.000015050 |
| 150 | 2026-05-11T21:07:18.148Z | kflt 0.000000000 |
| 151 | 2026-05-11T21:07:18.148Z | lock 0.032153620 |
| 152 | 2026-05-11T21:07:18.148Z | slp 0.184830265 |
| 153 | 2026-05-11T21:07:18.148Z | lat 0.000923370 |
| 154 | 2026-05-11T21:07:18.148Z | stop 0.000090380 |
| 155 | 2026-05-11T21:07:18.152Z | + header analyze |
| 156 | 2026-05-11T21:07:18.153Z | + echo '# ==== analyze ==== #' |
| 157 | 2026-05-11T21:07:18.153Z | # ==== analyze ==== # |
| 158 | 2026-05-11T21:07:18.153Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 159 | 2026-05-11T21:07:18.335Z | Updating crates.io index |
| 160 | 2026-05-11T21:07:18.375Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 161 | 2026-05-11T21:07:19.395Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 162 | 2026-05-11T21:07:19.968Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 163 | 2026-05-11T21:07:20.331Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 164 | 2026-05-11T21:07:20.770Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 165 | 2026-05-11T21:07:21.007Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 166 | 2026-05-11T21:07:21.266Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 167 | 2026-05-11T21:07:23.161Z | Downloading crates ... |
| 168 | 2026-05-11T21:07:23.216Z | Downloaded cobs v0.3.0 |
| 169 | 2026-05-11T21:07:23.220Z | Downloaded byteorder v1.5.0 |
| 170 | 2026-05-11T21:07:23.223Z | Downloaded ident_case v1.0.1 |
| 171 | 2026-05-11T21:07:23.226Z | Downloaded darling v0.23.0 |
| 172 | 2026-05-11T21:07:23.231Z | Downloaded darling_macro v0.21.3 |
| 173 | 2026-05-11T21:07:23.234Z | Downloaded stable_deref_trait v1.2.1 |
| 174 | 2026-05-11T21:07:23.234Z | Downloaded embedded-io v0.4.0 |
| 175 | 2026-05-11T21:07:23.241Z | Downloaded macaddr v1.0.1 |
| 176 | 2026-05-11T21:07:23.245Z | Downloaded cfg-if v1.0.4 |
| 177 | 2026-05-11T21:07:23.245Z | Downloaded strsim v0.11.1 |
| 178 | 2026-05-11T21:07:23.245Z | Downloaded ref-cast-impl v1.0.25 |
| 179 | 2026-05-11T21:07:23.252Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 180 | 2026-05-11T21:07:23.256Z | Downloaded dyn-clone v1.0.20 |
| 181 | 2026-05-11T21:07:23.256Z | Downloaded managed v0.8.0 |
| 182 | 2026-05-11T21:07:23.256Z | Downloaded hash32 v0.3.1 |
| 183 | 2026-05-11T21:07:23.263Z | Downloaded defmt-macros v1.0.1 |
| 184 | 2026-05-11T21:07:23.263Z | Downloaded heapless v0.8.0 |
| 185 | 2026-05-11T21:07:23.266Z | Downloaded defmt v0.3.100 |
| 186 | 2026-05-11T21:07:23.272Z | Downloaded defmt-parser v1.0.0 |
| 187 | 2026-05-11T21:07:23.279Z | Downloaded ref-cast v1.0.25 |
| 188 | 2026-05-11T21:07:23.283Z | Downloaded ingot v0.1.1 |
| 189 | 2026-05-11T21:07:23.283Z | Downloaded ingot-types v0.1.2 |
| 190 | 2026-05-11T21:07:23.283Z | Downloaded bitflags v1.3.2 |
| 191 | 2026-05-11T21:07:23.288Z | Downloaded either v1.15.0 |
| 192 | 2026-05-11T21:07:23.288Z | Downloaded crc32fast v1.5.0 |
| 193 | 2026-05-11T21:07:23.291Z | Downloaded embedded-io v0.6.1 |
| 194 | 2026-05-11T21:07:23.291Z | Downloaded fnv v1.0.7 |
| 195 | 2026-05-11T21:07:23.295Z | Downloaded version_check v0.9.5 |
| 196 | 2026-05-11T21:07:23.299Z | Downloaded darling_macro v0.23.0 |
| 197 | 2026-05-11T21:07:23.299Z | Downloaded defmt v1.0.1 |
| 198 | 2026-05-11T21:07:23.303Z | Downloaded quote v1.0.45 |
| 199 | 2026-05-11T21:07:23.307Z | Downloaded proc-macro-error2 v2.0.1 |
| 200 | 2026-05-11T21:07:23.313Z | Downloaded postcard v1.1.3 |
| 201 | 2026-05-11T21:07:23.317Z | Downloaded thiserror v2.0.18 |
| 202 | 2026-05-11T21:07:23.317Z | Downloaded serde_derive v1.0.228 |
| 203 | 2026-05-11T21:07:23.325Z | Downloaded bitflags v2.11.1 |
| 204 | 2026-05-11T21:07:23.334Z | Downloaded thiserror-impl v2.0.18 |
| 205 | 2026-05-11T21:07:23.336Z | Downloaded darling v0.21.3 |
| 206 | 2026-05-11T21:07:23.336Z | Downloaded uuid v1.23.1 |
| 207 | 2026-05-11T21:07:23.346Z | Downloaded proc-macro2 v1.0.106 |
| 208 | 2026-05-11T21:07:23.349Z | Downloaded serde_core v1.0.228 |
| 209 | 2026-05-11T21:07:23.354Z | Downloaded ingot-macros v0.1.1 |
| 210 | 2026-05-11T21:07:23.357Z | Downloaded darling_core v0.23.0 |
| 211 | 2026-05-11T21:07:23.360Z | Downloaded unicode-ident v1.0.24 |
| 212 | 2026-05-11T21:07:23.363Z | Downloaded zerocopy-derive v0.8.48 |
| 213 | 2026-05-11T21:07:23.371Z | Downloaded serde v1.0.228 |
| 214 | 2026-05-11T21:07:23.376Z | Downloaded memchr v2.8.0 |
| 215 | 2026-05-11T21:07:23.382Z | Downloaded darling_core v0.21.3 |
| 216 | 2026-05-11T21:07:23.405Z | Downloaded regex v1.12.3 |
| 217 | 2026-05-11T21:07:23.408Z | Downloaded itertools v0.14.0 |
| 218 | 2026-05-11T21:07:23.425Z | Downloaded aho-corasick v1.1.4 |
| 219 | 2026-05-11T21:07:23.458Z | Downloaded syn v2.0.117 |
| 220 | 2026-05-11T21:07:23.462Z | Downloaded zerocopy v0.8.48 |
| 221 | 2026-05-11T21:07:23.473Z | Downloaded smoltcp v0.11.0 |
| 222 | 2026-05-11T21:07:23.478Z | Downloaded regex-syntax v0.8.10 |
| 223 | 2026-05-11T21:07:23.490Z | Downloaded regex-automata v0.4.14 |
| 224 | 2026-05-11T21:07:23.501Z | Updating crates.io index |
| 225 | 2026-05-11T21:07:23.599Z | Downloading crates ... |
| 226 | 2026-05-11T21:07:23.650Z | Downloaded addr2line v0.25.1 |
| 227 | 2026-05-11T21:07:23.654Z | Downloaded rustc-literal-escaper v0.0.7 |
| 228 | 2026-05-11T21:07:23.659Z | Downloaded adler2 v2.0.1 |
| 229 | 2026-05-11T21:07:23.664Z | Downloaded rustc-demangle v0.1.27 |
| 230 | 2026-05-11T21:07:23.672Z | Downloaded getopts v0.2.24 |
| 231 | 2026-05-11T21:07:23.678Z | Downloaded foldhash v0.2.0 |
| 232 | 2026-05-11T21:07:23.684Z | Downloaded miniz_oxide v0.8.9 |
| 233 | 2026-05-11T21:07:23.691Z | Downloaded hashbrown v0.16.1 |
| 234 | 2026-05-11T21:07:23.694Z | Downloaded memchr v2.7.6 |
| 235 | 2026-05-11T21:07:23.746Z | Downloaded gimli v0.32.3 |
| 236 | 2026-05-11T21:07:23.752Z | Downloaded object v0.37.3 |
| 237 | 2026-05-11T21:07:23.770Z | Downloaded libc v0.2.183 |
| 238 | 2026-05-11T21:07:23.827Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 239 | 2026-05-11T21:07:23.827Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 240 | 2026-05-11T21:07:23.827Z | Compiling proc-macro2 v1.0.106 |
| 241 | 2026-05-11T21:07:23.827Z | Compiling unicode-ident v1.0.24 |
| 242 | 2026-05-11T21:07:23.827Z | Compiling quote v1.0.45 |
| 243 | 2026-05-11T21:07:23.830Z | Compiling strsim v0.11.1 |
| 244 | 2026-05-11T21:07:23.830Z | Compiling ident_case v1.0.1 |
| 245 | 2026-05-11T21:07:23.830Z | Compiling serde_core v1.0.228 |
| 246 | 2026-05-11T21:07:24.007Z | Compiling memchr v2.8.0 |
| 247 | 2026-05-11T21:07:24.013Z | Compiling fnv v1.0.7 |
| 248 | 2026-05-11T21:07:24.099Z | Compiling regex-syntax v0.8.10 |
| 249 | 2026-05-11T21:07:24.285Z | Compiling serde v1.0.228 |
| 250 | 2026-05-11T21:07:24.296Z | Compiling either v1.15.0 |
| 251 | 2026-05-11T21:07:24.337Z | Compiling zerocopy v0.8.48 |
| 252 | 2026-05-11T21:07:24.399Z | Compiling aho-corasick v1.1.4 |
| 253 | 2026-05-11T21:07:24.482Z | Compiling thiserror v2.0.18 |
| 254 | 2026-05-11T21:07:24.686Z | Compiling itertools v0.14.0 |
| 255 | 2026-05-11T21:07:24.694Z | Compiling heapless v0.8.0 |
| 256 | 2026-05-11T21:07:25.071Z | Compiling syn v2.0.117 |
| 257 | 2026-05-11T21:07:25.139Z | Compiling smoltcp v0.11.0 |
| 258 | 2026-05-11T21:07:25.145Z | Compiling ref-cast v1.0.25 |
| 259 | 2026-05-11T21:07:25.239Z | Compiling version_check v0.9.5 |
| 260 | 2026-05-11T21:07:25.533Z | Compiling crc32fast v1.5.0 |
| 261 | 2026-05-11T21:07:25.579Z | Compiling regex-automata v0.4.14 |
| 262 | 2026-05-11T21:07:25.620Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 263 | 2026-05-11T21:07:27.140Z | Compiling regex v1.12.3 |
| 264 | 2026-05-11T21:07:27.314Z | Compiling darling_core v0.21.3 |
| 265 | 2026-05-11T21:07:27.321Z | Compiling darling_core v0.23.0 |
| 266 | 2026-05-11T21:07:28.256Z | Compiling zerocopy-derive v0.8.48 |
| 267 | 2026-05-11T21:07:28.256Z | Compiling thiserror-impl v2.0.18 |
| 268 | 2026-05-11T21:07:28.256Z | Compiling serde_derive v1.0.228 |
| 269 | 2026-05-11T21:07:28.259Z | Compiling ref-cast-impl v1.0.25 |
| 270 | 2026-05-11T21:07:28.259Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 271 | 2026-05-11T21:07:29.874Z | Compiling darling_macro v0.21.3 |
| 272 | 2026-05-11T21:07:29.956Z | Compiling darling_macro v0.23.0 |
| 273 | 2026-05-11T21:07:30.801Z | Compiling darling v0.21.3 |
| 274 | 2026-05-11T21:07:30.865Z | Compiling ingot-macros v0.1.1 |
| 275 | 2026-05-11T21:07:30.887Z | Compiling darling v0.23.0 |
| 276 | 2026-05-11T21:07:30.951Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 277 | 2026-05-11T21:07:35.288Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 278 | 2026-05-11T21:07:37.370Z | Checking byteorder v1.5.0 |
| 279 | 2026-05-11T21:07:37.370Z | Checking macaddr v1.0.1 |
| 280 | 2026-05-11T21:07:37.428Z | Checking cfg-if v1.0.4 |
| 281 | 2026-05-11T21:07:37.428Z | Checking stable_deref_trait v1.2.1 |
| 282 | 2026-05-11T21:07:37.428Z | Checking managed v0.8.0 |
| 283 | 2026-05-11T21:07:37.432Z | Checking bitflags v1.3.2 |
| 284 | 2026-05-11T21:07:37.453Z | Checking cobs v0.3.0 |
| 285 | 2026-05-11T21:07:37.507Z | Checking dyn-clone v1.0.20 |
| 286 | 2026-05-11T21:07:37.516Z | Checking hash32 v0.3.1 |
| 287 | 2026-05-11T21:07:37.569Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 288 | 2026-05-11T21:07:38.682Z | Checking bitflags v2.11.1 |
| 289 | 2026-05-11T21:07:38.682Z | Checking uuid v1.23.1 |
| 290 | 2026-05-11T21:07:38.817Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 291 | 2026-05-11T21:07:39.038Z | Checking postcard v1.1.3 |
| 292 | 2026-05-11T21:07:39.897Z | Checking ingot-types v0.1.2 |
| 293 | 2026-05-11T21:07:40.171Z | Checking ingot v0.1.1 |
| 294 | 2026-05-11T21:07:41.469Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 295 | 2026-05-11T21:07:45.670Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 296 | 2026-05-11T21:07:47.246Z | Checking xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 297 | 2026-05-11T21:07:49.561Z | Finished `dev` profile [optimized + debuginfo] target(s) in 31.35s |
| 298 | 2026-05-11T21:07:49.673Z | |
| 299 | 2026-05-11T21:07:49.673Z | real 31.519042477 |
| 300 | 2026-05-11T21:07:49.674Z | user 1:14.329818448 |
| 301 | 2026-05-11T21:07:49.674Z | sys 10.087010311 |
| 302 | 2026-05-11T21:07:49.674Z | trap 0.034721111 |
| 303 | 2026-05-11T21:07:49.674Z | tflt 0.025193423 |
| 304 | 2026-05-11T21:07:49.674Z | dflt 0.208508505 |
| 305 | 2026-05-11T21:07:49.674Z | kflt 0.002081140 |
| 306 | 2026-05-11T21:07:49.674Z | lock 3:49.169253933 |
| 307 | 2026-05-11T21:07:49.674Z | slp 3:28.753338458 |
| 308 | 2026-05-11T21:07:49.674Z | lat 2.942203207 |
| 309 | 2026-05-11T21:07:49.674Z | stop 6.313704260 |
| 310 | 2026-05-11T21:07:49.678Z | + pushd xde-link |
| 311 | 2026-05-11T21:07:49.678Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 312 | 2026-05-11T21:07:49.678Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 313 | 2026-05-11T21:07:49.859Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 314 | 2026-05-11T21:07:49.859Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 315 | 2026-05-11T21:07:49.859Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 316 | 2026-05-11T21:08:00.123Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 317 | 2026-05-11T21:08:02.231Z | Finished `dev` profile [optimized + debuginfo] target(s) in 12.48s |
| 318 | 2026-05-11T21:08:02.237Z | |
| 319 | 2026-05-11T21:08:02.254Z | real 12.559213786 |
| 320 | 2026-05-11T21:08:02.254Z | user 20.113557183 |
| 321 | 2026-05-11T21:08:02.254Z | sys 1.215445647 |
| 322 | 2026-05-11T21:08:02.254Z | trap 0.003852350 |
| 323 | 2026-05-11T21:08:02.254Z | tflt 0.002392240 |
| 324 | 2026-05-11T21:08:02.254Z | dflt 0.047631545 |
| 325 | 2026-05-11T21:08:02.254Z | kflt 0.000000000 |
| 326 | 2026-05-11T21:08:02.254Z | lock 1:08.038387520 |
| 327 | 2026-05-11T21:08:02.254Z | slp 42.047821096 |
| 328 | 2026-05-11T21:08:02.254Z | lat 0.246471101 |
| 329 | 2026-05-11T21:08:02.254Z | stop 0.132278625 |
| 330 | 2026-05-11T21:08:02.254Z | + popd |
| 331 | 2026-05-11T21:08:02.254Z | + popd |
| 332 | 2026-05-11T21:08:02.254Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 333 | 2026-05-11T21:08:02.254Z | /work/oxidecomputer/opte |
| 334 | 2026-05-11T21:08:02.254Z | + header 'build xde (debug)' |
| 335 | 2026-05-11T21:08:02.254Z | + echo '# ==== build xde (debug) ==== #' |
| 336 | 2026-05-11T21:08:02.254Z | # ==== build xde (debug) ==== # |
| 337 | 2026-05-11T21:08:02.255Z | + ptime -m cargo xtask build --profile debug xde xde-link |
| 338 | 2026-05-11T21:08:02.386Z | Downloading crates ... |
| 339 | 2026-05-11T21:08:02.442Z | Downloaded anstream v1.0.0 |
| 340 | 2026-05-11T21:08:02.447Z | Downloaded cargo-platform v0.3.3 |
| 341 | 2026-05-11T21:08:02.452Z | Downloaded heck v0.5.0 |
| 342 | 2026-05-11T21:08:02.452Z | Downloaded anstyle-parse v1.0.0 |
| 343 | 2026-05-11T21:08:02.456Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 344 | 2026-05-11T21:08:02.462Z | Downloaded clap_lex v1.1.0 |
| 345 | 2026-05-11T21:08:02.468Z | Downloaded equivalent v1.0.2 |
| 346 | 2026-05-11T21:08:02.468Z | Downloaded serde_spanned v1.1.1 |
| 347 | 2026-05-11T21:08:02.468Z | Downloaded anstyle-query v1.1.5 |
| 348 | 2026-05-11T21:08:02.478Z | Downloaded utf8parse v0.2.2 |
| 349 | 2026-05-11T21:08:02.489Z | Downloaded itoa v1.0.18 |
| 350 | 2026-05-11T21:08:02.489Z | Downloaded is_terminal_polyfill v1.70.2 |
| 351 | 2026-05-11T21:08:02.489Z | Downloaded colorchoice v1.0.5 |
| 352 | 2026-05-11T21:08:02.489Z | Downloaded errno v0.3.14 |
| 353 | 2026-05-11T21:08:02.489Z | Downloaded cargo_metadata v0.23.1 |
| 354 | 2026-05-11T21:08:02.496Z | Downloaded anstyle v1.0.14 |
| 355 | 2026-05-11T21:08:02.496Z | Downloaded terminal_size v0.4.4 |
| 356 | 2026-05-11T21:08:02.504Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 357 | 2026-05-11T21:08:02.504Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 358 | 2026-05-11T21:08:02.504Z | Downloaded zmij v1.0.21 |
| 359 | 2026-05-11T21:08:02.525Z | Downloaded clap_derive v4.6.1 |
| 360 | 2026-05-11T21:08:02.525Z | Downloaded anyhow v1.0.102 |
| 361 | 2026-05-11T21:08:02.525Z | Downloaded semver v1.0.28 |
| 362 | 2026-05-11T21:08:02.533Z | Downloaded camino v1.2.2 |
| 363 | 2026-05-11T21:08:02.533Z | Downloaded clap v4.6.1 |
| 364 | 2026-05-11T21:08:02.533Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 365 | 2026-05-11T21:08:02.546Z | Downloaded indexmap v2.14.0 |
| 366 | 2026-05-11T21:08:02.552Z | Downloaded clap_builder v4.6.0 |
| 367 | 2026-05-11T21:08:02.561Z | Downloaded serde_json v1.0.149 |
| 368 | 2026-05-11T21:08:02.568Z | Downloaded hashbrown v0.17.0 |
| 369 | 2026-05-11T21:08:02.573Z | Downloaded winnow v1.0.2 |
| 370 | 2026-05-11T21:08:02.613Z | Downloaded rustix v1.1.4 |
| 371 | 2026-05-11T21:08:02.626Z | Downloaded libc v0.2.186 |
| 372 | 2026-05-11T21:08:02.680Z | Compiling serde_core v1.0.228 |
| 373 | 2026-05-11T21:08:02.687Z | Compiling proc-macro2 v1.0.106 |
| 374 | 2026-05-11T21:08:02.687Z | Compiling quote v1.0.45 |
| 375 | 2026-05-11T21:08:02.688Z | Compiling unicode-ident v1.0.24 |
| 376 | 2026-05-11T21:08:02.688Z | Compiling libc v0.2.186 |
| 377 | 2026-05-11T21:08:02.688Z | Compiling rustix v1.1.4 |
| 378 | 2026-05-11T21:08:02.688Z | Compiling zmij v1.0.21 |
| 379 | 2026-05-11T21:08:02.688Z | Compiling utf8parse v0.2.2 |
| 380 | 2026-05-11T21:08:02.826Z | Compiling bitflags v2.11.1 |
| 381 | 2026-05-11T21:08:02.836Z | Compiling anstyle-parse v1.0.0 |
| 382 | 2026-05-11T21:08:03.036Z | Compiling anstyle v1.0.14 |
| 383 | 2026-05-11T21:08:03.037Z | Compiling anstyle-query v1.1.5 |
| 384 | 2026-05-11T21:08:03.051Z | Compiling colorchoice v1.0.5 |
| 385 | 2026-05-11T21:08:03.131Z | Compiling camino v1.2.2 |
| 386 | 2026-05-11T21:08:03.154Z | Compiling serde v1.0.228 |
| 387 | 2026-05-11T21:08:03.253Z | Compiling is_terminal_polyfill v1.70.2 |
| 388 | 2026-05-11T21:08:03.270Z | Compiling thiserror v2.0.18 |
| 389 | 2026-05-11T21:08:03.302Z | Compiling serde_json v1.0.149 |
| 390 | 2026-05-11T21:08:03.329Z | Compiling anstream v1.0.0 |
| 391 | 2026-05-11T21:08:03.443Z | Compiling errno v0.3.14 |
| 392 | 2026-05-11T21:08:03.503Z | Compiling itoa v1.0.18 |
| 393 | 2026-05-11T21:08:03.521Z | Compiling strsim v0.11.1 |
| 394 | 2026-05-11T21:08:03.859Z | Compiling clap_lex v1.1.0 |
| 395 | 2026-05-11T21:08:03.890Z | Compiling winnow v1.0.2 |
| 396 | 2026-05-11T21:08:03.915Z | Compiling heck v0.5.0 |
| 397 | 2026-05-11T21:08:03.923Z | Compiling anyhow v1.0.102 |
| 398 | 2026-05-11T21:08:04.049Z | Compiling syn v2.0.117 |
| 399 | 2026-05-11T21:08:04.107Z | Compiling terminal_size v0.4.4 |
| 400 | 2026-05-11T21:08:04.227Z | Compiling memchr v2.8.0 |
| 401 | 2026-05-11T21:08:04.265Z | Compiling clap_builder v4.6.0 |
| 402 | 2026-05-11T21:08:04.292Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 403 | 2026-05-11T21:08:04.453Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 404 | 2026-05-11T21:08:04.820Z | Compiling cargo-platform v0.3.3 |
| 405 | 2026-05-11T21:08:05.074Z | Compiling semver v1.0.28 |
| 406 | 2026-05-11T21:08:05.364Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 407 | 2026-05-11T21:08:05.814Z | Compiling serde_spanned v1.1.1 |
| 408 | 2026-05-11T21:08:05.964Z | Compiling toml v1.1.2+spec-1.1.0 |
| 409 | 2026-05-11T21:08:06.370Z | Compiling thiserror-impl v2.0.18 |
| 410 | 2026-05-11T21:08:06.676Z | Compiling serde_derive v1.0.228 |
| 411 | 2026-05-11T21:08:06.712Z | Compiling clap_derive v4.6.1 |
| 412 | 2026-05-11T21:08:08.216Z | Compiling clap v4.6.1 |
| 413 | 2026-05-11T21:08:09.672Z | Compiling cargo_metadata v0.23.1 |
| 414 | 2026-05-11T21:08:12.129Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 415 | 2026-05-11T21:08:13.686Z | Finished `dev` profile [optimized + debuginfo] target(s) in 11.43s |
| 416 | 2026-05-11T21:08:13.696Z | Running `target/debug/xtask build --profile debug xde xde-link` |
| 417 | 2026-05-11T21:08:15.170Z | Building xde (dev). |
| 418 | 2026-05-11T21:08:15.386Z | Compiling serde_core v1.0.228 |
| 419 | 2026-05-11T21:08:15.387Z | Compiling byteorder v1.5.0 |
| 420 | 2026-05-11T21:08:15.387Z | Compiling stable_deref_trait v1.2.1 |
| 421 | 2026-05-11T21:08:15.391Z | Compiling cfg-if v1.0.4 |
| 422 | 2026-05-11T21:08:15.391Z | Compiling macaddr v1.0.1 |
| 423 | 2026-05-11T21:08:15.409Z | Compiling zerocopy v0.8.48 |
| 424 | 2026-05-11T21:08:15.417Z | Compiling thiserror v2.0.18 |
| 425 | 2026-05-11T21:08:15.417Z | Compiling managed v0.8.0 |
| 426 | 2026-05-11T21:08:15.459Z | Compiling bitflags v1.3.2 |
| 427 | 2026-05-11T21:08:15.465Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 428 | 2026-05-11T21:08:15.499Z | Compiling cobs v0.3.0 |
| 429 | 2026-05-11T21:08:15.520Z | Compiling either v1.15.0 |
| 430 | 2026-05-11T21:08:15.575Z | Compiling hash32 v0.3.1 |
| 431 | 2026-05-11T21:08:15.627Z | Compiling ref-cast v1.0.25 |
| 432 | 2026-05-11T21:08:15.655Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 433 | 2026-05-11T21:08:15.698Z | Compiling heapless v0.8.0 |
| 434 | 2026-05-11T21:08:15.721Z | Compiling itertools v0.14.0 |
| 435 | 2026-05-11T21:08:15.730Z | Compiling crc32fast v1.5.0 |
| 436 | 2026-05-11T21:08:15.746Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 437 | 2026-05-11T21:08:15.777Z | Compiling dyn-clone v1.0.20 |
| 438 | 2026-05-11T21:08:15.923Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 439 | 2026-05-11T21:08:16.073Z | Compiling smoltcp v0.11.0 |
| 440 | 2026-05-11T21:08:16.983Z | Compiling serde v1.0.228 |
| 441 | 2026-05-11T21:08:16.983Z | Compiling bitflags v2.11.1 |
| 442 | 2026-05-11T21:08:16.983Z | Compiling uuid v1.23.1 |
| 443 | 2026-05-11T21:08:17.098Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 444 | 2026-05-11T21:08:17.376Z | Compiling postcard v1.1.3 |
| 445 | 2026-05-11T21:08:18.164Z | Compiling ingot-types v0.1.2 |
| 446 | 2026-05-11T21:08:18.434Z | Compiling ingot v0.1.1 |
| 447 | 2026-05-11T21:08:19.818Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 448 | 2026-05-11T21:08:24.064Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 449 | 2026-05-11T21:08:36.184Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 450 | 2026-05-11T21:08:42.520Z | Finished `dev` profile [optimized + debuginfo] target(s) in 27.34s |
| 451 | 2026-05-11T21:08:42.545Z | Linking xde kmod... |
| 452 | 2026-05-11T21:08:43.634Z | Building xde dev link helper (dev). |
| 453 | 2026-05-11T21:08:43.788Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 454 | 2026-05-11T21:08:44.117Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.45s |
| 455 | 2026-05-11T21:08:44.141Z | |
| 456 | 2026-05-11T21:08:44.144Z | real 41.900716486 |
| 457 | 2026-05-11T21:08:44.144Z | user 2:14.674994930 |
| 458 | 2026-05-11T21:08:44.144Z | sys 11.211649824 |
| 459 | 2026-05-11T21:08:44.144Z | trap 0.071897130 |
| 460 | 2026-05-11T21:08:44.144Z | tflt 0.238719695 |
| 461 | 2026-05-11T21:08:44.144Z | dflt 0.408152301 |
| 462 | 2026-05-11T21:08:44.144Z | kflt 0.000054860 |
| 463 | 2026-05-11T21:08:44.144Z | lock 6:27.314558910 |
| 464 | 2026-05-11T21:08:44.144Z | slp 3:51.376549110 |
| 465 | 2026-05-11T21:08:44.144Z | lat 5.981593235 |
| 466 | 2026-05-11T21:08:44.144Z | stop 4.545874088 |
| 467 | 2026-05-11T21:08:44.144Z | + header 'build xde (release)' |
| 468 | 2026-05-11T21:08:44.144Z | + echo '# ==== build xde (release) ==== #' |
| 469 | 2026-05-11T21:08:44.144Z | # ==== build xde (release) ==== # |
| 470 | 2026-05-11T21:08:44.144Z | + ptime -m cargo xtask build --profile release xde xde-link |
| 471 | 2026-05-11T21:08:44.287Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s |
| 472 | 2026-05-11T21:08:44.291Z | Running `target/debug/xtask build --profile release xde xde-link` |
| 473 | 2026-05-11T21:08:44.485Z | Building xde (release-lto). |
| 474 | 2026-05-11T21:08:44.710Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 475 | 2026-05-11T21:08:44.710Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 476 | 2026-05-11T21:08:44.710Z | Compiling proc-macro2 v1.0.106 |
| 477 | 2026-05-11T21:08:44.710Z | Compiling unicode-ident v1.0.24 |
| 478 | 2026-05-11T21:08:44.710Z | Compiling quote v1.0.45 |
| 479 | 2026-05-11T21:08:44.714Z | Compiling ident_case v1.0.1 |
| 480 | 2026-05-11T21:08:44.714Z | Compiling strsim v0.11.1 |
| 481 | 2026-05-11T21:08:44.730Z | Compiling serde_core v1.0.228 |
| 482 | 2026-05-11T21:08:44.825Z | Compiling fnv v1.0.7 |
| 483 | 2026-05-11T21:08:44.829Z | Compiling memchr v2.8.0 |
| 484 | 2026-05-11T21:08:44.907Z | Compiling regex-syntax v0.8.10 |
| 485 | 2026-05-11T21:08:45.100Z | Compiling zerocopy v0.8.48 |
| 486 | 2026-05-11T21:08:45.132Z | Compiling either v1.15.0 |
| 487 | 2026-05-11T21:08:45.149Z | Compiling thiserror v2.0.18 |
| 488 | 2026-05-11T21:08:45.271Z | Compiling aho-corasick v1.1.4 |
| 489 | 2026-05-11T21:08:45.314Z | Compiling serde v1.0.228 |
| 490 | 2026-05-11T21:08:45.459Z | Compiling itertools v0.14.0 |
| 491 | 2026-05-11T21:08:45.717Z | Compiling heapless v0.8.0 |
| 492 | 2026-05-11T21:08:45.736Z | Compiling syn v2.0.117 |
| 493 | 2026-05-11T21:08:45.854Z | Compiling smoltcp v0.11.0 |
| 494 | 2026-05-11T21:08:45.930Z | Compiling ref-cast v1.0.25 |
| 495 | 2026-05-11T21:08:46.174Z | Compiling crc32fast v1.5.0 |
| 496 | 2026-05-11T21:08:46.267Z | Compiling version_check v0.9.5 |
| 497 | 2026-05-11T21:08:46.332Z | Compiling regex-automata v0.4.14 |
| 498 | 2026-05-11T21:08:46.611Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 499 | 2026-05-11T21:08:47.850Z | Compiling regex v1.12.3 |
| 500 | 2026-05-11T21:08:47.983Z | Compiling darling_core v0.21.3 |
| 501 | 2026-05-11T21:08:47.988Z | Compiling darling_core v0.23.0 |
| 502 | 2026-05-11T21:08:48.916Z | Compiling serde_derive v1.0.228 |
| 503 | 2026-05-11T21:08:48.916Z | Compiling zerocopy-derive v0.8.48 |
| 504 | 2026-05-11T21:08:48.916Z | Compiling thiserror-impl v2.0.18 |
| 505 | 2026-05-11T21:08:48.919Z | Compiling ref-cast-impl v1.0.25 |
| 506 | 2026-05-11T21:08:48.919Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 507 | 2026-05-11T21:08:50.476Z | Compiling darling_macro v0.21.3 |
| 508 | 2026-05-11T21:08:50.552Z | Compiling darling_macro v0.23.0 |
| 509 | 2026-05-11T21:08:51.354Z | Compiling darling v0.21.3 |
| 510 | 2026-05-11T21:08:51.413Z | Compiling ingot-macros v0.1.1 |
| 511 | 2026-05-11T21:08:51.421Z | Compiling darling v0.23.0 |
| 512 | 2026-05-11T21:08:51.479Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 513 | 2026-05-11T21:08:56.568Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 514 | 2026-05-11T21:08:58.611Z | Compiling byteorder v1.5.0 |
| 515 | 2026-05-11T21:08:58.611Z | Compiling cfg-if v1.0.4 |
| 516 | 2026-05-11T21:08:58.614Z | Compiling macaddr v1.0.1 |
| 517 | 2026-05-11T21:08:58.614Z | Compiling stable_deref_trait v1.2.1 |
| 518 | 2026-05-11T21:08:58.669Z | Compiling managed v0.8.0 |
| 519 | 2026-05-11T21:08:58.681Z | Compiling cobs v0.3.0 |
| 520 | 2026-05-11T21:08:58.709Z | Compiling bitflags v1.3.2 |
| 521 | 2026-05-11T21:08:58.769Z | Compiling hash32 v0.3.1 |
| 522 | 2026-05-11T21:08:58.890Z | Compiling dyn-clone v1.0.20 |
| 523 | 2026-05-11T21:08:58.968Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 524 | 2026-05-11T21:09:00.190Z | Compiling bitflags v2.11.1 |
| 525 | 2026-05-11T21:09:00.191Z | Compiling uuid v1.23.1 |
| 526 | 2026-05-11T21:09:00.327Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 527 | 2026-05-11T21:09:00.656Z | Compiling postcard v1.1.3 |
| 528 | 2026-05-11T21:09:01.442Z | Compiling ingot-types v0.1.2 |
| 529 | 2026-05-11T21:09:01.755Z | Compiling ingot v0.1.1 |
| 530 | 2026-05-11T21:09:03.232Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 531 | 2026-05-11T21:09:06.905Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 532 | 2026-05-11T21:09:15.604Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 533 | 2026-05-11T21:09:43.579Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 59.06s |
| 534 | 2026-05-11T21:09:43.602Z | Linking xde kmod... |
| 535 | 2026-05-11T21:09:44.151Z | Building xde dev link helper (release). |
| 536 | 2026-05-11T21:09:44.343Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 537 | 2026-05-11T21:09:44.343Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 538 | 2026-05-11T21:09:44.343Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 539 | 2026-05-11T21:09:55.343Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 540 | 2026-05-11T21:09:57.674Z | Finished `release` profile [optimized + debuginfo] target(s) in 13.49s |
| 541 | 2026-05-11T21:09:57.696Z | |
| 542 | 2026-05-11T21:09:57.700Z | real 1:13.545137748 |
| 543 | 2026-05-11T21:09:57.700Z | user 2:05.812624302 |
| 544 | 2026-05-11T21:09:57.700Z | sys 12.276349378 |
| 545 | 2026-05-11T21:09:57.700Z | trap 0.033973031 |
| 546 | 2026-05-11T21:09:57.700Z | tflt 0.144353396 |
| 547 | 2026-05-11T21:09:57.700Z | dflt 0.198489895 |
| 548 | 2026-05-11T21:09:57.700Z | kflt 0.000025360 |
| 549 | 2026-05-11T21:09:57.700Z | lock 10:31.203642151 |
| 550 | 2026-05-11T21:09:57.700Z | slp 6:01.278296335 |
| 551 | 2026-05-11T21:09:57.701Z | lat 2.373060185 |
| 552 | 2026-05-11T21:09:57.701Z | stop 4.663858484 |
| 553 | 2026-05-11T21:09:57.701Z | + elfdump target/x86_64-unknown-unknown/debug/xde.dbg |
| 554 | 2026-05-11T21:09:57.701Z | + grep GOTPCREL |
| 555 | 2026-05-11T21:09:59.415Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 556 | 2026-05-11T21:09:59.420Z | + grep GOTPCREL |
| 557 | 2026-05-11T21:10:00.320Z | + cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/ |
| 558 | 2026-05-11T21:10:00.377Z | + sha256sum /work/debug/xde.dbg |
| 559 | 2026-05-11T21:10:00.430Z | + cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so |
| 560 | 2026-05-11T21:10:00.433Z | + sha256sum /work/debug/xde_link.dbg.so |
| 561 | 2026-05-11T21:10:00.437Z | + cp target/x86_64-unknown-unknown/release-lto/xde /work/release/ |
| 562 | 2026-05-11T21:10:00.472Z | + sha256sum /work/release/xde |
| 563 | 2026-05-11T21:10:00.500Z | + cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so |
| 564 | 2026-05-11T21:10:00.508Z | + sha256sum /work/release/xde_link.so |
| 565 | 2026-05-11T21:10:00.508Z | + header 'build xde integration tests' |
| 566 | 2026-05-11T21:10:00.508Z | + echo '# ==== build xde integration tests ==== #' |
| 567 | 2026-05-11T21:10:00.508Z | # ==== build xde integration tests ==== # |
| 568 | 2026-05-11T21:10:00.508Z | + pushd xde-tests |
| 569 | 2026-05-11T21:10:00.508Z | /work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte |
| 570 | 2026-05-11T21:10:00.508Z | + cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check |
| 571 | 2026-05-11T21:10:00.586Z | + cargo clippy --all-targets -- --deny warnings |
| 572 | 2026-05-11T21:10:00.828Z | Compiling serde_core v1.0.228 |
| 573 | 2026-05-11T21:10:00.828Z | Checking cfg-if v1.0.4 |
| 574 | 2026-05-11T21:10:00.828Z | Checking memchr v2.8.0 |
| 575 | 2026-05-11T21:10:00.828Z | Compiling serde v1.0.228 |
| 576 | 2026-05-11T21:10:00.828Z | Compiling rustversion v1.0.22 |
| 577 | 2026-05-11T21:10:00.839Z | Compiling ident_case v1.0.1 |
| 578 | 2026-05-11T21:10:00.839Z | Compiling version_check v0.9.5 |
| 579 | 2026-05-11T21:10:00.839Z | Compiling syn v2.0.117 |
| 580 | 2026-05-11T21:10:00.889Z | Compiling strsim v0.11.1 |
| 581 | 2026-05-11T21:10:00.937Z | Compiling libc v0.2.186 |
| 582 | 2026-05-11T21:10:01.107Z | Compiling fnv v1.0.7 |
| 583 | 2026-05-11T21:10:01.167Z | Compiling syn v1.0.109 |
| 584 | 2026-05-11T21:10:01.181Z | Checking pin-project-lite v0.2.17 |
| 585 | 2026-05-11T21:10:01.212Z | Compiling regex-syntax v0.8.10 |
| 586 | 2026-05-11T21:10:01.271Z | Compiling equivalent v1.0.2 |
| 587 | 2026-05-11T21:10:01.343Z | Compiling zerocopy v0.8.48 |
| 588 | 2026-05-11T21:10:01.502Z | Compiling hashbrown v0.17.0 |
| 589 | 2026-05-11T21:10:01.924Z | Compiling aho-corasick v1.1.4 |
| 590 | 2026-05-11T21:10:01.938Z | Compiling winnow v1.0.2 |
| 591 | 2026-05-11T21:10:01.938Z | Compiling either v1.15.0 |
| 592 | 2026-05-11T21:10:01.938Z | Compiling itertools v0.14.0 |
| 593 | 2026-05-11T21:10:02.037Z | Compiling indexmap v2.14.0 |
| 594 | 2026-05-11T21:10:02.601Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 595 | 2026-05-11T21:10:02.648Z | Compiling regex-automata v0.4.14 |
| 596 | 2026-05-11T21:10:02.885Z | Checking byteorder v1.5.0 |
| 597 | 2026-05-11T21:10:03.000Z | Compiling heapless v0.8.0 |
| 598 | 2026-05-11T21:10:03.040Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 599 | 2026-05-11T21:10:03.125Z | Checking hash32 v0.3.1 |
| 600 | 2026-05-11T21:10:03.157Z | Checking bitflags v2.11.1 |
| 601 | 2026-05-11T21:10:03.229Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 602 | 2026-05-11T21:10:03.234Z | Compiling slog v2.8.2 |
| 603 | 2026-05-11T21:10:03.259Z | Checking stable_deref_trait v1.2.1 |
| 604 | 2026-05-11T21:10:03.314Z | Compiling darling_core v0.21.3 |
| 605 | 2026-05-11T21:10:03.322Z | Compiling darling_core v0.23.0 |
| 606 | 2026-05-11T21:10:03.440Z | Checking macaddr v1.0.1 |
| 607 | 2026-05-11T21:10:03.444Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 608 | 2026-05-11T21:10:03.576Z | Checking futures-core v0.3.32 |
| 609 | 2026-05-11T21:10:03.670Z | Checking futures-sink v0.3.32 |
| 610 | 2026-05-11T21:10:03.695Z | Compiling smoltcp v0.11.0 |
| 611 | 2026-05-11T21:10:03.759Z | Checking futures-channel v0.3.32 |
| 612 | 2026-05-11T21:10:03.947Z | Compiling proc-macro-crate v3.5.0 |
| 613 | 2026-05-11T21:10:04.121Z | Compiling proc-macro-error-attr v1.0.4 |
| 614 | 2026-05-11T21:10:04.337Z | Compiling regex v1.12.3 |
| 615 | 2026-05-11T21:10:04.358Z | Compiling ref-cast v1.0.25 |
| 616 | 2026-05-11T21:10:04.386Z | Checking rand_core v0.10.1 |
| 617 | 2026-05-11T21:10:04.522Z | Checking slab v0.4.12 |
| 618 | 2026-05-11T21:10:04.538Z | Compiling serde_derive v1.0.228 |
| 619 | 2026-05-11T21:10:04.658Z | Compiling thiserror-impl v2.0.18 |
| 620 | 2026-05-11T21:10:04.670Z | Compiling zerocopy-derive v0.8.48 |
| 621 | 2026-05-11T21:10:04.726Z | Compiling futures-macro v0.3.32 |
| 622 | 2026-05-11T21:10:05.086Z | Compiling crc32fast v1.5.0 |
| 623 | 2026-05-11T21:10:05.196Z | Checking futures-task v0.3.32 |
| 624 | 2026-05-11T21:10:05.333Z | Compiling getrandom v0.4.2 |
| 625 | 2026-05-11T21:10:05.364Z | Compiling autocfg v1.5.0 |
| 626 | 2026-05-11T21:10:05.445Z | Compiling darling_macro v0.23.0 |
| 627 | 2026-05-11T21:10:05.450Z | Compiling darling_macro v0.21.3 |
| 628 | 2026-05-11T21:10:05.596Z | Checking managed v0.8.0 |
| 629 | 2026-05-11T21:10:05.611Z | Checking bitflags v1.3.2 |
| 630 | 2026-05-11T21:10:05.681Z | Checking futures-io v0.3.32 |
| 631 | 2026-05-11T21:10:05.716Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 632 | 2026-05-11T21:10:05.783Z | Checking futures-util v0.3.32 |
| 633 | 2026-05-11T21:10:05.935Z | Compiling num-traits v0.2.19 |
| 634 | 2026-05-11T21:10:05.935Z | Checking thiserror v2.0.18 |
| 635 | 2026-05-11T21:10:05.978Z | Compiling darling v0.23.0 |
| 636 | 2026-05-11T21:10:05.981Z | Compiling darling v0.21.3 |
| 637 | 2026-05-11T21:10:06.023Z | Checking cobs v0.3.0 |
| 638 | 2026-05-11T21:10:06.050Z | Compiling ingot-macros v0.1.1 |
| 639 | 2026-05-11T21:10:06.132Z | Compiling num_enum_derive v0.7.6 |
| 640 | 2026-05-11T21:10:06.148Z | Compiling foreign-types-macros v0.2.3 |
| 641 | 2026-05-11T21:10:06.154Z | Compiling ref-cast-impl v1.0.25 |
| 642 | 2026-05-11T21:10:06.752Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 643 | 2026-05-11T21:10:06.760Z | Compiling proc-macro-error v1.0.4 |
| 644 | 2026-05-11T21:10:06.966Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 645 | 2026-05-11T21:10:06.977Z | Compiling crossbeam-utils v0.8.21 |
| 646 | 2026-05-11T21:10:07.038Z | Checking ipnetwork v0.21.1 |
| 647 | 2026-05-11T21:10:07.120Z | Checking unicode-width v0.2.2 |
| 648 | 2026-05-11T21:10:07.204Z | Checking cpufeatures v0.3.0 |
| 649 | 2026-05-11T21:10:07.211Z | Checking once_cell v1.21.4 |
| 650 | 2026-05-11T21:10:07.263Z | Checking foreign-types-shared v0.3.1 |
| 651 | 2026-05-11T21:10:07.282Z | Checking chacha20 v0.10.0 |
| 652 | 2026-05-11T21:10:07.343Z | Checking foreign-types v0.5.0 |
| 653 | 2026-05-11T21:10:07.363Z | Checking tabwriter v1.4.1 |
| 654 | 2026-05-11T21:10:07.373Z | Checking tracing-core v0.1.36 |
| 655 | 2026-05-11T21:10:07.440Z | Checking num_enum v0.7.6 |
| 656 | 2026-05-11T21:10:07.679Z | Checking futures-executor v0.3.32 |
| 657 | 2026-05-11T21:10:07.688Z | Checking erased-serde v0.3.31 |
| 658 | 2026-05-11T21:10:07.721Z | Checking postcard v1.1.3 |
| 659 | 2026-05-11T21:10:07.743Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 660 | 2026-05-11T21:10:07.804Z | Checking anyhow v1.0.102 |
| 661 | 2026-05-11T21:10:07.893Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 662 | 2026-05-11T21:10:07.903Z | Compiling tracing-attributes v0.1.31 |
| 663 | 2026-05-11T21:10:07.996Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 664 | 2026-05-11T21:10:08.323Z | Checking cstr-argument v0.1.2 |
| 665 | 2026-05-11T21:10:08.358Z | Checking powerfmt v0.2.0 |
| 666 | 2026-05-11T21:10:08.434Z | Compiling time-core v0.1.8 |
| 667 | 2026-05-11T21:10:08.440Z | Compiling thiserror v1.0.69 |
| 668 | 2026-05-11T21:10:08.504Z | Checking pretty-hex v0.4.2 |
| 669 | 2026-05-11T21:10:08.570Z | Compiling num-conv v0.2.1 |
| 670 | 2026-05-11T21:10:08.574Z | Checking dyn-clone v1.0.20 |
| 671 | 2026-05-11T21:10:08.616Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 672 | 2026-05-11T21:10:08.664Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 673 | 2026-05-11T21:10:08.706Z | Compiling time-macros v0.2.27 |
| 674 | 2026-05-11T21:10:08.710Z | Checking deranged v0.5.8 |
| 675 | 2026-05-11T21:10:08.813Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 676 | 2026-05-11T21:10:08.822Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 677 | 2026-05-11T21:10:08.876Z | Checking ingot-types v0.1.2 |
| 678 | 2026-05-11T21:10:08.908Z | Checking futures v0.3.32 |
| 679 | 2026-05-11T21:10:08.913Z | Checking rand v0.10.1 |
| 680 | 2026-05-11T21:10:09.114Z | Compiling thiserror-impl v1.0.69 |
| 681 | 2026-05-11T21:10:09.117Z | Checking tracing v0.1.44 |
| 682 | 2026-05-11T21:10:09.208Z | Checking ingot v0.1.1 |
| 683 | 2026-05-11T21:10:09.294Z | Checking uuid v1.23.1 |
| 684 | 2026-05-11T21:10:09.294Z | Checking arc-swap v1.9.1 |
| 685 | 2026-05-11T21:10:09.361Z | Checking socket2 v0.6.3 |
| 686 | 2026-05-11T21:10:09.446Z | Checking nom v8.0.0 |
| 687 | 2026-05-11T21:10:09.548Z | Checking thread_local v1.1.9 |
| 688 | 2026-05-11T21:10:09.609Z | Checking colored v3.1.1 |
| 689 | 2026-05-11T21:10:09.678Z | Checking oxnet v0.1.5 |
| 690 | 2026-05-11T21:10:09.706Z | Compiling slog-async v2.8.0 |
| 691 | 2026-05-11T21:10:09.732Z | Compiling heck v0.4.1 |
| 692 | 2026-05-11T21:10:09.845Z | Checking itoa v1.0.18 |
| 693 | 2026-05-11T21:10:09.958Z | Checking lazy_static v1.5.0 |
| 694 | 2026-05-11T21:10:10.012Z | Checking iana-time-zone v0.1.65 |
| 695 | 2026-05-11T21:10:10.041Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 696 | 2026-05-11T21:10:10.098Z | Checking chrono v0.4.44 |
| 697 | 2026-05-11T21:10:10.214Z | Checking slog-scope v4.4.1 |
| 698 | 2026-05-11T21:10:10.278Z | Checking time v0.3.47 |
| 699 | 2026-05-11T21:10:10.341Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 700 | 2026-05-11T21:10:10.420Z | Checking crossbeam-channel v0.5.15 |
| 701 | 2026-05-11T21:10:10.760Z | Checking cookie-factory v0.3.3 |
| 702 | 2026-05-11T21:10:10.841Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 703 | 2026-05-11T21:10:10.906Z | Checking itertools v0.12.1 |
| 704 | 2026-05-11T21:10:10.983Z | Checking is-terminal v0.4.17 |
| 705 | 2026-05-11T21:10:11.010Z | Checking term v1.2.1 |
| 706 | 2026-05-11T21:10:11.069Z | Checking take_mut v0.2.2 |
| 707 | 2026-05-11T21:10:11.092Z | Checking circular v0.3.0 |
| 708 | 2026-05-11T21:10:11.165Z | Checking log v0.4.29 |
| 709 | 2026-05-11T21:10:11.249Z | Checking slog-term v2.9.2 |
| 710 | 2026-05-11T21:10:11.324Z | Checking slog-stdlog v4.1.1 |
| 711 | 2026-05-11T21:10:11.413Z | Checking rusticata-macros v5.0.0 |
| 712 | 2026-05-11T21:10:11.555Z | Checking pcap-parser v0.17.0 |
| 713 | 2026-05-11T21:10:11.899Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 714 | 2026-05-11T21:10:12.151Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#5e686ee2) |
| 715 | 2026-05-11T21:10:12.849Z | Checking slog-envlogger v2.2.0 |
| 716 | 2026-05-11T21:10:15.261Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 717 | 2026-05-11T21:10:16.879Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 718 | 2026-05-11T21:10:16.879Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 719 | 2026-05-11T21:10:17.223Z | Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 720 | 2026-05-11T21:10:17.764Z | Finished `dev` profile [optimized + debuginfo] target(s) in 17.13s |
| 721 | 2026-05-11T21:10:17.802Z | + cargo build --test loopback |
| 722 | 2026-05-11T21:10:17.978Z | Compiling cfg-if v1.0.4 |
| 723 | 2026-05-11T21:10:17.978Z | Compiling memchr v2.8.0 |
| 724 | 2026-05-11T21:10:17.978Z | Compiling serde_core v1.0.228 |
| 725 | 2026-05-11T21:10:18.005Z | Compiling libc v0.2.186 |
| 726 | 2026-05-11T21:10:18.008Z | Compiling thiserror v2.0.18 |
| 727 | 2026-05-11T21:10:18.011Z | Compiling pin-project-lite v0.2.17 |
| 728 | 2026-05-11T21:10:18.015Z | Compiling either v1.15.0 |
| 729 | 2026-05-11T21:10:18.018Z | Compiling byteorder v1.5.0 |
| 730 | 2026-05-11T21:10:18.060Z | Compiling zerocopy v0.8.48 |
| 731 | 2026-05-11T21:10:18.087Z | Compiling stable_deref_trait v1.2.1 |
| 732 | 2026-05-11T21:10:18.091Z | Compiling futures-sink v0.3.32 |
| 733 | 2026-05-11T21:10:18.155Z | Compiling hash32 v0.3.1 |
| 734 | 2026-05-11T21:10:18.180Z | Compiling macaddr v1.0.1 |
| 735 | 2026-05-11T21:10:18.186Z | Compiling futures-core v0.3.32 |
| 736 | 2026-05-11T21:10:18.202Z | Compiling cobs v0.3.0 |
| 737 | 2026-05-11T21:10:18.307Z | Compiling futures-channel v0.3.32 |
| 738 | 2026-05-11T21:10:18.347Z | Compiling heapless v0.8.0 |
| 739 | 2026-05-11T21:10:18.357Z | Compiling rand_core v0.10.1 |
| 740 | 2026-05-11T21:10:18.429Z | Compiling bitflags v1.3.2 |
| 741 | 2026-05-11T21:10:18.488Z | Compiling managed v0.8.0 |
| 742 | 2026-05-11T21:10:18.499Z | Compiling futures-task v0.3.32 |
| 743 | 2026-05-11T21:10:18.515Z | Compiling futures-io v0.3.32 |
| 744 | 2026-05-11T21:10:18.539Z | Compiling slab v0.4.12 |
| 745 | 2026-05-11T21:10:18.698Z | Compiling futures-util v0.3.32 |
| 746 | 2026-05-11T21:10:18.704Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 747 | 2026-05-11T21:10:18.711Z | Compiling smoltcp v0.11.0 |
| 748 | 2026-05-11T21:10:18.720Z | Compiling cpufeatures v0.3.0 |
| 749 | 2026-05-11T21:10:18.770Z | Compiling once_cell v1.21.4 |
| 750 | 2026-05-11T21:10:18.787Z | Compiling foreign-types-shared v0.3.1 |
| 751 | 2026-05-11T21:10:18.875Z | Compiling ipnetwork v0.21.1 |
| 752 | 2026-05-11T21:10:18.926Z | Compiling unicode-width v0.2.2 |
| 753 | 2026-05-11T21:10:19.053Z | Compiling tracing-core v0.1.36 |
| 754 | 2026-05-11T21:10:19.235Z | Compiling tabwriter v1.4.1 |
| 755 | 2026-05-11T21:10:19.415Z | Compiling foreign-types v0.5.0 |
| 756 | 2026-05-11T21:10:19.491Z | Compiling chacha20 v0.10.0 |
| 757 | 2026-05-11T21:10:19.573Z | Compiling ref-cast v1.0.25 |
| 758 | 2026-05-11T21:10:19.656Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 759 | 2026-05-11T21:10:19.671Z | Compiling num_enum v0.7.6 |
| 760 | 2026-05-11T21:10:19.786Z | Compiling serde v1.0.228 |
| 761 | 2026-05-11T21:10:19.838Z | Compiling bitflags v2.11.1 |
| 762 | 2026-05-11T21:10:19.953Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 763 | 2026-05-11T21:10:20.069Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 764 | 2026-05-11T21:10:20.271Z | Compiling erased-serde v0.3.31 |
| 765 | 2026-05-11T21:10:20.358Z | Compiling postcard v1.1.3 |
| 766 | 2026-05-11T21:10:20.429Z | Compiling crc32fast v1.5.0 |
| 767 | 2026-05-11T21:10:20.470Z | Compiling getrandom v0.4.2 |
| 768 | 2026-05-11T21:10:20.672Z | Compiling slog v2.8.2 |
| 769 | 2026-05-11T21:10:20.677Z | Compiling cstr-argument v0.1.2 |
| 770 | 2026-05-11T21:10:20.685Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 771 | 2026-05-11T21:10:20.704Z | Compiling itertools v0.14.0 |
| 772 | 2026-05-11T21:10:20.790Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 773 | 2026-05-11T21:10:20.842Z | Compiling futures-executor v0.3.32 |
| 774 | 2026-05-11T21:10:20.986Z | Compiling ingot-types v0.1.2 |
| 775 | 2026-05-11T21:10:21.109Z | Compiling powerfmt v0.2.0 |
| 776 | 2026-05-11T21:10:21.242Z | Compiling dyn-clone v1.0.20 |
| 777 | 2026-05-11T21:10:21.362Z | Compiling ingot v0.1.1 |
| 778 | 2026-05-11T21:10:21.391Z | Compiling pretty-hex v0.4.2 |
| 779 | 2026-05-11T21:10:21.399Z | Compiling deranged v0.5.8 |
| 780 | 2026-05-11T21:10:21.409Z | Compiling tracing v0.1.44 |
| 781 | 2026-05-11T21:10:21.464Z | Compiling futures v0.3.32 |
| 782 | 2026-05-11T21:10:21.474Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 783 | 2026-05-11T21:10:21.527Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 784 | 2026-05-11T21:10:21.538Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 785 | 2026-05-11T21:10:21.648Z | Compiling rand v0.10.1 |
| 786 | 2026-05-11T21:10:21.670Z | Compiling num-traits v0.2.19 |
| 787 | 2026-05-11T21:10:21.699Z | Compiling uuid v1.23.1 |
| 788 | 2026-05-11T21:10:21.788Z | Compiling crossbeam-utils v0.8.21 |
| 789 | 2026-05-11T21:10:22.029Z | Compiling nom v8.0.0 |
| 790 | 2026-05-11T21:10:22.290Z | Compiling aho-corasick v1.1.4 |
| 791 | 2026-05-11T21:10:22.348Z | Compiling socket2 v0.6.3 |
| 792 | 2026-05-11T21:10:22.374Z | Compiling thread_local v1.1.9 |
| 793 | 2026-05-11T21:10:22.608Z | Compiling arc-swap v1.9.1 |
| 794 | 2026-05-11T21:10:22.639Z | Compiling winnow v1.0.2 |
| 795 | 2026-05-11T21:10:22.791Z | Compiling regex-syntax v0.8.10 |
| 796 | 2026-05-11T21:10:22.986Z | Compiling oxnet v0.1.5 |
| 797 | 2026-05-11T21:10:23.139Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 798 | 2026-05-11T21:10:23.483Z | Compiling time-core v0.1.8 |
| 799 | 2026-05-11T21:10:23.497Z | Compiling lazy_static v1.5.0 |
| 800 | 2026-05-11T21:10:23.595Z | Compiling iana-time-zone v0.1.65 |
| 801 | 2026-05-11T21:10:23.595Z | Compiling colored v3.1.1 |
| 802 | 2026-05-11T21:10:23.624Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 803 | 2026-05-11T21:10:23.861Z | Compiling num-conv v0.2.1 |
| 804 | 2026-05-11T21:10:24.011Z | Compiling time v0.3.47 |
| 805 | 2026-05-11T21:10:24.076Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 806 | 2026-05-11T21:10:24.114Z | Compiling chrono v0.4.44 |
| 807 | 2026-05-11T21:10:24.527Z | Compiling regex-automata v0.4.14 |
| 808 | 2026-05-11T21:10:25.559Z | Compiling rusticata-macros v5.0.0 |
| 809 | 2026-05-11T21:10:25.896Z | Compiling slog-scope v4.4.1 |
| 810 | 2026-05-11T21:10:26.015Z | Compiling thiserror v1.0.69 |
| 811 | 2026-05-11T21:10:26.131Z | Compiling crossbeam-channel v0.5.15 |
| 812 | 2026-05-11T21:10:26.387Z | Compiling cookie-factory v0.3.3 |
| 813 | 2026-05-11T21:10:26.704Z | Compiling is-terminal v0.4.17 |
| 814 | 2026-05-11T21:10:26.800Z | Compiling itertools v0.12.1 |
| 815 | 2026-05-11T21:10:26.868Z | Compiling take_mut v0.2.2 |
| 816 | 2026-05-11T21:10:26.979Z | Compiling term v1.2.1 |
| 817 | 2026-05-11T21:10:28.123Z | Compiling circular v0.3.0 |
| 818 | 2026-05-11T21:10:28.197Z | Compiling log v0.4.29 |
| 819 | 2026-05-11T21:10:28.385Z | Compiling slog-stdlog v4.1.1 |
| 820 | 2026-05-11T21:10:28.461Z | Compiling pcap-parser v0.17.0 |
| 821 | 2026-05-11T21:10:28.784Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 822 | 2026-05-11T21:10:28.811Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 823 | 2026-05-11T21:10:29.495Z | Compiling slog-term v2.9.2 |
| 824 | 2026-05-11T21:10:30.955Z | Compiling slog-async v2.8.0 |
| 825 | 2026-05-11T21:10:31.022Z | Compiling regex v1.12.3 |
| 826 | 2026-05-11T21:10:31.178Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 827 | 2026-05-11T21:10:31.742Z | Compiling slog-envlogger v2.2.0 |
| 828 | 2026-05-11T21:10:32.121Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 829 | 2026-05-11T21:10:32.259Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#5e686ee2) |
| 830 | 2026-05-11T21:10:32.877Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 831 | 2026-05-11T21:10:41.153Z | Finished `dev` profile [optimized + debuginfo] target(s) in 23.34s |
| 832 | 2026-05-11T21:10:41.187Z | ++ cargo build -q --test loopback --message-format=json |
| 833 | 2026-05-11T21:10:41.191Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 834 | 2026-05-11T21:10:41.316Z | + loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-c0436ac2f9e0cef8 |
| 835 | 2026-05-11T21:10:41.316Z | + cargo build --test multicast_rx |
| 836 | 2026-05-11T21:10:41.417Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 837 | 2026-05-11T21:10:42.985Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.66s |
| 838 | 2026-05-11T21:10:43.020Z | ++ cargo build -q --test multicast_rx --message-format=json |
| 839 | 2026-05-11T21:10:43.025Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 840 | 2026-05-11T21:10:43.140Z | + multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-e0f947cdb7759ba0 |
| 841 | 2026-05-11T21:10:43.144Z | + cargo build --test multicast_multi_sub |
| 842 | 2026-05-11T21:10:43.247Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 843 | 2026-05-11T21:10:45.028Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.87s |
| 844 | 2026-05-11T21:10:45.062Z | ++ cargo build -q --test multicast_multi_sub --message-format=json |
| 845 | 2026-05-11T21:10:45.066Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 846 | 2026-05-11T21:10:45.189Z | + multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-a0a87779e1c7c759 |
| 847 | 2026-05-11T21:10:45.189Z | + cargo build --test multicast_validation |
| 848 | 2026-05-11T21:10:45.293Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 849 | 2026-05-11T21:10:47.199Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.00s |
| 850 | 2026-05-11T21:10:47.238Z | ++ cargo build -q --test multicast_validation --message-format=json |
| 851 | 2026-05-11T21:10:47.246Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 852 | 2026-05-11T21:10:47.356Z | + multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-ae0415a9bb91e854 |
| 853 | 2026-05-11T21:10:47.356Z | + cargo build --test multicast_source_filter |
| 854 | 2026-05-11T21:10:47.460Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 855 | 2026-05-11T21:10:49.481Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.11s |
| 856 | 2026-05-11T21:10:49.522Z | ++ cargo build -q --test multicast_source_filter --message-format=json |
| 857 | 2026-05-11T21:10:49.527Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 858 | 2026-05-11T21:10:49.642Z | + multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-20ea9ccfb03a1233 |
| 859 | 2026-05-11T21:10:49.642Z | + mkdir -p /work/test |
| 860 | 2026-05-11T21:10:49.652Z | + cp /work/oxidecomputer/opte/target/debug/deps/loopback-c0436ac2f9e0cef8 /work/test/loopback |
| 861 | 2026-05-11T21:10:49.685Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-e0f947cdb7759ba0 /work/test/multicast_rx |
| 862 | 2026-05-11T21:10:49.722Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-a0a87779e1c7c759 /work/test/multicast_multi_sub |
| 863 | 2026-05-11T21:10:49.767Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-ae0415a9bb91e854 /work/test/multicast_validation |
| 864 | 2026-05-11T21:10:49.813Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-20ea9ccfb03a1233 /work/test/multicast_source_filter |
| 865 | 2026-05-11T21:10:49.843Z | process exited: duration 226719 ms, exit code 0 |
| |
| 866 | 2026-05-11T21:10:49.866Z | found 14 output files |
| 867 | 2026-05-11T21:10:49.866Z | uploading: /work/debug/xde.dbg (91620552 bytes) |
| 868 | 2026-05-11T21:10:51.901Z | uploaded: /work/debug/xde.dbg |
| 869 | 2026-05-11T21:10:51.904Z | uploading: /work/debug/xde.dbg.sha256 (86 bytes) |
| 870 | 2026-05-11T21:10:52.920Z | uploaded: /work/debug/xde.dbg.sha256 |
| 871 | 2026-05-11T21:10:52.921Z | uploading: /work/debug/xde_link.dbg.so (1084980 bytes) |
| 872 | 2026-05-11T21:10:53.947Z | uploaded: /work/debug/xde_link.dbg.so |
| 873 | 2026-05-11T21:10:53.948Z | uploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes) |
| 874 | 2026-05-11T21:10:54.958Z | uploaded: /work/debug/xde_link.dbg.so.sha256 |
| 875 | 2026-05-11T21:10:54.958Z | uploading: /work/release/xde (49459800 bytes) |
| 876 | 2026-05-11T21:10:56.287Z | uploaded: /work/release/xde |
| 877 | 2026-05-11T21:10:56.287Z | uploading: /work/release/xde.sha256 (84 bytes) |
| 878 | 2026-05-11T21:10:57.299Z | uploaded: /work/release/xde.sha256 |
| 879 | 2026-05-11T21:10:57.302Z | uploading: /work/release/xde_link.so (39516 bytes) |
| 880 | 2026-05-11T21:10:58.331Z | uploaded: /work/release/xde_link.so |
| 881 | 2026-05-11T21:10:58.331Z | uploading: /work/release/xde_link.so.sha256 (92 bytes) |
| 882 | 2026-05-11T21:10:59.368Z | uploaded: /work/release/xde_link.so.sha256 |
| 883 | 2026-05-11T21:10:59.368Z | uploading: /work/test/loopback (49839040 bytes) |
| 884 | 2026-05-11T21:11:00.712Z | uploaded: /work/test/loopback |
| 885 | 2026-05-11T21:11:00.716Z | uploading: /work/test/multicast_rx (50131056 bytes) |
| 886 | 2026-05-11T21:11:02.034Z | uploaded: /work/test/multicast_rx |
| 887 | 2026-05-11T21:11:02.034Z | uploading: /work/test/multicast_multi_sub (56366072 bytes) |
| 888 | 2026-05-11T21:11:03.623Z | uploaded: /work/test/multicast_multi_sub |
| 889 | 2026-05-11T21:11:03.628Z | uploading: /work/test/multicast_validation (50283488 bytes) |
| 890 | 2026-05-11T21:11:04.997Z | uploaded: /work/test/multicast_validation |
| 891 | 2026-05-11T21:11:04.997Z | uploading: /work/test/multicast_source_filter (50588024 bytes) |
| 892 | 2026-05-11T21:11:06.343Z | uploaded: /work/test/multicast_source_filter |
| 893 | 2026-05-11T21:11:06.343Z | uploading: /work/xde.conf (79 bytes) |
| 894 | 2026-05-11T21:11:07.357Z | uploaded: /work/xde.conf |