|
|
|
| 1 | 2026-06-24T03:43:14.574Z | job assigned to worker 01KVVVHJAW7AT5VWQN2JRWDQMA [factory aws, i-0e7dda97d97354ee6] (queued for 1 m 1 s) |
| |
| 2 | 2026-06-24T03:43:20.880Z | starting task 0: "setup" |
| 3 | 2026-06-24T03:43:20.883Z | ++ uname -s |
| 4 | 2026-06-24T03:43:20.886Z | + kern=SunOS |
| 5 | 2026-06-24T03:43:20.886Z | + build_user=build |
| 6 | 2026-06-24T03:43:20.886Z | + build_uid=12345 |
| 7 | 2026-06-24T03:43:20.886Z | + work_dir=/work |
| 8 | 2026-06-24T03:43:20.886Z | + input_dir=/input |
| 9 | 2026-06-24T03:43:20.886Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-24T03:43:20.886Z | + case "$kern" in |
| 11 | 2026-06-24T03:43:20.886Z | + groupadd -g 12345 build |
| 12 | 2026-06-24T03:43:20.886Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-24T03:43:22.891Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-24T03:43:23.037Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-24T03:43:23.041Z | + home_fs=zfs |
| 16 | 2026-06-24T03:43:23.041Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-24T03:43:23.041Z | + mkdir -p /home/build |
| 18 | 2026-06-24T03:43:23.041Z | + chown build:build /home/build /work |
| 19 | 2026-06-24T03:43:25.041Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-24T03:43:25.044Z | process exited: duration 4165 ms, exit code 0 |
| |
| 21 | 2026-06-24T03:43:25.050Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-24T03:43:25.053Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.0 |
| 23 | 2026-06-24T03:43:25.053Z | * rust toolchain channel = "1.96.0" |
| 24 | 2026-06-24T03:43:25.053Z | * rust toolchain profile = "default" |
| 25 | 2026-06-24T03:43:25.053Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-06-24T03:43:25.053Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-24T03:43:25.053Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-24T03:43:25.056Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-24T03:43:25.056Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default |
| 30 | 2026-06-24T03:43:25.166Z | info: downloading installer |
| 31 | 2026-06-24T03:43:26.662Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-24T03:43:26.662Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-24T03:43:26.662Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-24T03:43:26.662Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-24T03:43:26.673Z | info: profile set to default |
| 36 | 2026-06-24T03:43:26.673Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-24T03:43:26.676Z | info: syncing channel updates for 1.96.0-x86_64-unknown-illumos |
| 38 | 2026-06-24T03:43:26.831Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-24T03:43:26.834Z | info: downloading 6 components |
| 40 | 2026-06-24T03:43:44.641Z | info: default toolchain set to 1.96.0-x86_64-unknown-illumos |
| 41 | 2026-06-24T03:43:44.641Z | |
| 42 | 2026-06-24T03:43:44.677Z | 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-24T03:43:44.677Z | |
| 44 | 2026-06-24T03:43:44.677Z | |
| 45 | 2026-06-24T03:43:44.677Z | Rust is installed now. Great! |
| 46 | 2026-06-24T03:43:44.677Z | |
| 47 | 2026-06-24T03:43:44.677Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-24T03:43:44.677Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-24T03:43:44.677Z | |
| 50 | 2026-06-24T03:43:44.677Z | To configure your current shell, you need to source |
| 51 | 2026-06-24T03:43:44.677Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-24T03:43:44.677Z | |
| 53 | 2026-06-24T03:43:44.677Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-24T03:43:44.696Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-24T03:43:44.697Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-24T03:43:44.697Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-24T03:43:44.697Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-24T03:43:44.697Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-24T03:43:44.697Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-24T03:43:44.697Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-24T03:43:44.697Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-24T03:43:44.777Z | + rustup --version |
| 63 | 2026-06-24T03:43:44.802Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-24T03:43:44.813Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-24T03:43:44.813Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-24T03:43:44.813Z | + cargo --version |
| 67 | 2026-06-24T03:43:44.830Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-24T03:43:44.840Z | + rustc --version |
| 69 | 2026-06-24T03:43:44.854Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-24T03:43:44.862Z | process exited: duration 19796 ms, exit code 0 |
| |
| 71 | 2026-06-24T03:43:44.871Z | starting task 2: "authentication" |
| 72 | 2026-06-24T03:43:44.891Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-06-24T03:43:44.902Z | starting task 3: "clone repository" |
| 74 | 2026-06-24T03:43:44.906Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-06-24T03:43:44.910Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-06-24T03:43:44.939Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-06-24T03:43:45.762Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-06-24T03:43:45.762Z | + git fetch origin 457c32418bac2dd3ee32c9bf8e512f90c540f8a2 |
| 79 | 2026-06-24T03:43:46.006Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-06-24T03:43:46.006Z | * branch 457c32418bac2dd3ee32c9bf8e512f90c540f8a2 -> FETCH_HEAD |
| 81 | 2026-06-24T03:43:46.014Z | + [[ -n renovate/rust-1.x ]] |
| 82 | 2026-06-24T03:43:46.016Z | ++ git branch --show-current |
| 83 | 2026-06-24T03:43:46.016Z | + current=master |
| 84 | 2026-06-24T03:43:46.016Z | + [[ master != renovate/rust-1.x ]] |
| 85 | 2026-06-24T03:43:46.017Z | + git branch -f renovate/rust-1.x 457c32418bac2dd3ee32c9bf8e512f90c540f8a2 |
| 86 | 2026-06-24T03:43:46.019Z | + git checkout -f renovate/rust-1.x |
| 87 | 2026-06-24T03:43:46.035Z | Switched to branch 'renovate/rust-1.x' |
| 88 | 2026-06-24T03:43:46.038Z | + git reset --hard 457c32418bac2dd3ee32c9bf8e512f90c540f8a2 |
| 89 | 2026-06-24T03:43:46.052Z | HEAD is now at 457c324 Update Rust to nightly-2026-06-24 |
| 90 | 2026-06-24T03:43:46.055Z | process exited: duration 1151 ms, exit code 0 |
| |
| 91 | 2026-06-24T03:43:46.066Z | starting task 4: "build" |
| 92 | 2026-06-24T03:43:46.069Z | + source .github/buildomat/common.sh |
| 93 | 2026-06-24T03:43:46.072Z | ++ rustup show active-toolchain |
| 94 | 2026-06-24T03:43:46.076Z | 1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-06-24T03:43:46.079Z | ++ pushd xde |
| 96 | 2026-06-24T03:43:46.079Z | ++ rustup show active-toolchain |
| 97 | 2026-06-24T03:43:46.079Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 98 | 2026-06-24T03:43:46.082Z | info: syncing channel updates for nightly-2026-06-24-x86_64-unknown-illumos |
| 99 | 2026-06-24T03:43:46.261Z | info: latest update on 2026-06-24 for version 1.98.0-nightly (f28ac764c 2026-06-23) |
| 100 | 2026-06-24T03:43:46.266Z | info: downloading 6 components |
| 101 | 2026-06-24T03:43:59.702Z | nightly-2026-06-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-06-24T03:43:59.793Z | +++ rustup show active-toolchain -v |
| 103 | 2026-06-24T03:43:59.797Z | +++ head -n 1 |
| 104 | 2026-06-24T03:43:59.797Z | +++ cut '-d ' -f1 |
| 105 | 2026-06-24T03:43:59.850Z | ++ export NIGHTLY=nightly-2026-06-24-x86_64-unknown-illumos |
| 106 | 2026-06-24T03:43:59.850Z | ++ NIGHTLY=nightly-2026-06-24-x86_64-unknown-illumos |
| 107 | 2026-06-24T03:43:59.853Z | ++ popd |
| 108 | 2026-06-24T03:43:59.853Z | /work/oxidecomputer/opte |
| 109 | 2026-06-24T03:43:59.853Z | + TGT_BASE=/work |
| 110 | 2026-06-24T03:43:59.853Z | + DBG_SRC=target/x86_64-unknown-unknown/debug |
| 111 | 2026-06-24T03:43:59.853Z | + DBG_LINK_SRC=target/i686-unknown-illumos/debug |
| 112 | 2026-06-24T03:43:59.854Z | + DBG_TGT=/work/debug |
| 113 | 2026-06-24T03:43:59.854Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 114 | 2026-06-24T03:43:59.854Z | + REL_LINK_SRC=target/i686-unknown-illumos/release |
| 115 | 2026-06-24T03:43:59.854Z | + REL_TGT=/work/release |
| 116 | 2026-06-24T03:43:59.854Z | + mkdir -p /work/debug /work/release |
| 117 | 2026-06-24T03:43:59.854Z | + cargo --version |
| 118 | 2026-06-24T03:43:59.861Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 119 | 2026-06-24T03:43:59.864Z | + rustc --version |
| 120 | 2026-06-24T03:43:59.883Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 121 | 2026-06-24T03:43:59.887Z | + install_pkg jq |
| 122 | 2026-06-24T03:43:59.887Z | + set +o errexit |
| 123 | 2026-06-24T03:43:59.887Z | + pfexec pkg install jq |
| 124 | 2026-06-24T03:44:03.109Z | Startup: Refreshing catalog 'helios' ... Done |
| 125 | 2026-06-24T03:44:03.214Z | Startup: Caching catalogs ... Done |
| 126 | 2026-06-24T03:44:03.664Z | Planning: Solver setup ... Done |
| 127 | 2026-06-24T03:44:03.686Z | Planning: Running solver ... Done |
| 128 | 2026-06-24T03:44:03.700Z | Planning: Consolidating action changes ... Done |
| 129 | 2026-06-24T03:44:03.709Z | Planning: Evaluating mediators ... Done |
| 130 | 2026-06-24T03:44:03.709Z | Planning: Planning completed in 0.47 seconds |
| 131 | 2026-06-24T03:44:03.713Z | No updates necessary for this image. |
| 132 | 2026-06-24T03:44:03.819Z | + exit_code=4 |
| 133 | 2026-06-24T03:44:03.819Z | + [[ 4 -ne 0 ]] |
| 134 | 2026-06-24T03:44:03.819Z | + [[ 4 -ne 4 ]] |
| 135 | 2026-06-24T03:44:03.819Z | + set -o errexit |
| 136 | 2026-06-24T03:44:03.826Z | + pushd xde |
| 137 | 2026-06-24T03:44:03.826Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 138 | 2026-06-24T03:44:03.826Z | + cp xde.conf /work/xde.conf |
| 139 | 2026-06-24T03:44:03.827Z | + header 'check style' |
| 140 | 2026-06-24T03:44:03.827Z | + echo '# ==== check style ==== #' |
| 141 | 2026-06-24T03:44:03.827Z | # ==== check style ==== # |
| 142 | 2026-06-24T03:44:03.827Z | + ptime -m cargo +nightly-2026-06-24-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check |
| 143 | 2026-06-24T03:44:04.027Z | |
| 144 | 2026-06-24T03:44:04.027Z | real 0.211061376 |
| 145 | 2026-06-24T03:44:04.027Z | user 0.153118544 |
| 146 | 2026-06-24T03:44:04.027Z | sys 0.047989786 |
| 147 | 2026-06-24T03:44:04.027Z | trap 0.000013150 |
| 148 | 2026-06-24T03:44:04.027Z | tflt 0.000027360 |
| 149 | 2026-06-24T03:44:04.027Z | dflt 0.000032410 |
| 150 | 2026-06-24T03:44:04.027Z | kflt 0.000000000 |
| 151 | 2026-06-24T03:44:04.027Z | lock 0.033973080 |
| 152 | 2026-06-24T03:44:04.027Z | slp 0.187916327 |
| 153 | 2026-06-24T03:44:04.027Z | lat 0.000761200 |
| 154 | 2026-06-24T03:44:04.027Z | stop 0.000106540 |
| 155 | 2026-06-24T03:44:04.033Z | + header analyze |
| 156 | 2026-06-24T03:44:04.033Z | + echo '# ==== analyze ==== #' |
| 157 | 2026-06-24T03:44:04.033Z | # ==== analyze ==== # |
| 158 | 2026-06-24T03:44:04.033Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 159 | 2026-06-24T03:44:04.216Z | Updating crates.io index |
| 160 | 2026-06-24T03:44:04.221Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 161 | 2026-06-24T03:44:04.856Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 162 | 2026-06-24T03:44:05.094Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 163 | 2026-06-24T03:44:05.420Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 164 | 2026-06-24T03:44:05.646Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 165 | 2026-06-24T03:44:05.846Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 166 | 2026-06-24T03:44:06.139Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 167 | 2026-06-24T03:44:08.287Z | Downloading crates ... |
| 168 | 2026-06-24T03:44:08.339Z | Downloaded macaddr v1.0.1 |
| 169 | 2026-06-24T03:44:08.349Z | Downloaded cobs v0.3.0 |
| 170 | 2026-06-24T03:44:08.353Z | Downloaded ingot-types v0.1.2 |
| 171 | 2026-06-24T03:44:08.357Z | Downloaded memchr v2.8.2 |
| 172 | 2026-06-24T03:44:08.360Z | Downloaded aho-corasick v1.1.4 |
| 173 | 2026-06-24T03:44:08.365Z | Downloaded version_check v0.9.5 |
| 174 | 2026-06-24T03:44:08.365Z | Downloaded byteorder v1.5.0 |
| 175 | 2026-06-24T03:44:08.368Z | Downloaded cfg-if v1.0.4 |
| 176 | 2026-06-24T03:44:08.368Z | Downloaded darling_macro v0.23.0 |
| 177 | 2026-06-24T03:44:08.368Z | Downloaded darling v0.23.0 |
| 178 | 2026-06-24T03:44:08.374Z | Downloaded ingot-macros v0.1.1 |
| 179 | 2026-06-24T03:44:08.374Z | Downloaded managed v0.8.0 |
| 180 | 2026-06-24T03:44:08.379Z | Downloaded serde_derive v1.0.228 |
| 181 | 2026-06-24T03:44:08.383Z | Downloaded embedded-io v0.4.0 |
| 182 | 2026-06-24T03:44:08.387Z | Downloaded defmt v1.1.0 |
| 183 | 2026-06-24T03:44:08.387Z | Downloaded embedded-io v0.6.1 |
| 184 | 2026-06-24T03:44:08.387Z | Downloaded hash32 v0.3.1 |
| 185 | 2026-06-24T03:44:08.392Z | Downloaded regex v1.12.4 |
| 186 | 2026-06-24T03:44:08.395Z | Downloaded ref-cast-impl v1.0.25 |
| 187 | 2026-06-24T03:44:08.400Z | Downloaded defmt v0.3.100 |
| 188 | 2026-06-24T03:44:08.403Z | Downloaded defmt-parser v1.0.0 |
| 189 | 2026-06-24T03:44:08.407Z | Downloaded dyn-clone v1.0.20 |
| 190 | 2026-06-24T03:44:08.410Z | Downloaded strsim v0.11.1 |
| 191 | 2026-06-24T03:44:08.415Z | Downloaded darling_macro v0.21.3 |
| 192 | 2026-06-24T03:44:08.417Z | Downloaded fnv v1.0.7 |
| 193 | 2026-06-24T03:44:08.417Z | Downloaded ingot v0.1.1 |
| 194 | 2026-06-24T03:44:08.422Z | Downloaded bitflags v1.3.2 |
| 195 | 2026-06-24T03:44:08.425Z | Downloaded ref-cast v1.0.25 |
| 196 | 2026-06-24T03:44:08.428Z | Downloaded stable_deref_trait v1.2.1 |
| 197 | 2026-06-24T03:44:08.434Z | Downloaded thiserror v2.0.18 |
| 198 | 2026-06-24T03:44:08.437Z | Downloaded proc-macro-error2 v2.0.1 |
| 199 | 2026-06-24T03:44:08.440Z | Downloaded either v1.16.0 |
| 200 | 2026-06-24T03:44:08.440Z | Downloaded quote v1.0.45 |
| 201 | 2026-06-24T03:44:08.442Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 202 | 2026-06-24T03:44:08.445Z | Downloaded thiserror-impl v2.0.18 |
| 203 | 2026-06-24T03:44:08.450Z | Downloaded crc32fast v1.5.0 |
| 204 | 2026-06-24T03:44:08.453Z | Downloaded ident_case v1.0.1 |
| 205 | 2026-06-24T03:44:08.459Z | Downloaded defmt-macros v1.1.0 |
| 206 | 2026-06-24T03:44:08.464Z | Downloaded postcard v1.1.3 |
| 207 | 2026-06-24T03:44:08.481Z | Downloaded proc-macro2 v1.0.106 |
| 208 | 2026-06-24T03:44:08.486Z | Downloaded darling v0.21.3 |
| 209 | 2026-06-24T03:44:08.498Z | Downloaded uuid v1.23.3 |
| 210 | 2026-06-24T03:44:08.501Z | Downloaded darling_core v0.21.3 |
| 211 | 2026-06-24T03:44:08.502Z | Downloaded bitflags v2.13.0 |
| 212 | 2026-06-24T03:44:08.502Z | Downloaded serde_core v1.0.228 |
| 213 | 2026-06-24T03:44:08.502Z | Downloaded heapless v0.8.0 |
| 214 | 2026-06-24T03:44:08.504Z | Downloaded zerocopy-derive v0.8.52 |
| 215 | 2026-06-24T03:44:08.507Z | Downloaded unicode-ident v1.0.24 |
| 216 | 2026-06-24T03:44:08.511Z | Downloaded darling_core v0.23.0 |
| 217 | 2026-06-24T03:44:08.511Z | Downloaded serde v1.0.228 |
| 218 | 2026-06-24T03:44:08.525Z | Downloaded itertools v0.14.0 |
| 219 | 2026-06-24T03:44:08.539Z | Downloaded itertools v0.15.0 |
| 220 | 2026-06-24T03:44:08.583Z | Downloaded zerocopy v0.8.52 |
| 221 | 2026-06-24T03:44:08.599Z | Downloaded syn v2.0.117 |
| 222 | 2026-06-24T03:44:08.605Z | Downloaded smoltcp v0.11.0 |
| 223 | 2026-06-24T03:44:08.611Z | Downloaded regex-syntax v0.8.11 |
| 224 | 2026-06-24T03:44:08.621Z | Downloaded regex-automata v0.4.14 |
| 225 | 2026-06-24T03:44:08.635Z | Updating crates.io index |
| 226 | 2026-06-24T03:44:08.787Z | Downloading crates ... |
| 227 | 2026-06-24T03:44:08.809Z | Downloaded addr2line v0.25.1 |
| 228 | 2026-06-24T03:44:08.817Z | Downloaded rustc-demangle v0.1.27 |
| 229 | 2026-06-24T03:44:08.820Z | Downloaded rustc-literal-escaper v0.0.7 |
| 230 | 2026-06-24T03:44:08.837Z | Downloaded getopts v0.2.24 |
| 231 | 2026-06-24T03:44:08.841Z | Downloaded object v0.37.3 |
| 232 | 2026-06-24T03:44:08.848Z | Downloaded memchr v2.7.6 |
| 233 | 2026-06-24T03:44:08.870Z | Downloaded gimli v0.32.3 |
| 234 | 2026-06-24T03:44:08.874Z | Downloaded foldhash v0.2.0 |
| 235 | 2026-06-24T03:44:08.880Z | Downloaded adler2 v2.0.1 |
| 236 | 2026-06-24T03:44:08.887Z | Downloaded hashbrown v0.17.1 |
| 237 | 2026-06-24T03:44:08.903Z | Downloaded miniz_oxide v0.8.9 |
| 238 | 2026-06-24T03:44:08.932Z | Downloaded libc v0.2.185 |
| 239 | 2026-06-24T03:44:08.988Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 240 | 2026-06-24T03:44:08.988Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 241 | 2026-06-24T03:44:08.988Z | Compiling proc-macro2 v1.0.106 |
| 242 | 2026-06-24T03:44:08.993Z | Compiling unicode-ident v1.0.24 |
| 243 | 2026-06-24T03:44:08.993Z | Compiling quote v1.0.45 |
| 244 | 2026-06-24T03:44:08.993Z | Compiling ident_case v1.0.1 |
| 245 | 2026-06-24T03:44:08.993Z | Compiling strsim v0.11.1 |
| 246 | 2026-06-24T03:44:08.993Z | Compiling serde_core v1.0.228 |
| 247 | 2026-06-24T03:44:09.174Z | Compiling memchr v2.8.2 |
| 248 | 2026-06-24T03:44:09.183Z | Compiling fnv v1.0.7 |
| 249 | 2026-06-24T03:44:09.299Z | Compiling regex-syntax v0.8.11 |
| 250 | 2026-06-24T03:44:09.450Z | Compiling either v1.16.0 |
| 251 | 2026-06-24T03:44:09.495Z | Compiling serde v1.0.228 |
| 252 | 2026-06-24T03:44:09.512Z | Compiling thiserror v2.0.18 |
| 253 | 2026-06-24T03:44:09.585Z | Compiling zerocopy v0.8.52 |
| 254 | 2026-06-24T03:44:09.685Z | Compiling aho-corasick v1.1.4 |
| 255 | 2026-06-24T03:44:09.895Z | Compiling itertools v0.14.0 |
| 256 | 2026-06-24T03:44:09.919Z | Compiling heapless v0.8.0 |
| 257 | 2026-06-24T03:44:10.113Z | Compiling syn v2.0.117 |
| 258 | 2026-06-24T03:44:10.327Z | Compiling smoltcp v0.11.0 |
| 259 | 2026-06-24T03:44:10.407Z | Compiling version_check v0.9.5 |
| 260 | 2026-06-24T03:44:10.417Z | Compiling ref-cast v1.0.25 |
| 261 | 2026-06-24T03:44:10.754Z | Compiling regex-automata v0.4.14 |
| 262 | 2026-06-24T03:44:10.776Z | Compiling crc32fast v1.5.0 |
| 263 | 2026-06-24T03:44:10.826Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 264 | 2026-06-24T03:44:12.287Z | Compiling regex v1.12.4 |
| 265 | 2026-06-24T03:44:12.431Z | Compiling darling_core v0.21.3 |
| 266 | 2026-06-24T03:44:12.455Z | Compiling darling_core v0.23.0 |
| 267 | 2026-06-24T03:44:13.439Z | Compiling thiserror-impl v2.0.18 |
| 268 | 2026-06-24T03:44:13.439Z | Compiling zerocopy-derive v0.8.52 |
| 269 | 2026-06-24T03:44:13.439Z | Compiling serde_derive v1.0.228 |
| 270 | 2026-06-24T03:44:13.444Z | Compiling ref-cast-impl v1.0.25 |
| 271 | 2026-06-24T03:44:13.444Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 272 | 2026-06-24T03:44:15.111Z | Compiling darling_macro v0.21.3 |
| 273 | 2026-06-24T03:44:15.116Z | Compiling darling_macro v0.23.0 |
| 274 | 2026-06-24T03:44:16.022Z | Compiling darling v0.21.3 |
| 275 | 2026-06-24T03:44:16.046Z | Compiling darling v0.23.0 |
| 276 | 2026-06-24T03:44:16.089Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 277 | 2026-06-24T03:44:16.094Z | Compiling ingot-macros v0.1.1 |
| 278 | 2026-06-24T03:44:21.048Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 279 | 2026-06-24T03:44:23.175Z | Checking byteorder v1.5.0 |
| 280 | 2026-06-24T03:44:23.175Z | Checking cfg-if v1.0.4 |
| 281 | 2026-06-24T03:44:23.179Z | Checking stable_deref_trait v1.2.1 |
| 282 | 2026-06-24T03:44:23.179Z | Checking macaddr v1.0.1 |
| 283 | 2026-06-24T03:44:23.180Z | Checking bitflags v1.3.2 |
| 284 | 2026-06-24T03:44:23.228Z | Checking managed v0.8.0 |
| 285 | 2026-06-24T03:44:23.264Z | Checking cobs v0.3.0 |
| 286 | 2026-06-24T03:44:23.332Z | Checking hash32 v0.3.1 |
| 287 | 2026-06-24T03:44:23.347Z | Checking dyn-clone v1.0.20 |
| 288 | 2026-06-24T03:44:23.387Z | Checking itertools v0.15.0 |
| 289 | 2026-06-24T03:44:23.390Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 290 | 2026-06-24T03:44:24.532Z | Checking bitflags v2.13.0 |
| 291 | 2026-06-24T03:44:24.532Z | Checking uuid v1.23.3 |
| 292 | 2026-06-24T03:44:24.679Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 293 | 2026-06-24T03:44:24.898Z | Checking postcard v1.1.3 |
| 294 | 2026-06-24T03:44:25.792Z | Checking ingot-types v0.1.2 |
| 295 | 2026-06-24T03:44:26.055Z | Checking ingot v0.1.1 |
| 296 | 2026-06-24T03:44:27.394Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 297 | 2026-06-24T03:44:31.117Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 298 | 2026-06-24T03:44:32.516Z | Checking xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 299 | 2026-06-24T03:44:34.496Z | Finished `dev` profile [optimized + debuginfo] target(s) in 30.38s |
| 300 | 2026-06-24T03:44:34.591Z | |
| 301 | 2026-06-24T03:44:34.591Z | real 30.556261954 |
| 302 | 2026-06-24T03:44:34.591Z | user 1:14.021607679 |
| 303 | 2026-06-24T03:44:34.591Z | sys 10.419960650 |
| 304 | 2026-06-24T03:44:34.591Z | trap 0.034467591 |
| 305 | 2026-06-24T03:44:34.591Z | tflt 0.041729009 |
| 306 | 2026-06-24T03:44:34.597Z | dflt 0.186818635 |
| 307 | 2026-06-24T03:44:34.598Z | kflt 0.005910221 |
| 308 | 2026-06-24T03:44:34.598Z | lock 5:21.858284962 |
| 309 | 2026-06-24T03:44:34.598Z | slp 3:28.113597067 |
| 310 | 2026-06-24T03:44:34.598Z | lat 2.501839120 |
| 311 | 2026-06-24T03:44:34.598Z | stop 7.959453169 |
| 312 | 2026-06-24T03:44:34.598Z | + pushd xde-link |
| 313 | 2026-06-24T03:44:34.598Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 314 | 2026-06-24T03:44:34.598Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 315 | 2026-06-24T03:44:34.803Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 316 | 2026-06-24T03:44:34.803Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 317 | 2026-06-24T03:44:34.803Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 318 | 2026-06-24T03:44:45.751Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 319 | 2026-06-24T03:44:47.936Z | Finished `dev` profile [optimized + debuginfo] target(s) in 13.28s |
| 320 | 2026-06-24T03:44:47.956Z | |
| 321 | 2026-06-24T03:44:47.958Z | real 13.363124781 |
| 322 | 2026-06-24T03:44:47.958Z | user 21.033288785 |
| 323 | 2026-06-24T03:44:47.959Z | sys 1.277164149 |
| 324 | 2026-06-24T03:44:47.959Z | trap 0.003503730 |
| 325 | 2026-06-24T03:44:47.959Z | tflt 0.042024073 |
| 326 | 2026-06-24T03:44:47.959Z | dflt 0.057900008 |
| 327 | 2026-06-24T03:44:47.959Z | kflt 0.000000000 |
| 328 | 2026-06-24T03:44:47.959Z | lock 1:26.478832378 |
| 329 | 2026-06-24T03:44:47.959Z | slp 44.587407399 |
| 330 | 2026-06-24T03:44:47.959Z | lat 0.354145842 |
| 331 | 2026-06-24T03:44:47.959Z | stop 0.168477196 |
| 332 | 2026-06-24T03:44:47.959Z | + popd |
| 333 | 2026-06-24T03:44:47.959Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 334 | 2026-06-24T03:44:47.959Z | + popd |
| 335 | 2026-06-24T03:44:47.959Z | /work/oxidecomputer/opte |
| 336 | 2026-06-24T03:44:47.959Z | + header 'build xde (debug)' |
| 337 | 2026-06-24T03:44:47.959Z | + echo '# ==== build xde (debug) ==== #' |
| 338 | 2026-06-24T03:44:47.959Z | # ==== build xde (debug) ==== # |
| 339 | 2026-06-24T03:44:47.959Z | + ptime -m cargo xtask build --profile debug xde xde-link |
| 340 | 2026-06-24T03:44:48.102Z | Downloading crates ... |
| 341 | 2026-06-24T03:44:48.166Z | Downloaded clap_derive v4.6.1 |
| 342 | 2026-06-24T03:44:48.169Z | Downloaded equivalent v1.0.2 |
| 343 | 2026-06-24T03:44:48.174Z | Downloaded clap_lex v1.1.0 |
| 344 | 2026-06-24T03:44:48.177Z | Downloaded is_terminal_polyfill v1.70.2 |
| 345 | 2026-06-24T03:44:48.177Z | Downloaded heck v0.5.0 |
| 346 | 2026-06-24T03:44:48.181Z | Downloaded serde_spanned v1.1.1 |
| 347 | 2026-06-24T03:44:48.184Z | Downloaded itoa v1.0.18 |
| 348 | 2026-06-24T03:44:48.184Z | Downloaded utf8parse v0.2.2 |
| 349 | 2026-06-24T03:44:48.184Z | Downloaded terminal_size v0.4.4 |
| 350 | 2026-06-24T03:44:48.186Z | Downloaded colorchoice v1.0.5 |
| 351 | 2026-06-24T03:44:48.189Z | Downloaded anstyle-query v1.1.5 |
| 352 | 2026-06-24T03:44:48.193Z | Downloaded errno v0.3.14 |
| 353 | 2026-06-24T03:44:48.198Z | Downloaded cargo-platform v0.3.3 |
| 354 | 2026-06-24T03:44:48.203Z | Downloaded zmij v1.0.21 |
| 355 | 2026-06-24T03:44:48.205Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 356 | 2026-06-24T03:44:48.205Z | Downloaded anstyle v1.0.14 |
| 357 | 2026-06-24T03:44:48.208Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 358 | 2026-06-24T03:44:48.211Z | Downloaded cargo_metadata v0.23.1 |
| 359 | 2026-06-24T03:44:48.219Z | Downloaded semver v1.0.28 |
| 360 | 2026-06-24T03:44:48.221Z | Downloaded anstyle-parse v1.0.0 |
| 361 | 2026-06-24T03:44:48.225Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 362 | 2026-06-24T03:44:48.228Z | Downloaded clap v4.6.1 |
| 363 | 2026-06-24T03:44:48.233Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 364 | 2026-06-24T03:44:48.236Z | Downloaded anyhow v1.0.102 |
| 365 | 2026-06-24T03:44:48.239Z | Downloaded camino v1.2.2 |
| 366 | 2026-06-24T03:44:48.239Z | Downloaded serde_json v1.0.150 |
| 367 | 2026-06-24T03:44:48.242Z | Downloaded anstream v1.0.0 |
| 368 | 2026-06-24T03:44:48.251Z | Downloaded indexmap v2.14.0 |
| 369 | 2026-06-24T03:44:48.269Z | Downloaded clap_builder v4.6.0 |
| 370 | 2026-06-24T03:44:48.274Z | Downloaded winnow v1.0.3 |
| 371 | 2026-06-24T03:44:48.302Z | Downloaded rustix v1.1.4 |
| 372 | 2026-06-24T03:44:48.329Z | Downloaded libc v0.2.186 |
| 373 | 2026-06-24T03:44:48.377Z | Compiling serde_core v1.0.228 |
| 374 | 2026-06-24T03:44:48.377Z | Compiling proc-macro2 v1.0.106 |
| 375 | 2026-06-24T03:44:48.380Z | Compiling quote v1.0.45 |
| 376 | 2026-06-24T03:44:48.380Z | Compiling unicode-ident v1.0.24 |
| 377 | 2026-06-24T03:44:48.380Z | Compiling libc v0.2.186 |
| 378 | 2026-06-24T03:44:48.380Z | Compiling rustix v1.1.4 |
| 379 | 2026-06-24T03:44:48.380Z | Compiling utf8parse v0.2.2 |
| 380 | 2026-06-24T03:44:48.381Z | Compiling zmij v1.0.21 |
| 381 | 2026-06-24T03:44:48.529Z | Compiling bitflags v2.13.0 |
| 382 | 2026-06-24T03:44:48.546Z | Compiling anstyle-parse v1.0.0 |
| 383 | 2026-06-24T03:44:48.744Z | Compiling anstyle v1.0.14 |
| 384 | 2026-06-24T03:44:48.744Z | Compiling camino v1.2.2 |
| 385 | 2026-06-24T03:44:48.764Z | Compiling serde v1.0.228 |
| 386 | 2026-06-24T03:44:48.942Z | Compiling colorchoice v1.0.5 |
| 387 | 2026-06-24T03:44:48.976Z | Compiling thiserror v2.0.18 |
| 388 | 2026-06-24T03:44:49.008Z | Compiling is_terminal_polyfill v1.70.2 |
| 389 | 2026-06-24T03:44:49.048Z | Compiling serde_json v1.0.150 |
| 390 | 2026-06-24T03:44:49.051Z | Compiling anstyle-query v1.1.5 |
| 391 | 2026-06-24T03:44:49.090Z | Compiling errno v0.3.14 |
| 392 | 2026-06-24T03:44:49.112Z | Compiling anstream v1.0.0 |
| 393 | 2026-06-24T03:44:49.159Z | Compiling clap_lex v1.1.0 |
| 394 | 2026-06-24T03:44:49.265Z | Compiling anyhow v1.0.102 |
| 395 | 2026-06-24T03:44:49.547Z | Compiling itoa v1.0.18 |
| 396 | 2026-06-24T03:44:49.581Z | Compiling heck v0.5.0 |
| 397 | 2026-06-24T03:44:49.594Z | Compiling winnow v1.0.3 |
| 398 | 2026-06-24T03:44:49.642Z | Compiling strsim v0.11.1 |
| 399 | 2026-06-24T03:44:49.674Z | Compiling memchr v2.8.2 |
| 400 | 2026-06-24T03:44:49.789Z | Compiling syn v2.0.117 |
| 401 | 2026-06-24T03:44:49.794Z | Compiling terminal_size v0.4.4 |
| 402 | 2026-06-24T03:44:49.927Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 403 | 2026-06-24T03:44:50.054Z | Compiling clap_builder v4.6.0 |
| 404 | 2026-06-24T03:44:50.083Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 405 | 2026-06-24T03:44:50.680Z | Compiling semver v1.0.28 |
| 406 | 2026-06-24T03:44:51.201Z | Compiling serde_spanned v1.1.1 |
| 407 | 2026-06-24T03:44:51.284Z | Compiling cargo-platform v0.3.3 |
| 408 | 2026-06-24T03:44:51.361Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 409 | 2026-06-24T03:44:51.539Z | Compiling toml v1.1.2+spec-1.1.0 |
| 410 | 2026-06-24T03:44:52.225Z | Compiling thiserror-impl v2.0.18 |
| 411 | 2026-06-24T03:44:52.281Z | Compiling serde_derive v1.0.228 |
| 412 | 2026-06-24T03:44:52.475Z | Compiling clap_derive v4.6.1 |
| 413 | 2026-06-24T03:44:54.008Z | Compiling clap v4.6.1 |
| 414 | 2026-06-24T03:44:55.368Z | Compiling cargo_metadata v0.23.1 |
| 415 | 2026-06-24T03:44:57.812Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 416 | 2026-06-24T03:44:59.388Z | Finished `dev` profile [optimized + debuginfo] target(s) in 11.42s |
| 417 | 2026-06-24T03:44:59.399Z | Running `target/debug/xtask build --profile debug xde xde-link` |
| 418 | 2026-06-24T03:45:00.926Z | Building xde (dev). |
| 419 | 2026-06-24T03:45:01.151Z | Compiling serde_core v1.0.228 |
| 420 | 2026-06-24T03:45:01.151Z | Compiling byteorder v1.5.0 |
| 421 | 2026-06-24T03:45:01.151Z | Compiling cfg-if v1.0.4 |
| 422 | 2026-06-24T03:45:01.154Z | Compiling stable_deref_trait v1.2.1 |
| 423 | 2026-06-24T03:45:01.154Z | Compiling macaddr v1.0.1 |
| 424 | 2026-06-24T03:45:01.154Z | Compiling thiserror v2.0.18 |
| 425 | 2026-06-24T03:45:01.179Z | Compiling zerocopy v0.8.52 |
| 426 | 2026-06-24T03:45:01.185Z | Compiling bitflags v1.3.2 |
| 427 | 2026-06-24T03:45:01.225Z | Compiling managed v0.8.0 |
| 428 | 2026-06-24T03:45:01.233Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 429 | 2026-06-24T03:45:01.237Z | Compiling cobs v0.3.0 |
| 430 | 2026-06-24T03:45:01.270Z | Compiling either v1.16.0 |
| 431 | 2026-06-24T03:45:01.345Z | Compiling hash32 v0.3.1 |
| 432 | 2026-06-24T03:45:01.424Z | Compiling itertools v0.15.0 |
| 433 | 2026-06-24T03:45:01.445Z | Compiling heapless v0.8.0 |
| 434 | 2026-06-24T03:45:01.445Z | Compiling ref-cast v1.0.25 |
| 435 | 2026-06-24T03:45:01.496Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 436 | 2026-06-24T03:45:01.496Z | Compiling crc32fast v1.5.0 |
| 437 | 2026-06-24T03:45:01.510Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 438 | 2026-06-24T03:45:01.530Z | Compiling dyn-clone v1.0.20 |
| 439 | 2026-06-24T03:45:01.682Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 440 | 2026-06-24T03:45:01.804Z | Compiling smoltcp v0.11.0 |
| 441 | 2026-06-24T03:45:02.752Z | Compiling bitflags v2.13.0 |
| 442 | 2026-06-24T03:45:02.753Z | Compiling serde v1.0.228 |
| 443 | 2026-06-24T03:45:02.753Z | Compiling uuid v1.23.3 |
| 444 | 2026-06-24T03:45:02.887Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 445 | 2026-06-24T03:45:03.211Z | Compiling postcard v1.1.3 |
| 446 | 2026-06-24T03:45:03.956Z | Compiling ingot-types v0.1.2 |
| 447 | 2026-06-24T03:45:04.247Z | Compiling ingot v0.1.1 |
| 448 | 2026-06-24T03:45:05.726Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 449 | 2026-06-24T03:45:10.093Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 450 | 2026-06-24T03:45:20.516Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 451 | 2026-06-24T03:45:28.944Z | Finished `dev` profile [optimized + debuginfo] target(s) in 27.98s |
| 452 | 2026-06-24T03:45:28.971Z | Linking xde kmod... |
| 453 | 2026-06-24T03:45:30.107Z | Building xde dev link helper (dev). |
| 454 | 2026-06-24T03:45:30.267Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 455 | 2026-06-24T03:45:30.604Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.46s |
| 456 | 2026-06-24T03:45:30.629Z | |
| 457 | 2026-06-24T03:45:30.632Z | real 42.669207127 |
| 458 | 2026-06-24T03:45:30.632Z | user 2:17.271703073 |
| 459 | 2026-06-24T03:45:30.632Z | sys 11.286746988 |
| 460 | 2026-06-24T03:45:30.632Z | trap 0.055360730 |
| 461 | 2026-06-24T03:45:30.632Z | tflt 0.328727929 |
| 462 | 2026-06-24T03:45:30.632Z | dflt 0.399390409 |
| 463 | 2026-06-24T03:45:30.632Z | kflt 0.000022470 |
| 464 | 2026-06-24T03:45:30.632Z | lock 7:06.028715305 |
| 465 | 2026-06-24T03:45:30.632Z | slp 3:55.517671490 |
| 466 | 2026-06-24T03:45:30.632Z | lat 6.238179438 |
| 467 | 2026-06-24T03:45:30.632Z | stop 4.962338661 |
| 468 | 2026-06-24T03:45:30.632Z | + header 'build xde (release)' |
| 469 | 2026-06-24T03:45:30.632Z | + echo '# ==== build xde (release) ==== #' |
| 470 | 2026-06-24T03:45:30.632Z | # ==== build xde (release) ==== # |
| 471 | 2026-06-24T03:45:30.632Z | + ptime -m cargo xtask build --profile release xde xde-link |
| 472 | 2026-06-24T03:45:30.776Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s |
| 473 | 2026-06-24T03:45:30.780Z | Running `target/debug/xtask build --profile release xde xde-link` |
| 474 | 2026-06-24T03:45:30.977Z | Building xde (release-lto). |
| 475 | 2026-06-24T03:45:31.206Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 476 | 2026-06-24T03:45:31.206Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 477 | 2026-06-24T03:45:31.206Z | Compiling proc-macro2 v1.0.106 |
| 478 | 2026-06-24T03:45:31.206Z | Compiling quote v1.0.45 |
| 479 | 2026-06-24T03:45:31.206Z | Compiling unicode-ident v1.0.24 |
| 480 | 2026-06-24T03:45:31.206Z | Compiling strsim v0.11.1 |
| 481 | 2026-06-24T03:45:31.209Z | Compiling ident_case v1.0.1 |
| 482 | 2026-06-24T03:45:31.209Z | Compiling serde_core v1.0.228 |
| 483 | 2026-06-24T03:45:31.323Z | Compiling fnv v1.0.7 |
| 484 | 2026-06-24T03:45:31.326Z | Compiling memchr v2.8.2 |
| 485 | 2026-06-24T03:45:31.405Z | Compiling regex-syntax v0.8.11 |
| 486 | 2026-06-24T03:45:31.572Z | Compiling thiserror v2.0.18 |
| 487 | 2026-06-24T03:45:31.587Z | Compiling either v1.16.0 |
| 488 | 2026-06-24T03:45:31.590Z | Compiling zerocopy v0.8.52 |
| 489 | 2026-06-24T03:45:31.718Z | Compiling aho-corasick v1.1.4 |
| 490 | 2026-06-24T03:45:31.777Z | Compiling serde v1.0.228 |
| 491 | 2026-06-24T03:45:31.968Z | Compiling itertools v0.14.0 |
| 492 | 2026-06-24T03:45:32.159Z | Compiling heapless v0.8.0 |
| 493 | 2026-06-24T03:45:32.189Z | Compiling smoltcp v0.11.0 |
| 494 | 2026-06-24T03:45:32.359Z | Compiling syn v2.0.117 |
| 495 | 2026-06-24T03:45:32.376Z | Compiling ref-cast v1.0.25 |
| 496 | 2026-06-24T03:45:32.625Z | Compiling crc32fast v1.5.0 |
| 497 | 2026-06-24T03:45:32.629Z | Compiling version_check v0.9.5 |
| 498 | 2026-06-24T03:45:32.829Z | Compiling regex-automata v0.4.14 |
| 499 | 2026-06-24T03:45:32.965Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 500 | 2026-06-24T03:45:34.439Z | Compiling regex v1.12.4 |
| 501 | 2026-06-24T03:45:34.670Z | Compiling darling_core v0.21.3 |
| 502 | 2026-06-24T03:45:34.680Z | Compiling darling_core v0.23.0 |
| 503 | 2026-06-24T03:45:35.574Z | Compiling thiserror-impl v2.0.18 |
| 504 | 2026-06-24T03:45:35.574Z | Compiling zerocopy-derive v0.8.52 |
| 505 | 2026-06-24T03:45:35.577Z | Compiling serde_derive v1.0.228 |
| 506 | 2026-06-24T03:45:35.577Z | Compiling ref-cast-impl v1.0.25 |
| 507 | 2026-06-24T03:45:35.577Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 508 | 2026-06-24T03:45:37.101Z | Compiling darling_macro v0.21.3 |
| 509 | 2026-06-24T03:45:37.187Z | Compiling darling_macro v0.23.0 |
| 510 | 2026-06-24T03:45:38.014Z | Compiling darling v0.21.3 |
| 511 | 2026-06-24T03:45:38.076Z | Compiling ingot-macros v0.1.1 |
| 512 | 2026-06-24T03:45:38.081Z | Compiling darling v0.23.0 |
| 513 | 2026-06-24T03:45:38.138Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 514 | 2026-06-24T03:45:43.814Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 515 | 2026-06-24T03:45:45.924Z | Compiling byteorder v1.5.0 |
| 516 | 2026-06-24T03:45:45.924Z | Compiling cfg-if v1.0.4 |
| 517 | 2026-06-24T03:45:45.927Z | Compiling macaddr v1.0.1 |
| 518 | 2026-06-24T03:45:45.927Z | Compiling stable_deref_trait v1.2.1 |
| 519 | 2026-06-24T03:45:45.983Z | Compiling bitflags v1.3.2 |
| 520 | 2026-06-24T03:45:45.992Z | Compiling cobs v0.3.0 |
| 521 | 2026-06-24T03:45:46.022Z | Compiling managed v0.8.0 |
| 522 | 2026-06-24T03:45:46.108Z | Compiling hash32 v0.3.1 |
| 523 | 2026-06-24T03:45:46.230Z | Compiling itertools v0.15.0 |
| 524 | 2026-06-24T03:45:46.257Z | Compiling dyn-clone v1.0.20 |
| 525 | 2026-06-24T03:45:46.277Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 526 | 2026-06-24T03:45:47.521Z | Compiling bitflags v2.13.0 |
| 527 | 2026-06-24T03:45:47.521Z | Compiling uuid v1.23.3 |
| 528 | 2026-06-24T03:45:47.664Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 529 | 2026-06-24T03:45:47.948Z | Compiling postcard v1.1.3 |
| 530 | 2026-06-24T03:45:48.779Z | Compiling ingot-types v0.1.2 |
| 531 | 2026-06-24T03:45:49.094Z | Compiling ingot v0.1.1 |
| 532 | 2026-06-24T03:45:50.657Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 533 | 2026-06-24T03:45:54.461Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 534 | 2026-06-24T03:46:03.257Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 535 | 2026-06-24T03:46:33.211Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 02s |
| 536 | 2026-06-24T03:46:33.236Z | Linking xde kmod... |
| 537 | 2026-06-24T03:46:33.822Z | Building xde dev link helper (release). |
| 538 | 2026-06-24T03:46:33.982Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 539 | 2026-06-24T03:46:33.982Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 540 | 2026-06-24T03:46:33.982Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 541 | 2026-06-24T03:46:45.690Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 542 | 2026-06-24T03:46:48.173Z | Finished `release` profile [optimized + debuginfo] target(s) in 14.32s |
| 543 | 2026-06-24T03:46:48.193Z | |
| 544 | 2026-06-24T03:46:48.196Z | real 1:17.560309657 |
| 545 | 2026-06-24T03:46:48.196Z | user 2:11.283002341 |
| 546 | 2026-06-24T03:46:48.196Z | sys 12.665887509 |
| 547 | 2026-06-24T03:46:48.196Z | trap 0.031126031 |
| 548 | 2026-06-24T03:46:48.196Z | tflt 0.189956611 |
| 549 | 2026-06-24T03:46:48.196Z | dflt 0.180058292 |
| 550 | 2026-06-24T03:46:48.196Z | kflt 0.000009610 |
| 551 | 2026-06-24T03:46:48.196Z | lock 12:21.914822171 |
| 552 | 2026-06-24T03:46:48.196Z | slp 6:13.494240719 |
| 553 | 2026-06-24T03:46:48.196Z | lat 2.992258721 |
| 554 | 2026-06-24T03:46:48.196Z | stop 5.466230811 |
| 555 | 2026-06-24T03:46:48.196Z | + elfdump target/x86_64-unknown-unknown/debug/xde.dbg |
| 556 | 2026-06-24T03:46:48.197Z | + grep GOTPCREL |
| 557 | 2026-06-24T03:46:50.069Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 558 | 2026-06-24T03:46:50.072Z | + grep GOTPCREL |
| 559 | 2026-06-24T03:46:51.050Z | + cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/ |
| 560 | 2026-06-24T03:46:51.109Z | + sha256sum /work/debug/xde.dbg |
| 561 | 2026-06-24T03:46:51.162Z | + cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so |
| 562 | 2026-06-24T03:46:51.165Z | + sha256sum /work/debug/xde_link.dbg.so |
| 563 | 2026-06-24T03:46:51.168Z | + cp target/x86_64-unknown-unknown/release-lto/xde /work/release/ |
| 564 | 2026-06-24T03:46:51.205Z | + sha256sum /work/release/xde |
| 565 | 2026-06-24T03:46:51.234Z | + cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so |
| 566 | 2026-06-24T03:46:51.236Z | + sha256sum /work/release/xde_link.so |
| 567 | 2026-06-24T03:46:51.239Z | + header 'build xde integration tests' |
| 568 | 2026-06-24T03:46:51.239Z | + echo '# ==== build xde integration tests ==== #' |
| 569 | 2026-06-24T03:46:51.239Z | # ==== build xde integration tests ==== # |
| 570 | 2026-06-24T03:46:51.239Z | + pushd xde-tests |
| 571 | 2026-06-24T03:46:51.239Z | /work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte |
| 572 | 2026-06-24T03:46:51.239Z | + cargo +nightly-2026-06-24-x86_64-unknown-illumos fmt -- --check |
| 573 | 2026-06-24T03:46:51.321Z | + cargo clippy --all-targets -- --deny warnings |
| 574 | 2026-06-24T03:46:51.536Z | Compiling serde_core v1.0.228 |
| 575 | 2026-06-24T03:46:51.536Z | Checking cfg-if v1.0.4 |
| 576 | 2026-06-24T03:46:51.536Z | Checking memchr v2.8.2 |
| 577 | 2026-06-24T03:46:51.536Z | Compiling rustversion v1.0.22 |
| 578 | 2026-06-24T03:46:51.536Z | Compiling serde v1.0.228 |
| 579 | 2026-06-24T03:46:51.539Z | Compiling strsim v0.11.1 |
| 580 | 2026-06-24T03:46:51.539Z | Compiling version_check v0.9.5 |
| 581 | 2026-06-24T03:46:51.562Z | Compiling syn v2.0.117 |
| 582 | 2026-06-24T03:46:51.608Z | Compiling ident_case v1.0.1 |
| 583 | 2026-06-24T03:46:51.715Z | Compiling libc v0.2.186 |
| 584 | 2026-06-24T03:46:51.831Z | Compiling fnv v1.0.7 |
| 585 | 2026-06-24T03:46:51.886Z | Checking pin-project-lite v0.2.17 |
| 586 | 2026-06-24T03:46:51.913Z | Compiling regex-syntax v0.8.11 |
| 587 | 2026-06-24T03:46:51.930Z | Compiling syn v1.0.109 |
| 588 | 2026-06-24T03:46:51.960Z | Compiling hashbrown v0.17.1 |
| 589 | 2026-06-24T03:46:52.232Z | Compiling aho-corasick v1.1.4 |
| 590 | 2026-06-24T03:46:52.404Z | Compiling zerocopy v0.8.52 |
| 591 | 2026-06-24T03:46:52.413Z | Compiling winnow v1.0.3 |
| 592 | 2026-06-24T03:46:52.456Z | Compiling either v1.16.0 |
| 593 | 2026-06-24T03:46:52.508Z | Compiling equivalent v1.0.2 |
| 594 | 2026-06-24T03:46:52.586Z | Compiling indexmap v2.14.0 |
| 595 | 2026-06-24T03:46:52.653Z | Compiling itertools v0.14.0 |
| 596 | 2026-06-24T03:46:53.360Z | Compiling regex-automata v0.4.14 |
| 597 | 2026-06-24T03:46:53.380Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 598 | 2026-06-24T03:46:53.419Z | Checking byteorder v1.5.0 |
| 599 | 2026-06-24T03:46:53.571Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 600 | 2026-06-24T03:46:53.615Z | Compiling heapless v0.8.0 |
| 601 | 2026-06-24T03:46:53.783Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 602 | 2026-06-24T03:46:53.872Z | Checking hash32 v0.3.1 |
| 603 | 2026-06-24T03:46:53.925Z | Checking bitflags v2.13.0 |
| 604 | 2026-06-24T03:46:53.963Z | Compiling slog v2.8.2 |
| 605 | 2026-06-24T03:46:53.973Z | Checking futures-core v0.3.32 |
| 606 | 2026-06-24T03:46:54.056Z | Compiling darling_core v0.21.3 |
| 607 | 2026-06-24T03:46:54.083Z | Compiling darling_core v0.23.0 |
| 608 | 2026-06-24T03:46:54.086Z | Checking futures-sink v0.3.32 |
| 609 | 2026-06-24T03:46:54.170Z | Checking stable_deref_trait v1.2.1 |
| 610 | 2026-06-24T03:46:54.179Z | Checking macaddr v1.0.1 |
| 611 | 2026-06-24T03:46:54.231Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 612 | 2026-06-24T03:46:54.343Z | Compiling smoltcp v0.11.0 |
| 613 | 2026-06-24T03:46:54.507Z | Compiling proc-macro-crate v3.5.0 |
| 614 | 2026-06-24T03:46:54.729Z | Checking futures-channel v0.3.32 |
| 615 | 2026-06-24T03:46:54.918Z | Compiling proc-macro-error-attr v1.0.4 |
| 616 | 2026-06-24T03:46:54.923Z | Checking managed v0.8.0 |
| 617 | 2026-06-24T03:46:55.049Z | Compiling regex v1.12.4 |
| 618 | 2026-06-24T03:46:55.168Z | Compiling getrandom v0.4.2 |
| 619 | 2026-06-24T03:46:55.171Z | Checking futures-task v0.3.32 |
| 620 | 2026-06-24T03:46:55.270Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 621 | 2026-06-24T03:46:55.311Z | Compiling serde_derive v1.0.228 |
| 622 | 2026-06-24T03:46:55.354Z | Compiling thiserror-impl v2.0.18 |
| 623 | 2026-06-24T03:46:55.456Z | Compiling zerocopy-derive v0.8.52 |
| 624 | 2026-06-24T03:46:55.477Z | Compiling futures-macro v0.3.32 |
| 625 | 2026-06-24T03:46:55.932Z | Checking futures-io v0.3.32 |
| 626 | 2026-06-24T03:46:56.040Z | Compiling ref-cast v1.0.25 |
| 627 | 2026-06-24T03:46:56.178Z | Checking bitflags v1.3.2 |
| 628 | 2026-06-24T03:46:56.217Z | Compiling darling_macro v0.21.3 |
| 629 | 2026-06-24T03:46:56.232Z | Compiling darling_macro v0.23.0 |
| 630 | 2026-06-24T03:46:56.237Z | Compiling autocfg v1.5.1 |
| 631 | 2026-06-24T03:46:56.279Z | Checking rand_core v0.10.1 |
| 632 | 2026-06-24T03:46:56.350Z | Compiling crc32fast v1.5.0 |
| 633 | 2026-06-24T03:46:56.409Z | Checking slab v0.4.12 |
| 634 | 2026-06-24T03:46:56.547Z | Checking thiserror v2.0.18 |
| 635 | 2026-06-24T03:46:56.559Z | Checking futures-util v0.3.32 |
| 636 | 2026-06-24T03:46:56.570Z | Compiling num-traits v0.2.19 |
| 637 | 2026-06-24T03:46:56.633Z | Checking cobs v0.3.0 |
| 638 | 2026-06-24T03:46:56.752Z | Compiling darling v0.21.3 |
| 639 | 2026-06-24T03:46:56.778Z | Compiling darling v0.23.0 |
| 640 | 2026-06-24T03:46:56.784Z | Compiling num_enum_derive v0.7.6 |
| 641 | 2026-06-24T03:46:56.789Z | Compiling ref-cast-impl v1.0.25 |
| 642 | 2026-06-24T03:46:56.820Z | Compiling ingot-macros v0.1.1 |
| 643 | 2026-06-24T03:46:56.847Z | Compiling foreign-types-macros v0.2.3 |
| 644 | 2026-06-24T03:46:57.398Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 645 | 2026-06-24T03:46:57.458Z | Compiling proc-macro-error v1.0.4 |
| 646 | 2026-06-24T03:46:57.680Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 647 | 2026-06-24T03:46:57.717Z | Checking unicode-width v0.2.2 |
| 648 | 2026-06-24T03:46:57.760Z | Checking cpufeatures v0.3.0 |
| 649 | 2026-06-24T03:46:57.821Z | Compiling crossbeam-utils v0.8.21 |
| 650 | 2026-06-24T03:46:57.906Z | Checking once_cell v1.21.4 |
| 651 | 2026-06-24T03:46:57.919Z | Checking foreign-types-shared v0.3.1 |
| 652 | 2026-06-24T03:46:57.964Z | Checking ipnetwork v0.21.1 |
| 653 | 2026-06-24T03:46:57.990Z | Checking foreign-types v0.5.0 |
| 654 | 2026-06-24T03:46:58.054Z | Checking tabwriter v1.4.1 |
| 655 | 2026-06-24T03:46:58.070Z | Checking tracing-core v0.1.36 |
| 656 | 2026-06-24T03:46:58.133Z | Checking chacha20 v0.10.0 |
| 657 | 2026-06-24T03:46:58.167Z | Checking num_enum v0.7.6 |
| 658 | 2026-06-24T03:46:58.320Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 659 | 2026-06-24T03:46:58.376Z | Checking erased-serde v0.3.31 |
| 660 | 2026-06-24T03:46:58.381Z | Checking postcard v1.1.3 |
| 661 | 2026-06-24T03:46:58.493Z | Checking futures-executor v0.3.32 |
| 662 | 2026-06-24T03:46:58.652Z | Checking anyhow v1.0.102 |
| 663 | 2026-06-24T03:46:58.670Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 664 | 2026-06-24T03:46:58.723Z | Compiling tracing-attributes v0.1.31 |
| 665 | 2026-06-24T03:46:58.775Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 666 | 2026-06-24T03:46:58.944Z | Checking itertools v0.15.0 |
| 667 | 2026-06-24T03:46:59.004Z | Checking cstr-argument v0.1.2 |
| 668 | 2026-06-24T03:46:59.034Z | Compiling num-conv v0.2.2 |
| 669 | 2026-06-24T03:46:59.115Z | Compiling thiserror v1.0.69 |
| 670 | 2026-06-24T03:46:59.142Z | Checking pretty-hex v0.4.2 |
| 671 | 2026-06-24T03:46:59.180Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f) |
| 672 | 2026-06-24T03:46:59.249Z | Compiling time-core v0.1.9 |
| 673 | 2026-06-24T03:46:59.429Z | Checking dyn-clone v1.0.20 |
| 674 | 2026-06-24T03:46:59.461Z | Compiling time-macros v0.2.29 |
| 675 | 2026-06-24T03:46:59.473Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 676 | 2026-06-24T03:46:59.519Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 677 | 2026-06-24T03:46:59.532Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 678 | 2026-06-24T03:46:59.616Z | Checking rand v0.10.1 |
| 679 | 2026-06-24T03:46:59.633Z | Checking futures v0.3.32 |
| 680 | 2026-06-24T03:46:59.669Z | Checking ingot-types v0.1.2 |
| 681 | 2026-06-24T03:46:59.793Z | Compiling thiserror-impl v1.0.69 |
| 682 | 2026-06-24T03:46:59.875Z | Checking uuid v1.23.3 |
| 683 | 2026-06-24T03:47:00.011Z | Checking ingot v0.1.1 |
| 684 | 2026-06-24T03:47:00.020Z | Checking arc-swap v1.9.1 |
| 685 | 2026-06-24T03:47:00.023Z | Checking tracing v0.1.44 |
| 686 | 2026-06-24T03:47:00.071Z | Checking socket2 v0.6.4 |
| 687 | 2026-06-24T03:47:00.171Z | Checking nom v8.0.0 |
| 688 | 2026-06-24T03:47:00.204Z | Checking thread_local v1.1.9 |
| 689 | 2026-06-24T03:47:00.232Z | Checking lazy_static v1.5.0 |
| 690 | 2026-06-24T03:47:00.318Z | Checking iana-time-zone v0.1.65 |
| 691 | 2026-06-24T03:47:00.364Z | Compiling heck v0.4.1 |
| 692 | 2026-06-24T03:47:00.416Z | Checking deranged v0.5.8 |
| 693 | 2026-06-24T03:47:00.494Z | Checking powerfmt v0.2.0 |
| 694 | 2026-06-24T03:47:00.557Z | Compiling slog-async v2.8.0 |
| 695 | 2026-06-24T03:47:00.638Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 696 | 2026-06-24T03:47:00.769Z | Checking colored v3.1.1 |
| 697 | 2026-06-24T03:47:00.864Z | Checking oxnet v0.1.6 |
| 698 | 2026-06-24T03:47:00.993Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 699 | 2026-06-24T03:47:01.042Z | Checking chrono v0.4.45 |
| 700 | 2026-06-24T03:47:01.045Z | Checking slog-scope v4.4.1 |
| 701 | 2026-06-24T03:47:01.165Z | Checking crossbeam-channel v0.5.15 |
| 702 | 2026-06-24T03:47:01.331Z | Checking time v0.3.49 |
| 703 | 2026-06-24T03:47:01.496Z | Checking cookie-factory v0.3.3 |
| 704 | 2026-06-24T03:47:01.628Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 705 | 2026-06-24T03:47:01.646Z | Checking itertools v0.12.1 |
| 706 | 2026-06-24T03:47:01.742Z | Checking is-terminal v0.4.17 |
| 707 | 2026-06-24T03:47:01.822Z | Checking term v1.2.1 |
| 708 | 2026-06-24T03:47:01.838Z | Checking take_mut v0.2.2 |
| 709 | 2026-06-24T03:47:01.930Z | Checking log v0.4.32 |
| 710 | 2026-06-24T03:47:02.045Z | Checking circular v0.3.0 |
| 711 | 2026-06-24T03:47:02.092Z | Checking slog-stdlog v4.1.1 |
| 712 | 2026-06-24T03:47:02.127Z | Checking rusticata-macros v5.0.0 |
| 713 | 2026-06-24T03:47:02.251Z | Checking pcap-parser v0.17.0 |
| 714 | 2026-06-24T03:47:02.382Z | Checking slog-term v2.9.2 |
| 715 | 2026-06-24T03:47:02.631Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 716 | 2026-06-24T03:47:02.921Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f) |
| 717 | 2026-06-24T03:47:03.712Z | Checking slog-envlogger v2.2.0 |
| 718 | 2026-06-24T03:47:06.235Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 719 | 2026-06-24T03:47:07.890Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 720 | 2026-06-24T03:47:07.894Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 721 | 2026-06-24T03:47:08.244Z | Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 722 | 2026-06-24T03:47:08.793Z | Finished `dev` profile [optimized + debuginfo] target(s) in 17.43s |
| 723 | 2026-06-24T03:47:08.832Z | + cargo build --test loopback |
| 724 | 2026-06-24T03:47:09.006Z | Compiling cfg-if v1.0.4 |
| 725 | 2026-06-24T03:47:09.006Z | Compiling memchr v2.8.2 |
| 726 | 2026-06-24T03:47:09.009Z | Compiling serde_core v1.0.228 |
| 727 | 2026-06-24T03:47:09.036Z | Compiling libc v0.2.186 |
| 728 | 2026-06-24T03:47:09.038Z | Compiling thiserror v2.0.18 |
| 729 | 2026-06-24T03:47:09.041Z | Compiling pin-project-lite v0.2.17 |
| 730 | 2026-06-24T03:47:09.044Z | Compiling byteorder v1.5.0 |
| 731 | 2026-06-24T03:47:09.044Z | Compiling either v1.16.0 |
| 732 | 2026-06-24T03:47:09.085Z | Compiling zerocopy v0.8.52 |
| 733 | 2026-06-24T03:47:09.114Z | Compiling futures-sink v0.3.32 |
| 734 | 2026-06-24T03:47:09.119Z | Compiling macaddr v1.0.1 |
| 735 | 2026-06-24T03:47:09.207Z | Compiling hash32 v0.3.1 |
| 736 | 2026-06-24T03:47:09.211Z | Compiling futures-core v0.3.32 |
| 737 | 2026-06-24T03:47:09.234Z | Compiling stable_deref_trait v1.2.1 |
| 738 | 2026-06-24T03:47:09.304Z | Compiling heapless v0.8.0 |
| 739 | 2026-06-24T03:47:09.368Z | Compiling futures-channel v0.3.32 |
| 740 | 2026-06-24T03:47:09.371Z | Compiling cobs v0.3.0 |
| 741 | 2026-06-24T03:47:09.378Z | Compiling slab v0.4.12 |
| 742 | 2026-06-24T03:47:09.386Z | Compiling rand_core v0.10.1 |
| 743 | 2026-06-24T03:47:09.540Z | Compiling futures-io v0.3.32 |
| 744 | 2026-06-24T03:47:09.551Z | Compiling managed v0.8.0 |
| 745 | 2026-06-24T03:47:09.597Z | Compiling bitflags v1.3.2 |
| 746 | 2026-06-24T03:47:09.651Z | Compiling futures-task v0.3.32 |
| 747 | 2026-06-24T03:47:09.666Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 748 | 2026-06-24T03:47:09.731Z | Compiling smoltcp v0.11.0 |
| 749 | 2026-06-24T03:47:09.736Z | Compiling unicode-width v0.2.2 |
| 750 | 2026-06-24T03:47:09.780Z | Compiling futures-util v0.3.32 |
| 751 | 2026-06-24T03:47:09.842Z | Compiling once_cell v1.21.4 |
| 752 | 2026-06-24T03:47:09.893Z | Compiling foreign-types-shared v0.3.1 |
| 753 | 2026-06-24T03:47:09.978Z | Compiling cpufeatures v0.3.0 |
| 754 | 2026-06-24T03:47:10.037Z | Compiling ipnetwork v0.21.1 |
| 755 | 2026-06-24T03:47:10.045Z | Compiling chacha20 v0.10.0 |
| 756 | 2026-06-24T03:47:10.079Z | Compiling tracing-core v0.1.36 |
| 757 | 2026-06-24T03:47:10.395Z | Compiling foreign-types v0.5.0 |
| 758 | 2026-06-24T03:47:10.469Z | Compiling tabwriter v1.4.1 |
| 759 | 2026-06-24T03:47:10.602Z | Compiling ref-cast v1.0.25 |
| 760 | 2026-06-24T03:47:10.629Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 761 | 2026-06-24T03:47:10.697Z | Compiling num_enum v0.7.6 |
| 762 | 2026-06-24T03:47:10.811Z | Compiling serde v1.0.228 |
| 763 | 2026-06-24T03:47:10.896Z | Compiling bitflags v2.13.0 |
| 764 | 2026-06-24T03:47:11.051Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 765 | 2026-06-24T03:47:11.317Z | Compiling erased-serde v0.3.31 |
| 766 | 2026-06-24T03:47:11.321Z | Compiling postcard v1.1.3 |
| 767 | 2026-06-24T03:47:11.401Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 768 | 2026-06-24T03:47:11.454Z | Compiling crc32fast v1.5.0 |
| 769 | 2026-06-24T03:47:11.510Z | Compiling getrandom v0.4.2 |
| 770 | 2026-06-24T03:47:11.663Z | Compiling cstr-argument v0.1.2 |
| 771 | 2026-06-24T03:47:11.669Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 772 | 2026-06-24T03:47:11.697Z | Compiling itertools v0.15.0 |
| 773 | 2026-06-24T03:47:11.728Z | Compiling slog v2.8.2 |
| 774 | 2026-06-24T03:47:11.765Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 775 | 2026-06-24T03:47:11.825Z | Compiling dyn-clone v1.0.20 |
| 776 | 2026-06-24T03:47:11.993Z | Compiling ingot-types v0.1.2 |
| 777 | 2026-06-24T03:47:12.020Z | Compiling futures-executor v0.3.32 |
| 778 | 2026-06-24T03:47:12.097Z | Compiling pretty-hex v0.4.2 |
| 779 | 2026-06-24T03:47:12.231Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 780 | 2026-06-24T03:47:12.322Z | Compiling futures v0.3.32 |
| 781 | 2026-06-24T03:47:12.334Z | Compiling tracing v0.1.44 |
| 782 | 2026-06-24T03:47:12.396Z | Compiling ingot v0.1.1 |
| 783 | 2026-06-24T03:47:12.421Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 784 | 2026-06-24T03:47:12.449Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 785 | 2026-06-24T03:47:12.519Z | Compiling num-traits v0.2.19 |
| 786 | 2026-06-24T03:47:12.539Z | Compiling rand v0.10.1 |
| 787 | 2026-06-24T03:47:12.638Z | Compiling uuid v1.23.3 |
| 788 | 2026-06-24T03:47:12.707Z | Compiling crossbeam-utils v0.8.21 |
| 789 | 2026-06-24T03:47:12.710Z | Compiling aho-corasick v1.1.4 |
| 790 | 2026-06-24T03:47:12.935Z | Compiling nom v8.0.0 |
| 791 | 2026-06-24T03:47:13.200Z | Compiling socket2 v0.6.4 |
| 792 | 2026-06-24T03:47:13.256Z | Compiling thread_local v1.1.9 |
| 793 | 2026-06-24T03:47:13.512Z | Compiling arc-swap v1.9.1 |
| 794 | 2026-06-24T03:47:13.602Z | Compiling oxnet v0.1.6 |
| 795 | 2026-06-24T03:47:13.681Z | Compiling lazy_static v1.5.0 |
| 796 | 2026-06-24T03:47:13.779Z | Compiling deranged v0.5.8 |
| 797 | 2026-06-24T03:47:13.886Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 798 | 2026-06-24T03:47:14.094Z | Compiling regex-syntax v0.8.11 |
| 799 | 2026-06-24T03:47:14.108Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 800 | 2026-06-24T03:47:14.126Z | Compiling powerfmt v0.2.0 |
| 801 | 2026-06-24T03:47:14.347Z | Compiling colored v3.1.1 |
| 802 | 2026-06-24T03:47:14.455Z | Compiling time-core v0.1.9 |
| 803 | 2026-06-24T03:47:14.646Z | Compiling winnow v1.0.3 |
| 804 | 2026-06-24T03:47:14.677Z | Compiling num-conv v0.2.2 |
| 805 | 2026-06-24T03:47:14.798Z | Compiling iana-time-zone v0.1.65 |
| 806 | 2026-06-24T03:47:14.830Z | Compiling time v0.3.49 |
| 807 | 2026-06-24T03:47:15.285Z | Compiling rusticata-macros v5.0.0 |
| 808 | 2026-06-24T03:47:15.569Z | Compiling chrono v0.4.45 |
| 809 | 2026-06-24T03:47:15.620Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f) |
| 810 | 2026-06-24T03:47:16.170Z | Compiling regex-automata v0.4.14 |
| 811 | 2026-06-24T03:47:16.590Z | Compiling slog-scope v4.4.1 |
| 812 | 2026-06-24T03:47:16.696Z | Compiling thiserror v1.0.69 |
| 813 | 2026-06-24T03:47:16.798Z | Compiling crossbeam-channel v0.5.15 |
| 814 | 2026-06-24T03:47:17.063Z | Compiling cookie-factory v0.3.3 |
| 815 | 2026-06-24T03:47:17.382Z | Compiling is-terminal v0.4.17 |
| 816 | 2026-06-24T03:47:17.479Z | Compiling itertools v0.12.1 |
| 817 | 2026-06-24T03:47:17.555Z | Compiling log v0.4.32 |
| 818 | 2026-06-24T03:47:17.833Z | Compiling take_mut v0.2.2 |
| 819 | 2026-06-24T03:47:17.953Z | Compiling term v1.2.1 |
| 820 | 2026-06-24T03:47:18.916Z | Compiling circular v0.3.0 |
| 821 | 2026-06-24T03:47:19.172Z | Compiling pcap-parser v0.17.0 |
| 822 | 2026-06-24T03:47:19.565Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 823 | 2026-06-24T03:47:20.332Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 824 | 2026-06-24T03:47:20.467Z | Compiling slog-term v2.9.2 |
| 825 | 2026-06-24T03:47:21.385Z | Compiling regex v1.12.4 |
| 826 | 2026-06-24T03:47:22.361Z | Compiling slog-async v2.8.0 |
| 827 | 2026-06-24T03:47:22.435Z | Compiling slog-stdlog v4.1.1 |
| 828 | 2026-06-24T03:47:22.518Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 829 | 2026-06-24T03:47:22.758Z | Compiling slog-envlogger v2.2.0 |
| 830 | 2026-06-24T03:47:22.879Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 831 | 2026-06-24T03:47:23.145Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f) |
| 832 | 2026-06-24T03:47:24.147Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 833 | 2026-06-24T03:47:31.358Z | Finished `dev` profile [optimized + debuginfo] target(s) in 22.51s |
| 834 | 2026-06-24T03:47:31.394Z | ++ cargo build -q --test loopback --message-format=json |
| 835 | 2026-06-24T03:47:31.397Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 836 | 2026-06-24T03:47:31.519Z | + loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-1cce2f756fe2ed04 |
| 837 | 2026-06-24T03:47:31.519Z | + cargo build --test multicast_rx |
| 838 | 2026-06-24T03:47:31.628Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 839 | 2026-06-24T03:47:33.227Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.69s |
| 840 | 2026-06-24T03:47:33.264Z | ++ cargo build -q --test multicast_rx --message-format=json |
| 841 | 2026-06-24T03:47:33.267Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 842 | 2026-06-24T03:47:33.388Z | + multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-b8a2a8219ccb08f0 |
| 843 | 2026-06-24T03:47:33.388Z | + cargo build --test multicast_multi_sub |
| 844 | 2026-06-24T03:47:33.494Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 845 | 2026-06-24T03:47:35.285Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.88s |
| 846 | 2026-06-24T03:47:35.323Z | ++ cargo build -q --test multicast_multi_sub --message-format=json |
| 847 | 2026-06-24T03:47:35.327Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 848 | 2026-06-24T03:47:35.446Z | + multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-f2fd7892ec4a33fa |
| 849 | 2026-06-24T03:47:35.446Z | + cargo build --test multicast_validation |
| 850 | 2026-06-24T03:47:35.553Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 851 | 2026-06-24T03:47:37.471Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.01s |
| 852 | 2026-06-24T03:47:37.507Z | ++ cargo build -q --test multicast_validation --message-format=json |
| 853 | 2026-06-24T03:47:37.511Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 854 | 2026-06-24T03:47:37.631Z | + multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-0c0b9f2f6e8cbfca |
| 855 | 2026-06-24T03:47:37.631Z | + cargo build --test multicast_source_filter |
| 856 | 2026-06-24T03:47:37.737Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 857 | 2026-06-24T03:47:39.785Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.14s |
| 858 | 2026-06-24T03:47:39.823Z | ++ cargo build -q --test multicast_source_filter --message-format=json |
| 859 | 2026-06-24T03:47:39.825Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 860 | 2026-06-24T03:47:39.948Z | + multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-c381c20b0522bde5 |
| 861 | 2026-06-24T03:47:39.948Z | + mkdir -p /work/test |
| 862 | 2026-06-24T03:47:39.951Z | + cp /work/oxidecomputer/opte/target/debug/deps/loopback-1cce2f756fe2ed04 /work/test/loopback |
| 863 | 2026-06-24T03:47:39.990Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-b8a2a8219ccb08f0 /work/test/multicast_rx |
| 864 | 2026-06-24T03:47:40.033Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-f2fd7892ec4a33fa /work/test/multicast_multi_sub |
| 865 | 2026-06-24T03:47:40.080Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-0c0b9f2f6e8cbfca /work/test/multicast_validation |
| 866 | 2026-06-24T03:47:40.123Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-c381c20b0522bde5 /work/test/multicast_source_filter |
| 867 | 2026-06-24T03:47:40.167Z | process exited: duration 234099 ms, exit code 0 |
| |
| 868 | 2026-06-24T03:47:40.184Z | found 14 output files |
| 869 | 2026-06-24T03:47:40.184Z | uploading: /work/debug/xde.dbg (94754680 bytes) |
| 870 | 2026-06-24T03:47:42.261Z | uploaded: /work/debug/xde.dbg |
| 871 | 2026-06-24T03:47:42.261Z | uploading: /work/debug/xde.dbg.sha256 (86 bytes) |
| 872 | 2026-06-24T03:47:43.268Z | uploaded: /work/debug/xde.dbg.sha256 |
| 873 | 2026-06-24T03:47:43.269Z | uploading: /work/debug/xde_link.dbg.so (1259824 bytes) |
| 874 | 2026-06-24T03:47:44.354Z | uploaded: /work/debug/xde_link.dbg.so |
| 875 | 2026-06-24T03:47:44.354Z | uploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes) |
| 876 | 2026-06-24T03:47:45.362Z | uploaded: /work/debug/xde_link.dbg.so.sha256 |
| 877 | 2026-06-24T03:47:45.370Z | uploading: /work/release/xde (51961856 bytes) |
| 878 | 2026-06-24T03:47:46.803Z | uploaded: /work/release/xde |
| 879 | 2026-06-24T03:47:46.806Z | uploading: /work/release/xde.sha256 (84 bytes) |
| 880 | 2026-06-24T03:47:47.812Z | uploaded: /work/release/xde.sha256 |
| 881 | 2026-06-24T03:47:47.812Z | uploading: /work/release/xde_link.so (43692 bytes) |
| 882 | 2026-06-24T03:47:48.823Z | uploaded: /work/release/xde_link.so |
| 883 | 2026-06-24T03:47:48.823Z | uploading: /work/release/xde_link.so.sha256 (92 bytes) |
| 884 | 2026-06-24T03:47:49.831Z | uploaded: /work/release/xde_link.so.sha256 |
| 885 | 2026-06-24T03:47:49.837Z | uploading: /work/test/loopback (51781576 bytes) |
| 886 | 2026-06-24T03:47:51.178Z | uploaded: /work/test/loopback |
| 887 | 2026-06-24T03:47:51.178Z | uploading: /work/test/multicast_rx (52077664 bytes) |
| 888 | 2026-06-24T03:47:52.598Z | uploaded: /work/test/multicast_rx |
| 889 | 2026-06-24T03:47:52.598Z | uploading: /work/test/multicast_multi_sub (56204872 bytes) |
| 890 | 2026-06-24T03:47:53.910Z | uploaded: /work/test/multicast_multi_sub |
| 891 | 2026-06-24T03:47:53.910Z | uploading: /work/test/multicast_validation (52232312 bytes) |
| 892 | 2026-06-24T03:47:55.246Z | uploaded: /work/test/multicast_validation |
| 893 | 2026-06-24T03:47:55.249Z | uploading: /work/test/multicast_source_filter (52538552 bytes) |
| 894 | 2026-06-24T03:47:56.540Z | uploaded: /work/test/multicast_source_filter |
| 895 | 2026-06-24T03:47:56.540Z | uploading: /work/xde.conf (79 bytes) |
| 896 | 2026-06-24T03:47:57.548Z | uploaded: /work/xde.conf |