OCamllabs icon Home|Differences with the last checks|Previous runs


Building on x86-bm-3.ocamllabs.io

(from ocaml/opam:debian-unstable@sha256:1f047b38773f5019b428a91bd54b182640ea3851a30b2bde75e0749da4491607)
Unable to find image 'ocaml/opam:debian-unstable@sha256:1f047b38773f5019b428a91bd54b182640ea3851a30b2bde75e0749da4491607' locally
docker.io/ocaml/opam@sha256:1f047b38773f5019b428a91bd54b182640ea3851a30b2bde75e0749da4491607: Pulling from ocaml/opam
2db5444d1f5b: Already exists
955a4d4491b2: Already exists
f7fc0b2e0259: Pulling fs layer
f7fc0b2e0259: Download complete
f7fc0b2e0259: Pull complete
Digest: sha256:1f047b38773f5019b428a91bd54b182640ea3851a30b2bde75e0749da4491607
Status: Downloaded newer image for ocaml/opam@sha256:1f047b38773f5019b428a91bd54b182640ea3851a30b2bde75e0749da4491607
2022-02-04 14:42.48 ---> using "046c03104b31caca4776d0f4b3c05e8c36edfcce47e502c904753c15f5c7c145" from cache

/: (user (uid 1000) (gid 1000))

/: (env OPAMPRECISETRACKING 1)

/: (env OPAMUTF8 never)

/: (env OPAMEXTERNALSOLVER builtin-0install)

/: (env OPAMCRITERIA +removed)

/: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2022-02-04 14:42.48 ---> using "174def638ec7d2637b0dbcf8d157f3db3ea5f765b545d79ffe1aaf2604b82a96" from cache

/: (run (network host)
        (shell "rm -rf ~/opam-repository && git clone -q 'https://github.com/ocaml/opam-repository' ~/opam-repository && git -C ~/opam-repository checkout -q 1741c7614a3f64debaeee6573205d847859e8de4"))
2022-02-04 14:42.48 ---> using "7cf36d2e512b30870bc55678abf5e1cb55cb4319ee557daf9c5c759dde9da99a" from cache

/: (run (shell "rm -rf ~/.opam && opam init -ya --bare --config ~/.opamrc-sandbox ~/opam-repository"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.


<><> Fetching repository information ><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised

User configuration:
  ~/.profile is already up-to-date.
[NOTE] Make sure that ~/.profile is well sourced in your ~/.bashrc.

2022-02-04 14:42.48 ---> using "3aa3263ea6afcd677a2f49f1557e7725598e35cb434eb2886483b43b368246e0" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell "opam switch create --repositories=default '4.14' '4.14.0+trunk'"))

