Oct 27 14:59:22.033 INFO checking svgparser-0.8.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 14:59:22.035 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 14:59:22.492 INFO blam! db3d061d07d0407eafde4e6f9670add1950c3a2fffe429e890c9110f018f77f5 Oct 27 14:59:22.496 INFO running `"docker" "start" "-a" "db3d061d07d0407eafde4e6f9670add1950c3a2fffe429e890c9110f018f77f5"` Oct 27 14:59:23.995 INFO kablam! usermod: no changes Oct 27 14:59:24.115 INFO kablam! Checking stderrlog v0.3.0 Oct 27 14:59:24.119 INFO kablam! Checking xmlparser v0.3.0 Oct 27 14:59:26.390 INFO kablam! Checking svgparser v0.8.1 (/source) Oct 27 14:59:27.767 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 27 14:59:27.767 INFO kablam! --> src/color.rs:193:9 Oct 27 14:59:27.767 INFO kablam! | Oct 27 14:59:27.767 INFO kablam! 193 | use std::ascii::AsciiExt; Oct 27 14:59:27.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 14:59:27.767 INFO kablam! | Oct 27 14:59:27.767 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 14:59:27.767 INFO kablam! Oct 27 14:59:28.119 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 27 14:59:28.119 INFO kablam! --> src/color.rs:193:9 Oct 27 14:59:28.119 INFO kablam! | Oct 27 14:59:28.119 INFO kablam! 193 | use std::ascii::AsciiExt; Oct 27 14:59:28.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 14:59:28.119 INFO kablam! | Oct 27 14:59:28.119 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 14:59:28.119 INFO kablam! Oct 27 14:59:33.583 INFO kablam! error[E0432]: unresolved import `svgparser::FromSpan` Oct 27 14:59:33.583 INFO kablam! --> benches/parser.rs:11:22 Oct 27 14:59:33.583 INFO kablam! | Oct 27 14:59:33.583 INFO kablam! 11 | use svgparser::{svg, FromSpan}; Oct 27 14:59:33.583 INFO kablam! | ^^^^^^^^ no `FromSpan` in the root Oct 27 14:59:33.583 INFO kablam! Oct 27 14:59:33.583 INFO kablam! warning: unused import: `FromSpan` Oct 27 14:59:33.583 INFO kablam! --> benches/parser.rs:11:22 Oct 27 14:59:33.583 INFO kablam! | Oct 27 14:59:33.583 INFO kablam! 11 | use svgparser::{svg, FromSpan}; Oct 27 14:59:33.583 INFO kablam! | ^^^^^^^^ Oct 27 14:59:33.584 INFO kablam! | Oct 27 14:59:33.584 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 14:59:33.584 INFO kablam! Oct 27 14:59:33.895 INFO kablam! error[E0432]: unresolved import `svgparser::FromSpan` Oct 27 14:59:33.895 INFO kablam! --> benches/path.rs:11:41 Oct 27 14:59:33.895 INFO kablam! | Oct 27 14:59:33.895 INFO kablam! 11 | use svgparser::{svg, path, AttributeId, FromSpan}; Oct 27 14:59:33.895 INFO kablam! | ^^^^^^^^ no `FromSpan` in the root Oct 27 14:59:33.895 INFO kablam! Oct 27 14:59:33.919 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `svgparser::svg::Tokenizer<'_>` in the current scope Oct 27 14:59:33.919 INFO kablam! --> benches/parser.rs:22:18 Oct 27 14:59:33.923 INFO kablam! | Oct 27 14:59:33.923 INFO kablam! 22 | for token in svg::Tokenizer::from_str(text) { Oct 27 14:59:33.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `svgparser::svg::Tokenizer<'_>` Oct 27 14:59:33.923 INFO kablam! | Oct 27 14:59:33.923 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 14:59:33.923 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 14:59:33.923 INFO kablam! | Oct 27 14:59:33.923 INFO kablam! 5 | use svgparser::xmlparser::FromSpan; Oct 27 14:59:33.923 INFO kablam! | Oct 27 14:59:33.923 INFO kablam! Oct 27 14:59:33.951 INFO kablam! warning: unused import: `FromSpan` Oct 27 14:59:33.951 INFO kablam! --> benches/path.rs:11:41 Oct 27 14:59:33.951 INFO kablam! | Oct 27 14:59:33.951 INFO kablam! 11 | use svgparser::{svg, path, AttributeId, FromSpan}; Oct 27 14:59:33.951 INFO kablam! | ^^^^^^^^ Oct 27 14:59:33.967 INFO kablam! | Oct 27 14:59:33.967 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 14:59:33.967 INFO kablam! Oct 27 14:59:34.127 INFO kablam! error: aborting due to 2 previous errors Oct 27 14:59:34.127 INFO kablam! Oct 27 14:59:34.127 INFO kablam! Some errors occurred: E0432, E0599. Oct 27 14:59:34.127 INFO kablam! For more information about an error, try `rustc --explain E0432`. Oct 27 14:59:34.159 INFO kablam! error: Could not compile `svgparser`. Oct 27 14:59:34.159 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 14:59:34.377 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `svgparser::svg::Tokenizer<'_>` in the current scope Oct 27 14:59:34.377 INFO kablam! --> benches/path.rs:23:18 Oct 27 14:59:34.377 INFO kablam! | Oct 27 14:59:34.377 INFO kablam! 23 | for token in svg::Tokenizer::from_str(text) { Oct 27 14:59:34.377 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `svgparser::svg::Tokenizer<'_>` Oct 27 14:59:34.383 INFO kablam! | Oct 27 14:59:34.383 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 14:59:34.383 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 14:59:34.383 INFO kablam! | Oct 27 14:59:34.383 INFO kablam! 5 | use svgparser::xmlparser::FromSpan; Oct 27 14:59:34.383 INFO kablam! | Oct 27 14:59:34.383 INFO kablam! Oct 27 14:59:34.392 INFO kablam! error[E0308]: mismatched types Oct 27 14:59:34.392 INFO kablam! --> benches/path.rs:25:20 Oct 27 14:59:34.392 INFO kablam! | Oct 27 14:59:34.392 INFO kablam! 25 | if let svg::Name::Svg(AttributeId::D) = name { Oct 27 14:59:34.392 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `svgparser::svg::QName`, found enum `svgparser::svg::Name` Oct 27 14:59:34.392 INFO kablam! | Oct 27 14:59:34.392 INFO kablam! = note: expected type `svgparser::svg::QName<'_, svgparser::AttributeId>` Oct 27 14:59:34.392 INFO kablam! found type `svgparser::svg::Name<'_, _>` Oct 27 14:59:34.392 INFO kablam! Oct 27 14:59:34.444 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `svgparser::path::Tokenizer<'_>` in the current scope Oct 27 14:59:34.444 INFO kablam! --> benches/path.rs:36:18 Oct 27 14:59:34.444 INFO kablam! | Oct 27 14:59:34.444 INFO kablam! 36 | for _ in path::Tokenizer::from_str(path) {} Oct 27 14:59:34.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `svgparser::path::Tokenizer<'_>` Oct 27 14:59:34.455 INFO kablam! | Oct 27 14:59:34.455 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 14:59:34.455 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 14:59:34.455 INFO kablam! | Oct 27 14:59:34.455 INFO kablam! 5 | use svgparser::xmlparser::FromSpan; Oct 27 14:59:34.455 INFO kablam! | Oct 27 14:59:34.455 INFO kablam! Oct 27 14:59:34.565 INFO kablam! error: aborting due to 4 previous errors Oct 27 14:59:34.575 INFO kablam! Oct 27 14:59:34.579 INFO kablam! Some errors occurred: E0308, E0432, E0599. Oct 27 14:59:34.579 INFO kablam! For more information about an error, try `rustc --explain E0308`. Oct 27 14:59:34.627 INFO kablam! error: Could not compile `svgparser`. Oct 27 14:59:34.627 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 14:59:37.873 INFO kablam! error: build failed Oct 27 14:59:37.883 INFO kablam! su: No module specific data is present Oct 27 14:59:39.354 INFO running `"docker" "rm" "-f" "db3d061d07d0407eafde4e6f9670add1950c3a2fffe429e890c9110f018f77f5"` Oct 27 14:59:39.711 INFO blam! db3d061d07d0407eafde4e6f9670add1950c3a2fffe429e890c9110f018f77f5