[INFO] crate pass 0.1.0 is already in cache [INFO] extracting crate pass 0.1.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/pass/0.1.0 [INFO] extracting crate pass 0.1.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/pass/0.1.0 [INFO] validating manifest of pass-0.1.0 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of pass-0.1.0 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing pass-0.1.0 [INFO] finished frobbing pass-0.1.0 [INFO] frobbed toml for pass-0.1.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/pass/0.1.0/Cargo.toml [INFO] started frobbing pass-0.1.0 [INFO] finished frobbing pass-0.1.0 [INFO] frobbed toml for pass-0.1.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/pass/0.1.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing pass-0.1.0 against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/pass/0.1.0:/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.37.0" "build" "--frozen"` [INFO] [stdout] 5e0cab5b53351f1ba56fff8e2f5ffd3388c3074331511e19bc56bac501e32121 [INFO] running `"docker" "start" "-a" "5e0cab5b53351f1ba56fff8e2f5ffd3388c3074331511e19bc56bac501e32121"` [INFO] [stderr] Compiling argparse v0.2.2 [INFO] [stderr] Compiling memrange v0.1.3 [INFO] [stderr] Compiling rmp v0.7.5 [INFO] [stderr] Compiling rmp v0.8.7 [INFO] [stderr] Compiling theban_interval_tree v0.7.1 [INFO] [stderr] Compiling theban_interval_tree v0.6.2 [INFO] [stderr] Compiling rmp-serialize v0.7.0 [INFO] [stderr] error[E0432]: unresolved imports `rmp::decode::ReadError`, `rmp::decode::FixedValueReadError`, `rmp::decode::read_u8_fit`, `rmp::decode::read_u16_fit`, `rmp::decode::read_u32_fit`, `rmp::decode::read_u64_fit`, `rmp::decode::read_i8_fit`, `rmp::decode::read_i16_fit`, `rmp::decode::read_i32_fit`, `rmp::decode::read_i64_fit`, `rmp::decode::read_str_data`, `rmp::decode::read_array_size`, `rmp::decode::read_map_size` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rmp-serialize-0.7.0/src/decode.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | ReadError, [INFO] [stderr] | ^^^^^^^^^ no `ReadError` in `decode` [INFO] [stderr] 11 | FixedValueReadError, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no `FixedValueReadError` in `decode` [INFO] [stderr] ... [INFO] [stderr] 16 | read_u8_fit, [INFO] [stderr] | ^^^^^^^^^^^ no `read_u8_fit` in `decode` [INFO] [stderr] 17 | read_u16_fit, [INFO] [stderr] | ^^^^^^^^^^^^ no `read_u16_fit` in `decode` [INFO] [stderr] 18 | read_u32_fit, [INFO] [stderr] | ^^^^^^^^^^^^ no `read_u32_fit` in `decode` [INFO] [stderr] 19 | read_u64_fit, [INFO] [stderr] | ^^^^^^^^^^^^ no `read_u64_fit` in `decode` [INFO] [stderr] 20 | read_i8_fit, [INFO] [stderr] | ^^^^^^^^^^^ no `read_i8_fit` in `decode` [INFO] [stderr] 21 | read_i16_fit, [INFO] [stderr] | ^^^^^^^^^^^^ no `read_i16_fit` in `decode` [INFO] [stderr] 22 | read_i32_fit, [INFO] [stderr] | ^^^^^^^^^^^^ no `read_i32_fit` in `decode` [INFO] [stderr] 23 | read_i64_fit, [INFO] [stderr] | ^^^^^^^^^^^^ no `read_i64_fit` in `decode` [INFO] [stderr] ... [INFO] [stderr] 27 | read_str_data, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] 28 | read_array_size, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] 29 | read_map_size, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 11 | ValueReadError, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 17 | read_u16, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 18 | read_u32, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 19 | read_u64, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 21 | read_i16, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 22 | read_i32, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 23 | read_i64, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rmp::encode::write_sint_eff` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rmp-serialize-0.7.0/src/encode.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | write_sint_eff, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | no `write_sint_eff` in `encode` [INFO] [stderr] | help: a similar name exists in the module: `write_sint` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `rmp::encode::FixedValueWriteError`, `rmp::encode::WriteError` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rmp-serialize-0.7.0/src/encode.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | FixedValueWriteError, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | no `FixedValueWriteError` in `encode` [INFO] [stderr] | help: a similar name exists in the module: `ValueWriteError` [INFO] [stderr] 20 | ValueWriteError, [INFO] [stderr] 21 | WriteError, [INFO] [stderr] | ^^^^^^^^^^ no `WriteError` in `encode` [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `std::convert::From<[type error]>` for type `decode::Error`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rmp-serialize-0.7.0/src/decode.rs:75:1 [INFO] [stderr] | [INFO] [stderr] 65 | impl From for Error { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] ... [INFO] [stderr] 75 | impl From for Error { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `decode::Error` [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `std::convert::From<[type error]>` for type `decode::Error`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rmp-serialize-0.7.0/src/decode.rs:86:1 [INFO] [stderr] | [INFO] [stderr] 65 | impl From for Error { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] ... [INFO] [stderr] 86 | impl<'a> From> for Error { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `decode::Error` [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `std::convert::From<[type error]>` for type `encode::Error`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rmp-serialize-0.7.0/src/encode.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 49 | impl From for Error { [INFO] [stderr] | ----------------------------------------- first implementation here [INFO] [stderr] ... [INFO] [stderr] 57 | impl From for Error { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `encode::Error` [INFO] [stderr] [INFO] [stderr] error[E0554]: #![feature] may not be used on the stable release channel [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/theban_interval_tree-0.6.2/src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | #![feature(test)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0119, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0119`. [INFO] [stderr] error: Could not compile `rmp-serialize`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: Could not compile `theban_interval_tree`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "5e0cab5b53351f1ba56fff8e2f5ffd3388c3074331511e19bc56bac501e32121"` [INFO] running `"docker" "rm" "-f" "5e0cab5b53351f1ba56fff8e2f5ffd3388c3074331511e19bc56bac501e32121"` [INFO] [stdout] 5e0cab5b53351f1ba56fff8e2f5ffd3388c3074331511e19bc56bac501e32121