Sep 20 05:37:24.289 INFO checking cargo-tarpaulin-0.6.6 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 20 05:37:24.289 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 20 05:37:24.289 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-6/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 05:37:24.491 INFO blam! def80f274666cb285e4bac386f1f69357a9620418ab74fe481c6ab20be7d3d7f Sep 20 05:37:24.493 INFO running `"docker" "start" "-a" "def80f274666cb285e4bac386f1f69357a9620418ab74fe481c6ab20be7d3d7f"` Sep 20 05:37:25.514 INFO kablam! usermod: no changes Sep 20 05:37:25.978 INFO kablam! Checking uuid v0.6.5 Sep 20 05:37:25.986 INFO kablam! Checking parity-wasm v0.31.3 Sep 20 05:37:25.986 INFO kablam! Checking gimli v0.16.1 Sep 20 05:37:25.986 INFO kablam! Checking semver v0.8.0 Sep 20 05:37:25.986 INFO kablam! Checking syn v0.14.9 Sep 20 05:37:25.986 INFO kablam! Compiling scroll_derive v0.9.4 Sep 20 05:37:25.986 INFO kablam! Checking crates-io v0.13.0 Sep 20 05:37:25.986 INFO kablam! Checking ignore v0.2.2 Sep 20 05:37:27.613 INFO kablam! Checking git2-curl v0.7.0 Sep 20 05:37:29.922 INFO kablam! Checking coveralls-api v0.3.3 Sep 20 05:37:31.981 INFO kablam! Checking quick-xml v0.12.4 Sep 20 05:37:37.183 INFO kablam! Checking cargo v0.24.0 Sep 20 05:37:45.926 INFO kablam! Checking scroll v0.9.0 Sep 20 05:37:49.170 INFO kablam! Checking goblin v0.0.15 Sep 20 05:38:05.663 INFO kablam! Checking object v0.9.0 Sep 20 05:38:10.572 INFO kablam! Checking cargo-tarpaulin v0.6.6 (/source) Sep 20 05:38:19.974 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:19.975 INFO kablam! --> src/source_analysis.rs:77:27 Sep 20 05:38:19.975 INFO kablam! | Sep 20 05:38:19.976 INFO kablam! 77 | for i in span.start().line..(span.end().line+1) { Sep 20 05:38:19.976 INFO kablam! | ^^^^^ Sep 20 05:38:19.976 INFO kablam! | Sep 20 05:38:19.977 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 05:38:19.977 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 05:38:19.978 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 05:38:19.978 INFO kablam! Sep 20 05:38:19.984 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:19.985 INFO kablam! --> src/source_analysis.rs:77:47 Sep 20 05:38:19.985 INFO kablam! | Sep 20 05:38:19.986 INFO kablam! 77 | for i in span.start().line..(span.end().line+1) { Sep 20 05:38:19.986 INFO kablam! | ^^^ Sep 20 05:38:19.986 INFO kablam! Sep 20 05:38:19.994 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:19.995 INFO kablam! --> src/source_analysis.rs:97:28 Sep 20 05:38:19.995 INFO kablam! | Sep 20 05:38:19.995 INFO kablam! 97 | let len = span.end().line - span.start().line; Sep 20 05:38:19.996 INFO kablam! | ^^^ Sep 20 05:38:19.996 INFO kablam! Sep 20 05:38:19.996 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:19.997 INFO kablam! --> src/source_analysis.rs:97:46 Sep 20 05:38:19.997 INFO kablam! | Sep 20 05:38:19.998 INFO kablam! 97 | let len = span.end().line - span.start().line; Sep 20 05:38:19.998 INFO kablam! | ^^^^^ Sep 20 05:38:19.999 INFO kablam! | Sep 20 05:38:19.999 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 05:38:19.999 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 05:38:20.000 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 05:38:20.000 INFO kablam! Sep 20 05:38:20.010 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.011 INFO kablam! --> src/source_analysis.rs:99:62 Sep 20 05:38:20.011 INFO kablam! | Sep 20 05:38:20.011 INFO kablam! 99 | for (i, line) in c.lines().enumerate().skip(span.start().line - 1).take(len) { Sep 20 05:38:20.012 INFO kablam! | ^^^^^ Sep 20 05:38:20.012 INFO kablam! | Sep 20 05:38:20.013 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 05:38:20.013 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 05:38:20.014 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 05:38:20.014 INFO kablam! Sep 20 05:38:20.014 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.015 INFO kablam! --> src/source_analysis.rs:118:23 Sep 20 05:38:20.015 INFO kablam! | Sep 20 05:38:20.015 INFO kablam! 118 | for i in span.start().line..(span.end().line +1) { Sep 20 05:38:20.016 INFO kablam! | ^^^^^ Sep 20 05:38:20.016 INFO kablam! | Sep 20 05:38:20.017 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 05:38:20.017 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 05:38:20.018 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 05:38:20.018 INFO kablam! Sep 20 05:38:20.021 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.021 INFO kablam! --> src/source_analysis.rs:118:43 Sep 20 05:38:20.021 INFO kablam! | Sep 20 05:38:20.021 INFO kablam! 118 | for i in span.start().line..(span.end().line +1) { Sep 20 05:38:20.021 INFO kablam! | ^^^ Sep 20 05:38:20.021 INFO kablam! Sep 20 05:38:20.096 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.096 INFO kablam! --> src/source_analysis.rs:430:53 Sep 20 05:38:20.096 INFO kablam! | Sep 20 05:38:20.096 INFO kablam! 430 | let line_number = func.decl.fn_token.span().start().line; Sep 20 05:38:20.096 INFO kablam! | ^^^^^ Sep 20 05:38:20.096 INFO kablam! | Sep 20 05:38:20.096 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 05:38:20.096 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 05:38:20.096 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 05:38:20.096 INFO kablam! Sep 20 05:38:20.098 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.098 INFO kablam! --> src/source_analysis.rs:433:47 Sep 20 05:38:20.098 INFO kablam! | Sep 20 05:38:20.098 INFO kablam! 433 | let decl_start = func.decl.fn_token.0.start().line+1; Sep 20 05:38:20.098 INFO kablam! | ^^^^^ Sep 20 05:38:20.098 INFO kablam! | Sep 20 05:38:20.098 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 05:38:20.098 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 05:38:20.098 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 05:38:20.104 INFO kablam! Sep 20 05:38:20.106 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.106 INFO kablam! --> src/source_analysis.rs:434:45 Sep 20 05:38:20.106 INFO kablam! | Sep 20 05:38:20.106 INFO kablam! 434 | let stmts_start = func.block.span().start().line; Sep 20 05:38:20.106 INFO kablam! | ^^^^^ Sep 20 05:38:20.106 INFO kablam! | Sep 20 05:38:20.106 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 05:38:20.106 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 05:38:20.106 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 05:38:20.106 INFO kablam! Sep 20 05:38:20.124 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.124 INFO kablam! --> src/source_analysis.rs:502:74 Sep 20 05:38:20.124 INFO kablam! | Sep 20 05:38:20.124 INFO kablam! 502 | analysis.ignore.remove(&Lines::Line(i.sig.span().start().line)); Sep 20 05:38:20.124 INFO kablam! | ^^^^^ Sep 20 05:38:20.124 INFO kablam! | Sep 20 05:38:20.124 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 05:38:20.124 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 05:38:20.124 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 05:38:20.124 INFO kablam! Sep 20 05:38:20.126 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.126 INFO kablam! --> src/source_analysis.rs:505:64 Sep 20 05:38:20.126 INFO kablam! | Sep 20 05:38:20.126 INFO kablam! 505 | let decl_start = i.sig.decl.fn_token.0.start().line+1; Sep 20 05:38:20.126 INFO kablam! | ^^^^^ Sep 20 05:38:20.126 INFO kablam! | Sep 20 05:38:20.126 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 05:38:20.126 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 05:38:20.126 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 05:38:20.126 INFO kablam! Sep 20 05:38:20.127 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.127 INFO kablam! --> src/source_analysis.rs:506:56 Sep 20 05:38:20.127 INFO kablam! | Sep 20 05:38:20.127 INFO kablam! 506 | let stmts_start = block.span().start().line; Sep 20 05:38:20.127 INFO kablam! | ^^^^^ Sep 20 05:38:20.127 INFO kablam! | Sep 20 05:38:20.127 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 05:38:20.127 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 05:38:20.127 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 05:38:20.127 INFO kablam! Sep 20 05:38:20.132 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.132 INFO kablam! --> src/source_analysis.rs:540:66 Sep 20 05:38:20.132 INFO kablam! | Sep 20 05:38:20.132 INFO kablam! 540 | analysis.ignore.remove(&Lines::Line(i.span().start().line)); Sep 20 05:38:20.132 INFO kablam! | ^^^^^ Sep 20 05:38:20.132 INFO kablam! | Sep 20 05:38:20.132 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 05:38:20.132 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 05:38:20.132 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 05:38:20.132 INFO kablam! Sep 20 05:38:20.134 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.134 INFO kablam! --> src/source_analysis.rs:543:60 Sep 20 05:38:20.134 INFO kablam! | Sep 20 05:38:20.134 INFO kablam! 543 | let decl_start = i.sig.decl.fn_token.0.start().line+1; Sep 20 05:38:20.134 INFO kablam! | ^^^^^ Sep 20 05:38:20.134 INFO kablam! | Sep 20 05:38:20.134 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 05:38:20.134 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 05:38:20.134 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 05:38:20.134 INFO kablam! Sep 20 05:38:20.135 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.135 INFO kablam! --> src/source_analysis.rs:544:54 Sep 20 05:38:20.135 INFO kablam! | Sep 20 05:38:20.135 INFO kablam! 544 | let stmts_start = i.block.span().start().line; Sep 20 05:38:20.135 INFO kablam! | ^^^^^ Sep 20 05:38:20.135 INFO kablam! | Sep 20 05:38:20.135 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 05:38:20.135 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 05:38:20.135 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 05:38:20.135 INFO kablam! Sep 20 05:38:20.163 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.163 INFO kablam! --> src/source_analysis.rs:718:28 Sep 20 05:38:20.163 INFO kablam! | Sep 20 05:38:20.163 INFO kablam! 718 | for i in s.start().line..(s.end().line+1) { Sep 20 05:38:20.163 INFO kablam! | ^^^^^ Sep 20 05:38:20.163 INFO kablam! | Sep 20 05:38:20.163 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 05:38:20.163 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 05:38:20.163 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 05:38:20.163 INFO kablam! Sep 20 05:38:20.166 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.166 INFO kablam! --> src/source_analysis.rs:718:45 Sep 20 05:38:20.166 INFO kablam! | Sep 20 05:38:20.166 INFO kablam! 718 | for i in s.start().line..(s.end().line+1) { Sep 20 05:38:20.166 INFO kablam! | ^^^ Sep 20 05:38:20.166 INFO kablam! Sep 20 05:38:20.169 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.169 INFO kablam! --> src/source_analysis.rs:729:29 Sep 20 05:38:20.169 INFO kablam! | Sep 20 05:38:20.169 INFO kablam! 729 | let start = call.span().start().line + 1; Sep 20 05:38:20.169 INFO kablam! | ^^^^^ Sep 20 05:38:20.169 INFO kablam! | Sep 20 05:38:20.169 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 05:38:20.169 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 05:38:20.169 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 05:38:20.169 INFO kablam! Sep 20 05:38:20.171 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.172 INFO kablam! --> src/source_analysis.rs:730:27 Sep 20 05:38:20.172 INFO kablam! | Sep 20 05:38:20.172 INFO kablam! 730 | let end = call.span().end().line + 1; Sep 20 05:38:20.172 INFO kablam! | ^^^ Sep 20 05:38:20.172 INFO kablam! Sep 20 05:38:20.179 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.179 INFO kablam! --> src/source_analysis.rs:741:29 Sep 20 05:38:20.179 INFO kablam! | Sep 20 05:38:20.179 INFO kablam! 741 | let start = meth.span().start().line + 1; Sep 20 05:38:20.179 INFO kablam! | ^^^^^ Sep 20 05:38:20.179 INFO kablam! | Sep 20 05:38:20.179 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 05:38:20.179 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 05:38:20.179 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 05:38:20.179 INFO kablam! Sep 20 05:38:20.182 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.182 INFO kablam! --> src/source_analysis.rs:742:27 Sep 20 05:38:20.182 INFO kablam! | Sep 20 05:38:20.182 INFO kablam! 742 | let end = meth.span().end().line + 1; Sep 20 05:38:20.182 INFO kablam! | ^^^ Sep 20 05:38:20.182 INFO kablam! Sep 20 05:38:20.185 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.185 INFO kablam! --> src/source_analysis.rs:753:45 Sep 20 05:38:20.185 INFO kablam! | Sep 20 05:38:20.185 INFO kablam! 753 | let u_line = unsafe_expr.unsafe_token.0.start().line; Sep 20 05:38:20.185 INFO kablam! | ^^^^^ Sep 20 05:38:20.185 INFO kablam! | Sep 20 05:38:20.185 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 05:38:20.185 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 05:38:20.185 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 05:38:20.185 INFO kablam! Sep 20 05:38:20.187 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.187 INFO kablam! --> src/source_analysis.rs:756:36 Sep 20 05:38:20.187 INFO kablam! | Sep 20 05:38:20.187 INFO kablam! 756 | if u_line != blk.brace_token.0.start().line || blk.stmts.is_empty() { Sep 20 05:38:20.187 INFO kablam! | ^^^^^ Sep 20 05:38:20.187 INFO kablam! | Sep 20 05:38:20.187 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 05:38:20.187 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 05:38:20.187 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 05:38:20.187 INFO kablam! Sep 20 05:38:20.194 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.194 INFO kablam! --> src/source_analysis.rs:765:24 Sep 20 05:38:20.194 INFO kablam! | Sep 20 05:38:20.194 INFO kablam! 765 | if u_line != s.start().line { Sep 20 05:38:20.194 INFO kablam! | ^^^^^ Sep 20 05:38:20.194 INFO kablam! | Sep 20 05:38:20.194 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 05:38:20.194 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 05:38:20.194 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 05:38:20.194 INFO kablam! Sep 20 05:38:20.197 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.197 INFO kablam! --> src/source_analysis.rs:782:34 Sep 20 05:38:20.197 INFO kablam! | Sep 20 05:38:20.197 INFO kablam! 782 | let start = structure.span().start().line; Sep 20 05:38:20.197 INFO kablam! | ^^^^^ Sep 20 05:38:20.197 INFO kablam! | Sep 20 05:38:20.197 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 05:38:20.197 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 05:38:20.197 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 05:38:20.197 INFO kablam! Sep 20 05:38:20.199 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.199 INFO kablam! --> src/source_analysis.rs:783:32 Sep 20 05:38:20.199 INFO kablam! | Sep 20 05:38:20.199 INFO kablam! 783 | let end = structure.span().end().line; Sep 20 05:38:20.200 INFO kablam! | ^^^ Sep 20 05:38:20.200 INFO kablam! Sep 20 05:38:20.202 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.202 INFO kablam! --> src/source_analysis.rs:796:35 Sep 20 05:38:20.202 INFO kablam! | Sep 20 05:38:20.202 INFO kablam! 796 | cover.insert(span.start().line); Sep 20 05:38:20.202 INFO kablam! | ^^^^^ Sep 20 05:38:20.202 INFO kablam! | Sep 20 05:38:20.202 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 05:38:20.202 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 05:38:20.202 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 05:38:20.202 INFO kablam! Sep 20 05:38:20.205 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.205 INFO kablam! --> src/source_analysis.rs:810:28 Sep 20 05:38:20.205 INFO kablam! | Sep 20 05:38:20.205 INFO kablam! 810 | let start = mac.span().start().line + 1; Sep 20 05:38:20.205 INFO kablam! | ^^^^^ Sep 20 05:38:20.205 INFO kablam! | Sep 20 05:38:20.205 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 05:38:20.206 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 05:38:20.206 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 05:38:20.206 INFO kablam! Sep 20 05:38:20.212 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.213 INFO kablam! --> src/source_analysis.rs:811:26 Sep 20 05:38:20.213 INFO kablam! | Sep 20 05:38:20.213 INFO kablam! 811 | let end = mac.span().end().line + 1; Sep 20 05:38:20.213 INFO kablam! | ^^^ Sep 20 05:38:20.213 INFO kablam! Sep 20 05:38:20.218 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.218 INFO kablam! --> src/source_analysis.rs:843:28 Sep 20 05:38:20.218 INFO kablam! | Sep 20 05:38:20.218 INFO kablam! 843 | for i in t.start().line..(t.end().line+1) { Sep 20 05:38:20.218 INFO kablam! | ^^^^^ Sep 20 05:38:20.218 INFO kablam! | Sep 20 05:38:20.218 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 05:38:20.218 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 05:38:20.218 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 05:38:20.218 INFO kablam! Sep 20 05:38:20.238 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.238 INFO kablam! --> src/source_analysis.rs:843:45 Sep 20 05:38:20.238 INFO kablam! | Sep 20 05:38:20.238 INFO kablam! 843 | for i in t.start().line..(t.end().line+1) { Sep 20 05:38:20.238 INFO kablam! | ^^^ Sep 20 05:38:20.238 INFO kablam! Sep 20 05:38:20.442 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.443 INFO kablam! --> src/source_analysis.rs:77:27 Sep 20 05:38:20.443 INFO kablam! | Sep 20 05:38:20.443 INFO kablam! 77 | for i in span.start().line..(span.end().line+1) { Sep 20 05:38:20.444 INFO kablam! | ^^^^^ Sep 20 05:38:20.444 INFO kablam! | Sep 20 05:38:20.445 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 05:38:20.445 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 05:38:20.446 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 05:38:20.446 INFO kablam! Sep 20 05:38:20.446 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.447 INFO kablam! --> src/source_analysis.rs:77:47 Sep 20 05:38:20.447 INFO kablam! | Sep 20 05:38:20.447 INFO kablam! 77 | for i in span.start().line..(span.end().line+1) { Sep 20 05:38:20.448 INFO kablam! | ^^^ Sep 20 05:38:20.448 INFO kablam! Sep 20 05:38:20.468 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.468 INFO kablam! --> src/source_analysis.rs:97:28 Sep 20 05:38:20.469 INFO kablam! | Sep 20 05:38:20.469 INFO kablam! 97 | let len = span.end().line - span.start().line; Sep 20 05:38:20.470 INFO kablam! | ^^^ Sep 20 05:38:20.470 INFO kablam! Sep 20 05:38:20.470 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.471 INFO kablam! --> src/source_analysis.rs:97:46 Sep 20 05:38:20.471 INFO kablam! | Sep 20 05:38:20.472 INFO kablam! 97 | let len = span.end().line - span.start().line; Sep 20 05:38:20.472 INFO kablam! | ^^^^^ Sep 20 05:38:20.473 INFO kablam! | Sep 20 05:38:20.473 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 05:38:20.473 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 05:38:20.474 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 05:38:20.474 INFO kablam! Sep 20 05:38:20.475 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.475 INFO kablam! --> src/source_analysis.rs:99:62 Sep 20 05:38:20.476 INFO kablam! | Sep 20 05:38:20.476 INFO kablam! 99 | for (i, line) in c.lines().enumerate().skip(span.start().line - 1).take(len) { Sep 20 05:38:20.476 INFO kablam! | ^^^^^ Sep 20 05:38:20.477 INFO kablam! | Sep 20 05:38:20.477 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 05:38:20.478 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 05:38:20.478 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 05:38:20.478 INFO kablam! Sep 20 05:38:20.479 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.479 INFO kablam! --> src/source_analysis.rs:118:23 Sep 20 05:38:20.480 INFO kablam! | Sep 20 05:38:20.480 INFO kablam! 118 | for i in span.start().line..(span.end().line +1) { Sep 20 05:38:20.480 INFO kablam! | ^^^^^ Sep 20 05:38:20.481 INFO kablam! | Sep 20 05:38:20.481 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 05:38:20.481 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 05:38:20.482 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 05:38:20.482 INFO kablam! Sep 20 05:38:20.484 INFO kablam! error: aborting due to 32 previous errors Sep 20 05:38:20.484 INFO kablam! Sep 20 05:38:20.485 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 20 05:38:20.491 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.491 INFO kablam! --> src/source_analysis.rs:118:43 Sep 20 05:38:20.492 INFO kablam! | Sep 20 05:38:20.492 INFO kablam! 118 | for i in span.start().line..(span.end().line +1) { Sep 20 05:38:20.493 INFO kablam! | ^^^ Sep 20 05:38:20.493 INFO kablam! Sep 20 05:38:20.537 INFO kablam! error: Could not compile `cargo-tarpaulin`. Sep 20 05:38:20.538 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 05:38:20.578 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.579 INFO kablam! --> src/source_analysis.rs:430:53 Sep 20 05:38:20.579 INFO kablam! | Sep 20 05:38:20.580 INFO kablam! 430 | let line_number = func.decl.fn_token.span().start().line; Sep 20 05:38:20.580 INFO kablam! | ^^^^^ Sep 20 05:38:20.581 INFO kablam! | Sep 20 05:38:20.581 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 05:38:20.581 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 05:38:20.582 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 05:38:20.582 INFO kablam! Sep 20 05:38:20.586 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.586 INFO kablam! --> src/source_analysis.rs:433:47 Sep 20 05:38:20.587 INFO kablam! | Sep 20 05:38:20.587 INFO kablam! 433 | let decl_start = func.decl.fn_token.0.start().line+1; Sep 20 05:38:20.588 INFO kablam! | ^^^^^ Sep 20 05:38:20.588 INFO kablam! | Sep 20 05:38:20.589 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 05:38:20.589 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 05:38:20.590 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 05:38:20.590 INFO kablam! Sep 20 05:38:20.590 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.591 INFO kablam! --> src/source_analysis.rs:434:45 Sep 20 05:38:20.591 INFO kablam! | Sep 20 05:38:20.591 INFO kablam! 434 | let stmts_start = func.block.span().start().line; Sep 20 05:38:20.592 INFO kablam! | ^^^^^ Sep 20 05:38:20.592 INFO kablam! | Sep 20 05:38:20.592 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 05:38:20.593 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 05:38:20.593 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 05:38:20.593 INFO kablam! Sep 20 05:38:20.595 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.595 INFO kablam! --> src/source_analysis.rs:502:74 Sep 20 05:38:20.596 INFO kablam! | Sep 20 05:38:20.596 INFO kablam! 502 | analysis.ignore.remove(&Lines::Line(i.sig.span().start().line)); Sep 20 05:38:20.597 INFO kablam! | ^^^^^ Sep 20 05:38:20.597 INFO kablam! | Sep 20 05:38:20.597 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 05:38:20.598 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 05:38:20.598 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 05:38:20.599 INFO kablam! Sep 20 05:38:20.599 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.599 INFO kablam! --> src/source_analysis.rs:505:64 Sep 20 05:38:20.600 INFO kablam! | Sep 20 05:38:20.600 INFO kablam! 505 | let decl_start = i.sig.decl.fn_token.0.start().line+1; Sep 20 05:38:20.600 INFO kablam! | ^^^^^ Sep 20 05:38:20.601 INFO kablam! | Sep 20 05:38:20.601 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 05:38:20.602 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 05:38:20.602 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 05:38:20.602 INFO kablam! Sep 20 05:38:20.603 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.603 INFO kablam! --> src/source_analysis.rs:506:56 Sep 20 05:38:20.604 INFO kablam! | Sep 20 05:38:20.604 INFO kablam! 506 | let stmts_start = block.span().start().line; Sep 20 05:38:20.604 INFO kablam! | ^^^^^ Sep 20 05:38:20.605 INFO kablam! | Sep 20 05:38:20.605 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 05:38:20.606 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 05:38:20.606 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 05:38:20.607 INFO kablam! Sep 20 05:38:20.607 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.607 INFO kablam! --> src/source_analysis.rs:540:66 Sep 20 05:38:20.608 INFO kablam! | Sep 20 05:38:20.608 INFO kablam! 540 | analysis.ignore.remove(&Lines::Line(i.span().start().line)); Sep 20 05:38:20.609 INFO kablam! | ^^^^^ Sep 20 05:38:20.609 INFO kablam! | Sep 20 05:38:20.610 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 05:38:20.610 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 05:38:20.611 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 05:38:20.611 INFO kablam! Sep 20 05:38:20.611 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.612 INFO kablam! --> src/source_analysis.rs:543:60 Sep 20 05:38:20.612 INFO kablam! | Sep 20 05:38:20.613 INFO kablam! 543 | let decl_start = i.sig.decl.fn_token.0.start().line+1; Sep 20 05:38:20.613 INFO kablam! | ^^^^^ Sep 20 05:38:20.614 INFO kablam! | Sep 20 05:38:20.614 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 05:38:20.614 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 05:38:20.615 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 05:38:20.615 INFO kablam! Sep 20 05:38:20.616 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.616 INFO kablam! --> src/source_analysis.rs:544:54 Sep 20 05:38:20.617 INFO kablam! | Sep 20 05:38:20.617 INFO kablam! 544 | let stmts_start = i.block.span().start().line; Sep 20 05:38:20.618 INFO kablam! | ^^^^^ Sep 20 05:38:20.618 INFO kablam! | Sep 20 05:38:20.618 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 05:38:20.619 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 05:38:20.619 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 05:38:20.620 INFO kablam! Sep 20 05:38:20.620 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.621 INFO kablam! --> src/source_analysis.rs:718:28 Sep 20 05:38:20.621 INFO kablam! | Sep 20 05:38:20.622 INFO kablam! 718 | for i in s.start().line..(s.end().line+1) { Sep 20 05:38:20.622 INFO kablam! | ^^^^^ Sep 20 05:38:20.622 INFO kablam! | Sep 20 05:38:20.623 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 05:38:20.623 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 05:38:20.623 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 05:38:20.624 INFO kablam! Sep 20 05:38:20.624 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.624 INFO kablam! --> src/source_analysis.rs:718:45 Sep 20 05:38:20.625 INFO kablam! | Sep 20 05:38:20.625 INFO kablam! 718 | for i in s.start().line..(s.end().line+1) { Sep 20 05:38:20.625 INFO kablam! | ^^^ Sep 20 05:38:20.626 INFO kablam! Sep 20 05:38:20.626 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.626 INFO kablam! --> src/source_analysis.rs:729:29 Sep 20 05:38:20.627 INFO kablam! | Sep 20 05:38:20.627 INFO kablam! 729 | let start = call.span().start().line + 1; Sep 20 05:38:20.627 INFO kablam! | ^^^^^ Sep 20 05:38:20.628 INFO kablam! | Sep 20 05:38:20.628 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 05:38:20.628 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 05:38:20.629 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 05:38:20.629 INFO kablam! Sep 20 05:38:20.629 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.630 INFO kablam! --> src/source_analysis.rs:730:27 Sep 20 05:38:20.630 INFO kablam! | Sep 20 05:38:20.631 INFO kablam! 730 | let end = call.span().end().line + 1; Sep 20 05:38:20.631 INFO kablam! | ^^^ Sep 20 05:38:20.631 INFO kablam! Sep 20 05:38:20.632 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.632 INFO kablam! --> src/source_analysis.rs:741:29 Sep 20 05:38:20.633 INFO kablam! | Sep 20 05:38:20.633 INFO kablam! 741 | let start = meth.span().start().line + 1; Sep 20 05:38:20.633 INFO kablam! | ^^^^^ Sep 20 05:38:20.634 INFO kablam! | Sep 20 05:38:20.634 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 05:38:20.635 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 05:38:20.635 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 05:38:20.635 INFO kablam! Sep 20 05:38:20.636 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.636 INFO kablam! --> src/source_analysis.rs:742:27 Sep 20 05:38:20.637 INFO kablam! | Sep 20 05:38:20.637 INFO kablam! 742 | let end = meth.span().end().line + 1; Sep 20 05:38:20.637 INFO kablam! | ^^^ Sep 20 05:38:20.638 INFO kablam! Sep 20 05:38:20.638 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.638 INFO kablam! --> src/source_analysis.rs:753:45 Sep 20 05:38:20.639 INFO kablam! | Sep 20 05:38:20.639 INFO kablam! 753 | let u_line = unsafe_expr.unsafe_token.0.start().line; Sep 20 05:38:20.640 INFO kablam! | ^^^^^ Sep 20 05:38:20.640 INFO kablam! | Sep 20 05:38:20.640 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 05:38:20.641 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 05:38:20.641 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 05:38:20.642 INFO kablam! Sep 20 05:38:20.642 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.642 INFO kablam! --> src/source_analysis.rs:756:36 Sep 20 05:38:20.643 INFO kablam! | Sep 20 05:38:20.643 INFO kablam! 756 | if u_line != blk.brace_token.0.start().line || blk.stmts.is_empty() { Sep 20 05:38:20.644 INFO kablam! | ^^^^^ Sep 20 05:38:20.644 INFO kablam! | Sep 20 05:38:20.645 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 05:38:20.645 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 05:38:20.645 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 05:38:20.646 INFO kablam! Sep 20 05:38:20.646 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.647 INFO kablam! --> src/source_analysis.rs:765:24 Sep 20 05:38:20.647 INFO kablam! | Sep 20 05:38:20.648 INFO kablam! 765 | if u_line != s.start().line { Sep 20 05:38:20.648 INFO kablam! | ^^^^^ Sep 20 05:38:20.648 INFO kablam! | Sep 20 05:38:20.649 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 05:38:20.649 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 05:38:20.650 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 05:38:20.650 INFO kablam! Sep 20 05:38:20.650 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.651 INFO kablam! --> src/source_analysis.rs:782:34 Sep 20 05:38:20.651 INFO kablam! | Sep 20 05:38:20.651 INFO kablam! 782 | let start = structure.span().start().line; Sep 20 05:38:20.652 INFO kablam! | ^^^^^ Sep 20 05:38:20.652 INFO kablam! | Sep 20 05:38:20.652 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 05:38:20.653 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 05:38:20.653 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 05:38:20.653 INFO kablam! Sep 20 05:38:20.654 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.654 INFO kablam! --> src/source_analysis.rs:783:32 Sep 20 05:38:20.655 INFO kablam! | Sep 20 05:38:20.655 INFO kablam! 783 | let end = structure.span().end().line; Sep 20 05:38:20.656 INFO kablam! | ^^^ Sep 20 05:38:20.656 INFO kablam! Sep 20 05:38:20.656 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.657 INFO kablam! --> src/source_analysis.rs:796:35 Sep 20 05:38:20.657 INFO kablam! | Sep 20 05:38:20.658 INFO kablam! 796 | cover.insert(span.start().line); Sep 20 05:38:20.658 INFO kablam! | ^^^^^ Sep 20 05:38:20.659 INFO kablam! | Sep 20 05:38:20.659 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 05:38:20.660 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 05:38:20.660 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 05:38:20.660 INFO kablam! Sep 20 05:38:20.661 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.661 INFO kablam! --> src/source_analysis.rs:810:28 Sep 20 05:38:20.662 INFO kablam! | Sep 20 05:38:20.662 INFO kablam! 810 | let start = mac.span().start().line + 1; Sep 20 05:38:20.663 INFO kablam! | ^^^^^ Sep 20 05:38:20.663 INFO kablam! | Sep 20 05:38:20.664 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 05:38:20.664 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 05:38:20.664 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 05:38:20.665 INFO kablam! Sep 20 05:38:20.665 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.666 INFO kablam! --> src/source_analysis.rs:811:26 Sep 20 05:38:20.666 INFO kablam! | Sep 20 05:38:20.666 INFO kablam! 811 | let end = mac.span().end().line + 1; Sep 20 05:38:20.667 INFO kablam! | ^^^ Sep 20 05:38:20.667 INFO kablam! Sep 20 05:38:20.668 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.668 INFO kablam! --> src/source_analysis.rs:843:28 Sep 20 05:38:20.668 INFO kablam! | Sep 20 05:38:20.669 INFO kablam! 843 | for i in t.start().line..(t.end().line+1) { Sep 20 05:38:20.669 INFO kablam! | ^^^^^ Sep 20 05:38:20.670 INFO kablam! | Sep 20 05:38:20.670 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 05:38:20.671 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 05:38:20.671 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 05:38:20.671 INFO kablam! Sep 20 05:38:20.672 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 20 05:38:20.672 INFO kablam! --> src/source_analysis.rs:843:45 Sep 20 05:38:20.672 INFO kablam! | Sep 20 05:38:20.673 INFO kablam! 843 | for i in t.start().line..(t.end().line+1) { Sep 20 05:38:20.673 INFO kablam! | ^^^ Sep 20 05:38:20.673 INFO kablam! Sep 20 05:38:20.717 INFO kablam! error: aborting due to 32 previous errors Sep 20 05:38:20.717 INFO kablam! Sep 20 05:38:20.718 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 20 05:38:20.758 INFO kablam! error: Could not compile `cargo-tarpaulin`. Sep 20 05:38:20.759 INFO kablam! Sep 20 05:38:20.759 INFO kablam! To learn more, run the command again with --verbose. Sep 20 05:38:20.761 INFO kablam! su: No module specific data is present Sep 20 05:38:23.155 INFO running `"docker" "rm" "-f" "def80f274666cb285e4bac386f1f69357a9620418ab74fe481c6ab20be7d3d7f"` Sep 20 05:38:23.289 INFO blam! def80f274666cb285e4bac386f1f69357a9620418ab74fe481c6ab20be7d3d7f