|
|
|
| 1 | 2026-03-27T04:23:22.769Z | job assigned to worker 01KMPRFDNZ966JZH14E1YPRSXD [factory aws, i-09fb6f2c8eccb5de6] (queued for 25 m 47 s) |
| |
| 2 | 2026-03-27T04:23:29.762Z | starting task 0: "setup" |
| 3 | 2026-03-27T04:23:29.769Z | ++ uname -s |
| 4 | 2026-03-27T04:23:29.772Z | + kern=SunOS |
| 5 | 2026-03-27T04:23:29.772Z | + build_user=build |
| 6 | 2026-03-27T04:23:29.772Z | + build_uid=12345 |
| 7 | 2026-03-27T04:23:29.772Z | + work_dir=/work |
| 8 | 2026-03-27T04:23:29.772Z | + input_dir=/input |
| 9 | 2026-03-27T04:23:29.772Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-27T04:23:29.772Z | + case "$kern" in |
| 11 | 2026-03-27T04:23:29.772Z | + groupadd -g 12345 build |
| 12 | 2026-03-27T04:23:29.772Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-27T04:23:31.779Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-27T04:23:31.909Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-27T04:23:31.912Z | + home_fs=zfs |
| 16 | 2026-03-27T04:23:31.912Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-27T04:23:31.912Z | + mkdir -p /home/build |
| 18 | 2026-03-27T04:23:31.912Z | + chown build:build /home/build /work |
| 19 | 2026-03-27T04:23:33.913Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-27T04:23:33.916Z | process exited: duration 4152 ms, exit code 0 |
| |
| 21 | 2026-03-27T04:23:33.923Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-27T04:23:33.928Z | + printf ' * rust toolchain channel = "%s"\n' 1.93.1 |
| 23 | 2026-03-27T04:23:33.928Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-03-27T04:23:33.928Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-03-27T04:23:33.928Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-03-27T04:23:33.928Z | * rust toolchain channel = "1.93.1" |
| 27 | 2026-03-27T04:23:33.928Z | * rust toolchain profile = "default" |
| 28 | 2026-03-27T04:23:33.931Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-27T04:23:33.931Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default |
| 30 | 2026-03-27T04:23:34.051Z | info: downloading installer |
| 31 | 2026-03-27T04:23:35.574Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-27T04:23:35.575Z | warn: /opt/ooce/bin |
| 33 | 2026-03-27T04:23:35.575Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-27T04:23:35.575Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-27T04:23:35.575Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-27T04:23:35.575Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-27T04:23:35.575Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-27T04:23:35.575Z | error: cannot install while Rust is installed |
| 39 | 2026-03-27T04:23:35.575Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-27T04:23:35.575Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-03-27T04:23:35.575Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-03-27T04:23:35.575Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-03-27T04:23:35.575Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-03-27T04:23:35.588Z | info: profile set to default |
| 45 | 2026-03-27T04:23:35.588Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-03-27T04:23:35.591Z | info: syncing channel updates for 1.93.1-x86_64-unknown-illumos |
| 47 | 2026-03-27T04:23:35.728Z | info: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11) |
| 48 | 2026-03-27T04:23:35.732Z | info: downloading 6 components |
| 49 | 2026-03-27T04:23:51.202Z | info: default toolchain set to 1.93.1-x86_64-unknown-illumos |
| 50 | 2026-03-27T04:23:51.202Z | |
| 51 | 2026-03-27T04:23:51.228Z | 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11) |
| 52 | 2026-03-27T04:23:51.228Z | |
| 53 | 2026-03-27T04:23:51.228Z | |
| 54 | 2026-03-27T04:23:51.228Z | Rust is installed now. Great! |
| 55 | 2026-03-27T04:23:51.228Z | |
| 56 | 2026-03-27T04:23:51.231Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-03-27T04:23:51.231Z | environment variable. This has not been done automatically. |
| 58 | 2026-03-27T04:23:51.232Z | |
| 59 | 2026-03-27T04:23:51.232Z | To configure your current shell, you need to source |
| 60 | 2026-03-27T04:23:51.232Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-03-27T04:23:51.232Z | |
| 62 | 2026-03-27T04:23:51.232Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-03-27T04:23:51.232Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-03-27T04:23:51.232Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-03-27T04:23:51.232Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-03-27T04:23:51.233Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-03-27T04:23:51.233Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-03-27T04:23:51.233Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-03-27T04:23:51.233Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-03-27T04:23:51.233Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-03-27T04:23:51.315Z | + rustup --version |
| 72 | 2026-03-27T04:23:51.324Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-03-27T04:23:51.327Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-03-27T04:23:51.344Z | info: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)` |
| 75 | 2026-03-27T04:23:51.348Z | + cargo --version |
| 76 | 2026-03-27T04:23:51.361Z | cargo 1.93.1 (083ac5135 2025-12-15) |
| 77 | 2026-03-27T04:23:51.364Z | + rustc --version |
| 78 | 2026-03-27T04:23:51.382Z | rustc 1.93.1 (01f6ddf75 2026-02-11) |
| 79 | 2026-03-27T04:23:51.386Z | process exited: duration 17460 ms, exit code 0 |
| |
| 80 | 2026-03-27T04:23:51.392Z | starting task 2: "authentication" |
| 81 | 2026-03-27T04:23:51.409Z | process exited: duration 16 ms, exit code 0 |
| |
| 82 | 2026-03-27T04:23:51.415Z | starting task 3: "clone repository" |
| 83 | 2026-03-27T04:23:51.419Z | + mkdir -p /work/oxidecomputer/opte |
| 84 | 2026-03-27T04:23:51.421Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 85 | 2026-03-27T04:23:51.495Z | Cloning into '/work/oxidecomputer/opte'... |
| 86 | 2026-03-27T04:23:52.290Z | + cd /work/oxidecomputer/opte |
| 87 | 2026-03-27T04:23:52.290Z | + git fetch origin 56e75ed31151689afa450c72cf51c5ae25ec8925 |
| 88 | 2026-03-27T04:23:52.529Z | From https://github.com/oxidecomputer/opte |
| 89 | 2026-03-27T04:23:52.529Z | * branch 56e75ed31151689afa450c72cf51c5ae25ec8925 -> FETCH_HEAD |
| 90 | 2026-03-27T04:23:52.534Z | + [[ -n renovate/uuid-1.x-lockfile ]] |
| 91 | 2026-03-27T04:23:52.537Z | ++ git branch --show-current |
| 92 | 2026-03-27T04:23:52.537Z | + current=master |
| 93 | 2026-03-27T04:23:52.537Z | + [[ master != renovate/uuid-1.x-lockfile ]] |
| 94 | 2026-03-27T04:23:52.537Z | + git branch -f renovate/uuid-1.x-lockfile 56e75ed31151689afa450c72cf51c5ae25ec8925 |
| 95 | 2026-03-27T04:23:52.540Z | + git checkout -f renovate/uuid-1.x-lockfile |
| 96 | 2026-03-27T04:23:52.555Z | Switched to branch 'renovate/uuid-1.x-lockfile' |
| 97 | 2026-03-27T04:23:52.558Z | + git reset --hard 56e75ed31151689afa450c72cf51c5ae25ec8925 |
| 98 | 2026-03-27T04:23:52.572Z | HEAD is now at 56e75ed Update Rust crate uuid to v1.23.0 |
| 99 | 2026-03-27T04:23:52.575Z | process exited: duration 1156 ms, exit code 0 |
| |
| 100 | 2026-03-27T04:23:52.581Z | starting task 4: "build" |
| 101 | 2026-03-27T04:23:52.585Z | + source .github/buildomat/common.sh |
| 102 | 2026-03-27T04:23:52.588Z | ++ rustup show active-toolchain |
| 103 | 2026-03-27T04:23:52.591Z | 1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 104 | 2026-03-27T04:23:52.594Z | ++ pushd xde |
| 105 | 2026-03-27T04:23:52.594Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 106 | 2026-03-27T04:23:52.594Z | ++ rustup show active-toolchain |
| 107 | 2026-03-27T04:23:52.597Z | info: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos |
| 108 | 2026-03-27T04:23:52.787Z | info: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23) |
| 109 | 2026-03-27T04:23:52.791Z | info: downloading 6 components |
| 110 | 2026-03-27T04:24:06.490Z | nightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 111 | 2026-03-27T04:24:06.574Z | +++ rustup show active-toolchain -v |
| 112 | 2026-03-27T04:24:06.577Z | +++ head -n 1 |
| 113 | 2026-03-27T04:24:06.577Z | +++ cut '-d ' -f1 |
| 114 | 2026-03-27T04:24:06.627Z | ++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos |
| 115 | 2026-03-27T04:24:06.627Z | ++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos |
| 116 | 2026-03-27T04:24:06.627Z | ++ popd |
| 117 | 2026-03-27T04:24:06.630Z | /work/oxidecomputer/opte |
| 118 | 2026-03-27T04:24:06.630Z | + TGT_BASE=/work |
| 119 | 2026-03-27T04:24:06.630Z | + DBG_SRC=target/x86_64-unknown-unknown/debug |
| 120 | 2026-03-27T04:24:06.630Z | + DBG_LINK_SRC=target/i686-unknown-illumos/debug |
| 121 | 2026-03-27T04:24:06.630Z | + DBG_TGT=/work/debug |
| 122 | 2026-03-27T04:24:06.630Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 123 | 2026-03-27T04:24:06.630Z | + REL_LINK_SRC=target/i686-unknown-illumos/release |
| 124 | 2026-03-27T04:24:06.630Z | + REL_TGT=/work/release |
| 125 | 2026-03-27T04:24:06.630Z | + mkdir -p /work/debug /work/release |
| 126 | 2026-03-27T04:24:06.630Z | + cargo --version |
| 127 | 2026-03-27T04:24:06.638Z | cargo 1.93.1 (083ac5135 2025-12-15) |
| 128 | 2026-03-27T04:24:06.641Z | + rustc --version |
| 129 | 2026-03-27T04:24:06.660Z | rustc 1.93.1 (01f6ddf75 2026-02-11) |
| 130 | 2026-03-27T04:24:06.663Z | + install_pkg jq |
| 131 | 2026-03-27T04:24:06.663Z | + set +o errexit |
| 132 | 2026-03-27T04:24:06.663Z | + pfexec pkg install jq |
| 133 | 2026-03-27T04:24:13.571Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 134 | 2026-03-27T04:24:20.738Z | Startup: Caching catalogs ... Done |
| 135 | 2026-03-27T04:24:24.593Z | Planning: Solver setup ... Done |
| 136 | 2026-03-27T04:24:24.607Z | Planning: Running solver ... Done |
| 137 | 2026-03-27T04:24:24.721Z | Planning: Consolidating action changes ... Done |
| 138 | 2026-03-27T04:24:24.721Z | Planning: Evaluating mediators ... Done |
| 139 | 2026-03-27T04:24:24.725Z | Planning: Planning completed in 3.82 seconds |
| 140 | 2026-03-27T04:24:24.738Z | No updates necessary for this image. |
| 141 | 2026-03-27T04:24:25.966Z | + exit_code=4 |
| 142 | 2026-03-27T04:24:25.966Z | + [[ 4 -ne 0 ]] |
| 143 | 2026-03-27T04:24:25.966Z | + [[ 4 -ne 4 ]] |
| 144 | 2026-03-27T04:24:25.966Z | + set -o errexit |
| 145 | 2026-03-27T04:24:25.969Z | + pushd xde |
| 146 | 2026-03-27T04:24:25.970Z | + cp xde.conf /work/xde.conf |
| 147 | 2026-03-27T04:24:25.970Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 148 | 2026-03-27T04:24:25.970Z | + header 'check style' |
| 149 | 2026-03-27T04:24:25.970Z | + echo '# ==== check style ==== #' |
| 150 | 2026-03-27T04:24:25.970Z | # ==== check style ==== # |
| 151 | 2026-03-27T04:24:25.970Z | + ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check |
| 152 | 2026-03-27T04:24:26.213Z | |
| 153 | 2026-03-27T04:24:26.213Z | real 0.240413621 |
| 154 | 2026-03-27T04:24:26.213Z | user 0.160001081 |
| 155 | 2026-03-27T04:24:26.213Z | sys 0.071951520 |
| 156 | 2026-03-27T04:24:26.213Z | trap 0.000011407 |
| 157 | 2026-03-27T04:24:26.213Z | tflt 0.000018795 |
| 158 | 2026-03-27T04:24:26.213Z | dflt 0.000026804 |
| 159 | 2026-03-27T04:24:26.213Z | kflt 0.000000000 |
| 160 | 2026-03-27T04:24:26.213Z | lock 0.051096948 |
| 161 | 2026-03-27T04:24:26.213Z | slp 0.205452163 |
| 162 | 2026-03-27T04:24:26.213Z | lat 0.001271446 |
| 163 | 2026-03-27T04:24:26.213Z | stop 0.000108654 |
| 164 | 2026-03-27T04:24:26.217Z | + header analyze |
| 165 | 2026-03-27T04:24:26.217Z | + echo '# ==== analyze ==== #' |
| 166 | 2026-03-27T04:24:26.217Z | # ==== analyze ==== # |
| 167 | 2026-03-27T04:24:26.218Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 168 | 2026-03-27T04:24:26.389Z | Updating crates.io index |
| 169 | 2026-03-27T04:24:26.429Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 170 | 2026-03-27T04:24:27.349Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 171 | 2026-03-27T04:24:27.616Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 172 | 2026-03-27T04:24:27.946Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 173 | 2026-03-27T04:24:28.329Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 174 | 2026-03-27T04:24:28.551Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 175 | 2026-03-27T04:24:28.801Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 176 | 2026-03-27T04:24:30.459Z | Downloading crates ... |
| 177 | 2026-03-27T04:24:30.513Z | Downloaded ingot-types v0.1.2 |
| 178 | 2026-03-27T04:24:30.516Z | Downloaded bitflags v1.3.2 |
| 179 | 2026-03-27T04:24:30.528Z | Downloaded proc-macro2 v1.0.106 |
| 180 | 2026-03-27T04:24:30.532Z | Downloaded cobs v0.3.0 |
| 181 | 2026-03-27T04:24:30.537Z | Downloaded defmt v0.3.100 |
| 182 | 2026-03-27T04:24:30.544Z | Downloaded defmt-parser v1.0.0 |
| 183 | 2026-03-27T04:24:30.553Z | Downloaded hash32 v0.3.1 |
| 184 | 2026-03-27T04:24:30.556Z | Downloaded ref-cast-impl v1.0.25 |
| 185 | 2026-03-27T04:24:30.556Z | Downloaded fnv v1.0.7 |
| 186 | 2026-03-27T04:24:30.556Z | Downloaded dyn-clone v1.0.20 |
| 187 | 2026-03-27T04:24:30.561Z | Downloaded defmt v1.0.1 |
| 188 | 2026-03-27T04:24:30.567Z | Downloaded ref-cast v1.0.25 |
| 189 | 2026-03-27T04:24:30.570Z | Downloaded darling_macro v0.21.3 |
| 190 | 2026-03-27T04:24:30.573Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 191 | 2026-03-27T04:24:30.577Z | Downloaded ident_case v1.0.1 |
| 192 | 2026-03-27T04:24:30.577Z | Downloaded macaddr v1.0.1 |
| 193 | 2026-03-27T04:24:30.580Z | Downloaded stable_deref_trait v1.2.1 |
| 194 | 2026-03-27T04:24:30.580Z | Downloaded cfg-if v1.0.4 |
| 195 | 2026-03-27T04:24:30.583Z | Downloaded embedded-io v0.6.1 |
| 196 | 2026-03-27T04:24:30.586Z | Downloaded zerocopy-derive v0.8.47 |
| 197 | 2026-03-27T04:24:30.589Z | Downloaded heapless v0.8.0 |
| 198 | 2026-03-27T04:24:30.593Z | Downloaded postcard v1.1.3 |
| 199 | 2026-03-27T04:24:30.594Z | Downloaded embedded-io v0.4.0 |
| 200 | 2026-03-27T04:24:30.603Z | Downloaded managed v0.8.0 |
| 201 | 2026-03-27T04:24:30.614Z | Downloaded either v1.15.0 |
| 202 | 2026-03-27T04:24:30.618Z | Downloaded quote v1.0.45 |
| 203 | 2026-03-27T04:24:30.618Z | Downloaded crc32fast v1.5.0 |
| 204 | 2026-03-27T04:24:30.621Z | Downloaded byteorder v1.5.0 |
| 205 | 2026-03-27T04:24:30.621Z | Downloaded version_check v0.9.5 |
| 206 | 2026-03-27T04:24:30.624Z | Downloaded strsim v0.11.1 |
| 207 | 2026-03-27T04:24:30.641Z | Downloaded thiserror v2.0.18 |
| 208 | 2026-03-27T04:24:30.644Z | Downloaded defmt-macros v1.0.1 |
| 209 | 2026-03-27T04:24:30.647Z | Downloaded thiserror-impl v2.0.18 |
| 210 | 2026-03-27T04:24:30.655Z | Downloaded ingot v0.1.1 |
| 211 | 2026-03-27T04:24:30.658Z | Downloaded bitflags v2.11.0 |
| 212 | 2026-03-27T04:24:30.661Z | Downloaded proc-macro-error2 v2.0.1 |
| 213 | 2026-03-27T04:24:30.672Z | Downloaded ingot-macros v0.1.1 |
| 214 | 2026-03-27T04:24:30.680Z | Downloaded serde_core v1.0.228 |
| 215 | 2026-03-27T04:24:30.684Z | Downloaded unicode-ident v1.0.24 |
| 216 | 2026-03-27T04:24:30.687Z | Downloaded serde_derive v1.0.228 |
| 217 | 2026-03-27T04:24:30.696Z | Downloaded darling_core v0.21.3 |
| 218 | 2026-03-27T04:24:30.699Z | Downloaded uuid v1.23.0 |
| 219 | 2026-03-27T04:24:30.702Z | Downloaded darling v0.21.3 |
| 220 | 2026-03-27T04:24:30.707Z | Downloaded serde v1.0.228 |
| 221 | 2026-03-27T04:24:30.710Z | Downloaded memchr v2.8.0 |
| 222 | 2026-03-27T04:24:30.725Z | Downloaded aho-corasick v1.1.4 |
| 223 | 2026-03-27T04:24:30.742Z | Downloaded regex v1.12.3 |
| 224 | 2026-03-27T04:24:30.748Z | Downloaded itertools v0.14.0 |
| 225 | 2026-03-27T04:24:30.776Z | Downloaded zerocopy v0.8.47 |
| 226 | 2026-03-27T04:24:30.791Z | Downloaded smoltcp v0.11.0 |
| 227 | 2026-03-27T04:24:30.800Z | Downloaded syn v2.0.117 |
| 228 | 2026-03-27T04:24:30.807Z | Downloaded regex-syntax v0.8.10 |
| 229 | 2026-03-27T04:24:30.817Z | Downloaded regex-automata v0.4.14 |
| 230 | 2026-03-27T04:24:30.829Z | Updating crates.io index |
| 231 | 2026-03-27T04:24:30.926Z | Downloading crates ... |
| 232 | 2026-03-27T04:24:30.986Z | Downloaded rustc-literal-escaper v0.0.7 |
| 233 | 2026-03-27T04:24:30.993Z | Downloaded addr2line v0.25.1 |
| 234 | 2026-03-27T04:24:31.000Z | Downloaded adler2 v2.0.1 |
| 235 | 2026-03-27T04:24:31.011Z | Downloaded rustc-demangle v0.1.27 |
| 236 | 2026-03-27T04:24:31.014Z | Downloaded getopts v0.2.24 |
| 237 | 2026-03-27T04:24:31.014Z | Downloaded miniz_oxide v0.8.9 |
| 238 | 2026-03-27T04:24:31.019Z | Downloaded memchr v2.7.6 |
| 239 | 2026-03-27T04:24:31.022Z | Downloaded foldhash v0.2.0 |
| 240 | 2026-03-27T04:24:31.032Z | Downloaded hashbrown v0.16.1 |
| 241 | 2026-03-27T04:24:31.105Z | Downloaded gimli v0.32.3 |
| 242 | 2026-03-27T04:24:31.113Z | Downloaded object v0.37.3 |
| 243 | 2026-03-27T04:24:31.118Z | Downloaded libc v0.2.178 |
| 244 | 2026-03-27T04:24:31.173Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 245 | 2026-03-27T04:24:31.173Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 246 | 2026-03-27T04:24:31.177Z | Compiling proc-macro2 v1.0.106 |
| 247 | 2026-03-27T04:24:31.177Z | Compiling unicode-ident v1.0.24 |
| 248 | 2026-03-27T04:24:31.177Z | Compiling quote v1.0.45 |
| 249 | 2026-03-27T04:24:31.177Z | Compiling serde_core v1.0.228 |
| 250 | 2026-03-27T04:24:31.177Z | Compiling strsim v0.11.1 |
| 251 | 2026-03-27T04:24:31.177Z | Compiling ident_case v1.0.1 |
| 252 | 2026-03-27T04:24:31.352Z | Compiling fnv v1.0.7 |
| 253 | 2026-03-27T04:24:31.355Z | Compiling memchr v2.8.0 |
| 254 | 2026-03-27T04:24:31.439Z | Compiling regex-syntax v0.8.10 |
| 255 | 2026-03-27T04:24:31.618Z | Compiling either v1.15.0 |
| 256 | 2026-03-27T04:24:31.639Z | Compiling serde v1.0.228 |
| 257 | 2026-03-27T04:24:31.673Z | Compiling zerocopy v0.8.47 |
| 258 | 2026-03-27T04:24:31.743Z | Compiling thiserror v2.0.18 |
| 259 | 2026-03-27T04:24:31.810Z | Compiling aho-corasick v1.1.4 |
| 260 | 2026-03-27T04:24:32.027Z | Compiling itertools v0.14.0 |
| 261 | 2026-03-27T04:24:32.065Z | Compiling heapless v0.8.0 |
| 262 | 2026-03-27T04:24:32.360Z | Compiling syn v2.0.117 |
| 263 | 2026-03-27T04:24:32.452Z | Compiling smoltcp v0.11.0 |
| 264 | 2026-03-27T04:24:32.466Z | Compiling ref-cast v1.0.25 |
| 265 | 2026-03-27T04:24:32.542Z | Compiling version_check v0.9.5 |
| 266 | 2026-03-27T04:24:32.856Z | Compiling regex-automata v0.4.14 |
| 267 | 2026-03-27T04:24:32.885Z | Compiling crc32fast v1.5.0 |
| 268 | 2026-03-27T04:24:32.917Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 269 | 2026-03-27T04:24:34.443Z | Compiling regex v1.12.3 |
| 270 | 2026-03-27T04:24:34.669Z | Compiling darling_core v0.21.3 |
| 271 | 2026-03-27T04:24:35.495Z | Compiling serde_derive v1.0.228 |
| 272 | 2026-03-27T04:24:35.495Z | Compiling zerocopy-derive v0.8.47 |
| 273 | 2026-03-27T04:24:35.498Z | Compiling thiserror-impl v2.0.18 |
| 274 | 2026-03-27T04:24:35.498Z | Compiling ref-cast-impl v1.0.25 |
| 275 | 2026-03-27T04:24:35.498Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 276 | 2026-03-27T04:24:36.826Z | Compiling darling_macro v0.21.3 |
| 277 | 2026-03-27T04:24:37.677Z | Compiling darling v0.21.3 |
| 278 | 2026-03-27T04:24:37.740Z | Compiling ingot-macros v0.1.1 |
| 279 | 2026-03-27T04:24:37.740Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 280 | 2026-03-27T04:24:42.439Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 281 | 2026-03-27T04:24:44.531Z | Checking byteorder v1.5.0 |
| 282 | 2026-03-27T04:24:44.531Z | Checking macaddr v1.0.1 |
| 283 | 2026-03-27T04:24:44.534Z | Checking stable_deref_trait v1.2.1 |
| 284 | 2026-03-27T04:24:44.534Z | Checking cfg-if v1.0.4 |
| 285 | 2026-03-27T04:24:44.534Z | Checking managed v0.8.0 |
| 286 | 2026-03-27T04:24:44.588Z | Checking bitflags v1.3.2 |
| 287 | 2026-03-27T04:24:44.619Z | Checking cobs v0.3.0 |
| 288 | 2026-03-27T04:24:44.712Z | Checking dyn-clone v1.0.20 |
| 289 | 2026-03-27T04:24:44.751Z | Checking hash32 v0.3.1 |
| 290 | 2026-03-27T04:24:44.785Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 291 | 2026-03-27T04:24:45.907Z | Checking bitflags v2.11.0 |
| 292 | 2026-03-27T04:24:45.907Z | Checking uuid v1.23.0 |
| 293 | 2026-03-27T04:24:46.046Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 294 | 2026-03-27T04:24:46.264Z | Checking postcard v1.1.3 |
| 295 | 2026-03-27T04:24:47.098Z | Checking ingot-types v0.1.2 |
| 296 | 2026-03-27T04:24:47.369Z | Checking ingot v0.1.1 |
| 297 | 2026-03-27T04:24:48.676Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 298 | 2026-03-27T04:24:52.837Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 299 | 2026-03-27T04:24:54.335Z | Checking xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 300 | 2026-03-27T04:24:56.645Z | Finished `dev` profile [optimized + debuginfo] target(s) in 30.36s |
| 301 | 2026-03-27T04:24:56.755Z | |
| 302 | 2026-03-27T04:24:56.755Z | real 30.532966726 |
| 303 | 2026-03-27T04:24:56.755Z | user 1:10.539287060 |
| 304 | 2026-03-27T04:24:56.755Z | sys 9.846126514 |
| 305 | 2026-03-27T04:24:56.755Z | trap 0.022944487 |
| 306 | 2026-03-27T04:24:56.755Z | tflt 0.056457538 |
| 307 | 2026-03-27T04:24:56.755Z | dflt 0.214407025 |
| 308 | 2026-03-27T04:24:56.755Z | kflt 0.002235034 |
| 309 | 2026-03-27T04:24:56.755Z | lock 3:31.276547754 |
| 310 | 2026-03-27T04:24:56.755Z | slp 3:09.258299406 |
| 311 | 2026-03-27T04:24:56.755Z | lat 2.566392629 |
| 312 | 2026-03-27T04:24:56.758Z | stop 6.210317731 |
| 313 | 2026-03-27T04:24:56.758Z | + pushd xde-link |
| 314 | 2026-03-27T04:24:56.758Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 315 | 2026-03-27T04:24:56.758Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 316 | 2026-03-27T04:24:56.940Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 317 | 2026-03-27T04:24:56.940Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 318 | 2026-03-27T04:24:56.940Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 319 | 2026-03-27T04:25:07.262Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 320 | 2026-03-27T04:25:09.399Z | Finished `dev` profile [optimized + debuginfo] target(s) in 12.57s |
| 321 | 2026-03-27T04:25:09.419Z | |
| 322 | 2026-03-27T04:25:09.423Z | real 12.656874023 |
| 323 | 2026-03-27T04:25:09.423Z | user 20.104107521 |
| 324 | 2026-03-27T04:25:09.423Z | sys 1.213782142 |
| 325 | 2026-03-27T04:25:09.423Z | trap 0.003197995 |
| 326 | 2026-03-27T04:25:09.423Z | tflt 0.001342758 |
| 327 | 2026-03-27T04:25:09.423Z | dflt 0.044936069 |
| 328 | 2026-03-27T04:25:09.424Z | kflt 0.000004308 |
| 329 | 2026-03-27T04:25:09.424Z | lock 1:06.728631693 |
| 330 | 2026-03-27T04:25:09.424Z | slp 42.200538382 |
| 331 | 2026-03-27T04:25:09.424Z | lat 0.169458985 |
| 332 | 2026-03-27T04:25:09.424Z | stop 0.133953581 |
| 333 | 2026-03-27T04:25:09.424Z | + popd |
| 334 | 2026-03-27T04:25:09.424Z | + popd |
| 335 | 2026-03-27T04:25:09.424Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 336 | 2026-03-27T04:25:09.424Z | /work/oxidecomputer/opte |
| 337 | 2026-03-27T04:25:09.424Z | + header 'build xde (debug)' |
| 338 | 2026-03-27T04:25:09.424Z | + echo '# ==== build xde (debug) ==== #' |
| 339 | 2026-03-27T04:25:09.424Z | # ==== build xde (debug) ==== # |
| 340 | 2026-03-27T04:25:09.425Z | + ptime -m cargo xtask build --profile debug xde xde-link |
| 341 | 2026-03-27T04:25:09.563Z | Downloading crates ... |
| 342 | 2026-03-27T04:25:09.626Z | Downloaded zmij v1.0.21 |
| 343 | 2026-03-27T04:25:09.629Z | Downloaded errno v0.3.14 |
| 344 | 2026-03-27T04:25:09.632Z | Downloaded itoa v1.0.18 |
| 345 | 2026-03-27T04:25:09.635Z | Downloaded anstyle-query v1.1.5 |
| 346 | 2026-03-27T04:25:09.635Z | Downloaded semver v1.0.27 |
| 347 | 2026-03-27T04:25:09.642Z | Downloaded clap_lex v1.1.0 |
| 348 | 2026-03-27T04:25:09.645Z | Downloaded cargo-platform v0.3.2 |
| 349 | 2026-03-27T04:25:09.645Z | Downloaded serde_spanned v1.1.0 |
| 350 | 2026-03-27T04:25:09.648Z | Downloaded utf8parse v0.2.2 |
| 351 | 2026-03-27T04:25:09.652Z | Downloaded is_terminal_polyfill v1.70.2 |
| 352 | 2026-03-27T04:25:09.652Z | Downloaded heck v0.5.0 |
| 353 | 2026-03-27T04:25:09.652Z | Downloaded equivalent v1.0.2 |
| 354 | 2026-03-27T04:25:09.660Z | Downloaded colorchoice v1.0.5 |
| 355 | 2026-03-27T04:25:09.663Z | Downloaded terminal_size v0.4.4 |
| 356 | 2026-03-27T04:25:09.666Z | Downloaded toml_datetime v1.1.0+spec-1.1.0 |
| 357 | 2026-03-27T04:25:09.670Z | Downloaded anstyle v1.0.14 |
| 358 | 2026-03-27T04:25:09.673Z | Downloaded indexmap v2.13.0 |
| 359 | 2026-03-27T04:25:09.676Z | Downloaded toml_writer v1.1.0+spec-1.1.0 |
| 360 | 2026-03-27T04:25:09.676Z | Downloaded cargo_metadata v0.23.1 |
| 361 | 2026-03-27T04:25:09.676Z | Downloaded camino v1.2.2 |
| 362 | 2026-03-27T04:25:09.680Z | Downloaded anstyle-parse v1.0.0 |
| 363 | 2026-03-27T04:25:09.680Z | Downloaded anyhow v1.0.102 |
| 364 | 2026-03-27T04:25:09.685Z | Downloaded anstream v1.0.0 |
| 365 | 2026-03-27T04:25:09.688Z | Downloaded clap_derive v4.6.0 |
| 366 | 2026-03-27T04:25:09.692Z | Downloaded toml_parser v1.1.0+spec-1.1.0 |
| 367 | 2026-03-27T04:25:09.695Z | Downloaded clap v4.6.0 |
| 368 | 2026-03-27T04:25:09.700Z | Downloaded toml v1.1.0+spec-1.1.0 |
| 369 | 2026-03-27T04:25:09.739Z | Downloaded winnow v1.0.0 |
| 370 | 2026-03-27T04:25:09.744Z | Downloaded serde_json v1.0.149 |
| 371 | 2026-03-27T04:25:09.751Z | Downloaded clap_builder v4.6.0 |
| 372 | 2026-03-27T04:25:09.783Z | Downloaded rustix v1.1.4 |
| 373 | 2026-03-27T04:25:09.817Z | Downloaded libc v0.2.183 |
| 374 | 2026-03-27T04:25:09.864Z | Compiling proc-macro2 v1.0.106 |
| 375 | 2026-03-27T04:25:09.864Z | Compiling serde_core v1.0.228 |
| 376 | 2026-03-27T04:25:09.864Z | Compiling unicode-ident v1.0.24 |
| 377 | 2026-03-27T04:25:09.867Z | Compiling quote v1.0.45 |
| 378 | 2026-03-27T04:25:09.867Z | Compiling libc v0.2.183 |
| 379 | 2026-03-27T04:25:09.867Z | Compiling rustix v1.1.4 |
| 380 | 2026-03-27T04:25:09.867Z | Compiling bitflags v2.11.0 |
| 381 | 2026-03-27T04:25:09.867Z | Compiling zmij v1.0.21 |
| 382 | 2026-03-27T04:25:10.034Z | Compiling utf8parse v0.2.2 |
| 383 | 2026-03-27T04:25:10.137Z | Compiling anstyle-parse v1.0.0 |
| 384 | 2026-03-27T04:25:10.247Z | Compiling camino v1.2.2 |
| 385 | 2026-03-27T04:25:10.251Z | Compiling serde v1.0.228 |
| 386 | 2026-03-27T04:25:10.342Z | Compiling thiserror v2.0.18 |
| 387 | 2026-03-27T04:25:10.363Z | Compiling colorchoice v1.0.5 |
| 388 | 2026-03-27T04:25:10.455Z | Compiling anstyle-query v1.1.5 |
| 389 | 2026-03-27T04:25:10.470Z | Compiling is_terminal_polyfill v1.70.2 |
| 390 | 2026-03-27T04:25:10.550Z | Compiling anstyle v1.0.14 |
| 391 | 2026-03-27T04:25:10.550Z | Compiling serde_json v1.0.149 |
| 392 | 2026-03-27T04:25:10.606Z | Compiling errno v0.3.14 |
| 393 | 2026-03-27T04:25:10.675Z | Compiling anyhow v1.0.102 |
| 394 | 2026-03-27T04:25:10.780Z | Compiling anstream v1.0.0 |
| 395 | 2026-03-27T04:25:10.815Z | Compiling clap_lex v1.1.0 |
| 396 | 2026-03-27T04:25:10.961Z | Compiling winnow v1.0.0 |
| 397 | 2026-03-27T04:25:10.992Z | Compiling heck v0.5.0 |
| 398 | 2026-03-27T04:25:11.055Z | Compiling syn v2.0.117 |
| 399 | 2026-03-27T04:25:11.099Z | Compiling strsim v0.11.1 |
| 400 | 2026-03-27T04:25:11.183Z | Compiling memchr v2.8.0 |
| 401 | 2026-03-27T04:25:11.198Z | Compiling itoa v1.0.18 |
| 402 | 2026-03-27T04:25:11.308Z | Compiling terminal_size v0.4.4 |
| 403 | 2026-03-27T04:25:11.369Z | Compiling toml_parser v1.1.0+spec-1.1.0 |
| 404 | 2026-03-27T04:25:11.455Z | Compiling clap_builder v4.6.0 |
| 405 | 2026-03-27T04:25:11.654Z | Compiling toml_writer v1.1.0+spec-1.1.0 |
| 406 | 2026-03-27T04:25:12.065Z | Compiling semver v1.0.27 |
| 407 | 2026-03-27T04:25:12.207Z | Compiling cargo-platform v0.3.2 |
| 408 | 2026-03-27T04:25:12.737Z | Compiling toml_datetime v1.1.0+spec-1.1.0 |
| 409 | 2026-03-27T04:25:12.740Z | Compiling serde_spanned v1.1.0 |
| 410 | 2026-03-27T04:25:12.926Z | Compiling toml v1.1.0+spec-1.1.0 |
| 411 | 2026-03-27T04:25:13.238Z | Compiling serde_derive v1.0.228 |
| 412 | 2026-03-27T04:25:13.238Z | Compiling thiserror-impl v2.0.18 |
| 413 | 2026-03-27T04:25:13.242Z | Compiling clap_derive v4.6.0 |
| 414 | 2026-03-27T04:25:14.947Z | Compiling clap v4.6.0 |
| 415 | 2026-03-27T04:25:16.303Z | Compiling cargo_metadata v0.23.1 |
| 416 | 2026-03-27T04:25:18.879Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 417 | 2026-03-27T04:25:20.464Z | Finished `dev` profile [optimized + debuginfo] target(s) in 11.03s |
| 418 | 2026-03-27T04:25:20.481Z | Running `target/debug/xtask build --profile debug xde xde-link` |
| 419 | 2026-03-27T04:25:21.984Z | Building xde (dev). |
| 420 | 2026-03-27T04:25:22.212Z | Compiling serde_core v1.0.228 |
| 421 | 2026-03-27T04:25:22.212Z | Compiling byteorder v1.5.0 |
| 422 | 2026-03-27T04:25:22.212Z | Compiling cfg-if v1.0.4 |
| 423 | 2026-03-27T04:25:22.212Z | Compiling macaddr v1.0.1 |
| 424 | 2026-03-27T04:25:22.215Z | Compiling stable_deref_trait v1.2.1 |
| 425 | 2026-03-27T04:25:22.240Z | Compiling zerocopy v0.8.47 |
| 426 | 2026-03-27T04:25:22.244Z | Compiling thiserror v2.0.18 |
| 427 | 2026-03-27T04:25:22.247Z | Compiling managed v0.8.0 |
| 428 | 2026-03-27T04:25:22.289Z | Compiling bitflags v1.3.2 |
| 429 | 2026-03-27T04:25:22.293Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 430 | 2026-03-27T04:25:22.333Z | Compiling cobs v0.3.0 |
| 431 | 2026-03-27T04:25:22.351Z | Compiling either v1.15.0 |
| 432 | 2026-03-27T04:25:22.407Z | Compiling hash32 v0.3.1 |
| 433 | 2026-03-27T04:25:22.453Z | Compiling ref-cast v1.0.25 |
| 434 | 2026-03-27T04:25:22.481Z | Compiling crc32fast v1.5.0 |
| 435 | 2026-03-27T04:25:22.522Z | Compiling heapless v0.8.0 |
| 436 | 2026-03-27T04:25:22.544Z | Compiling itertools v0.14.0 |
| 437 | 2026-03-27T04:25:22.562Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 438 | 2026-03-27T04:25:22.573Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 439 | 2026-03-27T04:25:22.608Z | Compiling dyn-clone v1.0.20 |
| 440 | 2026-03-27T04:25:22.675Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 441 | 2026-03-27T04:25:22.878Z | Compiling smoltcp v0.11.0 |
| 442 | 2026-03-27T04:25:23.831Z | Compiling bitflags v2.11.0 |
| 443 | 2026-03-27T04:25:23.832Z | Compiling serde v1.0.228 |
| 444 | 2026-03-27T04:25:23.832Z | Compiling uuid v1.23.0 |
| 445 | 2026-03-27T04:25:23.970Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 446 | 2026-03-27T04:25:24.262Z | Compiling postcard v1.1.3 |
| 447 | 2026-03-27T04:25:25.062Z | Compiling ingot-types v0.1.2 |
| 448 | 2026-03-27T04:25:25.350Z | Compiling ingot v0.1.1 |
| 449 | 2026-03-27T04:25:26.753Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 450 | 2026-03-27T04:25:30.979Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 451 | 2026-03-27T04:25:41.193Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 452 | 2026-03-27T04:25:49.076Z | Finished `dev` profile [optimized + debuginfo] target(s) in 27.06s |
| 453 | 2026-03-27T04:25:49.101Z | Linking xde kmod... |
| 454 | 2026-03-27T04:25:50.225Z | Building xde dev link helper (dev). |
| 455 | 2026-03-27T04:25:50.386Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 456 | 2026-03-27T04:25:50.727Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.47s |
| 457 | 2026-03-27T04:25:50.750Z | |
| 458 | 2026-03-27T04:25:50.750Z | real 41.322487100 |
| 459 | 2026-03-27T04:25:50.750Z | user 2:14.898240462 |
| 460 | 2026-03-27T04:25:50.750Z | sys 11.172050808 |
| 461 | 2026-03-27T04:25:50.750Z | trap 0.061989709 |
| 462 | 2026-03-27T04:25:50.750Z | tflt 0.342197373 |
| 463 | 2026-03-27T04:25:50.750Z | dflt 0.397224780 |
| 464 | 2026-03-27T04:25:50.750Z | kflt 0.000018144 |
| 465 | 2026-03-27T04:25:50.750Z | lock 6:27.920772880 |
| 466 | 2026-03-27T04:25:50.750Z | slp 3:55.605380904 |
| 467 | 2026-03-27T04:25:50.750Z | lat 4.852417087 |
| 468 | 2026-03-27T04:25:50.750Z | stop 3.988162150 |
| 469 | 2026-03-27T04:25:50.758Z | + header 'build xde (release)' |
| 470 | 2026-03-27T04:25:50.758Z | + echo '# ==== build xde (release) ==== #' |
| 471 | 2026-03-27T04:25:50.758Z | + ptime -m cargo xtask build --profile release xde xde-link |
| 472 | 2026-03-27T04:25:50.758Z | # ==== build xde (release) ==== # |
| 473 | 2026-03-27T04:25:50.886Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s |
| 474 | 2026-03-27T04:25:50.889Z | Running `target/debug/xtask build --profile release xde xde-link` |
| 475 | 2026-03-27T04:25:51.077Z | Building xde (release-lto). |
| 476 | 2026-03-27T04:25:51.305Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 477 | 2026-03-27T04:25:51.305Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 478 | 2026-03-27T04:25:51.305Z | Compiling proc-macro2 v1.0.106 |
| 479 | 2026-03-27T04:25:51.305Z | Compiling unicode-ident v1.0.24 |
| 480 | 2026-03-27T04:25:51.305Z | Compiling quote v1.0.45 |
| 481 | 2026-03-27T04:25:51.305Z | Compiling serde_core v1.0.228 |
| 482 | 2026-03-27T04:25:51.305Z | Compiling fnv v1.0.7 |
| 483 | 2026-03-27T04:25:51.309Z | Compiling ident_case v1.0.1 |
| 484 | 2026-03-27T04:25:51.401Z | Compiling strsim v0.11.1 |
| 485 | 2026-03-27T04:25:51.420Z | Compiling memchr v2.8.0 |
| 486 | 2026-03-27T04:25:51.424Z | Compiling regex-syntax v0.8.10 |
| 487 | 2026-03-27T04:25:51.672Z | Compiling either v1.15.0 |
| 488 | 2026-03-27T04:25:51.688Z | Compiling thiserror v2.0.18 |
| 489 | 2026-03-27T04:25:51.768Z | Compiling zerocopy v0.8.47 |
| 490 | 2026-03-27T04:25:51.815Z | Compiling aho-corasick v1.1.4 |
| 491 | 2026-03-27T04:25:51.852Z | Compiling serde v1.0.228 |
| 492 | 2026-03-27T04:25:52.054Z | Compiling itertools v0.14.0 |
| 493 | 2026-03-27T04:25:52.275Z | Compiling heapless v0.8.0 |
| 494 | 2026-03-27T04:25:52.279Z | Compiling smoltcp v0.11.0 |
| 495 | 2026-03-27T04:25:52.479Z | Compiling syn v2.0.117 |
| 496 | 2026-03-27T04:25:52.479Z | Compiling ref-cast v1.0.25 |
| 497 | 2026-03-27T04:25:52.690Z | Compiling version_check v0.9.5 |
| 498 | 2026-03-27T04:25:52.733Z | Compiling crc32fast v1.5.0 |
| 499 | 2026-03-27T04:25:52.844Z | Compiling regex-automata v0.4.14 |
| 500 | 2026-03-27T04:25:53.041Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 501 | 2026-03-27T04:25:54.451Z | Compiling regex v1.12.3 |
| 502 | 2026-03-27T04:25:54.791Z | Compiling darling_core v0.21.3 |
| 503 | 2026-03-27T04:25:55.538Z | Compiling zerocopy-derive v0.8.47 |
| 504 | 2026-03-27T04:25:55.538Z | Compiling thiserror-impl v2.0.18 |
| 505 | 2026-03-27T04:25:55.542Z | Compiling serde_derive v1.0.228 |
| 506 | 2026-03-27T04:25:55.542Z | Compiling ref-cast-impl v1.0.25 |
| 507 | 2026-03-27T04:25:55.542Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 508 | 2026-03-27T04:25:56.860Z | Compiling darling_macro v0.21.3 |
| 509 | 2026-03-27T04:25:57.719Z | Compiling darling v0.21.3 |
| 510 | 2026-03-27T04:25:57.778Z | Compiling ingot-macros v0.1.1 |
| 511 | 2026-03-27T04:25:57.781Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 512 | 2026-03-27T04:26:03.140Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 513 | 2026-03-27T04:26:05.213Z | Compiling byteorder v1.5.0 |
| 514 | 2026-03-27T04:26:05.213Z | Compiling cfg-if v1.0.4 |
| 515 | 2026-03-27T04:26:05.213Z | Compiling stable_deref_trait v1.2.1 |
| 516 | 2026-03-27T04:26:05.213Z | Compiling macaddr v1.0.1 |
| 517 | 2026-03-27T04:26:05.278Z | Compiling cobs v0.3.0 |
| 518 | 2026-03-27T04:26:05.278Z | Compiling managed v0.8.0 |
| 519 | 2026-03-27T04:26:05.308Z | Compiling bitflags v1.3.2 |
| 520 | 2026-03-27T04:26:05.372Z | Compiling hash32 v0.3.1 |
| 521 | 2026-03-27T04:26:05.516Z | Compiling dyn-clone v1.0.20 |
| 522 | 2026-03-27T04:26:05.577Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 523 | 2026-03-27T04:26:06.798Z | Compiling bitflags v2.11.0 |
| 524 | 2026-03-27T04:26:06.798Z | Compiling uuid v1.23.0 |
| 525 | 2026-03-27T04:26:06.934Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 526 | 2026-03-27T04:26:07.227Z | Compiling postcard v1.1.3 |
| 527 | 2026-03-27T04:26:08.035Z | Compiling ingot-types v0.1.2 |
| 528 | 2026-03-27T04:26:08.350Z | Compiling ingot v0.1.1 |
| 529 | 2026-03-27T04:26:09.875Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 530 | 2026-03-27T04:26:13.576Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 531 | 2026-03-27T04:26:22.314Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 532 | 2026-03-27T04:26:50.008Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 58.89s |
| 533 | 2026-03-27T04:26:50.031Z | Linking xde kmod... |
| 534 | 2026-03-27T04:26:50.566Z | Building xde dev link helper (release). |
| 535 | 2026-03-27T04:26:50.724Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 536 | 2026-03-27T04:26:50.724Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 537 | 2026-03-27T04:26:50.724Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 538 | 2026-03-27T04:27:01.835Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 539 | 2026-03-27T04:27:04.176Z | Finished `release` profile [optimized + debuginfo] target(s) in 13.58s |
| 540 | 2026-03-27T04:27:04.195Z | |
| 541 | 2026-03-27T04:27:04.200Z | real 1:13.433590532 |
| 542 | 2026-03-27T04:27:04.200Z | user 2:02.155189246 |
| 543 | 2026-03-27T04:27:04.200Z | sys 11.864951761 |
| 544 | 2026-03-27T04:27:04.200Z | trap 0.027331844 |
| 545 | 2026-03-27T04:27:04.200Z | tflt 0.131083257 |
| 546 | 2026-03-27T04:27:04.200Z | dflt 0.204937562 |
| 547 | 2026-03-27T04:27:04.200Z | kflt 0.000027346 |
| 548 | 2026-03-27T04:27:04.200Z | lock 10:16.824464205 |
| 549 | 2026-03-27T04:27:04.200Z | slp 5:43.598056693 |
| 550 | 2026-03-27T04:27:04.200Z | lat 2.953882721 |
| 551 | 2026-03-27T04:27:04.200Z | stop 5.171846174 |
| 552 | 2026-03-27T04:27:04.200Z | + elfdump target/x86_64-unknown-unknown/debug/xde.dbg |
| 553 | 2026-03-27T04:27:04.200Z | + grep GOTPCREL |
| 554 | 2026-03-27T04:27:05.909Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 555 | 2026-03-27T04:27:05.913Z | + grep GOTPCREL |
| 556 | 2026-03-27T04:27:06.796Z | + cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/ |
| 557 | 2026-03-27T04:27:06.849Z | + sha256sum /work/debug/xde.dbg |
| 558 | 2026-03-27T04:27:06.899Z | + cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so |
| 559 | 2026-03-27T04:27:06.904Z | + sha256sum /work/debug/xde_link.dbg.so |
| 560 | 2026-03-27T04:27:06.907Z | + cp target/x86_64-unknown-unknown/release-lto/xde /work/release/ |
| 561 | 2026-03-27T04:27:06.938Z | + sha256sum /work/release/xde |
| 562 | 2026-03-27T04:27:06.966Z | + cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so |
| 563 | 2026-03-27T04:27:06.969Z | + sha256sum /work/release/xde_link.so |
| 564 | 2026-03-27T04:27:06.969Z | + header 'build xde integration tests' |
| 565 | 2026-03-27T04:27:06.969Z | + echo '# ==== build xde integration tests ==== #' |
| 566 | 2026-03-27T04:27:06.969Z | + pushd xde-tests |
| 567 | 2026-03-27T04:27:06.969Z | # ==== build xde integration tests ==== # |
| 568 | 2026-03-27T04:27:06.969Z | /work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte |
| 569 | 2026-03-27T04:27:06.969Z | + cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check |
| 570 | 2026-03-27T04:27:07.049Z | + cargo clippy --all-targets -- --deny warnings |
| 571 | 2026-03-27T04:27:07.264Z | Checking cfg-if v1.0.4 |
| 572 | 2026-03-27T04:27:07.265Z | Compiling serde_core v1.0.228 |
| 573 | 2026-03-27T04:27:07.265Z | Compiling libc v0.2.183 |
| 574 | 2026-03-27T04:27:07.265Z | Checking memchr v2.8.0 |
| 575 | 2026-03-27T04:27:07.265Z | Compiling rustversion v1.0.22 |
| 576 | 2026-03-27T04:27:07.268Z | Compiling serde v1.0.228 |
| 577 | 2026-03-27T04:27:07.268Z | Compiling version_check v0.9.5 |
| 578 | 2026-03-27T04:27:07.268Z | Compiling syn v2.0.117 |
| 579 | 2026-03-27T04:27:07.333Z | Compiling ident_case v1.0.1 |
| 580 | 2026-03-27T04:27:07.436Z | Compiling strsim v0.11.1 |
| 581 | 2026-03-27T04:27:07.552Z | Compiling fnv v1.0.7 |
| 582 | 2026-03-27T04:27:07.615Z | Compiling zerocopy v0.8.47 |
| 583 | 2026-03-27T04:27:07.650Z | Compiling syn v1.0.109 |
| 584 | 2026-03-27T04:27:07.715Z | Checking pin-project-lite v0.2.17 |
| 585 | 2026-03-27T04:27:07.794Z | Compiling regex-syntax v0.8.10 |
| 586 | 2026-03-27T04:27:07.955Z | Compiling either v1.15.0 |
| 587 | 2026-03-27T04:27:07.990Z | Compiling hashbrown v0.16.1 |
| 588 | 2026-03-27T04:27:08.019Z | Compiling aho-corasick v1.1.4 |
| 589 | 2026-03-27T04:27:08.149Z | Compiling winnow v1.0.0 |
| 590 | 2026-03-27T04:27:08.191Z | Compiling equivalent v1.0.2 |
| 591 | 2026-03-27T04:27:08.191Z | Compiling itertools v0.14.0 |
| 592 | 2026-03-27T04:27:08.536Z | Compiling indexmap v2.13.0 |
| 593 | 2026-03-27T04:27:09.087Z | Compiling toml_parser v1.1.0+spec-1.1.0 |
| 594 | 2026-03-27T04:27:09.193Z | Compiling toml_datetime v1.1.0+spec-1.1.0 |
| 595 | 2026-03-27T04:27:09.314Z | Compiling regex-automata v0.4.14 |
| 596 | 2026-03-27T04:27:09.407Z | Checking byteorder v1.5.0 |
| 597 | 2026-03-27T04:27:09.411Z | Compiling heapless v0.8.0 |
| 598 | 2026-03-27T04:27:09.463Z | Compiling toml_edit v0.25.8+spec-1.1.0 |
| 599 | 2026-03-27T04:27:09.556Z | Checking hash32 v0.3.1 |
| 600 | 2026-03-27T04:27:09.626Z | Checking bitflags v2.11.0 |
| 601 | 2026-03-27T04:27:09.654Z | Compiling slog v2.8.2 |
| 602 | 2026-03-27T04:27:09.779Z | Checking macaddr v1.0.1 |
| 603 | 2026-03-27T04:27:09.854Z | Compiling darling_core v0.21.3 |
| 604 | 2026-03-27T04:27:09.874Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 605 | 2026-03-27T04:27:09.889Z | Checking stable_deref_trait v1.2.1 |
| 606 | 2026-03-27T04:27:09.910Z | Checking futures-core v0.3.32 |
| 607 | 2026-03-27T04:27:09.949Z | Compiling smoltcp v0.11.0 |
| 608 | 2026-03-27T04:27:10.020Z | Checking futures-sink v0.3.32 |
| 609 | 2026-03-27T04:27:10.107Z | Checking futures-channel v0.3.32 |
| 610 | 2026-03-27T04:27:10.119Z | Compiling proc-macro-crate v3.5.0 |
| 611 | 2026-03-27T04:27:10.301Z | Compiling proc-macro-error-attr v1.0.4 |
| 612 | 2026-03-27T04:27:10.348Z | Checking rand_core v0.10.0 |
| 613 | 2026-03-27T04:27:10.481Z | Checking slab v0.4.12 |
| 614 | 2026-03-27T04:27:10.518Z | Checking futures-io v0.3.32 |
| 615 | 2026-03-27T04:27:10.531Z | Compiling crc32fast v1.5.0 |
| 616 | 2026-03-27T04:27:10.618Z | Compiling ref-cast v1.0.25 |
| 617 | 2026-03-27T04:27:10.618Z | Checking bitflags v1.3.2 |
| 618 | 2026-03-27T04:27:10.633Z | Checking futures-task v0.3.32 |
| 619 | 2026-03-27T04:27:10.675Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 620 | 2026-03-27T04:27:10.759Z | Compiling getrandom v0.4.2 |
| 621 | 2026-03-27T04:27:10.812Z | Checking managed v0.8.0 |
| 622 | 2026-03-27T04:27:10.888Z | Compiling autocfg v1.5.0 |
| 623 | 2026-03-27T04:27:10.961Z | Compiling regex v1.12.3 |
| 624 | 2026-03-27T04:27:11.068Z | Compiling serde_derive v1.0.228 |
| 625 | 2026-03-27T04:27:11.071Z | Compiling zerocopy-derive v0.8.47 |
| 626 | 2026-03-27T04:27:11.235Z | Compiling thiserror-impl v2.0.18 |
| 627 | 2026-03-27T04:27:11.347Z | Compiling futures-macro v0.3.32 |
| 628 | 2026-03-27T04:27:11.691Z | Compiling num-traits v0.2.19 |
| 629 | 2026-03-27T04:27:11.867Z | Compiling foreign-types-macros v0.2.3 |
| 630 | 2026-03-27T04:27:11.919Z | Compiling ref-cast-impl v1.0.25 |
| 631 | 2026-03-27T04:27:11.963Z | Compiling darling_macro v0.21.3 |
| 632 | 2026-03-27T04:27:12.152Z | Checking futures-util v0.3.32 |
| 633 | 2026-03-27T04:27:12.156Z | Compiling num_enum_derive v0.7.6 |
| 634 | 2026-03-27T04:27:12.438Z | Checking thiserror v2.0.18 |
| 635 | 2026-03-27T04:27:12.501Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 636 | 2026-03-27T04:27:12.509Z | Compiling darling v0.21.3 |
| 637 | 2026-03-27T04:27:12.516Z | Compiling proc-macro-error v1.0.4 |
| 638 | 2026-03-27T04:27:12.520Z | Checking cobs v0.3.0 |
| 639 | 2026-03-27T04:27:12.575Z | Compiling ingot-macros v0.1.1 |
| 640 | 2026-03-27T04:27:12.643Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 641 | 2026-03-27T04:27:12.740Z | Checking cpufeatures v0.3.0 |
| 642 | 2026-03-27T04:27:12.780Z | Checking foreign-types-shared v0.3.1 |
| 643 | 2026-03-27T04:27:12.796Z | Checking once_cell v1.21.4 |
| 644 | 2026-03-27T04:27:12.854Z | Checking ipnetwork v0.21.1 |
| 645 | 2026-03-27T04:27:12.887Z | Checking unicode-width v0.2.2 |
| 646 | 2026-03-27T04:27:12.957Z | Compiling getrandom v0.3.4 |
| 647 | 2026-03-27T04:27:13.023Z | Compiling crossbeam-utils v0.8.21 |
| 648 | 2026-03-27T04:27:13.131Z | Checking tabwriter v1.4.1 |
| 649 | 2026-03-27T04:27:13.151Z | Checking num_enum v0.7.6 |
| 650 | 2026-03-27T04:27:13.249Z | Checking tracing-core v0.1.36 |
| 651 | 2026-03-27T04:27:13.295Z | Checking foreign-types v0.5.0 |
| 652 | 2026-03-27T04:27:13.299Z | Checking chacha20 v0.10.0 |
| 653 | 2026-03-27T04:27:13.354Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 654 | 2026-03-27T04:27:13.618Z | Checking anyhow v1.0.102 |
| 655 | 2026-03-27T04:27:13.778Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 656 | 2026-03-27T04:27:13.840Z | Compiling tracing-attributes v0.1.31 |
| 657 | 2026-03-27T04:27:13.927Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 658 | 2026-03-27T04:27:14.146Z | Checking futures-executor v0.3.32 |
| 659 | 2026-03-27T04:27:14.190Z | Checking erased-serde v0.3.31 |
| 660 | 2026-03-27T04:27:14.262Z | Checking postcard v1.1.3 |
| 661 | 2026-03-27T04:27:14.376Z | Checking cstr-argument v0.1.2 |
| 662 | 2026-03-27T04:27:14.486Z | Checking dyn-clone v1.0.20 |
| 663 | 2026-03-27T04:27:14.513Z | Compiling num-conv v0.2.1 |
| 664 | 2026-03-27T04:27:14.536Z | Compiling time-core v0.1.8 |
| 665 | 2026-03-27T04:27:14.574Z | Checking pretty-hex v0.4.2 |
| 666 | 2026-03-27T04:27:14.648Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51) |
| 667 | 2026-03-27T04:27:14.666Z | Compiling thiserror v1.0.69 |
| 668 | 2026-03-27T04:27:14.679Z | Checking powerfmt v0.2.0 |
| 669 | 2026-03-27T04:27:14.811Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 670 | 2026-03-27T04:27:14.822Z | Checking deranged v0.5.8 |
| 671 | 2026-03-27T04:27:14.866Z | Compiling time-macros v0.2.27 |
| 672 | 2026-03-27T04:27:14.963Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 673 | 2026-03-27T04:27:15.064Z | Checking rand v0.10.0 |
| 674 | 2026-03-27T04:27:15.083Z | Checking tracing v0.1.44 |
| 675 | 2026-03-27T04:27:15.123Z | Checking futures v0.3.32 |
| 676 | 2026-03-27T04:27:15.142Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 677 | 2026-03-27T04:27:15.313Z | Checking ingot-types v0.1.2 |
| 678 | 2026-03-27T04:27:15.397Z | Compiling thiserror-impl v1.0.69 |
| 679 | 2026-03-27T04:27:15.443Z | Checking uuid v1.23.0 |
| 680 | 2026-03-27T04:27:15.512Z | Checking arc-swap v1.9.0 |
| 681 | 2026-03-27T04:27:15.580Z | Checking socket2 v0.6.3 |
| 682 | 2026-03-27T04:27:15.634Z | Checking ingot v0.1.1 |
| 683 | 2026-03-27T04:27:15.698Z | Checking nom v8.0.0 |
| 684 | 2026-03-27T04:27:15.713Z | Checking thread_local v1.1.9 |
| 685 | 2026-03-27T04:27:15.722Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 686 | 2026-03-27T04:27:15.821Z | Checking lazy_static v1.5.0 |
| 687 | 2026-03-27T04:27:15.846Z | Compiling slog-async v2.8.0 |
| 688 | 2026-03-27T04:27:15.860Z | Checking itoa v1.0.18 |
| 689 | 2026-03-27T04:27:15.895Z | Checking iana-time-zone v0.1.65 |
| 690 | 2026-03-27T04:27:15.989Z | Checking oxnet v0.1.4 |
| 691 | 2026-03-27T04:27:16.116Z | Checking colored v3.1.1 |
| 692 | 2026-03-27T04:27:16.255Z | Compiling heck v0.4.1 |
| 693 | 2026-03-27T04:27:16.294Z | Checking time v0.3.47 |
| 694 | 2026-03-27T04:27:16.424Z | Checking chrono v0.4.44 |
| 695 | 2026-03-27T04:27:16.440Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 696 | 2026-03-27T04:27:16.631Z | Checking slog-scope v4.4.1 |
| 697 | 2026-03-27T04:27:16.752Z | Checking crossbeam-channel v0.5.15 |
| 698 | 2026-03-27T04:27:17.065Z | Checking rand_core v0.9.5 |
| 699 | 2026-03-27T04:27:17.091Z | Checking ppv-lite86 v0.2.21 |
| 700 | 2026-03-27T04:27:17.104Z | Checking cookie-factory v0.3.3 |
| 701 | 2026-03-27T04:27:17.189Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 702 | 2026-03-27T04:27:17.210Z | Checking itertools v0.12.1 |
| 703 | 2026-03-27T04:27:17.217Z | Checking is-terminal v0.4.17 |
| 704 | 2026-03-27T04:27:17.285Z | Checking log v0.4.29 |
| 705 | 2026-03-27T04:27:17.348Z | Checking circular v0.3.0 |
| 706 | 2026-03-27T04:27:17.363Z | Checking take_mut v0.2.2 |
| 707 | 2026-03-27T04:27:17.400Z | Checking term v1.2.1 |
| 708 | 2026-03-27T04:27:17.440Z | Checking slog-stdlog v4.1.1 |
| 709 | 2026-03-27T04:27:17.446Z | Checking rand_chacha v0.9.0 |
| 710 | 2026-03-27T04:27:17.603Z | Checking rusticata-macros v5.0.0 |
| 711 | 2026-03-27T04:27:17.608Z | Checking rand v0.9.2 |
| 712 | 2026-03-27T04:27:17.611Z | Checking slog-term v2.9.2 |
| 713 | 2026-03-27T04:27:17.721Z | Checking pcap-parser v0.17.0 |
| 714 | 2026-03-27T04:27:18.168Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 715 | 2026-03-27T04:27:18.466Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10) |
| 716 | 2026-03-27T04:27:19.027Z | Checking slog-envlogger v2.2.0 |
| 717 | 2026-03-27T04:27:21.582Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 718 | 2026-03-27T04:27:23.106Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 719 | 2026-03-27T04:27:23.107Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 720 | 2026-03-27T04:27:23.450Z | Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 721 | 2026-03-27T04:27:23.950Z | Finished `dev` profile [optimized + debuginfo] target(s) in 16.85s |
| 722 | 2026-03-27T04:27:23.986Z | + cargo build --test loopback |
| 723 | 2026-03-27T04:27:24.158Z | Compiling cfg-if v1.0.4 |
| 724 | 2026-03-27T04:27:24.158Z | Compiling memchr v2.8.0 |
| 725 | 2026-03-27T04:27:24.161Z | Compiling serde_core v1.0.228 |
| 726 | 2026-03-27T04:27:24.161Z | Compiling libc v0.2.183 |
| 727 | 2026-03-27T04:27:24.189Z | Compiling thiserror v2.0.18 |
| 728 | 2026-03-27T04:27:24.189Z | Compiling zerocopy v0.8.47 |
| 729 | 2026-03-27T04:27:24.193Z | Compiling pin-project-lite v0.2.17 |
| 730 | 2026-03-27T04:27:24.196Z | Compiling byteorder v1.5.0 |
| 731 | 2026-03-27T04:27:24.233Z | Compiling either v1.15.0 |
| 732 | 2026-03-27T04:27:24.267Z | Compiling macaddr v1.0.1 |
| 733 | 2026-03-27T04:27:24.270Z | Compiling futures-core v0.3.32 |
| 734 | 2026-03-27T04:27:24.357Z | Compiling hash32 v0.3.1 |
| 735 | 2026-03-27T04:27:24.422Z | Compiling futures-sink v0.3.32 |
| 736 | 2026-03-27T04:27:24.423Z | Compiling stable_deref_trait v1.2.1 |
| 737 | 2026-03-27T04:27:24.489Z | Compiling heapless v0.8.0 |
| 738 | 2026-03-27T04:27:24.501Z | Compiling futures-channel v0.3.32 |
| 739 | 2026-03-27T04:27:24.507Z | Compiling cobs v0.3.0 |
| 740 | 2026-03-27T04:27:24.512Z | Compiling slab v0.4.12 |
| 741 | 2026-03-27T04:27:24.523Z | Compiling futures-io v0.3.32 |
| 742 | 2026-03-27T04:27:24.674Z | Compiling managed v0.8.0 |
| 743 | 2026-03-27T04:27:24.697Z | Compiling futures-task v0.3.32 |
| 744 | 2026-03-27T04:27:24.728Z | Compiling rand_core v0.10.0 |
| 745 | 2026-03-27T04:27:24.773Z | Compiling bitflags v1.3.2 |
| 746 | 2026-03-27T04:27:24.840Z | Compiling futures-util v0.3.32 |
| 747 | 2026-03-27T04:27:24.879Z | Compiling smoltcp v0.11.0 |
| 748 | 2026-03-27T04:27:24.884Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 749 | 2026-03-27T04:27:24.887Z | Compiling ipnetwork v0.21.1 |
| 750 | 2026-03-27T04:27:24.898Z | Compiling cpufeatures v0.3.0 |
| 751 | 2026-03-27T04:27:24.961Z | Compiling unicode-width v0.2.2 |
| 752 | 2026-03-27T04:27:25.116Z | Compiling once_cell v1.21.4 |
| 753 | 2026-03-27T04:27:25.266Z | Compiling foreign-types-shared v0.3.1 |
| 754 | 2026-03-27T04:27:25.349Z | Compiling foreign-types v0.5.0 |
| 755 | 2026-03-27T04:27:25.349Z | Compiling tracing-core v0.1.36 |
| 756 | 2026-03-27T04:27:25.386Z | Compiling tabwriter v1.4.1 |
| 757 | 2026-03-27T04:27:25.452Z | Compiling chacha20 v0.10.0 |
| 758 | 2026-03-27T04:27:25.759Z | Compiling ref-cast v1.0.25 |
| 759 | 2026-03-27T04:27:25.790Z | Compiling num_enum v0.7.6 |
| 760 | 2026-03-27T04:27:25.796Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 761 | 2026-03-27T04:27:25.850Z | Compiling crc32fast v1.5.0 |
| 762 | 2026-03-27T04:27:25.892Z | Compiling serde v1.0.228 |
| 763 | 2026-03-27T04:27:25.896Z | Compiling bitflags v2.11.0 |
| 764 | 2026-03-27T04:27:26.086Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 765 | 2026-03-27T04:27:26.117Z | Compiling getrandom v0.4.2 |
| 766 | 2026-03-27T04:27:26.314Z | Compiling cstr-argument v0.1.2 |
| 767 | 2026-03-27T04:27:26.331Z | Compiling erased-serde v0.3.31 |
| 768 | 2026-03-27T04:27:26.479Z | Compiling postcard v1.1.3 |
| 769 | 2026-03-27T04:27:26.537Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 770 | 2026-03-27T04:27:26.643Z | Compiling itertools v0.14.0 |
| 771 | 2026-03-27T04:27:26.663Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 772 | 2026-03-27T04:27:26.713Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 773 | 2026-03-27T04:27:26.828Z | Compiling slog v2.8.2 |
| 774 | 2026-03-27T04:27:27.062Z | Compiling ingot-types v0.1.2 |
| 775 | 2026-03-27T04:27:27.203Z | Compiling futures-executor v0.3.32 |
| 776 | 2026-03-27T04:27:27.283Z | Compiling dyn-clone v1.0.20 |
| 777 | 2026-03-27T04:27:27.358Z | Compiling pretty-hex v0.4.2 |
| 778 | 2026-03-27T04:27:27.436Z | Compiling ingot v0.1.1 |
| 779 | 2026-03-27T04:27:27.447Z | Compiling powerfmt v0.2.0 |
| 780 | 2026-03-27T04:27:27.466Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 781 | 2026-03-27T04:27:27.493Z | Compiling futures v0.3.32 |
| 782 | 2026-03-27T04:27:27.561Z | Compiling tracing v0.1.44 |
| 783 | 2026-03-27T04:27:27.567Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 784 | 2026-03-27T04:27:27.605Z | Compiling deranged v0.5.8 |
| 785 | 2026-03-27T04:27:27.676Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 786 | 2026-03-27T04:27:27.679Z | Compiling rand v0.10.0 |
| 787 | 2026-03-27T04:27:27.702Z | Compiling num-traits v0.2.19 |
| 788 | 2026-03-27T04:27:27.826Z | Compiling uuid v1.23.0 |
| 789 | 2026-03-27T04:27:27.933Z | Compiling crossbeam-utils v0.8.21 |
| 790 | 2026-03-27T04:27:28.172Z | Compiling getrandom v0.3.4 |
| 791 | 2026-03-27T04:27:28.380Z | Compiling nom v8.0.0 |
| 792 | 2026-03-27T04:27:28.412Z | Compiling aho-corasick v1.1.4 |
| 793 | 2026-03-27T04:27:28.438Z | Compiling socket2 v0.6.3 |
| 794 | 2026-03-27T04:27:28.611Z | Compiling thread_local v1.1.9 |
| 795 | 2026-03-27T04:27:28.714Z | Compiling arc-swap v1.9.0 |
| 796 | 2026-03-27T04:27:28.871Z | Compiling regex-syntax v0.8.10 |
| 797 | 2026-03-27T04:27:29.052Z | Compiling time-core v0.1.8 |
| 798 | 2026-03-27T04:27:29.129Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 799 | 2026-03-27T04:27:29.196Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 800 | 2026-03-27T04:27:29.352Z | Compiling iana-time-zone v0.1.65 |
| 801 | 2026-03-27T04:27:29.371Z | Compiling oxnet v0.1.4 |
| 802 | 2026-03-27T04:27:29.663Z | Compiling colored v3.1.1 |
| 803 | 2026-03-27T04:27:29.714Z | Compiling winnow v1.0.0 |
| 804 | 2026-03-27T04:27:29.822Z | Compiling num-conv v0.2.1 |
| 805 | 2026-03-27T04:27:29.836Z | Compiling lazy_static v1.5.0 |
| 806 | 2026-03-27T04:27:29.928Z | Compiling slog-scope v4.4.1 |
| 807 | 2026-03-27T04:27:29.964Z | Compiling time v0.3.47 |
| 808 | 2026-03-27T04:27:30.520Z | Compiling regex-automata v0.4.14 |
| 809 | 2026-03-27T04:27:30.909Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51) |
| 810 | 2026-03-27T04:27:31.219Z | Compiling rusticata-macros v5.0.0 |
| 811 | 2026-03-27T04:27:31.541Z | Compiling chrono v0.4.44 |
| 812 | 2026-03-27T04:27:31.552Z | Compiling thiserror v1.0.69 |
| 813 | 2026-03-27T04:27:31.649Z | Compiling rand_core v0.9.5 |
| 814 | 2026-03-27T04:27:31.874Z | Compiling crossbeam-channel v0.5.15 |
| 815 | 2026-03-27T04:27:31.912Z | Compiling cookie-factory v0.3.3 |
| 816 | 2026-03-27T04:27:32.224Z | Compiling ppv-lite86 v0.2.21 |
| 817 | 2026-03-27T04:27:32.546Z | Compiling is-terminal v0.4.17 |
| 818 | 2026-03-27T04:27:32.636Z | Compiling itertools v0.12.1 |
| 819 | 2026-03-27T04:27:32.646Z | Compiling log v0.4.29 |
| 820 | 2026-03-27T04:27:32.904Z | Compiling circular v0.3.0 |
| 821 | 2026-03-27T04:27:33.168Z | Compiling term v1.2.1 |
| 822 | 2026-03-27T04:27:34.094Z | Compiling take_mut v0.2.2 |
| 823 | 2026-03-27T04:27:34.208Z | Compiling slog-async v2.8.0 |
| 824 | 2026-03-27T04:27:35.491Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 825 | 2026-03-27T04:27:35.644Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 826 | 2026-03-27T04:27:35.774Z | Compiling slog-term v2.9.2 |
| 827 | 2026-03-27T04:27:36.029Z | Compiling pcap-parser v0.17.0 |
| 828 | 2026-03-27T04:27:37.415Z | Compiling slog-stdlog v4.1.1 |
| 829 | 2026-03-27T04:27:37.689Z | Compiling rand_chacha v0.9.0 |
| 830 | 2026-03-27T04:27:37.790Z | Compiling regex v1.12.3 |
| 831 | 2026-03-27T04:27:37.810Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 832 | 2026-03-27T04:27:37.851Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 833 | 2026-03-27T04:27:38.543Z | Compiling slog-envlogger v2.2.0 |
| 834 | 2026-03-27T04:27:39.034Z | Compiling rand v0.9.2 |
| 835 | 2026-03-27T04:27:39.865Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10) |
| 836 | 2026-03-27T04:27:40.131Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 837 | 2026-03-27T04:27:47.558Z | Finished `dev` profile [optimized + debuginfo] target(s) in 23.56s |
| 838 | 2026-03-27T04:27:47.593Z | ++ cargo build -q --test loopback --message-format=json |
| 839 | 2026-03-27T04:27:47.596Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 840 | 2026-03-27T04:27:47.714Z | + loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-5cbbc7a87e5c0d0c |
| 841 | 2026-03-27T04:27:47.714Z | + cargo build --test multicast_rx |
| 842 | 2026-03-27T04:27:47.817Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 843 | 2026-03-27T04:27:49.362Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.64s |
| 844 | 2026-03-27T04:27:49.398Z | ++ cargo build -q --test multicast_rx --message-format=json |
| 845 | 2026-03-27T04:27:49.401Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 846 | 2026-03-27T04:27:49.522Z | + multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-b14c5af8e0880cc6 |
| 847 | 2026-03-27T04:27:49.522Z | + cargo build --test multicast_multi_sub |
| 848 | 2026-03-27T04:27:49.627Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 849 | 2026-03-27T04:27:51.356Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.82s |
| 850 | 2026-03-27T04:27:51.393Z | ++ cargo build -q --test multicast_multi_sub --message-format=json |
| 851 | 2026-03-27T04:27:51.396Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 852 | 2026-03-27T04:27:51.515Z | + multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-30795bf59ac2489b |
| 853 | 2026-03-27T04:27:51.515Z | + cargo build --test multicast_validation |
| 854 | 2026-03-27T04:27:51.619Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 855 | 2026-03-27T04:27:53.498Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.97s |
| 856 | 2026-03-27T04:27:53.533Z | ++ cargo build -q --test multicast_validation --message-format=json |
| 857 | 2026-03-27T04:27:53.536Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 858 | 2026-03-27T04:27:53.658Z | + multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-a0a1f26478cd4a76 |
| 859 | 2026-03-27T04:27:53.658Z | + mkdir -p /work/test |
| 860 | 2026-03-27T04:27:53.661Z | + cp /work/oxidecomputer/opte/target/debug/deps/loopback-5cbbc7a87e5c0d0c /work/test/loopback |
| 861 | 2026-03-27T04:27:53.689Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-b14c5af8e0880cc6 /work/test/multicast_rx |
| 862 | 2026-03-27T04:27:53.720Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-30795bf59ac2489b /work/test/multicast_multi_sub |
| 863 | 2026-03-27T04:27:53.763Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-a0a1f26478cd4a76 /work/test/multicast_validation |
| 864 | 2026-03-27T04:27:53.804Z | process exited: duration 241193 ms, exit code 0 |
| |
| 865 | 2026-03-27T04:27:53.821Z | found 13 output files |
| 866 | 2026-03-27T04:27:53.821Z | uploading: /work/debug/xde.dbg (90319336 bytes) |
| 867 | 2026-03-27T04:27:55.433Z | uploaded: /work/debug/xde.dbg |
| 868 | 2026-03-27T04:27:55.438Z | uploading: /work/debug/xde.dbg.sha256 (86 bytes) |
| 869 | 2026-03-27T04:27:56.448Z | uploaded: /work/debug/xde.dbg.sha256 |
| 870 | 2026-03-27T04:27:56.449Z | uploading: /work/debug/xde_link.dbg.so (1068452 bytes) |
| 871 | 2026-03-27T04:27:57.492Z | uploaded: /work/debug/xde_link.dbg.so |
| 872 | 2026-03-27T04:27:57.492Z | uploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes) |
| 873 | 2026-03-27T04:27:58.509Z | uploaded: /work/debug/xde_link.dbg.so.sha256 |
| 874 | 2026-03-27T04:27:58.518Z | uploading: /work/release/xde (48686328 bytes) |
| 875 | 2026-03-27T04:27:59.846Z | uploaded: /work/release/xde |
| 876 | 2026-03-27T04:27:59.847Z | uploading: /work/release/xde.sha256 (84 bytes) |
| 877 | 2026-03-27T04:28:00.871Z | uploaded: /work/release/xde.sha256 |
| 878 | 2026-03-27T04:28:00.871Z | uploading: /work/release/xde_link.so (39480 bytes) |
| 879 | 2026-03-27T04:28:01.887Z | uploaded: /work/release/xde_link.so |
| 880 | 2026-03-27T04:28:01.894Z | uploading: /work/release/xde_link.so.sha256 (92 bytes) |
| 881 | 2026-03-27T04:28:02.905Z | uploaded: /work/release/xde_link.so.sha256 |
| 882 | 2026-03-27T04:28:02.909Z | uploading: /work/test/loopback (49350320 bytes) |
| 883 | 2026-03-27T04:28:04.235Z | uploaded: /work/test/loopback |
| 884 | 2026-03-27T04:28:04.235Z | uploading: /work/test/multicast_rx (49647000 bytes) |
| 885 | 2026-03-27T04:28:05.530Z | uploaded: /work/test/multicast_rx |
| 886 | 2026-03-27T04:28:05.534Z | uploading: /work/test/multicast_multi_sub (53619096 bytes) |
| 887 | 2026-03-27T04:28:06.995Z | uploaded: /work/test/multicast_multi_sub |
| 888 | 2026-03-27T04:28:06.999Z | uploading: /work/test/multicast_validation (49818992 bytes) |
| 889 | 2026-03-27T04:28:08.287Z | uploaded: /work/test/multicast_validation |
| 890 | 2026-03-27T04:28:08.287Z | uploading: /work/xde.conf (79 bytes) |
| 891 | 2026-03-27T04:28:09.302Z | uploaded: /work/xde.conf |