[INFO] cloning repository https://github.com/rickyhan/rasta [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rickyhan/rasta" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frickyhan%2Frasta", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frickyhan%2Frasta'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 699bcb28743d6086ce2df2d2f8914263cd265114 [INFO] testing rickyhan/rasta against beta-2021-01-01 for beta-1.50-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frickyhan%2Frasta" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rickyhan/rasta on toolchain beta-2021-01-01 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/rickyhan/rasta [INFO] finished tweaking git repo https://github.com/rickyhan/rasta [INFO] tweaked toml for git repo https://github.com/rickyhan/rasta written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/rickyhan/rasta already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded num-complex v0.1.41 [INFO] [stderr] Downloaded num-bigint v0.1.41 [INFO] [stderr] Downloaded jack-sys v0.2.0 [INFO] [stderr] Downloaded jack v0.6.0 [INFO] [stderr] Downloaded pitch_calc v0.11.1 [INFO] [stderr] Downloaded rustfft v2.0.0 [INFO] [stderr] Downloaded num-rational v0.1.41 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d315db2fdf984d289e1210a3367a0eb54fa72eb9c6f8a4d543f027cdcf3185c0 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "d315db2fdf984d289e1210a3367a0eb54fa72eb9c6f8a4d543f027cdcf3185c0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d315db2fdf984d289e1210a3367a0eb54fa72eb9c6f8a4d543f027cdcf3185c0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d315db2fdf984d289e1210a3367a0eb54fa72eb9c6f8a4d543f027cdcf3185c0", kill_on_drop: false }` [INFO] [stdout] d315db2fdf984d289e1210a3367a0eb54fa72eb9c6f8a4d543f027cdcf3185c0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c30a156102afef27e89f12c8526be3cc04b7828c75405fa874e987f39ad66890 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "c30a156102afef27e89f12c8526be3cc04b7828c75405fa874e987f39ad66890", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.1.42 [INFO] [stderr] Compiling libc v0.2.36 [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling libloading v0.4.3 [INFO] [stderr] Compiling lazy_static v1.0.0 [INFO] [stderr] Compiling bitflags v1.0.1 [INFO] [stderr] Compiling rand v0.3.20 [INFO] [stderr] Compiling jack-sys v0.2.0 [INFO] [stderr] Compiling num-integer v0.1.35 [INFO] [stderr] Compiling jack v0.6.0 [INFO] [stderr] Compiling num-iter v0.1.34 [INFO] [stderr] Compiling num-bigint v0.1.41 [INFO] [stderr] Compiling num-complex v0.1.41 [INFO] [stderr] Compiling rustfft v2.0.0 [INFO] [stderr] Compiling num-rational v0.1.41 [INFO] [stderr] Compiling num v0.1.41 [INFO] [stderr] Compiling pitch_calc v0.11.1 [INFO] [stderr] Compiling rasta v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/main.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | #![feature(box_syntax)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/effects/pedals.rs:7:37 [INFO] [stdout] | [INFO] [stdout] 7 | pub pedals: HashMap>, [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Effect` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/effects/pedals.rs:103:31 [INFO] [stdout] | [INFO] [stdout] 103 | let eff : Box = match eff_type.as_str() { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Effect` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/effects/pedals.rs:128:48 [INFO] [stdout] | [INFO] [stdout] 128 | pub fn add(&mut self, name: &str, eff: Box) { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Effect` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rasta` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "c30a156102afef27e89f12c8526be3cc04b7828c75405fa874e987f39ad66890", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c30a156102afef27e89f12c8526be3cc04b7828c75405fa874e987f39ad66890", kill_on_drop: false }` [INFO] [stdout] c30a156102afef27e89f12c8526be3cc04b7828c75405fa874e987f39ad66890