|
|
|
| 1 | 2026-07-19T04:25:32.473Z | job assigned to worker 01KXW9X01ZY57QNAKGWD0HFGP0 [factory aws, i-0d2b0ca56fba5f7e6] (queued for 59 s) |
| |
| 2 | 2026-07-19T04:25:39.340Z | starting task 0: "setup" |
| 3 | 2026-07-19T04:25:39.345Z | ++ uname -s |
| 4 | 2026-07-19T04:25:39.349Z | + kern=SunOS |
| 5 | 2026-07-19T04:25:39.349Z | + build_user=build |
| 6 | 2026-07-19T04:25:39.349Z | + build_uid=12345 |
| 7 | 2026-07-19T04:25:39.349Z | + work_dir=/work |
| 8 | 2026-07-19T04:25:39.349Z | + input_dir=/input |
| 9 | 2026-07-19T04:25:39.349Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-19T04:25:39.349Z | + case "$kern" in |
| 11 | 2026-07-19T04:25:39.349Z | + groupadd -g 12345 build |
| 12 | 2026-07-19T04:25:39.350Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-19T04:25:41.354Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-19T04:25:41.517Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-19T04:25:41.521Z | + home_fs=zfs |
| 16 | 2026-07-19T04:25:41.521Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-19T04:25:41.521Z | + mkdir -p /home/build |
| 18 | 2026-07-19T04:25:41.521Z | + chown build:build /home/build /work |
| 19 | 2026-07-19T04:25:43.522Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-19T04:25:43.526Z | process exited: duration 4182 ms, exit code 0 |
| |
| 21 | 2026-07-19T04:25:43.577Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-19T04:25:43.582Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-07-19T04:25:43.582Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-07-19T04:25:43.582Z | * rust toolchain channel = "1.97.1" |
| 25 | 2026-07-19T04:25:43.582Z | * rust toolchain profile = "default" |
| 26 | 2026-07-19T04:25:43.582Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-19T04:25:43.582Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-19T04:25:43.582Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-19T04:25:43.582Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-07-19T04:25:43.681Z | info: downloading installer |
| 31 | 2026-07-19T04:25:45.044Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-19T04:25:45.044Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-19T04:25:45.044Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-19T04:25:45.044Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-19T04:25:45.056Z | info: profile set to default |
| 36 | 2026-07-19T04:25:45.056Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-19T04:25:45.060Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-07-19T04:25:45.208Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-07-19T04:25:45.211Z | info: downloading 6 components |
| 40 | 2026-07-19T04:26:00.466Z | |
| 41 | 2026-07-19T04:26:00.466Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 42 | 2026-07-19T04:26:00.492Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-07-19T04:26:00.492Z | |
| 44 | 2026-07-19T04:26:00.497Z | |
| 45 | 2026-07-19T04:26:00.497Z | Rust is installed now. Great! |
| 46 | 2026-07-19T04:26:00.497Z | |
| 47 | 2026-07-19T04:26:00.497Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-19T04:26:00.497Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-19T04:26:00.497Z | |
| 50 | 2026-07-19T04:26:00.497Z | To configure your current shell, you need to source |
| 51 | 2026-07-19T04:26:00.497Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-19T04:26:00.497Z | |
| 53 | 2026-07-19T04:26:00.497Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-19T04:26:00.497Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-19T04:26:00.497Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-19T04:26:00.497Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-19T04:26:00.497Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-19T04:26:00.497Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-19T04:26:00.497Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-19T04:26:00.497Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-19T04:26:00.497Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-19T04:26:00.600Z | + rustup --version |
| 63 | 2026-07-19T04:26:00.646Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-19T04:26:00.646Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-19T04:26:00.650Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-07-19T04:26:00.650Z | + cargo --version |
| 67 | 2026-07-19T04:26:00.650Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-07-19T04:26:00.650Z | + rustc --version |
| 69 | 2026-07-19T04:26:00.695Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-07-19T04:26:00.698Z | process exited: duration 17087 ms, exit code 0 |
| |
| 71 | 2026-07-19T04:26:00.721Z | starting task 2: "authentication" |
| 72 | 2026-07-19T04:26:00.752Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-19T04:26:00.779Z | starting task 3: "clone repository" |
| 74 | 2026-07-19T04:26:00.783Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-19T04:26:00.783Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-19T04:26:00.819Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-19T04:26:01.731Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-19T04:26:01.731Z | + git fetch origin afff174ebc75a1e4e91b98f8683877a8d77b728f |
| 79 | 2026-07-19T04:26:01.954Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-19T04:26:01.954Z | * branch afff174ebc75a1e4e91b98f8683877a8d77b728f -> FETCH_HEAD |
| 81 | 2026-07-19T04:26:01.959Z | + [[ -n renovate/rust-1.x ]] |
| 82 | 2026-07-19T04:26:01.963Z | ++ git branch --show-current |
| 83 | 2026-07-19T04:26:01.963Z | + current=master |
| 84 | 2026-07-19T04:26:01.963Z | + [[ master != renovate/rust-1.x ]] |
| 85 | 2026-07-19T04:26:01.963Z | + git branch -f renovate/rust-1.x afff174ebc75a1e4e91b98f8683877a8d77b728f |
| 86 | 2026-07-19T04:26:01.966Z | + git checkout -f renovate/rust-1.x |
| 87 | 2026-07-19T04:26:01.981Z | Switched to branch 'renovate/rust-1.x' |
| 88 | 2026-07-19T04:26:01.984Z | + git reset --hard afff174ebc75a1e4e91b98f8683877a8d77b728f |
| 89 | 2026-07-19T04:26:01.998Z | HEAD is now at afff174 Update dependency rust |
| 90 | 2026-07-19T04:26:02.003Z | process exited: duration 1226 ms, exit code 0 |
| |
| 91 | 2026-07-19T04:26:02.010Z | starting task 4: "build" |
| 92 | 2026-07-19T04:26:02.015Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-19T04:26:02.015Z | ++ rustup show active-toolchain |
| 94 | 2026-07-19T04:26:02.020Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-07-19T04:26:02.022Z | ++ pushd xde |
| 96 | 2026-07-19T04:26:02.023Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-07-19T04:26:02.023Z | ++ rustup show active-toolchain |
| 98 | 2026-07-19T04:26:02.061Z | info: syncing channel updates for nightly-2026-07-19-x86_64-unknown-illumos |
| 99 | 2026-07-19T04:26:02.169Z | info: latest update on 2026-07-19 for version 1.99.0-nightly (eff8269f7 2026-07-18) |
| 100 | 2026-07-19T04:26:02.172Z | info: downloading 6 components |
| 101 | 2026-07-19T04:26:16.956Z | nightly-2026-07-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-07-19T04:26:17.043Z | +++ rustup show active-toolchain -v |
| 103 | 2026-07-19T04:26:17.046Z | +++ head -n 1 |
| 104 | 2026-07-19T04:26:17.046Z | +++ cut '-d ' -f1 |
| 105 | 2026-07-19T04:26:17.095Z | ++ export NIGHTLY=nightly-2026-07-19-x86_64-unknown-illumos |
| 106 | 2026-07-19T04:26:17.095Z | ++ NIGHTLY=nightly-2026-07-19-x86_64-unknown-illumos |
| 107 | 2026-07-19T04:26:17.098Z | ++ popd |
| 108 | 2026-07-19T04:26:17.098Z | /work/oxidecomputer/opte |
| 109 | 2026-07-19T04:26:17.098Z | + TGT_BASE=/work |
| 110 | 2026-07-19T04:26:17.098Z | + DBG_SRC=target/x86_64-unknown-unknown/debug |
| 111 | 2026-07-19T04:26:17.098Z | + DBG_LINK_SRC=target/i686-unknown-illumos/debug |
| 112 | 2026-07-19T04:26:17.098Z | + DBG_TGT=/work/debug |
| 113 | 2026-07-19T04:26:17.098Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 114 | 2026-07-19T04:26:17.098Z | + REL_LINK_SRC=target/i686-unknown-illumos/release |
| 115 | 2026-07-19T04:26:17.098Z | + REL_TGT=/work/release |
| 116 | 2026-07-19T04:26:17.098Z | + mkdir -p /work/debug /work/release |
| 117 | 2026-07-19T04:26:17.098Z | + cargo --version |
| 118 | 2026-07-19T04:26:17.106Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 119 | 2026-07-19T04:26:17.109Z | + rustc --version |
| 120 | 2026-07-19T04:26:17.128Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 121 | 2026-07-19T04:26:17.131Z | + install_pkg jq |
| 122 | 2026-07-19T04:26:17.131Z | + set +o errexit |
| 123 | 2026-07-19T04:26:17.131Z | + pfexec pkg install jq |
| 124 | 2026-07-19T04:26:18.269Z | Startup: Refreshing catalog 'helios' ... Done |
| 125 | 2026-07-19T04:26:18.509Z | Startup: Caching catalogs ... Done |
| 126 | 2026-07-19T04:26:19.337Z | Planning: Solver setup ... Done |
| 127 | 2026-07-19T04:26:19.374Z | Planning: Running solver ... Done |
| 128 | 2026-07-19T04:26:19.393Z | Planning: Consolidating action changes ... Done |
| 129 | 2026-07-19T04:26:19.395Z | Planning: Evaluating mediators ... Done |
| 130 | 2026-07-19T04:26:19.396Z | Planning: Planning completed in 0.86 seconds |
| 131 | 2026-07-19T04:26:19.409Z | No updates necessary for this image. |
| 132 | 2026-07-19T04:26:19.551Z | + exit_code=4 |
| 133 | 2026-07-19T04:26:19.551Z | + [[ 4 -ne 0 ]] |
| 134 | 2026-07-19T04:26:19.551Z | + [[ 4 -ne 4 ]] |
| 135 | 2026-07-19T04:26:19.551Z | + set -o errexit |
| 136 | 2026-07-19T04:26:19.555Z | + pushd xde |
| 137 | 2026-07-19T04:26:19.555Z | + cp xde.conf /work/xde.conf |
| 138 | 2026-07-19T04:26:19.555Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 139 | 2026-07-19T04:26:19.555Z | + header 'check style' |
| 140 | 2026-07-19T04:26:19.555Z | + echo '# ==== check style ==== #' |
| 141 | 2026-07-19T04:26:19.555Z | # ==== check style ==== # |
| 142 | 2026-07-19T04:26:19.555Z | + ptime -m cargo +nightly-2026-07-19-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check |
| 143 | 2026-07-19T04:26:19.762Z | |
| 144 | 2026-07-19T04:26:19.762Z | real 0.205789106 |
| 145 | 2026-07-19T04:26:19.762Z | user 0.150703993 |
| 146 | 2026-07-19T04:26:19.762Z | sys 0.045398655 |
| 147 | 2026-07-19T04:26:19.762Z | trap 0.000012130 |
| 148 | 2026-07-19T04:26:19.762Z | tflt 0.000072080 |
| 149 | 2026-07-19T04:26:19.762Z | dflt 0.000001530 |
| 150 | 2026-07-19T04:26:19.762Z | kflt 0.000001470 |
| 151 | 2026-07-19T04:26:19.762Z | lock 0.034817440 |
| 152 | 2026-07-19T04:26:19.762Z | slp 0.182061444 |
| 153 | 2026-07-19T04:26:19.762Z | lat 0.000653610 |
| 154 | 2026-07-19T04:26:19.762Z | stop 0.000103320 |
| 155 | 2026-07-19T04:26:19.765Z | + header analyze |
| 156 | 2026-07-19T04:26:19.765Z | + echo '# ==== analyze ==== #' |
| 157 | 2026-07-19T04:26:19.765Z | # ==== analyze ==== # |
| 158 | 2026-07-19T04:26:19.765Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 159 | 2026-07-19T04:26:19.939Z | Updating crates.io index |
| 160 | 2026-07-19T04:26:19.942Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 161 | 2026-07-19T04:26:20.623Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 162 | 2026-07-19T04:26:20.997Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 163 | 2026-07-19T04:26:21.308Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 164 | 2026-07-19T04:26:21.529Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 165 | 2026-07-19T04:26:21.727Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 166 | 2026-07-19T04:26:21.952Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 167 | 2026-07-19T04:26:23.711Z | Downloading crates ... |
| 168 | 2026-07-19T04:26:23.757Z | Downloaded byteorder v1.5.0 |
| 169 | 2026-07-19T04:26:23.773Z | Downloaded darling_core v0.21.3 |
| 170 | 2026-07-19T04:26:23.776Z | Downloaded strsim v0.11.1 |
| 171 | 2026-07-19T04:26:23.786Z | Downloaded ident_case v1.0.1 |
| 172 | 2026-07-19T04:26:23.789Z | Downloaded macaddr v1.0.1 |
| 173 | 2026-07-19T04:26:23.792Z | Downloaded embedded-io v0.6.1 |
| 174 | 2026-07-19T04:26:23.794Z | Downloaded hash32 v0.3.1 |
| 175 | 2026-07-19T04:26:23.798Z | Downloaded thiserror-impl v2.0.18 |
| 176 | 2026-07-19T04:26:23.801Z | Downloaded aho-corasick v1.1.4 |
| 177 | 2026-07-19T04:26:23.804Z | Downloaded cfg-if v1.0.4 |
| 178 | 2026-07-19T04:26:23.804Z | Downloaded defmt-parser v1.0.0 |
| 179 | 2026-07-19T04:26:23.804Z | Downloaded fnv v1.0.7 |
| 180 | 2026-07-19T04:26:23.808Z | Downloaded cobs v0.3.0 |
| 181 | 2026-07-19T04:26:23.811Z | Downloaded dyn-clone v1.0.20 |
| 182 | 2026-07-19T04:26:23.811Z | Downloaded stable_deref_trait v1.2.1 |
| 183 | 2026-07-19T04:26:23.811Z | Downloaded thiserror v2.0.18 |
| 184 | 2026-07-19T04:26:23.814Z | Downloaded bitflags v1.3.2 |
| 185 | 2026-07-19T04:26:23.818Z | Downloaded darling_macro v0.21.3 |
| 186 | 2026-07-19T04:26:23.821Z | Downloaded ref-cast-impl v1.0.25 |
| 187 | 2026-07-19T04:26:23.821Z | Downloaded darling_macro v0.23.0 |
| 188 | 2026-07-19T04:26:23.821Z | Downloaded embedded-io v0.4.0 |
| 189 | 2026-07-19T04:26:23.826Z | Downloaded version_check v0.9.5 |
| 190 | 2026-07-19T04:26:23.834Z | Downloaded darling v0.21.3 |
| 191 | 2026-07-19T04:26:23.837Z | Downloaded darling v0.23.0 |
| 192 | 2026-07-19T04:26:23.839Z | Downloaded ref-cast v1.0.25 |
| 193 | 2026-07-19T04:26:23.848Z | Downloaded defmt v0.3.100 |
| 194 | 2026-07-19T04:26:23.856Z | Downloaded managed v0.8.0 |
| 195 | 2026-07-19T04:26:23.859Z | Downloaded ingot-types v0.1.2 |
| 196 | 2026-07-19T04:26:23.859Z | Downloaded ingot v0.1.1 |
| 197 | 2026-07-19T04:26:23.866Z | Downloaded defmt-macros v1.1.1 |
| 198 | 2026-07-19T04:26:23.870Z | Downloaded ingot-macros v0.1.1 |
| 199 | 2026-07-19T04:26:23.873Z | Downloaded quote v1.0.46 |
| 200 | 2026-07-19T04:26:23.887Z | Downloaded bitflags v2.13.0 |
| 201 | 2026-07-19T04:26:23.890Z | Downloaded either v1.16.0 |
| 202 | 2026-07-19T04:26:23.895Z | Downloaded crc32fast v1.5.0 |
| 203 | 2026-07-19T04:26:23.905Z | Downloaded defmt v1.1.1 |
| 204 | 2026-07-19T04:26:23.908Z | Downloaded proc-macro2 v1.0.106 |
| 205 | 2026-07-19T04:26:23.911Z | Downloaded postcard v1.1.3 |
| 206 | 2026-07-19T04:26:23.914Z | Downloaded uuid v1.23.4 |
| 207 | 2026-07-19T04:26:23.919Z | Downloaded unicode-ident v1.0.24 |
| 208 | 2026-07-19T04:26:23.921Z | Downloaded serde_derive v1.0.228 |
| 209 | 2026-07-19T04:26:23.924Z | Downloaded serde_core v1.0.228 |
| 210 | 2026-07-19T04:26:23.924Z | Downloaded serde v1.0.228 |
| 211 | 2026-07-19T04:26:23.927Z | Downloaded heapless v0.8.0 |
| 212 | 2026-07-19T04:26:23.932Z | Downloaded darling_core v0.23.0 |
| 213 | 2026-07-19T04:26:23.943Z | Downloaded regex v1.12.4 |
| 214 | 2026-07-19T04:26:23.947Z | Downloaded zerocopy-derive v0.8.52 |
| 215 | 2026-07-19T04:26:23.953Z | Downloaded memchr v2.8.2 |
| 216 | 2026-07-19T04:26:23.981Z | Downloaded itertools v0.15.0 |
| 217 | 2026-07-19T04:26:23.986Z | Downloaded itertools v0.14.0 |
| 218 | 2026-07-19T04:26:24.032Z | Downloaded zerocopy v0.8.52 |
| 219 | 2026-07-19T04:26:24.045Z | Downloaded syn v2.0.118 |
| 220 | 2026-07-19T04:26:24.051Z | Downloaded regex-syntax v0.8.11 |
| 221 | 2026-07-19T04:26:24.054Z | Downloaded smoltcp v0.11.0 |
| 222 | 2026-07-19T04:26:24.069Z | Downloaded regex-automata v0.4.14 |
| 223 | 2026-07-19T04:26:24.082Z | Updating crates.io index |
| 224 | 2026-07-19T04:26:24.228Z | Downloading crates ... |
| 225 | 2026-07-19T04:26:24.245Z | Downloaded getopts v0.2.24 |
| 226 | 2026-07-19T04:26:24.253Z | Downloaded addr2line v0.27.0 |
| 227 | 2026-07-19T04:26:24.262Z | Downloaded rustc-literal-escaper v0.0.8 |
| 228 | 2026-07-19T04:26:24.265Z | Downloaded adler2 v2.0.1 |
| 229 | 2026-07-19T04:26:24.269Z | Downloaded foldhash v0.2.0 |
| 230 | 2026-07-19T04:26:24.277Z | Downloaded rustc-demangle v0.1.28 |
| 231 | 2026-07-19T04:26:24.294Z | Downloaded memchr v2.7.6 |
| 232 | 2026-07-19T04:26:24.299Z | Downloaded miniz_oxide v0.9.1 |
| 233 | 2026-07-19T04:26:24.318Z | Downloaded hashbrown v0.17.1 |
| 234 | 2026-07-19T04:26:24.345Z | Downloaded gimli v0.34.0 |
| 235 | 2026-07-19T04:26:24.356Z | Downloaded object v0.39.1 |
| 236 | 2026-07-19T04:26:24.388Z | Downloaded libc v0.2.185 |
| 237 | 2026-07-19T04:26:24.439Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 238 | 2026-07-19T04:26:24.439Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 239 | 2026-07-19T04:26:24.439Z | Compiling proc-macro2 v1.0.106 |
| 240 | 2026-07-19T04:26:24.442Z | Compiling unicode-ident v1.0.24 |
| 241 | 2026-07-19T04:26:24.442Z | Compiling quote v1.0.46 |
| 242 | 2026-07-19T04:26:24.442Z | Compiling strsim v0.11.1 |
| 243 | 2026-07-19T04:26:24.442Z | Compiling ident_case v1.0.1 |
| 244 | 2026-07-19T04:26:24.442Z | Compiling serde_core v1.0.228 |
| 245 | 2026-07-19T04:26:24.625Z | Compiling memchr v2.8.2 |
| 246 | 2026-07-19T04:26:24.633Z | Compiling fnv v1.0.7 |
| 247 | 2026-07-19T04:26:24.730Z | Compiling regex-syntax v0.8.11 |
| 248 | 2026-07-19T04:26:24.921Z | Compiling either v1.16.0 |
| 249 | 2026-07-19T04:26:24.939Z | Compiling zerocopy v0.8.52 |
| 250 | 2026-07-19T04:26:24.964Z | Compiling serde v1.0.228 |
| 251 | 2026-07-19T04:26:25.045Z | Compiling aho-corasick v1.1.4 |
| 252 | 2026-07-19T04:26:25.125Z | Compiling thiserror v2.0.18 |
| 253 | 2026-07-19T04:26:25.314Z | Compiling itertools v0.14.0 |
| 254 | 2026-07-19T04:26:25.479Z | Compiling heapless v0.8.0 |
| 255 | 2026-07-19T04:26:25.689Z | Compiling syn v2.0.118 |
| 256 | 2026-07-19T04:26:25.709Z | Compiling smoltcp v0.11.0 |
| 257 | 2026-07-19T04:26:25.750Z | Compiling crc32fast v1.5.0 |
| 258 | 2026-07-19T04:26:25.965Z | Compiling version_check v0.9.5 |
| 259 | 2026-07-19T04:26:26.099Z | Compiling ref-cast v1.0.25 |
| 260 | 2026-07-19T04:26:26.141Z | Compiling regex-automata v0.4.14 |
| 261 | 2026-07-19T04:26:26.343Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 262 | 2026-07-19T04:26:27.689Z | Compiling regex v1.12.4 |
| 263 | 2026-07-19T04:26:27.968Z | Compiling darling_core v0.21.3 |
| 264 | 2026-07-19T04:26:27.976Z | Compiling darling_core v0.23.0 |
| 265 | 2026-07-19T04:26:28.925Z | Compiling serde_derive v1.0.228 |
| 266 | 2026-07-19T04:26:28.925Z | Compiling zerocopy-derive v0.8.52 |
| 267 | 2026-07-19T04:26:28.925Z | Compiling thiserror-impl v2.0.18 |
| 268 | 2026-07-19T04:26:28.928Z | Compiling ref-cast-impl v1.0.25 |
| 269 | 2026-07-19T04:26:28.928Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 270 | 2026-07-19T04:26:30.606Z | Compiling darling_macro v0.21.3 |
| 271 | 2026-07-19T04:26:30.696Z | Compiling darling_macro v0.23.0 |
| 272 | 2026-07-19T04:26:31.494Z | Compiling darling v0.21.3 |
| 273 | 2026-07-19T04:26:31.563Z | Compiling ingot-macros v0.1.1 |
| 274 | 2026-07-19T04:26:31.605Z | Compiling darling v0.23.0 |
| 275 | 2026-07-19T04:26:31.673Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 276 | 2026-07-19T04:26:36.464Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 277 | 2026-07-19T04:26:38.733Z | Checking byteorder v1.5.0 |
| 278 | 2026-07-19T04:26:38.733Z | Checking macaddr v1.0.1 |
| 279 | 2026-07-19T04:26:38.733Z | Checking stable_deref_trait v1.2.1 |
| 280 | 2026-07-19T04:26:38.736Z | Checking cfg-if v1.0.4 |
| 281 | 2026-07-19T04:26:38.736Z | Checking bitflags v1.3.2 |
| 282 | 2026-07-19T04:26:38.790Z | Checking managed v0.8.0 |
| 283 | 2026-07-19T04:26:38.819Z | Checking cobs v0.3.0 |
| 284 | 2026-07-19T04:26:38.893Z | Checking hash32 v0.3.1 |
| 285 | 2026-07-19T04:26:38.907Z | Checking dyn-clone v1.0.20 |
| 286 | 2026-07-19T04:26:38.939Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 287 | 2026-07-19T04:26:38.946Z | Checking itertools v0.15.0 |
| 288 | 2026-07-19T04:26:40.066Z | Checking bitflags v2.13.0 |
| 289 | 2026-07-19T04:26:40.066Z | Checking uuid v1.23.4 |
| 290 | 2026-07-19T04:26:40.229Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 291 | 2026-07-19T04:26:40.437Z | Checking postcard v1.1.3 |
| 292 | 2026-07-19T04:26:41.326Z | Checking ingot-types v0.1.2 |
| 293 | 2026-07-19T04:26:41.598Z | Checking ingot v0.1.1 |
| 294 | 2026-07-19T04:26:42.899Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 295 | 2026-07-19T04:26:45.942Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 296 | 2026-07-19T04:26:47.073Z | Checking xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 297 | 2026-07-19T04:26:48.609Z | Finished `dev` profile [optimized + debuginfo] target(s) in 28.78s |
| 298 | 2026-07-19T04:26:48.729Z | |
| 299 | 2026-07-19T04:26:48.730Z | real 28.961734270 |
| 300 | 2026-07-19T04:26:48.730Z | user 1:12.700669777 |
| 301 | 2026-07-19T04:26:48.730Z | sys 10.296776049 |
| 302 | 2026-07-19T04:26:48.730Z | trap 0.030662351 |
| 303 | 2026-07-19T04:26:48.730Z | tflt 0.030683385 |
| 304 | 2026-07-19T04:26:48.730Z | dflt 0.217352822 |
| 305 | 2026-07-19T04:26:48.730Z | kflt 0.001839460 |
| 306 | 2026-07-19T04:26:48.733Z | lock 4:02.866540317 |
| 307 | 2026-07-19T04:26:48.733Z | slp 3:20.071453183 |
| 308 | 2026-07-19T04:26:48.733Z | lat 2.763420001 |
| 309 | 2026-07-19T04:26:48.733Z | stop 8.175662751 |
| 310 | 2026-07-19T04:26:48.733Z | + pushd xde-link |
| 311 | 2026-07-19T04:26:48.733Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 312 | 2026-07-19T04:26:48.733Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 313 | 2026-07-19T04:26:48.907Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 314 | 2026-07-19T04:26:48.907Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 315 | 2026-07-19T04:26:48.907Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 316 | 2026-07-19T04:26:59.772Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 317 | 2026-07-19T04:27:02.062Z | Finished `dev` profile [optimized + debuginfo] target(s) in 13.27s |
| 318 | 2026-07-19T04:27:02.081Z | |
| 319 | 2026-07-19T04:27:02.082Z | real 13.346487974 |
| 320 | 2026-07-19T04:27:02.084Z | user 20.982864558 |
| 321 | 2026-07-19T04:27:02.084Z | sys 1.208998738 |
| 322 | 2026-07-19T04:27:02.084Z | trap 0.003437120 |
| 323 | 2026-07-19T04:27:02.084Z | tflt 0.001030980 |
| 324 | 2026-07-19T04:27:02.084Z | dflt 0.048440784 |
| 325 | 2026-07-19T04:27:02.084Z | kflt 0.000000000 |
| 326 | 2026-07-19T04:27:02.084Z | lock 1:11.624797991 |
| 327 | 2026-07-19T04:27:02.084Z | slp 44.538864102 |
| 328 | 2026-07-19T04:27:02.084Z | lat 0.205687304 |
| 329 | 2026-07-19T04:27:02.085Z | stop 0.135357675 |
| 330 | 2026-07-19T04:27:02.085Z | + popd |
| 331 | 2026-07-19T04:27:02.085Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 332 | 2026-07-19T04:27:02.085Z | + popd |
| 333 | 2026-07-19T04:27:02.085Z | /work/oxidecomputer/opte |
| 334 | 2026-07-19T04:27:02.085Z | + header 'build xde (debug)' |
| 335 | 2026-07-19T04:27:02.085Z | + echo '# ==== build xde (debug) ==== #' |
| 336 | 2026-07-19T04:27:02.085Z | # ==== build xde (debug) ==== # |
| 337 | 2026-07-19T04:27:02.085Z | + ptime -m cargo xtask build --profile debug xde xde-link |
| 338 | 2026-07-19T04:27:02.232Z | Downloading crates ... |
| 339 | 2026-07-19T04:27:02.279Z | Downloaded anstyle v1.0.14 |
| 340 | 2026-07-19T04:27:02.286Z | Downloaded cargo_metadata v0.23.1 |
| 341 | 2026-07-19T04:27:02.289Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 342 | 2026-07-19T04:27:02.292Z | Downloaded heck v0.5.0 |
| 343 | 2026-07-19T04:27:02.294Z | Downloaded utf8parse v0.2.2 |
| 344 | 2026-07-19T04:27:02.294Z | Downloaded is_terminal_polyfill v1.70.2 |
| 345 | 2026-07-19T04:27:02.297Z | Downloaded clap_lex v1.1.0 |
| 346 | 2026-07-19T04:27:02.300Z | Downloaded cargo-platform v0.3.3 |
| 347 | 2026-07-19T04:27:02.302Z | Downloaded anstyle-query v1.1.5 |
| 348 | 2026-07-19T04:27:02.302Z | Downloaded terminal_size v0.4.4 |
| 349 | 2026-07-19T04:27:02.302Z | Downloaded itoa v1.0.18 |
| 350 | 2026-07-19T04:27:02.305Z | Downloaded equivalent v1.0.2 |
| 351 | 2026-07-19T04:27:02.308Z | Downloaded serde_spanned v1.1.1 |
| 352 | 2026-07-19T04:27:02.312Z | Downloaded errno v0.3.14 |
| 353 | 2026-07-19T04:27:02.315Z | Downloaded colorchoice v1.0.5 |
| 354 | 2026-07-19T04:27:02.323Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 355 | 2026-07-19T04:27:02.328Z | Downloaded anstyle-parse v1.0.0 |
| 356 | 2026-07-19T04:27:02.332Z | Downloaded anstream v1.0.0 |
| 357 | 2026-07-19T04:27:02.334Z | Downloaded clap_derive v4.6.1 |
| 358 | 2026-07-19T04:27:02.337Z | Downloaded camino v1.2.4 |
| 359 | 2026-07-19T04:27:02.340Z | Downloaded clap v4.6.1 |
| 360 | 2026-07-19T04:27:02.343Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 361 | 2026-07-19T04:27:02.346Z | Downloaded zmij v1.0.21 |
| 362 | 2026-07-19T04:27:02.346Z | Downloaded anyhow v1.0.103 |
| 363 | 2026-07-19T04:27:02.349Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 364 | 2026-07-19T04:27:02.349Z | Downloaded semver v1.0.28 |
| 365 | 2026-07-19T04:27:02.363Z | Downloaded indexmap v2.14.0 |
| 366 | 2026-07-19T04:27:02.376Z | Downloaded serde_json v1.0.150 |
| 367 | 2026-07-19T04:27:02.381Z | Downloaded clap_builder v4.6.0 |
| 368 | 2026-07-19T04:27:02.393Z | Downloaded winnow v1.0.3 |
| 369 | 2026-07-19T04:27:02.420Z | Downloaded rustix v1.1.4 |
| 370 | 2026-07-19T04:27:02.447Z | Downloaded libc v0.2.186 |
| 371 | 2026-07-19T04:27:02.495Z | Compiling serde_core v1.0.228 |
| 372 | 2026-07-19T04:27:02.498Z | Compiling proc-macro2 v1.0.106 |
| 373 | 2026-07-19T04:27:02.498Z | Compiling quote v1.0.46 |
| 374 | 2026-07-19T04:27:02.498Z | Compiling unicode-ident v1.0.24 |
| 375 | 2026-07-19T04:27:02.498Z | Compiling libc v0.2.186 |
| 376 | 2026-07-19T04:27:02.498Z | Compiling rustix v1.1.4 |
| 377 | 2026-07-19T04:27:02.517Z | Compiling utf8parse v0.2.2 |
| 378 | 2026-07-19T04:27:02.519Z | Compiling bitflags v2.13.0 |
| 379 | 2026-07-19T04:27:02.647Z | Compiling zmij v1.0.21 |
| 380 | 2026-07-19T04:27:02.666Z | Compiling anstyle-parse v1.0.0 |
| 381 | 2026-07-19T04:27:02.864Z | Compiling anstyle-query v1.1.5 |
| 382 | 2026-07-19T04:27:02.884Z | Compiling camino v1.2.4 |
| 383 | 2026-07-19T04:27:02.960Z | Compiling thiserror v2.0.18 |
| 384 | 2026-07-19T04:27:02.964Z | Compiling serde v1.0.228 |
| 385 | 2026-07-19T04:27:02.986Z | Compiling colorchoice v1.0.5 |
| 386 | 2026-07-19T04:27:03.077Z | Compiling serde_json v1.0.150 |
| 387 | 2026-07-19T04:27:03.117Z | Compiling is_terminal_polyfill v1.70.2 |
| 388 | 2026-07-19T04:27:03.205Z | Compiling anstyle v1.0.14 |
| 389 | 2026-07-19T04:27:03.234Z | Compiling errno v0.3.14 |
| 390 | 2026-07-19T04:27:03.324Z | Compiling heck v0.5.0 |
| 391 | 2026-07-19T04:27:03.403Z | Compiling anstream v1.0.0 |
| 392 | 2026-07-19T04:27:03.467Z | Compiling winnow v1.0.3 |
| 393 | 2026-07-19T04:27:03.477Z | Compiling itoa v1.0.18 |
| 394 | 2026-07-19T04:27:03.513Z | Compiling clap_lex v1.1.0 |
| 395 | 2026-07-19T04:27:03.740Z | Compiling strsim v0.11.1 |
| 396 | 2026-07-19T04:27:03.744Z | Compiling memchr v2.8.2 |
| 397 | 2026-07-19T04:27:03.883Z | Compiling syn v2.0.118 |
| 398 | 2026-07-19T04:27:03.895Z | Compiling terminal_size v0.4.4 |
| 399 | 2026-07-19T04:27:03.904Z | Compiling anyhow v1.0.103 |
| 400 | 2026-07-19T04:27:03.912Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 401 | 2026-07-19T04:27:04.047Z | Compiling clap_builder v4.6.0 |
| 402 | 2026-07-19T04:27:04.453Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 403 | 2026-07-19T04:27:04.844Z | Compiling semver v1.0.28 |
| 404 | 2026-07-19T04:27:05.069Z | Compiling serde_spanned v1.1.1 |
| 405 | 2026-07-19T04:27:05.226Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 406 | 2026-07-19T04:27:05.322Z | Compiling cargo-platform v0.3.3 |
| 407 | 2026-07-19T04:27:05.595Z | Compiling toml v1.1.2+spec-1.1.0 |
| 408 | 2026-07-19T04:27:06.239Z | Compiling serde_derive v1.0.228 |
| 409 | 2026-07-19T04:27:06.501Z | Compiling thiserror-impl v2.0.18 |
| 410 | 2026-07-19T04:27:06.581Z | Compiling clap_derive v4.6.1 |
| 411 | 2026-07-19T04:27:08.200Z | Compiling clap v4.6.1 |
| 412 | 2026-07-19T04:27:09.267Z | Compiling cargo_metadata v0.23.1 |
| 413 | 2026-07-19T04:27:11.698Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 414 | 2026-07-19T04:27:13.298Z | Finished `dev` profile [optimized + debuginfo] target(s) in 11.20s |
| 415 | 2026-07-19T04:27:13.309Z | Running `target/debug/xtask build --profile debug xde xde-link` |
| 416 | 2026-07-19T04:27:14.657Z | Building xde (dev). |
| 417 | 2026-07-19T04:27:14.877Z | Compiling serde_core v1.0.228 |
| 418 | 2026-07-19T04:27:14.877Z | Compiling byteorder v1.5.0 |
| 419 | 2026-07-19T04:27:14.877Z | Compiling cfg-if v1.0.4 |
| 420 | 2026-07-19T04:27:14.877Z | Compiling stable_deref_trait v1.2.1 |
| 421 | 2026-07-19T04:27:14.877Z | Compiling macaddr v1.0.1 |
| 422 | 2026-07-19T04:27:14.880Z | Compiling thiserror v2.0.18 |
| 423 | 2026-07-19T04:27:14.880Z | Compiling zerocopy v0.8.52 |
| 424 | 2026-07-19T04:27:14.900Z | Compiling bitflags v1.3.2 |
| 425 | 2026-07-19T04:27:14.953Z | Compiling managed v0.8.0 |
| 426 | 2026-07-19T04:27:14.957Z | Compiling cobs v0.3.0 |
| 427 | 2026-07-19T04:27:14.959Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 428 | 2026-07-19T04:27:14.990Z | Compiling either v1.16.0 |
| 429 | 2026-07-19T04:27:15.067Z | Compiling hash32 v0.3.1 |
| 430 | 2026-07-19T04:27:15.146Z | Compiling itertools v0.15.0 |
| 431 | 2026-07-19T04:27:15.162Z | Compiling heapless v0.8.0 |
| 432 | 2026-07-19T04:27:15.168Z | Compiling ref-cast v1.0.25 |
| 433 | 2026-07-19T04:27:15.221Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 434 | 2026-07-19T04:27:15.221Z | Compiling crc32fast v1.5.0 |
| 435 | 2026-07-19T04:27:15.227Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 436 | 2026-07-19T04:27:15.252Z | Compiling dyn-clone v1.0.20 |
| 437 | 2026-07-19T04:27:15.412Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 438 | 2026-07-19T04:27:15.510Z | Compiling smoltcp v0.11.0 |
| 439 | 2026-07-19T04:27:16.414Z | Compiling serde v1.0.228 |
| 440 | 2026-07-19T04:27:16.414Z | Compiling bitflags v2.13.0 |
| 441 | 2026-07-19T04:27:16.414Z | Compiling uuid v1.23.4 |
| 442 | 2026-07-19T04:27:16.549Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 443 | 2026-07-19T04:27:16.828Z | Compiling postcard v1.1.3 |
| 444 | 2026-07-19T04:27:17.636Z | Compiling ingot-types v0.1.2 |
| 445 | 2026-07-19T04:27:17.913Z | Compiling ingot v0.1.1 |
| 446 | 2026-07-19T04:27:19.431Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 447 | 2026-07-19T04:27:22.927Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 448 | 2026-07-19T04:27:32.922Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 449 | 2026-07-19T04:27:40.664Z | Finished `dev` profile [optimized + debuginfo] target(s) in 25.97s |
| 450 | 2026-07-19T04:27:40.687Z | Linking xde kmod... |
| 451 | 2026-07-19T04:27:41.680Z | Building xde dev link helper (dev). |
| 452 | 2026-07-19T04:27:41.827Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 453 | 2026-07-19T04:27:42.154Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.44s |
| 454 | 2026-07-19T04:27:42.177Z | |
| 455 | 2026-07-19T04:27:42.180Z | real 40.091716464 |
| 456 | 2026-07-19T04:27:42.180Z | user 2:10.085960772 |
| 457 | 2026-07-19T04:27:42.180Z | sys 10.811208100 |
| 458 | 2026-07-19T04:27:42.180Z | trap 0.048307640 |
| 459 | 2026-07-19T04:27:42.180Z | tflt 0.225431773 |
| 460 | 2026-07-19T04:27:42.180Z | dflt 0.611160955 |
| 461 | 2026-07-19T04:27:42.180Z | kflt 0.000020870 |
| 462 | 2026-07-19T04:27:42.180Z | lock 6:40.808613952 |
| 463 | 2026-07-19T04:27:42.181Z | slp 3:48.219683382 |
| 464 | 2026-07-19T04:27:42.181Z | lat 3.628832683 |
| 465 | 2026-07-19T04:27:42.181Z | stop 5.176494037 |
| 466 | 2026-07-19T04:27:42.181Z | + header 'build xde (release)' |
| 467 | 2026-07-19T04:27:42.181Z | + echo '# ==== build xde (release) ==== #' |
| 468 | 2026-07-19T04:27:42.181Z | # ==== build xde (release) ==== # |
| 469 | 2026-07-19T04:27:42.181Z | + ptime -m cargo xtask build --profile release xde xde-link |
| 470 | 2026-07-19T04:27:42.317Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s |
| 471 | 2026-07-19T04:27:42.321Z | Running `target/debug/xtask build --profile release xde xde-link` |
| 472 | 2026-07-19T04:27:42.508Z | Building xde (release-lto). |
| 473 | 2026-07-19T04:27:42.727Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 474 | 2026-07-19T04:27:42.727Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 475 | 2026-07-19T04:27:42.727Z | Compiling proc-macro2 v1.0.106 |
| 476 | 2026-07-19T04:27:42.727Z | Compiling unicode-ident v1.0.24 |
| 477 | 2026-07-19T04:27:42.730Z | Compiling quote v1.0.46 |
| 478 | 2026-07-19T04:27:42.730Z | Compiling strsim v0.11.1 |
| 479 | 2026-07-19T04:27:42.730Z | Compiling ident_case v1.0.1 |
| 480 | 2026-07-19T04:27:42.730Z | Compiling serde_core v1.0.228 |
| 481 | 2026-07-19T04:27:42.841Z | Compiling fnv v1.0.7 |
| 482 | 2026-07-19T04:27:42.841Z | Compiling memchr v2.8.2 |
| 483 | 2026-07-19T04:27:42.924Z | Compiling regex-syntax v0.8.11 |
| 484 | 2026-07-19T04:27:43.122Z | Compiling thiserror v2.0.18 |
| 485 | 2026-07-19T04:27:43.131Z | Compiling either v1.16.0 |
| 486 | 2026-07-19T04:27:43.141Z | Compiling zerocopy v0.8.52 |
| 487 | 2026-07-19T04:27:43.241Z | Compiling serde v1.0.228 |
| 488 | 2026-07-19T04:27:43.320Z | Compiling aho-corasick v1.1.4 |
| 489 | 2026-07-19T04:27:43.542Z | Compiling itertools v0.14.0 |
| 490 | 2026-07-19T04:27:43.679Z | Compiling heapless v0.8.0 |
| 491 | 2026-07-19T04:27:43.694Z | Compiling smoltcp v0.11.0 |
| 492 | 2026-07-19T04:27:43.898Z | Compiling syn v2.0.118 |
| 493 | 2026-07-19T04:27:43.921Z | Compiling ref-cast v1.0.25 |
| 494 | 2026-07-19T04:27:44.131Z | Compiling crc32fast v1.5.0 |
| 495 | 2026-07-19T04:27:44.150Z | Compiling version_check v0.9.5 |
| 496 | 2026-07-19T04:27:44.464Z | Compiling regex-automata v0.4.14 |
| 497 | 2026-07-19T04:27:44.490Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 498 | 2026-07-19T04:27:45.983Z | Compiling regex v1.12.4 |
| 499 | 2026-07-19T04:27:46.144Z | Compiling darling_core v0.21.3 |
| 500 | 2026-07-19T04:27:46.173Z | Compiling darling_core v0.23.0 |
| 501 | 2026-07-19T04:27:47.098Z | Compiling serde_derive v1.0.228 |
| 502 | 2026-07-19T04:27:47.098Z | Compiling thiserror-impl v2.0.18 |
| 503 | 2026-07-19T04:27:47.098Z | Compiling zerocopy-derive v0.8.52 |
| 504 | 2026-07-19T04:27:47.098Z | Compiling ref-cast-impl v1.0.25 |
| 505 | 2026-07-19T04:27:47.101Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 506 | 2026-07-19T04:27:48.620Z | Compiling darling_macro v0.21.3 |
| 507 | 2026-07-19T04:27:48.807Z | Compiling darling_macro v0.23.0 |
| 508 | 2026-07-19T04:27:49.548Z | Compiling darling v0.21.3 |
| 509 | 2026-07-19T04:27:49.611Z | Compiling ingot-macros v0.1.1 |
| 510 | 2026-07-19T04:27:49.690Z | Compiling darling v0.23.0 |
| 511 | 2026-07-19T04:27:49.768Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 512 | 2026-07-19T04:27:55.376Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 513 | 2026-07-19T04:27:57.619Z | Compiling byteorder v1.5.0 |
| 514 | 2026-07-19T04:27:57.620Z | Compiling cfg-if v1.0.4 |
| 515 | 2026-07-19T04:27:57.622Z | Compiling stable_deref_trait v1.2.1 |
| 516 | 2026-07-19T04:27:57.622Z | Compiling macaddr v1.0.1 |
| 517 | 2026-07-19T04:27:57.680Z | Compiling bitflags v1.3.2 |
| 518 | 2026-07-19T04:27:57.685Z | Compiling cobs v0.3.0 |
| 519 | 2026-07-19T04:27:57.713Z | Compiling managed v0.8.0 |
| 520 | 2026-07-19T04:27:57.804Z | Compiling hash32 v0.3.1 |
| 521 | 2026-07-19T04:27:57.876Z | Compiling dyn-clone v1.0.20 |
| 522 | 2026-07-19T04:27:57.926Z | Compiling itertools v0.15.0 |
| 523 | 2026-07-19T04:27:57.972Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 524 | 2026-07-19T04:27:59.251Z | Compiling bitflags v2.13.0 |
| 525 | 2026-07-19T04:27:59.251Z | Compiling uuid v1.23.4 |
| 526 | 2026-07-19T04:27:59.393Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 527 | 2026-07-19T04:27:59.678Z | Compiling postcard v1.1.3 |
| 528 | 2026-07-19T04:28:00.479Z | Compiling ingot-types v0.1.2 |
| 529 | 2026-07-19T04:28:00.793Z | Compiling ingot v0.1.1 |
| 530 | 2026-07-19T04:28:02.293Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 531 | 2026-07-19T04:28:06.093Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 532 | 2026-07-19T04:28:14.939Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 533 | 2026-07-19T04:28:44.726Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 02s |
| 534 | 2026-07-19T04:28:44.749Z | Linking xde kmod... |
| 535 | 2026-07-19T04:28:45.328Z | Building xde dev link helper (release). |
| 536 | 2026-07-19T04:28:45.479Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 537 | 2026-07-19T04:28:45.479Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 538 | 2026-07-19T04:28:45.479Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 539 | 2026-07-19T04:28:57.053Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 540 | 2026-07-19T04:28:59.707Z | Finished `release` profile [optimized + debuginfo] target(s) in 14.35s |
| 541 | 2026-07-19T04:28:59.726Z | |
| 542 | 2026-07-19T04:28:59.729Z | real 1:17.544774822 |
| 543 | 2026-07-19T04:28:59.729Z | user 2:11.160317893 |
| 544 | 2026-07-19T04:28:59.729Z | sys 12.428367044 |
| 545 | 2026-07-19T04:28:59.729Z | trap 0.034763031 |
| 546 | 2026-07-19T04:28:59.729Z | tflt 0.164099804 |
| 547 | 2026-07-19T04:28:59.729Z | dflt 0.241404280 |
| 548 | 2026-07-19T04:28:59.729Z | kflt 0.000023290 |
| 549 | 2026-07-19T04:28:59.729Z | lock 10:12.873387883 |
| 550 | 2026-07-19T04:28:59.729Z | slp 6:16.006918015 |
| 551 | 2026-07-19T04:28:59.729Z | lat 2.757136594 |
| 552 | 2026-07-19T04:28:59.729Z | stop 4.389213158 |
| 553 | 2026-07-19T04:28:59.729Z | + elfdump target/x86_64-unknown-unknown/debug/xde.dbg |
| 554 | 2026-07-19T04:28:59.729Z | + grep GOTPCREL |
| 555 | 2026-07-19T04:29:01.384Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 556 | 2026-07-19T04:29:01.386Z | + grep GOTPCREL |
| 557 | 2026-07-19T04:29:02.350Z | + cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/ |
| 558 | 2026-07-19T04:29:02.403Z | + sha256sum /work/debug/xde.dbg |
| 559 | 2026-07-19T04:29:02.453Z | + cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so |
| 560 | 2026-07-19T04:29:02.456Z | + sha256sum /work/debug/xde_link.dbg.so |
| 561 | 2026-07-19T04:29:02.458Z | + cp target/x86_64-unknown-unknown/release-lto/xde /work/release/ |
| 562 | 2026-07-19T04:29:02.494Z | + sha256sum /work/release/xde |
| 563 | 2026-07-19T04:29:02.523Z | + cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so |
| 564 | 2026-07-19T04:29:02.525Z | + sha256sum /work/release/xde_link.so |
| 565 | 2026-07-19T04:29:02.528Z | + header 'build xde integration tests' |
| 566 | 2026-07-19T04:29:02.528Z | + echo '# ==== build xde integration tests ==== #' |
| 567 | 2026-07-19T04:29:02.528Z | + pushd xde-tests |
| 568 | 2026-07-19T04:29:02.528Z | # ==== build xde integration tests ==== # |
| 569 | 2026-07-19T04:29:02.528Z | /work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte |
| 570 | 2026-07-19T04:29:02.528Z | + cargo +nightly-2026-07-19-x86_64-unknown-illumos fmt -- --check |
| 571 | 2026-07-19T04:29:02.608Z | + cargo clippy --all-targets -- --deny warnings |
| 572 | 2026-07-19T04:29:02.821Z | Compiling serde_core v1.0.228 |
| 573 | 2026-07-19T04:29:02.821Z | Checking cfg-if v1.0.4 |
| 574 | 2026-07-19T04:29:02.821Z | Checking memchr v2.8.2 |
| 575 | 2026-07-19T04:29:02.821Z | Compiling serde v1.0.228 |
| 576 | 2026-07-19T04:29:02.821Z | Compiling rustversion v1.0.22 |
| 577 | 2026-07-19T04:29:02.824Z | Compiling ident_case v1.0.1 |
| 578 | 2026-07-19T04:29:02.824Z | Compiling strsim v0.11.1 |
| 579 | 2026-07-19T04:29:02.824Z | Compiling syn v2.0.118 |
| 580 | 2026-07-19T04:29:02.891Z | Compiling version_check v0.9.5 |
| 581 | 2026-07-19T04:29:02.943Z | Compiling libc v0.2.186 |
| 582 | 2026-07-19T04:29:03.166Z | Compiling fnv v1.0.7 |
| 583 | 2026-07-19T04:29:03.173Z | Compiling regex-syntax v0.8.11 |
| 584 | 2026-07-19T04:29:03.248Z | Checking pin-project-lite v0.2.17 |
| 585 | 2026-07-19T04:29:03.252Z | Compiling syn v1.0.109 |
| 586 | 2026-07-19T04:29:03.321Z | Compiling hashbrown v0.17.1 |
| 587 | 2026-07-19T04:29:03.548Z | Compiling aho-corasick v1.1.4 |
| 588 | 2026-07-19T04:29:03.667Z | Compiling winnow v1.0.3 |
| 589 | 2026-07-19T04:29:03.694Z | Compiling equivalent v1.0.2 |
| 590 | 2026-07-19T04:29:03.771Z | Compiling zerocopy v0.8.52 |
| 591 | 2026-07-19T04:29:03.787Z | Compiling either v1.16.0 |
| 592 | 2026-07-19T04:29:03.864Z | Compiling indexmap v2.14.0 |
| 593 | 2026-07-19T04:29:03.984Z | Compiling itertools v0.14.0 |
| 594 | 2026-07-19T04:29:04.637Z | Compiling regex-automata v0.4.14 |
| 595 | 2026-07-19T04:29:04.679Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 596 | 2026-07-19T04:29:04.687Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 597 | 2026-07-19T04:29:04.900Z | Compiling heapless v0.8.0 |
| 598 | 2026-07-19T04:29:04.931Z | Checking byteorder v1.5.0 |
| 599 | 2026-07-19T04:29:05.084Z | Checking hash32 v0.3.1 |
| 600 | 2026-07-19T04:29:05.186Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 601 | 2026-07-19T04:29:05.207Z | Checking bitflags v2.13.0 |
| 602 | 2026-07-19T04:29:05.212Z | Compiling slog v2.8.2 |
| 603 | 2026-07-19T04:29:05.215Z | Checking macaddr v1.0.1 |
| 604 | 2026-07-19T04:29:05.338Z | Checking stable_deref_trait v1.2.1 |
| 605 | 2026-07-19T04:29:05.342Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 606 | 2026-07-19T04:29:05.362Z | Checking futures-sink v0.3.32 |
| 607 | 2026-07-19T04:29:05.398Z | Compiling smoltcp v0.11.0 |
| 608 | 2026-07-19T04:29:05.423Z | Compiling darling_core v0.21.3 |
| 609 | 2026-07-19T04:29:05.446Z | Compiling darling_core v0.23.0 |
| 610 | 2026-07-19T04:29:05.564Z | Checking futures-core v0.3.32 |
| 611 | 2026-07-19T04:29:05.683Z | Checking futures-channel v0.3.32 |
| 612 | 2026-07-19T04:29:05.725Z | Compiling proc-macro-crate v3.5.0 |
| 613 | 2026-07-19T04:29:06.057Z | Compiling proc-macro-error-attr v1.0.4 |
| 614 | 2026-07-19T04:29:06.128Z | Checking bitflags v1.3.2 |
| 615 | 2026-07-19T04:29:06.188Z | Checking futures-task v0.3.32 |
| 616 | 2026-07-19T04:29:06.232Z | Checking futures-io v0.3.32 |
| 617 | 2026-07-19T04:29:06.271Z | Checking rand_core v0.10.1 |
| 618 | 2026-07-19T04:29:06.316Z | Compiling regex v1.12.4 |
| 619 | 2026-07-19T04:29:06.335Z | Compiling crc32fast v1.5.0 |
| 620 | 2026-07-19T04:29:06.401Z | Compiling autocfg v1.5.1 |
| 621 | 2026-07-19T04:29:06.610Z | Compiling ref-cast v1.0.25 |
| 622 | 2026-07-19T04:29:06.634Z | Compiling serde_derive v1.0.228 |
| 623 | 2026-07-19T04:29:06.692Z | Compiling thiserror-impl v2.0.18 |
| 624 | 2026-07-19T04:29:06.740Z | Compiling zerocopy-derive v0.8.52 |
| 625 | 2026-07-19T04:29:06.910Z | Compiling futures-macro v0.3.32 |
| 626 | 2026-07-19T04:29:07.176Z | Compiling getrandom v0.4.3 |
| 627 | 2026-07-19T04:29:07.437Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 628 | 2026-07-19T04:29:07.478Z | Checking slab v0.4.12 |
| 629 | 2026-07-19T04:29:07.493Z | Compiling darling_macro v0.21.3 |
| 630 | 2026-07-19T04:29:07.513Z | Compiling darling_macro v0.23.0 |
| 631 | 2026-07-19T04:29:07.624Z | Checking managed v0.8.0 |
| 632 | 2026-07-19T04:29:07.693Z | Compiling num-traits v0.2.19 |
| 633 | 2026-07-19T04:29:07.713Z | Checking futures-util v0.3.32 |
| 634 | 2026-07-19T04:29:07.891Z | Checking thiserror v2.0.18 |
| 635 | 2026-07-19T04:29:07.908Z | Compiling num_enum_derive v0.7.6 |
| 636 | 2026-07-19T04:29:07.982Z | Checking cobs v0.3.0 |
| 637 | 2026-07-19T04:29:08.067Z | Compiling darling v0.21.3 |
| 638 | 2026-07-19T04:29:08.134Z | Compiling darling v0.23.0 |
| 639 | 2026-07-19T04:29:08.141Z | Compiling ingot-macros v0.1.1 |
| 640 | 2026-07-19T04:29:08.156Z | Compiling foreign-types-macros v0.2.3 |
| 641 | 2026-07-19T04:29:08.204Z | Compiling ref-cast-impl v1.0.25 |
| 642 | 2026-07-19T04:29:08.806Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 643 | 2026-07-19T04:29:08.830Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 644 | 2026-07-19T04:29:08.940Z | Compiling proc-macro-error v1.0.4 |
| 645 | 2026-07-19T04:29:09.072Z | Checking cpufeatures v0.3.0 |
| 646 | 2026-07-19T04:29:09.077Z | Checking foreign-types-shared v0.3.1 |
| 647 | 2026-07-19T04:29:09.119Z | Checking once_cell v1.21.4 |
| 648 | 2026-07-19T04:29:09.131Z | Checking unicode-width v0.2.2 |
| 649 | 2026-07-19T04:29:09.146Z | Compiling crossbeam-utils v0.8.21 |
| 650 | 2026-07-19T04:29:09.163Z | Checking ipnetwork v0.21.1 |
| 651 | 2026-07-19T04:29:09.290Z | Checking tracing-core v0.1.36 |
| 652 | 2026-07-19T04:29:09.373Z | Checking tabwriter v1.4.1 |
| 653 | 2026-07-19T04:29:09.426Z | Checking foreign-types v0.5.0 |
| 654 | 2026-07-19T04:29:09.450Z | Checking chacha20 v0.10.1 |
| 655 | 2026-07-19T04:29:09.507Z | Checking num_enum v0.7.6 |
| 656 | 2026-07-19T04:29:09.636Z | Checking anyhow v1.0.103 |
| 657 | 2026-07-19T04:29:09.688Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 658 | 2026-07-19T04:29:09.735Z | Checking futures-executor v0.3.32 |
| 659 | 2026-07-19T04:29:09.795Z | Checking erased-serde v0.3.31 |
| 660 | 2026-07-19T04:29:09.828Z | Checking postcard v1.1.3 |
| 661 | 2026-07-19T04:29:09.930Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 662 | 2026-07-19T04:29:09.964Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 663 | 2026-07-19T04:29:09.995Z | Compiling tracing-attributes v0.1.31 |
| 664 | 2026-07-19T04:29:10.204Z | Checking itertools v0.15.0 |
| 665 | 2026-07-19T04:29:10.406Z | Checking cstr-argument v0.1.2 |
| 666 | 2026-07-19T04:29:10.413Z | Compiling thiserror v1.0.69 |
| 667 | 2026-07-19T04:29:10.429Z | Checking pretty-hex v0.4.2 |
| 668 | 2026-07-19T04:29:10.514Z | Checking dyn-clone v1.0.20 |
| 669 | 2026-07-19T04:29:10.537Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 670 | 2026-07-19T04:29:10.546Z | Compiling time-core v0.1.9 |
| 671 | 2026-07-19T04:29:10.606Z | Compiling num-conv v0.2.2 |
| 672 | 2026-07-19T04:29:10.725Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 673 | 2026-07-19T04:29:10.746Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 674 | 2026-07-19T04:29:10.751Z | Compiling time-macros v0.2.31 |
| 675 | 2026-07-19T04:29:10.849Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 676 | 2026-07-19T04:29:10.866Z | Checking rand v0.10.2 |
| 677 | 2026-07-19T04:29:10.897Z | Checking futures v0.3.32 |
| 678 | 2026-07-19T04:29:10.980Z | Checking ingot-types v0.1.2 |
| 679 | 2026-07-19T04:29:11.004Z | Compiling thiserror-impl v1.0.69 |
| 680 | 2026-07-19T04:29:11.118Z | Checking uuid v1.23.4 |
| 681 | 2026-07-19T04:29:11.183Z | Checking tracing v0.1.44 |
| 682 | 2026-07-19T04:29:11.297Z | Checking arc-swap v1.9.2 |
| 683 | 2026-07-19T04:29:11.311Z | Checking ingot v0.1.1 |
| 684 | 2026-07-19T04:29:11.334Z | Checking socket2 v0.6.4 |
| 685 | 2026-07-19T04:29:11.378Z | Checking nom v8.0.0 |
| 686 | 2026-07-19T04:29:11.424Z | Checking thread_local v1.1.9 |
| 687 | 2026-07-19T04:29:11.557Z | Compiling slog-async v2.8.0 |
| 688 | 2026-07-19T04:29:11.581Z | Checking iana-time-zone v0.1.65 |
| 689 | 2026-07-19T04:29:11.627Z | Checking lazy_static v1.5.0 |
| 690 | 2026-07-19T04:29:11.876Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 691 | 2026-07-19T04:29:11.926Z | Checking colored v3.1.1 |
| 692 | 2026-07-19T04:29:12.009Z | Compiling heck v0.4.1 |
| 693 | 2026-07-19T04:29:12.064Z | Checking powerfmt v0.2.0 |
| 694 | 2026-07-19T04:29:12.117Z | Checking oxnet v0.1.6 |
| 695 | 2026-07-19T04:29:12.137Z | Checking deranged v0.5.8 |
| 696 | 2026-07-19T04:29:12.191Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 697 | 2026-07-19T04:29:12.286Z | Checking slog-scope v4.4.1 |
| 698 | 2026-07-19T04:29:12.324Z | Checking chrono v0.4.45 |
| 699 | 2026-07-19T04:29:12.413Z | Checking crossbeam-channel v0.5.15 |
| 700 | 2026-07-19T04:29:12.735Z | Checking cookie-factory v0.3.3 |
| 701 | 2026-07-19T04:29:12.846Z | Checking itertools v0.12.1 |
| 702 | 2026-07-19T04:29:12.922Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 703 | 2026-07-19T04:29:12.984Z | Checking is-terminal v0.4.17 |
| 704 | 2026-07-19T04:29:13.062Z | Checking time v0.3.53 |
| 705 | 2026-07-19T04:29:13.075Z | Checking term v1.2.1 |
| 706 | 2026-07-19T04:29:13.217Z | Checking take_mut v0.2.2 |
| 707 | 2026-07-19T04:29:13.298Z | Checking circular v0.3.0 |
| 708 | 2026-07-19T04:29:13.326Z | Checking log v0.4.33 |
| 709 | 2026-07-19T04:29:13.447Z | Checking rusticata-macros v5.0.0 |
| 710 | 2026-07-19T04:29:13.457Z | Checking slog-stdlog v4.1.1 |
| 711 | 2026-07-19T04:29:13.552Z | Checking pcap-parser v0.17.0 |
| 712 | 2026-07-19T04:29:13.915Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 713 | 2026-07-19T04:29:14.189Z | Checking slog-term v2.9.2 |
| 714 | 2026-07-19T04:29:14.206Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 715 | 2026-07-19T04:29:14.627Z | Checking slog-envlogger v2.2.0 |
| 716 | 2026-07-19T04:29:17.769Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 717 | 2026-07-19T04:29:19.171Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 718 | 2026-07-19T04:29:19.171Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 719 | 2026-07-19T04:29:19.516Z | Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 720 | 2026-07-19T04:29:19.937Z | error: redundant reference in `format!` argument |
| 721 | 2026-07-19T04:29:19.937Z | --> xde-tests/tests/loopback.rs:17:36 |
| 722 | 2026-07-19T04:29:19.937Z | | |
| 723 | 2026-07-19T04:29:19.937Z | 17 | .zexec(&format!("ping {}", &topol.nodes[1].port.ip()))?; |
| 724 | 2026-07-19T04:29:19.937Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the redundant `&`: `topol.nodes[1].port.ip()` |
| 725 | 2026-07-19T04:29:19.937Z | | |
| 726 | 2026-07-19T04:29:19.937Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.97.0/index.html#useless_borrows_in_formatting |
| 727 | 2026-07-19T04:29:19.937Z | = note: `-D clippy::useless-borrows-in-formatting` implied by `-D warnings` |
| 728 | 2026-07-19T04:29:19.937Z | = help: to override `-D warnings` add `#[allow(clippy::useless_borrows_in_formatting)]` |
| 729 | 2026-07-19T04:29:19.937Z | |
| 730 | 2026-07-19T04:29:20.054Z | error: could not compile `xde-tests` (test "loopback") due to 1 previous error |
| 731 | 2026-07-19T04:29:20.055Z | warning: build failed, waiting for other jobs to finish... |
| 732 | 2026-07-19T04:29:20.107Z | process exited: duration 198096 ms, exit code 101 |
| |
| 733 | 2026-07-19T04:29:20.120Z | found 9 output files |
| 734 | 2026-07-19T04:29:20.120Z | uploading: /work/debug/xde.dbg (88064392 bytes) |
| 735 | 2026-07-19T04:29:21.653Z | uploaded: /work/debug/xde.dbg |
| 736 | 2026-07-19T04:29:21.653Z | uploading: /work/debug/xde.dbg.sha256 (86 bytes) |
| 737 | 2026-07-19T04:29:22.664Z | uploaded: /work/debug/xde.dbg.sha256 |
| 738 | 2026-07-19T04:29:22.664Z | uploading: /work/debug/xde_link.dbg.so (1256968 bytes) |
| 739 | 2026-07-19T04:29:23.698Z | uploaded: /work/debug/xde_link.dbg.so |
| 740 | 2026-07-19T04:29:23.712Z | uploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes) |
| 741 | 2026-07-19T04:29:24.716Z | uploaded: /work/debug/xde_link.dbg.so.sha256 |
| 742 | 2026-07-19T04:29:24.716Z | uploading: /work/release/xde (51954800 bytes) |
| 743 | 2026-07-19T04:29:28.083Z | uploaded: /work/release/xde |
| 744 | 2026-07-19T04:29:28.083Z | uploading: /work/release/xde.sha256 (84 bytes) |
| 745 | 2026-07-19T04:29:29.098Z | uploaded: /work/release/xde.sha256 |
| 746 | 2026-07-19T04:29:29.098Z | uploading: /work/release/xde_link.so (45788 bytes) |
| 747 | 2026-07-19T04:29:30.117Z | uploaded: /work/release/xde_link.so |
| 748 | 2026-07-19T04:29:30.124Z | uploading: /work/release/xde_link.so.sha256 (92 bytes) |
| 749 | 2026-07-19T04:29:31.146Z | uploaded: /work/release/xde_link.so.sha256 |
| 750 | 2026-07-19T04:29:31.150Z | uploading: /work/xde.conf (79 bytes) |
| 751 | 2026-07-19T04:29:32.178Z | uploaded: /work/xde.conf |
| 752 | 2026-07-19T04:29:32.182Z | upload error: rule "/work/test/loopback" required a match, but was not used |
| 753 | 2026-07-19T04:29:32.182Z | upload error: rule "/work/test/multicast_rx" required a match, but was not used |
| 754 | 2026-07-19T04:29:32.182Z | upload error: rule "/work/test/multicast_multi_sub" required a match, but was not used |
| 755 | 2026-07-19T04:29:32.182Z | upload error: rule "/work/test/multicast_validation" required a match, but was not used |
| 756 | 2026-07-19T04:29:32.182Z | upload error: rule "/work/test/multicast_source_filter" required a match, but was not used |