|
|
|
| 1 | 2026-07-02T10:07:58.901Z | job assigned to worker 01KWH4QT511NR94RTQ852ND0PK [factory aws, i-070391e2ed6e3d79f] (queued for 49 s) |
| |
| 2 | 2026-07-02T10:08:05.324Z | starting task 0: "setup" |
| 3 | 2026-07-02T10:08:05.328Z | ++ uname -s |
| 4 | 2026-07-02T10:08:05.331Z | + kern=SunOS |
| 5 | 2026-07-02T10:08:05.331Z | + build_user=build |
| 6 | 2026-07-02T10:08:05.331Z | + build_uid=12345 |
| 7 | 2026-07-02T10:08:05.331Z | + work_dir=/work |
| 8 | 2026-07-02T10:08:05.331Z | + input_dir=/input |
| 9 | 2026-07-02T10:08:05.331Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-02T10:08:05.331Z | + case "$kern" in |
| 11 | 2026-07-02T10:08:05.331Z | + groupadd -g 12345 build |
| 12 | 2026-07-02T10:08:05.336Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-02T10:08:07.336Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-02T10:08:07.446Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-02T10:08:07.449Z | + home_fs=zfs |
| 16 | 2026-07-02T10:08:07.449Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-02T10:08:07.449Z | + mkdir -p /home/build |
| 18 | 2026-07-02T10:08:07.449Z | + chown build:build /home/build /work |
| 19 | 2026-07-02T10:08:09.451Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-02T10:08:09.454Z | process exited: duration 4129 ms, exit code 0 |
| |
| 21 | 2026-07-02T10:08:09.460Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-02T10:08:09.463Z | * rust toolchain channel = "1.96.1" |
| 23 | 2026-07-02T10:08:09.463Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 24 | 2026-07-02T10:08:09.463Z | * rust toolchain profile = "default" |
| 25 | 2026-07-02T10:08:09.464Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-02T10:08:09.464Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-02T10:08:09.464Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-02T10:08:09.466Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-02T10:08:09.466Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-02T10:08:09.568Z | info: downloading installer |
| 31 | 2026-07-02T10:08:10.982Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-02T10:08:10.982Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-02T10:08:10.982Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-02T10:08:10.982Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-02T10:08:10.994Z | info: profile set to default |
| 36 | 2026-07-02T10:08:10.994Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-02T10:08:10.998Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-02T10:08:11.142Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-02T10:08:11.145Z | info: downloading 6 components |
| 40 | 2026-07-02T10:08:26.212Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-02T10:08:26.212Z | |
| 42 | 2026-07-02T10:08:26.243Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-02T10:08:26.243Z | |
| 44 | 2026-07-02T10:08:26.243Z | |
| 45 | 2026-07-02T10:08:26.243Z | Rust is installed now. Great! |
| 46 | 2026-07-02T10:08:26.243Z | |
| 47 | 2026-07-02T10:08:26.243Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-02T10:08:26.243Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-02T10:08:26.243Z | |
| 50 | 2026-07-02T10:08:26.243Z | To configure your current shell, you need to source |
| 51 | 2026-07-02T10:08:26.243Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-02T10:08:26.243Z | |
| 53 | 2026-07-02T10:08:26.243Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-02T10:08:26.246Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-02T10:08:26.246Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-02T10:08:26.246Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-02T10:08:26.246Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-02T10:08:26.246Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-02T10:08:26.246Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-02T10:08:26.246Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-02T10:08:26.246Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-02T10:08:26.353Z | + rustup --version |
| 63 | 2026-07-02T10:08:26.361Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-02T10:08:26.365Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-02T10:08:26.384Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-02T10:08:26.386Z | + cargo --version |
| 67 | 2026-07-02T10:08:26.402Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-02T10:08:26.405Z | + rustc --version |
| 69 | 2026-07-02T10:08:26.423Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-02T10:08:26.426Z | process exited: duration 16965 ms, exit code 0 |
| |
| 71 | 2026-07-02T10:08:26.432Z | starting task 2: "authentication" |
| 72 | 2026-07-02T10:08:26.448Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-02T10:08:26.455Z | starting task 3: "clone repository" |
| 74 | 2026-07-02T10:08:26.458Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-02T10:08:26.461Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-02T10:08:26.491Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-02T10:08:27.359Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-02T10:08:27.360Z | + git fetch origin e923888ac3bacc9121d671ed43a20dfc9a1bee6b |
| 79 | 2026-07-02T10:08:27.577Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-02T10:08:27.577Z | * branch e923888ac3bacc9121d671ed43a20dfc9a1bee6b -> FETCH_HEAD |
| 81 | 2026-07-02T10:08:27.583Z | + [[ -n renovate/rand ]] |
| 82 | 2026-07-02T10:08:27.586Z | ++ git branch --show-current |
| 83 | 2026-07-02T10:08:27.586Z | + current=master |
| 84 | 2026-07-02T10:08:27.586Z | + [[ master != renovate/rand ]] |
| 85 | 2026-07-02T10:08:27.586Z | + git branch -f renovate/rand e923888ac3bacc9121d671ed43a20dfc9a1bee6b |
| 86 | 2026-07-02T10:08:27.589Z | + git checkout -f renovate/rand |
| 87 | 2026-07-02T10:08:27.606Z | Switched to branch 'renovate/rand' |
| 88 | 2026-07-02T10:08:27.609Z | + git reset --hard e923888ac3bacc9121d671ed43a20dfc9a1bee6b |
| 89 | 2026-07-02T10:08:27.622Z | HEAD is now at e923888 Update Rust crate rand to 0.10.2 |
| 90 | 2026-07-02T10:08:27.624Z | process exited: duration 1167 ms, exit code 0 |
| |
| 91 | 2026-07-02T10:08:27.630Z | starting task 4: "build" |
| 92 | 2026-07-02T10:08:27.634Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-02T10:08:27.636Z | ++ rustup show active-toolchain |
| 94 | 2026-07-02T10:08:27.639Z | 1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-07-02T10:08:27.642Z | ++ pushd xde |
| 96 | 2026-07-02T10:08:27.642Z | ++ rustup show active-toolchain |
| 97 | 2026-07-02T10:08:27.643Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 98 | 2026-07-02T10:08:27.645Z | info: syncing channel updates for nightly-2026-06-30-x86_64-unknown-illumos |
| 99 | 2026-07-02T10:08:27.801Z | info: latest update on 2026-06-30 for version 1.98.0-nightly (096694416 2026-06-29) |
| 100 | 2026-07-02T10:08:27.805Z | info: downloading 6 components |
| 101 | 2026-07-02T10:08:43.155Z | nightly-2026-06-30-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-07-02T10:08:43.258Z | +++ rustup show active-toolchain -v |
| 103 | 2026-07-02T10:08:43.261Z | +++ head -n 1 |
| 104 | 2026-07-02T10:08:43.261Z | +++ cut '-d ' -f1 |
| 105 | 2026-07-02T10:08:43.315Z | ++ export NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos |
| 106 | 2026-07-02T10:08:43.315Z | ++ NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos |
| 107 | 2026-07-02T10:08:43.319Z | ++ popd |
| 108 | 2026-07-02T10:08:43.319Z | /work/oxidecomputer/opte |
| 109 | 2026-07-02T10:08:43.319Z | + TGT_BASE=/work |
| 110 | 2026-07-02T10:08:43.319Z | + DBG_SRC=target/x86_64-unknown-unknown/debug |
| 111 | 2026-07-02T10:08:43.319Z | + DBG_LINK_SRC=target/i686-unknown-illumos/debug |
| 112 | 2026-07-02T10:08:43.319Z | + DBG_TGT=/work/debug |
| 113 | 2026-07-02T10:08:43.319Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 114 | 2026-07-02T10:08:43.319Z | + REL_LINK_SRC=target/i686-unknown-illumos/release |
| 115 | 2026-07-02T10:08:43.319Z | + REL_TGT=/work/release |
| 116 | 2026-07-02T10:08:43.319Z | + mkdir -p /work/debug /work/release |
| 117 | 2026-07-02T10:08:43.319Z | + cargo --version |
| 118 | 2026-07-02T10:08:43.326Z | cargo 1.96.1 (356927216 2026-06-26) |
| 119 | 2026-07-02T10:08:43.331Z | + rustc --version |
| 120 | 2026-07-02T10:08:43.348Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 121 | 2026-07-02T10:08:43.356Z | + install_pkg jq |
| 122 | 2026-07-02T10:08:43.356Z | + set +o errexit |
| 123 | 2026-07-02T10:08:43.356Z | + pfexec pkg install jq |
| 124 | 2026-07-02T10:08:47.613Z | Startup: Refreshing catalog 'helios' ... Done |
| 125 | 2026-07-02T10:08:47.724Z | Startup: Caching catalogs ... Done |
| 126 | 2026-07-02T10:08:48.215Z | Planning: Solver setup ... Done |
| 127 | 2026-07-02T10:08:48.241Z | Planning: Running solver ... Done |
| 128 | 2026-07-02T10:08:48.250Z | Planning: Consolidating action changes ... Done |
| 129 | 2026-07-02T10:08:48.253Z | Planning: Evaluating mediators ... Done |
| 130 | 2026-07-02T10:08:48.253Z | Planning: Planning completed in 0.51 seconds |
| 131 | 2026-07-02T10:08:48.268Z | No updates necessary for this image. |
| 132 | 2026-07-02T10:08:48.375Z | + exit_code=4 |
| 133 | 2026-07-02T10:08:48.375Z | + [[ 4 -ne 0 ]] |
| 134 | 2026-07-02T10:08:48.375Z | + [[ 4 -ne 4 ]] |
| 135 | 2026-07-02T10:08:48.375Z | + set -o errexit |
| 136 | 2026-07-02T10:08:48.379Z | + pushd xde |
| 137 | 2026-07-02T10:08:48.379Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 138 | 2026-07-02T10:08:48.380Z | + cp xde.conf /work/xde.conf |
| 139 | 2026-07-02T10:08:48.380Z | + header 'check style' |
| 140 | 2026-07-02T10:08:48.380Z | + echo '# ==== check style ==== #' |
| 141 | 2026-07-02T10:08:48.380Z | # ==== check style ==== # |
| 142 | 2026-07-02T10:08:48.380Z | + ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check |
| 143 | 2026-07-02T10:08:48.605Z | |
| 144 | 2026-07-02T10:08:48.605Z | real 0.225089004 |
| 145 | 2026-07-02T10:08:48.605Z | user 0.153717373 |
| 146 | 2026-07-02T10:08:48.605Z | sys 0.060471399 |
| 147 | 2026-07-02T10:08:48.605Z | trap 0.000007670 |
| 148 | 2026-07-02T10:08:48.605Z | tflt 0.000029450 |
| 149 | 2026-07-02T10:08:48.605Z | dflt 0.000009370 |
| 150 | 2026-07-02T10:08:48.605Z | kflt 0.000000000 |
| 151 | 2026-07-02T10:08:48.605Z | lock 0.036952239 |
| 152 | 2026-07-02T10:08:48.605Z | slp 0.192183622 |
| 153 | 2026-07-02T10:08:48.605Z | lat 0.000870200 |
| 154 | 2026-07-02T10:08:48.605Z | stop 0.000102610 |
| 155 | 2026-07-02T10:08:48.609Z | + header analyze |
| 156 | 2026-07-02T10:08:48.609Z | + echo '# ==== analyze ==== #' |
| 157 | 2026-07-02T10:08:48.609Z | # ==== analyze ==== # |
| 158 | 2026-07-02T10:08:48.609Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 159 | 2026-07-02T10:08:48.786Z | Updating crates.io index |
| 160 | 2026-07-02T10:08:48.789Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 161 | 2026-07-02T10:08:49.450Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 162 | 2026-07-02T10:08:49.735Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 163 | 2026-07-02T10:08:50.050Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 164 | 2026-07-02T10:08:50.322Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 165 | 2026-07-02T10:08:50.556Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 166 | 2026-07-02T10:08:50.823Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 167 | 2026-07-02T10:08:52.962Z | Downloading crates ... |
| 168 | 2026-07-02T10:08:53.025Z | Downloaded cobs v0.3.0 |
| 169 | 2026-07-02T10:08:53.034Z | Downloaded darling v0.23.0 |
| 170 | 2026-07-02T10:08:53.038Z | Downloaded cfg-if v1.0.4 |
| 171 | 2026-07-02T10:08:53.041Z | Downloaded defmt v0.3.100 |
| 172 | 2026-07-02T10:08:53.041Z | Downloaded strsim v0.11.1 |
| 173 | 2026-07-02T10:08:53.041Z | Downloaded darling_macro v0.21.3 |
| 174 | 2026-07-02T10:08:53.041Z | Downloaded embedded-io v0.6.1 |
| 175 | 2026-07-02T10:08:53.046Z | Downloaded darling_macro v0.23.0 |
| 176 | 2026-07-02T10:08:53.053Z | Downloaded ref-cast-impl v1.0.25 |
| 177 | 2026-07-02T10:08:53.056Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 178 | 2026-07-02T10:08:53.062Z | Downloaded ref-cast v1.0.25 |
| 179 | 2026-07-02T10:08:53.065Z | Downloaded managed v0.8.0 |
| 180 | 2026-07-02T10:08:53.067Z | Downloaded stable_deref_trait v1.2.1 |
| 181 | 2026-07-02T10:08:53.070Z | Downloaded embedded-io v0.4.0 |
| 182 | 2026-07-02T10:08:53.073Z | Downloaded dyn-clone v1.0.20 |
| 183 | 2026-07-02T10:08:53.073Z | Downloaded fnv v1.0.7 |
| 184 | 2026-07-02T10:08:53.073Z | Downloaded hash32 v0.3.1 |
| 185 | 2026-07-02T10:08:53.076Z | Downloaded macaddr v1.0.1 |
| 186 | 2026-07-02T10:08:53.076Z | Downloaded defmt-parser v1.0.0 |
| 187 | 2026-07-02T10:08:53.080Z | Downloaded ident_case v1.0.1 |
| 188 | 2026-07-02T10:08:53.094Z | Downloaded bitflags v1.3.2 |
| 189 | 2026-07-02T10:08:53.099Z | Downloaded byteorder v1.5.0 |
| 190 | 2026-07-02T10:08:53.102Z | Downloaded either v1.16.0 |
| 191 | 2026-07-02T10:08:53.102Z | Downloaded ingot-types v0.1.2 |
| 192 | 2026-07-02T10:08:53.103Z | Downloaded thiserror-impl v2.0.18 |
| 193 | 2026-07-02T10:08:53.107Z | Downloaded version_check v0.9.5 |
| 194 | 2026-07-02T10:08:53.110Z | Downloaded proc-macro-error2 v2.0.1 |
| 195 | 2026-07-02T10:08:53.124Z | Downloaded defmt v1.1.0 |
| 196 | 2026-07-02T10:08:53.127Z | Downloaded darling v0.21.3 |
| 197 | 2026-07-02T10:08:53.130Z | Downloaded crc32fast v1.5.0 |
| 198 | 2026-07-02T10:08:53.130Z | Downloaded ingot-macros v0.1.1 |
| 199 | 2026-07-02T10:08:53.132Z | Downloaded ingot v0.1.1 |
| 200 | 2026-07-02T10:08:53.132Z | Downloaded defmt-macros v1.1.0 |
| 201 | 2026-07-02T10:08:53.135Z | Downloaded postcard v1.1.3 |
| 202 | 2026-07-02T10:08:53.140Z | Downloaded quote v1.0.46 |
| 203 | 2026-07-02T10:08:53.145Z | Downloaded thiserror v2.0.18 |
| 204 | 2026-07-02T10:08:53.154Z | Downloaded bitflags v2.13.0 |
| 205 | 2026-07-02T10:08:53.160Z | Downloaded serde_core v1.0.228 |
| 206 | 2026-07-02T10:08:53.163Z | Downloaded serde_derive v1.0.228 |
| 207 | 2026-07-02T10:08:53.163Z | Downloaded uuid v1.23.4 |
| 208 | 2026-07-02T10:08:53.166Z | Downloaded unicode-ident v1.0.24 |
| 209 | 2026-07-02T10:08:53.170Z | Downloaded proc-macro2 v1.0.106 |
| 210 | 2026-07-02T10:08:53.170Z | Downloaded darling_core v0.21.3 |
| 211 | 2026-07-02T10:08:53.174Z | Downloaded darling_core v0.23.0 |
| 212 | 2026-07-02T10:08:53.189Z | Downloaded heapless v0.8.0 |
| 213 | 2026-07-02T10:08:53.192Z | Downloaded serde v1.0.228 |
| 214 | 2026-07-02T10:08:53.202Z | Downloaded memchr v2.8.2 |
| 215 | 2026-07-02T10:08:53.207Z | Downloaded zerocopy-derive v0.8.52 |
| 216 | 2026-07-02T10:08:53.210Z | Downloaded aho-corasick v1.1.4 |
| 217 | 2026-07-02T10:08:53.231Z | Downloaded itertools v0.15.0 |
| 218 | 2026-07-02T10:08:53.235Z | Downloaded itertools v0.14.0 |
| 219 | 2026-07-02T10:08:53.238Z | Downloaded regex v1.12.4 |
| 220 | 2026-07-02T10:08:53.273Z | Downloaded syn v2.0.118 |
| 221 | 2026-07-02T10:08:53.278Z | Downloaded zerocopy v0.8.52 |
| 222 | 2026-07-02T10:08:53.288Z | Downloaded smoltcp v0.11.0 |
| 223 | 2026-07-02T10:08:53.294Z | Downloaded regex-syntax v0.8.11 |
| 224 | 2026-07-02T10:08:53.303Z | Downloaded regex-automata v0.4.14 |
| 225 | 2026-07-02T10:08:53.316Z | Updating crates.io index |
| 226 | 2026-07-02T10:08:53.371Z | Downloading crates ... |
| 227 | 2026-07-02T10:08:53.384Z | Downloaded addr2line v0.25.1 |
| 228 | 2026-07-02T10:08:53.388Z | Downloaded adler2 v2.0.1 |
| 229 | 2026-07-02T10:08:53.392Z | Downloaded rustc-literal-escaper v0.0.8 |
| 230 | 2026-07-02T10:08:53.392Z | Downloaded getopts v0.2.24 |
| 231 | 2026-07-02T10:08:53.406Z | Downloaded foldhash v0.2.0 |
| 232 | 2026-07-02T10:08:53.417Z | Downloaded hashbrown v0.17.1 |
| 233 | 2026-07-02T10:08:53.423Z | Downloaded rustc-demangle v0.1.27 |
| 234 | 2026-07-02T10:08:53.426Z | Downloaded miniz_oxide v0.8.9 |
| 235 | 2026-07-02T10:08:53.431Z | Downloaded memchr v2.7.6 |
| 236 | 2026-07-02T10:08:53.446Z | Downloaded gimli v0.32.3 |
| 237 | 2026-07-02T10:08:53.473Z | Downloaded object v0.37.3 |
| 238 | 2026-07-02T10:08:53.505Z | Downloaded libc v0.2.185 |
| 239 | 2026-07-02T10:08:53.560Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 240 | 2026-07-02T10:08:53.560Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 241 | 2026-07-02T10:08:53.563Z | Compiling proc-macro2 v1.0.106 |
| 242 | 2026-07-02T10:08:53.563Z | Compiling quote v1.0.46 |
| 243 | 2026-07-02T10:08:53.563Z | Compiling unicode-ident v1.0.24 |
| 244 | 2026-07-02T10:08:53.563Z | Compiling strsim v0.11.1 |
| 245 | 2026-07-02T10:08:53.563Z | Compiling ident_case v1.0.1 |
| 246 | 2026-07-02T10:08:53.563Z | Compiling serde_core v1.0.228 |
| 247 | 2026-07-02T10:08:53.745Z | Compiling fnv v1.0.7 |
| 248 | 2026-07-02T10:08:53.748Z | Compiling memchr v2.8.2 |
| 249 | 2026-07-02T10:08:53.836Z | Compiling regex-syntax v0.8.11 |
| 250 | 2026-07-02T10:08:54.037Z | Compiling either v1.16.0 |
| 251 | 2026-07-02T10:08:54.055Z | Compiling serde v1.0.228 |
| 252 | 2026-07-02T10:08:54.091Z | Compiling zerocopy v0.8.52 |
| 253 | 2026-07-02T10:08:54.179Z | Compiling aho-corasick v1.1.4 |
| 254 | 2026-07-02T10:08:54.244Z | Compiling thiserror v2.0.18 |
| 255 | 2026-07-02T10:08:54.478Z | Compiling itertools v0.14.0 |
| 256 | 2026-07-02T10:08:54.508Z | Compiling heapless v0.8.0 |
| 257 | 2026-07-02T10:08:54.849Z | Compiling syn v2.0.118 |
| 258 | 2026-07-02T10:08:54.921Z | Compiling smoltcp v0.11.0 |
| 259 | 2026-07-02T10:08:54.921Z | Compiling crc32fast v1.5.0 |
| 260 | 2026-07-02T10:08:55.035Z | Compiling version_check v0.9.5 |
| 261 | 2026-07-02T10:08:55.284Z | Compiling ref-cast v1.0.25 |
| 262 | 2026-07-02T10:08:55.374Z | Compiling regex-automata v0.4.14 |
| 263 | 2026-07-02T10:08:55.432Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 264 | 2026-07-02T10:08:56.953Z | Compiling regex v1.12.4 |
| 265 | 2026-07-02T10:08:57.222Z | Compiling darling_core v0.21.3 |
| 266 | 2026-07-02T10:08:57.256Z | Compiling darling_core v0.23.0 |
| 267 | 2026-07-02T10:08:58.113Z | Compiling serde_derive v1.0.228 |
| 268 | 2026-07-02T10:08:58.116Z | Compiling zerocopy-derive v0.8.52 |
| 269 | 2026-07-02T10:08:58.116Z | Compiling thiserror-impl v2.0.18 |
| 270 | 2026-07-02T10:08:58.116Z | Compiling ref-cast-impl v1.0.25 |
| 271 | 2026-07-02T10:08:58.116Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 272 | 2026-07-02T10:08:59.968Z | Compiling darling_macro v0.23.0 |
| 273 | 2026-07-02T10:09:00.063Z | Compiling darling_macro v0.21.3 |
| 274 | 2026-07-02T10:09:00.875Z | Compiling darling v0.23.0 |
| 275 | 2026-07-02T10:09:00.944Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 276 | 2026-07-02T10:09:00.968Z | Compiling darling v0.21.3 |
| 277 | 2026-07-02T10:09:01.034Z | Compiling ingot-macros v0.1.1 |
| 278 | 2026-07-02T10:09:05.996Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 279 | 2026-07-02T10:09:08.200Z | Checking byteorder v1.5.0 |
| 280 | 2026-07-02T10:09:08.200Z | Checking macaddr v1.0.1 |
| 281 | 2026-07-02T10:09:08.203Z | Checking cfg-if v1.0.4 |
| 282 | 2026-07-02T10:09:08.203Z | Checking stable_deref_trait v1.2.1 |
| 283 | 2026-07-02T10:09:08.203Z | Checking managed v0.8.0 |
| 284 | 2026-07-02T10:09:08.255Z | Checking bitflags v1.3.2 |
| 285 | 2026-07-02T10:09:08.288Z | Checking cobs v0.3.0 |
| 286 | 2026-07-02T10:09:08.336Z | Checking dyn-clone v1.0.20 |
| 287 | 2026-07-02T10:09:08.353Z | Checking hash32 v0.3.1 |
| 288 | 2026-07-02T10:09:08.409Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 289 | 2026-07-02T10:09:08.417Z | Checking itertools v0.15.0 |
| 290 | 2026-07-02T10:09:09.593Z | Checking bitflags v2.13.0 |
| 291 | 2026-07-02T10:09:09.596Z | Checking uuid v1.23.4 |
| 292 | 2026-07-02T10:09:09.740Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 293 | 2026-07-02T10:09:09.959Z | Checking postcard v1.1.3 |
| 294 | 2026-07-02T10:09:10.814Z | Checking ingot-types v0.1.2 |
| 295 | 2026-07-02T10:09:11.093Z | Checking ingot v0.1.1 |
| 296 | 2026-07-02T10:09:12.432Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 297 | 2026-07-02T10:09:16.193Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 298 | 2026-07-02T10:09:17.563Z | Checking xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 299 | 2026-07-02T10:09:19.310Z | warning: suspicious definition of the runtime `strlen` symbol used by the standard library |
| 300 | 2026-07-02T10:09:19.310Z | --> xde/src/ip.rs:9246:5 |
| 301 | 2026-07-02T10:09:19.310Z | | |
| 302 | 2026-07-02T10:09:19.310Z | 9246 | / pub fn strlen( |
| 303 | 2026-07-02T10:09:19.310Z | 9247 | | arg1: *const illumos_sys_hdrs::c_char, |
| 304 | 2026-07-02T10:09:19.311Z | 9248 | | ) -> illumos_sys_hdrs::c_ulong; |
| 305 | 2026-07-02T10:09:19.311Z | | |___________________________________^ |
| 306 | 2026-07-02T10:09:19.311Z | | |
| 307 | 2026-07-02T10:09:19.311Z | = note: expected `unsafe extern "C" fn(*const i8) -> usize` |
| 308 | 2026-07-02T10:09:19.311Z | found `unsafe extern "C" fn(*const i8) -> u64` |
| 309 | 2026-07-02T10:09:19.311Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "strlen")]`, or `#[link_name = "strlen"]` |
| 310 | 2026-07-02T10:09:19.311Z | = help: allow this lint if the signature is compatible |
| 311 | 2026-07-02T10:09:19.311Z | = note: `#[warn(suspicious_runtime_symbol_definitions)]` on by default |
| 312 | 2026-07-02T10:09:19.311Z | |
| 313 | 2026-07-02T10:09:19.347Z | warning: suspicious definition of the runtime `bcmp` symbol used by the standard library |
| 314 | 2026-07-02T10:09:19.347Z | --> xde/src/ip.rs:20144:5 |
| 315 | 2026-07-02T10:09:19.347Z | | |
| 316 | 2026-07-02T10:09:19.347Z | 20144 | / pub fn bcmp( |
| 317 | 2026-07-02T10:09:19.347Z | 20145 | | arg1: *const illumos_sys_hdrs::c_void, |
| 318 | 2026-07-02T10:09:19.348Z | 20146 | | arg2: *const illumos_sys_hdrs::c_void, |
| 319 | 2026-07-02T10:09:19.348Z | 20147 | | arg3: illumos_sys_hdrs::c_ulong, |
| 320 | 2026-07-02T10:09:19.348Z | 20148 | | ) -> illumos_sys_hdrs::c_int; |
| 321 | 2026-07-02T10:09:19.348Z | | |_________________________________^ |
| 322 | 2026-07-02T10:09:19.348Z | | |
| 323 | 2026-07-02T10:09:19.348Z | = note: expected `unsafe extern "C" fn(*const core::ffi::c_void, *const core::ffi::c_void, usize) -> i32` |
| 324 | 2026-07-02T10:09:19.348Z | found `unsafe extern "C" fn(*const core::ffi::c_void, *const core::ffi::c_void, u64) -> i32` |
| 325 | 2026-07-02T10:09:19.348Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "bcmp")]`, or `#[link_name = "bcmp"]` |
| 326 | 2026-07-02T10:09:19.348Z | = help: allow this lint if the signature is compatible |
| 327 | 2026-07-02T10:09:19.349Z | |
| 328 | 2026-07-02T10:09:19.354Z | warning: suspicious definition of the runtime `memset` symbol used by the standard library |
| 329 | 2026-07-02T10:09:19.354Z | --> xde/src/ip.rs:20825:5 |
| 330 | 2026-07-02T10:09:19.354Z | | |
| 331 | 2026-07-02T10:09:19.355Z | 20825 | / pub fn memset( |
| 332 | 2026-07-02T10:09:19.355Z | 20826 | | arg1: *mut illumos_sys_hdrs::c_void, |
| 333 | 2026-07-02T10:09:19.355Z | 20827 | | arg2: illumos_sys_hdrs::c_int, |
| 334 | 2026-07-02T10:09:19.355Z | 20828 | | arg3: illumos_sys_hdrs::c_ulong, |
| 335 | 2026-07-02T10:09:19.355Z | 20829 | | ) -> *mut illumos_sys_hdrs::c_void; |
| 336 | 2026-07-02T10:09:19.355Z | | |_______________________________________^ |
| 337 | 2026-07-02T10:09:19.355Z | | |
| 338 | 2026-07-02T10:09:19.355Z | = note: expected `unsafe extern "C" fn(*mut core::ffi::c_void, i32, usize) -> *mut core::ffi::c_void` |
| 339 | 2026-07-02T10:09:19.355Z | found `unsafe extern "C" fn(*mut core::ffi::c_void, i32, u64) -> *mut core::ffi::c_void` |
| 340 | 2026-07-02T10:09:19.355Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memset")]`, or `#[link_name = "memset"]` |
| 341 | 2026-07-02T10:09:19.356Z | = help: allow this lint if the signature is compatible |
| 342 | 2026-07-02T10:09:19.356Z | |
| 343 | 2026-07-02T10:09:19.356Z | warning: suspicious definition of the runtime `memcpy` symbol used by the standard library |
| 344 | 2026-07-02T10:09:19.356Z | --> xde/src/ip.rs:20832:5 |
| 345 | 2026-07-02T10:09:19.356Z | | |
| 346 | 2026-07-02T10:09:19.356Z | 20832 | / pub fn memcpy( |
| 347 | 2026-07-02T10:09:19.356Z | 20833 | | arg1: *mut illumos_sys_hdrs::c_void, |
| 348 | 2026-07-02T10:09:19.356Z | 20834 | | arg2: *const illumos_sys_hdrs::c_void, |
| 349 | 2026-07-02T10:09:19.356Z | 20835 | | arg3: illumos_sys_hdrs::c_ulong, |
| 350 | 2026-07-02T10:09:19.356Z | 20836 | | ) -> *mut illumos_sys_hdrs::c_void; |
| 351 | 2026-07-02T10:09:19.356Z | | |_______________________________________^ |
| 352 | 2026-07-02T10:09:19.356Z | | |
| 353 | 2026-07-02T10:09:19.356Z | = note: expected `unsafe extern "C" fn(*mut c_void, *const c_void, usize) -> *mut c_void` |
| 354 | 2026-07-02T10:09:19.356Z | found `unsafe extern "C" fn(*mut c_void, *const c_void, u64) -> *mut c_void` |
| 355 | 2026-07-02T10:09:19.356Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memcpy")]`, or `#[link_name = "memcpy"]` |
| 356 | 2026-07-02T10:09:19.356Z | = help: allow this lint if the signature is compatible |
| 357 | 2026-07-02T10:09:19.356Z | = note: the full name for the type has been written to '/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/xde-433134d6d6669a8a.long-type-12709380842415358693.txt' |
| 358 | 2026-07-02T10:09:19.356Z | = note: consider using `--verbose` to print the full type name to the console |
| 359 | 2026-07-02T10:09:19.356Z | |
| 360 | 2026-07-02T10:09:19.356Z | warning: suspicious definition of the runtime `memmove` symbol used by the standard library |
| 361 | 2026-07-02T10:09:19.356Z | --> xde/src/ip.rs:20839:5 |
| 362 | 2026-07-02T10:09:19.356Z | | |
| 363 | 2026-07-02T10:09:19.356Z | 20839 | / pub fn memmove( |
| 364 | 2026-07-02T10:09:19.356Z | 20840 | | arg1: *mut illumos_sys_hdrs::c_void, |
| 365 | 2026-07-02T10:09:19.356Z | 20841 | | arg2: *const illumos_sys_hdrs::c_void, |
| 366 | 2026-07-02T10:09:19.356Z | 20842 | | arg3: illumos_sys_hdrs::c_ulong, |
| 367 | 2026-07-02T10:09:19.356Z | 20843 | | ) -> *mut illumos_sys_hdrs::c_void; |
| 368 | 2026-07-02T10:09:19.356Z | | |_______________________________________^ |
| 369 | 2026-07-02T10:09:19.356Z | | |
| 370 | 2026-07-02T10:09:19.357Z | = note: expected `unsafe extern "C" fn(*mut c_void, *const c_void, usize) -> *mut c_void` |
| 371 | 2026-07-02T10:09:19.357Z | found `unsafe extern "C" fn(*mut c_void, *const c_void, u64) -> *mut c_void` |
| 372 | 2026-07-02T10:09:19.357Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memmove")]`, or `#[link_name = "memmove"]` |
| 373 | 2026-07-02T10:09:19.357Z | = help: allow this lint if the signature is compatible |
| 374 | 2026-07-02T10:09:19.357Z | = note: the full name for the type has been written to '/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/xde-433134d6d6669a8a.long-type-12709380842415358693.txt' |
| 375 | 2026-07-02T10:09:19.357Z | = note: consider using `--verbose` to print the full type name to the console |
| 376 | 2026-07-02T10:09:19.357Z | |
| 377 | 2026-07-02T10:09:19.357Z | warning: suspicious definition of the runtime `memcmp` symbol used by the standard library |
| 378 | 2026-07-02T10:09:19.357Z | --> xde/src/ip.rs:20846:5 |
| 379 | 2026-07-02T10:09:19.357Z | | |
| 380 | 2026-07-02T10:09:19.357Z | 20846 | / pub fn memcmp( |
| 381 | 2026-07-02T10:09:19.357Z | 20847 | | arg1: *const illumos_sys_hdrs::c_void, |
| 382 | 2026-07-02T10:09:19.357Z | 20848 | | arg2: *const illumos_sys_hdrs::c_void, |
| 383 | 2026-07-02T10:09:19.357Z | 20849 | | arg3: illumos_sys_hdrs::c_ulong, |
| 384 | 2026-07-02T10:09:19.357Z | 20850 | | ) -> illumos_sys_hdrs::c_int; |
| 385 | 2026-07-02T10:09:19.357Z | | |_________________________________^ |
| 386 | 2026-07-02T10:09:19.357Z | | |
| 387 | 2026-07-02T10:09:19.357Z | = note: expected `unsafe extern "C" fn(*const core::ffi::c_void, *const core::ffi::c_void, usize) -> i32` |
| 388 | 2026-07-02T10:09:19.357Z | found `unsafe extern "C" fn(*const core::ffi::c_void, *const core::ffi::c_void, u64) -> i32` |
| 389 | 2026-07-02T10:09:19.357Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memcmp")]`, or `#[link_name = "memcmp"]` |
| 390 | 2026-07-02T10:09:19.357Z | = help: allow this lint if the signature is compatible |
| 391 | 2026-07-02T10:09:19.357Z | |
| 392 | 2026-07-02T10:09:19.582Z | warning: `xde` (lib) generated 6 warnings |
| 393 | 2026-07-02T10:09:19.582Z | Finished `dev` profile [optimized + debuginfo] target(s) in 30.91s |
| 394 | 2026-07-02T10:09:19.688Z | |
| 395 | 2026-07-02T10:09:19.688Z | real 31.076897226 |
| 396 | 2026-07-02T10:09:19.688Z | user 1:15.723998922 |
| 397 | 2026-07-02T10:09:19.688Z | sys 10.607074407 |
| 398 | 2026-07-02T10:09:19.689Z | trap 0.035098500 |
| 399 | 2026-07-02T10:09:19.689Z | tflt 0.062960906 |
| 400 | 2026-07-02T10:09:19.689Z | dflt 0.239464573 |
| 401 | 2026-07-02T10:09:19.692Z | kflt 0.001787742 |
| 402 | 2026-07-02T10:09:19.692Z | lock 5:26.429553293 |
| 403 | 2026-07-02T10:09:19.692Z | slp 3:31.445833708 |
| 404 | 2026-07-02T10:09:19.693Z | lat 2.346338183 |
| 405 | 2026-07-02T10:09:19.693Z | stop 8.284921854 |
| 406 | 2026-07-02T10:09:19.693Z | + pushd xde-link |
| 407 | 2026-07-02T10:09:19.693Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 408 | 2026-07-02T10:09:19.693Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 409 | 2026-07-02T10:09:19.878Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 410 | 2026-07-02T10:09:19.878Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 411 | 2026-07-02T10:09:19.879Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 412 | 2026-07-02T10:09:30.948Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 413 | 2026-07-02T10:09:33.180Z | Finished `dev` profile [optimized + debuginfo] target(s) in 13.42s |
| 414 | 2026-07-02T10:09:33.199Z | |
| 415 | 2026-07-02T10:09:33.203Z | real 13.505158895 |
| 416 | 2026-07-02T10:09:33.203Z | user 21.451007208 |
| 417 | 2026-07-02T10:09:33.203Z | sys 1.287882396 |
| 418 | 2026-07-02T10:09:33.203Z | trap 0.003196471 |
| 419 | 2026-07-02T10:09:33.203Z | tflt 0.001040010 |
| 420 | 2026-07-02T10:09:33.203Z | dflt 0.048272499 |
| 421 | 2026-07-02T10:09:33.204Z | kflt 0.000000720 |
| 422 | 2026-07-02T10:09:33.204Z | lock 1:27.887535599 |
| 423 | 2026-07-02T10:09:33.204Z | slp 45.266120856 |
| 424 | 2026-07-02T10:09:33.204Z | lat 0.170301433 |
| 425 | 2026-07-02T10:09:33.204Z | stop 0.164047787 |
| 426 | 2026-07-02T10:09:33.204Z | + popd |
| 427 | 2026-07-02T10:09:33.204Z | + popd |
| 428 | 2026-07-02T10:09:33.204Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 429 | 2026-07-02T10:09:33.204Z | /work/oxidecomputer/opte |
| 430 | 2026-07-02T10:09:33.204Z | + header 'build xde (debug)' |
| 431 | 2026-07-02T10:09:33.204Z | + echo '# ==== build xde (debug) ==== #' |
| 432 | 2026-07-02T10:09:33.204Z | # ==== build xde (debug) ==== # |
| 433 | 2026-07-02T10:09:33.204Z | + ptime -m cargo xtask build --profile debug xde xde-link |
| 434 | 2026-07-02T10:09:33.350Z | Downloading crates ... |
| 435 | 2026-07-02T10:09:33.403Z | Downloaded anstream v1.0.0 |
| 436 | 2026-07-02T10:09:33.411Z | Downloaded camino v1.2.4 |
| 437 | 2026-07-02T10:09:33.414Z | Downloaded clap_lex v1.1.0 |
| 438 | 2026-07-02T10:09:33.450Z | Downloaded itoa v1.0.18 |
| 439 | 2026-07-02T10:09:33.450Z | Downloaded is_terminal_polyfill v1.70.2 |
| 440 | 2026-07-02T10:09:33.450Z | Downloaded equivalent v1.0.2 |
| 441 | 2026-07-02T10:09:33.450Z | Downloaded anstyle-query v1.1.5 |
| 442 | 2026-07-02T10:09:33.451Z | Downloaded terminal_size v0.4.4 |
| 443 | 2026-07-02T10:09:33.451Z | Downloaded cargo-platform v0.3.3 |
| 444 | 2026-07-02T10:09:33.451Z | Downloaded anstyle v1.0.14 |
| 445 | 2026-07-02T10:09:33.451Z | Downloaded serde_spanned v1.1.1 |
| 446 | 2026-07-02T10:09:33.451Z | Downloaded colorchoice v1.0.5 |
| 447 | 2026-07-02T10:09:33.451Z | Downloaded utf8parse v0.2.2 |
| 448 | 2026-07-02T10:09:33.451Z | Downloaded heck v0.5.0 |
| 449 | 2026-07-02T10:09:33.451Z | Downloaded errno v0.3.14 |
| 450 | 2026-07-02T10:09:33.451Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 451 | 2026-07-02T10:09:33.451Z | Downloaded anstyle-parse v1.0.0 |
| 452 | 2026-07-02T10:09:33.455Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 453 | 2026-07-02T10:09:33.455Z | Downloaded cargo_metadata v0.23.1 |
| 454 | 2026-07-02T10:09:33.460Z | Downloaded zmij v1.0.21 |
| 455 | 2026-07-02T10:09:33.465Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 456 | 2026-07-02T10:09:33.468Z | Downloaded clap_derive v4.6.1 |
| 457 | 2026-07-02T10:09:33.468Z | Downloaded semver v1.0.28 |
| 458 | 2026-07-02T10:09:33.472Z | Downloaded anyhow v1.0.103 |
| 459 | 2026-07-02T10:09:33.475Z | Downloaded clap v4.6.1 |
| 460 | 2026-07-02T10:09:33.481Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 461 | 2026-07-02T10:09:33.509Z | Downloaded indexmap v2.14.0 |
| 462 | 2026-07-02T10:09:33.529Z | Downloaded serde_json v1.0.150 |
| 463 | 2026-07-02T10:09:33.537Z | Downloaded winnow v1.0.3 |
| 464 | 2026-07-02T10:09:33.542Z | Downloaded clap_builder v4.6.0 |
| 465 | 2026-07-02T10:09:33.566Z | Downloaded rustix v1.1.4 |
| 466 | 2026-07-02T10:09:33.606Z | Downloaded libc v0.2.186 |
| 467 | 2026-07-02T10:09:33.655Z | Compiling proc-macro2 v1.0.106 |
| 468 | 2026-07-02T10:09:33.655Z | Compiling serde_core v1.0.228 |
| 469 | 2026-07-02T10:09:33.659Z | Compiling quote v1.0.46 |
| 470 | 2026-07-02T10:09:33.659Z | Compiling unicode-ident v1.0.24 |
| 471 | 2026-07-02T10:09:33.659Z | Compiling libc v0.2.186 |
| 472 | 2026-07-02T10:09:33.659Z | Compiling rustix v1.1.4 |
| 473 | 2026-07-02T10:09:33.659Z | Compiling utf8parse v0.2.2 |
| 474 | 2026-07-02T10:09:33.659Z | Compiling zmij v1.0.21 |
| 475 | 2026-07-02T10:09:33.811Z | Compiling bitflags v2.13.0 |
| 476 | 2026-07-02T10:09:33.827Z | Compiling anstyle-parse v1.0.0 |
| 477 | 2026-07-02T10:09:34.075Z | Compiling anstyle v1.0.14 |
| 478 | 2026-07-02T10:09:34.079Z | Compiling serde v1.0.228 |
| 479 | 2026-07-02T10:09:34.088Z | Compiling anstyle-query v1.1.5 |
| 480 | 2026-07-02T10:09:34.193Z | Compiling serde_json v1.0.150 |
| 481 | 2026-07-02T10:09:34.301Z | Compiling colorchoice v1.0.5 |
| 482 | 2026-07-02T10:09:34.304Z | Compiling is_terminal_polyfill v1.70.2 |
| 483 | 2026-07-02T10:09:34.348Z | Compiling thiserror v2.0.18 |
| 484 | 2026-07-02T10:09:34.387Z | Compiling camino v1.2.4 |
| 485 | 2026-07-02T10:09:34.415Z | Compiling anstream v1.0.0 |
| 486 | 2026-07-02T10:09:34.436Z | Compiling errno v0.3.14 |
| 487 | 2026-07-02T10:09:34.503Z | Compiling heck v0.5.0 |
| 488 | 2026-07-02T10:09:34.760Z | Compiling itoa v1.0.18 |
| 489 | 2026-07-02T10:09:34.893Z | Compiling winnow v1.0.3 |
| 490 | 2026-07-02T10:09:34.961Z | Compiling anyhow v1.0.103 |
| 491 | 2026-07-02T10:09:34.970Z | Compiling syn v2.0.118 |
| 492 | 2026-07-02T10:09:34.977Z | Compiling clap_lex v1.1.0 |
| 493 | 2026-07-02T10:09:35.029Z | Compiling strsim v0.11.1 |
| 494 | 2026-07-02T10:09:35.046Z | Compiling memchr v2.8.2 |
| 495 | 2026-07-02T10:09:35.295Z | Compiling terminal_size v0.4.4 |
| 496 | 2026-07-02T10:09:35.370Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 497 | 2026-07-02T10:09:35.452Z | Compiling clap_builder v4.6.0 |
| 498 | 2026-07-02T10:09:35.527Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 499 | 2026-07-02T10:09:36.108Z | Compiling serde_spanned v1.1.1 |
| 500 | 2026-07-02T10:09:36.209Z | Compiling semver v1.0.28 |
| 501 | 2026-07-02T10:09:36.376Z | Compiling cargo-platform v0.3.3 |
| 502 | 2026-07-02T10:09:36.665Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 503 | 2026-07-02T10:09:36.914Z | Compiling toml v1.1.2+spec-1.1.0 |
| 504 | 2026-07-02T10:09:37.387Z | Compiling serde_derive v1.0.228 |
| 505 | 2026-07-02T10:09:37.773Z | Compiling thiserror-impl v2.0.18 |
| 506 | 2026-07-02T10:09:37.894Z | Compiling clap_derive v4.6.1 |
| 507 | 2026-07-02T10:09:39.574Z | Compiling clap v4.6.1 |
| 508 | 2026-07-02T10:09:40.581Z | Compiling cargo_metadata v0.23.1 |
| 509 | 2026-07-02T10:09:43.102Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 510 | 2026-07-02T10:09:44.728Z | Finished `dev` profile [optimized + debuginfo] target(s) in 11.51s |
| 511 | 2026-07-02T10:09:44.740Z | Running `target/debug/xtask build --profile debug xde xde-link` |
| 512 | 2026-07-02T10:09:46.197Z | Building xde (dev). |
| 513 | 2026-07-02T10:09:46.431Z | Compiling serde_core v1.0.228 |
| 514 | 2026-07-02T10:09:46.431Z | Compiling byteorder v1.5.0 |
| 515 | 2026-07-02T10:09:46.431Z | Compiling macaddr v1.0.1 |
| 516 | 2026-07-02T10:09:46.434Z | Compiling cfg-if v1.0.4 |
| 517 | 2026-07-02T10:09:46.435Z | Compiling stable_deref_trait v1.2.1 |
| 518 | 2026-07-02T10:09:46.458Z | Compiling zerocopy v0.8.52 |
| 519 | 2026-07-02T10:09:46.461Z | Compiling thiserror v2.0.18 |
| 520 | 2026-07-02T10:09:46.465Z | Compiling managed v0.8.0 |
| 521 | 2026-07-02T10:09:46.508Z | Compiling bitflags v1.3.2 |
| 522 | 2026-07-02T10:09:46.514Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 523 | 2026-07-02T10:09:46.551Z | Compiling cobs v0.3.0 |
| 524 | 2026-07-02T10:09:46.573Z | Compiling either v1.16.0 |
| 525 | 2026-07-02T10:09:46.624Z | Compiling hash32 v0.3.1 |
| 526 | 2026-07-02T10:09:46.686Z | Compiling ref-cast v1.0.25 |
| 527 | 2026-07-02T10:09:46.708Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 528 | 2026-07-02T10:09:46.750Z | Compiling heapless v0.8.0 |
| 529 | 2026-07-02T10:09:46.782Z | Compiling itertools v0.15.0 |
| 530 | 2026-07-02T10:09:46.782Z | Compiling crc32fast v1.5.0 |
| 531 | 2026-07-02T10:09:46.801Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 532 | 2026-07-02T10:09:46.829Z | Compiling dyn-clone v1.0.20 |
| 533 | 2026-07-02T10:09:46.973Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 534 | 2026-07-02T10:09:47.128Z | Compiling smoltcp v0.11.0 |
| 535 | 2026-07-02T10:09:48.057Z | Compiling serde v1.0.228 |
| 536 | 2026-07-02T10:09:48.057Z | Compiling bitflags v2.13.0 |
| 537 | 2026-07-02T10:09:48.057Z | Compiling uuid v1.23.4 |
| 538 | 2026-07-02T10:09:48.201Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 539 | 2026-07-02T10:09:48.485Z | Compiling postcard v1.1.3 |
| 540 | 2026-07-02T10:09:49.367Z | Compiling ingot-types v0.1.2 |
| 541 | 2026-07-02T10:09:49.667Z | Compiling ingot v0.1.1 |
| 542 | 2026-07-02T10:09:51.126Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 543 | 2026-07-02T10:09:55.522Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 544 | 2026-07-02T10:10:06.113Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 545 | 2026-07-02T10:10:07.851Z | warning: suspicious definition of the runtime `strlen` symbol used by the standard library |
| 546 | 2026-07-02T10:10:07.851Z | --> xde/src/ip.rs:9246:5 |
| 547 | 2026-07-02T10:10:07.851Z | | |
| 548 | 2026-07-02T10:10:07.851Z | 9246 | / pub fn strlen( |
| 549 | 2026-07-02T10:10:07.852Z | 9247 | | arg1: *const illumos_sys_hdrs::c_char, |
| 550 | 2026-07-02T10:10:07.852Z | 9248 | | ) -> illumos_sys_hdrs::c_ulong; |
| 551 | 2026-07-02T10:10:07.852Z | | |___________________________________^ |
| 552 | 2026-07-02T10:10:07.852Z | | |
| 553 | 2026-07-02T10:10:07.852Z | = note: expected `unsafe extern "C" fn(*const i8) -> usize` |
| 554 | 2026-07-02T10:10:07.852Z | found `unsafe extern "C" fn(*const i8) -> u64` |
| 555 | 2026-07-02T10:10:07.852Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "strlen")]`, or `#[link_name = "strlen"]` |
| 556 | 2026-07-02T10:10:07.852Z | = help: allow this lint if the signature is compatible |
| 557 | 2026-07-02T10:10:07.852Z | = note: `#[warn(suspicious_runtime_symbol_definitions)]` on by default |
| 558 | 2026-07-02T10:10:07.852Z | |
| 559 | 2026-07-02T10:10:07.897Z | warning: suspicious definition of the runtime `bcmp` symbol used by the standard library |
| 560 | 2026-07-02T10:10:07.897Z | --> xde/src/ip.rs:20144:5 |
| 561 | 2026-07-02T10:10:07.897Z | | |
| 562 | 2026-07-02T10:10:07.897Z | 20144 | / pub fn bcmp( |
| 563 | 2026-07-02T10:10:07.897Z | 20145 | | arg1: *const illumos_sys_hdrs::c_void, |
| 564 | 2026-07-02T10:10:07.898Z | 20146 | | arg2: *const illumos_sys_hdrs::c_void, |
| 565 | 2026-07-02T10:10:07.898Z | 20147 | | arg3: illumos_sys_hdrs::c_ulong, |
| 566 | 2026-07-02T10:10:07.898Z | 20148 | | ) -> illumos_sys_hdrs::c_int; |
| 567 | 2026-07-02T10:10:07.898Z | | |_________________________________^ |
| 568 | 2026-07-02T10:10:07.898Z | | |
| 569 | 2026-07-02T10:10:07.898Z | = note: expected `unsafe extern "C" fn(*const core::ffi::c_void, *const core::ffi::c_void, usize) -> i32` |
| 570 | 2026-07-02T10:10:07.898Z | found `unsafe extern "C" fn(*const core::ffi::c_void, *const core::ffi::c_void, u64) -> i32` |
| 571 | 2026-07-02T10:10:07.898Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "bcmp")]`, or `#[link_name = "bcmp"]` |
| 572 | 2026-07-02T10:10:07.898Z | = help: allow this lint if the signature is compatible |
| 573 | 2026-07-02T10:10:07.898Z | |
| 574 | 2026-07-02T10:10:07.902Z | warning: suspicious definition of the runtime `memset` symbol used by the standard library |
| 575 | 2026-07-02T10:10:07.903Z | --> xde/src/ip.rs:20825:5 |
| 576 | 2026-07-02T10:10:07.903Z | | |
| 577 | 2026-07-02T10:10:07.903Z | 20825 | / pub fn memset( |
| 578 | 2026-07-02T10:10:07.903Z | 20826 | | arg1: *mut illumos_sys_hdrs::c_void, |
| 579 | 2026-07-02T10:10:07.903Z | 20827 | | arg2: illumos_sys_hdrs::c_int, |
| 580 | 2026-07-02T10:10:07.903Z | 20828 | | arg3: illumos_sys_hdrs::c_ulong, |
| 581 | 2026-07-02T10:10:07.903Z | 20829 | | ) -> *mut illumos_sys_hdrs::c_void; |
| 582 | 2026-07-02T10:10:07.903Z | | |_______________________________________^ |
| 583 | 2026-07-02T10:10:07.903Z | | |
| 584 | 2026-07-02T10:10:07.903Z | = note: expected `unsafe extern "C" fn(*mut core::ffi::c_void, i32, usize) -> *mut core::ffi::c_void` |
| 585 | 2026-07-02T10:10:07.903Z | found `unsafe extern "C" fn(*mut core::ffi::c_void, i32, u64) -> *mut core::ffi::c_void` |
| 586 | 2026-07-02T10:10:07.903Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memset")]`, or `#[link_name = "memset"]` |
| 587 | 2026-07-02T10:10:07.903Z | = help: allow this lint if the signature is compatible |
| 588 | 2026-07-02T10:10:07.903Z | |
| 589 | 2026-07-02T10:10:07.903Z | warning: suspicious definition of the runtime `memcpy` symbol used by the standard library |
| 590 | 2026-07-02T10:10:07.903Z | --> xde/src/ip.rs:20832:5 |
| 591 | 2026-07-02T10:10:07.903Z | | |
| 592 | 2026-07-02T10:10:07.903Z | 20832 | / pub fn memcpy( |
| 593 | 2026-07-02T10:10:07.903Z | 20833 | | arg1: *mut illumos_sys_hdrs::c_void, |
| 594 | 2026-07-02T10:10:07.903Z | 20834 | | arg2: *const illumos_sys_hdrs::c_void, |
| 595 | 2026-07-02T10:10:07.903Z | 20835 | | arg3: illumos_sys_hdrs::c_ulong, |
| 596 | 2026-07-02T10:10:07.903Z | 20836 | | ) -> *mut illumos_sys_hdrs::c_void; |
| 597 | 2026-07-02T10:10:07.903Z | | |_______________________________________^ |
| 598 | 2026-07-02T10:10:07.903Z | | |
| 599 | 2026-07-02T10:10:07.903Z | = note: expected `unsafe extern "C" fn(*mut c_void, *const c_void, usize) -> *mut c_void` |
| 600 | 2026-07-02T10:10:07.903Z | found `unsafe extern "C" fn(*mut c_void, *const c_void, u64) -> *mut c_void` |
| 601 | 2026-07-02T10:10:07.903Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memcpy")]`, or `#[link_name = "memcpy"]` |
| 602 | 2026-07-02T10:10:07.903Z | = help: allow this lint if the signature is compatible |
| 603 | 2026-07-02T10:10:07.903Z | = note: the full name for the type has been written to '/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/xde-c26e3c2b14b92667.long-type-2579249462550931376.txt' |
| 604 | 2026-07-02T10:10:07.903Z | = note: consider using `--verbose` to print the full type name to the console |
| 605 | 2026-07-02T10:10:07.903Z | |
| 606 | 2026-07-02T10:10:07.903Z | warning: suspicious definition of the runtime `memmove` symbol used by the standard library |
| 607 | 2026-07-02T10:10:07.903Z | --> xde/src/ip.rs:20839:5 |
| 608 | 2026-07-02T10:10:07.903Z | | |
| 609 | 2026-07-02T10:10:07.903Z | 20839 | / pub fn memmove( |
| 610 | 2026-07-02T10:10:07.904Z | 20840 | | arg1: *mut illumos_sys_hdrs::c_void, |
| 611 | 2026-07-02T10:10:07.904Z | 20841 | | arg2: *const illumos_sys_hdrs::c_void, |
| 612 | 2026-07-02T10:10:07.904Z | 20842 | | arg3: illumos_sys_hdrs::c_ulong, |
| 613 | 2026-07-02T10:10:07.904Z | 20843 | | ) -> *mut illumos_sys_hdrs::c_void; |
| 614 | 2026-07-02T10:10:07.904Z | | |_______________________________________^ |
| 615 | 2026-07-02T10:10:07.904Z | | |
| 616 | 2026-07-02T10:10:07.904Z | = note: expected `unsafe extern "C" fn(*mut c_void, *const c_void, usize) -> *mut c_void` |
| 617 | 2026-07-02T10:10:07.904Z | found `unsafe extern "C" fn(*mut c_void, *const c_void, u64) -> *mut c_void` |
| 618 | 2026-07-02T10:10:07.904Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memmove")]`, or `#[link_name = "memmove"]` |
| 619 | 2026-07-02T10:10:07.904Z | = help: allow this lint if the signature is compatible |
| 620 | 2026-07-02T10:10:07.904Z | = note: the full name for the type has been written to '/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/xde-c26e3c2b14b92667.long-type-2579249462550931376.txt' |
| 621 | 2026-07-02T10:10:07.904Z | = note: consider using `--verbose` to print the full type name to the console |
| 622 | 2026-07-02T10:10:07.904Z | |
| 623 | 2026-07-02T10:10:07.904Z | warning: suspicious definition of the runtime `memcmp` symbol used by the standard library |
| 624 | 2026-07-02T10:10:07.904Z | --> xde/src/ip.rs:20846:5 |
| 625 | 2026-07-02T10:10:07.904Z | | |
| 626 | 2026-07-02T10:10:07.904Z | 20846 | / pub fn memcmp( |
| 627 | 2026-07-02T10:10:07.904Z | 20847 | | arg1: *const illumos_sys_hdrs::c_void, |
| 628 | 2026-07-02T10:10:07.904Z | 20848 | | arg2: *const illumos_sys_hdrs::c_void, |
| 629 | 2026-07-02T10:10:07.904Z | 20849 | | arg3: illumos_sys_hdrs::c_ulong, |
| 630 | 2026-07-02T10:10:07.904Z | 20850 | | ) -> illumos_sys_hdrs::c_int; |
| 631 | 2026-07-02T10:10:07.904Z | | |_________________________________^ |
| 632 | 2026-07-02T10:10:07.904Z | | |
| 633 | 2026-07-02T10:10:07.904Z | = note: expected `unsafe extern "C" fn(*const core::ffi::c_void, *const core::ffi::c_void, usize) -> i32` |
| 634 | 2026-07-02T10:10:07.905Z | found `unsafe extern "C" fn(*const core::ffi::c_void, *const core::ffi::c_void, u64) -> i32` |
| 635 | 2026-07-02T10:10:07.905Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memcmp")]`, or `#[link_name = "memcmp"]` |
| 636 | 2026-07-02T10:10:07.905Z | = help: allow this lint if the signature is compatible |
| 637 | 2026-07-02T10:10:07.905Z | |
| 638 | 2026-07-02T10:10:14.665Z | warning: `xde` (lib) generated 6 warnings |
| 639 | 2026-07-02T10:10:14.665Z | Finished `dev` profile [optimized + debuginfo] target(s) in 28.43s |
| 640 | 2026-07-02T10:10:14.691Z | Linking xde kmod... |
| 641 | 2026-07-02T10:10:15.837Z | Building xde dev link helper (dev). |
| 642 | 2026-07-02T10:10:16.002Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 643 | 2026-07-02T10:10:16.353Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.48s |
| 644 | 2026-07-02T10:10:16.379Z | |
| 645 | 2026-07-02T10:10:16.383Z | real 43.176141833 |
| 646 | 2026-07-02T10:10:16.383Z | user 2:19.655522322 |
| 647 | 2026-07-02T10:10:16.383Z | sys 11.894934551 |
| 648 | 2026-07-02T10:10:16.383Z | trap 0.060496839 |
| 649 | 2026-07-02T10:10:16.383Z | tflt 0.291819025 |
| 650 | 2026-07-02T10:10:16.383Z | dflt 0.455321971 |
| 651 | 2026-07-02T10:10:16.383Z | kflt 0.000024610 |
| 652 | 2026-07-02T10:10:16.383Z | lock 7:11.046402050 |
| 653 | 2026-07-02T10:10:16.383Z | slp 4:03.019464383 |
| 654 | 2026-07-02T10:10:16.383Z | lat 5.467992962 |
| 655 | 2026-07-02T10:10:16.383Z | stop 4.855347417 |
| 656 | 2026-07-02T10:10:16.383Z | + header 'build xde (release)' |
| 657 | 2026-07-02T10:10:16.383Z | + echo '# ==== build xde (release) ==== #' |
| 658 | 2026-07-02T10:10:16.383Z | # ==== build xde (release) ==== # |
| 659 | 2026-07-02T10:10:16.383Z | + ptime -m cargo xtask build --profile release xde xde-link |
| 660 | 2026-07-02T10:10:16.518Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s |
| 661 | 2026-07-02T10:10:16.522Z | Running `target/debug/xtask build --profile release xde xde-link` |
| 662 | 2026-07-02T10:10:16.711Z | Building xde (release-lto). |
| 663 | 2026-07-02T10:10:16.946Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 664 | 2026-07-02T10:10:16.946Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 665 | 2026-07-02T10:10:16.947Z | Compiling proc-macro2 v1.0.106 |
| 666 | 2026-07-02T10:10:16.947Z | Compiling quote v1.0.46 |
| 667 | 2026-07-02T10:10:16.947Z | Compiling unicode-ident v1.0.24 |
| 668 | 2026-07-02T10:10:16.947Z | Compiling strsim v0.11.1 |
| 669 | 2026-07-02T10:10:16.950Z | Compiling ident_case v1.0.1 |
| 670 | 2026-07-02T10:10:16.950Z | Compiling serde_core v1.0.228 |
| 671 | 2026-07-02T10:10:17.070Z | Compiling memchr v2.8.2 |
| 672 | 2026-07-02T10:10:17.073Z | Compiling fnv v1.0.7 |
| 673 | 2026-07-02T10:10:17.155Z | Compiling regex-syntax v0.8.11 |
| 674 | 2026-07-02T10:10:17.323Z | Compiling thiserror v2.0.18 |
| 675 | 2026-07-02T10:10:17.331Z | Compiling zerocopy v0.8.52 |
| 676 | 2026-07-02T10:10:17.331Z | Compiling either v1.16.0 |
| 677 | 2026-07-02T10:10:17.469Z | Compiling aho-corasick v1.1.4 |
| 678 | 2026-07-02T10:10:17.533Z | Compiling serde v1.0.228 |
| 679 | 2026-07-02T10:10:17.726Z | Compiling itertools v0.14.0 |
| 680 | 2026-07-02T10:10:17.929Z | Compiling heapless v0.8.0 |
| 681 | 2026-07-02T10:10:17.956Z | Compiling smoltcp v0.11.0 |
| 682 | 2026-07-02T10:10:18.114Z | Compiling syn v2.0.118 |
| 683 | 2026-07-02T10:10:18.165Z | Compiling crc32fast v1.5.0 |
| 684 | 2026-07-02T10:10:18.398Z | Compiling version_check v0.9.5 |
| 685 | 2026-07-02T10:10:18.410Z | Compiling ref-cast v1.0.25 |
| 686 | 2026-07-02T10:10:18.701Z | Compiling regex-automata v0.4.14 |
| 687 | 2026-07-02T10:10:18.707Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 688 | 2026-07-02T10:10:20.327Z | Compiling regex v1.12.4 |
| 689 | 2026-07-02T10:10:20.539Z | Compiling darling_core v0.21.3 |
| 690 | 2026-07-02T10:10:20.583Z | Compiling darling_core v0.23.0 |
| 691 | 2026-07-02T10:10:21.494Z | Compiling thiserror-impl v2.0.18 |
| 692 | 2026-07-02T10:10:21.494Z | Compiling zerocopy-derive v0.8.52 |
| 693 | 2026-07-02T10:10:21.494Z | Compiling serde_derive v1.0.228 |
| 694 | 2026-07-02T10:10:21.500Z | Compiling ref-cast-impl v1.0.25 |
| 695 | 2026-07-02T10:10:21.500Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 696 | 2026-07-02T10:10:22.967Z | Compiling darling_macro v0.21.3 |
| 697 | 2026-07-02T10:10:23.150Z | Compiling darling_macro v0.23.0 |
| 698 | 2026-07-02T10:10:23.911Z | Compiling darling v0.21.3 |
| 699 | 2026-07-02T10:10:23.981Z | Compiling ingot-macros v0.1.1 |
| 700 | 2026-07-02T10:10:24.096Z | Compiling darling v0.23.0 |
| 701 | 2026-07-02T10:10:24.163Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 702 | 2026-07-02T10:10:29.854Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 703 | 2026-07-02T10:10:31.980Z | Compiling byteorder v1.5.0 |
| 704 | 2026-07-02T10:10:31.980Z | Compiling stable_deref_trait v1.2.1 |
| 705 | 2026-07-02T10:10:31.983Z | Compiling macaddr v1.0.1 |
| 706 | 2026-07-02T10:10:31.983Z | Compiling cfg-if v1.0.4 |
| 707 | 2026-07-02T10:10:32.043Z | Compiling managed v0.8.0 |
| 708 | 2026-07-02T10:10:32.048Z | Compiling cobs v0.3.0 |
| 709 | 2026-07-02T10:10:32.079Z | Compiling bitflags v1.3.2 |
| 710 | 2026-07-02T10:10:32.147Z | Compiling hash32 v0.3.1 |
| 711 | 2026-07-02T10:10:32.274Z | Compiling dyn-clone v1.0.20 |
| 712 | 2026-07-02T10:10:32.350Z | Compiling itertools v0.15.0 |
| 713 | 2026-07-02T10:10:32.359Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 714 | 2026-07-02T10:10:33.599Z | Compiling bitflags v2.13.0 |
| 715 | 2026-07-02T10:10:33.599Z | Compiling uuid v1.23.4 |
| 716 | 2026-07-02T10:10:33.742Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 717 | 2026-07-02T10:10:34.050Z | Compiling postcard v1.1.3 |
| 718 | 2026-07-02T10:10:34.894Z | Compiling ingot-types v0.1.2 |
| 719 | 2026-07-02T10:10:35.216Z | Compiling ingot v0.1.1 |
| 720 | 2026-07-02T10:10:36.749Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 721 | 2026-07-02T10:10:40.632Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 722 | 2026-07-02T10:10:49.600Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 723 | 2026-07-02T10:10:50.976Z | warning: suspicious definition of the runtime `strlen` symbol used by the standard library |
| 724 | 2026-07-02T10:10:50.976Z | --> xde/src/ip.rs:9246:5 |
| 725 | 2026-07-02T10:10:50.976Z | | |
| 726 | 2026-07-02T10:10:50.976Z | 9246 | / pub fn strlen( |
| 727 | 2026-07-02T10:10:50.976Z | 9247 | | arg1: *const illumos_sys_hdrs::c_char, |
| 728 | 2026-07-02T10:10:50.976Z | 9248 | | ) -> illumos_sys_hdrs::c_ulong; |
| 729 | 2026-07-02T10:10:50.976Z | | |___________________________________^ |
| 730 | 2026-07-02T10:10:50.976Z | | |
| 731 | 2026-07-02T10:10:50.976Z | = note: expected `unsafe extern "C" fn(*const i8) -> usize` |
| 732 | 2026-07-02T10:10:50.976Z | found `unsafe extern "C" fn(*const i8) -> u64` |
| 733 | 2026-07-02T10:10:50.977Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "strlen")]`, or `#[link_name = "strlen"]` |
| 734 | 2026-07-02T10:10:50.978Z | = help: allow this lint if the signature is compatible |
| 735 | 2026-07-02T10:10:50.978Z | = note: `#[warn(suspicious_runtime_symbol_definitions)]` on by default |
| 736 | 2026-07-02T10:10:50.978Z | |
| 737 | 2026-07-02T10:10:51.003Z | warning: suspicious definition of the runtime `bcmp` symbol used by the standard library |
| 738 | 2026-07-02T10:10:51.003Z | --> xde/src/ip.rs:20144:5 |
| 739 | 2026-07-02T10:10:51.003Z | | |
| 740 | 2026-07-02T10:10:51.003Z | 20144 | / pub fn bcmp( |
| 741 | 2026-07-02T10:10:51.003Z | 20145 | | arg1: *const illumos_sys_hdrs::c_void, |
| 742 | 2026-07-02T10:10:51.003Z | 20146 | | arg2: *const illumos_sys_hdrs::c_void, |
| 743 | 2026-07-02T10:10:51.003Z | 20147 | | arg3: illumos_sys_hdrs::c_ulong, |
| 744 | 2026-07-02T10:10:51.004Z | 20148 | | ) -> illumos_sys_hdrs::c_int; |
| 745 | 2026-07-02T10:10:51.004Z | | |_________________________________^ |
| 746 | 2026-07-02T10:10:51.004Z | | |
| 747 | 2026-07-02T10:10:51.004Z | = note: expected `unsafe extern "C" fn(*const core::ffi::c_void, *const core::ffi::c_void, usize) -> i32` |
| 748 | 2026-07-02T10:10:51.004Z | found `unsafe extern "C" fn(*const core::ffi::c_void, *const core::ffi::c_void, u64) -> i32` |
| 749 | 2026-07-02T10:10:51.004Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "bcmp")]`, or `#[link_name = "bcmp"]` |
| 750 | 2026-07-02T10:10:51.004Z | = help: allow this lint if the signature is compatible |
| 751 | 2026-07-02T10:10:51.004Z | |
| 752 | 2026-07-02T10:10:51.008Z | warning: suspicious definition of the runtime `memset` symbol used by the standard library |
| 753 | 2026-07-02T10:10:51.008Z | --> xde/src/ip.rs:20825:5 |
| 754 | 2026-07-02T10:10:51.008Z | | |
| 755 | 2026-07-02T10:10:51.008Z | 20825 | / pub fn memset( |
| 756 | 2026-07-02T10:10:51.008Z | 20826 | | arg1: *mut illumos_sys_hdrs::c_void, |
| 757 | 2026-07-02T10:10:51.008Z | 20827 | | arg2: illumos_sys_hdrs::c_int, |
| 758 | 2026-07-02T10:10:51.008Z | 20828 | | arg3: illumos_sys_hdrs::c_ulong, |
| 759 | 2026-07-02T10:10:51.008Z | 20829 | | ) -> *mut illumos_sys_hdrs::c_void; |
| 760 | 2026-07-02T10:10:51.008Z | | |_______________________________________^ |
| 761 | 2026-07-02T10:10:51.008Z | | |
| 762 | 2026-07-02T10:10:51.008Z | = note: expected `unsafe extern "C" fn(*mut core::ffi::c_void, i32, usize) -> *mut core::ffi::c_void` |
| 763 | 2026-07-02T10:10:51.008Z | found `unsafe extern "C" fn(*mut core::ffi::c_void, i32, u64) -> *mut core::ffi::c_void` |
| 764 | 2026-07-02T10:10:51.008Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memset")]`, or `#[link_name = "memset"]` |
| 765 | 2026-07-02T10:10:51.008Z | = help: allow this lint if the signature is compatible |
| 766 | 2026-07-02T10:10:51.008Z | |
| 767 | 2026-07-02T10:10:51.008Z | warning: suspicious definition of the runtime `memcpy` symbol used by the standard library |
| 768 | 2026-07-02T10:10:51.008Z | --> xde/src/ip.rs:20832:5 |
| 769 | 2026-07-02T10:10:51.008Z | | |
| 770 | 2026-07-02T10:10:51.008Z | 20832 | / pub fn memcpy( |
| 771 | 2026-07-02T10:10:51.008Z | 20833 | | arg1: *mut illumos_sys_hdrs::c_void, |
| 772 | 2026-07-02T10:10:51.008Z | 20834 | | arg2: *const illumos_sys_hdrs::c_void, |
| 773 | 2026-07-02T10:10:51.008Z | 20835 | | arg3: illumos_sys_hdrs::c_ulong, |
| 774 | 2026-07-02T10:10:51.008Z | 20836 | | ) -> *mut illumos_sys_hdrs::c_void; |
| 775 | 2026-07-02T10:10:51.008Z | | |_______________________________________^ |
| 776 | 2026-07-02T10:10:51.009Z | | |
| 777 | 2026-07-02T10:10:51.009Z | = note: expected `unsafe extern "C" fn(*mut c_void, *const c_void, usize) -> *mut c_void` |
| 778 | 2026-07-02T10:10:51.009Z | found `unsafe extern "C" fn(*mut c_void, *const c_void, u64) -> *mut c_void` |
| 779 | 2026-07-02T10:10:51.009Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memcpy")]`, or `#[link_name = "memcpy"]` |
| 780 | 2026-07-02T10:10:51.010Z | = help: allow this lint if the signature is compatible |
| 781 | 2026-07-02T10:10:51.010Z | = note: the full name for the type has been written to '/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release-lto/deps/xde-cd7f6bb562fbbf40.long-type-4833237855095052942.txt' |
| 782 | 2026-07-02T10:10:51.010Z | = note: consider using `--verbose` to print the full type name to the console |
| 783 | 2026-07-02T10:10:51.010Z | |
| 784 | 2026-07-02T10:10:51.010Z | warning: suspicious definition of the runtime `memmove` symbol used by the standard library |
| 785 | 2026-07-02T10:10:51.010Z | --> xde/src/ip.rs:20839:5 |
| 786 | 2026-07-02T10:10:51.010Z | | |
| 787 | 2026-07-02T10:10:51.010Z | 20839 | / pub fn memmove( |
| 788 | 2026-07-02T10:10:51.010Z | 20840 | | arg1: *mut illumos_sys_hdrs::c_void, |
| 789 | 2026-07-02T10:10:51.010Z | 20841 | | arg2: *const illumos_sys_hdrs::c_void, |
| 790 | 2026-07-02T10:10:51.010Z | 20842 | | arg3: illumos_sys_hdrs::c_ulong, |
| 791 | 2026-07-02T10:10:51.010Z | 20843 | | ) -> *mut illumos_sys_hdrs::c_void; |
| 792 | 2026-07-02T10:10:51.010Z | | |_______________________________________^ |
| 793 | 2026-07-02T10:10:51.010Z | | |
| 794 | 2026-07-02T10:10:51.010Z | = note: expected `unsafe extern "C" fn(*mut c_void, *const c_void, usize) -> *mut c_void` |
| 795 | 2026-07-02T10:10:51.010Z | found `unsafe extern "C" fn(*mut c_void, *const c_void, u64) -> *mut c_void` |
| 796 | 2026-07-02T10:10:51.010Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memmove")]`, or `#[link_name = "memmove"]` |
| 797 | 2026-07-02T10:10:51.010Z | = help: allow this lint if the signature is compatible |
| 798 | 2026-07-02T10:10:51.010Z | = note: the full name for the type has been written to '/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release-lto/deps/xde-cd7f6bb562fbbf40.long-type-4833237855095052942.txt' |
| 799 | 2026-07-02T10:10:51.010Z | = note: consider using `--verbose` to print the full type name to the console |
| 800 | 2026-07-02T10:10:51.010Z | |
| 801 | 2026-07-02T10:10:51.010Z | warning: suspicious definition of the runtime `memcmp` symbol used by the standard library |
| 802 | 2026-07-02T10:10:51.012Z | --> xde/src/ip.rs:20846:5 |
| 803 | 2026-07-02T10:10:51.012Z | | |
| 804 | 2026-07-02T10:10:51.012Z | 20846 | / pub fn memcmp( |
| 805 | 2026-07-02T10:10:51.012Z | 20847 | | arg1: *const illumos_sys_hdrs::c_void, |
| 806 | 2026-07-02T10:10:51.012Z | 20848 | | arg2: *const illumos_sys_hdrs::c_void, |
| 807 | 2026-07-02T10:10:51.012Z | 20849 | | arg3: illumos_sys_hdrs::c_ulong, |
| 808 | 2026-07-02T10:10:51.012Z | 20850 | | ) -> illumos_sys_hdrs::c_int; |
| 809 | 2026-07-02T10:10:51.012Z | | |_________________________________^ |
| 810 | 2026-07-02T10:10:51.012Z | | |
| 811 | 2026-07-02T10:10:51.012Z | = note: expected `unsafe extern "C" fn(*const core::ffi::c_void, *const core::ffi::c_void, usize) -> i32` |
| 812 | 2026-07-02T10:10:51.012Z | found `unsafe extern "C" fn(*const core::ffi::c_void, *const core::ffi::c_void, u64) -> i32` |
| 813 | 2026-07-02T10:10:51.012Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memcmp")]`, or `#[link_name = "memcmp"]` |
| 814 | 2026-07-02T10:10:51.012Z | = help: allow this lint if the signature is compatible |
| 815 | 2026-07-02T10:10:51.012Z | |
| 816 | 2026-07-02T10:11:19.869Z | warning: `xde` (lib) generated 6 warnings |
| 817 | 2026-07-02T10:11:19.869Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 03s |
| 818 | 2026-07-02T10:11:19.878Z | Linking xde kmod... |
| 819 | 2026-07-02T10:11:20.481Z | Building xde dev link helper (release). |
| 820 | 2026-07-02T10:11:20.649Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 821 | 2026-07-02T10:11:20.649Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 822 | 2026-07-02T10:11:20.649Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 823 | 2026-07-02T10:11:32.366Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 824 | 2026-07-02T10:11:34.962Z | Finished `release` profile [optimized + debuginfo] target(s) in 14.45s |
| 825 | 2026-07-02T10:11:34.983Z | |
| 826 | 2026-07-02T10:11:34.988Z | real 1:18.594990513 |
| 827 | 2026-07-02T10:11:34.988Z | user 2:13.056670390 |
| 828 | 2026-07-02T10:11:34.988Z | sys 13.029388577 |
| 829 | 2026-07-02T10:11:34.988Z | trap 0.030166856 |
| 830 | 2026-07-02T10:11:34.990Z | tflt 0.173051697 |
| 831 | 2026-07-02T10:11:34.990Z | dflt 0.236497513 |
| 832 | 2026-07-02T10:11:34.990Z | kflt 0.000005350 |
| 833 | 2026-07-02T10:11:34.990Z | lock 12:32.182002687 |
| 834 | 2026-07-02T10:11:34.990Z | slp 6:20.754989730 |
| 835 | 2026-07-02T10:11:34.990Z | lat 3.625127735 |
| 836 | 2026-07-02T10:11:34.990Z | stop 6.238870539 |
| 837 | 2026-07-02T10:11:34.990Z | + elfdump target/x86_64-unknown-unknown/debug/xde.dbg |
| 838 | 2026-07-02T10:11:34.990Z | + grep GOTPCREL |
| 839 | 2026-07-02T10:11:36.791Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 840 | 2026-07-02T10:11:36.800Z | + grep GOTPCREL |
| 841 | 2026-07-02T10:11:37.760Z | + cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/ |
| 842 | 2026-07-02T10:11:37.813Z | + sha256sum /work/debug/xde.dbg |
| 843 | 2026-07-02T10:11:37.866Z | + cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so |
| 844 | 2026-07-02T10:11:37.875Z | + sha256sum /work/debug/xde_link.dbg.so |
| 845 | 2026-07-02T10:11:37.875Z | + cp target/x86_64-unknown-unknown/release-lto/xde /work/release/ |
| 846 | 2026-07-02T10:11:37.920Z | + sha256sum /work/release/xde |
| 847 | 2026-07-02T10:11:37.939Z | + cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so |
| 848 | 2026-07-02T10:11:37.945Z | + sha256sum /work/release/xde_link.so |
| 849 | 2026-07-02T10:11:37.945Z | + header 'build xde integration tests' |
| 850 | 2026-07-02T10:11:37.945Z | + echo '# ==== build xde integration tests ==== #' |
| 851 | 2026-07-02T10:11:37.945Z | # ==== build xde integration tests ==== # |
| 852 | 2026-07-02T10:11:37.945Z | + pushd xde-tests |
| 853 | 2026-07-02T10:11:37.945Z | /work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte |
| 854 | 2026-07-02T10:11:37.945Z | + cargo +nightly-2026-06-30-x86_64-unknown-illumos fmt -- --check |
| 855 | 2026-07-02T10:11:38.038Z | + cargo clippy --all-targets -- --deny warnings |
| 856 | 2026-07-02T10:11:38.254Z | Compiling serde_core v1.0.228 |
| 857 | 2026-07-02T10:11:38.254Z | Checking cfg-if v1.0.4 |
| 858 | 2026-07-02T10:11:38.254Z | Checking memchr v2.8.2 |
| 859 | 2026-07-02T10:11:38.254Z | Compiling serde v1.0.228 |
| 860 | 2026-07-02T10:11:38.254Z | Compiling rustversion v1.0.22 |
| 861 | 2026-07-02T10:11:38.262Z | Compiling ident_case v1.0.1 |
| 862 | 2026-07-02T10:11:38.262Z | Compiling strsim v0.11.1 |
| 863 | 2026-07-02T10:11:38.271Z | Compiling syn v2.0.118 |
| 864 | 2026-07-02T10:11:38.317Z | Compiling version_check v0.9.5 |
| 865 | 2026-07-02T10:11:38.369Z | Compiling libc v0.2.186 |
| 866 | 2026-07-02T10:11:38.577Z | Compiling fnv v1.0.7 |
| 867 | 2026-07-02T10:11:38.641Z | Checking pin-project-lite v0.2.17 |
| 868 | 2026-07-02T10:11:38.653Z | Compiling regex-syntax v0.8.11 |
| 869 | 2026-07-02T10:11:38.661Z | Compiling syn v1.0.109 |
| 870 | 2026-07-02T10:11:38.700Z | Compiling winnow v1.0.3 |
| 871 | 2026-07-02T10:11:38.995Z | Compiling aho-corasick v1.1.4 |
| 872 | 2026-07-02T10:11:39.129Z | Compiling either v1.16.0 |
| 873 | 2026-07-02T10:11:39.153Z | Compiling hashbrown v0.17.1 |
| 874 | 2026-07-02T10:11:39.267Z | Compiling zerocopy v0.8.52 |
| 875 | 2026-07-02T10:11:39.330Z | Compiling equivalent v1.0.2 |
| 876 | 2026-07-02T10:11:39.409Z | Compiling itertools v0.14.0 |
| 877 | 2026-07-02T10:11:39.706Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 878 | 2026-07-02T10:11:39.716Z | Compiling indexmap v2.14.0 |
| 879 | 2026-07-02T10:11:40.188Z | Compiling regex-automata v0.4.14 |
| 880 | 2026-07-02T10:11:40.255Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 881 | 2026-07-02T10:11:40.432Z | Compiling heapless v0.8.0 |
| 882 | 2026-07-02T10:11:40.476Z | Checking byteorder v1.5.0 |
| 883 | 2026-07-02T10:11:40.517Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 884 | 2026-07-02T10:11:40.628Z | Checking hash32 v0.3.1 |
| 885 | 2026-07-02T10:11:40.648Z | Checking bitflags v2.13.0 |
| 886 | 2026-07-02T10:11:40.732Z | Compiling slog v2.8.2 |
| 887 | 2026-07-02T10:11:40.769Z | Checking futures-sink v0.3.32 |
| 888 | 2026-07-02T10:11:40.809Z | Checking macaddr v1.0.1 |
| 889 | 2026-07-02T10:11:40.856Z | Checking stable_deref_trait v1.2.1 |
| 890 | 2026-07-02T10:11:40.891Z | Compiling darling_core v0.21.3 |
| 891 | 2026-07-02T10:11:40.919Z | Compiling darling_core v0.23.0 |
| 892 | 2026-07-02T10:11:40.946Z | Compiling smoltcp v0.11.0 |
| 893 | 2026-07-02T10:11:40.958Z | Checking futures-core v0.3.32 |
| 894 | 2026-07-02T10:11:41.074Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 895 | 2026-07-02T10:11:41.302Z | Checking futures-channel v0.3.32 |
| 896 | 2026-07-02T10:11:41.334Z | Compiling proc-macro-crate v3.5.0 |
| 897 | 2026-07-02T10:11:41.490Z | Compiling proc-macro-error-attr v1.0.4 |
| 898 | 2026-07-02T10:11:41.725Z | Checking managed v0.8.0 |
| 899 | 2026-07-02T10:11:41.747Z | Checking slab v0.4.12 |
| 900 | 2026-07-02T10:11:41.796Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 901 | 2026-07-02T10:11:41.898Z | Compiling regex v1.12.4 |
| 902 | 2026-07-02T10:11:41.908Z | Compiling crc32fast v1.5.0 |
| 903 | 2026-07-02T10:11:42.022Z | Checking bitflags v1.3.2 |
| 904 | 2026-07-02T10:11:42.083Z | Compiling ref-cast v1.0.25 |
| 905 | 2026-07-02T10:11:42.113Z | Compiling serde_derive v1.0.228 |
| 906 | 2026-07-02T10:11:42.198Z | Compiling thiserror-impl v2.0.18 |
| 907 | 2026-07-02T10:11:42.297Z | Compiling zerocopy-derive v0.8.52 |
| 908 | 2026-07-02T10:11:42.405Z | Compiling futures-macro v0.3.32 |
| 909 | 2026-07-02T10:11:42.795Z | Compiling autocfg v1.5.1 |
| 910 | 2026-07-02T10:11:43.027Z | Compiling darling_macro v0.21.3 |
| 911 | 2026-07-02T10:11:43.036Z | Compiling darling_macro v0.23.0 |
| 912 | 2026-07-02T10:11:43.126Z | Compiling getrandom v0.4.3 |
| 913 | 2026-07-02T10:11:43.170Z | Checking futures-io v0.3.32 |
| 914 | 2026-07-02T10:11:43.243Z | Checking rand_core v0.10.1 |
| 915 | 2026-07-02T10:11:43.279Z | Checking futures-task v0.3.32 |
| 916 | 2026-07-02T10:11:43.376Z | Compiling num-traits v0.2.19 |
| 917 | 2026-07-02T10:11:43.409Z | Checking futures-util v0.3.32 |
| 918 | 2026-07-02T10:11:43.449Z | Checking thiserror v2.0.18 |
| 919 | 2026-07-02T10:11:43.480Z | Compiling num_enum_derive v0.7.6 |
| 920 | 2026-07-02T10:11:43.537Z | Checking cobs v0.3.0 |
| 921 | 2026-07-02T10:11:43.604Z | Compiling darling v0.21.3 |
| 922 | 2026-07-02T10:11:43.613Z | Compiling darling v0.23.0 |
| 923 | 2026-07-02T10:11:43.619Z | Compiling foreign-types-macros v0.2.3 |
| 924 | 2026-07-02T10:11:43.670Z | Compiling ref-cast-impl v1.0.25 |
| 925 | 2026-07-02T10:11:43.677Z | Compiling ingot-macros v0.1.1 |
| 926 | 2026-07-02T10:11:44.338Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 927 | 2026-07-02T10:11:44.345Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 928 | 2026-07-02T10:11:44.552Z | Compiling proc-macro-error v1.0.4 |
| 929 | 2026-07-02T10:11:44.605Z | Checking ipnetwork v0.21.1 |
| 930 | 2026-07-02T10:11:44.657Z | Checking unicode-width v0.2.2 |
| 931 | 2026-07-02T10:11:44.779Z | Compiling crossbeam-utils v0.8.21 |
| 932 | 2026-07-02T10:11:44.798Z | Checking foreign-types-shared v0.3.1 |
| 933 | 2026-07-02T10:11:44.876Z | Checking cpufeatures v0.3.0 |
| 934 | 2026-07-02T10:11:44.910Z | Checking once_cell v1.21.4 |
| 935 | 2026-07-02T10:11:44.936Z | Checking chacha20 v0.10.1 |
| 936 | 2026-07-02T10:11:44.968Z | Checking tabwriter v1.4.1 |
| 937 | 2026-07-02T10:11:45.080Z | Checking tracing-core v0.1.36 |
| 938 | 2026-07-02T10:11:45.105Z | Checking foreign-types v0.5.0 |
| 939 | 2026-07-02T10:11:45.159Z | Checking num_enum v0.7.6 |
| 940 | 2026-07-02T10:11:45.259Z | Checking anyhow v1.0.103 |
| 941 | 2026-07-02T10:11:45.349Z | Checking erased-serde v0.3.31 |
| 942 | 2026-07-02T10:11:45.371Z | Checking postcard v1.1.3 |
| 943 | 2026-07-02T10:11:45.405Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 944 | 2026-07-02T10:11:45.485Z | Checking futures-executor v0.3.32 |
| 945 | 2026-07-02T10:11:45.626Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 946 | 2026-07-02T10:11:45.655Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 947 | 2026-07-02T10:11:45.704Z | Compiling tracing-attributes v0.1.31 |
| 948 | 2026-07-02T10:11:45.844Z | Checking itertools v0.15.0 |
| 949 | 2026-07-02T10:11:46.002Z | Checking cstr-argument v0.1.2 |
| 950 | 2026-07-02T10:11:46.114Z | Checking pretty-hex v0.4.2 |
| 951 | 2026-07-02T10:11:46.127Z | Compiling thiserror v1.0.69 |
| 952 | 2026-07-02T10:11:46.146Z | Checking dyn-clone v1.0.20 |
| 953 | 2026-07-02T10:11:46.222Z | Compiling time-core v0.1.9 |
| 954 | 2026-07-02T10:11:46.241Z | Compiling num-conv v0.2.2 |
| 955 | 2026-07-02T10:11:46.253Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 956 | 2026-07-02T10:11:46.384Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 957 | 2026-07-02T10:11:46.405Z | Compiling time-macros v0.2.30 |
| 958 | 2026-07-02T10:11:46.458Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 959 | 2026-07-02T10:11:46.486Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 960 | 2026-07-02T10:11:46.535Z | Checking rand v0.10.2 |
| 961 | 2026-07-02T10:11:46.552Z | Checking futures v0.3.32 |
| 962 | 2026-07-02T10:11:46.672Z | Compiling thiserror-impl v1.0.69 |
| 963 | 2026-07-02T10:11:46.679Z | Checking ingot-types v0.1.2 |
| 964 | 2026-07-02T10:11:46.873Z | Checking uuid v1.23.4 |
| 965 | 2026-07-02T10:11:46.945Z | Checking tracing v0.1.44 |
| 966 | 2026-07-02T10:11:46.982Z | Checking arc-swap v1.9.2 |
| 967 | 2026-07-02T10:11:46.998Z | Checking socket2 v0.6.4 |
| 968 | 2026-07-02T10:11:47.022Z | Checking ingot v0.1.1 |
| 969 | 2026-07-02T10:11:47.085Z | Checking nom v8.0.0 |
| 970 | 2026-07-02T10:11:47.142Z | Checking thread_local v1.1.9 |
| 971 | 2026-07-02T10:11:47.193Z | Compiling slog-async v2.8.0 |
| 972 | 2026-07-02T10:11:47.299Z | Checking deranged v0.5.8 |
| 973 | 2026-07-02T10:11:47.500Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 974 | 2026-07-02T10:11:47.631Z | Compiling heck v0.4.1 |
| 975 | 2026-07-02T10:11:47.819Z | Checking powerfmt v0.2.0 |
| 976 | 2026-07-02T10:11:47.837Z | Checking oxnet v0.1.6 |
| 977 | 2026-07-02T10:11:47.961Z | Checking lazy_static v1.5.0 |
| 978 | 2026-07-02T10:11:48.009Z | Checking colored v3.1.1 |
| 979 | 2026-07-02T10:11:48.022Z | Checking iana-time-zone v0.1.65 |
| 980 | 2026-07-02T10:11:48.043Z | Checking slog-scope v4.4.1 |
| 981 | 2026-07-02T10:11:48.119Z | Checking chrono v0.4.45 |
| 982 | 2026-07-02T10:11:48.163Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 983 | 2026-07-02T10:11:48.196Z | Checking time v0.3.51 |
| 984 | 2026-07-02T10:11:48.217Z | Checking crossbeam-channel v0.5.15 |
| 985 | 2026-07-02T10:11:48.546Z | Checking cookie-factory v0.3.3 |
| 986 | 2026-07-02T10:11:48.631Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 987 | 2026-07-02T10:11:48.793Z | Checking itertools v0.12.1 |
| 988 | 2026-07-02T10:11:48.855Z | Checking is-terminal v0.4.17 |
| 989 | 2026-07-02T10:11:48.902Z | Checking log v0.4.33 |
| 990 | 2026-07-02T10:11:48.923Z | Checking take_mut v0.2.2 |
| 991 | 2026-07-02T10:11:48.931Z | Checking term v1.2.1 |
| 992 | 2026-07-02T10:11:48.999Z | Checking circular v0.3.0 |
| 993 | 2026-07-02T10:11:49.103Z | Checking slog-stdlog v4.1.1 |
| 994 | 2026-07-02T10:11:49.120Z | Checking rusticata-macros v5.0.0 |
| 995 | 2026-07-02T10:11:49.244Z | Checking pcap-parser v0.17.0 |
| 996 | 2026-07-02T10:11:49.429Z | Checking slog-term v2.9.2 |
| 997 | 2026-07-02T10:11:49.844Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 998 | 2026-07-02T10:11:50.135Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 999 | 2026-07-02T10:11:50.766Z | Checking slog-envlogger v2.2.0 |
| 1000 | 2026-07-02T10:11:53.339Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 1001 | 2026-07-02T10:11:55.015Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 1002 | 2026-07-02T10:11:55.015Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 1003 | 2026-07-02T10:11:55.359Z | Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 1004 | 2026-07-02T10:11:55.909Z | Finished `dev` profile [optimized + debuginfo] target(s) in 17.83s |
| 1005 | 2026-07-02T10:11:55.947Z | + cargo build --test loopback |
| 1006 | 2026-07-02T10:11:56.118Z | Compiling cfg-if v1.0.4 |
| 1007 | 2026-07-02T10:11:56.118Z | Compiling memchr v2.8.2 |
| 1008 | 2026-07-02T10:11:56.126Z | Compiling serde_core v1.0.228 |
| 1009 | 2026-07-02T10:11:56.147Z | Compiling libc v0.2.186 |
| 1010 | 2026-07-02T10:11:56.156Z | Compiling thiserror v2.0.18 |
| 1011 | 2026-07-02T10:11:56.156Z | Compiling pin-project-lite v0.2.17 |
| 1012 | 2026-07-02T10:11:56.157Z | Compiling either v1.16.0 |
| 1013 | 2026-07-02T10:11:56.164Z | Compiling byteorder v1.5.0 |
| 1014 | 2026-07-02T10:11:56.195Z | Compiling zerocopy v0.8.52 |
| 1015 | 2026-07-02T10:11:56.223Z | Compiling futures-core v0.3.32 |
| 1016 | 2026-07-02T10:11:56.237Z | Compiling futures-sink v0.3.32 |
| 1017 | 2026-07-02T10:11:56.322Z | Compiling hash32 v0.3.1 |
| 1018 | 2026-07-02T10:11:56.330Z | Compiling stable_deref_trait v1.2.1 |
| 1019 | 2026-07-02T10:11:56.346Z | Compiling macaddr v1.0.1 |
| 1020 | 2026-07-02T10:11:56.379Z | Compiling futures-channel v0.3.32 |
| 1021 | 2026-07-02T10:11:56.388Z | Compiling cobs v0.3.0 |
| 1022 | 2026-07-02T10:11:56.468Z | Compiling heapless v0.8.0 |
| 1023 | 2026-07-02T10:11:56.497Z | Compiling bitflags v1.3.2 |
| 1024 | 2026-07-02T10:11:56.567Z | Compiling futures-task v0.3.32 |
| 1025 | 2026-07-02T10:11:56.601Z | Compiling managed v0.8.0 |
| 1026 | 2026-07-02T10:11:56.612Z | Compiling slab v0.4.12 |
| 1027 | 2026-07-02T10:11:56.659Z | Compiling rand_core v0.10.1 |
| 1028 | 2026-07-02T10:11:56.753Z | Compiling futures-io v0.3.32 |
| 1029 | 2026-07-02T10:11:56.793Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 1030 | 2026-07-02T10:11:56.817Z | Compiling foreign-types-shared v0.3.1 |
| 1031 | 2026-07-02T10:11:56.825Z | Compiling ipnetwork v0.21.1 |
| 1032 | 2026-07-02T10:11:56.899Z | Compiling futures-util v0.3.32 |
| 1033 | 2026-07-02T10:11:56.928Z | Compiling smoltcp v0.11.0 |
| 1034 | 2026-07-02T10:11:56.940Z | Compiling unicode-width v0.2.2 |
| 1035 | 2026-07-02T10:11:57.039Z | Compiling cpufeatures v0.3.0 |
| 1036 | 2026-07-02T10:11:57.109Z | Compiling once_cell v1.21.4 |
| 1037 | 2026-07-02T10:11:57.262Z | Compiling tabwriter v1.4.1 |
| 1038 | 2026-07-02T10:11:57.353Z | Compiling tracing-core v0.1.36 |
| 1039 | 2026-07-02T10:11:57.353Z | Compiling chacha20 v0.10.1 |
| 1040 | 2026-07-02T10:11:57.700Z | Compiling foreign-types v0.5.0 |
| 1041 | 2026-07-02T10:11:57.723Z | Compiling ref-cast v1.0.25 |
| 1042 | 2026-07-02T10:11:57.734Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 1043 | 2026-07-02T10:11:57.767Z | Compiling num_enum v0.7.6 |
| 1044 | 2026-07-02T10:11:57.815Z | Compiling getrandom v0.4.3 |
| 1045 | 2026-07-02T10:11:57.880Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 1046 | 2026-07-02T10:11:57.992Z | Compiling serde v1.0.228 |
| 1047 | 2026-07-02T10:11:58.031Z | Compiling bitflags v2.13.0 |
| 1048 | 2026-07-02T10:11:58.168Z | Compiling crc32fast v1.5.0 |
| 1049 | 2026-07-02T10:11:58.417Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 1050 | 2026-07-02T10:11:58.454Z | Compiling erased-serde v0.3.31 |
| 1051 | 2026-07-02T10:11:58.466Z | Compiling postcard v1.1.3 |
| 1052 | 2026-07-02T10:11:58.631Z | Compiling cstr-argument v0.1.2 |
| 1053 | 2026-07-02T10:11:58.671Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1054 | 2026-07-02T10:11:58.778Z | Compiling itertools v0.15.0 |
| 1055 | 2026-07-02T10:11:58.795Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 1056 | 2026-07-02T10:11:58.806Z | Compiling pretty-hex v0.4.2 |
| 1057 | 2026-07-02T10:11:58.961Z | Compiling slog v2.8.2 |
| 1058 | 2026-07-02T10:11:59.006Z | Compiling dyn-clone v1.0.20 |
| 1059 | 2026-07-02T10:11:59.181Z | Compiling ingot-types v0.1.2 |
| 1060 | 2026-07-02T10:11:59.203Z | Compiling futures-executor v0.3.32 |
| 1061 | 2026-07-02T10:11:59.308Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 1062 | 2026-07-02T10:11:59.421Z | Compiling futures v0.3.32 |
| 1063 | 2026-07-02T10:11:59.500Z | Compiling tracing v0.1.44 |
| 1064 | 2026-07-02T10:11:59.535Z | Compiling ingot v0.1.1 |
| 1065 | 2026-07-02T10:11:59.585Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1066 | 2026-07-02T10:11:59.596Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1067 | 2026-07-02T10:11:59.707Z | Compiling rand v0.10.2 |
| 1068 | 2026-07-02T10:11:59.783Z | Compiling uuid v1.23.4 |
| 1069 | 2026-07-02T10:11:59.829Z | Compiling num-traits v0.2.19 |
| 1070 | 2026-07-02T10:11:59.839Z | Compiling crossbeam-utils v0.8.21 |
| 1071 | 2026-07-02T10:11:59.871Z | Compiling nom v8.0.0 |
| 1072 | 2026-07-02T10:12:00.084Z | Compiling aho-corasick v1.1.4 |
| 1073 | 2026-07-02T10:12:00.424Z | Compiling socket2 v0.6.4 |
| 1074 | 2026-07-02T10:12:00.547Z | Compiling thread_local v1.1.9 |
| 1075 | 2026-07-02T10:12:00.696Z | Compiling arc-swap v1.9.2 |
| 1076 | 2026-07-02T10:12:00.706Z | Compiling time-core v0.1.9 |
| 1077 | 2026-07-02T10:12:00.895Z | Compiling num-conv v0.2.2 |
| 1078 | 2026-07-02T10:12:00.972Z | Compiling powerfmt v0.2.0 |
| 1079 | 2026-07-02T10:12:01.049Z | Compiling oxnet v0.1.6 |
| 1080 | 2026-07-02T10:12:01.082Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 1081 | 2026-07-02T10:12:01.253Z | Compiling iana-time-zone v0.1.65 |
| 1082 | 2026-07-02T10:12:01.320Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 1083 | 2026-07-02T10:12:01.393Z | Compiling lazy_static v1.5.0 |
| 1084 | 2026-07-02T10:12:01.497Z | Compiling winnow v1.0.3 |
| 1085 | 2026-07-02T10:12:01.552Z | Compiling deranged v0.5.8 |
| 1086 | 2026-07-02T10:12:01.566Z | Compiling regex-syntax v0.8.11 |
| 1087 | 2026-07-02T10:12:01.745Z | Compiling colored v3.1.1 |
| 1088 | 2026-07-02T10:12:01.854Z | Compiling slog-scope v4.4.1 |
| 1089 | 2026-07-02T10:12:02.327Z | Compiling rusticata-macros v5.0.0 |
| 1090 | 2026-07-02T10:12:02.547Z | Compiling time v0.3.51 |
| 1091 | 2026-07-02T10:12:02.605Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 1092 | 2026-07-02T10:12:02.661Z | Compiling chrono v0.4.45 |
| 1093 | 2026-07-02T10:12:03.038Z | Compiling thiserror v1.0.69 |
| 1094 | 2026-07-02T10:12:03.140Z | Compiling regex-automata v0.4.14 |
| 1095 | 2026-07-02T10:12:03.793Z | Compiling crossbeam-channel v0.5.15 |
| 1096 | 2026-07-02T10:12:04.618Z | Compiling cookie-factory v0.3.3 |
| 1097 | 2026-07-02T10:12:04.720Z | Compiling is-terminal v0.4.17 |
| 1098 | 2026-07-02T10:12:04.817Z | Compiling itertools v0.12.1 |
| 1099 | 2026-07-02T10:12:04.957Z | Compiling term v1.2.1 |
| 1100 | 2026-07-02T10:12:06.307Z | Compiling take_mut v0.2.2 |
| 1101 | 2026-07-02T10:12:06.419Z | Compiling circular v0.3.0 |
| 1102 | 2026-07-02T10:12:06.678Z | Compiling log v0.4.33 |
| 1103 | 2026-07-02T10:12:06.743Z | Compiling pcap-parser v0.17.0 |
| 1104 | 2026-07-02T10:12:06.965Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 1105 | 2026-07-02T10:12:07.367Z | Compiling slog-stdlog v4.1.1 |
| 1106 | 2026-07-02T10:12:07.492Z | Compiling slog-async v2.8.0 |
| 1107 | 2026-07-02T10:12:07.794Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 1108 | 2026-07-02T10:12:08.852Z | Compiling slog-term v2.9.2 |
| 1109 | 2026-07-02T10:12:09.342Z | Compiling regex v1.12.4 |
| 1110 | 2026-07-02T10:12:10.004Z | Compiling slog-envlogger v2.2.0 |
| 1111 | 2026-07-02T10:12:10.405Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 1112 | 2026-07-02T10:12:10.497Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 1113 | 2026-07-02T10:12:10.810Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 1114 | 2026-07-02T10:12:11.604Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 1115 | 2026-07-02T10:12:18.503Z | Finished `dev` profile [optimized + debuginfo] target(s) in 22.54s |
| 1116 | 2026-07-02T10:12:18.542Z | ++ cargo build -q --test loopback --message-format=json |
| 1117 | 2026-07-02T10:12:18.553Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 1118 | 2026-07-02T10:12:18.667Z | + loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-3745470d08e8ea61 |
| 1119 | 2026-07-02T10:12:18.667Z | + cargo build --test multicast_rx |
| 1120 | 2026-07-02T10:12:18.770Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 1121 | 2026-07-02T10:12:20.412Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.73s |
| 1122 | 2026-07-02T10:12:20.449Z | ++ cargo build -q --test multicast_rx --message-format=json |
| 1123 | 2026-07-02T10:12:20.460Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 1124 | 2026-07-02T10:12:20.588Z | + multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-53a637ec9c611c7f |
| 1125 | 2026-07-02T10:12:20.588Z | + cargo build --test multicast_multi_sub |
| 1126 | 2026-07-02T10:12:20.677Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 1127 | 2026-07-02T10:12:22.527Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.94s |
| 1128 | 2026-07-02T10:12:22.562Z | ++ cargo build -q --test multicast_multi_sub --message-format=json |
| 1129 | 2026-07-02T10:12:22.579Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 1130 | 2026-07-02T10:12:22.701Z | + multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-508eac96d6089d1b |
| 1131 | 2026-07-02T10:12:22.702Z | + cargo build --test multicast_validation |
| 1132 | 2026-07-02T10:12:22.789Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 1133 | 2026-07-02T10:12:24.761Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.05s |
| 1134 | 2026-07-02T10:12:24.787Z | ++ cargo build -q --test multicast_validation --message-format=json |
| 1135 | 2026-07-02T10:12:24.793Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 1136 | 2026-07-02T10:12:24.907Z | + multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-e34cb95ba20088e0 |
| 1137 | 2026-07-02T10:12:24.908Z | + cargo build --test multicast_source_filter |
| 1138 | 2026-07-02T10:12:25.012Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 1139 | 2026-07-02T10:12:28.013Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.16s |
| 1140 | 2026-07-02T10:12:28.030Z | ++ cargo build -q --test multicast_source_filter --message-format=json |
| 1141 | 2026-07-02T10:12:28.030Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 1142 | 2026-07-02T10:12:28.030Z | + multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-42534ae1a36eafc2 |
| 1143 | 2026-07-02T10:12:28.030Z | + mkdir -p /work/test |
| 1144 | 2026-07-02T10:12:28.030Z | + cp /work/oxidecomputer/opte/target/debug/deps/loopback-3745470d08e8ea61 /work/test/loopback |
| 1145 | 2026-07-02T10:12:28.030Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-53a637ec9c611c7f /work/test/multicast_rx |
| 1146 | 2026-07-02T10:12:28.030Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-508eac96d6089d1b /work/test/multicast_multi_sub |
| 1147 | 2026-07-02T10:12:28.031Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-e34cb95ba20088e0 /work/test/multicast_validation |
| 1148 | 2026-07-02T10:12:28.031Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-42534ae1a36eafc2 /work/test/multicast_source_filter |
| 1149 | 2026-07-02T10:12:28.031Z | process exited: duration 239820 ms, exit code 0 |
| |
| 1150 | 2026-07-02T10:12:28.069Z | found 14 output files |
| 1151 | 2026-07-02T10:12:28.069Z | uploading: /work/debug/xde.dbg (94869008 bytes) |
| 1152 | 2026-07-02T10:12:29.959Z | uploaded: /work/debug/xde.dbg |
| 1153 | 2026-07-02T10:12:29.959Z | uploading: /work/debug/xde.dbg.sha256 (86 bytes) |
| 1154 | 2026-07-02T10:12:30.976Z | uploaded: /work/debug/xde.dbg.sha256 |
| 1155 | 2026-07-02T10:12:30.976Z | uploading: /work/debug/xde_link.dbg.so (1258956 bytes) |
| 1156 | 2026-07-02T10:12:32.007Z | uploaded: /work/debug/xde_link.dbg.so |
| 1157 | 2026-07-02T10:12:32.007Z | uploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes) |
| 1158 | 2026-07-02T10:12:33.016Z | uploaded: /work/debug/xde_link.dbg.so.sha256 |
| 1159 | 2026-07-02T10:12:33.016Z | uploading: /work/release/xde (51927416 bytes) |
| 1160 | 2026-07-02T10:12:34.329Z | uploaded: /work/release/xde |
| 1161 | 2026-07-02T10:12:34.329Z | uploading: /work/release/xde.sha256 (84 bytes) |
| 1162 | 2026-07-02T10:12:35.345Z | uploaded: /work/release/xde.sha256 |
| 1163 | 2026-07-02T10:12:35.345Z | uploading: /work/release/xde_link.so (45116 bytes) |
| 1164 | 2026-07-02T10:12:36.356Z | uploaded: /work/release/xde_link.so |
| 1165 | 2026-07-02T10:12:36.356Z | uploading: /work/release/xde_link.so.sha256 (92 bytes) |
| 1166 | 2026-07-02T10:12:37.386Z | uploaded: /work/release/xde_link.so.sha256 |
| 1167 | 2026-07-02T10:12:37.386Z | uploading: /work/test/loopback (51498424 bytes) |
| 1168 | 2026-07-02T10:12:38.661Z | uploaded: /work/test/loopback |
| 1169 | 2026-07-02T10:12:38.661Z | uploading: /work/test/multicast_rx (51794512 bytes) |
| 1170 | 2026-07-02T10:12:40.085Z | uploaded: /work/test/multicast_rx |
| 1171 | 2026-07-02T10:12:40.085Z | uploading: /work/test/multicast_multi_sub (57965696 bytes) |
| 1172 | 2026-07-02T10:12:41.514Z | uploaded: /work/test/multicast_multi_sub |
| 1173 | 2026-07-02T10:12:41.514Z | uploading: /work/test/multicast_validation (51949152 bytes) |
| 1174 | 2026-07-02T10:12:42.848Z | uploaded: /work/test/multicast_validation |
| 1175 | 2026-07-02T10:12:42.848Z | uploading: /work/test/multicast_source_filter (52255504 bytes) |
| 1176 | 2026-07-02T10:12:44.146Z | uploaded: /work/test/multicast_source_filter |
| 1177 | 2026-07-02T10:12:44.146Z | uploading: /work/xde.conf (79 bytes) |
| 1178 | 2026-07-02T10:12:45.154Z | uploaded: /work/xde.conf |