[INFO] updating cached repository https://github.com/blockchain-it-hr/zokrates-js [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] 744e75d17f0df8fee9b8784b875cf209afd5fa31 [INFO] checking blockchain-it-hr/zokrates-js against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fblockchain-it-hr%2Fzokrates-js" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/blockchain-it-hr/zokrates-js on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/blockchain-it-hr/zokrates-js [INFO] finished tweaking git repo https://github.com/blockchain-it-hr/zokrates-js [INFO] tweaked toml for git repo https://github.com/blockchain-it-hr/zokrates-js written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/blockchain-it-hr/zokrates-js already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: Found `debug_assertions` in `target.'cfg(...)'.dependencies`. This value is not supported for selecting dependencies and will not work as expected. To learn more visit https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#platform-specific-dependencies [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "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] d69acbce76e7e698295ddc37d32d677908c1cf592c8e067eeb0c068a56721e96 [INFO] running `"docker" "start" "-a" "d69acbce76e7e698295ddc37d32d677908c1cf592c8e067eeb0c068a56721e96"` [INFO] [stderr] warning: Found `debug_assertions` in `target.'cfg(...)'.dependencies`. This value is not supported for selecting dependencies and will not work as expected. To learn more visit https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#platform-specific-dependencies [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.53 [INFO] [stderr] Compiling wasm-bindgen v0.2.53 [INFO] [stderr] Compiling zokrates_core v0.4.0 (https://github.com/dark64/ZoKrates?branch=wasm-friendly#b337cd15) [INFO] [stderr] Checking reduce v0.1.2 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-bigint v0.2.3 [INFO] [stderr] Compiling bincode v1.2.0 [INFO] [stderr] Compiling rust-crypto-wasm v0.3.1 (https://github.com/buttercup/rust-crypto-wasm#26310309) [INFO] [stderr] Compiling serde v1.0.102 [INFO] [stderr] Checking from-pest v0.3.1 [INFO] [stderr] Checking serde_bytes v0.10.5 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Checking generic-array v0.9.0 [INFO] [stderr] Checking blake2-rfc_bellman_edition v0.0.1 [INFO] [stderr] Checking aho-corasick v0.6.10 [INFO] [stderr] Checking bstr v0.2.8 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling synstructure v0.12.1 [INFO] [stderr] Compiling pest_generator v2.1.1 [INFO] [stderr] Checking digest v0.7.6 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Checking regex v0.2.11 [INFO] [stderr] Checking csv v1.1.1 [INFO] [stderr] Compiling weedle v0.10.0 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Checking num-traits v0.1.43 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.53 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Checking bincode v0.8.0 [INFO] [stderr] Checking num-iter v0.1.39 [INFO] [stderr] Checking num-bigint v0.1.44 [INFO] [stderr] Checking zokrates_parser v0.1.3 (https://github.com/dark64/ZoKrates?branch=wasm-friendly#b337cd15) [INFO] [stderr] error[E0425]: cannot find value `state` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/zokrates-70e4ef7a0d764d51/b337cd1/zokrates_parser/src/lib.rs:9:10 [INFO] [stderr] | [INFO] [stderr] 9 | #[derive(Parser)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] = note: possible candidate is found in another module, you can import it into scope: [INFO] [stderr] pest::state [INFO] [stderr] [INFO] [stderr] Checking num v0.1.42 [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `zokrates_parser`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "d69acbce76e7e698295ddc37d32d677908c1cf592c8e067eeb0c068a56721e96"` [INFO] running `"docker" "rm" "-f" "d69acbce76e7e698295ddc37d32d677908c1cf592c8e067eeb0c068a56721e96"` [INFO] [stdout] d69acbce76e7e698295ddc37d32d677908c1cf592c8e067eeb0c068a56721e96