Organisationstalex50installb3d7e5 (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-10 22:02.49: New job: test talex5/0install https://github.com/talex5/0install.git#refs/heads/master (b3d7e5fdabb42c495c0ba3a97056b21264064f4f) (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/talex5/0install.git" -b "master" && cd "0install" && git reset --hard b3d7e5fd
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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 0install.opam 0install-solver.opam 0install-gtk.opam ./
RUN opam pin add -yn 0install.dev './' && \
    opam pin add -yn 0install-solver.dev './' && \
    opam pin add -yn 0install-gtk.dev './'
ENV DEPS="base-bigarray.base base-bytes.base base-threads.base base-unix.base cairo2.0.6.4 camlp-streams.5.0.1 conf-cairo.1 conf-glib-2.1 conf-gtk3.18 conf-libcurl.2 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 lablgtk3.3.1.4 lwt.5.7.0 lwt_glib.1.1.1 lwt_log.1.1.2 lwt_ppx.2.1.0 lwt_react.1.2.0 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 obus.1.2.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 ocurl.0.9.2 ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.32.1 react.1.2.2 seq.base sexplib0.v0.16.0 sha.1.15.4 stdlib-shims.0.3.0 topkg.1.0.7 xmlm.1.4.0 yojson.2.1.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y 0install.dev 0install-solver.dev 0install-gtk.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-10 22:02.49: Using cache hint "talex5/0install-ocaml/opam:debian-12-ocaml-4.14@sha256:84f1ea72e62769bdd7b86dfcc73439eefde51836ecd9b9db0aa3e76235b47924-debian-12-4.14_x86_32_opam-2.1-e6b0450390df057fd2537ad2c9d89d1a"
2024-05-10 22:02.49: 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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src 0install.opam 0install-solver.opam 0install-gtk.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn 0install.dev './' && \
             \nopam pin add -yn 0install-solver.dev './' && \
             \nopam pin add -yn 0install-gtk.dev './'"))
 (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base cairo2.0.6.4 camlp-streams.5.0.1 conf-cairo.1 conf-glib-2.1 conf-gtk3.18 conf-libcurl.2 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 lablgtk3.3.1.4 lwt.5.7.0 lwt_glib.1.1.1 lwt_log.1.1.2 lwt_ppx.2.1.0 lwt_react.1.2.0 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 obus.1.2.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 ocurl.0.9.2 ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.32.1 react.1.2.2 seq.base sexplib0.v0.16.0 sha.1.15.4 stdlib-shims.0.3.0 topkg.1.0.7 xmlm.1.4.0 yojson.2.1.2")
 (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 0install.dev 0install-solver.dev 0install-gtk.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-10 22:02.49: Waiting for resource in pool OCluster
2024-05-11 11:29.43: Waiting for worker…
2024-05-11 11:36.28: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at b3d7e5fd Replace uses of deprecated Stdlib.Stream and Lwt_unix.yield


(from ocaml/opam:debian-12-ocaml-4.14@sha256:84f1ea72e62769bdd7b86dfcc73439eefde51836ecd9b9db0aa3e76235b47924)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:84f1ea72e62769bdd7b86dfcc73439eefde51836ecd9b9db0aa3e76235b47924' locally
docker.io/ocaml/opam@sha256:84f1ea72e62769bdd7b86dfcc73439eefde51836ecd9b9db0aa3e76235b47924: Pulling from ocaml/opam
d59a9443a971: Pulling fs layer
d59a9443a971: Verifying Checksum
d59a9443a971: Download complete
d59a9443a971: Pull complete
Digest: sha256:84f1ea72e62769bdd7b86dfcc73439eefde51836ecd9b9db0aa3e76235b47924
Status: Downloaded newer image for ocaml/opam@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-11 11:36.29 ---> 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-11 11:36.29 ---> 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-11 11:36.29 ---> 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-11 11:36.29 ---> using "c9f39004818e8b7f49bfed208fe1cabaebb8be8a9564a13832a3a6b869acc85b" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 11:36.29 ---> 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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   eb2dcab0d8..2ae169d7d0  master     -> origin/master
307e33d08f @dra27 and @Octachron maintain the 4.08+ packages


<><> 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-11 11:36.29 ---> using "9c9d308969ebf9213675e78860f11c355e45cf027dca6f84584fdd13211961f6" from cache


/src: (copy (src 0install.opam 0install-solver.opam 0install-gtk.opam)
            (dst ./))
2024-05-11 11:36.29 ---> saved as "f765c59fada0c6f301557369091c97484902de36564d6b4b771c077c9fa76662"


/src: (run (network host)
           (shell  "opam pin add -yn 0install.dev './' && \
                  \nopam pin add -yn 0install-solver.dev './' && \
                  \nopam pin add -yn 0install-gtk.dev './'"))
[0install.dev] synchronised (file:///src)
0install is now pinned to file:///src (version dev)
[0install-solver.dev] synchronised (file:///src)
0install-solver is now pinned to file:///src (version dev)
[0install-gtk.dev] synchronised (file:///src)
0install-gtk is now pinned to file:///src (version dev)
2024-05-11 11:36.35 ---> saved as "15423344006ec44e81ae5c0fee7c90a8687454591179296c73cbff8054086527"


/src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base cairo2.0.6.4 camlp-streams.5.0.1 conf-cairo.1 conf-glib-2.1 conf-gtk3.18 conf-libcurl.2 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 lablgtk3.3.1.4 lwt.5.7.0 lwt_glib.1.1.1 lwt_log.1.1.2 lwt_ppx.2.1.0 lwt_react.1.2.0 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 obus.1.2.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 ocurl.0.9.2 ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.32.1 react.1.2.2 seq.base sexplib0.v0.16.0 sha.1.15.4 stdlib-shims.0.3.0 topkg.1.0.7 xmlm.1.4.0 yojson.2.1.2")


/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 0install.dev 0install-solver.dev 0install-gtk.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 [154 kB]
- Fetched 257 kB in 0s (729 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[0install.dev] synchronised (no changes)
[0install-gtk.dev] synchronised (no changes)
[0install-solver.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:
    libcairo2-dev libcurl4-gnutls-dev libexpat1-dev libglib2.0-dev libgtk-3-dev pkg-config


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libcairo2-dev" "libcurl4-gnutls-dev" "libexpat1-dev" "libglib2.0-dev" "libgtk-3-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed


- Regenerating fonts cache... 


2024-05-11 11:37.19 ---> saved as "8e587a7ea311f6536d2a107a63d7a984e5556352ddededb9fa95b0a91d242ca7"


/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 ocamlbuild          0.14.3
  - install ocamlfind           1.9.6
  - install seq                 base
  - install conf-pkg-config     3
  - install dune                3.15.2
  - install conf-libcurl        2
  - install topkg               1.0.7
  - install base-bytes          base
  - install conf-gtk3           18
  - install conf-glib-2         1
  - install conf-cairo          1
  - install stdlib-shims        0.3.0
  - install sexplib0            v0.16.0
  - install ppx_derivers        1.2.1
  - install ocaml-compiler-libs v0.12.4
  - install menhirSdk           20231231
  - install menhirLib           20231231
  - install menhirCST           20231231
  - install csexp               1.5.2
  - install cppo                1.6.9
  - install camlp-streams       5.0.1
  - install xmlm                1.4.0
  - install react               1.2.2
  - install sha                 1.15.4
  - install ounit2              2.2.7
  - install ppxlib              0.32.1
  - install menhir              20231231
  - install dune-configurator   3.15.2
  - install yojson              2.1.2
  - install ocplib-endian       1.2
  - install cairo2              0.6.4
  - install lwt                 5.7.0
  - install lablgtk3            3.1.4
  - install lwt_react           1.2.0
  - install lwt_ppx             2.1.0
  - install lwt_log             1.1.2
  - install lwt_glib            1.1.1
  - install ocurl               0.9.2
  - install obus                1.2.5
===== 39 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cairo2.0.6.4  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved cppo.1.6.9  (cached)
-> installed conf-libcurl.2
-> installed conf-pkg-config.3
-> retrieved csexp.1.5.2  (cached)
-> installed conf-cairo.1
-> installed conf-glib-2.1
-> installed conf-gtk3.18
-> retrieved lablgtk3.3.1.4  (cached)
-> retrieved lwt.5.7.0  (cached)
-> retrieved lwt_glib.1.1.1  (cached)
-> retrieved lwt_log.1.1.2  (cached)
-> retrieved lwt_ppx.2.1.0  (cached)
-> retrieved lwt_react.1.2.0  (cached)
-> retrieved menhir.20231231  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved dune-configurator.3.15.2  (cached)
-> retrieved menhirCST.20231231  (cached)
-> retrieved menhirLib.20231231  (cached)
-> retrieved menhirSdk.20231231  (cached)
-> retrieved obus.1.2.5  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ocurl.0.9.2  (cached)
-> retrieved ounit2.2.2.7  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> installed seq.base
-> retrieved react.1.2.2  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved sha.1.15.4  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved xmlm.1.4.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved ppxlib.0.32.1  (cached)
-> retrieved yojson.2.1.2  (cached)
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed react.1.2.2
-> installed xmlm.1.4.0
-> installed dune.3.15.2
-> installed csexp.1.5.2
-> installed camlp-streams.5.0.1
-> installed menhirCST.20231231
-> installed menhirSdk.20231231
-> installed ppx_derivers.1.2.1
-> installed sexplib0.v0.16.0
-> installed menhirLib.20231231
-> installed stdlib-shims.0.3.0
-> installed cppo.1.6.9
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocplib-endian.1.2
-> installed ounit2.2.2.7
-> installed yojson.2.1.2
-> installed dune-configurator.3.15.2
-> installed sha.1.15.4
-> installed cairo2.0.6.4
-> installed lwt.5.7.0
-> installed lwt_log.1.1.2
-> installed lwt_react.1.2.0
-> installed lwt_glib.1.1.1
-> installed lablgtk3.3.1.4
-> installed menhir.20231231
-> installed ppxlib.0.32.1
-> installed lwt_ppx.2.1.0
-> installed obus.1.2.5
-> installed ocurl.0.9.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-11 11:38.41 ---> saved as "99b236a9fc8d10fbda4f45bd6c0e94207128bcd1a1aae1fdfb7ca8b2b35fe80e"


/src: (copy (src .) (dst /src))
2024-05-11 11:38.42 ---> saved as "a430f1a10913b52c7000d6e1ed4cdc2e97509eeaae3d9d789d9fb594b740ab52"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I src/support/.support.objs/byte -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/lwt -I /home/opam/.opam/4.14/lib/lwt/unix -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/ocplib-endian -I /home/opam/.opam/4.14/lib/ocplib-endian/bigstring -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/sha -I /home/opam/.opam/4.14/lib/stdlib-shims -I /home/opam/.opam/4.14/lib/xmlm -I /home/opam/.opam/4.14/lib/yojson -no-alias-deps -opaque -open Support -o src/support/.support.objs/byte/support__Json.cmo -c -impl src/support/json.ml)
File "src/support/json.ml", line 3, characters 9-26:
3 | type t = Yojson.Basic.json
             ^^^^^^^^^^^^^^^^^
Error: Unbound type constructor Yojson.Basic.json
(cd _build/default/src/solver/tests && ./test.exe)
....
Ran: 4 tests in: 0.10 seconds.
OK
"/usr/bin/linux32" "/bin/sh" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-05-11 11:38.44: Job failed: Failed: Build failed