[INFO] updating cached repository zhangaz1/TheRustProgrammingLanguageBookExamples [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/zhangaz1/TheRustProgrammingLanguageBookExamples [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/zhangaz1/TheRustProgrammingLanguageBookExamples" "work/ex/beta-1.38-1/sources/1.37.0/gh/zhangaz1/TheRustProgrammingLanguageBookExamples"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/zhangaz1/TheRustProgrammingLanguageBookExamples'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/zhangaz1/TheRustProgrammingLanguageBookExamples" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/zhangaz1/TheRustProgrammingLanguageBookExamples"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/zhangaz1/TheRustProgrammingLanguageBookExamples'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] e201eb3f6b6dc3622e535f5ae1a33ae2e06267f6 [INFO] sha for GitHub repo zhangaz1/TheRustProgrammingLanguageBookExamples: e201eb3f6b6dc3622e535f5ae1a33ae2e06267f6 [INFO] validating manifest of zhangaz1/TheRustProgrammingLanguageBookExamples 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 zhangaz1/TheRustProgrammingLanguageBookExamples 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 zhangaz1/TheRustProgrammingLanguageBookExamples [INFO] finished frobbing zhangaz1/TheRustProgrammingLanguageBookExamples [INFO] frobbed toml for zhangaz1/TheRustProgrammingLanguageBookExamples written to work/ex/beta-1.38-1/sources/1.37.0/gh/zhangaz1/TheRustProgrammingLanguageBookExamples/Cargo.toml [INFO] started frobbing zhangaz1/TheRustProgrammingLanguageBookExamples [INFO] finished frobbing zhangaz1/TheRustProgrammingLanguageBookExamples [INFO] frobbed toml for zhangaz1/TheRustProgrammingLanguageBookExamples written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/zhangaz1/TheRustProgrammingLanguageBookExamples/Cargo.toml [INFO] crate zhangaz1/TheRustProgrammingLanguageBookExamples already has a lockfile, it will not be regenerated [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 zhangaz1/TheRustProgrammingLanguageBookExamples against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/zhangaz1/TheRustProgrammingLanguageBookExamples:/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-08-13" "build" "--frozen"` [INFO] [stdout] d4b12f859c6fb400cb59f990801636ba658ff4b0a5bbadbecc5689cc44adbf82 [INFO] running `"docker" "start" "-a" "d4b12f859c6fb400cb59f990801636ba658ff4b0a5bbadbecc5689cc44adbf82"` [INFO] [stderr] Compiling TheRustProgrammingLanguageBookExamples v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `y` [INFO] [stderr] --> src/main.rs:5:13 [INFO] [stderr] | [INFO] [stderr] 5 | let y = &x[0]; [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_y` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: crate `TheRustProgrammingLanguageBookExamples` should have a snake case name [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] = help: convert the identifier to snake case: `the_rust_programming_language_book_examples` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.54s [INFO] running `"docker" "inspect" "d4b12f859c6fb400cb59f990801636ba658ff4b0a5bbadbecc5689cc44adbf82"` [INFO] running `"docker" "rm" "-f" "d4b12f859c6fb400cb59f990801636ba658ff4b0a5bbadbecc5689cc44adbf82"` [INFO] [stdout] d4b12f859c6fb400cb59f990801636ba658ff4b0a5bbadbecc5689cc44adbf82 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/zhangaz1/TheRustProgrammingLanguageBookExamples:/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-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 0e18291c67258f107451269bdaaa0fb2dd73e10096f832394dc581382b9c16af [INFO] running `"docker" "start" "-a" "0e18291c67258f107451269bdaaa0fb2dd73e10096f832394dc581382b9c16af"` [INFO] [stderr] Compiling TheRustProgrammingLanguageBookExamples v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `y` [INFO] [stderr] --> src/main.rs:5:13 [INFO] [stderr] | [INFO] [stderr] 5 | let y = &x[0]; [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_y` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: crate `TheRustProgrammingLanguageBookExamples` should have a snake case name [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] = help: convert the identifier to snake case: `the_rust_programming_language_book_examples` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.57s [INFO] running `"docker" "inspect" "0e18291c67258f107451269bdaaa0fb2dd73e10096f832394dc581382b9c16af"` [INFO] running `"docker" "rm" "-f" "0e18291c67258f107451269bdaaa0fb2dd73e10096f832394dc581382b9c16af"` [INFO] [stdout] 0e18291c67258f107451269bdaaa0fb2dd73e10096f832394dc581382b9c16af [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/zhangaz1/TheRustProgrammingLanguageBookExamples:/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-08-13" "test" "--frozen"` [INFO] [stdout] 730f5b076df5e6dd131abceb9fe6f1b4074b6f66ddb5f175db4271cf17104360 [INFO] running `"docker" "start" "-a" "730f5b076df5e6dd131abceb9fe6f1b4074b6f66ddb5f175db4271cf17104360"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/TheRustProgrammingLanguageBookExamples-8b644f551611c9cc [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" "730f5b076df5e6dd131abceb9fe6f1b4074b6f66ddb5f175db4271cf17104360"` [INFO] running `"docker" "rm" "-f" "730f5b076df5e6dd131abceb9fe6f1b4074b6f66ddb5f175db4271cf17104360"` [INFO] [stdout] 730f5b076df5e6dd131abceb9fe6f1b4074b6f66ddb5f175db4271cf17104360