[INFO] cloning repository https://github.com/kennytm/cargo-kcov [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kennytm/cargo-kcov" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkennytm%2Fcargo-kcov", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkennytm%2Fcargo-kcov'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7a6bd499a1f9d4719a20cc9a37b6600fa1c9f68a [INFO] testing kennytm/cargo-kcov against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkennytm%2Fcargo-kcov" "/workspace/builds/worker-28/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-28/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/kennytm/cargo-kcov 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/kennytm/cargo-kcov [INFO] finished tweaking git repo https://github.com/kennytm/cargo-kcov [INFO] tweaked toml for git repo https://github.com/kennytm/cargo-kcov written to /workspace/builds/worker-28/source/Cargo.toml [INFO] crate git repo https://github.com/kennytm/cargo-kcov 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] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded open v1.3.2 [INFO] [stderr] Downloaded rquery v0.4.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 628b3d917ceea0bade79deec03b7f2d01faf74158e006cd0fc8841767edbe14a [INFO] running `Command { std: "docker" "start" "-a" "628b3d917ceea0bade79deec03b7f2d01faf74158e006cd0fc8841767edbe14a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "628b3d917ceea0bade79deec03b7f2d01faf74158e006cd0fc8841767edbe14a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "628b3d917ceea0bade79deec03b7f2d01faf74158e006cd0fc8841767edbe14a", kill_on_drop: false }` [INFO] [stdout] 628b3d917ceea0bade79deec03b7f2d01faf74158e006cd0fc8841767edbe14a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0890c5f7ea0510b2a549cc298948736461453561b3bfd6c89fb0f352933f8b6b [INFO] running `Command { std: "docker" "start" "-a" "0890c5f7ea0510b2a549cc298948736461453561b3bfd6c89fb0f352933f8b6b", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling ryu v1.0.2 [INFO] [stderr] Compiling itoa v0.4.4 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling regex-syntax v0.6.12 [INFO] [stderr] Compiling shlex v0.1.1 [INFO] [stderr] Compiling open v1.3.2 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling dirs-sys v0.3.4 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling dirs v2.0.2 [INFO] [stderr] Compiling term v0.6.1 [INFO] [stderr] Compiling regex v1.3.1 [INFO] [stderr] Compiling serde_json v1.0.44 [INFO] [stderr] Compiling cargo-kcov v0.5.4 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 14.86s [INFO] running `Command { std: "docker" "inspect" "0890c5f7ea0510b2a549cc298948736461453561b3bfd6c89fb0f352933f8b6b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0890c5f7ea0510b2a549cc298948736461453561b3bfd6c89fb0f352933f8b6b", kill_on_drop: false }` [INFO] [stdout] 0890c5f7ea0510b2a549cc298948736461453561b3bfd6c89fb0f352933f8b6b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7f6e90269f90982026853d856f73b610c8890992cfe8af9080cb0e134dea050a [INFO] running `Command { std: "docker" "start" "-a" "7f6e90269f90982026853d856f73b610c8890992cfe8af9080cb0e134dea050a", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling remove_dir_all v0.5.2 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling xml-rs v0.7.0 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling rquery v0.4.1 [INFO] [stderr] Compiling cargo-kcov v0.5.4 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 18.47s [INFO] running `Command { std: "docker" "inspect" "7f6e90269f90982026853d856f73b610c8890992cfe8af9080cb0e134dea050a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7f6e90269f90982026853d856f73b610c8890992cfe8af9080cb0e134dea050a", kill_on_drop: false }` [INFO] [stdout] 7f6e90269f90982026853d856f73b610c8890992cfe8af9080cb0e134dea050a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] e7e9e2675d0572af0662986440e379817861e80056335410487ee47ab6ce3fb4 [INFO] running `Command { std: "docker" "start" "-a" "e7e9e2675d0572af0662986440e379817861e80056335410487ee47ab6ce3fb4", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 54.72s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/cargo_kcov-84430cf32181e9f6) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test target_finder::test_find_package_name_from_pkgid ... ok [INFO] [stdout] test target_finder::test_parse_rustc_command_lines ... ok [INFO] [stdout] test test_get_args_for_find_test_targets ... ok [INFO] [stderr] Running tests/check-colorless-output.rs (/opt/rustwide/target/debug/deps/check_colorless_output-042e342494dd33eb) [INFO] [stdout] test target_finder::test_find_test_targets ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running `/opt/rustwide/target/debug/cargo-kcov kcov --manifest-path /dev/null` [INFO] [stderr] error: kcov not installed. [INFO] [stderr] caused by: No such file or directory (os error 2) [INFO] [stderr] note: you may follow https://users.rust-lang.org/t/650 to install kcov: [INFO] [stderr] [INFO] [stderr] $ sudo apt-get install cmake g++ pkg-config jq [INFO] [stderr] [INFO] [stderr] $ sudo apt-get install libcurl4-openssl-dev libelf-dev libdw-dev binutils-dev libiberty-dev [INFO] [stderr] [INFO] [stderr] $ cargo kcov --print-install-kcov-sh | sh [INFO] [stderr] Running tests/check-specimen.rs (/opt/rustwide/target/debug/deps/check_specimen-2dc56fd66b4005b3) [INFO] [stdout] test test_colorless_stderr ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.21s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] error: could not remove build directory [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to remove directory `/opt/rustwide/target` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] Device or resource busy (os error 16) [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] test test_specimen has been running for over 60 seconds [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling ryu v1.0.2 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling unicode-width v0.1.7 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling regex-syntax v0.6.12 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling itoa v0.4.4 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling open v1.3.2 [INFO] [stderr] Compiling shlex v0.1.1 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling dirs-sys v0.3.4 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling dirs v2.0.2 [INFO] [stderr] Compiling term v0.6.1 [INFO] [stderr] Compiling regex v1.3.1 [INFO] [stderr] Compiling serde_json v1.0.44 [INFO] [stderr] Compiling cargo-kcov v0.5.4 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 38s [INFO] [stderr] Running `/opt/rustwide/target/debug/cargo-kcov kcov --manifest-path specimen/Cargo.toml --all` [INFO] [stderr] error: kcov not installed. [INFO] [stderr] caused by: No such file or directory (os error 2) [INFO] [stderr] note: you may follow https://users.rust-lang.org/t/650 to install kcov: [INFO] [stderr] [INFO] [stderr] $ sudo apt-get install cmake g++ pkg-config jq [INFO] [stderr] [INFO] [stderr] $ sudo apt-get install libcurl4-openssl-dev libelf-dev libdw-dev binutils-dev libiberty-dev [INFO] [stderr] [INFO] [stderr] $ cargo kcov --print-install-kcov-sh | sh [INFO] [stdout] test test_specimen ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- test_specimen stdout ---- [INFO] [stdout] thread 'test_specimen' panicked at 'cobertura.xml exists: UnableToOpenFile("specimen/target/cov/kcov-merged/cobertura.xml")', tests/check-specimen.rs:48:10 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x564033e3a82d - [INFO] [stdout] 1: 0x564033e60b1c - [INFO] [stdout] 2: 0x564033e35fd8 - [INFO] [stdout] 3: 0x564033e3cb07 - [INFO] [stdout] 4: 0x564033e3c83c - [INFO] [stdout] 5: 0x564033e3d259 - [INFO] [stdout] 6: 0x564033e3cf47 - [INFO] [stdout] 7: 0x564033e3acf4 - [INFO] [stdout] 8: 0x564033e3cc59 - [INFO] [stdout] 9: 0x564033d7f1b3 - [INFO] [stdout] 10: 0x564033d7f2a3 - [INFO] [stdout] 11: 0x564033d83f85 - [INFO] [stdout] 12: 0x564033d84bde - [INFO] [stdout] 13: 0x564033d849ba - [INFO] [stdout] 14: 0x564033d8404e - [INFO] [stdout] 15: 0x564033db2853 - [INFO] [stdout] 16: 0x564033db1534 - [INFO] [stdout] 17: 0x564033dbae51 - [INFO] [stdout] 18: 0x564033d874cf - [INFO] [stdout] 19: 0x564033e43023 - [INFO] [stdout] 20: 0x7f6ac991b609 - start_thread [INFO] [stdout] 21: 0x7f6ac96eb163 - clone [INFO] [stdout] 22: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] test_specimen [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 101.02s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--test check-specimen' [INFO] running `Command { std: "docker" "inspect" "e7e9e2675d0572af0662986440e379817861e80056335410487ee47ab6ce3fb4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e7e9e2675d0572af0662986440e379817861e80056335410487ee47ab6ce3fb4", kill_on_drop: false }` [INFO] [stdout] e7e9e2675d0572af0662986440e379817861e80056335410487ee47ab6ce3fb4