Build:
  1. 0
2026-06-19 18:36.03: New job: build class_group_vdf.0.0.5 (57618ece913f)
2026-06-19 18:36.03: Waiting for resource in pool day11-builds
2026-06-19 19:34.45: Got resource from pool day11-builds
2026-06-19 19:34.45: [profile full] build class_group_vdf.0.0.5
2026-06-19 19:34.45: build class_group_vdf.0.0.5 (57618ece913f)
=== DEPENDENCIES (17 transitive) ===
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  conf-g++.1.0                                       3a490f76fc1d
  conf-gmp.5                                         61e3c79e0ddf
  conf-pkg-config.5                                  64c6b37d622b
  cppo.1.8.0                                         58ff60202126
  csexp.1.5.2                                        6a11fd34e537
  dune.3.23.1                                        b9e31df96092
  dune-configurator.3.23.1                           cdae849f232e
  integers.0.8.0                                     763956e97e66
  ocaml.5.5.0                                        7bdffd2f55d9
  ocaml-base-compiler.5.5.0                          88ac983b1a28
  ocaml-compiler.5.5.0                               8d77bbea3746
  ocamlfind.1.9.8                                    1872268d1aec
  stdlib-random.1.2.0                                19d7bd543794
  stdlib-shims.0.3.0                                 4aecff888649
  zarith.1.14                                        288b4b675a74
=== STDOUT ===
Processing: [default: loading data]
[class_group_vdf.0.0.5: dl]
[class_group_vdf.0.0.5: extract]
-> retrieved class_group_vdf.0.0.5  (https://opam.ocaml.org/cache)
[class_group_vdf: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "class_group_vdf" "-j" "39" "@install" (CWD=/home/opam/.opam/default/.opam-switch/build/class_group_vdf.0.0.5)
- (cd _build/default/src && /usr/bin/gcc -x c++ -std=gnu++11 -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -Wall -fdiagnostics-color=always -std=c++1z -g -I /home/opam/.opam/default/lib/ocaml -I /home/opam/.opam/default/lib/integers -I /home/opam/.opam/default/lib/stdlib-random/v4 -I /home/opam/.opam/default/lib/stdlib-shims -I /home/opam/.opam/default/lib/zarith -I libvdf -o cg_vdf_wrapper.o -c cg_vdf_wrapper.cpp)
- In file included from libvdf/src/verifier.h:5,
-                  from cg_vdf_wrapper.cpp:28:
- libvdf/src/integer_common.h: In constructor 'integer::integer(const std::string&)':
- libvdf/src/integer_common.h:156:13: warning: unused variable 'res' [-Wunused-variable]
-   156 |         int res=mpz_set_str(impl, s.c_str(), 0);
-       |             ^~~
- libvdf/src/integer_common.h: In member function 'integer& integer::operator=(const std::string&)':
- libvdf/src/integer_common.h:211:13: warning: unused variable 'res' [-Wunused-variable]
-   211 |         int res=mpz_set_str(impl, s.c_str(), 0);
-       |             ^~~
- In file included from libvdf/src/util.h:4,
-                  from libvdf/src/verifier.h:6:
- libvdf/src/vdf_new.h: In function 'gcd_res test_gcd(integer, integer, int)':
- libvdf/src/vdf_new.h:209:10: warning: unused variable 'b_negative' [-Wunused-variable]
-   209 |     bool b_negative=b_signed<integer(0);
-       |          ^~~~~~~~~~
- In file included from libvdf/src/proof_common.h:4,
-                  from libvdf/src/verifier.h:9:
- libvdf/src/bqfc.c: In function 'int bqfc_serialize_only(uint8_t*, const qfb_c*, size_t)':
- libvdf/src/bqfc.c:160:20: warning: unused variable 'bytes' [-Wunused-variable]
-   160 |     size_t offset, bytes, size, g_size;
-       |                    ^~~~~
- libvdf/src/bqfc.c:160:27: warning: unused variable 'size' [-Wunused-variable]
-   160 |     size_t offset, bytes, size, g_size;
-       |                           ^~~~
- In file included from cg_vdf_wrapper.cpp:29:
- libvdf/src/prover_slow.h: In function 'form GenerateWesolowski(form&, form&, integer&, PulmarkReducer&, std::vector<form>&, uint64_t, uint64_t, uint64_t)':
- libvdf/src/prover_slow.h:50:32: warning: comparison of integer expressions of different signedness: 'uint64_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
-    50 |         for (uint64_t i = 0; i < (1 << k); i++)
-       |                              ~~^~~~~~~~~~
- libvdf/src/prover_slow.h:59:34: warning: comparison of integer expressions of different signedness: 'uint64_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
-    59 |         for (uint64_t b1 = 0; b1 < (1 << k1); b1++) {
-       |                               ~~~^~~~~~~~~~~
- libvdf/src/prover_slow.h:61:38: warning: comparison of integer expressions of different signedness: 'uint64_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
-    61 |             for (uint64_t b0 = 0; b0 < (1 << k0); b0++) {
-       |                                   ~~~^~~~~~~~~~~
- libvdf/src/prover_slow.h:67:34: warning: comparison of integer expressions of different signedness: 'uint64_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
-    67 |         for (uint64_t b0 = 0; b0 < (1 << k0); b0++) {
-       |                               ~~~^~~~~~~~~~~
- libvdf/src/prover_slow.h:69:38: warning: comparison of integer expressions of different signedness: 'uint64_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
-    69 |             for (uint64_t b1 = 0; b1 < (1 << k1); b1++) {
-       |                                   ~~~^~~~~~~~~~~
-> compiled  class_group_vdf.0.0.5
-> installed class_group_vdf.0.0.5
[WARNING] Opam package conf-pkg-config.5 depends on the following system package that can no longer be found: pkg-config

=== STDERR ===

2026-06-19 19:35.12: OK: build class_group_vdf.0.0.5 (runc: 10.6s, disk: 10KB)
2026-06-19 19:35.12: Job succeeded