|
|
|
| 1 | 2026-06-01T11:21:48.151Z | job assigned to worker 01KT1EMNV0SC4A82XB11TB2WEZ [factory aws, i-04269014ecf3cfb49] (queued for 56 s) |
| |
| 2 | 2026-06-01T11:21:55.167Z | starting task 0: "setup" |
| 3 | 2026-06-01T11:21:55.170Z | ++ uname -s |
| 4 | 2026-06-01T11:21:55.176Z | + kern=SunOS |
| 5 | 2026-06-01T11:21:55.177Z | + build_user=build |
| 6 | 2026-06-01T11:21:55.177Z | + build_uid=12345 |
| 7 | 2026-06-01T11:21:55.177Z | + work_dir=/work |
| 8 | 2026-06-01T11:21:55.177Z | + input_dir=/input |
| 9 | 2026-06-01T11:21:55.177Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-01T11:21:55.177Z | + case "$kern" in |
| 11 | 2026-06-01T11:21:55.177Z | + groupadd -g 12345 build |
| 12 | 2026-06-01T11:21:55.177Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-01T11:21:56.179Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-01T11:21:56.277Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-01T11:21:56.280Z | + home_fs=zfs |
| 16 | 2026-06-01T11:21:56.280Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-01T11:21:56.280Z | + mkdir -p /home/build |
| 18 | 2026-06-01T11:21:56.280Z | + chown build:build /home/build /work |
| 19 | 2026-06-01T11:21:58.281Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-01T11:21:58.284Z | process exited: duration 3117 ms, exit code 0 |
| |
| 21 | 2026-06-01T11:21:58.290Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-01T11:21:58.293Z | + printf ' * rust toolchain channel = "%s"\n' 1.95.0 |
| 23 | 2026-06-01T11:21:58.296Z | * rust toolchain channel = "1.95.0" |
| 24 | 2026-06-01T11:21:58.296Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-06-01T11:21:58.296Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-06-01T11:21:58.296Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-01T11:21:58.297Z | * rust toolchain profile = "default" |
| 28 | 2026-06-01T11:21:58.297Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-01T11:21:58.297Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default |
| 30 | 2026-06-01T11:21:58.399Z | info: downloading installer |
| 31 | 2026-06-01T11:21:59.925Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-01T11:21:59.925Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-01T11:21:59.925Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-01T11:21:59.925Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-01T11:21:59.937Z | info: profile set to default |
| 36 | 2026-06-01T11:21:59.937Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-01T11:21:59.940Z | info: syncing channel updates for 1.95.0-x86_64-unknown-illumos |
| 38 | 2026-06-01T11:22:00.068Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 39 | 2026-06-01T11:22:00.071Z | info: downloading 6 components |
| 40 | 2026-06-01T11:22:14.279Z | |
| 41 | 2026-06-01T11:22:14.279Z | info: default toolchain set to 1.95.0-x86_64-unknown-illumos |
| 42 | 2026-06-01T11:22:14.315Z | 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 43 | 2026-06-01T11:22:14.315Z | |
| 44 | 2026-06-01T11:22:14.315Z | |
| 45 | 2026-06-01T11:22:14.315Z | Rust is installed now. Great! |
| 46 | 2026-06-01T11:22:14.315Z | |
| 47 | 2026-06-01T11:22:14.315Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-01T11:22:14.318Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-01T11:22:14.318Z | |
| 50 | 2026-06-01T11:22:14.318Z | To configure your current shell, you need to source |
| 51 | 2026-06-01T11:22:14.319Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-01T11:22:14.319Z | |
| 53 | 2026-06-01T11:22:14.319Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-01T11:22:14.319Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-01T11:22:14.319Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-01T11:22:14.319Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-01T11:22:14.319Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-01T11:22:14.319Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-01T11:22:14.319Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-01T11:22:14.319Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-01T11:22:14.319Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-01T11:22:14.416Z | + rustup --version |
| 63 | 2026-06-01T11:22:14.424Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-01T11:22:14.427Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-01T11:22:14.446Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 66 | 2026-06-01T11:22:14.449Z | + cargo --version |
| 67 | 2026-06-01T11:22:14.462Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 68 | 2026-06-01T11:22:14.465Z | + rustc --version |
| 69 | 2026-06-01T11:22:14.485Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 70 | 2026-06-01T11:22:14.488Z | process exited: duration 16196 ms, exit code 0 |
| |
| 71 | 2026-06-01T11:22:14.493Z | starting task 2: "authentication" |
| 72 | 2026-06-01T11:22:14.510Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-01T11:22:14.516Z | starting task 3: "clone repository" |
| 74 | 2026-06-01T11:22:14.519Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-06-01T11:22:14.522Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-06-01T11:22:14.558Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-06-01T11:22:15.415Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-06-01T11:22:15.415Z | + git fetch origin 02641c7f2dbf68cc5ed36a9b99b3e5f3105aa4a6 |
| 79 | 2026-06-01T11:22:15.648Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-06-01T11:22:15.648Z | * branch 02641c7f2dbf68cc5ed36a9b99b3e5f3105aa4a6 -> FETCH_HEAD |
| 81 | 2026-06-01T11:22:15.653Z | + [[ -n mtu ]] |
| 82 | 2026-06-01T11:22:15.656Z | ++ git branch --show-current |
| 83 | 2026-06-01T11:22:15.656Z | + current=master |
| 84 | 2026-06-01T11:22:15.656Z | + [[ master != mtu ]] |
| 85 | 2026-06-01T11:22:15.656Z | + git branch -f mtu 02641c7f2dbf68cc5ed36a9b99b3e5f3105aa4a6 |
| 86 | 2026-06-01T11:22:15.659Z | + git checkout -f mtu |
| 87 | 2026-06-01T11:22:15.675Z | Switched to branch 'mtu' |
| 88 | 2026-06-01T11:22:15.678Z | + git reset --hard 02641c7f2dbf68cc5ed36a9b99b3e5f3105aa4a6 |
| 89 | 2026-06-01T11:22:15.692Z | HEAD is now at 02641c7 Plumb MTU into IPv6 NDP RA messages |
| 90 | 2026-06-01T11:22:15.694Z | process exited: duration 1176 ms, exit code 0 |
| |
| 91 | 2026-06-01T11:22:15.700Z | starting task 4: "build" |
| 92 | 2026-06-01T11:22:15.704Z | + source .github/buildomat/common.sh |
| 93 | 2026-06-01T11:22:15.704Z | ++ rustup show active-toolchain |
| 94 | 2026-06-01T11:22:15.709Z | 1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-06-01T11:22:15.712Z | ++ pushd xde |
| 96 | 2026-06-01T11:22:15.712Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-06-01T11:22:15.712Z | ++ rustup show active-toolchain |
| 98 | 2026-06-01T11:22:15.715Z | info: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos |
| 99 | 2026-06-01T11:22:15.857Z | info: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31) |
| 100 | 2026-06-01T11:22:15.860Z | info: downloading 6 components |
| 101 | 2026-06-01T11:22:29.398Z | nightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-06-01T11:22:29.485Z | +++ rustup show active-toolchain -v |
| 103 | 2026-06-01T11:22:29.488Z | +++ head -n 1 |
| 104 | 2026-06-01T11:22:29.488Z | +++ cut '-d ' -f1 |
| 105 | 2026-06-01T11:22:29.541Z | ++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 106 | 2026-06-01T11:22:29.541Z | ++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 107 | 2026-06-01T11:22:29.544Z | ++ popd |
| 108 | 2026-06-01T11:22:29.545Z | /work/oxidecomputer/opte |
| 109 | 2026-06-01T11:22:29.545Z | + TGT_BASE=/work |
| 110 | 2026-06-01T11:22:29.545Z | + DBG_SRC=target/x86_64-unknown-unknown/debug |
| 111 | 2026-06-01T11:22:29.545Z | + DBG_LINK_SRC=target/i686-unknown-illumos/debug |
| 112 | 2026-06-01T11:22:29.545Z | + DBG_TGT=/work/debug |
| 113 | 2026-06-01T11:22:29.545Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 114 | 2026-06-01T11:22:29.545Z | + REL_LINK_SRC=target/i686-unknown-illumos/release |
| 115 | 2026-06-01T11:22:29.545Z | + REL_TGT=/work/release |
| 116 | 2026-06-01T11:22:29.545Z | + mkdir -p /work/debug /work/release |
| 117 | 2026-06-01T11:22:29.545Z | + cargo --version |
| 118 | 2026-06-01T11:22:29.553Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 119 | 2026-06-01T11:22:29.556Z | + rustc --version |
| 120 | 2026-06-01T11:22:29.575Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 121 | 2026-06-01T11:22:29.578Z | + install_pkg jq |
| 122 | 2026-06-01T11:22:29.578Z | + set +o errexit |
| 123 | 2026-06-01T11:22:29.578Z | + pfexec pkg install jq |
| 124 | 2026-06-01T11:22:30.532Z | Startup: Refreshing catalog 'helios' ... Done |
| 125 | 2026-06-01T11:22:30.609Z | Startup: Caching catalogs ... Done |
| 126 | 2026-06-01T11:22:30.898Z | Planning: Solver setup ... Done |
| 127 | 2026-06-01T11:22:30.917Z | Planning: Running solver ... Done |
| 128 | 2026-06-01T11:22:30.921Z | Planning: Consolidating action changes ... Done |
| 129 | 2026-06-01T11:22:30.924Z | Planning: Evaluating mediators ... Done |
| 130 | 2026-06-01T11:22:30.924Z | Planning: Planning completed in 0.29 seconds |
| 131 | 2026-06-01T11:22:30.938Z | No updates necessary for this image. |
| 132 | 2026-06-01T11:22:31.022Z | + exit_code=4 |
| 133 | 2026-06-01T11:22:31.022Z | + [[ 4 -ne 0 ]] |
| 134 | 2026-06-01T11:22:31.022Z | + [[ 4 -ne 4 ]] |
| 135 | 2026-06-01T11:22:31.022Z | + set -o errexit |
| 136 | 2026-06-01T11:22:31.025Z | + pushd xde |
| 137 | 2026-06-01T11:22:31.025Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 138 | 2026-06-01T11:22:31.025Z | + cp xde.conf /work/xde.conf |
| 139 | 2026-06-01T11:22:31.025Z | + header 'check style' |
| 140 | 2026-06-01T11:22:31.025Z | + echo '# ==== check style ==== #' |
| 141 | 2026-06-01T11:22:31.025Z | # ==== check style ==== # |
| 142 | 2026-06-01T11:22:31.025Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check |
| 143 | 2026-06-01T11:22:31.233Z | |
| 144 | 2026-06-01T11:22:31.233Z | real 0.206595606 |
| 145 | 2026-06-01T11:22:31.234Z | user 0.152528593 |
| 146 | 2026-06-01T11:22:31.234Z | sys 0.044448299 |
| 147 | 2026-06-01T11:22:31.234Z | trap 0.000012710 |
| 148 | 2026-06-01T11:22:31.234Z | tflt 0.000015800 |
| 149 | 2026-06-01T11:22:31.234Z | dflt 0.000020960 |
| 150 | 2026-06-01T11:22:31.234Z | kflt 0.000000000 |
| 151 | 2026-06-01T11:22:31.234Z | lock 0.033930098 |
| 152 | 2026-06-01T11:22:31.234Z | slp 0.184328058 |
| 153 | 2026-06-01T11:22:31.234Z | lat 0.000949020 |
| 154 | 2026-06-01T11:22:31.234Z | stop 0.000094460 |
| 155 | 2026-06-01T11:22:31.237Z | + header analyze |
| 156 | 2026-06-01T11:22:31.237Z | + echo '# ==== analyze ==== #' |
| 157 | 2026-06-01T11:22:31.237Z | # ==== analyze ==== # |
| 158 | 2026-06-01T11:22:31.237Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 159 | 2026-06-01T11:22:31.411Z | Updating crates.io index |
| 160 | 2026-06-01T11:22:31.443Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 161 | 2026-06-01T11:22:32.087Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 162 | 2026-06-01T11:22:32.645Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 163 | 2026-06-01T11:22:33.053Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 164 | 2026-06-01T11:22:33.451Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 165 | 2026-06-01T11:22:33.674Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 166 | 2026-06-01T11:22:33.920Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 167 | 2026-06-01T11:22:35.934Z | Downloading crates ... |
| 168 | 2026-06-01T11:22:36.002Z | Downloaded darling_core v0.21.3 |
| 169 | 2026-06-01T11:22:36.008Z | Downloaded hash32 v0.3.1 |
| 170 | 2026-06-01T11:22:36.011Z | Downloaded defmt-parser v1.0.0 |
| 171 | 2026-06-01T11:22:36.014Z | Downloaded ident_case v1.0.1 |
| 172 | 2026-06-01T11:22:36.017Z | Downloaded dyn-clone v1.0.20 |
| 173 | 2026-06-01T11:22:36.017Z | Downloaded embedded-io v0.6.1 |
| 174 | 2026-06-01T11:22:36.020Z | Downloaded cfg-if v1.0.4 |
| 175 | 2026-06-01T11:22:36.020Z | Downloaded ref-cast v1.0.25 |
| 176 | 2026-06-01T11:22:36.022Z | Downloaded stable_deref_trait v1.2.1 |
| 177 | 2026-06-01T11:22:36.023Z | Downloaded cobs v0.3.0 |
| 178 | 2026-06-01T11:22:36.025Z | Downloaded darling_macro v0.21.3 |
| 179 | 2026-06-01T11:22:36.025Z | Downloaded ref-cast-impl v1.0.25 |
| 180 | 2026-06-01T11:22:36.025Z | Downloaded embedded-io v0.4.0 |
| 181 | 2026-06-01T11:22:36.030Z | Downloaded managed v0.8.0 |
| 182 | 2026-06-01T11:22:36.040Z | Downloaded version_check v0.9.5 |
| 183 | 2026-06-01T11:22:36.042Z | Downloaded macaddr v1.0.1 |
| 184 | 2026-06-01T11:22:36.042Z | Downloaded defmt v0.3.100 |
| 185 | 2026-06-01T11:22:36.049Z | Downloaded darling_macro v0.23.0 |
| 186 | 2026-06-01T11:22:36.055Z | Downloaded strsim v0.11.1 |
| 187 | 2026-06-01T11:22:36.058Z | Downloaded fnv v1.0.7 |
| 188 | 2026-06-01T11:22:36.058Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 189 | 2026-06-01T11:22:36.066Z | Downloaded bitflags v1.3.2 |
| 190 | 2026-06-01T11:22:36.069Z | Downloaded defmt-macros v1.0.1 |
| 191 | 2026-06-01T11:22:36.072Z | Downloaded defmt v1.0.1 |
| 192 | 2026-06-01T11:22:36.075Z | Downloaded darling v0.21.3 |
| 193 | 2026-06-01T11:22:36.080Z | Downloaded thiserror v2.0.18 |
| 194 | 2026-06-01T11:22:36.084Z | Downloaded ingot v0.1.1 |
| 195 | 2026-06-01T11:22:36.090Z | Downloaded quote v1.0.45 |
| 196 | 2026-06-01T11:22:36.093Z | Downloaded either v1.15.0 |
| 197 | 2026-06-01T11:22:36.093Z | Downloaded thiserror-impl v2.0.18 |
| 198 | 2026-06-01T11:22:36.093Z | Downloaded ingot-types v0.1.2 |
| 199 | 2026-06-01T11:22:36.099Z | Downloaded byteorder v1.5.0 |
| 200 | 2026-06-01T11:22:36.103Z | Downloaded proc-macro-error2 v2.0.1 |
| 201 | 2026-06-01T11:22:36.106Z | Downloaded darling v0.23.0 |
| 202 | 2026-06-01T11:22:36.109Z | Downloaded postcard v1.1.3 |
| 203 | 2026-06-01T11:22:36.111Z | Downloaded crc32fast v1.5.0 |
| 204 | 2026-06-01T11:22:36.114Z | Downloaded ingot-macros v0.1.1 |
| 205 | 2026-06-01T11:22:36.114Z | Downloaded bitflags v2.11.1 |
| 206 | 2026-06-01T11:22:36.126Z | Downloaded proc-macro2 v1.0.106 |
| 207 | 2026-06-01T11:22:36.128Z | Downloaded darling_core v0.23.0 |
| 208 | 2026-06-01T11:22:36.132Z | Downloaded serde_derive v1.0.228 |
| 209 | 2026-06-01T11:22:36.135Z | Downloaded uuid v1.23.1 |
| 210 | 2026-06-01T11:22:36.137Z | Downloaded unicode-ident v1.0.24 |
| 211 | 2026-06-01T11:22:36.140Z | Downloaded heapless v0.8.0 |
| 212 | 2026-06-01T11:22:36.147Z | Downloaded serde_core v1.0.228 |
| 213 | 2026-06-01T11:22:36.166Z | Downloaded serde v1.0.228 |
| 214 | 2026-06-01T11:22:36.169Z | Downloaded memchr v2.8.0 |
| 215 | 2026-06-01T11:22:36.172Z | Downloaded zerocopy-derive v0.8.48 |
| 216 | 2026-06-01T11:22:36.178Z | Downloaded aho-corasick v1.1.4 |
| 217 | 2026-06-01T11:22:36.196Z | Downloaded itertools v0.14.0 |
| 218 | 2026-06-01T11:22:36.204Z | Downloaded regex v1.12.3 |
| 219 | 2026-06-01T11:22:36.251Z | Downloaded zerocopy v0.8.48 |
| 220 | 2026-06-01T11:22:36.261Z | Downloaded syn v2.0.117 |
| 221 | 2026-06-01T11:22:36.267Z | Downloaded smoltcp v0.11.0 |
| 222 | 2026-06-01T11:22:36.273Z | Downloaded regex-syntax v0.8.10 |
| 223 | 2026-06-01T11:22:36.282Z | Downloaded regex-automata v0.4.14 |
| 224 | 2026-06-01T11:22:36.294Z | Updating crates.io index |
| 225 | 2026-06-01T11:22:36.477Z | Downloading crates ... |
| 226 | 2026-06-01T11:22:36.518Z | Downloaded rustc-demangle v0.1.27 |
| 227 | 2026-06-01T11:22:36.524Z | Downloaded adler2 v2.0.1 |
| 228 | 2026-06-01T11:22:36.530Z | Downloaded rustc-literal-escaper v0.0.7 |
| 229 | 2026-06-01T11:22:36.536Z | Downloaded foldhash v0.2.0 |
| 230 | 2026-06-01T11:22:36.541Z | Downloaded getopts v0.2.24 |
| 231 | 2026-06-01T11:22:36.544Z | Downloaded addr2line v0.25.1 |
| 232 | 2026-06-01T11:22:36.559Z | Downloaded miniz_oxide v0.8.9 |
| 233 | 2026-06-01T11:22:36.561Z | Downloaded hashbrown v0.16.1 |
| 234 | 2026-06-01T11:22:36.566Z | Downloaded memchr v2.7.6 |
| 235 | 2026-06-01T11:22:36.599Z | Downloaded gimli v0.32.3 |
| 236 | 2026-06-01T11:22:36.606Z | Downloaded object v0.37.3 |
| 237 | 2026-06-01T11:22:36.644Z | Downloaded libc v0.2.183 |
| 238 | 2026-06-01T11:22:36.701Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 239 | 2026-06-01T11:22:36.701Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 240 | 2026-06-01T11:22:36.701Z | Compiling proc-macro2 v1.0.106 |
| 241 | 2026-06-01T11:22:36.704Z | Compiling quote v1.0.45 |
| 242 | 2026-06-01T11:22:36.704Z | Compiling unicode-ident v1.0.24 |
| 243 | 2026-06-01T11:22:36.704Z | Compiling strsim v0.11.1 |
| 244 | 2026-06-01T11:22:36.704Z | Compiling ident_case v1.0.1 |
| 245 | 2026-06-01T11:22:36.704Z | Compiling serde_core v1.0.228 |
| 246 | 2026-06-01T11:22:36.877Z | Compiling fnv v1.0.7 |
| 247 | 2026-06-01T11:22:36.880Z | Compiling memchr v2.8.0 |
| 248 | 2026-06-01T11:22:36.971Z | Compiling regex-syntax v0.8.10 |
| 249 | 2026-06-01T11:22:37.147Z | Compiling thiserror v2.0.18 |
| 250 | 2026-06-01T11:22:37.155Z | Compiling zerocopy v0.8.48 |
| 251 | 2026-06-01T11:22:37.194Z | Compiling either v1.15.0 |
| 252 | 2026-06-01T11:22:37.276Z | Compiling aho-corasick v1.1.4 |
| 253 | 2026-06-01T11:22:37.383Z | Compiling serde v1.0.228 |
| 254 | 2026-06-01T11:22:37.558Z | Compiling itertools v0.14.0 |
| 255 | 2026-06-01T11:22:37.754Z | Compiling heapless v0.8.0 |
| 256 | 2026-06-01T11:22:37.839Z | Compiling syn v2.0.117 |
| 257 | 2026-06-01T11:22:37.964Z | Compiling smoltcp v0.11.0 |
| 258 | 2026-06-01T11:22:38.024Z | Compiling crc32fast v1.5.0 |
| 259 | 2026-06-01T11:22:38.251Z | Compiling version_check v0.9.5 |
| 260 | 2026-06-01T11:22:38.377Z | Compiling ref-cast v1.0.25 |
| 261 | 2026-06-01T11:22:38.452Z | Compiling regex-automata v0.4.14 |
| 262 | 2026-06-01T11:22:38.624Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 263 | 2026-06-01T11:22:39.993Z | Compiling regex v1.12.3 |
| 264 | 2026-06-01T11:22:40.096Z | Compiling darling_core v0.21.3 |
| 265 | 2026-06-01T11:22:40.142Z | Compiling darling_core v0.23.0 |
| 266 | 2026-06-01T11:22:41.064Z | Compiling serde_derive v1.0.228 |
| 267 | 2026-06-01T11:22:41.064Z | Compiling zerocopy-derive v0.8.48 |
| 268 | 2026-06-01T11:22:41.064Z | Compiling thiserror-impl v2.0.18 |
| 269 | 2026-06-01T11:22:41.067Z | Compiling ref-cast-impl v1.0.25 |
| 270 | 2026-06-01T11:22:41.067Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 271 | 2026-06-01T11:22:42.718Z | Compiling darling_macro v0.23.0 |
| 272 | 2026-06-01T11:22:42.822Z | Compiling darling_macro v0.21.3 |
| 273 | 2026-06-01T11:22:43.651Z | Compiling darling v0.23.0 |
| 274 | 2026-06-01T11:22:43.716Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 275 | 2026-06-01T11:22:43.723Z | Compiling darling v0.21.3 |
| 276 | 2026-06-01T11:22:43.783Z | Compiling ingot-macros v0.1.1 |
| 277 | 2026-06-01T11:22:48.324Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 278 | 2026-06-01T11:22:50.399Z | Checking byteorder v1.5.0 |
| 279 | 2026-06-01T11:22:50.399Z | Checking macaddr v1.0.1 |
| 280 | 2026-06-01T11:22:50.399Z | Checking cfg-if v1.0.4 |
| 281 | 2026-06-01T11:22:50.402Z | Checking stable_deref_trait v1.2.1 |
| 282 | 2026-06-01T11:22:50.402Z | Checking bitflags v1.3.2 |
| 283 | 2026-06-01T11:22:50.462Z | Checking managed v0.8.0 |
| 284 | 2026-06-01T11:22:50.481Z | Checking cobs v0.3.0 |
| 285 | 2026-06-01T11:22:50.533Z | Checking dyn-clone v1.0.20 |
| 286 | 2026-06-01T11:22:50.549Z | Checking hash32 v0.3.1 |
| 287 | 2026-06-01T11:22:50.598Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 288 | 2026-06-01T11:22:51.732Z | Checking bitflags v2.11.1 |
| 289 | 2026-06-01T11:22:51.732Z | Checking uuid v1.23.1 |
| 290 | 2026-06-01T11:22:51.870Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 291 | 2026-06-01T11:22:52.080Z | Checking postcard v1.1.3 |
| 292 | 2026-06-01T11:22:52.996Z | Checking ingot-types v0.1.2 |
| 293 | 2026-06-01T11:22:53.268Z | Checking ingot v0.1.1 |
| 294 | 2026-06-01T11:22:54.567Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 295 | 2026-06-01T11:22:58.850Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 296 | 2026-06-01T11:23:00.450Z | Checking xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 297 | 2026-06-01T11:23:02.770Z | Finished `dev` profile [optimized + debuginfo] target(s) in 31.47s |
| 298 | 2026-06-01T11:23:02.882Z | |
| 299 | 2026-06-01T11:23:02.882Z | real 31.642734554 |
| 300 | 2026-06-01T11:23:02.882Z | user 1:14.723798658 |
| 301 | 2026-06-01T11:23:02.882Z | sys 10.195876534 |
| 302 | 2026-06-01T11:23:02.882Z | trap 0.032715201 |
| 303 | 2026-06-01T11:23:02.882Z | tflt 0.036261881 |
| 304 | 2026-06-01T11:23:02.882Z | dflt 0.212761245 |
| 305 | 2026-06-01T11:23:02.882Z | kflt 0.001166841 |
| 306 | 2026-06-01T11:23:02.882Z | lock 3:51.132421579 |
| 307 | 2026-06-01T11:23:02.882Z | slp 3:30.341822512 |
| 308 | 2026-06-01T11:23:02.883Z | lat 3.123385430 |
| 309 | 2026-06-01T11:23:02.883Z | stop 6.267079263 |
| 310 | 2026-06-01T11:23:02.886Z | + pushd xde-link |
| 311 | 2026-06-01T11:23:02.886Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 312 | 2026-06-01T11:23:02.886Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 313 | 2026-06-01T11:23:03.070Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 314 | 2026-06-01T11:23:03.071Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 315 | 2026-06-01T11:23:03.071Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 316 | 2026-06-01T11:23:13.426Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 317 | 2026-06-01T11:23:15.534Z | Finished `dev` profile [optimized + debuginfo] target(s) in 12.59s |
| 318 | 2026-06-01T11:23:15.554Z | |
| 319 | 2026-06-01T11:23:15.557Z | real 12.666513972 |
| 320 | 2026-06-01T11:23:15.557Z | user 20.239778434 |
| 321 | 2026-06-01T11:23:15.557Z | sys 1.224048601 |
| 322 | 2026-06-01T11:23:15.557Z | trap 0.005250481 |
| 323 | 2026-06-01T11:23:15.557Z | tflt 0.002568461 |
| 324 | 2026-06-01T11:23:15.557Z | dflt 0.030899121 |
| 325 | 2026-06-01T11:23:15.557Z | kflt 0.000000000 |
| 326 | 2026-06-01T11:23:15.557Z | lock 1:07.228712478 |
| 327 | 2026-06-01T11:23:15.557Z | slp 42.415228419 |
| 328 | 2026-06-01T11:23:15.558Z | lat 0.196194695 |
| 329 | 2026-06-01T11:23:15.558Z | stop 0.133656839 |
| 330 | 2026-06-01T11:23:15.558Z | + popd |
| 331 | 2026-06-01T11:23:15.558Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 332 | 2026-06-01T11:23:15.558Z | /work/oxidecomputer/opte |
| 333 | 2026-06-01T11:23:15.558Z | + popd |
| 334 | 2026-06-01T11:23:15.558Z | + header 'build xde (debug)' |
| 335 | 2026-06-01T11:23:15.558Z | + echo '# ==== build xde (debug) ==== #' |
| 336 | 2026-06-01T11:23:15.558Z | # ==== build xde (debug) ==== # |
| 337 | 2026-06-01T11:23:15.558Z | + ptime -m cargo xtask build --profile debug xde xde-link |
| 338 | 2026-06-01T11:23:15.700Z | Downloading crates ... |
| 339 | 2026-06-01T11:23:15.742Z | Downloaded heck v0.5.0 |
| 340 | 2026-06-01T11:23:15.747Z | Downloaded anstream v1.0.0 |
| 341 | 2026-06-01T11:23:15.750Z | Downloaded clap_lex v1.1.0 |
| 342 | 2026-06-01T11:23:15.753Z | Downloaded anyhow v1.0.102 |
| 343 | 2026-06-01T11:23:15.756Z | Downloaded colorchoice v1.0.5 |
| 344 | 2026-06-01T11:23:15.756Z | Downloaded cargo_metadata v0.23.1 |
| 345 | 2026-06-01T11:23:15.760Z | Downloaded errno v0.3.14 |
| 346 | 2026-06-01T11:23:15.760Z | Downloaded cargo-platform v0.3.3 |
| 347 | 2026-06-01T11:23:15.763Z | Downloaded itoa v1.0.18 |
| 348 | 2026-06-01T11:23:15.766Z | Downloaded utf8parse v0.2.2 |
| 349 | 2026-06-01T11:23:15.766Z | Downloaded serde_spanned v1.1.1 |
| 350 | 2026-06-01T11:23:15.774Z | Downloaded is_terminal_polyfill v1.70.2 |
| 351 | 2026-06-01T11:23:15.777Z | Downloaded anstyle v1.0.14 |
| 352 | 2026-06-01T11:23:15.777Z | Downloaded terminal_size v0.4.4 |
| 353 | 2026-06-01T11:23:15.777Z | Downloaded anstyle-query v1.1.5 |
| 354 | 2026-06-01T11:23:15.780Z | Downloaded equivalent v1.0.2 |
| 355 | 2026-06-01T11:23:15.787Z | Downloaded zmij v1.0.21 |
| 356 | 2026-06-01T11:23:15.790Z | Downloaded anstyle-parse v1.0.0 |
| 357 | 2026-06-01T11:23:15.790Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 358 | 2026-06-01T11:23:15.790Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 359 | 2026-06-01T11:23:15.793Z | Downloaded clap_derive v4.6.1 |
| 360 | 2026-06-01T11:23:15.796Z | Downloaded semver v1.0.28 |
| 361 | 2026-06-01T11:23:15.800Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 362 | 2026-06-01T11:23:15.802Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 363 | 2026-06-01T11:23:15.806Z | Downloaded camino v1.2.2 |
| 364 | 2026-06-01T11:23:15.813Z | Downloaded clap v4.6.1 |
| 365 | 2026-06-01T11:23:15.831Z | Downloaded indexmap v2.14.0 |
| 366 | 2026-06-01T11:23:15.838Z | Downloaded serde_json v1.0.149 |
| 367 | 2026-06-01T11:23:15.841Z | Downloaded hashbrown v0.17.0 |
| 368 | 2026-06-01T11:23:15.850Z | Downloaded clap_builder v4.6.0 |
| 369 | 2026-06-01T11:23:15.856Z | Downloaded winnow v1.0.2 |
| 370 | 2026-06-01T11:23:15.884Z | Downloaded rustix v1.1.4 |
| 371 | 2026-06-01T11:23:15.912Z | Downloaded libc v0.2.186 |
| 372 | 2026-06-01T11:23:15.959Z | Compiling serde_core v1.0.228 |
| 373 | 2026-06-01T11:23:15.959Z | Compiling proc-macro2 v1.0.106 |
| 374 | 2026-06-01T11:23:15.959Z | Compiling quote v1.0.45 |
| 375 | 2026-06-01T11:23:15.959Z | Compiling unicode-ident v1.0.24 |
| 376 | 2026-06-01T11:23:15.962Z | Compiling libc v0.2.186 |
| 377 | 2026-06-01T11:23:15.962Z | Compiling rustix v1.1.4 |
| 378 | 2026-06-01T11:23:15.962Z | Compiling utf8parse v0.2.2 |
| 379 | 2026-06-01T11:23:15.962Z | Compiling zmij v1.0.21 |
| 380 | 2026-06-01T11:23:16.110Z | Compiling bitflags v2.11.1 |
| 381 | 2026-06-01T11:23:16.125Z | Compiling anstyle-parse v1.0.0 |
| 382 | 2026-06-01T11:23:16.342Z | Compiling serde v1.0.228 |
| 383 | 2026-06-01T11:23:16.346Z | Compiling anstyle v1.0.14 |
| 384 | 2026-06-01T11:23:16.346Z | Compiling camino v1.2.2 |
| 385 | 2026-06-01T11:23:16.531Z | Compiling thiserror v2.0.18 |
| 386 | 2026-06-01T11:23:16.561Z | Compiling is_terminal_polyfill v1.70.2 |
| 387 | 2026-06-01T11:23:16.603Z | Compiling anstyle-query v1.1.5 |
| 388 | 2026-06-01T11:23:16.641Z | Compiling serde_json v1.0.149 |
| 389 | 2026-06-01T11:23:16.648Z | Compiling colorchoice v1.0.5 |
| 390 | 2026-06-01T11:23:16.699Z | Compiling errno v0.3.14 |
| 391 | 2026-06-01T11:23:16.741Z | Compiling anstream v1.0.0 |
| 392 | 2026-06-01T11:23:16.761Z | Compiling anyhow v1.0.102 |
| 393 | 2026-06-01T11:23:16.877Z | Compiling itoa v1.0.18 |
| 394 | 2026-06-01T11:23:17.085Z | Compiling winnow v1.0.2 |
| 395 | 2026-06-01T11:23:17.129Z | Compiling clap_lex v1.1.0 |
| 396 | 2026-06-01T11:23:17.129Z | Compiling heck v0.5.0 |
| 397 | 2026-06-01T11:23:17.169Z | Compiling strsim v0.11.1 |
| 398 | 2026-06-01T11:23:17.248Z | Compiling syn v2.0.117 |
| 399 | 2026-06-01T11:23:17.295Z | Compiling memchr v2.8.0 |
| 400 | 2026-06-01T11:23:17.316Z | Compiling terminal_size v0.4.4 |
| 401 | 2026-06-01T11:23:17.468Z | Compiling clap_builder v4.6.0 |
| 402 | 2026-06-01T11:23:17.498Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 403 | 2026-06-01T11:23:17.712Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 404 | 2026-06-01T11:23:18.286Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 405 | 2026-06-01T11:23:18.369Z | Compiling cargo-platform v0.3.3 |
| 406 | 2026-06-01T11:23:18.782Z | Compiling semver v1.0.28 |
| 407 | 2026-06-01T11:23:18.874Z | Compiling serde_spanned v1.1.1 |
| 408 | 2026-06-01T11:23:19.017Z | Compiling toml v1.1.2+spec-1.1.0 |
| 409 | 2026-06-01T11:23:19.723Z | Compiling thiserror-impl v2.0.18 |
| 410 | 2026-06-01T11:23:19.795Z | Compiling serde_derive v1.0.228 |
| 411 | 2026-06-01T11:23:19.808Z | Compiling clap_derive v4.6.1 |
| 412 | 2026-06-01T11:23:21.424Z | Compiling clap v4.6.1 |
| 413 | 2026-06-01T11:23:22.837Z | Compiling cargo_metadata v0.23.1 |
| 414 | 2026-06-01T11:23:25.262Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 415 | 2026-06-01T11:23:26.847Z | Finished `dev` profile [optimized + debuginfo] target(s) in 11.28s |
| 416 | 2026-06-01T11:23:26.860Z | Running `target/debug/xtask build --profile debug xde xde-link` |
| 417 | 2026-06-01T11:23:28.239Z | Building xde (dev). |
| 418 | 2026-06-01T11:23:28.474Z | Compiling serde_core v1.0.228 |
| 419 | 2026-06-01T11:23:28.474Z | Compiling byteorder v1.5.0 |
| 420 | 2026-06-01T11:23:28.474Z | Compiling cfg-if v1.0.4 |
| 421 | 2026-06-01T11:23:28.477Z | Compiling stable_deref_trait v1.2.1 |
| 422 | 2026-06-01T11:23:28.477Z | Compiling macaddr v1.0.1 |
| 423 | 2026-06-01T11:23:28.477Z | Compiling zerocopy v0.8.48 |
| 424 | 2026-06-01T11:23:28.496Z | Compiling thiserror v2.0.18 |
| 425 | 2026-06-01T11:23:28.506Z | Compiling managed v0.8.0 |
| 426 | 2026-06-01T11:23:28.553Z | Compiling bitflags v1.3.2 |
| 427 | 2026-06-01T11:23:28.558Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 428 | 2026-06-01T11:23:28.592Z | Compiling cobs v0.3.0 |
| 429 | 2026-06-01T11:23:28.617Z | Compiling either v1.15.0 |
| 430 | 2026-06-01T11:23:28.675Z | Compiling hash32 v0.3.1 |
| 431 | 2026-06-01T11:23:28.720Z | Compiling ref-cast v1.0.25 |
| 432 | 2026-06-01T11:23:28.755Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 433 | 2026-06-01T11:23:28.793Z | Compiling heapless v0.8.0 |
| 434 | 2026-06-01T11:23:28.809Z | Compiling itertools v0.14.0 |
| 435 | 2026-06-01T11:23:28.830Z | Compiling crc32fast v1.5.0 |
| 436 | 2026-06-01T11:23:28.843Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 437 | 2026-06-01T11:23:28.872Z | Compiling dyn-clone v1.0.20 |
| 438 | 2026-06-01T11:23:29.023Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 439 | 2026-06-01T11:23:29.168Z | Compiling smoltcp v0.11.0 |
| 440 | 2026-06-01T11:23:30.067Z | Compiling serde v1.0.228 |
| 441 | 2026-06-01T11:23:30.067Z | Compiling bitflags v2.11.1 |
| 442 | 2026-06-01T11:23:30.067Z | Compiling uuid v1.23.1 |
| 443 | 2026-06-01T11:23:30.198Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 444 | 2026-06-01T11:23:30.480Z | Compiling postcard v1.1.3 |
| 445 | 2026-06-01T11:23:31.256Z | Compiling ingot-types v0.1.2 |
| 446 | 2026-06-01T11:23:31.531Z | Compiling ingot v0.1.1 |
| 447 | 2026-06-01T11:23:32.946Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 448 | 2026-06-01T11:23:37.236Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 449 | 2026-06-01T11:23:47.566Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 450 | 2026-06-01T11:23:55.816Z | Finished `dev` profile [optimized + debuginfo] target(s) in 27.55s |
| 451 | 2026-06-01T11:23:55.841Z | Linking xde kmod... |
| 452 | 2026-06-01T11:23:56.941Z | Building xde dev link helper (dev). |
| 453 | 2026-06-01T11:23:57.095Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 454 | 2026-06-01T11:23:57.430Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.46s |
| 455 | 2026-06-01T11:23:57.454Z | |
| 456 | 2026-06-01T11:23:57.454Z | real 41.896676704 |
| 457 | 2026-06-01T11:23:57.454Z | user 2:16.250604837 |
| 458 | 2026-06-01T11:23:57.454Z | sys 11.268949802 |
| 459 | 2026-06-01T11:23:57.455Z | trap 0.062668913 |
| 460 | 2026-06-01T11:23:57.457Z | tflt 0.302985804 |
| 461 | 2026-06-01T11:23:57.457Z | dflt 0.462107344 |
| 462 | 2026-06-01T11:23:57.457Z | kflt 0.000008780 |
| 463 | 2026-06-01T11:23:57.458Z | lock 6:30.962099332 |
| 464 | 2026-06-01T11:23:57.458Z | slp 3:54.076779605 |
| 465 | 2026-06-01T11:23:57.458Z | lat 4.906020673 |
| 466 | 2026-06-01T11:23:57.458Z | stop 4.721186699 |
| 467 | 2026-06-01T11:23:57.458Z | + header 'build xde (release)' |
| 468 | 2026-06-01T11:23:57.458Z | + echo '# ==== build xde (release) ==== #' |
| 469 | 2026-06-01T11:23:57.458Z | # ==== build xde (release) ==== # |
| 470 | 2026-06-01T11:23:57.458Z | + ptime -m cargo xtask build --profile release xde xde-link |
| 471 | 2026-06-01T11:23:57.593Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s |
| 472 | 2026-06-01T11:23:57.597Z | Running `target/debug/xtask build --profile release xde xde-link` |
| 473 | 2026-06-01T11:23:57.799Z | Building xde (release-lto). |
| 474 | 2026-06-01T11:23:58.035Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 475 | 2026-06-01T11:23:58.035Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 476 | 2026-06-01T11:23:58.035Z | Compiling proc-macro2 v1.0.106 |
| 477 | 2026-06-01T11:23:58.035Z | Compiling unicode-ident v1.0.24 |
| 478 | 2026-06-01T11:23:58.038Z | Compiling quote v1.0.45 |
| 479 | 2026-06-01T11:23:58.038Z | Compiling ident_case v1.0.1 |
| 480 | 2026-06-01T11:23:58.038Z | Compiling strsim v0.11.1 |
| 481 | 2026-06-01T11:23:58.038Z | Compiling serde_core v1.0.228 |
| 482 | 2026-06-01T11:23:58.153Z | Compiling memchr v2.8.0 |
| 483 | 2026-06-01T11:23:58.154Z | Compiling fnv v1.0.7 |
| 484 | 2026-06-01T11:23:58.235Z | Compiling regex-syntax v0.8.10 |
| 485 | 2026-06-01T11:23:58.405Z | Compiling serde v1.0.228 |
| 486 | 2026-06-01T11:23:59.422Z | Compiling either v1.15.0 |
| 487 | 2026-06-01T11:23:59.428Z | Compiling zerocopy v0.8.48 |
| 488 | 2026-06-01T11:23:59.428Z | Compiling aho-corasick v1.1.4 |
| 489 | 2026-06-01T11:23:59.428Z | Compiling thiserror v2.0.18 |
| 490 | 2026-06-01T11:23:59.428Z | Compiling itertools v0.14.0 |
| 491 | 2026-06-01T11:23:59.428Z | Compiling heapless v0.8.0 |
| 492 | 2026-06-01T11:23:59.428Z | Compiling syn v2.0.117 |
| 493 | 2026-06-01T11:23:59.428Z | Compiling smoltcp v0.11.0 |
| 494 | 2026-06-01T11:23:59.428Z | Compiling ref-cast v1.0.25 |
| 495 | 2026-06-01T11:23:59.428Z | Compiling crc32fast v1.5.0 |
| 496 | 2026-06-01T11:23:59.583Z | Compiling version_check v0.9.5 |
| 497 | 2026-06-01T11:23:59.677Z | Compiling regex-automata v0.4.14 |
| 498 | 2026-06-01T11:23:59.928Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 499 | 2026-06-01T11:24:01.183Z | Compiling regex v1.12.3 |
| 500 | 2026-06-01T11:24:01.383Z | Compiling darling_core v0.21.3 |
| 501 | 2026-06-01T11:24:01.421Z | Compiling darling_core v0.23.0 |
| 502 | 2026-06-01T11:24:02.271Z | Compiling thiserror-impl v2.0.18 |
| 503 | 2026-06-01T11:24:02.271Z | Compiling zerocopy-derive v0.8.48 |
| 504 | 2026-06-01T11:24:02.271Z | Compiling serde_derive v1.0.228 |
| 505 | 2026-06-01T11:24:02.271Z | Compiling ref-cast-impl v1.0.25 |
| 506 | 2026-06-01T11:24:02.275Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 507 | 2026-06-01T11:24:03.877Z | Compiling darling_macro v0.21.3 |
| 508 | 2026-06-01T11:24:04.003Z | Compiling darling_macro v0.23.0 |
| 509 | 2026-06-01T11:24:04.763Z | Compiling darling v0.21.3 |
| 510 | 2026-06-01T11:24:04.826Z | Compiling ingot-macros v0.1.1 |
| 511 | 2026-06-01T11:24:04.887Z | Compiling darling v0.23.0 |
| 512 | 2026-06-01T11:24:04.947Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 513 | 2026-06-01T11:24:09.971Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 514 | 2026-06-01T11:24:12.017Z | Compiling byteorder v1.5.0 |
| 515 | 2026-06-01T11:24:12.017Z | Compiling macaddr v1.0.1 |
| 516 | 2026-06-01T11:24:12.017Z | Compiling stable_deref_trait v1.2.1 |
| 517 | 2026-06-01T11:24:12.017Z | Compiling cfg-if v1.0.4 |
| 518 | 2026-06-01T11:24:12.076Z | Compiling bitflags v1.3.2 |
| 519 | 2026-06-01T11:24:12.086Z | Compiling cobs v0.3.0 |
| 520 | 2026-06-01T11:24:12.109Z | Compiling managed v0.8.0 |
| 521 | 2026-06-01T11:24:12.198Z | Compiling hash32 v0.3.1 |
| 522 | 2026-06-01T11:24:12.322Z | Compiling dyn-clone v1.0.20 |
| 523 | 2026-06-01T11:24:12.374Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 524 | 2026-06-01T11:24:13.619Z | Compiling bitflags v2.11.1 |
| 525 | 2026-06-01T11:24:13.619Z | Compiling uuid v1.23.1 |
| 526 | 2026-06-01T11:24:13.755Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 527 | 2026-06-01T11:24:14.042Z | Compiling postcard v1.1.3 |
| 528 | 2026-06-01T11:24:14.878Z | Compiling ingot-types v0.1.2 |
| 529 | 2026-06-01T11:24:15.195Z | Compiling ingot v0.1.1 |
| 530 | 2026-06-01T11:24:16.674Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 531 | 2026-06-01T11:24:20.406Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 532 | 2026-06-01T11:24:29.156Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 533 | 2026-06-01T11:24:58.883Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 01s |
| 534 | 2026-06-01T11:24:58.907Z | Linking xde kmod... |
| 535 | 2026-06-01T11:24:59.495Z | Building xde dev link helper (release). |
| 536 | 2026-06-01T11:24:59.655Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 537 | 2026-06-01T11:24:59.655Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 538 | 2026-06-01T11:24:59.655Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 539 | 2026-06-01T11:25:10.614Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 540 | 2026-06-01T11:25:12.962Z | Finished `release` profile [optimized + debuginfo] target(s) in 13.43s |
| 541 | 2026-06-01T11:25:12.982Z | |
| 542 | 2026-06-01T11:25:12.986Z | real 1:15.523815613 |
| 543 | 2026-06-01T11:25:12.986Z | user 2:08.352129435 |
| 544 | 2026-06-01T11:25:12.986Z | sys 12.369611720 |
| 545 | 2026-06-01T11:25:12.986Z | trap 0.034067762 |
| 546 | 2026-06-01T11:25:12.986Z | tflt 0.166299274 |
| 547 | 2026-06-01T11:25:12.986Z | dflt 0.179696561 |
| 548 | 2026-06-01T11:25:12.986Z | kflt 0.000013020 |
| 549 | 2026-06-01T11:25:12.986Z | lock 10:45.903617237 |
| 550 | 2026-06-01T11:25:12.986Z | slp 6:06.679824629 |
| 551 | 2026-06-01T11:25:12.987Z | lat 2.201741689 |
| 552 | 2026-06-01T11:25:12.987Z | stop 4.914066674 |
| 553 | 2026-06-01T11:25:12.987Z | + elfdump target/x86_64-unknown-unknown/debug/xde.dbg |
| 554 | 2026-06-01T11:25:12.987Z | + grep GOTPCREL |
| 555 | 2026-06-01T11:25:14.772Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 556 | 2026-06-01T11:25:14.775Z | + grep GOTPCREL |
| 557 | 2026-06-01T11:25:15.716Z | + cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/ |
| 558 | 2026-06-01T11:25:15.771Z | + sha256sum /work/debug/xde.dbg |
| 559 | 2026-06-01T11:25:15.824Z | + cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so |
| 560 | 2026-06-01T11:25:15.827Z | + sha256sum /work/debug/xde_link.dbg.so |
| 561 | 2026-06-01T11:25:15.830Z | + cp target/x86_64-unknown-unknown/release-lto/xde /work/release/ |
| 562 | 2026-06-01T11:25:15.866Z | + sha256sum /work/release/xde |
| 563 | 2026-06-01T11:25:15.896Z | + cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so |
| 564 | 2026-06-01T11:25:15.899Z | + sha256sum /work/release/xde_link.so |
| 565 | 2026-06-01T11:25:15.902Z | + header 'build xde integration tests' |
| 566 | 2026-06-01T11:25:15.902Z | + echo '# ==== build xde integration tests ==== #' |
| 567 | 2026-06-01T11:25:15.902Z | + pushd xde-tests |
| 568 | 2026-06-01T11:25:15.902Z | # ==== build xde integration tests ==== # |
| 569 | 2026-06-01T11:25:15.902Z | /work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte |
| 570 | 2026-06-01T11:25:15.902Z | + cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check |
| 571 | 2026-06-01T11:25:15.983Z | + cargo clippy --all-targets -- --deny warnings |
| 572 | 2026-06-01T11:25:16.195Z | Compiling serde_core v1.0.228 |
| 573 | 2026-06-01T11:25:16.195Z | Checking cfg-if v1.0.4 |
| 574 | 2026-06-01T11:25:16.195Z | Checking memchr v2.8.0 |
| 575 | 2026-06-01T11:25:16.195Z | Compiling serde v1.0.228 |
| 576 | 2026-06-01T11:25:16.198Z | Compiling rustversion v1.0.22 |
| 577 | 2026-06-01T11:25:16.198Z | Compiling version_check v0.9.5 |
| 578 | 2026-06-01T11:25:16.198Z | Compiling ident_case v1.0.1 |
| 579 | 2026-06-01T11:25:16.198Z | Compiling syn v2.0.117 |
| 580 | 2026-06-01T11:25:16.267Z | Compiling strsim v0.11.1 |
| 581 | 2026-06-01T11:25:16.318Z | Compiling libc v0.2.186 |
| 582 | 2026-06-01T11:25:16.469Z | Compiling fnv v1.0.7 |
| 583 | 2026-06-01T11:25:16.549Z | Compiling syn v1.0.109 |
| 584 | 2026-06-01T11:25:16.556Z | Compiling regex-syntax v0.8.10 |
| 585 | 2026-06-01T11:25:16.576Z | Checking pin-project-lite v0.2.17 |
| 586 | 2026-06-01T11:25:16.654Z | Compiling winnow v1.0.2 |
| 587 | 2026-06-01T11:25:16.894Z | Compiling either v1.15.0 |
| 588 | 2026-06-01T11:25:16.998Z | Compiling aho-corasick v1.1.4 |
| 589 | 2026-06-01T11:25:17.079Z | Compiling equivalent v1.0.2 |
| 590 | 2026-06-01T11:25:17.083Z | Compiling zerocopy v0.8.48 |
| 591 | 2026-06-01T11:25:17.136Z | Compiling hashbrown v0.17.0 |
| 592 | 2026-06-01T11:25:17.157Z | Compiling itertools v0.14.0 |
| 593 | 2026-06-01T11:25:17.643Z | Compiling indexmap v2.14.0 |
| 594 | 2026-06-01T11:25:17.662Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 595 | 2026-06-01T11:25:18.040Z | Compiling regex-automata v0.4.14 |
| 596 | 2026-06-01T11:25:18.226Z | Compiling heapless v0.8.0 |
| 597 | 2026-06-01T11:25:18.286Z | Checking byteorder v1.5.0 |
| 598 | 2026-06-01T11:25:18.402Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 599 | 2026-06-01T11:25:18.436Z | Checking hash32 v0.3.1 |
| 600 | 2026-06-01T11:25:18.539Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 601 | 2026-06-01T11:25:18.564Z | Checking bitflags v2.11.1 |
| 602 | 2026-06-01T11:25:18.598Z | Compiling slog v2.8.2 |
| 603 | 2026-06-01T11:25:18.608Z | Checking futures-sink v0.3.32 |
| 604 | 2026-06-01T11:25:18.690Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 605 | 2026-06-01T11:25:18.693Z | Checking futures-core v0.3.32 |
| 606 | 2026-06-01T11:25:18.740Z | Checking macaddr v1.0.1 |
| 607 | 2026-06-01T11:25:18.799Z | Compiling darling_core v0.21.3 |
| 608 | 2026-06-01T11:25:18.826Z | Compiling darling_core v0.23.0 |
| 609 | 2026-06-01T11:25:18.848Z | Checking stable_deref_trait v1.2.1 |
| 610 | 2026-06-01T11:25:18.909Z | Compiling smoltcp v0.11.0 |
| 611 | 2026-06-01T11:25:19.251Z | Compiling proc-macro-crate v3.5.0 |
| 612 | 2026-06-01T11:25:19.290Z | Checking futures-channel v0.3.32 |
| 613 | 2026-06-01T11:25:19.414Z | Compiling proc-macro-error-attr v1.0.4 |
| 614 | 2026-06-01T11:25:19.468Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 615 | 2026-06-01T11:25:19.644Z | Compiling autocfg v1.5.0 |
| 616 | 2026-06-01T11:25:19.659Z | Checking managed v0.8.0 |
| 617 | 2026-06-01T11:25:19.686Z | Compiling regex v1.12.3 |
| 618 | 2026-06-01T11:25:19.828Z | Compiling ref-cast v1.0.25 |
| 619 | 2026-06-01T11:25:19.961Z | Compiling serde_derive v1.0.228 |
| 620 | 2026-06-01T11:25:19.976Z | Compiling thiserror-impl v2.0.18 |
| 621 | 2026-06-01T11:25:20.070Z | Compiling zerocopy-derive v0.8.48 |
| 622 | 2026-06-01T11:25:20.142Z | Compiling futures-macro v0.3.32 |
| 623 | 2026-06-01T11:25:20.563Z | Compiling getrandom v0.4.2 |
| 624 | 2026-06-01T11:25:20.807Z | Compiling crc32fast v1.5.0 |
| 625 | 2026-06-01T11:25:20.831Z | Checking slab v0.4.12 |
| 626 | 2026-06-01T11:25:20.836Z | Compiling darling_macro v0.21.3 |
| 627 | 2026-06-01T11:25:20.875Z | Compiling darling_macro v0.23.0 |
| 628 | 2026-06-01T11:25:20.947Z | Checking rand_core v0.10.1 |
| 629 | 2026-06-01T11:25:20.973Z | Checking bitflags v1.3.2 |
| 630 | 2026-06-01T11:25:21.032Z | Checking futures-task v0.3.32 |
| 631 | 2026-06-01T11:25:21.075Z | Checking futures-io v0.3.32 |
| 632 | 2026-06-01T11:25:21.177Z | Checking futures-util v0.3.32 |
| 633 | 2026-06-01T11:25:21.186Z | Checking thiserror v2.0.18 |
| 634 | 2026-06-01T11:25:21.198Z | Compiling num-traits v0.2.19 |
| 635 | 2026-06-01T11:25:21.270Z | Checking cobs v0.3.0 |
| 636 | 2026-06-01T11:25:21.386Z | Compiling darling v0.21.3 |
| 637 | 2026-06-01T11:25:21.402Z | Compiling ref-cast-impl v1.0.25 |
| 638 | 2026-06-01T11:25:21.426Z | Compiling foreign-types-macros v0.2.3 |
| 639 | 2026-06-01T11:25:21.429Z | Compiling darling v0.23.0 |
| 640 | 2026-06-01T11:25:21.453Z | Compiling ingot-macros v0.1.1 |
| 641 | 2026-06-01T11:25:21.494Z | Compiling num_enum_derive v0.7.6 |
| 642 | 2026-06-01T11:25:22.025Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 643 | 2026-06-01T11:25:22.052Z | Compiling proc-macro-error v1.0.4 |
| 644 | 2026-06-01T11:25:22.284Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 645 | 2026-06-01T11:25:22.307Z | Checking cpufeatures v0.3.0 |
| 646 | 2026-06-01T11:25:22.312Z | Checking unicode-width v0.2.2 |
| 647 | 2026-06-01T11:25:22.366Z | Compiling crossbeam-utils v0.8.21 |
| 648 | 2026-06-01T11:25:22.499Z | Checking ipnetwork v0.21.1 |
| 649 | 2026-06-01T11:25:22.533Z | Checking foreign-types-shared v0.3.1 |
| 650 | 2026-06-01T11:25:22.547Z | Checking once_cell v1.21.4 |
| 651 | 2026-06-01T11:25:22.602Z | Checking foreign-types v0.5.0 |
| 652 | 2026-06-01T11:25:22.658Z | Checking tabwriter v1.4.1 |
| 653 | 2026-06-01T11:25:22.689Z | Checking num_enum v0.7.6 |
| 654 | 2026-06-01T11:25:22.706Z | Checking chacha20 v0.10.0 |
| 655 | 2026-06-01T11:25:22.709Z | Checking tracing-core v0.1.36 |
| 656 | 2026-06-01T11:25:22.886Z | Checking anyhow v1.0.102 |
| 657 | 2026-06-01T11:25:23.014Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 658 | 2026-06-01T11:25:23.074Z | Checking erased-serde v0.3.31 |
| 659 | 2026-06-01T11:25:23.077Z | Checking postcard v1.1.3 |
| 660 | 2026-06-01T11:25:23.130Z | Checking futures-executor v0.3.32 |
| 661 | 2026-06-01T11:25:23.266Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 662 | 2026-06-01T11:25:23.345Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 663 | 2026-06-01T11:25:23.351Z | Compiling tracing-attributes v0.1.31 |
| 664 | 2026-06-01T11:25:23.707Z | Checking cstr-argument v0.1.2 |
| 665 | 2026-06-01T11:25:23.734Z | Compiling thiserror v1.0.69 |
| 666 | 2026-06-01T11:25:23.755Z | Checking pretty-hex v0.4.2 |
| 667 | 2026-06-01T11:25:23.814Z | Compiling num-conv v0.2.1 |
| 668 | 2026-06-01T11:25:23.862Z | Compiling time-core v0.1.8 |
| 669 | 2026-06-01T11:25:23.935Z | Checking dyn-clone v1.0.20 |
| 670 | 2026-06-01T11:25:23.949Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 671 | 2026-06-01T11:25:23.998Z | Checking powerfmt v0.2.0 |
| 672 | 2026-06-01T11:25:24.026Z | Compiling time-macros v0.2.27 |
| 673 | 2026-06-01T11:25:24.140Z | Checking deranged v0.5.8 |
| 674 | 2026-06-01T11:25:24.160Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 675 | 2026-06-01T11:25:24.180Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 676 | 2026-06-01T11:25:24.220Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 677 | 2026-06-01T11:25:24.224Z | Checking rand v0.10.1 |
| 678 | 2026-06-01T11:25:24.303Z | Checking futures v0.3.32 |
| 679 | 2026-06-01T11:25:24.314Z | Checking ingot-types v0.1.2 |
| 680 | 2026-06-01T11:25:24.558Z | Compiling thiserror-impl v1.0.69 |
| 681 | 2026-06-01T11:25:24.561Z | Checking tracing v0.1.44 |
| 682 | 2026-06-01T11:25:24.641Z | Checking ingot v0.1.1 |
| 683 | 2026-06-01T11:25:24.678Z | Checking uuid v1.23.1 |
| 684 | 2026-06-01T11:25:24.683Z | Checking arc-swap v1.9.1 |
| 685 | 2026-06-01T11:25:24.738Z | Checking socket2 v0.6.3 |
| 686 | 2026-06-01T11:25:24.879Z | Checking nom v8.0.0 |
| 687 | 2026-06-01T11:25:24.929Z | Checking thread_local v1.1.9 |
| 688 | 2026-06-01T11:25:25.024Z | Checking itoa v1.0.18 |
| 689 | 2026-06-01T11:25:25.054Z | Compiling slog-async v2.8.0 |
| 690 | 2026-06-01T11:25:25.081Z | Compiling heck v0.4.1 |
| 691 | 2026-06-01T11:25:25.100Z | Checking oxnet v0.1.5 |
| 692 | 2026-06-01T11:25:25.159Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 693 | 2026-06-01T11:25:25.263Z | Checking colored v3.1.1 |
| 694 | 2026-06-01T11:25:25.287Z | Checking lazy_static v1.5.0 |
| 695 | 2026-06-01T11:25:25.341Z | Checking iana-time-zone v0.1.65 |
| 696 | 2026-06-01T11:25:25.443Z | Checking chrono v0.4.44 |
| 697 | 2026-06-01T11:25:25.501Z | Checking slog-scope v4.4.1 |
| 698 | 2026-06-01T11:25:25.562Z | Checking time v0.3.47 |
| 699 | 2026-06-01T11:25:25.656Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 700 | 2026-06-01T11:25:25.786Z | Checking crossbeam-channel v0.5.15 |
| 701 | 2026-06-01T11:25:26.101Z | Checking cookie-factory v0.3.3 |
| 702 | 2026-06-01T11:25:26.208Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 703 | 2026-06-01T11:25:26.221Z | Checking itertools v0.12.1 |
| 704 | 2026-06-01T11:25:26.301Z | Checking is-terminal v0.4.17 |
| 705 | 2026-06-01T11:25:26.344Z | Checking term v1.2.1 |
| 706 | 2026-06-01T11:25:26.354Z | Checking log v0.4.29 |
| 707 | 2026-06-01T11:25:26.374Z | Checking circular v0.3.0 |
| 708 | 2026-06-01T11:25:26.482Z | Checking take_mut v0.2.2 |
| 709 | 2026-06-01T11:25:26.508Z | Checking slog-stdlog v4.1.1 |
| 710 | 2026-06-01T11:25:26.556Z | Checking slog-term v2.9.2 |
| 711 | 2026-06-01T11:25:26.782Z | Checking rusticata-macros v5.0.0 |
| 712 | 2026-06-01T11:25:26.899Z | Checking pcap-parser v0.17.0 |
| 713 | 2026-06-01T11:25:27.167Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 714 | 2026-06-01T11:25:27.443Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#5e686ee2) |
| 715 | 2026-06-01T11:25:28.206Z | Checking slog-envlogger v2.2.0 |
| 716 | 2026-06-01T11:25:30.726Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 717 | 2026-06-01T11:25:32.355Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 718 | 2026-06-01T11:25:32.355Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 719 | 2026-06-01T11:25:32.700Z | Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 720 | 2026-06-01T11:25:33.243Z | Finished `dev` profile [optimized + debuginfo] target(s) in 17.21s |
| 721 | 2026-06-01T11:25:33.280Z | + cargo build --test loopback |
| 722 | 2026-06-01T11:25:33.449Z | Compiling cfg-if v1.0.4 |
| 723 | 2026-06-01T11:25:33.449Z | Compiling memchr v2.8.0 |
| 724 | 2026-06-01T11:25:33.452Z | Compiling serde_core v1.0.228 |
| 725 | 2026-06-01T11:25:33.478Z | Compiling libc v0.2.186 |
| 726 | 2026-06-01T11:25:33.481Z | Compiling thiserror v2.0.18 |
| 727 | 2026-06-01T11:25:33.481Z | Compiling pin-project-lite v0.2.17 |
| 728 | 2026-06-01T11:25:33.487Z | Compiling either v1.15.0 |
| 729 | 2026-06-01T11:25:33.487Z | Compiling byteorder v1.5.0 |
| 730 | 2026-06-01T11:25:33.525Z | Compiling zerocopy v0.8.48 |
| 731 | 2026-06-01T11:25:33.556Z | Compiling macaddr v1.0.1 |
| 732 | 2026-06-01T11:25:33.561Z | Compiling stable_deref_trait v1.2.1 |
| 733 | 2026-06-01T11:25:33.621Z | Compiling hash32 v0.3.1 |
| 734 | 2026-06-01T11:25:33.651Z | Compiling futures-sink v0.3.32 |
| 735 | 2026-06-01T11:25:33.672Z | Compiling futures-core v0.3.32 |
| 736 | 2026-06-01T11:25:33.743Z | Compiling heapless v0.8.0 |
| 737 | 2026-06-01T11:25:33.766Z | Compiling futures-channel v0.3.32 |
| 738 | 2026-06-01T11:25:33.797Z | Compiling cobs v0.3.0 |
| 739 | 2026-06-01T11:25:33.813Z | Compiling slab v0.4.12 |
| 740 | 2026-06-01T11:25:33.830Z | Compiling managed v0.8.0 |
| 741 | 2026-06-01T11:25:33.982Z | Compiling rand_core v0.10.1 |
| 742 | 2026-06-01T11:25:33.987Z | Compiling bitflags v1.3.2 |
| 743 | 2026-06-01T11:25:34.043Z | Compiling futures-io v0.3.32 |
| 744 | 2026-06-01T11:25:34.047Z | Compiling futures-task v0.3.32 |
| 745 | 2026-06-01T11:25:34.068Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 746 | 2026-06-01T11:25:34.137Z | Compiling smoltcp v0.11.0 |
| 747 | 2026-06-01T11:25:34.159Z | Compiling futures-util v0.3.32 |
| 748 | 2026-06-01T11:25:34.224Z | Compiling once_cell v1.21.4 |
| 749 | 2026-06-01T11:25:34.228Z | Compiling ipnetwork v0.21.1 |
| 750 | 2026-06-01T11:25:34.310Z | Compiling foreign-types-shared v0.3.1 |
| 751 | 2026-06-01T11:25:34.398Z | Compiling unicode-width v0.2.2 |
| 752 | 2026-06-01T11:25:34.456Z | Compiling cpufeatures v0.3.0 |
| 753 | 2026-06-01T11:25:34.522Z | Compiling chacha20 v0.10.0 |
| 754 | 2026-06-01T11:25:34.710Z | Compiling tabwriter v1.4.1 |
| 755 | 2026-06-01T11:25:34.742Z | Compiling foreign-types v0.5.0 |
| 756 | 2026-06-01T11:25:34.812Z | Compiling tracing-core v0.1.36 |
| 757 | 2026-06-01T11:25:34.896Z | Compiling getrandom v0.4.2 |
| 758 | 2026-06-01T11:25:35.024Z | Compiling ref-cast v1.0.25 |
| 759 | 2026-06-01T11:25:35.106Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 760 | 2026-06-01T11:25:35.116Z | Compiling num_enum v0.7.6 |
| 761 | 2026-06-01T11:25:35.121Z | Compiling crc32fast v1.5.0 |
| 762 | 2026-06-01T11:25:35.224Z | Compiling serde v1.0.228 |
| 763 | 2026-06-01T11:25:35.354Z | Compiling bitflags v2.11.1 |
| 764 | 2026-06-01T11:25:35.425Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 765 | 2026-06-01T11:25:35.532Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 766 | 2026-06-01T11:25:35.766Z | Compiling erased-serde v0.3.31 |
| 767 | 2026-06-01T11:25:35.796Z | Compiling postcard v1.1.3 |
| 768 | 2026-06-01T11:25:35.856Z | Compiling cstr-argument v0.1.2 |
| 769 | 2026-06-01T11:25:36.020Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 770 | 2026-06-01T11:25:36.120Z | Compiling itertools v0.14.0 |
| 771 | 2026-06-01T11:25:36.124Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 772 | 2026-06-01T11:25:36.127Z | Compiling powerfmt v0.2.0 |
| 773 | 2026-06-01T11:25:36.138Z | Compiling pretty-hex v0.4.2 |
| 774 | 2026-06-01T11:25:36.264Z | Compiling slog v2.8.2 |
| 775 | 2026-06-01T11:25:36.387Z | Compiling ingot-types v0.1.2 |
| 776 | 2026-06-01T11:25:36.474Z | Compiling futures-executor v0.3.32 |
| 777 | 2026-06-01T11:25:36.533Z | Compiling dyn-clone v1.0.20 |
| 778 | 2026-06-01T11:25:36.699Z | Compiling futures v0.3.32 |
| 779 | 2026-06-01T11:25:36.705Z | Compiling deranged v0.5.8 |
| 780 | 2026-06-01T11:25:36.772Z | Compiling ingot v0.1.1 |
| 781 | 2026-06-01T11:25:36.782Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 782 | 2026-06-01T11:25:36.849Z | Compiling tracing v0.1.44 |
| 783 | 2026-06-01T11:25:36.907Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 784 | 2026-06-01T11:25:36.995Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 785 | 2026-06-01T11:25:37.026Z | Compiling num-traits v0.2.19 |
| 786 | 2026-06-01T11:25:37.067Z | Compiling uuid v1.23.1 |
| 787 | 2026-06-01T11:25:37.072Z | Compiling rand v0.10.1 |
| 788 | 2026-06-01T11:25:37.212Z | Compiling crossbeam-utils v0.8.21 |
| 789 | 2026-06-01T11:25:37.478Z | Compiling nom v8.0.0 |
| 790 | 2026-06-01T11:25:37.661Z | Compiling aho-corasick v1.1.4 |
| 791 | 2026-06-01T11:25:37.701Z | Compiling socket2 v0.6.3 |
| 792 | 2026-06-01T11:25:37.722Z | Compiling thread_local v1.1.9 |
| 793 | 2026-06-01T11:25:38.048Z | Compiling arc-swap v1.9.1 |
| 794 | 2026-06-01T11:25:38.094Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 795 | 2026-06-01T11:25:38.144Z | Compiling num-conv v0.2.1 |
| 796 | 2026-06-01T11:25:38.293Z | Compiling winnow v1.0.2 |
| 797 | 2026-06-01T11:25:38.332Z | Compiling regex-syntax v0.8.10 |
| 798 | 2026-06-01T11:25:38.423Z | Compiling colored v3.1.1 |
| 799 | 2026-06-01T11:25:38.519Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 800 | 2026-06-01T11:25:38.851Z | Compiling time-core v0.1.8 |
| 801 | 2026-06-01T11:25:38.993Z | Compiling oxnet v0.1.5 |
| 802 | 2026-06-01T11:25:39.042Z | Compiling iana-time-zone v0.1.65 |
| 803 | 2026-06-01T11:25:39.273Z | Compiling lazy_static v1.5.0 |
| 804 | 2026-06-01T11:25:39.367Z | Compiling slog-scope v4.4.1 |
| 805 | 2026-06-01T11:25:39.474Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 806 | 2026-06-01T11:25:39.524Z | Compiling chrono v0.4.44 |
| 807 | 2026-06-01T11:25:39.837Z | Compiling regex-automata v0.4.14 |
| 808 | 2026-06-01T11:25:40.055Z | Compiling rusticata-macros v5.0.0 |
| 809 | 2026-06-01T11:25:40.378Z | Compiling time v0.3.47 |
| 810 | 2026-06-01T11:25:40.909Z | Compiling thiserror v1.0.69 |
| 811 | 2026-06-01T11:25:41.008Z | Compiling crossbeam-channel v0.5.15 |
| 812 | 2026-06-01T11:25:41.765Z | Compiling cookie-factory v0.3.3 |
| 813 | 2026-06-01T11:25:42.083Z | Compiling is-terminal v0.4.17 |
| 814 | 2026-06-01T11:25:42.178Z | Compiling itertools v0.12.1 |
| 815 | 2026-06-01T11:25:42.298Z | Compiling circular v0.3.0 |
| 816 | 2026-06-01T11:25:42.567Z | Compiling term v1.2.1 |
| 817 | 2026-06-01T11:25:43.490Z | Compiling take_mut v0.2.2 |
| 818 | 2026-06-01T11:25:43.597Z | Compiling log v0.4.29 |
| 819 | 2026-06-01T11:25:43.629Z | Compiling slog-async v2.8.0 |
| 820 | 2026-06-01T11:25:43.866Z | Compiling slog-stdlog v4.1.1 |
| 821 | 2026-06-01T11:25:44.116Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 822 | 2026-06-01T11:25:44.279Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 823 | 2026-06-01T11:25:45.044Z | Compiling slog-term v2.9.2 |
| 824 | 2026-06-01T11:25:45.412Z | Compiling pcap-parser v0.17.0 |
| 825 | 2026-06-01T11:25:46.303Z | Compiling regex v1.12.3 |
| 826 | 2026-06-01T11:25:46.361Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#5e686ee2) |
| 827 | 2026-06-01T11:25:46.682Z | Compiling slog-envlogger v2.2.0 |
| 828 | 2026-06-01T11:25:47.060Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 829 | 2026-06-01T11:25:47.417Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 830 | 2026-06-01T11:25:48.244Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 831 | 2026-06-01T11:25:56.202Z | Finished `dev` profile [optimized + debuginfo] target(s) in 22.91s |
| 832 | 2026-06-01T11:25:56.236Z | ++ cargo build -q --test loopback --message-format=json |
| 833 | 2026-06-01T11:25:56.239Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 834 | 2026-06-01T11:25:56.359Z | + loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-4636511e1244e583 |
| 835 | 2026-06-01T11:25:56.359Z | + cargo build --test multicast_rx |
| 836 | 2026-06-01T11:25:56.464Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 837 | 2026-06-01T11:25:58.069Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.70s |
| 838 | 2026-06-01T11:25:58.105Z | ++ cargo build -q --test multicast_rx --message-format=json |
| 839 | 2026-06-01T11:25:58.108Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 840 | 2026-06-01T11:25:58.231Z | + multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-9eb5f355df8d4904 |
| 841 | 2026-06-01T11:25:58.231Z | + cargo build --test multicast_multi_sub |
| 842 | 2026-06-01T11:25:58.337Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 843 | 2026-06-01T11:26:00.112Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.87s |
| 844 | 2026-06-01T11:26:00.146Z | ++ cargo build -q --test multicast_multi_sub --message-format=json |
| 845 | 2026-06-01T11:26:00.151Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 846 | 2026-06-01T11:26:00.270Z | + multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-4ea9b22b88172888 |
| 847 | 2026-06-01T11:26:00.270Z | + cargo build --test multicast_validation |
| 848 | 2026-06-01T11:26:00.386Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 849 | 2026-06-01T11:26:02.292Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.01s |
| 850 | 2026-06-01T11:26:02.327Z | ++ cargo build -q --test multicast_validation --message-format=json |
| 851 | 2026-06-01T11:26:02.330Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 852 | 2026-06-01T11:26:02.449Z | + multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-3ce82ac9c12b08c2 |
| 853 | 2026-06-01T11:26:02.449Z | + cargo build --test multicast_source_filter |
| 854 | 2026-06-01T11:26:02.556Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 855 | 2026-06-01T11:26:04.608Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.14s |
| 856 | 2026-06-01T11:26:04.644Z | ++ cargo build -q --test multicast_source_filter --message-format=json |
| 857 | 2026-06-01T11:26:04.649Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 858 | 2026-06-01T11:26:04.764Z | + multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-0b519babfa47b3c1 |
| 859 | 2026-06-01T11:26:04.764Z | + mkdir -p /work/test |
| 860 | 2026-06-01T11:26:04.776Z | + cp /work/oxidecomputer/opte/target/debug/deps/loopback-4636511e1244e583 /work/test/loopback |
| 861 | 2026-06-01T11:26:04.798Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-9eb5f355df8d4904 /work/test/multicast_rx |
| 862 | 2026-06-01T11:26:04.839Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-4ea9b22b88172888 /work/test/multicast_multi_sub |
| 863 | 2026-06-01T11:26:04.885Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-3ce82ac9c12b08c2 /work/test/multicast_validation |
| 864 | 2026-06-01T11:26:04.927Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-0b519babfa47b3c1 /work/test/multicast_source_filter |
| 865 | 2026-06-01T11:26:04.992Z | process exited: duration 229269 ms, exit code 0 |
| |
| 866 | 2026-06-01T11:26:05.010Z | found 14 output files |
| 867 | 2026-06-01T11:26:05.041Z | uploading: /work/debug/xde.dbg (94757400 bytes) |
| 868 | 2026-06-01T11:26:06.674Z | uploaded: /work/debug/xde.dbg |
| 869 | 2026-06-01T11:26:06.677Z | uploading: /work/debug/xde.dbg.sha256 (86 bytes) |
| 870 | 2026-06-01T11:26:07.684Z | uploaded: /work/debug/xde.dbg.sha256 |
| 871 | 2026-06-01T11:26:07.684Z | uploading: /work/debug/xde_link.dbg.so (1084980 bytes) |
| 872 | 2026-06-01T11:26:08.702Z | uploaded: /work/debug/xde_link.dbg.so |
| 873 | 2026-06-01T11:26:08.702Z | uploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes) |
| 874 | 2026-06-01T11:26:09.711Z | uploaded: /work/debug/xde_link.dbg.so.sha256 |
| 875 | 2026-06-01T11:26:09.719Z | uploading: /work/release/xde (52011904 bytes) |
| 876 | 2026-06-01T11:26:11.295Z | uploaded: /work/release/xde |
| 877 | 2026-06-01T11:26:11.295Z | uploading: /work/release/xde.sha256 (84 bytes) |
| 878 | 2026-06-01T11:26:12.303Z | uploaded: /work/release/xde.sha256 |
| 879 | 2026-06-01T11:26:12.303Z | uploading: /work/release/xde_link.so (39516 bytes) |
| 880 | 2026-06-01T11:26:13.315Z | uploaded: /work/release/xde_link.so |
| 881 | 2026-06-01T11:26:13.315Z | uploading: /work/release/xde_link.so.sha256 (92 bytes) |
| 882 | 2026-06-01T11:26:14.325Z | uploaded: /work/release/xde_link.so.sha256 |
| 883 | 2026-06-01T11:26:14.325Z | uploading: /work/test/loopback (51741800 bytes) |
| 884 | 2026-06-01T11:26:15.667Z | uploaded: /work/test/loopback |
| 885 | 2026-06-01T11:26:15.667Z | uploading: /work/test/multicast_rx (52037768 bytes) |
| 886 | 2026-06-01T11:26:17.069Z | uploaded: /work/test/multicast_rx |
| 887 | 2026-06-01T11:26:17.069Z | uploading: /work/test/multicast_multi_sub (56196560 bytes) |
| 888 | 2026-06-01T11:26:18.506Z | uploaded: /work/test/multicast_multi_sub |
| 889 | 2026-06-01T11:26:18.511Z | uploading: /work/test/multicast_validation (52191560 bytes) |
| 890 | 2026-06-01T11:26:20.129Z | uploaded: /work/test/multicast_validation |
| 891 | 2026-06-01T11:26:20.129Z | uploading: /work/test/multicast_source_filter (52498288 bytes) |
| 892 | 2026-06-01T11:26:21.751Z | uploaded: /work/test/multicast_source_filter |
| 893 | 2026-06-01T11:26:21.751Z | uploading: /work/xde.conf (79 bytes) |
| 894 | 2026-06-01T11:26:22.759Z | uploaded: /work/xde.conf |