|
|
|
| 1 | 2026-06-10T03:36:55.469Z | job assigned to worker 01KTQSKXZPCSV5CSK2NZTQAWG9 [factory aws, i-00d4616df80a66406] (queued for 53 s) |
| |
| 2 | 2026-06-10T03:37:02.251Z | starting task 0: "setup" |
| 3 | 2026-06-10T03:37:02.255Z | ++ uname -s |
| 4 | 2026-06-10T03:37:02.258Z | + kern=SunOS |
| 5 | 2026-06-10T03:37:02.259Z | + build_user=build |
| 6 | 2026-06-10T03:37:02.259Z | + build_uid=12345 |
| 7 | 2026-06-10T03:37:02.259Z | + work_dir=/work |
| 8 | 2026-06-10T03:37:02.259Z | + input_dir=/input |
| 9 | 2026-06-10T03:37:02.259Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-10T03:37:02.259Z | + case "$kern" in |
| 11 | 2026-06-10T03:37:02.259Z | + groupadd -g 12345 build |
| 12 | 2026-06-10T03:37:02.264Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-10T03:37:04.265Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-10T03:37:04.343Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-10T03:37:04.379Z | + home_fs=zfs |
| 16 | 2026-06-10T03:37:04.379Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-10T03:37:04.379Z | + mkdir -p /home/build |
| 18 | 2026-06-10T03:37:04.379Z | + chown build:build /home/build /work |
| 19 | 2026-06-10T03:37:06.347Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-10T03:37:06.350Z | process exited: duration 4101 ms, exit code 0 |
| |
| 21 | 2026-06-10T03:37:06.356Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-10T03:37:06.361Z | + printf ' * rust toolchain channel = "%s"\n' 1.95.0 |
| 23 | 2026-06-10T03:37:06.361Z | * rust toolchain channel = "1.95.0" |
| 24 | 2026-06-10T03:37:06.361Z | * rust toolchain profile = "default" |
| 25 | 2026-06-10T03:37:06.361Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-06-10T03:37:06.361Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-10T03:37:06.361Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-10T03:37:06.364Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-10T03:37:06.364Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default |
| 30 | 2026-06-10T03:37:06.498Z | info: downloading installer |
| 31 | 2026-06-10T03:37:08.065Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-10T03:37:08.065Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-10T03:37:08.065Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-10T03:37:08.068Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-10T03:37:08.077Z | info: profile set to default |
| 36 | 2026-06-10T03:37:08.077Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-10T03:37:08.080Z | info: syncing channel updates for 1.95.0-x86_64-unknown-illumos |
| 38 | 2026-06-10T03:37:08.233Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 39 | 2026-06-10T03:37:08.236Z | info: downloading 6 components |
| 40 | 2026-06-10T03:37:23.578Z | info: default toolchain set to 1.95.0-x86_64-unknown-illumos |
| 41 | 2026-06-10T03:37:23.578Z | |
| 42 | 2026-06-10T03:37:23.610Z | 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 43 | 2026-06-10T03:37:23.610Z | |
| 44 | 2026-06-10T03:37:23.610Z | |
| 45 | 2026-06-10T03:37:23.611Z | Rust is installed now. Great! |
| 46 | 2026-06-10T03:37:23.611Z | |
| 47 | 2026-06-10T03:37:23.615Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-10T03:37:23.615Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-10T03:37:23.615Z | |
| 50 | 2026-06-10T03:37:23.615Z | To configure your current shell, you need to source |
| 51 | 2026-06-10T03:37:23.615Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-10T03:37:23.615Z | |
| 53 | 2026-06-10T03:37:23.615Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-10T03:37:23.615Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-10T03:37:23.615Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-10T03:37:23.615Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-10T03:37:23.615Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-10T03:37:23.615Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-10T03:37:23.615Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-10T03:37:23.615Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-10T03:37:23.615Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-10T03:37:23.710Z | + rustup --version |
| 63 | 2026-06-10T03:37:23.718Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-10T03:37:23.722Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-10T03:37:23.739Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 66 | 2026-06-10T03:37:23.742Z | + cargo --version |
| 67 | 2026-06-10T03:37:23.756Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 68 | 2026-06-10T03:37:23.759Z | + rustc --version |
| 69 | 2026-06-10T03:37:23.778Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 70 | 2026-06-10T03:37:23.781Z | process exited: duration 17423 ms, exit code 0 |
| |
| 71 | 2026-06-10T03:37:23.787Z | starting task 2: "authentication" |
| 72 | 2026-06-10T03:37:23.803Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-10T03:37:23.811Z | starting task 3: "clone repository" |
| 74 | 2026-06-10T03:37:23.814Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-06-10T03:37:23.817Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-06-10T03:37:23.846Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-06-10T03:37:24.666Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-06-10T03:37:24.666Z | + git fetch origin db98f704610f68ee307e8d8df839d51ba2252392 |
| 79 | 2026-06-10T03:37:24.882Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-06-10T03:37:24.882Z | * branch db98f704610f68ee307e8d8df839d51ba2252392 -> FETCH_HEAD |
| 81 | 2026-06-10T03:37:24.889Z | + [[ -n renovate/zerocopy-0.x-lockfile ]] |
| 82 | 2026-06-10T03:37:24.892Z | ++ git branch --show-current |
| 83 | 2026-06-10T03:37:24.892Z | + current=master |
| 84 | 2026-06-10T03:37:24.892Z | + [[ master != renovate/zerocopy-0.x-lockfile ]] |
| 85 | 2026-06-10T03:37:24.892Z | + git branch -f renovate/zerocopy-0.x-lockfile db98f704610f68ee307e8d8df839d51ba2252392 |
| 86 | 2026-06-10T03:37:24.906Z | + git checkout -f renovate/zerocopy-0.x-lockfile |
| 87 | 2026-06-10T03:37:24.911Z | Switched to branch 'renovate/zerocopy-0.x-lockfile' |
| 88 | 2026-06-10T03:37:24.914Z | + git reset --hard db98f704610f68ee307e8d8df839d51ba2252392 |
| 89 | 2026-06-10T03:37:24.917Z | HEAD is now at db98f70 Update Rust crate zerocopy to v0.8.52 |
| 90 | 2026-06-10T03:37:24.917Z | process exited: duration 1105 ms, exit code 0 |
| |
| 91 | 2026-06-10T03:37:24.923Z | starting task 4: "build" |
| 92 | 2026-06-10T03:37:24.927Z | + source .github/buildomat/common.sh |
| 93 | 2026-06-10T03:37:24.927Z | ++ rustup show active-toolchain |
| 94 | 2026-06-10T03:37:24.933Z | 1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-06-10T03:37:24.936Z | ++ pushd xde |
| 96 | 2026-06-10T03:37:24.936Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-06-10T03:37:24.936Z | ++ rustup show active-toolchain |
| 98 | 2026-06-10T03:37:24.940Z | info: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos |
| 99 | 2026-06-10T03:37:25.114Z | info: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31) |
| 100 | 2026-06-10T03:37:25.117Z | info: downloading 6 components |
| 101 | 2026-06-10T03:38:16.234Z | nightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-06-10T03:38:16.332Z | +++ rustup show active-toolchain -v |
| 103 | 2026-06-10T03:38:16.335Z | +++ head -n 1 |
| 104 | 2026-06-10T03:38:16.335Z | +++ cut '-d ' -f1 |
| 105 | 2026-06-10T03:38:16.388Z | ++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 106 | 2026-06-10T03:38:16.388Z | ++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 107 | 2026-06-10T03:38:16.388Z | ++ popd |
| 108 | 2026-06-10T03:38:16.392Z | /work/oxidecomputer/opte |
| 109 | 2026-06-10T03:38:16.392Z | + TGT_BASE=/work |
| 110 | 2026-06-10T03:38:16.392Z | + DBG_SRC=target/x86_64-unknown-unknown/debug |
| 111 | 2026-06-10T03:38:16.392Z | + DBG_LINK_SRC=target/i686-unknown-illumos/debug |
| 112 | 2026-06-10T03:38:16.392Z | + DBG_TGT=/work/debug |
| 113 | 2026-06-10T03:38:16.392Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 114 | 2026-06-10T03:38:16.392Z | + REL_LINK_SRC=target/i686-unknown-illumos/release |
| 115 | 2026-06-10T03:38:16.392Z | + REL_TGT=/work/release |
| 116 | 2026-06-10T03:38:16.392Z | + mkdir -p /work/debug /work/release |
| 117 | 2026-06-10T03:38:16.392Z | + cargo --version |
| 118 | 2026-06-10T03:38:16.399Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 119 | 2026-06-10T03:38:16.403Z | + rustc --version |
| 120 | 2026-06-10T03:38:16.421Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 121 | 2026-06-10T03:38:16.424Z | + install_pkg jq |
| 122 | 2026-06-10T03:38:16.424Z | + set +o errexit |
| 123 | 2026-06-10T03:38:16.424Z | + pfexec pkg install jq |
| 124 | 2026-06-10T03:38:19.712Z | Startup: Refreshing catalog 'helios' ... Done |
| 125 | 2026-06-10T03:38:19.795Z | Startup: Caching catalogs ... Done |
| 126 | 2026-06-10T03:38:20.110Z | Planning: Solver setup ... Done |
| 127 | 2026-06-10T03:38:20.132Z | Planning: Running solver ... Done |
| 128 | 2026-06-10T03:38:20.136Z | Planning: Consolidating action changes ... Done |
| 129 | 2026-06-10T03:38:20.136Z | Planning: Evaluating mediators ... Done |
| 130 | 2026-06-10T03:38:20.139Z | Planning: Planning completed in 0.32 seconds |
| 131 | 2026-06-10T03:38:20.153Z | No updates necessary for this image. |
| 132 | 2026-06-10T03:38:20.235Z | + exit_code=4 |
| 133 | 2026-06-10T03:38:20.236Z | + [[ 4 -ne 0 ]] |
| 134 | 2026-06-10T03:38:20.236Z | + [[ 4 -ne 4 ]] |
| 135 | 2026-06-10T03:38:20.236Z | + set -o errexit |
| 136 | 2026-06-10T03:38:20.239Z | + pushd xde |
| 137 | 2026-06-10T03:38:20.239Z | + cp xde.conf /work/xde.conf |
| 138 | 2026-06-10T03:38:20.239Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 139 | 2026-06-10T03:38:20.239Z | + header 'check style' |
| 140 | 2026-06-10T03:38:20.239Z | + echo '# ==== check style ==== #' |
| 141 | 2026-06-10T03:38:20.239Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check |
| 142 | 2026-06-10T03:38:20.239Z | # ==== check style ==== # |
| 143 | 2026-06-10T03:38:20.451Z | |
| 144 | 2026-06-10T03:38:20.451Z | real 0.209518699 |
| 145 | 2026-06-10T03:38:20.451Z | user 0.152621283 |
| 146 | 2026-06-10T03:38:20.451Z | sys 0.048738282 |
| 147 | 2026-06-10T03:38:20.451Z | trap 0.000010660 |
| 148 | 2026-06-10T03:38:20.451Z | tflt 0.000028690 |
| 149 | 2026-06-10T03:38:20.451Z | dflt 0.000046600 |
| 150 | 2026-06-10T03:38:20.451Z | kflt 0.000002620 |
| 151 | 2026-06-10T03:38:20.451Z | lock 0.038329105 |
| 152 | 2026-06-10T03:38:20.451Z | slp 0.186547101 |
| 153 | 2026-06-10T03:38:20.451Z | lat 0.000985680 |
| 154 | 2026-06-10T03:38:20.455Z | stop 0.000098790 |
| 155 | 2026-06-10T03:38:20.455Z | + header analyze |
| 156 | 2026-06-10T03:38:20.455Z | + echo '# ==== analyze ==== #' |
| 157 | 2026-06-10T03:38:20.455Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 158 | 2026-06-10T03:38:20.455Z | # ==== analyze ==== # |
| 159 | 2026-06-10T03:38:20.633Z | Updating crates.io index |
| 160 | 2026-06-10T03:38:20.636Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 161 | 2026-06-10T03:38:21.737Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 162 | 2026-06-10T03:38:22.458Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 163 | 2026-06-10T03:38:22.787Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 164 | 2026-06-10T03:38:23.066Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 165 | 2026-06-10T03:38:23.519Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 166 | 2026-06-10T03:38:23.780Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 167 | 2026-06-10T03:38:25.704Z | Downloading crates ... |
| 168 | 2026-06-10T03:38:25.747Z | Downloaded cfg-if v1.0.4 |
| 169 | 2026-06-10T03:38:25.763Z | Downloaded proc-macro-error2 v2.0.1 |
| 170 | 2026-06-10T03:38:25.771Z | Downloaded embedded-io v0.6.1 |
| 171 | 2026-06-10T03:38:25.778Z | Downloaded darling v0.23.0 |
| 172 | 2026-06-10T03:38:25.781Z | Downloaded darling v0.21.3 |
| 173 | 2026-06-10T03:38:25.785Z | Downloaded cobs v0.3.0 |
| 174 | 2026-06-10T03:38:25.788Z | Downloaded aho-corasick v1.1.4 |
| 175 | 2026-06-10T03:38:25.788Z | Downloaded strsim v0.11.1 |
| 176 | 2026-06-10T03:38:25.791Z | Downloaded embedded-io v0.4.0 |
| 177 | 2026-06-10T03:38:25.795Z | Downloaded stable_deref_trait v1.2.1 |
| 178 | 2026-06-10T03:38:25.795Z | Downloaded crc32fast v1.5.0 |
| 179 | 2026-06-10T03:38:25.798Z | Downloaded thiserror v2.0.18 |
| 180 | 2026-06-10T03:38:25.802Z | Downloaded defmt-parser v1.0.0 |
| 181 | 2026-06-10T03:38:25.802Z | Downloaded darling_macro v0.21.3 |
| 182 | 2026-06-10T03:38:25.805Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 183 | 2026-06-10T03:38:25.808Z | Downloaded thiserror-impl v2.0.18 |
| 184 | 2026-06-10T03:38:25.820Z | Downloaded ref-cast v1.0.25 |
| 185 | 2026-06-10T03:38:25.823Z | Downloaded ident_case v1.0.1 |
| 186 | 2026-06-10T03:38:25.823Z | Downloaded quote v1.0.45 |
| 187 | 2026-06-10T03:38:25.823Z | Downloaded darling_core v0.23.0 |
| 188 | 2026-06-10T03:38:25.823Z | Downloaded ingot v0.1.1 |
| 189 | 2026-06-10T03:38:25.823Z | Downloaded managed v0.8.0 |
| 190 | 2026-06-10T03:38:25.823Z | Downloaded ref-cast-impl v1.0.25 |
| 191 | 2026-06-10T03:38:25.823Z | Downloaded version_check v0.9.5 |
| 192 | 2026-06-10T03:38:25.832Z | Downloaded hash32 v0.3.1 |
| 193 | 2026-06-10T03:38:25.836Z | Downloaded macaddr v1.0.1 |
| 194 | 2026-06-10T03:38:25.839Z | Downloaded dyn-clone v1.0.20 |
| 195 | 2026-06-10T03:38:25.842Z | Downloaded darling_macro v0.23.0 |
| 196 | 2026-06-10T03:38:25.845Z | Downloaded memchr v2.8.1 |
| 197 | 2026-06-10T03:38:25.848Z | Downloaded bitflags v1.3.2 |
| 198 | 2026-06-10T03:38:25.851Z | Downloaded defmt v0.3.100 |
| 199 | 2026-06-10T03:38:25.857Z | Downloaded proc-macro2 v1.0.106 |
| 200 | 2026-06-10T03:38:25.860Z | Downloaded fnv v1.0.7 |
| 201 | 2026-06-10T03:38:25.860Z | Downloaded defmt-macros v1.1.0 |
| 202 | 2026-06-10T03:38:25.865Z | Downloaded ingot-types v0.1.2 |
| 203 | 2026-06-10T03:38:25.869Z | Downloaded byteorder v1.5.0 |
| 204 | 2026-06-10T03:38:25.871Z | Downloaded either v1.16.0 |
| 205 | 2026-06-10T03:38:25.874Z | Downloaded ingot-macros v0.1.1 |
| 206 | 2026-06-10T03:38:25.877Z | Downloaded bitflags v2.13.0 |
| 207 | 2026-06-10T03:38:25.880Z | Downloaded uuid v1.23.3 |
| 208 | 2026-06-10T03:38:25.883Z | Downloaded postcard v1.1.3 |
| 209 | 2026-06-10T03:38:25.891Z | Downloaded unicode-ident v1.0.24 |
| 210 | 2026-06-10T03:38:25.894Z | Downloaded darling_core v0.21.3 |
| 211 | 2026-06-10T03:38:25.897Z | Downloaded serde_derive v1.0.228 |
| 212 | 2026-06-10T03:38:25.900Z | Downloaded defmt v1.1.0 |
| 213 | 2026-06-10T03:38:25.903Z | Downloaded heapless v0.8.0 |
| 214 | 2026-06-10T03:38:25.907Z | Downloaded serde_core v1.0.228 |
| 215 | 2026-06-10T03:38:25.910Z | Downloaded zerocopy-derive v0.8.52 |
| 216 | 2026-06-10T03:38:25.913Z | Downloaded serde v1.0.228 |
| 217 | 2026-06-10T03:38:25.935Z | Downloaded regex v1.12.4 |
| 218 | 2026-06-10T03:38:25.948Z | Downloaded itertools v0.14.0 |
| 219 | 2026-06-10T03:38:25.966Z | Downloaded syn v2.0.117 |
| 220 | 2026-06-10T03:38:25.972Z | Downloaded smoltcp v0.11.0 |
| 221 | 2026-06-10T03:38:25.985Z | Downloaded zerocopy v0.8.52 |
| 222 | 2026-06-10T03:38:25.999Z | Downloaded regex-syntax v0.8.11 |
| 223 | 2026-06-10T03:38:26.006Z | Downloaded regex-automata v0.4.14 |
| 224 | 2026-06-10T03:38:26.018Z | Updating crates.io index |
| 225 | 2026-06-10T03:38:26.113Z | Downloading crates ... |
| 226 | 2026-06-10T03:38:26.164Z | Downloaded getopts v0.2.24 |
| 227 | 2026-06-10T03:38:26.175Z | Downloaded adler2 v2.0.1 |
| 228 | 2026-06-10T03:38:26.178Z | Downloaded miniz_oxide v0.8.9 |
| 229 | 2026-06-10T03:38:26.178Z | Downloaded addr2line v0.25.1 |
| 230 | 2026-06-10T03:38:26.188Z | Downloaded rustc-literal-escaper v0.0.7 |
| 231 | 2026-06-10T03:38:26.191Z | Downloaded rustc-demangle v0.1.27 |
| 232 | 2026-06-10T03:38:26.194Z | Downloaded foldhash v0.2.0 |
| 233 | 2026-06-10T03:38:26.210Z | Downloaded memchr v2.7.6 |
| 234 | 2026-06-10T03:38:26.224Z | Downloaded hashbrown v0.16.1 |
| 235 | 2026-06-10T03:38:26.261Z | Downloaded gimli v0.32.3 |
| 236 | 2026-06-10T03:38:26.264Z | Downloaded object v0.37.3 |
| 237 | 2026-06-10T03:38:26.299Z | Downloaded libc v0.2.183 |
| 238 | 2026-06-10T03:38:26.354Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 239 | 2026-06-10T03:38:26.359Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 240 | 2026-06-10T03:38:26.359Z | Compiling proc-macro2 v1.0.106 |
| 241 | 2026-06-10T03:38:26.359Z | Compiling quote v1.0.45 |
| 242 | 2026-06-10T03:38:26.359Z | Compiling unicode-ident v1.0.24 |
| 243 | 2026-06-10T03:38:26.359Z | Compiling ident_case v1.0.1 |
| 244 | 2026-06-10T03:38:26.359Z | Compiling strsim v0.11.1 |
| 245 | 2026-06-10T03:38:26.359Z | Compiling serde_core v1.0.228 |
| 246 | 2026-06-10T03:38:26.534Z | Compiling fnv v1.0.7 |
| 247 | 2026-06-10T03:38:26.538Z | Compiling memchr v2.8.1 |
| 248 | 2026-06-10T03:38:26.620Z | Compiling regex-syntax v0.8.11 |
| 249 | 2026-06-10T03:38:26.796Z | Compiling serde v1.0.228 |
| 250 | 2026-06-10T03:38:26.811Z | Compiling zerocopy v0.8.52 |
| 251 | 2026-06-10T03:38:26.851Z | Compiling thiserror v2.0.18 |
| 252 | 2026-06-10T03:38:26.926Z | Compiling aho-corasick v1.1.4 |
| 253 | 2026-06-10T03:38:27.168Z | Compiling either v1.16.0 |
| 254 | 2026-06-10T03:38:27.236Z | Compiling heapless v0.8.0 |
| 255 | 2026-06-10T03:38:27.345Z | Compiling itertools v0.14.0 |
| 256 | 2026-06-10T03:38:27.515Z | Compiling syn v2.0.117 |
| 257 | 2026-06-10T03:38:27.545Z | Compiling smoltcp v0.11.0 |
| 258 | 2026-06-10T03:38:27.627Z | Compiling ref-cast v1.0.25 |
| 259 | 2026-06-10T03:38:27.704Z | Compiling crc32fast v1.5.0 |
| 260 | 2026-06-10T03:38:27.974Z | Compiling version_check v0.9.5 |
| 261 | 2026-06-10T03:38:28.042Z | Compiling regex-automata v0.4.14 |
| 262 | 2026-06-10T03:38:28.346Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 263 | 2026-06-10T03:38:29.553Z | Compiling regex v1.12.4 |
| 264 | 2026-06-10T03:38:29.746Z | Compiling darling_core v0.21.3 |
| 265 | 2026-06-10T03:38:29.746Z | Compiling darling_core v0.23.0 |
| 266 | 2026-06-10T03:38:30.701Z | Compiling serde_derive v1.0.228 |
| 267 | 2026-06-10T03:38:30.701Z | Compiling zerocopy-derive v0.8.52 |
| 268 | 2026-06-10T03:38:30.701Z | Compiling thiserror-impl v2.0.18 |
| 269 | 2026-06-10T03:38:30.704Z | Compiling ref-cast-impl v1.0.25 |
| 270 | 2026-06-10T03:38:30.704Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 271 | 2026-06-10T03:38:32.341Z | Compiling darling_macro v0.21.3 |
| 272 | 2026-06-10T03:38:32.518Z | Compiling darling_macro v0.23.0 |
| 273 | 2026-06-10T03:38:33.240Z | Compiling darling v0.21.3 |
| 274 | 2026-06-10T03:38:33.308Z | Compiling ingot-macros v0.1.1 |
| 275 | 2026-06-10T03:38:33.407Z | Compiling darling v0.23.0 |
| 276 | 2026-06-10T03:38:33.472Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 277 | 2026-06-10T03:38:37.685Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 278 | 2026-06-10T03:38:39.742Z | Checking byteorder v1.5.0 |
| 279 | 2026-06-10T03:38:39.743Z | Checking macaddr v1.0.1 |
| 280 | 2026-06-10T03:38:39.747Z | Checking cfg-if v1.0.4 |
| 281 | 2026-06-10T03:38:39.747Z | Checking stable_deref_trait v1.2.1 |
| 282 | 2026-06-10T03:38:39.747Z | Checking managed v0.8.0 |
| 283 | 2026-06-10T03:38:39.805Z | Checking bitflags v1.3.2 |
| 284 | 2026-06-10T03:38:39.834Z | Checking cobs v0.3.0 |
| 285 | 2026-06-10T03:38:39.873Z | Checking dyn-clone v1.0.20 |
| 286 | 2026-06-10T03:38:39.887Z | Checking hash32 v0.3.1 |
| 287 | 2026-06-10T03:38:39.950Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 288 | 2026-06-10T03:38:41.093Z | Checking bitflags v2.13.0 |
| 289 | 2026-06-10T03:38:41.093Z | Checking uuid v1.23.3 |
| 290 | 2026-06-10T03:38:41.236Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 291 | 2026-06-10T03:38:41.452Z | Checking postcard v1.1.3 |
| 292 | 2026-06-10T03:38:42.284Z | Checking ingot-types v0.1.2 |
| 293 | 2026-06-10T03:38:42.551Z | Checking ingot v0.1.1 |
| 294 | 2026-06-10T03:38:43.876Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 295 | 2026-06-10T03:38:48.110Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 296 | 2026-06-10T03:38:49.674Z | Checking xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 297 | 2026-06-10T03:38:52.027Z | Finished `dev` profile [optimized + debuginfo] target(s) in 31.51s |
| 298 | 2026-06-10T03:38:52.140Z | |
| 299 | 2026-06-10T03:38:52.140Z | real 31.683039050 |
| 300 | 2026-06-10T03:38:52.140Z | user 1:14.312531343 |
| 301 | 2026-06-10T03:38:52.140Z | sys 10.053310671 |
| 302 | 2026-06-10T03:38:52.143Z | trap 0.029651618 |
| 303 | 2026-06-10T03:38:52.143Z | tflt 0.051979457 |
| 304 | 2026-06-10T03:38:52.143Z | dflt 0.209000755 |
| 305 | 2026-06-10T03:38:52.143Z | kflt 0.001894772 |
| 306 | 2026-06-10T03:38:52.143Z | lock 3:46.764479547 |
| 307 | 2026-06-10T03:38:52.143Z | slp 3:27.601674391 |
| 308 | 2026-06-10T03:38:52.143Z | lat 2.660989984 |
| 309 | 2026-06-10T03:38:52.143Z | stop 6.387910697 |
| 310 | 2026-06-10T03:38:52.143Z | + pushd xde-link |
| 311 | 2026-06-10T03:38:52.143Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 312 | 2026-06-10T03:38:52.143Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 313 | 2026-06-10T03:38:52.326Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 314 | 2026-06-10T03:38:52.326Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 315 | 2026-06-10T03:38:52.326Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 316 | 2026-06-10T03:39:02.721Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 317 | 2026-06-10T03:39:04.837Z | Finished `dev` profile [optimized + debuginfo] target(s) in 12.63s |
| 318 | 2026-06-10T03:39:04.855Z | |
| 319 | 2026-06-10T03:39:04.855Z | real 12.708981561 |
| 320 | 2026-06-10T03:39:04.855Z | user 20.179355866 |
| 321 | 2026-06-10T03:39:04.855Z | sys 1.230293026 |
| 322 | 2026-06-10T03:39:04.855Z | trap 0.002974880 |
| 323 | 2026-06-10T03:39:04.855Z | tflt 0.002514101 |
| 324 | 2026-06-10T03:39:04.855Z | dflt 0.029175879 |
| 325 | 2026-06-10T03:39:04.855Z | kflt 0.000002800 |
| 326 | 2026-06-10T03:39:04.855Z | lock 1:08.679707301 |
| 327 | 2026-06-10T03:39:04.855Z | slp 42.423713773 |
| 328 | 2026-06-10T03:39:04.858Z | lat 0.155619318 |
| 329 | 2026-06-10T03:39:04.858Z | stop 0.132653366 |
| 330 | 2026-06-10T03:39:04.858Z | + popd |
| 331 | 2026-06-10T03:39:04.858Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 332 | 2026-06-10T03:39:04.858Z | + popd |
| 333 | 2026-06-10T03:39:04.858Z | /work/oxidecomputer/opte |
| 334 | 2026-06-10T03:39:04.858Z | + header 'build xde (debug)' |
| 335 | 2026-06-10T03:39:04.858Z | + echo '# ==== build xde (debug) ==== #' |
| 336 | 2026-06-10T03:39:04.858Z | # ==== build xde (debug) ==== # |
| 337 | 2026-06-10T03:39:04.858Z | + ptime -m cargo xtask build --profile debug xde xde-link |
| 338 | 2026-06-10T03:39:04.999Z | Downloading crates ... |
| 339 | 2026-06-10T03:39:05.045Z | Downloaded colorchoice v1.0.5 |
| 340 | 2026-06-10T03:39:05.048Z | Downloaded errno v0.3.14 |
| 341 | 2026-06-10T03:39:05.053Z | Downloaded anstyle-query v1.1.5 |
| 342 | 2026-06-10T03:39:05.056Z | Downloaded anstream v1.0.0 |
| 343 | 2026-06-10T03:39:05.060Z | Downloaded serde_spanned v1.1.1 |
| 344 | 2026-06-10T03:39:05.063Z | Downloaded itoa v1.0.18 |
| 345 | 2026-06-10T03:39:05.063Z | Downloaded zmij v1.0.21 |
| 346 | 2026-06-10T03:39:05.065Z | Downloaded anstyle v1.0.14 |
| 347 | 2026-06-10T03:39:05.065Z | Downloaded cargo_metadata v0.23.1 |
| 348 | 2026-06-10T03:39:05.068Z | Downloaded is_terminal_polyfill v1.70.2 |
| 349 | 2026-06-10T03:39:05.071Z | Downloaded clap_lex v1.1.0 |
| 350 | 2026-06-10T03:39:05.071Z | Downloaded terminal_size v0.4.4 |
| 351 | 2026-06-10T03:39:05.074Z | Downloaded utf8parse v0.2.2 |
| 352 | 2026-06-10T03:39:05.077Z | Downloaded heck v0.5.0 |
| 353 | 2026-06-10T03:39:05.087Z | Downloaded cargo-platform v0.3.3 |
| 354 | 2026-06-10T03:39:05.092Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 355 | 2026-06-10T03:39:05.096Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 356 | 2026-06-10T03:39:05.096Z | Downloaded equivalent v1.0.2 |
| 357 | 2026-06-10T03:39:05.096Z | Downloaded clap_derive v4.6.1 |
| 358 | 2026-06-10T03:39:05.099Z | Downloaded anstyle-parse v1.0.0 |
| 359 | 2026-06-10T03:39:05.102Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 360 | 2026-06-10T03:39:05.102Z | Downloaded semver v1.0.28 |
| 361 | 2026-06-10T03:39:05.105Z | Downloaded clap v4.6.1 |
| 362 | 2026-06-10T03:39:05.117Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 363 | 2026-06-10T03:39:05.120Z | Downloaded camino v1.2.2 |
| 364 | 2026-06-10T03:39:05.128Z | Downloaded anyhow v1.0.102 |
| 365 | 2026-06-10T03:39:05.164Z | Downloaded hashbrown v0.17.1 |
| 366 | 2026-06-10T03:39:05.167Z | Downloaded indexmap v2.14.0 |
| 367 | 2026-06-10T03:39:05.172Z | Downloaded winnow v1.0.3 |
| 368 | 2026-06-10T03:39:05.177Z | Downloaded serde_json v1.0.150 |
| 369 | 2026-06-10T03:39:05.187Z | Downloaded clap_builder v4.6.0 |
| 370 | 2026-06-10T03:39:05.208Z | Downloaded rustix v1.1.4 |
| 371 | 2026-06-10T03:39:05.239Z | Downloaded libc v0.2.186 |
| 372 | 2026-06-10T03:39:05.286Z | Compiling proc-macro2 v1.0.106 |
| 373 | 2026-06-10T03:39:05.286Z | Compiling serde_core v1.0.228 |
| 374 | 2026-06-10T03:39:05.286Z | Compiling quote v1.0.45 |
| 375 | 2026-06-10T03:39:05.286Z | Compiling unicode-ident v1.0.24 |
| 376 | 2026-06-10T03:39:05.289Z | Compiling libc v0.2.186 |
| 377 | 2026-06-10T03:39:05.289Z | Compiling rustix v1.1.4 |
| 378 | 2026-06-10T03:39:05.289Z | Compiling utf8parse v0.2.2 |
| 379 | 2026-06-10T03:39:05.289Z | Compiling zmij v1.0.21 |
| 380 | 2026-06-10T03:39:05.435Z | Compiling bitflags v2.13.0 |
| 381 | 2026-06-10T03:39:05.450Z | Compiling anstyle-parse v1.0.0 |
| 382 | 2026-06-10T03:39:05.664Z | Compiling serde_json v1.0.150 |
| 383 | 2026-06-10T03:39:05.667Z | Compiling anstyle v1.0.14 |
| 384 | 2026-06-10T03:39:05.670Z | Compiling serde v1.0.228 |
| 385 | 2026-06-10T03:39:05.853Z | Compiling thiserror v2.0.18 |
| 386 | 2026-06-10T03:39:05.871Z | Compiling camino v1.2.2 |
| 387 | 2026-06-10T03:39:05.894Z | Compiling colorchoice v1.0.5 |
| 388 | 2026-06-10T03:39:05.929Z | Compiling is_terminal_polyfill v1.70.2 |
| 389 | 2026-06-10T03:39:06.015Z | Compiling anstyle-query v1.1.5 |
| 390 | 2026-06-10T03:39:06.049Z | Compiling itoa v1.0.18 |
| 391 | 2026-06-10T03:39:06.117Z | Compiling errno v0.3.14 |
| 392 | 2026-06-10T03:39:06.134Z | Compiling anstream v1.0.0 |
| 393 | 2026-06-10T03:39:06.287Z | Compiling anyhow v1.0.102 |
| 394 | 2026-06-10T03:39:06.304Z | Compiling clap_lex v1.1.0 |
| 395 | 2026-06-10T03:39:06.434Z | Compiling memchr v2.8.1 |
| 396 | 2026-06-10T03:39:06.536Z | Compiling strsim v0.11.1 |
| 397 | 2026-06-10T03:39:06.613Z | Compiling syn v2.0.117 |
| 398 | 2026-06-10T03:39:06.661Z | Compiling winnow v1.0.3 |
| 399 | 2026-06-10T03:39:06.661Z | Compiling heck v0.5.0 |
| 400 | 2026-06-10T03:39:06.694Z | Compiling terminal_size v0.4.4 |
| 401 | 2026-06-10T03:39:06.848Z | Compiling clap_builder v4.6.0 |
| 402 | 2026-06-10T03:39:07.055Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 403 | 2026-06-10T03:39:07.094Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 404 | 2026-06-10T03:39:07.459Z | Compiling serde_spanned v1.1.1 |
| 405 | 2026-06-10T03:39:07.614Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 406 | 2026-06-10T03:39:07.680Z | Compiling cargo-platform v0.3.3 |
| 407 | 2026-06-10T03:39:07.732Z | Compiling semver v1.0.28 |
| 408 | 2026-06-10T03:39:08.193Z | Compiling toml v1.1.2+spec-1.1.0 |
| 409 | 2026-06-10T03:39:08.944Z | Compiling thiserror-impl v2.0.18 |
| 410 | 2026-06-10T03:39:09.190Z | Compiling serde_derive v1.0.228 |
| 411 | 2026-06-10T03:39:09.274Z | Compiling clap_derive v4.6.1 |
| 412 | 2026-06-10T03:39:10.893Z | Compiling clap v4.6.1 |
| 413 | 2026-06-10T03:39:12.187Z | Compiling cargo_metadata v0.23.1 |
| 414 | 2026-06-10T03:39:14.572Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 415 | 2026-06-10T03:39:16.170Z | Finished `dev` profile [optimized + debuginfo] target(s) in 11.30s |
| 416 | 2026-06-10T03:39:16.184Z | Running `target/debug/xtask build --profile debug xde xde-link` |
| 417 | 2026-06-10T03:39:17.874Z | Building xde (dev). |
| 418 | 2026-06-10T03:39:18.098Z | Compiling serde_core v1.0.228 |
| 419 | 2026-06-10T03:39:18.098Z | Compiling byteorder v1.5.0 |
| 420 | 2026-06-10T03:39:18.098Z | Compiling cfg-if v1.0.4 |
| 421 | 2026-06-10T03:39:18.101Z | Compiling stable_deref_trait v1.2.1 |
| 422 | 2026-06-10T03:39:18.101Z | Compiling macaddr v1.0.1 |
| 423 | 2026-06-10T03:39:18.126Z | Compiling thiserror v2.0.18 |
| 424 | 2026-06-10T03:39:18.129Z | Compiling zerocopy v0.8.52 |
| 425 | 2026-06-10T03:39:18.132Z | Compiling bitflags v1.3.2 |
| 426 | 2026-06-10T03:39:18.170Z | Compiling managed v0.8.0 |
| 427 | 2026-06-10T03:39:18.177Z | Compiling cobs v0.3.0 |
| 428 | 2026-06-10T03:39:18.184Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 429 | 2026-06-10T03:39:18.212Z | Compiling either v1.16.0 |
| 430 | 2026-06-10T03:39:18.284Z | Compiling hash32 v0.3.1 |
| 431 | 2026-06-10T03:39:18.364Z | Compiling itertools v0.14.0 |
| 432 | 2026-06-10T03:39:18.382Z | Compiling heapless v0.8.0 |
| 433 | 2026-06-10T03:39:18.386Z | Compiling ref-cast v1.0.25 |
| 434 | 2026-06-10T03:39:18.428Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 435 | 2026-06-10T03:39:18.440Z | Compiling crc32fast v1.5.0 |
| 436 | 2026-06-10T03:39:18.455Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 437 | 2026-06-10T03:39:18.467Z | Compiling dyn-clone v1.0.20 |
| 438 | 2026-06-10T03:39:18.624Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 439 | 2026-06-10T03:39:18.744Z | Compiling smoltcp v0.11.0 |
| 440 | 2026-06-10T03:39:19.673Z | Compiling bitflags v2.13.0 |
| 441 | 2026-06-10T03:39:19.674Z | Compiling serde v1.0.228 |
| 442 | 2026-06-10T03:39:19.674Z | Compiling uuid v1.23.3 |
| 443 | 2026-06-10T03:39:19.804Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 444 | 2026-06-10T03:39:20.078Z | Compiling postcard v1.1.3 |
| 445 | 2026-06-10T03:39:20.803Z | Compiling ingot-types v0.1.2 |
| 446 | 2026-06-10T03:39:21.102Z | Compiling ingot v0.1.1 |
| 447 | 2026-06-10T03:39:22.567Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 448 | 2026-06-10T03:39:26.852Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 449 | 2026-06-10T03:39:37.179Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 450 | 2026-06-10T03:39:45.407Z | Finished `dev` profile [optimized + debuginfo] target(s) in 27.50s |
| 451 | 2026-06-10T03:39:45.434Z | Linking xde kmod... |
| 452 | 2026-06-10T03:39:46.569Z | Building xde dev link helper (dev). |
| 453 | 2026-06-10T03:39:46.731Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 454 | 2026-06-10T03:39:47.058Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.46s |
| 455 | 2026-06-10T03:39:47.094Z | |
| 456 | 2026-06-10T03:39:47.094Z | real 42.223316797 |
| 457 | 2026-06-10T03:39:47.094Z | user 2:15.662715242 |
| 458 | 2026-06-10T03:39:47.094Z | sys 11.213447951 |
| 459 | 2026-06-10T03:39:47.098Z | trap 0.052409749 |
| 460 | 2026-06-10T03:39:47.098Z | tflt 0.243475364 |
| 461 | 2026-06-10T03:39:47.098Z | dflt 0.493285009 |
| 462 | 2026-06-10T03:39:47.098Z | kflt 0.000008130 |
| 463 | 2026-06-10T03:39:47.098Z | lock 6:26.683176152 |
| 464 | 2026-06-10T03:39:47.098Z | slp 3:53.192986128 |
| 465 | 2026-06-10T03:39:47.098Z | lat 5.649321413 |
| 466 | 2026-06-10T03:39:47.098Z | stop 4.696341292 |
| 467 | 2026-06-10T03:39:47.098Z | + header 'build xde (release)' |
| 468 | 2026-06-10T03:39:47.098Z | + echo '# ==== build xde (release) ==== #' |
| 469 | 2026-06-10T03:39:47.098Z | # ==== build xde (release) ==== # |
| 470 | 2026-06-10T03:39:47.098Z | + ptime -m cargo xtask build --profile release xde xde-link |
| 471 | 2026-06-10T03:39:47.220Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s |
| 472 | 2026-06-10T03:39:47.224Z | Running `target/debug/xtask build --profile release xde xde-link` |
| 473 | 2026-06-10T03:39:47.413Z | Building xde (release-lto). |
| 474 | 2026-06-10T03:39:47.636Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 475 | 2026-06-10T03:39:47.636Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 476 | 2026-06-10T03:39:47.636Z | Compiling proc-macro2 v1.0.106 |
| 477 | 2026-06-10T03:39:47.636Z | Compiling quote v1.0.45 |
| 478 | 2026-06-10T03:39:47.636Z | Compiling unicode-ident v1.0.24 |
| 479 | 2026-06-10T03:39:47.636Z | Compiling ident_case v1.0.1 |
| 480 | 2026-06-10T03:39:47.640Z | Compiling strsim v0.11.1 |
| 481 | 2026-06-10T03:39:47.640Z | Compiling serde_core v1.0.228 |
| 482 | 2026-06-10T03:39:47.751Z | Compiling fnv v1.0.7 |
| 483 | 2026-06-10T03:39:47.756Z | Compiling memchr v2.8.1 |
| 484 | 2026-06-10T03:39:47.832Z | Compiling regex-syntax v0.8.11 |
| 485 | 2026-06-10T03:39:47.994Z | Compiling serde v1.0.228 |
| 486 | 2026-06-10T03:39:48.006Z | Compiling zerocopy v0.8.52 |
| 487 | 2026-06-10T03:39:48.012Z | Compiling either v1.16.0 |
| 488 | 2026-06-10T03:39:48.140Z | Compiling aho-corasick v1.1.4 |
| 489 | 2026-06-10T03:39:48.193Z | Compiling thiserror v2.0.18 |
| 490 | 2026-06-10T03:39:48.380Z | Compiling itertools v0.14.0 |
| 491 | 2026-06-10T03:39:48.384Z | Compiling heapless v0.8.0 |
| 492 | 2026-06-10T03:39:48.720Z | Compiling syn v2.0.117 |
| 493 | 2026-06-10T03:39:48.769Z | Compiling smoltcp v0.11.0 |
| 494 | 2026-06-10T03:39:48.785Z | Compiling crc32fast v1.5.0 |
| 495 | 2026-06-10T03:39:48.870Z | Compiling ref-cast v1.0.25 |
| 496 | 2026-06-10T03:39:49.106Z | Compiling version_check v0.9.5 |
| 497 | 2026-06-10T03:39:49.265Z | Compiling regex-automata v0.4.14 |
| 498 | 2026-06-10T03:39:49.447Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 499 | 2026-06-10T03:39:50.765Z | Compiling regex v1.12.4 |
| 500 | 2026-06-10T03:39:50.969Z | Compiling darling_core v0.21.3 |
| 501 | 2026-06-10T03:39:50.969Z | Compiling darling_core v0.23.0 |
| 502 | 2026-06-10T03:39:51.890Z | Compiling serde_derive v1.0.228 |
| 503 | 2026-06-10T03:39:51.890Z | Compiling thiserror-impl v2.0.18 |
| 504 | 2026-06-10T03:39:51.890Z | Compiling zerocopy-derive v0.8.52 |
| 505 | 2026-06-10T03:39:51.894Z | Compiling ref-cast-impl v1.0.25 |
| 506 | 2026-06-10T03:39:51.894Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 507 | 2026-06-10T03:39:53.445Z | Compiling darling_macro v0.21.3 |
| 508 | 2026-06-10T03:39:53.533Z | Compiling darling_macro v0.23.0 |
| 509 | 2026-06-10T03:39:54.314Z | Compiling darling v0.21.3 |
| 510 | 2026-06-10T03:39:54.375Z | Compiling ingot-macros v0.1.1 |
| 511 | 2026-06-10T03:39:54.390Z | Compiling darling v0.23.0 |
| 512 | 2026-06-10T03:39:54.444Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 513 | 2026-06-10T03:39:59.467Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 514 | 2026-06-10T03:40:01.523Z | Compiling byteorder v1.5.0 |
| 515 | 2026-06-10T03:40:01.523Z | Compiling cfg-if v1.0.4 |
| 516 | 2026-06-10T03:40:01.526Z | Compiling macaddr v1.0.1 |
| 517 | 2026-06-10T03:40:01.526Z | Compiling stable_deref_trait v1.2.1 |
| 518 | 2026-06-10T03:40:01.584Z | Compiling managed v0.8.0 |
| 519 | 2026-06-10T03:40:01.588Z | Compiling cobs v0.3.0 |
| 520 | 2026-06-10T03:40:01.617Z | Compiling bitflags v1.3.2 |
| 521 | 2026-06-10T03:40:01.680Z | Compiling hash32 v0.3.1 |
| 522 | 2026-06-10T03:40:01.801Z | Compiling dyn-clone v1.0.20 |
| 523 | 2026-06-10T03:40:01.883Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 524 | 2026-06-10T03:40:03.093Z | Compiling bitflags v2.13.0 |
| 525 | 2026-06-10T03:40:03.093Z | Compiling uuid v1.23.3 |
| 526 | 2026-06-10T03:40:03.233Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 527 | 2026-06-10T03:40:03.530Z | Compiling postcard v1.1.3 |
| 528 | 2026-06-10T03:40:04.314Z | Compiling ingot-types v0.1.2 |
| 529 | 2026-06-10T03:40:04.630Z | Compiling ingot v0.1.1 |
| 530 | 2026-06-10T03:40:06.171Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 531 | 2026-06-10T03:40:09.921Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 532 | 2026-06-10T03:40:18.584Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 533 | 2026-06-10T03:40:48.076Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 00s |
| 534 | 2026-06-10T03:40:48.100Z | Linking xde kmod... |
| 535 | 2026-06-10T03:40:48.674Z | Building xde dev link helper (release). |
| 536 | 2026-06-10T03:40:48.830Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 537 | 2026-06-10T03:40:48.830Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 538 | 2026-06-10T03:40:48.830Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 539 | 2026-06-10T03:40:59.702Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 540 | 2026-06-10T03:41:02.051Z | Finished `release` profile [optimized + debuginfo] target(s) in 13.35s |
| 541 | 2026-06-10T03:41:02.071Z | |
| 542 | 2026-06-10T03:41:02.074Z | real 1:14.984329437 |
| 543 | 2026-06-10T03:41:02.074Z | user 2:07.704925574 |
| 544 | 2026-06-10T03:41:02.074Z | sys 12.245759916 |
| 545 | 2026-06-10T03:41:02.074Z | trap 0.032250461 |
| 546 | 2026-06-10T03:41:02.074Z | tflt 0.133027096 |
| 547 | 2026-06-10T03:41:02.074Z | dflt 0.242225866 |
| 548 | 2026-06-10T03:41:02.074Z | kflt 0.000015450 |
| 549 | 2026-06-10T03:41:02.075Z | lock 10:44.754746889 |
| 550 | 2026-06-10T03:41:02.075Z | slp 6:04.046763923 |
| 551 | 2026-06-10T03:41:02.075Z | lat 2.220238901 |
| 552 | 2026-06-10T03:41:02.075Z | stop 4.848306839 |
| 553 | 2026-06-10T03:41:02.075Z | + elfdump target/x86_64-unknown-unknown/debug/xde.dbg |
| 554 | 2026-06-10T03:41:02.075Z | + grep GOTPCREL |
| 555 | 2026-06-10T03:41:03.909Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 556 | 2026-06-10T03:41:03.914Z | + grep GOTPCREL |
| 557 | 2026-06-10T03:41:04.877Z | + cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/ |
| 558 | 2026-06-10T03:41:04.934Z | + sha256sum /work/debug/xde.dbg |
| 559 | 2026-06-10T03:41:04.987Z | + cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so |
| 560 | 2026-06-10T03:41:04.990Z | + sha256sum /work/debug/xde_link.dbg.so |
| 561 | 2026-06-10T03:41:04.992Z | + cp target/x86_64-unknown-unknown/release-lto/xde /work/release/ |
| 562 | 2026-06-10T03:41:05.032Z | + sha256sum /work/release/xde |
| 563 | 2026-06-10T03:41:05.060Z | + cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so |
| 564 | 2026-06-10T03:41:05.063Z | + sha256sum /work/release/xde_link.so |
| 565 | 2026-06-10T03:41:05.066Z | + header 'build xde integration tests' |
| 566 | 2026-06-10T03:41:05.066Z | + echo '# ==== build xde integration tests ==== #' |
| 567 | 2026-06-10T03:41:05.066Z | + pushd xde-tests |
| 568 | 2026-06-10T03:41:05.066Z | # ==== build xde integration tests ==== # |
| 569 | 2026-06-10T03:41:05.066Z | /work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte |
| 570 | 2026-06-10T03:41:05.066Z | + cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check |
| 571 | 2026-06-10T03:41:05.147Z | + cargo clippy --all-targets -- --deny warnings |
| 572 | 2026-06-10T03:41:05.360Z | Compiling serde_core v1.0.228 |
| 573 | 2026-06-10T03:41:05.360Z | Checking cfg-if v1.0.4 |
| 574 | 2026-06-10T03:41:05.360Z | Checking memchr v2.8.1 |
| 575 | 2026-06-10T03:41:05.360Z | Compiling serde v1.0.228 |
| 576 | 2026-06-10T03:41:05.363Z | Compiling rustversion v1.0.22 |
| 577 | 2026-06-10T03:41:05.363Z | Compiling strsim v0.11.1 |
| 578 | 2026-06-10T03:41:05.363Z | Compiling version_check v0.9.5 |
| 579 | 2026-06-10T03:41:05.363Z | Compiling syn v2.0.117 |
| 580 | 2026-06-10T03:41:05.431Z | Compiling ident_case v1.0.1 |
| 581 | 2026-06-10T03:41:05.536Z | Compiling libc v0.2.186 |
| 582 | 2026-06-10T03:41:05.653Z | Compiling fnv v1.0.7 |
| 583 | 2026-06-10T03:41:05.724Z | Compiling regex-syntax v0.8.11 |
| 584 | 2026-06-10T03:41:05.734Z | Compiling syn v1.0.109 |
| 585 | 2026-06-10T03:41:05.745Z | Checking pin-project-lite v0.2.17 |
| 586 | 2026-06-10T03:41:05.821Z | Compiling equivalent v1.0.2 |
| 587 | 2026-06-10T03:41:05.897Z | Compiling zerocopy v0.8.52 |
| 588 | 2026-06-10T03:41:06.081Z | Compiling aho-corasick v1.1.4 |
| 589 | 2026-06-10T03:41:06.234Z | Compiling hashbrown v0.17.1 |
| 590 | 2026-06-10T03:41:06.274Z | Compiling either v1.16.0 |
| 591 | 2026-06-10T03:41:06.290Z | Compiling winnow v1.0.3 |
| 592 | 2026-06-10T03:41:06.470Z | Compiling itertools v0.14.0 |
| 593 | 2026-06-10T03:41:06.767Z | Compiling indexmap v2.14.0 |
| 594 | 2026-06-10T03:41:07.223Z | Compiling regex-automata v0.4.14 |
| 595 | 2026-06-10T03:41:07.283Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 596 | 2026-06-10T03:41:07.349Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 597 | 2026-06-10T03:41:07.463Z | Checking byteorder v1.5.0 |
| 598 | 2026-06-10T03:41:07.615Z | Compiling heapless v0.8.0 |
| 599 | 2026-06-10T03:41:07.677Z | Checking hash32 v0.3.1 |
| 600 | 2026-06-10T03:41:07.736Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 601 | 2026-06-10T03:41:07.774Z | Checking bitflags v2.13.0 |
| 602 | 2026-06-10T03:41:07.778Z | Compiling slog v2.8.2 |
| 603 | 2026-06-10T03:41:07.814Z | Checking futures-core v0.3.32 |
| 604 | 2026-06-10T03:41:07.915Z | Compiling darling_core v0.21.3 |
| 605 | 2026-06-10T03:41:07.926Z | Compiling darling_core v0.23.0 |
| 606 | 2026-06-10T03:41:08.001Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 607 | 2026-06-10T03:41:08.081Z | Checking stable_deref_trait v1.2.1 |
| 608 | 2026-06-10T03:41:08.144Z | Checking macaddr v1.0.1 |
| 609 | 2026-06-10T03:41:08.242Z | Compiling smoltcp v0.11.0 |
| 610 | 2026-06-10T03:41:08.280Z | Checking futures-sink v0.3.32 |
| 611 | 2026-06-10T03:41:08.369Z | Checking futures-channel v0.3.32 |
| 612 | 2026-06-10T03:41:08.563Z | Compiling proc-macro-crate v3.5.0 |
| 613 | 2026-06-10T03:41:08.613Z | Compiling proc-macro-error-attr v1.0.4 |
| 614 | 2026-06-10T03:41:08.844Z | Compiling regex v1.12.4 |
| 615 | 2026-06-10T03:41:08.936Z | Checking managed v0.8.0 |
| 616 | 2026-06-10T03:41:08.967Z | Checking bitflags v1.3.2 |
| 617 | 2026-06-10T03:41:09.028Z | Compiling ref-cast v1.0.25 |
| 618 | 2026-06-10T03:41:09.102Z | Compiling serde_derive v1.0.228 |
| 619 | 2026-06-10T03:41:09.114Z | Compiling thiserror-impl v2.0.18 |
| 620 | 2026-06-10T03:41:09.232Z | Compiling zerocopy-derive v0.8.52 |
| 621 | 2026-06-10T03:41:09.350Z | Compiling futures-macro v0.3.32 |
| 622 | 2026-06-10T03:41:09.627Z | Checking slab v0.4.12 |
| 623 | 2026-06-10T03:41:09.717Z | Compiling autocfg v1.5.1 |
| 624 | 2026-06-10T03:41:09.777Z | Compiling getrandom v0.4.2 |
| 625 | 2026-06-10T03:41:09.964Z | Compiling darling_macro v0.23.0 |
| 626 | 2026-06-10T03:41:09.968Z | Compiling darling_macro v0.21.3 |
| 627 | 2026-06-10T03:41:10.050Z | Checking futures-task v0.3.32 |
| 628 | 2026-06-10T03:41:10.057Z | Checking futures-io v0.3.32 |
| 629 | 2026-06-10T03:41:10.150Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 630 | 2026-06-10T03:41:10.159Z | Compiling crc32fast v1.5.0 |
| 631 | 2026-06-10T03:41:10.176Z | Checking rand_core v0.10.1 |
| 632 | 2026-06-10T03:41:10.299Z | Checking thiserror v2.0.18 |
| 633 | 2026-06-10T03:41:10.303Z | Checking futures-util v0.3.32 |
| 634 | 2026-06-10T03:41:10.377Z | Compiling num-traits v0.2.19 |
| 635 | 2026-06-10T03:41:10.388Z | Checking cobs v0.3.0 |
| 636 | 2026-06-10T03:41:10.514Z | Compiling darling v0.21.3 |
| 637 | 2026-06-10T03:41:10.518Z | Compiling darling v0.23.0 |
| 638 | 2026-06-10T03:41:10.526Z | Compiling num_enum_derive v0.7.6 |
| 639 | 2026-06-10T03:41:10.583Z | Compiling ingot-macros v0.1.1 |
| 640 | 2026-06-10T03:41:10.583Z | Compiling foreign-types-macros v0.2.3 |
| 641 | 2026-06-10T03:41:10.607Z | Compiling ref-cast-impl v1.0.25 |
| 642 | 2026-06-10T03:41:11.245Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 643 | 2026-06-10T03:41:11.256Z | Compiling proc-macro-error v1.0.4 |
| 644 | 2026-06-10T03:41:11.491Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 645 | 2026-06-10T03:41:11.559Z | Compiling crossbeam-utils v0.8.21 |
| 646 | 2026-06-10T03:41:11.597Z | Checking once_cell v1.21.4 |
| 647 | 2026-06-10T03:41:11.729Z | Checking unicode-width v0.2.2 |
| 648 | 2026-06-10T03:41:11.745Z | Checking cpufeatures v0.3.0 |
| 649 | 2026-06-10T03:41:11.762Z | Checking ipnetwork v0.21.1 |
| 650 | 2026-06-10T03:41:11.804Z | Checking foreign-types-shared v0.3.1 |
| 651 | 2026-06-10T03:41:11.879Z | Checking foreign-types v0.5.0 |
| 652 | 2026-06-10T03:41:11.889Z | Checking chacha20 v0.10.0 |
| 653 | 2026-06-10T03:41:11.921Z | Checking tracing-core v0.1.36 |
| 654 | 2026-06-10T03:41:11.969Z | Checking tabwriter v1.4.1 |
| 655 | 2026-06-10T03:41:11.977Z | Checking num_enum v0.7.6 |
| 656 | 2026-06-10T03:41:12.157Z | Checking erased-serde v0.3.31 |
| 657 | 2026-06-10T03:41:12.162Z | Checking postcard v1.1.3 |
| 658 | 2026-06-10T03:41:12.232Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 659 | 2026-06-10T03:41:12.255Z | Checking futures-executor v0.3.32 |
| 660 | 2026-06-10T03:41:12.434Z | Checking anyhow v1.0.102 |
| 661 | 2026-06-10T03:41:12.487Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 662 | 2026-06-10T03:41:12.509Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 663 | 2026-06-10T03:41:12.552Z | Compiling tracing-attributes v0.1.31 |
| 664 | 2026-06-10T03:41:12.777Z | Checking cstr-argument v0.1.2 |
| 665 | 2026-06-10T03:41:12.891Z | Compiling num-conv v0.2.2 |
| 666 | 2026-06-10T03:41:12.937Z | Compiling thiserror v1.0.69 |
| 667 | 2026-06-10T03:41:12.959Z | Checking dyn-clone v1.0.20 |
| 668 | 2026-06-10T03:41:13.031Z | Checking powerfmt v0.2.0 |
| 669 | 2026-06-10T03:41:13.053Z | Compiling time-core v0.1.8 |
| 670 | 2026-06-10T03:41:13.081Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f) |
| 671 | 2026-06-10T03:41:13.174Z | Checking pretty-hex v0.4.2 |
| 672 | 2026-06-10T03:41:13.186Z | Compiling time-macros v0.2.27 |
| 673 | 2026-06-10T03:41:13.272Z | Checking deranged v0.5.8 |
| 674 | 2026-06-10T03:41:13.279Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 675 | 2026-06-10T03:41:13.309Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 676 | 2026-06-10T03:41:13.374Z | Checking ingot-types v0.1.2 |
| 677 | 2026-06-10T03:41:13.397Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 678 | 2026-06-10T03:41:13.418Z | Checking rand v0.10.1 |
| 679 | 2026-06-10T03:41:13.473Z | Checking futures v0.3.32 |
| 680 | 2026-06-10T03:41:13.664Z | Compiling thiserror-impl v1.0.69 |
| 681 | 2026-06-10T03:41:13.699Z | Checking ingot v0.1.1 |
| 682 | 2026-06-10T03:41:13.769Z | Checking tracing v0.1.44 |
| 683 | 2026-06-10T03:41:13.868Z | Checking uuid v1.23.3 |
| 684 | 2026-06-10T03:41:13.874Z | Checking arc-swap v1.9.1 |
| 685 | 2026-06-10T03:41:13.948Z | Checking socket2 v0.6.4 |
| 686 | 2026-06-10T03:41:14.006Z | Checking nom v8.0.0 |
| 687 | 2026-06-10T03:41:14.123Z | Checking thread_local v1.1.9 |
| 688 | 2026-06-10T03:41:14.158Z | Checking itoa v1.0.18 |
| 689 | 2026-06-10T03:41:14.274Z | Checking lazy_static v1.5.0 |
| 690 | 2026-06-10T03:41:14.293Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 691 | 2026-06-10T03:41:14.356Z | Compiling heck v0.4.1 |
| 692 | 2026-06-10T03:41:14.411Z | Checking colored v3.1.1 |
| 693 | 2026-06-10T03:41:14.419Z | Compiling slog-async v2.8.0 |
| 694 | 2026-06-10T03:41:14.539Z | Checking oxnet v0.1.6 |
| 695 | 2026-06-10T03:41:14.706Z | Checking iana-time-zone v0.1.65 |
| 696 | 2026-06-10T03:41:14.743Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 697 | 2026-06-10T03:41:14.747Z | Checking time v0.3.47 |
| 698 | 2026-06-10T03:41:14.803Z | Checking chrono v0.4.45 |
| 699 | 2026-06-10T03:41:14.890Z | Checking slog-scope v4.4.1 |
| 700 | 2026-06-10T03:41:15.016Z | Checking crossbeam-channel v0.5.15 |
| 701 | 2026-06-10T03:41:15.258Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 702 | 2026-06-10T03:41:15.332Z | Checking cookie-factory v0.3.3 |
| 703 | 2026-06-10T03:41:15.394Z | Checking itertools v0.12.1 |
| 704 | 2026-06-10T03:41:15.540Z | Checking is-terminal v0.4.17 |
| 705 | 2026-06-10T03:41:15.569Z | Checking circular v0.3.0 |
| 706 | 2026-06-10T03:41:15.595Z | Checking take_mut v0.2.2 |
| 707 | 2026-06-10T03:41:15.613Z | Checking log v0.4.32 |
| 708 | 2026-06-10T03:41:15.674Z | Checking term v1.2.1 |
| 709 | 2026-06-10T03:41:15.768Z | Checking slog-stdlog v4.1.1 |
| 710 | 2026-06-10T03:41:15.886Z | Checking slog-term v2.9.2 |
| 711 | 2026-06-10T03:41:15.903Z | Checking rusticata-macros v5.0.0 |
| 712 | 2026-06-10T03:41:16.028Z | Checking pcap-parser v0.17.0 |
| 713 | 2026-06-10T03:41:16.396Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 714 | 2026-06-10T03:41:16.679Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f) |
| 715 | 2026-06-10T03:41:17.112Z | Checking slog-envlogger v2.2.0 |
| 716 | 2026-06-10T03:41:19.807Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 717 | 2026-06-10T03:41:21.448Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 718 | 2026-06-10T03:41:21.451Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 719 | 2026-06-10T03:41:21.791Z | Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 720 | 2026-06-10T03:41:22.330Z | Finished `dev` profile [optimized + debuginfo] target(s) in 17.14s |
| 721 | 2026-06-10T03:41:22.367Z | + cargo build --test loopback |
| 722 | 2026-06-10T03:41:22.540Z | Compiling cfg-if v1.0.4 |
| 723 | 2026-06-10T03:41:22.540Z | Compiling memchr v2.8.1 |
| 724 | 2026-06-10T03:41:22.543Z | Compiling serde_core v1.0.228 |
| 725 | 2026-06-10T03:41:22.568Z | Compiling libc v0.2.186 |
| 726 | 2026-06-10T03:41:22.571Z | Compiling thiserror v2.0.18 |
| 727 | 2026-06-10T03:41:22.571Z | Compiling pin-project-lite v0.2.17 |
| 728 | 2026-06-10T03:41:22.576Z | Compiling either v1.16.0 |
| 729 | 2026-06-10T03:41:22.579Z | Compiling byteorder v1.5.0 |
| 730 | 2026-06-10T03:41:22.618Z | Compiling zerocopy v0.8.52 |
| 731 | 2026-06-10T03:41:22.645Z | Compiling stable_deref_trait v1.2.1 |
| 732 | 2026-06-10T03:41:22.650Z | Compiling macaddr v1.0.1 |
| 733 | 2026-06-10T03:41:22.711Z | Compiling hash32 v0.3.1 |
| 734 | 2026-06-10T03:41:22.739Z | Compiling futures-sink v0.3.32 |
| 735 | 2026-06-10T03:41:22.763Z | Compiling futures-core v0.3.32 |
| 736 | 2026-06-10T03:41:22.835Z | Compiling heapless v0.8.0 |
| 737 | 2026-06-10T03:41:22.864Z | Compiling futures-channel v0.3.32 |
| 738 | 2026-06-10T03:41:22.886Z | Compiling cobs v0.3.0 |
| 739 | 2026-06-10T03:41:22.896Z | Compiling bitflags v1.3.2 |
| 740 | 2026-06-10T03:41:22.920Z | Compiling managed v0.8.0 |
| 741 | 2026-06-10T03:41:22.957Z | Compiling rand_core v0.10.1 |
| 742 | 2026-06-10T03:41:23.088Z | Compiling futures-io v0.3.32 |
| 743 | 2026-06-10T03:41:23.112Z | Compiling futures-task v0.3.32 |
| 744 | 2026-06-10T03:41:23.136Z | Compiling slab v0.4.12 |
| 745 | 2026-06-10T03:41:23.156Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 746 | 2026-06-10T03:41:23.263Z | Compiling smoltcp v0.11.0 |
| 747 | 2026-06-10T03:41:23.283Z | Compiling futures-util v0.3.32 |
| 748 | 2026-06-10T03:41:23.302Z | Compiling unicode-width v0.2.2 |
| 749 | 2026-06-10T03:41:23.315Z | Compiling foreign-types-shared v0.3.1 |
| 750 | 2026-06-10T03:41:23.397Z | Compiling ipnetwork v0.21.1 |
| 751 | 2026-06-10T03:41:23.401Z | Compiling once_cell v1.21.4 |
| 752 | 2026-06-10T03:41:23.598Z | Compiling cpufeatures v0.3.0 |
| 753 | 2026-06-10T03:41:23.625Z | Compiling tracing-core v0.1.36 |
| 754 | 2026-06-10T03:41:23.666Z | Compiling chacha20 v0.10.0 |
| 755 | 2026-06-10T03:41:23.915Z | Compiling tabwriter v1.4.1 |
| 756 | 2026-06-10T03:41:24.042Z | Compiling foreign-types v0.5.0 |
| 757 | 2026-06-10T03:41:24.113Z | Compiling ref-cast v1.0.25 |
| 758 | 2026-06-10T03:41:24.118Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 759 | 2026-06-10T03:41:24.208Z | Compiling num_enum v0.7.6 |
| 760 | 2026-06-10T03:41:24.323Z | Compiling serde v1.0.228 |
| 761 | 2026-06-10T03:41:24.330Z | Compiling bitflags v2.13.0 |
| 762 | 2026-06-10T03:41:24.519Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 763 | 2026-06-10T03:41:24.756Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 764 | 2026-06-10T03:41:24.806Z | Compiling erased-serde v0.3.31 |
| 765 | 2026-06-10T03:41:24.870Z | Compiling postcard v1.1.3 |
| 766 | 2026-06-10T03:41:24.945Z | Compiling crc32fast v1.5.0 |
| 767 | 2026-06-10T03:41:24.964Z | Compiling getrandom v0.4.2 |
| 768 | 2026-06-10T03:41:25.127Z | Compiling cstr-argument v0.1.2 |
| 769 | 2026-06-10T03:41:25.176Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 770 | 2026-06-10T03:41:25.183Z | Compiling itertools v0.14.0 |
| 771 | 2026-06-10T03:41:25.215Z | Compiling slog v2.8.2 |
| 772 | 2026-06-10T03:41:25.278Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 773 | 2026-06-10T03:41:25.289Z | Compiling pretty-hex v0.4.2 |
| 774 | 2026-06-10T03:41:25.419Z | Compiling ingot-types v0.1.2 |
| 775 | 2026-06-10T03:41:25.503Z | Compiling futures-executor v0.3.32 |
| 776 | 2026-06-10T03:41:25.574Z | Compiling powerfmt v0.2.0 |
| 777 | 2026-06-10T03:41:25.805Z | Compiling ingot v0.1.1 |
| 778 | 2026-06-10T03:41:25.839Z | Compiling dyn-clone v1.0.20 |
| 779 | 2026-06-10T03:41:25.842Z | Compiling deranged v0.5.8 |
| 780 | 2026-06-10T03:41:25.859Z | Compiling futures v0.3.32 |
| 781 | 2026-06-10T03:41:25.962Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 782 | 2026-06-10T03:41:25.977Z | Compiling tracing v0.1.44 |
| 783 | 2026-06-10T03:41:26.028Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 784 | 2026-06-10T03:41:26.112Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 785 | 2026-06-10T03:41:26.147Z | Compiling num-traits v0.2.19 |
| 786 | 2026-06-10T03:41:26.164Z | Compiling rand v0.10.1 |
| 787 | 2026-06-10T03:41:26.178Z | Compiling uuid v1.23.3 |
| 788 | 2026-06-10T03:41:26.358Z | Compiling crossbeam-utils v0.8.21 |
| 789 | 2026-06-10T03:41:26.601Z | Compiling nom v8.0.0 |
| 790 | 2026-06-10T03:41:26.799Z | Compiling aho-corasick v1.1.4 |
| 791 | 2026-06-10T03:41:26.827Z | Compiling socket2 v0.6.4 |
| 792 | 2026-06-10T03:41:26.873Z | Compiling thread_local v1.1.9 |
| 793 | 2026-06-10T03:41:27.116Z | Compiling arc-swap v1.9.1 |
| 794 | 2026-06-10T03:41:27.220Z | Compiling lazy_static v1.5.0 |
| 795 | 2026-06-10T03:41:27.291Z | Compiling num-conv v0.2.2 |
| 796 | 2026-06-10T03:41:27.315Z | Compiling time-core v0.1.8 |
| 797 | 2026-06-10T03:41:27.440Z | Compiling oxnet v0.1.6 |
| 798 | 2026-06-10T03:41:27.455Z | Compiling winnow v1.0.3 |
| 799 | 2026-06-10T03:41:27.488Z | Compiling regex-syntax v0.8.11 |
| 800 | 2026-06-10T03:41:27.646Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 801 | 2026-06-10T03:41:27.929Z | Compiling colored v3.1.1 |
| 802 | 2026-06-10T03:41:27.965Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 803 | 2026-06-10T03:41:28.085Z | Compiling iana-time-zone v0.1.65 |
| 804 | 2026-06-10T03:41:28.199Z | Compiling chrono v0.4.45 |
| 805 | 2026-06-10T03:41:28.568Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f) |
| 806 | 2026-06-10T03:41:28.948Z | Compiling regex-automata v0.4.14 |
| 807 | 2026-06-10T03:41:29.131Z | Compiling rusticata-macros v5.0.0 |
| 808 | 2026-06-10T03:41:29.471Z | Compiling time v0.3.47 |
| 809 | 2026-06-10T03:41:30.042Z | Compiling slog-scope v4.4.1 |
| 810 | 2026-06-10T03:41:30.514Z | Compiling thiserror v1.0.69 |
| 811 | 2026-06-10T03:41:30.615Z | Compiling crossbeam-channel v0.5.15 |
| 812 | 2026-06-10T03:41:31.401Z | Compiling cookie-factory v0.3.3 |
| 813 | 2026-06-10T03:41:31.455Z | Compiling is-terminal v0.4.17 |
| 814 | 2026-06-10T03:41:31.551Z | Compiling itertools v0.12.1 |
| 815 | 2026-06-10T03:41:31.726Z | Compiling log v0.4.32 |
| 816 | 2026-06-10T03:41:32.003Z | Compiling take_mut v0.2.2 |
| 817 | 2026-06-10T03:41:32.112Z | Compiling circular v0.3.0 |
| 818 | 2026-06-10T03:41:32.209Z | Compiling term v1.2.1 |
| 819 | 2026-06-10T03:41:32.369Z | Compiling pcap-parser v0.17.0 |
| 820 | 2026-06-10T03:41:32.937Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 821 | 2026-06-10T03:41:33.210Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 822 | 2026-06-10T03:41:34.602Z | Compiling slog-term v2.9.2 |
| 823 | 2026-06-10T03:41:35.006Z | Compiling slog-async v2.8.0 |
| 824 | 2026-06-10T03:41:35.327Z | Compiling slog-stdlog v4.1.1 |
| 825 | 2026-06-10T03:41:35.749Z | Compiling regex v1.12.4 |
| 826 | 2026-06-10T03:41:35.873Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 827 | 2026-06-10T03:41:36.264Z | Compiling slog-envlogger v2.2.0 |
| 828 | 2026-06-10T03:41:36.399Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 829 | 2026-06-10T03:41:36.830Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f) |
| 830 | 2026-06-10T03:41:37.809Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 831 | 2026-06-10T03:41:45.615Z | Finished `dev` profile [optimized + debuginfo] target(s) in 23.23s |
| 832 | 2026-06-10T03:41:45.649Z | ++ cargo build -q --test loopback --message-format=json |
| 833 | 2026-06-10T03:41:45.653Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 834 | 2026-06-10T03:41:45.773Z | + loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-952c3d1862f70003 |
| 835 | 2026-06-10T03:41:45.773Z | + cargo build --test multicast_rx |
| 836 | 2026-06-10T03:41:45.879Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 837 | 2026-06-10T03:41:47.494Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.71s |
| 838 | 2026-06-10T03:41:47.534Z | ++ cargo build -q --test multicast_rx --message-format=json |
| 839 | 2026-06-10T03:41:47.544Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 840 | 2026-06-10T03:41:47.651Z | + multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-875eaa201637a593 |
| 841 | 2026-06-10T03:41:47.652Z | + cargo build --test multicast_multi_sub |
| 842 | 2026-06-10T03:41:47.756Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 843 | 2026-06-10T03:41:49.519Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.86s |
| 844 | 2026-06-10T03:41:49.555Z | ++ cargo build -q --test multicast_multi_sub --message-format=json |
| 845 | 2026-06-10T03:41:49.558Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 846 | 2026-06-10T03:41:49.677Z | + multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-2e9147280b47c43d |
| 847 | 2026-06-10T03:41:49.677Z | + cargo build --test multicast_validation |
| 848 | 2026-06-10T03:41:49.782Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 849 | 2026-06-10T03:41:51.728Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.04s |
| 850 | 2026-06-10T03:41:51.764Z | ++ cargo build -q --test multicast_validation --message-format=json |
| 851 | 2026-06-10T03:41:51.767Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 852 | 2026-06-10T03:41:51.887Z | + multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-9863509ba7868d0a |
| 853 | 2026-06-10T03:41:51.887Z | + cargo build --test multicast_source_filter |
| 854 | 2026-06-10T03:41:51.990Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 855 | 2026-06-10T03:41:54.054Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.13s |
| 856 | 2026-06-10T03:41:54.142Z | ++ cargo build -q --test multicast_source_filter --message-format=json |
| 857 | 2026-06-10T03:41:54.142Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 858 | 2026-06-10T03:41:54.188Z | + multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-5fad731e4ac8d015 |
| 859 | 2026-06-10T03:41:54.188Z | + mkdir -p /work/test |
| 860 | 2026-06-10T03:41:54.191Z | + cp /work/oxidecomputer/opte/target/debug/deps/loopback-952c3d1862f70003 /work/test/loopback |
| 861 | 2026-06-10T03:41:54.231Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-875eaa201637a593 /work/test/multicast_rx |
| 862 | 2026-06-10T03:41:54.272Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-2e9147280b47c43d /work/test/multicast_multi_sub |
| 863 | 2026-06-10T03:41:54.317Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-9863509ba7868d0a /work/test/multicast_validation |
| 864 | 2026-06-10T03:41:54.359Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-5fad731e4ac8d015 /work/test/multicast_source_filter |
| 865 | 2026-06-10T03:41:54.402Z | process exited: duration 269477 ms, exit code 0 |
| |
| 866 | 2026-06-10T03:41:54.420Z | found 14 output files |
| 867 | 2026-06-10T03:41:54.420Z | uploading: /work/debug/xde.dbg (94662104 bytes) |
| 868 | 2026-06-10T03:41:56.005Z | uploaded: /work/debug/xde.dbg |
| 869 | 2026-06-10T03:41:56.005Z | uploading: /work/debug/xde.dbg.sha256 (86 bytes) |
| 870 | 2026-06-10T03:41:57.016Z | uploaded: /work/debug/xde.dbg.sha256 |
| 871 | 2026-06-10T03:41:57.016Z | uploading: /work/debug/xde_link.dbg.so (1084980 bytes) |
| 872 | 2026-06-10T03:41:58.063Z | uploaded: /work/debug/xde_link.dbg.so |
| 873 | 2026-06-10T03:41:58.063Z | uploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes) |
| 874 | 2026-06-10T03:41:59.074Z | uploaded: /work/debug/xde_link.dbg.so.sha256 |
| 875 | 2026-06-10T03:41:59.074Z | uploading: /work/release/xde (52019408 bytes) |
| 876 | 2026-06-10T03:42:00.400Z | uploaded: /work/release/xde |
| 877 | 2026-06-10T03:42:00.400Z | uploading: /work/release/xde.sha256 (84 bytes) |
| 878 | 2026-06-10T03:42:01.410Z | uploaded: /work/release/xde.sha256 |
| 879 | 2026-06-10T03:42:01.410Z | uploading: /work/release/xde_link.so (39516 bytes) |
| 880 | 2026-06-10T03:42:02.422Z | uploaded: /work/release/xde_link.so |
| 881 | 2026-06-10T03:42:02.422Z | uploading: /work/release/xde_link.so.sha256 (92 bytes) |
| 882 | 2026-06-10T03:42:03.435Z | uploaded: /work/release/xde_link.so.sha256 |
| 883 | 2026-06-10T03:42:03.435Z | uploading: /work/test/loopback (51673104 bytes) |
| 884 | 2026-06-10T03:42:04.979Z | uploaded: /work/test/loopback |
| 885 | 2026-06-10T03:42:04.979Z | uploading: /work/test/multicast_rx (51969152 bytes) |
| 886 | 2026-06-10T03:42:06.443Z | uploaded: /work/test/multicast_rx |
| 887 | 2026-06-10T03:42:06.443Z | uploading: /work/test/multicast_multi_sub (55860640 bytes) |
| 888 | 2026-06-10T03:42:08.242Z | uploaded: /work/test/multicast_multi_sub |
| 889 | 2026-06-10T03:42:08.242Z | uploading: /work/test/multicast_validation (52123000 bytes) |
| 890 | 2026-06-10T03:42:09.562Z | uploaded: /work/test/multicast_validation |
| 891 | 2026-06-10T03:42:09.565Z | uploading: /work/test/multicast_source_filter (52429592 bytes) |
| 892 | 2026-06-10T03:42:10.854Z | uploaded: /work/test/multicast_source_filter |
| 893 | 2026-06-10T03:42:10.854Z | uploading: /work/xde.conf (79 bytes) |
| 894 | 2026-06-10T03:42:11.863Z | uploaded: /work/xde.conf |