OrganisationsMisterDAmorbig9e111e (master)(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2024-04-14 13:14.21: New job: test MisterDA/morbig https://github.com/MisterDA/morbig.git#refs/heads/master (9e111e3984896c2c2218ba511097af2c48e25686) (linux-x86_64:(lower-bound))
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 58906d6837efc7562b4259f5bd6ad130e46ca207 || git fetch origin master) && git reset -q --hard 58906d6837efc7562b4259f5bd6ad130e46ca207 && 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-bytes.base base-num.base base-threads.base base-unix.base biniou.1.0.5 conf-m4.1 cppo.1.6.0 cppo_ocamlbuild.1.6.0 dune.1.4.0 easy-format.1.0.1 jbuilder.transition menhir.20170509 num.0 ocaml.4.04.2 ocaml-base-compiler.4.04.2 ocaml-config.1 ocamlbuild.0.9.1 ocamlfind.1.6.2 ppx_deriving.4.0 ppx_deriving_yojson.3.0 ppx_tools.5.0 result.1.0 visitors.20180513 yojson.1.0.3"
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-14 13:14.21: Using cache hint "MisterDA/morbig-ocaml/opam@sha256:76fea09d9f7692564ebd3b2a80ba1e7615d15689d47d41462eb5edf90dfd05be-debian-12-4.04_opam-2.1-98959f032e80c0416f0b2e58ab0fe0bd"
2024-04-14 13:14.21: 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 58906d6837efc7562b4259f5bd6ad130e46ca207 || git fetch origin master) && git reset -q --hard 58906d6837efc7562b4259f5bd6ad130e46ca207 && 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-bytes.base base-num.base base-threads.base base-unix.base biniou.1.0.5 conf-m4.1 cppo.1.6.0 cppo_ocamlbuild.1.6.0 dune.1.4.0 easy-format.1.0.1 jbuilder.transition menhir.20170509 num.0 ocaml.4.04.2 ocaml-base-compiler.4.04.2 ocaml-config.1 ocamlbuild.0.9.1 ocamlfind.1.6.2 ppx_deriving.4.0 ppx_deriving_yojson.3.0 ppx_tools.5.0 result.1.0 visitors.20180513 yojson.1.0.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 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-14 13:14.21: Waiting for resource in pool OCluster
2024-04-14 13:14.24: Waiting for worker…
2024-04-14 13:14.54: 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)
Unable to find image 'ocaml/opam@sha256:76fea09d9f7692564ebd3b2a80ba1e7615d15689d47d41462eb5edf90dfd05be' locally
docker.io/ocaml/opam@sha256:76fea09d9f7692564ebd3b2a80ba1e7615d15689d47d41462eb5edf90dfd05be: Pulling from ocaml/opam
Digest: sha256:76fea09d9f7692564ebd3b2a80ba1e7615d15689d47d41462eb5edf90dfd05be
Status: Downloaded newer image for ocaml/opam@sha256:76fea09d9f7692564ebd3b2a80ba1e7615d15689d47d41462eb5edf90dfd05be
2024-04-14 13:14.54 ---> 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-14 13:14.54 ---> 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-14 13:15.42 ---> saved as "dc65a80c164b81a7bd1fb129df31922f60c571a8c0c328aa1f6acca61002965f"


/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-14 13:15.42 ---> saved as "eb5ea2efd38d6a5e235f766580b2cdc70310e7422420153d0a9a1362e20b2894"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-14 13:15.43 ---> saved as "0b5a0382a930b998067b3a707299600408174d9f36937b4b0860e4a8d0935a7c"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 58906d6837efc7562b4259f5bd6ad130e46ca207 || git fetch origin master) && git reset -q --hard 58906d6837efc7562b4259f5bd6ad130e46ca207 && git log --no-decorate -n1 --oneline && opam update -u"))
58906d6837 conf-m4: add FreeBSD comment


<><> 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-14 13:16.35 ---> saved as "33ec34ad91ccd4273623c1b1936941ff65e01710330f92fcfafc8f1ed6793ccb"


/src: (copy (src morbig.opam) (dst ./))
2024-04-14 13:16.35 ---> saved as "99c6801ec3f8244f041e4232825139a065892d5dca06374445f5b8954a107c67"


/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-14 13:16.37 ---> saved as "c6f6a916a3ee459d364f8aad17cfab2313e2771bd97f2badbe8df8213e1142ba"


