[INFO] crate rugra 0.1.0 is already in cache [INFO] extracting crate rugra 0.1.0 into work/ex/beta-1.37-6/sources/1.36.0/reg/rugra/0.1.0 [INFO] extracting crate rugra 0.1.0 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/rugra/0.1.0 [INFO] validating manifest of rugra-0.1.0 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 rugra-0.1.0 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 rugra-0.1.0 [INFO] finished frobbing rugra-0.1.0 [INFO] frobbed toml for rugra-0.1.0 written to work/ex/beta-1.37-6/sources/1.36.0/reg/rugra/0.1.0/Cargo.toml [INFO] started frobbing rugra-0.1.0 [INFO] finished frobbing rugra-0.1.0 [INFO] frobbed toml for rugra-0.1.0 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/rugra/0.1.0/Cargo.toml [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 rugra-0.1.0 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-3/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/rugra/0.1.0:/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] 7809c6a60755818e57fbcee9a6573beea553175e76c0d6d6ffc460f9502b1361 [INFO] running `"docker" "start" "-a" "7809c6a60755818e57fbcee9a6573beea553175e76c0d6d6ffc460f9502b1361"` [INFO] [stderr] Compiling sfml v0.9.3 [INFO] [stderr] Compiling rugra v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.65s [INFO] running `"docker" "inspect" "7809c6a60755818e57fbcee9a6573beea553175e76c0d6d6ffc460f9502b1361"` [INFO] running `"docker" "rm" "-f" "7809c6a60755818e57fbcee9a6573beea553175e76c0d6d6ffc460f9502b1361"` [INFO] [stdout] 7809c6a60755818e57fbcee9a6573beea553175e76c0d6d6ffc460f9502b1361 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/rugra/0.1.0:/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" "test" "--frozen" "--no-run"` [INFO] [stdout] 2d8857fdbaf120b69aed5a98ed1fe24574ce974e8ff0b0aed1a04fa2449a0581 [INFO] running `"docker" "start" "-a" "2d8857fdbaf120b69aed5a98ed1fe24574ce974e8ff0b0aed1a04fa2449a0581"` [INFO] [stderr] Compiling rugra v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `font` [INFO] [stderr] --> examples/simple.rs:10:9 [INFO] [stderr] | [INFO] [stderr] 10 | let font = Font::load("assets/font.ttf"); [INFO] [stderr] | ^^^^ help: consider prefixing with an underscore: `_font` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> examples/simple.rs:8:9 [INFO] [stderr] | [INFO] [stderr] 8 | let mut x = 10.0; [INFO] [stderr] | ----^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.75s [INFO] running `"docker" "inspect" "2d8857fdbaf120b69aed5a98ed1fe24574ce974e8ff0b0aed1a04fa2449a0581"` [INFO] running `"docker" "rm" "-f" "2d8857fdbaf120b69aed5a98ed1fe24574ce974e8ff0b0aed1a04fa2449a0581"` [INFO] [stdout] 2d8857fdbaf120b69aed5a98ed1fe24574ce974e8ff0b0aed1a04fa2449a0581 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/rugra/0.1.0:/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" "test" "--frozen"` [INFO] [stdout] f7457fc2dce8ae6019696785cc624bd4a2799354c23ddbb96d29c181e4e680ed [INFO] running `"docker" "start" "-a" "f7457fc2dce8ae6019696785cc624bd4a2799354c23ddbb96d29c181e4e680ed"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/rugra-ceabf92a91f7e882 [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] [stderr] Doc-tests rugra [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" "f7457fc2dce8ae6019696785cc624bd4a2799354c23ddbb96d29c181e4e680ed"` [INFO] running `"docker" "rm" "-f" "f7457fc2dce8ae6019696785cc624bd4a2799354c23ddbb96d29c181e4e680ed"` [INFO] [stdout] f7457fc2dce8ae6019696785cc624bd4a2799354c23ddbb96d29c181e4e680ed