[INFO] cloning repository https://github.com/Twaha-Rahman/visual-diff [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Twaha-Rahman/visual-diff" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTwaha-Rahman%2Fvisual-diff", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTwaha-Rahman%2Fvisual-diff'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 45a6a97cd9dd090fc9f0eb15944a6ab48e70600c [INFO] checking Twaha-Rahman/visual-diff against master#36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923 for pr-81863 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTwaha-Rahman%2Fvisual-diff" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Twaha-Rahman/visual-diff on toolchain 36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Twaha-Rahman/visual-diff [INFO] finished tweaking git repo https://github.com/Twaha-Rahman/visual-diff [INFO] tweaked toml for git repo https://github.com/Twaha-Rahman/visual-diff written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/Twaha-Rahman/visual-diff already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "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" "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:ce6408862c0f4858e6cd2b85b2cf085ff7d0d6323904d0a94b71664a228554ab" "/opt/rustwide/cargo-home/bin/cargo" "+36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 076f83ef9513db55502d75ef89e3a5c1c47796a39f0062c3a2ebd250b25b1f80 [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" "076f83ef9513db55502d75ef89e3a5c1c47796a39f0062c3a2ebd250b25b1f80", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "076f83ef9513db55502d75ef89e3a5c1c47796a39f0062c3a2ebd250b25b1f80", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "076f83ef9513db55502d75ef89e3a5c1c47796a39f0062c3a2ebd250b25b1f80", kill_on_drop: false }` [INFO] [stdout] 076f83ef9513db55502d75ef89e3a5c1c47796a39f0062c3a2ebd250b25b1f80 [INFO] running `Command { std: "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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:ce6408862c0f4858e6cd2b85b2cf085ff7d0d6323904d0a94b71664a228554ab" "/opt/rustwide/cargo-home/bin/cargo" "+36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 16577f1c2d84c341ffeca4306388a651e76544c6643ba00826d034b23cde07b4 [INFO] running `Command { std: "docker" "start" "-a" "16577f1c2d84c341ffeca4306388a651e76544c6643ba00826d034b23cde07b4", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.80 [INFO] [stderr] Compiling const_fn v0.4.3 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Checking unicode-width v0.1.8 [INFO] [stderr] Checking pin-project-lite v0.2.0 [INFO] [stderr] Checking safemem v0.3.3 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Checking strsim v0.8.0 [INFO] [stderr] Checking futures v0.1.30 [INFO] [stderr] Checking vec_map v0.8.2 [INFO] [stderr] Checking futures-core v0.3.8 [INFO] [stderr] Checking lcs-diff v0.1.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.0 [INFO] [stderr] Compiling memoffset v0.5.6 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling tokio v0.3.4 [INFO] [stderr] Checking inflate v0.4.5 [INFO] [stderr] Checking gif v0.10.3 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking deflate v0.7.20 [INFO] [stderr] Checking base64 v0.9.3 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking mio v0.7.6 [INFO] [stderr] Checking inotify-sys v0.1.4 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Checking futures-cpupool v0.1.8 [INFO] [stderr] Checking num-iter v0.1.42 [INFO] [stderr] Checking crossbeam-epoch v0.9.0 [INFO] [stderr] Checking crossbeam-channel v0.5.0 [INFO] [stderr] Checking png v0.12.0 [INFO] [stderr] Checking crossbeam-deque v0.8.0 [INFO] [stderr] Checking rayon-core v1.9.0 [INFO] [stderr] Checking inotify v0.9.1 [INFO] [stderr] Checking rayon v1.5.0 [INFO] [stderr] Checking jpeg-decoder v0.1.20 [INFO] [stderr] Checking tiff v0.2.2 [INFO] [stderr] Checking image v0.20.1 [INFO] [stderr] Checking lcs-image-diff v0.1.7 [INFO] [stderr] Checking visual_diff v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 29.41s [INFO] running `Command { std: "docker" "inspect" "16577f1c2d84c341ffeca4306388a651e76544c6643ba00826d034b23cde07b4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "16577f1c2d84c341ffeca4306388a651e76544c6643ba00826d034b23cde07b4", kill_on_drop: false }` [INFO] [stdout] 16577f1c2d84c341ffeca4306388a651e76544c6643ba00826d034b23cde07b4