[INFO] updating cached repository https://github.com/Zarzwick/Peperetracer [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/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] f0eb2df38f441baf12d223bc7fa6dc1fca54dcd2 [INFO] testing Zarzwick/Peperetracer against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FZarzwick%2FPeperetracer" "work/builds/worker-4/source"` [INFO] [stderr] Cloning into 'work/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Zarzwick/Peperetracer on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Zarzwick/Peperetracer [INFO] finished tweaking git repo https://github.com/Zarzwick/Peperetracer [INFO] tweaked toml for git repo https://github.com/Zarzwick/Peperetracer written to work/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/Zarzwick/Peperetracer already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 4ca50893719148ee6d9210c6c975ff54343eb9296dd412757800c80d395724f0 [INFO] running `"docker" "start" "-a" "4ca50893719148ee6d9210c6c975ff54343eb9296dd412757800c80d395724f0"` [INFO] [stderr] Compiling num-complex v0.2.1 [INFO] [stderr] Compiling ndarray v0.12.1 [INFO] [stderr] Compiling rgb v0.8.11 [INFO] [stderr] Compiling itertools v0.7.11 [INFO] [stderr] Compiling approx v0.3.1 [INFO] [stderr] Compiling rand v0.5.5 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling lodepng v2.4.2 [INFO] [stderr] Compiling alga v0.7.2 [INFO] [stderr] Compiling nalgebra v0.16.13 [INFO] [stderr] Compiling pepere_tracer v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `Zip` [INFO] [stderr] --> src/image.rs:1:22 [INFO] [stderr] | [INFO] [stderr] 1 | use ndarray::{Array2,Zip}; [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0277]: cannot multiply `{integer}` to `f32` [INFO] [stderr] --> src/image.rs:19:23 [INFO] [stderr] | [INFO] [stderr] 19 | RGBA8 {r: s[0]*255, g: s[1]*255, b: s[2]*255, a: 1.0} [INFO] [stderr] | ^ no implementation for `f32 * {integer}` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::ops::Mul<{integer}>` is not implemented for `f32` [INFO] [stderr] [INFO] [stderr] error[E0277]: cannot multiply `{integer}` to `f32` [INFO] [stderr] --> src/image.rs:19:36 [INFO] [stderr] | [INFO] [stderr] 19 | RGBA8 {r: s[0]*255, g: s[1]*255, b: s[2]*255, a: 1.0} [INFO] [stderr] | ^ no implementation for `f32 * {integer}` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::ops::Mul<{integer}>` is not implemented for `f32` [INFO] [stderr] [INFO] [stderr] error[E0277]: cannot multiply `{integer}` to `f32` [INFO] [stderr] --> src/image.rs:19:49 [INFO] [stderr] | [INFO] [stderr] 19 | RGBA8 {r: s[0]*255, g: s[1]*255, b: s[2]*255, a: 1.0} [INFO] [stderr] | ^ no implementation for `f32 * {integer}` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::ops::Mul<{integer}>` is not implemented for `f32` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/image.rs:19:58 [INFO] [stderr] | [INFO] [stderr] 19 | RGBA8 {r: s[0]*255, g: s[1]*255, b: s[2]*255, a: 1.0} [INFO] [stderr] | ^^^ expected u8, found floating-point number [INFO] [stderr] | [INFO] [stderr] = note: expected type `u8` [INFO] [stderr] found type `{float}` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/image.rs:23:38 [INFO] [stderr] | [INFO] [stderr] 23 | img.map(|s| spectrum_to_rgba(s)) [INFO] [stderr] | ^ [INFO] [stderr] | | [INFO] [stderr] | expected array of 3 elements, found &[f32; 3] [INFO] [stderr] | help: consider dereferencing the borrow: `*s` [INFO] [stderr] | [INFO] [stderr] = note: expected type `[f32; 3]` [INFO] [stderr] found type `&[f32; 3]` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/image.rs:29:61 [INFO] [stderr] | [INFO] [stderr] 29 | rgba_to_png(filename, /*colourspace::*/spectrum_to_rgba(img)); [INFO] [stderr] | ^^^ expected array of 3 elements, found reference [INFO] [stderr] | [INFO] [stderr] = note: expected type `[f32; 3]` [INFO] [stderr] found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 2]>>` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/image.rs:29:44 [INFO] [stderr] | [INFO] [stderr] 29 | rgba_to_png(filename, /*colourspace::*/spectrum_to_rgba(img)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ expected reference, found struct `rgb::RGBA` [INFO] [stderr] | [INFO] [stderr] = note: expected type `&ndarray::ArrayBase>, ndarray::Dim<[usize; 2]>>` [INFO] [stderr] found type `rgb::RGBA` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 4 parameters but 2 parameters were supplied [INFO] [stderr] --> src/image.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 34 | lodepng::encode32_file(filename, img); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 parameters [INFO] [stderr] [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0277, E0308. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `pepere_tracer`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "4ca50893719148ee6d9210c6c975ff54343eb9296dd412757800c80d395724f0"` [INFO] running `"docker" "rm" "-f" "4ca50893719148ee6d9210c6c975ff54343eb9296dd412757800c80d395724f0"` [INFO] [stdout] 4ca50893719148ee6d9210c6c975ff54343eb9296dd412757800c80d395724f0