Oct 15 10:39:24.525 INFO testing Geemili/mdproof against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 10:39:24.526 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 15 10:39:25.053 INFO blam! 1cb718c3309b68b415378f5d6680580a9ea40f79c7ecc6348b88c984d8edaa8e Oct 15 10:39:25.055 INFO running `"docker" "start" "-a" "1cb718c3309b68b415378f5d6680580a9ea40f79c7ecc6348b88c984d8edaa8e"` Oct 15 10:39:27.182 INFO kablam! usermod: no changes Oct 15 10:39:27.571 INFO kablam! Compiling string_cache_codegen v0.4.1 Oct 15 10:39:27.575 INFO kablam! Compiling serde_json v1.0.27 Oct 15 10:39:27.575 INFO kablam! Compiling ordered-float v1.0.1 Oct 15 10:39:27.575 INFO kablam! Compiling syn v0.14.9 Oct 15 10:39:27.575 INFO kablam! Compiling crossbeam-epoch v0.3.1 Oct 15 10:39:27.575 INFO kablam! Compiling selectors v0.19.0 Oct 15 10:39:27.575 INFO kablam! Compiling flate2 v0.2.20 Oct 15 10:39:27.575 INFO kablam! Compiling env_logger v0.5.13 Oct 15 10:39:31.495 INFO kablam! Compiling rusttype v0.7.2 Oct 15 10:39:34.111 INFO kablam! Compiling crossbeam-deque v0.2.0 Oct 15 10:39:40.959 INFO kablam! Compiling lopdf v0.17.0 Oct 15 10:39:40.960 INFO kablam! Compiling rayon-core v1.4.1 Oct 15 10:39:48.024 INFO kablam! Compiling string_cache v0.7.3 Oct 15 10:39:51.785 INFO kablam! Compiling markup5ever v0.7.2 Oct 15 10:39:53.879 INFO kablam! Compiling rayon v1.0.2 Oct 15 10:40:17.067 INFO kablam! Compiling jpeg-decoder v0.1.15 Oct 15 10:40:29.267 INFO kablam! Compiling html5ever v0.22.3 Oct 15 10:40:36.315 INFO kablam! Compiling synstructure v0.9.0 Oct 15 10:40:36.315 INFO kablam! Compiling structopt-derive v0.2.10 Oct 15 10:40:36.315 INFO kablam! Compiling cssparser-macros v0.3.4 Oct 15 10:40:36.315 INFO kablam! Compiling num-derive v0.2.2 Oct 15 10:40:55.031 INFO kablam! Compiling image v0.19.0 Oct 15 10:40:56.763 INFO kablam! Compiling cssparser v0.23.10 Oct 15 10:40:59.800 INFO kablam! Compiling structopt v0.2.10 Oct 15 10:41:01.952 INFO kablam! Compiling failure_derive v0.1.2 Oct 15 10:41:11.163 INFO kablam! Compiling failure v0.1.2 Oct 15 10:41:13.615 INFO kablam! Compiling clap-verbosity-flag v0.1.0 Oct 15 10:41:18.791 INFO kablam! Compiling quicli v0.3.0 Oct 15 10:41:24.790 INFO kablam! Compiling scraper v0.7.0 Oct 15 10:41:28.887 INFO kablam! Compiling printpdf v0.2.9 Oct 15 10:41:39.517 INFO kablam! Compiling mdproof v0.1.0 (/source) Oct 15 10:41:50.799 INFO kablam! warning: use of deprecated item 'quicli::prelude::Error::causes': please use the 'iter_chain()' method instead Oct 15 10:41:50.799 INFO kablam! --> src/bin/mdproof.rs:29:1 Oct 15 10:41:50.799 INFO kablam! | Oct 15 10:41:50.799 INFO kablam! 29 | / main!(|args: Cli, log_level: verbosity| { Oct 15 10:41:50.799 INFO kablam! 30 | | let markdown_path = Path::new(&args.markdown_file); Oct 15 10:41:50.799 INFO kablam! 31 | | let output_path = match args.output_file { Oct 15 10:41:50.799 INFO kablam! 32 | | Some(text) => Path::new(&text).to_path_buf(), Oct 15 10:41:50.799 INFO kablam! ... | Oct 15 10:41:50.799 INFO kablam! 68 | | .map_err(|_e| format_err!("Failed to save pdf file"))?; Oct 15 10:41:50.799 INFO kablam! 69 | | }); Oct 15 10:41:50.799 INFO kablam! | |___^ Oct 15 10:41:50.799 INFO kablam! | Oct 15 10:41:50.799 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 10:41:50.799 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 15 10:41:50.799 INFO kablam! Oct 15 10:41:57.547 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2m 30s Oct 15 10:41:57.567 INFO kablam! su: No module specific data is present Oct 15 10:41:58.426 INFO running `"docker" "rm" "-f" "1cb718c3309b68b415378f5d6680580a9ea40f79c7ecc6348b88c984d8edaa8e"` Oct 15 10:41:58.671 INFO blam! 1cb718c3309b68b415378f5d6680580a9ea40f79c7ecc6348b88c984d8edaa8e Oct 15 10:41:58.675 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 15 10:41:59.143 INFO blam! 146deb7ac3248e144e757ea59ce9c9a4f9d6f0db90602d8b7b082653cea1a00f Oct 15 10:41:59.147 INFO running `"docker" "start" "-a" "146deb7ac3248e144e757ea59ce9c9a4f9d6f0db90602d8b7b082653cea1a00f"` Oct 15 10:42:00.694 INFO kablam! usermod: no changes Oct 15 10:42:01.059 INFO kablam! Compiling mdproof v0.1.0 (/source) Oct 15 10:42:08.903 INFO kablam! warning: use of deprecated item 'quicli::prelude::Error::causes': please use the 'iter_chain()' method instead Oct 15 10:42:08.903 INFO kablam! --> src/bin/mdproof.rs:29:1 Oct 15 10:42:08.903 INFO kablam! | Oct 15 10:42:08.903 INFO kablam! 29 | / main!(|args: Cli, log_level: verbosity| { Oct 15 10:42:08.903 INFO kablam! 30 | | let markdown_path = Path::new(&args.markdown_file); Oct 15 10:42:08.903 INFO kablam! 31 | | let output_path = match args.output_file { Oct 15 10:42:08.903 INFO kablam! 32 | | Some(text) => Path::new(&text).to_path_buf(), Oct 15 10:42:08.903 INFO kablam! ... | Oct 15 10:42:08.903 INFO kablam! 68 | | .map_err(|_e| format_err!("Failed to save pdf file"))?; Oct 15 10:42:08.903 INFO kablam! 69 | | }); Oct 15 10:42:08.903 INFO kablam! | |___^ Oct 15 10:42:08.903 INFO kablam! | Oct 15 10:42:08.903 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 10:42:08.903 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 15 10:42:08.903 INFO kablam! Oct 15 10:42:09.666 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.93s Oct 15 10:42:09.691 INFO kablam! su: No module specific data is present Oct 15 10:42:10.461 INFO running `"docker" "rm" "-f" "146deb7ac3248e144e757ea59ce9c9a4f9d6f0db90602d8b7b082653cea1a00f"` Oct 15 10:42:10.851 INFO blam! 146deb7ac3248e144e757ea59ce9c9a4f9d6f0db90602d8b7b082653cea1a00f Oct 15 10:42:10.859 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 15 10:42:11.382 INFO blam! 40e6fa24518a580bdb4aaff703eb39fe5758c5442c72631e60cd5c114a12d33d Oct 15 10:42:11.385 INFO running `"docker" "start" "-a" "40e6fa24518a580bdb4aaff703eb39fe5758c5442c72631e60cd5c114a12d33d"` Oct 15 10:42:13.303 INFO kablam! usermod: no changes Oct 15 10:42:13.561 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.23s Oct 15 10:42:13.571 INFO kablam! Running /target/debug/deps/mdproof-7861125aebe4030d Oct 15 10:42:13.578 INFO blam! Oct 15 10:42:13.578 INFO kablam! Running /target/debug/deps/mdproof-a2d1c7ab5620d7f7 Oct 15 10:42:13.578 INFO blam! running 0 tests Oct 15 10:42:13.579 INFO blam! Oct 15 10:42:13.579 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 10:42:13.579 INFO blam! Oct 15 10:42:13.585 INFO blam! Oct 15 10:42:13.585 INFO kablam! Doc-tests mdproof Oct 15 10:42:13.585 INFO blam! running 0 tests Oct 15 10:42:13.586 INFO blam! Oct 15 10:42:13.586 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 10:42:13.586 INFO blam! Oct 15 10:42:20.243 INFO blam! Oct 15 10:42:20.243 INFO blam! running 0 tests Oct 15 10:42:20.243 INFO blam! Oct 15 10:42:20.243 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 10:42:20.243 INFO blam! Oct 15 10:42:20.256 INFO kablam! su: No module specific data is present Oct 15 10:42:21.487 INFO running `"docker" "rm" "-f" "40e6fa24518a580bdb4aaff703eb39fe5758c5442c72631e60cd5c114a12d33d"` Oct 15 10:42:22.055 INFO blam! 40e6fa24518a580bdb4aaff703eb39fe5758c5442c72631e60cd5c114a12d33d