[INFO] updating cached repository https://github.com/Psykopear/rust-todo [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] f6fb111013a3c8ac446c905d99701a196204ebd9 [INFO] testing Psykopear/rust-todo against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FPsykopear%2Frust-todo" "work/builds/worker-5/source"` [INFO] [stderr] Cloning into 'work/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Psykopear/rust-todo on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Psykopear/rust-todo [INFO] finished tweaking git repo https://github.com/Psykopear/rust-todo [INFO] tweaked toml for git repo https://github.com/Psykopear/rust-todo written to work/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/Psykopear/rust-todo already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 9eebdb13d9f1ffd3e7a78b1826f66c0affc5cdc6cc0daff42402b1e898f14930 [INFO] running `"docker" "start" "-a" "9eebdb13d9f1ffd3e7a78b1826f66c0affc5cdc6cc0daff42402b1e898f14930"` [INFO] [stderr] Compiling syn v0.15.42 [INFO] [stderr] Compiling escargot v0.4.0 [INFO] [stderr] Compiling serde_derive v1.0.97 [INFO] [stderr] Compiling serde v1.0.97 [INFO] [stderr] Compiling serde_json v1.0.40 [INFO] [stderr] Compiling assert_cmd v0.11.1 [INFO] [stderr] Compiling todo v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 44.95s [INFO] running `"docker" "inspect" "9eebdb13d9f1ffd3e7a78b1826f66c0affc5cdc6cc0daff42402b1e898f14930"` [INFO] running `"docker" "rm" "-f" "9eebdb13d9f1ffd3e7a78b1826f66c0affc5cdc6cc0daff42402b1e898f14930"` [INFO] [stdout] 9eebdb13d9f1ffd3e7a78b1826f66c0affc5cdc6cc0daff42402b1e898f14930 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] f7c7f4066e9ebbbecf76d66559dc8a2fdf399eb1506baf0db93a98bd220b5b6b [INFO] running `"docker" "start" "-a" "f7c7f4066e9ebbbecf76d66559dc8a2fdf399eb1506baf0db93a98bd220b5b6b"` [INFO] [stderr] Compiling todo v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0428]: the name `it_prints_hello_world` is defined multiple times [INFO] [stderr] --> tests/integrations_test.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 10 | fn it_prints_hello_world() { [INFO] [stderr] | -------------------------- previous definition of the value `it_prints_hello_world` here [INFO] [stderr] ... [INFO] [stderr] 15 | fn it_prints_hello_world() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ `it_prints_hello_world` redefined here [INFO] [stderr] | [INFO] [stderr] = note: `it_prints_hello_world` must be defined only once in the value namespace of this module [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `arg` found for type `std::result::Result` in the current scope [INFO] [stderr] --> tests/integrations_test.rs:18:10 [INFO] [stderr] | [INFO] [stderr] 18 | .arg("add") [INFO] [stderr] | ^^^ method not found in `std::result::Result` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0428, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0428`. [INFO] [stderr] error: could not compile `todo`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "f7c7f4066e9ebbbecf76d66559dc8a2fdf399eb1506baf0db93a98bd220b5b6b"` [INFO] running `"docker" "rm" "-f" "f7c7f4066e9ebbbecf76d66559dc8a2fdf399eb1506baf0db93a98bd220b5b6b"` [INFO] [stdout] f7c7f4066e9ebbbecf76d66559dc8a2fdf399eb1506baf0db93a98bd220b5b6b