|
|
|
| 1 | 2026-05-30T04:02:22.042Z | job assigned to worker 01KSVGPX5JJ9WKCVCTZR4SQ81N [factory aws, i-06f6408fc2d96bbc0] (queued for 48 s) |
| |
| 2 | 2026-05-30T04:02:28.853Z | starting task 0: "setup" |
| 3 | 2026-05-30T04:02:28.856Z | ++ uname -s |
| 4 | 2026-05-30T04:02:28.859Z | + kern=SunOS |
| 5 | 2026-05-30T04:02:28.859Z | + build_user=build |
| 6 | 2026-05-30T04:02:28.859Z | + build_uid=12345 |
| 7 | 2026-05-30T04:02:28.859Z | + work_dir=/work |
| 8 | 2026-05-30T04:02:28.859Z | + input_dir=/input |
| 9 | 2026-05-30T04:02:28.859Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-30T04:02:28.859Z | + case "$kern" in |
| 11 | 2026-05-30T04:02:28.859Z | + groupadd -g 12345 build |
| 12 | 2026-05-30T04:02:28.862Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-30T04:02:30.865Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-30T04:02:30.970Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-30T04:02:30.973Z | + home_fs=zfs |
| 16 | 2026-05-30T04:02:30.973Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-30T04:02:30.973Z | + mkdir -p /home/build |
| 18 | 2026-05-30T04:02:30.973Z | + chown build:build /home/build /work |
| 19 | 2026-05-30T04:02:32.974Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-30T04:02:32.979Z | process exited: duration 4123 ms, exit code 0 |
| |
| 21 | 2026-05-30T04:02:32.987Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-30T04:02:32.993Z | + printf ' * rust toolchain channel = "%s"\n' 1.95.0 |
| 23 | 2026-05-30T04:02:32.993Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-30T04:02:32.993Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-05-30T04:02:32.993Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-30T04:02:32.993Z | * rust toolchain channel = "1.95.0" |
| 27 | 2026-05-30T04:02:32.993Z | * rust toolchain profile = "default" |
| 28 | 2026-05-30T04:02:32.993Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-30T04:02:32.993Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default |
| 30 | 2026-05-30T04:02:33.103Z | info: downloading installer |
| 31 | 2026-05-30T04:02:34.653Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-30T04:02:34.653Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-30T04:02:34.653Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-30T04:02:34.653Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-30T04:02:34.666Z | info: profile set to default |
| 36 | 2026-05-30T04:02:34.666Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-30T04:02:34.669Z | info: syncing channel updates for 1.95.0-x86_64-unknown-illumos |
| 38 | 2026-05-30T04:02:34.804Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 39 | 2026-05-30T04:02:34.807Z | info: downloading 6 components |
| 40 | 2026-05-30T04:02:49.426Z | info: default toolchain set to 1.95.0-x86_64-unknown-illumos |
| 41 | 2026-05-30T04:02:49.426Z | |
| 42 | 2026-05-30T04:02:49.460Z | 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 43 | 2026-05-30T04:02:49.460Z | |
| 44 | 2026-05-30T04:02:49.460Z | |
| 45 | 2026-05-30T04:02:49.460Z | Rust is installed now. Great! |
| 46 | 2026-05-30T04:02:49.460Z | |
| 47 | 2026-05-30T04:02:49.460Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-30T04:02:49.460Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-30T04:02:49.460Z | |
| 50 | 2026-05-30T04:02:49.460Z | To configure your current shell, you need to source |
| 51 | 2026-05-30T04:02:49.460Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-30T04:02:49.460Z | |
| 53 | 2026-05-30T04:02:49.460Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-30T04:02:49.460Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-30T04:02:49.460Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-30T04:02:49.464Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-30T04:02:49.464Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-30T04:02:49.464Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-30T04:02:49.464Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-30T04:02:49.464Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-30T04:02:49.464Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-30T04:02:49.547Z | + rustup --version |
| 63 | 2026-05-30T04:02:49.556Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-30T04:02:49.559Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-30T04:02:49.578Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 66 | 2026-05-30T04:02:49.580Z | + cargo --version |
| 67 | 2026-05-30T04:02:49.595Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 68 | 2026-05-30T04:02:49.598Z | + rustc --version |
| 69 | 2026-05-30T04:02:49.620Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 70 | 2026-05-30T04:02:49.624Z | process exited: duration 16633 ms, exit code 0 |
| |
| 71 | 2026-05-30T04:02:49.629Z | starting task 2: "authentication" |
| 72 | 2026-05-30T04:02:49.646Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-30T04:02:49.651Z | starting task 3: "clone repository" |
| 74 | 2026-05-30T04:02:49.654Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-05-30T04:02:49.657Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-05-30T04:02:49.694Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-05-30T04:02:50.464Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-05-30T04:02:50.464Z | + git fetch origin 24b470b8d12aa183b4fd0951cce5852d1d72761b |
| 79 | 2026-05-30T04:02:50.708Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-05-30T04:02:50.708Z | * branch 24b470b8d12aa183b4fd0951cce5852d1d72761b -> FETCH_HEAD |
| 81 | 2026-05-30T04:02:50.713Z | + [[ -n renovate/zerocopy-0.x-lockfile ]] |
| 82 | 2026-05-30T04:02:50.718Z | ++ git branch --show-current |
| 83 | 2026-05-30T04:02:50.718Z | + current=master |
| 84 | 2026-05-30T04:02:50.718Z | + [[ master != renovate/zerocopy-0.x-lockfile ]] |
| 85 | 2026-05-30T04:02:50.718Z | + git branch -f renovate/zerocopy-0.x-lockfile 24b470b8d12aa183b4fd0951cce5852d1d72761b |
| 86 | 2026-05-30T04:02:50.721Z | + git checkout -f renovate/zerocopy-0.x-lockfile |
| 87 | 2026-05-30T04:02:50.735Z | Switched to branch 'renovate/zerocopy-0.x-lockfile' |
| 88 | 2026-05-30T04:02:50.739Z | + git reset --hard 24b470b8d12aa183b4fd0951cce5852d1d72761b |
| 89 | 2026-05-30T04:02:50.752Z | HEAD is now at 24b470b Update Rust crate zerocopy to v0.8.50 |
| 90 | 2026-05-30T04:02:50.755Z | process exited: duration 1101 ms, exit code 0 |
| |
| 91 | 2026-05-30T04:02:50.761Z | starting task 4: "build" |
| 92 | 2026-05-30T04:02:50.764Z | + source .github/buildomat/common.sh |
| 93 | 2026-05-30T04:02:50.767Z | ++ rustup show active-toolchain |
| 94 | 2026-05-30T04:02:50.771Z | 1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-05-30T04:02:50.771Z | ++ pushd xde |
| 96 | 2026-05-30T04:02:50.771Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-05-30T04:02:50.771Z | ++ rustup show active-toolchain |
| 98 | 2026-05-30T04:02:50.775Z | info: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos |
| 99 | 2026-05-30T04:02:50.930Z | info: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31) |
| 100 | 2026-05-30T04:02:50.933Z | info: downloading 6 components |
| 101 | 2026-05-30T04:03:04.294Z | nightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-05-30T04:03:04.393Z | +++ rustup show active-toolchain -v |
| 103 | 2026-05-30T04:03:04.396Z | +++ head -n 1 |
| 104 | 2026-05-30T04:03:04.396Z | +++ cut '-d ' -f1 |
| 105 | 2026-05-30T04:03:04.447Z | ++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 106 | 2026-05-30T04:03:04.447Z | ++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 107 | 2026-05-30T04:03:04.447Z | ++ popd |
| 108 | 2026-05-30T04:03:04.450Z | /work/oxidecomputer/opte |
| 109 | 2026-05-30T04:03:04.450Z | + TGT_BASE=/work |
| 110 | 2026-05-30T04:03:04.450Z | + DBG_SRC=target/x86_64-unknown-unknown/debug |
| 111 | 2026-05-30T04:03:04.450Z | + DBG_LINK_SRC=target/i686-unknown-illumos/debug |
| 112 | 2026-05-30T04:03:04.450Z | + DBG_TGT=/work/debug |
| 113 | 2026-05-30T04:03:04.450Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 114 | 2026-05-30T04:03:04.450Z | + REL_LINK_SRC=target/i686-unknown-illumos/release |
| 115 | 2026-05-30T04:03:04.450Z | + REL_TGT=/work/release |
| 116 | 2026-05-30T04:03:04.450Z | + mkdir -p /work/debug /work/release |
| 117 | 2026-05-30T04:03:04.450Z | + cargo --version |
| 118 | 2026-05-30T04:03:04.458Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 119 | 2026-05-30T04:03:04.461Z | + rustc --version |
| 120 | 2026-05-30T04:03:04.480Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 121 | 2026-05-30T04:03:04.483Z | + install_pkg jq |
| 122 | 2026-05-30T04:03:04.484Z | + set +o errexit |
| 123 | 2026-05-30T04:03:04.484Z | + pfexec pkg install jq |
| 124 | 2026-05-30T04:03:05.427Z | Startup: Refreshing catalog 'helios' ... Done |
| 125 | 2026-05-30T04:03:05.506Z | Startup: Caching catalogs ... Done |
| 126 | 2026-05-30T04:03:05.796Z | Planning: Solver setup ... Done |
| 127 | 2026-05-30T04:03:05.815Z | Planning: Running solver ... Done |
| 128 | 2026-05-30T04:03:05.821Z | Planning: Consolidating action changes ... Done |
| 129 | 2026-05-30T04:03:05.825Z | Planning: Evaluating mediators ... Done |
| 130 | 2026-05-30T04:03:05.825Z | Planning: Planning completed in 0.30 seconds |
| 131 | 2026-05-30T04:03:05.838Z | No updates necessary for this image. |
| 132 | 2026-05-30T04:03:05.921Z | + exit_code=4 |
| 133 | 2026-05-30T04:03:05.921Z | + [[ 4 -ne 0 ]] |
| 134 | 2026-05-30T04:03:05.921Z | + [[ 4 -ne 4 ]] |
| 135 | 2026-05-30T04:03:05.921Z | + set -o errexit |
| 136 | 2026-05-30T04:03:05.924Z | + pushd xde |
| 137 | 2026-05-30T04:03:05.924Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 138 | 2026-05-30T04:03:05.924Z | + cp xde.conf /work/xde.conf |
| 139 | 2026-05-30T04:03:05.924Z | + header 'check style' |
| 140 | 2026-05-30T04:03:05.924Z | + echo '# ==== check style ==== #' |
| 141 | 2026-05-30T04:03:05.924Z | # ==== check style ==== # |
| 142 | 2026-05-30T04:03:05.924Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check |
| 143 | 2026-05-30T04:03:06.134Z | |
| 144 | 2026-05-30T04:03:06.134Z | real 0.208381066 |
| 145 | 2026-05-30T04:03:06.134Z | user 0.153475524 |
| 146 | 2026-05-30T04:03:06.134Z | sys 0.044704655 |
| 147 | 2026-05-30T04:03:06.134Z | trap 0.000007780 |
| 148 | 2026-05-30T04:03:06.134Z | tflt 0.000028640 |
| 149 | 2026-05-30T04:03:06.134Z | dflt 0.000000000 |
| 150 | 2026-05-30T04:03:06.134Z | kflt 0.000000000 |
| 151 | 2026-05-30T04:03:06.134Z | lock 0.034876360 |
| 152 | 2026-05-30T04:03:06.134Z | slp 0.186417256 |
| 153 | 2026-05-30T04:03:06.134Z | lat 0.000730000 |
| 154 | 2026-05-30T04:03:06.134Z | stop 0.000114460 |
| 155 | 2026-05-30T04:03:06.138Z | + header analyze |
| 156 | 2026-05-30T04:03:06.138Z | + echo '# ==== analyze ==== #' |
| 157 | 2026-05-30T04:03:06.138Z | # ==== analyze ==== # |
| 158 | 2026-05-30T04:03:06.138Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 159 | 2026-05-30T04:03:06.311Z | Updating crates.io index |
| 160 | 2026-05-30T04:03:06.345Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 161 | 2026-05-30T04:03:06.972Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 162 | 2026-05-30T04:03:07.548Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 163 | 2026-05-30T04:03:07.904Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 164 | 2026-05-30T04:03:08.290Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 165 | 2026-05-30T04:03:08.638Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 166 | 2026-05-30T04:03:08.904Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 167 | 2026-05-30T04:03:10.595Z | Downloading crates ... |
| 168 | 2026-05-30T04:03:10.660Z | Downloaded darling_core v0.21.3 |
| 169 | 2026-05-30T04:03:10.664Z | Downloaded darling_macro v0.23.0 |
| 170 | 2026-05-30T04:03:10.676Z | Downloaded proc-macro-error2 v2.0.1 |
| 171 | 2026-05-30T04:03:10.679Z | Downloaded darling v0.23.0 |
| 172 | 2026-05-30T04:03:10.683Z | Downloaded uuid v1.23.1 |
| 173 | 2026-05-30T04:03:10.700Z | Downloaded darling v0.21.3 |
| 174 | 2026-05-30T04:03:10.713Z | Downloaded either v1.15.0 |
| 175 | 2026-05-30T04:03:10.723Z | Downloaded macaddr v1.0.1 |
| 176 | 2026-05-30T04:03:10.726Z | Downloaded ident_case v1.0.1 |
| 177 | 2026-05-30T04:03:10.726Z | Downloaded defmt-parser v1.0.0 |
| 178 | 2026-05-30T04:03:10.726Z | Downloaded heapless v0.8.0 |
| 179 | 2026-05-30T04:03:10.734Z | Downloaded defmt v0.3.100 |
| 180 | 2026-05-30T04:03:10.738Z | Downloaded ref-cast-impl v1.0.25 |
| 181 | 2026-05-30T04:03:10.741Z | Downloaded ref-cast v1.0.25 |
| 182 | 2026-05-30T04:03:10.744Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 183 | 2026-05-30T04:03:10.750Z | Downloaded embedded-io v0.4.0 |
| 184 | 2026-05-30T04:03:10.753Z | Downloaded darling_macro v0.21.3 |
| 185 | 2026-05-30T04:03:10.753Z | Downloaded embedded-io v0.6.1 |
| 186 | 2026-05-30T04:03:10.753Z | Downloaded itertools v0.14.0 |
| 187 | 2026-05-30T04:03:10.757Z | Downloaded hash32 v0.3.1 |
| 188 | 2026-05-30T04:03:10.760Z | Downloaded aho-corasick v1.1.4 |
| 189 | 2026-05-30T04:03:10.764Z | Downloaded cfg-if v1.0.4 |
| 190 | 2026-05-30T04:03:10.767Z | Downloaded dyn-clone v1.0.20 |
| 191 | 2026-05-30T04:03:10.767Z | Downloaded strsim v0.11.1 |
| 192 | 2026-05-30T04:03:10.770Z | Downloaded cobs v0.3.0 |
| 193 | 2026-05-30T04:03:10.774Z | Downloaded version_check v0.9.5 |
| 194 | 2026-05-30T04:03:10.777Z | Downloaded stable_deref_trait v1.2.1 |
| 195 | 2026-05-30T04:03:10.777Z | Downloaded fnv v1.0.7 |
| 196 | 2026-05-30T04:03:10.777Z | Downloaded thiserror v2.0.18 |
| 197 | 2026-05-30T04:03:10.780Z | Downloaded thiserror-impl v2.0.18 |
| 198 | 2026-05-30T04:03:10.798Z | Downloaded quote v1.0.45 |
| 199 | 2026-05-30T04:03:10.801Z | Downloaded managed v0.8.0 |
| 200 | 2026-05-30T04:03:10.801Z | Downloaded bitflags v1.3.2 |
| 201 | 2026-05-30T04:03:10.804Z | Downloaded ingot-types v0.1.2 |
| 202 | 2026-05-30T04:03:10.807Z | Downloaded byteorder v1.5.0 |
| 203 | 2026-05-30T04:03:10.819Z | Downloaded crc32fast v1.5.0 |
| 204 | 2026-05-30T04:03:10.822Z | Downloaded ingot v0.1.1 |
| 205 | 2026-05-30T04:03:10.828Z | Downloaded ingot-macros v0.1.1 |
| 206 | 2026-05-30T04:03:10.833Z | Downloaded defmt v1.0.1 |
| 207 | 2026-05-30T04:03:10.838Z | Downloaded unicode-ident v1.0.24 |
| 208 | 2026-05-30T04:03:10.841Z | Downloaded bitflags v2.11.1 |
| 209 | 2026-05-30T04:03:10.844Z | Downloaded proc-macro2 v1.0.106 |
| 210 | 2026-05-30T04:03:10.847Z | Downloaded postcard v1.1.3 |
| 211 | 2026-05-30T04:03:10.853Z | Downloaded serde_core v1.0.228 |
| 212 | 2026-05-30T04:03:10.856Z | Downloaded darling_core v0.23.0 |
| 213 | 2026-05-30T04:03:10.858Z | Downloaded serde_derive v1.0.228 |
| 214 | 2026-05-30T04:03:10.863Z | Downloaded memchr v2.8.0 |
| 215 | 2026-05-30T04:03:10.867Z | Downloaded zerocopy-derive v0.8.50 |
| 216 | 2026-05-30T04:03:10.872Z | Downloaded serde v1.0.228 |
| 217 | 2026-05-30T04:03:10.912Z | Downloaded regex v1.12.3 |
| 218 | 2026-05-30T04:03:10.958Z | Downloaded zerocopy v0.8.50 |
| 219 | 2026-05-30T04:03:10.968Z | Downloaded regex-syntax v0.8.10 |
| 220 | 2026-05-30T04:03:10.972Z | Downloaded smoltcp v0.11.0 |
| 221 | 2026-05-30T04:03:10.978Z | Downloaded regex-automata v0.4.14 |
| 222 | 2026-05-30T04:03:10.985Z | Downloaded syn v2.0.117 |
| 223 | 2026-05-30T04:03:11.025Z | Downloaded defmt-macros v1.0.1 |
| 224 | 2026-05-30T04:03:11.032Z | Updating crates.io index |
| 225 | 2026-05-30T04:03:11.140Z | Downloading crates ... |
| 226 | 2026-05-30T04:03:11.187Z | Downloaded adler2 v2.0.1 |
| 227 | 2026-05-30T04:03:11.201Z | Downloaded rustc-demangle v0.1.27 |
| 228 | 2026-05-30T04:03:11.203Z | Downloaded memchr v2.7.6 |
| 229 | 2026-05-30T04:03:11.207Z | Downloaded foldhash v0.2.0 |
| 230 | 2026-05-30T04:03:11.216Z | Downloaded miniz_oxide v0.8.9 |
| 231 | 2026-05-30T04:03:11.219Z | Downloaded rustc-literal-escaper v0.0.7 |
| 232 | 2026-05-30T04:03:11.222Z | Downloaded getopts v0.2.24 |
| 233 | 2026-05-30T04:03:11.229Z | Downloaded addr2line v0.25.1 |
| 234 | 2026-05-30T04:03:11.232Z | Downloaded hashbrown v0.16.1 |
| 235 | 2026-05-30T04:03:11.259Z | Downloaded gimli v0.32.3 |
| 236 | 2026-05-30T04:03:11.275Z | Downloaded object v0.37.3 |
| 237 | 2026-05-30T04:03:11.312Z | Downloaded libc v0.2.183 |
| 238 | 2026-05-30T04:03:11.370Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 239 | 2026-05-30T04:03:11.370Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 240 | 2026-05-30T04:03:11.370Z | Compiling proc-macro2 v1.0.106 |
| 241 | 2026-05-30T04:03:11.373Z | Compiling unicode-ident v1.0.24 |
| 242 | 2026-05-30T04:03:11.373Z | Compiling quote v1.0.45 |
| 243 | 2026-05-30T04:03:11.373Z | Compiling strsim v0.11.1 |
| 244 | 2026-05-30T04:03:11.373Z | Compiling ident_case v1.0.1 |
| 245 | 2026-05-30T04:03:11.373Z | Compiling serde_core v1.0.228 |
| 246 | 2026-05-30T04:03:11.549Z | Compiling memchr v2.8.0 |
| 247 | 2026-05-30T04:03:11.556Z | Compiling fnv v1.0.7 |
| 248 | 2026-05-30T04:03:11.640Z | Compiling regex-syntax v0.8.10 |
| 249 | 2026-05-30T04:03:11.821Z | Compiling either v1.15.0 |
| 250 | 2026-05-30T04:03:11.911Z | Compiling thiserror v2.0.18 |
| 251 | 2026-05-30T04:03:11.946Z | Compiling aho-corasick v1.1.4 |
| 252 | 2026-05-30T04:03:11.965Z | Compiling serde v1.0.228 |
| 253 | 2026-05-30T04:03:12.021Z | Compiling zerocopy v0.8.50 |
| 254 | 2026-05-30T04:03:12.232Z | Compiling itertools v0.14.0 |
| 255 | 2026-05-30T04:03:12.510Z | Compiling heapless v0.8.0 |
| 256 | 2026-05-30T04:03:12.562Z | Compiling syn v2.0.117 |
| 257 | 2026-05-30T04:03:12.701Z | Compiling smoltcp v0.11.0 |
| 258 | 2026-05-30T04:03:12.755Z | Compiling ref-cast v1.0.25 |
| 259 | 2026-05-30T04:03:13.025Z | Compiling crc32fast v1.5.0 |
| 260 | 2026-05-30T04:03:13.150Z | Compiling regex-automata v0.4.14 |
| 261 | 2026-05-30T04:03:13.169Z | Compiling version_check v0.9.5 |
| 262 | 2026-05-30T04:03:13.555Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 263 | 2026-05-30T04:03:14.730Z | Compiling regex v1.12.3 |
| 264 | 2026-05-30T04:03:14.927Z | Compiling darling_core v0.21.3 |
| 265 | 2026-05-30T04:03:14.927Z | Compiling darling_core v0.23.0 |
| 266 | 2026-05-30T04:03:15.883Z | Compiling thiserror-impl v2.0.18 |
| 267 | 2026-05-30T04:03:15.883Z | Compiling zerocopy-derive v0.8.50 |
| 268 | 2026-05-30T04:03:15.883Z | Compiling serde_derive v1.0.228 |
| 269 | 2026-05-30T04:03:15.887Z | Compiling ref-cast-impl v1.0.25 |
| 270 | 2026-05-30T04:03:15.887Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 271 | 2026-05-30T04:03:17.492Z | Compiling darling_macro v0.23.0 |
| 272 | 2026-05-30T04:03:17.636Z | Compiling darling_macro v0.21.3 |
| 273 | 2026-05-30T04:03:18.448Z | Compiling darling v0.23.0 |
| 274 | 2026-05-30T04:03:18.518Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 275 | 2026-05-30T04:03:18.585Z | Compiling darling v0.21.3 |
| 276 | 2026-05-30T04:03:18.656Z | Compiling ingot-macros v0.1.1 |
| 277 | 2026-05-30T04:03:23.093Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 278 | 2026-05-30T04:03:25.198Z | Checking byteorder v1.5.0 |
| 279 | 2026-05-30T04:03:25.198Z | Checking stable_deref_trait v1.2.1 |
| 280 | 2026-05-30T04:03:25.202Z | Checking cfg-if v1.0.4 |
| 281 | 2026-05-30T04:03:25.202Z | Checking macaddr v1.0.1 |
| 282 | 2026-05-30T04:03:25.202Z | Checking bitflags v1.3.2 |
| 283 | 2026-05-30T04:03:25.269Z | Checking managed v0.8.0 |
| 284 | 2026-05-30T04:03:25.292Z | Checking cobs v0.3.0 |
| 285 | 2026-05-30T04:03:25.355Z | Checking hash32 v0.3.1 |
| 286 | 2026-05-30T04:03:25.355Z | Checking dyn-clone v1.0.20 |
| 287 | 2026-05-30T04:03:25.411Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 288 | 2026-05-30T04:03:26.529Z | Checking bitflags v2.11.1 |
| 289 | 2026-05-30T04:03:26.530Z | Checking uuid v1.23.1 |
| 290 | 2026-05-30T04:03:26.669Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 291 | 2026-05-30T04:03:26.886Z | Checking postcard v1.1.3 |
| 292 | 2026-05-30T04:03:27.777Z | Checking ingot-types v0.1.2 |
| 293 | 2026-05-30T04:03:28.051Z | Checking ingot v0.1.1 |
| 294 | 2026-05-30T04:03:29.375Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 295 | 2026-05-30T04:03:33.663Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 296 | 2026-05-30T04:03:35.250Z | Checking xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 297 | 2026-05-30T04:03:37.609Z | Finished `dev` profile [optimized + debuginfo] target(s) in 31.41s |
| 298 | 2026-05-30T04:03:37.859Z | |
| 299 | 2026-05-30T04:03:37.859Z | real 31.580922269 |
| 300 | 2026-05-30T04:03:37.859Z | user 1:15.577147999 |
| 301 | 2026-05-30T04:03:37.859Z | sys 10.357845075 |
| 302 | 2026-05-30T04:03:37.859Z | trap 0.033151351 |
| 303 | 2026-05-30T04:03:37.859Z | tflt 0.046447707 |
| 304 | 2026-05-30T04:03:37.859Z | dflt 0.317941607 |
| 305 | 2026-05-30T04:03:37.860Z | kflt 0.019328166 |
| 306 | 2026-05-30T04:03:37.860Z | lock 3:53.980203603 |
| 307 | 2026-05-30T04:03:37.860Z | slp 3:32.803617952 |
| 308 | 2026-05-30T04:03:37.860Z | lat 3.482731987 |
| 309 | 2026-05-30T04:03:37.860Z | stop 6.400999147 |
| 310 | 2026-05-30T04:03:37.874Z | + pushd xde-link |
| 311 | 2026-05-30T04:03:37.874Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 312 | 2026-05-30T04:03:37.874Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 313 | 2026-05-30T04:03:37.911Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 314 | 2026-05-30T04:03:37.911Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 315 | 2026-05-30T04:03:37.911Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 316 | 2026-05-30T04:03:48.528Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 317 | 2026-05-30T04:03:50.711Z | Finished `dev` profile [optimized + debuginfo] target(s) in 12.92s |
| 318 | 2026-05-30T04:03:50.730Z | |
| 319 | 2026-05-30T04:03:50.733Z | real 13.003919629 |
| 320 | 2026-05-30T04:03:50.733Z | user 20.900944779 |
| 321 | 2026-05-30T04:03:50.733Z | sys 1.247833828 |
| 322 | 2026-05-30T04:03:50.733Z | trap 0.005115460 |
| 323 | 2026-05-30T04:03:50.733Z | tflt 0.002490930 |
| 324 | 2026-05-30T04:03:50.734Z | dflt 0.042167681 |
| 325 | 2026-05-30T04:03:50.734Z | kflt 0.000002730 |
| 326 | 2026-05-30T04:03:50.734Z | lock 1:08.957610768 |
| 327 | 2026-05-30T04:03:50.734Z | slp 43.499064370 |
| 328 | 2026-05-30T04:03:50.734Z | lat 0.288562203 |
| 329 | 2026-05-30T04:03:50.734Z | stop 0.137170656 |
| 330 | 2026-05-30T04:03:50.734Z | + popd |
| 331 | 2026-05-30T04:03:50.734Z | + popd |
| 332 | 2026-05-30T04:03:50.734Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 333 | 2026-05-30T04:03:50.734Z | /work/oxidecomputer/opte |
| 334 | 2026-05-30T04:03:50.734Z | + header 'build xde (debug)' |
| 335 | 2026-05-30T04:03:50.734Z | + echo '# ==== build xde (debug) ==== #' |
| 336 | 2026-05-30T04:03:50.734Z | # ==== build xde (debug) ==== # |
| 337 | 2026-05-30T04:03:50.734Z | + ptime -m cargo xtask build --profile debug xde xde-link |
| 338 | 2026-05-30T04:03:50.881Z | Downloading crates ... |
| 339 | 2026-05-30T04:03:50.930Z | Downloaded anstyle-query v1.1.5 |
| 340 | 2026-05-30T04:03:50.933Z | Downloaded utf8parse v0.2.2 |
| 341 | 2026-05-30T04:03:50.937Z | Downloaded semver v1.0.28 |
| 342 | 2026-05-30T04:03:50.940Z | Downloaded itoa v1.0.18 |
| 343 | 2026-05-30T04:03:50.943Z | Downloaded clap v4.6.1 |
| 344 | 2026-05-30T04:03:50.948Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 345 | 2026-05-30T04:03:50.951Z | Downloaded terminal_size v0.4.4 |
| 346 | 2026-05-30T04:03:50.951Z | Downloaded serde_spanned v1.1.1 |
| 347 | 2026-05-30T04:03:50.951Z | Downloaded camino v1.2.2 |
| 348 | 2026-05-30T04:03:50.954Z | Downloaded anyhow v1.0.102 |
| 349 | 2026-05-30T04:03:50.954Z | Downloaded heck v0.5.0 |
| 350 | 2026-05-30T04:03:50.957Z | Downloaded errno v0.3.14 |
| 351 | 2026-05-30T04:03:50.957Z | Downloaded cargo-platform v0.3.3 |
| 352 | 2026-05-30T04:03:50.963Z | Downloaded colorchoice v1.0.5 |
| 353 | 2026-05-30T04:03:50.966Z | Downloaded zmij v1.0.21 |
| 354 | 2026-05-30T04:03:50.966Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 355 | 2026-05-30T04:03:50.971Z | Downloaded equivalent v1.0.2 |
| 356 | 2026-05-30T04:03:50.974Z | Downloaded anstyle v1.0.14 |
| 357 | 2026-05-30T04:03:50.978Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 358 | 2026-05-30T04:03:50.981Z | Downloaded anstyle-parse v1.0.0 |
| 359 | 2026-05-30T04:03:50.985Z | Downloaded is_terminal_polyfill v1.70.2 |
| 360 | 2026-05-30T04:03:50.988Z | Downloaded clap_lex v1.1.0 |
| 361 | 2026-05-30T04:03:50.991Z | Downloaded anstream v1.0.0 |
| 362 | 2026-05-30T04:03:50.998Z | Downloaded cargo_metadata v0.23.1 |
| 363 | 2026-05-30T04:03:51.003Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 364 | 2026-05-30T04:03:51.005Z | Downloaded clap_derive v4.6.1 |
| 365 | 2026-05-30T04:03:51.010Z | Downloaded indexmap v2.14.0 |
| 366 | 2026-05-30T04:03:51.035Z | Downloaded serde_json v1.0.149 |
| 367 | 2026-05-30T04:03:51.039Z | Downloaded hashbrown v0.17.0 |
| 368 | 2026-05-30T04:03:51.042Z | Downloaded winnow v1.0.2 |
| 369 | 2026-05-30T04:03:51.046Z | Downloaded clap_builder v4.6.0 |
| 370 | 2026-05-30T04:03:51.085Z | Downloaded rustix v1.1.4 |
| 371 | 2026-05-30T04:03:51.102Z | Downloaded libc v0.2.186 |
| 372 | 2026-05-30T04:03:51.151Z | Compiling serde_core v1.0.228 |
| 373 | 2026-05-30T04:03:51.151Z | Compiling proc-macro2 v1.0.106 |
| 374 | 2026-05-30T04:03:51.156Z | Compiling unicode-ident v1.0.24 |
| 375 | 2026-05-30T04:03:51.156Z | Compiling quote v1.0.45 |
| 376 | 2026-05-30T04:03:51.156Z | Compiling libc v0.2.186 |
| 377 | 2026-05-30T04:03:51.156Z | Compiling rustix v1.1.4 |
| 378 | 2026-05-30T04:03:51.156Z | Compiling zmij v1.0.21 |
| 379 | 2026-05-30T04:03:51.156Z | Compiling bitflags v2.11.1 |
| 380 | 2026-05-30T04:03:51.331Z | Compiling utf8parse v0.2.2 |
| 381 | 2026-05-30T04:03:51.437Z | Compiling anstyle-parse v1.0.0 |
| 382 | 2026-05-30T04:03:51.555Z | Compiling anstyle v1.0.14 |
| 383 | 2026-05-30T04:03:51.560Z | Compiling thiserror v2.0.18 |
| 384 | 2026-05-30T04:03:51.658Z | Compiling is_terminal_polyfill v1.70.2 |
| 385 | 2026-05-30T04:03:51.658Z | Compiling serde v1.0.228 |
| 386 | 2026-05-30T04:03:51.739Z | Compiling serde_json v1.0.149 |
| 387 | 2026-05-30T04:03:51.743Z | Compiling camino v1.2.2 |
| 388 | 2026-05-30T04:03:51.825Z | Compiling anstyle-query v1.1.5 |
| 389 | 2026-05-30T04:03:51.904Z | Compiling errno v0.3.14 |
| 390 | 2026-05-30T04:03:51.931Z | Compiling colorchoice v1.0.5 |
| 391 | 2026-05-30T04:03:52.044Z | Compiling anstream v1.0.0 |
| 392 | 2026-05-30T04:03:52.070Z | Compiling anyhow v1.0.102 |
| 393 | 2026-05-30T04:03:52.103Z | Compiling memchr v2.8.0 |
| 394 | 2026-05-30T04:03:52.168Z | Compiling strsim v0.11.1 |
| 395 | 2026-05-30T04:03:52.395Z | Compiling itoa v1.0.18 |
| 396 | 2026-05-30T04:03:52.398Z | Compiling winnow v1.0.2 |
| 397 | 2026-05-30T04:03:52.572Z | Compiling syn v2.0.117 |
| 398 | 2026-05-30T04:03:52.604Z | Compiling terminal_size v0.4.4 |
| 399 | 2026-05-30T04:03:52.673Z | Compiling clap_lex v1.1.0 |
| 400 | 2026-05-30T04:03:52.784Z | Compiling heck v0.5.0 |
| 401 | 2026-05-30T04:03:52.881Z | Compiling clap_builder v4.6.0 |
| 402 | 2026-05-30T04:03:52.995Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 403 | 2026-05-30T04:03:53.189Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 404 | 2026-05-30T04:03:53.439Z | Compiling cargo-platform v0.3.3 |
| 405 | 2026-05-30T04:03:53.445Z | Compiling serde_spanned v1.1.1 |
| 406 | 2026-05-30T04:03:53.564Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 407 | 2026-05-30T04:03:53.602Z | Compiling semver v1.0.28 |
| 408 | 2026-05-30T04:03:54.066Z | Compiling toml v1.1.2+spec-1.1.0 |
| 409 | 2026-05-30T04:03:54.983Z | Compiling thiserror-impl v2.0.18 |
| 410 | 2026-05-30T04:03:55.160Z | Compiling serde_derive v1.0.228 |
| 411 | 2026-05-30T04:03:55.184Z | Compiling clap_derive v4.6.1 |
| 412 | 2026-05-30T04:03:56.890Z | Compiling clap v4.6.1 |
| 413 | 2026-05-30T04:03:58.318Z | Compiling cargo_metadata v0.23.1 |
| 414 | 2026-05-30T04:04:00.748Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 415 | 2026-05-30T04:04:02.357Z | Finished `dev` profile [optimized + debuginfo] target(s) in 11.61s |
| 416 | 2026-05-30T04:04:02.371Z | Running `target/debug/xtask build --profile debug xde xde-link` |
| 417 | 2026-05-30T04:04:03.850Z | Building xde (dev). |
| 418 | 2026-05-30T04:04:04.083Z | Compiling serde_core v1.0.228 |
| 419 | 2026-05-30T04:04:04.083Z | Compiling byteorder v1.5.0 |
| 420 | 2026-05-30T04:04:04.083Z | Compiling stable_deref_trait v1.2.1 |
| 421 | 2026-05-30T04:04:04.086Z | Compiling cfg-if v1.0.4 |
| 422 | 2026-05-30T04:04:04.087Z | Compiling macaddr v1.0.1 |
| 423 | 2026-05-30T04:04:04.087Z | Compiling zerocopy v0.8.50 |
| 424 | 2026-05-30T04:04:04.087Z | Compiling thiserror v2.0.18 |
| 425 | 2026-05-30T04:04:04.117Z | Compiling managed v0.8.0 |
| 426 | 2026-05-30T04:04:04.162Z | Compiling cobs v0.3.0 |
| 427 | 2026-05-30T04:04:04.166Z | Compiling bitflags v1.3.2 |
| 428 | 2026-05-30T04:04:04.198Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 429 | 2026-05-30T04:04:04.225Z | Compiling either v1.15.0 |
| 430 | 2026-05-30T04:04:04.275Z | Compiling hash32 v0.3.1 |
| 431 | 2026-05-30T04:04:04.330Z | Compiling ref-cast v1.0.25 |
| 432 | 2026-05-30T04:04:04.356Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 433 | 2026-05-30T04:04:04.396Z | Compiling heapless v0.8.0 |
| 434 | 2026-05-30T04:04:04.423Z | Compiling itertools v0.14.0 |
| 435 | 2026-05-30T04:04:04.426Z | Compiling crc32fast v1.5.0 |
| 436 | 2026-05-30T04:04:04.434Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 437 | 2026-05-30T04:04:04.486Z | Compiling dyn-clone v1.0.20 |
| 438 | 2026-05-30T04:04:04.617Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 439 | 2026-05-30T04:04:04.769Z | Compiling smoltcp v0.11.0 |
| 440 | 2026-05-30T04:04:05.712Z | Compiling serde v1.0.228 |
| 441 | 2026-05-30T04:04:05.712Z | Compiling bitflags v2.11.1 |
| 442 | 2026-05-30T04:04:05.712Z | Compiling uuid v1.23.1 |
| 443 | 2026-05-30T04:04:05.840Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 444 | 2026-05-30T04:04:06.125Z | Compiling postcard v1.1.3 |
| 445 | 2026-05-30T04:04:06.909Z | Compiling ingot-types v0.1.2 |
| 446 | 2026-05-30T04:04:07.188Z | Compiling ingot v0.1.1 |
| 447 | 2026-05-30T04:04:08.661Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 448 | 2026-05-30T04:04:13.055Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 449 | 2026-05-30T04:04:23.622Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 450 | 2026-05-30T04:04:32.081Z | Finished `dev` profile [optimized + debuginfo] target(s) in 28.20s |
| 451 | 2026-05-30T04:04:32.106Z | Linking xde kmod... |
| 452 | 2026-05-30T04:04:33.325Z | Building xde dev link helper (dev). |
| 453 | 2026-05-30T04:04:33.444Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 454 | 2026-05-30T04:04:33.784Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.47s |
| 455 | 2026-05-30T04:04:33.809Z | |
| 456 | 2026-05-30T04:04:33.811Z | real 43.073725385 |
| 457 | 2026-05-30T04:04:33.811Z | user 2:20.464491160 |
| 458 | 2026-05-30T04:04:33.811Z | sys 11.563156270 |
| 459 | 2026-05-30T04:04:33.811Z | trap 0.057849690 |
| 460 | 2026-05-30T04:04:33.811Z | tflt 0.330660825 |
| 461 | 2026-05-30T04:04:33.811Z | dflt 0.405597044 |
| 462 | 2026-05-30T04:04:33.811Z | kflt 0.000016110 |
| 463 | 2026-05-30T04:04:33.811Z | lock 6:41.426440479 |
| 464 | 2026-05-30T04:04:33.812Z | slp 3:58.916215353 |
| 465 | 2026-05-30T04:04:33.812Z | lat 5.745121000 |
| 466 | 2026-05-30T04:04:33.812Z | stop 5.232823784 |
| 467 | 2026-05-30T04:04:33.812Z | + header 'build xde (release)' |
| 468 | 2026-05-30T04:04:33.812Z | + echo '# ==== build xde (release) ==== #' |
| 469 | 2026-05-30T04:04:33.812Z | + ptime -m cargo xtask build --profile release xde xde-link |
| 470 | 2026-05-30T04:04:33.812Z | # ==== build xde (release) ==== # |
| 471 | 2026-05-30T04:04:33.954Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s |
| 472 | 2026-05-30T04:04:33.957Z | Running `target/debug/xtask build --profile release xde xde-link` |
| 473 | 2026-05-30T04:04:34.160Z | Building xde (release-lto). |
| 474 | 2026-05-30T04:04:34.397Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 475 | 2026-05-30T04:04:34.397Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 476 | 2026-05-30T04:04:34.397Z | Compiling proc-macro2 v1.0.106 |
| 477 | 2026-05-30T04:04:34.397Z | Compiling unicode-ident v1.0.24 |
| 478 | 2026-05-30T04:04:34.397Z | Compiling quote v1.0.45 |
| 479 | 2026-05-30T04:04:34.402Z | Compiling strsim v0.11.1 |
| 480 | 2026-05-30T04:04:34.402Z | Compiling ident_case v1.0.1 |
| 481 | 2026-05-30T04:04:34.402Z | Compiling serde_core v1.0.228 |
| 482 | 2026-05-30T04:04:34.522Z | Compiling fnv v1.0.7 |
| 483 | 2026-05-30T04:04:34.525Z | Compiling memchr v2.8.0 |
| 484 | 2026-05-30T04:04:34.609Z | Compiling regex-syntax v0.8.10 |
| 485 | 2026-05-30T04:04:34.783Z | Compiling thiserror v2.0.18 |
| 486 | 2026-05-30T04:04:34.790Z | Compiling zerocopy v0.8.50 |
| 487 | 2026-05-30T04:04:34.794Z | Compiling either v1.15.0 |
| 488 | 2026-05-30T04:04:34.931Z | Compiling aho-corasick v1.1.4 |
| 489 | 2026-05-30T04:04:34.989Z | Compiling serde v1.0.228 |
| 490 | 2026-05-30T04:04:35.191Z | Compiling itertools v0.14.0 |
| 491 | 2026-05-30T04:04:35.400Z | Compiling heapless v0.8.0 |
| 492 | 2026-05-30T04:04:35.416Z | Compiling smoltcp v0.11.0 |
| 493 | 2026-05-30T04:04:35.578Z | Compiling syn v2.0.117 |
| 494 | 2026-05-30T04:04:35.629Z | Compiling crc32fast v1.5.0 |
| 495 | 2026-05-30T04:04:35.869Z | Compiling ref-cast v1.0.25 |
| 496 | 2026-05-30T04:04:35.880Z | Compiling version_check v0.9.5 |
| 497 | 2026-05-30T04:04:36.257Z | Compiling regex-automata v0.4.14 |
| 498 | 2026-05-30T04:04:36.280Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 499 | 2026-05-30T04:04:37.806Z | Compiling regex v1.12.3 |
| 500 | 2026-05-30T04:04:37.945Z | Compiling darling_core v0.21.3 |
| 501 | 2026-05-30T04:04:37.958Z | Compiling darling_core v0.23.0 |
| 502 | 2026-05-30T04:04:38.965Z | Compiling serde_derive v1.0.228 |
| 503 | 2026-05-30T04:04:38.965Z | Compiling zerocopy-derive v0.8.50 |
| 504 | 2026-05-30T04:04:38.965Z | Compiling thiserror-impl v2.0.18 |
| 505 | 2026-05-30T04:04:38.965Z | Compiling ref-cast-impl v1.0.25 |
| 506 | 2026-05-30T04:04:38.969Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 507 | 2026-05-30T04:04:40.542Z | Compiling darling_macro v0.21.3 |
| 508 | 2026-05-30T04:04:40.675Z | Compiling darling_macro v0.23.0 |
| 509 | 2026-05-30T04:04:41.478Z | Compiling darling v0.21.3 |
| 510 | 2026-05-30T04:04:41.545Z | Compiling ingot-macros v0.1.1 |
| 511 | 2026-05-30T04:04:41.624Z | Compiling darling v0.23.0 |
| 512 | 2026-05-30T04:04:41.688Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 513 | 2026-05-30T04:04:46.908Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 514 | 2026-05-30T04:04:49.063Z | Compiling byteorder v1.5.0 |
| 515 | 2026-05-30T04:04:49.063Z | Compiling macaddr v1.0.1 |
| 516 | 2026-05-30T04:04:49.067Z | Compiling cfg-if v1.0.4 |
| 517 | 2026-05-30T04:04:49.067Z | Compiling stable_deref_trait v1.2.1 |
| 518 | 2026-05-30T04:04:49.125Z | Compiling bitflags v1.3.2 |
| 519 | 2026-05-30T04:04:49.134Z | Compiling cobs v0.3.0 |
| 520 | 2026-05-30T04:04:49.165Z | Compiling managed v0.8.0 |
| 521 | 2026-05-30T04:04:49.257Z | Compiling hash32 v0.3.1 |
| 522 | 2026-05-30T04:04:49.410Z | Compiling dyn-clone v1.0.20 |
| 523 | 2026-05-30T04:04:49.430Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 524 | 2026-05-30T04:04:50.744Z | Compiling bitflags v2.11.1 |
| 525 | 2026-05-30T04:04:50.744Z | Compiling uuid v1.23.1 |
| 526 | 2026-05-30T04:04:50.887Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 527 | 2026-05-30T04:04:51.195Z | Compiling postcard v1.1.3 |
| 528 | 2026-05-30T04:04:52.028Z | Compiling ingot-types v0.1.2 |
| 529 | 2026-05-30T04:04:52.349Z | Compiling ingot v0.1.1 |
| 530 | 2026-05-30T04:04:53.913Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 531 | 2026-05-30T04:04:57.808Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 532 | 2026-05-30T04:05:06.958Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 533 | 2026-05-30T04:05:37.184Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 02s |
| 534 | 2026-05-30T04:05:37.208Z | Linking xde kmod... |
| 535 | 2026-05-30T04:05:37.802Z | Building xde dev link helper (release). |
| 536 | 2026-05-30T04:05:37.962Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 537 | 2026-05-30T04:05:37.962Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 538 | 2026-05-30T04:05:37.962Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 539 | 2026-05-30T04:05:49.190Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 540 | 2026-05-30T04:05:51.574Z | Finished `release` profile [optimized + debuginfo] target(s) in 13.74s |
| 541 | 2026-05-30T04:05:51.596Z | |
| 542 | 2026-05-30T04:05:51.600Z | real 1:17.783139729 |
| 543 | 2026-05-30T04:05:51.600Z | user 2:13.573047679 |
| 544 | 2026-05-30T04:05:51.600Z | sys 13.024971012 |
| 545 | 2026-05-30T04:05:51.600Z | trap 0.033123831 |
| 546 | 2026-05-30T04:05:51.600Z | tflt 0.171473449 |
| 547 | 2026-05-30T04:05:51.600Z | dflt 0.186410341 |
| 548 | 2026-05-30T04:05:51.600Z | kflt 0.000022490 |
| 549 | 2026-05-30T04:05:51.600Z | lock 11:11.526495103 |
| 550 | 2026-05-30T04:05:51.600Z | slp 6:20.952581619 |
| 551 | 2026-05-30T04:05:51.600Z | lat 2.241240649 |
| 552 | 2026-05-30T04:05:51.600Z | stop 5.295375037 |
| 553 | 2026-05-30T04:05:51.600Z | + elfdump target/x86_64-unknown-unknown/debug/xde.dbg |
| 554 | 2026-05-30T04:05:51.600Z | + grep GOTPCREL |
| 555 | 2026-05-30T04:05:53.439Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 556 | 2026-05-30T04:05:53.443Z | + grep GOTPCREL |
| 557 | 2026-05-30T04:05:54.407Z | + cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/ |
| 558 | 2026-05-30T04:05:54.466Z | + sha256sum /work/debug/xde.dbg |
| 559 | 2026-05-30T04:05:54.519Z | + cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so |
| 560 | 2026-05-30T04:05:54.522Z | + sha256sum /work/debug/xde_link.dbg.so |
| 561 | 2026-05-30T04:05:54.525Z | + cp target/x86_64-unknown-unknown/release-lto/xde /work/release/ |
| 562 | 2026-05-30T04:05:54.562Z | + sha256sum /work/release/xde |
| 563 | 2026-05-30T04:05:54.592Z | + cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so |
| 564 | 2026-05-30T04:05:54.595Z | + sha256sum /work/release/xde_link.so |
| 565 | 2026-05-30T04:05:54.598Z | + header 'build xde integration tests' |
| 566 | 2026-05-30T04:05:54.598Z | + echo '# ==== build xde integration tests ==== #' |
| 567 | 2026-05-30T04:05:54.598Z | + pushd xde-tests |
| 568 | 2026-05-30T04:05:54.598Z | # ==== build xde integration tests ==== # |
| 569 | 2026-05-30T04:05:54.598Z | /work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte |
| 570 | 2026-05-30T04:05:54.598Z | + cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check |
| 571 | 2026-05-30T04:05:54.680Z | + cargo clippy --all-targets -- --deny warnings |
| 572 | 2026-05-30T04:05:54.900Z | Compiling serde_core v1.0.228 |
| 573 | 2026-05-30T04:05:54.900Z | Checking cfg-if v1.0.4 |
| 574 | 2026-05-30T04:05:54.900Z | Checking memchr v2.8.0 |
| 575 | 2026-05-30T04:05:54.900Z | Compiling serde v1.0.228 |
| 576 | 2026-05-30T04:05:54.900Z | Compiling rustversion v1.0.22 |
| 577 | 2026-05-30T04:05:54.904Z | Compiling version_check v0.9.5 |
| 578 | 2026-05-30T04:05:54.904Z | Compiling strsim v0.11.1 |
| 579 | 2026-05-30T04:05:54.904Z | Compiling syn v2.0.117 |
| 580 | 2026-05-30T04:05:54.972Z | Compiling ident_case v1.0.1 |
| 581 | 2026-05-30T04:05:55.082Z | Compiling libc v0.2.186 |
| 582 | 2026-05-30T04:05:55.208Z | Compiling fnv v1.0.7 |
| 583 | 2026-05-30T04:05:55.275Z | Compiling regex-syntax v0.8.10 |
| 584 | 2026-05-30T04:05:55.291Z | Checking pin-project-lite v0.2.17 |
| 585 | 2026-05-30T04:05:55.302Z | Compiling syn v1.0.109 |
| 586 | 2026-05-30T04:05:55.364Z | Compiling either v1.15.0 |
| 587 | 2026-05-30T04:05:55.562Z | Compiling winnow v1.0.2 |
| 588 | 2026-05-30T04:05:55.623Z | Compiling aho-corasick v1.1.4 |
| 589 | 2026-05-30T04:05:55.789Z | Compiling hashbrown v0.17.0 |
| 590 | 2026-05-30T04:05:55.800Z | Compiling zerocopy v0.8.50 |
| 591 | 2026-05-30T04:05:55.891Z | Compiling equivalent v1.0.2 |
| 592 | 2026-05-30T04:05:56.240Z | Compiling itertools v0.14.0 |
| 593 | 2026-05-30T04:05:56.332Z | Compiling indexmap v2.14.0 |
| 594 | 2026-05-30T04:05:56.594Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 595 | 2026-05-30T04:05:56.820Z | Compiling regex-automata v0.4.14 |
| 596 | 2026-05-30T04:05:56.949Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 597 | 2026-05-30T04:05:57.153Z | Checking byteorder v1.5.0 |
| 598 | 2026-05-30T04:05:57.163Z | Compiling heapless v0.8.0 |
| 599 | 2026-05-30T04:05:57.210Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 600 | 2026-05-30T04:05:57.307Z | Checking hash32 v0.3.1 |
| 601 | 2026-05-30T04:05:57.359Z | Checking bitflags v2.11.1 |
| 602 | 2026-05-30T04:05:57.412Z | Compiling slog v2.8.2 |
| 603 | 2026-05-30T04:05:57.471Z | Compiling darling_core v0.21.3 |
| 604 | 2026-05-30T04:05:57.519Z | Compiling darling_core v0.23.0 |
| 605 | 2026-05-30T04:05:57.664Z | Checking macaddr v1.0.1 |
| 606 | 2026-05-30T04:05:57.692Z | Compiling smoltcp v0.11.0 |
| 607 | 2026-05-30T04:05:57.804Z | Checking futures-core v0.3.32 |
| 608 | 2026-05-30T04:05:57.926Z | Checking futures-sink v0.3.32 |
| 609 | 2026-05-30T04:05:58.019Z | Checking stable_deref_trait v1.2.1 |
| 610 | 2026-05-30T04:05:58.052Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 611 | 2026-05-30T04:05:58.174Z | Checking futures-channel v0.3.32 |
| 612 | 2026-05-30T04:05:58.312Z | Compiling proc-macro-crate v3.5.0 |
| 613 | 2026-05-30T04:05:58.375Z | Compiling proc-macro-error-attr v1.0.4 |
| 614 | 2026-05-30T04:05:58.447Z | Compiling getrandom v0.4.2 |
| 615 | 2026-05-30T04:05:58.620Z | Compiling regex v1.12.3 |
| 616 | 2026-05-30T04:05:58.736Z | Checking slab v0.4.12 |
| 617 | 2026-05-30T04:05:58.741Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 618 | 2026-05-30T04:05:58.785Z | Compiling serde_derive v1.0.228 |
| 619 | 2026-05-30T04:05:58.887Z | Compiling thiserror-impl v2.0.18 |
| 620 | 2026-05-30T04:05:58.960Z | Compiling zerocopy-derive v0.8.50 |
| 621 | 2026-05-30T04:05:59.028Z | Compiling futures-macro v0.3.32 |
| 622 | 2026-05-30T04:05:59.395Z | Checking rand_core v0.10.1 |
| 623 | 2026-05-30T04:05:59.452Z | Checking managed v0.8.0 |
| 624 | 2026-05-30T04:05:59.533Z | Checking bitflags v1.3.2 |
| 625 | 2026-05-30T04:05:59.596Z | Checking futures-io v0.3.32 |
| 626 | 2026-05-30T04:05:59.633Z | Compiling crc32fast v1.5.0 |
| 627 | 2026-05-30T04:05:59.673Z | Compiling darling_macro v0.21.3 |
| 628 | 2026-05-30T04:05:59.703Z | Checking futures-task v0.3.32 |
| 629 | 2026-05-30T04:05:59.743Z | Compiling darling_macro v0.23.0 |
| 630 | 2026-05-30T04:05:59.834Z | Compiling ref-cast v1.0.25 |
| 631 | 2026-05-30T04:05:59.868Z | Compiling autocfg v1.5.0 |
| 632 | 2026-05-30T04:05:59.970Z | Checking futures-util v0.3.32 |
| 633 | 2026-05-30T04:06:00.136Z | Checking thiserror v2.0.18 |
| 634 | 2026-05-30T04:06:00.218Z | Compiling num-traits v0.2.19 |
| 635 | 2026-05-30T04:06:00.224Z | Checking cobs v0.3.0 |
| 636 | 2026-05-30T04:06:00.239Z | Compiling darling v0.21.3 |
| 637 | 2026-05-30T04:06:00.311Z | Compiling ingot-macros v0.1.1 |
| 638 | 2026-05-30T04:06:00.323Z | Compiling darling v0.23.0 |
| 639 | 2026-05-30T04:06:00.367Z | Compiling num_enum_derive v0.7.6 |
| 640 | 2026-05-30T04:06:00.390Z | Compiling foreign-types-macros v0.2.3 |
| 641 | 2026-05-30T04:06:00.459Z | Compiling ref-cast-impl v1.0.25 |
| 642 | 2026-05-30T04:06:01.073Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 643 | 2026-05-30T04:06:01.081Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 644 | 2026-05-30T04:06:01.355Z | Compiling proc-macro-error v1.0.4 |
| 645 | 2026-05-30T04:06:01.379Z | Compiling crossbeam-utils v0.8.21 |
| 646 | 2026-05-30T04:06:01.400Z | Checking cpufeatures v0.3.0 |
| 647 | 2026-05-30T04:06:01.414Z | Checking once_cell v1.21.4 |
| 648 | 2026-05-30T04:06:01.461Z | Checking unicode-width v0.2.2 |
| 649 | 2026-05-30T04:06:01.581Z | Checking foreign-types-shared v0.3.1 |
| 650 | 2026-05-30T04:06:01.594Z | Checking ipnetwork v0.21.1 |
| 651 | 2026-05-30T04:06:01.658Z | Checking foreign-types v0.5.0 |
| 652 | 2026-05-30T04:06:01.709Z | Checking tabwriter v1.4.1 |
| 653 | 2026-05-30T04:06:01.722Z | Checking tracing-core v0.1.36 |
| 654 | 2026-05-30T04:06:01.764Z | Checking chacha20 v0.10.0 |
| 655 | 2026-05-30T04:06:01.793Z | Checking num_enum v0.7.6 |
| 656 | 2026-05-30T04:06:01.935Z | Checking erased-serde v0.3.31 |
| 657 | 2026-05-30T04:06:01.955Z | Checking postcard v1.1.3 |
| 658 | 2026-05-30T04:06:01.960Z | Checking futures-executor v0.3.32 |
| 659 | 2026-05-30T04:06:02.097Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 660 | 2026-05-30T04:06:02.194Z | Checking anyhow v1.0.102 |
| 661 | 2026-05-30T04:06:02.239Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 662 | 2026-05-30T04:06:02.303Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 663 | 2026-05-30T04:06:02.325Z | Compiling tracing-attributes v0.1.31 |
| 664 | 2026-05-30T04:06:02.580Z | Checking cstr-argument v0.1.2 |
| 665 | 2026-05-30T04:06:02.734Z | Checking dyn-clone v1.0.20 |
| 666 | 2026-05-30T04:06:02.794Z | Checking powerfmt v0.2.0 |
| 667 | 2026-05-30T04:06:02.830Z | Compiling time-core v0.1.8 |
| 668 | 2026-05-30T04:06:02.898Z | Compiling num-conv v0.2.1 |
| 669 | 2026-05-30T04:06:02.947Z | Compiling thiserror v1.0.69 |
| 670 | 2026-05-30T04:06:02.971Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 671 | 2026-05-30T04:06:02.971Z | Checking pretty-hex v0.4.2 |
| 672 | 2026-05-30T04:06:03.039Z | Compiling time-macros v0.2.27 |
| 673 | 2026-05-30T04:06:03.083Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 674 | 2026-05-30T04:06:03.116Z | Checking deranged v0.5.8 |
| 675 | 2026-05-30T04:06:03.217Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 676 | 2026-05-30T04:06:03.241Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 677 | 2026-05-30T04:06:03.306Z | Checking ingot-types v0.1.2 |
| 678 | 2026-05-30T04:06:03.407Z | Checking rand v0.10.1 |
| 679 | 2026-05-30T04:06:03.454Z | Checking futures v0.3.32 |
| 680 | 2026-05-30T04:06:03.573Z | Compiling thiserror-impl v1.0.69 |
| 681 | 2026-05-30T04:06:03.655Z | Checking ingot v0.1.1 |
| 682 | 2026-05-30T04:06:03.670Z | Checking tracing v0.1.44 |
| 683 | 2026-05-30T04:06:03.796Z | Checking uuid v1.23.1 |
| 684 | 2026-05-30T04:06:03.859Z | Checking arc-swap v1.9.1 |
| 685 | 2026-05-30T04:06:03.862Z | Checking socket2 v0.6.3 |
| 686 | 2026-05-30T04:06:03.878Z | Checking nom v8.0.0 |
| 687 | 2026-05-30T04:06:04.068Z | Checking thread_local v1.1.9 |
| 688 | 2026-05-30T04:06:04.071Z | Checking iana-time-zone v0.1.65 |
| 689 | 2026-05-30T04:06:04.082Z | Compiling slog-async v2.8.0 |
| 690 | 2026-05-30T04:06:04.099Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 691 | 2026-05-30T04:06:04.226Z | Checking itoa v1.0.18 |
| 692 | 2026-05-30T04:06:04.358Z | Compiling heck v0.4.1 |
| 693 | 2026-05-30T04:06:04.366Z | Checking oxnet v0.1.5 |
| 694 | 2026-05-30T04:06:04.509Z | Checking colored v3.1.1 |
| 695 | 2026-05-30T04:06:04.530Z | Checking lazy_static v1.5.0 |
| 696 | 2026-05-30T04:06:04.615Z | Checking slog-scope v4.4.1 |
| 697 | 2026-05-30T04:06:04.701Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 698 | 2026-05-30T04:06:04.744Z | Checking time v0.3.47 |
| 699 | 2026-05-30T04:06:04.807Z | Checking chrono v0.4.44 |
| 700 | 2026-05-30T04:06:04.855Z | Checking crossbeam-channel v0.5.15 |
| 701 | 2026-05-30T04:06:05.183Z | Checking cookie-factory v0.3.3 |
| 702 | 2026-05-30T04:06:05.276Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 703 | 2026-05-30T04:06:05.372Z | Checking itertools v0.12.1 |
| 704 | 2026-05-30T04:06:05.436Z | Checking is-terminal v0.4.17 |
| 705 | 2026-05-30T04:06:05.514Z | Checking circular v0.3.0 |
| 706 | 2026-05-30T04:06:05.574Z | Checking log v0.4.29 |
| 707 | 2026-05-30T04:06:05.625Z | Checking take_mut v0.2.2 |
| 708 | 2026-05-30T04:06:05.629Z | Checking term v1.2.1 |
| 709 | 2026-05-30T04:06:05.734Z | Checking slog-stdlog v4.1.1 |
| 710 | 2026-05-30T04:06:05.849Z | Checking slog-term v2.9.2 |
| 711 | 2026-05-30T04:06:05.852Z | Checking rusticata-macros v5.0.0 |
| 712 | 2026-05-30T04:06:05.975Z | Checking pcap-parser v0.17.0 |
| 713 | 2026-05-30T04:06:06.347Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 714 | 2026-05-30T04:06:06.633Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#5e686ee2) |
| 715 | 2026-05-30T04:06:07.089Z | Checking slog-envlogger v2.2.0 |
| 716 | 2026-05-30T04:06:09.874Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 717 | 2026-05-30T04:06:11.518Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 718 | 2026-05-30T04:06:11.518Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 719 | 2026-05-30T04:06:11.871Z | Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 720 | 2026-05-30T04:06:12.422Z | Finished `dev` profile [optimized + debuginfo] target(s) in 17.70s |
| 721 | 2026-05-30T04:06:12.459Z | + cargo build --test loopback |
| 722 | 2026-05-30T04:06:12.637Z | Compiling cfg-if v1.0.4 |
| 723 | 2026-05-30T04:06:12.637Z | Compiling memchr v2.8.0 |
| 724 | 2026-05-30T04:06:12.640Z | Compiling serde_core v1.0.228 |
| 725 | 2026-05-30T04:06:12.666Z | Compiling libc v0.2.186 |
| 726 | 2026-05-30T04:06:12.669Z | Compiling thiserror v2.0.18 |
| 727 | 2026-05-30T04:06:12.672Z | Compiling pin-project-lite v0.2.17 |
| 728 | 2026-05-30T04:06:12.675Z | Compiling byteorder v1.5.0 |
| 729 | 2026-05-30T04:06:12.675Z | Compiling either v1.15.0 |
| 730 | 2026-05-30T04:06:12.718Z | Compiling zerocopy v0.8.50 |
| 731 | 2026-05-30T04:06:12.746Z | Compiling stable_deref_trait v1.2.1 |
| 732 | 2026-05-30T04:06:12.751Z | Compiling macaddr v1.0.1 |
| 733 | 2026-05-30T04:06:12.813Z | Compiling hash32 v0.3.1 |
| 734 | 2026-05-30T04:06:12.848Z | Compiling futures-core v0.3.32 |
| 735 | 2026-05-30T04:06:12.868Z | Compiling futures-sink v0.3.32 |
| 736 | 2026-05-30T04:06:12.963Z | Compiling futures-channel v0.3.32 |
| 737 | 2026-05-30T04:06:12.963Z | Compiling heapless v0.8.0 |
| 738 | 2026-05-30T04:06:12.997Z | Compiling cobs v0.3.0 |
| 739 | 2026-05-30T04:06:13.002Z | Compiling futures-task v0.3.32 |
| 740 | 2026-05-30T04:06:13.016Z | Compiling slab v0.4.12 |
| 741 | 2026-05-30T04:06:13.188Z | Compiling managed v0.8.0 |
| 742 | 2026-05-30T04:06:13.193Z | Compiling rand_core v0.10.1 |
| 743 | 2026-05-30T04:06:13.197Z | Compiling futures-io v0.3.32 |
| 744 | 2026-05-30T04:06:13.277Z | Compiling bitflags v1.3.2 |
| 745 | 2026-05-30T04:06:13.343Z | Compiling futures-util v0.3.32 |
| 746 | 2026-05-30T04:06:13.348Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 747 | 2026-05-30T04:06:13.379Z | Compiling smoltcp v0.11.0 |
| 748 | 2026-05-30T04:06:13.389Z | Compiling unicode-width v0.2.2 |
| 749 | 2026-05-30T04:06:13.413Z | Compiling cpufeatures v0.3.0 |
| 750 | 2026-05-30T04:06:13.482Z | Compiling ipnetwork v0.21.1 |
| 751 | 2026-05-30T04:06:13.594Z | Compiling once_cell v1.21.4 |
| 752 | 2026-05-30T04:06:13.698Z | Compiling foreign-types-shared v0.3.1 |
| 753 | 2026-05-30T04:06:13.786Z | Compiling foreign-types v0.5.0 |
| 754 | 2026-05-30T04:06:13.842Z | Compiling tracing-core v0.1.36 |
| 755 | 2026-05-30T04:06:13.861Z | Compiling tabwriter v1.4.1 |
| 756 | 2026-05-30T04:06:14.050Z | Compiling chacha20 v0.10.0 |
| 757 | 2026-05-30T04:06:14.278Z | Compiling ref-cast v1.0.25 |
| 758 | 2026-05-30T04:06:14.281Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 759 | 2026-05-30T04:06:14.376Z | Compiling num_enum v0.7.6 |
| 760 | 2026-05-30T04:06:14.399Z | Compiling getrandom v0.4.2 |
| 761 | 2026-05-30T04:06:14.487Z | Compiling serde v1.0.228 |
| 762 | 2026-05-30T04:06:14.616Z | Compiling bitflags v2.11.1 |
| 763 | 2026-05-30T04:06:14.662Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 764 | 2026-05-30T04:06:14.774Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 765 | 2026-05-30T04:06:14.985Z | Compiling erased-serde v0.3.31 |
| 766 | 2026-05-30T04:06:15.035Z | Compiling postcard v1.1.3 |
| 767 | 2026-05-30T04:06:15.129Z | Compiling crc32fast v1.5.0 |
| 768 | 2026-05-30T04:06:15.162Z | Compiling cstr-argument v0.1.2 |
| 769 | 2026-05-30T04:06:15.333Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 770 | 2026-05-30T04:06:15.365Z | Compiling itertools v0.14.0 |
| 771 | 2026-05-30T04:06:15.377Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 772 | 2026-05-30T04:06:15.383Z | Compiling powerfmt v0.2.0 |
| 773 | 2026-05-30T04:06:15.434Z | Compiling slog v2.8.2 |
| 774 | 2026-05-30T04:06:15.672Z | Compiling ingot-types v0.1.2 |
| 775 | 2026-05-30T04:06:15.681Z | Compiling futures-executor v0.3.32 |
| 776 | 2026-05-30T04:06:15.738Z | Compiling dyn-clone v1.0.20 |
| 777 | 2026-05-30T04:06:15.906Z | Compiling pretty-hex v0.4.2 |
| 778 | 2026-05-30T04:06:15.954Z | Compiling futures v0.3.32 |
| 779 | 2026-05-30T04:06:16.030Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 780 | 2026-05-30T04:06:16.037Z | Compiling ingot v0.1.1 |
| 781 | 2026-05-30T04:06:16.042Z | Compiling deranged v0.5.8 |
| 782 | 2026-05-30T04:06:16.095Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 783 | 2026-05-30T04:06:16.104Z | Compiling tracing v0.1.44 |
| 784 | 2026-05-30T04:06:16.240Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 785 | 2026-05-30T04:06:16.292Z | Compiling num-traits v0.2.19 |
| 786 | 2026-05-30T04:06:16.346Z | Compiling rand v0.10.1 |
| 787 | 2026-05-30T04:06:16.361Z | Compiling uuid v1.23.1 |
| 788 | 2026-05-30T04:06:16.480Z | Compiling crossbeam-utils v0.8.21 |
| 789 | 2026-05-30T04:06:16.592Z | Compiling nom v8.0.0 |
| 790 | 2026-05-30T04:06:16.964Z | Compiling aho-corasick v1.1.4 |
| 791 | 2026-05-30T04:06:16.987Z | Compiling socket2 v0.6.3 |
| 792 | 2026-05-30T04:06:17.038Z | Compiling thread_local v1.1.9 |
| 793 | 2026-05-30T04:06:17.320Z | Compiling arc-swap v1.9.1 |
| 794 | 2026-05-30T04:06:17.352Z | Compiling colored v3.1.1 |
| 795 | 2026-05-30T04:06:17.455Z | Compiling oxnet v0.1.5 |
| 796 | 2026-05-30T04:06:17.719Z | Compiling regex-syntax v0.8.10 |
| 797 | 2026-05-30T04:06:17.809Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 798 | 2026-05-30T04:06:17.980Z | Compiling iana-time-zone v0.1.65 |
| 799 | 2026-05-30T04:06:18.197Z | Compiling winnow v1.0.2 |
| 800 | 2026-05-30T04:06:18.234Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 801 | 2026-05-30T04:06:18.344Z | Compiling lazy_static v1.5.0 |
| 802 | 2026-05-30T04:06:18.446Z | Compiling num-conv v0.2.1 |
| 803 | 2026-05-30T04:06:18.480Z | Compiling time-core v0.1.8 |
| 804 | 2026-05-30T04:06:18.487Z | Compiling slog-scope v4.4.1 |
| 805 | 2026-05-30T04:06:18.591Z | Compiling time v0.3.47 |
| 806 | 2026-05-30T04:06:18.623Z | Compiling chrono v0.4.44 |
| 807 | 2026-05-30T04:06:19.234Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 808 | 2026-05-30T04:06:19.748Z | Compiling regex-automata v0.4.14 |
| 809 | 2026-05-30T04:06:20.303Z | Compiling rusticata-macros v5.0.0 |
| 810 | 2026-05-30T04:06:20.538Z | Compiling thiserror v1.0.69 |
| 811 | 2026-05-30T04:06:20.641Z | Compiling crossbeam-channel v0.5.15 |
| 812 | 2026-05-30T04:06:20.644Z | Compiling cookie-factory v0.3.3 |
| 813 | 2026-05-30T04:06:20.978Z | Compiling is-terminal v0.4.17 |
| 814 | 2026-05-30T04:06:21.077Z | Compiling itertools v0.12.1 |
| 815 | 2026-05-30T04:06:21.386Z | Compiling term v1.2.1 |
| 816 | 2026-05-30T04:06:22.522Z | Compiling circular v0.3.0 |
| 817 | 2026-05-30T04:06:22.653Z | Compiling take_mut v0.2.2 |
| 818 | 2026-05-30T04:06:22.765Z | Compiling log v0.4.29 |
| 819 | 2026-05-30T04:06:22.810Z | Compiling slog-async v2.8.0 |
| 820 | 2026-05-30T04:06:23.044Z | Compiling slog-stdlog v4.1.1 |
| 821 | 2026-05-30T04:06:23.479Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 822 | 2026-05-30T04:06:23.941Z | Compiling pcap-parser v0.17.0 |
| 823 | 2026-05-30T04:06:23.996Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 824 | 2026-05-30T04:06:24.651Z | Compiling slog-term v2.9.2 |
| 825 | 2026-05-30T04:06:25.807Z | Compiling regex v1.12.3 |
| 826 | 2026-05-30T04:06:26.101Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 827 | 2026-05-30T04:06:26.291Z | Compiling slog-envlogger v2.2.0 |
| 828 | 2026-05-30T04:06:26.641Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 829 | 2026-05-30T04:06:26.947Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#5e686ee2) |
| 830 | 2026-05-30T04:06:27.522Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 831 | 2026-05-30T04:06:36.244Z | Finished `dev` profile [optimized + debuginfo] target(s) in 23.77s |
| 832 | 2026-05-30T04:06:36.278Z | ++ cargo build -q --test loopback --message-format=json |
| 833 | 2026-05-30T04:06:36.282Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 834 | 2026-05-30T04:06:36.402Z | + loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-cc2c8e26e1d71565 |
| 835 | 2026-05-30T04:06:36.402Z | + cargo build --test multicast_rx |
| 836 | 2026-05-30T04:06:36.509Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 837 | 2026-05-30T04:06:38.177Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.76s |
| 838 | 2026-05-30T04:06:38.215Z | ++ cargo build -q --test multicast_rx --message-format=json |
| 839 | 2026-05-30T04:06:38.218Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 840 | 2026-05-30T04:06:38.342Z | + multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-599d732aee452f9e |
| 841 | 2026-05-30T04:06:38.342Z | + cargo build --test multicast_multi_sub |
| 842 | 2026-05-30T04:06:38.450Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 843 | 2026-05-30T04:06:40.277Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.92s |
| 844 | 2026-05-30T04:06:40.313Z | ++ cargo build -q --test multicast_multi_sub --message-format=json |
| 845 | 2026-05-30T04:06:40.316Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 846 | 2026-05-30T04:06:40.440Z | + multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-3f8ac166ad295ce1 |
| 847 | 2026-05-30T04:06:40.440Z | + cargo build --test multicast_validation |
| 848 | 2026-05-30T04:06:40.547Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 849 | 2026-05-30T04:06:42.529Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.08s |
| 850 | 2026-05-30T04:06:42.566Z | ++ cargo build -q --test multicast_validation --message-format=json |
| 851 | 2026-05-30T04:06:42.569Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 852 | 2026-05-30T04:06:42.699Z | + multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-9526a9898a9e017c |
| 853 | 2026-05-30T04:06:42.699Z | + cargo build --test multicast_source_filter |
| 854 | 2026-05-30T04:06:42.810Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 855 | 2026-05-30T04:06:44.908Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.20s |
| 856 | 2026-05-30T04:06:44.944Z | ++ cargo build -q --test multicast_source_filter --message-format=json |
| 857 | 2026-05-30T04:06:44.947Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 858 | 2026-05-30T04:06:45.069Z | + multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-5f3242fd7f23ba9e |
| 859 | 2026-05-30T04:06:45.069Z | + mkdir -p /work/test |
| 860 | 2026-05-30T04:06:45.072Z | + cp /work/oxidecomputer/opte/target/debug/deps/loopback-cc2c8e26e1d71565 /work/test/loopback |
| 861 | 2026-05-30T04:06:45.106Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-599d732aee452f9e /work/test/multicast_rx |
| 862 | 2026-05-30T04:06:45.146Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-3f8ac166ad295ce1 /work/test/multicast_multi_sub |
| 863 | 2026-05-30T04:06:45.194Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-9526a9898a9e017c /work/test/multicast_validation |
| 864 | 2026-05-30T04:06:45.235Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-5f3242fd7f23ba9e /work/test/multicast_source_filter |
| 865 | 2026-05-30T04:06:45.279Z | process exited: duration 234514 ms, exit code 0 |
| |
| 866 | 2026-05-30T04:06:45.296Z | found 14 output files |
| 867 | 2026-05-30T04:06:45.296Z | uploading: /work/debug/xde.dbg (94596384 bytes) |
| 868 | 2026-05-30T04:06:46.845Z | uploaded: /work/debug/xde.dbg |
| 869 | 2026-05-30T04:06:46.845Z | uploading: /work/debug/xde.dbg.sha256 (86 bytes) |
| 870 | 2026-05-30T04:06:47.853Z | uploaded: /work/debug/xde.dbg.sha256 |
| 871 | 2026-05-30T04:06:47.853Z | uploading: /work/debug/xde_link.dbg.so (1084980 bytes) |
| 872 | 2026-05-30T04:06:48.872Z | uploaded: /work/debug/xde_link.dbg.so |
| 873 | 2026-05-30T04:06:48.877Z | uploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes) |
| 874 | 2026-05-30T04:06:49.885Z | uploaded: /work/debug/xde_link.dbg.so.sha256 |
| 875 | 2026-05-30T04:06:49.885Z | uploading: /work/release/xde (51986120 bytes) |
| 876 | 2026-05-30T04:06:51.303Z | uploaded: /work/release/xde |
| 877 | 2026-05-30T04:06:51.303Z | uploading: /work/release/xde.sha256 (84 bytes) |
| 878 | 2026-05-30T04:06:52.315Z | uploaded: /work/release/xde.sha256 |
| 879 | 2026-05-30T04:06:52.315Z | uploading: /work/release/xde_link.so (39516 bytes) |
| 880 | 2026-05-30T04:06:53.325Z | uploaded: /work/release/xde_link.so |
| 881 | 2026-05-30T04:06:53.325Z | uploading: /work/release/xde_link.so.sha256 (92 bytes) |
| 882 | 2026-05-30T04:06:54.334Z | uploaded: /work/release/xde_link.so.sha256 |
| 883 | 2026-05-30T04:06:54.334Z | uploading: /work/test/loopback (51786560 bytes) |
| 884 | 2026-05-30T04:06:55.614Z | uploaded: /work/test/loopback |
| 885 | 2026-05-30T04:06:55.614Z | uploading: /work/test/multicast_rx (52082480 bytes) |
| 886 | 2026-05-30T04:06:56.895Z | uploaded: /work/test/multicast_rx |
| 887 | 2026-05-30T04:06:56.896Z | uploading: /work/test/multicast_multi_sub (56214512 bytes) |
| 888 | 2026-05-30T04:06:58.211Z | uploaded: /work/test/multicast_multi_sub |
| 889 | 2026-05-30T04:06:58.211Z | uploading: /work/test/multicast_validation (52236304 bytes) |
| 890 | 2026-05-30T04:06:59.491Z | uploaded: /work/test/multicast_validation |
| 891 | 2026-05-30T04:06:59.491Z | uploading: /work/test/multicast_source_filter (52543064 bytes) |
| 892 | 2026-05-30T04:07:00.832Z | uploaded: /work/test/multicast_source_filter |
| 893 | 2026-05-30T04:07:00.832Z | uploading: /work/xde.conf (79 bytes) |
| 894 | 2026-05-30T04:07:01.841Z | uploaded: /work/xde.conf |