[INFO] crate arthas_plugin 0.1.1 is already in cache [INFO] extracting crate arthas_plugin 0.1.1 into work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/arthas_plugin/0.1.1 [INFO] extracting crate arthas_plugin 0.1.1 into work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/arthas_plugin/0.1.1 [INFO] validating manifest of arthas_plugin-0.1.1 on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of arthas_plugin-0.1.1 on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing arthas_plugin-0.1.1 [INFO] finished frobbing arthas_plugin-0.1.1 [INFO] frobbed toml for arthas_plugin-0.1.1 written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/arthas_plugin/0.1.1/Cargo.toml [INFO] started frobbing arthas_plugin-0.1.1 [INFO] finished frobbing arthas_plugin-0.1.1 [INFO] frobbed toml for arthas_plugin-0.1.1 written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/arthas_plugin/0.1.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking arthas_plugin-0.1.1 against master#60960a260f7b5c695fd0717311d72ce62dd4eb43 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-6/master#60960a260f7b5c695fd0717311d72ce62dd4eb43:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/arthas_plugin/0.1.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" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] dc5fe965c3ce1c9bb43ea98129fb7731c58703ac27c92cdf4c17d9aa85ed1351 [INFO] running `"docker" "start" "-a" "dc5fe965c3ce1c9bb43ea98129fb7731c58703ac27c92cdf4c17d9aa85ed1351"` [INFO] [stderr] Checking ecp v0.1.1 [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/ecp-0.1.1/src/lib.rs:22:12 [INFO] [stderr] | [INFO] [stderr] 22 | #![feature(quote, plugin_registrar, rustc_private)] [INFO] [stderr] | ^^^^^ feature has been removed [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::abi` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/ecp-0.1.1/src/prelude/mod.rs:7:17 [INFO] [stderr] | [INFO] [stderr] 7 | pub use syntax::abi::Abi; [INFO] [stderr] | ^^^ could not find `abi` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::codemap` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/ecp-0.1.1/src/prelude/mod.rs:14:17 [INFO] [stderr] | [INFO] [stderr] 14 | pub use syntax::codemap::Spanned; [INFO] [stderr] | ^^^^^^^ could not find `codemap` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::util::small_vector` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/ecp-0.1.1/src/prelude/mod.rs:15:23 [INFO] [stderr] | [INFO] [stderr] 15 | pub use syntax::util::small_vector::SmallVector; [INFO] [stderr] | ^^^^^^^^^^^^ could not find `small_vector` in `util` [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_attr!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/ecp-0.1.1/src/builder/_struct/mod.rs:48:20 [INFO] [stderr] | [INFO] [stderr] 48 | let attr = quote_attr!(self.cx, #[derive($attr_ident)]); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_attr!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/ecp-0.1.1/src/builder/_struct/mod.rs:55:20 [INFO] [stderr] | [INFO] [stderr] 55 | let attr = quote_attr!(self.cx, #[$attr_ident]); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `NestedMetaItemKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/ecp-0.1.1/src/builder/meta_item/mod.rs:21:24 [INFO] [stderr] | [INFO] [stderr] 21 | if let NestedMetaItemKind::MetaItem(ref inner) = inner.node { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ use of undeclared type or module `NestedMetaItemKind` [INFO] [stderr] [INFO] [stderr] error[E0599]: no associated item named `Inherited` found for type `syntax::source_map::Spanned` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/ecp-0.1.1/src/builder/_struct/mod.rs:26:30 [INFO] [stderr] | [INFO] [stderr] 26 | vis: Visibility::Inherited, [INFO] [stderr] | ^^^^^^^^^ associated item not found in `syntax::source_map::Spanned` [INFO] [stderr] [INFO] [stderr] error[E0063]: missing field `tokens` in initializer of `syntax::ast::Item` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/ecp-0.1.1/src/builder/_struct/mod.rs:89:9 [INFO] [stderr] | [INFO] [stderr] 89 | Item { [INFO] [stderr] | ^^^^ missing `tokens` [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `node` on type `&syntax::ast::NestedMetaItem` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/ecp-0.1.1/src/builder/meta_item/mod.rs:21:72 [INFO] [stderr] | [INFO] [stderr] 21 | if let NestedMetaItemKind::MetaItem(ref inner) = inner.node { [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `name` on type `&syntax::ast::MetaItem` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/ecp-0.1.1/src/builder/meta_item/mod.rs:45:37 [INFO] [stderr] | [INFO] [stderr] 45 | self.node.as_ref().unwrap().name.to_string() [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `unwrap` found for type `syntax::ptr::P` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/ecp-0.1.1/src/builder/annotatable/mod.rs:19:28 [INFO] [stderr] | [INFO] [stderr] 19 | item_p.clone().unwrap() [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `value` on type `&syntax::ast::Attribute` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/ecp-0.1.1/src/builder/attribute/mod.rs:17:36 [INFO] [stderr] | [INFO] [stderr] 17 | self.raw.as_ref().unwrap().value.name.to_string() [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 13 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0063, E0432, E0433, E0557, E0599, E0609. [INFO] [stderr] For more information about an error, try `rustc --explain E0063`. [INFO] [stderr] error: Could not compile `ecp`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "dc5fe965c3ce1c9bb43ea98129fb7731c58703ac27c92cdf4c17d9aa85ed1351"` [INFO] running `"docker" "rm" "-f" "dc5fe965c3ce1c9bb43ea98129fb7731c58703ac27c92cdf4c17d9aa85ed1351"` [INFO] [stdout] dc5fe965c3ce1c9bb43ea98129fb7731c58703ac27c92cdf4c17d9aa85ed1351