[INFO] updating cached repository https://github.com/DavidBM/rust-webserver-example-with-iron-diesel-r2d2-serde [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/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] 49bc24b56d4644ffa3d8c97354836014d66bcfb6 [INFO] testing DavidBM/rust-webserver-example-with-iron-diesel-r2d2-serde against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FDavidBM%2Frust-webserver-example-with-iron-diesel-r2d2-serde" "work/builds/worker-9/source"` [INFO] [stderr] Cloning into 'work/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/DavidBM/rust-webserver-example-with-iron-diesel-r2d2-serde on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/DavidBM/rust-webserver-example-with-iron-diesel-r2d2-serde [INFO] finished tweaking git repo https://github.com/DavidBM/rust-webserver-example-with-iron-diesel-r2d2-serde [INFO] tweaked toml for git repo https://github.com/DavidBM/rust-webserver-example-with-iron-diesel-r2d2-serde written to work/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/DavidBM/rust-webserver-example-with-iron-diesel-r2d2-serde already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] aff75cb08cda803534f1f0a6e1ec2c633d346e18f30285892418d591c47147ca [INFO] running `"docker" "start" "-a" "aff75cb08cda803534f1f0a6e1ec2c633d346e18f30285892418d591c47147ca"` [INFO] [stderr] Compiling pq-sys v0.4.3 [INFO] [stderr] Compiling constant_time_eq v0.1.2 [INFO] [stderr] Compiling slog v2.0.6 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Compiling isatty v0.1.3 [INFO] [stderr] Compiling base64 v0.4.2 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling url v1.4.1 [INFO] [stderr] Compiling r2d2 v0.7.2 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling chrono v0.3.0 [INFO] [stderr] Compiling blake2-rfc v0.2.17 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling argon2rs v0.2.5 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] warning[E0713]: borrow may still be in use when destructor runs [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/url-1.4.1/src/form_urlencoded.rs:248:40 [INFO] [stderr] | [INFO] [stderr] 246 | impl<'a> Target for ::UrlQuery<'a> { [INFO] [stderr] | -- lifetime `'a` defined here [INFO] [stderr] 247 | fn as_mut_string(&mut self) -> &mut String { &mut self.url.serialization } [INFO] [stderr] 248 | fn finish(self) -> &'a mut ::Url { self.url } [INFO] [stderr] | ^^^^^^^^ - here, drop of `self` needs exclusive access to `*self.url`, because the type `UrlQuery<'_>` implements the `Drop` trait [INFO] [stderr] | | [INFO] [stderr] | returning this value requires that `*self.url` is borrowed for `'a` [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] Compiling diesel v0.12.1 [INFO] [stderr] Compiling slog-json v2.0.1 [INFO] [stderr] Compiling slog-term v2.0.1 [INFO] [stderr] Compiling hyper v0.10.12 [INFO] [stderr] Compiling serde_codegen_internals v0.14.2 [INFO] [stderr] Compiling dotenv v0.8.0 [INFO] [stderr] Compiling serde_derive v0.9.15 [INFO] [stderr] Compiling jsonwebtoken v1.1.3 [INFO] [stderr] Compiling iron v0.5.1 [INFO] [stderr] Compiling persistent v0.3.0 [INFO] [stderr] Compiling router v0.5.1 [INFO] [stderr] Compiling iron-cors v0.5.1 (https://github.com/DavidBM/iron-cors-rs#4d9bbbd0) [INFO] [stderr] Compiling mount v0.3.0 (https://github.com/iron/mount.git#2c3d719b) [INFO] [stderr] Compiling bodyparser v0.7.0 (https://github.com/iron/body-parser.git#bb1c2286) [INFO] [stderr] Compiling diesel_infer_schema v0.12.0 [INFO] [stderr] Compiling r2d2-diesel v0.12.0 [INFO] [stderr] Compiling diesel_codegen v0.12.0 [INFO] [stderr] Compiling backend-example v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: proc-macro derive panicked [INFO] [stderr] --> src/dal/db_schema.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | infer_schema!("dotenv:DATABASE_URL"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: message: Could not load table names from database `postgres://postgres:postgres@localhost/test`: "Failed to establish a database connection at postgres://postgres:postgres@localhost/test. Error: BadConnection(\"could not connect to server: Connection refused\\n\\tIs the server running on host \\\"localhost\\\" (127.0.0.1) and accepting\\n\\tTCP/IP connections on port 5432?\\ncould not connect to server: Cannot assign requested address\\n\\tIs the server running on host \\\"localhost\\\" (::1) and accepting\\n\\tTCP/IP connections on port 5432?\\n\")" [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 `backend-example`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "aff75cb08cda803534f1f0a6e1ec2c633d346e18f30285892418d591c47147ca"` [INFO] running `"docker" "rm" "-f" "aff75cb08cda803534f1f0a6e1ec2c633d346e18f30285892418d591c47147ca"` [INFO] [stdout] aff75cb08cda803534f1f0a6e1ec2c633d346e18f30285892418d591c47147ca