[INFO] updating cached repository https://github.com/chrisduerr/recholera [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] bdad5a004f79d56ca36cc448c6709f021db439de [INFO] testing chrisduerr/recholera against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchrisduerr%2Frecholera" "work/builds/worker-4/source"` [INFO] [stderr] Cloning into 'work/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/chrisduerr/recholera on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/chrisduerr/recholera [INFO] finished tweaking git repo https://github.com/chrisduerr/recholera [INFO] tweaked toml for git repo https://github.com/chrisduerr/recholera written to work/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/chrisduerr/recholera already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] a4c990a142719276ded3f7f1304dd979d4ce45025b0b0ae2745ebf36841e47c3 [INFO] running `"docker" "start" "-a" "a4c990a142719276ded3f7f1304dd979d4ce45025b0b0ae2745ebf36841e47c3"` [INFO] [stderr] Compiling term_size v0.3.0 [INFO] [stderr] Compiling atty v0.2.2 [INFO] [stderr] Compiling backtrace-sys v0.1.10 [INFO] [stderr] Compiling backtrace v0.3.2 [INFO] [stderr] Compiling clap v2.24.2 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling recholera v0.1.0 (/opt/rustwide/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 13.88s [INFO] running `"docker" "inspect" "a4c990a142719276ded3f7f1304dd979d4ce45025b0b0ae2745ebf36841e47c3"` [INFO] running `"docker" "rm" "-f" "a4c990a142719276ded3f7f1304dd979d4ce45025b0b0ae2745ebf36841e47c3"` [INFO] [stdout] a4c990a142719276ded3f7f1304dd979d4ce45025b0b0ae2745ebf36841e47c3 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 2f9b00dbc243dc8e77c6cd5f07b726a4d604ac8a179b0aa2d04f5a51fc3d35f6 [INFO] running `"docker" "start" "-a" "2f9b00dbc243dc8e77c6cd5f07b726a4d604ac8a179b0aa2d04f5a51fc3d35f6"` [INFO] [stderr] Compiling tempdir v0.3.5 [INFO] [stderr] Compiling recholera v0.1.0 (/opt/rustwide/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 4.92s [INFO] running `"docker" "inspect" "2f9b00dbc243dc8e77c6cd5f07b726a4d604ac8a179b0aa2d04f5a51fc3d35f6"` [INFO] running `"docker" "rm" "-f" "2f9b00dbc243dc8e77c6cd5f07b726a4d604ac8a179b0aa2d04f5a51fc3d35f6"` [INFO] [stdout] 2f9b00dbc243dc8e77c6cd5f07b726a4d604ac8a179b0aa2d04f5a51fc3d35f6 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen"` [INFO] [stdout] 09b0bc520f656f0d20c41e79c4cc0de41fd9a0e0729a9252b61876a2db7a816e [INFO] running `"docker" "start" "-a" "09b0bc520f656f0d20c41e79c4cc0de41fd9a0e0729a9252b61876a2db7a816e"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/recholera-f0afaf242fda745d [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test replace::test_load_file ... ok [INFO] [stdout] test replace::test_save_file ... ok [INFO] [stdout] test replace::test_save_creating_dirs ... 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" "09b0bc520f656f0d20c41e79c4cc0de41fd9a0e0729a9252b61876a2db7a816e"` [INFO] running `"docker" "rm" "-f" "09b0bc520f656f0d20c41e79c4cc0de41fd9a0e0729a9252b61876a2db7a816e"` [INFO] [stdout] 09b0bc520f656f0d20c41e79c4cc0de41fd9a0e0729a9252b61876a2db7a816e