[INFO] crate ber 0.0.6 is already in cache [INFO] extracting crate ber 0.0.6 into work/ex/beta-1.37-6/sources/1.36.0/reg/ber/0.0.6 [INFO] extracting crate ber 0.0.6 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/ber/0.0.6 [INFO] validating manifest of ber-0.0.6 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 ber-0.0.6 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 ber-0.0.6 [INFO] finished frobbing ber-0.0.6 [INFO] frobbed toml for ber-0.0.6 written to work/ex/beta-1.37-6/sources/1.36.0/reg/ber/0.0.6/Cargo.toml [INFO] started frobbing ber-0.0.6 [INFO] finished frobbing ber-0.0.6 [INFO] frobbed toml for ber-0.0.6 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/ber/0.0.6/Cargo.toml [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 ber-0.0.6 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-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/ber/0.0.6:/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] 436939f017ac48857525abcefbdcbad715108fc9e9f969c9c0a7a4dbb5be83a9 [INFO] running `"docker" "start" "-a" "436939f017ac48857525abcefbdcbad715108fc9e9f969c9c0a7a4dbb5be83a9"` [INFO] [stderr] Compiling ber v0.0.6 (/opt/crater/workdir) [INFO] [stderr] error[E0412]: cannot find type `Error` in module `byteorder` [INFO] [stderr] --> src/err.rs:13:26 [INFO] [stderr] | [INFO] [stderr] 13 | Byteorder(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] 1 | use err::Error; [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 module `byteorder` [INFO] [stderr] --> src/err.rs:76:22 [INFO] [stderr] | [INFO] [stderr] 76 | impl From for 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] 1 | use err::Error; [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 module `byteorder` [INFO] [stderr] --> src/err.rs:77:30 [INFO] [stderr] | [INFO] [stderr] 77 | fn from (err: byteorder::Error) -> 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] 1 | use err::Error; [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 `Result` in module `byteorder` [INFO] [stderr] --> src/tag.rs:311:68 [INFO] [stderr] | [INFO] [stderr] 311 | fn write_length (mut w: &mut Write, length: &Length) -> byteorder::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] 1 | use std::fmt::Result; [INFO] [stderr] | [INFO] [stderr] 1 | use std::io::Result; [INFO] [stderr] | [INFO] [stderr] 1 | use std::prelude::v1::Result; [INFO] [stderr] | [INFO] [stderr] 1 | use std::result::Result; [INFO] [stderr] | [INFO] [stderr] and 1 other candidates [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0412`. [INFO] [stderr] error: Could not compile `ber`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "436939f017ac48857525abcefbdcbad715108fc9e9f969c9c0a7a4dbb5be83a9"` [INFO] running `"docker" "rm" "-f" "436939f017ac48857525abcefbdcbad715108fc9e9f969c9c0a7a4dbb5be83a9"` [INFO] [stdout] 436939f017ac48857525abcefbdcbad715108fc9e9f969c9c0a7a4dbb5be83a9