[INFO] cloning repository https://github.com/Bietola/rustroids [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Bietola/rustroids" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBietola%2Frustroids", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBietola%2Frustroids'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b8ef6d1d40d6752bec42fdfe69492903aa21876f [INFO] testing Bietola/rustroids against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBietola%2Frustroids" "/workspace/builds/worker-14/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Bietola/rustroids on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Bietola/rustroids [INFO] finished tweaking git repo https://github.com/Bietola/rustroids [INFO] tweaked toml for git repo https://github.com/Bietola/rustroids written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/Bietola/rustroids already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded sfml-build v0.2.0 [INFO] [stderr] Downloaded csfml-system-sys v0.4.0 [INFO] [stderr] Downloaded csfml-window-sys v0.4.0 [INFO] [stderr] Downloaded csfml-audio-sys v0.4.0 [INFO] [stderr] Downloaded csfml-graphics-sys v0.4.0 [INFO] [stderr] Downloaded simplelog v0.7.3 [INFO] [stderr] Downloaded sfml v0.14.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fe3b9c20176a507a3a2aa53f756f451496c37650b5dd6062f6dd3fd1055dbd2d [INFO] running `Command { std: "docker" "start" "-a" "fe3b9c20176a507a3a2aa53f756f451496c37650b5dd6062f6dd3fd1055dbd2d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fe3b9c20176a507a3a2aa53f756f451496c37650b5dd6062f6dd3fd1055dbd2d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fe3b9c20176a507a3a2aa53f756f451496c37650b5dd6062f6dd3fd1055dbd2d", kill_on_drop: false }` [INFO] [stdout] fe3b9c20176a507a3a2aa53f756f451496c37650b5dd6062f6dd3fd1055dbd2d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 36291ee24c95371ee14f07cabc5c893a470211f7072e616be4700b58b3e3c9fc [INFO] running `Command { std: "docker" "start" "-a" "36291ee24c95371ee14f07cabc5c893a470211f7072e616be4700b58b3e3c9fc", kill_on_drop: false }` [INFO] [stderr] Compiling sfml-build v0.2.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling cc v1.0.45 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling rustc-demangle v0.1.16 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling regex-syntax v0.6.12 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling num-bigint v0.2.3 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling dirs-sys v0.3.4 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling dirs v2.0.2 [INFO] [stderr] Compiling csfml-system-sys v0.4.0 [INFO] [stderr] Compiling csfml-window-sys v0.4.0 [INFO] [stderr] Compiling csfml-graphics-sys v0.4.0 [INFO] [stderr] Compiling csfml-audio-sys v0.4.0 [INFO] [stderr] Compiling term v0.6.1 [INFO] [stderr] Compiling backtrace-sys v0.1.31 [INFO] [stderr] Compiling sfml v0.14.0 [INFO] [stderr] Compiling backtrace v0.3.38 [INFO] [stderr] Compiling regex v1.3.1 [INFO] [stderr] Compiling chrono v0.4.9 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling simplelog v0.7.3 [INFO] [stderr] Compiling num v0.2.0 [INFO] [stderr] Compiling derive_more v0.15.0 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling single v1.0.0 [INFO] [stderr] Compiling dlfiroids v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/main.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(slice_patterns)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the attribute [INFO] [stdout] | [INFO] [stdout] = help: the feature `slice_patterns` has been stable since 1.42.0 and no longer requires an attribute to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `num_traits::Zero` [INFO] [stdout] --> src/sf/vec.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use num_traits::Zero; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 1 warning 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 `dlfiroids` due to 2 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "36291ee24c95371ee14f07cabc5c893a470211f7072e616be4700b58b3e3c9fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "36291ee24c95371ee14f07cabc5c893a470211f7072e616be4700b58b3e3c9fc", kill_on_drop: false }` [INFO] [stdout] 36291ee24c95371ee14f07cabc5c893a470211f7072e616be4700b58b3e3c9fc