[INFO] crate activeledger 0.1.1 is already in cache [INFO] checking activeledger-0.1.1 against master#be493fe8cc40c3d3f6030a1313c1ff747fce770d for pr-69129 [INFO] extracting crate activeledger 0.1.1 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate activeledger 0.1.1 on toolchain be493fe8cc40c3d3f6030a1313c1ff747fce770d [INFO] running `"/workspace/cargo-home/bin/cargo" "+be493fe8cc40c3d3f6030a1313c1ff747fce770d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate activeledger 0.1.1 [INFO] finished tweaking crates.io crate activeledger 0.1.1 [INFO] tweaked toml for crates.io crate activeledger 0.1.1 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+be493fe8cc40c3d3f6030a1313c1ff747fce770d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+be493fe8cc40c3d3f6030a1313c1ff747fce770d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+be493fe8cc40c3d3f6030a1313c1ff747fce770d" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 6f7e48ef742d0f38b60d2316ff07eaddd57c14af8e1e7f82293a1ca659aa0c66 [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" "6f7e48ef742d0f38b60d2316ff07eaddd57c14af8e1e7f82293a1ca659aa0c66"` [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Compiling openssl v0.10.28 [INFO] [stderr] Compiling openssl-src v111.6.1+1.1.1d [INFO] [stderr] Checking want v0.2.0 [INFO] [stderr] Checking regex-automata v0.1.8 [INFO] [stderr] Checking flate2 v1.0.13 [INFO] [stderr] Checking tokio-io v0.1.13 [INFO] [stderr] Checking publicsuffix v1.5.4 [INFO] [stderr] Checking criterion-plot v0.4.1 [INFO] [stderr] Compiling openssl-sys v0.9.54 [INFO] [stderr] Checking tokio-reactor v0.1.12 [INFO] [stderr] Checking h2 v0.1.26 [INFO] [stderr] Checking tokio-tcp v0.1.4 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking hyper v0.12.35 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Checking failure v0.1.6 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Checking serde v1.0.104 [INFO] [stderr] Checking hyper-tls v0.3.2 [INFO] [stderr] Checking serde_json v1.0.48 [INFO] [stderr] Checking bstr v0.2.11 [INFO] [stderr] Checking serde_urlencoded v0.5.5 [INFO] [stderr] Checking csv v1.1.3 [INFO] [stderr] Checking cookie_store v0.7.0 [INFO] [stderr] Checking tinytemplate v1.0.3 [INFO] [stderr] Checking criterion v0.3.1 [INFO] [stderr] Checking reqwest v0.9.24 [INFO] [stderr] Checking activeledger v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0603]: module `ec` is private [INFO] [stderr] --> benches/key_gen.rs:8:25 [INFO] [stderr] | [INFO] [stderr] 8 | use activeledger::key::{ec::EllipticCurve, rsa::RSA}; [INFO] [stderr] | ^^ this module is private [INFO] [stderr] | [INFO] [stderr] note: the module `ec` is defined here [INFO] [stderr] --> /opt/rustwide/workdir/src/key/mod.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | mod ec; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0603]: module `rsa` is private [INFO] [stderr] --> benches/key_gen.rs:8:44 [INFO] [stderr] | [INFO] [stderr] 8 | use activeledger::key::{ec::EllipticCurve, rsa::RSA}; [INFO] [stderr] | ^^^ this module is private [INFO] [stderr] | [INFO] [stderr] note: the module `rsa` is defined here [INFO] [stderr] --> /opt/rustwide/workdir/src/key/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | mod rsa; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0603`. [INFO] [stderr] error: could not compile `activeledger`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "6f7e48ef742d0f38b60d2316ff07eaddd57c14af8e1e7f82293a1ca659aa0c66"` [INFO] running `"docker" "rm" "-f" "6f7e48ef742d0f38b60d2316ff07eaddd57c14af8e1e7f82293a1ca659aa0c66"` [INFO] [stdout] 6f7e48ef742d0f38b60d2316ff07eaddd57c14af8e1e7f82293a1ca659aa0c66