|
|
|
| 1 | 2026-05-11T08:18:10.841Z | job assigned to worker 01KRB1SD2XJ5DKR9TQHT4DMFDZ [factory aws, i-0be555d99e0577027] (queued for 49 s) |
| |
| 2 | 2026-05-11T08:18:17.516Z | starting task 0: "setup" |
| 3 | 2026-05-11T08:18:17.522Z | ++ uname -s |
| 4 | 2026-05-11T08:18:17.522Z | + kern=SunOS |
| 5 | 2026-05-11T08:18:17.522Z | + build_user=build |
| 6 | 2026-05-11T08:18:17.522Z | + build_uid=12345 |
| 7 | 2026-05-11T08:18:17.522Z | + work_dir=/work |
| 8 | 2026-05-11T08:18:17.522Z | + input_dir=/input |
| 9 | 2026-05-11T08:18:17.522Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-11T08:18:17.522Z | + case "$kern" in |
| 11 | 2026-05-11T08:18:17.522Z | + groupadd -g 12345 build |
| 12 | 2026-05-11T08:18:17.528Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-11T08:18:19.526Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-11T08:18:19.648Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-11T08:18:19.651Z | + home_fs=zfs |
| 16 | 2026-05-11T08:18:19.651Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-11T08:18:19.651Z | + mkdir -p /home/build |
| 18 | 2026-05-11T08:18:19.651Z | + chown build:build /home/build /work |
| 19 | 2026-05-11T08:18:21.652Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-11T08:18:21.655Z | process exited: duration 4144 ms, exit code 0 |
| |
| 21 | 2026-05-11T08:18:21.661Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-11T08:18:21.666Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.1 |
| 23 | 2026-05-11T08:18:21.666Z | * rust toolchain channel = "1.94.1" |
| 24 | 2026-05-11T08:18:21.666Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-05-11T08:18:21.666Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-11T08:18:21.666Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-11T08:18:21.666Z | * rust toolchain profile = "default" |
| 28 | 2026-05-11T08:18:21.669Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-11T08:18:21.669Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default |
| 30 | 2026-05-11T08:18:21.734Z | info: downloading installer |
| 31 | 2026-05-11T08:18:23.111Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-11T08:18:23.111Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-11T08:18:23.111Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-11T08:18:23.111Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-11T08:18:23.124Z | info: profile set to default |
| 36 | 2026-05-11T08:18:23.124Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-11T08:18:23.127Z | info: syncing channel updates for 1.94.1-x86_64-unknown-illumos |
| 38 | 2026-05-11T08:18:23.255Z | info: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25) |
| 39 | 2026-05-11T08:18:23.258Z | info: downloading 6 components |
| 40 | 2026-05-11T08:18:37.680Z | info: default toolchain set to 1.94.1-x86_64-unknown-illumos |
| 41 | 2026-05-11T08:18:37.680Z | |
| 42 | 2026-05-11T08:18:37.708Z | 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25) |
| 43 | 2026-05-11T08:18:37.708Z | |
| 44 | 2026-05-11T08:18:37.708Z | |
| 45 | 2026-05-11T08:18:37.708Z | Rust is installed now. Great! |
| 46 | 2026-05-11T08:18:37.708Z | |
| 47 | 2026-05-11T08:18:37.711Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-11T08:18:37.711Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-11T08:18:37.712Z | |
| 50 | 2026-05-11T08:18:37.712Z | To configure your current shell, you need to source |
| 51 | 2026-05-11T08:18:37.712Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-11T08:18:37.712Z | |
| 53 | 2026-05-11T08:18:37.712Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-11T08:18:37.712Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-11T08:18:37.712Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-11T08:18:37.712Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-11T08:18:37.712Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-11T08:18:37.712Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-11T08:18:37.712Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-11T08:18:37.712Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-11T08:18:37.712Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-11T08:18:37.809Z | + rustup --version |
| 63 | 2026-05-11T08:18:37.816Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-11T08:18:37.819Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-11T08:18:37.839Z | info: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)` |
| 66 | 2026-05-11T08:18:37.842Z | + cargo --version |
| 67 | 2026-05-11T08:18:37.855Z | cargo 1.94.1 (29ea6fb6a 2026-03-24) |
| 68 | 2026-05-11T08:18:37.858Z | + rustc --version |
| 69 | 2026-05-11T08:18:37.877Z | rustc 1.94.1 (e408947bf 2026-03-25) |
| 70 | 2026-05-11T08:18:37.880Z | process exited: duration 16218 ms, exit code 0 |
| |
| 71 | 2026-05-11T08:18:37.886Z | starting task 2: "authentication" |
| 72 | 2026-05-11T08:18:37.902Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-05-11T08:18:37.908Z | starting task 3: "clone repository" |
| 74 | 2026-05-11T08:18:37.911Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-05-11T08:18:37.914Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-05-11T08:18:37.942Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-05-11T08:18:38.770Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-05-11T08:18:38.770Z | + git fetch origin 27627c9e134f6dacafb579d70170e18fe7fda7e3 |
| 79 | 2026-05-11T08:18:38.989Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-05-11T08:18:38.989Z | * branch 27627c9e134f6dacafb579d70170e18fe7fda7e3 -> FETCH_HEAD |
| 81 | 2026-05-11T08:18:38.995Z | + [[ -n renovate/lock-file-maintenance ]] |
| 82 | 2026-05-11T08:18:38.998Z | ++ git branch --show-current |
| 83 | 2026-05-11T08:18:38.999Z | + current=master |
| 84 | 2026-05-11T08:18:38.999Z | + [[ master != renovate/lock-file-maintenance ]] |
| 85 | 2026-05-11T08:18:38.999Z | + git branch -f renovate/lock-file-maintenance 27627c9e134f6dacafb579d70170e18fe7fda7e3 |
| 86 | 2026-05-11T08:18:39.002Z | + git checkout -f renovate/lock-file-maintenance |
| 87 | 2026-05-11T08:18:39.017Z | Switched to branch 'renovate/lock-file-maintenance' |
| 88 | 2026-05-11T08:18:39.020Z | + git reset --hard 27627c9e134f6dacafb579d70170e18fe7fda7e3 |
| 89 | 2026-05-11T08:18:39.033Z | HEAD is now at 27627c9 Lock file maintenance |
| 90 | 2026-05-11T08:18:39.036Z | process exited: duration 1125 ms, exit code 0 |
| |
| 91 | 2026-05-11T08:18:39.042Z | starting task 4: "build" |
| 92 | 2026-05-11T08:18:39.045Z | + source .github/buildomat/common.sh |
| 93 | 2026-05-11T08:18:39.048Z | ++ rustup show active-toolchain |
| 94 | 2026-05-11T08:18:39.051Z | 1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-05-11T08:18:39.051Z | ++ pushd xde |
| 96 | 2026-05-11T08:18:39.051Z | ++ rustup show active-toolchain |
| 97 | 2026-05-11T08:18:39.051Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 98 | 2026-05-11T08:18:39.056Z | info: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos |
| 99 | 2026-05-11T08:18:39.194Z | info: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31) |
| 100 | 2026-05-11T08:18:39.197Z | info: downloading 6 components |
| 101 | 2026-05-11T08:18:53.028Z | nightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-05-11T08:18:53.118Z | +++ rustup show active-toolchain -v |
| 103 | 2026-05-11T08:18:53.120Z | +++ head -n 1 |
| 104 | 2026-05-11T08:18:53.120Z | +++ cut '-d ' -f1 |
| 105 | 2026-05-11T08:18:53.175Z | ++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 106 | 2026-05-11T08:18:53.175Z | ++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 107 | 2026-05-11T08:18:53.175Z | ++ popd |
| 108 | 2026-05-11T08:18:53.178Z | /work/oxidecomputer/opte |
| 109 | 2026-05-11T08:18:53.178Z | + TGT_BASE=/work |
| 110 | 2026-05-11T08:18:53.178Z | + DBG_SRC=target/x86_64-unknown-unknown/debug |
| 111 | 2026-05-11T08:18:53.178Z | + DBG_LINK_SRC=target/i686-unknown-illumos/debug |
| 112 | 2026-05-11T08:18:53.178Z | + DBG_TGT=/work/debug |
| 113 | 2026-05-11T08:18:53.178Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 114 | 2026-05-11T08:18:53.178Z | + REL_LINK_SRC=target/i686-unknown-illumos/release |
| 115 | 2026-05-11T08:18:53.178Z | + REL_TGT=/work/release |
| 116 | 2026-05-11T08:18:53.178Z | + mkdir -p /work/debug /work/release |
| 117 | 2026-05-11T08:18:53.178Z | + cargo --version |
| 118 | 2026-05-11T08:18:53.186Z | cargo 1.94.1 (29ea6fb6a 2026-03-24) |
| 119 | 2026-05-11T08:18:53.189Z | + rustc --version |
| 120 | 2026-05-11T08:18:53.209Z | rustc 1.94.1 (e408947bf 2026-03-25) |
| 121 | 2026-05-11T08:18:53.212Z | + install_pkg jq |
| 122 | 2026-05-11T08:18:53.212Z | + set +o errexit |
| 123 | 2026-05-11T08:18:53.212Z | + pfexec pkg install jq |
| 124 | 2026-05-11T08:18:54.081Z | Startup: Refreshing catalog 'helios' ... Done |
| 125 | 2026-05-11T08:18:54.130Z | Startup: Caching catalogs ... Done |
| 126 | 2026-05-11T08:18:54.284Z | Planning: Solver setup ... Done |
| 127 | 2026-05-11T08:18:54.293Z | Planning: Running solver ... Done |
| 128 | 2026-05-11T08:18:54.296Z | Planning: Consolidating action changes ... Done |
| 129 | 2026-05-11T08:18:54.296Z | Planning: Evaluating mediators ... Done |
| 130 | 2026-05-11T08:18:54.299Z | Planning: Planning completed in 0.15 seconds |
| 131 | 2026-05-11T08:18:54.313Z | No updates necessary for this image. |
| 132 | 2026-05-11T08:18:54.368Z | + exit_code=4 |
| 133 | 2026-05-11T08:18:54.368Z | + [[ 4 -ne 0 ]] |
| 134 | 2026-05-11T08:18:54.371Z | + [[ 4 -ne 4 ]] |
| 135 | 2026-05-11T08:18:54.371Z | + set -o errexit |
| 136 | 2026-05-11T08:18:54.371Z | + pushd xde |
| 137 | 2026-05-11T08:18:54.371Z | + cp xde.conf /work/xde.conf |
| 138 | 2026-05-11T08:18:54.371Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 139 | 2026-05-11T08:18:54.371Z | + header 'check style' |
| 140 | 2026-05-11T08:18:54.371Z | + echo '# ==== check style ==== #' |
| 141 | 2026-05-11T08:18:54.371Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check |
| 142 | 2026-05-11T08:18:54.371Z | # ==== check style ==== # |
| 143 | 2026-05-11T08:18:54.578Z | |
| 144 | 2026-05-11T08:18:54.578Z | real 0.204238554 |
| 145 | 2026-05-11T08:18:54.578Z | user 0.151406923 |
| 146 | 2026-05-11T08:18:54.578Z | sys 0.043320910 |
| 147 | 2026-05-11T08:18:54.578Z | trap 0.000007050 |
| 148 | 2026-05-11T08:18:54.578Z | tflt 0.000063150 |
| 149 | 2026-05-11T08:18:54.581Z | dflt 0.000008350 |
| 150 | 2026-05-11T08:18:54.581Z | kflt 0.000000000 |
| 151 | 2026-05-11T08:18:54.581Z | lock 0.032884994 |
| 152 | 2026-05-11T08:18:54.581Z | slp 0.183047246 |
| 153 | 2026-05-11T08:18:54.581Z | lat 0.000846140 |
| 154 | 2026-05-11T08:18:54.581Z | stop 0.000099460 |
| 155 | 2026-05-11T08:18:54.581Z | + header analyze |
| 156 | 2026-05-11T08:18:54.581Z | + echo '# ==== analyze ==== #' |
| 157 | 2026-05-11T08:18:54.581Z | # ==== analyze ==== # |
| 158 | 2026-05-11T08:18:54.581Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 159 | 2026-05-11T08:18:54.762Z | Updating crates.io index |
| 160 | 2026-05-11T08:18:54.765Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 161 | 2026-05-11T08:18:55.506Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 162 | 2026-05-11T08:18:56.059Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 163 | 2026-05-11T08:18:56.405Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 164 | 2026-05-11T08:18:56.691Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 165 | 2026-05-11T08:18:57.120Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 166 | 2026-05-11T08:18:57.393Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 167 | 2026-05-11T08:18:59.106Z | Downloading crates ... |
| 168 | 2026-05-11T08:18:59.158Z | Downloaded darling_macro v0.23.0 |
| 169 | 2026-05-11T08:18:59.171Z | Downloaded defmt v0.3.100 |
| 170 | 2026-05-11T08:18:59.171Z | Downloaded stable_deref_trait v1.2.1 |
| 171 | 2026-05-11T08:18:59.171Z | Downloaded cobs v0.3.0 |
| 172 | 2026-05-11T08:18:59.171Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 173 | 2026-05-11T08:18:59.171Z | Downloaded hash32 v0.3.1 |
| 174 | 2026-05-11T08:18:59.171Z | Downloaded defmt v1.0.1 |
| 175 | 2026-05-11T08:18:59.174Z | Downloaded aho-corasick v1.1.4 |
| 176 | 2026-05-11T08:18:59.174Z | Downloaded ident_case v1.0.1 |
| 177 | 2026-05-11T08:18:59.177Z | Downloaded darling_macro v0.21.3 |
| 178 | 2026-05-11T08:18:59.177Z | Downloaded fnv v1.0.7 |
| 179 | 2026-05-11T08:18:59.177Z | Downloaded bitflags v1.3.2 |
| 180 | 2026-05-11T08:18:59.177Z | Downloaded ref-cast v1.0.25 |
| 181 | 2026-05-11T08:18:59.182Z | Downloaded embedded-io v0.6.1 |
| 182 | 2026-05-11T08:18:59.182Z | Downloaded embedded-io v0.4.0 |
| 183 | 2026-05-11T08:18:59.185Z | Downloaded macaddr v1.0.1 |
| 184 | 2026-05-11T08:18:59.189Z | Downloaded defmt-parser v1.0.0 |
| 185 | 2026-05-11T08:18:59.192Z | Downloaded managed v0.8.0 |
| 186 | 2026-05-11T08:18:59.195Z | Downloaded ref-cast-impl v1.0.25 |
| 187 | 2026-05-11T08:18:59.201Z | Downloaded strsim v0.11.1 |
| 188 | 2026-05-11T08:18:59.204Z | Downloaded version_check v0.9.5 |
| 189 | 2026-05-11T08:18:59.204Z | Downloaded dyn-clone v1.0.20 |
| 190 | 2026-05-11T08:18:59.211Z | Downloaded cfg-if v1.0.4 |
| 191 | 2026-05-11T08:18:59.219Z | Downloaded ingot v0.1.1 |
| 192 | 2026-05-11T08:18:59.232Z | Downloaded thiserror v2.0.18 |
| 193 | 2026-05-11T08:18:59.248Z | Downloaded either v1.15.0 |
| 194 | 2026-05-11T08:18:59.251Z | Downloaded byteorder v1.5.0 |
| 195 | 2026-05-11T08:18:59.251Z | Downloaded thiserror-impl v2.0.18 |
| 196 | 2026-05-11T08:18:59.251Z | Downloaded ingot-types v0.1.2 |
| 197 | 2026-05-11T08:18:59.254Z | Downloaded darling v0.21.3 |
| 198 | 2026-05-11T08:18:59.254Z | Downloaded postcard v1.1.3 |
| 199 | 2026-05-11T08:18:59.260Z | Downloaded ingot-macros v0.1.1 |
| 200 | 2026-05-11T08:18:59.260Z | Downloaded bitflags v2.11.1 |
| 201 | 2026-05-11T08:18:59.263Z | Downloaded quote v1.0.45 |
| 202 | 2026-05-11T08:18:59.263Z | Downloaded defmt-macros v1.0.1 |
| 203 | 2026-05-11T08:18:59.264Z | Downloaded darling v0.23.0 |
| 204 | 2026-05-11T08:18:59.266Z | Downloaded proc-macro-error2 v2.0.1 |
| 205 | 2026-05-11T08:18:59.266Z | Downloaded crc32fast v1.5.0 |
| 206 | 2026-05-11T08:18:59.281Z | Downloaded serde_derive v1.0.228 |
| 207 | 2026-05-11T08:18:59.287Z | Downloaded serde_core v1.0.228 |
| 208 | 2026-05-11T08:18:59.296Z | Downloaded darling_core v0.21.3 |
| 209 | 2026-05-11T08:18:59.304Z | Downloaded unicode-ident v1.0.24 |
| 210 | 2026-05-11T08:18:59.307Z | Downloaded uuid v1.23.1 |
| 211 | 2026-05-11T08:18:59.310Z | Downloaded proc-macro2 v1.0.106 |
| 212 | 2026-05-11T08:18:59.313Z | Downloaded darling_core v0.23.0 |
| 213 | 2026-05-11T08:18:59.316Z | Downloaded memchr v2.8.0 |
| 214 | 2026-05-11T08:18:59.319Z | Downloaded zerocopy-derive v0.8.48 |
| 215 | 2026-05-11T08:18:59.323Z | Downloaded serde v1.0.228 |
| 216 | 2026-05-11T08:18:59.326Z | Downloaded heapless v0.8.0 |
| 217 | 2026-05-11T08:18:59.348Z | Downloaded itertools v0.14.0 |
| 218 | 2026-05-11T08:18:59.364Z | Downloaded regex v1.12.3 |
| 219 | 2026-05-11T08:18:59.394Z | Downloaded zerocopy v0.8.48 |
| 220 | 2026-05-11T08:18:59.404Z | Downloaded syn v2.0.117 |
| 221 | 2026-05-11T08:18:59.410Z | Downloaded smoltcp v0.11.0 |
| 222 | 2026-05-11T08:18:59.416Z | Downloaded regex-syntax v0.8.10 |
| 223 | 2026-05-11T08:18:59.423Z | Downloaded regex-automata v0.4.14 |
| 224 | 2026-05-11T08:18:59.435Z | Updating crates.io index |
| 225 | 2026-05-11T08:18:59.524Z | Downloading crates ... |
| 226 | 2026-05-11T08:18:59.577Z | Downloaded addr2line v0.25.1 |
| 227 | 2026-05-11T08:18:59.588Z | Downloaded adler2 v2.0.1 |
| 228 | 2026-05-11T08:18:59.590Z | Downloaded rustc-literal-escaper v0.0.7 |
| 229 | 2026-05-11T08:18:59.591Z | Downloaded miniz_oxide v0.8.9 |
| 230 | 2026-05-11T08:18:59.597Z | Downloaded getopts v0.2.24 |
| 231 | 2026-05-11T08:18:59.600Z | Downloaded foldhash v0.2.0 |
| 232 | 2026-05-11T08:18:59.603Z | Downloaded rustc-demangle v0.1.27 |
| 233 | 2026-05-11T08:18:59.624Z | Downloaded memchr v2.7.6 |
| 234 | 2026-05-11T08:18:59.639Z | Downloaded hashbrown v0.16.1 |
| 235 | 2026-05-11T08:18:59.681Z | Downloaded gimli v0.32.3 |
| 236 | 2026-05-11T08:18:59.691Z | Downloaded object v0.37.3 |
| 237 | 2026-05-11T08:18:59.726Z | Downloaded libc v0.2.183 |
| 238 | 2026-05-11T08:18:59.783Z | 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-11T08:18:59.783Z | 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-11T08:18:59.783Z | Compiling proc-macro2 v1.0.106 |
| 241 | 2026-05-11T08:18:59.783Z | Compiling quote v1.0.45 |
| 242 | 2026-05-11T08:18:59.786Z | Compiling unicode-ident v1.0.24 |
| 243 | 2026-05-11T08:18:59.786Z | Compiling ident_case v1.0.1 |
| 244 | 2026-05-11T08:18:59.786Z | Compiling strsim v0.11.1 |
| 245 | 2026-05-11T08:18:59.844Z | Compiling serde_core v1.0.228 |
| 246 | 2026-05-11T08:18:59.960Z | Compiling fnv v1.0.7 |
| 247 | 2026-05-11T08:18:59.967Z | Compiling memchr v2.8.0 |
| 248 | 2026-05-11T08:19:00.047Z | Compiling regex-syntax v0.8.10 |
| 249 | 2026-05-11T08:19:00.232Z | Compiling thiserror v2.0.18 |
| 250 | 2026-05-11T08:19:00.241Z | Compiling either v1.15.0 |
| 251 | 2026-05-11T08:19:00.281Z | Compiling serde v1.0.228 |
| 252 | 2026-05-11T08:19:00.361Z | Compiling aho-corasick v1.1.4 |
| 253 | 2026-05-11T08:19:00.437Z | Compiling zerocopy v0.8.48 |
| 254 | 2026-05-11T08:19:00.660Z | Compiling itertools v0.14.0 |
| 255 | 2026-05-11T08:19:00.799Z | Compiling heapless v0.8.0 |
| 256 | 2026-05-11T08:19:00.939Z | Compiling syn v2.0.117 |
| 257 | 2026-05-11T08:19:01.023Z | Compiling smoltcp v0.11.0 |
| 258 | 2026-05-11T08:19:01.103Z | Compiling crc32fast v1.5.0 |
| 259 | 2026-05-11T08:19:01.305Z | Compiling ref-cast v1.0.25 |
| 260 | 2026-05-11T08:19:01.450Z | Compiling version_check v0.9.5 |
| 261 | 2026-05-11T08:19:01.708Z | Compiling regex-automata v0.4.14 |
| 262 | 2026-05-11T08:19:01.833Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 263 | 2026-05-11T08:19:03.214Z | Compiling darling_core v0.21.3 |
| 264 | 2026-05-11T08:19:03.214Z | Compiling darling_core v0.23.0 |
| 265 | 2026-05-11T08:19:03.227Z | Compiling regex v1.12.3 |
| 266 | 2026-05-11T08:19:04.235Z | Compiling thiserror-impl v2.0.18 |
| 267 | 2026-05-11T08:19:04.235Z | Compiling serde_derive v1.0.228 |
| 268 | 2026-05-11T08:19:04.238Z | Compiling zerocopy-derive v0.8.48 |
| 269 | 2026-05-11T08:19:04.239Z | Compiling ref-cast-impl v1.0.25 |
| 270 | 2026-05-11T08:19:04.260Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 271 | 2026-05-11T08:19:05.797Z | Compiling darling_macro v0.23.0 |
| 272 | 2026-05-11T08:19:05.844Z | Compiling darling_macro v0.21.3 |
| 273 | 2026-05-11T08:19:06.710Z | Compiling darling v0.23.0 |
| 274 | 2026-05-11T08:19:06.776Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 275 | 2026-05-11T08:19:06.789Z | Compiling darling v0.21.3 |
| 276 | 2026-05-11T08:19:06.852Z | Compiling ingot-macros v0.1.1 |
| 277 | 2026-05-11T08:19:11.289Z | 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-11T08:19:13.388Z | Checking byteorder v1.5.0 |
| 279 | 2026-05-11T08:19:13.388Z | Checking macaddr v1.0.1 |
| 280 | 2026-05-11T08:19:13.388Z | Checking cfg-if v1.0.4 |
| 281 | 2026-05-11T08:19:13.391Z | Checking stable_deref_trait v1.2.1 |
| 282 | 2026-05-11T08:19:13.391Z | Checking managed v0.8.0 |
| 283 | 2026-05-11T08:19:13.446Z | Checking bitflags v1.3.2 |
| 284 | 2026-05-11T08:19:13.480Z | Checking cobs v0.3.0 |
| 285 | 2026-05-11T08:19:13.553Z | Checking hash32 v0.3.1 |
| 286 | 2026-05-11T08:19:13.569Z | Checking dyn-clone v1.0.20 |
| 287 | 2026-05-11T08:19:13.596Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 288 | 2026-05-11T08:19:14.717Z | Checking bitflags v2.11.1 |
| 289 | 2026-05-11T08:19:14.717Z | Checking uuid v1.23.1 |
| 290 | 2026-05-11T08:19:14.858Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 291 | 2026-05-11T08:19:15.071Z | Checking postcard v1.1.3 |
| 292 | 2026-05-11T08:19:15.919Z | Checking ingot-types v0.1.2 |
| 293 | 2026-05-11T08:19:16.202Z | Checking ingot v0.1.1 |
| 294 | 2026-05-11T08:19:17.530Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 295 | 2026-05-11T08:19:21.704Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 296 | 2026-05-11T08:19:23.265Z | Checking xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 297 | 2026-05-11T08:19:25.629Z | Finished `dev` profile [optimized + debuginfo] target(s) in 30.98s |
| 298 | 2026-05-11T08:19:25.742Z | |
| 299 | 2026-05-11T08:19:25.745Z | real 31.157334929 |
| 300 | 2026-05-11T08:19:25.745Z | user 1:14.647154640 |
| 301 | 2026-05-11T08:19:25.745Z | sys 10.085989319 |
| 302 | 2026-05-11T08:19:25.745Z | trap 0.033384115 |
| 303 | 2026-05-11T08:19:25.745Z | tflt 0.053741453 |
| 304 | 2026-05-11T08:19:25.746Z | dflt 0.156249767 |
| 305 | 2026-05-11T08:19:25.746Z | kflt 0.001755231 |
| 306 | 2026-05-11T08:19:25.746Z | lock 4:04.276109699 |
| 307 | 2026-05-11T08:19:25.746Z | slp 3:28.915883842 |
| 308 | 2026-05-11T08:19:25.746Z | lat 2.905922819 |
| 309 | 2026-05-11T08:19:25.746Z | stop 6.514368057 |
| 310 | 2026-05-11T08:19:25.746Z | + pushd xde-link |
| 311 | 2026-05-11T08:19:25.746Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 312 | 2026-05-11T08:19:25.746Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 313 | 2026-05-11T08:19:25.928Z | 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-11T08:19:25.928Z | 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-11T08:19:25.928Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 316 | 2026-05-11T08:19:36.208Z | 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-11T08:19:38.324Z | Finished `dev` profile [optimized + debuginfo] target(s) in 12.51s |
| 318 | 2026-05-11T08:19:38.343Z | |
| 319 | 2026-05-11T08:19:38.344Z | real 12.595115896 |
| 320 | 2026-05-11T08:19:38.344Z | user 20.135414568 |
| 321 | 2026-05-11T08:19:38.344Z | sys 1.206587494 |
| 322 | 2026-05-11T08:19:38.344Z | trap 0.003952070 |
| 323 | 2026-05-11T08:19:38.344Z | tflt 0.002165190 |
| 324 | 2026-05-11T08:19:38.347Z | dflt 0.032732441 |
| 325 | 2026-05-11T08:19:38.347Z | kflt 0.000000990 |
| 326 | 2026-05-11T08:19:38.347Z | lock 1:08.395491793 |
| 327 | 2026-05-11T08:19:38.347Z | slp 42.281500942 |
| 328 | 2026-05-11T08:19:38.347Z | lat 0.268251838 |
| 329 | 2026-05-11T08:19:38.347Z | stop 0.130359332 |
| 330 | 2026-05-11T08:19:38.347Z | + popd |
| 331 | 2026-05-11T08:19:38.347Z | + popd |
| 332 | 2026-05-11T08:19:38.347Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 333 | 2026-05-11T08:19:38.347Z | /work/oxidecomputer/opte |
| 334 | 2026-05-11T08:19:38.347Z | + header 'build xde (debug)' |
| 335 | 2026-05-11T08:19:38.347Z | + echo '# ==== build xde (debug) ==== #' |
| 336 | 2026-05-11T08:19:38.347Z | # ==== build xde (debug) ==== # |
| 337 | 2026-05-11T08:19:38.347Z | + ptime -m cargo xtask build --profile debug xde xde-link |
| 338 | 2026-05-11T08:19:38.493Z | Downloading crates ... |
| 339 | 2026-05-11T08:19:38.540Z | Downloaded anstream v1.0.0 |
| 340 | 2026-05-11T08:19:38.543Z | Downloaded anstyle-query v1.1.5 |
| 341 | 2026-05-11T08:19:38.552Z | Downloaded terminal_size v0.4.4 |
| 342 | 2026-05-11T08:19:38.555Z | Downloaded equivalent v1.0.2 |
| 343 | 2026-05-11T08:19:38.555Z | Downloaded serde_spanned v1.1.1 |
| 344 | 2026-05-11T08:19:38.559Z | Downloaded heck v0.5.0 |
| 345 | 2026-05-11T08:19:38.562Z | Downloaded is_terminal_polyfill v1.70.2 |
| 346 | 2026-05-11T08:19:38.562Z | Downloaded clap_lex v1.1.0 |
| 347 | 2026-05-11T08:19:38.566Z | Downloaded utf8parse v0.2.2 |
| 348 | 2026-05-11T08:19:38.573Z | Downloaded cargo-platform v0.3.3 |
| 349 | 2026-05-11T08:19:38.573Z | Downloaded errno v0.3.14 |
| 350 | 2026-05-11T08:19:38.577Z | Downloaded itoa v1.0.18 |
| 351 | 2026-05-11T08:19:38.580Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 352 | 2026-05-11T08:19:38.583Z | Downloaded cargo_metadata v0.23.1 |
| 353 | 2026-05-11T08:19:38.583Z | Downloaded colorchoice v1.0.5 |
| 354 | 2026-05-11T08:19:38.588Z | Downloaded zmij v1.0.21 |
| 355 | 2026-05-11T08:19:38.591Z | Downloaded anstyle-parse v1.0.0 |
| 356 | 2026-05-11T08:19:38.591Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 357 | 2026-05-11T08:19:38.591Z | Downloaded anstyle v1.0.14 |
| 358 | 2026-05-11T08:19:38.596Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 359 | 2026-05-11T08:19:38.599Z | Downloaded semver v1.0.28 |
| 360 | 2026-05-11T08:19:38.599Z | Downloaded camino v1.2.2 |
| 361 | 2026-05-11T08:19:38.602Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 362 | 2026-05-11T08:19:38.602Z | Downloaded anyhow v1.0.102 |
| 363 | 2026-05-11T08:19:38.605Z | Downloaded clap_derive v4.6.1 |
| 364 | 2026-05-11T08:19:38.610Z | Downloaded clap v4.6.1 |
| 365 | 2026-05-11T08:19:38.638Z | Downloaded winnow v1.0.2 |
| 366 | 2026-05-11T08:19:38.643Z | Downloaded indexmap v2.14.0 |
| 367 | 2026-05-11T08:19:38.651Z | Downloaded hashbrown v0.17.1 |
| 368 | 2026-05-11T08:19:38.654Z | Downloaded serde_json v1.0.149 |
| 369 | 2026-05-11T08:19:38.658Z | Downloaded clap_builder v4.6.0 |
| 370 | 2026-05-11T08:19:38.687Z | Downloaded rustix v1.1.4 |
| 371 | 2026-05-11T08:19:38.714Z | Downloaded libc v0.2.186 |
| 372 | 2026-05-11T08:19:38.762Z | Compiling proc-macro2 v1.0.106 |
| 373 | 2026-05-11T08:19:38.765Z | Compiling serde_core v1.0.228 |
| 374 | 2026-05-11T08:19:38.765Z | Compiling unicode-ident v1.0.24 |
| 375 | 2026-05-11T08:19:38.765Z | Compiling quote v1.0.45 |
| 376 | 2026-05-11T08:19:38.765Z | Compiling libc v0.2.186 |
| 377 | 2026-05-11T08:19:38.765Z | Compiling rustix v1.1.4 |
| 378 | 2026-05-11T08:19:38.765Z | Compiling utf8parse v0.2.2 |
| 379 | 2026-05-11T08:19:38.765Z | Compiling bitflags v2.11.1 |
| 380 | 2026-05-11T08:19:38.909Z | Compiling zmij v1.0.21 |
| 381 | 2026-05-11T08:19:38.924Z | Compiling anstyle-parse v1.0.0 |
| 382 | 2026-05-11T08:19:39.120Z | Compiling thiserror v2.0.18 |
| 383 | 2026-05-11T08:19:39.134Z | Compiling camino v1.2.2 |
| 384 | 2026-05-11T08:19:39.212Z | Compiling is_terminal_polyfill v1.70.2 |
| 385 | 2026-05-11T08:19:39.234Z | Compiling serde_json v1.0.149 |
| 386 | 2026-05-11T08:19:39.287Z | Compiling colorchoice v1.0.5 |
| 387 | 2026-05-11T08:19:39.327Z | Compiling serde v1.0.228 |
| 388 | 2026-05-11T08:19:39.391Z | Compiling anstyle-query v1.1.5 |
| 389 | 2026-05-11T08:19:39.436Z | Compiling anstyle v1.0.14 |
| 390 | 2026-05-11T08:19:39.470Z | Compiling errno v0.3.14 |
| 391 | 2026-05-11T08:19:39.545Z | Compiling clap_lex v1.1.0 |
| 392 | 2026-05-11T08:19:39.645Z | Compiling anstream v1.0.0 |
| 393 | 2026-05-11T08:19:39.670Z | Compiling heck v0.5.0 |
| 394 | 2026-05-11T08:19:39.708Z | Compiling winnow v1.0.2 |
| 395 | 2026-05-11T08:19:39.879Z | Compiling memchr v2.8.0 |
| 396 | 2026-05-11T08:19:39.929Z | Compiling strsim v0.11.1 |
| 397 | 2026-05-11T08:19:39.958Z | Compiling anyhow v1.0.102 |
| 398 | 2026-05-11T08:19:40.099Z | Compiling syn v2.0.117 |
| 399 | 2026-05-11T08:19:40.122Z | Compiling terminal_size v0.4.4 |
| 400 | 2026-05-11T08:19:40.156Z | Compiling itoa v1.0.18 |
| 401 | 2026-05-11T08:19:40.267Z | Compiling clap_builder v4.6.0 |
| 402 | 2026-05-11T08:19:40.421Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 403 | 2026-05-11T08:19:40.468Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 404 | 2026-05-11T08:19:40.832Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 405 | 2026-05-11T08:19:41.118Z | Compiling serde_spanned v1.1.1 |
| 406 | 2026-05-11T08:19:41.286Z | Compiling semver v1.0.28 |
| 407 | 2026-05-11T08:19:41.507Z | Compiling cargo-platform v0.3.3 |
| 408 | 2026-05-11T08:19:41.616Z | Compiling toml v1.1.2+spec-1.1.0 |
| 409 | 2026-05-11T08:19:42.505Z | Compiling serde_derive v1.0.228 |
| 410 | 2026-05-11T08:19:42.648Z | Compiling thiserror-impl v2.0.18 |
| 411 | 2026-05-11T08:19:42.708Z | Compiling clap_derive v4.6.1 |
| 412 | 2026-05-11T08:19:44.191Z | Compiling clap v4.6.1 |
| 413 | 2026-05-11T08:19:45.547Z | Compiling cargo_metadata v0.23.1 |
| 414 | 2026-05-11T08:19:48.026Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 415 | 2026-05-11T08:19:49.583Z | Finished `dev` profile [optimized + debuginfo] target(s) in 11.23s |
| 416 | 2026-05-11T08:19:49.600Z | Running `target/debug/xtask build --profile debug xde xde-link` |
| 417 | 2026-05-11T08:19:51.054Z | Building xde (dev). |
| 418 | 2026-05-11T08:19:51.284Z | Compiling serde_core v1.0.228 |
| 419 | 2026-05-11T08:19:51.285Z | Compiling byteorder v1.5.0 |
| 420 | 2026-05-11T08:19:51.288Z | Compiling stable_deref_trait v1.2.1 |
| 421 | 2026-05-11T08:19:51.288Z | Compiling macaddr v1.0.1 |
| 422 | 2026-05-11T08:19:51.288Z | Compiling cfg-if v1.0.4 |
| 423 | 2026-05-11T08:19:51.311Z | Compiling thiserror v2.0.18 |
| 424 | 2026-05-11T08:19:51.314Z | Compiling zerocopy v0.8.48 |
| 425 | 2026-05-11T08:19:51.317Z | Compiling managed v0.8.0 |
| 426 | 2026-05-11T08:19:51.358Z | Compiling bitflags v1.3.2 |
| 427 | 2026-05-11T08:19:51.365Z | Compiling cobs v0.3.0 |
| 428 | 2026-05-11T08:19:51.401Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 429 | 2026-05-11T08:19:51.420Z | Compiling either v1.15.0 |
| 430 | 2026-05-11T08:19:51.481Z | Compiling hash32 v0.3.1 |
| 431 | 2026-05-11T08:19:51.537Z | Compiling ref-cast v1.0.25 |
| 432 | 2026-05-11T08:19:51.563Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 433 | 2026-05-11T08:19:51.596Z | Compiling heapless v0.8.0 |
| 434 | 2026-05-11T08:19:51.628Z | Compiling itertools v0.14.0 |
| 435 | 2026-05-11T08:19:51.635Z | Compiling crc32fast v1.5.0 |
| 436 | 2026-05-11T08:19:51.638Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 437 | 2026-05-11T08:19:51.690Z | Compiling dyn-clone v1.0.20 |
| 438 | 2026-05-11T08:19:51.827Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 439 | 2026-05-11T08:19:51.976Z | Compiling smoltcp v0.11.0 |
| 440 | 2026-05-11T08:19:52.912Z | Compiling bitflags v2.11.1 |
| 441 | 2026-05-11T08:19:52.913Z | Compiling serde v1.0.228 |
| 442 | 2026-05-11T08:19:52.913Z | Compiling uuid v1.23.1 |
| 443 | 2026-05-11T08:19:53.040Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 444 | 2026-05-11T08:19:53.313Z | Compiling postcard v1.1.3 |
| 445 | 2026-05-11T08:19:54.109Z | Compiling ingot-types v0.1.2 |
| 446 | 2026-05-11T08:19:54.384Z | Compiling ingot v0.1.1 |
| 447 | 2026-05-11T08:19:55.773Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 448 | 2026-05-11T08:19:59.955Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 449 | 2026-05-11T08:20:10.257Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 450 | 2026-05-11T08:20:18.416Z | Finished `dev` profile [optimized + debuginfo] target(s) in 27.33s |
| 451 | 2026-05-11T08:20:18.441Z | Linking xde kmod... |
| 452 | 2026-05-11T08:20:19.558Z | Building xde dev link helper (dev). |
| 453 | 2026-05-11T08:20:19.717Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 454 | 2026-05-11T08:20:20.046Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.45s |
| 455 | 2026-05-11T08:20:20.069Z | |
| 456 | 2026-05-11T08:20:20.070Z | real 41.722104604 |
| 457 | 2026-05-11T08:20:20.070Z | user 2:14.648192183 |
| 458 | 2026-05-11T08:20:20.070Z | sys 10.887230063 |
| 459 | 2026-05-11T08:20:20.070Z | trap 0.070382699 |
| 460 | 2026-05-11T08:20:20.073Z | tflt 0.350958010 |
| 461 | 2026-05-11T08:20:20.073Z | dflt 0.383766877 |
| 462 | 2026-05-11T08:20:20.073Z | kflt 0.000003240 |
| 463 | 2026-05-11T08:20:20.073Z | lock 6:31.518297269 |
| 464 | 2026-05-11T08:20:20.073Z | slp 3:57.635320677 |
| 465 | 2026-05-11T08:20:20.073Z | lat 5.244703008 |
| 466 | 2026-05-11T08:20:20.073Z | stop 4.504992047 |
| 467 | 2026-05-11T08:20:20.073Z | + header 'build xde (release)' |
| 468 | 2026-05-11T08:20:20.073Z | + echo '# ==== build xde (release) ==== #' |
| 469 | 2026-05-11T08:20:20.073Z | # ==== build xde (release) ==== # |
| 470 | 2026-05-11T08:20:20.073Z | + ptime -m cargo xtask build --profile release xde xde-link |
| 471 | 2026-05-11T08:20:20.214Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s |
| 472 | 2026-05-11T08:20:20.218Z | Running `target/debug/xtask build --profile release xde xde-link` |
| 473 | 2026-05-11T08:20:20.408Z | Building xde (release-lto). |
| 474 | 2026-05-11T08:20:20.638Z | 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-11T08:20:20.638Z | 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-11T08:20:20.638Z | Compiling proc-macro2 v1.0.106 |
| 477 | 2026-05-11T08:20:20.638Z | Compiling quote v1.0.45 |
| 478 | 2026-05-11T08:20:20.638Z | Compiling unicode-ident v1.0.24 |
| 479 | 2026-05-11T08:20:20.638Z | Compiling ident_case v1.0.1 |
| 480 | 2026-05-11T08:20:20.641Z | Compiling strsim v0.11.1 |
| 481 | 2026-05-11T08:20:20.641Z | Compiling serde_core v1.0.228 |
| 482 | 2026-05-11T08:20:20.753Z | Compiling memchr v2.8.0 |
| 483 | 2026-05-11T08:20:20.756Z | Compiling fnv v1.0.7 |
| 484 | 2026-05-11T08:20:20.833Z | Compiling regex-syntax v0.8.10 |
| 485 | 2026-05-11T08:20:21.040Z | Compiling zerocopy v0.8.48 |
| 486 | 2026-05-11T08:20:21.055Z | Compiling serde v1.0.228 |
| 487 | 2026-05-11T08:20:21.065Z | Compiling thiserror v2.0.18 |
| 488 | 2026-05-11T08:20:21.174Z | Compiling aho-corasick v1.1.4 |
| 489 | 2026-05-11T08:20:21.414Z | Compiling either v1.15.0 |
| 490 | 2026-05-11T08:20:21.457Z | Compiling heapless v0.8.0 |
| 491 | 2026-05-11T08:20:21.604Z | Compiling itertools v0.14.0 |
| 492 | 2026-05-11T08:20:21.652Z | Compiling smoltcp v0.11.0 |
| 493 | 2026-05-11T08:20:21.795Z | Compiling syn v2.0.117 |
| 494 | 2026-05-11T08:20:21.858Z | Compiling ref-cast v1.0.25 |
| 495 | 2026-05-11T08:20:21.918Z | Compiling crc32fast v1.5.0 |
| 496 | 2026-05-11T08:20:22.078Z | Compiling version_check v0.9.5 |
| 497 | 2026-05-11T08:20:22.300Z | Compiling regex-automata v0.4.14 |
| 498 | 2026-05-11T08:20:22.434Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 499 | 2026-05-11T08:20:23.854Z | Compiling regex v1.12.3 |
| 500 | 2026-05-11T08:20:24.056Z | Compiling darling_core v0.21.3 |
| 501 | 2026-05-11T08:20:24.090Z | Compiling darling_core v0.23.0 |
| 502 | 2026-05-11T08:20:24.926Z | Compiling zerocopy-derive v0.8.48 |
| 503 | 2026-05-11T08:20:24.926Z | Compiling thiserror-impl v2.0.18 |
| 504 | 2026-05-11T08:20:24.926Z | Compiling serde_derive v1.0.228 |
| 505 | 2026-05-11T08:20:24.929Z | Compiling ref-cast-impl v1.0.25 |
| 506 | 2026-05-11T08:20:24.929Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 507 | 2026-05-11T08:20:26.612Z | Compiling darling_macro v0.21.3 |
| 508 | 2026-05-11T08:20:26.695Z | Compiling darling_macro v0.23.0 |
| 509 | 2026-05-11T08:20:27.509Z | Compiling darling v0.21.3 |
| 510 | 2026-05-11T08:20:27.557Z | Compiling darling v0.23.0 |
| 511 | 2026-05-11T08:20:27.567Z | Compiling ingot-macros v0.1.1 |
| 512 | 2026-05-11T08:20:27.618Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 513 | 2026-05-11T08:20:32.607Z | 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-11T08:20:34.656Z | Compiling byteorder v1.5.0 |
| 515 | 2026-05-11T08:20:34.656Z | Compiling stable_deref_trait v1.2.1 |
| 516 | 2026-05-11T08:20:34.660Z | Compiling macaddr v1.0.1 |
| 517 | 2026-05-11T08:20:34.660Z | Compiling cfg-if v1.0.4 |
| 518 | 2026-05-11T08:20:34.721Z | Compiling managed v0.8.0 |
| 519 | 2026-05-11T08:20:34.726Z | Compiling cobs v0.3.0 |
| 520 | 2026-05-11T08:20:34.754Z | Compiling bitflags v1.3.2 |
| 521 | 2026-05-11T08:20:34.818Z | Compiling hash32 v0.3.1 |
| 522 | 2026-05-11T08:20:34.952Z | Compiling dyn-clone v1.0.20 |
| 523 | 2026-05-11T08:20:35.010Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 524 | 2026-05-11T08:20:36.266Z | Compiling bitflags v2.11.1 |
| 525 | 2026-05-11T08:20:36.266Z | Compiling uuid v1.23.1 |
| 526 | 2026-05-11T08:20:36.404Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 527 | 2026-05-11T08:20:36.695Z | Compiling postcard v1.1.3 |
| 528 | 2026-05-11T08:20:37.520Z | Compiling ingot-types v0.1.2 |
| 529 | 2026-05-11T08:20:37.832Z | Compiling ingot v0.1.1 |
| 530 | 2026-05-11T08:20:39.321Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 531 | 2026-05-11T08:20:42.986Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 532 | 2026-05-11T08:20:51.651Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 533 | 2026-05-11T08:21:19.606Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 59.17s |
| 534 | 2026-05-11T08:21:19.631Z | Linking xde kmod... |
| 535 | 2026-05-11T08:21:20.184Z | Building xde dev link helper (release). |
| 536 | 2026-05-11T08:21:20.349Z | 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-11T08:21:20.349Z | 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-11T08:21:20.349Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 539 | 2026-05-11T08:21:31.342Z | 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-11T08:21:33.709Z | Finished `release` profile [optimized + debuginfo] target(s) in 13.49s |
| 541 | 2026-05-11T08:21:33.729Z | |
| 542 | 2026-05-11T08:21:33.732Z | real 1:13.655589042 |
| 543 | 2026-05-11T08:21:33.732Z | user 2:06.031699673 |
| 544 | 2026-05-11T08:21:33.732Z | sys 12.199206223 |
| 545 | 2026-05-11T08:21:33.732Z | trap 0.035307674 |
| 546 | 2026-05-11T08:21:33.733Z | tflt 0.135732780 |
| 547 | 2026-05-11T08:21:33.733Z | dflt 0.219581644 |
| 548 | 2026-05-11T08:21:33.733Z | kflt 0.000026260 |
| 549 | 2026-05-11T08:21:33.733Z | lock 10:30.208711018 |
| 550 | 2026-05-11T08:21:33.733Z | slp 6:00.154813107 |
| 551 | 2026-05-11T08:21:33.733Z | lat 3.358240677 |
| 552 | 2026-05-11T08:21:33.733Z | stop 5.231080889 |
| 553 | 2026-05-11T08:21:33.733Z | + elfdump target/x86_64-unknown-unknown/debug/xde.dbg |
| 554 | 2026-05-11T08:21:33.733Z | + grep GOTPCREL |
| 555 | 2026-05-11T08:21:35.462Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 556 | 2026-05-11T08:21:35.464Z | + grep GOTPCREL |
| 557 | 2026-05-11T08:21:36.364Z | + cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/ |
| 558 | 2026-05-11T08:21:36.416Z | + sha256sum /work/debug/xde.dbg |
| 559 | 2026-05-11T08:21:36.467Z | + cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so |
| 560 | 2026-05-11T08:21:36.469Z | + sha256sum /work/debug/xde_link.dbg.so |
| 561 | 2026-05-11T08:21:36.472Z | + cp target/x86_64-unknown-unknown/release-lto/xde /work/release/ |
| 562 | 2026-05-11T08:21:36.505Z | + sha256sum /work/release/xde |
| 563 | 2026-05-11T08:21:36.533Z | + cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so |
| 564 | 2026-05-11T08:21:36.535Z | + sha256sum /work/release/xde_link.so |
| 565 | 2026-05-11T08:21:36.538Z | + header 'build xde integration tests' |
| 566 | 2026-05-11T08:21:36.538Z | + echo '# ==== build xde integration tests ==== #' |
| 567 | 2026-05-11T08:21:36.538Z | + pushd xde-tests |
| 568 | 2026-05-11T08:21:36.538Z | # ==== build xde integration tests ==== # |
| 569 | 2026-05-11T08:21:36.538Z | /work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte |
| 570 | 2026-05-11T08:21:36.538Z | + cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check |
| 571 | 2026-05-11T08:21:36.620Z | + cargo clippy --all-targets -- --deny warnings |
| 572 | 2026-05-11T08:21:36.839Z | Compiling serde_core v1.0.228 |
| 573 | 2026-05-11T08:21:36.839Z | Checking cfg-if v1.0.4 |
| 574 | 2026-05-11T08:21:36.839Z | Checking memchr v2.8.0 |
| 575 | 2026-05-11T08:21:36.839Z | Compiling serde v1.0.228 |
| 576 | 2026-05-11T08:21:36.841Z | Compiling rustversion v1.0.22 |
| 577 | 2026-05-11T08:21:36.841Z | Compiling ident_case v1.0.1 |
| 578 | 2026-05-11T08:21:36.841Z | Compiling version_check v0.9.5 |
| 579 | 2026-05-11T08:21:36.866Z | Compiling syn v2.0.117 |
| 580 | 2026-05-11T08:21:36.914Z | Compiling strsim v0.11.1 |
| 581 | 2026-05-11T08:21:36.969Z | Compiling libc v0.2.186 |
| 582 | 2026-05-11T08:21:37.118Z | Compiling fnv v1.0.7 |
| 583 | 2026-05-11T08:21:37.197Z | Compiling regex-syntax v0.8.10 |
| 584 | 2026-05-11T08:21:37.200Z | Checking pin-project-lite v0.2.17 |
| 585 | 2026-05-11T08:21:37.228Z | Compiling syn v1.0.109 |
| 586 | 2026-05-11T08:21:37.267Z | Compiling either v1.15.0 |
| 587 | 2026-05-11T08:21:37.455Z | Compiling winnow v1.0.2 |
| 588 | 2026-05-11T08:21:37.558Z | Compiling aho-corasick v1.1.4 |
| 589 | 2026-05-11T08:21:37.656Z | Compiling hashbrown v0.17.1 |
| 590 | 2026-05-11T08:21:37.724Z | Compiling zerocopy v0.8.48 |
| 591 | 2026-05-11T08:21:37.754Z | Compiling equivalent v1.0.2 |
| 592 | 2026-05-11T08:21:38.140Z | Compiling indexmap v2.14.0 |
| 593 | 2026-05-11T08:21:38.186Z | Compiling itertools v0.14.0 |
| 594 | 2026-05-11T08:21:38.450Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 595 | 2026-05-11T08:21:38.648Z | Compiling regex-automata v0.4.14 |
| 596 | 2026-05-11T08:21:38.894Z | Checking byteorder v1.5.0 |
| 597 | 2026-05-11T08:21:38.930Z | Compiling heapless v0.8.0 |
| 598 | 2026-05-11T08:21:38.990Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 599 | 2026-05-11T08:21:39.040Z | Checking hash32 v0.3.1 |
| 600 | 2026-05-11T08:21:39.141Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 601 | 2026-05-11T08:21:39.203Z | Checking bitflags v2.11.1 |
| 602 | 2026-05-11T08:21:39.230Z | Compiling slog v2.8.2 |
| 603 | 2026-05-11T08:21:39.352Z | Compiling darling_core v0.21.3 |
| 604 | 2026-05-11T08:21:39.360Z | Compiling darling_core v0.23.0 |
| 605 | 2026-05-11T08:21:39.382Z | Checking futures-core v0.3.32 |
| 606 | 2026-05-11T08:21:39.439Z | Checking macaddr v1.0.1 |
| 607 | 2026-05-11T08:21:39.493Z | Compiling smoltcp v0.11.0 |
| 608 | 2026-05-11T08:21:39.573Z | Checking stable_deref_trait v1.2.1 |
| 609 | 2026-05-11T08:21:39.636Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 610 | 2026-05-11T08:21:39.837Z | Checking futures-sink v0.3.32 |
| 611 | 2026-05-11T08:21:39.878Z | Compiling proc-macro-crate v3.5.0 |
| 612 | 2026-05-11T08:21:39.905Z | Checking futures-channel v0.3.32 |
| 613 | 2026-05-11T08:21:40.093Z | Compiling proc-macro-error-attr v1.0.4 |
| 614 | 2026-05-11T08:21:40.287Z | Compiling regex v1.12.3 |
| 615 | 2026-05-11T08:21:40.308Z | Checking rand_core v0.10.1 |
| 616 | 2026-05-11T08:21:40.377Z | Checking bitflags v1.3.2 |
| 617 | 2026-05-11T08:21:40.436Z | Compiling autocfg v1.5.0 |
| 618 | 2026-05-11T08:21:40.439Z | Compiling ref-cast v1.0.25 |
| 619 | 2026-05-11T08:21:40.586Z | Compiling serde_derive v1.0.228 |
| 620 | 2026-05-11T08:21:40.668Z | Compiling thiserror-impl v2.0.18 |
| 621 | 2026-05-11T08:21:40.725Z | Compiling zerocopy-derive v0.8.48 |
| 622 | 2026-05-11T08:21:40.770Z | Compiling futures-macro v0.3.32 |
| 623 | 2026-05-11T08:21:41.194Z | Checking managed v0.8.0 |
| 624 | 2026-05-11T08:21:41.218Z | Checking slab v0.4.12 |
| 625 | 2026-05-11T08:21:41.368Z | Compiling crc32fast v1.5.0 |
| 626 | 2026-05-11T08:21:41.371Z | Checking futures-io v0.3.32 |
| 627 | 2026-05-11T08:21:41.464Z | Compiling darling_macro v0.23.0 |
| 628 | 2026-05-11T08:21:41.470Z | Compiling getrandom v0.4.2 |
| 629 | 2026-05-11T08:21:41.486Z | Compiling darling_macro v0.21.3 |
| 630 | 2026-05-11T08:21:41.633Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a) |
| 631 | 2026-05-11T08:21:41.647Z | Checking futures-task v0.3.32 |
| 632 | 2026-05-11T08:21:41.774Z | Checking futures-util v0.3.32 |
| 633 | 2026-05-11T08:21:41.846Z | Compiling num-traits v0.2.19 |
| 634 | 2026-05-11T08:21:41.912Z | Checking thiserror v2.0.18 |
| 635 | 2026-05-11T08:21:41.997Z | Compiling darling v0.23.0 |
| 636 | 2026-05-11T08:21:42.002Z | Checking cobs v0.3.0 |
| 637 | 2026-05-11T08:21:42.022Z | Compiling darling v0.21.3 |
| 638 | 2026-05-11T08:21:42.065Z | Compiling foreign-types-macros v0.2.3 |
| 639 | 2026-05-11T08:21:42.094Z | Compiling ref-cast-impl v1.0.25 |
| 640 | 2026-05-11T08:21:42.103Z | Compiling ingot-macros v0.1.1 |
| 641 | 2026-05-11T08:21:42.127Z | Compiling num_enum_derive v0.7.6 |
| 642 | 2026-05-11T08:21:42.666Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 643 | 2026-05-11T08:21:42.702Z | Compiling proc-macro-error v1.0.4 |
| 644 | 2026-05-11T08:21:42.916Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 645 | 2026-05-11T08:21:42.961Z | Checking ipnetwork v0.21.1 |
| 646 | 2026-05-11T08:21:42.969Z | Checking foreign-types-shared v0.3.1 |
| 647 | 2026-05-11T08:21:43.045Z | Compiling crossbeam-utils v0.8.21 |
| 648 | 2026-05-11T08:21:43.108Z | Checking once_cell v1.21.4 |
| 649 | 2026-05-11T08:21:43.126Z | Checking unicode-width v0.2.2 |
| 650 | 2026-05-11T08:21:43.143Z | Checking cpufeatures v0.3.0 |
| 651 | 2026-05-11T08:21:43.204Z | Checking chacha20 v0.10.0 |
| 652 | 2026-05-11T08:21:43.272Z | Checking tracing-core v0.1.36 |
| 653 | 2026-05-11T08:21:43.364Z | Checking tabwriter v1.4.1 |
| 654 | 2026-05-11T08:21:43.372Z | Checking num_enum v0.7.6 |
| 655 | 2026-05-11T08:21:43.390Z | Checking foreign-types v0.5.0 |
| 656 | 2026-05-11T08:21:43.490Z | Checking anyhow v1.0.102 |
| 657 | 2026-05-11T08:21:43.573Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 658 | 2026-05-11T08:21:43.688Z | Checking erased-serde v0.3.31 |
| 659 | 2026-05-11T08:21:43.688Z | Checking postcard v1.1.3 |
| 660 | 2026-05-11T08:21:43.818Z | Checking futures-executor v0.3.32 |
| 661 | 2026-05-11T08:21:43.883Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 662 | 2026-05-11T08:21:43.900Z | Compiling tracing-attributes v0.1.31 |
| 663 | 2026-05-11T08:21:43.954Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 664 | 2026-05-11T08:21:44.259Z | Checking cstr-argument v0.1.2 |
| 665 | 2026-05-11T08:21:44.299Z | Checking dyn-clone v1.0.20 |
| 666 | 2026-05-11T08:21:44.347Z | Checking powerfmt v0.2.0 |
| 667 | 2026-05-11T08:21:44.366Z | Compiling time-core v0.1.8 |
| 668 | 2026-05-11T08:21:44.389Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#180422c1) |
| 669 | 2026-05-11T08:21:44.488Z | Checking pretty-hex v0.4.2 |
| 670 | 2026-05-11T08:21:44.499Z | Compiling thiserror v1.0.69 |
| 671 | 2026-05-11T08:21:44.518Z | Compiling num-conv v0.2.1 |
| 672 | 2026-05-11T08:21:44.595Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a) |
| 673 | 2026-05-11T08:21:44.600Z | Checking deranged v0.5.8 |
| 674 | 2026-05-11T08:21:44.652Z | Compiling time-macros v0.2.27 |
| 675 | 2026-05-11T08:21:44.730Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 676 | 2026-05-11T08:21:44.745Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 677 | 2026-05-11T08:21:44.847Z | Checking rand v0.10.1 |
| 678 | 2026-05-11T08:21:44.851Z | Checking futures v0.3.32 |
| 679 | 2026-05-11T08:21:44.943Z | Checking ingot-types v0.1.2 |
| 680 | 2026-05-11T08:21:45.116Z | Checking tracing v0.1.44 |
| 681 | 2026-05-11T08:21:45.215Z | Compiling thiserror-impl v1.0.69 |
| 682 | 2026-05-11T08:21:45.265Z | Checking ingot v0.1.1 |
| 683 | 2026-05-11T08:21:45.281Z | Checking uuid v1.23.1 |
| 684 | 2026-05-11T08:21:45.284Z | Checking arc-swap v1.9.1 |
| 685 | 2026-05-11T08:21:45.290Z | Checking socket2 v0.6.3 |
| 686 | 2026-05-11T08:21:45.357Z | Checking nom v8.0.0 |
| 687 | 2026-05-11T08:21:45.499Z | Checking thread_local v1.1.9 |
| 688 | 2026-05-11T08:21:45.520Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 689 | 2026-05-11T08:21:45.528Z | Compiling heck v0.4.1 |
| 690 | 2026-05-11T08:21:45.614Z | Compiling slog-async v2.8.0 |
| 691 | 2026-05-11T08:21:45.646Z | Checking colored v3.1.1 |
| 692 | 2026-05-11T08:21:45.715Z | Checking oxnet v0.1.5 |
| 693 | 2026-05-11T08:21:45.881Z | Checking lazy_static v1.5.0 |
| 694 | 2026-05-11T08:21:45.961Z | Checking iana-time-zone v0.1.65 |
| 695 | 2026-05-11T08:21:46.021Z | Checking itoa v1.0.18 |
| 696 | 2026-05-11T08:21:46.081Z | Checking chrono v0.4.44 |
| 697 | 2026-05-11T08:21:46.158Z | Checking time v0.3.47 |
| 698 | 2026-05-11T08:21:46.235Z | Checking slog-scope v4.4.1 |
| 699 | 2026-05-11T08:21:46.390Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 700 | 2026-05-11T08:21:46.555Z | Checking crossbeam-channel v0.5.15 |
| 701 | 2026-05-11T08:21:46.755Z | Checking cookie-factory v0.3.3 |
| 702 | 2026-05-11T08:21:46.878Z | Checking itertools v0.12.1 |
| 703 | 2026-05-11T08:21:46.902Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 704 | 2026-05-11T08:21:46.965Z | Checking is-terminal v0.4.17 |
| 705 | 2026-05-11T08:21:46.999Z | Checking circular v0.3.0 |
| 706 | 2026-05-11T08:21:47.032Z | Checking term v1.2.1 |
| 707 | 2026-05-11T08:21:47.040Z | Checking take_mut v0.2.2 |
| 708 | 2026-05-11T08:21:47.104Z | Checking log v0.4.29 |
| 709 | 2026-05-11T08:21:47.246Z | Checking slog-term v2.9.2 |
| 710 | 2026-05-11T08:21:47.262Z | Checking slog-stdlog v4.1.1 |
| 711 | 2026-05-11T08:21:47.337Z | Checking rusticata-macros v5.0.0 |
| 712 | 2026-05-11T08:21:47.460Z | Checking pcap-parser v0.17.0 |
| 713 | 2026-05-11T08:21:47.846Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 714 | 2026-05-11T08:21:48.120Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#b2fac281) |
| 715 | 2026-05-11T08:21:48.660Z | Checking slog-envlogger v2.2.0 |
| 716 | 2026-05-11T08:21:51.277Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 717 | 2026-05-11T08:21:52.889Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 718 | 2026-05-11T08:21:52.889Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 719 | 2026-05-11T08:21:53.230Z | Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 720 | 2026-05-11T08:21:53.763Z | Finished `dev` profile [optimized + debuginfo] target(s) in 17.10s |
| 721 | 2026-05-11T08:21:53.800Z | + cargo build --test loopback |
| 722 | 2026-05-11T08:21:53.970Z | Compiling cfg-if v1.0.4 |
| 723 | 2026-05-11T08:21:53.970Z | Compiling memchr v2.8.0 |
| 724 | 2026-05-11T08:21:53.973Z | Compiling serde_core v1.0.228 |
| 725 | 2026-05-11T08:21:53.998Z | Compiling libc v0.2.186 |
| 726 | 2026-05-11T08:21:54.002Z | Compiling thiserror v2.0.18 |
| 727 | 2026-05-11T08:21:54.002Z | Compiling pin-project-lite v0.2.17 |
| 728 | 2026-05-11T08:21:54.007Z | Compiling byteorder v1.5.0 |
| 729 | 2026-05-11T08:21:54.010Z | Compiling either v1.15.0 |
| 730 | 2026-05-11T08:21:54.047Z | Compiling zerocopy v0.8.48 |
| 731 | 2026-05-11T08:21:54.077Z | Compiling futures-sink v0.3.32 |
| 732 | 2026-05-11T08:21:54.077Z | Compiling macaddr v1.0.1 |
| 733 | 2026-05-11T08:21:54.166Z | Compiling hash32 v0.3.1 |
| 734 | 2026-05-11T08:21:54.171Z | Compiling futures-core v0.3.32 |
| 735 | 2026-05-11T08:21:54.189Z | Compiling stable_deref_trait v1.2.1 |
| 736 | 2026-05-11T08:21:54.256Z | Compiling futures-channel v0.3.32 |
| 737 | 2026-05-11T08:21:54.314Z | Compiling heapless v0.8.0 |
| 738 | 2026-05-11T08:21:54.318Z | Compiling cobs v0.3.0 |
| 739 | 2026-05-11T08:21:54.323Z | Compiling rand_core v0.10.1 |
| 740 | 2026-05-11T08:21:54.338Z | Compiling futures-io v0.3.32 |
| 741 | 2026-05-11T08:21:54.466Z | Compiling futures-task v0.3.32 |
| 742 | 2026-05-11T08:21:54.483Z | Compiling bitflags v1.3.2 |
| 743 | 2026-05-11T08:21:54.516Z | Compiling managed v0.8.0 |
| 744 | 2026-05-11T08:21:54.548Z | Compiling slab v0.4.12 |
| 745 | 2026-05-11T08:21:54.585Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 746 | 2026-05-11T08:21:54.657Z | Compiling unicode-width v0.2.2 |
| 747 | 2026-05-11T08:21:54.719Z | Compiling smoltcp v0.11.0 |
| 748 | 2026-05-11T08:21:54.723Z | Compiling futures-util v0.3.32 |
| 749 | 2026-05-11T08:21:54.729Z | Compiling once_cell v1.21.4 |
| 750 | 2026-05-11T08:21:54.805Z | Compiling ipnetwork v0.21.1 |
| 751 | 2026-05-11T08:21:54.951Z | Compiling cpufeatures v0.3.0 |
| 752 | 2026-05-11T08:21:54.955Z | Compiling foreign-types-shared v0.3.1 |
| 753 | 2026-05-11T08:21:55.017Z | Compiling foreign-types v0.5.0 |
| 754 | 2026-05-11T08:21:55.032Z | Compiling chacha20 v0.10.0 |
| 755 | 2026-05-11T08:21:55.086Z | Compiling tracing-core v0.1.36 |
| 756 | 2026-05-11T08:21:55.341Z | Compiling tabwriter v1.4.1 |
| 757 | 2026-05-11T08:21:55.411Z | Compiling ref-cast v1.0.25 |
| 758 | 2026-05-11T08:21:55.506Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 759 | 2026-05-11T08:21:55.569Z | Compiling num_enum v0.7.6 |
| 760 | 2026-05-11T08:21:55.682Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a) |
| 761 | 2026-05-11T08:21:55.753Z | Compiling serde v1.0.228 |
| 762 | 2026-05-11T08:21:55.790Z | Compiling bitflags v2.11.1 |
| 763 | 2026-05-11T08:21:55.941Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 764 | 2026-05-11T08:21:56.186Z | Compiling getrandom v0.4.2 |
| 765 | 2026-05-11T08:21:56.225Z | Compiling erased-serde v0.3.31 |
| 766 | 2026-05-11T08:21:56.400Z | Compiling postcard v1.1.3 |
| 767 | 2026-05-11T08:21:56.405Z | Compiling crc32fast v1.5.0 |
| 768 | 2026-05-11T08:21:56.446Z | Compiling cstr-argument v0.1.2 |
| 769 | 2026-05-11T08:21:56.562Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 770 | 2026-05-11T08:21:56.618Z | Compiling itertools v0.14.0 |
| 771 | 2026-05-11T08:21:56.641Z | Compiling slog v2.8.2 |
| 772 | 2026-05-11T08:21:56.665Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 773 | 2026-05-11T08:21:56.753Z | Compiling powerfmt v0.2.0 |
| 774 | 2026-05-11T08:21:56.949Z | Compiling ingot-types v0.1.2 |
| 775 | 2026-05-11T08:21:57.025Z | Compiling futures-executor v0.3.32 |
| 776 | 2026-05-11T08:21:57.040Z | Compiling dyn-clone v1.0.20 |
| 777 | 2026-05-11T08:21:57.193Z | Compiling pretty-hex v0.4.2 |
| 778 | 2026-05-11T08:21:57.200Z | Compiling futures v0.3.32 |
| 779 | 2026-05-11T08:21:57.205Z | Compiling deranged v0.5.8 |
| 780 | 2026-05-11T08:21:57.272Z | Compiling tracing v0.1.44 |
| 781 | 2026-05-11T08:21:57.322Z | Compiling ingot v0.1.1 |
| 782 | 2026-05-11T08:21:57.373Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a) |
| 783 | 2026-05-11T08:21:57.462Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 784 | 2026-05-11T08:21:57.566Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 785 | 2026-05-11T08:21:57.577Z | Compiling num-traits v0.2.19 |
| 786 | 2026-05-11T08:21:57.585Z | Compiling rand v0.10.1 |
| 787 | 2026-05-11T08:21:57.648Z | Compiling uuid v1.23.1 |
| 788 | 2026-05-11T08:21:57.651Z | Compiling crossbeam-utils v0.8.21 |
| 789 | 2026-05-11T08:21:58.044Z | Compiling nom v8.0.0 |
| 790 | 2026-05-11T08:21:58.188Z | Compiling aho-corasick v1.1.4 |
| 791 | 2026-05-11T08:21:58.230Z | Compiling socket2 v0.6.3 |
| 792 | 2026-05-11T08:21:58.252Z | Compiling thread_local v1.1.9 |
| 793 | 2026-05-11T08:21:58.504Z | Compiling arc-swap v1.9.1 |
| 794 | 2026-05-11T08:21:58.512Z | Compiling time-core v0.1.8 |
| 795 | 2026-05-11T08:21:58.652Z | Compiling colored v3.1.1 |
| 796 | 2026-05-11T08:21:58.673Z | Compiling oxnet v0.1.5 |
| 797 | 2026-05-11T08:21:58.879Z | Compiling winnow v1.0.2 |
| 798 | 2026-05-11T08:21:59.113Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 799 | 2026-05-11T08:21:59.147Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 800 | 2026-05-11T08:21:59.383Z | Compiling regex-syntax v0.8.10 |
| 801 | 2026-05-11T08:21:59.386Z | Compiling lazy_static v1.5.0 |
| 802 | 2026-05-11T08:21:59.478Z | Compiling iana-time-zone v0.1.65 |
| 803 | 2026-05-11T08:21:59.485Z | Compiling num-conv v0.2.1 |
| 804 | 2026-05-11T08:21:59.527Z | Compiling slog-scope v4.4.1 |
| 805 | 2026-05-11T08:21:59.621Z | Compiling time v0.3.47 |
| 806 | 2026-05-11T08:21:59.954Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#180422c1) |
| 807 | 2026-05-11T08:22:00.006Z | Compiling chrono v0.4.44 |
| 808 | 2026-05-11T08:22:00.575Z | Compiling rusticata-macros v5.0.0 |
| 809 | 2026-05-11T08:22:00.894Z | Compiling regex-automata v0.4.14 |
| 810 | 2026-05-11T08:22:01.548Z | Compiling thiserror v1.0.69 |
| 811 | 2026-05-11T08:22:01.598Z | Compiling crossbeam-channel v0.5.15 |
| 812 | 2026-05-11T08:22:01.647Z | Compiling cookie-factory v0.3.3 |
| 813 | 2026-05-11T08:22:01.963Z | Compiling is-terminal v0.4.17 |
| 814 | 2026-05-11T08:22:02.054Z | Compiling itertools v0.12.1 |
| 815 | 2026-05-11T08:22:02.346Z | Compiling circular v0.3.0 |
| 816 | 2026-05-11T08:22:02.599Z | Compiling take_mut v0.2.2 |
| 817 | 2026-05-11T08:22:02.705Z | Compiling log v0.4.29 |
| 818 | 2026-05-11T08:22:02.963Z | Compiling term v1.2.1 |
| 819 | 2026-05-11T08:22:03.455Z | Compiling slog-term v2.9.2 |
| 820 | 2026-05-11T08:22:04.032Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 821 | 2026-05-11T08:22:04.623Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 822 | 2026-05-11T08:22:05.080Z | Compiling slog-stdlog v4.1.1 |
| 823 | 2026-05-11T08:22:05.455Z | Compiling regex v1.12.3 |
| 824 | 2026-05-11T08:22:05.499Z | Compiling slog-async v2.8.0 |
| 825 | 2026-05-11T08:22:06.136Z | Compiling pcap-parser v0.17.0 |
| 826 | 2026-05-11T08:22:06.619Z | Compiling slog-envlogger v2.2.0 |
| 827 | 2026-05-11T08:22:06.883Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#b2fac281) |
| 828 | 2026-05-11T08:22:07.416Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 829 | 2026-05-11T08:22:08.167Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 830 | 2026-05-11T08:22:09.046Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 831 | 2026-05-11T08:22:16.348Z | Finished `dev` profile [optimized + debuginfo] target(s) in 22.54s |
| 832 | 2026-05-11T08:22:16.382Z | ++ cargo build -q --test loopback --message-format=json |
| 833 | 2026-05-11T08:22:16.386Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 834 | 2026-05-11T08:22:16.509Z | + loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-bbd5af63c3ab1874 |
| 835 | 2026-05-11T08:22:16.509Z | + cargo build --test multicast_rx |
| 836 | 2026-05-11T08:22:16.616Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 837 | 2026-05-11T08:22:18.152Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.63s |
| 838 | 2026-05-11T08:22:18.189Z | ++ cargo build -q --test multicast_rx --message-format=json |
| 839 | 2026-05-11T08:22:18.192Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 840 | 2026-05-11T08:22:18.315Z | + multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-95bf4ac5d3c1737c |
| 841 | 2026-05-11T08:22:18.315Z | + cargo build --test multicast_multi_sub |
| 842 | 2026-05-11T08:22:18.421Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 843 | 2026-05-11T08:22:20.175Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.85s |
| 844 | 2026-05-11T08:22:20.213Z | ++ cargo build -q --test multicast_multi_sub --message-format=json |
| 845 | 2026-05-11T08:22:20.216Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 846 | 2026-05-11T08:22:20.333Z | + multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-9f23342060edb1f6 |
| 847 | 2026-05-11T08:22:20.333Z | + cargo build --test multicast_validation |
| 848 | 2026-05-11T08:22:20.438Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 849 | 2026-05-11T08:22:22.322Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.98s |
| 850 | 2026-05-11T08:22:22.358Z | ++ cargo build -q --test multicast_validation --message-format=json |
| 851 | 2026-05-11T08:22:22.361Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 852 | 2026-05-11T08:22:22.479Z | + multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-2f20ce1e82545d1f |
| 853 | 2026-05-11T08:22:22.479Z | + cargo build --test multicast_source_filter |
| 854 | 2026-05-11T08:22:22.586Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 855 | 2026-05-11T08:22:24.597Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.10s |
| 856 | 2026-05-11T08:22:24.634Z | ++ cargo build -q --test multicast_source_filter --message-format=json |
| 857 | 2026-05-11T08:22:24.637Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 858 | 2026-05-11T08:22:24.755Z | + multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-53175d1a7cc64405 |
| 859 | 2026-05-11T08:22:24.755Z | + mkdir -p /work/test |
| 860 | 2026-05-11T08:22:24.758Z | + cp /work/oxidecomputer/opte/target/debug/deps/loopback-bbd5af63c3ab1874 /work/test/loopback |
| 861 | 2026-05-11T08:22:24.797Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-95bf4ac5d3c1737c /work/test/multicast_rx |
| 862 | 2026-05-11T08:22:24.837Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-9f23342060edb1f6 /work/test/multicast_multi_sub |
| 863 | 2026-05-11T08:22:24.882Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-2f20ce1e82545d1f /work/test/multicast_validation |
| 864 | 2026-05-11T08:22:24.922Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-53175d1a7cc64405 /work/test/multicast_source_filter |
| 865 | 2026-05-11T08:22:24.963Z | process exited: duration 225919 ms, exit code 0 |
| |
| 866 | 2026-05-11T08:22:24.981Z | found 14 output files |
| 867 | 2026-05-11T08:22:24.984Z | uploading: /work/debug/xde.dbg (91620136 bytes) |
| 868 | 2026-05-11T08:22:26.611Z | uploaded: /work/debug/xde.dbg |
| 869 | 2026-05-11T08:22:26.611Z | uploading: /work/debug/xde.dbg.sha256 (86 bytes) |
| 870 | 2026-05-11T08:22:27.620Z | uploaded: /work/debug/xde.dbg.sha256 |
| 871 | 2026-05-11T08:22:27.620Z | uploading: /work/debug/xde_link.dbg.so (1084980 bytes) |
| 872 | 2026-05-11T08:22:28.644Z | uploaded: /work/debug/xde_link.dbg.so |
| 873 | 2026-05-11T08:22:28.644Z | uploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes) |
| 874 | 2026-05-11T08:22:29.652Z | uploaded: /work/debug/xde_link.dbg.so.sha256 |
| 875 | 2026-05-11T08:22:29.652Z | uploading: /work/release/xde (49459568 bytes) |
| 876 | 2026-05-11T08:22:30.994Z | uploaded: /work/release/xde |
| 877 | 2026-05-11T08:22:30.994Z | uploading: /work/release/xde.sha256 (84 bytes) |
| 878 | 2026-05-11T08:22:32.002Z | uploaded: /work/release/xde.sha256 |
| 879 | 2026-05-11T08:22:32.002Z | uploading: /work/release/xde_link.so (39516 bytes) |
| 880 | 2026-05-11T08:22:33.016Z | uploaded: /work/release/xde_link.so |
| 881 | 2026-05-11T08:22:33.016Z | uploading: /work/release/xde_link.so.sha256 (92 bytes) |
| 882 | 2026-05-11T08:22:34.025Z | uploaded: /work/release/xde_link.so.sha256 |
| 883 | 2026-05-11T08:22:34.025Z | uploading: /work/test/loopback (49773304 bytes) |
| 884 | 2026-05-11T08:22:35.431Z | uploaded: /work/test/loopback |
| 885 | 2026-05-11T08:22:35.431Z | uploading: /work/test/multicast_rx (50065440 bytes) |
| 886 | 2026-05-11T08:22:36.721Z | uploaded: /work/test/multicast_rx |
| 887 | 2026-05-11T08:22:36.721Z | uploading: /work/test/multicast_multi_sub (56300360 bytes) |
| 888 | 2026-05-11T08:22:38.071Z | uploaded: /work/test/multicast_multi_sub |
| 889 | 2026-05-11T08:22:38.072Z | uploading: /work/test/multicast_validation (50217880 bytes) |
| 890 | 2026-05-11T08:22:39.375Z | uploaded: /work/test/multicast_validation |
| 891 | 2026-05-11T08:22:39.375Z | uploading: /work/test/multicast_source_filter (50522432 bytes) |
| 892 | 2026-05-11T08:22:40.715Z | uploaded: /work/test/multicast_source_filter |
| 893 | 2026-05-11T08:22:40.715Z | uploading: /work/xde.conf (79 bytes) |
| 894 | 2026-05-11T08:22:42.138Z | uploaded: /work/xde.conf |