[INFO] crate gfx_phase 0.6.0 is already in cache [INFO] extracting crate gfx_phase 0.6.0 into work/ex/beta-1.37-6/sources/1.36.0/reg/gfx_phase/0.6.0 [INFO] extracting crate gfx_phase 0.6.0 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/gfx_phase/0.6.0 [INFO] validating manifest of gfx_phase-0.6.0 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 gfx_phase-0.6.0 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 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.37-6/sources/1.36.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.37-6/sources/beta-2019-07-23/reg/gfx_phase/0.6.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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 gfx_phase-0.6.0 against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.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.36.0" "build" "--frozen"` [INFO] [stdout] 56c11633864f39315276d7c10c89c61ac99bb852e4f927841acffc8599a149f4 [INFO] running `"docker" "start" "-a" "56c11633864f39315276d7c10c89c61ac99bb852e4f927841acffc8599a149f4"` [INFO] [stderr] Compiling clock_ticks v0.1.1 [INFO] [stderr] Compiling draw_queue v0.1.1 [INFO] [stderr] Compiling draw_state v0.2.0 [INFO] [stderr] Compiling hprof v0.1.3 [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 13.40s [INFO] running `"docker" "inspect" "56c11633864f39315276d7c10c89c61ac99bb852e4f927841acffc8599a149f4"` [INFO] running `"docker" "rm" "-f" "56c11633864f39315276d7c10c89c61ac99bb852e4f927841acffc8599a149f4"` [INFO] [stdout] 56c11633864f39315276d7c10c89c61ac99bb852e4f927841acffc8599a149f4 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.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.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 571d01177da6611d666bc0c6077d68441fcfba7bb7c173e7aba0fd44972bb48d [INFO] running `"docker" "start" "-a" "571d01177da6611d666bc0c6077d68441fcfba7bb7c173e7aba0fd44972bb48d"` [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.03s [INFO] running `"docker" "inspect" "571d01177da6611d666bc0c6077d68441fcfba7bb7c173e7aba0fd44972bb48d"` [INFO] running `"docker" "rm" "-f" "571d01177da6611d666bc0c6077d68441fcfba7bb7c173e7aba0fd44972bb48d"` [INFO] [stdout] 571d01177da6611d666bc0c6077d68441fcfba7bb7c173e7aba0fd44972bb48d [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.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.36.0" "test" "--frozen"` [INFO] [stdout] ca773f58b37aa148c89ea34074767adf270e91772acb51b458075cadfc77ec51 [INFO] running `"docker" "start" "-a" "ca773f58b37aa148c89ea34074767adf270e91772acb51b458075cadfc77ec51"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/crater/target/debug/deps/gfx_phase-f8405143cf7068bb [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] [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] running `"docker" "inspect" "ca773f58b37aa148c89ea34074767adf270e91772acb51b458075cadfc77ec51"` [INFO] running `"docker" "rm" "-f" "ca773f58b37aa148c89ea34074767adf270e91772acb51b458075cadfc77ec51"` [INFO] [stdout] ca773f58b37aa148c89ea34074767adf270e91772acb51b458075cadfc77ec51