|
|
|
| 1 | 2026-08-25T03:37:09.606Z | job assigned to worker 01M0VFV8CBMR0Q1RE19VJFKYCF [factory aws, i-0dd06886132106ff7] (queued for 56 s) |
| |
| 2 | 2026-08-25T03:37:15.473Z | starting task 0: "setup" |
| 3 | 2026-08-25T03:37:15.478Z | ++ uname -s |
| 4 | 2026-08-25T03:37:15.482Z | + kern=SunOS |
| 5 | 2026-08-25T03:37:15.482Z | + build_user=build |
| 6 | 2026-08-25T03:37:15.482Z | + build_uid=12345 |
| 7 | 2026-08-25T03:37:15.482Z | + work_dir=/work |
| 8 | 2026-08-25T03:37:15.482Z | + input_dir=/input |
| 9 | 2026-08-25T03:37:15.483Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-25T03:37:15.483Z | + case "$kern" in |
| 11 | 2026-08-25T03:37:15.483Z | + groupadd -g 12345 build |
| 12 | 2026-08-25T03:37:15.483Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-25T03:37:17.485Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-25T03:37:17.594Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-25T03:37:17.600Z | + home_fs=zfs |
| 16 | 2026-08-25T03:37:17.600Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-25T03:37:17.600Z | + mkdir -p /home/build |
| 18 | 2026-08-25T03:37:17.600Z | + chown build:build /home/build /work |
| 19 | 2026-08-25T03:37:18.602Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-25T03:37:18.627Z | process exited: duration 3127 ms, exit code 0 |
| |
| 21 | 2026-08-25T03:37:18.690Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-25T03:37:18.705Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-25T03:37:18.705Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-25T03:37:18.706Z | * rust toolchain profile = "default" |
| 25 | 2026-08-25T03:37:18.706Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-25T03:37:18.706Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-25T03:37:18.706Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-25T03:37:18.706Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-25T03:37:18.706Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-25T03:37:18.801Z | info: downloading installer |
| 31 | 2026-08-25T03:37:20.163Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-25T03:37:20.163Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-25T03:37:20.163Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-25T03:37:20.163Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-25T03:37:20.172Z | info: profile set to default |
| 36 | 2026-08-25T03:37:20.172Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-25T03:37:20.172Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-25T03:37:20.277Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-25T03:37:20.289Z | info: downloading 6 components |
| 40 | 2026-08-25T03:37:33.870Z | |
| 41 | 2026-08-25T03:37:33.870Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 42 | 2026-08-25T03:37:33.901Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-25T03:37:33.901Z | |
| 44 | 2026-08-25T03:37:33.901Z | |
| 45 | 2026-08-25T03:37:33.901Z | Rust is installed now. Great! |
| 46 | 2026-08-25T03:37:33.901Z | |
| 47 | 2026-08-25T03:37:33.901Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-25T03:37:33.901Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-25T03:37:33.901Z | |
| 50 | 2026-08-25T03:37:33.901Z | To configure your current shell, you need to source |
| 51 | 2026-08-25T03:37:33.901Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-25T03:37:33.901Z | |
| 53 | 2026-08-25T03:37:33.901Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-25T03:37:33.901Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-25T03:37:33.901Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-25T03:37:33.901Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-25T03:37:33.909Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-25T03:37:33.909Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-25T03:37:33.909Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-25T03:37:33.909Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-25T03:37:33.909Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-25T03:37:34.002Z | + rustup --version |
| 63 | 2026-08-25T03:37:34.008Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-25T03:37:34.013Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-25T03:37:34.029Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-25T03:37:34.033Z | + cargo --version |
| 67 | 2026-08-25T03:37:34.046Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-25T03:37:34.050Z | + rustc --version |
| 69 | 2026-08-25T03:37:34.071Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-25T03:37:34.074Z | process exited: duration 15391 ms, exit code 0 |
| |
| 71 | 2026-08-25T03:37:34.082Z | starting task 2: "authentication" |
| 72 | 2026-08-25T03:37:34.095Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
| 73 | 2026-08-25T03:38:00.288Z | process exited: duration 26208 ms, exit code 0 |
| |
| 74 | 2026-08-25T03:38:00.298Z | starting task 3: "clone repository" |
| 75 | 2026-08-25T03:38:00.303Z | + mkdir -p /work/oxidecomputer/opte |
| 76 | 2026-08-25T03:38:00.306Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 77 | 2026-08-25T03:38:00.332Z | Cloning into '/work/oxidecomputer/opte'... |
| 78 | 2026-08-25T03:38:01.408Z | + cd /work/oxidecomputer/opte |
| 79 | 2026-08-25T03:38:01.408Z | + git fetch origin 39fef36e9da51b993e1bd1695ee5276195085b45 |
| 80 | 2026-08-25T03:38:01.701Z | From https://github.com/oxidecomputer/opte |
| 81 | 2026-08-25T03:38:01.701Z | * branch 39fef36e9da51b993e1bd1695ee5276195085b45 -> FETCH_HEAD |
| 82 | 2026-08-25T03:38:01.707Z | + [[ -n renovate/smoltcp-0.x ]] |
| 83 | 2026-08-25T03:38:01.710Z | ++ git branch --show-current |
| 84 | 2026-08-25T03:38:01.710Z | + current=master |
| 85 | 2026-08-25T03:38:01.710Z | + [[ master != renovate/smoltcp-0.x ]] |
| 86 | 2026-08-25T03:38:01.710Z | + git branch -f renovate/smoltcp-0.x 39fef36e9da51b993e1bd1695ee5276195085b45 |
| 87 | 2026-08-25T03:38:01.714Z | + git checkout -f renovate/smoltcp-0.x |
| 88 | 2026-08-25T03:38:01.728Z | Switched to branch 'renovate/smoltcp-0.x' |
| 89 | 2026-08-25T03:38:01.732Z | + git reset --hard 39fef36e9da51b993e1bd1695ee5276195085b45 |
| 90 | 2026-08-25T03:38:01.735Z | HEAD is now at 39fef36 Update Rust crate smoltcp to 0.14 |
| 91 | 2026-08-25T03:38:01.735Z | process exited: duration 1435 ms, exit code 0 |
| |
| 92 | 2026-08-25T03:38:01.742Z | starting task 4: "build" |
| 93 | 2026-08-25T03:38:01.747Z | + source .github/buildomat/common.sh |
| 94 | 2026-08-25T03:38:01.747Z | ++ rustup show active-toolchain |
| 95 | 2026-08-25T03:38:01.751Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 96 | 2026-08-25T03:38:01.753Z | ++ pushd xde |
| 97 | 2026-08-25T03:38:01.754Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 98 | 2026-08-25T03:38:01.754Z | ++ rustup show active-toolchain |
| 99 | 2026-08-25T03:38:01.757Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 100 | 2026-08-25T03:38:01.931Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 101 | 2026-08-25T03:38:01.934Z | info: downloading 6 components |
| 102 | 2026-08-25T03:38:18.499Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 103 | 2026-08-25T03:38:18.590Z | +++ rustup show active-toolchain -v |
| 104 | 2026-08-25T03:38:18.593Z | +++ head -n 1 |
| 105 | 2026-08-25T03:38:18.593Z | +++ cut '-d ' -f1 |
| 106 | 2026-08-25T03:38:18.653Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 107 | 2026-08-25T03:38:18.653Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 108 | 2026-08-25T03:38:18.653Z | ++ popd |
| 109 | 2026-08-25T03:38:18.660Z | /work/oxidecomputer/opte |
| 110 | 2026-08-25T03:38:18.660Z | + cargo --version |
| 111 | 2026-08-25T03:38:18.665Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 112 | 2026-08-25T03:38:18.665Z | + rustc --version |
| 113 | 2026-08-25T03:38:18.681Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 114 | 2026-08-25T03:38:18.688Z | + cd lib/opte-ioctl |
| 115 | 2026-08-25T03:38:18.688Z | + header 'check style' |
| 116 | 2026-08-25T03:38:18.688Z | + echo '# ==== check style ==== #' |
| 117 | 2026-08-25T03:38:18.688Z | # ==== check style ==== # |
| 118 | 2026-08-25T03:38:18.688Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check |
| 119 | 2026-08-25T03:38:18.753Z | |
| 120 | 2026-08-25T03:38:18.753Z | real 0.066021200 |
| 121 | 2026-08-25T03:38:18.753Z | user 0.036114376 |
| 122 | 2026-08-25T03:38:18.753Z | sys 0.027494839 |
| 123 | 2026-08-25T03:38:18.753Z | trap 0.000001010 |
| 124 | 2026-08-25T03:38:18.753Z | tflt 0.000004930 |
| 125 | 2026-08-25T03:38:18.757Z | dflt 0.000002780 |
| 126 | 2026-08-25T03:38:18.757Z | kflt 0.000000000 |
| 127 | 2026-08-25T03:38:18.757Z | lock 0.031097784 |
| 128 | 2026-08-25T03:38:18.757Z | slp 0.046056163 |
| 129 | 2026-08-25T03:38:18.757Z | lat 0.000745990 |
| 130 | 2026-08-25T03:38:18.757Z | stop 0.000087110 |
| 131 | 2026-08-25T03:38:18.757Z | + header analyze |
| 132 | 2026-08-25T03:38:18.757Z | + echo '# ==== analyze ==== #' |
| 133 | 2026-08-25T03:38:18.757Z | # ==== analyze ==== # |
| 134 | 2026-08-25T03:38:18.757Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 135 | 2026-08-25T03:38:18.919Z | Updating crates.io index |
| 136 | 2026-08-25T03:38:18.931Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-08-25T03:38:19.605Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-08-25T03:38:20.228Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 139 | 2026-08-25T03:38:20.521Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 140 | 2026-08-25T03:38:20.903Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 141 | 2026-08-25T03:38:21.202Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-08-25T03:38:21.537Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-08-25T03:38:23.640Z | Downloading crates ... |
| 144 | 2026-08-25T03:38:23.685Z | Downloaded cstr-argument v0.1.2 |
| 145 | 2026-08-25T03:38:23.685Z | Downloaded cobs v0.3.0 |
| 146 | 2026-08-25T03:38:23.685Z | Downloaded cfg-if v1.0.4 |
| 147 | 2026-08-25T03:38:23.685Z | Downloaded oxnet v0.1.6 |
| 148 | 2026-08-25T03:38:23.685Z | Downloaded ref-cast-impl v1.0.25 |
| 149 | 2026-08-25T03:38:23.685Z | Downloaded dyn-clone v1.0.20 |
| 150 | 2026-08-25T03:38:23.685Z | Downloaded ident_case v1.0.1 |
| 151 | 2026-08-25T03:38:23.685Z | Downloaded ingot-types v0.2.0 |
| 152 | 2026-08-25T03:38:23.685Z | Downloaded managed v0.8.0 |
| 153 | 2026-08-25T03:38:23.685Z | Downloaded either v1.16.0 |
| 154 | 2026-08-25T03:38:23.685Z | Downloaded pin-project-lite v0.2.17 |
| 155 | 2026-08-25T03:38:23.685Z | Downloaded macaddr v1.0.1 |
| 156 | 2026-08-25T03:38:23.685Z | Downloaded equivalent v1.0.2 |
| 157 | 2026-08-25T03:38:23.685Z | Downloaded once_cell v1.21.4 |
| 158 | 2026-08-25T03:38:23.685Z | Downloaded foreign-types v0.5.0 |
| 159 | 2026-08-25T03:38:23.685Z | Downloaded hash32 v0.3.1 |
| 160 | 2026-08-25T03:38:23.685Z | Downloaded colored v3.1.1 |
| 161 | 2026-08-25T03:38:23.685Z | Downloaded proc-macro-crate v3.5.0 |
| 162 | 2026-08-25T03:38:23.685Z | Downloaded ingot v0.2.0 |
| 163 | 2026-08-25T03:38:23.685Z | Downloaded byteorder v1.5.0 |
| 164 | 2026-08-25T03:38:23.685Z | Downloaded chacha20 v0.10.1 |
| 165 | 2026-08-25T03:38:23.685Z | Downloaded serde_core v1.0.228 |
| 166 | 2026-08-25T03:38:23.723Z | Downloaded version_check v0.9.5 |
| 167 | 2026-08-25T03:38:23.723Z | Downloaded foreign-types-shared v0.3.1 |
| 168 | 2026-08-25T03:38:23.723Z | Downloaded num_enum_derive v0.7.6 |
| 169 | 2026-08-25T03:38:23.723Z | Downloaded darling_macro v0.23.0 |
| 170 | 2026-08-25T03:38:23.723Z | Downloaded defmt-parser v1.0.0 |
| 171 | 2026-08-25T03:38:23.723Z | Downloaded cpufeatures v0.3.0 |
| 172 | 2026-08-25T03:38:23.723Z | Downloaded pretty-hex v0.4.2 |
| 173 | 2026-08-25T03:38:23.723Z | Downloaded foreign-types-macros v0.2.3 |
| 174 | 2026-08-25T03:38:23.723Z | Downloaded stable_deref_trait v1.2.1 |
| 175 | 2026-08-25T03:38:23.723Z | Downloaded embedded-io v0.4.0 |
| 176 | 2026-08-25T03:38:23.723Z | Downloaded embedded-io v0.6.1 |
| 177 | 2026-08-25T03:38:23.723Z | Downloaded strsim v0.11.1 |
| 178 | 2026-08-25T03:38:23.723Z | Downloaded uuid v1.23.5 |
| 179 | 2026-08-25T03:38:23.723Z | Downloaded rand_core v0.10.1 |
| 180 | 2026-08-25T03:38:23.723Z | Downloaded quote v1.0.46 |
| 181 | 2026-08-25T03:38:23.774Z | Downloaded bitflags v1.3.2 |
| 182 | 2026-08-25T03:38:23.775Z | Downloaded ref-cast v1.0.25 |
| 183 | 2026-08-25T03:38:23.775Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 184 | 2026-08-25T03:38:23.775Z | Downloaded defmt-macros v1.1.1 |
| 185 | 2026-08-25T03:38:23.775Z | Downloaded num_enum v0.7.6 |
| 186 | 2026-08-25T03:38:23.775Z | Downloaded thiserror-impl v2.0.18 |
| 187 | 2026-08-25T03:38:23.775Z | Downloaded thiserror v2.0.18 |
| 188 | 2026-08-25T03:38:23.775Z | Downloaded ingot-macros v0.2.0 |
| 189 | 2026-08-25T03:38:23.775Z | Downloaded bitflags v2.13.0 |
| 190 | 2026-08-25T03:38:23.784Z | Downloaded getrandom v0.4.3 |
| 191 | 2026-08-25T03:38:23.784Z | Downloaded anyhow v1.0.103 |
| 192 | 2026-08-25T03:38:23.784Z | Downloaded defmt v1.1.1 |
| 193 | 2026-08-25T03:38:23.784Z | Downloaded darling v0.23.0 |
| 194 | 2026-08-25T03:38:23.784Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 195 | 2026-08-25T03:38:23.784Z | Downloaded rustversion v1.0.23 |
| 196 | 2026-08-25T03:38:23.784Z | Downloaded postcard v1.1.3 |
| 197 | 2026-08-25T03:38:23.784Z | Downloaded socket2 v0.6.4 |
| 198 | 2026-08-25T03:38:23.784Z | Downloaded hashbrown v0.17.1 |
| 199 | 2026-08-25T03:38:23.784Z | Downloaded proc-macro2 v1.0.106 |
| 200 | 2026-08-25T03:38:23.784Z | Downloaded tracing-attributes v0.1.31 |
| 201 | 2026-08-25T03:38:23.784Z | Downloaded tracing-core v0.1.36 |
| 202 | 2026-08-25T03:38:23.784Z | Downloaded unicode-ident v1.0.24 |
| 203 | 2026-08-25T03:38:23.785Z | Downloaded darling_core v0.23.0 |
| 204 | 2026-08-25T03:38:23.788Z | Downloaded aho-corasick v1.1.4 |
| 205 | 2026-08-25T03:38:23.788Z | Downloaded toml_edit v0.25.12+spec-1.1.0 |
| 206 | 2026-08-25T03:38:23.788Z | Downloaded serde_derive v1.0.228 |
| 207 | 2026-08-25T03:38:23.794Z | Downloaded indexmap v2.14.0 |
| 208 | 2026-08-25T03:38:23.799Z | Downloaded serde v1.0.228 |
| 209 | 2026-08-25T03:38:23.808Z | Downloaded heapless v0.9.3 |
| 210 | 2026-08-25T03:38:23.808Z | Downloaded rand v0.10.2 |
| 211 | 2026-08-25T03:38:23.811Z | Downloaded memchr v2.8.3 |
| 212 | 2026-08-25T03:38:23.811Z | Downloaded zerocopy-derive v0.8.54 |
| 213 | 2026-08-25T03:38:23.830Z | Downloaded itertools v0.15.0 |
| 214 | 2026-08-25T03:38:23.849Z | Downloaded regex v1.13.0 |
| 215 | 2026-08-25T03:38:23.885Z | Downloaded winnow v1.0.3 |
| 216 | 2026-08-25T03:38:23.913Z | Downloaded syn v1.0.109 |
| 217 | 2026-08-25T03:38:23.924Z | Downloaded zerocopy v0.8.54 |
| 218 | 2026-08-25T03:38:23.935Z | Downloaded syn v2.0.118 |
| 219 | 2026-08-25T03:38:23.953Z | Downloaded regex-syntax v0.8.11 |
| 220 | 2026-08-25T03:38:23.966Z | Downloaded smoltcp v0.14.0 |
| 221 | 2026-08-25T03:38:23.972Z | Downloaded tracing v0.1.44 |
| 222 | 2026-08-25T03:38:23.988Z | Downloaded regex-automata v0.4.15 |
| 223 | 2026-08-25T03:38:24.005Z | Downloaded libc v0.2.186 |
| 224 | 2026-08-25T03:38:24.058Z | Compiling proc-macro2 v1.0.106 |
| 225 | 2026-08-25T03:38:24.058Z | Compiling unicode-ident v1.0.24 |
| 226 | 2026-08-25T03:38:24.058Z | Compiling quote v1.0.46 |
| 227 | 2026-08-25T03:38:24.063Z | Compiling serde_core v1.0.228 |
| 228 | 2026-08-25T03:38:24.064Z | Checking cfg-if v1.0.4 |
| 229 | 2026-08-25T03:38:24.064Z | Compiling memchr v2.8.3 |
| 230 | 2026-08-25T03:38:24.064Z | Compiling ident_case v1.0.1 |
| 231 | 2026-08-25T03:38:24.064Z | Compiling thiserror v2.0.18 |
| 232 | 2026-08-25T03:38:24.179Z | Compiling strsim v0.11.1 |
| 233 | 2026-08-25T03:38:24.243Z | Compiling regex-syntax v0.8.11 |
| 234 | 2026-08-25T03:38:24.243Z | Compiling libc v0.2.186 |
| 235 | 2026-08-25T03:38:24.470Z | Compiling serde v1.0.228 |
| 236 | 2026-08-25T03:38:24.502Z | Compiling aho-corasick v1.1.4 |
| 237 | 2026-08-25T03:38:24.648Z | Compiling either v1.16.0 |
| 238 | 2026-08-25T03:38:24.671Z | Compiling zerocopy v0.8.54 |
| 239 | 2026-08-25T03:38:24.677Z | Compiling equivalent v1.0.2 |
| 240 | 2026-08-25T03:38:24.756Z | Compiling hashbrown v0.17.1 |
| 241 | 2026-08-25T03:38:24.772Z | Compiling winnow v1.0.3 |
| 242 | 2026-08-25T03:38:24.848Z | Compiling itertools v0.15.0 |
| 243 | 2026-08-25T03:38:25.309Z | Compiling indexmap v2.14.0 |
| 244 | 2026-08-25T03:38:25.392Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 245 | 2026-08-25T03:38:25.524Z | Compiling syn v2.0.118 |
| 246 | 2026-08-25T03:38:25.605Z | Compiling heapless v0.9.3 |
| 247 | 2026-08-25T03:38:25.790Z | Compiling regex-automata v0.4.15 |
| 248 | 2026-08-25T03:38:25.906Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 249 | 2026-08-25T03:38:25.919Z | Checking byteorder v1.5.0 |
| 250 | 2026-08-25T03:38:26.006Z | Checking bitflags v2.13.0 |
| 251 | 2026-08-25T03:38:26.059Z | Checking hash32 v0.3.1 |
| 252 | 2026-08-25T03:38:26.080Z | Compiling rustversion v1.0.23 |
| 253 | 2026-08-25T03:38:26.091Z | Compiling smoltcp v0.14.0 |
| 254 | 2026-08-25T03:38:26.133Z | Compiling syn v1.0.109 |
| 255 | 2026-08-25T03:38:26.155Z | Checking macaddr v1.0.1 |
| 256 | 2026-08-25T03:38:26.283Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 257 | 2026-08-25T03:38:26.293Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 258 | 2026-08-25T03:38:26.395Z | Checking stable_deref_trait v1.2.1 |
| 259 | 2026-08-25T03:38:26.438Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 260 | 2026-08-25T03:38:26.450Z | Compiling version_check v0.9.5 |
| 261 | 2026-08-25T03:38:26.466Z | Compiling ref-cast v1.0.25 |
| 262 | 2026-08-25T03:38:26.546Z | Checking managed v0.8.0 |
| 263 | 2026-08-25T03:38:26.621Z | Compiling getrandom v0.4.3 |
| 264 | 2026-08-25T03:38:26.701Z | Checking bitflags v1.3.2 |
| 265 | 2026-08-25T03:38:26.713Z | Checking rand_core v0.10.1 |
| 266 | 2026-08-25T03:38:26.841Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 267 | 2026-08-25T03:38:26.872Z | Compiling proc-macro-crate v3.5.0 |
| 268 | 2026-08-25T03:38:26.995Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 269 | 2026-08-25T03:38:27.204Z | Checking once_cell v1.21.4 |
| 270 | 2026-08-25T03:38:27.323Z | Compiling anyhow v1.0.103 |
| 271 | 2026-08-25T03:38:27.480Z | Checking foreign-types-shared v0.3.1 |
| 272 | 2026-08-25T03:38:27.516Z | Compiling regex v1.13.0 |
| 273 | 2026-08-25T03:38:27.516Z | Checking cpufeatures v0.3.0 |
| 274 | 2026-08-25T03:38:27.525Z | Checking chacha20 v0.10.1 |
| 275 | 2026-08-25T03:38:27.549Z | Checking cstr-argument v0.1.2 |
| 276 | 2026-08-25T03:38:27.658Z | Checking tracing-core v0.1.36 |
| 277 | 2026-08-25T03:38:27.877Z | Checking dyn-clone v1.0.20 |
| 278 | 2026-08-25T03:38:27.900Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 279 | 2026-08-25T03:38:27.917Z | Checking pin-project-lite v0.2.17 |
| 280 | 2026-08-25T03:38:27.981Z | Checking pretty-hex v0.4.2 |
| 281 | 2026-08-25T03:38:28.001Z | Checking rand v0.10.2 |
| 282 | 2026-08-25T03:38:28.080Z | Compiling darling_core v0.23.0 |
| 283 | 2026-08-25T03:38:28.126Z | Checking uuid v1.23.5 |
| 284 | 2026-08-25T03:38:28.217Z | Checking socket2 v0.6.4 |
| 285 | 2026-08-25T03:38:28.247Z | Checking colored v3.1.1 |
| 286 | 2026-08-25T03:38:28.315Z | Checking oxnet v0.1.6 |
| 287 | 2026-08-25T03:38:28.761Z | Compiling thiserror-impl v2.0.18 |
| 288 | 2026-08-25T03:38:28.762Z | Compiling serde_derive v1.0.228 |
| 289 | 2026-08-25T03:38:28.762Z | Compiling zerocopy-derive v0.8.54 |
| 290 | 2026-08-25T03:38:28.777Z | Compiling ref-cast-impl v1.0.25 |
| 291 | 2026-08-25T03:38:28.777Z | Compiling foreign-types-macros v0.2.3 |
| 292 | 2026-08-25T03:38:29.258Z | Compiling num_enum_derive v0.7.6 |
| 293 | 2026-08-25T03:38:29.416Z | Checking foreign-types v0.5.0 |
| 294 | 2026-08-25T03:38:29.448Z | Compiling tracing-attributes v0.1.31 |
| 295 | 2026-08-25T03:38:29.516Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 296 | 2026-08-25T03:38:30.097Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 297 | 2026-08-25T03:38:30.111Z | Checking cobs v0.3.0 |
| 298 | 2026-08-25T03:38:30.273Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 299 | 2026-08-25T03:38:30.308Z | Compiling darling_macro v0.23.0 |
| 300 | 2026-08-25T03:38:30.347Z | Checking num_enum v0.7.6 |
| 301 | 2026-08-25T03:38:30.442Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 302 | 2026-08-25T03:38:30.660Z | Checking tracing v0.1.44 |
| 303 | 2026-08-25T03:38:30.852Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 304 | 2026-08-25T03:38:30.986Z | Compiling darling v0.23.0 |
| 305 | 2026-08-25T03:38:31.021Z | Compiling ingot-macros v0.2.0 |
| 306 | 2026-08-25T03:38:31.428Z | Checking postcard v1.1.3 |
| 307 | 2026-08-25T03:38:32.876Z | Checking ingot-types v0.2.0 |
| 308 | 2026-08-25T03:38:33.162Z | Checking ingot v0.2.0 |
| 309 | 2026-08-25T03:38:34.524Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 310 | 2026-08-25T03:38:34.658Z | error[E0423]: expected function, tuple struct or tuple variant, found struct `smoltcp::wire::Ipv6Address` |
| 311 | 2026-08-25T03:38:34.658Z | --> crates/opte-api/src/ip.rs:914:20 |
| 312 | 2026-08-25T03:38:34.658Z | | |
| 313 | 2026-08-25T03:38:34.658Z | 914 | let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 314 | 2026-08-25T03:38:34.658Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 315 | 2026-08-25T03:38:34.658Z | | |
| 316 | 2026-08-25T03:38:34.658Z | --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/ip_addr.rs:168:0 |
| 317 | 2026-08-25T03:38:34.658Z | | |
| 318 | 2026-08-25T03:38:34.658Z | = note: `smoltcp::wire::Ipv6Address` defined here |
| 319 | 2026-08-25T03:38:34.658Z | help: you might have meant to use an associated function to build this type |
| 320 | 2026-08-25T03:38:34.658Z | | |
| 321 | 2026-08-25T03:38:34.658Z | 914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 322 | 2026-08-25T03:38:34.658Z | 914 + let sip6 = smoltcp::wire::Ipv6Address::new(_, _, _, _, _, _, _, _); |
| 323 | 2026-08-25T03:38:34.659Z | | |
| 324 | 2026-08-25T03:38:34.659Z | 914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 325 | 2026-08-25T03:38:34.659Z | 914 + let sip6 = smoltcp::wire::Ipv6Address::from_bits(_); |
| 326 | 2026-08-25T03:38:34.659Z | | |
| 327 | 2026-08-25T03:38:34.659Z | 914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 328 | 2026-08-25T03:38:34.659Z | 914 + let sip6 = smoltcp::wire::Ipv6Address::from_segments(_); |
| 329 | 2026-08-25T03:38:34.659Z | | |
| 330 | 2026-08-25T03:38:34.659Z | 914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 331 | 2026-08-25T03:38:34.659Z | 914 + let sip6 = smoltcp::wire::Ipv6Address::from_octets(_); |
| 332 | 2026-08-25T03:38:34.659Z | | |
| 333 | 2026-08-25T03:38:34.659Z | |
| 334 | 2026-08-25T03:38:34.755Z | error[E0119]: conflicting implementations of trait `core::convert::From<core::net::Ipv4Addr>` for type `ip::Ipv4Addr` |
| 335 | 2026-08-25T03:38:34.755Z | --> crates/opte-api/src/ip.rs:575:1 |
| 336 | 2026-08-25T03:38:34.755Z | | |
| 337 | 2026-08-25T03:38:34.756Z | 563 | impl From<core::net::Ipv4Addr> for Ipv4Addr { |
| 338 | 2026-08-25T03:38:34.756Z | | ------------------------------------------- first implementation here |
| 339 | 2026-08-25T03:38:34.756Z | ... |
| 340 | 2026-08-25T03:38:34.756Z | 575 | impl From<smoltcp::wire::Ipv4Address> for Ipv4Addr { |
| 341 | 2026-08-25T03:38:34.756Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv4Addr` |
| 342 | 2026-08-25T03:38:34.756Z | |
| 343 | 2026-08-25T03:38:34.756Z | error[E0119]: conflicting implementations of trait `core::convert::From<ip::Ipv4Addr>` for type `core::net::Ipv4Addr` |
| 344 | 2026-08-25T03:38:34.756Z | --> crates/opte-api/src/ip.rs:582:1 |
| 345 | 2026-08-25T03:38:34.756Z | | |
| 346 | 2026-08-25T03:38:34.756Z | 569 | impl From<Ipv4Addr> for core::net::Ipv4Addr { |
| 347 | 2026-08-25T03:38:34.756Z | | ------------------------------------------- first implementation here |
| 348 | 2026-08-25T03:38:34.756Z | ... |
| 349 | 2026-08-25T03:38:34.756Z | 582 | impl From<Ipv4Addr> for smoltcp::wire::Ipv4Address { |
| 350 | 2026-08-25T03:38:34.757Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `core::net::Ipv4Addr` |
| 351 | 2026-08-25T03:38:34.757Z | |
| 352 | 2026-08-25T03:38:34.757Z | error[E0119]: conflicting implementations of trait `core::convert::From<core::net::Ipv6Addr>` for type `ip::Ipv6Addr` |
| 353 | 2026-08-25T03:38:34.757Z | --> crates/opte-api/src/ip.rs:931:1 |
| 354 | 2026-08-25T03:38:34.757Z | | |
| 355 | 2026-08-25T03:38:34.757Z | 919 | impl From<core::net::Ipv6Addr> for Ipv6Addr { |
| 356 | 2026-08-25T03:38:34.757Z | | ------------------------------------------- first implementation here |
| 357 | 2026-08-25T03:38:34.757Z | ... |
| 358 | 2026-08-25T03:38:34.757Z | 931 | impl From<smoltcp::wire::Ipv6Address> for Ipv6Addr { |
| 359 | 2026-08-25T03:38:34.757Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv6Addr` |
| 360 | 2026-08-25T03:38:34.757Z | |
| 361 | 2026-08-25T03:38:34.757Z | error[E0119]: conflicting implementations of trait `core::convert::From<ip::Ipv6Addr>` for type `core::net::Ipv6Addr` |
| 362 | 2026-08-25T03:38:34.757Z | --> crates/opte-api/src/ip.rs:940:1 |
| 363 | 2026-08-25T03:38:34.757Z | | |
| 364 | 2026-08-25T03:38:34.757Z | 925 | impl From<Ipv6Addr> for core::net::Ipv6Addr { |
| 365 | 2026-08-25T03:38:34.757Z | | ------------------------------------------- first implementation here |
| 366 | 2026-08-25T03:38:34.757Z | ... |
| 367 | 2026-08-25T03:38:34.757Z | 940 | impl From<Ipv6Addr> for smoltcp::wire::Ipv6Address { |
| 368 | 2026-08-25T03:38:34.758Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `core::net::Ipv6Addr` |
| 369 | 2026-08-25T03:38:34.758Z | |
| 370 | 2026-08-25T03:38:34.913Z | error[E0599]: no method named `as_bytes` found for struct `core::net::Ipv4Addr` in the current scope |
| 371 | 2026-08-25T03:38:34.913Z | --> crates/opte-api/src/ip.rs:577:29 |
| 372 | 2026-08-25T03:38:34.913Z | | |
| 373 | 2026-08-25T03:38:34.913Z | 577 | let bytes = smolip4.as_bytes(); |
| 374 | 2026-08-25T03:38:34.913Z | | ^^^^^^^^ method not found in `core::net::Ipv4Addr` |
| 375 | 2026-08-25T03:38:34.913Z | |
| 376 | 2026-08-25T03:38:34.939Z | error[E0599]: no associated function or constant named `from_bytes` found for struct `core::net::Ipv4Addr` in the current scope |
| 377 | 2026-08-25T03:38:34.939Z | --> crates/opte-api/src/ip.rs:584:15 |
| 378 | 2026-08-25T03:38:34.939Z | | |
| 379 | 2026-08-25T03:38:34.939Z | 584 | Self::from_bytes(&ip) |
| 380 | 2026-08-25T03:38:34.939Z | | ^^^^^^^^^^ associated function or constant not found in `core::net::Ipv4Addr` |
| 381 | 2026-08-25T03:38:34.939Z | | |
| 382 | 2026-08-25T03:38:34.939Z | note: if you're trying to build a new `core::net::Ipv4Addr` consider using one of the following associated functions: |
| 383 | 2026-08-25T03:38:34.939Z | core::net::Ipv4Addr::new |
| 384 | 2026-08-25T03:38:34.939Z | core::net::Ipv4Addr::from_bits |
| 385 | 2026-08-25T03:38:34.939Z | core::net::Ipv4Addr::from_octets |
| 386 | 2026-08-25T03:38:34.940Z | core::net::parser::<impl core::net::Ipv4Addr>::parse_ascii |
| 387 | 2026-08-25T03:38:34.940Z | --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/ip_addr.rs:543:4 |
| 388 | 2026-08-25T03:38:34.940Z | --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/parser.rs:336:4 |
| 389 | 2026-08-25T03:38:34.940Z | help: there is an associated function `from_bits` with a similar name |
| 390 | 2026-08-25T03:38:34.940Z | | |
| 391 | 2026-08-25T03:38:34.940Z | 584 - Self::from_bytes(&ip) |
| 392 | 2026-08-25T03:38:34.940Z | 584 + Self::from_bits(&ip) |
| 393 | 2026-08-25T03:38:34.940Z | | |
| 394 | 2026-08-25T03:38:34.940Z | |
| 395 | 2026-08-25T03:38:34.940Z | error[E0599]: no method named `as_bytes` found for struct `core::net::Ipv6Addr` in the current scope |
| 396 | 2026-08-25T03:38:34.940Z | --> crates/opte-api/src/ip.rs:935:34 |
| 397 | 2026-08-25T03:38:34.941Z | | |
| 398 | 2026-08-25T03:38:34.941Z | 935 | let bytes: [u8; 16] = ip.as_bytes().try_into().unwrap(); |
| 399 | 2026-08-25T03:38:34.941Z | | ^^^^^^^^ method not found in `core::net::Ipv6Addr` |
| 400 | 2026-08-25T03:38:34.941Z | |
| 401 | 2026-08-25T03:38:34.965Z | error[E0599]: no associated function or constant named `from_bytes` found for struct `core::net::Ipv6Addr` in the current scope |
| 402 | 2026-08-25T03:38:34.965Z | --> crates/opte-api/src/ip.rs:943:15 |
| 403 | 2026-08-25T03:38:34.965Z | | |
| 404 | 2026-08-25T03:38:34.965Z | 943 | Self::from_bytes(&ip) |
| 405 | 2026-08-25T03:38:34.965Z | | ^^^^^^^^^^ associated function or constant not found in `core::net::Ipv6Addr` |
| 406 | 2026-08-25T03:38:34.965Z | | |
| 407 | 2026-08-25T03:38:34.965Z | note: if you're trying to build a new `core::net::Ipv6Addr` consider using one of the following associated functions: |
| 408 | 2026-08-25T03:38:34.965Z | core::net::Ipv6Addr::new |
| 409 | 2026-08-25T03:38:34.965Z | core::net::Ipv6Addr::from_bits |
| 410 | 2026-08-25T03:38:34.965Z | core::net::Ipv6Addr::from_segments |
| 411 | 2026-08-25T03:38:34.965Z | core::net::Ipv6Addr::from_octets |
| 412 | 2026-08-25T03:38:34.965Z | core::net::parser::<impl core::net::Ipv6Addr>::parse_ascii |
| 413 | 2026-08-25T03:38:34.965Z | --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/ip_addr.rs:1347:4 |
| 414 | 2026-08-25T03:38:34.966Z | --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/parser.rs:367:4 |
| 415 | 2026-08-25T03:38:34.966Z | help: there is an associated function `from_bits` with a similar name |
| 416 | 2026-08-25T03:38:34.966Z | | |
| 417 | 2026-08-25T03:38:34.966Z | 943 - Self::from_bytes(&ip) |
| 418 | 2026-08-25T03:38:34.966Z | 943 + Self::from_bits(&ip) |
| 419 | 2026-08-25T03:38:34.966Z | | |
| 420 | 2026-08-25T03:38:34.966Z | |
| 421 | 2026-08-25T03:38:35.311Z | Some errors have detailed explanations: E0119, E0423, E0599. |
| 422 | 2026-08-25T03:38:35.311Z | For more information about an error, try `rustc --explain E0119`. |
| 423 | 2026-08-25T03:38:35.352Z | error: could not compile `opte-api` (lib) due to 9 previous errors |
| 424 | 2026-08-25T03:38:35.439Z | |
| 425 | 2026-08-25T03:38:35.439Z | real 16.675305208 |
| 426 | 2026-08-25T03:38:35.439Z | user 46.963927283 |
| 427 | 2026-08-25T03:38:35.439Z | sys 10.879581244 |
| 428 | 2026-08-25T03:38:35.439Z | trap 0.036353166 |
| 429 | 2026-08-25T03:38:35.439Z | tflt 0.077990457 |
| 430 | 2026-08-25T03:38:35.439Z | dflt 0.157683949 |
| 431 | 2026-08-25T03:38:35.439Z | kflt 0.005154893 |
| 432 | 2026-08-25T03:38:35.449Z | lock 3:13.558001011 |
| 433 | 2026-08-25T03:38:35.449Z | slp 2:37.514267580 |
| 434 | 2026-08-25T03:38:35.449Z | lat 2.682852375 |
| 435 | 2026-08-25T03:38:35.449Z | stop 11.022975551 |
| 436 | 2026-08-25T03:38:35.449Z | process exited: duration 33692 ms, exit code 101 |
| |
| 437 | 2026-08-25T03:38:35.474Z | found 0 output files |