[INFO] updating cached repository https://github.com/optozorax/crabots
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/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] d6fdae9ebf2bab3dc9d843aca19be32d6758d9e4
[INFO] checking optozorax/crabots against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Foptozorax%2Fcrabots" "/workspace/builds/worker-7/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/optozorax/crabots on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/optozorax/crabots
[INFO] finished tweaking git repo https://github.com/optozorax/crabots
[INFO] tweaked toml for git repo https://github.com/optozorax/crabots written to /workspace/builds/worker-7/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating git repository `https://github.com/optozorax/bufdraw`
[INFO] [stderr]     Updating git repository `https://github.com/optozorax/gesture-recognizer`
[INFO] [stderr]     Updating git repository `https://github.com/optozorax/miniquad-parameters`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=forbid" "-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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] bd6b1371d2b61db18b577586267a039862cc77fd9d2f4b4856a29491f948f83f
[INFO] running `"docker" "start" "-a" "bd6b1371d2b61db18b577586267a039862cc77fd9d2f4b4856a29491f948f83f"`
[INFO] [stderr]    Compiling syn v1.0.17
[INFO] [stderr]    Compiling sapp-linux v0.1.7
[INFO] [stderr]     Checking sapp-wasm v0.1.15
[INFO] [stderr]     Checking sapp-jsutils v0.1.1
[INFO] [stderr]    Compiling backtrace-sys v0.1.35
[INFO] [stderr]     Checking clap v2.33.0
[INFO] [stderr]     Checking approx v0.3.2
[INFO] [stderr]     Checking ordered-float v1.0.2
[INFO] [stderr]    Compiling enum-utils-from-str v0.1.2
[INFO] [stderr]    Compiling backtrace v0.3.46
[INFO] [stderr]     Checking sapp-console-log v0.1.9
[INFO] [stderr]     Checking miniquad-parameters v0.1.1 (https://github.com/optozorax/miniquad-parameters#7cb56f6d)
[INFO] [stderr]     Checking rusttype v0.8.3
[INFO] [stderr]    Compiling failure v0.1.7
[INFO] [stderr]     Checking miniquad v0.2.54
[INFO] [stderr]     Checking bufdraw v0.1.27 (https://github.com/optozorax/bufdraw#ca1abbc9)
[INFO] [stderr]     Checking gesture-recognizer v0.1.0 (https://github.com/optozorax/gesture-recognizer#c5d34c51)
[INFO] [stderr]    Compiling serde_derive_internals v0.25.0
[INFO] [stderr]    Compiling enum-utils v0.1.2
[INFO] [stderr]    Compiling ambassador v0.2.1
[INFO] [stderr]     Checking crabots v0.2.9 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unused import: `gesture_recognizer::*`
[INFO] [stderr]  --> src/text_window.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 | use gesture_recognizer::*;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `gesture_recognizer::*`
[INFO] [stderr]  --> src/text_window.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 | use gesture_recognizer::*;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 0 arguments but 1 argument was supplied
[INFO] [stderr]   --> src/bin/save_video.rs:50:21
[INFO] [stderr]    |
[INFO] [stderr] 50 |     let image_scaled = Vec::new(width_scaled * height_scaled);
[INFO] [stderr]    |                        ^^^^^^^^ ---------------------------- supplied 1 argument
[INFO] [stderr]    |                        |
[INFO] [stderr]    |                        expected 0 arguments
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0061`.
[INFO] [stderr] error: could not compile `crabots`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0061]: this function takes 0 arguments but 1 argument was supplied
[INFO] [stderr]   --> src/bin/save_video.rs:50:21
[INFO] [stderr]    |
[INFO] [stderr] 50 |     let image_scaled = Vec::new(width_scaled * height_scaled);
[INFO] [stderr]    |                        ^^^^^^^^ ---------------------------- supplied 1 argument
[INFO] [stderr]    |                        |
[INFO] [stderr]    |                        expected 0 arguments
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0061`.
[INFO] [stderr] error: could not compile `crabots`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: build failed
[INFO] running `"docker" "inspect" "bd6b1371d2b61db18b577586267a039862cc77fd9d2f4b4856a29491f948f83f"`
[INFO] running `"docker" "rm" "-f" "bd6b1371d2b61db18b577586267a039862cc77fd9d2f4b4856a29491f948f83f"`
[INFO] [stdout] bd6b1371d2b61db18b577586267a039862cc77fd9d2f4b4856a29491f948f83f
