Oct 21 23:13:43.036 INFO checking svgparser-0.8.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 23:13:43.036 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192/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 21 23:13:43.622 INFO blam! d1f1404154c9cf0ae5e468d595b0276dca0e1847327c4f921aac74996259abd0 Oct 21 23:13:43.623 INFO running `"docker" "start" "-a" "d1f1404154c9cf0ae5e468d595b0276dca0e1847327c4f921aac74996259abd0"` Oct 21 23:13:44.902 INFO kablam! usermod: no changes Oct 21 23:13:45.047 INFO kablam! Checking stderrlog v0.3.0 Oct 21 23:13:45.052 INFO kablam! Checking xmlparser v0.3.0 Oct 21 23:13:46.561 INFO kablam! Checking svgparser v0.8.1 (/source) Oct 21 23:13:47.929 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 21 23:13:47.929 INFO kablam! --> src/color.rs:193:9 Oct 21 23:13:47.929 INFO kablam! | Oct 21 23:13:47.930 INFO kablam! 193 | use std::ascii::AsciiExt; Oct 21 23:13:47.930 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 23:13:47.930 INFO kablam! | Oct 21 23:13:47.930 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 23:13:47.931 INFO kablam! Oct 21 23:13:48.304 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 21 23:13:48.305 INFO kablam! --> src/color.rs:193:9 Oct 21 23:13:48.305 INFO kablam! | Oct 21 23:13:48.305 INFO kablam! 193 | use std::ascii::AsciiExt; Oct 21 23:13:48.305 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 23:13:48.305 INFO kablam! | Oct 21 23:13:48.305 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 23:13:48.306 INFO kablam! Oct 21 23:13:54.226 INFO kablam! error[E0432]: unresolved import `svgparser::FromSpan` Oct 21 23:13:54.226 INFO kablam! --> benches/parser.rs:11:22 Oct 21 23:13:54.226 INFO kablam! | Oct 21 23:13:54.226 INFO kablam! 11 | use svgparser::{svg, FromSpan}; Oct 21 23:13:54.227 INFO kablam! | ^^^^^^^^ no `FromSpan` in the root Oct 21 23:13:54.227 INFO kablam! Oct 21 23:13:54.232 INFO kablam! warning: unused import: `FromSpan` Oct 21 23:13:54.233 INFO kablam! --> benches/parser.rs:11:22 Oct 21 23:13:54.233 INFO kablam! | Oct 21 23:13:54.233 INFO kablam! 11 | use svgparser::{svg, FromSpan}; Oct 21 23:13:54.233 INFO kablam! | ^^^^^^^^ Oct 21 23:13:54.233 INFO kablam! | Oct 21 23:13:54.234 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 23:13:54.234 INFO kablam! Oct 21 23:13:54.752 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `svgparser::svg::Tokenizer<'_>` in the current scope Oct 21 23:13:54.753 INFO kablam! --> benches/parser.rs:22:18 Oct 21 23:13:54.753 INFO kablam! | Oct 21 23:13:54.753 INFO kablam! 22 | for token in svg::Tokenizer::from_str(text) { Oct 21 23:13:54.754 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `svgparser::svg::Tokenizer<'_>` Oct 21 23:13:54.754 INFO kablam! | Oct 21 23:13:54.754 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 21 23:13:54.754 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 21 23:13:54.755 INFO kablam! | Oct 21 23:13:54.755 INFO kablam! 5 | use svgparser::xmlparser::FromSpan; Oct 21 23:13:54.755 INFO kablam! | Oct 21 23:13:54.756 INFO kablam! Oct 21 23:13:54.828 INFO kablam! error: aborting due to 2 previous errors Oct 21 23:13:54.852 INFO kablam! Oct 21 23:13:54.853 INFO kablam! Some errors occurred: E0432, E0599. Oct 21 23:13:54.853 INFO kablam! For more information about an error, try `rustc --explain E0432`. Oct 21 23:13:54.896 INFO kablam! error: Could not compile `svgparser`. Oct 21 23:13:54.897 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 21 23:13:58.312 INFO kablam! error: build failed Oct 21 23:13:58.320 INFO kablam! su: No module specific data is present Oct 21 23:13:59.121 INFO running `"docker" "rm" "-f" "d1f1404154c9cf0ae5e468d595b0276dca0e1847327c4f921aac74996259abd0"` Oct 21 23:13:59.366 INFO blam! d1f1404154c9cf0ae5e468d595b0276dca0e1847327c4f921aac74996259abd0