[INFO] updating cached repository maxtnuk/dodge_rust [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/maxtnuk/dodge_rust [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/maxtnuk/dodge_rust" "work/ex/beta-1.38-1/sources/1.37.0/gh/maxtnuk/dodge_rust"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/maxtnuk/dodge_rust'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/maxtnuk/dodge_rust" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/maxtnuk/dodge_rust"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/maxtnuk/dodge_rust'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] e6200e0b1ccd09e81f1cee7d9b304392fe9afaa0 [INFO] sha for GitHub repo maxtnuk/dodge_rust: e6200e0b1ccd09e81f1cee7d9b304392fe9afaa0 [INFO] validating manifest of maxtnuk/dodge_rust 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 maxtnuk/dodge_rust 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 maxtnuk/dodge_rust [INFO] finished frobbing maxtnuk/dodge_rust [INFO] frobbed toml for maxtnuk/dodge_rust written to work/ex/beta-1.38-1/sources/1.37.0/gh/maxtnuk/dodge_rust/Cargo.toml [INFO] started frobbing maxtnuk/dodge_rust [INFO] finished frobbing maxtnuk/dodge_rust [INFO] frobbed toml for maxtnuk/dodge_rust written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/maxtnuk/dodge_rust/Cargo.toml [INFO] crate maxtnuk/dodge_rust 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] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing maxtnuk/dodge_rust 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-0/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/maxtnuk/dodge_rust:/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] 3a50c30631ab438dcebffbb9fabe6172490c4ea38ce159cb6506acefc0251084 [INFO] running `"docker" "start" "-a" "3a50c30631ab438dcebffbb9fabe6172490c4ea38ce159cb6506acefc0251084"` [INFO] [stderr] Compiling adler32 v0.3.0 [INFO] [stderr] Compiling nodrop v0.1.8 [INFO] [stderr] Compiling deque v0.3.1 [INFO] [stderr] Compiling num-bigint v0.1.35 [INFO] [stderr] Compiling pistoncore-input v0.15.0 [INFO] [stderr] Compiling gfx_core v0.5.1 [INFO] [stderr] Compiling gfx_gl v0.3.1 [INFO] [stderr] Compiling gl v0.6.1 [INFO] [stderr] Compiling arrayvec v0.3.20 [INFO] [stderr] Compiling deflate v0.7.2 [INFO] [stderr] Compiling rayon v0.6.0 [INFO] [stderr] Compiling rusttype v0.2.1 [INFO] [stderr] Compiling num-rational v0.1.35 [INFO] [stderr] Compiling png v0.6.2 [INFO] [stderr] Compiling pistoncore-window v0.24.0 [INFO] [stderr] Compiling jpeg-decoder v0.1.11 [INFO] [stderr] warning[E0311]: the parameter type `K` may not live long enough [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.1/src/support/bst/map.rs:81:19 [INFO] [stderr] | [INFO] [stderr] 81 | match node.force() { [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider adding an explicit lifetime bound for `K` [INFO] [stderr] note: the parameter type `K` must be valid for the anonymous lifetime #1 defined on the function body at 77:9... [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.1/src/support/bst/map.rs:77:9 [INFO] [stderr] | [INFO] [stderr] 77 | / fn clone_subtree( [INFO] [stderr] 78 | | node: node::NodeRef) [INFO] [stderr] 79 | | -> BTreeMap { [INFO] [stderr] 80 | | [INFO] [stderr] ... | [INFO] [stderr] 136| | } [INFO] [stderr] 137| | } [INFO] [stderr] | |_________^ [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] warning[E0311]: the parameter type `V` may not live long enough [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.1/src/support/bst/map.rs:81:19 [INFO] [stderr] | [INFO] [stderr] 81 | match node.force() { [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider adding an explicit lifetime bound for `V` [INFO] [stderr] note: the parameter type `V` must be valid for the anonymous lifetime #1 defined on the function body at 77:9... [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.1/src/support/bst/map.rs:77:9 [INFO] [stderr] | [INFO] [stderr] 77 | / fn clone_subtree( [INFO] [stderr] 78 | | node: node::NodeRef) [INFO] [stderr] 79 | | -> BTreeMap { [INFO] [stderr] 80 | | [INFO] [stderr] ... | [INFO] [stderr] 136| | } [INFO] [stderr] 137| | } [INFO] [stderr] | |_________^ [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] Compiling num v0.1.36 [INFO] [stderr] Compiling pistoncore-event_loop v0.27.0 [INFO] [stderr] Compiling stopwatch v0.0.7 [INFO] [stderr] Compiling image v0.12.1 [INFO] [stderr] Compiling piston v0.27.0 [INFO] [stderr] Compiling winit v0.5.8 [INFO] [stderr] Compiling glutin v0.7.2 [INFO] [stderr] Compiling pistoncore-glutin_window v0.33.0 [INFO] [stderr] Compiling gfx v0.13.0 [INFO] [stderr] Compiling gfx_device_gl v0.12.0 [INFO] [stderr] Compiling piston-gfx_texture v0.20.0 [INFO] [stderr] Compiling piston2d-gfx_graphics v0.35.0 [INFO] [stderr] Compiling piston_window v0.61.0 [INFO] [stderr] Compiling dodge_game v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 28s [INFO] running `"docker" "inspect" "3a50c30631ab438dcebffbb9fabe6172490c4ea38ce159cb6506acefc0251084"` [INFO] running `"docker" "rm" "-f" "3a50c30631ab438dcebffbb9fabe6172490c4ea38ce159cb6506acefc0251084"` [INFO] [stdout] 3a50c30631ab438dcebffbb9fabe6172490c4ea38ce159cb6506acefc0251084 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/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/maxtnuk/dodge_rust:/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] cea38f6176f0863544ebbdaaf68d7bacdabbf98b849410f91499c1ecb43b2000 [INFO] running `"docker" "start" "-a" "cea38f6176f0863544ebbdaaf68d7bacdabbf98b849410f91499c1ecb43b2000"` [INFO] [stderr] Compiling dodge_game v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.83s [INFO] running `"docker" "inspect" "cea38f6176f0863544ebbdaaf68d7bacdabbf98b849410f91499c1ecb43b2000"` [INFO] running `"docker" "rm" "-f" "cea38f6176f0863544ebbdaaf68d7bacdabbf98b849410f91499c1ecb43b2000"` [INFO] [stdout] cea38f6176f0863544ebbdaaf68d7bacdabbf98b849410f91499c1ecb43b2000 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/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/maxtnuk/dodge_rust:/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] 5ee412ef36a6e803ea1eab015c32cb97a72adae0030b00663cf24ffee5a79f2e [INFO] running `"docker" "start" "-a" "5ee412ef36a6e803ea1eab015c32cb97a72adae0030b00663cf24ffee5a79f2e"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running /opt/crater/target/debug/deps/dodge_game-bafd292ac54afd8c [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" "5ee412ef36a6e803ea1eab015c32cb97a72adae0030b00663cf24ffee5a79f2e"` [INFO] running `"docker" "rm" "-f" "5ee412ef36a6e803ea1eab015c32cb97a72adae0030b00663cf24ffee5a79f2e"` [INFO] [stdout] 5ee412ef36a6e803ea1eab015c32cb97a72adae0030b00663cf24ffee5a79f2e