[INFO] cloning repository https://github.com/Valtis/fasttrack [INFO] running `Command { std: "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", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FValtis%2Ffasttrack'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7560f01efc4810e47ec1cd84c1660f97b13921ba [INFO] testing Valtis/fasttrack against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FValtis%2Ffasttrack" "/workspace/builds/worker-66/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-66/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Valtis/fasttrack on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [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-66/source/Cargo.toml [INFO] crate git repo https://github.com/Valtis/fasttrack already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-66/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-66/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7edf1a13430bf6d10956bc551041e7e030bfb12da09c326abc72f5d9ae96a0aa [INFO] running `Command { std: "docker" "start" "-a" "7edf1a13430bf6d10956bc551041e7e030bfb12da09c326abc72f5d9ae96a0aa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7edf1a13430bf6d10956bc551041e7e030bfb12da09c326abc72f5d9ae96a0aa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7edf1a13430bf6d10956bc551041e7e030bfb12da09c326abc72f5d9ae96a0aa", kill_on_drop: false }` [INFO] [stdout] 7edf1a13430bf6d10956bc551041e7e030bfb12da09c326abc72f5d9ae96a0aa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-66/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-66/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 430bf1d8cbc519422bc8e72ba93bca85e28495807e4f79668a5c3717a7b15248 [INFO] running `Command { std: "docker" "start" "-a" "430bf1d8cbc519422bc8e72ba93bca85e28495807e4f79668a5c3717a7b15248", kill_on_drop: false }` [INFO] [stderr] Compiling fasttrack v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0463]: can't find crate for `serialize` [INFO] [stdout] --> src/lib.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | extern crate serialize; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Show` in this scope [INFO] [stdout] --> src/route_node.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(Show, Copy, Encodable, Decodable, PartialEq, Eq)] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Encodable` in this scope [INFO] [stdout] --> src/route_node.rs:2:22 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(Show, Copy, Encodable, Decodable, PartialEq, Eq)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Decodable` in this scope [INFO] [stdout] --> src/route_node.rs:2:33 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(Show, Copy, Encodable, Decodable, PartialEq, Eq)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Show` in this scope [INFO] [stdout] --> src/edge.rs:1:25 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Eq, PartialEq, Show, Copy)] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Show` in this scope [INFO] [stdout] --> src/journey.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(Show, Encodable, Decodable)] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Encodable` in this scope [INFO] [stdout] --> src/journey.rs:2:16 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(Show, Encodable, Decodable)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Decodable` in this scope [INFO] [stdout] --> src/journey.rs:2:27 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(Show, Encodable, Decodable)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/adjancency_list.rs:26:33 [INFO] [stdout] | [INFO] [stdout] 26 | let mut list:Vec> = range(0, largest_node + 1).map(|_| vec![]).collect(); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/dijkstra.rs:34:37 [INFO] [stdout] | [INFO] [stdout] 34 | let mut _distances:Vec = range(0, _adj_list.len()).map(|_| usize::MAX).collect(); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/dijkstra.rs:35:33 [INFO] [stdout] | [INFO] [stdout] 35 | let _came_from:Vec = range(0, _adj_list.len()).map(|_| usize::MAX).collect(); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | #![feature(old_orphan_check)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0635]: unknown feature `old_orphan_check` [INFO] [stdout] --> src/lib.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | #![feature(old_orphan_check)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `RouteNode: Clone` is not satisfied [INFO] [stdout] --> src/route_node.rs:2:16 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(Show, Copy, Encodable, Decodable, PartialEq, Eq)] [INFO] [stdout] | ^^^^ the trait `Clone` is not implemented for `RouteNode` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Copy` [INFO] [stdout] = note: this error originates in the derive macro `Copy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Edge: Clone` is not satisfied [INFO] [stdout] --> src/edge.rs:1:31 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Eq, PartialEq, Show, Copy)] [INFO] [stdout] | ^^^^ the trait `Clone` is not implemented for `Edge` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Copy` [INFO] [stdout] = note: this error originates in the derive macro `Copy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 15 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0425, E0463, E0554, E0635. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `fasttrack` due to 16 previous errors [INFO] running `Command { std: "docker" "inspect" "430bf1d8cbc519422bc8e72ba93bca85e28495807e4f79668a5c3717a7b15248", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "430bf1d8cbc519422bc8e72ba93bca85e28495807e4f79668a5c3717a7b15248", kill_on_drop: false }` [INFO] [stdout] 430bf1d8cbc519422bc8e72ba93bca85e28495807e4f79668a5c3717a7b15248