Sep 05 00:54:33.531 INFO checking cargo-tarpaulin-0.6.6 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 05 00:54:33.531 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 05 00:54:33.532 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-3/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 00:54:33.781 INFO blam! 00762a0cb33e59958e3f8e3f2200e186e6a984a60b4fd09e4ac0b1ea628105a0 Sep 05 00:54:33.781 INFO running `"docker" "start" "-a" "00762a0cb33e59958e3f8e3f2200e186e6a984a60b4fd09e4ac0b1ea628105a0"` Sep 05 00:54:35.046 INFO kablam! Checking uuid v0.6.5 Sep 05 00:54:35.054 INFO kablam! Checking parity-wasm v0.31.3 Sep 05 00:54:35.094 INFO kablam! Checking gimli v0.16.1 Sep 05 00:54:35.111 INFO kablam! Checking semver v0.8.0 Sep 05 00:54:35.114 INFO kablam! Checking syn v0.14.9 Sep 05 00:54:35.117 INFO kablam! Compiling scroll_derive v0.9.4 Sep 05 00:54:35.118 INFO kablam! Checking docopt v0.8.3 Sep 05 00:54:35.119 INFO kablam! Checking crates-io v0.13.0 Sep 05 00:54:37.189 INFO kablam! Checking deflate v0.7.18 Sep 05 00:54:40.671 INFO kablam! Checking quick-xml v0.12.3 Sep 05 00:54:47.311 INFO kablam! Checking coveralls-api v0.3.3 Sep 05 00:54:48.381 INFO kablam! Checking cargo v0.24.0 Sep 05 00:54:57.166 INFO kablam! Checking scroll v0.9.0 Sep 05 00:55:02.418 INFO kablam! Checking goblin v0.0.15 Sep 05 00:55:16.766 INFO kablam! Checking object v0.9.0 Sep 05 00:55:22.038 INFO kablam! Checking cargo-tarpaulin v0.6.6 (file:///source) Sep 05 00:55:36.525 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.525 INFO kablam! --> src/source_analysis.rs:77:27 Sep 05 00:55:36.525 INFO kablam! | Sep 05 00:55:36.525 INFO kablam! 77 | for i in span.start().line..(span.end().line+1) { Sep 05 00:55:36.525 INFO kablam! | ^^^^^ Sep 05 00:55:36.525 INFO kablam! | Sep 05 00:55:36.525 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 05 00:55:36.525 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 05 00:55:36.525 INFO kablam! candidate #1: `statemachine::StateData` Sep 05 00:55:36.525 INFO kablam! Sep 05 00:55:36.531 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.531 INFO kablam! --> src/source_analysis.rs:77:47 Sep 05 00:55:36.531 INFO kablam! | Sep 05 00:55:36.531 INFO kablam! 77 | for i in span.start().line..(span.end().line+1) { Sep 05 00:55:36.531 INFO kablam! | ^^^ Sep 05 00:55:36.531 INFO kablam! Sep 05 00:55:36.536 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.536 INFO kablam! --> src/source_analysis.rs:97:28 Sep 05 00:55:36.536 INFO kablam! | Sep 05 00:55:36.536 INFO kablam! 97 | let len = span.end().line - span.start().line; Sep 05 00:55:36.536 INFO kablam! | ^^^ Sep 05 00:55:36.536 INFO kablam! Sep 05 00:55:36.537 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.537 INFO kablam! --> src/source_analysis.rs:97:46 Sep 05 00:55:36.537 INFO kablam! | Sep 05 00:55:36.537 INFO kablam! 97 | let len = span.end().line - span.start().line; Sep 05 00:55:36.537 INFO kablam! | ^^^^^ Sep 05 00:55:36.537 INFO kablam! | Sep 05 00:55:36.538 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 05 00:55:36.538 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 05 00:55:36.538 INFO kablam! candidate #1: `statemachine::StateData` Sep 05 00:55:36.538 INFO kablam! Sep 05 00:55:36.540 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.540 INFO kablam! --> src/source_analysis.rs:99:62 Sep 05 00:55:36.540 INFO kablam! | Sep 05 00:55:36.541 INFO kablam! 99 | for (i, line) in c.lines().enumerate().skip(span.start().line - 1).take(len) { Sep 05 00:55:36.541 INFO kablam! | ^^^^^ Sep 05 00:55:36.541 INFO kablam! | Sep 05 00:55:36.541 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 05 00:55:36.541 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 05 00:55:36.541 INFO kablam! candidate #1: `statemachine::StateData` Sep 05 00:55:36.541 INFO kablam! Sep 05 00:55:36.545 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.545 INFO kablam! --> src/source_analysis.rs:118:23 Sep 05 00:55:36.545 INFO kablam! | Sep 05 00:55:36.545 INFO kablam! 118 | for i in span.start().line..(span.end().line +1) { Sep 05 00:55:36.545 INFO kablam! | ^^^^^ Sep 05 00:55:36.545 INFO kablam! | Sep 05 00:55:36.545 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 05 00:55:36.545 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 05 00:55:36.545 INFO kablam! candidate #1: `statemachine::StateData` Sep 05 00:55:36.545 INFO kablam! Sep 05 00:55:36.548 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.548 INFO kablam! --> src/source_analysis.rs:118:43 Sep 05 00:55:36.548 INFO kablam! | Sep 05 00:55:36.548 INFO kablam! 118 | for i in span.start().line..(span.end().line +1) { Sep 05 00:55:36.548 INFO kablam! | ^^^ Sep 05 00:55:36.548 INFO kablam! Sep 05 00:55:36.619 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.619 INFO kablam! --> src/source_analysis.rs:430:53 Sep 05 00:55:36.619 INFO kablam! | Sep 05 00:55:36.619 INFO kablam! 430 | let line_number = func.decl.fn_token.span().start().line; Sep 05 00:55:36.619 INFO kablam! | ^^^^^ Sep 05 00:55:36.619 INFO kablam! | Sep 05 00:55:36.619 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 05 00:55:36.619 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 05 00:55:36.619 INFO kablam! candidate #1: `statemachine::StateData` Sep 05 00:55:36.619 INFO kablam! Sep 05 00:55:36.621 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.621 INFO kablam! --> src/source_analysis.rs:433:47 Sep 05 00:55:36.621 INFO kablam! | Sep 05 00:55:36.621 INFO kablam! 433 | let decl_start = func.decl.fn_token.0.start().line+1; Sep 05 00:55:36.621 INFO kablam! | ^^^^^ Sep 05 00:55:36.621 INFO kablam! | Sep 05 00:55:36.621 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 05 00:55:36.621 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 05 00:55:36.622 INFO kablam! candidate #1: `statemachine::StateData` Sep 05 00:55:36.622 INFO kablam! Sep 05 00:55:36.623 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.623 INFO kablam! --> src/source_analysis.rs:434:45 Sep 05 00:55:36.623 INFO kablam! | Sep 05 00:55:36.623 INFO kablam! 434 | let stmts_start = func.block.span().start().line; Sep 05 00:55:36.623 INFO kablam! | ^^^^^ Sep 05 00:55:36.623 INFO kablam! | Sep 05 00:55:36.623 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 05 00:55:36.623 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 05 00:55:36.623 INFO kablam! candidate #1: `statemachine::StateData` Sep 05 00:55:36.623 INFO kablam! Sep 05 00:55:36.636 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.636 INFO kablam! --> src/source_analysis.rs:502:74 Sep 05 00:55:36.636 INFO kablam! | Sep 05 00:55:36.636 INFO kablam! 502 | analysis.ignore.remove(&Lines::Line(i.sig.span().start().line)); Sep 05 00:55:36.636 INFO kablam! | ^^^^^ Sep 05 00:55:36.636 INFO kablam! | Sep 05 00:55:36.636 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 05 00:55:36.636 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 05 00:55:36.636 INFO kablam! candidate #1: `statemachine::StateData` Sep 05 00:55:36.636 INFO kablam! Sep 05 00:55:36.637 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.637 INFO kablam! --> src/source_analysis.rs:505:64 Sep 05 00:55:36.637 INFO kablam! | Sep 05 00:55:36.637 INFO kablam! 505 | let decl_start = i.sig.decl.fn_token.0.start().line+1; Sep 05 00:55:36.637 INFO kablam! | ^^^^^ Sep 05 00:55:36.638 INFO kablam! | Sep 05 00:55:36.638 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 05 00:55:36.638 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 05 00:55:36.638 INFO kablam! candidate #1: `statemachine::StateData` Sep 05 00:55:36.638 INFO kablam! Sep 05 00:55:36.639 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.639 INFO kablam! --> src/source_analysis.rs:506:56 Sep 05 00:55:36.639 INFO kablam! | Sep 05 00:55:36.639 INFO kablam! 506 | let stmts_start = block.span().start().line; Sep 05 00:55:36.639 INFO kablam! | ^^^^^ Sep 05 00:55:36.639 INFO kablam! | Sep 05 00:55:36.639 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 05 00:55:36.639 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 05 00:55:36.639 INFO kablam! candidate #1: `statemachine::StateData` Sep 05 00:55:36.640 INFO kablam! Sep 05 00:55:36.646 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.646 INFO kablam! --> src/source_analysis.rs:540:66 Sep 05 00:55:36.646 INFO kablam! | Sep 05 00:55:36.646 INFO kablam! 540 | analysis.ignore.remove(&Lines::Line(i.span().start().line)); Sep 05 00:55:36.646 INFO kablam! | ^^^^^ Sep 05 00:55:36.646 INFO kablam! | Sep 05 00:55:36.646 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 05 00:55:36.646 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 05 00:55:36.646 INFO kablam! candidate #1: `statemachine::StateData` Sep 05 00:55:36.646 INFO kablam! Sep 05 00:55:36.647 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.647 INFO kablam! --> src/source_analysis.rs:543:60 Sep 05 00:55:36.647 INFO kablam! | Sep 05 00:55:36.647 INFO kablam! 543 | let decl_start = i.sig.decl.fn_token.0.start().line+1; Sep 05 00:55:36.647 INFO kablam! | ^^^^^ Sep 05 00:55:36.647 INFO kablam! | Sep 05 00:55:36.647 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 05 00:55:36.647 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 05 00:55:36.647 INFO kablam! candidate #1: `statemachine::StateData` Sep 05 00:55:36.647 INFO kablam! Sep 05 00:55:36.649 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.649 INFO kablam! --> src/source_analysis.rs:544:54 Sep 05 00:55:36.649 INFO kablam! | Sep 05 00:55:36.649 INFO kablam! 544 | let stmts_start = i.block.span().start().line; Sep 05 00:55:36.649 INFO kablam! | ^^^^^ Sep 05 00:55:36.649 INFO kablam! | Sep 05 00:55:36.649 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 05 00:55:36.649 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 05 00:55:36.649 INFO kablam! candidate #1: `statemachine::StateData` Sep 05 00:55:36.649 INFO kablam! Sep 05 00:55:36.664 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.664 INFO kablam! --> src/source_analysis.rs:718:28 Sep 05 00:55:36.664 INFO kablam! | Sep 05 00:55:36.664 INFO kablam! 718 | for i in s.start().line..(s.end().line+1) { Sep 05 00:55:36.664 INFO kablam! | ^^^^^ Sep 05 00:55:36.664 INFO kablam! | Sep 05 00:55:36.664 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 05 00:55:36.664 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 05 00:55:36.665 INFO kablam! candidate #1: `statemachine::StateData` Sep 05 00:55:36.665 INFO kablam! Sep 05 00:55:36.667 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.667 INFO kablam! --> src/source_analysis.rs:718:45 Sep 05 00:55:36.667 INFO kablam! | Sep 05 00:55:36.667 INFO kablam! 718 | for i in s.start().line..(s.end().line+1) { Sep 05 00:55:36.667 INFO kablam! | ^^^ Sep 05 00:55:36.667 INFO kablam! Sep 05 00:55:36.670 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.670 INFO kablam! --> src/source_analysis.rs:729:29 Sep 05 00:55:36.670 INFO kablam! | Sep 05 00:55:36.670 INFO kablam! 729 | let start = call.span().start().line + 1; Sep 05 00:55:36.670 INFO kablam! | ^^^^^ Sep 05 00:55:36.670 INFO kablam! | Sep 05 00:55:36.670 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 05 00:55:36.670 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 05 00:55:36.670 INFO kablam! candidate #1: `statemachine::StateData` Sep 05 00:55:36.670 INFO kablam! Sep 05 00:55:36.672 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.672 INFO kablam! --> src/source_analysis.rs:730:27 Sep 05 00:55:36.672 INFO kablam! | Sep 05 00:55:36.672 INFO kablam! 730 | let end = call.span().end().line + 1; Sep 05 00:55:36.672 INFO kablam! | ^^^ Sep 05 00:55:36.672 INFO kablam! Sep 05 00:55:36.675 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.675 INFO kablam! --> src/source_analysis.rs:741:29 Sep 05 00:55:36.675 INFO kablam! | Sep 05 00:55:36.675 INFO kablam! 741 | let start = meth.span().start().line + 1; Sep 05 00:55:36.675 INFO kablam! | ^^^^^ Sep 05 00:55:36.676 INFO kablam! | Sep 05 00:55:36.676 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 05 00:55:36.676 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 05 00:55:36.676 INFO kablam! candidate #1: `statemachine::StateData` Sep 05 00:55:36.676 INFO kablam! Sep 05 00:55:36.678 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.678 INFO kablam! --> src/source_analysis.rs:742:27 Sep 05 00:55:36.678 INFO kablam! | Sep 05 00:55:36.678 INFO kablam! 742 | let end = meth.span().end().line + 1; Sep 05 00:55:36.678 INFO kablam! | ^^^ Sep 05 00:55:36.678 INFO kablam! Sep 05 00:55:36.681 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.681 INFO kablam! --> src/source_analysis.rs:753:45 Sep 05 00:55:36.681 INFO kablam! | Sep 05 00:55:36.681 INFO kablam! 753 | let u_line = unsafe_expr.unsafe_token.0.start().line; Sep 05 00:55:36.681 INFO kablam! | ^^^^^ Sep 05 00:55:36.681 INFO kablam! | Sep 05 00:55:36.681 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 05 00:55:36.681 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 05 00:55:36.682 INFO kablam! candidate #1: `statemachine::StateData` Sep 05 00:55:36.682 INFO kablam! Sep 05 00:55:36.683 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.683 INFO kablam! --> src/source_analysis.rs:756:36 Sep 05 00:55:36.683 INFO kablam! | Sep 05 00:55:36.683 INFO kablam! 756 | if u_line != blk.brace_token.0.start().line || blk.stmts.is_empty() { Sep 05 00:55:36.683 INFO kablam! | ^^^^^ Sep 05 00:55:36.683 INFO kablam! | Sep 05 00:55:36.683 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 05 00:55:36.683 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 05 00:55:36.683 INFO kablam! candidate #1: `statemachine::StateData` Sep 05 00:55:36.683 INFO kablam! Sep 05 00:55:36.686 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.686 INFO kablam! --> src/source_analysis.rs:765:24 Sep 05 00:55:36.686 INFO kablam! | Sep 05 00:55:36.686 INFO kablam! 765 | if u_line != s.start().line { Sep 05 00:55:36.687 INFO kablam! | ^^^^^ Sep 05 00:55:36.687 INFO kablam! | Sep 05 00:55:36.687 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 05 00:55:36.687 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 05 00:55:36.687 INFO kablam! candidate #1: `statemachine::StateData` Sep 05 00:55:36.687 INFO kablam! Sep 05 00:55:36.689 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.689 INFO kablam! --> src/source_analysis.rs:782:34 Sep 05 00:55:36.689 INFO kablam! | Sep 05 00:55:36.689 INFO kablam! 782 | let start = structure.span().start().line; Sep 05 00:55:36.689 INFO kablam! | ^^^^^ Sep 05 00:55:36.689 INFO kablam! | Sep 05 00:55:36.689 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 05 00:55:36.690 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 05 00:55:36.690 INFO kablam! candidate #1: `statemachine::StateData` Sep 05 00:55:36.690 INFO kablam! Sep 05 00:55:36.692 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.692 INFO kablam! --> src/source_analysis.rs:783:32 Sep 05 00:55:36.692 INFO kablam! | Sep 05 00:55:36.692 INFO kablam! 783 | let end = structure.span().end().line; Sep 05 00:55:36.692 INFO kablam! | ^^^ Sep 05 00:55:36.692 INFO kablam! Sep 05 00:55:36.697 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.697 INFO kablam! --> src/source_analysis.rs:796:35 Sep 05 00:55:36.697 INFO kablam! | Sep 05 00:55:36.697 INFO kablam! 796 | cover.insert(span.start().line); Sep 05 00:55:36.697 INFO kablam! | ^^^^^ Sep 05 00:55:36.697 INFO kablam! | Sep 05 00:55:36.697 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 05 00:55:36.697 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 05 00:55:36.697 INFO kablam! candidate #1: `statemachine::StateData` Sep 05 00:55:36.697 INFO kablam! Sep 05 00:55:36.702 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.702 INFO kablam! --> src/source_analysis.rs:810:28 Sep 05 00:55:36.702 INFO kablam! | Sep 05 00:55:36.703 INFO kablam! 810 | let start = mac.span().start().line + 1; Sep 05 00:55:36.703 INFO kablam! | ^^^^^ Sep 05 00:55:36.703 INFO kablam! | Sep 05 00:55:36.703 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 05 00:55:36.703 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 05 00:55:36.703 INFO kablam! candidate #1: `statemachine::StateData` Sep 05 00:55:36.703 INFO kablam! Sep 05 00:55:36.705 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.705 INFO kablam! --> src/source_analysis.rs:811:26 Sep 05 00:55:36.705 INFO kablam! | Sep 05 00:55:36.705 INFO kablam! 811 | let end = mac.span().end().line + 1; Sep 05 00:55:36.705 INFO kablam! | ^^^ Sep 05 00:55:36.705 INFO kablam! Sep 05 00:55:36.714 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.714 INFO kablam! --> src/source_analysis.rs:843:28 Sep 05 00:55:36.714 INFO kablam! | Sep 05 00:55:36.714 INFO kablam! 843 | for i in t.start().line..(t.end().line+1) { Sep 05 00:55:36.714 INFO kablam! | ^^^^^ Sep 05 00:55:36.715 INFO kablam! | Sep 05 00:55:36.715 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 05 00:55:36.715 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 05 00:55:36.715 INFO kablam! candidate #1: `statemachine::StateData` Sep 05 00:55:36.715 INFO kablam! Sep 05 00:55:36.724 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.724 INFO kablam! --> src/source_analysis.rs:843:45 Sep 05 00:55:36.724 INFO kablam! | Sep 05 00:55:36.724 INFO kablam! 843 | for i in t.start().line..(t.end().line+1) { Sep 05 00:55:36.724 INFO kablam! | ^^^ Sep 05 00:55:36.724 INFO kablam! Sep 05 00:55:36.753 INFO kablam! error: aborting due to 32 previous errors Sep 05 00:55:36.753 INFO kablam! Sep 05 00:55:36.753 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 05 00:55:36.769 INFO kablam! error: Could not compile `cargo-tarpaulin`. Sep 05 00:55:36.769 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 00:55:36.786 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.786 INFO kablam! --> src/source_analysis.rs:77:27 Sep 05 00:55:36.786 INFO kablam! | Sep 05 00:55:36.786 INFO kablam! 77 | for i in span.start().line..(span.end().line+1) { Sep 05 00:55:36.786 INFO kablam! | ^^^^^ Sep 05 00:55:36.786 INFO kablam! | Sep 05 00:55:36.786 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 05 00:55:36.786 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 05 00:55:36.786 INFO kablam! candidate #1: `statemachine::StateData` Sep 05 00:55:36.786 INFO kablam! Sep 05 00:55:36.792 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.792 INFO kablam! --> src/source_analysis.rs:77:47 Sep 05 00:55:36.792 INFO kablam! | Sep 05 00:55:36.792 INFO kablam! 77 | for i in span.start().line..(span.end().line+1) { Sep 05 00:55:36.792 INFO kablam! | ^^^ Sep 05 00:55:36.792 INFO kablam! Sep 05 00:55:36.796 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.796 INFO kablam! --> src/source_analysis.rs:97:28 Sep 05 00:55:36.796 INFO kablam! | Sep 05 00:55:36.796 INFO kablam! 97 | let len = span.end().line - span.start().line; Sep 05 00:55:36.796 INFO kablam! | ^^^ Sep 05 00:55:36.796 INFO kablam! Sep 05 00:55:36.797 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.797 INFO kablam! --> src/source_analysis.rs:97:46 Sep 05 00:55:36.797 INFO kablam! | Sep 05 00:55:36.797 INFO kablam! 97 | let len = span.end().line - span.start().line; Sep 05 00:55:36.797 INFO kablam! | ^^^^^ Sep 05 00:55:36.798 INFO kablam! | Sep 05 00:55:36.798 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 05 00:55:36.798 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 05 00:55:36.798 INFO kablam! candidate #1: `statemachine::StateData` Sep 05 00:55:36.798 INFO kablam! Sep 05 00:55:36.800 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.800 INFO kablam! --> src/source_analysis.rs:99:62 Sep 05 00:55:36.800 INFO kablam! | Sep 05 00:55:36.800 INFO kablam! 99 | for (i, line) in c.lines().enumerate().skip(span.start().line - 1).take(len) { Sep 05 00:55:36.800 INFO kablam! | ^^^^^ Sep 05 00:55:36.800 INFO kablam! | Sep 05 00:55:36.800 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 05 00:55:36.800 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 05 00:55:36.800 INFO kablam! candidate #1: `statemachine::StateData` Sep 05 00:55:36.800 INFO kablam! Sep 05 00:55:36.804 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.804 INFO kablam! --> src/source_analysis.rs:118:23 Sep 05 00:55:36.804 INFO kablam! | Sep 05 00:55:36.804 INFO kablam! 118 | for i in span.start().line..(span.end().line +1) { Sep 05 00:55:36.804 INFO kablam! | ^^^^^ Sep 05 00:55:36.804 INFO kablam! | Sep 05 00:55:36.804 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 05 00:55:36.804 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 05 00:55:36.804 INFO kablam! candidate #1: `statemachine::StateData` Sep 05 00:55:36.804 INFO kablam! Sep 05 00:55:36.806 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.806 INFO kablam! --> src/source_analysis.rs:118:43 Sep 05 00:55:36.806 INFO kablam! | Sep 05 00:55:36.806 INFO kablam! 118 | for i in span.start().line..(span.end().line +1) { Sep 05 00:55:36.806 INFO kablam! | ^^^ Sep 05 00:55:36.806 INFO kablam! Sep 05 00:55:36.864 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.864 INFO kablam! --> src/source_analysis.rs:430:53 Sep 05 00:55:36.864 INFO kablam! | Sep 05 00:55:36.864 INFO kablam! 430 | let line_number = func.decl.fn_token.span().start().line; Sep 05 00:55:36.864 INFO kablam! | ^^^^^ Sep 05 00:55:36.864 INFO kablam! | Sep 05 00:55:36.864 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 05 00:55:36.864 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 05 00:55:36.864 INFO kablam! candidate #1: `statemachine::StateData` Sep 05 00:55:36.864 INFO kablam! Sep 05 00:55:36.865 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.865 INFO kablam! --> src/source_analysis.rs:433:47 Sep 05 00:55:36.865 INFO kablam! | Sep 05 00:55:36.865 INFO kablam! 433 | let decl_start = func.decl.fn_token.0.start().line+1; Sep 05 00:55:36.865 INFO kablam! | ^^^^^ Sep 05 00:55:36.865 INFO kablam! | Sep 05 00:55:36.865 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 05 00:55:36.865 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 05 00:55:36.865 INFO kablam! candidate #1: `statemachine::StateData` Sep 05 00:55:36.865 INFO kablam! Sep 05 00:55:36.867 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.867 INFO kablam! --> src/source_analysis.rs:434:45 Sep 05 00:55:36.867 INFO kablam! | Sep 05 00:55:36.867 INFO kablam! 434 | let stmts_start = func.block.span().start().line; Sep 05 00:55:36.867 INFO kablam! | ^^^^^ Sep 05 00:55:36.867 INFO kablam! | Sep 05 00:55:36.867 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 05 00:55:36.867 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 05 00:55:36.867 INFO kablam! candidate #1: `statemachine::StateData` Sep 05 00:55:36.867 INFO kablam! Sep 05 00:55:36.879 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.879 INFO kablam! --> src/source_analysis.rs:502:74 Sep 05 00:55:36.879 INFO kablam! | Sep 05 00:55:36.879 INFO kablam! 502 | analysis.ignore.remove(&Lines::Line(i.sig.span().start().line)); Sep 05 00:55:36.879 INFO kablam! | ^^^^^ Sep 05 00:55:36.879 INFO kablam! | Sep 05 00:55:36.879 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 05 00:55:36.879 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 05 00:55:36.879 INFO kablam! candidate #1: `statemachine::StateData` Sep 05 00:55:36.879 INFO kablam! Sep 05 00:55:36.880 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.880 INFO kablam! --> src/source_analysis.rs:505:64 Sep 05 00:55:36.880 INFO kablam! | Sep 05 00:55:36.880 INFO kablam! 505 | let decl_start = i.sig.decl.fn_token.0.start().line+1; Sep 05 00:55:36.880 INFO kablam! | ^^^^^ Sep 05 00:55:36.880 INFO kablam! | Sep 05 00:55:36.880 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 05 00:55:36.880 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 05 00:55:36.880 INFO kablam! candidate #1: `statemachine::StateData` Sep 05 00:55:36.880 INFO kablam! Sep 05 00:55:36.881 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.881 INFO kablam! --> src/source_analysis.rs:506:56 Sep 05 00:55:36.881 INFO kablam! | Sep 05 00:55:36.881 INFO kablam! 506 | let stmts_start = block.span().start().line; Sep 05 00:55:36.881 INFO kablam! | ^^^^^ Sep 05 00:55:36.881 INFO kablam! | Sep 05 00:55:36.881 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 05 00:55:36.881 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 05 00:55:36.881 INFO kablam! candidate #1: `statemachine::StateData` Sep 05 00:55:36.881 INFO kablam! Sep 05 00:55:36.888 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.888 INFO kablam! --> src/source_analysis.rs:540:66 Sep 05 00:55:36.888 INFO kablam! | Sep 05 00:55:36.888 INFO kablam! 540 | analysis.ignore.remove(&Lines::Line(i.span().start().line)); Sep 05 00:55:36.888 INFO kablam! | ^^^^^ Sep 05 00:55:36.888 INFO kablam! | Sep 05 00:55:36.888 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 05 00:55:36.888 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 05 00:55:36.888 INFO kablam! candidate #1: `statemachine::StateData` Sep 05 00:55:36.888 INFO kablam! Sep 05 00:55:36.889 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.889 INFO kablam! --> src/source_analysis.rs:543:60 Sep 05 00:55:36.889 INFO kablam! | Sep 05 00:55:36.889 INFO kablam! 543 | let decl_start = i.sig.decl.fn_token.0.start().line+1; Sep 05 00:55:36.889 INFO kablam! | ^^^^^ Sep 05 00:55:36.889 INFO kablam! | Sep 05 00:55:36.889 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 05 00:55:36.889 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 05 00:55:36.889 INFO kablam! candidate #1: `statemachine::StateData` Sep 05 00:55:36.889 INFO kablam! Sep 05 00:55:36.891 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.891 INFO kablam! --> src/source_analysis.rs:544:54 Sep 05 00:55:36.891 INFO kablam! | Sep 05 00:55:36.891 INFO kablam! 544 | let stmts_start = i.block.span().start().line; Sep 05 00:55:36.891 INFO kablam! | ^^^^^ Sep 05 00:55:36.891 INFO kablam! | Sep 05 00:55:36.891 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 05 00:55:36.891 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 05 00:55:36.891 INFO kablam! candidate #1: `statemachine::StateData` Sep 05 00:55:36.891 INFO kablam! Sep 05 00:55:36.907 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.907 INFO kablam! --> src/source_analysis.rs:718:28 Sep 05 00:55:36.907 INFO kablam! | Sep 05 00:55:36.907 INFO kablam! 718 | for i in s.start().line..(s.end().line+1) { Sep 05 00:55:36.907 INFO kablam! | ^^^^^ Sep 05 00:55:36.907 INFO kablam! | Sep 05 00:55:36.907 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 05 00:55:36.907 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 05 00:55:36.907 INFO kablam! candidate #1: `statemachine::StateData` Sep 05 00:55:36.907 INFO kablam! Sep 05 00:55:36.910 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.910 INFO kablam! --> src/source_analysis.rs:718:45 Sep 05 00:55:36.910 INFO kablam! | Sep 05 00:55:36.910 INFO kablam! 718 | for i in s.start().line..(s.end().line+1) { Sep 05 00:55:36.910 INFO kablam! | ^^^ Sep 05 00:55:36.910 INFO kablam! Sep 05 00:55:36.912 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.912 INFO kablam! --> src/source_analysis.rs:729:29 Sep 05 00:55:36.912 INFO kablam! | Sep 05 00:55:36.912 INFO kablam! 729 | let start = call.span().start().line + 1; Sep 05 00:55:36.912 INFO kablam! | ^^^^^ Sep 05 00:55:36.912 INFO kablam! | Sep 05 00:55:36.912 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 05 00:55:36.912 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 05 00:55:36.913 INFO kablam! candidate #1: `statemachine::StateData` Sep 05 00:55:36.913 INFO kablam! Sep 05 00:55:36.915 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.915 INFO kablam! --> src/source_analysis.rs:730:27 Sep 05 00:55:36.915 INFO kablam! | Sep 05 00:55:36.915 INFO kablam! 730 | let end = call.span().end().line + 1; Sep 05 00:55:36.915 INFO kablam! | ^^^ Sep 05 00:55:36.915 INFO kablam! Sep 05 00:55:36.919 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.919 INFO kablam! --> src/source_analysis.rs:741:29 Sep 05 00:55:36.919 INFO kablam! | Sep 05 00:55:36.919 INFO kablam! 741 | let start = meth.span().start().line + 1; Sep 05 00:55:36.919 INFO kablam! | ^^^^^ Sep 05 00:55:36.919 INFO kablam! | Sep 05 00:55:36.919 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 05 00:55:36.919 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 05 00:55:36.919 INFO kablam! candidate #1: `statemachine::StateData` Sep 05 00:55:36.919 INFO kablam! Sep 05 00:55:36.922 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.923 INFO kablam! --> src/source_analysis.rs:742:27 Sep 05 00:55:36.923 INFO kablam! | Sep 05 00:55:36.923 INFO kablam! 742 | let end = meth.span().end().line + 1; Sep 05 00:55:36.923 INFO kablam! | ^^^ Sep 05 00:55:36.923 INFO kablam! Sep 05 00:55:36.925 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.925 INFO kablam! --> src/source_analysis.rs:753:45 Sep 05 00:55:36.925 INFO kablam! | Sep 05 00:55:36.925 INFO kablam! 753 | let u_line = unsafe_expr.unsafe_token.0.start().line; Sep 05 00:55:36.926 INFO kablam! | ^^^^^ Sep 05 00:55:36.926 INFO kablam! | Sep 05 00:55:36.926 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 05 00:55:36.926 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 05 00:55:36.926 INFO kablam! candidate #1: `statemachine::StateData` Sep 05 00:55:36.926 INFO kablam! Sep 05 00:55:36.927 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.927 INFO kablam! --> src/source_analysis.rs:756:36 Sep 05 00:55:36.927 INFO kablam! | Sep 05 00:55:36.927 INFO kablam! 756 | if u_line != blk.brace_token.0.start().line || blk.stmts.is_empty() { Sep 05 00:55:36.927 INFO kablam! | ^^^^^ Sep 05 00:55:36.927 INFO kablam! | Sep 05 00:55:36.927 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 05 00:55:36.927 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 05 00:55:36.927 INFO kablam! candidate #1: `statemachine::StateData` Sep 05 00:55:36.927 INFO kablam! Sep 05 00:55:36.929 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.929 INFO kablam! --> src/source_analysis.rs:765:24 Sep 05 00:55:36.929 INFO kablam! | Sep 05 00:55:36.929 INFO kablam! 765 | if u_line != s.start().line { Sep 05 00:55:36.930 INFO kablam! | ^^^^^ Sep 05 00:55:36.930 INFO kablam! | Sep 05 00:55:36.930 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 05 00:55:36.930 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 05 00:55:36.930 INFO kablam! candidate #1: `statemachine::StateData` Sep 05 00:55:36.930 INFO kablam! Sep 05 00:55:36.932 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.933 INFO kablam! --> src/source_analysis.rs:782:34 Sep 05 00:55:36.933 INFO kablam! | Sep 05 00:55:36.933 INFO kablam! 782 | let start = structure.span().start().line; Sep 05 00:55:36.933 INFO kablam! | ^^^^^ Sep 05 00:55:36.933 INFO kablam! | Sep 05 00:55:36.934 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 05 00:55:36.934 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 05 00:55:36.934 INFO kablam! candidate #1: `statemachine::StateData` Sep 05 00:55:36.934 INFO kablam! Sep 05 00:55:36.935 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.935 INFO kablam! --> src/source_analysis.rs:783:32 Sep 05 00:55:36.935 INFO kablam! | Sep 05 00:55:36.935 INFO kablam! 783 | let end = structure.span().end().line; Sep 05 00:55:36.936 INFO kablam! | ^^^ Sep 05 00:55:36.936 INFO kablam! Sep 05 00:55:36.938 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.938 INFO kablam! --> src/source_analysis.rs:796:35 Sep 05 00:55:36.938 INFO kablam! | Sep 05 00:55:36.938 INFO kablam! 796 | cover.insert(span.start().line); Sep 05 00:55:36.938 INFO kablam! | ^^^^^ Sep 05 00:55:36.938 INFO kablam! | Sep 05 00:55:36.938 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 05 00:55:36.938 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 05 00:55:36.938 INFO kablam! candidate #1: `statemachine::StateData` Sep 05 00:55:36.938 INFO kablam! Sep 05 00:55:36.942 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.942 INFO kablam! --> src/source_analysis.rs:810:28 Sep 05 00:55:36.942 INFO kablam! | Sep 05 00:55:36.942 INFO kablam! 810 | let start = mac.span().start().line + 1; Sep 05 00:55:36.942 INFO kablam! | ^^^^^ Sep 05 00:55:36.942 INFO kablam! | Sep 05 00:55:36.942 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 05 00:55:36.942 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 05 00:55:36.942 INFO kablam! candidate #1: `statemachine::StateData` Sep 05 00:55:36.942 INFO kablam! Sep 05 00:55:36.944 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.944 INFO kablam! --> src/source_analysis.rs:811:26 Sep 05 00:55:36.944 INFO kablam! | Sep 05 00:55:36.944 INFO kablam! 811 | let end = mac.span().end().line + 1; Sep 05 00:55:36.944 INFO kablam! | ^^^ Sep 05 00:55:36.944 INFO kablam! Sep 05 00:55:36.950 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.950 INFO kablam! --> src/source_analysis.rs:843:28 Sep 05 00:55:36.950 INFO kablam! | Sep 05 00:55:36.950 INFO kablam! 843 | for i in t.start().line..(t.end().line+1) { Sep 05 00:55:36.951 INFO kablam! | ^^^^^ Sep 05 00:55:36.951 INFO kablam! | Sep 05 00:55:36.951 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 05 00:55:36.951 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 05 00:55:36.951 INFO kablam! candidate #1: `statemachine::StateData` Sep 05 00:55:36.951 INFO kablam! Sep 05 00:55:36.953 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 05 00:55:36.953 INFO kablam! --> src/source_analysis.rs:843:45 Sep 05 00:55:36.953 INFO kablam! | Sep 05 00:55:36.953 INFO kablam! 843 | for i in t.start().line..(t.end().line+1) { Sep 05 00:55:36.953 INFO kablam! | ^^^ Sep 05 00:55:36.953 INFO kablam! Sep 05 00:55:37.088 INFO kablam! error: aborting due to 32 previous errors Sep 05 00:55:37.088 INFO kablam! Sep 05 00:55:37.088 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 05 00:55:37.114 INFO kablam! error: Could not compile `cargo-tarpaulin`. Sep 05 00:55:37.114 INFO kablam! Sep 05 00:55:37.114 INFO kablam! To learn more, run the command again with --verbose. Sep 05 00:55:37.115 INFO kablam! su: No module specific data is present Sep 05 00:55:37.679 INFO running `"docker" "rm" "-f" "00762a0cb33e59958e3f8e3f2200e186e6a984a60b4fd09e4ac0b1ea628105a0"` Sep 05 00:55:37.816 INFO blam! 00762a0cb33e59958e3f8e3f2200e186e6a984a60b4fd09e4ac0b1ea628105a0