[INFO] cloning repository https://github.com/YKG/rust-playground [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/YKG/rust-playground" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYKG%2Frust-playground", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYKG%2Frust-playground'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d0b05d549483715d226c8935136b12384366646f [INFO] checking YKG/rust-playground against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYKG%2Frust-playground" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/YKG/rust-playground on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/YKG/rust-playground [INFO] finished tweaking git repo https://github.com/YKG/rust-playground [INFO] tweaked toml for git repo https://github.com/YKG/rust-playground written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/YKG/rust-playground already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4c62735b37500ee3d748fd8cea9e35235b5b3948b967c0011ea5fd3dc06609ea [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" "4c62735b37500ee3d748fd8cea9e35235b5b3948b967c0011ea5fd3dc06609ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4c62735b37500ee3d748fd8cea9e35235b5b3948b967c0011ea5fd3dc06609ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4c62735b37500ee3d748fd8cea9e35235b5b3948b967c0011ea5fd3dc06609ea", kill_on_drop: false }` [INFO] [stdout] 4c62735b37500ee3d748fd8cea9e35235b5b3948b967c0011ea5fd3dc06609ea [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d40664e3e66784156727dce98b041aa01b163be60a42b51b3174f2bce70dc382 [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" "d40664e3e66784156727dce98b041aa01b163be60a42b51b3174f2bce70dc382", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking rust-playground v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> tests/tuple.rs:3:14 [INFO] [stdout] | [INFO] [stdout] 3 | let t1 = (1); [INFO] [stdout] | ^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> tests/tuple.rs:4:14 [INFO] [stdout] | [INFO] [stdout] 4 | let t2 = (2); [INFO] [stdout] | ^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> tests/tuple.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | / /// see test_tuple_cmp [INFO] [stdout] 27 | | /// the meaning of the cmp function is: [INFO] [stdout] 28 | | /// 1. numbers greater than 3 is greater than those less or equal than 3 [INFO] [stdout] 29 | | /// 2. for each group(gt3, lte 3), reverse the number orders [INFO] [stdout] | |________________________________________________________________^ [INFO] [stdout] 30 | v.sort_by_key(|&num| (num > 3, Reverse(num))); [INFO] [stdout] | --------------------------------------------- rustdoc does not generate documentation for expressions [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `test_std_cmp_Reverse` should have a snake case name [INFO] [stdout] --> tests/tuple.rs:22:4 [INFO] [stdout] | [INFO] [stdout] 22 | fn test_std_cmp_Reverse() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_std_cmp_reverse` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.50s [INFO] running `Command { std: "docker" "inspect" "d40664e3e66784156727dce98b041aa01b163be60a42b51b3174f2bce70dc382", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d40664e3e66784156727dce98b041aa01b163be60a42b51b3174f2bce70dc382", kill_on_drop: false }` [INFO] [stdout] d40664e3e66784156727dce98b041aa01b163be60a42b51b3174f2bce70dc382