|
|
|
| 1 | 2026-07-26T04:23:54.649Z | job assigned to worker 01KYEAKARHJT2ZN101QCNWD9TG [factory aws, i-0f38ff13c3d449c15] (queued for 51 s) |
| |
| 2 | 2026-07-26T04:24:01.509Z | starting task 0: "setup" |
| 3 | 2026-07-26T04:24:01.524Z | ++ uname -s |
| 4 | 2026-07-26T04:24:01.524Z | + kern=SunOS |
| 5 | 2026-07-26T04:24:01.524Z | + build_user=build |
| 6 | 2026-07-26T04:24:01.524Z | + build_uid=12345 |
| 7 | 2026-07-26T04:24:01.524Z | + work_dir=/work |
| 8 | 2026-07-26T04:24:01.524Z | + input_dir=/input |
| 9 | 2026-07-26T04:24:01.524Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-26T04:24:01.525Z | + case "$kern" in |
| 11 | 2026-07-26T04:24:01.525Z | + groupadd -g 12345 build |
| 12 | 2026-07-26T04:24:01.525Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-26T04:24:03.501Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-26T04:24:03.602Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-26T04:24:03.607Z | + home_fs=zfs |
| 16 | 2026-07-26T04:24:03.607Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-26T04:24:03.607Z | + mkdir -p /home/build |
| 18 | 2026-07-26T04:24:03.607Z | + chown build:build /home/build /work |
| 19 | 2026-07-26T04:24:05.611Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-26T04:24:05.619Z | process exited: duration 4115 ms, exit code 0 |
| |
| 21 | 2026-07-26T04:24:05.628Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-26T04:24:05.634Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-07-26T04:24:05.634Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-07-26T04:24:05.634Z | * rust toolchain profile = "default" |
| 25 | 2026-07-26T04:24:05.634Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-26T04:24:05.634Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-26T04:24:05.634Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-26T04:24:05.639Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-26T04:24:05.639Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-07-26T04:24:05.691Z | info: downloading installer |
| 31 | 2026-07-26T04:24:07.079Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-26T04:24:07.079Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-26T04:24:07.079Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-26T04:24:07.079Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-26T04:24:07.093Z | info: profile set to default |
| 36 | 2026-07-26T04:24:07.093Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-26T04:24:07.096Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-07-26T04:24:07.256Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-07-26T04:24:07.279Z | info: downloading 6 components |
| 40 | 2026-07-26T04:24:21.548Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-07-26T04:24:21.549Z | |
| 42 | 2026-07-26T04:24:21.574Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-07-26T04:24:21.574Z | |
| 44 | 2026-07-26T04:24:21.575Z | |
| 45 | 2026-07-26T04:24:21.575Z | Rust is installed now. Great! |
| 46 | 2026-07-26T04:24:21.575Z | |
| 47 | 2026-07-26T04:24:21.590Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-26T04:24:21.590Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-26T04:24:21.590Z | |
| 50 | 2026-07-26T04:24:21.590Z | To configure your current shell, you need to source |
| 51 | 2026-07-26T04:24:21.590Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-26T04:24:21.590Z | |
| 53 | 2026-07-26T04:24:21.590Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-26T04:24:21.590Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-26T04:24:21.590Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-26T04:24:21.590Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-26T04:24:21.590Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-26T04:24:21.590Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-26T04:24:21.590Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-26T04:24:21.590Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-26T04:24:21.590Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-26T04:24:21.663Z | + rustup --version |
| 63 | 2026-07-26T04:24:21.675Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-26T04:24:21.679Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-26T04:24:21.696Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-07-26T04:24:21.700Z | + cargo --version |
| 67 | 2026-07-26T04:24:21.709Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-07-26T04:24:21.715Z | + rustc --version |
| 69 | 2026-07-26T04:24:21.732Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-07-26T04:24:21.737Z | process exited: duration 16107 ms, exit code 0 |
| |
| 71 | 2026-07-26T04:24:21.746Z | starting task 2: "authentication" |
| 72 | 2026-07-26T04:24:21.759Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
| 73 | 2026-07-26T04:24:23.770Z | process exited: duration 2025 ms, exit code 0 |
| |
| 74 | 2026-07-26T04:24:23.777Z | starting task 3: "clone repository" |
| 75 | 2026-07-26T04:24:23.781Z | + mkdir -p /work/oxidecomputer/opte |
| 76 | 2026-07-26T04:24:23.785Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 77 | 2026-07-26T04:24:23.816Z | Cloning into '/work/oxidecomputer/opte'... |
| 78 | 2026-07-26T04:24:24.713Z | + cd /work/oxidecomputer/opte |
| 79 | 2026-07-26T04:24:24.719Z | + git fetch origin b8b23b946ff2841cc7e0be7cda9a60f9913d886f |
| 80 | 2026-07-26T04:24:24.915Z | From https://github.com/oxidecomputer/opte |
| 81 | 2026-07-26T04:24:24.915Z | * branch b8b23b946ff2841cc7e0be7cda9a60f9913d886f -> FETCH_HEAD |
| 82 | 2026-07-26T04:24:24.919Z | + [[ -n renovate/smoltcp-0.x ]] |
| 83 | 2026-07-26T04:24:24.923Z | ++ git branch --show-current |
| 84 | 2026-07-26T04:24:24.923Z | + current=master |
| 85 | 2026-07-26T04:24:24.923Z | + [[ master != renovate/smoltcp-0.x ]] |
| 86 | 2026-07-26T04:24:24.923Z | + git branch -f renovate/smoltcp-0.x b8b23b946ff2841cc7e0be7cda9a60f9913d886f |
| 87 | 2026-07-26T04:24:24.930Z | + git checkout -f renovate/smoltcp-0.x |
| 88 | 2026-07-26T04:24:24.943Z | Switched to branch 'renovate/smoltcp-0.x' |
| 89 | 2026-07-26T04:24:24.946Z | + git reset --hard b8b23b946ff2841cc7e0be7cda9a60f9913d886f |
| 90 | 2026-07-26T04:24:24.964Z | HEAD is now at b8b23b9 Update Rust crate smoltcp to 0.13 |
| 91 | 2026-07-26T04:24:24.967Z | process exited: duration 1188 ms, exit code 0 |
| |
| 92 | 2026-07-26T04:24:24.974Z | starting task 4: "build" |
| 93 | 2026-07-26T04:24:24.978Z | + source .github/buildomat/common.sh |
| 94 | 2026-07-26T04:24:24.981Z | ++ rustup show active-toolchain |
| 95 | 2026-07-26T04:24:24.984Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 96 | 2026-07-26T04:24:24.984Z | ++ pushd xde |
| 97 | 2026-07-26T04:24:24.984Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 98 | 2026-07-26T04:24:24.984Z | ++ rustup show active-toolchain |
| 99 | 2026-07-26T04:24:24.989Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 100 | 2026-07-26T04:24:25.129Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 101 | 2026-07-26T04:24:25.133Z | info: downloading 6 components |
| 102 | 2026-07-26T04:24:39.109Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 103 | 2026-07-26T04:24:39.202Z | +++ rustup show active-toolchain -v |
| 104 | 2026-07-26T04:24:39.208Z | +++ head -n 1 |
| 105 | 2026-07-26T04:24:39.208Z | +++ cut '-d ' -f1 |
| 106 | 2026-07-26T04:24:39.254Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 107 | 2026-07-26T04:24:39.254Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 108 | 2026-07-26T04:24:39.264Z | ++ popd |
| 109 | 2026-07-26T04:24:39.264Z | /work/oxidecomputer/opte |
| 110 | 2026-07-26T04:24:39.264Z | + cargo --version |
| 111 | 2026-07-26T04:24:39.264Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 112 | 2026-07-26T04:24:39.264Z | + rustc --version |
| 113 | 2026-07-26T04:24:39.289Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 114 | 2026-07-26T04:24:39.293Z | + cd lib/opte-ioctl |
| 115 | 2026-07-26T04:24:39.293Z | + header 'check style' |
| 116 | 2026-07-26T04:24:39.293Z | + echo '# ==== check style ==== #' |
| 117 | 2026-07-26T04:24:39.293Z | # ==== check style ==== # |
| 118 | 2026-07-26T04:24:39.293Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check |
| 119 | 2026-07-26T04:24:39.357Z | |
| 120 | 2026-07-26T04:24:39.357Z | real 0.065078644 |
| 121 | 2026-07-26T04:24:39.357Z | user 0.035646309 |
| 122 | 2026-07-26T04:24:39.357Z | sys 0.027282859 |
| 123 | 2026-07-26T04:24:39.358Z | trap 0.000001940 |
| 124 | 2026-07-26T04:24:39.358Z | tflt 0.000038680 |
| 125 | 2026-07-26T04:24:39.359Z | dflt 0.000026010 |
| 126 | 2026-07-26T04:24:39.359Z | kflt 0.000000000 |
| 127 | 2026-07-26T04:24:39.359Z | lock 0.032726738 |
| 128 | 2026-07-26T04:24:39.359Z | slp 0.044984599 |
| 129 | 2026-07-26T04:24:39.359Z | lat 0.000945580 |
| 130 | 2026-07-26T04:24:39.359Z | stop 0.000110260 |
| 131 | 2026-07-26T04:24:39.363Z | + header analyze |
| 132 | 2026-07-26T04:24:39.364Z | + echo '# ==== analyze ==== #' |
| 133 | 2026-07-26T04:24:39.364Z | # ==== analyze ==== # |
| 134 | 2026-07-26T04:24:39.364Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 135 | 2026-07-26T04:24:39.488Z | Updating crates.io index |
| 136 | 2026-07-26T04:24:39.495Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-07-26T04:24:40.471Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-07-26T04:24:40.707Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 139 | 2026-07-26T04:24:40.923Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 140 | 2026-07-26T04:24:41.258Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 141 | 2026-07-26T04:24:41.489Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-07-26T04:24:41.740Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-07-26T04:24:43.478Z | Downloading crates ... |
| 144 | 2026-07-26T04:24:43.528Z | Downloaded foreign-types-macros v0.2.3 |
| 145 | 2026-07-26T04:24:43.532Z | Downloaded cobs v0.3.0 |
| 146 | 2026-07-26T04:24:43.535Z | Downloaded ident_case v1.0.1 |
| 147 | 2026-07-26T04:24:43.535Z | Downloaded proc-macro-crate v3.5.0 |
| 148 | 2026-07-26T04:24:43.535Z | Downloaded cstr-argument v0.1.2 |
| 149 | 2026-07-26T04:24:43.539Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 150 | 2026-07-26T04:24:43.544Z | Downloaded socket2 v0.6.4 |
| 151 | 2026-07-26T04:24:43.549Z | Downloaded foreign-types v0.5.0 |
| 152 | 2026-07-26T04:24:43.557Z | Downloaded equivalent v1.0.2 |
| 153 | 2026-07-26T04:24:43.568Z | Downloaded embedded-io v0.4.0 |
| 154 | 2026-07-26T04:24:43.579Z | Downloaded managed v0.8.0 |
| 155 | 2026-07-26T04:24:43.583Z | Downloaded cpufeatures v0.3.0 |
| 156 | 2026-07-26T04:24:43.587Z | Downloaded memchr v2.8.3 |
| 157 | 2026-07-26T04:24:43.591Z | Downloaded foreign-types-shared v0.3.1 |
| 158 | 2026-07-26T04:24:43.597Z | Downloaded darling_macro v0.23.0 |
| 159 | 2026-07-26T04:24:43.602Z | Downloaded cfg-if v1.0.4 |
| 160 | 2026-07-26T04:24:43.610Z | Downloaded bitflags v1.3.2 |
| 161 | 2026-07-26T04:24:43.615Z | Downloaded defmt-parser v1.0.0 |
| 162 | 2026-07-26T04:24:43.621Z | Downloaded embedded-io v0.6.1 |
| 163 | 2026-07-26T04:24:43.627Z | Downloaded defmt v0.3.100 |
| 164 | 2026-07-26T04:24:43.627Z | Downloaded hash32 v0.3.1 |
| 165 | 2026-07-26T04:24:43.627Z | Downloaded dyn-clone v1.0.20 |
| 166 | 2026-07-26T04:24:43.634Z | Downloaded strsim v0.11.1 |
| 167 | 2026-07-26T04:24:43.634Z | Downloaded version_check v0.9.5 |
| 168 | 2026-07-26T04:24:43.639Z | Downloaded ref-cast-impl v1.0.25 |
| 169 | 2026-07-26T04:24:43.639Z | Downloaded ref-cast v1.0.25 |
| 170 | 2026-07-26T04:24:43.645Z | Downloaded defmt-macros v1.1.1 |
| 171 | 2026-07-26T04:24:43.662Z | Downloaded macaddr v1.0.1 |
| 172 | 2026-07-26T04:24:43.670Z | Downloaded stable_deref_trait v1.2.1 |
| 173 | 2026-07-26T04:24:43.677Z | Downloaded pretty-hex v0.4.2 |
| 174 | 2026-07-26T04:24:43.686Z | Downloaded pin-project-lite v0.2.17 |
| 175 | 2026-07-26T04:24:43.690Z | Downloaded num_enum v0.7.6 |
| 176 | 2026-07-26T04:24:43.694Z | Downloaded ingot-types v0.2.0 |
| 177 | 2026-07-26T04:24:43.694Z | Downloaded thiserror v2.0.18 |
| 178 | 2026-07-26T04:24:43.697Z | Downloaded ingot v0.2.0 |
| 179 | 2026-07-26T04:24:43.702Z | Downloaded darling v0.23.0 |
| 180 | 2026-07-26T04:24:43.706Z | Downloaded defmt v1.1.1 |
| 181 | 2026-07-26T04:24:43.711Z | Downloaded once_cell v1.21.4 |
| 182 | 2026-07-26T04:24:43.711Z | Downloaded ingot-macros v0.2.0 |
| 183 | 2026-07-26T04:24:43.711Z | Downloaded either v1.16.0 |
| 184 | 2026-07-26T04:24:43.715Z | Downloaded byteorder v1.5.0 |
| 185 | 2026-07-26T04:24:43.715Z | Downloaded num_enum_derive v0.7.6 |
| 186 | 2026-07-26T04:24:43.720Z | Downloaded quote v1.0.46 |
| 187 | 2026-07-26T04:24:43.723Z | Downloaded thiserror-impl v2.0.18 |
| 188 | 2026-07-26T04:24:43.727Z | Downloaded rand_core v0.10.1 |
| 189 | 2026-07-26T04:24:43.727Z | Downloaded rustversion v1.0.23 |
| 190 | 2026-07-26T04:24:43.741Z | Downloaded postcard v1.1.3 |
| 191 | 2026-07-26T04:24:43.745Z | Downloaded oxnet v0.1.6 |
| 192 | 2026-07-26T04:24:43.755Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 193 | 2026-07-26T04:24:43.765Z | Downloaded colored v3.1.1 |
| 194 | 2026-07-26T04:24:43.768Z | Downloaded proc-macro2 v1.0.106 |
| 195 | 2026-07-26T04:24:43.772Z | Downloaded bitflags v2.13.0 |
| 196 | 2026-07-26T04:24:43.777Z | Downloaded chacha20 v0.10.1 |
| 197 | 2026-07-26T04:24:43.783Z | Downloaded darling_core v0.23.0 |
| 198 | 2026-07-26T04:24:43.786Z | Downloaded uuid v1.23.5 |
| 199 | 2026-07-26T04:24:43.790Z | Downloaded getrandom v0.4.3 |
| 200 | 2026-07-26T04:24:43.793Z | Downloaded unicode-ident v1.0.24 |
| 201 | 2026-07-26T04:24:43.797Z | Downloaded serde_core v1.0.228 |
| 202 | 2026-07-26T04:24:43.805Z | Downloaded tracing-attributes v0.1.31 |
| 203 | 2026-07-26T04:24:43.812Z | Downloaded tracing-core v0.1.36 |
| 204 | 2026-07-26T04:24:43.816Z | Downloaded heapless v0.9.3 |
| 205 | 2026-07-26T04:24:43.821Z | Downloaded serde_derive v1.0.228 |
| 206 | 2026-07-26T04:24:43.824Z | Downloaded anyhow v1.0.103 |
| 207 | 2026-07-26T04:24:43.831Z | Downloaded toml_edit v0.25.12+spec-1.1.0 |
| 208 | 2026-07-26T04:24:43.840Z | Downloaded serde v1.0.228 |
| 209 | 2026-07-26T04:24:43.850Z | Downloaded indexmap v2.14.0 |
| 210 | 2026-07-26T04:24:43.856Z | Downloaded zerocopy-derive v0.8.54 |
| 211 | 2026-07-26T04:24:43.869Z | Downloaded rand v0.10.2 |
| 212 | 2026-07-26T04:24:43.911Z | Downloaded hashbrown v0.17.1 |
| 213 | 2026-07-26T04:24:43.919Z | Downloaded regex v1.13.0 |
| 214 | 2026-07-26T04:24:43.923Z | Downloaded itertools v0.15.0 |
| 215 | 2026-07-26T04:24:43.928Z | Downloaded aho-corasick v1.1.4 |
| 216 | 2026-07-26T04:24:43.931Z | Downloaded regex-automata v0.4.15 |
| 217 | 2026-07-26T04:24:43.938Z | Downloaded winnow v1.0.3 |
| 218 | 2026-07-26T04:24:43.967Z | Downloaded syn v1.0.109 |
| 219 | 2026-07-26T04:24:43.972Z | Downloaded zerocopy v0.8.54 |
| 220 | 2026-07-26T04:24:43.995Z | Downloaded syn v2.0.118 |
| 221 | 2026-07-26T04:24:44.004Z | Downloaded regex-syntax v0.8.11 |
| 222 | 2026-07-26T04:24:44.008Z | Downloaded smoltcp v0.13.1 |
| 223 | 2026-07-26T04:24:44.019Z | Downloaded tracing v0.1.44 |
| 224 | 2026-07-26T04:24:44.045Z | Downloaded libc v0.2.186 |
| 225 | 2026-07-26T04:24:44.105Z | Compiling proc-macro2 v1.0.106 |
| 226 | 2026-07-26T04:24:44.105Z | Compiling unicode-ident v1.0.24 |
| 227 | 2026-07-26T04:24:44.105Z | Compiling quote v1.0.46 |
| 228 | 2026-07-26T04:24:44.105Z | Compiling serde_core v1.0.228 |
| 229 | 2026-07-26T04:24:44.105Z | Checking cfg-if v1.0.4 |
| 230 | 2026-07-26T04:24:44.109Z | Compiling memchr v2.8.3 |
| 231 | 2026-07-26T04:24:44.163Z | Compiling strsim v0.11.1 |
| 232 | 2026-07-26T04:24:44.167Z | Compiling ident_case v1.0.1 |
| 233 | 2026-07-26T04:24:44.226Z | Compiling thiserror v2.0.18 |
| 234 | 2026-07-26T04:24:44.292Z | Compiling libc v0.2.186 |
| 235 | 2026-07-26T04:24:44.296Z | Compiling regex-syntax v0.8.11 |
| 236 | 2026-07-26T04:24:44.454Z | Compiling serde v1.0.228 |
| 237 | 2026-07-26T04:24:44.549Z | Compiling aho-corasick v1.1.4 |
| 238 | 2026-07-26T04:24:44.678Z | Compiling either v1.16.0 |
| 239 | 2026-07-26T04:24:44.717Z | Compiling zerocopy v0.8.54 |
| 240 | 2026-07-26T04:24:44.726Z | Compiling equivalent v1.0.2 |
| 241 | 2026-07-26T04:24:44.753Z | Compiling winnow v1.0.3 |
| 242 | 2026-07-26T04:24:44.798Z | Compiling hashbrown v0.17.1 |
| 243 | 2026-07-26T04:24:44.874Z | Compiling itertools v0.15.0 |
| 244 | 2026-07-26T04:24:45.414Z | Compiling indexmap v2.14.0 |
| 245 | 2026-07-26T04:24:45.478Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 246 | 2026-07-26T04:24:45.623Z | Compiling syn v2.0.118 |
| 247 | 2026-07-26T04:24:45.700Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 248 | 2026-07-26T04:24:45.800Z | Compiling regex-automata v0.4.15 |
| 249 | 2026-07-26T04:24:45.996Z | Compiling heapless v0.9.3 |
| 250 | 2026-07-26T04:24:46.024Z | Checking byteorder v1.5.0 |
| 251 | 2026-07-26T04:24:46.034Z | Checking bitflags v2.13.0 |
| 252 | 2026-07-26T04:24:46.174Z | Checking hash32 v0.3.1 |
| 253 | 2026-07-26T04:24:46.188Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 254 | 2026-07-26T04:24:46.205Z | Checking macaddr v1.0.1 |
| 255 | 2026-07-26T04:24:46.243Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 256 | 2026-07-26T04:24:46.276Z | Compiling smoltcp v0.13.1 |
| 257 | 2026-07-26T04:24:46.338Z | Checking stable_deref_trait v1.2.1 |
| 258 | 2026-07-26T04:24:46.394Z | Compiling syn v1.0.109 |
| 259 | 2026-07-26T04:24:46.402Z | Compiling rustversion v1.0.23 |
| 260 | 2026-07-26T04:24:46.473Z | Checking bitflags v1.3.2 |
| 261 | 2026-07-26T04:24:46.534Z | Compiling ref-cast v1.0.25 |
| 262 | 2026-07-26T04:24:46.604Z | Compiling getrandom v0.4.3 |
| 263 | 2026-07-26T04:24:46.725Z | Compiling proc-macro-crate v3.5.0 |
| 264 | 2026-07-26T04:24:46.770Z | Checking managed v0.8.0 |
| 265 | 2026-07-26T04:24:46.830Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 266 | 2026-07-26T04:24:46.863Z | Checking rand_core v0.10.1 |
| 267 | 2026-07-26T04:24:46.945Z | Compiling version_check v0.9.5 |
| 268 | 2026-07-26T04:24:47.078Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 269 | 2026-07-26T04:24:47.137Z | Checking cpufeatures v0.3.0 |
| 270 | 2026-07-26T04:24:47.199Z | Checking once_cell v1.21.4 |
| 271 | 2026-07-26T04:24:47.207Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 272 | 2026-07-26T04:24:47.368Z | Compiling anyhow v1.0.103 |
| 273 | 2026-07-26T04:24:47.443Z | Checking foreign-types-shared v0.3.1 |
| 274 | 2026-07-26T04:24:47.523Z | Compiling regex v1.13.0 |
| 275 | 2026-07-26T04:24:47.628Z | Checking tracing-core v0.1.36 |
| 276 | 2026-07-26T04:24:47.723Z | Checking cstr-argument v0.1.2 |
| 277 | 2026-07-26T04:24:47.854Z | Checking chacha20 v0.10.1 |
| 278 | 2026-07-26T04:24:47.982Z | Checking pretty-hex v0.4.2 |
| 279 | 2026-07-26T04:24:48.033Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 280 | 2026-07-26T04:24:48.033Z | Checking pin-project-lite v0.2.17 |
| 281 | 2026-07-26T04:24:48.046Z | Checking dyn-clone v1.0.20 |
| 282 | 2026-07-26T04:24:48.092Z | Checking rand v0.10.2 |
| 283 | 2026-07-26T04:24:48.135Z | Checking uuid v1.23.5 |
| 284 | 2026-07-26T04:24:48.203Z | Compiling darling_core v0.23.0 |
| 285 | 2026-07-26T04:24:48.243Z | Checking socket2 v0.6.4 |
| 286 | 2026-07-26T04:24:48.317Z | Checking oxnet v0.1.6 |
| 287 | 2026-07-26T04:24:48.385Z | Checking colored v3.1.1 |
| 288 | 2026-07-26T04:24:48.799Z | Compiling thiserror-impl v2.0.18 |
| 289 | 2026-07-26T04:24:48.799Z | Compiling zerocopy-derive v0.8.54 |
| 290 | 2026-07-26T04:24:48.799Z | Compiling serde_derive v1.0.228 |
| 291 | 2026-07-26T04:24:48.802Z | Compiling ref-cast-impl v1.0.25 |
| 292 | 2026-07-26T04:24:48.802Z | Compiling foreign-types-macros v0.2.3 |
| 293 | 2026-07-26T04:24:49.169Z | Compiling num_enum_derive v0.7.6 |
| 294 | 2026-07-26T04:24:49.405Z | Checking foreign-types v0.5.0 |
| 295 | 2026-07-26T04:24:49.472Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 296 | 2026-07-26T04:24:49.478Z | Compiling tracing-attributes v0.1.31 |
| 297 | 2026-07-26T04:24:50.076Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 298 | 2026-07-26T04:24:50.128Z | Checking cobs v0.3.0 |
| 299 | 2026-07-26T04:24:50.208Z | Checking num_enum v0.7.6 |
| 300 | 2026-07-26T04:24:50.265Z | Compiling darling_macro v0.23.0 |
| 301 | 2026-07-26T04:24:50.308Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 302 | 2026-07-26T04:24:50.366Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 303 | 2026-07-26T04:24:50.676Z | Checking tracing v0.1.44 |
| 304 | 2026-07-26T04:24:50.807Z | Compiling darling v0.23.0 |
| 305 | 2026-07-26T04:24:50.824Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 306 | 2026-07-26T04:24:50.861Z | Compiling ingot-macros v0.2.0 |
| 307 | 2026-07-26T04:24:51.349Z | Checking postcard v1.1.3 |
| 308 | 2026-07-26T04:24:52.877Z | Checking ingot-types v0.2.0 |
| 309 | 2026-07-26T04:24:53.144Z | Checking ingot v0.2.0 |
| 310 | 2026-07-26T04:24:54.415Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 311 | 2026-07-26T04:24:54.567Z | error[E0423]: expected function, tuple struct or tuple variant, found struct `smoltcp::wire::Ipv6Address` |
| 312 | 2026-07-26T04:24:54.567Z | --> crates/opte-api/src/ip.rs:914:20 |
| 313 | 2026-07-26T04:24:54.567Z | | |
| 314 | 2026-07-26T04:24:54.567Z | 914 | let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 315 | 2026-07-26T04:24:54.567Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 316 | 2026-07-26T04:24:54.567Z | | |
| 317 | 2026-07-26T04:24:54.567Z | --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/ip_addr.rs:168:0 |
| 318 | 2026-07-26T04:24:54.567Z | | |
| 319 | 2026-07-26T04:24:54.567Z | = note: `smoltcp::wire::Ipv6Address` defined here |
| 320 | 2026-07-26T04:24:54.567Z | help: you might have meant to use an associated function to build this type |
| 321 | 2026-07-26T04:24:54.567Z | | |
| 322 | 2026-07-26T04:24:54.567Z | 914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 323 | 2026-07-26T04:24:54.567Z | 914 + let sip6 = smoltcp::wire::Ipv6Address::new(_, _, _, _, _, _, _, _); |
| 324 | 2026-07-26T04:24:54.568Z | | |
| 325 | 2026-07-26T04:24:54.568Z | 914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 326 | 2026-07-26T04:24:54.568Z | 914 + let sip6 = smoltcp::wire::Ipv6Address::from_bits(_); |
| 327 | 2026-07-26T04:24:54.568Z | | |
| 328 | 2026-07-26T04:24:54.568Z | 914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 329 | 2026-07-26T04:24:54.568Z | 914 + let sip6 = smoltcp::wire::Ipv6Address::from_segments(_); |
| 330 | 2026-07-26T04:24:54.568Z | | |
| 331 | 2026-07-26T04:24:54.568Z | 914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 332 | 2026-07-26T04:24:54.568Z | 914 + let sip6 = smoltcp::wire::Ipv6Address::from_octets(_); |
| 333 | 2026-07-26T04:24:54.568Z | | |
| 334 | 2026-07-26T04:24:54.568Z | |
| 335 | 2026-07-26T04:24:54.661Z | error[E0119]: conflicting implementations of trait `core::convert::From<core::net::Ipv4Addr>` for type `ip::Ipv4Addr` |
| 336 | 2026-07-26T04:24:54.661Z | --> crates/opte-api/src/ip.rs:575:1 |
| 337 | 2026-07-26T04:24:54.661Z | | |
| 338 | 2026-07-26T04:24:54.661Z | 563 | impl From<core::net::Ipv4Addr> for Ipv4Addr { |
| 339 | 2026-07-26T04:24:54.661Z | | ------------------------------------------- first implementation here |
| 340 | 2026-07-26T04:24:54.661Z | ... |
| 341 | 2026-07-26T04:24:54.661Z | 575 | impl From<smoltcp::wire::Ipv4Address> for Ipv4Addr { |
| 342 | 2026-07-26T04:24:54.661Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv4Addr` |
| 343 | 2026-07-26T04:24:54.661Z | |
| 344 | 2026-07-26T04:24:54.661Z | error[E0119]: conflicting implementations of trait `core::convert::From<ip::Ipv4Addr>` for type `core::net::Ipv4Addr` |
| 345 | 2026-07-26T04:24:54.661Z | --> crates/opte-api/src/ip.rs:582:1 |
| 346 | 2026-07-26T04:24:54.661Z | | |
| 347 | 2026-07-26T04:24:54.661Z | 569 | impl From<Ipv4Addr> for core::net::Ipv4Addr { |
| 348 | 2026-07-26T04:24:54.661Z | | ------------------------------------------- first implementation here |
| 349 | 2026-07-26T04:24:54.661Z | ... |
| 350 | 2026-07-26T04:24:54.661Z | 582 | impl From<Ipv4Addr> for smoltcp::wire::Ipv4Address { |
| 351 | 2026-07-26T04:24:54.661Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `core::net::Ipv4Addr` |
| 352 | 2026-07-26T04:24:54.661Z | |
| 353 | 2026-07-26T04:24:54.662Z | error[E0119]: conflicting implementations of trait `core::convert::From<core::net::Ipv6Addr>` for type `ip::Ipv6Addr` |
| 354 | 2026-07-26T04:24:54.662Z | --> crates/opte-api/src/ip.rs:931:1 |
| 355 | 2026-07-26T04:24:54.662Z | | |
| 356 | 2026-07-26T04:24:54.662Z | 919 | impl From<core::net::Ipv6Addr> for Ipv6Addr { |
| 357 | 2026-07-26T04:24:54.662Z | | ------------------------------------------- first implementation here |
| 358 | 2026-07-26T04:24:54.662Z | ... |
| 359 | 2026-07-26T04:24:54.662Z | 931 | impl From<smoltcp::wire::Ipv6Address> for Ipv6Addr { |
| 360 | 2026-07-26T04:24:54.662Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv6Addr` |
| 361 | 2026-07-26T04:24:54.662Z | |
| 362 | 2026-07-26T04:24:54.662Z | error[E0119]: conflicting implementations of trait `core::convert::From<ip::Ipv6Addr>` for type `core::net::Ipv6Addr` |
| 363 | 2026-07-26T04:24:54.662Z | --> crates/opte-api/src/ip.rs:940:1 |
| 364 | 2026-07-26T04:24:54.662Z | | |
| 365 | 2026-07-26T04:24:54.662Z | 925 | impl From<Ipv6Addr> for core::net::Ipv6Addr { |
| 366 | 2026-07-26T04:24:54.662Z | | ------------------------------------------- first implementation here |
| 367 | 2026-07-26T04:24:54.662Z | ... |
| 368 | 2026-07-26T04:24:54.662Z | 940 | impl From<Ipv6Addr> for smoltcp::wire::Ipv6Address { |
| 369 | 2026-07-26T04:24:54.662Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `core::net::Ipv6Addr` |
| 370 | 2026-07-26T04:24:54.662Z | |
| 371 | 2026-07-26T04:24:54.816Z | error[E0599]: no method named `as_bytes` found for struct `core::net::Ipv4Addr` in the current scope |
| 372 | 2026-07-26T04:24:54.816Z | --> crates/opte-api/src/ip.rs:577:29 |
| 373 | 2026-07-26T04:24:54.816Z | | |
| 374 | 2026-07-26T04:24:54.817Z | 577 | let bytes = smolip4.as_bytes(); |
| 375 | 2026-07-26T04:24:54.817Z | | ^^^^^^^^ method not found in `core::net::Ipv4Addr` |
| 376 | 2026-07-26T04:24:54.817Z | |
| 377 | 2026-07-26T04:24:54.822Z | error[E0599]: no associated function or constant named `from_bytes` found for struct `core::net::Ipv4Addr` in the current scope |
| 378 | 2026-07-26T04:24:54.822Z | --> crates/opte-api/src/ip.rs:584:15 |
| 379 | 2026-07-26T04:24:54.822Z | | |
| 380 | 2026-07-26T04:24:54.823Z | 584 | Self::from_bytes(&ip) |
| 381 | 2026-07-26T04:24:54.823Z | | ^^^^^^^^^^ associated function or constant not found in `core::net::Ipv4Addr` |
| 382 | 2026-07-26T04:24:54.823Z | | |
| 383 | 2026-07-26T04:24:54.823Z | note: if you're trying to build a new `core::net::Ipv4Addr` consider using one of the following associated functions: |
| 384 | 2026-07-26T04:24:54.823Z | core::net::Ipv4Addr::new |
| 385 | 2026-07-26T04:24:54.823Z | core::net::Ipv4Addr::from_bits |
| 386 | 2026-07-26T04:24:54.823Z | core::net::Ipv4Addr::from_octets |
| 387 | 2026-07-26T04:24:54.823Z | core::net::parser::<impl core::net::Ipv4Addr>::parse_ascii |
| 388 | 2026-07-26T04:24:54.823Z | --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/ip_addr.rs:543:4 |
| 389 | 2026-07-26T04:24:54.823Z | --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/parser.rs:336:4 |
| 390 | 2026-07-26T04:24:54.823Z | help: there is an associated function `from_bits` with a similar name |
| 391 | 2026-07-26T04:24:54.823Z | | |
| 392 | 2026-07-26T04:24:54.823Z | 584 - Self::from_bytes(&ip) |
| 393 | 2026-07-26T04:24:54.824Z | 584 + Self::from_bits(&ip) |
| 394 | 2026-07-26T04:24:54.824Z | | |
| 395 | 2026-07-26T04:24:54.824Z | |
| 396 | 2026-07-26T04:24:54.840Z | error[E0599]: no method named `as_bytes` found for struct `core::net::Ipv6Addr` in the current scope |
| 397 | 2026-07-26T04:24:54.841Z | --> crates/opte-api/src/ip.rs:935:34 |
| 398 | 2026-07-26T04:24:54.841Z | | |
| 399 | 2026-07-26T04:24:54.841Z | 935 | let bytes: [u8; 16] = ip.as_bytes().try_into().unwrap(); |
| 400 | 2026-07-26T04:24:54.841Z | | ^^^^^^^^ method not found in `core::net::Ipv6Addr` |
| 401 | 2026-07-26T04:24:54.841Z | |
| 402 | 2026-07-26T04:24:54.845Z | error[E0599]: no associated function or constant named `from_bytes` found for struct `core::net::Ipv6Addr` in the current scope |
| 403 | 2026-07-26T04:24:54.846Z | --> crates/opte-api/src/ip.rs:943:15 |
| 404 | 2026-07-26T04:24:54.846Z | | |
| 405 | 2026-07-26T04:24:54.846Z | 943 | Self::from_bytes(&ip) |
| 406 | 2026-07-26T04:24:54.846Z | | ^^^^^^^^^^ associated function or constant not found in `core::net::Ipv6Addr` |
| 407 | 2026-07-26T04:24:54.846Z | | |
| 408 | 2026-07-26T04:24:54.846Z | note: if you're trying to build a new `core::net::Ipv6Addr` consider using one of the following associated functions: |
| 409 | 2026-07-26T04:24:54.846Z | core::net::Ipv6Addr::new |
| 410 | 2026-07-26T04:24:54.846Z | core::net::Ipv6Addr::from_bits |
| 411 | 2026-07-26T04:24:54.846Z | core::net::Ipv6Addr::from_segments |
| 412 | 2026-07-26T04:24:54.846Z | core::net::Ipv6Addr::from_octets |
| 413 | 2026-07-26T04:24:54.846Z | core::net::parser::<impl core::net::Ipv6Addr>::parse_ascii |
| 414 | 2026-07-26T04:24:54.846Z | --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/ip_addr.rs:1347:4 |
| 415 | 2026-07-26T04:24:54.846Z | --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/parser.rs:367:4 |
| 416 | 2026-07-26T04:24:54.846Z | help: there is an associated function `from_bits` with a similar name |
| 417 | 2026-07-26T04:24:54.846Z | | |
| 418 | 2026-07-26T04:24:54.846Z | 943 - Self::from_bytes(&ip) |
| 419 | 2026-07-26T04:24:54.847Z | 943 + Self::from_bits(&ip) |
| 420 | 2026-07-26T04:24:54.847Z | | |
| 421 | 2026-07-26T04:24:54.847Z | |
| 422 | 2026-07-26T04:24:55.229Z | Some errors have detailed explanations: E0119, E0423, E0599. |
| 423 | 2026-07-26T04:24:55.229Z | For more information about an error, try `rustc --explain E0119`. |
| 424 | 2026-07-26T04:24:55.255Z | error: could not compile `opte-api` (lib) due to 9 previous errors |
| 425 | 2026-07-26T04:24:55.353Z | |
| 426 | 2026-07-26T04:24:55.354Z | real 15.991012345 |
| 427 | 2026-07-26T04:24:55.354Z | user 46.492626109 |
| 428 | 2026-07-26T04:24:55.354Z | sys 10.855638937 |
| 429 | 2026-07-26T04:24:55.354Z | trap 0.039694988 |
| 430 | 2026-07-26T04:24:55.354Z | tflt 0.073668404 |
| 431 | 2026-07-26T04:24:55.354Z | dflt 0.204360964 |
| 432 | 2026-07-26T04:24:55.354Z | kflt 0.006657176 |
| 433 | 2026-07-26T04:24:55.354Z | lock 3:11.209944552 |
| 434 | 2026-07-26T04:24:55.354Z | slp 2:35.945610654 |
| 435 | 2026-07-26T04:24:55.354Z | lat 2.626631470 |
| 436 | 2026-07-26T04:24:55.354Z | stop 10.886150027 |
| 437 | 2026-07-26T04:24:55.358Z | process exited: duration 30379 ms, exit code 101 |
| |
| 438 | 2026-07-26T04:24:55.366Z | found 0 output files |