Oct 11 07:24:02.150 INFO testing CGQAQ/Rust_Learn against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 07:24:02.150 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 07:24:02.151 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 11 07:24:02.414 INFO blam! ba08259ac2fb6878b650d69d183b3d101e713ac1f2553e27bfffda1120df43fa Oct 11 07:24:02.416 INFO running `"docker" "start" "-a" "ba08259ac2fb6878b650d69d183b3d101e713ac1f2553e27bfffda1120df43fa"` Oct 11 07:24:03.362 INFO kablam! usermod: no changes Oct 11 07:24:03.412 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 11 07:24:03.412 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 11 07:24:03.412 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 11 07:24:03.412 INFO kablam! files will be included as a binary target: Oct 11 07:24:03.412 INFO kablam! Oct 11 07:24:03.412 INFO kablam! * /source/src/main.rs Oct 11 07:24:03.412 INFO kablam! Oct 11 07:24:03.412 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 11 07:24:03.412 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 11 07:24:03.412 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 11 07:24:03.412 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 11 07:24:03.412 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 11 07:24:03.412 INFO kablam! Oct 11 07:24:03.412 INFO kablam! For more information on this warning you can consult Oct 11 07:24:03.412 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 11 07:24:03.412 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `main`, Oct 11 07:24:03.413 INFO kablam! please set bin.path in Cargo.toml Oct 11 07:24:03.417 INFO kablam! Compiling learn v0.1.0 (/source) Oct 11 07:24:04.432 INFO kablam! warning: variable does not need to be mutable Oct 11 07:24:04.432 INFO kablam! --> src/bin/mthread.rs:11:9 Oct 11 07:24:04.432 INFO kablam! | Oct 11 07:24:04.432 INFO kablam! 11 | let mut ptr = Arc::new(Mutex::new("hello world!".chars())); Oct 11 07:24:04.432 INFO kablam! | ----^^^ Oct 11 07:24:04.432 INFO kablam! | | Oct 11 07:24:04.432 INFO kablam! | help: remove this `mut` Oct 11 07:24:04.453 INFO kablam! | Oct 11 07:24:04.453 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 07:24:04.453 INFO kablam! Oct 11 07:24:04.453 INFO kablam! warning: variable does not need to be mutable Oct 11 07:24:04.453 INFO kablam! --> src/bin/mthread.rs:27:13 Oct 11 07:24:04.453 INFO kablam! | Oct 11 07:24:04.453 INFO kablam! 27 | let mut ptr = ptr.clone(); Oct 11 07:24:04.453 INFO kablam! | ----^^^ Oct 11 07:24:04.453 INFO kablam! | | Oct 11 07:24:04.453 INFO kablam! | help: remove this `mut` Oct 11 07:24:04.453 INFO kablam! Oct 11 07:24:04.453 INFO kablam! warning: variable does not need to be mutable Oct 11 07:24:04.453 INFO kablam! --> src/bin/mthread.rs:29:13 Oct 11 07:24:04.453 INFO kablam! | Oct 11 07:24:04.453 INFO kablam! 29 | let mut tx = tx.clone(); Oct 11 07:24:04.453 INFO kablam! | ----^^ Oct 11 07:24:04.453 INFO kablam! | | Oct 11 07:24:04.453 INFO kablam! | help: remove this `mut` Oct 11 07:24:04.453 INFO kablam! Oct 11 07:24:04.453 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 07:24:04.453 INFO kablam! --> src/bin/mthread.rs:20:21 Oct 11 07:24:04.453 INFO kablam! | Oct 11 07:24:04.453 INFO kablam! 20 | a.send(1); Oct 11 07:24:04.453 INFO kablam! | ^^^^^^^^^^ Oct 11 07:24:04.453 INFO kablam! | Oct 11 07:24:04.453 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 07:24:04.453 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 07:24:04.453 INFO kablam! Oct 11 07:24:04.453 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 07:24:04.453 INFO kablam! --> src/bin/mthread.rs:34:17 Oct 11 07:24:04.453 INFO kablam! | Oct 11 07:24:04.453 INFO kablam! 34 | tx.send(d); Oct 11 07:24:04.453 INFO kablam! | ^^^^^^^^^^^ Oct 11 07:24:04.453 INFO kablam! | Oct 11 07:24:04.453 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 07:24:04.453 INFO kablam! Oct 11 07:24:06.257 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.87s Oct 11 07:24:06.272 INFO kablam! su: No module specific data is present Oct 11 07:24:07.201 INFO running `"docker" "rm" "-f" "ba08259ac2fb6878b650d69d183b3d101e713ac1f2553e27bfffda1120df43fa"` Oct 11 07:24:07.405 INFO blam! ba08259ac2fb6878b650d69d183b3d101e713ac1f2553e27bfffda1120df43fa Oct 11 07:24:07.410 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 07:24:07.410 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 11 07:24:07.747 INFO blam! e9e38b857f7478d306aac991df128682a45a03c1730fce4bfbc9c1f39b4da3fa Oct 11 07:24:07.749 INFO running `"docker" "start" "-a" "e9e38b857f7478d306aac991df128682a45a03c1730fce4bfbc9c1f39b4da3fa"` Oct 11 07:24:08.521 INFO kablam! usermod: no changes Oct 11 07:24:08.564 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 11 07:24:08.564 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 11 07:24:08.564 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 11 07:24:08.564 INFO kablam! files will be included as a binary target: Oct 11 07:24:08.564 INFO kablam! Oct 11 07:24:08.564 INFO kablam! * /source/src/main.rs Oct 11 07:24:08.564 INFO kablam! Oct 11 07:24:08.564 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 11 07:24:08.564 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 11 07:24:08.564 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 11 07:24:08.564 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 11 07:24:08.564 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 11 07:24:08.564 INFO kablam! Oct 11 07:24:08.564 INFO kablam! For more information on this warning you can consult Oct 11 07:24:08.564 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 11 07:24:08.565 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `main`, Oct 11 07:24:08.565 INFO kablam! please set bin.path in Cargo.toml Oct 11 07:24:08.568 INFO kablam! Compiling learn v0.1.0 (/source) Oct 11 07:24:09.840 INFO kablam! warning: variable does not need to be mutable Oct 11 07:24:09.840 INFO kablam! --> src/bin/mthread.rs:11:9 Oct 11 07:24:09.840 INFO kablam! | Oct 11 07:24:09.840 INFO kablam! 11 | let mut ptr = Arc::new(Mutex::new("hello world!".chars())); Oct 11 07:24:09.840 INFO kablam! | ----^^^ Oct 11 07:24:09.840 INFO kablam! | | Oct 11 07:24:09.840 INFO kablam! | help: remove this `mut` Oct 11 07:24:09.842 INFO kablam! | Oct 11 07:24:09.843 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 07:24:09.843 INFO kablam! Oct 11 07:24:09.844 INFO kablam! warning: variable does not need to be mutable Oct 11 07:24:09.844 INFO kablam! --> src/bin/mthread.rs:27:13 Oct 11 07:24:09.845 INFO kablam! | Oct 11 07:24:09.845 INFO kablam! 27 | let mut ptr = ptr.clone(); Oct 11 07:24:09.846 INFO kablam! | ----^^^ Oct 11 07:24:09.847 INFO kablam! | | Oct 11 07:24:09.847 INFO kablam! | help: remove this `mut` Oct 11 07:24:09.848 INFO kablam! Oct 11 07:24:09.848 INFO kablam! warning: variable does not need to be mutable Oct 11 07:24:09.849 INFO kablam! --> src/bin/mthread.rs:29:13 Oct 11 07:24:09.850 INFO kablam! | Oct 11 07:24:09.850 INFO kablam! 29 | let mut tx = tx.clone(); Oct 11 07:24:09.851 INFO kablam! | ----^^ Oct 11 07:24:09.851 INFO kablam! | | Oct 11 07:24:09.851 INFO kablam! | help: remove this `mut` Oct 11 07:24:09.851 INFO kablam! Oct 11 07:24:09.851 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 07:24:09.851 INFO kablam! --> src/bin/mthread.rs:20:21 Oct 11 07:24:09.851 INFO kablam! | Oct 11 07:24:09.856 INFO kablam! 20 | a.send(1); Oct 11 07:24:09.856 INFO kablam! | ^^^^^^^^^^ Oct 11 07:24:09.856 INFO kablam! | Oct 11 07:24:09.856 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 07:24:09.856 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 07:24:09.856 INFO kablam! Oct 11 07:24:09.856 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 07:24:09.856 INFO kablam! --> src/bin/mthread.rs:34:17 Oct 11 07:24:09.856 INFO kablam! | Oct 11 07:24:09.856 INFO kablam! 34 | tx.send(d); Oct 11 07:24:09.856 INFO kablam! | ^^^^^^^^^^^ Oct 11 07:24:09.856 INFO kablam! | Oct 11 07:24:09.856 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 07:24:09.856 INFO kablam! Oct 11 07:24:10.334 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.78s Oct 11 07:24:10.342 INFO kablam! su: No module specific data is present Oct 11 07:24:10.963 INFO running `"docker" "rm" "-f" "e9e38b857f7478d306aac991df128682a45a03c1730fce4bfbc9c1f39b4da3fa"` Oct 11 07:24:11.173 INFO blam! e9e38b857f7478d306aac991df128682a45a03c1730fce4bfbc9c1f39b4da3fa Oct 11 07:24:11.181 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 07:24:11.182 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 11 07:24:11.676 INFO blam! 7fcbc4fa7bb32170d6c52cd2243598d3123777981990437b9a10eb59472f9638 Oct 11 07:24:11.678 INFO running `"docker" "start" "-a" "7fcbc4fa7bb32170d6c52cd2243598d3123777981990437b9a10eb59472f9638"` Oct 11 07:24:12.117 INFO kablam! usermod: no changes Oct 11 07:24:12.147 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 11 07:24:12.147 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 11 07:24:12.147 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 11 07:24:12.147 INFO kablam! files will be included as a binary target: Oct 11 07:24:12.147 INFO kablam! Oct 11 07:24:12.147 INFO kablam! * /source/src/main.rs Oct 11 07:24:12.147 INFO kablam! Oct 11 07:24:12.147 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 11 07:24:12.147 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 11 07:24:12.147 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 11 07:24:12.147 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 11 07:24:12.147 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 11 07:24:12.147 INFO kablam! Oct 11 07:24:12.147 INFO kablam! For more information on this warning you can consult Oct 11 07:24:12.147 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 11 07:24:12.147 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `main`, Oct 11 07:24:12.147 INFO kablam! please set bin.path in Cargo.toml Oct 11 07:24:12.149 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 07:24:12.149 INFO kablam! Running /target/debug/deps/demo-f7c69f75dfd854d5 Oct 11 07:24:12.150 INFO blam! Oct 11 07:24:12.150 INFO blam! running 0 tests Oct 11 07:24:12.150 INFO blam! Oct 11 07:24:12.150 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 07:24:12.150 INFO blam! Oct 11 07:24:12.151 INFO kablam! Running /target/debug/deps/main-054f74e1c9292d00 Oct 11 07:24:12.153 INFO blam! Oct 11 07:24:12.153 INFO blam! running 0 tests Oct 11 07:24:12.153 INFO blam! Oct 11 07:24:12.153 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 07:24:12.153 INFO blam! Oct 11 07:24:12.154 INFO kablam! Running /target/debug/deps/mthread-886f2ce4cbf419fc Oct 11 07:24:12.155 INFO blam! Oct 11 07:24:12.155 INFO blam! running 0 tests Oct 11 07:24:12.155 INFO blam! Oct 11 07:24:12.155 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 07:24:12.155 INFO blam! Oct 11 07:24:12.156 INFO kablam! su: No module specific data is present Oct 11 07:24:12.488 INFO running `"docker" "rm" "-f" "7fcbc4fa7bb32170d6c52cd2243598d3123777981990437b9a10eb59472f9638"` Oct 11 07:24:12.592 INFO blam! 7fcbc4fa7bb32170d6c52cd2243598d3123777981990437b9a10eb59472f9638