Organisationsedwintorokdune-compiledbf04417 (main)fedora-42-4.14_opam-2.3

fedora-42-4.14_opam-2.3

Logs

Show full logs
2025-05-12 13:51.45: New job: test edwintorok/dune-compiledb https://github.com/edwintorok/dune-compiledb.git#refs/heads/main (f0441721de9b4d1c8418a41ff6fc3f715505e7f0) (linux-x86_64:fedora-42-4.14_opam-2.3)
Base: ocaml/opam:fedora-42-ocaml-4.14@sha256:475a852401de7d578efec2afce4384d87b505f5bc610dc56f6bde3b87ebb7664
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/edwintorok/dune-compiledb.git" -b "main" && cd "dune-compiledb" && git reset --hard f0441721
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-42-ocaml-4.14@sha256:475a852401de7d578efec2afce4384d87b505f5bc610dc56f6bde3b87ebb7664
# fedora-42-4.14_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo dnf install -y findutils
RUN sudo ln -f /usr/bin/opam-2.3 /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 35eb2f107a989a2d623b0bbe170696398fcb9b1e || git fetch origin master) && git reset -q --hard 35eb2f107a989a2d623b0bbe170696398fcb9b1e && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 dune-compiledb.opam ./
RUN opam pin add -yn dune-compiledb.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cstruct.6.2.0 dune.3.18.2 ezjsonm.1.3.0 fmt.0.10.0 fpath.0.7.3 hex.1.5.0 jsonm.1.0.2 num.1.5-1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 parsexp.v0.16.0 sexplib.v0.16.0 sexplib0.v0.16.0 topkg.1.0.8 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y dune-compiledb.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

2025-05-12 13:51.45: Using cache hint "edwintorok/dune-compiledb-ocaml/opam:fedora-42-ocaml-4.14@sha256:475a852401de7d578efec2afce4384d87b505f5bc610dc56f6bde3b87ebb7664-fedora-42-4.14_opam-2.3-02c26f1a38f2dd6302656eb092c1b403"
2025-05-12 13:51.45: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-4.14@sha256:475a852401de7d578efec2afce4384d87b505f5bc610dc56f6bde3b87ebb7664)
 (comment fedora-42-4.14_opam-2.3)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (network host)
      (shell "sudo dnf install -y findutils"))
 (run (shell "sudo ln -f /usr/bin/opam-2.3 /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 35eb2f107a989a2d623b0bbe170696398fcb9b1e || git fetch origin master) && git reset -q --hard 35eb2f107a989a2d623b0bbe170696398fcb9b1e && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src dune-compiledb.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn dune-compiledb.dev './'"))
 (run (network host)
      (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cstruct.6.2.0 dune.3.18.2 ezjsonm.1.3.0 fmt.0.10.0 fpath.0.7.3 hex.1.5.0 jsonm.1.0.2 num.1.5-1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 parsexp.v0.16.0 sexplib.v0.16.0 sexplib0.v0.16.0 topkg.1.0.8 uutf.1.0.4")
 (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.3 --depext-only -y dune-compiledb.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"))
)

2025-05-12 13:51.45: Waiting for resource in pool OCluster
2025-05-12 13:53.40: Waiting for worker…
2025-05-12 13:56.55: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint: 
hint: 	git config --global init.defaultBranch <name>
hint: 
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint: 
hint: 	git branch -m <name>
Initialised empty Git repository in /var/cache/obuilder/ocluster/git/dune-compiledb.git-7df3878ccf9e8b3d9833f06124e622d89ec1b7e5/.git/
HEAD is now at f044172 fix typo

(from ocaml/opam:fedora-42-ocaml-4.14@sha256:475a852401de7d578efec2afce4384d87b505f5bc610dc56f6bde3b87ebb7664)
Unable to find image 'ocaml/opam:fedora-42-ocaml-4.14@sha256:475a852401de7d578efec2afce4384d87b505f5bc610dc56f6bde3b87ebb7664' locally
docker.io/ocaml/opam@sha256:475a852401de7d578efec2afce4384d87b505f5bc610dc56f6bde3b87ebb7664: Pulling from ocaml/opam
94e8a0eed796: Pulling fs layer
94e8a0eed796: Verifying Checksum
94e8a0eed796: Download complete
94e8a0eed796: Pull complete
Digest: sha256:475a852401de7d578efec2afce4384d87b505f5bc610dc56f6bde3b87ebb7664
Status: Downloaded newer image for ocaml/opam@sha256:475a852401de7d578efec2afce4384d87b505f5bc610dc56f6bde3b87ebb7664
2025-05-12 13:56.56 ---> using "aefb7551cd0db7b5ebec7e244d5637aef02ab3f94c732650de7ad183465adaa0" from cache

/: (comment fedora-42-4.14_opam-2.3)

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

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (network host)
           (shell "sudo dnf install -y findutils"))
Updating and loading repositories:
 Fedora 42 - x86_64 - Updates           100% |  65.7 KiB/s |  19.1 KiB |  00m00s
 Fedora 42 - x86_64 - Updates           100% | 243.8 KiB/s |   1.5 MiB |  00m06s
Repositories loaded.
Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed.

Nothing to do.
2025-05-12 13:56.56 ---> using "90ac926fbf0dd80a050fe07b782da645d449add02f129faddd96e43755a04a28" from cache

/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-05-12 13:56.56 ---> using "5ab48161f7c22f51d404bb5d2a2c5c549b74daa5ccd0f91af261e63f1695b519" 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.

Continue? [y/n] y
This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-05-12 13:56.56 ---> using "d92a9320f021e5a742c7d5b83bf52f2edabb999e504fcc09aa073d3dae5f7cd1" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-139-generic
The OCaml toplevel, version 4.14.2
2.3.0
2025-05-12 13:56.56 ---> using "331c939535d03227897d583b5fde573388f2700c81597883a942f894459d2d34" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-05-12 13:56.56 ---> using "4a8bf714148bfe78f89e423539b8a92586260102d756bbbf31ce5f39e20f8378" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 35eb2f107a989a2d623b0bbe170696398fcb9b1e || git fetch origin master) && git reset -q --hard 35eb2f107a989a2d623b0bbe170696398fcb9b1e && git log --no-decorate -n1 --oneline && opam update -u"))
35eb2f107a Merge pull request #27838 from maiste/release-dune-3.18.2

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+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.
# To update the current shell environment, run: eval $(opam env)
2025-05-12 13:56.56 ---> using "596bcb70fc4598874feb007a460041b9526dcf2fd0276ecb7cc8db8e610ff05d" from cache

