Organisationsemillonswitch-builder353136 (main)fedora-38-5.1_opam-2.1

fedora-38-5.1_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 22:06.19: New job: test emillon/switch-builder https://github.com/emillon/switch-builder.git#refs/heads/main (353136ebca5df5dd552efd9bb022b8e9a69078a7) (linux-x86_64:fedora-38-5.1_opam-2.1)
Base: ocaml/opam@sha256:9555e72582cc0d6c6acdb5d5e91de476467d47e4eaa96aa91fdd8c4be949cd61
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/emillon/switch-builder.git" -b "main" && cd "switch-builder" && git reset --hard 353136eb
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:9555e72582cc0d6c6acdb5d5e91de476467d47e4eaa96aa91fdd8c4be949cd61
# fedora-38-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 switch-builder.opam ./
RUN opam pin add -yn switch-builder.dev './'
ENV DEPS="base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base cppo.1.6.9 dune.3.15.2 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlgraph.2.1.0 opam-core.2.1.5 opam-file-format.2.1.6 opam-format.2.1.5 opam-repository.2.1.5 re.1.11.0 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 switch-builder.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 22:06.19: Using cache hint "emillon/switch-builder-ocaml/opam@sha256:9555e72582cc0d6c6acdb5d5e91de476467d47e4eaa96aa91fdd8c4be949cd61-fedora-38-5.1_opam-2.1-8914d42ed92c3200bf1387ec4bc7df67"
2024-05-10 22:06.19: Using OBuilder spec:
((from ocaml/opam@sha256:9555e72582cc0d6c6acdb5d5e91de476467d47e4eaa96aa91fdd8c4be949cd61)
 (comment fedora-38-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 switch-builder.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn switch-builder.dev './'"))
 (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base cppo.1.6.9 dune.3.15.2 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlgraph.2.1.0 opam-core.2.1.5 opam-file-format.2.1.6 opam-format.2.1.5 opam-repository.2.1.5 re.1.11.0 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 switch-builder.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 22:06.19: Waiting for resource in pool OCluster
2024-05-11 11:50.38: Waiting for worker…
2024-05-11 11:55.40: Got resource from pool OCluster
Building on x86-bm-c17.sw.ocaml.org
All commits already cached
HEAD is now at 353136e Merge pull request #1 from Leonidas-from-XIV/wider-version-constraints


(from ocaml/opam@sha256:9555e72582cc0d6c6acdb5d5e91de476467d47e4eaa96aa91fdd8c4be949cd61)
Unable to find image 'ocaml/opam@sha256:9555e72582cc0d6c6acdb5d5e91de476467d47e4eaa96aa91fdd8c4be949cd61' locally
docker.io/ocaml/opam@sha256:9555e72582cc0d6c6acdb5d5e91de476467d47e4eaa96aa91fdd8c4be949cd61: Pulling from ocaml/opam
ec6bcb18d5ec: Pulling fs layer
ec6bcb18d5ec: Verifying Checksum
ec6bcb18d5ec: Download complete
ec6bcb18d5ec: Pull complete
Digest: sha256:9555e72582cc0d6c6acdb5d5e91de476467d47e4eaa96aa91fdd8c4be949cd61
Status: Downloaded newer image for ocaml/opam@sha256:9555e72582cc0d6c6acdb5d5e91de476467d47e4eaa96aa91fdd8c4be949cd61
2024-05-11 11:55.40 ---> using "2aba4bd9af6e05aed83fb7d473418adfbd07e59d61384ffce088d7c9de11f679" from cache


/: (comment fedora-38-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 38 - x86_64 - Updates                     75 kB/s |  22 kB     00:00    
Fedora 38 - x86_64 - Updates                    5.5 MB/s | 9.6 MB     00:01    
Fedora Modular 38 - x86_64 - Updates            163 kB/s |  24 kB     00:00    
Package findutils-1:4.9.0-3.fc38.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2024-05-11 11:55.40 ---> using "33e2f525beb538b558ebddd6da7febc4931960afcd907542d84907d7662123ca" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-05-11 11:55.40 ---> using "f6212434d9443a145e563a2addb4aa8c23f2af914ed4a7188c6dc38d2b93a52d" 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 11:56.39 ---> saved as "d4bdfe74c3025bffa73b8cc029735d004731569813be2689dbc7f070b1efc13b"


/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-11 11:56.39 ---> saved as "e5ee0f9368d907ee3f60935ab4b7151cf5aac7f8b9ed0fc0b02fc5f44f301362"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 11:56.39 ---> saved as "313f1419c195fd6e6cca71819ba31dd521b7f499abe80d93322a1b0544d7b9a8"


/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
   eb2dcab0d8..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 11:57.59 ---> saved as "05d4642c99804bb7287b24f77aa068d4da19d59d568c3bd8496a8eb98f77f2ed"


/src: (copy (src switch-builder.opam) (dst ./))
2024-05-11 11:57.59 ---> saved as "2d66f188d7e3799d6c5c9077554e4fc25a6846d877adf70863e8f01289f1c3fd"


/src: (run (network host)
           (shell "opam pin add -yn switch-builder.dev './'"))
Package switch-builder does not exist, create as a NEW package? [Y/n] y
[switch-builder.dev] synchronised (file:///src)
[WARNING] Failed checks on switch-builder package definition from source at file:///src:
  warning 25: Missing field 'authors'
switch-builder is now pinned to file:///src (version dev)
2024-05-11 11:58.00 ---> saved as "30bcc06873790655f2693a8f8a67a209554d7f0ee80c0cedabcae46031e4fabf"


/src: (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base cppo.1.6.9 dune.3.15.2 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlgraph.2.1.0 opam-core.2.1.5 opam-file-format.2.1.6 opam-format.2.1.5 opam-repository.2.1.5 re.1.11.0 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 switch-builder.dev $DEPS"))
+ /usr/bin/sudo "yum" "makecache"
- Fedora 38 - x86_64                              293 kB/s |  26 kB     00:00    
- Fedora 38 openh264 (From Cisco) - x86_64         12 kB/s | 989  B     00:00    
- Fedora Modular 38 - x86_64                      282 kB/s |  25 kB     00:00    
- Fedora 38 - x86_64 - Updates                    244 kB/s |  22 kB     00:00    
- Fedora Modular 38 - x86_64 - Updates            259 kB/s |  24 kB     00:00    
- Metadata cache created.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[switch-builder.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).
2024-05-11 11:58.23 ---> saved as "ae3352c35ec0bc443c3abba6fee4f9a1074413e6453b0b82774c24ae87ce09fb"


/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 seq              base
  - install dune             3.15.2
  - install stdlib-shims     0.3.0
  - install re               1.11.0
  - install opam-file-format 2.1.6
  - install cppo             1.6.9
  - install ocamlgraph       2.1.0
  - install opam-core        2.1.5
  - install opam-format      2.1.5
  - install opam-repository  2.1.5
===== 10 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.6.9  (cached)
-> retrieved ocamlgraph.2.1.0  (cached)
-> retrieved opam-core.2.1.5  (cached)
-> retrieved opam-file-format.2.1.6  (cached)
-> retrieved opam-format.2.1.5  (cached)
-> retrieved opam-repository.2.1.5  (cached)
-> installed seq.base
-> retrieved dune.3.15.2  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> installed dune.3.15.2
-> installed stdlib-shims.0.3.0
-> installed opam-file-format.2.1.6
-> installed re.1.11.0
-> installed cppo.1.6.9
-> installed ocamlgraph.2.1.0
-> installed opam-core.2.1.5
-> installed opam-format.2.1.5
-> installed opam-repository.2.1.5
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-11 12:00.11 ---> saved as "72b9f4b87c72f81534be8da43f6f85e0673d3540659ff7a1af5e74912bbf7f2b"


/src: (copy (src .) (dst /src))
2024-05-11 12:00.11 ---> saved as "3b5b6314c80876b8baf37957f98ccc0075e45d7e09a5a09173d26018f42b6fe9"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2024-05-11 12:00.12 ---> saved as "acf10c02a5aa4da62cf2d7d71318dbcd67e1537dcbe761ec073e09f49cf31f32"
Job succeeded
2024-05-11 12:00.12: Job succeeded