[INFO] cloning repository https://github.com/DarkTong/rt_vk_example
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/DarkTong/rt_vk_example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDarkTong%2Frt_vk_example", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDarkTong%2Frt_vk_example'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 25363193aaddaacb7531fd7982a3a2f14f2b429a
[INFO] checking DarkTong/rt_vk_example against try#f77b5bc6c7c84df104f86b0dd01d9490e3923fa8 for pr-147834
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDarkTong%2Frt_vk_example" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/DarkTong/rt_vk_example
[INFO] finished tweaking git repo https://github.com/DarkTong/rt_vk_example
[INFO] tweaked toml for git repo https://github.com/DarkTong/rt_vk_example written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/DarkTong/rt_vk_example on toolchain f77b5bc6c7c84df104f86b0dd01d9490e3923fa8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f77b5bc6c7c84df104f86b0dd01d9490e3923fa8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/DarkTong/rt_vk_example already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f77b5bc6c7c84df104f86b0dd01d9490e3923fa8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+f77b5bc6c7c84df104f86b0dd01d9490e3923fa8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3361b85a37e4335bd6ab8a6a1e28b8c3523bf6c961cbdfd55a18088e174019af
[INFO] running `Command { std: "docker" "start" "-a" "3361b85a37e4335bd6ab8a6a1e28b8c3523bf6c961cbdfd55a18088e174019af", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3361b85a37e4335bd6ab8a6a1e28b8c3523bf6c961cbdfd55a18088e174019af", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3361b85a37e4335bd6ab8a6a1e28b8c3523bf6c961cbdfd55a18088e174019af", kill_on_drop: false }`
[INFO] [stdout] 3361b85a37e4335bd6ab8a6a1e28b8c3523bf6c961cbdfd55a18088e174019af
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+f77b5bc6c7c84df104f86b0dd01d9490e3923fa8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 47b0298a53be75bebe4c76144a0883f7f1f4c006ed73ecfe655c8b8d98b8ab47
[INFO] running `Command { std: "docker" "start" "-a" "47b0298a53be75bebe4c76144a0883f7f1f4c006ed73ecfe655c8b8d98b8ab47", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.77
[INFO] [stderr]    Compiling num-traits v0.2.12
[INFO] [stderr]    Compiling libloading v0.6.3
[INFO] [stderr]    Compiling memoffset v0.5.5
[INFO] [stderr]    Compiling crossbeam-epoch v0.8.2
[INFO] [stderr]    Compiling num-integer v0.1.43
[INFO] [stderr]    Compiling byteorder v1.3.4
[INFO] [stderr]    Compiling cc v1.0.60
[INFO] [stderr]    Compiling rayon-core v1.8.1
[INFO] [stderr]    Compiling rayon v1.4.0
[INFO] [stderr]    Compiling num-iter v0.1.41
[INFO] [stderr]    Compiling pkg-config v0.3.18
[INFO] [stderr]     Checking crossbeam-channel v0.4.4
[INFO] [stderr]    Compiling wayland-scanner v0.21.13
[INFO] [stderr]     Checking smallvec v0.6.13
[INFO] [stderr]     Checking rustc-serialize v0.3.24
[INFO] [stderr]     Checking either v1.6.1
[INFO] [stderr]     Checking xml-rs v0.8.3
[INFO] [stderr]    Compiling log v0.4.11
[INFO] [stderr]     Checking stb_truetype v0.3.1
[INFO] [stderr]     Checking inflate v0.1.1
[INFO] [stderr]    Compiling directx_math v0.2.0
[INFO] [stderr]     Checking bitflags v0.7.0
[INFO] [stderr]     Checking gif v0.9.2
[INFO] [stderr]     Checking dlib v0.4.2
[INFO] [stderr]     Checking ash v0.31.0
[INFO] [stderr]     Checking wayland-sys v0.21.13
[INFO] [stderr]    Compiling x11-dl v2.18.5
[INFO] [stdout] error[E0310]: the parameter type `T` may not live long enough
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-serialize-0.3.24/src/serialize.rs:1155:5
[INFO] [stdout]      |
[INFO] [stdout] 1155 |     fn decode<D: Decoder>(d: &mut D) -> Result<Cow<'static, T>, D::Error> {
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |     |
[INFO] [stdout]      |     the parameter type `T` must be valid for the static lifetime...
[INFO] [stdout]      |     ...so that the type `T` will meet its required lifetime bounds...
[INFO] [stdout]      |
[INFO] [stdout] note: ...that is required by this bound
[INFO] [stdout]     --> /rustc/f77b5bc6c7c84df104f86b0dd01d9490e3923fa8/library/alloc/src/borrow.rs:182:30
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]      |
[INFO] [stdout] 1151 | impl<'a, T: ?Sized + 'static> Decodable for Cow<'a, T>
[INFO] [stdout]      |                    +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking byteorder v0.5.3
[INFO] [stderr]     Checking glob v0.2.11
[INFO] [stderr]     Checking crossbeam-deque v0.7.3
[INFO] [stderr]     Checking nix v0.14.1
[INFO] [stderr]     Checking num_cpus v1.13.0
[INFO] [stderr]     Checking rand v0.4.6
[INFO] [stderr]     Checking raw-window-handle v0.3.3
[INFO] [stderr]     Checking parking_lot_core v0.6.2
[INFO] [stderr]     Checking memmap v0.7.0
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/directx_math-0.2.0/src/lib.rs:2493:43
[INFO] [stdout]      |
[INFO] [stdout] 2493 |             XM_PERMUTE_PS!(V, _MM_SHUFFLE(W::SWIZZLE, Z::SWIZZLE, Y::SWIZZLE, X::SWIZZLE))
[INFO] [stdout]      |                                           ^^^^^^^^^^ cannot perform const operation using `W`
[INFO] [stdout]      |
[INFO] [stdout]      = note: type parameters may not be used in const expressions
[INFO] [stdout]      = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/directx_math-0.2.0/src/lib.rs:2493:55
[INFO] [stdout]      |
[INFO] [stdout] 2493 |             XM_PERMUTE_PS!(V, _MM_SHUFFLE(W::SWIZZLE, Z::SWIZZLE, Y::SWIZZLE, X::SWIZZLE))
[INFO] [stdout]      |                                                       ^^^^^^^^^^ cannot perform const operation using `Z`
[INFO] [stdout]      |
[INFO] [stdout]      = note: type parameters may not be used in const expressions
[INFO] [stdout]      = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/directx_math-0.2.0/src/lib.rs:2493:67
[INFO] [stdout]      |
[INFO] [stdout] 2493 |             XM_PERMUTE_PS!(V, _MM_SHUFFLE(W::SWIZZLE, Z::SWIZZLE, Y::SWIZZLE, X::SWIZZLE))
[INFO] [stdout]      |                                                                   ^^^^^^^^^^ cannot perform const operation using `Y`
[INFO] [stdout]      |
[INFO] [stdout]      = note: type parameters may not be used in const expressions
[INFO] [stdout]      = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/directx_math-0.2.0/src/lib.rs:2493:79
[INFO] [stdout]      |
[INFO] [stdout] 2493 |             XM_PERMUTE_PS!(V, _MM_SHUFFLE(W::SWIZZLE, Z::SWIZZLE, Y::SWIZZLE, X::SWIZZLE))
[INFO] [stdout]      |                                                                               ^^^^^^^^^^ cannot perform const operation using `X`
[INFO] [stdout]      |
[INFO] [stdout]      = note: type parameters may not be used in const expressions
[INFO] [stdout]      = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling miniz-sys v0.1.12
[INFO] [stderr]     Checking parking_lot v0.9.0
[INFO] [stderr]    Compiling wayland-client v0.21.13
[INFO] [stderr]    Compiling wayland-protocols v0.21.13
[INFO] [stderr]     Checking flate2 v0.2.20
[INFO] [stderr]     Checking approx v0.3.2
[INFO] [stderr]     Checking ordered-float v1.1.0
[INFO] [stderr]     Checking line_drawing v0.7.0
[INFO] [stderr]     Checking num-traits v0.1.43
[INFO] [stderr]     Checking enum_primitive v0.1.1
[INFO] [stderr]     Checking png v0.5.2
[INFO] [stderr]     Checking rusttype v0.8.3
[INFO] [stdout] error: generic `Self` types are currently not permitted in anonymous constants
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/directx_math-0.2.0/src/lib.rs:2194:58
[INFO] [stdout]      |
[INFO] [stdout] 2194 |             let shuffled1: XMVECTOR = XM_PERMUTE_PS!(V1, Self::Shuffle);
[INFO] [stdout]      |                                                          ^^^^
[INFO] [stdout]      |
[INFO] [stdout] note: not a concrete type
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/directx_math-0.2.0/src/lib.rs:2183:74
[INFO] [stdout]      |
[INFO] [stdout] 2183 | impl<X: Permute, Y: Permute, Z: Permute, W: Permute> XMVectorPermute for (X, Y, Z, W) {
[INFO] [stdout]      |                                                                          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic `Self` types are currently not permitted in anonymous constants
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/directx_math-0.2.0/src/lib.rs:2195:58
[INFO] [stdout]      |
[INFO] [stdout] 2195 |             let shuffled2: XMVECTOR = XM_PERMUTE_PS!(V2, Self::Shuffle);
[INFO] [stdout]      |                                                          ^^^^
[INFO] [stdout]      |
[INFO] [stdout] note: not a concrete type
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/directx_math-0.2.0/src/lib.rs:2183:74
[INFO] [stdout]      |
[INFO] [stdout] 2183 | impl<X: Permute, Y: Permute, Z: Permute, W: Permute> XMVectorPermute for (X, Y, Z, W) {
[INFO] [stdout]      |                                                                          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0310`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rustc-serialize` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `directx_math` (lib) due to 6 previous errors
[INFO] running `Command { std: "docker" "inspect" "47b0298a53be75bebe4c76144a0883f7f1f4c006ed73ecfe655c8b8d98b8ab47", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "47b0298a53be75bebe4c76144a0883f7f1f4c006ed73ecfe655c8b8d98b8ab47", kill_on_drop: false }`
[INFO] [stdout] 47b0298a53be75bebe4c76144a0883f7f1f4c006ed73ecfe655c8b8d98b8ab47
