[INFO] crate rustpather 0.1.0 is already in cache [INFO] checking rustpather-0.1.0 against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] extracting crate rustpather 0.1.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate rustpather 0.1.0 on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "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-7/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-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b93c7fd2183a16f1d41fac38ecdbc3c3fe5af07551e3972483b8f431a2e91c66 [INFO] running `"docker" "start" "-a" "b93c7fd2183a16f1d41fac38ecdbc3c3fe5af07551e3972483b8f431a2e91c66"` [INFO] [stderr] Checking 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: 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: 4 warnings emitted [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] [stderr] warning: build failed, waiting for other jobs to finish... [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" "b93c7fd2183a16f1d41fac38ecdbc3c3fe5af07551e3972483b8f431a2e91c66"` [INFO] running `"docker" "rm" "-f" "b93c7fd2183a16f1d41fac38ecdbc3c3fe5af07551e3972483b8f431a2e91c66"` [INFO] [stdout] b93c7fd2183a16f1d41fac38ecdbc3c3fe5af07551e3972483b8f431a2e91c66