[INFO] updating cached repository https://github.com/performance/IDP_Analyzer [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] ddbf4e35480ae57848545d5758b169bae800101e [INFO] checking performance/IDP_Analyzer against beta-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fperformance%2FIDP_Analyzer" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/performance/IDP_Analyzer on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/performance/IDP_Analyzer [INFO] finished tweaking git repo https://github.com/performance/IDP_Analyzer [INFO] tweaked toml for git repo https://github.com/performance/IDP_Analyzer written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/performance/IDP_Analyzer already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /workspace/builds/worker-4/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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=allow" "-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-10-27" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 2a21b4785fbbe371bfaee3756a7dbe7201ceddb877f4423e1146f3edbc088bf7 [INFO] running `"docker" "start" "-a" "2a21b4785fbbe371bfaee3756a7dbe7201ceddb877f4423e1146f3edbc088bf7"` [INFO] [stderr] Checking hello_world v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: could not find `Error` in `byteorder` [INFO] [stderr] --> src/image/error.rs:54:24 [INFO] [stderr] | [INFO] [stderr] 54 | byteorder::Error::UnexpectedEOF => ImageError::FormatError( "Format error: ".to_string() ), [INFO] [stderr] | ^^^^^ could not find `Error` in `byteorder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Error` in `byteorder` [INFO] [stderr] --> src/image/error.rs:55:24 [INFO] [stderr] | [INFO] [stderr] 55 | byteorder::Error::Io(err) => ImageError::IoError(err), [INFO] [stderr] | ^^^^^ could not find `Error` in `byteorder` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in crate `byteorder` [INFO] [stderr] --> src/stream.rs:25:54 [INFO] [stderr] | [INFO] [stderr] 25 | fn read_u16(&mut self) -> Result { [INFO] [stderr] | ^^^^^ not found in `byteorder` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 3 | use std::error::Error; [INFO] [stderr] | [INFO] [stderr] 3 | use std::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 3 | use std::io::Error; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in crate `byteorder` [INFO] [stderr] --> src/stream.rs:34:54 [INFO] [stderr] | [INFO] [stderr] 34 | fn read_u32(&mut self) -> Result { [INFO] [stderr] | ^^^^^ not found in `byteorder` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 3 | use std::error::Error; [INFO] [stderr] | [INFO] [stderr] 3 | use std::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 3 | use std::io::Error; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in crate `byteorder` [INFO] [stderr] --> src/stream.rs:44:55 [INFO] [stderr] | [INFO] [stderr] 44 | fn read_f32(&mut self ) -> Result { [INFO] [stderr] | ^^^^^ not found in `byteorder` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 3 | use std::error::Error; [INFO] [stderr] | [INFO] [stderr] 3 | use std::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 3 | use std::io::Error; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in crate `byteorder` [INFO] [stderr] --> src/stream.rs:60:62 [INFO] [stderr] | [INFO] [stderr] 60 | fn write_u16(&mut self, n: u16) -> Result<(), byteorder::Error> { [INFO] [stderr] | ^^^^^ not found in `byteorder` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 3 | use std::error::Error; [INFO] [stderr] | [INFO] [stderr] 3 | use std::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 3 | use std::io::Error; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in crate `byteorder` [INFO] [stderr] --> src/stream.rs:69:62 [INFO] [stderr] | [INFO] [stderr] 69 | fn write_u32(&mut self, n: u32) -> Result<(), byteorder::Error> { [INFO] [stderr] | ^^^^^ not found in `byteorder` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 3 | use std::error::Error; [INFO] [stderr] | [INFO] [stderr] 3 | use std::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 3 | use std::io::Error; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in crate `byteorder` [INFO] [stderr] --> src/stream.rs:78:62 [INFO] [stderr] | [INFO] [stderr] 78 | fn write_f32(&mut self, n: f32) -> Result<(), byteorder::Error> { [INFO] [stderr] | ^^^^^ not found in `byteorder` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 3 | use std::error::Error; [INFO] [stderr] | [INFO] [stderr] 3 | use std::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 3 | use std::io::Error; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in crate `byteorder` [INFO] [stderr] --> src/image/error.rs:51:22 [INFO] [stderr] | [INFO] [stderr] 51 | impl From for ImageError { [INFO] [stderr] | ^^^^^ not found in `byteorder` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use std::error::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use std::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use std::io::Error; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in crate `byteorder` [INFO] [stderr] --> src/image/error.rs:52:29 [INFO] [stderr] | [INFO] [stderr] 52 | fn from(err: byteorder::Error) -> ImageError { [INFO] [stderr] | ^^^^^ not found in `byteorder` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use std::error::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use std::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use std::io::Error; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `super::RgbImage`, `super::GrayImage`, `super::ConvertBuffer` [INFO] [stderr] --> src/buffer.rs:484:30 [INFO] [stderr] | [INFO] [stderr] 484 | use super::{ImageBuffer, RgbImage, GrayImage, ConvertBuffer, Pixel}; [INFO] [stderr] | ^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^^^^^ no `ConvertBuffer` in `buffer` [INFO] [stderr] | | | [INFO] [stderr] | | no `GrayImage` in `buffer` [INFO] [stderr] | | help: a similar name exists in the module: `Gray16Image` [INFO] [stderr] | no `RgbImage` in `buffer` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `color` [INFO] [stderr] --> src/buffer.rs:485:9 [INFO] [stderr] | [INFO] [stderr] 485 | use color; [INFO] [stderr] | ^^^^^ no `color` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `test` [INFO] [stderr] --> src/buffer.rs:486:9 [INFO] [stderr] | [INFO] [stderr] 486 | use test; [INFO] [stderr] | ^^^^ no `test` in the root [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `&

