Organisationsavsmocaml-ctypes8e58a5 (master)fedora-40-4.14_opam-2.1

fedora-40-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 09:14.02: New job: test avsm/ocaml-ctypes https://github.com/avsm/ocaml-ctypes.git#refs/heads/master (8e58a54e3d8b4657e856570ffecf4941d8d676ab) (linux-x86_64:fedora-40-4.14_opam-2.1)
Base: ocaml/opam@sha256:415c184d9c858b1ae7a76855065ecf6c50581f3c9d4564ac83c8b23b8b9ae2b9
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/avsm/ocaml-ctypes.git" -b "master" && cd "ocaml-ctypes" && git reset --hard 8e58a54e
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:415c184d9c858b1ae7a76855065ecf6c50581f3c9d4564ac83c8b23b8b9ae2b9
# fedora-40-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 ctypes.opam ctypes-foreign.opam ./
RUN opam pin add -yn ctypes.dev './' && \
    opam pin add -yn ctypes-foreign.dev './'
ENV DEPS="base-bigarray.base base-bytes.base base-threads.base base-unix.base conf-ncurses.1 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 integers.0.7.0 lwt.5.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.6 ocplib-endian.1.2 ounit.2.2.7 ounit2.2.2.7 seq.base stdlib-shims.0.3.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y ctypes.dev ctypes-foreign.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:14.02: Using cache hint "avsm/ocaml-ctypes-ocaml/opam@sha256:415c184d9c858b1ae7a76855065ecf6c50581f3c9d4564ac83c8b23b8b9ae2b9-fedora-40-4.14_opam-2.1-716dc36485bf78773a8ca924163ec4a0"
2024-05-10 09:14.02: Using OBuilder spec:
((from ocaml/opam@sha256:415c184d9c858b1ae7a76855065ecf6c50581f3c9d4564ac83c8b23b8b9ae2b9)
 (comment fedora-40-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 ctypes.opam ctypes-foreign.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn ctypes.dev './' && \
             \nopam pin add -yn ctypes-foreign.dev './'"))
 (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base conf-ncurses.1 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 integers.0.7.0 lwt.5.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.6 ocplib-endian.1.2 ounit.2.2.7 ounit2.2.2.7 seq.base 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.1 --depext-only -y ctypes.dev ctypes-foreign.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:14.02: Waiting for resource in pool OCluster
2024-05-11 00:49.21: Waiting for worker…
2024-05-11 00:50.07: Got resource from pool OCluster
Building on x86-bm-c13.sw.ocaml.org
All commits already cached
HEAD is now at 8e58a54 ctypes-foreign: add win32 depext


(from ocaml/opam@sha256:415c184d9c858b1ae7a76855065ecf6c50581f3c9d4564ac83c8b23b8b9ae2b9)
2024-05-11 00:50.07 ---> using "734939365ca49b277f590ce41c8d4d56e6ac1e187e29aa8fe4ddd810266ec9cf" from cache


/: (comment fedora-40-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 40 - x86_64                              202 kB/s |  25 kB     00:00    
Fedora 40 - x86_64                              605 kB/s | 994 kB     00:01    
Fedora 40 openh264 (From Cisco) - x86_64         14 kB/s | 989  B     00:00    
Fedora 40 - x86_64 - Updates                    233 kB/s |  21 kB     00:00    
Fedora 40 - x86_64 - Updates                     11 MB/s | 5.2 MB     00:00    
Package findutils-1:4.9.0-8.fc40.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2024-05-11 00:50.07 ---> using "27f125f8f9874760f522cedb21a2c5b03620375c8731fb3f496d760cdd2cb364" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-05-11 00:50.07 ---> using "31dee9b2c2b3c177fa91b119394c49844294d7b96dbd38a1ef8f05dde637abb5" 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 00:50.43 ---> saved as "769cb91d456d94573e687dc675037a6ace197e06d0f2fcaf82817c641e39f479"


/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 00:50.43 ---> saved as "d47b804d5ae432c0bfb5d9e647b8c6d02aad94f10c345069ee85ddf4fab8a3d9"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 00:50.44 ---> saved as "5f1ee7a0295c519a4c376aaa91c28f8b0989c0c4b230f8d83ebda3575617f0c8"


/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-11 00:51.56 ---> saved as "df50afeb9a04ef44262747674678aef419edd2688d98308e9917851683b016d4"


/src: (copy (src ctypes.opam ctypes-foreign.opam) (dst ./))
2024-05-11 00:51.56 ---> saved as "6f50ab08847add15c71348887b0b258f22345320e639014964c5dee7c52affb3"


/src: (run (network host)
           (shell  "opam pin add -yn ctypes.dev './' && \
                  \nopam pin add -yn ctypes-foreign.dev './'"))
[ctypes.dev] synchronised (file:///src)
[WARNING] Failed checks on ctypes package definition from source at file:///src:
  warning 48: The fields 'build-test:' and 'build-doc:' are deprecated, and should be replaced by uses of the 'with-test' and 'with-doc' filter variables in the 'build:' and 'install:' fields, and by the newer 'run-test:' field
    error 52: Package is needlessly flagged "light-uninstall", since it has no remove instructions
ctypes is now pinned to file:///src (version dev)
[ctypes-foreign.dev] synchronised (file:///src)
[WARNING] Failed checks on ctypes-foreign package definition from source at file:///src:
    error  3: File format error in 'depends' at line 47, column 0: Duplicate field depends
  warning 47: Synopsis (or description first line) should start with a capital and not end with a dot
ctypes-foreign is now pinned to file:///src (version dev)
2024-05-11 00:51.59 ---> saved as "971c09fd0463bd30b98c7e73e32b8c5dea05c174d967d46d8a5cee33de107c4f"


/src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base conf-ncurses.1 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 integers.0.7.0 lwt.5.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.6 ocplib-endian.1.2 ounit.2.2.7 ounit2.2.2.7 seq.base 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.1 --depext-only -y ctypes.dev ctypes-foreign.dev $DEPS"))
+ /usr/bin/sudo "yum" "makecache"
- Fedora 40 - x86_64                              248 kB/s |  25 kB     00:00    
- Fedora 40 openh264 (From Cisco) - x86_64         13 kB/s | 989  B     00:00    
- Fedora 40 - x86_64 - Updates                    218 kB/s |  21 kB     00:00    
- Metadata cache created.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ctypes.dev] synchronised (no changes)
[ctypes-foreign.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:
    libffi-devel ncurses-devel


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "yum" "install" "-y" "libffi-devel" "ncurses-devel"
- Last metadata expiration check: 0:00:17 ago on Sat May 11 00:52:01 2024.
- Dependencies resolved.
- ================================================================================
-  Package               Arch        Version                    Repository   Size
- ================================================================================
- Installing:
-  libffi-devel          x86_64      3.4.4-7.fc40               fedora       28 k
-  ncurses-devel         x86_64      6.4-12.20240127.fc40       fedora      562 k
- Installing dependencies:
-  ncurses-c++-libs      x86_64      6.4-12.20240127.fc40       fedora       38 k
- 
- Transaction Summary
- ================================================================================
- Install  3 Packages
- 
- Total download size: 628 k
- Installed size: 1.0 M
- Downloading Packages:
- (1/3): ncurses-c++-libs-6.4-12.20240127.fc40.x8 564 kB/s |  38 kB     00:00    
- (2/3): libffi-devel-3.4.4-7.fc40.x86_64.rpm     389 kB/s |  28 kB     00:00    
- (3/3): ncurses-devel-6.4-12.20240127.fc40.x86_6 4.8 MB/s | 562 kB     00:00    
- --------------------------------------------------------------------------------
- Total                                           2.6 MB/s | 628 kB     00:00     
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
-   Preparing        :                                                        1/1 
-   Installing       : ncurses-c++-libs-6.4-12.20240127.fc40.x86_64           1/3 
-   Installing       : ncurses-devel-6.4-12.20240127.fc40.x86_64              2/3 
-   Installing       : libffi-devel-3.4.4-7.fc40.x86_64                       3/3 
-   Running scriptlet: libffi-devel-3.4.4-7.fc40.x86_64                       3/3 
- 
- Installed:
-   libffi-devel-3.4.4-7.fc40.x86_64                                              
-   ncurses-c++-libs-6.4-12.20240127.fc40.x86_64                                  
-   ncurses-devel-6.4-12.20240127.fc40.x86_64                                     
- 
- Complete!
+ /usr/bin/sudo "rpm" "-q" "--whatprovides" "libffi-devel" "ncurses-devel"
- libffi-devel-3.4.4-7.fc40.x86_64
- ncurses-devel-6.4-12.20240127.fc40.x86_64
2024-05-11 00:52.19 ---> saved as "ddba5ffe651fdb8caecb97b380f441d374e94c2ce639306d99c5255b471ddf88"


/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 seq               base
  - install dune              3.15.2
  - install conf-pkg-config   3
  - install ocamlfind         1.9.6
  - install stdlib-shims      0.3.0
  - install csexp             1.5.2
  - install cppo              1.6.9
  - install conf-ncurses      1
  - install base-bytes        base
  - install ounit2            2.2.7
  - install integers          0.7.0
  - install dune-configurator 3.15.2
  - install ocplib-endian     1.2
  - install ounit             2.2.7
  - install lwt               5.7.0
===== 15 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.6.9  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved dune.3.15.2  (cached)
-> installed conf-pkg-config.3
-> retrieved dune-configurator.3.15.2  (cached)
-> retrieved integers.0.7.0  (cached)
-> retrieved lwt.5.7.0  (cached)
-> installed conf-ncurses.1
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> installed seq.base
-> retrieved ounit.2.2.7  (cached)
-> retrieved ounit2.2.2.7  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed dune.3.15.2
-> installed csexp.1.5.2
-> installed stdlib-shims.0.3.0
-> installed integers.0.7.0
-> installed cppo.1.6.9
-> installed ocplib-endian.1.2
-> installed ounit2.2.2.7
-> installed ounit.2.2.7
-> installed dune-configurator.3.15.2
-> installed lwt.5.7.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-11 00:53.22 ---> saved as "3b1bb6ac44ae85755c1e94eb5f96a430cd8fd010eef6d561a51ac93be6c81b54"


/src: (copy (src .) (dst /src))
2024-05-11 00:53.22 ---> saved as "b4b2e93dbdd56309dae55ad0d60f96d74e4466d8015fb5b322f23fb167da5701"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
Error: I cannot find the root of the current workspace/project.
If you would like to create a new dune project, you can type:


    dune init project NAME


Otherwise, please make sure to run dune inside an existing project or
workspace. For more information about how dune identifies the root of the
current workspace/project, please refer to
https://dune.readthedocs.io/en/stable/usage.html#finding-the-root
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-05-11 00:53.22: Job failed: Failed: Build failed