[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.38-1/sources/1.37.0/gh/mrbass21/NetflixRatingsExporter"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/mrbass21/NetflixRatingsExporter'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/mrbass21/NetflixRatingsExporter" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/mrbass21/NetflixRatingsExporter"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/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.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 mrbass21/NetflixRatingsExporter 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 mrbass21/NetflixRatingsExporter [INFO] finished frobbing mrbass21/NetflixRatingsExporter [INFO] frobbed toml for mrbass21/NetflixRatingsExporter written to work/ex/beta-1.38-1/sources/1.37.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.38-1/sources/beta-2019-08-13/gh/mrbass21/NetflixRatingsExporter/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing mrbass21/NetflixRatingsExporter against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 53aeca9fba128b6b4744471f17f5d58e425603c93cac2f6e40049ba07b9a571d [INFO] running `"docker" "start" "-a" "53aeca9fba128b6b4744471f17f5d58e425603c93cac2f6e40049ba07b9a571d"` [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.39s [INFO] running `"docker" "inspect" "53aeca9fba128b6b4744471f17f5d58e425603c93cac2f6e40049ba07b9a571d"` [INFO] running `"docker" "rm" "-f" "53aeca9fba128b6b4744471f17f5d58e425603c93cac2f6e40049ba07b9a571d"` [INFO] [stdout] 53aeca9fba128b6b4744471f17f5d58e425603c93cac2f6e40049ba07b9a571d [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] cb690e79b19a62e6feabaa02ed51a09e507f6db06ad377849c94707329070e9e [INFO] running `"docker" "start" "-a" "cb690e79b19a62e6feabaa02ed51a09e507f6db06ad377849c94707329070e9e"` [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.49s [INFO] running `"docker" "inspect" "cb690e79b19a62e6feabaa02ed51a09e507f6db06ad377849c94707329070e9e"` [INFO] running `"docker" "rm" "-f" "cb690e79b19a62e6feabaa02ed51a09e507f6db06ad377849c94707329070e9e"` [INFO] [stdout] cb690e79b19a62e6feabaa02ed51a09e507f6db06ad377849c94707329070e9e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "test" "--frozen"` [INFO] [stdout] b8453069478ba14596eeadefe2758485788e561fe199ff2a4589b3cae87abbf2 [INFO] running `"docker" "start" "-a" "b8453069478ba14596eeadefe2758485788e561fe199ff2a4589b3cae87abbf2"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/netflix_ratings_exporter-d7401e0af25569a2 [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test test::help_menu ... ok [INFO] [stdout] test test::valid_args ... ok [INFO] [stdout] test test::invalid_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-cc70bd886fe4853b [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" "b8453069478ba14596eeadefe2758485788e561fe199ff2a4589b3cae87abbf2"` [INFO] running `"docker" "rm" "-f" "b8453069478ba14596eeadefe2758485788e561fe199ff2a4589b3cae87abbf2"` [INFO] [stdout] b8453069478ba14596eeadefe2758485788e561fe199ff2a4589b3cae87abbf2