[INFO] cloning repository nick-hill/SamplePrograms [INFO] running `"git" "clone" "--bare" "git://github.com/nick-hill/SamplePrograms.git" "work/cache/sources/gh/nick-hill/SamplePrograms"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/nick-hill/SamplePrograms'... [INFO] running `"git" "clone" "work/cache/sources/gh/nick-hill/SamplePrograms" "work/ex/beta-1.37-6/sources/1.36.0/gh/nick-hill/SamplePrograms"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/nick-hill/SamplePrograms'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/nick-hill/SamplePrograms" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/nick-hill/SamplePrograms"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/nick-hill/SamplePrograms'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d418698644a2ac4c15b0d5c090b4289a0829a878 [INFO] sha for GitHub repo nick-hill/SamplePrograms: d418698644a2ac4c15b0d5c090b4289a0829a878 [INFO] validating manifest of nick-hill/SamplePrograms 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 nick-hill/SamplePrograms 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 nick-hill/SamplePrograms [INFO] finished frobbing nick-hill/SamplePrograms [INFO] frobbed toml for nick-hill/SamplePrograms written to work/ex/beta-1.37-6/sources/1.36.0/gh/nick-hill/SamplePrograms/Cargo.toml [INFO] started frobbing nick-hill/SamplePrograms [INFO] finished frobbing nick-hill/SamplePrograms [INFO] frobbed toml for nick-hill/SamplePrograms written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/nick-hill/SamplePrograms/Cargo.toml [INFO] crate nick-hill/SamplePrograms 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 nick-hill/SamplePrograms 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-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/nick-hill/SamplePrograms:/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] ba54a8d8f155a21879c9efc1eaca55ecb7625b69803055edad8a88c7fd950928 [INFO] running `"docker" "start" "-a" "ba54a8d8f155a21879c9efc1eaca55ecb7625b69803055edad8a88c7fd950928"` [INFO] [stderr] Compiling SamplePrograms v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/bubble_sort.rs:15:9 [INFO] [stderr] | [INFO] [stderr] 15 | for x in 0..var{ [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_x` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: crate `SamplePrograms` 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: `sample_programs` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.66s [INFO] running `"docker" "inspect" "ba54a8d8f155a21879c9efc1eaca55ecb7625b69803055edad8a88c7fd950928"` [INFO] running `"docker" "rm" "-f" "ba54a8d8f155a21879c9efc1eaca55ecb7625b69803055edad8a88c7fd950928"` [INFO] [stdout] ba54a8d8f155a21879c9efc1eaca55ecb7625b69803055edad8a88c7fd950928 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/nick-hill/SamplePrograms:/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] 704a05ce0f383b63b2987cf7ac05a527fc619392fcf445170939dec8fe359bd5 [INFO] running `"docker" "start" "-a" "704a05ce0f383b63b2987cf7ac05a527fc619392fcf445170939dec8fe359bd5"` [INFO] [stderr] Compiling SamplePrograms v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/bubble_sort.rs:15:9 [INFO] [stderr] | [INFO] [stderr] 15 | for x in 0..var{ [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_x` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: crate `SamplePrograms` 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: `sample_programs` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.65s [INFO] running `"docker" "inspect" "704a05ce0f383b63b2987cf7ac05a527fc619392fcf445170939dec8fe359bd5"` [INFO] running `"docker" "rm" "-f" "704a05ce0f383b63b2987cf7ac05a527fc619392fcf445170939dec8fe359bd5"` [INFO] [stdout] 704a05ce0f383b63b2987cf7ac05a527fc619392fcf445170939dec8fe359bd5 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/nick-hill/SamplePrograms:/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] 3c6fe375a5cb817e8b8796353d2bc85a251ed1a065b2c932ec94ae65a00db9d0 [INFO] running `"docker" "start" "-a" "3c6fe375a5cb817e8b8796353d2bc85a251ed1a065b2c932ec94ae65a00db9d0"` [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stdout] running 0 tests [INFO] [stderr] Running /opt/crater/target/debug/deps/SamplePrograms-0e38a6626cfc8292 [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "3c6fe375a5cb817e8b8796353d2bc85a251ed1a065b2c932ec94ae65a00db9d0"` [INFO] running `"docker" "rm" "-f" "3c6fe375a5cb817e8b8796353d2bc85a251ed1a065b2c932ec94ae65a00db9d0"` [INFO] [stdout] 3c6fe375a5cb817e8b8796353d2bc85a251ed1a065b2c932ec94ae65a00db9d0