[INFO] updating cached repository Ralith/rustart [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Ralith/rustart [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Ralith/rustart" "work/ex/beta-1.37-6/sources/1.36.0/gh/Ralith/rustart"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/Ralith/rustart'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Ralith/rustart" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Ralith/rustart"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Ralith/rustart'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] dba8c990830b7c0391466ddf0f12332040a6488b [INFO] sha for GitHub repo Ralith/rustart: dba8c990830b7c0391466ddf0f12332040a6488b [INFO] validating manifest of Ralith/rustart 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 Ralith/rustart 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 Ralith/rustart [INFO] finished frobbing Ralith/rustart [INFO] frobbed toml for Ralith/rustart written to work/ex/beta-1.37-6/sources/1.36.0/gh/Ralith/rustart/Cargo.toml [INFO] started frobbing Ralith/rustart [INFO] finished frobbing Ralith/rustart [INFO] frobbed toml for Ralith/rustart written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Ralith/rustart/Cargo.toml [INFO] crate Ralith/rustart 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 Ralith/rustart 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/gh/Ralith/rustart:/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] 7d2ad9f9572a5e08cd985a3034578da4f0b894a2736e8a51e7fd94987ab89dc4 [INFO] running `"docker" "start" "-a" "7d2ad9f9572a5e08cd985a3034578da4f0b894a2736e8a51e7fd94987ab89dc4"` [INFO] [stderr] Compiling data-encoding v2.0.0 [INFO] [stderr] Compiling termios v0.2.2 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling clicolors-control v0.1.0 [INFO] [stderr] Compiling parking_lot_core v0.2.6 [INFO] [stderr] Compiling rayon-core v1.2.1 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling digest v0.6.2 [INFO] [stderr] Compiling crypto-mac v0.4.0 [INFO] [stderr] Compiling alga v0.9.0 [INFO] [stderr] Compiling blake2 v0.6.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling parking_lot v0.4.8 [INFO] [stderr] Compiling rayon v0.8.2 [INFO] [stderr] Compiling console v0.5.0 [INFO] [stderr] Compiling indicatif v0.8.0 [INFO] [stderr] Compiling nalgebra v0.18.0 [INFO] [stderr] Compiling rustart v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'na::Translation::::from_vector': Use `::from` instead. [INFO] [stderr] --> src/main.rs:269:17 [INFO] [stderr] | [INFO] [stderr] 269 | let trans = na::Translation2::from_vector(na::Vector2::new(tx * 2.0 - 1.0, ty * 2.0 - 1.0)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 07s [INFO] running `"docker" "inspect" "7d2ad9f9572a5e08cd985a3034578da4f0b894a2736e8a51e7fd94987ab89dc4"` [INFO] running `"docker" "rm" "-f" "7d2ad9f9572a5e08cd985a3034578da4f0b894a2736e8a51e7fd94987ab89dc4"` [INFO] [stdout] 7d2ad9f9572a5e08cd985a3034578da4f0b894a2736e8a51e7fd94987ab89dc4 [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/gh/Ralith/rustart:/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] 3ecc6afeeff9717c0e2acb266b5d9064be005e83eb27dd36b0e6f2cadcf2df4f [INFO] running `"docker" "start" "-a" "3ecc6afeeff9717c0e2acb266b5d9064be005e83eb27dd36b0e6f2cadcf2df4f"` [INFO] [stderr] Compiling rustart v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'na::Translation::::from_vector': Use `::from` instead. [INFO] [stderr] --> src/main.rs:269:17 [INFO] [stderr] | [INFO] [stderr] 269 | let trans = na::Translation2::from_vector(na::Vector2::new(tx * 2.0 - 1.0, ty * 2.0 - 1.0)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.29s [INFO] running `"docker" "inspect" "3ecc6afeeff9717c0e2acb266b5d9064be005e83eb27dd36b0e6f2cadcf2df4f"` [INFO] running `"docker" "rm" "-f" "3ecc6afeeff9717c0e2acb266b5d9064be005e83eb27dd36b0e6f2cadcf2df4f"` [INFO] [stdout] 3ecc6afeeff9717c0e2acb266b5d9064be005e83eb27dd36b0e6f2cadcf2df4f [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/gh/Ralith/rustart:/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] 043ae4ae66b4db6e4d72dfec6b1b01504c943da54bc7d3a09b8ad43aee0386bd [INFO] running `"docker" "start" "-a" "043ae4ae66b4db6e4d72dfec6b1b01504c943da54bc7d3a09b8ad43aee0386bd"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.15s [INFO] [stderr] Running /opt/crater/target/debug/deps/rustart-3a056e0f3d37c3c9 [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test expr::tests::simplify_invert ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "043ae4ae66b4db6e4d72dfec6b1b01504c943da54bc7d3a09b8ad43aee0386bd"` [INFO] running `"docker" "rm" "-f" "043ae4ae66b4db6e4d72dfec6b1b01504c943da54bc7d3a09b8ad43aee0386bd"` [INFO] [stdout] 043ae4ae66b4db6e4d72dfec6b1b01504c943da54bc7d3a09b8ad43aee0386bd