[INFO] updating cached repository https://github.com/mhallin/juniper-example-todo-backend [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] f060e282528142f11ad0c79fe24ab3945c15aee9 [INFO] checking mhallin/juniper-example-todo-backend against beta-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmhallin%2Fjuniper-example-todo-backend" "/workspace/builds/worker-9/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mhallin/juniper-example-todo-backend on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/mhallin/juniper-example-todo-backend [INFO] finished tweaking git repo https://github.com/mhallin/juniper-example-todo-backend [INFO] tweaked toml for git repo https://github.com/mhallin/juniper-example-todo-backend written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/mhallin/juniper-example-todo-backend already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=allow" "-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" "+beta-2019-10-27" "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] a1b897d2f1d6aca3aa251f9d408b5d0bf80867d2aa7a57eb07bb808db0d79333 [INFO] running `"docker" "start" "-a" "a1b897d2f1d6aca3aa251f9d408b5d0bf80867d2aa7a57eb07bb808db0d79333"` [INFO] [stderr] Compiling version_check v0.1.2 [INFO] [stderr] Compiling byteorder v1.0.0 [INFO] [stderr] Checking time v0.1.37 [INFO] [stderr] Checking memchr v0.1.11 [INFO] [stderr] Checking unicode-bidi v0.3.3 [INFO] [stderr] Checking mime v0.2.6 [INFO] [stderr] Compiling libsqlite3-sys v0.8.1 [INFO] [stderr] Compiling thread-id v3.1.0 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling unreachable v0.1.1 [INFO] [stderr] Checking serde_json v0.8.6 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Checking thread-id v2.0.0 [INFO] [stderr] Checking aho-corasick v0.5.3 [INFO] [stderr] Compiling thread_local v0.3.3 [INFO] [stderr] Checking thread_local v0.2.7 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Checking regex v0.1.80 [INFO] [stderr] Checking idna v0.1.2 [INFO] [stderr] Compiling unicase v1.4.2 [INFO] [stderr] Checking diesel v0.13.0 [INFO] [stderr] Compiling regex v0.2.2 [INFO] [stderr] Compiling serde_derive_internals v0.15.1 [INFO] [stderr] Checking url v1.5.0 [INFO] [stderr] Checking dotenv v0.8.0 [INFO] [stderr] Compiling serde_derive v1.0.8 [INFO] [stderr] Checking hyper v0.10.12 [INFO] [stderr] Compiling dotenv v0.9.0 [INFO] [stderr] Checking iron v0.5.1 [INFO] [stderr] Checking persistent v0.3.0 [INFO] [stderr] Checking logger v0.3.0 [INFO] [stderr] Checking router v0.5.1 [INFO] [stderr] Checking mount v0.3.0 [INFO] [stderr] Checking bodyparser v0.5.0 [INFO] [stderr] Checking urlencoded v0.5.0 [INFO] [stderr] Compiling diesel_infer_schema v0.13.0 [INFO] [stderr] Checking juniper v0.8.0 [INFO] [stderr] Compiling diesel_codegen v0.13.0 [INFO] [stderr] Checking juniper-example-todo-backend v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: proc-macro derive panicked [INFO] [stderr] --> src/db.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | infer_schema!("dotenv:DATABASE_URL"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: message: Could not load table names from database `todo.db`: "Failed to establish a database connection at todo.db. Error: BadConnection(\"Unable to open the database file\")" [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 `juniper-example-todo-backend`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: proc-macro derive panicked [INFO] [stderr] --> src/db.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | infer_schema!("dotenv:DATABASE_URL"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: message: Could not load table names from database `todo.db`: "Failed to establish a database connection at todo.db. Error: BadConnection(\"Unable to open the database file\")" [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 `juniper-example-todo-backend`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a1b897d2f1d6aca3aa251f9d408b5d0bf80867d2aa7a57eb07bb808db0d79333"` [INFO] running `"docker" "rm" "-f" "a1b897d2f1d6aca3aa251f9d408b5d0bf80867d2aa7a57eb07bb808db0d79333"` [INFO] [stdout] a1b897d2f1d6aca3aa251f9d408b5d0bf80867d2aa7a57eb07bb808db0d79333