[INFO] cloning repository https://github.com/ArcDM/class-project-Rust-bag [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ArcDM/class-project-Rust-bag" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArcDM%2Fclass-project-Rust-bag"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArcDM%2Fclass-project-Rust-bag'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 565bf99fa7cc98d6e59c011fdeff67b76b1522f8 [INFO] checking ArcDM/class-project-Rust-bag against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArcDM%2Fclass-project-Rust-bag" "/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/ArcDM/class-project-Rust-bag on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/ArcDM/class-project-Rust-bag [INFO] finished tweaking git repo https://github.com/ArcDM/class-project-Rust-bag [INFO] tweaked toml for git repo https://github.com/ArcDM/class-project-Rust-bag written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/ArcDM/class-project-Rust-bag already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] f1838f50c1993bc24fb30e777ae53cd017cb0088d26690d4b715b49c6614d921 [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" "f1838f50c1993bc24fb30e777ae53cd017cb0088d26690d4b715b49c6614d921"` [INFO] [stderr] Checking len-trait v0.6.1 [INFO] [stderr] Checking rand v0.4.2 [INFO] [stderr] Checking bag2 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/bagtest.rs:40:5 [INFO] [stderr] | [INFO] [stderr] 40 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/bagexam.rs:74:26 [INFO] [stderr] | [INFO] [stderr] 74 | test_bag.insert( ( rand::random::() % 50 ) ); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/bagexamf64.rs:73:26 [INFO] [stderr] | [INFO] [stderr] 73 | test_bag.insert( ( rand::random::() % 50.0 ) ); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/bagtest.rs:40:5 [INFO] [stderr] | [INFO] [stderr] 40 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/bagtest.rs:140:37 [INFO] [stderr] | [INFO] [stderr] 140 | let result: f32 = read_input!().trim_right_matches( '\n' ).parse::().expect( "Error: could not parse f32" ); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/bagtest.rs:140:37 [INFO] [stderr] | [INFO] [stderr] 140 | let result: f32 = read_input!().trim_right_matches( '\n' ).parse::().expect( "Error: could not parse f32" ); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.45s [INFO] running `"docker" "inspect" "f1838f50c1993bc24fb30e777ae53cd017cb0088d26690d4b715b49c6614d921"` [INFO] running `"docker" "rm" "-f" "f1838f50c1993bc24fb30e777ae53cd017cb0088d26690d4b715b49c6614d921"` [INFO] [stdout] f1838f50c1993bc24fb30e777ae53cd017cb0088d26690d4b715b49c6614d921