Oct 15 01:16:01.973 INFO testing cedricleroy/rust-tuto against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 01:16:01.974 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 15 01:16:02.384 INFO blam! c82b45197434235ce2ef2870d84f044e22a10b9f91383c720b4001b661986782 Oct 15 01:16:02.386 INFO running `"docker" "start" "-a" "c82b45197434235ce2ef2870d84f044e22a10b9f91383c720b4001b661986782"` Oct 15 01:16:03.955 INFO kablam! usermod: no changes Oct 15 01:16:04.063 INFO kablam! Compiling rust-tuto v0.1.0 (/source) Oct 15 01:16:04.771 INFO kablam! warning: value assigned to `y` is never read Oct 15 01:16:04.772 INFO kablam! --> src/main.rs:13:13 Oct 15 01:16:04.772 INFO kablam! | Oct 15 01:16:04.772 INFO kablam! 13 | let mut y = 21; Oct 15 01:16:04.772 INFO kablam! | ^ Oct 15 01:16:04.773 INFO kablam! | Oct 15 01:16:04.773 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 01:16:04.773 INFO kablam! Oct 15 01:16:04.799 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 01:16:04.799 INFO kablam! --> src/json.rs:12:5 Oct 15 01:16:04.800 INFO kablam! | Oct 15 01:16:04.800 INFO kablam! 12 | file.read_to_string(&mut content); Oct 15 01:16:04.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:16:04.801 INFO kablam! | Oct 15 01:16:04.801 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 01:16:04.801 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 01:16:04.802 INFO kablam! Oct 15 01:16:05.735 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.75s Oct 15 01:16:05.738 INFO kablam! su: No module specific data is present Oct 15 01:16:06.527 INFO running `"docker" "rm" "-f" "c82b45197434235ce2ef2870d84f044e22a10b9f91383c720b4001b661986782"` Oct 15 01:16:06.819 INFO blam! c82b45197434235ce2ef2870d84f044e22a10b9f91383c720b4001b661986782 Oct 15 01:16:06.843 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 15 01:16:07.372 INFO blam! 6f3255fb7afbc060d8a0ef503d1a482ef49329431c4047e5b39b74e0caabc5b6 Oct 15 01:16:07.374 INFO running `"docker" "start" "-a" "6f3255fb7afbc060d8a0ef503d1a482ef49329431c4047e5b39b74e0caabc5b6"` Oct 15 01:16:09.031 INFO kablam! usermod: no changes Oct 15 01:16:09.115 INFO kablam! Compiling rust-tuto v0.1.0 (/source) Oct 15 01:16:09.722 INFO kablam! warning: value assigned to `y` is never read Oct 15 01:16:09.723 INFO kablam! --> src/main.rs:13:13 Oct 15 01:16:09.723 INFO kablam! | Oct 15 01:16:09.723 INFO kablam! 13 | let mut y = 21; Oct 15 01:16:09.723 INFO kablam! | ^ Oct 15 01:16:09.724 INFO kablam! | Oct 15 01:16:09.724 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 01:16:09.724 INFO kablam! Oct 15 01:16:09.744 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 01:16:09.744 INFO kablam! --> src/json.rs:12:5 Oct 15 01:16:09.745 INFO kablam! | Oct 15 01:16:09.745 INFO kablam! 12 | file.read_to_string(&mut content); Oct 15 01:16:09.745 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:16:09.745 INFO kablam! | Oct 15 01:16:09.749 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 01:16:09.749 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 01:16:09.749 INFO kablam! Oct 15 01:16:10.174 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.10s Oct 15 01:16:10.176 INFO kablam! su: No module specific data is present Oct 15 01:16:10.723 INFO running `"docker" "rm" "-f" "6f3255fb7afbc060d8a0ef503d1a482ef49329431c4047e5b39b74e0caabc5b6"` Oct 15 01:16:10.891 INFO blam! 6f3255fb7afbc060d8a0ef503d1a482ef49329431c4047e5b39b74e0caabc5b6 Oct 15 01:16:10.897 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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" "-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 01:16:11.263 INFO blam! 51d4a36ef289a8d40a93e52677c259ab6b0d6c9adb81967bc24218c2cad6ef2d Oct 15 01:16:11.266 INFO running `"docker" "start" "-a" "51d4a36ef289a8d40a93e52677c259ab6b0d6c9adb81967bc24218c2cad6ef2d"` Oct 15 01:16:11.994 INFO kablam! usermod: no changes Oct 15 01:16:12.059 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 01:16:12.067 INFO kablam! Running /target/debug/deps/rust_tuto-b3ff33fb05f381e0 Oct 15 01:16:12.080 INFO blam! Oct 15 01:16:12.080 INFO blam! running 0 tests Oct 15 01:16:12.080 INFO blam! Oct 15 01:16:12.080 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 01:16:12.080 INFO blam! Oct 15 01:16:12.087 INFO kablam! su: No module specific data is present Oct 15 01:16:12.518 INFO running `"docker" "rm" "-f" "51d4a36ef289a8d40a93e52677c259ab6b0d6c9adb81967bc24218c2cad6ef2d"` Oct 15 01:16:12.604 INFO blam! 51d4a36ef289a8d40a93e52677c259ab6b0d6c9adb81967bc24218c2cad6ef2d