[INFO] crate megam_api 0.1.10 is already in cache [INFO] extracting crate megam_api 0.1.10 into work/ex/pr-62507/sources/master#78ca1bda3522b14bc0336bc01dd1d49fdba2cda7/reg/megam_api/0.1.10 [INFO] extracting crate megam_api 0.1.10 into work/ex/pr-62507/sources/try#18481b65f318e0b4b20c0fc61340054701719d6c/reg/megam_api/0.1.10 [INFO] validating manifest of megam_api-0.1.10 on toolchain master#78ca1bda3522b14bc0336bc01dd1d49fdba2cda7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+78ca1bda3522b14bc0336bc01dd1d49fdba2cda7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of megam_api-0.1.10 on toolchain try#18481b65f318e0b4b20c0fc61340054701719d6c [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+18481b65f318e0b4b20c0fc61340054701719d6c-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing megam_api-0.1.10 [INFO] removed 1 missing tests [INFO] finished frobbing megam_api-0.1.10 [INFO] frobbed toml for megam_api-0.1.10 written to work/ex/pr-62507/sources/master#78ca1bda3522b14bc0336bc01dd1d49fdba2cda7/reg/megam_api/0.1.10/Cargo.toml [INFO] started frobbing megam_api-0.1.10 [INFO] removed 1 missing tests [INFO] finished frobbing megam_api-0.1.10 [INFO] frobbed toml for megam_api-0.1.10 written to work/ex/pr-62507/sources/try#18481b65f318e0b4b20c0fc61340054701719d6c/reg/megam_api/0.1.10/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+78ca1bda3522b14bc0336bc01dd1d49fdba2cda7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+18481b65f318e0b4b20c0fc61340054701719d6c-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+78ca1bda3522b14bc0336bc01dd1d49fdba2cda7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+18481b65f318e0b4b20c0fc61340054701719d6c-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] checking megam_api-0.1.10 against try#18481b65f318e0b4b20c0fc61340054701719d6c for pr-62507 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-62507/worker-6/try#18481b65f318e0b4b20c0fc61340054701719d6c:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-62507/sources/try#18481b65f318e0b4b20c0fc61340054701719d6c/reg/megam_api/0.1.10:/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=forbid" "-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" "+18481b65f318e0b4b20c0fc61340054701719d6c-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 136a2d0823144e103c83bdf321602bd90b98d289a0900257fe9c1d93a49aa6b4 [INFO] running `"docker" "start" "-a" "136a2d0823144e103c83bdf321602bd90b98d289a0900257fe9c1d93a49aa6b4"` [INFO] [stderr] warning: An explicit [[test]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other test targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a test target: [INFO] [stderr] [INFO] [stderr] * /opt/crater/workdir/tests/test_accounts.rs [INFO] [stderr] * /opt/crater/workdir/tests/test_csars.rs [INFO] [stderr] * /opt/crater/workdir/tests/tests.rs [INFO] [stderr] * /opt/crater/workdir/tests/test_sshkeys.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a test target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autotests = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] Checking curl-sys v0.1.35 [INFO] [stderr] Checking curl v0.2.19 [INFO] [stderr] Checking megam_api v0.1.10 (/opt/crater/workdir) [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/megam_api/util/accounts.rs:6:51 [INFO] [stderr] | [INFO] [stderr] 6 | #[derive(PartialEq, Clone, Debug, RustcEncodable, RustcDecodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[deny(crater_run)] on by default [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/megam_api/util/accounts.rs:6:35 [INFO] [stderr] | [INFO] [stderr] 6 | #[derive(PartialEq, Clone, Debug, RustcEncodable, RustcDecodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/megam_api/util/accounts.rs:23:33 [INFO] [stderr] | [INFO] [stderr] 23 | #[derive(Debug, RustcEncodable, RustcDecodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/megam_api/util/accounts.rs:23:17 [INFO] [stderr] | [INFO] [stderr] 23 | #[derive(Debug, RustcEncodable, RustcDecodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/megam_api/util/sshkeys.rs:6:33 [INFO] [stderr] | [INFO] [stderr] 6 | #[derive(Debug, RustcEncodable, RustcDecodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/megam_api/util/sshkeys.rs:6:17 [INFO] [stderr] | [INFO] [stderr] 6 | #[derive(Debug, RustcEncodable, RustcDecodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/megam_api/util/sshkeys.rs:16:33 [INFO] [stderr] | [INFO] [stderr] 16 | #[derive(Debug, RustcEncodable, RustcDecodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/megam_api/util/sshkeys.rs:16:17 [INFO] [stderr] | [INFO] [stderr] 16 | #[derive(Debug, RustcEncodable, RustcDecodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/megam_api/util/csars.rs:6:33 [INFO] [stderr] | [INFO] [stderr] 6 | #[derive(Debug, RustcEncodable, RustcDecodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/megam_api/util/csars.rs:6:17 [INFO] [stderr] | [INFO] [stderr] 6 | #[derive(Debug, RustcEncodable, RustcDecodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/megam_api/util/csars.rs:14:33 [INFO] [stderr] | [INFO] [stderr] 14 | #[derive(Debug, RustcEncodable, RustcDecodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/megam_api/util/csars.rs:14:17 [INFO] [stderr] | [INFO] [stderr] 14 | #[derive(Debug, RustcEncodable, RustcDecodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/megam_api/util/errors.rs:13:33 [INFO] [stderr] | [INFO] [stderr] 13 | #[derive(RustcEncodable, Debug, RustcDecodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/megam_api/util/errors.rs:13:10 [INFO] [stderr] | [INFO] [stderr] 13 | #[derive(RustcEncodable, Debug, RustcDecodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/megam_api/api.rs:44:33 [INFO] [stderr] | [INFO] [stderr] 44 | #[derive(RustcEncodable, Debug, RustcDecodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/megam_api/api.rs:44:10 [INFO] [stderr] | [INFO] [stderr] 44 | #[derive(RustcEncodable, Debug, RustcDecodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/megam_api/api.rs:60:33 [INFO] [stderr] | [INFO] [stderr] 60 | #[derive(RustcEncodable, Debug, RustcDecodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/megam_api/api.rs:60:10 [INFO] [stderr] | [INFO] [stderr] 60 | #[derive(RustcEncodable, Debug, RustcDecodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `rustc_serialize::json` [INFO] [stderr] --> src/megam_api/util/errors.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use rustc_serialize::json; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::error::Error` [INFO] [stderr] --> src/megam_api/api.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | use std::error::Error; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/megam_api/util/accounts.rs:6:51 [INFO] [stderr] | [INFO] [stderr] 6 | #[derive(PartialEq, Clone, Debug, RustcEncodable, RustcDecodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[deny(crater_run)] on by default [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/megam_api/util/accounts.rs:6:35 [INFO] [stderr] | [INFO] [stderr] 6 | #[derive(PartialEq, Clone, Debug, RustcEncodable, RustcDecodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/megam_api/util/accounts.rs:23:33 [INFO] [stderr] | [INFO] [stderr] 23 | #[derive(Debug, RustcEncodable, RustcDecodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/megam_api/util/accounts.rs:23:17 [INFO] [stderr] | [INFO] [stderr] 23 | #[derive(Debug, RustcEncodable, RustcDecodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/megam_api/util/sshkeys.rs:6:33 [INFO] [stderr] | [INFO] [stderr] 6 | #[derive(Debug, RustcEncodable, RustcDecodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/megam_api/util/sshkeys.rs:6:17 [INFO] [stderr] | [INFO] [stderr] 6 | #[derive(Debug, RustcEncodable, RustcDecodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/megam_api/util/sshkeys.rs:16:33 [INFO] [stderr] | [INFO] [stderr] 16 | #[derive(Debug, RustcEncodable, RustcDecodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/megam_api/util/sshkeys.rs:16:17 [INFO] [stderr] | [INFO] [stderr] 16 | #[derive(Debug, RustcEncodable, RustcDecodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/megam_api/util/csars.rs:6:33 [INFO] [stderr] | [INFO] [stderr] 6 | #[derive(Debug, RustcEncodable, RustcDecodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/megam_api/util/csars.rs:6:17 [INFO] [stderr] | [INFO] [stderr] 6 | #[derive(Debug, RustcEncodable, RustcDecodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/megam_api/util/csars.rs:14:33 [INFO] [stderr] | [INFO] [stderr] 14 | #[derive(Debug, RustcEncodable, RustcDecodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/megam_api/util/csars.rs:14:17 [INFO] [stderr] | [INFO] [stderr] 14 | #[derive(Debug, RustcEncodable, RustcDecodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/megam_api/util/errors.rs:13:33 [INFO] [stderr] | [INFO] [stderr] 13 | #[derive(RustcEncodable, Debug, RustcDecodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/megam_api/util/errors.rs:13:10 [INFO] [stderr] | [INFO] [stderr] 13 | #[derive(RustcEncodable, Debug, RustcDecodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/megam_api/api.rs:44:33 [INFO] [stderr] | [INFO] [stderr] 44 | #[derive(RustcEncodable, Debug, RustcDecodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/megam_api/api.rs:44:10 [INFO] [stderr] | [INFO] [stderr] 44 | #[derive(RustcEncodable, Debug, RustcDecodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/megam_api/api.rs:60:33 [INFO] [stderr] | [INFO] [stderr] 60 | #[derive(RustcEncodable, Debug, RustcDecodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/megam_api/api.rs:60:10 [INFO] [stderr] | [INFO] [stderr] 60 | #[derive(RustcEncodable, Debug, RustcDecodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `rustc_serialize::json` [INFO] [stderr] --> src/megam_api/util/errors.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use rustc_serialize::json; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::error::Error` [INFO] [stderr] --> src/megam_api/api.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | use std::error::Error; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 18 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `megam_api`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 18 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `megam_api`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "136a2d0823144e103c83bdf321602bd90b98d289a0900257fe9c1d93a49aa6b4"` [INFO] running `"docker" "rm" "-f" "136a2d0823144e103c83bdf321602bd90b98d289a0900257fe9c1d93a49aa6b4"` [INFO] [stdout] 136a2d0823144e103c83bdf321602bd90b98d289a0900257fe9c1d93a49aa6b4