[INFO] updating cached repository https://github.com/honestold3/myrust [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] 0fe59864f1da527fe5d1755a22e98314609c03f4 [INFO] checking honestold3/myrust against try#ba14a92a10441c4b839ce71e6ef5f7a48bbff18f for prs-64470-and-65389 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhonestold3%2Fmyrust" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] [stderr] Checking out files: 59% (912/1523) Checking out files: 60% (914/1523) Checking out files: 61% (930/1523) Checking out files: 62% (945/1523) Checking out files: 63% (960/1523) Checking out files: 64% (975/1523) Checking out files: 65% (990/1523) Checking out files: 66% (1006/1523) Checking out files: 67% (1021/1523) Checking out files: 68% (1036/1523) Checking out files: 69% (1051/1523) Checking out files: 70% (1067/1523) Checking out files: 71% (1082/1523) Checking out files: 72% (1097/1523) Checking out files: 73% (1112/1523) Checking out files: 74% (1128/1523) Checking out files: 75% (1143/1523) Checking out files: 76% (1158/1523) Checking out files: 77% (1173/1523) Checking out files: 78% (1188/1523) Checking out files: 79% (1204/1523) Checking out files: 80% (1219/1523) Checking out files: 81% (1234/1523) Checking out files: 82% (1249/1523) Checking out files: 83% (1265/1523) Checking out files: 84% (1280/1523) Checking out files: 85% (1295/1523) Checking out files: 86% (1310/1523) Checking out files: 87% (1326/1523) Checking out files: 88% (1341/1523) Checking out files: 89% (1356/1523) Checking out files: 90% (1371/1523) Checking out files: 91% (1386/1523) Checking out files: 92% (1402/1523) Checking out files: 93% (1417/1523) Checking out files: 94% (1432/1523) Checking out files: 95% (1447/1523) Checking out files: 96% (1463/1523) Checking out files: 97% (1478/1523) Checking out files: 98% (1493/1523) Checking out files: 99% (1508/1523) Checking out files: 100% (1523/1523) Checking out files: 100% (1523/1523), done. [INFO] validating manifest of git repo https://github.com/honestold3/myrust on toolchain ba14a92a10441c4b839ce71e6ef5f7a48bbff18f [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/honestold3/myrust [INFO] finished tweaking git repo https://github.com/honestold3/myrust [INFO] tweaked toml for git repo https://github.com/honestold3/myrust written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/honestold3/myrust already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 2a51804f878465abec352305c0f7aa19e1a05fead031fd6cbdecc29122103105 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "2a51804f878465abec352305c0f7aa19e1a05fead031fd6cbdecc29122103105"` [INFO] [stderr] Checking myrust v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `s` [INFO] [stderr] --> src/main.rs:4:9 [INFO] [stderr] | [INFO] [stderr] 4 | let s = "dddd"; [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_s` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `s1` [INFO] [stderr] --> src/main.rs:5:9 [INFO] [stderr] | [INFO] [stderr] 5 | let s1 = String::from("eeee"); [INFO] [stderr] | ^^ help: consider prefixing with an underscore: `_s1` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `s` [INFO] [stderr] --> src/main.rs:4:9 [INFO] [stderr] | [INFO] [stderr] 4 | let s = "dddd"; [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_s` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `s1` [INFO] [stderr] --> src/main.rs:5:9 [INFO] [stderr] | [INFO] [stderr] 5 | let s1 = String::from("eeee"); [INFO] [stderr] | ^^ help: consider prefixing with an underscore: `_s1` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.80s [INFO] running `"docker" "inspect" "2a51804f878465abec352305c0f7aa19e1a05fead031fd6cbdecc29122103105"` [INFO] running `"docker" "rm" "-f" "2a51804f878465abec352305c0f7aa19e1a05fead031fd6cbdecc29122103105"` [INFO] [stdout] 2a51804f878465abec352305c0f7aa19e1a05fead031fd6cbdecc29122103105