Running with gitlab-runner 13.12.0 (7a6612da)
  on docker-1 h4gPbMwF
section_start:1680519518:resolve_secrets
Resolving secrets
section_end:1680519518:resolve_secrets
section_start:1680519518:prepare_executor
Preparing the "docker" executor
Using Docker executor with image rust:latest ...
WARNING: Container based cache volumes creation is disabled. Will not create volume for "/cache"
Pulling docker image rust:latest ...
Using docker image sha256:f1eb224ecc6e57b1bc9e74f8e920a50c5b64815a4950614df7844e252fb76926 for rust:latest with digest rust@sha256:557ff96cf0d2bed8fe24aded88a5dabbca8d71ff4fa66b696ed8a295247c92cc ...
section_end:1680519546:prepare_executor
section_start:1680519546:prepare_script
Preparing environment
Running on runner-h4gpbmwf-project-999-concurrent-3 via gitlab-run1.isae.fr...
section_end:1680519548:prepare_script
section_start:1680519548:get_sources
Getting source from Git repository
$ git config --global http.proxy $HTTP_PROXY; git config --global https.proxy $HTTPS_PROXY
Fetching changes with git depth set to 50...
Initialized empty Git repository in /builds/a.stevan/poly-commit/.git/
Created fresh repository.
Checking out 792ba9cb as refs/merge-requests/1/head...

Skipping Git submodules setup
section_end:1680519558:get_sources
section_start:1680519558:step_script
Executing "step_script" stage of the job script
Using docker image sha256:f1eb224ecc6e57b1bc9e74f8e920a50c5b64815a4950614df7844e252fb76926 for rust:latest with digest rust@sha256:557ff96cf0d2bed8fe24aded88a5dabbca8d71ff4fa66b696ed8a295247c92cc ...
$ cargo check --examples --all
    Updating crates.io index
 Downloading crates ...
  Downloaded ark-bls12-377 v0.4.0
  Downloaded ark-bls12-381 v0.4.0
  Downloaded ark-ff-macros v0.4.2
  Downloaded ark-ec v0.4.2
  Downloaded ark-relations v0.4.0
  Downloaded ark-std v0.4.0
  Downloaded ark-serialize v0.4.2
  Downloaded hashbrown v0.13.2
  Downloaded ark-snark v0.4.0
  Downloaded ark-serialize-derive v0.4.2
  Downloaded ark-ff-asm v0.4.2
  Downloaded ahash v0.8.3
  Downloaded ark-crypto-primitives v0.4.0
  Downloaded ark-ff v0.4.2
  Downloaded derivative v2.2.0
  Downloaded ark-ed-on-bls12-381 v0.4.0
  Downloaded ark-poly v0.4.2
  Downloaded tracing-subscriber v0.2.25
  Downloaded num-bigint v0.4.3
  Downloaded memoffset v0.8.0
  Downloaded paste v1.0.12
  Downloaded num-integer v0.1.45
  Downloaded rand_core v0.6.4
  Downloaded scopeguard v1.1.0
  Downloaded itertools v0.10.5
  Downloaded rayon v1.7.0
  Downloaded generic-array v0.14.7
  Downloaded crypto-common v0.1.6
  Downloaded rayon-core v1.11.0
  Downloaded quote v1.0.26
  Downloaded sha2 v0.10.6
  Downloaded rustc_version v0.4.0
  Downloaded either v1.8.1
  Downloaded pin-project-lite v0.2.9
  Downloaded syn v2.0.13
  Downloaded tracing v0.1.37
  Downloaded subtle v2.4.1
  Downloaded rand_chacha v0.3.1
  Downloaded ppv-lite86 v0.2.17
  Downloaded version_check v0.9.4
  Downloaded typenum v1.16.0
  Downloaded once_cell v1.17.1
  Downloaded zeroize v1.6.0
  Downloaded zeroize_derive v1.4.2
  Downloaded rand v0.8.5
  Downloaded syn v1.0.109
  Downloaded tracing-core v0.1.30
  Downloaded cpufeatures v0.2.6
  Downloaded libc v0.2.140
  Downloaded cfg-if v1.0.0
  Downloaded block-buffer v0.10.4
  Downloaded unicode-ident v1.0.8
  Downloaded semver v1.0.17
  Downloaded crossbeam-utils v0.8.15
  Downloaded crossbeam-deque v0.8.3
  Downloaded autocfg v1.1.0
  Downloaded proc-macro2 v1.0.56
  Downloaded crossbeam-epoch v0.9.14
  Downloaded num_cpus v1.15.0
  Downloaded num-traits v0.2.15
  Downloaded digest v0.10.6
  Downloaded crossbeam-channel v0.5.7
  Downloaded blake2 v0.10.6
warning: Target filter `examples` specified, but no targets matched. This is a no-op
    Finished dev [unoptimized + debuginfo] target(s) in 2m 37s
