[INFO] fetching crate atter 0.1.1... [INFO] checking atter-0.1.1 against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] extracting crate atter 0.1.1 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate atter 0.1.1 on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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-9/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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] bd92dd5cf99a759839d9d8619827663f5a0366b16b313241d9853745a9f02915 [INFO] running `"docker" "start" "-a" "bd92dd5cf99a759839d9d8619827663f5a0366b16b313241d9853745a9f02915"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking fallible-streaming-iterator v0.1.9 [INFO] [stderr] Checking fallible-iterator v0.2.0 [INFO] [stderr] Compiling libsqlite3-sys v0.16.0 [INFO] [stderr] Checking toml v0.5.3 [INFO] [stderr] Checking uuid v0.6.5 [INFO] [stderr] Compiling getset v0.0.8 [INFO] [stderr] Checking bincode v0.9.2 [INFO] [stderr] Checking rusqlite v0.20.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 `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] warning: build failed, waiting for other jobs to finish... [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 `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" "bd92dd5cf99a759839d9d8619827663f5a0366b16b313241d9853745a9f02915"` [INFO] running `"docker" "rm" "-f" "bd92dd5cf99a759839d9d8619827663f5a0366b16b313241d9853745a9f02915"` [INFO] [stdout] bd92dd5cf99a759839d9d8619827663f5a0366b16b313241d9853745a9f02915