Sep 10 21:35:15.585 INFO checking cargo-tarpaulin-0.6.6 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 21:35:15.585 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 21:35:15.585 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-2/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 21:35:15.772 INFO blam! aa62b5c1d510e14764308c12c860232f4e706a23ba2ee501731d4bca4f4de66d Sep 10 21:35:15.774 INFO running `"docker" "start" "-a" "aa62b5c1d510e14764308c12c860232f4e706a23ba2ee501731d4bca4f4de66d"` Sep 10 21:35:16.666 INFO kablam! usermod: no changes Sep 10 21:35:17.071 INFO kablam! Checking plain v0.2.3 Sep 10 21:35:17.078 INFO kablam! Checking uuid v0.6.5 Sep 10 21:35:17.090 INFO kablam! Checking jobserver v0.1.11 Sep 10 21:35:17.090 INFO kablam! Checking tar v0.4.16 Sep 10 21:35:17.090 INFO kablam! Checking gimli v0.16.1 Sep 10 21:35:17.090 INFO kablam! Checking semver v0.8.0 Sep 10 21:35:17.090 INFO kablam! Compiling syn v0.14.9 Sep 10 21:35:18.058 INFO kablam! Checking gzip-header v0.1.2 Sep 10 21:35:20.074 INFO kablam! Checking crates-io v0.13.0 Sep 10 21:35:20.819 INFO kablam! Checking git2-curl v0.7.0 Sep 10 21:35:22.144 INFO kablam! Checking ignore v0.2.2 Sep 10 21:35:22.224 INFO kablam! Checking deflate v0.7.18 Sep 10 21:35:31.187 INFO kablam! Checking coveralls-api v0.3.3 Sep 10 21:35:32.854 INFO kablam! Checking cargo v0.24.0 Sep 10 21:36:16.899 INFO kablam! Compiling synstructure v0.9.0 Sep 10 21:36:16.899 INFO kablam! Compiling scroll_derive v0.9.4 Sep 10 21:36:20.854 INFO kablam! Checking scroll v0.9.0 Sep 10 21:36:21.996 INFO kablam! Checking goblin v0.0.15 Sep 10 21:36:22.302 INFO kablam! Compiling failure_derive v0.1.2 Sep 10 21:36:26.133 INFO kablam! Checking failure v0.1.2 Sep 10 21:36:26.970 INFO kablam! Checking quick-xml v0.12.3 Sep 10 21:36:29.568 INFO kablam! Checking object v0.9.0 Sep 10 21:36:30.830 INFO kablam! Checking cargo-tarpaulin v0.6.6 (file:///source) Sep 10 21:36:37.167 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.167 INFO kablam! --> src/source_analysis.rs:77:27 Sep 10 21:36:37.167 INFO kablam! | Sep 10 21:36:37.167 INFO kablam! 77 | for i in span.start().line..(span.end().line+1) { Sep 10 21:36:37.167 INFO kablam! | ^^^^^ Sep 10 21:36:37.167 INFO kablam! | Sep 10 21:36:37.167 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 10 21:36:37.167 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 10 21:36:37.167 INFO kablam! candidate #1: `statemachine::StateData` Sep 10 21:36:37.167 INFO kablam! Sep 10 21:36:37.173 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.173 INFO kablam! --> src/source_analysis.rs:77:47 Sep 10 21:36:37.173 INFO kablam! | Sep 10 21:36:37.173 INFO kablam! 77 | for i in span.start().line..(span.end().line+1) { Sep 10 21:36:37.173 INFO kablam! | ^^^ Sep 10 21:36:37.173 INFO kablam! Sep 10 21:36:37.178 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.178 INFO kablam! --> src/source_analysis.rs:97:28 Sep 10 21:36:37.178 INFO kablam! | Sep 10 21:36:37.178 INFO kablam! 97 | let len = span.end().line - span.start().line; Sep 10 21:36:37.179 INFO kablam! | ^^^ Sep 10 21:36:37.179 INFO kablam! Sep 10 21:36:37.179 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.179 INFO kablam! --> src/source_analysis.rs:97:46 Sep 10 21:36:37.179 INFO kablam! | Sep 10 21:36:37.179 INFO kablam! 97 | let len = span.end().line - span.start().line; Sep 10 21:36:37.179 INFO kablam! | ^^^^^ Sep 10 21:36:37.179 INFO kablam! | Sep 10 21:36:37.179 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 10 21:36:37.179 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 10 21:36:37.179 INFO kablam! candidate #1: `statemachine::StateData` Sep 10 21:36:37.179 INFO kablam! Sep 10 21:36:37.182 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.182 INFO kablam! --> src/source_analysis.rs:99:62 Sep 10 21:36:37.182 INFO kablam! | Sep 10 21:36:37.182 INFO kablam! 99 | for (i, line) in c.lines().enumerate().skip(span.start().line - 1).take(len) { Sep 10 21:36:37.182 INFO kablam! | ^^^^^ Sep 10 21:36:37.182 INFO kablam! | Sep 10 21:36:37.182 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 10 21:36:37.182 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 10 21:36:37.182 INFO kablam! candidate #1: `statemachine::StateData` Sep 10 21:36:37.182 INFO kablam! Sep 10 21:36:37.186 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.186 INFO kablam! --> src/source_analysis.rs:118:23 Sep 10 21:36:37.186 INFO kablam! | Sep 10 21:36:37.186 INFO kablam! 118 | for i in span.start().line..(span.end().line +1) { Sep 10 21:36:37.186 INFO kablam! | ^^^^^ Sep 10 21:36:37.186 INFO kablam! | Sep 10 21:36:37.186 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 10 21:36:37.186 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 10 21:36:37.186 INFO kablam! candidate #1: `statemachine::StateData` Sep 10 21:36:37.186 INFO kablam! Sep 10 21:36:37.189 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.189 INFO kablam! --> src/source_analysis.rs:118:43 Sep 10 21:36:37.189 INFO kablam! | Sep 10 21:36:37.189 INFO kablam! 118 | for i in span.start().line..(span.end().line +1) { Sep 10 21:36:37.189 INFO kablam! | ^^^ Sep 10 21:36:37.189 INFO kablam! Sep 10 21:36:37.226 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.226 INFO kablam! --> src/source_analysis.rs:430:53 Sep 10 21:36:37.226 INFO kablam! | Sep 10 21:36:37.226 INFO kablam! 430 | let line_number = func.decl.fn_token.span().start().line; Sep 10 21:36:37.226 INFO kablam! | ^^^^^ Sep 10 21:36:37.226 INFO kablam! | Sep 10 21:36:37.226 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 10 21:36:37.226 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 10 21:36:37.226 INFO kablam! candidate #1: `statemachine::StateData` Sep 10 21:36:37.226 INFO kablam! Sep 10 21:36:37.228 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.228 INFO kablam! --> src/source_analysis.rs:433:47 Sep 10 21:36:37.228 INFO kablam! | Sep 10 21:36:37.228 INFO kablam! 433 | let decl_start = func.decl.fn_token.0.start().line+1; Sep 10 21:36:37.228 INFO kablam! | ^^^^^ Sep 10 21:36:37.228 INFO kablam! | Sep 10 21:36:37.228 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 10 21:36:37.228 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 10 21:36:37.228 INFO kablam! candidate #1: `statemachine::StateData` Sep 10 21:36:37.228 INFO kablam! Sep 10 21:36:37.229 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.229 INFO kablam! --> src/source_analysis.rs:434:45 Sep 10 21:36:37.229 INFO kablam! | Sep 10 21:36:37.229 INFO kablam! 434 | let stmts_start = func.block.span().start().line; Sep 10 21:36:37.229 INFO kablam! | ^^^^^ Sep 10 21:36:37.229 INFO kablam! | Sep 10 21:36:37.229 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 10 21:36:37.229 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 10 21:36:37.229 INFO kablam! candidate #1: `statemachine::StateData` Sep 10 21:36:37.229 INFO kablam! Sep 10 21:36:37.235 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.235 INFO kablam! --> src/source_analysis.rs:502:74 Sep 10 21:36:37.235 INFO kablam! | Sep 10 21:36:37.235 INFO kablam! 502 | analysis.ignore.remove(&Lines::Line(i.sig.span().start().line)); Sep 10 21:36:37.235 INFO kablam! | ^^^^^ Sep 10 21:36:37.235 INFO kablam! | Sep 10 21:36:37.235 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 10 21:36:37.235 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 10 21:36:37.235 INFO kablam! candidate #1: `statemachine::StateData` Sep 10 21:36:37.235 INFO kablam! Sep 10 21:36:37.236 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.236 INFO kablam! --> src/source_analysis.rs:505:64 Sep 10 21:36:37.236 INFO kablam! | Sep 10 21:36:37.236 INFO kablam! 505 | let decl_start = i.sig.decl.fn_token.0.start().line+1; Sep 10 21:36:37.236 INFO kablam! | ^^^^^ Sep 10 21:36:37.236 INFO kablam! | Sep 10 21:36:37.236 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 10 21:36:37.236 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 10 21:36:37.236 INFO kablam! candidate #1: `statemachine::StateData` Sep 10 21:36:37.236 INFO kablam! Sep 10 21:36:37.237 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.237 INFO kablam! --> src/source_analysis.rs:506:56 Sep 10 21:36:37.237 INFO kablam! | Sep 10 21:36:37.237 INFO kablam! 506 | let stmts_start = block.span().start().line; Sep 10 21:36:37.237 INFO kablam! | ^^^^^ Sep 10 21:36:37.237 INFO kablam! | Sep 10 21:36:37.237 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 10 21:36:37.237 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 10 21:36:37.237 INFO kablam! candidate #1: `statemachine::StateData` Sep 10 21:36:37.237 INFO kablam! Sep 10 21:36:37.241 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.241 INFO kablam! --> src/source_analysis.rs:540:66 Sep 10 21:36:37.241 INFO kablam! | Sep 10 21:36:37.241 INFO kablam! 540 | analysis.ignore.remove(&Lines::Line(i.span().start().line)); Sep 10 21:36:37.241 INFO kablam! | ^^^^^ Sep 10 21:36:37.241 INFO kablam! | Sep 10 21:36:37.241 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 10 21:36:37.241 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 10 21:36:37.241 INFO kablam! candidate #1: `statemachine::StateData` Sep 10 21:36:37.241 INFO kablam! Sep 10 21:36:37.242 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.242 INFO kablam! --> src/source_analysis.rs:543:60 Sep 10 21:36:37.242 INFO kablam! | Sep 10 21:36:37.242 INFO kablam! 543 | let decl_start = i.sig.decl.fn_token.0.start().line+1; Sep 10 21:36:37.242 INFO kablam! | ^^^^^ Sep 10 21:36:37.242 INFO kablam! | Sep 10 21:36:37.242 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 10 21:36:37.242 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 10 21:36:37.242 INFO kablam! candidate #1: `statemachine::StateData` Sep 10 21:36:37.242 INFO kablam! Sep 10 21:36:37.243 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.243 INFO kablam! --> src/source_analysis.rs:544:54 Sep 10 21:36:37.243 INFO kablam! | Sep 10 21:36:37.243 INFO kablam! 544 | let stmts_start = i.block.span().start().line; Sep 10 21:36:37.243 INFO kablam! | ^^^^^ Sep 10 21:36:37.243 INFO kablam! | Sep 10 21:36:37.243 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 10 21:36:37.243 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 10 21:36:37.243 INFO kablam! candidate #1: `statemachine::StateData` Sep 10 21:36:37.243 INFO kablam! Sep 10 21:36:37.254 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.254 INFO kablam! --> src/source_analysis.rs:718:28 Sep 10 21:36:37.254 INFO kablam! | Sep 10 21:36:37.254 INFO kablam! 718 | for i in s.start().line..(s.end().line+1) { Sep 10 21:36:37.254 INFO kablam! | ^^^^^ Sep 10 21:36:37.254 INFO kablam! | Sep 10 21:36:37.254 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 10 21:36:37.254 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 10 21:36:37.254 INFO kablam! candidate #1: `statemachine::StateData` Sep 10 21:36:37.254 INFO kablam! Sep 10 21:36:37.257 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.257 INFO kablam! --> src/source_analysis.rs:718:45 Sep 10 21:36:37.257 INFO kablam! | Sep 10 21:36:37.257 INFO kablam! 718 | for i in s.start().line..(s.end().line+1) { Sep 10 21:36:37.257 INFO kablam! | ^^^ Sep 10 21:36:37.257 INFO kablam! Sep 10 21:36:37.259 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.259 INFO kablam! --> src/source_analysis.rs:729:29 Sep 10 21:36:37.259 INFO kablam! | Sep 10 21:36:37.259 INFO kablam! 729 | let start = call.span().start().line + 1; Sep 10 21:36:37.259 INFO kablam! | ^^^^^ Sep 10 21:36:37.259 INFO kablam! | Sep 10 21:36:37.259 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 10 21:36:37.259 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 10 21:36:37.259 INFO kablam! candidate #1: `statemachine::StateData` Sep 10 21:36:37.259 INFO kablam! Sep 10 21:36:37.262 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.262 INFO kablam! --> src/source_analysis.rs:730:27 Sep 10 21:36:37.262 INFO kablam! | Sep 10 21:36:37.262 INFO kablam! 730 | let end = call.span().end().line + 1; Sep 10 21:36:37.262 INFO kablam! | ^^^ Sep 10 21:36:37.262 INFO kablam! Sep 10 21:36:37.265 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.265 INFO kablam! --> src/source_analysis.rs:741:29 Sep 10 21:36:37.265 INFO kablam! | Sep 10 21:36:37.265 INFO kablam! 741 | let start = meth.span().start().line + 1; Sep 10 21:36:37.265 INFO kablam! | ^^^^^ Sep 10 21:36:37.265 INFO kablam! | Sep 10 21:36:37.265 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 10 21:36:37.265 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 10 21:36:37.265 INFO kablam! candidate #1: `statemachine::StateData` Sep 10 21:36:37.265 INFO kablam! Sep 10 21:36:37.268 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.268 INFO kablam! --> src/source_analysis.rs:742:27 Sep 10 21:36:37.268 INFO kablam! | Sep 10 21:36:37.268 INFO kablam! 742 | let end = meth.span().end().line + 1; Sep 10 21:36:37.268 INFO kablam! | ^^^ Sep 10 21:36:37.268 INFO kablam! Sep 10 21:36:37.270 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.270 INFO kablam! --> src/source_analysis.rs:753:45 Sep 10 21:36:37.270 INFO kablam! | Sep 10 21:36:37.270 INFO kablam! 753 | let u_line = unsafe_expr.unsafe_token.0.start().line; Sep 10 21:36:37.270 INFO kablam! | ^^^^^ Sep 10 21:36:37.270 INFO kablam! | Sep 10 21:36:37.270 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 10 21:36:37.270 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 10 21:36:37.270 INFO kablam! candidate #1: `statemachine::StateData` Sep 10 21:36:37.270 INFO kablam! Sep 10 21:36:37.272 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.272 INFO kablam! --> src/source_analysis.rs:756:36 Sep 10 21:36:37.272 INFO kablam! | Sep 10 21:36:37.272 INFO kablam! 756 | if u_line != blk.brace_token.0.start().line || blk.stmts.is_empty() { Sep 10 21:36:37.272 INFO kablam! | ^^^^^ Sep 10 21:36:37.272 INFO kablam! | Sep 10 21:36:37.272 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 10 21:36:37.272 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 10 21:36:37.272 INFO kablam! candidate #1: `statemachine::StateData` Sep 10 21:36:37.272 INFO kablam! Sep 10 21:36:37.274 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.274 INFO kablam! --> src/source_analysis.rs:765:24 Sep 10 21:36:37.275 INFO kablam! | Sep 10 21:36:37.275 INFO kablam! 765 | if u_line != s.start().line { Sep 10 21:36:37.275 INFO kablam! | ^^^^^ Sep 10 21:36:37.275 INFO kablam! | Sep 10 21:36:37.275 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 10 21:36:37.275 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 10 21:36:37.275 INFO kablam! candidate #1: `statemachine::StateData` Sep 10 21:36:37.275 INFO kablam! Sep 10 21:36:37.277 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.277 INFO kablam! --> src/source_analysis.rs:782:34 Sep 10 21:36:37.277 INFO kablam! | Sep 10 21:36:37.277 INFO kablam! 782 | let start = structure.span().start().line; Sep 10 21:36:37.277 INFO kablam! | ^^^^^ Sep 10 21:36:37.277 INFO kablam! | Sep 10 21:36:37.277 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 10 21:36:37.277 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 10 21:36:37.277 INFO kablam! candidate #1: `statemachine::StateData` Sep 10 21:36:37.277 INFO kablam! Sep 10 21:36:37.279 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.279 INFO kablam! --> src/source_analysis.rs:783:32 Sep 10 21:36:37.279 INFO kablam! | Sep 10 21:36:37.279 INFO kablam! 783 | let end = structure.span().end().line; Sep 10 21:36:37.279 INFO kablam! | ^^^ Sep 10 21:36:37.279 INFO kablam! Sep 10 21:36:37.281 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.281 INFO kablam! --> src/source_analysis.rs:796:35 Sep 10 21:36:37.281 INFO kablam! | Sep 10 21:36:37.281 INFO kablam! 796 | cover.insert(span.start().line); Sep 10 21:36:37.281 INFO kablam! | ^^^^^ Sep 10 21:36:37.281 INFO kablam! | Sep 10 21:36:37.281 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 10 21:36:37.281 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 10 21:36:37.281 INFO kablam! candidate #1: `statemachine::StateData` Sep 10 21:36:37.281 INFO kablam! Sep 10 21:36:37.284 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.284 INFO kablam! --> src/source_analysis.rs:810:28 Sep 10 21:36:37.284 INFO kablam! | Sep 10 21:36:37.284 INFO kablam! 810 | let start = mac.span().start().line + 1; Sep 10 21:36:37.284 INFO kablam! | ^^^^^ Sep 10 21:36:37.284 INFO kablam! | Sep 10 21:36:37.284 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 10 21:36:37.284 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 10 21:36:37.284 INFO kablam! candidate #1: `statemachine::StateData` Sep 10 21:36:37.284 INFO kablam! Sep 10 21:36:37.286 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.286 INFO kablam! --> src/source_analysis.rs:811:26 Sep 10 21:36:37.286 INFO kablam! | Sep 10 21:36:37.286 INFO kablam! 811 | let end = mac.span().end().line + 1; Sep 10 21:36:37.286 INFO kablam! | ^^^ Sep 10 21:36:37.286 INFO kablam! Sep 10 21:36:37.293 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.293 INFO kablam! --> src/source_analysis.rs:843:28 Sep 10 21:36:37.293 INFO kablam! | Sep 10 21:36:37.293 INFO kablam! 843 | for i in t.start().line..(t.end().line+1) { Sep 10 21:36:37.293 INFO kablam! | ^^^^^ Sep 10 21:36:37.293 INFO kablam! | Sep 10 21:36:37.293 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 10 21:36:37.293 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 10 21:36:37.293 INFO kablam! candidate #1: `statemachine::StateData` Sep 10 21:36:37.293 INFO kablam! Sep 10 21:36:37.294 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.294 INFO kablam! --> src/source_analysis.rs:843:45 Sep 10 21:36:37.294 INFO kablam! | Sep 10 21:36:37.294 INFO kablam! 843 | for i in t.start().line..(t.end().line+1) { Sep 10 21:36:37.294 INFO kablam! | ^^^ Sep 10 21:36:37.294 INFO kablam! Sep 10 21:36:37.333 INFO kablam! error: aborting due to 32 previous errors Sep 10 21:36:37.333 INFO kablam! Sep 10 21:36:37.333 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 10 21:36:37.341 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.341 INFO kablam! --> src/source_analysis.rs:77:27 Sep 10 21:36:37.341 INFO kablam! | Sep 10 21:36:37.341 INFO kablam! 77 | for i in span.start().line..(span.end().line+1) { Sep 10 21:36:37.341 INFO kablam! | ^^^^^ Sep 10 21:36:37.341 INFO kablam! | Sep 10 21:36:37.341 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 10 21:36:37.342 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 10 21:36:37.342 INFO kablam! candidate #1: `statemachine::StateData` Sep 10 21:36:37.342 INFO kablam! Sep 10 21:36:37.347 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.347 INFO kablam! --> src/source_analysis.rs:77:47 Sep 10 21:36:37.347 INFO kablam! | Sep 10 21:36:37.348 INFO kablam! 77 | for i in span.start().line..(span.end().line+1) { Sep 10 21:36:37.348 INFO kablam! | ^^^ Sep 10 21:36:37.348 INFO kablam! Sep 10 21:36:37.352 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.352 INFO kablam! --> src/source_analysis.rs:97:28 Sep 10 21:36:37.352 INFO kablam! | Sep 10 21:36:37.352 INFO kablam! 97 | let len = span.end().line - span.start().line; Sep 10 21:36:37.352 INFO kablam! | ^^^ Sep 10 21:36:37.352 INFO kablam! Sep 10 21:36:37.358 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.358 INFO kablam! --> src/source_analysis.rs:97:46 Sep 10 21:36:37.358 INFO kablam! | Sep 10 21:36:37.358 INFO kablam! 97 | let len = span.end().line - span.start().line; Sep 10 21:36:37.358 INFO kablam! | ^^^^^ Sep 10 21:36:37.358 INFO kablam! | Sep 10 21:36:37.358 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 10 21:36:37.358 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 10 21:36:37.358 INFO kablam! candidate #1: `statemachine::StateData` Sep 10 21:36:37.358 INFO kablam! Sep 10 21:36:37.358 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.358 INFO kablam! --> src/source_analysis.rs:99:62 Sep 10 21:36:37.358 INFO kablam! | Sep 10 21:36:37.358 INFO kablam! 99 | for (i, line) in c.lines().enumerate().skip(span.start().line - 1).take(len) { Sep 10 21:36:37.358 INFO kablam! | ^^^^^ Sep 10 21:36:37.358 INFO kablam! | Sep 10 21:36:37.358 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 10 21:36:37.358 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 10 21:36:37.358 INFO kablam! candidate #1: `statemachine::StateData` Sep 10 21:36:37.358 INFO kablam! Sep 10 21:36:37.359 INFO kablam! error: Could not compile `cargo-tarpaulin`. Sep 10 21:36:37.359 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 21:36:37.363 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.363 INFO kablam! --> src/source_analysis.rs:118:23 Sep 10 21:36:37.363 INFO kablam! | Sep 10 21:36:37.363 INFO kablam! 118 | for i in span.start().line..(span.end().line +1) { Sep 10 21:36:37.363 INFO kablam! | ^^^^^ Sep 10 21:36:37.363 INFO kablam! | Sep 10 21:36:37.363 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 10 21:36:37.363 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 10 21:36:37.363 INFO kablam! candidate #1: `statemachine::StateData` Sep 10 21:36:37.363 INFO kablam! Sep 10 21:36:37.365 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.365 INFO kablam! --> src/source_analysis.rs:118:43 Sep 10 21:36:37.365 INFO kablam! | Sep 10 21:36:37.365 INFO kablam! 118 | for i in span.start().line..(span.end().line +1) { Sep 10 21:36:37.365 INFO kablam! | ^^^ Sep 10 21:36:37.365 INFO kablam! Sep 10 21:36:37.410 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.410 INFO kablam! --> src/source_analysis.rs:430:53 Sep 10 21:36:37.410 INFO kablam! | Sep 10 21:36:37.410 INFO kablam! 430 | let line_number = func.decl.fn_token.span().start().line; Sep 10 21:36:37.410 INFO kablam! | ^^^^^ Sep 10 21:36:37.410 INFO kablam! | Sep 10 21:36:37.410 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 10 21:36:37.410 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 10 21:36:37.410 INFO kablam! candidate #1: `statemachine::StateData` Sep 10 21:36:37.410 INFO kablam! Sep 10 21:36:37.410 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.410 INFO kablam! --> src/source_analysis.rs:433:47 Sep 10 21:36:37.410 INFO kablam! | Sep 10 21:36:37.410 INFO kablam! 433 | let decl_start = func.decl.fn_token.0.start().line+1; Sep 10 21:36:37.410 INFO kablam! | ^^^^^ Sep 10 21:36:37.410 INFO kablam! | Sep 10 21:36:37.410 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 10 21:36:37.410 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 10 21:36:37.410 INFO kablam! candidate #1: `statemachine::StateData` Sep 10 21:36:37.410 INFO kablam! Sep 10 21:36:37.410 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.410 INFO kablam! --> src/source_analysis.rs:434:45 Sep 10 21:36:37.410 INFO kablam! | Sep 10 21:36:37.410 INFO kablam! 434 | let stmts_start = func.block.span().start().line; Sep 10 21:36:37.410 INFO kablam! | ^^^^^ Sep 10 21:36:37.410 INFO kablam! | Sep 10 21:36:37.410 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 10 21:36:37.410 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 10 21:36:37.410 INFO kablam! candidate #1: `statemachine::StateData` Sep 10 21:36:37.410 INFO kablam! Sep 10 21:36:37.413 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.413 INFO kablam! --> src/source_analysis.rs:502:74 Sep 10 21:36:37.413 INFO kablam! | Sep 10 21:36:37.413 INFO kablam! 502 | analysis.ignore.remove(&Lines::Line(i.sig.span().start().line)); Sep 10 21:36:37.413 INFO kablam! | ^^^^^ Sep 10 21:36:37.413 INFO kablam! | Sep 10 21:36:37.413 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 10 21:36:37.413 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 10 21:36:37.413 INFO kablam! candidate #1: `statemachine::StateData` Sep 10 21:36:37.413 INFO kablam! Sep 10 21:36:37.414 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.414 INFO kablam! --> src/source_analysis.rs:505:64 Sep 10 21:36:37.414 INFO kablam! | Sep 10 21:36:37.414 INFO kablam! 505 | let decl_start = i.sig.decl.fn_token.0.start().line+1; Sep 10 21:36:37.414 INFO kablam! | ^^^^^ Sep 10 21:36:37.414 INFO kablam! | Sep 10 21:36:37.414 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 10 21:36:37.414 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 10 21:36:37.414 INFO kablam! candidate #1: `statemachine::StateData` Sep 10 21:36:37.414 INFO kablam! Sep 10 21:36:37.415 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.416 INFO kablam! --> src/source_analysis.rs:506:56 Sep 10 21:36:37.416 INFO kablam! | Sep 10 21:36:37.416 INFO kablam! 506 | let stmts_start = block.span().start().line; Sep 10 21:36:37.416 INFO kablam! | ^^^^^ Sep 10 21:36:37.416 INFO kablam! | Sep 10 21:36:37.416 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 10 21:36:37.416 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 10 21:36:37.416 INFO kablam! candidate #1: `statemachine::StateData` Sep 10 21:36:37.416 INFO kablam! Sep 10 21:36:37.419 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.419 INFO kablam! --> src/source_analysis.rs:540:66 Sep 10 21:36:37.419 INFO kablam! | Sep 10 21:36:37.419 INFO kablam! 540 | analysis.ignore.remove(&Lines::Line(i.span().start().line)); Sep 10 21:36:37.419 INFO kablam! | ^^^^^ Sep 10 21:36:37.419 INFO kablam! | Sep 10 21:36:37.419 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 10 21:36:37.419 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 10 21:36:37.419 INFO kablam! candidate #1: `statemachine::StateData` Sep 10 21:36:37.419 INFO kablam! Sep 10 21:36:37.420 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.420 INFO kablam! --> src/source_analysis.rs:543:60 Sep 10 21:36:37.420 INFO kablam! | Sep 10 21:36:37.420 INFO kablam! 543 | let decl_start = i.sig.decl.fn_token.0.start().line+1; Sep 10 21:36:37.420 INFO kablam! | ^^^^^ Sep 10 21:36:37.420 INFO kablam! | Sep 10 21:36:37.420 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 10 21:36:37.420 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 10 21:36:37.420 INFO kablam! candidate #1: `statemachine::StateData` Sep 10 21:36:37.420 INFO kablam! Sep 10 21:36:37.421 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.421 INFO kablam! --> src/source_analysis.rs:544:54 Sep 10 21:36:37.421 INFO kablam! | Sep 10 21:36:37.422 INFO kablam! 544 | let stmts_start = i.block.span().start().line; Sep 10 21:36:37.422 INFO kablam! | ^^^^^ Sep 10 21:36:37.422 INFO kablam! | Sep 10 21:36:37.422 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 10 21:36:37.422 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 10 21:36:37.422 INFO kablam! candidate #1: `statemachine::StateData` Sep 10 21:36:37.422 INFO kablam! Sep 10 21:36:37.431 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.431 INFO kablam! --> src/source_analysis.rs:718:28 Sep 10 21:36:37.431 INFO kablam! | Sep 10 21:36:37.431 INFO kablam! 718 | for i in s.start().line..(s.end().line+1) { Sep 10 21:36:37.431 INFO kablam! | ^^^^^ Sep 10 21:36:37.431 INFO kablam! | Sep 10 21:36:37.431 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 10 21:36:37.431 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 10 21:36:37.431 INFO kablam! candidate #1: `statemachine::StateData` Sep 10 21:36:37.431 INFO kablam! Sep 10 21:36:37.432 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.433 INFO kablam! --> src/source_analysis.rs:718:45 Sep 10 21:36:37.433 INFO kablam! | Sep 10 21:36:37.433 INFO kablam! 718 | for i in s.start().line..(s.end().line+1) { Sep 10 21:36:37.433 INFO kablam! | ^^^ Sep 10 21:36:37.433 INFO kablam! Sep 10 21:36:37.434 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.434 INFO kablam! --> src/source_analysis.rs:729:29 Sep 10 21:36:37.434 INFO kablam! | Sep 10 21:36:37.434 INFO kablam! 729 | let start = call.span().start().line + 1; Sep 10 21:36:37.434 INFO kablam! | ^^^^^ Sep 10 21:36:37.434 INFO kablam! | Sep 10 21:36:37.434 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 10 21:36:37.434 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 10 21:36:37.434 INFO kablam! candidate #1: `statemachine::StateData` Sep 10 21:36:37.434 INFO kablam! Sep 10 21:36:37.436 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.436 INFO kablam! --> src/source_analysis.rs:730:27 Sep 10 21:36:37.436 INFO kablam! | Sep 10 21:36:37.436 INFO kablam! 730 | let end = call.span().end().line + 1; Sep 10 21:36:37.436 INFO kablam! | ^^^ Sep 10 21:36:37.436 INFO kablam! Sep 10 21:36:37.439 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.439 INFO kablam! --> src/source_analysis.rs:741:29 Sep 10 21:36:37.439 INFO kablam! | Sep 10 21:36:37.439 INFO kablam! 741 | let start = meth.span().start().line + 1; Sep 10 21:36:37.439 INFO kablam! | ^^^^^ Sep 10 21:36:37.439 INFO kablam! | Sep 10 21:36:37.439 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 10 21:36:37.439 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 10 21:36:37.439 INFO kablam! candidate #1: `statemachine::StateData` Sep 10 21:36:37.439 INFO kablam! Sep 10 21:36:37.442 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.442 INFO kablam! --> src/source_analysis.rs:742:27 Sep 10 21:36:37.442 INFO kablam! | Sep 10 21:36:37.442 INFO kablam! 742 | let end = meth.span().end().line + 1; Sep 10 21:36:37.442 INFO kablam! | ^^^ Sep 10 21:36:37.442 INFO kablam! Sep 10 21:36:37.444 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.444 INFO kablam! --> src/source_analysis.rs:753:45 Sep 10 21:36:37.444 INFO kablam! | Sep 10 21:36:37.444 INFO kablam! 753 | let u_line = unsafe_expr.unsafe_token.0.start().line; Sep 10 21:36:37.444 INFO kablam! | ^^^^^ Sep 10 21:36:37.444 INFO kablam! | Sep 10 21:36:37.444 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 10 21:36:37.444 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 10 21:36:37.444 INFO kablam! candidate #1: `statemachine::StateData` Sep 10 21:36:37.444 INFO kablam! Sep 10 21:36:37.446 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.446 INFO kablam! --> src/source_analysis.rs:756:36 Sep 10 21:36:37.446 INFO kablam! | Sep 10 21:36:37.446 INFO kablam! 756 | if u_line != blk.brace_token.0.start().line || blk.stmts.is_empty() { Sep 10 21:36:37.446 INFO kablam! | ^^^^^ Sep 10 21:36:37.446 INFO kablam! | Sep 10 21:36:37.446 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 10 21:36:37.446 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 10 21:36:37.446 INFO kablam! candidate #1: `statemachine::StateData` Sep 10 21:36:37.446 INFO kablam! Sep 10 21:36:37.448 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.448 INFO kablam! --> src/source_analysis.rs:765:24 Sep 10 21:36:37.448 INFO kablam! | Sep 10 21:36:37.448 INFO kablam! 765 | if u_line != s.start().line { Sep 10 21:36:37.448 INFO kablam! | ^^^^^ Sep 10 21:36:37.448 INFO kablam! | Sep 10 21:36:37.448 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 10 21:36:37.448 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 10 21:36:37.448 INFO kablam! candidate #1: `statemachine::StateData` Sep 10 21:36:37.448 INFO kablam! Sep 10 21:36:37.451 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.451 INFO kablam! --> src/source_analysis.rs:782:34 Sep 10 21:36:37.451 INFO kablam! | Sep 10 21:36:37.451 INFO kablam! 782 | let start = structure.span().start().line; Sep 10 21:36:37.451 INFO kablam! | ^^^^^ Sep 10 21:36:37.451 INFO kablam! | Sep 10 21:36:37.451 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 10 21:36:37.451 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 10 21:36:37.451 INFO kablam! candidate #1: `statemachine::StateData` Sep 10 21:36:37.451 INFO kablam! Sep 10 21:36:37.453 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.453 INFO kablam! --> src/source_analysis.rs:783:32 Sep 10 21:36:37.453 INFO kablam! | Sep 10 21:36:37.453 INFO kablam! 783 | let end = structure.span().end().line; Sep 10 21:36:37.453 INFO kablam! | ^^^ Sep 10 21:36:37.453 INFO kablam! Sep 10 21:36:37.456 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.456 INFO kablam! --> src/source_analysis.rs:796:35 Sep 10 21:36:37.456 INFO kablam! | Sep 10 21:36:37.456 INFO kablam! 796 | cover.insert(span.start().line); Sep 10 21:36:37.456 INFO kablam! | ^^^^^ Sep 10 21:36:37.456 INFO kablam! | Sep 10 21:36:37.456 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 10 21:36:37.456 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 10 21:36:37.456 INFO kablam! candidate #1: `statemachine::StateData` Sep 10 21:36:37.456 INFO kablam! Sep 10 21:36:37.459 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.459 INFO kablam! --> src/source_analysis.rs:810:28 Sep 10 21:36:37.459 INFO kablam! | Sep 10 21:36:37.459 INFO kablam! 810 | let start = mac.span().start().line + 1; Sep 10 21:36:37.459 INFO kablam! | ^^^^^ Sep 10 21:36:37.459 INFO kablam! | Sep 10 21:36:37.459 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 10 21:36:37.459 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 10 21:36:37.459 INFO kablam! candidate #1: `statemachine::StateData` Sep 10 21:36:37.459 INFO kablam! Sep 10 21:36:37.461 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.461 INFO kablam! --> src/source_analysis.rs:811:26 Sep 10 21:36:37.461 INFO kablam! | Sep 10 21:36:37.461 INFO kablam! 811 | let end = mac.span().end().line + 1; Sep 10 21:36:37.461 INFO kablam! | ^^^ Sep 10 21:36:37.461 INFO kablam! Sep 10 21:36:37.465 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.465 INFO kablam! --> src/source_analysis.rs:843:28 Sep 10 21:36:37.465 INFO kablam! | Sep 10 21:36:37.465 INFO kablam! 843 | for i in t.start().line..(t.end().line+1) { Sep 10 21:36:37.465 INFO kablam! | ^^^^^ Sep 10 21:36:37.465 INFO kablam! | Sep 10 21:36:37.465 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 10 21:36:37.465 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 10 21:36:37.465 INFO kablam! candidate #1: `statemachine::StateData` Sep 10 21:36:37.465 INFO kablam! Sep 10 21:36:37.468 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 10 21:36:37.468 INFO kablam! --> src/source_analysis.rs:843:45 Sep 10 21:36:37.468 INFO kablam! | Sep 10 21:36:37.468 INFO kablam! 843 | for i in t.start().line..(t.end().line+1) { Sep 10 21:36:37.468 INFO kablam! | ^^^ Sep 10 21:36:37.468 INFO kablam! Sep 10 21:36:37.561 INFO kablam! error: aborting due to 32 previous errors Sep 10 21:36:37.561 INFO kablam! Sep 10 21:36:37.561 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 10 21:36:37.590 INFO kablam! error: Could not compile `cargo-tarpaulin`. Sep 10 21:36:37.590 INFO kablam! Sep 10 21:36:37.590 INFO kablam! To learn more, run the command again with --verbose. Sep 10 21:36:37.590 INFO kablam! su: No module specific data is present Sep 10 21:36:38.305 INFO running `"docker" "rm" "-f" "aa62b5c1d510e14764308c12c860232f4e706a23ba2ee501731d4bca4f4de66d"` Sep 10 21:36:38.389 INFO blam! aa62b5c1d510e14764308c12c860232f4e706a23ba2ee501731d4bca4f4de66d