Sep 18 02:46:36.227 INFO checking cargo-tarpaulin-0.6.6 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 18 02:46:36.227 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 18 02:46:36.228 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-0/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 18 02:46:36.434 INFO blam! 45fb0281b600082d86d268a96a58b595192ed911ad26790a34e2cc487d8af955 Sep 18 02:46:36.436 INFO running `"docker" "start" "-a" "45fb0281b600082d86d268a96a58b595192ed911ad26790a34e2cc487d8af955"` Sep 18 02:46:37.387 INFO kablam! usermod: no changes Sep 18 02:46:37.781 INFO kablam! Checking stable_deref_trait v1.1.1 Sep 18 02:46:37.787 INFO kablam! Checking semver v0.8.0 Sep 18 02:46:37.787 INFO kablam! Checking syn v0.14.9 Sep 18 02:46:37.795 INFO kablam! Compiling scroll_derive v0.9.4 Sep 18 02:46:37.795 INFO kablam! Checking gzip-header v0.1.2 Sep 18 02:46:37.795 INFO kablam! Checking crates-io v0.13.0 Sep 18 02:46:37.803 INFO kablam! Checking git2-curl v0.7.0 Sep 18 02:46:37.803 INFO kablam! Checking quick-xml v0.12.4 Sep 18 02:46:38.930 INFO kablam! Checking gimli v0.16.1 Sep 18 02:46:40.038 INFO kablam! Checking deflate v0.7.18 Sep 18 02:46:43.309 INFO kablam! Checking cargo v0.24.0 Sep 18 02:46:46.731 INFO kablam! Checking coveralls-api v0.3.3 Sep 18 02:46:50.549 INFO kablam! Checking scroll v0.9.0 Sep 18 02:46:54.091 INFO kablam! Checking goblin v0.0.15 Sep 18 02:47:12.663 INFO kablam! Checking object v0.9.0 Sep 18 02:47:15.111 INFO kablam! Checking cargo-tarpaulin v0.6.6 (/source) Sep 18 02:47:25.231 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:25.231 INFO kablam! --> src/source_analysis.rs:77:27 Sep 18 02:47:25.231 INFO kablam! | Sep 18 02:47:25.231 INFO kablam! 77 | for i in span.start().line..(span.end().line+1) { Sep 18 02:47:25.231 INFO kablam! | ^^^^^ Sep 18 02:47:25.231 INFO kablam! | Sep 18 02:47:25.231 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 18 02:47:25.231 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 18 02:47:25.231 INFO kablam! candidate #1: `statemachine::StateData` Sep 18 02:47:25.231 INFO kablam! Sep 18 02:47:25.239 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:25.239 INFO kablam! --> src/source_analysis.rs:77:47 Sep 18 02:47:25.239 INFO kablam! | Sep 18 02:47:25.239 INFO kablam! 77 | for i in span.start().line..(span.end().line+1) { Sep 18 02:47:25.239 INFO kablam! | ^^^ Sep 18 02:47:25.239 INFO kablam! Sep 18 02:47:25.247 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:25.247 INFO kablam! --> src/source_analysis.rs:97:28 Sep 18 02:47:25.247 INFO kablam! | Sep 18 02:47:25.247 INFO kablam! 97 | let len = span.end().line - span.start().line; Sep 18 02:47:25.247 INFO kablam! | ^^^ Sep 18 02:47:25.247 INFO kablam! Sep 18 02:47:25.255 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:25.255 INFO kablam! --> src/source_analysis.rs:97:46 Sep 18 02:47:25.255 INFO kablam! | Sep 18 02:47:25.255 INFO kablam! 97 | let len = span.end().line - span.start().line; Sep 18 02:47:25.255 INFO kablam! | ^^^^^ Sep 18 02:47:25.255 INFO kablam! | Sep 18 02:47:25.255 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 18 02:47:25.255 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 18 02:47:25.255 INFO kablam! candidate #1: `statemachine::StateData` Sep 18 02:47:25.255 INFO kablam! Sep 18 02:47:25.263 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:25.263 INFO kablam! --> src/source_analysis.rs:99:62 Sep 18 02:47:25.263 INFO kablam! | Sep 18 02:47:25.263 INFO kablam! 99 | for (i, line) in c.lines().enumerate().skip(span.start().line - 1).take(len) { Sep 18 02:47:25.263 INFO kablam! | ^^^^^ Sep 18 02:47:25.263 INFO kablam! | Sep 18 02:47:25.263 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 18 02:47:25.263 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 18 02:47:25.263 INFO kablam! candidate #1: `statemachine::StateData` Sep 18 02:47:25.263 INFO kablam! Sep 18 02:47:25.267 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:25.267 INFO kablam! --> src/source_analysis.rs:118:23 Sep 18 02:47:25.267 INFO kablam! | Sep 18 02:47:25.267 INFO kablam! 118 | for i in span.start().line..(span.end().line +1) { Sep 18 02:47:25.267 INFO kablam! | ^^^^^ Sep 18 02:47:25.267 INFO kablam! | Sep 18 02:47:25.267 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 18 02:47:25.267 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 18 02:47:25.267 INFO kablam! candidate #1: `statemachine::StateData` Sep 18 02:47:25.267 INFO kablam! Sep 18 02:47:25.271 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:25.271 INFO kablam! --> src/source_analysis.rs:118:43 Sep 18 02:47:25.271 INFO kablam! | Sep 18 02:47:25.271 INFO kablam! 118 | for i in span.start().line..(span.end().line +1) { Sep 18 02:47:25.271 INFO kablam! | ^^^ Sep 18 02:47:25.271 INFO kablam! Sep 18 02:47:25.334 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:25.334 INFO kablam! --> src/source_analysis.rs:430:53 Sep 18 02:47:25.334 INFO kablam! | Sep 18 02:47:25.334 INFO kablam! 430 | let line_number = func.decl.fn_token.span().start().line; Sep 18 02:47:25.334 INFO kablam! | ^^^^^ Sep 18 02:47:25.334 INFO kablam! | Sep 18 02:47:25.334 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 18 02:47:25.334 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 18 02:47:25.334 INFO kablam! candidate #1: `statemachine::StateData` Sep 18 02:47:25.334 INFO kablam! Sep 18 02:47:25.337 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:25.337 INFO kablam! --> src/source_analysis.rs:433:47 Sep 18 02:47:25.337 INFO kablam! | Sep 18 02:47:25.337 INFO kablam! 433 | let decl_start = func.decl.fn_token.0.start().line+1; Sep 18 02:47:25.337 INFO kablam! | ^^^^^ Sep 18 02:47:25.337 INFO kablam! | Sep 18 02:47:25.337 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 18 02:47:25.337 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 18 02:47:25.337 INFO kablam! candidate #1: `statemachine::StateData` Sep 18 02:47:25.337 INFO kablam! Sep 18 02:47:25.343 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:25.343 INFO kablam! --> src/source_analysis.rs:434:45 Sep 18 02:47:25.343 INFO kablam! | Sep 18 02:47:25.343 INFO kablam! 434 | let stmts_start = func.block.span().start().line; Sep 18 02:47:25.343 INFO kablam! | ^^^^^ Sep 18 02:47:25.343 INFO kablam! | Sep 18 02:47:25.343 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 18 02:47:25.343 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 18 02:47:25.343 INFO kablam! candidate #1: `statemachine::StateData` Sep 18 02:47:25.343 INFO kablam! Sep 18 02:47:25.358 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:25.358 INFO kablam! --> src/source_analysis.rs:502:74 Sep 18 02:47:25.359 INFO kablam! | Sep 18 02:47:25.359 INFO kablam! 502 | analysis.ignore.remove(&Lines::Line(i.sig.span().start().line)); Sep 18 02:47:25.359 INFO kablam! | ^^^^^ Sep 18 02:47:25.359 INFO kablam! | Sep 18 02:47:25.359 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 18 02:47:25.359 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 18 02:47:25.359 INFO kablam! candidate #1: `statemachine::StateData` Sep 18 02:47:25.359 INFO kablam! Sep 18 02:47:25.361 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:25.361 INFO kablam! --> src/source_analysis.rs:505:64 Sep 18 02:47:25.361 INFO kablam! | Sep 18 02:47:25.361 INFO kablam! 505 | let decl_start = i.sig.decl.fn_token.0.start().line+1; Sep 18 02:47:25.361 INFO kablam! | ^^^^^ Sep 18 02:47:25.361 INFO kablam! | Sep 18 02:47:25.361 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 18 02:47:25.361 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 18 02:47:25.361 INFO kablam! candidate #1: `statemachine::StateData` Sep 18 02:47:25.361 INFO kablam! Sep 18 02:47:25.367 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:25.367 INFO kablam! --> src/source_analysis.rs:506:56 Sep 18 02:47:25.367 INFO kablam! | Sep 18 02:47:25.367 INFO kablam! 506 | let stmts_start = block.span().start().line; Sep 18 02:47:25.367 INFO kablam! | ^^^^^ Sep 18 02:47:25.367 INFO kablam! | Sep 18 02:47:25.367 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 18 02:47:25.367 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 18 02:47:25.367 INFO kablam! candidate #1: `statemachine::StateData` Sep 18 02:47:25.367 INFO kablam! Sep 18 02:47:25.378 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:25.378 INFO kablam! --> src/source_analysis.rs:540:66 Sep 18 02:47:25.378 INFO kablam! | Sep 18 02:47:25.378 INFO kablam! 540 | analysis.ignore.remove(&Lines::Line(i.span().start().line)); Sep 18 02:47:25.378 INFO kablam! | ^^^^^ Sep 18 02:47:25.378 INFO kablam! | Sep 18 02:47:25.378 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 18 02:47:25.378 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 18 02:47:25.378 INFO kablam! candidate #1: `statemachine::StateData` Sep 18 02:47:25.379 INFO kablam! Sep 18 02:47:25.381 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:25.381 INFO kablam! --> src/source_analysis.rs:543:60 Sep 18 02:47:25.381 INFO kablam! | Sep 18 02:47:25.381 INFO kablam! 543 | let decl_start = i.sig.decl.fn_token.0.start().line+1; Sep 18 02:47:25.382 INFO kablam! | ^^^^^ Sep 18 02:47:25.382 INFO kablam! | Sep 18 02:47:25.382 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 18 02:47:25.382 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 18 02:47:25.382 INFO kablam! candidate #1: `statemachine::StateData` Sep 18 02:47:25.382 INFO kablam! Sep 18 02:47:25.387 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:25.387 INFO kablam! --> src/source_analysis.rs:544:54 Sep 18 02:47:25.387 INFO kablam! | Sep 18 02:47:25.387 INFO kablam! 544 | let stmts_start = i.block.span().start().line; Sep 18 02:47:25.387 INFO kablam! | ^^^^^ Sep 18 02:47:25.387 INFO kablam! | Sep 18 02:47:25.387 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 18 02:47:25.387 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 18 02:47:25.387 INFO kablam! candidate #1: `statemachine::StateData` Sep 18 02:47:25.387 INFO kablam! Sep 18 02:47:25.406 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:25.406 INFO kablam! --> src/source_analysis.rs:718:28 Sep 18 02:47:25.406 INFO kablam! | Sep 18 02:47:25.406 INFO kablam! 718 | for i in s.start().line..(s.end().line+1) { Sep 18 02:47:25.406 INFO kablam! | ^^^^^ Sep 18 02:47:25.406 INFO kablam! | Sep 18 02:47:25.407 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 18 02:47:25.407 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 18 02:47:25.407 INFO kablam! candidate #1: `statemachine::StateData` Sep 18 02:47:25.407 INFO kablam! Sep 18 02:47:25.410 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:25.410 INFO kablam! --> src/source_analysis.rs:718:45 Sep 18 02:47:25.410 INFO kablam! | Sep 18 02:47:25.410 INFO kablam! 718 | for i in s.start().line..(s.end().line+1) { Sep 18 02:47:25.410 INFO kablam! | ^^^ Sep 18 02:47:25.410 INFO kablam! Sep 18 02:47:25.414 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:25.414 INFO kablam! --> src/source_analysis.rs:729:29 Sep 18 02:47:25.414 INFO kablam! | Sep 18 02:47:25.414 INFO kablam! 729 | let start = call.span().start().line + 1; Sep 18 02:47:25.414 INFO kablam! | ^^^^^ Sep 18 02:47:25.414 INFO kablam! | Sep 18 02:47:25.414 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 18 02:47:25.414 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 18 02:47:25.414 INFO kablam! candidate #1: `statemachine::StateData` Sep 18 02:47:25.414 INFO kablam! Sep 18 02:47:25.418 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:25.418 INFO kablam! --> src/source_analysis.rs:730:27 Sep 18 02:47:25.418 INFO kablam! | Sep 18 02:47:25.418 INFO kablam! 730 | let end = call.span().end().line + 1; Sep 18 02:47:25.418 INFO kablam! | ^^^ Sep 18 02:47:25.418 INFO kablam! Sep 18 02:47:25.422 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:25.422 INFO kablam! --> src/source_analysis.rs:741:29 Sep 18 02:47:25.422 INFO kablam! | Sep 18 02:47:25.422 INFO kablam! 741 | let start = meth.span().start().line + 1; Sep 18 02:47:25.422 INFO kablam! | ^^^^^ Sep 18 02:47:25.422 INFO kablam! | Sep 18 02:47:25.422 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 18 02:47:25.422 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 18 02:47:25.422 INFO kablam! candidate #1: `statemachine::StateData` Sep 18 02:47:25.422 INFO kablam! Sep 18 02:47:25.426 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:25.426 INFO kablam! --> src/source_analysis.rs:742:27 Sep 18 02:47:25.426 INFO kablam! | Sep 18 02:47:25.426 INFO kablam! 742 | let end = meth.span().end().line + 1; Sep 18 02:47:25.426 INFO kablam! | ^^^ Sep 18 02:47:25.426 INFO kablam! Sep 18 02:47:25.433 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:25.433 INFO kablam! --> src/source_analysis.rs:753:45 Sep 18 02:47:25.433 INFO kablam! | Sep 18 02:47:25.433 INFO kablam! 753 | let u_line = unsafe_expr.unsafe_token.0.start().line; Sep 18 02:47:25.433 INFO kablam! | ^^^^^ Sep 18 02:47:25.433 INFO kablam! | Sep 18 02:47:25.433 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 18 02:47:25.433 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 18 02:47:25.433 INFO kablam! candidate #1: `statemachine::StateData` Sep 18 02:47:25.433 INFO kablam! Sep 18 02:47:25.437 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:25.437 INFO kablam! --> src/source_analysis.rs:756:36 Sep 18 02:47:25.437 INFO kablam! | Sep 18 02:47:25.437 INFO kablam! 756 | if u_line != blk.brace_token.0.start().line || blk.stmts.is_empty() { Sep 18 02:47:25.437 INFO kablam! | ^^^^^ Sep 18 02:47:25.437 INFO kablam! | Sep 18 02:47:25.437 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 18 02:47:25.437 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 18 02:47:25.437 INFO kablam! candidate #1: `statemachine::StateData` Sep 18 02:47:25.437 INFO kablam! Sep 18 02:47:25.439 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:25.439 INFO kablam! --> src/source_analysis.rs:765:24 Sep 18 02:47:25.439 INFO kablam! | Sep 18 02:47:25.439 INFO kablam! 765 | if u_line != s.start().line { Sep 18 02:47:25.439 INFO kablam! | ^^^^^ Sep 18 02:47:25.439 INFO kablam! | Sep 18 02:47:25.439 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 18 02:47:25.439 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 18 02:47:25.439 INFO kablam! candidate #1: `statemachine::StateData` Sep 18 02:47:25.439 INFO kablam! Sep 18 02:47:25.451 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:25.451 INFO kablam! --> src/source_analysis.rs:782:34 Sep 18 02:47:25.451 INFO kablam! | Sep 18 02:47:25.451 INFO kablam! 782 | let start = structure.span().start().line; Sep 18 02:47:25.451 INFO kablam! | ^^^^^ Sep 18 02:47:25.451 INFO kablam! | Sep 18 02:47:25.451 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 18 02:47:25.451 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 18 02:47:25.451 INFO kablam! candidate #1: `statemachine::StateData` Sep 18 02:47:25.451 INFO kablam! Sep 18 02:47:25.455 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:25.455 INFO kablam! --> src/source_analysis.rs:783:32 Sep 18 02:47:25.455 INFO kablam! | Sep 18 02:47:25.455 INFO kablam! 783 | let end = structure.span().end().line; Sep 18 02:47:25.455 INFO kablam! | ^^^ Sep 18 02:47:25.455 INFO kablam! Sep 18 02:47:25.459 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:25.459 INFO kablam! --> src/source_analysis.rs:796:35 Sep 18 02:47:25.459 INFO kablam! | Sep 18 02:47:25.459 INFO kablam! 796 | cover.insert(span.start().line); Sep 18 02:47:25.459 INFO kablam! | ^^^^^ Sep 18 02:47:25.459 INFO kablam! | Sep 18 02:47:25.459 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 18 02:47:25.459 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 18 02:47:25.459 INFO kablam! candidate #1: `statemachine::StateData` Sep 18 02:47:25.459 INFO kablam! Sep 18 02:47:25.463 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:25.463 INFO kablam! --> src/source_analysis.rs:810:28 Sep 18 02:47:25.463 INFO kablam! | Sep 18 02:47:25.463 INFO kablam! 810 | let start = mac.span().start().line + 1; Sep 18 02:47:25.463 INFO kablam! | ^^^^^ Sep 18 02:47:25.463 INFO kablam! | Sep 18 02:47:25.463 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 18 02:47:25.463 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 18 02:47:25.463 INFO kablam! candidate #1: `statemachine::StateData` Sep 18 02:47:25.463 INFO kablam! Sep 18 02:47:25.467 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:25.467 INFO kablam! --> src/source_analysis.rs:811:26 Sep 18 02:47:25.467 INFO kablam! | Sep 18 02:47:25.467 INFO kablam! 811 | let end = mac.span().end().line + 1; Sep 18 02:47:25.467 INFO kablam! | ^^^ Sep 18 02:47:25.467 INFO kablam! Sep 18 02:47:25.474 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:25.474 INFO kablam! --> src/source_analysis.rs:843:28 Sep 18 02:47:25.474 INFO kablam! | Sep 18 02:47:25.474 INFO kablam! 843 | for i in t.start().line..(t.end().line+1) { Sep 18 02:47:25.474 INFO kablam! | ^^^^^ Sep 18 02:47:25.474 INFO kablam! | Sep 18 02:47:25.475 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 18 02:47:25.475 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 18 02:47:25.475 INFO kablam! candidate #1: `statemachine::StateData` Sep 18 02:47:25.475 INFO kablam! Sep 18 02:47:25.479 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:25.479 INFO kablam! --> src/source_analysis.rs:843:45 Sep 18 02:47:25.479 INFO kablam! | Sep 18 02:47:25.479 INFO kablam! 843 | for i in t.start().line..(t.end().line+1) { Sep 18 02:47:25.479 INFO kablam! | ^^^ Sep 18 02:47:25.479 INFO kablam! Sep 18 02:47:25.635 INFO kablam! error: aborting due to 32 previous errors Sep 18 02:47:25.635 INFO kablam! Sep 18 02:47:25.636 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 18 02:47:25.664 INFO kablam! error: Could not compile `cargo-tarpaulin`. Sep 18 02:47:25.665 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 02:47:26.287 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:26.287 INFO kablam! --> src/source_analysis.rs:77:27 Sep 18 02:47:26.287 INFO kablam! | Sep 18 02:47:26.287 INFO kablam! 77 | for i in span.start().line..(span.end().line+1) { Sep 18 02:47:26.287 INFO kablam! | ^^^^^ Sep 18 02:47:26.287 INFO kablam! | Sep 18 02:47:26.287 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 18 02:47:26.287 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 18 02:47:26.287 INFO kablam! candidate #1: `statemachine::StateData` Sep 18 02:47:26.287 INFO kablam! Sep 18 02:47:26.291 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:26.291 INFO kablam! --> src/source_analysis.rs:77:47 Sep 18 02:47:26.291 INFO kablam! | Sep 18 02:47:26.291 INFO kablam! 77 | for i in span.start().line..(span.end().line+1) { Sep 18 02:47:26.291 INFO kablam! | ^^^ Sep 18 02:47:26.291 INFO kablam! Sep 18 02:47:26.297 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:26.297 INFO kablam! --> src/source_analysis.rs:97:28 Sep 18 02:47:26.297 INFO kablam! | Sep 18 02:47:26.297 INFO kablam! 97 | let len = span.end().line - span.start().line; Sep 18 02:47:26.297 INFO kablam! | ^^^ Sep 18 02:47:26.297 INFO kablam! Sep 18 02:47:26.303 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:26.303 INFO kablam! --> src/source_analysis.rs:97:46 Sep 18 02:47:26.303 INFO kablam! | Sep 18 02:47:26.303 INFO kablam! 97 | let len = span.end().line - span.start().line; Sep 18 02:47:26.303 INFO kablam! | ^^^^^ Sep 18 02:47:26.303 INFO kablam! | Sep 18 02:47:26.303 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 18 02:47:26.303 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 18 02:47:26.303 INFO kablam! candidate #1: `statemachine::StateData` Sep 18 02:47:26.303 INFO kablam! Sep 18 02:47:26.303 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:26.303 INFO kablam! --> src/source_analysis.rs:99:62 Sep 18 02:47:26.303 INFO kablam! | Sep 18 02:47:26.303 INFO kablam! 99 | for (i, line) in c.lines().enumerate().skip(span.start().line - 1).take(len) { Sep 18 02:47:26.303 INFO kablam! | ^^^^^ Sep 18 02:47:26.303 INFO kablam! | Sep 18 02:47:26.303 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 18 02:47:26.303 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 18 02:47:26.303 INFO kablam! candidate #1: `statemachine::StateData` Sep 18 02:47:26.308 INFO kablam! Sep 18 02:47:26.308 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:26.308 INFO kablam! --> src/source_analysis.rs:118:23 Sep 18 02:47:26.308 INFO kablam! | Sep 18 02:47:26.308 INFO kablam! 118 | for i in span.start().line..(span.end().line +1) { Sep 18 02:47:26.308 INFO kablam! | ^^^^^ Sep 18 02:47:26.308 INFO kablam! | Sep 18 02:47:26.308 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 18 02:47:26.308 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 18 02:47:26.308 INFO kablam! candidate #1: `statemachine::StateData` Sep 18 02:47:26.309 INFO kablam! Sep 18 02:47:26.311 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:26.311 INFO kablam! --> src/source_analysis.rs:118:43 Sep 18 02:47:26.311 INFO kablam! | Sep 18 02:47:26.311 INFO kablam! 118 | for i in span.start().line..(span.end().line +1) { Sep 18 02:47:26.311 INFO kablam! | ^^^ Sep 18 02:47:26.311 INFO kablam! Sep 18 02:47:26.359 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:26.359 INFO kablam! --> src/source_analysis.rs:430:53 Sep 18 02:47:26.359 INFO kablam! | Sep 18 02:47:26.359 INFO kablam! 430 | let line_number = func.decl.fn_token.span().start().line; Sep 18 02:47:26.359 INFO kablam! | ^^^^^ Sep 18 02:47:26.359 INFO kablam! | Sep 18 02:47:26.359 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 18 02:47:26.359 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 18 02:47:26.359 INFO kablam! candidate #1: `statemachine::StateData` Sep 18 02:47:26.359 INFO kablam! Sep 18 02:47:26.359 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:26.359 INFO kablam! --> src/source_analysis.rs:433:47 Sep 18 02:47:26.359 INFO kablam! | Sep 18 02:47:26.359 INFO kablam! 433 | let decl_start = func.decl.fn_token.0.start().line+1; Sep 18 02:47:26.359 INFO kablam! | ^^^^^ Sep 18 02:47:26.359 INFO kablam! | Sep 18 02:47:26.359 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 18 02:47:26.359 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 18 02:47:26.359 INFO kablam! candidate #1: `statemachine::StateData` Sep 18 02:47:26.359 INFO kablam! Sep 18 02:47:26.359 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:26.359 INFO kablam! --> src/source_analysis.rs:434:45 Sep 18 02:47:26.359 INFO kablam! | Sep 18 02:47:26.359 INFO kablam! 434 | let stmts_start = func.block.span().start().line; Sep 18 02:47:26.359 INFO kablam! | ^^^^^ Sep 18 02:47:26.359 INFO kablam! | Sep 18 02:47:26.359 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 18 02:47:26.367 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 18 02:47:26.367 INFO kablam! candidate #1: `statemachine::StateData` Sep 18 02:47:26.367 INFO kablam! Sep 18 02:47:26.371 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:26.371 INFO kablam! --> src/source_analysis.rs:502:74 Sep 18 02:47:26.371 INFO kablam! | Sep 18 02:47:26.371 INFO kablam! 502 | analysis.ignore.remove(&Lines::Line(i.sig.span().start().line)); Sep 18 02:47:26.371 INFO kablam! | ^^^^^ Sep 18 02:47:26.371 INFO kablam! | Sep 18 02:47:26.371 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 18 02:47:26.371 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 18 02:47:26.371 INFO kablam! candidate #1: `statemachine::StateData` Sep 18 02:47:26.371 INFO kablam! Sep 18 02:47:26.374 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:26.374 INFO kablam! --> src/source_analysis.rs:505:64 Sep 18 02:47:26.374 INFO kablam! | Sep 18 02:47:26.374 INFO kablam! 505 | let decl_start = i.sig.decl.fn_token.0.start().line+1; Sep 18 02:47:26.374 INFO kablam! | ^^^^^ Sep 18 02:47:26.374 INFO kablam! | Sep 18 02:47:26.374 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 18 02:47:26.374 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 18 02:47:26.374 INFO kablam! candidate #1: `statemachine::StateData` Sep 18 02:47:26.374 INFO kablam! Sep 18 02:47:26.379 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:26.379 INFO kablam! --> src/source_analysis.rs:506:56 Sep 18 02:47:26.379 INFO kablam! | Sep 18 02:47:26.379 INFO kablam! 506 | let stmts_start = block.span().start().line; Sep 18 02:47:26.379 INFO kablam! | ^^^^^ Sep 18 02:47:26.379 INFO kablam! | Sep 18 02:47:26.379 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 18 02:47:26.379 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 18 02:47:26.379 INFO kablam! candidate #1: `statemachine::StateData` Sep 18 02:47:26.379 INFO kablam! Sep 18 02:47:26.383 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:26.383 INFO kablam! --> src/source_analysis.rs:540:66 Sep 18 02:47:26.383 INFO kablam! | Sep 18 02:47:26.383 INFO kablam! 540 | analysis.ignore.remove(&Lines::Line(i.span().start().line)); Sep 18 02:47:26.383 INFO kablam! | ^^^^^ Sep 18 02:47:26.383 INFO kablam! | Sep 18 02:47:26.383 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 18 02:47:26.383 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 18 02:47:26.383 INFO kablam! candidate #1: `statemachine::StateData` Sep 18 02:47:26.383 INFO kablam! Sep 18 02:47:26.383 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:26.383 INFO kablam! --> src/source_analysis.rs:543:60 Sep 18 02:47:26.383 INFO kablam! | Sep 18 02:47:26.383 INFO kablam! 543 | let decl_start = i.sig.decl.fn_token.0.start().line+1; Sep 18 02:47:26.383 INFO kablam! | ^^^^^ Sep 18 02:47:26.383 INFO kablam! | Sep 18 02:47:26.383 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 18 02:47:26.383 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 18 02:47:26.383 INFO kablam! candidate #1: `statemachine::StateData` Sep 18 02:47:26.383 INFO kablam! Sep 18 02:47:26.391 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:26.391 INFO kablam! --> src/source_analysis.rs:544:54 Sep 18 02:47:26.391 INFO kablam! | Sep 18 02:47:26.391 INFO kablam! 544 | let stmts_start = i.block.span().start().line; Sep 18 02:47:26.391 INFO kablam! | ^^^^^ Sep 18 02:47:26.391 INFO kablam! | Sep 18 02:47:26.391 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 18 02:47:26.391 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 18 02:47:26.391 INFO kablam! candidate #1: `statemachine::StateData` Sep 18 02:47:26.391 INFO kablam! Sep 18 02:47:26.399 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:26.399 INFO kablam! --> src/source_analysis.rs:718:28 Sep 18 02:47:26.399 INFO kablam! | Sep 18 02:47:26.399 INFO kablam! 718 | for i in s.start().line..(s.end().line+1) { Sep 18 02:47:26.399 INFO kablam! | ^^^^^ Sep 18 02:47:26.399 INFO kablam! | Sep 18 02:47:26.399 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 18 02:47:26.399 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 18 02:47:26.399 INFO kablam! candidate #1: `statemachine::StateData` Sep 18 02:47:26.399 INFO kablam! Sep 18 02:47:26.399 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:26.399 INFO kablam! --> src/source_analysis.rs:718:45 Sep 18 02:47:26.399 INFO kablam! | Sep 18 02:47:26.399 INFO kablam! 718 | for i in s.start().line..(s.end().line+1) { Sep 18 02:47:26.399 INFO kablam! | ^^^ Sep 18 02:47:26.399 INFO kablam! Sep 18 02:47:26.403 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:26.403 INFO kablam! --> src/source_analysis.rs:729:29 Sep 18 02:47:26.403 INFO kablam! | Sep 18 02:47:26.403 INFO kablam! 729 | let start = call.span().start().line + 1; Sep 18 02:47:26.403 INFO kablam! | ^^^^^ Sep 18 02:47:26.403 INFO kablam! | Sep 18 02:47:26.403 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 18 02:47:26.403 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 18 02:47:26.403 INFO kablam! candidate #1: `statemachine::StateData` Sep 18 02:47:26.403 INFO kablam! Sep 18 02:47:26.407 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:26.407 INFO kablam! --> src/source_analysis.rs:730:27 Sep 18 02:47:26.407 INFO kablam! | Sep 18 02:47:26.407 INFO kablam! 730 | let end = call.span().end().line + 1; Sep 18 02:47:26.407 INFO kablam! | ^^^ Sep 18 02:47:26.407 INFO kablam! Sep 18 02:47:26.407 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:26.407 INFO kablam! --> src/source_analysis.rs:741:29 Sep 18 02:47:26.407 INFO kablam! | Sep 18 02:47:26.407 INFO kablam! 741 | let start = meth.span().start().line + 1; Sep 18 02:47:26.407 INFO kablam! | ^^^^^ Sep 18 02:47:26.407 INFO kablam! | Sep 18 02:47:26.407 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 18 02:47:26.407 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 18 02:47:26.407 INFO kablam! candidate #1: `statemachine::StateData` Sep 18 02:47:26.407 INFO kablam! Sep 18 02:47:26.411 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:26.411 INFO kablam! --> src/source_analysis.rs:742:27 Sep 18 02:47:26.411 INFO kablam! | Sep 18 02:47:26.411 INFO kablam! 742 | let end = meth.span().end().line + 1; Sep 18 02:47:26.411 INFO kablam! | ^^^ Sep 18 02:47:26.411 INFO kablam! Sep 18 02:47:26.411 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:26.411 INFO kablam! --> src/source_analysis.rs:753:45 Sep 18 02:47:26.411 INFO kablam! | Sep 18 02:47:26.411 INFO kablam! 753 | let u_line = unsafe_expr.unsafe_token.0.start().line; Sep 18 02:47:26.411 INFO kablam! | ^^^^^ Sep 18 02:47:26.411 INFO kablam! | Sep 18 02:47:26.411 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 18 02:47:26.411 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 18 02:47:26.411 INFO kablam! candidate #1: `statemachine::StateData` Sep 18 02:47:26.411 INFO kablam! Sep 18 02:47:26.419 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:26.419 INFO kablam! --> src/source_analysis.rs:756:36 Sep 18 02:47:26.419 INFO kablam! | Sep 18 02:47:26.419 INFO kablam! 756 | if u_line != blk.brace_token.0.start().line || blk.stmts.is_empty() { Sep 18 02:47:26.419 INFO kablam! | ^^^^^ Sep 18 02:47:26.419 INFO kablam! | Sep 18 02:47:26.419 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 18 02:47:26.419 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 18 02:47:26.419 INFO kablam! candidate #1: `statemachine::StateData` Sep 18 02:47:26.419 INFO kablam! Sep 18 02:47:26.431 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:26.431 INFO kablam! --> src/source_analysis.rs:765:24 Sep 18 02:47:26.431 INFO kablam! | Sep 18 02:47:26.431 INFO kablam! 765 | if u_line != s.start().line { Sep 18 02:47:26.431 INFO kablam! | ^^^^^ Sep 18 02:47:26.431 INFO kablam! | Sep 18 02:47:26.431 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 18 02:47:26.431 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 18 02:47:26.431 INFO kablam! candidate #1: `statemachine::StateData` Sep 18 02:47:26.431 INFO kablam! Sep 18 02:47:26.431 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:26.431 INFO kablam! --> src/source_analysis.rs:782:34 Sep 18 02:47:26.431 INFO kablam! | Sep 18 02:47:26.431 INFO kablam! 782 | let start = structure.span().start().line; Sep 18 02:47:26.431 INFO kablam! | ^^^^^ Sep 18 02:47:26.431 INFO kablam! | Sep 18 02:47:26.431 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 18 02:47:26.431 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 18 02:47:26.431 INFO kablam! candidate #1: `statemachine::StateData` Sep 18 02:47:26.431 INFO kablam! Sep 18 02:47:26.439 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:26.439 INFO kablam! --> src/source_analysis.rs:783:32 Sep 18 02:47:26.439 INFO kablam! | Sep 18 02:47:26.439 INFO kablam! 783 | let end = structure.span().end().line; Sep 18 02:47:26.439 INFO kablam! | ^^^ Sep 18 02:47:26.439 INFO kablam! Sep 18 02:47:26.439 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:26.439 INFO kablam! --> src/source_analysis.rs:796:35 Sep 18 02:47:26.439 INFO kablam! | Sep 18 02:47:26.439 INFO kablam! 796 | cover.insert(span.start().line); Sep 18 02:47:26.439 INFO kablam! | ^^^^^ Sep 18 02:47:26.439 INFO kablam! | Sep 18 02:47:26.439 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 18 02:47:26.439 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 18 02:47:26.439 INFO kablam! candidate #1: `statemachine::StateData` Sep 18 02:47:26.439 INFO kablam! Sep 18 02:47:26.451 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:26.451 INFO kablam! --> src/source_analysis.rs:810:28 Sep 18 02:47:26.451 INFO kablam! | Sep 18 02:47:26.451 INFO kablam! 810 | let start = mac.span().start().line + 1; Sep 18 02:47:26.451 INFO kablam! | ^^^^^ Sep 18 02:47:26.451 INFO kablam! | Sep 18 02:47:26.451 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 18 02:47:26.451 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 18 02:47:26.451 INFO kablam! candidate #1: `statemachine::StateData` Sep 18 02:47:26.451 INFO kablam! Sep 18 02:47:26.451 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:26.451 INFO kablam! --> src/source_analysis.rs:811:26 Sep 18 02:47:26.451 INFO kablam! | Sep 18 02:47:26.451 INFO kablam! 811 | let end = mac.span().end().line + 1; Sep 18 02:47:26.451 INFO kablam! | ^^^ Sep 18 02:47:26.451 INFO kablam! Sep 18 02:47:26.459 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:26.459 INFO kablam! --> src/source_analysis.rs:843:28 Sep 18 02:47:26.459 INFO kablam! | Sep 18 02:47:26.459 INFO kablam! 843 | for i in t.start().line..(t.end().line+1) { Sep 18 02:47:26.459 INFO kablam! | ^^^^^ Sep 18 02:47:26.459 INFO kablam! | Sep 18 02:47:26.459 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 18 02:47:26.459 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 18 02:47:26.459 INFO kablam! candidate #1: `statemachine::StateData` Sep 18 02:47:26.459 INFO kablam! Sep 18 02:47:26.459 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 18 02:47:26.459 INFO kablam! --> src/source_analysis.rs:843:45 Sep 18 02:47:26.459 INFO kablam! | Sep 18 02:47:26.459 INFO kablam! 843 | for i in t.start().line..(t.end().line+1) { Sep 18 02:47:26.459 INFO kablam! | ^^^ Sep 18 02:47:26.459 INFO kablam! Sep 18 02:47:26.530 INFO kablam! error: aborting due to 32 previous errors Sep 18 02:47:26.530 INFO kablam! Sep 18 02:47:26.535 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 18 02:47:26.587 INFO kablam! error: Could not compile `cargo-tarpaulin`. Sep 18 02:47:26.587 INFO kablam! Sep 18 02:47:26.587 INFO kablam! To learn more, run the command again with --verbose. Sep 18 02:47:26.603 INFO kablam! su: No module specific data is present Sep 18 02:47:28.222 INFO running `"docker" "rm" "-f" "45fb0281b600082d86d268a96a58b595192ed911ad26790a34e2cc487d8af955"` Sep 18 02:47:28.516 INFO blam! 45fb0281b600082d86d268a96a58b595192ed911ad26790a34e2cc487d8af955