Sep 20 03:57:28.470 INFO checking cargo-tarpaulin-0.6.6 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 20 03:57:28.470 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 20 03:57:28.470 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-6/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 03:57:28.640 INFO blam! 6df508fc97180f112765db68d9e5e3db25069b2f1e722d093a0b1bc3e73204ce Sep 20 03:57:28.641 INFO running `"docker" "start" "-a" "6df508fc97180f112765db68d9e5e3db25069b2f1e722d093a0b1bc3e73204ce"` Sep 20 03:57:30.202 INFO kablam! usermod: no changes Sep 20 03:57:30.567 INFO kablam! Checking uuid v0.6.5 Sep 20 03:57:30.571 INFO kablam! Checking proc-macro2 v0.4.19 Sep 20 03:57:30.571 INFO kablam! Checking jobserver v0.1.11 Sep 20 03:57:30.572 INFO kablam! Checking tar v0.4.16 Sep 20 03:57:30.572 INFO kablam! Checking gimli v0.16.1 Sep 20 03:57:30.572 INFO kablam! Checking semver v0.8.0 Sep 20 03:57:30.572 INFO kablam! Checking serde_ignored v0.0.4 Sep 20 03:57:30.581 INFO kablam! Compiling scroll_derive v0.9.4 Sep 20 03:57:31.887 INFO kablam! Checking crypto-hash v0.3.1 Sep 20 03:57:32.219 INFO kablam! Checking globset v0.2.1 Sep 20 03:57:32.761 INFO kablam! Checking crates-io v0.13.0 Sep 20 03:57:33.751 INFO kablam! Checking git2-curl v0.7.0 Sep 20 03:57:34.115 INFO kablam! Checking coveralls-api v0.3.3 Sep 20 03:57:35.831 INFO kablam! Checking quick-xml v0.12.4 Sep 20 03:57:38.924 INFO kablam! Checking ignore v0.2.2 Sep 20 03:57:41.917 INFO kablam! Checking quote v0.6.8 Sep 20 03:57:46.905 INFO kablam! Checking cargo v0.24.0 Sep 20 03:57:46.971 INFO kablam! Checking scroll v0.9.0 Sep 20 03:57:48.603 INFO kablam! Checking syn v0.14.9 Sep 20 03:57:49.631 INFO kablam! Checking goblin v0.0.15 Sep 20 03:58:08.219 INFO kablam! Checking object v0.9.0 Sep 20 03:58:18.283 INFO kablam! Checking cargo-tarpaulin v0.6.6 (/source) Sep 20 03:58:27.839 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:27.839 INFO kablam! --> src/source_analysis.rs:77:27 Sep 20 03:58:27.839 INFO kablam! | Sep 20 03:58:27.839 INFO kablam! 77 | for i in span.start().line..(span.end().line+1) { Sep 20 03:58:27.839 INFO kablam! | ^^^^^ Sep 20 03:58:27.839 INFO kablam! | Sep 20 03:58:27.839 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 03:58:27.839 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 03:58:27.839 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 03:58:27.839 INFO kablam! Sep 20 03:58:27.843 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:27.843 INFO kablam! --> src/source_analysis.rs:77:47 Sep 20 03:58:27.843 INFO kablam! | Sep 20 03:58:27.843 INFO kablam! 77 | for i in span.start().line..(span.end().line+1) { Sep 20 03:58:27.843 INFO kablam! | ^^^ Sep 20 03:58:27.843 INFO kablam! Sep 20 03:58:27.853 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:27.853 INFO kablam! --> src/source_analysis.rs:97:28 Sep 20 03:58:27.853 INFO kablam! | Sep 20 03:58:27.853 INFO kablam! 97 | let len = span.end().line - span.start().line; Sep 20 03:58:27.853 INFO kablam! | ^^^ Sep 20 03:58:27.853 INFO kablam! Sep 20 03:58:27.855 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:27.855 INFO kablam! --> src/source_analysis.rs:97:46 Sep 20 03:58:27.855 INFO kablam! | Sep 20 03:58:27.855 INFO kablam! 97 | let len = span.end().line - span.start().line; Sep 20 03:58:27.855 INFO kablam! | ^^^^^ Sep 20 03:58:27.855 INFO kablam! | Sep 20 03:58:27.855 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 03:58:27.855 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 03:58:27.855 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 03:58:27.855 INFO kablam! Sep 20 03:58:27.859 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:27.859 INFO kablam! --> src/source_analysis.rs:99:62 Sep 20 03:58:27.859 INFO kablam! | Sep 20 03:58:27.859 INFO kablam! 99 | for (i, line) in c.lines().enumerate().skip(span.start().line - 1).take(len) { Sep 20 03:58:27.859 INFO kablam! | ^^^^^ Sep 20 03:58:27.859 INFO kablam! | Sep 20 03:58:27.859 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 03:58:27.859 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 03:58:27.859 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 03:58:27.859 INFO kablam! Sep 20 03:58:27.863 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:27.863 INFO kablam! --> src/source_analysis.rs:118:23 Sep 20 03:58:27.863 INFO kablam! | Sep 20 03:58:27.863 INFO kablam! 118 | for i in span.start().line..(span.end().line +1) { Sep 20 03:58:27.863 INFO kablam! | ^^^^^ Sep 20 03:58:27.863 INFO kablam! | Sep 20 03:58:27.863 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 03:58:27.863 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 03:58:27.863 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 03:58:27.863 INFO kablam! Sep 20 03:58:27.871 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:27.871 INFO kablam! --> src/source_analysis.rs:118:43 Sep 20 03:58:27.871 INFO kablam! | Sep 20 03:58:27.871 INFO kablam! 118 | for i in span.start().line..(span.end().line +1) { Sep 20 03:58:27.871 INFO kablam! | ^^^ Sep 20 03:58:27.871 INFO kablam! Sep 20 03:58:27.919 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:27.919 INFO kablam! --> src/source_analysis.rs:430:53 Sep 20 03:58:27.919 INFO kablam! | Sep 20 03:58:27.919 INFO kablam! 430 | let line_number = func.decl.fn_token.span().start().line; Sep 20 03:58:27.919 INFO kablam! | ^^^^^ Sep 20 03:58:27.919 INFO kablam! | Sep 20 03:58:27.919 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 03:58:27.919 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 03:58:27.919 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 03:58:27.919 INFO kablam! Sep 20 03:58:27.922 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:27.922 INFO kablam! --> src/source_analysis.rs:433:47 Sep 20 03:58:27.922 INFO kablam! | Sep 20 03:58:27.922 INFO kablam! 433 | let decl_start = func.decl.fn_token.0.start().line+1; Sep 20 03:58:27.922 INFO kablam! | ^^^^^ Sep 20 03:58:27.922 INFO kablam! | Sep 20 03:58:27.923 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 03:58:27.923 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 03:58:27.923 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 03:58:27.923 INFO kablam! Sep 20 03:58:27.923 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:27.923 INFO kablam! --> src/source_analysis.rs:434:45 Sep 20 03:58:27.923 INFO kablam! | Sep 20 03:58:27.923 INFO kablam! 434 | let stmts_start = func.block.span().start().line; Sep 20 03:58:27.923 INFO kablam! | ^^^^^ Sep 20 03:58:27.923 INFO kablam! | Sep 20 03:58:27.923 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 03:58:27.923 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 03:58:27.923 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 03:58:27.923 INFO kablam! Sep 20 03:58:27.939 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:27.939 INFO kablam! --> src/source_analysis.rs:502:74 Sep 20 03:58:27.939 INFO kablam! | Sep 20 03:58:27.939 INFO kablam! 502 | analysis.ignore.remove(&Lines::Line(i.sig.span().start().line)); Sep 20 03:58:27.939 INFO kablam! | ^^^^^ Sep 20 03:58:27.939 INFO kablam! | Sep 20 03:58:27.939 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 03:58:27.939 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 03:58:27.939 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 03:58:27.939 INFO kablam! Sep 20 03:58:27.939 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:27.939 INFO kablam! --> src/source_analysis.rs:505:64 Sep 20 03:58:27.939 INFO kablam! | Sep 20 03:58:27.939 INFO kablam! 505 | let decl_start = i.sig.decl.fn_token.0.start().line+1; Sep 20 03:58:27.939 INFO kablam! | ^^^^^ Sep 20 03:58:27.939 INFO kablam! | Sep 20 03:58:27.939 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 03:58:27.939 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 03:58:27.939 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 03:58:27.939 INFO kablam! Sep 20 03:58:27.943 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:27.943 INFO kablam! --> src/source_analysis.rs:506:56 Sep 20 03:58:27.943 INFO kablam! | Sep 20 03:58:27.943 INFO kablam! 506 | let stmts_start = block.span().start().line; Sep 20 03:58:27.943 INFO kablam! | ^^^^^ Sep 20 03:58:27.943 INFO kablam! | Sep 20 03:58:27.943 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 03:58:27.943 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 03:58:27.943 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 03:58:27.943 INFO kablam! Sep 20 03:58:27.949 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:27.949 INFO kablam! --> src/source_analysis.rs:540:66 Sep 20 03:58:27.949 INFO kablam! | Sep 20 03:58:27.949 INFO kablam! 540 | analysis.ignore.remove(&Lines::Line(i.span().start().line)); Sep 20 03:58:27.949 INFO kablam! | ^^^^^ Sep 20 03:58:27.949 INFO kablam! | Sep 20 03:58:27.949 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 03:58:27.949 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 03:58:27.949 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 03:58:27.949 INFO kablam! Sep 20 03:58:27.949 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:27.949 INFO kablam! --> src/source_analysis.rs:543:60 Sep 20 03:58:27.949 INFO kablam! | Sep 20 03:58:27.951 INFO kablam! 543 | let decl_start = i.sig.decl.fn_token.0.start().line+1; Sep 20 03:58:27.951 INFO kablam! | ^^^^^ Sep 20 03:58:27.951 INFO kablam! | Sep 20 03:58:27.951 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 03:58:27.951 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 03:58:27.951 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 03:58:27.951 INFO kablam! Sep 20 03:58:27.951 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:27.951 INFO kablam! --> src/source_analysis.rs:544:54 Sep 20 03:58:27.951 INFO kablam! | Sep 20 03:58:27.951 INFO kablam! 544 | let stmts_start = i.block.span().start().line; Sep 20 03:58:27.951 INFO kablam! | ^^^^^ Sep 20 03:58:27.959 INFO kablam! | Sep 20 03:58:27.959 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 03:58:27.959 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 03:58:27.959 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 03:58:27.959 INFO kablam! Sep 20 03:58:27.971 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:27.971 INFO kablam! --> src/source_analysis.rs:718:28 Sep 20 03:58:27.971 INFO kablam! | Sep 20 03:58:27.971 INFO kablam! 718 | for i in s.start().line..(s.end().line+1) { Sep 20 03:58:27.971 INFO kablam! | ^^^^^ Sep 20 03:58:27.971 INFO kablam! | Sep 20 03:58:27.971 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 03:58:27.971 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 03:58:27.971 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 03:58:27.971 INFO kablam! Sep 20 03:58:27.971 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:27.971 INFO kablam! --> src/source_analysis.rs:718:45 Sep 20 03:58:27.971 INFO kablam! | Sep 20 03:58:27.971 INFO kablam! 718 | for i in s.start().line..(s.end().line+1) { Sep 20 03:58:27.971 INFO kablam! | ^^^ Sep 20 03:58:27.971 INFO kablam! Sep 20 03:58:27.974 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:27.974 INFO kablam! --> src/source_analysis.rs:729:29 Sep 20 03:58:27.974 INFO kablam! | Sep 20 03:58:27.974 INFO kablam! 729 | let start = call.span().start().line + 1; Sep 20 03:58:27.974 INFO kablam! | ^^^^^ Sep 20 03:58:27.974 INFO kablam! | Sep 20 03:58:27.974 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 03:58:27.974 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 03:58:27.975 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 03:58:27.975 INFO kablam! Sep 20 03:58:27.979 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:27.979 INFO kablam! --> src/source_analysis.rs:730:27 Sep 20 03:58:27.979 INFO kablam! | Sep 20 03:58:27.979 INFO kablam! 730 | let end = call.span().end().line + 1; Sep 20 03:58:27.979 INFO kablam! | ^^^ Sep 20 03:58:27.979 INFO kablam! Sep 20 03:58:27.987 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:27.987 INFO kablam! --> src/source_analysis.rs:741:29 Sep 20 03:58:27.987 INFO kablam! | Sep 20 03:58:27.987 INFO kablam! 741 | let start = meth.span().start().line + 1; Sep 20 03:58:27.987 INFO kablam! | ^^^^^ Sep 20 03:58:27.987 INFO kablam! | Sep 20 03:58:27.987 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 03:58:27.987 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 03:58:27.987 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 03:58:27.987 INFO kablam! Sep 20 03:58:27.991 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:27.991 INFO kablam! --> src/source_analysis.rs:742:27 Sep 20 03:58:27.991 INFO kablam! | Sep 20 03:58:27.991 INFO kablam! 742 | let end = meth.span().end().line + 1; Sep 20 03:58:27.991 INFO kablam! | ^^^ Sep 20 03:58:27.991 INFO kablam! Sep 20 03:58:27.994 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:27.995 INFO kablam! --> src/source_analysis.rs:753:45 Sep 20 03:58:27.995 INFO kablam! | Sep 20 03:58:27.995 INFO kablam! 753 | let u_line = unsafe_expr.unsafe_token.0.start().line; Sep 20 03:58:27.995 INFO kablam! | ^^^^^ Sep 20 03:58:27.995 INFO kablam! | Sep 20 03:58:27.995 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 03:58:27.995 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 03:58:27.995 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 03:58:27.995 INFO kablam! Sep 20 03:58:27.995 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:27.995 INFO kablam! --> src/source_analysis.rs:756:36 Sep 20 03:58:27.995 INFO kablam! | Sep 20 03:58:27.995 INFO kablam! 756 | if u_line != blk.brace_token.0.start().line || blk.stmts.is_empty() { Sep 20 03:58:27.995 INFO kablam! | ^^^^^ Sep 20 03:58:27.995 INFO kablam! | Sep 20 03:58:27.995 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 03:58:27.995 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 03:58:27.995 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 03:58:27.995 INFO kablam! Sep 20 03:58:27.999 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:27.999 INFO kablam! --> src/source_analysis.rs:765:24 Sep 20 03:58:27.999 INFO kablam! | Sep 20 03:58:27.999 INFO kablam! 765 | if u_line != s.start().line { Sep 20 03:58:27.999 INFO kablam! | ^^^^^ Sep 20 03:58:27.999 INFO kablam! | Sep 20 03:58:27.999 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 03:58:27.999 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 03:58:27.999 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 03:58:27.999 INFO kablam! Sep 20 03:58:28.003 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:28.003 INFO kablam! --> src/source_analysis.rs:782:34 Sep 20 03:58:28.003 INFO kablam! | Sep 20 03:58:28.003 INFO kablam! 782 | let start = structure.span().start().line; Sep 20 03:58:28.003 INFO kablam! | ^^^^^ Sep 20 03:58:28.003 INFO kablam! | Sep 20 03:58:28.003 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 03:58:28.003 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 03:58:28.003 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 03:58:28.003 INFO kablam! Sep 20 03:58:28.007 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:28.007 INFO kablam! --> src/source_analysis.rs:783:32 Sep 20 03:58:28.007 INFO kablam! | Sep 20 03:58:28.007 INFO kablam! 783 | let end = structure.span().end().line; Sep 20 03:58:28.007 INFO kablam! | ^^^ Sep 20 03:58:28.007 INFO kablam! Sep 20 03:58:28.015 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:28.015 INFO kablam! --> src/source_analysis.rs:796:35 Sep 20 03:58:28.015 INFO kablam! | Sep 20 03:58:28.015 INFO kablam! 796 | cover.insert(span.start().line); Sep 20 03:58:28.015 INFO kablam! | ^^^^^ Sep 20 03:58:28.015 INFO kablam! | Sep 20 03:58:28.015 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 03:58:28.015 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 03:58:28.015 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 03:58:28.015 INFO kablam! Sep 20 03:58:28.019 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:28.019 INFO kablam! --> src/source_analysis.rs:810:28 Sep 20 03:58:28.019 INFO kablam! | Sep 20 03:58:28.019 INFO kablam! 810 | let start = mac.span().start().line + 1; Sep 20 03:58:28.019 INFO kablam! | ^^^^^ Sep 20 03:58:28.019 INFO kablam! | Sep 20 03:58:28.019 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 03:58:28.019 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 03:58:28.019 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 03:58:28.019 INFO kablam! Sep 20 03:58:28.023 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:28.023 INFO kablam! --> src/source_analysis.rs:811:26 Sep 20 03:58:28.023 INFO kablam! | Sep 20 03:58:28.023 INFO kablam! 811 | let end = mac.span().end().line + 1; Sep 20 03:58:28.023 INFO kablam! | ^^^ Sep 20 03:58:28.023 INFO kablam! Sep 20 03:58:28.027 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:28.027 INFO kablam! --> src/source_analysis.rs:843:28 Sep 20 03:58:28.027 INFO kablam! | Sep 20 03:58:28.027 INFO kablam! 843 | for i in t.start().line..(t.end().line+1) { Sep 20 03:58:28.027 INFO kablam! | ^^^^^ Sep 20 03:58:28.027 INFO kablam! | Sep 20 03:58:28.027 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 03:58:28.027 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 03:58:28.027 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 03:58:28.027 INFO kablam! Sep 20 03:58:28.031 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:28.031 INFO kablam! --> src/source_analysis.rs:843:45 Sep 20 03:58:28.031 INFO kablam! | Sep 20 03:58:28.031 INFO kablam! 843 | for i in t.start().line..(t.end().line+1) { Sep 20 03:58:28.031 INFO kablam! | ^^^ Sep 20 03:58:28.031 INFO kablam! Sep 20 03:58:28.079 INFO kablam! error: aborting due to 32 previous errors Sep 20 03:58:28.079 INFO kablam! Sep 20 03:58:28.079 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 20 03:58:28.104 INFO kablam! error: Could not compile `cargo-tarpaulin`. Sep 20 03:58:28.104 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 03:58:28.735 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:28.735 INFO kablam! --> src/source_analysis.rs:77:27 Sep 20 03:58:28.735 INFO kablam! | Sep 20 03:58:28.735 INFO kablam! 77 | for i in span.start().line..(span.end().line+1) { Sep 20 03:58:28.735 INFO kablam! | ^^^^^ Sep 20 03:58:28.735 INFO kablam! | Sep 20 03:58:28.735 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 03:58:28.735 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 03:58:28.735 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 03:58:28.735 INFO kablam! Sep 20 03:58:28.740 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:28.740 INFO kablam! --> src/source_analysis.rs:77:47 Sep 20 03:58:28.740 INFO kablam! | Sep 20 03:58:28.745 INFO kablam! 77 | for i in span.start().line..(span.end().line+1) { Sep 20 03:58:28.745 INFO kablam! | ^^^ Sep 20 03:58:28.745 INFO kablam! Sep 20 03:58:28.745 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:28.745 INFO kablam! --> src/source_analysis.rs:97:28 Sep 20 03:58:28.745 INFO kablam! | Sep 20 03:58:28.745 INFO kablam! 97 | let len = span.end().line - span.start().line; Sep 20 03:58:28.745 INFO kablam! | ^^^ Sep 20 03:58:28.745 INFO kablam! Sep 20 03:58:28.748 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:28.748 INFO kablam! --> src/source_analysis.rs:97:46 Sep 20 03:58:28.748 INFO kablam! | Sep 20 03:58:28.748 INFO kablam! 97 | let len = span.end().line - span.start().line; Sep 20 03:58:28.748 INFO kablam! | ^^^^^ Sep 20 03:58:28.748 INFO kablam! | Sep 20 03:58:28.748 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 03:58:28.749 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 03:58:28.749 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 03:58:28.749 INFO kablam! Sep 20 03:58:28.759 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:28.759 INFO kablam! --> src/source_analysis.rs:99:62 Sep 20 03:58:28.759 INFO kablam! | Sep 20 03:58:28.759 INFO kablam! 99 | for (i, line) in c.lines().enumerate().skip(span.start().line - 1).take(len) { Sep 20 03:58:28.759 INFO kablam! | ^^^^^ Sep 20 03:58:28.759 INFO kablam! | Sep 20 03:58:28.760 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 03:58:28.760 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 03:58:28.760 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 03:58:28.760 INFO kablam! Sep 20 03:58:28.767 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:28.767 INFO kablam! --> src/source_analysis.rs:118:23 Sep 20 03:58:28.767 INFO kablam! | Sep 20 03:58:28.767 INFO kablam! 118 | for i in span.start().line..(span.end().line +1) { Sep 20 03:58:28.767 INFO kablam! | ^^^^^ Sep 20 03:58:28.767 INFO kablam! | Sep 20 03:58:28.768 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 03:58:28.768 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 03:58:28.768 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 03:58:28.768 INFO kablam! Sep 20 03:58:28.771 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:28.771 INFO kablam! --> src/source_analysis.rs:118:43 Sep 20 03:58:28.772 INFO kablam! | Sep 20 03:58:28.772 INFO kablam! 118 | for i in span.start().line..(span.end().line +1) { Sep 20 03:58:28.772 INFO kablam! | ^^^ Sep 20 03:58:28.772 INFO kablam! Sep 20 03:58:28.821 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:28.821 INFO kablam! --> src/source_analysis.rs:430:53 Sep 20 03:58:28.821 INFO kablam! | Sep 20 03:58:28.822 INFO kablam! 430 | let line_number = func.decl.fn_token.span().start().line; Sep 20 03:58:28.822 INFO kablam! | ^^^^^ Sep 20 03:58:28.822 INFO kablam! | Sep 20 03:58:28.822 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 03:58:28.822 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 03:58:28.822 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 03:58:28.822 INFO kablam! Sep 20 03:58:28.826 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:28.826 INFO kablam! --> src/source_analysis.rs:433:47 Sep 20 03:58:28.826 INFO kablam! | Sep 20 03:58:28.826 INFO kablam! 433 | let decl_start = func.decl.fn_token.0.start().line+1; Sep 20 03:58:28.826 INFO kablam! | ^^^^^ Sep 20 03:58:28.826 INFO kablam! | Sep 20 03:58:28.826 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 03:58:28.826 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 03:58:28.826 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 03:58:28.826 INFO kablam! Sep 20 03:58:28.827 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:28.827 INFO kablam! --> src/source_analysis.rs:434:45 Sep 20 03:58:28.827 INFO kablam! | Sep 20 03:58:28.827 INFO kablam! 434 | let stmts_start = func.block.span().start().line; Sep 20 03:58:28.827 INFO kablam! | ^^^^^ Sep 20 03:58:28.827 INFO kablam! | Sep 20 03:58:28.827 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 03:58:28.827 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 03:58:28.827 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 03:58:28.827 INFO kablam! Sep 20 03:58:28.840 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:28.840 INFO kablam! --> src/source_analysis.rs:502:74 Sep 20 03:58:28.840 INFO kablam! | Sep 20 03:58:28.840 INFO kablam! 502 | analysis.ignore.remove(&Lines::Line(i.sig.span().start().line)); Sep 20 03:58:28.840 INFO kablam! | ^^^^^ Sep 20 03:58:28.840 INFO kablam! | Sep 20 03:58:28.840 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 03:58:28.840 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 03:58:28.840 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 03:58:28.840 INFO kablam! Sep 20 03:58:28.847 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:28.847 INFO kablam! --> src/source_analysis.rs:505:64 Sep 20 03:58:28.847 INFO kablam! | Sep 20 03:58:28.847 INFO kablam! 505 | let decl_start = i.sig.decl.fn_token.0.start().line+1; Sep 20 03:58:28.848 INFO kablam! | ^^^^^ Sep 20 03:58:28.848 INFO kablam! | Sep 20 03:58:28.848 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 03:58:28.848 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 03:58:28.848 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 03:58:28.848 INFO kablam! Sep 20 03:58:28.851 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:28.851 INFO kablam! --> src/source_analysis.rs:506:56 Sep 20 03:58:28.851 INFO kablam! | Sep 20 03:58:28.851 INFO kablam! 506 | let stmts_start = block.span().start().line; Sep 20 03:58:28.851 INFO kablam! | ^^^^^ Sep 20 03:58:28.851 INFO kablam! | Sep 20 03:58:28.851 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 03:58:28.851 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 03:58:28.851 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 03:58:28.851 INFO kablam! Sep 20 03:58:28.857 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:28.857 INFO kablam! --> src/source_analysis.rs:540:66 Sep 20 03:58:28.857 INFO kablam! | Sep 20 03:58:28.857 INFO kablam! 540 | analysis.ignore.remove(&Lines::Line(i.span().start().line)); Sep 20 03:58:28.857 INFO kablam! | ^^^^^ Sep 20 03:58:28.857 INFO kablam! | Sep 20 03:58:28.858 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 03:58:28.858 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 03:58:28.858 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 03:58:28.858 INFO kablam! Sep 20 03:58:28.859 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:28.859 INFO kablam! --> src/source_analysis.rs:543:60 Sep 20 03:58:28.859 INFO kablam! | Sep 20 03:58:28.860 INFO kablam! 543 | let decl_start = i.sig.decl.fn_token.0.start().line+1; Sep 20 03:58:28.860 INFO kablam! | ^^^^^ Sep 20 03:58:28.860 INFO kablam! | Sep 20 03:58:28.860 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 03:58:28.860 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 03:58:28.860 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 03:58:28.860 INFO kablam! Sep 20 03:58:28.862 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:28.862 INFO kablam! --> src/source_analysis.rs:544:54 Sep 20 03:58:28.862 INFO kablam! | Sep 20 03:58:28.862 INFO kablam! 544 | let stmts_start = i.block.span().start().line; Sep 20 03:58:28.862 INFO kablam! | ^^^^^ Sep 20 03:58:28.862 INFO kablam! | Sep 20 03:58:28.862 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 03:58:28.862 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 03:58:28.862 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 03:58:28.862 INFO kablam! Sep 20 03:58:28.875 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:28.875 INFO kablam! --> src/source_analysis.rs:718:28 Sep 20 03:58:28.875 INFO kablam! | Sep 20 03:58:28.875 INFO kablam! 718 | for i in s.start().line..(s.end().line+1) { Sep 20 03:58:28.875 INFO kablam! | ^^^^^ Sep 20 03:58:28.875 INFO kablam! | Sep 20 03:58:28.875 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 03:58:28.875 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 03:58:28.875 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 03:58:28.875 INFO kablam! Sep 20 03:58:28.878 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:28.878 INFO kablam! --> src/source_analysis.rs:718:45 Sep 20 03:58:28.878 INFO kablam! | Sep 20 03:58:28.878 INFO kablam! 718 | for i in s.start().line..(s.end().line+1) { Sep 20 03:58:28.878 INFO kablam! | ^^^ Sep 20 03:58:28.878 INFO kablam! Sep 20 03:58:28.881 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:28.881 INFO kablam! --> src/source_analysis.rs:729:29 Sep 20 03:58:28.881 INFO kablam! | Sep 20 03:58:28.881 INFO kablam! 729 | let start = call.span().start().line + 1; Sep 20 03:58:28.881 INFO kablam! | ^^^^^ Sep 20 03:58:28.885 INFO kablam! | Sep 20 03:58:28.885 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 03:58:28.885 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 03:58:28.885 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 03:58:28.885 INFO kablam! Sep 20 03:58:28.888 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:28.888 INFO kablam! --> src/source_analysis.rs:730:27 Sep 20 03:58:28.888 INFO kablam! | Sep 20 03:58:28.888 INFO kablam! 730 | let end = call.span().end().line + 1; Sep 20 03:58:28.888 INFO kablam! | ^^^ Sep 20 03:58:28.888 INFO kablam! Sep 20 03:58:28.892 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:28.892 INFO kablam! --> src/source_analysis.rs:741:29 Sep 20 03:58:28.892 INFO kablam! | Sep 20 03:58:28.892 INFO kablam! 741 | let start = meth.span().start().line + 1; Sep 20 03:58:28.892 INFO kablam! | ^^^^^ Sep 20 03:58:28.892 INFO kablam! | Sep 20 03:58:28.892 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 03:58:28.892 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 03:58:28.892 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 03:58:28.892 INFO kablam! Sep 20 03:58:28.895 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:28.895 INFO kablam! --> src/source_analysis.rs:742:27 Sep 20 03:58:28.895 INFO kablam! | Sep 20 03:58:28.895 INFO kablam! 742 | let end = meth.span().end().line + 1; Sep 20 03:58:28.895 INFO kablam! | ^^^ Sep 20 03:58:28.895 INFO kablam! Sep 20 03:58:28.903 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:28.903 INFO kablam! --> src/source_analysis.rs:753:45 Sep 20 03:58:28.903 INFO kablam! | Sep 20 03:58:28.903 INFO kablam! 753 | let u_line = unsafe_expr.unsafe_token.0.start().line; Sep 20 03:58:28.903 INFO kablam! | ^^^^^ Sep 20 03:58:28.903 INFO kablam! | Sep 20 03:58:28.903 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 03:58:28.903 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 03:58:28.903 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 03:58:28.903 INFO kablam! Sep 20 03:58:28.905 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:28.905 INFO kablam! --> src/source_analysis.rs:756:36 Sep 20 03:58:28.905 INFO kablam! | Sep 20 03:58:28.905 INFO kablam! 756 | if u_line != blk.brace_token.0.start().line || blk.stmts.is_empty() { Sep 20 03:58:28.905 INFO kablam! | ^^^^^ Sep 20 03:58:28.905 INFO kablam! | Sep 20 03:58:28.905 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 03:58:28.906 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 03:58:28.906 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 03:58:28.906 INFO kablam! Sep 20 03:58:28.911 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:28.911 INFO kablam! --> src/source_analysis.rs:765:24 Sep 20 03:58:28.912 INFO kablam! | Sep 20 03:58:28.912 INFO kablam! 765 | if u_line != s.start().line { Sep 20 03:58:28.912 INFO kablam! | ^^^^^ Sep 20 03:58:28.912 INFO kablam! | Sep 20 03:58:28.912 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 03:58:28.912 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 03:58:28.912 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 03:58:28.912 INFO kablam! Sep 20 03:58:28.912 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:28.912 INFO kablam! --> src/source_analysis.rs:782:34 Sep 20 03:58:28.912 INFO kablam! | Sep 20 03:58:28.912 INFO kablam! 782 | let start = structure.span().start().line; Sep 20 03:58:28.912 INFO kablam! | ^^^^^ Sep 20 03:58:28.912 INFO kablam! | Sep 20 03:58:28.912 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 03:58:28.912 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 03:58:28.912 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 03:58:28.912 INFO kablam! Sep 20 03:58:28.914 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:28.915 INFO kablam! --> src/source_analysis.rs:783:32 Sep 20 03:58:28.915 INFO kablam! | Sep 20 03:58:28.915 INFO kablam! 783 | let end = structure.span().end().line; Sep 20 03:58:28.915 INFO kablam! | ^^^ Sep 20 03:58:28.915 INFO kablam! Sep 20 03:58:28.918 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:28.918 INFO kablam! --> src/source_analysis.rs:796:35 Sep 20 03:58:28.918 INFO kablam! | Sep 20 03:58:28.918 INFO kablam! 796 | cover.insert(span.start().line); Sep 20 03:58:28.918 INFO kablam! | ^^^^^ Sep 20 03:58:28.918 INFO kablam! | Sep 20 03:58:28.918 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 03:58:28.918 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 03:58:28.918 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 03:58:28.918 INFO kablam! Sep 20 03:58:28.927 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:28.927 INFO kablam! --> src/source_analysis.rs:810:28 Sep 20 03:58:28.927 INFO kablam! | Sep 20 03:58:28.927 INFO kablam! 810 | let start = mac.span().start().line + 1; Sep 20 03:58:28.927 INFO kablam! | ^^^^^ Sep 20 03:58:28.927 INFO kablam! | Sep 20 03:58:28.927 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 03:58:28.927 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 03:58:28.927 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 03:58:28.927 INFO kablam! Sep 20 03:58:28.931 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:28.931 INFO kablam! --> src/source_analysis.rs:811:26 Sep 20 03:58:28.931 INFO kablam! | Sep 20 03:58:28.931 INFO kablam! 811 | let end = mac.span().end().line + 1; Sep 20 03:58:28.931 INFO kablam! | ^^^ Sep 20 03:58:28.931 INFO kablam! Sep 20 03:58:28.935 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:28.935 INFO kablam! --> src/source_analysis.rs:843:28 Sep 20 03:58:28.935 INFO kablam! | Sep 20 03:58:28.935 INFO kablam! 843 | for i in t.start().line..(t.end().line+1) { Sep 20 03:58:28.935 INFO kablam! | ^^^^^ Sep 20 03:58:28.935 INFO kablam! | Sep 20 03:58:28.935 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 03:58:28.935 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 20 03:58:28.935 INFO kablam! candidate #1: `statemachine::StateData` Sep 20 03:58:28.935 INFO kablam! Sep 20 03:58:28.937 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 20 03:58:28.937 INFO kablam! --> src/source_analysis.rs:843:45 Sep 20 03:58:28.937 INFO kablam! | Sep 20 03:58:28.937 INFO kablam! 843 | for i in t.start().line..(t.end().line+1) { Sep 20 03:58:28.937 INFO kablam! | ^^^ Sep 20 03:58:28.937 INFO kablam! Sep 20 03:58:29.075 INFO kablam! error: aborting due to 32 previous errors Sep 20 03:58:29.075 INFO kablam! Sep 20 03:58:29.075 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 20 03:58:29.123 INFO kablam! error: Could not compile `cargo-tarpaulin`. Sep 20 03:58:29.123 INFO kablam! Sep 20 03:58:29.123 INFO kablam! To learn more, run the command again with --verbose. Sep 20 03:58:29.127 INFO kablam! su: No module specific data is present Sep 20 03:58:30.243 INFO running `"docker" "rm" "-f" "6df508fc97180f112765db68d9e5e3db25069b2f1e722d093a0b1bc3e73204ce"` Sep 20 03:58:30.502 INFO blam! 6df508fc97180f112765db68d9e5e3db25069b2f1e722d093a0b1bc3e73204ce