[INFO] updating cached repository EddyShure/ray_charles [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/EddyShure/ray_charles [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/EddyShure/ray_charles" "work/ex/beta-1.37-6/sources/1.36.0/gh/EddyShure/ray_charles"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/EddyShure/ray_charles'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/EddyShure/ray_charles" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/EddyShure/ray_charles"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/EddyShure/ray_charles'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 00a6bec8bbf31062c5b58cfd709fa61da2e75e59 [INFO] sha for GitHub repo EddyShure/ray_charles: 00a6bec8bbf31062c5b58cfd709fa61da2e75e59 [INFO] validating manifest of EddyShure/ray_charles 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 EddyShure/ray_charles 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 EddyShure/ray_charles [INFO] finished frobbing EddyShure/ray_charles [INFO] frobbed toml for EddyShure/ray_charles written to work/ex/beta-1.37-6/sources/1.36.0/gh/EddyShure/ray_charles/Cargo.toml [INFO] started frobbing EddyShure/ray_charles [INFO] finished frobbing EddyShure/ray_charles [INFO] frobbed toml for EddyShure/ray_charles written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/EddyShure/ray_charles/Cargo.toml [INFO] crate EddyShure/ray_charles already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/EddyShure/ray_charles/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [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 EddyShure/ray_charles 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-4/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/EddyShure/ray_charles:/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] c6e69d1d038e5d1c4d13c1ee3c89ae144b7d914f30a6cdc93806e5a60a1db3de [INFO] running `"docker" "start" "-a" "c6e69d1d038e5d1c4d13c1ee3c89ae144b7d914f30a6cdc93806e5a60a1db3de"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] [stderr] Compiling num-complex v0.1.43 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling backtrace v0.2.3 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling nalgebra v0.9.0 [INFO] [stderr] Compiling ray_charles v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/camera.rs:28:25 [INFO] [stderr] | [INFO] [stderr] 28 | / (self.lower_left_corner + u * self.horizontal + v * self.vertical - [INFO] [stderr] 29 | | self.origin)); [INFO] [stderr] | |_____________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 28 | self.lower_left_corner + u * self.horizontal + v * self.vertical - [INFO] [stderr] 29 | self.origin); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/material.rs:51:41 [INFO] [stderr] | [INFO] [stderr] 51 | let scattered = Ray::new(rec.p, (target - rec.p)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/main.rs:27:62 [INFO] [stderr] | [INFO] [stderr] 27 | attenuation*color(&scattered, world, (depth+1)) [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unused variable: `r_in` [INFO] [stderr] --> src/material.rs:49:23 [INFO] [stderr] | [INFO] [stderr] 49 | fn scatter(&self, r_in: &Ray, rec: &HitRecord) -> Option<(Vector3, Ray)> { [INFO] [stderr] | ^^^^ help: consider prefixing with an underscore: `_r_in` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `schlick` [INFO] [stderr] --> src/util.rs:38:1 [INFO] [stderr] | [INFO] [stderr] 38 | pub fn schlick(cosine: f64, eta: f64) -> f64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.89s [INFO] running `"docker" "inspect" "c6e69d1d038e5d1c4d13c1ee3c89ae144b7d914f30a6cdc93806e5a60a1db3de"` [INFO] running `"docker" "rm" "-f" "c6e69d1d038e5d1c4d13c1ee3c89ae144b7d914f30a6cdc93806e5a60a1db3de"` [INFO] [stdout] c6e69d1d038e5d1c4d13c1ee3c89ae144b7d914f30a6cdc93806e5a60a1db3de [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/EddyShure/ray_charles:/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] 8259efb03f8085284c3d8023fad515c9d906b70e4803463604052fd2111c623a [INFO] running `"docker" "start" "-a" "8259efb03f8085284c3d8023fad515c9d906b70e4803463604052fd2111c623a"` [INFO] [stderr] Compiling ray_charles v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/camera.rs:28:25 [INFO] [stderr] | [INFO] [stderr] 28 | / (self.lower_left_corner + u * self.horizontal + v * self.vertical - [INFO] [stderr] 29 | | self.origin)); [INFO] [stderr] | |_____________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 28 | self.lower_left_corner + u * self.horizontal + v * self.vertical - [INFO] [stderr] 29 | self.origin); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/material.rs:51:41 [INFO] [stderr] | [INFO] [stderr] 51 | let scattered = Ray::new(rec.p, (target - rec.p)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/main.rs:27:62 [INFO] [stderr] | [INFO] [stderr] 27 | attenuation*color(&scattered, world, (depth+1)) [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unused variable: `r_in` [INFO] [stderr] --> src/material.rs:49:23 [INFO] [stderr] | [INFO] [stderr] 49 | fn scatter(&self, r_in: &Ray, rec: &HitRecord) -> Option<(Vector3, Ray)> { [INFO] [stderr] | ^^^^ help: consider prefixing with an underscore: `_r_in` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `schlick` [INFO] [stderr] --> src/util.rs:38:1 [INFO] [stderr] | [INFO] [stderr] 38 | pub fn schlick(cosine: f64, eta: f64) -> f64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.78s [INFO] running `"docker" "inspect" "8259efb03f8085284c3d8023fad515c9d906b70e4803463604052fd2111c623a"` [INFO] running `"docker" "rm" "-f" "8259efb03f8085284c3d8023fad515c9d906b70e4803463604052fd2111c623a"` [INFO] [stdout] 8259efb03f8085284c3d8023fad515c9d906b70e4803463604052fd2111c623a [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/EddyShure/ray_charles:/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] e11df1faa5344776ebb192ce6df0ace8ce49077846278a49639b0e46000623cc [INFO] running `"docker" "start" "-a" "e11df1faa5344776ebb192ce6df0ace8ce49077846278a49639b0e46000623cc"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/ray_charles-5b6099cb0c83e6d5 [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" "e11df1faa5344776ebb192ce6df0ace8ce49077846278a49639b0e46000623cc"` [INFO] running `"docker" "rm" "-f" "e11df1faa5344776ebb192ce6df0ace8ce49077846278a49639b0e46000623cc"` [INFO] [stdout] e11df1faa5344776ebb192ce6df0ace8ce49077846278a49639b0e46000623cc