[INFO] crate atter 0.1.1 is already in cache [INFO] checking atter-0.1.1 against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] extracting crate atter 0.1.1 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate atter 0.1.1 on toolchain 45d050cde277b22a755847338f2acc2c7b834141 [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "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-6/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+45d050cde277b22a755847338f2acc2c7b834141" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 57f7b422c2e209a765bc0f51f4faa397a57801fb045e6c78ae3ceef57914a249 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "57f7b422c2e209a765bc0f51f4faa397a57801fb045e6c78ae3ceef57914a249"` [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Checking smallvec v1.4.0 [INFO] [stderr] Checking matches v0.1.8 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Checking ucd-util v0.1.8 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking fallible-iterator v0.2.0 [INFO] [stderr] Checking fallible-streaming-iterator v0.1.9 [INFO] [stderr] Checking sha1 v0.6.0 [INFO] [stderr] Checking utf8-ranges v1.0.4 [INFO] [stderr] Compiling proc-macro-error-attr v0.4.12 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling proc-macro-error v0.4.12 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling libsqlite3-sys v0.18.0 [INFO] [stderr] Compiling error-chain v0.12.2 [INFO] [stderr] Checking lru-cache v0.1.2 [INFO] [stderr] Checking unicode-bidi v0.3.4 [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Checking regex-syntax v0.5.6 [INFO] [stderr] Checking toml v0.5.6 [INFO] [stderr] Compiling syn v1.0.18 [INFO] [stderr] Checking unicode-normalization v0.1.12 [INFO] [stderr] Checking aho-corasick v0.6.10 [INFO] [stderr] Checking bincode v0.9.2 [INFO] [stderr] Checking idna v0.1.5 [INFO] [stderr] Checking backtrace-sys v0.1.37 [INFO] [stderr] Checking time v0.1.43 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking backtrace v0.3.46 [INFO] [stderr] Checking chrono v0.4.11 [INFO] [stderr] Checking rusqlite v0.23.1 [INFO] [stderr] Checking uuid v0.6.5 [INFO] [stderr] Checking url v1.7.2 [INFO] [stderr] Compiling syn-mid v0.5.0 [INFO] [stderr] Compiling serde_derive v1.0.106 [INFO] [stderr] Compiling getset v0.1.0 [INFO] [stderr] Checking atter v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'core::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] warning: use of deprecated item 'core::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: aborting due to 2 previous errors; 1 warning emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0282`. [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: 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] 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; 1 warning emitted [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" "57f7b422c2e209a765bc0f51f4faa397a57801fb045e6c78ae3ceef57914a249"` [INFO] running `"docker" "rm" "-f" "57f7b422c2e209a765bc0f51f4faa397a57801fb045e6c78ae3ceef57914a249"` [INFO] [stdout] 57f7b422c2e209a765bc0f51f4faa397a57801fb045e6c78ae3ceef57914a249