[INFO] updating cached repository https://github.com/ProCynic/hello-rust
[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] c765f4a5be06a6192d02bb7f1a1e45489585f028
[INFO] checking ProCynic/hello-rust against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FProCynic%2Fhello-rust" "/workspace/builds/worker-5/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/ProCynic/hello-rust 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/ProCynic/hello-rust
[INFO] finished tweaking git repo https://github.com/ProCynic/hello-rust
[INFO] tweaked toml for git repo https://github.com/ProCynic/hello-rust written to /workspace/builds/worker-5/source/Cargo.toml
[INFO] crate git repo https://github.com/ProCynic/hello-rust already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr] error: the lock file /workspace/builds/worker-5/source/Cargo.lock needs to be updated but --locked was passed to prevent this
[INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag.
[INFO] the lockfile is outdated, regenerating it
[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] b68013a4cb51150356984c0145aeb6d9e9df3bc5ce3305f34c5376779850f3c0
[INFO] running `"docker" "start" "-a" "b68013a4cb51150356984c0145aeb6d9e9df3bc5ce3305f34c5376779850f3c0"`
[INFO] [stderr]     Checking tokio v0.2.17
[INFO] [stderr]    Compiling futures-macro v0.3.4
[INFO] [stderr]    Compiling async-trait v0.1.30
[INFO] [stderr]     Checking postgres-types v0.1.1
[INFO] [stderr]     Checking persistent v0.4.0
[INFO] [stderr]     Checking router v0.6.0
[INFO] [stderr]     Checking bodyparser v0.8.0
[INFO] [stderr]     Checking futures-util v0.3.4
[INFO] [stderr]     Checking tokio-util v0.3.1
[INFO] [stderr]     Checking futures-executor v0.3.4
[INFO] [stderr]     Checking futures v0.3.4
[INFO] [stderr]     Checking tokio-postgres v0.5.3
[INFO] [stderr]     Checking postgres v0.17.2
[INFO] [stderr]     Checking hello_rust v0.0.1 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0432]: unresolved imports `self::postgres::Connection`, `self::postgres::SslMode`
[INFO] [stderr]  --> src/models/mod.rs:4:22
[INFO] [stderr]   |
[INFO] [stderr] 4 | use self::postgres::{Connection, SslMode};
[INFO] [stderr]   |                      ^^^^^^^^^^  ^^^^^^^ no `SslMode` in the root
[INFO] [stderr]   |                      |
[INFO] [stderr]   |                      no `Connection` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ConnectError` in this scope
[INFO] [stderr]   --> src/models/mod.rs:11:50
[INFO] [stderr]    |
[INFO] [stderr] 6  | pub trait Model {
[INFO] [stderr]    |                - help: you might be missing a type parameter: `<ConnectError>`
[INFO] [stderr] ...
[INFO] [stderr] 11 |     fn get_db_connection() -> Result<Connection, ConnectError> {
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved imports `self::postgres::Connection`, `self::postgres::SslMode`
[INFO] [stderr]  --> src/models/mod.rs:4:22
[INFO] [stderr]   |
[INFO] [stderr] 4 | use self::postgres::{Connection, SslMode};
[INFO] [stderr]   |                      ^^^^^^^^^^  ^^^^^^^ no `SslMode` in the root
[INFO] [stderr]   |                      |
[INFO] [stderr]   |                      no `Connection` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ConnectError` in this scope
[INFO] [stderr]   --> src/models/mod.rs:11:50
[INFO] [stderr]    |
[INFO] [stderr] 6  | pub trait Model {
[INFO] [stderr]    |                - help: you might be missing a type parameter: `<ConnectError>`
[INFO] [stderr] ...
[INFO] [stderr] 11 |     fn get_db_connection() -> Result<Connection, ConnectError> {
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the size for values of type `Self` cannot be known at compilation time
[INFO] [stderr]  --> src/models/mod.rs:9:22
[INFO] [stderr]   |
[INFO] [stderr] 9 |     fn find_one() -> Result<Self, DbError>;
[INFO] [stderr]   |                      ^^^^^^^^^^^^^^^^^^^^^- help: consider further restricting `Self`: `where Self: std::marker::Sized`
[INFO] [stderr]   |                      |
[INFO] [stderr]   |                      doesn't have a size known at compile-time
[INFO] [stderr]   |
[INFO] [stderr]   = help: the trait `std::marker::Sized` is not implemented for `Self`
[INFO] [stderr]   = note: to learn more, visit <https://doc.rust-lang.org/book/ch19-04-advanced-types.html#dynamically-sized-types-and-the-sized-trait>
[INFO] [stderr]   = note: required by `std::result::Result`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the size for values of type `Self` cannot be known at compilation time
[INFO] [stderr]  --> src/models/mod.rs:9:22
[INFO] [stderr]   |
[INFO] [stderr] 9 |     fn find_one() -> Result<Self, DbError>;
[INFO] [stderr]   |                      ^^^^^^^^^^^^^^^^^^^^^- help: consider further restricting `Self`: `where Self: std::marker::Sized`
[INFO] [stderr]   |                      |
[INFO] [stderr]   |                      doesn't have a size known at compile-time
[INFO] [stderr]   |
[INFO] [stderr]   = help: the trait `std::marker::Sized` is not implemented for `Self`
[INFO] [stderr]   = note: to learn more, visit <https://doc.rust-lang.org/book/ch19-04-advanced-types.html#dynamically-sized-types-and-the-sized-trait>
[INFO] [stderr]   = note: required by `std::result::Result`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the size for values of type `Self` cannot be known at compilation time
[INFO] [stderr]   --> src/models/mod.rs:10:18
[INFO] [stderr]    |
[INFO] [stderr] 10 |     fn find() -> Result<Vec<Self>, DbError>;
[INFO] [stderr]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^- help: consider further restricting `Self`: `where Self: std::marker::Sized`
[INFO] [stderr]    |                  |
[INFO] [stderr]    |                  doesn't have a size known at compile-time
[INFO] [stderr]    |
[INFO] [stderr]    = help: the trait `std::marker::Sized` is not implemented for `Self`
[INFO] [stderr]    = note: to learn more, visit <https://doc.rust-lang.org/book/ch19-04-advanced-types.html#dynamically-sized-types-and-the-sized-trait>
[INFO] [stderr]    = note: required by `std::vec::Vec`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the size for values of type `Self` cannot be known at compilation time
[INFO] [stderr]   --> src/models/mod.rs:10:18
[INFO] [stderr]    |
[INFO] [stderr] 10 |     fn find() -> Result<Vec<Self>, DbError>;
[INFO] [stderr]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^- help: consider further restricting `Self`: `where Self: std::marker::Sized`
[INFO] [stderr]    |                  |
[INFO] [stderr]    |                  doesn't have a size known at compile-time
[INFO] [stderr]    |
[INFO] [stderr]    = help: the trait `std::marker::Sized` is not implemented for `Self`
[INFO] [stderr]    = note: to learn more, visit <https://doc.rust-lang.org/book/ch19-04-advanced-types.html#dynamically-sized-types-and-the-sized-trait>
[INFO] [stderr]    = note: required by `std::vec::Vec`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 4 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0277, E0412, E0432.
[INFO] [stderr] For more information about an error, try `rustc --explain E0277`.
[INFO] [stderr] error: aborting due to 4 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0277, E0412, E0432.
[INFO] [stderr] For more information about an error, try `rustc --explain E0277`.
[INFO] [stderr] error: could not compile `hello_rust`.
[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: could not compile `hello_rust`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "b68013a4cb51150356984c0145aeb6d9e9df3bc5ce3305f34c5376779850f3c0"`
[INFO] running `"docker" "rm" "-f" "b68013a4cb51150356984c0145aeb6d9e9df3bc5ce3305f34c5376779850f3c0"`
[INFO] [stdout] b68013a4cb51150356984c0145aeb6d9e9df3bc5ce3305f34c5376779850f3c0
