[INFO] crate gfx_phase 0.6.0 is already in cache [INFO] extracting crate gfx_phase 0.6.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/gfx_phase/0.6.0 [INFO] extracting crate gfx_phase 0.6.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/gfx_phase/0.6.0 [INFO] validating manifest of gfx_phase-0.6.0 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 gfx_phase-0.6.0 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 gfx_phase-0.6.0 [INFO] removed path dependency draw_queue from gfx_phase-0.6.0 [INFO] finished frobbing gfx_phase-0.6.0 [INFO] frobbed toml for gfx_phase-0.6.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/gfx_phase/0.6.0/Cargo.toml [INFO] started frobbing gfx_phase-0.6.0 [INFO] removed path dependency draw_queue from gfx_phase-0.6.0 [INFO] finished frobbing gfx_phase-0.6.0 [INFO] frobbed toml for gfx_phase-0.6.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/gfx_phase/0.6.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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 gfx_phase-0.6.0 against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/gfx_phase/0.6.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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 2d696585b1fc67565705cfcb0a601cde74a212b9b664cb6fab27fa1d9b030773 [INFO] running `"docker" "start" "-a" "2d696585b1fc67565705cfcb0a601cde74a212b9b664cb6fab27fa1d9b030773"` [INFO] [stderr] Compiling gfx v0.8.1 [INFO] [stderr] Compiling gfx_phase v0.6.0 (/opt/crater/workdir) [INFO] [stderr] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stderr] --> phase.rs:151:8 [INFO] [stderr] | [INFO] [stderr] 151 | R: gfx::Resources, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(type_alias_bounds)] on by default [INFO] [stderr] = help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stderr] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stderr] --> phase.rs:155:14 [INFO] [stderr] | [INFO] [stderr] 155 | > = HashMap<(T::Kernel, gfx::Mesh), [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stderr] --> phase.rs:156:27 [INFO] [stderr] | [INFO] [stderr] 156 | mem::MemResult>, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stderr] --> phase.rs:156:37 [INFO] [stderr] | [INFO] [stderr] 156 | mem::MemResult>, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stderr] --> phase.rs:156:48 [INFO] [stderr] | [INFO] [stderr] 156 | mem::MemResult>, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stderr] --> phase.rs:152:8 [INFO] [stderr] | [INFO] [stderr] 152 | M: ::Material, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stderr] [INFO] [stderr] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stderr] --> phase.rs:153:8 [INFO] [stderr] | [INFO] [stderr] 153 | V: ::ToDepth, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stderr] [INFO] [stderr] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stderr] --> phase.rs:154:8 [INFO] [stderr] | [INFO] [stderr] 154 | T: ::Technique, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stderr] [INFO] [stderr] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stderr] --> phase.rs:161:8 [INFO] [stderr] | [INFO] [stderr] 161 | R: gfx::Resources, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stderr] [INFO] [stderr] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stderr] --> phase.rs:162:8 [INFO] [stderr] | [INFO] [stderr] 162 | M: ::Material, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stderr] [INFO] [stderr] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stderr] --> phase.rs:163:8 [INFO] [stderr] | [INFO] [stderr] 163 | V: ::ToDepth, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stderr] [INFO] [stderr] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stderr] --> phase.rs:164:8 [INFO] [stderr] | [INFO] [stderr] 164 | T: ::Technique, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.26s [INFO] running `"docker" "inspect" "2d696585b1fc67565705cfcb0a601cde74a212b9b664cb6fab27fa1d9b030773"` [INFO] running `"docker" "rm" "-f" "2d696585b1fc67565705cfcb0a601cde74a212b9b664cb6fab27fa1d9b030773"` [INFO] [stdout] 2d696585b1fc67565705cfcb0a601cde74a212b9b664cb6fab27fa1d9b030773 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/gfx_phase/0.6.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" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] b6303cdce929a2affc8177d959004c5e64b2cb30cb71aaca3ec09bf7e18e5993 [INFO] running `"docker" "start" "-a" "b6303cdce929a2affc8177d959004c5e64b2cb30cb71aaca3ec09bf7e18e5993"` [INFO] [stderr] Compiling gfx_phase v0.6.0 (/opt/crater/workdir) [INFO] [stderr] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stderr] --> phase.rs:151:8 [INFO] [stderr] | [INFO] [stderr] 151 | R: gfx::Resources, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(type_alias_bounds)] on by default [INFO] [stderr] = help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stderr] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stderr] --> phase.rs:155:14 [INFO] [stderr] | [INFO] [stderr] 155 | > = HashMap<(T::Kernel, gfx::Mesh), [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stderr] --> phase.rs:156:27 [INFO] [stderr] | [INFO] [stderr] 156 | mem::MemResult>, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stderr] --> phase.rs:156:37 [INFO] [stderr] | [INFO] [stderr] 156 | mem::MemResult>, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stderr] --> phase.rs:156:48 [INFO] [stderr] | [INFO] [stderr] 156 | mem::MemResult>, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stderr] --> phase.rs:152:8 [INFO] [stderr] | [INFO] [stderr] 152 | M: ::Material, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stderr] [INFO] [stderr] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stderr] --> phase.rs:153:8 [INFO] [stderr] | [INFO] [stderr] 153 | V: ::ToDepth, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stderr] [INFO] [stderr] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stderr] --> phase.rs:154:8 [INFO] [stderr] | [INFO] [stderr] 154 | T: ::Technique, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stderr] [INFO] [stderr] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stderr] --> phase.rs:161:8 [INFO] [stderr] | [INFO] [stderr] 161 | R: gfx::Resources, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stderr] [INFO] [stderr] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stderr] --> phase.rs:162:8 [INFO] [stderr] | [INFO] [stderr] 162 | M: ::Material, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stderr] [INFO] [stderr] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stderr] --> phase.rs:163:8 [INFO] [stderr] | [INFO] [stderr] 163 | V: ::ToDepth, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stderr] [INFO] [stderr] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stderr] --> phase.rs:164:8 [INFO] [stderr] | [INFO] [stderr] 164 | T: ::Technique, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.38s [INFO] running `"docker" "inspect" "b6303cdce929a2affc8177d959004c5e64b2cb30cb71aaca3ec09bf7e18e5993"` [INFO] running `"docker" "rm" "-f" "b6303cdce929a2affc8177d959004c5e64b2cb30cb71aaca3ec09bf7e18e5993"` [INFO] [stdout] b6303cdce929a2affc8177d959004c5e64b2cb30cb71aaca3ec09bf7e18e5993 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/gfx_phase/0.6.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" "+1.37.0" "test" "--frozen"` [INFO] [stdout] a3084dc76cea0f92609d9118851de31b035d46cb2301c93ca257c9fbd6257e09 [INFO] running `"docker" "start" "-a" "a3084dc76cea0f92609d9118851de31b035d46cb2301c93ca257c9fbd6257e09"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/gfx_phase-682b5fad127976d6 [INFO] [stderr] Doc-tests gfx_phase [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 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" "a3084dc76cea0f92609d9118851de31b035d46cb2301c93ca257c9fbd6257e09"` [INFO] running `"docker" "rm" "-f" "a3084dc76cea0f92609d9118851de31b035d46cb2301c93ca257c9fbd6257e09"` [INFO] [stdout] a3084dc76cea0f92609d9118851de31b035d46cb2301c93ca257c9fbd6257e09