[INFO] crate mantle-test 0.2.0 is already in cache [INFO] checking mantle-test-0.2.0 against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] extracting crate mantle-test 0.2.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate mantle-test 0.2.0 on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate mantle-test 0.2.0 [INFO] finished tweaking crates.io crate mantle-test 0.2.0 [INFO] tweaked toml for crates.io crate mantle-test 0.2.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 60d8a2ccdf74f4d1302334580befb48174ffc41214ec25bd2d9c2b9f393c1fc5 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "60d8a2ccdf74f4d1302334580befb48174ffc41214ec25bd2d9c2b9f393c1fc5"` [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.18 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling anyhow v1.0.28 [INFO] [stderr] Compiling regex-syntax v0.6.17 [INFO] [stderr] Checking hex v0.4.2 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling serde v1.0.106 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling tiny-keccak v1.5.0 [INFO] [stderr] Compiling aho-corasick v0.7.10 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling quote v1.0.4 [INFO] [stderr] Compiling proc-quote-impl v0.2.2 [INFO] [stderr] Compiling regex v1.3.7 [INFO] [stderr] Compiling thiserror-impl v1.0.16 [INFO] [stderr] Compiling serde_derive v1.0.106 [INFO] [stderr] Compiling proc-quote v0.2.2 [INFO] [stderr] Checking thiserror v1.0.16 [INFO] [stderr] Compiling derive_more v0.15.0 [INFO] [stderr] Compiling mantle-macros v0.2.1 [INFO] [stderr] Checking oasis-types v0.3.2 [INFO] [stderr] Checking blockchain-traits v0.2.3 [INFO] [stderr] Checking memchain v0.2.4 [INFO] [stderr] Checking mantle-types v0.2.0 [INFO] [stderr] error[E0404]: expected trait, found struct `blockchain_traits::Address` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mantle-types-0.2.0/src/lib.rs:35:6 [INFO] [stderr] | [INFO] [stderr] 35 | impl blockchain_traits::Address for Address { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not a trait [INFO] [stderr] [INFO] [stderr] error[E0404]: expected trait, found struct `blockchain_traits::AccountMeta` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mantle-types-0.2.0/src/lib.rs:72:6 [INFO] [stderr] | [INFO] [stderr] 72 | impl blockchain_traits::AccountMeta for AccountMeta { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not a trait [INFO] [stderr] [INFO] [stderr] error[E0404]: expected trait, found struct `blockchain_traits::Event` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mantle-types-0.2.0/src/lib.rs:84:6 [INFO] [stderr] | [INFO] [stderr] 84 | impl blockchain_traits::Event for Event { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not a trait [INFO] [stderr] [INFO] [stderr] error[E0603]: struct `Address` is private [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mantle-types-0.2.0/src/lib.rs:35:25 [INFO] [stderr] | [INFO] [stderr] 35 | impl blockchain_traits::Address for Address { [INFO] [stderr] | ^^^^^^^ private struct [INFO] [stderr] | [INFO] [stderr] note: the struct `Address` is defined here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/blockchain-traits-0.2.3/src/lib.rs:3:32 [INFO] [stderr] | [INFO] [stderr] 3 | use oasis_types::{AccountMeta, Address, Event}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0603]: struct `AccountMeta` is private [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mantle-types-0.2.0/src/lib.rs:72:25 [INFO] [stderr] | [INFO] [stderr] 72 | impl blockchain_traits::AccountMeta for AccountMeta { [INFO] [stderr] | ^^^^^^^^^^^ private struct [INFO] [stderr] | [INFO] [stderr] note: the struct `AccountMeta` is defined here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/blockchain-traits-0.2.3/src/lib.rs:3:19 [INFO] [stderr] | [INFO] [stderr] 3 | use oasis_types::{AccountMeta, Address, Event}; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0603]: struct `Event` is private [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mantle-types-0.2.0/src/lib.rs:84:25 [INFO] [stderr] | [INFO] [stderr] 84 | impl blockchain_traits::Event for Event { [INFO] [stderr] | ^^^^^ private struct [INFO] [stderr] | [INFO] [stderr] note: the struct `Event` is defined here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/blockchain-traits-0.2.3/src/lib.rs:3:41 [INFO] [stderr] | [INFO] [stderr] 3 | use oasis_types::{AccountMeta, Address, Event}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0404, E0603. [INFO] [stderr] For more information about an error, try `rustc --explain E0404`. [INFO] [stderr] error: could not compile `mantle-types`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "60d8a2ccdf74f4d1302334580befb48174ffc41214ec25bd2d9c2b9f393c1fc5"` [INFO] running `"docker" "rm" "-f" "60d8a2ccdf74f4d1302334580befb48174ffc41214ec25bd2d9c2b9f393c1fc5"` [INFO] [stdout] 60d8a2ccdf74f4d1302334580befb48174ffc41214ec25bd2d9c2b9f393c1fc5