[INFO] crate imagefile 0.1.0 is already in cache [INFO] checking imagefile-0.1.0 against nightly-2019-10-27 for pr-65897 [INFO] extracting crate imagefile 0.1.0 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate imagefile 0.1.0 on toolchain nightly-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate imagefile 0.1.0 [INFO] finished tweaking crates.io crate imagefile 0.1.0 [INFO] tweaked toml for crates.io crate imagefile 0.1.0 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "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=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" "+nightly-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] eec4cc57de38d85ef26320621f1086eb65d789ffca9b13c6b2241fe91997b47b [INFO] running `"docker" "start" "-a" "eec4cc57de38d85ef26320621f1086eb65d789ffca9b13c6b2241fe91997b47b"` [INFO] [stderr] Checking imagefile v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: could not find `Error` in `byteorder` [INFO] [stderr] --> src/lib.rs:82:24 [INFO] [stderr] | [INFO] [stderr] 82 | byteorder::Error::UnexpectedEOF => ImgfileError::ImageEnd, [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/lib.rs:83:24 [INFO] [stderr] | [INFO] [stderr] 83 | byteorder::Error::Io(err) => ImgfileError::IoError(err), [INFO] [stderr] | ^^^^^ could not find `Error` in `byteorder` [INFO] [stderr] [INFO] [stderr] error[E0532]: expected tuple struct/variant, found unit variant `ImgfileError::NotEnoughData` [INFO] [stderr] --> src/lib.rs:59:13 [INFO] [stderr] | [INFO] [stderr] 59 | ImgfileError::NotEnoughData(..) => &"Not enough data", [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not a tuple struct/variant [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in crate `byteorder` [INFO] [stderr] --> src/lib.rs:79:22 [INFO] [stderr] | [INFO] [stderr] 79 | impl From for ImgfileError { [INFO] [stderr] | ^^^^^ not found in `byteorder` [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 9 | use std::error::Error; [INFO] [stderr] | [INFO] [stderr] 9 | use std::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 9 | use std::io::Error; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in crate `byteorder` [INFO] [stderr] --> src/lib.rs:80:29 [INFO] [stderr] | [INFO] [stderr] 80 | fn from(err: byteorder::Error) -> ImgfileError { [INFO] [stderr] | ^^^^^ not found in `byteorder` [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 9 | use std::error::Error; [INFO] [stderr] | [INFO] [stderr] 9 | use std::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 9 | use std::io::Error; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Error` in `byteorder` [INFO] [stderr] --> src/lib.rs:82:24 [INFO] [stderr] | [INFO] [stderr] 82 | byteorder::Error::UnexpectedEOF => ImgfileError::ImageEnd, [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/lib.rs:83:24 [INFO] [stderr] | [INFO] [stderr] 83 | byteorder::Error::Io(err) => ImgfileError::IoError(err), [INFO] [stderr] | ^^^^^ could not find `Error` in `byteorder` [INFO] [stderr] [INFO] [stderr] error[E0532]: expected tuple struct/variant, found unit variant `ImgfileError::NotEnoughData` [INFO] [stderr] --> src/lib.rs:59:13 [INFO] [stderr] | [INFO] [stderr] 59 | ImgfileError::NotEnoughData(..) => &"Not enough data", [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not a tuple struct/variant [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in crate `byteorder` [INFO] [stderr] --> src/lib.rs:79:22 [INFO] [stderr] | [INFO] [stderr] 79 | impl From for ImgfileError { [INFO] [stderr] | ^^^^^ not found in `byteorder` [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 9 | use std::error::Error; [INFO] [stderr] | [INFO] [stderr] 9 | use std::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 9 | use std::io::Error; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in crate `byteorder` [INFO] [stderr] --> src/lib.rs:80:29 [INFO] [stderr] | [INFO] [stderr] 80 | fn from(err: byteorder::Error) -> ImgfileError { [INFO] [stderr] | ^^^^^ not found in `byteorder` [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 9 | use std::error::Error; [INFO] [stderr] | [INFO] [stderr] 9 | use std::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 9 | use std::io::Error; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0433, E0532. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `imagefile`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no variant or associated item named `UnexpectedEOF` found for type `std::io::ErrorKind` in the current scope [INFO] [stderr] --> src/decoder.rs:104:43 [INFO] [stderr] | [INFO] [stderr] 104 | if e.kind() == ErrorKind::UnexpectedEOF { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | variant or associated item not found in `std::io::ErrorKind` [INFO] [stderr] | help: there is a variant with a similar name (notice the capitalization): `UnexpectedEof` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `UnexpectedEOF` found for type `std::io::ErrorKind` in the current scope [INFO] [stderr] --> src/decoder.rs:122:43 [INFO] [stderr] | [INFO] [stderr] 122 | if e.kind() == ErrorKind::UnexpectedEOF { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | variant or associated item not found in `std::io::ErrorKind` [INFO] [stderr] | help: there is a variant with a similar name (notice the capitalization): `UnexpectedEof` [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0433, E0532, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `imagefile`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "eec4cc57de38d85ef26320621f1086eb65d789ffca9b13c6b2241fe91997b47b"` [INFO] running `"docker" "rm" "-f" "eec4cc57de38d85ef26320621f1086eb65d789ffca9b13c6b2241fe91997b47b"` [INFO] [stdout] eec4cc57de38d85ef26320621f1086eb65d789ffca9b13c6b2241fe91997b47b