[INFO] cloning repository https://github.com/DigitalReal1/oxide [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/DigitalReal1/oxide" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDigitalReal1%2Foxide", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDigitalReal1%2Foxide'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5b0da5135f738262667c72584df1a5a0c60acb8e [INFO] checking DigitalReal1/oxide against try#81ab7f2139295590561adbe6d5b0aaa2feff765f for pr-146470-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDigitalReal1%2Foxide" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-7-tc2/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/DigitalReal1/oxide [INFO] finished tweaking git repo https://github.com/DigitalReal1/oxide [INFO] tweaked toml for git repo https://github.com/DigitalReal1/oxide written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/DigitalReal1/oxide on toolchain 81ab7f2139295590561adbe6d5b0aaa2feff765f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+81ab7f2139295590561adbe6d5b0aaa2feff765f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/DigitalReal1/oxide already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+81ab7f2139295590561adbe6d5b0aaa2feff765f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+81ab7f2139295590561adbe6d5b0aaa2feff765f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9c547dc13c47277afa4b735507c62b57ac2d7420dcc62e6256c0e378ac76700f [INFO] running `Command { std: "docker" "start" "-a" "9c547dc13c47277afa4b735507c62b57ac2d7420dcc62e6256c0e378ac76700f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9c547dc13c47277afa4b735507c62b57ac2d7420dcc62e6256c0e378ac76700f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9c547dc13c47277afa4b735507c62b57ac2d7420dcc62e6256c0e378ac76700f", kill_on_drop: false }` [INFO] [stdout] 9c547dc13c47277afa4b735507c62b57ac2d7420dcc62e6256c0e378ac76700f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+81ab7f2139295590561adbe6d5b0aaa2feff765f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 344226eee1a3923b5b226ce2987cd62c3ef8028c4acce0a19393241211b22f72 [INFO] running `Command { std: "docker" "start" "-a" "344226eee1a3923b5b226ce2987cd62c3ef8028c4acce0a19393241211b22f72", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.101 [INFO] [stderr] Compiling libc v0.2.175 [INFO] [stderr] Checking subtle v2.6.1 [INFO] [stderr] Checking funty v2.0.0 [INFO] [stderr] Checking foldhash v0.2.0 [INFO] [stderr] Checking spin v0.10.0 [INFO] [stderr] Compiling thiserror v2.0.15 [INFO] [stderr] Checking radium v0.7.0 [INFO] [stderr] Compiling tap v1.0.1 [INFO] [stderr] Compiling curve25519-dalek v4.1.3 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling wyz v0.5.1 [INFO] [stderr] Checking hashbrown v0.16.0 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Compiling keccak v0.1.5 [INFO] [stderr] Compiling zerocopy v0.8.26 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling serde_json v1.0.142 [INFO] [stderr] Compiling sha3 v0.10.8 [INFO] [stderr] Checking bitvec v1.0.1 [INFO] [stderr] Checking blake2 v0.10.6 [INFO] [stderr] Compiling cc v1.2.33 [INFO] [stderr] Checking memchr v2.7.5 [INFO] [stderr] Compiling rustls v0.23.31 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Checking http-body-util v0.1.3 [INFO] [stderr] Compiling std-shims v0.1.5 [INFO] [stderr] Checking md-5 v0.10.6 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Checking socket2 v0.6.0 [INFO] [stderr] Checking mio v1.0.4 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling ff v0.13.1 [INFO] [stderr] Compiling group v0.13.0 [INFO] [stderr] Checking ppv-lite86 v0.2.21 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking digest_auth v0.3.1 [INFO] [stderr] Checking rand_distr v0.4.3 [INFO] [stderr] Compiling zeroize_derive v1.4.2 [INFO] [stderr] Compiling curve25519-dalek-derive v0.1.1 [INFO] [stderr] Compiling thiserror-impl v2.0.15 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Checking zeroize v1.8.1 [INFO] [stderr] Checking flexible-transcript v0.3.4 [INFO] [stderr] Checking crypto-bigint v0.5.5 [INFO] [stderr] Checking rustls-pki-types v1.12.0 [INFO] [stderr] Checking multiexp v0.4.0 [INFO] [stderr] Checking tokio v1.47.1 [INFO] [stderr] Checking ciphersuite v0.4.2 [INFO] [stderr] Checking rustls-webpki v0.103.4 [INFO] [stderr] Checking rustls-native-certs v0.8.1 [INFO] [stderr] Checking schnorr-signatures v0.5.1 [INFO] [stderr] Checking dkg v0.6.1 [INFO] [stderr] Checking dkg-recovery v0.6.0 [INFO] [stderr] Checking dkg-dealer v0.6.0 [INFO] [stderr] Checking monero-io v0.1.0 (/opt/rustwide/workdir/monero-oxide/io) [INFO] [stderr] Checking dalek-ff-group v0.5.0 [INFO] [stderr] Checking monero-generators v0.4.0 (/opt/rustwide/workdir/monero-oxide/generators) [INFO] [stderr] Checking modular-frost v0.11.0 [INFO] [stderr] Checking monero-primitives v0.1.0 (/opt/rustwide/workdir/monero-oxide/primitives) [INFO] [stderr] Checking monero-clsag v0.1.0 (/opt/rustwide/workdir/monero-oxide/ringct/clsag) [INFO] [stderr] Checking monero-mlsag v0.1.0 (/opt/rustwide/workdir/monero-oxide/ringct/mlsag) [INFO] [stderr] Checking monero-borromean v0.1.0 (/opt/rustwide/workdir/monero-oxide/ringct/borromean) [INFO] [stderr] Checking monero-base58 v0.1.0 (/opt/rustwide/workdir/monero-oxide/wallet/base58) [INFO] [stderr] Checking hyper v1.7.0 [INFO] [stderr] Checking monero-address v0.1.0 (/opt/rustwide/workdir/monero-oxide/wallet/address) [INFO] [stderr] Checking tokio-rustls v0.26.2 [INFO] [stderr] Checking hyper-util v0.1.16 [INFO] [stderr] Compiling monero-bulletproofs v0.1.0 (/opt/rustwide/workdir/monero-oxide/ringct/bulletproofs) [INFO] [stderr] Checking hyper-rustls v0.27.7 [INFO] [stderr] Checking simple-request v0.2.0 [INFO] [stderr] Checking monero-oxide v0.1.4-alpha (/opt/rustwide/workdir/monero-oxide) [INFO] [stdout] error[E0446]: crate-private trait `sealed::PotentiallyPrunedRingSignatures` in public interface [INFO] [stdout] --> monero-oxide/src/transaction.rs:403:5 [INFO] [stdout] | [INFO] [stdout] 312 | / pub(crate) trait PotentiallyPrunedRingSignatures: [INFO] [stdout] 313 | | Clone + PartialEq + Eq + Default + Debug [INFO] [stdout] | |____________________________________________- `sealed::PotentiallyPrunedRingSignatures` declared as crate-private [INFO] [stdout] ... [INFO] [stdout] 403 | type RingSignatures: PotentiallyPrunedRingSignatures; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't leak crate-private trait [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0446]: crate-private trait `sealed::PotentiallyPrunedRctProofs` in public interface [INFO] [stdout] --> monero-oxide/src/transaction.rs:405:5 [INFO] [stdout] | [INFO] [stdout] 346 | pub(crate) trait PotentiallyPrunedRctProofs: Clone + PartialEq + Eq + Debug { [INFO] [stdout] | --------------------------------------------------------------------------- `sealed::PotentiallyPrunedRctProofs` declared as crate-private [INFO] [stdout] ... [INFO] [stdout] 405 | type RctProofs: PotentiallyPrunedRctProofs; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't leak crate-private trait [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0446`. [INFO] [stdout] [INFO] [stderr] error: could not compile `monero-oxide` (lib) due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0446]: crate-private trait `sealed::PotentiallyPrunedRingSignatures` in public interface [INFO] [stdout] --> monero-oxide/src/transaction.rs:403:5 [INFO] [stdout] | [INFO] [stdout] 312 | / pub(crate) trait PotentiallyPrunedRingSignatures: [INFO] [stdout] 313 | | Clone + PartialEq + Eq + Default + Debug [INFO] [stdout] | |____________________________________________- `sealed::PotentiallyPrunedRingSignatures` declared as crate-private [INFO] [stdout] ... [INFO] [stdout] 403 | type RingSignatures: PotentiallyPrunedRingSignatures; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't leak crate-private trait [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0446]: crate-private trait `sealed::PotentiallyPrunedRctProofs` in public interface [INFO] [stdout] --> monero-oxide/src/transaction.rs:405:5 [INFO] [stdout] | [INFO] [stdout] 346 | pub(crate) trait PotentiallyPrunedRctProofs: Clone + PartialEq + Eq + Debug { [INFO] [stdout] | --------------------------------------------------------------------------- `sealed::PotentiallyPrunedRctProofs` declared as crate-private [INFO] [stdout] ... [INFO] [stdout] 405 | type RctProofs: PotentiallyPrunedRctProofs; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't leak crate-private trait [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0446`. [INFO] [stdout] [INFO] [stderr] error: could not compile `monero-oxide` (lib test) due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "344226eee1a3923b5b226ce2987cd62c3ef8028c4acce0a19393241211b22f72", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "344226eee1a3923b5b226ce2987cd62c3ef8028c4acce0a19393241211b22f72", kill_on_drop: false }` [INFO] [stdout] 344226eee1a3923b5b226ce2987cd62c3ef8028c4acce0a19393241211b22f72