Sep 01 08:36:45.675 INFO checking cargo-tarpaulin-0.6.6 against master#d0d81b7fc1421859ba0218e8a437af29ae3b0967 for pr-53578 Sep 01 08:36:45.675 INFO running: cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets Sep 01 08:36:45.675 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53578/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-0/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 08:36:45.926 INFO blam! 1d180154407abaf1905a7e54081076478a22ff22dd5ed136f2ae07cc9bac7cc3 Sep 01 08:36:45.928 INFO running `"docker" "start" "-a" "1d180154407abaf1905a7e54081076478a22ff22dd5ed136f2ae07cc9bac7cc3"` Sep 01 08:36:47.307 INFO kablam! Checking jobserver v0.1.11 Sep 01 08:36:47.329 INFO kablam! Checking tar v0.4.16 Sep 01 08:36:47.358 INFO kablam! Checking gimli v0.16.1 Sep 01 08:36:47.375 INFO kablam! Checking syn v0.14.9 Sep 01 08:36:47.378 INFO kablam! Compiling scroll_derive v0.9.4 Sep 01 08:36:47.387 INFO kablam! Checking docopt v0.8.3 Sep 01 08:36:47.390 INFO kablam! Checking crates-io v0.13.0 Sep 01 08:36:47.400 INFO kablam! Checking git2-curl v0.7.0 Sep 01 08:36:51.923 INFO kablam! Checking coveralls-api v0.3.3 Sep 01 08:36:56.200 INFO kablam! Checking quick-xml v0.12.3 Sep 01 08:37:01.535 INFO kablam! Checking cargo v0.24.0 Sep 01 08:37:08.031 INFO kablam! Checking scroll v0.9.0 Sep 01 08:37:11.822 INFO kablam! Checking goblin v0.0.15 Sep 01 08:37:28.407 INFO kablam! Checking object v0.9.0 Sep 01 08:37:36.028 INFO kablam! Checking cargo-tarpaulin v0.6.6 (file:///source) Sep 01 08:37:48.528 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:48.528 INFO kablam! --> src/source_analysis.rs:77:27 Sep 01 08:37:48.528 INFO kablam! | Sep 01 08:37:48.528 INFO kablam! 77 | for i in span.start().line..(span.end().line+1) { Sep 01 08:37:48.528 INFO kablam! | ^^^^^ Sep 01 08:37:48.529 INFO kablam! | Sep 01 08:37:48.529 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 08:37:48.529 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 01 08:37:48.529 INFO kablam! candidate #1: `statemachine::StateData` Sep 01 08:37:48.529 INFO kablam! Sep 01 08:37:48.538 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:48.538 INFO kablam! --> src/source_analysis.rs:77:47 Sep 01 08:37:48.538 INFO kablam! | Sep 01 08:37:48.538 INFO kablam! 77 | for i in span.start().line..(span.end().line+1) { Sep 01 08:37:48.538 INFO kablam! | ^^^ Sep 01 08:37:48.538 INFO kablam! Sep 01 08:37:48.545 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:48.545 INFO kablam! --> src/source_analysis.rs:97:28 Sep 01 08:37:48.545 INFO kablam! | Sep 01 08:37:48.545 INFO kablam! 97 | let len = span.end().line - span.start().line; Sep 01 08:37:48.545 INFO kablam! | ^^^ Sep 01 08:37:48.545 INFO kablam! Sep 01 08:37:48.548 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:48.548 INFO kablam! --> src/source_analysis.rs:97:46 Sep 01 08:37:48.548 INFO kablam! | Sep 01 08:37:48.548 INFO kablam! 97 | let len = span.end().line - span.start().line; Sep 01 08:37:48.548 INFO kablam! | ^^^^^ Sep 01 08:37:48.548 INFO kablam! | Sep 01 08:37:48.548 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 08:37:48.548 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 01 08:37:48.548 INFO kablam! candidate #1: `statemachine::StateData` Sep 01 08:37:48.548 INFO kablam! Sep 01 08:37:48.552 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:48.552 INFO kablam! --> src/source_analysis.rs:99:62 Sep 01 08:37:48.552 INFO kablam! | Sep 01 08:37:48.552 INFO kablam! 99 | for (i, line) in c.lines().enumerate().skip(span.start().line - 1).take(len) { Sep 01 08:37:48.552 INFO kablam! | ^^^^^ Sep 01 08:37:48.553 INFO kablam! | Sep 01 08:37:48.553 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 08:37:48.553 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 01 08:37:48.553 INFO kablam! candidate #1: `statemachine::StateData` Sep 01 08:37:48.553 INFO kablam! Sep 01 08:37:48.560 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:48.560 INFO kablam! --> src/source_analysis.rs:118:23 Sep 01 08:37:48.560 INFO kablam! | Sep 01 08:37:48.560 INFO kablam! 118 | for i in span.start().line..(span.end().line +1) { Sep 01 08:37:48.560 INFO kablam! | ^^^^^ Sep 01 08:37:48.560 INFO kablam! | Sep 01 08:37:48.560 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 08:37:48.560 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 01 08:37:48.560 INFO kablam! candidate #1: `statemachine::StateData` Sep 01 08:37:48.560 INFO kablam! Sep 01 08:37:48.563 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:48.563 INFO kablam! --> src/source_analysis.rs:118:43 Sep 01 08:37:48.563 INFO kablam! | Sep 01 08:37:48.563 INFO kablam! 118 | for i in span.start().line..(span.end().line +1) { Sep 01 08:37:48.563 INFO kablam! | ^^^ Sep 01 08:37:48.563 INFO kablam! Sep 01 08:37:48.658 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:48.658 INFO kablam! --> src/source_analysis.rs:430:53 Sep 01 08:37:48.658 INFO kablam! | Sep 01 08:37:48.658 INFO kablam! 430 | let line_number = func.decl.fn_token.span().start().line; Sep 01 08:37:48.658 INFO kablam! | ^^^^^ Sep 01 08:37:48.658 INFO kablam! | Sep 01 08:37:48.658 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 08:37:48.658 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 01 08:37:48.658 INFO kablam! candidate #1: `statemachine::StateData` Sep 01 08:37:48.658 INFO kablam! Sep 01 08:37:48.661 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:48.661 INFO kablam! --> src/source_analysis.rs:433:47 Sep 01 08:37:48.661 INFO kablam! | Sep 01 08:37:48.661 INFO kablam! 433 | let decl_start = func.decl.fn_token.0.start().line+1; Sep 01 08:37:48.661 INFO kablam! | ^^^^^ Sep 01 08:37:48.661 INFO kablam! | Sep 01 08:37:48.661 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 08:37:48.661 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 01 08:37:48.661 INFO kablam! candidate #1: `statemachine::StateData` Sep 01 08:37:48.661 INFO kablam! Sep 01 08:37:48.663 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:48.663 INFO kablam! --> src/source_analysis.rs:434:45 Sep 01 08:37:48.663 INFO kablam! | Sep 01 08:37:48.663 INFO kablam! 434 | let stmts_start = func.block.span().start().line; Sep 01 08:37:48.664 INFO kablam! | ^^^^^ Sep 01 08:37:48.664 INFO kablam! | Sep 01 08:37:48.664 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 08:37:48.664 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 01 08:37:48.664 INFO kablam! candidate #1: `statemachine::StateData` Sep 01 08:37:48.664 INFO kablam! Sep 01 08:37:48.682 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:48.682 INFO kablam! --> src/source_analysis.rs:502:74 Sep 01 08:37:48.682 INFO kablam! | Sep 01 08:37:48.683 INFO kablam! 502 | analysis.ignore.remove(&Lines::Line(i.sig.span().start().line)); Sep 01 08:37:48.683 INFO kablam! | ^^^^^ Sep 01 08:37:48.683 INFO kablam! | Sep 01 08:37:48.683 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 08:37:48.683 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 01 08:37:48.683 INFO kablam! candidate #1: `statemachine::StateData` Sep 01 08:37:48.683 INFO kablam! Sep 01 08:37:48.684 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:48.684 INFO kablam! --> src/source_analysis.rs:505:64 Sep 01 08:37:48.684 INFO kablam! | Sep 01 08:37:48.684 INFO kablam! 505 | let decl_start = i.sig.decl.fn_token.0.start().line+1; Sep 01 08:37:48.685 INFO kablam! | ^^^^^ Sep 01 08:37:48.685 INFO kablam! | Sep 01 08:37:48.685 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 08:37:48.685 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 01 08:37:48.685 INFO kablam! candidate #1: `statemachine::StateData` Sep 01 08:37:48.685 INFO kablam! Sep 01 08:37:48.686 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:48.687 INFO kablam! --> src/source_analysis.rs:506:56 Sep 01 08:37:48.687 INFO kablam! | Sep 01 08:37:48.687 INFO kablam! 506 | let stmts_start = block.span().start().line; Sep 01 08:37:48.687 INFO kablam! | ^^^^^ Sep 01 08:37:48.687 INFO kablam! | Sep 01 08:37:48.687 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 08:37:48.687 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 01 08:37:48.687 INFO kablam! candidate #1: `statemachine::StateData` Sep 01 08:37:48.687 INFO kablam! Sep 01 08:37:48.696 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:48.696 INFO kablam! --> src/source_analysis.rs:540:66 Sep 01 08:37:48.696 INFO kablam! | Sep 01 08:37:48.696 INFO kablam! 540 | analysis.ignore.remove(&Lines::Line(i.span().start().line)); Sep 01 08:37:48.696 INFO kablam! | ^^^^^ Sep 01 08:37:48.696 INFO kablam! | Sep 01 08:37:48.696 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 08:37:48.696 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 01 08:37:48.696 INFO kablam! candidate #1: `statemachine::StateData` Sep 01 08:37:48.697 INFO kablam! Sep 01 08:37:48.698 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:48.698 INFO kablam! --> src/source_analysis.rs:543:60 Sep 01 08:37:48.698 INFO kablam! | Sep 01 08:37:48.698 INFO kablam! 543 | let decl_start = i.sig.decl.fn_token.0.start().line+1; Sep 01 08:37:48.698 INFO kablam! | ^^^^^ Sep 01 08:37:48.698 INFO kablam! | Sep 01 08:37:48.698 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 08:37:48.699 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 01 08:37:48.699 INFO kablam! candidate #1: `statemachine::StateData` Sep 01 08:37:48.699 INFO kablam! Sep 01 08:37:48.700 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:48.700 INFO kablam! --> src/source_analysis.rs:544:54 Sep 01 08:37:48.700 INFO kablam! | Sep 01 08:37:48.700 INFO kablam! 544 | let stmts_start = i.block.span().start().line; Sep 01 08:37:48.701 INFO kablam! | ^^^^^ Sep 01 08:37:48.701 INFO kablam! | Sep 01 08:37:48.701 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 08:37:48.701 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 01 08:37:48.701 INFO kablam! candidate #1: `statemachine::StateData` Sep 01 08:37:48.701 INFO kablam! Sep 01 08:37:48.726 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:48.726 INFO kablam! --> src/source_analysis.rs:718:28 Sep 01 08:37:48.726 INFO kablam! | Sep 01 08:37:48.726 INFO kablam! 718 | for i in s.start().line..(s.end().line+1) { Sep 01 08:37:48.726 INFO kablam! | ^^^^^ Sep 01 08:37:48.727 INFO kablam! | Sep 01 08:37:48.727 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 08:37:48.727 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 01 08:37:48.727 INFO kablam! candidate #1: `statemachine::StateData` Sep 01 08:37:48.727 INFO kablam! Sep 01 08:37:48.729 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:48.729 INFO kablam! --> src/source_analysis.rs:718:45 Sep 01 08:37:48.729 INFO kablam! | Sep 01 08:37:48.730 INFO kablam! 718 | for i in s.start().line..(s.end().line+1) { Sep 01 08:37:48.730 INFO kablam! | ^^^ Sep 01 08:37:48.730 INFO kablam! Sep 01 08:37:48.734 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:48.734 INFO kablam! --> src/source_analysis.rs:729:29 Sep 01 08:37:48.734 INFO kablam! | Sep 01 08:37:48.734 INFO kablam! 729 | let start = call.span().start().line + 1; Sep 01 08:37:48.734 INFO kablam! | ^^^^^ Sep 01 08:37:48.734 INFO kablam! | Sep 01 08:37:48.734 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 08:37:48.734 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 01 08:37:48.734 INFO kablam! candidate #1: `statemachine::StateData` Sep 01 08:37:48.735 INFO kablam! Sep 01 08:37:48.737 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:48.738 INFO kablam! --> src/source_analysis.rs:730:27 Sep 01 08:37:48.738 INFO kablam! | Sep 01 08:37:48.738 INFO kablam! 730 | let end = call.span().end().line + 1; Sep 01 08:37:48.738 INFO kablam! | ^^^ Sep 01 08:37:48.738 INFO kablam! Sep 01 08:37:48.743 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:48.743 INFO kablam! --> src/source_analysis.rs:741:29 Sep 01 08:37:48.743 INFO kablam! | Sep 01 08:37:48.744 INFO kablam! 741 | let start = meth.span().start().line + 1; Sep 01 08:37:48.744 INFO kablam! | ^^^^^ Sep 01 08:37:48.744 INFO kablam! | Sep 01 08:37:48.744 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 08:37:48.744 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 01 08:37:48.744 INFO kablam! candidate #1: `statemachine::StateData` Sep 01 08:37:48.744 INFO kablam! Sep 01 08:37:48.747 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:48.747 INFO kablam! --> src/source_analysis.rs:742:27 Sep 01 08:37:48.747 INFO kablam! | Sep 01 08:37:48.747 INFO kablam! 742 | let end = meth.span().end().line + 1; Sep 01 08:37:48.747 INFO kablam! | ^^^ Sep 01 08:37:48.747 INFO kablam! Sep 01 08:37:48.752 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:48.752 INFO kablam! --> src/source_analysis.rs:753:45 Sep 01 08:37:48.752 INFO kablam! | Sep 01 08:37:48.752 INFO kablam! 753 | let u_line = unsafe_expr.unsafe_token.0.start().line; Sep 01 08:37:48.752 INFO kablam! | ^^^^^ Sep 01 08:37:48.752 INFO kablam! | Sep 01 08:37:48.753 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 08:37:48.753 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 01 08:37:48.753 INFO kablam! candidate #1: `statemachine::StateData` Sep 01 08:37:48.753 INFO kablam! Sep 01 08:37:48.754 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:48.754 INFO kablam! --> src/source_analysis.rs:756:36 Sep 01 08:37:48.755 INFO kablam! | Sep 01 08:37:48.755 INFO kablam! 756 | if u_line != blk.brace_token.0.start().line || blk.stmts.is_empty() { Sep 01 08:37:48.755 INFO kablam! | ^^^^^ Sep 01 08:37:48.755 INFO kablam! | Sep 01 08:37:48.755 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 08:37:48.755 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 01 08:37:48.755 INFO kablam! candidate #1: `statemachine::StateData` Sep 01 08:37:48.755 INFO kablam! Sep 01 08:37:48.760 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:48.760 INFO kablam! --> src/source_analysis.rs:765:24 Sep 01 08:37:48.760 INFO kablam! | Sep 01 08:37:48.760 INFO kablam! 765 | if u_line != s.start().line { Sep 01 08:37:48.760 INFO kablam! | ^^^^^ Sep 01 08:37:48.760 INFO kablam! | Sep 01 08:37:48.760 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 08:37:48.760 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 01 08:37:48.761 INFO kablam! candidate #1: `statemachine::StateData` Sep 01 08:37:48.761 INFO kablam! Sep 01 08:37:48.764 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:48.764 INFO kablam! --> src/source_analysis.rs:782:34 Sep 01 08:37:48.764 INFO kablam! | Sep 01 08:37:48.765 INFO kablam! 782 | let start = structure.span().start().line; Sep 01 08:37:48.765 INFO kablam! | ^^^^^ Sep 01 08:37:48.765 INFO kablam! | Sep 01 08:37:48.765 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 08:37:48.765 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 01 08:37:48.765 INFO kablam! candidate #1: `statemachine::StateData` Sep 01 08:37:48.765 INFO kablam! Sep 01 08:37:48.768 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:48.768 INFO kablam! --> src/source_analysis.rs:783:32 Sep 01 08:37:48.768 INFO kablam! | Sep 01 08:37:48.768 INFO kablam! 783 | let end = structure.span().end().line; Sep 01 08:37:48.768 INFO kablam! | ^^^ Sep 01 08:37:48.768 INFO kablam! Sep 01 08:37:48.773 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:48.773 INFO kablam! --> src/source_analysis.rs:796:35 Sep 01 08:37:48.773 INFO kablam! | Sep 01 08:37:48.773 INFO kablam! 796 | cover.insert(span.start().line); Sep 01 08:37:48.773 INFO kablam! | ^^^^^ Sep 01 08:37:48.773 INFO kablam! | Sep 01 08:37:48.773 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 08:37:48.774 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 01 08:37:48.774 INFO kablam! candidate #1: `statemachine::StateData` Sep 01 08:37:48.774 INFO kablam! Sep 01 08:37:48.778 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:48.778 INFO kablam! --> src/source_analysis.rs:810:28 Sep 01 08:37:48.778 INFO kablam! | Sep 01 08:37:48.778 INFO kablam! 810 | let start = mac.span().start().line + 1; Sep 01 08:37:48.778 INFO kablam! | ^^^^^ Sep 01 08:37:48.778 INFO kablam! | Sep 01 08:37:48.779 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 08:37:48.779 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 01 08:37:48.779 INFO kablam! candidate #1: `statemachine::StateData` Sep 01 08:37:48.779 INFO kablam! Sep 01 08:37:48.782 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:48.782 INFO kablam! --> src/source_analysis.rs:811:26 Sep 01 08:37:48.782 INFO kablam! | Sep 01 08:37:48.782 INFO kablam! 811 | let end = mac.span().end().line + 1; Sep 01 08:37:48.782 INFO kablam! | ^^^ Sep 01 08:37:48.782 INFO kablam! Sep 01 08:37:48.791 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:48.791 INFO kablam! --> src/source_analysis.rs:843:28 Sep 01 08:37:48.791 INFO kablam! | Sep 01 08:37:48.791 INFO kablam! 843 | for i in t.start().line..(t.end().line+1) { Sep 01 08:37:48.791 INFO kablam! | ^^^^^ Sep 01 08:37:48.791 INFO kablam! | Sep 01 08:37:48.791 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 08:37:48.792 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 01 08:37:48.792 INFO kablam! candidate #1: `statemachine::StateData` Sep 01 08:37:48.792 INFO kablam! Sep 01 08:37:48.794 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:48.794 INFO kablam! --> src/source_analysis.rs:843:45 Sep 01 08:37:48.794 INFO kablam! | Sep 01 08:37:48.795 INFO kablam! 843 | for i in t.start().line..(t.end().line+1) { Sep 01 08:37:48.795 INFO kablam! | ^^^ Sep 01 08:37:48.795 INFO kablam! Sep 01 08:37:48.845 INFO kablam! error: aborting due to 32 previous errors Sep 01 08:37:48.845 INFO kablam! Sep 01 08:37:48.845 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 01 08:37:48.868 INFO kablam! error: Could not compile `cargo-tarpaulin`. Sep 01 08:37:48.868 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 08:37:51.701 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:51.702 INFO kablam! --> src/source_analysis.rs:77:27 Sep 01 08:37:51.702 INFO kablam! | Sep 01 08:37:51.702 INFO kablam! 77 | for i in span.start().line..(span.end().line+1) { Sep 01 08:37:51.702 INFO kablam! | ^^^^^ Sep 01 08:37:51.702 INFO kablam! | Sep 01 08:37:51.702 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 08:37:51.702 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 01 08:37:51.702 INFO kablam! candidate #1: `statemachine::StateData` Sep 01 08:37:51.702 INFO kablam! Sep 01 08:37:51.711 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:51.712 INFO kablam! --> src/source_analysis.rs:77:47 Sep 01 08:37:51.712 INFO kablam! | Sep 01 08:37:51.712 INFO kablam! 77 | for i in span.start().line..(span.end().line+1) { Sep 01 08:37:51.712 INFO kablam! | ^^^ Sep 01 08:37:51.712 INFO kablam! Sep 01 08:37:51.719 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:51.719 INFO kablam! --> src/source_analysis.rs:97:28 Sep 01 08:37:51.719 INFO kablam! | Sep 01 08:37:51.719 INFO kablam! 97 | let len = span.end().line - span.start().line; Sep 01 08:37:51.719 INFO kablam! | ^^^ Sep 01 08:37:51.719 INFO kablam! Sep 01 08:37:51.721 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:51.721 INFO kablam! --> src/source_analysis.rs:97:46 Sep 01 08:37:51.721 INFO kablam! | Sep 01 08:37:51.721 INFO kablam! 97 | let len = span.end().line - span.start().line; Sep 01 08:37:51.721 INFO kablam! | ^^^^^ Sep 01 08:37:51.721 INFO kablam! | Sep 01 08:37:51.721 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 08:37:51.721 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 01 08:37:51.721 INFO kablam! candidate #1: `statemachine::StateData` Sep 01 08:37:51.721 INFO kablam! Sep 01 08:37:51.725 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:51.726 INFO kablam! --> src/source_analysis.rs:99:62 Sep 01 08:37:51.726 INFO kablam! | Sep 01 08:37:51.726 INFO kablam! 99 | for (i, line) in c.lines().enumerate().skip(span.start().line - 1).take(len) { Sep 01 08:37:51.726 INFO kablam! | ^^^^^ Sep 01 08:37:51.726 INFO kablam! | Sep 01 08:37:51.726 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 08:37:51.726 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 01 08:37:51.726 INFO kablam! candidate #1: `statemachine::StateData` Sep 01 08:37:51.726 INFO kablam! Sep 01 08:37:51.732 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:51.732 INFO kablam! --> src/source_analysis.rs:118:23 Sep 01 08:37:51.732 INFO kablam! | Sep 01 08:37:51.732 INFO kablam! 118 | for i in span.start().line..(span.end().line +1) { Sep 01 08:37:51.732 INFO kablam! | ^^^^^ Sep 01 08:37:51.732 INFO kablam! | Sep 01 08:37:51.732 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 08:37:51.733 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 01 08:37:51.733 INFO kablam! candidate #1: `statemachine::StateData` Sep 01 08:37:51.733 INFO kablam! Sep 01 08:37:51.736 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:51.736 INFO kablam! --> src/source_analysis.rs:118:43 Sep 01 08:37:51.736 INFO kablam! | Sep 01 08:37:51.736 INFO kablam! 118 | for i in span.start().line..(span.end().line +1) { Sep 01 08:37:51.736 INFO kablam! | ^^^ Sep 01 08:37:51.736 INFO kablam! Sep 01 08:37:51.830 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:51.830 INFO kablam! --> src/source_analysis.rs:430:53 Sep 01 08:37:51.830 INFO kablam! | Sep 01 08:37:51.830 INFO kablam! 430 | let line_number = func.decl.fn_token.span().start().line; Sep 01 08:37:51.830 INFO kablam! | ^^^^^ Sep 01 08:37:51.830 INFO kablam! | Sep 01 08:37:51.831 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 08:37:51.831 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 01 08:37:51.831 INFO kablam! candidate #1: `statemachine::StateData` Sep 01 08:37:51.831 INFO kablam! Sep 01 08:37:51.834 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:51.834 INFO kablam! --> src/source_analysis.rs:433:47 Sep 01 08:37:51.834 INFO kablam! | Sep 01 08:37:51.834 INFO kablam! 433 | let decl_start = func.decl.fn_token.0.start().line+1; Sep 01 08:37:51.834 INFO kablam! | ^^^^^ Sep 01 08:37:51.834 INFO kablam! | Sep 01 08:37:51.834 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 08:37:51.834 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 01 08:37:51.834 INFO kablam! candidate #1: `statemachine::StateData` Sep 01 08:37:51.834 INFO kablam! Sep 01 08:37:51.836 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:51.836 INFO kablam! --> src/source_analysis.rs:434:45 Sep 01 08:37:51.836 INFO kablam! | Sep 01 08:37:51.837 INFO kablam! 434 | let stmts_start = func.block.span().start().line; Sep 01 08:37:51.837 INFO kablam! | ^^^^^ Sep 01 08:37:51.837 INFO kablam! | Sep 01 08:37:51.837 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 08:37:51.837 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 01 08:37:51.837 INFO kablam! candidate #1: `statemachine::StateData` Sep 01 08:37:51.837 INFO kablam! Sep 01 08:37:51.855 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:51.855 INFO kablam! --> src/source_analysis.rs:502:74 Sep 01 08:37:51.855 INFO kablam! | Sep 01 08:37:51.855 INFO kablam! 502 | analysis.ignore.remove(&Lines::Line(i.sig.span().start().line)); Sep 01 08:37:51.855 INFO kablam! | ^^^^^ Sep 01 08:37:51.855 INFO kablam! | Sep 01 08:37:51.855 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 08:37:51.855 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 01 08:37:51.855 INFO kablam! candidate #1: `statemachine::StateData` Sep 01 08:37:51.855 INFO kablam! Sep 01 08:37:51.857 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:51.857 INFO kablam! --> src/source_analysis.rs:505:64 Sep 01 08:37:51.857 INFO kablam! | Sep 01 08:37:51.857 INFO kablam! 505 | let decl_start = i.sig.decl.fn_token.0.start().line+1; Sep 01 08:37:51.857 INFO kablam! | ^^^^^ Sep 01 08:37:51.857 INFO kablam! | Sep 01 08:37:51.857 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 08:37:51.857 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 01 08:37:51.857 INFO kablam! candidate #1: `statemachine::StateData` Sep 01 08:37:51.857 INFO kablam! Sep 01 08:37:51.860 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:51.860 INFO kablam! --> src/source_analysis.rs:506:56 Sep 01 08:37:51.860 INFO kablam! | Sep 01 08:37:51.860 INFO kablam! 506 | let stmts_start = block.span().start().line; Sep 01 08:37:51.860 INFO kablam! | ^^^^^ Sep 01 08:37:51.860 INFO kablam! | Sep 01 08:37:51.860 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 08:37:51.860 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 01 08:37:51.860 INFO kablam! candidate #1: `statemachine::StateData` Sep 01 08:37:51.860 INFO kablam! Sep 01 08:37:51.869 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:51.869 INFO kablam! --> src/source_analysis.rs:540:66 Sep 01 08:37:51.869 INFO kablam! | Sep 01 08:37:51.869 INFO kablam! 540 | analysis.ignore.remove(&Lines::Line(i.span().start().line)); Sep 01 08:37:51.869 INFO kablam! | ^^^^^ Sep 01 08:37:51.869 INFO kablam! | Sep 01 08:37:51.869 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 08:37:51.870 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 01 08:37:51.870 INFO kablam! candidate #1: `statemachine::StateData` Sep 01 08:37:51.870 INFO kablam! Sep 01 08:37:51.871 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:51.871 INFO kablam! --> src/source_analysis.rs:543:60 Sep 01 08:37:51.871 INFO kablam! | Sep 01 08:37:51.871 INFO kablam! 543 | let decl_start = i.sig.decl.fn_token.0.start().line+1; Sep 01 08:37:51.872 INFO kablam! | ^^^^^ Sep 01 08:37:51.872 INFO kablam! | Sep 01 08:37:51.872 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 08:37:51.872 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 01 08:37:51.872 INFO kablam! candidate #1: `statemachine::StateData` Sep 01 08:37:51.872 INFO kablam! Sep 01 08:37:51.874 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:51.874 INFO kablam! --> src/source_analysis.rs:544:54 Sep 01 08:37:51.874 INFO kablam! | Sep 01 08:37:51.874 INFO kablam! 544 | let stmts_start = i.block.span().start().line; Sep 01 08:37:51.874 INFO kablam! | ^^^^^ Sep 01 08:37:51.874 INFO kablam! | Sep 01 08:37:51.874 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 08:37:51.874 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 01 08:37:51.874 INFO kablam! candidate #1: `statemachine::StateData` Sep 01 08:37:51.874 INFO kablam! Sep 01 08:37:51.899 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:51.899 INFO kablam! --> src/source_analysis.rs:718:28 Sep 01 08:37:51.899 INFO kablam! | Sep 01 08:37:51.899 INFO kablam! 718 | for i in s.start().line..(s.end().line+1) { Sep 01 08:37:51.899 INFO kablam! | ^^^^^ Sep 01 08:37:51.899 INFO kablam! | Sep 01 08:37:51.899 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 08:37:51.899 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 01 08:37:51.899 INFO kablam! candidate #1: `statemachine::StateData` Sep 01 08:37:51.899 INFO kablam! Sep 01 08:37:51.902 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:51.902 INFO kablam! --> src/source_analysis.rs:718:45 Sep 01 08:37:51.902 INFO kablam! | Sep 01 08:37:51.902 INFO kablam! 718 | for i in s.start().line..(s.end().line+1) { Sep 01 08:37:51.902 INFO kablam! | ^^^ Sep 01 08:37:51.902 INFO kablam! Sep 01 08:37:51.906 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:51.906 INFO kablam! --> src/source_analysis.rs:729:29 Sep 01 08:37:51.906 INFO kablam! | Sep 01 08:37:51.906 INFO kablam! 729 | let start = call.span().start().line + 1; Sep 01 08:37:51.906 INFO kablam! | ^^^^^ Sep 01 08:37:51.906 INFO kablam! | Sep 01 08:37:51.906 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 08:37:51.906 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 01 08:37:51.906 INFO kablam! candidate #1: `statemachine::StateData` Sep 01 08:37:51.907 INFO kablam! Sep 01 08:37:51.910 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:51.910 INFO kablam! --> src/source_analysis.rs:730:27 Sep 01 08:37:51.910 INFO kablam! | Sep 01 08:37:51.910 INFO kablam! 730 | let end = call.span().end().line + 1; Sep 01 08:37:51.910 INFO kablam! | ^^^ Sep 01 08:37:51.910 INFO kablam! Sep 01 08:37:51.916 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:51.916 INFO kablam! --> src/source_analysis.rs:741:29 Sep 01 08:37:51.916 INFO kablam! | Sep 01 08:37:51.916 INFO kablam! 741 | let start = meth.span().start().line + 1; Sep 01 08:37:51.916 INFO kablam! | ^^^^^ Sep 01 08:37:51.916 INFO kablam! | Sep 01 08:37:51.916 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 08:37:51.916 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 01 08:37:51.916 INFO kablam! candidate #1: `statemachine::StateData` Sep 01 08:37:51.916 INFO kablam! Sep 01 08:37:51.920 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:51.920 INFO kablam! --> src/source_analysis.rs:742:27 Sep 01 08:37:51.920 INFO kablam! | Sep 01 08:37:51.920 INFO kablam! 742 | let end = meth.span().end().line + 1; Sep 01 08:37:51.920 INFO kablam! | ^^^ Sep 01 08:37:51.920 INFO kablam! Sep 01 08:37:51.924 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:51.925 INFO kablam! --> src/source_analysis.rs:753:45 Sep 01 08:37:51.925 INFO kablam! | Sep 01 08:37:51.925 INFO kablam! 753 | let u_line = unsafe_expr.unsafe_token.0.start().line; Sep 01 08:37:51.925 INFO kablam! | ^^^^^ Sep 01 08:37:51.925 INFO kablam! | Sep 01 08:37:51.925 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 08:37:51.925 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 01 08:37:51.925 INFO kablam! candidate #1: `statemachine::StateData` Sep 01 08:37:51.925 INFO kablam! Sep 01 08:37:51.927 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:51.927 INFO kablam! --> src/source_analysis.rs:756:36 Sep 01 08:37:51.927 INFO kablam! | Sep 01 08:37:51.927 INFO kablam! 756 | if u_line != blk.brace_token.0.start().line || blk.stmts.is_empty() { Sep 01 08:37:51.927 INFO kablam! | ^^^^^ Sep 01 08:37:51.927 INFO kablam! | Sep 01 08:37:51.927 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 08:37:51.927 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 01 08:37:51.927 INFO kablam! candidate #1: `statemachine::StateData` Sep 01 08:37:51.928 INFO kablam! Sep 01 08:37:51.931 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:51.931 INFO kablam! --> src/source_analysis.rs:765:24 Sep 01 08:37:51.931 INFO kablam! | Sep 01 08:37:51.931 INFO kablam! 765 | if u_line != s.start().line { Sep 01 08:37:51.931 INFO kablam! | ^^^^^ Sep 01 08:37:51.931 INFO kablam! | Sep 01 08:37:51.931 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 08:37:51.932 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 01 08:37:51.932 INFO kablam! candidate #1: `statemachine::StateData` Sep 01 08:37:51.932 INFO kablam! Sep 01 08:37:51.936 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:51.936 INFO kablam! --> src/source_analysis.rs:782:34 Sep 01 08:37:51.936 INFO kablam! | Sep 01 08:37:51.936 INFO kablam! 782 | let start = structure.span().start().line; Sep 01 08:37:51.936 INFO kablam! | ^^^^^ Sep 01 08:37:51.936 INFO kablam! | Sep 01 08:37:51.936 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 08:37:51.936 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 01 08:37:51.936 INFO kablam! candidate #1: `statemachine::StateData` Sep 01 08:37:51.936 INFO kablam! Sep 01 08:37:51.939 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:51.939 INFO kablam! --> src/source_analysis.rs:783:32 Sep 01 08:37:51.939 INFO kablam! | Sep 01 08:37:51.940 INFO kablam! 783 | let end = structure.span().end().line; Sep 01 08:37:51.940 INFO kablam! | ^^^ Sep 01 08:37:51.940 INFO kablam! Sep 01 08:37:51.945 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:51.945 INFO kablam! --> src/source_analysis.rs:796:35 Sep 01 08:37:51.945 INFO kablam! | Sep 01 08:37:51.945 INFO kablam! 796 | cover.insert(span.start().line); Sep 01 08:37:51.945 INFO kablam! | ^^^^^ Sep 01 08:37:51.945 INFO kablam! | Sep 01 08:37:51.945 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 08:37:51.945 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 01 08:37:51.945 INFO kablam! candidate #1: `statemachine::StateData` Sep 01 08:37:51.945 INFO kablam! Sep 01 08:37:51.950 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:51.950 INFO kablam! --> src/source_analysis.rs:810:28 Sep 01 08:37:51.950 INFO kablam! | Sep 01 08:37:51.950 INFO kablam! 810 | let start = mac.span().start().line + 1; Sep 01 08:37:51.950 INFO kablam! | ^^^^^ Sep 01 08:37:51.950 INFO kablam! | Sep 01 08:37:51.950 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 08:37:51.950 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 01 08:37:51.950 INFO kablam! candidate #1: `statemachine::StateData` Sep 01 08:37:51.950 INFO kablam! Sep 01 08:37:51.954 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:51.954 INFO kablam! --> src/source_analysis.rs:811:26 Sep 01 08:37:51.954 INFO kablam! | Sep 01 08:37:51.954 INFO kablam! 811 | let end = mac.span().end().line + 1; Sep 01 08:37:51.954 INFO kablam! | ^^^ Sep 01 08:37:51.954 INFO kablam! Sep 01 08:37:51.963 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:51.963 INFO kablam! --> src/source_analysis.rs:843:28 Sep 01 08:37:51.963 INFO kablam! | Sep 01 08:37:51.963 INFO kablam! 843 | for i in t.start().line..(t.end().line+1) { Sep 01 08:37:51.963 INFO kablam! | ^^^^^ Sep 01 08:37:51.963 INFO kablam! | Sep 01 08:37:51.963 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 08:37:51.963 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 01 08:37:51.963 INFO kablam! candidate #1: `statemachine::StateData` Sep 01 08:37:51.963 INFO kablam! Sep 01 08:37:51.966 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 01 08:37:51.966 INFO kablam! --> src/source_analysis.rs:843:45 Sep 01 08:37:51.967 INFO kablam! | Sep 01 08:37:51.967 INFO kablam! 843 | for i in t.start().line..(t.end().line+1) { Sep 01 08:37:51.967 INFO kablam! | ^^^ Sep 01 08:37:51.967 INFO kablam! Sep 01 08:37:52.166 INFO kablam! error: aborting due to 32 previous errors Sep 01 08:37:52.166 INFO kablam! Sep 01 08:37:52.166 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 01 08:37:52.207 INFO kablam! error: Could not compile `cargo-tarpaulin`. Sep 01 08:37:52.207 INFO kablam! Sep 01 08:37:52.207 INFO kablam! To learn more, run the command again with --verbose. Sep 01 08:37:52.210 INFO kablam! su: No module specific data is present Sep 01 08:37:52.663 INFO running `"docker" "rm" "-f" "1d180154407abaf1905a7e54081076478a22ff22dd5ed136f2ae07cc9bac7cc3"` Sep 01 08:37:52.788 INFO blam! 1d180154407abaf1905a7e54081076478a22ff22dd5ed136f2ae07cc9bac7cc3