Build:
  1. 0
2026-06-16 16:14.14: New job: build solidity-common.0.2.0 (168bf9616307)
2026-06-16 16:14.14: Waiting for resource in pool day11-builds
2026-06-16 16:56.35: Got resource from pool day11-builds
2026-06-16 16:56.35: [profile full] build solidity-common.0.2.0
2026-06-16 16:56.35: build solidity-common.0.2.0 (168bf9616307)
=== DEPENDENCIES (17 transitive) ===
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  conf-gmp.5                                         61e3c79e0ddf
  conf-pkg-config.5                                  64c6b37d622b
  cstruct.6.2.0                                      6740c38f3898
  dune.3.23.1                                        d50060dd2cab
  fileutils.0.6.6                                    878704469cb5
  fmt.0.11.0                                         485b1e345597
  hex.1.5.0                                          f840b7d9c44c
  ocaml.5.4.1                                        708fed352b2a
  ocaml-base-compiler.5.4.1                          89b85703f841
  ocaml-compiler.5.4.1                               a719b8419b8e
  ocaml-config.3                                     aa27f63940d8
  ocamlbuild.0.16.1                                  069fc1e567af
  ocamlfind.1.9.8                                    5cfa73ef65e7
  topkg.1.1.1                                        4a88955a28b6
  zarith.1.14                                        b2ef7cdb0e39
=== STDOUT ===
Processing: [default: loading data]
[solidity-common.0.2.0: dl]
[solidity-common.0.2.0: extract]
-> retrieved solidity-common.0.2.0  (https://opam.ocaml.org/cache)
[solidity-common: sh]
+ /usr/bin/sh "-c" "./scripts/before.sh build 'solidity-common'" (CWD=/home/opam/.opam/default/.opam-switch/build/solidity-common.0.2.0)
[solidity-common: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "solidity-common" "-j" "39" "@install" (CWD=/home/opam/.opam/default/.opam-switch/build/solidity-common.0.2.0)
- File "dune-project", line 102, characters 3-37:
- 102 |    (solidity-typechecker (= version))
-          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning: Possible typo in constraint for dependency "solidity-typechecker":
- '(= version)' might be a mistake.
- Hint: Did you mean to use the `:version` variable instead? Example: (depends
- (solidity-typechecker (= :version)))
- File "dune-project", line 103, characters 3-32:
- 103 |    (solidity-parser (= version))
-          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning: Possible typo in constraint for dependency "solidity-parser": '(=
- version)' might be a mistake.
- Hint: Did you mean to use the `:version` variable instead? Example: (depends
- (solidity-parser (= :version)))
- File "dune-project", line 104, characters 3-32:
- 104 |    (solidity-common (= version))
-          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning: Possible typo in constraint for dependency "solidity-common": '(=
- version)' might be a mistake.
- Hint: Did you mean to use the `:version` variable instead? Example: (depends
- (solidity-common (= :version)))
- File "dune-project", line 87, characters 3-37:
- 87 |    (solidity-typechecker (= version))
-         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning: Possible typo in constraint for dependency "solidity-typechecker":
- '(= version)' might be a mistake.
- Hint: Did you mean to use the `:version` variable instead? Example: (depends
- (solidity-typechecker (= :version)))
- File "dune-project", line 88, characters 3-32:
- 88 |    (solidity-parser (= version))
-         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning: Possible typo in constraint for dependency "solidity-parser": '(=
- version)' might be a mistake.
- Hint: Did you mean to use the `:version` variable instead? Example: (depends
- (solidity-parser (= :version)))
- File "dune-project", line 89, characters 3-32:
- 89 |    (solidity-common (= version))
-         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning: Possible typo in constraint for dependency "solidity-common": '(=
- version)' might be a mistake.
- Hint: Did you mean to use the `:version` variable instead? Example: (depends
- (solidity-common (= :version)))
- File "dune-project", line 72, characters 3-32:
- 72 |    (solidity-parser (= version))
-         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning: Possible typo in constraint for dependency "solidity-parser": '(=
- version)' might be a mistake.
- Hint: Did you mean to use the `:version` variable instead? Example: (depends
- (solidity-parser (= :version)))
- File "dune-project", line 73, characters 3-32:
- 73 |    (solidity-common (= version))
-         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning: Possible typo in constraint for dependency "solidity-common": '(=
- version)' might be a mistake.
- Hint: Did you mean to use the `:version` variable instead? Example: (depends
- (solidity-common (= :version)))
- File "dune-project", line 74, characters 3-24:
- 74 |    (ez_hash (= version))
-         ^^^^^^^^^^^^^^^^^^^^^
- Warning: Possible typo in constraint for dependency "ez_hash": '(= version)'
- might be a mistake.
- Hint: Did you mean to use the `:version` variable instead? Example: (depends
- (ez_hash (= :version)))
- File "dune-project", line 56, characters 3-32:
- 56 |    (solidity-common (= version))
-         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning: Possible typo in constraint for dependency "solidity-common": '(=
- version)' might be a mistake.
- Hint: Did you mean to use the `:version` variable instead? Example: (depends
- (solidity-common (= :version)))
- (cd _build/default/src/solidity-common && /home/opam/.opam/default/bin/ocaml unix.cma version.mlt) > _build/default/src/solidity-common/version.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- 
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- fatal: not a git repository (or any of the parent directories): .git
- fatal: not a git repository (or any of the parent directories): .git
[solidity-common: sh]
+ /usr/bin/sh "-c" "./scripts/after.sh build 'solidity-common'" (CWD=/home/opam/.opam/default/.opam-switch/build/solidity-common.0.2.0)
-> compiled  solidity-common.0.2.0
[solidity-common: sh]
+ /usr/bin/sh "-c" "./scripts/before.sh install 'solidity-common'" (CWD=/home/opam/.opam/default/.opam-switch/build/solidity-common.0.2.0)
[WARNING] Opam package conf-pkg-config.5 depends on the following system package that can no longer be found: pkg-config
-> installed solidity-common.0.2.0

=== STDERR ===

2026-06-16 16:56.49: OK: build solidity-common.0.2.0 (runc: 4.2s, disk: 12KB)
2026-06-16 16:56.49: Job succeeded