[INFO] cloning repository https://github.com/rschifflin/hello-piston
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rschifflin/hello-piston" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frschifflin%2Fhello-piston", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frschifflin%2Fhello-piston'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8e593b12e734ea920780276191a26734496febc7
[INFO] checking rschifflin/hello-piston against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frschifflin%2Fhello-piston" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/rschifflin/hello-piston on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/rschifflin/hello-piston
[INFO] finished tweaking git repo https://github.com/rschifflin/hello-piston
[INFO] tweaked toml for git repo https://github.com/rschifflin/hello-piston written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/rschifflin/hello-piston 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" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently
[INFO] [stderr] disables Cargo from automatically inferring other binary targets.
[INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following
[INFO] [stderr] files will be included as a binary target:
[INFO] [stderr] 
[INFO] [stderr] * /workspace/builds/worker-2-tc1/source/src/main.rs
[INFO] [stderr] 
[INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be
[INFO] [stderr] ready to be compiled as a binary target today. You can future-proof yourself
[INFO] [stderr] and disable this warning by adding `autobins = false` to your [package]
[INFO] [stderr] section. You may also move the files to a location where Cargo would not
[INFO] [stderr] automatically infer them to be a target, such as in subfolders.
[INFO] [stderr] 
[INFO] [stderr] For more information on this warning you can consult
[INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330
[INFO] [stderr] warning: path `/workspace/builds/worker-2-tc1/source/src/main.rs` was erroneously implicitly accepted for binary `hellopiston`,
[INFO] [stderr] please set bin.path in Cargo.toml
[INFO] [stderr]     Blocking waiting for file lock on package cache
[ERROR] error running command: no output for 300 seconds
[ERROR] this task or one of its parent failed!
[ERROR] no output for 300 seconds
[ERROR] note: run with `RUST_BACKTRACE=1` to display a backtrace.
[INFO] checking rschifflin/hello-piston against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frschifflin%2Fhello-piston" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/rschifflin/hello-piston on toolchain 72eda894eb3548c7ba774079ce0afab42958d4ee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/rschifflin/hello-piston
[INFO] finished tweaking git repo https://github.com/rschifflin/hello-piston
[INFO] tweaked toml for git repo https://github.com/rschifflin/hello-piston written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/rschifflin/hello-piston 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" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently
[INFO] [stderr] disables Cargo from automatically inferring other binary targets.
[INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following
[INFO] [stderr] files will be included as a binary target:
[INFO] [stderr] 
[INFO] [stderr] * /workspace/builds/worker-2-tc2/source/src/main.rs
[INFO] [stderr] 
[INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be
[INFO] [stderr] ready to be compiled as a binary target today. You can future-proof yourself
[INFO] [stderr] and disable this warning by adding `autobins = false` to your [package]
[INFO] [stderr] section. You may also move the files to a location where Cargo would not
[INFO] [stderr] automatically infer them to be a target, such as in subfolders.
[INFO] [stderr] 
[INFO] [stderr] For more information on this warning you can consult
[INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330
[INFO] [stderr] warning: path `/workspace/builds/worker-2-tc2/source/src/main.rs` was erroneously implicitly accepted for binary `hellopiston`,
[INFO] [stderr] please set bin.path in Cargo.toml
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded wayland-window v0.4.3
[INFO] [stderr]   Downloaded adler32 v0.3.0
[INFO] [stderr]   Downloaded num_cpus v1.2.1
[INFO] [stderr]   Downloaded image v0.12.1
[INFO] [stderr]   Downloaded alsa-sys v0.1.0
[INFO] [stderr]   Downloaded cpal v0.4.2
[INFO] [stderr]   Downloaded futures v0.1.9
[INFO] [stderr]   Downloaded deflate v0.7.2
[INFO] [stderr]   Downloaded piston2d-opengl_graphics v0.37.0
[INFO] [stderr]   Downloaded glutin v0.7.2
[INFO] [stderr]   Downloaded gleam v0.2.30
[INFO] [stderr]   Downloaded serde v0.8.22
[INFO] [stderr]   Downloaded winit v0.5.7
[INFO] [stderr]   Downloaded specs v0.7.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0962b8767c8d9a47d4b158616e9cbadb6175f1cb216f7e076dce58bb4ed2d703
[INFO] running `Command { std: "docker" "start" "-a" "0962b8767c8d9a47d4b158616e9cbadb6175f1cb216f7e076dce58bb4ed2d703", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0962b8767c8d9a47d4b158616e9cbadb6175f1cb216f7e076dce58bb4ed2d703", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0962b8767c8d9a47d4b158616e9cbadb6175f1cb216f7e076dce58bb4ed2d703", kill_on_drop: false }`
[INFO] [stdout] 0962b8767c8d9a47d4b158616e9cbadb6175f1cb216f7e076dce58bb4ed2d703
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7d583bb7c8072ba24f566711e20aab536cde04500900d596c2ddd6a6014a3013
[INFO] running `Command { std: "docker" "start" "-a" "7d583bb7c8072ba24f566711e20aab536cde04500900d596c2ddd6a6014a3013", kill_on_drop: false }`
[INFO] [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently
[INFO] [stderr] disables Cargo from automatically inferring other binary targets.
[INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following
[INFO] [stderr] files will be included as a binary target:
[INFO] [stderr] 
[INFO] [stderr] * /opt/rustwide/workdir/src/main.rs
[INFO] [stderr] 
[INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be
[INFO] [stderr] ready to be compiled as a binary target today. You can future-proof yourself
[INFO] [stderr] and disable this warning by adding `autobins = false` to your [package]
[INFO] [stderr] section. You may also move the files to a location where Cargo would not
[INFO] [stderr] automatically infer them to be a target, such as in subfolders.
[INFO] [stderr] 
[INFO] [stderr] For more information on this warning you can consult
[INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330
[INFO] [stderr] warning: path `/opt/rustwide/workdir/src/main.rs` was erroneously implicitly accepted for binary `hellopiston`,
[INFO] [stderr] please set bin.path in Cargo.toml
[INFO] [stderr]     Checking libc v0.2.19
[INFO] [stderr]    Compiling bitflags v0.7.0
[INFO] [stderr]    Compiling phf_shared v0.7.20
[INFO] [stderr]    Compiling winapi-build v0.1.1
[INFO] [stderr]    Compiling dtoa v0.2.2
[INFO] [stderr]    Compiling num-traits v0.1.36
[INFO] [stderr]    Compiling xml-rs v0.3.5
[INFO] [stderr]    Compiling serde v0.8.22
[INFO] [stderr]     Checking lazy_static v0.2.2
[INFO] [stderr]    Compiling itoa v0.1.1
[INFO] [stderr]    Compiling phf v0.7.20
[INFO] [stderr]    Compiling kernel32-sys v0.2.2
[INFO] [stderr]     Checking winapi v0.2.8
[INFO] [stderr]    Compiling pkg-config v0.3.8
[INFO] [stderr]    Compiling rand v0.3.15
[INFO] [stderr]    Compiling log v0.3.6
[INFO] [stderr]     Checking rustc-serialize v0.3.22
[INFO] [stderr]     Checking piston-float v0.2.0
[INFO] [stderr]    Compiling khronos_api v1.0.0
[INFO] [stderr]    Compiling semver v0.1.20
[INFO] [stderr]    Compiling rustc_version v0.1.7
[INFO] [stdout] error[E0310]: the parameter type `T` may not live long enough
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rustc-serialize-0.3.22/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/72eda894eb3548c7ba774079ce0afab42958d4ee/library/alloc/src/borrow.rs:180: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]    Compiling phf_generator v0.7.20
[INFO] [stderr]    Compiling phf_codegen v0.7.20
[INFO] [stderr]    Compiling wayland-scanner v0.7.6
[INFO] [stderr]    Compiling gl_generator v0.5.2
[INFO] [stderr]     Checking piston-viewport v0.2.0
[INFO] [stderr]    Compiling target_build_utils v0.1.2
[INFO] [stderr]    Compiling tempfile v2.1.4
[INFO] [stderr]     Checking num-integer v0.1.32
[INFO] [stderr]    Compiling x11-dl v2.12.0
[INFO] [stderr]     Checking fs2 v0.2.5
[INFO] [stderr]     Checking shader_version v0.2.1
[INFO] [stderr]    Compiling wayland-client v0.7.6
[INFO] [stderr]     Checking byteorder v1.0.0
[INFO] [stderr]    Compiling gl v0.6.1
[INFO] [stderr]     Checking memmap v0.4.0
[INFO] [stderr]     Checking deque v0.3.1
[INFO] [stderr]     Checking shared_library v0.1.5
[INFO] [stderr]     Checking num_cpus v1.2.1
[INFO] [stderr]     Checking time v0.1.36
[INFO] [stderr]     Checking odds v0.2.25
[INFO] [stderr]     Checking byteorder v0.5.3
[INFO] [stderr]     Checking adler32 v0.3.0
[INFO] [stderr]     Checking deflate v0.7.2
[INFO] [stderr]     Checking rayon v0.6.0
[INFO] [stderr]     Checking nodrop v0.1.8
[INFO] [stdout] error: aborting due to 1 previous error
[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 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "7d583bb7c8072ba24f566711e20aab536cde04500900d596c2ddd6a6014a3013", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7d583bb7c8072ba24f566711e20aab536cde04500900d596c2ddd6a6014a3013", kill_on_drop: false }`
[INFO] [stdout] 7d583bb7c8072ba24f566711e20aab536cde04500900d596c2ddd6a6014a3013
