|
|
|
| 1 | 2026-06-29T04:03:35.448Z | job assigned to worker 01KW8RPE1J1TWZG42QYRB65WHF [factory aws, i-0f55eff56675356af] (queued for 52 s) |
| |
| 2 | 2026-06-29T04:03:42.336Z | starting task 0: "setup" |
| 3 | 2026-06-29T04:03:42.340Z | ++ uname -s |
| 4 | 2026-06-29T04:03:42.343Z | + kern=SunOS |
| 5 | 2026-06-29T04:03:42.343Z | + build_user=build |
| 6 | 2026-06-29T04:03:42.343Z | + build_uid=12345 |
| 7 | 2026-06-29T04:03:42.343Z | + work_dir=/work |
| 8 | 2026-06-29T04:03:42.343Z | + input_dir=/input |
| 9 | 2026-06-29T04:03:42.343Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-29T04:03:42.343Z | + case "$kern" in |
| 11 | 2026-06-29T04:03:42.343Z | + groupadd -g 12345 build |
| 12 | 2026-06-29T04:03:42.346Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-29T04:03:44.350Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-29T04:03:44.466Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-29T04:03:44.470Z | + home_fs=zfs |
| 16 | 2026-06-29T04:03:44.470Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-29T04:03:44.470Z | + mkdir -p /home/build |
| 18 | 2026-06-29T04:03:44.470Z | + chown build:build /home/build /work |
| 19 | 2026-06-29T04:03:46.470Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-29T04:03:46.473Z | process exited: duration 4139 ms, exit code 0 |
| |
| 21 | 2026-06-29T04:03:46.480Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-29T04:03:46.484Z | * rust toolchain channel = "1.96.0" |
| 23 | 2026-06-29T04:03:46.484Z | * rust toolchain profile = "default" |
| 24 | 2026-06-29T04:03:46.484Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.0 |
| 25 | 2026-06-29T04:03:46.484Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-06-29T04:03:46.484Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-29T04:03:46.484Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-29T04:03:46.487Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-29T04:03:46.487Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default |
| 30 | 2026-06-29T04:03:46.590Z | info: downloading installer |
| 31 | 2026-06-29T04:03:47.878Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-29T04:03:47.878Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-29T04:03:47.878Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-29T04:03:47.878Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-29T04:03:47.891Z | info: profile set to default |
| 36 | 2026-06-29T04:03:47.891Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-29T04:03:47.894Z | info: syncing channel updates for 1.96.0-x86_64-unknown-illumos |
| 38 | 2026-06-29T04:03:48.030Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-29T04:03:48.032Z | info: downloading 6 components |
| 40 | 2026-06-29T04:04:02.454Z | |
| 41 | 2026-06-29T04:04:02.454Z | info: default toolchain set to 1.96.0-x86_64-unknown-illumos |
| 42 | 2026-06-29T04:04:02.483Z | 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-29T04:04:02.483Z | |
| 44 | 2026-06-29T04:04:02.486Z | |
| 45 | 2026-06-29T04:04:02.486Z | Rust is installed now. Great! |
| 46 | 2026-06-29T04:04:02.486Z | |
| 47 | 2026-06-29T04:04:02.486Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-29T04:04:02.486Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-29T04:04:02.486Z | |
| 50 | 2026-06-29T04:04:02.486Z | To configure your current shell, you need to source |
| 51 | 2026-06-29T04:04:02.487Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-29T04:04:02.487Z | |
| 53 | 2026-06-29T04:04:02.487Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-29T04:04:02.487Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-29T04:04:02.487Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-29T04:04:02.487Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-29T04:04:02.487Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-29T04:04:02.487Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-29T04:04:02.487Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-29T04:04:02.487Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-29T04:04:02.487Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-29T04:04:02.592Z | + rustup --version |
| 63 | 2026-06-29T04:04:02.601Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-29T04:04:02.604Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-29T04:04:02.622Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-29T04:04:02.625Z | + cargo --version |
| 67 | 2026-06-29T04:04:02.638Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-29T04:04:02.641Z | + rustc --version |
| 69 | 2026-06-29T04:04:02.660Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-29T04:04:02.663Z | process exited: duration 16183 ms, exit code 0 |
| |
| 71 | 2026-06-29T04:04:02.669Z | starting task 2: "authentication" |
| 72 | 2026-06-29T04:04:02.685Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-29T04:04:02.691Z | starting task 3: "clone repository" |
| 74 | 2026-06-29T04:04:02.694Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-06-29T04:04:02.697Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-06-29T04:04:02.727Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-06-29T04:04:03.599Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-06-29T04:04:03.599Z | + git fetch origin 82c081243dd488ddb658321919066c3bede18e40 |
| 79 | 2026-06-29T04:04:03.862Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-06-29T04:04:03.862Z | * branch 82c081243dd488ddb658321919066c3bede18e40 -> FETCH_HEAD |
| 81 | 2026-06-29T04:04:03.869Z | + [[ -n renovate/rust-1.x ]] |
| 82 | 2026-06-29T04:04:03.873Z | ++ git branch --show-current |
| 83 | 2026-06-29T04:04:03.873Z | + current=master |
| 84 | 2026-06-29T04:04:03.873Z | + [[ master != renovate/rust-1.x ]] |
| 85 | 2026-06-29T04:04:03.873Z | + git branch -f renovate/rust-1.x 82c081243dd488ddb658321919066c3bede18e40 |
| 86 | 2026-06-29T04:04:03.876Z | + git checkout -f renovate/rust-1.x |
| 87 | 2026-06-29T04:04:03.892Z | Switched to branch 'renovate/rust-1.x' |
| 88 | 2026-06-29T04:04:03.896Z | + git reset --hard 82c081243dd488ddb658321919066c3bede18e40 |
| 89 | 2026-06-29T04:04:03.908Z | HEAD is now at 82c0812 Update Rust to nightly-2026-06-29 |
| 90 | 2026-06-29T04:04:03.911Z | process exited: duration 1217 ms, exit code 0 |
| |
| 91 | 2026-06-29T04:04:03.917Z | starting task 4: "build" |
| 92 | 2026-06-29T04:04:03.921Z | + source .github/buildomat/common.sh |
| 93 | 2026-06-29T04:04:03.924Z | ++ rustup show active-toolchain |
| 94 | 2026-06-29T04:04:03.928Z | 1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-06-29T04:04:03.928Z | ++ pushd xde |
| 96 | 2026-06-29T04:04:03.931Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-06-29T04:04:03.931Z | ++ rustup show active-toolchain |
| 98 | 2026-06-29T04:04:03.935Z | info: syncing channel updates for nightly-2026-06-29-x86_64-unknown-illumos |
| 99 | 2026-06-29T04:04:04.097Z | info: latest update on 2026-06-29 for version 1.98.0-nightly (df6ee909e 2026-06-28) |
| 100 | 2026-06-29T04:04:04.101Z | info: downloading 6 components |
| 101 | 2026-06-29T04:04:17.259Z | nightly-2026-06-29-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-06-29T04:04:17.345Z | +++ rustup show active-toolchain -v |
| 103 | 2026-06-29T04:04:17.348Z | +++ head -n 1 |
| 104 | 2026-06-29T04:04:17.348Z | +++ cut '-d ' -f1 |
| 105 | 2026-06-29T04:04:17.407Z | ++ export NIGHTLY=nightly-2026-06-29-x86_64-unknown-illumos |
| 106 | 2026-06-29T04:04:17.407Z | ++ NIGHTLY=nightly-2026-06-29-x86_64-unknown-illumos |
| 107 | 2026-06-29T04:04:17.407Z | ++ popd |
| 108 | 2026-06-29T04:04:17.410Z | /work/oxidecomputer/opte |
| 109 | 2026-06-29T04:04:17.410Z | + TGT_BASE=/work |
| 110 | 2026-06-29T04:04:17.410Z | + DBG_SRC=target/x86_64-unknown-unknown/debug |
| 111 | 2026-06-29T04:04:17.410Z | + DBG_LINK_SRC=target/i686-unknown-illumos/debug |
| 112 | 2026-06-29T04:04:17.410Z | + DBG_TGT=/work/debug |
| 113 | 2026-06-29T04:04:17.410Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 114 | 2026-06-29T04:04:17.410Z | + REL_LINK_SRC=target/i686-unknown-illumos/release |
| 115 | 2026-06-29T04:04:17.410Z | + REL_TGT=/work/release |
| 116 | 2026-06-29T04:04:17.410Z | + mkdir -p /work/debug /work/release |
| 117 | 2026-06-29T04:04:17.411Z | + cargo --version |
| 118 | 2026-06-29T04:04:17.419Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 119 | 2026-06-29T04:04:17.421Z | + rustc --version |
| 120 | 2026-06-29T04:04:17.441Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 121 | 2026-06-29T04:04:17.444Z | + install_pkg jq |
| 122 | 2026-06-29T04:04:17.444Z | + set +o errexit |
| 123 | 2026-06-29T04:04:17.444Z | + pfexec pkg install jq |
| 124 | 2026-06-29T04:04:18.508Z | Startup: Refreshing catalog 'helios' ... Done |
| 125 | 2026-06-29T04:04:18.621Z | Startup: Caching catalogs ... Done |
| 126 | 2026-06-29T04:04:19.109Z | Planning: Solver setup ... Done |
| 127 | 2026-06-29T04:04:19.134Z | Planning: Running solver ... Done |
| 128 | 2026-06-29T04:04:19.142Z | Planning: Consolidating action changes ... Done |
| 129 | 2026-06-29T04:04:19.146Z | Planning: Evaluating mediators ... Done |
| 130 | 2026-06-29T04:04:19.146Z | Planning: Planning completed in 0.50 seconds |
| 131 | 2026-06-29T04:04:19.159Z | No updates necessary for this image. |
| 132 | 2026-06-29T04:04:19.261Z | + exit_code=4 |
| 133 | 2026-06-29T04:04:19.261Z | + [[ 4 -ne 0 ]] |
| 134 | 2026-06-29T04:04:19.264Z | + [[ 4 -ne 4 ]] |
| 135 | 2026-06-29T04:04:19.264Z | + set -o errexit |
| 136 | 2026-06-29T04:04:19.264Z | + pushd xde |
| 137 | 2026-06-29T04:04:19.264Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 138 | 2026-06-29T04:04:19.264Z | + cp xde.conf /work/xde.conf |
| 139 | 2026-06-29T04:04:19.265Z | + header 'check style' |
| 140 | 2026-06-29T04:04:19.265Z | + echo '# ==== check style ==== #' |
| 141 | 2026-06-29T04:04:19.265Z | # ==== check style ==== # |
| 142 | 2026-06-29T04:04:19.265Z | + ptime -m cargo +nightly-2026-06-29-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check |
| 143 | 2026-06-29T04:04:19.484Z | |
| 144 | 2026-06-29T04:04:19.484Z | real 0.216131509 |
| 145 | 2026-06-29T04:04:19.484Z | user 0.152519404 |
| 146 | 2026-06-29T04:04:19.484Z | sys 0.054366508 |
| 147 | 2026-06-29T04:04:19.484Z | trap 0.000010230 |
| 148 | 2026-06-29T04:04:19.484Z | tflt 0.000028510 |
| 149 | 2026-06-29T04:04:19.484Z | dflt 0.000011320 |
| 150 | 2026-06-29T04:04:19.484Z | kflt 0.000000000 |
| 151 | 2026-06-29T04:04:19.484Z | lock 0.035883780 |
| 152 | 2026-06-29T04:04:19.484Z | slp 0.186093566 |
| 153 | 2026-06-29T04:04:19.484Z | lat 0.000842700 |
| 154 | 2026-06-29T04:04:19.484Z | stop 0.000125610 |
| 155 | 2026-06-29T04:04:19.487Z | + header analyze |
| 156 | 2026-06-29T04:04:19.487Z | + echo '# ==== analyze ==== #' |
| 157 | 2026-06-29T04:04:19.487Z | # ==== analyze ==== # |
| 158 | 2026-06-29T04:04:19.487Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 159 | 2026-06-29T04:04:19.667Z | Updating crates.io index |
| 160 | 2026-06-29T04:04:19.670Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 161 | 2026-06-29T04:04:20.385Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 162 | 2026-06-29T04:04:20.668Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 163 | 2026-06-29T04:04:21.036Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 164 | 2026-06-29T04:04:21.313Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 165 | 2026-06-29T04:04:21.574Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 166 | 2026-06-29T04:04:21.850Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 167 | 2026-06-29T04:04:23.812Z | Downloading crates ... |
| 168 | 2026-06-29T04:04:23.864Z | Downloaded bitflags v2.13.0 |
| 169 | 2026-06-29T04:04:23.867Z | Downloaded ingot-types v0.1.2 |
| 170 | 2026-06-29T04:04:23.870Z | Downloaded defmt-macros v1.1.0 |
| 171 | 2026-06-29T04:04:23.884Z | Downloaded uuid v1.23.3 |
| 172 | 2026-06-29T04:04:23.891Z | Downloaded regex v1.12.4 |
| 173 | 2026-06-29T04:04:23.899Z | Downloaded ref-cast v1.0.25 |
| 174 | 2026-06-29T04:04:23.902Z | Downloaded embedded-io v0.6.1 |
| 175 | 2026-06-29T04:04:23.902Z | Downloaded stable_deref_trait v1.2.1 |
| 176 | 2026-06-29T04:04:23.908Z | Downloaded hash32 v0.3.1 |
| 177 | 2026-06-29T04:04:23.922Z | Downloaded fnv v1.0.7 |
| 178 | 2026-06-29T04:04:23.924Z | Downloaded ref-cast-impl v1.0.25 |
| 179 | 2026-06-29T04:04:23.924Z | Downloaded ident_case v1.0.1 |
| 180 | 2026-06-29T04:04:23.928Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 181 | 2026-06-29T04:04:23.931Z | Downloaded cobs v0.3.0 |
| 182 | 2026-06-29T04:04:23.934Z | Downloaded managed v0.8.0 |
| 183 | 2026-06-29T04:04:23.934Z | Downloaded darling_macro v0.23.0 |
| 184 | 2026-06-29T04:04:23.937Z | Downloaded embedded-io v0.4.0 |
| 185 | 2026-06-29T04:04:23.941Z | Downloaded defmt v0.3.100 |
| 186 | 2026-06-29T04:04:23.945Z | Downloaded cfg-if v1.0.4 |
| 187 | 2026-06-29T04:04:23.945Z | Downloaded dyn-clone v1.0.20 |
| 188 | 2026-06-29T04:04:23.948Z | Downloaded strsim v0.11.1 |
| 189 | 2026-06-29T04:04:23.951Z | Downloaded macaddr v1.0.1 |
| 190 | 2026-06-29T04:04:23.951Z | Downloaded darling_macro v0.21.3 |
| 191 | 2026-06-29T04:04:23.954Z | Downloaded defmt-parser v1.0.0 |
| 192 | 2026-06-29T04:04:23.954Z | Downloaded version_check v0.9.5 |
| 193 | 2026-06-29T04:04:23.969Z | Downloaded crc32fast v1.5.0 |
| 194 | 2026-06-29T04:04:23.979Z | Downloaded thiserror v2.0.18 |
| 195 | 2026-06-29T04:04:23.986Z | Downloaded either v1.16.0 |
| 196 | 2026-06-29T04:04:23.988Z | Downloaded quote v1.0.46 |
| 197 | 2026-06-29T04:04:23.988Z | Downloaded proc-macro-error2 v2.0.1 |
| 198 | 2026-06-29T04:04:23.991Z | Downloaded thiserror-impl v2.0.18 |
| 199 | 2026-06-29T04:04:23.991Z | Downloaded defmt v1.1.0 |
| 200 | 2026-06-29T04:04:23.994Z | Downloaded ingot-macros v0.1.1 |
| 201 | 2026-06-29T04:04:23.997Z | Downloaded ingot v0.1.1 |
| 202 | 2026-06-29T04:04:23.997Z | Downloaded serde_derive v1.0.228 |
| 203 | 2026-06-29T04:04:24.000Z | Downloaded byteorder v1.5.0 |
| 204 | 2026-06-29T04:04:24.000Z | Downloaded darling v0.21.3 |
| 205 | 2026-06-29T04:04:24.006Z | Downloaded postcard v1.1.3 |
| 206 | 2026-06-29T04:04:24.009Z | Downloaded bitflags v1.3.2 |
| 207 | 2026-06-29T04:04:24.015Z | Downloaded proc-macro2 v1.0.106 |
| 208 | 2026-06-29T04:04:24.022Z | Downloaded unicode-ident v1.0.24 |
| 209 | 2026-06-29T04:04:24.024Z | Downloaded darling v0.23.0 |
| 210 | 2026-06-29T04:04:24.028Z | Downloaded heapless v0.8.0 |
| 211 | 2026-06-29T04:04:24.031Z | Downloaded darling_core v0.21.3 |
| 212 | 2026-06-29T04:04:24.034Z | Downloaded darling_core v0.23.0 |
| 213 | 2026-06-29T04:04:24.037Z | Downloaded serde_core v1.0.228 |
| 214 | 2026-06-29T04:04:24.041Z | Downloaded smoltcp v0.11.0 |
| 215 | 2026-06-29T04:04:24.047Z | Downloaded memchr v2.8.2 |
| 216 | 2026-06-29T04:04:24.050Z | Downloaded syn v2.0.118 |
| 217 | 2026-06-29T04:04:24.055Z | Downloaded zerocopy-derive v0.8.52 |
| 218 | 2026-06-29T04:04:24.059Z | Downloaded serde v1.0.228 |
| 219 | 2026-06-29T04:04:24.073Z | Downloaded aho-corasick v1.1.4 |
| 220 | 2026-06-29T04:04:24.076Z | Downloaded itertools v0.14.0 |
| 221 | 2026-06-29T04:04:24.080Z | Downloaded itertools v0.15.0 |
| 222 | 2026-06-29T04:04:24.089Z | Downloaded zerocopy v0.8.52 |
| 223 | 2026-06-29T04:04:24.108Z | Downloaded regex-syntax v0.8.11 |
| 224 | 2026-06-29T04:04:24.124Z | Downloaded regex-automata v0.4.14 |
| 225 | 2026-06-29T04:04:24.136Z | Updating crates.io index |
| 226 | 2026-06-29T04:04:24.185Z | Downloading crates ... |
| 227 | 2026-06-29T04:04:24.207Z | Downloaded addr2line v0.25.1 |
| 228 | 2026-06-29T04:04:24.210Z | Downloaded rustc-demangle v0.1.27 |
| 229 | 2026-06-29T04:04:24.213Z | Downloaded rustc-literal-escaper v0.0.8 |
| 230 | 2026-06-29T04:04:24.215Z | Downloaded getopts v0.2.24 |
| 231 | 2026-06-29T04:04:24.232Z | Downloaded miniz_oxide v0.8.9 |
| 232 | 2026-06-29T04:04:24.235Z | Downloaded hashbrown v0.17.1 |
| 233 | 2026-06-29T04:04:24.238Z | Downloaded foldhash v0.2.0 |
| 234 | 2026-06-29T04:04:24.238Z | Downloaded memchr v2.7.6 |
| 235 | 2026-06-29T04:04:24.241Z | Downloaded adler2 v2.0.1 |
| 236 | 2026-06-29T04:04:24.288Z | Downloaded object v0.37.3 |
| 237 | 2026-06-29T04:04:24.293Z | Downloaded gimli v0.32.3 |
| 238 | 2026-06-29T04:04:24.333Z | Downloaded libc v0.2.185 |
| 239 | 2026-06-29T04:04:24.390Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-29-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 240 | 2026-06-29T04:04:24.390Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-29-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 241 | 2026-06-29T04:04:24.390Z | Compiling proc-macro2 v1.0.106 |
| 242 | 2026-06-29T04:04:24.390Z | Compiling quote v1.0.46 |
| 243 | 2026-06-29T04:04:24.390Z | Compiling unicode-ident v1.0.24 |
| 244 | 2026-06-29T04:04:24.393Z | Compiling ident_case v1.0.1 |
| 245 | 2026-06-29T04:04:24.393Z | Compiling strsim v0.11.1 |
| 246 | 2026-06-29T04:04:24.393Z | Compiling serde_core v1.0.228 |
| 247 | 2026-06-29T04:04:24.571Z | Compiling fnv v1.0.7 |
| 248 | 2026-06-29T04:04:24.574Z | Compiling memchr v2.8.2 |
| 249 | 2026-06-29T04:04:24.662Z | Compiling regex-syntax v0.8.11 |
| 250 | 2026-06-29T04:04:24.853Z | Compiling serde v1.0.228 |
| 251 | 2026-06-29T04:04:24.880Z | Compiling zerocopy v0.8.52 |
| 252 | 2026-06-29T04:04:24.919Z | Compiling either v1.16.0 |
| 253 | 2026-06-29T04:04:24.981Z | Compiling aho-corasick v1.1.4 |
| 254 | 2026-06-29T04:04:25.120Z | Compiling thiserror v2.0.18 |
| 255 | 2026-06-29T04:04:25.254Z | Compiling itertools v0.14.0 |
| 256 | 2026-06-29T04:04:25.276Z | Compiling heapless v0.8.0 |
| 257 | 2026-06-29T04:04:25.640Z | Compiling syn v2.0.118 |
| 258 | 2026-06-29T04:04:25.704Z | Compiling smoltcp v0.11.0 |
| 259 | 2026-06-29T04:04:25.711Z | Compiling ref-cast v1.0.25 |
| 260 | 2026-06-29T04:04:25.815Z | Compiling version_check v0.9.5 |
| 261 | 2026-06-29T04:04:26.109Z | Compiling crc32fast v1.5.0 |
| 262 | 2026-06-29T04:04:26.155Z | Compiling regex-automata v0.4.14 |
| 263 | 2026-06-29T04:04:26.217Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 264 | 2026-06-29T04:04:27.800Z | Compiling regex v1.12.4 |
| 265 | 2026-06-29T04:04:28.067Z | Compiling darling_core v0.21.3 |
| 266 | 2026-06-29T04:04:28.079Z | Compiling darling_core v0.23.0 |
| 267 | 2026-06-29T04:04:28.942Z | Compiling serde_derive v1.0.228 |
| 268 | 2026-06-29T04:04:28.942Z | Compiling thiserror-impl v2.0.18 |
| 269 | 2026-06-29T04:04:28.942Z | Compiling zerocopy-derive v0.8.52 |
| 270 | 2026-06-29T04:04:28.945Z | Compiling ref-cast-impl v1.0.25 |
| 271 | 2026-06-29T04:04:28.945Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 272 | 2026-06-29T04:04:30.584Z | Compiling darling_macro v0.23.0 |
| 273 | 2026-06-29T04:04:30.742Z | Compiling darling_macro v0.21.3 |
| 274 | 2026-06-29T04:04:31.532Z | Compiling darling v0.23.0 |
| 275 | 2026-06-29T04:04:31.601Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 276 | 2026-06-29T04:04:31.691Z | Compiling darling v0.21.3 |
| 277 | 2026-06-29T04:04:31.760Z | Compiling ingot-macros v0.1.1 |
| 278 | 2026-06-29T04:04:36.534Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-29-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 279 | 2026-06-29T04:04:38.663Z | Checking byteorder v1.5.0 |
| 280 | 2026-06-29T04:04:38.663Z | Checking cfg-if v1.0.4 |
| 281 | 2026-06-29T04:04:38.663Z | Checking stable_deref_trait v1.2.1 |
| 282 | 2026-06-29T04:04:38.666Z | Checking macaddr v1.0.1 |
| 283 | 2026-06-29T04:04:38.666Z | Checking bitflags v1.3.2 |
| 284 | 2026-06-29T04:04:38.715Z | Checking managed v0.8.0 |
| 285 | 2026-06-29T04:04:38.749Z | Checking cobs v0.3.0 |
| 286 | 2026-06-29T04:04:38.815Z | Checking hash32 v0.3.1 |
| 287 | 2026-06-29T04:04:38.834Z | Checking dyn-clone v1.0.20 |
| 288 | 2026-06-29T04:04:38.866Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 289 | 2026-06-29T04:04:38.866Z | Checking itertools v0.15.0 |
| 290 | 2026-06-29T04:04:40.014Z | Checking bitflags v2.13.0 |
| 291 | 2026-06-29T04:04:40.014Z | Checking uuid v1.23.3 |
| 292 | 2026-06-29T04:04:40.156Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 293 | 2026-06-29T04:04:40.381Z | Checking postcard v1.1.3 |
| 294 | 2026-06-29T04:04:41.234Z | Checking ingot-types v0.1.2 |
| 295 | 2026-06-29T04:04:41.502Z | Checking ingot v0.1.1 |
| 296 | 2026-06-29T04:04:42.817Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 297 | 2026-06-29T04:04:46.188Z | warning: draining all elements of a collection into a new collection of the same type |
| 298 | 2026-06-29T04:04:46.188Z | --> lib/opte/src/engine/packet.rs:1398:9 |
| 299 | 2026-06-29T04:04:46.188Z | | |
| 300 | 2026-06-29T04:04:46.188Z | 1398 | self.state.lfts.drain(..).collect() |
| 301 | 2026-06-29T04:04:46.189Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `mem::take` to avoid creating a new allocation: `core::mem::take(&mut self.state.lfts)` |
| 302 | 2026-06-29T04:04:46.189Z | | |
| 303 | 2026-06-29T04:04:46.189Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#drain_collect |
| 304 | 2026-06-29T04:04:46.189Z | = note: `#[warn(clippy::drain_collect)]` on by default |
| 305 | 2026-06-29T04:04:46.189Z | |
| 306 | 2026-06-29T04:04:46.539Z | warning: `opte` (lib) generated 1 warning (run `cargo clippy --fix --lib -p opte -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask` to apply 1 suggestion) |
| 307 | 2026-06-29T04:04:46.543Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 308 | 2026-06-29T04:04:47.906Z | Checking xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 309 | 2026-06-29T04:04:49.656Z | warning: suspicious definition of the runtime `strlen` symbol used by the standard library |
| 310 | 2026-06-29T04:04:49.656Z | --> xde/src/ip.rs:9246:5 |
| 311 | 2026-06-29T04:04:49.656Z | | |
| 312 | 2026-06-29T04:04:49.656Z | 9246 | / pub fn strlen( |
| 313 | 2026-06-29T04:04:49.656Z | 9247 | | arg1: *const illumos_sys_hdrs::c_char, |
| 314 | 2026-06-29T04:04:49.656Z | 9248 | | ) -> illumos_sys_hdrs::c_ulong; |
| 315 | 2026-06-29T04:04:49.656Z | | |___________________________________^ |
| 316 | 2026-06-29T04:04:49.656Z | | |
| 317 | 2026-06-29T04:04:49.656Z | = note: expected `unsafe extern "C" fn(*const i8) -> usize` |
| 318 | 2026-06-29T04:04:49.656Z | found `unsafe extern "C" fn(*const i8) -> u64` |
| 319 | 2026-06-29T04:04:49.657Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "strlen")]`, or `#[link_name = "strlen"]` |
| 320 | 2026-06-29T04:04:49.657Z | = help: allow this lint if the signature is compatible |
| 321 | 2026-06-29T04:04:49.657Z | = note: `#[warn(suspicious_runtime_symbol_definitions)]` on by default |
| 322 | 2026-06-29T04:04:49.657Z | |
| 323 | 2026-06-29T04:04:49.689Z | warning: suspicious definition of the runtime `bcmp` symbol used by the standard library |
| 324 | 2026-06-29T04:04:49.689Z | --> xde/src/ip.rs:20144:5 |
| 325 | 2026-06-29T04:04:49.689Z | | |
| 326 | 2026-06-29T04:04:49.689Z | 20144 | / pub fn bcmp( |
| 327 | 2026-06-29T04:04:49.689Z | 20145 | | arg1: *const illumos_sys_hdrs::c_void, |
| 328 | 2026-06-29T04:04:49.689Z | 20146 | | arg2: *const illumos_sys_hdrs::c_void, |
| 329 | 2026-06-29T04:04:49.689Z | 20147 | | arg3: illumos_sys_hdrs::c_ulong, |
| 330 | 2026-06-29T04:04:49.689Z | 20148 | | ) -> illumos_sys_hdrs::c_int; |
| 331 | 2026-06-29T04:04:49.689Z | | |_________________________________^ |
| 332 | 2026-06-29T04:04:49.689Z | | |
| 333 | 2026-06-29T04:04:49.689Z | = note: expected `unsafe extern "C" fn(*const core::ffi::c_void, *const core::ffi::c_void, usize) -> i32` |
| 334 | 2026-06-29T04:04:49.689Z | found `unsafe extern "C" fn(*const core::ffi::c_void, *const core::ffi::c_void, u64) -> i32` |
| 335 | 2026-06-29T04:04:49.689Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "bcmp")]`, or `#[link_name = "bcmp"]` |
| 336 | 2026-06-29T04:04:49.689Z | = help: allow this lint if the signature is compatible |
| 337 | 2026-06-29T04:04:49.689Z | |
| 338 | 2026-06-29T04:04:49.693Z | warning: suspicious definition of the runtime `memset` symbol used by the standard library |
| 339 | 2026-06-29T04:04:49.693Z | --> xde/src/ip.rs:20825:5 |
| 340 | 2026-06-29T04:04:49.693Z | | |
| 341 | 2026-06-29T04:04:49.693Z | 20825 | / pub fn memset( |
| 342 | 2026-06-29T04:04:49.693Z | 20826 | | arg1: *mut illumos_sys_hdrs::c_void, |
| 343 | 2026-06-29T04:04:49.693Z | 20827 | | arg2: illumos_sys_hdrs::c_int, |
| 344 | 2026-06-29T04:04:49.693Z | 20828 | | arg3: illumos_sys_hdrs::c_ulong, |
| 345 | 2026-06-29T04:04:49.693Z | 20829 | | ) -> *mut illumos_sys_hdrs::c_void; |
| 346 | 2026-06-29T04:04:49.693Z | | |_______________________________________^ |
| 347 | 2026-06-29T04:04:49.694Z | | |
| 348 | 2026-06-29T04:04:49.694Z | = note: expected `unsafe extern "C" fn(*mut core::ffi::c_void, i32, usize) -> *mut core::ffi::c_void` |
| 349 | 2026-06-29T04:04:49.694Z | found `unsafe extern "C" fn(*mut core::ffi::c_void, i32, u64) -> *mut core::ffi::c_void` |
| 350 | 2026-06-29T04:04:49.694Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memset")]`, or `#[link_name = "memset"]` |
| 351 | 2026-06-29T04:04:49.694Z | = help: allow this lint if the signature is compatible |
| 352 | 2026-06-29T04:04:49.694Z | |
| 353 | 2026-06-29T04:04:49.694Z | warning: suspicious definition of the runtime `memcpy` symbol used by the standard library |
| 354 | 2026-06-29T04:04:49.694Z | --> xde/src/ip.rs:20832:5 |
| 355 | 2026-06-29T04:04:49.694Z | | |
| 356 | 2026-06-29T04:04:49.694Z | 20832 | / pub fn memcpy( |
| 357 | 2026-06-29T04:04:49.694Z | 20833 | | arg1: *mut illumos_sys_hdrs::c_void, |
| 358 | 2026-06-29T04:04:49.694Z | 20834 | | arg2: *const illumos_sys_hdrs::c_void, |
| 359 | 2026-06-29T04:04:49.694Z | 20835 | | arg3: illumos_sys_hdrs::c_ulong, |
| 360 | 2026-06-29T04:04:49.694Z | 20836 | | ) -> *mut illumos_sys_hdrs::c_void; |
| 361 | 2026-06-29T04:04:49.694Z | | |_______________________________________^ |
| 362 | 2026-06-29T04:04:49.694Z | | |
| 363 | 2026-06-29T04:04:49.694Z | = note: expected `unsafe extern "C" fn(*mut c_void, *const c_void, usize) -> *mut c_void` |
| 364 | 2026-06-29T04:04:49.694Z | found `unsafe extern "C" fn(*mut c_void, *const c_void, u64) -> *mut c_void` |
| 365 | 2026-06-29T04:04:49.694Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memcpy")]`, or `#[link_name = "memcpy"]` |
| 366 | 2026-06-29T04:04:49.694Z | = help: allow this lint if the signature is compatible |
| 367 | 2026-06-29T04:04:49.694Z | = note: the full name for the type has been written to '/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/xde-4685f1a0724202f2.long-type-17773114733079815103.txt' |
| 368 | 2026-06-29T04:04:49.694Z | = note: consider using `--verbose` to print the full type name to the console |
| 369 | 2026-06-29T04:04:49.694Z | |
| 370 | 2026-06-29T04:04:49.694Z | warning: suspicious definition of the runtime `memmove` symbol used by the standard library |
| 371 | 2026-06-29T04:04:49.694Z | --> xde/src/ip.rs:20839:5 |
| 372 | 2026-06-29T04:04:49.694Z | | |
| 373 | 2026-06-29T04:04:49.694Z | 20839 | / pub fn memmove( |
| 374 | 2026-06-29T04:04:49.694Z | 20840 | | arg1: *mut illumos_sys_hdrs::c_void, |
| 375 | 2026-06-29T04:04:49.694Z | 20841 | | arg2: *const illumos_sys_hdrs::c_void, |
| 376 | 2026-06-29T04:04:49.694Z | 20842 | | arg3: illumos_sys_hdrs::c_ulong, |
| 377 | 2026-06-29T04:04:49.694Z | 20843 | | ) -> *mut illumos_sys_hdrs::c_void; |
| 378 | 2026-06-29T04:04:49.694Z | | |_______________________________________^ |
| 379 | 2026-06-29T04:04:49.694Z | | |
| 380 | 2026-06-29T04:04:49.694Z | = note: expected `unsafe extern "C" fn(*mut c_void, *const c_void, usize) -> *mut c_void` |
| 381 | 2026-06-29T04:04:49.694Z | found `unsafe extern "C" fn(*mut c_void, *const c_void, u64) -> *mut c_void` |
| 382 | 2026-06-29T04:04:49.694Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memmove")]`, or `#[link_name = "memmove"]` |
| 383 | 2026-06-29T04:04:49.694Z | = help: allow this lint if the signature is compatible |
| 384 | 2026-06-29T04:04:49.694Z | = note: the full name for the type has been written to '/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/xde-4685f1a0724202f2.long-type-17773114733079815103.txt' |
| 385 | 2026-06-29T04:04:49.694Z | = note: consider using `--verbose` to print the full type name to the console |
| 386 | 2026-06-29T04:04:49.695Z | |
| 387 | 2026-06-29T04:04:49.695Z | warning: suspicious definition of the runtime `memcmp` symbol used by the standard library |
| 388 | 2026-06-29T04:04:49.695Z | --> xde/src/ip.rs:20846:5 |
| 389 | 2026-06-29T04:04:49.695Z | | |
| 390 | 2026-06-29T04:04:49.695Z | 20846 | / pub fn memcmp( |
| 391 | 2026-06-29T04:04:49.695Z | 20847 | | arg1: *const illumos_sys_hdrs::c_void, |
| 392 | 2026-06-29T04:04:49.695Z | 20848 | | arg2: *const illumos_sys_hdrs::c_void, |
| 393 | 2026-06-29T04:04:49.695Z | 20849 | | arg3: illumos_sys_hdrs::c_ulong, |
| 394 | 2026-06-29T04:04:49.695Z | 20850 | | ) -> illumos_sys_hdrs::c_int; |
| 395 | 2026-06-29T04:04:49.695Z | | |_________________________________^ |
| 396 | 2026-06-29T04:04:49.695Z | | |
| 397 | 2026-06-29T04:04:49.695Z | = note: expected `unsafe extern "C" fn(*const core::ffi::c_void, *const core::ffi::c_void, usize) -> i32` |
| 398 | 2026-06-29T04:04:49.695Z | found `unsafe extern "C" fn(*const core::ffi::c_void, *const core::ffi::c_void, u64) -> i32` |
| 399 | 2026-06-29T04:04:49.695Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memcmp")]`, or `#[link_name = "memcmp"]` |
| 400 | 2026-06-29T04:04:49.695Z | = help: allow this lint if the signature is compatible |
| 401 | 2026-06-29T04:04:49.695Z | |
| 402 | 2026-06-29T04:04:49.913Z | warning: `xde` (lib) generated 6 warnings |
| 403 | 2026-06-29T04:04:49.916Z | Finished `dev` profile [optimized + debuginfo] target(s) in 30.36s |
| 404 | 2026-06-29T04:04:50.017Z | |
| 405 | 2026-06-29T04:04:50.017Z | real 30.527747313 |
| 406 | 2026-06-29T04:04:50.017Z | user 1:14.345073655 |
| 407 | 2026-06-29T04:04:50.017Z | sys 10.483016231 |
| 408 | 2026-06-29T04:04:50.017Z | trap 0.035831161 |
| 409 | 2026-06-29T04:04:50.017Z | tflt 0.082348738 |
| 410 | 2026-06-29T04:04:50.017Z | dflt 0.201223416 |
| 411 | 2026-06-29T04:04:50.017Z | kflt 0.005028250 |
| 412 | 2026-06-29T04:04:50.021Z | lock 5:21.569772498 |
| 413 | 2026-06-29T04:04:50.021Z | slp 3:27.442310345 |
| 414 | 2026-06-29T04:04:50.021Z | lat 3.053127348 |
| 415 | 2026-06-29T04:04:50.021Z | stop 8.016825884 |
| 416 | 2026-06-29T04:04:50.021Z | + pushd xde-link |
| 417 | 2026-06-29T04:04:50.021Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 418 | 2026-06-29T04:04:50.021Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 419 | 2026-06-29T04:04:50.204Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-29-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 420 | 2026-06-29T04:04:50.204Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-29-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 421 | 2026-06-29T04:04:50.204Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 422 | 2026-06-29T04:05:01.165Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-29-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 423 | 2026-06-29T04:05:03.358Z | Finished `dev` profile [optimized + debuginfo] target(s) in 13.27s |
| 424 | 2026-06-29T04:05:03.377Z | |
| 425 | 2026-06-29T04:05:03.380Z | real 13.353915257 |
| 426 | 2026-06-29T04:05:03.380Z | user 20.912920214 |
| 427 | 2026-06-29T04:05:03.380Z | sys 1.287330504 |
| 428 | 2026-06-29T04:05:03.380Z | trap 0.004624700 |
| 429 | 2026-06-29T04:05:03.380Z | tflt 0.040528343 |
| 430 | 2026-06-29T04:05:03.380Z | dflt 0.023903176 |
| 431 | 2026-06-29T04:05:03.380Z | kflt 0.000002930 |
| 432 | 2026-06-29T04:05:03.380Z | lock 1:26.324534573 |
| 433 | 2026-06-29T04:05:03.380Z | slp 44.404136269 |
| 434 | 2026-06-29T04:05:03.380Z | lat 0.325392332 |
| 435 | 2026-06-29T04:05:03.380Z | stop 0.162116675 |
| 436 | 2026-06-29T04:05:03.380Z | + popd |
| 437 | 2026-06-29T04:05:03.380Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 438 | 2026-06-29T04:05:03.380Z | + popd |
| 439 | 2026-06-29T04:05:03.380Z | /work/oxidecomputer/opte |
| 440 | 2026-06-29T04:05:03.380Z | + header 'build xde (debug)' |
| 441 | 2026-06-29T04:05:03.380Z | + echo '# ==== build xde (debug) ==== #' |
| 442 | 2026-06-29T04:05:03.380Z | # ==== build xde (debug) ==== # |
| 443 | 2026-06-29T04:05:03.380Z | + ptime -m cargo xtask build --profile debug xde xde-link |
| 444 | 2026-06-29T04:05:03.523Z | Downloading crates ... |
| 445 | 2026-06-29T04:05:03.575Z | Downloaded errno v0.3.14 |
| 446 | 2026-06-29T04:05:03.582Z | Downloaded cargo_metadata v0.23.1 |
| 447 | 2026-06-29T04:05:03.586Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 448 | 2026-06-29T04:05:03.591Z | Downloaded clap v4.6.1 |
| 449 | 2026-06-29T04:05:03.596Z | Downloaded serde_spanned v1.1.1 |
| 450 | 2026-06-29T04:05:03.599Z | Downloaded anyhow v1.0.102 |
| 451 | 2026-06-29T04:05:03.599Z | Downloaded colorchoice v1.0.5 |
| 452 | 2026-06-29T04:05:03.602Z | Downloaded clap_lex v1.1.0 |
| 453 | 2026-06-29T04:05:03.602Z | Downloaded anstream v1.0.0 |
| 454 | 2026-06-29T04:05:03.604Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 455 | 2026-06-29T04:05:03.615Z | Downloaded anstyle v1.0.14 |
| 456 | 2026-06-29T04:05:03.618Z | Downloaded camino v1.2.3 |
| 457 | 2026-06-29T04:05:03.627Z | Downloaded utf8parse v0.2.2 |
| 458 | 2026-06-29T04:05:03.629Z | Downloaded heck v0.5.0 |
| 459 | 2026-06-29T04:05:03.629Z | Downloaded terminal_size v0.4.4 |
| 460 | 2026-06-29T04:05:03.629Z | Downloaded itoa v1.0.18 |
| 461 | 2026-06-29T04:05:03.632Z | Downloaded is_terminal_polyfill v1.70.2 |
| 462 | 2026-06-29T04:05:03.632Z | Downloaded anstyle-parse v1.0.0 |
| 463 | 2026-06-29T04:05:03.635Z | Downloaded cargo-platform v0.3.3 |
| 464 | 2026-06-29T04:05:03.638Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 465 | 2026-06-29T04:05:03.638Z | Downloaded clap_derive v4.6.1 |
| 466 | 2026-06-29T04:05:03.640Z | Downloaded equivalent v1.0.2 |
| 467 | 2026-06-29T04:05:03.643Z | Downloaded zmij v1.0.21 |
| 468 | 2026-06-29T04:05:03.655Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 469 | 2026-06-29T04:05:03.664Z | Downloaded anstyle-query v1.1.5 |
| 470 | 2026-06-29T04:05:03.674Z | Downloaded semver v1.0.28 |
| 471 | 2026-06-29T04:05:03.699Z | Downloaded indexmap v2.14.0 |
| 472 | 2026-06-29T04:05:03.719Z | Downloaded serde_json v1.0.150 |
| 473 | 2026-06-29T04:05:03.722Z | Downloaded winnow v1.0.3 |
| 474 | 2026-06-29T04:05:03.727Z | Downloaded clap_builder v4.6.0 |
| 475 | 2026-06-29T04:05:03.747Z | Downloaded rustix v1.1.4 |
| 476 | 2026-06-29T04:05:03.759Z | Downloaded libc v0.2.186 |
| 477 | 2026-06-29T04:05:03.806Z | Compiling serde_core v1.0.228 |
| 478 | 2026-06-29T04:05:03.806Z | Compiling proc-macro2 v1.0.106 |
| 479 | 2026-06-29T04:05:03.806Z | Compiling unicode-ident v1.0.24 |
| 480 | 2026-06-29T04:05:03.806Z | Compiling quote v1.0.46 |
| 481 | 2026-06-29T04:05:03.806Z | Compiling libc v0.2.186 |
| 482 | 2026-06-29T04:05:03.806Z | Compiling rustix v1.1.4 |
| 483 | 2026-06-29T04:05:03.809Z | Compiling bitflags v2.13.0 |
| 484 | 2026-06-29T04:05:03.809Z | Compiling utf8parse v0.2.2 |
| 485 | 2026-06-29T04:05:03.967Z | Compiling zmij v1.0.21 |
| 486 | 2026-06-29T04:05:03.984Z | Compiling anstyle-parse v1.0.0 |
| 487 | 2026-06-29T04:05:04.185Z | Compiling serde_json v1.0.150 |
| 488 | 2026-06-29T04:05:04.203Z | Compiling is_terminal_polyfill v1.70.2 |
| 489 | 2026-06-29T04:05:04.275Z | Compiling camino v1.2.3 |
| 490 | 2026-06-29T04:05:04.279Z | Compiling thiserror v2.0.18 |
| 491 | 2026-06-29T04:05:04.313Z | Compiling serde v1.0.228 |
| 492 | 2026-06-29T04:05:04.363Z | Compiling anstyle v1.0.14 |
| 493 | 2026-06-29T04:05:04.400Z | Compiling colorchoice v1.0.5 |
| 494 | 2026-06-29T04:05:04.510Z | Compiling errno v0.3.14 |
| 495 | 2026-06-29T04:05:04.587Z | Compiling anstyle-query v1.1.5 |
| 496 | 2026-06-29T04:05:04.649Z | Compiling anstream v1.0.0 |
| 497 | 2026-06-29T04:05:04.678Z | Compiling memchr v2.8.2 |
| 498 | 2026-06-29T04:05:04.687Z | Compiling heck v0.5.0 |
| 499 | 2026-06-29T04:05:04.769Z | Compiling winnow v1.0.3 |
| 500 | 2026-06-29T04:05:05.004Z | Compiling itoa v1.0.18 |
| 501 | 2026-06-29T04:05:05.013Z | Compiling strsim v0.11.1 |
| 502 | 2026-06-29T04:05:05.112Z | Compiling syn v2.0.118 |
| 503 | 2026-06-29T04:05:05.163Z | Compiling terminal_size v0.4.4 |
| 504 | 2026-06-29T04:05:05.177Z | Compiling anyhow v1.0.102 |
| 505 | 2026-06-29T04:05:05.263Z | Compiling clap_lex v1.1.0 |
| 506 | 2026-06-29T04:05:05.313Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 507 | 2026-06-29T04:05:05.656Z | Compiling clap_builder v4.6.0 |
| 508 | 2026-06-29T04:05:05.692Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 509 | 2026-06-29T04:05:06.048Z | Compiling semver v1.0.28 |
| 510 | 2026-06-29T04:05:06.206Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 511 | 2026-06-29T04:05:06.655Z | Compiling serde_spanned v1.1.1 |
| 512 | 2026-06-29T04:05:06.696Z | Compiling cargo-platform v0.3.3 |
| 513 | 2026-06-29T04:05:06.760Z | Compiling toml v1.1.2+spec-1.1.0 |
| 514 | 2026-06-29T04:05:07.367Z | Compiling serde_derive v1.0.228 |
| 515 | 2026-06-29T04:05:07.588Z | Compiling thiserror-impl v2.0.18 |
| 516 | 2026-06-29T04:05:07.646Z | Compiling clap_derive v4.6.1 |
| 517 | 2026-06-29T04:05:09.168Z | Compiling clap v4.6.1 |
| 518 | 2026-06-29T04:05:10.512Z | Compiling cargo_metadata v0.23.1 |
| 519 | 2026-06-29T04:05:13.008Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 520 | 2026-06-29T04:05:14.598Z | Finished `dev` profile [optimized + debuginfo] target(s) in 11.21s |
| 521 | 2026-06-29T04:05:14.612Z | Running `target/debug/xtask build --profile debug xde xde-link` |
| 522 | 2026-06-29T04:05:16.035Z | Building xde (dev). |
| 523 | 2026-06-29T04:05:16.274Z | Compiling serde_core v1.0.228 |
| 524 | 2026-06-29T04:05:16.274Z | Compiling byteorder v1.5.0 |
| 525 | 2026-06-29T04:05:16.274Z | Compiling cfg-if v1.0.4 |
| 526 | 2026-06-29T04:05:16.277Z | Compiling stable_deref_trait v1.2.1 |
| 527 | 2026-06-29T04:05:16.277Z | Compiling macaddr v1.0.1 |
| 528 | 2026-06-29T04:05:16.296Z | Compiling thiserror v2.0.18 |
| 529 | 2026-06-29T04:05:16.303Z | Compiling zerocopy v0.8.52 |
| 530 | 2026-06-29T04:05:16.306Z | Compiling bitflags v1.3.2 |
| 531 | 2026-06-29T04:05:16.348Z | Compiling managed v0.8.0 |
| 532 | 2026-06-29T04:05:16.354Z | Compiling cobs v0.3.0 |
| 533 | 2026-06-29T04:05:16.358Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 534 | 2026-06-29T04:05:16.389Z | Compiling either v1.16.0 |
| 535 | 2026-06-29T04:05:16.467Z | Compiling hash32 v0.3.1 |
| 536 | 2026-06-29T04:05:16.546Z | Compiling itertools v0.15.0 |
| 537 | 2026-06-29T04:05:16.570Z | Compiling heapless v0.8.0 |
| 538 | 2026-06-29T04:05:16.574Z | Compiling ref-cast v1.0.25 |
| 539 | 2026-06-29T04:05:16.623Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 540 | 2026-06-29T04:05:16.624Z | Compiling crc32fast v1.5.0 |
| 541 | 2026-06-29T04:05:16.642Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 542 | 2026-06-29T04:05:16.657Z | Compiling dyn-clone v1.0.20 |
| 543 | 2026-06-29T04:05:16.818Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 544 | 2026-06-29T04:05:16.949Z | Compiling smoltcp v0.11.0 |
| 545 | 2026-06-29T04:05:17.875Z | Compiling bitflags v2.13.0 |
| 546 | 2026-06-29T04:05:17.875Z | Compiling serde v1.0.228 |
| 547 | 2026-06-29T04:05:17.875Z | Compiling uuid v1.23.3 |
| 548 | 2026-06-29T04:05:18.008Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 549 | 2026-06-29T04:05:18.288Z | Compiling postcard v1.1.3 |
| 550 | 2026-06-29T04:05:19.067Z | Compiling ingot-types v0.1.2 |
| 551 | 2026-06-29T04:05:19.347Z | Compiling ingot v0.1.1 |
| 552 | 2026-06-29T04:05:20.751Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 553 | 2026-06-29T04:05:25.111Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 554 | 2026-06-29T04:05:35.572Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 555 | 2026-06-29T04:05:37.307Z | warning: suspicious definition of the runtime `strlen` symbol used by the standard library |
| 556 | 2026-06-29T04:05:37.307Z | --> xde/src/ip.rs:9246:5 |
| 557 | 2026-06-29T04:05:37.307Z | | |
| 558 | 2026-06-29T04:05:37.307Z | 9246 | / pub fn strlen( |
| 559 | 2026-06-29T04:05:37.307Z | 9247 | | arg1: *const illumos_sys_hdrs::c_char, |
| 560 | 2026-06-29T04:05:37.307Z | 9248 | | ) -> illumos_sys_hdrs::c_ulong; |
| 561 | 2026-06-29T04:05:37.307Z | | |___________________________________^ |
| 562 | 2026-06-29T04:05:37.307Z | | |
| 563 | 2026-06-29T04:05:37.307Z | = note: expected `unsafe extern "C" fn(*const i8) -> usize` |
| 564 | 2026-06-29T04:05:37.307Z | found `unsafe extern "C" fn(*const i8) -> u64` |
| 565 | 2026-06-29T04:05:37.307Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "strlen")]`, or `#[link_name = "strlen"]` |
| 566 | 2026-06-29T04:05:37.307Z | = help: allow this lint if the signature is compatible |
| 567 | 2026-06-29T04:05:37.307Z | = note: `#[warn(suspicious_runtime_symbol_definitions)]` on by default |
| 568 | 2026-06-29T04:05:37.307Z | |
| 569 | 2026-06-29T04:05:37.347Z | warning: suspicious definition of the runtime `bcmp` symbol used by the standard library |
| 570 | 2026-06-29T04:05:37.347Z | --> xde/src/ip.rs:20144:5 |
| 571 | 2026-06-29T04:05:37.347Z | | |
| 572 | 2026-06-29T04:05:37.347Z | 20144 | / pub fn bcmp( |
| 573 | 2026-06-29T04:05:37.347Z | 20145 | | arg1: *const illumos_sys_hdrs::c_void, |
| 574 | 2026-06-29T04:05:37.347Z | 20146 | | arg2: *const illumos_sys_hdrs::c_void, |
| 575 | 2026-06-29T04:05:37.347Z | 20147 | | arg3: illumos_sys_hdrs::c_ulong, |
| 576 | 2026-06-29T04:05:37.347Z | 20148 | | ) -> illumos_sys_hdrs::c_int; |
| 577 | 2026-06-29T04:05:37.347Z | | |_________________________________^ |
| 578 | 2026-06-29T04:05:37.347Z | | |
| 579 | 2026-06-29T04:05:37.347Z | = note: expected `unsafe extern "C" fn(*const core::ffi::c_void, *const core::ffi::c_void, usize) -> i32` |
| 580 | 2026-06-29T04:05:37.347Z | found `unsafe extern "C" fn(*const core::ffi::c_void, *const core::ffi::c_void, u64) -> i32` |
| 581 | 2026-06-29T04:05:37.347Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "bcmp")]`, or `#[link_name = "bcmp"]` |
| 582 | 2026-06-29T04:05:37.347Z | = help: allow this lint if the signature is compatible |
| 583 | 2026-06-29T04:05:37.347Z | |
| 584 | 2026-06-29T04:05:37.352Z | warning: suspicious definition of the runtime `memset` symbol used by the standard library |
| 585 | 2026-06-29T04:05:37.352Z | --> xde/src/ip.rs:20825:5 |
| 586 | 2026-06-29T04:05:37.353Z | | |
| 587 | 2026-06-29T04:05:37.353Z | 20825 | / pub fn memset( |
| 588 | 2026-06-29T04:05:37.353Z | 20826 | | arg1: *mut illumos_sys_hdrs::c_void, |
| 589 | 2026-06-29T04:05:37.353Z | 20827 | | arg2: illumos_sys_hdrs::c_int, |
| 590 | 2026-06-29T04:05:37.353Z | 20828 | | arg3: illumos_sys_hdrs::c_ulong, |
| 591 | 2026-06-29T04:05:37.353Z | 20829 | | ) -> *mut illumos_sys_hdrs::c_void; |
| 592 | 2026-06-29T04:05:37.353Z | | |_______________________________________^ |
| 593 | 2026-06-29T04:05:37.353Z | | |
| 594 | 2026-06-29T04:05:37.353Z | = note: expected `unsafe extern "C" fn(*mut core::ffi::c_void, i32, usize) -> *mut core::ffi::c_void` |
| 595 | 2026-06-29T04:05:37.353Z | found `unsafe extern "C" fn(*mut core::ffi::c_void, i32, u64) -> *mut core::ffi::c_void` |
| 596 | 2026-06-29T04:05:37.353Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memset")]`, or `#[link_name = "memset"]` |
| 597 | 2026-06-29T04:05:37.353Z | = help: allow this lint if the signature is compatible |
| 598 | 2026-06-29T04:05:37.353Z | |
| 599 | 2026-06-29T04:05:37.353Z | warning: suspicious definition of the runtime `memcpy` symbol used by the standard library |
| 600 | 2026-06-29T04:05:37.353Z | --> xde/src/ip.rs:20832:5 |
| 601 | 2026-06-29T04:05:37.353Z | | |
| 602 | 2026-06-29T04:05:37.353Z | 20832 | / pub fn memcpy( |
| 603 | 2026-06-29T04:05:37.353Z | 20833 | | arg1: *mut illumos_sys_hdrs::c_void, |
| 604 | 2026-06-29T04:05:37.353Z | 20834 | | arg2: *const illumos_sys_hdrs::c_void, |
| 605 | 2026-06-29T04:05:37.353Z | 20835 | | arg3: illumos_sys_hdrs::c_ulong, |
| 606 | 2026-06-29T04:05:37.353Z | 20836 | | ) -> *mut illumos_sys_hdrs::c_void; |
| 607 | 2026-06-29T04:05:37.353Z | | |_______________________________________^ |
| 608 | 2026-06-29T04:05:37.353Z | | |
| 609 | 2026-06-29T04:05:37.353Z | = note: expected `unsafe extern "C" fn(*mut c_void, *const c_void, usize) -> *mut c_void` |
| 610 | 2026-06-29T04:05:37.353Z | found `unsafe extern "C" fn(*mut c_void, *const c_void, u64) -> *mut c_void` |
| 611 | 2026-06-29T04:05:37.353Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memcpy")]`, or `#[link_name = "memcpy"]` |
| 612 | 2026-06-29T04:05:37.353Z | = help: allow this lint if the signature is compatible |
| 613 | 2026-06-29T04:05:37.354Z | = note: the full name for the type has been written to '/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/xde-d66f4e8a07142412.long-type-4496558460533001561.txt' |
| 614 | 2026-06-29T04:05:37.354Z | = note: consider using `--verbose` to print the full type name to the console |
| 615 | 2026-06-29T04:05:37.354Z | |
| 616 | 2026-06-29T04:05:37.354Z | warning: suspicious definition of the runtime `memmove` symbol used by the standard library |
| 617 | 2026-06-29T04:05:37.354Z | --> xde/src/ip.rs:20839:5 |
| 618 | 2026-06-29T04:05:37.354Z | | |
| 619 | 2026-06-29T04:05:37.354Z | 20839 | / pub fn memmove( |
| 620 | 2026-06-29T04:05:37.354Z | 20840 | | arg1: *mut illumos_sys_hdrs::c_void, |
| 621 | 2026-06-29T04:05:37.354Z | 20841 | | arg2: *const illumos_sys_hdrs::c_void, |
| 622 | 2026-06-29T04:05:37.354Z | 20842 | | arg3: illumos_sys_hdrs::c_ulong, |
| 623 | 2026-06-29T04:05:37.354Z | 20843 | | ) -> *mut illumos_sys_hdrs::c_void; |
| 624 | 2026-06-29T04:05:37.354Z | | |_______________________________________^ |
| 625 | 2026-06-29T04:05:37.354Z | | |
| 626 | 2026-06-29T04:05:37.354Z | = note: expected `unsafe extern "C" fn(*mut c_void, *const c_void, usize) -> *mut c_void` |
| 627 | 2026-06-29T04:05:37.354Z | found `unsafe extern "C" fn(*mut c_void, *const c_void, u64) -> *mut c_void` |
| 628 | 2026-06-29T04:05:37.354Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memmove")]`, or `#[link_name = "memmove"]` |
| 629 | 2026-06-29T04:05:37.354Z | = help: allow this lint if the signature is compatible |
| 630 | 2026-06-29T04:05:37.354Z | = note: the full name for the type has been written to '/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/xde-d66f4e8a07142412.long-type-4496558460533001561.txt' |
| 631 | 2026-06-29T04:05:37.354Z | = note: consider using `--verbose` to print the full type name to the console |
| 632 | 2026-06-29T04:05:37.354Z | |
| 633 | 2026-06-29T04:05:37.354Z | warning: suspicious definition of the runtime `memcmp` symbol used by the standard library |
| 634 | 2026-06-29T04:05:37.354Z | --> xde/src/ip.rs:20846:5 |
| 635 | 2026-06-29T04:05:37.354Z | | |
| 636 | 2026-06-29T04:05:37.354Z | 20846 | / pub fn memcmp( |
| 637 | 2026-06-29T04:05:37.354Z | 20847 | | arg1: *const illumos_sys_hdrs::c_void, |
| 638 | 2026-06-29T04:05:37.354Z | 20848 | | arg2: *const illumos_sys_hdrs::c_void, |
| 639 | 2026-06-29T04:05:37.354Z | 20849 | | arg3: illumos_sys_hdrs::c_ulong, |
| 640 | 2026-06-29T04:05:37.354Z | 20850 | | ) -> illumos_sys_hdrs::c_int; |
| 641 | 2026-06-29T04:05:37.355Z | | |_________________________________^ |
| 642 | 2026-06-29T04:05:37.355Z | | |
| 643 | 2026-06-29T04:05:37.355Z | = note: expected `unsafe extern "C" fn(*const core::ffi::c_void, *const core::ffi::c_void, usize) -> i32` |
| 644 | 2026-06-29T04:05:37.355Z | found `unsafe extern "C" fn(*const core::ffi::c_void, *const core::ffi::c_void, u64) -> i32` |
| 645 | 2026-06-29T04:05:37.355Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memcmp")]`, or `#[link_name = "memcmp"]` |
| 646 | 2026-06-29T04:05:37.355Z | = help: allow this lint if the signature is compatible |
| 647 | 2026-06-29T04:05:37.355Z | |
| 648 | 2026-06-29T04:05:43.997Z | warning: `xde` (lib) generated 6 warnings |
| 649 | 2026-06-29T04:05:43.997Z | Finished `dev` profile [optimized + debuginfo] target(s) in 27.93s |
| 650 | 2026-06-29T04:05:44.019Z | Linking xde kmod... |
| 651 | 2026-06-29T04:05:45.212Z | Building xde dev link helper (dev). |
| 652 | 2026-06-29T04:05:45.368Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 653 | 2026-06-29T04:05:45.709Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.46s |
| 654 | 2026-06-29T04:05:45.733Z | |
| 655 | 2026-06-29T04:05:45.736Z | real 42.352225981 |
| 656 | 2026-06-29T04:05:45.736Z | user 2:17.379251358 |
| 657 | 2026-06-29T04:05:45.737Z | sys 11.200310072 |
| 658 | 2026-06-29T04:05:45.737Z | trap 0.063161300 |
| 659 | 2026-06-29T04:05:45.737Z | tflt 0.336651847 |
| 660 | 2026-06-29T04:05:45.737Z | dflt 0.402628631 |
| 661 | 2026-06-29T04:05:45.737Z | kflt 0.000004150 |
| 662 | 2026-06-29T04:05:45.737Z | lock 7:00.425417544 |
| 663 | 2026-06-29T04:05:45.737Z | slp 3:53.822065155 |
| 664 | 2026-06-29T04:05:45.737Z | lat 5.727147831 |
| 665 | 2026-06-29T04:05:45.737Z | stop 4.854401194 |
| 666 | 2026-06-29T04:05:45.737Z | + header 'build xde (release)' |
| 667 | 2026-06-29T04:05:45.737Z | + echo '# ==== build xde (release) ==== #' |
| 668 | 2026-06-29T04:05:45.737Z | # ==== build xde (release) ==== # |
| 669 | 2026-06-29T04:05:45.737Z | + ptime -m cargo xtask build --profile release xde xde-link |
| 670 | 2026-06-29T04:05:45.881Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.14s |
| 671 | 2026-06-29T04:05:45.885Z | Running `target/debug/xtask build --profile release xde xde-link` |
| 672 | 2026-06-29T04:05:46.078Z | Building xde (release-lto). |
| 673 | 2026-06-29T04:05:46.311Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-29-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 674 | 2026-06-29T04:05:46.311Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-29-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 675 | 2026-06-29T04:05:46.314Z | Compiling proc-macro2 v1.0.106 |
| 676 | 2026-06-29T04:05:46.314Z | Compiling unicode-ident v1.0.24 |
| 677 | 2026-06-29T04:05:46.314Z | Compiling quote v1.0.46 |
| 678 | 2026-06-29T04:05:46.314Z | Compiling strsim v0.11.1 |
| 679 | 2026-06-29T04:05:46.314Z | Compiling ident_case v1.0.1 |
| 680 | 2026-06-29T04:05:46.314Z | Compiling serde_core v1.0.228 |
| 681 | 2026-06-29T04:05:46.429Z | Compiling fnv v1.0.7 |
| 682 | 2026-06-29T04:05:46.433Z | Compiling memchr v2.8.2 |
| 683 | 2026-06-29T04:05:46.511Z | Compiling regex-syntax v0.8.11 |
| 684 | 2026-06-29T04:05:46.680Z | Compiling either v1.16.0 |
| 685 | 2026-06-29T04:05:46.694Z | Compiling zerocopy v0.8.52 |
| 686 | 2026-06-29T04:05:46.700Z | Compiling serde v1.0.228 |
| 687 | 2026-06-29T04:05:46.825Z | Compiling aho-corasick v1.1.4 |
| 688 | 2026-06-29T04:05:46.872Z | Compiling thiserror v2.0.18 |
| 689 | 2026-06-29T04:05:47.077Z | Compiling itertools v0.14.0 |
| 690 | 2026-06-29T04:05:47.095Z | Compiling heapless v0.8.0 |
| 691 | 2026-06-29T04:05:47.440Z | Compiling syn v2.0.118 |
| 692 | 2026-06-29T04:05:47.478Z | Compiling smoltcp v0.11.0 |
| 693 | 2026-06-29T04:05:47.498Z | Compiling crc32fast v1.5.0 |
| 694 | 2026-06-29T04:05:47.566Z | Compiling version_check v0.9.5 |
| 695 | 2026-06-29T04:05:47.836Z | Compiling ref-cast v1.0.25 |
| 696 | 2026-06-29T04:05:47.919Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 697 | 2026-06-29T04:05:47.947Z | Compiling regex-automata v0.4.14 |
| 698 | 2026-06-29T04:05:49.492Z | Compiling regex v1.12.4 |
| 699 | 2026-06-29T04:05:49.730Z | Compiling darling_core v0.21.3 |
| 700 | 2026-06-29T04:05:49.749Z | Compiling darling_core v0.23.0 |
| 701 | 2026-06-29T04:05:50.666Z | Compiling thiserror-impl v2.0.18 |
| 702 | 2026-06-29T04:05:50.666Z | Compiling serde_derive v1.0.228 |
| 703 | 2026-06-29T04:05:50.669Z | Compiling zerocopy-derive v0.8.52 |
| 704 | 2026-06-29T04:05:50.669Z | Compiling ref-cast-impl v1.0.25 |
| 705 | 2026-06-29T04:05:50.670Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 706 | 2026-06-29T04:05:52.301Z | Compiling darling_macro v0.23.0 |
| 707 | 2026-06-29T04:05:52.381Z | Compiling darling_macro v0.21.3 |
| 708 | 2026-06-29T04:05:53.176Z | Compiling darling v0.23.0 |
| 709 | 2026-06-29T04:05:53.238Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 710 | 2026-06-29T04:05:53.242Z | Compiling darling v0.21.3 |
| 711 | 2026-06-29T04:05:53.302Z | Compiling ingot-macros v0.1.1 |
| 712 | 2026-06-29T04:05:58.886Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-29-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 713 | 2026-06-29T04:06:01.002Z | Compiling byteorder v1.5.0 |
| 714 | 2026-06-29T04:06:01.002Z | Compiling macaddr v1.0.1 |
| 715 | 2026-06-29T04:06:01.002Z | Compiling cfg-if v1.0.4 |
| 716 | 2026-06-29T04:06:01.006Z | Compiling stable_deref_trait v1.2.1 |
| 717 | 2026-06-29T04:06:01.061Z | Compiling bitflags v1.3.2 |
| 718 | 2026-06-29T04:06:01.072Z | Compiling cobs v0.3.0 |
| 719 | 2026-06-29T04:06:01.095Z | Compiling managed v0.8.0 |
| 720 | 2026-06-29T04:06:01.189Z | Compiling hash32 v0.3.1 |
| 721 | 2026-06-29T04:06:01.268Z | Compiling dyn-clone v1.0.20 |
| 722 | 2026-06-29T04:06:01.311Z | Compiling itertools v0.15.0 |
| 723 | 2026-06-29T04:06:01.365Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 724 | 2026-06-29T04:06:02.619Z | Compiling bitflags v2.13.0 |
| 725 | 2026-06-29T04:06:02.619Z | Compiling uuid v1.23.3 |
| 726 | 2026-06-29T04:06:02.761Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 727 | 2026-06-29T04:06:03.056Z | Compiling postcard v1.1.3 |
| 728 | 2026-06-29T04:06:03.854Z | Compiling ingot-types v0.1.2 |
| 729 | 2026-06-29T04:06:04.168Z | Compiling ingot v0.1.1 |
| 730 | 2026-06-29T04:06:05.671Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 731 | 2026-06-29T04:06:09.519Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 732 | 2026-06-29T04:06:18.419Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 733 | 2026-06-29T04:06:19.773Z | warning: suspicious definition of the runtime `strlen` symbol used by the standard library |
| 734 | 2026-06-29T04:06:19.773Z | --> xde/src/ip.rs:9246:5 |
| 735 | 2026-06-29T04:06:19.773Z | | |
| 736 | 2026-06-29T04:06:19.773Z | 9246 | / pub fn strlen( |
| 737 | 2026-06-29T04:06:19.773Z | 9247 | | arg1: *const illumos_sys_hdrs::c_char, |
| 738 | 2026-06-29T04:06:19.773Z | 9248 | | ) -> illumos_sys_hdrs::c_ulong; |
| 739 | 2026-06-29T04:06:19.773Z | | |___________________________________^ |
| 740 | 2026-06-29T04:06:19.773Z | | |
| 741 | 2026-06-29T04:06:19.773Z | = note: expected `unsafe extern "C" fn(*const i8) -> usize` |
| 742 | 2026-06-29T04:06:19.773Z | found `unsafe extern "C" fn(*const i8) -> u64` |
| 743 | 2026-06-29T04:06:19.773Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "strlen")]`, or `#[link_name = "strlen"]` |
| 744 | 2026-06-29T04:06:19.773Z | = help: allow this lint if the signature is compatible |
| 745 | 2026-06-29T04:06:19.773Z | = note: `#[warn(suspicious_runtime_symbol_definitions)]` on by default |
| 746 | 2026-06-29T04:06:19.773Z | |
| 747 | 2026-06-29T04:06:19.799Z | warning: suspicious definition of the runtime `bcmp` symbol used by the standard library |
| 748 | 2026-06-29T04:06:19.799Z | --> xde/src/ip.rs:20144:5 |
| 749 | 2026-06-29T04:06:19.799Z | | |
| 750 | 2026-06-29T04:06:19.799Z | 20144 | / pub fn bcmp( |
| 751 | 2026-06-29T04:06:19.799Z | 20145 | | arg1: *const illumos_sys_hdrs::c_void, |
| 752 | 2026-06-29T04:06:19.799Z | 20146 | | arg2: *const illumos_sys_hdrs::c_void, |
| 753 | 2026-06-29T04:06:19.799Z | 20147 | | arg3: illumos_sys_hdrs::c_ulong, |
| 754 | 2026-06-29T04:06:19.799Z | 20148 | | ) -> illumos_sys_hdrs::c_int; |
| 755 | 2026-06-29T04:06:19.799Z | | |_________________________________^ |
| 756 | 2026-06-29T04:06:19.799Z | | |
| 757 | 2026-06-29T04:06:19.799Z | = note: expected `unsafe extern "C" fn(*const core::ffi::c_void, *const core::ffi::c_void, usize) -> i32` |
| 758 | 2026-06-29T04:06:19.799Z | found `unsafe extern "C" fn(*const core::ffi::c_void, *const core::ffi::c_void, u64) -> i32` |
| 759 | 2026-06-29T04:06:19.799Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "bcmp")]`, or `#[link_name = "bcmp"]` |
| 760 | 2026-06-29T04:06:19.799Z | = help: allow this lint if the signature is compatible |
| 761 | 2026-06-29T04:06:19.799Z | |
| 762 | 2026-06-29T04:06:19.803Z | warning: suspicious definition of the runtime `memset` symbol used by the standard library |
| 763 | 2026-06-29T04:06:19.803Z | --> xde/src/ip.rs:20825:5 |
| 764 | 2026-06-29T04:06:19.803Z | | |
| 765 | 2026-06-29T04:06:19.803Z | 20825 | / pub fn memset( |
| 766 | 2026-06-29T04:06:19.804Z | 20826 | | arg1: *mut illumos_sys_hdrs::c_void, |
| 767 | 2026-06-29T04:06:19.804Z | 20827 | | arg2: illumos_sys_hdrs::c_int, |
| 768 | 2026-06-29T04:06:19.804Z | 20828 | | arg3: illumos_sys_hdrs::c_ulong, |
| 769 | 2026-06-29T04:06:19.804Z | 20829 | | ) -> *mut illumos_sys_hdrs::c_void; |
| 770 | 2026-06-29T04:06:19.804Z | | |_______________________________________^ |
| 771 | 2026-06-29T04:06:19.804Z | | |
| 772 | 2026-06-29T04:06:19.804Z | = note: expected `unsafe extern "C" fn(*mut core::ffi::c_void, i32, usize) -> *mut core::ffi::c_void` |
| 773 | 2026-06-29T04:06:19.804Z | found `unsafe extern "C" fn(*mut core::ffi::c_void, i32, u64) -> *mut core::ffi::c_void` |
| 774 | 2026-06-29T04:06:19.804Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memset")]`, or `#[link_name = "memset"]` |
| 775 | 2026-06-29T04:06:19.804Z | = help: allow this lint if the signature is compatible |
| 776 | 2026-06-29T04:06:19.804Z | |
| 777 | 2026-06-29T04:06:19.804Z | warning: suspicious definition of the runtime `memcpy` symbol used by the standard library |
| 778 | 2026-06-29T04:06:19.804Z | --> xde/src/ip.rs:20832:5 |
| 779 | 2026-06-29T04:06:19.804Z | | |
| 780 | 2026-06-29T04:06:19.804Z | 20832 | / pub fn memcpy( |
| 781 | 2026-06-29T04:06:19.804Z | 20833 | | arg1: *mut illumos_sys_hdrs::c_void, |
| 782 | 2026-06-29T04:06:19.804Z | 20834 | | arg2: *const illumos_sys_hdrs::c_void, |
| 783 | 2026-06-29T04:06:19.804Z | 20835 | | arg3: illumos_sys_hdrs::c_ulong, |
| 784 | 2026-06-29T04:06:19.804Z | 20836 | | ) -> *mut illumos_sys_hdrs::c_void; |
| 785 | 2026-06-29T04:06:19.804Z | | |_______________________________________^ |
| 786 | 2026-06-29T04:06:19.804Z | | |
| 787 | 2026-06-29T04:06:19.804Z | = note: expected `unsafe extern "C" fn(*mut c_void, *const c_void, usize) -> *mut c_void` |
| 788 | 2026-06-29T04:06:19.804Z | found `unsafe extern "C" fn(*mut c_void, *const c_void, u64) -> *mut c_void` |
| 789 | 2026-06-29T04:06:19.804Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memcpy")]`, or `#[link_name = "memcpy"]` |
| 790 | 2026-06-29T04:06:19.804Z | = help: allow this lint if the signature is compatible |
| 791 | 2026-06-29T04:06:19.804Z | = note: the full name for the type has been written to '/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release-lto/deps/xde-3f2e4fe198470585.long-type-8288499226530201054.txt' |
| 792 | 2026-06-29T04:06:19.804Z | = note: consider using `--verbose` to print the full type name to the console |
| 793 | 2026-06-29T04:06:19.804Z | |
| 794 | 2026-06-29T04:06:19.804Z | warning: suspicious definition of the runtime `memmove` symbol used by the standard library |
| 795 | 2026-06-29T04:06:19.804Z | --> xde/src/ip.rs:20839:5 |
| 796 | 2026-06-29T04:06:19.804Z | | |
| 797 | 2026-06-29T04:06:19.804Z | 20839 | / pub fn memmove( |
| 798 | 2026-06-29T04:06:19.804Z | 20840 | | arg1: *mut illumos_sys_hdrs::c_void, |
| 799 | 2026-06-29T04:06:19.804Z | 20841 | | arg2: *const illumos_sys_hdrs::c_void, |
| 800 | 2026-06-29T04:06:19.804Z | 20842 | | arg3: illumos_sys_hdrs::c_ulong, |
| 801 | 2026-06-29T04:06:19.804Z | 20843 | | ) -> *mut illumos_sys_hdrs::c_void; |
| 802 | 2026-06-29T04:06:19.804Z | | |_______________________________________^ |
| 803 | 2026-06-29T04:06:19.804Z | | |
| 804 | 2026-06-29T04:06:19.805Z | = note: expected `unsafe extern "C" fn(*mut c_void, *const c_void, usize) -> *mut c_void` |
| 805 | 2026-06-29T04:06:19.805Z | found `unsafe extern "C" fn(*mut c_void, *const c_void, u64) -> *mut c_void` |
| 806 | 2026-06-29T04:06:19.805Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memmove")]`, or `#[link_name = "memmove"]` |
| 807 | 2026-06-29T04:06:19.805Z | = help: allow this lint if the signature is compatible |
| 808 | 2026-06-29T04:06:19.805Z | = note: the full name for the type has been written to '/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release-lto/deps/xde-3f2e4fe198470585.long-type-8288499226530201054.txt' |
| 809 | 2026-06-29T04:06:19.805Z | = note: consider using `--verbose` to print the full type name to the console |
| 810 | 2026-06-29T04:06:19.805Z | |
| 811 | 2026-06-29T04:06:19.805Z | warning: suspicious definition of the runtime `memcmp` symbol used by the standard library |
| 812 | 2026-06-29T04:06:19.805Z | --> xde/src/ip.rs:20846:5 |
| 813 | 2026-06-29T04:06:19.805Z | | |
| 814 | 2026-06-29T04:06:19.805Z | 20846 | / pub fn memcmp( |
| 815 | 2026-06-29T04:06:19.805Z | 20847 | | arg1: *const illumos_sys_hdrs::c_void, |
| 816 | 2026-06-29T04:06:19.805Z | 20848 | | arg2: *const illumos_sys_hdrs::c_void, |
| 817 | 2026-06-29T04:06:19.805Z | 20849 | | arg3: illumos_sys_hdrs::c_ulong, |
| 818 | 2026-06-29T04:06:19.805Z | 20850 | | ) -> illumos_sys_hdrs::c_int; |
| 819 | 2026-06-29T04:06:19.805Z | | |_________________________________^ |
| 820 | 2026-06-29T04:06:19.805Z | | |
| 821 | 2026-06-29T04:06:19.805Z | = note: expected `unsafe extern "C" fn(*const core::ffi::c_void, *const core::ffi::c_void, usize) -> i32` |
| 822 | 2026-06-29T04:06:19.805Z | found `unsafe extern "C" fn(*const core::ffi::c_void, *const core::ffi::c_void, u64) -> i32` |
| 823 | 2026-06-29T04:06:19.805Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memcmp")]`, or `#[link_name = "memcmp"]` |
| 824 | 2026-06-29T04:06:19.805Z | = help: allow this lint if the signature is compatible |
| 825 | 2026-06-29T04:06:19.805Z | |
| 826 | 2026-06-29T04:06:48.201Z | warning: `xde` (lib) generated 6 warnings |
| 827 | 2026-06-29T04:06:48.202Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 02s |
| 828 | 2026-06-29T04:06:48.225Z | Linking xde kmod... |
| 829 | 2026-06-29T04:06:48.818Z | Building xde dev link helper (release). |
| 830 | 2026-06-29T04:06:48.979Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-29-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 831 | 2026-06-29T04:06:48.979Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-29-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 832 | 2026-06-29T04:06:48.979Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 833 | 2026-06-29T04:07:00.558Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-29-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 834 | 2026-06-29T04:07:03.072Z | Finished `release` profile [optimized + debuginfo] target(s) in 14.22s |
| 835 | 2026-06-29T04:07:03.091Z | |
| 836 | 2026-06-29T04:07:03.095Z | real 1:17.354493462 |
| 837 | 2026-06-29T04:07:03.095Z | user 2:10.923571247 |
| 838 | 2026-06-29T04:07:03.095Z | sys 12.689311831 |
| 839 | 2026-06-29T04:07:03.095Z | trap 0.034430211 |
| 840 | 2026-06-29T04:07:03.095Z | tflt 0.152580991 |
| 841 | 2026-06-29T04:07:03.095Z | dflt 0.201876339 |
| 842 | 2026-06-29T04:07:03.095Z | kflt 0.000046800 |
| 843 | 2026-06-29T04:07:03.096Z | lock 12:18.618446150 |
| 844 | 2026-06-29T04:07:03.096Z | slp 6:12.804817917 |
| 845 | 2026-06-29T04:07:03.096Z | lat 2.556122591 |
| 846 | 2026-06-29T04:07:03.096Z | stop 5.471887150 |
| 847 | 2026-06-29T04:07:03.096Z | + elfdump target/x86_64-unknown-unknown/debug/xde.dbg |
| 848 | 2026-06-29T04:07:03.096Z | + grep GOTPCREL |
| 849 | 2026-06-29T04:07:04.896Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 850 | 2026-06-29T04:07:04.899Z | + grep GOTPCREL |
| 851 | 2026-06-29T04:07:05.861Z | + cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/ |
| 852 | 2026-06-29T04:07:05.920Z | + sha256sum /work/debug/xde.dbg |
| 853 | 2026-06-29T04:07:05.974Z | + cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so |
| 854 | 2026-06-29T04:07:05.977Z | + sha256sum /work/debug/xde_link.dbg.so |
| 855 | 2026-06-29T04:07:05.980Z | + cp target/x86_64-unknown-unknown/release-lto/xde /work/release/ |
| 856 | 2026-06-29T04:07:06.017Z | + sha256sum /work/release/xde |
| 857 | 2026-06-29T04:07:06.047Z | + cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so |
| 858 | 2026-06-29T04:07:06.050Z | + sha256sum /work/release/xde_link.so |
| 859 | 2026-06-29T04:07:06.053Z | + header 'build xde integration tests' |
| 860 | 2026-06-29T04:07:06.053Z | + echo '# ==== build xde integration tests ==== #' |
| 861 | 2026-06-29T04:07:06.053Z | # ==== build xde integration tests ==== # |
| 862 | 2026-06-29T04:07:06.053Z | + pushd xde-tests |
| 863 | 2026-06-29T04:07:06.053Z | /work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte |
| 864 | 2026-06-29T04:07:06.053Z | + cargo +nightly-2026-06-29-x86_64-unknown-illumos fmt -- --check |
| 865 | 2026-06-29T04:07:06.134Z | + cargo clippy --all-targets -- --deny warnings |
| 866 | 2026-06-29T04:07:06.342Z | Compiling serde_core v1.0.228 |
| 867 | 2026-06-29T04:07:06.342Z | Checking cfg-if v1.0.4 |
| 868 | 2026-06-29T04:07:06.342Z | Checking memchr v2.8.2 |
| 869 | 2026-06-29T04:07:06.342Z | Compiling serde v1.0.228 |
| 870 | 2026-06-29T04:07:06.345Z | Compiling rustversion v1.0.22 |
| 871 | 2026-06-29T04:07:06.345Z | Compiling ident_case v1.0.1 |
| 872 | 2026-06-29T04:07:06.345Z | Compiling strsim v0.11.1 |
| 873 | 2026-06-29T04:07:06.345Z | Compiling syn v2.0.118 |
| 874 | 2026-06-29T04:07:06.410Z | Compiling version_check v0.9.5 |
| 875 | 2026-06-29T04:07:06.462Z | Compiling libc v0.2.186 |
| 876 | 2026-06-29T04:07:06.645Z | Compiling fnv v1.0.7 |
| 877 | 2026-06-29T04:07:06.682Z | Compiling regex-syntax v0.8.11 |
| 878 | 2026-06-29T04:07:06.724Z | Compiling syn v1.0.109 |
| 879 | 2026-06-29T04:07:06.737Z | Checking pin-project-lite v0.2.17 |
| 880 | 2026-06-29T04:07:06.811Z | Compiling hashbrown v0.17.1 |
| 881 | 2026-06-29T04:07:07.060Z | Compiling aho-corasick v1.1.4 |
| 882 | 2026-06-29T04:07:07.135Z | Compiling equivalent v1.0.2 |
| 883 | 2026-06-29T04:07:07.209Z | Compiling zerocopy v0.8.52 |
| 884 | 2026-06-29T04:07:07.226Z | Compiling either v1.16.0 |
| 885 | 2026-06-29T04:07:07.262Z | Compiling winnow v1.0.3 |
| 886 | 2026-06-29T04:07:07.339Z | Compiling indexmap v2.14.0 |
| 887 | 2026-06-29T04:07:07.420Z | Compiling itertools v0.14.0 |
| 888 | 2026-06-29T04:07:07.942Z | Compiling heapless v0.8.0 |
| 889 | 2026-06-29T04:07:08.160Z | Compiling regex-automata v0.4.14 |
| 890 | 2026-06-29T04:07:08.227Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 891 | 2026-06-29T04:07:08.257Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 892 | 2026-06-29T04:07:08.472Z | Checking byteorder v1.5.0 |
| 893 | 2026-06-29T04:07:08.622Z | Checking hash32 v0.3.1 |
| 894 | 2026-06-29T04:07:08.628Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 895 | 2026-06-29T04:07:08.718Z | Checking bitflags v2.13.0 |
| 896 | 2026-06-29T04:07:08.722Z | Compiling slog v2.8.2 |
| 897 | 2026-06-29T04:07:08.767Z | Checking futures-sink v0.3.32 |
| 898 | 2026-06-29T04:07:08.789Z | Compiling smoltcp v0.11.0 |
| 899 | 2026-06-29T04:07:08.852Z | Checking stable_deref_trait v1.2.1 |
| 900 | 2026-06-29T04:07:08.870Z | Compiling darling_core v0.21.3 |
| 901 | 2026-06-29T04:07:08.912Z | Compiling darling_core v0.23.0 |
| 902 | 2026-06-29T04:07:08.928Z | Checking macaddr v1.0.1 |
| 903 | 2026-06-29T04:07:09.060Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 904 | 2026-06-29T04:07:09.112Z | Checking futures-core v0.3.32 |
| 905 | 2026-06-29T04:07:09.230Z | Checking futures-channel v0.3.32 |
| 906 | 2026-06-29T04:07:09.295Z | Compiling proc-macro-crate v3.5.0 |
| 907 | 2026-06-29T04:07:09.519Z | Compiling proc-macro-error-attr v1.0.4 |
| 908 | 2026-06-29T04:07:09.710Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 909 | 2026-06-29T04:07:09.731Z | Checking bitflags v1.3.2 |
| 910 | 2026-06-29T04:07:09.781Z | Checking futures-io v0.3.32 |
| 911 | 2026-06-29T04:07:09.787Z | Compiling getrandom v0.4.3 |
| 912 | 2026-06-29T04:07:09.885Z | Compiling regex v1.12.4 |
| 913 | 2026-06-29T04:07:09.911Z | Compiling ref-cast v1.0.25 |
| 914 | 2026-06-29T04:07:10.036Z | Compiling crc32fast v1.5.0 |
| 915 | 2026-06-29T04:07:10.068Z | Compiling serde_derive v1.0.228 |
| 916 | 2026-06-29T04:07:10.212Z | Compiling thiserror-impl v2.0.18 |
| 917 | 2026-06-29T04:07:10.274Z | Compiling zerocopy-derive v0.8.52 |
| 918 | 2026-06-29T04:07:10.307Z | Compiling futures-macro v0.3.32 |
| 919 | 2026-06-29T04:07:10.699Z | Checking managed v0.8.0 |
| 920 | 2026-06-29T04:07:10.891Z | Checking futures-task v0.3.32 |
| 921 | 2026-06-29T04:07:10.976Z | Checking rand_core v0.10.1 |
| 922 | 2026-06-29T04:07:10.997Z | Compiling darling_macro v0.21.3 |
| 923 | 2026-06-29T04:07:11.019Z | Compiling autocfg v1.5.1 |
| 924 | 2026-06-29T04:07:11.023Z | Compiling darling_macro v0.23.0 |
| 925 | 2026-06-29T04:07:11.108Z | Checking slab v0.4.12 |
| 926 | 2026-06-29T04:07:11.251Z | Checking futures-util v0.3.32 |
| 927 | 2026-06-29T04:07:11.370Z | Compiling num-traits v0.2.19 |
| 928 | 2026-06-29T04:07:11.486Z | Checking thiserror v2.0.18 |
| 929 | 2026-06-29T04:07:11.552Z | Compiling darling v0.21.3 |
| 930 | 2026-06-29T04:07:11.571Z | Compiling darling v0.23.0 |
| 931 | 2026-06-29T04:07:11.577Z | Checking cobs v0.3.0 |
| 932 | 2026-06-29T04:07:11.620Z | Compiling ingot-macros v0.1.1 |
| 933 | 2026-06-29T04:07:11.639Z | Compiling foreign-types-macros v0.2.3 |
| 934 | 2026-06-29T04:07:11.659Z | Compiling num_enum_derive v0.7.6 |
| 935 | 2026-06-29T04:07:11.702Z | Compiling ref-cast-impl v1.0.25 |
| 936 | 2026-06-29T04:07:12.283Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 937 | 2026-06-29T04:07:12.314Z | Compiling proc-macro-error v1.0.4 |
| 938 | 2026-06-29T04:07:12.394Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 939 | 2026-06-29T04:07:12.534Z | Checking once_cell v1.21.4 |
| 940 | 2026-06-29T04:07:12.595Z | Checking unicode-width v0.2.2 |
| 941 | 2026-06-29T04:07:12.633Z | Compiling crossbeam-utils v0.8.21 |
| 942 | 2026-06-29T04:07:12.644Z | Checking ipnetwork v0.21.1 |
| 943 | 2026-06-29T04:07:12.703Z | Checking cpufeatures v0.3.0 |
| 944 | 2026-06-29T04:07:12.763Z | Checking foreign-types-shared v0.3.1 |
| 945 | 2026-06-29T04:07:12.806Z | Checking chacha20 v0.10.0 |
| 946 | 2026-06-29T04:07:12.831Z | Checking tabwriter v1.4.1 |
| 947 | 2026-06-29T04:07:12.836Z | Checking foreign-types v0.5.0 |
| 948 | 2026-06-29T04:07:12.892Z | Checking tracing-core v0.1.36 |
| 949 | 2026-06-29T04:07:12.931Z | Checking num_enum v0.7.6 |
| 950 | 2026-06-29T04:07:13.082Z | Checking anyhow v1.0.102 |
| 951 | 2026-06-29T04:07:13.200Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 952 | 2026-06-29T04:07:13.221Z | Checking futures-executor v0.3.32 |
| 953 | 2026-06-29T04:07:13.248Z | Checking erased-serde v0.3.31 |
| 954 | 2026-06-29T04:07:13.272Z | Checking postcard v1.1.3 |
| 955 | 2026-06-29T04:07:13.392Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 956 | 2026-06-29T04:07:13.439Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 957 | 2026-06-29T04:07:13.504Z | Compiling tracing-attributes v0.1.31 |
| 958 | 2026-06-29T04:07:13.635Z | Checking itertools v0.15.0 |
| 959 | 2026-06-29T04:07:13.848Z | Checking cstr-argument v0.1.2 |
| 960 | 2026-06-29T04:07:13.868Z | Compiling num-conv v0.2.2 |
| 961 | 2026-06-29T04:07:13.889Z | Checking pretty-hex v0.4.2 |
| 962 | 2026-06-29T04:07:13.954Z | Compiling time-core v0.1.9 |
| 963 | 2026-06-29T04:07:13.993Z | Compiling thiserror v1.0.69 |
| 964 | 2026-06-29T04:07:14.005Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 965 | 2026-06-29T04:07:14.005Z | Checking dyn-clone v1.0.20 |
| 966 | 2026-06-29T04:07:14.095Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 967 | 2026-06-29T04:07:14.130Z | Compiling time-macros v0.2.30 |
| 968 | 2026-06-29T04:07:14.220Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 969 | 2026-06-29T04:07:14.244Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 970 | 2026-06-29T04:07:14.375Z | Checking futures v0.3.32 |
| 971 | 2026-06-29T04:07:14.428Z | Checking rand v0.10.1 |
| 972 | 2026-06-29T04:07:14.448Z | Compiling thiserror-impl v1.0.69 |
| 973 | 2026-06-29T04:07:14.526Z | Checking ingot-types v0.1.2 |
| 974 | 2026-06-29T04:07:14.588Z | Checking uuid v1.23.3 |
| 975 | 2026-06-29T04:07:14.701Z | Checking tracing v0.1.44 |
| 976 | 2026-06-29T04:07:14.759Z | Checking arc-swap v1.9.1 |
| 977 | 2026-06-29T04:07:14.767Z | Checking socket2 v0.6.4 |
| 978 | 2026-06-29T04:07:14.847Z | Checking nom v8.0.0 |
| 979 | 2026-06-29T04:07:14.857Z | Checking ingot v0.1.1 |
| 980 | 2026-06-29T04:07:14.881Z | Checking thread_local v1.1.9 |
| 981 | 2026-06-29T04:07:14.965Z | Checking colored v3.1.1 |
| 982 | 2026-06-29T04:07:15.035Z | Checking deranged v0.5.8 |
| 983 | 2026-06-29T04:07:15.153Z | Compiling slog-async v2.8.0 |
| 984 | 2026-06-29T04:07:15.309Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 985 | 2026-06-29T04:07:15.432Z | Compiling heck v0.4.1 |
| 986 | 2026-06-29T04:07:15.569Z | Checking powerfmt v0.2.0 |
| 987 | 2026-06-29T04:07:15.583Z | Checking lazy_static v1.5.0 |
| 988 | 2026-06-29T04:07:15.664Z | Checking oxnet v0.1.6 |
| 989 | 2026-06-29T04:07:15.841Z | Checking iana-time-zone v0.1.65 |
| 990 | 2026-06-29T04:07:15.846Z | Checking slog-scope v4.4.1 |
| 991 | 2026-06-29T04:07:15.882Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 992 | 2026-06-29T04:07:15.940Z | Checking chrono v0.4.45 |
| 993 | 2026-06-29T04:07:16.006Z | Checking time v0.3.51 |
| 994 | 2026-06-29T04:07:16.084Z | Checking crossbeam-channel v0.5.15 |
| 995 | 2026-06-29T04:07:16.408Z | Checking cookie-factory v0.3.3 |
| 996 | 2026-06-29T04:07:16.534Z | Checking itertools v0.12.1 |
| 997 | 2026-06-29T04:07:16.546Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 998 | 2026-06-29T04:07:16.633Z | Checking is-terminal v0.4.17 |
| 999 | 2026-06-29T04:07:16.655Z | Checking circular v0.3.0 |
| 1000 | 2026-06-29T04:07:16.708Z | Checking log v0.4.33 |
| 1001 | 2026-06-29T04:07:16.747Z | Checking term v1.2.1 |
| 1002 | 2026-06-29T04:07:16.763Z | Checking take_mut v0.2.2 |
| 1003 | 2026-06-29T04:07:16.863Z | Checking slog-stdlog v4.1.1 |
| 1004 | 2026-06-29T04:07:16.892Z | Checking rusticata-macros v5.0.0 |
| 1005 | 2026-06-29T04:07:17.014Z | Checking pcap-parser v0.17.0 |
| 1006 | 2026-06-29T04:07:17.174Z | Checking slog-term v2.9.2 |
| 1007 | 2026-06-29T04:07:17.520Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 1008 | 2026-06-29T04:07:17.798Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 1009 | 2026-06-29T04:07:18.390Z | Checking slog-envlogger v2.2.0 |
| 1010 | 2026-06-29T04:07:21.092Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 1011 | 2026-06-29T04:07:22.737Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 1012 | 2026-06-29T04:07:22.737Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 1013 | 2026-06-29T04:07:23.081Z | Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 1014 | 2026-06-29T04:07:23.625Z | Finished `dev` profile [optimized + debuginfo] target(s) in 17.44s |
| 1015 | 2026-06-29T04:07:23.661Z | + cargo build --test loopback |
| 1016 | 2026-06-29T04:07:23.827Z | Compiling cfg-if v1.0.4 |
| 1017 | 2026-06-29T04:07:23.827Z | Compiling memchr v2.8.2 |
| 1018 | 2026-06-29T04:07:23.830Z | Compiling serde_core v1.0.228 |
| 1019 | 2026-06-29T04:07:23.854Z | Compiling libc v0.2.186 |
| 1020 | 2026-06-29T04:07:23.857Z | Compiling thiserror v2.0.18 |
| 1021 | 2026-06-29T04:07:23.860Z | Compiling pin-project-lite v0.2.17 |
| 1022 | 2026-06-29T04:07:23.863Z | Compiling byteorder v1.5.0 |
| 1023 | 2026-06-29T04:07:23.863Z | Compiling either v1.16.0 |
| 1024 | 2026-06-29T04:07:23.901Z | Compiling zerocopy v0.8.52 |
| 1025 | 2026-06-29T04:07:23.929Z | Compiling stable_deref_trait v1.2.1 |
| 1026 | 2026-06-29T04:07:23.934Z | Compiling macaddr v1.0.1 |
| 1027 | 2026-06-29T04:07:23.992Z | Compiling futures-core v0.3.32 |
| 1028 | 2026-06-29T04:07:24.030Z | Compiling hash32 v0.3.1 |
| 1029 | 2026-06-29T04:07:24.054Z | Compiling futures-sink v0.3.32 |
| 1030 | 2026-06-29T04:07:24.149Z | Compiling heapless v0.8.0 |
| 1031 | 2026-06-29T04:07:24.149Z | Compiling futures-channel v0.3.32 |
| 1032 | 2026-06-29T04:07:24.170Z | Compiling cobs v0.3.0 |
| 1033 | 2026-06-29T04:07:24.173Z | Compiling slab v0.4.12 |
| 1034 | 2026-06-29T04:07:24.185Z | Compiling rand_core v0.10.1 |
| 1035 | 2026-06-29T04:07:24.335Z | Compiling futures-io v0.3.32 |
| 1036 | 2026-06-29T04:07:24.341Z | Compiling futures-task v0.3.32 |
| 1037 | 2026-06-29T04:07:24.371Z | Compiling bitflags v1.3.2 |
| 1038 | 2026-06-29T04:07:24.438Z | Compiling managed v0.8.0 |
| 1039 | 2026-06-29T04:07:24.445Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 1040 | 2026-06-29T04:07:24.516Z | Compiling futures-util v0.3.32 |
| 1041 | 2026-06-29T04:07:24.522Z | Compiling cpufeatures v0.3.0 |
| 1042 | 2026-06-29T04:07:24.572Z | Compiling once_cell v1.21.4 |
| 1043 | 2026-06-29T04:07:24.582Z | Compiling ipnetwork v0.21.1 |
| 1044 | 2026-06-29T04:07:24.662Z | Compiling smoltcp v0.11.0 |
| 1045 | 2026-06-29T04:07:24.668Z | Compiling foreign-types-shared v0.3.1 |
| 1046 | 2026-06-29T04:07:24.748Z | Compiling unicode-width v0.2.2 |
| 1047 | 2026-06-29T04:07:24.805Z | Compiling foreign-types v0.5.0 |
| 1048 | 2026-06-29T04:07:24.875Z | Compiling tracing-core v0.1.36 |
| 1049 | 2026-06-29T04:07:25.053Z | Compiling tabwriter v1.4.1 |
| 1050 | 2026-06-29T04:07:25.151Z | Compiling chacha20 v0.10.0 |
| 1051 | 2026-06-29T04:07:25.413Z | Compiling ref-cast v1.0.25 |
| 1052 | 2026-06-29T04:07:25.468Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 1053 | 2026-06-29T04:07:25.491Z | Compiling num_enum v0.7.6 |
| 1054 | 2026-06-29T04:07:25.507Z | Compiling crc32fast v1.5.0 |
| 1055 | 2026-06-29T04:07:25.599Z | Compiling serde v1.0.228 |
| 1056 | 2026-06-29T04:07:25.771Z | Compiling bitflags v2.13.0 |
| 1057 | 2026-06-29T04:07:25.847Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 1058 | 2026-06-29T04:07:25.957Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 1059 | 2026-06-29T04:07:26.165Z | Compiling erased-serde v0.3.31 |
| 1060 | 2026-06-29T04:07:26.199Z | Compiling postcard v1.1.3 |
| 1061 | 2026-06-29T04:07:26.216Z | Compiling getrandom v0.4.3 |
| 1062 | 2026-06-29T04:07:26.253Z | Compiling cstr-argument v0.1.2 |
| 1063 | 2026-06-29T04:07:26.419Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1064 | 2026-06-29T04:07:26.432Z | Compiling itertools v0.15.0 |
| 1065 | 2026-06-29T04:07:26.526Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 1066 | 2026-06-29T04:07:26.546Z | Compiling pretty-hex v0.4.2 |
| 1067 | 2026-06-29T04:07:26.574Z | Compiling dyn-clone v1.0.20 |
| 1068 | 2026-06-29T04:07:26.676Z | Compiling slog v2.8.2 |
| 1069 | 2026-06-29T04:07:26.738Z | Compiling futures-executor v0.3.32 |
| 1070 | 2026-06-29T04:07:26.876Z | Compiling ingot-types v0.1.2 |
| 1071 | 2026-06-29T04:07:26.935Z | Compiling futures v0.3.32 |
| 1072 | 2026-06-29T04:07:27.009Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 1073 | 2026-06-29T04:07:27.097Z | Compiling tracing v0.1.44 |
| 1074 | 2026-06-29T04:07:27.224Z | Compiling ingot v0.1.1 |
| 1075 | 2026-06-29T04:07:27.258Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1076 | 2026-06-29T04:07:27.279Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1077 | 2026-06-29T04:07:27.325Z | Compiling rand v0.10.1 |
| 1078 | 2026-06-29T04:07:27.364Z | Compiling num-traits v0.2.19 |
| 1079 | 2026-06-29T04:07:27.375Z | Compiling uuid v1.23.3 |
| 1080 | 2026-06-29T04:07:27.444Z | Compiling crossbeam-utils v0.8.21 |
| 1081 | 2026-06-29T04:07:27.472Z | Compiling nom v8.0.0 |
| 1082 | 2026-06-29T04:07:27.762Z | Compiling aho-corasick v1.1.4 |
| 1083 | 2026-06-29T04:07:28.004Z | Compiling socket2 v0.6.4 |
| 1084 | 2026-06-29T04:07:28.052Z | Compiling thread_local v1.1.9 |
| 1085 | 2026-06-29T04:07:28.284Z | Compiling arc-swap v1.9.1 |
| 1086 | 2026-06-29T04:07:28.326Z | Compiling powerfmt v0.2.0 |
| 1087 | 2026-06-29T04:07:28.477Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 1088 | 2026-06-29T04:07:28.593Z | Compiling winnow v1.0.3 |
| 1089 | 2026-06-29T04:07:28.664Z | Compiling colored v3.1.1 |
| 1090 | 2026-06-29T04:07:28.708Z | Compiling lazy_static v1.5.0 |
| 1091 | 2026-06-29T04:07:28.801Z | Compiling time-core v0.1.9 |
| 1092 | 2026-06-29T04:07:28.985Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 1093 | 2026-06-29T04:07:29.075Z | Compiling regex-syntax v0.8.11 |
| 1094 | 2026-06-29T04:07:29.137Z | Compiling iana-time-zone v0.1.65 |
| 1095 | 2026-06-29T04:07:29.482Z | Compiling deranged v0.5.8 |
| 1096 | 2026-06-29T04:07:29.510Z | Compiling num-conv v0.2.2 |
| 1097 | 2026-06-29T04:07:29.614Z | Compiling oxnet v0.1.6 |
| 1098 | 2026-06-29T04:07:29.660Z | Compiling chrono v0.4.45 |
| 1099 | 2026-06-29T04:07:30.104Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 1100 | 2026-06-29T04:07:30.121Z | Compiling rusticata-macros v5.0.0 |
| 1101 | 2026-06-29T04:07:30.449Z | Compiling time v0.3.51 |
| 1102 | 2026-06-29T04:07:30.463Z | Compiling slog-scope v4.4.1 |
| 1103 | 2026-06-29T04:07:30.991Z | Compiling regex-automata v0.4.14 |
| 1104 | 2026-06-29T04:07:31.443Z | Compiling thiserror v1.0.69 |
| 1105 | 2026-06-29T04:07:31.544Z | Compiling crossbeam-channel v0.5.15 |
| 1106 | 2026-06-29T04:07:32.297Z | Compiling cookie-factory v0.3.3 |
| 1107 | 2026-06-29T04:07:32.575Z | Compiling is-terminal v0.4.17 |
| 1108 | 2026-06-29T04:07:32.626Z | Compiling itertools v0.12.1 |
| 1109 | 2026-06-29T04:07:32.667Z | Compiling term v1.2.1 |
| 1110 | 2026-06-29T04:07:33.709Z | Compiling log v0.4.33 |
| 1111 | 2026-06-29T04:07:33.991Z | Compiling circular v0.3.0 |
| 1112 | 2026-06-29T04:07:34.048Z | Compiling take_mut v0.2.2 |
| 1113 | 2026-06-29T04:07:34.155Z | Compiling slog-async v2.8.0 |
| 1114 | 2026-06-29T04:07:34.245Z | Compiling pcap-parser v0.17.0 |
| 1115 | 2026-06-29T04:07:34.852Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 1116 | 2026-06-29T04:07:35.142Z | Compiling slog-stdlog v4.1.1 |
| 1117 | 2026-06-29T04:07:35.559Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 1118 | 2026-06-29T04:07:35.977Z | Compiling slog-term v2.9.2 |
| 1119 | 2026-06-29T04:07:36.464Z | Compiling regex v1.12.4 |
| 1120 | 2026-06-29T04:07:37.609Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 1121 | 2026-06-29T04:07:37.694Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 1122 | 2026-06-29T04:07:37.854Z | Compiling slog-envlogger v2.2.0 |
| 1123 | 2026-06-29T04:07:38.036Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 1124 | 2026-06-29T04:07:38.256Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 1125 | 2026-06-29T04:07:47.229Z | Finished `dev` profile [optimized + debuginfo] target(s) in 23.56s |
| 1126 | 2026-06-29T04:07:47.264Z | ++ cargo build -q --test loopback --message-format=json |
| 1127 | 2026-06-29T04:07:47.267Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 1128 | 2026-06-29T04:07:47.383Z | + loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-ba5fb139154ef000 |
| 1129 | 2026-06-29T04:07:47.383Z | + cargo build --test multicast_rx |
| 1130 | 2026-06-29T04:07:47.484Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 1131 | 2026-06-29T04:07:49.075Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.68s |
| 1132 | 2026-06-29T04:07:49.111Z | ++ cargo build -q --test multicast_rx --message-format=json |
| 1133 | 2026-06-29T04:07:49.114Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 1134 | 2026-06-29T04:07:49.232Z | + multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-abe59930e8413760 |
| 1135 | 2026-06-29T04:07:49.232Z | + cargo build --test multicast_multi_sub |
| 1136 | 2026-06-29T04:07:49.337Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 1137 | 2026-06-29T04:07:51.117Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.87s |
| 1138 | 2026-06-29T04:07:51.153Z | ++ cargo build -q --test multicast_multi_sub --message-format=json |
| 1139 | 2026-06-29T04:07:51.157Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 1140 | 2026-06-29T04:07:51.276Z | + multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-57673484b5529edb |
| 1141 | 2026-06-29T04:07:51.276Z | + cargo build --test multicast_validation |
| 1142 | 2026-06-29T04:07:51.381Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 1143 | 2026-06-29T04:07:53.289Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.00s |
| 1144 | 2026-06-29T04:07:53.325Z | ++ cargo build -q --test multicast_validation --message-format=json |
| 1145 | 2026-06-29T04:07:53.328Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 1146 | 2026-06-29T04:07:53.446Z | + multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-6b29463cb68f34ae |
| 1147 | 2026-06-29T04:07:53.446Z | + cargo build --test multicast_source_filter |
| 1148 | 2026-06-29T04:07:53.548Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 1149 | 2026-06-29T04:07:55.593Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.13s |
| 1150 | 2026-06-29T04:07:55.629Z | ++ cargo build -q --test multicast_source_filter --message-format=json |
| 1151 | 2026-06-29T04:07:55.632Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 1152 | 2026-06-29T04:07:55.748Z | + multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-20235bd20d2a9311 |
| 1153 | 2026-06-29T04:07:55.748Z | + mkdir -p /work/test |
| 1154 | 2026-06-29T04:07:55.752Z | + cp /work/oxidecomputer/opte/target/debug/deps/loopback-ba5fb139154ef000 /work/test/loopback |
| 1155 | 2026-06-29T04:07:55.787Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-abe59930e8413760 /work/test/multicast_rx |
| 1156 | 2026-06-29T04:07:55.820Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-57673484b5529edb /work/test/multicast_multi_sub |
| 1157 | 2026-06-29T04:07:55.855Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-6b29463cb68f34ae /work/test/multicast_validation |
| 1158 | 2026-06-29T04:07:55.896Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-20235bd20d2a9311 /work/test/multicast_source_filter |
| 1159 | 2026-06-29T04:07:55.940Z | process exited: duration 232021 ms, exit code 0 |
| |
| 1160 | 2026-06-29T04:07:55.957Z | found 14 output files |
| 1161 | 2026-06-29T04:07:55.957Z | uploading: /work/debug/xde.dbg (94759528 bytes) |
| 1162 | 2026-06-29T04:07:57.500Z | uploaded: /work/debug/xde.dbg |
| 1163 | 2026-06-29T04:07:57.500Z | uploading: /work/debug/xde.dbg.sha256 (86 bytes) |
| 1164 | 2026-06-29T04:07:58.509Z | uploaded: /work/debug/xde.dbg.sha256 |
| 1165 | 2026-06-29T04:07:58.509Z | uploading: /work/debug/xde_link.dbg.so (1256996 bytes) |
| 1166 | 2026-06-29T04:07:59.533Z | uploaded: /work/debug/xde_link.dbg.so |
| 1167 | 2026-06-29T04:07:59.533Z | uploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes) |
| 1168 | 2026-06-29T04:08:00.543Z | uploaded: /work/debug/xde_link.dbg.so.sha256 |
| 1169 | 2026-06-29T04:08:00.543Z | uploading: /work/release/xde (51963912 bytes) |
| 1170 | 2026-06-29T04:08:01.841Z | uploaded: /work/release/xde |
| 1171 | 2026-06-29T04:08:01.844Z | uploading: /work/release/xde.sha256 (84 bytes) |
| 1172 | 2026-06-29T04:08:02.851Z | uploaded: /work/release/xde.sha256 |
| 1173 | 2026-06-29T04:08:02.854Z | uploading: /work/release/xde_link.so (43564 bytes) |
| 1174 | 2026-06-29T04:08:03.863Z | uploaded: /work/release/xde_link.so |
| 1175 | 2026-06-29T04:08:03.863Z | uploading: /work/release/xde_link.so.sha256 (92 bytes) |
| 1176 | 2026-06-29T04:08:04.871Z | uploaded: /work/release/xde_link.so.sha256 |
| 1177 | 2026-06-29T04:08:04.871Z | uploading: /work/test/loopback (51775312 bytes) |
| 1178 | 2026-06-29T04:08:06.144Z | uploaded: /work/test/loopback |
| 1179 | 2026-06-29T04:08:06.144Z | uploading: /work/test/multicast_rx (52071504 bytes) |
| 1180 | 2026-06-29T04:08:07.468Z | uploaded: /work/test/multicast_rx |
| 1181 | 2026-06-29T04:08:07.469Z | uploading: /work/test/multicast_multi_sub (56198576 bytes) |
| 1182 | 2026-06-29T04:08:08.821Z | uploaded: /work/test/multicast_multi_sub |
| 1183 | 2026-06-29T04:08:08.821Z | uploading: /work/test/multicast_validation (52226008 bytes) |
| 1184 | 2026-06-29T04:08:10.100Z | uploaded: /work/test/multicast_validation |
| 1185 | 2026-06-29T04:08:10.100Z | uploading: /work/test/multicast_source_filter (52532392 bytes) |
| 1186 | 2026-06-29T04:08:11.387Z | uploaded: /work/test/multicast_source_filter |
| 1187 | 2026-06-29T04:08:11.387Z | uploading: /work/xde.conf (79 bytes) |
| 1188 | 2026-06-29T04:08:12.397Z | uploaded: /work/xde.conf |