Oct 12 23:26:38.037 INFO testing spebern/poc1to2 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 23:26:38.037 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 12 23:26:38.476 INFO blam! 4cd3b7dc311ef1c7bfb0c37abe1be6842a499fee903606fdd9b1b5253e20634d Oct 12 23:26:38.480 INFO running `"docker" "start" "-a" "4cd3b7dc311ef1c7bfb0c37abe1be6842a499fee903606fdd9b1b5253e20634d"` Oct 12 23:26:39.746 INFO kablam! usermod: no changes Oct 12 23:26:39.847 INFO kablam! Compiling clap v2.30.0 Oct 12 23:26:53.254 INFO kablam! Compiling poc1to2 v0.1.0 (/source) Oct 12 23:26:54.792 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.00s Oct 12 23:26:54.792 INFO kablam! su: No module specific data is present Oct 12 23:26:55.189 INFO running `"docker" "rm" "-f" "4cd3b7dc311ef1c7bfb0c37abe1be6842a499fee903606fdd9b1b5253e20634d"` Oct 12 23:26:55.359 INFO blam! 4cd3b7dc311ef1c7bfb0c37abe1be6842a499fee903606fdd9b1b5253e20634d Oct 12 23:26:55.369 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 12 23:26:55.674 INFO blam! b2df14f3927fa07d8d0a4dfa642abb6d74ea4aaf327232d8b58df9f22bfebc3f Oct 12 23:26:55.675 INFO running `"docker" "start" "-a" "b2df14f3927fa07d8d0a4dfa642abb6d74ea4aaf327232d8b58df9f22bfebc3f"` Oct 12 23:26:56.523 INFO kablam! usermod: no changes Oct 12 23:26:56.553 INFO kablam! Compiling md5 v0.3.7 Oct 12 23:26:56.980 INFO kablam! Compiling poc1to2 v0.1.0 (/source) Oct 12 23:26:57.320 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 23:26:57.320 INFO kablam! --> src/main.rs:175:9 Oct 12 23:26:57.320 INFO kablam! | Oct 12 23:26:57.320 INFO kablam! 175 | fs::copy(plot_file.to_owned() + ".orig", plot_file); Oct 12 23:26:57.320 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:26:57.320 INFO kablam! | Oct 12 23:26:57.320 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 23:26:57.320 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 23:26:57.320 INFO kablam! Oct 12 23:26:57.320 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 23:26:57.320 INFO kablam! --> src/main.rs:189:9 Oct 12 23:26:57.320 INFO kablam! | Oct 12 23:26:57.320 INFO kablam! 189 | File::open(&poc2_plot_file).unwrap().read_to_end(&mut buffer); Oct 12 23:26:57.320 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:26:57.320 INFO kablam! | Oct 12 23:26:57.320 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 23:26:57.320 INFO kablam! Oct 12 23:26:57.320 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 23:26:57.321 INFO kablam! --> src/main.rs:194:9 Oct 12 23:26:57.321 INFO kablam! | Oct 12 23:26:57.321 INFO kablam! 194 | fs::remove_file(&poc2_plot_file); Oct 12 23:26:57.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:26:57.321 INFO kablam! | Oct 12 23:26:57.321 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 23:26:57.321 INFO kablam! Oct 12 23:26:58.035 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.49s Oct 12 23:26:58.036 INFO kablam! su: No module specific data is present Oct 12 23:26:58.297 INFO running `"docker" "rm" "-f" "b2df14f3927fa07d8d0a4dfa642abb6d74ea4aaf327232d8b58df9f22bfebc3f"` Oct 12 23:26:58.401 INFO blam! b2df14f3927fa07d8d0a4dfa642abb6d74ea4aaf327232d8b58df9f22bfebc3f