|
|
|
| 1 | 2026-07-13T04:30:44.776Z | job assigned to worker 01KXCVT5T8KDE530T8QFKQH7AW [factory aws, i-0742a22f252c3a8a1] (queued for 57 s) |
| |
| 2 | 2026-07-13T04:30:50.810Z | starting task 0: "setup" |
| 3 | 2026-07-13T04:30:50.815Z | ++ uname -s |
| 4 | 2026-07-13T04:30:50.823Z | + kern=SunOS |
| 5 | 2026-07-13T04:30:50.823Z | + build_user=build |
| 6 | 2026-07-13T04:30:50.823Z | + build_uid=12345 |
| 7 | 2026-07-13T04:30:50.823Z | + work_dir=/work |
| 8 | 2026-07-13T04:30:50.823Z | + input_dir=/input |
| 9 | 2026-07-13T04:30:50.823Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-13T04:30:50.823Z | + case "$kern" in |
| 11 | 2026-07-13T04:30:50.823Z | + groupadd -g 12345 build |
| 12 | 2026-07-13T04:30:50.827Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-13T04:30:52.826Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-13T04:30:53.001Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-13T04:30:53.007Z | + home_fs=zfs |
| 16 | 2026-07-13T04:30:53.007Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-13T04:30:53.007Z | + mkdir -p /home/build |
| 18 | 2026-07-13T04:30:53.007Z | + chown build:build /home/build /work |
| 19 | 2026-07-13T04:30:55.006Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-13T04:30:55.009Z | process exited: duration 4200 ms, exit code 0 |
| |
| 21 | 2026-07-13T04:30:55.077Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-13T04:30:55.081Z | * rust toolchain channel = "1.97.0" |
| 23 | 2026-07-13T04:30:55.081Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.0 |
| 24 | 2026-07-13T04:30:55.081Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-07-13T04:30:55.081Z | * rust toolchain profile = "default" |
| 26 | 2026-07-13T04:30:55.081Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-13T04:30:55.081Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-13T04:30:55.085Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-13T04:30:55.085Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.0 --profile default |
| 30 | 2026-07-13T04:30:55.192Z | info: downloading installer |
| 31 | 2026-07-13T04:30:56.491Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-13T04:30:56.492Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-13T04:30:56.492Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-13T04:30:56.492Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-13T04:30:56.505Z | info: profile set to default |
| 36 | 2026-07-13T04:30:56.505Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-13T04:30:56.508Z | info: syncing channel updates for 1.97.0-x86_64-unknown-illumos |
| 38 | 2026-07-13T04:30:56.658Z | info: latest update on 2026-07-09 for version 1.97.0 (2d8144b78 2026-07-07) |
| 39 | 2026-07-13T04:30:56.667Z | info: downloading 6 components |
| 40 | 2026-07-13T04:31:11.088Z | |
| 41 | 2026-07-13T04:31:11.088Z | info: default toolchain set to 1.97.0-x86_64-unknown-illumos |
| 42 | 2026-07-13T04:31:11.104Z | 1.97.0-x86_64-unknown-illumos installed - rustc 1.97.0 (2d8144b78 2026-07-07) |
| 43 | 2026-07-13T04:31:11.104Z | |
| 44 | 2026-07-13T04:31:11.104Z | |
| 45 | 2026-07-13T04:31:11.104Z | Rust is installed now. Great! |
| 46 | 2026-07-13T04:31:11.104Z | |
| 47 | 2026-07-13T04:31:11.104Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-13T04:31:11.104Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-13T04:31:11.104Z | |
| 50 | 2026-07-13T04:31:11.104Z | To configure your current shell, you need to source |
| 51 | 2026-07-13T04:31:11.104Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-13T04:31:11.104Z | |
| 53 | 2026-07-13T04:31:11.104Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-13T04:31:11.104Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-13T04:31:11.104Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-13T04:31:11.104Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-13T04:31:11.104Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-13T04:31:11.104Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-13T04:31:11.104Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-13T04:31:11.104Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-13T04:31:11.104Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-13T04:31:11.182Z | + rustup --version |
| 63 | 2026-07-13T04:31:11.195Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-13T04:31:11.204Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-13T04:31:11.218Z | info: the currently active `rustc` version is `rustc 1.97.0 (2d8144b78 2026-07-07)` |
| 66 | 2026-07-13T04:31:11.221Z | + cargo --version |
| 67 | 2026-07-13T04:31:11.235Z | cargo 1.97.0 (c980f4866 2026-06-30) |
| 68 | 2026-07-13T04:31:11.239Z | + rustc --version |
| 69 | 2026-07-13T04:31:11.257Z | rustc 1.97.0 (2d8144b78 2026-07-07) |
| 70 | 2026-07-13T04:31:11.263Z | process exited: duration 16182 ms, exit code 0 |
| |
| 71 | 2026-07-13T04:31:11.269Z | starting task 2: "authentication" |
| 72 | 2026-07-13T04:31:11.287Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-07-13T04:31:11.294Z | starting task 3: "clone repository" |
| 74 | 2026-07-13T04:31:11.299Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-13T04:31:11.302Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-13T04:31:11.328Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-13T04:31:12.212Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-13T04:31:12.212Z | + git fetch origin c88e736bb584d0eed2739c0f52b07f945b1dac92 |
| 79 | 2026-07-13T04:31:12.438Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-13T04:31:12.438Z | * branch c88e736bb584d0eed2739c0f52b07f945b1dac92 -> FETCH_HEAD |
| 81 | 2026-07-13T04:31:12.444Z | + [[ -n '' ]] |
| 82 | 2026-07-13T04:31:12.445Z | + git reset --hard c88e736bb584d0eed2739c0f52b07f945b1dac92 |
| 83 | 2026-07-13T04:31:12.459Z | HEAD is now at c88e736 Update dependency rust |
| 84 | 2026-07-13T04:31:12.462Z | process exited: duration 1164 ms, exit code 0 |
| |
| 85 | 2026-07-13T04:31:12.471Z | starting task 4: "build" |
| 86 | 2026-07-13T04:31:12.474Z | + source .github/buildomat/common.sh |
| 87 | 2026-07-13T04:31:12.474Z | ++ rustup show active-toolchain |
| 88 | 2026-07-13T04:31:12.482Z | 1.97.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 89 | 2026-07-13T04:31:12.486Z | ++ pushd xde |
| 90 | 2026-07-13T04:31:12.486Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 91 | 2026-07-13T04:31:12.486Z | ++ rustup show active-toolchain |
| 92 | 2026-07-13T04:31:12.486Z | info: syncing channel updates for nightly-2026-07-13-x86_64-unknown-illumos |
| 93 | 2026-07-13T04:31:12.646Z | info: latest update on 2026-07-13 for version 1.99.0-nightly (77cf889bc 2026-07-12) |
| 94 | 2026-07-13T04:31:12.651Z | info: downloading 6 components |
| 95 | 2026-07-13T04:31:27.631Z | nightly-2026-07-13-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 96 | 2026-07-13T04:31:27.718Z | +++ rustup show active-toolchain -v |
| 97 | 2026-07-13T04:31:27.725Z | +++ head -n 1 |
| 98 | 2026-07-13T04:31:27.725Z | +++ cut '-d ' -f1 |
| 99 | 2026-07-13T04:31:27.776Z | ++ export NIGHTLY=nightly-2026-07-13-x86_64-unknown-illumos |
| 100 | 2026-07-13T04:31:27.776Z | ++ NIGHTLY=nightly-2026-07-13-x86_64-unknown-illumos |
| 101 | 2026-07-13T04:31:27.776Z | ++ popd |
| 102 | 2026-07-13T04:31:27.779Z | /work/oxidecomputer/opte |
| 103 | 2026-07-13T04:31:27.779Z | + TGT_BASE=/work |
| 104 | 2026-07-13T04:31:27.779Z | + DBG_SRC=target/x86_64-unknown-unknown/debug |
| 105 | 2026-07-13T04:31:27.779Z | + DBG_LINK_SRC=target/i686-unknown-illumos/debug |
| 106 | 2026-07-13T04:31:27.779Z | + DBG_TGT=/work/debug |
| 107 | 2026-07-13T04:31:27.780Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 108 | 2026-07-13T04:31:27.780Z | + REL_LINK_SRC=target/i686-unknown-illumos/release |
| 109 | 2026-07-13T04:31:27.780Z | + REL_TGT=/work/release |
| 110 | 2026-07-13T04:31:27.780Z | + mkdir -p /work/debug /work/release |
| 111 | 2026-07-13T04:31:27.780Z | + cargo --version |
| 112 | 2026-07-13T04:31:27.785Z | cargo 1.97.0 (c980f4866 2026-06-30) |
| 113 | 2026-07-13T04:31:27.796Z | + rustc --version |
| 114 | 2026-07-13T04:31:27.828Z | rustc 1.97.0 (2d8144b78 2026-07-07) |
| 115 | 2026-07-13T04:31:27.863Z | + install_pkg jq |
| 116 | 2026-07-13T04:31:27.863Z | + set +o errexit |
| 117 | 2026-07-13T04:31:27.863Z | + pfexec pkg install jq |
| 118 | 2026-07-13T04:31:28.786Z | Startup: Refreshing catalog 'helios' ... Done |
| 119 | 2026-07-13T04:31:28.905Z | Startup: Caching catalogs ... Done |
| 120 | 2026-07-13T04:31:29.427Z | Planning: Solver setup ... Done |
| 121 | 2026-07-13T04:31:29.468Z | Planning: Running solver ... Done |
| 122 | 2026-07-13T04:31:29.503Z | Planning: Consolidating action changes ... Done |
| 123 | 2026-07-13T04:31:29.503Z | Planning: Evaluating mediators ... Done |
| 124 | 2026-07-13T04:31:29.503Z | Planning: Planning completed in 0.53 seconds |
| 125 | 2026-07-13T04:31:29.503Z | No updates necessary for this image. |
| 126 | 2026-07-13T04:31:29.603Z | + exit_code=4 |
| 127 | 2026-07-13T04:31:29.603Z | + [[ 4 -ne 0 ]] |
| 128 | 2026-07-13T04:31:29.603Z | + [[ 4 -ne 4 ]] |
| 129 | 2026-07-13T04:31:29.614Z | + set -o errexit |
| 130 | 2026-07-13T04:31:29.614Z | + pushd xde |
| 131 | 2026-07-13T04:31:29.614Z | + cp xde.conf /work/xde.conf |
| 132 | 2026-07-13T04:31:29.615Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 133 | 2026-07-13T04:31:29.615Z | + header 'check style' |
| 134 | 2026-07-13T04:31:29.615Z | + echo '# ==== check style ==== #' |
| 135 | 2026-07-13T04:31:29.615Z | # ==== check style ==== # |
| 136 | 2026-07-13T04:31:29.615Z | + ptime -m cargo +nightly-2026-07-13-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check |
| 137 | 2026-07-13T04:31:31.359Z | |
| 138 | 2026-07-13T04:31:31.359Z | real 0.229741761 |
| 139 | 2026-07-13T04:31:31.359Z | user 0.157695172 |
| 140 | 2026-07-13T04:31:31.359Z | sys 0.060918429 |
| 141 | 2026-07-13T04:31:31.359Z | trap 0.000009578 |
| 142 | 2026-07-13T04:31:31.359Z | tflt 0.000016386 |
| 143 | 2026-07-13T04:31:31.359Z | dflt 0.000002627 |
| 144 | 2026-07-13T04:31:31.359Z | kflt 0.000001549 |
| 145 | 2026-07-13T04:31:31.359Z | lock 0.035763509 |
| 146 | 2026-07-13T04:31:31.359Z | slp 0.195980483 |
| 147 | 2026-07-13T04:31:31.359Z | lat 0.000140401 |
| 148 | 2026-07-13T04:31:31.359Z | stop 0.000098851 |
| 149 | 2026-07-13T04:31:31.425Z | + header analyze |
| 150 | 2026-07-13T04:31:31.425Z | + echo '# ==== analyze ==== #' |
| 151 | 2026-07-13T04:31:31.425Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 152 | 2026-07-13T04:31:31.425Z | # ==== analyze ==== # |
| 153 | 2026-07-13T04:31:31.425Z | Updating crates.io index |
| 154 | 2026-07-13T04:31:31.425Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 155 | 2026-07-13T04:31:31.477Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 156 | 2026-07-13T04:31:31.477Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 157 | 2026-07-13T04:31:31.756Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 158 | 2026-07-13T04:31:31.813Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 159 | 2026-07-13T04:31:32.003Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 160 | 2026-07-13T04:31:32.280Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 161 | 2026-07-13T04:31:34.017Z | Downloading crates ... |
| 162 | 2026-07-13T04:31:34.072Z | Downloaded serde_core v1.0.228 |
| 163 | 2026-07-13T04:31:34.079Z | Downloaded defmt v0.3.100 |
| 164 | 2026-07-13T04:31:34.088Z | Downloaded embedded-io v0.6.1 |
| 165 | 2026-07-13T04:31:34.088Z | Downloaded hash32 v0.3.1 |
| 166 | 2026-07-13T04:31:34.098Z | Downloaded ident_case v1.0.1 |
| 167 | 2026-07-13T04:31:34.098Z | Downloaded darling_macro v0.21.3 |
| 168 | 2026-07-13T04:31:34.098Z | Downloaded dyn-clone v1.0.20 |
| 169 | 2026-07-13T04:31:34.098Z | Downloaded embedded-io v0.4.0 |
| 170 | 2026-07-13T04:31:34.098Z | Downloaded cfg-if v1.0.4 |
| 171 | 2026-07-13T04:31:34.101Z | Downloaded either v1.16.0 |
| 172 | 2026-07-13T04:31:34.112Z | Downloaded darling_macro v0.23.0 |
| 173 | 2026-07-13T04:31:34.112Z | Downloaded cobs v0.3.0 |
| 174 | 2026-07-13T04:31:34.120Z | Downloaded stable_deref_trait v1.2.1 |
| 175 | 2026-07-13T04:31:34.128Z | Downloaded defmt-parser v1.0.0 |
| 176 | 2026-07-13T04:31:34.128Z | Downloaded thiserror v2.0.18 |
| 177 | 2026-07-13T04:31:34.132Z | Downloaded strsim v0.11.1 |
| 178 | 2026-07-13T04:31:34.132Z | Downloaded ref-cast v1.0.25 |
| 179 | 2026-07-13T04:31:34.138Z | Downloaded macaddr v1.0.1 |
| 180 | 2026-07-13T04:31:34.138Z | Downloaded ref-cast-impl v1.0.25 |
| 181 | 2026-07-13T04:31:34.139Z | Downloaded defmt v1.1.1 |
| 182 | 2026-07-13T04:31:34.139Z | Downloaded crc32fast v1.5.0 |
| 183 | 2026-07-13T04:31:34.142Z | Downloaded bitflags v1.3.2 |
| 184 | 2026-07-13T04:31:34.146Z | Downloaded version_check v0.9.5 |
| 185 | 2026-07-13T04:31:34.149Z | Downloaded managed v0.8.0 |
| 186 | 2026-07-13T04:31:34.149Z | Downloaded bitflags v2.13.0 |
| 187 | 2026-07-13T04:31:34.149Z | Downloaded darling_core v0.23.0 |
| 188 | 2026-07-13T04:31:34.158Z | Downloaded ingot v0.1.1 |
| 189 | 2026-07-13T04:31:34.170Z | Downloaded ingot-types v0.1.2 |
| 190 | 2026-07-13T04:31:34.170Z | Downloaded byteorder v1.5.0 |
| 191 | 2026-07-13T04:31:34.170Z | Downloaded defmt-macros v1.1.1 |
| 192 | 2026-07-13T04:31:34.170Z | Downloaded fnv v1.0.7 |
| 193 | 2026-07-13T04:31:34.179Z | Downloaded thiserror-impl v2.0.18 |
| 194 | 2026-07-13T04:31:34.183Z | Downloaded serde_derive v1.0.228 |
| 195 | 2026-07-13T04:31:34.184Z | Downloaded darling v0.23.0 |
| 196 | 2026-07-13T04:31:34.189Z | Downloaded heapless v0.8.0 |
| 197 | 2026-07-13T04:31:34.193Z | Downloaded ingot-macros v0.1.1 |
| 198 | 2026-07-13T04:31:34.193Z | Downloaded serde v1.0.228 |
| 199 | 2026-07-13T04:31:34.197Z | Downloaded postcard v1.1.3 |
| 200 | 2026-07-13T04:31:34.204Z | Downloaded quote v1.0.46 |
| 201 | 2026-07-13T04:31:34.208Z | Downloaded proc-macro2 v1.0.106 |
| 202 | 2026-07-13T04:31:34.217Z | Downloaded uuid v1.23.4 |
| 203 | 2026-07-13T04:31:34.222Z | Downloaded darling v0.21.3 |
| 204 | 2026-07-13T04:31:34.222Z | Downloaded unicode-ident v1.0.24 |
| 205 | 2026-07-13T04:31:34.222Z | Downloaded darling_core v0.21.3 |
| 206 | 2026-07-13T04:31:34.246Z | Downloaded memchr v2.8.2 |
| 207 | 2026-07-13T04:31:34.259Z | Downloaded itertools v0.14.0 |
| 208 | 2026-07-13T04:31:34.259Z | Downloaded zerocopy-derive v0.8.52 |
| 209 | 2026-07-13T04:31:34.275Z | Downloaded aho-corasick v1.1.4 |
| 210 | 2026-07-13T04:31:34.284Z | Downloaded regex v1.12.4 |
| 211 | 2026-07-13T04:31:34.292Z | Downloaded itertools v0.15.0 |
| 212 | 2026-07-13T04:31:34.320Z | Downloaded zerocopy v0.8.52 |
| 213 | 2026-07-13T04:31:34.334Z | Downloaded smoltcp v0.11.0 |
| 214 | 2026-07-13T04:31:34.340Z | Downloaded syn v2.0.118 |
| 215 | 2026-07-13T04:31:34.343Z | Downloaded regex-syntax v0.8.11 |
| 216 | 2026-07-13T04:31:34.345Z | Downloaded regex-automata v0.4.14 |
| 217 | 2026-07-13T04:31:34.362Z | Updating crates.io index |
| 218 | 2026-07-13T04:31:34.547Z | Downloading crates ... |
| 219 | 2026-07-13T04:31:34.566Z | Downloaded adler2 v2.0.1 |
| 220 | 2026-07-13T04:31:34.566Z | Downloaded rustc-demangle v0.1.27 |
| 221 | 2026-07-13T04:31:34.566Z | Downloaded getopts v0.2.24 |
| 222 | 2026-07-13T04:31:34.566Z | Downloaded rustc-literal-escaper v0.0.8 |
| 223 | 2026-07-13T04:31:34.570Z | Downloaded gimli v0.32.3 |
| 224 | 2026-07-13T04:31:34.571Z | Downloaded memchr v2.7.6 |
| 225 | 2026-07-13T04:31:34.571Z | Downloaded foldhash v0.2.0 |
| 226 | 2026-07-13T04:31:34.571Z | Downloaded miniz_oxide v0.8.9 |
| 227 | 2026-07-13T04:31:34.591Z | Downloaded addr2line v0.25.1 |
| 228 | 2026-07-13T04:31:34.618Z | Downloaded hashbrown v0.17.1 |
| 229 | 2026-07-13T04:31:34.645Z | Downloaded object v0.37.3 |
| 230 | 2026-07-13T04:31:34.654Z | Downloaded libc v0.2.185 |
| 231 | 2026-07-13T04:31:34.711Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-13-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 232 | 2026-07-13T04:31:34.711Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-13-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 233 | 2026-07-13T04:31:34.711Z | Compiling proc-macro2 v1.0.106 |
| 234 | 2026-07-13T04:31:34.724Z | Compiling unicode-ident v1.0.24 |
| 235 | 2026-07-13T04:31:34.724Z | Compiling quote v1.0.46 |
| 236 | 2026-07-13T04:31:34.724Z | Compiling strsim v0.11.1 |
| 237 | 2026-07-13T04:31:34.724Z | Compiling ident_case v1.0.1 |
| 238 | 2026-07-13T04:31:34.724Z | Compiling serde_core v1.0.228 |
| 239 | 2026-07-13T04:31:34.900Z | Compiling fnv v1.0.7 |
| 240 | 2026-07-13T04:31:34.921Z | Compiling memchr v2.8.2 |
| 241 | 2026-07-13T04:31:34.998Z | Compiling regex-syntax v0.8.11 |
| 242 | 2026-07-13T04:31:35.189Z | Compiling either v1.16.0 |
| 243 | 2026-07-13T04:31:35.203Z | Compiling zerocopy v0.8.52 |
| 244 | 2026-07-13T04:31:35.242Z | Compiling serde v1.0.228 |
| 245 | 2026-07-13T04:31:35.328Z | Compiling aho-corasick v1.1.4 |
| 246 | 2026-07-13T04:31:35.388Z | Compiling thiserror v2.0.18 |
| 247 | 2026-07-13T04:31:35.608Z | Compiling itertools v0.14.0 |
| 248 | 2026-07-13T04:31:35.749Z | Compiling heapless v0.8.0 |
| 249 | 2026-07-13T04:31:35.963Z | Compiling syn v2.0.118 |
| 250 | 2026-07-13T04:31:35.983Z | Compiling smoltcp v0.11.0 |
| 251 | 2026-07-13T04:31:36.036Z | Compiling version_check v0.9.5 |
| 252 | 2026-07-13T04:31:36.237Z | Compiling crc32fast v1.5.0 |
| 253 | 2026-07-13T04:31:36.402Z | Compiling ref-cast v1.0.25 |
| 254 | 2026-07-13T04:31:36.423Z | Compiling regex-automata v0.4.14 |
| 255 | 2026-07-13T04:31:36.648Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 256 | 2026-07-13T04:31:38.038Z | Compiling regex v1.12.4 |
| 257 | 2026-07-13T04:31:38.288Z | Compiling darling_core v0.21.3 |
| 258 | 2026-07-13T04:31:38.378Z | Compiling darling_core v0.23.0 |
| 259 | 2026-07-13T04:31:39.169Z | Compiling serde_derive v1.0.228 |
| 260 | 2026-07-13T04:31:39.169Z | Compiling thiserror-impl v2.0.18 |
| 261 | 2026-07-13T04:31:39.169Z | Compiling zerocopy-derive v0.8.52 |
| 262 | 2026-07-13T04:31:39.173Z | Compiling ref-cast-impl v1.0.25 |
| 263 | 2026-07-13T04:31:39.173Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 264 | 2026-07-13T04:31:41.104Z | Compiling darling_macro v0.23.0 |
| 265 | 2026-07-13T04:31:41.113Z | Compiling darling_macro v0.21.3 |
| 266 | 2026-07-13T04:31:42.008Z | Compiling darling v0.23.0 |
| 267 | 2026-07-13T04:31:42.034Z | Compiling darling v0.21.3 |
| 268 | 2026-07-13T04:31:42.081Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 269 | 2026-07-13T04:31:42.089Z | Compiling ingot-macros v0.1.1 |
| 270 | 2026-07-13T04:31:46.943Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-13-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 271 | 2026-07-13T04:31:49.193Z | Checking byteorder v1.5.0 |
| 272 | 2026-07-13T04:31:49.193Z | Checking cfg-if v1.0.4 |
| 273 | 2026-07-13T04:31:49.193Z | Checking macaddr v1.0.1 |
| 274 | 2026-07-13T04:31:49.211Z | Checking stable_deref_trait v1.2.1 |
| 275 | 2026-07-13T04:31:49.211Z | Checking bitflags v1.3.2 |
| 276 | 2026-07-13T04:31:49.235Z | Checking managed v0.8.0 |
| 277 | 2026-07-13T04:31:49.254Z | Checking cobs v0.3.0 |
| 278 | 2026-07-13T04:31:49.311Z | Checking hash32 v0.3.1 |
| 279 | 2026-07-13T04:31:49.326Z | Checking dyn-clone v1.0.20 |
| 280 | 2026-07-13T04:31:49.364Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 281 | 2026-07-13T04:31:49.368Z | Checking itertools v0.15.0 |
| 282 | 2026-07-13T04:31:50.557Z | Checking bitflags v2.13.0 |
| 283 | 2026-07-13T04:31:50.557Z | Checking uuid v1.23.4 |
| 284 | 2026-07-13T04:31:50.713Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 285 | 2026-07-13T04:31:50.916Z | Checking postcard v1.1.3 |
| 286 | 2026-07-13T04:31:51.857Z | Checking ingot-types v0.1.2 |
| 287 | 2026-07-13T04:31:52.111Z | Checking ingot v0.1.1 |
| 288 | 2026-07-13T04:31:53.416Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 289 | 2026-07-13T04:31:57.090Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 290 | 2026-07-13T04:31:58.467Z | Checking xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 291 | 2026-07-13T04:32:00.422Z | Finished `dev` profile [optimized + debuginfo] target(s) in 30.52s |
| 292 | 2026-07-13T04:32:00.537Z | |
| 293 | 2026-07-13T04:32:00.550Z | real 30.708024195 |
| 294 | 2026-07-13T04:32:00.550Z | user 1:15.069508658 |
| 295 | 2026-07-13T04:32:00.550Z | sys 10.613554381 |
| 296 | 2026-07-13T04:32:00.550Z | trap 0.030103617 |
| 297 | 2026-07-13T04:32:00.550Z | tflt 0.068626032 |
| 298 | 2026-07-13T04:32:00.551Z | dflt 0.212607406 |
| 299 | 2026-07-13T04:32:00.551Z | kflt 0.001679717 |
| 300 | 2026-07-13T04:32:00.551Z | lock 5:24.988605588 |
| 301 | 2026-07-13T04:32:00.551Z | slp 3:28.762447680 |
| 302 | 2026-07-13T04:32:00.551Z | lat 2.698445713 |
| 303 | 2026-07-13T04:32:00.551Z | stop 9.035372840 |
| 304 | 2026-07-13T04:32:00.551Z | + pushd xde-link |
| 305 | 2026-07-13T04:32:00.551Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 306 | 2026-07-13T04:32:00.551Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 307 | 2026-07-13T04:32:00.721Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-13-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 308 | 2026-07-13T04:32:00.721Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-13-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 309 | 2026-07-13T04:32:00.721Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 310 | 2026-07-13T04:32:11.760Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-13-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 311 | 2026-07-13T04:32:13.970Z | Finished `dev` profile [optimized + debuginfo] target(s) in 13.36s |
| 312 | 2026-07-13T04:32:13.988Z | |
| 313 | 2026-07-13T04:32:14.016Z | real 13.440648321 |
| 314 | 2026-07-13T04:32:14.016Z | user 21.267198598 |
| 315 | 2026-07-13T04:32:14.016Z | sys 1.290697430 |
| 316 | 2026-07-13T04:32:14.016Z | trap 0.003367071 |
| 317 | 2026-07-13T04:32:14.016Z | tflt 0.002756840 |
| 318 | 2026-07-13T04:32:14.016Z | dflt 0.051466909 |
| 319 | 2026-07-13T04:32:14.016Z | kflt 0.000000939 |
| 320 | 2026-07-13T04:32:14.017Z | lock 1:28.475183059 |
| 321 | 2026-07-13T04:32:14.017Z | slp 45.095657180 |
| 322 | 2026-07-13T04:32:14.017Z | lat 0.237592121 |
| 323 | 2026-07-13T04:32:14.017Z | stop 0.161839348 |
| 324 | 2026-07-13T04:32:14.017Z | + popd |
| 325 | 2026-07-13T04:32:14.017Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 326 | 2026-07-13T04:32:14.017Z | + popd |
| 327 | 2026-07-13T04:32:14.017Z | /work/oxidecomputer/opte |
| 328 | 2026-07-13T04:32:14.017Z | + header 'build xde (debug)' |
| 329 | 2026-07-13T04:32:14.017Z | # ==== build xde (debug) ==== # |
| 330 | 2026-07-13T04:32:14.022Z | + echo '# ==== build xde (debug) ==== #' |
| 331 | 2026-07-13T04:32:14.022Z | + ptime -m cargo xtask build --profile debug xde xde-link |
| 332 | 2026-07-13T04:32:14.158Z | Downloading crates ... |
| 333 | 2026-07-13T04:32:14.185Z | Downloaded anstyle-parse v1.0.0 |
| 334 | 2026-07-13T04:32:14.197Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 335 | 2026-07-13T04:32:14.197Z | Downloaded heck v0.5.0 |
| 336 | 2026-07-13T04:32:14.198Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 337 | 2026-07-13T04:32:14.198Z | Downloaded anstyle v1.0.14 |
| 338 | 2026-07-13T04:32:14.198Z | Downloaded errno v0.3.14 |
| 339 | 2026-07-13T04:32:14.210Z | Downloaded cargo-platform v0.3.3 |
| 340 | 2026-07-13T04:32:14.210Z | Downloaded utf8parse v0.2.2 |
| 341 | 2026-07-13T04:32:14.210Z | Downloaded clap_derive v4.6.1 |
| 342 | 2026-07-13T04:32:14.210Z | Downloaded zmij v1.0.21 |
| 343 | 2026-07-13T04:32:14.210Z | Downloaded is_terminal_polyfill v1.70.2 |
| 344 | 2026-07-13T04:32:14.210Z | Downloaded serde_spanned v1.1.1 |
| 345 | 2026-07-13T04:32:14.227Z | Downloaded colorchoice v1.0.5 |
| 346 | 2026-07-13T04:32:14.227Z | Downloaded equivalent v1.0.2 |
| 347 | 2026-07-13T04:32:14.227Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 348 | 2026-07-13T04:32:14.227Z | Downloaded itoa v1.0.18 |
| 349 | 2026-07-13T04:32:14.234Z | Downloaded cargo_metadata v0.23.1 |
| 350 | 2026-07-13T04:32:14.234Z | Downloaded anstream v1.0.0 |
| 351 | 2026-07-13T04:32:14.246Z | Downloaded anstyle-query v1.1.5 |
| 352 | 2026-07-13T04:32:14.246Z | Downloaded terminal_size v0.4.4 |
| 353 | 2026-07-13T04:32:14.260Z | Downloaded camino v1.2.4 |
| 354 | 2026-07-13T04:32:14.260Z | Downloaded clap_lex v1.1.0 |
| 355 | 2026-07-13T04:32:14.260Z | Downloaded semver v1.0.28 |
| 356 | 2026-07-13T04:32:14.270Z | Downloaded anyhow v1.0.103 |
| 357 | 2026-07-13T04:32:14.270Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 358 | 2026-07-13T04:32:14.403Z | Downloaded clap v4.6.1 |
| 359 | 2026-07-13T04:32:14.419Z | Downloaded indexmap v2.14.0 |
| 360 | 2026-07-13T04:32:14.419Z | Downloaded serde_json v1.0.150 |
| 361 | 2026-07-13T04:32:14.419Z | Downloaded clap_builder v4.6.0 |
| 362 | 2026-07-13T04:32:14.419Z | Downloaded winnow v1.0.3 |
| 363 | 2026-07-13T04:32:14.419Z | Downloaded rustix v1.1.4 |
| 364 | 2026-07-13T04:32:14.419Z | Downloaded libc v0.2.186 |
| 365 | 2026-07-13T04:32:14.476Z | Compiling proc-macro2 v1.0.106 |
| 366 | 2026-07-13T04:32:14.476Z | Compiling serde_core v1.0.228 |
| 367 | 2026-07-13T04:32:14.476Z | Compiling unicode-ident v1.0.24 |
| 368 | 2026-07-13T04:32:14.476Z | Compiling quote v1.0.46 |
| 369 | 2026-07-13T04:32:14.476Z | Compiling libc v0.2.186 |
| 370 | 2026-07-13T04:32:14.477Z | Compiling rustix v1.1.4 |
| 371 | 2026-07-13T04:32:14.477Z | Compiling bitflags v2.13.0 |
| 372 | 2026-07-13T04:32:14.510Z | Compiling utf8parse v0.2.2 |
| 373 | 2026-07-13T04:32:14.612Z | Compiling zmij v1.0.21 |
| 374 | 2026-07-13T04:32:14.646Z | Compiling anstyle-parse v1.0.0 |
| 375 | 2026-07-13T04:32:14.896Z | Compiling serde v1.0.228 |
| 376 | 2026-07-13T04:32:14.939Z | Compiling colorchoice v1.0.5 |
| 377 | 2026-07-13T04:32:15.001Z | Compiling anstyle v1.0.14 |
| 378 | 2026-07-13T04:32:15.001Z | Compiling camino v1.2.4 |
| 379 | 2026-07-13T04:32:15.001Z | Compiling is_terminal_polyfill v1.70.2 |
| 380 | 2026-07-13T04:32:15.038Z | Compiling serde_json v1.0.150 |
| 381 | 2026-07-13T04:32:15.065Z | Compiling thiserror v2.0.18 |
| 382 | 2026-07-13T04:32:15.149Z | Compiling anstyle-query v1.1.5 |
| 383 | 2026-07-13T04:32:15.192Z | Compiling errno v0.3.14 |
| 384 | 2026-07-13T04:32:15.253Z | Compiling anstream v1.0.0 |
| 385 | 2026-07-13T04:32:15.316Z | Compiling memchr v2.8.2 |
| 386 | 2026-07-13T04:32:15.396Z | Compiling clap_lex v1.1.0 |
| 387 | 2026-07-13T04:32:15.658Z | Compiling strsim v0.11.1 |
| 388 | 2026-07-13T04:32:15.679Z | Compiling itoa v1.0.18 |
| 389 | 2026-07-13T04:32:15.737Z | Compiling syn v2.0.118 |
| 390 | 2026-07-13T04:32:15.831Z | Compiling winnow v1.0.3 |
| 391 | 2026-07-13T04:32:15.854Z | Compiling terminal_size v0.4.4 |
| 392 | 2026-07-13T04:32:16.157Z | Compiling anyhow v1.0.103 |
| 393 | 2026-07-13T04:32:16.174Z | Compiling heck v0.5.0 |
| 394 | 2026-07-13T04:32:16.182Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 395 | 2026-07-13T04:32:16.196Z | Compiling clap_builder v4.6.0 |
| 396 | 2026-07-13T04:32:16.517Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 397 | 2026-07-13T04:32:16.779Z | Compiling cargo-platform v0.3.3 |
| 398 | 2026-07-13T04:32:16.853Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 399 | 2026-07-13T04:32:16.954Z | Compiling serde_spanned v1.1.1 |
| 400 | 2026-07-13T04:32:16.969Z | Compiling semver v1.0.28 |
| 401 | 2026-07-13T04:32:17.345Z | Compiling toml v1.1.2+spec-1.1.0 |
| 402 | 2026-07-13T04:32:17.946Z | Compiling thiserror-impl v2.0.18 |
| 403 | 2026-07-13T04:32:17.946Z | Compiling serde_derive v1.0.228 |
| 404 | 2026-07-13T04:32:17.946Z | Compiling clap_derive v4.6.1 |
| 405 | 2026-07-13T04:32:19.568Z | Compiling clap v4.6.1 |
| 406 | 2026-07-13T04:32:21.321Z | Compiling cargo_metadata v0.23.1 |
| 407 | 2026-07-13T04:32:23.792Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 408 | 2026-07-13T04:32:25.441Z | Finished `dev` profile [optimized + debuginfo] target(s) in 11.45s |
| 409 | 2026-07-13T04:32:25.454Z | Running `target/debug/xtask build --profile debug xde xde-link` |
| 410 | 2026-07-13T04:32:26.782Z | Building xde (dev). |
| 411 | 2026-07-13T04:32:27.003Z | Compiling serde_core v1.0.228 |
| 412 | 2026-07-13T04:32:27.003Z | Compiling byteorder v1.5.0 |
| 413 | 2026-07-13T04:32:27.003Z | Compiling macaddr v1.0.1 |
| 414 | 2026-07-13T04:32:27.003Z | Compiling cfg-if v1.0.4 |
| 415 | 2026-07-13T04:32:27.003Z | Compiling stable_deref_trait v1.2.1 |
| 416 | 2026-07-13T04:32:27.003Z | Compiling thiserror v2.0.18 |
| 417 | 2026-07-13T04:32:27.024Z | Compiling zerocopy v0.8.52 |
| 418 | 2026-07-13T04:32:27.035Z | Compiling bitflags v1.3.2 |
| 419 | 2026-07-13T04:32:27.080Z | Compiling managed v0.8.0 |
| 420 | 2026-07-13T04:32:27.086Z | Compiling cobs v0.3.0 |
| 421 | 2026-07-13T04:32:27.089Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 422 | 2026-07-13T04:32:27.120Z | Compiling either v1.16.0 |
| 423 | 2026-07-13T04:32:27.202Z | Compiling hash32 v0.3.1 |
| 424 | 2026-07-13T04:32:27.282Z | Compiling itertools v0.15.0 |
| 425 | 2026-07-13T04:32:27.293Z | Compiling heapless v0.8.0 |
| 426 | 2026-07-13T04:32:27.297Z | Compiling ref-cast v1.0.25 |
| 427 | 2026-07-13T04:32:27.355Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 428 | 2026-07-13T04:32:27.359Z | Compiling crc32fast v1.5.0 |
| 429 | 2026-07-13T04:32:27.371Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 430 | 2026-07-13T04:32:27.381Z | Compiling dyn-clone v1.0.20 |
| 431 | 2026-07-13T04:32:27.541Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 432 | 2026-07-13T04:32:27.666Z | Compiling smoltcp v0.11.0 |
| 433 | 2026-07-13T04:32:28.596Z | Compiling serde v1.0.228 |
| 434 | 2026-07-13T04:32:28.597Z | Compiling bitflags v2.13.0 |
| 435 | 2026-07-13T04:32:28.597Z | Compiling uuid v1.23.4 |
| 436 | 2026-07-13T04:32:28.732Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 437 | 2026-07-13T04:32:29.016Z | Compiling postcard v1.1.3 |
| 438 | 2026-07-13T04:32:29.837Z | Compiling ingot-types v0.1.2 |
| 439 | 2026-07-13T04:32:30.126Z | Compiling ingot v0.1.1 |
| 440 | 2026-07-13T04:32:31.577Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 441 | 2026-07-13T04:32:35.850Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 442 | 2026-07-13T04:32:46.464Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 443 | 2026-07-13T04:32:54.953Z | Finished `dev` profile [optimized + debuginfo] target(s) in 28.13s |
| 444 | 2026-07-13T04:32:54.977Z | Linking xde kmod... |
| 445 | 2026-07-13T04:32:56.196Z | Building xde dev link helper (dev). |
| 446 | 2026-07-13T04:32:56.353Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 447 | 2026-07-13T04:32:56.688Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.46s |
| 448 | 2026-07-13T04:32:56.711Z | |
| 449 | 2026-07-13T04:32:56.715Z | real 42.727222059 |
| 450 | 2026-07-13T04:32:56.715Z | user 2:18.093067277 |
| 451 | 2026-07-13T04:32:56.715Z | sys 11.574814960 |
| 452 | 2026-07-13T04:32:56.715Z | trap 0.057803166 |
| 453 | 2026-07-13T04:32:56.715Z | tflt 0.366762399 |
| 454 | 2026-07-13T04:32:56.715Z | dflt 0.441801818 |
| 455 | 2026-07-13T04:32:56.715Z | kflt 0.000001589 |
| 456 | 2026-07-13T04:32:56.715Z | lock 7:35.180601474 |
| 457 | 2026-07-13T04:32:56.716Z | slp 4:01.426332467 |
| 458 | 2026-07-13T04:32:56.716Z | lat 5.240859831 |
| 459 | 2026-07-13T04:32:56.716Z | stop 5.710675957 |
| 460 | 2026-07-13T04:32:56.716Z | + header 'build xde (release)' |
| 461 | 2026-07-13T04:32:56.716Z | + echo '# ==== build xde (release) ==== #' |
| 462 | 2026-07-13T04:32:56.716Z | # ==== build xde (release) ==== # |
| 463 | 2026-07-13T04:32:56.716Z | + ptime -m cargo xtask build --profile release xde xde-link |
| 464 | 2026-07-13T04:32:56.849Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s |
| 465 | 2026-07-13T04:32:56.852Z | Running `target/debug/xtask build --profile release xde xde-link` |
| 466 | 2026-07-13T04:32:57.041Z | Building xde (release-lto). |
| 467 | 2026-07-13T04:32:57.264Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-13-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 468 | 2026-07-13T04:32:57.265Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-13-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 469 | 2026-07-13T04:32:57.265Z | Compiling proc-macro2 v1.0.106 |
| 470 | 2026-07-13T04:32:57.265Z | Compiling quote v1.0.46 |
| 471 | 2026-07-13T04:32:57.265Z | Compiling unicode-ident v1.0.24 |
| 472 | 2026-07-13T04:32:57.265Z | Compiling ident_case v1.0.1 |
| 473 | 2026-07-13T04:32:57.267Z | Compiling strsim v0.11.1 |
| 474 | 2026-07-13T04:32:57.290Z | Compiling serde_core v1.0.228 |
| 475 | 2026-07-13T04:32:57.383Z | Compiling memchr v2.8.2 |
| 476 | 2026-07-13T04:32:57.390Z | Compiling fnv v1.0.7 |
| 477 | 2026-07-13T04:32:57.461Z | Compiling regex-syntax v0.8.11 |
| 478 | 2026-07-13T04:32:57.631Z | Compiling either v1.16.0 |
| 479 | 2026-07-13T04:32:57.644Z | Compiling zerocopy v0.8.52 |
| 480 | 2026-07-13T04:32:57.650Z | Compiling serde v1.0.228 |
| 481 | 2026-07-13T04:32:57.769Z | Compiling aho-corasick v1.1.4 |
| 482 | 2026-07-13T04:32:57.814Z | Compiling thiserror v2.0.18 |
| 483 | 2026-07-13T04:32:58.020Z | Compiling itertools v0.14.0 |
| 484 | 2026-07-13T04:32:58.045Z | Compiling heapless v0.8.0 |
| 485 | 2026-07-13T04:32:58.381Z | Compiling syn v2.0.118 |
| 486 | 2026-07-13T04:32:58.424Z | Compiling smoltcp v0.11.0 |
| 487 | 2026-07-13T04:32:58.448Z | Compiling version_check v0.9.5 |
| 488 | 2026-07-13T04:32:58.508Z | Compiling ref-cast v1.0.25 |
| 489 | 2026-07-13T04:32:58.820Z | Compiling crc32fast v1.5.0 |
| 490 | 2026-07-13T04:32:58.897Z | Compiling regex-automata v0.4.14 |
| 491 | 2026-07-13T04:32:58.924Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 492 | 2026-07-13T04:33:00.485Z | Compiling regex v1.12.4 |
| 493 | 2026-07-13T04:33:00.722Z | Compiling darling_core v0.21.3 |
| 494 | 2026-07-13T04:33:00.740Z | Compiling darling_core v0.23.0 |
| 495 | 2026-07-13T04:33:01.684Z | Compiling serde_derive v1.0.228 |
| 496 | 2026-07-13T04:33:01.684Z | Compiling thiserror-impl v2.0.18 |
| 497 | 2026-07-13T04:33:01.684Z | Compiling zerocopy-derive v0.8.52 |
| 498 | 2026-07-13T04:33:01.684Z | Compiling ref-cast-impl v1.0.25 |
| 499 | 2026-07-13T04:33:01.691Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 500 | 2026-07-13T04:33:03.175Z | Compiling darling_macro v0.21.3 |
| 501 | 2026-07-13T04:33:03.414Z | Compiling darling_macro v0.23.0 |
| 502 | 2026-07-13T04:33:04.074Z | Compiling darling v0.21.3 |
| 503 | 2026-07-13T04:33:04.277Z | Compiling ingot-macros v0.1.1 |
| 504 | 2026-07-13T04:33:04.330Z | Compiling darling v0.23.0 |
| 505 | 2026-07-13T04:33:04.366Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 506 | 2026-07-13T04:33:11.094Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-13-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 507 | 2026-07-13T04:33:12.298Z | Compiling byteorder v1.5.0 |
| 508 | 2026-07-13T04:33:12.298Z | Compiling macaddr v1.0.1 |
| 509 | 2026-07-13T04:33:12.310Z | Compiling cfg-if v1.0.4 |
| 510 | 2026-07-13T04:33:12.310Z | Compiling stable_deref_trait v1.2.1 |
| 511 | 2026-07-13T04:33:12.310Z | Compiling bitflags v1.3.2 |
| 512 | 2026-07-13T04:33:12.310Z | Compiling cobs v0.3.0 |
| 513 | 2026-07-13T04:33:12.314Z | Compiling managed v0.8.0 |
| 514 | 2026-07-13T04:33:12.400Z | Compiling hash32 v0.3.1 |
| 515 | 2026-07-13T04:33:12.468Z | Compiling dyn-clone v1.0.20 |
| 516 | 2026-07-13T04:33:12.522Z | Compiling itertools v0.15.0 |
| 517 | 2026-07-13T04:33:12.568Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 518 | 2026-07-13T04:33:13.783Z | Compiling bitflags v2.13.0 |
| 519 | 2026-07-13T04:33:13.783Z | Compiling uuid v1.23.4 |
| 520 | 2026-07-13T04:33:13.926Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 521 | 2026-07-13T04:33:14.327Z | Compiling postcard v1.1.3 |
| 522 | 2026-07-13T04:33:15.085Z | Compiling ingot-types v0.1.2 |
| 523 | 2026-07-13T04:33:15.403Z | Compiling ingot v0.1.1 |
| 524 | 2026-07-13T04:33:16.990Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 525 | 2026-07-13T04:33:20.712Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 526 | 2026-07-13T04:33:29.625Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 527 | 2026-07-13T04:33:59.760Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 02s |
| 528 | 2026-07-13T04:33:59.784Z | Linking xde kmod... |
| 529 | 2026-07-13T04:34:00.398Z | Building xde dev link helper (release). |
| 530 | 2026-07-13T04:34:00.554Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-13-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 531 | 2026-07-13T04:34:00.554Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-13-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 532 | 2026-07-13T04:34:00.554Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 533 | 2026-07-13T04:34:12.274Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-13-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 534 | 2026-07-13T04:34:14.844Z | Finished `release` profile [optimized + debuginfo] target(s) in 14.41s |
| 535 | 2026-07-13T04:34:14.863Z | |
| 536 | 2026-07-13T04:34:14.866Z | real 1:18.148236790 |
| 537 | 2026-07-13T04:34:14.866Z | user 2:11.936028959 |
| 538 | 2026-07-13T04:34:14.866Z | sys 12.713060489 |
| 539 | 2026-07-13T04:34:14.867Z | trap 0.031012378 |
| 540 | 2026-07-13T04:34:14.867Z | tflt 0.162462498 |
| 541 | 2026-07-13T04:34:14.868Z | dflt 0.186317888 |
| 542 | 2026-07-13T04:34:14.868Z | kflt 0.000037898 |
| 543 | 2026-07-13T04:34:14.868Z | lock 12:24.452248347 |
| 544 | 2026-07-13T04:34:14.868Z | slp 6:15.571868621 |
| 545 | 2026-07-13T04:34:14.868Z | lat 3.626739245 |
| 546 | 2026-07-13T04:34:14.868Z | stop 6.515473791 |
| 547 | 2026-07-13T04:34:14.868Z | + elfdump target/x86_64-unknown-unknown/debug/xde.dbg |
| 548 | 2026-07-13T04:34:14.868Z | + grep GOTPCREL |
| 549 | 2026-07-13T04:34:16.723Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 550 | 2026-07-13T04:34:16.726Z | + grep GOTPCREL |
| 551 | 2026-07-13T04:34:17.702Z | + cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/ |
| 552 | 2026-07-13T04:34:17.760Z | + sha256sum /work/debug/xde.dbg |
| 553 | 2026-07-13T04:34:17.813Z | + cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so |
| 554 | 2026-07-13T04:34:17.816Z | + sha256sum /work/debug/xde_link.dbg.so |
| 555 | 2026-07-13T04:34:17.819Z | + cp target/x86_64-unknown-unknown/release-lto/xde /work/release/ |
| 556 | 2026-07-13T04:34:17.855Z | + sha256sum /work/release/xde |
| 557 | 2026-07-13T04:34:17.885Z | + cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so |
| 558 | 2026-07-13T04:34:17.888Z | + sha256sum /work/release/xde_link.so |
| 559 | 2026-07-13T04:34:17.891Z | + header 'build xde integration tests' |
| 560 | 2026-07-13T04:34:17.891Z | + echo '# ==== build xde integration tests ==== #' |
| 561 | 2026-07-13T04:34:17.891Z | # ==== build xde integration tests ==== # |
| 562 | 2026-07-13T04:34:17.891Z | + pushd xde-tests |
| 563 | 2026-07-13T04:34:17.891Z | /work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte |
| 564 | 2026-07-13T04:34:17.891Z | + cargo +nightly-2026-07-13-x86_64-unknown-illumos fmt -- --check |
| 565 | 2026-07-13T04:34:17.971Z | + cargo clippy --all-targets -- --deny warnings |
| 566 | 2026-07-13T04:34:18.186Z | Compiling serde_core v1.0.228 |
| 567 | 2026-07-13T04:34:18.186Z | Checking cfg-if v1.0.4 |
| 568 | 2026-07-13T04:34:18.186Z | Checking memchr v2.8.2 |
| 569 | 2026-07-13T04:34:18.186Z | Compiling rustversion v1.0.22 |
| 570 | 2026-07-13T04:34:18.186Z | Compiling serde v1.0.228 |
| 571 | 2026-07-13T04:34:18.187Z | Compiling ident_case v1.0.1 |
| 572 | 2026-07-13T04:34:18.190Z | Compiling strsim v0.11.1 |
| 573 | 2026-07-13T04:34:18.190Z | Compiling syn v2.0.118 |
| 574 | 2026-07-13T04:34:18.262Z | Compiling version_check v0.9.5 |
| 575 | 2026-07-13T04:34:18.311Z | Compiling libc v0.2.186 |
| 576 | 2026-07-13T04:34:18.477Z | Compiling fnv v1.0.7 |
| 577 | 2026-07-13T04:34:18.549Z | Compiling syn v1.0.109 |
| 578 | 2026-07-13T04:34:18.557Z | Checking pin-project-lite v0.2.17 |
| 579 | 2026-07-13T04:34:18.586Z | Compiling regex-syntax v0.8.11 |
| 580 | 2026-07-13T04:34:18.628Z | Compiling either v1.16.0 |
| 581 | 2026-07-13T04:34:18.826Z | Compiling zerocopy v0.8.52 |
| 582 | 2026-07-13T04:34:18.894Z | Compiling aho-corasick v1.1.4 |
| 583 | 2026-07-13T04:34:19.016Z | Compiling hashbrown v0.17.1 |
| 584 | 2026-07-13T04:34:19.080Z | Compiling winnow v1.0.3 |
| 585 | 2026-07-13T04:34:19.135Z | Compiling equivalent v1.0.2 |
| 586 | 2026-07-13T04:34:19.254Z | Compiling itertools v0.14.0 |
| 587 | 2026-07-13T04:34:19.574Z | Compiling indexmap v2.14.0 |
| 588 | 2026-07-13T04:34:20.071Z | Compiling regex-automata v0.4.14 |
| 589 | 2026-07-13T04:34:20.201Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 590 | 2026-07-13T04:34:20.207Z | Compiling heapless v0.8.0 |
| 591 | 2026-07-13T04:34:20.316Z | Checking byteorder v1.5.0 |
| 592 | 2026-07-13T04:34:20.489Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 593 | 2026-07-13T04:34:20.640Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 594 | 2026-07-13T04:34:20.654Z | Checking hash32 v0.3.1 |
| 595 | 2026-07-13T04:34:20.663Z | Checking bitflags v2.13.0 |
| 596 | 2026-07-13T04:34:20.691Z | Compiling slog v2.8.2 |
| 597 | 2026-07-13T04:34:20.700Z | Checking macaddr v1.0.1 |
| 598 | 2026-07-13T04:34:20.751Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 599 | 2026-07-13T04:34:20.814Z | Compiling darling_core v0.21.3 |
| 600 | 2026-07-13T04:34:20.830Z | Compiling darling_core v0.23.0 |
| 601 | 2026-07-13T04:34:20.919Z | Checking futures-sink v0.3.32 |
| 602 | 2026-07-13T04:34:20.992Z | Checking stable_deref_trait v1.2.1 |
| 603 | 2026-07-13T04:34:21.005Z | Compiling smoltcp v0.11.0 |
| 604 | 2026-07-13T04:34:21.053Z | Checking futures-core v0.3.32 |
| 605 | 2026-07-13T04:34:21.167Z | Checking futures-channel v0.3.32 |
| 606 | 2026-07-13T04:34:21.345Z | Compiling proc-macro-crate v3.5.0 |
| 607 | 2026-07-13T04:34:21.527Z | Compiling proc-macro-error-attr v1.0.4 |
| 608 | 2026-07-13T04:34:21.704Z | Compiling autocfg v1.5.1 |
| 609 | 2026-07-13T04:34:21.744Z | Compiling regex v1.12.4 |
| 610 | 2026-07-13T04:34:21.756Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 611 | 2026-07-13T04:34:21.975Z | Checking managed v0.8.0 |
| 612 | 2026-07-13T04:34:21.980Z | Compiling serde_derive v1.0.228 |
| 613 | 2026-07-13T04:34:22.038Z | Compiling thiserror-impl v2.0.18 |
| 614 | 2026-07-13T04:34:22.126Z | Compiling zerocopy-derive v0.8.52 |
| 615 | 2026-07-13T04:34:22.150Z | Compiling futures-macro v0.3.32 |
| 616 | 2026-07-13T04:34:22.612Z | Compiling crc32fast v1.5.0 |
| 617 | 2026-07-13T04:34:22.624Z | Checking futures-io v0.3.32 |
| 618 | 2026-07-13T04:34:22.726Z | Checking futures-task v0.3.32 |
| 619 | 2026-07-13T04:34:22.857Z | Checking bitflags v1.3.2 |
| 620 | 2026-07-13T04:34:22.875Z | Compiling darling_macro v0.21.3 |
| 621 | 2026-07-13T04:34:22.887Z | Compiling darling_macro v0.23.0 |
| 622 | 2026-07-13T04:34:22.906Z | Checking rand_core v0.10.1 |
| 623 | 2026-07-13T04:34:22.916Z | Compiling getrandom v0.4.3 |
| 624 | 2026-07-13T04:34:22.975Z | Checking slab v0.4.12 |
| 625 | 2026-07-13T04:34:23.033Z | Compiling ref-cast v1.0.25 |
| 626 | 2026-07-13T04:34:23.130Z | Checking futures-util v0.3.32 |
| 627 | 2026-07-13T04:34:23.243Z | Checking thiserror v2.0.18 |
| 628 | 2026-07-13T04:34:23.332Z | Checking cobs v0.3.0 |
| 629 | 2026-07-13T04:34:23.422Z | Compiling num-traits v0.2.19 |
| 630 | 2026-07-13T04:34:23.442Z | Compiling darling v0.21.3 |
| 631 | 2026-07-13T04:34:23.460Z | Compiling darling v0.23.0 |
| 632 | 2026-07-13T04:34:23.465Z | Compiling foreign-types-macros v0.2.3 |
| 633 | 2026-07-13T04:34:23.508Z | Compiling ingot-macros v0.1.1 |
| 634 | 2026-07-13T04:34:23.527Z | Compiling ref-cast-impl v1.0.25 |
| 635 | 2026-07-13T04:34:23.656Z | Compiling num_enum_derive v0.7.6 |
| 636 | 2026-07-13T04:34:24.121Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 637 | 2026-07-13T04:34:24.137Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 638 | 2026-07-13T04:34:24.405Z | Compiling proc-macro-error v1.0.4 |
| 639 | 2026-07-13T04:34:24.449Z | Checking ipnetwork v0.21.1 |
| 640 | 2026-07-13T04:34:24.510Z | Checking once_cell v1.21.4 |
| 641 | 2026-07-13T04:34:24.626Z | Checking cpufeatures v0.3.0 |
| 642 | 2026-07-13T04:34:24.669Z | Compiling crossbeam-utils v0.8.21 |
| 643 | 2026-07-13T04:34:24.678Z | Checking foreign-types-shared v0.3.1 |
| 644 | 2026-07-13T04:34:24.683Z | Checking unicode-width v0.2.2 |
| 645 | 2026-07-13T04:34:24.689Z | Checking num_enum v0.7.6 |
| 646 | 2026-07-13T04:34:24.748Z | Checking foreign-types v0.5.0 |
| 647 | 2026-07-13T04:34:24.780Z | Checking chacha20 v0.10.1 |
| 648 | 2026-07-13T04:34:24.808Z | Checking tracing-core v0.1.36 |
| 649 | 2026-07-13T04:34:24.924Z | Checking tabwriter v1.4.1 |
| 650 | 2026-07-13T04:34:25.112Z | Checking futures-executor v0.3.32 |
| 651 | 2026-07-13T04:34:25.124Z | Checking anyhow v1.0.103 |
| 652 | 2026-07-13T04:34:25.131Z | Checking erased-serde v0.3.31 |
| 653 | 2026-07-13T04:34:25.140Z | Checking postcard v1.1.3 |
| 654 | 2026-07-13T04:34:25.252Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 655 | 2026-07-13T04:34:25.401Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 656 | 2026-07-13T04:34:25.417Z | Compiling tracing-attributes v0.1.31 |
| 657 | 2026-07-13T04:34:25.442Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 658 | 2026-07-13T04:34:25.544Z | Checking itertools v0.15.0 |
| 659 | 2026-07-13T04:34:25.775Z | Checking cstr-argument v0.1.2 |
| 660 | 2026-07-13T04:34:25.888Z | Compiling time-core v0.1.9 |
| 661 | 2026-07-13T04:34:25.893Z | Compiling num-conv v0.2.2 |
| 662 | 2026-07-13T04:34:26.006Z | Checking pretty-hex v0.4.2 |
| 663 | 2026-07-13T04:34:26.034Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 664 | 2026-07-13T04:34:26.054Z | Checking dyn-clone v1.0.20 |
| 665 | 2026-07-13T04:34:26.064Z | Compiling thiserror v1.0.69 |
| 666 | 2026-07-13T04:34:26.113Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 667 | 2026-07-13T04:34:26.146Z | Compiling time-macros v0.2.31 |
| 668 | 2026-07-13T04:34:26.265Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 669 | 2026-07-13T04:34:26.269Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 670 | 2026-07-13T04:34:26.284Z | Checking rand v0.10.2 |
| 671 | 2026-07-13T04:34:26.421Z | Checking futures v0.3.32 |
| 672 | 2026-07-13T04:34:26.428Z | Checking ingot-types v0.1.2 |
| 673 | 2026-07-13T04:34:26.534Z | Compiling thiserror-impl v1.0.69 |
| 674 | 2026-07-13T04:34:26.613Z | Checking uuid v1.23.4 |
| 675 | 2026-07-13T04:34:26.627Z | Checking tracing v0.1.44 |
| 676 | 2026-07-13T04:34:26.745Z | Checking arc-swap v1.9.2 |
| 677 | 2026-07-13T04:34:26.762Z | Checking ingot v0.1.1 |
| 678 | 2026-07-13T04:34:26.807Z | Checking socket2 v0.6.4 |
| 679 | 2026-07-13T04:34:26.837Z | Checking nom v8.0.0 |
| 680 | 2026-07-13T04:34:26.873Z | Checking thread_local v1.1.9 |
| 681 | 2026-07-13T04:34:26.954Z | Compiling heck v0.4.1 |
| 682 | 2026-07-13T04:34:27.026Z | Checking iana-time-zone v0.1.65 |
| 683 | 2026-07-13T04:34:27.127Z | Checking oxnet v0.1.6 |
| 684 | 2026-07-13T04:34:27.208Z | Checking deranged v0.5.8 |
| 685 | 2026-07-13T04:34:27.304Z | Checking powerfmt v0.2.0 |
| 686 | 2026-07-13T04:34:27.446Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 687 | 2026-07-13T04:34:27.521Z | Checking lazy_static v1.5.0 |
| 688 | 2026-07-13T04:34:27.576Z | Checking colored v3.1.1 |
| 689 | 2026-07-13T04:34:27.682Z | Compiling slog-async v2.8.0 |
| 690 | 2026-07-13T04:34:27.764Z | Checking slog-scope v4.4.1 |
| 691 | 2026-07-13T04:34:27.821Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 692 | 2026-07-13T04:34:27.885Z | Checking chrono v0.4.45 |
| 693 | 2026-07-13T04:34:28.013Z | Checking crossbeam-channel v0.5.15 |
| 694 | 2026-07-13T04:34:28.112Z | Checking time v0.3.53 |
| 695 | 2026-07-13T04:34:28.332Z | Checking cookie-factory v0.3.3 |
| 696 | 2026-07-13T04:34:28.371Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 697 | 2026-07-13T04:34:28.493Z | Checking itertools v0.12.1 |
| 698 | 2026-07-13T04:34:28.582Z | Checking is-terminal v0.4.17 |
| 699 | 2026-07-13T04:34:28.662Z | Checking term v1.2.1 |
| 700 | 2026-07-13T04:34:28.667Z | Checking take_mut v0.2.2 |
| 701 | 2026-07-13T04:34:28.692Z | Checking circular v0.3.0 |
| 702 | 2026-07-13T04:34:28.749Z | Checking log v0.4.33 |
| 703 | 2026-07-13T04:34:28.796Z | Checking rusticata-macros v5.0.0 |
| 704 | 2026-07-13T04:34:28.907Z | Checking slog-stdlog v4.1.1 |
| 705 | 2026-07-13T04:34:28.921Z | Checking pcap-parser v0.17.0 |
| 706 | 2026-07-13T04:34:29.266Z | Checking slog-term v2.9.2 |
| 707 | 2026-07-13T04:34:29.471Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 708 | 2026-07-13T04:34:29.759Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 709 | 2026-07-13T04:34:30.295Z | Checking slog-envlogger v2.2.0 |
| 710 | 2026-07-13T04:34:32.956Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 711 | 2026-07-13T04:34:34.594Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 712 | 2026-07-13T04:34:34.594Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 713 | 2026-07-13T04:34:34.945Z | Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 714 | 2026-07-13T04:34:35.362Z | error: redundant reference in `format!` argument |
| 715 | 2026-07-13T04:34:35.362Z | --> xde-tests/tests/loopback.rs:17:36 |
| 716 | 2026-07-13T04:34:35.362Z | | |
| 717 | 2026-07-13T04:34:35.362Z | 17 | .zexec(&format!("ping {}", &topol.nodes[1].port.ip()))?; |
| 718 | 2026-07-13T04:34:35.362Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the redundant `&`: `topol.nodes[1].port.ip()` |
| 719 | 2026-07-13T04:34:35.362Z | | |
| 720 | 2026-07-13T04:34:35.362Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.97.0/index.html#useless_borrows_in_formatting |
| 721 | 2026-07-13T04:34:35.362Z | = note: `-D clippy::useless-borrows-in-formatting` implied by `-D warnings` |
| 722 | 2026-07-13T04:34:35.362Z | = help: to override `-D warnings` add `#[allow(clippy::useless_borrows_in_formatting)]` |
| 723 | 2026-07-13T04:34:35.362Z | |
| 724 | 2026-07-13T04:34:36.482Z | error: could not compile `xde-tests` (test "loopback") due to 1 previous error |
| 725 | 2026-07-13T04:34:36.482Z | warning: build failed, waiting for other jobs to finish... |
| 726 | 2026-07-13T04:34:36.486Z | process exited: duration 203063 ms, exit code 101 |
| |
| 727 | 2026-07-13T04:34:36.505Z | found 9 output files |
| 728 | 2026-07-13T04:34:36.505Z | uploading: /work/debug/xde.dbg (95085664 bytes) |
| 729 | 2026-07-13T04:34:38.084Z | uploaded: /work/debug/xde.dbg |
| 730 | 2026-07-13T04:34:38.087Z | uploading: /work/debug/xde.dbg.sha256 (86 bytes) |
| 731 | 2026-07-13T04:34:39.097Z | uploaded: /work/debug/xde.dbg.sha256 |
| 732 | 2026-07-13T04:34:39.097Z | uploading: /work/debug/xde_link.dbg.so (1250132 bytes) |
| 733 | 2026-07-13T04:34:40.121Z | uploaded: /work/debug/xde_link.dbg.so |
| 734 | 2026-07-13T04:34:40.121Z | uploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes) |
| 735 | 2026-07-13T04:34:41.177Z | uploaded: /work/debug/xde_link.dbg.so.sha256 |
| 736 | 2026-07-13T04:34:41.177Z | uploading: /work/release/xde (52089528 bytes) |
| 737 | 2026-07-13T04:34:42.563Z | uploaded: /work/release/xde |
| 738 | 2026-07-13T04:34:42.563Z | uploading: /work/release/xde.sha256 (84 bytes) |
| 739 | 2026-07-13T04:34:43.573Z | uploaded: /work/release/xde.sha256 |
| 740 | 2026-07-13T04:34:43.574Z | uploading: /work/release/xde_link.so (44972 bytes) |
| 741 | 2026-07-13T04:34:44.590Z | uploaded: /work/release/xde_link.so |
| 742 | 2026-07-13T04:34:44.590Z | uploading: /work/release/xde_link.so.sha256 (92 bytes) |
| 743 | 2026-07-13T04:34:45.620Z | uploaded: /work/release/xde_link.so.sha256 |
| 744 | 2026-07-13T04:34:45.620Z | uploading: /work/xde.conf (79 bytes) |
| 745 | 2026-07-13T04:34:46.650Z | uploaded: /work/xde.conf |
| 746 | 2026-07-13T04:34:46.650Z | upload error: rule "/work/test/loopback" required a match, but was not used |
| 747 | 2026-07-13T04:34:46.650Z | upload error: rule "/work/test/multicast_rx" required a match, but was not used |
| 748 | 2026-07-13T04:34:46.650Z | upload error: rule "/work/test/multicast_multi_sub" required a match, but was not used |
| 749 | 2026-07-13T04:34:46.650Z | upload error: rule "/work/test/multicast_validation" required a match, but was not used |
| 750 | 2026-07-13T04:34:46.650Z | upload error: rule "/work/test/multicast_source_filter" required a match, but was not used |