|
|
|
| 1 | 2026-07-13T08:41:39.857Z | job assigned to worker 01KXDA5XS8SZ3VXNY689CPYXXQ [factory aws, i-017ac1f39fadb735d] (queued for 49 s) |
| |
| 2 | 2026-07-13T08:41:46.179Z | starting task 0: "setup" |
| 3 | 2026-07-13T08:41:46.186Z | ++ uname -s |
| 4 | 2026-07-13T08:41:46.189Z | + kern=SunOS |
| 5 | 2026-07-13T08:41:46.189Z | + build_user=build |
| 6 | 2026-07-13T08:41:46.189Z | + build_uid=12345 |
| 7 | 2026-07-13T08:41:46.189Z | + work_dir=/work |
| 8 | 2026-07-13T08:41:46.189Z | + input_dir=/input |
| 9 | 2026-07-13T08:41:46.189Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-13T08:41:46.189Z | + case "$kern" in |
| 11 | 2026-07-13T08:41:46.189Z | + groupadd -g 12345 build |
| 12 | 2026-07-13T08:41:46.192Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-13T08:41:48.196Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-13T08:41:48.278Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-13T08:41:48.282Z | + home_fs=zfs |
| 16 | 2026-07-13T08:41:48.282Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-13T08:41:48.282Z | + mkdir -p /home/build |
| 18 | 2026-07-13T08:41:48.282Z | + chown build:build /home/build /work |
| 19 | 2026-07-13T08:41:50.282Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-13T08:41:50.286Z | process exited: duration 4105 ms, exit code 0 |
| |
| 21 | 2026-07-13T08:41:50.292Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-13T08:41:50.296Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-13T08:41:50.296Z | * rust toolchain channel = "1.96.1" |
| 24 | 2026-07-13T08:41:50.296Z | * rust toolchain profile = "default" |
| 25 | 2026-07-13T08:41:50.296Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-13T08:41:50.296Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-13T08:41:50.296Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-13T08:41:50.300Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-13T08:41:50.300Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-13T08:41:50.413Z | info: downloading installer |
| 31 | 2026-07-13T08:41:51.837Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-13T08:41:51.837Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-13T08:41:51.837Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-13T08:41:51.837Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-13T08:41:51.850Z | info: profile set to default |
| 36 | 2026-07-13T08:41:51.850Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-13T08:41:51.853Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-13T08:41:51.997Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-13T08:41:52.003Z | info: downloading 6 components |
| 40 | 2026-07-13T08:42:07.026Z | |
| 41 | 2026-07-13T08:42:07.026Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 42 | 2026-07-13T08:42:07.053Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-13T08:42:07.053Z | |
| 44 | 2026-07-13T08:42:07.053Z | |
| 45 | 2026-07-13T08:42:07.053Z | Rust is installed now. Great! |
| 46 | 2026-07-13T08:42:07.053Z | |
| 47 | 2026-07-13T08:42:07.057Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-13T08:42:07.057Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-13T08:42:07.057Z | |
| 50 | 2026-07-13T08:42:07.057Z | To configure your current shell, you need to source |
| 51 | 2026-07-13T08:42:07.057Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-13T08:42:07.057Z | |
| 53 | 2026-07-13T08:42:07.057Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-13T08:42:07.057Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-13T08:42:07.057Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-13T08:42:07.057Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-13T08:42:07.057Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-13T08:42:07.058Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-13T08:42:07.058Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-13T08:42:07.058Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-13T08:42:07.058Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-13T08:42:07.145Z | + rustup --version |
| 63 | 2026-07-13T08:42:07.154Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-13T08:42:07.158Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-13T08:42:07.175Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-13T08:42:07.179Z | + cargo --version |
| 67 | 2026-07-13T08:42:07.192Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-13T08:42:07.196Z | + rustc --version |
| 69 | 2026-07-13T08:42:07.214Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-13T08:42:07.218Z | process exited: duration 16924 ms, exit code 0 |
| |
| 71 | 2026-07-13T08:42:07.224Z | starting task 2: "authentication" |
| 72 | 2026-07-13T08:42:07.240Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-13T08:42:07.247Z | starting task 3: "clone repository" |
| 74 | 2026-07-13T08:42:07.250Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-13T08:42:07.254Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-13T08:42:07.282Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-13T08:42:08.118Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-13T08:42:08.121Z | + git fetch origin b9b6231148b02dc08c4a93ea36a560a15af269b9 |
| 79 | 2026-07-13T08:42:08.330Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-13T08:42:08.330Z | * branch b9b6231148b02dc08c4a93ea36a560a15af269b9 -> FETCH_HEAD |
| 81 | 2026-07-13T08:42:08.336Z | + [[ -n renovate/lock-file-maintenance ]] |
| 82 | 2026-07-13T08:42:08.340Z | ++ git branch --show-current |
| 83 | 2026-07-13T08:42:08.340Z | + current=master |
| 84 | 2026-07-13T08:42:08.340Z | + [[ master != renovate/lock-file-maintenance ]] |
| 85 | 2026-07-13T08:42:08.340Z | + git branch -f renovate/lock-file-maintenance b9b6231148b02dc08c4a93ea36a560a15af269b9 |
| 86 | 2026-07-13T08:42:08.343Z | + git checkout -f renovate/lock-file-maintenance |
| 87 | 2026-07-13T08:42:08.359Z | Switched to branch 'renovate/lock-file-maintenance' |
| 88 | 2026-07-13T08:42:08.362Z | + git reset --hard b9b6231148b02dc08c4a93ea36a560a15af269b9 |
| 89 | 2026-07-13T08:42:08.366Z | HEAD is now at b9b6231 Lock file maintenance |
| 90 | 2026-07-13T08:42:08.367Z | process exited: duration 1115 ms, exit code 0 |
| |
| 91 | 2026-07-13T08:42:08.376Z | starting task 4: "build" |
| 92 | 2026-07-13T08:42:08.379Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-13T08:42:08.382Z | ++ rustup show active-toolchain |
| 94 | 2026-07-13T08:42:08.385Z | 1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-07-13T08:42:08.389Z | ++ pushd xde |
| 96 | 2026-07-13T08:42:08.389Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-07-13T08:42:08.389Z | ++ rustup show active-toolchain |
| 98 | 2026-07-13T08:42:08.392Z | info: syncing channel updates for nightly-2026-06-30-x86_64-unknown-illumos |
| 99 | 2026-07-13T08:42:08.561Z | info: latest update on 2026-06-30 for version 1.98.0-nightly (096694416 2026-06-29) |
| 100 | 2026-07-13T08:42:08.565Z | info: downloading 6 components |
| 101 | 2026-07-13T08:42:22.251Z | nightly-2026-06-30-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-07-13T08:42:22.346Z | +++ rustup show active-toolchain -v |
| 103 | 2026-07-13T08:42:22.349Z | +++ head -n 1 |
| 104 | 2026-07-13T08:42:22.350Z | +++ cut '-d ' -f1 |
| 105 | 2026-07-13T08:42:22.402Z | ++ export NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos |
| 106 | 2026-07-13T08:42:22.402Z | ++ NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos |
| 107 | 2026-07-13T08:42:22.402Z | ++ popd |
| 108 | 2026-07-13T08:42:22.405Z | /work/oxidecomputer/opte |
| 109 | 2026-07-13T08:42:22.405Z | + TGT_BASE=/work |
| 110 | 2026-07-13T08:42:22.405Z | + DBG_SRC=target/x86_64-unknown-unknown/debug |
| 111 | 2026-07-13T08:42:22.405Z | + DBG_LINK_SRC=target/i686-unknown-illumos/debug |
| 112 | 2026-07-13T08:42:22.405Z | + DBG_TGT=/work/debug |
| 113 | 2026-07-13T08:42:22.405Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 114 | 2026-07-13T08:42:22.405Z | + REL_LINK_SRC=target/i686-unknown-illumos/release |
| 115 | 2026-07-13T08:42:22.405Z | + REL_TGT=/work/release |
| 116 | 2026-07-13T08:42:22.405Z | + mkdir -p /work/debug /work/release |
| 117 | 2026-07-13T08:42:22.405Z | + cargo --version |
| 118 | 2026-07-13T08:42:22.413Z | cargo 1.96.1 (356927216 2026-06-26) |
| 119 | 2026-07-13T08:42:22.416Z | + rustc --version |
| 120 | 2026-07-13T08:42:22.435Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 121 | 2026-07-13T08:42:22.438Z | + install_pkg jq |
| 122 | 2026-07-13T08:42:22.438Z | + set +o errexit |
| 123 | 2026-07-13T08:42:22.438Z | + pfexec pkg install jq |
| 124 | 2026-07-13T08:42:23.489Z | Startup: Refreshing catalog 'helios' ... Done |
| 125 | 2026-07-13T08:42:23.603Z | Startup: Caching catalogs ... Done |
| 126 | 2026-07-13T08:42:24.090Z | Planning: Solver setup ... Done |
| 127 | 2026-07-13T08:42:24.117Z | Planning: Running solver ... Done |
| 128 | 2026-07-13T08:42:24.126Z | Planning: Consolidating action changes ... Done |
| 129 | 2026-07-13T08:42:24.130Z | Planning: Evaluating mediators ... Done |
| 130 | 2026-07-13T08:42:24.130Z | Planning: Planning completed in 0.50 seconds |
| 131 | 2026-07-13T08:42:24.143Z | No updates necessary for this image. |
| 132 | 2026-07-13T08:42:24.244Z | + exit_code=4 |
| 133 | 2026-07-13T08:42:24.244Z | + [[ 4 -ne 0 ]] |
| 134 | 2026-07-13T08:42:24.244Z | + [[ 4 -ne 4 ]] |
| 135 | 2026-07-13T08:42:24.244Z | + set -o errexit |
| 136 | 2026-07-13T08:42:24.249Z | + pushd xde |
| 137 | 2026-07-13T08:42:24.249Z | + cp xde.conf /work/xde.conf |
| 138 | 2026-07-13T08:42:24.249Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 139 | 2026-07-13T08:42:24.249Z | + header 'check style' |
| 140 | 2026-07-13T08:42:24.249Z | + echo '# ==== check style ==== #' |
| 141 | 2026-07-13T08:42:24.249Z | + ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check |
| 142 | 2026-07-13T08:42:24.249Z | # ==== check style ==== # |
| 143 | 2026-07-13T08:42:24.455Z | |
| 144 | 2026-07-13T08:42:24.455Z | real 0.204906000 |
| 145 | 2026-07-13T08:42:24.455Z | user 0.151131001 |
| 146 | 2026-07-13T08:42:24.455Z | sys 0.044806001 |
| 147 | 2026-07-13T08:42:24.455Z | trap 0.000008899 |
| 148 | 2026-07-13T08:42:24.455Z | tflt 0.000032096 |
| 149 | 2026-07-13T08:42:24.455Z | dflt 0.000021766 |
| 150 | 2026-07-13T08:42:24.455Z | kflt 0.000000000 |
| 151 | 2026-07-13T08:42:24.455Z | lock 0.035152936 |
| 152 | 2026-07-13T08:42:24.455Z | slp 0.182086778 |
| 153 | 2026-07-13T08:42:24.455Z | lat 0.000915571 |
| 154 | 2026-07-13T08:42:24.456Z | stop 0.000105461 |
| 155 | 2026-07-13T08:42:24.459Z | + header analyze |
| 156 | 2026-07-13T08:42:24.459Z | + echo '# ==== analyze ==== #' |
| 157 | 2026-07-13T08:42:24.459Z | # ==== analyze ==== # |
| 158 | 2026-07-13T08:42:24.459Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 159 | 2026-07-13T08:42:24.631Z | Updating crates.io index |
| 160 | 2026-07-13T08:42:24.635Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 161 | 2026-07-13T08:42:25.281Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 162 | 2026-07-13T08:42:25.654Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 163 | 2026-07-13T08:42:25.982Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 164 | 2026-07-13T08:42:26.220Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 165 | 2026-07-13T08:42:26.447Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 166 | 2026-07-13T08:42:26.733Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 167 | 2026-07-13T08:42:28.582Z | Downloading crates ... |
| 168 | 2026-07-13T08:42:28.626Z | Downloaded bitflags v1.3.2 |
| 169 | 2026-07-13T08:42:28.635Z | Downloaded stable_deref_trait v1.2.1 |
| 170 | 2026-07-13T08:42:28.639Z | Downloaded strsim v0.11.1 |
| 171 | 2026-07-13T08:42:28.639Z | Downloaded hash32 v0.3.1 |
| 172 | 2026-07-13T08:42:28.642Z | Downloaded darling_macro v0.23.0 |
| 173 | 2026-07-13T08:42:28.645Z | Downloaded dyn-clone v1.0.20 |
| 174 | 2026-07-13T08:42:28.649Z | Downloaded ref-cast v1.0.25 |
| 175 | 2026-07-13T08:42:28.649Z | Downloaded darling_macro v0.21.3 |
| 176 | 2026-07-13T08:42:28.649Z | Downloaded version_check v0.9.5 |
| 177 | 2026-07-13T08:42:28.649Z | Downloaded cobs v0.3.0 |
| 178 | 2026-07-13T08:42:28.652Z | Downloaded ref-cast-impl v1.0.25 |
| 179 | 2026-07-13T08:42:28.661Z | Downloaded defmt-parser v1.0.0 |
| 180 | 2026-07-13T08:42:28.664Z | Downloaded fnv v1.0.7 |
| 181 | 2026-07-13T08:42:28.664Z | Downloaded macaddr v1.0.1 |
| 182 | 2026-07-13T08:42:28.678Z | Downloaded embedded-io v0.4.0 |
| 183 | 2026-07-13T08:42:28.681Z | Downloaded embedded-io v0.6.1 |
| 184 | 2026-07-13T08:42:28.681Z | Downloaded ident_case v1.0.1 |
| 185 | 2026-07-13T08:42:28.685Z | Downloaded defmt v0.3.100 |
| 186 | 2026-07-13T08:42:28.688Z | Downloaded defmt-macros v1.1.1 |
| 187 | 2026-07-13T08:42:28.691Z | Downloaded thiserror v2.0.18 |
| 188 | 2026-07-13T08:42:28.694Z | Downloaded cfg-if v1.0.4 |
| 189 | 2026-07-13T08:42:28.694Z | Downloaded ingot v0.1.1 |
| 190 | 2026-07-13T08:42:28.694Z | Downloaded quote v1.0.46 |
| 191 | 2026-07-13T08:42:28.697Z | Downloaded thiserror-impl v2.0.18 |
| 192 | 2026-07-13T08:42:28.697Z | Downloaded byteorder v1.5.0 |
| 193 | 2026-07-13T08:42:28.700Z | Downloaded ingot-types v0.1.2 |
| 194 | 2026-07-13T08:42:28.700Z | Downloaded managed v0.8.0 |
| 195 | 2026-07-13T08:42:28.716Z | Downloaded either v1.16.0 |
| 196 | 2026-07-13T08:42:28.719Z | Downloaded crc32fast v1.5.0 |
| 197 | 2026-07-13T08:42:28.724Z | Downloaded darling v0.21.3 |
| 198 | 2026-07-13T08:42:28.729Z | Downloaded postcard v1.1.3 |
| 199 | 2026-07-13T08:42:28.733Z | Downloaded ingot-macros v0.1.1 |
| 200 | 2026-07-13T08:42:28.738Z | Downloaded serde_derive v1.0.228 |
| 201 | 2026-07-13T08:42:28.741Z | Downloaded defmt v1.1.1 |
| 202 | 2026-07-13T08:42:28.744Z | Downloaded darling v0.23.0 |
| 203 | 2026-07-13T08:42:28.744Z | Downloaded bitflags v2.13.0 |
| 204 | 2026-07-13T08:42:28.747Z | Downloaded proc-macro2 v1.0.106 |
| 205 | 2026-07-13T08:42:28.750Z | Downloaded unicode-ident v1.0.24 |
| 206 | 2026-07-13T08:42:28.757Z | Downloaded uuid v1.23.5 |
| 207 | 2026-07-13T08:42:28.760Z | Downloaded heapless v0.8.0 |
| 208 | 2026-07-13T08:42:28.764Z | Downloaded darling_core v0.21.3 |
| 209 | 2026-07-13T08:42:28.767Z | Downloaded serde_core v1.0.228 |
| 210 | 2026-07-13T08:42:28.775Z | Downloaded serde v1.0.228 |
| 211 | 2026-07-13T08:42:28.781Z | Downloaded darling_core v0.23.0 |
| 212 | 2026-07-13T08:42:28.784Z | Downloaded memchr v2.8.3 |
| 213 | 2026-07-13T08:42:28.788Z | Downloaded aho-corasick v1.1.4 |
| 214 | 2026-07-13T08:42:28.791Z | Downloaded zerocopy-derive v0.8.54 |
| 215 | 2026-07-13T08:42:28.798Z | Downloaded itertools v0.15.0 |
| 216 | 2026-07-13T08:42:28.813Z | Downloaded regex v1.13.0 |
| 217 | 2026-07-13T08:42:28.818Z | Downloaded itertools v0.14.0 |
| 218 | 2026-07-13T08:42:28.855Z | Downloaded zerocopy v0.8.54 |
| 219 | 2026-07-13T08:42:28.865Z | Downloaded syn v2.0.118 |
| 220 | 2026-07-13T08:42:28.870Z | Downloaded smoltcp v0.11.0 |
| 221 | 2026-07-13T08:42:28.876Z | Downloaded regex-syntax v0.8.11 |
| 222 | 2026-07-13T08:42:28.883Z | Downloaded regex-automata v0.4.15 |
| 223 | 2026-07-13T08:42:28.895Z | Updating crates.io index |
| 224 | 2026-07-13T08:42:29.053Z | Downloading crates ... |
| 225 | 2026-07-13T08:42:29.065Z | Downloaded addr2line v0.25.1 |
| 226 | 2026-07-13T08:42:29.069Z | Downloaded adler2 v2.0.1 |
| 227 | 2026-07-13T08:42:29.076Z | Downloaded miniz_oxide v0.8.9 |
| 228 | 2026-07-13T08:42:29.089Z | Downloaded memchr v2.7.6 |
| 229 | 2026-07-13T08:42:29.092Z | Downloaded rustc-literal-escaper v0.0.8 |
| 230 | 2026-07-13T08:42:29.096Z | Downloaded foldhash v0.2.0 |
| 231 | 2026-07-13T08:42:29.099Z | Downloaded rustc-demangle v0.1.27 |
| 232 | 2026-07-13T08:42:29.108Z | Downloaded getopts v0.2.24 |
| 233 | 2026-07-13T08:42:29.111Z | Downloaded gimli v0.32.3 |
| 234 | 2026-07-13T08:42:29.124Z | Downloaded hashbrown v0.17.1 |
| 235 | 2026-07-13T08:42:29.149Z | Downloaded object v0.37.3 |
| 236 | 2026-07-13T08:42:29.176Z | Downloaded libc v0.2.185 |
| 237 | 2026-07-13T08:42:29.229Z | 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-13T08:42:29.229Z | 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-13T08:42:29.229Z | Compiling proc-macro2 v1.0.106 |
| 240 | 2026-07-13T08:42:29.233Z | Compiling unicode-ident v1.0.24 |
| 241 | 2026-07-13T08:42:29.233Z | Compiling quote v1.0.46 |
| 242 | 2026-07-13T08:42:29.233Z | Compiling strsim v0.11.1 |
| 243 | 2026-07-13T08:42:29.233Z | Compiling ident_case v1.0.1 |
| 244 | 2026-07-13T08:42:29.289Z | Compiling serde_core v1.0.228 |
| 245 | 2026-07-13T08:42:29.406Z | Compiling memchr v2.8.3 |
| 246 | 2026-07-13T08:42:29.409Z | Compiling fnv v1.0.7 |
| 247 | 2026-07-13T08:42:29.501Z | Compiling regex-syntax v0.8.11 |
| 248 | 2026-07-13T08:42:29.687Z | Compiling serde v1.0.228 |
| 249 | 2026-07-13T08:42:29.708Z | Compiling either v1.16.0 |
| 250 | 2026-07-13T08:42:29.733Z | Compiling zerocopy v0.8.54 |
| 251 | 2026-07-13T08:42:29.830Z | Compiling aho-corasick v1.1.4 |
| 252 | 2026-07-13T08:42:29.942Z | Compiling thiserror v2.0.18 |
| 253 | 2026-07-13T08:42:30.139Z | Compiling itertools v0.14.0 |
| 254 | 2026-07-13T08:42:30.149Z | Compiling heapless v0.8.0 |
| 255 | 2026-07-13T08:42:30.509Z | Compiling syn v2.0.118 |
| 256 | 2026-07-13T08:42:30.541Z | Compiling smoltcp v0.11.0 |
| 257 | 2026-07-13T08:42:30.569Z | Compiling version_check v0.9.5 |
| 258 | 2026-07-13T08:42:30.657Z | Compiling crc32fast v1.5.0 |
| 259 | 2026-07-13T08:42:30.930Z | Compiling ref-cast v1.0.25 |
| 260 | 2026-07-13T08:42:30.970Z | Compiling regex-automata v0.4.15 |
| 261 | 2026-07-13T08:42:31.048Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 262 | 2026-07-13T08:42:32.524Z | Compiling regex v1.13.0 |
| 263 | 2026-07-13T08:42:32.818Z | Compiling darling_core v0.21.3 |
| 264 | 2026-07-13T08:42:32.851Z | Compiling darling_core v0.23.0 |
| 265 | 2026-07-13T08:42:33.624Z | Compiling serde_derive v1.0.228 |
| 266 | 2026-07-13T08:42:33.624Z | Compiling thiserror-impl v2.0.18 |
| 267 | 2026-07-13T08:42:33.624Z | Compiling zerocopy-derive v0.8.54 |
| 268 | 2026-07-13T08:42:33.628Z | Compiling ref-cast-impl v1.0.25 |
| 269 | 2026-07-13T08:42:33.628Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 270 | 2026-07-13T08:42:35.311Z | Compiling darling_macro v0.21.3 |
| 271 | 2026-07-13T08:42:35.538Z | Compiling darling_macro v0.23.0 |
| 272 | 2026-07-13T08:42:36.224Z | Compiling darling v0.21.3 |
| 273 | 2026-07-13T08:42:36.290Z | Compiling ingot-macros v0.1.1 |
| 274 | 2026-07-13T08:42:36.426Z | Compiling darling v0.23.0 |
| 275 | 2026-07-13T08:42:36.489Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 276 | 2026-07-13T08:42:41.253Z | 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-13T08:42:43.380Z | Checking byteorder v1.5.0 |
| 278 | 2026-07-13T08:42:43.380Z | Checking cfg-if v1.0.4 |
| 279 | 2026-07-13T08:42:43.384Z | Checking macaddr v1.0.1 |
| 280 | 2026-07-13T08:42:43.384Z | Checking stable_deref_trait v1.2.1 |
| 281 | 2026-07-13T08:42:43.384Z | Checking managed v0.8.0 |
| 282 | 2026-07-13T08:42:43.438Z | Checking bitflags v1.3.2 |
| 283 | 2026-07-13T08:42:43.460Z | Checking cobs v0.3.0 |
| 284 | 2026-07-13T08:42:43.533Z | Checking hash32 v0.3.1 |
| 285 | 2026-07-13T08:42:43.565Z | Checking dyn-clone v1.0.20 |
| 286 | 2026-07-13T08:42:43.574Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 287 | 2026-07-13T08:42:43.592Z | Checking itertools v0.15.0 |
| 288 | 2026-07-13T08:42:44.715Z | Checking bitflags v2.13.0 |
| 289 | 2026-07-13T08:42:44.715Z | Checking uuid v1.23.5 |
| 290 | 2026-07-13T08:42:44.880Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 291 | 2026-07-13T08:42:45.078Z | Checking postcard v1.1.3 |
| 292 | 2026-07-13T08:42:45.957Z | Checking ingot-types v0.1.2 |
| 293 | 2026-07-13T08:42:46.225Z | Checking ingot v0.1.1 |
| 294 | 2026-07-13T08:42:47.553Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 295 | 2026-07-13T08:42:51.213Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 296 | 2026-07-13T08:42:52.563Z | Checking xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 297 | 2026-07-13T08:42:54.513Z | Finished `dev` profile [optimized + debuginfo] target(s) in 29.99s |
| 298 | 2026-07-13T08:42:54.616Z | |
| 299 | 2026-07-13T08:42:54.620Z | real 30.154935480 |
| 300 | 2026-07-13T08:42:54.620Z | user 1:13.880000062 |
| 301 | 2026-07-13T08:42:54.620Z | sys 10.279029162 |
| 302 | 2026-07-13T08:42:54.620Z | trap 0.036944008 |
| 303 | 2026-07-13T08:42:54.620Z | tflt 0.069252727 |
| 304 | 2026-07-13T08:42:54.620Z | dflt 0.161958063 |
| 305 | 2026-07-13T08:42:54.620Z | kflt 0.001700547 |
| 306 | 2026-07-13T08:42:54.620Z | lock 5:16.130480522 |
| 307 | 2026-07-13T08:42:54.620Z | slp 3:25.482437141 |
| 308 | 2026-07-13T08:42:54.620Z | lat 2.608664323 |
| 309 | 2026-07-13T08:42:54.620Z | stop 7.898511443 |
| 310 | 2026-07-13T08:42:54.620Z | + pushd xde-link |
| 311 | 2026-07-13T08:42:54.620Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 312 | 2026-07-13T08:42:54.620Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 313 | 2026-07-13T08:42:54.796Z | 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-13T08:42:54.796Z | 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-13T08:42:54.796Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 316 | 2026-07-13T08:43:05.601Z | 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-13T08:43:07.779Z | Finished `dev` profile [optimized + debuginfo] target(s) in 13.10s |
| 318 | 2026-07-13T08:43:07.797Z | |
| 319 | 2026-07-13T08:43:07.800Z | real 13.174833874 |
| 320 | 2026-07-13T08:43:07.800Z | user 20.837796868 |
| 321 | 2026-07-13T08:43:07.800Z | sys 1.256563054 |
| 322 | 2026-07-13T08:43:07.800Z | trap 0.004710436 |
| 323 | 2026-07-13T08:43:07.800Z | tflt 0.063907670 |
| 324 | 2026-07-13T08:43:07.800Z | dflt 0.003739359 |
| 325 | 2026-07-13T08:43:07.800Z | kflt 0.000001529 |
| 326 | 2026-07-13T08:43:07.800Z | lock 1:25.839830765 |
| 327 | 2026-07-13T08:43:07.800Z | slp 44.159979531 |
| 328 | 2026-07-13T08:43:07.800Z | lat 0.276198285 |
| 329 | 2026-07-13T08:43:07.800Z | stop 0.159876295 |
| 330 | 2026-07-13T08:43:07.800Z | + popd |
| 331 | 2026-07-13T08:43:07.800Z | + popd |
| 332 | 2026-07-13T08:43:07.800Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 333 | 2026-07-13T08:43:07.800Z | + header 'build xde (debug)' |
| 334 | 2026-07-13T08:43:07.800Z | /work/oxidecomputer/opte |
| 335 | 2026-07-13T08:43:07.800Z | + echo '# ==== build xde (debug) ==== #' |
| 336 | 2026-07-13T08:43:07.800Z | # ==== build xde (debug) ==== # |
| 337 | 2026-07-13T08:43:07.801Z | + ptime -m cargo xtask build --profile debug xde xde-link |
| 338 | 2026-07-13T08:43:07.944Z | Downloading crates ... |
| 339 | 2026-07-13T08:43:08.007Z | Downloaded anstyle-query v1.1.5 |
| 340 | 2026-07-13T08:43:08.012Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 341 | 2026-07-13T08:43:08.012Z | Downloaded anstyle-parse v1.0.0 |
| 342 | 2026-07-13T08:43:08.012Z | Downloaded anstream v1.0.0 |
| 343 | 2026-07-13T08:43:08.016Z | Downloaded serde_spanned v1.1.1 |
| 344 | 2026-07-13T08:43:08.016Z | Downloaded itoa v1.0.18 |
| 345 | 2026-07-13T08:43:08.016Z | Downloaded colorchoice v1.0.5 |
| 346 | 2026-07-13T08:43:08.019Z | Downloaded clap_lex v1.1.0 |
| 347 | 2026-07-13T08:43:08.019Z | Downloaded utf8parse v0.2.2 |
| 348 | 2026-07-13T08:43:08.022Z | Downloaded cargo-platform v0.3.3 |
| 349 | 2026-07-13T08:43:08.025Z | Downloaded errno v0.3.14 |
| 350 | 2026-07-13T08:43:08.025Z | Downloaded heck v0.5.0 |
| 351 | 2026-07-13T08:43:08.029Z | Downloaded equivalent v1.0.2 |
| 352 | 2026-07-13T08:43:08.032Z | Downloaded anstyle v1.0.14 |
| 353 | 2026-07-13T08:43:08.035Z | Downloaded terminal_size v0.4.4 |
| 354 | 2026-07-13T08:43:08.040Z | Downloaded is_terminal_polyfill v1.70.2 |
| 355 | 2026-07-13T08:43:08.050Z | Downloaded zmij v1.0.22 |
| 356 | 2026-07-13T08:43:08.053Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 357 | 2026-07-13T08:43:08.057Z | Downloaded cargo_metadata v0.23.1 |
| 358 | 2026-07-13T08:43:08.061Z | Downloaded clap_derive v4.6.1 |
| 359 | 2026-07-13T08:43:08.061Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 360 | 2026-07-13T08:43:08.061Z | Downloaded semver v1.0.28 |
| 361 | 2026-07-13T08:43:08.065Z | Downloaded camino v1.2.4 |
| 362 | 2026-07-13T08:43:08.065Z | Downloaded anyhow v1.0.103 |
| 363 | 2026-07-13T08:43:08.075Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 364 | 2026-07-13T08:43:08.082Z | Downloaded clap v4.6.1 |
| 365 | 2026-07-13T08:43:08.103Z | Downloaded indexmap v2.14.0 |
| 366 | 2026-07-13T08:43:08.124Z | Downloaded serde_json v1.0.150 |
| 367 | 2026-07-13T08:43:08.127Z | Downloaded clap_builder v4.6.0 |
| 368 | 2026-07-13T08:43:08.130Z | Downloaded winnow v1.0.3 |
| 369 | 2026-07-13T08:43:08.156Z | Downloaded rustix v1.1.4 |
| 370 | 2026-07-13T08:43:08.194Z | Downloaded libc v0.2.186 |
| 371 | 2026-07-13T08:43:08.242Z | Compiling serde_core v1.0.228 |
| 372 | 2026-07-13T08:43:08.242Z | Compiling proc-macro2 v1.0.106 |
| 373 | 2026-07-13T08:43:08.242Z | Compiling quote v1.0.46 |
| 374 | 2026-07-13T08:43:08.245Z | Compiling unicode-ident v1.0.24 |
| 375 | 2026-07-13T08:43:08.245Z | Compiling libc v0.2.186 |
| 376 | 2026-07-13T08:43:08.245Z | Compiling rustix v1.1.4 |
| 377 | 2026-07-13T08:43:08.245Z | Compiling zmij v1.0.22 |
| 378 | 2026-07-13T08:43:08.245Z | Compiling bitflags v2.13.0 |
| 379 | 2026-07-13T08:43:08.418Z | Compiling utf8parse v0.2.2 |
| 380 | 2026-07-13T08:43:08.522Z | Compiling anstyle-parse v1.0.0 |
| 381 | 2026-07-13T08:43:08.638Z | Compiling anstyle-query v1.1.5 |
| 382 | 2026-07-13T08:43:08.641Z | Compiling is_terminal_polyfill v1.70.2 |
| 383 | 2026-07-13T08:43:08.736Z | Compiling anstyle v1.0.14 |
| 384 | 2026-07-13T08:43:08.747Z | Compiling camino v1.2.4 |
| 385 | 2026-07-13T08:43:08.754Z | Compiling serde_json v1.0.150 |
| 386 | 2026-07-13T08:43:08.763Z | Compiling thiserror v2.0.18 |
| 387 | 2026-07-13T08:43:08.838Z | Compiling colorchoice v1.0.5 |
| 388 | 2026-07-13T08:43:08.949Z | Compiling serde v1.0.228 |
| 389 | 2026-07-13T08:43:08.983Z | Compiling errno v0.3.14 |
| 390 | 2026-07-13T08:43:08.999Z | Compiling anstream v1.0.0 |
| 391 | 2026-07-13T08:43:09.183Z | Compiling memchr v2.8.3 |
| 392 | 2026-07-13T08:43:09.300Z | Compiling itoa v1.0.18 |
| 393 | 2026-07-13T08:43:09.443Z | Compiling syn v2.0.118 |
| 394 | 2026-07-13T08:43:09.477Z | Compiling heck v0.5.0 |
| 395 | 2026-07-13T08:43:09.501Z | Compiling strsim v0.11.1 |
| 396 | 2026-07-13T08:43:09.519Z | Compiling anyhow v1.0.103 |
| 397 | 2026-07-13T08:43:09.557Z | Compiling terminal_size v0.4.4 |
| 398 | 2026-07-13T08:43:09.666Z | Compiling winnow v1.0.3 |
| 399 | 2026-07-13T08:43:09.708Z | Compiling clap_lex v1.1.0 |
| 400 | 2026-07-13T08:43:10.084Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 401 | 2026-07-13T08:43:10.104Z | Compiling clap_builder v4.6.0 |
| 402 | 2026-07-13T08:43:10.107Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 403 | 2026-07-13T08:43:10.496Z | Compiling serde_spanned v1.1.1 |
| 404 | 2026-07-13T08:43:10.560Z | Compiling cargo-platform v0.3.3 |
| 405 | 2026-07-13T08:43:10.655Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 406 | 2026-07-13T08:43:10.697Z | Compiling semver v1.0.28 |
| 407 | 2026-07-13T08:43:11.148Z | Compiling toml v1.1.2+spec-1.1.0 |
| 408 | 2026-07-13T08:43:11.703Z | Compiling serde_derive v1.0.228 |
| 409 | 2026-07-13T08:43:11.703Z | Compiling thiserror-impl v2.0.18 |
| 410 | 2026-07-13T08:43:11.703Z | Compiling clap_derive v4.6.1 |
| 411 | 2026-07-13T08:43:13.314Z | Compiling clap v4.6.1 |
| 412 | 2026-07-13T08:43:14.934Z | Compiling cargo_metadata v0.23.1 |
| 413 | 2026-07-13T08:43:17.478Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 414 | 2026-07-13T08:43:19.079Z | Finished `dev` profile [optimized + debuginfo] target(s) in 11.27s |
| 415 | 2026-07-13T08:43:19.093Z | Running `target/debug/xtask build --profile debug xde xde-link` |
| 416 | 2026-07-13T08:43:20.407Z | Building xde (dev). |
| 417 | 2026-07-13T08:43:20.634Z | Compiling serde_core v1.0.228 |
| 418 | 2026-07-13T08:43:20.634Z | Compiling byteorder v1.5.0 |
| 419 | 2026-07-13T08:43:20.637Z | Compiling macaddr v1.0.1 |
| 420 | 2026-07-13T08:43:20.637Z | Compiling stable_deref_trait v1.2.1 |
| 421 | 2026-07-13T08:43:20.637Z | Compiling cfg-if v1.0.4 |
| 422 | 2026-07-13T08:43:20.662Z | Compiling zerocopy v0.8.54 |
| 423 | 2026-07-13T08:43:20.665Z | Compiling thiserror v2.0.18 |
| 424 | 2026-07-13T08:43:20.669Z | Compiling bitflags v1.3.2 |
| 425 | 2026-07-13T08:43:20.716Z | Compiling managed v0.8.0 |
| 426 | 2026-07-13T08:43:20.723Z | Compiling cobs v0.3.0 |
| 427 | 2026-07-13T08:43:20.737Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 428 | 2026-07-13T08:43:20.818Z | Compiling hash32 v0.3.1 |
| 429 | 2026-07-13T08:43:20.852Z | Compiling either v1.16.0 |
| 430 | 2026-07-13T08:43:20.931Z | Compiling heapless v0.8.0 |
| 431 | 2026-07-13T08:43:20.947Z | Compiling ref-cast v1.0.25 |
| 432 | 2026-07-13T08:43:20.983Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 433 | 2026-07-13T08:43:21.019Z | Compiling itertools v0.15.0 |
| 434 | 2026-07-13T08:43:21.023Z | Compiling crc32fast v1.5.0 |
| 435 | 2026-07-13T08:43:21.028Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 436 | 2026-07-13T08:43:21.033Z | Compiling dyn-clone v1.0.20 |
| 437 | 2026-07-13T08:43:21.191Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 438 | 2026-07-13T08:43:21.299Z | Compiling smoltcp v0.11.0 |
| 439 | 2026-07-13T08:43:22.245Z | Compiling serde v1.0.228 |
| 440 | 2026-07-13T08:43:22.245Z | Compiling bitflags v2.13.0 |
| 441 | 2026-07-13T08:43:22.246Z | Compiling uuid v1.23.5 |
| 442 | 2026-07-13T08:43:22.378Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 443 | 2026-07-13T08:43:22.658Z | Compiling postcard v1.1.3 |
| 444 | 2026-07-13T08:43:23.401Z | Compiling ingot-types v0.1.2 |
| 445 | 2026-07-13T08:43:23.658Z | Compiling ingot v0.1.1 |
| 446 | 2026-07-13T08:43:25.065Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 447 | 2026-07-13T08:43:29.420Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 448 | 2026-07-13T08:43:39.779Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 449 | 2026-07-13T08:43:48.189Z | Finished `dev` profile [optimized + debuginfo] target(s) in 27.75s |
| 450 | 2026-07-13T08:43:48.214Z | Linking xde kmod... |
| 451 | 2026-07-13T08:43:49.371Z | Building xde dev link helper (dev). |
| 452 | 2026-07-13T08:43:49.520Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 453 | 2026-07-13T08:43:49.860Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.46s |
| 454 | 2026-07-13T08:43:49.883Z | |
| 455 | 2026-07-13T08:43:49.887Z | real 42.082428715 |
| 456 | 2026-07-13T08:43:49.887Z | user 2:16.541418518 |
| 457 | 2026-07-13T08:43:49.887Z | sys 11.305638227 |
| 458 | 2026-07-13T08:43:49.887Z | trap 0.063029046 |
| 459 | 2026-07-13T08:43:49.887Z | tflt 0.340640483 |
| 460 | 2026-07-13T08:43:49.887Z | dflt 0.430661296 |
| 461 | 2026-07-13T08:43:49.888Z | kflt 0.000020832 |
| 462 | 2026-07-13T08:43:49.888Z | lock 7:04.745254497 |
| 463 | 2026-07-13T08:43:49.888Z | slp 3:58.792634653 |
| 464 | 2026-07-13T08:43:49.888Z | lat 4.597642807 |
| 465 | 2026-07-13T08:43:49.888Z | stop 4.340218847 |
| 466 | 2026-07-13T08:43:49.888Z | + header 'build xde (release)' |
| 467 | 2026-07-13T08:43:49.888Z | + echo '# ==== build xde (release) ==== #' |
| 468 | 2026-07-13T08:43:49.888Z | # ==== build xde (release) ==== # |
| 469 | 2026-07-13T08:43:49.888Z | + ptime -m cargo xtask build --profile release xde xde-link |
| 470 | 2026-07-13T08:43:50.022Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s |
| 471 | 2026-07-13T08:43:50.025Z | Running `target/debug/xtask build --profile release xde xde-link` |
| 472 | 2026-07-13T08:43:50.207Z | Building xde (release-lto). |
| 473 | 2026-07-13T08:43:50.437Z | 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-13T08:43:50.437Z | 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-13T08:43:50.438Z | Compiling proc-macro2 v1.0.106 |
| 476 | 2026-07-13T08:43:50.438Z | Compiling quote v1.0.46 |
| 477 | 2026-07-13T08:43:50.441Z | Compiling unicode-ident v1.0.24 |
| 478 | 2026-07-13T08:43:50.441Z | Compiling strsim v0.11.1 |
| 479 | 2026-07-13T08:43:50.441Z | Compiling ident_case v1.0.1 |
| 480 | 2026-07-13T08:43:50.441Z | Compiling serde_core v1.0.228 |
| 481 | 2026-07-13T08:43:50.556Z | Compiling memchr v2.8.3 |
| 482 | 2026-07-13T08:43:50.559Z | Compiling fnv v1.0.7 |
| 483 | 2026-07-13T08:43:50.637Z | Compiling regex-syntax v0.8.11 |
| 484 | 2026-07-13T08:43:50.804Z | Compiling serde v1.0.228 |
| 485 | 2026-07-13T08:43:50.821Z | Compiling thiserror v2.0.18 |
| 486 | 2026-07-13T08:43:50.828Z | Compiling zerocopy v0.8.54 |
| 487 | 2026-07-13T08:43:50.946Z | Compiling aho-corasick v1.1.4 |
| 488 | 2026-07-13T08:43:51.168Z | Compiling either v1.16.0 |
| 489 | 2026-07-13T08:43:51.222Z | Compiling heapless v0.8.0 |
| 490 | 2026-07-13T08:43:51.362Z | Compiling itertools v0.14.0 |
| 491 | 2026-07-13T08:43:51.395Z | Compiling smoltcp v0.11.0 |
| 492 | 2026-07-13T08:43:51.564Z | Compiling syn v2.0.118 |
| 493 | 2026-07-13T08:43:51.616Z | Compiling crc32fast v1.5.0 |
| 494 | 2026-07-13T08:43:51.675Z | Compiling version_check v0.9.5 |
| 495 | 2026-07-13T08:43:51.817Z | Compiling ref-cast v1.0.25 |
| 496 | 2026-07-13T08:43:52.026Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 497 | 2026-07-13T08:43:52.038Z | Compiling regex-automata v0.4.15 |
| 498 | 2026-07-13T08:43:53.574Z | Compiling regex v1.13.0 |
| 499 | 2026-07-13T08:43:53.859Z | Compiling darling_core v0.21.3 |
| 500 | 2026-07-13T08:43:53.909Z | Compiling darling_core v0.23.0 |
| 501 | 2026-07-13T08:43:54.738Z | Compiling zerocopy-derive v0.8.54 |
| 502 | 2026-07-13T08:43:54.738Z | Compiling serde_derive v1.0.228 |
| 503 | 2026-07-13T08:43:54.738Z | Compiling thiserror-impl v2.0.18 |
| 504 | 2026-07-13T08:43:54.741Z | Compiling ref-cast-impl v1.0.25 |
| 505 | 2026-07-13T08:43:54.741Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 506 | 2026-07-13T08:43:56.328Z | Compiling darling_macro v0.21.3 |
| 507 | 2026-07-13T08:43:56.408Z | Compiling darling_macro v0.23.0 |
| 508 | 2026-07-13T08:43:57.228Z | Compiling darling v0.21.3 |
| 509 | 2026-07-13T08:43:57.287Z | Compiling ingot-macros v0.1.1 |
| 510 | 2026-07-13T08:43:57.291Z | Compiling darling v0.23.0 |
| 511 | 2026-07-13T08:43:57.349Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 512 | 2026-07-13T08:44:02.873Z | 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-13T08:44:04.971Z | Compiling byteorder v1.5.0 |
| 514 | 2026-07-13T08:44:04.971Z | Compiling macaddr v1.0.1 |
| 515 | 2026-07-13T08:44:04.971Z | Compiling stable_deref_trait v1.2.1 |
| 516 | 2026-07-13T08:44:04.975Z | Compiling cfg-if v1.0.4 |
| 517 | 2026-07-13T08:44:05.033Z | Compiling managed v0.8.0 |
| 518 | 2026-07-13T08:44:05.037Z | Compiling cobs v0.3.0 |
| 519 | 2026-07-13T08:44:05.066Z | Compiling bitflags v1.3.2 |
| 520 | 2026-07-13T08:44:05.129Z | Compiling hash32 v0.3.1 |
| 521 | 2026-07-13T08:44:05.252Z | Compiling dyn-clone v1.0.20 |
| 522 | 2026-07-13T08:44:05.324Z | Compiling itertools v0.15.0 |
| 523 | 2026-07-13T08:44:05.332Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 524 | 2026-07-13T08:44:06.584Z | Compiling bitflags v2.13.0 |
| 525 | 2026-07-13T08:44:06.587Z | Compiling uuid v1.23.5 |
| 526 | 2026-07-13T08:44:06.724Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 527 | 2026-07-13T08:44:07.012Z | Compiling postcard v1.1.3 |
| 528 | 2026-07-13T08:44:07.808Z | Compiling ingot-types v0.1.2 |
| 529 | 2026-07-13T08:44:08.119Z | Compiling ingot v0.1.1 |
| 530 | 2026-07-13T08:44:09.613Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 531 | 2026-07-13T08:44:13.418Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 532 | 2026-07-13T08:44:22.180Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 533 | 2026-07-13T08:44:51.816Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 01s |
| 534 | 2026-07-13T08:44:51.838Z | Linking xde kmod... |
| 535 | 2026-07-13T08:44:52.415Z | Building xde dev link helper (release). |
| 536 | 2026-07-13T08:44:52.568Z | 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-13T08:44:52.568Z | 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-13T08:44:52.568Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 539 | 2026-07-13T08:45:04.048Z | 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-13T08:45:06.549Z | Finished `release` profile [optimized + debuginfo] target(s) in 14.10s |
| 541 | 2026-07-13T08:45:06.567Z | |
| 542 | 2026-07-13T08:45:06.570Z | real 1:16.679824287 |
| 543 | 2026-07-13T08:45:06.570Z | user 2:09.986496800 |
| 544 | 2026-07-13T08:45:06.570Z | sys 12.516768213 |
| 545 | 2026-07-13T08:45:06.570Z | trap 0.032578922 |
| 546 | 2026-07-13T08:45:06.570Z | tflt 0.148831365 |
| 547 | 2026-07-13T08:45:06.570Z | dflt 0.163309526 |
| 548 | 2026-07-13T08:45:06.570Z | kflt 0.000001359 |
| 549 | 2026-07-13T08:45:06.570Z | lock 12:12.245322978 |
| 550 | 2026-07-13T08:45:06.570Z | slp 6:11.018520593 |
| 551 | 2026-07-13T08:45:06.570Z | lat 3.112530655 |
| 552 | 2026-07-13T08:45:06.570Z | stop 5.035317215 |
| 553 | 2026-07-13T08:45:06.570Z | + elfdump target/x86_64-unknown-unknown/debug/xde.dbg |
| 554 | 2026-07-13T08:45:06.570Z | + grep GOTPCREL |
| 555 | 2026-07-13T08:45:08.379Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 556 | 2026-07-13T08:45:08.382Z | + grep GOTPCREL |
| 557 | 2026-07-13T08:45:09.337Z | + cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/ |
| 558 | 2026-07-13T08:45:09.395Z | + sha256sum /work/debug/xde.dbg |
| 559 | 2026-07-13T08:45:09.448Z | + cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so |
| 560 | 2026-07-13T08:45:09.452Z | + sha256sum /work/debug/xde_link.dbg.so |
| 561 | 2026-07-13T08:45:09.455Z | + cp target/x86_64-unknown-unknown/release-lto/xde /work/release/ |
| 562 | 2026-07-13T08:45:09.495Z | + sha256sum /work/release/xde |
| 563 | 2026-07-13T08:45:09.521Z | + cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so |
| 564 | 2026-07-13T08:45:09.525Z | + sha256sum /work/release/xde_link.so |
| 565 | 2026-07-13T08:45:09.525Z | + header 'build xde integration tests' |
| 566 | 2026-07-13T08:45:09.525Z | + echo '# ==== build xde integration tests ==== #' |
| 567 | 2026-07-13T08:45:09.525Z | + pushd xde-tests |
| 568 | 2026-07-13T08:45:09.525Z | # ==== build xde integration tests ==== # |
| 569 | 2026-07-13T08:45:09.525Z | /work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte |
| 570 | 2026-07-13T08:45:09.525Z | + cargo +nightly-2026-06-30-x86_64-unknown-illumos fmt -- --check |
| 571 | 2026-07-13T08:45:09.607Z | + cargo clippy --all-targets -- --deny warnings |
| 572 | 2026-07-13T08:45:09.823Z | Compiling serde_core v1.0.228 |
| 573 | 2026-07-13T08:45:09.823Z | Checking cfg-if v1.0.4 |
| 574 | 2026-07-13T08:45:09.823Z | Checking memchr v2.8.3 |
| 575 | 2026-07-13T08:45:09.823Z | Compiling serde v1.0.228 |
| 576 | 2026-07-13T08:45:09.827Z | Compiling rustversion v1.0.23 |
| 577 | 2026-07-13T08:45:09.827Z | Compiling strsim v0.11.1 |
| 578 | 2026-07-13T08:45:09.850Z | Compiling ident_case v1.0.1 |
| 579 | 2026-07-13T08:45:09.854Z | Compiling syn v2.0.118 |
| 580 | 2026-07-13T08:45:09.893Z | Compiling version_check v0.9.5 |
| 581 | 2026-07-13T08:45:09.947Z | Compiling libc v0.2.186 |
| 582 | 2026-07-13T08:45:10.151Z | Compiling fnv v1.0.7 |
| 583 | 2026-07-13T08:45:10.184Z | Checking pin-project-lite v0.2.17 |
| 584 | 2026-07-13T08:45:10.211Z | Compiling regex-syntax v0.8.11 |
| 585 | 2026-07-13T08:45:10.228Z | Compiling syn v1.0.109 |
| 586 | 2026-07-13T08:45:10.258Z | Compiling equivalent v1.0.2 |
| 587 | 2026-07-13T08:45:10.329Z | Compiling zerocopy v0.8.54 |
| 588 | 2026-07-13T08:45:10.546Z | Compiling aho-corasick v1.1.4 |
| 589 | 2026-07-13T08:45:10.675Z | Compiling either v1.16.0 |
| 590 | 2026-07-13T08:45:10.679Z | Compiling hashbrown v0.17.1 |
| 591 | 2026-07-13T08:45:10.711Z | Compiling winnow v1.0.3 |
| 592 | 2026-07-13T08:45:10.866Z | Compiling itertools v0.14.0 |
| 593 | 2026-07-13T08:45:11.204Z | Compiling indexmap v2.14.0 |
| 594 | 2026-07-13T08:45:11.664Z | Compiling regex-automata v0.4.15 |
| 595 | 2026-07-13T08:45:11.701Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 596 | 2026-07-13T08:45:11.806Z | Compiling heapless v0.8.0 |
| 597 | 2026-07-13T08:45:11.911Z | Checking byteorder v1.5.0 |
| 598 | 2026-07-13T08:45:12.069Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 599 | 2026-07-13T08:45:12.228Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 600 | 2026-07-13T08:45:12.231Z | Checking hash32 v0.3.1 |
| 601 | 2026-07-13T08:45:12.231Z | Checking bitflags v2.13.0 |
| 602 | 2026-07-13T08:45:12.264Z | Compiling slog v2.8.2 |
| 603 | 2026-07-13T08:45:12.273Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 604 | 2026-07-13T08:45:12.326Z | Compiling darling_core v0.21.3 |
| 605 | 2026-07-13T08:45:12.382Z | Compiling darling_core v0.23.0 |
| 606 | 2026-07-13T08:45:12.489Z | Checking stable_deref_trait v1.2.1 |
| 607 | 2026-07-13T08:45:12.512Z | Checking macaddr v1.0.1 |
| 608 | 2026-07-13T08:45:12.550Z | Compiling smoltcp v0.11.0 |
| 609 | 2026-07-13T08:45:12.644Z | Checking futures-sink v0.3.32 |
| 610 | 2026-07-13T08:45:12.732Z | Checking futures-core v0.3.32 |
| 611 | 2026-07-13T08:45:12.847Z | Checking futures-channel v0.3.32 |
| 612 | 2026-07-13T08:45:12.898Z | Compiling proc-macro-crate v3.5.0 |
| 613 | 2026-07-13T08:45:13.139Z | Compiling proc-macro-error-attr v1.0.4 |
| 614 | 2026-07-13T08:45:13.309Z | Compiling regex v1.13.0 |
| 615 | 2026-07-13T08:45:13.372Z | Compiling ref-cast v1.0.25 |
| 616 | 2026-07-13T08:45:13.377Z | Compiling getrandom v0.4.3 |
| 617 | 2026-07-13T08:45:13.527Z | Compiling serde_derive v1.0.228 |
| 618 | 2026-07-13T08:45:13.640Z | Compiling thiserror-impl v2.0.18 |
| 619 | 2026-07-13T08:45:13.684Z | Compiling zerocopy-derive v0.8.54 |
| 620 | 2026-07-13T08:45:13.691Z | Compiling futures-macro v0.3.32 |
| 621 | 2026-07-13T08:45:14.104Z | Compiling crc32fast v1.5.0 |
| 622 | 2026-07-13T08:45:14.180Z | Checking futures-task v0.3.32 |
| 623 | 2026-07-13T08:45:14.309Z | Checking slab v0.4.12 |
| 624 | 2026-07-13T08:45:14.383Z | Compiling darling_macro v0.21.3 |
| 625 | 2026-07-13T08:45:14.397Z | Compiling autocfg v1.5.1 |
| 626 | 2026-07-13T08:45:14.442Z | Compiling darling_macro v0.23.0 |
| 627 | 2026-07-13T08:45:14.456Z | Checking rand_core v0.10.1 |
| 628 | 2026-07-13T08:45:14.510Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 629 | 2026-07-13T08:45:14.581Z | Checking bitflags v1.3.2 |
| 630 | 2026-07-13T08:45:14.641Z | Checking futures-io v0.3.32 |
| 631 | 2026-07-13T08:45:14.730Z | Checking managed v0.8.0 |
| 632 | 2026-07-13T08:45:14.734Z | Compiling num-traits v0.2.19 |
| 633 | 2026-07-13T08:45:14.745Z | Checking futures-util v0.3.32 |
| 634 | 2026-07-13T08:45:14.905Z | Checking thiserror v2.0.18 |
| 635 | 2026-07-13T08:45:14.986Z | Compiling darling v0.21.3 |
| 636 | 2026-07-13T08:45:14.991Z | Checking cobs v0.3.0 |
| 637 | 2026-07-13T08:45:15.049Z | Compiling darling v0.23.0 |
| 638 | 2026-07-13T08:45:15.053Z | Compiling ingot-macros v0.1.1 |
| 639 | 2026-07-13T08:45:15.075Z | Compiling foreign-types-macros v0.2.3 |
| 640 | 2026-07-13T08:45:15.116Z | Compiling num_enum_derive v0.7.6 |
| 641 | 2026-07-13T08:45:15.120Z | Compiling ref-cast-impl v1.0.25 |
| 642 | 2026-07-13T08:45:15.706Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 643 | 2026-07-13T08:45:15.743Z | Compiling proc-macro-error v1.0.4 |
| 644 | 2026-07-13T08:45:15.982Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 645 | 2026-07-13T08:45:16.016Z | Compiling crossbeam-utils v0.8.22 |
| 646 | 2026-07-13T08:45:16.118Z | Checking once_cell v1.21.4 |
| 647 | 2026-07-13T08:45:16.124Z | Checking ipnetwork v0.21.1 |
| 648 | 2026-07-13T08:45:16.232Z | Checking cpufeatures v0.3.0 |
| 649 | 2026-07-13T08:45:16.276Z | Checking unicode-width v0.2.2 |
| 650 | 2026-07-13T08:45:16.282Z | Checking foreign-types-shared v0.3.1 |
| 651 | 2026-07-13T08:45:16.288Z | Checking chacha20 v0.10.1 |
| 652 | 2026-07-13T08:45:16.331Z | Checking tracing-core v0.1.36 |
| 653 | 2026-07-13T08:45:16.352Z | Checking foreign-types v0.5.0 |
| 654 | 2026-07-13T08:45:16.450Z | Checking num_enum v0.7.6 |
| 655 | 2026-07-13T08:45:16.512Z | Checking tabwriter v1.4.1 |
| 656 | 2026-07-13T08:45:16.560Z | Checking anyhow v1.0.103 |
| 657 | 2026-07-13T08:45:16.640Z | Checking erased-serde v0.3.31 |
| 658 | 2026-07-13T08:45:16.641Z | Checking postcard v1.1.3 |
| 659 | 2026-07-13T08:45:16.693Z | Checking futures-executor v0.3.32 |
| 660 | 2026-07-13T08:45:16.722Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 661 | 2026-07-13T08:45:16.944Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 662 | 2026-07-13T08:45:16.951Z | Compiling tracing-attributes v0.1.31 |
| 663 | 2026-07-13T08:45:16.966Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 664 | 2026-07-13T08:45:17.150Z | Checking itertools v0.15.0 |
| 665 | 2026-07-13T08:45:17.257Z | Checking cstr-argument v0.1.2 |
| 666 | 2026-07-13T08:45:17.374Z | Compiling thiserror v1.0.69 |
| 667 | 2026-07-13T08:45:17.420Z | Checking dyn-clone v1.0.20 |
| 668 | 2026-07-13T08:45:17.438Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 669 | 2026-07-13T08:45:17.523Z | Compiling num-conv v0.2.2 |
| 670 | 2026-07-13T08:45:17.574Z | Checking pretty-hex v0.4.2 |
| 671 | 2026-07-13T08:45:17.674Z | Compiling time-core v0.1.9 |
| 672 | 2026-07-13T08:45:17.685Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 673 | 2026-07-13T08:45:17.693Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 674 | 2026-07-13T08:45:17.770Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 675 | 2026-07-13T08:45:17.844Z | Compiling time-macros v0.2.31 |
| 676 | 2026-07-13T08:45:17.868Z | Checking rand v0.10.2 |
| 677 | 2026-07-13T08:45:17.925Z | Checking futures v0.3.32 |
| 678 | 2026-07-13T08:45:17.930Z | Checking ingot-types v0.1.2 |
| 679 | 2026-07-13T08:45:17.987Z | Compiling thiserror-impl v1.0.69 |
| 680 | 2026-07-13T08:45:18.084Z | Checking uuid v1.23.5 |
| 681 | 2026-07-13T08:45:18.159Z | Checking tracing v0.1.44 |
| 682 | 2026-07-13T08:45:18.231Z | Checking arc-swap v1.9.2 |
| 683 | 2026-07-13T08:45:18.248Z | Checking ingot v0.1.1 |
| 684 | 2026-07-13T08:45:18.291Z | Checking socket2 v0.6.4 |
| 685 | 2026-07-13T08:45:18.334Z | Checking nom v8.0.0 |
| 686 | 2026-07-13T08:45:18.337Z | Checking thread_local v1.1.10 |
| 687 | 2026-07-13T08:45:18.437Z | Checking colored v3.1.1 |
| 688 | 2026-07-13T08:45:18.483Z | Checking lazy_static v1.5.0 |
| 689 | 2026-07-13T08:45:18.530Z | Checking iana-time-zone v0.1.65 |
| 690 | 2026-07-13T08:45:18.622Z | Checking oxnet v0.1.6 |
| 691 | 2026-07-13T08:45:18.792Z | Checking powerfmt v0.2.0 |
| 692 | 2026-07-13T08:45:18.931Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 693 | 2026-07-13T08:45:19.013Z | Checking deranged v0.5.8 |
| 694 | 2026-07-13T08:45:19.038Z | Compiling slog-async v2.8.0 |
| 695 | 2026-07-13T08:45:19.059Z | Compiling heck v0.4.1 |
| 696 | 2026-07-13T08:45:19.244Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 697 | 2026-07-13T08:45:19.362Z | Checking chrono v0.4.45 |
| 698 | 2026-07-13T08:45:19.381Z | Checking slog-scope v4.4.1 |
| 699 | 2026-07-13T08:45:19.505Z | Checking crossbeam-channel v0.5.16 |
| 700 | 2026-07-13T08:45:19.870Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 701 | 2026-07-13T08:45:19.876Z | Checking cookie-factory v0.3.3 |
| 702 | 2026-07-13T08:45:19.943Z | Checking time v0.3.53 |
| 703 | 2026-07-13T08:45:19.959Z | Checking itertools v0.12.1 |
| 704 | 2026-07-13T08:45:20.119Z | Checking is-terminal v0.4.17 |
| 705 | 2026-07-13T08:45:20.197Z | Checking circular v0.3.0 |
| 706 | 2026-07-13T08:45:20.222Z | Checking take_mut v0.2.2 |
| 707 | 2026-07-13T08:45:20.270Z | Checking rusticata-macros v5.0.0 |
| 708 | 2026-07-13T08:45:20.302Z | Checking term v1.2.1 |
| 709 | 2026-07-13T08:45:20.310Z | Checking log v0.4.33 |
| 710 | 2026-07-13T08:45:20.395Z | Checking pcap-parser v0.17.0 |
| 711 | 2026-07-13T08:45:20.465Z | Checking slog-stdlog v4.1.1 |
| 712 | 2026-07-13T08:45:20.946Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 713 | 2026-07-13T08:45:21.065Z | Checking slog-term v2.9.2 |
| 714 | 2026-07-13T08:45:21.236Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 715 | 2026-07-13T08:45:21.556Z | Checking slog-envlogger v2.2.0 |
| 716 | 2026-07-13T08:45:24.390Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 717 | 2026-07-13T08:45:26.064Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 718 | 2026-07-13T08:45:26.064Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 719 | 2026-07-13T08:45:26.410Z | Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 720 | 2026-07-13T08:45:26.949Z | Finished `dev` profile [optimized + debuginfo] target(s) in 17.30s |
| 721 | 2026-07-13T08:45:26.987Z | + cargo build --test loopback |
| 722 | 2026-07-13T08:45:27.154Z | Compiling cfg-if v1.0.4 |
| 723 | 2026-07-13T08:45:27.155Z | Compiling memchr v2.8.3 |
| 724 | 2026-07-13T08:45:27.158Z | Compiling serde_core v1.0.228 |
| 725 | 2026-07-13T08:45:27.182Z | Compiling libc v0.2.186 |
| 726 | 2026-07-13T08:45:27.185Z | Compiling thiserror v2.0.18 |
| 727 | 2026-07-13T08:45:27.188Z | Compiling pin-project-lite v0.2.17 |
| 728 | 2026-07-13T08:45:27.191Z | Compiling either v1.16.0 |
| 729 | 2026-07-13T08:45:27.191Z | Compiling byteorder v1.5.0 |
| 730 | 2026-07-13T08:45:27.230Z | Compiling zerocopy v0.8.54 |
| 731 | 2026-07-13T08:45:27.257Z | Compiling macaddr v1.0.1 |
| 732 | 2026-07-13T08:45:27.262Z | Compiling futures-sink v0.3.32 |
| 733 | 2026-07-13T08:45:27.348Z | Compiling hash32 v0.3.1 |
| 734 | 2026-07-13T08:45:27.352Z | Compiling stable_deref_trait v1.2.1 |
| 735 | 2026-07-13T08:45:27.378Z | Compiling futures-core v0.3.32 |
| 736 | 2026-07-13T08:45:27.413Z | Compiling cobs v0.3.0 |
| 737 | 2026-07-13T08:45:27.493Z | Compiling futures-channel v0.3.32 |
| 738 | 2026-07-13T08:45:27.497Z | Compiling heapless v0.8.0 |
| 739 | 2026-07-13T08:45:27.525Z | Compiling managed v0.8.0 |
| 740 | 2026-07-13T08:45:27.537Z | Compiling bitflags v1.3.2 |
| 741 | 2026-07-13T08:45:27.600Z | Compiling slab v0.4.12 |
| 742 | 2026-07-13T08:45:27.684Z | Compiling rand_core v0.10.1 |
| 743 | 2026-07-13T08:45:27.722Z | Compiling futures-task v0.3.32 |
| 744 | 2026-07-13T08:45:27.743Z | Compiling futures-io v0.3.32 |
| 745 | 2026-07-13T08:45:27.778Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 746 | 2026-07-13T08:45:27.837Z | Compiling futures-util v0.3.32 |
| 747 | 2026-07-13T08:45:27.904Z | Compiling smoltcp v0.11.0 |
| 748 | 2026-07-13T08:45:27.913Z | Compiling once_cell v1.21.4 |
| 749 | 2026-07-13T08:45:27.920Z | Compiling ipnetwork v0.21.1 |
| 750 | 2026-07-13T08:45:28.018Z | Compiling foreign-types-shared v0.3.1 |
| 751 | 2026-07-13T08:45:28.101Z | Compiling unicode-width v0.2.2 |
| 752 | 2026-07-13T08:45:28.143Z | Compiling cpufeatures v0.3.0 |
| 753 | 2026-07-13T08:45:28.209Z | Compiling chacha20 v0.10.1 |
| 754 | 2026-07-13T08:45:28.405Z | Compiling tabwriter v1.4.1 |
| 755 | 2026-07-13T08:45:28.436Z | Compiling foreign-types v0.5.0 |
| 756 | 2026-07-13T08:45:28.507Z | Compiling tracing-core v0.1.36 |
| 757 | 2026-07-13T08:45:28.585Z | Compiling getrandom v0.4.3 |
| 758 | 2026-07-13T08:45:28.757Z | Compiling ref-cast v1.0.25 |
| 759 | 2026-07-13T08:45:28.801Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 760 | 2026-07-13T08:45:28.816Z | Compiling num_enum v0.7.6 |
| 761 | 2026-07-13T08:45:28.847Z | Compiling crc32fast v1.5.0 |
| 762 | 2026-07-13T08:45:28.923Z | Compiling serde v1.0.228 |
| 763 | 2026-07-13T08:45:29.085Z | Compiling bitflags v2.13.0 |
| 764 | 2026-07-13T08:45:29.164Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 765 | 2026-07-13T08:45:29.271Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 766 | 2026-07-13T08:45:29.496Z | Compiling erased-serde v0.3.31 |
| 767 | 2026-07-13T08:45:29.496Z | Compiling postcard v1.1.3 |
| 768 | 2026-07-13T08:45:29.552Z | Compiling cstr-argument v0.1.2 |
| 769 | 2026-07-13T08:45:29.719Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 770 | 2026-07-13T08:45:29.824Z | Compiling itertools v0.15.0 |
| 771 | 2026-07-13T08:45:29.830Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 772 | 2026-07-13T08:45:29.870Z | Compiling dyn-clone v1.0.20 |
| 773 | 2026-07-13T08:45:29.905Z | Compiling slog v2.8.2 |
| 774 | 2026-07-13T08:45:30.036Z | Compiling ingot-types v0.1.2 |
| 775 | 2026-07-13T08:45:30.198Z | Compiling futures-executor v0.3.32 |
| 776 | 2026-07-13T08:45:30.203Z | Compiling pretty-hex v0.4.2 |
| 777 | 2026-07-13T08:45:30.329Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 778 | 2026-07-13T08:45:30.440Z | Compiling ingot v0.1.1 |
| 779 | 2026-07-13T08:45:30.454Z | Compiling futures v0.3.32 |
| 780 | 2026-07-13T08:45:30.503Z | Compiling tracing v0.1.44 |
| 781 | 2026-07-13T08:45:30.527Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 782 | 2026-07-13T08:45:30.548Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 783 | 2026-07-13T08:45:30.574Z | Compiling uuid v1.23.5 |
| 784 | 2026-07-13T08:45:30.639Z | Compiling num-traits v0.2.19 |
| 785 | 2026-07-13T08:45:30.818Z | Compiling rand v0.10.2 |
| 786 | 2026-07-13T08:45:30.865Z | Compiling crossbeam-utils v0.8.22 |
| 787 | 2026-07-13T08:45:30.883Z | Compiling aho-corasick v1.1.4 |
| 788 | 2026-07-13T08:45:31.031Z | Compiling nom v8.0.0 |
| 789 | 2026-07-13T08:45:31.226Z | Compiling socket2 v0.6.4 |
| 790 | 2026-07-13T08:45:31.319Z | Compiling thread_local v1.1.10 |
| 791 | 2026-07-13T08:45:31.710Z | Compiling arc-swap v1.9.2 |
| 792 | 2026-07-13T08:45:31.734Z | Compiling winnow v1.0.3 |
| 793 | 2026-07-13T08:45:31.773Z | Compiling time-core v0.1.9 |
| 794 | 2026-07-13T08:45:31.955Z | Compiling colored v3.1.1 |
| 795 | 2026-07-13T08:45:32.080Z | Compiling regex-syntax v0.8.11 |
| 796 | 2026-07-13T08:45:32.263Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 797 | 2026-07-13T08:45:32.376Z | Compiling lazy_static v1.5.0 |
| 798 | 2026-07-13T08:45:32.473Z | Compiling deranged v0.5.8 |
| 799 | 2026-07-13T08:45:32.643Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 800 | 2026-07-13T08:45:32.804Z | Compiling num-conv v0.2.2 |
| 801 | 2026-07-13T08:45:32.887Z | Compiling iana-time-zone v0.1.65 |
| 802 | 2026-07-13T08:45:32.951Z | Compiling oxnet v0.1.6 |
| 803 | 2026-07-13T08:45:33.239Z | Compiling powerfmt v0.2.0 |
| 804 | 2026-07-13T08:45:33.435Z | Compiling time v0.3.53 |
| 805 | 2026-07-13T08:45:33.453Z | Compiling rusticata-macros v5.0.0 |
| 806 | 2026-07-13T08:45:33.516Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 807 | 2026-07-13T08:45:33.634Z | Compiling regex-automata v0.4.15 |
| 808 | 2026-07-13T08:45:33.779Z | Compiling chrono v0.4.45 |
| 809 | 2026-07-13T08:45:34.668Z | Compiling slog-scope v4.4.1 |
| 810 | 2026-07-13T08:45:35.181Z | Compiling thiserror v1.0.69 |
| 811 | 2026-07-13T08:45:35.282Z | Compiling crossbeam-channel v0.5.16 |
| 812 | 2026-07-13T08:45:35.518Z | Compiling cookie-factory v0.3.3 |
| 813 | 2026-07-13T08:45:35.840Z | Compiling is-terminal v0.4.17 |
| 814 | 2026-07-13T08:45:35.934Z | Compiling itertools v0.12.1 |
| 815 | 2026-07-13T08:45:36.061Z | Compiling take_mut v0.2.2 |
| 816 | 2026-07-13T08:45:36.168Z | Compiling term v1.2.1 |
| 817 | 2026-07-13T08:45:37.348Z | Compiling circular v0.3.0 |
| 818 | 2026-07-13T08:45:37.600Z | Compiling log v0.4.33 |
| 819 | 2026-07-13T08:45:37.715Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 820 | 2026-07-13T08:45:37.878Z | Compiling slog-stdlog v4.1.1 |
| 821 | 2026-07-13T08:45:38.219Z | Compiling pcap-parser v0.17.0 |
| 822 | 2026-07-13T08:45:38.293Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 823 | 2026-07-13T08:45:38.638Z | Compiling slog-term v2.9.2 |
| 824 | 2026-07-13T08:45:39.489Z | Compiling slog-async v2.8.0 |
| 825 | 2026-07-13T08:45:40.414Z | Compiling regex v1.13.0 |
| 826 | 2026-07-13T08:45:40.713Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 827 | 2026-07-13T08:45:41.125Z | Compiling slog-envlogger v2.2.0 |
| 828 | 2026-07-13T08:45:41.322Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 829 | 2026-07-13T08:45:41.549Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 830 | 2026-07-13T08:45:41.774Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 831 | 2026-07-13T08:45:49.536Z | Finished `dev` profile [optimized + debuginfo] target(s) in 22.54s |
| 832 | 2026-07-13T08:45:49.571Z | ++ cargo build -q --test loopback --message-format=json |
| 833 | 2026-07-13T08:45:49.574Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 834 | 2026-07-13T08:45:49.688Z | + loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-55b09dee80c34962 |
| 835 | 2026-07-13T08:45:49.692Z | + cargo build --test multicast_rx |
| 836 | 2026-07-13T08:45:49.794Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 837 | 2026-07-13T08:45:51.414Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.71s |
| 838 | 2026-07-13T08:45:51.451Z | ++ cargo build -q --test multicast_rx --message-format=json |
| 839 | 2026-07-13T08:45:51.454Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 840 | 2026-07-13T08:45:51.569Z | + multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-8e73648cce681f5c |
| 841 | 2026-07-13T08:45:51.569Z | + cargo build --test multicast_multi_sub |
| 842 | 2026-07-13T08:45:51.672Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 843 | 2026-07-13T08:45:53.452Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.87s |
| 844 | 2026-07-13T08:45:53.488Z | ++ cargo build -q --test multicast_multi_sub --message-format=json |
| 845 | 2026-07-13T08:45:53.491Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 846 | 2026-07-13T08:45:53.604Z | + multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-5747baccfccbd5b9 |
| 847 | 2026-07-13T08:45:53.604Z | + cargo build --test multicast_validation |
| 848 | 2026-07-13T08:45:53.703Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 849 | 2026-07-13T08:45:55.671Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.05s |
| 850 | 2026-07-13T08:45:55.706Z | ++ cargo build -q --test multicast_validation --message-format=json |
| 851 | 2026-07-13T08:45:55.709Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 852 | 2026-07-13T08:45:55.822Z | + multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-3d52dee5fa8fad9a |
| 853 | 2026-07-13T08:45:55.822Z | + cargo build --test multicast_source_filter |
| 854 | 2026-07-13T08:45:55.923Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 855 | 2026-07-13T08:45:57.980Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.15s |
| 856 | 2026-07-13T08:45:58.016Z | ++ cargo build -q --test multicast_source_filter --message-format=json |
| 857 | 2026-07-13T08:45:58.020Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 858 | 2026-07-13T08:45:58.134Z | + multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-f957da7e7fcf8e4c |
| 859 | 2026-07-13T08:45:58.134Z | + mkdir -p /work/test |
| 860 | 2026-07-13T08:45:58.137Z | + cp /work/oxidecomputer/opte/target/debug/deps/loopback-55b09dee80c34962 /work/test/loopback |
| 861 | 2026-07-13T08:45:58.178Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-8e73648cce681f5c /work/test/multicast_rx |
| 862 | 2026-07-13T08:45:58.220Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-5747baccfccbd5b9 /work/test/multicast_multi_sub |
| 863 | 2026-07-13T08:45:58.266Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-3d52dee5fa8fad9a /work/test/multicast_validation |
| 864 | 2026-07-13T08:45:58.309Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-f957da7e7fcf8e4c /work/test/multicast_source_filter |
| 865 | 2026-07-13T08:45:58.353Z | process exited: duration 229976 ms, exit code 0 |
| |
| 866 | 2026-07-13T08:45:58.373Z | found 14 output files |
| 867 | 2026-07-13T08:45:58.373Z | uploading: /work/debug/xde.dbg (94731080 bytes) |
| 868 | 2026-07-13T08:45:59.995Z | uploaded: /work/debug/xde.dbg |
| 869 | 2026-07-13T08:45:59.995Z | uploading: /work/debug/xde.dbg.sha256 (86 bytes) |
| 870 | 2026-07-13T08:46:01.004Z | uploaded: /work/debug/xde.dbg.sha256 |
| 871 | 2026-07-13T08:46:01.008Z | uploading: /work/debug/xde_link.dbg.so (1258956 bytes) |
| 872 | 2026-07-13T08:46:02.028Z | uploaded: /work/debug/xde_link.dbg.so |
| 873 | 2026-07-13T08:46:02.028Z | uploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes) |
| 874 | 2026-07-13T08:46:03.041Z | uploaded: /work/debug/xde_link.dbg.so.sha256 |
| 875 | 2026-07-13T08:46:03.041Z | uploading: /work/release/xde (51897008 bytes) |
| 876 | 2026-07-13T08:46:04.365Z | uploaded: /work/release/xde |
| 877 | 2026-07-13T08:46:04.365Z | uploading: /work/release/xde.sha256 (84 bytes) |
| 878 | 2026-07-13T08:46:05.375Z | uploaded: /work/release/xde.sha256 |
| 879 | 2026-07-13T08:46:05.375Z | uploading: /work/release/xde_link.so (45116 bytes) |
| 880 | 2026-07-13T08:46:06.388Z | uploaded: /work/release/xde_link.so |
| 881 | 2026-07-13T08:46:06.388Z | uploading: /work/release/xde_link.so.sha256 (92 bytes) |
| 882 | 2026-07-13T08:46:07.402Z | uploaded: /work/release/xde_link.so.sha256 |
| 883 | 2026-07-13T08:46:07.402Z | uploading: /work/test/loopback (51504112 bytes) |
| 884 | 2026-07-13T08:46:08.724Z | uploaded: /work/test/loopback |
| 885 | 2026-07-13T08:46:08.724Z | uploading: /work/test/multicast_rx (51800376 bytes) |
| 886 | 2026-07-13T08:46:10.019Z | uploaded: /work/test/multicast_rx |
| 887 | 2026-07-13T08:46:10.019Z | uploading: /work/test/multicast_multi_sub (55915496 bytes) |
| 888 | 2026-07-13T08:46:11.358Z | uploaded: /work/test/multicast_multi_sub |
| 889 | 2026-07-13T08:46:11.358Z | uploading: /work/test/multicast_validation (51955048 bytes) |
| 890 | 2026-07-13T08:46:12.775Z | uploaded: /work/test/multicast_validation |
| 891 | 2026-07-13T08:46:12.775Z | uploading: /work/test/multicast_source_filter (52261224 bytes) |
| 892 | 2026-07-13T08:46:14.099Z | uploaded: /work/test/multicast_source_filter |
| 893 | 2026-07-13T08:46:14.099Z | uploading: /work/xde.conf (79 bytes) |
| 894 | 2026-07-13T08:46:15.109Z | uploaded: /work/xde.conf |