[INFO] updating cached repository https://github.com/mozilla/discourse-email-in-lambda [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] 0b6faa68f3cdda2eb5a41d0abcd27a184674a46f [INFO] checking mozilla/discourse-email-in-lambda against master#0cbcb17d3306d6e22eafc2c05ce885db97d0189c for pr-68766 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmozilla%2Fdiscourse-email-in-lambda" "/workspace/builds/worker-10/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mozilla/discourse-email-in-lambda on toolchain 0cbcb17d3306d6e22eafc2c05ce885db97d0189c [INFO] running `"/workspace/cargo-home/bin/cargo" "+0cbcb17d3306d6e22eafc2c05ce885db97d0189c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/mozilla/discourse-email-in-lambda [INFO] finished tweaking git repo https://github.com/mozilla/discourse-email-in-lambda [INFO] tweaked toml for git repo https://github.com/mozilla/discourse-email-in-lambda written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/mozilla/discourse-email-in-lambda already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+0cbcb17d3306d6e22eafc2c05ce885db97d0189c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+0cbcb17d3306d6e22eafc2c05ce885db97d0189c" "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] 06d88b3b38e5381994ca08ec65dad57a9a6ee3634350462c0fa96ee76c60d18b [INFO] running `"docker" "start" "-a" "06d88b3b38e5381994ca08ec65dad57a9a6ee3634350462c0fa96ee76c60d18b"` [INFO] [stderr] Compiling syn v1.0.3 [INFO] [stderr] Checking arc-swap v0.4.2 [INFO] [stderr] Checking constant_time_eq v0.1.4 [INFO] [stderr] Checking shlex v0.1.1 [INFO] [stderr] Checking simple-error v0.2.1 [INFO] [stderr] Checking want v0.2.0 [INFO] [stderr] Checking dirs v1.0.5 [INFO] [stderr] Compiling rusoto_core v0.40.0 [INFO] [stderr] Checking xml-rs v0.7.0 [INFO] [stderr] Checking tokio-io v0.1.12 [INFO] [stderr] Checking mio-uds v0.6.7 [INFO] [stderr] Checking env_logger v0.6.2 [INFO] [stderr] Checking native-tls v0.2.3 [INFO] [stderr] Compiling lambda_runtime_errors_derive v0.1.1 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Checking tokio-threadpool v0.1.15 [INFO] [stderr] Checking crypto-mac v0.5.2 [INFO] [stderr] Checking hmac v0.5.0 [INFO] [stderr] Checking signal-hook-registry v1.1.1 [INFO] [stderr] Checking signal-hook v0.1.10 [INFO] [stderr] Checking tokio-reactor v0.1.9 [INFO] [stderr] Checking tokio-codec v0.1.1 [INFO] [stderr] Checking h2 v0.1.26 [INFO] [stderr] Checking tokio-fs v0.1.6 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking tokio-uds v0.2.5 [INFO] [stderr] Checking tokio-udp v0.1.3 [INFO] [stderr] Checking tokio-signal v0.2.7 [INFO] [stderr] Checking tokio-process v0.2.4 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking hyper v0.12.33 [INFO] [stderr] Compiling serde_derive v1.0.99 [INFO] [stderr] Checking hyper-tls v0.3.2 [INFO] [stderr] Checking serde v1.0.99 [INFO] [stderr] Checking serde_json v1.0.40 [INFO] [stderr] Checking chrono v0.4.7 [INFO] [stderr] Checking serde_urlencoded v0.5.5 [INFO] [stderr] Checking lambda_runtime_errors v0.1.1 [INFO] [stderr] Checking rusoto_credential v0.40.0 [INFO] [stderr] Checking cookie_store v0.7.0 [INFO] [stderr] Checking lambda_runtime_client v0.2.2 [INFO] [stderr] Checking reqwest v0.9.20 [INFO] [stderr] Checking lambda_runtime_core v0.1.2 [INFO] [stderr] Checking lambda_runtime v0.2.1 [INFO] [stderr] Checking rusoto_s3 v0.40.0 [INFO] [stderr] Checking discourse-email-in-lambda v0.2.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `ctx` [INFO] [stderr] --> src/lambda.rs:24:29 [INFO] [stderr] | [INFO] [stderr] 24 | fn my_handler(event: Value, ctx: Context) -> Result<(), HandlerError> { [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_ctx` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `ctx` [INFO] [stderr] --> src/lambda.rs:24:29 [INFO] [stderr] | [INFO] [stderr] 24 | fn my_handler(event: Value, ctx: Context) -> Result<(), HandlerError> { [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_ctx` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 19s [INFO] running `"docker" "inspect" "06d88b3b38e5381994ca08ec65dad57a9a6ee3634350462c0fa96ee76c60d18b"` [INFO] running `"docker" "rm" "-f" "06d88b3b38e5381994ca08ec65dad57a9a6ee3634350462c0fa96ee76c60d18b"` [INFO] [stdout] 06d88b3b38e5381994ca08ec65dad57a9a6ee3634350462c0fa96ee76c60d18b