|
|
|
| 1 | 2026-08-25T03:37:02.040Z | job assigned to worker 01M0VFTYP3RHFAMT5W9PN8ZYX5 [factory aws, i-0a45ffde8b1601e4a] (queued for 55 s) |
| |
| 2 | 2026-08-25T03:37:08.824Z | starting task 0: "setup" |
| 3 | 2026-08-25T03:37:08.842Z | ++ uname -s |
| 4 | 2026-08-25T03:37:08.842Z | + kern=SunOS |
| 5 | 2026-08-25T03:37:08.842Z | + build_user=build |
| 6 | 2026-08-25T03:37:08.842Z | + build_uid=12345 |
| 7 | 2026-08-25T03:37:08.842Z | + work_dir=/work |
| 8 | 2026-08-25T03:37:08.842Z | + input_dir=/input |
| 9 | 2026-08-25T03:37:08.842Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-25T03:37:08.842Z | + case "$kern" in |
| 11 | 2026-08-25T03:37:08.842Z | + groupadd -g 12345 build |
| 12 | 2026-08-25T03:37:08.842Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-25T03:37:10.950Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-25T03:37:10.988Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-25T03:37:10.988Z | + home_fs=zfs |
| 16 | 2026-08-25T03:37:10.988Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-25T03:37:10.988Z | + mkdir -p /home/build |
| 18 | 2026-08-25T03:37:10.999Z | + chown build:build /home/build /work |
| 19 | 2026-08-25T03:37:12.963Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-25T03:37:12.969Z | process exited: duration 4147 ms, exit code 0 |
| |
| 21 | 2026-08-25T03:37:12.994Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-25T03:37:13.000Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-25T03:37:13.000Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-25T03:37:13.000Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-08-25T03:37:13.000Z | * rust toolchain profile = "default" |
| 26 | 2026-08-25T03:37:13.000Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-25T03:37:13.000Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-25T03:37:13.000Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-25T03:37:13.000Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-25T03:37:13.043Z | info: downloading installer |
| 31 | 2026-08-25T03:37:14.364Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-25T03:37:14.364Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-25T03:37:14.364Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-25T03:37:14.364Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-25T03:37:14.376Z | info: profile set to default |
| 36 | 2026-08-25T03:37:14.376Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-25T03:37:14.383Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-25T03:37:14.501Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-25T03:37:14.516Z | info: downloading 6 components |
| 40 | 2026-08-25T03:37:28.567Z | |
| 41 | 2026-08-25T03:37:28.567Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 42 | 2026-08-25T03:37:28.588Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-25T03:37:28.588Z | |
| 44 | 2026-08-25T03:37:28.608Z | |
| 45 | 2026-08-25T03:37:28.608Z | Rust is installed now. Great! |
| 46 | 2026-08-25T03:37:28.608Z | |
| 47 | 2026-08-25T03:37:28.609Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-25T03:37:28.609Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-25T03:37:28.609Z | |
| 50 | 2026-08-25T03:37:28.609Z | To configure your current shell, you need to source |
| 51 | 2026-08-25T03:37:28.609Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-25T03:37:28.609Z | |
| 53 | 2026-08-25T03:37:28.609Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-25T03:37:28.609Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-25T03:37:28.609Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-25T03:37:28.609Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-25T03:37:28.609Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-25T03:37:28.609Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-25T03:37:28.609Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-25T03:37:28.609Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-25T03:37:28.609Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-25T03:37:28.706Z | + rustup --version |
| 63 | 2026-08-25T03:37:28.727Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-25T03:37:28.727Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-25T03:37:28.737Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-25T03:37:28.738Z | + cargo --version |
| 67 | 2026-08-25T03:37:28.769Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-25T03:37:28.769Z | + rustc --version |
| 69 | 2026-08-25T03:37:28.783Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-25T03:37:28.783Z | process exited: duration 15774 ms, exit code 0 |
| |
| 71 | 2026-08-25T03:37:28.819Z | starting task 2: "authentication" |
| 72 | 2026-08-25T03:37:28.851Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
| 73 | 2026-08-25T03:37:53.212Z | process exited: duration 24407 ms, exit code 0 |
| |
| 74 | 2026-08-25T03:37:53.223Z | starting task 3: "clone repository" |
| 75 | 2026-08-25T03:37:53.238Z | + mkdir -p /work/oxidecomputer/opte |
| 76 | 2026-08-25T03:37:53.238Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 77 | 2026-08-25T03:37:53.263Z | Cloning into '/work/oxidecomputer/opte'... |
| 78 | 2026-08-25T03:37:54.327Z | + cd /work/oxidecomputer/opte |
| 79 | 2026-08-25T03:37:54.327Z | + git fetch origin 9dc4e8db1ad611b0a639b87c033af000e46011db |
| 80 | 2026-08-25T03:37:54.618Z | From https://github.com/oxidecomputer/opte |
| 81 | 2026-08-25T03:37:54.619Z | * branch 9dc4e8db1ad611b0a639b87c033af000e46011db -> FETCH_HEAD |
| 82 | 2026-08-25T03:37:54.633Z | + [[ -n renovate/clap ]] |
| 83 | 2026-08-25T03:37:54.633Z | ++ git branch --show-current |
| 84 | 2026-08-25T03:37:54.633Z | + current=master |
| 85 | 2026-08-25T03:37:54.633Z | + [[ master != renovate/clap ]] |
| 86 | 2026-08-25T03:37:54.633Z | + git branch -f renovate/clap 9dc4e8db1ad611b0a639b87c033af000e46011db |
| 87 | 2026-08-25T03:37:54.633Z | + git checkout -f renovate/clap |
| 88 | 2026-08-25T03:37:54.680Z | Switched to branch 'renovate/clap' |
| 89 | 2026-08-25T03:37:54.680Z | + git reset --hard 9dc4e8db1ad611b0a639b87c033af000e46011db |
| 90 | 2026-08-25T03:37:54.680Z | HEAD is now at 9dc4e8d Update Rust crate clap to v4.6.6 |
| 91 | 2026-08-25T03:37:54.680Z | process exited: duration 1416 ms, exit code 0 |
| |
| 92 | 2026-08-25T03:37:54.726Z | starting task 4: "build" |
| 93 | 2026-08-25T03:37:54.756Z | + source .github/buildomat/common.sh |
| 94 | 2026-08-25T03:37:54.757Z | ++ rustup show active-toolchain |
| 95 | 2026-08-25T03:37:54.757Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 96 | 2026-08-25T03:37:54.757Z | ++ pushd xde |
| 97 | 2026-08-25T03:37:54.757Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 98 | 2026-08-25T03:37:54.757Z | ++ rustup show active-toolchain |
| 99 | 2026-08-25T03:37:54.757Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 100 | 2026-08-25T03:37:54.859Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 101 | 2026-08-25T03:37:54.867Z | info: downloading 6 components |
| 102 | 2026-08-25T03:38:10.378Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 103 | 2026-08-25T03:38:10.460Z | +++ rustup show active-toolchain -v |
| 104 | 2026-08-25T03:38:10.471Z | +++ head -n 1 |
| 105 | 2026-08-25T03:38:10.471Z | +++ cut '-d ' -f1 |
| 106 | 2026-08-25T03:38:10.511Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 107 | 2026-08-25T03:38:10.511Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 108 | 2026-08-25T03:38:10.511Z | ++ popd |
| 109 | 2026-08-25T03:38:10.526Z | /work/oxidecomputer/opte |
| 110 | 2026-08-25T03:38:10.526Z | + TGT_BASE=/work |
| 111 | 2026-08-25T03:38:10.526Z | + DBG_SRC=target/x86_64-unknown-unknown/debug |
| 112 | 2026-08-25T03:38:10.526Z | + DBG_LINK_SRC=target/i686-unknown-illumos/debug |
| 113 | 2026-08-25T03:38:10.526Z | + DBG_TGT=/work/debug |
| 114 | 2026-08-25T03:38:10.526Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 115 | 2026-08-25T03:38:10.526Z | + REL_LINK_SRC=target/i686-unknown-illumos/release |
| 116 | 2026-08-25T03:38:10.526Z | + REL_TGT=/work/release |
| 117 | 2026-08-25T03:38:10.526Z | + mkdir -p /work/debug /work/release |
| 118 | 2026-08-25T03:38:10.526Z | + cargo --version |
| 119 | 2026-08-25T03:38:10.540Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 120 | 2026-08-25T03:38:10.540Z | + rustc --version |
| 121 | 2026-08-25T03:38:10.551Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 122 | 2026-08-25T03:38:10.551Z | + install_pkg jq |
| 123 | 2026-08-25T03:38:10.551Z | + set +o errexit |
| 124 | 2026-08-25T03:38:10.551Z | + pfexec pkg install jq |
| 125 | 2026-08-25T03:38:12.044Z | Startup: Refreshing catalog 'helios' ... Done |
| 126 | 2026-08-25T03:38:12.345Z | Startup: Caching catalogs ... Done |
| 127 | 2026-08-25T03:38:14.551Z | Planning: Solver setup ... Done |
| 128 | 2026-08-25T03:38:14.613Z | Planning: Running solver ... Done |
| 129 | 2026-08-25T03:38:14.659Z | Planning: Consolidating action changes ... Done |
| 130 | 2026-08-25T03:38:14.664Z | Planning: Evaluating mediators ... Done |
| 131 | 2026-08-25T03:38:14.664Z | Planning: Planning completed in 2.28 seconds |
| 132 | 2026-08-25T03:38:14.675Z | No updates necessary for this image. |
| 133 | 2026-08-25T03:38:14.914Z | + exit_code=4 |
| 134 | 2026-08-25T03:38:14.914Z | + [[ 4 -ne 0 ]] |
| 135 | 2026-08-25T03:38:14.914Z | + [[ 4 -ne 4 ]] |
| 136 | 2026-08-25T03:38:14.918Z | + set -o errexit |
| 137 | 2026-08-25T03:38:14.918Z | + pushd xde |
| 138 | 2026-08-25T03:38:14.918Z | + cp xde.conf /work/xde.conf |
| 139 | 2026-08-25T03:38:14.918Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 140 | 2026-08-25T03:38:14.918Z | + header 'check style' |
| 141 | 2026-08-25T03:38:14.918Z | + echo '# ==== check style ==== #' |
| 142 | 2026-08-25T03:38:14.918Z | # ==== check style ==== # |
| 143 | 2026-08-25T03:38:14.918Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check |
| 144 | 2026-08-25T03:38:15.147Z | |
| 145 | 2026-08-25T03:38:15.147Z | real 0.229932792 |
| 146 | 2026-08-25T03:38:15.147Z | user 0.158014679 |
| 147 | 2026-08-25T03:38:15.147Z | sys 0.061482727 |
| 148 | 2026-08-25T03:38:15.147Z | trap 0.000011500 |
| 149 | 2026-08-25T03:38:15.147Z | tflt 0.000030050 |
| 150 | 2026-08-25T03:38:15.147Z | dflt 0.000057810 |
| 151 | 2026-08-25T03:38:15.147Z | kflt 0.000000000 |
| 152 | 2026-08-25T03:38:15.147Z | lock 0.034614552 |
| 153 | 2026-08-25T03:38:15.147Z | slp 0.198037613 |
| 154 | 2026-08-25T03:38:15.148Z | lat 0.000812900 |
| 155 | 2026-08-25T03:38:15.148Z | stop 0.000104170 |
| 156 | 2026-08-25T03:38:15.154Z | + header analyze |
| 157 | 2026-08-25T03:38:15.154Z | + echo '# ==== analyze ==== #' |
| 158 | 2026-08-25T03:38:15.154Z | # ==== analyze ==== # |
| 159 | 2026-08-25T03:38:15.154Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 160 | 2026-08-25T03:38:15.329Z | Updating crates.io index |
| 161 | 2026-08-25T03:38:15.335Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 162 | 2026-08-25T03:38:16.106Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 163 | 2026-08-25T03:38:16.615Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 164 | 2026-08-25T03:38:16.869Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 165 | 2026-08-25T03:38:17.279Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 166 | 2026-08-25T03:38:17.559Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 167 | 2026-08-25T03:38:17.886Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 168 | 2026-08-25T03:38:19.697Z | Downloading crates ... |
| 169 | 2026-08-25T03:38:19.757Z | Downloaded darling v0.23.0 |
| 170 | 2026-08-25T03:38:19.762Z | Downloaded cobs v0.3.0 |
| 171 | 2026-08-25T03:38:19.762Z | Downloaded defmt v0.3.100 |
| 172 | 2026-08-25T03:38:19.762Z | Downloaded thiserror-impl v2.0.18 |
| 173 | 2026-08-25T03:38:19.765Z | Downloaded defmt-parser v1.0.0 |
| 174 | 2026-08-25T03:38:19.766Z | Downloaded quote v1.0.46 |
| 175 | 2026-08-25T03:38:19.841Z | Downloaded managed v0.8.0 |
| 176 | 2026-08-25T03:38:19.857Z | Downloaded stable_deref_trait v1.2.1 |
| 177 | 2026-08-25T03:38:19.857Z | Downloaded darling_macro v0.23.0 |
| 178 | 2026-08-25T03:38:19.857Z | Downloaded ident_case v1.0.1 |
| 179 | 2026-08-25T03:38:19.857Z | Downloaded macaddr v1.0.1 |
| 180 | 2026-08-25T03:38:19.857Z | Downloaded hash32 v0.3.1 |
| 181 | 2026-08-25T03:38:19.857Z | Downloaded strsim v0.11.1 |
| 182 | 2026-08-25T03:38:19.857Z | Downloaded version_check v0.9.5 |
| 183 | 2026-08-25T03:38:19.857Z | Downloaded ref-cast v1.0.25 |
| 184 | 2026-08-25T03:38:19.857Z | Downloaded cfg-if v1.0.4 |
| 185 | 2026-08-25T03:38:19.857Z | Downloaded ref-cast-impl v1.0.25 |
| 186 | 2026-08-25T03:38:19.857Z | Downloaded dyn-clone v1.0.20 |
| 187 | 2026-08-25T03:38:19.857Z | Downloaded embedded-io v0.4.0 |
| 188 | 2026-08-25T03:38:19.857Z | Downloaded embedded-io v0.6.1 |
| 189 | 2026-08-25T03:38:19.857Z | Downloaded bitflags v1.3.2 |
| 190 | 2026-08-25T03:38:19.857Z | Downloaded defmt-macros v1.1.1 |
| 191 | 2026-08-25T03:38:19.873Z | Downloaded defmt v1.1.1 |
| 192 | 2026-08-25T03:38:19.873Z | Downloaded heapless v0.8.0 |
| 193 | 2026-08-25T03:38:19.873Z | Downloaded ingot v0.2.0 |
| 194 | 2026-08-25T03:38:19.873Z | Downloaded byteorder v1.5.0 |
| 195 | 2026-08-25T03:38:19.873Z | Downloaded either v1.16.0 |
| 196 | 2026-08-25T03:38:19.873Z | Downloaded ingot-types v0.2.0 |
| 197 | 2026-08-25T03:38:19.887Z | Downloaded thiserror v2.0.18 |
| 198 | 2026-08-25T03:38:19.887Z | Downloaded crc32fast v1.5.0 |
| 199 | 2026-08-25T03:38:19.887Z | Downloaded postcard v1.1.3 |
| 200 | 2026-08-25T03:38:19.887Z | Downloaded unicode-ident v1.0.24 |
| 201 | 2026-08-25T03:38:19.897Z | Downloaded ingot-macros v0.2.0 |
| 202 | 2026-08-25T03:38:19.897Z | Downloaded serde_core v1.0.228 |
| 203 | 2026-08-25T03:38:19.897Z | Downloaded serde_derive v1.0.228 |
| 204 | 2026-08-25T03:38:19.906Z | Downloaded memchr v2.8.3 |
| 205 | 2026-08-25T03:38:19.906Z | Downloaded proc-macro2 v1.0.106 |
| 206 | 2026-08-25T03:38:19.906Z | Downloaded uuid v1.23.5 |
| 207 | 2026-08-25T03:38:19.906Z | Downloaded bitflags v2.13.0 |
| 208 | 2026-08-25T03:38:19.916Z | Downloaded darling_core v0.23.0 |
| 209 | 2026-08-25T03:38:19.922Z | Downloaded zerocopy-derive v0.8.54 |
| 210 | 2026-08-25T03:38:19.930Z | Downloaded serde v1.0.228 |
| 211 | 2026-08-25T03:38:19.940Z | Downloaded regex v1.13.0 |
| 212 | 2026-08-25T03:38:19.952Z | Downloaded aho-corasick v1.1.4 |
| 213 | 2026-08-25T03:38:19.957Z | Downloaded itertools v0.15.0 |
| 214 | 2026-08-25T03:38:20.012Z | Downloaded zerocopy v0.8.54 |
| 215 | 2026-08-25T03:38:20.021Z | Downloaded smoltcp v0.11.0 |
| 216 | 2026-08-25T03:38:20.028Z | Downloaded syn v2.0.118 |
| 217 | 2026-08-25T03:38:20.032Z | Downloaded regex-syntax v0.8.11 |
| 218 | 2026-08-25T03:38:20.046Z | Downloaded regex-automata v0.4.15 |
| 219 | 2026-08-25T03:38:20.058Z | Updating crates.io index |
| 220 | 2026-08-25T03:38:20.120Z | Downloading crates ... |
| 221 | 2026-08-25T03:38:20.137Z | Downloaded miniz_oxide v0.9.1 |
| 222 | 2026-08-25T03:38:20.161Z | Downloaded foldhash v0.2.0 |
| 223 | 2026-08-25T03:38:20.165Z | Downloaded rustc-demangle v0.1.28 |
| 224 | 2026-08-25T03:38:20.185Z | Downloaded object v0.39.1 |
| 225 | 2026-08-25T03:38:20.191Z | Downloaded getopts v0.2.24 |
| 226 | 2026-08-25T03:38:20.194Z | Downloaded rustc-literal-escaper v0.0.8 |
| 227 | 2026-08-25T03:38:20.216Z | Downloaded gimli v0.34.0 |
| 228 | 2026-08-25T03:38:20.278Z | Downloaded hashbrown v0.17.1 |
| 229 | 2026-08-25T03:38:20.283Z | Downloaded adler2 v2.0.1 |
| 230 | 2026-08-25T03:38:20.290Z | Downloaded memchr v2.7.6 |
| 231 | 2026-08-25T03:38:20.302Z | Downloaded addr2line v0.27.0 |
| 232 | 2026-08-25T03:38:20.364Z | Downloaded libc v0.2.185 |
| 233 | 2026-08-25T03:38:20.418Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 234 | 2026-08-25T03:38:20.418Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 235 | 2026-08-25T03:38:20.418Z | Compiling proc-macro2 v1.0.106 |
| 236 | 2026-08-25T03:38:20.418Z | Compiling unicode-ident v1.0.24 |
| 237 | 2026-08-25T03:38:20.425Z | Compiling quote v1.0.46 |
| 238 | 2026-08-25T03:38:20.425Z | Compiling serde_core v1.0.228 |
| 239 | 2026-08-25T03:38:20.425Z | Compiling strsim v0.11.1 |
| 240 | 2026-08-25T03:38:20.425Z | Compiling ident_case v1.0.1 |
| 241 | 2026-08-25T03:38:20.603Z | Compiling memchr v2.8.3 |
| 242 | 2026-08-25T03:38:20.606Z | Compiling regex-syntax v0.8.11 |
| 243 | 2026-08-25T03:38:20.885Z | Compiling either v1.16.0 |
| 244 | 2026-08-25T03:38:20.910Z | Compiling zerocopy v0.8.54 |
| 245 | 2026-08-25T03:38:21.015Z | Compiling thiserror v2.0.18 |
| 246 | 2026-08-25T03:38:21.041Z | Compiling aho-corasick v1.1.4 |
| 247 | 2026-08-25T03:38:21.087Z | Compiling serde v1.0.228 |
| 248 | 2026-08-25T03:38:21.322Z | Compiling itertools v0.15.0 |
| 249 | 2026-08-25T03:38:21.546Z | Compiling heapless v0.8.0 |
| 250 | 2026-08-25T03:38:21.586Z | Compiling smoltcp v0.11.0 |
| 251 | 2026-08-25T03:38:21.699Z | Compiling syn v2.0.118 |
| 252 | 2026-08-25T03:38:21.783Z | Compiling crc32fast v1.5.0 |
| 253 | 2026-08-25T03:38:22.007Z | Compiling version_check v0.9.5 |
| 254 | 2026-08-25T03:38:22.034Z | Compiling regex-automata v0.4.15 |
| 255 | 2026-08-25T03:38:22.117Z | Compiling ref-cast v1.0.25 |
| 256 | 2026-08-25T03:38:22.384Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 257 | 2026-08-25T03:38:23.674Z | Compiling regex v1.13.0 |
| 258 | 2026-08-25T03:38:24.050Z | Compiling darling_core v0.23.0 |
| 259 | 2026-08-25T03:38:24.761Z | Compiling serde_derive v1.0.228 |
| 260 | 2026-08-25T03:38:24.761Z | Compiling zerocopy-derive v0.8.54 |
| 261 | 2026-08-25T03:38:24.761Z | Compiling thiserror-impl v2.0.18 |
| 262 | 2026-08-25T03:38:24.770Z | Compiling ref-cast-impl v1.0.25 |
| 263 | 2026-08-25T03:38:24.770Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 264 | 2026-08-25T03:38:26.169Z | Compiling darling_macro v0.23.0 |
| 265 | 2026-08-25T03:38:27.046Z | Compiling darling v0.23.0 |
| 266 | 2026-08-25T03:38:27.097Z | Compiling ingot-macros v0.2.0 |
| 267 | 2026-08-25T03:38:27.106Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 268 | 2026-08-25T03:38:32.403Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 269 | 2026-08-25T03:38:34.709Z | Checking byteorder v1.5.0 |
| 270 | 2026-08-25T03:38:34.710Z | Checking cfg-if v1.0.4 |
| 271 | 2026-08-25T03:38:34.710Z | Checking macaddr v1.0.1 |
| 272 | 2026-08-25T03:38:34.732Z | Checking stable_deref_trait v1.2.1 |
| 273 | 2026-08-25T03:38:34.732Z | Checking bitflags v1.3.2 |
| 274 | 2026-08-25T03:38:34.760Z | Checking managed v0.8.0 |
| 275 | 2026-08-25T03:38:34.783Z | Checking cobs v0.3.0 |
| 276 | 2026-08-25T03:38:34.846Z | Checking hash32 v0.3.1 |
| 277 | 2026-08-25T03:38:34.879Z | Checking dyn-clone v1.0.20 |
| 278 | 2026-08-25T03:38:34.911Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 279 | 2026-08-25T03:38:36.037Z | Checking bitflags v2.13.0 |
| 280 | 2026-08-25T03:38:36.037Z | Checking uuid v1.23.5 |
| 281 | 2026-08-25T03:38:36.180Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 282 | 2026-08-25T03:38:36.388Z | Checking postcard v1.1.3 |
| 283 | 2026-08-25T03:38:37.238Z | Checking ingot-types v0.2.0 |
| 284 | 2026-08-25T03:38:37.515Z | Checking ingot v0.2.0 |
| 285 | 2026-08-25T03:38:38.898Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 286 | 2026-08-25T03:38:41.963Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 287 | 2026-08-25T03:38:43.143Z | Checking xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 288 | 2026-08-25T03:38:44.716Z | Finished `dev` profile [optimized + debuginfo] target(s) in 29.50s |
| 289 | 2026-08-25T03:38:44.837Z | |
| 290 | 2026-08-25T03:38:44.837Z | real 29.684499720 |
| 291 | 2026-08-25T03:38:44.837Z | user 1:09.068052532 |
| 292 | 2026-08-25T03:38:44.837Z | sys 9.749299415 |
| 293 | 2026-08-25T03:38:44.837Z | trap 0.025650977 |
| 294 | 2026-08-25T03:38:44.842Z | tflt 0.058108699 |
| 295 | 2026-08-25T03:38:44.842Z | dflt 0.161226979 |
| 296 | 2026-08-25T03:38:44.842Z | kflt 0.002009602 |
| 297 | 2026-08-25T03:38:44.842Z | lock 3:54.098041020 |
| 298 | 2026-08-25T03:38:44.842Z | slp 3:06.839731885 |
| 299 | 2026-08-25T03:38:44.842Z | lat 1.834414116 |
| 300 | 2026-08-25T03:38:44.842Z | stop 7.430464843 |
| 301 | 2026-08-25T03:38:44.843Z | + pushd xde-link |
| 302 | 2026-08-25T03:38:44.843Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 303 | 2026-08-25T03:38:44.843Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 304 | 2026-08-25T03:38:45.018Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 305 | 2026-08-25T03:38:45.018Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 306 | 2026-08-25T03:38:45.018Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 307 | 2026-08-25T03:38:55.896Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 308 | 2026-08-25T03:38:58.291Z | Finished `dev` profile [optimized + debuginfo] target(s) in 13.38s |
| 309 | 2026-08-25T03:38:58.306Z | |
| 310 | 2026-08-25T03:38:58.317Z | real 13.459917948 |
| 311 | 2026-08-25T03:38:58.317Z | user 21.118110932 |
| 312 | 2026-08-25T03:38:58.317Z | sys 1.225058323 |
| 313 | 2026-08-25T03:38:58.317Z | trap 0.003823591 |
| 314 | 2026-08-25T03:38:58.317Z | tflt 0.001961592 |
| 315 | 2026-08-25T03:38:58.317Z | dflt 0.029649330 |
| 316 | 2026-08-25T03:38:58.318Z | kflt 0.000010640 |
| 317 | 2026-08-25T03:38:58.318Z | lock 1:13.321724862 |
| 318 | 2026-08-25T03:38:58.318Z | slp 44.843055480 |
| 319 | 2026-08-25T03:38:58.318Z | lat 0.261343957 |
| 320 | 2026-08-25T03:38:58.318Z | stop 0.137907212 |
| 321 | 2026-08-25T03:38:58.318Z | + popd |
| 322 | 2026-08-25T03:38:58.318Z | + popd |
| 323 | 2026-08-25T03:38:58.318Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 324 | 2026-08-25T03:38:58.318Z | /work/oxidecomputer/opte |
| 325 | 2026-08-25T03:38:58.318Z | + header 'build xde (debug)' |
| 326 | 2026-08-25T03:38:58.318Z | + echo '# ==== build xde (debug) ==== #' |
| 327 | 2026-08-25T03:38:58.318Z | # ==== build xde (debug) ==== # |
| 328 | 2026-08-25T03:38:58.318Z | + ptime -m cargo xtask build --profile debug xde xde-link |
| 329 | 2026-08-25T03:38:58.452Z | Downloading crates ... |
| 330 | 2026-08-25T03:38:58.515Z | Downloaded anstyle-query v1.1.5 |
| 331 | 2026-08-25T03:38:58.531Z | Downloaded cargo-platform v0.3.3 |
| 332 | 2026-08-25T03:38:58.531Z | Downloaded serde_json v1.0.150 |
| 333 | 2026-08-25T03:38:58.531Z | Downloaded heck v0.5.0 |
| 334 | 2026-08-25T03:38:58.531Z | Downloaded zmij v1.0.22 |
| 335 | 2026-08-25T03:38:58.531Z | Downloaded anstream v1.0.0 |
| 336 | 2026-08-25T03:38:58.539Z | Downloaded errno v0.3.14 |
| 337 | 2026-08-25T03:38:58.539Z | Downloaded serde_spanned v1.1.1 |
| 338 | 2026-08-25T03:38:58.539Z | Downloaded is_terminal_polyfill v1.70.2 |
| 339 | 2026-08-25T03:38:58.540Z | Downloaded clap_lex v1.1.0 |
| 340 | 2026-08-25T03:38:58.540Z | Downloaded colorchoice v1.0.5 |
| 341 | 2026-08-25T03:38:58.543Z | Downloaded utf8parse v0.2.2 |
| 342 | 2026-08-25T03:38:58.551Z | Downloaded equivalent v1.0.2 |
| 343 | 2026-08-25T03:38:58.560Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 344 | 2026-08-25T03:38:58.560Z | Downloaded anstyle-parse v1.0.0 |
| 345 | 2026-08-25T03:38:58.561Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 346 | 2026-08-25T03:38:58.561Z | Downloaded clap_derive v4.6.4 |
| 347 | 2026-08-25T03:38:58.592Z | Downloaded cargo_metadata v0.23.1 |
| 348 | 2026-08-25T03:38:58.592Z | Downloaded terminal_size v0.4.4 |
| 349 | 2026-08-25T03:38:58.592Z | Downloaded semver v1.0.28 |
| 350 | 2026-08-25T03:38:58.592Z | Downloaded anyhow v1.0.103 |
| 351 | 2026-08-25T03:38:58.636Z | Downloaded itoa v1.0.18 |
| 352 | 2026-08-25T03:38:58.636Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 353 | 2026-08-25T03:38:58.636Z | Downloaded anstyle v1.0.14 |
| 354 | 2026-08-25T03:38:58.636Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 355 | 2026-08-25T03:38:58.636Z | Downloaded clap v4.6.6 |
| 356 | 2026-08-25T03:38:58.636Z | Downloaded camino v1.2.4 |
| 357 | 2026-08-25T03:38:58.666Z | Downloaded indexmap v2.14.0 |
| 358 | 2026-08-25T03:38:58.666Z | Downloaded clap_builder v4.6.6 |
| 359 | 2026-08-25T03:38:58.666Z | Downloaded winnow v1.0.3 |
| 360 | 2026-08-25T03:38:58.670Z | Downloaded rustix v1.1.4 |
| 361 | 2026-08-25T03:38:58.685Z | Downloaded syn v3.0.4 |
| 362 | 2026-08-25T03:38:58.711Z | Downloaded libc v0.2.186 |
| 363 | 2026-08-25T03:38:58.746Z | Compiling proc-macro2 v1.0.106 |
| 364 | 2026-08-25T03:38:58.746Z | Compiling unicode-ident v1.0.24 |
| 365 | 2026-08-25T03:38:58.746Z | Compiling quote v1.0.46 |
| 366 | 2026-08-25T03:38:58.761Z | Compiling serde_core v1.0.228 |
| 367 | 2026-08-25T03:38:58.761Z | Compiling libc v0.2.186 |
| 368 | 2026-08-25T03:38:58.778Z | Compiling rustix v1.1.4 |
| 369 | 2026-08-25T03:38:58.778Z | Compiling utf8parse v0.2.2 |
| 370 | 2026-08-25T03:38:58.778Z | Compiling bitflags v2.13.0 |
| 371 | 2026-08-25T03:38:58.921Z | Compiling zmij v1.0.22 |
| 372 | 2026-08-25T03:38:58.935Z | Compiling anstyle-parse v1.0.0 |
| 373 | 2026-08-25T03:38:59.108Z | Compiling is_terminal_polyfill v1.70.2 |
| 374 | 2026-08-25T03:38:59.127Z | Compiling colorchoice v1.0.5 |
| 375 | 2026-08-25T03:38:59.192Z | Compiling anstyle v1.0.14 |
| 376 | 2026-08-25T03:38:59.209Z | Compiling camino v1.2.4 |
| 377 | 2026-08-25T03:38:59.240Z | Compiling thiserror v2.0.18 |
| 378 | 2026-08-25T03:38:59.240Z | Compiling serde_json v1.0.150 |
| 379 | 2026-08-25T03:38:59.282Z | Compiling serde v1.0.228 |
| 380 | 2026-08-25T03:38:59.451Z | Compiling anstyle-query v1.1.5 |
| 381 | 2026-08-25T03:38:59.460Z | Compiling errno v0.3.14 |
| 382 | 2026-08-25T03:38:59.507Z | Compiling anstream v1.0.0 |
| 383 | 2026-08-25T03:38:59.614Z | Compiling strsim v0.11.1 |
| 384 | 2026-08-25T03:38:59.623Z | Compiling heck v0.5.0 |
| 385 | 2026-08-25T03:38:59.730Z | Compiling memchr v2.8.3 |
| 386 | 2026-08-25T03:38:59.947Z | Compiling itoa v1.0.18 |
| 387 | 2026-08-25T03:38:59.963Z | Compiling anyhow v1.0.103 |
| 388 | 2026-08-25T03:39:00.013Z | Compiling syn v2.0.118 |
| 389 | 2026-08-25T03:39:00.046Z | Compiling terminal_size v0.4.4 |
| 390 | 2026-08-25T03:39:00.202Z | Compiling syn v3.0.4 |
| 391 | 2026-08-25T03:39:00.202Z | Compiling winnow v1.0.3 |
| 392 | 2026-08-25T03:39:00.322Z | Compiling clap_lex v1.1.0 |
| 393 | 2026-08-25T03:39:00.567Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 394 | 2026-08-25T03:39:00.598Z | Compiling clap_builder v4.6.6 |
| 395 | 2026-08-25T03:39:00.698Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 396 | 2026-08-25T03:39:00.949Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 397 | 2026-08-25T03:39:01.452Z | Compiling cargo-platform v0.3.3 |
| 398 | 2026-08-25T03:39:01.683Z | Compiling semver v1.0.28 |
| 399 | 2026-08-25T03:39:01.803Z | Compiling serde_spanned v1.1.1 |
| 400 | 2026-08-25T03:39:01.861Z | Compiling thiserror-impl v2.0.18 |
| 401 | 2026-08-25T03:39:01.957Z | Compiling serde_derive v1.0.228 |
| 402 | 2026-08-25T03:39:02.059Z | Compiling toml v1.1.2+spec-1.1.0 |
| 403 | 2026-08-25T03:39:02.814Z | Compiling clap_derive v4.6.4 |
| 404 | 2026-08-25T03:39:04.342Z | Compiling clap v4.6.6 |
| 405 | 2026-08-25T03:39:04.732Z | Compiling cargo_metadata v0.23.1 |
| 406 | 2026-08-25T03:39:07.372Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 407 | 2026-08-25T03:39:08.963Z | Finished `dev` profile [optimized + debuginfo] target(s) in 10.65s |
| 408 | 2026-08-25T03:39:08.978Z | Running `target/debug/xtask build --profile debug xde xde-link` |
| 409 | 2026-08-25T03:39:10.180Z | Building xde (dev). |
| 410 | 2026-08-25T03:39:10.396Z | Compiling serde_core v1.0.228 |
| 411 | 2026-08-25T03:39:10.396Z | Compiling byteorder v1.5.0 |
| 412 | 2026-08-25T03:39:10.396Z | Compiling macaddr v1.0.1 |
| 413 | 2026-08-25T03:39:10.403Z | Compiling stable_deref_trait v1.2.1 |
| 414 | 2026-08-25T03:39:10.403Z | Compiling cfg-if v1.0.4 |
| 415 | 2026-08-25T03:39:10.420Z | Compiling zerocopy v0.8.54 |
| 416 | 2026-08-25T03:39:10.428Z | Compiling thiserror v2.0.18 |
| 417 | 2026-08-25T03:39:10.428Z | Compiling bitflags v1.3.2 |
| 418 | 2026-08-25T03:39:10.468Z | Compiling managed v0.8.0 |
| 419 | 2026-08-25T03:39:10.473Z | Compiling cobs v0.3.0 |
| 420 | 2026-08-25T03:39:10.481Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 421 | 2026-08-25T03:39:10.509Z | Compiling either v1.16.0 |
| 422 | 2026-08-25T03:39:10.594Z | Compiling hash32 v0.3.1 |
| 423 | 2026-08-25T03:39:10.672Z | Compiling itertools v0.15.0 |
| 424 | 2026-08-25T03:39:10.679Z | Compiling heapless v0.8.0 |
| 425 | 2026-08-25T03:39:10.684Z | Compiling ref-cast v1.0.25 |
| 426 | 2026-08-25T03:39:10.746Z | Compiling crc32fast v1.5.0 |
| 427 | 2026-08-25T03:39:10.750Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 428 | 2026-08-25T03:39:10.750Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 429 | 2026-08-25T03:39:10.769Z | Compiling dyn-clone v1.0.20 |
| 430 | 2026-08-25T03:39:11.335Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 431 | 2026-08-25T03:39:11.349Z | Compiling smoltcp v0.11.0 |
| 432 | 2026-08-25T03:39:11.959Z | Compiling serde v1.0.228 |
| 433 | 2026-08-25T03:39:11.959Z | Compiling bitflags v2.13.0 |
| 434 | 2026-08-25T03:39:11.959Z | Compiling uuid v1.23.5 |
| 435 | 2026-08-25T03:39:12.497Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 436 | 2026-08-25T03:39:12.914Z | Compiling postcard v1.1.3 |
| 437 | 2026-08-25T03:39:13.639Z | Compiling ingot-types v0.2.0 |
| 438 | 2026-08-25T03:39:13.645Z | Compiling ingot v0.2.0 |
| 439 | 2026-08-25T03:39:14.959Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 440 | 2026-08-25T03:39:18.530Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 441 | 2026-08-25T03:39:28.610Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 442 | 2026-08-25T03:39:36.839Z | Finished `dev` profile [optimized + debuginfo] target(s) in 26.63s |
| 443 | 2026-08-25T03:39:36.863Z | Linking xde kmod... |
| 444 | 2026-08-25T03:39:37.961Z | Building xde dev link helper (dev). |
| 445 | 2026-08-25T03:39:38.379Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 446 | 2026-08-25T03:39:38.441Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.44s |
| 447 | 2026-08-25T03:39:38.498Z | |
| 448 | 2026-08-25T03:39:38.519Z | real 40.152302373 |
| 449 | 2026-08-25T03:39:38.519Z | user 2:14.401112580 |
| 450 | 2026-08-25T03:39:38.519Z | sys 10.872003227 |
| 451 | 2026-08-25T03:39:38.519Z | trap 0.049279887 |
| 452 | 2026-08-25T03:39:38.519Z | tflt 0.224732762 |
| 453 | 2026-08-25T03:39:38.519Z | dflt 0.591074231 |
| 454 | 2026-08-25T03:39:38.519Z | kflt 0.000015310 |
| 455 | 2026-08-25T03:39:38.519Z | lock 6:39.999703230 |
| 456 | 2026-08-25T03:39:38.519Z | slp 3:55.536401667 |
| 457 | 2026-08-25T03:39:38.519Z | lat 4.409093006 |
| 458 | 2026-08-25T03:39:38.519Z | stop 6.045678159 |
| 459 | 2026-08-25T03:39:38.519Z | + header 'build xde (release)' |
| 460 | 2026-08-25T03:39:38.519Z | + echo '# ==== build xde (release) ==== #' |
| 461 | 2026-08-25T03:39:38.519Z | # ==== build xde (release) ==== # |
| 462 | 2026-08-25T03:39:38.519Z | + ptime -m cargo xtask build --profile release xde xde-link |
| 463 | 2026-08-25T03:39:38.604Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s |
| 464 | 2026-08-25T03:39:38.627Z | Running `target/debug/xtask build --profile release xde xde-link` |
| 465 | 2026-08-25T03:39:38.800Z | Building xde (release-lto). |
| 466 | 2026-08-25T03:39:39.013Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 467 | 2026-08-25T03:39:39.013Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 468 | 2026-08-25T03:39:39.013Z | Compiling proc-macro2 v1.0.106 |
| 469 | 2026-08-25T03:39:39.013Z | Compiling unicode-ident v1.0.24 |
| 470 | 2026-08-25T03:39:39.029Z | Compiling quote v1.0.46 |
| 471 | 2026-08-25T03:39:39.029Z | Compiling serde_core v1.0.228 |
| 472 | 2026-08-25T03:39:39.029Z | Compiling strsim v0.11.1 |
| 473 | 2026-08-25T03:39:39.029Z | Compiling ident_case v1.0.1 |
| 474 | 2026-08-25T03:39:39.139Z | Compiling memchr v2.8.3 |
| 475 | 2026-08-25T03:39:39.171Z | Compiling regex-syntax v0.8.11 |
| 476 | 2026-08-25T03:39:39.388Z | Compiling either v1.16.0 |
| 477 | 2026-08-25T03:39:39.400Z | Compiling serde v1.0.228 |
| 478 | 2026-08-25T03:39:39.400Z | Compiling zerocopy v0.8.54 |
| 479 | 2026-08-25T03:39:39.517Z | Compiling aho-corasick v1.1.4 |
| 480 | 2026-08-25T03:39:39.568Z | Compiling thiserror v2.0.18 |
| 481 | 2026-08-25T03:39:39.773Z | Compiling itertools v0.15.0 |
| 482 | 2026-08-25T03:39:39.790Z | Compiling heapless v0.8.0 |
| 483 | 2026-08-25T03:39:40.133Z | Compiling syn v2.0.118 |
| 484 | 2026-08-25T03:39:40.170Z | Compiling smoltcp v0.11.0 |
| 485 | 2026-08-25T03:39:40.175Z | Compiling version_check v0.9.5 |
| 486 | 2026-08-25T03:39:40.539Z | Compiling ref-cast v1.0.25 |
| 487 | 2026-08-25T03:39:40.573Z | Compiling crc32fast v1.5.0 |
| 488 | 2026-08-25T03:39:40.617Z | Compiling regex-automata v0.4.15 |
| 489 | 2026-08-25T03:39:40.715Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 490 | 2026-08-25T03:39:42.334Z | Compiling regex v1.13.0 |
| 491 | 2026-08-25T03:39:42.439Z | Compiling darling_core v0.23.0 |
| 492 | 2026-08-25T03:39:43.274Z | Compiling zerocopy-derive v0.8.54 |
| 493 | 2026-08-25T03:39:43.274Z | Compiling serde_derive v1.0.228 |
| 494 | 2026-08-25T03:39:43.280Z | Compiling thiserror-impl v2.0.18 |
| 495 | 2026-08-25T03:39:43.281Z | Compiling ref-cast-impl v1.0.25 |
| 496 | 2026-08-25T03:39:43.281Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 497 | 2026-08-25T03:39:44.749Z | Compiling darling_macro v0.23.0 |
| 498 | 2026-08-25T03:39:45.519Z | Compiling darling v0.23.0 |
| 499 | 2026-08-25T03:39:45.578Z | Compiling ingot-macros v0.2.0 |
| 500 | 2026-08-25T03:39:45.578Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 501 | 2026-08-25T03:39:53.194Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 502 | 2026-08-25T03:39:53.963Z | Compiling byteorder v1.5.0 |
| 503 | 2026-08-25T03:39:53.963Z | Compiling macaddr v1.0.1 |
| 504 | 2026-08-25T03:39:53.966Z | Compiling stable_deref_trait v1.2.1 |
| 505 | 2026-08-25T03:39:53.967Z | Compiling cfg-if v1.0.4 |
| 506 | 2026-08-25T03:39:54.023Z | Compiling bitflags v1.3.2 |
| 507 | 2026-08-25T03:39:54.027Z | Compiling cobs v0.3.0 |
| 508 | 2026-08-25T03:39:54.054Z | Compiling managed v0.8.0 |
| 509 | 2026-08-25T03:39:54.144Z | Compiling hash32 v0.3.1 |
| 510 | 2026-08-25T03:39:54.214Z | Compiling dyn-clone v1.0.20 |
| 511 | 2026-08-25T03:39:54.311Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 512 | 2026-08-25T03:39:55.550Z | Compiling bitflags v2.13.0 |
| 513 | 2026-08-25T03:39:55.550Z | Compiling uuid v1.23.5 |
| 514 | 2026-08-25T03:39:55.700Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 515 | 2026-08-25T03:39:55.982Z | Compiling postcard v1.1.3 |
| 516 | 2026-08-25T03:39:56.796Z | Compiling ingot-types v0.2.0 |
| 517 | 2026-08-25T03:39:57.336Z | Compiling ingot v0.2.0 |
| 518 | 2026-08-25T03:39:58.652Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 519 | 2026-08-25T03:40:02.551Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 520 | 2026-08-25T03:40:11.460Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 521 | 2026-08-25T03:40:42.606Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 03s |
| 522 | 2026-08-25T03:40:42.629Z | Linking xde kmod... |
| 523 | 2026-08-25T03:40:43.224Z | Building xde dev link helper (release). |
| 524 | 2026-08-25T03:40:43.382Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 525 | 2026-08-25T03:40:43.382Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 526 | 2026-08-25T03:40:43.382Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 527 | 2026-08-25T03:40:55.028Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 528 | 2026-08-25T03:40:57.700Z | Finished `release` profile [optimized + debuginfo] target(s) in 14.44s |
| 529 | 2026-08-25T03:40:57.718Z | |
| 530 | 2026-08-25T03:40:57.724Z | real 1:19.256201642 |
| 531 | 2026-08-25T03:40:57.724Z | user 2:09.453006759 |
| 532 | 2026-08-25T03:40:57.724Z | sys 11.993377353 |
| 533 | 2026-08-25T03:40:57.724Z | trap 0.026994720 |
| 534 | 2026-08-25T03:40:57.724Z | tflt 0.172363091 |
| 535 | 2026-08-25T03:40:57.724Z | dflt 0.206150098 |
| 536 | 2026-08-25T03:40:57.724Z | kflt 0.000016100 |
| 537 | 2026-08-25T03:40:57.724Z | lock 10:13.454104488 |
| 538 | 2026-08-25T03:40:57.724Z | slp 6:04.413254647 |
| 539 | 2026-08-25T03:40:57.724Z | lat 2.429360954 |
| 540 | 2026-08-25T03:40:57.724Z | stop 4.339680361 |
| 541 | 2026-08-25T03:40:57.724Z | + elfdump target/x86_64-unknown-unknown/debug/xde.dbg |
| 542 | 2026-08-25T03:40:57.724Z | + grep GOTPCREL |
| 543 | 2026-08-25T03:40:59.367Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 544 | 2026-08-25T03:40:59.371Z | + grep GOTPCREL |
| 545 | 2026-08-25T03:41:00.343Z | + cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/ |
| 546 | 2026-08-25T03:41:00.420Z | + sha256sum /work/debug/xde.dbg |
| 547 | 2026-08-25T03:41:00.444Z | + cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so |
| 548 | 2026-08-25T03:41:00.448Z | + sha256sum /work/debug/xde_link.dbg.so |
| 549 | 2026-08-25T03:41:00.451Z | + cp target/x86_64-unknown-unknown/release-lto/xde /work/release/ |
| 550 | 2026-08-25T03:41:00.485Z | + sha256sum /work/release/xde |
| 551 | 2026-08-25T03:41:00.516Z | + cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so |
| 552 | 2026-08-25T03:41:00.519Z | + sha256sum /work/release/xde_link.so |
| 553 | 2026-08-25T03:41:00.523Z | + header 'build xde integration tests' |
| 554 | 2026-08-25T03:41:00.523Z | + echo '# ==== build xde integration tests ==== #' |
| 555 | 2026-08-25T03:41:00.523Z | + pushd xde-tests |
| 556 | 2026-08-25T03:41:00.523Z | # ==== build xde integration tests ==== # |
| 557 | 2026-08-25T03:41:00.523Z | /work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte |
| 558 | 2026-08-25T03:41:00.523Z | + cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check |
| 559 | 2026-08-25T03:41:00.605Z | + cargo clippy --all-targets -- --deny warnings |
| 560 | 2026-08-25T03:41:00.815Z | Compiling serde_core v1.0.228 |
| 561 | 2026-08-25T03:41:00.815Z | Checking cfg-if v1.0.4 |
| 562 | 2026-08-25T03:41:00.815Z | Checking memchr v2.8.3 |
| 563 | 2026-08-25T03:41:00.815Z | Compiling serde v1.0.228 |
| 564 | 2026-08-25T03:41:00.815Z | Compiling rustversion v1.0.23 |
| 565 | 2026-08-25T03:41:00.822Z | Compiling version_check v0.9.5 |
| 566 | 2026-08-25T03:41:00.822Z | Compiling libc v0.2.186 |
| 567 | 2026-08-25T03:41:00.822Z | Compiling syn v2.0.118 |
| 568 | 2026-08-25T03:41:00.882Z | Compiling ident_case v1.0.1 |
| 569 | 2026-08-25T03:41:00.985Z | Compiling strsim v0.11.1 |
| 570 | 2026-08-25T03:41:01.159Z | Compiling regex-syntax v0.8.11 |
| 571 | 2026-08-25T03:41:01.203Z | Compiling syn v1.0.109 |
| 572 | 2026-08-25T03:41:01.258Z | Checking pin-project-lite v0.2.17 |
| 573 | 2026-08-25T03:41:01.336Z | Compiling equivalent v1.0.2 |
| 574 | 2026-08-25T03:41:01.412Z | Compiling winnow v1.0.3 |
| 575 | 2026-08-25T03:41:01.483Z | Compiling aho-corasick v1.1.4 |
| 576 | 2026-08-25T03:41:01.538Z | Compiling zerocopy v0.8.54 |
| 577 | 2026-08-25T03:41:01.629Z | Compiling hashbrown v0.17.1 |
| 578 | 2026-08-25T03:41:01.726Z | Compiling either v1.16.0 |
| 579 | 2026-08-25T03:41:01.923Z | Compiling itertools v0.15.0 |
| 580 | 2026-08-25T03:41:02.162Z | Compiling indexmap v2.14.0 |
| 581 | 2026-08-25T03:41:02.424Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 582 | 2026-08-25T03:41:02.692Z | Compiling regex-automata v0.4.15 |
| 583 | 2026-08-25T03:41:02.881Z | Checking byteorder v1.5.0 |
| 584 | 2026-08-25T03:41:03.002Z | Compiling heapless v0.8.0 |
| 585 | 2026-08-25T03:41:03.009Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 586 | 2026-08-25T03:41:03.031Z | Checking hash32 v0.3.1 |
| 587 | 2026-08-25T03:41:03.134Z | Checking bitflags v2.13.0 |
| 588 | 2026-08-25T03:41:03.222Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 589 | 2026-08-25T03:41:03.243Z | Compiling slog v2.8.2 |
| 590 | 2026-08-25T03:41:03.250Z | Checking futures-sink v0.3.32 |
| 591 | 2026-08-25T03:41:03.291Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 592 | 2026-08-25T03:41:03.331Z | Checking futures-core v0.3.32 |
| 593 | 2026-08-25T03:41:03.446Z | Compiling darling_core v0.23.0 |
| 594 | 2026-08-25T03:41:03.452Z | Compiling smoltcp v0.11.0 |
| 595 | 2026-08-25T03:41:03.455Z | Checking macaddr v1.0.1 |
| 596 | 2026-08-25T03:41:03.522Z | Checking stable_deref_trait v1.2.1 |
| 597 | 2026-08-25T03:41:03.594Z | Checking futures-channel v0.3.32 |
| 598 | 2026-08-25T03:41:03.774Z | Compiling proc-macro-crate v3.5.0 |
| 599 | 2026-08-25T03:41:03.778Z | Compiling proc-macro-error-attr v1.0.4 |
| 600 | 2026-08-25T03:41:03.945Z | Compiling ref-cast v1.0.25 |
| 601 | 2026-08-25T03:41:03.992Z | Checking futures-io v0.3.32 |
| 602 | 2026-08-25T03:41:04.097Z | Compiling getrandom v0.4.3 |
| 603 | 2026-08-25T03:41:04.114Z | Checking managed v0.8.0 |
| 604 | 2026-08-25T03:41:04.177Z | Checking futures-task v0.3.32 |
| 605 | 2026-08-25T03:41:04.241Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 606 | 2026-08-25T03:41:04.287Z | Compiling autocfg v1.5.1 |
| 607 | 2026-08-25T03:41:04.307Z | Checking slab v0.4.12 |
| 608 | 2026-08-25T03:41:04.348Z | Checking rand_core v0.10.1 |
| 609 | 2026-08-25T03:41:04.447Z | Compiling regex v1.13.0 |
| 610 | 2026-08-25T03:41:04.456Z | Compiling crc32fast v1.5.0 |
| 611 | 2026-08-25T03:41:04.477Z | Checking bitflags v1.3.2 |
| 612 | 2026-08-25T03:41:04.619Z | Compiling num-traits v0.2.19 |
| 613 | 2026-08-25T03:41:04.632Z | Compiling serde_derive v1.0.228 |
| 614 | 2026-08-25T03:41:04.728Z | Compiling thiserror-impl v2.0.18 |
| 615 | 2026-08-25T03:41:04.835Z | Compiling zerocopy-derive v0.8.54 |
| 616 | 2026-08-25T03:41:04.843Z | Compiling futures-macro v0.3.32 |
| 617 | 2026-08-25T03:41:05.318Z | Compiling ref-cast-impl v1.0.25 |
| 618 | 2026-08-25T03:41:05.330Z | Compiling num_enum_derive v0.7.6 |
| 619 | 2026-08-25T03:41:05.549Z | Compiling darling_macro v0.23.0 |
| 620 | 2026-08-25T03:41:05.635Z | Checking futures-util v0.3.32 |
| 621 | 2026-08-25T03:41:05.711Z | Compiling foreign-types-macros v0.2.3 |
| 622 | 2026-08-25T03:41:05.924Z | Checking thiserror v2.0.18 |
| 623 | 2026-08-25T03:41:05.982Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 624 | 2026-08-25T03:41:06.011Z | Checking cobs v0.3.0 |
| 625 | 2026-08-25T03:41:06.109Z | Compiling darling v0.23.0 |
| 626 | 2026-08-25T03:41:06.147Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 627 | 2026-08-25T03:41:06.181Z | Compiling ingot-macros v0.2.0 |
| 628 | 2026-08-25T03:41:06.294Z | Compiling proc-macro-error v1.0.4 |
| 629 | 2026-08-25T03:41:06.329Z | Checking once_cell v1.21.4 |
| 630 | 2026-08-25T03:41:06.334Z | Checking ipnetwork v0.21.1 |
| 631 | 2026-08-25T03:41:06.381Z | Checking cpufeatures v0.3.0 |
| 632 | 2026-08-25T03:41:06.441Z | Checking unicode-width v0.2.2 |
| 633 | 2026-08-25T03:41:06.490Z | Compiling crossbeam-utils v0.8.22 |
| 634 | 2026-08-25T03:41:06.494Z | Checking foreign-types-shared v0.3.1 |
| 635 | 2026-08-25T03:41:06.563Z | Checking foreign-types v0.5.0 |
| 636 | 2026-08-25T03:41:06.602Z | Checking tracing-core v0.1.36 |
| 637 | 2026-08-25T03:41:06.625Z | Checking chacha20 v0.10.1 |
| 638 | 2026-08-25T03:41:06.701Z | Checking tabwriter v1.4.1 |
| 639 | 2026-08-25T03:41:06.815Z | Checking num_enum v0.7.6 |
| 640 | 2026-08-25T03:41:06.820Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 641 | 2026-08-25T03:41:06.916Z | Checking anyhow v1.0.103 |
| 642 | 2026-08-25T03:41:07.136Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 643 | 2026-08-25T03:41:07.316Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 644 | 2026-08-25T03:41:07.376Z | Compiling tracing-attributes v0.1.31 |
| 645 | 2026-08-25T03:41:07.657Z | Checking futures-executor v0.3.32 |
| 646 | 2026-08-25T03:41:07.686Z | Checking cstr-argument v0.1.2 |
| 647 | 2026-08-25T03:41:07.770Z | Checking erased-serde v0.3.31 |
| 648 | 2026-08-25T03:41:07.790Z | Checking postcard v1.1.3 |
| 649 | 2026-08-25T03:41:07.795Z | Checking pretty-hex v0.4.2 |
| 650 | 2026-08-25T03:41:07.901Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 651 | 2026-08-25T03:41:07.972Z | Compiling thiserror v1.0.69 |
| 652 | 2026-08-25T03:41:08.086Z | Compiling time-core v0.1.9 |
| 653 | 2026-08-25T03:41:08.110Z | Checking dyn-clone v1.0.20 |
| 654 | 2026-08-25T03:41:08.204Z | Compiling num-conv v0.2.2 |
| 655 | 2026-08-25T03:41:08.261Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 656 | 2026-08-25T03:41:08.349Z | Compiling time-macros v0.2.31 |
| 657 | 2026-08-25T03:41:08.411Z | Checking futures v0.3.32 |
| 658 | 2026-08-25T03:41:08.416Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 659 | 2026-08-25T03:41:08.440Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 660 | 2026-08-25T03:41:08.539Z | Checking rand v0.10.2 |
| 661 | 2026-08-25T03:41:08.676Z | Checking tracing v0.1.44 |
| 662 | 2026-08-25T03:41:08.734Z | Compiling thiserror-impl v1.0.69 |
| 663 | 2026-08-25T03:41:08.873Z | Checking uuid v1.23.5 |
| 664 | 2026-08-25T03:41:08.906Z | Checking arc-swap v1.9.2 |
| 665 | 2026-08-25T03:41:08.949Z | Checking socket2 v0.6.4 |
| 666 | 2026-08-25T03:41:08.982Z | Checking nom v8.0.0 |
| 667 | 2026-08-25T03:41:09.072Z | Checking ingot-types v0.2.0 |
| 668 | 2026-08-25T03:41:09.115Z | Checking thread_local v1.1.10 |
| 669 | 2026-08-25T03:41:09.127Z | Compiling slog-async v2.8.0 |
| 670 | 2026-08-25T03:41:09.267Z | Checking powerfmt v0.2.0 |
| 671 | 2026-08-25T03:41:09.401Z | Checking lazy_static v1.5.0 |
| 672 | 2026-08-25T03:41:09.410Z | Checking oxnet v0.1.6 |
| 673 | 2026-08-25T03:41:09.414Z | Checking ingot v0.2.0 |
| 674 | 2026-08-25T03:41:09.484Z | Checking colored v3.1.1 |
| 675 | 2026-08-25T03:41:09.584Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 676 | 2026-08-25T03:41:09.710Z | Checking iana-time-zone v0.1.65 |
| 677 | 2026-08-25T03:41:09.714Z | Compiling heck v0.4.1 |
| 678 | 2026-08-25T03:41:09.815Z | Checking deranged v0.5.8 |
| 679 | 2026-08-25T03:41:09.845Z | Checking chrono v0.4.45 |
| 680 | 2026-08-25T03:41:09.900Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 681 | 2026-08-25T03:41:09.972Z | Checking slog-scope v4.4.1 |
| 682 | 2026-08-25T03:41:10.131Z | Checking crossbeam-channel v0.5.16 |
| 683 | 2026-08-25T03:41:10.455Z | Checking cookie-factory v0.3.3 |
| 684 | 2026-08-25T03:41:10.551Z | Checking itertools v0.12.1 |
| 685 | 2026-08-25T03:41:10.664Z | Checking is-terminal v0.4.17 |
| 686 | 2026-08-25T03:41:10.696Z | Checking term v1.2.1 |
| 687 | 2026-08-25T03:41:10.713Z | Checking time v0.3.53 |
| 688 | 2026-08-25T03:41:10.739Z | Checking take_mut v0.2.2 |
| 689 | 2026-08-25T03:41:10.831Z | Checking circular v0.3.0 |
| 690 | 2026-08-25T03:41:10.915Z | Checking log v0.4.33 |
| 691 | 2026-08-25T03:41:10.945Z | Checking rusticata-macros v5.0.0 |
| 692 | 2026-08-25T03:41:11.018Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 693 | 2026-08-25T03:41:11.066Z | Checking pcap-parser v0.17.0 |
| 694 | 2026-08-25T03:41:11.071Z | Checking slog-stdlog v4.1.1 |
| 695 | 2026-08-25T03:41:11.538Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 696 | 2026-08-25T03:41:11.825Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 697 | 2026-08-25T03:41:11.829Z | Checking slog-term v2.9.2 |
| 698 | 2026-08-25T03:41:12.142Z | Checking slog-envlogger v2.2.0 |
| 699 | 2026-08-25T03:41:15.610Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 700 | 2026-08-25T03:41:17.294Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 701 | 2026-08-25T03:41:17.297Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 702 | 2026-08-25T03:41:17.648Z | Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 703 | 2026-08-25T03:41:18.212Z | Finished `dev` profile [optimized + debuginfo] target(s) in 17.56s |
| 704 | 2026-08-25T03:41:18.258Z | + cargo build --test loopback |
| 705 | 2026-08-25T03:41:18.422Z | Compiling cfg-if v1.0.4 |
| 706 | 2026-08-25T03:41:18.422Z | Compiling memchr v2.8.3 |
| 707 | 2026-08-25T03:41:18.427Z | Compiling serde_core v1.0.228 |
| 708 | 2026-08-25T03:41:18.445Z | Compiling libc v0.2.186 |
| 709 | 2026-08-25T03:41:18.451Z | Compiling thiserror v2.0.18 |
| 710 | 2026-08-25T03:41:18.451Z | Compiling pin-project-lite v0.2.17 |
| 711 | 2026-08-25T03:41:18.455Z | Compiling either v1.16.0 |
| 712 | 2026-08-25T03:41:18.455Z | Compiling byteorder v1.5.0 |
| 713 | 2026-08-25T03:41:18.495Z | Compiling zerocopy v0.8.54 |
| 714 | 2026-08-25T03:41:18.521Z | Compiling futures-sink v0.3.32 |
| 715 | 2026-08-25T03:41:18.531Z | Compiling futures-core v0.3.32 |
| 716 | 2026-08-25T03:41:18.614Z | Compiling hash32 v0.3.1 |
| 717 | 2026-08-25T03:41:18.619Z | Compiling macaddr v1.0.1 |
| 718 | 2026-08-25T03:41:18.643Z | Compiling stable_deref_trait v1.2.1 |
| 719 | 2026-08-25T03:41:18.688Z | Compiling futures-channel v0.3.32 |
| 720 | 2026-08-25T03:41:18.708Z | Compiling heapless v0.8.0 |
| 721 | 2026-08-25T03:41:18.758Z | Compiling cobs v0.3.0 |
| 722 | 2026-08-25T03:41:18.791Z | Compiling rand_core v0.10.1 |
| 723 | 2026-08-25T03:41:18.865Z | Compiling bitflags v1.3.2 |
| 724 | 2026-08-25T03:41:18.916Z | Compiling managed v0.8.0 |
| 725 | 2026-08-25T03:41:18.929Z | Compiling futures-io v0.3.32 |
| 726 | 2026-08-25T03:41:18.943Z | Compiling futures-task v0.3.32 |
| 727 | 2026-08-25T03:41:19.037Z | Compiling slab v0.4.12 |
| 728 | 2026-08-25T03:41:19.117Z | Compiling smoltcp v0.11.0 |
| 729 | 2026-08-25T03:41:19.127Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 730 | 2026-08-25T03:41:19.132Z | Compiling once_cell v1.21.4 |
| 731 | 2026-08-25T03:41:19.136Z | Compiling cpufeatures v0.3.0 |
| 732 | 2026-08-25T03:41:19.191Z | Compiling futures-util v0.3.32 |
| 733 | 2026-08-25T03:41:19.215Z | Compiling foreign-types-shared v0.3.1 |
| 734 | 2026-08-25T03:41:19.298Z | Compiling unicode-width v0.2.2 |
| 735 | 2026-08-25T03:41:19.355Z | Compiling ipnetwork v0.21.1 |
| 736 | 2026-08-25T03:41:19.395Z | Compiling tracing-core v0.1.36 |
| 737 | 2026-08-25T03:41:19.605Z | Compiling tabwriter v1.4.1 |
| 738 | 2026-08-25T03:41:19.853Z | Compiling foreign-types v0.5.0 |
| 739 | 2026-08-25T03:41:19.923Z | Compiling chacha20 v0.10.1 |
| 740 | 2026-08-25T03:41:20.021Z | Compiling ref-cast v1.0.25 |
| 741 | 2026-08-25T03:41:20.049Z | Compiling num_enum v0.7.6 |
| 742 | 2026-08-25T03:41:20.114Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 743 | 2026-08-25T03:41:20.157Z | Compiling crc32fast v1.5.0 |
| 744 | 2026-08-25T03:41:20.219Z | Compiling serde v1.0.228 |
| 745 | 2026-08-25T03:41:20.270Z | Compiling bitflags v2.13.0 |
| 746 | 2026-08-25T03:41:20.396Z | Compiling getrandom v0.4.3 |
| 747 | 2026-08-25T03:41:20.440Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 748 | 2026-08-25T03:41:20.610Z | Compiling cstr-argument v0.1.2 |
| 749 | 2026-08-25T03:41:20.681Z | Compiling erased-serde v0.3.31 |
| 750 | 2026-08-25T03:41:20.710Z | Compiling postcard v1.1.3 |
| 751 | 2026-08-25T03:41:20.775Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 752 | 2026-08-25T03:41:20.859Z | Compiling itertools v0.15.0 |
| 753 | 2026-08-25T03:41:20.882Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 754 | 2026-08-25T03:41:21.055Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 755 | 2026-08-25T03:41:21.061Z | Compiling pretty-hex v0.4.2 |
| 756 | 2026-08-25T03:41:21.196Z | Compiling slog v2.8.2 |
| 757 | 2026-08-25T03:41:21.372Z | Compiling ingot-types v0.2.0 |
| 758 | 2026-08-25T03:41:21.513Z | Compiling futures-executor v0.3.32 |
| 759 | 2026-08-25T03:41:21.592Z | Compiling dyn-clone v1.0.20 |
| 760 | 2026-08-25T03:41:21.619Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 761 | 2026-08-25T03:41:21.755Z | Compiling ingot v0.2.0 |
| 762 | 2026-08-25T03:41:21.782Z | Compiling futures v0.3.32 |
| 763 | 2026-08-25T03:41:21.824Z | Compiling tracing v0.1.44 |
| 764 | 2026-08-25T03:41:21.836Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 765 | 2026-08-25T03:41:21.852Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 766 | 2026-08-25T03:41:21.896Z | Compiling rand v0.10.2 |
| 767 | 2026-08-25T03:41:21.941Z | Compiling uuid v1.23.5 |
| 768 | 2026-08-25T03:41:21.946Z | Compiling num-traits v0.2.19 |
| 769 | 2026-08-25T03:41:22.109Z | Compiling crossbeam-utils v0.8.22 |
| 770 | 2026-08-25T03:41:22.195Z | Compiling nom v8.0.0 |
| 771 | 2026-08-25T03:41:22.314Z | Compiling aho-corasick v1.1.4 |
| 772 | 2026-08-25T03:41:22.627Z | Compiling socket2 v0.6.4 |
| 773 | 2026-08-25T03:41:22.667Z | Compiling thread_local v1.1.10 |
| 774 | 2026-08-25T03:41:22.859Z | Compiling arc-swap v1.9.2 |
| 775 | 2026-08-25T03:41:22.989Z | Compiling regex-syntax v0.8.11 |
| 776 | 2026-08-25T03:41:23.068Z | Compiling colored v3.1.1 |
| 777 | 2026-08-25T03:41:23.246Z | Compiling oxnet v0.1.6 |
| 778 | 2026-08-25T03:41:23.505Z | Compiling winnow v1.0.3 |
| 779 | 2026-08-25T03:41:23.740Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 780 | 2026-08-25T03:41:23.745Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 781 | 2026-08-25T03:41:23.898Z | Compiling num-conv v0.2.2 |
| 782 | 2026-08-25T03:41:23.974Z | Compiling powerfmt v0.2.0 |
| 783 | 2026-08-25T03:41:24.038Z | Compiling time-core v0.1.9 |
| 784 | 2026-08-25T03:41:24.043Z | Compiling lazy_static v1.5.0 |
| 785 | 2026-08-25T03:41:24.134Z | Compiling iana-time-zone v0.1.65 |
| 786 | 2026-08-25T03:41:24.220Z | Compiling deranged v0.5.8 |
| 787 | 2026-08-25T03:41:24.239Z | Compiling chrono v0.4.45 |
| 788 | 2026-08-25T03:41:24.540Z | Compiling rusticata-macros v5.0.0 |
| 789 | 2026-08-25T03:41:24.875Z | Compiling regex-automata v0.4.15 |
| 790 | 2026-08-25T03:41:25.008Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 791 | 2026-08-25T03:41:25.197Z | Compiling time v0.3.53 |
| 792 | 2026-08-25T03:41:26.144Z | Compiling slog-scope v4.4.1 |
| 793 | 2026-08-25T03:41:26.621Z | Compiling thiserror v1.0.69 |
| 794 | 2026-08-25T03:41:26.723Z | Compiling crossbeam-channel v0.5.16 |
| 795 | 2026-08-25T03:41:27.230Z | Compiling cookie-factory v0.3.3 |
| 796 | 2026-08-25T03:41:27.502Z | Compiling is-terminal v0.4.17 |
| 797 | 2026-08-25T03:41:27.581Z | Compiling itertools v0.12.1 |
| 798 | 2026-08-25T03:41:27.601Z | Compiling take_mut v0.2.2 |
| 799 | 2026-08-25T03:41:27.707Z | Compiling term v1.2.1 |
| 800 | 2026-08-25T03:41:28.182Z | Compiling circular v0.3.0 |
| 801 | 2026-08-25T03:41:28.438Z | Compiling log v0.4.33 |
| 802 | 2026-08-25T03:41:28.724Z | Compiling slog-stdlog v4.1.1 |
| 803 | 2026-08-25T03:41:29.030Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 804 | 2026-08-25T03:41:29.110Z | Compiling pcap-parser v0.17.0 |
| 805 | 2026-08-25T03:41:29.708Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 806 | 2026-08-25T03:41:30.143Z | Compiling slog-term v2.9.2 |
| 807 | 2026-08-25T03:41:31.781Z | Compiling slog-async v2.8.0 |
| 808 | 2026-08-25T03:41:31.811Z | Compiling regex v1.13.0 |
| 809 | 2026-08-25T03:41:32.058Z | Compiling slog-envlogger v2.2.0 |
| 810 | 2026-08-25T03:41:32.149Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 811 | 2026-08-25T03:41:32.187Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 812 | 2026-08-25T03:41:32.463Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 813 | 2026-08-25T03:41:32.827Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 814 | 2026-08-25T03:41:41.979Z | Finished `dev` profile [optimized + debuginfo] target(s) in 23.72s |
| 815 | 2026-08-25T03:41:42.012Z | ++ cargo build -q --test loopback --message-format=json |
| 816 | 2026-08-25T03:41:42.015Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 817 | 2026-08-25T03:41:42.134Z | + loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-2001a507b33f4803 |
| 818 | 2026-08-25T03:41:42.134Z | + cargo build --test multicast_rx |
| 819 | 2026-08-25T03:41:42.241Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 820 | 2026-08-25T03:41:44.051Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.90s |
| 821 | 2026-08-25T03:41:44.086Z | ++ cargo build -q --test multicast_rx --message-format=json |
| 822 | 2026-08-25T03:41:44.089Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 823 | 2026-08-25T03:41:44.204Z | + multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-ed02daea5d032326 |
| 824 | 2026-08-25T03:41:44.204Z | + cargo build --test multicast_multi_sub |
| 825 | 2026-08-25T03:41:44.309Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 826 | 2026-08-25T03:41:46.117Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.90s |
| 827 | 2026-08-25T03:41:46.150Z | ++ cargo build -q --test multicast_multi_sub --message-format=json |
| 828 | 2026-08-25T03:41:46.153Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 829 | 2026-08-25T03:41:46.270Z | + multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-0bda64cc99833d0a |
| 830 | 2026-08-25T03:41:46.270Z | + cargo build --test multicast_validation |
| 831 | 2026-08-25T03:41:46.374Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 832 | 2026-08-25T03:41:48.437Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.15s |
| 833 | 2026-08-25T03:41:48.470Z | ++ cargo build -q --test multicast_validation --message-format=json |
| 834 | 2026-08-25T03:41:48.473Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 835 | 2026-08-25T03:41:48.592Z | + multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-f42dd83d00cd44cb |
| 836 | 2026-08-25T03:41:48.592Z | + cargo build --test multicast_source_filter |
| 837 | 2026-08-25T03:41:48.696Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 838 | 2026-08-25T03:41:50.813Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.21s |
| 839 | 2026-08-25T03:41:50.846Z | ++ cargo build -q --test multicast_source_filter --message-format=json |
| 840 | 2026-08-25T03:41:50.849Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 841 | 2026-08-25T03:41:50.964Z | + multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-69bede13ae9b4bb5 |
| 842 | 2026-08-25T03:41:50.964Z | + cargo build --test multicast_multi_nexthop |
| 843 | 2026-08-25T03:41:51.068Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 844 | 2026-08-25T03:41:52.758Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.78s |
| 845 | 2026-08-25T03:41:52.792Z | ++ cargo build -q --test multicast_multi_nexthop --message-format=json |
| 846 | 2026-08-25T03:41:52.796Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 847 | 2026-08-25T03:41:52.915Z | + multicast_multi_nexthop_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_nexthop-7b8b1f2959c89569 |
| 848 | 2026-08-25T03:41:52.915Z | + mkdir -p /work/test |
| 849 | 2026-08-25T03:41:52.918Z | + cp /work/oxidecomputer/opte/target/debug/deps/loopback-2001a507b33f4803 /work/test/loopback |
| 850 | 2026-08-25T03:41:52.960Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-ed02daea5d032326 /work/test/multicast_rx |
| 851 | 2026-08-25T03:41:53.009Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-0bda64cc99833d0a /work/test/multicast_multi_sub |
| 852 | 2026-08-25T03:41:53.057Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-f42dd83d00cd44cb /work/test/multicast_validation |
| 853 | 2026-08-25T03:41:53.109Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-69bede13ae9b4bb5 /work/test/multicast_source_filter |
| 854 | 2026-08-25T03:41:53.156Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_nexthop-7b8b1f2959c89569 /work/test/multicast_multi_nexthop |
| 855 | 2026-08-25T03:41:53.206Z | process exited: duration 238499 ms, exit code 0 |
| |
| 856 | 2026-08-25T03:41:53.223Z | found 15 output files |
| 857 | 2026-08-25T03:41:53.223Z | uploading: /work/debug/xde.dbg (89503576 bytes) |
| 858 | 2026-08-25T03:41:54.826Z | uploaded: /work/debug/xde.dbg |
| 859 | 2026-08-25T03:41:54.826Z | uploading: /work/debug/xde.dbg.sha256 (86 bytes) |
| 860 | 2026-08-25T03:41:55.841Z | uploaded: /work/debug/xde.dbg.sha256 |
| 861 | 2026-08-25T03:41:55.844Z | uploading: /work/debug/xde_link.dbg.so (1256692 bytes) |
| 862 | 2026-08-25T03:41:56.864Z | uploaded: /work/debug/xde_link.dbg.so |
| 863 | 2026-08-25T03:41:56.864Z | uploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes) |
| 864 | 2026-08-25T03:41:57.878Z | uploaded: /work/debug/xde_link.dbg.so.sha256 |
| 865 | 2026-08-25T03:41:57.878Z | uploading: /work/release/xde (53533440 bytes) |
| 866 | 2026-08-25T03:41:59.253Z | uploaded: /work/release/xde |
| 867 | 2026-08-25T03:41:59.254Z | uploading: /work/release/xde.sha256 (84 bytes) |
| 868 | 2026-08-25T03:42:00.268Z | uploaded: /work/release/xde.sha256 |
| 869 | 2026-08-25T03:42:00.268Z | uploading: /work/release/xde_link.so (45240 bytes) |
| 870 | 2026-08-25T03:42:01.283Z | uploaded: /work/release/xde_link.so |
| 871 | 2026-08-25T03:42:01.283Z | uploading: /work/release/xde_link.so.sha256 (92 bytes) |
| 872 | 2026-08-25T03:42:02.294Z | uploaded: /work/release/xde_link.so.sha256 |
| 873 | 2026-08-25T03:42:02.294Z | uploading: /work/test/loopback (58848920 bytes) |
| 874 | 2026-08-25T03:42:03.670Z | uploaded: /work/test/loopback |
| 875 | 2026-08-25T03:42:03.670Z | uploading: /work/test/multicast_rx (59347616 bytes) |
| 876 | 2026-08-25T03:42:05.371Z | uploaded: /work/test/multicast_rx |
| 877 | 2026-08-25T03:42:05.371Z | uploading: /work/test/multicast_multi_sub (59989352 bytes) |
| 878 | 2026-08-25T03:42:06.919Z | uploaded: /work/test/multicast_multi_sub |
| 879 | 2026-08-25T03:42:06.919Z | uploading: /work/test/multicast_validation (59333088 bytes) |
| 880 | 2026-08-25T03:42:08.963Z | uploaded: /work/test/multicast_validation |
| 881 | 2026-08-25T03:42:08.963Z | uploading: /work/test/multicast_source_filter (59634808 bytes) |
| 882 | 2026-08-25T03:42:10.668Z | uploaded: /work/test/multicast_source_filter |
| 883 | 2026-08-25T03:42:10.668Z | uploading: /work/test/multicast_multi_nexthop (60225352 bytes) |
| 884 | 2026-08-25T03:42:12.385Z | uploaded: /work/test/multicast_multi_nexthop |
| 885 | 2026-08-25T03:42:12.385Z | uploading: /work/xde.conf (79 bytes) |
| 886 | 2026-08-25T03:42:13.396Z | uploaded: /work/xde.conf |