|
|
|
| 1 | 2026-08-25T03:37:12.661Z | job assigned to worker 01M0VFV11Z3CZA6NSRC73RS4SP [factory aws, i-029162ff79d012ffc] (queued for 56 s) |
| |
| 2 | 2026-08-25T03:37:18.616Z | starting task 0: "setup" |
| 3 | 2026-08-25T03:37:18.632Z | ++ uname -s |
| 4 | 2026-08-25T03:37:18.632Z | + kern=SunOS |
| 5 | 2026-08-25T03:37:18.632Z | + build_user=build |
| 6 | 2026-08-25T03:37:18.632Z | + build_uid=12345 |
| 7 | 2026-08-25T03:37:18.632Z | + work_dir=/work |
| 8 | 2026-08-25T03:37:18.632Z | + input_dir=/input |
| 9 | 2026-08-25T03:37:18.632Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-25T03:37:18.632Z | + case "$kern" in |
| 11 | 2026-08-25T03:37:18.632Z | + groupadd -g 12345 build |
| 12 | 2026-08-25T03:37:18.633Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-25T03:37:20.639Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-25T03:37:20.766Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-25T03:37:20.777Z | + home_fs=zfs |
| 16 | 2026-08-25T03:37:20.777Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-25T03:37:20.777Z | + mkdir -p /home/build |
| 18 | 2026-08-25T03:37:20.777Z | + chown build:build /home/build /work |
| 19 | 2026-08-25T03:37:22.852Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-25T03:37:22.866Z | process exited: duration 4169 ms, exit code 0 |
| |
| 21 | 2026-08-25T03:37:22.924Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-25T03:37:22.944Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-25T03:37:22.944Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-25T03:37:22.944Z | * rust toolchain profile = "default" |
| 25 | 2026-08-25T03:37:22.944Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-25T03:37:22.944Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-25T03:37:22.944Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-25T03:37:22.944Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-25T03:37:22.944Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-25T03:37:23.015Z | info: downloading installer |
| 31 | 2026-08-25T03:37:24.360Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-25T03:37:24.360Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-25T03:37:24.360Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-25T03:37:24.360Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-25T03:37:24.374Z | info: profile set to default |
| 36 | 2026-08-25T03:37:24.374Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-25T03:37:24.375Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-25T03:37:24.514Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-25T03:37:24.525Z | info: downloading 6 components |
| 40 | 2026-08-25T03:37:38.928Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-25T03:37:38.928Z | |
| 42 | 2026-08-25T03:37:38.963Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-25T03:37:38.963Z | |
| 44 | 2026-08-25T03:37:38.963Z | |
| 45 | 2026-08-25T03:37:38.964Z | Rust is installed now. Great! |
| 46 | 2026-08-25T03:37:38.964Z | |
| 47 | 2026-08-25T03:37:38.964Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-25T03:37:38.964Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-25T03:37:38.964Z | |
| 50 | 2026-08-25T03:37:38.964Z | To configure your current shell, you need to source |
| 51 | 2026-08-25T03:37:38.964Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-25T03:37:38.964Z | |
| 53 | 2026-08-25T03:37:38.964Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-25T03:37:38.989Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-25T03:37:38.989Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-25T03:37:38.989Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-25T03:37:38.989Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-25T03:37:38.990Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-25T03:37:38.990Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-25T03:37:38.990Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-25T03:37:38.990Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-25T03:37:39.049Z | + rustup --version |
| 63 | 2026-08-25T03:37:39.087Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-25T03:37:39.088Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-25T03:37:39.247Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-25T03:37:39.247Z | + cargo --version |
| 67 | 2026-08-25T03:37:39.247Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-25T03:37:39.247Z | + rustc --version |
| 69 | 2026-08-25T03:37:39.247Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-25T03:37:39.247Z | process exited: duration 16211 ms, exit code 0 |
| |
| 71 | 2026-08-25T03:37:39.303Z | starting task 2: "authentication" |
| 72 | 2026-08-25T03:37:39.323Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
| 73 | 2026-08-25T03:38:01.596Z | process exited: duration 22311 ms, exit code 0 |
| |
| 74 | 2026-08-25T03:38:01.624Z | starting task 3: "clone repository" |
| 75 | 2026-08-25T03:38:01.629Z | + mkdir -p /work/oxidecomputer/opte |
| 76 | 2026-08-25T03:38:01.644Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 77 | 2026-08-25T03:38:01.666Z | Cloning into '/work/oxidecomputer/opte'... |
| 78 | 2026-08-25T03:38:02.685Z | + cd /work/oxidecomputer/opte |
| 79 | 2026-08-25T03:38:02.685Z | + git fetch origin 39fef36e9da51b993e1bd1695ee5276195085b45 |
| 80 | 2026-08-25T03:38:03.046Z | From https://github.com/oxidecomputer/opte |
| 81 | 2026-08-25T03:38:03.046Z | * branch 39fef36e9da51b993e1bd1695ee5276195085b45 -> FETCH_HEAD |
| 82 | 2026-08-25T03:38:03.055Z | + [[ -n renovate/smoltcp-0.x ]] |
| 83 | 2026-08-25T03:38:03.055Z | ++ git branch --show-current |
| 84 | 2026-08-25T03:38:03.055Z | + current=master |
| 85 | 2026-08-25T03:38:03.055Z | + [[ master != renovate/smoltcp-0.x ]] |
| 86 | 2026-08-25T03:38:03.055Z | + git branch -f renovate/smoltcp-0.x 39fef36e9da51b993e1bd1695ee5276195085b45 |
| 87 | 2026-08-25T03:38:03.056Z | + git checkout -f renovate/smoltcp-0.x |
| 88 | 2026-08-25T03:38:03.056Z | Switched to branch 'renovate/smoltcp-0.x' |
| 89 | 2026-08-25T03:38:03.056Z | + git reset --hard 39fef36e9da51b993e1bd1695ee5276195085b45 |
| 90 | 2026-08-25T03:38:03.056Z | HEAD is now at 39fef36 Update Rust crate smoltcp to 0.14 |
| 91 | 2026-08-25T03:38:03.056Z | process exited: duration 1419 ms, exit code 0 |
| |
| 92 | 2026-08-25T03:38:03.072Z | starting task 4: "build" |
| 93 | 2026-08-25T03:38:03.076Z | + source .github/buildomat/common.sh |
| 94 | 2026-08-25T03:38:03.076Z | ++ rustup show active-toolchain |
| 95 | 2026-08-25T03:38:03.080Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 96 | 2026-08-25T03:38:03.084Z | ++ pushd xde |
| 97 | 2026-08-25T03:38:03.084Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 98 | 2026-08-25T03:38:03.084Z | ++ rustup show active-toolchain |
| 99 | 2026-08-25T03:38:03.087Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 100 | 2026-08-25T03:38:03.250Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 101 | 2026-08-25T03:38:03.254Z | info: downloading 6 components |
| 102 | 2026-08-25T03:38:18.094Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 103 | 2026-08-25T03:38:18.181Z | +++ rustup show active-toolchain -v |
| 104 | 2026-08-25T03:38:18.186Z | +++ head -n 1 |
| 105 | 2026-08-25T03:38:18.186Z | +++ cut '-d ' -f1 |
| 106 | 2026-08-25T03:38:18.240Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 107 | 2026-08-25T03:38:18.240Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 108 | 2026-08-25T03:38:18.245Z | ++ popd |
| 109 | 2026-08-25T03:38:18.245Z | /work/oxidecomputer/opte |
| 110 | 2026-08-25T03:38:18.245Z | + cargo --version |
| 111 | 2026-08-25T03:38:18.252Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 112 | 2026-08-25T03:38:18.252Z | + rustc --version |
| 113 | 2026-08-25T03:38:18.269Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 114 | 2026-08-25T03:38:18.272Z | + cd lib/oxide-vpc |
| 115 | 2026-08-25T03:38:18.273Z | + header 'check style' |
| 116 | 2026-08-25T03:38:18.273Z | + echo '# ==== check style ==== #' |
| 117 | 2026-08-25T03:38:18.273Z | # ==== check style ==== # |
| 118 | 2026-08-25T03:38:18.273Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check |
| 119 | 2026-08-25T03:38:18.403Z | |
| 120 | 2026-08-25T03:38:18.403Z | real 0.129532480 |
| 121 | 2026-08-25T03:38:18.403Z | user 0.094949601 |
| 122 | 2026-08-25T03:38:18.403Z | sys 0.030546461 |
| 123 | 2026-08-25T03:38:18.403Z | trap 0.000023897 |
| 124 | 2026-08-25T03:38:18.403Z | tflt 0.000021525 |
| 125 | 2026-08-25T03:38:18.403Z | dflt 0.000002119 |
| 126 | 2026-08-25T03:38:18.403Z | kflt 0.000000000 |
| 127 | 2026-08-25T03:38:18.403Z | lock 0.031338345 |
| 128 | 2026-08-25T03:38:18.403Z | slp 0.109886567 |
| 129 | 2026-08-25T03:38:18.403Z | lat 0.000812391 |
| 130 | 2026-08-25T03:38:18.403Z | stop 0.000095431 |
| 131 | 2026-08-25T03:38:18.410Z | + header 'check docs' |
| 132 | 2026-08-25T03:38:18.410Z | + echo '# ==== check docs ==== #' |
| 133 | 2026-08-25T03:38:18.410Z | # ==== check docs ==== # |
| 134 | 2026-08-25T03:38:18.410Z | + RUSTDOCFLAGS='-D warnings' |
| 135 | 2026-08-25T03:38:18.410Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 136 | 2026-08-25T03:38:18.480Z | Updating crates.io index |
| 137 | 2026-08-25T03:38:18.492Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 138 | 2026-08-25T03:38:19.192Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 139 | 2026-08-25T03:38:19.772Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 140 | 2026-08-25T03:38:20.061Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 141 | 2026-08-25T03:38:20.423Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 142 | 2026-08-25T03:38:20.703Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 143 | 2026-08-25T03:38:21.050Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 144 | 2026-08-25T03:38:22.681Z | Downloading crates ... |
| 145 | 2026-08-25T03:38:22.702Z | Downloaded defmt v1.1.1 |
| 146 | 2026-08-25T03:38:22.702Z | Downloaded managed v0.8.0 |
| 147 | 2026-08-25T03:38:22.702Z | Downloaded darling_core v0.23.0 |
| 148 | 2026-08-25T03:38:22.702Z | Downloaded cobs v0.3.0 |
| 149 | 2026-08-25T03:38:22.702Z | Downloaded darling_macro v0.23.0 |
| 150 | 2026-08-25T03:38:22.732Z | Downloaded itoa v1.0.18 |
| 151 | 2026-08-25T03:38:22.732Z | Downloaded usdt-impl v0.6.0 |
| 152 | 2026-08-25T03:38:22.732Z | Downloaded crc32fast v1.5.0 |
| 153 | 2026-08-25T03:38:22.732Z | Downloaded heapless v0.9.3 |
| 154 | 2026-08-25T03:38:22.732Z | Downloaded tabwriter v1.4.1 |
| 155 | 2026-08-25T03:38:22.732Z | Downloaded bitflags v1.3.2 |
| 156 | 2026-08-25T03:38:22.732Z | Downloaded darling v0.23.0 |
| 157 | 2026-08-25T03:38:22.766Z | Downloaded pest_derive v2.8.7 |
| 158 | 2026-08-25T03:38:22.767Z | Downloaded cfg-if v1.0.4 |
| 159 | 2026-08-25T03:38:22.767Z | Downloaded ipnetwork v0.21.1 |
| 160 | 2026-08-25T03:38:22.767Z | Downloaded plain v0.2.3 |
| 161 | 2026-08-25T03:38:22.767Z | Downloaded ref-cast-impl v1.0.25 |
| 162 | 2026-08-25T03:38:22.767Z | Downloaded defmt-parser v1.0.0 |
| 163 | 2026-08-25T03:38:22.768Z | Downloaded ref-cast v1.0.25 |
| 164 | 2026-08-25T03:38:22.768Z | Downloaded either v1.16.0 |
| 165 | 2026-08-25T03:38:22.768Z | Downloaded dtrace-parser v0.3.0 |
| 166 | 2026-08-25T03:38:22.793Z | Downloaded dof v0.4.0 |
| 167 | 2026-08-25T03:38:22.793Z | Downloaded macaddr v1.0.1 |
| 168 | 2026-08-25T03:38:22.793Z | Downloaded pest_meta v2.8.7 |
| 169 | 2026-08-25T03:38:22.793Z | Downloaded usdt-attr-macro v0.6.0 |
| 170 | 2026-08-25T03:38:22.793Z | Downloaded dyn-clone v1.0.20 |
| 171 | 2026-08-25T03:38:22.793Z | Downloaded hash32 v0.3.1 |
| 172 | 2026-08-25T03:38:22.793Z | Downloaded pretty-hex v0.4.2 |
| 173 | 2026-08-25T03:38:22.793Z | Downloaded scroll_derive v0.13.1 |
| 174 | 2026-08-25T03:38:22.793Z | Downloaded version_check v0.9.5 |
| 175 | 2026-08-25T03:38:22.793Z | Downloaded strsim v0.11.1 |
| 176 | 2026-08-25T03:38:22.793Z | Downloaded usdt v0.6.0 |
| 177 | 2026-08-25T03:38:22.793Z | Downloaded embedded-io v0.6.1 |
| 178 | 2026-08-25T03:38:22.811Z | Downloaded ident_case v1.0.1 |
| 179 | 2026-08-25T03:38:22.811Z | Downloaded serde_tokenstream v0.2.3 |
| 180 | 2026-08-25T03:38:22.811Z | Downloaded ingot v0.2.0 |
| 181 | 2026-08-25T03:38:22.811Z | Downloaded stable_deref_trait v1.2.1 |
| 182 | 2026-08-25T03:38:22.820Z | Downloaded embedded-io v0.4.0 |
| 183 | 2026-08-25T03:38:22.820Z | Downloaded thread-id v5.1.0 |
| 184 | 2026-08-25T03:38:22.820Z | Downloaded usdt-macro v0.6.0 |
| 185 | 2026-08-25T03:38:22.820Z | Downloaded scroll v0.13.0 |
| 186 | 2026-08-25T03:38:22.820Z | Downloaded thiserror v2.0.18 |
| 187 | 2026-08-25T03:38:22.820Z | Downloaded thiserror-impl v2.0.18 |
| 188 | 2026-08-25T03:38:22.840Z | Downloaded zmij v1.0.22 |
| 189 | 2026-08-25T03:38:22.840Z | Downloaded byteorder v1.5.0 |
| 190 | 2026-08-25T03:38:22.854Z | Downloaded defmt-macros v1.1.1 |
| 191 | 2026-08-25T03:38:22.854Z | Downloaded ingot-macros v0.2.0 |
| 192 | 2026-08-25T03:38:22.876Z | Downloaded ingot-types v0.2.0 |
| 193 | 2026-08-25T03:38:22.876Z | Downloaded pest_generator v2.8.7 |
| 194 | 2026-08-25T03:38:22.893Z | Downloaded quote v1.0.46 |
| 195 | 2026-08-25T03:38:22.893Z | Downloaded postcard v1.1.3 |
| 196 | 2026-08-25T03:38:22.927Z | Downloaded bitflags v2.13.0 |
| 197 | 2026-08-25T03:38:22.927Z | Downloaded memmap2 v0.9.11 |
| 198 | 2026-08-25T03:38:22.927Z | Downloaded log v0.4.33 |
| 199 | 2026-08-25T03:38:22.927Z | Downloaded serde_derive v1.0.228 |
| 200 | 2026-08-25T03:38:22.927Z | Downloaded uuid v1.23.5 |
| 201 | 2026-08-25T03:38:22.927Z | Downloaded unicode-ident v1.0.24 |
| 202 | 2026-08-25T03:38:22.927Z | Downloaded itertools v0.15.0 |
| 203 | 2026-08-25T03:38:22.927Z | Downloaded memchr v2.8.3 |
| 204 | 2026-08-25T03:38:22.963Z | Downloaded ucd-trie v0.1.7 |
| 205 | 2026-08-25T03:38:22.963Z | Downloaded heapless v0.8.0 |
| 206 | 2026-08-25T03:38:22.963Z | Downloaded serde_core v1.0.228 |
| 207 | 2026-08-25T03:38:22.963Z | Downloaded proc-macro2 v1.0.106 |
| 208 | 2026-08-25T03:38:22.963Z | Downloaded zerocopy-derive v0.8.54 |
| 209 | 2026-08-25T03:38:22.981Z | Downloaded serde v1.0.228 |
| 210 | 2026-08-25T03:38:22.981Z | Downloaded pest v2.8.7 |
| 211 | 2026-08-25T03:38:23.013Z | Downloaded aho-corasick v1.1.4 |
| 212 | 2026-08-25T03:38:23.059Z | Downloaded serde_json v1.0.150 |
| 213 | 2026-08-25T03:38:23.059Z | Downloaded regex v1.13.0 |
| 214 | 2026-08-25T03:38:23.089Z | Downloaded goblin v0.10.7 |
| 215 | 2026-08-25T03:38:23.089Z | Downloaded unicode-width v0.2.2 |
| 216 | 2026-08-25T03:38:23.105Z | Downloaded zerocopy v0.8.54 |
| 217 | 2026-08-25T03:38:23.105Z | Downloaded regex-syntax v0.8.11 |
| 218 | 2026-08-25T03:38:23.123Z | Downloaded syn v2.0.118 |
| 219 | 2026-08-25T03:38:23.123Z | Downloaded smoltcp v0.14.0 |
| 220 | 2026-08-25T03:38:23.147Z | Downloaded regex-automata v0.4.15 |
| 221 | 2026-08-25T03:38:23.164Z | Downloaded libc v0.2.186 |
| 222 | 2026-08-25T03:38:23.210Z | Compiling proc-macro2 v1.0.106 |
| 223 | 2026-08-25T03:38:23.210Z | Compiling quote v1.0.46 |
| 224 | 2026-08-25T03:38:23.229Z | Compiling unicode-ident v1.0.24 |
| 225 | 2026-08-25T03:38:23.229Z | Documenting unicode-ident v1.0.24 |
| 226 | 2026-08-25T03:38:23.229Z | Compiling serde_core v1.0.228 |
| 227 | 2026-08-25T03:38:23.229Z | Compiling strsim v0.11.1 |
| 228 | 2026-08-25T03:38:23.229Z | Compiling ident_case v1.0.1 |
| 229 | 2026-08-25T03:38:23.365Z | Compiling memchr v2.8.3 |
| 230 | 2026-08-25T03:38:23.405Z | Compiling regex-syntax v0.8.11 |
| 231 | 2026-08-25T03:38:23.693Z | Compiling thiserror v2.0.18 |
| 232 | 2026-08-25T03:38:23.693Z | Compiling zerocopy v0.8.54 |
| 233 | 2026-08-25T03:38:23.693Z | Checking byteorder v1.5.0 |
| 234 | 2026-08-25T03:38:23.903Z | Documenting proc-macro2 v1.0.106 |
| 235 | 2026-08-25T03:38:23.923Z | Compiling aho-corasick v1.1.4 |
| 236 | 2026-08-25T03:38:23.942Z | Compiling serde v1.0.228 |
| 237 | 2026-08-25T03:38:24.317Z | Compiling either v1.16.0 |
| 238 | 2026-08-25T03:38:24.334Z | Compiling syn v2.0.118 |
| 239 | 2026-08-25T03:38:24.459Z | Compiling itertools v0.15.0 |
| 240 | 2026-08-25T03:38:24.479Z | Documenting quote v1.0.46 |
| 241 | 2026-08-25T03:38:24.965Z | Documenting syn v2.0.118 |
| 242 | 2026-08-25T03:38:25.071Z | Compiling regex-automata v0.4.15 |
| 243 | 2026-08-25T03:38:25.099Z | Checking hash32 v0.3.1 |
| 244 | 2026-08-25T03:38:25.169Z | Documenting ident_case v1.0.1 |
| 245 | 2026-08-25T03:38:25.299Z | Checking stable_deref_trait v1.2.1 |
| 246 | 2026-08-25T03:38:25.358Z | Compiling heapless v0.9.3 |
| 247 | 2026-08-25T03:38:25.365Z | Documenting strsim v0.11.1 |
| 248 | 2026-08-25T03:38:25.717Z | Checking bitflags v2.13.0 |
| 249 | 2026-08-25T03:38:25.850Z | Documenting serde_core v1.0.228 |
| 250 | 2026-08-25T03:38:25.882Z | Checking macaddr v1.0.1 |
| 251 | 2026-08-25T03:38:25.904Z | Documenting memchr v2.8.3 |
| 252 | 2026-08-25T03:38:26.031Z | Checking cfg-if v1.0.4 |
| 253 | 2026-08-25T03:38:26.071Z | Documenting regex-syntax v0.8.11 |
| 254 | 2026-08-25T03:38:26.252Z | Checking darling_core v0.23.0 |
| 255 | 2026-08-25T03:38:26.526Z | Documenting aho-corasick v1.1.4 |
| 256 | 2026-08-25T03:38:26.951Z | Compiling regex v1.13.0 |
| 257 | 2026-08-25T03:38:27.053Z | Documenting darling_core v0.23.0 |
| 258 | 2026-08-25T03:38:27.469Z | Compiling smoltcp v0.14.0 |
| 259 | 2026-08-25T03:38:27.532Z | Documenting regex-automata v0.4.15 |
| 260 | 2026-08-25T03:38:27.789Z | Checking managed v0.8.0 |
| 261 | 2026-08-25T03:38:27.813Z | Checking bitflags v1.3.2 |
| 262 | 2026-08-25T03:38:27.871Z | Compiling zerocopy-derive v0.8.54 |
| 263 | 2026-08-25T03:38:27.928Z | Compiling serde_derive v1.0.228 |
| 264 | 2026-08-25T03:38:27.987Z | Compiling thiserror-impl v2.0.18 |
| 265 | 2026-08-25T03:38:28.276Z | Documenting darling_macro v0.23.0 |
| 266 | 2026-08-25T03:38:28.984Z | Documenting regex v1.13.0 |
| 267 | 2026-08-25T03:38:29.099Z | Documenting thiserror-impl v2.0.18 |
| 268 | 2026-08-25T03:38:29.099Z | Documenting zerocopy-derive v0.8.54 |
| 269 | 2026-08-25T03:38:29.099Z | Documenting serde_derive v1.0.228 |
| 270 | 2026-08-25T03:38:29.122Z | Compiling darling_macro v0.23.0 |
| 271 | 2026-08-25T03:38:29.306Z | Checking cobs v0.3.0 |
| 272 | 2026-08-25T03:38:29.446Z | Compiling crc32fast v1.5.0 |
| 273 | 2026-08-25T03:38:29.633Z | Compiling darling v0.23.0 |
| 274 | 2026-08-25T03:38:29.711Z | Compiling ingot-macros v0.2.0 |
| 275 | 2026-08-25T03:38:29.799Z | Documenting darling v0.23.0 |
| 276 | 2026-08-25T03:38:29.837Z | Compiling ref-cast v1.0.25 |
| 277 | 2026-08-25T03:38:29.921Z | Documenting byteorder v1.5.0 |
| 278 | 2026-08-25T03:38:30.102Z | Documenting zerocopy v0.8.54 |
| 279 | 2026-08-25T03:38:30.275Z | Documenting thiserror v2.0.18 |
| 280 | 2026-08-25T03:38:30.493Z | Documenting hash32 v0.3.1 |
| 281 | 2026-08-25T03:38:30.855Z | Documenting ingot-macros v0.2.0 |
| 282 | 2026-08-25T03:38:30.991Z | Documenting serde v1.0.228 |
| 283 | 2026-08-25T03:38:31.034Z | Checking postcard v1.1.3 |
| 284 | 2026-08-25T03:38:31.047Z | Compiling ref-cast-impl v1.0.25 |
| 285 | 2026-08-25T03:38:31.282Z | Documenting bitflags v2.13.0 |
| 286 | 2026-08-25T03:38:31.580Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 287 | 2026-08-25T03:38:31.653Z | Documenting macaddr v1.0.1 |
| 288 | 2026-08-25T03:38:31.780Z | Checking ipnetwork v0.21.1 |
| 289 | 2026-08-25T03:38:31.922Z | Compiling heapless v0.8.0 |
| 290 | 2026-08-25T03:38:31.937Z | Checking unicode-width v0.2.2 |
| 291 | 2026-08-25T03:38:31.979Z | Documenting cfg-if v1.0.4 |
| 292 | 2026-08-25T03:38:32.088Z | Documenting stable_deref_trait v1.2.1 |
| 293 | 2026-08-25T03:38:32.217Z | Compiling version_check v0.9.5 |
| 294 | 2026-08-25T03:38:32.366Z | Checking ingot-types v0.2.0 |
| 295 | 2026-08-25T03:38:32.587Z | Documenting cobs v0.3.0 |
| 296 | 2026-08-25T03:38:32.617Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 297 | 2026-08-25T03:38:32.617Z | Documenting managed v0.8.0 |
| 298 | 2026-08-25T03:38:32.695Z | Checking ingot v0.2.0 |
| 299 | 2026-08-25T03:38:32.780Z | Checking tabwriter v1.4.1 |
| 300 | 2026-08-25T03:38:32.896Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 301 | 2026-08-25T03:38:32.968Z | Documenting heapless v0.9.3 |
| 302 | 2026-08-25T03:38:33.125Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 303 | 2026-08-25T03:38:33.491Z | Documenting postcard v1.1.3 |
| 304 | 2026-08-25T03:38:33.527Z | Documenting ingot-types v0.2.0 |
| 305 | 2026-08-25T03:38:33.560Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 306 | 2026-08-25T03:38:33.737Z | Documenting ref-cast-impl v1.0.25 |
| 307 | 2026-08-25T03:38:33.780Z | Documenting unicode-width v0.2.2 |
| 308 | 2026-08-25T03:38:34.034Z | Documenting ipnetwork v0.21.1 |
| 309 | 2026-08-25T03:38:34.062Z | Checking dyn-clone v1.0.20 |
| 310 | 2026-08-25T03:38:34.170Z | Documenting either v1.16.0 |
| 311 | 2026-08-25T03:38:34.309Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 312 | 2026-08-25T03:38:34.348Z | Documenting smoltcp v0.14.0 |
| 313 | 2026-08-25T03:38:34.463Z | error[E0423]: expected function, tuple struct or tuple variant, found struct `smoltcp::wire::Ipv6Address` |
| 314 | 2026-08-25T03:38:34.463Z | --> crates/opte-api/src/ip.rs:914:20 |
| 315 | 2026-08-25T03:38:34.463Z | | |
| 316 | 2026-08-25T03:38:34.463Z | 914 | let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 317 | 2026-08-25T03:38:34.463Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 318 | 2026-08-25T03:38:34.463Z | | |
| 319 | 2026-08-25T03:38:34.463Z | ::: /home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core/src/net/ip_addr.rs:168:1 |
| 320 | 2026-08-25T03:38:34.463Z | | |
| 321 | 2026-08-25T03:38:34.464Z | 168 | pub struct Ipv6Addr { |
| 322 | 2026-08-25T03:38:34.464Z | | ------------------- `smoltcp::wire::Ipv6Address` defined here |
| 323 | 2026-08-25T03:38:34.464Z | | |
| 324 | 2026-08-25T03:38:34.464Z | help: you might have meant to use an associated function to build this type |
| 325 | 2026-08-25T03:38:34.464Z | | |
| 326 | 2026-08-25T03:38:34.464Z | 914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 327 | 2026-08-25T03:38:34.464Z | 914 + let sip6 = smoltcp::wire::Ipv6Address::new(_, _, _, _, _, _, _, _); |
| 328 | 2026-08-25T03:38:34.464Z | | |
| 329 | 2026-08-25T03:38:34.464Z | 914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 330 | 2026-08-25T03:38:34.464Z | 914 + let sip6 = smoltcp::wire::Ipv6Address::from_bits(_); |
| 331 | 2026-08-25T03:38:34.464Z | | |
| 332 | 2026-08-25T03:38:34.464Z | 914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 333 | 2026-08-25T03:38:34.464Z | 914 + let sip6 = smoltcp::wire::Ipv6Address::from_segments(_); |
| 334 | 2026-08-25T03:38:34.464Z | | |
| 335 | 2026-08-25T03:38:34.464Z | 914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 336 | 2026-08-25T03:38:34.464Z | 914 + let sip6 = smoltcp::wire::Ipv6Address::from_octets(_); |
| 337 | 2026-08-25T03:38:34.464Z | | |
| 338 | 2026-08-25T03:38:34.465Z | |
| 339 | 2026-08-25T03:38:34.554Z | Documenting crc32fast v1.5.0 |
| 340 | 2026-08-25T03:38:34.594Z | error[E0119]: conflicting implementations of trait `From<Ipv4Address>` for type `ip::Ipv4Addr` |
| 341 | 2026-08-25T03:38:34.594Z | --> crates/opte-api/src/ip.rs:575:1 |
| 342 | 2026-08-25T03:38:34.594Z | | |
| 343 | 2026-08-25T03:38:34.594Z | 563 | impl From<core::net::Ipv4Addr> for Ipv4Addr { |
| 344 | 2026-08-25T03:38:34.594Z | | ------------------------------------------- first implementation here |
| 345 | 2026-08-25T03:38:34.594Z | ... |
| 346 | 2026-08-25T03:38:34.594Z | 575 | impl From<smoltcp::wire::Ipv4Address> for Ipv4Addr { |
| 347 | 2026-08-25T03:38:34.594Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv4Addr` |
| 348 | 2026-08-25T03:38:34.594Z | |
| 349 | 2026-08-25T03:38:34.594Z | error[E0119]: conflicting implementations of trait `From<ip::Ipv4Addr>` for type `Ipv4Address` |
| 350 | 2026-08-25T03:38:34.594Z | --> crates/opte-api/src/ip.rs:582:1 |
| 351 | 2026-08-25T03:38:34.595Z | | |
| 352 | 2026-08-25T03:38:34.595Z | 569 | impl From<Ipv4Addr> for core::net::Ipv4Addr { |
| 353 | 2026-08-25T03:38:34.595Z | | ------------------------------------------- first implementation here |
| 354 | 2026-08-25T03:38:34.595Z | ... |
| 355 | 2026-08-25T03:38:34.595Z | 582 | impl From<Ipv4Addr> for smoltcp::wire::Ipv4Address { |
| 356 | 2026-08-25T03:38:34.595Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `Ipv4Address` |
| 357 | 2026-08-25T03:38:34.595Z | |
| 358 | 2026-08-25T03:38:34.595Z | error[E0119]: conflicting implementations of trait `From<Ipv6Address>` for type `ip::Ipv6Addr` |
| 359 | 2026-08-25T03:38:34.595Z | --> crates/opte-api/src/ip.rs:931:1 |
| 360 | 2026-08-25T03:38:34.595Z | | |
| 361 | 2026-08-25T03:38:34.595Z | 919 | impl From<core::net::Ipv6Addr> for Ipv6Addr { |
| 362 | 2026-08-25T03:38:34.595Z | | ------------------------------------------- first implementation here |
| 363 | 2026-08-25T03:38:34.595Z | ... |
| 364 | 2026-08-25T03:38:34.595Z | 931 | impl From<smoltcp::wire::Ipv6Address> for Ipv6Addr { |
| 365 | 2026-08-25T03:38:34.596Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv6Addr` |
| 366 | 2026-08-25T03:38:34.596Z | |
| 367 | 2026-08-25T03:38:34.596Z | error[E0119]: conflicting implementations of trait `From<ip::Ipv6Addr>` for type `Ipv6Address` |
| 368 | 2026-08-25T03:38:34.596Z | --> crates/opte-api/src/ip.rs:940:1 |
| 369 | 2026-08-25T03:38:34.596Z | | |
| 370 | 2026-08-25T03:38:34.596Z | 925 | impl From<Ipv6Addr> for core::net::Ipv6Addr { |
| 371 | 2026-08-25T03:38:34.596Z | | ------------------------------------------- first implementation here |
| 372 | 2026-08-25T03:38:34.596Z | ... |
| 373 | 2026-08-25T03:38:34.596Z | 940 | impl From<Ipv6Addr> for smoltcp::wire::Ipv6Address { |
| 374 | 2026-08-25T03:38:34.596Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `Ipv6Address` |
| 375 | 2026-08-25T03:38:34.596Z | |
| 376 | 2026-08-25T03:38:34.681Z | error[E0599]: no method named `as_bytes` found for struct `Ipv4Address` in the current scope |
| 377 | 2026-08-25T03:38:34.681Z | --> crates/opte-api/src/ip.rs:577:29 |
| 378 | 2026-08-25T03:38:34.681Z | | |
| 379 | 2026-08-25T03:38:34.681Z | 577 | let bytes = smolip4.as_bytes(); |
| 380 | 2026-08-25T03:38:34.681Z | | ^^^^^^^^ method not found in `Ipv4Address` |
| 381 | 2026-08-25T03:38:34.681Z | |
| 382 | 2026-08-25T03:38:34.715Z | error[E0599]: no associated function or constant named `from_bytes` found for struct `Ipv4Address` in the current scope |
| 383 | 2026-08-25T03:38:34.716Z | --> crates/opte-api/src/ip.rs:584:15 |
| 384 | 2026-08-25T03:38:34.716Z | | |
| 385 | 2026-08-25T03:38:34.716Z | 584 | Self::from_bytes(&ip) |
| 386 | 2026-08-25T03:38:34.716Z | | ^^^^^^^^^^ associated function or constant not found in `Ipv4Address` |
| 387 | 2026-08-25T03:38:34.716Z | | |
| 388 | 2026-08-25T03:38:34.716Z | note: if you're trying to build a new `Ipv4Address` consider using one of the following associated functions: |
| 389 | 2026-08-25T03:38:34.716Z | Ipv4Address::new |
| 390 | 2026-08-25T03:38:34.716Z | Ipv4Address::from_bits |
| 391 | 2026-08-25T03:38:34.716Z | Ipv4Address::from_octets |
| 392 | 2026-08-25T03:38:34.716Z | core::net::parser::<impl Ipv4Address>::parse_ascii |
| 393 | 2026-08-25T03:38:34.716Z | --> /home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core/src/net/ip_addr.rs:543:5 |
| 394 | 2026-08-25T03:38:34.716Z | | |
| 395 | 2026-08-25T03:38:34.716Z | 543 | pub const fn new(a: u8, b: u8, c: u8, d: u8) -> Ipv4Addr { |
| 396 | 2026-08-25T03:38:34.716Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 397 | 2026-08-25T03:38:34.716Z | ... |
| 398 | 2026-08-25T03:38:34.717Z | 608 | pub const fn from_bits(bits: u32) -> Ipv4Addr { |
| 399 | 2026-08-25T03:38:34.717Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 400 | 2026-08-25T03:38:34.717Z | ... |
| 401 | 2026-08-25T03:38:34.717Z | 686 | pub const fn from_octets(octets: [u8; 4]) -> Ipv4Addr { |
| 402 | 2026-08-25T03:38:34.717Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 403 | 2026-08-25T03:38:34.717Z | | |
| 404 | 2026-08-25T03:38:34.717Z | ::: /home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core/src/net/parser.rs:327:5 |
| 405 | 2026-08-25T03:38:34.717Z | | |
| 406 | 2026-08-25T03:38:34.717Z | 327 | pub fn parse_ascii(b: &[u8]) -> Result<Self, AddrParseError> { |
| 407 | 2026-08-25T03:38:34.717Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 408 | 2026-08-25T03:38:34.717Z | help: there is an associated function `from_bits` with a similar name |
| 409 | 2026-08-25T03:38:34.717Z | | |
| 410 | 2026-08-25T03:38:34.717Z | 584 - Self::from_bytes(&ip) |
| 411 | 2026-08-25T03:38:34.717Z | 584 + Self::from_bits(&ip) |
| 412 | 2026-08-25T03:38:34.717Z | | |
| 413 | 2026-08-25T03:38:34.717Z | |
| 414 | 2026-08-25T03:38:34.717Z | error[E0599]: no method named `as_bytes` found for struct `Ipv6Address` in the current scope |
| 415 | 2026-08-25T03:38:34.717Z | --> crates/opte-api/src/ip.rs:935:34 |
| 416 | 2026-08-25T03:38:34.717Z | | |
| 417 | 2026-08-25T03:38:34.718Z | 935 | let bytes: [u8; 16] = ip.as_bytes().try_into().unwrap(); |
| 418 | 2026-08-25T03:38:34.718Z | | ^^^^^^^^ method not found in `Ipv6Address` |
| 419 | 2026-08-25T03:38:34.718Z | |
| 420 | 2026-08-25T03:38:34.738Z | error[E0599]: no associated function or constant named `from_bytes` found for struct `Ipv6Address` in the current scope |
| 421 | 2026-08-25T03:38:34.738Z | --> crates/opte-api/src/ip.rs:943:15 |
| 422 | 2026-08-25T03:38:34.738Z | | |
| 423 | 2026-08-25T03:38:34.739Z | 943 | Self::from_bytes(&ip) |
| 424 | 2026-08-25T03:38:34.739Z | | ^^^^^^^^^^ associated function or constant not found in `Ipv6Address` |
| 425 | 2026-08-25T03:38:34.739Z | | |
| 426 | 2026-08-25T03:38:34.739Z | note: if you're trying to build a new `Ipv6Address` consider using one of the following associated functions: |
| 427 | 2026-08-25T03:38:34.739Z | Ipv6Address::new |
| 428 | 2026-08-25T03:38:34.739Z | Ipv6Address::from_bits |
| 429 | 2026-08-25T03:38:34.739Z | Ipv6Address::from_segments |
| 430 | 2026-08-25T03:38:34.739Z | Ipv6Address::from_octets |
| 431 | 2026-08-25T03:38:34.739Z | core::net::parser::<impl Ipv6Address>::parse_ascii |
| 432 | 2026-08-25T03:38:34.739Z | --> /home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core/src/net/ip_addr.rs:1348:5 |
| 433 | 2026-08-25T03:38:34.740Z | | |
| 434 | 2026-08-25T03:38:34.740Z | 1348 | pub const fn new(a: u16, b: u16, c: u16, d: u16, e: u16, f: u16, g: u16, h: u16) -> Ipv6Addr { |
| 435 | 2026-08-25T03:38:34.740Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 436 | 2026-08-25T03:38:34.740Z | ... |
| 437 | 2026-08-25T03:38:34.740Z | 1443 | pub const fn from_bits(bits: u128) -> Ipv6Addr { |
| 438 | 2026-08-25T03:38:34.740Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 439 | 2026-08-25T03:38:34.740Z | ... |
| 440 | 2026-08-25T03:38:34.740Z | 1536 | pub const fn from_segments(segments: [u16; 8]) -> Ipv6Addr { |
| 441 | 2026-08-25T03:38:34.740Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 442 | 2026-08-25T03:38:34.740Z | ... |
| 443 | 2026-08-25T03:38:34.740Z | 2110 | pub const fn from_octets(octets: [u8; 16]) -> Ipv6Addr { |
| 444 | 2026-08-25T03:38:34.740Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 445 | 2026-08-25T03:38:34.740Z | | |
| 446 | 2026-08-25T03:38:34.740Z | ::: /home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core/src/net/parser.rs:358:5 |
| 447 | 2026-08-25T03:38:34.740Z | | |
| 448 | 2026-08-25T03:38:34.740Z | 358 | pub fn parse_ascii(b: &[u8]) -> Result<Self, AddrParseError> { |
| 449 | 2026-08-25T03:38:34.741Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 450 | 2026-08-25T03:38:34.741Z | help: there is an associated function `from_bits` with a similar name |
| 451 | 2026-08-25T03:38:34.741Z | | |
| 452 | 2026-08-25T03:38:34.741Z | 943 - Self::from_bytes(&ip) |
| 453 | 2026-08-25T03:38:34.741Z | 943 + Self::from_bits(&ip) |
| 454 | 2026-08-25T03:38:34.741Z | | |
| 455 | 2026-08-25T03:38:34.741Z | |
| 456 | 2026-08-25T03:38:34.800Z | Documenting ingot v0.2.0 |
| 457 | 2026-08-25T03:38:35.086Z | Documenting ref-cast v1.0.25 |
| 458 | 2026-08-25T03:38:35.108Z | Some errors have detailed explanations: E0119, E0423, E0599. |
| 459 | 2026-08-25T03:38:35.108Z | For more information about an error, try `rustc --explain E0119`. |
| 460 | 2026-08-25T03:38:35.108Z | error: could not compile `opte-api` (lib) due to 9 previous errors |
| 461 | 2026-08-25T03:38:35.108Z | warning: build failed, waiting for other jobs to finish... |
| 462 | 2026-08-25T03:38:37.184Z | |
| 463 | 2026-08-25T03:38:37.184Z | real 18.760589952 |
| 464 | 2026-08-25T03:38:37.184Z | user 1:10.858070538 |
| 465 | 2026-08-25T03:38:37.184Z | sys 15.051361718 |
| 466 | 2026-08-25T03:38:37.184Z | trap 0.038796936 |
| 467 | 2026-08-25T03:38:37.184Z | tflt 0.243185345 |
| 468 | 2026-08-25T03:38:37.184Z | dflt 0.051041711 |
| 469 | 2026-08-25T03:38:37.184Z | kflt 0.005692736 |
| 470 | 2026-08-25T03:38:37.184Z | lock 5:10.248416512 |
| 471 | 2026-08-25T03:38:37.184Z | slp 3:55.075095102 |
| 472 | 2026-08-25T03:38:37.185Z | lat 8.026971258 |
| 473 | 2026-08-25T03:38:37.185Z | stop 12.640217983 |
| 474 | 2026-08-25T03:38:37.188Z | process exited: duration 34113 ms, exit code 101 |
| |
| 475 | 2026-08-25T03:38:37.196Z | found 0 output files |