Organisationspatricoferrisocaml-jansson42cb42 (main)fedora-39-4.14_opam-2.1

fedora-39-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-06-23 10:47.58: New job: test patricoferris/ocaml-jansson https://github.com/patricoferris/ocaml-jansson.git#refs/heads/main (42cb429e722ec64807d75ae401758eb666c9d189) (linux-x86_64:fedora-39-4.14_opam-2.1)
Base: ocaml/opam@sha256:59b4177ce6da3711f0f292ae85c942ee489b9637788806a42adef0bb909361a0
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/patricoferris/ocaml-jansson.git" -b "main" && cd "ocaml-jansson" && git reset --hard 42cb429e
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:59b4177ce6da3711f0f292ae85c942ee489b9637788806a42adef0bb909361a0
# fedora-39-4.14_opam-2.1
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.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 a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 jansson.opam ./
RUN opam pin add -yn jansson.dev './'
ENV DEPS="alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.3.0 conf-cmake.1 csexp.1.5.2 cstruct.6.2.0 ctypes.0.22.0 dune.3.16.0 dune-configurator.3.16.0 ezjsonm.1.3.0 fmt.0.9.0 hex.1.5.0 host-arch-x86_64.1 host-system-other.1 integers.0.7.0 jsonm.1.0.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 re.1.11.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y jansson.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-06-23 10:47.58: Using cache hint "patricoferris/ocaml-jansson-ocaml/opam@sha256:59b4177ce6da3711f0f292ae85c942ee489b9637788806a42adef0bb909361a0-fedora-39-4.14_opam-2.1-67236f196191f60770afa918fb0c737b"
2024-06-23 10:47.58: Using OBuilder spec:
((from ocaml/opam@sha256:59b4177ce6da3711f0f292ae85c942ee489b9637788806a42adef0bb909361a0)
 (comment fedora-39-4.14_opam-2.1)
 (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.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 a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src jansson.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn jansson.dev './'"))
 (env DEPS "alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.3.0 conf-cmake.1 csexp.1.5.2 cstruct.6.2.0 ctypes.0.22.0 dune.3.16.0 dune-configurator.3.16.0 ezjsonm.1.3.0 fmt.0.9.0 hex.1.5.0 host-arch-x86_64.1 host-system-other.1 integers.0.7.0 jsonm.1.0.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 re.1.11.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3")
 (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 jansson.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-06-23 10:47.58: Waiting for resource in pool OCluster
2024-06-23 10:56.13: Waiting for worker…
2024-06-23 10:58.11: Got resource from pool OCluster
Building on x86-bm-c7.sw.ocaml.org
All commits already cached
Submodule path 'vendor/jansson': checked out '2882ead5bb90cf12a01b07b2c2361e24960fae02'
HEAD is now at 42cb429 Install so versions
Synchronizing submodule url for 'vendor/jansson'
Cleared directory 'vendor/jansson'
Submodule 'vendor/jansson' (https://github.com/akheron/jansson) unregistered for path 'vendor/jansson'
Submodule 'vendor/jansson' (https://github.com/akheron/jansson) registered for path 'vendor/jansson'
Submodule path 'vendor/jansson': checked out '2882ead5bb90cf12a01b07b2c2361e24960fae02'


(from ocaml/opam@sha256:59b4177ce6da3711f0f292ae85c942ee489b9637788806a42adef0bb909361a0)
Unable to find image 'ocaml/opam@sha256:59b4177ce6da3711f0f292ae85c942ee489b9637788806a42adef0bb909361a0' locally
docker.io/ocaml/opam@sha256:59b4177ce6da3711f0f292ae85c942ee489b9637788806a42adef0bb909361a0: Pulling from ocaml/opam
Digest: sha256:59b4177ce6da3711f0f292ae85c942ee489b9637788806a42adef0bb909361a0
Status: Downloaded newer image for ocaml/opam@sha256:59b4177ce6da3711f0f292ae85c942ee489b9637788806a42adef0bb909361a0
2024-06-23 10:58.11 ---> using "ead5f5b4f7ad791ea634f9bce1e39ee51d2e3cae035ea5baaabfedd7a586f635" from cache


/: (comment fedora-39-4.14_opam-2.1)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (network host)
           (shell "sudo dnf install -y findutils"))
Fedora 39 - x86_64 - Updates                    260 kB/s |  28 kB     00:00    
Fedora 39 - x86_64 - Updates                    2.4 MB/s | 6.3 MB     00:02    
Last metadata expiration check: 0:00:19 ago on Sun Jun 23 10:57:31 2024.
Package findutils-1:4.9.0-5.fc39.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2024-06-23 10:58.11 ---> using "f77a4e11b5a72aeafc96d49f7597f39aa361e6db315433350f54125bf5730119" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-06-23 10:58.11 ---> using "d10e42e3d1cb823a126b2d9d6569685c675617a28e92c6b1813641d285fe732b" 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-06-23 10:59.09 ---> saved as "5ef84e00b8ea3487ed58ab751010be7124f745dce3c64611fe64c088e313ab57"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-112-generic
The OCaml toplevel, version 4.14.2
2.1.6
2024-06-23 10:59.09 ---> saved as "3209681f2faea5cb92008d29e78c35e889b374b6e9927b7307a811fda6e7a175"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-06-23 10:59.09 ---> saved as "dcf2b9e8c57bd23c02054070e43d2a8e529d1bd969928ac4d47128b4f794236e"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u"))
a6069b9eeb [new release] dune (15 packages) (3.16.0)


<><> 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-06-23 11:00.09 ---> saved as "661acbc93408119f75e9de584829a78b13687367be717d37d6eea987b158c5ce"


/src: (copy (src jansson.opam) (dst ./))
2024-06-23 11:00.10 ---> saved as "14e2730bb359d9635b9a8c2f58a1e9246a1d6e78bcc7de52d4841133118a8398"


/src: (run (network host)
           (shell "opam pin add -yn jansson.dev './'"))
Package jansson does not exist, create as a NEW package? [Y/n] y
[jansson.dev] synchronised (file:///src)
jansson is now pinned to file:///src (version dev)
2024-06-23 11:00.11 ---> saved as "c6dc7dee5033b8114c24a6a396e743ee1a19ffc372fe8e64ac98dbb95f3a4e87"


/src: (env DEPS "alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.3.0 conf-cmake.1 csexp.1.5.2 cstruct.6.2.0 ctypes.0.22.0 dune.3.16.0 dune-configurator.3.16.0 ezjsonm.1.3.0 fmt.0.9.0 hex.1.5.0 host-arch-x86_64.1 host-system-other.1 integers.0.7.0 jsonm.1.0.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 re.1.11.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3")


/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 jansson.dev $DEPS"))
+ /usr/bin/sudo "yum" "makecache"
- Fedora 39 - x86_64                              315 kB/s |  30 kB     00:00    
- Fedora 39 openh264 (From Cisco) - x86_64         13 kB/s | 989  B     00:00    
- Fedora 39 - x86_64 - Updates                    315 kB/s |  28 kB     00:00    
- Metadata cache created.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[jansson.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 host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[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:
    cmake


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "yum" "install" "-y" "cmake"
- Last metadata expiration check: 0:00:15 ago on Sun Jun 23 11:00:13 2024.
- Dependencies resolved.
- ================================================================================
-  Package                Architecture Version                Repository     Size
- ================================================================================
- Installing:
-  cmake                  x86_64       3.27.7-1.fc39          fedora        8.0 M
- Installing dependencies:
-  cmake-data             noarch       3.27.7-1.fc39          fedora        2.2 M
-  cmake-filesystem       x86_64       3.27.7-1.fc39          fedora         19 k
-  jsoncpp                x86_64       1.9.5-5.fc39           fedora         99 k
-  libuv                  x86_64       1:1.48.0-1.fc39        updates       252 k
-  rhash                  x86_64       1.4.3-3.fc39           fedora        194 k
-  vim-filesystem         noarch       2:9.1.452-1.fc39       updates        17 k
- 
- Transaction Summary
- ================================================================================
- Install  7 Packages
- 
- Total download size: 11 M
- Installed size: 40 M
- Downloading Packages:
- (1/7): cmake-filesystem-3.27.7-1.fc39.x86_64.rp 203 kB/s |  19 kB     00:00    
- (2/7): jsoncpp-1.9.5-5.fc39.x86_64.rpm          1.0 MB/s |  99 kB     00:00    
- (3/7): rhash-1.4.3-3.fc39.x86_64.rpm            2.0 MB/s | 194 kB     00:00    
- (4/7): cmake-data-3.27.7-1.fc39.noarch.rpm      7.3 MB/s | 2.2 MB     00:00    
- (5/7): libuv-1.48.0-1.fc39.x86_64.rpm           8.0 MB/s | 252 kB     00:00    
- (6/7): vim-filesystem-9.1.452-1.fc39.noarch.rpm 250 kB/s |  17 kB     00:00    
- (7/7): cmake-3.27.7-1.fc39.x86_64.rpm            16 MB/s | 8.0 MB     00:00    
- --------------------------------------------------------------------------------
- Total                                            16 MB/s |  11 MB     00:00     
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
-   Preparing        :                                                        1/1 
-   Installing       : cmake-filesystem-3.27.7-1.fc39.x86_64                  1/7 
-   Installing       : vim-filesystem-2:9.1.452-1.fc39.noarch                 2/7 
-   Running scriptlet: vim-filesystem-2:9.1.452-1.fc39.noarch                 2/7 
-   Installing       : libuv-1:1.48.0-1.fc39.x86_64                           3/7 
-   Installing       : rhash-1.4.3-3.fc39.x86_64                              4/7 
-   Installing       : jsoncpp-1.9.5-5.fc39.x86_64                            5/7 
-   Installing       : cmake-data-3.27.7-1.fc39.noarch                        6/7 
-   Installing       : cmake-3.27.7-1.fc39.x86_64                             7/7 
-   Running scriptlet: cmake-3.27.7-1.fc39.x86_64                             7/7 
-   Verifying        : cmake-3.27.7-1.fc39.x86_64                             1/7 
-   Verifying        : cmake-data-3.27.7-1.fc39.noarch                        2/7 
-   Verifying        : cmake-filesystem-3.27.7-1.fc39.x86_64                  3/7 
-   Verifying        : jsoncpp-1.9.5-5.fc39.x86_64                            4/7 
-   Verifying        : rhash-1.4.3-3.fc39.x86_64                              5/7 
-   Verifying        : libuv-1:1.48.0-1.fc39.x86_64                           6/7 
-   Verifying        : vim-filesystem-2:9.1.452-1.fc39.noarch                 7/7
-  
- 
- Installed:
-   cmake-3.27.7-1.fc39.x86_64                 cmake-data-3.27.7-1.fc39.noarch    
-   cmake-filesystem-3.27.7-1.fc39.x86_64      jsoncpp-1.9.5-5.fc39.x86_64        
-   libuv-1:1.48.0-1.fc39.x86_64               rhash-1.4.3-3.fc39.x86_64          
-   vim-filesystem-2:9.1.452-1.fc39.noarch    
- 
- Complete!
+ /usr/bin/sudo "rpm" "-q" "--whatprovides" "cmake"
- cmake-3.27.7-1.fc39.x86_64
2024-06-23 11:00.32 ---> saved as "761c1828bba422b4c8ed16f97a07fcaf346bf4f864e1ad733f40a82326afcccb"


/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 host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[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 dune               3.16.0
  - install ocamlfind          1.9.6
  - install cmdliner           1.3.0
  - install seq                base
  - install conf-cmake         1
  - install stdlib-shims       0.3.0
  - install sexplib0           v0.17.0
  - install ocaml-syntax-shims 1.0.0
  - install csexp              1.5.2
  - install bigarray-compat    1.1.0
  - install topkg              1.0.7
  - install re                 1.11.0
  - install integers           0.7.0
  - install dune-configurator  3.16.0
  - install uutf               1.0.3
  - install fmt                0.9.0
  - install astring            0.8.5
  - install ctypes             0.22.0
  - install jsonm              1.0.2
  - install cstruct            6.2.0
  - install alcotest           1.7.0
  - install hex                1.5.0
  - install ezjsonm            1.3.0
===== 24 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved conf-cmake.1  (cached)
-> retrieved alcotest.1.7.0  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-cmake.1
-> retrieved cstruct.6.2.0  (cached)
-> retrieved ctypes.0.22.0  (cached)
-> retrieved ezjsonm.1.3.0  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved hex.1.5.0  (cached)
-> retrieved integers.0.7.0  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved dune.3.16.0  (cached)
-> retrieved dune-configurator.3.16.0  (cached)
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed dune.3.16.0
-> installed csexp.1.5.2
-> installed bigarray-compat.1.1.0
-> installed stdlib-shims.0.3.0
-> installed cstruct.6.2.0
-> installed sexplib0.v0.17.0
-> installed hex.1.5.0
-> installed ocaml-syntax-shims.1.0.0
-> installed integers.0.7.0
-> installed re.1.11.0
-> installed ezjsonm.1.3.0
-> installed dune-configurator.3.16.0
-> installed alcotest.1.7.0
-> installed ctypes.0.22.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-06-23 11:02.08 ---> saved as "d6ebad8fa0092dcdfc54cbb256d643e0dd8e5f0c7e176cca044b90386b0f17b9"


/src: (copy (src .) (dst /src))
2024-06-23 11:02.08 ---> saved as "f3f4b3d32c594aca88c7145891d0a02e640f13d61551dcda9ca2c56ddb5c8b7b"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "dune-project", line 2, characters 14-17:
2 | (using ctypes 0.1)
                  ^^^
Error: Version 0.1 of the ctypes extension has been deleted in Dune 3.11.
Please port this project to a newer version of the extension, such as 0.3.
Hint: You will also need to upgrade to (lang dune 3.7).
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-06-23 11:02.08: Job failed: Failed: Build failed