Sep 02 01:09:57.936 INFO checking cargo-tarpaulin-0.6.6 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 02 01:09:57.936 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 01:09:57.936 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-1/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-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.078 INFO blam! 8405e767c2be048c68d8d9243b7312d9b022bcc4ea488fd7c34a3c0cd85cd2b6 Sep 02 01:09:58.080 INFO running `"docker" "start" "-a" "8405e767c2be048c68d8d9243b7312d9b022bcc4ea488fd7c34a3c0cd85cd2b6"` Sep 02 01:09:59.263 INFO kablam! Checking gimli v0.16.1 Sep 02 01:09:59.269 INFO kablam! Checking syn v0.14.9 Sep 02 01:09:59.279 INFO kablam! Compiling scroll_derive v0.9.4 Sep 02 01:09:59.279 INFO kablam! Checking gzip-header v0.1.2 Sep 02 01:09:59.280 INFO kablam! Checking docopt v0.8.3 Sep 02 01:09:59.280 INFO kablam! Checking crates-io v0.13.0 Sep 02 01:09:59.280 INFO kablam! Checking quick-xml v0.12.3 Sep 02 01:10:04.514 INFO kablam! Checking deflate v0.7.18 Sep 02 01:10:11.913 INFO kablam! Checking cargo v0.24.0 Sep 02 01:10:12.954 INFO kablam! Checking coveralls-api v0.3.3 Sep 02 01:10:18.183 INFO kablam! Checking scroll v0.9.0 Sep 02 01:10:21.794 INFO kablam! Checking goblin v0.0.15 Sep 02 01:10:37.037 INFO kablam! Checking object v0.9.0 Sep 02 01:10:43.102 INFO kablam! Checking cargo-tarpaulin v0.6.6 (file:///source) Sep 02 01:10:58.785 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.785 INFO kablam! --> src/source_analysis.rs:77:27 Sep 02 01:10:58.785 INFO kablam! | Sep 02 01:10:58.785 INFO kablam! 77 | for i in span.start().line..(span.end().line+1) { Sep 02 01:10:58.785 INFO kablam! | ^^^^^ Sep 02 01:10:58.785 INFO kablam! | Sep 02 01:10:58.785 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:58.785 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:58.785 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:58.785 INFO kablam! Sep 02 01:10:58.793 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.793 INFO kablam! --> src/source_analysis.rs:77:47 Sep 02 01:10:58.793 INFO kablam! | Sep 02 01:10:58.793 INFO kablam! 77 | for i in span.start().line..(span.end().line+1) { Sep 02 01:10:58.794 INFO kablam! | ^^^ Sep 02 01:10:58.794 INFO kablam! Sep 02 01:10:58.800 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.800 INFO kablam! --> src/source_analysis.rs:97:28 Sep 02 01:10:58.800 INFO kablam! | Sep 02 01:10:58.800 INFO kablam! 97 | let len = span.end().line - span.start().line; Sep 02 01:10:58.800 INFO kablam! | ^^^ Sep 02 01:10:58.801 INFO kablam! Sep 02 01:10:58.803 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.803 INFO kablam! --> src/source_analysis.rs:97:46 Sep 02 01:10:58.803 INFO kablam! | Sep 02 01:10:58.803 INFO kablam! 97 | let len = span.end().line - span.start().line; Sep 02 01:10:58.803 INFO kablam! | ^^^^^ Sep 02 01:10:58.803 INFO kablam! | Sep 02 01:10:58.803 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:58.803 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:58.803 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:58.803 INFO kablam! Sep 02 01:10:58.807 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.807 INFO kablam! --> src/source_analysis.rs:99:62 Sep 02 01:10:58.807 INFO kablam! | Sep 02 01:10:58.807 INFO kablam! 99 | for (i, line) in c.lines().enumerate().skip(span.start().line - 1).take(len) { Sep 02 01:10:58.807 INFO kablam! | ^^^^^ Sep 02 01:10:58.807 INFO kablam! | Sep 02 01:10:58.807 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:58.807 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:58.807 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:58.807 INFO kablam! Sep 02 01:10:58.813 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.813 INFO kablam! --> src/source_analysis.rs:118:23 Sep 02 01:10:58.813 INFO kablam! | Sep 02 01:10:58.813 INFO kablam! 118 | for i in span.start().line..(span.end().line +1) { Sep 02 01:10:58.813 INFO kablam! | ^^^^^ Sep 02 01:10:58.813 INFO kablam! | Sep 02 01:10:58.813 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:58.813 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:58.813 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:58.813 INFO kablam! Sep 02 01:10:58.817 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.817 INFO kablam! --> src/source_analysis.rs:118:43 Sep 02 01:10:58.817 INFO kablam! | Sep 02 01:10:58.817 INFO kablam! 118 | for i in span.start().line..(span.end().line +1) { Sep 02 01:10:58.817 INFO kablam! | ^^^ Sep 02 01:10:58.817 INFO kablam! Sep 02 01:10:58.902 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.903 INFO kablam! --> src/source_analysis.rs:430:53 Sep 02 01:10:58.903 INFO kablam! | Sep 02 01:10:58.903 INFO kablam! 430 | let line_number = func.decl.fn_token.span().start().line; Sep 02 01:10:58.903 INFO kablam! | ^^^^^ Sep 02 01:10:58.903 INFO kablam! | Sep 02 01:10:58.903 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:58.903 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:58.903 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:58.903 INFO kablam! Sep 02 01:10:58.905 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.905 INFO kablam! --> src/source_analysis.rs:433:47 Sep 02 01:10:58.905 INFO kablam! | Sep 02 01:10:58.905 INFO kablam! 433 | let decl_start = func.decl.fn_token.0.start().line+1; Sep 02 01:10:58.905 INFO kablam! | ^^^^^ Sep 02 01:10:58.905 INFO kablam! | Sep 02 01:10:58.905 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:58.905 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:58.905 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:58.905 INFO kablam! Sep 02 01:10:58.908 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.908 INFO kablam! --> src/source_analysis.rs:434:45 Sep 02 01:10:58.908 INFO kablam! | Sep 02 01:10:58.908 INFO kablam! 434 | let stmts_start = func.block.span().start().line; Sep 02 01:10:58.908 INFO kablam! | ^^^^^ Sep 02 01:10:58.908 INFO kablam! | Sep 02 01:10:58.908 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:58.908 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:58.908 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:58.908 INFO kablam! Sep 02 01:10:58.925 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.925 INFO kablam! --> src/source_analysis.rs:502:74 Sep 02 01:10:58.925 INFO kablam! | Sep 02 01:10:58.925 INFO kablam! 502 | analysis.ignore.remove(&Lines::Line(i.sig.span().start().line)); Sep 02 01:10:58.925 INFO kablam! | ^^^^^ Sep 02 01:10:58.925 INFO kablam! | Sep 02 01:10:58.925 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:58.926 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:58.926 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:58.926 INFO kablam! Sep 02 01:10:58.927 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.927 INFO kablam! --> src/source_analysis.rs:505:64 Sep 02 01:10:58.927 INFO kablam! | Sep 02 01:10:58.927 INFO kablam! 505 | let decl_start = i.sig.decl.fn_token.0.start().line+1; Sep 02 01:10:58.927 INFO kablam! | ^^^^^ Sep 02 01:10:58.927 INFO kablam! | Sep 02 01:10:58.927 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:58.927 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:58.927 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:58.927 INFO kablam! Sep 02 01:10:58.929 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.929 INFO kablam! --> src/source_analysis.rs:506:56 Sep 02 01:10:58.929 INFO kablam! | Sep 02 01:10:58.930 INFO kablam! 506 | let stmts_start = block.span().start().line; Sep 02 01:10:58.930 INFO kablam! | ^^^^^ Sep 02 01:10:58.930 INFO kablam! | Sep 02 01:10:58.930 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:58.930 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:58.930 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:58.930 INFO kablam! Sep 02 01:10:58.937 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.937 INFO kablam! --> src/source_analysis.rs:540:66 Sep 02 01:10:58.937 INFO kablam! | Sep 02 01:10:58.938 INFO kablam! 540 | analysis.ignore.remove(&Lines::Line(i.span().start().line)); Sep 02 01:10:58.938 INFO kablam! | ^^^^^ Sep 02 01:10:58.938 INFO kablam! | Sep 02 01:10:58.938 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:58.938 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:58.938 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:58.938 INFO kablam! Sep 02 01:10:58.939 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.939 INFO kablam! --> src/source_analysis.rs:543:60 Sep 02 01:10:58.939 INFO kablam! | Sep 02 01:10:58.939 INFO kablam! 543 | let decl_start = i.sig.decl.fn_token.0.start().line+1; Sep 02 01:10:58.939 INFO kablam! | ^^^^^ Sep 02 01:10:58.939 INFO kablam! | Sep 02 01:10:58.939 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:58.939 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:58.939 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:58.939 INFO kablam! Sep 02 01:10:58.940 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.940 INFO kablam! --> src/source_analysis.rs:544:54 Sep 02 01:10:58.940 INFO kablam! | Sep 02 01:10:58.940 INFO kablam! 544 | let stmts_start = i.block.span().start().line; Sep 02 01:10:58.940 INFO kablam! | ^^^^^ Sep 02 01:10:58.940 INFO kablam! | Sep 02 01:10:58.940 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:58.940 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:58.940 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:58.940 INFO kablam! Sep 02 01:10:58.956 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.956 INFO kablam! --> src/source_analysis.rs:718:28 Sep 02 01:10:58.956 INFO kablam! | Sep 02 01:10:58.956 INFO kablam! 718 | for i in s.start().line..(s.end().line+1) { Sep 02 01:10:58.956 INFO kablam! | ^^^^^ Sep 02 01:10:58.956 INFO kablam! | Sep 02 01:10:58.956 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:58.956 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:58.956 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:58.956 INFO kablam! Sep 02 01:10:58.958 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.958 INFO kablam! --> src/source_analysis.rs:718:45 Sep 02 01:10:58.958 INFO kablam! | Sep 02 01:10:58.958 INFO kablam! 718 | for i in s.start().line..(s.end().line+1) { Sep 02 01:10:58.958 INFO kablam! | ^^^ Sep 02 01:10:58.958 INFO kablam! Sep 02 01:10:58.961 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.961 INFO kablam! --> src/source_analysis.rs:729:29 Sep 02 01:10:58.961 INFO kablam! | Sep 02 01:10:58.961 INFO kablam! 729 | let start = call.span().start().line + 1; Sep 02 01:10:58.961 INFO kablam! | ^^^^^ Sep 02 01:10:58.961 INFO kablam! | Sep 02 01:10:58.961 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:58.961 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:58.961 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:58.961 INFO kablam! Sep 02 01:10:58.963 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.963 INFO kablam! --> src/source_analysis.rs:730:27 Sep 02 01:10:58.963 INFO kablam! | Sep 02 01:10:58.963 INFO kablam! 730 | let end = call.span().end().line + 1; Sep 02 01:10:58.963 INFO kablam! | ^^^ Sep 02 01:10:58.963 INFO kablam! Sep 02 01:10:58.967 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.967 INFO kablam! --> src/source_analysis.rs:741:29 Sep 02 01:10:58.967 INFO kablam! | Sep 02 01:10:58.967 INFO kablam! 741 | let start = meth.span().start().line + 1; Sep 02 01:10:58.967 INFO kablam! | ^^^^^ Sep 02 01:10:58.967 INFO kablam! | Sep 02 01:10:58.967 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:58.967 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:58.967 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:58.967 INFO kablam! Sep 02 01:10:58.969 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.969 INFO kablam! --> src/source_analysis.rs:742:27 Sep 02 01:10:58.969 INFO kablam! | Sep 02 01:10:58.969 INFO kablam! 742 | let end = meth.span().end().line + 1; Sep 02 01:10:58.969 INFO kablam! | ^^^ Sep 02 01:10:58.969 INFO kablam! Sep 02 01:10:58.972 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.972 INFO kablam! --> src/source_analysis.rs:753:45 Sep 02 01:10:58.972 INFO kablam! | Sep 02 01:10:58.973 INFO kablam! 753 | let u_line = unsafe_expr.unsafe_token.0.start().line; Sep 02 01:10:58.973 INFO kablam! | ^^^^^ Sep 02 01:10:58.973 INFO kablam! | Sep 02 01:10:58.973 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:58.973 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:58.973 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:58.973 INFO kablam! Sep 02 01:10:58.974 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.974 INFO kablam! --> src/source_analysis.rs:756:36 Sep 02 01:10:58.974 INFO kablam! | Sep 02 01:10:58.974 INFO kablam! 756 | if u_line != blk.brace_token.0.start().line || blk.stmts.is_empty() { Sep 02 01:10:58.974 INFO kablam! | ^^^^^ Sep 02 01:10:58.974 INFO kablam! | Sep 02 01:10:58.974 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:58.974 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:58.974 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:58.974 INFO kablam! Sep 02 01:10:58.978 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.978 INFO kablam! --> src/source_analysis.rs:765:24 Sep 02 01:10:58.978 INFO kablam! | Sep 02 01:10:58.978 INFO kablam! 765 | if u_line != s.start().line { Sep 02 01:10:58.978 INFO kablam! | ^^^^^ Sep 02 01:10:58.978 INFO kablam! | Sep 02 01:10:58.979 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:58.979 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:58.979 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:58.979 INFO kablam! Sep 02 01:10:58.981 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.981 INFO kablam! --> src/source_analysis.rs:782:34 Sep 02 01:10:58.981 INFO kablam! | Sep 02 01:10:58.981 INFO kablam! 782 | let start = structure.span().start().line; Sep 02 01:10:58.981 INFO kablam! | ^^^^^ Sep 02 01:10:58.981 INFO kablam! | Sep 02 01:10:58.981 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:58.981 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:58.981 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:58.981 INFO kablam! Sep 02 01:10:58.983 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.983 INFO kablam! --> src/source_analysis.rs:783:32 Sep 02 01:10:58.983 INFO kablam! | Sep 02 01:10:58.983 INFO kablam! 783 | let end = structure.span().end().line; Sep 02 01:10:58.983 INFO kablam! | ^^^ Sep 02 01:10:58.984 INFO kablam! Sep 02 01:10:58.987 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.987 INFO kablam! --> src/source_analysis.rs:796:35 Sep 02 01:10:58.987 INFO kablam! | Sep 02 01:10:58.987 INFO kablam! 796 | cover.insert(span.start().line); Sep 02 01:10:58.987 INFO kablam! | ^^^^^ Sep 02 01:10:58.987 INFO kablam! | Sep 02 01:10:58.987 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:58.987 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:58.987 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:58.987 INFO kablam! Sep 02 01:10:58.990 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.990 INFO kablam! --> src/source_analysis.rs:810:28 Sep 02 01:10:58.990 INFO kablam! | Sep 02 01:10:58.990 INFO kablam! 810 | let start = mac.span().start().line + 1; Sep 02 01:10:58.990 INFO kablam! | ^^^^^ Sep 02 01:10:58.990 INFO kablam! | Sep 02 01:10:58.990 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:58.990 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:58.990 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:58.990 INFO kablam! Sep 02 01:10:58.992 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.992 INFO kablam! --> src/source_analysis.rs:811:26 Sep 02 01:10:58.992 INFO kablam! | Sep 02 01:10:58.992 INFO kablam! 811 | let end = mac.span().end().line + 1; Sep 02 01:10:58.993 INFO kablam! | ^^^ Sep 02 01:10:58.993 INFO kablam! Sep 02 01:10:58.999 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:58.999 INFO kablam! --> src/source_analysis.rs:843:28 Sep 02 01:10:58.999 INFO kablam! | Sep 02 01:10:58.999 INFO kablam! 843 | for i in t.start().line..(t.end().line+1) { Sep 02 01:10:58.999 INFO kablam! | ^^^^^ Sep 02 01:10:58.999 INFO kablam! | Sep 02 01:10:58.999 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:58.999 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:58.999 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:58.999 INFO kablam! Sep 02 01:10:59.002 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:59.002 INFO kablam! --> src/source_analysis.rs:843:45 Sep 02 01:10:59.002 INFO kablam! | Sep 02 01:10:59.003 INFO kablam! 843 | for i in t.start().line..(t.end().line+1) { Sep 02 01:10:59.003 INFO kablam! | ^^^ Sep 02 01:10:59.003 INFO kablam! Sep 02 01:10:59.036 INFO kablam! error: aborting due to 32 previous errors Sep 02 01:10:59.036 INFO kablam! Sep 02 01:10:59.036 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 02 01:10:59.056 INFO kablam! error: Could not compile `cargo-tarpaulin`. Sep 02 01:10:59.056 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 01:10:59.081 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:59.081 INFO kablam! --> src/source_analysis.rs:77:27 Sep 02 01:10:59.081 INFO kablam! | Sep 02 01:10:59.081 INFO kablam! 77 | for i in span.start().line..(span.end().line+1) { Sep 02 01:10:59.081 INFO kablam! | ^^^^^ Sep 02 01:10:59.081 INFO kablam! | Sep 02 01:10:59.081 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:59.081 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:59.081 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:59.081 INFO kablam! Sep 02 01:10:59.086 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:59.086 INFO kablam! --> src/source_analysis.rs:77:47 Sep 02 01:10:59.086 INFO kablam! | Sep 02 01:10:59.086 INFO kablam! 77 | for i in span.start().line..(span.end().line+1) { Sep 02 01:10:59.086 INFO kablam! | ^^^ Sep 02 01:10:59.086 INFO kablam! Sep 02 01:10:59.090 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:59.090 INFO kablam! --> src/source_analysis.rs:97:28 Sep 02 01:10:59.090 INFO kablam! | Sep 02 01:10:59.090 INFO kablam! 97 | let len = span.end().line - span.start().line; Sep 02 01:10:59.090 INFO kablam! | ^^^ Sep 02 01:10:59.090 INFO kablam! Sep 02 01:10:59.091 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:59.092 INFO kablam! --> src/source_analysis.rs:97:46 Sep 02 01:10:59.092 INFO kablam! | Sep 02 01:10:59.092 INFO kablam! 97 | let len = span.end().line - span.start().line; Sep 02 01:10:59.092 INFO kablam! | ^^^^^ Sep 02 01:10:59.092 INFO kablam! | Sep 02 01:10:59.092 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:59.092 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:59.092 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:59.092 INFO kablam! Sep 02 01:10:59.094 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:59.094 INFO kablam! --> src/source_analysis.rs:99:62 Sep 02 01:10:59.094 INFO kablam! | Sep 02 01:10:59.094 INFO kablam! 99 | for (i, line) in c.lines().enumerate().skip(span.start().line - 1).take(len) { Sep 02 01:10:59.094 INFO kablam! | ^^^^^ Sep 02 01:10:59.094 INFO kablam! | Sep 02 01:10:59.094 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:59.095 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:59.095 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:59.095 INFO kablam! Sep 02 01:10:59.098 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:59.099 INFO kablam! --> src/source_analysis.rs:118:23 Sep 02 01:10:59.099 INFO kablam! | Sep 02 01:10:59.099 INFO kablam! 118 | for i in span.start().line..(span.end().line +1) { Sep 02 01:10:59.099 INFO kablam! | ^^^^^ Sep 02 01:10:59.099 INFO kablam! | Sep 02 01:10:59.099 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:59.099 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:59.099 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:59.099 INFO kablam! Sep 02 01:10:59.101 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:59.101 INFO kablam! --> src/source_analysis.rs:118:43 Sep 02 01:10:59.101 INFO kablam! | Sep 02 01:10:59.101 INFO kablam! 118 | for i in span.start().line..(span.end().line +1) { Sep 02 01:10:59.101 INFO kablam! | ^^^ Sep 02 01:10:59.101 INFO kablam! Sep 02 01:10:59.171 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:59.171 INFO kablam! --> src/source_analysis.rs:430:53 Sep 02 01:10:59.171 INFO kablam! | Sep 02 01:10:59.171 INFO kablam! 430 | let line_number = func.decl.fn_token.span().start().line; Sep 02 01:10:59.171 INFO kablam! | ^^^^^ Sep 02 01:10:59.171 INFO kablam! | Sep 02 01:10:59.171 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:59.171 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:59.171 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:59.171 INFO kablam! Sep 02 01:10:59.173 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:59.173 INFO kablam! --> src/source_analysis.rs:433:47 Sep 02 01:10:59.173 INFO kablam! | Sep 02 01:10:59.173 INFO kablam! 433 | let decl_start = func.decl.fn_token.0.start().line+1; Sep 02 01:10:59.173 INFO kablam! | ^^^^^ Sep 02 01:10:59.173 INFO kablam! | Sep 02 01:10:59.174 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:59.174 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:59.174 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:59.174 INFO kablam! Sep 02 01:10:59.176 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:59.176 INFO kablam! --> src/source_analysis.rs:434:45 Sep 02 01:10:59.176 INFO kablam! | Sep 02 01:10:59.176 INFO kablam! 434 | let stmts_start = func.block.span().start().line; Sep 02 01:10:59.176 INFO kablam! | ^^^^^ Sep 02 01:10:59.176 INFO kablam! | Sep 02 01:10:59.176 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:59.176 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:59.176 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:59.176 INFO kablam! Sep 02 01:10:59.193 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:59.193 INFO kablam! --> src/source_analysis.rs:502:74 Sep 02 01:10:59.193 INFO kablam! | Sep 02 01:10:59.193 INFO kablam! 502 | analysis.ignore.remove(&Lines::Line(i.sig.span().start().line)); Sep 02 01:10:59.193 INFO kablam! | ^^^^^ Sep 02 01:10:59.193 INFO kablam! | Sep 02 01:10:59.193 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:59.193 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:59.193 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:59.193 INFO kablam! Sep 02 01:10:59.195 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:59.195 INFO kablam! --> src/source_analysis.rs:505:64 Sep 02 01:10:59.195 INFO kablam! | Sep 02 01:10:59.195 INFO kablam! 505 | let decl_start = i.sig.decl.fn_token.0.start().line+1; Sep 02 01:10:59.195 INFO kablam! | ^^^^^ Sep 02 01:10:59.195 INFO kablam! | Sep 02 01:10:59.195 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:59.195 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:59.195 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:59.195 INFO kablam! Sep 02 01:10:59.198 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:59.198 INFO kablam! --> src/source_analysis.rs:506:56 Sep 02 01:10:59.198 INFO kablam! | Sep 02 01:10:59.198 INFO kablam! 506 | let stmts_start = block.span().start().line; Sep 02 01:10:59.198 INFO kablam! | ^^^^^ Sep 02 01:10:59.198 INFO kablam! | Sep 02 01:10:59.198 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:59.198 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:59.198 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:59.198 INFO kablam! Sep 02 01:10:59.207 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:59.207 INFO kablam! --> src/source_analysis.rs:540:66 Sep 02 01:10:59.207 INFO kablam! | Sep 02 01:10:59.207 INFO kablam! 540 | analysis.ignore.remove(&Lines::Line(i.span().start().line)); Sep 02 01:10:59.207 INFO kablam! | ^^^^^ Sep 02 01:10:59.207 INFO kablam! | Sep 02 01:10:59.207 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:59.207 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:59.207 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:59.207 INFO kablam! Sep 02 01:10:59.209 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:59.209 INFO kablam! --> src/source_analysis.rs:543:60 Sep 02 01:10:59.209 INFO kablam! | Sep 02 01:10:59.209 INFO kablam! 543 | let decl_start = i.sig.decl.fn_token.0.start().line+1; Sep 02 01:10:59.209 INFO kablam! | ^^^^^ Sep 02 01:10:59.209 INFO kablam! | Sep 02 01:10:59.209 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:59.209 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:59.209 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:59.209 INFO kablam! Sep 02 01:10:59.212 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:59.212 INFO kablam! --> src/source_analysis.rs:544:54 Sep 02 01:10:59.212 INFO kablam! | Sep 02 01:10:59.212 INFO kablam! 544 | let stmts_start = i.block.span().start().line; Sep 02 01:10:59.212 INFO kablam! | ^^^^^ Sep 02 01:10:59.212 INFO kablam! | Sep 02 01:10:59.212 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:59.212 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:59.212 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:59.212 INFO kablam! Sep 02 01:10:59.236 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:59.236 INFO kablam! --> src/source_analysis.rs:718:28 Sep 02 01:10:59.236 INFO kablam! | Sep 02 01:10:59.236 INFO kablam! 718 | for i in s.start().line..(s.end().line+1) { Sep 02 01:10:59.236 INFO kablam! | ^^^^^ Sep 02 01:10:59.236 INFO kablam! | Sep 02 01:10:59.236 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:59.236 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:59.236 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:59.236 INFO kablam! Sep 02 01:10:59.239 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:59.239 INFO kablam! --> src/source_analysis.rs:718:45 Sep 02 01:10:59.239 INFO kablam! | Sep 02 01:10:59.239 INFO kablam! 718 | for i in s.start().line..(s.end().line+1) { Sep 02 01:10:59.239 INFO kablam! | ^^^ Sep 02 01:10:59.239 INFO kablam! Sep 02 01:10:59.244 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:59.244 INFO kablam! --> src/source_analysis.rs:729:29 Sep 02 01:10:59.244 INFO kablam! | Sep 02 01:10:59.244 INFO kablam! 729 | let start = call.span().start().line + 1; Sep 02 01:10:59.244 INFO kablam! | ^^^^^ Sep 02 01:10:59.244 INFO kablam! | Sep 02 01:10:59.244 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:59.244 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:59.244 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:59.244 INFO kablam! Sep 02 01:10:59.247 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:59.247 INFO kablam! --> src/source_analysis.rs:730:27 Sep 02 01:10:59.247 INFO kablam! | Sep 02 01:10:59.247 INFO kablam! 730 | let end = call.span().end().line + 1; Sep 02 01:10:59.247 INFO kablam! | ^^^ Sep 02 01:10:59.248 INFO kablam! Sep 02 01:10:59.259 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:59.259 INFO kablam! --> src/source_analysis.rs:741:29 Sep 02 01:10:59.259 INFO kablam! | Sep 02 01:10:59.259 INFO kablam! 741 | let start = meth.span().start().line + 1; Sep 02 01:10:59.259 INFO kablam! | ^^^^^ Sep 02 01:10:59.259 INFO kablam! | Sep 02 01:10:59.259 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:59.259 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:59.259 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:59.259 INFO kablam! Sep 02 01:10:59.259 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:59.259 INFO kablam! --> src/source_analysis.rs:742:27 Sep 02 01:10:59.259 INFO kablam! | Sep 02 01:10:59.259 INFO kablam! 742 | let end = meth.span().end().line + 1; Sep 02 01:10:59.259 INFO kablam! | ^^^ Sep 02 01:10:59.259 INFO kablam! Sep 02 01:10:59.264 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:59.264 INFO kablam! --> src/source_analysis.rs:753:45 Sep 02 01:10:59.264 INFO kablam! | Sep 02 01:10:59.264 INFO kablam! 753 | let u_line = unsafe_expr.unsafe_token.0.start().line; Sep 02 01:10:59.264 INFO kablam! | ^^^^^ Sep 02 01:10:59.264 INFO kablam! | Sep 02 01:10:59.264 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:59.264 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:59.264 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:59.265 INFO kablam! Sep 02 01:10:59.265 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:59.265 INFO kablam! --> src/source_analysis.rs:756:36 Sep 02 01:10:59.265 INFO kablam! | Sep 02 01:10:59.265 INFO kablam! 756 | if u_line != blk.brace_token.0.start().line || blk.stmts.is_empty() { Sep 02 01:10:59.265 INFO kablam! | ^^^^^ Sep 02 01:10:59.265 INFO kablam! | Sep 02 01:10:59.265 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:59.265 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:59.265 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:59.265 INFO kablam! Sep 02 01:10:59.268 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:59.268 INFO kablam! --> src/source_analysis.rs:765:24 Sep 02 01:10:59.268 INFO kablam! | Sep 02 01:10:59.268 INFO kablam! 765 | if u_line != s.start().line { Sep 02 01:10:59.268 INFO kablam! | ^^^^^ Sep 02 01:10:59.268 INFO kablam! | Sep 02 01:10:59.268 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:59.268 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:59.268 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:59.268 INFO kablam! Sep 02 01:10:59.272 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:59.272 INFO kablam! --> src/source_analysis.rs:782:34 Sep 02 01:10:59.272 INFO kablam! | Sep 02 01:10:59.272 INFO kablam! 782 | let start = structure.span().start().line; Sep 02 01:10:59.272 INFO kablam! | ^^^^^ Sep 02 01:10:59.272 INFO kablam! | Sep 02 01:10:59.272 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:59.272 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:59.272 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:59.272 INFO kablam! Sep 02 01:10:59.276 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:59.276 INFO kablam! --> src/source_analysis.rs:783:32 Sep 02 01:10:59.276 INFO kablam! | Sep 02 01:10:59.276 INFO kablam! 783 | let end = structure.span().end().line; Sep 02 01:10:59.276 INFO kablam! | ^^^ Sep 02 01:10:59.276 INFO kablam! Sep 02 01:10:59.280 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:59.280 INFO kablam! --> src/source_analysis.rs:796:35 Sep 02 01:10:59.280 INFO kablam! | Sep 02 01:10:59.280 INFO kablam! 796 | cover.insert(span.start().line); Sep 02 01:10:59.280 INFO kablam! | ^^^^^ Sep 02 01:10:59.280 INFO kablam! | Sep 02 01:10:59.280 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:59.281 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:59.281 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:59.281 INFO kablam! Sep 02 01:10:59.285 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:59.285 INFO kablam! --> src/source_analysis.rs:810:28 Sep 02 01:10:59.285 INFO kablam! | Sep 02 01:10:59.285 INFO kablam! 810 | let start = mac.span().start().line + 1; Sep 02 01:10:59.285 INFO kablam! | ^^^^^ Sep 02 01:10:59.285 INFO kablam! | Sep 02 01:10:59.285 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:59.285 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:59.286 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:59.286 INFO kablam! Sep 02 01:10:59.289 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:59.290 INFO kablam! --> src/source_analysis.rs:811:26 Sep 02 01:10:59.290 INFO kablam! | Sep 02 01:10:59.290 INFO kablam! 811 | let end = mac.span().end().line + 1; Sep 02 01:10:59.290 INFO kablam! | ^^^ Sep 02 01:10:59.290 INFO kablam! Sep 02 01:10:59.298 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:59.298 INFO kablam! --> src/source_analysis.rs:843:28 Sep 02 01:10:59.298 INFO kablam! | Sep 02 01:10:59.298 INFO kablam! 843 | for i in t.start().line..(t.end().line+1) { Sep 02 01:10:59.298 INFO kablam! | ^^^^^ Sep 02 01:10:59.298 INFO kablam! | Sep 02 01:10:59.298 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 01:10:59.298 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 01:10:59.298 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 01:10:59.298 INFO kablam! Sep 02 01:10:59.302 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 01:10:59.302 INFO kablam! --> src/source_analysis.rs:843:45 Sep 02 01:10:59.302 INFO kablam! | Sep 02 01:10:59.302 INFO kablam! 843 | for i in t.start().line..(t.end().line+1) { Sep 02 01:10:59.302 INFO kablam! | ^^^ Sep 02 01:10:59.302 INFO kablam! Sep 02 01:10:59.454 INFO kablam! error: aborting due to 32 previous errors Sep 02 01:10:59.454 INFO kablam! Sep 02 01:10:59.454 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 02 01:10:59.479 INFO kablam! error: Could not compile `cargo-tarpaulin`. Sep 02 01:10:59.479 INFO kablam! Sep 02 01:10:59.479 INFO kablam! To learn more, run the command again with --verbose. Sep 02 01:10:59.480 INFO kablam! su: No module specific data is present Sep 02 01:11:00.048 INFO running `"docker" "rm" "-f" "8405e767c2be048c68d8d9243b7312d9b022bcc4ea488fd7c34a3c0cd85cd2b6"` Sep 02 01:11:00.162 INFO blam! 8405e767c2be048c68d8d9243b7312d9b022bcc4ea488fd7c34a3c0cd85cd2b6