Organisationsygrekocaml-snappy329a58 (master)fedora-39-5.1_opam-2.1

fedora-39-5.1_opam-2.1

Link Copied
Code Copied

Logs

2024-05-12 07:44.08: New job: test ygrek/ocaml-snappy https://github.com/ygrek/ocaml-snappy.git#refs/heads/master (329a58d03ad5b3d6fa131cafbb8de0eb83d22a81) (linux-x86_64:fedora-39-5.1_opam-2.1)
Base: ocaml/opam@sha256:6caeb0499d3c93daca4d80f8ceeeecdd91e39a8eea5f11dc284ec5620e0995cd
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ygrek/ocaml-snappy.git" -b "master" && cd "ocaml-snappy" && git reset --hard 329a58d0
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:6caeb0499d3c93daca4d80f8ceeeecdd91e39a8eea5f11dc284ec5620e0995cd
# fedora-39-5.1_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 snappy.opam ./
RUN opam pin add -yn snappy.dev './'
ENV DEPS="base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base conf-snappy.1 dune.3.15.2 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y snappy.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-12 07:44.08: Using cache hint "ygrek/ocaml-snappy-ocaml/opam@sha256:6caeb0499d3c93daca4d80f8ceeeecdd91e39a8eea5f11dc284ec5620e0995cd-fedora-39-5.1_opam-2.1-45a6097c2ab62cce0fd508a0a3efba72"
2024-05-12 07:44.08: Using OBuilder spec:
((from ocaml/opam@sha256:6caeb0499d3c93daca4d80f8ceeeecdd91e39a8eea5f11dc284ec5620e0995cd)
 (comment fedora-39-5.1_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 snappy.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn snappy.dev './'"))
 (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base conf-snappy.1 dune.3.15.2 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1")
 (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 snappy.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-12 07:44.08: Waiting for resource in pool OCluster
2024-05-12 07:44.08: Waiting for worker…
2024-05-12 07:44.08: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 329a58d release 0.1.2


(from ocaml/opam@sha256:6caeb0499d3c93daca4d80f8ceeeecdd91e39a8eea5f11dc284ec5620e0995cd)
2024-05-12 07:44.09 ---> using "bc015d92fec2753c0129b53f1331635ff2a1fc47e22eaf22e84a5aa0f33e5da0" from cache


/: (comment fedora-39-5.1_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                               44 kB/s |  25 kB     00:00    
Fedora 39 openh264 (From Cisco) - x86_64         10 kB/s | 989  B     00:00    
Fedora 39 - x86_64 - Updates                    175 kB/s |  22 kB     00:00    
Fedora 39 - x86_64 - Updates                    9.0 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-12 07:44.09 ---> using "7f4a4ef2e2bf8444bfb7fcb638605b115fb196af605d420fe20edf01f57a383c" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-05-12 07:44.09 ---> using "164fd62c572d344e48fa001356966dcceb61dee12a4163cc143ef106888a6a3d" 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-12 07:44.09 ---> using "aceab762f34cc2302b11f8af49124b824b6debc1bdb5d737aced2b50c56ea170" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 5.1.1
2.1.5
2024-05-12 07:44.09 ---> using "f69c099a0d3c7dbd5039bb945321edf174c4239341afab2f555dac66ccf556cb" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-12 07:44.09 ---> using "9fdeedeacecb96a4ec3126fc13deccf0ff57509510bd11abd7d2c3acc66cba64" from cache


/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..739cf1c21c  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-12 07:44.09 ---> using "0c9ab4998324b7eeb402b35d3aad7abab839c42cd9f1e4310948789189877f33" from cache


/src: (copy (src snappy.opam) (dst ./))
2024-05-12 07:44.09 ---> saved as "71140c4a41f5cce57376e9a5f69e9598c49a70a95d48a7db2f59f50ccfef9725"


/src: (run (network host)
           (shell "opam pin add -yn snappy.dev './'"))
[snappy.dev] synchronised (file:///src)
snappy is now pinned to file:///src (version dev)
2024-05-12 07:44.10 ---> saved as "b740ac3fc62485ef8a67e61125979585ac637f053c63c2d7aaa611c8d2b0b578"


/src: (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base conf-snappy.1 dune.3.15.2 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1")


/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 snappy.dev $DEPS"))
+ /usr/bin/sudo "yum" "makecache"
- Fedora 39 - x86_64                               79 kB/s |  25 kB     00:00    
- Fedora 39 openh264 (From Cisco) - x86_64        7.4 kB/s | 989  B     00:00    
- Fedora 39 - x86_64 - Updates                    176 kB/s |  22 kB     00:00    
- Metadata cache created.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[snappy.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-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.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-nnp 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 system packages will first need to be installed:
    snappy-devel


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "yum" "install" "-y" "snappy-devel"
- Last metadata expiration check: 0:00:10 ago on Sun May 12 07:44:11 2024.
- Dependencies resolved.
- ================================================================================
-  Package                 Architecture  Version              Repository     Size
- ================================================================================
- Installing:
-  snappy-devel            x86_64        1.1.10-2.fc39        fedora         22 k
- Installing dependencies:
-  cmake-filesystem        x86_64        3.27.7-1.fc39        fedora         19 k
-  snappy                  x86_64        1.1.10-2.fc39        fedora         37 k
- 
- Transaction Summary
- ================================================================================
- Install  3 Packages
- 
- Total download size: 78 k
- Installed size: 112 k
- Downloading Packages:
- (1/3): snappy-1.1.10-2.fc39.x86_64.rpm          409 kB/s |  37 kB     00:00    
- (2/3): snappy-devel-1.1.10-2.fc39.x86_64.rpm    205 kB/s |  22 kB     00:00    
- (3/3): cmake-filesystem-3.27.7-1.fc39.x86_64.rp 160 kB/s |  19 kB     00:00    
- --------------------------------------------------------------------------------
- Total                                           304 kB/s |  78 kB     00:00     
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
-   Preparing        :                                                        1/1 
-   Installing       : snappy-1.1.10-2.fc39.x86_64                            1/3 
-   Installing       : cmake-filesystem-3.27.7-1.fc39.x86_64                  2/3 
-   Installing       : snappy-devel-1.1.10-2.fc39.x86_64                      3/3 
-   Running scriptlet: snappy-devel-1.1.10-2.fc39.x86_64                      3/3 
-   Verifying        : cmake-filesystem-3.27.7-1.fc39.x86_64                  1/3 
-   Verifying        : snappy-1.1.10-2.fc39.x86_64                            2/3 
-   Verifying        : snappy-devel-1.1.10-2.fc39.x86_64                      3/3 
- 
- Installed:
-   cmake-filesystem-3.27.7-1.fc39.x86_64       snappy-1.1.10-2.fc39.x86_64      
-   snappy-devel-1.1.10-2.fc39.x86_64          
- 
- Complete!
+ /usr/bin/sudo "rpm" "-q" "--whatprovides" "snappy-devel"
- snappy-devel-1.1.10-2.fc39.x86_64
2024-05-12 07:44.23 ---> saved as "95c725d5a51f80c4f77ca5c05e338d214171941e67aa561f1270306c1677ed4b"


/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-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.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-nnp 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 dune        3.15.2
  - install conf-snappy 1
===== 2 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.15.2  (cached)
-> installed conf-snappy.1
-> installed dune.3.15.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-12 07:44.56 ---> saved as "aaa44aaa03938fb39213f8686d358cc1fd005a63160ca6228669b9eab06634d5"


/src: (copy (src .) (dst /src))
2024-05-12 07:44.56 ---> saved as "fc95eb662c351e031def5302753301947173b744298ee60859eb407e8b043491"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I .test.eobjs/byte -I src/.snappy.objs/byte -no-alias-deps -opaque -o .test.eobjs/byte/test.cmo -c -impl test.ml)
File "test.ml", line 7, characters 6-79:
7 |       for i = 0 to pred n do Buffer.add_char b (Char.chr (Random.int 256)) done;
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (warning 35 [unused-for-index]): unused for-loop index i.


File "test.ml", line 18, characters 2-60:
18 |   for n = 0 to 1024 do check (Random.int 16384 + 16384) done;
       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (warning 35 [unused-for-index]): unused for-loop index n.
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-05-12 07:44.58: Job failed: Failed: Build failed