Dec 18 18:22:28.735 INFO checking atter-0.1.1 against try#0b8c5828f68d7b2840b81fa51239346dc97fef5a for pr-54252 Dec 18 18:22:28.736 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-54252/worker-2/try#0b8c5828f68d7b2840b81fa51239346dc97fef5a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-54252/sources/try#0b8c5828f68d7b2840b81fa51239346dc97fef5a/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" "+0b8c5828f68d7b2840b81fa51239346dc97fef5a-alt" "check" "--frozen" "--all" "--all-targets"` Dec 18 18:22:28.996 INFO [stdout] 550ab8644c659fa66444e399fc00270996ff7316922d3d3a7141e996f9607e50 Dec 18 18:22:28.998 INFO running `"docker" "start" "-a" "550ab8644c659fa66444e399fc00270996ff7316922d3d3a7141e996f9607e50"` Dec 18 18:22:29.794 INFO [stderr] Compiling libsqlite3-sys v0.11.0 Dec 18 18:22:29.794 INFO [stderr] Checking uuid v0.6.5 Dec 18 18:22:31.123 INFO [stderr] Checking rusqlite v0.16.0 Dec 18 18:22:32.272 INFO [stderr] Checking atter v0.1.1 (/opt/crater/workdir) Dec 18 18:22:34.208 INFO [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` Dec 18 18:22:34.208 INFO [stderr] --> src/dal/sqlite.rs:51:54 Dec 18 18:22:34.208 INFO [stderr] | Dec 18 18:22:34.208 INFO [stderr] 51 | create_table = String::from(create_table.trim_right_matches(',')); Dec 18 18:22:34.208 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Dec 18 18:22:34.208 INFO [stderr] | Dec 18 18:22:34.208 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 18 18:22:34.208 INFO [stderr] Dec 18 18:22:34.216 INFO [stderr] error[E0282]: type annotations needed Dec 18 18:22:34.216 INFO [stderr] --> src/dal/sqlite.rs:57:37 Dec 18 18:22:34.216 INFO [stderr] | Dec 18 18:22:34.216 INFO [stderr] 57 | conn.execute(&create_table, &[])?; Dec 18 18:22:34.216 INFO [stderr] | ^^^ cannot infer type Dec 18 18:22:34.216 INFO [stderr] Dec 18 18:22:34.244 INFO [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting Dec 18 18:22:34.244 INFO [stderr] --> src/error.rs:10:1 Dec 18 18:22:34.244 INFO [stderr] | Dec 18 18:22:34.244 INFO [stderr] 10 | / error_chain!{ Dec 18 18:22:34.244 INFO [stderr] 11 | | foreign_links { Dec 18 18:22:34.244 INFO [stderr] 12 | | AddrParse(::std::net::AddrParseError); Dec 18 18:22:34.244 INFO [stderr] 13 | | Io(::std::io::Error); Dec 18 18:22:34.244 INFO [stderr] ... | Dec 18 18:22:34.244 INFO [stderr] 17 | | } Dec 18 18:22:34.244 INFO [stderr] 18 | | } Dec 18 18:22:34.244 INFO [stderr] | |_^ Dec 18 18:22:34.244 INFO [stderr] | Dec 18 18:22:34.244 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:34.244 INFO [stderr] Dec 18 18:22:34.268 INFO [stderr] error: aborting due to previous error Dec 18 18:22:34.268 INFO [stderr] Dec 18 18:22:34.268 INFO [stderr] For more information about this error, try `rustc --explain E0282`. Dec 18 18:22:34.275 INFO [stderr] error: Could not compile `atter`. Dec 18 18:22:34.275 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 18 18:22:34.280 INFO [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` Dec 18 18:22:34.280 INFO [stderr] --> src/dal/sqlite.rs:51:54 Dec 18 18:22:34.280 INFO [stderr] | Dec 18 18:22:34.280 INFO [stderr] 51 | create_table = String::from(create_table.trim_right_matches(',')); Dec 18 18:22:34.280 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Dec 18 18:22:34.280 INFO [stderr] | Dec 18 18:22:34.280 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 18 18:22:34.280 INFO [stderr] Dec 18 18:22:34.297 INFO [stderr] error[E0282]: type annotations needed Dec 18 18:22:34.297 INFO [stderr] --> src/dal/sqlite.rs:57:37 Dec 18 18:22:34.297 INFO [stderr] | Dec 18 18:22:34.297 INFO [stderr] 57 | conn.execute(&create_table, &[])?; Dec 18 18:22:34.297 INFO [stderr] | ^^^ cannot infer type Dec 18 18:22:34.297 INFO [stderr] Dec 18 18:22:34.330 INFO [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting Dec 18 18:22:34.330 INFO [stderr] --> src/error.rs:10:1 Dec 18 18:22:34.330 INFO [stderr] | Dec 18 18:22:34.330 INFO [stderr] 10 | / error_chain!{ Dec 18 18:22:34.330 INFO [stderr] 11 | | foreign_links { Dec 18 18:22:34.330 INFO [stderr] 12 | | AddrParse(::std::net::AddrParseError); Dec 18 18:22:34.331 INFO [stderr] 13 | | Io(::std::io::Error); Dec 18 18:22:34.331 INFO [stderr] ... | Dec 18 18:22:34.331 INFO [stderr] 17 | | } Dec 18 18:22:34.331 INFO [stderr] 18 | | } Dec 18 18:22:34.331 INFO [stderr] | |_^ Dec 18 18:22:34.331 INFO [stderr] | Dec 18 18:22:34.331 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:34.331 INFO [stderr] Dec 18 18:22:34.348 INFO [stderr] error: aborting due to previous error Dec 18 18:22:34.348 INFO [stderr] Dec 18 18:22:34.348 INFO [stderr] For more information about this error, try `rustc --explain E0282`. Dec 18 18:22:34.364 INFO [stderr] error: Could not compile `atter`. Dec 18 18:22:34.364 INFO [stderr] Dec 18 18:22:34.364 INFO [stderr] To learn more, run the command again with --verbose. Dec 18 18:22:35.288 INFO running `"docker" "inspect" "550ab8644c659fa66444e399fc00270996ff7316922d3d3a7141e996f9607e50"` Dec 18 18:22:35.568 INFO running `"docker" "rm" "-f" "550ab8644c659fa66444e399fc00270996ff7316922d3d3a7141e996f9607e50"` Dec 18 18:22:35.961 INFO [stdout] 550ab8644c659fa66444e399fc00270996ff7316922d3d3a7141e996f9607e50