Sep 21 02:12:35.665 INFO checking svgbob-0.3.1 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 02:12:35.665 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 02:12:35.666 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-7/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-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:35.965 INFO blam! 5830ef1b16a19feaab55ac7871ce81dea7de3ac31d37bd47f066edc5e610443a Sep 21 02:12:35.968 INFO running `"docker" "start" "-a" "5830ef1b16a19feaab55ac7871ce81dea7de3ac31d37bd47f066edc5e610443a"` Sep 21 02:12:36.920 INFO kablam! usermod: no changes Sep 21 02:12:36.998 INFO kablam! Checking svg v0.5.11 Sep 21 02:12:36.998 INFO kablam! Compiling sys-info v0.5.6 Sep 21 02:12:36.998 INFO kablam! Checking pretty_assertions v0.2.1 Sep 21 02:12:37.009 INFO kablam! Checking handlebars v0.21.1 Sep 21 02:12:38.354 INFO kablam! Checking svgbob v0.3.1 (/source) Sep 21 02:12:41.018 INFO kablam! error[E0432]: unresolved import `super::super::Loc` Sep 21 02:12:41.018 INFO kablam! --> src/grid.rs:788:9 Sep 21 02:12:41.018 INFO kablam! | Sep 21 02:12:41.018 INFO kablam! 788 | use super::super::Loc; Sep 21 02:12:41.018 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `Loc` in the root. Did you mean to use `loc`? Sep 21 02:12:41.018 INFO kablam! Sep 21 02:12:41.018 INFO kablam! error[E0432]: unresolved import `fragments::Direction` Sep 21 02:12:41.018 INFO kablam! --> src/grid.rs:792:20 Sep 21 02:12:41.018 INFO kablam! | Sep 21 02:12:41.018 INFO kablam! 792 | use fragments::Direction::*; Sep 21 02:12:41.018 INFO kablam! | ^^^^^^^^^ Could not find `Direction` in `fragments` Sep 21 02:12:41.018 INFO kablam! Sep 21 02:12:41.018 INFO kablam! error[E0432]: unresolved import `fragments::Block` Sep 21 02:12:41.019 INFO kablam! --> src/grid.rs:795:20 Sep 21 02:12:41.019 INFO kablam! | Sep 21 02:12:41.019 INFO kablam! 795 | use fragments::Block::{O, U, Y}; Sep 21 02:12:41.019 INFO kablam! | ^^^^^ Could not find `Block` in `fragments` Sep 21 02:12:41.019 INFO kablam! Sep 21 02:12:41.019 INFO kablam! error[E0432]: unresolved imports `FocusChar`, `Loc` Sep 21 02:12:41.019 INFO kablam! --> src/grid.rs:874:14 Sep 21 02:12:41.019 INFO kablam! | Sep 21 02:12:41.020 INFO kablam! 874 | use {FocusChar, Grid, Loc, Settings}; Sep 21 02:12:41.020 INFO kablam! | ^^^^^^^^^ ^^^ no `Loc` in the root. Did you mean to use `loc`? Sep 21 02:12:41.020 INFO kablam! | | Sep 21 02:12:41.020 INFO kablam! | no `FocusChar` in the root. Did you mean to use `focus_char`? Sep 21 02:12:41.021 INFO kablam! Sep 21 02:12:41.021 INFO kablam! error[E0432]: unresolved imports `FocusChar`, `Loc` Sep 21 02:12:41.021 INFO kablam! --> src/grid.rs:887:14 Sep 21 02:12:41.021 INFO kablam! | Sep 21 02:12:41.022 INFO kablam! 887 | use {FocusChar, Grid, Loc, Settings}; Sep 21 02:12:41.022 INFO kablam! | ^^^^^^^^^ ^^^ no `Loc` in the root. Did you mean to use `loc`? Sep 21 02:12:41.022 INFO kablam! | | Sep 21 02:12:41.022 INFO kablam! | no `FocusChar` in the root. Did you mean to use `focus_char`? Sep 21 02:12:41.022 INFO kablam! Sep 21 02:12:41.208 INFO kablam! error[E0425]: cannot find value `Right` in this scope Sep 21 02:12:41.208 INFO kablam! --> src/grid.rs:823:55 Sep 21 02:12:41.208 INFO kablam! | Sep 21 02:12:41.208 INFO kablam! 823 | let go_right = fc.from_location(&Location::go(Right)); Sep 21 02:12:41.208 INFO kablam! | ^^^^^ not found in this scope Sep 21 02:12:41.208 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 21 02:12:41.208 INFO kablam! | Sep 21 02:12:41.208 INFO kablam! 788 | use location::Direction::Right; Sep 21 02:12:41.208 INFO kablam! | Sep 21 02:12:41.208 INFO kablam! 788 | use std::fmt::Alignment::Right; Sep 21 02:12:41.208 INFO kablam! | Sep 21 02:12:41.208 INFO kablam! 788 | use std::fmt::rt::v1::Alignment::Right; Sep 21 02:12:41.208 INFO kablam! | Sep 21 02:12:41.208 INFO kablam! Sep 21 02:12:41.208 INFO kablam! error[E0603]: struct `Location` is private Sep 21 02:12:41.208 INFO kablam! --> src/grid.rs:793:9 Sep 21 02:12:41.208 INFO kablam! | Sep 21 02:12:41.208 INFO kablam! 793 | use properties::Location; Sep 21 02:12:41.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 02:12:41.208 INFO kablam! Sep 21 02:12:41.294 INFO kablam! error: unused import: `fragments::Direction::*` Sep 21 02:12:41.294 INFO kablam! --> src/grid.rs:792:9 Sep 21 02:12:41.294 INFO kablam! | Sep 21 02:12:41.294 INFO kablam! 792 | use fragments::Direction::*; Sep 21 02:12:41.294 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:12:41.294 INFO kablam! | Sep 21 02:12:41.294 INFO kablam! note: lint level defined here Sep 21 02:12:41.294 INFO kablam! --> src/lib.rs:32:9 Sep 21 02:12:41.294 INFO kablam! | Sep 21 02:12:41.294 INFO kablam! 32 | #![deny(warnings)] Sep 21 02:12:41.294 INFO kablam! | ^^^^^^^^ Sep 21 02:12:41.294 INFO kablam! = note: #[deny(unused_imports)] implied by #[deny(warnings)] Sep 21 02:12:41.294 INFO kablam! Sep 21 02:12:42.014 INFO kablam! error[E0599]: no method named `get_svg_nodes_only` found for type `svgbob::Grid` in the current scope Sep 21 02:12:42.014 INFO kablam! --> tests/spec.rs:9:20 Sep 21 02:12:42.014 INFO kablam! | Sep 21 02:12:42.014 INFO kablam! 9 | let result = g.get_svg_nodes_only(); Sep 21 02:12:42.014 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 21 02:12:42.014 INFO kablam! Sep 21 02:12:42.014 INFO kablam! error[E0599]: no method named `to_string` found for type `svgbob::Grid` in the current scope Sep 21 02:12:42.014 INFO kablam! --> tests/spec.rs:10:30 Sep 21 02:12:42.014 INFO kablam! | Sep 21 02:12:42.014 INFO kablam! 10 | println!("grid: {:?}", g.to_string()); Sep 21 02:12:42.014 INFO kablam! | ^^^^^^^^^ Sep 21 02:12:42.014 INFO kablam! | Sep 21 02:12:42.014 INFO kablam! = note: the method `to_string` exists but the following trait bounds were not satisfied: Sep 21 02:12:42.014 INFO kablam! `svgbob::Grid : std::string::ToString` Sep 21 02:12:42.014 INFO kablam! Sep 21 02:12:42.023 INFO kablam! error: aborting due to 2 previous errors Sep 21 02:12:42.023 INFO kablam! Sep 21 02:12:42.023 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 21 02:12:42.034 INFO kablam! error: Could not compile `svgbob`. Sep 21 02:12:42.034 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 02:12:42.262 INFO kablam! warning: unused variable: `g` Sep 21 02:12:42.262 INFO kablam! --> examples/grid.rs:7:9 Sep 21 02:12:42.262 INFO kablam! | Sep 21 02:12:42.262 INFO kablam! 7 | let g = Grid::from_str("a统öo͡͡͡", &Settings::compact()); Sep 21 02:12:42.262 INFO kablam! | ^ help: consider using `_g` instead Sep 21 02:12:42.262 INFO kablam! | Sep 21 02:12:42.262 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 21 02:12:42.262 INFO kablam! Sep 21 02:12:42.870 INFO kablam! error[E0599]: no method named `get_text_in_range` found for type `grid::Grid` in the current scope Sep 21 02:12:42.870 INFO kablam! --> src/grid.rs:683:22 Sep 21 02:12:42.870 INFO kablam! | Sep 21 02:12:42.870 INFO kablam! 24 | pub struct Grid { Sep 21 02:12:42.870 INFO kablam! | --------------- method `get_text_in_range` not found for this Sep 21 02:12:42.870 INFO kablam! ... Sep 21 02:12:42.870 INFO kablam! 683 | let text = g.get_text_in_range(&loc1, &loc2); Sep 21 02:12:42.870 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 21 02:12:42.870 INFO kablam! Sep 21 02:12:42.880 INFO kablam! error[E0599]: no method named `to_string` found for type `grid::Grid` in the current scope Sep 21 02:12:42.881 INFO kablam! --> src/grid.rs:719:29 Sep 21 02:12:42.881 INFO kablam! | Sep 21 02:12:42.881 INFO kablam! 24 | pub struct Grid { Sep 21 02:12:42.882 INFO kablam! | --------------- method `to_string` not found for this Sep 21 02:12:42.882 INFO kablam! ... Sep 21 02:12:42.882 INFO kablam! 719 | assert_eq!(txt, &*g.to_string()); Sep 21 02:12:42.883 INFO kablam! | ^^^^^^^^^ Sep 21 02:12:42.883 INFO kablam! | Sep 21 02:12:42.884 INFO kablam! = note: the method `to_string` exists but the following trait bounds were not satisfied: Sep 21 02:12:42.884 INFO kablam! `grid::Grid : std::string::ToString` Sep 21 02:12:42.885 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 21 02:12:42.885 INFO kablam! = note: the following trait defines an item `to_string`, perhaps you need to implement it: Sep 21 02:12:42.885 INFO kablam! candidate #1: `std::string::ToString` Sep 21 02:12:42.885 INFO kablam! Sep 21 02:12:42.886 INFO kablam! error[E0599]: no method named `to_string` found for type `grid::Grid` in the current scope Sep 21 02:12:42.886 INFO kablam! --> src/grid.rs:733:29 Sep 21 02:12:42.886 INFO kablam! | Sep 21 02:12:42.886 INFO kablam! 24 | pub struct Grid { Sep 21 02:12:42.886 INFO kablam! | --------------- method `to_string` not found for this Sep 21 02:12:42.886 INFO kablam! ... Sep 21 02:12:42.886 INFO kablam! 733 | assert_eq!(txt, &*g.to_string()); Sep 21 02:12:42.887 INFO kablam! | ^^^^^^^^^ Sep 21 02:12:42.887 INFO kablam! | Sep 21 02:12:42.887 INFO kablam! = note: the method `to_string` exists but the following trait bounds were not satisfied: Sep 21 02:12:42.887 INFO kablam! `grid::Grid : std::string::ToString` Sep 21 02:12:42.887 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 21 02:12:42.887 INFO kablam! = note: the following trait defines an item `to_string`, perhaps you need to implement it: Sep 21 02:12:42.887 INFO kablam! candidate #1: `std::string::ToString` Sep 21 02:12:42.887 INFO kablam! Sep 21 02:12:42.887 INFO kablam! error[E0599]: no method named `put` found for type `grid::Grid` in the current scope Sep 21 02:12:42.887 INFO kablam! --> src/grid.rs:744:11 Sep 21 02:12:42.887 INFO kablam! | Sep 21 02:12:42.887 INFO kablam! 24 | pub struct Grid { Sep 21 02:12:42.887 INFO kablam! | --------------- method `put` not found for this Sep 21 02:12:42.887 INFO kablam! ... Sep 21 02:12:42.887 INFO kablam! 744 | g.put(&Loc::new(-1, -1), "-"); Sep 21 02:12:42.887 INFO kablam! | ^^^ Sep 21 02:12:42.887 INFO kablam! Sep 21 02:12:42.890 INFO kablam! error[E0599]: no method named `to_string` found for type `grid::Grid` in the current scope Sep 21 02:12:42.890 INFO kablam! --> src/grid.rs:751:34 Sep 21 02:12:42.890 INFO kablam! | Sep 21 02:12:42.890 INFO kablam! 24 | pub struct Grid { Sep 21 02:12:42.890 INFO kablam! | --------------- method `to_string` not found for this Sep 21 02:12:42.890 INFO kablam! ... Sep 21 02:12:42.890 INFO kablam! 751 | assert_eq!(expected, &*g.to_string()); Sep 21 02:12:42.890 INFO kablam! | ^^^^^^^^^ Sep 21 02:12:42.890 INFO kablam! | Sep 21 02:12:42.890 INFO kablam! = note: the method `to_string` exists but the following trait bounds were not satisfied: Sep 21 02:12:42.890 INFO kablam! `grid::Grid : std::string::ToString` Sep 21 02:12:42.890 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 21 02:12:42.890 INFO kablam! = note: the following trait defines an item `to_string`, perhaps you need to implement it: Sep 21 02:12:42.890 INFO kablam! candidate #1: `std::string::ToString` Sep 21 02:12:42.890 INFO kablam! Sep 21 02:12:42.894 INFO kablam! error[E0599]: no method named `put` found for type `grid::Grid` in the current scope Sep 21 02:12:42.894 INFO kablam! --> src/grid.rs:764:11 Sep 21 02:12:42.894 INFO kablam! | Sep 21 02:12:42.894 INFO kablam! 24 | pub struct Grid { Sep 21 02:12:42.894 INFO kablam! | --------------- method `put` not found for this Sep 21 02:12:42.894 INFO kablam! ... Sep 21 02:12:42.894 INFO kablam! 764 | g.put(&Loc::new(11, 5), "1"); Sep 21 02:12:42.894 INFO kablam! | ^^^ Sep 21 02:12:42.894 INFO kablam! Sep 21 02:12:42.899 INFO kablam! error[E0599]: no method named `to_string` found for type `grid::Grid` in the current scope Sep 21 02:12:42.899 INFO kablam! --> src/grid.rs:773:34 Sep 21 02:12:42.899 INFO kablam! | Sep 21 02:12:42.899 INFO kablam! 24 | pub struct Grid { Sep 21 02:12:42.899 INFO kablam! | --------------- method `to_string` not found for this Sep 21 02:12:42.899 INFO kablam! ... Sep 21 02:12:42.899 INFO kablam! 773 | assert_eq!(expected, &*g.to_string()); Sep 21 02:12:42.899 INFO kablam! | ^^^^^^^^^ Sep 21 02:12:42.899 INFO kablam! | Sep 21 02:12:42.899 INFO kablam! = note: the method `to_string` exists but the following trait bounds were not satisfied: Sep 21 02:12:42.899 INFO kablam! `grid::Grid : std::string::ToString` Sep 21 02:12:42.899 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 21 02:12:42.899 INFO kablam! = note: the following trait defines an item `to_string`, perhaps you need to implement it: Sep 21 02:12:42.899 INFO kablam! candidate #1: `std::string::ToString` Sep 21 02:12:42.899 INFO kablam! Sep 21 02:12:42.906 INFO kablam! error[E0599]: no method named `to_string` found for type `grid::Grid` in the current scope Sep 21 02:12:42.906 INFO kablam! --> src/grid.rs:780:19 Sep 21 02:12:42.906 INFO kablam! | Sep 21 02:12:42.906 INFO kablam! 24 | pub struct Grid { Sep 21 02:12:42.906 INFO kablam! | --------------- method `to_string` not found for this Sep 21 02:12:42.906 INFO kablam! ... Sep 21 02:12:42.906 INFO kablam! 780 | let s = g.to_string(); Sep 21 02:12:42.906 INFO kablam! | ^^^^^^^^^ Sep 21 02:12:42.906 INFO kablam! | Sep 21 02:12:42.906 INFO kablam! = note: the method `to_string` exists but the following trait bounds were not satisfied: Sep 21 02:12:42.906 INFO kablam! `grid::Grid : std::string::ToString` Sep 21 02:12:42.906 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 21 02:12:42.906 INFO kablam! = note: the following trait defines an item `to_string`, perhaps you need to implement it: Sep 21 02:12:42.906 INFO kablam! candidate #1: `std::string::ToString` Sep 21 02:12:42.906 INFO kablam! Sep 21 02:12:42.906 INFO kablam! error[E0624]: method `get_fragments` is private Sep 21 02:12:42.906 INFO kablam! --> src/grid.rs:811:37 Sep 21 02:12:42.906 INFO kablam! | Sep 21 02:12:42.906 INFO kablam! 811 | let (frags, _consumed) = fc.get_fragments(); Sep 21 02:12:42.906 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 02:12:42.906 INFO kablam! Sep 21 02:12:42.908 INFO kablam! error[E0624]: method `is_intensified` is private Sep 21 02:12:42.908 INFO kablam! --> src/grid.rs:813:20 Sep 21 02:12:42.908 INFO kablam! | Sep 21 02:12:42.908 INFO kablam! 813 | assert!(fc.is_intensified(&O)); Sep 21 02:12:42.908 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 02:12:42.908 INFO kablam! Sep 21 02:12:42.908 INFO kablam! error[E0624]: method `can_be_strong_block` is private Sep 21 02:12:42.908 INFO kablam! --> src/grid.rs:814:20 Sep 21 02:12:42.908 INFO kablam! | Sep 21 02:12:42.908 INFO kablam! 814 | assert!(fc.can_be_strong_block(&O)); Sep 21 02:12:42.909 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 02:12:42.909 INFO kablam! Sep 21 02:12:42.914 INFO kablam! error[E0624]: method `get_fragments` is private Sep 21 02:12:42.914 INFO kablam! --> src/grid.rs:822:38 Sep 21 02:12:42.914 INFO kablam! | Sep 21 02:12:42.914 INFO kablam! 822 | let (_frags, _consumed) = fc.get_fragments(); Sep 21 02:12:42.914 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 02:12:42.914 INFO kablam! Sep 21 02:12:42.914 INFO kablam! error[E0624]: method `from_location` is private Sep 21 02:12:42.914 INFO kablam! --> src/grid.rs:823:27 Sep 21 02:12:42.914 INFO kablam! | Sep 21 02:12:42.914 INFO kablam! 823 | let go_right = fc.from_location(&Location::go(Right)); Sep 21 02:12:42.914 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 02:12:42.914 INFO kablam! Sep 21 02:12:42.921 INFO kablam! error[E0624]: method `get_fragments` is private Sep 21 02:12:42.921 INFO kablam! --> src/grid.rs:852:37 Sep 21 02:12:42.921 INFO kablam! | Sep 21 02:12:42.921 INFO kablam! 852 | let (frags, _consumed) = fc.get_fragments(); Sep 21 02:12:42.921 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 02:12:42.921 INFO kablam! Sep 21 02:12:42.921 INFO kablam! error[E0624]: method `is_intensified` is private Sep 21 02:12:42.921 INFO kablam! --> src/grid.rs:854:21 Sep 21 02:12:42.921 INFO kablam! | Sep 21 02:12:42.921 INFO kablam! 854 | assert!(!fc.is_intensified(&U)); Sep 21 02:12:42.921 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 02:12:42.921 INFO kablam! Sep 21 02:12:42.921 INFO kablam! error[E0624]: method `is_intensified` is private Sep 21 02:12:42.921 INFO kablam! --> src/grid.rs:855:20 Sep 21 02:12:42.921 INFO kablam! | Sep 21 02:12:42.921 INFO kablam! 855 | assert!(fc.is_intensified(&Y)); Sep 21 02:12:42.921 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 02:12:42.921 INFO kablam! Sep 21 02:12:42.926 INFO kablam! error[E0624]: method `get_fragments` is private Sep 21 02:12:42.926 INFO kablam! --> src/grid.rs:863:37 Sep 21 02:12:42.926 INFO kablam! | Sep 21 02:12:42.926 INFO kablam! 863 | let (frags, _consumed) = fc.get_fragments(); Sep 21 02:12:42.927 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 02:12:42.927 INFO kablam! Sep 21 02:12:42.927 INFO kablam! error[E0624]: method `is_intensified` is private Sep 21 02:12:42.927 INFO kablam! --> src/grid.rs:865:21 Sep 21 02:12:42.927 INFO kablam! | Sep 21 02:12:42.927 INFO kablam! 865 | assert!(!fc.is_intensified(&Y)); Sep 21 02:12:42.927 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 02:12:42.927 INFO kablam! Sep 21 02:12:42.927 INFO kablam! error[E0624]: method `is_intensified` is private Sep 21 02:12:42.927 INFO kablam! --> src/grid.rs:866:21 Sep 21 02:12:42.927 INFO kablam! | Sep 21 02:12:42.927 INFO kablam! 866 | assert!(!fc.is_intensified(&U)); Sep 21 02:12:42.927 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 02:12:42.927 INFO kablam! Sep 21 02:12:42.927 INFO kablam! error[E0624]: method `can_be_strong_block` is private Sep 21 02:12:42.927 INFO kablam! --> src/grid.rs:867:20 Sep 21 02:12:42.927 INFO kablam! | Sep 21 02:12:42.927 INFO kablam! 867 | assert!(fc.can_be_strong_block(&Y)); Sep 21 02:12:42.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 02:12:42.927 INFO kablam! Sep 21 02:12:42.927 INFO kablam! error[E0624]: method `can_be_strong_block` is private Sep 21 02:12:42.927 INFO kablam! --> src/grid.rs:868:20 Sep 21 02:12:42.927 INFO kablam! | Sep 21 02:12:42.927 INFO kablam! 868 | assert!(fc.can_be_strong_block(&U)); Sep 21 02:12:42.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 02:12:42.927 INFO kablam! Sep 21 02:12:43.150 INFO kablam! error: aborting due to 29 previous errors Sep 21 02:12:43.150 INFO kablam! Sep 21 02:12:43.150 INFO kablam! Some errors occurred: E0425, E0432, E0599, E0603, E0624. Sep 21 02:12:43.150 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 21 02:12:43.158 INFO kablam! error: Could not compile `svgbob`. Sep 21 02:12:43.158 INFO kablam! Sep 21 02:12:43.158 INFO kablam! To learn more, run the command again with --verbose. Sep 21 02:12:43.158 INFO kablam! su: No module specific data is present Sep 21 02:12:43.766 INFO running `"docker" "rm" "-f" "5830ef1b16a19feaab55ac7871ce81dea7de3ac31d37bd47f066edc5e610443a"` Sep 21 02:12:43.834 INFO blam! 5830ef1b16a19feaab55ac7871ce81dea7de3ac31d37bd47f066edc5e610443a