Sep 02 01:09:57.891 INFO checking cargo-tarpaulin-0.6.6 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 02 01:09:57.891 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 02 01:09:57.891 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-2/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 01:09:58.027 INFO blam! cec7ac5d41f4450d30e46742373ff9b05a25594ddd678e1d1091d14f8029f8e4 Sep 02 01:09:58.028 INFO running `"docker" "start" "-a" "cec7ac5d41f4450d30e46742373ff9b05a25594ddd678e1d1091d14f8029f8e4"` Sep 02 01:09:59.083 INFO kablam! Checking stable_deref_trait v1.1.1 Sep 02 01:09:59.093 INFO kablam! Checking syn v0.14.9 Sep 02 01:09:59.093 INFO kablam! Compiling scroll_derive v0.9.4 Sep 02 01:09:59.094 INFO kablam! Checking crates-io v0.13.0 Sep 02 01:09:59.094 INFO kablam! Checking docopt v0.8.3 Sep 02 01:09:59.094 INFO kablam! Checking deflate v0.7.18 Sep 02 01:09:59.095 INFO kablam! Checking quick-xml v0.12.3 Sep 02 01:10:01.845 INFO kablam! Checking gimli v0.16.1 Sep 02 01:10:08.597 INFO kablam! Checking coveralls-api v0.3.3 Sep 02 01:10:11.582 INFO kablam! Checking cargo v0.24.0 Sep 02 01:10:18.093 INFO kablam! Checking scroll v0.9.0 Sep 02 01:10:21.551 INFO kablam! Checking goblin v0.0.15 Sep 02 01:10:36.954 INFO kablam! Checking object v0.9.0 Sep 02 01:10:42.434 INFO kablam! Checking cargo-tarpaulin v0.6.6 (file:///source) Sep 02 01:10:57.628 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:57.628 INFO kablam! --> src/source_analysis.rs:77:27 Sep 02 01:10:57.628 INFO kablam! | Sep 02 01:10:57.628 INFO kablam! 77 | for i in span.start().line..(span.end().line+1) { Sep 02 01:10:57.628 INFO kablam! | ^^^^^ Sep 02 01:10:57.628 INFO kablam! | Sep 02 01:10:57.628 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:57.628 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:57.628 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:57.628 INFO kablam! Sep 02 01:10:57.637 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:57.637 INFO kablam! --> src/source_analysis.rs:77:47 Sep 02 01:10:57.637 INFO kablam! | Sep 02 01:10:57.637 INFO kablam! 77 | for i in span.start().line..(span.end().line+1) { Sep 02 01:10:57.637 INFO kablam! | ^^^ Sep 02 01:10:57.637 INFO kablam! Sep 02 01:10:57.645 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:57.645 INFO kablam! --> src/source_analysis.rs:97:28 Sep 02 01:10:57.645 INFO kablam! | Sep 02 01:10:57.645 INFO kablam! 97 | let len = span.end().line - span.start().line; Sep 02 01:10:57.645 INFO kablam! | ^^^ Sep 02 01:10:57.645 INFO kablam! Sep 02 01:10:57.647 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:57.647 INFO kablam! --> src/source_analysis.rs:97:46 Sep 02 01:10:57.647 INFO kablam! | Sep 02 01:10:57.647 INFO kablam! 97 | let len = span.end().line - span.start().line; Sep 02 01:10:57.647 INFO kablam! | ^^^^^ Sep 02 01:10:57.647 INFO kablam! | Sep 02 01:10:57.647 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:57.647 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:57.647 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:57.647 INFO kablam! Sep 02 01:10:57.651 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:57.652 INFO kablam! --> src/source_analysis.rs:99:62 Sep 02 01:10:57.652 INFO kablam! | Sep 02 01:10:57.652 INFO kablam! 99 | for (i, line) in c.lines().enumerate().skip(span.start().line - 1).take(len) { Sep 02 01:10:57.652 INFO kablam! | ^^^^^ Sep 02 01:10:57.652 INFO kablam! | Sep 02 01:10:57.652 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:57.652 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:57.652 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:57.652 INFO kablam! Sep 02 01:10:57.659 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:57.659 INFO kablam! --> src/source_analysis.rs:118:23 Sep 02 01:10:57.659 INFO kablam! | Sep 02 01:10:57.659 INFO kablam! 118 | for i in span.start().line..(span.end().line +1) { Sep 02 01:10:57.659 INFO kablam! | ^^^^^ Sep 02 01:10:57.659 INFO kablam! | Sep 02 01:10:57.659 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:57.659 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:57.659 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:57.659 INFO kablam! Sep 02 01:10:57.662 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:57.662 INFO kablam! --> src/source_analysis.rs:118:43 Sep 02 01:10:57.662 INFO kablam! | Sep 02 01:10:57.662 INFO kablam! 118 | for i in span.start().line..(span.end().line +1) { Sep 02 01:10:57.662 INFO kablam! | ^^^ Sep 02 01:10:57.662 INFO kablam! Sep 02 01:10:57.740 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:57.740 INFO kablam! --> src/source_analysis.rs:430:53 Sep 02 01:10:57.740 INFO kablam! | Sep 02 01:10:57.740 INFO kablam! 430 | let line_number = func.decl.fn_token.span().start().line; Sep 02 01:10:57.740 INFO kablam! | ^^^^^ Sep 02 01:10:57.740 INFO kablam! | Sep 02 01:10:57.740 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:57.740 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:57.740 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:57.740 INFO kablam! Sep 02 01:10:57.741 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:57.741 INFO kablam! --> src/source_analysis.rs:433:47 Sep 02 01:10:57.741 INFO kablam! | Sep 02 01:10:57.741 INFO kablam! 433 | let decl_start = func.decl.fn_token.0.start().line+1; Sep 02 01:10:57.742 INFO kablam! | ^^^^^ Sep 02 01:10:57.742 INFO kablam! | Sep 02 01:10:57.742 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:57.742 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:57.742 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:57.742 INFO kablam! Sep 02 01:10:57.743 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:57.743 INFO kablam! --> src/source_analysis.rs:434:45 Sep 02 01:10:57.743 INFO kablam! | Sep 02 01:10:57.743 INFO kablam! 434 | let stmts_start = func.block.span().start().line; Sep 02 01:10:57.743 INFO kablam! | ^^^^^ Sep 02 01:10:57.743 INFO kablam! | Sep 02 01:10:57.743 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:57.743 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:57.743 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:57.743 INFO kablam! Sep 02 01:10:57.761 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:57.761 INFO kablam! --> src/source_analysis.rs:502:74 Sep 02 01:10:57.761 INFO kablam! | Sep 02 01:10:57.761 INFO kablam! 502 | analysis.ignore.remove(&Lines::Line(i.sig.span().start().line)); Sep 02 01:10:57.761 INFO kablam! | ^^^^^ Sep 02 01:10:57.762 INFO kablam! | Sep 02 01:10:57.762 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:57.762 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:57.762 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:57.762 INFO kablam! Sep 02 01:10:57.763 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:57.763 INFO kablam! --> src/source_analysis.rs:505:64 Sep 02 01:10:57.763 INFO kablam! | Sep 02 01:10:57.763 INFO kablam! 505 | let decl_start = i.sig.decl.fn_token.0.start().line+1; Sep 02 01:10:57.763 INFO kablam! | ^^^^^ Sep 02 01:10:57.764 INFO kablam! | Sep 02 01:10:57.764 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:57.764 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:57.764 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:57.764 INFO kablam! Sep 02 01:10:57.766 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:57.766 INFO kablam! --> src/source_analysis.rs:506:56 Sep 02 01:10:57.766 INFO kablam! | Sep 02 01:10:57.766 INFO kablam! 506 | let stmts_start = block.span().start().line; Sep 02 01:10:57.766 INFO kablam! | ^^^^^ Sep 02 01:10:57.766 INFO kablam! | Sep 02 01:10:57.766 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:57.766 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:57.766 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:57.767 INFO kablam! Sep 02 01:10:57.776 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:57.776 INFO kablam! --> src/source_analysis.rs:540:66 Sep 02 01:10:57.776 INFO kablam! | Sep 02 01:10:57.776 INFO kablam! 540 | analysis.ignore.remove(&Lines::Line(i.span().start().line)); Sep 02 01:10:57.776 INFO kablam! | ^^^^^ Sep 02 01:10:57.776 INFO kablam! | Sep 02 01:10:57.776 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:57.776 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:57.777 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:57.777 INFO kablam! Sep 02 01:10:57.778 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:57.778 INFO kablam! --> src/source_analysis.rs:543:60 Sep 02 01:10:57.778 INFO kablam! | Sep 02 01:10:57.778 INFO kablam! 543 | let decl_start = i.sig.decl.fn_token.0.start().line+1; Sep 02 01:10:57.778 INFO kablam! | ^^^^^ Sep 02 01:10:57.778 INFO kablam! | Sep 02 01:10:57.778 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:57.778 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:57.779 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:57.779 INFO kablam! Sep 02 01:10:57.780 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:57.780 INFO kablam! --> src/source_analysis.rs:544:54 Sep 02 01:10:57.780 INFO kablam! | Sep 02 01:10:57.780 INFO kablam! 544 | let stmts_start = i.block.span().start().line; Sep 02 01:10:57.780 INFO kablam! | ^^^^^ Sep 02 01:10:57.780 INFO kablam! | Sep 02 01:10:57.780 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:57.780 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:57.780 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:57.781 INFO kablam! Sep 02 01:10:57.807 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:57.807 INFO kablam! --> src/source_analysis.rs:718:28 Sep 02 01:10:57.807 INFO kablam! | Sep 02 01:10:57.807 INFO kablam! 718 | for i in s.start().line..(s.end().line+1) { Sep 02 01:10:57.807 INFO kablam! | ^^^^^ Sep 02 01:10:57.807 INFO kablam! | Sep 02 01:10:57.807 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:57.807 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:57.807 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:57.807 INFO kablam! Sep 02 01:10:57.810 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:57.810 INFO kablam! --> src/source_analysis.rs:718:45 Sep 02 01:10:57.810 INFO kablam! | Sep 02 01:10:57.810 INFO kablam! 718 | for i in s.start().line..(s.end().line+1) { Sep 02 01:10:57.811 INFO kablam! | ^^^ Sep 02 01:10:57.811 INFO kablam! Sep 02 01:10:57.814 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:57.814 INFO kablam! --> src/source_analysis.rs:729:29 Sep 02 01:10:57.815 INFO kablam! | Sep 02 01:10:57.815 INFO kablam! 729 | let start = call.span().start().line + 1; Sep 02 01:10:57.815 INFO kablam! | ^^^^^ Sep 02 01:10:57.815 INFO kablam! | Sep 02 01:10:57.815 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:57.815 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:57.815 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:57.815 INFO kablam! Sep 02 01:10:57.818 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:57.818 INFO kablam! --> src/source_analysis.rs:730:27 Sep 02 01:10:57.819 INFO kablam! | Sep 02 01:10:57.819 INFO kablam! 730 | let end = call.span().end().line + 1; Sep 02 01:10:57.819 INFO kablam! | ^^^ Sep 02 01:10:57.819 INFO kablam! Sep 02 01:10:57.824 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:57.824 INFO kablam! --> src/source_analysis.rs:741:29 Sep 02 01:10:57.824 INFO kablam! | Sep 02 01:10:57.824 INFO kablam! 741 | let start = meth.span().start().line + 1; Sep 02 01:10:57.824 INFO kablam! | ^^^^^ Sep 02 01:10:57.824 INFO kablam! | Sep 02 01:10:57.824 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:57.824 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:57.824 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:57.824 INFO kablam! Sep 02 01:10:57.828 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:57.828 INFO kablam! --> src/source_analysis.rs:742:27 Sep 02 01:10:57.828 INFO kablam! | Sep 02 01:10:57.828 INFO kablam! 742 | let end = meth.span().end().line + 1; Sep 02 01:10:57.828 INFO kablam! | ^^^ Sep 02 01:10:57.828 INFO kablam! Sep 02 01:10:57.833 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:57.833 INFO kablam! --> src/source_analysis.rs:753:45 Sep 02 01:10:57.833 INFO kablam! | Sep 02 01:10:57.833 INFO kablam! 753 | let u_line = unsafe_expr.unsafe_token.0.start().line; Sep 02 01:10:57.833 INFO kablam! | ^^^^^ Sep 02 01:10:57.833 INFO kablam! | Sep 02 01:10:57.833 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:57.833 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:57.834 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:57.834 INFO kablam! Sep 02 01:10:57.836 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:57.836 INFO kablam! --> src/source_analysis.rs:756:36 Sep 02 01:10:57.836 INFO kablam! | Sep 02 01:10:57.836 INFO kablam! 756 | if u_line != blk.brace_token.0.start().line || blk.stmts.is_empty() { Sep 02 01:10:57.836 INFO kablam! | ^^^^^ Sep 02 01:10:57.836 INFO kablam! | Sep 02 01:10:57.836 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:57.836 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:57.836 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:57.836 INFO kablam! Sep 02 01:10:57.841 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:57.841 INFO kablam! --> src/source_analysis.rs:765:24 Sep 02 01:10:57.841 INFO kablam! | Sep 02 01:10:57.841 INFO kablam! 765 | if u_line != s.start().line { Sep 02 01:10:57.841 INFO kablam! | ^^^^^ Sep 02 01:10:57.841 INFO kablam! | Sep 02 01:10:57.841 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:57.841 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:57.841 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:57.841 INFO kablam! Sep 02 01:10:57.845 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:57.846 INFO kablam! --> src/source_analysis.rs:782:34 Sep 02 01:10:57.846 INFO kablam! | Sep 02 01:10:57.846 INFO kablam! 782 | let start = structure.span().start().line; Sep 02 01:10:57.846 INFO kablam! | ^^^^^ Sep 02 01:10:57.846 INFO kablam! | Sep 02 01:10:57.846 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:57.846 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:57.846 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:57.846 INFO kablam! Sep 02 01:10:57.849 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:57.849 INFO kablam! --> src/source_analysis.rs:783:32 Sep 02 01:10:57.849 INFO kablam! | Sep 02 01:10:57.849 INFO kablam! 783 | let end = structure.span().end().line; Sep 02 01:10:57.850 INFO kablam! | ^^^ Sep 02 01:10:57.850 INFO kablam! Sep 02 01:10:57.854 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:57.855 INFO kablam! --> src/source_analysis.rs:796:35 Sep 02 01:10:57.855 INFO kablam! | Sep 02 01:10:57.855 INFO kablam! 796 | cover.insert(span.start().line); Sep 02 01:10:57.855 INFO kablam! | ^^^^^ Sep 02 01:10:57.855 INFO kablam! | Sep 02 01:10:57.855 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:57.855 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:57.855 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:57.855 INFO kablam! Sep 02 01:10:57.860 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:57.860 INFO kablam! --> src/source_analysis.rs:810:28 Sep 02 01:10:57.860 INFO kablam! | Sep 02 01:10:57.860 INFO kablam! 810 | let start = mac.span().start().line + 1; Sep 02 01:10:57.860 INFO kablam! | ^^^^^ Sep 02 01:10:57.860 INFO kablam! | Sep 02 01:10:57.861 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:57.861 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:57.861 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:57.861 INFO kablam! Sep 02 01:10:57.864 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:57.864 INFO kablam! --> src/source_analysis.rs:811:26 Sep 02 01:10:57.864 INFO kablam! | Sep 02 01:10:57.864 INFO kablam! 811 | let end = mac.span().end().line + 1; Sep 02 01:10:57.864 INFO kablam! | ^^^ Sep 02 01:10:57.864 INFO kablam! Sep 02 01:10:57.873 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:57.873 INFO kablam! --> src/source_analysis.rs:843:28 Sep 02 01:10:57.874 INFO kablam! | Sep 02 01:10:57.874 INFO kablam! 843 | for i in t.start().line..(t.end().line+1) { Sep 02 01:10:57.874 INFO kablam! | ^^^^^ Sep 02 01:10:57.874 INFO kablam! | Sep 02 01:10:57.874 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:57.874 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:57.874 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:57.874 INFO kablam! Sep 02 01:10:57.877 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:57.877 INFO kablam! --> src/source_analysis.rs:843:45 Sep 02 01:10:57.877 INFO kablam! | Sep 02 01:10:57.877 INFO kablam! 843 | for i in t.start().line..(t.end().line+1) { Sep 02 01:10:57.877 INFO kablam! | ^^^ Sep 02 01:10:57.877 INFO kablam! Sep 02 01:10:57.927 INFO kablam! error: aborting due to 32 previous errors Sep 02 01:10:57.927 INFO kablam! Sep 02 01:10:57.927 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 02 01:10:57.950 INFO kablam! error: Could not compile `cargo-tarpaulin`. Sep 02 01:10:57.950 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 01:10:58.570 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.571 INFO kablam! --> src/source_analysis.rs:77:27 Sep 02 01:10:58.571 INFO kablam! | Sep 02 01:10:58.571 INFO kablam! 77 | for i in span.start().line..(span.end().line+1) { Sep 02 01:10:58.571 INFO kablam! | ^^^^^ Sep 02 01:10:58.571 INFO kablam! | Sep 02 01:10:58.571 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:58.571 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:58.571 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:58.572 INFO kablam! Sep 02 01:10:58.576 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.576 INFO kablam! --> src/source_analysis.rs:77:47 Sep 02 01:10:58.576 INFO kablam! | Sep 02 01:10:58.576 INFO kablam! 77 | for i in span.start().line..(span.end().line+1) { Sep 02 01:10:58.576 INFO kablam! | ^^^ Sep 02 01:10:58.576 INFO kablam! Sep 02 01:10:58.580 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.580 INFO kablam! --> src/source_analysis.rs:97:28 Sep 02 01:10:58.581 INFO kablam! | Sep 02 01:10:58.581 INFO kablam! 97 | let len = span.end().line - span.start().line; Sep 02 01:10:58.581 INFO kablam! | ^^^ Sep 02 01:10:58.581 INFO kablam! Sep 02 01:10:58.582 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.582 INFO kablam! --> src/source_analysis.rs:97:46 Sep 02 01:10:58.582 INFO kablam! | Sep 02 01:10:58.582 INFO kablam! 97 | let len = span.end().line - span.start().line; Sep 02 01:10:58.582 INFO kablam! | ^^^^^ Sep 02 01:10:58.582 INFO kablam! | Sep 02 01:10:58.582 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:58.583 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:58.583 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:58.583 INFO kablam! Sep 02 01:10:58.584 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.585 INFO kablam! --> src/source_analysis.rs:99:62 Sep 02 01:10:58.585 INFO kablam! | Sep 02 01:10:58.585 INFO kablam! 99 | for (i, line) in c.lines().enumerate().skip(span.start().line - 1).take(len) { Sep 02 01:10:58.585 INFO kablam! | ^^^^^ Sep 02 01:10:58.585 INFO kablam! | Sep 02 01:10:58.585 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:58.585 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:58.585 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:58.585 INFO kablam! Sep 02 01:10:58.589 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.589 INFO kablam! --> src/source_analysis.rs:118:23 Sep 02 01:10:58.589 INFO kablam! | Sep 02 01:10:58.589 INFO kablam! 118 | for i in span.start().line..(span.end().line +1) { Sep 02 01:10:58.589 INFO kablam! | ^^^^^ Sep 02 01:10:58.590 INFO kablam! | Sep 02 01:10:58.590 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:58.590 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:58.590 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:58.590 INFO kablam! Sep 02 01:10:58.591 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.591 INFO kablam! --> src/source_analysis.rs:118:43 Sep 02 01:10:58.591 INFO kablam! | Sep 02 01:10:58.591 INFO kablam! 118 | for i in span.start().line..(span.end().line +1) { Sep 02 01:10:58.592 INFO kablam! | ^^^ Sep 02 01:10:58.592 INFO kablam! Sep 02 01:10:58.649 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.649 INFO kablam! --> src/source_analysis.rs:430:53 Sep 02 01:10:58.649 INFO kablam! | Sep 02 01:10:58.649 INFO kablam! 430 | let line_number = func.decl.fn_token.span().start().line; Sep 02 01:10:58.650 INFO kablam! | ^^^^^ Sep 02 01:10:58.650 INFO kablam! | Sep 02 01:10:58.650 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:58.650 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:58.650 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:58.650 INFO kablam! Sep 02 01:10:58.650 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.650 INFO kablam! --> src/source_analysis.rs:433:47 Sep 02 01:10:58.650 INFO kablam! | Sep 02 01:10:58.650 INFO kablam! 433 | let decl_start = func.decl.fn_token.0.start().line+1; Sep 02 01:10:58.650 INFO kablam! | ^^^^^ Sep 02 01:10:58.651 INFO kablam! | Sep 02 01:10:58.651 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:58.651 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:58.651 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:58.651 INFO kablam! Sep 02 01:10:58.652 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.652 INFO kablam! --> src/source_analysis.rs:434:45 Sep 02 01:10:58.653 INFO kablam! | Sep 02 01:10:58.653 INFO kablam! 434 | let stmts_start = func.block.span().start().line; Sep 02 01:10:58.653 INFO kablam! | ^^^^^ Sep 02 01:10:58.653 INFO kablam! | Sep 02 01:10:58.653 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:58.653 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:58.653 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:58.653 INFO kablam! Sep 02 01:10:58.664 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.664 INFO kablam! --> src/source_analysis.rs:502:74 Sep 02 01:10:58.664 INFO kablam! | Sep 02 01:10:58.664 INFO kablam! 502 | analysis.ignore.remove(&Lines::Line(i.sig.span().start().line)); Sep 02 01:10:58.664 INFO kablam! | ^^^^^ Sep 02 01:10:58.664 INFO kablam! | Sep 02 01:10:58.664 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:58.664 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:58.664 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:58.664 INFO kablam! Sep 02 01:10:58.665 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.665 INFO kablam! --> src/source_analysis.rs:505:64 Sep 02 01:10:58.665 INFO kablam! | Sep 02 01:10:58.665 INFO kablam! 505 | let decl_start = i.sig.decl.fn_token.0.start().line+1; Sep 02 01:10:58.666 INFO kablam! | ^^^^^ Sep 02 01:10:58.666 INFO kablam! | Sep 02 01:10:58.666 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:58.666 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:58.666 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:58.666 INFO kablam! Sep 02 01:10:58.667 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.667 INFO kablam! --> src/source_analysis.rs:506:56 Sep 02 01:10:58.667 INFO kablam! | Sep 02 01:10:58.667 INFO kablam! 506 | let stmts_start = block.span().start().line; Sep 02 01:10:58.667 INFO kablam! | ^^^^^ Sep 02 01:10:58.667 INFO kablam! | Sep 02 01:10:58.667 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:58.667 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:58.667 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:58.668 INFO kablam! Sep 02 01:10:58.673 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.673 INFO kablam! --> src/source_analysis.rs:540:66 Sep 02 01:10:58.673 INFO kablam! | Sep 02 01:10:58.673 INFO kablam! 540 | analysis.ignore.remove(&Lines::Line(i.span().start().line)); Sep 02 01:10:58.673 INFO kablam! | ^^^^^ Sep 02 01:10:58.673 INFO kablam! | Sep 02 01:10:58.673 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:58.674 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:58.674 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:58.674 INFO kablam! Sep 02 01:10:58.674 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.674 INFO kablam! --> src/source_analysis.rs:543:60 Sep 02 01:10:58.674 INFO kablam! | Sep 02 01:10:58.674 INFO kablam! 543 | let decl_start = i.sig.decl.fn_token.0.start().line+1; Sep 02 01:10:58.675 INFO kablam! | ^^^^^ Sep 02 01:10:58.675 INFO kablam! | Sep 02 01:10:58.675 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:58.675 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:58.675 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:58.675 INFO kablam! Sep 02 01:10:58.676 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.676 INFO kablam! --> src/source_analysis.rs:544:54 Sep 02 01:10:58.676 INFO kablam! | Sep 02 01:10:58.676 INFO kablam! 544 | let stmts_start = i.block.span().start().line; Sep 02 01:10:58.676 INFO kablam! | ^^^^^ Sep 02 01:10:58.676 INFO kablam! | Sep 02 01:10:58.676 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:58.676 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:58.676 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:58.676 INFO kablam! Sep 02 01:10:58.691 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.691 INFO kablam! --> src/source_analysis.rs:718:28 Sep 02 01:10:58.691 INFO kablam! | Sep 02 01:10:58.691 INFO kablam! 718 | for i in s.start().line..(s.end().line+1) { Sep 02 01:10:58.691 INFO kablam! | ^^^^^ Sep 02 01:10:58.691 INFO kablam! | Sep 02 01:10:58.691 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:58.691 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:58.691 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:58.691 INFO kablam! Sep 02 01:10:58.693 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.693 INFO kablam! --> src/source_analysis.rs:718:45 Sep 02 01:10:58.693 INFO kablam! | Sep 02 01:10:58.693 INFO kablam! 718 | for i in s.start().line..(s.end().line+1) { Sep 02 01:10:58.694 INFO kablam! | ^^^ Sep 02 01:10:58.694 INFO kablam! Sep 02 01:10:58.696 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.696 INFO kablam! --> src/source_analysis.rs:729:29 Sep 02 01:10:58.696 INFO kablam! | Sep 02 01:10:58.696 INFO kablam! 729 | let start = call.span().start().line + 1; Sep 02 01:10:58.696 INFO kablam! | ^^^^^ Sep 02 01:10:58.696 INFO kablam! | Sep 02 01:10:58.697 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:58.697 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:58.697 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:58.697 INFO kablam! Sep 02 01:10:58.699 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.699 INFO kablam! --> src/source_analysis.rs:730:27 Sep 02 01:10:58.699 INFO kablam! | Sep 02 01:10:58.699 INFO kablam! 730 | let end = call.span().end().line + 1; Sep 02 01:10:58.699 INFO kablam! | ^^^ Sep 02 01:10:58.699 INFO kablam! Sep 02 01:10:58.703 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.703 INFO kablam! --> src/source_analysis.rs:741:29 Sep 02 01:10:58.703 INFO kablam! | Sep 02 01:10:58.703 INFO kablam! 741 | let start = meth.span().start().line + 1; Sep 02 01:10:58.703 INFO kablam! | ^^^^^ Sep 02 01:10:58.703 INFO kablam! | Sep 02 01:10:58.703 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:58.703 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:58.703 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:58.703 INFO kablam! Sep 02 01:10:58.705 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.705 INFO kablam! --> src/source_analysis.rs:742:27 Sep 02 01:10:58.705 INFO kablam! | Sep 02 01:10:58.705 INFO kablam! 742 | let end = meth.span().end().line + 1; Sep 02 01:10:58.705 INFO kablam! | ^^^ Sep 02 01:10:58.705 INFO kablam! Sep 02 01:10:58.708 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.708 INFO kablam! --> src/source_analysis.rs:753:45 Sep 02 01:10:58.708 INFO kablam! | Sep 02 01:10:58.709 INFO kablam! 753 | let u_line = unsafe_expr.unsafe_token.0.start().line; Sep 02 01:10:58.709 INFO kablam! | ^^^^^ Sep 02 01:10:58.709 INFO kablam! | Sep 02 01:10:58.709 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:58.709 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:58.709 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:58.709 INFO kablam! Sep 02 01:10:58.710 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.710 INFO kablam! --> src/source_analysis.rs:756:36 Sep 02 01:10:58.710 INFO kablam! | Sep 02 01:10:58.710 INFO kablam! 756 | if u_line != blk.brace_token.0.start().line || blk.stmts.is_empty() { Sep 02 01:10:58.710 INFO kablam! | ^^^^^ Sep 02 01:10:58.710 INFO kablam! | Sep 02 01:10:58.710 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:58.710 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:58.710 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:58.711 INFO kablam! Sep 02 01:10:58.713 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.713 INFO kablam! --> src/source_analysis.rs:765:24 Sep 02 01:10:58.713 INFO kablam! | Sep 02 01:10:58.713 INFO kablam! 765 | if u_line != s.start().line { Sep 02 01:10:58.713 INFO kablam! | ^^^^^ Sep 02 01:10:58.713 INFO kablam! | Sep 02 01:10:58.713 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:58.713 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:58.713 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:58.713 INFO kablam! Sep 02 01:10:58.716 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.716 INFO kablam! --> src/source_analysis.rs:782:34 Sep 02 01:10:58.716 INFO kablam! | Sep 02 01:10:58.716 INFO kablam! 782 | let start = structure.span().start().line; Sep 02 01:10:58.716 INFO kablam! | ^^^^^ Sep 02 01:10:58.716 INFO kablam! | Sep 02 01:10:58.716 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:58.716 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:58.716 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:58.716 INFO kablam! Sep 02 01:10:58.718 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.718 INFO kablam! --> src/source_analysis.rs:783:32 Sep 02 01:10:58.718 INFO kablam! | Sep 02 01:10:58.718 INFO kablam! 783 | let end = structure.span().end().line; Sep 02 01:10:58.718 INFO kablam! | ^^^ Sep 02 01:10:58.718 INFO kablam! Sep 02 01:10:58.721 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.721 INFO kablam! --> src/source_analysis.rs:796:35 Sep 02 01:10:58.722 INFO kablam! | Sep 02 01:10:58.722 INFO kablam! 796 | cover.insert(span.start().line); Sep 02 01:10:58.722 INFO kablam! | ^^^^^ Sep 02 01:10:58.722 INFO kablam! | Sep 02 01:10:58.722 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:58.722 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:58.722 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:58.722 INFO kablam! Sep 02 01:10:58.725 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.725 INFO kablam! --> src/source_analysis.rs:810:28 Sep 02 01:10:58.725 INFO kablam! | Sep 02 01:10:58.725 INFO kablam! 810 | let start = mac.span().start().line + 1; Sep 02 01:10:58.725 INFO kablam! | ^^^^^ Sep 02 01:10:58.725 INFO kablam! | Sep 02 01:10:58.725 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:58.725 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:58.725 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:58.725 INFO kablam! Sep 02 01:10:58.727 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.727 INFO kablam! --> src/source_analysis.rs:811:26 Sep 02 01:10:58.728 INFO kablam! | Sep 02 01:10:58.728 INFO kablam! 811 | let end = mac.span().end().line + 1; Sep 02 01:10:58.728 INFO kablam! | ^^^ Sep 02 01:10:58.728 INFO kablam! Sep 02 01:10:58.733 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.733 INFO kablam! --> src/source_analysis.rs:843:28 Sep 02 01:10:58.733 INFO kablam! | Sep 02 01:10:58.733 INFO kablam! 843 | for i in t.start().line..(t.end().line+1) { Sep 02 01:10:58.734 INFO kablam! | ^^^^^ Sep 02 01:10:58.734 INFO kablam! | Sep 02 01:10:58.734 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:58.734 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:58.734 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:58.734 INFO kablam! Sep 02 01:10:58.736 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.736 INFO kablam! --> src/source_analysis.rs:843:45 Sep 02 01:10:58.736 INFO kablam! | Sep 02 01:10:58.736 INFO kablam! 843 | for i in t.start().line..(t.end().line+1) { Sep 02 01:10:58.736 INFO kablam! | ^^^ Sep 02 01:10:58.736 INFO kablam! Sep 02 01:10:58.874 INFO kablam! error: aborting due to 32 previous errors Sep 02 01:10:58.874 INFO kablam! Sep 02 01:10:58.874 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 02 01:10:58.907 INFO kablam! error: Could not compile `cargo-tarpaulin`. Sep 02 01:10:58.907 INFO kablam! Sep 02 01:10:58.907 INFO kablam! To learn more, run the command again with --verbose. Sep 02 01:10:58.909 INFO kablam! su: No module specific data is present Sep 02 01:10:59.547 INFO running `"docker" "rm" "-f" "cec7ac5d41f4450d30e46742373ff9b05a25594ddd678e1d1091d14f8029f8e4"` Sep 02 01:10:59.646 INFO blam! cec7ac5d41f4450d30e46742373ff9b05a25594ddd678e1d1091d14f8029f8e4