[INFO] crate ronat 0.1.0 is already in cache [INFO] extracting crate ronat 0.1.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/ronat/0.1.0 [INFO] extracting crate ronat 0.1.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/ronat/0.1.0 [INFO] validating manifest of ronat-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 ronat-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 ronat-0.1.0 [INFO] finished frobbing ronat-0.1.0 [INFO] frobbed toml for ronat-0.1.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/ronat/0.1.0/Cargo.toml [INFO] started frobbing ronat-0.1.0 [INFO] finished frobbing ronat-0.1.0 [INFO] frobbed toml for ronat-0.1.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/ronat/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] testing ronat-0.1.0 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/ronat/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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 8fddc4a74040ec2886bb6b7e71c02014397fa8531a8c43633f1c87bac6f11502 [INFO] running `"docker" "start" "-a" "8fddc4a74040ec2886bb6b7e71c02014397fa8531a8c43633f1c87bac6f11502"` [INFO] [stderr] Compiling pipeline v0.5.0 [INFO] [stderr] Compiling ispell v0.3.0 [INFO] [stderr] Compiling markdown v0.2.0 [INFO] [stderr] Compiling ronat v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/lib.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(plugin_registrar)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | #![feature(box_syntax, rustc_private)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0046]: not all trait items implemented, missing: `name` [INFO] [stderr] --> src/lib.rs:190:1 [INFO] [stderr] | [INFO] [stderr] 190 | impl LintPass for SpellingError { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `name` in implementation [INFO] [stderr] | [INFO] [stderr] = note: `name` from trait: `fn(&Self) -> &'static str` [INFO] [stderr] [INFO] [stderr] error[E0053]: method `check_struct_def` has an incompatible type for trait [INFO] [stderr] --> src/lib.rs:213:5 [INFO] [stderr] | [INFO] [stderr] 213 | / fn check_struct_def(&mut self, [INFO] [stderr] 214 | | _: &LateContext, [INFO] [stderr] 215 | | _: &hir::VariantData, [INFO] [stderr] 216 | | _: ast::Name, [INFO] [stderr] ... | [INFO] [stderr] 219 | | self.struct_def_stack.push(item_id); [INFO] [stderr] 220 | | } [INFO] [stderr] | |_____^ expected struct `rustc::hir::HirId`, found struct `syntax::ast::NodeId` [INFO] [stderr] | [INFO] [stderr] = note: expected type `fn(&mut SpellingError, &rustc::lint::LateContext<'a, 'tcx>, &'tcx rustc::hir::VariantData, syntax_pos::Symbol, &'tcx rustc::hir::Generics, rustc::hir::HirId)` [INFO] [stderr] found type `fn(&mut SpellingError, &rustc::lint::LateContext<'_, '_>, &rustc::hir::VariantData, syntax_pos::Symbol, &rustc::hir::Generics, syntax::ast::NodeId)` [INFO] [stderr] [INFO] [stderr] error[E0053]: method `check_struct_def_post` has an incompatible type for trait [INFO] [stderr] --> src/lib.rs:222:5 [INFO] [stderr] | [INFO] [stderr] 222 | / fn check_struct_def_post(&mut self, [INFO] [stderr] 223 | | _: &LateContext, [INFO] [stderr] 224 | | _: &hir::VariantData, [INFO] [stderr] 225 | | _: ast::Name, [INFO] [stderr] ... | [INFO] [stderr] 229 | | assert!(popped == item_id); [INFO] [stderr] 230 | | } [INFO] [stderr] | |_____^ expected struct `rustc::hir::HirId`, found struct `syntax::ast::NodeId` [INFO] [stderr] | [INFO] [stderr] = note: expected type `fn(&mut SpellingError, &rustc::lint::LateContext<'a, 'tcx>, &'tcx rustc::hir::VariantData, syntax_pos::Symbol, &'tcx rustc::hir::Generics, rustc::hir::HirId)` [INFO] [stderr] found type `fn(&mut SpellingError, &rustc::lint::LateContext<'_, '_>, &rustc::hir::VariantData, syntax_pos::Symbol, &rustc::hir::Generics, syntax::ast::NodeId)` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/lib.rs:147:46 [INFO] [stderr] | [INFO] [stderr] 147 | if !cx.access_levels.is_exported(id) { [INFO] [stderr] | ^^ expected struct `rustc::hir::HirId`, found struct `syntax::ast::NodeId` [INFO] [stderr] | [INFO] [stderr] = note: expected type `rustc::hir::HirId` [INFO] [stderr] found type `syntax::ast::NodeId` [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `value` on type `&syntax::ast::Attribute` [INFO] [stderr] --> src/lib.rs:162:24 [INFO] [stderr] | [INFO] [stderr] 162 | match attr.value.node { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/lib.rs:200:29 [INFO] [stderr] | [INFO] [stderr] 200 | attr.check_name("doc") && [INFO] [stderr] | ^^^^^ expected struct `syntax_pos::Symbol`, found reference [INFO] [stderr] | [INFO] [stderr] = note: expected type `syntax_pos::Symbol` [INFO] [stderr] found type `&'static str` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/lib.rs:203:61 [INFO] [stderr] | [INFO] [stderr] 203 | Some(l) => attr::list_contains_name(&l[..], "hidden"), [INFO] [stderr] | ^^^^^^^^ expected struct `syntax_pos::Symbol`, found reference [INFO] [stderr] | [INFO] [stderr] = note: expected type `syntax_pos::Symbol` [INFO] [stderr] found type `&'static str` [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `id` on type `&rustc::hir::Item` [INFO] [stderr] --> src/lib.rs:237:48 [INFO] [stderr] | [INFO] [stderr] 237 | self.check_spelling_errors(cx, Some(it.id), &it.attrs, it.span); [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 10 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0046, E0053, E0308, E0554, E0609. [INFO] [stderr] For more information about an error, try `rustc --explain E0046`. [INFO] [stderr] error: Could not compile `ronat`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "8fddc4a74040ec2886bb6b7e71c02014397fa8531a8c43633f1c87bac6f11502"` [INFO] running `"docker" "rm" "-f" "8fddc4a74040ec2886bb6b7e71c02014397fa8531a8c43633f1c87bac6f11502"` [INFO] [stdout] 8fddc4a74040ec2886bb6b7e71c02014397fa8531a8c43633f1c87bac6f11502