|
|
|
| 1 | 2026-05-03T03:33:53.121Z | job assigned to worker 01KQNYBC4KB1WTAJM706PH15VA [factory aws, i-0fb07db1434b72ab6] (queued for 48 s) |
| |
| 2 | 2026-05-03T03:33:59.492Z | starting task 0: "setup" |
| 3 | 2026-05-03T03:33:59.497Z | ++ uname -s |
| 4 | 2026-05-03T03:33:59.500Z | + kern=SunOS |
| 5 | 2026-05-03T03:33:59.500Z | + build_user=build |
| 6 | 2026-05-03T03:33:59.500Z | + build_uid=12345 |
| 7 | 2026-05-03T03:33:59.500Z | + work_dir=/work |
| 8 | 2026-05-03T03:33:59.500Z | + input_dir=/input |
| 9 | 2026-05-03T03:33:59.500Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-03T03:33:59.500Z | + case "$kern" in |
| 11 | 2026-05-03T03:33:59.500Z | + groupadd -g 12345 build |
| 12 | 2026-05-03T03:33:59.503Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-03T03:34:01.506Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-03T03:34:01.624Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-03T03:34:01.627Z | + home_fs=zfs |
| 16 | 2026-05-03T03:34:01.627Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-03T03:34:01.627Z | + mkdir -p /home/build |
| 18 | 2026-05-03T03:34:01.627Z | + chown build:build /home/build /work |
| 19 | 2026-05-03T03:34:03.629Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-03T03:34:03.631Z | process exited: duration 4137 ms, exit code 0 |
| |
| 21 | 2026-05-03T03:34:03.638Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-03T03:34:03.642Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.1 |
| 23 | 2026-05-03T03:34:03.642Z | * rust toolchain channel = "1.94.1" |
| 24 | 2026-05-03T03:34:03.642Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-05-03T03:34:03.642Z | * rust toolchain profile = "default" |
| 26 | 2026-05-03T03:34:03.642Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-03T03:34:03.642Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-03T03:34:03.644Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-03T03:34:03.644Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default |
| 30 | 2026-05-03T03:34:03.777Z | info: downloading installer |
| 31 | 2026-05-03T03:34:05.233Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-05-03T03:34:05.233Z | warn: /opt/ooce/bin |
| 33 | 2026-05-03T03:34:05.233Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-05-03T03:34:05.233Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-05-03T03:34:05.233Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-05-03T03:34:05.233Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-05-03T03:34:05.233Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-05-03T03:34:05.233Z | error: cannot install while Rust is installed |
| 39 | 2026-05-03T03:34:05.233Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-05-03T03:34:05.233Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-05-03T03:34:05.233Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-05-03T03:34:05.233Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-05-03T03:34:05.233Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-05-03T03:34:05.246Z | info: profile set to default |
| 45 | 2026-05-03T03:34:05.246Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-05-03T03:34:05.249Z | info: syncing channel updates for 1.94.1-x86_64-unknown-illumos |
| 47 | 2026-05-03T03:34:05.388Z | info: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25) |
| 48 | 2026-05-03T03:34:05.391Z | info: downloading 6 components |
| 49 | 2026-05-03T03:34:19.669Z | info: default toolchain set to 1.94.1-x86_64-unknown-illumos |
| 50 | 2026-05-03T03:34:19.669Z | |
| 51 | 2026-05-03T03:34:19.700Z | 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25) |
| 52 | 2026-05-03T03:34:19.700Z | |
| 53 | 2026-05-03T03:34:19.700Z | |
| 54 | 2026-05-03T03:34:19.701Z | Rust is installed now. Great! |
| 55 | 2026-05-03T03:34:19.701Z | |
| 56 | 2026-05-03T03:34:19.703Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-05-03T03:34:19.703Z | environment variable. This has not been done automatically. |
| 58 | 2026-05-03T03:34:19.703Z | |
| 59 | 2026-05-03T03:34:19.703Z | To configure your current shell, you need to source |
| 60 | 2026-05-03T03:34:19.703Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-05-03T03:34:19.703Z | |
| 62 | 2026-05-03T03:34:19.704Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-05-03T03:34:19.704Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-05-03T03:34:19.704Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-05-03T03:34:19.704Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-05-03T03:34:19.704Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-05-03T03:34:19.704Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-05-03T03:34:19.704Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-05-03T03:34:19.704Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-05-03T03:34:19.704Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-05-03T03:34:19.791Z | + rustup --version |
| 72 | 2026-05-03T03:34:19.800Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-05-03T03:34:19.803Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-05-03T03:34:19.822Z | info: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)` |
| 75 | 2026-05-03T03:34:19.825Z | + cargo --version |
| 76 | 2026-05-03T03:34:19.837Z | cargo 1.94.1 (29ea6fb6a 2026-03-24) |
| 77 | 2026-05-03T03:34:19.840Z | + rustc --version |
| 78 | 2026-05-03T03:34:19.859Z | rustc 1.94.1 (e408947bf 2026-03-25) |
| 79 | 2026-05-03T03:34:19.862Z | process exited: duration 16220 ms, exit code 0 |
| |
| 80 | 2026-05-03T03:34:19.867Z | starting task 2: "authentication" |
| 81 | 2026-05-03T03:34:19.884Z | process exited: duration 16 ms, exit code 0 |
| |
| 82 | 2026-05-03T03:34:19.889Z | starting task 3: "clone repository" |
| 83 | 2026-05-03T03:34:19.892Z | + mkdir -p /work/oxidecomputer/opte |
| 84 | 2026-05-03T03:34:19.895Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 85 | 2026-05-03T03:34:19.929Z | Cloning into '/work/oxidecomputer/opte'... |
| 86 | 2026-05-03T03:34:20.700Z | + cd /work/oxidecomputer/opte |
| 87 | 2026-05-03T03:34:20.700Z | + git fetch origin 8630f7d9ee498bc68c7aeaee1df250f921a14ea7 |
| 88 | 2026-05-03T03:34:20.946Z | From https://github.com/oxidecomputer/opte |
| 89 | 2026-05-03T03:34:20.946Z | * branch 8630f7d9ee498bc68c7aeaee1df250f921a14ea7 -> FETCH_HEAD |
| 90 | 2026-05-03T03:34:20.951Z | + [[ -n renovate/ctor-0.x ]] |
| 91 | 2026-05-03T03:34:20.954Z | ++ git branch --show-current |
| 92 | 2026-05-03T03:34:20.954Z | + current=master |
| 93 | 2026-05-03T03:34:20.954Z | + [[ master != renovate/ctor-0.x ]] |
| 94 | 2026-05-03T03:34:20.954Z | + git branch -f renovate/ctor-0.x 8630f7d9ee498bc68c7aeaee1df250f921a14ea7 |
| 95 | 2026-05-03T03:34:20.956Z | + git checkout -f renovate/ctor-0.x |
| 96 | 2026-05-03T03:34:20.973Z | Switched to branch 'renovate/ctor-0.x' |
| 97 | 2026-05-03T03:34:20.976Z | + git reset --hard 8630f7d9ee498bc68c7aeaee1df250f921a14ea7 |
| 98 | 2026-05-03T03:34:20.979Z | HEAD is now at 8630f7d Update Rust crate ctor to 0.13 |
| 99 | 2026-05-03T03:34:20.979Z | process exited: duration 1087 ms, exit code 0 |
| |
| 100 | 2026-05-03T03:34:20.984Z | starting task 4: "build" |
| 101 | 2026-05-03T03:34:20.987Z | + source .github/buildomat/common.sh |
| 102 | 2026-05-03T03:34:20.990Z | ++ rustup show active-toolchain |
| 103 | 2026-05-03T03:34:20.993Z | 1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 104 | 2026-05-03T03:34:20.996Z | ++ pushd xde |
| 105 | 2026-05-03T03:34:20.996Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 106 | 2026-05-03T03:34:20.996Z | ++ rustup show active-toolchain |
| 107 | 2026-05-03T03:34:20.998Z | info: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos |
| 108 | 2026-05-03T03:34:21.165Z | info: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31) |
| 109 | 2026-05-03T03:34:21.168Z | info: downloading 6 components |
| 110 | 2026-05-03T03:34:34.480Z | nightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 111 | 2026-05-03T03:34:34.554Z | +++ rustup show active-toolchain -v |
| 112 | 2026-05-03T03:34:34.557Z | +++ head -n 1 |
| 113 | 2026-05-03T03:34:34.557Z | +++ cut '-d ' -f1 |
| 114 | 2026-05-03T03:34:34.612Z | ++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 115 | 2026-05-03T03:34:34.612Z | ++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 116 | 2026-05-03T03:34:34.612Z | ++ popd |
| 117 | 2026-05-03T03:34:34.615Z | /work/oxidecomputer/opte |
| 118 | 2026-05-03T03:34:34.615Z | + TGT_BASE=/work |
| 119 | 2026-05-03T03:34:34.615Z | + DBG_SRC=target/x86_64-unknown-unknown/debug |
| 120 | 2026-05-03T03:34:34.615Z | + DBG_LINK_SRC=target/i686-unknown-illumos/debug |
| 121 | 2026-05-03T03:34:34.615Z | + DBG_TGT=/work/debug |
| 122 | 2026-05-03T03:34:34.615Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 123 | 2026-05-03T03:34:34.615Z | + REL_LINK_SRC=target/i686-unknown-illumos/release |
| 124 | 2026-05-03T03:34:34.615Z | + REL_TGT=/work/release |
| 125 | 2026-05-03T03:34:34.615Z | + mkdir -p /work/debug /work/release |
| 126 | 2026-05-03T03:34:34.615Z | + cargo --version |
| 127 | 2026-05-03T03:34:34.623Z | cargo 1.94.1 (29ea6fb6a 2026-03-24) |
| 128 | 2026-05-03T03:34:34.626Z | + rustc --version |
| 129 | 2026-05-03T03:34:34.646Z | rustc 1.94.1 (e408947bf 2026-03-25) |
| 130 | 2026-05-03T03:34:34.648Z | + install_pkg jq |
| 131 | 2026-05-03T03:34:34.648Z | + set +o errexit |
| 132 | 2026-05-03T03:34:34.648Z | + pfexec pkg install jq |
| 133 | 2026-05-03T03:34:43.313Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 134 | 2026-05-03T03:34:50.996Z | Startup: Caching catalogs ... Done |
| 135 | 2026-05-03T03:34:57.857Z | Planning: Solver setup ... Done |
| 136 | 2026-05-03T03:34:57.890Z | Planning: Running solver ... Done |
| 137 | 2026-05-03T03:34:58.019Z | Planning: Consolidating action changes ... Done |
| 138 | 2026-05-03T03:34:58.019Z | Planning: Evaluating mediators ... Done |
| 139 | 2026-05-03T03:34:58.022Z | Planning: Planning completed in 6.86 seconds |
| 140 | 2026-05-03T03:34:58.036Z | No updates necessary for this image. |
| 141 | 2026-05-03T03:34:59.335Z | + exit_code=4 |
| 142 | 2026-05-03T03:34:59.335Z | + [[ 4 -ne 0 ]] |
| 143 | 2026-05-03T03:34:59.335Z | + [[ 4 -ne 4 ]] |
| 144 | 2026-05-03T03:34:59.335Z | + set -o errexit |
| 145 | 2026-05-03T03:34:59.338Z | + pushd xde |
| 146 | 2026-05-03T03:34:59.338Z | + cp xde.conf /work/xde.conf |
| 147 | 2026-05-03T03:34:59.338Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 148 | 2026-05-03T03:34:59.339Z | + header 'check style' |
| 149 | 2026-05-03T03:34:59.339Z | + echo '# ==== check style ==== #' |
| 150 | 2026-05-03T03:34:59.339Z | # ==== check style ==== # |
| 151 | 2026-05-03T03:34:59.339Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check |
| 152 | 2026-05-03T03:34:59.568Z | |
| 153 | 2026-05-03T03:34:59.568Z | real 0.227084408 |
| 154 | 2026-05-03T03:34:59.568Z | user 0.152215986 |
| 155 | 2026-05-03T03:34:59.568Z | sys 0.065597833 |
| 156 | 2026-05-03T03:34:59.568Z | trap 0.000013766 |
| 157 | 2026-05-03T03:34:59.568Z | tflt 0.000050509 |
| 158 | 2026-05-03T03:34:59.568Z | dflt 0.000017996 |
| 159 | 2026-05-03T03:34:59.568Z | kflt 0.000000000 |
| 160 | 2026-05-03T03:34:59.568Z | lock 0.035379288 |
| 161 | 2026-05-03T03:34:59.568Z | slp 0.192449577 |
| 162 | 2026-05-03T03:34:59.568Z | lat 0.000864295 |
| 163 | 2026-05-03T03:34:59.568Z | stop 0.000104927 |
| 164 | 2026-05-03T03:34:59.571Z | + header analyze |
| 165 | 2026-05-03T03:34:59.571Z | + echo '# ==== analyze ==== #' |
| 166 | 2026-05-03T03:34:59.571Z | # ==== analyze ==== # |
| 167 | 2026-05-03T03:34:59.571Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 168 | 2026-05-03T03:34:59.762Z | Updating crates.io index |
| 169 | 2026-05-03T03:34:59.765Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 170 | 2026-05-03T03:35:00.745Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 171 | 2026-05-03T03:35:01.322Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 172 | 2026-05-03T03:35:01.680Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 173 | 2026-05-03T03:35:01.960Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 174 | 2026-05-03T03:35:02.314Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 175 | 2026-05-03T03:35:02.778Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 176 | 2026-05-03T03:35:04.784Z | Downloading crates ... |
| 177 | 2026-05-03T03:35:04.828Z | Downloaded hash32 v0.3.1 |
| 178 | 2026-05-03T03:35:04.830Z | Downloaded ref-cast-impl v1.0.25 |
| 179 | 2026-05-03T03:35:04.834Z | Downloaded darling_macro v0.21.3 |
| 180 | 2026-05-03T03:35:04.844Z | Downloaded itertools v0.14.0 |
| 181 | 2026-05-03T03:35:04.852Z | Downloaded embedded-io v0.4.0 |
| 182 | 2026-05-03T03:35:04.855Z | Downloaded dyn-clone v1.0.20 |
| 183 | 2026-05-03T03:35:04.859Z | Downloaded zerocopy-derive v0.8.48 |
| 184 | 2026-05-03T03:35:04.863Z | Downloaded darling_macro v0.23.0 |
| 185 | 2026-05-03T03:35:04.887Z | Downloaded managed v0.8.0 |
| 186 | 2026-05-03T03:35:04.890Z | Downloaded fnv v1.0.7 |
| 187 | 2026-05-03T03:35:04.890Z | Downloaded version_check v0.9.5 |
| 188 | 2026-05-03T03:35:04.896Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 189 | 2026-05-03T03:35:04.898Z | Downloaded macaddr v1.0.1 |
| 190 | 2026-05-03T03:35:04.898Z | Downloaded defmt v0.3.100 |
| 191 | 2026-05-03T03:35:04.898Z | Downloaded proc-macro-error2 v2.0.1 |
| 192 | 2026-05-03T03:35:04.901Z | Downloaded defmt-macros v1.0.1 |
| 193 | 2026-05-03T03:35:04.901Z | Downloaded defmt v1.0.1 |
| 194 | 2026-05-03T03:35:04.904Z | Downloaded stable_deref_trait v1.2.1 |
| 195 | 2026-05-03T03:35:04.904Z | Downloaded cobs v0.3.0 |
| 196 | 2026-05-03T03:35:04.906Z | Downloaded embedded-io v0.6.1 |
| 197 | 2026-05-03T03:35:04.909Z | Downloaded darling v0.23.0 |
| 198 | 2026-05-03T03:35:04.912Z | Downloaded quote v1.0.45 |
| 199 | 2026-05-03T03:35:04.914Z | Downloaded ingot v0.1.1 |
| 200 | 2026-05-03T03:35:04.914Z | Downloaded bitflags v2.11.1 |
| 201 | 2026-05-03T03:35:04.917Z | Downloaded ref-cast v1.0.25 |
| 202 | 2026-05-03T03:35:04.917Z | Downloaded strsim v0.11.1 |
| 203 | 2026-05-03T03:35:04.917Z | Downloaded defmt-parser v1.0.0 |
| 204 | 2026-05-03T03:35:04.920Z | Downloaded either v1.15.0 |
| 205 | 2026-05-03T03:35:04.920Z | Downloaded byteorder v1.5.0 |
| 206 | 2026-05-03T03:35:04.920Z | Downloaded ident_case v1.0.1 |
| 207 | 2026-05-03T03:35:04.920Z | Downloaded cfg-if v1.0.4 |
| 208 | 2026-05-03T03:35:04.924Z | Downloaded crc32fast v1.5.0 |
| 209 | 2026-05-03T03:35:04.927Z | Downloaded darling v0.21.3 |
| 210 | 2026-05-03T03:35:04.930Z | Downloaded bitflags v1.3.2 |
| 211 | 2026-05-03T03:35:04.936Z | Downloaded aho-corasick v1.1.4 |
| 212 | 2026-05-03T03:35:04.940Z | Downloaded postcard v1.1.3 |
| 213 | 2026-05-03T03:35:04.947Z | Downloaded ingot-types v0.1.2 |
| 214 | 2026-05-03T03:35:04.950Z | Downloaded uuid v1.23.1 |
| 215 | 2026-05-03T03:35:04.952Z | Downloaded thiserror-impl v2.0.18 |
| 216 | 2026-05-03T03:35:04.955Z | Downloaded ingot-macros v0.1.1 |
| 217 | 2026-05-03T03:35:04.955Z | Downloaded proc-macro2 v1.0.106 |
| 218 | 2026-05-03T03:35:04.959Z | Downloaded thiserror v2.0.18 |
| 219 | 2026-05-03T03:35:04.965Z | Downloaded darling_core v0.23.0 |
| 220 | 2026-05-03T03:35:04.970Z | Downloaded darling_core v0.21.3 |
| 221 | 2026-05-03T03:35:04.974Z | Downloaded unicode-ident v1.0.24 |
| 222 | 2026-05-03T03:35:04.979Z | Downloaded serde_derive v1.0.228 |
| 223 | 2026-05-03T03:35:04.981Z | Downloaded serde_core v1.0.228 |
| 224 | 2026-05-03T03:35:04.984Z | Downloaded serde v1.0.228 |
| 225 | 2026-05-03T03:35:04.988Z | Downloaded regex v1.12.3 |
| 226 | 2026-05-03T03:35:04.991Z | Downloaded heapless v0.8.0 |
| 227 | 2026-05-03T03:35:04.995Z | Downloaded memchr v2.8.0 |
| 228 | 2026-05-03T03:35:05.066Z | Downloaded zerocopy v0.8.48 |
| 229 | 2026-05-03T03:35:05.075Z | Downloaded syn v2.0.117 |
| 230 | 2026-05-03T03:35:05.081Z | Downloaded smoltcp v0.11.0 |
| 231 | 2026-05-03T03:35:05.087Z | Downloaded regex-syntax v0.8.10 |
| 232 | 2026-05-03T03:35:05.098Z | Downloaded regex-automata v0.4.14 |
| 233 | 2026-05-03T03:35:05.110Z | Updating crates.io index |
| 234 | 2026-05-03T03:35:05.197Z | Downloading crates ... |
| 235 | 2026-05-03T03:35:05.247Z | Downloaded addr2line v0.25.1 |
| 236 | 2026-05-03T03:35:05.250Z | Downloaded getopts v0.2.24 |
| 237 | 2026-05-03T03:35:05.250Z | Downloaded adler2 v2.0.1 |
| 238 | 2026-05-03T03:35:05.262Z | Downloaded rustc-literal-escaper v0.0.7 |
| 239 | 2026-05-03T03:35:05.267Z | Downloaded rustc-demangle v0.1.27 |
| 240 | 2026-05-03T03:35:05.269Z | Downloaded foldhash v0.2.0 |
| 241 | 2026-05-03T03:35:05.284Z | Downloaded miniz_oxide v0.8.9 |
| 242 | 2026-05-03T03:35:05.295Z | Downloaded memchr v2.7.6 |
| 243 | 2026-05-03T03:35:05.302Z | Downloaded hashbrown v0.16.1 |
| 244 | 2026-05-03T03:35:05.335Z | Downloaded gimli v0.32.3 |
| 245 | 2026-05-03T03:35:05.340Z | Downloaded object v0.37.3 |
| 246 | 2026-05-03T03:35:05.366Z | Downloaded libc v0.2.183 |
| 247 | 2026-05-03T03:35:05.424Z | 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) |
| 248 | 2026-05-03T03:35:05.424Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 249 | 2026-05-03T03:35:05.427Z | Compiling proc-macro2 v1.0.106 |
| 250 | 2026-05-03T03:35:05.427Z | Compiling unicode-ident v1.0.24 |
| 251 | 2026-05-03T03:35:05.427Z | Compiling quote v1.0.45 |
| 252 | 2026-05-03T03:35:05.427Z | Compiling strsim v0.11.1 |
| 253 | 2026-05-03T03:35:05.428Z | Compiling ident_case v1.0.1 |
| 254 | 2026-05-03T03:35:05.428Z | Compiling serde_core v1.0.228 |
| 255 | 2026-05-03T03:35:05.629Z | Compiling fnv v1.0.7 |
| 256 | 2026-05-03T03:35:05.636Z | Compiling memchr v2.8.0 |
| 257 | 2026-05-03T03:35:05.717Z | Compiling regex-syntax v0.8.10 |
| 258 | 2026-05-03T03:35:05.893Z | Compiling zerocopy v0.8.48 |
| 259 | 2026-05-03T03:35:05.925Z | Compiling serde v1.0.228 |
| 260 | 2026-05-03T03:35:05.953Z | Compiling thiserror v2.0.18 |
| 261 | 2026-05-03T03:35:06.016Z | Compiling either v1.15.0 |
| 262 | 2026-05-03T03:35:06.210Z | Compiling aho-corasick v1.1.4 |
| 263 | 2026-05-03T03:35:06.308Z | Compiling itertools v0.14.0 |
| 264 | 2026-05-03T03:35:06.350Z | Compiling heapless v0.8.0 |
| 265 | 2026-05-03T03:35:06.567Z | Compiling syn v2.0.117 |
| 266 | 2026-05-03T03:35:06.654Z | Compiling smoltcp v0.11.0 |
| 267 | 2026-05-03T03:35:06.758Z | Compiling crc32fast v1.5.0 |
| 268 | 2026-05-03T03:35:06.822Z | Compiling ref-cast v1.0.25 |
| 269 | 2026-05-03T03:35:07.083Z | Compiling version_check v0.9.5 |
| 270 | 2026-05-03T03:35:07.139Z | Compiling regex-automata v0.4.14 |
| 271 | 2026-05-03T03:35:07.424Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 272 | 2026-05-03T03:35:08.752Z | Compiling regex v1.12.3 |
| 273 | 2026-05-03T03:35:08.894Z | Compiling darling_core v0.21.3 |
| 274 | 2026-05-03T03:35:08.910Z | Compiling darling_core v0.23.0 |
| 275 | 2026-05-03T03:35:09.904Z | Compiling serde_derive v1.0.228 |
| 276 | 2026-05-03T03:35:09.904Z | Compiling zerocopy-derive v0.8.48 |
| 277 | 2026-05-03T03:35:09.904Z | Compiling thiserror-impl v2.0.18 |
| 278 | 2026-05-03T03:35:09.904Z | Compiling ref-cast-impl v1.0.25 |
| 279 | 2026-05-03T03:35:09.907Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 280 | 2026-05-03T03:35:11.522Z | Compiling darling_macro v0.21.3 |
| 281 | 2026-05-03T03:35:11.535Z | Compiling darling_macro v0.23.0 |
| 282 | 2026-05-03T03:35:12.455Z | Compiling darling v0.21.3 |
| 283 | 2026-05-03T03:35:12.479Z | Compiling darling v0.23.0 |
| 284 | 2026-05-03T03:35:12.518Z | Compiling ingot-macros v0.1.1 |
| 285 | 2026-05-03T03:35:12.543Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 286 | 2026-05-03T03:35:16.875Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 287 | 2026-05-03T03:35:18.974Z | Checking byteorder v1.5.0 |
| 288 | 2026-05-03T03:35:18.974Z | Checking macaddr v1.0.1 |
| 289 | 2026-05-03T03:35:18.976Z | Checking stable_deref_trait v1.2.1 |
| 290 | 2026-05-03T03:35:18.976Z | Checking cfg-if v1.0.4 |
| 291 | 2026-05-03T03:35:18.977Z | Checking bitflags v1.3.2 |
| 292 | 2026-05-03T03:35:19.036Z | Checking managed v0.8.0 |
| 293 | 2026-05-03T03:35:19.055Z | Checking cobs v0.3.0 |
| 294 | 2026-05-03T03:35:19.118Z | Checking dyn-clone v1.0.20 |
| 295 | 2026-05-03T03:35:19.134Z | Checking hash32 v0.3.1 |
| 296 | 2026-05-03T03:35:19.206Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 297 | 2026-05-03T03:35:20.366Z | Checking bitflags v2.11.1 |
| 298 | 2026-05-03T03:35:20.366Z | Checking uuid v1.23.1 |
| 299 | 2026-05-03T03:35:20.504Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 300 | 2026-05-03T03:35:20.720Z | Checking postcard v1.1.3 |
| 301 | 2026-05-03T03:35:21.558Z | Checking ingot-types v0.1.2 |
| 302 | 2026-05-03T03:35:21.824Z | Checking ingot v0.1.1 |
| 303 | 2026-05-03T03:35:23.127Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 304 | 2026-05-03T03:35:27.285Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 305 | 2026-05-03T03:35:28.868Z | Checking xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 306 | 2026-05-03T03:35:31.184Z | Finished `dev` profile [optimized + debuginfo] target(s) in 31.55s |
| 307 | 2026-05-03T03:35:31.294Z | |
| 308 | 2026-05-03T03:35:31.294Z | real 31.714677409 |
| 309 | 2026-05-03T03:35:31.294Z | user 1:14.692447124 |
| 310 | 2026-05-03T03:35:31.294Z | sys 10.507097456 |
| 311 | 2026-05-03T03:35:31.294Z | trap 0.025839412 |
| 312 | 2026-05-03T03:35:31.294Z | tflt 0.043966930 |
| 313 | 2026-05-03T03:35:31.294Z | dflt 0.200828270 |
| 314 | 2026-05-03T03:35:31.294Z | kflt 0.001657678 |
| 315 | 2026-05-03T03:35:31.294Z | lock 3:48.723049055 |
| 316 | 2026-05-03T03:35:31.294Z | slp 3:29.338912391 |
| 317 | 2026-05-03T03:35:31.294Z | lat 2.324319715 |
| 318 | 2026-05-03T03:35:31.294Z | stop 6.142162599 |
| 319 | 2026-05-03T03:35:31.298Z | + pushd xde-link |
| 320 | 2026-05-03T03:35:31.298Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 321 | 2026-05-03T03:35:31.298Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 322 | 2026-05-03T03:35:31.479Z | 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) |
| 323 | 2026-05-03T03:35:31.479Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 324 | 2026-05-03T03:35:31.479Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 325 | 2026-05-03T03:35:41.847Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 326 | 2026-05-03T03:35:43.993Z | Finished `dev` profile [optimized + debuginfo] target(s) in 12.63s |
| 327 | 2026-05-03T03:35:44.013Z | |
| 328 | 2026-05-03T03:35:44.016Z | real 12.711811667 |
| 329 | 2026-05-03T03:35:44.017Z | user 20.288528068 |
| 330 | 2026-05-03T03:35:44.017Z | sys 1.223797790 |
| 331 | 2026-05-03T03:35:44.017Z | trap 0.003128426 |
| 332 | 2026-05-03T03:35:44.017Z | tflt 0.002488451 |
| 333 | 2026-05-03T03:35:44.017Z | dflt 0.042029036 |
| 334 | 2026-05-03T03:35:44.017Z | kflt 0.000000000 |
| 335 | 2026-05-03T03:35:44.017Z | lock 1:08.651656413 |
| 336 | 2026-05-03T03:35:44.017Z | slp 42.438723076 |
| 337 | 2026-05-03T03:35:44.017Z | lat 0.143228200 |
| 338 | 2026-05-03T03:35:44.017Z | stop 0.131909068 |
| 339 | 2026-05-03T03:35:44.017Z | + popd |
| 340 | 2026-05-03T03:35:44.017Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 341 | 2026-05-03T03:35:44.017Z | + popd |
| 342 | 2026-05-03T03:35:44.017Z | /work/oxidecomputer/opte |
| 343 | 2026-05-03T03:35:44.017Z | + header 'build xde (debug)' |
| 344 | 2026-05-03T03:35:44.017Z | # ==== build xde (debug) ==== # |
| 345 | 2026-05-03T03:35:44.017Z | + echo '# ==== build xde (debug) ==== #' |
| 346 | 2026-05-03T03:35:44.017Z | + ptime -m cargo xtask build --profile debug xde xde-link |
| 347 | 2026-05-03T03:35:44.163Z | Downloading crates ... |
| 348 | 2026-05-03T03:35:44.220Z | Downloaded anstyle-parse v1.0.0 |
| 349 | 2026-05-03T03:35:44.224Z | Downloaded clap_lex v1.1.0 |
| 350 | 2026-05-03T03:35:44.228Z | Downloaded equivalent v1.0.2 |
| 351 | 2026-05-03T03:35:44.231Z | Downloaded clap_derive v4.6.1 |
| 352 | 2026-05-03T03:35:44.231Z | Downloaded colorchoice v1.0.5 |
| 353 | 2026-05-03T03:35:44.231Z | Downloaded anstream v1.0.0 |
| 354 | 2026-05-03T03:35:44.237Z | Downloaded serde_spanned v1.1.1 |
| 355 | 2026-05-03T03:35:44.240Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 356 | 2026-05-03T03:35:44.240Z | Downloaded errno v0.3.14 |
| 357 | 2026-05-03T03:35:44.240Z | Downloaded heck v0.5.0 |
| 358 | 2026-05-03T03:35:44.244Z | Downloaded cargo-platform v0.3.3 |
| 359 | 2026-05-03T03:35:44.247Z | Downloaded semver v1.0.28 |
| 360 | 2026-05-03T03:35:44.247Z | Downloaded anyhow v1.0.102 |
| 361 | 2026-05-03T03:35:44.250Z | Downloaded terminal_size v0.4.4 |
| 362 | 2026-05-03T03:35:44.253Z | Downloaded utf8parse v0.2.2 |
| 363 | 2026-05-03T03:35:44.253Z | Downloaded is_terminal_polyfill v1.70.2 |
| 364 | 2026-05-03T03:35:44.256Z | Downloaded anstyle-query v1.1.5 |
| 365 | 2026-05-03T03:35:44.259Z | Downloaded itoa v1.0.18 |
| 366 | 2026-05-03T03:35:44.268Z | Downloaded cargo_metadata v0.23.1 |
| 367 | 2026-05-03T03:35:44.271Z | Downloaded anstyle v1.0.14 |
| 368 | 2026-05-03T03:35:44.275Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 369 | 2026-05-03T03:35:44.278Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 370 | 2026-05-03T03:35:44.281Z | Downloaded camino v1.2.2 |
| 371 | 2026-05-03T03:35:44.281Z | Downloaded clap v4.6.1 |
| 372 | 2026-05-03T03:35:44.285Z | Downloaded zmij v1.0.21 |
| 373 | 2026-05-03T03:35:44.292Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 374 | 2026-05-03T03:35:44.295Z | Downloaded indexmap v2.14.0 |
| 375 | 2026-05-03T03:35:44.340Z | Downloaded winnow v1.0.2 |
| 376 | 2026-05-03T03:35:44.345Z | Downloaded hashbrown v0.17.0 |
| 377 | 2026-05-03T03:35:44.349Z | Downloaded clap_builder v4.6.0 |
| 378 | 2026-05-03T03:35:44.352Z | Downloaded serde_json v1.0.149 |
| 379 | 2026-05-03T03:35:44.380Z | Downloaded rustix v1.1.4 |
| 380 | 2026-05-03T03:35:44.400Z | Downloaded libc v0.2.186 |
| 381 | 2026-05-03T03:35:44.446Z | Compiling proc-macro2 v1.0.106 |
| 382 | 2026-05-03T03:35:44.449Z | Compiling serde_core v1.0.228 |
| 383 | 2026-05-03T03:35:44.449Z | Compiling unicode-ident v1.0.24 |
| 384 | 2026-05-03T03:35:44.449Z | Compiling quote v1.0.45 |
| 385 | 2026-05-03T03:35:44.449Z | Compiling libc v0.2.186 |
| 386 | 2026-05-03T03:35:44.449Z | Compiling rustix v1.1.4 |
| 387 | 2026-05-03T03:35:44.449Z | Compiling bitflags v2.11.1 |
| 388 | 2026-05-03T03:35:44.449Z | Compiling utf8parse v0.2.2 |
| 389 | 2026-05-03T03:35:44.594Z | Compiling zmij v1.0.21 |
| 390 | 2026-05-03T03:35:44.610Z | Compiling anstyle-parse v1.0.0 |
| 391 | 2026-05-03T03:35:44.814Z | Compiling colorchoice v1.0.5 |
| 392 | 2026-05-03T03:35:44.831Z | Compiling anstyle v1.0.14 |
| 393 | 2026-05-03T03:35:44.908Z | Compiling anstyle-query v1.1.5 |
| 394 | 2026-05-03T03:35:44.917Z | Compiling is_terminal_polyfill v1.70.2 |
| 395 | 2026-05-03T03:35:44.938Z | Compiling serde_json v1.0.149 |
| 396 | 2026-05-03T03:35:44.993Z | Compiling serde v1.0.228 |
| 397 | 2026-05-03T03:35:45.002Z | Compiling camino v1.2.2 |
| 398 | 2026-05-03T03:35:45.005Z | Compiling thiserror v2.0.18 |
| 399 | 2026-05-03T03:35:45.099Z | Compiling anstream v1.0.0 |
| 400 | 2026-05-03T03:35:45.153Z | Compiling errno v0.3.14 |
| 401 | 2026-05-03T03:35:45.335Z | Compiling memchr v2.8.0 |
| 402 | 2026-05-03T03:35:45.347Z | Compiling winnow v1.0.2 |
| 403 | 2026-05-03T03:35:45.607Z | Compiling itoa v1.0.18 |
| 404 | 2026-05-03T03:35:45.607Z | Compiling strsim v0.11.1 |
| 405 | 2026-05-03T03:35:45.630Z | Compiling heck v0.5.0 |
| 406 | 2026-05-03T03:35:45.742Z | Compiling syn v2.0.117 |
| 407 | 2026-05-03T03:35:45.750Z | Compiling terminal_size v0.4.4 |
| 408 | 2026-05-03T03:35:45.823Z | Compiling anyhow v1.0.102 |
| 409 | 2026-05-03T03:35:45.862Z | Compiling clap_lex v1.1.0 |
| 410 | 2026-05-03T03:35:45.895Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 411 | 2026-05-03T03:35:46.256Z | Compiling clap_builder v4.6.0 |
| 412 | 2026-05-03T03:35:46.343Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 413 | 2026-05-03T03:35:46.539Z | Compiling serde_spanned v1.1.1 |
| 414 | 2026-05-03T03:35:46.691Z | Compiling cargo-platform v0.3.3 |
| 415 | 2026-05-03T03:35:46.919Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 416 | 2026-05-03T03:35:47.285Z | Compiling semver v1.0.28 |
| 417 | 2026-05-03T03:35:47.301Z | Compiling toml v1.1.2+spec-1.1.0 |
| 418 | 2026-05-03T03:35:48.115Z | Compiling thiserror-impl v2.0.18 |
| 419 | 2026-05-03T03:35:48.142Z | Compiling serde_derive v1.0.228 |
| 420 | 2026-05-03T03:35:48.194Z | Compiling clap_derive v4.6.1 |
| 421 | 2026-05-03T03:35:49.653Z | Compiling clap v4.6.1 |
| 422 | 2026-05-03T03:35:51.242Z | Compiling cargo_metadata v0.23.1 |
| 423 | 2026-05-03T03:35:53.725Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 424 | 2026-05-03T03:35:55.285Z | Finished `dev` profile [optimized + debuginfo] target(s) in 11.26s |
| 425 | 2026-05-03T03:35:55.298Z | Running `target/debug/xtask build --profile debug xde xde-link` |
| 426 | 2026-05-03T03:35:56.707Z | Building xde (dev). |
| 427 | 2026-05-03T03:35:56.937Z | Compiling serde_core v1.0.228 |
| 428 | 2026-05-03T03:35:56.937Z | Compiling byteorder v1.5.0 |
| 429 | 2026-05-03T03:35:56.940Z | Compiling cfg-if v1.0.4 |
| 430 | 2026-05-03T03:35:56.940Z | Compiling stable_deref_trait v1.2.1 |
| 431 | 2026-05-03T03:35:56.940Z | Compiling macaddr v1.0.1 |
| 432 | 2026-05-03T03:35:56.958Z | Compiling thiserror v2.0.18 |
| 433 | 2026-05-03T03:35:56.965Z | Compiling zerocopy v0.8.48 |
| 434 | 2026-05-03T03:35:56.969Z | Compiling managed v0.8.0 |
| 435 | 2026-05-03T03:35:57.013Z | Compiling bitflags v1.3.2 |
| 436 | 2026-05-03T03:35:57.017Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 437 | 2026-05-03T03:35:57.053Z | Compiling cobs v0.3.0 |
| 438 | 2026-05-03T03:35:57.074Z | Compiling either v1.15.0 |
| 439 | 2026-05-03T03:35:57.129Z | Compiling hash32 v0.3.1 |
| 440 | 2026-05-03T03:35:57.187Z | Compiling ref-cast v1.0.25 |
| 441 | 2026-05-03T03:35:57.207Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 442 | 2026-05-03T03:35:57.243Z | Compiling heapless v0.8.0 |
| 443 | 2026-05-03T03:35:57.275Z | Compiling itertools v0.14.0 |
| 444 | 2026-05-03T03:35:57.275Z | Compiling crc32fast v1.5.0 |
| 445 | 2026-05-03T03:35:57.293Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 446 | 2026-05-03T03:35:57.326Z | Compiling dyn-clone v1.0.20 |
| 447 | 2026-05-03T03:35:57.466Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 448 | 2026-05-03T03:35:57.605Z | Compiling smoltcp v0.11.0 |
| 449 | 2026-05-03T03:35:58.591Z | Compiling serde v1.0.228 |
| 450 | 2026-05-03T03:35:58.591Z | Compiling bitflags v2.11.1 |
| 451 | 2026-05-03T03:35:58.591Z | Compiling uuid v1.23.1 |
| 452 | 2026-05-03T03:35:58.727Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 453 | 2026-05-03T03:35:59.017Z | Compiling postcard v1.1.3 |
| 454 | 2026-05-03T03:35:59.833Z | Compiling ingot-types v0.1.2 |
| 455 | 2026-05-03T03:36:00.118Z | Compiling ingot v0.1.1 |
| 456 | 2026-05-03T03:36:01.503Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 457 | 2026-05-03T03:36:05.722Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 458 | 2026-05-03T03:36:16.041Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 459 | 2026-05-03T03:36:24.250Z | Finished `dev` profile [optimized + debuginfo] target(s) in 27.51s |
| 460 | 2026-05-03T03:36:24.275Z | Linking xde kmod... |
| 461 | 2026-05-03T03:36:25.415Z | Building xde dev link helper (dev). |
| 462 | 2026-05-03T03:36:25.572Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 463 | 2026-05-03T03:36:25.906Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.46s |
| 464 | 2026-05-03T03:36:25.929Z | |
| 465 | 2026-05-03T03:36:25.932Z | real 41.904218348 |
| 466 | 2026-05-03T03:36:25.932Z | user 2:15.600063257 |
| 467 | 2026-05-03T03:36:25.932Z | sys 10.986620727 |
| 468 | 2026-05-03T03:36:25.932Z | trap 0.061263322 |
| 469 | 2026-05-03T03:36:25.932Z | tflt 0.407321924 |
| 470 | 2026-05-03T03:36:25.932Z | dflt 0.374601669 |
| 471 | 2026-05-03T03:36:25.932Z | kflt 0.000014355 |
| 472 | 2026-05-03T03:36:25.932Z | lock 6:26.880322184 |
| 473 | 2026-05-03T03:36:25.932Z | slp 3:52.005113527 |
| 474 | 2026-05-03T03:36:25.932Z | lat 5.247361233 |
| 475 | 2026-05-03T03:36:25.932Z | stop 4.396937646 |
| 476 | 2026-05-03T03:36:25.932Z | + header 'build xde (release)' |
| 477 | 2026-05-03T03:36:25.932Z | + echo '# ==== build xde (release) ==== #' |
| 478 | 2026-05-03T03:36:25.932Z | # ==== build xde (release) ==== # |
| 479 | 2026-05-03T03:36:25.932Z | + ptime -m cargo xtask build --profile release xde xde-link |
| 480 | 2026-05-03T03:36:26.067Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s |
| 481 | 2026-05-03T03:36:26.070Z | Running `target/debug/xtask build --profile release xde xde-link` |
| 482 | 2026-05-03T03:36:26.263Z | Building xde (release-lto). |
| 483 | 2026-05-03T03:36:26.489Z | 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) |
| 484 | 2026-05-03T03:36:26.489Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 485 | 2026-05-03T03:36:26.490Z | Compiling proc-macro2 v1.0.106 |
| 486 | 2026-05-03T03:36:26.490Z | Compiling quote v1.0.45 |
| 487 | 2026-05-03T03:36:26.493Z | Compiling unicode-ident v1.0.24 |
| 488 | 2026-05-03T03:36:26.493Z | Compiling ident_case v1.0.1 |
| 489 | 2026-05-03T03:36:26.493Z | Compiling strsim v0.11.1 |
| 490 | 2026-05-03T03:36:26.493Z | Compiling serde_core v1.0.228 |
| 491 | 2026-05-03T03:36:26.608Z | Compiling memchr v2.8.0 |
| 492 | 2026-05-03T03:36:26.611Z | Compiling fnv v1.0.7 |
| 493 | 2026-05-03T03:36:26.689Z | Compiling regex-syntax v0.8.10 |
| 494 | 2026-05-03T03:36:26.852Z | Compiling zerocopy v0.8.48 |
| 495 | 2026-05-03T03:36:26.868Z | Compiling either v1.15.0 |
| 496 | 2026-05-03T03:36:26.868Z | Compiling thiserror v2.0.18 |
| 497 | 2026-05-03T03:36:27.007Z | Compiling aho-corasick v1.1.4 |
| 498 | 2026-05-03T03:36:27.056Z | Compiling serde v1.0.228 |
| 499 | 2026-05-03T03:36:27.253Z | Compiling itertools v0.14.0 |
| 500 | 2026-05-03T03:36:27.452Z | Compiling heapless v0.8.0 |
| 501 | 2026-05-03T03:36:27.455Z | Compiling smoltcp v0.11.0 |
| 502 | 2026-05-03T03:36:27.599Z | Compiling syn v2.0.117 |
| 503 | 2026-05-03T03:36:27.672Z | Compiling version_check v0.9.5 |
| 504 | 2026-05-03T03:36:27.870Z | Compiling ref-cast v1.0.25 |
| 505 | 2026-05-03T03:36:27.914Z | Compiling crc32fast v1.5.0 |
| 506 | 2026-05-03T03:36:28.076Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 507 | 2026-05-03T03:36:28.257Z | Compiling regex-automata v0.4.14 |
| 508 | 2026-05-03T03:36:29.785Z | Compiling regex v1.12.3 |
| 509 | 2026-05-03T03:36:29.916Z | Compiling darling_core v0.21.3 |
| 510 | 2026-05-03T03:36:29.927Z | Compiling darling_core v0.23.0 |
| 511 | 2026-05-03T03:36:30.863Z | Compiling serde_derive v1.0.228 |
| 512 | 2026-05-03T03:36:30.863Z | Compiling thiserror-impl v2.0.18 |
| 513 | 2026-05-03T03:36:30.863Z | Compiling zerocopy-derive v0.8.48 |
| 514 | 2026-05-03T03:36:30.866Z | Compiling ref-cast-impl v1.0.25 |
| 515 | 2026-05-03T03:36:30.866Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 516 | 2026-05-03T03:36:32.344Z | Compiling darling_macro v0.21.3 |
| 517 | 2026-05-03T03:36:32.536Z | Compiling darling_macro v0.23.0 |
| 518 | 2026-05-03T03:36:33.267Z | Compiling darling v0.21.3 |
| 519 | 2026-05-03T03:36:33.330Z | Compiling ingot-macros v0.1.1 |
| 520 | 2026-05-03T03:36:33.455Z | Compiling darling v0.23.0 |
| 521 | 2026-05-03T03:36:33.517Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 522 | 2026-05-03T03:36:38.488Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 523 | 2026-05-03T03:36:40.547Z | Compiling byteorder v1.5.0 |
| 524 | 2026-05-03T03:36:40.547Z | Compiling cfg-if v1.0.4 |
| 525 | 2026-05-03T03:36:40.547Z | Compiling macaddr v1.0.1 |
| 526 | 2026-05-03T03:36:40.550Z | Compiling stable_deref_trait v1.2.1 |
| 527 | 2026-05-03T03:36:40.606Z | Compiling bitflags v1.3.2 |
| 528 | 2026-05-03T03:36:40.615Z | Compiling cobs v0.3.0 |
| 529 | 2026-05-03T03:36:40.643Z | Compiling managed v0.8.0 |
| 530 | 2026-05-03T03:36:40.733Z | Compiling hash32 v0.3.1 |
| 531 | 2026-05-03T03:36:40.806Z | Compiling dyn-clone v1.0.20 |
| 532 | 2026-05-03T03:36:40.901Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 533 | 2026-05-03T03:36:42.139Z | Compiling bitflags v2.11.1 |
| 534 | 2026-05-03T03:36:42.139Z | Compiling uuid v1.23.1 |
| 535 | 2026-05-03T03:36:42.276Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 536 | 2026-05-03T03:36:42.571Z | Compiling postcard v1.1.3 |
| 537 | 2026-05-03T03:36:43.405Z | Compiling ingot-types v0.1.2 |
| 538 | 2026-05-03T03:36:43.719Z | Compiling ingot v0.1.1 |
| 539 | 2026-05-03T03:36:45.203Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 540 | 2026-05-03T03:36:48.900Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 541 | 2026-05-03T03:36:57.642Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 542 | 2026-05-03T03:37:25.666Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 59.36s |
| 543 | 2026-05-03T03:37:25.690Z | Linking xde kmod... |
| 544 | 2026-05-03T03:37:26.245Z | Building xde dev link helper (release). |
| 545 | 2026-05-03T03:37:26.402Z | 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) |
| 546 | 2026-05-03T03:37:26.402Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 547 | 2026-05-03T03:37:26.402Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 548 | 2026-05-03T03:37:37.323Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 549 | 2026-05-03T03:37:39.689Z | Finished `release` profile [optimized + debuginfo] target(s) in 13.41s |
| 550 | 2026-05-03T03:37:39.709Z | |
| 551 | 2026-05-03T03:37:39.712Z | real 1:13.762835016 |
| 552 | 2026-05-03T03:37:39.712Z | user 2:06.375380733 |
| 553 | 2026-05-03T03:37:39.712Z | sys 12.304537013 |
| 554 | 2026-05-03T03:37:39.712Z | trap 0.032263640 |
| 555 | 2026-05-03T03:37:39.712Z | tflt 0.144322277 |
| 556 | 2026-05-03T03:37:39.712Z | dflt 0.243069254 |
| 557 | 2026-05-03T03:37:39.712Z | kflt 0.000032383 |
| 558 | 2026-05-03T03:37:39.712Z | lock 10:34.924417844 |
| 559 | 2026-05-03T03:37:39.712Z | slp 6:01.386878147 |
| 560 | 2026-05-03T03:37:39.712Z | lat 2.598732306 |
| 561 | 2026-05-03T03:37:39.712Z | stop 4.823510720 |
| 562 | 2026-05-03T03:37:39.712Z | + elfdump target/x86_64-unknown-unknown/debug/xde.dbg |
| 563 | 2026-05-03T03:37:39.712Z | + grep GOTPCREL |
| 564 | 2026-05-03T03:37:41.445Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 565 | 2026-05-03T03:37:41.448Z | + grep GOTPCREL |
| 566 | 2026-05-03T03:37:42.337Z | + cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/ |
| 567 | 2026-05-03T03:37:42.390Z | + sha256sum /work/debug/xde.dbg |
| 568 | 2026-05-03T03:37:42.441Z | + cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so |
| 569 | 2026-05-03T03:37:42.444Z | + sha256sum /work/debug/xde_link.dbg.so |
| 570 | 2026-05-03T03:37:42.447Z | + cp target/x86_64-unknown-unknown/release-lto/xde /work/release/ |
| 571 | 2026-05-03T03:37:42.482Z | + sha256sum /work/release/xde |
| 572 | 2026-05-03T03:37:42.510Z | + cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so |
| 573 | 2026-05-03T03:37:42.512Z | + sha256sum /work/release/xde_link.so |
| 574 | 2026-05-03T03:37:42.515Z | + header 'build xde integration tests' |
| 575 | 2026-05-03T03:37:42.515Z | + echo '# ==== build xde integration tests ==== #' |
| 576 | 2026-05-03T03:37:42.515Z | + pushd xde-tests |
| 577 | 2026-05-03T03:37:42.515Z | # ==== build xde integration tests ==== # |
| 578 | 2026-05-03T03:37:42.515Z | /work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte |
| 579 | 2026-05-03T03:37:42.515Z | + cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check |
| 580 | 2026-05-03T03:37:42.596Z | + cargo clippy --all-targets -- --deny warnings |
| 581 | 2026-05-03T03:37:42.808Z | Compiling serde_core v1.0.228 |
| 582 | 2026-05-03T03:37:42.808Z | Checking cfg-if v1.0.4 |
| 583 | 2026-05-03T03:37:42.808Z | Checking memchr v2.8.0 |
| 584 | 2026-05-03T03:37:42.811Z | Compiling serde v1.0.228 |
| 585 | 2026-05-03T03:37:42.811Z | Compiling rustversion v1.0.22 |
| 586 | 2026-05-03T03:37:42.833Z | Compiling ident_case v1.0.1 |
| 587 | 2026-05-03T03:37:42.836Z | Compiling version_check v0.9.5 |
| 588 | 2026-05-03T03:37:42.839Z | Compiling syn v2.0.117 |
| 589 | 2026-05-03T03:37:42.876Z | Compiling strsim v0.11.1 |
| 590 | 2026-05-03T03:37:42.932Z | Compiling libc v0.2.186 |
| 591 | 2026-05-03T03:37:43.180Z | Compiling fnv v1.0.7 |
| 592 | 2026-05-03T03:37:43.187Z | Compiling syn v1.0.109 |
| 593 | 2026-05-03T03:37:43.197Z | Checking pin-project-lite v0.2.17 |
| 594 | 2026-05-03T03:37:43.258Z | Compiling regex-syntax v0.8.10 |
| 595 | 2026-05-03T03:37:43.271Z | Compiling either v1.15.0 |
| 596 | 2026-05-03T03:37:43.462Z | Compiling zerocopy v0.8.48 |
| 597 | 2026-05-03T03:37:43.523Z | Compiling aho-corasick v1.1.4 |
| 598 | 2026-05-03T03:37:43.650Z | Compiling hashbrown v0.17.0 |
| 599 | 2026-05-03T03:37:43.698Z | Compiling equivalent v1.0.2 |
| 600 | 2026-05-03T03:37:43.746Z | Compiling winnow v1.0.2 |
| 601 | 2026-05-03T03:37:43.864Z | Compiling itertools v0.14.0 |
| 602 | 2026-05-03T03:37:44.170Z | Compiling indexmap v2.14.0 |
| 603 | 2026-05-03T03:37:44.644Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 604 | 2026-05-03T03:37:44.744Z | Compiling regex-automata v0.4.14 |
| 605 | 2026-05-03T03:37:44.764Z | Compiling heapless v0.8.0 |
| 606 | 2026-05-03T03:37:44.921Z | Checking byteorder v1.5.0 |
| 607 | 2026-05-03T03:37:45.047Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 608 | 2026-05-03T03:37:45.071Z | Checking hash32 v0.3.1 |
| 609 | 2026-05-03T03:37:45.191Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 610 | 2026-05-03T03:37:45.231Z | Checking bitflags v2.11.1 |
| 611 | 2026-05-03T03:37:45.257Z | Compiling slog v2.8.2 |
| 612 | 2026-05-03T03:37:45.281Z | Checking futures-sink v0.3.32 |
| 613 | 2026-05-03T03:37:45.325Z | Checking macaddr v1.0.1 |
| 614 | 2026-05-03T03:37:45.365Z | Compiling darling_core v0.21.3 |
| 615 | 2026-05-03T03:37:45.376Z | Compiling darling_core v0.23.0 |
| 616 | 2026-05-03T03:37:45.455Z | Checking stable_deref_trait v1.2.1 |
| 617 | 2026-05-03T03:37:45.459Z | Checking futures-core v0.3.32 |
| 618 | 2026-05-03T03:37:45.516Z | Compiling smoltcp v0.11.0 |
| 619 | 2026-05-03T03:37:45.566Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 620 | 2026-05-03T03:37:45.802Z | Compiling proc-macro-crate v3.5.0 |
| 621 | 2026-05-03T03:37:45.846Z | Checking futures-channel v0.3.32 |
| 622 | 2026-05-03T03:37:46.083Z | Compiling proc-macro-error-attr v1.0.4 |
| 623 | 2026-05-03T03:37:46.213Z | Compiling autocfg v1.5.0 |
| 624 | 2026-05-03T03:37:46.293Z | Compiling crc32fast v1.5.0 |
| 625 | 2026-05-03T03:37:46.380Z | Compiling regex v1.12.3 |
| 626 | 2026-05-03T03:37:46.554Z | Compiling getrandom v0.4.2 |
| 627 | 2026-05-03T03:37:46.562Z | Checking managed v0.8.0 |
| 628 | 2026-05-03T03:37:46.573Z | Compiling serde_derive v1.0.228 |
| 629 | 2026-05-03T03:37:46.730Z | Compiling thiserror-impl v2.0.18 |
| 630 | 2026-05-03T03:37:46.765Z | Compiling zerocopy-derive v0.8.48 |
| 631 | 2026-05-03T03:37:46.797Z | Compiling futures-macro v0.3.32 |
| 632 | 2026-05-03T03:37:47.090Z | Checking rand_core v0.10.1 |
| 633 | 2026-05-03T03:37:47.220Z | Checking futures-io v0.3.32 |
| 634 | 2026-05-03T03:37:47.279Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 635 | 2026-05-03T03:37:47.323Z | Checking futures-task v0.3.32 |
| 636 | 2026-05-03T03:37:47.438Z | Compiling darling_macro v0.21.3 |
| 637 | 2026-05-03T03:37:47.452Z | Compiling ref-cast v1.0.25 |
| 638 | 2026-05-03T03:37:47.466Z | Compiling darling_macro v0.23.0 |
| 639 | 2026-05-03T03:37:47.478Z | Checking bitflags v1.3.2 |
| 640 | 2026-05-03T03:37:47.537Z | Checking slab v0.4.12 |
| 641 | 2026-05-03T03:37:47.681Z | Checking futures-util v0.3.32 |
| 642 | 2026-05-03T03:37:47.799Z | Compiling foreign-types-macros v0.2.3 |
| 643 | 2026-05-03T03:37:47.935Z | Checking thiserror v2.0.18 |
| 644 | 2026-05-03T03:37:47.965Z | Compiling darling v0.21.3 |
| 645 | 2026-05-03T03:37:47.998Z | Compiling darling v0.23.0 |
| 646 | 2026-05-03T03:37:48.068Z | Checking cobs v0.3.0 |
| 647 | 2026-05-03T03:37:48.076Z | Compiling ingot-macros v0.1.1 |
| 648 | 2026-05-03T03:37:48.095Z | Compiling num_enum_derive v0.7.6 |
| 649 | 2026-05-03T03:37:48.198Z | Compiling ref-cast-impl v1.0.25 |
| 650 | 2026-05-03T03:37:48.502Z | Compiling num-traits v0.2.19 |
| 651 | 2026-05-03T03:37:48.757Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 652 | 2026-05-03T03:37:48.776Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 653 | 2026-05-03T03:37:48.804Z | Compiling proc-macro-error v1.0.4 |
| 654 | 2026-05-03T03:37:49.015Z | Checking ipnetwork v0.21.1 |
| 655 | 2026-05-03T03:37:49.020Z | Checking unicode-width v0.2.2 |
| 656 | 2026-05-03T03:37:49.045Z | Compiling crossbeam-utils v0.8.21 |
| 657 | 2026-05-03T03:37:49.091Z | Checking once_cell v1.21.4 |
| 658 | 2026-05-03T03:37:49.184Z | Checking cpufeatures v0.3.0 |
| 659 | 2026-05-03T03:37:49.243Z | Checking foreign-types-shared v0.3.1 |
| 660 | 2026-05-03T03:37:49.254Z | Checking tracing-core v0.1.36 |
| 661 | 2026-05-03T03:37:49.261Z | Checking tabwriter v1.4.1 |
| 662 | 2026-05-03T03:37:49.312Z | Checking foreign-types v0.5.0 |
| 663 | 2026-05-03T03:37:49.345Z | Checking chacha20 v0.10.0 |
| 664 | 2026-05-03T03:37:49.373Z | Checking num_enum v0.7.6 |
| 665 | 2026-05-03T03:37:49.559Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 666 | 2026-05-03T03:37:49.684Z | Checking futures-executor v0.3.32 |
| 667 | 2026-05-03T03:37:49.703Z | Checking erased-serde v0.3.31 |
| 668 | 2026-05-03T03:37:49.760Z | Checking postcard v1.1.3 |
| 669 | 2026-05-03T03:37:49.800Z | Checking anyhow v1.0.102 |
| 670 | 2026-05-03T03:37:49.813Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 671 | 2026-05-03T03:37:49.898Z | Compiling tracing-attributes v0.1.31 |
| 672 | 2026-05-03T03:37:49.991Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 673 | 2026-05-03T03:37:50.243Z | Checking cstr-argument v0.1.2 |
| 674 | 2026-05-03T03:37:50.264Z | Compiling thiserror v1.0.69 |
| 675 | 2026-05-03T03:37:50.322Z | Checking pretty-hex v0.4.2 |
| 676 | 2026-05-03T03:37:50.347Z | Compiling num-conv v0.2.1 |
| 677 | 2026-05-03T03:37:50.430Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 678 | 2026-05-03T03:37:50.482Z | Checking dyn-clone v1.0.20 |
| 679 | 2026-05-03T03:37:50.542Z | Checking powerfmt v0.2.0 |
| 680 | 2026-05-03T03:37:50.561Z | Compiling time-core v0.1.8 |
| 681 | 2026-05-03T03:37:50.643Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 682 | 2026-05-03T03:37:50.682Z | Checking deranged v0.5.8 |
| 683 | 2026-05-03T03:37:50.693Z | Compiling time-macros v0.2.27 |
| 684 | 2026-05-03T03:37:50.730Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 685 | 2026-05-03T03:37:50.742Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 686 | 2026-05-03T03:37:50.832Z | Checking futures v0.3.32 |
| 687 | 2026-05-03T03:37:50.886Z | Checking rand v0.10.1 |
| 688 | 2026-05-03T03:37:50.944Z | Checking ingot-types v0.1.2 |
| 689 | 2026-05-03T03:37:51.048Z | Compiling thiserror-impl v1.0.69 |
| 690 | 2026-05-03T03:37:51.103Z | Checking tracing v0.1.44 |
| 691 | 2026-05-03T03:37:51.211Z | Checking uuid v1.23.1 |
| 692 | 2026-05-03T03:37:51.273Z | Checking ingot v0.1.1 |
| 693 | 2026-05-03T03:37:51.284Z | Checking arc-swap v1.9.1 |
| 694 | 2026-05-03T03:37:51.323Z | Checking socket2 v0.6.3 |
| 695 | 2026-05-03T03:37:51.356Z | Checking nom v8.0.0 |
| 696 | 2026-05-03T03:37:51.487Z | Checking thread_local v1.1.9 |
| 697 | 2026-05-03T03:37:51.643Z | Compiling heck v0.4.1 |
| 698 | 2026-05-03T03:37:51.658Z | Checking iana-time-zone v0.1.65 |
| 699 | 2026-05-03T03:37:51.687Z | Checking itoa v1.0.18 |
| 700 | 2026-05-03T03:37:51.751Z | Checking lazy_static v1.5.0 |
| 701 | 2026-05-03T03:37:51.821Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 702 | 2026-05-03T03:37:51.825Z | Compiling slog-async v2.8.0 |
| 703 | 2026-05-03T03:37:51.831Z | Checking oxnet v0.1.4 |
| 704 | 2026-05-03T03:37:51.989Z | Checking colored v3.1.1 |
| 705 | 2026-05-03T03:37:52.125Z | Checking slog-scope v4.4.1 |
| 706 | 2026-05-03T03:37:52.149Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 707 | 2026-05-03T03:37:52.176Z | Checking time v0.3.47 |
| 708 | 2026-05-03T03:37:52.241Z | Checking chrono v0.4.44 |
| 709 | 2026-05-03T03:37:52.259Z | Checking crossbeam-channel v0.5.15 |
| 710 | 2026-05-03T03:37:52.575Z | Checking cookie-factory v0.3.3 |
| 711 | 2026-05-03T03:37:52.783Z | Checking itertools v0.12.1 |
| 712 | 2026-05-03T03:37:52.817Z | Checking is-terminal v0.4.17 |
| 713 | 2026-05-03T03:37:52.831Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 714 | 2026-05-03T03:37:52.893Z | Checking log v0.4.29 |
| 715 | 2026-05-03T03:37:52.989Z | Checking circular v0.3.0 |
| 716 | 2026-05-03T03:37:53.079Z | Checking take_mut v0.2.2 |
| 717 | 2026-05-03T03:37:53.085Z | Checking term v1.2.1 |
| 718 | 2026-05-03T03:37:53.125Z | Checking slog-stdlog v4.1.1 |
| 719 | 2026-05-03T03:37:53.299Z | Checking slog-term v2.9.2 |
| 720 | 2026-05-03T03:37:53.309Z | Checking rusticata-macros v5.0.0 |
| 721 | 2026-05-03T03:37:53.426Z | Checking pcap-parser v0.17.0 |
| 722 | 2026-05-03T03:37:53.786Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 723 | 2026-05-03T03:37:54.068Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#5e686ee2) |
| 724 | 2026-05-03T03:37:54.847Z | Checking slog-envlogger v2.2.0 |
| 725 | 2026-05-03T03:37:57.283Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 726 | 2026-05-03T03:37:58.917Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 727 | 2026-05-03T03:37:58.917Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 728 | 2026-05-03T03:37:59.256Z | Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 729 | 2026-05-03T03:37:59.798Z | Finished `dev` profile [optimized + debuginfo] target(s) in 17.15s |
| 730 | 2026-05-03T03:37:59.835Z | + cargo build --test loopback |
| 731 | 2026-05-03T03:38:00.007Z | Compiling cfg-if v1.0.4 |
| 732 | 2026-05-03T03:38:00.007Z | Compiling memchr v2.8.0 |
| 733 | 2026-05-03T03:38:00.010Z | Compiling serde_core v1.0.228 |
| 734 | 2026-05-03T03:38:00.035Z | Compiling libc v0.2.186 |
| 735 | 2026-05-03T03:38:00.038Z | Compiling thiserror v2.0.18 |
| 736 | 2026-05-03T03:38:00.041Z | Compiling pin-project-lite v0.2.17 |
| 737 | 2026-05-03T03:38:00.044Z | Compiling byteorder v1.5.0 |
| 738 | 2026-05-03T03:38:00.044Z | Compiling either v1.15.0 |
| 739 | 2026-05-03T03:38:00.082Z | Compiling zerocopy v0.8.48 |
| 740 | 2026-05-03T03:38:00.113Z | Compiling futures-sink v0.3.32 |
| 741 | 2026-05-03T03:38:00.117Z | Compiling macaddr v1.0.1 |
| 742 | 2026-05-03T03:38:00.202Z | Compiling hash32 v0.3.1 |
| 743 | 2026-05-03T03:38:00.205Z | Compiling futures-core v0.3.32 |
| 744 | 2026-05-03T03:38:00.224Z | Compiling stable_deref_trait v1.2.1 |
| 745 | 2026-05-03T03:38:00.292Z | Compiling futures-channel v0.3.32 |
| 746 | 2026-05-03T03:38:00.347Z | Compiling heapless v0.8.0 |
| 747 | 2026-05-03T03:38:00.352Z | Compiling cobs v0.3.0 |
| 748 | 2026-05-03T03:38:00.356Z | Compiling futures-task v0.3.32 |
| 749 | 2026-05-03T03:38:00.372Z | Compiling rand_core v0.10.1 |
| 750 | 2026-05-03T03:38:00.517Z | Compiling bitflags v1.3.2 |
| 751 | 2026-05-03T03:38:00.526Z | Compiling managed v0.8.0 |
| 752 | 2026-05-03T03:38:00.536Z | Compiling futures-io v0.3.32 |
| 753 | 2026-05-03T03:38:00.582Z | Compiling slab v0.4.12 |
| 754 | 2026-05-03T03:38:00.620Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 755 | 2026-05-03T03:38:00.722Z | Compiling smoltcp v0.11.0 |
| 756 | 2026-05-03T03:38:00.744Z | Compiling futures-util v0.3.32 |
| 757 | 2026-05-03T03:38:00.755Z | Compiling unicode-width v0.2.2 |
| 758 | 2026-05-03T03:38:00.759Z | Compiling foreign-types-shared v0.3.1 |
| 759 | 2026-05-03T03:38:00.836Z | Compiling once_cell v1.21.4 |
| 760 | 2026-05-03T03:38:00.841Z | Compiling ipnetwork v0.21.1 |
| 761 | 2026-05-03T03:38:01.056Z | Compiling cpufeatures v0.3.0 |
| 762 | 2026-05-03T03:38:01.064Z | Compiling tracing-core v0.1.36 |
| 763 | 2026-05-03T03:38:01.123Z | Compiling chacha20 v0.10.0 |
| 764 | 2026-05-03T03:38:01.368Z | Compiling tabwriter v1.4.1 |
| 765 | 2026-05-03T03:38:01.501Z | Compiling foreign-types v0.5.0 |
| 766 | 2026-05-03T03:38:01.573Z | Compiling ref-cast v1.0.25 |
| 767 | 2026-05-03T03:38:01.598Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 768 | 2026-05-03T03:38:01.666Z | Compiling num_enum v0.7.6 |
| 769 | 2026-05-03T03:38:01.784Z | Compiling serde v1.0.228 |
| 770 | 2026-05-03T03:38:01.788Z | Compiling bitflags v2.11.1 |
| 771 | 2026-05-03T03:38:01.990Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 772 | 2026-05-03T03:38:02.198Z | Compiling crc32fast v1.5.0 |
| 773 | 2026-05-03T03:38:02.267Z | Compiling erased-serde v0.3.31 |
| 774 | 2026-05-03T03:38:02.422Z | Compiling postcard v1.1.3 |
| 775 | 2026-05-03T03:38:02.426Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 776 | 2026-05-03T03:38:02.438Z | Compiling getrandom v0.4.2 |
| 777 | 2026-05-03T03:38:02.528Z | Compiling cstr-argument v0.1.2 |
| 778 | 2026-05-03T03:38:02.583Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 779 | 2026-05-03T03:38:02.646Z | Compiling itertools v0.14.0 |
| 780 | 2026-05-03T03:38:02.687Z | Compiling slog v2.8.2 |
| 781 | 2026-05-03T03:38:02.690Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 782 | 2026-05-03T03:38:02.766Z | Compiling pretty-hex v0.4.2 |
| 783 | 2026-05-03T03:38:02.896Z | Compiling ingot-types v0.1.2 |
| 784 | 2026-05-03T03:38:03.002Z | Compiling futures-executor v0.3.32 |
| 785 | 2026-05-03T03:38:03.064Z | Compiling powerfmt v0.2.0 |
| 786 | 2026-05-03T03:38:03.278Z | Compiling ingot v0.1.1 |
| 787 | 2026-05-03T03:38:03.298Z | Compiling dyn-clone v1.0.20 |
| 788 | 2026-05-03T03:38:03.322Z | Compiling deranged v0.5.8 |
| 789 | 2026-05-03T03:38:03.340Z | Compiling futures v0.3.32 |
| 790 | 2026-05-03T03:38:03.414Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 791 | 2026-05-03T03:38:03.461Z | Compiling tracing v0.1.44 |
| 792 | 2026-05-03T03:38:03.493Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 793 | 2026-05-03T03:38:03.620Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 794 | 2026-05-03T03:38:03.635Z | Compiling rand v0.10.1 |
| 795 | 2026-05-03T03:38:03.637Z | Compiling num-traits v0.2.19 |
| 796 | 2026-05-03T03:38:03.679Z | Compiling uuid v1.23.1 |
| 797 | 2026-05-03T03:38:03.841Z | Compiling crossbeam-utils v0.8.21 |
| 798 | 2026-05-03T03:38:04.109Z | Compiling nom v8.0.0 |
| 799 | 2026-05-03T03:38:04.275Z | Compiling aho-corasick v1.1.4 |
| 800 | 2026-05-03T03:38:04.306Z | Compiling socket2 v0.6.3 |
| 801 | 2026-05-03T03:38:04.321Z | Compiling thread_local v1.1.9 |
| 802 | 2026-05-03T03:38:04.615Z | Compiling arc-swap v1.9.1 |
| 803 | 2026-05-03T03:38:04.717Z | Compiling colored v3.1.1 |
| 804 | 2026-05-03T03:38:04.744Z | Compiling time-core v0.1.8 |
| 805 | 2026-05-03T03:38:04.886Z | Compiling regex-syntax v0.8.10 |
| 806 | 2026-05-03T03:38:04.986Z | Compiling iana-time-zone v0.1.65 |
| 807 | 2026-05-03T03:38:05.157Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 808 | 2026-05-03T03:38:05.457Z | Compiling oxnet v0.1.4 |
| 809 | 2026-05-03T03:38:05.500Z | Compiling num-conv v0.2.1 |
| 810 | 2026-05-03T03:38:05.505Z | Compiling winnow v1.0.2 |
| 811 | 2026-05-03T03:38:05.578Z | Compiling lazy_static v1.5.0 |
| 812 | 2026-05-03T03:38:05.639Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 813 | 2026-05-03T03:38:05.669Z | Compiling slog-scope v4.4.1 |
| 814 | 2026-05-03T03:38:05.876Z | Compiling time v0.3.47 |
| 815 | 2026-05-03T03:38:05.928Z | Compiling chrono v0.4.44 |
| 816 | 2026-05-03T03:38:06.148Z | Compiling thiserror v1.0.69 |
| 817 | 2026-05-03T03:38:06.635Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 818 | 2026-05-03T03:38:07.012Z | Compiling regex-automata v0.4.14 |
| 819 | 2026-05-03T03:38:07.555Z | Compiling rusticata-macros v5.0.0 |
| 820 | 2026-05-03T03:38:07.805Z | Compiling crossbeam-channel v0.5.15 |
| 821 | 2026-05-03T03:38:07.881Z | Compiling cookie-factory v0.3.3 |
| 822 | 2026-05-03T03:38:08.206Z | Compiling is-terminal v0.4.17 |
| 823 | 2026-05-03T03:38:08.298Z | Compiling itertools v0.12.1 |
| 824 | 2026-05-03T03:38:08.593Z | Compiling circular v0.3.0 |
| 825 | 2026-05-03T03:38:08.852Z | Compiling term v1.2.1 |
| 826 | 2026-05-03T03:38:09.704Z | Compiling take_mut v0.2.2 |
| 827 | 2026-05-03T03:38:09.812Z | Compiling log v0.4.29 |
| 828 | 2026-05-03T03:38:09.920Z | Compiling slog-async v2.8.0 |
| 829 | 2026-05-03T03:38:10.082Z | Compiling slog-stdlog v4.1.1 |
| 830 | 2026-05-03T03:38:10.512Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 831 | 2026-05-03T03:38:11.337Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 832 | 2026-05-03T03:38:11.367Z | Compiling slog-term v2.9.2 |
| 833 | 2026-05-03T03:38:11.827Z | Compiling regex v1.12.3 |
| 834 | 2026-05-03T03:38:12.965Z | Compiling pcap-parser v0.17.0 |
| 835 | 2026-05-03T03:38:12.984Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 836 | 2026-05-03T03:38:12.984Z | Compiling slog-envlogger v2.2.0 |
| 837 | 2026-05-03T03:38:13.474Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#5e686ee2) |
| 838 | 2026-05-03T03:38:13.810Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 839 | 2026-05-03T03:38:14.584Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 840 | 2026-05-03T03:38:23.094Z | Finished `dev` profile [optimized + debuginfo] target(s) in 23.24s |
| 841 | 2026-05-03T03:38:23.128Z | ++ cargo build -q --test loopback --message-format=json |
| 842 | 2026-05-03T03:38:23.131Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 843 | 2026-05-03T03:38:23.252Z | + loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-12f37f324cc94e34 |
| 844 | 2026-05-03T03:38:23.252Z | + cargo build --test multicast_rx |
| 845 | 2026-05-03T03:38:23.359Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 846 | 2026-05-03T03:38:24.912Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.65s |
| 847 | 2026-05-03T03:38:24.946Z | ++ cargo build -q --test multicast_rx --message-format=json |
| 848 | 2026-05-03T03:38:24.950Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 849 | 2026-05-03T03:38:25.068Z | + multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-49eb6d07d315dc67 |
| 850 | 2026-05-03T03:38:25.071Z | + cargo build --test multicast_multi_sub |
| 851 | 2026-05-03T03:38:25.172Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 852 | 2026-05-03T03:38:26.939Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.86s |
| 853 | 2026-05-03T03:38:26.973Z | ++ cargo build -q --test multicast_multi_sub --message-format=json |
| 854 | 2026-05-03T03:38:26.976Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 855 | 2026-05-03T03:38:27.096Z | + multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-76fdf5b678c1aafe |
| 856 | 2026-05-03T03:38:27.098Z | + cargo build --test multicast_validation |
| 857 | 2026-05-03T03:38:27.200Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 858 | 2026-05-03T03:38:29.101Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.99s |
| 859 | 2026-05-03T03:38:29.137Z | ++ cargo build -q --test multicast_validation --message-format=json |
| 860 | 2026-05-03T03:38:29.140Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 861 | 2026-05-03T03:38:29.258Z | + multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-8e5a3c7d773efb7a |
| 862 | 2026-05-03T03:38:29.258Z | + cargo build --test multicast_source_filter |
| 863 | 2026-05-03T03:38:29.363Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 864 | 2026-05-03T03:38:31.389Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.12s |
| 865 | 2026-05-03T03:38:31.424Z | ++ cargo build -q --test multicast_source_filter --message-format=json |
| 866 | 2026-05-03T03:38:31.427Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 867 | 2026-05-03T03:38:31.547Z | + multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-045dac3c9c61f07e |
| 868 | 2026-05-03T03:38:31.547Z | + mkdir -p /work/test |
| 869 | 2026-05-03T03:38:31.550Z | + cp /work/oxidecomputer/opte/target/debug/deps/loopback-12f37f324cc94e34 /work/test/loopback |
| 870 | 2026-05-03T03:38:31.589Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-49eb6d07d315dc67 /work/test/multicast_rx |
| 871 | 2026-05-03T03:38:31.630Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-76fdf5b678c1aafe /work/test/multicast_multi_sub |
| 872 | 2026-05-03T03:38:31.676Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-8e5a3c7d773efb7a /work/test/multicast_validation |
| 873 | 2026-05-03T03:38:31.716Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-045dac3c9c61f07e /work/test/multicast_source_filter |
| 874 | 2026-05-03T03:38:31.758Z | process exited: duration 250728 ms, exit code 0 |
| |
| 875 | 2026-05-03T03:38:31.775Z | found 14 output files |
| 876 | 2026-05-03T03:38:31.775Z | uploading: /work/debug/xde.dbg (91620136 bytes) |
| 877 | 2026-05-03T03:38:33.374Z | uploaded: /work/debug/xde.dbg |
| 878 | 2026-05-03T03:38:33.375Z | uploading: /work/debug/xde.dbg.sha256 (86 bytes) |
| 879 | 2026-05-03T03:38:34.383Z | uploaded: /work/debug/xde.dbg.sha256 |
| 880 | 2026-05-03T03:38:34.386Z | uploading: /work/debug/xde_link.dbg.so (1084984 bytes) |
| 881 | 2026-05-03T03:38:35.401Z | uploaded: /work/debug/xde_link.dbg.so |
| 882 | 2026-05-03T03:38:35.401Z | uploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes) |
| 883 | 2026-05-03T03:38:36.412Z | uploaded: /work/debug/xde_link.dbg.so.sha256 |
| 884 | 2026-05-03T03:38:36.420Z | uploading: /work/release/xde (49459568 bytes) |
| 885 | 2026-05-03T03:38:37.738Z | uploaded: /work/release/xde |
| 886 | 2026-05-03T03:38:37.738Z | uploading: /work/release/xde.sha256 (84 bytes) |
| 887 | 2026-05-03T03:38:38.746Z | uploaded: /work/release/xde.sha256 |
| 888 | 2026-05-03T03:38:38.749Z | uploading: /work/release/xde_link.so (39516 bytes) |
| 889 | 2026-05-03T03:38:39.756Z | uploaded: /work/release/xde_link.so |
| 890 | 2026-05-03T03:38:39.756Z | uploading: /work/release/xde_link.so.sha256 (92 bytes) |
| 891 | 2026-05-03T03:38:40.765Z | uploaded: /work/release/xde_link.so.sha256 |
| 892 | 2026-05-03T03:38:40.765Z | uploading: /work/test/loopback (49832040 bytes) |
| 893 | 2026-05-03T03:38:42.064Z | uploaded: /work/test/loopback |
| 894 | 2026-05-03T03:38:42.064Z | uploading: /work/test/multicast_rx (50124176 bytes) |
| 895 | 2026-05-03T03:38:43.364Z | uploaded: /work/test/multicast_rx |
| 896 | 2026-05-03T03:38:43.364Z | uploading: /work/test/multicast_multi_sub (56359352 bytes) |
| 897 | 2026-05-03T03:38:44.727Z | uploaded: /work/test/multicast_multi_sub |
| 898 | 2026-05-03T03:38:44.727Z | uploading: /work/test/multicast_validation (50276616 bytes) |
| 899 | 2026-05-03T03:38:46.066Z | uploaded: /work/test/multicast_validation |
| 900 | 2026-05-03T03:38:46.066Z | uploading: /work/test/multicast_source_filter (50581152 bytes) |
| 901 | 2026-05-03T03:38:47.395Z | uploaded: /work/test/multicast_source_filter |
| 902 | 2026-05-03T03:38:47.396Z | uploading: /work/xde.conf (79 bytes) |
| 903 | 2026-05-03T03:38:48.403Z | uploaded: /work/xde.conf |