[INFO] fetching crate gfx_phase 0.6.0... [INFO] checking gfx_phase-0.6.0 against beta for pr-78714 [INFO] extracting crate gfx_phase 0.6.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate gfx_phase 0.6.0 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate gfx_phase 0.6.0 [INFO] removed path dependency draw_queue from crates.io crate gfx_phase 0.6.0 [INFO] finished tweaking crates.io crate gfx_phase 0.6.0 [INFO] tweaked toml for crates.io crate gfx_phase 0.6.0 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1b3c50afebe49c4eae3b718d8c8dd1c96c302f2fa8d32d9efb4fa324704692f0 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "1b3c50afebe49c4eae3b718d8c8dd1c96c302f2fa8d32d9efb4fa324704692f0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1b3c50afebe49c4eae3b718d8c8dd1c96c302f2fa8d32d9efb4fa324704692f0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1b3c50afebe49c4eae3b718d8c8dd1c96c302f2fa8d32d9efb4fa324704692f0", kill_on_drop: false }` [INFO] [stdout] 1b3c50afebe49c4eae3b718d8c8dd1c96c302f2fa8d32d9efb4fa324704692f0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 455b30492909ebd9ceaeccb06be7147efd2ad8e04b3febddbb0c72a13c491b1c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "455b30492909ebd9ceaeccb06be7147efd2ad8e04b3febddbb0c72a13c491b1c", kill_on_drop: false }` [INFO] [stderr] Checking bitflags v0.3.3 [INFO] [stderr] Checking clock_ticks v0.1.1 [INFO] [stderr] Checking draw_queue v0.1.1 [INFO] [stderr] Checking draw_state v0.2.0 [INFO] [stderr] Checking hprof v0.1.3 [INFO] [stderr] Checking gfx v0.8.1 [INFO] [stderr] Checking gfx_phase v0.6.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> phase.rs:290:21 [INFO] [stdout] | [INFO] [stdout] 290 | try!(o.draw(stream)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> phase.rs:298:21 [INFO] [stdout] | [INFO] [stdout] 298 | try!(o.draw(stream)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> phase.rs:290:21 [INFO] [stdout] | [INFO] [stdout] 290 | try!(o.draw(stream)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> phase.rs:298:21 [INFO] [stdout] | [INFO] [stdout] 298 | try!(o.draw(stream)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> phase.rs:151:8 [INFO] [stdout] | [INFO] [stdout] 151 | R: gfx::Resources, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(type_alias_bounds)]` on by default [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> phase.rs:155:14 [INFO] [stdout] | [INFO] [stdout] 155 | > = HashMap<(T::Kernel, gfx::Mesh), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> phase.rs:156:27 [INFO] [stdout] | [INFO] [stdout] 156 | mem::MemResult>, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> phase.rs:156:37 [INFO] [stdout] | [INFO] [stdout] 156 | mem::MemResult>, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> phase.rs:156:48 [INFO] [stdout] | [INFO] [stdout] 156 | mem::MemResult>, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 151 | R, [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> phase.rs:152:8 [INFO] [stdout] | [INFO] [stdout] 152 | M: ::Material, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 152 | M, [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> phase.rs:153:8 [INFO] [stdout] | [INFO] [stdout] 153 | V: ::ToDepth, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 153 | V, [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> phase.rs:154:8 [INFO] [stdout] | [INFO] [stdout] 154 | T: ::Technique, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 154 | T, [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> phase.rs:161:8 [INFO] [stdout] | [INFO] [stdout] 161 | R: gfx::Resources, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 161 | R, [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> phase.rs:162:8 [INFO] [stdout] | [INFO] [stdout] 162 | M: ::Material, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 162 | M, [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> phase.rs:163:8 [INFO] [stdout] | [INFO] [stdout] 163 | V: ::ToDepth, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 163 | V, [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> phase.rs:164:8 [INFO] [stdout] | [INFO] [stdout] 164 | T: ::Technique, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 164 | T, [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> phase.rs:151:8 [INFO] [stdout] | [INFO] [stdout] 151 | R: gfx::Resources, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(type_alias_bounds)]` on by default [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> phase.rs:155:14 [INFO] [stdout] | [INFO] [stdout] 155 | > = HashMap<(T::Kernel, gfx::Mesh), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> phase.rs:156:27 [INFO] [stdout] | [INFO] [stdout] 156 | mem::MemResult>, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> phase.rs:156:37 [INFO] [stdout] | [INFO] [stdout] 156 | mem::MemResult>, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> phase.rs:156:48 [INFO] [stdout] | [INFO] [stdout] 156 | mem::MemResult>, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 151 | R, [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> phase.rs:152:8 [INFO] [stdout] | [INFO] [stdout] 152 | M: ::Material, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 152 | M, [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> phase.rs:153:8 [INFO] [stdout] | [INFO] [stdout] 153 | V: ::ToDepth, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 153 | V, [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> phase.rs:154:8 [INFO] [stdout] | [INFO] [stdout] 154 | T: ::Technique, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 154 | T, [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> phase.rs:161:8 [INFO] [stdout] | [INFO] [stdout] 161 | R: gfx::Resources, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 161 | R, [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> phase.rs:162:8 [INFO] [stdout] | [INFO] [stdout] 162 | M: ::Material, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 162 | M, [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> phase.rs:163:8 [INFO] [stdout] | [INFO] [stdout] 163 | V: ::ToDepth, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 163 | V, [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> phase.rs:164:8 [INFO] [stdout] | [INFO] [stdout] 164 | T: ::Technique, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 164 | T, [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.08s [INFO] running `Command { std: "docker" "inspect" "455b30492909ebd9ceaeccb06be7147efd2ad8e04b3febddbb0c72a13c491b1c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "455b30492909ebd9ceaeccb06be7147efd2ad8e04b3febddbb0c72a13c491b1c", kill_on_drop: false }` [INFO] [stdout] 455b30492909ebd9ceaeccb06be7147efd2ad8e04b3febddbb0c72a13c491b1c