[INFO] updating cached repository Lukasa/investments [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Lukasa/investments [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Lukasa/investments" "work/ex/pr-61874/sources/master#9f06855064ed06a50c496577b21ca50f92a2e67d/gh/Lukasa/investments"` [INFO] [stderr] Cloning into 'work/ex/pr-61874/sources/master#9f06855064ed06a50c496577b21ca50f92a2e67d/gh/Lukasa/investments'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Lukasa/investments" "work/ex/pr-61874/sources/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df/gh/Lukasa/investments"` [INFO] [stderr] Cloning into 'work/ex/pr-61874/sources/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df/gh/Lukasa/investments'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d41e36237539a97eade800ebb0cf0c869e84dbb7 [INFO] sha for GitHub repo Lukasa/investments: d41e36237539a97eade800ebb0cf0c869e84dbb7 [INFO] validating manifest of Lukasa/investments on toolchain master#9f06855064ed06a50c496577b21ca50f92a2e67d [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+9f06855064ed06a50c496577b21ca50f92a2e67d-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of Lukasa/investments on toolchain try#d3301713b54af69ca9de941a8c6b0d8287dbd6df [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+d3301713b54af69ca9de941a8c6b0d8287dbd6df-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing Lukasa/investments [INFO] finished frobbing Lukasa/investments [INFO] frobbed toml for Lukasa/investments written to work/ex/pr-61874/sources/master#9f06855064ed06a50c496577b21ca50f92a2e67d/gh/Lukasa/investments/Cargo.toml [INFO] started frobbing Lukasa/investments [INFO] finished frobbing Lukasa/investments [INFO] frobbed toml for Lukasa/investments written to work/ex/pr-61874/sources/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df/gh/Lukasa/investments/Cargo.toml [INFO] crate Lukasa/investments already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+9f06855064ed06a50c496577b21ca50f92a2e67d-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/pr-61874/sources/master#9f06855064ed06a50c496577b21ca50f92a2e67d/gh/Lukasa/investments/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+9f06855064ed06a50c496577b21ca50f92a2e67d-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+d3301713b54af69ca9de941a8c6b0d8287dbd6df-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+9f06855064ed06a50c496577b21ca50f92a2e67d-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+d3301713b54af69ca9de941a8c6b0d8287dbd6df-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking Lukasa/investments against try#d3301713b54af69ca9de941a8c6b0d8287dbd6df for pr-61874 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61874/worker-3/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61874/sources/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df/gh/Lukasa/investments:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+d3301713b54af69ca9de941a8c6b0d8287dbd6df-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 88ee89d373aa283d912c3f3c5d8c816db816d015ca32cb7bd43f4b414b09405c [INFO] running `"docker" "start" "-a" "88ee89d373aa283d912c3f3c5d8c816db816d015ca32cb7bd43f4b414b09405c"` [INFO] [stderr] Compiling postgres v0.9.6 [INFO] [stderr] Checking investments v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `NaiveDateTime` [INFO] [stderr] --> src/balance.rs:4:14 [INFO] [stderr] | [INFO] [stderr] 4 | use chrono::{NaiveDateTime, UTC}; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] warning: unused import: `NaiveDateTime` [INFO] [stderr] --> src/balance.rs:4:14 [INFO] [stderr] | [INFO] [stderr] 4 | use chrono::{NaiveDateTime, UTC}; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/currency.rs:51:21 [INFO] [stderr] | [INFO] [stderr] 51 | '0' ... '9' => {result = (result * 10) + (c as i64 - '0' as i64)} [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `NaiveDateTime` [INFO] [stderr] --> src/deposit.rs:4:14 [INFO] [stderr] | [INFO] [stderr] 4 | use chrono::{NaiveDateTime, DateTime, UTC}; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0107]: wrong number of lifetime arguments: expected 1, found 2 [INFO] [stderr] --> src/main.rs:16:50 [INFO] [stderr] | [INFO] [stderr] 16 | fn prepare_interface<'a, 'b>() -> ArgMatches<'a, 'b> { [INFO] [stderr] | ^^ unexpected lifetime argument [INFO] [stderr] [INFO] [stderr] error[E0107]: wrong number of lifetime arguments: expected 2, found 6 [INFO] [stderr] --> src/account.rs:60:65 [INFO] [stderr] | [INFO] [stderr] 60 | pub fn get_subcommands<'a, 'b, 'c, 'd, 'e, 'f>() -> App<'a, 'b, 'c, 'd, 'e, 'f> { [INFO] [stderr] | ^^ ^^ ^^ ^^ unexpected lifetime argument [INFO] [stderr] | | | | [INFO] [stderr] | | | unexpected lifetime argument [INFO] [stderr] | | unexpected lifetime argument [INFO] [stderr] | unexpected lifetime argument [INFO] [stderr] [INFO] [stderr] error[E0107]: wrong number of lifetime arguments: expected 2, found 6 [INFO] [stderr] --> src/balance.rs:70:65 [INFO] [stderr] | [INFO] [stderr] 70 | pub fn get_subcommands<'a, 'b, 'c, 'd, 'e, 'f>() -> App<'a, 'b, 'c, 'd, 'e, 'f> { [INFO] [stderr] | ^^ ^^ ^^ ^^ unexpected lifetime argument [INFO] [stderr] | | | | [INFO] [stderr] | | | unexpected lifetime argument [INFO] [stderr] | | unexpected lifetime argument [INFO] [stderr] | unexpected lifetime argument [INFO] [stderr] [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/currency.rs:51:21 [INFO] [stderr] | [INFO] [stderr] 51 | '0' ... '9' => {result = (result * 10) + (c as i64 - '0' as i64)} [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `NaiveDateTime` [INFO] [stderr] --> src/deposit.rs:4:14 [INFO] [stderr] | [INFO] [stderr] 4 | use chrono::{NaiveDateTime, DateTime, UTC}; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0107]: wrong number of lifetime arguments: expected 2, found 6 [INFO] [stderr] --> src/deposit.rs:72:65 [INFO] [stderr] | [INFO] [stderr] 72 | pub fn get_subcommands<'a, 'b, 'c, 'd, 'e, 'f>() -> App<'a, 'b, 'c, 'd, 'e, 'f> { [INFO] [stderr] | ^^ ^^ ^^ ^^ unexpected lifetime argument [INFO] [stderr] | | | | [INFO] [stderr] | | | unexpected lifetime argument [INFO] [stderr] | | unexpected lifetime argument [INFO] [stderr] | unexpected lifetime argument [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0107`. [INFO] [stderr] error[E0107]: wrong number of lifetime arguments: expected 1, found 2 [INFO] [stderr] --> src/main.rs:16:50 [INFO] [stderr] | [INFO] [stderr] 16 | fn prepare_interface<'a, 'b>() -> ArgMatches<'a, 'b> { [INFO] [stderr] | ^^ unexpected lifetime argument [INFO] [stderr] [INFO] [stderr] error[E0107]: wrong number of lifetime arguments: expected 2, found 6 [INFO] [stderr] --> src/account.rs:60:65 [INFO] [stderr] | [INFO] [stderr] 60 | pub fn get_subcommands<'a, 'b, 'c, 'd, 'e, 'f>() -> App<'a, 'b, 'c, 'd, 'e, 'f> { [INFO] [stderr] | ^^ ^^ ^^ ^^ unexpected lifetime argument [INFO] [stderr] | | | | [INFO] [stderr] | | | unexpected lifetime argument [INFO] [stderr] | | unexpected lifetime argument [INFO] [stderr] | unexpected lifetime argument [INFO] [stderr] [INFO] [stderr] error[E0107]: wrong number of lifetime arguments: expected 2, found 6 [INFO] [stderr] --> src/balance.rs:70:65 [INFO] [stderr] | [INFO] [stderr] 70 | pub fn get_subcommands<'a, 'b, 'c, 'd, 'e, 'f>() -> App<'a, 'b, 'c, 'd, 'e, 'f> { [INFO] [stderr] | ^^ ^^ ^^ ^^ unexpected lifetime argument [INFO] [stderr] | | | | [INFO] [stderr] | | | unexpected lifetime argument [INFO] [stderr] | | unexpected lifetime argument [INFO] [stderr] | unexpected lifetime argument [INFO] [stderr] [INFO] [stderr] error: Could not compile `investments`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0107]: wrong number of lifetime arguments: expected 2, found 6 [INFO] [stderr] --> src/deposit.rs:72:65 [INFO] [stderr] | [INFO] [stderr] 72 | pub fn get_subcommands<'a, 'b, 'c, 'd, 'e, 'f>() -> App<'a, 'b, 'c, 'd, 'e, 'f> { [INFO] [stderr] | ^^ ^^ ^^ ^^ unexpected lifetime argument [INFO] [stderr] | | | | [INFO] [stderr] | | | unexpected lifetime argument [INFO] [stderr] | | unexpected lifetime argument [INFO] [stderr] | unexpected lifetime argument [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0107`. [INFO] [stderr] error: Could not compile `investments`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "88ee89d373aa283d912c3f3c5d8c816db816d015ca32cb7bd43f4b414b09405c"` [INFO] running `"docker" "rm" "-f" "88ee89d373aa283d912c3f3c5d8c816db816d015ca32cb7bd43f4b414b09405c"` [INFO] [stdout] 88ee89d373aa283d912c3f3c5d8c816db816d015ca32cb7bd43f4b414b09405c