[INFO] updating cached repository BurntSushi/rust-error-handling-case-study [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/BurntSushi/rust-error-handling-case-study [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/BurntSushi/rust-error-handling-case-study" "work/ex/beta-1.37-6/sources/1.36.0/gh/BurntSushi/rust-error-handling-case-study"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/BurntSushi/rust-error-handling-case-study'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/BurntSushi/rust-error-handling-case-study" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/BurntSushi/rust-error-handling-case-study"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/BurntSushi/rust-error-handling-case-study'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 8e2af66c6aa41387c578303253e6fac30b679d1d [INFO] sha for GitHub repo BurntSushi/rust-error-handling-case-study: 8e2af66c6aa41387c578303253e6fac30b679d1d [INFO] validating manifest of BurntSushi/rust-error-handling-case-study 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 BurntSushi/rust-error-handling-case-study 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 BurntSushi/rust-error-handling-case-study [INFO] finished frobbing BurntSushi/rust-error-handling-case-study [INFO] frobbed toml for BurntSushi/rust-error-handling-case-study written to work/ex/beta-1.37-6/sources/1.36.0/gh/BurntSushi/rust-error-handling-case-study/Cargo.toml [INFO] started frobbing BurntSushi/rust-error-handling-case-study [INFO] finished frobbing BurntSushi/rust-error-handling-case-study [INFO] frobbed toml for BurntSushi/rust-error-handling-case-study written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/BurntSushi/rust-error-handling-case-study/Cargo.toml [INFO] crate BurntSushi/rust-error-handling-case-study 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 BurntSushi/rust-error-handling-case-study 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-2/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/BurntSushi/rust-error-handling-case-study:/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] 28bea13032b68421ae8c71cd245c28b13c842721c37d8cc7b494589311d7d95b [INFO] running `"docker" "start" "-a" "28bea13032b68421ae8c71cd245c28b13c842721c37d8cc7b494589311d7d95b"` [INFO] [stderr] Compiling csv v0.14.7 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling docopt v0.6.86 [INFO] [stderr] Compiling city-pop v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:100:20 [INFO] [stderr] | [INFO] [stderr] 100 | let input: Box = match *file_path { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn io::Read` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.49s [INFO] running `"docker" "inspect" "28bea13032b68421ae8c71cd245c28b13c842721c37d8cc7b494589311d7d95b"` [INFO] running `"docker" "rm" "-f" "28bea13032b68421ae8c71cd245c28b13c842721c37d8cc7b494589311d7d95b"` [INFO] [stdout] 28bea13032b68421ae8c71cd245c28b13c842721c37d8cc7b494589311d7d95b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/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/BurntSushi/rust-error-handling-case-study:/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] 45de285ef6cd499823f97d78a9d36dbe0ff248d98c869b19070df8560027d9e7 [INFO] running `"docker" "start" "-a" "45de285ef6cd499823f97d78a9d36dbe0ff248d98c869b19070df8560027d9e7"` [INFO] [stderr] Compiling city-pop v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:100:20 [INFO] [stderr] | [INFO] [stderr] 100 | let input: Box = match *file_path { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn io::Read` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.57s [INFO] running `"docker" "inspect" "45de285ef6cd499823f97d78a9d36dbe0ff248d98c869b19070df8560027d9e7"` [INFO] running `"docker" "rm" "-f" "45de285ef6cd499823f97d78a9d36dbe0ff248d98c869b19070df8560027d9e7"` [INFO] [stdout] 45de285ef6cd499823f97d78a9d36dbe0ff248d98c869b19070df8560027d9e7 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/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/BurntSushi/rust-error-handling-case-study:/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] 9603fbaf512f5857559cc5cddad8923d3d373378ae5363f210ee6f10c8bd94c6 [INFO] running `"docker" "start" "-a" "9603fbaf512f5857559cc5cddad8923d3d373378ae5363f210ee6f10c8bd94c6"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/city_pop-1f73dbd3d3b7e44e [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" "9603fbaf512f5857559cc5cddad8923d3d373378ae5363f210ee6f10c8bd94c6"` [INFO] running `"docker" "rm" "-f" "9603fbaf512f5857559cc5cddad8923d3d373378ae5363f210ee6f10c8bd94c6"` [INFO] [stdout] 9603fbaf512f5857559cc5cddad8923d3d373378ae5363f210ee6f10c8bd94c6