Oct 12 23:06:10.378 INFO testing stephen-lazaro/reuler against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1
Oct 12 23:06:10.379 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 12 23:06:10.889 INFO blam! 91c5a2d578510e283c3a4940459bc7613e72be08b120683c76947cbe08fa34a3
Oct 12 23:06:10.891 INFO running `"docker" "start" "-a" "91c5a2d578510e283c3a4940459bc7613e72be08b120683c76947cbe08fa34a3"`
Oct 12 23:06:12.499 INFO kablam! usermod: no changes
Oct 12 23:06:12.591 INFO kablam! Compiling itertools v0.7.3
Oct 12 23:06:15.055 INFO kablam! Compiling reuler v0.1.0 (/source)
Oct 12 23:06:15.159 INFO kablam! warning: unknown lint: `unused_import`
Oct 12 23:06:15.159 INFO kablam! --> src/lib.rs:5:9
Oct 12 23:06:15.159 INFO kablam! |
Oct 12 23:06:15.159 INFO kablam! 5 | #[allow(unused_import)]
Oct 12 23:06:15.159 INFO kablam! | ^^^^^^^^^^^^^
Oct 12 23:06:15.159 INFO kablam! |
Oct 12 23:06:15.159 INFO kablam! = note: #[warn(unknown_lints)] on by default
Oct 12 23:06:15.159 INFO kablam!
Oct 12 23:06:15.291 INFO kablam! warning: unused `#[macro_use]` import
Oct 12 23:06:15.291 INFO kablam! --> src/lib.rs:3:1
Oct 12 23:06:15.291 INFO kablam! |
Oct 12 23:06:15.291 INFO kablam! 3 | #[macro_use] extern crate itertools;
Oct 12 23:06:15.291 INFO kablam! | ^^^^^^^^^^^^
Oct 12 23:06:15.291 INFO kablam! |
Oct 12 23:06:15.291 INFO kablam! = note: #[warn(unused_imports)] on by default
Oct 12 23:06:15.291 INFO kablam!
Oct 12 23:06:15.463 INFO kablam! warning: value assigned to `triangular_num` is never read
Oct 12 23:06:15.463 INFO kablam! --> src/eulers/twelve.rs:6:13
Oct 12 23:06:15.463 INFO kablam! |
Oct 12 23:06:15.463 INFO kablam! 6 | let mut triangular_num = Some(6);
Oct 12 23:06:15.463 INFO kablam! | ^^^^^^^^^^^^^^
Oct 12 23:06:15.467 INFO kablam! |
Oct 12 23:06:15.467 INFO kablam! = note: #[warn(unused_assignments)] on by default
Oct 12 23:06:15.467 INFO kablam!
Oct 12 23:06:15.517 INFO kablam! warning: the feature `inclusive_range_syntax` has been stable since 1.26.0 and no longer requires an attribute to enable
Oct 12 23:06:15.517 INFO kablam! --> src/lib.rs:1:12
Oct 12 23:06:15.518 INFO kablam! |
Oct 12 23:06:15.518 INFO kablam! 1 | #![feature(inclusive_range_syntax)]
Oct 12 23:06:15.518 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^
Oct 12 23:06:15.519 INFO kablam! |
Oct 12 23:06:15.519 INFO kablam! = note: #[warn(stable_features)] on by default
Oct 12 23:06:15.519 INFO kablam!
Oct 12 23:06:15.519 INFO kablam! warning: the feature `iterator_step_by` has been stable since 1.28.0 and no longer requires an attribute to enable
Oct 12 23:06:15.520 INFO kablam! --> src/lib.rs:2:12
Oct 12 23:06:15.520 INFO kablam! |
Oct 12 23:06:15.520 INFO kablam! 2 | #![feature(iterator_step_by)]
Oct 12 23:06:15.521 INFO kablam! | ^^^^^^^^^^^^^^^^
Oct 12 23:06:15.521 INFO kablam!
Oct 12 23:06:15.720 INFO kablam! warning: unknown lint: `unused_import`
Oct 12 23:06:15.720 INFO kablam! --> src/main.rs:5:9
Oct 12 23:06:15.720 INFO kablam! |
Oct 12 23:06:15.720 INFO kablam! 5 | #[allow(unused_import)]
Oct 12 23:06:15.720 INFO kablam! | ^^^^^^^^^^^^^
Oct 12 23:06:15.720 INFO kablam! |
Oct 12 23:06:15.720 INFO kablam! = note: #[warn(unknown_lints)] on by default
Oct 12 23:06:15.720 INFO kablam!
Oct 12 23:06:15.875 INFO kablam! warning: unused `#[macro_use]` import
Oct 12 23:06:15.875 INFO kablam! --> src/main.rs:3:1
Oct 12 23:06:15.876 INFO kablam! |
Oct 12 23:06:15.876 INFO kablam! 3 | #[macro_use] extern crate itertools;
Oct 12 23:06:15.876 INFO kablam! | ^^^^^^^^^^^^
Oct 12 23:06:15.877 INFO kablam! |
Oct 12 23:06:15.877 INFO kablam! = note: #[warn(unused_imports)] on by default
Oct 12 23:06:15.877 INFO kablam!
Oct 12 23:06:16.041 INFO kablam! warning: value assigned to `triangular_num` is never read
Oct 12 23:06:16.041 INFO kablam! --> src/eulers/twelve.rs:6:13
Oct 12 23:06:16.041 INFO kablam! |
Oct 12 23:06:16.042 INFO kablam! 6 | let mut triangular_num = Some(6);
Oct 12 23:06:16.042 INFO kablam! | ^^^^^^^^^^^^^^
Oct 12 23:06:16.042 INFO kablam! |
Oct 12 23:06:16.043 INFO kablam! = note: #[warn(unused_assignments)] on by default
Oct 12 23:06:16.043 INFO kablam!
Oct 12 23:06:16.088 INFO kablam! warning: the feature `inclusive_range_syntax` has been stable since 1.26.0 and no longer requires an attribute to enable
Oct 12 23:06:16.088 INFO kablam! --> src/main.rs:1:12
Oct 12 23:06:16.088 INFO kablam! |
Oct 12 23:06:16.089 INFO kablam! 1 | #![feature(inclusive_range_syntax)]
Oct 12 23:06:16.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^
Oct 12 23:06:16.089 INFO kablam! |
Oct 12 23:06:16.090 INFO kablam! = note: #[warn(stable_features)] on by default
Oct 12 23:06:16.090 INFO kablam!
Oct 12 23:06:16.090 INFO kablam! warning: the feature `iterator_step_by` has been stable since 1.28.0 and no longer requires an attribute to enable
Oct 12 23:06:16.090 INFO kablam! --> src/main.rs:2:12
Oct 12 23:06:16.091 INFO kablam! |
Oct 12 23:06:16.091 INFO kablam! 2 | #![feature(iterator_step_by)]
Oct 12 23:06:16.091 INFO kablam! | ^^^^^^^^^^^^^^^^
Oct 12 23:06:16.091 INFO kablam!
Oct 12 23:06:17.655 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.13s
Oct 12 23:06:17.658 INFO kablam! su: No module specific data is present
Oct 12 23:06:19.297 INFO running `"docker" "rm" "-f" "91c5a2d578510e283c3a4940459bc7613e72be08b120683c76947cbe08fa34a3"`
Oct 12 23:06:19.675 INFO blam! 91c5a2d578510e283c3a4940459bc7613e72be08b120683c76947cbe08fa34a3
Oct 12 23:06:19.687 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 12 23:06:20.271 INFO blam! be75f5596c6045a6d40da1ac4a4a99228fade9b4ee842d87d7422ffc53f9cc79
Oct 12 23:06:20.273 INFO running `"docker" "start" "-a" "be75f5596c6045a6d40da1ac4a4a99228fade9b4ee842d87d7422ffc53f9cc79"`
Oct 12 23:06:22.650 INFO kablam! usermod: no changes
Oct 12 23:06:22.807 INFO kablam! Compiling memchr v0.1.11
Oct 12 23:06:22.815 INFO kablam! Compiling thread-id v2.0.0
Oct 12 23:06:23.303 INFO kablam! Compiling thread_local v0.2.7
Oct 12 23:06:23.855 INFO kablam! Compiling aho-corasick v0.5.3
Oct 12 23:06:25.118 INFO kablam! Compiling regex v0.1.80
Oct 12 23:06:36.011 INFO kablam! Compiling env_logger v0.3.5
Oct 12 23:06:37.179 INFO kablam! Compiling quickcheck v0.3.2
Oct 12 23:06:39.951 INFO kablam! Compiling reuler v0.1.0 (/source)
Oct 12 23:06:40.059 INFO kablam! warning: unknown lint: `unused_import`
Oct 12 23:06:40.059 INFO kablam! --> src/main.rs:5:9
Oct 12 23:06:40.059 INFO kablam! |
Oct 12 23:06:40.059 INFO kablam! 5 | #[allow(unused_import)]
Oct 12 23:06:40.059 INFO kablam! | ^^^^^^^^^^^^^
Oct 12 23:06:40.059 INFO kablam! |
Oct 12 23:06:40.059 INFO kablam! = note: #[warn(unknown_lints)] on by default
Oct 12 23:06:40.059 INFO kablam!
Oct 12 23:06:40.075 INFO kablam! warning: unknown lint: `unused_import`
Oct 12 23:06:40.075 INFO kablam! --> src/lib.rs:5:9
Oct 12 23:06:40.075 INFO kablam! |
Oct 12 23:06:40.075 INFO kablam! 5 | #[allow(unused_import)]
Oct 12 23:06:40.075 INFO kablam! | ^^^^^^^^^^^^^
Oct 12 23:06:40.075 INFO kablam! |
Oct 12 23:06:40.075 INFO kablam! = note: #[warn(unknown_lints)] on by default
Oct 12 23:06:40.075 INFO kablam!
Oct 12 23:06:40.359 INFO kablam! warning: unused `#[macro_use]` import
Oct 12 23:06:40.359 INFO kablam! --> src/main.rs:3:1
Oct 12 23:06:40.359 INFO kablam! |
Oct 12 23:06:40.359 INFO kablam! 3 | #[macro_use] extern crate itertools;
Oct 12 23:06:40.359 INFO kablam! | ^^^^^^^^^^^^
Oct 12 23:06:40.359 INFO kablam! |
Oct 12 23:06:40.359 INFO kablam! = note: #[warn(unused_imports)] on by default
Oct 12 23:06:40.359 INFO kablam!
Oct 12 23:06:40.499 INFO kablam! warning: unused `#[macro_use]` import
Oct 12 23:06:40.500 INFO kablam! --> src/lib.rs:3:1
Oct 12 23:06:40.500 INFO kablam! |
Oct 12 23:06:40.500 INFO kablam! 3 | #[macro_use] extern crate itertools;
Oct 12 23:06:40.501 INFO kablam! | ^^^^^^^^^^^^
Oct 12 23:06:40.501 INFO kablam! |
Oct 12 23:06:40.502 INFO kablam! = note: #[warn(unused_imports)] on by default
Oct 12 23:06:40.502 INFO kablam!
Oct 12 23:06:40.639 INFO kablam! warning: value assigned to `triangular_num` is never read
Oct 12 23:06:40.639 INFO kablam! --> src/eulers/twelve.rs:6:13
Oct 12 23:06:40.639 INFO kablam! |
Oct 12 23:06:40.639 INFO kablam! 6 | let mut triangular_num = Some(6);
Oct 12 23:06:40.639 INFO kablam! | ^^^^^^^^^^^^^^
Oct 12 23:06:40.639 INFO kablam! |
Oct 12 23:06:40.639 INFO kablam! = note: #[warn(unused_assignments)] on by default
Oct 12 23:06:40.639 INFO kablam!
Oct 12 23:06:40.727 INFO kablam! warning: the feature `inclusive_range_syntax` has been stable since 1.26.0 and no longer requires an attribute to enable
Oct 12 23:06:40.727 INFO kablam! --> src/main.rs:1:12
Oct 12 23:06:40.727 INFO kablam! |
Oct 12 23:06:40.727 INFO kablam! 1 | #![feature(inclusive_range_syntax)]
Oct 12 23:06:40.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^
Oct 12 23:06:40.727 INFO kablam! |
Oct 12 23:06:40.727 INFO kablam! = note: #[warn(stable_features)] on by default
Oct 12 23:06:40.727 INFO kablam!
Oct 12 23:06:40.731 INFO kablam! warning: the feature `iterator_step_by` has been stable since 1.28.0 and no longer requires an attribute to enable
Oct 12 23:06:40.731 INFO kablam! --> src/main.rs:2:12
Oct 12 23:06:40.731 INFO kablam! |
Oct 12 23:06:40.731 INFO kablam! 2 | #![feature(iterator_step_by)]
Oct 12 23:06:40.731 INFO kablam! | ^^^^^^^^^^^^^^^^
Oct 12 23:06:40.731 INFO kablam!
Oct 12 23:06:40.799 INFO kablam! warning: value assigned to `triangular_num` is never read
Oct 12 23:06:40.799 INFO kablam! --> src/eulers/twelve.rs:6:13
Oct 12 23:06:40.799 INFO kablam! |
Oct 12 23:06:40.799 INFO kablam! 6 | let mut triangular_num = Some(6);
Oct 12 23:06:40.799 INFO kablam! | ^^^^^^^^^^^^^^
Oct 12 23:06:40.799 INFO kablam! |
Oct 12 23:06:40.799 INFO kablam! = note: #[warn(unused_assignments)] on by default
Oct 12 23:06:40.799 INFO kablam!
Oct 12 23:06:40.967 INFO kablam! warning: struct is never constructed: `Valid`
Oct 12 23:06:40.967 INFO kablam! --> src/lib.rs:15:5
Oct 12 23:06:40.967 INFO kablam! |
Oct 12 23:06:40.967 INFO kablam! 15 | pub struct Valid (A);
Oct 12 23:06:40.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Oct 12 23:06:40.967 INFO kablam! |
Oct 12 23:06:40.967 INFO kablam! = note: #[warn(dead_code)] on by default
Oct 12 23:06:40.967 INFO kablam!
Oct 12 23:06:40.967 INFO kablam! warning: struct is never constructed: `Invalid`
Oct 12 23:06:40.967 INFO kablam! --> src/lib.rs:16:5
Oct 12 23:06:40.967 INFO kablam! |
Oct 12 23:06:40.967 INFO kablam! 16 | pub struct Invalid (A);
Oct 12 23:06:40.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Oct 12 23:06:40.967 INFO kablam!
Oct 12 23:06:40.967 INFO kablam! warning: the feature `inclusive_range_syntax` has been stable since 1.26.0 and no longer requires an attribute to enable
Oct 12 23:06:40.967 INFO kablam! --> src/lib.rs:1:12
Oct 12 23:06:40.967 INFO kablam! |
Oct 12 23:06:40.967 INFO kablam! 1 | #![feature(inclusive_range_syntax)]
Oct 12 23:06:40.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^
Oct 12 23:06:40.967 INFO kablam! |
Oct 12 23:06:40.967 INFO kablam! = note: #[warn(stable_features)] on by default
Oct 12 23:06:40.967 INFO kablam!
Oct 12 23:06:40.967 INFO kablam! warning: the feature `iterator_step_by` has been stable since 1.28.0 and no longer requires an attribute to enable
Oct 12 23:06:40.967 INFO kablam! --> src/lib.rs:2:12
Oct 12 23:06:40.967 INFO kablam! |
Oct 12 23:06:40.967 INFO kablam! 2 | #![feature(iterator_step_by)]
Oct 12 23:06:40.967 INFO kablam! | ^^^^^^^^^^^^^^^^
Oct 12 23:06:40.967 INFO kablam!
Oct 12 23:06:43.849 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 21.17s
Oct 12 23:06:43.862 INFO kablam! su: No module specific data is present
Oct 12 23:06:45.030 INFO running `"docker" "rm" "-f" "be75f5596c6045a6d40da1ac4a4a99228fade9b4ee842d87d7422ffc53f9cc79"`
Oct 12 23:06:45.403 INFO blam! be75f5596c6045a6d40da1ac4a4a99228fade9b4ee842d87d7422ffc53f9cc79
Oct 12 23:06:45.406 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 12 23:06:45.860 INFO blam! 37b7759ea41b2088e55626f59adac9451edba0cec77763ddc34cdd049543737d
Oct 12 23:06:45.860 INFO running `"docker" "start" "-a" "37b7759ea41b2088e55626f59adac9451edba0cec77763ddc34cdd049543737d"`
Oct 12 23:06:48.319 INFO kablam! usermod: no changes
Oct 12 23:06:48.421 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s
Oct 12 23:06:48.437 INFO kablam! Running /target/debug/deps/reuler-4738e4f803fd462b
Oct 12 23:06:48.439 INFO blam!
Oct 12 23:06:48.439 INFO blam! running 20 tests
Oct 12 23:06:48.443 INFO blam! test tests::test_gcd ... ok
Oct 12 23:06:48.451 INFO blam! test tests::test_digits_2 ... ok
Oct 12 23:06:48.451 INFO blam! test tests::test_gcd_2 ... ok
Oct 12 23:06:48.451 INFO blam! test tests::test_eight ... ok
Oct 12 23:06:48.452 INFO blam! test tests::test_digits_1 ... ok
Oct 12 23:06:48.452 INFO blam! test tests::test_divisor_power_2 ... ok
Oct 12 23:06:48.452 INFO blam! test tests::test_divisor_power ... ok
Oct 12 23:06:48.452 INFO blam! test tests::test_one ... ok
Oct 12 23:06:48.452 INFO blam! test tests::test_palindrome_1 ... ok
Oct 12 23:06:48.452 INFO blam! test tests::test_palindrome_2 ... ok
Oct 12 23:06:48.463 INFO blam! test tests::test_palindrome_3 ... ok
Oct 12 23:06:48.463 INFO blam! test tests::test_nine ... ok
Oct 12 23:06:48.463 INFO blam! test tests::test_gcd_3 ... ok
Oct 12 23:06:48.465 INFO blam! test tests::test_five ... ok
Oct 12 23:06:48.465 INFO blam! test tests::test_six ... ok
Oct 12 23:06:48.519 INFO blam! test tests::test_two ... ok
Oct 12 23:06:49.592 INFO blam! test tests::test_seven ... ok
Oct 12 23:06:49.803 INFO blam! test tests::test_three ... ok
Oct 12 23:06:50.223 INFO blam! test tests::test_four ... ok
Oct 12 23:06:53.707 INFO blam! test tests::test_ten ... ok
Oct 12 23:06:53.707 INFO blam!
Oct 12 23:06:53.707 INFO blam! test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out
Oct 12 23:06:53.707 INFO blam!
Oct 12 23:06:53.708 INFO kablam! Running /target/debug/deps/reuler-a3e2a47ad0473721
Oct 12 23:06:53.716 INFO blam!
Oct 12 23:06:53.716 INFO blam! running 0 tests
Oct 12 23:06:53.716 INFO blam!
Oct 12 23:06:53.716 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out
Oct 12 23:06:53.716 INFO blam!
Oct 12 23:06:53.723 INFO kablam! Doc-tests reuler
Oct 12 23:06:54.095 INFO blam!
Oct 12 23:06:54.095 INFO blam! running 0 tests
Oct 12 23:06:54.095 INFO blam!
Oct 12 23:06:54.095 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out
Oct 12 23:06:54.095 INFO blam!
Oct 12 23:06:54.096 INFO kablam! su: No module specific data is present
Oct 12 23:06:54.742 INFO running `"docker" "rm" "-f" "37b7759ea41b2088e55626f59adac9451edba0cec77763ddc34cdd049543737d"`
Oct 12 23:06:55.023 INFO blam! 37b7759ea41b2088e55626f59adac9451edba0cec77763ddc34cdd049543737d