Oct 11 06:35:23.319 INFO testing Geemili/mdproof against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 06:35:23.319 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 06:35:23.319 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 06:35:23.838 INFO blam! 498aa1be6bca604f3c0f33870b8b2cdecc67bf465d41b94f428faa5e2ad73d68 Oct 11 06:35:23.840 INFO running `"docker" "start" "-a" "498aa1be6bca604f3c0f33870b8b2cdecc67bf465d41b94f428faa5e2ad73d68"` Oct 11 06:35:25.100 INFO kablam! usermod: no changes Oct 11 06:35:25.456 INFO kablam! Compiling ego-tree v0.5.0 Oct 11 06:35:25.481 INFO kablam! Compiling dtoa-short v0.3.2 Oct 11 06:35:25.481 INFO kablam! Compiling servo_arc v0.1.1 Oct 11 06:35:25.481 INFO kablam! Compiling pulldown-cmark v0.1.2 Oct 11 06:35:25.484 INFO kablam! Compiling serde_json v1.0.27 Oct 11 06:35:25.484 INFO kablam! Compiling ordered-float v1.0.1 Oct 11 06:35:25.485 INFO kablam! Compiling crossbeam-epoch v0.3.1 Oct 11 06:35:25.486 INFO kablam! Compiling string_cache v0.7.3 Oct 11 06:35:27.757 INFO kablam! Compiling selectors v0.19.0 Oct 11 06:35:29.013 INFO kablam! Compiling tendril v0.4.0 Oct 11 06:35:29.064 INFO kablam! Compiling flate2 v0.2.20 Oct 11 06:35:30.636 INFO kablam! Compiling structopt-derive v0.2.10 Oct 11 06:35:35.443 INFO kablam! Compiling cssparser-macros v0.3.4 Oct 11 06:35:40.858 INFO kablam! Compiling num-derive v0.2.2 Oct 11 06:35:42.492 INFO kablam! Compiling rusttype v0.7.2 Oct 11 06:35:42.536 INFO kablam! Compiling env_logger v0.5.13 Oct 11 06:35:43.504 INFO kablam! Compiling crossbeam-deque v0.2.0 Oct 11 06:35:43.830 INFO kablam! Compiling lopdf v0.17.0 Oct 11 06:35:44.146 INFO kablam! Compiling markup5ever v0.7.2 Oct 11 06:35:57.370 INFO kablam! Compiling rayon-core v1.4.1 Oct 11 06:36:02.229 INFO kablam! Compiling structopt v0.2.10 Oct 11 06:36:02.370 INFO kablam! Compiling cssparser v0.23.10 Oct 11 06:36:08.044 INFO kablam! Compiling clap-verbosity-flag v0.1.0 Oct 11 06:36:09.922 INFO kablam! Compiling rayon v1.0.2 Oct 11 06:36:15.977 INFO kablam! Compiling jpeg-decoder v0.1.15 Oct 11 06:36:15.979 INFO kablam! Compiling quicli v0.3.0 Oct 11 06:36:18.900 INFO kablam! Compiling html5ever v0.22.3 Oct 11 06:36:22.520 INFO kablam! Compiling image v0.19.0 Oct 11 06:36:24.525 INFO kablam! Compiling scraper v0.7.0 Oct 11 06:36:37.312 INFO kablam! Compiling printpdf v0.2.9 Oct 11 06:36:44.041 INFO kablam! Compiling mdproof v0.1.0 (/source) Oct 11 06:36:54.640 INFO kablam! warning: use of deprecated item 'quicli::prelude::Error::causes': please use the 'iter_chain()' method instead Oct 11 06:36:54.640 INFO kablam! --> src/bin/mdproof.rs:29:1 Oct 11 06:36:54.640 INFO kablam! | Oct 11 06:36:54.640 INFO kablam! 29 | / main!(|args: Cli, log_level: verbosity| { Oct 11 06:36:54.640 INFO kablam! 30 | | let markdown_path = Path::new(&args.markdown_file); Oct 11 06:36:54.640 INFO kablam! 31 | | let output_path = match args.output_file { Oct 11 06:36:54.640 INFO kablam! 32 | | Some(text) => Path::new(&text).to_path_buf(), Oct 11 06:36:54.640 INFO kablam! ... | Oct 11 06:36:54.640 INFO kablam! 68 | | .map_err(|_e| format_err!("Failed to save pdf file"))?; Oct 11 06:36:54.640 INFO kablam! 69 | | }); Oct 11 06:36:54.640 INFO kablam! | |___^ Oct 11 06:36:54.640 INFO kablam! | Oct 11 06:36:54.640 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 06:36:54.640 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 11 06:36:54.640 INFO kablam! Oct 11 06:37:00.941 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 35s Oct 11 06:37:00.959 INFO kablam! su: No module specific data is present Oct 11 06:37:02.068 INFO running `"docker" "rm" "-f" "498aa1be6bca604f3c0f33870b8b2cdecc67bf465d41b94f428faa5e2ad73d68"` Oct 11 06:37:02.344 INFO blam! 498aa1be6bca604f3c0f33870b8b2cdecc67bf465d41b94f428faa5e2ad73d68 Oct 11 06:37:02.345 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 06:37:02.345 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 06:37:02.708 INFO blam! 72be958ac87daf010e064c83a797213155d3e6fdc3c873c32190d1b6a1ccb5b2 Oct 11 06:37:02.713 INFO running `"docker" "start" "-a" "72be958ac87daf010e064c83a797213155d3e6fdc3c873c32190d1b6a1ccb5b2"` Oct 11 06:37:03.775 INFO kablam! usermod: no changes Oct 11 06:37:04.112 INFO kablam! Compiling mdproof v0.1.0 (/source) Oct 11 06:37:09.368 INFO kablam! warning: use of deprecated item 'quicli::prelude::Error::causes': please use the 'iter_chain()' method instead Oct 11 06:37:09.368 INFO kablam! --> src/bin/mdproof.rs:29:1 Oct 11 06:37:09.368 INFO kablam! | Oct 11 06:37:09.368 INFO kablam! 29 | / main!(|args: Cli, log_level: verbosity| { Oct 11 06:37:09.368 INFO kablam! 30 | | let markdown_path = Path::new(&args.markdown_file); Oct 11 06:37:09.368 INFO kablam! 31 | | let output_path = match args.output_file { Oct 11 06:37:09.368 INFO kablam! 32 | | Some(text) => Path::new(&text).to_path_buf(), Oct 11 06:37:09.368 INFO kablam! ... | Oct 11 06:37:09.368 INFO kablam! 68 | | .map_err(|_e| format_err!("Failed to save pdf file"))?; Oct 11 06:37:09.368 INFO kablam! 69 | | }); Oct 11 06:37:09.368 INFO kablam! | |___^ Oct 11 06:37:09.368 INFO kablam! | Oct 11 06:37:09.368 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 06:37:09.368 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 11 06:37:09.368 INFO kablam! Oct 11 06:37:09.812 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.01s Oct 11 06:37:09.825 INFO kablam! su: No module specific data is present Oct 11 06:37:10.126 INFO running `"docker" "rm" "-f" "72be958ac87daf010e064c83a797213155d3e6fdc3c873c32190d1b6a1ccb5b2"` Oct 11 06:37:10.239 INFO blam! 72be958ac87daf010e064c83a797213155d3e6fdc3c873c32190d1b6a1ccb5b2 Oct 11 06:37:10.239 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 06:37:10.239 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 06:37:10.537 INFO blam! fb713dd064784feb815174923a7102741a458ef92f1bfde85ce8b3fd065d20ca Oct 11 06:37:10.539 INFO running `"docker" "start" "-a" "fb713dd064784feb815174923a7102741a458ef92f1bfde85ce8b3fd065d20ca"` Oct 11 06:37:11.744 INFO kablam! usermod: no changes Oct 11 06:37:11.980 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.21s Oct 11 06:37:12.000 INFO kablam! Running /target/debug/deps/mdproof-e3758bbfbd443fbe Oct 11 06:37:12.008 INFO blam! Oct 11 06:37:12.008 INFO blam! running 0 tests Oct 11 06:37:12.008 INFO blam! Oct 11 06:37:12.008 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 06:37:12.008 INFO blam! Oct 11 06:37:12.009 INFO kablam! Running /target/debug/deps/mdproof-068e7934c2b54720 Oct 11 06:37:12.014 INFO kablam! Doc-tests mdproof Oct 11 06:37:12.014 INFO blam! Oct 11 06:37:12.014 INFO blam! running 0 tests Oct 11 06:37:12.014 INFO blam! Oct 11 06:37:12.014 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 06:37:12.014 INFO blam! Oct 11 06:37:18.068 INFO blam! Oct 11 06:37:18.068 INFO blam! running 0 tests Oct 11 06:37:18.068 INFO blam! Oct 11 06:37:18.068 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 06:37:18.068 INFO blam! Oct 11 06:37:18.077 INFO kablam! su: No module specific data is present Oct 11 06:37:18.633 INFO running `"docker" "rm" "-f" "fb713dd064784feb815174923a7102741a458ef92f1bfde85ce8b3fd065d20ca"` Oct 11 06:37:18.893 INFO blam! fb713dd064784feb815174923a7102741a458ef92f1bfde85ce8b3fd065d20ca