[INFO] updating cached repository iantabolt/sey [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/iantabolt/sey [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/iantabolt/sey" "work/ex/beta-1.38-1/sources/1.37.0/gh/iantabolt/sey"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/iantabolt/sey'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/iantabolt/sey" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/iantabolt/sey"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/iantabolt/sey'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] f74597a471a9fa36cf4404959732531145458515 [INFO] sha for GitHub repo iantabolt/sey: f74597a471a9fa36cf4404959732531145458515 [INFO] validating manifest of iantabolt/sey on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of iantabolt/sey on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing iantabolt/sey [INFO] finished frobbing iantabolt/sey [INFO] frobbed toml for iantabolt/sey written to work/ex/beta-1.38-1/sources/1.37.0/gh/iantabolt/sey/Cargo.toml [INFO] started frobbing iantabolt/sey [INFO] finished frobbing iantabolt/sey [INFO] frobbed toml for iantabolt/sey written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/iantabolt/sey/Cargo.toml [INFO] crate iantabolt/sey already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing iantabolt/sey against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/iantabolt/sey:/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-08-13" "build" "--frozen"` [INFO] [stdout] 2bc6236d50962277b85a41ff00e2f58cf7c782bffdc1d8c755bba038a2092772 [INFO] running `"docker" "start" "-a" "2bc6236d50962277b85a41ff00e2f58cf7c782bffdc1d8c755bba038a2092772"` [INFO] [stderr] Compiling bytecount v0.5.1 [INFO] [stderr] Compiling regex-automata v0.1.6 [INFO] [stderr] Compiling grep-matcher v0.1.2 [INFO] [stderr] Compiling encoding_rs_io v0.1.6 [INFO] [stderr] Compiling serde_derive v1.0.91 [INFO] [stderr] Compiling grep-regex v0.1.3 [INFO] [stderr] Compiling bstr v0.1.2 [INFO] [stderr] Compiling grep-searcher v0.1.4 [INFO] [stderr] Compiling globset v0.4.3 [INFO] [stderr] Compiling grep-cli v0.1.2 [INFO] [stderr] Compiling grep-printer v0.1.2 [INFO] [stderr] Compiling grep v0.2.4 [INFO] [stderr] Compiling sey v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:24:33 [INFO] [stderr] | [INFO] [stderr] 24 | fn try_main() -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:35:83 [INFO] [stderr] | [INFO] [stderr] 35 | fn search(pattern: &str, replacement: &str, paths: &[OsString]) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `replacement` [INFO] [stderr] --> src/main.rs:35:26 [INFO] [stderr] | [INFO] [stderr] 35 | fn search(pattern: &str, replacement: &str, paths: &[OsString]) -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^ help: consider prefixing with an underscore: `_replacement` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 24.09s [INFO] running `"docker" "inspect" "2bc6236d50962277b85a41ff00e2f58cf7c782bffdc1d8c755bba038a2092772"` [INFO] running `"docker" "rm" "-f" "2bc6236d50962277b85a41ff00e2f58cf7c782bffdc1d8c755bba038a2092772"` [INFO] [stdout] 2bc6236d50962277b85a41ff00e2f58cf7c782bffdc1d8c755bba038a2092772 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/iantabolt/sey:/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-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] a996a54828d8a3bed0ef151c9ea211dde6b9859080c0b9701ccd566c33498b6a [INFO] running `"docker" "start" "-a" "a996a54828d8a3bed0ef151c9ea211dde6b9859080c0b9701ccd566c33498b6a"` [INFO] [stderr] Compiling sey v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:24:33 [INFO] [stderr] | [INFO] [stderr] 24 | fn try_main() -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:35:83 [INFO] [stderr] | [INFO] [stderr] 35 | fn search(pattern: &str, replacement: &str, paths: &[OsString]) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `replacement` [INFO] [stderr] --> src/main.rs:35:26 [INFO] [stderr] | [INFO] [stderr] 35 | fn search(pattern: &str, replacement: &str, paths: &[OsString]) -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^ help: consider prefixing with an underscore: `_replacement` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.26s [INFO] running `"docker" "inspect" "a996a54828d8a3bed0ef151c9ea211dde6b9859080c0b9701ccd566c33498b6a"` [INFO] running `"docker" "rm" "-f" "a996a54828d8a3bed0ef151c9ea211dde6b9859080c0b9701ccd566c33498b6a"` [INFO] [stdout] a996a54828d8a3bed0ef151c9ea211dde6b9859080c0b9701ccd566c33498b6a [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/iantabolt/sey:/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-08-13" "test" "--frozen"` [INFO] [stdout] 6fef824510c79a69fd7717f51603987aef8ea935431a9eba1cde1f60a7a17010 [INFO] running `"docker" "start" "-a" "6fef824510c79a69fd7717f51603987aef8ea935431a9eba1cde1f60a7a17010"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/sey-ef7fdc3db51739bf [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "6fef824510c79a69fd7717f51603987aef8ea935431a9eba1cde1f60a7a17010"` [INFO] running `"docker" "rm" "-f" "6fef824510c79a69fd7717f51603987aef8ea935431a9eba1cde1f60a7a17010"` [INFO] [stdout] 6fef824510c79a69fd7717f51603987aef8ea935431a9eba1cde1f60a7a17010