[INFO] updating cached repository https://github.com/coreylowman/projectEuler [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 116eb1f9d67b30eda8da1cf7901176f971cd6bbe [INFO] testing coreylowman/projectEuler against 1.45.2 for beta-1.46-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcoreylowman%2FprojectEuler" "/workspace/builds/worker-12/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/coreylowman/projectEuler on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/coreylowman/projectEuler [INFO] finished tweaking git repo https://github.com/coreylowman/projectEuler [INFO] tweaked toml for git repo https://github.com/coreylowman/projectEuler written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/coreylowman/projectEuler already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] error: the lock file /workspace/builds/worker-12/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9844e19bb3c9e80e857e2616e80e98e69b6709cf90b461b66e0923312350b33c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "9844e19bb3c9e80e857e2616e80e98e69b6709cf90b461b66e0923312350b33c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9844e19bb3c9e80e857e2616e80e98e69b6709cf90b461b66e0923312350b33c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9844e19bb3c9e80e857e2616e80e98e69b6709cf90b461b66e0923312350b33c", kill_on_drop: false }` [INFO] [stdout] 9844e19bb3c9e80e857e2616e80e98e69b6709cf90b461b66e0923312350b33c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 82991db4925961a996674058634908fc053f94f7d0fdcd21caf56c1ee708b39f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "82991db4925961a996674058634908fc053f94f7d0fdcd21caf56c1ee708b39f", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling num-bigint v0.3.0 [INFO] [stderr] Compiling num-rational v0.3.0 [INFO] [stderr] Compiling num-iter v0.1.41 [INFO] [stderr] Compiling num-complex v0.3.0 [INFO] [stderr] Compiling num v0.3.0 [INFO] [stderr] Compiling project_euler v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/problems/problem060.rs:66:22 [INFO] [stdout] | [INFO] [stdout] 66 | mut p: &mut Vec, [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/problems/problem060.rs:67:22 [INFO] [stdout] | [INFO] [stdout] 67 | mut x: &mut Vec, [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.42s [INFO] running `Command { std: "docker" "inspect" "82991db4925961a996674058634908fc053f94f7d0fdcd21caf56c1ee708b39f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "82991db4925961a996674058634908fc053f94f7d0fdcd21caf56c1ee708b39f", kill_on_drop: false }` [INFO] [stdout] 82991db4925961a996674058634908fc053f94f7d0fdcd21caf56c1ee708b39f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] eb86552637efe4d3cf3fc064c1973f542123dca36c69ecce9a90f09c4d6c65d3 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "eb86552637efe4d3cf3fc064c1973f542123dca36c69ecce9a90f09c4d6c65d3", kill_on_drop: false }` [INFO] [stderr] Compiling project_euler v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/problems/problem060.rs:66:22 [INFO] [stdout] | [INFO] [stdout] 66 | mut p: &mut Vec, [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/problems/problem060.rs:67:22 [INFO] [stdout] | [INFO] [stdout] 67 | mut x: &mut Vec, [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.93s [INFO] running `Command { std: "docker" "inspect" "eb86552637efe4d3cf3fc064c1973f542123dca36c69ecce9a90f09c4d6c65d3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eb86552637efe4d3cf3fc064c1973f542123dca36c69ecce9a90f09c4d6c65d3", kill_on_drop: false }` [INFO] [stdout] eb86552637efe4d3cf3fc064c1973f542123dca36c69ecce9a90f09c4d6c65d3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] e60dcdf7956bb453e3399e2e5b786f86ca91a7563d7e0cb7214a8dea80a7c27a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "e60dcdf7956bb453e3399e2e5b786f86ca91a7563d7e0cb7214a8dea80a7c27a", kill_on_drop: false }` [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/problems/problem060.rs:66:22 [INFO] [stderr] | [INFO] [stderr] 66 | mut p: &mut Vec, [INFO] [stderr] | ----^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/problems/problem060.rs:67:22 [INFO] [stderr] | [INFO] [stderr] 67 | mut x: &mut Vec, [INFO] [stderr] | ----^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/project_euler-9cffc2d94b95b8ef [INFO] [stdout] [INFO] [stdout] running 68 tests [INFO] [stdout] test problems::problem001::test ... ok [INFO] [stdout] test problems::problem006::test ... ok [INFO] [stdout] test problems::problem005::test ... ok [INFO] [stdout] test problems::problem002::test ... ok [INFO] [stdout] test problems::problem008::test ... ok [INFO] [stdout] test problems::problem009::test ... ok [INFO] [stdout] test problems::problem013::test ... ok [INFO] [stdout] test problems::problem017::test ... ok [INFO] [stdout] test problems::problem011::test ... ok [INFO] [stdout] test problems::problem019::test ... ok [INFO] [stdout] test problems::problem015::test ... ok [INFO] [stdout] test problems::problem018::test ... ok [INFO] [stdout] test problems::problem024::test ... ok [INFO] [stdout] test problems::problem022::test ... ok [INFO] [stdout] test problems::problem020::test ... ok [INFO] [stdout] test problems::problem028::test ... ok [INFO] [stdout] test problems::problem031::test ... ok [INFO] [stdout] test problems::problem032::test ... ok [INFO] [stdout] test problems::problem033::test ... ok [INFO] [stdout] test problems::problem025::test ... ok [INFO] [stdout] test problems::problem021::test ... ok [INFO] [stdout] test problems::problem016::test ... ok [INFO] [stdout] test problems::problem038::test ... ok [INFO] [stdout] test problems::problem039::test ... ok [INFO] [stdout] test problems::problem026::test ... ok [INFO] [stdout] test problems::problem003::test ... ok [INFO] [stdout] test problems::problem042::test ... ok [INFO] [stdout] test problems::problem029::test ... ok [INFO] [stdout] test problems::problem007::test ... ok [INFO] [stdout] test problems::problem040::test ... ok [INFO] [stdout] test problems::problem045::test ... FAILED [INFO] [stdout] test problems::problem037::test ... ok [INFO] [stdout] test problems::problem004::test ... ok [INFO] [stdout] test problems::problem049::test ... ok [INFO] [stdout] test problems::problem027::test ... ok [INFO] [stdout] test problems::problem048::test ... ok [INFO] [stdout] test problems::problem052::test ... ok [INFO] [stdout] test problems::problem053::test ... ok [INFO] [stdout] test problems::problem010::test ... ok [INFO] [stdout] test problems::problem055::test ... FAILED [INFO] [stdout] test problems::problem035::test ... ok [INFO] [stdout] test problems::problem054::test ... ok [INFO] [stdout] test problems::problem056::test ... ok [INFO] [stdout] test problems::problem046::test ... ok [INFO] [stdout] test problems::problem058::test ... ok [INFO] [stdout] test problems::problem057::test ... ok [INFO] [stdout] test problems::problem061::test ... ok [INFO] [stdout] test problems::problem063::test ... ok [INFO] [stdout] test problems::problem014::test ... ok [INFO] [stdout] test problems::problem065::test ... ok [INFO] [stdout] test problems::problem064::test ... ok [INFO] [stdout] test problems::problem067::test ... ok [INFO] [stdout] test problems::problem034::test ... ok [INFO] [stdout] test problems::problem059::test ... ok [INFO] [stdout] test problems::problem066::test ... ok [INFO] [stdout] test problems::problem023::test ... ok [INFO] [stdout] test problems::problem030::test ... ok [INFO] [stdout] test problems::problem043::test ... ok [INFO] [stdout] test problems::problem041::test ... ok [INFO] [stdout] test problems::problem036::test ... ok [INFO] [stdout] test problems::problem012::test ... ok [INFO] [stdout] test problems::problem060::test ... ok [INFO] [stdout] test problems::problem051::test ... ok [INFO] [stdout] test problems::problem047::test ... ok [INFO] [stdout] test problems::problem068::test ... ok [INFO] [stdout] test problems::problem044::test ... ok [INFO] [stdout] test problems::problem062::test ... ok [INFO] [stdout] test problems::problem050::test ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- problems::problem045::test stdout ---- [INFO] [stdout] thread 'problems::problem045::test' panicked at 'attempt to subtract with overflow', src/problems/problem045.rs:8:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56309d6beda5 - backtrace::backtrace::libunwind::trace::ha215bbf14e328799 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x56309d6beda5 - backtrace::backtrace::trace_unsynchronized::h3384b099b135857a [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x56309d6beda5 - std::sys_common::backtrace::_print_fmt::hfec93740f7294682 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x56309d6beda5 - ::fmt::h5fe20777f4174074 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x56309d6e6dfc - core::fmt::write::he14c3177144df275 [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x56309d64bbf5 - std::io::Write::write_fmt::ha866504c9998fe5e [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/io/mod.rs:1537 [INFO] [stdout] 6: 0x56309d6b9171 - std::io::impls::>::write_fmt::h8f0a2af895559593 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x56309d6c15d0 - std::sys_common::backtrace::_print::h9cfa4c87526ba064 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x56309d6c15d0 - std::sys_common::backtrace::print::h94936584848b3272 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x56309d6c15d0 - std::panicking::default_hook::{{closure}}::h733b20cc9b496e46 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x56309d6c12ca - std::panicking::default_hook::h556d8cff6c12a651 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x56309d6c1c07 - std::panicking::rust_panic_with_hook::ha0c7ca5b39baa9d5 [INFO] [stdout] at src/libstd/panicking.rs:486 [INFO] [stdout] 12: 0x56309d6c180b - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:388 [INFO] [stdout] 13: 0x56309d6e5791 - core::panicking::panic_fmt::h106d7128cbbc7cd2 [INFO] [stdout] at src/libcore/panicking.rs:101 [INFO] [stderr] error: test failed, to rerun pass '--bin project_euler' [INFO] [stdout] 14: 0x56309d6e56dd - core::panicking::panic::hfe03c118d2519816 [INFO] [stdout] at src/libcore/panicking.rs:56 [INFO] [stdout] 15: 0x56309d5e86f2 - project_euler::problems::problem045::p::h524127aadccdeb19 [INFO] [stdout] at src/problems/problem045.rs:8 [INFO] [stdout] 16: 0x56309d5e89cd - project_euler::problems::problem045::go::h3fe66d6a50305e7d [INFO] [stdout] at src/problems/problem045.rs:22 [INFO] [stdout] 17: 0x56309d5ebb51 - project_euler::problems::problem045::test::hfc9dea982018c408 [INFO] [stdout] at src/util/mod.rs:51 [INFO] [stdout] 18: 0x56309d5ebb2a - project_euler::problems::problem045::test::{{closure}}::h32d51561fe297745 [INFO] [stdout] at src/util/mod.rs:50 [INFO] [stdout] 19: 0x56309d5e2e3e - core::ops::function::FnOnce::call_once::hb90daafa9caec52d [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/ops/function.rs:232 [INFO] [stdout] 20: 0x56309d672de2 - as core::ops::function::FnOnce>::call_once::h1efcc6525b6aa145 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 21: 0x56309d672de2 - as core::ops::function::FnOnce<()>>::call_once::hafd7ae2f3c23f399 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:318 [INFO] [stdout] 22: 0x56309d672de2 - std::panicking::try::do_call::h83baf26f5fc8b0a5 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:297 [INFO] [stdout] 23: 0x56309d672de2 - std::panicking::try::h8d28a678b90bb6ac [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:274 [INFO] [stdout] 24: 0x56309d672de2 - std::panic::catch_unwind::h20734e8710644f59 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:394 [INFO] [stdout] 25: 0x56309d672de2 - test::run_test_in_process::h2c1fb2dd0c9013bb [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 26: 0x56309d672de2 - test::run_test::run_test_inner::{{closure}}::h7c58b7aefdb9adf3 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 27: 0x56309d64b0b6 - std::sys_common::backtrace::__rust_begin_short_backtrace::h498f21fd16bdff05 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 28: 0x56309d6503f5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hb35336a0a0430e6d [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/thread/mod.rs:475 [INFO] [stdout] 29: 0x56309d6503f5 - as core::ops::function::FnOnce<()>>::call_once::h8569a86268e08ad1 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:318 [INFO] [stdout] 30: 0x56309d6503f5 - std::panicking::try::do_call::hcc5472a0f1ff31ac [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:297 [INFO] [stdout] 31: 0x56309d6503f5 - std::panicking::try::h774b0c4fd770945c [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:274 [INFO] [stdout] 32: 0x56309d6503f5 - std::panic::catch_unwind::hfaf7c6beb53320e7 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:394 [INFO] [stdout] 33: 0x56309d6503f5 - std::thread::Builder::spawn_unchecked::{{closure}}::h481343a824704446 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/thread/mod.rs:474 [INFO] [stdout] 34: 0x56309d6503f5 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9dcbc7fc2c4c6c48 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/ops/function.rs:232 [INFO] [stdout] 35: 0x56309d6c7eda - as core::ops::function::FnOnce>::call_once::hf311c88f1fadb9b8 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 36: 0x56309d6c7eda - as core::ops::function::FnOnce>::call_once::h8cfb7235b81393ef [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 37: 0x56309d6c7eda - std::sys::unix::thread::Thread::new::thread_start::hf745c8cf29a89648 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 38: 0x7f2d64037609 - start_thread [INFO] [stdout] 39: 0x7f2d63f43103 - __clone [INFO] [stdout] 40: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- problems::problem055::test stdout ---- [INFO] [stdout] thread 'problems::problem055::test' panicked at 'attempt to multiply with overflow', src/problems/problem055.rs:9:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56309d6beda5 - backtrace::backtrace::libunwind::trace::ha215bbf14e328799 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x56309d6beda5 - backtrace::backtrace::trace_unsynchronized::h3384b099b135857a [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x56309d6beda5 - std::sys_common::backtrace::_print_fmt::hfec93740f7294682 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x56309d6beda5 - ::fmt::h5fe20777f4174074 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x56309d6e6dfc - core::fmt::write::he14c3177144df275 [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x56309d64bbf5 - std::io::Write::write_fmt::ha866504c9998fe5e [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/io/mod.rs:1537 [INFO] [stdout] 6: 0x56309d6b9171 - std::io::impls::>::write_fmt::h8f0a2af895559593 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x56309d6c15d0 - std::sys_common::backtrace::_print::h9cfa4c87526ba064 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x56309d6c15d0 - std::sys_common::backtrace::print::h94936584848b3272 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x56309d6c15d0 - std::panicking::default_hook::{{closure}}::h733b20cc9b496e46 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x56309d6c12ca - std::panicking::default_hook::h556d8cff6c12a651 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x56309d6c1c07 - std::panicking::rust_panic_with_hook::ha0c7ca5b39baa9d5 [INFO] [stdout] at src/libstd/panicking.rs:486 [INFO] [stdout] 12: 0x56309d6c180b - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:388 [INFO] [stdout] 13: 0x56309d6e5791 - core::panicking::panic_fmt::h106d7128cbbc7cd2 [INFO] [stdout] at src/libcore/panicking.rs:101 [INFO] [stdout] 14: 0x56309d6e56dd - core::panicking::panic::hfe03c118d2519816 [INFO] [stdout] at src/libcore/panicking.rs:56 [INFO] [stdout] 15: 0x56309d60d48c - project_euler::problems::problem055::reverse::h1b579f92415755c8 [INFO] [stdout] at src/problems/problem055.rs:9 [INFO] [stdout] 16: 0x56309d60d7ae - project_euler::problems::problem055::has::hb95681eb754334f7 [INFO] [stdout] at src/problems/problem055.rs:38 [INFO] [stdout] 17: 0x56309d60d8dc - project_euler::problems::problem055::go::h2d11f88287e7a2ef [INFO] [stdout] at src/problems/problem055.rs:50 [INFO] [stdout] 18: 0x56309d6112e1 - project_euler::problems::problem055::test::h9aea7596debcf916 [INFO] [stdout] at src/util/mod.rs:51 [INFO] [stdout] 19: 0x56309d6112ba - project_euler::problems::problem055::test::{{closure}}::ha8441b5a616d964d [INFO] [stdout] at src/util/mod.rs:50 [INFO] [stdout] 20: 0x56309d5e25ce - core::ops::function::FnOnce::call_once::h24844c7e5376acd7 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/ops/function.rs:232 [INFO] [stdout] 21: 0x56309d672de2 - as core::ops::function::FnOnce>::call_once::h1efcc6525b6aa145 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 22: 0x56309d672de2 - as core::ops::function::FnOnce<()>>::call_once::hafd7ae2f3c23f399 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:318 [INFO] [stdout] 23: 0x56309d672de2 - std::panicking::try::do_call::h83baf26f5fc8b0a5 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:297 [INFO] [stdout] 24: 0x56309d672de2 - std::panicking::try::h8d28a678b90bb6ac [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:274 [INFO] [stdout] 25: 0x56309d672de2 - std::panic::catch_unwind::h20734e8710644f59 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:394 [INFO] [stdout] 26: 0x56309d672de2 - test::run_test_in_process::h2c1fb2dd0c9013bb [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 27: 0x56309d672de2 - test::run_test::run_test_inner::{{closure}}::h7c58b7aefdb9adf3 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 28: 0x56309d64b0b6 - std::sys_common::backtrace::__rust_begin_short_backtrace::h498f21fd16bdff05 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 29: 0x56309d6503f5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hb35336a0a0430e6d [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/thread/mod.rs:475 [INFO] [stdout] 30: 0x56309d6503f5 - as core::ops::function::FnOnce<()>>::call_once::h8569a86268e08ad1 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:318 [INFO] [stdout] 31: 0x56309d6503f5 - std::panicking::try::do_call::hcc5472a0f1ff31ac [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:297 [INFO] [stdout] 32: 0x56309d6503f5 - std::panicking::try::h774b0c4fd770945c [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:274 [INFO] [stdout] 33: 0x56309d6503f5 - std::panic::catch_unwind::hfaf7c6beb53320e7 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:394 [INFO] [stdout] 34: 0x56309d6503f5 - std::thread::Builder::spawn_unchecked::{{closure}}::h481343a824704446 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/thread/mod.rs:474 [INFO] [stdout] 35: 0x56309d6503f5 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9dcbc7fc2c4c6c48 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/ops/function.rs:232 [INFO] [stdout] 36: 0x56309d6c7eda - as core::ops::function::FnOnce>::call_once::hf311c88f1fadb9b8 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 37: 0x56309d6c7eda - as core::ops::function::FnOnce>::call_once::h8cfb7235b81393ef [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 38: 0x56309d6c7eda - std::sys::unix::thread::Thread::new::thread_start::hf745c8cf29a89648 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 39: 0x7f2d64037609 - start_thread [INFO] [stdout] 40: 0x7f2d63f43103 - __clone [INFO] [stdout] 41: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] problems::problem045::test [INFO] [stdout] problems::problem055::test [INFO] [stdout] [INFO] [stdout] test result: FAILED. 66 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "e60dcdf7956bb453e3399e2e5b786f86ca91a7563d7e0cb7214a8dea80a7c27a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e60dcdf7956bb453e3399e2e5b786f86ca91a7563d7e0cb7214a8dea80a7c27a", kill_on_drop: false }` [INFO] [stdout] e60dcdf7956bb453e3399e2e5b786f86ca91a7563d7e0cb7214a8dea80a7c27a