Oct 10 14:33:13.841 INFO testing sorokya/oxidize against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 14:33:13.841 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 14:33:13.841 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 10 14:33:14.228 INFO blam! 6637f9435ee204cc1fd572bfd9572295e242da2e24ba41a7e4168d7637fb6dd8 Oct 10 14:33:14.230 INFO running `"docker" "start" "-a" "6637f9435ee204cc1fd572bfd9572295e242da2e24ba41a7e4168d7637fb6dd8"` Oct 10 14:33:15.487 INFO kablam! usermod: no changes Oct 10 14:33:15.536 INFO kablam! Compiling oxidize v0.1.0 (/source) Oct 10 14:33:15.964 INFO kablam! warning: unused import: `self` Oct 10 14:33:15.964 INFO kablam! --> src/rom.rs:1:15 Oct 10 14:33:15.964 INFO kablam! | Oct 10 14:33:15.964 INFO kablam! 1 | use std::io::{self, Read}; Oct 10 14:33:15.964 INFO kablam! | ^^^^ Oct 10 14:33:15.964 INFO kablam! | Oct 10 14:33:15.964 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 14:33:15.964 INFO kablam! Oct 10 14:33:15.964 INFO kablam! warning: unused import: `std::fs::File` Oct 10 14:33:15.964 INFO kablam! --> src/utils.rs:1:5 Oct 10 14:33:15.964 INFO kablam! | Oct 10 14:33:15.964 INFO kablam! 1 | use std::fs::File; Oct 10 14:33:15.964 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 14:33:15.964 INFO kablam! Oct 10 14:33:15.964 INFO kablam! warning: unused imports: `Result`, `Write` Oct 10 14:33:15.964 INFO kablam! --> src/utils.rs:2:27 Oct 10 14:33:15.964 INFO kablam! | Oct 10 14:33:15.964 INFO kablam! 2 | use std::io::{self, Read, Write, Result}; Oct 10 14:33:15.964 INFO kablam! | ^^^^^ ^^^^^^ Oct 10 14:33:15.965 INFO kablam! Oct 10 14:33:15.965 INFO kablam! warning: unused import: `std::io::Read` Oct 10 14:33:15.965 INFO kablam! --> src/main.rs:6:5 Oct 10 14:33:15.965 INFO kablam! | Oct 10 14:33:15.965 INFO kablam! 6 | use std::io::Read; Oct 10 14:33:15.965 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 14:33:15.965 INFO kablam! Oct 10 14:33:16.056 INFO kablam! warning: variable does not need to be mutable Oct 10 14:33:16.056 INFO kablam! --> src/utils.rs:5:20 Oct 10 14:33:16.056 INFO kablam! | Oct 10 14:33:16.056 INFO kablam! 5 | pub fn read_to_buf(mut buf: &mut [u8], rd: &mut Read) -> io::Result<()> { Oct 10 14:33:16.056 INFO kablam! | ----^^^ Oct 10 14:33:16.056 INFO kablam! | | Oct 10 14:33:16.056 INFO kablam! | help: remove this `mut` Oct 10 14:33:16.056 INFO kablam! | Oct 10 14:33:16.056 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 14:33:16.056 INFO kablam! Oct 10 14:33:16.628 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.09s Oct 10 14:33:16.628 INFO kablam! su: No module specific data is present Oct 10 14:33:17.221 INFO running `"docker" "rm" "-f" "6637f9435ee204cc1fd572bfd9572295e242da2e24ba41a7e4168d7637fb6dd8"` Oct 10 14:33:17.434 INFO blam! 6637f9435ee204cc1fd572bfd9572295e242da2e24ba41a7e4168d7637fb6dd8 Oct 10 14:33:17.445 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 14:33:17.446 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 10 14:33:17.896 INFO blam! 2bed394f8b47b9927f6f00f39170a60c39bc806ac9e14877fcdac39237b37af7 Oct 10 14:33:17.908 INFO running `"docker" "start" "-a" "2bed394f8b47b9927f6f00f39170a60c39bc806ac9e14877fcdac39237b37af7"` Oct 10 14:33:18.901 INFO kablam! usermod: no changes Oct 10 14:33:18.981 INFO kablam! Compiling oxidize v0.1.0 (/source) Oct 10 14:33:19.484 INFO kablam! warning: unused import: `self` Oct 10 14:33:19.485 INFO kablam! --> src/rom.rs:1:15 Oct 10 14:33:19.485 INFO kablam! | Oct 10 14:33:19.485 INFO kablam! 1 | use std::io::{self, Read}; Oct 10 14:33:19.486 INFO kablam! | ^^^^ Oct 10 14:33:19.486 INFO kablam! | Oct 10 14:33:19.487 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 14:33:19.487 INFO kablam! Oct 10 14:33:19.487 INFO kablam! warning: unused import: `std::fs::File` Oct 10 14:33:19.488 INFO kablam! --> src/utils.rs:1:5 Oct 10 14:33:19.488 INFO kablam! | Oct 10 14:33:19.488 INFO kablam! 1 | use std::fs::File; Oct 10 14:33:19.489 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 14:33:19.491 INFO kablam! Oct 10 14:33:19.491 INFO kablam! warning: unused imports: `Result`, `Write` Oct 10 14:33:19.492 INFO kablam! --> src/utils.rs:2:27 Oct 10 14:33:19.492 INFO kablam! | Oct 10 14:33:19.492 INFO kablam! 2 | use std::io::{self, Read, Write, Result}; Oct 10 14:33:19.493 INFO kablam! | ^^^^^ ^^^^^^ Oct 10 14:33:19.493 INFO kablam! Oct 10 14:33:19.493 INFO kablam! warning: unused import: `std::io::Read` Oct 10 14:33:19.494 INFO kablam! --> src/main.rs:6:5 Oct 10 14:33:19.495 INFO kablam! | Oct 10 14:33:19.495 INFO kablam! 6 | use std::io::Read; Oct 10 14:33:19.495 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 14:33:19.496 INFO kablam! Oct 10 14:33:19.582 INFO kablam! warning: variable does not need to be mutable Oct 10 14:33:19.583 INFO kablam! --> src/utils.rs:5:20 Oct 10 14:33:19.583 INFO kablam! | Oct 10 14:33:19.584 INFO kablam! 5 | pub fn read_to_buf(mut buf: &mut [u8], rd: &mut Read) -> io::Result<()> { Oct 10 14:33:19.584 INFO kablam! | ----^^^ Oct 10 14:33:19.584 INFO kablam! | | Oct 10 14:33:19.585 INFO kablam! | help: remove this `mut` Oct 10 14:33:19.585 INFO kablam! | Oct 10 14:33:19.585 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 14:33:19.585 INFO kablam! Oct 10 14:33:20.084 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.14s Oct 10 14:33:20.084 INFO kablam! su: No module specific data is present Oct 10 14:33:20.611 INFO running `"docker" "rm" "-f" "2bed394f8b47b9927f6f00f39170a60c39bc806ac9e14877fcdac39237b37af7"` Oct 10 14:33:20.936 INFO blam! 2bed394f8b47b9927f6f00f39170a60c39bc806ac9e14877fcdac39237b37af7 Oct 10 14:33:20.937 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 14:33:20.938 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 10 14:33:21.431 INFO blam! 801097c562faf958f6b3e09f97cffad27bc5e1e306c1e19c0f9b1f6d26e38f12 Oct 10 14:33:21.441 INFO running `"docker" "start" "-a" "801097c562faf958f6b3e09f97cffad27bc5e1e306c1e19c0f9b1f6d26e38f12"` Oct 10 14:33:22.428 INFO kablam! usermod: no changes Oct 10 14:33:22.496 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 10 14:33:22.497 INFO kablam! Running /target/debug/deps/oxidize-7c1dad7818508987 Oct 10 14:33:22.499 INFO blam! Oct 10 14:33:22.499 INFO blam! running 0 tests Oct 10 14:33:22.500 INFO blam! Oct 10 14:33:22.500 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 14:33:22.500 INFO blam! Oct 10 14:33:22.505 INFO kablam! su: No module specific data is present Oct 10 14:33:22.964 INFO running `"docker" "rm" "-f" "801097c562faf958f6b3e09f97cffad27bc5e1e306c1e19c0f9b1f6d26e38f12"` Oct 10 14:33:23.384 INFO blam! 801097c562faf958f6b3e09f97cffad27bc5e1e306c1e19c0f9b1f6d26e38f12