Oct 10 16:23:54.098 INFO testing rameshrajagopal/rust-examples against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 16:23:54.098 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 16:23:54.098 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 16:23:54.280 INFO blam! c9ffa54392629bbb07d883eeba281430e45b61e7f2b5149f782f01707ddf772f Oct 10 16:23:54.281 INFO running `"docker" "start" "-a" "c9ffa54392629bbb07d883eeba281430e45b61e7f2b5149f782f01707ddf772f"` Oct 10 16:23:54.693 INFO kablam! usermod: no changes Oct 10 16:23:54.713 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 10 16:23:54.713 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 10 16:23:54.713 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 10 16:23:54.713 INFO kablam! files will be included as a binary target: Oct 10 16:23:54.713 INFO kablam! Oct 10 16:23:54.713 INFO kablam! * /source/src/main.rs Oct 10 16:23:54.713 INFO kablam! Oct 10 16:23:54.713 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 10 16:23:54.713 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 10 16:23:54.713 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 10 16:23:54.713 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 10 16:23:54.713 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 10 16:23:54.713 INFO kablam! Oct 10 16:23:54.713 INFO kablam! For more information on this warning you can consult Oct 10 16:23:54.713 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 10 16:23:54.737 INFO kablam! Compiling learn-rust v0.1.0 (/source) Oct 10 16:23:56.642 INFO kablam! warning: method is never used: `origin` Oct 10 16:23:56.642 INFO kablam! --> src/functions.rs:8:5 Oct 10 16:23:56.642 INFO kablam! | Oct 10 16:23:56.642 INFO kablam! 8 | fn origin() -> Point { Oct 10 16:23:56.642 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 16:23:56.642 INFO kablam! | Oct 10 16:23:56.642 INFO kablam! note: lint level defined here Oct 10 16:23:56.642 INFO kablam! --> src/functions.rs:7:12 Oct 10 16:23:56.642 INFO kablam! | Oct 10 16:23:56.642 INFO kablam! 7 | #[warn(dead_code)] Oct 10 16:23:56.642 INFO kablam! | ^^^^^^^^^ Oct 10 16:23:56.642 INFO kablam! Oct 10 16:23:58.277 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.57s Oct 10 16:23:58.281 INFO kablam! su: No module specific data is present Oct 10 16:23:58.950 INFO running `"docker" "rm" "-f" "c9ffa54392629bbb07d883eeba281430e45b61e7f2b5149f782f01707ddf772f"` Oct 10 16:23:59.305 INFO blam! c9ffa54392629bbb07d883eeba281430e45b61e7f2b5149f782f01707ddf772f Oct 10 16:23:59.308 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 16:23:59.315 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 16:23:59.740 INFO blam! 1a068599a8ef001e2f7d815d5b8539401a3a5b839898c8420c199787a6511eab Oct 10 16:23:59.742 INFO running `"docker" "start" "-a" "1a068599a8ef001e2f7d815d5b8539401a3a5b839898c8420c199787a6511eab"` Oct 10 16:24:00.969 INFO kablam! usermod: no changes Oct 10 16:24:01.032 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 10 16:24:01.033 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 10 16:24:01.033 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 10 16:24:01.033 INFO kablam! files will be included as a binary target: Oct 10 16:24:01.034 INFO kablam! Oct 10 16:24:01.034 INFO kablam! * /source/src/main.rs Oct 10 16:24:01.034 INFO kablam! Oct 10 16:24:01.034 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 10 16:24:01.034 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 10 16:24:01.035 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 10 16:24:01.035 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 10 16:24:01.035 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 10 16:24:01.035 INFO kablam! Oct 10 16:24:01.036 INFO kablam! For more information on this warning you can consult Oct 10 16:24:01.036 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 10 16:24:01.059 INFO kablam! Compiling learn-rust v0.1.0 (/source) Oct 10 16:24:03.364 INFO kablam! warning: method is never used: `origin` Oct 10 16:24:03.365 INFO kablam! --> src/functions.rs:8:5 Oct 10 16:24:03.365 INFO kablam! | Oct 10 16:24:03.365 INFO kablam! 8 | fn origin() -> Point { Oct 10 16:24:03.366 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 16:24:03.376 INFO kablam! | Oct 10 16:24:03.377 INFO kablam! note: lint level defined here Oct 10 16:24:03.377 INFO kablam! --> src/functions.rs:7:12 Oct 10 16:24:03.377 INFO kablam! | Oct 10 16:24:03.378 INFO kablam! 7 | #[warn(dead_code)] Oct 10 16:24:03.378 INFO kablam! | ^^^^^^^^^ Oct 10 16:24:03.378 INFO kablam! Oct 10 16:24:04.710 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.70s Oct 10 16:24:04.712 INFO kablam! su: No module specific data is present Oct 10 16:24:05.007 INFO running `"docker" "rm" "-f" "1a068599a8ef001e2f7d815d5b8539401a3a5b839898c8420c199787a6511eab"` Oct 10 16:24:05.117 INFO blam! 1a068599a8ef001e2f7d815d5b8539401a3a5b839898c8420c199787a6511eab Oct 10 16:24:05.120 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 16:24:05.120 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 16:24:05.521 INFO blam! 94abbdd2d0fb93d7dd8274d3620b5bb321f8aed9862bd5c059385164ad678eba Oct 10 16:24:05.523 INFO running `"docker" "start" "-a" "94abbdd2d0fb93d7dd8274d3620b5bb321f8aed9862bd5c059385164ad678eba"` Oct 10 16:24:05.991 INFO kablam! usermod: no changes Oct 10 16:24:06.028 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 10 16:24:06.029 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 10 16:24:06.029 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 10 16:24:06.029 INFO kablam! files will be included as a binary target: Oct 10 16:24:06.029 INFO kablam! Oct 10 16:24:06.030 INFO kablam! * /source/src/main.rs Oct 10 16:24:06.030 INFO kablam! Oct 10 16:24:06.030 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 10 16:24:06.030 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 10 16:24:06.031 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 10 16:24:06.031 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 10 16:24:06.031 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 10 16:24:06.031 INFO kablam! Oct 10 16:24:06.032 INFO kablam! For more information on this warning you can consult Oct 10 16:24:06.032 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 10 16:24:06.044 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 10 16:24:06.055 INFO kablam! Running /target/debug/deps/closures_ex-18df0b89ca05f9d4 Oct 10 16:24:06.057 INFO blam! Oct 10 16:24:06.057 INFO blam! running 0 tests Oct 10 16:24:06.057 INFO blam! Oct 10 16:24:06.057 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 16:24:06.057 INFO blam! Oct 10 16:24:06.058 INFO kablam! Running /target/debug/deps/functions_ex-54bfc87dacf98ded Oct 10 16:24:06.065 INFO blam! Oct 10 16:24:06.066 INFO blam! running 0 tests Oct 10 16:24:06.066 INFO blam! Oct 10 16:24:06.066 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 16:24:06.066 INFO blam! Oct 10 16:24:06.069 INFO kablam! Running /target/debug/deps/json_serde-8e0a7f6f02d786e1 Oct 10 16:24:06.072 INFO blam! Oct 10 16:24:06.072 INFO blam! running 0 tests Oct 10 16:24:06.072 INFO blam! Oct 10 16:24:06.072 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 16:24:06.072 INFO blam! Oct 10 16:24:06.072 INFO kablam! Running /target/debug/deps/reference_example-52f1f7801307583f Oct 10 16:24:06.077 INFO blam! Oct 10 16:24:06.077 INFO blam! running 0 tests Oct 10 16:24:06.077 INFO blam! Oct 10 16:24:06.077 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 16:24:06.077 INFO blam! Oct 10 16:24:06.077 INFO kablam! Running /target/debug/deps/string_ex-25651e69993b1861 Oct 10 16:24:06.083 INFO blam! Oct 10 16:24:06.083 INFO kablam! Running /target/debug/deps/sum_nprimes-ccce9a73aa475781 Oct 10 16:24:06.083 INFO blam! running 0 tests Oct 10 16:24:06.083 INFO blam! Oct 10 16:24:06.083 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 16:24:06.083 INFO blam! Oct 10 16:24:06.087 INFO kablam! su: No module specific data is present Oct 10 16:24:06.087 INFO blam! Oct 10 16:24:06.087 INFO blam! running 0 tests Oct 10 16:24:06.087 INFO blam! Oct 10 16:24:06.087 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 16:24:06.087 INFO blam! Oct 10 16:24:06.391 INFO running `"docker" "rm" "-f" "94abbdd2d0fb93d7dd8274d3620b5bb321f8aed9862bd5c059385164ad678eba"` Oct 10 16:24:06.488 INFO blam! 94abbdd2d0fb93d7dd8274d3620b5bb321f8aed9862bd5c059385164ad678eba