[INFO] updating cached repository https://github.com/blargg/rust-tracer [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] fc8ca0d165ea56691329d754117d178b5245dc28 [INFO] testing blargg/rust-tracer against try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fblargg%2Frust-tracer" "/workspace/builds/worker-11/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/blargg/rust-tracer on toolchain 41997647ba6a77908f6ef64401414feb00bccf16 [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/blargg/rust-tracer [INFO] finished tweaking git repo https://github.com/blargg/rust-tracer [INFO] tweaked toml for git repo https://github.com/blargg/rust-tracer written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/blargg/rust-tracer already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3a70179304c63571176ed5845b551a9ba20b7b2a18b13610019b870fd94ad98d [INFO] running `"docker" "start" "-a" "3a70179304c63571176ed5845b551a9ba20b7b2a18b13610019b870fd94ad98d"` [INFO] [stderr] Compiling libc v0.2.51 [INFO] [stderr] Compiling cfg-if v0.1.7 [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling syn v0.15.32 [INFO] [stderr] Compiling num-complex v0.2.1 [INFO] [stderr] Compiling num-bigint v0.2.2 [INFO] [stderr] Compiling num-rational v0.2.1 [INFO] [stderr] Compiling either v1.5.2 [INFO] [stderr] Compiling obj v0.9.0 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling matrixmultiply v0.2.2 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stderr] Compiling generic-array v0.12.0 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling crossbeam-utils v0.2.2 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling num_cpus v1.10.0 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling alga v0.9.0 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Compiling num v0.2.0 [INFO] [stderr] Compiling nalgebra v0.18.0 [INFO] [stderr] Compiling num-derive v0.2.4 [INFO] [stderr] Compiling jpeg-decoder v0.1.15 [INFO] [stderr] Compiling tiff v0.2.2 [INFO] [stderr] Compiling image v0.21.1 [INFO] [stderr] Compiling rust-tracer v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: associated type `BSDF_fn` should have an upper camel case name [INFO] [stderr] --> src/render/material.rs:32:10 [INFO] [stderr] | [INFO] [stderr] 32 | type BSDF_fn; [INFO] [stderr] | ^^^^^^^ help: convert the identifier to upper camel case: `BsdfFn` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `super::plane::Plane` [INFO] [stderr] --> src/render/triangle.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use super::plane::Plane; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: constant item is never used: `EPSILON_64` [INFO] [stderr] --> src/number.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | pub const EPSILON_64: f64 = 0.00001; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `Plane` [INFO] [stderr] --> src/render/plane.rs:3:12 [INFO] [stderr] | [INFO] [stderr] 3 | pub struct Plane { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `new` [INFO] [stderr] --> src/render/plane.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | pub fn new(normal: Vector3, dist: T) -> Plane { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `new_at_point` [INFO] [stderr] --> src/render/plane.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | pub fn new_at_point(position: Point3, normal: Vector3) -> Plane { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `distance_to` [INFO] [stderr] --> src/render/plane.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | pub fn distance_to(&self, point: Point3) -> T { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `new` [INFO] [stderr] --> src/render/ray.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | pub fn new(origin: Point3, direction: UnitVec3) -> Ray { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `closest_point` [INFO] [stderr] --> src/render/ray.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | pub fn closest_point(&self, p: Point3) -> Point3 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `position` [INFO] [stderr] --> src/render/shape.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | position: Point3, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `normal` [INFO] [stderr] --> src/render/shape.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | normal: Vector3, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `new` [INFO] [stderr] --> src/render/sphere.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | pub fn new(center: Point3, radius: T) -> Sphere { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 12 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 26s [INFO] running `"docker" "inspect" "3a70179304c63571176ed5845b551a9ba20b7b2a18b13610019b870fd94ad98d"` [INFO] running `"docker" "rm" "-f" "3a70179304c63571176ed5845b551a9ba20b7b2a18b13610019b870fd94ad98d"` [INFO] [stdout] 3a70179304c63571176ed5845b551a9ba20b7b2a18b13610019b870fd94ad98d [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ef9756710166b666a4878dc0de524d8bb2c0c7ae39309dc077cd419a9d29b83a [INFO] running `"docker" "start" "-a" "ef9756710166b666a4878dc0de524d8bb2c0c7ae39309dc077cd419a9d29b83a"` [INFO] [stderr] Compiling ucd-util v0.1.3 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Compiling quick-error v1.2.2 [INFO] [stderr] Compiling wait-timeout v0.2.0 [INFO] [stderr] Compiling tempfile v3.0.7 [INFO] [stderr] Compiling regex-syntax v0.6.6 [INFO] [stderr] Compiling rusty-fork v0.2.2 [INFO] [stderr] Compiling proptest v0.9.2 [INFO] [stderr] error[E0495]: cannot infer an appropriate lifetime for lifetime parameter `'a` due to conflicting requirements [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proptest-0.9.2/src/arbitrary/_core/iter.rs:44:23 [INFO] [stderr] | [INFO] [stderr] 44 | base.prop_map(Iterator::cloned).boxed() [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: first, the lifetime cannot outlive the lifetime `'a` as defined on the impl at 35:6... [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proptest-0.9.2/src/arbitrary/_core/iter.rs:35:6 [INFO] [stderr] | [INFO] [stderr] 35 | impl<'a, T: 'static + Clone, A: fmt::Debug + 'static + Iterator> [INFO] [stderr] | ^^ [INFO] [stderr] note: ...so that the types are compatible [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proptest-0.9.2/src/arbitrary/_core/iter.rs:44:23 [INFO] [stderr] | [INFO] [stderr] 44 | base.prop_map(Iterator::cloned).boxed() [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: expected `&'a T` [INFO] [stderr] found `&T` [INFO] [stderr] = note: but, the lifetime must be valid for the static lifetime... [INFO] [stderr] note: ...so that the type `strategy::map::Map core::iter::Cloned {::cloned::<'_, T>}>` will meet its required lifetime bounds [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proptest-0.9.2/src/arbitrary/_core/iter.rs:44:41 [INFO] [stderr] | [INFO] [stderr] 44 | base.prop_map(Iterator::cloned).boxed() [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0495`. [INFO] [stderr] error: could not compile `proptest`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "ef9756710166b666a4878dc0de524d8bb2c0c7ae39309dc077cd419a9d29b83a"` [INFO] running `"docker" "rm" "-f" "ef9756710166b666a4878dc0de524d8bb2c0c7ae39309dc077cd419a9d29b83a"` [INFO] [stdout] ef9756710166b666a4878dc0de524d8bb2c0c7ae39309dc077cd419a9d29b83a