Oct 12 23:26:39.730 INFO testing spebern/poc1to2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 23:26:39.732 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 12 23:26:40.212 INFO blam! 996208dc3cb89ecd17b6cef035ddbb5f17947ba655ab8584e5235353ccc40990 Oct 12 23:26:40.213 INFO running `"docker" "start" "-a" "996208dc3cb89ecd17b6cef035ddbb5f17947ba655ab8584e5235353ccc40990"` Oct 12 23:26:41.819 INFO kablam! usermod: no changes Oct 12 23:26:41.939 INFO kablam! Compiling clap v2.30.0 Oct 12 23:26:55.008 INFO kablam! Compiling poc1to2 v0.1.0 (/source) Oct 12 23:26:56.307 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.45s Oct 12 23:26:56.310 INFO kablam! su: No module specific data is present Oct 12 23:26:56.816 INFO running `"docker" "rm" "-f" "996208dc3cb89ecd17b6cef035ddbb5f17947ba655ab8584e5235353ccc40990"` Oct 12 23:26:56.923 INFO blam! 996208dc3cb89ecd17b6cef035ddbb5f17947ba655ab8584e5235353ccc40990 Oct 12 23:26:56.929 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 12 23:26:57.135 INFO blam! a8c5ed5d006df042aaa6e425713bf7a9c57d4ddd8bcf128016130703fb0f5dcc Oct 12 23:26:57.136 INFO running `"docker" "start" "-a" "a8c5ed5d006df042aaa6e425713bf7a9c57d4ddd8bcf128016130703fb0f5dcc"` Oct 12 23:26:57.602 INFO kablam! usermod: no changes Oct 12 23:26:57.651 INFO kablam! Compiling poc1to2 v0.1.0 (/source) Oct 12 23:26:57.991 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 23:26:57.991 INFO kablam! --> src/main.rs:175:9 Oct 12 23:26:57.991 INFO kablam! | Oct 12 23:26:57.991 INFO kablam! 175 | fs::copy(plot_file.to_owned() + ".orig", plot_file); Oct 12 23:26:57.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:26:57.991 INFO kablam! | Oct 12 23:26:57.991 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 23:26:57.991 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 23:26:57.991 INFO kablam! Oct 12 23:26:57.991 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 23:26:57.991 INFO kablam! --> src/main.rs:189:9 Oct 12 23:26:57.991 INFO kablam! | Oct 12 23:26:57.991 INFO kablam! 189 | File::open(&poc2_plot_file).unwrap().read_to_end(&mut buffer); Oct 12 23:26:57.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:26:57.991 INFO kablam! | Oct 12 23:26:57.991 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 23:26:57.991 INFO kablam! Oct 12 23:26:57.991 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 23:26:57.991 INFO kablam! --> src/main.rs:194:9 Oct 12 23:26:57.991 INFO kablam! | Oct 12 23:26:57.991 INFO kablam! 194 | fs::remove_file(&poc2_plot_file); Oct 12 23:26:57.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:26:57.991 INFO kablam! | Oct 12 23:26:57.991 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 23:26:57.991 INFO kablam! Oct 12 23:26:58.708 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.08s Oct 12 23:26:58.710 INFO kablam! su: No module specific data is present Oct 12 23:26:59.008 INFO running `"docker" "rm" "-f" "a8c5ed5d006df042aaa6e425713bf7a9c57d4ddd8bcf128016130703fb0f5dcc"` Oct 12 23:26:59.118 INFO blam! a8c5ed5d006df042aaa6e425713bf7a9c57d4ddd8bcf128016130703fb0f5dcc