Oct 13 07:47:13.426 INFO checking svgparser-0.8.1 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 07:47:13.426 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-6/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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:13.846 INFO blam! d13566a9e0d204ad5589a1a9182d09528511708a9dd92d8817613415d7141ecc Oct 13 07:47:13.848 INFO running `"docker" "start" "-a" "d13566a9e0d204ad5589a1a9182d09528511708a9dd92d8817613415d7141ecc"` Oct 13 07:47:15.124 INFO kablam! usermod: no changes Oct 13 07:47:15.320 INFO kablam! Checking stderrlog v0.3.0 Oct 13 07:47:15.320 INFO kablam! Checking xmlparser v0.3.0 Oct 13 07:47:17.515 INFO kablam! Checking svgparser v0.8.1 (/source) Oct 13 07:47:18.941 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 13 07:47:18.942 INFO kablam! --> src/color.rs:193:9 Oct 13 07:47:18.942 INFO kablam! | Oct 13 07:47:18.942 INFO kablam! 193 | use std::ascii::AsciiExt; Oct 13 07:47:18.942 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 07:47:18.942 INFO kablam! | Oct 13 07:47:18.942 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 07:47:18.943 INFO kablam! Oct 13 07:47:19.133 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 13 07:47:19.133 INFO kablam! --> src/color.rs:193:9 Oct 13 07:47:19.133 INFO kablam! | Oct 13 07:47:19.133 INFO kablam! 193 | use std::ascii::AsciiExt; Oct 13 07:47:19.134 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 07:47:19.134 INFO kablam! | Oct 13 07:47:19.134 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 07:47:19.134 INFO kablam! Oct 13 07:47:25.955 INFO kablam! error[E0432]: unresolved import `svgparser::FromSpan` Oct 13 07:47:25.956 INFO kablam! --> benches/parser.rs:11:22 Oct 13 07:47:25.957 INFO kablam! | Oct 13 07:47:25.958 INFO kablam! 11 | use svgparser::{svg, FromSpan}; Oct 13 07:47:25.958 INFO kablam! | ^^^^^^^^ no `FromSpan` in the root Oct 13 07:47:25.959 INFO kablam! Oct 13 07:47:25.973 INFO kablam! warning: unused import: `FromSpan` Oct 13 07:47:25.973 INFO kablam! --> benches/parser.rs:11:22 Oct 13 07:47:25.973 INFO kablam! | Oct 13 07:47:25.974 INFO kablam! 11 | use svgparser::{svg, FromSpan}; Oct 13 07:47:25.974 INFO kablam! | ^^^^^^^^ Oct 13 07:47:25.980 INFO kablam! | Oct 13 07:47:25.980 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 07:47:25.980 INFO kablam! Oct 13 07:47:26.556 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:26.557 INFO kablam! --> benches/parser.rs:22:18 Oct 13 07:47:26.558 INFO kablam! | Oct 13 07:47:26.559 INFO kablam! 22 | for token in svg::Tokenizer::from_str(text) { Oct 13 07:47:26.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `svgparser::svg::Tokenizer<'_>` Oct 13 07:47:26.568 INFO kablam! | Oct 13 07:47:26.569 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 07:47:26.570 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 07:47:26.570 INFO kablam! | Oct 13 07:47:26.571 INFO kablam! 5 | use svgparser::xmlparser::FromSpan; Oct 13 07:47:26.571 INFO kablam! | Oct 13 07:47:26.572 INFO kablam! Oct 13 07:47:26.746 INFO kablam! error: aborting due to 2 previous errors Oct 13 07:47:26.760 INFO kablam! Oct 13 07:47:26.761 INFO kablam! Some errors occurred: E0432, E0599. Oct 13 07:47:26.761 INFO kablam! For more information about an error, try `rustc --explain E0432`. Oct 13 07:47:26.810 INFO kablam! error: Could not compile `svgparser`. Oct 13 07:47:26.810 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 07:47:26.964 INFO kablam! error[E0432]: unresolved import `svgparser::FromSpan` Oct 13 07:47:26.965 INFO kablam! --> benches/path.rs:11:41 Oct 13 07:47:26.965 INFO kablam! | Oct 13 07:47:26.965 INFO kablam! 11 | use svgparser::{svg, path, AttributeId, FromSpan}; Oct 13 07:47:26.965 INFO kablam! | ^^^^^^^^ no `FromSpan` in the root Oct 13 07:47:26.980 INFO kablam! Oct 13 07:47:26.980 INFO kablam! warning: unused import: `FromSpan` Oct 13 07:47:26.980 INFO kablam! --> benches/path.rs:11:41 Oct 13 07:47:26.980 INFO kablam! | Oct 13 07:47:26.980 INFO kablam! 11 | use svgparser::{svg, path, AttributeId, FromSpan}; Oct 13 07:47:26.980 INFO kablam! | ^^^^^^^^ Oct 13 07:47:27.000 INFO kablam! | Oct 13 07:47:27.000 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 07:47:27.000 INFO kablam! Oct 13 07:47:27.584 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:27.585 INFO kablam! --> benches/path.rs:23:18 Oct 13 07:47:27.585 INFO kablam! | Oct 13 07:47:27.585 INFO kablam! 23 | for token in svg::Tokenizer::from_str(text) { Oct 13 07:47:27.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `svgparser::svg::Tokenizer<'_>` Oct 13 07:47:27.586 INFO kablam! | Oct 13 07:47:27.586 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 07:47:27.586 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 07:47:27.587 INFO kablam! | Oct 13 07:47:27.587 INFO kablam! 5 | use svgparser::xmlparser::FromSpan; Oct 13 07:47:27.587 INFO kablam! | Oct 13 07:47:27.587 INFO kablam! Oct 13 07:47:27.588 INFO kablam! error[E0308]: mismatched types Oct 13 07:47:27.588 INFO kablam! --> benches/path.rs:25:20 Oct 13 07:47:27.588 INFO kablam! | Oct 13 07:47:27.589 INFO kablam! 25 | if let svg::Name::Svg(AttributeId::D) = name { Oct 13 07:47:27.589 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `svgparser::svg::QName`, found enum `svgparser::svg::Name` Oct 13 07:47:27.624 INFO kablam! | Oct 13 07:47:27.625 INFO kablam! = note: expected type `svgparser::svg::QName<'_, svgparser::AttributeId>` Oct 13 07:47:27.625 INFO kablam! found type `svgparser::svg::Name<'_, _>` Oct 13 07:47:27.625 INFO kablam! Oct 13 07:47:27.664 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:27.665 INFO kablam! --> benches/path.rs:36:18 Oct 13 07:47:27.665 INFO kablam! | Oct 13 07:47:27.666 INFO kablam! 36 | for _ in path::Tokenizer::from_str(path) {} Oct 13 07:47:27.666 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `svgparser::path::Tokenizer<'_>` Oct 13 07:47:27.666 INFO kablam! | Oct 13 07:47:27.667 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 07:47:27.667 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 07:47:27.667 INFO kablam! | Oct 13 07:47:27.668 INFO kablam! 5 | use svgparser::xmlparser::FromSpan; Oct 13 07:47:27.668 INFO kablam! | Oct 13 07:47:27.668 INFO kablam! Oct 13 07:47:27.736 INFO kablam! error: aborting due to 4 previous errors Oct 13 07:47:27.737 INFO kablam! Oct 13 07:47:27.737 INFO kablam! Some errors occurred: E0308, E0432, E0599. Oct 13 07:47:27.737 INFO kablam! For more information about an error, try `rustc --explain E0308`. Oct 13 07:47:27.788 INFO kablam! error: Could not compile `svgparser`. Oct 13 07:47:27.788 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 07:47:31.492 INFO kablam! error: build failed Oct 13 07:47:31.494 INFO kablam! su: No module specific data is present Oct 13 07:47:32.774 INFO running `"docker" "rm" "-f" "d13566a9e0d204ad5589a1a9182d09528511708a9dd92d8817613415d7141ecc"` Oct 13 07:47:33.128 INFO blam! d13566a9e0d204ad5589a1a9182d09528511708a9dd92d8817613415d7141ecc