[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 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/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" "+1.36.0" "build" "--frozen"` [INFO] [stdout] 69dc209a61ca15062745281167fafa3322216053b05ef1a241995be0ae756cc4 [INFO] running `"docker" "start" "-a" "69dc209a61ca15062745281167fafa3322216053b05ef1a241995be0ae756cc4"` [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 memchr v2.2.1 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling combine v3.8.1 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling redis v0.11.0 [INFO] [stderr] Compiling rust-chat v0.0.1 (/opt/crater/workdir) [INFO] [stderr] error: invalid width `` for integer literal [INFO] [stderr] --> src/main.rs:17:41 [INFO] [stderr] | [INFO] [stderr] 17 | let _ : () = try!(con.set("my_key", 42i)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = help: valid widths are 8, 16, 32, 64 and 128 [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" "69dc209a61ca15062745281167fafa3322216053b05ef1a241995be0ae756cc4"` [INFO] running `"docker" "rm" "-f" "69dc209a61ca15062745281167fafa3322216053b05ef1a241995be0ae756cc4"` [INFO] [stdout] 69dc209a61ca15062745281167fafa3322216053b05ef1a241995be0ae756cc4