|
|
|
| 1 | 2026-05-20T16:01:33.500Z | job assigned to worker 01KS31WE2G4PGW6ZVD7Y8VVZCE [factory aws, i-0015fc07a4e3eca91] (queued for 1 m 16 s) |
| |
| 2 | 2026-05-20T16:01:41.027Z | starting task 0: "setup" |
| 3 | 2026-05-20T16:01:41.032Z | ++ uname -s |
| 4 | 2026-05-20T16:01:41.036Z | + kern=SunOS |
| 5 | 2026-05-20T16:01:41.036Z | + build_user=build |
| 6 | 2026-05-20T16:01:41.036Z | + build_uid=12345 |
| 7 | 2026-05-20T16:01:41.036Z | + work_dir=/work |
| 8 | 2026-05-20T16:01:41.036Z | + input_dir=/input |
| 9 | 2026-05-20T16:01:41.036Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-20T16:01:41.036Z | + case "$kern" in |
| 11 | 2026-05-20T16:01:41.036Z | + groupadd -g 12345 build |
| 12 | 2026-05-20T16:01:41.046Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-20T16:01:43.051Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-20T16:01:43.173Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-20T16:01:43.176Z | + home_fs=zfs |
| 16 | 2026-05-20T16:01:43.176Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-20T16:01:43.176Z | + mkdir -p /home/build |
| 18 | 2026-05-20T16:01:43.176Z | + chown build:build /home/build /work |
| 19 | 2026-05-20T16:01:45.178Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-20T16:01:45.181Z | process exited: duration 4152 ms, exit code 0 |
| |
| 21 | 2026-05-20T16:01:45.188Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-20T16:01:45.192Z | + printf ' * rust toolchain channel = "%s"\n' 1.95.0 |
| 23 | 2026-05-20T16:01:45.192Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-20T16:01:45.192Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-05-20T16:01:45.192Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-20T16:01:45.192Z | * rust toolchain channel = "1.95.0" |
| 27 | 2026-05-20T16:01:45.192Z | * rust toolchain profile = "default" |
| 28 | 2026-05-20T16:01:45.196Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-20T16:01:45.196Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default |
| 30 | 2026-05-20T16:01:45.324Z | info: downloading installer |
| 31 | 2026-05-20T16:01:47.034Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-20T16:01:47.034Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-20T16:01:47.034Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-20T16:01:47.034Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-20T16:01:47.044Z | info: profile set to default |
| 36 | 2026-05-20T16:01:47.044Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-20T16:01:47.047Z | info: syncing channel updates for 1.95.0-x86_64-unknown-illumos |
| 38 | 2026-05-20T16:01:47.187Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 39 | 2026-05-20T16:01:47.190Z | info: downloading 6 components |
| 40 | 2026-05-20T16:02:03.696Z | info: default toolchain set to 1.95.0-x86_64-unknown-illumos |
| 41 | 2026-05-20T16:02:03.696Z | |
| 42 | 2026-05-20T16:02:03.735Z | 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 43 | 2026-05-20T16:02:03.735Z | |
| 44 | 2026-05-20T16:02:03.739Z | |
| 45 | 2026-05-20T16:02:03.739Z | Rust is installed now. Great! |
| 46 | 2026-05-20T16:02:03.739Z | |
| 47 | 2026-05-20T16:02:03.739Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-20T16:02:03.739Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-20T16:02:03.739Z | |
| 50 | 2026-05-20T16:02:03.739Z | To configure your current shell, you need to source |
| 51 | 2026-05-20T16:02:03.739Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-20T16:02:03.739Z | |
| 53 | 2026-05-20T16:02:03.739Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-20T16:02:03.739Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-20T16:02:03.739Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-20T16:02:03.739Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-20T16:02:03.740Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-20T16:02:03.740Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-20T16:02:03.740Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-20T16:02:03.740Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-20T16:02:03.740Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-20T16:02:03.827Z | + rustup --version |
| 63 | 2026-05-20T16:02:03.836Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-20T16:02:03.840Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-20T16:02:03.877Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 66 | 2026-05-20T16:02:03.882Z | + cargo --version |
| 67 | 2026-05-20T16:02:03.882Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 68 | 2026-05-20T16:02:03.882Z | + rustc --version |
| 69 | 2026-05-20T16:02:03.900Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 70 | 2026-05-20T16:02:03.922Z | process exited: duration 18713 ms, exit code 0 |
| |
| 71 | 2026-05-20T16:02:03.930Z | starting task 2: "authentication" |
| 72 | 2026-05-20T16:02:03.947Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-05-20T16:02:03.955Z | starting task 3: "clone repository" |
| 74 | 2026-05-20T16:02:03.958Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-05-20T16:02:03.962Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-05-20T16:02:03.995Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-05-20T16:02:04.918Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-05-20T16:02:04.918Z | + git fetch origin 1df13fefc1a360c1f2a122e34a8089d55f51b6b1 |
| 79 | 2026-05-20T16:02:05.169Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-05-20T16:02:05.169Z | * branch 1df13fefc1a360c1f2a122e34a8089d55f51b6b1 -> FETCH_HEAD |
| 81 | 2026-05-20T16:02:05.178Z | + [[ -n eviction-policy ]] |
| 82 | 2026-05-20T16:02:05.181Z | ++ git branch --show-current |
| 83 | 2026-05-20T16:02:05.181Z | + current=master |
| 84 | 2026-05-20T16:02:05.181Z | + [[ master != eviction-policy ]] |
| 85 | 2026-05-20T16:02:05.181Z | + git branch -f eviction-policy 1df13fefc1a360c1f2a122e34a8089d55f51b6b1 |
| 86 | 2026-05-20T16:02:05.204Z | + git checkout -f eviction-policy |
| 87 | 2026-05-20T16:02:05.208Z | Switched to branch 'eviction-policy' |
| 88 | 2026-05-20T16:02:05.208Z | + git reset --hard 1df13fefc1a360c1f2a122e34a8089d55f51b6b1 |
| 89 | 2026-05-20T16:02:05.208Z | HEAD is now at 1df13fe Comment. |
| 90 | 2026-05-20T16:02:05.223Z | process exited: duration 1253 ms, exit code 0 |
| |
| 91 | 2026-05-20T16:02:05.231Z | starting task 4: "build" |
| 92 | 2026-05-20T16:02:05.234Z | + source .github/buildomat/common.sh |
| 93 | 2026-05-20T16:02:05.238Z | ++ rustup show active-toolchain |
| 94 | 2026-05-20T16:02:05.241Z | 1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-05-20T16:02:05.241Z | ++ pushd xde |
| 96 | 2026-05-20T16:02:05.241Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-05-20T16:02:05.241Z | ++ rustup show active-toolchain |
| 98 | 2026-05-20T16:02:05.246Z | info: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos |
| 99 | 2026-05-20T16:02:05.395Z | info: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31) |
| 100 | 2026-05-20T16:02:05.399Z | info: downloading 6 components |
| 101 | 2026-05-20T16:02:20.467Z | nightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-05-20T16:02:20.572Z | +++ rustup show active-toolchain -v |
| 103 | 2026-05-20T16:02:20.576Z | +++ head -n 1 |
| 104 | 2026-05-20T16:02:20.576Z | +++ cut '-d ' -f1 |
| 105 | 2026-05-20T16:02:20.633Z | ++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 106 | 2026-05-20T16:02:20.633Z | ++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 107 | 2026-05-20T16:02:20.633Z | ++ popd |
| 108 | 2026-05-20T16:02:20.637Z | /work/oxidecomputer/opte |
| 109 | 2026-05-20T16:02:20.637Z | + TGT_BASE=/work |
| 110 | 2026-05-20T16:02:20.637Z | + DBG_SRC=target/x86_64-unknown-unknown/debug |
| 111 | 2026-05-20T16:02:20.637Z | + DBG_LINK_SRC=target/i686-unknown-illumos/debug |
| 112 | 2026-05-20T16:02:20.637Z | + DBG_TGT=/work/debug |
| 113 | 2026-05-20T16:02:20.637Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 114 | 2026-05-20T16:02:20.637Z | + REL_LINK_SRC=target/i686-unknown-illumos/release |
| 115 | 2026-05-20T16:02:20.637Z | + REL_TGT=/work/release |
| 116 | 2026-05-20T16:02:20.637Z | + mkdir -p /work/debug /work/release |
| 117 | 2026-05-20T16:02:20.637Z | + cargo --version |
| 118 | 2026-05-20T16:02:20.645Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 119 | 2026-05-20T16:02:20.649Z | + rustc --version |
| 120 | 2026-05-20T16:02:20.670Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 121 | 2026-05-20T16:02:20.673Z | + install_pkg jq |
| 122 | 2026-05-20T16:02:20.673Z | + set +o errexit |
| 123 | 2026-05-20T16:02:20.673Z | + pfexec pkg install jq |
| 124 | 2026-05-20T16:02:23.500Z | Startup: Refreshing catalog 'helios' ... Done |
| 125 | 2026-05-20T16:02:23.560Z | Startup: Caching catalogs ... Done |
| 126 | 2026-05-20T16:02:23.773Z | Planning: Solver setup ... Done |
| 127 | 2026-05-20T16:02:23.788Z | Planning: Running solver ... Done |
| 128 | 2026-05-20T16:02:23.817Z | Planning: Consolidating action changes ... Done |
| 129 | 2026-05-20T16:02:23.818Z | Planning: Evaluating mediators ... Done |
| 130 | 2026-05-20T16:02:23.818Z | Planning: Planning completed in 0.21 seconds |
| 131 | 2026-05-20T16:02:23.823Z | No updates necessary for this image. |
| 132 | 2026-05-20T16:02:24.092Z | + exit_code=4 |
| 133 | 2026-05-20T16:02:24.092Z | + [[ 4 -ne 0 ]] |
| 134 | 2026-05-20T16:02:24.092Z | + [[ 4 -ne 4 ]] |
| 135 | 2026-05-20T16:02:24.103Z | + set -o errexit |
| 136 | 2026-05-20T16:02:24.103Z | + pushd xde |
| 137 | 2026-05-20T16:02:24.103Z | + cp xde.conf /work/xde.conf |
| 138 | 2026-05-20T16:02:24.104Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 139 | 2026-05-20T16:02:24.104Z | + header 'check style' |
| 140 | 2026-05-20T16:02:24.104Z | + echo '# ==== check style ==== #' |
| 141 | 2026-05-20T16:02:24.104Z | # ==== check style ==== # |
| 142 | 2026-05-20T16:02:24.104Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check |
| 143 | 2026-05-20T16:02:24.110Z | |
| 144 | 2026-05-20T16:02:24.110Z | real 0.222894850 |
| 145 | 2026-05-20T16:02:24.110Z | user 0.161104741 |
| 146 | 2026-05-20T16:02:24.110Z | sys 0.052728381 |
| 147 | 2026-05-20T16:02:24.110Z | trap 0.000017087 |
| 148 | 2026-05-20T16:02:24.110Z | tflt 0.000008277 |
| 149 | 2026-05-20T16:02:24.111Z | dflt 0.000015774 |
| 150 | 2026-05-20T16:02:24.111Z | kflt 0.000000000 |
| 151 | 2026-05-20T16:02:24.111Z | lock 0.034835786 |
| 152 | 2026-05-20T16:02:24.111Z | slp 0.197078075 |
| 153 | 2026-05-20T16:02:24.111Z | lat 0.000769021 |
| 154 | 2026-05-20T16:02:24.111Z | stop 0.000112911 |
| 155 | 2026-05-20T16:02:24.111Z | + header analyze |
| 156 | 2026-05-20T16:02:24.111Z | + echo '# ==== analyze ==== #' |
| 157 | 2026-05-20T16:02:24.111Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 158 | 2026-05-20T16:02:24.111Z | # ==== analyze ==== # |
| 159 | 2026-05-20T16:02:24.815Z | Updating crates.io index |
| 160 | 2026-05-20T16:02:24.832Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 161 | 2026-05-20T16:02:26.129Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 162 | 2026-05-20T16:02:26.200Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 163 | 2026-05-20T16:02:26.200Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 164 | 2026-05-20T16:02:26.226Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 165 | 2026-05-20T16:02:26.458Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 166 | 2026-05-20T16:02:26.744Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 167 | 2026-05-20T16:02:28.253Z | Downloading crates ... |
| 168 | 2026-05-20T16:02:28.312Z | Downloaded darling_macro v0.21.3 |
| 169 | 2026-05-20T16:02:28.317Z | Downloaded dyn-clone v1.0.20 |
| 170 | 2026-05-20T16:02:28.317Z | Downloaded ident_case v1.0.1 |
| 171 | 2026-05-20T16:02:28.317Z | Downloaded strsim v0.11.1 |
| 172 | 2026-05-20T16:02:28.320Z | Downloaded hash32 v0.3.1 |
| 173 | 2026-05-20T16:02:28.327Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 174 | 2026-05-20T16:02:28.327Z | Downloaded quote v1.0.45 |
| 175 | 2026-05-20T16:02:28.331Z | Downloaded version_check v0.9.5 |
| 176 | 2026-05-20T16:02:28.331Z | Downloaded embedded-io v0.4.0 |
| 177 | 2026-05-20T16:02:28.335Z | Downloaded darling v0.23.0 |
| 178 | 2026-05-20T16:02:28.339Z | Downloaded thiserror-impl v2.0.18 |
| 179 | 2026-05-20T16:02:28.343Z | Downloaded ref-cast-impl v1.0.25 |
| 180 | 2026-05-20T16:02:28.343Z | Downloaded ingot-types v0.1.2 |
| 181 | 2026-05-20T16:02:28.343Z | Downloaded serde_derive v1.0.228 |
| 182 | 2026-05-20T16:02:28.347Z | Downloaded embedded-io v0.6.1 |
| 183 | 2026-05-20T16:02:28.350Z | Downloaded cobs v0.3.0 |
| 184 | 2026-05-20T16:02:28.350Z | Downloaded stable_deref_trait v1.2.1 |
| 185 | 2026-05-20T16:02:28.350Z | Downloaded managed v0.8.0 |
| 186 | 2026-05-20T16:02:28.354Z | Downloaded macaddr v1.0.1 |
| 187 | 2026-05-20T16:02:28.354Z | Downloaded defmt-parser v1.0.0 |
| 188 | 2026-05-20T16:02:28.354Z | Downloaded defmt v0.3.100 |
| 189 | 2026-05-20T16:02:28.364Z | Downloaded thiserror v2.0.18 |
| 190 | 2026-05-20T16:02:28.368Z | Downloaded either v1.15.0 |
| 191 | 2026-05-20T16:02:28.375Z | Downloaded darling_macro v0.23.0 |
| 192 | 2026-05-20T16:02:28.384Z | Downloaded cfg-if v1.0.4 |
| 193 | 2026-05-20T16:02:28.397Z | Downloaded ingot-macros v0.1.1 |
| 194 | 2026-05-20T16:02:28.401Z | Downloaded bitflags v2.11.1 |
| 195 | 2026-05-20T16:02:28.409Z | Downloaded darling v0.21.3 |
| 196 | 2026-05-20T16:02:28.413Z | Downloaded proc-macro-error2 v2.0.1 |
| 197 | 2026-05-20T16:02:28.414Z | Downloaded ref-cast v1.0.25 |
| 198 | 2026-05-20T16:02:28.414Z | Downloaded bitflags v1.3.2 |
| 199 | 2026-05-20T16:02:28.418Z | Downloaded byteorder v1.5.0 |
| 200 | 2026-05-20T16:02:28.424Z | Downloaded ingot v0.1.1 |
| 201 | 2026-05-20T16:02:28.428Z | Downloaded defmt v1.0.1 |
| 202 | 2026-05-20T16:02:28.428Z | Downloaded unicode-ident v1.0.24 |
| 203 | 2026-05-20T16:02:28.432Z | Downloaded fnv v1.0.7 |
| 204 | 2026-05-20T16:02:28.436Z | Downloaded defmt-macros v1.0.1 |
| 205 | 2026-05-20T16:02:28.443Z | Downloaded crc32fast v1.5.0 |
| 206 | 2026-05-20T16:02:28.460Z | Downloaded heapless v0.8.0 |
| 207 | 2026-05-20T16:02:28.465Z | Downloaded postcard v1.1.3 |
| 208 | 2026-05-20T16:02:28.465Z | Downloaded uuid v1.23.1 |
| 209 | 2026-05-20T16:02:28.470Z | Downloaded serde_core v1.0.228 |
| 210 | 2026-05-20T16:02:28.470Z | Downloaded zerocopy-derive v0.8.48 |
| 211 | 2026-05-20T16:02:28.480Z | Downloaded darling_core v0.23.0 |
| 212 | 2026-05-20T16:02:28.493Z | Downloaded proc-macro2 v1.0.106 |
| 213 | 2026-05-20T16:02:28.499Z | Downloaded serde v1.0.228 |
| 214 | 2026-05-20T16:02:28.499Z | Downloaded darling_core v0.21.3 |
| 215 | 2026-05-20T16:02:28.502Z | Downloaded regex v1.12.3 |
| 216 | 2026-05-20T16:02:28.515Z | Downloaded memchr v2.8.0 |
| 217 | 2026-05-20T16:02:28.529Z | Downloaded itertools v0.14.0 |
| 218 | 2026-05-20T16:02:28.556Z | Downloaded aho-corasick v1.1.4 |
| 219 | 2026-05-20T16:02:28.577Z | Downloaded zerocopy v0.8.48 |
| 220 | 2026-05-20T16:02:28.607Z | Downloaded smoltcp v0.11.0 |
| 221 | 2026-05-20T16:02:28.611Z | Downloaded syn v2.0.117 |
| 222 | 2026-05-20T16:02:28.616Z | Downloaded regex-syntax v0.8.10 |
| 223 | 2026-05-20T16:02:28.631Z | Downloaded regex-automata v0.4.14 |
| 224 | 2026-05-20T16:02:28.642Z | Updating crates.io index |
| 225 | 2026-05-20T16:02:28.737Z | Downloading crates ... |
| 226 | 2026-05-20T16:02:28.780Z | Downloaded getopts v0.2.24 |
| 227 | 2026-05-20T16:02:28.787Z | Downloaded rustc-literal-escaper v0.0.7 |
| 228 | 2026-05-20T16:02:28.793Z | Downloaded miniz_oxide v0.8.9 |
| 229 | 2026-05-20T16:02:28.797Z | Downloaded adler2 v2.0.1 |
| 230 | 2026-05-20T16:02:28.810Z | Downloaded foldhash v0.2.0 |
| 231 | 2026-05-20T16:02:28.815Z | Downloaded rustc-demangle v0.1.27 |
| 232 | 2026-05-20T16:02:28.829Z | Downloaded addr2line v0.25.1 |
| 233 | 2026-05-20T16:02:28.842Z | Downloaded memchr v2.7.6 |
| 234 | 2026-05-20T16:02:28.848Z | Downloaded hashbrown v0.16.1 |
| 235 | 2026-05-20T16:02:28.879Z | Downloaded object v0.37.3 |
| 236 | 2026-05-20T16:02:28.889Z | Downloaded gimli v0.32.3 |
| 237 | 2026-05-20T16:02:28.922Z | Downloaded libc v0.2.183 |
| 238 | 2026-05-20T16:02:28.976Z | 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-20T16:02:28.976Z | 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-20T16:02:28.980Z | Compiling proc-macro2 v1.0.106 |
| 241 | 2026-05-20T16:02:28.980Z | Compiling quote v1.0.45 |
| 242 | 2026-05-20T16:02:28.980Z | Compiling unicode-ident v1.0.24 |
| 243 | 2026-05-20T16:02:28.981Z | Compiling strsim v0.11.1 |
| 244 | 2026-05-20T16:02:28.981Z | Compiling ident_case v1.0.1 |
| 245 | 2026-05-20T16:02:28.981Z | Compiling serde_core v1.0.228 |
| 246 | 2026-05-20T16:02:29.182Z | Compiling fnv v1.0.7 |
| 247 | 2026-05-20T16:02:29.197Z | Compiling memchr v2.8.0 |
| 248 | 2026-05-20T16:02:29.264Z | Compiling regex-syntax v0.8.10 |
| 249 | 2026-05-20T16:02:29.463Z | Compiling thiserror v2.0.18 |
| 250 | 2026-05-20T16:02:29.679Z | Compiling aho-corasick v1.1.4 |
| 251 | 2026-05-20T16:02:29.716Z | Compiling either v1.15.0 |
| 252 | 2026-05-20T16:02:29.742Z | Compiling zerocopy v0.8.48 |
| 253 | 2026-05-20T16:02:29.884Z | Compiling serde v1.0.228 |
| 254 | 2026-05-20T16:02:29.919Z | Compiling itertools v0.14.0 |
| 255 | 2026-05-20T16:02:30.078Z | Compiling heapless v0.8.0 |
| 256 | 2026-05-20T16:02:30.413Z | Compiling smoltcp v0.11.0 |
| 257 | 2026-05-20T16:02:30.595Z | Compiling syn v2.0.117 |
| 258 | 2026-05-20T16:02:30.606Z | Compiling version_check v0.9.5 |
| 259 | 2026-05-20T16:02:30.618Z | Compiling crc32fast v1.5.0 |
| 260 | 2026-05-20T16:02:30.902Z | Compiling regex-automata v0.4.14 |
| 261 | 2026-05-20T16:02:31.002Z | Compiling ref-cast v1.0.25 |
| 262 | 2026-05-20T16:02:31.018Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 263 | 2026-05-20T16:02:32.555Z | Compiling regex v1.12.3 |
| 264 | 2026-05-20T16:02:33.037Z | Compiling darling_core v0.21.3 |
| 265 | 2026-05-20T16:02:33.037Z | Compiling darling_core v0.23.0 |
| 266 | 2026-05-20T16:02:33.838Z | Compiling thiserror-impl v2.0.18 |
| 267 | 2026-05-20T16:02:33.838Z | Compiling zerocopy-derive v0.8.48 |
| 268 | 2026-05-20T16:02:33.838Z | Compiling serde_derive v1.0.228 |
| 269 | 2026-05-20T16:02:33.842Z | Compiling ref-cast-impl v1.0.25 |
| 270 | 2026-05-20T16:02:33.842Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 271 | 2026-05-20T16:02:35.668Z | Compiling darling_macro v0.23.0 |
| 272 | 2026-05-20T16:02:35.839Z | Compiling darling_macro v0.21.3 |
| 273 | 2026-05-20T16:02:37.806Z | Compiling darling v0.23.0 |
| 274 | 2026-05-20T16:02:37.831Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 275 | 2026-05-20T16:02:37.831Z | Compiling darling v0.21.3 |
| 276 | 2026-05-20T16:02:37.832Z | Compiling ingot-macros v0.1.1 |
| 277 | 2026-05-20T16:02:41.225Z | 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-20T16:02:45.477Z | Checking byteorder v1.5.0 |
| 279 | 2026-05-20T16:02:45.477Z | Checking stable_deref_trait v1.2.1 |
| 280 | 2026-05-20T16:02:45.477Z | Checking cfg-if v1.0.4 |
| 281 | 2026-05-20T16:02:45.509Z | Checking macaddr v1.0.1 |
| 282 | 2026-05-20T16:02:45.509Z | Checking bitflags v1.3.2 |
| 283 | 2026-05-20T16:02:45.509Z | Checking managed v0.8.0 |
| 284 | 2026-05-20T16:02:45.509Z | Checking cobs v0.3.0 |
| 285 | 2026-05-20T16:02:45.509Z | Checking dyn-clone v1.0.20 |
| 286 | 2026-05-20T16:02:45.509Z | Checking hash32 v0.3.1 |
| 287 | 2026-05-20T16:02:45.509Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 288 | 2026-05-20T16:02:45.509Z | Checking bitflags v2.11.1 |
| 289 | 2026-05-20T16:02:45.510Z | Checking uuid v1.23.1 |
| 290 | 2026-05-20T16:02:45.510Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 291 | 2026-05-20T16:02:45.510Z | Checking postcard v1.1.3 |
| 292 | 2026-05-20T16:02:46.166Z | Checking ingot-types v0.1.2 |
| 293 | 2026-05-20T16:02:46.450Z | Checking ingot v0.1.1 |
| 294 | 2026-05-20T16:02:47.841Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 295 | 2026-05-20T16:02:52.381Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 296 | 2026-05-20T16:02:54.072Z | Checking xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 297 | 2026-05-20T16:02:56.555Z | Finished `dev` profile [optimized + debuginfo] target(s) in 32.39s |
| 298 | 2026-05-20T16:02:56.667Z | |
| 299 | 2026-05-20T16:02:56.667Z | real 32.561400255 |
| 300 | 2026-05-20T16:02:56.667Z | user 1:19.993904466 |
| 301 | 2026-05-20T16:02:56.667Z | sys 10.854606960 |
| 302 | 2026-05-20T16:02:56.667Z | trap 0.041633030 |
| 303 | 2026-05-20T16:02:56.667Z | tflt 0.137261207 |
| 304 | 2026-05-20T16:02:56.667Z | dflt 0.622597531 |
| 305 | 2026-05-20T16:02:56.667Z | kflt 0.006952439 |
| 306 | 2026-05-20T16:02:56.667Z | lock 4:08.072274255 |
| 307 | 2026-05-20T16:02:56.667Z | slp 3:44.158628969 |
| 308 | 2026-05-20T16:02:56.667Z | lat 2.565112501 |
| 309 | 2026-05-20T16:02:56.667Z | stop 6.363386831 |
| 310 | 2026-05-20T16:02:56.672Z | + pushd xde-link |
| 311 | 2026-05-20T16:02:56.672Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 312 | 2026-05-20T16:02:56.672Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 313 | 2026-05-20T16:02:56.859Z | 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-20T16:02:56.859Z | 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-20T16:02:56.859Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 316 | 2026-05-20T16:03:07.739Z | 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-20T16:03:09.997Z | Finished `dev` profile [optimized + debuginfo] target(s) in 13.26s |
| 318 | 2026-05-20T16:03:10.017Z | |
| 319 | 2026-05-20T16:03:10.021Z | real 13.344117553 |
| 320 | 2026-05-20T16:03:10.021Z | user 21.597760199 |
| 321 | 2026-05-20T16:03:10.021Z | sys 1.299433355 |
| 322 | 2026-05-20T16:03:10.021Z | trap 0.003851467 |
| 323 | 2026-05-20T16:03:10.021Z | tflt 0.001317561 |
| 324 | 2026-05-20T16:03:10.021Z | dflt 0.040682679 |
| 325 | 2026-05-20T16:03:10.021Z | kflt 0.000001789 |
| 326 | 2026-05-20T16:03:10.022Z | lock 1:12.555479730 |
| 327 | 2026-05-20T16:03:10.022Z | slp 44.740651977 |
| 328 | 2026-05-20T16:03:10.022Z | lat 0.197051976 |
| 329 | 2026-05-20T16:03:10.022Z | stop 0.139883186 |
| 330 | 2026-05-20T16:03:10.022Z | + popd |
| 331 | 2026-05-20T16:03:10.022Z | + popd |
| 332 | 2026-05-20T16:03:10.022Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 333 | 2026-05-20T16:03:10.022Z | /work/oxidecomputer/opte |
| 334 | 2026-05-20T16:03:10.022Z | + header 'build xde (debug)' |
| 335 | 2026-05-20T16:03:10.022Z | + echo '# ==== build xde (debug) ==== #' |
| 336 | 2026-05-20T16:03:10.022Z | # ==== build xde (debug) ==== # |
| 337 | 2026-05-20T16:03:10.022Z | + ptime -m cargo xtask build --profile debug xde xde-link |
| 338 | 2026-05-20T16:03:10.179Z | Downloading crates ... |
| 339 | 2026-05-20T16:03:10.227Z | Downloaded equivalent v1.0.2 |
| 340 | 2026-05-20T16:03:10.244Z | Downloaded utf8parse v0.2.2 |
| 341 | 2026-05-20T16:03:10.249Z | Downloaded itoa v1.0.18 |
| 342 | 2026-05-20T16:03:10.252Z | Downloaded heck v0.5.0 |
| 343 | 2026-05-20T16:03:10.256Z | Downloaded cargo-platform v0.3.3 |
| 344 | 2026-05-20T16:03:10.260Z | Downloaded anstyle-parse v1.0.0 |
| 345 | 2026-05-20T16:03:10.264Z | Downloaded serde_spanned v1.1.1 |
| 346 | 2026-05-20T16:03:10.264Z | Downloaded colorchoice v1.0.5 |
| 347 | 2026-05-20T16:03:10.264Z | Downloaded is_terminal_polyfill v1.70.2 |
| 348 | 2026-05-20T16:03:10.264Z | Downloaded errno v0.3.14 |
| 349 | 2026-05-20T16:03:10.268Z | Downloaded clap_lex v1.1.0 |
| 350 | 2026-05-20T16:03:10.268Z | Downloaded anstyle-query v1.1.5 |
| 351 | 2026-05-20T16:03:10.272Z | Downloaded zmij v1.0.21 |
| 352 | 2026-05-20T16:03:10.276Z | Downloaded terminal_size v0.4.4 |
| 353 | 2026-05-20T16:03:10.276Z | Downloaded cargo_metadata v0.23.1 |
| 354 | 2026-05-20T16:03:10.276Z | Downloaded anstyle v1.0.14 |
| 355 | 2026-05-20T16:03:10.280Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 356 | 2026-05-20T16:03:10.280Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 357 | 2026-05-20T16:03:10.284Z | Downloaded anstream v1.0.0 |
| 358 | 2026-05-20T16:03:10.287Z | Downloaded clap_derive v4.6.1 |
| 359 | 2026-05-20T16:03:10.292Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 360 | 2026-05-20T16:03:10.296Z | Downloaded anyhow v1.0.102 |
| 361 | 2026-05-20T16:03:10.296Z | Downloaded semver v1.0.28 |
| 362 | 2026-05-20T16:03:10.300Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 363 | 2026-05-20T16:03:10.303Z | Downloaded camino v1.2.2 |
| 364 | 2026-05-20T16:03:10.304Z | Downloaded clap v4.6.1 |
| 365 | 2026-05-20T16:03:10.322Z | Downloaded indexmap v2.14.0 |
| 366 | 2026-05-20T16:03:10.334Z | Downloaded serde_json v1.0.149 |
| 367 | 2026-05-20T16:03:10.350Z | Downloaded hashbrown v0.17.0 |
| 368 | 2026-05-20T16:03:10.356Z | Downloaded clap_builder v4.6.0 |
| 369 | 2026-05-20T16:03:10.360Z | Downloaded winnow v1.0.2 |
| 370 | 2026-05-20T16:03:10.395Z | Downloaded rustix v1.1.4 |
| 371 | 2026-05-20T16:03:10.416Z | Downloaded libc v0.2.186 |
| 372 | 2026-05-20T16:03:10.466Z | Compiling proc-macro2 v1.0.106 |
| 373 | 2026-05-20T16:03:10.466Z | Compiling serde_core v1.0.228 |
| 374 | 2026-05-20T16:03:10.466Z | Compiling unicode-ident v1.0.24 |
| 375 | 2026-05-20T16:03:10.470Z | Compiling quote v1.0.45 |
| 376 | 2026-05-20T16:03:10.470Z | Compiling libc v0.2.186 |
| 377 | 2026-05-20T16:03:10.470Z | Compiling rustix v1.1.4 |
| 378 | 2026-05-20T16:03:10.470Z | Compiling utf8parse v0.2.2 |
| 379 | 2026-05-20T16:03:10.470Z | Compiling bitflags v2.11.1 |
| 380 | 2026-05-20T16:03:10.626Z | Compiling zmij v1.0.21 |
| 381 | 2026-05-20T16:03:10.642Z | Compiling anstyle-parse v1.0.0 |
| 382 | 2026-05-20T16:03:10.876Z | Compiling thiserror v2.0.18 |
| 383 | 2026-05-20T16:03:10.884Z | Compiling colorchoice v1.0.5 |
| 384 | 2026-05-20T16:03:10.970Z | Compiling serde v1.0.228 |
| 385 | 2026-05-20T16:03:10.988Z | Compiling anstyle-query v1.1.5 |
| 386 | 2026-05-20T16:03:10.988Z | Compiling camino v1.2.2 |
| 387 | 2026-05-20T16:03:11.075Z | Compiling is_terminal_polyfill v1.70.2 |
| 388 | 2026-05-20T16:03:11.091Z | Compiling serde_json v1.0.149 |
| 389 | 2026-05-20T16:03:11.145Z | Compiling anstyle v1.0.14 |
| 390 | 2026-05-20T16:03:11.355Z | Compiling errno v0.3.14 |
| 391 | 2026-05-20T16:03:11.388Z | Compiling anstream v1.0.0 |
| 392 | 2026-05-20T16:03:11.426Z | Compiling clap_lex v1.1.0 |
| 393 | 2026-05-20T16:03:11.488Z | Compiling anyhow v1.0.102 |
| 394 | 2026-05-20T16:03:11.528Z | Compiling winnow v1.0.2 |
| 395 | 2026-05-20T16:03:11.820Z | Compiling heck v0.5.0 |
| 396 | 2026-05-20T16:03:11.823Z | Compiling itoa v1.0.18 |
| 397 | 2026-05-20T16:03:11.826Z | Compiling memchr v2.8.0 |
| 398 | 2026-05-20T16:03:11.939Z | Compiling terminal_size v0.4.4 |
| 399 | 2026-05-20T16:03:11.976Z | Compiling syn v2.0.117 |
| 400 | 2026-05-20T16:03:12.018Z | Compiling strsim v0.11.1 |
| 401 | 2026-05-20T16:03:12.059Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 402 | 2026-05-20T16:03:12.093Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 403 | 2026-05-20T16:03:12.299Z | Compiling clap_builder v4.6.0 |
| 404 | 2026-05-20T16:03:12.921Z | Compiling cargo-platform v0.3.3 |
| 405 | 2026-05-20T16:03:13.034Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 406 | 2026-05-20T16:03:13.519Z | Compiling serde_spanned v1.1.1 |
| 407 | 2026-05-20T16:03:13.549Z | Compiling semver v1.0.28 |
| 408 | 2026-05-20T16:03:13.640Z | Compiling toml v1.1.2+spec-1.1.0 |
| 409 | 2026-05-20T16:03:14.392Z | Compiling thiserror-impl v2.0.18 |
| 410 | 2026-05-20T16:03:14.600Z | Compiling serde_derive v1.0.228 |
| 411 | 2026-05-20T16:03:14.636Z | Compiling clap_derive v4.6.1 |
| 412 | 2026-05-20T16:03:16.444Z | Compiling clap v4.6.1 |
| 413 | 2026-05-20T16:03:17.921Z | Compiling cargo_metadata v0.23.1 |
| 414 | 2026-05-20T16:03:20.449Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 415 | 2026-05-20T16:03:22.079Z | Finished `dev` profile [optimized + debuginfo] target(s) in 12.05s |
| 416 | 2026-05-20T16:03:22.095Z | Running `target/debug/xtask build --profile debug xde xde-link` |
| 417 | 2026-05-20T16:03:23.603Z | Building xde (dev). |
| 418 | 2026-05-20T16:03:23.842Z | Compiling serde_core v1.0.228 |
| 419 | 2026-05-20T16:03:23.842Z | Compiling byteorder v1.5.0 |
| 420 | 2026-05-20T16:03:23.847Z | Compiling macaddr v1.0.1 |
| 421 | 2026-05-20T16:03:23.847Z | Compiling stable_deref_trait v1.2.1 |
| 422 | 2026-05-20T16:03:23.847Z | Compiling cfg-if v1.0.4 |
| 423 | 2026-05-20T16:03:23.847Z | Compiling zerocopy v0.8.48 |
| 424 | 2026-05-20T16:03:23.847Z | Compiling thiserror v2.0.18 |
| 425 | 2026-05-20T16:03:23.876Z | Compiling managed v0.8.0 |
| 426 | 2026-05-20T16:03:23.926Z | Compiling bitflags v1.3.2 |
| 427 | 2026-05-20T16:03:23.930Z | Compiling cobs v0.3.0 |
| 428 | 2026-05-20T16:03:23.965Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 429 | 2026-05-20T16:03:23.992Z | Compiling either v1.15.0 |
| 430 | 2026-05-20T16:03:24.046Z | Compiling hash32 v0.3.1 |
| 431 | 2026-05-20T16:03:24.105Z | Compiling ref-cast v1.0.25 |
| 432 | 2026-05-20T16:03:24.131Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 433 | 2026-05-20T16:03:24.169Z | Compiling heapless v0.8.0 |
| 434 | 2026-05-20T16:03:24.199Z | Compiling itertools v0.14.0 |
| 435 | 2026-05-20T16:03:24.204Z | Compiling crc32fast v1.5.0 |
| 436 | 2026-05-20T16:03:24.216Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 437 | 2026-05-20T16:03:24.263Z | Compiling dyn-clone v1.0.20 |
| 438 | 2026-05-20T16:03:24.404Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 439 | 2026-05-20T16:03:24.556Z | Compiling smoltcp v0.11.0 |
| 440 | 2026-05-20T16:03:25.583Z | Compiling serde v1.0.228 |
| 441 | 2026-05-20T16:03:25.583Z | Compiling bitflags v2.11.1 |
| 442 | 2026-05-20T16:03:25.583Z | Compiling uuid v1.23.1 |
| 443 | 2026-05-20T16:03:25.724Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 444 | 2026-05-20T16:03:26.044Z | Compiling postcard v1.1.3 |
| 445 | 2026-05-20T16:03:26.906Z | Compiling ingot-types v0.1.2 |
| 446 | 2026-05-20T16:03:27.199Z | Compiling ingot v0.1.1 |
| 447 | 2026-05-20T16:03:28.653Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 448 | 2026-05-20T16:03:33.129Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 449 | 2026-05-20T16:03:44.144Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 450 | 2026-05-20T16:03:53.040Z | Finished `dev` profile [optimized + debuginfo] target(s) in 29.40s |
| 451 | 2026-05-20T16:03:53.066Z | Linking xde kmod... |
| 452 | 2026-05-20T16:03:54.352Z | Building xde dev link helper (dev). |
| 453 | 2026-05-20T16:03:54.517Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 454 | 2026-05-20T16:03:54.887Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.50s |
| 455 | 2026-05-20T16:03:54.911Z | |
| 456 | 2026-05-20T16:03:54.914Z | real 44.890431430 |
| 457 | 2026-05-20T16:03:54.915Z | user 2:26.758087960 |
| 458 | 2026-05-20T16:03:54.915Z | sys 12.244241279 |
| 459 | 2026-05-20T16:03:54.915Z | trap 0.077954319 |
| 460 | 2026-05-20T16:03:54.915Z | tflt 0.269124481 |
| 461 | 2026-05-20T16:03:54.915Z | dflt 0.451775737 |
| 462 | 2026-05-20T16:03:54.915Z | kflt 0.000024762 |
| 463 | 2026-05-20T16:03:54.915Z | lock 6:59.144098857 |
| 464 | 2026-05-20T16:03:54.915Z | slp 4:11.145035483 |
| 465 | 2026-05-20T16:03:54.915Z | lat 5.990770169 |
| 466 | 2026-05-20T16:03:54.915Z | stop 4.687990429 |
| 467 | 2026-05-20T16:03:54.915Z | + header 'build xde (release)' |
| 468 | 2026-05-20T16:03:54.915Z | + echo '# ==== build xde (release) ==== #' |
| 469 | 2026-05-20T16:03:54.915Z | # ==== build xde (release) ==== # |
| 470 | 2026-05-20T16:03:54.915Z | + ptime -m cargo xtask build --profile release xde xde-link |
| 471 | 2026-05-20T16:03:55.071Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.15s |
| 472 | 2026-05-20T16:03:55.075Z | Running `target/debug/xtask build --profile release xde xde-link` |
| 473 | 2026-05-20T16:03:55.284Z | Building xde (release-lto). |
| 474 | 2026-05-20T16:03:55.535Z | 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-20T16:03:55.535Z | 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-20T16:03:55.535Z | Compiling proc-macro2 v1.0.106 |
| 477 | 2026-05-20T16:03:55.535Z | Compiling quote v1.0.45 |
| 478 | 2026-05-20T16:03:55.535Z | Compiling unicode-ident v1.0.24 |
| 479 | 2026-05-20T16:03:55.535Z | Compiling ident_case v1.0.1 |
| 480 | 2026-05-20T16:03:55.539Z | Compiling strsim v0.11.1 |
| 481 | 2026-05-20T16:03:55.539Z | Compiling serde_core v1.0.228 |
| 482 | 2026-05-20T16:03:55.661Z | Compiling fnv v1.0.7 |
| 483 | 2026-05-20T16:03:55.665Z | Compiling memchr v2.8.0 |
| 484 | 2026-05-20T16:03:55.748Z | Compiling regex-syntax v0.8.10 |
| 485 | 2026-05-20T16:03:55.933Z | Compiling zerocopy v0.8.48 |
| 486 | 2026-05-20T16:03:55.941Z | Compiling serde v1.0.228 |
| 487 | 2026-05-20T16:03:55.945Z | Compiling thiserror v2.0.18 |
| 488 | 2026-05-20T16:03:56.094Z | Compiling aho-corasick v1.1.4 |
| 489 | 2026-05-20T16:03:56.328Z | Compiling either v1.15.0 |
| 490 | 2026-05-20T16:03:56.397Z | Compiling heapless v0.8.0 |
| 491 | 2026-05-20T16:03:56.530Z | Compiling itertools v0.14.0 |
| 492 | 2026-05-20T16:03:56.565Z | Compiling smoltcp v0.11.0 |
| 493 | 2026-05-20T16:03:56.727Z | Compiling syn v2.0.117 |
| 494 | 2026-05-20T16:03:56.803Z | Compiling ref-cast v1.0.25 |
| 495 | 2026-05-20T16:03:56.896Z | Compiling crc32fast v1.5.0 |
| 496 | 2026-05-20T16:03:57.020Z | Compiling version_check v0.9.5 |
| 497 | 2026-05-20T16:03:57.283Z | Compiling regex-automata v0.4.14 |
| 498 | 2026-05-20T16:03:57.400Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 499 | 2026-05-20T16:03:58.922Z | Compiling regex v1.12.3 |
| 500 | 2026-05-20T16:03:59.170Z | Compiling darling_core v0.21.3 |
| 501 | 2026-05-20T16:03:59.206Z | Compiling darling_core v0.23.0 |
| 502 | 2026-05-20T16:04:00.092Z | Compiling thiserror-impl v2.0.18 |
| 503 | 2026-05-20T16:04:00.092Z | Compiling zerocopy-derive v0.8.48 |
| 504 | 2026-05-20T16:04:00.092Z | Compiling serde_derive v1.0.228 |
| 505 | 2026-05-20T16:04:00.095Z | Compiling ref-cast-impl v1.0.25 |
| 506 | 2026-05-20T16:04:00.095Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 507 | 2026-05-20T16:04:01.970Z | Compiling darling_macro v0.21.3 |
| 508 | 2026-05-20T16:04:02.123Z | Compiling darling_macro v0.23.0 |
| 509 | 2026-05-20T16:04:02.923Z | Compiling darling v0.21.3 |
| 510 | 2026-05-20T16:04:02.972Z | Compiling ingot-macros v0.1.1 |
| 511 | 2026-05-20T16:04:03.042Z | Compiling darling v0.23.0 |
| 512 | 2026-05-20T16:04:03.106Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 513 | 2026-05-20T16:04:08.404Z | 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-20T16:04:10.563Z | Compiling byteorder v1.5.0 |
| 515 | 2026-05-20T16:04:10.563Z | Compiling stable_deref_trait v1.2.1 |
| 516 | 2026-05-20T16:04:10.563Z | Compiling cfg-if v1.0.4 |
| 517 | 2026-05-20T16:04:10.567Z | Compiling macaddr v1.0.1 |
| 518 | 2026-05-20T16:04:10.628Z | Compiling managed v0.8.0 |
| 519 | 2026-05-20T16:04:10.632Z | Compiling cobs v0.3.0 |
| 520 | 2026-05-20T16:04:10.662Z | Compiling bitflags v1.3.2 |
| 521 | 2026-05-20T16:04:10.729Z | Compiling hash32 v0.3.1 |
| 522 | 2026-05-20T16:04:10.858Z | Compiling dyn-clone v1.0.20 |
| 523 | 2026-05-20T16:04:10.946Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 524 | 2026-05-20T16:04:12.221Z | Compiling bitflags v2.11.1 |
| 525 | 2026-05-20T16:04:12.222Z | Compiling uuid v1.23.1 |
| 526 | 2026-05-20T16:04:12.367Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 527 | 2026-05-20T16:04:12.671Z | Compiling postcard v1.1.3 |
| 528 | 2026-05-20T16:04:13.578Z | Compiling ingot-types v0.1.2 |
| 529 | 2026-05-20T16:04:13.902Z | Compiling ingot v0.1.1 |
| 530 | 2026-05-20T16:04:15.488Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 531 | 2026-05-20T16:04:19.379Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 532 | 2026-05-20T16:04:28.506Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 533 | 2026-05-20T16:04:59.578Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 04s |
| 534 | 2026-05-20T16:04:59.602Z | Linking xde kmod... |
| 535 | 2026-05-20T16:05:00.227Z | Building xde dev link helper (release). |
| 536 | 2026-05-20T16:05:00.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) |
| 537 | 2026-05-20T16:05:00.397Z | 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-20T16:05:00.397Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 539 | 2026-05-20T16:05:11.679Z | 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-20T16:05:14.080Z | Finished `release` profile [optimized + debuginfo] target(s) in 13.82s |
| 541 | 2026-05-20T16:05:14.101Z | |
| 542 | 2026-05-20T16:05:14.104Z | real 1:19.185672972 |
| 543 | 2026-05-20T16:05:14.104Z | user 2:16.195123768 |
| 544 | 2026-05-20T16:05:14.104Z | sys 13.146951878 |
| 545 | 2026-05-20T16:05:14.104Z | trap 0.036317890 |
| 546 | 2026-05-20T16:05:14.104Z | tflt 0.176060213 |
| 547 | 2026-05-20T16:05:14.105Z | dflt 0.232357580 |
| 548 | 2026-05-20T16:05:14.105Z | kflt 0.000016158 |
| 549 | 2026-05-20T16:05:14.105Z | lock 11:22.198924028 |
| 550 | 2026-05-20T16:05:14.105Z | slp 6:27.681377923 |
| 551 | 2026-05-20T16:05:14.105Z | lat 2.471154550 |
| 552 | 2026-05-20T16:05:14.105Z | stop 5.342770730 |
| 553 | 2026-05-20T16:05:14.105Z | + elfdump target/x86_64-unknown-unknown/debug/xde.dbg |
| 554 | 2026-05-20T16:05:14.105Z | + grep GOTPCREL |
| 555 | 2026-05-20T16:05:15.974Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 556 | 2026-05-20T16:05:15.977Z | + grep GOTPCREL |
| 557 | 2026-05-20T16:05:16.953Z | + cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/ |
| 558 | 2026-05-20T16:05:17.014Z | + sha256sum /work/debug/xde.dbg |
| 559 | 2026-05-20T16:05:17.068Z | + cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so |
| 560 | 2026-05-20T16:05:17.072Z | + sha256sum /work/debug/xde_link.dbg.so |
| 561 | 2026-05-20T16:05:17.075Z | + cp target/x86_64-unknown-unknown/release-lto/xde /work/release/ |
| 562 | 2026-05-20T16:05:17.113Z | + sha256sum /work/release/xde |
| 563 | 2026-05-20T16:05:17.142Z | + cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so |
| 564 | 2026-05-20T16:05:17.146Z | + sha256sum /work/release/xde_link.so |
| 565 | 2026-05-20T16:05:17.149Z | + header 'build xde integration tests' |
| 566 | 2026-05-20T16:05:17.149Z | + echo '# ==== build xde integration tests ==== #' |
| 567 | 2026-05-20T16:05:17.149Z | # ==== build xde integration tests ==== # |
| 568 | 2026-05-20T16:05:17.149Z | + pushd xde-tests |
| 569 | 2026-05-20T16:05:17.149Z | /work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte |
| 570 | 2026-05-20T16:05:17.149Z | + cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check |
| 571 | 2026-05-20T16:05:17.231Z | + cargo clippy --all-targets -- --deny warnings |
| 572 | 2026-05-20T16:05:17.446Z | Compiling serde_core v1.0.228 |
| 573 | 2026-05-20T16:05:17.446Z | Checking cfg-if v1.0.4 |
| 574 | 2026-05-20T16:05:17.446Z | Checking memchr v2.8.0 |
| 575 | 2026-05-20T16:05:17.446Z | Compiling rustversion v1.0.22 |
| 576 | 2026-05-20T16:05:17.446Z | Compiling serde v1.0.228 |
| 577 | 2026-05-20T16:05:17.449Z | Compiling strsim v0.11.1 |
| 578 | 2026-05-20T16:05:17.449Z | Compiling ident_case v1.0.1 |
| 579 | 2026-05-20T16:05:17.449Z | Compiling syn v2.0.117 |
| 580 | 2026-05-20T16:05:17.517Z | Compiling version_check v0.9.5 |
| 581 | 2026-05-20T16:05:17.571Z | Compiling libc v0.2.186 |
| 582 | 2026-05-20T16:05:17.778Z | Compiling fnv v1.0.7 |
| 583 | 2026-05-20T16:05:17.813Z | Compiling regex-syntax v0.8.10 |
| 584 | 2026-05-20T16:05:17.845Z | Compiling syn v1.0.109 |
| 585 | 2026-05-20T16:05:17.858Z | Checking pin-project-lite v0.2.17 |
| 586 | 2026-05-20T16:05:17.936Z | Compiling zerocopy v0.8.48 |
| 587 | 2026-05-20T16:05:18.159Z | Compiling aho-corasick v1.1.4 |
| 588 | 2026-05-20T16:05:18.313Z | Compiling equivalent v1.0.2 |
| 589 | 2026-05-20T16:05:18.317Z | Compiling hashbrown v0.17.0 |
| 590 | 2026-05-20T16:05:18.332Z | Compiling either v1.15.0 |
| 591 | 2026-05-20T16:05:18.387Z | Compiling winnow v1.0.2 |
| 592 | 2026-05-20T16:05:18.524Z | Compiling itertools v0.14.0 |
| 593 | 2026-05-20T16:05:18.856Z | Compiling indexmap v2.14.0 |
| 594 | 2026-05-20T16:05:19.312Z | Compiling regex-automata v0.4.14 |
| 595 | 2026-05-20T16:05:19.423Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 596 | 2026-05-20T16:05:19.456Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 597 | 2026-05-20T16:05:19.675Z | Compiling heapless v0.8.0 |
| 598 | 2026-05-20T16:05:19.744Z | Checking byteorder v1.5.0 |
| 599 | 2026-05-20T16:05:19.756Z | Checking bitflags v2.11.1 |
| 600 | 2026-05-20T16:05:19.880Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 601 | 2026-05-20T16:05:19.897Z | Checking hash32 v0.3.1 |
| 602 | 2026-05-20T16:05:19.911Z | Compiling slog v2.8.2 |
| 603 | 2026-05-20T16:05:19.988Z | Checking stable_deref_trait v1.2.1 |
| 604 | 2026-05-20T16:05:20.025Z | Checking futures-sink v0.3.32 |
| 605 | 2026-05-20T16:05:20.052Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 606 | 2026-05-20T16:05:20.112Z | Compiling darling_core v0.21.3 |
| 607 | 2026-05-20T16:05:20.184Z | Compiling darling_core v0.23.0 |
| 608 | 2026-05-20T16:05:20.190Z | Compiling smoltcp v0.11.0 |
| 609 | 2026-05-20T16:05:20.305Z | Checking futures-core v0.3.32 |
| 610 | 2026-05-20T16:05:20.425Z | Checking macaddr v1.0.1 |
| 611 | 2026-05-20T16:05:20.552Z | Compiling proc-macro-crate v3.5.0 |
| 612 | 2026-05-20T16:05:20.564Z | Checking futures-channel v0.3.32 |
| 613 | 2026-05-20T16:05:20.826Z | Compiling proc-macro-error-attr v1.0.4 |
| 614 | 2026-05-20T16:05:20.983Z | Compiling getrandom v0.4.2 |
| 615 | 2026-05-20T16:05:21.064Z | Compiling autocfg v1.5.0 |
| 616 | 2026-05-20T16:05:21.131Z | Compiling regex v1.12.3 |
| 617 | 2026-05-20T16:05:21.258Z | Checking slab v0.4.12 |
| 618 | 2026-05-20T16:05:21.317Z | Compiling serde_derive v1.0.228 |
| 619 | 2026-05-20T16:05:21.406Z | Compiling thiserror-impl v2.0.18 |
| 620 | 2026-05-20T16:05:21.409Z | Compiling zerocopy-derive v0.8.48 |
| 621 | 2026-05-20T16:05:21.519Z | Compiling futures-macro v0.3.32 |
| 622 | 2026-05-20T16:05:21.862Z | Checking futures-io v0.3.32 |
| 623 | 2026-05-20T16:05:21.969Z | Checking bitflags v1.3.2 |
| 624 | 2026-05-20T16:05:21.974Z | Checking managed v0.8.0 |
| 625 | 2026-05-20T16:05:22.029Z | Compiling ref-cast v1.0.25 |
| 626 | 2026-05-20T16:05:22.147Z | Compiling crc32fast v1.5.0 |
| 627 | 2026-05-20T16:05:22.251Z | Compiling darling_macro v0.21.3 |
| 628 | 2026-05-20T16:05:22.322Z | Compiling darling_macro v0.23.0 |
| 629 | 2026-05-20T16:05:22.348Z | Checking futures-task v0.3.32 |
| 630 | 2026-05-20T16:05:22.354Z | Checking rand_core v0.10.1 |
| 631 | 2026-05-20T16:05:22.446Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 632 | 2026-05-20T16:05:22.477Z | Checking futures-util v0.3.32 |
| 633 | 2026-05-20T16:05:22.629Z | Checking thiserror v2.0.18 |
| 634 | 2026-05-20T16:05:22.678Z | Compiling num-traits v0.2.19 |
| 635 | 2026-05-20T16:05:22.721Z | Checking cobs v0.3.0 |
| 636 | 2026-05-20T16:05:22.821Z | Compiling darling v0.21.3 |
| 637 | 2026-05-20T16:05:22.845Z | Compiling ref-cast-impl v1.0.25 |
| 638 | 2026-05-20T16:05:22.882Z | Compiling darling v0.23.0 |
| 639 | 2026-05-20T16:05:22.887Z | Compiling ingot-macros v0.1.1 |
| 640 | 2026-05-20T16:05:22.916Z | Compiling num_enum_derive v0.7.6 |
| 641 | 2026-05-20T16:05:22.952Z | Compiling foreign-types-macros v0.2.3 |
| 642 | 2026-05-20T16:05:23.496Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 643 | 2026-05-20T16:05:23.594Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 644 | 2026-05-20T16:05:23.751Z | Compiling proc-macro-error v1.0.4 |
| 645 | 2026-05-20T16:05:23.787Z | Compiling crossbeam-utils v0.8.21 |
| 646 | 2026-05-20T16:05:23.872Z | Checking ipnetwork v0.21.1 |
| 647 | 2026-05-20T16:05:23.924Z | Checking foreign-types-shared v0.3.1 |
| 648 | 2026-05-20T16:05:23.992Z | Checking once_cell v1.21.4 |
| 649 | 2026-05-20T16:05:23.999Z | Checking cpufeatures v0.3.0 |
| 650 | 2026-05-20T16:05:24.021Z | Checking unicode-width v0.2.2 |
| 651 | 2026-05-20T16:05:24.053Z | Checking chacha20 v0.10.0 |
| 652 | 2026-05-20T16:05:24.107Z | Checking foreign-types v0.5.0 |
| 653 | 2026-05-20T16:05:24.154Z | Checking tracing-core v0.1.36 |
| 654 | 2026-05-20T16:05:24.241Z | Checking num_enum v0.7.6 |
| 655 | 2026-05-20T16:05:24.263Z | Checking tabwriter v1.4.1 |
| 656 | 2026-05-20T16:05:24.418Z | Checking erased-serde v0.3.31 |
| 657 | 2026-05-20T16:05:24.424Z | Checking postcard v1.1.3 |
| 658 | 2026-05-20T16:05:24.468Z | Checking futures-executor v0.3.32 |
| 659 | 2026-05-20T16:05:24.474Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 660 | 2026-05-20T16:05:24.629Z | Checking anyhow v1.0.102 |
| 661 | 2026-05-20T16:05:24.697Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 662 | 2026-05-20T16:05:24.714Z | Compiling tracing-attributes v0.1.31 |
| 663 | 2026-05-20T16:05:24.812Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 664 | 2026-05-20T16:05:25.118Z | Checking cstr-argument v0.1.2 |
| 665 | 2026-05-20T16:05:25.222Z | Checking powerfmt v0.2.0 |
| 666 | 2026-05-20T16:05:25.232Z | Compiling time-core v0.1.8 |
| 667 | 2026-05-20T16:05:25.261Z | Checking dyn-clone v1.0.20 |
| 668 | 2026-05-20T16:05:25.356Z | Compiling num-conv v0.2.1 |
| 669 | 2026-05-20T16:05:25.366Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 670 | 2026-05-20T16:05:25.370Z | Checking pretty-hex v0.4.2 |
| 671 | 2026-05-20T16:05:25.475Z | Compiling thiserror v1.0.69 |
| 672 | 2026-05-20T16:05:25.483Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 673 | 2026-05-20T16:05:25.497Z | Compiling time-macros v0.2.27 |
| 674 | 2026-05-20T16:05:25.614Z | Checking deranged v0.5.8 |
| 675 | 2026-05-20T16:05:25.633Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 676 | 2026-05-20T16:05:25.659Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 677 | 2026-05-20T16:05:25.686Z | Checking ingot-types v0.1.2 |
| 678 | 2026-05-20T16:05:25.794Z | Checking futures v0.3.32 |
| 679 | 2026-05-20T16:05:25.856Z | Checking rand v0.10.1 |
| 680 | 2026-05-20T16:05:26.017Z | Compiling thiserror-impl v1.0.69 |
| 681 | 2026-05-20T16:05:26.035Z | Checking ingot v0.1.1 |
| 682 | 2026-05-20T16:05:26.057Z | Checking tracing v0.1.44 |
| 683 | 2026-05-20T16:05:26.245Z | Checking uuid v1.23.1 |
| 684 | 2026-05-20T16:05:26.270Z | Checking arc-swap v1.9.1 |
| 685 | 2026-05-20T16:05:26.310Z | Checking socket2 v0.6.3 |
| 686 | 2026-05-20T16:05:26.334Z | Checking nom v8.0.0 |
| 687 | 2026-05-20T16:05:26.503Z | Checking thread_local v1.1.9 |
| 688 | 2026-05-20T16:05:26.536Z | Checking colored v3.1.1 |
| 689 | 2026-05-20T16:05:26.690Z | Checking itoa v1.0.18 |
| 690 | 2026-05-20T16:05:26.726Z | Checking oxnet v0.1.5 |
| 691 | 2026-05-20T16:05:26.828Z | Compiling slog-async v2.8.0 |
| 692 | 2026-05-20T16:05:26.894Z | Checking lazy_static v1.5.0 |
| 693 | 2026-05-20T16:05:26.977Z | Checking iana-time-zone v0.1.65 |
| 694 | 2026-05-20T16:05:27.080Z | Compiling heck v0.4.1 |
| 695 | 2026-05-20T16:05:27.132Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 696 | 2026-05-20T16:05:27.219Z | Checking chrono v0.4.44 |
| 697 | 2026-05-20T16:05:27.260Z | Checking slog-scope v4.4.1 |
| 698 | 2026-05-20T16:05:27.270Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 699 | 2026-05-20T16:05:27.303Z | Checking time v0.3.47 |
| 700 | 2026-05-20T16:05:27.384Z | Checking crossbeam-channel v0.5.15 |
| 701 | 2026-05-20T16:05:27.651Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 702 | 2026-05-20T16:05:27.714Z | Checking cookie-factory v0.3.3 |
| 703 | 2026-05-20T16:05:27.938Z | Checking itertools v0.12.1 |
| 704 | 2026-05-20T16:05:27.962Z | Checking is-terminal v0.4.17 |
| 705 | 2026-05-20T16:05:28.029Z | Checking take_mut v0.2.2 |
| 706 | 2026-05-20T16:05:28.037Z | Checking term v1.2.1 |
| 707 | 2026-05-20T16:05:28.115Z | Checking circular v0.3.0 |
| 708 | 2026-05-20T16:05:28.139Z | Checking log v0.4.29 |
| 709 | 2026-05-20T16:05:28.256Z | Checking slog-term v2.9.2 |
| 710 | 2026-05-20T16:05:28.299Z | Checking slog-stdlog v4.1.1 |
| 711 | 2026-05-20T16:05:28.302Z | Checking rusticata-macros v5.0.0 |
| 712 | 2026-05-20T16:05:28.423Z | Checking pcap-parser v0.17.0 |
| 713 | 2026-05-20T16:05:28.907Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 714 | 2026-05-20T16:05:29.193Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#5e686ee2) |
| 715 | 2026-05-20T16:05:29.610Z | Checking slog-envlogger v2.2.0 |
| 716 | 2026-05-20T16:05:32.299Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 717 | 2026-05-20T16:05:33.990Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 718 | 2026-05-20T16:05:33.993Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 719 | 2026-05-20T16:05:34.336Z | Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 720 | 2026-05-20T16:05:34.886Z | Finished `dev` profile [optimized + debuginfo] target(s) in 17.61s |
| 721 | 2026-05-20T16:05:34.924Z | + cargo build --test loopback |
| 722 | 2026-05-20T16:05:35.107Z | Compiling cfg-if v1.0.4 |
| 723 | 2026-05-20T16:05:35.107Z | Compiling memchr v2.8.0 |
| 724 | 2026-05-20T16:05:35.110Z | Compiling serde_core v1.0.228 |
| 725 | 2026-05-20T16:05:35.136Z | Compiling libc v0.2.186 |
| 726 | 2026-05-20T16:05:35.139Z | Compiling thiserror v2.0.18 |
| 727 | 2026-05-20T16:05:35.142Z | Compiling pin-project-lite v0.2.17 |
| 728 | 2026-05-20T16:05:35.145Z | Compiling byteorder v1.5.0 |
| 729 | 2026-05-20T16:05:35.148Z | Compiling either v1.15.0 |
| 730 | 2026-05-20T16:05:35.183Z | Compiling zerocopy v0.8.48 |
| 731 | 2026-05-20T16:05:35.215Z | Compiling macaddr v1.0.1 |
| 732 | 2026-05-20T16:05:35.219Z | Compiling futures-core v0.3.32 |
| 733 | 2026-05-20T16:05:35.313Z | Compiling hash32 v0.3.1 |
| 734 | 2026-05-20T16:05:35.338Z | Compiling futures-sink v0.3.32 |
| 735 | 2026-05-20T16:05:35.374Z | Compiling stable_deref_trait v1.2.1 |
| 736 | 2026-05-20T16:05:35.448Z | Compiling heapless v0.8.0 |
| 737 | 2026-05-20T16:05:35.448Z | Compiling futures-channel v0.3.32 |
| 738 | 2026-05-20T16:05:35.469Z | Compiling cobs v0.3.0 |
| 739 | 2026-05-20T16:05:35.474Z | Compiling bitflags v1.3.2 |
| 740 | 2026-05-20T16:05:35.484Z | Compiling rand_core v0.10.1 |
| 741 | 2026-05-20T16:05:35.538Z | Compiling futures-io v0.3.32 |
| 742 | 2026-05-20T16:05:35.636Z | Compiling futures-task v0.3.32 |
| 743 | 2026-05-20T16:05:35.675Z | Compiling managed v0.8.0 |
| 744 | 2026-05-20T16:05:35.725Z | Compiling slab v0.4.12 |
| 745 | 2026-05-20T16:05:35.743Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 746 | 2026-05-20T16:05:35.826Z | Compiling foreign-types-shared v0.3.1 |
| 747 | 2026-05-20T16:05:35.865Z | Compiling futures-util v0.3.32 |
| 748 | 2026-05-20T16:05:35.898Z | Compiling smoltcp v0.11.0 |
| 749 | 2026-05-20T16:05:35.899Z | Compiling cpufeatures v0.3.0 |
| 750 | 2026-05-20T16:05:35.907Z | Compiling ipnetwork v0.21.1 |
| 751 | 2026-05-20T16:05:35.964Z | Compiling once_cell v1.21.4 |
| 752 | 2026-05-20T16:05:35.987Z | Compiling unicode-width v0.2.2 |
| 753 | 2026-05-20T16:05:36.207Z | Compiling tracing-core v0.1.36 |
| 754 | 2026-05-20T16:05:36.307Z | Compiling tabwriter v1.4.1 |
| 755 | 2026-05-20T16:05:36.482Z | Compiling chacha20 v0.10.0 |
| 756 | 2026-05-20T16:05:36.729Z | Compiling foreign-types v0.5.0 |
| 757 | 2026-05-20T16:05:36.733Z | Compiling ref-cast v1.0.25 |
| 758 | 2026-05-20T16:05:36.801Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 759 | 2026-05-20T16:05:36.823Z | Compiling num_enum v0.7.6 |
| 760 | 2026-05-20T16:05:36.827Z | Compiling getrandom v0.4.2 |
| 761 | 2026-05-20T16:05:36.930Z | Compiling serde v1.0.228 |
| 762 | 2026-05-20T16:05:37.036Z | Compiling bitflags v2.11.1 |
| 763 | 2026-05-20T16:05:37.120Z | Compiling crc32fast v1.5.0 |
| 764 | 2026-05-20T16:05:37.368Z | Compiling erased-serde v0.3.31 |
| 765 | 2026-05-20T16:05:37.459Z | Compiling postcard v1.1.3 |
| 766 | 2026-05-20T16:05:37.524Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 767 | 2026-05-20T16:05:37.527Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 768 | 2026-05-20T16:05:37.570Z | Compiling cstr-argument v0.1.2 |
| 769 | 2026-05-20T16:05:37.628Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 770 | 2026-05-20T16:05:37.732Z | Compiling itertools v0.14.0 |
| 771 | 2026-05-20T16:05:37.735Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 772 | 2026-05-20T16:05:37.811Z | Compiling slog v2.8.2 |
| 773 | 2026-05-20T16:05:38.084Z | Compiling ingot-types v0.1.2 |
| 774 | 2026-05-20T16:05:38.119Z | Compiling futures-executor v0.3.32 |
| 775 | 2026-05-20T16:05:38.254Z | Compiling powerfmt v0.2.0 |
| 776 | 2026-05-20T16:05:38.318Z | Compiling pretty-hex v0.4.2 |
| 777 | 2026-05-20T16:05:38.408Z | Compiling dyn-clone v1.0.20 |
| 778 | 2026-05-20T16:05:38.459Z | Compiling ingot v0.1.1 |
| 779 | 2026-05-20T16:05:38.491Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 780 | 2026-05-20T16:05:38.529Z | Compiling deranged v0.5.8 |
| 781 | 2026-05-20T16:05:38.566Z | Compiling futures v0.3.32 |
| 782 | 2026-05-20T16:05:38.638Z | Compiling tracing v0.1.44 |
| 783 | 2026-05-20T16:05:38.663Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 784 | 2026-05-20T16:05:38.702Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 785 | 2026-05-20T16:05:38.702Z | Compiling num-traits v0.2.19 |
| 786 | 2026-05-20T16:05:38.731Z | Compiling rand v0.10.1 |
| 787 | 2026-05-20T16:05:38.778Z | Compiling uuid v1.23.1 |
| 788 | 2026-05-20T16:05:39.015Z | Compiling crossbeam-utils v0.8.21 |
| 789 | 2026-05-20T16:05:39.183Z | Compiling aho-corasick v1.1.4 |
| 790 | 2026-05-20T16:05:39.376Z | Compiling nom v8.0.0 |
| 791 | 2026-05-20T16:05:39.392Z | Compiling socket2 v0.6.3 |
| 792 | 2026-05-20T16:05:39.514Z | Compiling thread_local v1.1.9 |
| 793 | 2026-05-20T16:05:39.701Z | Compiling arc-swap v1.9.1 |
| 794 | 2026-05-20T16:05:39.899Z | Compiling oxnet v0.1.5 |
| 795 | 2026-05-20T16:05:39.935Z | Compiling num-conv v0.2.1 |
| 796 | 2026-05-20T16:05:40.092Z | Compiling colored v3.1.1 |
| 797 | 2026-05-20T16:05:40.113Z | Compiling lazy_static v1.5.0 |
| 798 | 2026-05-20T16:05:40.209Z | Compiling regex-syntax v0.8.10 |
| 799 | 2026-05-20T16:05:40.341Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 800 | 2026-05-20T16:05:40.420Z | Compiling time-core v0.1.8 |
| 801 | 2026-05-20T16:05:40.565Z | Compiling winnow v1.0.2 |
| 802 | 2026-05-20T16:05:40.583Z | Compiling iana-time-zone v0.1.65 |
| 803 | 2026-05-20T16:05:40.769Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 804 | 2026-05-20T16:05:40.998Z | Compiling chrono v0.4.44 |
| 805 | 2026-05-20T16:05:41.016Z | Compiling time v0.3.47 |
| 806 | 2026-05-20T16:05:41.082Z | Compiling slog-scope v4.4.1 |
| 807 | 2026-05-20T16:05:42.032Z | Compiling regex-automata v0.4.14 |
| 808 | 2026-05-20T16:05:42.113Z | Compiling rusticata-macros v5.0.0 |
| 809 | 2026-05-20T16:05:42.464Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 810 | 2026-05-20T16:05:42.831Z | Compiling thiserror v1.0.69 |
| 811 | 2026-05-20T16:05:42.932Z | Compiling crossbeam-channel v0.5.15 |
| 812 | 2026-05-20T16:05:42.961Z | Compiling cookie-factory v0.3.3 |
| 813 | 2026-05-20T16:05:43.288Z | Compiling is-terminal v0.4.17 |
| 814 | 2026-05-20T16:05:43.382Z | Compiling itertools v0.12.1 |
| 815 | 2026-05-20T16:05:43.688Z | Compiling term v1.2.1 |
| 816 | 2026-05-20T16:05:44.832Z | Compiling log v0.4.29 |
| 817 | 2026-05-20T16:05:45.079Z | Compiling take_mut v0.2.2 |
| 818 | 2026-05-20T16:05:45.144Z | Compiling circular v0.3.0 |
| 819 | 2026-05-20T16:05:45.188Z | Compiling slog-async v2.8.0 |
| 820 | 2026-05-20T16:05:45.412Z | Compiling pcap-parser v0.17.0 |
| 821 | 2026-05-20T16:05:46.293Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 822 | 2026-05-20T16:05:47.045Z | Compiling slog-stdlog v4.1.1 |
| 823 | 2026-05-20T16:05:47.289Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 824 | 2026-05-20T16:05:47.481Z | Compiling slog-term v2.9.2 |
| 825 | 2026-05-20T16:05:48.082Z | Compiling regex v1.12.3 |
| 826 | 2026-05-20T16:05:49.077Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 827 | 2026-05-20T16:05:49.134Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 828 | 2026-05-20T16:05:49.248Z | Compiling slog-envlogger v2.2.0 |
| 829 | 2026-05-20T16:05:49.308Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#5e686ee2) |
| 830 | 2026-05-20T16:05:50.658Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 831 | 2026-05-20T16:05:58.819Z | Finished `dev` profile [optimized + debuginfo] target(s) in 23.88s |
| 832 | 2026-05-20T16:05:58.853Z | ++ cargo build -q --test loopback --message-format=json |
| 833 | 2026-05-20T16:05:58.856Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 834 | 2026-05-20T16:05:59.000Z | + loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-4636511e1244e583 |
| 835 | 2026-05-20T16:05:59.000Z | + cargo build --test multicast_rx |
| 836 | 2026-05-20T16:05:59.106Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 837 | 2026-05-20T16:06:00.743Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.73s |
| 838 | 2026-05-20T16:06:00.779Z | ++ cargo build -q --test multicast_rx --message-format=json |
| 839 | 2026-05-20T16:06:00.782Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 840 | 2026-05-20T16:06:00.902Z | + multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-9eb5f355df8d4904 |
| 841 | 2026-05-20T16:06:00.902Z | + cargo build --test multicast_multi_sub |
| 842 | 2026-05-20T16:06:01.010Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 843 | 2026-05-20T16:06:02.823Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.91s |
| 844 | 2026-05-20T16:06:02.859Z | ++ cargo build -q --test multicast_multi_sub --message-format=json |
| 845 | 2026-05-20T16:06:02.862Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 846 | 2026-05-20T16:06:02.985Z | + multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-4ea9b22b88172888 |
| 847 | 2026-05-20T16:06:02.985Z | + cargo build --test multicast_validation |
| 848 | 2026-05-20T16:06:03.090Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 849 | 2026-05-20T16:06:05.056Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.06s |
| 850 | 2026-05-20T16:06:05.096Z | ++ cargo build -q --test multicast_validation --message-format=json |
| 851 | 2026-05-20T16:06:05.099Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 852 | 2026-05-20T16:06:05.225Z | + multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-3ce82ac9c12b08c2 |
| 853 | 2026-05-20T16:06:05.225Z | + cargo build --test multicast_source_filter |
| 854 | 2026-05-20T16:06:05.331Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 855 | 2026-05-20T16:06:07.391Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.16s |
| 856 | 2026-05-20T16:06:07.428Z | ++ cargo build -q --test multicast_source_filter --message-format=json |
| 857 | 2026-05-20T16:06:07.431Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 858 | 2026-05-20T16:06:07.550Z | + multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-0b519babfa47b3c1 |
| 859 | 2026-05-20T16:06:07.550Z | + mkdir -p /work/test |
| 860 | 2026-05-20T16:06:07.553Z | + cp /work/oxidecomputer/opte/target/debug/deps/loopback-4636511e1244e583 /work/test/loopback |
| 861 | 2026-05-20T16:06:07.586Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-9eb5f355df8d4904 /work/test/multicast_rx |
| 862 | 2026-05-20T16:06:07.628Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-4ea9b22b88172888 /work/test/multicast_multi_sub |
| 863 | 2026-05-20T16:06:07.673Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-3ce82ac9c12b08c2 /work/test/multicast_validation |
| 864 | 2026-05-20T16:06:07.716Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-0b519babfa47b3c1 /work/test/multicast_source_filter |
| 865 | 2026-05-20T16:06:07.758Z | process exited: duration 242525 ms, exit code 0 |
| |
| 866 | 2026-05-20T16:06:07.776Z | found 14 output files |
| 867 | 2026-05-20T16:06:07.776Z | uploading: /work/debug/xde.dbg (94699672 bytes) |
| 868 | 2026-05-20T16:06:09.428Z | uploaded: /work/debug/xde.dbg |
| 869 | 2026-05-20T16:06:09.428Z | uploading: /work/debug/xde.dbg.sha256 (86 bytes) |
| 870 | 2026-05-20T16:06:10.439Z | uploaded: /work/debug/xde.dbg.sha256 |
| 871 | 2026-05-20T16:06:10.439Z | uploading: /work/debug/xde_link.dbg.so (1084980 bytes) |
| 872 | 2026-05-20T16:06:11.465Z | uploaded: /work/debug/xde_link.dbg.so |
| 873 | 2026-05-20T16:06:11.468Z | uploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes) |
| 874 | 2026-05-20T16:06:12.477Z | uploaded: /work/debug/xde_link.dbg.so.sha256 |
| 875 | 2026-05-20T16:06:12.477Z | uploading: /work/release/xde (51980968 bytes) |
| 876 | 2026-05-20T16:06:13.828Z | uploaded: /work/release/xde |
| 877 | 2026-05-20T16:06:13.828Z | uploading: /work/release/xde.sha256 (84 bytes) |
| 878 | 2026-05-20T16:06:14.840Z | uploaded: /work/release/xde.sha256 |
| 879 | 2026-05-20T16:06:14.840Z | uploading: /work/release/xde_link.so (39516 bytes) |
| 880 | 2026-05-20T16:06:15.854Z | uploaded: /work/release/xde_link.so |
| 881 | 2026-05-20T16:06:15.854Z | uploading: /work/release/xde_link.so.sha256 (92 bytes) |
| 882 | 2026-05-20T16:06:16.864Z | uploaded: /work/release/xde_link.so.sha256 |
| 883 | 2026-05-20T16:06:16.864Z | uploading: /work/test/loopback (51732256 bytes) |
| 884 | 2026-05-20T16:06:18.240Z | uploaded: /work/test/loopback |
| 885 | 2026-05-20T16:06:18.240Z | uploading: /work/test/multicast_rx (52028352 bytes) |
| 886 | 2026-05-20T16:06:19.550Z | uploaded: /work/test/multicast_rx |
| 887 | 2026-05-20T16:06:19.550Z | uploading: /work/test/multicast_multi_sub (56187088 bytes) |
| 888 | 2026-05-20T16:06:21.062Z | uploaded: /work/test/multicast_multi_sub |
| 889 | 2026-05-20T16:06:21.065Z | uploading: /work/test/multicast_validation (52182152 bytes) |
| 890 | 2026-05-20T16:06:22.565Z | uploaded: /work/test/multicast_validation |
| 891 | 2026-05-20T16:06:22.565Z | uploading: /work/test/multicast_source_filter (52488880 bytes) |
| 892 | 2026-05-20T16:06:24.090Z | uploaded: /work/test/multicast_source_filter |
| 893 | 2026-05-20T16:06:24.090Z | uploading: /work/xde.conf (79 bytes) |
| 894 | 2026-05-20T16:06:25.099Z | uploaded: /work/xde.conf |