Sep 14 18:42:21.630 INFO checking cargo-tarpaulin-0.6.6 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 18:42:21.630 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 18:42:21.630 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-2/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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=1000" "-e" "CMD=cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 18:42:22.074 INFO blam! 638339f1aacb4cfee4f0d5cb722984d82b26dc98ace6ff7bbaeff05029bb80e1 Sep 14 18:42:22.076 INFO running `"docker" "start" "-a" "638339f1aacb4cfee4f0d5cb722984d82b26dc98ace6ff7bbaeff05029bb80e1"` Sep 14 18:42:24.323 INFO kablam! usermod: no changes Sep 14 18:42:24.893 INFO kablam! Checking uuid v0.6.5 Sep 14 18:42:24.894 INFO kablam! Checking tar v0.4.16 Sep 14 18:42:24.894 INFO kablam! Checking gimli v0.16.1 Sep 14 18:42:24.920 INFO kablam! Checking syn v0.14.9 Sep 14 18:42:24.921 INFO kablam! Compiling scroll_derive v0.9.4 Sep 14 18:42:24.923 INFO kablam! Checking crates-io v0.13.0 Sep 14 18:42:24.929 INFO kablam! Checking git2-curl v0.7.0 Sep 14 18:42:24.930 INFO kablam! Checking coveralls-api v0.3.3 Sep 14 18:42:27.512 INFO kablam! Checking quick-xml v0.12.3 Sep 14 18:42:34.576 INFO kablam! Checking cargo v0.24.0 Sep 14 18:42:41.243 INFO kablam! Checking scroll v0.9.0 Sep 14 18:42:44.716 INFO kablam! Checking goblin v0.0.15 Sep 14 18:43:02.043 INFO kablam! Checking object v0.9.0 Sep 14 18:43:07.745 INFO kablam! Checking cargo-tarpaulin v0.6.6 (file:///source) Sep 14 18:43:16.864 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:16.864 INFO kablam! --> src/source_analysis.rs:77:27 Sep 14 18:43:16.864 INFO kablam! | Sep 14 18:43:16.864 INFO kablam! 77 | for i in span.start().line..(span.end().line+1) { Sep 14 18:43:16.864 INFO kablam! | ^^^^^ Sep 14 18:43:16.871 INFO kablam! | Sep 14 18:43:16.871 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 14 18:43:16.871 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 14 18:43:16.871 INFO kablam! candidate #1: `statemachine::StateData` Sep 14 18:43:16.871 INFO kablam! Sep 14 18:43:16.878 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:16.878 INFO kablam! --> src/source_analysis.rs:77:47 Sep 14 18:43:16.878 INFO kablam! | Sep 14 18:43:16.878 INFO kablam! 77 | for i in span.start().line..(span.end().line+1) { Sep 14 18:43:16.878 INFO kablam! | ^^^ Sep 14 18:43:16.878 INFO kablam! Sep 14 18:43:16.888 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:16.888 INFO kablam! --> src/source_analysis.rs:97:28 Sep 14 18:43:16.888 INFO kablam! | Sep 14 18:43:16.888 INFO kablam! 97 | let len = span.end().line - span.start().line; Sep 14 18:43:16.888 INFO kablam! | ^^^ Sep 14 18:43:16.890 INFO kablam! Sep 14 18:43:16.893 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:16.893 INFO kablam! --> src/source_analysis.rs:97:46 Sep 14 18:43:16.893 INFO kablam! | Sep 14 18:43:16.893 INFO kablam! 97 | let len = span.end().line - span.start().line; Sep 14 18:43:16.893 INFO kablam! | ^^^^^ Sep 14 18:43:16.893 INFO kablam! | Sep 14 18:43:16.894 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 14 18:43:16.894 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 14 18:43:16.894 INFO kablam! candidate #1: `statemachine::StateData` Sep 14 18:43:16.894 INFO kablam! Sep 14 18:43:16.898 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:16.898 INFO kablam! --> src/source_analysis.rs:99:62 Sep 14 18:43:16.898 INFO kablam! | Sep 14 18:43:16.898 INFO kablam! 99 | for (i, line) in c.lines().enumerate().skip(span.start().line - 1).take(len) { Sep 14 18:43:16.898 INFO kablam! | ^^^^^ Sep 14 18:43:16.899 INFO kablam! | Sep 14 18:43:16.899 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 14 18:43:16.899 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 14 18:43:16.899 INFO kablam! candidate #1: `statemachine::StateData` Sep 14 18:43:16.899 INFO kablam! Sep 14 18:43:16.908 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:16.908 INFO kablam! --> src/source_analysis.rs:118:23 Sep 14 18:43:16.908 INFO kablam! | Sep 14 18:43:16.908 INFO kablam! 118 | for i in span.start().line..(span.end().line +1) { Sep 14 18:43:16.908 INFO kablam! | ^^^^^ Sep 14 18:43:16.908 INFO kablam! | Sep 14 18:43:16.908 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 14 18:43:16.909 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 14 18:43:16.909 INFO kablam! candidate #1: `statemachine::StateData` Sep 14 18:43:16.909 INFO kablam! Sep 14 18:43:16.912 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:16.912 INFO kablam! --> src/source_analysis.rs:118:43 Sep 14 18:43:16.912 INFO kablam! | Sep 14 18:43:16.912 INFO kablam! 118 | for i in span.start().line..(span.end().line +1) { Sep 14 18:43:16.912 INFO kablam! | ^^^ Sep 14 18:43:16.919 INFO kablam! Sep 14 18:43:16.971 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:16.971 INFO kablam! --> src/source_analysis.rs:430:53 Sep 14 18:43:16.971 INFO kablam! | Sep 14 18:43:16.971 INFO kablam! 430 | let line_number = func.decl.fn_token.span().start().line; Sep 14 18:43:16.971 INFO kablam! | ^^^^^ Sep 14 18:43:16.975 INFO kablam! | Sep 14 18:43:16.975 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 14 18:43:16.975 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 14 18:43:16.975 INFO kablam! candidate #1: `statemachine::StateData` Sep 14 18:43:16.976 INFO kablam! Sep 14 18:43:16.978 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:16.978 INFO kablam! --> src/source_analysis.rs:433:47 Sep 14 18:43:16.978 INFO kablam! | Sep 14 18:43:16.978 INFO kablam! 433 | let decl_start = func.decl.fn_token.0.start().line+1; Sep 14 18:43:16.978 INFO kablam! | ^^^^^ Sep 14 18:43:16.979 INFO kablam! | Sep 14 18:43:16.979 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 14 18:43:16.979 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 14 18:43:16.979 INFO kablam! candidate #1: `statemachine::StateData` Sep 14 18:43:16.979 INFO kablam! Sep 14 18:43:16.982 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:16.982 INFO kablam! --> src/source_analysis.rs:434:45 Sep 14 18:43:16.982 INFO kablam! | Sep 14 18:43:16.982 INFO kablam! 434 | let stmts_start = func.block.span().start().line; Sep 14 18:43:16.982 INFO kablam! | ^^^^^ Sep 14 18:43:16.982 INFO kablam! | Sep 14 18:43:16.982 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 14 18:43:16.983 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 14 18:43:16.983 INFO kablam! candidate #1: `statemachine::StateData` Sep 14 18:43:16.983 INFO kablam! Sep 14 18:43:17.001 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:17.001 INFO kablam! --> src/source_analysis.rs:502:74 Sep 14 18:43:17.001 INFO kablam! | Sep 14 18:43:17.001 INFO kablam! 502 | analysis.ignore.remove(&Lines::Line(i.sig.span().start().line)); Sep 14 18:43:17.001 INFO kablam! | ^^^^^ Sep 14 18:43:17.003 INFO kablam! | Sep 14 18:43:17.003 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 14 18:43:17.003 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 14 18:43:17.003 INFO kablam! candidate #1: `statemachine::StateData` Sep 14 18:43:17.003 INFO kablam! Sep 14 18:43:17.006 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:17.006 INFO kablam! --> src/source_analysis.rs:505:64 Sep 14 18:43:17.006 INFO kablam! | Sep 14 18:43:17.006 INFO kablam! 505 | let decl_start = i.sig.decl.fn_token.0.start().line+1; Sep 14 18:43:17.006 INFO kablam! | ^^^^^ Sep 14 18:43:17.006 INFO kablam! | Sep 14 18:43:17.011 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 14 18:43:17.011 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 14 18:43:17.011 INFO kablam! candidate #1: `statemachine::StateData` Sep 14 18:43:17.011 INFO kablam! Sep 14 18:43:17.014 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:17.014 INFO kablam! --> src/source_analysis.rs:506:56 Sep 14 18:43:17.014 INFO kablam! | Sep 14 18:43:17.014 INFO kablam! 506 | let stmts_start = block.span().start().line; Sep 14 18:43:17.014 INFO kablam! | ^^^^^ Sep 14 18:43:17.014 INFO kablam! | Sep 14 18:43:17.014 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 14 18:43:17.014 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 14 18:43:17.014 INFO kablam! candidate #1: `statemachine::StateData` Sep 14 18:43:17.014 INFO kablam! Sep 14 18:43:17.020 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:17.020 INFO kablam! --> src/source_analysis.rs:540:66 Sep 14 18:43:17.020 INFO kablam! | Sep 14 18:43:17.020 INFO kablam! 540 | analysis.ignore.remove(&Lines::Line(i.span().start().line)); Sep 14 18:43:17.020 INFO kablam! | ^^^^^ Sep 14 18:43:17.020 INFO kablam! | Sep 14 18:43:17.020 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 14 18:43:17.020 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 14 18:43:17.020 INFO kablam! candidate #1: `statemachine::StateData` Sep 14 18:43:17.020 INFO kablam! Sep 14 18:43:17.022 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:17.022 INFO kablam! --> src/source_analysis.rs:543:60 Sep 14 18:43:17.022 INFO kablam! | Sep 14 18:43:17.022 INFO kablam! 543 | let decl_start = i.sig.decl.fn_token.0.start().line+1; Sep 14 18:43:17.022 INFO kablam! | ^^^^^ Sep 14 18:43:17.022 INFO kablam! | Sep 14 18:43:17.022 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 14 18:43:17.022 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 14 18:43:17.022 INFO kablam! candidate #1: `statemachine::StateData` Sep 14 18:43:17.022 INFO kablam! Sep 14 18:43:17.024 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:17.024 INFO kablam! --> src/source_analysis.rs:544:54 Sep 14 18:43:17.024 INFO kablam! | Sep 14 18:43:17.024 INFO kablam! 544 | let stmts_start = i.block.span().start().line; Sep 14 18:43:17.024 INFO kablam! | ^^^^^ Sep 14 18:43:17.024 INFO kablam! | Sep 14 18:43:17.024 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 14 18:43:17.024 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 14 18:43:17.024 INFO kablam! candidate #1: `statemachine::StateData` Sep 14 18:43:17.024 INFO kablam! Sep 14 18:43:17.044 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:17.044 INFO kablam! --> src/source_analysis.rs:718:28 Sep 14 18:43:17.044 INFO kablam! | Sep 14 18:43:17.044 INFO kablam! 718 | for i in s.start().line..(s.end().line+1) { Sep 14 18:43:17.044 INFO kablam! | ^^^^^ Sep 14 18:43:17.044 INFO kablam! | Sep 14 18:43:17.044 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 14 18:43:17.044 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 14 18:43:17.044 INFO kablam! candidate #1: `statemachine::StateData` Sep 14 18:43:17.044 INFO kablam! Sep 14 18:43:17.047 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:17.047 INFO kablam! --> src/source_analysis.rs:718:45 Sep 14 18:43:17.047 INFO kablam! | Sep 14 18:43:17.047 INFO kablam! 718 | for i in s.start().line..(s.end().line+1) { Sep 14 18:43:17.047 INFO kablam! | ^^^ Sep 14 18:43:17.047 INFO kablam! Sep 14 18:43:17.050 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:17.050 INFO kablam! --> src/source_analysis.rs:729:29 Sep 14 18:43:17.050 INFO kablam! | Sep 14 18:43:17.050 INFO kablam! 729 | let start = call.span().start().line + 1; Sep 14 18:43:17.050 INFO kablam! | ^^^^^ Sep 14 18:43:17.050 INFO kablam! | Sep 14 18:43:17.050 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 14 18:43:17.059 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 14 18:43:17.059 INFO kablam! candidate #1: `statemachine::StateData` Sep 14 18:43:17.059 INFO kablam! Sep 14 18:43:17.062 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:17.062 INFO kablam! --> src/source_analysis.rs:730:27 Sep 14 18:43:17.062 INFO kablam! | Sep 14 18:43:17.062 INFO kablam! 730 | let end = call.span().end().line + 1; Sep 14 18:43:17.062 INFO kablam! | ^^^ Sep 14 18:43:17.062 INFO kablam! Sep 14 18:43:17.066 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:17.066 INFO kablam! --> src/source_analysis.rs:741:29 Sep 14 18:43:17.066 INFO kablam! | Sep 14 18:43:17.066 INFO kablam! 741 | let start = meth.span().start().line + 1; Sep 14 18:43:17.066 INFO kablam! | ^^^^^ Sep 14 18:43:17.066 INFO kablam! | Sep 14 18:43:17.066 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 14 18:43:17.066 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 14 18:43:17.066 INFO kablam! candidate #1: `statemachine::StateData` Sep 14 18:43:17.066 INFO kablam! Sep 14 18:43:17.069 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:17.069 INFO kablam! --> src/source_analysis.rs:742:27 Sep 14 18:43:17.069 INFO kablam! | Sep 14 18:43:17.069 INFO kablam! 742 | let end = meth.span().end().line + 1; Sep 14 18:43:17.069 INFO kablam! | ^^^ Sep 14 18:43:17.069 INFO kablam! Sep 14 18:43:17.073 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:17.073 INFO kablam! --> src/source_analysis.rs:753:45 Sep 14 18:43:17.073 INFO kablam! | Sep 14 18:43:17.073 INFO kablam! 753 | let u_line = unsafe_expr.unsafe_token.0.start().line; Sep 14 18:43:17.073 INFO kablam! | ^^^^^ Sep 14 18:43:17.073 INFO kablam! | Sep 14 18:43:17.073 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 14 18:43:17.075 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 14 18:43:17.075 INFO kablam! candidate #1: `statemachine::StateData` Sep 14 18:43:17.075 INFO kablam! Sep 14 18:43:17.077 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:17.077 INFO kablam! --> src/source_analysis.rs:756:36 Sep 14 18:43:17.077 INFO kablam! | Sep 14 18:43:17.077 INFO kablam! 756 | if u_line != blk.brace_token.0.start().line || blk.stmts.is_empty() { Sep 14 18:43:17.077 INFO kablam! | ^^^^^ Sep 14 18:43:17.077 INFO kablam! | Sep 14 18:43:17.077 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 14 18:43:17.077 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 14 18:43:17.077 INFO kablam! candidate #1: `statemachine::StateData` Sep 14 18:43:17.077 INFO kablam! Sep 14 18:43:17.080 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:17.080 INFO kablam! --> src/source_analysis.rs:765:24 Sep 14 18:43:17.080 INFO kablam! | Sep 14 18:43:17.080 INFO kablam! 765 | if u_line != s.start().line { Sep 14 18:43:17.080 INFO kablam! | ^^^^^ Sep 14 18:43:17.080 INFO kablam! | Sep 14 18:43:17.080 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 14 18:43:17.083 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 14 18:43:17.083 INFO kablam! candidate #1: `statemachine::StateData` Sep 14 18:43:17.083 INFO kablam! Sep 14 18:43:17.086 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:17.086 INFO kablam! --> src/source_analysis.rs:782:34 Sep 14 18:43:17.086 INFO kablam! | Sep 14 18:43:17.086 INFO kablam! 782 | let start = structure.span().start().line; Sep 14 18:43:17.086 INFO kablam! | ^^^^^ Sep 14 18:43:17.086 INFO kablam! | Sep 14 18:43:17.086 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 14 18:43:17.086 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 14 18:43:17.086 INFO kablam! candidate #1: `statemachine::StateData` Sep 14 18:43:17.090 INFO kablam! Sep 14 18:43:17.094 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:17.094 INFO kablam! --> src/source_analysis.rs:783:32 Sep 14 18:43:17.094 INFO kablam! | Sep 14 18:43:17.094 INFO kablam! 783 | let end = structure.span().end().line; Sep 14 18:43:17.094 INFO kablam! | ^^^ Sep 14 18:43:17.094 INFO kablam! Sep 14 18:43:17.098 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:17.098 INFO kablam! --> src/source_analysis.rs:796:35 Sep 14 18:43:17.098 INFO kablam! | Sep 14 18:43:17.098 INFO kablam! 796 | cover.insert(span.start().line); Sep 14 18:43:17.098 INFO kablam! | ^^^^^ Sep 14 18:43:17.098 INFO kablam! | Sep 14 18:43:17.098 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 14 18:43:17.101 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 14 18:43:17.101 INFO kablam! candidate #1: `statemachine::StateData` Sep 14 18:43:17.101 INFO kablam! Sep 14 18:43:17.105 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:17.105 INFO kablam! --> src/source_analysis.rs:810:28 Sep 14 18:43:17.105 INFO kablam! | Sep 14 18:43:17.105 INFO kablam! 810 | let start = mac.span().start().line + 1; Sep 14 18:43:17.105 INFO kablam! | ^^^^^ Sep 14 18:43:17.105 INFO kablam! | Sep 14 18:43:17.105 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 14 18:43:17.109 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 14 18:43:17.109 INFO kablam! candidate #1: `statemachine::StateData` Sep 14 18:43:17.109 INFO kablam! Sep 14 18:43:17.112 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:17.112 INFO kablam! --> src/source_analysis.rs:811:26 Sep 14 18:43:17.112 INFO kablam! | Sep 14 18:43:17.112 INFO kablam! 811 | let end = mac.span().end().line + 1; Sep 14 18:43:17.112 INFO kablam! | ^^^ Sep 14 18:43:17.112 INFO kablam! Sep 14 18:43:17.125 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:17.125 INFO kablam! --> src/source_analysis.rs:843:28 Sep 14 18:43:17.125 INFO kablam! | Sep 14 18:43:17.125 INFO kablam! 843 | for i in t.start().line..(t.end().line+1) { Sep 14 18:43:17.125 INFO kablam! | ^^^^^ Sep 14 18:43:17.125 INFO kablam! | Sep 14 18:43:17.125 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 14 18:43:17.125 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 14 18:43:17.125 INFO kablam! candidate #1: `statemachine::StateData` Sep 14 18:43:17.125 INFO kablam! Sep 14 18:43:17.132 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:17.132 INFO kablam! --> src/source_analysis.rs:843:45 Sep 14 18:43:17.132 INFO kablam! | Sep 14 18:43:17.132 INFO kablam! 843 | for i in t.start().line..(t.end().line+1) { Sep 14 18:43:17.132 INFO kablam! | ^^^ Sep 14 18:43:17.134 INFO kablam! Sep 14 18:43:17.213 INFO kablam! error: aborting due to 32 previous errors Sep 14 18:43:17.231 INFO kablam! Sep 14 18:43:17.231 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 14 18:43:17.275 INFO kablam! error: Could not compile `cargo-tarpaulin`. Sep 14 18:43:17.275 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 18:43:17.324 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:17.324 INFO kablam! --> src/source_analysis.rs:77:27 Sep 14 18:43:17.324 INFO kablam! | Sep 14 18:43:17.324 INFO kablam! 77 | for i in span.start().line..(span.end().line+1) { Sep 14 18:43:17.324 INFO kablam! | ^^^^^ Sep 14 18:43:17.324 INFO kablam! | Sep 14 18:43:17.324 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 14 18:43:17.325 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 14 18:43:17.325 INFO kablam! candidate #1: `statemachine::StateData` Sep 14 18:43:17.325 INFO kablam! Sep 14 18:43:17.331 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:17.331 INFO kablam! --> src/source_analysis.rs:77:47 Sep 14 18:43:17.331 INFO kablam! | Sep 14 18:43:17.331 INFO kablam! 77 | for i in span.start().line..(span.end().line+1) { Sep 14 18:43:17.331 INFO kablam! | ^^^ Sep 14 18:43:17.331 INFO kablam! Sep 14 18:43:17.337 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:17.337 INFO kablam! --> src/source_analysis.rs:97:28 Sep 14 18:43:17.337 INFO kablam! | Sep 14 18:43:17.337 INFO kablam! 97 | let len = span.end().line - span.start().line; Sep 14 18:43:17.337 INFO kablam! | ^^^ Sep 14 18:43:17.337 INFO kablam! Sep 14 18:43:17.339 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:17.339 INFO kablam! --> src/source_analysis.rs:97:46 Sep 14 18:43:17.339 INFO kablam! | Sep 14 18:43:17.339 INFO kablam! 97 | let len = span.end().line - span.start().line; Sep 14 18:43:17.339 INFO kablam! | ^^^^^ Sep 14 18:43:17.339 INFO kablam! | Sep 14 18:43:17.339 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 14 18:43:17.339 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 14 18:43:17.339 INFO kablam! candidate #1: `statemachine::StateData` Sep 14 18:43:17.339 INFO kablam! Sep 14 18:43:17.342 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:17.342 INFO kablam! --> src/source_analysis.rs:99:62 Sep 14 18:43:17.342 INFO kablam! | Sep 14 18:43:17.342 INFO kablam! 99 | for (i, line) in c.lines().enumerate().skip(span.start().line - 1).take(len) { Sep 14 18:43:17.342 INFO kablam! | ^^^^^ Sep 14 18:43:17.342 INFO kablam! | Sep 14 18:43:17.342 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 14 18:43:17.342 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 14 18:43:17.342 INFO kablam! candidate #1: `statemachine::StateData` Sep 14 18:43:17.342 INFO kablam! Sep 14 18:43:17.356 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:17.356 INFO kablam! --> src/source_analysis.rs:118:23 Sep 14 18:43:17.356 INFO kablam! | Sep 14 18:43:17.356 INFO kablam! 118 | for i in span.start().line..(span.end().line +1) { Sep 14 18:43:17.356 INFO kablam! | ^^^^^ Sep 14 18:43:17.356 INFO kablam! | Sep 14 18:43:17.356 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 14 18:43:17.356 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 14 18:43:17.356 INFO kablam! candidate #1: `statemachine::StateData` Sep 14 18:43:17.356 INFO kablam! Sep 14 18:43:17.359 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:17.359 INFO kablam! --> src/source_analysis.rs:118:43 Sep 14 18:43:17.359 INFO kablam! | Sep 14 18:43:17.359 INFO kablam! 118 | for i in span.start().line..(span.end().line +1) { Sep 14 18:43:17.359 INFO kablam! | ^^^ Sep 14 18:43:17.359 INFO kablam! Sep 14 18:43:17.406 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:17.406 INFO kablam! --> src/source_analysis.rs:430:53 Sep 14 18:43:17.406 INFO kablam! | Sep 14 18:43:17.406 INFO kablam! 430 | let line_number = func.decl.fn_token.span().start().line; Sep 14 18:43:17.406 INFO kablam! | ^^^^^ Sep 14 18:43:17.406 INFO kablam! | Sep 14 18:43:17.406 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 14 18:43:17.406 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 14 18:43:17.406 INFO kablam! candidate #1: `statemachine::StateData` Sep 14 18:43:17.406 INFO kablam! Sep 14 18:43:17.408 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:17.408 INFO kablam! --> src/source_analysis.rs:433:47 Sep 14 18:43:17.408 INFO kablam! | Sep 14 18:43:17.408 INFO kablam! 433 | let decl_start = func.decl.fn_token.0.start().line+1; Sep 14 18:43:17.408 INFO kablam! | ^^^^^ Sep 14 18:43:17.408 INFO kablam! | Sep 14 18:43:17.408 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 14 18:43:17.408 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 14 18:43:17.408 INFO kablam! candidate #1: `statemachine::StateData` Sep 14 18:43:17.408 INFO kablam! Sep 14 18:43:17.410 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:17.410 INFO kablam! --> src/source_analysis.rs:434:45 Sep 14 18:43:17.410 INFO kablam! | Sep 14 18:43:17.410 INFO kablam! 434 | let stmts_start = func.block.span().start().line; Sep 14 18:43:17.410 INFO kablam! | ^^^^^ Sep 14 18:43:17.410 INFO kablam! | Sep 14 18:43:17.410 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 14 18:43:17.410 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 14 18:43:17.410 INFO kablam! candidate #1: `statemachine::StateData` Sep 14 18:43:17.410 INFO kablam! Sep 14 18:43:17.420 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:17.420 INFO kablam! --> src/source_analysis.rs:502:74 Sep 14 18:43:17.420 INFO kablam! | Sep 14 18:43:17.420 INFO kablam! 502 | analysis.ignore.remove(&Lines::Line(i.sig.span().start().line)); Sep 14 18:43:17.420 INFO kablam! | ^^^^^ Sep 14 18:43:17.427 INFO kablam! | Sep 14 18:43:17.427 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 14 18:43:17.427 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 14 18:43:17.427 INFO kablam! candidate #1: `statemachine::StateData` Sep 14 18:43:17.427 INFO kablam! Sep 14 18:43:17.429 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:17.429 INFO kablam! --> src/source_analysis.rs:505:64 Sep 14 18:43:17.429 INFO kablam! | Sep 14 18:43:17.429 INFO kablam! 505 | let decl_start = i.sig.decl.fn_token.0.start().line+1; Sep 14 18:43:17.429 INFO kablam! | ^^^^^ Sep 14 18:43:17.429 INFO kablam! | Sep 14 18:43:17.429 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 14 18:43:17.429 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 14 18:43:17.429 INFO kablam! candidate #1: `statemachine::StateData` Sep 14 18:43:17.429 INFO kablam! Sep 14 18:43:17.431 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:17.431 INFO kablam! --> src/source_analysis.rs:506:56 Sep 14 18:43:17.431 INFO kablam! | Sep 14 18:43:17.431 INFO kablam! 506 | let stmts_start = block.span().start().line; Sep 14 18:43:17.431 INFO kablam! | ^^^^^ Sep 14 18:43:17.431 INFO kablam! | Sep 14 18:43:17.431 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 14 18:43:17.431 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 14 18:43:17.431 INFO kablam! candidate #1: `statemachine::StateData` Sep 14 18:43:17.431 INFO kablam! Sep 14 18:43:17.437 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:17.437 INFO kablam! --> src/source_analysis.rs:540:66 Sep 14 18:43:17.437 INFO kablam! | Sep 14 18:43:17.437 INFO kablam! 540 | analysis.ignore.remove(&Lines::Line(i.span().start().line)); Sep 14 18:43:17.437 INFO kablam! | ^^^^^ Sep 14 18:43:17.437 INFO kablam! | Sep 14 18:43:17.437 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 14 18:43:17.437 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 14 18:43:17.437 INFO kablam! candidate #1: `statemachine::StateData` Sep 14 18:43:17.437 INFO kablam! Sep 14 18:43:17.438 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:17.438 INFO kablam! --> src/source_analysis.rs:543:60 Sep 14 18:43:17.438 INFO kablam! | Sep 14 18:43:17.438 INFO kablam! 543 | let decl_start = i.sig.decl.fn_token.0.start().line+1; Sep 14 18:43:17.438 INFO kablam! | ^^^^^ Sep 14 18:43:17.438 INFO kablam! | Sep 14 18:43:17.438 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 14 18:43:17.438 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 14 18:43:17.438 INFO kablam! candidate #1: `statemachine::StateData` Sep 14 18:43:17.438 INFO kablam! Sep 14 18:43:17.440 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:17.440 INFO kablam! --> src/source_analysis.rs:544:54 Sep 14 18:43:17.440 INFO kablam! | Sep 14 18:43:17.440 INFO kablam! 544 | let stmts_start = i.block.span().start().line; Sep 14 18:43:17.440 INFO kablam! | ^^^^^ Sep 14 18:43:17.440 INFO kablam! | Sep 14 18:43:17.440 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 14 18:43:17.440 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 14 18:43:17.440 INFO kablam! candidate #1: `statemachine::StateData` Sep 14 18:43:17.440 INFO kablam! Sep 14 18:43:17.452 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:17.452 INFO kablam! --> src/source_analysis.rs:718:28 Sep 14 18:43:17.452 INFO kablam! | Sep 14 18:43:17.452 INFO kablam! 718 | for i in s.start().line..(s.end().line+1) { Sep 14 18:43:17.452 INFO kablam! | ^^^^^ Sep 14 18:43:17.455 INFO kablam! | Sep 14 18:43:17.455 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 14 18:43:17.455 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 14 18:43:17.455 INFO kablam! candidate #1: `statemachine::StateData` Sep 14 18:43:17.455 INFO kablam! Sep 14 18:43:17.458 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:17.458 INFO kablam! --> src/source_analysis.rs:718:45 Sep 14 18:43:17.458 INFO kablam! | Sep 14 18:43:17.458 INFO kablam! 718 | for i in s.start().line..(s.end().line+1) { Sep 14 18:43:17.458 INFO kablam! | ^^^ Sep 14 18:43:17.458 INFO kablam! Sep 14 18:43:17.462 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:17.462 INFO kablam! --> src/source_analysis.rs:729:29 Sep 14 18:43:17.462 INFO kablam! | Sep 14 18:43:17.462 INFO kablam! 729 | let start = call.span().start().line + 1; Sep 14 18:43:17.462 INFO kablam! | ^^^^^ Sep 14 18:43:17.462 INFO kablam! | Sep 14 18:43:17.462 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 14 18:43:17.462 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 14 18:43:17.462 INFO kablam! candidate #1: `statemachine::StateData` Sep 14 18:43:17.462 INFO kablam! Sep 14 18:43:17.465 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:17.465 INFO kablam! --> src/source_analysis.rs:730:27 Sep 14 18:43:17.465 INFO kablam! | Sep 14 18:43:17.465 INFO kablam! 730 | let end = call.span().end().line + 1; Sep 14 18:43:17.465 INFO kablam! | ^^^ Sep 14 18:43:17.465 INFO kablam! Sep 14 18:43:17.469 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:17.469 INFO kablam! --> src/source_analysis.rs:741:29 Sep 14 18:43:17.469 INFO kablam! | Sep 14 18:43:17.469 INFO kablam! 741 | let start = meth.span().start().line + 1; Sep 14 18:43:17.469 INFO kablam! | ^^^^^ Sep 14 18:43:17.469 INFO kablam! | Sep 14 18:43:17.469 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 14 18:43:17.469 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 14 18:43:17.469 INFO kablam! candidate #1: `statemachine::StateData` Sep 14 18:43:17.469 INFO kablam! Sep 14 18:43:17.472 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:17.472 INFO kablam! --> src/source_analysis.rs:742:27 Sep 14 18:43:17.472 INFO kablam! | Sep 14 18:43:17.472 INFO kablam! 742 | let end = meth.span().end().line + 1; Sep 14 18:43:17.472 INFO kablam! | ^^^ Sep 14 18:43:17.475 INFO kablam! Sep 14 18:43:17.479 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:17.479 INFO kablam! --> src/source_analysis.rs:753:45 Sep 14 18:43:17.479 INFO kablam! | Sep 14 18:43:17.479 INFO kablam! 753 | let u_line = unsafe_expr.unsafe_token.0.start().line; Sep 14 18:43:17.479 INFO kablam! | ^^^^^ Sep 14 18:43:17.479 INFO kablam! | Sep 14 18:43:17.479 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 14 18:43:17.479 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 14 18:43:17.479 INFO kablam! candidate #1: `statemachine::StateData` Sep 14 18:43:17.479 INFO kablam! Sep 14 18:43:17.481 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:17.481 INFO kablam! --> src/source_analysis.rs:756:36 Sep 14 18:43:17.481 INFO kablam! | Sep 14 18:43:17.481 INFO kablam! 756 | if u_line != blk.brace_token.0.start().line || blk.stmts.is_empty() { Sep 14 18:43:17.481 INFO kablam! | ^^^^^ Sep 14 18:43:17.481 INFO kablam! | Sep 14 18:43:17.481 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 14 18:43:17.481 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 14 18:43:17.481 INFO kablam! candidate #1: `statemachine::StateData` Sep 14 18:43:17.481 INFO kablam! Sep 14 18:43:17.484 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:17.484 INFO kablam! --> src/source_analysis.rs:765:24 Sep 14 18:43:17.484 INFO kablam! | Sep 14 18:43:17.484 INFO kablam! 765 | if u_line != s.start().line { Sep 14 18:43:17.484 INFO kablam! | ^^^^^ Sep 14 18:43:17.484 INFO kablam! | Sep 14 18:43:17.484 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 14 18:43:17.484 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 14 18:43:17.484 INFO kablam! candidate #1: `statemachine::StateData` Sep 14 18:43:17.484 INFO kablam! Sep 14 18:43:17.487 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:17.487 INFO kablam! --> src/source_analysis.rs:782:34 Sep 14 18:43:17.487 INFO kablam! | Sep 14 18:43:17.487 INFO kablam! 782 | let start = structure.span().start().line; Sep 14 18:43:17.487 INFO kablam! | ^^^^^ Sep 14 18:43:17.487 INFO kablam! | Sep 14 18:43:17.487 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 14 18:43:17.487 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 14 18:43:17.487 INFO kablam! candidate #1: `statemachine::StateData` Sep 14 18:43:17.487 INFO kablam! Sep 14 18:43:17.490 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:17.490 INFO kablam! --> src/source_analysis.rs:783:32 Sep 14 18:43:17.490 INFO kablam! | Sep 14 18:43:17.490 INFO kablam! 783 | let end = structure.span().end().line; Sep 14 18:43:17.490 INFO kablam! | ^^^ Sep 14 18:43:17.490 INFO kablam! Sep 14 18:43:17.494 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:17.494 INFO kablam! --> src/source_analysis.rs:796:35 Sep 14 18:43:17.494 INFO kablam! | Sep 14 18:43:17.494 INFO kablam! 796 | cover.insert(span.start().line); Sep 14 18:43:17.494 INFO kablam! | ^^^^^ Sep 14 18:43:17.499 INFO kablam! | Sep 14 18:43:17.499 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 14 18:43:17.499 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 14 18:43:17.499 INFO kablam! candidate #1: `statemachine::StateData` Sep 14 18:43:17.499 INFO kablam! Sep 14 18:43:17.503 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:17.503 INFO kablam! --> src/source_analysis.rs:810:28 Sep 14 18:43:17.503 INFO kablam! | Sep 14 18:43:17.503 INFO kablam! 810 | let start = mac.span().start().line + 1; Sep 14 18:43:17.503 INFO kablam! | ^^^^^ Sep 14 18:43:17.503 INFO kablam! | Sep 14 18:43:17.503 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 14 18:43:17.503 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 14 18:43:17.503 INFO kablam! candidate #1: `statemachine::StateData` Sep 14 18:43:17.503 INFO kablam! Sep 14 18:43:17.506 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:17.506 INFO kablam! --> src/source_analysis.rs:811:26 Sep 14 18:43:17.506 INFO kablam! | Sep 14 18:43:17.506 INFO kablam! 811 | let end = mac.span().end().line + 1; Sep 14 18:43:17.506 INFO kablam! | ^^^ Sep 14 18:43:17.506 INFO kablam! Sep 14 18:43:17.512 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:17.512 INFO kablam! --> src/source_analysis.rs:843:28 Sep 14 18:43:17.512 INFO kablam! | Sep 14 18:43:17.512 INFO kablam! 843 | for i in t.start().line..(t.end().line+1) { Sep 14 18:43:17.512 INFO kablam! | ^^^^^ Sep 14 18:43:17.512 INFO kablam! | Sep 14 18:43:17.513 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 14 18:43:17.513 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 14 18:43:17.513 INFO kablam! candidate #1: `statemachine::StateData` Sep 14 18:43:17.513 INFO kablam! Sep 14 18:43:17.515 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 14 18:43:17.515 INFO kablam! --> src/source_analysis.rs:843:45 Sep 14 18:43:17.515 INFO kablam! | Sep 14 18:43:17.515 INFO kablam! 843 | for i in t.start().line..(t.end().line+1) { Sep 14 18:43:17.515 INFO kablam! | ^^^ Sep 14 18:43:17.515 INFO kablam! Sep 14 18:43:17.651 INFO kablam! error: aborting due to 32 previous errors Sep 14 18:43:17.651 INFO kablam! Sep 14 18:43:17.651 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 14 18:43:17.691 INFO kablam! error: Could not compile `cargo-tarpaulin`. Sep 14 18:43:17.691 INFO kablam! Sep 14 18:43:17.691 INFO kablam! To learn more, run the command again with --verbose. Sep 14 18:43:17.692 INFO kablam! su: No module specific data is present Sep 14 18:43:19.762 INFO running `"docker" "rm" "-f" "638339f1aacb4cfee4f0d5cb722984d82b26dc98ace6ff7bbaeff05029bb80e1"` Sep 14 18:43:20.062 INFO blam! 638339f1aacb4cfee4f0d5cb722984d82b26dc98ace6ff7bbaeff05029bb80e1