|
|
|
| 1 | 2026-07-26T04:23:14.701Z | job assigned to worker 01KYEAHSCHD1MSY32AR81R831J [factory aws, i-03b2000e5258dbb99] (queued for 56 s) |
| |
| 2 | 2026-07-26T04:23:21.113Z | starting task 0: "setup" |
| 3 | 2026-07-26T04:23:21.118Z | ++ uname -s |
| 4 | 2026-07-26T04:23:21.121Z | + kern=SunOS |
| 5 | 2026-07-26T04:23:21.121Z | + build_user=build |
| 6 | 2026-07-26T04:23:21.121Z | + build_uid=12345 |
| 7 | 2026-07-26T04:23:21.121Z | + work_dir=/work |
| 8 | 2026-07-26T04:23:21.121Z | + input_dir=/input |
| 9 | 2026-07-26T04:23:21.121Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-26T04:23:21.121Z | + case "$kern" in |
| 11 | 2026-07-26T04:23:21.121Z | + groupadd -g 12345 build |
| 12 | 2026-07-26T04:23:21.124Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-26T04:23:23.127Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-26T04:23:23.224Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-26T04:23:23.227Z | + home_fs=zfs |
| 16 | 2026-07-26T04:23:23.227Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-26T04:23:23.227Z | + mkdir -p /home/build |
| 18 | 2026-07-26T04:23:23.228Z | + chown build:build /home/build /work |
| 19 | 2026-07-26T04:23:25.229Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-26T04:23:25.231Z | process exited: duration 4117 ms, exit code 0 |
| |
| 21 | 2026-07-26T04:23:25.237Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-26T04:23:25.241Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-07-26T04:23:25.241Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-07-26T04:23:25.241Z | * rust toolchain channel = "1.97.1" |
| 25 | 2026-07-26T04:23:25.241Z | * rust toolchain profile = "default" |
| 26 | 2026-07-26T04:23:25.241Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-26T04:23:25.244Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-26T04:23:25.244Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-26T04:23:25.244Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-07-26T04:23:25.344Z | info: downloading installer |
| 31 | 2026-07-26T04:23:26.680Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-26T04:23:26.680Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-26T04:23:26.680Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-26T04:23:26.680Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-26T04:23:26.692Z | info: profile set to default |
| 36 | 2026-07-26T04:23:26.692Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-26T04:23:26.698Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-07-26T04:23:26.827Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-07-26T04:23:26.830Z | info: downloading 6 components |
| 40 | 2026-07-26T04:23:42.902Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-07-26T04:23:42.902Z | |
| 42 | 2026-07-26T04:23:42.928Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-07-26T04:23:42.928Z | |
| 44 | 2026-07-26T04:23:42.928Z | |
| 45 | 2026-07-26T04:23:42.928Z | Rust is installed now. Great! |
| 46 | 2026-07-26T04:23:42.928Z | |
| 47 | 2026-07-26T04:23:42.928Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-26T04:23:42.928Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-26T04:23:42.928Z | |
| 50 | 2026-07-26T04:23:42.928Z | To configure your current shell, you need to source |
| 51 | 2026-07-26T04:23:42.928Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-26T04:23:42.928Z | |
| 53 | 2026-07-26T04:23:42.928Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-26T04:23:42.935Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-26T04:23:42.935Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-26T04:23:42.935Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-26T04:23:42.935Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-26T04:23:42.935Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-26T04:23:42.935Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-26T04:23:42.935Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-26T04:23:42.935Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-26T04:23:43.024Z | + rustup --version |
| 63 | 2026-07-26T04:23:43.031Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-26T04:23:43.036Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-26T04:23:43.054Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-07-26T04:23:43.057Z | + cargo --version |
| 67 | 2026-07-26T04:23:43.076Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-07-26T04:23:43.082Z | + rustc --version |
| 69 | 2026-07-26T04:23:43.090Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-07-26T04:23:43.096Z | process exited: duration 17855 ms, exit code 0 |
| |
| 71 | 2026-07-26T04:23:43.105Z | starting task 2: "authentication" |
| 72 | 2026-07-26T04:23:43.121Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-26T04:23:43.157Z | starting task 3: "clone repository" |
| 74 | 2026-07-26T04:23:43.160Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-26T04:23:43.172Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-26T04:23:43.197Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-26T04:23:44.163Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-26T04:23:44.163Z | + git fetch origin 26ac5f55ecbc3bb90377d878a5b1b42e197b1e0d |
| 79 | 2026-07-26T04:23:44.372Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-26T04:23:44.373Z | * branch 26ac5f55ecbc3bb90377d878a5b1b42e197b1e0d -> FETCH_HEAD |
| 81 | 2026-07-26T04:23:44.385Z | + [[ -n renovate/ctor-0.x ]] |
| 82 | 2026-07-26T04:23:44.389Z | ++ git branch --show-current |
| 83 | 2026-07-26T04:23:44.389Z | + current=master |
| 84 | 2026-07-26T04:23:44.389Z | + [[ master != renovate/ctor-0.x ]] |
| 85 | 2026-07-26T04:23:44.389Z | + git branch -f renovate/ctor-0.x 26ac5f55ecbc3bb90377d878a5b1b42e197b1e0d |
| 86 | 2026-07-26T04:23:44.389Z | + git checkout -f renovate/ctor-0.x |
| 87 | 2026-07-26T04:23:44.399Z | Switched to branch 'renovate/ctor-0.x' |
| 88 | 2026-07-26T04:23:44.409Z | + git reset --hard 26ac5f55ecbc3bb90377d878a5b1b42e197b1e0d |
| 89 | 2026-07-26T04:23:44.418Z | HEAD is now at 26ac5f5 Update Rust crate ctor to 0.13 |
| 90 | 2026-07-26T04:23:44.427Z | process exited: duration 1259 ms, exit code 0 |
| |
| 91 | 2026-07-26T04:23:44.447Z | starting task 4: "build" |
| 92 | 2026-07-26T04:23:44.453Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-26T04:23:44.454Z | ++ rustup show active-toolchain |
| 94 | 2026-07-26T04:23:44.462Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-07-26T04:23:44.462Z | ++ pushd xde |
| 96 | 2026-07-26T04:23:44.462Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-07-26T04:23:44.462Z | ++ rustup show active-toolchain |
| 98 | 2026-07-26T04:23:44.473Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 99 | 2026-07-26T04:23:44.610Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 100 | 2026-07-26T04:23:44.618Z | info: downloading 6 components |
| 101 | 2026-07-26T04:23:58.519Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-07-26T04:23:58.600Z | +++ rustup show active-toolchain -v |
| 103 | 2026-07-26T04:23:58.603Z | +++ head -n 1 |
| 104 | 2026-07-26T04:23:58.603Z | +++ cut '-d ' -f1 |
| 105 | 2026-07-26T04:23:58.658Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 106 | 2026-07-26T04:23:58.658Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 107 | 2026-07-26T04:23:58.658Z | ++ popd |
| 108 | 2026-07-26T04:23:58.658Z | /work/oxidecomputer/opte |
| 109 | 2026-07-26T04:23:58.673Z | + TGT_BASE=/work |
| 110 | 2026-07-26T04:23:58.673Z | + DBG_SRC=target/x86_64-unknown-unknown/debug |
| 111 | 2026-07-26T04:23:58.673Z | + DBG_LINK_SRC=target/i686-unknown-illumos/debug |
| 112 | 2026-07-26T04:23:58.673Z | + DBG_TGT=/work/debug |
| 113 | 2026-07-26T04:23:58.673Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 114 | 2026-07-26T04:23:58.673Z | + REL_LINK_SRC=target/i686-unknown-illumos/release |
| 115 | 2026-07-26T04:23:58.673Z | + REL_TGT=/work/release |
| 116 | 2026-07-26T04:23:58.673Z | + mkdir -p /work/debug /work/release |
| 117 | 2026-07-26T04:23:58.674Z | + cargo --version |
| 118 | 2026-07-26T04:23:58.674Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 119 | 2026-07-26T04:23:58.674Z | + rustc --version |
| 120 | 2026-07-26T04:23:58.683Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 121 | 2026-07-26T04:23:58.696Z | + install_pkg jq |
| 122 | 2026-07-26T04:23:58.696Z | + set +o errexit |
| 123 | 2026-07-26T04:23:58.696Z | + pfexec pkg install jq |
| 124 | 2026-07-26T04:23:59.924Z | Startup: Refreshing catalog 'helios' ... Done |
| 125 | 2026-07-26T04:24:00.446Z | Startup: Caching catalogs ... Done |
| 126 | 2026-07-26T04:24:01.465Z | Planning: Solver setup ... Done |
| 127 | 2026-07-26T04:24:01.484Z | Planning: Running solver ... Done |
| 128 | 2026-07-26T04:24:01.543Z | Planning: Consolidating action changes ... Done |
| 129 | 2026-07-26T04:24:01.546Z | Planning: Evaluating mediators ... Done |
| 130 | 2026-07-26T04:24:01.546Z | Planning: Planning completed in 1.19 seconds |
| 131 | 2026-07-26T04:24:01.561Z | No updates necessary for this image. |
| 132 | 2026-07-26T04:24:02.778Z | + exit_code=4 |
| 133 | 2026-07-26T04:24:02.778Z | + [[ 4 -ne 0 ]] |
| 134 | 2026-07-26T04:24:02.821Z | + [[ 4 -ne 4 ]] |
| 135 | 2026-07-26T04:24:02.821Z | + set -o errexit |
| 136 | 2026-07-26T04:24:02.821Z | + pushd xde |
| 137 | 2026-07-26T04:24:02.821Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 138 | 2026-07-26T04:24:02.821Z | + cp xde.conf /work/xde.conf |
| 139 | 2026-07-26T04:24:02.821Z | + header 'check style' |
| 140 | 2026-07-26T04:24:02.821Z | + echo '# ==== check style ==== #' |
| 141 | 2026-07-26T04:24:02.821Z | # ==== check style ==== # |
| 142 | 2026-07-26T04:24:02.821Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check |
| 143 | 2026-07-26T04:24:02.821Z | |
| 144 | 2026-07-26T04:24:02.821Z | real 0.212630948 |
| 145 | 2026-07-26T04:24:02.821Z | user 0.151289444 |
| 146 | 2026-07-26T04:24:02.821Z | sys 0.052731658 |
| 147 | 2026-07-26T04:24:02.821Z | trap 0.000009540 |
| 148 | 2026-07-26T04:24:02.821Z | tflt 0.000031070 |
| 149 | 2026-07-26T04:24:02.821Z | dflt 0.000093260 |
| 150 | 2026-07-26T04:24:02.821Z | kflt 0.000000000 |
| 151 | 2026-07-26T04:24:02.822Z | lock 0.034024600 |
| 152 | 2026-07-26T04:24:02.822Z | slp 0.186668036 |
| 153 | 2026-07-26T04:24:02.822Z | lat 0.000837860 |
| 154 | 2026-07-26T04:24:02.822Z | stop 0.000091260 |
| 155 | 2026-07-26T04:24:02.822Z | + header analyze |
| 156 | 2026-07-26T04:24:02.822Z | + echo '# ==== analyze ==== #' |
| 157 | 2026-07-26T04:24:02.822Z | # ==== analyze ==== # |
| 158 | 2026-07-26T04:24:02.822Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 159 | 2026-07-26T04:24:02.822Z | Updating crates.io index |
| 160 | 2026-07-26T04:24:02.822Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 161 | 2026-07-26T04:24:03.094Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 162 | 2026-07-26T04:24:03.291Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 163 | 2026-07-26T04:24:03.593Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 164 | 2026-07-26T04:24:03.921Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 165 | 2026-07-26T04:24:04.148Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 166 | 2026-07-26T04:24:04.374Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 167 | 2026-07-26T04:24:06.544Z | Downloading crates ... |
| 168 | 2026-07-26T04:24:06.735Z | Downloaded either v1.16.0 |
| 169 | 2026-07-26T04:24:06.735Z | Downloaded darling_macro v0.23.0 |
| 170 | 2026-07-26T04:24:06.735Z | Downloaded crc32fast v1.5.0 |
| 171 | 2026-07-26T04:24:06.735Z | Downloaded defmt-macros v1.1.1 |
| 172 | 2026-07-26T04:24:06.735Z | Downloaded cobs v0.3.0 |
| 173 | 2026-07-26T04:24:06.735Z | Downloaded ref-cast v1.0.25 |
| 174 | 2026-07-26T04:24:06.735Z | Downloaded byteorder v1.5.0 |
| 175 | 2026-07-26T04:24:06.735Z | Downloaded embedded-io v0.6.1 |
| 176 | 2026-07-26T04:24:06.735Z | Downloaded embedded-io v0.4.0 |
| 177 | 2026-07-26T04:24:06.735Z | Downloaded version_check v0.9.5 |
| 178 | 2026-07-26T04:24:06.735Z | Downloaded ident_case v1.0.1 |
| 179 | 2026-07-26T04:24:06.735Z | Downloaded stable_deref_trait v1.2.1 |
| 180 | 2026-07-26T04:24:06.736Z | Downloaded macaddr v1.0.1 |
| 181 | 2026-07-26T04:24:06.736Z | Downloaded managed v0.8.0 |
| 182 | 2026-07-26T04:24:06.736Z | Downloaded hash32 v0.3.1 |
| 183 | 2026-07-26T04:24:06.775Z | Downloaded defmt v0.3.100 |
| 184 | 2026-07-26T04:24:06.775Z | Downloaded strsim v0.11.1 |
| 185 | 2026-07-26T04:24:06.775Z | Downloaded ref-cast-impl v1.0.25 |
| 186 | 2026-07-26T04:24:06.775Z | Downloaded cfg-if v1.0.4 |
| 187 | 2026-07-26T04:24:06.775Z | Downloaded quote v1.0.46 |
| 188 | 2026-07-26T04:24:06.775Z | Downloaded defmt-parser v1.0.0 |
| 189 | 2026-07-26T04:24:06.775Z | Downloaded ingot-types v0.2.0 |
| 190 | 2026-07-26T04:24:06.775Z | Downloaded thiserror-impl v2.0.18 |
| 191 | 2026-07-26T04:24:06.776Z | Downloaded ingot v0.2.0 |
| 192 | 2026-07-26T04:24:06.776Z | Downloaded thiserror v2.0.18 |
| 193 | 2026-07-26T04:24:06.776Z | Downloaded bitflags v1.3.2 |
| 194 | 2026-07-26T04:24:06.776Z | Downloaded darling v0.23.0 |
| 195 | 2026-07-26T04:24:06.776Z | Downloaded unicode-ident v1.0.24 |
| 196 | 2026-07-26T04:24:06.776Z | Downloaded dyn-clone v1.0.20 |
| 197 | 2026-07-26T04:24:06.776Z | Downloaded defmt v1.1.1 |
| 198 | 2026-07-26T04:24:06.776Z | Downloaded serde_core v1.0.228 |
| 199 | 2026-07-26T04:24:06.776Z | Downloaded uuid v1.23.5 |
| 200 | 2026-07-26T04:24:06.776Z | Downloaded proc-macro2 v1.0.106 |
| 201 | 2026-07-26T04:24:06.776Z | Downloaded bitflags v2.13.0 |
| 202 | 2026-07-26T04:24:06.776Z | Downloaded ingot-macros v0.2.0 |
| 203 | 2026-07-26T04:24:06.776Z | Downloaded postcard v1.1.3 |
| 204 | 2026-07-26T04:24:06.776Z | Downloaded darling_core v0.23.0 |
| 205 | 2026-07-26T04:24:06.776Z | Downloaded heapless v0.8.0 |
| 206 | 2026-07-26T04:24:06.777Z | Downloaded serde v1.0.228 |
| 207 | 2026-07-26T04:24:06.777Z | Downloaded serde_derive v1.0.228 |
| 208 | 2026-07-26T04:24:06.777Z | Downloaded memchr v2.8.3 |
| 209 | 2026-07-26T04:24:06.777Z | Downloaded zerocopy-derive v0.8.54 |
| 210 | 2026-07-26T04:24:06.777Z | Downloaded aho-corasick v1.1.4 |
| 211 | 2026-07-26T04:24:06.777Z | Downloaded regex v1.13.0 |
| 212 | 2026-07-26T04:24:06.777Z | Downloaded itertools v0.15.0 |
| 213 | 2026-07-26T04:24:06.777Z | Downloaded zerocopy v0.8.54 |
| 214 | 2026-07-26T04:24:06.777Z | Downloaded syn v2.0.118 |
| 215 | 2026-07-26T04:24:06.777Z | Downloaded smoltcp v0.11.0 |
| 216 | 2026-07-26T04:24:06.777Z | Downloaded regex-syntax v0.8.11 |
| 217 | 2026-07-26T04:24:06.777Z | Downloaded regex-automata v0.4.15 |
| 218 | 2026-07-26T04:24:06.806Z | Updating crates.io index |
| 219 | 2026-07-26T04:24:06.816Z | Downloading crates ... |
| 220 | 2026-07-26T04:24:06.852Z | Downloaded addr2line v0.27.0 |
| 221 | 2026-07-26T04:24:06.859Z | Downloaded hashbrown v0.17.1 |
| 222 | 2026-07-26T04:24:06.886Z | Downloaded adler2 v2.0.1 |
| 223 | 2026-07-26T04:24:06.891Z | Downloaded rustc-literal-escaper v0.0.8 |
| 224 | 2026-07-26T04:24:06.891Z | Downloaded foldhash v0.2.0 |
| 225 | 2026-07-26T04:24:06.891Z | Downloaded getopts v0.2.24 |
| 226 | 2026-07-26T04:24:06.895Z | Downloaded miniz_oxide v0.9.1 |
| 227 | 2026-07-26T04:24:06.900Z | Downloaded rustc-demangle v0.1.28 |
| 228 | 2026-07-26T04:24:06.915Z | Downloaded memchr v2.7.6 |
| 229 | 2026-07-26T04:24:06.960Z | Downloaded libc v0.2.185 |
| 230 | 2026-07-26T04:24:06.976Z | Downloaded gimli v0.34.0 |
| 231 | 2026-07-26T04:24:06.981Z | Downloaded object v0.39.1 |
| 232 | 2026-07-26T04:24:07.021Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 233 | 2026-07-26T04:24:07.021Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 234 | 2026-07-26T04:24:07.029Z | Compiling proc-macro2 v1.0.106 |
| 235 | 2026-07-26T04:24:07.029Z | Compiling unicode-ident v1.0.24 |
| 236 | 2026-07-26T04:24:07.029Z | Compiling quote v1.0.46 |
| 237 | 2026-07-26T04:24:07.029Z | Compiling serde_core v1.0.228 |
| 238 | 2026-07-26T04:24:07.029Z | Compiling strsim v0.11.1 |
| 239 | 2026-07-26T04:24:07.029Z | Compiling ident_case v1.0.1 |
| 240 | 2026-07-26T04:24:07.252Z | Compiling memchr v2.8.3 |
| 241 | 2026-07-26T04:24:07.276Z | Compiling regex-syntax v0.8.11 |
| 242 | 2026-07-26T04:24:07.476Z | Compiling serde v1.0.228 |
| 243 | 2026-07-26T04:24:07.499Z | Compiling either v1.16.0 |
| 244 | 2026-07-26T04:24:07.537Z | Compiling zerocopy v0.8.54 |
| 245 | 2026-07-26T04:24:07.608Z | Compiling aho-corasick v1.1.4 |
| 246 | 2026-07-26T04:24:07.710Z | Compiling thiserror v2.0.18 |
| 247 | 2026-07-26T04:24:07.884Z | Compiling itertools v0.15.0 |
| 248 | 2026-07-26T04:24:07.910Z | Compiling heapless v0.8.0 |
| 249 | 2026-07-26T04:24:09.088Z | Compiling syn v2.0.118 |
| 250 | 2026-07-26T04:24:09.120Z | Compiling smoltcp v0.11.0 |
| 251 | 2026-07-26T04:24:09.120Z | Compiling version_check v0.9.5 |
| 252 | 2026-07-26T04:24:09.121Z | Compiling crc32fast v1.5.0 |
| 253 | 2026-07-26T04:24:09.121Z | Compiling regex-automata v0.4.15 |
| 254 | 2026-07-26T04:24:09.121Z | Compiling ref-cast v1.0.25 |
| 255 | 2026-07-26T04:24:09.121Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 256 | 2026-07-26T04:24:10.283Z | Compiling regex v1.13.0 |
| 257 | 2026-07-26T04:24:10.518Z | Compiling darling_core v0.23.0 |
| 258 | 2026-07-26T04:24:11.373Z | Compiling zerocopy-derive v0.8.54 |
| 259 | 2026-07-26T04:24:11.373Z | Compiling thiserror-impl v2.0.18 |
| 260 | 2026-07-26T04:24:11.373Z | Compiling serde_derive v1.0.228 |
| 261 | 2026-07-26T04:24:11.388Z | Compiling ref-cast-impl v1.0.25 |
| 262 | 2026-07-26T04:24:11.388Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 263 | 2026-07-26T04:24:12.663Z | Compiling darling_macro v0.23.0 |
| 264 | 2026-07-26T04:24:13.553Z | Compiling darling v0.23.0 |
| 265 | 2026-07-26T04:24:13.618Z | Compiling ingot-macros v0.2.0 |
| 266 | 2026-07-26T04:24:13.618Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 267 | 2026-07-26T04:24:18.769Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 268 | 2026-07-26T04:24:21.054Z | Checking byteorder v1.5.0 |
| 269 | 2026-07-26T04:24:21.057Z | Checking macaddr v1.0.1 |
| 270 | 2026-07-26T04:24:21.057Z | Checking stable_deref_trait v1.2.1 |
| 271 | 2026-07-26T04:24:21.057Z | Checking cfg-if v1.0.4 |
| 272 | 2026-07-26T04:24:21.057Z | Checking bitflags v1.3.2 |
| 273 | 2026-07-26T04:24:21.114Z | Checking managed v0.8.0 |
| 274 | 2026-07-26T04:24:21.154Z | Checking cobs v0.3.0 |
| 275 | 2026-07-26T04:24:21.194Z | Checking dyn-clone v1.0.20 |
| 276 | 2026-07-26T04:24:21.209Z | Checking hash32 v0.3.1 |
| 277 | 2026-07-26T04:24:21.317Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 278 | 2026-07-26T04:24:22.394Z | Checking bitflags v2.13.0 |
| 279 | 2026-07-26T04:24:22.394Z | Checking uuid v1.23.5 |
| 280 | 2026-07-26T04:24:22.535Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 281 | 2026-07-26T04:24:22.851Z | Checking postcard v1.1.3 |
| 282 | 2026-07-26T04:24:23.609Z | Checking ingot-types v0.2.0 |
| 283 | 2026-07-26T04:24:23.878Z | Checking ingot v0.2.0 |
| 284 | 2026-07-26T04:24:25.170Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 285 | 2026-07-26T04:24:28.215Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 286 | 2026-07-26T04:24:29.382Z | Checking xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 287 | 2026-07-26T04:24:30.926Z | Finished `dev` profile [optimized + debuginfo] target(s) in 28.94s |
| 288 | 2026-07-26T04:24:31.047Z | |
| 289 | 2026-07-26T04:24:31.047Z | real 29.118373527 |
| 290 | 2026-07-26T04:24:31.047Z | user 1:08.369001860 |
| 291 | 2026-07-26T04:24:31.047Z | sys 9.783633225 |
| 292 | 2026-07-26T04:24:31.048Z | trap 0.026377661 |
| 293 | 2026-07-26T04:24:31.048Z | tflt 0.075597649 |
| 294 | 2026-07-26T04:24:31.048Z | dflt 0.166685237 |
| 295 | 2026-07-26T04:24:31.048Z | kflt 0.002766790 |
| 296 | 2026-07-26T04:24:31.048Z | lock 3:52.902305570 |
| 297 | 2026-07-26T04:24:31.048Z | slp 3:05.488879497 |
| 298 | 2026-07-26T04:24:31.048Z | lat 1.853698104 |
| 299 | 2026-07-26T04:24:31.048Z | stop 7.663729829 |
| 300 | 2026-07-26T04:24:31.051Z | + pushd xde-link |
| 301 | 2026-07-26T04:24:31.051Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 302 | 2026-07-26T04:24:31.051Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 303 | 2026-07-26T04:24:31.222Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 304 | 2026-07-26T04:24:31.222Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 305 | 2026-07-26T04:24:31.222Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 306 | 2026-07-26T04:24:41.991Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 307 | 2026-07-26T04:24:44.290Z | Finished `dev` profile [optimized + debuginfo] target(s) in 13.18s |
| 308 | 2026-07-26T04:24:44.309Z | |
| 309 | 2026-07-26T04:24:44.309Z | real 13.255885232 |
| 310 | 2026-07-26T04:24:44.309Z | user 20.857205757 |
| 311 | 2026-07-26T04:24:44.309Z | sys 1.215436711 |
| 312 | 2026-07-26T04:24:44.309Z | trap 0.002925440 |
| 313 | 2026-07-26T04:24:44.313Z | tflt 0.001385870 |
| 314 | 2026-07-26T04:24:44.313Z | dflt 0.039843230 |
| 315 | 2026-07-26T04:24:44.313Z | kflt 0.000002590 |
| 316 | 2026-07-26T04:24:44.313Z | lock 1:11.368962677 |
| 317 | 2026-07-26T04:24:44.313Z | slp 44.303423124 |
| 318 | 2026-07-26T04:24:44.313Z | lat 0.284837153 |
| 319 | 2026-07-26T04:24:44.313Z | stop 0.136511994 |
| 320 | 2026-07-26T04:24:44.313Z | + popd |
| 321 | 2026-07-26T04:24:44.313Z | + popd |
| 322 | 2026-07-26T04:24:44.313Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 323 | 2026-07-26T04:24:44.313Z | /work/oxidecomputer/opte |
| 324 | 2026-07-26T04:24:44.313Z | + header 'build xde (debug)' |
| 325 | 2026-07-26T04:24:44.313Z | + echo '# ==== build xde (debug) ==== #' |
| 326 | 2026-07-26T04:24:44.313Z | # ==== build xde (debug) ==== # |
| 327 | 2026-07-26T04:24:44.313Z | + ptime -m cargo xtask build --profile debug xde xde-link |
| 328 | 2026-07-26T04:24:44.457Z | Downloading crates ... |
| 329 | 2026-07-26T04:24:44.522Z | Downloaded itoa v1.0.18 |
| 330 | 2026-07-26T04:24:44.526Z | Downloaded heck v0.5.0 |
| 331 | 2026-07-26T04:24:44.534Z | Downloaded utf8parse v0.2.2 |
| 332 | 2026-07-26T04:24:44.541Z | Downloaded cargo-platform v0.3.3 |
| 333 | 2026-07-26T04:24:44.544Z | Downloaded serde_spanned v1.1.1 |
| 334 | 2026-07-26T04:24:44.544Z | Downloaded terminal_size v0.4.4 |
| 335 | 2026-07-26T04:24:44.548Z | Downloaded anstream v1.0.0 |
| 336 | 2026-07-26T04:24:44.551Z | Downloaded clap_lex v1.1.0 |
| 337 | 2026-07-26T04:24:44.551Z | Downloaded anstyle-query v1.1.5 |
| 338 | 2026-07-26T04:24:44.551Z | Downloaded equivalent v1.0.2 |
| 339 | 2026-07-26T04:24:44.554Z | Downloaded colorchoice v1.0.5 |
| 340 | 2026-07-26T04:24:44.563Z | Downloaded errno v0.3.14 |
| 341 | 2026-07-26T04:24:44.569Z | Downloaded anstyle-parse v1.0.0 |
| 342 | 2026-07-26T04:24:44.574Z | Downloaded is_terminal_polyfill v1.70.2 |
| 343 | 2026-07-26T04:24:44.574Z | Downloaded cargo_metadata v0.23.1 |
| 344 | 2026-07-26T04:24:44.579Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 345 | 2026-07-26T04:24:44.582Z | Downloaded anstyle v1.0.14 |
| 346 | 2026-07-26T04:24:44.582Z | Downloaded zmij v1.0.22 |
| 347 | 2026-07-26T04:24:44.585Z | Downloaded clap_builder v4.6.0 |
| 348 | 2026-07-26T04:24:44.588Z | Downloaded clap_derive v4.6.1 |
| 349 | 2026-07-26T04:24:44.588Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 350 | 2026-07-26T04:24:44.593Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 351 | 2026-07-26T04:24:44.596Z | Downloaded anyhow v1.0.103 |
| 352 | 2026-07-26T04:24:44.596Z | Downloaded semver v1.0.28 |
| 353 | 2026-07-26T04:24:44.596Z | Downloaded camino v1.2.4 |
| 354 | 2026-07-26T04:24:44.600Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 355 | 2026-07-26T04:24:44.603Z | Downloaded clap v4.6.1 |
| 356 | 2026-07-26T04:24:44.609Z | Downloaded indexmap v2.14.0 |
| 357 | 2026-07-26T04:24:44.624Z | Downloaded serde_json v1.0.150 |
| 358 | 2026-07-26T04:24:44.632Z | Downloaded winnow v1.0.3 |
| 359 | 2026-07-26T04:24:44.658Z | Downloaded rustix v1.1.4 |
| 360 | 2026-07-26T04:24:44.687Z | Downloaded libc v0.2.186 |
| 361 | 2026-07-26T04:24:44.740Z | Compiling proc-macro2 v1.0.106 |
| 362 | 2026-07-26T04:24:44.740Z | Compiling serde_core v1.0.228 |
| 363 | 2026-07-26T04:24:44.740Z | Compiling quote v1.0.46 |
| 364 | 2026-07-26T04:24:44.744Z | Compiling unicode-ident v1.0.24 |
| 365 | 2026-07-26T04:24:44.744Z | Compiling libc v0.2.186 |
| 366 | 2026-07-26T04:24:44.744Z | Compiling rustix v1.1.4 |
| 367 | 2026-07-26T04:24:44.744Z | Compiling utf8parse v0.2.2 |
| 368 | 2026-07-26T04:24:44.744Z | Compiling zmij v1.0.22 |
| 369 | 2026-07-26T04:24:44.893Z | Compiling bitflags v2.13.0 |
| 370 | 2026-07-26T04:24:44.909Z | Compiling anstyle-parse v1.0.0 |
| 371 | 2026-07-26T04:24:45.110Z | Compiling camino v1.2.4 |
| 372 | 2026-07-26T04:24:45.113Z | Compiling thiserror v2.0.18 |
| 373 | 2026-07-26T04:24:45.131Z | Compiling serde_json v1.0.150 |
| 374 | 2026-07-26T04:24:45.316Z | Compiling colorchoice v1.0.5 |
| 375 | 2026-07-26T04:24:45.347Z | Compiling is_terminal_polyfill v1.70.2 |
| 376 | 2026-07-26T04:24:45.367Z | Compiling anstyle v1.0.14 |
| 377 | 2026-07-26T04:24:45.452Z | Compiling serde v1.0.228 |
| 378 | 2026-07-26T04:24:45.456Z | Compiling anstyle-query v1.1.5 |
| 379 | 2026-07-26T04:24:45.480Z | Compiling errno v0.3.14 |
| 380 | 2026-07-26T04:24:45.541Z | Compiling anstream v1.0.0 |
| 381 | 2026-07-26T04:24:45.651Z | Compiling memchr v2.8.3 |
| 382 | 2026-07-26T04:24:45.666Z | Compiling winnow v1.0.3 |
| 383 | 2026-07-26T04:24:45.940Z | Compiling strsim v0.11.1 |
| 384 | 2026-07-26T04:24:45.957Z | Compiling syn v2.0.118 |
| 385 | 2026-07-26T04:24:46.030Z | Compiling anyhow v1.0.103 |
| 386 | 2026-07-26T04:24:46.037Z | Compiling heck v0.5.0 |
| 387 | 2026-07-26T04:24:46.057Z | Compiling itoa v1.0.18 |
| 388 | 2026-07-26T04:24:46.229Z | Compiling terminal_size v0.4.4 |
| 389 | 2026-07-26T04:24:46.323Z | Compiling clap_lex v1.1.0 |
| 390 | 2026-07-26T04:24:46.382Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 391 | 2026-07-26T04:24:46.540Z | Compiling clap_builder v4.6.0 |
| 392 | 2026-07-26T04:24:46.702Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 393 | 2026-07-26T04:24:46.962Z | Compiling cargo-platform v0.3.3 |
| 394 | 2026-07-26T04:24:47.239Z | Compiling serde_spanned v1.1.1 |
| 395 | 2026-07-26T04:24:47.396Z | Compiling semver v1.0.28 |
| 396 | 2026-07-26T04:24:47.546Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 397 | 2026-07-26T04:24:47.744Z | Compiling toml v1.1.2+spec-1.1.0 |
| 398 | 2026-07-26T04:24:48.240Z | Compiling thiserror-impl v2.0.18 |
| 399 | 2026-07-26T04:24:48.471Z | Compiling serde_derive v1.0.228 |
| 400 | 2026-07-26T04:24:48.491Z | Compiling clap_derive v4.6.1 |
| 401 | 2026-07-26T04:24:50.077Z | Compiling clap v4.6.1 |
| 402 | 2026-07-26T04:24:51.437Z | Compiling cargo_metadata v0.23.1 |
| 403 | 2026-07-26T04:24:53.856Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 404 | 2026-07-26T04:24:55.437Z | Finished `dev` profile [optimized + debuginfo] target(s) in 11.11s |
| 405 | 2026-07-26T04:24:55.447Z | Running `target/debug/xtask build --profile debug xde xde-link` |
| 406 | 2026-07-26T04:24:56.665Z | Building xde (dev). |
| 407 | 2026-07-26T04:24:56.877Z | Compiling serde_core v1.0.228 |
| 408 | 2026-07-26T04:24:56.877Z | Compiling byteorder v1.5.0 |
| 409 | 2026-07-26T04:24:56.877Z | Compiling macaddr v1.0.1 |
| 410 | 2026-07-26T04:24:56.878Z | Compiling stable_deref_trait v1.2.1 |
| 411 | 2026-07-26T04:24:56.885Z | Compiling cfg-if v1.0.4 |
| 412 | 2026-07-26T04:24:56.885Z | Compiling zerocopy v0.8.54 |
| 413 | 2026-07-26T04:24:56.885Z | Compiling thiserror v2.0.18 |
| 414 | 2026-07-26T04:24:56.901Z | Compiling bitflags v1.3.2 |
| 415 | 2026-07-26T04:24:56.952Z | Compiling managed v0.8.0 |
| 416 | 2026-07-26T04:24:56.960Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 417 | 2026-07-26T04:24:56.961Z | Compiling cobs v0.3.0 |
| 418 | 2026-07-26T04:24:56.993Z | Compiling either v1.16.0 |
| 419 | 2026-07-26T04:24:57.071Z | Compiling hash32 v0.3.1 |
| 420 | 2026-07-26T04:24:57.144Z | Compiling itertools v0.15.0 |
| 421 | 2026-07-26T04:24:57.160Z | Compiling heapless v0.8.0 |
| 422 | 2026-07-26T04:24:57.172Z | Compiling ref-cast v1.0.25 |
| 423 | 2026-07-26T04:24:57.217Z | Compiling crc32fast v1.5.0 |
| 424 | 2026-07-26T04:24:57.224Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 425 | 2026-07-26T04:24:57.224Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 426 | 2026-07-26T04:24:57.242Z | Compiling dyn-clone v1.0.20 |
| 427 | 2026-07-26T04:24:57.399Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 428 | 2026-07-26T04:24:57.509Z | Compiling smoltcp v0.11.0 |
| 429 | 2026-07-26T04:24:58.393Z | Compiling serde v1.0.228 |
| 430 | 2026-07-26T04:24:58.394Z | Compiling bitflags v2.13.0 |
| 431 | 2026-07-26T04:24:58.394Z | Compiling uuid v1.23.5 |
| 432 | 2026-07-26T04:24:58.523Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 433 | 2026-07-26T04:24:58.801Z | Compiling postcard v1.1.3 |
| 434 | 2026-07-26T04:24:59.632Z | Compiling ingot-types v0.2.0 |
| 435 | 2026-07-26T04:24:59.907Z | Compiling ingot v0.2.0 |
| 436 | 2026-07-26T04:25:01.333Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 437 | 2026-07-26T04:25:04.910Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 438 | 2026-07-26T04:25:14.740Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 439 | 2026-07-26T04:25:22.790Z | Finished `dev` profile [optimized + debuginfo] target(s) in 26.10s |
| 440 | 2026-07-26T04:25:22.813Z | Linking xde kmod... |
| 441 | 2026-07-26T04:25:23.813Z | Building xde dev link helper (dev). |
| 442 | 2026-07-26T04:25:23.958Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 443 | 2026-07-26T04:25:24.287Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.44s |
| 444 | 2026-07-26T04:25:24.310Z | |
| 445 | 2026-07-26T04:25:24.313Z | real 39.997553299 |
| 446 | 2026-07-26T04:25:24.313Z | user 2:10.593389032 |
| 447 | 2026-07-26T04:25:24.313Z | sys 10.806196802 |
| 448 | 2026-07-26T04:25:24.313Z | trap 0.046005210 |
| 449 | 2026-07-26T04:25:24.313Z | tflt 0.242087118 |
| 450 | 2026-07-26T04:25:24.313Z | dflt 0.570995275 |
| 451 | 2026-07-26T04:25:24.313Z | kflt 0.000021550 |
| 452 | 2026-07-26T04:25:24.313Z | lock 6:37.866052001 |
| 453 | 2026-07-26T04:25:24.313Z | slp 3:45.278123763 |
| 454 | 2026-07-26T04:25:24.313Z | lat 3.221042208 |
| 455 | 2026-07-26T04:25:24.313Z | stop 4.923895025 |
| 456 | 2026-07-26T04:25:24.313Z | + header 'build xde (release)' |
| 457 | 2026-07-26T04:25:24.313Z | + echo '# ==== build xde (release) ==== #' |
| 458 | 2026-07-26T04:25:24.313Z | # ==== build xde (release) ==== # |
| 459 | 2026-07-26T04:25:24.313Z | + ptime -m cargo xtask build --profile release xde xde-link |
| 460 | 2026-07-26T04:25:24.448Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s |
| 461 | 2026-07-26T04:25:24.451Z | Running `target/debug/xtask build --profile release xde xde-link` |
| 462 | 2026-07-26T04:25:24.634Z | Building xde (release-lto). |
| 463 | 2026-07-26T04:25:24.872Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 464 | 2026-07-26T04:25:24.872Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 465 | 2026-07-26T04:25:24.872Z | Compiling proc-macro2 v1.0.106 |
| 466 | 2026-07-26T04:25:24.872Z | Compiling unicode-ident v1.0.24 |
| 467 | 2026-07-26T04:25:24.875Z | Compiling quote v1.0.46 |
| 468 | 2026-07-26T04:25:24.875Z | Compiling serde_core v1.0.228 |
| 469 | 2026-07-26T04:25:24.875Z | Compiling strsim v0.11.1 |
| 470 | 2026-07-26T04:25:24.875Z | Compiling ident_case v1.0.1 |
| 471 | 2026-07-26T04:25:24.986Z | Compiling memchr v2.8.3 |
| 472 | 2026-07-26T04:25:24.990Z | Compiling regex-syntax v0.8.11 |
| 473 | 2026-07-26T04:25:25.243Z | Compiling thiserror v2.0.18 |
| 474 | 2026-07-26T04:25:25.261Z | Compiling either v1.16.0 |
| 475 | 2026-07-26T04:25:25.264Z | Compiling serde v1.0.228 |
| 476 | 2026-07-26T04:25:25.390Z | Compiling aho-corasick v1.1.4 |
| 477 | 2026-07-26T04:25:25.448Z | Compiling zerocopy v0.8.54 |
| 478 | 2026-07-26T04:25:25.640Z | Compiling itertools v0.15.0 |
| 479 | 2026-07-26T04:25:25.662Z | Compiling heapless v0.8.0 |
| 480 | 2026-07-26T04:25:25.970Z | Compiling syn v2.0.118 |
| 481 | 2026-07-26T04:25:26.048Z | Compiling smoltcp v0.11.0 |
| 482 | 2026-07-26T04:25:26.062Z | Compiling version_check v0.9.5 |
| 483 | 2026-07-26T04:25:26.121Z | Compiling crc32fast v1.5.0 |
| 484 | 2026-07-26T04:25:26.400Z | Compiling regex-automata v0.4.15 |
| 485 | 2026-07-26T04:25:26.447Z | Compiling ref-cast v1.0.25 |
| 486 | 2026-07-26T04:25:26.502Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 487 | 2026-07-26T04:25:27.941Z | Compiling regex v1.13.0 |
| 488 | 2026-07-26T04:25:28.226Z | Compiling darling_core v0.23.0 |
| 489 | 2026-07-26T04:25:28.990Z | Compiling zerocopy-derive v0.8.54 |
| 490 | 2026-07-26T04:25:28.990Z | Compiling thiserror-impl v2.0.18 |
| 491 | 2026-07-26T04:25:28.993Z | Compiling serde_derive v1.0.228 |
| 492 | 2026-07-26T04:25:28.993Z | Compiling ref-cast-impl v1.0.25 |
| 493 | 2026-07-26T04:25:28.993Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 494 | 2026-07-26T04:25:30.376Z | Compiling darling_macro v0.23.0 |
| 495 | 2026-07-26T04:25:31.257Z | Compiling darling v0.23.0 |
| 496 | 2026-07-26T04:25:31.317Z | Compiling ingot-macros v0.2.0 |
| 497 | 2026-07-26T04:25:31.317Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 498 | 2026-07-26T04:25:37.246Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 499 | 2026-07-26T04:25:39.507Z | Compiling byteorder v1.5.0 |
| 500 | 2026-07-26T04:25:39.507Z | Compiling macaddr v1.0.1 |
| 501 | 2026-07-26T04:25:39.507Z | Compiling stable_deref_trait v1.2.1 |
| 502 | 2026-07-26T04:25:39.507Z | Compiling cfg-if v1.0.4 |
| 503 | 2026-07-26T04:25:39.564Z | Compiling bitflags v1.3.2 |
| 504 | 2026-07-26T04:25:39.568Z | Compiling cobs v0.3.0 |
| 505 | 2026-07-26T04:25:39.599Z | Compiling managed v0.8.0 |
| 506 | 2026-07-26T04:25:39.694Z | Compiling hash32 v0.3.1 |
| 507 | 2026-07-26T04:25:39.779Z | Compiling dyn-clone v1.0.20 |
| 508 | 2026-07-26T04:25:39.858Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 509 | 2026-07-26T04:25:41.107Z | Compiling bitflags v2.13.0 |
| 510 | 2026-07-26T04:25:41.107Z | Compiling uuid v1.23.5 |
| 511 | 2026-07-26T04:25:41.245Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 512 | 2026-07-26T04:25:41.526Z | Compiling postcard v1.1.3 |
| 513 | 2026-07-26T04:25:42.375Z | Compiling ingot-types v0.2.0 |
| 514 | 2026-07-26T04:25:42.695Z | Compiling ingot v0.2.0 |
| 515 | 2026-07-26T04:25:44.174Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 516 | 2026-07-26T04:25:48.033Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 517 | 2026-07-26T04:25:56.887Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 518 | 2026-07-26T04:26:27.876Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 03s |
| 519 | 2026-07-26T04:26:27.897Z | Linking xde kmod... |
| 520 | 2026-07-26T04:26:28.491Z | Building xde dev link helper (release). |
| 521 | 2026-07-26T04:26:28.641Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 522 | 2026-07-26T04:26:28.641Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 523 | 2026-07-26T04:26:28.641Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 524 | 2026-07-26T04:26:40.070Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 525 | 2026-07-26T04:26:42.707Z | Finished `release` profile [optimized + debuginfo] target(s) in 14.18s |
| 526 | 2026-07-26T04:26:42.725Z | |
| 527 | 2026-07-26T04:26:42.728Z | real 1:18.411448439 |
| 528 | 2026-07-26T04:26:42.728Z | user 2:07.801632480 |
| 529 | 2026-07-26T04:26:42.728Z | sys 11.961427070 |
| 530 | 2026-07-26T04:26:42.728Z | trap 0.031179801 |
| 531 | 2026-07-26T04:26:42.728Z | tflt 0.187188233 |
| 532 | 2026-07-26T04:26:42.728Z | dflt 0.200963408 |
| 533 | 2026-07-26T04:26:42.728Z | kflt 0.000067450 |
| 534 | 2026-07-26T04:26:42.728Z | lock 10:06.588836716 |
| 535 | 2026-07-26T04:26:42.728Z | slp 6:02.601361433 |
| 536 | 2026-07-26T04:26:42.728Z | lat 1.968980917 |
| 537 | 2026-07-26T04:26:42.728Z | stop 3.829350458 |
| 538 | 2026-07-26T04:26:42.728Z | + elfdump target/x86_64-unknown-unknown/debug/xde.dbg |
| 539 | 2026-07-26T04:26:42.728Z | + grep GOTPCREL |
| 540 | 2026-07-26T04:26:44.404Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 541 | 2026-07-26T04:26:44.407Z | + grep GOTPCREL |
| 542 | 2026-07-26T04:26:45.368Z | + cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/ |
| 543 | 2026-07-26T04:26:45.424Z | + sha256sum /work/debug/xde.dbg |
| 544 | 2026-07-26T04:26:45.473Z | + cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so |
| 545 | 2026-07-26T04:26:45.476Z | + sha256sum /work/debug/xde_link.dbg.so |
| 546 | 2026-07-26T04:26:45.478Z | + cp target/x86_64-unknown-unknown/release-lto/xde /work/release/ |
| 547 | 2026-07-26T04:26:45.515Z | + sha256sum /work/release/xde |
| 548 | 2026-07-26T04:26:45.548Z | + cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so |
| 549 | 2026-07-26T04:26:45.552Z | + sha256sum /work/release/xde_link.so |
| 550 | 2026-07-26T04:26:45.552Z | + header 'build xde integration tests' |
| 551 | 2026-07-26T04:26:45.552Z | + echo '# ==== build xde integration tests ==== #' |
| 552 | 2026-07-26T04:26:45.552Z | + pushd xde-tests |
| 553 | 2026-07-26T04:26:45.552Z | # ==== build xde integration tests ==== # |
| 554 | 2026-07-26T04:26:45.552Z | /work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte |
| 555 | 2026-07-26T04:26:45.552Z | + cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check |
| 556 | 2026-07-26T04:26:45.630Z | + cargo clippy --all-targets -- --deny warnings |
| 557 | 2026-07-26T04:26:45.839Z | Compiling serde_core v1.0.228 |
| 558 | 2026-07-26T04:26:45.839Z | Checking cfg-if v1.0.4 |
| 559 | 2026-07-26T04:26:45.840Z | Checking memchr v2.8.3 |
| 560 | 2026-07-26T04:26:45.840Z | Compiling serde v1.0.228 |
| 561 | 2026-07-26T04:26:45.840Z | Compiling rustversion v1.0.23 |
| 562 | 2026-07-26T04:26:45.845Z | Compiling version_check v0.9.5 |
| 563 | 2026-07-26T04:26:45.845Z | Compiling libc v0.2.186 |
| 564 | 2026-07-26T04:26:45.845Z | Compiling syn v2.0.118 |
| 565 | 2026-07-26T04:26:45.908Z | Compiling strsim v0.11.1 |
| 566 | 2026-07-26T04:26:46.108Z | Compiling ident_case v1.0.1 |
| 567 | 2026-07-26T04:26:46.188Z | Compiling regex-syntax v0.8.11 |
| 568 | 2026-07-26T04:26:46.211Z | Compiling syn v1.0.109 |
| 569 | 2026-07-26T04:26:46.235Z | Checking pin-project-lite v0.2.17 |
| 570 | 2026-07-26T04:26:46.305Z | Compiling hashbrown v0.17.1 |
| 571 | 2026-07-26T04:26:46.509Z | Compiling either v1.16.0 |
| 572 | 2026-07-26T04:26:46.538Z | Compiling equivalent v1.0.2 |
| 573 | 2026-07-26T04:26:46.613Z | Compiling aho-corasick v1.1.4 |
| 574 | 2026-07-26T04:26:46.699Z | Compiling winnow v1.0.3 |
| 575 | 2026-07-26T04:26:46.721Z | Compiling zerocopy v0.8.54 |
| 576 | 2026-07-26T04:26:46.733Z | Compiling itertools v0.15.0 |
| 577 | 2026-07-26T04:26:46.833Z | Compiling indexmap v2.14.0 |
| 578 | 2026-07-26T04:26:47.416Z | Checking byteorder v1.5.0 |
| 579 | 2026-07-26T04:26:47.567Z | Compiling regex-automata v0.4.15 |
| 580 | 2026-07-26T04:26:47.641Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 581 | 2026-07-26T04:26:47.860Z | Compiling heapless v0.8.0 |
| 582 | 2026-07-26T04:26:47.980Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 583 | 2026-07-26T04:26:48.009Z | Checking bitflags v2.13.0 |
| 584 | 2026-07-26T04:26:48.166Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 585 | 2026-07-26T04:26:48.171Z | Checking hash32 v0.3.1 |
| 586 | 2026-07-26T04:26:48.179Z | Compiling slog v2.8.2 |
| 587 | 2026-07-26T04:26:48.191Z | Checking futures-sink v0.3.32 |
| 588 | 2026-07-26T04:26:48.267Z | Checking stable_deref_trait v1.2.1 |
| 589 | 2026-07-26T04:26:48.273Z | Checking macaddr v1.0.1 |
| 590 | 2026-07-26T04:26:48.299Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 591 | 2026-07-26T04:26:48.329Z | Checking futures-core v0.3.32 |
| 592 | 2026-07-26T04:26:48.384Z | Compiling darling_core v0.23.0 |
| 593 | 2026-07-26T04:26:48.400Z | Compiling smoltcp v0.11.0 |
| 594 | 2026-07-26T04:26:48.439Z | Checking futures-channel v0.3.32 |
| 595 | 2026-07-26T04:26:48.621Z | Compiling proc-macro-error-attr v1.0.4 |
| 596 | 2026-07-26T04:26:48.726Z | Compiling proc-macro-crate v3.5.0 |
| 597 | 2026-07-26T04:26:48.832Z | Checking bitflags v1.3.2 |
| 598 | 2026-07-26T04:26:48.886Z | Compiling ref-cast v1.0.25 |
| 599 | 2026-07-26T04:26:48.891Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 600 | 2026-07-26T04:26:49.034Z | Checking futures-io v0.3.32 |
| 601 | 2026-07-26T04:26:49.096Z | Checking futures-task v0.3.32 |
| 602 | 2026-07-26T04:26:49.127Z | Checking managed v0.8.0 |
| 603 | 2026-07-26T04:26:49.137Z | Checking rand_core v0.10.1 |
| 604 | 2026-07-26T04:26:49.181Z | Compiling crc32fast v1.5.0 |
| 605 | 2026-07-26T04:26:49.221Z | Compiling regex v1.13.0 |
| 606 | 2026-07-26T04:26:49.261Z | Checking slab v0.4.12 |
| 607 | 2026-07-26T04:26:49.296Z | Compiling autocfg v1.5.1 |
| 608 | 2026-07-26T04:26:49.405Z | Compiling getrandom v0.4.3 |
| 609 | 2026-07-26T04:26:49.572Z | Compiling serde_derive v1.0.228 |
| 610 | 2026-07-26T04:26:49.603Z | Compiling thiserror-impl v2.0.18 |
| 611 | 2026-07-26T04:26:49.625Z | Compiling zerocopy-derive v0.8.54 |
| 612 | 2026-07-26T04:26:49.650Z | Compiling futures-macro v0.3.32 |
| 613 | 2026-07-26T04:26:50.163Z | Compiling num-traits v0.2.19 |
| 614 | 2026-07-26T04:26:50.384Z | Compiling num_enum_derive v0.7.6 |
| 615 | 2026-07-26T04:26:50.504Z | Checking futures-util v0.3.32 |
| 616 | 2026-07-26T04:26:50.507Z | Compiling darling_macro v0.23.0 |
| 617 | 2026-07-26T04:26:50.508Z | Compiling foreign-types-macros v0.2.3 |
| 618 | 2026-07-26T04:26:50.702Z | Compiling ref-cast-impl v1.0.25 |
| 619 | 2026-07-26T04:26:50.870Z | Checking thiserror v2.0.18 |
| 620 | 2026-07-26T04:26:50.960Z | Checking cobs v0.3.0 |
| 621 | 2026-07-26T04:26:51.061Z | Compiling darling v0.23.0 |
| 622 | 2026-07-26T04:26:51.130Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 623 | 2026-07-26T04:26:51.133Z | Compiling ingot-macros v0.2.0 |
| 624 | 2026-07-26T04:26:51.160Z | Compiling proc-macro-error v1.0.4 |
| 625 | 2026-07-26T04:26:51.279Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 626 | 2026-07-26T04:26:51.380Z | Checking foreign-types-shared v0.3.1 |
| 627 | 2026-07-26T04:26:51.403Z | Compiling crossbeam-utils v0.8.22 |
| 628 | 2026-07-26T04:26:51.446Z | Checking once_cell v1.21.4 |
| 629 | 2026-07-26T04:26:51.454Z | Checking unicode-width v0.2.2 |
| 630 | 2026-07-26T04:26:51.520Z | Checking cpufeatures v0.3.0 |
| 631 | 2026-07-26T04:26:51.579Z | Checking ipnetwork v0.21.1 |
| 632 | 2026-07-26T04:26:51.613Z | Checking tracing-core v0.1.36 |
| 633 | 2026-07-26T04:26:51.691Z | Checking tabwriter v1.4.1 |
| 634 | 2026-07-26T04:26:51.702Z | Checking chacha20 v0.10.1 |
| 635 | 2026-07-26T04:26:51.785Z | Checking foreign-types v0.5.0 |
| 636 | 2026-07-26T04:26:51.823Z | Checking num_enum v0.7.6 |
| 637 | 2026-07-26T04:26:51.926Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 638 | 2026-07-26T04:26:51.966Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 639 | 2026-07-26T04:26:52.318Z | Compiling tracing-attributes v0.1.31 |
| 640 | 2026-07-26T04:26:52.323Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 641 | 2026-07-26T04:26:52.440Z | Checking anyhow v1.0.103 |
| 642 | 2026-07-26T04:26:52.459Z | Checking futures-executor v0.3.32 |
| 643 | 2026-07-26T04:26:52.671Z | Checking erased-serde v0.3.31 |
| 644 | 2026-07-26T04:26:52.717Z | Checking postcard v1.1.3 |
| 645 | 2026-07-26T04:26:52.726Z | Checking cstr-argument v0.1.2 |
| 646 | 2026-07-26T04:26:52.833Z | Compiling num-conv v0.2.2 |
| 647 | 2026-07-26T04:26:52.899Z | Compiling thiserror v1.0.69 |
| 648 | 2026-07-26T04:26:52.976Z | Compiling time-core v0.1.9 |
| 649 | 2026-07-26T04:26:52.988Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 650 | 2026-07-26T04:26:53.153Z | Checking pretty-hex v0.4.2 |
| 651 | 2026-07-26T04:26:53.185Z | Checking dyn-clone v1.0.20 |
| 652 | 2026-07-26T04:26:53.255Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 653 | 2026-07-26T04:26:53.283Z | Compiling time-macros v0.2.31 |
| 654 | 2026-07-26T04:26:53.298Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 655 | 2026-07-26T04:26:53.353Z | Checking futures v0.3.32 |
| 656 | 2026-07-26T04:26:53.403Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 657 | 2026-07-26T04:26:53.432Z | Checking rand v0.10.2 |
| 658 | 2026-07-26T04:26:53.496Z | Checking tracing v0.1.44 |
| 659 | 2026-07-26T04:26:53.673Z | Compiling thiserror-impl v1.0.69 |
| 660 | 2026-07-26T04:26:53.676Z | Checking uuid v1.23.5 |
| 661 | 2026-07-26T04:26:53.798Z | Checking arc-swap v1.9.2 |
| 662 | 2026-07-26T04:26:53.815Z | Checking socket2 v0.6.4 |
| 663 | 2026-07-26T04:26:53.844Z | Checking ingot-types v0.2.0 |
| 664 | 2026-07-26T04:26:53.884Z | Checking nom v8.0.0 |
| 665 | 2026-07-26T04:26:53.932Z | Checking thread_local v1.1.10 |
| 666 | 2026-07-26T04:26:54.003Z | Checking iana-time-zone v0.1.65 |
| 667 | 2026-07-26T04:26:54.053Z | Compiling heck v0.4.1 |
| 668 | 2026-07-26T04:26:54.102Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 669 | 2026-07-26T04:26:54.182Z | Checking ingot v0.2.0 |
| 670 | 2026-07-26T04:26:54.230Z | Compiling slog-async v2.8.0 |
| 671 | 2026-07-26T04:26:54.236Z | Checking lazy_static v1.5.0 |
| 672 | 2026-07-26T04:26:54.316Z | Checking deranged v0.5.8 |
| 673 | 2026-07-26T04:26:54.375Z | Checking oxnet v0.1.6 |
| 674 | 2026-07-26T04:26:54.445Z | Checking colored v3.1.1 |
| 675 | 2026-07-26T04:26:54.504Z | Checking powerfmt v0.2.0 |
| 676 | 2026-07-26T04:26:54.643Z | Checking slog-scope v4.4.1 |
| 677 | 2026-07-26T04:26:54.671Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 678 | 2026-07-26T04:26:54.849Z | Checking chrono v0.4.45 |
| 679 | 2026-07-26T04:26:54.946Z | Checking crossbeam-channel v0.5.16 |
| 680 | 2026-07-26T04:26:55.271Z | Checking time v0.3.53 |
| 681 | 2026-07-26T04:26:55.285Z | Checking cookie-factory v0.3.3 |
| 682 | 2026-07-26T04:26:55.394Z | Checking itertools v0.12.1 |
| 683 | 2026-07-26T04:26:55.530Z | Checking is-terminal v0.4.17 |
| 684 | 2026-07-26T04:26:55.608Z | Checking log v0.4.33 |
| 685 | 2026-07-26T04:26:55.645Z | Checking circular v0.3.0 |
| 686 | 2026-07-26T04:26:55.758Z | Checking term v1.2.1 |
| 687 | 2026-07-26T04:26:55.763Z | Checking take_mut v0.2.2 |
| 688 | 2026-07-26T04:26:55.792Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 689 | 2026-07-26T04:26:55.876Z | Checking rusticata-macros v5.0.0 |
| 690 | 2026-07-26T04:26:55.978Z | Checking slog-stdlog v4.1.1 |
| 691 | 2026-07-26T04:26:56.002Z | Checking pcap-parser v0.17.0 |
| 692 | 2026-07-26T04:26:56.398Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 693 | 2026-07-26T04:26:56.420Z | Checking slog-term v2.9.2 |
| 694 | 2026-07-26T04:26:56.685Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 695 | 2026-07-26T04:26:57.477Z | Checking slog-envlogger v2.2.0 |
| 696 | 2026-07-26T04:27:00.360Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 697 | 2026-07-26T04:27:02.035Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 698 | 2026-07-26T04:27:02.035Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 699 | 2026-07-26T04:27:02.382Z | Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 700 | 2026-07-26T04:27:02.941Z | Finished `dev` profile [optimized + debuginfo] target(s) in 17.26s |
| 701 | 2026-07-26T04:27:02.977Z | + cargo build --test loopback |
| 702 | 2026-07-26T04:27:03.148Z | Compiling cfg-if v1.0.4 |
| 703 | 2026-07-26T04:27:03.148Z | Compiling memchr v2.8.3 |
| 704 | 2026-07-26T04:27:03.151Z | Compiling serde_core v1.0.228 |
| 705 | 2026-07-26T04:27:03.176Z | Compiling libc v0.2.186 |
| 706 | 2026-07-26T04:27:03.179Z | Compiling thiserror v2.0.18 |
| 707 | 2026-07-26T04:27:03.182Z | Compiling pin-project-lite v0.2.17 |
| 708 | 2026-07-26T04:27:03.185Z | Compiling byteorder v1.5.0 |
| 709 | 2026-07-26T04:27:03.185Z | Compiling either v1.16.0 |
| 710 | 2026-07-26T04:27:03.224Z | Compiling zerocopy v0.8.54 |
| 711 | 2026-07-26T04:27:03.252Z | Compiling futures-sink v0.3.32 |
| 712 | 2026-07-26T04:27:03.256Z | Compiling stable_deref_trait v1.2.1 |
| 713 | 2026-07-26T04:27:03.316Z | Compiling futures-core v0.3.32 |
| 714 | 2026-07-26T04:27:03.341Z | Compiling hash32 v0.3.1 |
| 715 | 2026-07-26T04:27:03.345Z | Compiling macaddr v1.0.1 |
| 716 | 2026-07-26T04:27:03.374Z | Compiling cobs v0.3.0 |
| 717 | 2026-07-26T04:27:03.473Z | Compiling heapless v0.8.0 |
| 718 | 2026-07-26T04:27:03.490Z | Compiling futures-channel v0.3.32 |
| 719 | 2026-07-26T04:27:03.509Z | Compiling bitflags v1.3.2 |
| 720 | 2026-07-26T04:27:03.574Z | Compiling futures-task v0.3.32 |
| 721 | 2026-07-26T04:27:03.579Z | Compiling rand_core v0.10.1 |
| 722 | 2026-07-26T04:27:03.656Z | Compiling slab v0.4.12 |
| 723 | 2026-07-26T04:27:03.718Z | Compiling futures-io v0.3.32 |
| 724 | 2026-07-26T04:27:03.728Z | Compiling managed v0.8.0 |
| 725 | 2026-07-26T04:27:03.757Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 726 | 2026-07-26T04:27:03.834Z | Compiling futures-util v0.3.32 |
| 727 | 2026-07-26T04:27:03.896Z | Compiling smoltcp v0.11.0 |
| 728 | 2026-07-26T04:27:03.896Z | Compiling ipnetwork v0.21.1 |
| 729 | 2026-07-26T04:27:03.941Z | Compiling cpufeatures v0.3.0 |
| 730 | 2026-07-26T04:27:03.986Z | Compiling once_cell v1.21.4 |
| 731 | 2026-07-26T04:27:04.006Z | Compiling unicode-width v0.2.2 |
| 732 | 2026-07-26T04:27:04.224Z | Compiling foreign-types-shared v0.3.1 |
| 733 | 2026-07-26T04:27:04.308Z | Compiling foreign-types v0.5.0 |
| 734 | 2026-07-26T04:27:04.308Z | Compiling tabwriter v1.4.1 |
| 735 | 2026-07-26T04:27:04.378Z | Compiling tracing-core v0.1.36 |
| 736 | 2026-07-26T04:27:04.427Z | Compiling chacha20 v0.10.1 |
| 737 | 2026-07-26T04:27:04.721Z | Compiling ref-cast v1.0.25 |
| 738 | 2026-07-26T04:27:04.724Z | Compiling num_enum v0.7.6 |
| 739 | 2026-07-26T04:27:04.770Z | Compiling getrandom v0.4.3 |
| 740 | 2026-07-26T04:27:04.826Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 741 | 2026-07-26T04:27:04.840Z | Compiling crc32fast v1.5.0 |
| 742 | 2026-07-26T04:27:04.932Z | Compiling serde v1.0.228 |
| 743 | 2026-07-26T04:27:04.982Z | Compiling bitflags v2.13.0 |
| 744 | 2026-07-26T04:27:05.085Z | Compiling cstr-argument v0.1.2 |
| 745 | 2026-07-26T04:27:05.134Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 746 | 2026-07-26T04:27:05.251Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 747 | 2026-07-26T04:27:05.359Z | Compiling itertools v0.15.0 |
| 748 | 2026-07-26T04:27:05.406Z | Compiling erased-serde v0.3.31 |
| 749 | 2026-07-26T04:27:05.583Z | Compiling postcard v1.1.3 |
| 750 | 2026-07-26T04:27:05.708Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 751 | 2026-07-26T04:27:05.743Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 752 | 2026-07-26T04:27:05.932Z | Compiling slog v2.8.2 |
| 753 | 2026-07-26T04:27:06.103Z | Compiling ingot-types v0.2.0 |
| 754 | 2026-07-26T04:27:06.237Z | Compiling futures-executor v0.3.32 |
| 755 | 2026-07-26T04:27:06.294Z | Compiling pretty-hex v0.4.2 |
| 756 | 2026-07-26T04:27:06.351Z | Compiling dyn-clone v1.0.20 |
| 757 | 2026-07-26T04:27:06.400Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 758 | 2026-07-26T04:27:06.425Z | Compiling futures v0.3.32 |
| 759 | 2026-07-26T04:27:06.500Z | Compiling ingot v0.2.0 |
| 760 | 2026-07-26T04:27:06.509Z | Compiling tracing v0.1.44 |
| 761 | 2026-07-26T04:27:06.512Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 762 | 2026-07-26T04:27:06.519Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 763 | 2026-07-26T04:27:06.613Z | Compiling uuid v1.23.5 |
| 764 | 2026-07-26T04:27:06.623Z | Compiling rand v0.10.2 |
| 765 | 2026-07-26T04:27:06.650Z | Compiling num-traits v0.2.19 |
| 766 | 2026-07-26T04:27:06.835Z | Compiling crossbeam-utils v0.8.22 |
| 767 | 2026-07-26T04:27:06.868Z | Compiling aho-corasick v1.1.4 |
| 768 | 2026-07-26T04:27:06.977Z | Compiling nom v8.0.0 |
| 769 | 2026-07-26T04:27:07.247Z | Compiling socket2 v0.6.4 |
| 770 | 2026-07-26T04:27:07.358Z | Compiling thread_local v1.1.10 |
| 771 | 2026-07-26T04:27:07.560Z | Compiling arc-swap v1.9.2 |
| 772 | 2026-07-26T04:27:07.658Z | Compiling oxnet v0.1.6 |
| 773 | 2026-07-26T04:27:07.721Z | Compiling colored v3.1.1 |
| 774 | 2026-07-26T04:27:07.937Z | Compiling num-conv v0.2.2 |
| 775 | 2026-07-26T04:27:08.087Z | Compiling deranged v0.5.8 |
| 776 | 2026-07-26T04:27:08.142Z | Compiling regex-syntax v0.8.11 |
| 777 | 2026-07-26T04:27:08.207Z | Compiling lazy_static v1.5.0 |
| 778 | 2026-07-26T04:27:08.301Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 779 | 2026-07-26T04:27:08.354Z | Compiling time-core v0.1.9 |
| 780 | 2026-07-26T04:27:08.533Z | Compiling winnow v1.0.3 |
| 781 | 2026-07-26T04:27:08.538Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 782 | 2026-07-26T04:27:08.710Z | Compiling powerfmt v0.2.0 |
| 783 | 2026-07-26T04:27:08.768Z | Compiling iana-time-zone v0.1.65 |
| 784 | 2026-07-26T04:27:08.978Z | Compiling time v0.3.53 |
| 785 | 2026-07-26T04:27:09.053Z | Compiling chrono v0.4.45 |
| 786 | 2026-07-26T04:27:09.177Z | Compiling slog-scope v4.4.1 |
| 787 | 2026-07-26T04:27:09.646Z | Compiling regex-automata v0.4.15 |
| 788 | 2026-07-26T04:27:10.081Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 789 | 2026-07-26T04:27:10.750Z | Compiling rusticata-macros v5.0.0 |
| 790 | 2026-07-26T04:27:10.985Z | Compiling thiserror v1.0.69 |
| 791 | 2026-07-26T04:27:11.085Z | Compiling crossbeam-channel v0.5.16 |
| 792 | 2026-07-26T04:27:11.085Z | Compiling cookie-factory v0.3.3 |
| 793 | 2026-07-26T04:27:11.406Z | Compiling is-terminal v0.4.17 |
| 794 | 2026-07-26T04:27:11.501Z | Compiling itertools v0.12.1 |
| 795 | 2026-07-26T04:27:11.811Z | Compiling take_mut v0.2.2 |
| 796 | 2026-07-26T04:27:11.920Z | Compiling term v1.2.1 |
| 797 | 2026-07-26T04:27:12.913Z | Compiling log v0.4.33 |
| 798 | 2026-07-26T04:27:13.053Z | Compiling circular v0.3.0 |
| 799 | 2026-07-26T04:27:13.193Z | Compiling pcap-parser v0.17.0 |
| 800 | 2026-07-26T04:27:13.306Z | Compiling slog-stdlog v4.1.1 |
| 801 | 2026-07-26T04:27:13.678Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 802 | 2026-07-26T04:27:14.310Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 803 | 2026-07-26T04:27:14.730Z | Compiling slog-term v2.9.2 |
| 804 | 2026-07-26T04:27:15.468Z | Compiling slog-async v2.8.0 |
| 805 | 2026-07-26T04:27:15.742Z | Compiling regex v1.13.0 |
| 806 | 2026-07-26T04:27:16.535Z | Compiling slog-envlogger v2.2.0 |
| 807 | 2026-07-26T04:27:16.754Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 808 | 2026-07-26T04:27:16.867Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 809 | 2026-07-26T04:27:17.181Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 810 | 2026-07-26T04:27:17.982Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 811 | 2026-07-26T04:27:26.538Z | Finished `dev` profile [optimized + debuginfo] target(s) in 23.55s |
| 812 | 2026-07-26T04:27:26.572Z | ++ cargo build -q --test loopback --message-format=json |
| 813 | 2026-07-26T04:27:26.575Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 814 | 2026-07-26T04:27:26.696Z | + loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-2001a507b33f4803 |
| 815 | 2026-07-26T04:27:26.696Z | + cargo build --test multicast_rx |
| 816 | 2026-07-26T04:27:26.800Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 817 | 2026-07-26T04:27:28.609Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.90s |
| 818 | 2026-07-26T04:27:28.644Z | ++ cargo build -q --test multicast_rx --message-format=json |
| 819 | 2026-07-26T04:27:28.647Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 820 | 2026-07-26T04:27:28.765Z | + multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-ed02daea5d032326 |
| 821 | 2026-07-26T04:27:28.765Z | + cargo build --test multicast_multi_sub |
| 822 | 2026-07-26T04:27:28.869Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 823 | 2026-07-26T04:27:30.708Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.93s |
| 824 | 2026-07-26T04:27:30.742Z | ++ cargo build -q --test multicast_multi_sub --message-format=json |
| 825 | 2026-07-26T04:27:30.745Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 826 | 2026-07-26T04:27:30.860Z | + multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-0bda64cc99833d0a |
| 827 | 2026-07-26T04:27:30.860Z | + cargo build --test multicast_validation |
| 828 | 2026-07-26T04:27:30.962Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 829 | 2026-07-26T04:27:33.007Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.13s |
| 830 | 2026-07-26T04:27:33.044Z | ++ cargo build -q --test multicast_validation --message-format=json |
| 831 | 2026-07-26T04:27:33.051Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 832 | 2026-07-26T04:27:33.160Z | + multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-f42dd83d00cd44cb |
| 833 | 2026-07-26T04:27:33.160Z | + cargo build --test multicast_source_filter |
| 834 | 2026-07-26T04:27:33.265Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 835 | 2026-07-26T04:27:35.397Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.22s |
| 836 | 2026-07-26T04:27:35.431Z | ++ cargo build -q --test multicast_source_filter --message-format=json |
| 837 | 2026-07-26T04:27:35.436Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 838 | 2026-07-26T04:27:35.549Z | + multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-69bede13ae9b4bb5 |
| 839 | 2026-07-26T04:27:35.553Z | + cargo build --test multicast_multi_nexthop |
| 840 | 2026-07-26T04:27:35.651Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 841 | 2026-07-26T04:27:37.337Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.77s |
| 842 | 2026-07-26T04:27:37.371Z | ++ cargo build -q --test multicast_multi_nexthop --message-format=json |
| 843 | 2026-07-26T04:27:37.374Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 844 | 2026-07-26T04:27:37.489Z | + multicast_multi_nexthop_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_nexthop-7b8b1f2959c89569 |
| 845 | 2026-07-26T04:27:37.492Z | + mkdir -p /work/test |
| 846 | 2026-07-26T04:27:37.492Z | + cp /work/oxidecomputer/opte/target/debug/deps/loopback-2001a507b33f4803 /work/test/loopback |
| 847 | 2026-07-26T04:27:37.538Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-ed02daea5d032326 /work/test/multicast_rx |
| 848 | 2026-07-26T04:27:37.585Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-0bda64cc99833d0a /work/test/multicast_multi_sub |
| 849 | 2026-07-26T04:27:37.635Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-f42dd83d00cd44cb /work/test/multicast_validation |
| 850 | 2026-07-26T04:27:37.682Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-69bede13ae9b4bb5 /work/test/multicast_source_filter |
| 851 | 2026-07-26T04:27:37.730Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_nexthop-7b8b1f2959c89569 /work/test/multicast_multi_nexthop |
| 852 | 2026-07-26T04:27:37.778Z | process exited: duration 233330 ms, exit code 0 |
| |
| 853 | 2026-07-26T04:27:37.795Z | found 15 output files |
| 854 | 2026-07-26T04:27:37.795Z | uploading: /work/debug/xde.dbg (89502728 bytes) |
| 855 | 2026-07-26T04:27:39.770Z | uploaded: /work/debug/xde.dbg |
| 856 | 2026-07-26T04:27:39.770Z | uploading: /work/debug/xde.dbg.sha256 (86 bytes) |
| 857 | 2026-07-26T04:27:40.783Z | uploaded: /work/debug/xde.dbg.sha256 |
| 858 | 2026-07-26T04:27:40.789Z | uploading: /work/debug/xde_link.dbg.so (1256692 bytes) |
| 859 | 2026-07-26T04:27:41.810Z | uploaded: /work/debug/xde_link.dbg.so |
| 860 | 2026-07-26T04:27:41.810Z | uploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes) |
| 861 | 2026-07-26T04:27:42.818Z | uploaded: /work/debug/xde_link.dbg.so.sha256 |
| 862 | 2026-07-26T04:27:42.818Z | uploading: /work/release/xde (53532760 bytes) |
| 863 | 2026-07-26T04:27:44.358Z | uploaded: /work/release/xde |
| 864 | 2026-07-26T04:27:44.358Z | uploading: /work/release/xde.sha256 (84 bytes) |
| 865 | 2026-07-26T04:27:45.386Z | uploaded: /work/release/xde.sha256 |
| 866 | 2026-07-26T04:27:45.386Z | uploading: /work/release/xde_link.so (45240 bytes) |
| 867 | 2026-07-26T04:27:46.409Z | uploaded: /work/release/xde_link.so |
| 868 | 2026-07-26T04:27:46.409Z | uploading: /work/release/xde_link.so.sha256 (92 bytes) |
| 869 | 2026-07-26T04:27:47.417Z | uploaded: /work/release/xde_link.so.sha256 |
| 870 | 2026-07-26T04:27:47.417Z | uploading: /work/test/loopback (58848920 bytes) |
| 871 | 2026-07-26T04:27:48.740Z | uploaded: /work/test/loopback |
| 872 | 2026-07-26T04:27:48.743Z | uploading: /work/test/multicast_rx (59347616 bytes) |
| 873 | 2026-07-26T04:27:50.081Z | uploaded: /work/test/multicast_rx |
| 874 | 2026-07-26T04:27:50.084Z | uploading: /work/test/multicast_multi_sub (59989352 bytes) |
| 875 | 2026-07-26T04:27:51.443Z | uploaded: /work/test/multicast_multi_sub |
| 876 | 2026-07-26T04:27:51.446Z | uploading: /work/test/multicast_validation (59333096 bytes) |
| 877 | 2026-07-26T04:27:52.935Z | uploaded: /work/test/multicast_validation |
| 878 | 2026-07-26T04:27:52.938Z | uploading: /work/test/multicast_source_filter (59634808 bytes) |
| 879 | 2026-07-26T04:27:54.275Z | uploaded: /work/test/multicast_source_filter |
| 880 | 2026-07-26T04:27:54.278Z | uploading: /work/test/multicast_multi_nexthop (60225360 bytes) |
| 881 | 2026-07-26T04:27:55.694Z | uploaded: /work/test/multicast_multi_nexthop |
| 882 | 2026-07-26T04:27:55.697Z | uploading: /work/xde.conf (79 bytes) |
| 883 | 2026-07-26T04:27:56.703Z | uploaded: /work/xde.conf |