[INFO] updating cached repository https://github.com/Wikiko/rust-logo-applicator [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] b1ff414fc7649074637974791655854d41cd4fe8 [INFO] checking Wikiko/rust-logo-applicator against try#d27c6c6a469a28343396a8f3ac1c9d403aabda69 for pr-66037 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWikiko%2Frust-logo-applicator" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] [stderr] Checking out files: 53% (28/52) Checking out files: 55% (29/52) Checking out files: 57% (30/52) Checking out files: 59% (31/52) Checking out files: 61% (32/52) Checking out files: 63% (33/52) Checking out files: 65% (34/52) Checking out files: 67% (35/52) Checking out files: 69% (36/52) Checking out files: 71% (37/52) Checking out files: 73% (38/52) Checking out files: 75% (39/52) Checking out files: 76% (40/52) Checking out files: 78% (41/52) Checking out files: 80% (42/52) Checking out files: 82% (43/52) Checking out files: 84% (44/52) Checking out files: 86% (45/52) Checking out files: 88% (46/52) Checking out files: 90% (47/52) Checking out files: 92% (48/52) Checking out files: 94% (49/52) Checking out files: 96% (50/52) Checking out files: 98% (51/52) Checking out files: 100% (52/52) Checking out files: 100% (52/52), done. [INFO] validating manifest of git repo https://github.com/Wikiko/rust-logo-applicator on toolchain d27c6c6a469a28343396a8f3ac1c9d403aabda69 [INFO] running `"/workspace/cargo-home/bin/cargo" "+d27c6c6a469a28343396a8f3ac1c9d403aabda69" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Wikiko/rust-logo-applicator [INFO] finished tweaking git repo https://github.com/Wikiko/rust-logo-applicator [INFO] tweaked toml for git repo https://github.com/Wikiko/rust-logo-applicator written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/Wikiko/rust-logo-applicator already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+d27c6c6a469a28343396a8f3ac1c9d403aabda69" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+d27c6c6a469a28343396a8f3ac1c9d403aabda69" "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] 1311851d8b83bbe0094af636e906e258c81373008cd1f255eab5959ce3a7afba [INFO] running `"docker" "start" "-a" "1311851d8b83bbe0094af636e906e258c81373008cd1f255eab5959ce3a7afba"` [INFO] [stderr] Compiling memoffset v0.5.1 [INFO] [stderr] Checking num_cpus v1.11.0 [INFO] [stderr] Checking flate2 v0.2.20 [INFO] [stderr] Checking num-bigint v0.1.44 [INFO] [stderr] Checking enum_primitive v0.1.1 [INFO] [stderr] Checking threadpool v1.7.1 [INFO] [stderr] Checking png v0.5.2 [INFO] [stderr] Checking crossbeam-epoch v0.7.2 [INFO] [stderr] Checking crossbeam-deque v0.7.1 [INFO] [stderr] Checking num-rational v0.1.42 [INFO] [stderr] Checking rayon-core v1.6.0 [INFO] [stderr] Checking rayon v1.2.0 [INFO] [stderr] Checking jpeg-decoder v0.1.16 [INFO] [stderr] Checking image v0.10.4 [INFO] [stderr] Checking raster v0.2.0 [INFO] [stderr] Checking watermark v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:31:13 [INFO] [stderr] | [INFO] [stderr] 31 | editor::resize(&mut watermark, 500, 500, ResizeMode::Fit); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:31:13 [INFO] [stderr] | [INFO] [stderr] 31 | editor::resize(&mut watermark, 500, 500, ResizeMode::Fit); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 21.67s [INFO] running `"docker" "inspect" "1311851d8b83bbe0094af636e906e258c81373008cd1f255eab5959ce3a7afba"` [INFO] running `"docker" "rm" "-f" "1311851d8b83bbe0094af636e906e258c81373008cd1f255eab5959ce3a7afba"` [INFO] [stdout] 1311851d8b83bbe0094af636e906e258c81373008cd1f255eab5959ce3a7afba