[INFO] cloning repository https://github.com/jonhiggs/parse-torrent-name [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jonhiggs/parse-torrent-name" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjonhiggs%2Fparse-torrent-name", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjonhiggs%2Fparse-torrent-name'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7f1be7df9ce62da5e3fd7060eb2562ef6e00d4df [INFO] testing jonhiggs/parse-torrent-name against master#62efba8a050c64249dab942951bb28f710208bc8 for pr-90799 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjonhiggs%2Fparse-torrent-name" "/workspace/builds/worker-75/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-75/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jonhiggs/parse-torrent-name on toolchain 62efba8a050c64249dab942951bb28f710208bc8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jonhiggs/parse-torrent-name [INFO] finished tweaking git repo https://github.com/jonhiggs/parse-torrent-name [INFO] tweaked toml for git repo https://github.com/jonhiggs/parse-torrent-name written to /workspace/builds/worker-75/source/Cargo.toml [INFO] crate git repo https://github.com/jonhiggs/parse-torrent-name already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-75/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-75/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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 45c28c3e2fa970a177fc820618644f75c00af55f4f36c6168a1e0c09d09d6400 [INFO] running `Command { std: "docker" "start" "-a" "45c28c3e2fa970a177fc820618644f75c00af55f4f36c6168a1e0c09d09d6400", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "45c28c3e2fa970a177fc820618644f75c00af55f4f36c6168a1e0c09d09d6400", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "45c28c3e2fa970a177fc820618644f75c00af55f4f36c6168a1e0c09d09d6400", kill_on_drop: false }` [INFO] [stdout] 45c28c3e2fa970a177fc820618644f75c00af55f4f36c6168a1e0c09d09d6400 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-75/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-75/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8a16c65a013bc9d133d6185416968510a19fa7504570489c8a2f8e854b8bd891 [INFO] running `Command { std: "docker" "start" "-a" "8a16c65a013bc9d133d6185416968510a19fa7504570489c8a2f8e854b8bd891", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling unicode-width v0.1.5 [INFO] [stderr] Compiling unicode-segmentation v1.2.1 [INFO] [stderr] Compiling bitflags v1.0.4 [INFO] [stderr] Compiling regex v1.0.6 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling lazy_static v0.2.11 [INFO] [stderr] Compiling json v0.11.13 [INFO] [stderr] Compiling regex-syntax v0.5.6 [INFO] [stderr] Compiling regex-syntax v0.6.3 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling syn v0.15.22 [INFO] [stderr] Compiling textwrap v0.10.0 [INFO] [stderr] Compiling heck v0.3.0 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling structopt-derive v0.2.13 [INFO] [stderr] Compiling titlecase v0.10.0 [INFO] [stderr] Compiling structopt v0.2.13 [INFO] [stderr] Compiling parse-torrent-name-rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 39.19s [INFO] running `Command { std: "docker" "inspect" "8a16c65a013bc9d133d6185416968510a19fa7504570489c8a2f8e854b8bd891", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8a16c65a013bc9d133d6185416968510a19fa7504570489c8a2f8e854b8bd891", kill_on_drop: false }` [INFO] [stdout] 8a16c65a013bc9d133d6185416968510a19fa7504570489c8a2f8e854b8bd891 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-75/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-75/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 74d47ca6c49a5584a4e10a9dd3ec2489cab874a0694de8daac4154243cea1d64 [INFO] running `Command { std: "docker" "start" "-a" "74d47ca6c49a5584a4e10a9dd3ec2489cab874a0694de8daac4154243cea1d64", kill_on_drop: false }` [INFO] [stderr] Compiling parse-torrent-name-rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.20s [INFO] running `Command { std: "docker" "inspect" "74d47ca6c49a5584a4e10a9dd3ec2489cab874a0694de8daac4154243cea1d64", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "74d47ca6c49a5584a4e10a9dd3ec2489cab874a0694de8daac4154243cea1d64", kill_on_drop: false }` [INFO] [stdout] 74d47ca6c49a5584a4e10a9dd3ec2489cab874a0694de8daac4154243cea1d64 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-75/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-75/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 13caac8d99a6679cb594839f726cf1145ca64026f342c2a5f2195160bd97442c [INFO] running `Command { std: "docker" "start" "-a" "13caac8d99a6679cb594839f726cf1145ca64026f342c2a5f2195160bd97442c", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/parse_torrent_name_rust-c6eed5252a3b9e1e) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test tests::test_spaceify ... ok [INFO] [stdout] test tests::test_resolution ... ok [INFO] [stdout] test tests::test_size ... ok [INFO] [stdout] test tests::test_strip_noise ... ok [INFO] [stdout] test tests::test_codec ... ok [INFO] [stdout] test tests::test_year ... ok [INFO] [stdout] test tests::test_audio ... ok [INFO] [stdout] test tests::test_episode ... ok [INFO] [stdout] test tests::test_season ... ok [INFO] [stdout] test tests::test_title ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.17s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "13caac8d99a6679cb594839f726cf1145ca64026f342c2a5f2195160bd97442c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "13caac8d99a6679cb594839f726cf1145ca64026f342c2a5f2195160bd97442c", kill_on_drop: false }` [INFO] [stdout] 13caac8d99a6679cb594839f726cf1145ca64026f342c2a5f2195160bd97442c