|
|
|
| 1 | 2026-07-09T04:41:01.035Z | job assigned to worker 01KX2JT5A02DCX5FE8SQZE7YN8 [factory aws, i-0fd8a10b37562ee8e] (queued for 55 s) |
| |
| 2 | 2026-07-09T04:41:07.135Z | starting task 0: "setup" |
| 3 | 2026-07-09T04:41:07.140Z | ++ uname -s |
| 4 | 2026-07-09T04:41:07.143Z | + kern=SunOS |
| 5 | 2026-07-09T04:41:07.143Z | + build_user=build |
| 6 | 2026-07-09T04:41:07.143Z | + build_uid=12345 |
| 7 | 2026-07-09T04:41:07.143Z | + work_dir=/work |
| 8 | 2026-07-09T04:41:07.143Z | + input_dir=/input |
| 9 | 2026-07-09T04:41:07.143Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-09T04:41:07.143Z | + case "$kern" in |
| 11 | 2026-07-09T04:41:07.143Z | + groupadd -g 12345 build |
| 12 | 2026-07-09T04:41:07.146Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-09T04:41:09.150Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-09T04:41:09.222Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-09T04:41:09.225Z | + home_fs=zfs |
| 16 | 2026-07-09T04:41:09.225Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-09T04:41:09.225Z | + mkdir -p /home/build |
| 18 | 2026-07-09T04:41:09.225Z | + chown build:build /home/build /work |
| 19 | 2026-07-09T04:41:10.226Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-09T04:41:10.228Z | process exited: duration 3095 ms, exit code 0 |
| |
| 21 | 2026-07-09T04:41:10.235Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-09T04:41:10.239Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-09T04:41:10.239Z | * rust toolchain channel = "1.96.1" |
| 24 | 2026-07-09T04:41:10.239Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-07-09T04:41:10.239Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-07-09T04:41:10.239Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-09T04:41:10.239Z | * rust toolchain profile = "default" |
| 28 | 2026-07-09T04:41:10.242Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-09T04:41:10.242Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-09T04:41:10.298Z | info: downloading installer |
| 31 | 2026-07-09T04:41:11.569Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-09T04:41:11.569Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-09T04:41:11.569Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-09T04:41:11.569Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-09T04:41:11.581Z | info: profile set to default |
| 36 | 2026-07-09T04:41:11.581Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-09T04:41:11.584Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-09T04:41:11.738Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-09T04:41:11.742Z | info: downloading 6 components |
| 40 | 2026-07-09T04:41:26.246Z | |
| 41 | 2026-07-09T04:41:26.246Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 42 | 2026-07-09T04:41:26.277Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-09T04:41:26.277Z | |
| 44 | 2026-07-09T04:41:26.277Z | |
| 45 | 2026-07-09T04:41:26.278Z | Rust is installed now. Great! |
| 46 | 2026-07-09T04:41:26.278Z | |
| 47 | 2026-07-09T04:41:26.278Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-09T04:41:26.278Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-09T04:41:26.278Z | |
| 50 | 2026-07-09T04:41:26.278Z | To configure your current shell, you need to source |
| 51 | 2026-07-09T04:41:26.278Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-09T04:41:26.278Z | |
| 53 | 2026-07-09T04:41:26.278Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-09T04:41:26.282Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-09T04:41:26.282Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-09T04:41:26.282Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-09T04:41:26.282Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-09T04:41:26.282Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-09T04:41:26.282Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-09T04:41:26.282Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-09T04:41:26.282Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-09T04:41:26.387Z | + rustup --version |
| 63 | 2026-07-09T04:41:26.396Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-09T04:41:26.398Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-09T04:41:26.418Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-09T04:41:26.421Z | + cargo --version |
| 67 | 2026-07-09T04:41:26.435Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-09T04:41:26.438Z | + rustc --version |
| 69 | 2026-07-09T04:41:26.457Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-09T04:41:26.460Z | process exited: duration 16224 ms, exit code 0 |
| |
| 71 | 2026-07-09T04:41:26.465Z | starting task 2: "authentication" |
| 72 | 2026-07-09T04:41:26.482Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-07-09T04:41:26.487Z | starting task 3: "clone repository" |
| 74 | 2026-07-09T04:41:26.490Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-09T04:41:26.493Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-09T04:41:26.523Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-09T04:41:27.358Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-09T04:41:27.358Z | + git fetch origin 0901bea6c3f476b5f94b2616336322506bead9c8 |
| 79 | 2026-07-09T04:41:27.569Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-09T04:41:27.569Z | * branch 0901bea6c3f476b5f94b2616336322506bead9c8 -> FETCH_HEAD |
| 81 | 2026-07-09T04:41:27.576Z | + [[ -n renovate/zerocopy-0.x-lockfile ]] |
| 82 | 2026-07-09T04:41:27.581Z | ++ git branch --show-current |
| 83 | 2026-07-09T04:41:27.581Z | + current=master |
| 84 | 2026-07-09T04:41:27.581Z | + [[ master != renovate/zerocopy-0.x-lockfile ]] |
| 85 | 2026-07-09T04:41:27.581Z | + git branch -f renovate/zerocopy-0.x-lockfile 0901bea6c3f476b5f94b2616336322506bead9c8 |
| 86 | 2026-07-09T04:41:27.584Z | + git checkout -f renovate/zerocopy-0.x-lockfile |
| 87 | 2026-07-09T04:41:27.599Z | Switched to branch 'renovate/zerocopy-0.x-lockfile' |
| 88 | 2026-07-09T04:41:27.602Z | + git reset --hard 0901bea6c3f476b5f94b2616336322506bead9c8 |
| 89 | 2026-07-09T04:41:27.616Z | HEAD is now at 0901bea Update Rust crate zerocopy to v0.8.54 |
| 90 | 2026-07-09T04:41:27.619Z | process exited: duration 1128 ms, exit code 0 |
| |
| 91 | 2026-07-09T04:41:27.624Z | starting task 4: "build" |
| 92 | 2026-07-09T04:41:27.628Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-09T04:41:27.631Z | ++ rustup show active-toolchain |
| 94 | 2026-07-09T04:41:27.634Z | 1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-07-09T04:41:27.634Z | ++ pushd xde |
| 96 | 2026-07-09T04:41:27.637Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-07-09T04:41:27.637Z | ++ rustup show active-toolchain |
| 98 | 2026-07-09T04:41:27.640Z | info: syncing channel updates for nightly-2026-06-30-x86_64-unknown-illumos |
| 99 | 2026-07-09T04:41:27.781Z | info: latest update on 2026-06-30 for version 1.98.0-nightly (096694416 2026-06-29) |
| 100 | 2026-07-09T04:41:27.784Z | info: downloading 6 components |
| 101 | 2026-07-09T04:41:41.324Z | nightly-2026-06-30-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-07-09T04:41:41.422Z | +++ rustup show active-toolchain -v |
| 103 | 2026-07-09T04:41:41.425Z | +++ head -n 1 |
| 104 | 2026-07-09T04:41:41.425Z | +++ cut '-d ' -f1 |
| 105 | 2026-07-09T04:41:41.484Z | ++ export NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos |
| 106 | 2026-07-09T04:41:41.484Z | ++ NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos |
| 107 | 2026-07-09T04:41:41.484Z | ++ popd |
| 108 | 2026-07-09T04:41:41.487Z | /work/oxidecomputer/opte |
| 109 | 2026-07-09T04:41:41.487Z | + TGT_BASE=/work |
| 110 | 2026-07-09T04:41:41.487Z | + DBG_SRC=target/x86_64-unknown-unknown/debug |
| 111 | 2026-07-09T04:41:41.487Z | + DBG_LINK_SRC=target/i686-unknown-illumos/debug |
| 112 | 2026-07-09T04:41:41.487Z | + DBG_TGT=/work/debug |
| 113 | 2026-07-09T04:41:41.487Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 114 | 2026-07-09T04:41:41.487Z | + REL_LINK_SRC=target/i686-unknown-illumos/release |
| 115 | 2026-07-09T04:41:41.487Z | + REL_TGT=/work/release |
| 116 | 2026-07-09T04:41:41.487Z | + mkdir -p /work/debug /work/release |
| 117 | 2026-07-09T04:41:41.487Z | + cargo --version |
| 118 | 2026-07-09T04:41:41.495Z | cargo 1.96.1 (356927216 2026-06-26) |
| 119 | 2026-07-09T04:41:41.498Z | + rustc --version |
| 120 | 2026-07-09T04:41:41.517Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 121 | 2026-07-09T04:41:41.520Z | + install_pkg jq |
| 122 | 2026-07-09T04:41:41.521Z | + set +o errexit |
| 123 | 2026-07-09T04:41:41.521Z | + pfexec pkg install jq |
| 124 | 2026-07-09T04:41:42.884Z | Startup: Refreshing catalog 'helios' ... Done |
| 125 | 2026-07-09T04:41:42.997Z | Startup: Caching catalogs ... Done |
| 126 | 2026-07-09T04:41:43.492Z | Planning: Solver setup ... Done |
| 127 | 2026-07-09T04:41:43.518Z | Planning: Running solver ... Done |
| 128 | 2026-07-09T04:41:43.527Z | Planning: Consolidating action changes ... Done |
| 129 | 2026-07-09T04:41:43.530Z | Planning: Evaluating mediators ... Done |
| 130 | 2026-07-09T04:41:43.530Z | Planning: Planning completed in 0.51 seconds |
| 131 | 2026-07-09T04:41:43.544Z | No updates necessary for this image. |
| 132 | 2026-07-09T04:41:43.648Z | + exit_code=4 |
| 133 | 2026-07-09T04:41:43.648Z | + [[ 4 -ne 0 ]] |
| 134 | 2026-07-09T04:41:43.651Z | + [[ 4 -ne 4 ]] |
| 135 | 2026-07-09T04:41:43.651Z | + set -o errexit |
| 136 | 2026-07-09T04:41:43.651Z | + pushd xde |
| 137 | 2026-07-09T04:41:43.651Z | + cp xde.conf /work/xde.conf |
| 138 | 2026-07-09T04:41:43.651Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 139 | 2026-07-09T04:41:43.651Z | + header 'check style' |
| 140 | 2026-07-09T04:41:43.651Z | + echo '# ==== check style ==== #' |
| 141 | 2026-07-09T04:41:43.651Z | # ==== check style ==== # |
| 142 | 2026-07-09T04:41:43.651Z | + ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check |
| 143 | 2026-07-09T04:41:43.863Z | |
| 144 | 2026-07-09T04:41:43.863Z | real 0.209024288 |
| 145 | 2026-07-09T04:41:43.863Z | user 0.152842674 |
| 146 | 2026-07-09T04:41:43.863Z | sys 0.046832513 |
| 147 | 2026-07-09T04:41:43.863Z | trap 0.000020730 |
| 148 | 2026-07-09T04:41:43.863Z | tflt 0.000015540 |
| 149 | 2026-07-09T04:41:43.863Z | dflt 0.000105680 |
| 150 | 2026-07-09T04:41:43.863Z | kflt 0.000000000 |
| 151 | 2026-07-09T04:41:43.863Z | lock 0.038585751 |
| 152 | 2026-07-09T04:41:43.863Z | slp 0.186995919 |
| 153 | 2026-07-09T04:41:43.863Z | lat 0.000971420 |
| 154 | 2026-07-09T04:41:43.863Z | stop 0.000107410 |
| 155 | 2026-07-09T04:41:43.866Z | + header analyze |
| 156 | 2026-07-09T04:41:43.866Z | + echo '# ==== analyze ==== #' |
| 157 | 2026-07-09T04:41:43.866Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 158 | 2026-07-09T04:41:43.867Z | # ==== analyze ==== # |
| 159 | 2026-07-09T04:41:44.046Z | Updating crates.io index |
| 160 | 2026-07-09T04:41:44.052Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 161 | 2026-07-09T04:41:44.839Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 162 | 2026-07-09T04:41:45.257Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 163 | 2026-07-09T04:41:45.585Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 164 | 2026-07-09T04:41:45.826Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 165 | 2026-07-09T04:41:46.067Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 166 | 2026-07-09T04:41:46.303Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 167 | 2026-07-09T04:41:48.009Z | Downloading crates ... |
| 168 | 2026-07-09T04:41:48.074Z | Downloaded fnv v1.0.7 |
| 169 | 2026-07-09T04:41:48.079Z | Downloaded hash32 v0.3.1 |
| 170 | 2026-07-09T04:41:48.083Z | Downloaded defmt v0.3.100 |
| 171 | 2026-07-09T04:41:48.083Z | Downloaded ref-cast-impl v1.0.25 |
| 172 | 2026-07-09T04:41:48.083Z | Downloaded embedded-io v0.6.1 |
| 173 | 2026-07-09T04:41:48.083Z | Downloaded aho-corasick v1.1.4 |
| 174 | 2026-07-09T04:41:48.086Z | Downloaded darling_macro v0.23.0 |
| 175 | 2026-07-09T04:41:48.086Z | Downloaded darling_macro v0.21.3 |
| 176 | 2026-07-09T04:41:48.086Z | Downloaded strsim v0.11.1 |
| 177 | 2026-07-09T04:41:48.089Z | Downloaded macaddr v1.0.1 |
| 178 | 2026-07-09T04:41:48.092Z | Downloaded embedded-io v0.4.0 |
| 179 | 2026-07-09T04:41:48.097Z | Downloaded bitflags v1.3.2 |
| 180 | 2026-07-09T04:41:48.100Z | Downloaded managed v0.8.0 |
| 181 | 2026-07-09T04:41:48.100Z | Downloaded ref-cast v1.0.25 |
| 182 | 2026-07-09T04:41:48.107Z | Downloaded cfg-if v1.0.4 |
| 183 | 2026-07-09T04:41:48.109Z | Downloaded defmt-parser v1.0.0 |
| 184 | 2026-07-09T04:41:48.112Z | Downloaded either v1.16.0 |
| 185 | 2026-07-09T04:41:48.115Z | Downloaded ingot-types v0.1.2 |
| 186 | 2026-07-09T04:41:48.118Z | Downloaded darling v0.21.3 |
| 187 | 2026-07-09T04:41:48.121Z | Downloaded defmt-macros v1.1.1 |
| 188 | 2026-07-09T04:41:48.125Z | Downloaded version_check v0.9.5 |
| 189 | 2026-07-09T04:41:48.128Z | Downloaded cobs v0.3.0 |
| 190 | 2026-07-09T04:41:48.131Z | Downloaded dyn-clone v1.0.20 |
| 191 | 2026-07-09T04:41:48.135Z | Downloaded ingot v0.1.1 |
| 192 | 2026-07-09T04:41:48.139Z | Downloaded ident_case v1.0.1 |
| 193 | 2026-07-09T04:41:48.142Z | Downloaded byteorder v1.5.0 |
| 194 | 2026-07-09T04:41:48.145Z | Downloaded crc32fast v1.5.0 |
| 195 | 2026-07-09T04:41:48.145Z | Downloaded defmt v1.1.1 |
| 196 | 2026-07-09T04:41:48.148Z | Downloaded thiserror v2.0.18 |
| 197 | 2026-07-09T04:41:48.150Z | Downloaded darling v0.23.0 |
| 198 | 2026-07-09T04:41:48.153Z | Downloaded stable_deref_trait v1.2.1 |
| 199 | 2026-07-09T04:41:48.156Z | Downloaded thiserror-impl v2.0.18 |
| 200 | 2026-07-09T04:41:48.158Z | Downloaded quote v1.0.46 |
| 201 | 2026-07-09T04:41:48.167Z | Downloaded proc-macro2 v1.0.106 |
| 202 | 2026-07-09T04:41:48.170Z | Downloaded darling_core v0.21.3 |
| 203 | 2026-07-09T04:41:48.177Z | Downloaded bitflags v2.13.0 |
| 204 | 2026-07-09T04:41:48.180Z | Downloaded ingot-macros v0.1.1 |
| 205 | 2026-07-09T04:41:48.180Z | Downloaded postcard v1.1.3 |
| 206 | 2026-07-09T04:41:48.184Z | Downloaded serde_derive v1.0.228 |
| 207 | 2026-07-09T04:41:48.191Z | Downloaded unicode-ident v1.0.24 |
| 208 | 2026-07-09T04:41:48.204Z | Downloaded serde_core v1.0.228 |
| 209 | 2026-07-09T04:41:48.207Z | Downloaded darling_core v0.23.0 |
| 210 | 2026-07-09T04:41:48.214Z | Downloaded serde v1.0.228 |
| 211 | 2026-07-09T04:41:48.217Z | Downloaded uuid v1.23.4 |
| 212 | 2026-07-09T04:41:48.219Z | Downloaded heapless v0.8.0 |
| 213 | 2026-07-09T04:41:48.227Z | Downloaded memchr v2.8.2 |
| 214 | 2026-07-09T04:41:48.231Z | Downloaded zerocopy-derive v0.8.54 |
| 215 | 2026-07-09T04:41:48.252Z | Downloaded regex v1.12.4 |
| 216 | 2026-07-09T04:41:48.259Z | Downloaded itertools v0.14.0 |
| 217 | 2026-07-09T04:41:48.265Z | Downloaded itertools v0.15.0 |
| 218 | 2026-07-09T04:41:48.298Z | Downloaded zerocopy v0.8.54 |
| 219 | 2026-07-09T04:41:48.312Z | Downloaded syn v2.0.118 |
| 220 | 2026-07-09T04:41:48.319Z | Downloaded smoltcp v0.11.0 |
| 221 | 2026-07-09T04:41:48.324Z | Downloaded regex-syntax v0.8.11 |
| 222 | 2026-07-09T04:41:48.333Z | Downloaded regex-automata v0.4.14 |
| 223 | 2026-07-09T04:41:48.345Z | Updating crates.io index |
| 224 | 2026-07-09T04:41:48.474Z | Downloading crates ... |
| 225 | 2026-07-09T04:41:48.490Z | Downloaded addr2line v0.25.1 |
| 226 | 2026-07-09T04:41:48.493Z | Downloaded foldhash v0.2.0 |
| 227 | 2026-07-09T04:41:48.497Z | Downloaded miniz_oxide v0.8.9 |
| 228 | 2026-07-09T04:41:48.500Z | Downloaded adler2 v2.0.1 |
| 229 | 2026-07-09T04:41:48.508Z | Downloaded hashbrown v0.17.1 |
| 230 | 2026-07-09T04:41:48.516Z | Downloaded rustc-demangle v0.1.27 |
| 231 | 2026-07-09T04:41:48.519Z | Downloaded getopts v0.2.24 |
| 232 | 2026-07-09T04:41:48.525Z | Downloaded rustc-literal-escaper v0.0.8 |
| 233 | 2026-07-09T04:41:48.546Z | Downloaded memchr v2.7.6 |
| 234 | 2026-07-09T04:41:48.549Z | Downloaded gimli v0.32.3 |
| 235 | 2026-07-09T04:41:48.579Z | Downloaded object v0.37.3 |
| 236 | 2026-07-09T04:41:48.612Z | Downloaded libc v0.2.185 |
| 237 | 2026-07-09T04:41:48.669Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 238 | 2026-07-09T04:41:48.669Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 239 | 2026-07-09T04:41:48.669Z | Compiling proc-macro2 v1.0.106 |
| 240 | 2026-07-09T04:41:48.669Z | Compiling unicode-ident v1.0.24 |
| 241 | 2026-07-09T04:41:48.669Z | Compiling quote v1.0.46 |
| 242 | 2026-07-09T04:41:48.673Z | Compiling strsim v0.11.1 |
| 243 | 2026-07-09T04:41:48.728Z | Compiling ident_case v1.0.1 |
| 244 | 2026-07-09T04:41:48.731Z | Compiling serde_core v1.0.228 |
| 245 | 2026-07-09T04:41:48.848Z | Compiling memchr v2.8.2 |
| 246 | 2026-07-09T04:41:48.851Z | Compiling fnv v1.0.7 |
| 247 | 2026-07-09T04:41:48.935Z | Compiling regex-syntax v0.8.11 |
| 248 | 2026-07-09T04:41:49.118Z | Compiling thiserror v2.0.18 |
| 249 | 2026-07-09T04:41:49.139Z | Compiling zerocopy v0.8.54 |
| 250 | 2026-07-09T04:41:49.173Z | Compiling either v1.16.0 |
| 251 | 2026-07-09T04:41:49.245Z | Compiling serde v1.0.228 |
| 252 | 2026-07-09T04:41:49.372Z | Compiling aho-corasick v1.1.4 |
| 253 | 2026-07-09T04:41:49.558Z | Compiling itertools v0.14.0 |
| 254 | 2026-07-09T04:41:49.694Z | Compiling heapless v0.8.0 |
| 255 | 2026-07-09T04:41:49.737Z | Compiling smoltcp v0.11.0 |
| 256 | 2026-07-09T04:41:49.931Z | Compiling syn v2.0.118 |
| 257 | 2026-07-09T04:41:50.009Z | Compiling crc32fast v1.5.0 |
| 258 | 2026-07-09T04:41:50.214Z | Compiling ref-cast v1.0.25 |
| 259 | 2026-07-09T04:41:50.232Z | Compiling version_check v0.9.5 |
| 260 | 2026-07-09T04:41:50.417Z | Compiling regex-automata v0.4.14 |
| 261 | 2026-07-09T04:41:50.629Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 262 | 2026-07-09T04:41:52.031Z | Compiling regex v1.12.4 |
| 263 | 2026-07-09T04:41:52.295Z | Compiling darling_core v0.21.3 |
| 264 | 2026-07-09T04:41:52.323Z | Compiling darling_core v0.23.0 |
| 265 | 2026-07-09T04:41:53.137Z | Compiling zerocopy-derive v0.8.54 |
| 266 | 2026-07-09T04:41:53.138Z | Compiling serde_derive v1.0.228 |
| 267 | 2026-07-09T04:41:53.138Z | Compiling thiserror-impl v2.0.18 |
| 268 | 2026-07-09T04:41:53.138Z | Compiling ref-cast-impl v1.0.25 |
| 269 | 2026-07-09T04:41:53.141Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 270 | 2026-07-09T04:41:54.748Z | Compiling darling_macro v0.21.3 |
| 271 | 2026-07-09T04:41:55.089Z | Compiling darling_macro v0.23.0 |
| 272 | 2026-07-09T04:41:55.720Z | Compiling darling v0.21.3 |
| 273 | 2026-07-09T04:41:55.790Z | Compiling ingot-macros v0.1.1 |
| 274 | 2026-07-09T04:41:56.015Z | Compiling darling v0.23.0 |
| 275 | 2026-07-09T04:41:56.084Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 276 | 2026-07-09T04:42:00.832Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 277 | 2026-07-09T04:42:02.971Z | Checking byteorder v1.5.0 |
| 278 | 2026-07-09T04:42:02.971Z | Checking macaddr v1.0.1 |
| 279 | 2026-07-09T04:42:02.972Z | Checking stable_deref_trait v1.2.1 |
| 280 | 2026-07-09T04:42:02.974Z | Checking cfg-if v1.0.4 |
| 281 | 2026-07-09T04:42:02.974Z | Checking bitflags v1.3.2 |
| 282 | 2026-07-09T04:42:03.032Z | Checking managed v0.8.0 |
| 283 | 2026-07-09T04:42:03.052Z | Checking cobs v0.3.0 |
| 284 | 2026-07-09T04:42:03.134Z | Checking hash32 v0.3.1 |
| 285 | 2026-07-09T04:42:03.148Z | Checking dyn-clone v1.0.20 |
| 286 | 2026-07-09T04:42:03.169Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 287 | 2026-07-09T04:42:03.182Z | Checking itertools v0.15.0 |
| 288 | 2026-07-09T04:42:04.326Z | Checking bitflags v2.13.0 |
| 289 | 2026-07-09T04:42:04.326Z | Checking uuid v1.23.4 |
| 290 | 2026-07-09T04:42:04.468Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 291 | 2026-07-09T04:42:04.685Z | Checking postcard v1.1.3 |
| 292 | 2026-07-09T04:42:05.604Z | Checking ingot-types v0.1.2 |
| 293 | 2026-07-09T04:42:05.874Z | Checking ingot v0.1.1 |
| 294 | 2026-07-09T04:42:07.195Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 295 | 2026-07-09T04:42:10.907Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 296 | 2026-07-09T04:42:12.299Z | Checking xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 297 | 2026-07-09T04:42:14.294Z | Finished `dev` profile [optimized + debuginfo] target(s) in 30.36s |
| 298 | 2026-07-09T04:42:14.399Z | |
| 299 | 2026-07-09T04:42:14.402Z | real 30.530284820 |
| 300 | 2026-07-09T04:42:14.402Z | user 1:14.878023490 |
| 301 | 2026-07-09T04:42:14.402Z | sys 10.655688146 |
| 302 | 2026-07-09T04:42:14.403Z | trap 0.035268436 |
| 303 | 2026-07-09T04:42:14.403Z | tflt 0.063692918 |
| 304 | 2026-07-09T04:42:14.403Z | dflt 0.259931686 |
| 305 | 2026-07-09T04:42:14.403Z | kflt 0.001694551 |
| 306 | 2026-07-09T04:42:14.403Z | lock 5:20.981812819 |
| 307 | 2026-07-09T04:42:14.403Z | slp 3:28.441348114 |
| 308 | 2026-07-09T04:42:14.403Z | lat 2.895576217 |
| 309 | 2026-07-09T04:42:14.403Z | stop 8.383132148 |
| 310 | 2026-07-09T04:42:14.403Z | + pushd xde-link |
| 311 | 2026-07-09T04:42:14.403Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 312 | 2026-07-09T04:42:14.403Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 313 | 2026-07-09T04:42:14.585Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 314 | 2026-07-09T04:42:14.585Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 315 | 2026-07-09T04:42:14.585Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 316 | 2026-07-09T04:42:25.521Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 317 | 2026-07-09T04:42:27.727Z | Finished `dev` profile [optimized + debuginfo] target(s) in 13.26s |
| 318 | 2026-07-09T04:42:27.747Z | |
| 319 | 2026-07-09T04:42:27.747Z | real 13.340613979 |
| 320 | 2026-07-09T04:42:27.747Z | user 21.018627065 |
| 321 | 2026-07-09T04:42:27.747Z | sys 1.296291702 |
| 322 | 2026-07-09T04:42:27.747Z | trap 0.005943680 |
| 323 | 2026-07-09T04:42:27.751Z | tflt 0.014064139 |
| 324 | 2026-07-09T04:42:27.751Z | dflt 0.042679799 |
| 325 | 2026-07-09T04:42:27.751Z | kflt 0.000000000 |
| 326 | 2026-07-09T04:42:27.751Z | lock 1:26.794531716 |
| 327 | 2026-07-09T04:42:27.751Z | slp 44.682438285 |
| 328 | 2026-07-09T04:42:27.751Z | lat 0.238481756 |
| 329 | 2026-07-09T04:42:27.751Z | stop 0.159235414 |
| 330 | 2026-07-09T04:42:27.751Z | + popd |
| 331 | 2026-07-09T04:42:27.751Z | + popd |
| 332 | 2026-07-09T04:42:27.751Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 333 | 2026-07-09T04:42:27.751Z | /work/oxidecomputer/opte |
| 334 | 2026-07-09T04:42:27.751Z | + header 'build xde (debug)' |
| 335 | 2026-07-09T04:42:27.751Z | + echo '# ==== build xde (debug) ==== #' |
| 336 | 2026-07-09T04:42:27.751Z | # ==== build xde (debug) ==== # |
| 337 | 2026-07-09T04:42:27.751Z | + ptime -m cargo xtask build --profile debug xde xde-link |
| 338 | 2026-07-09T04:42:27.894Z | Downloading crates ... |
| 339 | 2026-07-09T04:42:27.944Z | Downloaded anstream v1.0.0 |
| 340 | 2026-07-09T04:42:27.951Z | Downloaded cargo_metadata v0.23.1 |
| 341 | 2026-07-09T04:42:27.954Z | Downloaded clap v4.6.1 |
| 342 | 2026-07-09T04:42:27.958Z | Downloaded heck v0.5.0 |
| 343 | 2026-07-09T04:42:27.961Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 344 | 2026-07-09T04:42:27.961Z | Downloaded serde_spanned v1.1.1 |
| 345 | 2026-07-09T04:42:27.961Z | Downloaded zmij v1.0.21 |
| 346 | 2026-07-09T04:42:27.963Z | Downloaded colorchoice v1.0.5 |
| 347 | 2026-07-09T04:42:27.966Z | Downloaded cargo-platform v0.3.3 |
| 348 | 2026-07-09T04:42:27.966Z | Downloaded anstyle-query v1.1.5 |
| 349 | 2026-07-09T04:42:27.966Z | Downloaded anstyle v1.0.14 |
| 350 | 2026-07-09T04:42:27.969Z | Downloaded equivalent v1.0.2 |
| 351 | 2026-07-09T04:42:27.976Z | Downloaded clap_lex v1.1.0 |
| 352 | 2026-07-09T04:42:27.987Z | Downloaded anyhow v1.0.103 |
| 353 | 2026-07-09T04:42:27.990Z | Downloaded itoa v1.0.18 |
| 354 | 2026-07-09T04:42:27.993Z | Downloaded is_terminal_polyfill v1.70.2 |
| 355 | 2026-07-09T04:42:27.993Z | Downloaded utf8parse v0.2.2 |
| 356 | 2026-07-09T04:42:27.996Z | Downloaded terminal_size v0.4.4 |
| 357 | 2026-07-09T04:42:28.003Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 358 | 2026-07-09T04:42:28.007Z | Downloaded errno v0.3.14 |
| 359 | 2026-07-09T04:42:28.021Z | Downloaded semver v1.0.28 |
| 360 | 2026-07-09T04:42:28.029Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 361 | 2026-07-09T04:42:28.031Z | Downloaded camino v1.2.4 |
| 362 | 2026-07-09T04:42:28.031Z | Downloaded anstyle-parse v1.0.0 |
| 363 | 2026-07-09T04:42:28.035Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 364 | 2026-07-09T04:42:28.038Z | Downloaded clap_derive v4.6.1 |
| 365 | 2026-07-09T04:42:28.054Z | Downloaded clap_builder v4.6.0 |
| 366 | 2026-07-09T04:42:28.062Z | Downloaded indexmap v2.14.0 |
| 367 | 2026-07-09T04:42:28.068Z | Downloaded serde_json v1.0.150 |
| 368 | 2026-07-09T04:42:28.081Z | Downloaded winnow v1.0.3 |
| 369 | 2026-07-09T04:42:28.104Z | Downloaded rustix v1.1.4 |
| 370 | 2026-07-09T04:42:28.139Z | Downloaded libc v0.2.186 |
| 371 | 2026-07-09T04:42:28.186Z | Compiling proc-macro2 v1.0.106 |
| 372 | 2026-07-09T04:42:28.186Z | Compiling serde_core v1.0.228 |
| 373 | 2026-07-09T04:42:28.186Z | Compiling quote v1.0.46 |
| 374 | 2026-07-09T04:42:28.189Z | Compiling unicode-ident v1.0.24 |
| 375 | 2026-07-09T04:42:28.189Z | Compiling libc v0.2.186 |
| 376 | 2026-07-09T04:42:28.189Z | Compiling rustix v1.1.4 |
| 377 | 2026-07-09T04:42:28.189Z | Compiling zmij v1.0.21 |
| 378 | 2026-07-09T04:42:28.189Z | Compiling utf8parse v0.2.2 |
| 379 | 2026-07-09T04:42:28.339Z | Compiling bitflags v2.13.0 |
| 380 | 2026-07-09T04:42:28.356Z | Compiling anstyle-parse v1.0.0 |
| 381 | 2026-07-09T04:42:28.575Z | Compiling colorchoice v1.0.5 |
| 382 | 2026-07-09T04:42:28.575Z | Compiling anstyle-query v1.1.5 |
| 383 | 2026-07-09T04:42:28.579Z | Compiling serde_json v1.0.150 |
| 384 | 2026-07-09T04:42:28.673Z | Compiling anstyle v1.0.14 |
| 385 | 2026-07-09T04:42:28.677Z | Compiling is_terminal_polyfill v1.70.2 |
| 386 | 2026-07-09T04:42:28.755Z | Compiling serde v1.0.228 |
| 387 | 2026-07-09T04:42:28.766Z | Compiling thiserror v2.0.18 |
| 388 | 2026-07-09T04:42:28.791Z | Compiling camino v1.2.4 |
| 389 | 2026-07-09T04:42:28.932Z | Compiling errno v0.3.14 |
| 390 | 2026-07-09T04:42:28.994Z | Compiling anstream v1.0.0 |
| 391 | 2026-07-09T04:42:29.131Z | Compiling strsim v0.11.1 |
| 392 | 2026-07-09T04:42:29.144Z | Compiling anyhow v1.0.103 |
| 393 | 2026-07-09T04:42:29.191Z | Compiling itoa v1.0.18 |
| 394 | 2026-07-09T04:42:29.403Z | Compiling winnow v1.0.3 |
| 395 | 2026-07-09T04:42:29.452Z | Compiling syn v2.0.118 |
| 396 | 2026-07-09T04:42:29.474Z | Compiling clap_lex v1.1.0 |
| 397 | 2026-07-09T04:42:29.518Z | Compiling heck v0.5.0 |
| 398 | 2026-07-09T04:42:29.521Z | Compiling memchr v2.8.2 |
| 399 | 2026-07-09T04:42:29.714Z | Compiling terminal_size v0.4.4 |
| 400 | 2026-07-09T04:42:29.817Z | Compiling clap_builder v4.6.0 |
| 401 | 2026-07-09T04:42:29.866Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 402 | 2026-07-09T04:42:30.090Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 403 | 2026-07-09T04:42:30.606Z | Compiling cargo-platform v0.3.3 |
| 404 | 2026-07-09T04:42:30.631Z | Compiling semver v1.0.28 |
| 405 | 2026-07-09T04:42:31.113Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 406 | 2026-07-09T04:42:31.176Z | Compiling serde_spanned v1.1.1 |
| 407 | 2026-07-09T04:42:31.304Z | Compiling toml v1.1.2+spec-1.1.0 |
| 408 | 2026-07-09T04:42:31.729Z | Compiling serde_derive v1.0.228 |
| 409 | 2026-07-09T04:42:31.729Z | Compiling thiserror-impl v2.0.18 |
| 410 | 2026-07-09T04:42:31.729Z | Compiling clap_derive v4.6.1 |
| 411 | 2026-07-09T04:42:33.342Z | Compiling clap v4.6.1 |
| 412 | 2026-07-09T04:42:34.701Z | Compiling cargo_metadata v0.23.1 |
| 413 | 2026-07-09T04:42:37.290Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 414 | 2026-07-09T04:42:38.894Z | Finished `dev` profile [optimized + debuginfo] target(s) in 11.13s |
| 415 | 2026-07-09T04:42:38.912Z | Running `target/debug/xtask build --profile debug xde xde-link` |
| 416 | 2026-07-09T04:42:40.205Z | Building xde (dev). |
| 417 | 2026-07-09T04:42:40.441Z | Compiling serde_core v1.0.228 |
| 418 | 2026-07-09T04:42:40.441Z | Compiling byteorder v1.5.0 |
| 419 | 2026-07-09T04:42:40.446Z | Compiling macaddr v1.0.1 |
| 420 | 2026-07-09T04:42:40.447Z | Compiling stable_deref_trait v1.2.1 |
| 421 | 2026-07-09T04:42:40.447Z | Compiling cfg-if v1.0.4 |
| 422 | 2026-07-09T04:42:40.468Z | Compiling thiserror v2.0.18 |
| 423 | 2026-07-09T04:42:40.481Z | Compiling zerocopy v0.8.54 |
| 424 | 2026-07-09T04:42:40.482Z | Compiling bitflags v1.3.2 |
| 425 | 2026-07-09T04:42:40.517Z | Compiling managed v0.8.0 |
| 426 | 2026-07-09T04:42:40.523Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 427 | 2026-07-09T04:42:40.528Z | Compiling cobs v0.3.0 |
| 428 | 2026-07-09T04:42:40.561Z | Compiling either v1.16.0 |
| 429 | 2026-07-09T04:42:40.640Z | Compiling hash32 v0.3.1 |
| 430 | 2026-07-09T04:42:40.726Z | Compiling heapless v0.8.0 |
| 431 | 2026-07-09T04:42:40.741Z | Compiling itertools v0.15.0 |
| 432 | 2026-07-09T04:42:40.748Z | Compiling ref-cast v1.0.25 |
| 433 | 2026-07-09T04:42:40.798Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 434 | 2026-07-09T04:42:40.809Z | Compiling crc32fast v1.5.0 |
| 435 | 2026-07-09T04:42:40.813Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 436 | 2026-07-09T04:42:40.838Z | Compiling dyn-clone v1.0.20 |
| 437 | 2026-07-09T04:42:41.003Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 438 | 2026-07-09T04:42:41.105Z | Compiling smoltcp v0.11.0 |
| 439 | 2026-07-09T04:42:42.046Z | Compiling bitflags v2.13.0 |
| 440 | 2026-07-09T04:42:42.046Z | Compiling serde v1.0.228 |
| 441 | 2026-07-09T04:42:42.046Z | Compiling uuid v1.23.4 |
| 442 | 2026-07-09T04:42:42.180Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 443 | 2026-07-09T04:42:42.458Z | Compiling postcard v1.1.3 |
| 444 | 2026-07-09T04:42:43.254Z | Compiling ingot-types v0.1.2 |
| 445 | 2026-07-09T04:42:43.531Z | Compiling ingot v0.1.1 |
| 446 | 2026-07-09T04:42:44.939Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 447 | 2026-07-09T04:42:49.297Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 448 | 2026-07-09T04:42:59.805Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 449 | 2026-07-09T04:43:08.263Z | Finished `dev` profile [optimized + debuginfo] target(s) in 28.02s |
| 450 | 2026-07-09T04:43:08.286Z | Linking xde kmod... |
| 451 | 2026-07-09T04:43:09.386Z | Building xde dev link helper (dev). |
| 452 | 2026-07-09T04:43:09.542Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 453 | 2026-07-09T04:43:09.880Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.46s |
| 454 | 2026-07-09T04:43:09.904Z | |
| 455 | 2026-07-09T04:43:09.907Z | real 42.154884801 |
| 456 | 2026-07-09T04:43:09.907Z | user 2:17.399687146 |
| 457 | 2026-07-09T04:43:09.907Z | sys 11.406580214 |
| 458 | 2026-07-09T04:43:09.908Z | trap 0.067890456 |
| 459 | 2026-07-09T04:43:09.908Z | tflt 0.345969882 |
| 460 | 2026-07-09T04:43:09.908Z | dflt 0.451808930 |
| 461 | 2026-07-09T04:43:09.908Z | kflt 0.000021920 |
| 462 | 2026-07-09T04:43:09.908Z | lock 7:09.873977548 |
| 463 | 2026-07-09T04:43:09.908Z | slp 3:59.662888369 |
| 464 | 2026-07-09T04:43:09.908Z | lat 6.233377196 |
| 465 | 2026-07-09T04:43:09.908Z | stop 4.604916883 |
| 466 | 2026-07-09T04:43:09.908Z | + header 'build xde (release)' |
| 467 | 2026-07-09T04:43:09.908Z | + echo '# ==== build xde (release) ==== #' |
| 468 | 2026-07-09T04:43:09.908Z | + ptime -m cargo xtask build --profile release xde xde-link |
| 469 | 2026-07-09T04:43:09.908Z | # ==== build xde (release) ==== # |
| 470 | 2026-07-09T04:43:10.051Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s |
| 471 | 2026-07-09T04:43:10.054Z | Running `target/debug/xtask build --profile release xde xde-link` |
| 472 | 2026-07-09T04:43:10.238Z | Building xde (release-lto). |
| 473 | 2026-07-09T04:43:10.472Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 474 | 2026-07-09T04:43:10.472Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 475 | 2026-07-09T04:43:10.472Z | Compiling proc-macro2 v1.0.106 |
| 476 | 2026-07-09T04:43:10.472Z | Compiling quote v1.0.46 |
| 477 | 2026-07-09T04:43:10.472Z | Compiling unicode-ident v1.0.24 |
| 478 | 2026-07-09T04:43:10.475Z | Compiling strsim v0.11.1 |
| 479 | 2026-07-09T04:43:10.475Z | Compiling ident_case v1.0.1 |
| 480 | 2026-07-09T04:43:10.475Z | Compiling serde_core v1.0.228 |
| 481 | 2026-07-09T04:43:10.593Z | Compiling memchr v2.8.2 |
| 482 | 2026-07-09T04:43:10.596Z | Compiling fnv v1.0.7 |
| 483 | 2026-07-09T04:43:10.673Z | Compiling regex-syntax v0.8.11 |
| 484 | 2026-07-09T04:43:10.843Z | Compiling zerocopy v0.8.54 |
| 485 | 2026-07-09T04:43:10.858Z | Compiling thiserror v2.0.18 |
| 486 | 2026-07-09T04:43:10.863Z | Compiling either v1.16.0 |
| 487 | 2026-07-09T04:43:10.992Z | Compiling aho-corasick v1.1.4 |
| 488 | 2026-07-09T04:43:11.049Z | Compiling serde v1.0.228 |
| 489 | 2026-07-09T04:43:11.236Z | Compiling itertools v0.14.0 |
| 490 | 2026-07-09T04:43:11.450Z | Compiling heapless v0.8.0 |
| 491 | 2026-07-09T04:43:11.463Z | Compiling smoltcp v0.11.0 |
| 492 | 2026-07-09T04:43:11.605Z | Compiling syn v2.0.118 |
| 493 | 2026-07-09T04:43:11.682Z | Compiling version_check v0.9.5 |
| 494 | 2026-07-09T04:43:11.903Z | Compiling ref-cast v1.0.25 |
| 495 | 2026-07-09T04:43:11.920Z | Compiling crc32fast v1.5.0 |
| 496 | 2026-07-09T04:43:12.038Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 497 | 2026-07-09T04:43:12.258Z | Compiling regex-automata v0.4.14 |
| 498 | 2026-07-09T04:43:13.796Z | Compiling regex v1.12.4 |
| 499 | 2026-07-09T04:43:13.920Z | Compiling darling_core v0.21.3 |
| 500 | 2026-07-09T04:43:13.945Z | Compiling darling_core v0.23.0 |
| 501 | 2026-07-09T04:43:14.923Z | Compiling thiserror-impl v2.0.18 |
| 502 | 2026-07-09T04:43:14.923Z | Compiling zerocopy-derive v0.8.54 |
| 503 | 2026-07-09T04:43:14.923Z | Compiling serde_derive v1.0.228 |
| 504 | 2026-07-09T04:43:14.926Z | Compiling ref-cast-impl v1.0.25 |
| 505 | 2026-07-09T04:43:14.926Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 506 | 2026-07-09T04:43:16.538Z | Compiling darling_macro v0.21.3 |
| 507 | 2026-07-09T04:43:16.632Z | Compiling darling_macro v0.23.0 |
| 508 | 2026-07-09T04:43:17.463Z | Compiling darling v0.21.3 |
| 509 | 2026-07-09T04:43:17.527Z | Compiling ingot-macros v0.1.1 |
| 510 | 2026-07-09T04:43:17.555Z | Compiling darling v0.23.0 |
| 511 | 2026-07-09T04:43:17.618Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 512 | 2026-07-09T04:43:23.250Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 513 | 2026-07-09T04:43:25.399Z | Compiling byteorder v1.5.0 |
| 514 | 2026-07-09T04:43:25.399Z | Compiling cfg-if v1.0.4 |
| 515 | 2026-07-09T04:43:25.403Z | Compiling stable_deref_trait v1.2.1 |
| 516 | 2026-07-09T04:43:25.403Z | Compiling macaddr v1.0.1 |
| 517 | 2026-07-09T04:43:25.458Z | Compiling bitflags v1.3.2 |
| 518 | 2026-07-09T04:43:25.465Z | Compiling cobs v0.3.0 |
| 519 | 2026-07-09T04:43:25.494Z | Compiling managed v0.8.0 |
| 520 | 2026-07-09T04:43:25.592Z | Compiling hash32 v0.3.1 |
| 521 | 2026-07-09T04:43:25.669Z | Compiling dyn-clone v1.0.20 |
| 522 | 2026-07-09T04:43:25.718Z | Compiling itertools v0.15.0 |
| 523 | 2026-07-09T04:43:25.767Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 524 | 2026-07-09T04:43:27.017Z | Compiling bitflags v2.13.0 |
| 525 | 2026-07-09T04:43:27.017Z | Compiling uuid v1.23.4 |
| 526 | 2026-07-09T04:43:27.161Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 527 | 2026-07-09T04:43:27.452Z | Compiling postcard v1.1.3 |
| 528 | 2026-07-09T04:43:28.314Z | Compiling ingot-types v0.1.2 |
| 529 | 2026-07-09T04:43:28.633Z | Compiling ingot v0.1.1 |
| 530 | 2026-07-09T04:43:30.203Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 531 | 2026-07-09T04:43:34.089Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 532 | 2026-07-09T04:43:43.074Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 533 | 2026-07-09T04:44:13.104Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 02s |
| 534 | 2026-07-09T04:44:13.128Z | Linking xde kmod... |
| 535 | 2026-07-09T04:44:13.733Z | Building xde dev link helper (release). |
| 536 | 2026-07-09T04:44:13.898Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 537 | 2026-07-09T04:44:13.898Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 538 | 2026-07-09T04:44:13.898Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 539 | 2026-07-09T04:44:25.511Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 540 | 2026-07-09T04:44:28.032Z | Finished `release` profile [optimized + debuginfo] target(s) in 14.27s |
| 541 | 2026-07-09T04:44:28.052Z | |
| 542 | 2026-07-09T04:44:28.056Z | real 1:18.143629221 |
| 543 | 2026-07-09T04:44:28.056Z | user 2:12.827663929 |
| 544 | 2026-07-09T04:44:28.056Z | sys 12.913580379 |
| 545 | 2026-07-09T04:44:28.056Z | trap 0.034358284 |
| 546 | 2026-07-09T04:44:28.056Z | tflt 0.160907804 |
| 547 | 2026-07-09T04:44:28.056Z | dflt 0.245864675 |
| 548 | 2026-07-09T04:44:28.056Z | kflt 0.000027100 |
| 549 | 2026-07-09T04:44:28.056Z | lock 12:28.095485367 |
| 550 | 2026-07-09T04:44:28.056Z | slp 6:18.680538913 |
| 551 | 2026-07-09T04:44:28.056Z | lat 3.345213097 |
| 552 | 2026-07-09T04:44:28.056Z | stop 6.339893393 |
| 553 | 2026-07-09T04:44:28.056Z | + elfdump target/x86_64-unknown-unknown/debug/xde.dbg |
| 554 | 2026-07-09T04:44:28.056Z | + grep GOTPCREL |
| 555 | 2026-07-09T04:44:29.861Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 556 | 2026-07-09T04:44:29.864Z | + grep GOTPCREL |
| 557 | 2026-07-09T04:44:30.819Z | + cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/ |
| 558 | 2026-07-09T04:44:30.877Z | + sha256sum /work/debug/xde.dbg |
| 559 | 2026-07-09T04:44:30.929Z | + cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so |
| 560 | 2026-07-09T04:44:30.932Z | + sha256sum /work/debug/xde_link.dbg.so |
| 561 | 2026-07-09T04:44:30.936Z | + cp target/x86_64-unknown-unknown/release-lto/xde /work/release/ |
| 562 | 2026-07-09T04:44:30.976Z | + sha256sum /work/release/xde |
| 563 | 2026-07-09T04:44:31.006Z | + cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so |
| 564 | 2026-07-09T04:44:31.009Z | + sha256sum /work/release/xde_link.so |
| 565 | 2026-07-09T04:44:31.014Z | + header 'build xde integration tests' |
| 566 | 2026-07-09T04:44:31.014Z | + echo '# ==== build xde integration tests ==== #' |
| 567 | 2026-07-09T04:44:31.014Z | + pushd xde-tests |
| 568 | 2026-07-09T04:44:31.014Z | # ==== build xde integration tests ==== # |
| 569 | 2026-07-09T04:44:31.014Z | /work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte |
| 570 | 2026-07-09T04:44:31.014Z | + cargo +nightly-2026-06-30-x86_64-unknown-illumos fmt -- --check |
| 571 | 2026-07-09T04:44:31.095Z | + cargo clippy --all-targets -- --deny warnings |
| 572 | 2026-07-09T04:44:31.310Z | Compiling serde_core v1.0.228 |
| 573 | 2026-07-09T04:44:31.310Z | Checking cfg-if v1.0.4 |
| 574 | 2026-07-09T04:44:31.310Z | Checking memchr v2.8.2 |
| 575 | 2026-07-09T04:44:31.310Z | Compiling serde v1.0.228 |
| 576 | 2026-07-09T04:44:31.310Z | Compiling rustversion v1.0.22 |
| 577 | 2026-07-09T04:44:31.313Z | Compiling strsim v0.11.1 |
| 578 | 2026-07-09T04:44:31.314Z | Compiling ident_case v1.0.1 |
| 579 | 2026-07-09T04:44:31.314Z | Compiling syn v2.0.118 |
| 580 | 2026-07-09T04:44:31.380Z | Compiling version_check v0.9.5 |
| 581 | 2026-07-09T04:44:31.435Z | Compiling libc v0.2.186 |
| 582 | 2026-07-09T04:44:31.614Z | Compiling fnv v1.0.7 |
| 583 | 2026-07-09T04:44:31.676Z | Compiling syn v1.0.109 |
| 584 | 2026-07-09T04:44:31.694Z | Compiling regex-syntax v0.8.11 |
| 585 | 2026-07-09T04:44:31.706Z | Checking pin-project-lite v0.2.17 |
| 586 | 2026-07-09T04:44:31.784Z | Compiling hashbrown v0.17.1 |
| 587 | 2026-07-09T04:44:32.035Z | Compiling aho-corasick v1.1.4 |
| 588 | 2026-07-09T04:44:32.138Z | Compiling zerocopy v0.8.54 |
| 589 | 2026-07-09T04:44:32.203Z | Compiling equivalent v1.0.2 |
| 590 | 2026-07-09T04:44:32.279Z | Compiling either v1.16.0 |
| 591 | 2026-07-09T04:44:32.285Z | Compiling winnow v1.0.3 |
| 592 | 2026-07-09T04:44:32.321Z | Compiling indexmap v2.14.0 |
| 593 | 2026-07-09T04:44:32.476Z | Compiling itertools v0.14.0 |
| 594 | 2026-07-09T04:44:32.921Z | Checking byteorder v1.5.0 |
| 595 | 2026-07-09T04:44:33.188Z | Compiling regex-automata v0.4.14 |
| 596 | 2026-07-09T04:44:33.259Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 597 | 2026-07-09T04:44:33.296Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 598 | 2026-07-09T04:44:33.432Z | Compiling heapless v0.8.0 |
| 599 | 2026-07-09T04:44:33.511Z | Checking bitflags v2.13.0 |
| 600 | 2026-07-09T04:44:33.671Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 601 | 2026-07-09T04:44:33.729Z | Checking hash32 v0.3.1 |
| 602 | 2026-07-09T04:44:33.780Z | Compiling slog v2.8.2 |
| 603 | 2026-07-09T04:44:33.806Z | Checking stable_deref_trait v1.2.1 |
| 604 | 2026-07-09T04:44:33.828Z | Checking macaddr v1.0.1 |
| 605 | 2026-07-09T04:44:33.868Z | Compiling smoltcp v0.11.0 |
| 606 | 2026-07-09T04:44:33.901Z | Compiling darling_core v0.21.3 |
| 607 | 2026-07-09T04:44:33.963Z | Compiling darling_core v0.23.0 |
| 608 | 2026-07-09T04:44:34.012Z | Checking futures-sink v0.3.32 |
| 609 | 2026-07-09T04:44:34.100Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 610 | 2026-07-09T04:44:34.213Z | Checking futures-core v0.3.32 |
| 611 | 2026-07-09T04:44:34.331Z | Checking futures-channel v0.3.32 |
| 612 | 2026-07-09T04:44:34.362Z | Compiling proc-macro-crate v3.5.0 |
| 613 | 2026-07-09T04:44:34.573Z | Compiling proc-macro-error-attr v1.0.4 |
| 614 | 2026-07-09T04:44:34.771Z | Checking slab v0.4.12 |
| 615 | 2026-07-09T04:44:34.806Z | Checking managed v0.8.0 |
| 616 | 2026-07-09T04:44:34.879Z | Compiling regex v1.12.4 |
| 617 | 2026-07-09T04:44:34.917Z | Checking futures-io v0.3.32 |
| 618 | 2026-07-09T04:44:35.037Z | Compiling ref-cast v1.0.25 |
| 619 | 2026-07-09T04:44:35.038Z | Checking futures-task v0.3.32 |
| 620 | 2026-07-09T04:44:35.159Z | Compiling serde_derive v1.0.228 |
| 621 | 2026-07-09T04:44:35.172Z | Compiling thiserror-impl v2.0.18 |
| 622 | 2026-07-09T04:44:35.312Z | Compiling zerocopy-derive v0.8.54 |
| 623 | 2026-07-09T04:44:35.367Z | Compiling futures-macro v0.3.32 |
| 624 | 2026-07-09T04:44:35.811Z | Compiling autocfg v1.5.1 |
| 625 | 2026-07-09T04:44:36.019Z | Compiling crc32fast v1.5.0 |
| 626 | 2026-07-09T04:44:36.093Z | Compiling darling_macro v0.21.3 |
| 627 | 2026-07-09T04:44:36.150Z | Compiling darling_macro v0.23.0 |
| 628 | 2026-07-09T04:44:36.167Z | Checking rand_core v0.10.1 |
| 629 | 2026-07-09T04:44:36.232Z | Checking bitflags v1.3.2 |
| 630 | 2026-07-09T04:44:36.295Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 631 | 2026-07-09T04:44:36.302Z | Compiling getrandom v0.4.3 |
| 632 | 2026-07-09T04:44:36.444Z | Checking thiserror v2.0.18 |
| 633 | 2026-07-09T04:44:36.530Z | Checking futures-util v0.3.32 |
| 634 | 2026-07-09T04:44:36.534Z | Checking cobs v0.3.0 |
| 635 | 2026-07-09T04:44:36.585Z | Compiling num-traits v0.2.19 |
| 636 | 2026-07-09T04:44:36.677Z | Compiling darling v0.21.3 |
| 637 | 2026-07-09T04:44:36.703Z | Compiling ref-cast-impl v1.0.25 |
| 638 | 2026-07-09T04:44:36.726Z | Compiling darling v0.23.0 |
| 639 | 2026-07-09T04:44:36.746Z | Compiling ingot-macros v0.1.1 |
| 640 | 2026-07-09T04:44:36.794Z | Compiling num_enum_derive v0.7.6 |
| 641 | 2026-07-09T04:44:36.817Z | Compiling foreign-types-macros v0.2.3 |
| 642 | 2026-07-09T04:44:37.336Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 643 | 2026-07-09T04:44:37.457Z | Compiling proc-macro-error v1.0.4 |
| 644 | 2026-07-09T04:44:37.553Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 645 | 2026-07-09T04:44:37.659Z | Checking ipnetwork v0.21.1 |
| 646 | 2026-07-09T04:44:37.696Z | Checking cpufeatures v0.3.0 |
| 647 | 2026-07-09T04:44:37.758Z | Checking once_cell v1.21.4 |
| 648 | 2026-07-09T04:44:37.811Z | Checking unicode-width v0.2.2 |
| 649 | 2026-07-09T04:44:37.815Z | Compiling crossbeam-utils v0.8.21 |
| 650 | 2026-07-09T04:44:37.831Z | Checking foreign-types-shared v0.3.1 |
| 651 | 2026-07-09T04:44:37.906Z | Checking foreign-types v0.5.0 |
| 652 | 2026-07-09T04:44:37.926Z | Checking tracing-core v0.1.36 |
| 653 | 2026-07-09T04:44:38.003Z | Checking num_enum v0.7.6 |
| 654 | 2026-07-09T04:44:38.055Z | Checking tabwriter v1.4.1 |
| 655 | 2026-07-09T04:44:38.104Z | Checking chacha20 v0.10.1 |
| 656 | 2026-07-09T04:44:38.294Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 657 | 2026-07-09T04:44:38.304Z | Checking anyhow v1.0.103 |
| 658 | 2026-07-09T04:44:38.330Z | Checking erased-serde v0.3.31 |
| 659 | 2026-07-09T04:44:38.389Z | Checking postcard v1.1.3 |
| 660 | 2026-07-09T04:44:38.497Z | Checking futures-executor v0.3.32 |
| 661 | 2026-07-09T04:44:38.630Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 662 | 2026-07-09T04:44:38.668Z | Compiling tracing-attributes v0.1.31 |
| 663 | 2026-07-09T04:44:38.689Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 664 | 2026-07-09T04:44:38.833Z | Checking itertools v0.15.0 |
| 665 | 2026-07-09T04:44:38.970Z | Checking cstr-argument v0.1.2 |
| 666 | 2026-07-09T04:44:39.023Z | Checking dyn-clone v1.0.20 |
| 667 | 2026-07-09T04:44:39.082Z | Checking pretty-hex v0.4.2 |
| 668 | 2026-07-09T04:44:39.112Z | Compiling num-conv v0.2.2 |
| 669 | 2026-07-09T04:44:39.118Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 670 | 2026-07-09T04:44:39.190Z | Compiling time-core v0.1.9 |
| 671 | 2026-07-09T04:44:39.260Z | Compiling thiserror v1.0.69 |
| 672 | 2026-07-09T04:44:39.302Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 673 | 2026-07-09T04:44:39.353Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 674 | 2026-07-09T04:44:39.377Z | Compiling time-macros v0.2.31 |
| 675 | 2026-07-09T04:44:39.447Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 676 | 2026-07-09T04:44:39.454Z | Checking futures v0.3.32 |
| 677 | 2026-07-09T04:44:39.457Z | Checking rand v0.10.2 |
| 678 | 2026-07-09T04:44:39.586Z | Checking ingot-types v0.1.2 |
| 679 | 2026-07-09T04:44:39.753Z | Compiling thiserror-impl v1.0.69 |
| 680 | 2026-07-09T04:44:39.778Z | Checking uuid v1.23.4 |
| 681 | 2026-07-09T04:44:39.916Z | Checking tracing v0.1.44 |
| 682 | 2026-07-09T04:44:39.922Z | Checking ingot v0.1.1 |
| 683 | 2026-07-09T04:44:39.927Z | Checking arc-swap v1.9.2 |
| 684 | 2026-07-09T04:44:40.109Z | Checking socket2 v0.6.4 |
| 685 | 2026-07-09T04:44:40.127Z | Checking nom v8.0.0 |
| 686 | 2026-07-09T04:44:40.153Z | Checking thread_local v1.1.9 |
| 687 | 2026-07-09T04:44:40.313Z | Checking colored v3.1.1 |
| 688 | 2026-07-09T04:44:40.350Z | Checking deranged v0.5.8 |
| 689 | 2026-07-09T04:44:40.357Z | Checking powerfmt v0.2.0 |
| 690 | 2026-07-09T04:44:40.503Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 691 | 2026-07-09T04:44:40.512Z | Compiling heck v0.4.1 |
| 692 | 2026-07-09T04:44:40.635Z | Checking lazy_static v1.5.0 |
| 693 | 2026-07-09T04:44:40.671Z | Compiling slog-async v2.8.0 |
| 694 | 2026-07-09T04:44:40.717Z | Checking iana-time-zone v0.1.65 |
| 695 | 2026-07-09T04:44:40.976Z | Checking oxnet v0.1.6 |
| 696 | 2026-07-09T04:44:41.031Z | Checking chrono v0.4.45 |
| 697 | 2026-07-09T04:44:41.100Z | Checking slog-scope v4.4.1 |
| 698 | 2026-07-09T04:44:41.158Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 699 | 2026-07-09T04:44:41.226Z | Checking crossbeam-channel v0.5.15 |
| 700 | 2026-07-09T04:44:41.290Z | Checking time v0.3.53 |
| 701 | 2026-07-09T04:44:41.559Z | Checking cookie-factory v0.3.3 |
| 702 | 2026-07-09T04:44:41.627Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 703 | 2026-07-09T04:44:41.811Z | Checking itertools v0.12.1 |
| 704 | 2026-07-09T04:44:41.828Z | Checking is-terminal v0.4.17 |
| 705 | 2026-07-09T04:44:41.870Z | Checking term v1.2.1 |
| 706 | 2026-07-09T04:44:41.904Z | Checking log v0.4.33 |
| 707 | 2026-07-09T04:44:42.063Z | Checking take_mut v0.2.2 |
| 708 | 2026-07-09T04:44:42.094Z | Checking circular v0.3.0 |
| 709 | 2026-07-09T04:44:42.161Z | Checking rusticata-macros v5.0.0 |
| 710 | 2026-07-09T04:44:42.203Z | Checking slog-stdlog v4.1.1 |
| 711 | 2026-07-09T04:44:42.285Z | Checking pcap-parser v0.17.0 |
| 712 | 2026-07-09T04:44:42.493Z | Checking slog-term v2.9.2 |
| 713 | 2026-07-09T04:44:42.822Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 714 | 2026-07-09T04:44:43.106Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 715 | 2026-07-09T04:44:43.816Z | Checking slog-envlogger v2.2.0 |
| 716 | 2026-07-09T04:44:46.299Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 717 | 2026-07-09T04:44:47.952Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 718 | 2026-07-09T04:44:47.953Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 719 | 2026-07-09T04:44:48.311Z | Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 720 | 2026-07-09T04:44:48.868Z | Finished `dev` profile [optimized + debuginfo] target(s) in 17.72s |
| 721 | 2026-07-09T04:44:48.906Z | + cargo build --test loopback |
| 722 | 2026-07-09T04:44:49.075Z | Compiling cfg-if v1.0.4 |
| 723 | 2026-07-09T04:44:49.075Z | Compiling memchr v2.8.2 |
| 724 | 2026-07-09T04:44:49.079Z | Compiling serde_core v1.0.228 |
| 725 | 2026-07-09T04:44:49.103Z | Compiling libc v0.2.186 |
| 726 | 2026-07-09T04:44:49.106Z | Compiling thiserror v2.0.18 |
| 727 | 2026-07-09T04:44:49.109Z | Compiling pin-project-lite v0.2.17 |
| 728 | 2026-07-09T04:44:49.112Z | Compiling byteorder v1.5.0 |
| 729 | 2026-07-09T04:44:49.113Z | Compiling either v1.16.0 |
| 730 | 2026-07-09T04:44:49.153Z | Compiling zerocopy v0.8.54 |
| 731 | 2026-07-09T04:44:49.181Z | Compiling futures-core v0.3.32 |
| 732 | 2026-07-09T04:44:49.185Z | Compiling stable_deref_trait v1.2.1 |
| 733 | 2026-07-09T04:44:49.245Z | Compiling hash32 v0.3.1 |
| 734 | 2026-07-09T04:44:49.279Z | Compiling futures-sink v0.3.32 |
| 735 | 2026-07-09T04:44:49.308Z | Compiling macaddr v1.0.1 |
| 736 | 2026-07-09T04:44:49.337Z | Compiling heapless v0.8.0 |
| 737 | 2026-07-09T04:44:49.371Z | Compiling futures-channel v0.3.32 |
| 738 | 2026-07-09T04:44:49.391Z | Compiling cobs v0.3.0 |
| 739 | 2026-07-09T04:44:49.448Z | Compiling futures-io v0.3.32 |
| 740 | 2026-07-09T04:44:49.556Z | Compiling slab v0.4.12 |
| 741 | 2026-07-09T04:44:49.602Z | Compiling rand_core v0.10.1 |
| 742 | 2026-07-09T04:44:49.635Z | Compiling managed v0.8.0 |
| 743 | 2026-07-09T04:44:49.667Z | Compiling bitflags v1.3.2 |
| 744 | 2026-07-09T04:44:49.730Z | Compiling futures-task v0.3.32 |
| 745 | 2026-07-09T04:44:49.734Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 746 | 2026-07-09T04:44:49.762Z | Compiling unicode-width v0.2.2 |
| 747 | 2026-07-09T04:44:49.762Z | Compiling ipnetwork v0.21.1 |
| 748 | 2026-07-09T04:44:49.859Z | Compiling futures-util v0.3.32 |
| 749 | 2026-07-09T04:44:49.920Z | Compiling smoltcp v0.11.0 |
| 750 | 2026-07-09T04:44:49.988Z | Compiling foreign-types-shared v0.3.1 |
| 751 | 2026-07-09T04:44:50.075Z | Compiling cpufeatures v0.3.0 |
| 752 | 2026-07-09T04:44:50.081Z | Compiling once_cell v1.21.4 |
| 753 | 2026-07-09T04:44:50.143Z | Compiling chacha20 v0.10.1 |
| 754 | 2026-07-09T04:44:50.301Z | Compiling tracing-core v0.1.36 |
| 755 | 2026-07-09T04:44:50.326Z | Compiling foreign-types v0.5.0 |
| 756 | 2026-07-09T04:44:50.401Z | Compiling tabwriter v1.4.1 |
| 757 | 2026-07-09T04:44:50.538Z | Compiling ref-cast v1.0.25 |
| 758 | 2026-07-09T04:44:50.638Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 759 | 2026-07-09T04:44:50.732Z | Compiling num_enum v0.7.6 |
| 760 | 2026-07-09T04:44:50.825Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 761 | 2026-07-09T04:44:50.849Z | Compiling getrandom v0.4.3 |
| 762 | 2026-07-09T04:44:50.932Z | Compiling serde v1.0.228 |
| 763 | 2026-07-09T04:44:51.070Z | Compiling bitflags v2.13.0 |
| 764 | 2026-07-09T04:44:51.175Z | Compiling crc32fast v1.5.0 |
| 765 | 2026-07-09T04:44:51.355Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 766 | 2026-07-09T04:44:51.423Z | Compiling erased-serde v0.3.31 |
| 767 | 2026-07-09T04:44:51.495Z | Compiling postcard v1.1.3 |
| 768 | 2026-07-09T04:44:51.586Z | Compiling cstr-argument v0.1.2 |
| 769 | 2026-07-09T04:44:51.632Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 770 | 2026-07-09T04:44:51.741Z | Compiling itertools v0.15.0 |
| 771 | 2026-07-09T04:44:51.752Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 772 | 2026-07-09T04:44:51.859Z | Compiling slog v2.8.2 |
| 773 | 2026-07-09T04:44:51.969Z | Compiling pretty-hex v0.4.2 |
| 774 | 2026-07-09T04:44:52.105Z | Compiling ingot-types v0.1.2 |
| 775 | 2026-07-09T04:44:52.147Z | Compiling futures-executor v0.3.32 |
| 776 | 2026-07-09T04:44:52.204Z | Compiling dyn-clone v1.0.20 |
| 777 | 2026-07-09T04:44:52.351Z | Compiling futures v0.3.32 |
| 778 | 2026-07-09T04:44:52.374Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 779 | 2026-07-09T04:44:52.428Z | Compiling tracing v0.1.44 |
| 780 | 2026-07-09T04:44:52.457Z | Compiling ingot v0.1.1 |
| 781 | 2026-07-09T04:44:52.533Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 782 | 2026-07-09T04:44:52.591Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 783 | 2026-07-09T04:44:52.652Z | Compiling num-traits v0.2.19 |
| 784 | 2026-07-09T04:44:52.661Z | Compiling rand v0.10.2 |
| 785 | 2026-07-09T04:44:52.756Z | Compiling uuid v1.23.4 |
| 786 | 2026-07-09T04:44:52.793Z | Compiling crossbeam-utils v0.8.21 |
| 787 | 2026-07-09T04:44:52.812Z | Compiling nom v8.0.0 |
| 788 | 2026-07-09T04:44:53.080Z | Compiling aho-corasick v1.1.4 |
| 789 | 2026-07-09T04:44:53.360Z | Compiling socket2 v0.6.4 |
| 790 | 2026-07-09T04:44:53.415Z | Compiling thread_local v1.1.9 |
| 791 | 2026-07-09T04:44:53.660Z | Compiling arc-swap v1.9.2 |
| 792 | 2026-07-09T04:44:53.707Z | Compiling colored v3.1.1 |
| 793 | 2026-07-09T04:44:53.825Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 794 | 2026-07-09T04:44:54.053Z | Compiling regex-syntax v0.8.11 |
| 795 | 2026-07-09T04:44:54.079Z | Compiling winnow v1.0.3 |
| 796 | 2026-07-09T04:44:54.430Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 797 | 2026-07-09T04:44:54.523Z | Compiling lazy_static v1.5.0 |
| 798 | 2026-07-09T04:44:54.543Z | Compiling time-core v0.1.9 |
| 799 | 2026-07-09T04:44:54.615Z | Compiling iana-time-zone v0.1.65 |
| 800 | 2026-07-09T04:44:54.738Z | Compiling powerfmt v0.2.0 |
| 801 | 2026-07-09T04:44:54.796Z | Compiling oxnet v0.1.6 |
| 802 | 2026-07-09T04:44:55.039Z | Compiling num-conv v0.2.2 |
| 803 | 2026-07-09T04:44:55.113Z | Compiling deranged v0.5.8 |
| 804 | 2026-07-09T04:44:55.194Z | Compiling rusticata-macros v5.0.0 |
| 805 | 2026-07-09T04:44:55.333Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 806 | 2026-07-09T04:44:55.478Z | Compiling chrono v0.4.45 |
| 807 | 2026-07-09T04:44:55.535Z | Compiling slog-scope v4.4.1 |
| 808 | 2026-07-09T04:44:56.018Z | Compiling regex-automata v0.4.14 |
| 809 | 2026-07-09T04:44:56.135Z | Compiling time v0.3.53 |
| 810 | 2026-07-09T04:44:56.950Z | Compiling thiserror v1.0.69 |
| 811 | 2026-07-09T04:44:57.053Z | Compiling crossbeam-channel v0.5.15 |
| 812 | 2026-07-09T04:44:57.842Z | Compiling cookie-factory v0.3.3 |
| 813 | 2026-07-09T04:44:58.165Z | Compiling is-terminal v0.4.17 |
| 814 | 2026-07-09T04:44:58.265Z | Compiling itertools v0.12.1 |
| 815 | 2026-07-09T04:44:58.287Z | Compiling circular v0.3.0 |
| 816 | 2026-07-09T04:44:58.571Z | Compiling take_mut v0.2.2 |
| 817 | 2026-07-09T04:44:58.684Z | Compiling log v0.4.33 |
| 818 | 2026-07-09T04:44:58.979Z | Compiling term v1.2.1 |
| 819 | 2026-07-09T04:44:59.602Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 820 | 2026-07-09T04:44:59.743Z | Compiling slog-term v2.9.2 |
| 821 | 2026-07-09T04:45:00.205Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 822 | 2026-07-09T04:45:01.559Z | Compiling slog-stdlog v4.1.1 |
| 823 | 2026-07-09T04:45:01.775Z | Compiling slog-async v2.8.0 |
| 824 | 2026-07-09T04:45:01.945Z | Compiling pcap-parser v0.17.0 |
| 825 | 2026-07-09T04:45:02.000Z | Compiling regex v1.12.4 |
| 826 | 2026-07-09T04:45:02.100Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 827 | 2026-07-09T04:45:03.170Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 828 | 2026-07-09T04:45:03.393Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 829 | 2026-07-09T04:45:03.427Z | Compiling slog-envlogger v2.2.0 |
| 830 | 2026-07-09T04:45:05.033Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 831 | 2026-07-09T04:45:12.990Z | Finished `dev` profile [optimized + debuginfo] target(s) in 24.05s |
| 832 | 2026-07-09T04:45:13.029Z | ++ cargo build -q --test loopback --message-format=json |
| 833 | 2026-07-09T04:45:13.030Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 834 | 2026-07-09T04:45:13.157Z | + loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-e0c339b430814282 |
| 835 | 2026-07-09T04:45:13.157Z | + cargo build --test multicast_rx |
| 836 | 2026-07-09T04:45:13.246Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 837 | 2026-07-09T04:45:14.815Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.67s |
| 838 | 2026-07-09T04:45:14.852Z | ++ cargo build -q --test multicast_rx --message-format=json |
| 839 | 2026-07-09T04:45:14.858Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 840 | 2026-07-09T04:45:14.981Z | + multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-e9f7bd9d720de72e |
| 841 | 2026-07-09T04:45:14.981Z | + cargo build --test multicast_multi_sub |
| 842 | 2026-07-09T04:45:15.087Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 843 | 2026-07-09T04:45:16.916Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.92s |
| 844 | 2026-07-09T04:45:16.954Z | ++ cargo build -q --test multicast_multi_sub --message-format=json |
| 845 | 2026-07-09T04:45:16.957Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 846 | 2026-07-09T04:45:17.073Z | + multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-0810a1b4b08bc374 |
| 847 | 2026-07-09T04:45:17.076Z | + cargo build --test multicast_validation |
| 848 | 2026-07-09T04:45:17.175Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 849 | 2026-07-09T04:45:19.109Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.01s |
| 850 | 2026-07-09T04:45:19.144Z | ++ cargo build -q --test multicast_validation --message-format=json |
| 851 | 2026-07-09T04:45:19.150Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 852 | 2026-07-09T04:45:19.265Z | + multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-789c6668285f43c6 |
| 853 | 2026-07-09T04:45:19.265Z | + cargo build --test multicast_source_filter |
| 854 | 2026-07-09T04:45:19.364Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 855 | 2026-07-09T04:45:21.412Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.14s |
| 856 | 2026-07-09T04:45:21.447Z | ++ cargo build -q --test multicast_source_filter --message-format=json |
| 857 | 2026-07-09T04:45:21.451Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 858 | 2026-07-09T04:45:21.567Z | + multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-5ef21e9afd6c0982 |
| 859 | 2026-07-09T04:45:21.567Z | + mkdir -p /work/test |
| 860 | 2026-07-09T04:45:21.571Z | + cp /work/oxidecomputer/opte/target/debug/deps/loopback-e0c339b430814282 /work/test/loopback |
| 861 | 2026-07-09T04:45:21.609Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-e9f7bd9d720de72e /work/test/multicast_rx |
| 862 | 2026-07-09T04:45:21.653Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-0810a1b4b08bc374 /work/test/multicast_multi_sub |
| 863 | 2026-07-09T04:45:21.704Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-789c6668285f43c6 /work/test/multicast_validation |
| 864 | 2026-07-09T04:45:21.750Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-5ef21e9afd6c0982 /work/test/multicast_source_filter |
| 865 | 2026-07-09T04:45:21.796Z | process exited: duration 234170 ms, exit code 0 |
| |
| 866 | 2026-07-09T04:45:21.803Z | found 14 output files |
| 867 | 2026-07-09T04:45:21.803Z | uploading: /work/debug/xde.dbg (94694800 bytes) |
| 868 | 2026-07-09T04:45:23.428Z | uploaded: /work/debug/xde.dbg |
| 869 | 2026-07-09T04:45:23.431Z | uploading: /work/debug/xde.dbg.sha256 (86 bytes) |
| 870 | 2026-07-09T04:45:24.441Z | uploaded: /work/debug/xde.dbg.sha256 |
| 871 | 2026-07-09T04:45:24.441Z | uploading: /work/debug/xde_link.dbg.so (1258956 bytes) |
| 872 | 2026-07-09T04:45:25.471Z | uploaded: /work/debug/xde_link.dbg.so |
| 873 | 2026-07-09T04:45:25.471Z | uploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes) |
| 874 | 2026-07-09T04:45:26.481Z | uploaded: /work/debug/xde_link.dbg.so.sha256 |
| 875 | 2026-07-09T04:45:26.481Z | uploading: /work/release/xde (51915576 bytes) |
| 876 | 2026-07-09T04:45:27.855Z | uploaded: /work/release/xde |
| 877 | 2026-07-09T04:45:27.855Z | uploading: /work/release/xde.sha256 (84 bytes) |
| 878 | 2026-07-09T04:45:28.913Z | uploaded: /work/release/xde.sha256 |
| 879 | 2026-07-09T04:45:28.913Z | uploading: /work/release/xde_link.so (45116 bytes) |
| 880 | 2026-07-09T04:45:29.947Z | uploaded: /work/release/xde_link.so |
| 881 | 2026-07-09T04:45:29.947Z | uploading: /work/release/xde_link.so.sha256 (92 bytes) |
| 882 | 2026-07-09T04:45:30.964Z | uploaded: /work/release/xde_link.so.sha256 |
| 883 | 2026-07-09T04:45:30.964Z | uploading: /work/test/loopback (51479392 bytes) |
| 884 | 2026-07-09T04:45:32.273Z | uploaded: /work/test/loopback |
| 885 | 2026-07-09T04:45:32.273Z | uploading: /work/test/multicast_rx (51775608 bytes) |
| 886 | 2026-07-09T04:45:33.578Z | uploaded: /work/test/multicast_rx |
| 887 | 2026-07-09T04:45:33.578Z | uploading: /work/test/multicast_multi_sub (57817576 bytes) |
| 888 | 2026-07-09T04:45:35.030Z | uploaded: /work/test/multicast_multi_sub |
| 889 | 2026-07-09T04:45:35.030Z | uploading: /work/test/multicast_validation (51930144 bytes) |
| 890 | 2026-07-09T04:45:36.459Z | uploaded: /work/test/multicast_validation |
| 891 | 2026-07-09T04:45:36.459Z | uploading: /work/test/multicast_source_filter (52236536 bytes) |
| 892 | 2026-07-09T04:45:37.844Z | uploaded: /work/test/multicast_source_filter |
| 893 | 2026-07-09T04:45:37.844Z | uploading: /work/xde.conf (79 bytes) |
| 894 | 2026-07-09T04:45:38.854Z | uploaded: /work/xde.conf |