Oct 11 02:12:02.005 INFO testing bionikspoon/rust_server against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 02:12:02.005 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 02:12:02.005 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 02:12:02.434 INFO blam! 730ad294710a99b7707754019e9d4e29efc189515775558da0ce2cfcc202dfb6 Oct 11 02:12:02.436 INFO running `"docker" "start" "-a" "730ad294710a99b7707754019e9d4e29efc189515775558da0ce2cfcc202dfb6"` Oct 11 02:12:03.908 INFO kablam! usermod: no changes Oct 11 02:12:03.981 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 11 02:12:03.981 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 11 02:12:03.981 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 11 02:12:03.981 INFO kablam! files will be included as a binary target: Oct 11 02:12:03.981 INFO kablam! Oct 11 02:12:03.981 INFO kablam! * /source/src/main.rs Oct 11 02:12:03.981 INFO kablam! Oct 11 02:12:03.981 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 11 02:12:03.982 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 11 02:12:03.982 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 11 02:12:03.982 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 11 02:12:03.982 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 11 02:12:03.982 INFO kablam! Oct 11 02:12:03.982 INFO kablam! For more information on this warning you can consult Oct 11 02:12:03.982 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 11 02:12:03.982 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `serve`, Oct 11 02:12:03.982 INFO kablam! please set bin.path in Cargo.toml Oct 11 02:12:04.000 INFO kablam! Compiling server v0.1.0 (/source) Oct 11 02:12:06.840 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.90s Oct 11 02:12:06.842 INFO kablam! su: No module specific data is present Oct 11 02:12:07.566 INFO running `"docker" "rm" "-f" "730ad294710a99b7707754019e9d4e29efc189515775558da0ce2cfcc202dfb6"` Oct 11 02:12:07.789 INFO blam! 730ad294710a99b7707754019e9d4e29efc189515775558da0ce2cfcc202dfb6 Oct 11 02:12:07.790 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 02:12:07.790 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 02:12:08.300 INFO blam! 2b1f07fe8263d603be1af6c7978fa6b7d48581c500159c6dbbb3a96a5f1cdb0e Oct 11 02:12:08.300 INFO running `"docker" "start" "-a" "2b1f07fe8263d603be1af6c7978fa6b7d48581c500159c6dbbb3a96a5f1cdb0e"` Oct 11 02:12:09.736 INFO kablam! usermod: no changes Oct 11 02:12:09.829 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 11 02:12:09.829 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 11 02:12:09.829 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 11 02:12:09.830 INFO kablam! files will be included as a binary target: Oct 11 02:12:09.830 INFO kablam! Oct 11 02:12:09.830 INFO kablam! * /source/src/main.rs Oct 11 02:12:09.831 INFO kablam! Oct 11 02:12:09.831 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 11 02:12:09.831 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 11 02:12:09.831 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 11 02:12:09.832 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 11 02:12:09.832 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 11 02:12:09.832 INFO kablam! Oct 11 02:12:09.832 INFO kablam! For more information on this warning you can consult Oct 11 02:12:09.833 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 11 02:12:09.833 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `serve`, Oct 11 02:12:09.833 INFO kablam! please set bin.path in Cargo.toml Oct 11 02:12:09.853 INFO kablam! Compiling server v0.1.0 (/source) Oct 11 02:12:11.535 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.75s Oct 11 02:12:11.535 INFO kablam! su: No module specific data is present Oct 11 02:12:12.360 INFO running `"docker" "rm" "-f" "2b1f07fe8263d603be1af6c7978fa6b7d48581c500159c6dbbb3a96a5f1cdb0e"` Oct 11 02:12:12.625 INFO blam! 2b1f07fe8263d603be1af6c7978fa6b7d48581c500159c6dbbb3a96a5f1cdb0e Oct 11 02:12:12.627 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 02:12:12.627 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 02:12:13.074 INFO blam! 40099a563defea912e158c8877a78af9d8b7c9800e7f7297fa22deda4ef3ac37 Oct 11 02:12:13.078 INFO running `"docker" "start" "-a" "40099a563defea912e158c8877a78af9d8b7c9800e7f7297fa22deda4ef3ac37"` Oct 11 02:12:14.268 INFO kablam! usermod: no changes Oct 11 02:12:14.328 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 11 02:12:14.328 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 11 02:12:14.328 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 11 02:12:14.328 INFO kablam! files will be included as a binary target: Oct 11 02:12:14.328 INFO kablam! Oct 11 02:12:14.328 INFO kablam! * /source/src/main.rs Oct 11 02:12:14.328 INFO kablam! Oct 11 02:12:14.328 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 11 02:12:14.328 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 11 02:12:14.328 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 11 02:12:14.328 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 11 02:12:14.328 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 11 02:12:14.328 INFO kablam! Oct 11 02:12:14.328 INFO kablam! For more information on this warning you can consult Oct 11 02:12:14.328 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 11 02:12:14.328 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `serve`, Oct 11 02:12:14.329 INFO kablam! please set bin.path in Cargo.toml Oct 11 02:12:14.329 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 11 02:12:14.329 INFO kablam! Running /target/debug/deps/server-37858a392ff10ff9 Oct 11 02:12:14.332 INFO blam! Oct 11 02:12:14.332 INFO kablam! Running /target/debug/deps/serve-457ae3eaaa769097 Oct 11 02:12:14.332 INFO blam! running 0 tests Oct 11 02:12:14.332 INFO blam! Oct 11 02:12:14.333 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 02:12:14.333 INFO blam! Oct 11 02:12:14.344 INFO blam! Oct 11 02:12:14.344 INFO kablam! Doc-tests server Oct 11 02:12:14.344 INFO blam! running 0 tests Oct 11 02:12:14.344 INFO blam! Oct 11 02:12:14.344 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 02:12:14.344 INFO blam! Oct 11 02:12:14.708 INFO blam! Oct 11 02:12:14.708 INFO blam! running 0 tests Oct 11 02:12:14.708 INFO blam! Oct 11 02:12:14.708 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 02:12:14.708 INFO blam! Oct 11 02:12:14.714 INFO kablam! su: No module specific data is present Oct 11 02:12:15.919 INFO running `"docker" "rm" "-f" "40099a563defea912e158c8877a78af9d8b7c9800e7f7297fa22deda4ef3ac37"` Oct 11 02:12:16.121 INFO blam! 40099a563defea912e158c8877a78af9d8b7c9800e7f7297fa22deda4ef3ac37