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

fedora-39-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 09:02.59: 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:ed7c1e0d99e0721e1f70d37387d85dc50ee1cd18e94bb53a454c6064400c0db3
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:ed7c1e0d99e0721e1f70d37387d85dc50ee1cd18e94bb53a454c6064400c0db3
# 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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && 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.2.0 conf-cmake.1 csexp.1.5.2 cstruct.6.2.0 ctypes.0.22.0 dune.3.15.2 dune-configurator.3.15.2 ezjsonm.1.3.0 fmt.0.9.0 hex.1.5.0 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-05-10 09:02.59: Using cache hint "patricoferris/ocaml-jansson-ocaml/opam@sha256:ed7c1e0d99e0721e1f70d37387d85dc50ee1cd18e94bb53a454c6064400c0db3-fedora-39-4.14_opam-2.1-b550701384671297604dd6dace9ae3bf"
2024-05-10 09:02.59: Using OBuilder spec:
((from ocaml/opam@sha256:ed7c1e0d99e0721e1f70d37387d85dc50ee1cd18e94bb53a454c6064400c0db3)
 (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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && 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.2.0 conf-cmake.1 csexp.1.5.2 cstruct.6.2.0 ctypes.0.22.0 dune.3.15.2 dune-configurator.3.15.2 ezjsonm.1.3.0 fmt.0.9.0 hex.1.5.0 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-05-10 09:02.59: Waiting for resource in pool OCluster
2024-05-10 15:38.28: Waiting for worker…
2024-05-10 20:12.09: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
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:ed7c1e0d99e0721e1f70d37387d85dc50ee1cd18e94bb53a454c6064400c0db3)
2024-05-10 20:12.36 ---> saved as "de5c85e07ee957c3bc1265b45c1243eb411cb9ddce0938b3d6424d1fb62b675a"


/: (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                              208 kB/s |  26 kB     00:00    
Fedora 39 openh264 (From Cisco) - x86_64         10 kB/s | 989  B     00:00    
Fedora 39 - x86_64 - Updates                    188 kB/s |  23 kB     00:00    
Fedora 39 - x86_64 - Updates                    8.4 MB/s |  32 MB     00:03    
Package findutils-1:4.9.0-5.fc39.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2024-05-10 20:12.52 ---> saved as "c83495299c31d099e69c8ae8d78b7d87dbcacc4a0da1d6de3ba106095978cc72"


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-05-10 20:12.52 ---> saved as "9900d95d490eb7388fac05e6319c9fec3bfcd14a566dc9d93a3295f7196fec06"


/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-10 20:13.42 ---> saved as "93df74f63cd2c4616683b082f460a7adde58962d579e2601f9bf4cc755893cf0"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-106-generic
The OCaml toplevel, version 4.14.2
2.1.5
2024-05-10 20:13.42 ---> saved as "e051b4c4fe40af6432c57ad1c5b3847c92265813c1723580447b65ec069fe6e2"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-10 20:13.42 ---> saved as "12f1339482168279e6b6ff9d29ff95d72a63bc254a0f4c7c402c007570a4d23b"


/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
   6a2ad82c27..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-10 20:14.35 ---> saved as "78350c386d0fbf20d059b1bcaaedb7b51f80f003726e16bb03668496ad487060"


/src: (copy (src jansson.opam) (dst ./))
2024-05-10 20:14.36 ---> saved as "3b5d8e6ed98806339ddf367a3a0093865c69d57232af331bd89adf47edad7051"


/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-05-10 20:14.37 ---> saved as "2bdbb328632905dcdac7e2104ff6e20b9cfe7fee61ae97e6c47a4866b3cfe69e"


/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.2.0 conf-cmake.1 csexp.1.5.2 cstruct.6.2.0 ctypes.0.22.0 dune.3.15.2 dune-configurator.3.15.2 ezjsonm.1.3.0 fmt.0.9.0 hex.1.5.0 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                              209 kB/s |  26 kB     00:00    
- Fedora 39 openh264 (From Cisco) - x86_64        9.3 kB/s | 989  B     00:00    
- Fedora 39 - x86_64 - Updates                    173 kB/s |  23 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 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:10 ago on Fri May 10 20:14:38 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.354-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  60 kB/s |  19 kB     00:00    
- (2/7): jsoncpp-1.9.5-5.fc39.x86_64.rpm           48 kB/s |  99 kB     00:02    
- (3/7): rhash-1.4.3-3.fc39.x86_64.rpm            349 kB/s | 194 kB     00:00    
- (4/7): libuv-1.48.0-1.fc39.x86_64.rpm            64 kB/s | 252 kB     00:03    
- (5/7): vim-filesystem-9.1.354-1.fc39.noarch.rpm 544 kB/s |  17 kB     00:00    
- (6/7): cmake-data-3.27.7-1.fc39.noarch.rpm      186 kB/s | 2.2 MB     00:12    
- (7/7): cmake-3.27.7-1.fc39.x86_64.rpm           420 kB/s | 8.0 MB     00:19    
- --------------------------------------------------------------------------------
- Total                                           556 kB/s |  11 MB     00:19     
- 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.354-1.fc39.noarch                 2/7 
-   Running scriptlet: vim-filesystem-2:9.1.354-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.354-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.354-1.fc39.noarch    
- 
- Complete!
+ /usr/bin/sudo "rpm" "-q" "--whatprovides" "cmake"
- cmake-3.27.7-1.fc39.x86_64
2024-05-10 20:15.10 ---> saved as "fd4517a746344f32104554000594219c6ec01736dce141a5808f6fe968abb5a5"


/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 cmdliner           1.2.0
  - install ocamlfind          1.9.6
  - install seq                base
  - install dune               3.15.2
  - install conf-cmake         1
  - install topkg              1.0.7
  - install stdlib-shims       0.3.0
  - install sexplib0           v0.17.0
  - install re                 1.11.0
  - install ocaml-syntax-shims 1.0.0
  - install csexp              1.5.2
  - install bigarray-compat    1.1.0
  - install uutf               1.0.3
  - install fmt                0.9.0
  - install astring            0.8.5
  - install integers           0.7.0
  - install dune-configurator  3.15.2
  - install jsonm              1.0.2
  - install cstruct            6.2.0
  - install alcotest           1.7.0
  - install ctypes             0.22.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 alcotest.1.7.0  (cached)
-> retrieved cmdliner.1.2.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)
-> 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.15.2  (cached)
-> retrieved dune-configurator.3.15.2  (cached)
-> installed cmdliner.1.2.0
-> installed ocamlbuild.0.14.3
-> installed ocamlfind.1.9.6
-> 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.15.2
-> installed csexp.1.5.2
-> installed bigarray-compat.1.1.0
-> installed cstruct.6.2.0
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed hex.1.5.0
-> installed ocaml-syntax-shims.1.0.0
-> installed re.1.11.0
-> installed integers.0.7.0
-> installed ezjsonm.1.3.0
-> installed dune-configurator.3.15.2
-> installed alcotest.1.7.0
-> installed ctypes.0.22.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-10 20:15.55 ---> saved as "780d86426a7d75cd25076d69fa1fcc67194713e298cd08991170700be8021623"


/src: (copy (src .) (dst /src))
2024-05-10 20:15.55 ---> saved as "714d625262148c71863d8af768abbbd3bc18eeef085bac7e90dec1a35abb4ff6"


/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-05-10 20:15.56: Job failed: Failed: Build failed