[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.37-6/sources/1.36.0/gh/zhangaz1/TheRustProgrammingLanguageBookExamples"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/zhangaz1/TheRustProgrammingLanguageBookExamples'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/zhangaz1/TheRustProgrammingLanguageBookExamples" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/zhangaz1/TheRustProgrammingLanguageBookExamples"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/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.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 zhangaz1/TheRustProgrammingLanguageBookExamples 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 zhangaz1/TheRustProgrammingLanguageBookExamples [INFO] finished frobbing zhangaz1/TheRustProgrammingLanguageBookExamples [INFO] frobbed toml for zhangaz1/TheRustProgrammingLanguageBookExamples written to work/ex/beta-1.37-6/sources/1.36.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.37-6/sources/beta-2019-07-23/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.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 zhangaz1/TheRustProgrammingLanguageBookExamples 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-7/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/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" "+1.36.0" "build" "--frozen"` [INFO] [stdout] 5a34dd9b6a4ff7936059cb456aab3818016269b28e6ca2e6d7dc8a0eba820b49 [INFO] running `"docker" "start" "-a" "5a34dd9b6a4ff7936059cb456aab3818016269b28e6ca2e6d7dc8a0eba820b49"` [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.60s [INFO] running `"docker" "inspect" "5a34dd9b6a4ff7936059cb456aab3818016269b28e6ca2e6d7dc8a0eba820b49"` [INFO] running `"docker" "rm" "-f" "5a34dd9b6a4ff7936059cb456aab3818016269b28e6ca2e6d7dc8a0eba820b49"` [INFO] [stdout] 5a34dd9b6a4ff7936059cb456aab3818016269b28e6ca2e6d7dc8a0eba820b49 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-7/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/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" "+1.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] a7d5f2c7ea69cf4b0e41974383d93a0b0c1ecee4753a0e2c914b56698daf2343 [INFO] running `"docker" "start" "-a" "a7d5f2c7ea69cf4b0e41974383d93a0b0c1ecee4753a0e2c914b56698daf2343"` [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.74s [INFO] running `"docker" "inspect" "a7d5f2c7ea69cf4b0e41974383d93a0b0c1ecee4753a0e2c914b56698daf2343"` [INFO] running `"docker" "rm" "-f" "a7d5f2c7ea69cf4b0e41974383d93a0b0c1ecee4753a0e2c914b56698daf2343"` [INFO] [stdout] a7d5f2c7ea69cf4b0e41974383d93a0b0c1ecee4753a0e2c914b56698daf2343 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-7/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/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" "+1.36.0" "test" "--frozen"` [INFO] [stdout] 81251b2999d076e7d5eec01ed7da6cabd213d5e558df9438bb774c1cf0bf169c [INFO] running `"docker" "start" "-a" "81251b2999d076e7d5eec01ed7da6cabd213d5e558df9438bb774c1cf0bf169c"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/TheRustProgrammingLanguageBookExamples-24d8e17e17e97aab [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" "81251b2999d076e7d5eec01ed7da6cabd213d5e558df9438bb774c1cf0bf169c"` [INFO] running `"docker" "rm" "-f" "81251b2999d076e7d5eec01ed7da6cabd213d5e558df9438bb774c1cf0bf169c"` [INFO] [stdout] 81251b2999d076e7d5eec01ed7da6cabd213d5e558df9438bb774c1cf0bf169c