[INFO] updating cached repository https://github.com/dmitmel/sort-visualization [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 824fb288e75e91cab6ec4161c73fe522386e8ea6 [INFO] testing dmitmel/sort-visualization against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdmitmel%2Fsort-visualization" "work/builds/worker-1/source"` [INFO] [stderr] Cloning into 'work/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dmitmel/sort-visualization on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/dmitmel/sort-visualization [INFO] finished tweaking git repo https://github.com/dmitmel/sort-visualization [INFO] tweaked toml for git repo https://github.com/dmitmel/sort-visualization written to work/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/dmitmel/sort-visualization already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 25d9683d226bd197074e8cd2b688e1259ffb536e433d68b7099edb7aa3e9cfec [INFO] running `"docker" "start" "-a" "25d9683d226bd197074e8cd2b688e1259ffb536e433d68b7099edb7aa3e9cfec"` [INFO] [stderr] Compiling serde v1.0.83 [INFO] [stderr] Compiling failure_derive v0.1.4 [INFO] [stderr] Compiling rustc-demangle v0.1.11 [INFO] [stderr] Compiling backtrace v0.3.13 [INFO] [stderr] Compiling rand v0.4.3 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling syn v0.15.23 [INFO] [stderr] Compiling num-rational v0.2.1 [INFO] [stderr] Compiling png v0.12.0 [INFO] [stderr] Compiling rand v0.3.22 [INFO] [stderr] Compiling sdl2 v0.31.0 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling serde_derive v1.0.83 [INFO] [stderr] Compiling num-derive v0.2.3 [INFO] [stderr] Compiling failure v0.1.4 [INFO] [stderr] Compiling tiff v0.2.1 [INFO] [stderr] Compiling image v0.20.1 [INFO] [stderr] Compiling pistoncore-input v0.23.0 [INFO] [stderr] Compiling piston2d-opengl_graphics v0.57.0 [INFO] [stderr] Compiling pistoncore-window v0.34.0 [INFO] [stderr] Compiling pistoncore-event_loop v0.39.0 [INFO] [stderr] Compiling pistoncore-sdl2_window v0.52.0 [INFO] [stderr] Compiling piston v0.39.0 [INFO] [stderr] Compiling sorting-visualization v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 48.62s [INFO] running `"docker" "inspect" "25d9683d226bd197074e8cd2b688e1259ffb536e433d68b7099edb7aa3e9cfec"` [INFO] running `"docker" "rm" "-f" "25d9683d226bd197074e8cd2b688e1259ffb536e433d68b7099edb7aa3e9cfec"` [INFO] [stdout] 25d9683d226bd197074e8cd2b688e1259ffb536e433d68b7099edb7aa3e9cfec [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 540ac4b266467975e4bd8521cd0ae2476497b132b0c10c9762fcbf50b5ac1323 [INFO] running `"docker" "start" "-a" "540ac4b266467975e4bd8521cd0ae2476497b132b0c10c9762fcbf50b5ac1323"` [INFO] [stderr] Compiling sorting-visualization v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.07s [INFO] running `"docker" "inspect" "540ac4b266467975e4bd8521cd0ae2476497b132b0c10c9762fcbf50b5ac1323"` [INFO] running `"docker" "rm" "-f" "540ac4b266467975e4bd8521cd0ae2476497b132b0c10c9762fcbf50b5ac1323"` [INFO] [stdout] 540ac4b266467975e4bd8521cd0ae2476497b132b0c10c9762fcbf50b5ac1323 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] d924b6af7b81ef591e6688ad7386e23d1f1be4ceffe5751ca9db4b269d650df7 [INFO] running `"docker" "start" "-a" "d924b6af7b81ef591e6688ad7386e23d1f1be4ceffe5751ca9db4b269d650df7"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/sorting_visualization-15e0fb53abc135f8 [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" "d924b6af7b81ef591e6688ad7386e23d1f1be4ceffe5751ca9db4b269d650df7"` [INFO] running `"docker" "rm" "-f" "d924b6af7b81ef591e6688ad7386e23d1f1be4ceffe5751ca9db4b269d650df7"` [INFO] [stdout] d924b6af7b81ef591e6688ad7386e23d1f1be4ceffe5751ca9db4b269d650df7