[INFO] updating cached repository https://github.com/rafreitaz/serverless-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] 714c26243c87071adac6cdf9b4b6b4212f6e67d4 [INFO] checking rafreitaz/serverless-rust against try#879b8cb7dc2ad9102994457e73cf78d124926ea5 for pr-73084 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frafreitaz%2Fserverless-rust" "/workspace/builds/worker-8/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rafreitaz/serverless-rust on toolchain 879b8cb7dc2ad9102994457e73cf78d124926ea5 [INFO] running `"/workspace/cargo-home/bin/cargo" "+879b8cb7dc2ad9102994457e73cf78d124926ea5" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/rafreitaz/serverless-rust [INFO] finished tweaking git repo https://github.com/rafreitaz/serverless-rust [INFO] tweaked toml for git repo https://github.com/rafreitaz/serverless-rust written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/rafreitaz/serverless-rust already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+879b8cb7dc2ad9102994457e73cf78d124926ea5" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "+879b8cb7dc2ad9102994457e73cf78d124926ea5" "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] b333ae0c73952f624c53636c5661750c9d37afdf32a786999a4da84045940d35 [INFO] running `"docker" "start" "-a" "b333ae0c73952f624c53636c5661750c9d37afdf32a786999a4da84045940d35"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling failure_derive v0.1.7 [INFO] [stderr] Compiling lambda_runtime_core v0.1.2 [INFO] [stderr] Compiling backtrace-sys v0.1.33 [INFO] [stderr] Checking colored v1.9.3 [INFO] [stderr] Compiling syn v1.0.16 [INFO] [stderr] Checking chrono v0.4.11 [INFO] [stderr] Checking backtrace v0.3.45 [INFO] [stderr] Checking simple_logger v1.6.0 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling lambda_runtime_errors_derive v0.1.1 [INFO] [stderr] Checking failure v0.1.7 [INFO] [stderr] Checking lambda_runtime_errors v0.1.1 [INFO] [stderr] Checking lambda_runtime_client v0.2.2 [INFO] [stderr] Checking lambda_runtime v0.2.1 [INFO] [stderr] Checking serverless-rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0412]: cannot find type `string` in this scope [INFO] [stderr] --> src/lambda_api/model.rs:40:15 [INFO] [stderr] | [INFO] [stderr] 40 | pub city: string, [INFO] [stderr] | ^^^^^^ help: a struct with a similar name exists (notice the capitalization): `String` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `string` in this scope [INFO] [stderr] --> src/lambda_api/model.rs:40:15 [INFO] [stderr] | [INFO] [stderr] 40 | pub city: string, [INFO] [stderr] | ^^^^^^ help: a struct with a similar name exists (notice the capitalization): `String` [INFO] [stderr] [INFO] [stderr] error[E0283]: type annotations needed [INFO] [stderr] --> src/lambda_api/model.rs:40:5 [INFO] [stderr] | [INFO] [stderr] 40 | pub city: string, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ cannot infer type [INFO] [stderr] | [INFO] [stderr] = note: cannot satisfy `_: std::default::Default` [INFO] [stderr] = note: required by `std::default::Default::default` [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 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0283, E0412. [INFO] [stderr] For more information about an error, try `rustc --explain E0283`. [INFO] [stderr] error: could not compile `serverless-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[E0283]: type annotations needed [INFO] [stderr] --> src/lambda_api/model.rs:40:5 [INFO] [stderr] | [INFO] [stderr] 40 | pub city: string, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ cannot infer type [INFO] [stderr] | [INFO] [stderr] = note: cannot satisfy `_: std::default::Default` [INFO] [stderr] = note: required by `std::default::Default::default` [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 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0283, E0412. [INFO] [stderr] For more information about an error, try `rustc --explain E0283`. [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "b333ae0c73952f624c53636c5661750c9d37afdf32a786999a4da84045940d35"` [INFO] running `"docker" "rm" "-f" "b333ae0c73952f624c53636c5661750c9d37afdf32a786999a4da84045940d35"` [INFO] [stdout] b333ae0c73952f624c53636c5661750c9d37afdf32a786999a4da84045940d35