[INFO] updating cached repository https://github.com/Valtis/fasttrack [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 7560f01efc4810e47ec1cd84c1660f97b13921ba [INFO] testing Valtis/fasttrack against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FValtis%2Ffasttrack" "work/builds/worker-9/source"` [INFO] [stderr] Cloning into 'work/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Valtis/fasttrack on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "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 work/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/Valtis/fasttrack already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 469dfdf446f042e85ac624da91b14d8cf664dacc5490436ff27e7f96db3b91a8 [INFO] running `"docker" "start" "-a" "469dfdf446f042e85ac624da91b14d8cf664dacc5490436ff27e7f96db3b91a8"` [INFO] [stderr] Compiling fasttrack v0.0.1 (/opt/rustwide/workdir) [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 `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 `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 `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[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> src/lib.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | #![feature(old_orphan_check)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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] [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 14 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0425, E0554, 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" "469dfdf446f042e85ac624da91b14d8cf664dacc5490436ff27e7f96db3b91a8"` [INFO] running `"docker" "rm" "-f" "469dfdf446f042e85ac624da91b14d8cf664dacc5490436ff27e7f96db3b91a8"` [INFO] [stdout] 469dfdf446f042e85ac624da91b14d8cf664dacc5490436ff27e7f96db3b91a8