|
|
|
| 1 | 2026-08-27T04:59:54.944Z | job assigned to worker 01M10SC6CCHGSZBZX74D6E7PFH [factory aws, i-002da9e3ab0754c4b] (queued for 54 s) |
| |
| 2 | 2026-08-27T05:00:00.929Z | starting task 0: "setup" |
| 3 | 2026-08-27T05:00:00.934Z | ++ uname -s |
| 4 | 2026-08-27T05:00:00.937Z | + kern=SunOS |
| 5 | 2026-08-27T05:00:00.937Z | + build_user=build |
| 6 | 2026-08-27T05:00:00.937Z | + build_uid=12345 |
| 7 | 2026-08-27T05:00:00.937Z | + work_dir=/work |
| 8 | 2026-08-27T05:00:00.937Z | + input_dir=/input |
| 9 | 2026-08-27T05:00:00.937Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-27T05:00:00.937Z | + case "$kern" in |
| 11 | 2026-08-27T05:00:00.937Z | + groupadd -g 12345 build |
| 12 | 2026-08-27T05:00:00.940Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-27T05:00:02.944Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-27T05:00:03.057Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-27T05:00:03.060Z | + home_fs=zfs |
| 16 | 2026-08-27T05:00:03.060Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-27T05:00:03.060Z | + mkdir -p /home/build |
| 18 | 2026-08-27T05:00:03.060Z | + chown build:build /home/build /work |
| 19 | 2026-08-27T05:00:04.065Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-27T05:00:04.070Z | process exited: duration 3132 ms, exit code 0 |
| |
| 21 | 2026-08-27T05:00:04.085Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-27T05:00:04.097Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-27T05:00:04.097Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-27T05:00:04.097Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-08-27T05:00:04.097Z | * rust toolchain profile = "default" |
| 26 | 2026-08-27T05:00:04.097Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-27T05:00:04.097Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-27T05:00:04.097Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-27T05:00:04.097Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-27T05:00:04.195Z | info: downloading installer |
| 31 | 2026-08-27T05:00:05.566Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-27T05:00:05.566Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-27T05:00:05.566Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-27T05:00:05.566Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-27T05:00:05.579Z | info: profile set to default |
| 36 | 2026-08-27T05:00:05.579Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-27T05:00:05.585Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-27T05:00:05.718Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-27T05:00:05.725Z | info: downloading 6 components |
| 40 | 2026-08-27T05:00:20.005Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-27T05:00:20.005Z | |
| 42 | 2026-08-27T05:00:20.032Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-27T05:00:20.032Z | |
| 44 | 2026-08-27T05:00:20.032Z | |
| 45 | 2026-08-27T05:00:20.032Z | Rust is installed now. Great! |
| 46 | 2026-08-27T05:00:20.032Z | |
| 47 | 2026-08-27T05:00:20.032Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-27T05:00:20.032Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-27T05:00:20.032Z | |
| 50 | 2026-08-27T05:00:20.032Z | To configure your current shell, you need to source |
| 51 | 2026-08-27T05:00:20.032Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-27T05:00:20.032Z | |
| 53 | 2026-08-27T05:00:20.033Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-27T05:00:20.033Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-27T05:00:20.033Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-27T05:00:20.033Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-27T05:00:20.033Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-27T05:00:20.033Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-27T05:00:20.033Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-27T05:00:20.036Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-27T05:00:20.036Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-27T05:00:20.130Z | + rustup --version |
| 63 | 2026-08-27T05:00:20.139Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-27T05:00:20.144Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-27T05:00:20.160Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-27T05:00:20.163Z | + cargo --version |
| 67 | 2026-08-27T05:00:20.177Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-27T05:00:20.181Z | + rustc --version |
| 69 | 2026-08-27T05:00:20.198Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-27T05:00:20.202Z | process exited: duration 16117 ms, exit code 0 |
| |
| 71 | 2026-08-27T05:00:20.210Z | starting task 2: "authentication" |
| 72 | 2026-08-27T05:00:20.225Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-27T05:00:20.234Z | starting task 3: "clone repository" |
| 74 | 2026-08-27T05:00:20.238Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-08-27T05:00:20.238Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-08-27T05:00:20.269Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-08-27T05:00:21.281Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-08-27T05:00:21.281Z | + git fetch origin d854118a24c86b8a5753df8d97c6e7a8cc491f33 |
| 79 | 2026-08-27T05:00:21.589Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-08-27T05:00:21.589Z | * branch d854118a24c86b8a5753df8d97c6e7a8cc491f33 -> FETCH_HEAD |
| 81 | 2026-08-27T05:00:21.596Z | + [[ -n renovate/uuid-1.x-lockfile ]] |
| 82 | 2026-08-27T05:00:21.599Z | ++ git branch --show-current |
| 83 | 2026-08-27T05:00:21.599Z | + current=master |
| 84 | 2026-08-27T05:00:21.599Z | + [[ master != renovate/uuid-1.x-lockfile ]] |
| 85 | 2026-08-27T05:00:21.599Z | + git branch -f renovate/uuid-1.x-lockfile d854118a24c86b8a5753df8d97c6e7a8cc491f33 |
| 86 | 2026-08-27T05:00:21.602Z | + git checkout -f renovate/uuid-1.x-lockfile |
| 87 | 2026-08-27T05:00:21.618Z | Switched to branch 'renovate/uuid-1.x-lockfile' |
| 88 | 2026-08-27T05:00:21.622Z | + git reset --hard d854118a24c86b8a5753df8d97c6e7a8cc491f33 |
| 89 | 2026-08-27T05:00:21.636Z | HEAD is now at d854118 Update Rust crate uuid to v1.26.0 |
| 90 | 2026-08-27T05:00:21.639Z | process exited: duration 1403 ms, exit code 0 |
| |
| 91 | 2026-08-27T05:00:21.645Z | starting task 4: "build" |
| 92 | 2026-08-27T05:00:21.648Z | + source .github/buildomat/common.sh |
| 93 | 2026-08-27T05:00:21.652Z | ++ rustup show active-toolchain |
| 94 | 2026-08-27T05:00:21.655Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-08-27T05:00:21.655Z | ++ pushd xde |
| 96 | 2026-08-27T05:00:21.655Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-08-27T05:00:21.655Z | ++ rustup show active-toolchain |
| 98 | 2026-08-27T05:00:21.659Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 99 | 2026-08-27T05:00:21.812Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 100 | 2026-08-27T05:00:21.815Z | info: downloading 6 components |
| 101 | 2026-08-27T05:00:35.829Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-08-27T05:00:35.925Z | +++ rustup show active-toolchain -v |
| 103 | 2026-08-27T05:00:35.928Z | +++ head -n 1 |
| 104 | 2026-08-27T05:00:35.928Z | +++ cut '-d ' -f1 |
| 105 | 2026-08-27T05:00:35.980Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 106 | 2026-08-27T05:00:35.980Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 107 | 2026-08-27T05:00:35.980Z | ++ popd |
| 108 | 2026-08-27T05:00:35.984Z | /work/oxidecomputer/opte |
| 109 | 2026-08-27T05:00:35.984Z | + TGT_BASE=/work |
| 110 | 2026-08-27T05:00:35.984Z | + DBG_SRC=target/x86_64-unknown-unknown/debug |
| 111 | 2026-08-27T05:00:35.984Z | + DBG_LINK_SRC=target/i686-unknown-illumos/debug |
| 112 | 2026-08-27T05:00:35.984Z | + DBG_TGT=/work/debug |
| 113 | 2026-08-27T05:00:35.984Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 114 | 2026-08-27T05:00:35.984Z | + REL_LINK_SRC=target/i686-unknown-illumos/release |
| 115 | 2026-08-27T05:00:35.984Z | + REL_TGT=/work/release |
| 116 | 2026-08-27T05:00:35.984Z | + mkdir -p /work/debug /work/release |
| 117 | 2026-08-27T05:00:35.984Z | + cargo --version |
| 118 | 2026-08-27T05:00:35.991Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 119 | 2026-08-27T05:00:35.994Z | + rustc --version |
| 120 | 2026-08-27T05:00:36.025Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 121 | 2026-08-27T05:00:36.035Z | + install_pkg jq |
| 122 | 2026-08-27T05:00:36.035Z | + set +o errexit |
| 123 | 2026-08-27T05:00:36.035Z | + pfexec pkg install jq |
| 124 | 2026-08-27T05:00:37.406Z | Startup: Refreshing catalog 'helios' ... Done |
| 125 | 2026-08-27T05:00:37.805Z | Startup: Caching catalogs ... Done |
| 126 | 2026-08-27T05:00:40.032Z | Planning: Solver setup ... Done |
| 127 | 2026-08-27T05:00:40.093Z | Planning: Running solver ... Done |
| 128 | 2026-08-27T05:00:40.150Z | Planning: Consolidating action changes ... Done |
| 129 | 2026-08-27T05:00:40.173Z | Planning: Evaluating mediators ... Done |
| 130 | 2026-08-27T05:00:40.173Z | Planning: Planning completed in 2.31 seconds |
| 131 | 2026-08-27T05:00:40.189Z | No updates necessary for this image. |
| 132 | 2026-08-27T05:00:40.384Z | + exit_code=4 |
| 133 | 2026-08-27T05:00:40.403Z | + [[ 4 -ne 0 ]] |
| 134 | 2026-08-27T05:00:40.403Z | + [[ 4 -ne 4 ]] |
| 135 | 2026-08-27T05:00:40.403Z | + set -o errexit |
| 136 | 2026-08-27T05:00:40.403Z | + pushd xde |
| 137 | 2026-08-27T05:00:40.403Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 138 | 2026-08-27T05:00:40.403Z | + cp xde.conf /work/xde.conf |
| 139 | 2026-08-27T05:00:40.403Z | + header 'check style' |
| 140 | 2026-08-27T05:00:40.403Z | + echo '# ==== check style ==== #' |
| 141 | 2026-08-27T05:00:40.403Z | # ==== check style ==== # |
| 142 | 2026-08-27T05:00:40.403Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check |
| 143 | 2026-08-27T05:00:40.612Z | |
| 144 | 2026-08-27T05:00:40.612Z | real 0.225028380 |
| 145 | 2026-08-27T05:00:40.612Z | user 0.152072143 |
| 146 | 2026-08-27T05:00:40.612Z | sys 0.062754415 |
| 147 | 2026-08-27T05:00:40.612Z | trap 0.000009270 |
| 148 | 2026-08-27T05:00:40.612Z | tflt 0.000000550 |
| 149 | 2026-08-27T05:00:40.612Z | dflt 0.000007020 |
| 150 | 2026-08-27T05:00:40.612Z | kflt 0.000000830 |
| 151 | 2026-08-27T05:00:40.612Z | lock 0.034784214 |
| 152 | 2026-08-27T05:00:40.612Z | slp 0.191131132 |
| 153 | 2026-08-27T05:00:40.618Z | lat 0.000758520 |
| 154 | 2026-08-27T05:00:40.618Z | stop 0.000107460 |
| 155 | 2026-08-27T05:00:40.618Z | + header analyze |
| 156 | 2026-08-27T05:00:40.618Z | + echo '# ==== analyze ==== #' |
| 157 | 2026-08-27T05:00:40.618Z | # ==== analyze ==== # |
| 158 | 2026-08-27T05:00:40.618Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 159 | 2026-08-27T05:00:40.786Z | Updating crates.io index |
| 160 | 2026-08-27T05:00:40.789Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 161 | 2026-08-27T05:00:41.605Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 162 | 2026-08-27T05:00:41.926Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 163 | 2026-08-27T05:00:42.250Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 164 | 2026-08-27T05:00:42.654Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 165 | 2026-08-27T05:00:42.983Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 166 | 2026-08-27T05:00:43.313Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 167 | 2026-08-27T05:00:45.101Z | Downloading crates ... |
| 168 | 2026-08-27T05:00:45.149Z | Downloaded quote v1.0.46 |
| 169 | 2026-08-27T05:00:45.158Z | Downloaded stable_deref_trait v1.2.1 |
| 170 | 2026-08-27T05:00:45.173Z | Downloaded defmt v1.1.1 |
| 171 | 2026-08-27T05:00:45.176Z | Downloaded ingot-macros v0.2.0 |
| 172 | 2026-08-27T05:00:45.176Z | Downloaded managed v0.8.0 |
| 173 | 2026-08-27T05:00:45.179Z | Downloaded ref-cast-impl v1.0.25 |
| 174 | 2026-08-27T05:00:45.182Z | Downloaded dyn-clone v1.0.20 |
| 175 | 2026-08-27T05:00:45.185Z | Downloaded defmt v0.3.100 |
| 176 | 2026-08-27T05:00:45.185Z | Downloaded cfg-if v1.0.4 |
| 177 | 2026-08-27T05:00:45.191Z | Downloaded heapless v0.8.0 |
| 178 | 2026-08-27T05:00:45.195Z | Downloaded defmt-macros v1.1.1 |
| 179 | 2026-08-27T05:00:45.195Z | Downloaded either v1.16.0 |
| 180 | 2026-08-27T05:00:45.200Z | Downloaded embedded-io v0.4.0 |
| 181 | 2026-08-27T05:00:45.201Z | Downloaded ref-cast v1.0.25 |
| 182 | 2026-08-27T05:00:45.201Z | Downloaded hash32 v0.3.1 |
| 183 | 2026-08-27T05:00:45.205Z | Downloaded macaddr v1.0.1 |
| 184 | 2026-08-27T05:00:45.205Z | Downloaded itertools v0.15.0 |
| 185 | 2026-08-27T05:00:45.209Z | Downloaded ident_case v1.0.1 |
| 186 | 2026-08-27T05:00:45.216Z | Downloaded ingot-types v0.2.0 |
| 187 | 2026-08-27T05:00:45.216Z | Downloaded crc32fast v1.5.0 |
| 188 | 2026-08-27T05:00:45.219Z | Downloaded byteorder v1.5.0 |
| 189 | 2026-08-27T05:00:45.219Z | Downloaded version_check v0.9.5 |
| 190 | 2026-08-27T05:00:45.222Z | Downloaded embedded-io v0.6.1 |
| 191 | 2026-08-27T05:00:45.225Z | Downloaded cobs v0.3.0 |
| 192 | 2026-08-27T05:00:45.228Z | Downloaded strsim v0.11.1 |
| 193 | 2026-08-27T05:00:45.236Z | Downloaded darling_macro v0.23.0 |
| 194 | 2026-08-27T05:00:45.239Z | Downloaded bitflags v1.3.2 |
| 195 | 2026-08-27T05:00:45.242Z | Downloaded bitflags v2.13.0 |
| 196 | 2026-08-27T05:00:45.242Z | Downloaded defmt-parser v1.0.0 |
| 197 | 2026-08-27T05:00:45.246Z | Downloaded darling v0.23.0 |
| 198 | 2026-08-27T05:00:45.251Z | Downloaded thiserror v2.0.18 |
| 199 | 2026-08-27T05:00:45.254Z | Downloaded ingot v0.2.0 |
| 200 | 2026-08-27T05:00:45.256Z | Downloaded postcard v1.1.3 |
| 201 | 2026-08-27T05:00:45.265Z | Downloaded proc-macro2 v1.0.106 |
| 202 | 2026-08-27T05:00:45.279Z | Downloaded darling_core v0.23.0 |
| 203 | 2026-08-27T05:00:45.284Z | Downloaded uuid v1.26.0 |
| 204 | 2026-08-27T05:00:45.290Z | Downloaded serde_derive v1.0.228 |
| 205 | 2026-08-27T05:00:45.294Z | Downloaded thiserror-impl v2.0.18 |
| 206 | 2026-08-27T05:00:45.294Z | Downloaded unicode-ident v1.0.24 |
| 207 | 2026-08-27T05:00:45.297Z | Downloaded aho-corasick v1.1.4 |
| 208 | 2026-08-27T05:00:45.302Z | Downloaded serde_core v1.0.228 |
| 209 | 2026-08-27T05:00:45.306Z | Downloaded zerocopy-derive v0.8.54 |
| 210 | 2026-08-27T05:00:45.310Z | Downloaded serde v1.0.228 |
| 211 | 2026-08-27T05:00:45.313Z | Downloaded memchr v2.8.3 |
| 212 | 2026-08-27T05:00:45.352Z | Downloaded regex v1.13.0 |
| 213 | 2026-08-27T05:00:45.383Z | Downloaded syn v2.0.118 |
| 214 | 2026-08-27T05:00:45.389Z | Downloaded zerocopy v0.8.54 |
| 215 | 2026-08-27T05:00:45.399Z | Downloaded smoltcp v0.11.0 |
| 216 | 2026-08-27T05:00:45.405Z | Downloaded regex-syntax v0.8.11 |
| 217 | 2026-08-27T05:00:45.414Z | Downloaded regex-automata v0.4.15 |
| 218 | 2026-08-27T05:00:45.426Z | Updating crates.io index |
| 219 | 2026-08-27T05:00:45.478Z | Downloading crates ... |
| 220 | 2026-08-27T05:00:45.501Z | Downloaded addr2line v0.27.0 |
| 221 | 2026-08-27T05:00:45.513Z | Downloaded hashbrown v0.17.1 |
| 222 | 2026-08-27T05:00:45.523Z | Downloaded rustc-demangle v0.1.28 |
| 223 | 2026-08-27T05:00:45.523Z | Downloaded adler2 v2.0.1 |
| 224 | 2026-08-27T05:00:45.523Z | Downloaded rustc-literal-escaper v0.0.8 |
| 225 | 2026-08-27T05:00:45.524Z | Downloaded foldhash v0.2.0 |
| 226 | 2026-08-27T05:00:45.544Z | Downloaded object v0.39.1 |
| 227 | 2026-08-27T05:00:45.558Z | Downloaded memchr v2.7.6 |
| 228 | 2026-08-27T05:00:45.558Z | Downloaded getopts v0.2.24 |
| 229 | 2026-08-27T05:00:45.558Z | Downloaded miniz_oxide v0.9.1 |
| 230 | 2026-08-27T05:00:45.573Z | Downloaded gimli v0.34.0 |
| 231 | 2026-08-27T05:00:45.631Z | Downloaded libc v0.2.185 |
| 232 | 2026-08-27T05:00:45.682Z | 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) |
| 233 | 2026-08-27T05:00:45.683Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 234 | 2026-08-27T05:00:45.683Z | Compiling proc-macro2 v1.0.106 |
| 235 | 2026-08-27T05:00:45.686Z | Compiling quote v1.0.46 |
| 236 | 2026-08-27T05:00:45.686Z | Compiling unicode-ident v1.0.24 |
| 237 | 2026-08-27T05:00:45.686Z | Compiling serde_core v1.0.228 |
| 238 | 2026-08-27T05:00:45.686Z | Compiling strsim v0.11.1 |
| 239 | 2026-08-27T05:00:45.686Z | Compiling ident_case v1.0.1 |
| 240 | 2026-08-27T05:00:45.871Z | Compiling memchr v2.8.3 |
| 241 | 2026-08-27T05:00:45.888Z | Compiling regex-syntax v0.8.11 |
| 242 | 2026-08-27T05:00:46.151Z | Compiling zerocopy v0.8.54 |
| 243 | 2026-08-27T05:00:46.157Z | Compiling thiserror v2.0.18 |
| 244 | 2026-08-27T05:00:46.196Z | Compiling serde v1.0.228 |
| 245 | 2026-08-27T05:00:46.271Z | Compiling aho-corasick v1.1.4 |
| 246 | 2026-08-27T05:00:46.554Z | Compiling either v1.16.0 |
| 247 | 2026-08-27T05:00:46.687Z | Compiling heapless v0.8.0 |
| 248 | 2026-08-27T05:00:46.741Z | Compiling itertools v0.15.0 |
| 249 | 2026-08-27T05:00:46.761Z | Compiling smoltcp v0.11.0 |
| 250 | 2026-08-27T05:00:46.904Z | Compiling syn v2.0.118 |
| 251 | 2026-08-27T05:00:46.967Z | Compiling ref-cast v1.0.25 |
| 252 | 2026-08-27T05:00:47.186Z | Compiling crc32fast v1.5.0 |
| 253 | 2026-08-27T05:00:47.222Z | Compiling version_check v0.9.5 |
| 254 | 2026-08-27T05:00:47.367Z | Compiling regex-automata v0.4.15 |
| 255 | 2026-08-27T05:00:47.605Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 256 | 2026-08-27T05:00:48.940Z | Compiling regex v1.13.0 |
| 257 | 2026-08-27T05:00:49.203Z | Compiling darling_core v0.23.0 |
| 258 | 2026-08-27T05:00:50.002Z | Compiling thiserror-impl v2.0.18 |
| 259 | 2026-08-27T05:00:50.002Z | Compiling serde_derive v1.0.228 |
| 260 | 2026-08-27T05:00:50.002Z | Compiling zerocopy-derive v0.8.54 |
| 261 | 2026-08-27T05:00:50.006Z | Compiling ref-cast-impl v1.0.25 |
| 262 | 2026-08-27T05:00:50.006Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 263 | 2026-08-27T05:00:51.401Z | Compiling darling_macro v0.23.0 |
| 264 | 2026-08-27T05:00:52.251Z | Compiling darling v0.23.0 |
| 265 | 2026-08-27T05:00:52.314Z | Compiling ingot-macros v0.2.0 |
| 266 | 2026-08-27T05:00:52.317Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 267 | 2026-08-27T05:00:57.579Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 268 | 2026-08-27T05:00:59.865Z | Checking byteorder v1.5.0 |
| 269 | 2026-08-27T05:00:59.865Z | Checking stable_deref_trait v1.2.1 |
| 270 | 2026-08-27T05:00:59.875Z | Checking cfg-if v1.0.4 |
| 271 | 2026-08-27T05:00:59.875Z | Checking macaddr v1.0.1 |
| 272 | 2026-08-27T05:00:59.875Z | Checking managed v0.8.0 |
| 273 | 2026-08-27T05:00:59.929Z | Checking bitflags v1.3.2 |
| 274 | 2026-08-27T05:00:59.963Z | Checking cobs v0.3.0 |
| 275 | 2026-08-27T05:01:00.016Z | Checking hash32 v0.3.1 |
| 276 | 2026-08-27T05:01:00.036Z | Checking dyn-clone v1.0.20 |
| 277 | 2026-08-27T05:01:00.076Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 278 | 2026-08-27T05:01:01.219Z | Checking bitflags v2.13.0 |
| 279 | 2026-08-27T05:01:01.219Z | Checking uuid v1.26.0 |
| 280 | 2026-08-27T05:01:01.360Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 281 | 2026-08-27T05:01:01.584Z | Checking postcard v1.1.3 |
| 282 | 2026-08-27T05:01:02.414Z | Checking ingot-types v0.2.0 |
| 283 | 2026-08-27T05:01:02.680Z | Checking ingot v0.2.0 |
| 284 | 2026-08-27T05:01:03.980Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 285 | 2026-08-27T05:01:07.037Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 286 | 2026-08-27T05:01:08.194Z | Checking xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 287 | 2026-08-27T05:01:09.743Z | Finished `dev` profile [optimized + debuginfo] target(s) in 29.06s |
| 288 | 2026-08-27T05:01:09.864Z | |
| 289 | 2026-08-27T05:01:09.864Z | real 29.246455746 |
| 290 | 2026-08-27T05:01:09.864Z | user 1:08.244526258 |
| 291 | 2026-08-27T05:01:09.864Z | sys 9.802570310 |
| 292 | 2026-08-27T05:01:09.864Z | trap 0.023112133 |
| 293 | 2026-08-27T05:01:09.867Z | tflt 0.067058552 |
| 294 | 2026-08-27T05:01:09.867Z | dflt 0.210759950 |
| 295 | 2026-08-27T05:01:09.867Z | kflt 0.001687761 |
| 296 | 2026-08-27T05:01:09.867Z | lock 3:51.545397526 |
| 297 | 2026-08-27T05:01:09.867Z | slp 3:04.169752632 |
| 298 | 2026-08-27T05:01:09.868Z | lat 1.797557188 |
| 299 | 2026-08-27T05:01:09.868Z | stop 7.579726950 |
| 300 | 2026-08-27T05:01:09.868Z | + pushd xde-link |
| 301 | 2026-08-27T05:01:09.868Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 302 | 2026-08-27T05:01:09.868Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 303 | 2026-08-27T05:01:10.039Z | 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) |
| 304 | 2026-08-27T05:01:10.039Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 305 | 2026-08-27T05:01:10.039Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 306 | 2026-08-27T05:01:20.814Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 307 | 2026-08-27T05:01:23.113Z | Finished `dev` profile [optimized + debuginfo] target(s) in 13.18s |
| 308 | 2026-08-27T05:01:23.132Z | |
| 309 | 2026-08-27T05:01:23.132Z | real 13.262793608 |
| 310 | 2026-08-27T05:01:23.132Z | user 20.880577242 |
| 311 | 2026-08-27T05:01:23.132Z | sys 1.216296386 |
| 312 | 2026-08-27T05:01:23.136Z | trap 0.003285710 |
| 313 | 2026-08-27T05:01:23.136Z | tflt 0.001514471 |
| 314 | 2026-08-27T05:01:23.136Z | dflt 0.035998605 |
| 315 | 2026-08-27T05:01:23.136Z | kflt 0.000001280 |
| 316 | 2026-08-27T05:01:23.136Z | lock 1:11.088091794 |
| 317 | 2026-08-27T05:01:23.136Z | slp 44.280054763 |
| 318 | 2026-08-27T05:01:23.136Z | lat 0.273959403 |
| 319 | 2026-08-27T05:01:23.136Z | stop 0.131077374 |
| 320 | 2026-08-27T05:01:23.136Z | + popd |
| 321 | 2026-08-27T05:01:23.136Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 322 | 2026-08-27T05:01:23.136Z | + popd |
| 323 | 2026-08-27T05:01:23.136Z | /work/oxidecomputer/opte |
| 324 | 2026-08-27T05:01:23.136Z | + header 'build xde (debug)' |
| 325 | 2026-08-27T05:01:23.136Z | + echo '# ==== build xde (debug) ==== #' |
| 326 | 2026-08-27T05:01:23.136Z | # ==== build xde (debug) ==== # |
| 327 | 2026-08-27T05:01:23.136Z | + ptime -m cargo xtask build --profile debug xde xde-link |
| 328 | 2026-08-27T05:01:23.275Z | Downloading crates ... |
| 329 | 2026-08-27T05:01:23.321Z | Downloaded anstyle v1.0.14 |
| 330 | 2026-08-27T05:01:23.326Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 331 | 2026-08-27T05:01:23.329Z | Downloaded cargo_metadata v0.23.1 |
| 332 | 2026-08-27T05:01:23.333Z | Downloaded anyhow v1.0.103 |
| 333 | 2026-08-27T05:01:23.336Z | Downloaded equivalent v1.0.2 |
| 334 | 2026-08-27T05:01:23.336Z | Downloaded utf8parse v0.2.2 |
| 335 | 2026-08-27T05:01:23.336Z | Downloaded colorchoice v1.0.5 |
| 336 | 2026-08-27T05:01:23.339Z | Downloaded clap_derive v4.6.1 |
| 337 | 2026-08-27T05:01:23.343Z | Downloaded heck v0.5.0 |
| 338 | 2026-08-27T05:01:23.343Z | Downloaded cargo-platform v0.3.3 |
| 339 | 2026-08-27T05:01:23.346Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 340 | 2026-08-27T05:01:23.349Z | Downloaded serde_spanned v1.1.1 |
| 341 | 2026-08-27T05:01:23.350Z | Downloaded anstyle-query v1.1.5 |
| 342 | 2026-08-27T05:01:23.353Z | Downloaded clap_lex v1.1.0 |
| 343 | 2026-08-27T05:01:23.353Z | Downloaded is_terminal_polyfill v1.70.2 |
| 344 | 2026-08-27T05:01:23.353Z | Downloaded errno v0.3.14 |
| 345 | 2026-08-27T05:01:23.357Z | Downloaded itoa v1.0.18 |
| 346 | 2026-08-27T05:01:23.357Z | Downloaded zmij v1.0.22 |
| 347 | 2026-08-27T05:01:23.361Z | Downloaded terminal_size v0.4.4 |
| 348 | 2026-08-27T05:01:23.364Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 349 | 2026-08-27T05:01:23.364Z | Downloaded anstream v1.0.0 |
| 350 | 2026-08-27T05:01:23.368Z | Downloaded semver v1.0.28 |
| 351 | 2026-08-27T05:01:23.371Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 352 | 2026-08-27T05:01:23.374Z | Downloaded camino v1.2.4 |
| 353 | 2026-08-27T05:01:23.379Z | Downloaded anstyle-parse v1.0.0 |
| 354 | 2026-08-27T05:01:23.389Z | Downloaded clap v4.6.1 |
| 355 | 2026-08-27T05:01:23.403Z | Downloaded indexmap v2.14.0 |
| 356 | 2026-08-27T05:01:23.406Z | Downloaded winnow v1.0.3 |
| 357 | 2026-08-27T05:01:23.410Z | Downloaded serde_json v1.0.150 |
| 358 | 2026-08-27T05:01:23.415Z | Downloaded clap_builder v4.6.0 |
| 359 | 2026-08-27T05:01:23.444Z | Downloaded rustix v1.1.4 |
| 360 | 2026-08-27T05:01:23.469Z | Downloaded libc v0.2.186 |
| 361 | 2026-08-27T05:01:23.516Z | Compiling proc-macro2 v1.0.106 |
| 362 | 2026-08-27T05:01:23.519Z | Compiling serde_core v1.0.228 |
| 363 | 2026-08-27T05:01:23.519Z | Compiling quote v1.0.46 |
| 364 | 2026-08-27T05:01:23.519Z | Compiling unicode-ident v1.0.24 |
| 365 | 2026-08-27T05:01:23.519Z | Compiling libc v0.2.186 |
| 366 | 2026-08-27T05:01:23.519Z | Compiling rustix v1.1.4 |
| 367 | 2026-08-27T05:01:23.519Z | Compiling bitflags v2.13.0 |
| 368 | 2026-08-27T05:01:23.538Z | Compiling zmij v1.0.22 |
| 369 | 2026-08-27T05:01:23.688Z | Compiling utf8parse v0.2.2 |
| 370 | 2026-08-27T05:01:23.809Z | Compiling anstyle-parse v1.0.0 |
| 371 | 2026-08-27T05:01:23.885Z | Compiling camino v1.2.4 |
| 372 | 2026-08-27T05:01:23.911Z | Compiling anstyle-query v1.1.5 |
| 373 | 2026-08-27T05:01:24.007Z | Compiling colorchoice v1.0.5 |
| 374 | 2026-08-27T05:01:24.025Z | Compiling serde_json v1.0.150 |
| 375 | 2026-08-27T05:01:24.042Z | Compiling anstyle v1.0.14 |
| 376 | 2026-08-27T05:01:24.106Z | Compiling serde v1.0.228 |
| 377 | 2026-08-27T05:01:24.113Z | Compiling thiserror v2.0.18 |
| 378 | 2026-08-27T05:01:24.202Z | Compiling is_terminal_polyfill v1.70.2 |
| 379 | 2026-08-27T05:01:24.279Z | Compiling errno v0.3.14 |
| 380 | 2026-08-27T05:01:24.284Z | Compiling anstream v1.0.0 |
| 381 | 2026-08-27T05:01:24.352Z | Compiling itoa v1.0.18 |
| 382 | 2026-08-27T05:01:24.487Z | Compiling winnow v1.0.3 |
| 383 | 2026-08-27T05:01:24.633Z | Compiling anyhow v1.0.103 |
| 384 | 2026-08-27T05:01:24.716Z | Compiling heck v0.5.0 |
| 385 | 2026-08-27T05:01:24.760Z | Compiling clap_lex v1.1.0 |
| 386 | 2026-08-27T05:01:24.793Z | Compiling syn v2.0.118 |
| 387 | 2026-08-27T05:01:24.848Z | Compiling strsim v0.11.1 |
| 388 | 2026-08-27T05:01:24.903Z | Compiling terminal_size v0.4.4 |
| 389 | 2026-08-27T05:01:24.907Z | Compiling memchr v2.8.3 |
| 390 | 2026-08-27T05:01:25.055Z | Compiling clap_builder v4.6.0 |
| 391 | 2026-08-27T05:01:25.134Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 392 | 2026-08-27T05:01:25.138Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 393 | 2026-08-27T05:01:25.777Z | Compiling serde_spanned v1.1.1 |
| 394 | 2026-08-27T05:01:25.886Z | Compiling semver v1.0.28 |
| 395 | 2026-08-27T05:01:25.925Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 396 | 2026-08-27T05:01:26.407Z | Compiling cargo-platform v0.3.3 |
| 397 | 2026-08-27T05:01:26.420Z | Compiling toml v1.1.2+spec-1.1.0 |
| 398 | 2026-08-27T05:01:27.285Z | Compiling serde_derive v1.0.228 |
| 399 | 2026-08-27T05:01:27.435Z | Compiling thiserror-impl v2.0.18 |
| 400 | 2026-08-27T05:01:27.469Z | Compiling clap_derive v4.6.1 |
| 401 | 2026-08-27T05:01:29.069Z | Compiling clap v4.6.1 |
| 402 | 2026-08-27T05:01:30.372Z | Compiling cargo_metadata v0.23.1 |
| 403 | 2026-08-27T05:01:32.765Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 404 | 2026-08-27T05:01:34.356Z | Finished `dev` profile [optimized + debuginfo] target(s) in 11.21s |
| 405 | 2026-08-27T05:01:34.367Z | Running `target/debug/xtask build --profile debug xde xde-link` |
| 406 | 2026-08-27T05:01:35.572Z | Building xde (dev). |
| 407 | 2026-08-27T05:01:35.784Z | Compiling serde_core v1.0.228 |
| 408 | 2026-08-27T05:01:35.784Z | Compiling byteorder v1.5.0 |
| 409 | 2026-08-27T05:01:35.788Z | Compiling stable_deref_trait v1.2.1 |
| 410 | 2026-08-27T05:01:35.788Z | Compiling cfg-if v1.0.4 |
| 411 | 2026-08-27T05:01:35.788Z | Compiling macaddr v1.0.1 |
| 412 | 2026-08-27T05:01:35.809Z | Compiling thiserror v2.0.18 |
| 413 | 2026-08-27T05:01:35.813Z | Compiling zerocopy v0.8.54 |
| 414 | 2026-08-27T05:01:35.813Z | Compiling bitflags v1.3.2 |
| 415 | 2026-08-27T05:01:35.855Z | Compiling managed v0.8.0 |
| 416 | 2026-08-27T05:01:35.862Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 417 | 2026-08-27T05:01:35.865Z | Compiling cobs v0.3.0 |
| 418 | 2026-08-27T05:01:35.895Z | Compiling either v1.16.0 |
| 419 | 2026-08-27T05:01:35.971Z | Compiling hash32 v0.3.1 |
| 420 | 2026-08-27T05:01:36.044Z | Compiling itertools v0.15.0 |
| 421 | 2026-08-27T05:01:36.068Z | Compiling heapless v0.8.0 |
| 422 | 2026-08-27T05:01:36.073Z | Compiling ref-cast v1.0.25 |
| 423 | 2026-08-27T05:01:36.123Z | Compiling crc32fast v1.5.0 |
| 424 | 2026-08-27T05:01:36.126Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 425 | 2026-08-27T05:01:36.130Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 426 | 2026-08-27T05:01:36.155Z | Compiling dyn-clone v1.0.20 |
| 427 | 2026-08-27T05:01:36.304Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 428 | 2026-08-27T05:01:36.413Z | Compiling smoltcp v0.11.0 |
| 429 | 2026-08-27T05:01:37.290Z | Compiling serde v1.0.228 |
| 430 | 2026-08-27T05:01:37.290Z | Compiling bitflags v2.13.0 |
| 431 | 2026-08-27T05:01:37.290Z | Compiling uuid v1.26.0 |
| 432 | 2026-08-27T05:01:37.420Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 433 | 2026-08-27T05:01:37.778Z | Compiling postcard v1.1.3 |
| 434 | 2026-08-27T05:01:38.486Z | Compiling ingot-types v0.2.0 |
| 435 | 2026-08-27T05:01:38.775Z | Compiling ingot v0.2.0 |
| 436 | 2026-08-27T05:01:40.220Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 437 | 2026-08-27T05:01:43.754Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 438 | 2026-08-27T05:01:53.668Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 439 | 2026-08-27T05:02:01.770Z | Finished `dev` profile [optimized + debuginfo] target(s) in 26.16s |
| 440 | 2026-08-27T05:02:01.835Z | Linking xde kmod... |
| 441 | 2026-08-27T05:02:02.839Z | Building xde dev link helper (dev). |
| 442 | 2026-08-27T05:02:02.985Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 443 | 2026-08-27T05:02:03.311Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.44s |
| 444 | 2026-08-27T05:02:03.332Z | |
| 445 | 2026-08-27T05:02:03.349Z | real 40.196006256 |
| 446 | 2026-08-27T05:02:03.349Z | user 2:10.668086272 |
| 447 | 2026-08-27T05:02:03.349Z | sys 10.752080176 |
| 448 | 2026-08-27T05:02:03.349Z | trap 0.047035482 |
| 449 | 2026-08-27T05:02:03.349Z | tflt 0.262747042 |
| 450 | 2026-08-27T05:02:03.349Z | dflt 0.593434016 |
| 451 | 2026-08-27T05:02:03.350Z | kflt 0.000018160 |
| 452 | 2026-08-27T05:02:03.350Z | lock 6:43.395991777 |
| 453 | 2026-08-27T05:02:03.350Z | slp 3:47.671959132 |
| 454 | 2026-08-27T05:02:03.350Z | lat 3.645404708 |
| 455 | 2026-08-27T05:02:03.350Z | stop 5.508957756 |
| 456 | 2026-08-27T05:02:03.350Z | + header 'build xde (release)' |
| 457 | 2026-08-27T05:02:03.350Z | + echo '# ==== build xde (release) ==== #' |
| 458 | 2026-08-27T05:02:03.350Z | # ==== build xde (release) ==== # |
| 459 | 2026-08-27T05:02:03.350Z | + ptime -m cargo xtask build --profile release xde xde-link |
| 460 | 2026-08-27T05:02:03.466Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s |
| 461 | 2026-08-27T05:02:03.477Z | Running `target/debug/xtask build --profile release xde xde-link` |
| 462 | 2026-08-27T05:02:03.649Z | Building xde (release-lto). |
| 463 | 2026-08-27T05:02:03.882Z | 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) |
| 464 | 2026-08-27T05:02:03.882Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 465 | 2026-08-27T05:02:03.882Z | Compiling proc-macro2 v1.0.106 |
| 466 | 2026-08-27T05:02:03.883Z | Compiling unicode-ident v1.0.24 |
| 467 | 2026-08-27T05:02:03.900Z | Compiling quote v1.0.46 |
| 468 | 2026-08-27T05:02:03.900Z | Compiling serde_core v1.0.228 |
| 469 | 2026-08-27T05:02:03.900Z | Compiling strsim v0.11.1 |
| 470 | 2026-08-27T05:02:03.901Z | Compiling ident_case v1.0.1 |
| 471 | 2026-08-27T05:02:03.997Z | Compiling memchr v2.8.3 |
| 472 | 2026-08-27T05:02:04.005Z | Compiling regex-syntax v0.8.11 |
| 473 | 2026-08-27T05:02:04.327Z | Compiling either v1.16.0 |
| 474 | 2026-08-27T05:02:04.337Z | Compiling serde v1.0.228 |
| 475 | 2026-08-27T05:02:04.337Z | Compiling zerocopy v0.8.54 |
| 476 | 2026-08-27T05:02:04.394Z | Compiling aho-corasick v1.1.4 |
| 477 | 2026-08-27T05:02:04.444Z | Compiling thiserror v2.0.18 |
| 478 | 2026-08-27T05:02:04.635Z | Compiling itertools v0.15.0 |
| 479 | 2026-08-27T05:02:04.654Z | Compiling heapless v0.8.0 |
| 480 | 2026-08-27T05:02:04.993Z | Compiling syn v2.0.118 |
| 481 | 2026-08-27T05:02:05.037Z | Compiling smoltcp v0.11.0 |
| 482 | 2026-08-27T05:02:05.046Z | Compiling ref-cast v1.0.25 |
| 483 | 2026-08-27T05:02:05.119Z | Compiling crc32fast v1.5.0 |
| 484 | 2026-08-27T05:02:05.411Z | Compiling regex-automata v0.4.15 |
| 485 | 2026-08-27T05:02:05.442Z | Compiling version_check v0.9.5 |
| 486 | 2026-08-27T05:02:05.775Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 487 | 2026-08-27T05:02:06.930Z | Compiling regex v1.13.0 |
| 488 | 2026-08-27T05:02:07.243Z | Compiling darling_core v0.23.0 |
| 489 | 2026-08-27T05:02:07.979Z | Compiling zerocopy-derive v0.8.54 |
| 490 | 2026-08-27T05:02:07.979Z | Compiling thiserror-impl v2.0.18 |
| 491 | 2026-08-27T05:02:07.988Z | Compiling serde_derive v1.0.228 |
| 492 | 2026-08-27T05:02:07.988Z | Compiling ref-cast-impl v1.0.25 |
| 493 | 2026-08-27T05:02:07.988Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 494 | 2026-08-27T05:02:10.749Z | Compiling darling_macro v0.23.0 |
| 495 | 2026-08-27T05:02:10.769Z | Compiling darling v0.23.0 |
| 496 | 2026-08-27T05:02:10.769Z | Compiling ingot-macros v0.2.0 |
| 497 | 2026-08-27T05:02:10.769Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 498 | 2026-08-27T05:02:16.253Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 499 | 2026-08-27T05:02:19.954Z | Compiling byteorder v1.5.0 |
| 500 | 2026-08-27T05:02:19.954Z | Compiling stable_deref_trait v1.2.1 |
| 501 | 2026-08-27T05:02:19.954Z | Compiling cfg-if v1.0.4 |
| 502 | 2026-08-27T05:02:19.970Z | Compiling macaddr v1.0.1 |
| 503 | 2026-08-27T05:02:19.970Z | Compiling bitflags v1.3.2 |
| 504 | 2026-08-27T05:02:19.970Z | Compiling managed v0.8.0 |
| 505 | 2026-08-27T05:02:19.970Z | Compiling cobs v0.3.0 |
| 506 | 2026-08-27T05:02:19.971Z | Compiling hash32 v0.3.1 |
| 507 | 2026-08-27T05:02:19.971Z | Compiling dyn-clone v1.0.20 |
| 508 | 2026-08-27T05:02:19.971Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 509 | 2026-08-27T05:02:20.101Z | Compiling bitflags v2.13.0 |
| 510 | 2026-08-27T05:02:20.101Z | Compiling uuid v1.26.0 |
| 511 | 2026-08-27T05:02:20.241Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 512 | 2026-08-27T05:02:20.540Z | Compiling postcard v1.1.3 |
| 513 | 2026-08-27T05:02:21.361Z | Compiling ingot-types v0.2.0 |
| 514 | 2026-08-27T05:02:21.676Z | Compiling ingot v0.2.0 |
| 515 | 2026-08-27T05:02:23.173Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 516 | 2026-08-27T05:02:27.111Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 517 | 2026-08-27T05:02:35.883Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 518 | 2026-08-27T05:03:06.775Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 03s |
| 519 | 2026-08-27T05:03:06.799Z | Linking xde kmod... |
| 520 | 2026-08-27T05:03:07.388Z | Building xde dev link helper (release). |
| 521 | 2026-08-27T05:03:07.537Z | 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) |
| 522 | 2026-08-27T05:03:07.537Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 523 | 2026-08-27T05:03:07.537Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 524 | 2026-08-27T05:03:19.026Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 525 | 2026-08-27T05:03:21.687Z | Finished `release` profile [optimized + debuginfo] target(s) in 14.27s |
| 526 | 2026-08-27T05:03:21.706Z | |
| 527 | 2026-08-27T05:03:21.710Z | real 1:18.370237335 |
| 528 | 2026-08-27T05:03:21.710Z | user 2:07.625957175 |
| 529 | 2026-08-27T05:03:21.710Z | sys 11.887357575 |
| 530 | 2026-08-27T05:03:21.710Z | trap 0.030231473 |
| 531 | 2026-08-27T05:03:21.710Z | tflt 0.160615094 |
| 532 | 2026-08-27T05:03:21.710Z | dflt 0.209405966 |
| 533 | 2026-08-27T05:03:21.710Z | kflt 0.000007250 |
| 534 | 2026-08-27T05:03:21.710Z | lock 10:03.090974982 |
| 535 | 2026-08-27T05:03:21.710Z | slp 6:00.908927006 |
| 536 | 2026-08-27T05:03:21.710Z | lat 2.150334530 |
| 537 | 2026-08-27T05:03:21.710Z | stop 3.726402322 |
| 538 | 2026-08-27T05:03:21.711Z | + elfdump target/x86_64-unknown-unknown/debug/xde.dbg |
| 539 | 2026-08-27T05:03:21.711Z | + grep GOTPCREL |
| 540 | 2026-08-27T05:03:23.324Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 541 | 2026-08-27T05:03:23.328Z | + grep GOTPCREL |
| 542 | 2026-08-27T05:03:24.296Z | + cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/ |
| 543 | 2026-08-27T05:03:24.351Z | + sha256sum /work/debug/xde.dbg |
| 544 | 2026-08-27T05:03:24.401Z | + cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so |
| 545 | 2026-08-27T05:03:24.405Z | + sha256sum /work/debug/xde_link.dbg.so |
| 546 | 2026-08-27T05:03:24.410Z | + cp target/x86_64-unknown-unknown/release-lto/xde /work/release/ |
| 547 | 2026-08-27T05:03:24.441Z | + sha256sum /work/release/xde |
| 548 | 2026-08-27T05:03:24.471Z | + cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so |
| 549 | 2026-08-27T05:03:24.475Z | + sha256sum /work/release/xde_link.so |
| 550 | 2026-08-27T05:03:24.478Z | + header 'build xde integration tests' |
| 551 | 2026-08-27T05:03:24.478Z | + echo '# ==== build xde integration tests ==== #' |
| 552 | 2026-08-27T05:03:24.478Z | + pushd xde-tests |
| 553 | 2026-08-27T05:03:24.478Z | # ==== build xde integration tests ==== # |
| 554 | 2026-08-27T05:03:24.478Z | /work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte |
| 555 | 2026-08-27T05:03:24.478Z | + cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check |
| 556 | 2026-08-27T05:03:24.560Z | + cargo clippy --all-targets -- --deny warnings |
| 557 | 2026-08-27T05:03:24.770Z | Compiling serde_core v1.0.228 |
| 558 | 2026-08-27T05:03:24.770Z | Checking cfg-if v1.0.4 |
| 559 | 2026-08-27T05:03:24.771Z | Checking memchr v2.8.3 |
| 560 | 2026-08-27T05:03:24.771Z | Compiling rustversion v1.0.23 |
| 561 | 2026-08-27T05:03:24.771Z | Compiling serde v1.0.228 |
| 562 | 2026-08-27T05:03:24.775Z | Compiling version_check v0.9.5 |
| 563 | 2026-08-27T05:03:24.775Z | Compiling libc v0.2.186 |
| 564 | 2026-08-27T05:03:24.794Z | Compiling syn v2.0.118 |
| 565 | 2026-08-27T05:03:24.837Z | Compiling strsim v0.11.1 |
| 566 | 2026-08-27T05:03:25.041Z | Compiling ident_case v1.0.1 |
| 567 | 2026-08-27T05:03:25.115Z | Checking pin-project-lite v0.2.17 |
| 568 | 2026-08-27T05:03:25.142Z | Compiling syn v1.0.109 |
| 569 | 2026-08-27T05:03:25.159Z | Compiling regex-syntax v0.8.11 |
| 570 | 2026-08-27T05:03:25.179Z | Compiling equivalent v1.0.2 |
| 571 | 2026-08-27T05:03:25.251Z | Compiling winnow v1.0.3 |
| 572 | 2026-08-27T05:03:25.443Z | Compiling hashbrown v0.17.1 |
| 573 | 2026-08-27T05:03:25.470Z | Compiling either v1.16.0 |
| 574 | 2026-08-27T05:03:25.655Z | Compiling aho-corasick v1.1.4 |
| 575 | 2026-08-27T05:03:25.659Z | Compiling zerocopy v0.8.54 |
| 576 | 2026-08-27T05:03:25.665Z | Compiling itertools v0.15.0 |
| 577 | 2026-08-27T05:03:25.974Z | Compiling indexmap v2.14.0 |
| 578 | 2026-08-27T05:03:26.239Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 579 | 2026-08-27T05:03:26.573Z | Compiling regex-automata v0.4.15 |
| 580 | 2026-08-27T05:03:26.574Z | Checking byteorder v1.5.0 |
| 581 | 2026-08-27T05:03:26.772Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 582 | 2026-08-27T05:03:26.896Z | Compiling heapless v0.8.0 |
| 583 | 2026-08-27T05:03:26.942Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 584 | 2026-08-27T05:03:26.981Z | Checking hash32 v0.3.1 |
| 585 | 2026-08-27T05:03:27.012Z | Checking bitflags v2.13.0 |
| 586 | 2026-08-27T05:03:27.082Z | Compiling slog v2.8.2 |
| 587 | 2026-08-27T05:03:27.155Z | Compiling smoltcp v0.11.0 |
| 588 | 2026-08-27T05:03:27.167Z | Checking futures-sink v0.3.32 |
| 589 | 2026-08-27T05:03:27.249Z | Checking macaddr v1.0.1 |
| 590 | 2026-08-27T05:03:27.292Z | Compiling darling_core v0.23.0 |
| 591 | 2026-08-27T05:03:27.333Z | Checking stable_deref_trait v1.2.1 |
| 592 | 2026-08-27T05:03:27.381Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 593 | 2026-08-27T05:03:27.392Z | Checking futures-core v0.3.32 |
| 594 | 2026-08-27T05:03:27.490Z | Compiling proc-macro-crate v3.5.0 |
| 595 | 2026-08-27T05:03:27.505Z | Checking futures-channel v0.3.32 |
| 596 | 2026-08-27T05:03:27.695Z | Compiling proc-macro-error-attr v1.0.4 |
| 597 | 2026-08-27T05:03:27.815Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 598 | 2026-08-27T05:03:27.911Z | Checking futures-io v0.3.32 |
| 599 | 2026-08-27T05:03:27.920Z | Compiling getrandom v0.4.3 |
| 600 | 2026-08-27T05:03:27.961Z | Compiling ref-cast v1.0.25 |
| 601 | 2026-08-27T05:03:27.984Z | Compiling autocfg v1.5.1 |
| 602 | 2026-08-27T05:03:28.015Z | Checking rand_core v0.10.1 |
| 603 | 2026-08-27T05:03:28.145Z | Compiling crc32fast v1.5.0 |
| 604 | 2026-08-27T05:03:28.157Z | Checking managed v0.8.0 |
| 605 | 2026-08-27T05:03:28.257Z | Compiling regex v1.13.0 |
| 606 | 2026-08-27T05:03:28.319Z | Checking slab v0.4.12 |
| 607 | 2026-08-27T05:03:28.330Z | Checking bitflags v1.3.2 |
| 608 | 2026-08-27T05:03:28.388Z | Checking futures-task v0.3.32 |
| 609 | 2026-08-27T05:03:28.482Z | Compiling num-traits v0.2.19 |
| 610 | 2026-08-27T05:03:28.493Z | Compiling serde_derive v1.0.228 |
| 611 | 2026-08-27T05:03:28.510Z | Compiling thiserror-impl v2.0.18 |
| 612 | 2026-08-27T05:03:28.706Z | Compiling zerocopy-derive v0.8.54 |
| 613 | 2026-08-27T05:03:28.710Z | Compiling futures-macro v0.3.32 |
| 614 | 2026-08-27T05:03:29.115Z | Compiling foreign-types-macros v0.2.3 |
| 615 | 2026-08-27T05:03:29.385Z | Compiling darling_macro v0.23.0 |
| 616 | 2026-08-27T05:03:29.439Z | Compiling num_enum_derive v0.7.6 |
| 617 | 2026-08-27T05:03:29.523Z | Checking futures-util v0.3.32 |
| 618 | 2026-08-27T05:03:29.729Z | Compiling ref-cast-impl v1.0.25 |
| 619 | 2026-08-27T05:03:29.796Z | Checking thiserror v2.0.18 |
| 620 | 2026-08-27T05:03:29.816Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 621 | 2026-08-27T05:03:29.891Z | Checking cobs v0.3.0 |
| 622 | 2026-08-27T05:03:29.954Z | Compiling darling v0.23.0 |
| 623 | 2026-08-27T05:03:30.022Z | Compiling proc-macro-error v1.0.4 |
| 624 | 2026-08-27T05:03:30.027Z | Compiling ingot-macros v0.2.0 |
| 625 | 2026-08-27T05:03:30.142Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 626 | 2026-08-27T05:03:30.237Z | Compiling crossbeam-utils v0.8.22 |
| 627 | 2026-08-27T05:03:30.307Z | Checking foreign-types-shared v0.3.1 |
| 628 | 2026-08-27T05:03:30.366Z | Checking ipnetwork v0.21.1 |
| 629 | 2026-08-27T05:03:30.383Z | Checking cpufeatures v0.3.0 |
| 630 | 2026-08-27T05:03:30.437Z | Checking unicode-width v0.2.2 |
| 631 | 2026-08-27T05:03:30.441Z | Checking once_cell v1.21.4 |
| 632 | 2026-08-27T05:03:30.536Z | Checking chacha20 v0.10.1 |
| 633 | 2026-08-27T05:03:30.547Z | Checking num_enum v0.7.6 |
| 634 | 2026-08-27T05:03:30.604Z | Checking tracing-core v0.1.36 |
| 635 | 2026-08-27T05:03:30.632Z | Checking foreign-types v0.5.0 |
| 636 | 2026-08-27T05:03:30.674Z | Checking tabwriter v1.4.1 |
| 637 | 2026-08-27T05:03:30.801Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 638 | 2026-08-27T05:03:30.922Z | Checking anyhow v1.0.103 |
| 639 | 2026-08-27T05:03:31.031Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 640 | 2026-08-27T05:03:31.194Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 641 | 2026-08-27T05:03:31.265Z | Compiling tracing-attributes v0.1.31 |
| 642 | 2026-08-27T05:03:31.474Z | Checking futures-executor v0.3.32 |
| 643 | 2026-08-27T05:03:31.611Z | Checking cstr-argument v0.1.2 |
| 644 | 2026-08-27T05:03:31.615Z | Compiling thiserror v1.0.69 |
| 645 | 2026-08-27T05:03:31.620Z | Checking erased-serde v0.3.31 |
| 646 | 2026-08-27T05:03:31.713Z | Checking postcard v1.1.3 |
| 647 | 2026-08-27T05:03:31.770Z | Compiling num-conv v0.2.2 |
| 648 | 2026-08-27T05:03:31.897Z | Checking dyn-clone v1.0.20 |
| 649 | 2026-08-27T05:03:31.911Z | Checking pretty-hex v0.4.2 |
| 650 | 2026-08-27T05:03:31.986Z | Compiling time-core v0.1.9 |
| 651 | 2026-08-27T05:03:31.986Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 652 | 2026-08-27T05:03:32.011Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 653 | 2026-08-27T05:03:32.152Z | Compiling time-macros v0.2.31 |
| 654 | 2026-08-27T05:03:32.193Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 655 | 2026-08-27T05:03:32.219Z | Checking futures v0.3.32 |
| 656 | 2026-08-27T05:03:32.281Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 657 | 2026-08-27T05:03:32.371Z | Checking rand v0.10.2 |
| 658 | 2026-08-27T05:03:32.444Z | Checking tracing v0.1.44 |
| 659 | 2026-08-27T05:03:32.601Z | Compiling thiserror-impl v1.0.69 |
| 660 | 2026-08-27T05:03:32.622Z | Checking uuid v1.26.0 |
| 661 | 2026-08-27T05:03:32.703Z | Checking arc-swap v1.9.2 |
| 662 | 2026-08-27T05:03:32.715Z | Checking socket2 v0.6.4 |
| 663 | 2026-08-27T05:03:32.784Z | Checking nom v8.0.0 |
| 664 | 2026-08-27T05:03:32.848Z | Checking ingot-types v0.2.0 |
| 665 | 2026-08-27T05:03:32.882Z | Checking thread_local v1.1.10 |
| 666 | 2026-08-27T05:03:32.903Z | Compiling slog-async v2.8.0 |
| 667 | 2026-08-27T05:03:32.953Z | Compiling heck v0.4.1 |
| 668 | 2026-08-27T05:03:33.032Z | Checking deranged v0.5.8 |
| 669 | 2026-08-27T05:03:33.137Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 670 | 2026-08-27T05:03:33.175Z | Checking oxnet v0.1.6 |
| 671 | 2026-08-27T05:03:33.180Z | Checking ingot v0.2.0 |
| 672 | 2026-08-27T05:03:33.479Z | Checking powerfmt v0.2.0 |
| 673 | 2026-08-27T05:03:33.507Z | Checking iana-time-zone v0.1.65 |
| 674 | 2026-08-27T05:03:33.605Z | Checking colored v3.1.1 |
| 675 | 2026-08-27T05:03:33.714Z | Checking lazy_static v1.5.0 |
| 676 | 2026-08-27T05:03:33.827Z | Checking slog-scope v4.4.1 |
| 677 | 2026-08-27T05:03:33.827Z | Checking chrono v0.4.45 |
| 678 | 2026-08-27T05:03:33.934Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 679 | 2026-08-27T05:03:33.950Z | Checking crossbeam-channel v0.5.16 |
| 680 | 2026-08-27T05:03:34.018Z | Checking time v0.3.53 |
| 681 | 2026-08-27T05:03:34.282Z | Checking cookie-factory v0.3.3 |
| 682 | 2026-08-27T05:03:34.528Z | Checking itertools v0.12.1 |
| 683 | 2026-08-27T05:03:34.586Z | Checking is-terminal v0.4.17 |
| 684 | 2026-08-27T05:03:34.651Z | Checking term v1.2.1 |
| 685 | 2026-08-27T05:03:34.660Z | Checking circular v0.3.0 |
| 686 | 2026-08-27T05:03:34.765Z | Checking log v0.4.33 |
| 687 | 2026-08-27T05:03:34.811Z | Checking rusticata-macros v5.0.0 |
| 688 | 2026-08-27T05:03:34.814Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 689 | 2026-08-27T05:03:34.873Z | Checking take_mut v0.2.2 |
| 690 | 2026-08-27T05:03:34.924Z | Checking slog-stdlog v4.1.1 |
| 691 | 2026-08-27T05:03:34.936Z | Checking pcap-parser v0.17.0 |
| 692 | 2026-08-27T05:03:35.184Z | Checking slog-term v2.9.2 |
| 693 | 2026-08-27T05:03:35.510Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 694 | 2026-08-27T05:03:35.786Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 695 | 2026-08-27T05:03:36.212Z | Checking slog-envlogger v2.2.0 |
| 696 | 2026-08-27T05:03:39.329Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 697 | 2026-08-27T05:03:40.998Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 698 | 2026-08-27T05:03:40.998Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 699 | 2026-08-27T05:03:41.349Z | Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 700 | 2026-08-27T05:03:41.901Z | Finished `dev` profile [optimized + debuginfo] target(s) in 17.30s |
| 701 | 2026-08-27T05:03:41.939Z | + cargo build --test loopback |
| 702 | 2026-08-27T05:03:42.104Z | Compiling cfg-if v1.0.4 |
| 703 | 2026-08-27T05:03:42.104Z | Compiling memchr v2.8.3 |
| 704 | 2026-08-27T05:03:42.107Z | Compiling serde_core v1.0.228 |
| 705 | 2026-08-27T05:03:42.130Z | Compiling pin-project-lite v0.2.17 |
| 706 | 2026-08-27T05:03:42.133Z | Compiling libc v0.2.186 |
| 707 | 2026-08-27T05:03:42.136Z | Compiling thiserror v2.0.18 |
| 708 | 2026-08-27T05:03:42.140Z | Compiling byteorder v1.5.0 |
| 709 | 2026-08-27T05:03:42.140Z | Compiling either v1.16.0 |
| 710 | 2026-08-27T05:03:42.176Z | Compiling zerocopy v0.8.54 |
| 711 | 2026-08-27T05:03:42.200Z | Compiling futures-sink v0.3.32 |
| 712 | 2026-08-27T05:03:42.213Z | Compiling macaddr v1.0.1 |
| 713 | 2026-08-27T05:03:42.290Z | Compiling hash32 v0.3.1 |
| 714 | 2026-08-27T05:03:42.304Z | Compiling stable_deref_trait v1.2.1 |
| 715 | 2026-08-27T05:03:42.325Z | Compiling futures-core v0.3.32 |
| 716 | 2026-08-27T05:03:42.373Z | Compiling heapless v0.8.0 |
| 717 | 2026-08-27T05:03:42.444Z | Compiling futures-channel v0.3.32 |
| 718 | 2026-08-27T05:03:42.456Z | Compiling cobs v0.3.0 |
| 719 | 2026-08-27T05:03:42.471Z | Compiling bitflags v1.3.2 |
| 720 | 2026-08-27T05:03:42.486Z | Compiling rand_core v0.10.1 |
| 721 | 2026-08-27T05:03:42.531Z | Compiling futures-task v0.3.32 |
| 722 | 2026-08-27T05:03:42.638Z | Compiling futures-io v0.3.32 |
| 723 | 2026-08-27T05:03:42.670Z | Compiling managed v0.8.0 |
| 724 | 2026-08-27T05:03:42.718Z | Compiling slab v0.4.12 |
| 725 | 2026-08-27T05:03:42.730Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 726 | 2026-08-27T05:03:42.811Z | Compiling ipnetwork v0.21.1 |
| 727 | 2026-08-27T05:03:42.821Z | Compiling unicode-width v0.2.2 |
| 728 | 2026-08-27T05:03:42.888Z | Compiling futures-util v0.3.32 |
| 729 | 2026-08-27T05:03:42.898Z | Compiling smoltcp v0.11.0 |
| 730 | 2026-08-27T05:03:42.953Z | Compiling once_cell v1.21.4 |
| 731 | 2026-08-27T05:03:43.120Z | Compiling foreign-types-shared v0.3.1 |
| 732 | 2026-08-27T05:03:43.195Z | Compiling cpufeatures v0.3.0 |
| 733 | 2026-08-27T05:03:43.201Z | Compiling foreign-types v0.5.0 |
| 734 | 2026-08-27T05:03:43.262Z | Compiling chacha20 v0.10.1 |
| 735 | 2026-08-27T05:03:43.269Z | Compiling tracing-core v0.1.36 |
| 736 | 2026-08-27T05:03:43.300Z | Compiling tabwriter v1.4.1 |
| 737 | 2026-08-27T05:03:43.633Z | Compiling ref-cast v1.0.25 |
| 738 | 2026-08-27T05:03:43.687Z | Compiling num_enum v0.7.6 |
| 739 | 2026-08-27T05:03:43.710Z | Compiling crc32fast v1.5.0 |
| 740 | 2026-08-27T05:03:43.724Z | Compiling getrandom v0.4.3 |
| 741 | 2026-08-27T05:03:43.806Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 742 | 2026-08-27T05:03:43.914Z | Compiling serde v1.0.228 |
| 743 | 2026-08-27T05:03:43.953Z | Compiling bitflags v2.13.0 |
| 744 | 2026-08-27T05:03:43.956Z | Compiling cstr-argument v0.1.2 |
| 745 | 2026-08-27T05:03:44.081Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 746 | 2026-08-27T05:03:44.116Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 747 | 2026-08-27T05:03:44.184Z | Compiling itertools v0.15.0 |
| 748 | 2026-08-27T05:03:44.373Z | Compiling erased-serde v0.3.31 |
| 749 | 2026-08-27T05:03:44.570Z | Compiling postcard v1.1.3 |
| 750 | 2026-08-27T05:03:44.592Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 751 | 2026-08-27T05:03:44.727Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 752 | 2026-08-27T05:03:44.913Z | Compiling slog v2.8.2 |
| 753 | 2026-08-27T05:03:45.066Z | Compiling ingot-types v0.2.0 |
| 754 | 2026-08-27T05:03:45.162Z | Compiling futures-executor v0.3.32 |
| 755 | 2026-08-27T05:03:45.179Z | Compiling pretty-hex v0.4.2 |
| 756 | 2026-08-27T05:03:45.273Z | Compiling dyn-clone v1.0.20 |
| 757 | 2026-08-27T05:03:45.281Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 758 | 2026-08-27T05:03:45.305Z | Compiling futures v0.3.32 |
| 759 | 2026-08-27T05:03:45.377Z | Compiling tracing v0.1.44 |
| 760 | 2026-08-27T05:03:45.432Z | Compiling ingot v0.2.0 |
| 761 | 2026-08-27T05:03:45.482Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 762 | 2026-08-27T05:03:45.487Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 763 | 2026-08-27T05:03:45.525Z | Compiling uuid v1.26.0 |
| 764 | 2026-08-27T05:03:45.595Z | Compiling rand v0.10.2 |
| 765 | 2026-08-27T05:03:45.663Z | Compiling num-traits v0.2.19 |
| 766 | 2026-08-27T05:03:45.740Z | Compiling crossbeam-utils v0.8.22 |
| 767 | 2026-08-27T05:03:45.740Z | Compiling aho-corasick v1.1.4 |
| 768 | 2026-08-27T05:03:45.938Z | Compiling nom v8.0.0 |
| 769 | 2026-08-27T05:03:46.165Z | Compiling socket2 v0.6.4 |
| 770 | 2026-08-27T05:03:46.359Z | Compiling thread_local v1.1.10 |
| 771 | 2026-08-27T05:03:46.529Z | Compiling arc-swap v1.9.2 |
| 772 | 2026-08-27T05:03:46.544Z | Compiling oxnet v0.1.6 |
| 773 | 2026-08-27T05:03:46.747Z | Compiling iana-time-zone v0.1.65 |
| 774 | 2026-08-27T05:03:46.898Z | Compiling num-conv v0.2.2 |
| 775 | 2026-08-27T05:03:47.028Z | Compiling time-core v0.1.9 |
| 776 | 2026-08-27T05:03:47.047Z | Compiling winnow v1.0.3 |
| 777 | 2026-08-27T05:03:47.153Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 778 | 2026-08-27T05:03:47.188Z | Compiling regex-syntax v0.8.11 |
| 779 | 2026-08-27T05:03:47.209Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 780 | 2026-08-27T05:03:47.255Z | Compiling deranged v0.5.8 |
| 781 | 2026-08-27T05:03:47.441Z | Compiling lazy_static v1.5.0 |
| 782 | 2026-08-27T05:03:47.535Z | Compiling powerfmt v0.2.0 |
| 783 | 2026-08-27T05:03:47.635Z | Compiling colored v3.1.1 |
| 784 | 2026-08-27T05:03:47.806Z | Compiling slog-scope v4.4.1 |
| 785 | 2026-08-27T05:03:48.279Z | Compiling rusticata-macros v5.0.0 |
| 786 | 2026-08-27T05:03:48.440Z | Compiling time v0.3.53 |
| 787 | 2026-08-27T05:03:48.478Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 788 | 2026-08-27T05:03:48.542Z | Compiling chrono v0.4.45 |
| 789 | 2026-08-27T05:03:48.603Z | Compiling thiserror v1.0.69 |
| 790 | 2026-08-27T05:03:48.699Z | Compiling regex-automata v0.4.15 |
| 791 | 2026-08-27T05:03:49.620Z | Compiling crossbeam-channel v0.5.16 |
| 792 | 2026-08-27T05:03:50.359Z | Compiling cookie-factory v0.3.3 |
| 793 | 2026-08-27T05:03:50.465Z | Compiling is-terminal v0.4.17 |
| 794 | 2026-08-27T05:03:50.559Z | Compiling itertools v0.12.1 |
| 795 | 2026-08-27T05:03:50.674Z | Compiling take_mut v0.2.2 |
| 796 | 2026-08-27T05:03:50.800Z | Compiling term v1.2.1 |
| 797 | 2026-08-27T05:03:52.000Z | Compiling circular v0.3.0 |
| 798 | 2026-08-27T05:03:52.251Z | Compiling log v0.4.33 |
| 799 | 2026-08-27T05:03:52.455Z | Compiling slog-stdlog v4.1.1 |
| 800 | 2026-08-27T05:03:52.527Z | Compiling pcap-parser v0.17.0 |
| 801 | 2026-08-27T05:03:52.818Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 802 | 2026-08-27T05:03:53.108Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 803 | 2026-08-27T05:03:53.186Z | Compiling slog-term v2.9.2 |
| 804 | 2026-08-27T05:03:54.270Z | Compiling slog-async v2.8.0 |
| 805 | 2026-08-27T05:03:55.136Z | Compiling regex v1.13.0 |
| 806 | 2026-08-27T05:03:55.172Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 807 | 2026-08-27T05:03:55.837Z | Compiling slog-envlogger v2.2.0 |
| 808 | 2026-08-27T05:03:56.038Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 809 | 2026-08-27T05:03:56.229Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 810 | 2026-08-27T05:03:57.279Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 811 | 2026-08-27T05:04:05.181Z | Finished `dev` profile [optimized + debuginfo] target(s) in 23.23s |
| 812 | 2026-08-27T05:04:05.214Z | ++ cargo build -q --test loopback --message-format=json |
| 813 | 2026-08-27T05:04:05.217Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 814 | 2026-08-27T05:04:05.335Z | + loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-c72220c02dd21f99 |
| 815 | 2026-08-27T05:04:05.335Z | + cargo build --test multicast_rx |
| 816 | 2026-08-27T05:04:05.437Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 817 | 2026-08-27T05:04:07.235Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.89s |
| 818 | 2026-08-27T05:04:07.270Z | ++ cargo build -q --test multicast_rx --message-format=json |
| 819 | 2026-08-27T05:04:07.273Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 820 | 2026-08-27T05:04:07.389Z | + multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-e1235bffe4d0710e |
| 821 | 2026-08-27T05:04:07.389Z | + cargo build --test multicast_multi_sub |
| 822 | 2026-08-27T05:04:07.495Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 823 | 2026-08-27T05:04:09.333Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.93s |
| 824 | 2026-08-27T05:04:09.367Z | ++ cargo build -q --test multicast_multi_sub --message-format=json |
| 825 | 2026-08-27T05:04:09.370Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 826 | 2026-08-27T05:04:09.485Z | + multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-5dff66211ee15b78 |
| 827 | 2026-08-27T05:04:09.488Z | + cargo build --test multicast_validation |
| 828 | 2026-08-27T05:04:09.589Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 829 | 2026-08-27T05:04:11.612Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.11s |
| 830 | 2026-08-27T05:04:11.646Z | ++ cargo build -q --test multicast_validation --message-format=json |
| 831 | 2026-08-27T05:04:11.649Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 832 | 2026-08-27T05:04:11.765Z | + multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-7034751cd2f6d3c6 |
| 833 | 2026-08-27T05:04:11.765Z | + cargo build --test multicast_source_filter |
| 834 | 2026-08-27T05:04:11.868Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 835 | 2026-08-27T05:04:13.982Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.20s |
| 836 | 2026-08-27T05:04:14.018Z | ++ cargo build -q --test multicast_source_filter --message-format=json |
| 837 | 2026-08-27T05:04:14.021Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 838 | 2026-08-27T05:04:14.139Z | + multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-3869eb9c47266f77 |
| 839 | 2026-08-27T05:04:14.143Z | + cargo build --test multicast_multi_nexthop |
| 840 | 2026-08-27T05:04:14.244Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 841 | 2026-08-27T05:04:15.910Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.76s |
| 842 | 2026-08-27T05:04:15.943Z | ++ cargo build -q --test multicast_multi_nexthop --message-format=json |
| 843 | 2026-08-27T05:04:15.947Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 844 | 2026-08-27T05:04:16.066Z | + multicast_multi_nexthop_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_nexthop-d92f23359d927c68 |
| 845 | 2026-08-27T05:04:16.066Z | + mkdir -p /work/test |
| 846 | 2026-08-27T05:04:16.070Z | + cp /work/oxidecomputer/opte/target/debug/deps/loopback-c72220c02dd21f99 /work/test/loopback |
| 847 | 2026-08-27T05:04:16.114Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-e1235bffe4d0710e /work/test/multicast_rx |
| 848 | 2026-08-27T05:04:16.160Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-5dff66211ee15b78 /work/test/multicast_multi_sub |
| 849 | 2026-08-27T05:04:16.208Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-7034751cd2f6d3c6 /work/test/multicast_validation |
| 850 | 2026-08-27T05:04:16.255Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-3869eb9c47266f77 /work/test/multicast_source_filter |
| 851 | 2026-08-27T05:04:16.303Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_nexthop-d92f23359d927c68 /work/test/multicast_multi_nexthop |
| 852 | 2026-08-27T05:04:16.352Z | process exited: duration 234705 ms, exit code 0 |
| |
| 853 | 2026-08-27T05:04:16.375Z | found 15 output files |
| 854 | 2026-08-27T05:04:16.375Z | uploading: /work/debug/xde.dbg (89519128 bytes) |
| 855 | 2026-08-27T05:04:18.551Z | uploaded: /work/debug/xde.dbg |
| 856 | 2026-08-27T05:04:18.551Z | uploading: /work/debug/xde.dbg.sha256 (86 bytes) |
| 857 | 2026-08-27T05:04:19.562Z | uploaded: /work/debug/xde.dbg.sha256 |
| 858 | 2026-08-27T05:04:19.562Z | uploading: /work/debug/xde_link.dbg.so (1256692 bytes) |
| 859 | 2026-08-27T05:04:20.605Z | uploaded: /work/debug/xde_link.dbg.so |
| 860 | 2026-08-27T05:04:20.605Z | uploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes) |
| 861 | 2026-08-27T05:04:21.614Z | uploaded: /work/debug/xde_link.dbg.so.sha256 |
| 862 | 2026-08-27T05:04:21.623Z | uploading: /work/release/xde (53529928 bytes) |
| 863 | 2026-08-27T05:04:23.068Z | uploaded: /work/release/xde |
| 864 | 2026-08-27T05:04:23.068Z | uploading: /work/release/xde.sha256 (84 bytes) |
| 865 | 2026-08-27T05:04:24.079Z | uploaded: /work/release/xde.sha256 |
| 866 | 2026-08-27T05:04:24.079Z | uploading: /work/release/xde_link.so (45240 bytes) |
| 867 | 2026-08-27T05:04:25.091Z | uploaded: /work/release/xde_link.so |
| 868 | 2026-08-27T05:04:25.091Z | uploading: /work/release/xde_link.so.sha256 (92 bytes) |
| 869 | 2026-08-27T05:04:26.101Z | uploaded: /work/release/xde_link.so.sha256 |
| 870 | 2026-08-27T05:04:26.101Z | uploading: /work/test/loopback (58856872 bytes) |
| 871 | 2026-08-27T05:04:27.573Z | uploaded: /work/test/loopback |
| 872 | 2026-08-27T05:04:27.574Z | uploading: /work/test/multicast_rx (59355720 bytes) |
| 873 | 2026-08-27T05:04:28.958Z | uploaded: /work/test/multicast_rx |
| 874 | 2026-08-27T05:04:28.958Z | uploading: /work/test/multicast_multi_sub (59997344 bytes) |
| 875 | 2026-08-27T05:04:30.370Z | uploaded: /work/test/multicast_multi_sub |
| 876 | 2026-08-27T05:04:30.371Z | uploading: /work/test/multicast_validation (59341056 bytes) |
| 877 | 2026-08-27T05:04:31.852Z | uploaded: /work/test/multicast_validation |
| 878 | 2026-08-27T05:04:31.852Z | uploading: /work/test/multicast_source_filter (59642904 bytes) |
| 879 | 2026-08-27T05:04:33.243Z | uploaded: /work/test/multicast_source_filter |
| 880 | 2026-08-27T05:04:33.243Z | uploading: /work/test/multicast_multi_nexthop (60233392 bytes) |
| 881 | 2026-08-27T05:04:34.642Z | uploaded: /work/test/multicast_multi_nexthop |
| 882 | 2026-08-27T05:04:34.642Z | uploading: /work/xde.conf (79 bytes) |
| 883 | 2026-08-27T05:04:35.651Z | uploaded: /work/xde.conf |