[INFO] updating cached repository pedroscaff/geoshaper [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/pedroscaff/geoshaper [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/pedroscaff/geoshaper" "work/ex/beta-1.38-1/sources/1.37.0/gh/pedroscaff/geoshaper"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/pedroscaff/geoshaper'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/pedroscaff/geoshaper" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/pedroscaff/geoshaper"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/pedroscaff/geoshaper'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] db06a77b15d67b137863a89f3db62f2ea07965c3 [INFO] sha for GitHub repo pedroscaff/geoshaper: db06a77b15d67b137863a89f3db62f2ea07965c3 [INFO] validating manifest of pedroscaff/geoshaper 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 pedroscaff/geoshaper 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 pedroscaff/geoshaper [INFO] finished frobbing pedroscaff/geoshaper [INFO] frobbed toml for pedroscaff/geoshaper written to work/ex/beta-1.38-1/sources/1.37.0/gh/pedroscaff/geoshaper/Cargo.toml [INFO] started frobbing pedroscaff/geoshaper [INFO] finished frobbing pedroscaff/geoshaper [INFO] frobbed toml for pedroscaff/geoshaper written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/pedroscaff/geoshaper/Cargo.toml [INFO] crate pedroscaff/geoshaper 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] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing pedroscaff/geoshaper 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-7/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/pedroscaff/geoshaper:/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] e1e24ec04c231b75e5f1ecba98e4b5450ad41c954f64552afcd0de1d8559e55e [INFO] running `"docker" "start" "-a" "e1e24ec04c231b75e5f1ecba98e4b5450ad41c954f64552afcd0de1d8559e55e"` [INFO] [stderr] Compiling termcolor v1.0.3 [INFO] [stderr] Compiling backtrace-sys v0.1.24 [INFO] [stderr] Compiling nsvg v0.5.0 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling num-iter v0.1.37 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling jpeg-decoder v0.1.15 [INFO] [stderr] Compiling png v0.12.0 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling backtrace v0.3.9 [INFO] [stderr] Compiling synstructure v0.9.0 [INFO] [stderr] Compiling num-derive v0.2.2 [INFO] [stderr] Compiling failure_derive v0.1.2 [INFO] [stderr] Compiling image v0.19.0 [INFO] [stderr] Compiling failure v0.1.2 [INFO] [stderr] Compiling geoshaper v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/simulation.rs:66:13 [INFO] [stderr] | [INFO] [stderr] 66 | let mut best_fitness = Arc::new(RwLock::new(10_000_000.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] warning: variable does not need to be mutable [INFO] [stderr] --> src/simulation.rs:67:13 [INFO] [stderr] | [INFO] [stderr] 67 | let mut best_id = Arc::new(RwLock::new(0)); [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:18:17 [INFO] [stderr] | [INFO] [stderr] 18 | .author(crate_authors!(",\n")) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:18:17 [INFO] [stderr] | [INFO] [stderr] 18 | .author(crate_authors!(",\n")) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 53.72s [INFO] running `"docker" "inspect" "e1e24ec04c231b75e5f1ecba98e4b5450ad41c954f64552afcd0de1d8559e55e"` [INFO] running `"docker" "rm" "-f" "e1e24ec04c231b75e5f1ecba98e4b5450ad41c954f64552afcd0de1d8559e55e"` [INFO] [stdout] e1e24ec04c231b75e5f1ecba98e4b5450ad41c954f64552afcd0de1d8559e55e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/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/pedroscaff/geoshaper:/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] 157db6b850cca987134777f61f90d759f020c7c5a1ac2410e0ea5159294388c4 [INFO] running `"docker" "start" "-a" "157db6b850cca987134777f61f90d759f020c7c5a1ac2410e0ea5159294388c4"` [INFO] [stderr] Compiling geoshaper v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:18:17 [INFO] [stderr] | [INFO] [stderr] 18 | .author(crate_authors!(",\n")) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:18:17 [INFO] [stderr] | [INFO] [stderr] 18 | .author(crate_authors!(",\n")) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused import: `super::*` [INFO] [stderr] --> src/shape.rs:163:9 [INFO] [stderr] | [INFO] [stderr] 163 | use super::*; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/simulation.rs:66:13 [INFO] [stderr] | [INFO] [stderr] 66 | let mut best_fitness = Arc::new(RwLock::new(10_000_000.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] warning: variable does not need to be mutable [INFO] [stderr] --> src/simulation.rs:67:13 [INFO] [stderr] | [INFO] [stderr] 67 | let mut best_id = Arc::new(RwLock::new(0)); [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.51s [INFO] running `"docker" "inspect" "157db6b850cca987134777f61f90d759f020c7c5a1ac2410e0ea5159294388c4"` [INFO] running `"docker" "rm" "-f" "157db6b850cca987134777f61f90d759f020c7c5a1ac2410e0ea5159294388c4"` [INFO] [stdout] 157db6b850cca987134777f61f90d759f020c7c5a1ac2410e0ea5159294388c4 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/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/pedroscaff/geoshaper:/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] 6c32dee1aaa8ba705dee69ca99e939dfaf10f35491a54a6624e3086faed102bd [INFO] running `"docker" "start" "-a" "6c32dee1aaa8ba705dee69ca99e939dfaf10f35491a54a6624e3086faed102bd"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running /opt/crater/target/debug/deps/geoshaper-f161195cdb031e6c [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test individual::tests::shoud_return_last_polygon ... ok [INFO] [stdout] test rectangle::tests::should_scale ... ok [INFO] [stdout] test individual::tests::should_mutate ... ok [INFO] [stdout] test shape::tests::should_rotate_rectangle ... ok [INFO] [stdout] test individual::tests::should_add_polygon ... ok [INFO] [stdout] test rectangle::tests::should_be_within_range ... ok [INFO] [stdout] test triangle::tests::should_be_within_range ... ok [INFO] [stdout] test image_utils::tests::test_image_area_diff ... ok [INFO] [stdout] test image_utils::tests::test_image_diff ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/geoshaper-f676e33f7ba39a5d [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] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test smoke ... ignored [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/integration_test-941103f653ae2161 [INFO] [stderr] Doc-tests geoshaper [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" "6c32dee1aaa8ba705dee69ca99e939dfaf10f35491a54a6624e3086faed102bd"` [INFO] running `"docker" "rm" "-f" "6c32dee1aaa8ba705dee69ca99e939dfaf10f35491a54a6624e3086faed102bd"` [INFO] [stdout] 6c32dee1aaa8ba705dee69ca99e939dfaf10f35491a54a6624e3086faed102bd