Sep 02 18:41:29.970 INFO checking cargo-tarpaulin-0.6.6 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 18:41:29.970 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 18:41:29.970 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 18:41:30.158 INFO blam! b9419f12a8a6ff4fe9e721c310e9fbe2fec3970f447778b198bb9622e193ccfd Sep 02 18:41:30.160 INFO running `"docker" "start" "-a" "b9419f12a8a6ff4fe9e721c310e9fbe2fec3970f447778b198bb9622e193ccfd"` Sep 02 18:41:31.220 INFO kablam! Checking gimli v0.16.1 Sep 02 18:41:31.223 INFO kablam! Checking syn v0.14.9 Sep 02 18:41:31.223 INFO kablam! Compiling scroll_derive v0.9.4 Sep 02 18:41:31.224 INFO kablam! Checking crates-io v0.13.0 Sep 02 18:41:31.224 INFO kablam! Checking globset v0.2.1 Sep 02 18:41:31.224 INFO kablam! Checking docopt v0.8.3 Sep 02 18:41:31.225 INFO kablam! Checking deflate v0.7.18 Sep 02 18:41:31.226 INFO kablam! Checking git2-curl v0.7.0 Sep 02 18:41:40.779 INFO kablam! Checking quick-xml v0.12.3 Sep 02 18:41:43.067 INFO kablam! Checking ignore v0.2.2 Sep 02 18:41:43.410 INFO kablam! Checking coveralls-api v0.3.3 Sep 02 18:41:53.945 INFO kablam! Checking cargo v0.24.0 Sep 02 18:41:56.106 INFO kablam! Checking scroll v0.9.0 Sep 02 18:41:59.791 INFO kablam! Checking goblin v0.0.15 Sep 02 18:42:15.220 INFO kablam! Checking object v0.9.0 Sep 02 18:42:25.247 INFO kablam! Checking cargo-tarpaulin v0.6.6 (file:///source) Sep 02 18:42:39.831 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:39.831 INFO kablam! --> src/source_analysis.rs:77:27 Sep 02 18:42:39.831 INFO kablam! | Sep 02 18:42:39.831 INFO kablam! 77 | for i in span.start().line..(span.end().line+1) { Sep 02 18:42:39.832 INFO kablam! | ^^^^^ Sep 02 18:42:39.832 INFO kablam! | Sep 02 18:42:39.832 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:39.832 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:39.832 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:39.832 INFO kablam! Sep 02 18:42:39.840 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:39.840 INFO kablam! --> src/source_analysis.rs:77:47 Sep 02 18:42:39.840 INFO kablam! | Sep 02 18:42:39.840 INFO kablam! 77 | for i in span.start().line..(span.end().line+1) { Sep 02 18:42:39.840 INFO kablam! | ^^^ Sep 02 18:42:39.840 INFO kablam! Sep 02 18:42:39.844 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:39.844 INFO kablam! --> src/source_analysis.rs:97:28 Sep 02 18:42:39.844 INFO kablam! | Sep 02 18:42:39.844 INFO kablam! 97 | let len = span.end().line - span.start().line; Sep 02 18:42:39.844 INFO kablam! | ^^^ Sep 02 18:42:39.844 INFO kablam! Sep 02 18:42:39.845 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:39.845 INFO kablam! --> src/source_analysis.rs:97:46 Sep 02 18:42:39.846 INFO kablam! | Sep 02 18:42:39.846 INFO kablam! 97 | let len = span.end().line - span.start().line; Sep 02 18:42:39.846 INFO kablam! | ^^^^^ Sep 02 18:42:39.846 INFO kablam! | Sep 02 18:42:39.846 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:39.846 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:39.846 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:39.846 INFO kablam! Sep 02 18:42:39.849 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:39.849 INFO kablam! --> src/source_analysis.rs:99:62 Sep 02 18:42:39.849 INFO kablam! | Sep 02 18:42:39.849 INFO kablam! 99 | for (i, line) in c.lines().enumerate().skip(span.start().line - 1).take(len) { Sep 02 18:42:39.849 INFO kablam! | ^^^^^ Sep 02 18:42:39.849 INFO kablam! | Sep 02 18:42:39.849 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:39.849 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:39.849 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:39.849 INFO kablam! Sep 02 18:42:39.853 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:39.854 INFO kablam! --> src/source_analysis.rs:118:23 Sep 02 18:42:39.854 INFO kablam! | Sep 02 18:42:39.854 INFO kablam! 118 | for i in span.start().line..(span.end().line +1) { Sep 02 18:42:39.854 INFO kablam! | ^^^^^ Sep 02 18:42:39.854 INFO kablam! | Sep 02 18:42:39.854 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:39.854 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:39.854 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:39.854 INFO kablam! Sep 02 18:42:39.856 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:39.856 INFO kablam! --> src/source_analysis.rs:118:43 Sep 02 18:42:39.856 INFO kablam! | Sep 02 18:42:39.856 INFO kablam! 118 | for i in span.start().line..(span.end().line +1) { Sep 02 18:42:39.856 INFO kablam! | ^^^ Sep 02 18:42:39.856 INFO kablam! Sep 02 18:42:39.912 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:39.912 INFO kablam! --> src/source_analysis.rs:77:27 Sep 02 18:42:39.912 INFO kablam! | Sep 02 18:42:39.913 INFO kablam! 77 | for i in span.start().line..(span.end().line+1) { Sep 02 18:42:39.913 INFO kablam! | ^^^^^ Sep 02 18:42:39.913 INFO kablam! | Sep 02 18:42:39.913 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:39.913 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:39.913 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:39.913 INFO kablam! Sep 02 18:42:39.922 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:39.922 INFO kablam! --> src/source_analysis.rs:430:53 Sep 02 18:42:39.922 INFO kablam! | Sep 02 18:42:39.922 INFO kablam! 430 | let line_number = func.decl.fn_token.span().start().line; Sep 02 18:42:39.922 INFO kablam! | ^^^^^ Sep 02 18:42:39.922 INFO kablam! | Sep 02 18:42:39.922 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:39.922 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:39.922 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:39.922 INFO kablam! Sep 02 18:42:39.923 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:39.923 INFO kablam! --> src/source_analysis.rs:77:47 Sep 02 18:42:39.923 INFO kablam! | Sep 02 18:42:39.923 INFO kablam! 77 | for i in span.start().line..(span.end().line+1) { Sep 02 18:42:39.923 INFO kablam! | ^^^ Sep 02 18:42:39.923 INFO kablam! Sep 02 18:42:39.924 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:39.924 INFO kablam! --> src/source_analysis.rs:433:47 Sep 02 18:42:39.924 INFO kablam! | Sep 02 18:42:39.924 INFO kablam! 433 | let decl_start = func.decl.fn_token.0.start().line+1; Sep 02 18:42:39.924 INFO kablam! | ^^^^^ Sep 02 18:42:39.924 INFO kablam! | Sep 02 18:42:39.924 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:39.924 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:39.924 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:39.925 INFO kablam! Sep 02 18:42:39.926 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:39.926 INFO kablam! --> src/source_analysis.rs:434:45 Sep 02 18:42:39.926 INFO kablam! | Sep 02 18:42:39.926 INFO kablam! 434 | let stmts_start = func.block.span().start().line; Sep 02 18:42:39.926 INFO kablam! | ^^^^^ Sep 02 18:42:39.926 INFO kablam! | Sep 02 18:42:39.926 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:39.926 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:39.926 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:39.926 INFO kablam! Sep 02 18:42:39.930 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:39.930 INFO kablam! --> src/source_analysis.rs:97:28 Sep 02 18:42:39.930 INFO kablam! | Sep 02 18:42:39.930 INFO kablam! 97 | let len = span.end().line - span.start().line; Sep 02 18:42:39.930 INFO kablam! | ^^^ Sep 02 18:42:39.930 INFO kablam! Sep 02 18:42:39.931 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:39.931 INFO kablam! --> src/source_analysis.rs:97:46 Sep 02 18:42:39.931 INFO kablam! | Sep 02 18:42:39.931 INFO kablam! 97 | let len = span.end().line - span.start().line; Sep 02 18:42:39.931 INFO kablam! | ^^^^^ Sep 02 18:42:39.931 INFO kablam! | Sep 02 18:42:39.931 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:39.932 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:39.932 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:39.932 INFO kablam! Sep 02 18:42:39.934 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:39.934 INFO kablam! --> src/source_analysis.rs:99:62 Sep 02 18:42:39.934 INFO kablam! | Sep 02 18:42:39.935 INFO kablam! 99 | for (i, line) in c.lines().enumerate().skip(span.start().line - 1).take(len) { Sep 02 18:42:39.935 INFO kablam! | ^^^^^ Sep 02 18:42:39.935 INFO kablam! | Sep 02 18:42:39.935 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:39.935 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:39.935 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:39.935 INFO kablam! Sep 02 18:42:39.939 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:39.939 INFO kablam! --> src/source_analysis.rs:118:23 Sep 02 18:42:39.939 INFO kablam! | Sep 02 18:42:39.939 INFO kablam! 118 | for i in span.start().line..(span.end().line +1) { Sep 02 18:42:39.939 INFO kablam! | ^^^^^ Sep 02 18:42:39.939 INFO kablam! | Sep 02 18:42:39.939 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:39.939 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:39.939 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:39.940 INFO kablam! Sep 02 18:42:39.941 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:39.941 INFO kablam! --> src/source_analysis.rs:118:43 Sep 02 18:42:39.942 INFO kablam! | Sep 02 18:42:39.942 INFO kablam! 118 | for i in span.start().line..(span.end().line +1) { Sep 02 18:42:39.942 INFO kablam! | ^^^ Sep 02 18:42:39.942 INFO kablam! Sep 02 18:42:39.945 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:39.945 INFO kablam! --> src/source_analysis.rs:502:74 Sep 02 18:42:39.945 INFO kablam! | Sep 02 18:42:39.945 INFO kablam! 502 | analysis.ignore.remove(&Lines::Line(i.sig.span().start().line)); Sep 02 18:42:39.945 INFO kablam! | ^^^^^ Sep 02 18:42:39.945 INFO kablam! | Sep 02 18:42:39.945 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:39.945 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:39.945 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:39.945 INFO kablam! Sep 02 18:42:39.946 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:39.946 INFO kablam! --> src/source_analysis.rs:505:64 Sep 02 18:42:39.946 INFO kablam! | Sep 02 18:42:39.947 INFO kablam! 505 | let decl_start = i.sig.decl.fn_token.0.start().line+1; Sep 02 18:42:39.947 INFO kablam! | ^^^^^ Sep 02 18:42:39.947 INFO kablam! | Sep 02 18:42:39.947 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:39.947 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:39.947 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:39.947 INFO kablam! Sep 02 18:42:39.949 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:39.949 INFO kablam! --> src/source_analysis.rs:506:56 Sep 02 18:42:39.949 INFO kablam! | Sep 02 18:42:39.949 INFO kablam! 506 | let stmts_start = block.span().start().line; Sep 02 18:42:39.949 INFO kablam! | ^^^^^ Sep 02 18:42:39.949 INFO kablam! | Sep 02 18:42:39.949 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:39.949 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:39.949 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:39.949 INFO kablam! Sep 02 18:42:39.958 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:39.959 INFO kablam! --> src/source_analysis.rs:540:66 Sep 02 18:42:39.959 INFO kablam! | Sep 02 18:42:39.959 INFO kablam! 540 | analysis.ignore.remove(&Lines::Line(i.span().start().line)); Sep 02 18:42:39.959 INFO kablam! | ^^^^^ Sep 02 18:42:39.959 INFO kablam! | Sep 02 18:42:39.959 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:39.959 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:39.959 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:39.959 INFO kablam! Sep 02 18:42:39.959 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:39.959 INFO kablam! --> src/source_analysis.rs:543:60 Sep 02 18:42:39.959 INFO kablam! | Sep 02 18:42:39.960 INFO kablam! 543 | let decl_start = i.sig.decl.fn_token.0.start().line+1; Sep 02 18:42:39.960 INFO kablam! | ^^^^^ Sep 02 18:42:39.960 INFO kablam! | Sep 02 18:42:39.960 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:39.960 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:39.960 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:39.960 INFO kablam! Sep 02 18:42:39.961 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:39.961 INFO kablam! --> src/source_analysis.rs:544:54 Sep 02 18:42:39.961 INFO kablam! | Sep 02 18:42:39.961 INFO kablam! 544 | let stmts_start = i.block.span().start().line; Sep 02 18:42:39.961 INFO kablam! | ^^^^^ Sep 02 18:42:39.962 INFO kablam! | Sep 02 18:42:39.962 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:39.962 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:39.962 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:39.962 INFO kablam! Sep 02 18:42:39.978 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:39.978 INFO kablam! --> src/source_analysis.rs:718:28 Sep 02 18:42:39.978 INFO kablam! | Sep 02 18:42:39.978 INFO kablam! 718 | for i in s.start().line..(s.end().line+1) { Sep 02 18:42:39.978 INFO kablam! | ^^^^^ Sep 02 18:42:39.979 INFO kablam! | Sep 02 18:42:39.979 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:39.979 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:39.979 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:39.979 INFO kablam! Sep 02 18:42:39.980 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:39.981 INFO kablam! --> src/source_analysis.rs:718:45 Sep 02 18:42:39.981 INFO kablam! | Sep 02 18:42:39.981 INFO kablam! 718 | for i in s.start().line..(s.end().line+1) { Sep 02 18:42:39.981 INFO kablam! | ^^^ Sep 02 18:42:39.981 INFO kablam! Sep 02 18:42:39.983 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:39.983 INFO kablam! --> src/source_analysis.rs:729:29 Sep 02 18:42:39.983 INFO kablam! | Sep 02 18:42:39.983 INFO kablam! 729 | let start = call.span().start().line + 1; Sep 02 18:42:39.984 INFO kablam! | ^^^^^ Sep 02 18:42:39.984 INFO kablam! | Sep 02 18:42:39.984 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:39.984 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:39.984 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:39.984 INFO kablam! Sep 02 18:42:39.986 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:39.986 INFO kablam! --> src/source_analysis.rs:730:27 Sep 02 18:42:39.986 INFO kablam! | Sep 02 18:42:39.986 INFO kablam! 730 | let end = call.span().end().line + 1; Sep 02 18:42:39.986 INFO kablam! | ^^^ Sep 02 18:42:39.986 INFO kablam! Sep 02 18:42:39.989 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:39.990 INFO kablam! --> src/source_analysis.rs:741:29 Sep 02 18:42:39.990 INFO kablam! | Sep 02 18:42:39.990 INFO kablam! 741 | let start = meth.span().start().line + 1; Sep 02 18:42:39.990 INFO kablam! | ^^^^^ Sep 02 18:42:39.990 INFO kablam! | Sep 02 18:42:39.990 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:39.990 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:39.990 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:39.990 INFO kablam! Sep 02 18:42:39.992 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:39.992 INFO kablam! --> src/source_analysis.rs:742:27 Sep 02 18:42:39.992 INFO kablam! | Sep 02 18:42:39.992 INFO kablam! 742 | let end = meth.span().end().line + 1; Sep 02 18:42:39.992 INFO kablam! | ^^^ Sep 02 18:42:39.992 INFO kablam! Sep 02 18:42:39.995 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:39.995 INFO kablam! --> src/source_analysis.rs:753:45 Sep 02 18:42:39.995 INFO kablam! | Sep 02 18:42:39.996 INFO kablam! 753 | let u_line = unsafe_expr.unsafe_token.0.start().line; Sep 02 18:42:39.996 INFO kablam! | ^^^^^ Sep 02 18:42:39.996 INFO kablam! | Sep 02 18:42:39.996 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:39.996 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:39.996 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:39.996 INFO kablam! Sep 02 18:42:39.997 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:39.997 INFO kablam! --> src/source_analysis.rs:756:36 Sep 02 18:42:39.997 INFO kablam! | Sep 02 18:42:39.997 INFO kablam! 756 | if u_line != blk.brace_token.0.start().line || blk.stmts.is_empty() { Sep 02 18:42:39.997 INFO kablam! | ^^^^^ Sep 02 18:42:39.997 INFO kablam! | Sep 02 18:42:39.998 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:39.998 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:39.998 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:39.998 INFO kablam! Sep 02 18:42:40.001 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:40.001 INFO kablam! --> src/source_analysis.rs:765:24 Sep 02 18:42:40.001 INFO kablam! | Sep 02 18:42:40.001 INFO kablam! 765 | if u_line != s.start().line { Sep 02 18:42:40.001 INFO kablam! | ^^^^^ Sep 02 18:42:40.001 INFO kablam! | Sep 02 18:42:40.001 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:40.001 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:40.001 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:40.001 INFO kablam! Sep 02 18:42:40.004 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:40.004 INFO kablam! --> src/source_analysis.rs:782:34 Sep 02 18:42:40.004 INFO kablam! | Sep 02 18:42:40.004 INFO kablam! 782 | let start = structure.span().start().line; Sep 02 18:42:40.004 INFO kablam! | ^^^^^ Sep 02 18:42:40.004 INFO kablam! | Sep 02 18:42:40.004 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:40.004 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:40.004 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:40.004 INFO kablam! Sep 02 18:42:40.007 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:40.007 INFO kablam! --> src/source_analysis.rs:783:32 Sep 02 18:42:40.007 INFO kablam! | Sep 02 18:42:40.007 INFO kablam! 783 | let end = structure.span().end().line; Sep 02 18:42:40.007 INFO kablam! | ^^^ Sep 02 18:42:40.007 INFO kablam! Sep 02 18:42:40.010 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:40.010 INFO kablam! --> src/source_analysis.rs:796:35 Sep 02 18:42:40.010 INFO kablam! | Sep 02 18:42:40.010 INFO kablam! 796 | cover.insert(span.start().line); Sep 02 18:42:40.010 INFO kablam! | ^^^^^ Sep 02 18:42:40.010 INFO kablam! | Sep 02 18:42:40.010 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:40.010 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:40.011 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:40.011 INFO kablam! Sep 02 18:42:40.014 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:40.014 INFO kablam! --> src/source_analysis.rs:810:28 Sep 02 18:42:40.014 INFO kablam! | Sep 02 18:42:40.014 INFO kablam! 810 | let start = mac.span().start().line + 1; Sep 02 18:42:40.014 INFO kablam! | ^^^^^ Sep 02 18:42:40.014 INFO kablam! | Sep 02 18:42:40.014 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:40.014 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:40.014 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:40.014 INFO kablam! Sep 02 18:42:40.016 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:40.016 INFO kablam! --> src/source_analysis.rs:811:26 Sep 02 18:42:40.016 INFO kablam! | Sep 02 18:42:40.016 INFO kablam! 811 | let end = mac.span().end().line + 1; Sep 02 18:42:40.016 INFO kablam! | ^^^ Sep 02 18:42:40.017 INFO kablam! Sep 02 18:42:40.022 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:40.022 INFO kablam! --> src/source_analysis.rs:843:28 Sep 02 18:42:40.022 INFO kablam! | Sep 02 18:42:40.022 INFO kablam! 843 | for i in t.start().line..(t.end().line+1) { Sep 02 18:42:40.022 INFO kablam! | ^^^^^ Sep 02 18:42:40.023 INFO kablam! | Sep 02 18:42:40.023 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:40.023 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:40.023 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:40.023 INFO kablam! Sep 02 18:42:40.024 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:40.024 INFO kablam! --> src/source_analysis.rs:430:53 Sep 02 18:42:40.024 INFO kablam! | Sep 02 18:42:40.024 INFO kablam! 430 | let line_number = func.decl.fn_token.span().start().line; Sep 02 18:42:40.024 INFO kablam! | ^^^^^ Sep 02 18:42:40.024 INFO kablam! | Sep 02 18:42:40.024 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:40.024 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:40.025 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:40.025 INFO kablam! Sep 02 18:42:40.025 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:40.025 INFO kablam! --> src/source_analysis.rs:843:45 Sep 02 18:42:40.025 INFO kablam! | Sep 02 18:42:40.025 INFO kablam! 843 | for i in t.start().line..(t.end().line+1) { Sep 02 18:42:40.025 INFO kablam! | ^^^ Sep 02 18:42:40.025 INFO kablam! Sep 02 18:42:40.027 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:40.027 INFO kablam! --> src/source_analysis.rs:433:47 Sep 02 18:42:40.027 INFO kablam! | Sep 02 18:42:40.027 INFO kablam! 433 | let decl_start = func.decl.fn_token.0.start().line+1; Sep 02 18:42:40.027 INFO kablam! | ^^^^^ Sep 02 18:42:40.027 INFO kablam! | Sep 02 18:42:40.027 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:40.027 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:40.027 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:40.027 INFO kablam! Sep 02 18:42:40.029 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:40.029 INFO kablam! --> src/source_analysis.rs:434:45 Sep 02 18:42:40.029 INFO kablam! | Sep 02 18:42:40.029 INFO kablam! 434 | let stmts_start = func.block.span().start().line; Sep 02 18:42:40.029 INFO kablam! | ^^^^^ Sep 02 18:42:40.029 INFO kablam! | Sep 02 18:42:40.029 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:40.029 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:40.029 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:40.030 INFO kablam! Sep 02 18:42:40.041 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:40.041 INFO kablam! --> src/source_analysis.rs:502:74 Sep 02 18:42:40.041 INFO kablam! | Sep 02 18:42:40.041 INFO kablam! 502 | analysis.ignore.remove(&Lines::Line(i.sig.span().start().line)); Sep 02 18:42:40.041 INFO kablam! | ^^^^^ Sep 02 18:42:40.041 INFO kablam! | Sep 02 18:42:40.041 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:40.041 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:40.041 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:40.042 INFO kablam! Sep 02 18:42:40.043 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:40.043 INFO kablam! --> src/source_analysis.rs:505:64 Sep 02 18:42:40.043 INFO kablam! | Sep 02 18:42:40.043 INFO kablam! 505 | let decl_start = i.sig.decl.fn_token.0.start().line+1; Sep 02 18:42:40.043 INFO kablam! | ^^^^^ Sep 02 18:42:40.043 INFO kablam! | Sep 02 18:42:40.043 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:40.043 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:40.043 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:40.043 INFO kablam! Sep 02 18:42:40.044 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:40.044 INFO kablam! --> src/source_analysis.rs:506:56 Sep 02 18:42:40.044 INFO kablam! | Sep 02 18:42:40.045 INFO kablam! 506 | let stmts_start = block.span().start().line; Sep 02 18:42:40.045 INFO kablam! | ^^^^^ Sep 02 18:42:40.045 INFO kablam! | Sep 02 18:42:40.045 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:40.045 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:40.045 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:40.045 INFO kablam! Sep 02 18:42:40.052 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:40.052 INFO kablam! --> src/source_analysis.rs:540:66 Sep 02 18:42:40.052 INFO kablam! | Sep 02 18:42:40.052 INFO kablam! 540 | analysis.ignore.remove(&Lines::Line(i.span().start().line)); Sep 02 18:42:40.052 INFO kablam! | ^^^^^ Sep 02 18:42:40.052 INFO kablam! | Sep 02 18:42:40.052 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:40.052 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:40.052 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:40.052 INFO kablam! Sep 02 18:42:40.053 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:40.053 INFO kablam! --> src/source_analysis.rs:543:60 Sep 02 18:42:40.053 INFO kablam! | Sep 02 18:42:40.053 INFO kablam! 543 | let decl_start = i.sig.decl.fn_token.0.start().line+1; Sep 02 18:42:40.053 INFO kablam! | ^^^^^ Sep 02 18:42:40.054 INFO kablam! | Sep 02 18:42:40.054 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:40.054 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:40.054 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:40.054 INFO kablam! Sep 02 18:42:40.055 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:40.055 INFO kablam! --> src/source_analysis.rs:544:54 Sep 02 18:42:40.055 INFO kablam! | Sep 02 18:42:40.055 INFO kablam! 544 | let stmts_start = i.block.span().start().line; Sep 02 18:42:40.055 INFO kablam! | ^^^^^ Sep 02 18:42:40.055 INFO kablam! | Sep 02 18:42:40.056 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:40.056 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:40.056 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:40.056 INFO kablam! Sep 02 18:42:40.062 INFO kablam! error: aborting due to 32 previous errors Sep 02 18:42:40.062 INFO kablam! Sep 02 18:42:40.062 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 02 18:42:40.073 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:40.073 INFO kablam! --> src/source_analysis.rs:718:28 Sep 02 18:42:40.073 INFO kablam! | Sep 02 18:42:40.073 INFO kablam! 718 | for i in s.start().line..(s.end().line+1) { Sep 02 18:42:40.073 INFO kablam! | ^^^^^ Sep 02 18:42:40.074 INFO kablam! | Sep 02 18:42:40.074 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:40.074 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:40.074 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:40.074 INFO kablam! Sep 02 18:42:40.076 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:40.076 INFO kablam! --> src/source_analysis.rs:718:45 Sep 02 18:42:40.076 INFO kablam! | Sep 02 18:42:40.076 INFO kablam! 718 | for i in s.start().line..(s.end().line+1) { Sep 02 18:42:40.076 INFO kablam! | ^^^ Sep 02 18:42:40.076 INFO kablam! Sep 02 18:42:40.079 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:40.079 INFO kablam! --> src/source_analysis.rs:729:29 Sep 02 18:42:40.079 INFO kablam! | Sep 02 18:42:40.079 INFO kablam! 729 | let start = call.span().start().line + 1; Sep 02 18:42:40.079 INFO kablam! | ^^^^^ Sep 02 18:42:40.079 INFO kablam! | Sep 02 18:42:40.079 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:40.080 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:40.080 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:40.080 INFO kablam! Sep 02 18:42:40.081 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:40.081 INFO kablam! --> src/source_analysis.rs:730:27 Sep 02 18:42:40.081 INFO kablam! | Sep 02 18:42:40.081 INFO kablam! 730 | let end = call.span().end().line + 1; Sep 02 18:42:40.081 INFO kablam! | ^^^ Sep 02 18:42:40.082 INFO kablam! Sep 02 18:42:40.082 INFO kablam! error: Could not compile `cargo-tarpaulin`. Sep 02 18:42:40.082 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 18:42:40.085 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:40.085 INFO kablam! --> src/source_analysis.rs:741:29 Sep 02 18:42:40.085 INFO kablam! | Sep 02 18:42:40.085 INFO kablam! 741 | let start = meth.span().start().line + 1; Sep 02 18:42:40.085 INFO kablam! | ^^^^^ Sep 02 18:42:40.085 INFO kablam! | Sep 02 18:42:40.085 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:40.085 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:40.085 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:40.086 INFO kablam! Sep 02 18:42:40.088 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:40.089 INFO kablam! --> src/source_analysis.rs:742:27 Sep 02 18:42:40.089 INFO kablam! | Sep 02 18:42:40.089 INFO kablam! 742 | let end = meth.span().end().line + 1; Sep 02 18:42:40.089 INFO kablam! | ^^^ Sep 02 18:42:40.089 INFO kablam! Sep 02 18:42:40.093 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:40.093 INFO kablam! --> src/source_analysis.rs:753:45 Sep 02 18:42:40.093 INFO kablam! | Sep 02 18:42:40.093 INFO kablam! 753 | let u_line = unsafe_expr.unsafe_token.0.start().line; Sep 02 18:42:40.093 INFO kablam! | ^^^^^ Sep 02 18:42:40.093 INFO kablam! | Sep 02 18:42:40.093 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:40.093 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:40.093 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:40.093 INFO kablam! Sep 02 18:42:40.096 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:40.096 INFO kablam! --> src/source_analysis.rs:756:36 Sep 02 18:42:40.096 INFO kablam! | Sep 02 18:42:40.096 INFO kablam! 756 | if u_line != blk.brace_token.0.start().line || blk.stmts.is_empty() { Sep 02 18:42:40.096 INFO kablam! | ^^^^^ Sep 02 18:42:40.096 INFO kablam! | Sep 02 18:42:40.096 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:40.096 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:40.096 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:40.096 INFO kablam! Sep 02 18:42:40.099 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:40.099 INFO kablam! --> src/source_analysis.rs:765:24 Sep 02 18:42:40.099 INFO kablam! | Sep 02 18:42:40.099 INFO kablam! 765 | if u_line != s.start().line { Sep 02 18:42:40.099 INFO kablam! | ^^^^^ Sep 02 18:42:40.099 INFO kablam! | Sep 02 18:42:40.099 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:40.099 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:40.099 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:40.099 INFO kablam! Sep 02 18:42:40.102 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:40.102 INFO kablam! --> src/source_analysis.rs:782:34 Sep 02 18:42:40.102 INFO kablam! | Sep 02 18:42:40.102 INFO kablam! 782 | let start = structure.span().start().line; Sep 02 18:42:40.102 INFO kablam! | ^^^^^ Sep 02 18:42:40.102 INFO kablam! | Sep 02 18:42:40.102 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:40.102 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:40.102 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:40.102 INFO kablam! Sep 02 18:42:40.104 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:40.104 INFO kablam! --> src/source_analysis.rs:783:32 Sep 02 18:42:40.104 INFO kablam! | Sep 02 18:42:40.104 INFO kablam! 783 | let end = structure.span().end().line; Sep 02 18:42:40.104 INFO kablam! | ^^^ Sep 02 18:42:40.104 INFO kablam! Sep 02 18:42:40.108 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:40.108 INFO kablam! --> src/source_analysis.rs:796:35 Sep 02 18:42:40.108 INFO kablam! | Sep 02 18:42:40.108 INFO kablam! 796 | cover.insert(span.start().line); Sep 02 18:42:40.108 INFO kablam! | ^^^^^ Sep 02 18:42:40.108 INFO kablam! | Sep 02 18:42:40.108 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:40.108 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:40.108 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:40.108 INFO kablam! Sep 02 18:42:40.111 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:40.111 INFO kablam! --> src/source_analysis.rs:810:28 Sep 02 18:42:40.111 INFO kablam! | Sep 02 18:42:40.111 INFO kablam! 810 | let start = mac.span().start().line + 1; Sep 02 18:42:40.111 INFO kablam! | ^^^^^ Sep 02 18:42:40.111 INFO kablam! | Sep 02 18:42:40.111 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:40.111 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:40.111 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:40.111 INFO kablam! Sep 02 18:42:40.114 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:40.114 INFO kablam! --> src/source_analysis.rs:811:26 Sep 02 18:42:40.114 INFO kablam! | Sep 02 18:42:40.114 INFO kablam! 811 | let end = mac.span().end().line + 1; Sep 02 18:42:40.114 INFO kablam! | ^^^ Sep 02 18:42:40.114 INFO kablam! Sep 02 18:42:40.120 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:40.120 INFO kablam! --> src/source_analysis.rs:843:28 Sep 02 18:42:40.120 INFO kablam! | Sep 02 18:42:40.120 INFO kablam! 843 | for i in t.start().line..(t.end().line+1) { Sep 02 18:42:40.120 INFO kablam! | ^^^^^ Sep 02 18:42:40.120 INFO kablam! | Sep 02 18:42:40.120 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:40.120 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:40.120 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:40.120 INFO kablam! Sep 02 18:42:40.122 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:40.122 INFO kablam! --> src/source_analysis.rs:843:45 Sep 02 18:42:40.122 INFO kablam! | Sep 02 18:42:40.122 INFO kablam! 843 | for i in t.start().line..(t.end().line+1) { Sep 02 18:42:40.122 INFO kablam! | ^^^ Sep 02 18:42:40.122 INFO kablam! Sep 02 18:42:40.278 INFO kablam! error: aborting due to 32 previous errors Sep 02 18:42:40.278 INFO kablam! Sep 02 18:42:40.278 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 02 18:42:40.314 INFO kablam! error: Could not compile `cargo-tarpaulin`. Sep 02 18:42:40.314 INFO kablam! Sep 02 18:42:40.314 INFO kablam! To learn more, run the command again with --verbose. Sep 02 18:42:40.316 INFO kablam! su: No module specific data is present Sep 02 18:42:40.798 INFO running `"docker" "rm" "-f" "b9419f12a8a6ff4fe9e721c310e9fbe2fec3970f447778b198bb9622e193ccfd"` Sep 02 18:42:40.893 INFO blam! b9419f12a8a6ff4fe9e721c310e9fbe2fec3970f447778b198bb9622e193ccfd