[INFO] crate atter 0.1.1 is already in cache
[INFO] checking atter-0.1.1 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate atter 0.1.1 into /workspace/builds/worker-5/source
[INFO] validating manifest of crates.io crate atter 0.1.1 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate atter 0.1.1
[INFO] finished tweaking crates.io crate atter 0.1.1
[INFO] tweaked toml for crates.io crate atter 0.1.1 written to /workspace/builds/worker-5/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=forbid" "-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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 376f9076451addd135642293a2f4377de74368b17b5b0075f4bb136d4f64c2eb
[INFO] running `"docker" "start" "-a" "376f9076451addd135642293a2f4377de74368b17b5b0075f4bb136d4f64c2eb"`
[INFO] [stderr]    Compiling serde v1.0.106
[INFO] [stderr]     Checking ucd-util v0.1.8
[INFO] [stderr]     Checking linked-hash-map v0.5.2
[INFO] [stderr]    Compiling regex v0.2.11
[INFO] [stderr]     Checking fallible-iterator v0.2.0
[INFO] [stderr]     Checking utf8-ranges v1.0.4
[INFO] [stderr]     Checking fallible-streaming-iterator v0.1.9
[INFO] [stderr]    Compiling proc-macro-error-attr v0.4.12
[INFO] [stderr]    Compiling proc-macro-error v0.4.12
[INFO] [stderr]    Compiling error-chain v0.12.2
[INFO] [stderr]    Compiling libsqlite3-sys v0.17.3
[INFO] [stderr]     Checking regex-syntax v0.5.6
[INFO] [stderr]     Checking lru-cache v0.1.2
[INFO] [stderr]     Checking backtrace-sys v0.1.35
[INFO] [stderr]     Checking aho-corasick v0.6.10
[INFO] [stderr]     Checking backtrace v0.3.46
[INFO] [stderr]    Compiling syn-mid v0.5.0
[INFO] [stderr]     Checking rusqlite v0.22.0
[INFO] [stderr]    Compiling getset v0.1.0
[INFO] [stderr]     Checking toml v0.5.6
[INFO] [stderr]     Checking uuid v0.6.5
[INFO] [stderr]     Checking bincode v0.9.2
[INFO] [stderr]     Checking atter v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: use of deprecated item 'core::str::<impl str>::trim_right_matches': superseded by `trim_end_matches`
[INFO] [stderr]   --> src/dal/sqlite.rs:51:54
[INFO] [stderr]    |
[INFO] [stderr] 51 |             create_table = String::from(create_table.trim_right_matches(','));
[INFO] [stderr]    |                                                      ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error[E0282]: type annotations needed
[INFO] [stderr]   --> src/dal/sqlite.rs:57:37
[INFO] [stderr]    |
[INFO] [stderr] 57 |         conn.execute(&create_table, &[])?;
[INFO] [stderr]    |                                     ^^^ cannot infer type
[INFO] [stderr] 
[INFO] [stderr] error[E0282]: type annotations needed
[INFO] [stderr]   --> src/dal/sqlite.rs:78:35
[INFO] [stderr]    |
[INFO] [stderr] 78 |     let max_timestamp: i64 = stmt.query_row(&[], |row| row.get(0))?;
[INFO] [stderr]    |                                   ^^^^^^^^^ cannot infer type for type parameter `T`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0282`.
[INFO] [stderr] error: could not compile `atter`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] warning: use of deprecated item 'core::str::<impl str>::trim_right_matches': superseded by `trim_end_matches`
[INFO] [stderr]   --> src/dal/sqlite.rs:51:54
[INFO] [stderr]    |
[INFO] [stderr] 51 |             create_table = String::from(create_table.trim_right_matches(','));
[INFO] [stderr]    |                                                      ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error[E0282]: type annotations needed
[INFO] [stderr]   --> src/dal/sqlite.rs:57:37
[INFO] [stderr]    |
[INFO] [stderr] 57 |         conn.execute(&create_table, &[])?;
[INFO] [stderr]    |                                     ^^^ cannot infer type
[INFO] [stderr] 
[INFO] [stderr] error[E0282]: type annotations needed
[INFO] [stderr]   --> src/dal/sqlite.rs:78:35
[INFO] [stderr]    |
[INFO] [stderr] 78 |     let max_timestamp: i64 = stmt.query_row(&[], |row| row.get(0))?;
[INFO] [stderr]    |                                   ^^^^^^^^^ cannot infer type for type parameter `T`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0282`.
[INFO] [stderr] error: could not compile `atter`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "376f9076451addd135642293a2f4377de74368b17b5b0075f4bb136d4f64c2eb"`
[INFO] running `"docker" "rm" "-f" "376f9076451addd135642293a2f4377de74368b17b5b0075f4bb136d4f64c2eb"`
[INFO] [stdout] 376f9076451addd135642293a2f4377de74368b17b5b0075f4bb136d4f64c2eb
