Oct 21 21:30:26.544 INFO checking Geemili/mdproof against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 21:30:26.544 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 21:30:26.708 INFO blam! 1ca44c71268e957a46afda61e72778a4511afb5433389aeccd4a4f8d086f6d2b Oct 21 21:30:26.709 INFO running `"docker" "start" "-a" "1ca44c71268e957a46afda61e72778a4511afb5433389aeccd4a4f8d086f6d2b"` Oct 21 21:30:27.088 INFO kablam! usermod: no changes Oct 21 21:30:27.406 INFO kablam! Checking servo_arc v0.1.1 Oct 21 21:30:27.409 INFO kablam! Compiling serde_json v1.0.27 Oct 21 21:30:27.409 INFO kablam! Checking approx v0.3.0 Oct 21 21:30:27.409 INFO kablam! Checking ordered-float v1.0.1 Oct 21 21:30:27.416 INFO kablam! Checking crossbeam-epoch v0.3.1 Oct 21 21:30:27.418 INFO kablam! Compiling string_cache v0.7.3 Oct 21 21:30:27.418 INFO kablam! Compiling selectors v0.19.0 Oct 21 21:30:27.421 INFO kablam! Compiling cssparser-macros v0.3.4 Oct 21 21:30:28.369 INFO kablam! Compiling structopt-derive v0.2.10 Oct 21 21:30:28.434 INFO kablam! Compiling num-derive v0.2.2 Oct 21 21:30:28.509 INFO kablam! Checking lopdf v0.17.0 Oct 21 21:30:28.901 INFO kablam! Checking rusttype v0.7.2 Oct 21 21:30:31.750 INFO kablam! Checking crossbeam-deque v0.2.0 Oct 21 21:30:34.280 INFO kablam! Checking rayon-core v1.4.1 Oct 21 21:30:34.925 INFO kablam! Compiling markup5ever v0.7.2 Oct 21 21:30:36.188 INFO kablam! Checking rayon v1.0.2 Oct 21 21:30:36.462 INFO kablam! Checking cssparser v0.23.10 Oct 21 21:30:36.839 INFO kablam! Checking structopt v0.2.10 Oct 21 21:30:37.688 INFO kablam! Checking clap-verbosity-flag v0.1.0 Oct 21 21:30:40.710 INFO kablam! Checking jpeg-decoder v0.1.15 Oct 21 21:30:40.710 INFO kablam! Checking quicli v0.3.0 Oct 21 21:30:42.525 INFO kablam! Checking image v0.19.0 Oct 21 21:30:43.383 INFO kablam! Checking html5ever v0.22.3 Oct 21 21:30:46.308 INFO kablam! Checking scraper v0.7.0 Oct 21 21:30:47.259 INFO kablam! Checking printpdf v0.2.9 Oct 21 21:30:50.094 INFO kablam! Checking mdproof v0.1.0 (/source) Oct 21 21:30:57.770 INFO kablam! warning: use of deprecated item 'quicli::prelude::Error::causes': please use the 'iter_chain()' method instead Oct 21 21:30:57.770 INFO kablam! --> src/bin/mdproof.rs:29:1 Oct 21 21:30:57.770 INFO kablam! | Oct 21 21:30:57.770 INFO kablam! 29 | / main!(|args: Cli, log_level: verbosity| { Oct 21 21:30:57.770 INFO kablam! 30 | | let markdown_path = Path::new(&args.markdown_file); Oct 21 21:30:57.770 INFO kablam! 31 | | let output_path = match args.output_file { Oct 21 21:30:57.770 INFO kablam! 32 | | Some(text) => Path::new(&text).to_path_buf(), Oct 21 21:30:57.770 INFO kablam! ... | Oct 21 21:30:57.770 INFO kablam! 68 | | .map_err(|_e| format_err!("Failed to save pdf file"))?; Oct 21 21:30:57.770 INFO kablam! 69 | | }); Oct 21 21:30:57.770 INFO kablam! | |___^ Oct 21 21:30:57.770 INFO kablam! | Oct 21 21:30:57.770 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 21:30:57.770 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 21 21:30:57.770 INFO kablam! Oct 21 21:30:57.978 INFO kablam! warning: use of deprecated item 'quicli::prelude::Error::causes': please use the 'iter_chain()' method instead Oct 21 21:30:57.978 INFO kablam! --> src/bin/mdproof.rs:29:1 Oct 21 21:30:57.978 INFO kablam! | Oct 21 21:30:57.978 INFO kablam! 29 | / main!(|args: Cli, log_level: verbosity| { Oct 21 21:30:57.978 INFO kablam! 30 | | let markdown_path = Path::new(&args.markdown_file); Oct 21 21:30:57.978 INFO kablam! 31 | | let output_path = match args.output_file { Oct 21 21:30:57.978 INFO kablam! 32 | | Some(text) => Path::new(&text).to_path_buf(), Oct 21 21:30:57.978 INFO kablam! ... | Oct 21 21:30:57.978 INFO kablam! 68 | | .map_err(|_e| format_err!("Failed to save pdf file"))?; Oct 21 21:30:57.978 INFO kablam! 69 | | }); Oct 21 21:30:57.978 INFO kablam! | |___^ Oct 21 21:30:57.978 INFO kablam! | Oct 21 21:30:57.978 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 21:30:57.978 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 21 21:30:57.978 INFO kablam! Oct 21 21:30:58.016 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 30.91s Oct 21 21:30:58.027 INFO kablam! su: No module specific data is present Oct 21 21:30:58.263 INFO running `"docker" "rm" "-f" "1ca44c71268e957a46afda61e72778a4511afb5433389aeccd4a4f8d086f6d2b"` Oct 21 21:30:58.336 INFO blam! 1ca44c71268e957a46afda61e72778a4511afb5433389aeccd4a4f8d086f6d2b