Open Zengdewei1 opened 4 years ago
I use bellman to test the commmand cargo test --release -- --nocapture test_mimc_bn256_gpu_all however I got the error bellow.
cargo test --release -- --nocapture test_mimc_bn256_gpu_all
mimc-4d91b5a560d32bc6: /root/proj/belle_cuda/sources/Groth16_prover.cu:357: affine_point Groth16_proof(const Groth16_prover_data): Assertion `mlock(pr_data->c_arr, pr_data->c_len sizeof(embedded_field)) == 0' failed. error: test failed, to rerun pass '--test mimc'
I use bellman to test the commmand
cargo test --release -- --nocapture test_mimc_bn256_gpu_all
however I got the error bellow.mimc-4d91b5a560d32bc6: /root/proj/belle_cuda/sources/Groth16_prover.cu:357: affine_point Groth16_proof(const Groth16_prover_data): Assertion `mlock(pr_data->c_arr, pr_data->c_len sizeof(embedded_field)) == 0' failed. error: test failed, to rerun pass '--test mimc'