Sep 02 18:41:30.046 INFO checking cargo-tarpaulin-0.6.6 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 18:41:30.047 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 18:41:30.047 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/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 18:41:30.234 INFO blam! f39e02bbb9a010d3a918fd6bbd04f47104f498a7d2191bd9ae22e86d3989dd14 Sep 02 18:41:30.236 INFO running `"docker" "start" "-a" "f39e02bbb9a010d3a918fd6bbd04f47104f498a7d2191bd9ae22e86d3989dd14"` Sep 02 18:41:31.254 INFO kablam! Checking gimli v0.16.1 Sep 02 18:41:31.264 INFO kablam! Checking syn v0.14.9 Sep 02 18:41:31.265 INFO kablam! Compiling scroll_derive v0.9.4 Sep 02 18:41:31.265 INFO kablam! Checking crates-io v0.13.0 Sep 02 18:41:31.266 INFO kablam! Checking docopt v0.8.3 Sep 02 18:41:31.291 INFO kablam! Checking deflate v0.7.18 Sep 02 18:41:31.302 INFO kablam! Checking git2-curl v0.7.0 Sep 02 18:41:31.320 INFO kablam! Checking ignore v0.2.2 Sep 02 18:41:41.184 INFO kablam! Checking quick-xml v0.12.3 Sep 02 18:41:43.282 INFO kablam! Checking coveralls-api v0.3.3 Sep 02 18:41:46.271 INFO kablam! Checking cargo v0.24.0 Sep 02 18:41:54.143 INFO kablam! Checking scroll v0.9.0 Sep 02 18:41:58.474 INFO kablam! Checking goblin v0.0.15 Sep 02 18:42:14.662 INFO kablam! Checking object v0.9.0 Sep 02 18:42:19.689 INFO kablam! Checking cargo-tarpaulin v0.6.6 (file:///source) Sep 02 18:42:35.107 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.107 INFO kablam! --> src/source_analysis.rs:77:27 Sep 02 18:42:35.107 INFO kablam! | Sep 02 18:42:35.107 INFO kablam! 77 | for i in span.start().line..(span.end().line+1) { Sep 02 18:42:35.107 INFO kablam! | ^^^^^ Sep 02 18:42:35.107 INFO kablam! | Sep 02 18:42:35.107 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:35.107 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:35.107 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:35.107 INFO kablam! Sep 02 18:42:35.115 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.115 INFO kablam! --> src/source_analysis.rs:77:47 Sep 02 18:42:35.115 INFO kablam! | Sep 02 18:42:35.115 INFO kablam! 77 | for i in span.start().line..(span.end().line+1) { Sep 02 18:42:35.115 INFO kablam! | ^^^ Sep 02 18:42:35.115 INFO kablam! Sep 02 18:42:35.119 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.119 INFO kablam! --> src/source_analysis.rs:97:28 Sep 02 18:42:35.120 INFO kablam! | Sep 02 18:42:35.120 INFO kablam! 97 | let len = span.end().line - span.start().line; Sep 02 18:42:35.120 INFO kablam! | ^^^ Sep 02 18:42:35.120 INFO kablam! Sep 02 18:42:35.122 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.122 INFO kablam! --> src/source_analysis.rs:97:46 Sep 02 18:42:35.122 INFO kablam! | Sep 02 18:42:35.122 INFO kablam! 97 | let len = span.end().line - span.start().line; Sep 02 18:42:35.122 INFO kablam! | ^^^^^ Sep 02 18:42:35.122 INFO kablam! | Sep 02 18:42:35.122 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:35.122 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:35.122 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:35.122 INFO kablam! Sep 02 18:42:35.125 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.125 INFO kablam! --> src/source_analysis.rs:99:62 Sep 02 18:42:35.125 INFO kablam! | Sep 02 18:42:35.125 INFO kablam! 99 | for (i, line) in c.lines().enumerate().skip(span.start().line - 1).take(len) { Sep 02 18:42:35.125 INFO kablam! | ^^^^^ Sep 02 18:42:35.125 INFO kablam! | Sep 02 18:42:35.125 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:35.125 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:35.126 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:35.126 INFO kablam! Sep 02 18:42:35.132 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.132 INFO kablam! --> src/source_analysis.rs:118:23 Sep 02 18:42:35.133 INFO kablam! | Sep 02 18:42:35.133 INFO kablam! 118 | for i in span.start().line..(span.end().line +1) { Sep 02 18:42:35.133 INFO kablam! | ^^^^^ Sep 02 18:42:35.133 INFO kablam! | Sep 02 18:42:35.133 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:35.133 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:35.133 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:35.133 INFO kablam! Sep 02 18:42:35.136 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.136 INFO kablam! --> src/source_analysis.rs:118:43 Sep 02 18:42:35.136 INFO kablam! | Sep 02 18:42:35.136 INFO kablam! 118 | for i in span.start().line..(span.end().line +1) { Sep 02 18:42:35.136 INFO kablam! | ^^^ Sep 02 18:42:35.136 INFO kablam! Sep 02 18:42:35.226 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.226 INFO kablam! --> src/source_analysis.rs:430:53 Sep 02 18:42:35.226 INFO kablam! | Sep 02 18:42:35.226 INFO kablam! 430 | let line_number = func.decl.fn_token.span().start().line; Sep 02 18:42:35.226 INFO kablam! | ^^^^^ Sep 02 18:42:35.226 INFO kablam! | Sep 02 18:42:35.226 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:35.226 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:35.226 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:35.226 INFO kablam! Sep 02 18:42:35.229 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.229 INFO kablam! --> src/source_analysis.rs:433:47 Sep 02 18:42:35.229 INFO kablam! | Sep 02 18:42:35.229 INFO kablam! 433 | let decl_start = func.decl.fn_token.0.start().line+1; Sep 02 18:42:35.229 INFO kablam! | ^^^^^ Sep 02 18:42:35.229 INFO kablam! | Sep 02 18:42:35.229 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:35.229 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:35.229 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:35.229 INFO kablam! Sep 02 18:42:35.231 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.231 INFO kablam! --> src/source_analysis.rs:434:45 Sep 02 18:42:35.231 INFO kablam! | Sep 02 18:42:35.231 INFO kablam! 434 | let stmts_start = func.block.span().start().line; Sep 02 18:42:35.232 INFO kablam! | ^^^^^ Sep 02 18:42:35.232 INFO kablam! | Sep 02 18:42:35.232 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:35.232 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:35.232 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:35.232 INFO kablam! Sep 02 18:42:35.250 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.250 INFO kablam! --> src/source_analysis.rs:502:74 Sep 02 18:42:35.250 INFO kablam! | Sep 02 18:42:35.250 INFO kablam! 502 | analysis.ignore.remove(&Lines::Line(i.sig.span().start().line)); Sep 02 18:42:35.250 INFO kablam! | ^^^^^ Sep 02 18:42:35.250 INFO kablam! | Sep 02 18:42:35.250 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:35.250 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:35.250 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:35.250 INFO kablam! Sep 02 18:42:35.252 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.252 INFO kablam! --> src/source_analysis.rs:505:64 Sep 02 18:42:35.252 INFO kablam! | Sep 02 18:42:35.252 INFO kablam! 505 | let decl_start = i.sig.decl.fn_token.0.start().line+1; Sep 02 18:42:35.252 INFO kablam! | ^^^^^ Sep 02 18:42:35.252 INFO kablam! | Sep 02 18:42:35.252 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:35.252 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:35.252 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:35.252 INFO kablam! Sep 02 18:42:35.254 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.254 INFO kablam! --> src/source_analysis.rs:506:56 Sep 02 18:42:35.254 INFO kablam! | Sep 02 18:42:35.254 INFO kablam! 506 | let stmts_start = block.span().start().line; Sep 02 18:42:35.254 INFO kablam! | ^^^^^ Sep 02 18:42:35.254 INFO kablam! | Sep 02 18:42:35.254 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:35.254 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:35.254 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:35.254 INFO kablam! Sep 02 18:42:35.264 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.264 INFO kablam! --> src/source_analysis.rs:540:66 Sep 02 18:42:35.264 INFO kablam! | Sep 02 18:42:35.264 INFO kablam! 540 | analysis.ignore.remove(&Lines::Line(i.span().start().line)); Sep 02 18:42:35.264 INFO kablam! | ^^^^^ Sep 02 18:42:35.264 INFO kablam! | Sep 02 18:42:35.264 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:35.264 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:35.264 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:35.264 INFO kablam! Sep 02 18:42:35.266 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.266 INFO kablam! --> src/source_analysis.rs:543:60 Sep 02 18:42:35.266 INFO kablam! | Sep 02 18:42:35.266 INFO kablam! 543 | let decl_start = i.sig.decl.fn_token.0.start().line+1; Sep 02 18:42:35.266 INFO kablam! | ^^^^^ Sep 02 18:42:35.266 INFO kablam! | Sep 02 18:42:35.266 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:35.266 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:35.266 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:35.266 INFO kablam! Sep 02 18:42:35.268 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.269 INFO kablam! --> src/source_analysis.rs:544:54 Sep 02 18:42:35.269 INFO kablam! | Sep 02 18:42:35.269 INFO kablam! 544 | let stmts_start = i.block.span().start().line; Sep 02 18:42:35.269 INFO kablam! | ^^^^^ Sep 02 18:42:35.269 INFO kablam! | Sep 02 18:42:35.269 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:35.269 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:35.269 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:35.270 INFO kablam! Sep 02 18:42:35.294 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.294 INFO kablam! --> src/source_analysis.rs:718:28 Sep 02 18:42:35.294 INFO kablam! | Sep 02 18:42:35.295 INFO kablam! 718 | for i in s.start().line..(s.end().line+1) { Sep 02 18:42:35.295 INFO kablam! | ^^^^^ Sep 02 18:42:35.295 INFO kablam! | Sep 02 18:42:35.295 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:35.295 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:35.295 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:35.295 INFO kablam! Sep 02 18:42:35.298 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.298 INFO kablam! --> src/source_analysis.rs:718:45 Sep 02 18:42:35.298 INFO kablam! | Sep 02 18:42:35.298 INFO kablam! 718 | for i in s.start().line..(s.end().line+1) { Sep 02 18:42:35.298 INFO kablam! | ^^^ Sep 02 18:42:35.298 INFO kablam! Sep 02 18:42:35.302 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.302 INFO kablam! --> src/source_analysis.rs:729:29 Sep 02 18:42:35.302 INFO kablam! | Sep 02 18:42:35.302 INFO kablam! 729 | let start = call.span().start().line + 1; Sep 02 18:42:35.302 INFO kablam! | ^^^^^ Sep 02 18:42:35.303 INFO kablam! | Sep 02 18:42:35.303 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:35.303 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:35.303 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:35.303 INFO kablam! Sep 02 18:42:35.306 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.306 INFO kablam! --> src/source_analysis.rs:730:27 Sep 02 18:42:35.306 INFO kablam! | Sep 02 18:42:35.306 INFO kablam! 730 | let end = call.span().end().line + 1; Sep 02 18:42:35.306 INFO kablam! | ^^^ Sep 02 18:42:35.307 INFO kablam! Sep 02 18:42:35.312 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.312 INFO kablam! --> src/source_analysis.rs:741:29 Sep 02 18:42:35.312 INFO kablam! | Sep 02 18:42:35.312 INFO kablam! 741 | let start = meth.span().start().line + 1; Sep 02 18:42:35.312 INFO kablam! | ^^^^^ Sep 02 18:42:35.312 INFO kablam! | Sep 02 18:42:35.313 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:35.313 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:35.313 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:35.313 INFO kablam! Sep 02 18:42:35.316 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.316 INFO kablam! --> src/source_analysis.rs:742:27 Sep 02 18:42:35.316 INFO kablam! | Sep 02 18:42:35.316 INFO kablam! 742 | let end = meth.span().end().line + 1; Sep 02 18:42:35.316 INFO kablam! | ^^^ Sep 02 18:42:35.316 INFO kablam! Sep 02 18:42:35.321 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.321 INFO kablam! --> src/source_analysis.rs:753:45 Sep 02 18:42:35.321 INFO kablam! | Sep 02 18:42:35.321 INFO kablam! 753 | let u_line = unsafe_expr.unsafe_token.0.start().line; Sep 02 18:42:35.321 INFO kablam! | ^^^^^ Sep 02 18:42:35.321 INFO kablam! | Sep 02 18:42:35.322 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:35.322 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:35.322 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:35.322 INFO kablam! Sep 02 18:42:35.323 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.323 INFO kablam! --> src/source_analysis.rs:756:36 Sep 02 18:42:35.323 INFO kablam! | Sep 02 18:42:35.324 INFO kablam! 756 | if u_line != blk.brace_token.0.start().line || blk.stmts.is_empty() { Sep 02 18:42:35.324 INFO kablam! | ^^^^^ Sep 02 18:42:35.324 INFO kablam! | Sep 02 18:42:35.324 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:35.324 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:35.324 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:35.324 INFO kablam! Sep 02 18:42:35.327 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.327 INFO kablam! --> src/source_analysis.rs:765:24 Sep 02 18:42:35.327 INFO kablam! | Sep 02 18:42:35.328 INFO kablam! 765 | if u_line != s.start().line { Sep 02 18:42:35.328 INFO kablam! | ^^^^^ Sep 02 18:42:35.328 INFO kablam! | Sep 02 18:42:35.328 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:35.328 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:35.328 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:35.328 INFO kablam! Sep 02 18:42:35.331 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.332 INFO kablam! --> src/source_analysis.rs:782:34 Sep 02 18:42:35.332 INFO kablam! | Sep 02 18:42:35.332 INFO kablam! 782 | let start = structure.span().start().line; Sep 02 18:42:35.332 INFO kablam! | ^^^^^ Sep 02 18:42:35.332 INFO kablam! | Sep 02 18:42:35.332 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:35.332 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:35.332 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:35.333 INFO kablam! Sep 02 18:42:35.335 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.335 INFO kablam! --> src/source_analysis.rs:783:32 Sep 02 18:42:35.335 INFO kablam! | Sep 02 18:42:35.335 INFO kablam! 783 | let end = structure.span().end().line; Sep 02 18:42:35.336 INFO kablam! | ^^^ Sep 02 18:42:35.336 INFO kablam! Sep 02 18:42:35.340 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.340 INFO kablam! --> src/source_analysis.rs:796:35 Sep 02 18:42:35.340 INFO kablam! | Sep 02 18:42:35.340 INFO kablam! 796 | cover.insert(span.start().line); Sep 02 18:42:35.340 INFO kablam! | ^^^^^ Sep 02 18:42:35.340 INFO kablam! | Sep 02 18:42:35.340 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:35.340 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:35.340 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:35.340 INFO kablam! Sep 02 18:42:35.346 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.346 INFO kablam! --> src/source_analysis.rs:810:28 Sep 02 18:42:35.346 INFO kablam! | Sep 02 18:42:35.346 INFO kablam! 810 | let start = mac.span().start().line + 1; Sep 02 18:42:35.346 INFO kablam! | ^^^^^ Sep 02 18:42:35.346 INFO kablam! | Sep 02 18:42:35.346 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:35.346 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:35.346 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:35.346 INFO kablam! Sep 02 18:42:35.349 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.350 INFO kablam! --> src/source_analysis.rs:811:26 Sep 02 18:42:35.350 INFO kablam! | Sep 02 18:42:35.350 INFO kablam! 811 | let end = mac.span().end().line + 1; Sep 02 18:42:35.350 INFO kablam! | ^^^ Sep 02 18:42:35.350 INFO kablam! Sep 02 18:42:35.350 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.350 INFO kablam! --> src/source_analysis.rs:77:27 Sep 02 18:42:35.350 INFO kablam! | Sep 02 18:42:35.350 INFO kablam! 77 | for i in span.start().line..(span.end().line+1) { Sep 02 18:42:35.351 INFO kablam! | ^^^^^ Sep 02 18:42:35.351 INFO kablam! | Sep 02 18:42:35.351 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:35.351 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:35.351 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:35.351 INFO kablam! Sep 02 18:42:35.359 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.360 INFO kablam! --> src/source_analysis.rs:843:28 Sep 02 18:42:35.360 INFO kablam! | Sep 02 18:42:35.360 INFO kablam! 843 | for i in t.start().line..(t.end().line+1) { Sep 02 18:42:35.360 INFO kablam! | ^^^^^ Sep 02 18:42:35.360 INFO kablam! | Sep 02 18:42:35.360 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:35.360 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:35.360 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:35.360 INFO kablam! Sep 02 18:42:35.360 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.360 INFO kablam! --> src/source_analysis.rs:77:47 Sep 02 18:42:35.360 INFO kablam! | Sep 02 18:42:35.360 INFO kablam! 77 | for i in span.start().line..(span.end().line+1) { Sep 02 18:42:35.360 INFO kablam! | ^^^ Sep 02 18:42:35.360 INFO kablam! Sep 02 18:42:35.363 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.363 INFO kablam! --> src/source_analysis.rs:843:45 Sep 02 18:42:35.363 INFO kablam! | Sep 02 18:42:35.363 INFO kablam! 843 | for i in t.start().line..(t.end().line+1) { Sep 02 18:42:35.364 INFO kablam! | ^^^ Sep 02 18:42:35.364 INFO kablam! Sep 02 18:42:35.368 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.368 INFO kablam! --> src/source_analysis.rs:97:28 Sep 02 18:42:35.368 INFO kablam! | Sep 02 18:42:35.368 INFO kablam! 97 | let len = span.end().line - span.start().line; Sep 02 18:42:35.368 INFO kablam! | ^^^ Sep 02 18:42:35.368 INFO kablam! Sep 02 18:42:35.370 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.371 INFO kablam! --> src/source_analysis.rs:97:46 Sep 02 18:42:35.371 INFO kablam! | Sep 02 18:42:35.371 INFO kablam! 97 | let len = span.end().line - span.start().line; Sep 02 18:42:35.371 INFO kablam! | ^^^^^ Sep 02 18:42:35.371 INFO kablam! | Sep 02 18:42:35.371 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:35.371 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:35.371 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:35.371 INFO kablam! Sep 02 18:42:35.375 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.375 INFO kablam! --> src/source_analysis.rs:99:62 Sep 02 18:42:35.375 INFO kablam! | Sep 02 18:42:35.375 INFO kablam! 99 | for (i, line) in c.lines().enumerate().skip(span.start().line - 1).take(len) { Sep 02 18:42:35.375 INFO kablam! | ^^^^^ Sep 02 18:42:35.375 INFO kablam! | Sep 02 18:42:35.375 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:35.375 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:35.375 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:35.375 INFO kablam! Sep 02 18:42:35.382 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.382 INFO kablam! --> src/source_analysis.rs:118:23 Sep 02 18:42:35.382 INFO kablam! | Sep 02 18:42:35.382 INFO kablam! 118 | for i in span.start().line..(span.end().line +1) { Sep 02 18:42:35.382 INFO kablam! | ^^^^^ Sep 02 18:42:35.382 INFO kablam! | Sep 02 18:42:35.382 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:35.382 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:35.382 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:35.382 INFO kablam! Sep 02 18:42:35.385 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.385 INFO kablam! --> src/source_analysis.rs:118:43 Sep 02 18:42:35.385 INFO kablam! | Sep 02 18:42:35.385 INFO kablam! 118 | for i in span.start().line..(span.end().line +1) { Sep 02 18:42:35.385 INFO kablam! | ^^^ Sep 02 18:42:35.385 INFO kablam! Sep 02 18:42:35.479 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.479 INFO kablam! --> src/source_analysis.rs:430:53 Sep 02 18:42:35.479 INFO kablam! | Sep 02 18:42:35.480 INFO kablam! 430 | let line_number = func.decl.fn_token.span().start().line; Sep 02 18:42:35.480 INFO kablam! | ^^^^^ Sep 02 18:42:35.480 INFO kablam! | Sep 02 18:42:35.480 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:35.480 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:35.480 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:35.480 INFO kablam! Sep 02 18:42:35.482 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.482 INFO kablam! --> src/source_analysis.rs:433:47 Sep 02 18:42:35.482 INFO kablam! | Sep 02 18:42:35.482 INFO kablam! 433 | let decl_start = func.decl.fn_token.0.start().line+1; Sep 02 18:42:35.482 INFO kablam! | ^^^^^ Sep 02 18:42:35.482 INFO kablam! | Sep 02 18:42:35.482 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:35.483 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:35.483 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:35.483 INFO kablam! Sep 02 18:42:35.484 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.484 INFO kablam! --> src/source_analysis.rs:434:45 Sep 02 18:42:35.484 INFO kablam! | Sep 02 18:42:35.484 INFO kablam! 434 | let stmts_start = func.block.span().start().line; Sep 02 18:42:35.485 INFO kablam! | ^^^^^ Sep 02 18:42:35.485 INFO kablam! | Sep 02 18:42:35.485 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:35.485 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:35.485 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:35.485 INFO kablam! Sep 02 18:42:35.507 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.507 INFO kablam! --> src/source_analysis.rs:502:74 Sep 02 18:42:35.507 INFO kablam! | Sep 02 18:42:35.508 INFO kablam! 502 | analysis.ignore.remove(&Lines::Line(i.sig.span().start().line)); Sep 02 18:42:35.508 INFO kablam! | ^^^^^ Sep 02 18:42:35.508 INFO kablam! | Sep 02 18:42:35.508 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:35.508 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:35.508 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:35.508 INFO kablam! Sep 02 18:42:35.509 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.509 INFO kablam! --> src/source_analysis.rs:505:64 Sep 02 18:42:35.509 INFO kablam! | Sep 02 18:42:35.510 INFO kablam! 505 | let decl_start = i.sig.decl.fn_token.0.start().line+1; Sep 02 18:42:35.510 INFO kablam! | ^^^^^ Sep 02 18:42:35.510 INFO kablam! | Sep 02 18:42:35.510 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:35.510 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:35.510 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:35.510 INFO kablam! Sep 02 18:42:35.512 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.512 INFO kablam! --> src/source_analysis.rs:506:56 Sep 02 18:42:35.512 INFO kablam! | Sep 02 18:42:35.512 INFO kablam! 506 | let stmts_start = block.span().start().line; Sep 02 18:42:35.512 INFO kablam! | ^^^^^ Sep 02 18:42:35.512 INFO kablam! | Sep 02 18:42:35.512 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:35.513 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:35.514 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:35.514 INFO kablam! Sep 02 18:42:35.522 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.522 INFO kablam! --> src/source_analysis.rs:540:66 Sep 02 18:42:35.522 INFO kablam! | Sep 02 18:42:35.522 INFO kablam! 540 | analysis.ignore.remove(&Lines::Line(i.span().start().line)); Sep 02 18:42:35.522 INFO kablam! | ^^^^^ Sep 02 18:42:35.522 INFO kablam! | Sep 02 18:42:35.522 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:35.522 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:35.522 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:35.522 INFO kablam! Sep 02 18:42:35.524 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.524 INFO kablam! --> src/source_analysis.rs:543:60 Sep 02 18:42:35.524 INFO kablam! | Sep 02 18:42:35.524 INFO kablam! 543 | let decl_start = i.sig.decl.fn_token.0.start().line+1; Sep 02 18:42:35.524 INFO kablam! | ^^^^^ Sep 02 18:42:35.524 INFO kablam! | Sep 02 18:42:35.524 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:35.524 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:35.524 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:35.524 INFO kablam! Sep 02 18:42:35.526 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.527 INFO kablam! --> src/source_analysis.rs:544:54 Sep 02 18:42:35.527 INFO kablam! | Sep 02 18:42:35.527 INFO kablam! 544 | let stmts_start = i.block.span().start().line; Sep 02 18:42:35.527 INFO kablam! | ^^^^^ Sep 02 18:42:35.527 INFO kablam! | Sep 02 18:42:35.527 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:35.527 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:35.527 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:35.527 INFO kablam! Sep 02 18:42:35.552 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.552 INFO kablam! --> src/source_analysis.rs:718:28 Sep 02 18:42:35.552 INFO kablam! | Sep 02 18:42:35.552 INFO kablam! 718 | for i in s.start().line..(s.end().line+1) { Sep 02 18:42:35.552 INFO kablam! | ^^^^^ Sep 02 18:42:35.552 INFO kablam! | Sep 02 18:42:35.552 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:35.552 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:35.553 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:35.553 INFO kablam! Sep 02 18:42:35.556 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.556 INFO kablam! --> src/source_analysis.rs:718:45 Sep 02 18:42:35.556 INFO kablam! | Sep 02 18:42:35.556 INFO kablam! 718 | for i in s.start().line..(s.end().line+1) { Sep 02 18:42:35.556 INFO kablam! | ^^^ Sep 02 18:42:35.556 INFO kablam! Sep 02 18:42:35.560 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.560 INFO kablam! --> src/source_analysis.rs:729:29 Sep 02 18:42:35.560 INFO kablam! | Sep 02 18:42:35.560 INFO kablam! 729 | let start = call.span().start().line + 1; Sep 02 18:42:35.560 INFO kablam! | ^^^^^ Sep 02 18:42:35.560 INFO kablam! | Sep 02 18:42:35.560 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:35.560 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:35.560 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:35.560 INFO kablam! Sep 02 18:42:35.564 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.564 INFO kablam! --> src/source_analysis.rs:730:27 Sep 02 18:42:35.564 INFO kablam! | Sep 02 18:42:35.564 INFO kablam! 730 | let end = call.span().end().line + 1; Sep 02 18:42:35.564 INFO kablam! | ^^^ Sep 02 18:42:35.564 INFO kablam! Sep 02 18:42:35.570 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.570 INFO kablam! --> src/source_analysis.rs:741:29 Sep 02 18:42:35.570 INFO kablam! | Sep 02 18:42:35.570 INFO kablam! 741 | let start = meth.span().start().line + 1; Sep 02 18:42:35.570 INFO kablam! | ^^^^^ Sep 02 18:42:35.570 INFO kablam! | Sep 02 18:42:35.570 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:35.570 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:35.571 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:35.571 INFO kablam! Sep 02 18:42:35.574 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.574 INFO kablam! --> src/source_analysis.rs:742:27 Sep 02 18:42:35.574 INFO kablam! | Sep 02 18:42:35.574 INFO kablam! 742 | let end = meth.span().end().line + 1; Sep 02 18:42:35.574 INFO kablam! | ^^^ Sep 02 18:42:35.574 INFO kablam! Sep 02 18:42:35.579 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.579 INFO kablam! --> src/source_analysis.rs:753:45 Sep 02 18:42:35.579 INFO kablam! | Sep 02 18:42:35.579 INFO kablam! 753 | let u_line = unsafe_expr.unsafe_token.0.start().line; Sep 02 18:42:35.580 INFO kablam! | ^^^^^ Sep 02 18:42:35.580 INFO kablam! | Sep 02 18:42:35.580 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:35.580 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:35.580 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:35.580 INFO kablam! Sep 02 18:42:35.581 INFO kablam! error: aborting due to 32 previous errors Sep 02 18:42:35.581 INFO kablam! Sep 02 18:42:35.581 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 02 18:42:35.582 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.582 INFO kablam! --> src/source_analysis.rs:756:36 Sep 02 18:42:35.582 INFO kablam! | Sep 02 18:42:35.582 INFO kablam! 756 | if u_line != blk.brace_token.0.start().line || blk.stmts.is_empty() { Sep 02 18:42:35.582 INFO kablam! | ^^^^^ Sep 02 18:42:35.582 INFO kablam! | Sep 02 18:42:35.582 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:35.582 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:35.582 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:35.582 INFO kablam! Sep 02 18:42:35.587 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.588 INFO kablam! --> src/source_analysis.rs:765:24 Sep 02 18:42:35.588 INFO kablam! | Sep 02 18:42:35.588 INFO kablam! 765 | if u_line != s.start().line { Sep 02 18:42:35.588 INFO kablam! | ^^^^^ Sep 02 18:42:35.588 INFO kablam! | Sep 02 18:42:35.588 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:35.588 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:35.588 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:35.588 INFO kablam! Sep 02 18:42:35.592 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.592 INFO kablam! --> src/source_analysis.rs:782:34 Sep 02 18:42:35.592 INFO kablam! | Sep 02 18:42:35.592 INFO kablam! 782 | let start = structure.span().start().line; Sep 02 18:42:35.592 INFO kablam! | ^^^^^ Sep 02 18:42:35.592 INFO kablam! | Sep 02 18:42:35.592 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:35.592 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:35.592 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:35.593 INFO kablam! Sep 02 18:42:35.596 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.596 INFO kablam! --> src/source_analysis.rs:783:32 Sep 02 18:42:35.596 INFO kablam! | Sep 02 18:42:35.596 INFO kablam! 783 | let end = structure.span().end().line; Sep 02 18:42:35.596 INFO kablam! | ^^^ Sep 02 18:42:35.596 INFO kablam! Sep 02 18:42:35.601 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.601 INFO kablam! --> src/source_analysis.rs:796:35 Sep 02 18:42:35.601 INFO kablam! | Sep 02 18:42:35.601 INFO kablam! 796 | cover.insert(span.start().line); Sep 02 18:42:35.601 INFO kablam! | ^^^^^ Sep 02 18:42:35.601 INFO kablam! | Sep 02 18:42:35.601 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:35.601 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:35.601 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:35.601 INFO kablam! Sep 02 18:42:35.606 INFO kablam! error: Could not compile `cargo-tarpaulin`. Sep 02 18:42:35.606 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 18:42:35.606 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.606 INFO kablam! --> src/source_analysis.rs:810:28 Sep 02 18:42:35.606 INFO kablam! | Sep 02 18:42:35.606 INFO kablam! 810 | let start = mac.span().start().line + 1; Sep 02 18:42:35.607 INFO kablam! | ^^^^^ Sep 02 18:42:35.607 INFO kablam! | Sep 02 18:42:35.607 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:35.607 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:35.607 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:35.607 INFO kablam! Sep 02 18:42:35.610 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.610 INFO kablam! --> src/source_analysis.rs:811:26 Sep 02 18:42:35.610 INFO kablam! | Sep 02 18:42:35.610 INFO kablam! 811 | let end = mac.span().end().line + 1; Sep 02 18:42:35.610 INFO kablam! | ^^^ Sep 02 18:42:35.610 INFO kablam! Sep 02 18:42:35.619 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.619 INFO kablam! --> src/source_analysis.rs:843:28 Sep 02 18:42:35.619 INFO kablam! | Sep 02 18:42:35.619 INFO kablam! 843 | for i in t.start().line..(t.end().line+1) { Sep 02 18:42:35.619 INFO kablam! | ^^^^^ Sep 02 18:42:35.619 INFO kablam! | Sep 02 18:42:35.619 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 18:42:35.619 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 02 18:42:35.619 INFO kablam! candidate #1: `statemachine::StateData` Sep 02 18:42:35.619 INFO kablam! Sep 02 18:42:35.623 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 02 18:42:35.623 INFO kablam! --> src/source_analysis.rs:843:45 Sep 02 18:42:35.623 INFO kablam! | Sep 02 18:42:35.623 INFO kablam! 843 | for i in t.start().line..(t.end().line+1) { Sep 02 18:42:35.623 INFO kablam! | ^^^ Sep 02 18:42:35.623 INFO kablam! Sep 02 18:42:35.673 INFO kablam! error: aborting due to 32 previous errors Sep 02 18:42:35.673 INFO kablam! Sep 02 18:42:35.673 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 02 18:42:35.714 INFO kablam! error: Could not compile `cargo-tarpaulin`. Sep 02 18:42:35.714 INFO kablam! Sep 02 18:42:35.714 INFO kablam! To learn more, run the command again with --verbose. Sep 02 18:42:35.716 INFO kablam! su: No module specific data is present Sep 02 18:42:36.247 INFO running `"docker" "rm" "-f" "f39e02bbb9a010d3a918fd6bbd04f47104f498a7d2191bd9ae22e86d3989dd14"` Sep 02 18:42:36.358 INFO blam! f39e02bbb9a010d3a918fd6bbd04f47104f498a7d2191bd9ae22e86d3989dd14