Oct 10 18:45:46.562 INFO testing matthiaskrgr/advent_of_code_rs_2017 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 18:45:46.562 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 18:45:46.562 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 10 18:45:46.952 INFO blam! db4ce73a904a10be377a50e6a28c8553c0594c0829deca0b8f1f1ca962778105 Oct 10 18:45:46.962 INFO running `"docker" "start" "-a" "db4ce73a904a10be377a50e6a28c8553c0594c0829deca0b8f1f1ca962778105"` Oct 10 18:45:48.005 INFO kablam! usermod: no changes Oct 10 18:45:48.056 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 10 18:45:48.056 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 10 18:45:48.056 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 10 18:45:48.056 INFO kablam! files will be included as a binary target: Oct 10 18:45:48.056 INFO kablam! Oct 10 18:45:48.056 INFO kablam! * /source/src/main.rs Oct 10 18:45:48.056 INFO kablam! Oct 10 18:45:48.056 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 10 18:45:48.056 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 10 18:45:48.056 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 10 18:45:48.056 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 10 18:45:48.056 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 10 18:45:48.056 INFO kablam! Oct 10 18:45:48.056 INFO kablam! For more information on this warning you can consult Oct 10 18:45:48.056 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 10 18:45:48.062 INFO kablam! Compiling advent_of_code_2017_rs v0.1.0 (/source) Oct 10 18:45:50.397 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.35s Oct 10 18:45:50.398 INFO kablam! su: No module specific data is present Oct 10 18:45:50.987 INFO running `"docker" "rm" "-f" "db4ce73a904a10be377a50e6a28c8553c0594c0829deca0b8f1f1ca962778105"` Oct 10 18:45:51.193 INFO blam! db4ce73a904a10be377a50e6a28c8553c0594c0829deca0b8f1f1ca962778105 Oct 10 18:45:51.205 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 18:45:51.206 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 10 18:45:51.570 INFO blam! ae26a7a73f01ee4c6d9bf9825d3c26c0e1f98661a40dcb8948938dad451da190 Oct 10 18:45:51.571 INFO running `"docker" "start" "-a" "ae26a7a73f01ee4c6d9bf9825d3c26c0e1f98661a40dcb8948938dad451da190"` Oct 10 18:45:52.382 INFO kablam! usermod: no changes Oct 10 18:45:52.412 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 10 18:45:52.412 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 10 18:45:52.412 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 10 18:45:52.412 INFO kablam! files will be included as a binary target: Oct 10 18:45:52.412 INFO kablam! Oct 10 18:45:52.412 INFO kablam! * /source/src/main.rs Oct 10 18:45:52.412 INFO kablam! Oct 10 18:45:52.412 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 10 18:45:52.412 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 10 18:45:52.412 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 10 18:45:52.412 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 10 18:45:52.412 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 10 18:45:52.412 INFO kablam! Oct 10 18:45:52.412 INFO kablam! For more information on this warning you can consult Oct 10 18:45:52.412 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 10 18:45:52.416 INFO kablam! Compiling advent_of_code_2017_rs v0.1.0 (/source) Oct 10 18:45:55.584 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.18s Oct 10 18:45:55.587 INFO kablam! su: No module specific data is present Oct 10 18:45:56.263 INFO running `"docker" "rm" "-f" "ae26a7a73f01ee4c6d9bf9825d3c26c0e1f98661a40dcb8948938dad451da190"` Oct 10 18:45:56.540 INFO blam! ae26a7a73f01ee4c6d9bf9825d3c26c0e1f98661a40dcb8948938dad451da190 Oct 10 18:45:56.541 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 18:45:56.541 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 10 18:45:57.147 INFO blam! 49c0c365d3206b91e45cf86d537166dd28365c419bee631d3cf29e0cebcc817c Oct 10 18:45:57.147 INFO running `"docker" "start" "-a" "49c0c365d3206b91e45cf86d537166dd28365c419bee631d3cf29e0cebcc817c"` Oct 10 18:45:58.340 INFO kablam! usermod: no changes Oct 10 18:45:58.384 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 10 18:45:58.384 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 10 18:45:58.384 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 10 18:45:58.384 INFO kablam! files will be included as a binary target: Oct 10 18:45:58.384 INFO kablam! Oct 10 18:45:58.384 INFO kablam! * /source/src/main.rs Oct 10 18:45:58.384 INFO kablam! Oct 10 18:45:58.384 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 10 18:45:58.384 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 10 18:45:58.384 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 10 18:45:58.384 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 10 18:45:58.384 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 10 18:45:58.384 INFO kablam! Oct 10 18:45:58.384 INFO kablam! For more information on this warning you can consult Oct 10 18:45:58.384 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 10 18:45:58.384 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 10 18:45:58.396 INFO kablam! Running /target/debug/deps/day1_1-378d70d9449af3ed Oct 10 18:45:58.400 INFO kablam! Running /target/debug/deps/day1_2-4e20a7020752491f Oct 10 18:45:58.400 INFO blam! Oct 10 18:45:58.400 INFO kablam! Running /target/debug/deps/day2_1-35461ffddfad6e5f Oct 10 18:45:58.400 INFO blam! running 0 tests Oct 10 18:45:58.400 INFO blam! Oct 10 18:45:58.400 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 18:45:58.400 INFO blam! Oct 10 18:45:58.400 INFO blam! Oct 10 18:45:58.400 INFO blam! running 0 tests Oct 10 18:45:58.400 INFO blam! Oct 10 18:45:58.400 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 18:45:58.400 INFO blam! Oct 10 18:45:58.403 INFO blam! Oct 10 18:45:58.403 INFO kablam! Running /target/debug/deps/day2_2-f8c68db4a50cac63 Oct 10 18:45:58.403 INFO blam! running 0 tests Oct 10 18:45:58.403 INFO blam! Oct 10 18:45:58.404 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 18:45:58.404 INFO blam! Oct 10 18:45:58.404 INFO blam! Oct 10 18:45:58.404 INFO blam! running 0 tests Oct 10 18:45:58.405 INFO blam! Oct 10 18:45:58.405 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 18:45:58.405 INFO blam! Oct 10 18:45:58.408 INFO kablam! su: No module specific data is present Oct 10 18:45:59.085 INFO running `"docker" "rm" "-f" "49c0c365d3206b91e45cf86d537166dd28365c419bee631d3cf29e0cebcc817c"` Oct 10 18:45:59.404 INFO blam! 49c0c365d3206b91e45cf86d537166dd28365c419bee631d3cf29e0cebcc817c