Oct 15 04:12:45.062 INFO testing andantonyan/24_days_of_rust against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 04:12:45.062 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 04:12:45.664 INFO blam! 97309709a5e63666c99153290fe7c99b80753cc9423bc60e37758845bee2ff41 Oct 15 04:12:45.666 INFO running `"docker" "start" "-a" "97309709a5e63666c99153290fe7c99b80753cc9423bc60e37758845bee2ff41"` Oct 15 04:12:47.491 INFO kablam! usermod: no changes Oct 15 04:12:47.551 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 04:12:47.551 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 04:12:47.551 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 04:12:47.551 INFO kablam! files will be included as a binary target: Oct 15 04:12:47.551 INFO kablam! Oct 15 04:12:47.551 INFO kablam! * /source/src/main.rs Oct 15 04:12:47.551 INFO kablam! Oct 15 04:12:47.551 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 04:12:47.552 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 04:12:47.552 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 04:12:47.552 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 04:12:47.552 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 04:12:47.552 INFO kablam! Oct 15 04:12:47.552 INFO kablam! For more information on this warning you can consult Oct 15 04:12:47.552 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 04:12:47.647 INFO kablam! Compiling primal-estimate v0.2.1 Oct 15 04:12:47.651 INFO kablam! Compiling primal-bit v0.2.4 Oct 15 04:12:47.651 INFO kablam! Compiling csv v0.15.0 Oct 15 04:12:47.655 INFO kablam! Compiling primal-check v0.2.2 Oct 15 04:12:48.759 INFO kablam! Compiling primal-sieve v0.2.7 Oct 15 04:12:52.707 INFO kablam! Compiling primal v0.2.3 Oct 15 04:12:53.583 INFO kablam! Compiling 24_days_of_rust v0.1.0 (/source) Oct 15 04:12:54.998 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.47s Oct 15 04:12:55.001 INFO kablam! su: No module specific data is present Oct 15 04:12:55.224 INFO running `"docker" "rm" "-f" "97309709a5e63666c99153290fe7c99b80753cc9423bc60e37758845bee2ff41"` Oct 15 04:12:55.300 INFO blam! 97309709a5e63666c99153290fe7c99b80753cc9423bc60e37758845bee2ff41 Oct 15 04:12:55.305 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 04:12:55.531 INFO blam! ba50e302f71220e92b8cbe1631e2b8e78525e34246f6d3e598dcdb87a3cda81e Oct 15 04:12:55.534 INFO running `"docker" "start" "-a" "ba50e302f71220e92b8cbe1631e2b8e78525e34246f6d3e598dcdb87a3cda81e"` Oct 15 04:12:55.948 INFO kablam! usermod: no changes Oct 15 04:12:55.972 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 04:12:55.972 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 04:12:55.972 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 04:12:55.972 INFO kablam! files will be included as a binary target: Oct 15 04:12:55.972 INFO kablam! Oct 15 04:12:55.972 INFO kablam! * /source/src/main.rs Oct 15 04:12:55.972 INFO kablam! Oct 15 04:12:55.972 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 04:12:55.972 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 04:12:55.972 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 04:12:55.972 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 04:12:55.972 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 04:12:55.972 INFO kablam! Oct 15 04:12:55.972 INFO kablam! For more information on this warning you can consult Oct 15 04:12:55.972 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 04:12:55.997 INFO kablam! Compiling 24_days_of_rust v0.1.0 (/source) Oct 15 04:12:57.107 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.14s Oct 15 04:12:57.114 INFO kablam! su: No module specific data is present Oct 15 04:12:57.497 INFO running `"docker" "rm" "-f" "ba50e302f71220e92b8cbe1631e2b8e78525e34246f6d3e598dcdb87a3cda81e"` Oct 15 04:12:57.622 INFO blam! ba50e302f71220e92b8cbe1631e2b8e78525e34246f6d3e598dcdb87a3cda81e Oct 15 04:12:57.625 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 04:12:57.814 INFO blam! e28cf2586e364b7deb5f882a507cca90de6d66b97d72876939f7b4ac02bfce78 Oct 15 04:12:57.816 INFO running `"docker" "start" "-a" "e28cf2586e364b7deb5f882a507cca90de6d66b97d72876939f7b4ac02bfce78"` Oct 15 04:12:58.457 INFO kablam! usermod: no changes Oct 15 04:12:58.482 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 04:12:58.482 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 04:12:58.482 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 04:12:58.483 INFO kablam! files will be included as a binary target: Oct 15 04:12:58.483 INFO kablam! Oct 15 04:12:58.483 INFO kablam! * /source/src/main.rs Oct 15 04:12:58.484 INFO kablam! Oct 15 04:12:58.484 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 04:12:58.484 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 04:12:58.485 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 04:12:58.485 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 04:12:58.485 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 04:12:58.486 INFO kablam! Oct 15 04:12:58.486 INFO kablam! For more information on this warning you can consult Oct 15 04:12:58.486 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 04:12:58.520 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 15 04:12:58.521 INFO kablam! Running /target/debug/deps/day2-83b1b3c7e37049f4 Oct 15 04:12:58.532 INFO kablam! Running /target/debug/deps/day3-1dbf6240a1a88626 Oct 15 04:12:58.532 INFO blam! Oct 15 04:12:58.533 INFO blam! running 0 tests Oct 15 04:12:58.533 INFO blam! Oct 15 04:12:58.533 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 04:12:58.534 INFO blam! Oct 15 04:12:58.534 INFO blam! Oct 15 04:12:58.534 INFO blam! running 0 tests Oct 15 04:12:58.534 INFO blam! Oct 15 04:12:58.535 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 04:12:58.535 INFO kablam! su: No module specific data is present Oct 15 04:12:58.535 INFO blam! Oct 15 04:12:58.817 INFO running `"docker" "rm" "-f" "e28cf2586e364b7deb5f882a507cca90de6d66b97d72876939f7b4ac02bfce78"` Oct 15 04:12:58.910 INFO blam! e28cf2586e364b7deb5f882a507cca90de6d66b97d72876939f7b4ac02bfce78