Dec 18 18:22:29.297 INFO checking atter-0.1.1 against master#96d1334e567237b1507cd277938e7ae2de75ff51 for pr-54252 Dec 18 18:22:29.297 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-54252/worker-3/master#96d1334e567237b1507cd277938e7ae2de75ff51:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-54252/sources/master#96d1334e567237b1507cd277938e7ae2de75ff51/reg/atter/0.1.1:/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" "+96d1334e567237b1507cd277938e7ae2de75ff51-alt" "check" "--frozen" "--all" "--all-targets"` Dec 18 18:22:29.498 INFO [stdout] f74d770182d2ad8169d571ce6cb67256799e9326b08fdd50108ced577cafdef3 Dec 18 18:22:29.500 INFO running `"docker" "start" "-a" "f74d770182d2ad8169d571ce6cb67256799e9326b08fdd50108ced577cafdef3"` Dec 18 18:22:30.312 INFO [stderr] Checking uuid v0.6.5 Dec 18 18:22:30.957 INFO [stderr] Checking atter v0.1.1 (/opt/crater/workdir) Dec 18 18:22:32.556 INFO [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` Dec 18 18:22:32.556 INFO [stderr] --> src/dal/sqlite.rs:51:54 Dec 18 18:22:32.556 INFO [stderr] | Dec 18 18:22:32.556 INFO [stderr] 51 | create_table = String::from(create_table.trim_right_matches(',')); Dec 18 18:22:32.556 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Dec 18 18:22:32.556 INFO [stderr] | Dec 18 18:22:32.556 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 18 18:22:32.556 INFO [stderr] Dec 18 18:22:32.568 INFO [stderr] error[E0282]: type annotations needed Dec 18 18:22:32.568 INFO [stderr] --> src/dal/sqlite.rs:57:37 Dec 18 18:22:32.568 INFO [stderr] | Dec 18 18:22:32.568 INFO [stderr] 57 | conn.execute(&create_table, &[])?; Dec 18 18:22:32.568 INFO [stderr] | ^^^ cannot infer type Dec 18 18:22:32.568 INFO [stderr] Dec 18 18:22:32.628 INFO [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting Dec 18 18:22:32.628 INFO [stderr] --> src/error.rs:10:1 Dec 18 18:22:32.628 INFO [stderr] | Dec 18 18:22:32.628 INFO [stderr] 10 | / error_chain!{ Dec 18 18:22:32.628 INFO [stderr] 11 | | foreign_links { Dec 18 18:22:32.628 INFO [stderr] 12 | | AddrParse(::std::net::AddrParseError); Dec 18 18:22:32.628 INFO [stderr] 13 | | Io(::std::io::Error); Dec 18 18:22:32.628 INFO [stderr] ... | Dec 18 18:22:32.628 INFO [stderr] 17 | | } Dec 18 18:22:32.628 INFO [stderr] 18 | | } Dec 18 18:22:32.628 INFO [stderr] | |_^ Dec 18 18:22:32.628 INFO [stderr] | Dec 18 18:22:32.628 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 18 18:22:32.628 INFO [stderr] Dec 18 18:22:32.658 INFO [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` Dec 18 18:22:32.658 INFO [stderr] --> src/dal/sqlite.rs:51:54 Dec 18 18:22:32.658 INFO [stderr] | Dec 18 18:22:32.658 INFO [stderr] 51 | create_table = String::from(create_table.trim_right_matches(',')); Dec 18 18:22:32.658 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Dec 18 18:22:32.658 INFO [stderr] | Dec 18 18:22:32.658 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 18 18:22:32.658 INFO [stderr] Dec 18 18:22:32.664 INFO [stderr] error[E0282]: type annotations needed Dec 18 18:22:32.664 INFO [stderr] --> src/dal/sqlite.rs:57:37 Dec 18 18:22:32.664 INFO [stderr] | Dec 18 18:22:32.664 INFO [stderr] 57 | conn.execute(&create_table, &[])?; Dec 18 18:22:32.664 INFO [stderr] | ^^^ cannot infer type Dec 18 18:22:32.664 INFO [stderr] Dec 18 18:22:32.704 INFO [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting Dec 18 18:22:32.704 INFO [stderr] --> src/error.rs:10:1 Dec 18 18:22:32.704 INFO [stderr] | Dec 18 18:22:32.704 INFO [stderr] 10 | / error_chain!{ Dec 18 18:22:32.704 INFO [stderr] 11 | | foreign_links { Dec 18 18:22:32.704 INFO [stderr] 12 | | AddrParse(::std::net::AddrParseError); Dec 18 18:22:32.704 INFO [stderr] 13 | | Io(::std::io::Error); Dec 18 18:22:32.704 INFO [stderr] ... | Dec 18 18:22:32.704 INFO [stderr] 17 | | } Dec 18 18:22:32.704 INFO [stderr] 18 | | } Dec 18 18:22:32.704 INFO [stderr] | |_^ Dec 18 18:22:32.704 INFO [stderr] | Dec 18 18:22:32.704 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 18 18:22:32.704 INFO [stderr] Dec 18 18:22:32.708 INFO [stderr] error: aborting due to previous error Dec 18 18:22:32.708 INFO [stderr] Dec 18 18:22:32.708 INFO [stderr] For more information about this error, try `rustc --explain E0282`. Dec 18 18:22:32.728 INFO [stderr] error: aborting due to previous error Dec 18 18:22:32.728 INFO [stderr] Dec 18 18:22:32.728 INFO [stderr] For more information about this error, try `rustc --explain E0282`. Dec 18 18:22:32.732 INFO [stderr] error: Could not compile `atter`. Dec 18 18:22:32.732 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 18 18:22:32.747 INFO [stderr] error: Could not compile `atter`. Dec 18 18:22:32.747 INFO [stderr] Dec 18 18:22:32.747 INFO [stderr] To learn more, run the command again with --verbose. Dec 18 18:22:33.722 INFO running `"docker" "inspect" "f74d770182d2ad8169d571ce6cb67256799e9326b08fdd50108ced577cafdef3"` Dec 18 18:22:34.004 INFO running `"docker" "rm" "-f" "f74d770182d2ad8169d571ce6cb67256799e9326b08fdd50108ced577cafdef3"` Dec 18 18:22:34.308 INFO [stdout] f74d770182d2ad8169d571ce6cb67256799e9326b08fdd50108ced577cafdef3