Sep 21 02:12:27.689 INFO checking svgbob-0.3.1 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 02:12:27.689 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 02:12:27.690 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-1/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 02:12:27.918 INFO blam! 62f5904e6ed64dd7e3f8a03febc9dc40c0496de81bc93f7b2bb8fc72a14cd699 Sep 21 02:12:27.920 INFO running `"docker" "start" "-a" "62f5904e6ed64dd7e3f8a03febc9dc40c0496de81bc93f7b2bb8fc72a14cd699"` Sep 21 02:12:29.002 INFO kablam! usermod: no changes Sep 21 02:12:29.094 INFO kablam! Checking svg v0.5.11 Sep 21 02:12:29.094 INFO kablam! Checking pom v1.1.0 Sep 21 02:12:29.094 INFO kablam! Checking pest v0.3.3 Sep 21 02:12:29.098 INFO kablam! Checking pretty_assertions v0.2.1 Sep 21 02:12:29.854 INFO kablam! Checking handlebars v0.21.1 Sep 21 02:12:31.566 INFO kablam! Checking svgbob v0.3.1 (/source) Sep 21 02:12:34.470 INFO kablam! error[E0432]: unresolved import `super::super::Loc` Sep 21 02:12:34.470 INFO kablam! --> src/grid.rs:788:9 Sep 21 02:12:34.470 INFO kablam! | Sep 21 02:12:34.470 INFO kablam! 788 | use super::super::Loc; Sep 21 02:12:34.470 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `Loc` in the root. Did you mean to use `loc`? Sep 21 02:12:34.470 INFO kablam! Sep 21 02:12:34.470 INFO kablam! error[E0432]: unresolved import `fragments::Direction` Sep 21 02:12:34.470 INFO kablam! --> src/grid.rs:792:20 Sep 21 02:12:34.470 INFO kablam! | Sep 21 02:12:34.470 INFO kablam! 792 | use fragments::Direction::*; Sep 21 02:12:34.470 INFO kablam! | ^^^^^^^^^ Could not find `Direction` in `fragments` Sep 21 02:12:34.470 INFO kablam! Sep 21 02:12:34.470 INFO kablam! error[E0432]: unresolved import `fragments::Block` Sep 21 02:12:34.470 INFO kablam! --> src/grid.rs:795:20 Sep 21 02:12:34.470 INFO kablam! | Sep 21 02:12:34.470 INFO kablam! 795 | use fragments::Block::{O, U, Y}; Sep 21 02:12:34.470 INFO kablam! | ^^^^^ Could not find `Block` in `fragments` Sep 21 02:12:34.470 INFO kablam! Sep 21 02:12:34.470 INFO kablam! error[E0432]: unresolved imports `FocusChar`, `Loc` Sep 21 02:12:34.470 INFO kablam! --> src/grid.rs:874:14 Sep 21 02:12:34.470 INFO kablam! | Sep 21 02:12:34.470 INFO kablam! 874 | use {FocusChar, Grid, Loc, Settings}; Sep 21 02:12:34.470 INFO kablam! | ^^^^^^^^^ ^^^ no `Loc` in the root. Did you mean to use `loc`? Sep 21 02:12:34.470 INFO kablam! | | Sep 21 02:12:34.470 INFO kablam! | no `FocusChar` in the root. Did you mean to use `focus_char`? Sep 21 02:12:34.470 INFO kablam! Sep 21 02:12:34.470 INFO kablam! error[E0432]: unresolved imports `FocusChar`, `Loc` Sep 21 02:12:34.470 INFO kablam! --> src/grid.rs:887:14 Sep 21 02:12:34.470 INFO kablam! | Sep 21 02:12:34.470 INFO kablam! 887 | use {FocusChar, Grid, Loc, Settings}; Sep 21 02:12:34.470 INFO kablam! | ^^^^^^^^^ ^^^ no `Loc` in the root. Did you mean to use `loc`? Sep 21 02:12:34.470 INFO kablam! | | Sep 21 02:12:34.470 INFO kablam! | no `FocusChar` in the root. Did you mean to use `focus_char`? Sep 21 02:12:34.470 INFO kablam! Sep 21 02:12:34.534 INFO kablam! error[E0425]: cannot find value `Right` in this scope Sep 21 02:12:34.534 INFO kablam! --> src/grid.rs:823:55 Sep 21 02:12:34.534 INFO kablam! | Sep 21 02:12:34.534 INFO kablam! 823 | let go_right = fc.from_location(&Location::go(Right)); Sep 21 02:12:34.534 INFO kablam! | ^^^^^ not found in this scope Sep 21 02:12:34.534 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 21 02:12:34.534 INFO kablam! | Sep 21 02:12:34.534 INFO kablam! 788 | use location::Direction::Right; Sep 21 02:12:34.534 INFO kablam! | Sep 21 02:12:34.534 INFO kablam! 788 | use std::fmt::Alignment::Right; Sep 21 02:12:34.534 INFO kablam! | Sep 21 02:12:34.534 INFO kablam! 788 | use std::fmt::rt::v1::Alignment::Right; Sep 21 02:12:34.534 INFO kablam! | Sep 21 02:12:34.534 INFO kablam! Sep 21 02:12:34.534 INFO kablam! error[E0603]: struct `Location` is private Sep 21 02:12:34.534 INFO kablam! --> src/grid.rs:793:9 Sep 21 02:12:34.534 INFO kablam! | Sep 21 02:12:34.534 INFO kablam! 793 | use properties::Location; Sep 21 02:12:34.534 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 02:12:34.534 INFO kablam! Sep 21 02:12:34.598 INFO kablam! error: unused import: `fragments::Direction::*` Sep 21 02:12:34.598 INFO kablam! --> src/grid.rs:792:9 Sep 21 02:12:34.598 INFO kablam! | Sep 21 02:12:34.598 INFO kablam! 792 | use fragments::Direction::*; Sep 21 02:12:34.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:12:34.598 INFO kablam! | Sep 21 02:12:34.598 INFO kablam! note: lint level defined here Sep 21 02:12:34.598 INFO kablam! --> src/lib.rs:32:9 Sep 21 02:12:34.598 INFO kablam! | Sep 21 02:12:34.598 INFO kablam! 32 | #![deny(warnings)] Sep 21 02:12:34.598 INFO kablam! | ^^^^^^^^ Sep 21 02:12:34.598 INFO kablam! = note: #[deny(unused_imports)] implied by #[deny(warnings)] Sep 21 02:12:34.598 INFO kablam! Sep 21 02:12:35.238 INFO kablam! warning: unused variable: `g` Sep 21 02:12:35.238 INFO kablam! --> examples/grid.rs:7:9 Sep 21 02:12:35.238 INFO kablam! | Sep 21 02:12:35.238 INFO kablam! 7 | let g = Grid::from_str("a统öo͡͡͡", &Settings::compact()); Sep 21 02:12:35.238 INFO kablam! | ^ help: consider using `_g` instead Sep 21 02:12:35.238 INFO kablam! | Sep 21 02:12:35.238 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 21 02:12:35.238 INFO kablam! Sep 21 02:12:36.250 INFO kablam! error[E0599]: no method named `get_svg_nodes_only` found for type `svgbob::Grid` in the current scope Sep 21 02:12:36.250 INFO kablam! --> tests/spec.rs:9:20 Sep 21 02:12:36.250 INFO kablam! | Sep 21 02:12:36.250 INFO kablam! 9 | let result = g.get_svg_nodes_only(); Sep 21 02:12:36.250 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 21 02:12:36.250 INFO kablam! Sep 21 02:12:36.250 INFO kablam! error[E0599]: no method named `to_string` found for type `svgbob::Grid` in the current scope Sep 21 02:12:36.250 INFO kablam! --> tests/spec.rs:10:30 Sep 21 02:12:36.250 INFO kablam! | Sep 21 02:12:36.250 INFO kablam! 10 | println!("grid: {:?}", g.to_string()); Sep 21 02:12:36.250 INFO kablam! | ^^^^^^^^^ Sep 21 02:12:36.250 INFO kablam! | Sep 21 02:12:36.250 INFO kablam! = note: the method `to_string` exists but the following trait bounds were not satisfied: Sep 21 02:12:36.250 INFO kablam! `svgbob::Grid : std::string::ToString` Sep 21 02:12:36.250 INFO kablam! Sep 21 02:12:36.250 INFO kablam! error: aborting due to 2 previous errors Sep 21 02:12:36.250 INFO kablam! Sep 21 02:12:36.250 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 21 02:12:36.252 INFO kablam! error: Could not compile `svgbob`. Sep 21 02:12:36.252 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 02:12:36.271 INFO kablam! error[E0599]: no method named `get_text_in_range` found for type `grid::Grid` in the current scope Sep 21 02:12:36.271 INFO kablam! --> src/grid.rs:683:22 Sep 21 02:12:36.271 INFO kablam! | Sep 21 02:12:36.271 INFO kablam! 24 | pub struct Grid { Sep 21 02:12:36.271 INFO kablam! | --------------- method `get_text_in_range` not found for this Sep 21 02:12:36.271 INFO kablam! ... Sep 21 02:12:36.271 INFO kablam! 683 | let text = g.get_text_in_range(&loc1, &loc2); Sep 21 02:12:36.271 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 21 02:12:36.271 INFO kablam! Sep 21 02:12:36.286 INFO kablam! error[E0599]: no method named `to_string` found for type `grid::Grid` in the current scope Sep 21 02:12:36.286 INFO kablam! --> src/grid.rs:719:29 Sep 21 02:12:36.286 INFO kablam! | Sep 21 02:12:36.286 INFO kablam! 24 | pub struct Grid { Sep 21 02:12:36.286 INFO kablam! | --------------- method `to_string` not found for this Sep 21 02:12:36.286 INFO kablam! ... Sep 21 02:12:36.286 INFO kablam! 719 | assert_eq!(txt, &*g.to_string()); Sep 21 02:12:36.286 INFO kablam! | ^^^^^^^^^ Sep 21 02:12:36.286 INFO kablam! | Sep 21 02:12:36.286 INFO kablam! = note: the method `to_string` exists but the following trait bounds were not satisfied: Sep 21 02:12:36.286 INFO kablam! `grid::Grid : std::string::ToString` Sep 21 02:12:36.286 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 21 02:12:36.286 INFO kablam! = note: the following trait defines an item `to_string`, perhaps you need to implement it: Sep 21 02:12:36.286 INFO kablam! candidate #1: `std::string::ToString` Sep 21 02:12:36.286 INFO kablam! Sep 21 02:12:36.293 INFO kablam! error[E0599]: no method named `to_string` found for type `grid::Grid` in the current scope Sep 21 02:12:36.293 INFO kablam! --> src/grid.rs:733:29 Sep 21 02:12:36.293 INFO kablam! | Sep 21 02:12:36.293 INFO kablam! 24 | pub struct Grid { Sep 21 02:12:36.293 INFO kablam! | --------------- method `to_string` not found for this Sep 21 02:12:36.293 INFO kablam! ... Sep 21 02:12:36.293 INFO kablam! 733 | assert_eq!(txt, &*g.to_string()); Sep 21 02:12:36.293 INFO kablam! | ^^^^^^^^^ Sep 21 02:12:36.293 INFO kablam! | Sep 21 02:12:36.293 INFO kablam! = note: the method `to_string` exists but the following trait bounds were not satisfied: Sep 21 02:12:36.293 INFO kablam! `grid::Grid : std::string::ToString` Sep 21 02:12:36.293 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 21 02:12:36.293 INFO kablam! = note: the following trait defines an item `to_string`, perhaps you need to implement it: Sep 21 02:12:36.293 INFO kablam! candidate #1: `std::string::ToString` Sep 21 02:12:36.293 INFO kablam! Sep 21 02:12:36.296 INFO kablam! error[E0599]: no method named `put` found for type `grid::Grid` in the current scope Sep 21 02:12:36.296 INFO kablam! --> src/grid.rs:744:11 Sep 21 02:12:36.296 INFO kablam! | Sep 21 02:12:36.296 INFO kablam! 24 | pub struct Grid { Sep 21 02:12:36.296 INFO kablam! | --------------- method `put` not found for this Sep 21 02:12:36.296 INFO kablam! ... Sep 21 02:12:36.296 INFO kablam! 744 | g.put(&Loc::new(-1, -1), "-"); Sep 21 02:12:36.296 INFO kablam! | ^^^ Sep 21 02:12:36.296 INFO kablam! Sep 21 02:12:36.299 INFO kablam! error[E0599]: no method named `to_string` found for type `grid::Grid` in the current scope Sep 21 02:12:36.299 INFO kablam! --> src/grid.rs:751:34 Sep 21 02:12:36.299 INFO kablam! | Sep 21 02:12:36.299 INFO kablam! 24 | pub struct Grid { Sep 21 02:12:36.299 INFO kablam! | --------------- method `to_string` not found for this Sep 21 02:12:36.299 INFO kablam! ... Sep 21 02:12:36.299 INFO kablam! 751 | assert_eq!(expected, &*g.to_string()); Sep 21 02:12:36.299 INFO kablam! | ^^^^^^^^^ Sep 21 02:12:36.299 INFO kablam! | Sep 21 02:12:36.299 INFO kablam! = note: the method `to_string` exists but the following trait bounds were not satisfied: Sep 21 02:12:36.299 INFO kablam! `grid::Grid : std::string::ToString` Sep 21 02:12:36.299 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 21 02:12:36.299 INFO kablam! = note: the following trait defines an item `to_string`, perhaps you need to implement it: Sep 21 02:12:36.299 INFO kablam! candidate #1: `std::string::ToString` Sep 21 02:12:36.299 INFO kablam! Sep 21 02:12:36.302 INFO kablam! error[E0599]: no method named `put` found for type `grid::Grid` in the current scope Sep 21 02:12:36.302 INFO kablam! --> src/grid.rs:764:11 Sep 21 02:12:36.302 INFO kablam! | Sep 21 02:12:36.302 INFO kablam! 24 | pub struct Grid { Sep 21 02:12:36.302 INFO kablam! | --------------- method `put` not found for this Sep 21 02:12:36.302 INFO kablam! ... Sep 21 02:12:36.302 INFO kablam! 764 | g.put(&Loc::new(11, 5), "1"); Sep 21 02:12:36.302 INFO kablam! | ^^^ Sep 21 02:12:36.302 INFO kablam! Sep 21 02:12:36.307 INFO kablam! error[E0599]: no method named `to_string` found for type `grid::Grid` in the current scope Sep 21 02:12:36.307 INFO kablam! --> src/grid.rs:773:34 Sep 21 02:12:36.307 INFO kablam! | Sep 21 02:12:36.307 INFO kablam! 24 | pub struct Grid { Sep 21 02:12:36.307 INFO kablam! | --------------- method `to_string` not found for this Sep 21 02:12:36.307 INFO kablam! ... Sep 21 02:12:36.307 INFO kablam! 773 | assert_eq!(expected, &*g.to_string()); Sep 21 02:12:36.307 INFO kablam! | ^^^^^^^^^ Sep 21 02:12:36.307 INFO kablam! | Sep 21 02:12:36.307 INFO kablam! = note: the method `to_string` exists but the following trait bounds were not satisfied: Sep 21 02:12:36.307 INFO kablam! `grid::Grid : std::string::ToString` Sep 21 02:12:36.307 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 21 02:12:36.307 INFO kablam! = note: the following trait defines an item `to_string`, perhaps you need to implement it: Sep 21 02:12:36.307 INFO kablam! candidate #1: `std::string::ToString` Sep 21 02:12:36.307 INFO kablam! Sep 21 02:12:36.307 INFO kablam! error[E0599]: no method named `to_string` found for type `grid::Grid` in the current scope Sep 21 02:12:36.307 INFO kablam! --> src/grid.rs:780:19 Sep 21 02:12:36.307 INFO kablam! | Sep 21 02:12:36.307 INFO kablam! 24 | pub struct Grid { Sep 21 02:12:36.307 INFO kablam! | --------------- method `to_string` not found for this Sep 21 02:12:36.307 INFO kablam! ... Sep 21 02:12:36.307 INFO kablam! 780 | let s = g.to_string(); Sep 21 02:12:36.307 INFO kablam! | ^^^^^^^^^ Sep 21 02:12:36.308 INFO kablam! | Sep 21 02:12:36.308 INFO kablam! = note: the method `to_string` exists but the following trait bounds were not satisfied: Sep 21 02:12:36.308 INFO kablam! `grid::Grid : std::string::ToString` Sep 21 02:12:36.308 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 21 02:12:36.308 INFO kablam! = note: the following trait defines an item `to_string`, perhaps you need to implement it: Sep 21 02:12:36.308 INFO kablam! candidate #1: `std::string::ToString` Sep 21 02:12:36.308 INFO kablam! Sep 21 02:12:36.314 INFO kablam! error[E0624]: method `get_fragments` is private Sep 21 02:12:36.314 INFO kablam! --> src/grid.rs:811:37 Sep 21 02:12:36.314 INFO kablam! | Sep 21 02:12:36.314 INFO kablam! 811 | let (frags, _consumed) = fc.get_fragments(); Sep 21 02:12:36.314 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 02:12:36.314 INFO kablam! Sep 21 02:12:36.314 INFO kablam! error[E0624]: method `is_intensified` is private Sep 21 02:12:36.314 INFO kablam! --> src/grid.rs:813:20 Sep 21 02:12:36.314 INFO kablam! | Sep 21 02:12:36.314 INFO kablam! 813 | assert!(fc.is_intensified(&O)); Sep 21 02:12:36.314 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 02:12:36.314 INFO kablam! Sep 21 02:12:36.314 INFO kablam! error[E0624]: method `can_be_strong_block` is private Sep 21 02:12:36.314 INFO kablam! --> src/grid.rs:814:20 Sep 21 02:12:36.314 INFO kablam! | Sep 21 02:12:36.314 INFO kablam! 814 | assert!(fc.can_be_strong_block(&O)); Sep 21 02:12:36.314 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 02:12:36.314 INFO kablam! Sep 21 02:12:36.314 INFO kablam! error[E0624]: method `get_fragments` is private Sep 21 02:12:36.314 INFO kablam! --> src/grid.rs:822:38 Sep 21 02:12:36.314 INFO kablam! | Sep 21 02:12:36.314 INFO kablam! 822 | let (_frags, _consumed) = fc.get_fragments(); Sep 21 02:12:36.314 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 02:12:36.314 INFO kablam! Sep 21 02:12:36.315 INFO kablam! error[E0624]: method `from_location` is private Sep 21 02:12:36.315 INFO kablam! --> src/grid.rs:823:27 Sep 21 02:12:36.315 INFO kablam! | Sep 21 02:12:36.315 INFO kablam! 823 | let go_right = fc.from_location(&Location::go(Right)); Sep 21 02:12:36.315 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 02:12:36.315 INFO kablam! Sep 21 02:12:36.325 INFO kablam! error[E0624]: method `get_fragments` is private Sep 21 02:12:36.325 INFO kablam! --> src/grid.rs:852:37 Sep 21 02:12:36.325 INFO kablam! | Sep 21 02:12:36.325 INFO kablam! 852 | let (frags, _consumed) = fc.get_fragments(); Sep 21 02:12:36.325 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 02:12:36.325 INFO kablam! Sep 21 02:12:36.325 INFO kablam! error[E0624]: method `is_intensified` is private Sep 21 02:12:36.325 INFO kablam! --> src/grid.rs:854:21 Sep 21 02:12:36.325 INFO kablam! | Sep 21 02:12:36.325 INFO kablam! 854 | assert!(!fc.is_intensified(&U)); Sep 21 02:12:36.325 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 02:12:36.325 INFO kablam! Sep 21 02:12:36.330 INFO kablam! error[E0624]: method `is_intensified` is private Sep 21 02:12:36.330 INFO kablam! --> src/grid.rs:855:20 Sep 21 02:12:36.330 INFO kablam! | Sep 21 02:12:36.330 INFO kablam! 855 | assert!(fc.is_intensified(&Y)); Sep 21 02:12:36.330 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 02:12:36.330 INFO kablam! Sep 21 02:12:36.330 INFO kablam! error[E0624]: method `get_fragments` is private Sep 21 02:12:36.330 INFO kablam! --> src/grid.rs:863:37 Sep 21 02:12:36.330 INFO kablam! | Sep 21 02:12:36.330 INFO kablam! 863 | let (frags, _consumed) = fc.get_fragments(); Sep 21 02:12:36.330 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 02:12:36.330 INFO kablam! Sep 21 02:12:36.330 INFO kablam! error[E0624]: method `is_intensified` is private Sep 21 02:12:36.330 INFO kablam! --> src/grid.rs:865:21 Sep 21 02:12:36.330 INFO kablam! | Sep 21 02:12:36.330 INFO kablam! 865 | assert!(!fc.is_intensified(&Y)); Sep 21 02:12:36.330 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 02:12:36.330 INFO kablam! Sep 21 02:12:36.330 INFO kablam! error[E0624]: method `is_intensified` is private Sep 21 02:12:36.330 INFO kablam! --> src/grid.rs:866:21 Sep 21 02:12:36.330 INFO kablam! | Sep 21 02:12:36.330 INFO kablam! 866 | assert!(!fc.is_intensified(&U)); Sep 21 02:12:36.330 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 02:12:36.330 INFO kablam! Sep 21 02:12:36.330 INFO kablam! error[E0624]: method `can_be_strong_block` is private Sep 21 02:12:36.330 INFO kablam! --> src/grid.rs:867:20 Sep 21 02:12:36.330 INFO kablam! | Sep 21 02:12:36.330 INFO kablam! 867 | assert!(fc.can_be_strong_block(&Y)); Sep 21 02:12:36.330 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 02:12:36.330 INFO kablam! Sep 21 02:12:36.334 INFO kablam! error[E0624]: method `can_be_strong_block` is private Sep 21 02:12:36.334 INFO kablam! --> src/grid.rs:868:20 Sep 21 02:12:36.334 INFO kablam! | Sep 21 02:12:36.334 INFO kablam! 868 | assert!(fc.can_be_strong_block(&U)); Sep 21 02:12:36.334 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 02:12:36.334 INFO kablam! Sep 21 02:12:36.518 INFO kablam! error[E0599]: no method named `get_svg_nodes_only` found for type `svgbob::Grid` in the current scope Sep 21 02:12:36.518 INFO kablam! --> tests/issues.rs:9:20 Sep 21 02:12:36.518 INFO kablam! | Sep 21 02:12:36.518 INFO kablam! 9 | let result = g.get_svg_nodes_only(); Sep 21 02:12:36.518 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 21 02:12:36.518 INFO kablam! Sep 21 02:12:36.526 INFO kablam! error[E0599]: no method named `to_string` found for type `svgbob::Grid` in the current scope Sep 21 02:12:36.526 INFO kablam! --> tests/issues.rs:10:30 Sep 21 02:12:36.526 INFO kablam! | Sep 21 02:12:36.526 INFO kablam! 10 | println!("grid: {:?}", g.to_string()); Sep 21 02:12:36.526 INFO kablam! | ^^^^^^^^^ Sep 21 02:12:36.526 INFO kablam! | Sep 21 02:12:36.526 INFO kablam! = note: the method `to_string` exists but the following trait bounds were not satisfied: Sep 21 02:12:36.526 INFO kablam! `svgbob::Grid : std::string::ToString` Sep 21 02:12:36.526 INFO kablam! Sep 21 02:12:36.554 INFO kablam! error: aborting due to 29 previous errors Sep 21 02:12:36.554 INFO kablam! Sep 21 02:12:36.554 INFO kablam! Some errors occurred: E0425, E0432, E0599, E0603, E0624. Sep 21 02:12:36.554 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 21 02:12:36.561 INFO kablam! error: aborting due to 2 previous errors Sep 21 02:12:36.561 INFO kablam! Sep 21 02:12:36.561 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 21 02:12:36.565 INFO kablam! error: Could not compile `svgbob`. Sep 21 02:12:36.565 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 02:12:36.570 INFO kablam! error: Could not compile `svgbob`. Sep 21 02:12:36.570 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 02:12:36.686 INFO kablam! error: build failed Sep 21 02:12:36.686 INFO kablam! su: No module specific data is present Sep 21 02:12:37.355 INFO running `"docker" "rm" "-f" "62f5904e6ed64dd7e3f8a03febc9dc40c0496de81bc93f7b2bb8fc72a14cd699"` Sep 21 02:12:37.479 INFO blam! 62f5904e6ed64dd7e3f8a03febc9dc40c0496de81bc93f7b2bb8fc72a14cd699