[INFO] updating cached repository https://github.com/grantmerola/painting_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] 743b17382b2fe0d1c934daf6965f4feff47ad5e4 [INFO] checking grantmerola/painting_tracker against master#bd0bacc694d7d8175804bb6f690cb846bfa4a9ee for pr-71665 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgrantmerola%2Fpainting_tracker" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/grantmerola/painting_tracker on toolchain bd0bacc694d7d8175804bb6f690cb846bfa4a9ee [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/grantmerola/painting_tracker [INFO] finished tweaking git repo https://github.com/grantmerola/painting_tracker [INFO] tweaked toml for git repo https://github.com/grantmerola/painting_tracker written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/grantmerola/painting_tracker already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "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] 7a53cb26be0b4a0636442bbdb381e237e56dbd66add8bddce381a2465d594508 [INFO] running `"docker" "start" "-a" "7a53cb26be0b4a0636442bbdb381e237e56dbd66add8bddce381a2465d594508"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Checking matches v0.1.8 [INFO] [stderr] Compiling syn v0.15.32 [INFO] [stderr] Compiling pkg-config v0.3.14 [INFO] [stderr] Checking percent-encoding v1.0.1 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stderr] Checking chrono v0.4.6 [INFO] [stderr] Checking unicode-bidi v0.3.4 [INFO] [stderr] Checking idna v0.1.5 [INFO] [stderr] Compiling mysqlclient-sys v0.2.4 [INFO] [stderr] Checking url v1.7.2 [INFO] [stderr] Compiling diesel_derives v1.4.0 [INFO] [stderr] Checking diesel v1.4.2 [INFO] [stderr] Checking painting_tracker v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: type `works` should have an upper camel case name [INFO] [stderr] --> src/lib.rs:37:12 [INFO] [stderr] | [INFO] [stderr] 37 | pub struct works{ [INFO] [stderr] | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Works` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `get_work_ids` in this scope [INFO] [stderr] --> src/lib.rs:267:21 [INFO] [stderr] | [INFO] [stderr] 267 | let should_work = get_work_ids(&x.pool); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: type `works` should have an upper camel case name [INFO] [stderr] --> src/lib.rs:37:12 [INFO] [stderr] | [INFO] [stderr] 37 | pub struct works{ [INFO] [stderr] | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Works` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stderr] [INFO] [stderr] warning: type `somevars` should have an upper camel case name [INFO] [stderr] --> src/lib.rs:197:9 [INFO] [stderr] | [INFO] [stderr] 197 | struct somevars<'a> { [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Somevars` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 2 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `painting_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] warning: associated function is never used: `new` [INFO] [stderr] --> src/lib.rs:131:2 [INFO] [stderr] | [INFO] [stderr] 131 | fn new( param_location_date: NaiveDate, [INFO] [stderr] | _____^ [INFO] [stderr] 132 | | param_location: String, [INFO] [stderr] 133 | | param_comment: String, [INFO] [stderr] 134 | | param_fk_works_id: i32, [INFO] [stderr] ... | [INFO] [stderr] 163 | | new_location [INFO] [stderr] 164 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "7a53cb26be0b4a0636442bbdb381e237e56dbd66add8bddce381a2465d594508"` [INFO] running `"docker" "rm" "-f" "7a53cb26be0b4a0636442bbdb381e237e56dbd66add8bddce381a2465d594508"` [INFO] [stdout] 7a53cb26be0b4a0636442bbdb381e237e56dbd66add8bddce381a2465d594508