$ cargo check --examples --all-features --all
 Downloading crates ...
  Downloaded tracing-attributes v0.1.23
  Downloaded lazy_static v1.4.0
  Downloaded atty v0.2.14
  Downloaded ark-r1cs-std v0.4.0
  Downloaded colored v2.0.0
warning: Target filter `examples` specified, but no targets matched. This is a no-op
    Finished dev [unoptimized + debuginfo] target(s) in 0.25s
$ cargo test --release
   Compiling autocfg v1.1.0
   Compiling version_check v0.9.4
   Compiling proc-macro2 v1.0.56
   Compiling cfg-if v1.0.0
   Compiling quote v1.0.26
   Compiling unicode-ident v1.0.8
   Compiling crossbeam-utils v0.8.15
   Compiling typenum v1.16.0
   Compiling syn v1.0.109
   Compiling libc v0.2.140
   Compiling scopeguard v1.1.0
   Compiling num-traits v0.2.15
   Compiling generic-array v0.14.7
   Compiling num-integer v0.1.45
   Compiling memoffset v0.8.0
   Compiling crossbeam-epoch v0.9.14
   Compiling num-bigint v0.4.3
   Compiling rayon-core v1.11.0
   Compiling crossbeam-channel v0.5.7
   Compiling crossbeam-deque v0.8.3
   Compiling num_cpus v1.15.0
   Compiling block-buffer v0.10.4
   Compiling crypto-common v0.1.6
   Compiling rand_core v0.6.4
   Compiling once_cell v1.17.1
   Compiling ppv-lite86 v0.2.17
   Compiling either v1.8.1
   Compiling subtle v2.4.1
   Compiling digest v0.10.6
   Compiling rand_chacha v0.3.1
   Compiling rayon v1.7.0
   Compiling rand v0.8.5
   Compiling syn v2.0.13
   Compiling paste v1.0.12
   Compiling itertools v0.10.5
   Compiling ahash v0.8.3
   Compiling hashbrown v0.13.2
   Compiling tracing-core v0.1.30
   Compiling ark-std v0.4.0
   Compiling pin-project-lite v0.2.9
   Compiling cpufeatures v0.2.6
   Compiling blake2 v0.10.6
   Compiling tracing v0.1.37
   Compiling tracing-subscriber v0.2.25
   Compiling sha2 v0.10.6
   Compiling ark-serialize-derive v0.4.2
   Compiling ark-ff-asm v0.4.2
   Compiling ark-ff-macros v0.4.2
   Compiling derivative v2.2.0
   Compiling zeroize_derive v1.4.2
   Compiling ark-serialize v0.4.2
   Compiling zeroize v1.6.0
   Compiling ark-ff v0.4.2
   Compiling ark-poly v0.4.2
   Compiling ark-relations v0.4.0
   Compiling ark-snark v0.4.0
   Compiling ark-ec v0.4.2
   Compiling ark-bls12-381 v0.4.0
   Compiling ark-crypto-primitives v0.4.0
   Compiling ark-bls12-377 v0.4.0
   Compiling ark-poly-commit v0.4.0 (/builds/a.stevan/poly-commit)
   Compiling ark-ed-on-bls12-381 v0.4.0
error: missing documentation for an associated function
   --> src/kzg10/mod.rs:263:5
    |
263 | /     pub fn open_with_witness_polynomial<'a>(
264 | |         powers: &Powers<E>,
265 | |         point: P::Point,
266 | |         randomness: &Randomness<E::ScalarField, P>,
267 | |         witness_polynomial: &P,
268 | |         hiding_witness_polynomial: Option<&P>,
269 | |     ) -> Result<Proof<E>, Error> {
    | |________________________________^
    |
note: the lint level is defined here
   --> src/lib.rs:7:9
    |
7   | #![deny(missing_docs)]
    |         ^^^^^^^^^^^^

error: missing documentation for an associated function
   --> src/kzg10/mod.rs:413:5
    |
413 |     pub fn check_degree_is_too_large(degree: usize, num_powers: usize) -> Result<(), Error> {
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: missing documentation for an associated function
   --> src/kzg10/mod.rs:425:5
    |
425 |     pub fn check_hiding_bound(hiding_poly_degree: usize, num_powers: usize) -> Result<(), Error> {
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: missing documentation for an associated function
   --> src/kzg10/mod.rs:441:5
    |
441 | /     pub fn check_degrees_and_bounds<'a>(
442 | |         supported_degree: usize,
443 | |         max_degree: usize,
444 | |         enforced_degree_bounds: Option<&[usize]>,
445 | |         p: &'a LabeledPolynomial<E::ScalarField, P>,
446 | |     ) -> Result<(), Error> {
    | |__________________________^

error: could not compile `ark-poly-commit` due to 4 previous errors
warning: build failed, waiting for other jobs to finish...
section_end:1680519804:step_script
section_start:1680519804:cleanup_file_variables
Cleaning up file based variables
section_end:1680519805:cleanup_file_variables
ERROR: Job failed: exit code 1