Organisationssanetteoplotb4639f (master)debian-10-4.14_opam-2.1

debian-10-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-05-14 21:20.37: New job: test sanette/oplot https://github.com/sanette/oplot.git#refs/heads/master (b4639f010b83c88c0d1340b57775f4f481362a86) (linux-x86_64:debian-10-4.14_opam-2.1)
Base: ocaml/opam@sha256:27c18897a521ef159dea7435d793b8409a781d240952acbd322cba27020bf86f
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/sanette/oplot.git" -b "master" && cd "oplot" && git reset --hard b4639f01
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:27c18897a521ef159dea7435d793b8409a781d240952acbd322cba27020bf86f
# debian-10-4.14_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e c1bf247e3384f45e503dbb89dea9af63114b085f || git fetch origin master) && git reset -q --hard c1bf247e3384f45e503dbb89dea9af63114b085f && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 oplot.opam ./
RUN opam pin add -yn oplot.dev './'
ENV DEPS="astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 bos.0.2.1 camlp-streams.5.0.1 camlp5.8.02.01 camlp5-buildscripts.0.03 conf-bash.1 conf-freeglut.1 conf-libffi.2.0.0 conf-libgl.1 conf-libglu.1 conf-m4.1 conf-perl.2 conf-pkg-config.3 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 conf-which.1 csexp.1.5.2 ctypes.0.22.0 ctypes-foreign.0.22.0 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 fpath.0.7.3 integers.0.7.0 lablgl.1.07 logs.0.7.0 not-ocamlfind.0.13 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlgraph.2.1.0 re.1.11.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 tsdl.1.0.0 tsdl-image.0.6 tsdl-ttf.0.6"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y oplot.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2024-05-14 21:20.37: Using cache hint "sanette/oplot-ocaml/opam@sha256:27c18897a521ef159dea7435d793b8409a781d240952acbd322cba27020bf86f-debian-10-4.14_opam-2.1-8590fadebe028fb60dac9292a2936916"
2024-05-14 21:20.37: Using OBuilder spec:
((from ocaml/opam@sha256:27c18897a521ef159dea7435d793b8409a781d240952acbd322cba27020bf86f)
 (comment debian-10-4.14_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (workdir /src)
 (run (shell "sudo chown opam /src"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e c1bf247e3384f45e503dbb89dea9af63114b085f || git fetch origin master) && git reset -q --hard c1bf247e3384f45e503dbb89dea9af63114b085f && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src oplot.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn oplot.dev './'"))
 (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 bos.0.2.1 camlp-streams.5.0.1 camlp5.8.02.01 camlp5-buildscripts.0.03 conf-bash.1 conf-freeglut.1 conf-libffi.2.0.0 conf-libgl.1 conf-libglu.1 conf-m4.1 conf-perl.2 conf-pkg-config.3 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 conf-which.1 csexp.1.5.2 ctypes.0.22.0 ctypes-foreign.0.22.0 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 fpath.0.7.3 integers.0.7.0 lablgl.1.07 logs.0.7.0 not-ocamlfind.0.13 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlgraph.2.1.0 re.1.11.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 tsdl.1.0.0 tsdl-image.0.6 tsdl-ttf.0.6")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y oplot.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst /src))
 (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2024-05-14 21:20.37: Waiting for resource in pool OCluster
2024-05-15 16:46.15: Waiting for worker…
2024-05-15 16:51.38: Got resource from pool OCluster
Building on x86-bm-c2.sw.ocaml.org
All commits already cached
HEAD is now at b4639f0 update doc v0.72


(from ocaml/opam@sha256:27c18897a521ef159dea7435d793b8409a781d240952acbd322cba27020bf86f)
2024-05-15 16:51.38 ---> using "475f54aefad2f2dc70da95751d4f9e5faea57042851efc6122783ad4185f6de6" from cache


/: (comment debian-10-4.14_opam-2.1)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-05-15 16:51.38 ---> using "cc2899cc08be5d27f21b207d2b5e0093d8e8bca1f06a7db4b31490afbdd11c25" from cache


/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then 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.


This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, which can't be reverted.
You may want to back it up before going further.


Continue? [Y/n] y
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-05-15 16:51.38 ---> using "74c2d2421e9ad373180d09742dcc14b44eb0499e5bcdf7f3cb3acdbf685fa6f0" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 4.14.2
2.1.5
2024-05-15 16:51.38 ---> using "e16b0d9e75de6711e3c04d90f8d2b1a778fd84372412401c801e6ccb826ec033" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-15 16:51.38 ---> using "49708b2c07514a880edbf2e0dc67f99079713f9fd58ccd9630304b866a927f21" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e c1bf247e3384f45e503dbb89dea9af63114b085f || git fetch origin master) && git reset -q --hard c1bf247e3384f45e503dbb89dea9af63114b085f && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   fa727ddb20..0dc68a8b92  master     -> origin/master
c1bf247e33 Merge pull request #25794 from chetmurthy/release-not-ocamlfind-0.13


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# Run eval $(opam env) to update the current shell environment
2024-05-15 16:53.02 ---> saved as "2d19eae761df1551ba4709cecc4a91cdee34492f5a36532bdf5a4e4cec3f4718"


/src: (copy (src oplot.opam) (dst ./))
2024-05-15 16:53.02 ---> saved as "5f63e39fa2be4918fc9878290b32e5eeca3b85306eb6c6601c22f6dfc89fea9c"


/src: (run (network host)
           (shell "opam pin add -yn oplot.dev './'"))
[oplot.dev] synchronised (file:///src)
oplot is now pinned to file:///src (version dev)
2024-05-15 16:53.07 ---> saved as "9566e6c705d513e07648b0b590e4eca945995ebb58a35dfc55fc0e8a09853e9e"


/src: (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 bos.0.2.1 camlp-streams.5.0.1 camlp5.8.02.01 camlp5-buildscripts.0.03 conf-bash.1 conf-freeglut.1 conf-libffi.2.0.0 conf-libgl.1 conf-libglu.1 conf-m4.1 conf-perl.2 conf-pkg-config.3 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 conf-which.1 csexp.1.5.2 ctypes.0.22.0 ctypes-foreign.0.22.0 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 fpath.0.7.3 integers.0.7.0 lablgl.1.07 logs.0.7.0 not-ocamlfind.0.13 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlgraph.2.1.0 re.1.11.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 tsdl.1.0.0 tsdl-image.0.6 tsdl-ttf.0.6")


/src: (env CI true)


/src: (env OCAMLCI true)


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y oplot.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian buster InRelease
- Get:2 http://deb.debian.org/debian-security buster/updates InRelease [34.8 kB]
- Hit:3 http://deb.debian.org/debian buster-updates InRelease
- Get:4 http://deb.debian.org/debian-security buster/updates/main amd64 Packages [598 kB]
- Fetched 632 kB in 0s (1374 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[oplot.dev] synchronised (no changes)


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).


The following system packages will first need to be installed:
    freeglut3-dev libffi-dev libglu1-mesa-dev libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev m4 mesa-common-dev pkg-config xdot


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "freeglut3-dev" "libffi-dev" "libglu1-mesa-dev" "libsdl2-dev" "libsdl2-image-dev" "libsdl2-ttf-dev" "m4" "mesa-common-dev" "pkg-config" "xdot"
- debconf: delaying package configuration, since apt-utils is not installed


- Regenerating fonts cache... 


2024-05-15 16:53.59 ---> saved as "b570f9ad26b05f00d8934c384cc831bce41675e34ef597a7294ef1325ff1b403"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
  - install conf-freeglut       1
  - install ocamlbuild          0.14.3
  - install conf-bash           1
  - install conf-m4             1
  - install ocamlfind           1.9.6
  - install seq                 base
  - install conf-libgl          1
  - install conf-perl           2
  - install conf-pkg-config     3
  - install dune                3.15.2
  - install conf-which          1
  - install topkg               1.0.7
  - install conf-sdl2-ttf       1
  - install conf-sdl2-image     1
  - install conf-sdl2           1
  - install conf-libglu         1
  - install conf-libffi         2.0.0
  - install stdlib-shims        0.3.0
  - install re                  1.11.0
  - install csexp               1.5.2
  - install camlp-streams       5.0.1
  - install bigarray-compat     1.1.0
  - install rresult             0.7.0
  - install fmt                 0.9.0
  - install astring             0.8.5
  - install ocamlgraph          2.1.0
  - install integers            0.7.0
  - install dune-configurator   3.15.2
  - install logs                0.7.0
  - install fpath               0.7.3
  - install not-ocamlfind       0.13
  - install ctypes              0.22.0
  - install bos                 0.2.1
  - install ctypes-foreign      0.22.0
  - install camlp5-buildscripts 0.03
  - install tsdl                1.0.0
  - install camlp5              8.02.01
  - install tsdl-ttf            0.6
  - install tsdl-image          0.6
  - install lablgl              1.07
===== 40 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> installed conf-freeglut.1
-> installed conf-libgl.1
-> retrieved camlp5.8.02.01  (cached)
-> retrieved camlp5-buildscripts.0.03  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-bash.1
-> installed conf-m4.1
-> installed conf-perl.2
-> installed conf-pkg-config.3
-> installed conf-which.1
-> retrieved ctypes.0.22.0  (cached)
-> retrieved ctypes-foreign.0.22.0  (cached)
-> installed conf-libffi.2.0.0
-> installed conf-libglu.1
-> installed conf-sdl2.1
-> installed conf-sdl2-image.1
-> installed conf-sdl2-ttf.1
-> retrieved fmt.0.9.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved integers.0.7.0  (cached)
-> retrieved lablgl.1.07  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved not-ocamlfind.0.13  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved dune-configurator.3.15.2  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocamlgraph.2.1.0  (cached)
-> installed seq.base
-> retrieved re.1.11.0  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved tsdl.1.0.0  (cached)
-> retrieved tsdl-image.0.6  (cached)
-> retrieved tsdl-ttf.0.6  (cached)
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed logs.0.7.0
-> installed fpath.0.7.3
-> installed bos.0.2.1
-> installed dune.3.15.2
-> installed csexp.1.5.2
-> installed bigarray-compat.1.1.0
-> installed camlp-streams.5.0.1
-> installed stdlib-shims.0.3.0
-> installed re.1.11.0
-> installed integers.0.7.0
-> installed dune-configurator.3.15.2
-> installed ocamlgraph.2.1.0
-> installed not-ocamlfind.0.13
-> installed camlp5-buildscripts.0.03
-> installed ctypes.0.22.0
-> installed ctypes-foreign.0.22.0
[ERROR] The compilation of tsdl.1.0.0 failed at "ocaml pkg/pkg.ml build --dev-pkg false".
-> installed camlp5.8.02.01
-> installed lablgl.1.07


#=== ERROR while compiling tsdl.1.0.0 =========================================#
# context     2.1.5 | linux/x86_64 | ocaml-base-compiler.4.14.2 | file:///home/opam/opam-repository
# path        ~/.opam/4.14/.opam-switch/build/tsdl.1.0.0
# command     ~/.opam/4.14/bin/ocaml pkg/pkg.ml build --dev-pkg false
# exit-code   1
# env-file    ~/.opam/log/tsdl-1-532c9a.env
# output-file ~/.opam/log/tsdl-1-532c9a.out
### output ###
# ocamlfind ocamlopt unix.cmxa -I /home/opam/.opam/4.14/lib/ocamlbuild /home/opam/.opam/4.14/lib/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/4.14/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
# ocamlfind ocamldep -modules support/consts.ml > support/consts.ml.depends
# ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -I support -I src -I test -o support/consts.cmo support/consts.ml
# ocamlfind ocamlc -g -thread -ccopt -DHAS_SDL2 -ccopt -D_REENTRANT -ccopt -I/usr/include/SDL2 -c support/consts_stub.c
# + ocamlfind ocamlc -g -thread -ccopt -DHAS_SDL2 -ccopt -D_REENTRANT -ccopt -I/usr/include/SDL2 -c support/consts_stub.c
# support/consts_stub.c: In function 'consts':
# support/consts_stub.c:82:10: error: 'SDL_HINT_MOUSE_TOUCH_EVENTS' undeclared (first use in this function); did you mean 'SDL_HINT_TOUCH_MOUSE_EVENTS'?
#    str_v (SDL_HINT_MOUSE_TOUCH_EVENTS);
#           ^~~~~~~~~~~~~~~~~~~~~~~~~~~
# support/consts_stub.c:38:50: note: in definition of macro 'str_v'
#  #define str_v(e) str_v(fd, "" # e, (const char *)e)
#                                                   ^
# support/consts_stub.c:82:10: note: each undeclared identifier is reported only once for each function it appears in
#    str_v (SDL_HINT_MOUSE_TOUCH_EVENTS);
#           ^~~~~~~~~~~~~~~~~~~~~~~~~~~
# support/consts_stub.c:38:50: note: in definition of macro 'str_v'
#  #define str_v(e) str_v(fd, "" # e, (const char *)e)
#                                                   ^
# Command exited with code 2.
# pkg.ml: [ERROR] cmd ['ocamlbuild' '-use-ocamlfind' '-classic-display' '-j' '4' '-tag' 'debug'
#      '-build-dir' '_build' 'opam' 'pkg/META' 'CHANGES.md' 'LICENSE.md'
#      'README.md' 'src/tsdl.a' 'src/tsdl.cmxs' 'src/tsdl.cmxa' 'src/tsdl.cma'
#      'src/tsdl.cmx' 'src/tsdl.cmi' 'src/tsdl.mli' 'src/tsdl_consts.cmx'
#      'src/tsdl_top.a' 'src/tsdl_top.cmxs' 'src/tsdl_top.cmxa'
#      'src/tsdl_top.cma' 'src/tsdl_top.cmx' 'src/tsdl_top_init.ml'
#      'src/dlltsdl.so' 'src/libtsdl.a' 'doc/index.mld' 'README.md'
#      'CHANGES.md' 'test/min.ml' 'test/minc.c']: exited with 10


<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build tsdl 1.0.0
+- 
+- The following changes have been performed (the rest was aborted)
| - install astring             0.8.5
| - install bigarray-compat     1.1.0
| - install bos                 0.2.1
| - install camlp-streams       5.0.1
| - install camlp5              8.02.01
| - install camlp5-buildscripts 0.03
| - install conf-bash           1
| - install conf-freeglut       1
| - install conf-libffi         2.0.0
| - install conf-libgl          1
| - install conf-libglu         1
| - install conf-m4             1
| - install conf-perl           2
| - install conf-pkg-config     3
| - install conf-sdl2           1
| - install conf-sdl2-image     1
| - install conf-sdl2-ttf       1
| - install conf-which          1
| - install csexp               1.5.2
| - install ctypes              0.22.0
| - install ctypes-foreign      0.22.0
| - install dune                3.15.2
| - install dune-configurator   3.15.2
| - install fmt                 0.9.0
| - install fpath               0.7.3
| - install integers            0.7.0
| - install lablgl              1.07
| - install logs                0.7.0
| - install not-ocamlfind       0.13
| - install ocamlbuild          0.14.3
| - install ocamlfind           1.9.6
| - install ocamlgraph          2.1.0
| - install re                  1.11.0
| - install rresult             0.7.0
| - install seq                 base
| - install stdlib-shims        0.3.0
| - install topkg               1.0.7
+- 
# Run eval $(opam env) to update the current shell environment


The former state can be restored with:
    /usr/bin/opam switch import "/home/opam/.opam/4.14/.opam-switch/backup/state-20240515165400.export"
"/usr/bin/env" "bash" "-c" "opam install $DEPS" failed with exit status 31
2024-05-15 16:57.07: Job failed: Failed: Build failed