|
|
|
| 1 | 2026-07-20T10:29:17.604Z | job assigned to worker 01KXZH42VQES4A0N0JZGJ7BJSM [factory aws, i-091a719b7d980cb90] (queued for 1 m 7 s) |
| |
| 2 | 2026-07-20T10:29:24.466Z | starting task 0: "setup" |
| 3 | 2026-07-20T10:29:24.471Z | ++ uname -s |
| 4 | 2026-07-20T10:29:24.474Z | + kern=SunOS |
| 5 | 2026-07-20T10:29:24.474Z | + build_user=build |
| 6 | 2026-07-20T10:29:24.474Z | + build_uid=12345 |
| 7 | 2026-07-20T10:29:24.474Z | + work_dir=/work |
| 8 | 2026-07-20T10:29:24.474Z | + input_dir=/input |
| 9 | 2026-07-20T10:29:24.474Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-20T10:29:24.474Z | + case "$kern" in |
| 11 | 2026-07-20T10:29:24.474Z | + groupadd -g 12345 build |
| 12 | 2026-07-20T10:29:24.477Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-20T10:29:26.481Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-20T10:29:26.562Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-20T10:29:26.566Z | + home_fs=zfs |
| 16 | 2026-07-20T10:29:26.567Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-20T10:29:26.567Z | + mkdir -p /home/build |
| 18 | 2026-07-20T10:29:26.567Z | + chown build:build /home/build /work |
| 19 | 2026-07-20T10:29:27.567Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-20T10:29:27.570Z | process exited: duration 3105 ms, exit code 0 |
| |
| 21 | 2026-07-20T10:29:27.579Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-20T10:29:27.582Z | * rust toolchain channel = "1.96.1" |
| 23 | 2026-07-20T10:29:27.582Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 24 | 2026-07-20T10:29:27.582Z | * rust toolchain profile = "default" |
| 25 | 2026-07-20T10:29:27.582Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-20T10:29:27.582Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-20T10:29:27.583Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-20T10:29:27.586Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-20T10:29:27.586Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-20T10:29:27.678Z | info: downloading installer |
| 31 | 2026-07-20T10:29:29.186Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-20T10:29:29.186Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-20T10:29:29.186Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-20T10:29:29.186Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-20T10:29:29.199Z | info: profile set to default |
| 36 | 2026-07-20T10:29:29.199Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-20T10:29:29.202Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-20T10:29:29.334Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-20T10:29:29.338Z | info: downloading 6 components |
| 40 | 2026-07-20T10:29:43.722Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-20T10:29:43.722Z | |
| 42 | 2026-07-20T10:29:43.751Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-20T10:29:43.751Z | |
| 44 | 2026-07-20T10:29:43.751Z | |
| 45 | 2026-07-20T10:29:43.751Z | Rust is installed now. Great! |
| 46 | 2026-07-20T10:29:43.751Z | |
| 47 | 2026-07-20T10:29:43.751Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-20T10:29:43.751Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-20T10:29:43.751Z | |
| 50 | 2026-07-20T10:29:43.751Z | To configure your current shell, you need to source |
| 51 | 2026-07-20T10:29:43.751Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-20T10:29:43.751Z | |
| 53 | 2026-07-20T10:29:43.751Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-20T10:29:43.755Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-20T10:29:43.755Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-20T10:29:43.755Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-20T10:29:43.755Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-20T10:29:43.755Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-20T10:29:43.755Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-20T10:29:43.755Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-20T10:29:43.755Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-20T10:29:43.857Z | + rustup --version |
| 63 | 2026-07-20T10:29:43.866Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-20T10:29:43.869Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-20T10:29:43.888Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-20T10:29:43.891Z | + cargo --version |
| 67 | 2026-07-20T10:29:43.905Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-20T10:29:43.908Z | + rustc --version |
| 69 | 2026-07-20T10:29:43.928Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-20T10:29:43.932Z | process exited: duration 16352 ms, exit code 0 |
| |
| 71 | 2026-07-20T10:29:43.938Z | starting task 2: "authentication" |
| 72 | 2026-07-20T10:29:43.955Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-20T10:29:43.963Z | starting task 3: "clone repository" |
| 74 | 2026-07-20T10:29:43.966Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-20T10:29:43.969Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-20T10:29:44.009Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-20T10:29:44.881Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-20T10:29:44.881Z | + git fetch origin 2571d9323c72b0d6d59ae719a8c235eeb081e2db |
| 79 | 2026-07-20T10:29:45.134Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-20T10:29:45.134Z | * branch 2571d9323c72b0d6d59ae719a8c235eeb081e2db -> FETCH_HEAD |
| 81 | 2026-07-20T10:29:45.141Z | + [[ -n renovate/anyhow-1.x-lockfile ]] |
| 82 | 2026-07-20T10:29:45.144Z | ++ git branch --show-current |
| 83 | 2026-07-20T10:29:45.144Z | + current=master |
| 84 | 2026-07-20T10:29:45.144Z | + [[ master != renovate/anyhow-1.x-lockfile ]] |
| 85 | 2026-07-20T10:29:45.144Z | + git branch -f renovate/anyhow-1.x-lockfile 2571d9323c72b0d6d59ae719a8c235eeb081e2db |
| 86 | 2026-07-20T10:29:45.147Z | + git checkout -f renovate/anyhow-1.x-lockfile |
| 87 | 2026-07-20T10:29:45.163Z | Switched to branch 'renovate/anyhow-1.x-lockfile' |
| 88 | 2026-07-20T10:29:45.166Z | + git reset --hard 2571d9323c72b0d6d59ae719a8c235eeb081e2db |
| 89 | 2026-07-20T10:29:45.180Z | HEAD is now at 2571d93 Update Rust crate anyhow to v1.0.104 |
| 90 | 2026-07-20T10:29:45.183Z | process exited: duration 1218 ms, exit code 0 |
| |
| 91 | 2026-07-20T10:29:45.192Z | starting task 4: "build" |
| 92 | 2026-07-20T10:29:45.196Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-20T10:29:45.199Z | ++ rustup show active-toolchain |
| 94 | 2026-07-20T10:29:45.204Z | 1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-07-20T10:29:45.204Z | ++ pushd xde |
| 96 | 2026-07-20T10:29:45.204Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-07-20T10:29:45.204Z | ++ rustup show active-toolchain |
| 98 | 2026-07-20T10:29:45.207Z | info: syncing channel updates for nightly-2026-06-30-x86_64-unknown-illumos |
| 99 | 2026-07-20T10:29:45.381Z | info: latest update on 2026-06-30 for version 1.98.0-nightly (096694416 2026-06-29) |
| 100 | 2026-07-20T10:29:45.384Z | info: downloading 6 components |
| 101 | 2026-07-20T10:30:00.565Z | nightly-2026-06-30-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-07-20T10:30:00.662Z | +++ rustup show active-toolchain -v |
| 103 | 2026-07-20T10:30:00.665Z | +++ head -n 1 |
| 104 | 2026-07-20T10:30:00.665Z | +++ cut '-d ' -f1 |
| 105 | 2026-07-20T10:30:00.717Z | ++ export NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos |
| 106 | 2026-07-20T10:30:00.717Z | ++ NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos |
| 107 | 2026-07-20T10:30:00.717Z | ++ popd |
| 108 | 2026-07-20T10:30:00.720Z | /work/oxidecomputer/opte |
| 109 | 2026-07-20T10:30:00.720Z | + TGT_BASE=/work |
| 110 | 2026-07-20T10:30:00.720Z | + DBG_SRC=target/x86_64-unknown-unknown/debug |
| 111 | 2026-07-20T10:30:00.720Z | + DBG_LINK_SRC=target/i686-unknown-illumos/debug |
| 112 | 2026-07-20T10:30:00.720Z | + DBG_TGT=/work/debug |
| 113 | 2026-07-20T10:30:00.721Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 114 | 2026-07-20T10:30:00.721Z | + REL_LINK_SRC=target/i686-unknown-illumos/release |
| 115 | 2026-07-20T10:30:00.721Z | + REL_TGT=/work/release |
| 116 | 2026-07-20T10:30:00.721Z | + mkdir -p /work/debug /work/release |
| 117 | 2026-07-20T10:30:00.724Z | + cargo --version |
| 118 | 2026-07-20T10:30:00.729Z | cargo 1.96.1 (356927216 2026-06-26) |
| 119 | 2026-07-20T10:30:00.732Z | + rustc --version |
| 120 | 2026-07-20T10:30:00.751Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 121 | 2026-07-20T10:30:00.754Z | + install_pkg jq |
| 122 | 2026-07-20T10:30:00.754Z | + set +o errexit |
| 123 | 2026-07-20T10:30:00.754Z | + pfexec pkg install jq |
| 124 | 2026-07-20T10:30:01.825Z | Startup: Refreshing catalog 'helios' ... Done |
| 125 | 2026-07-20T10:30:02.008Z | Startup: Caching catalogs ... Done |
| 126 | 2026-07-20T10:30:02.898Z | Planning: Solver setup ... Done |
| 127 | 2026-07-20T10:30:02.933Z | Planning: Running solver ... Done |
| 128 | 2026-07-20T10:30:02.952Z | Planning: Consolidating action changes ... Done |
| 129 | 2026-07-20T10:30:02.952Z | Planning: Evaluating mediators ... Done |
| 130 | 2026-07-20T10:30:02.955Z | Planning: Planning completed in 0.92 seconds |
| 131 | 2026-07-20T10:30:02.970Z | No updates necessary for this image. |
| 132 | 2026-07-20T10:30:03.110Z | + exit_code=4 |
| 133 | 2026-07-20T10:30:03.110Z | + [[ 4 -ne 0 ]] |
| 134 | 2026-07-20T10:30:03.110Z | + [[ 4 -ne 4 ]] |
| 135 | 2026-07-20T10:30:03.110Z | + set -o errexit |
| 136 | 2026-07-20T10:30:03.113Z | + pushd xde |
| 137 | 2026-07-20T10:30:03.113Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 138 | 2026-07-20T10:30:03.113Z | + cp xde.conf /work/xde.conf |
| 139 | 2026-07-20T10:30:03.113Z | + header 'check style' |
| 140 | 2026-07-20T10:30:03.113Z | + echo '# ==== check style ==== #' |
| 141 | 2026-07-20T10:30:03.113Z | # ==== check style ==== # |
| 142 | 2026-07-20T10:30:03.113Z | + ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check |
| 143 | 2026-07-20T10:30:03.336Z | |
| 144 | 2026-07-20T10:30:03.336Z | real 0.219744696 |
| 145 | 2026-07-20T10:30:03.336Z | user 0.153913115 |
| 146 | 2026-07-20T10:30:03.336Z | sys 0.056655001 |
| 147 | 2026-07-20T10:30:03.336Z | trap 0.000009050 |
| 148 | 2026-07-20T10:30:03.336Z | tflt 0.000023380 |
| 149 | 2026-07-20T10:30:03.336Z | dflt 0.000058020 |
| 150 | 2026-07-20T10:30:03.336Z | kflt 0.000001140 |
| 151 | 2026-07-20T10:30:03.336Z | lock 0.036233711 |
| 152 | 2026-07-20T10:30:03.336Z | slp 0.191355182 |
| 153 | 2026-07-20T10:30:03.336Z | lat 0.000809080 |
| 154 | 2026-07-20T10:30:03.336Z | stop 0.000107250 |
| 155 | 2026-07-20T10:30:03.340Z | + header analyze |
| 156 | 2026-07-20T10:30:03.340Z | + echo '# ==== analyze ==== #' |
| 157 | 2026-07-20T10:30:03.340Z | # ==== analyze ==== # |
| 158 | 2026-07-20T10:30:03.340Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 159 | 2026-07-20T10:30:03.520Z | Updating crates.io index |
| 160 | 2026-07-20T10:30:03.523Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 161 | 2026-07-20T10:30:04.543Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 162 | 2026-07-20T10:30:04.945Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 163 | 2026-07-20T10:30:05.316Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 164 | 2026-07-20T10:30:05.554Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 165 | 2026-07-20T10:30:05.762Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 166 | 2026-07-20T10:30:06.023Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 167 | 2026-07-20T10:30:08.168Z | Downloading crates ... |
| 168 | 2026-07-20T10:30:08.205Z | Downloaded darling_macro v0.23.0 |
| 169 | 2026-07-20T10:30:08.218Z | Downloaded cfg-if v1.0.4 |
| 170 | 2026-07-20T10:30:08.224Z | Downloaded ident_case v1.0.1 |
| 171 | 2026-07-20T10:30:08.228Z | Downloaded strsim v0.11.1 |
| 172 | 2026-07-20T10:30:08.231Z | Downloaded ref-cast-impl v1.0.25 |
| 173 | 2026-07-20T10:30:08.231Z | Downloaded cobs v0.3.0 |
| 174 | 2026-07-20T10:30:08.231Z | Downloaded embedded-io v0.4.0 |
| 175 | 2026-07-20T10:30:08.234Z | Downloaded fnv v1.0.7 |
| 176 | 2026-07-20T10:30:08.234Z | Downloaded stable_deref_trait v1.2.1 |
| 177 | 2026-07-20T10:30:08.234Z | Downloaded aho-corasick v1.1.4 |
| 178 | 2026-07-20T10:30:08.240Z | Downloaded dyn-clone v1.0.20 |
| 179 | 2026-07-20T10:30:08.244Z | Downloaded ref-cast v1.0.25 |
| 180 | 2026-07-20T10:30:08.244Z | Downloaded macaddr v1.0.1 |
| 181 | 2026-07-20T10:30:08.246Z | Downloaded hash32 v0.3.1 |
| 182 | 2026-07-20T10:30:08.250Z | Downloaded defmt-parser v1.0.0 |
| 183 | 2026-07-20T10:30:08.254Z | Downloaded either v1.16.0 |
| 184 | 2026-07-20T10:30:08.258Z | Downloaded darling_macro v0.21.3 |
| 185 | 2026-07-20T10:30:08.271Z | Downloaded version_check v0.9.5 |
| 186 | 2026-07-20T10:30:08.276Z | Downloaded byteorder v1.5.0 |
| 187 | 2026-07-20T10:30:08.279Z | Downloaded quote v1.0.46 |
| 188 | 2026-07-20T10:30:08.282Z | Downloaded defmt v0.3.100 |
| 189 | 2026-07-20T10:30:08.286Z | Downloaded thiserror-impl v2.0.18 |
| 190 | 2026-07-20T10:30:08.286Z | Downloaded ingot-types v0.1.2 |
| 191 | 2026-07-20T10:30:08.290Z | Downloaded managed v0.8.0 |
| 192 | 2026-07-20T10:30:08.294Z | Downloaded thiserror v2.0.18 |
| 193 | 2026-07-20T10:30:08.301Z | Downloaded bitflags v1.3.2 |
| 194 | 2026-07-20T10:30:08.305Z | Downloaded ingot v0.1.1 |
| 195 | 2026-07-20T10:30:08.308Z | Downloaded embedded-io v0.6.1 |
| 196 | 2026-07-20T10:30:08.311Z | Downloaded defmt-macros v1.1.1 |
| 197 | 2026-07-20T10:30:08.315Z | Downloaded ingot-macros v0.1.1 |
| 198 | 2026-07-20T10:30:08.320Z | Downloaded darling v0.23.0 |
| 199 | 2026-07-20T10:30:08.323Z | Downloaded darling v0.21.3 |
| 200 | 2026-07-20T10:30:08.331Z | Downloaded crc32fast v1.5.0 |
| 201 | 2026-07-20T10:30:08.335Z | Downloaded postcard v1.1.3 |
| 202 | 2026-07-20T10:30:08.339Z | Downloaded serde_core v1.0.228 |
| 203 | 2026-07-20T10:30:08.342Z | Downloaded darling_core v0.21.3 |
| 204 | 2026-07-20T10:30:08.342Z | Downloaded darling_core v0.23.0 |
| 205 | 2026-07-20T10:30:08.345Z | Downloaded bitflags v2.13.0 |
| 206 | 2026-07-20T10:30:08.348Z | Downloaded unicode-ident v1.0.24 |
| 207 | 2026-07-20T10:30:08.348Z | Downloaded serde_derive v1.0.228 |
| 208 | 2026-07-20T10:30:08.348Z | Downloaded defmt v1.1.1 |
| 209 | 2026-07-20T10:30:08.352Z | Downloaded proc-macro2 v1.0.106 |
| 210 | 2026-07-20T10:30:08.355Z | Downloaded uuid v1.23.5 |
| 211 | 2026-07-20T10:30:08.358Z | Downloaded heapless v0.8.0 |
| 212 | 2026-07-20T10:30:08.358Z | Downloaded serde v1.0.228 |
| 213 | 2026-07-20T10:30:08.380Z | Downloaded memchr v2.8.3 |
| 214 | 2026-07-20T10:30:08.383Z | Downloaded zerocopy-derive v0.8.54 |
| 215 | 2026-07-20T10:30:08.404Z | Downloaded itertools v0.14.0 |
| 216 | 2026-07-20T10:30:08.408Z | Downloaded itertools v0.15.0 |
| 217 | 2026-07-20T10:30:08.412Z | Downloaded regex v1.13.0 |
| 218 | 2026-07-20T10:30:08.447Z | Downloaded zerocopy v0.8.54 |
| 219 | 2026-07-20T10:30:08.461Z | Downloaded syn v2.0.118 |
| 220 | 2026-07-20T10:30:08.487Z | Downloaded smoltcp v0.11.0 |
| 221 | 2026-07-20T10:30:08.487Z | Downloaded regex-syntax v0.8.11 |
| 222 | 2026-07-20T10:30:08.487Z | Downloaded regex-automata v0.4.15 |
| 223 | 2026-07-20T10:30:08.498Z | Updating crates.io index |
| 224 | 2026-07-20T10:30:08.555Z | Downloading crates ... |
| 225 | 2026-07-20T10:30:08.570Z | Downloaded addr2line v0.25.1 |
| 226 | 2026-07-20T10:30:08.578Z | Downloaded adler2 v2.0.1 |
| 227 | 2026-07-20T10:30:08.581Z | Downloaded hashbrown v0.17.1 |
| 228 | 2026-07-20T10:30:08.592Z | Downloaded memchr v2.7.6 |
| 229 | 2026-07-20T10:30:08.600Z | Downloaded foldhash v0.2.0 |
| 230 | 2026-07-20T10:30:08.603Z | Downloaded miniz_oxide v0.8.9 |
| 231 | 2026-07-20T10:30:08.614Z | Downloaded rustc-literal-escaper v0.0.8 |
| 232 | 2026-07-20T10:30:08.617Z | Downloaded rustc-demangle v0.1.27 |
| 233 | 2026-07-20T10:30:08.617Z | Downloaded getopts v0.2.24 |
| 234 | 2026-07-20T10:30:08.628Z | Downloaded gimli v0.32.3 |
| 235 | 2026-07-20T10:30:08.657Z | Downloaded object v0.37.3 |
| 236 | 2026-07-20T10:30:08.683Z | Downloaded libc v0.2.185 |
| 237 | 2026-07-20T10:30:08.741Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 238 | 2026-07-20T10:30:08.745Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 239 | 2026-07-20T10:30:08.745Z | Compiling proc-macro2 v1.0.106 |
| 240 | 2026-07-20T10:30:08.745Z | Compiling unicode-ident v1.0.24 |
| 241 | 2026-07-20T10:30:08.745Z | Compiling quote v1.0.46 |
| 242 | 2026-07-20T10:30:08.745Z | Compiling ident_case v1.0.1 |
| 243 | 2026-07-20T10:30:08.746Z | Compiling strsim v0.11.1 |
| 244 | 2026-07-20T10:30:08.746Z | Compiling serde_core v1.0.228 |
| 245 | 2026-07-20T10:30:08.925Z | Compiling fnv v1.0.7 |
| 246 | 2026-07-20T10:30:08.931Z | Compiling memchr v2.8.3 |
| 247 | 2026-07-20T10:30:09.016Z | Compiling regex-syntax v0.8.11 |
| 248 | 2026-07-20T10:30:09.209Z | Compiling zerocopy v0.8.54 |
| 249 | 2026-07-20T10:30:09.227Z | Compiling serde v1.0.228 |
| 250 | 2026-07-20T10:30:09.263Z | Compiling thiserror v2.0.18 |
| 251 | 2026-07-20T10:30:09.343Z | Compiling aho-corasick v1.1.4 |
| 252 | 2026-07-20T10:30:09.635Z | Compiling either v1.16.0 |
| 253 | 2026-07-20T10:30:09.678Z | Compiling heapless v0.8.0 |
| 254 | 2026-07-20T10:30:09.844Z | Compiling itertools v0.14.0 |
| 255 | 2026-07-20T10:30:09.888Z | Compiling smoltcp v0.11.0 |
| 256 | 2026-07-20T10:30:10.026Z | Compiling syn v2.0.118 |
| 257 | 2026-07-20T10:30:10.094Z | Compiling crc32fast v1.5.0 |
| 258 | 2026-07-20T10:30:10.174Z | Compiling ref-cast v1.0.25 |
| 259 | 2026-07-20T10:30:10.352Z | Compiling version_check v0.9.5 |
| 260 | 2026-07-20T10:30:10.484Z | Compiling regex-automata v0.4.15 |
| 261 | 2026-07-20T10:30:10.728Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 262 | 2026-07-20T10:30:12.095Z | Compiling regex v1.13.0 |
| 263 | 2026-07-20T10:30:12.420Z | Compiling darling_core v0.21.3 |
| 264 | 2026-07-20T10:30:12.477Z | Compiling darling_core v0.23.0 |
| 265 | 2026-07-20T10:30:13.312Z | Compiling zerocopy-derive v0.8.54 |
| 266 | 2026-07-20T10:30:13.312Z | Compiling serde_derive v1.0.228 |
| 267 | 2026-07-20T10:30:13.316Z | Compiling thiserror-impl v2.0.18 |
| 268 | 2026-07-20T10:30:13.316Z | Compiling ref-cast-impl v1.0.25 |
| 269 | 2026-07-20T10:30:13.316Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 270 | 2026-07-20T10:30:15.045Z | Compiling darling_macro v0.21.3 |
| 271 | 2026-07-20T10:30:15.264Z | Compiling darling_macro v0.23.0 |
| 272 | 2026-07-20T10:30:15.992Z | Compiling darling v0.21.3 |
| 273 | 2026-07-20T10:30:16.061Z | Compiling ingot-macros v0.1.1 |
| 274 | 2026-07-20T10:30:16.202Z | Compiling darling v0.23.0 |
| 275 | 2026-07-20T10:30:16.269Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 276 | 2026-07-20T10:30:21.232Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 277 | 2026-07-20T10:30:23.446Z | Checking byteorder v1.5.0 |
| 278 | 2026-07-20T10:30:23.446Z | Checking macaddr v1.0.1 |
| 279 | 2026-07-20T10:30:23.449Z | Checking stable_deref_trait v1.2.1 |
| 280 | 2026-07-20T10:30:23.449Z | Checking cfg-if v1.0.4 |
| 281 | 2026-07-20T10:30:23.449Z | Checking bitflags v1.3.2 |
| 282 | 2026-07-20T10:30:23.501Z | Checking managed v0.8.0 |
| 283 | 2026-07-20T10:30:23.530Z | Checking cobs v0.3.0 |
| 284 | 2026-07-20T10:30:23.607Z | Checking hash32 v0.3.1 |
| 285 | 2026-07-20T10:30:23.631Z | Checking dyn-clone v1.0.20 |
| 286 | 2026-07-20T10:30:23.651Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 287 | 2026-07-20T10:30:23.658Z | Checking itertools v0.15.0 |
| 288 | 2026-07-20T10:30:24.827Z | Checking bitflags v2.13.0 |
| 289 | 2026-07-20T10:30:24.827Z | Checking uuid v1.23.5 |
| 290 | 2026-07-20T10:30:24.996Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 291 | 2026-07-20T10:30:25.210Z | Checking postcard v1.1.3 |
| 292 | 2026-07-20T10:30:26.082Z | Checking ingot-types v0.1.2 |
| 293 | 2026-07-20T10:30:26.356Z | Checking ingot v0.1.1 |
| 294 | 2026-07-20T10:30:27.721Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 295 | 2026-07-20T10:30:31.469Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 296 | 2026-07-20T10:30:32.878Z | Checking xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 297 | 2026-07-20T10:30:34.895Z | Finished `dev` profile [optimized + debuginfo] target(s) in 31.49s |
| 298 | 2026-07-20T10:30:35.004Z | |
| 299 | 2026-07-20T10:30:35.004Z | real 31.660088829 |
| 300 | 2026-07-20T10:30:35.004Z | user 1:16.595657019 |
| 301 | 2026-07-20T10:30:35.004Z | sys 10.864066018 |
| 302 | 2026-07-20T10:30:35.007Z | trap 0.031828616 |
| 303 | 2026-07-20T10:30:35.007Z | tflt 0.043184306 |
| 304 | 2026-07-20T10:30:35.007Z | dflt 0.131439103 |
| 305 | 2026-07-20T10:30:35.007Z | kflt 0.001649431 |
| 306 | 2026-07-20T10:30:35.007Z | lock 5:30.926547955 |
| 307 | 2026-07-20T10:30:35.007Z | slp 3:32.495729675 |
| 308 | 2026-07-20T10:30:35.007Z | lat 2.853057088 |
| 309 | 2026-07-20T10:30:35.007Z | stop 8.428080144 |
| 310 | 2026-07-20T10:30:35.007Z | + pushd xde-link |
| 311 | 2026-07-20T10:30:35.007Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 312 | 2026-07-20T10:30:35.007Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 313 | 2026-07-20T10:30:35.197Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 314 | 2026-07-20T10:30:35.197Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 315 | 2026-07-20T10:30:35.197Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 316 | 2026-07-20T10:30:46.509Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 317 | 2026-07-20T10:30:48.765Z | Finished `dev` profile [optimized + debuginfo] target(s) in 13.69s |
| 318 | 2026-07-20T10:30:48.784Z | |
| 319 | 2026-07-20T10:30:48.789Z | real 13.775881036 |
| 320 | 2026-07-20T10:30:48.789Z | user 21.954102874 |
| 321 | 2026-07-20T10:30:48.789Z | sys 1.340225452 |
| 322 | 2026-07-20T10:30:48.789Z | trap 0.004752220 |
| 323 | 2026-07-20T10:30:48.789Z | tflt 0.012151258 |
| 324 | 2026-07-20T10:30:48.789Z | dflt 0.077047414 |
| 325 | 2026-07-20T10:30:48.789Z | kflt 0.000000000 |
| 326 | 2026-07-20T10:30:48.789Z | lock 1:30.689124127 |
| 327 | 2026-07-20T10:30:48.789Z | slp 46.307248031 |
| 328 | 2026-07-20T10:30:48.789Z | lat 0.260026655 |
| 329 | 2026-07-20T10:30:48.789Z | stop 0.168857763 |
| 330 | 2026-07-20T10:30:48.789Z | + popd |
| 331 | 2026-07-20T10:30:48.790Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 332 | 2026-07-20T10:30:48.790Z | + popd |
| 333 | 2026-07-20T10:30:48.790Z | /work/oxidecomputer/opte |
| 334 | 2026-07-20T10:30:48.790Z | + header 'build xde (debug)' |
| 335 | 2026-07-20T10:30:48.790Z | + echo '# ==== build xde (debug) ==== #' |
| 336 | 2026-07-20T10:30:48.790Z | # ==== build xde (debug) ==== # |
| 337 | 2026-07-20T10:30:48.790Z | + ptime -m cargo xtask build --profile debug xde xde-link |
| 338 | 2026-07-20T10:30:48.931Z | Downloading crates ... |
| 339 | 2026-07-20T10:30:48.978Z | Downloaded anstream v1.0.0 |
| 340 | 2026-07-20T10:30:48.990Z | Downloaded semver v1.0.28 |
| 341 | 2026-07-20T10:30:48.996Z | Downloaded clap_derive v4.6.1 |
| 342 | 2026-07-20T10:30:48.996Z | Downloaded heck v0.5.0 |
| 343 | 2026-07-20T10:30:48.996Z | Downloaded colorchoice v1.0.5 |
| 344 | 2026-07-20T10:30:48.999Z | Downloaded cargo-platform v0.3.3 |
| 345 | 2026-07-20T10:30:48.999Z | Downloaded equivalent v1.0.2 |
| 346 | 2026-07-20T10:30:49.001Z | Downloaded is_terminal_polyfill v1.70.2 |
| 347 | 2026-07-20T10:30:49.001Z | Downloaded errno v0.3.14 |
| 348 | 2026-07-20T10:30:49.005Z | Downloaded clap_lex v1.1.0 |
| 349 | 2026-07-20T10:30:49.005Z | Downloaded serde_spanned v1.1.1 |
| 350 | 2026-07-20T10:30:49.005Z | Downloaded utf8parse v0.2.2 |
| 351 | 2026-07-20T10:30:49.009Z | Downloaded terminal_size v0.4.4 |
| 352 | 2026-07-20T10:30:49.009Z | Downloaded anstyle-query v1.1.5 |
| 353 | 2026-07-20T10:30:49.009Z | Downloaded itoa v1.0.18 |
| 354 | 2026-07-20T10:30:49.015Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 355 | 2026-07-20T10:30:49.025Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 356 | 2026-07-20T10:30:49.025Z | Downloaded anstyle-parse v1.0.0 |
| 357 | 2026-07-20T10:30:49.025Z | Downloaded anstyle v1.0.14 |
| 358 | 2026-07-20T10:30:49.029Z | Downloaded zmij v1.0.22 |
| 359 | 2026-07-20T10:30:49.029Z | Downloaded cargo_metadata v0.23.1 |
| 360 | 2026-07-20T10:30:49.029Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 361 | 2026-07-20T10:30:49.029Z | Downloaded camino v1.2.4 |
| 362 | 2026-07-20T10:30:49.038Z | Downloaded clap v4.6.1 |
| 363 | 2026-07-20T10:30:49.043Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 364 | 2026-07-20T10:30:49.051Z | Downloaded anyhow v1.0.104 |
| 365 | 2026-07-20T10:30:49.066Z | Downloaded indexmap v2.14.0 |
| 366 | 2026-07-20T10:30:49.076Z | Downloaded serde_json v1.0.150 |
| 367 | 2026-07-20T10:30:49.079Z | Downloaded clap_builder v4.6.0 |
| 368 | 2026-07-20T10:30:49.084Z | Downloaded winnow v1.0.3 |
| 369 | 2026-07-20T10:30:49.111Z | Downloaded rustix v1.1.4 |
| 370 | 2026-07-20T10:30:49.139Z | Downloaded libc v0.2.186 |
| 371 | 2026-07-20T10:30:49.187Z | Compiling serde_core v1.0.228 |
| 372 | 2026-07-20T10:30:49.187Z | Compiling proc-macro2 v1.0.106 |
| 373 | 2026-07-20T10:30:49.191Z | Compiling quote v1.0.46 |
| 374 | 2026-07-20T10:30:49.191Z | Compiling unicode-ident v1.0.24 |
| 375 | 2026-07-20T10:30:49.191Z | Compiling libc v0.2.186 |
| 376 | 2026-07-20T10:30:49.191Z | Compiling rustix v1.1.4 |
| 377 | 2026-07-20T10:30:49.191Z | Compiling bitflags v2.13.0 |
| 378 | 2026-07-20T10:30:49.192Z | Compiling utf8parse v0.2.2 |
| 379 | 2026-07-20T10:30:49.341Z | Compiling zmij v1.0.22 |
| 380 | 2026-07-20T10:30:49.357Z | Compiling anstyle-parse v1.0.0 |
| 381 | 2026-07-20T10:30:49.589Z | Compiling camino v1.2.4 |
| 382 | 2026-07-20T10:30:49.593Z | Compiling anstyle v1.0.14 |
| 383 | 2026-07-20T10:30:49.681Z | Compiling thiserror v2.0.18 |
| 384 | 2026-07-20T10:30:49.691Z | Compiling colorchoice v1.0.5 |
| 385 | 2026-07-20T10:30:49.765Z | Compiling is_terminal_polyfill v1.70.2 |
| 386 | 2026-07-20T10:30:49.800Z | Compiling serde v1.0.228 |
| 387 | 2026-07-20T10:30:49.849Z | Compiling serde_json v1.0.150 |
| 388 | 2026-07-20T10:30:49.857Z | Compiling anstyle-query v1.1.5 |
| 389 | 2026-07-20T10:30:49.923Z | Compiling errno v0.3.14 |
| 390 | 2026-07-20T10:30:49.994Z | Compiling anstream v1.0.0 |
| 391 | 2026-07-20T10:30:50.094Z | Compiling clap_lex v1.1.0 |
| 392 | 2026-07-20T10:30:50.151Z | Compiling strsim v0.11.1 |
| 393 | 2026-07-20T10:30:50.396Z | Compiling heck v0.5.0 |
| 394 | 2026-07-20T10:30:50.424Z | Compiling itoa v1.0.18 |
| 395 | 2026-07-20T10:30:50.487Z | Compiling syn v2.0.118 |
| 396 | 2026-07-20T10:30:50.517Z | Compiling terminal_size v0.4.4 |
| 397 | 2026-07-20T10:30:50.528Z | Compiling winnow v1.0.3 |
| 398 | 2026-07-20T10:30:50.594Z | Compiling memchr v2.8.3 |
| 399 | 2026-07-20T10:30:50.671Z | Compiling anyhow v1.0.104 |
| 400 | 2026-07-20T10:30:50.731Z | Compiling clap_builder v4.6.0 |
| 401 | 2026-07-20T10:30:50.963Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 402 | 2026-07-20T10:30:51.131Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 403 | 2026-07-20T10:30:51.598Z | Compiling semver v1.0.28 |
| 404 | 2026-07-20T10:30:51.642Z | Compiling cargo-platform v0.3.3 |
| 405 | 2026-07-20T10:30:52.146Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 406 | 2026-07-20T10:30:52.247Z | Compiling serde_spanned v1.1.1 |
| 407 | 2026-07-20T10:30:52.371Z | Compiling toml v1.1.2+spec-1.1.0 |
| 408 | 2026-07-20T10:30:52.985Z | Compiling serde_derive v1.0.228 |
| 409 | 2026-07-20T10:30:53.191Z | Compiling thiserror-impl v2.0.18 |
| 410 | 2026-07-20T10:30:53.199Z | Compiling clap_derive v4.6.1 |
| 411 | 2026-07-20T10:30:54.770Z | Compiling clap v4.6.1 |
| 412 | 2026-07-20T10:30:56.161Z | Compiling cargo_metadata v0.23.1 |
| 413 | 2026-07-20T10:30:58.676Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 414 | 2026-07-20T10:31:00.337Z | Finished `dev` profile [optimized + debuginfo] target(s) in 11.54s |
| 415 | 2026-07-20T10:31:00.351Z | Running `target/debug/xtask build --profile debug xde xde-link` |
| 416 | 2026-07-20T10:31:01.677Z | Building xde (dev). |
| 417 | 2026-07-20T10:31:01.927Z | Compiling serde_core v1.0.228 |
| 418 | 2026-07-20T10:31:01.927Z | Compiling byteorder v1.5.0 |
| 419 | 2026-07-20T10:31:01.927Z | Compiling macaddr v1.0.1 |
| 420 | 2026-07-20T10:31:01.931Z | Compiling stable_deref_trait v1.2.1 |
| 421 | 2026-07-20T10:31:01.932Z | Compiling cfg-if v1.0.4 |
| 422 | 2026-07-20T10:31:01.953Z | Compiling thiserror v2.0.18 |
| 423 | 2026-07-20T10:31:01.961Z | Compiling zerocopy v0.8.54 |
| 424 | 2026-07-20T10:31:01.961Z | Compiling managed v0.8.0 |
| 425 | 2026-07-20T10:31:01.995Z | Compiling bitflags v1.3.2 |
| 426 | 2026-07-20T10:31:02.004Z | Compiling cobs v0.3.0 |
| 427 | 2026-07-20T10:31:02.032Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 428 | 2026-07-20T10:31:02.054Z | Compiling either v1.16.0 |
| 429 | 2026-07-20T10:31:02.110Z | Compiling hash32 v0.3.1 |
| 430 | 2026-07-20T10:31:02.181Z | Compiling ref-cast v1.0.25 |
| 431 | 2026-07-20T10:31:02.227Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 432 | 2026-07-20T10:31:02.429Z | Compiling heapless v0.8.0 |
| 433 | 2026-07-20T10:31:02.448Z | Compiling itertools v0.15.0 |
| 434 | 2026-07-20T10:31:02.449Z | Compiling crc32fast v1.5.0 |
| 435 | 2026-07-20T10:31:02.449Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 436 | 2026-07-20T10:31:02.449Z | Compiling dyn-clone v1.0.20 |
| 437 | 2026-07-20T10:31:02.528Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 438 | 2026-07-20T10:31:02.665Z | Compiling smoltcp v0.11.0 |
| 439 | 2026-07-20T10:31:03.655Z | Compiling bitflags v2.13.0 |
| 440 | 2026-07-20T10:31:03.655Z | Compiling serde v1.0.228 |
| 441 | 2026-07-20T10:31:03.655Z | Compiling uuid v1.23.5 |
| 442 | 2026-07-20T10:31:03.905Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 443 | 2026-07-20T10:31:04.158Z | Compiling postcard v1.1.3 |
| 444 | 2026-07-20T10:31:04.868Z | Compiling ingot-types v0.1.2 |
| 445 | 2026-07-20T10:31:05.305Z | Compiling ingot v0.1.1 |
| 446 | 2026-07-20T10:31:06.595Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 447 | 2026-07-20T10:31:11.048Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 448 | 2026-07-20T10:31:21.889Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 449 | 2026-07-20T10:31:30.501Z | Finished `dev` profile [optimized + debuginfo] target(s) in 28.79s |
| 450 | 2026-07-20T10:31:30.527Z | Linking xde kmod... |
| 451 | 2026-07-20T10:31:31.712Z | Building xde dev link helper (dev). |
| 452 | 2026-07-20T10:31:31.871Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 453 | 2026-07-20T10:31:32.215Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.47s |
| 454 | 2026-07-20T10:31:32.238Z | |
| 455 | 2026-07-20T10:31:32.238Z | real 43.450596092 |
| 456 | 2026-07-20T10:31:32.238Z | user 2:21.836342220 |
| 457 | 2026-07-20T10:31:32.239Z | sys 11.640397251 |
| 458 | 2026-07-20T10:31:32.239Z | trap 0.072537386 |
| 459 | 2026-07-20T10:31:32.239Z | tflt 0.322023195 |
| 460 | 2026-07-20T10:31:32.242Z | dflt 0.368671946 |
| 461 | 2026-07-20T10:31:32.242Z | kflt 0.000005740 |
| 462 | 2026-07-20T10:31:32.242Z | lock 7:16.527716244 |
| 463 | 2026-07-20T10:31:32.242Z | slp 4:05.364406408 |
| 464 | 2026-07-20T10:31:32.242Z | lat 6.260548147 |
| 465 | 2026-07-20T10:31:32.242Z | stop 5.422715513 |
| 466 | 2026-07-20T10:31:32.242Z | + header 'build xde (release)' |
| 467 | 2026-07-20T10:31:32.242Z | + echo '# ==== build xde (release) ==== #' |
| 468 | 2026-07-20T10:31:32.242Z | # ==== build xde (release) ==== # |
| 469 | 2026-07-20T10:31:32.242Z | + ptime -m cargo xtask build --profile release xde xde-link |
| 470 | 2026-07-20T10:31:32.384Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s |
| 471 | 2026-07-20T10:31:32.388Z | Running `target/debug/xtask build --profile release xde xde-link` |
| 472 | 2026-07-20T10:31:32.573Z | Building xde (release-lto). |
| 473 | 2026-07-20T10:31:32.808Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 474 | 2026-07-20T10:31:32.808Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 475 | 2026-07-20T10:31:32.808Z | Compiling proc-macro2 v1.0.106 |
| 476 | 2026-07-20T10:31:32.808Z | Compiling quote v1.0.46 |
| 477 | 2026-07-20T10:31:32.812Z | Compiling unicode-ident v1.0.24 |
| 478 | 2026-07-20T10:31:32.812Z | Compiling strsim v0.11.1 |
| 479 | 2026-07-20T10:31:32.812Z | Compiling ident_case v1.0.1 |
| 480 | 2026-07-20T10:31:32.812Z | Compiling serde_core v1.0.228 |
| 481 | 2026-07-20T10:31:32.929Z | Compiling fnv v1.0.7 |
| 482 | 2026-07-20T10:31:32.929Z | Compiling memchr v2.8.3 |
| 483 | 2026-07-20T10:31:33.015Z | Compiling regex-syntax v0.8.11 |
| 484 | 2026-07-20T10:31:33.198Z | Compiling serde v1.0.228 |
| 485 | 2026-07-20T10:31:33.204Z | Compiling thiserror v2.0.18 |
| 486 | 2026-07-20T10:31:33.207Z | Compiling either v1.16.0 |
| 487 | 2026-07-20T10:31:33.334Z | Compiling aho-corasick v1.1.4 |
| 488 | 2026-07-20T10:31:33.396Z | Compiling zerocopy v0.8.54 |
| 489 | 2026-07-20T10:31:33.580Z | Compiling itertools v0.14.0 |
| 490 | 2026-07-20T10:31:33.614Z | Compiling heapless v0.8.0 |
| 491 | 2026-07-20T10:31:33.932Z | Compiling smoltcp v0.11.0 |
| 492 | 2026-07-20T10:31:33.972Z | Compiling syn v2.0.118 |
| 493 | 2026-07-20T10:31:34.062Z | Compiling crc32fast v1.5.0 |
| 494 | 2026-07-20T10:31:34.140Z | Compiling ref-cast v1.0.25 |
| 495 | 2026-07-20T10:31:34.387Z | Compiling version_check v0.9.5 |
| 496 | 2026-07-20T10:31:34.503Z | Compiling regex-automata v0.4.15 |
| 497 | 2026-07-20T10:31:34.698Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 498 | 2026-07-20T10:31:36.106Z | Compiling regex v1.13.0 |
| 499 | 2026-07-20T10:31:36.357Z | Compiling darling_core v0.21.3 |
| 500 | 2026-07-20T10:31:36.362Z | Compiling darling_core v0.23.0 |
| 501 | 2026-07-20T10:31:37.329Z | Compiling zerocopy-derive v0.8.54 |
| 502 | 2026-07-20T10:31:37.329Z | Compiling serde_derive v1.0.228 |
| 503 | 2026-07-20T10:31:37.329Z | Compiling thiserror-impl v2.0.18 |
| 504 | 2026-07-20T10:31:37.329Z | Compiling ref-cast-impl v1.0.25 |
| 505 | 2026-07-20T10:31:37.330Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 506 | 2026-07-20T10:31:38.936Z | Compiling darling_macro v0.23.0 |
| 507 | 2026-07-20T10:31:39.109Z | Compiling darling_macro v0.21.3 |
| 508 | 2026-07-20T10:31:39.873Z | Compiling darling v0.23.0 |
| 509 | 2026-07-20T10:31:39.939Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 510 | 2026-07-20T10:31:40.015Z | Compiling darling v0.21.3 |
| 511 | 2026-07-20T10:31:40.081Z | Compiling ingot-macros v0.1.1 |
| 512 | 2026-07-20T10:31:45.720Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 513 | 2026-07-20T10:31:47.920Z | Compiling byteorder v1.5.0 |
| 514 | 2026-07-20T10:31:47.925Z | Compiling macaddr v1.0.1 |
| 515 | 2026-07-20T10:31:47.926Z | Compiling stable_deref_trait v1.2.1 |
| 516 | 2026-07-20T10:31:47.926Z | Compiling cfg-if v1.0.4 |
| 517 | 2026-07-20T10:31:47.979Z | Compiling managed v0.8.0 |
| 518 | 2026-07-20T10:31:47.989Z | Compiling cobs v0.3.0 |
| 519 | 2026-07-20T10:31:48.014Z | Compiling bitflags v1.3.2 |
| 520 | 2026-07-20T10:31:48.081Z | Compiling hash32 v0.3.1 |
| 521 | 2026-07-20T10:31:48.209Z | Compiling dyn-clone v1.0.20 |
| 522 | 2026-07-20T10:31:48.289Z | Compiling itertools v0.15.0 |
| 523 | 2026-07-20T10:31:48.305Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 524 | 2026-07-20T10:31:49.598Z | Compiling bitflags v2.13.0 |
| 525 | 2026-07-20T10:31:49.599Z | Compiling uuid v1.23.5 |
| 526 | 2026-07-20T10:31:49.746Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 527 | 2026-07-20T10:31:50.039Z | Compiling postcard v1.1.3 |
| 528 | 2026-07-20T10:31:50.820Z | Compiling ingot-types v0.1.2 |
| 529 | 2026-07-20T10:31:51.140Z | Compiling ingot v0.1.1 |
| 530 | 2026-07-20T10:31:52.670Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 531 | 2026-07-20T10:31:56.586Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 532 | 2026-07-20T10:32:05.556Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 533 | 2026-07-20T10:32:35.880Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 03s |
| 534 | 2026-07-20T10:32:35.903Z | Linking xde kmod... |
| 535 | 2026-07-20T10:32:36.493Z | Building xde dev link helper (release). |
| 536 | 2026-07-20T10:32:36.652Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 537 | 2026-07-20T10:32:36.652Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 538 | 2026-07-20T10:32:36.652Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 539 | 2026-07-20T10:32:48.349Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 540 | 2026-07-20T10:32:50.934Z | Finished `release` profile [optimized + debuginfo] target(s) in 14.41s |
| 541 | 2026-07-20T10:32:50.952Z | |
| 542 | 2026-07-20T10:32:50.956Z | real 1:18.709405106 |
| 543 | 2026-07-20T10:32:50.956Z | user 2:14.194368673 |
| 544 | 2026-07-20T10:32:50.956Z | sys 13.184150946 |
| 545 | 2026-07-20T10:32:50.956Z | trap 0.035336744 |
| 546 | 2026-07-20T10:32:50.956Z | tflt 0.164791300 |
| 547 | 2026-07-20T10:32:50.956Z | dflt 0.244517544 |
| 548 | 2026-07-20T10:32:50.956Z | kflt 0.000022850 |
| 549 | 2026-07-20T10:32:50.956Z | lock 12:35.940614290 |
| 550 | 2026-07-20T10:32:50.957Z | slp 6:22.792993077 |
| 551 | 2026-07-20T10:32:50.957Z | lat 2.754681292 |
| 552 | 2026-07-20T10:32:50.957Z | stop 5.610678165 |
| 553 | 2026-07-20T10:32:50.957Z | + elfdump target/x86_64-unknown-unknown/debug/xde.dbg |
| 554 | 2026-07-20T10:32:50.957Z | + grep GOTPCREL |
| 555 | 2026-07-20T10:32:52.751Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 556 | 2026-07-20T10:32:52.755Z | + grep GOTPCREL |
| 557 | 2026-07-20T10:32:53.685Z | + cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/ |
| 558 | 2026-07-20T10:32:53.742Z | + sha256sum /work/debug/xde.dbg |
| 559 | 2026-07-20T10:32:53.795Z | + cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so |
| 560 | 2026-07-20T10:32:53.798Z | + sha256sum /work/debug/xde_link.dbg.so |
| 561 | 2026-07-20T10:32:53.801Z | + cp target/x86_64-unknown-unknown/release-lto/xde /work/release/ |
| 562 | 2026-07-20T10:32:53.839Z | + sha256sum /work/release/xde |
| 563 | 2026-07-20T10:32:53.869Z | + cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so |
| 564 | 2026-07-20T10:32:53.874Z | + sha256sum /work/release/xde_link.so |
| 565 | 2026-07-20T10:32:53.880Z | + header 'build xde integration tests' |
| 566 | 2026-07-20T10:32:53.880Z | + echo '# ==== build xde integration tests ==== #' |
| 567 | 2026-07-20T10:32:53.880Z | + pushd xde-tests |
| 568 | 2026-07-20T10:32:53.880Z | # ==== build xde integration tests ==== # |
| 569 | 2026-07-20T10:32:53.880Z | /work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte |
| 570 | 2026-07-20T10:32:53.881Z | + cargo +nightly-2026-06-30-x86_64-unknown-illumos fmt -- --check |
| 571 | 2026-07-20T10:32:53.958Z | + cargo clippy --all-targets -- --deny warnings |
| 572 | 2026-07-20T10:32:54.173Z | Compiling serde_core v1.0.228 |
| 573 | 2026-07-20T10:32:54.173Z | Checking cfg-if v1.0.4 |
| 574 | 2026-07-20T10:32:54.173Z | Checking memchr v2.8.3 |
| 575 | 2026-07-20T10:32:54.173Z | Compiling serde v1.0.228 |
| 576 | 2026-07-20T10:32:54.173Z | Compiling rustversion v1.0.23 |
| 577 | 2026-07-20T10:32:54.177Z | Compiling version_check v0.9.5 |
| 578 | 2026-07-20T10:32:54.177Z | Compiling ident_case v1.0.1 |
| 579 | 2026-07-20T10:32:54.177Z | Compiling syn v2.0.118 |
| 580 | 2026-07-20T10:32:54.243Z | Compiling strsim v0.11.1 |
| 581 | 2026-07-20T10:32:54.298Z | Compiling libc v0.2.186 |
| 582 | 2026-07-20T10:32:54.521Z | Compiling fnv v1.0.7 |
| 583 | 2026-07-20T10:32:54.538Z | Compiling syn v1.0.109 |
| 584 | 2026-07-20T10:32:54.582Z | Compiling regex-syntax v0.8.11 |
| 585 | 2026-07-20T10:32:54.600Z | Checking pin-project-lite v0.2.17 |
| 586 | 2026-07-20T10:32:54.676Z | Compiling equivalent v1.0.2 |
| 587 | 2026-07-20T10:32:54.746Z | Compiling hashbrown v0.17.1 |
| 588 | 2026-07-20T10:32:54.863Z | Compiling aho-corasick v1.1.4 |
| 589 | 2026-07-20T10:32:55.025Z | Compiling either v1.16.0 |
| 590 | 2026-07-20T10:32:55.039Z | Compiling winnow v1.0.3 |
| 591 | 2026-07-20T10:32:55.151Z | Compiling zerocopy v0.8.54 |
| 592 | 2026-07-20T10:32:55.220Z | Compiling itertools v0.14.0 |
| 593 | 2026-07-20T10:32:55.285Z | Compiling indexmap v2.14.0 |
| 594 | 2026-07-20T10:32:55.896Z | Checking byteorder v1.5.0 |
| 595 | 2026-07-20T10:32:56.020Z | Compiling regex-automata v0.4.15 |
| 596 | 2026-07-20T10:32:56.047Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 597 | 2026-07-20T10:32:56.082Z | Compiling heapless v0.8.0 |
| 598 | 2026-07-20T10:32:56.385Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 599 | 2026-07-20T10:32:56.464Z | Checking hash32 v0.3.1 |
| 600 | 2026-07-20T10:32:56.564Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 601 | 2026-07-20T10:32:56.593Z | Checking bitflags v2.13.0 |
| 602 | 2026-07-20T10:32:56.605Z | Compiling slog v2.8.2 |
| 603 | 2026-07-20T10:32:56.614Z | Compiling smoltcp v0.11.0 |
| 604 | 2026-07-20T10:32:56.663Z | Checking stable_deref_trait v1.2.1 |
| 605 | 2026-07-20T10:32:56.724Z | Checking futures-core v0.3.32 |
| 606 | 2026-07-20T10:32:56.745Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 607 | 2026-07-20T10:32:56.828Z | Compiling darling_core v0.21.3 |
| 608 | 2026-07-20T10:32:56.836Z | Compiling darling_core v0.23.0 |
| 609 | 2026-07-20T10:32:56.957Z | Checking macaddr v1.0.1 |
| 610 | 2026-07-20T10:32:56.987Z | Checking futures-sink v0.3.32 |
| 611 | 2026-07-20T10:32:57.075Z | Checking futures-channel v0.3.32 |
| 612 | 2026-07-20T10:32:57.091Z | Compiling proc-macro-crate v3.5.0 |
| 613 | 2026-07-20T10:32:57.522Z | Compiling proc-macro-error-attr v1.0.4 |
| 614 | 2026-07-20T10:32:57.526Z | Compiling autocfg v1.5.1 |
| 615 | 2026-07-20T10:32:57.703Z | Checking bitflags v1.3.2 |
| 616 | 2026-07-20T10:32:57.762Z | Compiling regex v1.13.0 |
| 617 | 2026-07-20T10:32:57.766Z | Checking futures-task v0.3.32 |
| 618 | 2026-07-20T10:32:57.877Z | Checking slab v0.4.12 |
| 619 | 2026-07-20T10:32:57.895Z | Checking managed v0.8.0 |
| 620 | 2026-07-20T10:32:58.024Z | Compiling serde_derive v1.0.228 |
| 621 | 2026-07-20T10:32:58.029Z | Compiling thiserror-impl v2.0.18 |
| 622 | 2026-07-20T10:32:58.074Z | Compiling zerocopy-derive v0.8.54 |
| 623 | 2026-07-20T10:32:58.170Z | Compiling futures-macro v0.3.32 |
| 624 | 2026-07-20T10:32:58.685Z | Checking rand_core v0.10.1 |
| 625 | 2026-07-20T10:32:58.821Z | Checking futures-io v0.3.32 |
| 626 | 2026-07-20T10:32:58.932Z | Compiling crc32fast v1.5.0 |
| 627 | 2026-07-20T10:32:59.028Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 628 | 2026-07-20T10:32:59.039Z | Compiling darling_macro v0.21.3 |
| 629 | 2026-07-20T10:32:59.049Z | Compiling darling_macro v0.23.0 |
| 630 | 2026-07-20T10:32:59.052Z | Compiling getrandom v0.4.3 |
| 631 | 2026-07-20T10:32:59.228Z | Compiling ref-cast v1.0.25 |
| 632 | 2026-07-20T10:32:59.290Z | Checking futures-util v0.3.32 |
| 633 | 2026-07-20T10:32:59.293Z | Checking thiserror v2.0.18 |
| 634 | 2026-07-20T10:32:59.376Z | Checking cobs v0.3.0 |
| 635 | 2026-07-20T10:32:59.511Z | Compiling num_enum_derive v0.7.6 |
| 636 | 2026-07-20T10:32:59.572Z | Compiling ref-cast-impl v1.0.25 |
| 637 | 2026-07-20T10:32:59.597Z | Compiling darling v0.21.3 |
| 638 | 2026-07-20T10:32:59.612Z | Compiling darling v0.23.0 |
| 639 | 2026-07-20T10:32:59.666Z | Compiling ingot-macros v0.1.1 |
| 640 | 2026-07-20T10:32:59.680Z | Compiling foreign-types-macros v0.2.3 |
| 641 | 2026-07-20T10:33:00.169Z | Compiling num-traits v0.2.19 |
| 642 | 2026-07-20T10:33:00.357Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 643 | 2026-07-20T10:33:00.407Z | Compiling proc-macro-error v1.0.4 |
| 644 | 2026-07-20T10:33:00.529Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 645 | 2026-07-20T10:33:00.534Z | Checking foreign-types-shared v0.3.1 |
| 646 | 2026-07-20T10:33:00.609Z | Checking once_cell v1.21.4 |
| 647 | 2026-07-20T10:33:00.648Z | Checking ipnetwork v0.21.1 |
| 648 | 2026-07-20T10:33:00.685Z | Compiling crossbeam-utils v0.8.22 |
| 649 | 2026-07-20T10:33:00.781Z | Checking cpufeatures v0.3.0 |
| 650 | 2026-07-20T10:33:00.791Z | Checking unicode-width v0.2.2 |
| 651 | 2026-07-20T10:33:00.839Z | Checking chacha20 v0.10.1 |
| 652 | 2026-07-20T10:33:00.857Z | Checking tracing-core v0.1.36 |
| 653 | 2026-07-20T10:33:01.032Z | Checking foreign-types v0.5.0 |
| 654 | 2026-07-20T10:33:01.037Z | Checking tabwriter v1.4.1 |
| 655 | 2026-07-20T10:33:01.095Z | Checking num_enum v0.7.6 |
| 656 | 2026-07-20T10:33:01.190Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 657 | 2026-07-20T10:33:01.193Z | Checking erased-serde v0.3.31 |
| 658 | 2026-07-20T10:33:01.249Z | Checking postcard v1.1.3 |
| 659 | 2026-07-20T10:33:01.253Z | Checking anyhow v1.0.104 |
| 660 | 2026-07-20T10:33:01.266Z | Checking futures-executor v0.3.32 |
| 661 | 2026-07-20T10:33:01.541Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 662 | 2026-07-20T10:33:01.558Z | Compiling tracing-attributes v0.1.31 |
| 663 | 2026-07-20T10:33:01.586Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 664 | 2026-07-20T10:33:01.709Z | Checking itertools v0.15.0 |
| 665 | 2026-07-20T10:33:01.825Z | Checking cstr-argument v0.1.2 |
| 666 | 2026-07-20T10:33:01.922Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 667 | 2026-07-20T10:33:01.934Z | Checking pretty-hex v0.4.2 |
| 668 | 2026-07-20T10:33:02.033Z | Checking dyn-clone v1.0.20 |
| 669 | 2026-07-20T10:33:02.039Z | Compiling thiserror v1.0.69 |
| 670 | 2026-07-20T10:33:02.128Z | Compiling time-core v0.1.9 |
| 671 | 2026-07-20T10:33:02.148Z | Compiling num-conv v0.2.2 |
| 672 | 2026-07-20T10:33:02.187Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 673 | 2026-07-20T10:33:02.291Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 674 | 2026-07-20T10:33:02.325Z | Compiling time-macros v0.2.31 |
| 675 | 2026-07-20T10:33:02.401Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 676 | 2026-07-20T10:33:02.439Z | Checking rand v0.10.2 |
| 677 | 2026-07-20T10:33:02.461Z | Checking ingot-types v0.1.2 |
| 678 | 2026-07-20T10:33:02.561Z | Checking futures v0.3.32 |
| 679 | 2026-07-20T10:33:02.624Z | Compiling thiserror-impl v1.0.69 |
| 680 | 2026-07-20T10:33:02.680Z | Checking uuid v1.23.5 |
| 681 | 2026-07-20T10:33:02.806Z | Checking ingot v0.1.1 |
| 682 | 2026-07-20T10:33:02.848Z | Checking tracing v0.1.44 |
| 683 | 2026-07-20T10:33:02.911Z | Checking arc-swap v1.9.2 |
| 684 | 2026-07-20T10:33:02.949Z | Checking socket2 v0.6.4 |
| 685 | 2026-07-20T10:33:02.963Z | Checking nom v8.0.0 |
| 686 | 2026-07-20T10:33:03.095Z | Checking thread_local v1.1.10 |
| 687 | 2026-07-20T10:33:03.201Z | Checking iana-time-zone v0.1.65 |
| 688 | 2026-07-20T10:33:03.261Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 689 | 2026-07-20T10:33:03.397Z | Compiling slog-async v2.8.0 |
| 690 | 2026-07-20T10:33:03.613Z | Checking powerfmt v0.2.0 |
| 691 | 2026-07-20T10:33:03.697Z | Compiling heck v0.4.1 |
| 692 | 2026-07-20T10:33:03.762Z | Checking colored v3.1.1 |
| 693 | 2026-07-20T10:33:03.767Z | Checking lazy_static v1.5.0 |
| 694 | 2026-07-20T10:33:03.833Z | Checking deranged v0.5.8 |
| 695 | 2026-07-20T10:33:03.848Z | Checking oxnet v0.1.6 |
| 696 | 2026-07-20T10:33:03.886Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 697 | 2026-07-20T10:33:03.952Z | Checking slog-scope v4.4.1 |
| 698 | 2026-07-20T10:33:04.104Z | Checking chrono v0.4.45 |
| 699 | 2026-07-20T10:33:04.113Z | Checking crossbeam-channel v0.5.16 |
| 700 | 2026-07-20T10:33:04.446Z | Checking cookie-factory v0.3.3 |
| 701 | 2026-07-20T10:33:04.476Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 702 | 2026-07-20T10:33:04.564Z | Checking itertools v0.12.1 |
| 703 | 2026-07-20T10:33:04.698Z | Checking is-terminal v0.4.17 |
| 704 | 2026-07-20T10:33:04.736Z | Checking circular v0.3.0 |
| 705 | 2026-07-20T10:33:04.759Z | Checking time v0.3.53 |
| 706 | 2026-07-20T10:33:04.773Z | Checking take_mut v0.2.2 |
| 707 | 2026-07-20T10:33:04.843Z | Checking term v1.2.1 |
| 708 | 2026-07-20T10:33:04.861Z | Checking log v0.4.33 |
| 709 | 2026-07-20T10:33:04.986Z | Checking rusticata-macros v5.0.0 |
| 710 | 2026-07-20T10:33:05.021Z | Checking slog-stdlog v4.1.1 |
| 711 | 2026-07-20T10:33:05.110Z | Checking pcap-parser v0.17.0 |
| 712 | 2026-07-20T10:33:05.563Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 713 | 2026-07-20T10:33:05.857Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 714 | 2026-07-20T10:33:05.890Z | Checking slog-term v2.9.2 |
| 715 | 2026-07-20T10:33:06.649Z | Checking slog-envlogger v2.2.0 |
| 716 | 2026-07-20T10:33:09.136Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 717 | 2026-07-20T10:33:10.816Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 718 | 2026-07-20T10:33:10.816Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 719 | 2026-07-20T10:33:11.166Z | Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 720 | 2026-07-20T10:33:11.713Z | Finished `dev` profile [optimized + debuginfo] target(s) in 17.71s |
| 721 | 2026-07-20T10:33:11.751Z | + cargo build --test loopback |
| 722 | 2026-07-20T10:33:11.921Z | Compiling cfg-if v1.0.4 |
| 723 | 2026-07-20T10:33:11.921Z | Compiling memchr v2.8.3 |
| 724 | 2026-07-20T10:33:11.925Z | Compiling serde_core v1.0.228 |
| 725 | 2026-07-20T10:33:11.950Z | Compiling libc v0.2.186 |
| 726 | 2026-07-20T10:33:11.953Z | Compiling thiserror v2.0.18 |
| 727 | 2026-07-20T10:33:11.953Z | Compiling pin-project-lite v0.2.17 |
| 728 | 2026-07-20T10:33:11.957Z | Compiling either v1.16.0 |
| 729 | 2026-07-20T10:33:11.960Z | Compiling byteorder v1.5.0 |
| 730 | 2026-07-20T10:33:11.997Z | Compiling zerocopy v0.8.54 |
| 731 | 2026-07-20T10:33:12.027Z | Compiling stable_deref_trait v1.2.1 |
| 732 | 2026-07-20T10:33:12.032Z | Compiling futures-sink v0.3.32 |
| 733 | 2026-07-20T10:33:12.091Z | Compiling hash32 v0.3.1 |
| 734 | 2026-07-20T10:33:12.122Z | Compiling macaddr v1.0.1 |
| 735 | 2026-07-20T10:33:12.128Z | Compiling futures-core v0.3.32 |
| 736 | 2026-07-20T10:33:12.151Z | Compiling cobs v0.3.0 |
| 737 | 2026-07-20T10:33:12.237Z | Compiling futures-channel v0.3.32 |
| 738 | 2026-07-20T10:33:12.288Z | Compiling heapless v0.8.0 |
| 739 | 2026-07-20T10:33:12.306Z | Compiling rand_core v0.10.1 |
| 740 | 2026-07-20T10:33:12.384Z | Compiling bitflags v1.3.2 |
| 741 | 2026-07-20T10:33:12.451Z | Compiling managed v0.8.0 |
| 742 | 2026-07-20T10:33:12.455Z | Compiling futures-io v0.3.32 |
| 743 | 2026-07-20T10:33:12.459Z | Compiling futures-task v0.3.32 |
| 744 | 2026-07-20T10:33:12.476Z | Compiling slab v0.4.12 |
| 745 | 2026-07-20T10:33:12.644Z | Compiling futures-util v0.3.32 |
| 746 | 2026-07-20T10:33:12.654Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 747 | 2026-07-20T10:33:12.662Z | Compiling unicode-width v0.2.2 |
| 748 | 2026-07-20T10:33:12.676Z | Compiling once_cell v1.21.4 |
| 749 | 2026-07-20T10:33:12.755Z | Compiling smoltcp v0.11.0 |
| 750 | 2026-07-20T10:33:12.897Z | Compiling cpufeatures v0.3.0 |
| 751 | 2026-07-20T10:33:12.927Z | Compiling ipnetwork v0.21.1 |
| 752 | 2026-07-20T10:33:12.965Z | Compiling foreign-types-shared v0.3.1 |
| 753 | 2026-07-20T10:33:12.982Z | Compiling chacha20 v0.10.1 |
| 754 | 2026-07-20T10:33:13.048Z | Compiling foreign-types v0.5.0 |
| 755 | 2026-07-20T10:33:13.159Z | Compiling tabwriter v1.4.1 |
| 756 | 2026-07-20T10:33:13.341Z | Compiling tracing-core v0.1.36 |
| 757 | 2026-07-20T10:33:13.467Z | Compiling ref-cast v1.0.25 |
| 758 | 2026-07-20T10:33:13.567Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 759 | 2026-07-20T10:33:13.592Z | Compiling num_enum v0.7.6 |
| 760 | 2026-07-20T10:33:13.597Z | Compiling getrandom v0.4.3 |
| 761 | 2026-07-20T10:33:13.703Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 762 | 2026-07-20T10:33:13.819Z | Compiling serde v1.0.228 |
| 763 | 2026-07-20T10:33:13.824Z | Compiling bitflags v2.13.0 |
| 764 | 2026-07-20T10:33:14.040Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 765 | 2026-07-20T10:33:14.254Z | Compiling crc32fast v1.5.0 |
| 766 | 2026-07-20T10:33:14.301Z | Compiling erased-serde v0.3.31 |
| 767 | 2026-07-20T10:33:14.473Z | Compiling postcard v1.1.3 |
| 768 | 2026-07-20T10:33:14.496Z | Compiling cstr-argument v0.1.2 |
| 769 | 2026-07-20T10:33:14.650Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 770 | 2026-07-20T10:33:14.664Z | Compiling itertools v0.15.0 |
| 771 | 2026-07-20T10:33:14.698Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 772 | 2026-07-20T10:33:14.750Z | Compiling slog v2.8.2 |
| 773 | 2026-07-20T10:33:14.827Z | Compiling dyn-clone v1.0.20 |
| 774 | 2026-07-20T10:33:14.992Z | Compiling ingot-types v0.1.2 |
| 775 | 2026-07-20T10:33:15.034Z | Compiling futures-executor v0.3.32 |
| 776 | 2026-07-20T10:33:15.102Z | Compiling pretty-hex v0.4.2 |
| 777 | 2026-07-20T10:33:15.235Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 778 | 2026-07-20T10:33:15.283Z | Compiling futures v0.3.32 |
| 779 | 2026-07-20T10:33:15.358Z | Compiling ingot v0.1.1 |
| 780 | 2026-07-20T10:33:15.373Z | Compiling tracing v0.1.44 |
| 781 | 2026-07-20T10:33:15.409Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 782 | 2026-07-20T10:33:15.453Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 783 | 2026-07-20T10:33:15.505Z | Compiling uuid v1.23.5 |
| 784 | 2026-07-20T10:33:15.571Z | Compiling rand v0.10.2 |
| 785 | 2026-07-20T10:33:15.660Z | Compiling num-traits v0.2.19 |
| 786 | 2026-07-20T10:33:15.697Z | Compiling crossbeam-utils v0.8.22 |
| 787 | 2026-07-20T10:33:15.757Z | Compiling nom v8.0.0 |
| 788 | 2026-07-20T10:33:15.903Z | Compiling aho-corasick v1.1.4 |
| 789 | 2026-07-20T10:33:16.173Z | Compiling socket2 v0.6.4 |
| 790 | 2026-07-20T10:33:16.364Z | Compiling thread_local v1.1.10 |
| 791 | 2026-07-20T10:33:16.550Z | Compiling arc-swap v1.9.2 |
| 792 | 2026-07-20T10:33:16.567Z | Compiling colored v3.1.1 |
| 793 | 2026-07-20T10:33:16.790Z | Compiling powerfmt v0.2.0 |
| 794 | 2026-07-20T10:33:16.931Z | Compiling time-core v0.1.9 |
| 795 | 2026-07-20T10:33:17.070Z | Compiling regex-syntax v0.8.11 |
| 796 | 2026-07-20T10:33:17.123Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 797 | 2026-07-20T10:33:17.238Z | Compiling oxnet v0.1.6 |
| 798 | 2026-07-20T10:33:17.385Z | Compiling lazy_static v1.5.0 |
| 799 | 2026-07-20T10:33:17.466Z | Compiling winnow v1.0.3 |
| 800 | 2026-07-20T10:33:17.480Z | Compiling deranged v0.5.8 |
| 801 | 2026-07-20T10:33:17.675Z | Compiling num-conv v0.2.2 |
| 802 | 2026-07-20T10:33:17.773Z | Compiling iana-time-zone v0.1.65 |
| 803 | 2026-07-20T10:33:17.830Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 804 | 2026-07-20T10:33:18.071Z | Compiling chrono v0.4.45 |
| 805 | 2026-07-20T10:33:18.428Z | Compiling time v0.3.53 |
| 806 | 2026-07-20T10:33:18.500Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 807 | 2026-07-20T10:33:19.039Z | Compiling regex-automata v0.4.15 |
| 808 | 2026-07-20T10:33:19.626Z | Compiling rusticata-macros v5.0.0 |
| 809 | 2026-07-20T10:33:19.959Z | Compiling slog-scope v4.4.1 |
| 810 | 2026-07-20T10:33:20.459Z | Compiling thiserror v1.0.69 |
| 811 | 2026-07-20T10:33:20.545Z | Compiling crossbeam-channel v0.5.16 |
| 812 | 2026-07-20T10:33:20.561Z | Compiling cookie-factory v0.3.3 |
| 813 | 2026-07-20T10:33:20.886Z | Compiling is-terminal v0.4.17 |
| 814 | 2026-07-20T10:33:20.988Z | Compiling itertools v0.12.1 |
| 815 | 2026-07-20T10:33:21.314Z | Compiling take_mut v0.2.2 |
| 816 | 2026-07-20T10:33:21.443Z | Compiling log v0.4.33 |
| 817 | 2026-07-20T10:33:21.725Z | Compiling term v1.2.1 |
| 818 | 2026-07-20T10:33:22.144Z | Compiling circular v0.3.0 |
| 819 | 2026-07-20T10:33:22.440Z | Compiling pcap-parser v0.17.0 |
| 820 | 2026-07-20T10:33:22.460Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 821 | 2026-07-20T10:33:23.347Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 822 | 2026-07-20T10:33:24.301Z | Compiling slog-term v2.9.2 |
| 823 | 2026-07-20T10:33:24.598Z | Compiling slog-stdlog v4.1.1 |
| 824 | 2026-07-20T10:33:24.865Z | Compiling slog-async v2.8.0 |
| 825 | 2026-07-20T10:33:25.037Z | Compiling regex v1.13.0 |
| 826 | 2026-07-20T10:33:26.089Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 827 | 2026-07-20T10:33:26.178Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 828 | 2026-07-20T10:33:26.382Z | Compiling slog-envlogger v2.2.0 |
| 829 | 2026-07-20T10:33:26.458Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 830 | 2026-07-20T10:33:27.839Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 831 | 2026-07-20T10:33:35.836Z | Finished `dev` profile [optimized + debuginfo] target(s) in 24.07s |
| 832 | 2026-07-20T10:33:35.873Z | ++ cargo build -q --test loopback --message-format=json |
| 833 | 2026-07-20T10:33:35.877Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 834 | 2026-07-20T10:33:35.996Z | + loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-abf3f829846f0884 |
| 835 | 2026-07-20T10:33:35.996Z | + cargo build --test multicast_rx |
| 836 | 2026-07-20T10:33:36.100Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 837 | 2026-07-20T10:33:37.742Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.73s |
| 838 | 2026-07-20T10:33:37.776Z | ++ cargo build -q --test multicast_rx --message-format=json |
| 839 | 2026-07-20T10:33:37.779Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 840 | 2026-07-20T10:33:37.895Z | + multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-4247f464b7c8ebdb |
| 841 | 2026-07-20T10:33:37.895Z | + cargo build --test multicast_multi_sub |
| 842 | 2026-07-20T10:33:38.002Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 843 | 2026-07-20T10:33:39.802Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.89s |
| 844 | 2026-07-20T10:33:39.839Z | ++ cargo build -q --test multicast_multi_sub --message-format=json |
| 845 | 2026-07-20T10:33:39.845Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 846 | 2026-07-20T10:33:39.961Z | + multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-e22b11dd4e68cab9 |
| 847 | 2026-07-20T10:33:39.964Z | + cargo build --test multicast_validation |
| 848 | 2026-07-20T10:33:40.065Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 849 | 2026-07-20T10:33:42.025Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.05s |
| 850 | 2026-07-20T10:33:42.060Z | ++ cargo build -q --test multicast_validation --message-format=json |
| 851 | 2026-07-20T10:33:42.063Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 852 | 2026-07-20T10:33:42.183Z | + multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-730a89e8c9a1db92 |
| 853 | 2026-07-20T10:33:42.186Z | + cargo build --test multicast_source_filter |
| 854 | 2026-07-20T10:33:42.288Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 855 | 2026-07-20T10:33:44.374Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.18s |
| 856 | 2026-07-20T10:33:44.411Z | ++ cargo build -q --test multicast_source_filter --message-format=json |
| 857 | 2026-07-20T10:33:44.414Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 858 | 2026-07-20T10:33:44.532Z | + multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-f457d6d9a62dc14f |
| 859 | 2026-07-20T10:33:44.536Z | + mkdir -p /work/test |
| 860 | 2026-07-20T10:33:44.536Z | + cp /work/oxidecomputer/opte/target/debug/deps/loopback-abf3f829846f0884 /work/test/loopback |
| 861 | 2026-07-20T10:33:44.569Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-4247f464b7c8ebdb /work/test/multicast_rx |
| 862 | 2026-07-20T10:33:44.615Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-e22b11dd4e68cab9 /work/test/multicast_multi_sub |
| 863 | 2026-07-20T10:33:44.663Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-730a89e8c9a1db92 /work/test/multicast_validation |
| 864 | 2026-07-20T10:33:44.709Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-f457d6d9a62dc14f /work/test/multicast_source_filter |
| 865 | 2026-07-20T10:33:44.755Z | process exited: duration 239559 ms, exit code 0 |
| |
| 866 | 2026-07-20T10:33:44.777Z | found 14 output files |
| 867 | 2026-07-20T10:33:44.777Z | uploading: /work/debug/xde.dbg (94731064 bytes) |
| 868 | 2026-07-20T10:33:46.355Z | uploaded: /work/debug/xde.dbg |
| 869 | 2026-07-20T10:33:46.358Z | uploading: /work/debug/xde.dbg.sha256 (86 bytes) |
| 870 | 2026-07-20T10:33:47.365Z | uploaded: /work/debug/xde.dbg.sha256 |
| 871 | 2026-07-20T10:33:47.366Z | uploading: /work/debug/xde_link.dbg.so (1258956 bytes) |
| 872 | 2026-07-20T10:33:48.389Z | uploaded: /work/debug/xde_link.dbg.so |
| 873 | 2026-07-20T10:33:48.389Z | uploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes) |
| 874 | 2026-07-20T10:33:49.398Z | uploaded: /work/debug/xde_link.dbg.so.sha256 |
| 875 | 2026-07-20T10:33:49.398Z | uploading: /work/release/xde (51897008 bytes) |
| 876 | 2026-07-20T10:33:50.745Z | uploaded: /work/release/xde |
| 877 | 2026-07-20T10:33:50.746Z | uploading: /work/release/xde.sha256 (84 bytes) |
| 878 | 2026-07-20T10:33:51.756Z | uploaded: /work/release/xde.sha256 |
| 879 | 2026-07-20T10:33:51.756Z | uploading: /work/release/xde_link.so (45116 bytes) |
| 880 | 2026-07-20T10:33:52.767Z | uploaded: /work/release/xde_link.so |
| 881 | 2026-07-20T10:33:52.767Z | uploading: /work/release/xde_link.so.sha256 (92 bytes) |
| 882 | 2026-07-20T10:33:53.777Z | uploaded: /work/release/xde_link.so.sha256 |
| 883 | 2026-07-20T10:33:53.777Z | uploading: /work/test/loopback (51504104 bytes) |
| 884 | 2026-07-20T10:33:55.075Z | uploaded: /work/test/loopback |
| 885 | 2026-07-20T10:33:55.076Z | uploading: /work/test/multicast_rx (51800384 bytes) |
| 886 | 2026-07-20T10:33:56.403Z | uploaded: /work/test/multicast_rx |
| 887 | 2026-07-20T10:33:56.403Z | uploading: /work/test/multicast_multi_sub (55915480 bytes) |
| 888 | 2026-07-20T10:33:57.747Z | uploaded: /work/test/multicast_multi_sub |
| 889 | 2026-07-20T10:33:57.747Z | uploading: /work/test/multicast_validation (51954856 bytes) |
| 890 | 2026-07-20T10:33:59.020Z | uploaded: /work/test/multicast_validation |
| 891 | 2026-07-20T10:33:59.020Z | uploading: /work/test/multicast_source_filter (52261192 bytes) |
| 892 | 2026-07-20T10:34:00.331Z | uploaded: /work/test/multicast_source_filter |
| 893 | 2026-07-20T10:34:00.331Z | uploading: /work/xde.conf (79 bytes) |
| 894 | 2026-07-20T10:34:01.340Z | uploaded: /work/xde.conf |