[INFO] crate uvm_core 0.2.1 is already in cache [INFO] extracting crate uvm_core 0.2.1 into work/ex/pr-60039-1/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/reg/uvm_core/0.2.1 [INFO] extracting crate uvm_core 0.2.1 into work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/reg/uvm_core/0.2.1 [INFO] validating manifest of uvm_core-0.2.1 on toolchain master#e305df1846a6d985315917ae0c81b74af8b4e641 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of uvm_core-0.2.1 on toolchain try#99a7498759a22b5684caf798a98b7e90ad9d2443 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing uvm_core-0.2.1 [INFO] finished frobbing uvm_core-0.2.1 [INFO] frobbed toml for uvm_core-0.2.1 written to work/ex/pr-60039-1/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/reg/uvm_core/0.2.1/Cargo.toml [INFO] started frobbing uvm_core-0.2.1 [INFO] finished frobbing uvm_core-0.2.1 [INFO] frobbed toml for uvm_core-0.2.1 written to work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/reg/uvm_core/0.2.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking uvm_core-0.2.1 against try#99a7498759a22b5684caf798a98b7e90ad9d2443 for pr-60039-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-60039-1/worker-6/try#99a7498759a22b5684caf798a98b7e90ad9d2443:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/reg/uvm_core/0.2.1:/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" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 950433bb567518ea104379887debf54e0d653fc2d610571febac3f642772d500 [INFO] running `"docker" "start" "-a" "950433bb567518ea104379887debf54e0d653fc2d610571febac3f642772d500"` [INFO] [stderr] Checking result v1.0.0 [INFO] [stderr] Checking dirs-2 v1.1.0 [INFO] [stderr] Checking cluFlock v0.1.5 [INFO] [stderr] Checking rand v0.5.6 [INFO] [stderr] Checking serde_yaml v0.8.8 [INFO] [stderr] Checking hex-serde v0.1.0 [INFO] [stderr] Checking plist v0.3.0 [INFO] [stderr] Checking tokio-threadpool v0.1.14 [INFO] [stderr] Checking md-5 v0.8.0 [INFO] [stderr] Checking rusty-fork v0.2.2 [INFO] [stderr] Checking serde_ini v0.1.3 [INFO] [stderr] Checking tokio-reactor v0.1.9 [INFO] [stderr] Checking proptest v0.8.7 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking tokio v0.1.19 [INFO] [stderr] Checking hyper v0.12.27 [INFO] [stderr] Checking hyper-tls v0.3.2 [INFO] [stderr] Checking reqwest v0.9.15 [INFO] [stderr] Checking uvm_core v0.2.1 (/opt/crater/workdir) [INFO] [stderr] error[E0432]: unresolved import `crate::error::IllegalOperationError` [INFO] [stderr] --> src/unity/version/other.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use crate::error::IllegalOperationError; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `IllegalOperationError` in `error` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `crate::result` [INFO] [stderr] --> src/unity/version/other.rs:3:12 [INFO] [stderr] | [INFO] [stderr] 3 | use crate::result::Result; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | unresolved import [INFO] [stderr] | help: a similar path exists: `std::result` [INFO] [stderr] [INFO] [stderr] warning: unused import: `PathBuf` [INFO] [stderr] --> src/unity/component.rs:4:23 [INFO] [stderr] | [INFO] [stderr] 4 | use std::path::{Path, PathBuf}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::result::Result` [INFO] [stderr] --> src/unity/version/other.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use crate::result::Result; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `crate::error::IllegalOperationError` [INFO] [stderr] --> src/unity/version/other.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use crate::error::IllegalOperationError; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `IllegalOperationError` in `error` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `crate::result` [INFO] [stderr] --> src/unity/version/other.rs:3:12 [INFO] [stderr] | [INFO] [stderr] 3 | use crate::result::Result; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | unresolved import [INFO] [stderr] | help: a similar path exists: `proptest::result` [INFO] [stderr] [INFO] [stderr] warning: unused import: `PathBuf` [INFO] [stderr] --> src/unity/component.rs:4:23 [INFO] [stderr] | [INFO] [stderr] 4 | use std::path::{Path, PathBuf}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::result::Result` [INFO] [stderr] --> src/unity/version/other.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use crate::result::Result; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `install_location` found for type `unity::component::Component` in the current scope [INFO] [stderr] --> src/unity/component.rs:95:14 [INFO] [stderr] | [INFO] [stderr] 9 | pub enum Component { [INFO] [stderr] | ------------------ method `install_location` not found for this [INFO] [stderr] ... [INFO] [stderr] 95 | self.install_location() [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain! { [INFO] [stderr] 2 | | types { [INFO] [stderr] 3 | | UvmError, UvmErrorKind, ResultExt, Result; [INFO] [stderr] 4 | | } [INFO] [stderr] ... | [INFO] [stderr] 26 | | } [INFO] [stderr] 27 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain! { [INFO] [stderr] 2 | | types { [INFO] [stderr] 3 | | UvmError, UvmErrorKind, ResultExt, Result; [INFO] [stderr] 4 | | } [INFO] [stderr] ... | [INFO] [stderr] 26 | | } [INFO] [stderr] 27 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/install/error.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain! { [INFO] [stderr] 2 | | types { [INFO] [stderr] 3 | | UvmInstallError, UvmInstallErrorKind, ResultExt, Result; [INFO] [stderr] 4 | | } [INFO] [stderr] ... | [INFO] [stderr] 17 | | } [INFO] [stderr] 18 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/unity/hub/mod.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / error_chain! { [INFO] [stderr] 9 | | types { [INFO] [stderr] 10 | | UvmHubError, UvmHubErrorKind, ResultExt, Result; [INFO] [stderr] 11 | | } [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/unity/version/mod.rs:215:1 [INFO] [stderr] | [INFO] [stderr] 215 | / error_chain! { [INFO] [stderr] 216 | | types { [INFO] [stderr] 217 | | UvmVersionError, UvmVersionErrorKind, ResultExt, Result; [INFO] [stderr] 218 | | } [INFO] [stderr] ... | [INFO] [stderr] 230 | | } [INFO] [stderr] 231 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `install_location` found for type `unity::component::Component` in the current scope [INFO] [stderr] --> src/unity/component.rs:95:14 [INFO] [stderr] | [INFO] [stderr] 9 | pub enum Component { [INFO] [stderr] | ------------------ method `install_location` not found for this [INFO] [stderr] ... [INFO] [stderr] 95 | self.install_location() [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `uvm_core`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain! { [INFO] [stderr] 2 | | types { [INFO] [stderr] 3 | | UvmError, UvmErrorKind, ResultExt, Result; [INFO] [stderr] 4 | | } [INFO] [stderr] ... | [INFO] [stderr] 26 | | } [INFO] [stderr] 27 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain! { [INFO] [stderr] 2 | | types { [INFO] [stderr] 3 | | UvmError, UvmErrorKind, ResultExt, Result; [INFO] [stderr] 4 | | } [INFO] [stderr] ... | [INFO] [stderr] 26 | | } [INFO] [stderr] 27 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/install/error.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain! { [INFO] [stderr] 2 | | types { [INFO] [stderr] 3 | | UvmInstallError, UvmInstallErrorKind, ResultExt, Result; [INFO] [stderr] 4 | | } [INFO] [stderr] ... | [INFO] [stderr] 17 | | } [INFO] [stderr] 18 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/unity/hub/mod.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / error_chain! { [INFO] [stderr] 9 | | types { [INFO] [stderr] 10 | | UvmHubError, UvmHubErrorKind, ResultExt, Result; [INFO] [stderr] 11 | | } [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/unity/version/mod.rs:215:1 [INFO] [stderr] | [INFO] [stderr] 215 | / error_chain! { [INFO] [stderr] 216 | | types { [INFO] [stderr] 217 | | UvmVersionError, UvmVersionErrorKind, ResultExt, Result; [INFO] [stderr] 218 | | } [INFO] [stderr] ... | [INFO] [stderr] 230 | | } [INFO] [stderr] 231 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `uvm_core`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "950433bb567518ea104379887debf54e0d653fc2d610571febac3f642772d500"` [INFO] running `"docker" "rm" "-f" "950433bb567518ea104379887debf54e0d653fc2d610571febac3f642772d500"` [INFO] [stdout] 950433bb567518ea104379887debf54e0d653fc2d610571febac3f642772d500