OrganisationsMisterDAconfig-file1ab242 (main)ubuntu-24.04-4.14_opam-2.1

ubuntu-24.04-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-06-17 14:08.31: New job: test MisterDA/config-file https://github.com/MisterDA/config-file.git#refs/heads/main (1ab2428db44d0030c18bb000f688b097dedaad34) (linux-x86_64:ubuntu-24.04-4.14_opam-2.1)
Base: ocaml/opam@sha256:ed7ed33e1cc541c72785e0b900b93e289b23d0f3e1ef8124c88e6d0920a6128f
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/MisterDA/config-file.git" -b "main" && cd "config-file" && git reset --hard 1ab2428d
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:ed7ed33e1cc541c72785e0b900b93e289b23d0f3e1ef8124c88e6d0920a6128f
# ubuntu-24.04-4.14_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
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 config-file.opam ./
RUN opam pin add -yn config-file.dev './'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 camlp4.4.14+1 cppo.1.6.9 dune.3.16.0 host-arch-x86_64.1 host-system-other.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y config-file.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-17 14:08.31: Using cache hint "MisterDA/config-file-ocaml/opam@sha256:ed7ed33e1cc541c72785e0b900b93e289b23d0f3e1ef8124c88e6d0920a6128f-ubuntu-24.04-4.14_opam-2.1-dffad7624cde5a4efa4d46f38cf13ef9"
2024-06-17 14:08.31: Using OBuilder spec:
((from ocaml/opam@sha256:ed7ed33e1cc541c72785e0b900b93e289b23d0f3e1ef8124c88e6d0920a6128f)
 (comment ubuntu-24.04-4.14_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (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 config-file.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn config-file.dev './'"))
 (env DEPS "base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 camlp4.4.14+1 cppo.1.6.9 dune.3.16.0 host-arch-x86_64.1 host-system-other.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.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 config-file.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-17 14:08.31: Waiting for resource in pool OCluster
2024-06-19 17:51.24: Waiting for worker…
2024-06-19 17:54.30: Got resource from pool OCluster
Building on x86-bm-c1.sw.ocaml.org
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint: 
hint: 	git config --global init.defaultBranch <name>
hint: 
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint: 
hint: 	git branch -m <name>
Initialized empty Git repository in /var/cache/obuilder/ocluster/git/config-file.git-936e62b5a2a16a295b2abb4e55c98caefd6c2ec3/.git/
HEAD is now at 1ab2428 Update to newer Dune


(from ocaml/opam@sha256:ed7ed33e1cc541c72785e0b900b93e289b23d0f3e1ef8124c88e6d0920a6128f)
Unable to find image 'ocaml/opam@sha256:ed7ed33e1cc541c72785e0b900b93e289b23d0f3e1ef8124c88e6d0920a6128f' locally
docker.io/ocaml/opam@sha256:ed7ed33e1cc541c72785e0b900b93e289b23d0f3e1ef8124c88e6d0920a6128f: Pulling from ocaml/opam
4ce106669c46: Pulling fs layer
4ce106669c46: Verifying Checksum
4ce106669c46: Download complete
4ce106669c46: Pull complete
Digest: sha256:ed7ed33e1cc541c72785e0b900b93e289b23d0f3e1ef8124c88e6d0920a6128f
Status: Downloaded newer image for ocaml/opam@sha256:ed7ed33e1cc541c72785e0b900b93e289b23d0f3e1ef8124c88e6d0920a6128f
2024-06-19 17:54.31 ---> using "a649fbd1891d7caba550f2cafaa18259cbde15abf211e113e699b34188d0c662" from cache


/: (comment ubuntu-24.04-4.14_opam-2.1)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-06-19 17:54.31 ---> using "7a8cf75a00556c8b834edc808fa72632b4d5de48e34e7ce5bd5d9941cf40cae1" 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-19 17:54.31 ---> using "94b3d3c210f25ea7909964b90abe303d4a167c2e1217b79ebd246732390d2199" from cache


/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-19 17:54.31 ---> using "7942cd5e6bce66a8aae02ee97c6c4f51bb92fa4c364fc5660771494c86b10be8" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-06-19 17:54.31 ---> using "5e874401d26ea5e96dd5db88c9d56c19323d13be8a48efc81110a244576f4b5a" from cache


/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"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   c61e9068d5..59c0c54934  master     -> origin/master
a6069b9eeb [new release] dune (15 packages) (3.16.0)


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository


The following actions will be performed:
  - install   host-arch-x86_64      1
  - install   host-system-other     1
  - recompile ocaml-options-vanilla 1       [upstream or system changes]
  - recompile ocaml-base-compiler   4.14.2* [upstream or system changes]
  - recompile ocaml-config          2       [upstream or system changes]
  - recompile ocaml                 4.14.2  [uses ocaml-base-compiler, ocaml-config]
  - recompile opam-depext           1.2.1-1 [uses ocaml]
===== 2 to install | 5 to recompile =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.2  (cached)
-> removed   ocaml-options-vanilla.1
-> installed host-arch-x86_64.1
-> installed host-system-other.1
-> installed ocaml-options-vanilla.1
-> retrieved opam-depext.1.2.1-1  (cached)
-> retrieved ocaml-base-compiler.4.14.2  (cached)
-> removed   opam-depext.1.2.1-1
-> removed   ocaml.4.14.2
-> removed   ocaml-config.2
-> removed   ocaml-base-compiler.4.14.2
-> installed ocaml-base-compiler.4.14.2
-> installed ocaml-config.2
-> installed ocaml.4.14.2
-> installed opam-depext.1.2.1-1
Done.


<><> opam-depext.1.2.1-1 installed successfully <><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# Run eval $(opam env) to update the current shell environment
2024-06-19 17:54.31 ---> using "2144aac2ea97ca1733c550df73efd828a856c287483f321542af085c6346fbd6" from cache


/src: (copy (src config-file.opam) (dst ./))
2024-06-19 17:54.31 ---> saved as "d8505b7efacfd32db734c9cefbb393d636f86280670f735fba9900b7ad60295b"


/src: (run (network host)
           (shell "opam pin add -yn config-file.dev './'"))
[config-file.dev] synchronised (file:///src)
config-file is now pinned to file:///src (version dev)
2024-06-19 17:54.34 ---> saved as "5df82d6a67dff685c7496e26d02b42d63089befdc63fabaedb65908840e36d73"


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 camlp4.4.14+1 cppo.1.6.9 dune.3.16.0 host-arch-x86_64.1 host-system-other.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.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 config-file.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]
- Hit:2 http://archive.ubuntu.com/ubuntu noble InRelease
- Get:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
- Get:4 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [84.8 kB]
- Get:5 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [65.1 kB]
- Get:6 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [202 kB]
- Get:7 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
- Get:8 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [226 kB]
- Get:9 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [15.5 kB]
- Get:10 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [139 kB]
- Get:11 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [92.4 kB]
- Get:12 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [7519 B]
- Fetched 1211 kB in 1s (1207 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[config-file.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).
2024-06-19 17:55.12 ---> saved as "f7bdadcb3c492610d4c7d9ce443e975935e46231acba3ef82c38ece1a8fab84d"


/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 camlp4        4.14+1
  - install cppo          1.6.9
  - install camlp-streams 5.0.1
===== 5 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved camlp4.4.14+1  (cached)
-> retrieved cppo.1.6.9  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved dune.3.16.0  (cached)
-> installed ocamlbuild.0.14.3
-> installed dune.3.16.0
-> installed camlp-streams.5.0.1
-> installed cppo.1.6.9
-> installed camlp4.4.14+1
Done.
# Run eval $(opam env) to update the current shell environment
2024-06-19 17:59.01 ---> saved as "599734b76d23d6ecee2b04d5f346dd197b3eaf0523540dc898b1e82d74a6dfe2"


/src: (copy (src .) (dst /src))
2024-06-19 17:59.02 ---> saved as "ac90f8be7872182c48b3d64f4c9fc36498a881fce0cc18a903d7a3f8ad9e7225"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2024-06-19 17:59.02 ---> saved as "5aaa6d7c414e0c1a212026bd3d0ed508bc1f639803d4f42d3bf47d4dd78749c0"
Job succeeded
2024-06-19 17:59.02: Job succeeded