[INFO] updating cached 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" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 4ec1fff59b24982fedc1aa1c1eac8e0ac6c5effd [INFO] checking qbit-org-ua/lolcoin-2018 against beta-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fqbit-org-ua%2Flolcoin-2018" "/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/qbit-org-ua/lolcoin-2018 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/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-9/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" "+beta-2019-10-27" "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] [stderr] Blocking waiting for file lock on package cache [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] 93c1cf2a913b6e35719cca2d6cbf0a6b8536b0047e7fe2aa9bab4848d23d23b1 [INFO] running `"docker" "start" "-a" "93c1cf2a913b6e35719cca2d6cbf0a6b8536b0047e7fe2aa9bab4848d23d23b1"` [INFO] [stderr] warning: the cargo feature `edition` is now stable and is no longer necessary to be listed in the manifest [INFO] [stderr] Checking utf-8 v0.7.4 [INFO] [stderr] Checking multi_mut v0.1.3 [INFO] [stderr] Checking log v0.4.3 [INFO] [stderr] Checking block-buffer v0.3.3 [INFO] [stderr] Checking input_buffer v0.2.0 [INFO] [stderr] Compiling syn v0.14.8 [INFO] [stderr] Checking digest v0.7.5 [INFO] [stderr] Checking serde_urlencoded v0.5.3 [INFO] [stderr] Checking uuid v0.6.5 [INFO] [stderr] Checking tokio-io v0.1.7 [INFO] [stderr] Checking mio v0.6.15 [INFO] [stderr] Checking tokio-threadpool v0.1.5 [INFO] [stderr] Checking want v0.0.6 [INFO] [stderr] Checking sha-1 v0.7.0 [INFO] [stderr] Checking tungstenite v0.6.0 [INFO] [stderr] Checking tokio-codec v0.1.0 [INFO] [stderr] Checking h2 v0.1.12 [INFO] [stderr] Checking tokio-fs v0.1.3 [INFO] [stderr] Checking tokio-reactor v0.1.3 [INFO] [stderr] Checking tokio-udp v0.1.1 [INFO] [stderr] Checking tokio-tcp v0.1.1 [INFO] [stderr] Checking tokio v0.1.7 [INFO] [stderr] Checking hyper v0.12.8 [INFO] [stderr] Compiling synstructure v0.9.0 [INFO] [stderr] Compiling failure_derive v0.1.2 [INFO] [stderr] Compiling serde_derive v1.0.71 [INFO] [stderr] Checking warp v0.1.2 [INFO] [stderr] Checking failure v0.1.2 [INFO] [stderr] Checking lolcoin v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/main.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(rust_2018_preview, uniform_paths)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0261, E0554. [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] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/main.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(rust_2018_preview, uniform_paths)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0261, E0554. [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" "93c1cf2a913b6e35719cca2d6cbf0a6b8536b0047e7fe2aa9bab4848d23d23b1"` [INFO] running `"docker" "rm" "-f" "93c1cf2a913b6e35719cca2d6cbf0a6b8536b0047e7fe2aa9bab4848d23d23b1"` [INFO] [stdout] 93c1cf2a913b6e35719cca2d6cbf0a6b8536b0047e7fe2aa9bab4848d23d23b1