<><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><>
Switch invariant: ["ocaml-variants" {= "4.14.0+trunk"}]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> retrieved ocaml-variants.4.14.0+trunk  (https://github.com/ocaml/ocaml/archive/4.14.tar.gz)
-> installed ocaml-variants.4.14.0+trunk
-> installed ocaml-config.2
-> installed ocaml.4.14.0
Done.
# Run eval $(opam env --switch=4.14) to update the current shell environment
2022-02-04 14:42.48 ---> using "7b40330028669454a177c6aae99b3e0728f679ab4f7bd7c9f5ea5db3f7b42e15" from cache

/: (run (network host)
        (shell "opam update --depexts"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [165 kB]
- Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2022-02-03-2003.56-F-2022-01-30-0201.48.pdiff [288 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2022-02-03-2003.56-F-2022-01-30-0201.48.pdiff [288 kB]
- Fetched 517 kB in 3s (173 kB/s)
- Reading package lists...
- 
2022-02-04 14:42.48 ---> using "efba34f0ce25a4562e0c02af4b0489cb7da6da24abd7d6aa89f86ab49f6069ff" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell  "\
               \nopam remove -y \"monolith.20210525\"\
               \nopam install -vy \"monolith.20210525\"\
               \nres=$?\
               \nif [ $res = 31 ]; then\
               \n    if opam show -f x-ci-accept-failures: \"monolith.20210525\" | grep -q '\"debian-unstable\"'; then\
               \n        echo \"This package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\"\
               \n        exit 69\
               \n    fi\
               \nfi\
               \n\
               \n\
               \nexit $res\
               \n"))
Nothing to do.
[NOTE] monolith.20210525 is not installed.

The following actions will be performed:
  - install seq            base     [required by monolith]
  - install dune           2.9.3    [required by monolith]
  - install afl-persistent 1.3      [required by monolith]
  - install pprint         20220103 [required by monolith]
  - install monolith       20210525
===== 5 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/15:
Processing  2/15:
Processing  3/15:
-> retrieved afl-persistent.1.3  (cached)
Processing  4/15:
Processing  5/15: [afl-persistent: ./build.sh]
-> retrieved dune.2.9.3  (cached)
Processing  6/15: [afl-persistent: ./build.sh]
Processing  7/15: [afl-persistent: ./build.sh] [dune: ocaml bootstrap.ml]
Processing  8/15: [afl-persistent: ./build.sh] [dune: ocaml bootstrap.ml]
-> installed seq.base
Processing  9/15: [afl-persistent: ./build.sh] [dune: ocaml bootstrap.ml]
-> retrieved monolith.20210525  (cached)
-> retrieved pprint.20220103  (cached)
- + dirname ./build.sh
- + cd .
- + rm -rf _build/
- + rm -f afl-persistent.config
- + mkdir _build
- + cd _build
- + ocamlc=ocamlc -g -bin-annot
- + ocamlopt=ocamlopt -g -bin-annot
- + echo print_string "hello"
- + ocamlopt -dcmm -c afl_check.ml
- + grep -q caml_afl
- + afl_always=false
- + ocamlopt -afl-instrument afl_check.ml -o test
- + ./test
- + [ hello = hello ]
- + ocamlopt=ocamlopt -g -bin-annot -afl-inst-ratio 0
- + afl_available=true
- + cat
- + cp ../aflPersistent.mli .
- + [ true = true ]
- + cp ../aflPersistent.ml .
- + ocamlc -g -bin-annot -c aflPersistent.mli
- + ocamlc -g -bin-annot -c aflPersistent.ml
- + ocamlc -g -bin-annot -a aflPersistent.cmo -o afl-persistent.cma
- + ocamlopt -g -bin-annot -afl-inst-ratio 0 -c aflPersistent.ml
- + ocamlopt -g -bin-annot -afl-inst-ratio 0 -a aflPersistent.cmx -o afl-persistent.cmxa
- + cp ../test.ml .
- + ocamlc unix.cma afl-persistent.cma test.ml -o test
- + ./test
- + ocamlopt unix.cmxa afl-persistent.cmxa test.ml -o test
- + ./test
-> compiled  afl-persistent.1.3
Processing  9/15: [dune: ocaml bootstrap.ml]
-> installed afl-persistent.1.3
Processing 10/15: [dune: ocaml bootstrap.ml]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "bootstrap.ml" "-j" "31" (CWD=/home/opam/.opam/4.14/.opam-switch/build/dune.2.9.3)
- File "./bootstrap.ml", line 46, characters 17-27:
- 46 |               && String.sub fn 0 (String.length duneboot) = duneboot
-                       ^^^^^^^^^^
- Warning 6 [labels-omitted]: labels pos, len were omitted in the application of this function.
- File "./bootstrap.ml", line 103, characters 28-37:
- 103 |   let args = Array.to_list (Array.sub Sys.argv 1 (Array.length Sys.argv - 1)) in
-                                   ^^^^^^^^^
- Warning 6 [labels-omitted]: labels pos, len were omitted in the application of this function.
- ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
- ./.duneboot.exe -j 31
- cd _boot && /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -no-alias-deps -w -49 -I +threads cmdliner_base.ml
- File "vendor/cmdliner/src/cmdliner_base.ml", line 158, characters 14-27:
- Warning 6 [labels-omitted]: labels kind, ambs were omitted in the application of this function.
- cd _boot && /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -no-alias-deps -w -49 -I +threads cmdliner_docgen.ml
- File "vendor/cmdliner/src/cmdliner_docgen.ml", line 278, characters 23-39:
- Warning 6 [labels-omitted]: label sec was omitted in the application of this function.
- File "vendor/cmdliner/src/cmdliner_docgen.ml", line 293, characters 22-56:
- Warning 6 [labels-omitted]: label sec was omitted in the application of this function.
- File "vendor/cmdliner/src/cmdliner_docgen.ml", line 294, characters 35-51:
- Warning 6 [labels-omitted]: label sec was omitted in the application of this function.
- File "vendor/cmdliner/src/cmdliner_docgen.ml", line 295, characters 36-52:
- Warning 6 [labels-omitted]: label sec was omitted in the application of this function.
- cd _boot && /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -no-alias-deps -w -49 -I +threads cmdliner_cline.ml
- File "vendor/cmdliner/src/cmdliner_cline.ml", line 128, characters 20-47:
- Warning 6 [labels-omitted]: labels kind, ambs were omitted in the application of this function.
- cd _boot && /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -no-alias-deps -w -49 -I +threads cmdliner_arg.ml
- File "vendor/cmdliner/src/cmdliner_arg.ml", line 193, characters 24-50:
- Warning 6 [labels-omitted]: label err was omitted in the application of this function.
- File "vendor/cmdliner/src/cmdliner_arg.ml", line 243, characters 24-50:
- Warning 6 [labels-omitted]: label err was omitted in the application of this function.
- File "vendor/cmdliner/src/cmdliner_arg.ml", line 260, characters 10-36:
- Warning 6 [labels-omitted]: label pos was omitted in the application of this function.
- cd _boot && /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -no-alias-deps -w -49 -I +threads cmdliner.ml
- File "vendor/cmdliner/src/cmdliner.ml", line 195, characters 25-47:
- Warning 6 [labels-omitted]: label errs was omitted in the application of this function.
- 

Processing 10/15: [dune: ./dune.exe build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./dune.exe" "build" "-p" "dune" "--profile" "dune-bootstrap" "-j" "31" (CWD=/home/opam/.opam/4.14/.opam-switch/build/dune.2.9.3)
-> compiled  dune.2.9.3
-> installed dune.2.9.3
Processing 12/15: [pprint: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "pprint" "-j" "31" (CWD=/home/opam/.opam/4.14/.opam-switch/build/pprint.20220103)
-> compiled  pprint.20220103
-> installed pprint.20220103
Processing 14/15: [monolith: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "monolith" "-j" "31" (CWD=/home/opam/.opam/4.14/.opam-switch/build/monolith.20210525)
-       ocamlc src/.monolith.objs/byte/monolith__Eq.{cmi,cmo,cmt}
- File "src/Eq.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
-       ocamlc src/.monolith.objs/byte/monolith__Debug.{cmi,cmo,cmt}
- File "src/Debug.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
-       ocamlc src/.monolith.objs/byte/monolith__Error.{cmi,cmo,cmt}
- File "src/Error.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
-       ocamlc src/.monolith.objs/byte/monolith__Misc.{cmi,cmo,cmt}
- File "src/Misc.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
-       ocamlc src/.monolith.objs/byte/monolith__Print.{cmi,cmo,cmt}
- File "src/Print.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
-       ocamlc src/.monolith.objs/byte/monolith__DelayedOutput.{cmi,cmo,cmt}
- File "src/DelayedOutput.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
-       ocamlc src/.monolith.objs/byte/monolith__Gen.{cmi,cmo,cmt}
- File "src/Gen.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
-       ocamlc src/.monolith.objs/byte/monolith__Support.{cmi,cmo,cmt}
- File "src/Support.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
-       ocamlc src/.monolith.objs/byte/monolith__Spec.{cmi,cmo,cmt}
- File "src/Spec.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
-       ocamlc src/.monolith.objs/byte/monolith__BuiltinBool.{cmi,cmo,cmt}
- File "src/BuiltinBool.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
-       ocamlc src/.monolith.objs/byte/monolith__BuiltinExn.{cmi,cmo,cmt}
- File "src/BuiltinExn.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
-       ocamlc src/.monolith.objs/byte/monolith__BuiltinRot.{cmi,cmo,cmt}
- File "src/BuiltinRot.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
-       ocamlc src/.monolith.objs/byte/monolith__BuiltinInt.{cmi,cmo,cmt}
- File "src/BuiltinInt.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
-       ocamlc src/.monolith.objs/byte/monolith__BuiltinArrows.{cmi,cmo,cmt}
- File "src/BuiltinArrows.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
-       ocamlc src/.monolith.objs/byte/monolith__BuiltinAbstract.{cmi,cmo,cmt}
- File "src/BuiltinAbstract.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
-       ocamlc src/.monolith.objs/byte/monolith__BuiltinSeq.{cmi,cmo,cmt}
- File "src/BuiltinSeq.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
-> compiled  monolith.20210525
-> installed monolith.20210525
Done.

<><> afl-persistent.1.3 installed successfully ><><><><><><><><><><><><><><><><>
=> afl-persistent is installed, but since the current OCaml compiler does
   not enable AFL instrumentation by default, most packages will not be
   instrumented and fuzzing with afl-fuzz may not be effective.

   To globally enable AFL instrumentation, use an OCaml switch such as
   4.07.1+afl.
# Run eval $(opam env) to update the current shell environment
2022-02-04 14:43.59 ---> saved as "ae799dc5ac5cbfdd8e260bc3b78c0ec331450f0b8e8c6a0cddc8996c9ebb6e84"
Job succeeded