|
|
|
| 1 | 2026-07-08T00:02:34.410Z | job assigned to worker 01KWZGFHK1K720GG2Y1CYV18NV [factory aws, i-0fd19eb7cb715a167] (queued for 58 s) |
| |
| 2 | 2026-07-08T00:02:43.374Z | starting task 0: "setup" |
| 3 | 2026-07-08T00:02:43.378Z | ++ uname -s |
| 4 | 2026-07-08T00:02:43.381Z | + kern=SunOS |
| 5 | 2026-07-08T00:02:43.381Z | + build_user=build |
| 6 | 2026-07-08T00:02:43.381Z | + build_uid=12345 |
| 7 | 2026-07-08T00:02:43.381Z | + work_dir=/work |
| 8 | 2026-07-08T00:02:43.381Z | + input_dir=/input |
| 9 | 2026-07-08T00:02:43.381Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-08T00:02:43.381Z | + case "$kern" in |
| 11 | 2026-07-08T00:02:43.381Z | + groupadd -g 12345 build |
| 12 | 2026-07-08T00:02:43.386Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-08T00:02:45.391Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-08T00:02:45.474Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-08T00:02:45.477Z | + home_fs=zfs |
| 16 | 2026-07-08T00:02:45.477Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-08T00:02:45.477Z | + mkdir -p /home/build |
| 18 | 2026-07-08T00:02:45.477Z | + chown build:build /home/build /work |
| 19 | 2026-07-08T00:02:47.479Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-08T00:02:47.483Z | process exited: duration 4109 ms, exit code 0 |
| |
| 21 | 2026-07-08T00:02:47.490Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-08T00:02:47.495Z | * rust toolchain channel = "1.96.0" |
| 23 | 2026-07-08T00:02:47.495Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.0 |
| 24 | 2026-07-08T00:02:47.495Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-07-08T00:02:47.495Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-07-08T00:02:47.495Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-08T00:02:47.495Z | * rust toolchain profile = "default" |
| 28 | 2026-07-08T00:02:47.499Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-08T00:02:47.499Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default |
| 30 | 2026-07-08T00:02:47.601Z | info: downloading installer |
| 31 | 2026-07-08T00:02:49.006Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-08T00:02:49.006Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-08T00:02:49.006Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-08T00:02:49.006Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-08T00:02:49.018Z | info: profile set to default |
| 36 | 2026-07-08T00:02:49.019Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-08T00:02:49.022Z | info: syncing channel updates for 1.96.0-x86_64-unknown-illumos |
| 38 | 2026-07-08T00:02:49.181Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-07-08T00:02:49.184Z | info: downloading 6 components |
| 40 | 2026-07-08T00:03:04.192Z | |
| 41 | 2026-07-08T00:03:04.193Z | info: default toolchain set to 1.96.0-x86_64-unknown-illumos |
| 42 | 2026-07-08T00:03:04.220Z | 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-07-08T00:03:04.220Z | |
| 44 | 2026-07-08T00:03:04.220Z | |
| 45 | 2026-07-08T00:03:04.220Z | Rust is installed now. Great! |
| 46 | 2026-07-08T00:03:04.220Z | |
| 47 | 2026-07-08T00:03:04.220Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-08T00:03:04.220Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-08T00:03:04.220Z | |
| 50 | 2026-07-08T00:03:04.220Z | To configure your current shell, you need to source |
| 51 | 2026-07-08T00:03:04.220Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-08T00:03:04.220Z | |
| 53 | 2026-07-08T00:03:04.220Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-08T00:03:04.221Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-08T00:03:04.221Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-08T00:03:04.221Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-08T00:03:04.221Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-08T00:03:04.221Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-08T00:03:04.221Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-08T00:03:04.225Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-08T00:03:04.225Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-08T00:03:04.320Z | + rustup --version |
| 63 | 2026-07-08T00:03:04.329Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-08T00:03:04.333Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-08T00:03:04.349Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-07-08T00:03:04.353Z | + cargo --version |
| 67 | 2026-07-08T00:03:04.365Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-07-08T00:03:04.369Z | + rustc --version |
| 69 | 2026-07-08T00:03:04.387Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-07-08T00:03:04.391Z | process exited: duration 16898 ms, exit code 0 |
| |
| 71 | 2026-07-08T00:03:04.398Z | starting task 2: "authentication" |
| 72 | 2026-07-08T00:03:04.412Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
| 73 | 2026-07-08T00:03:16.441Z | process exited: duration 12043 ms, exit code 0 |
| |
| 74 | 2026-07-08T00:03:16.447Z | starting task 3: "clone repository" |
| 75 | 2026-07-08T00:03:16.452Z | + mkdir -p /work/oxidecomputer/opte |
| 76 | 2026-07-08T00:03:16.455Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 77 | 2026-07-08T00:03:16.484Z | Cloning into '/work/oxidecomputer/opte'... |
| 78 | 2026-07-08T00:03:17.373Z | + cd /work/oxidecomputer/opte |
| 79 | 2026-07-08T00:03:17.373Z | + git fetch origin f4433191fba909e99e9b27e9e9700d916b96f38d |
| 80 | 2026-07-08T00:03:17.589Z | From https://github.com/oxidecomputer/opte |
| 81 | 2026-07-08T00:03:17.589Z | * branch f4433191fba909e99e9b27e9e9700d916b96f38d -> FETCH_HEAD |
| 82 | 2026-07-08T00:03:17.599Z | + [[ -n zl/mcast-tx-ecmp-select-one ]] |
| 83 | 2026-07-08T00:03:17.603Z | ++ git branch --show-current |
| 84 | 2026-07-08T00:03:17.603Z | + current=master |
| 85 | 2026-07-08T00:03:17.603Z | + [[ master != zl/mcast-tx-ecmp-select-one ]] |
| 86 | 2026-07-08T00:03:17.603Z | + git branch -f zl/mcast-tx-ecmp-select-one f4433191fba909e99e9b27e9e9700d916b96f38d |
| 87 | 2026-07-08T00:03:17.603Z | + git checkout -f zl/mcast-tx-ecmp-select-one |
| 88 | 2026-07-08T00:03:17.619Z | Switched to branch 'zl/mcast-tx-ecmp-select-one' |
| 89 | 2026-07-08T00:03:17.622Z | + git reset --hard f4433191fba909e99e9b27e9e9700d916b96f38d |
| 90 | 2026-07-08T00:03:17.634Z | HEAD is now at f443319 [review] Coalesce multicast Tx targets onto one next hop before splitting |
| 91 | 2026-07-08T00:03:17.637Z | process exited: duration 1187 ms, exit code 0 |
| |
| 92 | 2026-07-08T00:03:17.645Z | starting task 4: "build" |
| 93 | 2026-07-08T00:03:17.648Z | + source .github/buildomat/common.sh |
| 94 | 2026-07-08T00:03:17.651Z | ++ rustup show active-toolchain |
| 95 | 2026-07-08T00:03:17.654Z | 1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 96 | 2026-07-08T00:03:17.657Z | ++ pushd xde |
| 97 | 2026-07-08T00:03:17.657Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 98 | 2026-07-08T00:03:17.657Z | ++ rustup show active-toolchain |
| 99 | 2026-07-08T00:03:17.660Z | info: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos |
| 100 | 2026-07-08T00:03:17.813Z | info: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18) |
| 101 | 2026-07-08T00:03:17.816Z | info: downloading 6 components |
| 102 | 2026-07-08T00:03:31.731Z | nightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 103 | 2026-07-08T00:03:31.818Z | +++ rustup show active-toolchain -v |
| 104 | 2026-07-08T00:03:31.821Z | +++ head -n 1 |
| 105 | 2026-07-08T00:03:31.821Z | +++ cut '-d ' -f1 |
| 106 | 2026-07-08T00:03:31.874Z | ++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos |
| 107 | 2026-07-08T00:03:31.874Z | ++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos |
| 108 | 2026-07-08T00:03:31.874Z | ++ popd |
| 109 | 2026-07-08T00:03:31.878Z | /work/oxidecomputer/opte |
| 110 | 2026-07-08T00:03:31.878Z | + TGT_BASE=/work |
| 111 | 2026-07-08T00:03:31.878Z | + DBG_SRC=target/x86_64-unknown-unknown/debug |
| 112 | 2026-07-08T00:03:31.878Z | + DBG_LINK_SRC=target/i686-unknown-illumos/debug |
| 113 | 2026-07-08T00:03:31.878Z | + DBG_TGT=/work/debug |
| 114 | 2026-07-08T00:03:31.878Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 115 | 2026-07-08T00:03:31.878Z | + REL_LINK_SRC=target/i686-unknown-illumos/release |
| 116 | 2026-07-08T00:03:31.878Z | + REL_TGT=/work/release |
| 117 | 2026-07-08T00:03:31.878Z | + mkdir -p /work/debug /work/release |
| 118 | 2026-07-08T00:03:31.878Z | + cargo --version |
| 119 | 2026-07-08T00:03:31.885Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 120 | 2026-07-08T00:03:31.888Z | + rustc --version |
| 121 | 2026-07-08T00:03:31.907Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 122 | 2026-07-08T00:03:31.910Z | + install_pkg jq |
| 123 | 2026-07-08T00:03:31.910Z | + set +o errexit |
| 124 | 2026-07-08T00:03:31.910Z | + pfexec pkg install jq |
| 125 | 2026-07-08T00:03:35.373Z | Startup: Refreshing catalog 'helios' ... Done |
| 126 | 2026-07-08T00:03:35.482Z | Startup: Caching catalogs ... Done |
| 127 | 2026-07-08T00:03:35.963Z | Planning: Solver setup ... Done |
| 128 | 2026-07-08T00:03:35.987Z | Planning: Running solver ... Done |
| 129 | 2026-07-08T00:03:35.994Z | Planning: Consolidating action changes ... Done |
| 130 | 2026-07-08T00:03:35.998Z | Planning: Evaluating mediators ... Done |
| 131 | 2026-07-08T00:03:35.998Z | Planning: Planning completed in 0.49 seconds |
| 132 | 2026-07-08T00:03:36.011Z | No updates necessary for this image. |
| 133 | 2026-07-08T00:03:36.109Z | + exit_code=4 |
| 134 | 2026-07-08T00:03:36.109Z | + [[ 4 -ne 0 ]] |
| 135 | 2026-07-08T00:03:36.112Z | + [[ 4 -ne 4 ]] |
| 136 | 2026-07-08T00:03:36.112Z | + set -o errexit |
| 137 | 2026-07-08T00:03:36.112Z | + pushd xde |
| 138 | 2026-07-08T00:03:36.112Z | + cp xde.conf /work/xde.conf |
| 139 | 2026-07-08T00:03:36.112Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 140 | 2026-07-08T00:03:36.112Z | + header 'check style' |
| 141 | 2026-07-08T00:03:36.112Z | + echo '# ==== check style ==== #' |
| 142 | 2026-07-08T00:03:36.112Z | # ==== check style ==== # |
| 143 | 2026-07-08T00:03:36.112Z | + ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check |
| 144 | 2026-07-08T00:03:36.323Z | |
| 145 | 2026-07-08T00:03:36.324Z | real 0.207922237 |
| 146 | 2026-07-08T00:03:36.324Z | user 0.152828574 |
| 147 | 2026-07-08T00:03:36.324Z | sys 0.046265403 |
| 148 | 2026-07-08T00:03:36.324Z | trap 0.000007080 |
| 149 | 2026-07-08T00:03:36.327Z | tflt 0.000153620 |
| 150 | 2026-07-08T00:03:36.327Z | dflt 0.000033180 |
| 151 | 2026-07-08T00:03:36.327Z | kflt 0.000000000 |
| 152 | 2026-07-08T00:03:36.327Z | lock 0.042508978 |
| 153 | 2026-07-08T00:03:36.327Z | slp 0.186386639 |
| 154 | 2026-07-08T00:03:36.327Z | lat 0.001031510 |
| 155 | 2026-07-08T00:03:36.327Z | stop 0.000115460 |
| 156 | 2026-07-08T00:03:36.327Z | + header analyze |
| 157 | 2026-07-08T00:03:36.327Z | + echo '# ==== analyze ==== #' |
| 158 | 2026-07-08T00:03:36.327Z | # ==== analyze ==== # |
| 159 | 2026-07-08T00:03:36.327Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 160 | 2026-07-08T00:03:36.522Z | Updating crates.io index |
| 161 | 2026-07-08T00:03:36.525Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 162 | 2026-07-08T00:03:37.152Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 163 | 2026-07-08T00:03:37.396Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 164 | 2026-07-08T00:03:37.620Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 165 | 2026-07-08T00:03:37.914Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 166 | 2026-07-08T00:03:38.146Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 167 | 2026-07-08T00:03:38.402Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 168 | 2026-07-08T00:03:40.307Z | Downloading crates ... |
| 169 | 2026-07-08T00:03:40.348Z | Downloaded darling_macro v0.21.3 |
| 170 | 2026-07-08T00:03:40.357Z | Downloaded darling_core v0.21.3 |
| 171 | 2026-07-08T00:03:40.360Z | Downloaded defmt v1.1.0 |
| 172 | 2026-07-08T00:03:40.364Z | Downloaded strsim v0.11.1 |
| 173 | 2026-07-08T00:03:40.367Z | Downloaded defmt-parser v1.0.0 |
| 174 | 2026-07-08T00:03:40.373Z | Downloaded embedded-io v0.4.0 |
| 175 | 2026-07-08T00:03:40.377Z | Downloaded bitflags v1.3.2 |
| 176 | 2026-07-08T00:03:40.380Z | Downloaded defmt-macros v1.1.0 |
| 177 | 2026-07-08T00:03:40.386Z | Downloaded hash32 v0.3.1 |
| 178 | 2026-07-08T00:03:40.388Z | Downloaded ref-cast-impl v1.0.25 |
| 179 | 2026-07-08T00:03:40.395Z | Downloaded ingot-types v0.1.2 |
| 180 | 2026-07-08T00:03:40.402Z | Downloaded darling v0.21.3 |
| 181 | 2026-07-08T00:03:40.405Z | Downloaded ingot v0.1.1 |
| 182 | 2026-07-08T00:03:40.409Z | Downloaded managed v0.8.0 |
| 183 | 2026-07-08T00:03:40.413Z | Downloaded darling_macro v0.23.0 |
| 184 | 2026-07-08T00:03:40.413Z | Downloaded dyn-clone v1.0.20 |
| 185 | 2026-07-08T00:03:40.413Z | Downloaded fnv v1.0.7 |
| 186 | 2026-07-08T00:03:40.421Z | Downloaded bitflags v2.13.0 |
| 187 | 2026-07-08T00:03:40.425Z | Downloaded cfg-if v1.0.4 |
| 188 | 2026-07-08T00:03:40.428Z | Downloaded version_check v0.9.5 |
| 189 | 2026-07-08T00:03:40.431Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 190 | 2026-07-08T00:03:40.434Z | Downloaded ref-cast v1.0.25 |
| 191 | 2026-07-08T00:03:40.434Z | Downloaded macaddr v1.0.1 |
| 192 | 2026-07-08T00:03:40.438Z | Downloaded cobs v0.3.0 |
| 193 | 2026-07-08T00:03:40.441Z | Downloaded defmt v0.3.100 |
| 194 | 2026-07-08T00:03:40.441Z | Downloaded ident_case v1.0.1 |
| 195 | 2026-07-08T00:03:40.446Z | Downloaded embedded-io v0.6.1 |
| 196 | 2026-07-08T00:03:40.448Z | Downloaded quote v1.0.46 |
| 197 | 2026-07-08T00:03:40.448Z | Downloaded proc-macro-error2 v2.0.1 |
| 198 | 2026-07-08T00:03:40.451Z | Downloaded stable_deref_trait v1.2.1 |
| 199 | 2026-07-08T00:03:40.457Z | Downloaded proc-macro2 v1.0.106 |
| 200 | 2026-07-08T00:03:40.460Z | Downloaded uuid v1.23.3 |
| 201 | 2026-07-08T00:03:40.469Z | Downloaded either v1.16.0 |
| 202 | 2026-07-08T00:03:40.471Z | Downloaded byteorder v1.5.0 |
| 203 | 2026-07-08T00:03:40.474Z | Downloaded postcard v1.1.3 |
| 204 | 2026-07-08T00:03:40.478Z | Downloaded crc32fast v1.5.0 |
| 205 | 2026-07-08T00:03:40.481Z | Downloaded thiserror v2.0.18 |
| 206 | 2026-07-08T00:03:40.484Z | Downloaded thiserror-impl v2.0.18 |
| 207 | 2026-07-08T00:03:40.484Z | Downloaded serde_core v1.0.228 |
| 208 | 2026-07-08T00:03:40.488Z | Downloaded ingot-macros v0.1.1 |
| 209 | 2026-07-08T00:03:40.505Z | Downloaded unicode-ident v1.0.24 |
| 210 | 2026-07-08T00:03:40.512Z | Downloaded darling_core v0.23.0 |
| 211 | 2026-07-08T00:03:40.522Z | Downloaded darling v0.23.0 |
| 212 | 2026-07-08T00:03:40.526Z | Downloaded memchr v2.8.2 |
| 213 | 2026-07-08T00:03:40.529Z | Downloaded serde v1.0.228 |
| 214 | 2026-07-08T00:03:40.532Z | Downloaded serde_derive v1.0.228 |
| 215 | 2026-07-08T00:03:40.539Z | Downloaded heapless v0.8.0 |
| 216 | 2026-07-08T00:03:40.550Z | Downloaded zerocopy-derive v0.8.52 |
| 217 | 2026-07-08T00:03:40.561Z | Downloaded aho-corasick v1.1.4 |
| 218 | 2026-07-08T00:03:40.577Z | Downloaded itertools v0.14.0 |
| 219 | 2026-07-08T00:03:40.580Z | Downloaded itertools v0.15.0 |
| 220 | 2026-07-08T00:03:40.589Z | Downloaded regex v1.12.4 |
| 221 | 2026-07-08T00:03:40.592Z | Downloaded regex-syntax v0.8.11 |
| 222 | 2026-07-08T00:03:40.620Z | Downloaded zerocopy v0.8.52 |
| 223 | 2026-07-08T00:03:40.630Z | Downloaded syn v2.0.118 |
| 224 | 2026-07-08T00:03:40.635Z | Downloaded smoltcp v0.11.0 |
| 225 | 2026-07-08T00:03:40.644Z | Downloaded regex-automata v0.4.14 |
| 226 | 2026-07-08T00:03:40.656Z | Updating crates.io index |
| 227 | 2026-07-08T00:03:40.710Z | Downloading crates ... |
| 228 | 2026-07-08T00:03:40.725Z | Downloaded addr2line v0.25.1 |
| 229 | 2026-07-08T00:03:40.733Z | Downloaded getopts v0.2.24 |
| 230 | 2026-07-08T00:03:40.736Z | Downloaded adler2 v2.0.1 |
| 231 | 2026-07-08T00:03:40.739Z | Downloaded foldhash v0.2.0 |
| 232 | 2026-07-08T00:03:40.744Z | Downloaded rustc-literal-escaper v0.0.7 |
| 233 | 2026-07-08T00:03:40.752Z | Downloaded rustc-demangle v0.1.27 |
| 234 | 2026-07-08T00:03:40.762Z | Downloaded memchr v2.7.6 |
| 235 | 2026-07-08T00:03:40.779Z | Downloaded miniz_oxide v0.8.9 |
| 236 | 2026-07-08T00:03:40.796Z | Downloaded hashbrown v0.17.1 |
| 237 | 2026-07-08T00:03:40.806Z | Downloaded gimli v0.32.3 |
| 238 | 2026-07-08T00:03:40.816Z | Downloaded object v0.37.3 |
| 239 | 2026-07-08T00:03:40.854Z | Downloaded libc v0.2.185 |
| 240 | 2026-07-08T00:03:40.907Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 241 | 2026-07-08T00:03:40.907Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 242 | 2026-07-08T00:03:40.907Z | Compiling proc-macro2 v1.0.106 |
| 243 | 2026-07-08T00:03:40.910Z | Compiling unicode-ident v1.0.24 |
| 244 | 2026-07-08T00:03:40.910Z | Compiling quote v1.0.46 |
| 245 | 2026-07-08T00:03:40.910Z | Compiling ident_case v1.0.1 |
| 246 | 2026-07-08T00:03:40.910Z | Compiling strsim v0.11.1 |
| 247 | 2026-07-08T00:03:40.910Z | Compiling serde_core v1.0.228 |
| 248 | 2026-07-08T00:03:41.084Z | Compiling fnv v1.0.7 |
| 249 | 2026-07-08T00:03:41.087Z | Compiling memchr v2.8.2 |
| 250 | 2026-07-08T00:03:41.176Z | Compiling regex-syntax v0.8.11 |
| 251 | 2026-07-08T00:03:41.373Z | Compiling serde v1.0.228 |
| 252 | 2026-07-08T00:03:41.385Z | Compiling thiserror v2.0.18 |
| 253 | 2026-07-08T00:03:41.416Z | Compiling either v1.16.0 |
| 254 | 2026-07-08T00:03:41.506Z | Compiling aho-corasick v1.1.4 |
| 255 | 2026-07-08T00:03:41.623Z | Compiling zerocopy v0.8.52 |
| 256 | 2026-07-08T00:03:41.805Z | Compiling itertools v0.14.0 |
| 257 | 2026-07-08T00:03:41.812Z | Compiling heapless v0.8.0 |
| 258 | 2026-07-08T00:03:42.195Z | Compiling syn v2.0.118 |
| 259 | 2026-07-08T00:03:42.237Z | Compiling smoltcp v0.11.0 |
| 260 | 2026-07-08T00:03:42.275Z | Compiling crc32fast v1.5.0 |
| 261 | 2026-07-08T00:03:42.301Z | Compiling ref-cast v1.0.25 |
| 262 | 2026-07-08T00:03:42.609Z | Compiling version_check v0.9.5 |
| 263 | 2026-07-08T00:03:42.662Z | Compiling regex-automata v0.4.14 |
| 264 | 2026-07-08T00:03:42.980Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 265 | 2026-07-08T00:03:44.228Z | Compiling regex v1.12.4 |
| 266 | 2026-07-08T00:03:44.484Z | Compiling darling_core v0.21.3 |
| 267 | 2026-07-08T00:03:44.526Z | Compiling darling_core v0.23.0 |
| 268 | 2026-07-08T00:03:45.347Z | Compiling zerocopy-derive v0.8.52 |
| 269 | 2026-07-08T00:03:45.347Z | Compiling serde_derive v1.0.228 |
| 270 | 2026-07-08T00:03:45.350Z | Compiling thiserror-impl v2.0.18 |
| 271 | 2026-07-08T00:03:45.350Z | Compiling ref-cast-impl v1.0.25 |
| 272 | 2026-07-08T00:03:45.350Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 273 | 2026-07-08T00:03:47.073Z | Compiling darling_macro v0.23.0 |
| 274 | 2026-07-08T00:03:47.164Z | Compiling darling_macro v0.21.3 |
| 275 | 2026-07-08T00:03:47.963Z | Compiling darling v0.23.0 |
| 276 | 2026-07-08T00:03:48.029Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 277 | 2026-07-08T00:03:48.055Z | Compiling darling v0.21.3 |
| 278 | 2026-07-08T00:03:48.118Z | Compiling ingot-macros v0.1.1 |
| 279 | 2026-07-08T00:03:53.004Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 280 | 2026-07-08T00:03:55.135Z | Checking byteorder v1.5.0 |
| 281 | 2026-07-08T00:03:55.135Z | Checking macaddr v1.0.1 |
| 282 | 2026-07-08T00:03:55.135Z | Checking stable_deref_trait v1.2.1 |
| 283 | 2026-07-08T00:03:55.138Z | Checking cfg-if v1.0.4 |
| 284 | 2026-07-08T00:03:55.138Z | Checking bitflags v1.3.2 |
| 285 | 2026-07-08T00:03:55.187Z | Checking managed v0.8.0 |
| 286 | 2026-07-08T00:03:55.218Z | Checking cobs v0.3.0 |
| 287 | 2026-07-08T00:03:55.271Z | Checking dyn-clone v1.0.20 |
| 288 | 2026-07-08T00:03:55.285Z | Checking hash32 v0.3.1 |
| 289 | 2026-07-08T00:03:55.336Z | Checking itertools v0.15.0 |
| 290 | 2026-07-08T00:03:55.338Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 291 | 2026-07-08T00:03:56.496Z | Checking bitflags v2.13.0 |
| 292 | 2026-07-08T00:03:56.499Z | Checking uuid v1.23.3 |
| 293 | 2026-07-08T00:03:56.640Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 294 | 2026-07-08T00:03:56.856Z | Checking postcard v1.1.3 |
| 295 | 2026-07-08T00:03:57.771Z | Checking ingot-types v0.1.2 |
| 296 | 2026-07-08T00:03:58.045Z | Checking ingot v0.1.1 |
| 297 | 2026-07-08T00:03:59.375Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 298 | 2026-07-08T00:04:03.115Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 299 | 2026-07-08T00:04:04.488Z | Checking xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 300 | 2026-07-08T00:04:06.477Z | Finished `dev` profile [optimized + debuginfo] target(s) in 30.09s |
| 301 | 2026-07-08T00:04:06.579Z | |
| 302 | 2026-07-08T00:04:06.579Z | real 30.249636165 |
| 303 | 2026-07-08T00:04:06.579Z | user 1:14.098957539 |
| 304 | 2026-07-08T00:04:06.579Z | sys 10.304897203 |
| 305 | 2026-07-08T00:04:06.579Z | trap 0.036412035 |
| 306 | 2026-07-08T00:04:06.579Z | tflt 0.074900258 |
| 307 | 2026-07-08T00:04:06.579Z | dflt 0.195749025 |
| 308 | 2026-07-08T00:04:06.579Z | kflt 0.008237506 |
| 309 | 2026-07-08T00:04:06.579Z | lock 5:19.573380353 |
| 310 | 2026-07-08T00:04:06.579Z | slp 3:25.030917354 |
| 311 | 2026-07-08T00:04:06.579Z | lat 2.481691246 |
| 312 | 2026-07-08T00:04:06.579Z | stop 7.861627327 |
| 313 | 2026-07-08T00:04:06.582Z | + pushd xde-link |
| 314 | 2026-07-08T00:04:06.583Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 315 | 2026-07-08T00:04:06.583Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 316 | 2026-07-08T00:04:06.761Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 317 | 2026-07-08T00:04:06.761Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 318 | 2026-07-08T00:04:06.761Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 319 | 2026-07-08T00:04:17.669Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 320 | 2026-07-08T00:04:19.862Z | Finished `dev` profile [optimized + debuginfo] target(s) in 13.22s |
| 321 | 2026-07-08T00:04:19.881Z | |
| 322 | 2026-07-08T00:04:19.881Z | real 13.297075414 |
| 323 | 2026-07-08T00:04:19.881Z | user 20.919121470 |
| 324 | 2026-07-08T00:04:19.881Z | sys 1.275337447 |
| 325 | 2026-07-08T00:04:19.881Z | trap 0.003582300 |
| 326 | 2026-07-08T00:04:19.881Z | tflt 0.016185880 |
| 327 | 2026-07-08T00:04:19.881Z | dflt 0.028294599 |
| 328 | 2026-07-08T00:04:19.881Z | kflt 0.000000000 |
| 329 | 2026-07-08T00:04:19.881Z | lock 1:25.477370149 |
| 330 | 2026-07-08T00:04:19.884Z | slp 44.243687803 |
| 331 | 2026-07-08T00:04:19.885Z | lat 0.264794188 |
| 332 | 2026-07-08T00:04:19.885Z | stop 0.158861862 |
| 333 | 2026-07-08T00:04:19.885Z | + popd |
| 334 | 2026-07-08T00:04:19.885Z | + popd |
| 335 | 2026-07-08T00:04:19.885Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 336 | 2026-07-08T00:04:19.885Z | /work/oxidecomputer/opte |
| 337 | 2026-07-08T00:04:19.885Z | + header 'build xde (debug)' |
| 338 | 2026-07-08T00:04:19.885Z | + echo '# ==== build xde (debug) ==== #' |
| 339 | 2026-07-08T00:04:19.885Z | # ==== build xde (debug) ==== # |
| 340 | 2026-07-08T00:04:19.885Z | + ptime -m cargo xtask build --profile debug xde xde-link |
| 341 | 2026-07-08T00:04:20.022Z | Downloading crates ... |
| 342 | 2026-07-08T00:04:20.070Z | Downloaded anstream v1.0.0 |
| 343 | 2026-07-08T00:04:20.073Z | Downloaded errno v0.3.14 |
| 344 | 2026-07-08T00:04:20.077Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 345 | 2026-07-08T00:04:20.080Z | Downloaded anstyle-query v1.1.5 |
| 346 | 2026-07-08T00:04:20.083Z | Downloaded is_terminal_polyfill v1.70.2 |
| 347 | 2026-07-08T00:04:20.086Z | Downloaded clap_lex v1.1.0 |
| 348 | 2026-07-08T00:04:20.086Z | Downloaded heck v0.5.0 |
| 349 | 2026-07-08T00:04:20.086Z | Downloaded colorchoice v1.0.5 |
| 350 | 2026-07-08T00:04:20.086Z | Downloaded equivalent v1.0.2 |
| 351 | 2026-07-08T00:04:20.089Z | Downloaded utf8parse v0.2.2 |
| 352 | 2026-07-08T00:04:20.089Z | Downloaded anstyle v1.0.14 |
| 353 | 2026-07-08T00:04:20.092Z | Downloaded terminal_size v0.4.4 |
| 354 | 2026-07-08T00:04:20.094Z | Downloaded serde_spanned v1.1.1 |
| 355 | 2026-07-08T00:04:20.102Z | Downloaded cargo-platform v0.3.3 |
| 356 | 2026-07-08T00:04:20.105Z | Downloaded itoa v1.0.18 |
| 357 | 2026-07-08T00:04:20.109Z | Downloaded anstyle-parse v1.0.0 |
| 358 | 2026-07-08T00:04:20.113Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 359 | 2026-07-08T00:04:20.120Z | Downloaded zmij v1.0.21 |
| 360 | 2026-07-08T00:04:20.123Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 361 | 2026-07-08T00:04:20.123Z | Downloaded cargo_metadata v0.23.1 |
| 362 | 2026-07-08T00:04:20.124Z | Downloaded semver v1.0.28 |
| 363 | 2026-07-08T00:04:20.126Z | Downloaded clap_derive v4.6.1 |
| 364 | 2026-07-08T00:04:20.132Z | Downloaded camino v1.2.3 |
| 365 | 2026-07-08T00:04:20.135Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 366 | 2026-07-08T00:04:20.138Z | Downloaded anyhow v1.0.102 |
| 367 | 2026-07-08T00:04:20.141Z | Downloaded clap v4.6.1 |
| 368 | 2026-07-08T00:04:20.166Z | Downloaded indexmap v2.14.0 |
| 369 | 2026-07-08T00:04:20.180Z | Downloaded serde_json v1.0.150 |
| 370 | 2026-07-08T00:04:20.184Z | Downloaded clap_builder v4.6.0 |
| 371 | 2026-07-08T00:04:20.187Z | Downloaded winnow v1.0.3 |
| 372 | 2026-07-08T00:04:20.221Z | Downloaded rustix v1.1.4 |
| 373 | 2026-07-08T00:04:20.250Z | Downloaded libc v0.2.186 |
| 374 | 2026-07-08T00:04:20.296Z | Compiling serde_core v1.0.228 |
| 375 | 2026-07-08T00:04:20.296Z | Compiling proc-macro2 v1.0.106 |
| 376 | 2026-07-08T00:04:20.296Z | Compiling unicode-ident v1.0.24 |
| 377 | 2026-07-08T00:04:20.299Z | Compiling quote v1.0.46 |
| 378 | 2026-07-08T00:04:20.299Z | Compiling libc v0.2.186 |
| 379 | 2026-07-08T00:04:20.300Z | Compiling rustix v1.1.4 |
| 380 | 2026-07-08T00:04:20.300Z | Compiling zmij v1.0.21 |
| 381 | 2026-07-08T00:04:20.300Z | Compiling bitflags v2.13.0 |
| 382 | 2026-07-08T00:04:20.470Z | Compiling utf8parse v0.2.2 |
| 383 | 2026-07-08T00:04:20.572Z | Compiling anstyle-parse v1.0.0 |
| 384 | 2026-07-08T00:04:20.660Z | Compiling serde_json v1.0.150 |
| 385 | 2026-07-08T00:04:20.660Z | Compiling anstyle-query v1.1.5 |
| 386 | 2026-07-08T00:04:20.757Z | Compiling thiserror v2.0.18 |
| 387 | 2026-07-08T00:04:20.778Z | Compiling colorchoice v1.0.5 |
| 388 | 2026-07-08T00:04:20.778Z | Compiling serde v1.0.228 |
| 389 | 2026-07-08T00:04:20.840Z | Compiling anstyle v1.0.14 |
| 390 | 2026-07-08T00:04:20.869Z | Compiling is_terminal_polyfill v1.70.2 |
| 391 | 2026-07-08T00:04:20.883Z | Compiling camino v1.2.3 |
| 392 | 2026-07-08T00:04:21.066Z | Compiling errno v0.3.14 |
| 393 | 2026-07-08T00:04:21.096Z | Compiling anstream v1.0.0 |
| 394 | 2026-07-08T00:04:21.099Z | Compiling itoa v1.0.18 |
| 395 | 2026-07-08T00:04:21.248Z | Compiling heck v0.5.0 |
| 396 | 2026-07-08T00:04:21.256Z | Compiling winnow v1.0.3 |
| 397 | 2026-07-08T00:04:21.348Z | Compiling strsim v0.11.1 |
| 398 | 2026-07-08T00:04:21.483Z | Compiling anyhow v1.0.102 |
| 399 | 2026-07-08T00:04:21.519Z | Compiling memchr v2.8.2 |
| 400 | 2026-07-08T00:04:21.600Z | Compiling syn v2.0.118 |
| 401 | 2026-07-08T00:04:21.639Z | Compiling clap_lex v1.1.0 |
| 402 | 2026-07-08T00:04:21.711Z | Compiling terminal_size v0.4.4 |
| 403 | 2026-07-08T00:04:21.861Z | Compiling clap_builder v4.6.0 |
| 404 | 2026-07-08T00:04:21.988Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 405 | 2026-07-08T00:04:22.034Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 406 | 2026-07-08T00:04:22.537Z | Compiling cargo-platform v0.3.3 |
| 407 | 2026-07-08T00:04:22.663Z | Compiling semver v1.0.28 |
| 408 | 2026-07-08T00:04:22.806Z | Compiling serde_spanned v1.1.1 |
| 409 | 2026-07-08T00:04:23.117Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 410 | 2026-07-08T00:04:23.299Z | Compiling toml v1.1.2+spec-1.1.0 |
| 411 | 2026-07-08T00:04:23.749Z | Compiling serde_derive v1.0.228 |
| 412 | 2026-07-08T00:04:23.816Z | Compiling thiserror-impl v2.0.18 |
| 413 | 2026-07-08T00:04:24.270Z | Compiling clap_derive v4.6.1 |
| 414 | 2026-07-08T00:04:25.845Z | Compiling clap v4.6.1 |
| 415 | 2026-07-08T00:04:26.692Z | Compiling cargo_metadata v0.23.1 |
| 416 | 2026-07-08T00:04:29.215Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 417 | 2026-07-08T00:04:30.777Z | Finished `dev` profile [optimized + debuginfo] target(s) in 10.88s |
| 418 | 2026-07-08T00:04:30.791Z | Running `target/debug/xtask build --profile debug xde xde-link` |
| 419 | 2026-07-08T00:04:32.214Z | Building xde (dev). |
| 420 | 2026-07-08T00:04:32.441Z | Compiling serde_core v1.0.228 |
| 421 | 2026-07-08T00:04:32.445Z | Compiling byteorder v1.5.0 |
| 422 | 2026-07-08T00:04:32.445Z | Compiling stable_deref_trait v1.2.1 |
| 423 | 2026-07-08T00:04:32.445Z | Compiling cfg-if v1.0.4 |
| 424 | 2026-07-08T00:04:32.445Z | Compiling macaddr v1.0.1 |
| 425 | 2026-07-08T00:04:32.469Z | Compiling thiserror v2.0.18 |
| 426 | 2026-07-08T00:04:32.472Z | Compiling zerocopy v0.8.52 |
| 427 | 2026-07-08T00:04:32.475Z | Compiling managed v0.8.0 |
| 428 | 2026-07-08T00:04:32.515Z | Compiling bitflags v1.3.2 |
| 429 | 2026-07-08T00:04:32.523Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 430 | 2026-07-08T00:04:32.558Z | Compiling cobs v0.3.0 |
| 431 | 2026-07-08T00:04:32.578Z | Compiling either v1.16.0 |
| 432 | 2026-07-08T00:04:32.631Z | Compiling hash32 v0.3.1 |
| 433 | 2026-07-08T00:04:32.697Z | Compiling ref-cast v1.0.25 |
| 434 | 2026-07-08T00:04:32.713Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 435 | 2026-07-08T00:04:32.755Z | Compiling heapless v0.8.0 |
| 436 | 2026-07-08T00:04:32.785Z | Compiling itertools v0.15.0 |
| 437 | 2026-07-08T00:04:32.785Z | Compiling crc32fast v1.5.0 |
| 438 | 2026-07-08T00:04:32.805Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 439 | 2026-07-08T00:04:32.824Z | Compiling dyn-clone v1.0.20 |
| 440 | 2026-07-08T00:04:32.974Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 441 | 2026-07-08T00:04:33.127Z | Compiling smoltcp v0.11.0 |
| 442 | 2026-07-08T00:04:34.031Z | Compiling bitflags v2.13.0 |
| 443 | 2026-07-08T00:04:34.031Z | Compiling serde v1.0.228 |
| 444 | 2026-07-08T00:04:34.031Z | Compiling uuid v1.23.3 |
| 445 | 2026-07-08T00:04:34.165Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 446 | 2026-07-08T00:04:34.444Z | Compiling postcard v1.1.3 |
| 447 | 2026-07-08T00:04:35.255Z | Compiling ingot-types v0.1.2 |
| 448 | 2026-07-08T00:04:35.537Z | Compiling ingot v0.1.1 |
| 449 | 2026-07-08T00:04:36.994Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 450 | 2026-07-08T00:04:41.300Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 451 | 2026-07-08T00:04:51.667Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 452 | 2026-07-08T00:05:00.226Z | Finished `dev` profile [optimized + debuginfo] target(s) in 27.98s |
| 453 | 2026-07-08T00:05:00.251Z | Linking xde kmod... |
| 454 | 2026-07-08T00:05:01.389Z | Building xde dev link helper (dev). |
| 455 | 2026-07-08T00:05:01.546Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 456 | 2026-07-08T00:05:01.883Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.46s |
| 457 | 2026-07-08T00:05:01.907Z | |
| 458 | 2026-07-08T00:05:01.910Z | real 42.022439112 |
| 459 | 2026-07-08T00:05:01.910Z | user 2:18.073758436 |
| 460 | 2026-07-08T00:05:01.910Z | sys 10.982441773 |
| 461 | 2026-07-08T00:05:01.910Z | trap 0.062661335 |
| 462 | 2026-07-08T00:05:01.910Z | tflt 0.381220159 |
| 463 | 2026-07-08T00:05:01.910Z | dflt 0.333276057 |
| 464 | 2026-07-08T00:05:01.910Z | kflt 0.000002290 |
| 465 | 2026-07-08T00:05:01.910Z | lock 7:01.946552781 |
| 466 | 2026-07-08T00:05:01.910Z | slp 3:53.588865932 |
| 467 | 2026-07-08T00:05:01.910Z | lat 6.326951636 |
| 468 | 2026-07-08T00:05:01.910Z | stop 5.626455464 |
| 469 | 2026-07-08T00:05:01.910Z | + header 'build xde (release)' |
| 470 | 2026-07-08T00:05:01.910Z | + echo '# ==== build xde (release) ==== #' |
| 471 | 2026-07-08T00:05:01.910Z | # ==== build xde (release) ==== # |
| 472 | 2026-07-08T00:05:01.910Z | + ptime -m cargo xtask build --profile release xde xde-link |
| 473 | 2026-07-08T00:05:02.096Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s |
| 474 | 2026-07-08T00:05:02.100Z | Running `target/debug/xtask build --profile release xde xde-link` |
| 475 | 2026-07-08T00:05:02.233Z | Building xde (release-lto). |
| 476 | 2026-07-08T00:05:02.462Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 477 | 2026-07-08T00:05:02.462Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 478 | 2026-07-08T00:05:02.462Z | Compiling proc-macro2 v1.0.106 |
| 479 | 2026-07-08T00:05:02.462Z | Compiling unicode-ident v1.0.24 |
| 480 | 2026-07-08T00:05:02.462Z | Compiling quote v1.0.46 |
| 481 | 2026-07-08T00:05:02.465Z | Compiling ident_case v1.0.1 |
| 482 | 2026-07-08T00:05:02.465Z | Compiling strsim v0.11.1 |
| 483 | 2026-07-08T00:05:02.482Z | Compiling serde_core v1.0.228 |
| 484 | 2026-07-08T00:05:02.578Z | Compiling memchr v2.8.2 |
| 485 | 2026-07-08T00:05:02.582Z | Compiling fnv v1.0.7 |
| 486 | 2026-07-08T00:05:02.660Z | Compiling regex-syntax v0.8.11 |
| 487 | 2026-07-08T00:05:02.826Z | Compiling zerocopy v0.8.52 |
| 488 | 2026-07-08T00:05:02.830Z | Compiling thiserror v2.0.18 |
| 489 | 2026-07-08T00:05:02.844Z | Compiling serde v1.0.228 |
| 490 | 2026-07-08T00:05:02.967Z | Compiling aho-corasick v1.1.4 |
| 491 | 2026-07-08T00:05:03.201Z | Compiling either v1.16.0 |
| 492 | 2026-07-08T00:05:03.235Z | Compiling heapless v0.8.0 |
| 493 | 2026-07-08T00:05:03.372Z | Compiling itertools v0.14.0 |
| 494 | 2026-07-08T00:05:03.431Z | Compiling smoltcp v0.11.0 |
| 495 | 2026-07-08T00:05:03.584Z | Compiling syn v2.0.118 |
| 496 | 2026-07-08T00:05:03.652Z | Compiling ref-cast v1.0.25 |
| 497 | 2026-07-08T00:05:03.696Z | Compiling crc32fast v1.5.0 |
| 498 | 2026-07-08T00:05:03.866Z | Compiling version_check v0.9.5 |
| 499 | 2026-07-08T00:05:04.053Z | Compiling regex-automata v0.4.14 |
| 500 | 2026-07-08T00:05:04.163Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 501 | 2026-07-08T00:05:05.582Z | Compiling regex v1.12.4 |
| 502 | 2026-07-08T00:05:05.913Z | Compiling darling_core v0.21.3 |
| 503 | 2026-07-08T00:05:05.948Z | Compiling darling_core v0.23.0 |
| 504 | 2026-07-08T00:05:06.696Z | Compiling zerocopy-derive v0.8.52 |
| 505 | 2026-07-08T00:05:06.696Z | Compiling serde_derive v1.0.228 |
| 506 | 2026-07-08T00:05:06.696Z | Compiling thiserror-impl v2.0.18 |
| 507 | 2026-07-08T00:05:06.696Z | Compiling ref-cast-impl v1.0.25 |
| 508 | 2026-07-08T00:05:06.699Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 509 | 2026-07-08T00:05:08.302Z | Compiling darling_macro v0.21.3 |
| 510 | 2026-07-08T00:05:08.439Z | Compiling darling_macro v0.23.0 |
| 511 | 2026-07-08T00:05:09.246Z | Compiling darling v0.21.3 |
| 512 | 2026-07-08T00:05:09.306Z | Compiling ingot-macros v0.1.1 |
| 513 | 2026-07-08T00:05:09.324Z | Compiling darling v0.23.0 |
| 514 | 2026-07-08T00:05:09.383Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 515 | 2026-07-08T00:05:14.993Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 516 | 2026-07-08T00:05:17.117Z | Compiling byteorder v1.5.0 |
| 517 | 2026-07-08T00:05:17.117Z | Compiling cfg-if v1.0.4 |
| 518 | 2026-07-08T00:05:17.120Z | Compiling macaddr v1.0.1 |
| 519 | 2026-07-08T00:05:17.120Z | Compiling stable_deref_trait v1.2.1 |
| 520 | 2026-07-08T00:05:17.176Z | Compiling managed v0.8.0 |
| 521 | 2026-07-08T00:05:17.182Z | Compiling bitflags v1.3.2 |
| 522 | 2026-07-08T00:05:17.215Z | Compiling cobs v0.3.0 |
| 523 | 2026-07-08T00:05:17.301Z | Compiling hash32 v0.3.1 |
| 524 | 2026-07-08T00:05:17.420Z | Compiling itertools v0.15.0 |
| 525 | 2026-07-08T00:05:17.427Z | Compiling dyn-clone v1.0.20 |
| 526 | 2026-07-08T00:05:17.482Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 527 | 2026-07-08T00:05:18.716Z | Compiling bitflags v2.13.0 |
| 528 | 2026-07-08T00:05:18.719Z | Compiling uuid v1.23.3 |
| 529 | 2026-07-08T00:05:18.860Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 530 | 2026-07-08T00:05:19.147Z | Compiling postcard v1.1.3 |
| 531 | 2026-07-08T00:05:20.012Z | Compiling ingot-types v0.1.2 |
| 532 | 2026-07-08T00:05:20.328Z | Compiling ingot v0.1.1 |
| 533 | 2026-07-08T00:05:21.873Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 534 | 2026-07-08T00:05:25.663Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 535 | 2026-07-08T00:05:34.396Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 536 | 2026-07-08T00:06:04.634Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 02s |
| 537 | 2026-07-08T00:06:04.658Z | Linking xde kmod... |
| 538 | 2026-07-08T00:06:05.249Z | Building xde dev link helper (release). |
| 539 | 2026-07-08T00:06:05.402Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 540 | 2026-07-08T00:06:05.403Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 541 | 2026-07-08T00:06:05.403Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 542 | 2026-07-08T00:06:16.993Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 543 | 2026-07-08T00:06:19.474Z | Finished `release` profile [optimized + debuginfo] target(s) in 14.19s |
| 544 | 2026-07-08T00:06:19.493Z | |
| 545 | 2026-07-08T00:06:19.498Z | real 1:17.581863366 |
| 546 | 2026-07-08T00:06:19.498Z | user 2:10.851936874 |
| 547 | 2026-07-08T00:06:19.498Z | sys 12.738176553 |
| 548 | 2026-07-08T00:06:19.498Z | trap 0.031385783 |
| 549 | 2026-07-08T00:06:19.498Z | tflt 0.191954048 |
| 550 | 2026-07-08T00:06:19.498Z | dflt 0.216885663 |
| 551 | 2026-07-08T00:06:19.498Z | kflt 0.000014070 |
| 552 | 2026-07-08T00:06:19.498Z | lock 12:18.882109994 |
| 553 | 2026-07-08T00:06:19.498Z | slp 6:11.572955033 |
| 554 | 2026-07-08T00:06:19.498Z | lat 2.864908810 |
| 555 | 2026-07-08T00:06:19.498Z | stop 5.829567700 |
| 556 | 2026-07-08T00:06:19.498Z | + elfdump target/x86_64-unknown-unknown/debug/xde.dbg |
| 557 | 2026-07-08T00:06:19.498Z | + grep GOTPCREL |
| 558 | 2026-07-08T00:06:21.305Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 559 | 2026-07-08T00:06:21.309Z | + grep GOTPCREL |
| 560 | 2026-07-08T00:06:22.256Z | + cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/ |
| 561 | 2026-07-08T00:06:22.317Z | + sha256sum /work/debug/xde.dbg |
| 562 | 2026-07-08T00:06:22.371Z | + cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so |
| 563 | 2026-07-08T00:06:22.374Z | + sha256sum /work/debug/xde_link.dbg.so |
| 564 | 2026-07-08T00:06:22.377Z | + cp target/x86_64-unknown-unknown/release-lto/xde /work/release/ |
| 565 | 2026-07-08T00:06:22.416Z | + sha256sum /work/release/xde |
| 566 | 2026-07-08T00:06:22.447Z | + cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so |
| 567 | 2026-07-08T00:06:22.450Z | + sha256sum /work/release/xde_link.so |
| 568 | 2026-07-08T00:06:22.453Z | + header 'build xde integration tests' |
| 569 | 2026-07-08T00:06:22.453Z | + echo '# ==== build xde integration tests ==== #' |
| 570 | 2026-07-08T00:06:22.453Z | + pushd xde-tests |
| 571 | 2026-07-08T00:06:22.453Z | # ==== build xde integration tests ==== # |
| 572 | 2026-07-08T00:06:22.453Z | /work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte |
| 573 | 2026-07-08T00:06:22.453Z | + cargo +nightly-2026-06-19-x86_64-unknown-illumos fmt -- --check |
| 574 | 2026-07-08T00:06:22.535Z | + cargo clippy --all-targets -- --deny warnings |
| 575 | 2026-07-08T00:06:22.743Z | Compiling serde_core v1.0.228 |
| 576 | 2026-07-08T00:06:22.743Z | Checking cfg-if v1.0.4 |
| 577 | 2026-07-08T00:06:22.743Z | Checking memchr v2.8.2 |
| 578 | 2026-07-08T00:06:22.743Z | Compiling serde v1.0.228 |
| 579 | 2026-07-08T00:06:22.746Z | Compiling rustversion v1.0.22 |
| 580 | 2026-07-08T00:06:22.746Z | Compiling strsim v0.11.1 |
| 581 | 2026-07-08T00:06:22.746Z | Compiling version_check v0.9.5 |
| 582 | 2026-07-08T00:06:22.746Z | Compiling syn v2.0.118 |
| 583 | 2026-07-08T00:06:22.811Z | Compiling ident_case v1.0.1 |
| 584 | 2026-07-08T00:06:22.911Z | Compiling libc v0.2.186 |
| 585 | 2026-07-08T00:06:23.041Z | Compiling fnv v1.0.7 |
| 586 | 2026-07-08T00:06:23.086Z | Checking pin-project-lite v0.2.17 |
| 587 | 2026-07-08T00:06:23.120Z | Compiling syn v1.0.109 |
| 588 | 2026-07-08T00:06:23.130Z | Compiling regex-syntax v0.8.11 |
| 589 | 2026-07-08T00:06:23.156Z | Compiling winnow v1.0.3 |
| 590 | 2026-07-08T00:06:23.415Z | Compiling aho-corasick v1.1.4 |
| 591 | 2026-07-08T00:06:23.576Z | Compiling zerocopy v0.8.52 |
| 592 | 2026-07-08T00:06:23.592Z | Compiling hashbrown v0.17.1 |
| 593 | 2026-07-08T00:06:23.662Z | Compiling either v1.16.0 |
| 594 | 2026-07-08T00:06:23.857Z | Compiling equivalent v1.0.2 |
| 595 | 2026-07-08T00:06:23.929Z | Compiling itertools v0.14.0 |
| 596 | 2026-07-08T00:06:24.131Z | Compiling indexmap v2.14.0 |
| 597 | 2026-07-08T00:06:24.153Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 598 | 2026-07-08T00:06:24.555Z | Compiling regex-automata v0.4.14 |
| 599 | 2026-07-08T00:06:24.722Z | Compiling heapless v0.8.0 |
| 600 | 2026-07-08T00:06:24.776Z | Checking byteorder v1.5.0 |
| 601 | 2026-07-08T00:06:24.837Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 602 | 2026-07-08T00:06:24.929Z | Checking hash32 v0.3.1 |
| 603 | 2026-07-08T00:06:25.039Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 604 | 2026-07-08T00:06:25.056Z | Checking bitflags v2.13.0 |
| 605 | 2026-07-08T00:06:25.127Z | Compiling slog v2.8.2 |
| 606 | 2026-07-08T00:06:25.139Z | Checking futures-core v0.3.32 |
| 607 | 2026-07-08T00:06:25.144Z | Checking stable_deref_trait v1.2.1 |
| 608 | 2026-07-08T00:06:25.205Z | Compiling smoltcp v0.11.0 |
| 609 | 2026-07-08T00:06:25.209Z | Checking futures-sink v0.3.32 |
| 610 | 2026-07-08T00:06:25.256Z | Compiling darling_core v0.21.3 |
| 611 | 2026-07-08T00:06:25.279Z | Compiling darling_core v0.23.0 |
| 612 | 2026-07-08T00:06:25.335Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 613 | 2026-07-08T00:06:25.517Z | Checking macaddr v1.0.1 |
| 614 | 2026-07-08T00:06:25.565Z | Compiling proc-macro-crate v3.5.0 |
| 615 | 2026-07-08T00:06:25.660Z | Checking futures-channel v0.3.32 |
| 616 | 2026-07-08T00:06:25.900Z | Compiling proc-macro-error-attr v1.0.4 |
| 617 | 2026-07-08T00:06:25.978Z | Checking slab v0.4.12 |
| 618 | 2026-07-08T00:06:26.114Z | Compiling autocfg v1.5.1 |
| 619 | 2026-07-08T00:06:26.130Z | Checking futures-io v0.3.32 |
| 620 | 2026-07-08T00:06:26.190Z | Compiling regex v1.12.4 |
| 621 | 2026-07-08T00:06:26.227Z | Checking bitflags v1.3.2 |
| 622 | 2026-07-08T00:06:26.282Z | Checking rand_core v0.10.1 |
| 623 | 2026-07-08T00:06:26.410Z | Checking managed v0.8.0 |
| 624 | 2026-07-08T00:06:26.447Z | Compiling serde_derive v1.0.228 |
| 625 | 2026-07-08T00:06:26.455Z | Compiling thiserror-impl v2.0.18 |
| 626 | 2026-07-08T00:06:26.615Z | Compiling zerocopy-derive v0.8.52 |
| 627 | 2026-07-08T00:06:26.635Z | Compiling futures-macro v0.3.32 |
| 628 | 2026-07-08T00:06:27.100Z | Checking futures-task v0.3.32 |
| 629 | 2026-07-08T00:06:27.229Z | Compiling crc32fast v1.5.0 |
| 630 | 2026-07-08T00:06:27.316Z | Compiling ref-cast v1.0.25 |
| 631 | 2026-07-08T00:06:27.368Z | Compiling darling_macro v0.21.3 |
| 632 | 2026-07-08T00:06:27.383Z | Compiling darling_macro v0.23.0 |
| 633 | 2026-07-08T00:06:27.436Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 634 | 2026-07-08T00:06:27.502Z | Compiling getrandom v0.4.3 |
| 635 | 2026-07-08T00:06:27.636Z | Checking thiserror v2.0.18 |
| 636 | 2026-07-08T00:06:27.649Z | Checking futures-util v0.3.32 |
| 637 | 2026-07-08T00:06:27.724Z | Checking cobs v0.3.0 |
| 638 | 2026-07-08T00:06:27.762Z | Compiling num-traits v0.2.19 |
| 639 | 2026-07-08T00:06:27.851Z | Compiling ref-cast-impl v1.0.25 |
| 640 | 2026-07-08T00:06:27.914Z | Compiling darling v0.21.3 |
| 641 | 2026-07-08T00:06:27.918Z | Compiling darling v0.23.0 |
| 642 | 2026-07-08T00:06:27.981Z | Compiling num_enum_derive v0.7.6 |
| 643 | 2026-07-08T00:06:27.984Z | Compiling ingot-macros v0.1.1 |
| 644 | 2026-07-08T00:06:27.984Z | Compiling foreign-types-macros v0.2.3 |
| 645 | 2026-07-08T00:06:28.452Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 646 | 2026-07-08T00:06:28.588Z | Compiling proc-macro-error v1.0.4 |
| 647 | 2026-07-08T00:06:28.759Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 648 | 2026-07-08T00:06:28.797Z | Checking once_cell v1.21.4 |
| 649 | 2026-07-08T00:06:28.843Z | Compiling crossbeam-utils v0.8.21 |
| 650 | 2026-07-08T00:06:28.940Z | Checking foreign-types-shared v0.3.1 |
| 651 | 2026-07-08T00:06:28.958Z | Checking ipnetwork v0.21.1 |
| 652 | 2026-07-08T00:06:28.987Z | Checking cpufeatures v0.3.0 |
| 653 | 2026-07-08T00:06:29.014Z | Checking unicode-width v0.2.2 |
| 654 | 2026-07-08T00:06:29.044Z | Checking chacha20 v0.10.0 |
| 655 | 2026-07-08T00:06:29.121Z | Checking foreign-types v0.5.0 |
| 656 | 2026-07-08T00:06:29.171Z | Checking tracing-core v0.1.36 |
| 657 | 2026-07-08T00:06:29.177Z | Checking num_enum v0.7.6 |
| 658 | 2026-07-08T00:06:29.253Z | Checking tabwriter v1.4.1 |
| 659 | 2026-07-08T00:06:29.375Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 660 | 2026-07-08T00:06:29.478Z | Checking erased-serde v0.3.31 |
| 661 | 2026-07-08T00:06:29.534Z | Checking postcard v1.1.3 |
| 662 | 2026-07-08T00:06:29.551Z | Checking futures-executor v0.3.32 |
| 663 | 2026-07-08T00:06:29.657Z | Checking anyhow v1.0.102 |
| 664 | 2026-07-08T00:06:29.711Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 665 | 2026-07-08T00:06:29.772Z | Compiling tracing-attributes v0.1.31 |
| 666 | 2026-07-08T00:06:29.802Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 667 | 2026-07-08T00:06:29.929Z | Checking itertools v0.15.0 |
| 668 | 2026-07-08T00:06:30.066Z | Checking cstr-argument v0.1.2 |
| 669 | 2026-07-08T00:06:30.086Z | Compiling time-core v0.1.9 |
| 670 | 2026-07-08T00:06:30.171Z | Compiling thiserror v1.0.69 |
| 671 | 2026-07-08T00:06:30.177Z | Checking pretty-hex v0.4.2 |
| 672 | 2026-07-08T00:06:30.256Z | Compiling num-conv v0.2.2 |
| 673 | 2026-07-08T00:06:30.278Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 674 | 2026-07-08T00:06:30.361Z | Checking dyn-clone v1.0.20 |
| 675 | 2026-07-08T00:06:30.394Z | Compiling time-macros v0.2.30 |
| 676 | 2026-07-08T00:06:30.451Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 677 | 2026-07-08T00:06:30.488Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 678 | 2026-07-08T00:06:30.578Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 679 | 2026-07-08T00:06:30.592Z | Checking futures v0.3.32 |
| 680 | 2026-07-08T00:06:30.626Z | Checking rand v0.10.1 |
| 681 | 2026-07-08T00:06:30.730Z | Compiling thiserror-impl v1.0.69 |
| 682 | 2026-07-08T00:06:30.735Z | Checking ingot-types v0.1.2 |
| 683 | 2026-07-08T00:06:30.838Z | Checking uuid v1.23.3 |
| 684 | 2026-07-08T00:06:30.945Z | Checking tracing v0.1.44 |
| 685 | 2026-07-08T00:06:31.036Z | Checking arc-swap v1.9.1 |
| 686 | 2026-07-08T00:06:31.068Z | Checking ingot v0.1.1 |
| 687 | 2026-07-08T00:06:31.080Z | Checking socket2 v0.6.4 |
| 688 | 2026-07-08T00:06:31.109Z | Checking nom v8.0.0 |
| 689 | 2026-07-08T00:06:31.123Z | Checking thread_local v1.1.9 |
| 690 | 2026-07-08T00:06:31.242Z | Checking lazy_static v1.5.0 |
| 691 | 2026-07-08T00:06:31.273Z | Checking oxnet v0.1.6 |
| 692 | 2026-07-08T00:06:31.315Z | Checking deranged v0.5.8 |
| 693 | 2026-07-08T00:06:31.320Z | Checking colored v3.1.1 |
| 694 | 2026-07-08T00:06:31.515Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 695 | 2026-07-08T00:06:31.617Z | Compiling slog-async v2.8.0 |
| 696 | 2026-07-08T00:06:31.641Z | Checking iana-time-zone v0.1.65 |
| 697 | 2026-07-08T00:06:31.740Z | Checking powerfmt v0.2.0 |
| 698 | 2026-07-08T00:06:31.849Z | Compiling heck v0.4.1 |
| 699 | 2026-07-08T00:06:32.028Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 700 | 2026-07-08T00:06:32.045Z | Checking chrono v0.4.45 |
| 701 | 2026-07-08T00:06:32.103Z | Checking slog-scope v4.4.1 |
| 702 | 2026-07-08T00:06:32.225Z | Checking crossbeam-channel v0.5.15 |
| 703 | 2026-07-08T00:06:32.294Z | Checking time v0.3.51 |
| 704 | 2026-07-08T00:06:32.549Z | Checking cookie-factory v0.3.3 |
| 705 | 2026-07-08T00:06:32.657Z | Checking itertools v0.12.1 |
| 706 | 2026-07-08T00:06:32.672Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 707 | 2026-07-08T00:06:32.794Z | Checking is-terminal v0.4.17 |
| 708 | 2026-07-08T00:06:32.845Z | Checking take_mut v0.2.2 |
| 709 | 2026-07-08T00:06:32.867Z | Checking circular v0.3.0 |
| 710 | 2026-07-08T00:06:32.930Z | Checking term v1.2.1 |
| 711 | 2026-07-08T00:06:32.970Z | Checking log v0.4.33 |
| 712 | 2026-07-08T00:06:33.118Z | Checking rusticata-macros v5.0.0 |
| 713 | 2026-07-08T00:06:33.124Z | Checking slog-stdlog v4.1.1 |
| 714 | 2026-07-08T00:06:33.240Z | Checking pcap-parser v0.17.0 |
| 715 | 2026-07-08T00:06:33.430Z | Checking slog-term v2.9.2 |
| 716 | 2026-07-08T00:06:33.629Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 717 | 2026-07-08T00:06:33.904Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 718 | 2026-07-08T00:06:34.463Z | Checking slog-envlogger v2.2.0 |
| 719 | 2026-07-08T00:06:37.216Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 720 | 2026-07-08T00:06:38.837Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 721 | 2026-07-08T00:06:38.837Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 722 | 2026-07-08T00:06:39.646Z | Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 723 | 2026-07-08T00:06:39.728Z | Finished `dev` profile [optimized + debuginfo] target(s) in 17.15s |
| 724 | 2026-07-08T00:06:39.765Z | + cargo build --test loopback |
| 725 | 2026-07-08T00:06:40.158Z | Compiling cfg-if v1.0.4 |
| 726 | 2026-07-08T00:06:40.158Z | Compiling memchr v2.8.2 |
| 727 | 2026-07-08T00:06:40.167Z | Compiling serde_core v1.0.228 |
| 728 | 2026-07-08T00:06:40.167Z | Compiling libc v0.2.186 |
| 729 | 2026-07-08T00:06:40.167Z | Compiling thiserror v2.0.18 |
| 730 | 2026-07-08T00:06:40.167Z | Compiling pin-project-lite v0.2.17 |
| 731 | 2026-07-08T00:06:40.167Z | Compiling byteorder v1.5.0 |
| 732 | 2026-07-08T00:06:40.167Z | Compiling either v1.16.0 |
| 733 | 2026-07-08T00:06:40.168Z | Compiling zerocopy v0.8.52 |
| 734 | 2026-07-08T00:06:40.168Z | Compiling futures-core v0.3.32 |
| 735 | 2026-07-08T00:06:40.168Z | Compiling futures-sink v0.3.32 |
| 736 | 2026-07-08T00:06:40.168Z | Compiling hash32 v0.3.1 |
| 737 | 2026-07-08T00:06:40.168Z | Compiling stable_deref_trait v1.2.1 |
| 738 | 2026-07-08T00:06:40.168Z | Compiling macaddr v1.0.1 |
| 739 | 2026-07-08T00:06:40.180Z | Compiling futures-channel v0.3.32 |
| 740 | 2026-07-08T00:06:40.188Z | Compiling cobs v0.3.0 |
| 741 | 2026-07-08T00:06:40.259Z | Compiling heapless v0.8.0 |
| 742 | 2026-07-08T00:06:40.289Z | Compiling futures-task v0.3.32 |
| 743 | 2026-07-08T00:06:40.393Z | Compiling slab v0.4.12 |
| 744 | 2026-07-08T00:06:40.403Z | Compiling bitflags v1.3.2 |
| 745 | 2026-07-08T00:06:40.453Z | Compiling managed v0.8.0 |
| 746 | 2026-07-08T00:06:40.463Z | Compiling futures-io v0.3.32 |
| 747 | 2026-07-08T00:06:40.467Z | Compiling rand_core v0.10.1 |
| 748 | 2026-07-08T00:06:40.562Z | Compiling futures-util v0.3.32 |
| 749 | 2026-07-08T00:06:40.610Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 750 | 2026-07-08T00:06:40.638Z | Compiling smoltcp v0.11.0 |
| 751 | 2026-07-08T00:06:40.665Z | Compiling ipnetwork v0.21.1 |
| 752 | 2026-07-08T00:06:40.668Z | Compiling foreign-types-shared v0.3.1 |
| 753 | 2026-07-08T00:06:40.742Z | Compiling unicode-width v0.2.2 |
| 754 | 2026-07-08T00:06:40.832Z | Compiling once_cell v1.21.4 |
| 755 | 2026-07-08T00:06:41.046Z | Compiling cpufeatures v0.3.0 |
| 756 | 2026-07-08T00:06:41.071Z | Compiling tracing-core v0.1.36 |
| 757 | 2026-07-08T00:06:41.110Z | Compiling chacha20 v0.10.0 |
| 758 | 2026-07-08T00:06:41.171Z | Compiling tabwriter v1.4.1 |
| 759 | 2026-07-08T00:06:41.487Z | Compiling foreign-types v0.5.0 |
| 760 | 2026-07-08T00:06:41.504Z | Compiling ref-cast v1.0.25 |
| 761 | 2026-07-08T00:06:41.557Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 762 | 2026-07-08T00:06:41.593Z | Compiling num_enum v0.7.6 |
| 763 | 2026-07-08T00:06:41.597Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 764 | 2026-07-08T00:06:41.696Z | Compiling serde v1.0.228 |
| 765 | 2026-07-08T00:06:41.696Z | Compiling bitflags v2.13.0 |
| 766 | 2026-07-08T00:06:41.926Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 767 | 2026-07-08T00:06:42.121Z | Compiling getrandom v0.4.3 |
| 768 | 2026-07-08T00:06:42.254Z | Compiling erased-serde v0.3.31 |
| 769 | 2026-07-08T00:06:42.327Z | Compiling postcard v1.1.3 |
| 770 | 2026-07-08T00:06:42.345Z | Compiling crc32fast v1.5.0 |
| 771 | 2026-07-08T00:06:42.403Z | Compiling cstr-argument v0.1.2 |
| 772 | 2026-07-08T00:06:42.519Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 773 | 2026-07-08T00:06:42.560Z | Compiling itertools v0.15.0 |
| 774 | 2026-07-08T00:06:42.576Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 775 | 2026-07-08T00:06:42.616Z | Compiling dyn-clone v1.0.20 |
| 776 | 2026-07-08T00:06:42.668Z | Compiling slog v2.8.2 |
| 777 | 2026-07-08T00:06:42.775Z | Compiling futures-executor v0.3.32 |
| 778 | 2026-07-08T00:06:42.942Z | Compiling ingot-types v0.1.2 |
| 779 | 2026-07-08T00:06:42.985Z | Compiling pretty-hex v0.4.2 |
| 780 | 2026-07-08T00:06:43.116Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 781 | 2026-07-08T00:06:43.146Z | Compiling futures v0.3.32 |
| 782 | 2026-07-08T00:06:43.217Z | Compiling tracing v0.1.44 |
| 783 | 2026-07-08T00:06:43.248Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 784 | 2026-07-08T00:06:43.291Z | Compiling ingot v0.1.1 |
| 785 | 2026-07-08T00:06:43.323Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 786 | 2026-07-08T00:06:43.345Z | Compiling rand v0.10.1 |
| 787 | 2026-07-08T00:06:43.363Z | Compiling uuid v1.23.3 |
| 788 | 2026-07-08T00:06:43.432Z | Compiling num-traits v0.2.19 |
| 789 | 2026-07-08T00:06:43.571Z | Compiling crossbeam-utils v0.8.21 |
| 790 | 2026-07-08T00:06:43.571Z | Compiling nom v8.0.0 |
| 791 | 2026-07-08T00:06:43.720Z | Compiling aho-corasick v1.1.4 |
| 792 | 2026-07-08T00:06:43.976Z | Compiling socket2 v0.6.4 |
| 793 | 2026-07-08T00:06:44.099Z | Compiling thread_local v1.1.9 |
| 794 | 2026-07-08T00:06:44.302Z | Compiling arc-swap v1.9.1 |
| 795 | 2026-07-08T00:06:44.425Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 796 | 2026-07-08T00:06:44.517Z | Compiling lazy_static v1.5.0 |
| 797 | 2026-07-08T00:06:44.608Z | Compiling time-core v0.1.9 |
| 798 | 2026-07-08T00:06:44.651Z | Compiling regex-syntax v0.8.11 |
| 799 | 2026-07-08T00:06:44.669Z | Compiling deranged v0.5.8 |
| 800 | 2026-07-08T00:06:44.786Z | Compiling powerfmt v0.2.0 |
| 801 | 2026-07-08T00:06:44.998Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 802 | 2026-07-08T00:06:45.050Z | Compiling num-conv v0.2.2 |
| 803 | 2026-07-08T00:06:45.105Z | Compiling colored v3.1.1 |
| 804 | 2026-07-08T00:06:45.194Z | Compiling winnow v1.0.3 |
| 805 | 2026-07-08T00:06:45.512Z | Compiling iana-time-zone v0.1.65 |
| 806 | 2026-07-08T00:06:45.628Z | Compiling oxnet v0.1.6 |
| 807 | 2026-07-08T00:06:45.945Z | Compiling rusticata-macros v5.0.0 |
| 808 | 2026-07-08T00:06:45.979Z | Compiling chrono v0.4.45 |
| 809 | 2026-07-08T00:06:46.114Z | Compiling regex-automata v0.4.14 |
| 810 | 2026-07-08T00:06:46.257Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 811 | 2026-07-08T00:06:46.707Z | Compiling time v0.3.51 |
| 812 | 2026-07-08T00:06:47.437Z | Compiling slog-scope v4.4.1 |
| 813 | 2026-07-08T00:06:47.904Z | Compiling thiserror v1.0.69 |
| 814 | 2026-07-08T00:06:48.002Z | Compiling crossbeam-channel v0.5.15 |
| 815 | 2026-07-08T00:06:48.735Z | Compiling cookie-factory v0.3.3 |
| 816 | 2026-07-08T00:06:48.751Z | Compiling is-terminal v0.4.17 |
| 817 | 2026-07-08T00:06:48.856Z | Compiling itertools v0.12.1 |
| 818 | 2026-07-08T00:06:49.055Z | Compiling term v1.2.1 |
| 819 | 2026-07-08T00:06:49.962Z | Compiling circular v0.3.0 |
| 820 | 2026-07-08T00:06:50.244Z | Compiling take_mut v0.2.2 |
| 821 | 2026-07-08T00:06:50.266Z | Compiling log v0.4.33 |
| 822 | 2026-07-08T00:06:50.347Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 823 | 2026-07-08T00:06:50.519Z | Compiling slog-stdlog v4.1.1 |
| 824 | 2026-07-08T00:06:50.923Z | Compiling slog-async v2.8.0 |
| 825 | 2026-07-08T00:06:50.934Z | Compiling pcap-parser v0.17.0 |
| 826 | 2026-07-08T00:06:51.525Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 827 | 2026-07-08T00:06:52.426Z | Compiling slog-term v2.9.2 |
| 828 | 2026-07-08T00:06:52.752Z | Compiling regex v1.12.4 |
| 829 | 2026-07-08T00:06:53.604Z | Compiling slog-envlogger v2.2.0 |
| 830 | 2026-07-08T00:06:53.611Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 831 | 2026-07-08T00:06:53.868Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 832 | 2026-07-08T00:06:54.414Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 833 | 2026-07-08T00:06:55.140Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 834 | 2026-07-08T00:07:02.982Z | Finished `dev` profile [optimized + debuginfo] target(s) in 23.20s |
| 835 | 2026-07-08T00:07:03.015Z | ++ cargo build -q --test loopback --message-format=json |
| 836 | 2026-07-08T00:07:03.025Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 837 | 2026-07-08T00:07:03.222Z | + loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-572cc18186a1c675 |
| 838 | 2026-07-08T00:07:03.228Z | + cargo build --test multicast_rx |
| 839 | 2026-07-08T00:07:03.324Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 840 | 2026-07-08T00:07:05.087Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.85s |
| 841 | 2026-07-08T00:07:05.119Z | ++ cargo build -q --test multicast_rx --message-format=json |
| 842 | 2026-07-08T00:07:05.125Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 843 | 2026-07-08T00:07:05.237Z | + multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-e4b10fde74f4b2d9 |
| 844 | 2026-07-08T00:07:05.242Z | + cargo build --test multicast_multi_sub |
| 845 | 2026-07-08T00:07:05.348Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 846 | 2026-07-08T00:07:07.131Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.89s |
| 847 | 2026-07-08T00:07:07.167Z | ++ cargo build -q --test multicast_multi_sub --message-format=json |
| 848 | 2026-07-08T00:07:07.175Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 849 | 2026-07-08T00:07:07.286Z | + multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-02542b2606e8ac33 |
| 850 | 2026-07-08T00:07:07.289Z | + cargo build --test multicast_validation |
| 851 | 2026-07-08T00:07:07.384Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 852 | 2026-07-08T00:07:09.389Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.09s |
| 853 | 2026-07-08T00:07:09.425Z | ++ cargo build -q --test multicast_validation --message-format=json |
| 854 | 2026-07-08T00:07:09.433Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 855 | 2026-07-08T00:07:09.545Z | + multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-6bc19c2da7c36388 |
| 856 | 2026-07-08T00:07:09.558Z | + cargo build --test multicast_source_filter |
| 857 | 2026-07-08T00:07:09.647Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 858 | 2026-07-08T00:07:11.783Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.22s |
| 859 | 2026-07-08T00:07:11.819Z | ++ cargo build -q --test multicast_source_filter --message-format=json |
| 860 | 2026-07-08T00:07:11.827Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 861 | 2026-07-08T00:07:11.939Z | + multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-549f0ae74994f9b1 |
| 862 | 2026-07-08T00:07:11.939Z | + cargo build --test multicast_multi_nexthop |
| 863 | 2026-07-08T00:07:12.046Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 864 | 2026-07-08T00:07:13.699Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.74s |
| 865 | 2026-07-08T00:07:13.725Z | ++ cargo build -q --test multicast_multi_nexthop --message-format=json |
| 866 | 2026-07-08T00:07:13.753Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 867 | 2026-07-08T00:07:13.842Z | + multicast_multi_nexthop_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_nexthop-c138dad09b6bc39e |
| 868 | 2026-07-08T00:07:13.856Z | + mkdir -p /work/test |
| 869 | 2026-07-08T00:07:13.857Z | + cp /work/oxidecomputer/opte/target/debug/deps/loopback-572cc18186a1c675 /work/test/loopback |
| 870 | 2026-07-08T00:07:13.890Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-e4b10fde74f4b2d9 /work/test/multicast_rx |
| 871 | 2026-07-08T00:07:13.936Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-02542b2606e8ac33 /work/test/multicast_multi_sub |
| 872 | 2026-07-08T00:07:13.982Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-6bc19c2da7c36388 /work/test/multicast_validation |
| 873 | 2026-07-08T00:07:14.030Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-549f0ae74994f9b1 /work/test/multicast_source_filter |
| 874 | 2026-07-08T00:07:14.075Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_nexthop-c138dad09b6bc39e /work/test/multicast_multi_nexthop |
| 875 | 2026-07-08T00:07:14.121Z | process exited: duration 236474 ms, exit code 0 |
| |
| 876 | 2026-07-08T00:07:14.154Z | found 15 output files |
| 877 | 2026-07-08T00:07:14.185Z | uploading: /work/debug/xde.dbg (95706664 bytes) |
| 878 | 2026-07-08T00:07:18.291Z | uploaded: /work/debug/xde.dbg |
| 879 | 2026-07-08T00:07:18.292Z | uploading: /work/debug/xde.dbg.sha256 (86 bytes) |
| 880 | 2026-07-08T00:07:20.353Z | uploaded: /work/debug/xde.dbg.sha256 |
| 881 | 2026-07-08T00:07:20.353Z | uploading: /work/debug/xde_link.dbg.so (1266060 bytes) |
| 882 | 2026-07-08T00:07:21.385Z | uploaded: /work/debug/xde_link.dbg.so |
| 883 | 2026-07-08T00:07:21.385Z | uploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes) |
| 884 | 2026-07-08T00:07:22.397Z | uploaded: /work/debug/xde_link.dbg.so.sha256 |
| 885 | 2026-07-08T00:07:22.397Z | uploading: /work/release/xde (52665992 bytes) |
| 886 | 2026-07-08T00:07:23.783Z | uploaded: /work/release/xde |
| 887 | 2026-07-08T00:07:23.783Z | uploading: /work/release/xde.sha256 (84 bytes) |
| 888 | 2026-07-08T00:07:24.793Z | uploaded: /work/release/xde.sha256 |
| 889 | 2026-07-08T00:07:24.793Z | uploading: /work/release/xde_link.so (43532 bytes) |
| 890 | 2026-07-08T00:07:25.803Z | uploaded: /work/release/xde_link.so |
| 891 | 2026-07-08T00:07:25.804Z | uploading: /work/release/xde_link.so.sha256 (92 bytes) |
| 892 | 2026-07-08T00:07:26.813Z | uploaded: /work/release/xde_link.so.sha256 |
| 893 | 2026-07-08T00:07:26.813Z | uploading: /work/test/loopback (57132624 bytes) |
| 894 | 2026-07-08T00:07:28.820Z | uploaded: /work/test/loopback |
| 895 | 2026-07-08T00:07:28.820Z | uploading: /work/test/multicast_rx (57595912 bytes) |
| 896 | 2026-07-08T00:07:30.231Z | uploaded: /work/test/multicast_rx |
| 897 | 2026-07-08T00:07:30.231Z | uploading: /work/test/multicast_multi_sub (58456064 bytes) |
| 898 | 2026-07-08T00:07:31.747Z | uploaded: /work/test/multicast_multi_sub |
| 899 | 2026-07-08T00:07:31.747Z | uploading: /work/test/multicast_validation (57585784 bytes) |
| 900 | 2026-07-08T00:07:33.165Z | uploaded: /work/test/multicast_validation |
| 901 | 2026-07-08T00:07:33.165Z | uploading: /work/test/multicast_source_filter (57889736 bytes) |
| 902 | 2026-07-08T00:07:34.589Z | uploaded: /work/test/multicast_source_filter |
| 903 | 2026-07-08T00:07:34.589Z | uploading: /work/test/multicast_multi_nexthop (58686808 bytes) |
| 904 | 2026-07-08T00:07:36.049Z | uploaded: /work/test/multicast_multi_nexthop |
| 905 | 2026-07-08T00:07:36.049Z | uploading: /work/xde.conf (79 bytes) |
| 906 | 2026-07-08T00:07:37.058Z | uploaded: /work/xde.conf |