Organisationssanetteoplotb4639f (master)debian-12-4.14_x86_32_opam-2.1

debian-12-4.14_x86_32_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-12-4.14_x86_32_opam-2.1)
Base: ocaml/opam:debian-12-ocaml-4.14@sha256:84f1ea72e62769bdd7b86dfcc73439eefde51836ecd9b9db0aa3e76235b47924
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:debian-12-ocaml-4.14@sha256:84f1ea72e62769bdd7b86dfcc73439eefde51836ecd9b9db0aa3e76235b47924
# debian-12-4.14_x86_32_opam-2.1
USER 1000:1000
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
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:debian-12-ocaml-4.14@sha256:84f1ea72e62769bdd7b86dfcc73439eefde51836ecd9b9db0aa3e76235b47924-debian-12-4.14_x86_32_opam-2.1-8590fadebe028fb60dac9292a2936916"
2024-05-14 21:20.37: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:84f1ea72e62769bdd7b86dfcc73439eefde51836ecd9b9db0aa3e76235b47924)
 (comment debian-12-4.14_x86_32_opam-2.1)
 (user (uid 1000) (gid 1000))
 (shell /usr/bin/linux32 /bin/sh -c)
 (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.02: Waiting for worker…
2024-05-15 16:49.39: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at b4639f0 update doc v0.72


(from ocaml/opam:debian-12-ocaml-4.14@sha256:84f1ea72e62769bdd7b86dfcc73439eefde51836ecd9b9db0aa3e76235b47924)
WARNING: The requested image's platform (linux/386) does not match the detected host platform (linux/amd64) and no specific platform was requested
2024-05-15 17:01.14 ---> using "8300366f591dd7d700d5b03820a25bee85616412b2b663c5565a5001ec202aae" from cache


/: (comment debian-12-4.14_x86_32_opam-2.1)


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


/: (shell /usr/bin/linux32 /bin/sh -c)


/: (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 17:01.14 ---> using "380c1a94df81dcbc9c0ef7845af2282896e8fb22e18048b65dc3c656bfa0e593" 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 17:01.14 ---> using "7b839a80d0089fe77e7b5b2287b5b673446132cf247ccebb1294b44b775ce257" 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 17:01.14 ---> using "c9f39004818e8b7f49bfed208fe1cabaebb8be8a9564a13832a3a6b869acc85b" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-15 17:01.14 ---> using "83884304c0495b8dbc96ed2844fc5c5bf875ffc0398a872acd76cbc9281d96c3" 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
   eb2dcab0d8..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 17:01.14 ---> using "e41d6f1120a8c0214b22ed5c9e5db68a4e5e5809a555ddff61bc9a96487d3cf2" from cache


/src: (copy (src oplot.opam) (dst ./))
2024-05-15 17:01.15 ---> saved as "9ef589fe797d9403dabe3e89e0a2e33dd6616f23b672d2392fdb9dad395bdef4"


/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 17:01.16 ---> saved as "245d6e4a3b3a0b6ddd5263c76ee4ca1eaab46c9e8fdd80c10a40de27417f04fd"


/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 bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main i386 Packages [155 kB]
- Fetched 258 kB in 0s (748 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 17:02.04 ---> saved as "b594ecf9c688f4ce529064c409e92d417531584750cad854221a7eddc2439ee3"


/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 ocamlfind.1.9.6  (cached)
-> retrieved ocamlgraph.2.1.0  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved dune-configurator.3.15.2  (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
-> installed tsdl.1.0.0
-> installed tsdl-image.0.6
-> installed tsdl-ttf.0.6
-> installed camlp5.8.02.01
-> installed lablgl.1.07
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-15 17:03.46 ---> saved as "e8e627d05950279e18d722ff018de85be616a0da34c5f067e0508037d5c16993"


/src: (copy (src .) (dst /src))
2024-05-15 17:03.46 ---> saved as "fe8603d59ca39c73bef4dbf2eb62ecd40e9d175d27f32cd76ce8d1bf0fa0318b"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./test.exe)
WARNING: fig2ps not found. You will not be able to export to ps or pdf.
Output file: /tmp/build_ab2e16_dune/oplotd5a5d1.fig
/bin/sh: 1: xdpyinfo: not found
/bin/sh: 1: xrandr: not found
/bin/sh: 1: xrandr: not found
2024-05-15 17:03.48 ---> saved as "dfc78b715691c5e9e0bc08719a7c96443fe97f0a1a8aeb1ad3351c8bbc2d12cf"
Job succeeded
2024-05-15 17:03.48: Job succeeded