/src: (copy (src dune-compiledb.opam) (dst ./))
2025-05-12 13:56.56 ---> saved as "7273f2cde588d850d9e6e3246579c4c4f9ef959753525ba5b728b26dcd3c5718"

/src: (run (network host)
           (shell "opam pin add -yn dune-compiledb.dev './'"))
[dune-compiledb.dev] synchronised (file:///src)
dune-compiledb is now pinned to file:///src (version dev)
2025-05-12 13:56.58 ---> saved as "277d859d8fba61653ce1cb0287cdb295099c4d0a48158b443cbbe1c2cda15552"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-05-12 13:56.58 ---> saved as "e75f0d4dc8658466f9680665f7a4279b2718bac08bbd7a4df815e8a6fed92bde"

/src: (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cstruct.6.2.0 dune.3.18.2 ezjsonm.1.3.0 fmt.0.10.0 fpath.0.7.3 hex.1.5.0 jsonm.1.0.2 num.1.5-1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 parsexp.v0.16.0 sexplib.v0.16.0 sexplib0.v0.16.0 topkg.1.0.8 uutf.1.0.4")

/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.3 --depext-only -y dune-compiledb.dev $DEPS"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- Repositories loaded.
- Metadata cache created.

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[dune-compiledb.dev] synchronised (file:///src)

[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).
2025-05-12 13:57.17 ---> saved as "f0e677629b22aa1f1371f6ab643e2973d036632442b74db35615de7596ea521b"

/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 16 packages
  - install astring    0.8.5
  - install cstruct    6.2.0
  - install dune       3.18.2
  - install ezjsonm    1.3.0
  - install fmt        0.10.0
  - install fpath      0.7.3
  - install hex        1.5.0
  - install jsonm      1.0.2
  - install num        1.5-1
  - install ocamlbuild 0.16.1
  - install ocamlfind  1.9.8
  - install parsexp    v0.16.0
  - install sexplib    v0.16.0
  - install sexplib0   v0.16.0
  - install topkg      1.0.8
  - install uutf       1.0.4

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved ezjsonm.1.3.0  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> retrieved fmt.0.10.0  (cached)
-> retrieved hex.1.5.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved num.1.5-1  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved parsexp.v0.16.0  (cached)
-> retrieved sexplib.v0.16.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved topkg.1.0.8  (cached)
-> retrieved dune.3.18.2  (cached)
-> installed num.1.5-1
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.0.8
-> installed uutf.1.0.4
-> installed fmt.0.10.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed fpath.0.7.3
-> installed dune.3.18.2
-> installed cstruct.6.2.0
-> installed sexplib0.v0.16.0
-> installed hex.1.5.0
-> installed ezjsonm.1.3.0
-> installed parsexp.v0.16.0
-> installed sexplib.v0.16.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-05-12 13:58.20 ---> saved as "8c5c6f7de5956d6f8ec120db189f62403d020aadca610c7949dc1cc2aa8b355f"

/src: (copy (src .) (dst /src))
2025-05-12 13:58.20 ---> saved as "a9f6d3c1f45d9cec2c9e272a6b5c971367741ef17ff818c9d12f4f49236e6922"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-05-12 13:58.21 ---> saved as "471a60a6a79e01e5f64f4d8dec8ec2a9bb98bbe38380e5c6eeac852eb672128e"
Job succeeded
2025-05-12 13:58.21: Job succeeded