[INFO] cloning repository https://github.com/kbacha/grusp [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kbacha/grusp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkbacha%2Fgrusp", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkbacha%2Fgrusp'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4ba3c9241e9101291679989054552840d8f46001 [INFO] testing kbacha/grusp against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkbacha%2Fgrusp" "/workspace/builds/worker-12/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/kbacha/grusp on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/kbacha/grusp [INFO] finished tweaking git repo https://github.com/kbacha/grusp [INFO] tweaked toml for git repo https://github.com/kbacha/grusp written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/kbacha/grusp already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded serde_json v1.0.8 [INFO] [stderr] Downloaded serde_derive_internals v0.18.0 [INFO] [stderr] Downloaded serde_derive v1.0.24 [INFO] [stderr] Downloaded serde v1.0.24 [INFO] [stderr] Downloaded regex v0.2.3 [INFO] [stderr] Downloaded rayon v0.9.0 [INFO] [stderr] Downloaded clap v2.28.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", 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] 718fedfb85693620a84d02ab8ea6fc809198ab71d8b0d090f9798769b972a1d8 [INFO] running `Command { std: "docker" "start" "-a" "718fedfb85693620a84d02ab8ea6fc809198ab71d8b0d090f9798769b972a1d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "718fedfb85693620a84d02ab8ea6fc809198ab71d8b0d090f9798769b972a1d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "718fedfb85693620a84d02ab8ea6fc809198ab71d8b0d090f9798769b972a1d8", kill_on_drop: false }` [INFO] [stdout] 718fedfb85693620a84d02ab8ea6fc809198ab71d8b0d090f9798769b972a1d8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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=warn" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--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] 072c18570b6a647ee7d6d982a44f7e166e7cb3a72e4b8f4c93d76f1a2dc455a1 [INFO] running `Command { std: "docker" "start" "-a" "072c18570b6a647ee7d6d982a44f7e166e7cb3a72e4b8f4c93d76f1a2dc455a1", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.34 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling lazy_static v0.2.11 [INFO] [stderr] Compiling either v1.4.0 [INFO] [stderr] Compiling lazy_static v1.0.0 [INFO] [stderr] Compiling scopeguard v0.3.3 [INFO] [stderr] Compiling rayon-core v1.3.0 [INFO] [stderr] Compiling utf8-ranges v1.0.0 [INFO] [stderr] Compiling regex-syntax v0.4.1 [INFO] [stderr] Compiling glob v0.2.11 [INFO] [stderr] Compiling ansi_term v0.10.2 [INFO] [stderr] Compiling strsim v0.6.0 [INFO] [stderr] Compiling vec_map v0.8.0 [INFO] [stderr] Compiling bitflags v1.0.1 [INFO] [stderr] Compiling textwrap v0.9.0 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling colored v1.6.0 [INFO] [stderr] Compiling coco v0.1.1 [INFO] [stderr] Compiling thread_local v0.3.5 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling rand v0.3.18 [INFO] [stderr] Compiling num_cpus v1.7.0 [INFO] [stderr] Compiling atty v0.2.3 [INFO] [stderr] Compiling clap v2.28.0 [INFO] [stderr] Compiling aho-corasick v0.6.4 [INFO] [stderr] Compiling regex v0.2.3 [INFO] [stderr] Compiling rayon v0.9.0 [INFO] [stderr] Compiling grusp-core v0.1.0 (/opt/rustwide/workdir/grusp-core) [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_right`: superseded by `trim_end` [INFO] [stdout] --> grusp-core/src/display.rs:46:20 [INFO] [stdout] | [INFO] [stdout] 46 | output.trim_right().to_string() [INFO] [stdout] | ^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end` [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> grusp-core/src/lib.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | #![deny(warnings, missing_docs, missing_debug_implementations)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(deprecated)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_right`: superseded by `trim_end` [INFO] [stdout] --> grusp-core/src/display.rs:48:18 [INFO] [stdout] | [INFO] [stdout] 48 | line.trim_right().to_string() [INFO] [stdout] | ^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling grusp v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 36.46s [INFO] running `Command { std: "docker" "inspect" "072c18570b6a647ee7d6d982a44f7e166e7cb3a72e4b8f4c93d76f1a2dc455a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "072c18570b6a647ee7d6d982a44f7e166e7cb3a72e4b8f4c93d76f1a2dc455a1", kill_on_drop: false }` [INFO] [stdout] 072c18570b6a647ee7d6d982a44f7e166e7cb3a72e4b8f4c93d76f1a2dc455a1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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=warn" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--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] 3ecdde8ff47295b4c8ab0c693cebefc72f8bd10f6fc6bc4524b4b57897e66961 [INFO] running `Command { std: "docker" "start" "-a" "3ecdde8ff47295b4c8ab0c693cebefc72f8bd10f6fc6bc4524b4b57897e66961", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.3 [INFO] [stderr] Compiling cfg-if v0.1.2 [INFO] [stderr] Compiling serde v1.0.24 [INFO] [stderr] Compiling rustc-demangle v0.1.5 [INFO] [stderr] Compiling num-traits v0.1.41 [INFO] [stderr] Compiling itoa v0.3.4 [INFO] [stderr] Compiling dtoa v0.4.2 [INFO] [stderr] Compiling pulldown-cmark v0.1.0 [INFO] [stderr] Compiling bitflags v0.9.1 [INFO] [stderr] Compiling same-file v0.1.3 [INFO] [stderr] Compiling bytecount v0.2.0 [INFO] [stderr] Compiling environment v0.1.1 [INFO] [stderr] Compiling difference v1.0.0 [INFO] [stderr] Compiling tempdir v0.3.5 [INFO] [stderr] Compiling serde_derive_internals v0.18.0 [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_right`: superseded by `trim_end` [INFO] [stdout] --> grusp-core/src/display.rs:46:20 [INFO] [stdout] | [INFO] [stdout] 46 | output.trim_right().to_string() [INFO] [stdout] | ^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end` [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> grusp-core/src/lib.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | #![deny(warnings, missing_docs, missing_debug_implementations)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(deprecated)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_right`: superseded by `trim_end` [INFO] [stdout] --> grusp-core/src/display.rs:48:18 [INFO] [stdout] | [INFO] [stdout] 48 | line.trim_right().to_string() [INFO] [stdout] | ^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling walkdir v1.0.7 [INFO] [stderr] Compiling serde_derive v1.0.24 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling semver v0.8.0 [INFO] [stderr] Compiling serde_json v1.0.8 [INFO] [stderr] Compiling backtrace v0.3.4 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling cargo_metadata v0.3.3 [INFO] [stderr] Compiling skeptic v0.13.2 [INFO] [stderr] Compiling assert_cli v0.5.4 [INFO] [stderr] Compiling grusp v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 48.66s [INFO] running `Command { std: "docker" "inspect" "3ecdde8ff47295b4c8ab0c693cebefc72f8bd10f6fc6bc4524b4b57897e66961", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3ecdde8ff47295b4c8ab0c693cebefc72f8bd10f6fc6bc4524b4b57897e66961", kill_on_drop: false }` [INFO] [stdout] 3ecdde8ff47295b4c8ab0c693cebefc72f8bd10f6fc6bc4524b4b57897e66961 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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=warn" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", 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] 5d7214b7a7adda5a51470f41baa90978d193d8959a3cdfe66f8920fc0e916c5f [INFO] running `Command { std: "docker" "start" "-a" "5d7214b7a7adda5a51470f41baa90978d193d8959a3cdfe66f8920fc0e916c5f", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] warning: use of deprecated associated function `core::str::::trim_right`: superseded by `trim_end` [INFO] [stdout] running 3 tests [INFO] [stderr] --> grusp-core/src/display.rs:46:20 [INFO] [stderr] | [INFO] [stderr] 46 | output.trim_right().to_string() [INFO] [stderr] | ^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end` [INFO] [stderr] | [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> grusp-core/src/lib.rs:1:9 [INFO] [stderr] | [INFO] [stderr] 1 | #![deny(warnings, missing_docs, missing_debug_implementations)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: `#[warn(deprecated)]` implied by `#[warn(warnings)]` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `core::str::::trim_right`: superseded by `trim_end` [INFO] [stderr] --> grusp-core/src/display.rs:48:18 [INFO] [stderr] | [INFO] [stderr] 48 | line.trim_right().to_string() [INFO] [stderr] | ^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end` [INFO] [stderr] [INFO] [stderr] warning: `grusp-core` (lib) generated 2 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.18s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/grusp-b2f01d6f4c468a5c) [INFO] [stdout] test args::tests::it_errors_when_parsing_bad_regex ... ok [INFO] [stdout] test args::tests::it_parses_into_a_regex ... ok [INFO] [stdout] test args::tests::it_can_be_case_insensitive ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stderr] Running tests/integration.rs (/opt/rustwide/target/debug/deps/integration-0b02a52e2c585c2c) [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test integration::it_will_search_multiple_files ... ok [INFO] [stdout] test integration::it_can_find_fixture ... ok [INFO] [stdout] test integration::it_exits_with_status_one_when_finding_nothing ... ok [INFO] [stdout] test integration::it_can_find_files_with_matches ... ok [INFO] [stdout] test integration::it_can_find_files_without_matches ... ok [INFO] [stdout] test integration::it_can_find_this_case_sensitively ... ok [INFO] [stdout] test integration::succeeds_when_finding_files_without_matches_and_none_match ... ok [INFO] [stdout] test integration::it_can_find_this_ignoring_case ... ok [INFO] [stdout] test integration::it_will_count_matches ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.98s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "5d7214b7a7adda5a51470f41baa90978d193d8959a3cdfe66f8920fc0e916c5f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5d7214b7a7adda5a51470f41baa90978d193d8959a3cdfe66f8920fc0e916c5f", kill_on_drop: false }` [INFO] [stdout] 5d7214b7a7adda5a51470f41baa90978d193d8959a3cdfe66f8920fc0e916c5f