Organisationsocaml-duneppx_deriving_dynbacf84 (main)fedora-41-5.3_opam-2.3

fedora-41-5.3_opam-2.3

Link Copied
Code Copied

Logs

2025-01-13 15:54.06: New job: test ocaml-dune/ppx_deriving_dyn https://github.com/ocaml-dune/ppx_deriving_dyn.git#refs/heads/main (bacf84896c3924f4858e40b11acc1a6c16d2ac75) (linux-x86_64:fedora-41-5.3_opam-2.3)
Base: ocaml/opam:fedora-41-ocaml-5.3@sha256:13cf73d0d99ba7326fdb4265f9b2d3ee11bb6229fe4c901ead84bb64cdd0a1a9
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-dune/ppx_deriving_dyn.git" -b "main" && cd "ppx_deriving_dyn" && git reset --hard bacf8489
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-41-ocaml-5.3@sha256:13cf73d0d99ba7326fdb4265f9b2d3ee11bb6229fe4c901ead84bb64cdd0a1a9
# fedora-41-5.3_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 85e5d991b8369d632f5b367be8b432341e488f88 || git fetch origin master) && git reset -q --hard 85e5d991b8369d632f5b367be8b432341e488f88 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 ppx_deriving_dyn.opam ./
RUN opam pin add -yn ppx_deriving_dyn.dev './'
ENV DEPS="base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base dune.3.17.1 dyn.3.17.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ordering.3.17.1 pp.2.0.0 ppx_derivers.1.2.1 ppxlib.0.34.0 sexplib0.v0.17.0 stdlib-shims.0.3.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y ppx_deriving_dyn.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-01-13 15:54.06: Using cache hint "ocaml-dune/ppx_deriving_dyn-ocaml/opam:fedora-41-ocaml-5.3@sha256:13cf73d0d99ba7326fdb4265f9b2d3ee11bb6229fe4c901ead84bb64cdd0a1a9-fedora-41-5.3_opam-2.3-4bfc2a68fa47cc09e94d8bc8bc768214"
2025-01-13 15:54.06: Using OBuilder spec:
((from ocaml/opam:fedora-41-ocaml-5.3@sha256:13cf73d0d99ba7326fdb4265f9b2d3ee11bb6229fe4c901ead84bb64cdd0a1a9)
(comment fedora-41-5.3_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 85e5d991b8369d632f5b367be8b432341e488f88 || git fetch origin master) && git reset -q --hard 85e5d991b8369d632f5b367be8b432341e488f88 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src ppx_deriving_dyn.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn ppx_deriving_dyn.dev './'"))
(env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base dune.3.17.1 dyn.3.17.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ordering.3.17.1 pp.2.0.0 ppx_derivers.1.2.1 ppxlib.0.34.0 sexplib0.v0.17.0 stdlib-shims.0.3.0")
(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 ppx_deriving_dyn.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-01-13 15:54.06: Waiting for resource in pool OCluster
2025-01-13 22:07.51: Waiting for worker…
2025-01-13 22:22.40: Got resource from pool OCluster
Building on x86-bm-c5.sw.ocaml.org
All commits already cached
HEAD is now at bacf848 Merge pull request #6 from NathanReb/support-mutually-rec-types


(from ocaml/opam:fedora-41-ocaml-5.3@sha256:13cf73d0d99ba7326fdb4265f9b2d3ee11bb6229fe4c901ead84bb64cdd0a1a9)
Unable to find image 'ocaml/opam:fedora-41-ocaml-5.3@sha256:13cf73d0d99ba7326fdb4265f9b2d3ee11bb6229fe4c901ead84bb64cdd0a1a9' locally
docker.io/ocaml/opam@sha256:13cf73d0d99ba7326fdb4265f9b2d3ee11bb6229fe4c901ead84bb64cdd0a1a9: Pulling from ocaml/opam
4d909d5ef449: Pulling fs layer
4d909d5ef449: Verifying Checksum
4d909d5ef449: Download complete
4d909d5ef449: Pull complete
Digest: sha256:13cf73d0d99ba7326fdb4265f9b2d3ee11bb6229fe4c901ead84bb64cdd0a1a9
Status: Downloaded newer image for ocaml/opam@sha256:13cf73d0d99ba7326fdb4265f9b2d3ee11bb6229fe4c901ead84bb64cdd0a1a9
2025-01-13 22:22.41 ---> using "6e51c76db0e0ca0fb014d21ed5ede78f84dc6dacb74cbb3d94038b31590ea91e" from cache


/: (comment fedora-41-5.3_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 41 - x86_64 - Updates           100% | 211.1 KiB/s |  25.1 KiB |  00m00s
Fedora 41 - x86_64 - Updates           100% |   3.4 MiB/s |   3.2 MiB |  00m01s
Repositories loaded.
Package "findutils-1:4.10.0-4.fc41.x86_64" is already installed.


Nothing to do.
2025-01-13 22:22.41 ---> using "99eb5dc747bef9a7fbb684aec7987e09cd9f919362b72a858e01c49e2a8f87a5" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-01-13 22:22.41 ---> using "46e2204ee5d26c313f893ac02fe264ce999034cfcaaefad8ef00c1f22285c702" 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.


[NOTE] The 'jobs' option was reset, its value was 255 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=255 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2025-01-13 22:22.41 ---> using "47fcc8256edf8a4fac758728e2e37f2ddcffa9b7594d75e10d82562f14ca3628" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-130-generic
The OCaml toplevel, version 5.3.0
2.3.0
2025-01-13 22:22.41 ---> using "785adf51da62b9840005ade469bdb6ea9fdb821b8c47918ee4d03d87aec9e30b" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-01-13 22:22.41 ---> using "fce26cd970d529fbc8efd1f093cfc8f2db60817d5f2d59c8bc712b5a62368cc3" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 85e5d991b8369d632f5b367be8b432341e488f88 || git fetch origin master) && git reset -q --hard 85e5d991b8369d632f5b367be8b432341e488f88 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
f93eb7cb02..8cf9020b27  master     -> origin/master
85e5d991b8 Merge pull request #27251 from NathanReb/ppxlib-maintenance-intent


<><> 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.
# To update the current shell environment, run: eval $(opam env)
2025-01-13 22:22.41 ---> using "fd5c754f8e85ae89c11183dfa264fc944c4ea415ee84c58d6587d5a8ad58c680" from cache


/src: (copy (src ppx_deriving_dyn.opam) (dst ./))
2025-01-13 22:22.41 ---> saved as "7dde6684b2fd65185f2b90d98ca93f5b3f5df2ba4dedcd6ad36154fd829c86dd"


/src: (run (network host)
(shell "opam pin add -yn ppx_deriving_dyn.dev './'"))
Package ppx_deriving_dyn does not exist, create as a NEW package? [y/n] y
[ppx_deriving_dyn.dev] synchronised (file:///src)
ppx_deriving_dyn is now pinned to file:///src (version dev)
2025-01-13 22:22.43 ---> saved as "d3a0c3d8787a1c9047570fe531e8391ee060b636eac36d0fe6f2e15d493af3a9"


/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base dune.3.17.1 dyn.3.17.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ordering.3.17.1 pp.2.0.0 ppx_derivers.1.2.1 ppxlib.0.34.0 sexplib0.v0.17.0 stdlib-shims.0.3.0")


/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 ppx_deriving_dyn.dev $DEPS"))
+ /usr/bin/sudo "yum" "makecache"
- Updating and loading repositories:
- Repositories loaded.
- Metadata cache created.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ppx_deriving_dyn.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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[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-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
2025-01-13 22:23.11 ---> saved as "85cc375947bf4c8c5ba405ec133c89725cb7e996f721348586d524c6b088dc60"


/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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[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-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains 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 9 packages
- install dune                3.17.1
- install dyn                 3.17.1
- install ocaml-compiler-libs v0.17.0
- install ordering            3.17.1
- install pp                  2.0.0
- install ppx_derivers        1.2.1
- install ppxlib              0.34.0
- install sexplib0            v0.17.0
- install stdlib-shims        0.3.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved pp.2.0.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved ppxlib.0.34.0  (cached)
-> retrieved dune.3.17.1, dyn.3.17.1, ordering.3.17.1  (cached)
-> installed dune.3.17.1
-> installed ppx_derivers.1.2.1
-> installed ocaml-compiler-libs.v0.17.0
-> installed pp.2.0.0
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.17.0
-> installed ordering.3.17.1
-> installed dyn.3.17.1
-> installed ppxlib.0.34.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-01-13 22:24.46 ---> saved as "b8623dbea075f8cb9722f8a51f6f48cd22b6027f8fd00bffc88df739db018868"


/src: (copy (src .) (dst /src))
2025-01-13 22:24.46 ---> saved as "bca342d76c5f1f91e624b4497814675e2590eb0df2edb0e7974dcc8b949c4e42"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-01-13 22:24.50 ---> saved as "e852ef1808758a093ed13fec3c8b37780e2c75fb9d923c54f33ea421b5ce8978"
Job succeeded
2025-01-13 22:24.50: Job succeeded