|
|
|
| 1 | 2026-03-21T03:43:07.380Z | job assigned to worker 01KM77QK5BTFMK8R04JW38E74R [factory aws, i-05b73ad16a3384c0b] (queued for 3 m 45 s) |
| |
| 2 | 2026-03-21T03:43:15.254Z | starting task 0: "setup" |
| 3 | 2026-03-21T03:43:15.261Z | ++ uname -s |
| 4 | 2026-03-21T03:43:15.266Z | + kern=SunOS |
| 5 | 2026-03-21T03:43:15.266Z | + build_user=build |
| 6 | 2026-03-21T03:43:15.266Z | + build_uid=12345 |
| 7 | 2026-03-21T03:43:15.266Z | + work_dir=/work |
| 8 | 2026-03-21T03:43:15.266Z | + input_dir=/input |
| 9 | 2026-03-21T03:43:15.266Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-21T03:43:15.266Z | + case "$kern" in |
| 11 | 2026-03-21T03:43:15.266Z | + groupadd -g 12345 build |
| 12 | 2026-03-21T03:43:15.266Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-21T03:43:17.347Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-21T03:43:17.400Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-21T03:43:17.407Z | + home_fs=zfs |
| 16 | 2026-03-21T03:43:17.407Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-21T03:43:17.407Z | + mkdir -p /home/build |
| 18 | 2026-03-21T03:43:17.407Z | + chown build:build /home/build /work |
| 19 | 2026-03-21T03:43:19.405Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-21T03:43:19.410Z | process exited: duration 4154 ms, exit code 0 |
| |
| 21 | 2026-03-21T03:43:19.417Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-21T03:43:19.421Z | + printf ' * rust toolchain channel = "%s"\n' 1.93.1 |
| 23 | 2026-03-21T03:43:19.421Z | * rust toolchain channel = "1.93.1" |
| 24 | 2026-03-21T03:43:19.421Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-03-21T03:43:19.421Z | * rust toolchain profile = "default" |
| 26 | 2026-03-21T03:43:19.421Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-21T03:43:19.421Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-21T03:43:19.424Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-21T03:43:19.424Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default |
| 30 | 2026-03-21T03:43:19.683Z | info: downloading installer |
| 31 | 2026-03-21T03:43:21.320Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-21T03:43:21.320Z | warn: /opt/ooce/bin |
| 33 | 2026-03-21T03:43:21.320Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-21T03:43:21.320Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-21T03:43:21.320Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-21T03:43:21.320Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-21T03:43:21.320Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-21T03:43:21.320Z | error: cannot install while Rust is installed |
| 39 | 2026-03-21T03:43:21.320Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-21T03:43:21.320Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-03-21T03:43:21.320Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-03-21T03:43:21.320Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-03-21T03:43:21.320Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-03-21T03:43:21.336Z | info: profile set to default |
| 45 | 2026-03-21T03:43:21.336Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-03-21T03:43:21.339Z | info: syncing channel updates for 1.93.1-x86_64-unknown-illumos |
| 47 | 2026-03-21T03:43:21.497Z | info: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11) |
| 48 | 2026-03-21T03:43:21.501Z | info: downloading 6 components |
| 49 | 2026-03-21T03:43:38.065Z | info: default toolchain set to 1.93.1-x86_64-unknown-illumos |
| 50 | 2026-03-21T03:43:38.065Z | |
| 51 | 2026-03-21T03:43:38.094Z | 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11) |
| 52 | 2026-03-21T03:43:38.094Z | |
| 53 | 2026-03-21T03:43:38.110Z | |
| 54 | 2026-03-21T03:43:38.111Z | Rust is installed now. Great! |
| 55 | 2026-03-21T03:43:38.111Z | |
| 56 | 2026-03-21T03:43:38.111Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-03-21T03:43:38.111Z | environment variable. This has not been done automatically. |
| 58 | 2026-03-21T03:43:38.111Z | |
| 59 | 2026-03-21T03:43:38.111Z | To configure your current shell, you need to source |
| 60 | 2026-03-21T03:43:38.111Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-03-21T03:43:38.112Z | |
| 62 | 2026-03-21T03:43:38.112Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-03-21T03:43:38.113Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-03-21T03:43:38.113Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-03-21T03:43:38.113Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-03-21T03:43:38.113Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-03-21T03:43:38.113Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-03-21T03:43:38.113Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-03-21T03:43:38.113Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-03-21T03:43:38.113Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-03-21T03:43:38.200Z | + rustup --version |
| 72 | 2026-03-21T03:43:38.215Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-03-21T03:43:38.230Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-03-21T03:43:38.239Z | info: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)` |
| 75 | 2026-03-21T03:43:38.239Z | + cargo --version |
| 76 | 2026-03-21T03:43:38.256Z | cargo 1.93.1 (083ac5135 2025-12-15) |
| 77 | 2026-03-21T03:43:38.416Z | + rustc --version |
| 78 | 2026-03-21T03:43:38.475Z | rustc 1.93.1 (01f6ddf75 2026-02-11) |
| 79 | 2026-03-21T03:43:38.475Z | process exited: duration 18864 ms, exit code 0 |
| |
| 80 | 2026-03-21T03:43:38.503Z | starting task 2: "authentication" |
| 81 | 2026-03-21T03:43:38.588Z | process exited: duration 24 ms, exit code 0 |
| |
| 82 | 2026-03-21T03:43:38.655Z | starting task 3: "clone repository" |
| 83 | 2026-03-21T03:43:38.696Z | + mkdir -p /work/oxidecomputer/opte |
| 84 | 2026-03-21T03:43:38.696Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 85 | 2026-03-21T03:43:38.723Z | Cloning into '/work/oxidecomputer/opte'... |
| 86 | 2026-03-21T03:43:39.466Z | + cd /work/oxidecomputer/opte |
| 87 | 2026-03-21T03:43:39.467Z | + git fetch origin d66750995f77d2d6157a8e6d69e685a508be9634 |
| 88 | 2026-03-21T03:43:39.733Z | From https://github.com/oxidecomputer/opte |
| 89 | 2026-03-21T03:43:39.733Z | * branch d66750995f77d2d6157a8e6d69e685a508be9634 -> FETCH_HEAD |
| 90 | 2026-03-21T03:43:39.744Z | + [[ -n renovate/smoltcp-0.x ]] |
| 91 | 2026-03-21T03:43:39.749Z | ++ git branch --show-current |
| 92 | 2026-03-21T03:43:39.749Z | + current=master |
| 93 | 2026-03-21T03:43:39.749Z | + [[ master != renovate/smoltcp-0.x ]] |
| 94 | 2026-03-21T03:43:39.749Z | + git branch -f renovate/smoltcp-0.x d66750995f77d2d6157a8e6d69e685a508be9634 |
| 95 | 2026-03-21T03:43:39.749Z | + git checkout -f renovate/smoltcp-0.x |
| 96 | 2026-03-21T03:43:39.771Z | Switched to branch 'renovate/smoltcp-0.x' |
| 97 | 2026-03-21T03:43:39.775Z | + git reset --hard d66750995f77d2d6157a8e6d69e685a508be9634 |
| 98 | 2026-03-21T03:43:39.797Z | HEAD is now at d667509 Update Rust crate smoltcp to 0.13 |
| 99 | 2026-03-21T03:43:39.800Z | process exited: duration 1174 ms, exit code 0 |
| |
| 100 | 2026-03-21T03:43:39.805Z | starting task 4: "build" |
| 101 | 2026-03-21T03:43:39.810Z | + source .github/buildomat/common.sh |
| 102 | 2026-03-21T03:43:39.813Z | ++ rustup show active-toolchain |
| 103 | 2026-03-21T03:43:39.822Z | 1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 104 | 2026-03-21T03:43:39.825Z | ++ pushd xde |
| 105 | 2026-03-21T03:43:39.825Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 106 | 2026-03-21T03:43:39.825Z | ++ rustup show active-toolchain |
| 107 | 2026-03-21T03:43:39.828Z | info: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos |
| 108 | 2026-03-21T03:43:40.177Z | info: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23) |
| 109 | 2026-03-21T03:43:40.196Z | info: downloading 6 components |
| 110 | 2026-03-21T03:43:58.212Z | nightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 111 | 2026-03-21T03:43:58.421Z | +++ rustup show active-toolchain -v |
| 112 | 2026-03-21T03:43:58.439Z | +++ head -n 1 |
| 113 | 2026-03-21T03:43:58.439Z | +++ cut '-d ' -f1 |
| 114 | 2026-03-21T03:43:58.439Z | ++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos |
| 115 | 2026-03-21T03:43:58.439Z | ++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos |
| 116 | 2026-03-21T03:43:58.439Z | ++ popd |
| 117 | 2026-03-21T03:43:58.439Z | /work/oxidecomputer/opte |
| 118 | 2026-03-21T03:43:58.439Z | + cargo --version |
| 119 | 2026-03-21T03:43:58.439Z | cargo 1.93.1 (083ac5135 2025-12-15) |
| 120 | 2026-03-21T03:43:58.439Z | + rustc --version |
| 121 | 2026-03-21T03:43:58.439Z | rustc 1.93.1 (01f6ddf75 2026-02-11) |
| 122 | 2026-03-21T03:43:58.439Z | + cd lib/opte-ioctl |
| 123 | 2026-03-21T03:43:58.439Z | + header 'check style' |
| 124 | 2026-03-21T03:43:58.439Z | + echo '# ==== check style ==== #' |
| 125 | 2026-03-21T03:43:58.439Z | # ==== check style ==== # |
| 126 | 2026-03-21T03:43:58.439Z | + ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check |
| 127 | 2026-03-21T03:43:58.504Z | |
| 128 | 2026-03-21T03:43:58.504Z | real 0.090041599 |
| 129 | 2026-03-21T03:43:58.504Z | user 0.050117149 |
| 130 | 2026-03-21T03:43:58.528Z | sys 0.036895555 |
| 131 | 2026-03-21T03:43:58.528Z | trap 0.000003450 |
| 132 | 2026-03-21T03:43:58.528Z | tflt 0.000028080 |
| 133 | 2026-03-21T03:43:58.528Z | dflt 0.000012240 |
| 134 | 2026-03-21T03:43:58.528Z | kflt 0.000000000 |
| 135 | 2026-03-21T03:43:58.528Z | lock 0.060673732 |
| 136 | 2026-03-21T03:43:58.528Z | slp 0.067034272 |
| 137 | 2026-03-21T03:43:58.529Z | lat 0.000239038 |
| 138 | 2026-03-21T03:43:58.529Z | stop 0.000115147 |
| 139 | 2026-03-21T03:43:58.529Z | + header analyze |
| 140 | 2026-03-21T03:43:58.529Z | + echo '# ==== analyze ==== #' |
| 141 | 2026-03-21T03:43:58.529Z | # ==== analyze ==== # |
| 142 | 2026-03-21T03:43:58.529Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 143 | 2026-03-21T03:43:58.709Z | Updating crates.io index |
| 144 | 2026-03-21T03:43:58.763Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 145 | 2026-03-21T03:43:59.815Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 146 | 2026-03-21T03:44:00.079Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 147 | 2026-03-21T03:44:00.456Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 148 | 2026-03-21T03:44:00.933Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 149 | 2026-03-21T03:44:01.158Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 150 | 2026-03-21T03:44:01.443Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 151 | 2026-03-21T03:44:03.941Z | Downloading crates ... |
| 152 | 2026-03-21T03:44:04.004Z | Downloaded bitflags v2.11.0 |
| 153 | 2026-03-21T03:44:04.012Z | Downloaded hash32 v0.3.1 |
| 154 | 2026-03-21T03:44:04.016Z | Downloaded unicode-ident v1.0.24 |
| 155 | 2026-03-21T03:44:04.032Z | Downloaded syn v1.0.109 |
| 156 | 2026-03-21T03:44:04.068Z | Downloaded regex-automata v0.4.14 |
| 157 | 2026-03-21T03:44:04.080Z | Downloaded strsim v0.11.1 |
| 158 | 2026-03-21T03:44:04.083Z | Downloaded proc-macro2 v1.0.106 |
| 159 | 2026-03-21T03:44:04.083Z | Downloaded pretty-hex v0.4.1 |
| 160 | 2026-03-21T03:44:04.083Z | Downloaded tracing-attributes v0.1.31 |
| 161 | 2026-03-21T03:44:04.086Z | Downloaded oxnet v0.1.4 |
| 162 | 2026-03-21T03:44:04.086Z | Downloaded rand_core v0.10.0 |
| 163 | 2026-03-21T03:44:04.088Z | Downloaded byteorder v1.5.0 |
| 164 | 2026-03-21T03:44:04.089Z | Downloaded foreign-types-macros v0.2.3 |
| 165 | 2026-03-21T03:44:04.089Z | Downloaded ident_case v1.0.1 |
| 166 | 2026-03-21T03:44:04.089Z | Downloaded embedded-io v0.6.1 |
| 167 | 2026-03-21T03:44:04.091Z | Downloaded defmt v1.0.1 |
| 168 | 2026-03-21T03:44:04.095Z | Downloaded cpufeatures v0.3.0 |
| 169 | 2026-03-21T03:44:04.095Z | Downloaded colored v3.1.1 |
| 170 | 2026-03-21T03:44:04.098Z | Downloaded anyhow v1.0.102 |
| 171 | 2026-03-21T03:44:04.100Z | Downloaded defmt-parser v1.0.0 |
| 172 | 2026-03-21T03:44:04.100Z | Downloaded getrandom v0.4.2 |
| 173 | 2026-03-21T03:44:04.103Z | Downloaded cfg-if v1.0.4 |
| 174 | 2026-03-21T03:44:04.107Z | Downloaded macaddr v1.0.1 |
| 175 | 2026-03-21T03:44:04.113Z | Downloaded defmt v0.3.100 |
| 176 | 2026-03-21T03:44:04.182Z | Downloaded cstr-argument v0.1.2 |
| 177 | 2026-03-21T03:44:04.182Z | Downloaded darling_macro v0.21.3 |
| 178 | 2026-03-21T03:44:04.182Z | Downloaded postcard v1.1.3 |
| 179 | 2026-03-21T03:44:04.182Z | Downloaded version_check v0.9.5 |
| 180 | 2026-03-21T03:44:04.182Z | Downloaded ref-cast-impl v1.0.25 |
| 181 | 2026-03-21T03:44:04.182Z | Downloaded ingot v0.1.1 |
| 182 | 2026-03-21T03:44:04.182Z | Downloaded either v1.15.0 |
| 183 | 2026-03-21T03:44:04.182Z | Downloaded fnv v1.0.7 |
| 184 | 2026-03-21T03:44:04.182Z | Downloaded embedded-io v0.4.0 |
| 185 | 2026-03-21T03:44:04.182Z | Downloaded foreign-types-shared v0.3.1 |
| 186 | 2026-03-21T03:44:04.182Z | Downloaded equivalent v1.0.2 |
| 187 | 2026-03-21T03:44:04.182Z | Downloaded bitflags v1.3.2 |
| 188 | 2026-03-21T03:44:04.182Z | Downloaded defmt-macros v1.0.1 |
| 189 | 2026-03-21T03:44:04.182Z | Downloaded proc-macro-crate v3.5.0 |
| 190 | 2026-03-21T03:44:04.182Z | Downloaded foreign-types v0.5.0 |
| 191 | 2026-03-21T03:44:04.182Z | Downloaded thiserror v2.0.18 |
| 192 | 2026-03-21T03:44:04.182Z | Downloaded num_enum_derive v0.7.5 |
| 193 | 2026-03-21T03:44:04.182Z | Downloaded stable_deref_trait v1.2.1 |
| 194 | 2026-03-21T03:44:04.182Z | Downloaded ref-cast v1.0.25 |
| 195 | 2026-03-21T03:44:04.182Z | Downloaded managed v0.8.0 |
| 196 | 2026-03-21T03:44:04.182Z | Downloaded cobs v0.3.0 |
| 197 | 2026-03-21T03:44:04.182Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 198 | 2026-03-21T03:44:04.182Z | Downloaded rustversion v1.0.22 |
| 199 | 2026-03-21T03:44:04.204Z | Downloaded thiserror-impl v2.0.18 |
| 200 | 2026-03-21T03:44:04.204Z | Downloaded ingot-types v0.1.2 |
| 201 | 2026-03-21T03:44:04.204Z | Downloaded socket2 v0.6.3 |
| 202 | 2026-03-21T03:44:04.210Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 203 | 2026-03-21T03:44:04.210Z | Downloaded proc-macro-error2 v2.0.1 |
| 204 | 2026-03-21T03:44:04.210Z | Downloaded quote v1.0.45 |
| 205 | 2026-03-21T03:44:04.210Z | Downloaded darling v0.21.3 |
| 206 | 2026-03-21T03:44:04.211Z | Downloaded pin-project-lite v0.2.17 |
| 207 | 2026-03-21T03:44:04.211Z | Downloaded num_enum v0.7.5 |
| 208 | 2026-03-21T03:44:04.214Z | Downloaded serde_core v1.0.228 |
| 209 | 2026-03-21T03:44:04.214Z | Downloaded chacha20 v0.10.0 |
| 210 | 2026-03-21T03:44:04.229Z | Downloaded tracing-core v0.1.36 |
| 211 | 2026-03-21T03:44:04.234Z | Downloaded serde v1.0.228 |
| 212 | 2026-03-21T03:44:04.246Z | Downloaded ingot-macros v0.1.1 |
| 213 | 2026-03-21T03:44:04.265Z | Downloaded toml_edit v0.25.4+spec-1.1.0 |
| 214 | 2026-03-21T03:44:04.268Z | Downloaded serde_derive v1.0.228 |
| 215 | 2026-03-21T03:44:04.270Z | Downloaded zerocopy-derive v0.8.42 |
| 216 | 2026-03-21T03:44:04.276Z | Downloaded uuid v1.22.0 |
| 217 | 2026-03-21T03:44:04.282Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 218 | 2026-03-21T03:44:04.287Z | Downloaded heapless v0.9.2 |
| 219 | 2026-03-21T03:44:04.287Z | Downloaded darling_core v0.21.3 |
| 220 | 2026-03-21T03:44:04.409Z | Downloaded hashbrown v0.16.1 |
| 221 | 2026-03-21T03:44:04.442Z | Downloaded dyn-clone v1.0.20 |
| 222 | 2026-03-21T03:44:04.442Z | Downloaded rand v0.10.0 |
| 223 | 2026-03-21T03:44:04.442Z | Downloaded indexmap v2.13.0 |
| 224 | 2026-03-21T03:44:04.442Z | Downloaded memchr v2.8.0 |
| 225 | 2026-03-21T03:44:04.442Z | Downloaded once_cell v1.21.3 |
| 226 | 2026-03-21T03:44:04.442Z | Downloaded aho-corasick v1.1.4 |
| 227 | 2026-03-21T03:44:04.442Z | Downloaded itertools v0.14.0 |
| 228 | 2026-03-21T03:44:04.442Z | Downloaded winnow v0.7.15 |
| 229 | 2026-03-21T03:44:04.442Z | Downloaded regex v1.12.3 |
| 230 | 2026-03-21T03:44:04.442Z | Downloaded zerocopy v0.8.42 |
| 231 | 2026-03-21T03:44:04.470Z | Downloaded syn v2.0.117 |
| 232 | 2026-03-21T03:44:04.470Z | Downloaded smoltcp v0.13.0 |
| 233 | 2026-03-21T03:44:04.470Z | Downloaded regex-syntax v0.8.10 |
| 234 | 2026-03-21T03:44:04.479Z | Downloaded tracing v0.1.44 |
| 235 | 2026-03-21T03:44:04.479Z | Downloaded libc v0.2.183 |
| 236 | 2026-03-21T03:44:04.544Z | Compiling proc-macro2 v1.0.106 |
| 237 | 2026-03-21T03:44:04.544Z | Compiling unicode-ident v1.0.24 |
| 238 | 2026-03-21T03:44:04.553Z | Compiling quote v1.0.45 |
| 239 | 2026-03-21T03:44:04.553Z | Compiling serde_core v1.0.228 |
| 240 | 2026-03-21T03:44:04.553Z | Checking cfg-if v1.0.4 |
| 241 | 2026-03-21T03:44:04.553Z | Compiling fnv v1.0.7 |
| 242 | 2026-03-21T03:44:04.553Z | Compiling memchr v2.8.0 |
| 243 | 2026-03-21T03:44:04.553Z | Compiling ident_case v1.0.1 |
| 244 | 2026-03-21T03:44:04.690Z | Compiling thiserror v2.0.18 |
| 245 | 2026-03-21T03:44:04.760Z | Compiling strsim v0.11.1 |
| 246 | 2026-03-21T03:44:04.783Z | Compiling libc v0.2.183 |
| 247 | 2026-03-21T03:44:04.787Z | Compiling regex-syntax v0.8.10 |
| 248 | 2026-03-21T03:44:05.123Z | Compiling winnow v0.7.15 |
| 249 | 2026-03-21T03:44:05.153Z | Compiling hashbrown v0.16.1 |
| 250 | 2026-03-21T03:44:05.271Z | Compiling aho-corasick v1.1.4 |
| 251 | 2026-03-21T03:44:05.414Z | Compiling zerocopy v0.8.42 |
| 252 | 2026-03-21T03:44:05.446Z | Compiling either v1.15.0 |
| 253 | 2026-03-21T03:44:05.697Z | Compiling serde v1.0.228 |
| 254 | 2026-03-21T03:44:05.853Z | Compiling equivalent v1.0.2 |
| 255 | 2026-03-21T03:44:05.934Z | Compiling indexmap v2.13.0 |
| 256 | 2026-03-21T03:44:06.133Z | Compiling itertools v0.14.0 |
| 257 | 2026-03-21T03:44:06.261Z | Compiling syn v2.0.117 |
| 258 | 2026-03-21T03:44:06.751Z | Checking byteorder v1.5.0 |
| 259 | 2026-03-21T03:44:06.764Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 260 | 2026-03-21T03:44:06.866Z | Compiling regex-automata v0.4.14 |
| 261 | 2026-03-21T03:44:07.021Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 262 | 2026-03-21T03:44:07.055Z | Compiling heapless v0.9.2 |
| 263 | 2026-03-21T03:44:07.188Z | Checking bitflags v2.11.0 |
| 264 | 2026-03-21T03:44:07.263Z | Checking hash32 v0.3.1 |
| 265 | 2026-03-21T03:44:07.346Z | Checking macaddr v1.0.1 |
| 266 | 2026-03-21T03:44:07.390Z | Compiling smoltcp v0.13.0 |
| 267 | 2026-03-21T03:44:07.517Z | Compiling toml_edit v0.25.4+spec-1.1.0 |
| 268 | 2026-03-21T03:44:07.629Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 269 | 2026-03-21T03:44:07.691Z | Checking stable_deref_trait v1.2.1 |
| 270 | 2026-03-21T03:44:07.750Z | Compiling rustversion v1.0.22 |
| 271 | 2026-03-21T03:44:07.760Z | Compiling syn v1.0.109 |
| 272 | 2026-03-21T03:44:07.925Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 273 | 2026-03-21T03:44:07.952Z | Checking rand_core v0.10.0 |
| 274 | 2026-03-21T03:44:08.073Z | Compiling ref-cast v1.0.25 |
| 275 | 2026-03-21T03:44:08.094Z | Compiling getrandom v0.4.2 |
| 276 | 2026-03-21T03:44:08.207Z | Checking bitflags v1.3.2 |
| 277 | 2026-03-21T03:44:08.231Z | Compiling proc-macro-crate v3.5.0 |
| 278 | 2026-03-21T03:44:08.265Z | Compiling version_check v0.9.5 |
| 279 | 2026-03-21T03:44:08.417Z | Checking managed v0.8.0 |
| 280 | 2026-03-21T03:44:08.623Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 281 | 2026-03-21T03:44:08.800Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 282 | 2026-03-21T03:44:08.932Z | Checking foreign-types-shared v0.3.1 |
| 283 | 2026-03-21T03:44:09.068Z | Checking once_cell v1.21.3 |
| 284 | 2026-03-21T03:44:09.139Z | Compiling regex v1.12.3 |
| 285 | 2026-03-21T03:44:09.185Z | Checking cpufeatures v0.3.0 |
| 286 | 2026-03-21T03:44:09.229Z | Compiling anyhow v1.0.102 |
| 287 | 2026-03-21T03:44:09.256Z | Checking chacha20 v0.10.0 |
| 288 | 2026-03-21T03:44:09.281Z | Checking cstr-argument v0.1.2 |
| 289 | 2026-03-21T03:44:09.417Z | Checking tracing-core v0.1.36 |
| 290 | 2026-03-21T03:44:09.829Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747) |
| 291 | 2026-03-21T03:44:10.252Z | Checking pin-project-lite v0.2.17 |
| 292 | 2026-03-21T03:44:10.258Z | Compiling darling_core v0.21.3 |
| 293 | 2026-03-21T03:44:10.258Z | Checking pretty-hex v0.4.1 |
| 294 | 2026-03-21T03:44:10.258Z | Checking dyn-clone v1.0.20 |
| 295 | 2026-03-21T03:44:10.258Z | Checking rand v0.10.0 |
| 296 | 2026-03-21T03:44:10.258Z | Checking uuid v1.22.0 |
| 297 | 2026-03-21T03:44:10.277Z | Checking socket2 v0.6.3 |
| 298 | 2026-03-21T03:44:10.403Z | Checking oxnet v0.1.4 |
| 299 | 2026-03-21T03:44:10.535Z | Checking colored v3.1.1 |
| 300 | 2026-03-21T03:44:11.075Z | Compiling thiserror-impl v2.0.18 |
| 301 | 2026-03-21T03:44:11.075Z | Compiling zerocopy-derive v0.8.42 |
| 302 | 2026-03-21T03:44:11.075Z | Compiling serde_derive v1.0.228 |
| 303 | 2026-03-21T03:44:11.079Z | Compiling num_enum_derive v0.7.5 |
| 304 | 2026-03-21T03:44:11.079Z | Compiling foreign-types-macros v0.2.3 |
| 305 | 2026-03-21T03:44:11.888Z | Compiling ref-cast-impl v1.0.25 |
| 306 | 2026-03-21T03:44:12.036Z | Checking foreign-types v0.5.0 |
| 307 | 2026-03-21T03:44:12.129Z | Compiling tracing-attributes v0.1.31 |
| 308 | 2026-03-21T03:44:12.370Z | Checking num_enum v0.7.5 |
| 309 | 2026-03-21T03:44:12.552Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 310 | 2026-03-21T03:44:12.730Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 311 | 2026-03-21T03:44:12.790Z | Checking cobs v0.3.0 |
| 312 | 2026-03-21T03:44:12.880Z | Compiling darling_macro v0.21.3 |
| 313 | 2026-03-21T03:44:12.937Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 314 | 2026-03-21T03:44:13.303Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 315 | 2026-03-21T03:44:13.599Z | Compiling darling v0.21.3 |
| 316 | 2026-03-21T03:44:13.842Z | Compiling ingot-macros v0.1.1 |
| 317 | 2026-03-21T03:44:13.888Z | Checking tracing v0.1.44 |
| 318 | 2026-03-21T03:44:13.927Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 319 | 2026-03-21T03:44:14.548Z | Checking postcard v1.1.3 |
| 320 | 2026-03-21T03:44:16.639Z | Checking ingot-types v0.1.2 |
| 321 | 2026-03-21T03:44:17.014Z | Checking ingot v0.1.1 |
| 322 | 2026-03-21T03:44:18.920Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 323 | 2026-03-21T03:44:19.114Z | error[E0423]: expected function, tuple struct or tuple variant, found struct `smoltcp::wire::Ipv6Address` |
| 324 | 2026-03-21T03:44:19.114Z | --> crates/opte-api/src/ip.rs:792:20 |
| 325 | 2026-03-21T03:44:19.114Z | | |
| 326 | 2026-03-21T03:44:19.114Z | 792 | let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 327 | 2026-03-21T03:44:19.114Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 328 | 2026-03-21T03:44:19.114Z | | |
| 329 | 2026-03-21T03:44:19.114Z | --> /rustc/01f6ddf7588f42ae2d7eb0a2f21d44e8e96674cf/library/core/src/net/ip_addr.rs:166:1 |
| 330 | 2026-03-21T03:44:19.114Z | | |
| 331 | 2026-03-21T03:44:19.114Z | = note: `smoltcp::wire::Ipv6Address` defined here |
| 332 | 2026-03-21T03:44:19.114Z | help: you might have meant to use an associated function to build this type |
| 333 | 2026-03-21T03:44:19.114Z | | |
| 334 | 2026-03-21T03:44:19.114Z | 792 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 335 | 2026-03-21T03:44:19.114Z | 792 + let sip6 = smoltcp::wire::Ipv6Address::new(_, _, _, _, _, _, _, _); |
| 336 | 2026-03-21T03:44:19.115Z | | |
| 337 | 2026-03-21T03:44:19.115Z | 792 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 338 | 2026-03-21T03:44:19.115Z | 792 + let sip6 = smoltcp::wire::Ipv6Address::from_bits(_); |
| 339 | 2026-03-21T03:44:19.115Z | | |
| 340 | 2026-03-21T03:44:19.115Z | 792 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 341 | 2026-03-21T03:44:19.115Z | 792 + let sip6 = smoltcp::wire::Ipv6Address::from_segments(_); |
| 342 | 2026-03-21T03:44:19.115Z | | |
| 343 | 2026-03-21T03:44:19.115Z | 792 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 344 | 2026-03-21T03:44:19.115Z | 792 + let sip6 = smoltcp::wire::Ipv6Address::from_octets(_); |
| 345 | 2026-03-21T03:44:19.115Z | | |
| 346 | 2026-03-21T03:44:19.115Z | |
| 347 | 2026-03-21T03:44:19.286Z | error[E0119]: conflicting implementations of trait `core::convert::From<core::net::Ipv4Addr>` for type `ip::Ipv4Addr` |
| 348 | 2026-03-21T03:44:19.287Z | --> crates/opte-api/src/ip.rs:507:1 |
| 349 | 2026-03-21T03:44:19.287Z | | |
| 350 | 2026-03-21T03:44:19.287Z | 495 | impl From<core::net::Ipv4Addr> for Ipv4Addr { |
| 351 | 2026-03-21T03:44:19.287Z | | ------------------------------------------- first implementation here |
| 352 | 2026-03-21T03:44:19.287Z | ... |
| 353 | 2026-03-21T03:44:19.287Z | 507 | impl From<smoltcp::wire::Ipv4Address> for Ipv4Addr { |
| 354 | 2026-03-21T03:44:19.287Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv4Addr` |
| 355 | 2026-03-21T03:44:19.287Z | |
| 356 | 2026-03-21T03:44:19.287Z | error[E0119]: conflicting implementations of trait `core::convert::From<ip::Ipv4Addr>` for type `core::net::Ipv4Addr` |
| 357 | 2026-03-21T03:44:19.287Z | --> crates/opte-api/src/ip.rs:514:1 |
| 358 | 2026-03-21T03:44:19.287Z | | |
| 359 | 2026-03-21T03:44:19.287Z | 501 | impl From<Ipv4Addr> for core::net::Ipv4Addr { |
| 360 | 2026-03-21T03:44:19.287Z | | ------------------------------------------- first implementation here |
| 361 | 2026-03-21T03:44:19.287Z | ... |
| 362 | 2026-03-21T03:44:19.287Z | 514 | impl From<Ipv4Addr> for smoltcp::wire::Ipv4Address { |
| 363 | 2026-03-21T03:44:19.287Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `core::net::Ipv4Addr` |
| 364 | 2026-03-21T03:44:19.287Z | |
| 365 | 2026-03-21T03:44:19.302Z | error[E0119]: conflicting implementations of trait `core::convert::From<core::net::Ipv6Addr>` for type `ip::Ipv6Addr` |
| 366 | 2026-03-21T03:44:19.302Z | --> crates/opte-api/src/ip.rs:809:1 |
| 367 | 2026-03-21T03:44:19.302Z | | |
| 368 | 2026-03-21T03:44:19.302Z | 797 | impl From<core::net::Ipv6Addr> for Ipv6Addr { |
| 369 | 2026-03-21T03:44:19.302Z | | ------------------------------------------- first implementation here |
| 370 | 2026-03-21T03:44:19.302Z | ... |
| 371 | 2026-03-21T03:44:19.302Z | 809 | impl From<smoltcp::wire::Ipv6Address> for Ipv6Addr { |
| 372 | 2026-03-21T03:44:19.302Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv6Addr` |
| 373 | 2026-03-21T03:44:19.302Z | |
| 374 | 2026-03-21T03:44:19.302Z | error[E0119]: conflicting implementations of trait `core::convert::From<ip::Ipv6Addr>` for type `core::net::Ipv6Addr` |
| 375 | 2026-03-21T03:44:19.302Z | --> crates/opte-api/src/ip.rs:818:1 |
| 376 | 2026-03-21T03:44:19.302Z | | |
| 377 | 2026-03-21T03:44:19.302Z | 803 | impl From<Ipv6Addr> for core::net::Ipv6Addr { |
| 378 | 2026-03-21T03:44:19.302Z | | ------------------------------------------- first implementation here |
| 379 | 2026-03-21T03:44:19.302Z | ... |
| 380 | 2026-03-21T03:44:19.302Z | 818 | impl From<Ipv6Addr> for smoltcp::wire::Ipv6Address { |
| 381 | 2026-03-21T03:44:19.302Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `core::net::Ipv6Addr` |
| 382 | 2026-03-21T03:44:19.302Z | |
| 383 | 2026-03-21T03:44:19.510Z | error[E0599]: no method named `as_bytes` found for struct `core::net::Ipv4Addr` in the current scope |
| 384 | 2026-03-21T03:44:19.510Z | --> crates/opte-api/src/ip.rs:509:29 |
| 385 | 2026-03-21T03:44:19.510Z | | |
| 386 | 2026-03-21T03:44:19.510Z | 509 | let bytes = smolip4.as_bytes(); |
| 387 | 2026-03-21T03:44:19.510Z | | ^^^^^^^^ method not found in `core::net::Ipv4Addr` |
| 388 | 2026-03-21T03:44:19.510Z | |
| 389 | 2026-03-21T03:44:19.523Z | error[E0599]: no function or associated item named `from_bytes` found for struct `core::net::Ipv4Addr` in the current scope |
| 390 | 2026-03-21T03:44:19.523Z | --> crates/opte-api/src/ip.rs:516:15 |
| 391 | 2026-03-21T03:44:19.523Z | | |
| 392 | 2026-03-21T03:44:19.523Z | 516 | Self::from_bytes(&ip) |
| 393 | 2026-03-21T03:44:19.523Z | | ^^^^^^^^^^ function or associated item not found in `core::net::Ipv4Addr` |
| 394 | 2026-03-21T03:44:19.523Z | | |
| 395 | 2026-03-21T03:44:19.523Z | note: if you're trying to build a new `core::net::Ipv4Addr` consider using one of the following associated functions: |
| 396 | 2026-03-21T03:44:19.523Z | core::net::Ipv4Addr::new |
| 397 | 2026-03-21T03:44:19.523Z | core::net::Ipv4Addr::from_bits |
| 398 | 2026-03-21T03:44:19.523Z | core::net::Ipv4Addr::from_octets |
| 399 | 2026-03-21T03:44:19.523Z | core::net::parser::<impl core::net::Ipv4Addr>::parse_ascii |
| 400 | 2026-03-21T03:44:19.523Z | --> /rustc/01f6ddf7588f42ae2d7eb0a2f21d44e8e96674cf/library/core/src/net/ip_addr.rs:495:5 |
| 401 | 2026-03-21T03:44:19.523Z | --> /rustc/01f6ddf7588f42ae2d7eb0a2f21d44e8e96674cf/library/core/src/net/parser.rs:336:5 |
| 402 | 2026-03-21T03:44:19.523Z | help: there is an associated function `from_bits` with a similar name |
| 403 | 2026-03-21T03:44:19.524Z | | |
| 404 | 2026-03-21T03:44:19.524Z | 516 - Self::from_bytes(&ip) |
| 405 | 2026-03-21T03:44:19.531Z | 516 + Self::from_bits(&ip) |
| 406 | 2026-03-21T03:44:19.532Z | | |
| 407 | 2026-03-21T03:44:19.532Z | |
| 408 | 2026-03-21T03:44:19.539Z | error[E0599]: no method named `as_bytes` found for struct `core::net::Ipv6Addr` in the current scope |
| 409 | 2026-03-21T03:44:19.539Z | --> crates/opte-api/src/ip.rs:813:34 |
| 410 | 2026-03-21T03:44:19.539Z | | |
| 411 | 2026-03-21T03:44:19.539Z | 813 | let bytes: [u8; 16] = ip.as_bytes().try_into().unwrap(); |
| 412 | 2026-03-21T03:44:19.539Z | | ^^^^^^^^ method not found in `core::net::Ipv6Addr` |
| 413 | 2026-03-21T03:44:19.539Z | |
| 414 | 2026-03-21T03:44:19.546Z | error[E0599]: no function or associated item named `from_bytes` found for struct `core::net::Ipv6Addr` in the current scope |
| 415 | 2026-03-21T03:44:19.546Z | --> crates/opte-api/src/ip.rs:821:15 |
| 416 | 2026-03-21T03:44:19.546Z | | |
| 417 | 2026-03-21T03:44:19.546Z | 821 | Self::from_bytes(&ip) |
| 418 | 2026-03-21T03:44:19.546Z | | ^^^^^^^^^^ function or associated item not found in `core::net::Ipv6Addr` |
| 419 | 2026-03-21T03:44:19.546Z | | |
| 420 | 2026-03-21T03:44:19.546Z | note: if you're trying to build a new `core::net::Ipv6Addr` consider using one of the following associated functions: |
| 421 | 2026-03-21T03:44:19.546Z | core::net::Ipv6Addr::new |
| 422 | 2026-03-21T03:44:19.546Z | core::net::Ipv6Addr::from_bits |
| 423 | 2026-03-21T03:44:19.546Z | core::net::Ipv6Addr::from_segments |
| 424 | 2026-03-21T03:44:19.546Z | core::net::Ipv6Addr::from_octets |
| 425 | 2026-03-21T03:44:19.546Z | core::net::parser::<impl core::net::Ipv6Addr>::parse_ascii |
| 426 | 2026-03-21T03:44:19.546Z | --> /rustc/01f6ddf7588f42ae2d7eb0a2f21d44e8e96674cf/library/core/src/net/ip_addr.rs:1297:5 |
| 427 | 2026-03-21T03:44:19.546Z | --> /rustc/01f6ddf7588f42ae2d7eb0a2f21d44e8e96674cf/library/core/src/net/parser.rs:367:5 |
| 428 | 2026-03-21T03:44:19.546Z | help: there is an associated function `from_bits` with a similar name |
| 429 | 2026-03-21T03:44:19.546Z | | |
| 430 | 2026-03-21T03:44:19.546Z | 821 - Self::from_bytes(&ip) |
| 431 | 2026-03-21T03:44:19.546Z | 821 + Self::from_bits(&ip) |
| 432 | 2026-03-21T03:44:19.547Z | | |
| 433 | 2026-03-21T03:44:19.547Z | |
| 434 | 2026-03-21T03:44:20.055Z | Some errors have detailed explanations: E0119, E0423, E0599. |
| 435 | 2026-03-21T03:44:20.055Z | For more information about an error, try `rustc --explain E0119`. |
| 436 | 2026-03-21T03:44:20.088Z | error: could not compile `opte-api` (lib) due to 9 previous errors |
| 437 | 2026-03-21T03:44:20.220Z | |
| 438 | 2026-03-21T03:44:20.227Z | real 21.728471039 |
| 439 | 2026-03-21T03:44:20.227Z | user 1:06.906939081 |
| 440 | 2026-03-21T03:44:20.227Z | sys 13.393132393 |
| 441 | 2026-03-21T03:44:20.227Z | trap 0.040787412 |
| 442 | 2026-03-21T03:44:20.227Z | tflt 0.069179624 |
| 443 | 2026-03-21T03:44:20.227Z | dflt 0.129788209 |
| 444 | 2026-03-21T03:44:20.227Z | kflt 0.001488713 |
| 445 | 2026-03-21T03:44:20.227Z | lock 3:43.556593780 |
| 446 | 2026-03-21T03:44:20.227Z | slp 3:32.251670264 |
| 447 | 2026-03-21T03:44:20.227Z | lat 4.643265017 |
| 448 | 2026-03-21T03:44:20.227Z | stop 12.223195679 |
| 449 | 2026-03-21T03:44:20.227Z | process exited: duration 40414 ms, exit code 101 |
| |
| 450 | 2026-03-21T03:44:20.237Z | found 0 output files |