[INFO] cloning repository https://github.com/Valtis/fasttrack [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Valtis/fasttrack" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FValtis%2Ffasttrack"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FValtis%2Ffasttrack'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 7560f01efc4810e47ec1cd84c1660f97b13921ba [INFO] checking Valtis/fasttrack against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FValtis%2Ffasttrack" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Valtis/fasttrack on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Valtis/fasttrack [INFO] finished tweaking git repo https://github.com/Valtis/fasttrack [INFO] tweaked toml for git repo https://github.com/Valtis/fasttrack written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/Valtis/fasttrack already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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] 72317f38afa513dc1edcd8e534409f51ffada30d9c60c6b889a65e5913d507c0 [INFO] running `"docker" "start" "-a" "72317f38afa513dc1edcd8e534409f51ffada30d9c60c6b889a65e5913d507c0"` [INFO] [stderr] Checking fasttrack v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] error: cannot find derive macro `Show` in this scope [INFO] [stderr] --> src/route_node.rs:2:10 [INFO] [stderr] | [INFO] [stderr] 2 | #[derive(Show, Copy, Encodable, Decodable, PartialEq, Eq)] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Encodable` in this scope [INFO] [stderr] --> src/route_node.rs:2:22 [INFO] [stderr] | [INFO] [stderr] 2 | #[derive(Show, Copy, Encodable, Decodable, PartialEq, Eq)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Decodable` in this scope [INFO] [stderr] --> src/route_node.rs:2:33 [INFO] [stderr] | [INFO] [stderr] 2 | #[derive(Show, Copy, Encodable, Decodable, PartialEq, Eq)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Show` in this scope [INFO] [stderr] --> src/edge.rs:1:25 [INFO] [stderr] | [INFO] [stderr] 1 | #[derive(Eq, PartialEq, Show, Copy)] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Show` in this scope [INFO] [stderr] --> src/journey.rs:2:10 [INFO] [stderr] | [INFO] [stderr] 2 | #[derive(Show, Encodable, Decodable)] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Encodable` in this scope [INFO] [stderr] --> src/journey.rs:2:16 [INFO] [stderr] | [INFO] [stderr] 2 | #[derive(Show, Encodable, Decodable)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Decodable` in this scope [INFO] [stderr] --> src/journey.rs:2:27 [INFO] [stderr] | [INFO] [stderr] 2 | #[derive(Show, Encodable, Decodable)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> src/adjancency_list.rs:26:33 [INFO] [stderr] | [INFO] [stderr] 26 | let mut list:Vec> = range(0, largest_node + 1).map(|_| vec![]).collect(); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> src/dijkstra.rs:34:37 [INFO] [stderr] | [INFO] [stderr] 34 | let mut _distances:Vec = range(0, _adj_list.len()).map(|_| usize::MAX).collect(); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> src/dijkstra.rs:35:33 [INFO] [stderr] | [INFO] [stderr] 35 | let _came_from:Vec = range(0, _adj_list.len()).map(|_| usize::MAX).collect(); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/lib.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | extern crate serialize; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `route_node::RouteNode: std::clone::Clone` is not satisfied [INFO] [stderr] --> src/route_node.rs:2:16 [INFO] [stderr] | [INFO] [stderr] 2 | #[derive(Show, Copy, Encodable, Decodable, PartialEq, Eq)] [INFO] [stderr] | ^^^^ the trait `std::clone::Clone` is not implemented for `route_node::RouteNode` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `edge::Edge: std::clone::Clone` is not satisfied [INFO] [stderr] --> src/edge.rs:1:31 [INFO] [stderr] | [INFO] [stderr] 1 | #[derive(Eq, PartialEq, Show, Copy)] [INFO] [stderr] | ^^^^ the trait `std::clone::Clone` is not implemented for `edge::Edge` [INFO] [stderr] [INFO] [stderr] error: aborting due to 13 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0425, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `fasttrack`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: cannot find derive macro `Show` in this scope [INFO] [stderr] --> src/route_node.rs:2:10 [INFO] [stderr] | [INFO] [stderr] 2 | #[derive(Show, Copy, Encodable, Decodable, PartialEq, Eq)] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Encodable` in this scope [INFO] [stderr] --> src/route_node.rs:2:22 [INFO] [stderr] | [INFO] [stderr] 2 | #[derive(Show, Copy, Encodable, Decodable, PartialEq, Eq)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Decodable` in this scope [INFO] [stderr] --> src/route_node.rs:2:33 [INFO] [stderr] | [INFO] [stderr] 2 | #[derive(Show, Copy, Encodable, Decodable, PartialEq, Eq)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Show` in this scope [INFO] [stderr] --> src/edge.rs:1:25 [INFO] [stderr] | [INFO] [stderr] 1 | #[derive(Eq, PartialEq, Show, Copy)] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Show` in this scope [INFO] [stderr] --> src/journey.rs:2:10 [INFO] [stderr] | [INFO] [stderr] 2 | #[derive(Show, Encodable, Decodable)] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Encodable` in this scope [INFO] [stderr] --> src/journey.rs:2:16 [INFO] [stderr] | [INFO] [stderr] 2 | #[derive(Show, Encodable, Decodable)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Decodable` in this scope [INFO] [stderr] --> src/journey.rs:2:27 [INFO] [stderr] | [INFO] [stderr] 2 | #[derive(Show, Encodable, Decodable)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> src/adjancency_list.rs:26:33 [INFO] [stderr] | [INFO] [stderr] 26 | let mut list:Vec> = range(0, largest_node + 1).map(|_| vec![]).collect(); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> src/dijkstra.rs:34:37 [INFO] [stderr] | [INFO] [stderr] 34 | let mut _distances:Vec = range(0, _adj_list.len()).map(|_| usize::MAX).collect(); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> src/dijkstra.rs:35:33 [INFO] [stderr] | [INFO] [stderr] 35 | let _came_from:Vec = range(0, _adj_list.len()).map(|_| usize::MAX).collect(); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/lib.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | extern crate serialize; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `route_node::RouteNode: std::clone::Clone` is not satisfied [INFO] [stderr] --> src/route_node.rs:2:16 [INFO] [stderr] | [INFO] [stderr] 2 | #[derive(Show, Copy, Encodable, Decodable, PartialEq, Eq)] [INFO] [stderr] | ^^^^ the trait `std::clone::Clone` is not implemented for `route_node::RouteNode` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `edge::Edge: std::clone::Clone` is not satisfied [INFO] [stderr] --> src/edge.rs:1:31 [INFO] [stderr] | [INFO] [stderr] 1 | #[derive(Eq, PartialEq, Show, Copy)] [INFO] [stderr] | ^^^^ the trait `std::clone::Clone` is not implemented for `edge::Edge` [INFO] [stderr] [INFO] [stderr] error: aborting due to 13 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0425, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `fasttrack`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "72317f38afa513dc1edcd8e534409f51ffada30d9c60c6b889a65e5913d507c0"` [INFO] running `"docker" "rm" "-f" "72317f38afa513dc1edcd8e534409f51ffada30d9c60c6b889a65e5913d507c0"` [INFO] [stdout] 72317f38afa513dc1edcd8e534409f51ffada30d9c60c6b889a65e5913d507c0