[INFO] updating cached repository https://github.com/NathanielPerkins/time-tracker
[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] c3f8ef36d7a7bac9e3b64266b6657bbc018a37d3
[INFO] checking NathanielPerkins/time-tracker against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNathanielPerkins%2Ftime-tracker" "/workspace/builds/worker-13/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/NathanielPerkins/time-tracker 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/NathanielPerkins/time-tracker
[INFO] finished tweaking git repo https://github.com/NathanielPerkins/time-tracker
[INFO] tweaked toml for git repo https://github.com/NathanielPerkins/time-tracker written to /workspace/builds/worker-13/source/Cargo.toml
[INFO] crate git repo https://github.com/NathanielPerkins/time-tracker 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]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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] 4cacd95cbe6a497aa16f2212249b6e1c033e32b02830d54dd504ab8604375018
[INFO] running `"docker" "start" "-a" "4cacd95cbe6a497aa16f2212249b6e1c033e32b02830d54dd504ab8604375018"`
[INFO] [stderr]    Compiling pq-sys v0.4.4
[INFO] [stderr]     Checking num-integer v0.1.36
[INFO] [stderr]     Checking regex v0.2.10
[INFO] [stderr]    Compiling syn v0.12.15
[INFO] [stderr]     Checking chrono v0.4.1
[INFO] [stderr]     Checking dotenv v0.9.0
[INFO] [stderr]    Compiling diesel_derives v1.2.0
[INFO] [stderr]     Checking diesel v1.2.2
[INFO] [stderr]     Checking time_tracker v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0432]: unresolved import `diesel::sqlite`
[INFO] [stderr]  --> src/lib.rs:9:13
[INFO] [stderr]   |
[INFO] [stderr] 9 | use diesel::sqlite::SqliteConnection;
[INFO] [stderr]   |             ^^^^^^ could not find `sqlite` in `diesel`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `Chrono`
[INFO] [stderr]  --> src/models.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use Chrono::NaiveDateTime;
[INFO] [stderr]   |     ^^^^^^ maybe a missing crate `Chrono`?
[INFO] [stderr] 
[INFO] [stderr] warning: cannot find type `table` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel-1.2.2/src/macros/mod.rs:753:42
[INFO] [stderr]     |
[INFO] [stderr] 753 |             #[derive(Debug, Clone, Copy, QueryId)]
[INFO] [stderr]     |                                          ^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(proc_macro_derive_resolution_fallback)]` on by default
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #50504 <https://github.com/rust-lang/rust/issues/50504>
[INFO] [stderr] 
[INFO] [stderr] warning: cannot find type `table` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel-1.2.2/src/macros/mod.rs:753:42
[INFO] [stderr]     |
[INFO] [stderr] 753 |             #[derive(Debug, Clone, Copy, QueryId)]
[INFO] [stderr]     |                                          ^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #50504 <https://github.com/rust-lang/rust/issues/50504>
[INFO] [stderr] 
[INFO] [stderr] warning: cannot find type `id` in this scope
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel-1.2.2/src/macros/mod.rs:9:38
[INFO] [stderr]   |
[INFO] [stderr] 9 |         #[derive(Debug, Clone, Copy, QueryId, Default)]
[INFO] [stderr]   |                                      ^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stderr]   |
[INFO] [stderr]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]   = note: for more information, see issue #50504 <https://github.com/rust-lang/rust/issues/50504>
[INFO] [stderr] 
[INFO] [stderr] warning: cannot find type `created_at` in this scope
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel-1.2.2/src/macros/mod.rs:9:38
[INFO] [stderr]   |
[INFO] [stderr] 9 |         #[derive(Debug, Clone, Copy, QueryId, Default)]
[INFO] [stderr]   |                                      ^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stderr]   |
[INFO] [stderr]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]   = note: for more information, see issue #50504 <https://github.com/rust-lang/rust/issues/50504>
[INFO] [stderr] 
[INFO] [stderr] warning: cannot find type `window` in this scope
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel-1.2.2/src/macros/mod.rs:9:38
[INFO] [stderr]   |
[INFO] [stderr] 9 |         #[derive(Debug, Clone, Copy, QueryId, Default)]
[INFO] [stderr]   |                                      ^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stderr]   |
[INFO] [stderr]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]   = note: for more information, see issue #50504 <https://github.com/rust-lang/rust/issues/50504>
[INFO] [stderr] 
[INFO] [stderr] warning: cannot find type `focus` in this scope
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel-1.2.2/src/macros/mod.rs:9:38
[INFO] [stderr]   |
[INFO] [stderr] 9 |         #[derive(Debug, Clone, Copy, QueryId, Default)]
[INFO] [stderr]   |                                      ^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stderr]   |
[INFO] [stderr]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]   = note: for more information, see issue #50504 <https://github.com/rust-lang/rust/issues/50504>
[INFO] [stderr] 
[INFO] [stderr] warning: type `log` should have an upper camel case name
[INFO] [stderr]  --> src/models.rs:4:12
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub struct log {
[INFO] [stderr]   |            ^^^ help: convert the identifier to upper camel case: `Log`
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(non_camel_case_types)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: cannot find type `NaiveDateTime` in this scope
[INFO] [stderr]  --> src/models.rs:3:10
[INFO] [stderr]   |
[INFO] [stderr] 3 | #[derive(Queryable)]
[INFO] [stderr]   |          ^^^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stderr]   |
[INFO] [stderr]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]   = note: for more information, see issue #50504 <https://github.com/rust-lang/rust/issues/50504>
[INFO] [stderr] 
[INFO] [stderr] warning: cannot find type `log` in this scope
[INFO] [stderr]  --> src/models.rs:3:10
[INFO] [stderr]   |
[INFO] [stderr] 3 | #[derive(Queryable)]
[INFO] [stderr]   |          ^^^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stderr]   |
[INFO] [stderr]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]   = note: for more information, see issue #50504 <https://github.com/rust-lang/rust/issues/50504>
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `diesel::prelude::*`
[INFO] [stderr]  --> src/lib.rs:8:5
[INFO] [stderr]   |
[INFO] [stderr] 8 | use diesel::prelude::*;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `diesel::sqlite`
[INFO] [stderr]  --> src/lib.rs:9:13
[INFO] [stderr]   |
[INFO] [stderr] 9 | use diesel::sqlite::SqliteConnection;
[INFO] [stderr]   |             ^^^^^^ could not find `sqlite` in `diesel`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `Chrono`
[INFO] [stderr]  --> src/models.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use Chrono::NaiveDateTime;
[INFO] [stderr]   |     ^^^^^^ maybe a missing crate `Chrono`?
[INFO] [stderr] 
[INFO] [stderr] warning: cannot find type `table` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel-1.2.2/src/macros/mod.rs:753:42
[INFO] [stderr]     |
[INFO] [stderr] 753 |             #[derive(Debug, Clone, Copy, QueryId)]
[INFO] [stderr]     |                                          ^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(proc_macro_derive_resolution_fallback)]` on by default
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #50504 <https://github.com/rust-lang/rust/issues/50504>
[INFO] [stderr] 
[INFO] [stderr] warning: cannot find type `table` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel-1.2.2/src/macros/mod.rs:753:42
[INFO] [stderr]     |
[INFO] [stderr] 753 |             #[derive(Debug, Clone, Copy, QueryId)]
[INFO] [stderr]     |                                          ^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #50504 <https://github.com/rust-lang/rust/issues/50504>
[INFO] [stderr] 
[INFO] [stderr] warning: cannot find type `id` in this scope
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel-1.2.2/src/macros/mod.rs:9:38
[INFO] [stderr]   |
[INFO] [stderr] 9 |         #[derive(Debug, Clone, Copy, QueryId, Default)]
[INFO] [stderr]   |                                      ^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stderr]   |
[INFO] [stderr]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]   = note: for more information, see issue #50504 <https://github.com/rust-lang/rust/issues/50504>
[INFO] [stderr] 
[INFO] [stderr] warning: cannot find type `created_at` in this scope
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel-1.2.2/src/macros/mod.rs:9:38
[INFO] [stderr]   |
[INFO] [stderr] 9 |         #[derive(Debug, Clone, Copy, QueryId, Default)]
[INFO] [stderr]   |                                      ^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stderr]   |
[INFO] [stderr]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]   = note: for more information, see issue #50504 <https://github.com/rust-lang/rust/issues/50504>
[INFO] [stderr] 
[INFO] [stderr] warning: cannot find type `window` in this scope
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel-1.2.2/src/macros/mod.rs:9:38
[INFO] [stderr]   |
[INFO] [stderr] 9 |         #[derive(Debug, Clone, Copy, QueryId, Default)]
[INFO] [stderr]   |                                      ^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stderr]   |
[INFO] [stderr]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]   = note: for more information, see issue #50504 <https://github.com/rust-lang/rust/issues/50504>
[INFO] [stderr] 
[INFO] [stderr] warning: cannot find type `focus` in this scope
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel-1.2.2/src/macros/mod.rs:9:38
[INFO] [stderr]   |
[INFO] [stderr] 9 |         #[derive(Debug, Clone, Copy, QueryId, Default)]
[INFO] [stderr]   |                                      ^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stderr]   |
[INFO] [stderr]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]   = note: for more information, see issue #50504 <https://github.com/rust-lang/rust/issues/50504>
[INFO] [stderr] 
[INFO] [stderr] warning: type `log` should have an upper camel case name
[INFO] [stderr]  --> src/models.rs:4:12
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub struct log {
[INFO] [stderr]   |            ^^^ help: convert the identifier to upper camel case: `Log`
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(non_camel_case_types)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: cannot find type `NaiveDateTime` in this scope
[INFO] [stderr]  --> src/models.rs:3:10
[INFO] [stderr]   |
[INFO] [stderr] 3 | #[derive(Queryable)]
[INFO] [stderr]   |          ^^^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stderr]   |
[INFO] [stderr]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]   = note: for more information, see issue #50504 <https://github.com/rust-lang/rust/issues/50504>
[INFO] [stderr] 
[INFO] [stderr] warning: cannot find type `log` in this scope
[INFO] [stderr]  --> src/models.rs:3:10
[INFO] [stderr]   |
[INFO] [stderr] 3 | #[derive(Queryable)]
[INFO] [stderr]   |          ^^^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stderr]   |
[INFO] [stderr]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]   = note: for more information, see issue #50504 <https://github.com/rust-lang/rust/issues/50504>
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `diesel::prelude::*`
[INFO] [stderr]  --> src/lib.rs:8:5
[INFO] [stderr]   |
[INFO] [stderr] 8 | use diesel::prelude::*;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `time_tracker`.
[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 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `time_tracker`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "4cacd95cbe6a497aa16f2212249b6e1c033e32b02830d54dd504ab8604375018"`
[INFO] running `"docker" "rm" "-f" "4cacd95cbe6a497aa16f2212249b6e1c033e32b02830d54dd504ab8604375018"`
[INFO] [stdout] 4cacd95cbe6a497aa16f2212249b6e1c033e32b02830d54dd504ab8604375018
