[INFO] updating cached repository https://github.com/wbglaeser/library
[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] 3317073d83ab19dbaf7e1fb50f3ca7e945e11331
[INFO] checking wbglaeser/library against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwbglaeser%2Flibrary" "/workspace/builds/worker-7/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/wbglaeser/library on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/wbglaeser/library
[INFO] finished tweaking git repo https://github.com/wbglaeser/library
[INFO] tweaked toml for git repo https://github.com/wbglaeser/library written to /workspace/builds/worker-7/source/Cargo.toml
[INFO] crate git repo https://github.com/wbglaeser/library already has a lockfile, it will not be regenerated
[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-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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] bd973a8fe71755e9e82b97becd5f6750b6f5ace7ccee3295320159cbec1d682b
[INFO] running `"docker" "start" "-a" "bd973a8fe71755e9e82b97becd5f6750b6f5ace7ccee3295320159cbec1d682b"`
[INFO] [stderr]     Checking memchr v1.0.2
[INFO] [stderr]     Checking socket2 v0.3.8
[INFO] [stderr]     Checking postgres-protocol v0.3.2
[INFO] [stderr]     Checking postgres-shared v0.4.2
[INFO] [stderr]     Checking postgres v0.15.2
[INFO] [stderr]     Checking library v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0583]: file not found for module `dbpsql`
[INFO] [stderr]  --> src/bin/db_setup.rs:1:1
[INFO] [stderr]   |
[INFO] [stderr] 1 | pub mod dbpsql;
[INFO] [stderr]   | ^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = help: to create the module `dbpsql`, create file "src/bin/dbpsql.rs"
[INFO] [stderr] 
[INFO] [stderr] error[E0583]: file not found for module `entry_add`
[INFO] [stderr]  --> src/bin/entry_management.rs:1:1
[INFO] [stderr]   |
[INFO] [stderr] 1 | pub mod entry_add;
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = help: to create the module `entry_add`, create file "src/bin/entry_add.rs"
[INFO] [stderr] 
[INFO] [stderr] error[E0583]: file not found for module `entry_add`
[INFO] [stderr]  --> src/bin/entry_management.rs:1:1
[INFO] [stderr]   |
[INFO] [stderr] 1 | pub mod entry_add;
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = help: to create the module `entry_add`, create file "src/bin/entry_add.rs"
[INFO] [stderr] 
[INFO] [stderr] error[E0583]: file not found for module `dbpsql`
[INFO] [stderr]  --> src/bin/db_setup.rs:1:1
[INFO] [stderr]   |
[INFO] [stderr] 1 | pub mod dbpsql;
[INFO] [stderr]   | ^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = help: to create the module `dbpsql`, create file "src/bin/dbpsql.rs"
[INFO] [stderr] 
[INFO] [stderr] error[E0601]: `main` function not found in crate `db_setup`
[INFO] [stderr]  --> src/bin/db_setup.rs:1:1
[INFO] [stderr]   |
[INFO] [stderr] 1 | pub mod dbpsql;
[INFO] [stderr]   | ^^^^^^^^^^^^^^^ consider adding a `main` function to `src/bin/db_setup.rs`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0583, E0601.
[INFO] [stderr] For more information about an error, try `rustc --explain E0583`.
[INFO] [stderr] error: could not compile `library`.
[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[E0601]: `main` function not found in crate `entry_management`
[INFO] [stderr]  --> src/bin/entry_management.rs:1:1
[INFO] [stderr]   |
[INFO] [stderr] 1 | pub mod entry_add;
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^ consider adding a `main` function to `src/bin/entry_management.rs`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0583, E0601.
[INFO] [stderr] For more information about an error, try `rustc --explain E0583`.
[INFO] [stderr] error: could not compile `library`.
[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: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0583`.
[INFO] [stderr] error: could not compile `library`.
[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: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0583`.
[INFO] [stderr] error: could not compile `library`.
[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: unused import: `std::io`
[INFO] [stderr]  --> src/bin/main.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use std::io;
[INFO] [stderr]   |     ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `error`
[INFO] [stderr]   --> src/bin/db_setup/dbpsql.rs:15:13
[INFO] [stderr]    |
[INFO] [stderr] 15 |         Err(error) => {
[INFO] [stderr]    |             ^^^^^ help: if this is intentional, prefix it with an underscore: `_error`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `error`
[INFO] [stderr]   --> src/bin/db_setup/dbpsql.rs:26:13
[INFO] [stderr]    |
[INFO] [stderr] 26 |         Err(error) => {
[INFO] [stderr]    |             ^^^^^ help: if this is intentional, prefix it with an underscore: `_error`
[INFO] [stderr] 
[INFO] [stderr] warning: struct is never constructed: `Publication`
[INFO] [stderr]  --> src/bin/db_setup/dbpsql.rs:4:8
[INFO] [stderr]   |
[INFO] [stderr] 4 | struct Publication {
[INFO] [stderr]   |        ^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field is never read: `id`
[INFO] [stderr]  --> src/bin/entry_management/entry_add.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 |     id: i32,
[INFO] [stderr]   |     ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::io`
[INFO] [stderr]  --> src/bin/main.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use std::io;
[INFO] [stderr]   |     ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `error`
[INFO] [stderr]   --> src/bin/db_setup/dbpsql.rs:15:13
[INFO] [stderr]    |
[INFO] [stderr] 15 |         Err(error) => {
[INFO] [stderr]    |             ^^^^^ help: if this is intentional, prefix it with an underscore: `_error`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `error`
[INFO] [stderr]   --> src/bin/db_setup/dbpsql.rs:26:13
[INFO] [stderr]    |
[INFO] [stderr] 26 |         Err(error) => {
[INFO] [stderr]    |             ^^^^^ help: if this is intentional, prefix it with an underscore: `_error`
[INFO] [stderr] 
[INFO] [stderr] warning: struct is never constructed: `Publication`
[INFO] [stderr]  --> src/bin/db_setup/dbpsql.rs:4:8
[INFO] [stderr]   |
[INFO] [stderr] 4 | struct Publication {
[INFO] [stderr]   |        ^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field is never read: `id`
[INFO] [stderr]  --> src/bin/entry_management/entry_add.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 |     id: i32,
[INFO] [stderr]   |     ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: build failed
[INFO] running `"docker" "inspect" "bd973a8fe71755e9e82b97becd5f6750b6f5ace7ccee3295320159cbec1d682b"`
[INFO] running `"docker" "rm" "-f" "bd973a8fe71755e9e82b97becd5f6750b6f5ace7ccee3295320159cbec1d682b"`
[INFO] [stdout] bd973a8fe71755e9e82b97becd5f6750b6f5ace7ccee3295320159cbec1d682b
