Oct 13 07:47:16.487 INFO checking svgparser-0.8.1 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 07:47:16.487 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-7/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 13 07:47:16.849 INFO blam! 430bcf1aec10f2f3769771d832305cbb42de8567b740a055fb0ebb2c9e6fc64d Oct 13 07:47:16.856 INFO running `"docker" "start" "-a" "430bcf1aec10f2f3769771d832305cbb42de8567b740a055fb0ebb2c9e6fc64d"` Oct 13 07:47:17.728 INFO kablam! usermod: no changes Oct 13 07:47:17.854 INFO kablam! Checking stderrlog v0.3.0 Oct 13 07:47:17.855 INFO kablam! Checking xmlparser v0.3.0 Oct 13 07:47:19.525 INFO kablam! Checking svgparser v0.8.1 (/source) Oct 13 07:47:20.856 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 13 07:47:20.856 INFO kablam! --> src/color.rs:193:9 Oct 13 07:47:20.857 INFO kablam! | Oct 13 07:47:20.857 INFO kablam! 193 | use std::ascii::AsciiExt; Oct 13 07:47:20.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 07:47:20.857 INFO kablam! | Oct 13 07:47:20.858 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 07:47:20.861 INFO kablam! Oct 13 07:47:20.909 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 13 07:47:20.909 INFO kablam! --> src/color.rs:193:9 Oct 13 07:47:20.909 INFO kablam! | Oct 13 07:47:20.910 INFO kablam! 193 | use std::ascii::AsciiExt; Oct 13 07:47:20.910 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 07:47:20.910 INFO kablam! | Oct 13 07:47:20.910 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 07:47:20.911 INFO kablam! Oct 13 07:47:30.032 INFO kablam! error[E0432]: unresolved import `svgparser::FromSpan` Oct 13 07:47:30.033 INFO kablam! --> benches/path.rs:11:41 Oct 13 07:47:30.033 INFO kablam! | Oct 13 07:47:30.033 INFO kablam! 11 | use svgparser::{svg, path, AttributeId, FromSpan}; Oct 13 07:47:30.034 INFO kablam! | ^^^^^^^^ no `FromSpan` in the root Oct 13 07:47:30.034 INFO kablam! Oct 13 07:47:30.060 INFO kablam! warning: unused import: `FromSpan` Oct 13 07:47:30.060 INFO kablam! --> benches/path.rs:11:41 Oct 13 07:47:30.061 INFO kablam! | Oct 13 07:47:30.061 INFO kablam! 11 | use svgparser::{svg, path, AttributeId, FromSpan}; Oct 13 07:47:30.061 INFO kablam! | ^^^^^^^^ Oct 13 07:47:30.062 INFO kablam! | Oct 13 07:47:30.062 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 07:47:30.062 INFO kablam! Oct 13 07:47:30.628 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `svgparser::svg::Tokenizer<'_>` in the current scope Oct 13 07:47:30.629 INFO kablam! --> benches/path.rs:23:18 Oct 13 07:47:30.629 INFO kablam! | Oct 13 07:47:30.629 INFO kablam! 23 | for token in svg::Tokenizer::from_str(text) { Oct 13 07:47:30.630 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `svgparser::svg::Tokenizer<'_>` Oct 13 07:47:30.630 INFO kablam! | Oct 13 07:47:30.630 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 07:47:30.631 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 07:47:30.631 INFO kablam! | Oct 13 07:47:30.631 INFO kablam! 5 | use svgparser::xmlparser::FromSpan; Oct 13 07:47:30.632 INFO kablam! | Oct 13 07:47:30.632 INFO kablam! Oct 13 07:47:30.640 INFO kablam! error[E0308]: mismatched types Oct 13 07:47:30.640 INFO kablam! --> benches/path.rs:25:20 Oct 13 07:47:30.641 INFO kablam! | Oct 13 07:47:30.641 INFO kablam! 25 | if let svg::Name::Svg(AttributeId::D) = name { Oct 13 07:47:30.641 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `svgparser::svg::QName`, found enum `svgparser::svg::Name` Oct 13 07:47:30.642 INFO kablam! | Oct 13 07:47:30.642 INFO kablam! = note: expected type `svgparser::svg::QName<'_, svgparser::AttributeId>` Oct 13 07:47:30.642 INFO kablam! found type `svgparser::svg::Name<'_, _>` Oct 13 07:47:30.643 INFO kablam! Oct 13 07:47:30.720 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `svgparser::path::Tokenizer<'_>` in the current scope Oct 13 07:47:30.721 INFO kablam! --> benches/path.rs:36:18 Oct 13 07:47:30.721 INFO kablam! | Oct 13 07:47:30.721 INFO kablam! 36 | for _ in path::Tokenizer::from_str(path) {} Oct 13 07:47:30.721 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `svgparser::path::Tokenizer<'_>` Oct 13 07:47:30.722 INFO kablam! | Oct 13 07:47:30.728 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 07:47:30.728 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 07:47:30.729 INFO kablam! | Oct 13 07:47:30.729 INFO kablam! 5 | use svgparser::xmlparser::FromSpan; Oct 13 07:47:30.729 INFO kablam! | Oct 13 07:47:30.730 INFO kablam! Oct 13 07:47:30.896 INFO kablam! error: aborting due to 4 previous errors Oct 13 07:47:30.897 INFO kablam! Oct 13 07:47:30.897 INFO kablam! Some errors occurred: E0308, E0432, E0599. Oct 13 07:47:30.897 INFO kablam! For more information about an error, try `rustc --explain E0308`. Oct 13 07:47:30.981 INFO kablam! error: Could not compile `svgparser`. Oct 13 07:47:30.985 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 07:47:34.651 INFO kablam! error[E0432]: unresolved import `svgparser::FromSpan` Oct 13 07:47:34.651 INFO kablam! --> benches/parser.rs:11:22 Oct 13 07:47:34.651 INFO kablam! | Oct 13 07:47:34.651 INFO kablam! 11 | use svgparser::{svg, FromSpan}; Oct 13 07:47:34.651 INFO kablam! | ^^^^^^^^ no `FromSpan` in the root Oct 13 07:47:34.651 INFO kablam! Oct 13 07:47:34.664 INFO kablam! warning: unused import: `FromSpan` Oct 13 07:47:34.664 INFO kablam! --> benches/parser.rs:11:22 Oct 13 07:47:34.664 INFO kablam! | Oct 13 07:47:34.664 INFO kablam! 11 | use svgparser::{svg, FromSpan}; Oct 13 07:47:34.664 INFO kablam! | ^^^^^^^^ Oct 13 07:47:34.664 INFO kablam! | Oct 13 07:47:34.664 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 07:47:34.664 INFO kablam! Oct 13 07:47:34.844 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `svgparser::svg::Tokenizer<'_>` in the current scope Oct 13 07:47:34.844 INFO kablam! --> benches/parser.rs:22:18 Oct 13 07:47:34.844 INFO kablam! | Oct 13 07:47:34.844 INFO kablam! 22 | for token in svg::Tokenizer::from_str(text) { Oct 13 07:47:34.844 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `svgparser::svg::Tokenizer<'_>` Oct 13 07:47:34.844 INFO kablam! | Oct 13 07:47:34.844 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 07:47:34.844 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 07:47:34.844 INFO kablam! | Oct 13 07:47:34.844 INFO kablam! 5 | use svgparser::xmlparser::FromSpan; Oct 13 07:47:34.844 INFO kablam! | Oct 13 07:47:34.844 INFO kablam! Oct 13 07:47:34.880 INFO kablam! error: aborting due to 2 previous errors Oct 13 07:47:34.880 INFO kablam! Oct 13 07:47:34.880 INFO kablam! Some errors occurred: E0432, E0599. Oct 13 07:47:34.880 INFO kablam! For more information about an error, try `rustc --explain E0432`. Oct 13 07:47:34.907 INFO kablam! error: Could not compile `svgparser`. Oct 13 07:47:34.907 INFO kablam! Oct 13 07:47:34.907 INFO kablam! To learn more, run the command again with --verbose. Oct 13 07:47:34.907 INFO kablam! su: No module specific data is present Oct 13 07:47:35.896 INFO running `"docker" "rm" "-f" "430bcf1aec10f2f3769771d832305cbb42de8567b740a055fb0ebb2c9e6fc64d"` Oct 13 07:47:36.160 INFO blam! 430bcf1aec10f2f3769771d832305cbb42de8567b740a055fb0ebb2c9e6fc64d