[INFO] crate rustpather 0.1.0 is already in cache [INFO] testing rustpather-0.1.0 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate rustpather 0.1.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate rustpather 0.1.0 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate rustpather 0.1.0 [INFO] finished tweaking crates.io crate rustpather 0.1.0 [INFO] tweaked toml for crates.io crate rustpather 0.1.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "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" "+beta-2020-06-03" "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=warn" "-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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 94583f3e7906f727234e5923a720945f1da44e6c895f91be1b16b5e4f8398b00 [INFO] running `"docker" "start" "-a" "94583f3e7906f727234e5923a720945f1da44e6c895f91be1b16b5e4f8398b00"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling rustpather v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: private type `Edge` in public interface (error E0446) [INFO] [stderr] --> src/lib.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | pub type Graph = HashMap>>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(private_in_public)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #34537 [INFO] [stderr] [INFO] [stderr] warning: private type `Edge<(i64, i64)>` in public interface (error E0446) [INFO] [stderr] --> src/lib.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / pub fn to_fourway(grid : &Vec>) -> Graph { [INFO] [stderr] 15 | | let mut graph : HashMap<(i64, i64), i64> = HashMap::new(); [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | for (y, row) in grid.iter().enumerate() { [INFO] [stderr] ... | [INFO] [stderr] 56 | | fullgraph [INFO] [stderr] 57 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #34537 [INFO] [stderr] [INFO] [stderr] warning: private type `Edge<(i64, i64)>` in public interface (error E0446) [INFO] [stderr] --> src/lib.rs:59:1 [INFO] [stderr] | [INFO] [stderr] 59 | / pub fn to_eightway(grid : &Vec>) -> Graph { [INFO] [stderr] 60 | | let mut graph : HashMap<(i64, i64), i64> = HashMap::new(); [INFO] [stderr] 61 | | [INFO] [stderr] 62 | | for (y, row) in grid.iter().enumerate() { [INFO] [stderr] ... | [INFO] [stderr] 128 | | fullgraph [INFO] [stderr] 129 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #34537 [INFO] [stderr] [INFO] [stderr] warning: private type `Edge` in public interface (error E0446) [INFO] [stderr] --> src/lib.rs:135:1 [INFO] [stderr] | [INFO] [stderr] 135 | / pub fn astar i64 + Copy> [INFO] [stderr] 136 | | (graph : &Graph, start : T, end : T, heuristic: &F) -> Option> { [INFO] [stderr] 137 | | [INFO] [stderr] 138 | | let mut openset : HashSet = HashSet::new(); [INFO] [stderr] ... | [INFO] [stderr] 193 | | None [INFO] [stderr] 194 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #34537 [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] error: type `rustpather::Edge<(i64, i64)>` is private [INFO] [stderr] --> src/main.rs:12:15 [INFO] [stderr] | [INFO] [stderr] 12 | let graph4 = rustpather::to_fourway(&grid); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ private type [INFO] [stderr] [INFO] [stderr] error: type `rustpather::Edge<(i64, i64)>` is private [INFO] [stderr] --> src/main.rs:13:15 [INFO] [stderr] | [INFO] [stderr] 13 | let graph8 = rustpather::to_eightway(&grid); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ private type [INFO] [stderr] [INFO] [stderr] error: type `rustpather::Edge` is private [INFO] [stderr] --> src/main.rs:15:14 [INFO] [stderr] | [INFO] [stderr] 15 | let path4 = rustpather::astar(&graph4, (0, 0), (2, 2), &rustpather::heuristic); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ private type [INFO] [stderr] [INFO] [stderr] error: type `rustpather::Edge<(i64, i64)>` is private [INFO] [stderr] --> src/main.rs:15:32 [INFO] [stderr] | [INFO] [stderr] 15 | let path4 = rustpather::astar(&graph4, (0, 0), (2, 2), &rustpather::heuristic); [INFO] [stderr] | ^^^^^^^ private type [INFO] [stderr] [INFO] [stderr] error: type `rustpather::Edge` is private [INFO] [stderr] --> src/main.rs:16:14 [INFO] [stderr] | [INFO] [stderr] 16 | let path8 = rustpather::astar(&graph8, (0, 0), (2, 2), &rustpather::heuristic); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ private type [INFO] [stderr] [INFO] [stderr] error: type `rustpather::Edge<(i64, i64)>` is private [INFO] [stderr] --> src/main.rs:16:32 [INFO] [stderr] | [INFO] [stderr] 16 | let path8 = rustpather::astar(&graph8, (0, 0), (2, 2), &rustpather::heuristic); [INFO] [stderr] | ^^^^^^^ private type [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] error: could not compile `rustpather`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "94583f3e7906f727234e5923a720945f1da44e6c895f91be1b16b5e4f8398b00"` [INFO] running `"docker" "rm" "-f" "94583f3e7906f727234e5923a720945f1da44e6c895f91be1b16b5e4f8398b00"` [INFO] [stdout] 94583f3e7906f727234e5923a720945f1da44e6c895f91be1b16b5e4f8398b00