[INFO] updating cached repository https://github.com/danrees/budget [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] dad06ad938571ff28751b3e7a0193fb00e9b9112 [INFO] checking danrees/budget against master#212aa3ea28d91a97d1e1261709c0b6e6790788e6 for pr-69340 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdanrees%2Fbudget" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/danrees/budget on toolchain 212aa3ea28d91a97d1e1261709c0b6e6790788e6 [INFO] running `"/workspace/cargo-home/bin/cargo" "+212aa3ea28d91a97d1e1261709c0b6e6790788e6" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/danrees/budget [INFO] finished tweaking git repo https://github.com/danrees/budget [INFO] tweaked toml for git repo https://github.com/danrees/budget written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/danrees/budget already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+212aa3ea28d91a97d1e1261709c0b6e6790788e6" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+212aa3ea28d91a97d1e1261709c0b6e6790788e6" "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] 72c84286dbf622f66b7c433bd95f902e3ff1d5d64072e02a242adc3a37d56b9e [INFO] running `"docker" "start" "-a" "72c84286dbf622f66b7c433bd95f902e3ff1d5d64072e02a242adc3a37d56b9e"` [INFO] [stderr] Checking memchr v2.2.1 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Checking num-bigint v0.2.4 [INFO] [stderr] Compiling diesel_derives v1.4.1 [INFO] [stderr] Checking chrono v0.4.10 [INFO] [stderr] Checking csv-core v0.1.6 [INFO] [stderr] Checking serde v1.0.104 [INFO] [stderr] Checking bigdecimal v0.1.0 [INFO] [stderr] Checking bstr v0.2.8 [INFO] [stderr] Checking diesel v1.4.3 [INFO] [stderr] Checking csv v1.1.1 [INFO] [stderr] Checking budget v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: cannot find attribute `belongs_to` in this scope [INFO] [stderr] --> src/models.rs:39:3 [INFO] [stderr] | [INFO] [stderr] 39 | #[belongs_to(Transaction)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute `belongs_to` in this scope [INFO] [stderr] --> src/models.rs:40:3 [INFO] [stderr] | [INFO] [stderr] 40 | #[belongs_to(Category)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute `belongs_to` in this scope [INFO] [stderr] --> src/models.rs:48:3 [INFO] [stderr] | [INFO] [stderr] 48 | #[belongs_to(Transaction)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute `belongs_to` in this scope [INFO] [stderr] --> src/models.rs:49:3 [INFO] [stderr] | [INFO] [stderr] 49 | #[belongs_to(Category)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `new_categorys` [INFO] [stderr] --> src/models.rs:33:12 [INFO] [stderr] | [INFO] [stderr] 33 | pub struct NewCategory { [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `new_categorys` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `new_transaction_categorys` [INFO] [stderr] --> src/models.rs:50:12 [INFO] [stderr] | [INFO] [stderr] 50 | pub struct NewTransactionCategory { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `new_transaction_categorys` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `std::string::String: diesel::Expression` is not satisfied [INFO] [stderr] --> src/models.rs:5:28 [INFO] [stderr] | [INFO] [stderr] 5 | #[derive(Debug,Deserialize,Insertable)] [INFO] [stderr] | ^^^^^^^^^^ the trait `diesel::Expression` is not implemented for `std::string::String` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `diesel::expression::AsExpression` for `std::string::String` [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `std::string::String: diesel::Expression` is not satisfied [INFO] [stderr] --> src/models.rs:5:28 [INFO] [stderr] | [INFO] [stderr] 5 | #[derive(Debug,Deserialize,Insertable)] [INFO] [stderr] | ^^^^^^^^^^ the trait `diesel::Expression` is not implemented for `std::string::String` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `diesel::Expression` for `&std::string::String` [INFO] [stderr] = note: required because of the requirements on the impl of `diesel::expression::AsExpression` for `&std::string::String` [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `std::string::String: diesel::Expression` is not satisfied [INFO] [stderr] --> src/models.rs:5:28 [INFO] [stderr] | [INFO] [stderr] 5 | #[derive(Debug,Deserialize,Insertable)] [INFO] [stderr] | ^^^^^^^^^^ the trait `diesel::Expression` is not implemented for `std::string::String` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `diesel::Expression` for `&'insert std::string::String` [INFO] [stderr] = note: required because of the requirements on the impl of `diesel::expression::AsExpression` for `&'insert std::string::String` [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find attribute `belongs_to` in this scope [INFO] [stderr] --> src/models.rs:39:3 [INFO] [stderr] | [INFO] [stderr] 39 | #[belongs_to(Transaction)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute `belongs_to` in this scope [INFO] [stderr] --> src/models.rs:40:3 [INFO] [stderr] | [INFO] [stderr] 40 | #[belongs_to(Category)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute `belongs_to` in this scope [INFO] [stderr] --> src/models.rs:48:3 [INFO] [stderr] | [INFO] [stderr] 48 | #[belongs_to(Transaction)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute `belongs_to` in this scope [INFO] [stderr] --> src/models.rs:49:3 [INFO] [stderr] | [INFO] [stderr] 49 | #[belongs_to(Category)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `new_categorys` [INFO] [stderr] --> src/models.rs:33:12 [INFO] [stderr] | [INFO] [stderr] 33 | pub struct NewCategory { [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `new_categorys` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `new_transaction_categorys` [INFO] [stderr] --> src/models.rs:50:12 [INFO] [stderr] | [INFO] [stderr] 50 | pub struct NewTransactionCategory { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `new_transaction_categorys` [INFO] [stderr] [INFO] [stderr] error: aborting due to 9 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `budget`. [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[E0277]: the trait bound `std::string::String: diesel::Expression` is not satisfied [INFO] [stderr] --> src/models.rs:5:28 [INFO] [stderr] | [INFO] [stderr] 5 | #[derive(Debug,Deserialize,Insertable)] [INFO] [stderr] | ^^^^^^^^^^ the trait `diesel::Expression` is not implemented for `std::string::String` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `diesel::expression::AsExpression` for `std::string::String` [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `std::string::String: diesel::Expression` is not satisfied [INFO] [stderr] --> src/models.rs:5:28 [INFO] [stderr] | [INFO] [stderr] 5 | #[derive(Debug,Deserialize,Insertable)] [INFO] [stderr] | ^^^^^^^^^^ the trait `diesel::Expression` is not implemented for `std::string::String` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `diesel::Expression` for `&std::string::String` [INFO] [stderr] = note: required because of the requirements on the impl of `diesel::expression::AsExpression` for `&std::string::String` [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `std::string::String: diesel::Expression` is not satisfied [INFO] [stderr] --> src/models.rs:5:28 [INFO] [stderr] | [INFO] [stderr] 5 | #[derive(Debug,Deserialize,Insertable)] [INFO] [stderr] | ^^^^^^^^^^ the trait `diesel::Expression` is not implemented for `std::string::String` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `diesel::Expression` for `&'insert std::string::String` [INFO] [stderr] = note: required because of the requirements on the impl of `diesel::expression::AsExpression` for `&'insert std::string::String` [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 9 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `budget`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "72c84286dbf622f66b7c433bd95f902e3ff1d5d64072e02a242adc3a37d56b9e"` [INFO] running `"docker" "rm" "-f" "72c84286dbf622f66b7c433bd95f902e3ff1d5d64072e02a242adc3a37d56b9e"` [INFO] [stdout] 72c84286dbf622f66b7c433bd95f902e3ff1d5d64072e02a242adc3a37d56b9e