[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 master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frafreitaz%2Fserverless-rust" "/workspace/builds/worker-3/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/rafreitaz/serverless-rust on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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-3/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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] 4a3b340981a6dcbd86d8416a75d831e02ac10fb5416dacf7c55c8052018b57ed
[INFO] running `"docker" "start" "-a" "4a3b340981a6dcbd86d8416a75d831e02ac10fb5416dacf7c55c8052018b57ed"`
[INFO] [stderr]    Compiling lambda_runtime_core v0.1.2
[INFO] [stderr]     Checking bytes v0.4.12
[INFO] [stderr]     Checking futures-cpupool v0.1.8
[INFO] [stderr]     Checking chrono v0.4.11
[INFO] [stderr]     Checking crossbeam-epoch v0.8.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 crossbeam-deque v0.7.3
[INFO] [stderr]     Checking tokio-io v0.1.13
[INFO] [stderr]     Checking http v0.1.21
[INFO] [stderr]     Checking tokio-buf v0.1.1
[INFO] [stderr]     Checking string v0.2.1
[INFO] [stderr]     Checking tokio-threadpool v0.1.18
[INFO] [stderr]     Checking simple_logger v1.6.0
[INFO] [stderr]     Checking tokio-reactor v0.1.12
[INFO] [stderr]     Checking tokio-codec v0.1.2
[INFO] [stderr]    Compiling failure_derive v0.1.7
[INFO] [stderr]     Checking tokio-fs v0.1.7
[INFO] [stderr]     Checking tokio-tcp v0.1.4
[INFO] [stderr]     Checking tokio-udp v0.1.6
[INFO] [stderr]     Checking tokio-uds v0.2.6
[INFO] [stderr]     Checking tokio v0.1.22
[INFO] [stderr]     Checking http-body v0.1.0
[INFO] [stderr]     Checking h2 v0.1.26
[INFO] [stderr]     Checking failure v0.1.7
[INFO] [stderr]     Checking lambda_runtime_errors v0.1.1
[INFO] [stderr]     Checking hyper v0.12.35
[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: could not compile `serverless-rust`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "4a3b340981a6dcbd86d8416a75d831e02ac10fb5416dacf7c55c8052018b57ed"`
[INFO] running `"docker" "rm" "-f" "4a3b340981a6dcbd86d8416a75d831e02ac10fb5416dacf7c55c8052018b57ed"`
[INFO] [stdout] 4a3b340981a6dcbd86d8416a75d831e02ac10fb5416dacf7c55c8052018b57ed