::Subpixel` as `f32` is invalid [INFO] [stderr] --> src/buffer.rs:354:41 [INFO] [stderr] | [INFO] [stderr] 354 | try!(wtr.write_f32( ( p.value() as f32 ) )); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Error` in `byteorder` [INFO] [stderr] --> src/image/error.rs:54:24 [INFO] [stderr] | [INFO] [stderr] 54 | byteorder::Error::UnexpectedEOF => ImageError::FormatError( "Format error: ".to_string() ), [INFO] [stderr] | ^^^^^ could not find `Error` in `byteorder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Error` in `byteorder` [INFO] [stderr] --> src/image/error.rs:55:24 [INFO] [stderr] | [INFO] [stderr] 55 | byteorder::Error::Io(err) => ImageError::IoError(err), [INFO] [stderr] | ^^^^^ could not find `Error` in `byteorder` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in crate `byteorder` [INFO] [stderr] --> src/stream.rs:25:54 [INFO] [stderr] | [INFO] [stderr] 25 | fn read_u16(&mut self) -> Result { [INFO] [stderr] | ^^^^^ not found in `byteorder` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 3 | use std::error::Error; [INFO] [stderr] | [INFO] [stderr] 3 | use std::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 3 | use std::io::Error; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in crate `byteorder` [INFO] [stderr] --> src/stream.rs:34:54 [INFO] [stderr] | [INFO] [stderr] 34 | fn read_u32(&mut self) -> Result { [INFO] [stderr] | ^^^^^ not found in `byteorder` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 3 | use std::error::Error; [INFO] [stderr] | [INFO] [stderr] 3 | use std::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 3 | use std::io::Error; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in crate `byteorder` [INFO] [stderr] --> src/stream.rs:44:55 [INFO] [stderr] | [INFO] [stderr] 44 | fn read_f32(&mut self ) -> Result { [INFO] [stderr] | ^^^^^ not found in `byteorder` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 3 | use std::error::Error; [INFO] [stderr] | [INFO] [stderr] 3 | use std::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 3 | use std::io::Error; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in crate `byteorder` [INFO] [stderr] --> src/stream.rs:60:62 [INFO] [stderr] | [INFO] [stderr] 60 | fn write_u16(&mut self, n: u16) -> Result<(), byteorder::Error> { [INFO] [stderr] | ^^^^^ not found in `byteorder` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 3 | use std::error::Error; [INFO] [stderr] | [INFO] [stderr] 3 | use std::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 3 | use std::io::Error; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in crate `byteorder` [INFO] [stderr] --> src/stream.rs:69:62 [INFO] [stderr] | [INFO] [stderr] 69 | fn write_u32(&mut self, n: u32) -> Result<(), byteorder::Error> { [INFO] [stderr] | ^^^^^ not found in `byteorder` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 3 | use std::error::Error; [INFO] [stderr] | [INFO] [stderr] 3 | use std::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 3 | use std::io::Error; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in crate `byteorder` [INFO] [stderr] --> src/stream.rs:78:62 [INFO] [stderr] | [INFO] [stderr] 78 | fn write_f32(&mut self, n: f32) -> Result<(), byteorder::Error> { [INFO] [stderr] | ^^^^^ not found in `byteorder` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 3 | use std::error::Error; [INFO] [stderr] | [INFO] [stderr] 3 | use std::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 3 | use std::io::Error; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in crate `byteorder` [INFO] [stderr] --> src/image/error.rs:51:22 [INFO] [stderr] | [INFO] [stderr] 51 | impl From for ImageError { [INFO] [stderr] | ^^^^^ not found in `byteorder` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use std::error::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use std::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use std::io::Error; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in crate `byteorder` [INFO] [stderr] --> src/image/error.rs:52:29 [INFO] [stderr] | [INFO] [stderr] 52 | fn from(err: byteorder::Error) -> ImageError { [INFO] [stderr] | ^^^^^ not found in `byteorder` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use std::error::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use std::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use std::io::Error; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: aborting due to 11 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0433, E0606. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `hello_world`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0606]: casting `&

::Subpixel` as `f32` is invalid [INFO] [stderr] --> src/buffer.rs:354:41 [INFO] [stderr] | [INFO] [stderr] 354 | try!(wtr.write_f32( ( p.value() as f32 ) )); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 14 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0432, E0433, E0606. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `hello_world`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "2a21b4785fbbe371bfaee3756a7dbe7201ceddb877f4423e1146f3edbc088bf7"` [INFO] running `"docker" "rm" "-f" "2a21b4785fbbe371bfaee3756a7dbe7201ceddb877f4423e1146f3edbc088bf7"` [INFO] [stdout] 2a21b4785fbbe371bfaee3756a7dbe7201ceddb877f4423e1146f3edbc088bf7