[INFO] cloning repository https://github.com/third-meow/rain-seq [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/third-meow/rain-seq" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthird-meow%2Frain-seq"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthird-meow%2Frain-seq'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 8321307e59cdbe07d4640b071ad33e203184d7b7 [INFO] checking third-meow/rain-seq against try#ba14a92a10441c4b839ce71e6ef5f7a48bbff18f for prs-64470-and-65389 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthird-meow%2Frain-seq" "/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/third-meow/rain-seq on toolchain ba14a92a10441c4b839ce71e6ef5f7a48bbff18f [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/third-meow/rain-seq [INFO] finished tweaking git repo https://github.com/third-meow/rain-seq [INFO] tweaked toml for git repo https://github.com/third-meow/rain-seq written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/third-meow/rain-seq already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: the cargo feature `rename-dependency` is now stable and is no longer necessary to be listed in the manifest [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" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "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] dd87872825b61b871775c46a038b502bedd1aa5a52beaa1925bdf8a4f7226e2d [INFO] running `"docker" "start" "-a" "dd87872825b61b871775c46a038b502bedd1aa5a52beaa1925bdf8a4f7226e2d"` [INFO] [stderr] warning: the cargo feature `rename-dependency` is now stable and is no longer necessary to be listed in the manifest [INFO] [stderr] Checking memchr v0.1.11 [INFO] [stderr] Checking mio v0.6.16 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Checking tokio-io v0.1.12 [INFO] [stderr] Checking serde_urlencoded v0.5.5 [INFO] [stderr] Checking tokio-threadpool v0.1.14 [INFO] [stderr] Checking flate2 v1.0.7 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Checking native-tls v0.2.3 [INFO] [stderr] Checking aho-corasick v0.5.3 [INFO] [stderr] Checking h2 v0.1.18 [INFO] [stderr] Checking cookie_store v0.5.1 [INFO] [stderr] Checking tokio-reactor v0.1.9 [INFO] [stderr] Checking regex v0.1.80 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking dotenv v0.8.0 [INFO] [stderr] Checking tokio v0.1.19 [INFO] [stderr] Compiling dotenv_codegen_impl v0.1.0 [INFO] [stderr] Checking hyper v0.12.27 [INFO] [stderr] Checking dotenv_codegen v0.11.0 [INFO] [stderr] Checking hyper-tls v0.3.2 [INFO] [stderr] Checking reqwest v0.9.15 [INFO] [stderr] Checking rain_seq v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: proc-macro derive panicked [INFO] [stderr] --> src/main.rs:44:19 [INFO] [stderr] | [INFO] [stderr] 44 | let api_key = dotenv!("APIKEY"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: message: environment variable `APIKEY` not defined [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `rain_seq`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: proc-macro derive panicked [INFO] [stderr] --> src/main.rs:44:19 [INFO] [stderr] | [INFO] [stderr] 44 | let api_key = dotenv!("APIKEY"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: message: environment variable `APIKEY` not defined [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `rain_seq`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "dd87872825b61b871775c46a038b502bedd1aa5a52beaa1925bdf8a4f7226e2d"` [INFO] running `"docker" "rm" "-f" "dd87872825b61b871775c46a038b502bedd1aa5a52beaa1925bdf8a4f7226e2d"` [INFO] [stdout] dd87872825b61b871775c46a038b502bedd1aa5a52beaa1925bdf8a4f7226e2d