Nov 16 07:31:31.439 INFO testing yogaxpto/Project-Euler against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 16 07:31:31.440 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-5/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 16 07:31:31.989 INFO [stdout] 341bbed322a665435fe268cb448cd5339648e65465c1573f8366f2bc725b0b92 Nov 16 07:31:31.992 INFO running `"docker" "start" "-a" "341bbed322a665435fe268cb448cd5339648e65465c1573f8366f2bc725b0b92"` Nov 16 07:31:34.079 INFO [stderr] usermod: no changes Nov 16 07:31:34.119 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 16 07:31:34.119 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 16 07:31:34.119 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 16 07:31:34.119 INFO [stderr] files will be included as a binary target: Nov 16 07:31:34.119 INFO [stderr] Nov 16 07:31:34.119 INFO [stderr] * /source/src/main.rs Nov 16 07:31:34.119 INFO [stderr] Nov 16 07:31:34.119 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 16 07:31:34.119 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 16 07:31:34.119 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 16 07:31:34.119 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 16 07:31:34.119 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 16 07:31:34.119 INFO [stderr] Nov 16 07:31:34.119 INFO [stderr] For more information on this warning you can consult Nov 16 07:31:34.119 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 16 07:31:34.135 INFO [stderr] Compiling hamming v0.1.3 Nov 16 07:31:34.143 INFO [stderr] Compiling smallvec v0.4.4 Nov 16 07:31:34.143 INFO [stderr] Compiling primal-estimate v0.2.1 Nov 16 07:31:34.151 INFO [stderr] Compiling num-integer v0.1.36 Nov 16 07:31:35.267 INFO [stderr] Compiling primal-bit v0.2.4 Nov 16 07:31:35.576 INFO [stderr] Compiling primal-check v0.2.3 Nov 16 07:31:36.535 INFO [stderr] Compiling primal-sieve v0.2.8 Nov 16 07:31:39.445 INFO [stderr] Compiling primal v0.2.3 Nov 16 07:31:39.692 INFO [stderr] Compiling project_Euler v0.1.0 (/source) Nov 16 07:31:43.205 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.10s Nov 16 07:31:43.210 INFO [stderr] su: No module specific data is present Nov 16 07:31:43.893 INFO running `"docker" "inspect" "341bbed322a665435fe268cb448cd5339648e65465c1573f8366f2bc725b0b92"` Nov 16 07:31:44.097 INFO running `"docker" "rm" "-f" "341bbed322a665435fe268cb448cd5339648e65465c1573f8366f2bc725b0b92"` Nov 16 07:31:44.307 INFO [stdout] 341bbed322a665435fe268cb448cd5339648e65465c1573f8366f2bc725b0b92 Nov 16 07:31:44.309 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-5/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 16 07:31:44.859 INFO [stdout] f8ebdb8690d1096c38c715f5ec3fe2fbfe056781b2e7cbce8fad4e3f14957ca6 Nov 16 07:31:44.865 INFO running `"docker" "start" "-a" "f8ebdb8690d1096c38c715f5ec3fe2fbfe056781b2e7cbce8fad4e3f14957ca6"` Nov 16 07:31:46.067 INFO [stderr] usermod: no changes Nov 16 07:31:46.122 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 16 07:31:46.123 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 16 07:31:46.123 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 16 07:31:46.123 INFO [stderr] files will be included as a binary target: Nov 16 07:31:46.123 INFO [stderr] Nov 16 07:31:46.123 INFO [stderr] * /source/src/main.rs Nov 16 07:31:46.124 INFO [stderr] Nov 16 07:31:46.124 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 16 07:31:46.124 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 16 07:31:46.124 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 16 07:31:46.124 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 16 07:31:46.125 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 16 07:31:46.125 INFO [stderr] Nov 16 07:31:46.125 INFO [stderr] For more information on this warning you can consult Nov 16 07:31:46.125 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 16 07:31:46.155 INFO [stderr] Compiling project_Euler v0.1.0 (/source) Nov 16 07:31:49.174 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.07s Nov 16 07:31:49.178 INFO [stderr] su: No module specific data is present Nov 16 07:31:50.021 INFO running `"docker" "inspect" "f8ebdb8690d1096c38c715f5ec3fe2fbfe056781b2e7cbce8fad4e3f14957ca6"` Nov 16 07:31:50.277 INFO running `"docker" "rm" "-f" "f8ebdb8690d1096c38c715f5ec3fe2fbfe056781b2e7cbce8fad4e3f14957ca6"` Nov 16 07:31:50.507 INFO [stdout] f8ebdb8690d1096c38c715f5ec3fe2fbfe056781b2e7cbce8fad4e3f14957ca6 Nov 16 07:31:50.517 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-5/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 16 07:31:50.925 INFO [stdout] 0fb34f9687c18e80c05a42a1f7403214bc4d95a59cfa3444c148e9ca7a7ca9c6 Nov 16 07:31:50.933 INFO running `"docker" "start" "-a" "0fb34f9687c18e80c05a42a1f7403214bc4d95a59cfa3444c148e9ca7a7ca9c6"` Nov 16 07:31:52.227 INFO [stderr] usermod: no changes Nov 16 07:31:52.287 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 16 07:31:52.287 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 16 07:31:52.287 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 16 07:31:52.287 INFO [stderr] files will be included as a binary target: Nov 16 07:31:52.287 INFO [stderr] Nov 16 07:31:52.287 INFO [stderr] * /source/src/main.rs Nov 16 07:31:52.287 INFO [stderr] Nov 16 07:31:52.287 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 16 07:31:52.287 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 16 07:31:52.287 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 16 07:31:52.287 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 16 07:31:52.287 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 16 07:31:52.287 INFO [stderr] Nov 16 07:31:52.287 INFO [stderr] For more information on this warning you can consult Nov 16 07:31:52.287 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 16 07:31:52.307 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s Nov 16 07:31:52.318 INFO [stderr] Running /target/debug/deps/problem_1-cec5ba36cfd6a018 Nov 16 07:31:52.318 INFO [stdout] Nov 16 07:31:52.318 INFO [stdout] running 0 tests Nov 16 07:31:52.318 INFO [stdout] Nov 16 07:31:52.318 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 07:31:52.318 INFO [stdout] Nov 16 07:31:52.318 INFO [stderr] Running /target/debug/deps/problem_10-1cb3975d55ad3fc0 Nov 16 07:31:52.327 INFO [stderr] Running /target/debug/deps/problem_2-b21d942c2843b2f3 Nov 16 07:31:52.327 INFO [stdout] Nov 16 07:31:52.327 INFO [stdout] running 0 tests Nov 16 07:31:52.327 INFO [stdout] Nov 16 07:31:52.327 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 07:31:52.327 INFO [stdout] Nov 16 07:31:52.335 INFO [stdout] Nov 16 07:31:52.335 INFO [stdout] running 0 tests Nov 16 07:31:52.335 INFO [stdout] Nov 16 07:31:52.335 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 07:31:52.335 INFO [stdout] Nov 16 07:31:52.335 INFO [stderr] Running /target/debug/deps/problem_3-ba3a47262a180807 Nov 16 07:31:52.345 INFO [stdout] Nov 16 07:31:52.345 INFO [stdout] running 0 tests Nov 16 07:31:52.345 INFO [stdout] Nov 16 07:31:52.345 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 07:31:52.345 INFO [stdout] Nov 16 07:31:52.347 INFO [stderr] Running /target/debug/deps/problem_4-e1be2678b0751774 Nov 16 07:31:52.347 INFO [stderr] Running /target/debug/deps/problem_5-2f2e586059794589 Nov 16 07:31:52.348 INFO [stdout] Nov 16 07:31:52.348 INFO [stdout] running 0 tests Nov 16 07:31:52.348 INFO [stdout] Nov 16 07:31:52.348 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 07:31:52.348 INFO [stdout] Nov 16 07:31:52.348 INFO [stdout] Nov 16 07:31:52.348 INFO [stdout] running 0 tests Nov 16 07:31:52.348 INFO [stdout] Nov 16 07:31:52.348 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 07:31:52.348 INFO [stdout] Nov 16 07:31:52.355 INFO [stderr] Running /target/debug/deps/problem_6-a7d681550fdbb589 Nov 16 07:31:52.355 INFO [stderr] Running /target/debug/deps/problem_7-69f2c493049c3aa1 Nov 16 07:31:52.355 INFO [stdout] Nov 16 07:31:52.355 INFO [stdout] running 0 tests Nov 16 07:31:52.355 INFO [stdout] Nov 16 07:31:52.355 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 07:31:52.355 INFO [stdout] Nov 16 07:31:52.355 INFO [stdout] Nov 16 07:31:52.355 INFO [stdout] running 0 tests Nov 16 07:31:52.355 INFO [stdout] Nov 16 07:31:52.355 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 07:31:52.355 INFO [stdout] Nov 16 07:31:52.363 INFO [stderr] Running /target/debug/deps/problem_8-9bafc315c435d50f Nov 16 07:31:52.363 INFO [stderr] Running /target/debug/deps/problem_9-2cd816831dbdd0aa Nov 16 07:31:52.363 INFO [stdout] Nov 16 07:31:52.363 INFO [stdout] running 0 tests Nov 16 07:31:52.363 INFO [stdout] Nov 16 07:31:52.363 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 07:31:52.363 INFO [stdout] Nov 16 07:31:52.371 INFO [stdout] Nov 16 07:31:52.371 INFO [stdout] running 0 tests Nov 16 07:31:52.371 INFO [stdout] Nov 16 07:31:52.371 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 07:31:52.371 INFO [stdout] Nov 16 07:31:52.379 INFO [stderr] su: No module specific data is present Nov 16 07:31:53.119 INFO running `"docker" "inspect" "0fb34f9687c18e80c05a42a1f7403214bc4d95a59cfa3444c148e9ca7a7ca9c6"` Nov 16 07:31:53.327 INFO running `"docker" "rm" "-f" "0fb34f9687c18e80c05a42a1f7403214bc4d95a59cfa3444c148e9ca7a7ca9c6"` Nov 16 07:31:53.565 INFO [stdout] 0fb34f9687c18e80c05a42a1f7403214bc4d95a59cfa3444c148e9ca7a7ca9c6