[INFO] updating cached repository RickCarlino/rust-fun [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/RickCarlino/rust-fun [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/RickCarlino/rust-fun" "work/ex/beta-1.37-6/sources/1.36.0/gh/RickCarlino/rust-fun"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/RickCarlino/rust-fun'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/RickCarlino/rust-fun" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/RickCarlino/rust-fun"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/RickCarlino/rust-fun'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 7bf904b651c64ec1decc4b4fd07e00e0b9affdd6 [INFO] sha for GitHub repo RickCarlino/rust-fun: 7bf904b651c64ec1decc4b4fd07e00e0b9affdd6 [INFO] validating manifest of RickCarlino/rust-fun 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 RickCarlino/rust-fun 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 RickCarlino/rust-fun [INFO] finished frobbing RickCarlino/rust-fun [INFO] frobbed toml for RickCarlino/rust-fun written to work/ex/beta-1.37-6/sources/1.36.0/gh/RickCarlino/rust-fun/Cargo.toml [INFO] started frobbing RickCarlino/rust-fun [INFO] finished frobbing RickCarlino/rust-fun [INFO] frobbed toml for RickCarlino/rust-fun written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/RickCarlino/rust-fun/Cargo.toml [INFO] crate RickCarlino/rust-fun 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] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/RickCarlino/rust-fun/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [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 RickCarlino/rust-fun 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-5/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/RickCarlino/rust-fun:/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] c7237a092d984f4e9d6b8b8d2278c5897c8b72d6df2d33d25fb5dd0214b4648e [INFO] running `"docker" "start" "-a" "c7237a092d984f4e9d6b8b8d2278c5897c8b72d6df2d33d25fb5dd0214b4648e"` [INFO] [stderr] warning: dependency (redis) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: unused manifest key: dependencies.redis.redis [INFO] [stderr] Compiling either v1.5.2 [INFO] [stderr] Compiling combine v3.8.1 [INFO] [stderr] Compiling redis v0.11.0 [INFO] [stderr] Compiling rust-chat v0.0.1 (/opt/crater/workdir) [INFO] [stderr] error: invalid suffix `i` for integer literal [INFO] [stderr] --> src/main.rs:17:41 [INFO] [stderr] | [INFO] [stderr] 17 | let _ : () = try!(con.set("my_key", 42i)); [INFO] [stderr] | ^^^ invalid suffix `i` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/main.rs:12:45 [INFO] [stderr] | [INFO] [stderr] 12 | fn fetch_an_integer() -> redis::RedisResult { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0412`. [INFO] [stderr] error: Could not compile `rust-chat`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "c7237a092d984f4e9d6b8b8d2278c5897c8b72d6df2d33d25fb5dd0214b4648e"` [INFO] running `"docker" "rm" "-f" "c7237a092d984f4e9d6b8b8d2278c5897c8b72d6df2d33d25fb5dd0214b4648e"` [INFO] [stdout] c7237a092d984f4e9d6b8b8d2278c5897c8b72d6df2d33d25fb5dd0214b4648e