/src: (env DEPS "base-bigarray.base base-bytes.base base-num.base base-threads.base base-unix.base biniou.1.0.5 conf-m4.1 cppo.1.6.0 cppo_ocamlbuild.1.6.0 dune.1.4.0 easy-format.1.0.1 jbuilder.transition menhir.20170509 num.0 ocaml.4.04.2 ocaml-base-compiler.4.04.2 ocaml-config.1 ocamlbuild.0.9.1 ocamlfind.1.6.2 ppx_deriving.4.0 ppx_deriving_yojson.3.0 ppx_tools.5.0 result.1.0 visitors.20180513 yojson.1.0.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 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-security bookworm-security/main amd64 Packages [151 kB]
- Fetched 255 kB in 0s (676 kB/s)
- Reading package lists...


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


[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 system packages will first need to be installed:
    m4


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "m4"
- debconf: delaying package configuration, since apt-utils is not installed


2024-04-14 13:16.49 ---> saved as "8ecfd2d337c60d77c28b47f6059045744aa77b473d2e33c3bd16a07508ad4ad7"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[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 dune                1.4.0
  - install ocamlbuild          0.9.1
  - install conf-m4             1
  - install base-num            base
  - install result              1.0
  - install jbuilder            transition
  - install num                 0
  - install ocamlfind           1.6.2
  - install ppx_tools           5.0
  - install menhir              20170509
  - install easy-format         1.0.1
  - install base-bytes          base
  - install biniou              1.0.5
  - install cppo                1.6.0
  - install yojson              1.0.3
  - install cppo_ocamlbuild     1.6.0
  - install ppx_deriving        4.0
  - install visitors            20180513
  - install ppx_deriving_yojson 3.0
===== 19 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-num.base
-> retrieved biniou.1.0.5  (cached)
-> retrieved cppo.1.6.0  (cached)
-> retrieved cppo_ocamlbuild.1.6.0  (cached)
-> installed conf-m4.1
-> retrieved easy-format.1.0.1  (cached)
-> installed num.0
-> retrieved ocamlbuild.0.9.1  (cached)
-> retrieved menhir.20170509  (cached)
-> retrieved ocamlfind.1.6.2  (cached)
-> retrieved ppx_deriving_yojson.3.0  (cached)
-> retrieved ppx_tools.5.0  (cached)
-> retrieved result.1.0  (cached)
-> installed result.1.0
-> retrieved visitors.20180513  (http://gallium.inria.fr/~fpottier/visitors/visitors-20180513.tar.gz)
-> retrieved yojson.1.0.3  (cached)
-> retrieved ppx_deriving.4.0  (https://github.com/whitequark/ppx_deriving/archive/v4.0.tar.gz)
-> retrieved dune.1.4.0  (https://github.com/ocaml/dune/releases/download/1.4.0/dune-1.4.0.tbz)
-> installed ocamlfind.1.6.2
-> installed base-bytes.base
-> installed ocamlbuild.0.9.1
-> installed easy-format.1.0.1
-> installed ppx_tools.5.0
-> installed biniou.1.0.5
-> installed dune.1.4.0
-> installed jbuilder.transition
-> installed cppo.1.6.0
-> installed cppo_ocamlbuild.1.6.0
-> installed yojson.1.0.3
-> installed ppx_deriving.4.0
-> installed ppx_deriving_yojson.3.0
-> installed visitors.20180513
-> installed menhir.20170509
Done.


<><> jbuilder.transition installed successfully <><><><><><><><><><><><><><><><>
=> Jbuilder has been renamed and the jbuilder package is now a transition package. Use the dune package instead.
# Run eval $(opam env) to update the current shell environment
2024-04-14 13:17.26 ---> saved as "cb98f0c907bc45cebefcf8450d583f62ddaab4e380b5de24d48be53da657e3e7"


/src: (copy (src .) (dst /src))
2024-04-14 13:17.26 ---> saved as "88301742a96fe208ea5447f4c6da118f094c1303f51366fd4a584bfa6d471a59"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "src/dune", line 40, characters 13-51:
40 |  (preprocess (pps ppx_deriving_yojson visitors.ppx)) ;; Avoid warning about incomplete merlin files.
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error: No ppx driver were found. It seems that ppx_deriving_yojson and
visitors.ppx are not compatible with Dune. Examples of ppx rewriters that are
compatible with Dune are ones using ocaml-migrate-parsetree, ppxlib or
ppx_driver.
File "src/dune", line 30, characters 13-51:
30 |  (preprocess (pps ppx_deriving_yojson visitors.ppx))
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error: No ppx driver were found. It seems that ppx_deriving_yojson and
visitors.ppx are not compatible with Dune. Examples of ppx rewriters that are
compatible with Dune are ones using ocaml-migrate-parsetree, ppxlib or
ppx_driver.
From the command line:
Error: Alias "check" is empty.
It is not defined in . or any of its descendants.
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-04-14 13:17.27: Job failed: Failed: Build failed