[INFO] updating cached repository chrisduerr/recholera [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/chrisduerr/recholera [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/chrisduerr/recholera" "work/ex/beta-1.37-6/sources/1.36.0/gh/chrisduerr/recholera"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/chrisduerr/recholera'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/chrisduerr/recholera" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/chrisduerr/recholera"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/chrisduerr/recholera'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] bdad5a004f79d56ca36cc448c6709f021db439de [INFO] sha for GitHub repo chrisduerr/recholera: bdad5a004f79d56ca36cc448c6709f021db439de [INFO] validating manifest of chrisduerr/recholera on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of chrisduerr/recholera on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing chrisduerr/recholera [INFO] finished frobbing chrisduerr/recholera [INFO] frobbed toml for chrisduerr/recholera written to work/ex/beta-1.37-6/sources/1.36.0/gh/chrisduerr/recholera/Cargo.toml [INFO] started frobbing chrisduerr/recholera [INFO] finished frobbing chrisduerr/recholera [INFO] frobbed toml for chrisduerr/recholera written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/chrisduerr/recholera/Cargo.toml [INFO] crate chrisduerr/recholera already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing chrisduerr/recholera against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/chrisduerr/recholera:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] 67c89353d17823958c7df0c0891b8ae86d994f8ff4dda2279a7e8bc43a4b6498 [INFO] running `"docker" "start" "-a" "67c89353d17823958c7df0c0891b8ae86d994f8ff4dda2279a7e8bc43a4b6498"` [INFO] [stderr] Compiling term_size v0.3.0 [INFO] [stderr] Compiling atty v0.2.2 [INFO] [stderr] Compiling clap v2.24.2 [INFO] [stderr] Compiling recholera v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/main.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | / error_chain!{ [INFO] [stderr] 14 | | foreign_links { [INFO] [stderr] 15 | | Io(::std::io::Error); [INFO] [stderr] 16 | | Regex(::regex::Error); [INFO] [stderr] 17 | | } [INFO] [stderr] 18 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/main.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | / error_chain!{ [INFO] [stderr] 14 | | foreign_links { [INFO] [stderr] 15 | | Io(::std::io::Error); [INFO] [stderr] 16 | | Regex(::regex::Error); [INFO] [stderr] 17 | | } [INFO] [stderr] 18 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 24.96s [INFO] running `"docker" "inspect" "67c89353d17823958c7df0c0891b8ae86d994f8ff4dda2279a7e8bc43a4b6498"` [INFO] running `"docker" "rm" "-f" "67c89353d17823958c7df0c0891b8ae86d994f8ff4dda2279a7e8bc43a4b6498"` [INFO] [stdout] 67c89353d17823958c7df0c0891b8ae86d994f8ff4dda2279a7e8bc43a4b6498 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/chrisduerr/recholera:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] c0a547097e29a6eb12e4cb5638eb85e5da7b33fbb29190e404ceba1634abea69 [INFO] running `"docker" "start" "-a" "c0a547097e29a6eb12e4cb5638eb85e5da7b33fbb29190e404ceba1634abea69"` [INFO] [stderr] Compiling recholera v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/main.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | / error_chain!{ [INFO] [stderr] 14 | | foreign_links { [INFO] [stderr] 15 | | Io(::std::io::Error); [INFO] [stderr] 16 | | Regex(::regex::Error); [INFO] [stderr] 17 | | } [INFO] [stderr] 18 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/main.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | / error_chain!{ [INFO] [stderr] 14 | | foreign_links { [INFO] [stderr] 15 | | Io(::std::io::Error); [INFO] [stderr] 16 | | Regex(::regex::Error); [INFO] [stderr] 17 | | } [INFO] [stderr] 18 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.88s [INFO] running `"docker" "inspect" "c0a547097e29a6eb12e4cb5638eb85e5da7b33fbb29190e404ceba1634abea69"` [INFO] running `"docker" "rm" "-f" "c0a547097e29a6eb12e4cb5638eb85e5da7b33fbb29190e404ceba1634abea69"` [INFO] [stdout] c0a547097e29a6eb12e4cb5638eb85e5da7b33fbb29190e404ceba1634abea69 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/chrisduerr/recholera:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "test" "--frozen"` [INFO] [stdout] d53f4ce106ae9ad23cb0a2be77c35f9778ef0ab4343aeb39268ebf1f2d6120ad [INFO] running `"docker" "start" "-a" "d53f4ce106ae9ad23cb0a2be77c35f9778ef0ab4343aeb39268ebf1f2d6120ad"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/recholera-5fc7dc756b88be1d [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test replace::test_save_file ... ok [INFO] [stdout] test replace::test_save_creating_dirs ... ok [INFO] [stdout] test replace::test_load_file ... ok [INFO] [stdout] test replace::test_restore_backup ... ok [INFO] [stdout] test replace::test_replace ... ok [INFO] [stdout] test replace::test_replace_creating_backup ... ok [INFO] [stdout] test replace::test_replace_case_insensitive ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "d53f4ce106ae9ad23cb0a2be77c35f9778ef0ab4343aeb39268ebf1f2d6120ad"` [INFO] running `"docker" "rm" "-f" "d53f4ce106ae9ad23cb0a2be77c35f9778ef0ab4343aeb39268ebf1f2d6120ad"` [INFO] [stdout] d53f4ce106ae9ad23cb0a2be77c35f9778ef0ab4343aeb39268ebf1f2d6120ad