[INFO] cloning repository https://github.com/Dilschat/zk-proof [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Dilschat/zk-proof" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDilschat%2Fzk-proof"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDilschat%2Fzk-proof'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 34109d86c98e0096df53fe340373e32c4146d7e0 [INFO] testing Dilschat/zk-proof against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDilschat%2Fzk-proof" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Dilschat/zk-proof on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Dilschat/zk-proof [INFO] finished tweaking git repo https://github.com/Dilschat/zk-proof [INFO] tweaked toml for git repo https://github.com/Dilschat/zk-proof written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/Dilschat/zk-proof already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Updating git repository `https://github.com/lovesh/bulletproofs` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3f9b4ee1a781b67f8fd0084b824f9c979d0adaae3f3bdbd9c50f1c9fb5fcd77f [INFO] running `"docker" "start" "-a" "3f9b4ee1a781b67f8fd0084b824f9c979d0adaae3f3bdbd9c50f1c9fb5fcd77f"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling rand_core v0.4.0 [INFO] [stderr] Compiling autocfg v0.1.2 [INFO] [stderr] Compiling cc v1.0.36 [INFO] [stderr] Compiling typenum v1.10.0 [INFO] [stderr] Compiling proc-macro2 v0.4.29 [INFO] [stderr] Compiling byteorder v1.3.1 [INFO] [stderr] Compiling libc v0.2.54 [INFO] [stderr] Compiling cfg-if v0.1.7 [INFO] [stderr] Compiling syn v0.15.33 [INFO] [stderr] Compiling packed_simd v0.3.3 [INFO] [stderr] Compiling serde v1.0.90 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling subtle v2.1.0 [INFO] [stderr] Compiling byte-tools v0.3.1 [INFO] [stderr] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/subtle-2.1.0/src/lib.rs:151:14 [INFO] [stderr] | [INFO] [stderr] 151 | unsafe { asm!("" :: "r"(&input) :: "volatile") } [INFO] [stderr] | ----^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: replace with: `llvm_asm!` [INFO] [stderr] | [INFO] [stderr] = note: consider migrating to the new asm! syntax specified in RFC 2873 [INFO] [stderr] = note: alternatively, switch to llvm_asm! to keep your code working as it is [INFO] [stderr] [INFO] [stderr] Compiling keccak v0.1.0 [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/subtle-2.1.0/src/lib.rs:12:34 [INFO] [stderr] | [INFO] [stderr] 12 | #![cfg_attr(feature = "nightly", feature(asm))] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/subtle-2.1.0/src/lib.rs:13:34 [INFO] [stderr] | [INFO] [stderr] 13 | #![cfg_attr(feature = "nightly", feature(external_doc))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Compiling rustc-demangle v0.1.14 [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: could not compile `subtle`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "3f9b4ee1a781b67f8fd0084b824f9c979d0adaae3f3bdbd9c50f1c9fb5fcd77f"` [INFO] running `"docker" "rm" "-f" "3f9b4ee1a781b67f8fd0084b824f9c979d0adaae3f3bdbd9c50f1c9fb5fcd77f"` [INFO] [stdout] 3f9b4ee1a781b67f8fd0084b824f9c979d0adaae3f3bdbd9c50f1c9fb5fcd77f