|
|
|
| 1 | 2026-06-19T09:14:43.567Z | job assigned to worker 01KVFJGZ1VNSM82HMR08XDZSQZ [factory aws, i-0424eaf0a1cffe548] (queued for 53 s) |
| |
| 2 | 2026-06-19T09:14:50.691Z | starting task 0: "setup" |
| 3 | 2026-06-19T09:14:50.695Z | ++ uname -s |
| 4 | 2026-06-19T09:14:50.698Z | + kern=SunOS |
| 5 | 2026-06-19T09:14:50.698Z | + build_user=build |
| 6 | 2026-06-19T09:14:50.698Z | + build_uid=12345 |
| 7 | 2026-06-19T09:14:50.698Z | + work_dir=/work |
| 8 | 2026-06-19T09:14:50.698Z | + input_dir=/input |
| 9 | 2026-06-19T09:14:50.698Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-19T09:14:50.698Z | + case "$kern" in |
| 11 | 2026-06-19T09:14:50.698Z | + groupadd -g 12345 build |
| 12 | 2026-06-19T09:14:50.701Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-19T09:14:52.704Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-19T09:14:52.765Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-19T09:14:52.768Z | + home_fs=zfs |
| 16 | 2026-06-19T09:14:52.768Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-19T09:14:52.768Z | + mkdir -p /home/build |
| 18 | 2026-06-19T09:14:52.768Z | + chown build:build /home/build /work |
| 19 | 2026-06-19T09:14:54.769Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-19T09:14:54.772Z | process exited: duration 4083 ms, exit code 0 |
| |
| 21 | 2026-06-19T09:14:54.779Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-19T09:14:54.783Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.0 |
| 23 | 2026-06-19T09:14:54.783Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-06-19T09:14:54.783Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-06-19T09:14:54.783Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-06-19T09:14:54.787Z | * rust toolchain channel = "1.96.0" |
| 27 | 2026-06-19T09:14:54.787Z | * rust toolchain profile = "default" |
| 28 | 2026-06-19T09:14:54.787Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-19T09:14:54.787Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default |
| 30 | 2026-06-19T09:14:54.888Z | info: downloading installer |
| 31 | 2026-06-19T09:14:56.311Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-19T09:14:56.311Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-19T09:14:56.311Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-19T09:14:56.311Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-19T09:14:56.323Z | info: profile set to default |
| 36 | 2026-06-19T09:14:56.323Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-19T09:14:56.326Z | info: syncing channel updates for 1.96.0-x86_64-unknown-illumos |
| 38 | 2026-06-19T09:14:56.465Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-19T09:14:56.468Z | info: downloading 6 components |
| 40 | 2026-06-19T09:15:11.616Z | info: default toolchain set to 1.96.0-x86_64-unknown-illumos |
| 41 | 2026-06-19T09:15:11.616Z | |
| 42 | 2026-06-19T09:15:11.651Z | 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-19T09:15:11.651Z | |
| 44 | 2026-06-19T09:15:11.656Z | |
| 45 | 2026-06-19T09:15:11.656Z | Rust is installed now. Great! |
| 46 | 2026-06-19T09:15:11.656Z | |
| 47 | 2026-06-19T09:15:11.656Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-19T09:15:11.656Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-19T09:15:11.656Z | |
| 50 | 2026-06-19T09:15:11.656Z | To configure your current shell, you need to source |
| 51 | 2026-06-19T09:15:11.656Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-19T09:15:11.656Z | |
| 53 | 2026-06-19T09:15:11.656Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-19T09:15:11.656Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-19T09:15:11.656Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-19T09:15:11.656Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-19T09:15:11.656Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-19T09:15:11.656Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-19T09:15:11.656Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-19T09:15:11.656Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-19T09:15:11.656Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-19T09:15:11.757Z | + rustup --version |
| 63 | 2026-06-19T09:15:11.766Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-19T09:15:11.769Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-19T09:15:11.787Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-19T09:15:11.790Z | + cargo --version |
| 67 | 2026-06-19T09:15:11.803Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-19T09:15:11.806Z | + rustc --version |
| 69 | 2026-06-19T09:15:11.825Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-19T09:15:11.828Z | process exited: duration 17048 ms, exit code 0 |
| |
| 71 | 2026-06-19T09:15:11.835Z | starting task 2: "authentication" |
| 72 | 2026-06-19T09:15:11.851Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-19T09:15:11.857Z | starting task 3: "clone repository" |
| 74 | 2026-06-19T09:15:11.860Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-06-19T09:15:11.863Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-06-19T09:15:11.895Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-06-19T09:15:12.758Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-06-19T09:15:12.758Z | + git fetch origin 2d39e9716319d602429e771c12b3c6628589c63b |
| 79 | 2026-06-19T09:15:12.981Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-06-19T09:15:12.981Z | * branch 2d39e9716319d602429e771c12b3c6628589c63b -> FETCH_HEAD |
| 81 | 2026-06-19T09:15:12.988Z | + [[ -n renovate/rust-1.x ]] |
| 82 | 2026-06-19T09:15:12.991Z | ++ git branch --show-current |
| 83 | 2026-06-19T09:15:12.991Z | + current=master |
| 84 | 2026-06-19T09:15:12.991Z | + [[ master != renovate/rust-1.x ]] |
| 85 | 2026-06-19T09:15:12.991Z | + git branch -f renovate/rust-1.x 2d39e9716319d602429e771c12b3c6628589c63b |
| 86 | 2026-06-19T09:15:12.995Z | + git checkout -f renovate/rust-1.x |
| 87 | 2026-06-19T09:15:13.011Z | Switched to branch 'renovate/rust-1.x' |
| 88 | 2026-06-19T09:15:13.014Z | + git reset --hard 2d39e9716319d602429e771c12b3c6628589c63b |
| 89 | 2026-06-19T09:15:13.017Z | HEAD is now at 2d39e97 ... |
| 90 | 2026-06-19T09:15:13.017Z | process exited: duration 1157 ms, exit code 0 |
| |
| 91 | 2026-06-19T09:15:13.023Z | starting task 4: "build" |
| 92 | 2026-06-19T09:15:13.027Z | + source .github/buildomat/common.sh |
| 93 | 2026-06-19T09:15:13.029Z | ++ rustup show active-toolchain |
| 94 | 2026-06-19T09:15:13.032Z | 1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-06-19T09:15:13.032Z | ++ pushd xde |
| 96 | 2026-06-19T09:15:13.035Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-06-19T09:15:13.035Z | ++ rustup show active-toolchain |
| 98 | 2026-06-19T09:15:13.038Z | info: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos |
| 99 | 2026-06-19T09:15:13.193Z | info: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18) |
| 100 | 2026-06-19T09:15:13.197Z | info: downloading 6 components |
| 101 | 2026-06-19T09:15:27.048Z | nightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-06-19T09:15:27.133Z | +++ rustup show active-toolchain -v |
| 103 | 2026-06-19T09:15:27.137Z | +++ head -n 1 |
| 104 | 2026-06-19T09:15:27.137Z | +++ cut '-d ' -f1 |
| 105 | 2026-06-19T09:15:27.191Z | ++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos |
| 106 | 2026-06-19T09:15:27.191Z | ++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos |
| 107 | 2026-06-19T09:15:27.191Z | ++ popd |
| 108 | 2026-06-19T09:15:27.194Z | /work/oxidecomputer/opte |
| 109 | 2026-06-19T09:15:27.194Z | + TGT_BASE=/work |
| 110 | 2026-06-19T09:15:27.194Z | + DBG_SRC=target/x86_64-unknown-unknown/debug |
| 111 | 2026-06-19T09:15:27.194Z | + DBG_LINK_SRC=target/i686-unknown-illumos/debug |
| 112 | 2026-06-19T09:15:27.194Z | + DBG_TGT=/work/debug |
| 113 | 2026-06-19T09:15:27.194Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 114 | 2026-06-19T09:15:27.194Z | + REL_LINK_SRC=target/i686-unknown-illumos/release |
| 115 | 2026-06-19T09:15:27.194Z | + REL_TGT=/work/release |
| 116 | 2026-06-19T09:15:27.194Z | + mkdir -p /work/debug /work/release |
| 117 | 2026-06-19T09:15:27.194Z | + cargo --version |
| 118 | 2026-06-19T09:15:27.202Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 119 | 2026-06-19T09:15:27.205Z | + rustc --version |
| 120 | 2026-06-19T09:15:27.225Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 121 | 2026-06-19T09:15:27.228Z | + install_pkg jq |
| 122 | 2026-06-19T09:15:27.228Z | + set +o errexit |
| 123 | 2026-06-19T09:15:27.228Z | + pfexec pkg install jq |
| 124 | 2026-06-19T09:15:28.195Z | Startup: Refreshing catalog 'helios' ... Done |
| 125 | 2026-06-19T09:15:28.289Z | Startup: Caching catalogs ... Done |
| 126 | 2026-06-19T09:15:28.635Z | Planning: Solver setup ... Done |
| 127 | 2026-06-19T09:15:28.657Z | Planning: Running solver ... Done |
| 128 | 2026-06-19T09:15:28.662Z | Planning: Consolidating action changes ... Done |
| 129 | 2026-06-19T09:15:28.662Z | Planning: Evaluating mediators ... Done |
| 130 | 2026-06-19T09:15:28.666Z | Planning: Planning completed in 0.35 seconds |
| 131 | 2026-06-19T09:15:28.702Z | No updates necessary for this image. |
| 132 | 2026-06-19T09:15:28.787Z | + exit_code=4 |
| 133 | 2026-06-19T09:15:28.787Z | + [[ 4 -ne 0 ]] |
| 134 | 2026-06-19T09:15:28.787Z | + [[ 4 -ne 4 ]] |
| 135 | 2026-06-19T09:15:28.787Z | + set -o errexit |
| 136 | 2026-06-19T09:15:28.790Z | + pushd xde |
| 137 | 2026-06-19T09:15:28.791Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 138 | 2026-06-19T09:15:28.791Z | + cp xde.conf /work/xde.conf |
| 139 | 2026-06-19T09:15:28.791Z | + header 'check style' |
| 140 | 2026-06-19T09:15:28.791Z | + echo '# ==== check style ==== #' |
| 141 | 2026-06-19T09:15:28.791Z | + ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check |
| 142 | 2026-06-19T09:15:28.791Z | # ==== check style ==== # |
| 143 | 2026-06-19T09:15:28.999Z | |
| 144 | 2026-06-19T09:15:28.999Z | real 0.205083875 |
| 145 | 2026-06-19T09:15:28.999Z | user 0.151136523 |
| 146 | 2026-06-19T09:15:28.999Z | sys 0.044136764 |
| 147 | 2026-06-19T09:15:28.999Z | trap 0.000008760 |
| 148 | 2026-06-19T09:15:28.999Z | tflt 0.000056710 |
| 149 | 2026-06-19T09:15:28.999Z | dflt 0.000015340 |
| 150 | 2026-06-19T09:15:28.999Z | kflt 0.000000000 |
| 151 | 2026-06-19T09:15:29.003Z | lock 0.033122480 |
| 152 | 2026-06-19T09:15:29.003Z | slp 0.183098455 |
| 153 | 2026-06-19T09:15:29.003Z | lat 0.000795000 |
| 154 | 2026-06-19T09:15:29.003Z | stop 0.000155960 |
| 155 | 2026-06-19T09:15:29.003Z | + header analyze |
| 156 | 2026-06-19T09:15:29.003Z | + echo '# ==== analyze ==== #' |
| 157 | 2026-06-19T09:15:29.003Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 158 | 2026-06-19T09:15:29.003Z | # ==== analyze ==== # |
| 159 | 2026-06-19T09:15:29.179Z | Updating crates.io index |
| 160 | 2026-06-19T09:15:29.182Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 161 | 2026-06-19T09:15:29.810Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 162 | 2026-06-19T09:15:30.044Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 163 | 2026-06-19T09:15:30.363Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 164 | 2026-06-19T09:15:30.636Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 165 | 2026-06-19T09:15:30.857Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 166 | 2026-06-19T09:15:31.088Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 167 | 2026-06-19T09:15:33.072Z | Downloading crates ... |
| 168 | 2026-06-19T09:15:33.127Z | Downloaded defmt v0.3.100 |
| 169 | 2026-06-19T09:15:33.130Z | Downloaded defmt-parser v1.0.0 |
| 170 | 2026-06-19T09:15:33.141Z | Downloaded dyn-clone v1.0.20 |
| 171 | 2026-06-19T09:15:33.144Z | Downloaded darling_macro v0.23.0 |
| 172 | 2026-06-19T09:15:33.148Z | Downloaded cfg-if v1.0.4 |
| 173 | 2026-06-19T09:15:33.151Z | Downloaded ref-cast v1.0.25 |
| 174 | 2026-06-19T09:15:33.151Z | Downloaded strsim v0.11.1 |
| 175 | 2026-06-19T09:15:33.154Z | Downloaded ref-cast-impl v1.0.25 |
| 176 | 2026-06-19T09:15:33.154Z | Downloaded fnv v1.0.7 |
| 177 | 2026-06-19T09:15:33.154Z | Downloaded hash32 v0.3.1 |
| 178 | 2026-06-19T09:15:33.157Z | Downloaded ident_case v1.0.1 |
| 179 | 2026-06-19T09:15:33.157Z | Downloaded either v1.16.0 |
| 180 | 2026-06-19T09:15:33.161Z | Downloaded darling_macro v0.21.3 |
| 181 | 2026-06-19T09:15:33.164Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 182 | 2026-06-19T09:15:33.164Z | Downloaded cobs v0.3.0 |
| 183 | 2026-06-19T09:15:33.164Z | Downloaded embedded-io v0.4.0 |
| 184 | 2026-06-19T09:15:33.164Z | Downloaded embedded-io v0.6.1 |
| 185 | 2026-06-19T09:15:33.164Z | Downloaded macaddr v1.0.1 |
| 186 | 2026-06-19T09:15:33.171Z | Downloaded managed v0.8.0 |
| 187 | 2026-06-19T09:15:33.182Z | Downloaded stable_deref_trait v1.2.1 |
| 188 | 2026-06-19T09:15:33.185Z | Downloaded version_check v0.9.5 |
| 189 | 2026-06-19T09:15:33.192Z | Downloaded defmt-macros v1.1.0 |
| 190 | 2026-06-19T09:15:33.195Z | Downloaded bitflags v1.3.2 |
| 191 | 2026-06-19T09:15:33.196Z | Downloaded byteorder v1.5.0 |
| 192 | 2026-06-19T09:15:33.199Z | Downloaded defmt v1.1.0 |
| 193 | 2026-06-19T09:15:33.202Z | Downloaded thiserror-impl v2.0.18 |
| 194 | 2026-06-19T09:15:33.204Z | Downloaded quote v1.0.45 |
| 195 | 2026-06-19T09:15:33.210Z | Downloaded thiserror v2.0.18 |
| 196 | 2026-06-19T09:15:33.214Z | Downloaded ingot v0.1.1 |
| 197 | 2026-06-19T09:15:33.218Z | Downloaded proc-macro-error2 v2.0.1 |
| 198 | 2026-06-19T09:15:33.221Z | Downloaded darling v0.21.3 |
| 199 | 2026-06-19T09:15:33.224Z | Downloaded darling v0.23.0 |
| 200 | 2026-06-19T09:15:33.227Z | Downloaded crc32fast v1.5.0 |
| 201 | 2026-06-19T09:15:33.232Z | Downloaded aho-corasick v1.1.4 |
| 202 | 2026-06-19T09:15:33.236Z | Downloaded ingot-macros v0.1.1 |
| 203 | 2026-06-19T09:15:33.248Z | Downloaded bitflags v2.13.0 |
| 204 | 2026-06-19T09:15:33.251Z | Downloaded proc-macro2 v1.0.106 |
| 205 | 2026-06-19T09:15:33.254Z | Downloaded darling_core v0.23.0 |
| 206 | 2026-06-19T09:15:33.257Z | Downloaded ingot-types v0.1.2 |
| 207 | 2026-06-19T09:15:33.270Z | Downloaded postcard v1.1.3 |
| 208 | 2026-06-19T09:15:33.273Z | Downloaded unicode-ident v1.0.24 |
| 209 | 2026-06-19T09:15:33.276Z | Downloaded serde_core v1.0.228 |
| 210 | 2026-06-19T09:15:33.276Z | Downloaded serde_derive v1.0.228 |
| 211 | 2026-06-19T09:15:33.279Z | Downloaded uuid v1.23.3 |
| 212 | 2026-06-19T09:15:33.281Z | Downloaded darling_core v0.21.3 |
| 213 | 2026-06-19T09:15:33.286Z | Downloaded zerocopy-derive v0.8.52 |
| 214 | 2026-06-19T09:15:33.290Z | Downloaded heapless v0.8.0 |
| 215 | 2026-06-19T09:15:33.293Z | Downloaded serde v1.0.228 |
| 216 | 2026-06-19T09:15:33.296Z | Downloaded memchr v2.8.2 |
| 217 | 2026-06-19T09:15:33.330Z | Downloaded regex v1.12.4 |
| 218 | 2026-06-19T09:15:33.334Z | Downloaded itertools v0.14.0 |
| 219 | 2026-06-19T09:15:33.338Z | Downloaded itertools v0.15.0 |
| 220 | 2026-06-19T09:15:33.366Z | Downloaded syn v2.0.117 |
| 221 | 2026-06-19T09:15:33.370Z | Downloaded zerocopy v0.8.52 |
| 222 | 2026-06-19T09:15:33.380Z | Downloaded smoltcp v0.11.0 |
| 223 | 2026-06-19T09:15:33.386Z | Downloaded regex-syntax v0.8.11 |
| 224 | 2026-06-19T09:15:33.398Z | Downloaded regex-automata v0.4.14 |
| 225 | 2026-06-19T09:15:33.410Z | Updating crates.io index |
| 226 | 2026-06-19T09:15:33.456Z | Downloading crates ... |
| 227 | 2026-06-19T09:15:33.474Z | Downloaded addr2line v0.25.1 |
| 228 | 2026-06-19T09:15:33.482Z | Downloaded miniz_oxide v0.8.9 |
| 229 | 2026-06-19T09:15:33.484Z | Downloaded adler2 v2.0.1 |
| 230 | 2026-06-19T09:15:33.485Z | Downloaded foldhash v0.2.0 |
| 231 | 2026-06-19T09:15:33.488Z | Downloaded memchr v2.7.6 |
| 232 | 2026-06-19T09:15:33.498Z | Downloaded hashbrown v0.17.1 |
| 233 | 2026-06-19T09:15:33.502Z | Downloaded rustc-demangle v0.1.27 |
| 234 | 2026-06-19T09:15:33.514Z | Downloaded getopts v0.2.24 |
| 235 | 2026-06-19T09:15:33.520Z | Downloaded gimli v0.32.3 |
| 236 | 2026-06-19T09:15:33.524Z | Downloaded rustc-literal-escaper v0.0.7 |
| 237 | 2026-06-19T09:15:33.579Z | Downloaded object v0.37.3 |
| 238 | 2026-06-19T09:15:33.603Z | Downloaded libc v0.2.185 |
| 239 | 2026-06-19T09:15:33.659Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 240 | 2026-06-19T09:15:33.659Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 241 | 2026-06-19T09:15:33.659Z | Compiling proc-macro2 v1.0.106 |
| 242 | 2026-06-19T09:15:33.659Z | Compiling quote v1.0.45 |
| 243 | 2026-06-19T09:15:33.662Z | Compiling unicode-ident v1.0.24 |
| 244 | 2026-06-19T09:15:33.662Z | Compiling ident_case v1.0.1 |
| 245 | 2026-06-19T09:15:33.662Z | Compiling strsim v0.11.1 |
| 246 | 2026-06-19T09:15:33.662Z | Compiling serde_core v1.0.228 |
| 247 | 2026-06-19T09:15:33.840Z | Compiling memchr v2.8.2 |
| 248 | 2026-06-19T09:15:33.847Z | Compiling fnv v1.0.7 |
| 249 | 2026-06-19T09:15:33.930Z | Compiling regex-syntax v0.8.11 |
| 250 | 2026-06-19T09:15:34.119Z | Compiling thiserror v2.0.18 |
| 251 | 2026-06-19T09:15:34.133Z | Compiling serde v1.0.228 |
| 252 | 2026-06-19T09:15:34.170Z | Compiling either v1.16.0 |
| 253 | 2026-06-19T09:15:34.260Z | Compiling zerocopy v0.8.52 |
| 254 | 2026-06-19T09:15:34.382Z | Compiling aho-corasick v1.1.4 |
| 255 | 2026-06-19T09:15:34.575Z | Compiling itertools v0.14.0 |
| 256 | 2026-06-19T09:15:34.604Z | Compiling heapless v0.8.0 |
| 257 | 2026-06-19T09:15:34.829Z | Compiling smoltcp v0.11.0 |
| 258 | 2026-06-19T09:15:34.967Z | Compiling syn v2.0.117 |
| 259 | 2026-06-19T09:15:35.019Z | Compiling version_check v0.9.5 |
| 260 | 2026-06-19T09:15:35.128Z | Compiling crc32fast v1.5.0 |
| 261 | 2026-06-19T09:15:35.273Z | Compiling ref-cast v1.0.25 |
| 262 | 2026-06-19T09:15:35.383Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 263 | 2026-06-19T09:15:35.476Z | Compiling regex-automata v0.4.14 |
| 264 | 2026-06-19T09:15:37.044Z | Compiling regex v1.12.4 |
| 265 | 2026-06-19T09:15:37.300Z | Compiling darling_core v0.21.3 |
| 266 | 2026-06-19T09:15:37.339Z | Compiling darling_core v0.23.0 |
| 267 | 2026-06-19T09:15:38.195Z | Compiling serde_derive v1.0.228 |
| 268 | 2026-06-19T09:15:38.195Z | Compiling thiserror-impl v2.0.18 |
| 269 | 2026-06-19T09:15:38.195Z | Compiling zerocopy-derive v0.8.52 |
| 270 | 2026-06-19T09:15:38.198Z | Compiling ref-cast-impl v1.0.25 |
| 271 | 2026-06-19T09:15:38.198Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 272 | 2026-06-19T09:15:39.881Z | Compiling darling_macro v0.23.0 |
| 273 | 2026-06-19T09:15:40.036Z | Compiling darling_macro v0.21.3 |
| 274 | 2026-06-19T09:15:40.777Z | Compiling darling v0.23.0 |
| 275 | 2026-06-19T09:15:40.845Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 276 | 2026-06-19T09:15:40.941Z | Compiling darling v0.21.3 |
| 277 | 2026-06-19T09:15:41.007Z | Compiling ingot-macros v0.1.1 |
| 278 | 2026-06-19T09:15:45.737Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 279 | 2026-06-19T09:15:47.914Z | Checking byteorder v1.5.0 |
| 280 | 2026-06-19T09:15:47.914Z | Checking cfg-if v1.0.4 |
| 281 | 2026-06-19T09:15:47.914Z | Checking macaddr v1.0.1 |
| 282 | 2026-06-19T09:15:47.917Z | Checking stable_deref_trait v1.2.1 |
| 283 | 2026-06-19T09:15:47.917Z | Checking managed v0.8.0 |
| 284 | 2026-06-19T09:15:47.970Z | Checking bitflags v1.3.2 |
| 285 | 2026-06-19T09:15:47.998Z | Checking cobs v0.3.0 |
| 286 | 2026-06-19T09:15:48.051Z | Checking dyn-clone v1.0.20 |
| 287 | 2026-06-19T09:15:48.067Z | Checking hash32 v0.3.1 |
| 288 | 2026-06-19T09:15:48.119Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 289 | 2026-06-19T09:15:48.134Z | Checking itertools v0.15.0 |
| 290 | 2026-06-19T09:15:49.266Z | Checking bitflags v2.13.0 |
| 291 | 2026-06-19T09:15:49.266Z | Checking uuid v1.23.3 |
| 292 | 2026-06-19T09:15:49.413Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 293 | 2026-06-19T09:15:49.634Z | Checking postcard v1.1.3 |
| 294 | 2026-06-19T09:15:50.518Z | Checking ingot-types v0.1.2 |
| 295 | 2026-06-19T09:15:50.790Z | Checking ingot v0.1.1 |
| 296 | 2026-06-19T09:15:52.132Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 297 | 2026-06-19T09:15:55.871Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 298 | 2026-06-19T09:15:57.243Z | Checking xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 299 | 2026-06-19T09:15:59.223Z | Finished `dev` profile [optimized + debuginfo] target(s) in 30.16s |
| 300 | 2026-06-19T09:15:59.331Z | |
| 301 | 2026-06-19T09:15:59.331Z | real 30.325008689 |
| 302 | 2026-06-19T09:15:59.331Z | user 1:14.438854154 |
| 303 | 2026-06-19T09:15:59.331Z | sys 10.326517565 |
| 304 | 2026-06-19T09:15:59.331Z | trap 0.036455161 |
| 305 | 2026-06-19T09:15:59.331Z | tflt 0.038511057 |
| 306 | 2026-06-19T09:15:59.331Z | dflt 0.169308049 |
| 307 | 2026-06-19T09:15:59.331Z | kflt 0.001969000 |
| 308 | 2026-06-19T09:15:59.331Z | lock 5:19.081297839 |
| 309 | 2026-06-19T09:15:59.334Z | slp 3:26.012763172 |
| 310 | 2026-06-19T09:15:59.334Z | lat 2.421946931 |
| 311 | 2026-06-19T09:15:59.334Z | stop 8.188569507 |
| 312 | 2026-06-19T09:15:59.334Z | + pushd xde-link |
| 313 | 2026-06-19T09:15:59.334Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 314 | 2026-06-19T09:15:59.334Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 315 | 2026-06-19T09:15:59.515Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 316 | 2026-06-19T09:15:59.515Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 317 | 2026-06-19T09:15:59.515Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 318 | 2026-06-19T09:16:10.434Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 319 | 2026-06-19T09:16:12.626Z | Finished `dev` profile [optimized + debuginfo] target(s) in 13.23s |
| 320 | 2026-06-19T09:16:12.645Z | |
| 321 | 2026-06-19T09:16:12.649Z | real 13.308688961 |
| 322 | 2026-06-19T09:16:12.649Z | user 20.938460312 |
| 323 | 2026-06-19T09:16:12.649Z | sys 1.264820365 |
| 324 | 2026-06-19T09:16:12.649Z | trap 0.003289090 |
| 325 | 2026-06-19T09:16:12.649Z | tflt 0.002565210 |
| 326 | 2026-06-19T09:16:12.649Z | dflt 0.034228890 |
| 327 | 2026-06-19T09:16:12.649Z | kflt 0.000000000 |
| 328 | 2026-06-19T09:16:12.649Z | lock 1:25.975873813 |
| 329 | 2026-06-19T09:16:12.649Z | slp 44.291260060 |
| 330 | 2026-06-19T09:16:12.649Z | lat 0.238008381 |
| 331 | 2026-06-19T09:16:12.649Z | stop 0.164351916 |
| 332 | 2026-06-19T09:16:12.649Z | + popd |
| 333 | 2026-06-19T09:16:12.649Z | + popd |
| 334 | 2026-06-19T09:16:12.649Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 335 | 2026-06-19T09:16:12.649Z | /work/oxidecomputer/opte |
| 336 | 2026-06-19T09:16:12.649Z | + header 'build xde (debug)' |
| 337 | 2026-06-19T09:16:12.649Z | + echo '# ==== build xde (debug) ==== #' |
| 338 | 2026-06-19T09:16:12.649Z | # ==== build xde (debug) ==== # |
| 339 | 2026-06-19T09:16:12.649Z | + ptime -m cargo xtask build --profile debug xde xde-link |
| 340 | 2026-06-19T09:16:12.792Z | Downloading crates ... |
| 341 | 2026-06-19T09:16:12.845Z | Downloaded anstream v1.0.0 |
| 342 | 2026-06-19T09:16:12.851Z | Downloaded anstyle-parse v1.0.0 |
| 343 | 2026-06-19T09:16:12.854Z | Downloaded colorchoice v1.0.5 |
| 344 | 2026-06-19T09:16:12.854Z | Downloaded is_terminal_polyfill v1.70.2 |
| 345 | 2026-06-19T09:16:12.857Z | Downloaded errno v0.3.14 |
| 346 | 2026-06-19T09:16:12.857Z | Downloaded anstyle-query v1.1.5 |
| 347 | 2026-06-19T09:16:12.862Z | Downloaded itoa v1.0.18 |
| 348 | 2026-06-19T09:16:12.865Z | Downloaded clap_lex v1.1.0 |
| 349 | 2026-06-19T09:16:12.868Z | Downloaded utf8parse v0.2.2 |
| 350 | 2026-06-19T09:16:12.870Z | Downloaded heck v0.5.0 |
| 351 | 2026-06-19T09:16:12.877Z | Downloaded equivalent v1.0.2 |
| 352 | 2026-06-19T09:16:12.880Z | Downloaded cargo-platform v0.3.3 |
| 353 | 2026-06-19T09:16:12.883Z | Downloaded terminal_size v0.4.4 |
| 354 | 2026-06-19T09:16:12.886Z | Downloaded serde_spanned v1.1.1 |
| 355 | 2026-06-19T09:16:12.897Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 356 | 2026-06-19T09:16:12.900Z | Downloaded anstyle v1.0.14 |
| 357 | 2026-06-19T09:16:12.906Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 358 | 2026-06-19T09:16:12.909Z | Downloaded cargo_metadata v0.23.1 |
| 359 | 2026-06-19T09:16:12.909Z | Downloaded clap_derive v4.6.1 |
| 360 | 2026-06-19T09:16:12.915Z | Downloaded anyhow v1.0.102 |
| 361 | 2026-06-19T09:16:12.918Z | Downloaded zmij v1.0.21 |
| 362 | 2026-06-19T09:16:12.921Z | Downloaded camino v1.2.2 |
| 363 | 2026-06-19T09:16:12.921Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 364 | 2026-06-19T09:16:12.923Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 365 | 2026-06-19T09:16:12.926Z | Downloaded semver v1.0.28 |
| 366 | 2026-06-19T09:16:12.926Z | Downloaded clap v4.6.1 |
| 367 | 2026-06-19T09:16:12.958Z | Downloaded indexmap v2.14.0 |
| 368 | 2026-06-19T09:16:12.969Z | Downloaded winnow v1.0.3 |
| 369 | 2026-06-19T09:16:12.983Z | Downloaded serde_json v1.0.150 |
| 370 | 2026-06-19T09:16:12.989Z | Downloaded clap_builder v4.6.0 |
| 371 | 2026-06-19T09:16:13.021Z | Downloaded rustix v1.1.4 |
| 372 | 2026-06-19T09:16:13.054Z | Downloaded libc v0.2.186 |
| 373 | 2026-06-19T09:16:13.100Z | Compiling serde_core v1.0.228 |
| 374 | 2026-06-19T09:16:13.101Z | Compiling proc-macro2 v1.0.106 |
| 375 | 2026-06-19T09:16:13.101Z | Compiling quote v1.0.45 |
| 376 | 2026-06-19T09:16:13.101Z | Compiling unicode-ident v1.0.24 |
| 377 | 2026-06-19T09:16:13.101Z | Compiling libc v0.2.186 |
| 378 | 2026-06-19T09:16:13.104Z | Compiling rustix v1.1.4 |
| 379 | 2026-06-19T09:16:13.104Z | Compiling zmij v1.0.21 |
| 380 | 2026-06-19T09:16:13.104Z | Compiling bitflags v2.13.0 |
| 381 | 2026-06-19T09:16:13.275Z | Compiling utf8parse v0.2.2 |
| 382 | 2026-06-19T09:16:13.378Z | Compiling anstyle-parse v1.0.0 |
| 383 | 2026-06-19T09:16:13.468Z | Compiling anstyle v1.0.14 |
| 384 | 2026-06-19T09:16:13.468Z | Compiling serde v1.0.228 |
| 385 | 2026-06-19T09:16:13.588Z | Compiling colorchoice v1.0.5 |
| 386 | 2026-06-19T09:16:13.591Z | Compiling serde_json v1.0.150 |
| 387 | 2026-06-19T09:16:13.650Z | Compiling anstyle-query v1.1.5 |
| 388 | 2026-06-19T09:16:13.697Z | Compiling is_terminal_polyfill v1.70.2 |
| 389 | 2026-06-19T09:16:13.723Z | Compiling thiserror v2.0.18 |
| 390 | 2026-06-19T09:16:13.758Z | Compiling camino v1.2.2 |
| 391 | 2026-06-19T09:16:13.776Z | Compiling anstream v1.0.0 |
| 392 | 2026-06-19T09:16:13.880Z | Compiling errno v0.3.14 |
| 393 | 2026-06-19T09:16:13.931Z | Compiling strsim v0.11.1 |
| 394 | 2026-06-19T09:16:14.297Z | Compiling memchr v2.8.2 |
| 395 | 2026-06-19T09:16:14.345Z | Compiling syn v2.0.117 |
| 396 | 2026-06-19T09:16:14.359Z | Compiling clap_lex v1.1.0 |
| 397 | 2026-06-19T09:16:14.400Z | Compiling itoa v1.0.18 |
| 398 | 2026-06-19T09:16:14.422Z | Compiling anyhow v1.0.102 |
| 399 | 2026-06-19T09:16:14.659Z | Compiling terminal_size v0.4.4 |
| 400 | 2026-06-19T09:16:14.731Z | Compiling winnow v1.0.3 |
| 401 | 2026-06-19T09:16:14.747Z | Compiling heck v0.5.0 |
| 402 | 2026-06-19T09:16:14.813Z | Compiling clap_builder v4.6.0 |
| 403 | 2026-06-19T09:16:14.944Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 404 | 2026-06-19T09:16:15.130Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 405 | 2026-06-19T09:16:15.382Z | Compiling serde_spanned v1.1.1 |
| 406 | 2026-06-19T09:16:15.430Z | Compiling cargo-platform v0.3.3 |
| 407 | 2026-06-19T09:16:15.538Z | Compiling semver v1.0.28 |
| 408 | 2026-06-19T09:16:15.578Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 409 | 2026-06-19T09:16:16.012Z | Compiling toml v1.1.2+spec-1.1.0 |
| 410 | 2026-06-19T09:16:16.924Z | Compiling serde_derive v1.0.228 |
| 411 | 2026-06-19T09:16:17.127Z | Compiling thiserror-impl v2.0.18 |
| 412 | 2026-06-19T09:16:17.168Z | Compiling clap_derive v4.6.1 |
| 413 | 2026-06-19T09:16:18.778Z | Compiling clap v4.6.1 |
| 414 | 2026-06-19T09:16:19.968Z | Compiling cargo_metadata v0.23.1 |
| 415 | 2026-06-19T09:16:22.405Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 416 | 2026-06-19T09:16:23.983Z | Finished `dev` profile [optimized + debuginfo] target(s) in 11.32s |
| 417 | 2026-06-19T09:16:23.997Z | Running `target/debug/xtask build --profile debug xde xde-link` |
| 418 | 2026-06-19T09:16:25.579Z | Building xde (dev). |
| 419 | 2026-06-19T09:16:25.809Z | Compiling serde_core v1.0.228 |
| 420 | 2026-06-19T09:16:25.809Z | Compiling byteorder v1.5.0 |
| 421 | 2026-06-19T09:16:25.814Z | Compiling macaddr v1.0.1 |
| 422 | 2026-06-19T09:16:25.814Z | Compiling stable_deref_trait v1.2.1 |
| 423 | 2026-06-19T09:16:25.814Z | Compiling cfg-if v1.0.4 |
| 424 | 2026-06-19T09:16:25.837Z | Compiling zerocopy v0.8.52 |
| 425 | 2026-06-19T09:16:25.841Z | Compiling thiserror v2.0.18 |
| 426 | 2026-06-19T09:16:25.844Z | Compiling bitflags v1.3.2 |
| 427 | 2026-06-19T09:16:25.884Z | Compiling managed v0.8.0 |
| 428 | 2026-06-19T09:16:25.891Z | Compiling cobs v0.3.0 |
| 429 | 2026-06-19T09:16:25.897Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 430 | 2026-06-19T09:16:25.931Z | Compiling either v1.16.0 |
| 431 | 2026-06-19T09:16:26.007Z | Compiling hash32 v0.3.1 |
| 432 | 2026-06-19T09:16:26.088Z | Compiling itertools v0.15.0 |
| 433 | 2026-06-19T09:16:26.109Z | Compiling heapless v0.8.0 |
| 434 | 2026-06-19T09:16:26.109Z | Compiling ref-cast v1.0.25 |
| 435 | 2026-06-19T09:16:26.164Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 436 | 2026-06-19T09:16:26.167Z | Compiling crc32fast v1.5.0 |
| 437 | 2026-06-19T09:16:26.172Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 438 | 2026-06-19T09:16:26.195Z | Compiling dyn-clone v1.0.20 |
| 439 | 2026-06-19T09:16:26.356Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 440 | 2026-06-19T09:16:26.472Z | Compiling smoltcp v0.11.0 |
| 441 | 2026-06-19T09:16:27.396Z | Compiling serde v1.0.228 |
| 442 | 2026-06-19T09:16:27.396Z | Compiling bitflags v2.13.0 |
| 443 | 2026-06-19T09:16:27.396Z | Compiling uuid v1.23.3 |
| 444 | 2026-06-19T09:16:27.541Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 445 | 2026-06-19T09:16:27.819Z | Compiling postcard v1.1.3 |
| 446 | 2026-06-19T09:16:28.653Z | Compiling ingot-types v0.1.2 |
| 447 | 2026-06-19T09:16:28.937Z | Compiling ingot v0.1.1 |
| 448 | 2026-06-19T09:16:30.433Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 449 | 2026-06-19T09:16:34.769Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 450 | 2026-06-19T09:16:45.156Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 451 | 2026-06-19T09:16:53.553Z | Finished `dev` profile [optimized + debuginfo] target(s) in 27.94s |
| 452 | 2026-06-19T09:16:53.577Z | Linking xde kmod... |
| 453 | 2026-06-19T09:16:54.643Z | Building xde dev link helper (dev). |
| 454 | 2026-06-19T09:16:54.805Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 455 | 2026-06-19T09:16:55.139Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.46s |
| 456 | 2026-06-19T09:16:55.163Z | |
| 457 | 2026-06-19T09:16:55.166Z | real 42.514440350 |
| 458 | 2026-06-19T09:16:55.167Z | user 2:17.696443950 |
| 459 | 2026-06-19T09:16:55.167Z | sys 11.448754550 |
| 460 | 2026-06-19T09:16:55.167Z | trap 0.056093350 |
| 461 | 2026-06-19T09:16:55.167Z | tflt 0.352102572 |
| 462 | 2026-06-19T09:16:55.167Z | dflt 0.384614462 |
| 463 | 2026-06-19T09:16:55.167Z | kflt 0.000009370 |
| 464 | 2026-06-19T09:16:55.167Z | lock 7:02.231314227 |
| 465 | 2026-06-19T09:16:55.167Z | slp 3:56.698068760 |
| 466 | 2026-06-19T09:16:55.167Z | lat 5.311945728 |
| 467 | 2026-06-19T09:16:55.167Z | stop 5.262862036 |
| 468 | 2026-06-19T09:16:55.167Z | + header 'build xde (release)' |
| 469 | 2026-06-19T09:16:55.167Z | + echo '# ==== build xde (release) ==== #' |
| 470 | 2026-06-19T09:16:55.167Z | + ptime -m cargo xtask build --profile release xde xde-link |
| 471 | 2026-06-19T09:16:55.167Z | # ==== build xde (release) ==== # |
| 472 | 2026-06-19T09:16:55.301Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s |
| 473 | 2026-06-19T09:16:55.305Z | Running `target/debug/xtask build --profile release xde xde-link` |
| 474 | 2026-06-19T09:16:55.491Z | Building xde (release-lto). |
| 475 | 2026-06-19T09:16:55.722Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 476 | 2026-06-19T09:16:55.722Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 477 | 2026-06-19T09:16:55.722Z | Compiling proc-macro2 v1.0.106 |
| 478 | 2026-06-19T09:16:55.722Z | Compiling unicode-ident v1.0.24 |
| 479 | 2026-06-19T09:16:55.725Z | Compiling quote v1.0.45 |
| 480 | 2026-06-19T09:16:55.725Z | Compiling strsim v0.11.1 |
| 481 | 2026-06-19T09:16:55.725Z | Compiling ident_case v1.0.1 |
| 482 | 2026-06-19T09:16:55.725Z | Compiling serde_core v1.0.228 |
| 483 | 2026-06-19T09:16:55.841Z | Compiling memchr v2.8.2 |
| 484 | 2026-06-19T09:16:55.844Z | Compiling fnv v1.0.7 |
| 485 | 2026-06-19T09:16:55.921Z | Compiling regex-syntax v0.8.11 |
| 486 | 2026-06-19T09:16:56.089Z | Compiling serde v1.0.228 |
| 487 | 2026-06-19T09:16:56.101Z | Compiling thiserror v2.0.18 |
| 488 | 2026-06-19T09:16:56.104Z | Compiling either v1.16.0 |
| 489 | 2026-06-19T09:16:56.238Z | Compiling aho-corasick v1.1.4 |
| 490 | 2026-06-19T09:16:56.294Z | Compiling zerocopy v0.8.52 |
| 491 | 2026-06-19T09:16:56.478Z | Compiling itertools v0.14.0 |
| 492 | 2026-06-19T09:16:56.484Z | Compiling heapless v0.8.0 |
| 493 | 2026-06-19T09:16:56.813Z | Compiling syn v2.0.117 |
| 494 | 2026-06-19T09:16:56.905Z | Compiling smoltcp v0.11.0 |
| 495 | 2026-06-19T09:16:56.926Z | Compiling ref-cast v1.0.25 |
| 496 | 2026-06-19T09:16:56.947Z | Compiling version_check v0.9.5 |
| 497 | 2026-06-19T09:16:57.299Z | Compiling crc32fast v1.5.0 |
| 498 | 2026-06-19T09:16:57.333Z | Compiling regex-automata v0.4.14 |
| 499 | 2026-06-19T09:16:57.338Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 500 | 2026-06-19T09:16:58.874Z | Compiling regex v1.12.4 |
| 501 | 2026-06-19T09:16:59.115Z | Compiling darling_core v0.21.3 |
| 502 | 2026-06-19T09:16:59.163Z | Compiling darling_core v0.23.0 |
| 503 | 2026-06-19T09:17:00.052Z | Compiling thiserror-impl v2.0.18 |
| 504 | 2026-06-19T09:17:00.052Z | Compiling serde_derive v1.0.228 |
| 505 | 2026-06-19T09:17:00.055Z | Compiling zerocopy-derive v0.8.52 |
| 506 | 2026-06-19T09:17:00.055Z | Compiling ref-cast-impl v1.0.25 |
| 507 | 2026-06-19T09:17:00.055Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 508 | 2026-06-19T09:17:01.578Z | Compiling darling_macro v0.23.0 |
| 509 | 2026-06-19T09:17:01.803Z | Compiling darling_macro v0.21.3 |
| 510 | 2026-06-19T09:17:02.468Z | Compiling darling v0.23.0 |
| 511 | 2026-06-19T09:17:02.531Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 512 | 2026-06-19T09:17:02.690Z | Compiling darling v0.21.3 |
| 513 | 2026-06-19T09:17:02.754Z | Compiling ingot-macros v0.1.1 |
| 514 | 2026-06-19T09:17:08.390Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 515 | 2026-06-19T09:17:10.527Z | Compiling byteorder v1.5.0 |
| 516 | 2026-06-19T09:17:10.527Z | Compiling cfg-if v1.0.4 |
| 517 | 2026-06-19T09:17:10.530Z | Compiling macaddr v1.0.1 |
| 518 | 2026-06-19T09:17:10.530Z | Compiling stable_deref_trait v1.2.1 |
| 519 | 2026-06-19T09:17:10.587Z | Compiling managed v0.8.0 |
| 520 | 2026-06-19T09:17:10.595Z | Compiling cobs v0.3.0 |
| 521 | 2026-06-19T09:17:10.625Z | Compiling bitflags v1.3.2 |
| 522 | 2026-06-19T09:17:10.695Z | Compiling hash32 v0.3.1 |
| 523 | 2026-06-19T09:17:10.828Z | Compiling dyn-clone v1.0.20 |
| 524 | 2026-06-19T09:17:10.889Z | Compiling itertools v0.15.0 |
| 525 | 2026-06-19T09:17:10.905Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 526 | 2026-06-19T09:17:12.145Z | Compiling bitflags v2.13.0 |
| 527 | 2026-06-19T09:17:12.145Z | Compiling uuid v1.23.3 |
| 528 | 2026-06-19T09:17:12.290Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 529 | 2026-06-19T09:17:12.583Z | Compiling postcard v1.1.3 |
| 530 | 2026-06-19T09:17:13.476Z | Compiling ingot-types v0.1.2 |
| 531 | 2026-06-19T09:17:13.791Z | Compiling ingot v0.1.1 |
| 532 | 2026-06-19T09:17:15.352Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 533 | 2026-06-19T09:17:19.225Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 534 | 2026-06-19T09:17:28.065Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 535 | 2026-06-19T09:17:57.885Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 02s |
| 536 | 2026-06-19T09:17:57.910Z | Linking xde kmod... |
| 537 | 2026-06-19T09:17:58.489Z | Building xde dev link helper (release). |
| 538 | 2026-06-19T09:17:58.646Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 539 | 2026-06-19T09:17:58.646Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 540 | 2026-06-19T09:17:58.646Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 541 | 2026-06-19T09:18:10.197Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 542 | 2026-06-19T09:18:12.702Z | Finished `release` profile [optimized + debuginfo] target(s) in 14.18s |
| 543 | 2026-06-19T09:18:12.722Z | |
| 544 | 2026-06-19T09:18:12.725Z | real 1:17.554610116 |
| 545 | 2026-06-19T09:18:12.725Z | user 2:11.001245631 |
| 546 | 2026-06-19T09:18:12.725Z | sys 12.615402988 |
| 547 | 2026-06-19T09:18:12.725Z | trap 0.032182031 |
| 548 | 2026-06-19T09:18:12.725Z | tflt 0.189860275 |
| 549 | 2026-06-19T09:18:12.725Z | dflt 0.206193141 |
| 550 | 2026-06-19T09:18:12.725Z | kflt 0.000019460 |
| 551 | 2026-06-19T09:18:12.725Z | lock 12:19.282866051 |
| 552 | 2026-06-19T09:18:12.725Z | slp 6:14.010497485 |
| 553 | 2026-06-19T09:18:12.725Z | lat 2.226157144 |
| 554 | 2026-06-19T09:18:12.725Z | stop 5.244584060 |
| 555 | 2026-06-19T09:18:12.725Z | + elfdump target/x86_64-unknown-unknown/debug/xde.dbg |
| 556 | 2026-06-19T09:18:12.725Z | + grep GOTPCREL |
| 557 | 2026-06-19T09:18:14.523Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 558 | 2026-06-19T09:18:14.526Z | + grep GOTPCREL |
| 559 | 2026-06-19T09:18:15.483Z | + cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/ |
| 560 | 2026-06-19T09:18:15.538Z | + sha256sum /work/debug/xde.dbg |
| 561 | 2026-06-19T09:18:15.592Z | + cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so |
| 562 | 2026-06-19T09:18:15.595Z | + sha256sum /work/debug/xde_link.dbg.so |
| 563 | 2026-06-19T09:18:15.597Z | + cp target/x86_64-unknown-unknown/release-lto/xde /work/release/ |
| 564 | 2026-06-19T09:18:15.641Z | + sha256sum /work/release/xde |
| 565 | 2026-06-19T09:18:15.669Z | + cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so |
| 566 | 2026-06-19T09:18:15.672Z | + sha256sum /work/release/xde_link.so |
| 567 | 2026-06-19T09:18:15.675Z | + header 'build xde integration tests' |
| 568 | 2026-06-19T09:18:15.675Z | + echo '# ==== build xde integration tests ==== #' |
| 569 | 2026-06-19T09:18:15.675Z | # ==== build xde integration tests ==== # |
| 570 | 2026-06-19T09:18:15.675Z | + pushd xde-tests |
| 571 | 2026-06-19T09:18:15.675Z | /work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte |
| 572 | 2026-06-19T09:18:15.675Z | + cargo +nightly-2026-06-19-x86_64-unknown-illumos fmt -- --check |
| 573 | 2026-06-19T09:18:15.757Z | + cargo clippy --all-targets -- --deny warnings |
| 574 | 2026-06-19T09:18:15.972Z | Compiling serde_core v1.0.228 |
| 575 | 2026-06-19T09:18:15.972Z | Checking cfg-if v1.0.4 |
| 576 | 2026-06-19T09:18:15.972Z | Checking memchr v2.8.2 |
| 577 | 2026-06-19T09:18:15.975Z | Compiling serde v1.0.228 |
| 578 | 2026-06-19T09:18:15.975Z | Compiling rustversion v1.0.22 |
| 579 | 2026-06-19T09:18:16.000Z | Compiling version_check v0.9.5 |
| 580 | 2026-06-19T09:18:16.004Z | Compiling strsim v0.11.1 |
| 581 | 2026-06-19T09:18:16.008Z | Compiling syn v2.0.117 |
| 582 | 2026-06-19T09:18:16.042Z | Compiling ident_case v1.0.1 |
| 583 | 2026-06-19T09:18:16.145Z | Compiling libc v0.2.186 |
| 584 | 2026-06-19T09:18:16.269Z | Compiling fnv v1.0.7 |
| 585 | 2026-06-19T09:18:16.311Z | Compiling syn v1.0.109 |
| 586 | 2026-06-19T09:18:16.351Z | Compiling regex-syntax v0.8.11 |
| 587 | 2026-06-19T09:18:16.359Z | Checking pin-project-lite v0.2.17 |
| 588 | 2026-06-19T09:18:16.434Z | Compiling winnow v1.0.3 |
| 589 | 2026-06-19T09:18:16.646Z | Compiling aho-corasick v1.1.4 |
| 590 | 2026-06-19T09:18:16.807Z | Compiling hashbrown v0.17.1 |
| 591 | 2026-06-19T09:18:16.812Z | Compiling zerocopy v0.8.52 |
| 592 | 2026-06-19T09:18:16.887Z | Compiling equivalent v1.0.2 |
| 593 | 2026-06-19T09:18:16.963Z | Compiling either v1.16.0 |
| 594 | 2026-06-19T09:18:17.153Z | Compiling itertools v0.14.0 |
| 595 | 2026-06-19T09:18:17.337Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 596 | 2026-06-19T09:18:17.437Z | Compiling indexmap v2.14.0 |
| 597 | 2026-06-19T09:18:17.796Z | Compiling regex-automata v0.4.14 |
| 598 | 2026-06-19T09:18:17.876Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 599 | 2026-06-19T09:18:18.031Z | Compiling heapless v0.8.0 |
| 600 | 2026-06-19T09:18:18.087Z | Checking byteorder v1.5.0 |
| 601 | 2026-06-19T09:18:18.180Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 602 | 2026-06-19T09:18:18.233Z | Checking hash32 v0.3.1 |
| 603 | 2026-06-19T09:18:18.331Z | Checking bitflags v2.13.0 |
| 604 | 2026-06-19T09:18:18.367Z | Compiling slog v2.8.2 |
| 605 | 2026-06-19T09:18:18.372Z | Checking futures-sink v0.3.32 |
| 606 | 2026-06-19T09:18:18.453Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 607 | 2026-06-19T09:18:18.462Z | Checking macaddr v1.0.1 |
| 608 | 2026-06-19T09:18:18.481Z | Compiling darling_core v0.21.3 |
| 609 | 2026-06-19T09:18:18.573Z | Compiling darling_core v0.23.0 |
| 610 | 2026-06-19T09:18:18.587Z | Compiling smoltcp v0.11.0 |
| 611 | 2026-06-19T09:18:18.676Z | Checking futures-core v0.3.32 |
| 612 | 2026-06-19T09:18:18.790Z | Checking stable_deref_trait v1.2.1 |
| 613 | 2026-06-19T09:18:18.918Z | Checking futures-channel v0.3.32 |
| 614 | 2026-06-19T09:18:19.057Z | Compiling proc-macro-crate v3.5.0 |
| 615 | 2026-06-19T09:18:19.114Z | Compiling proc-macro-error-attr v1.0.4 |
| 616 | 2026-06-19T09:18:19.199Z | Compiling crc32fast v1.5.0 |
| 617 | 2026-06-19T09:18:19.341Z | Compiling ref-cast v1.0.25 |
| 618 | 2026-06-19T09:18:19.479Z | Compiling regex v1.12.4 |
| 619 | 2026-06-19T09:18:19.519Z | Checking futures-task v0.3.32 |
| 620 | 2026-06-19T09:18:19.644Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 621 | 2026-06-19T09:18:19.647Z | Compiling autocfg v1.5.1 |
| 622 | 2026-06-19T09:18:19.700Z | Compiling serde_derive v1.0.228 |
| 623 | 2026-06-19T09:18:19.848Z | Compiling thiserror-impl v2.0.18 |
| 624 | 2026-06-19T09:18:19.869Z | Compiling zerocopy-derive v0.8.52 |
| 625 | 2026-06-19T09:18:19.982Z | Compiling futures-macro v0.3.32 |
| 626 | 2026-06-19T09:18:20.349Z | Checking managed v0.8.0 |
| 627 | 2026-06-19T09:18:20.530Z | Checking bitflags v1.3.2 |
| 628 | 2026-06-19T09:18:20.587Z | Compiling getrandom v0.4.2 |
| 629 | 2026-06-19T09:18:20.592Z | Checking futures-io v0.3.32 |
| 630 | 2026-06-19T09:18:20.611Z | Compiling darling_macro v0.21.3 |
| 631 | 2026-06-19T09:18:20.688Z | Checking slab v0.4.12 |
| 632 | 2026-06-19T09:18:20.713Z | Compiling darling_macro v0.23.0 |
| 633 | 2026-06-19T09:18:20.786Z | Checking rand_core v0.10.1 |
| 634 | 2026-06-19T09:18:20.831Z | Checking futures-util v0.3.32 |
| 635 | 2026-06-19T09:18:20.912Z | Compiling num-traits v0.2.19 |
| 636 | 2026-06-19T09:18:21.055Z | Checking thiserror v2.0.18 |
| 637 | 2026-06-19T09:18:21.135Z | Compiling ref-cast-impl v1.0.25 |
| 638 | 2026-06-19T09:18:21.139Z | Checking cobs v0.3.0 |
| 639 | 2026-06-19T09:18:21.144Z | Compiling darling v0.21.3 |
| 640 | 2026-06-19T09:18:21.210Z | Compiling ingot-macros v0.1.1 |
| 641 | 2026-06-19T09:18:21.240Z | Compiling darling v0.23.0 |
| 642 | 2026-06-19T09:18:21.263Z | Compiling num_enum_derive v0.7.6 |
| 643 | 2026-06-19T09:18:21.307Z | Compiling foreign-types-macros v0.2.3 |
| 644 | 2026-06-19T09:18:21.807Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 645 | 2026-06-19T09:18:21.910Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 646 | 2026-06-19T09:18:22.003Z | Compiling proc-macro-error v1.0.4 |
| 647 | 2026-06-19T09:18:22.120Z | Checking foreign-types-shared v0.3.1 |
| 648 | 2026-06-19T09:18:22.147Z | Checking once_cell v1.21.4 |
| 649 | 2026-06-19T09:18:22.194Z | Checking cpufeatures v0.3.0 |
| 650 | 2026-06-19T09:18:22.217Z | Checking unicode-width v0.2.2 |
| 651 | 2026-06-19T09:18:22.231Z | Checking ipnetwork v0.21.1 |
| 652 | 2026-06-19T09:18:22.251Z | Compiling crossbeam-utils v0.8.21 |
| 653 | 2026-06-19T09:18:22.310Z | Checking tracing-core v0.1.36 |
| 654 | 2026-06-19T09:18:22.392Z | Checking chacha20 v0.10.0 |
| 655 | 2026-06-19T09:18:22.457Z | Checking tabwriter v1.4.1 |
| 656 | 2026-06-19T09:18:22.548Z | Checking num_enum v0.7.6 |
| 657 | 2026-06-19T09:18:22.589Z | Checking foreign-types v0.5.0 |
| 658 | 2026-06-19T09:18:22.663Z | Checking anyhow v1.0.102 |
| 659 | 2026-06-19T09:18:22.728Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 660 | 2026-06-19T09:18:22.738Z | Checking futures-executor v0.3.32 |
| 661 | 2026-06-19T09:18:22.769Z | Checking erased-serde v0.3.31 |
| 662 | 2026-06-19T09:18:22.841Z | Checking postcard v1.1.3 |
| 663 | 2026-06-19T09:18:22.997Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 664 | 2026-06-19T09:18:23.001Z | Compiling tracing-attributes v0.1.31 |
| 665 | 2026-06-19T09:18:23.036Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 666 | 2026-06-19T09:18:23.203Z | Checking itertools v0.15.0 |
| 667 | 2026-06-19T09:18:23.397Z | Checking cstr-argument v0.1.2 |
| 668 | 2026-06-19T09:18:23.421Z | Compiling num-conv v0.2.2 |
| 669 | 2026-06-19T09:18:23.457Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f) |
| 670 | 2026-06-19T09:18:23.504Z | Checking dyn-clone v1.0.20 |
| 671 | 2026-06-19T09:18:23.556Z | Compiling time-core v0.1.9 |
| 672 | 2026-06-19T09:18:23.594Z | Compiling thiserror v1.0.69 |
| 673 | 2026-06-19T09:18:23.597Z | Checking pretty-hex v0.4.2 |
| 674 | 2026-06-19T09:18:23.668Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 675 | 2026-06-19T09:18:23.698Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 676 | 2026-06-19T09:18:23.731Z | Compiling time-macros v0.2.29 |
| 677 | 2026-06-19T09:18:23.816Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 678 | 2026-06-19T09:18:23.907Z | Checking rand v0.10.1 |
| 679 | 2026-06-19T09:18:23.989Z | Checking futures v0.3.32 |
| 680 | 2026-06-19T09:18:23.992Z | Checking ingot-types v0.1.2 |
| 681 | 2026-06-19T09:18:24.050Z | Compiling thiserror-impl v1.0.69 |
| 682 | 2026-06-19T09:18:24.072Z | Checking uuid v1.23.3 |
| 683 | 2026-06-19T09:18:24.177Z | Checking tracing v0.1.44 |
| 684 | 2026-06-19T09:18:24.319Z | Checking arc-swap v1.9.1 |
| 685 | 2026-06-19T09:18:24.389Z | Checking ingot v0.1.1 |
| 686 | 2026-06-19T09:18:24.391Z | Checking socket2 v0.6.4 |
| 687 | 2026-06-19T09:18:24.431Z | Checking nom v8.0.0 |
| 688 | 2026-06-19T09:18:24.434Z | Checking thread_local v1.1.9 |
| 689 | 2026-06-19T09:18:24.531Z | Checking oxnet v0.1.6 |
| 690 | 2026-06-19T09:18:24.586Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 691 | 2026-06-19T09:18:24.634Z | Checking deranged v0.5.8 |
| 692 | 2026-06-19T09:18:24.701Z | Compiling heck v0.4.1 |
| 693 | 2026-06-19T09:18:24.879Z | Checking iana-time-zone v0.1.65 |
| 694 | 2026-06-19T09:18:24.890Z | Checking lazy_static v1.5.0 |
| 695 | 2026-06-19T09:18:24.974Z | Checking powerfmt v0.2.0 |
| 696 | 2026-06-19T09:18:25.096Z | Checking colored v3.1.1 |
| 697 | 2026-06-19T09:18:25.114Z | Compiling slog-async v2.8.0 |
| 698 | 2026-06-19T09:18:25.292Z | Checking chrono v0.4.45 |
| 699 | 2026-06-19T09:18:25.351Z | Checking slog-scope v4.4.1 |
| 700 | 2026-06-19T09:18:25.425Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 701 | 2026-06-19T09:18:25.471Z | Checking crossbeam-channel v0.5.15 |
| 702 | 2026-06-19T09:18:25.540Z | Checking time v0.3.49 |
| 703 | 2026-06-19T09:18:25.802Z | Checking cookie-factory v0.3.3 |
| 704 | 2026-06-19T09:18:25.993Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 705 | 2026-06-19T09:18:26.046Z | Checking itertools v0.12.1 |
| 706 | 2026-06-19T09:18:26.060Z | Checking is-terminal v0.4.17 |
| 707 | 2026-06-19T09:18:26.102Z | Checking log v0.4.32 |
| 708 | 2026-06-19T09:18:26.135Z | Checking term v1.2.1 |
| 709 | 2026-06-19T09:18:26.261Z | Checking take_mut v0.2.2 |
| 710 | 2026-06-19T09:18:26.348Z | Checking circular v0.3.0 |
| 711 | 2026-06-19T09:18:26.400Z | Checking rusticata-macros v5.0.0 |
| 712 | 2026-06-19T09:18:26.452Z | Checking slog-stdlog v4.1.1 |
| 713 | 2026-06-19T09:18:26.525Z | Checking pcap-parser v0.17.0 |
| 714 | 2026-06-19T09:18:26.600Z | Checking slog-term v2.9.2 |
| 715 | 2026-06-19T09:18:27.002Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 716 | 2026-06-19T09:18:27.283Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f) |
| 717 | 2026-06-19T09:18:27.794Z | Checking slog-envlogger v2.2.0 |
| 718 | 2026-06-19T09:18:30.500Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 719 | 2026-06-19T09:18:32.128Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 720 | 2026-06-19T09:18:32.128Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 721 | 2026-06-19T09:18:32.469Z | Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 722 | 2026-06-19T09:18:33.003Z | Finished `dev` profile [optimized + debuginfo] target(s) in 17.20s |
| 723 | 2026-06-19T09:18:33.040Z | + cargo build --test loopback |
| 724 | 2026-06-19T09:18:33.211Z | Compiling cfg-if v1.0.4 |
| 725 | 2026-06-19T09:18:33.211Z | Compiling memchr v2.8.2 |
| 726 | 2026-06-19T09:18:33.214Z | Compiling serde_core v1.0.228 |
| 727 | 2026-06-19T09:18:33.240Z | Compiling libc v0.2.186 |
| 728 | 2026-06-19T09:18:33.243Z | Compiling thiserror v2.0.18 |
| 729 | 2026-06-19T09:18:33.243Z | Compiling pin-project-lite v0.2.17 |
| 730 | 2026-06-19T09:18:33.251Z | Compiling byteorder v1.5.0 |
| 731 | 2026-06-19T09:18:33.254Z | Compiling either v1.16.0 |
| 732 | 2026-06-19T09:18:33.285Z | Compiling zerocopy v0.8.52 |
| 733 | 2026-06-19T09:18:33.318Z | Compiling futures-sink v0.3.32 |
| 734 | 2026-06-19T09:18:33.321Z | Compiling stable_deref_trait v1.2.1 |
| 735 | 2026-06-19T09:18:33.381Z | Compiling macaddr v1.0.1 |
| 736 | 2026-06-19T09:18:33.405Z | Compiling hash32 v0.3.1 |
| 737 | 2026-06-19T09:18:33.411Z | Compiling futures-core v0.3.32 |
| 738 | 2026-06-19T09:18:33.435Z | Compiling cobs v0.3.0 |
| 739 | 2026-06-19T09:18:33.547Z | Compiling futures-channel v0.3.32 |
| 740 | 2026-06-19T09:18:33.562Z | Compiling heapless v0.8.0 |
| 741 | 2026-06-19T09:18:33.574Z | Compiling rand_core v0.10.1 |
| 742 | 2026-06-19T09:18:33.619Z | Compiling futures-task v0.3.32 |
| 743 | 2026-06-19T09:18:33.704Z | Compiling managed v0.8.0 |
| 744 | 2026-06-19T09:18:33.721Z | Compiling slab v0.4.12 |
| 745 | 2026-06-19T09:18:33.773Z | Compiling bitflags v1.3.2 |
| 746 | 2026-06-19T09:18:33.802Z | Compiling futures-io v0.3.32 |
| 747 | 2026-06-19T09:18:33.837Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 748 | 2026-06-19T09:18:33.892Z | Compiling cpufeatures v0.3.0 |
| 749 | 2026-06-19T09:18:33.924Z | Compiling smoltcp v0.11.0 |
| 750 | 2026-06-19T09:18:33.954Z | Compiling futures-util v0.3.32 |
| 751 | 2026-06-19T09:18:33.978Z | Compiling ipnetwork v0.21.1 |
| 752 | 2026-06-19T09:18:33.983Z | Compiling foreign-types-shared v0.3.1 |
| 753 | 2026-06-19T09:18:34.059Z | Compiling once_cell v1.21.4 |
| 754 | 2026-06-19T09:18:34.063Z | Compiling unicode-width v0.2.2 |
| 755 | 2026-06-19T09:18:34.313Z | Compiling tabwriter v1.4.1 |
| 756 | 2026-06-19T09:18:34.392Z | Compiling tracing-core v0.1.36 |
| 757 | 2026-06-19T09:18:34.561Z | Compiling foreign-types v0.5.0 |
| 758 | 2026-06-19T09:18:34.632Z | Compiling chacha20 v0.10.0 |
| 759 | 2026-06-19T09:18:34.733Z | Compiling ref-cast v1.0.25 |
| 760 | 2026-06-19T09:18:34.809Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 761 | 2026-06-19T09:18:34.824Z | Compiling num_enum v0.7.6 |
| 762 | 2026-06-19T09:18:34.932Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 763 | 2026-06-19T09:18:34.963Z | Compiling getrandom v0.4.2 |
| 764 | 2026-06-19T09:18:35.037Z | Compiling serde v1.0.228 |
| 765 | 2026-06-19T09:18:35.174Z | Compiling bitflags v2.13.0 |
| 766 | 2026-06-19T09:18:35.237Z | Compiling crc32fast v1.5.0 |
| 767 | 2026-06-19T09:18:35.475Z | Compiling erased-serde v0.3.31 |
| 768 | 2026-06-19T09:18:35.475Z | Compiling postcard v1.1.3 |
| 769 | 2026-06-19T09:18:35.586Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 770 | 2026-06-19T09:18:35.668Z | Compiling cstr-argument v0.1.2 |
| 771 | 2026-06-19T09:18:35.675Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 772 | 2026-06-19T09:18:35.772Z | Compiling itertools v0.15.0 |
| 773 | 2026-06-19T09:18:35.819Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 774 | 2026-06-19T09:18:35.830Z | Compiling pretty-hex v0.4.2 |
| 775 | 2026-06-19T09:18:35.956Z | Compiling slog v2.8.2 |
| 776 | 2026-06-19T09:18:36.168Z | Compiling ingot-types v0.1.2 |
| 777 | 2026-06-19T09:18:36.173Z | Compiling futures-executor v0.3.32 |
| 778 | 2026-06-19T09:18:36.258Z | Compiling dyn-clone v1.0.20 |
| 779 | 2026-06-19T09:18:36.379Z | Compiling futures v0.3.32 |
| 780 | 2026-06-19T09:18:36.423Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 781 | 2026-06-19T09:18:36.452Z | Compiling tracing v0.1.44 |
| 782 | 2026-06-19T09:18:36.542Z | Compiling ingot v0.1.1 |
| 783 | 2026-06-19T09:18:36.574Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 784 | 2026-06-19T09:18:36.633Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 785 | 2026-06-19T09:18:36.686Z | Compiling rand v0.10.1 |
| 786 | 2026-06-19T09:18:36.689Z | Compiling uuid v1.23.3 |
| 787 | 2026-06-19T09:18:36.777Z | Compiling num-traits v0.2.19 |
| 788 | 2026-06-19T09:18:36.781Z | Compiling crossbeam-utils v0.8.21 |
| 789 | 2026-06-19T09:18:36.822Z | Compiling aho-corasick v1.1.4 |
| 790 | 2026-06-19T09:18:37.109Z | Compiling nom v8.0.0 |
| 791 | 2026-06-19T09:18:37.310Z | Compiling socket2 v0.6.4 |
| 792 | 2026-06-19T09:18:37.480Z | Compiling thread_local v1.1.9 |
| 793 | 2026-06-19T09:18:37.647Z | Compiling arc-swap v1.9.1 |
| 794 | 2026-06-19T09:18:37.647Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 795 | 2026-06-19T09:18:37.881Z | Compiling iana-time-zone v0.1.65 |
| 796 | 2026-06-19T09:18:37.896Z | Compiling num-conv v0.2.2 |
| 797 | 2026-06-19T09:18:38.015Z | Compiling deranged v0.5.8 |
| 798 | 2026-06-19T09:18:38.041Z | Compiling lazy_static v1.5.0 |
| 799 | 2026-06-19T09:18:38.135Z | Compiling time-core v0.1.9 |
| 800 | 2026-06-19T09:18:38.308Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 801 | 2026-06-19T09:18:38.316Z | Compiling powerfmt v0.2.0 |
| 802 | 2026-06-19T09:18:38.357Z | Compiling oxnet v0.1.6 |
| 803 | 2026-06-19T09:18:38.433Z | Compiling regex-syntax v0.8.11 |
| 804 | 2026-06-19T09:18:38.585Z | Compiling winnow v1.0.3 |
| 805 | 2026-06-19T09:18:38.781Z | Compiling colored v3.1.1 |
| 806 | 2026-06-19T09:18:38.847Z | Compiling slog-scope v4.4.1 |
| 807 | 2026-06-19T09:18:38.972Z | Compiling time v0.3.49 |
| 808 | 2026-06-19T09:18:39.348Z | Compiling chrono v0.4.45 |
| 809 | 2026-06-19T09:18:39.689Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f) |
| 810 | 2026-06-19T09:18:40.136Z | Compiling regex-automata v0.4.14 |
| 811 | 2026-06-19T09:18:40.762Z | Compiling rusticata-macros v5.0.0 |
| 812 | 2026-06-19T09:18:40.899Z | Compiling thiserror v1.0.69 |
| 813 | 2026-06-19T09:18:40.996Z | Compiling crossbeam-channel v0.5.15 |
| 814 | 2026-06-19T09:18:41.085Z | Compiling cookie-factory v0.3.3 |
| 815 | 2026-06-19T09:18:41.400Z | Compiling is-terminal v0.4.17 |
| 816 | 2026-06-19T09:18:41.493Z | Compiling itertools v0.12.1 |
| 817 | 2026-06-19T09:18:41.744Z | Compiling take_mut v0.2.2 |
| 818 | 2026-06-19T09:18:41.850Z | Compiling term v1.2.1 |
| 819 | 2026-06-19T09:18:42.911Z | Compiling log v0.4.32 |
| 820 | 2026-06-19T09:18:43.186Z | Compiling circular v0.3.0 |
| 821 | 2026-06-19T09:18:43.303Z | Compiling pcap-parser v0.17.0 |
| 822 | 2026-06-19T09:18:43.439Z | Compiling slog-stdlog v4.1.1 |
| 823 | 2026-06-19T09:18:43.858Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 824 | 2026-06-19T09:18:44.338Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 825 | 2026-06-19T09:18:44.364Z | Compiling slog-term v2.9.2 |
| 826 | 2026-06-19T09:18:45.452Z | Compiling regex v1.12.4 |
| 827 | 2026-06-19T09:18:46.254Z | Compiling slog-async v2.8.0 |
| 828 | 2026-06-19T09:18:46.429Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 829 | 2026-06-19T09:18:46.556Z | Compiling slog-envlogger v2.2.0 |
| 830 | 2026-06-19T09:18:46.867Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 831 | 2026-06-19T09:18:47.464Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f) |
| 832 | 2026-06-19T09:18:48.033Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 833 | 2026-06-19T09:18:56.339Z | Finished `dev` profile [optimized + debuginfo] target(s) in 23.29s |
| 834 | 2026-06-19T09:18:56.376Z | ++ cargo build -q --test loopback --message-format=json |
| 835 | 2026-06-19T09:18:56.379Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 836 | 2026-06-19T09:18:56.497Z | + loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-1cce2f756fe2ed04 |
| 837 | 2026-06-19T09:18:56.500Z | + cargo build --test multicast_rx |
| 838 | 2026-06-19T09:18:56.600Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 839 | 2026-06-19T09:18:58.184Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.67s |
| 840 | 2026-06-19T09:18:58.222Z | ++ cargo build -q --test multicast_rx --message-format=json |
| 841 | 2026-06-19T09:18:58.225Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 842 | 2026-06-19T09:18:58.345Z | + multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-b8a2a8219ccb08f0 |
| 843 | 2026-06-19T09:18:58.345Z | + cargo build --test multicast_multi_sub |
| 844 | 2026-06-19T09:18:58.451Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 845 | 2026-06-19T09:19:00.229Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.87s |
| 846 | 2026-06-19T09:19:00.265Z | ++ cargo build -q --test multicast_multi_sub --message-format=json |
| 847 | 2026-06-19T09:19:00.268Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 848 | 2026-06-19T09:19:00.386Z | + multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-f2fd7892ec4a33fa |
| 849 | 2026-06-19T09:19:00.386Z | + cargo build --test multicast_validation |
| 850 | 2026-06-19T09:19:00.490Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 851 | 2026-06-19T09:19:02.385Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.98s |
| 852 | 2026-06-19T09:19:02.422Z | ++ cargo build -q --test multicast_validation --message-format=json |
| 853 | 2026-06-19T09:19:02.425Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 854 | 2026-06-19T09:19:02.546Z | + multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-0c0b9f2f6e8cbfca |
| 855 | 2026-06-19T09:19:02.546Z | + cargo build --test multicast_source_filter |
| 856 | 2026-06-19T09:19:02.650Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 857 | 2026-06-19T09:19:04.694Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.14s |
| 858 | 2026-06-19T09:19:04.730Z | ++ cargo build -q --test multicast_source_filter --message-format=json |
| 859 | 2026-06-19T09:19:04.733Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 860 | 2026-06-19T09:19:04.854Z | + multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-c381c20b0522bde5 |
| 861 | 2026-06-19T09:19:04.854Z | + mkdir -p /work/test |
| 862 | 2026-06-19T09:19:04.857Z | + cp /work/oxidecomputer/opte/target/debug/deps/loopback-1cce2f756fe2ed04 /work/test/loopback |
| 863 | 2026-06-19T09:19:04.893Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-b8a2a8219ccb08f0 /work/test/multicast_rx |
| 864 | 2026-06-19T09:19:04.935Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-f2fd7892ec4a33fa /work/test/multicast_multi_sub |
| 865 | 2026-06-19T09:19:04.979Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-0c0b9f2f6e8cbfca /work/test/multicast_validation |
| 866 | 2026-06-19T09:19:05.021Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-c381c20b0522bde5 /work/test/multicast_source_filter |
| 867 | 2026-06-19T09:19:05.065Z | process exited: duration 232040 ms, exit code 0 |
| |
| 868 | 2026-06-19T09:19:05.071Z | found 14 output files |
| 869 | 2026-06-19T09:19:05.071Z | uploading: /work/debug/xde.dbg (94798264 bytes) |
| 870 | 2026-06-19T09:19:06.776Z | uploaded: /work/debug/xde.dbg |
| 871 | 2026-06-19T09:19:06.776Z | uploading: /work/debug/xde.dbg.sha256 (86 bytes) |
| 872 | 2026-06-19T09:19:07.785Z | uploaded: /work/debug/xde.dbg.sha256 |
| 873 | 2026-06-19T09:19:07.788Z | uploading: /work/debug/xde_link.dbg.so (1266060 bytes) |
| 874 | 2026-06-19T09:19:08.805Z | uploaded: /work/debug/xde_link.dbg.so |
| 875 | 2026-06-19T09:19:08.808Z | uploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes) |
| 876 | 2026-06-19T09:19:09.814Z | uploaded: /work/debug/xde_link.dbg.so.sha256 |
| 877 | 2026-06-19T09:19:09.822Z | uploading: /work/release/xde (51964832 bytes) |
| 878 | 2026-06-19T09:19:11.126Z | uploaded: /work/release/xde |
| 879 | 2026-06-19T09:19:11.126Z | uploading: /work/release/xde.sha256 (84 bytes) |
| 880 | 2026-06-19T09:19:12.135Z | uploaded: /work/release/xde.sha256 |
| 881 | 2026-06-19T09:19:12.136Z | uploading: /work/release/xde_link.so (43532 bytes) |
| 882 | 2026-06-19T09:19:13.145Z | uploaded: /work/release/xde_link.so |
| 883 | 2026-06-19T09:19:13.149Z | uploading: /work/release/xde_link.so.sha256 (92 bytes) |
| 884 | 2026-06-19T09:19:14.158Z | uploaded: /work/release/xde_link.so.sha256 |
| 885 | 2026-06-19T09:19:14.158Z | uploading: /work/test/loopback (51781584 bytes) |
| 886 | 2026-06-19T09:19:15.694Z | uploaded: /work/test/loopback |
| 887 | 2026-06-19T09:19:15.694Z | uploading: /work/test/multicast_rx (52077672 bytes) |
| 888 | 2026-06-19T09:19:17.138Z | uploaded: /work/test/multicast_rx |
| 889 | 2026-06-19T09:19:17.138Z | uploading: /work/test/multicast_multi_sub (56204880 bytes) |
| 890 | 2026-06-19T09:19:18.615Z | uploaded: /work/test/multicast_multi_sub |
| 891 | 2026-06-19T09:19:18.617Z | uploading: /work/test/multicast_validation (52232320 bytes) |
| 892 | 2026-06-19T09:19:19.925Z | uploaded: /work/test/multicast_validation |
| 893 | 2026-06-19T09:19:19.928Z | uploading: /work/test/multicast_source_filter (52538560 bytes) |
| 894 | 2026-06-19T09:19:21.231Z | uploaded: /work/test/multicast_source_filter |
| 895 | 2026-06-19T09:19:21.234Z | uploading: /work/xde.conf (79 bytes) |
| 896 | 2026-06-19T09:19:22.241Z | uploaded: /work/xde.conf |