[INFO] cloning repository https://github.com/skeskinen/sigmar-bot [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/skeskinen/sigmar-bot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fskeskinen%2Fsigmar-bot", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fskeskinen%2Fsigmar-bot'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 07a56a980fc52ca6f4462798918eb816c8fab5c6 [INFO] testing skeskinen/sigmar-bot against beta-2020-07-24 for beta-1.46-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fskeskinen%2Fsigmar-bot" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/skeskinen/sigmar-bot on toolchain beta-2020-07-24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/skeskinen/sigmar-bot [INFO] finished tweaking git repo https://github.com/skeskinen/sigmar-bot [INFO] tweaked toml for git repo https://github.com/skeskinen/sigmar-bot written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/skeskinen/sigmar-bot already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded dxgcap v0.0.8 [INFO] [stderr] Downloaded scrap v0.3.2 [INFO] [stderr] Downloaded d3d11-win v0.2.1 [INFO] [stderr] Downloaded dxgi-win v0.2.1 [INFO] [stderr] Downloaded itertools v0.7.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dfee35c68ae34eb3c3b6a0f9e84496c02585b3f46adbfd90828c02f1fe2c97d7 [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" "dfee35c68ae34eb3c3b6a0f9e84496c02585b3f46adbfd90828c02f1fe2c97d7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dfee35c68ae34eb3c3b6a0f9e84496c02585b3f46adbfd90828c02f1fe2c97d7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dfee35c68ae34eb3c3b6a0f9e84496c02585b3f46adbfd90828c02f1fe2c97d7", kill_on_drop: false }` [INFO] [stdout] dfee35c68ae34eb3c3b6a0f9e84496c02585b3f46adbfd90828c02f1fe2c97d7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f1e75c915d9b7f6744b987a6c28312bdefa3fdf5241096d263a44cfeea452f67 [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" "f1e75c915d9b7f6744b987a6c28312bdefa3fdf5241096d263a44cfeea452f67", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.32 [INFO] [stderr] Compiling either v1.3.0 [INFO] [stderr] Compiling rayon-core v1.2.1 [INFO] [stderr] Compiling scopeguard v0.3.3 [INFO] [stderr] Compiling futures v0.1.16 [INFO] [stderr] Compiling byteorder v1.1.0 [INFO] [stderr] Compiling adler32 v1.0.2 [INFO] [stderr] Compiling bitflags v1.0.0 [INFO] [stderr] Compiling color_quant v1.0.0 [INFO] [stderr] Compiling scrap v0.3.2 [INFO] [stderr] Compiling lzw v0.10.0 [INFO] [stderr] Compiling scoped_threadpool v0.1.8 [INFO] [stderr] Compiling block v0.1.6 [INFO] [stderr] Compiling user32-sys v0.1.2 [INFO] [stderr] Compiling dxgi-win v0.2.1 [INFO] [stderr] Compiling enum_primitive v0.1.1 [INFO] [stderr] Compiling inflate v0.3.3 [INFO] [stderr] Compiling d3d11-win v0.2.1 [INFO] [stderr] Compiling coco v0.1.1 [INFO] [stderr] Compiling itertools v0.7.2 [INFO] [stderr] Compiling gif v0.9.2 [INFO] [stderr] Compiling dxgcap v0.0.8 [INFO] [stderr] Compiling deflate v0.7.17 [INFO] [stderr] Compiling rand v0.3.17 [INFO] [stderr] Compiling num_cpus v1.7.0 [INFO] [stderr] Compiling num-bigint v0.1.40 [INFO] [stderr] Compiling rayon v0.8.2 [INFO] [stderr] Compiling png v0.11.0 [INFO] [stderr] Compiling num-rational v0.1.39 [INFO] [stderr] Compiling num v0.1.40 [INFO] [stderr] Compiling jpeg-decoder v0.1.13 [INFO] [stderr] Compiling image v0.17.0 [INFO] [stderr] Compiling sigmar_bot 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:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(slice_patterns)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/ocr.rs:490:67 [INFO] [stdout] | [INFO] [stdout] 490 | let (screen_x, screen_y) = board_pos_to_screen(x - 5, (i as i32 - 5)); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/sigmar.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | / lazy_static! { [INFO] [stdout] 48 | | static ref ZOBRIST_TABLE: Vec>> = { [INFO] [stdout] 49 | | let mut rng = thread_rng(); [INFO] [stdout] 50 | | let mut ret = vec![vec![vec![0; 14]; 13]; 13]; [INFO] [stdout] ... | [INFO] [stdout] 59 | | }; [INFO] [stdout] 60 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/sigmar.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | / lazy_static! { [INFO] [stdout] 48 | | static ref ZOBRIST_TABLE: Vec>> = { [INFO] [stdout] 49 | | let mut rng = thread_rng(); [INFO] [stdout] 50 | | let mut ret = vec![vec![vec![0; 14]; 13]; 13]; [INFO] [stdout] ... | [INFO] [stdout] 59 | | }; [INFO] [stdout] 60 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/ocr.rs:206:1 [INFO] [stdout] | [INFO] [stdout] 206 | / lazy_static! { [INFO] [stdout] 207 | | static ref SOBEL_X: Image = { [INFO] [stdout] 208 | | Image { [INFO] [stdout] 209 | | w: 3, [INFO] [stdout] ... | [INFO] [stdout] 224 | | }; [INFO] [stdout] 225 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/ocr.rs:206:1 [INFO] [stdout] | [INFO] [stdout] 206 | / lazy_static! { [INFO] [stdout] 207 | | static ref SOBEL_X: Image = { [INFO] [stdout] 208 | | Image { [INFO] [stdout] 209 | | w: 3, [INFO] [stdout] ... | [INFO] [stdout] 224 | | }; [INFO] [stdout] 225 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/ocr.rs:206:1 [INFO] [stdout] | [INFO] [stdout] 206 | / lazy_static! { [INFO] [stdout] 207 | | static ref SOBEL_X: Image = { [INFO] [stdout] 208 | | Image { [INFO] [stdout] 209 | | w: 3, [INFO] [stdout] ... | [INFO] [stdout] 224 | | }; [INFO] [stdout] 225 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/ocr.rs:206:1 [INFO] [stdout] | [INFO] [stdout] 206 | / lazy_static! { [INFO] [stdout] 207 | | static ref SOBEL_X: Image = { [INFO] [stdout] 208 | | Image { [INFO] [stdout] 209 | | w: 3, [INFO] [stdout] ... | [INFO] [stdout] 224 | | }; [INFO] [stdout] 225 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/ocr.rs:206:1 [INFO] [stdout] | [INFO] [stdout] 206 | / lazy_static! { [INFO] [stdout] 207 | | static ref SOBEL_X: Image = { [INFO] [stdout] 208 | | Image { [INFO] [stdout] 209 | | w: 3, [INFO] [stdout] ... | [INFO] [stdout] 224 | | }; [INFO] [stdout] 225 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/ocr.rs:206:1 [INFO] [stdout] | [INFO] [stdout] 206 | / lazy_static! { [INFO] [stdout] 207 | | static ref SOBEL_X: Image = { [INFO] [stdout] 208 | | Image { [INFO] [stdout] 209 | | w: 3, [INFO] [stdout] ... | [INFO] [stdout] 224 | | }; [INFO] [stdout] 225 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/ocr.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | / lazy_static! { [INFO] [stdout] 375 | | static ref FONT: Vec<(Marble, Image)> = { [INFO] [stdout] 376 | | get_font() [INFO] [stdout] 377 | | }; [INFO] [stdout] 378 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/ocr.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | / lazy_static! { [INFO] [stdout] 375 | | static ref FONT: Vec<(Marble, Image)> = { [INFO] [stdout] 376 | | get_font() [INFO] [stdout] 377 | | }; [INFO] [stdout] 378 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/ocr.rs:366:93 [INFO] [stdout] | [INFO] [stdout] 366 | Err(e) => panic!("Couldn't find sample image for {}, {}", marble.to_string(), e.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 12 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 `sigmar_bot`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "f1e75c915d9b7f6744b987a6c28312bdefa3fdf5241096d263a44cfeea452f67", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f1e75c915d9b7f6744b987a6c28312bdefa3fdf5241096d263a44cfeea452f67", kill_on_drop: false }` [INFO] [stdout] f1e75c915d9b7f6744b987a6c28312bdefa3fdf5241096d263a44cfeea452f67