[INFO] updating cached repository mrbass21/NetflixRatingsExporter [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/mrbass21/NetflixRatingsExporter [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/mrbass21/NetflixRatingsExporter" "work/ex/beta-1.37-6/sources/1.36.0/gh/mrbass21/NetflixRatingsExporter"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/mrbass21/NetflixRatingsExporter'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/mrbass21/NetflixRatingsExporter" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/mrbass21/NetflixRatingsExporter"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/mrbass21/NetflixRatingsExporter'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 58b43d6e3d62e9898177906c6791607ec1461e92 [INFO] sha for GitHub repo mrbass21/NetflixRatingsExporter: 58b43d6e3d62e9898177906c6791607ec1461e92 [INFO] validating manifest of mrbass21/NetflixRatingsExporter 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 mrbass21/NetflixRatingsExporter 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 mrbass21/NetflixRatingsExporter [INFO] finished frobbing mrbass21/NetflixRatingsExporter [INFO] frobbed toml for mrbass21/NetflixRatingsExporter written to work/ex/beta-1.37-6/sources/1.36.0/gh/mrbass21/NetflixRatingsExporter/Cargo.toml [INFO] started frobbing mrbass21/NetflixRatingsExporter [INFO] finished frobbing mrbass21/NetflixRatingsExporter [INFO] frobbed toml for mrbass21/NetflixRatingsExporter written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/mrbass21/NetflixRatingsExporter/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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 mrbass21/NetflixRatingsExporter 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/mrbass21/NetflixRatingsExporter:/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] 2d4c58a6d35bdc883c8c410a006ca30164b287a9d09b4965b131c8899934f5a4 [INFO] running `"docker" "start" "-a" "2d4c58a6d35bdc883c8c410a006ca30164b287a9d09b4965b131c8899934f5a4"` [INFO] [stderr] Compiling netflix_ratings_exporter v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:72:46 [INFO] [stderr] | [INFO] [stderr] 72 | pub fn run(config: Config) -> 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: unused variable: `config` [INFO] [stderr] --> src/lib.rs:72:12 [INFO] [stderr] | [INFO] [stderr] 72 | pub fn run(config: Config) -> Result<(), Box> { [INFO] [stderr] | ^^^^^^ help: consider prefixing with an underscore: `_config` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.29s [INFO] running `"docker" "inspect" "2d4c58a6d35bdc883c8c410a006ca30164b287a9d09b4965b131c8899934f5a4"` [INFO] running `"docker" "rm" "-f" "2d4c58a6d35bdc883c8c410a006ca30164b287a9d09b4965b131c8899934f5a4"` [INFO] [stdout] 2d4c58a6d35bdc883c8c410a006ca30164b287a9d09b4965b131c8899934f5a4 [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/mrbass21/NetflixRatingsExporter:/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] 68c22f0495031d8d6efd4a1968f4a2806518e177f0a0343f84dd96168e38f4ab [INFO] running `"docker" "start" "-a" "68c22f0495031d8d6efd4a1968f4a2806518e177f0a0343f84dd96168e38f4ab"` [INFO] [stderr] Compiling netflix_ratings_exporter v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:72:46 [INFO] [stderr] | [INFO] [stderr] 72 | pub fn run(config: Config) -> 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: unused variable: `config` [INFO] [stderr] --> src/lib.rs:72:12 [INFO] [stderr] | [INFO] [stderr] 72 | pub fn run(config: Config) -> Result<(), Box> { [INFO] [stderr] | ^^^^^^ help: consider prefixing with an underscore: `_config` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.22s [INFO] running `"docker" "inspect" "68c22f0495031d8d6efd4a1968f4a2806518e177f0a0343f84dd96168e38f4ab"` [INFO] running `"docker" "rm" "-f" "68c22f0495031d8d6efd4a1968f4a2806518e177f0a0343f84dd96168e38f4ab"` [INFO] [stdout] 68c22f0495031d8d6efd4a1968f4a2806518e177f0a0343f84dd96168e38f4ab [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/mrbass21/NetflixRatingsExporter:/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] 48affeddc0dbedfe18161e07d86c8ec1feb31f73ff048df12f8e33658705a441 [INFO] running `"docker" "start" "-a" "48affeddc0dbedfe18161e07d86c8ec1feb31f73ff048df12f8e33658705a441"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/netflix_ratings_exporter-749271e03d5d334b [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test test::help_menu ... ok [INFO] [stdout] test test::invalid_args ... ok [INFO] [stdout] test test::valid_args ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/netflix_ratings_exporter-e96d9b1905518cc8 [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] [stderr] Doc-tests netflix_ratings_exporter [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" "48affeddc0dbedfe18161e07d86c8ec1feb31f73ff048df12f8e33658705a441"` [INFO] running `"docker" "rm" "-f" "48affeddc0dbedfe18161e07d86c8ec1feb31f73ff048df12f8e33658705a441"` [INFO] [stdout] 48affeddc0dbedfe18161e07d86c8ec1feb31f73ff048df12f8e33658705a441