[INFO] cloning repository https://github.com/qbit-org-ua/lolcoin-2018 [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/qbit-org-ua/lolcoin-2018" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fqbit-org-ua%2Flolcoin-2018"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fqbit-org-ua%2Flolcoin-2018'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 4ec1fff59b24982fedc1aa1c1eac8e0ac6c5effd [INFO] checking qbit-org-ua/lolcoin-2018 against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fqbit-org-ua%2Flolcoin-2018" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/qbit-org-ua/lolcoin-2018 on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/qbit-org-ua/lolcoin-2018 [INFO] finished tweaking git repo https://github.com/qbit-org-ua/lolcoin-2018 [INFO] tweaked toml for git repo https://github.com/qbit-org-ua/lolcoin-2018 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/qbit-org-ua/lolcoin-2018 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: the cargo feature `edition` 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-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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] 50fb87da0beaa2ca54323e424d8c3e6c6a14de706b06e9f0c10abbef8bfba4ce [INFO] running `"docker" "start" "-a" "50fb87da0beaa2ca54323e424d8c3e6c6a14de706b06e9f0c10abbef8bfba4ce"` [INFO] [stderr] warning: the cargo feature `edition` is now stable and is no longer necessary to be listed in the manifest [INFO] [stderr] Checking multi_mut v0.1.3 [INFO] [stderr] Compiling proc-macro2 v0.4.12 [INFO] [stderr] Checking want v0.0.6 [INFO] [stderr] Checking http v0.1.10 [INFO] [stderr] Checking input_buffer v0.2.0 [INFO] [stderr] Checking uuid v0.6.5 [INFO] [stderr] Checking backtrace v0.3.9 [INFO] [stderr] Checking serde_urlencoded v0.5.3 [INFO] [stderr] Checking sha-1 v0.7.0 [INFO] [stderr] Checking tokio v0.1.7 [INFO] [stderr] Checking tungstenite v0.6.0 [INFO] [stderr] Compiling quote v0.6.6 [INFO] [stderr] Compiling syn v0.14.8 [INFO] [stderr] Checking h2 v0.1.12 [INFO] [stderr] Compiling synstructure v0.9.0 [INFO] [stderr] Checking hyper v0.12.8 [INFO] [stderr] Compiling serde_derive v1.0.71 [INFO] [stderr] Compiling failure_derive v0.1.2 [INFO] [stderr] Checking failure v0.1.2 [INFO] [stderr] Checking warp v0.1.2 [INFO] [stderr] Checking lolcoin v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning[E0705]: the feature `rust_2018_preview` is included in the Rust 2018 edition [INFO] [stderr] --> src/main.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(rust_2018_preview, uniform_paths)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning[E0705]: the feature `rust_2018_preview` is included in the Rust 2018 edition [INFO] [stderr] --> src/main.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(rust_2018_preview, uniform_paths)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/errors.rs:58:32 [INFO] [stderr] | [INFO] [stderr] 58 | fn cause(&self) -> Option<&Fail> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Fail` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0261]: use of undeclared lifetime name `'a` [INFO] [stderr] --> src/database.rs:146:24 [INFO] [stderr] | [INFO] [stderr] 146 | impl ValidatedTransfer<'a> { [INFO] [stderr] | ^^ undeclared lifetime [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0261, E0705. [INFO] [stderr] For more information about an error, try `rustc --explain E0261`. [INFO] [stderr] error: could not compile `lolcoin`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/errors.rs:58:32 [INFO] [stderr] | [INFO] [stderr] 58 | fn cause(&self) -> Option<&Fail> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Fail` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0261]: use of undeclared lifetime name `'a` [INFO] [stderr] --> src/database.rs:146:24 [INFO] [stderr] | [INFO] [stderr] 146 | impl ValidatedTransfer<'a> { [INFO] [stderr] | ^^ undeclared lifetime [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0261, E0705. [INFO] [stderr] For more information about an error, try `rustc --explain E0261`. [INFO] [stderr] error: could not compile `lolcoin`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "50fb87da0beaa2ca54323e424d8c3e6c6a14de706b06e9f0c10abbef8bfba4ce"` [INFO] running `"docker" "rm" "-f" "50fb87da0beaa2ca54323e424d8c3e6c6a14de706b06e9f0c10abbef8bfba4ce"` [INFO] [stdout] 50fb87da0beaa2ca54323e424d8c3e6c6a14de706b06e9f0c10abbef8bfba4ce