OrganisationsMisterDAmorbig9e111e (master)debian-12-4.04_opam-2.1

debian-12-4.04_opam-2.1

Link Copied
Code Copied

Logs

2024-04-30 08:30.13: New job: test MisterDA/morbig https://github.com/MisterDA/morbig.git#refs/heads/master (9e111e3984896c2c2218ba511097af2c48e25686) (linux-x86_64:debian-12-4.04_opam-2.1)
Base: ocaml/opam@sha256:76fea09d9f7692564ebd3b2a80ba1e7615d15689d47d41462eb5edf90dfd05be
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/MisterDA/morbig.git" -b "master" && cd "morbig" && git reset --hard 9e111e39
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:76fea09d9f7692564ebd3b2a80ba1e7615d15689d47d41462eb5edf90dfd05be
# debian-12-4.04_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 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 morbig.opam ./
RUN opam pin add -yn morbig.dev './'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base cppo.1.6.9 dune.3.15.2 menhir.20230608 menhirLib.20230608 menhirSdk.20230608 ocaml.4.04.2 ocaml-base-compiler.4.04.2 ocaml-config.1 ocaml-migrate-parsetree.1.8.0 ocaml-secondary-compiler.4.08.1-1 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 ppx_derivers.1.2.1 ppx_deriving.4.5-1 ppx_deriving_yojson.3.5.3 ppx_tools.5.0 ppxfind.1.4 result.1.5 seq.0.3.1 visitors.20200210 yojson.2.1.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y morbig.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-04-30 08:30.13: Using cache hint "MisterDA/morbig-ocaml/opam@sha256:76fea09d9f7692564ebd3b2a80ba1e7615d15689d47d41462eb5edf90dfd05be-debian-12-4.04_opam-2.1-377e7859e962d7728f8b1b2cd2ce15e0"
2024-04-30 08:30.13: Using OBuilder spec:
((from ocaml/opam@sha256:76fea09d9f7692564ebd3b2a80ba1e7615d15689d47d41462eb5edf90dfd05be)
 (comment debian-12-4.04_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 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src morbig.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn morbig.dev './'"))
 (env DEPS "base-bigarray.base base-threads.base base-unix.base cppo.1.6.9 dune.3.15.2 menhir.20230608 menhirLib.20230608 menhirSdk.20230608 ocaml.4.04.2 ocaml-base-compiler.4.04.2 ocaml-config.1 ocaml-migrate-parsetree.1.8.0 ocaml-secondary-compiler.4.08.1-1 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 ppx_derivers.1.2.1 ppx_deriving.4.5-1 ppx_deriving_yojson.3.5.3 ppx_tools.5.0 ppxfind.1.4 result.1.5 seq.0.3.1 visitors.20200210 yojson.2.1.2")
 (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 morbig.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-04-30 08:30.13: Waiting for resource in pool OCluster
2024-04-30 19:04.55: Waiting for worker…
2024-04-30 19:11.08: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 9e111e3 Merge pull request #131 from colis-anr/niols/conservative-cstub


(from ocaml/opam@sha256:76fea09d9f7692564ebd3b2a80ba1e7615d15689d47d41462eb5edf90dfd05be)
2024-04-30 19:37.21 ---> using "981e9ae427ed96d8eead419a513992a7b2f44b0033eb80234fec68fa910bdf99" from cache


/: (comment debian-12-4.04_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-04-30 19:37.21 ---> using "106fbb46bde01be180229a93ede9ee0a5b05711764692069b00b5dd376eddfe6" 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-04-30 19:37.21 ---> using "dc65a80c164b81a7bd1fb129df31922f60c571a8c0c328aa1f6acca61002965f" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 4.04.2
2.1.5
2024-04-30 19:37.21 ---> using "eb5ea2efd38d6a5e235f766580b2cdc70310e7422420153d0a9a1362e20b2894" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-30 19:37.21 ---> using "0b5a0382a930b998067b3a707299600408174d9f36937b4b0860e4a8d0935a7c" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   fa727ddb20..784f6c3aec  master     -> origin/master
042d5efee9 [new release] dune (15 packages) (3.15.2)


<><> 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-04-30 19:37.21 ---> using "96797a0a344f8845ae0f0e51abf51926f2706b88bfde6a458a8ac1821c69e5cb" from cache


/src: (copy (src morbig.opam) (dst ./))
2024-04-30 19:37.21 ---> using "9240093253df8141771af9de8674d35bf595fd2979409be75efd6e4f8afa381a" from cache


/src: (run (network host)
           (shell "opam pin add -yn morbig.dev './'"))
[morbig.dev] synchronised (file:///src)
[WARNING] Failed checks on morbig package definition from source at file:///src:
  warning 62: License doesn't adhere to the SPDX standard, see https://spdx.org/licenses/: "GPL3"
morbig is now pinned to file:///src (version dev)
2024-04-30 19:37.21 ---> using "953bd62aacc9ff9c40e1a68c5b1bcbea30d8e09ad88b5cb117dcc241fbfad181" from cache


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base cppo.1.6.9 dune.3.15.2 menhir.20230608 menhirLib.20230608 menhirSdk.20230608 ocaml.4.04.2 ocaml-base-compiler.4.04.2 ocaml-config.1 ocaml-migrate-parsetree.1.8.0 ocaml-secondary-compiler.4.08.1-1 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 ppx_derivers.1.2.1 ppx_deriving.4.5-1 ppx_deriving_yojson.3.5.3 ppx_tools.5.0 ppxfind.1.4 result.1.5 seq.0.3.1 visitors.20200210 yojson.2.1.2")


/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 morbig.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [10.6 kB]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-04-23-2036.10-F-2024-04-23-2036.10.pdiff [1595 B]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-04-23-2036.10-F-2024-04-23-2036.10.pdiff [1595 B]
- Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [155 kB]
- Fetched 270 kB in 0s (789 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[morbig.dev] synchronised (no changes)


[NOTE] Package ocaml-secondary-compiler is already installed (current version is 4.08.1-1).
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.04.2).
[NOTE] Package ocaml is already installed (current version is 4.04.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).
2024-04-30 19:37.21 ---> using "01d22c1c56c0ab8242ab245b560d9e293a407743e151ba15a8f87d14083a75cc" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-secondary-compiler is already installed (current version is 4.08.1-1).
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.04.2).
[NOTE] Package ocaml is already installed (current version is 4.04.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 ocamlfind               1.9.6
  - install ppx_tools               5.0
  - install ocamlfind-secondary     1.9.6
  - install dune                    3.15.2
  - install seq                     0.3.1
  - install result                  1.5
  - install ppx_derivers            1.2.1
  - install menhirSdk               20230608
  - install menhirLib               20230608
  - install cppo                    1.6.9
  - install ocaml-migrate-parsetree 1.8.0
  - install menhir                  20230608
  - install yojson                  2.1.2
  - install ppxfind                 1.4
  - install ppx_deriving            4.5-1
  - install visitors                20200210
  - install ppx_deriving_yojson     3.5.3
===== 17 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.6.9  (cached)
-> retrieved menhir.20230608  (cached)
-> retrieved menhirLib.20230608  (cached)
-> retrieved menhirSdk.20230608  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved ocaml-migrate-parsetree.1.8.0  (cached)
-> retrieved ocamlfind-secondary.1.9.6  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.4.5-1  (cached)
-> retrieved ppx_deriving_yojson.3.5.3  (cached)
-> retrieved ppx_tools.5.0  (cached)
-> retrieved ppxfind.1.4  (cached)
-> retrieved result.1.5  (cached)
-> retrieved seq.0.3.1  (cached)
-> retrieved visitors.20200210  (cached)
-> retrieved yojson.2.1.2  (cached)
-> installed ocamlfind.1.9.6
-> installed ocamlfind-secondary.1.9.6
-> installed ppx_tools.5.0
-> installed dune.3.15.2
-> installed ppx_derivers.1.2.1
-> installed seq.0.3.1
-> installed result.1.5
-> installed menhirSdk.20230608
-> installed menhirLib.20230608
-> installed cppo.1.6.9
-> installed yojson.2.1.2
-> installed ocaml-migrate-parsetree.1.8.0
-> installed ppxfind.1.4
-> installed ppx_deriving.4.5-1
-> installed visitors.20200210
-> installed ppx_deriving_yojson.3.5.3
-> installed menhir.20230608
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-30 19:37.21 ---> using "d0afef2838dad6c91f84589d71f0de1d500e8d2ab4cef5ed5f5cd0a7ce4877c9" from cache


/src: (copy (src .) (dst /src))
2024-04-30 19:37.22 ---> saved as "814d3e31fe7ef09d14a2202eca29001a2328e539a768b1c6a87e1ab5ae28c7cc"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2024-04-30 19:37.34 ---> saved as "c027f87bac20f883529fa0dd7eb47bc7ef7e54b6f4fc9d0d0e663957a01d0b2b"
Job succeeded
2024-04-30 19:38.21: Job succeeded