[INFO] updating cached repository https://github.com/kardeiz/name_app [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] e5cac748f8ffb826aff0e8f309de94373d0d4d4b [INFO] checking kardeiz/name_app against beta-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkardeiz%2Fname_app" "/workspace/builds/worker-8/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/kardeiz/name_app on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/kardeiz/name_app [INFO] finished tweaking git repo https://github.com/kardeiz/name_app [INFO] tweaked toml for git repo https://github.com/kardeiz/name_app written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/kardeiz/name_app already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /workspace/builds/worker-8/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "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" "+beta-2019-10-27" "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-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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=allow" "-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" "+beta-2019-10-27" "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] 68239b530742d5678f4dff048d003deea1c3cc2f4fde8c8e11a24793b803622e [INFO] running `"docker" "start" "-a" "68239b530742d5678f4dff048d003deea1c3cc2f4fde8c8e11a24793b803622e"` [INFO] [stderr] Checking fallible-iterator v0.2.0 [INFO] [stderr] Checking fallible-streaming-iterator v0.1.9 [INFO] [stderr] Checking sequence_trie v0.3.6 [INFO] [stderr] Checking strsim v0.5.2 [INFO] [stderr] Checking glob v0.3.0 [INFO] [stderr] Compiling libsqlite3-sys v0.16.0 [INFO] [stderr] Checking lru-cache v0.1.2 [INFO] [stderr] Checking memchr v2.2.1 [INFO] [stderr] Checking base64 v0.9.3 [INFO] [stderr] Checking regex-automata v0.1.8 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Checking scheduled-thread-pool v0.2.2 [INFO] [stderr] Checking docopt v0.6.86 [INFO] [stderr] Checking r2d2 v0.8.6 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Checking hyper v0.10.16 [INFO] [stderr] Compiling mime_guess v1.8.7 [INFO] [stderr] Checking aho-corasick v0.7.6 [INFO] [stderr] Checking csv-core v0.1.6 [INFO] [stderr] Checking bstr v0.2.8 [INFO] [stderr] Checking rusqlite v0.20.0 [INFO] [stderr] Checking r2d2_sqlite v0.12.0 [INFO] [stderr] Checking csv v1.1.1 [INFO] [stderr] Checking regex v1.3.1 [INFO] [stderr] Checking iron v0.6.1 [INFO] [stderr] Checking persistent v0.4.0 [INFO] [stderr] Checking mount v0.4.0 [INFO] [stderr] Checking router v0.6.0 [INFO] [stderr] Checking bodyparser v0.8.0 [INFO] [stderr] Checking staticfile v0.5.0 [INFO] [stderr] Checking urlencoded v0.6.0 [INFO] [stderr] Checking name_app v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `rusqlite::SqliteConnection` [INFO] [stderr] --> src/main.rs:42:7 [INFO] [stderr] | [INFO] [stderr] 42 | use rusqlite::SqliteConnection; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `SqliteConnection` in the root [INFO] [stderr] [INFO] [stderr] error[E0603]: struct `Config` is private [INFO] [stderr] --> src/main.rs:58:24 [INFO] [stderr] | [INFO] [stderr] 58 | let config = r2d2::Config::default(); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rusqlite::SqliteConnection` [INFO] [stderr] --> src/main.rs:42:7 [INFO] [stderr] | [INFO] [stderr] 42 | use rusqlite::SqliteConnection; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `SqliteConnection` in the root [INFO] [stderr] [INFO] [stderr] error[E0603]: struct `Config` is private [INFO] [stderr] --> src/main.rs:58:24 [INFO] [stderr] | [INFO] [stderr] 58 | let config = r2d2::Config::default(); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new` found for type `r2d2_sqlite::SqliteConnectionManager` in the current scope [INFO] [stderr] --> src/main.rs:57:44 [INFO] [stderr] | [INFO] [stderr] 57 | let manager = SqliteConnectionManager::new("test.db").unwrap(); [INFO] [stderr] | ^^^ function or associated item not found in `r2d2_sqlite::SqliteConnectionManager` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `default` found for type `r2d2::config::Config<_, _>` in the current scope [INFO] [stderr] --> src/main.rs:58:32 [INFO] [stderr] | [INFO] [stderr] 58 | let config = r2d2::Config::default(); [INFO] [stderr] | ^^^^^^^ function or associated item not found in `r2d2::config::Config<_, _>` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 2 parameters were supplied [INFO] [stderr] --> src/main.rs:59:5 [INFO] [stderr] | [INFO] [stderr] 59 | r2d2::Pool::new(config, manager).unwrap() [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `at` found for type `regex::Captures<'_>` in the current scope [INFO] [stderr] --> src/main.rs:94:56 [INFO] [stderr] | [INFO] [stderr] 94 | let year = rey.captures(pn).and_then(|caps| caps.at(0) ).unwrap(); [INFO] [stderr] | ^^ method not found in `regex::Captures<'_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_file` found for type `csv::Reader<_>` in the current scope [INFO] [stderr] --> src/main.rs:96:34 [INFO] [stderr] | [INFO] [stderr] 96 | let mut rdr = csv::Reader::from_file(txt.as_path()).unwrap(); [INFO] [stderr] | ^^^^^^^^^ function or associated item not found in `csv::Reader<_>` [INFO] [stderr] [INFO] [stderr] error[E0277]: `rusqlite::Rows<'_>` is not an iterator [INFO] [stderr] --> src/main.rs:143:17 [INFO] [stderr] | [INFO] [stderr] 143 | for _row in rows { [INFO] [stderr] | ^^^^ `rusqlite::Rows<'_>` is not an iterator [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::iter::Iterator` is not implemented for `rusqlite::Rows<'_>` [INFO] [stderr] = note: required by `std::iter::IntoIterator::into_iter` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 3 parameters but 2 parameters were supplied [INFO] [stderr] --> src/main.rs:196:12 [INFO] [stderr] | [INFO] [stderr] 196 | router.get("/data", data); [INFO] [stderr] | ^^^ expected 3 parameters [INFO] [stderr] [INFO] [stderr] error: aborting due to 9 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0277, E0432, E0599, E0603. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `name_app`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no function or associated item named `new` found for type `r2d2_sqlite::SqliteConnectionManager` in the current scope [INFO] [stderr] --> src/main.rs:57:44 [INFO] [stderr] | [INFO] [stderr] 57 | let manager = SqliteConnectionManager::new("test.db").unwrap(); [INFO] [stderr] | ^^^ function or associated item not found in `r2d2_sqlite::SqliteConnectionManager` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `default` found for type `r2d2::config::Config<_, _>` in the current scope [INFO] [stderr] --> src/main.rs:58:32 [INFO] [stderr] | [INFO] [stderr] 58 | let config = r2d2::Config::default(); [INFO] [stderr] | ^^^^^^^ function or associated item not found in `r2d2::config::Config<_, _>` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 2 parameters were supplied [INFO] [stderr] --> src/main.rs:59:5 [INFO] [stderr] | [INFO] [stderr] 59 | r2d2::Pool::new(config, manager).unwrap() [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `at` found for type `regex::Captures<'_>` in the current scope [INFO] [stderr] --> src/main.rs:94:56 [INFO] [stderr] | [INFO] [stderr] 94 | let year = rey.captures(pn).and_then(|caps| caps.at(0) ).unwrap(); [INFO] [stderr] | ^^ method not found in `regex::Captures<'_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_file` found for type `csv::Reader<_>` in the current scope [INFO] [stderr] --> src/main.rs:96:34 [INFO] [stderr] | [INFO] [stderr] 96 | let mut rdr = csv::Reader::from_file(txt.as_path()).unwrap(); [INFO] [stderr] | ^^^^^^^^^ function or associated item not found in `csv::Reader<_>` [INFO] [stderr] [INFO] [stderr] error[E0277]: `rusqlite::Rows<'_>` is not an iterator [INFO] [stderr] --> src/main.rs:143:17 [INFO] [stderr] | [INFO] [stderr] 143 | for _row in rows { [INFO] [stderr] | ^^^^ `rusqlite::Rows<'_>` is not an iterator [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::iter::Iterator` is not implemented for `rusqlite::Rows<'_>` [INFO] [stderr] = note: required by `std::iter::IntoIterator::into_iter` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 3 parameters but 2 parameters were supplied [INFO] [stderr] --> src/main.rs:196:12 [INFO] [stderr] | [INFO] [stderr] 196 | router.get("/data", data); [INFO] [stderr] | ^^^ expected 3 parameters [INFO] [stderr] [INFO] [stderr] error: aborting due to 9 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0277, E0432, E0599, E0603. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `name_app`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "68239b530742d5678f4dff048d003deea1c3cc2f4fde8c8e11a24793b803622e"` [INFO] running `"docker" "rm" "-f" "68239b530742d5678f4dff048d003deea1c3cc2f4fde8c8e11a24793b803622e"` [INFO] [stdout] 68239b530742d5678f4dff048d003deea1c3cc2f4fde8c8e11a24793b803622e