Organisationsocaml-ppxppxlibe88c67 ()(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2024-08-22 11:21.23: New job: test ocaml-ppx/ppxlib https://github.com/ocaml-ppx/ppxlib.git#refs/pull/517/head (e88c67024a8ab93d3e344dbda705540832cd6cff) (linux-x86_64:(lower-bound))
Base: ocaml/opam:debian-12-ocaml-4.04@sha256:8728f790bdd250f8a0776840fb7474f56d468f60cfc619d2dd5576fb997689b2
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-ppx/ppxlib.git" && cd "ppxlib" && git fetch origin "refs/pull/517/head" && git reset --hard e88c6702
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.04@sha256:8728f790bdd250f8a0776840fb7474f56d468f60cfc619d2dd5576fb997689b2
# debian-12-4.04_opam-2.2
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.2 /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 4795e0895b44aa27b6ee67583148aee756966a60 || git fetch origin master) && git reset -q --hard 4795e0895b44aa27b6ee67583148aee756966a60 && git log --no-decorate -n1 --oneline && opam update -u
RUN mkdir -p 'bench/vendored/ppx_sexp_conv.v0.15.1/'
COPY --chown=1000:1000 ppxlib.opam ppxlib-bench.opam ./
COPY --chown=1000:1000 bench/vendored/ppx_sexp_conv.v0.15.1/ppx_sexp_conv.opam bench/vendored/ppx_sexp_conv.v0.15.1/
RUN opam pin add -yn ppxlib.dev './' && \
    opam pin add -yn ppxlib-bench.dev './' && \
    opam pin add -yn ppx_sexp_conv 'bench/vendored/ppx_sexp_conv.v0.15.1/'
ENV DEPS="base.v0.9.0 base-bigarray.base base-threads.base base-unix.base biniou.1.0.5 cinaps.v0.15.0 conf-m4.1 cppo.0.9.3 dune.2.7.0 easy-format.1.0.1 jbuilder.1.0+beta7 ocaml.4.04.2 ocaml-base-compiler.4.04.2 ocaml-compiler-libs.v0.12.0 ocaml-config.1 ocaml-secondary-compiler.4.08.1 ocamlbuild.0.9.1 ocamlfind.1.8.1 ocamlfind-secondary.1.8.1 ppx_derivers.1.0 re.1.10.3 seq.0.1 sexplib0.v0.15.0 stdlib-shims.0.1.0 yojson.1.0.3"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y ppxlib.dev ppxlib-bench.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-08-22 11:21.23: Using cache hint "ocaml-ppx/ppxlib-ocaml/opam:debian-12-ocaml-4.04@sha256:8728f790bdd250f8a0776840fb7474f56d468f60cfc619d2dd5576fb997689b2-debian-12-4.04_opam-2.2-8a624f2e4a02ef9fcc65dec45a0b9e89"
2024-08-22 11:21.23: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.04@sha256:8728f790bdd250f8a0776840fb7474f56d468f60cfc619d2dd5576fb997689b2)
 (comment debian-12-4.04_opam-2.2)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.2 /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 4795e0895b44aa27b6ee67583148aee756966a60 || git fetch origin master) && git reset -q --hard 4795e0895b44aa27b6ee67583148aee756966a60 && git log --no-decorate -n1 --oneline && opam update -u"))
 (run (shell "mkdir -p 'bench/vendored/ppx_sexp_conv.v0.15.1/'"))
 (copy (src ppxlib.opam ppxlib-bench.opam) (dst ./))
 (copy (src bench/vendored/ppx_sexp_conv.v0.15.1/ppx_sexp_conv.opam)
       (dst bench/vendored/ppx_sexp_conv.v0.15.1/))
 (run (network host)
      (shell  "opam pin add -yn ppxlib.dev './' && \
             \nopam pin add -yn ppxlib-bench.dev './' && \
             \nopam pin add -yn ppx_sexp_conv 'bench/vendored/ppx_sexp_conv.v0.15.1/'"))
 (env DEPS "base.v0.9.0 base-bigarray.base base-threads.base base-unix.base biniou.1.0.5 cinaps.v0.15.0 conf-m4.1 cppo.0.9.3 dune.2.7.0 easy-format.1.0.1 jbuilder.1.0+beta7 ocaml.4.04.2 ocaml-base-compiler.4.04.2 ocaml-compiler-libs.v0.12.0 ocaml-config.1 ocaml-secondary-compiler.4.08.1 ocamlbuild.0.9.1 ocamlfind.1.8.1 ocamlfind-secondary.1.8.1 ppx_derivers.1.0 re.1.10.3 seq.0.1 sexplib0.v0.15.0 stdlib-shims.0.1.0 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.2 --depext-only -y ppxlib.dev ppxlib-bench.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-08-22 11:21.23: Waiting for resource in pool OCluster
2024-08-22 11:21.23: Waiting for worker…
2024-08-22 11:21.24: Got resource from pool OCluster
Building on x86-bm-c7.sw.ocaml.org
HEAD is now at 24784daf Document Deriving.add_alias reverse order
HEAD is now at e88c6702 Add Pp_ast module and ppxlib-pp-ast executable


(from ocaml/opam:debian-12-ocaml-4.04@sha256:8728f790bdd250f8a0776840fb7474f56d468f60cfc619d2dd5576fb997689b2)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.04@sha256:8728f790bdd250f8a0776840fb7474f56d468f60cfc619d2dd5576fb997689b2' locally
docker.io/ocaml/opam@sha256:8728f790bdd250f8a0776840fb7474f56d468f60cfc619d2dd5576fb997689b2: Pulling from ocaml/opam
af904e4426c2: Pulling fs layer
af904e4426c2: Verifying Checksum
af904e4426c2: Download complete
af904e4426c2: Pull complete
Digest: sha256:8728f790bdd250f8a0776840fb7474f56d468f60cfc619d2dd5576fb997689b2
Status: Downloaded newer image for ocaml/opam@sha256:8728f790bdd250f8a0776840fb7474f56d468f60cfc619d2dd5576fb997689b2
2024-08-22 11:22.59 ---> saved as "51a87688f28d4eaef5c672641c15a535745ef8a35ff3ad85f6fcaae0ffe4f94d"


/: (comment debian-12-4.04_opam-2.2)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
2024-08-22 11:22.59 ---> saved as "4348da3b75ce25e6e2e2445d193b41d820d31ef73d803ca7f65f9c5796e6d0f4"


/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 development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.


Continue? [y/n] y
[NOTE] The 'jobs' option was reset, its value was 39 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=39 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-08-22 11:24.10 ---> saved as "718c5dea2e0c63c2780f0901120ca0c3402650f00045e5208aa0817902d50ea8"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-117-generic
The OCaml toplevel, version 4.04.2
2.2.0
2024-08-22 11:24.10 ---> saved as "91b05cbeb8b264d4d60bcee8f0149b2fcfca5af437d11b7fc124e2ee37a8ab52"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-08-22 11:24.10 ---> saved as "18be7a0459f6dd3d23191454c84023cb16392ed60603acf1c8bc2409554553a3"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 4795e0895b44aa27b6ee67583148aee756966a60 || git fetch origin master) && git reset -q --hard 4795e0895b44aa27b6ee67583148aee756966a60 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   7c4ff52ef3..d94dfabfa8  master     -> origin/master
4795e0895b Merge pull request #26339 from mtelvers/macos-m4


<><> 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-08-22 11:25.09 ---> saved as "55eab02e5907b18b07a14e4782a6ba67485bcff8268d936ef76be67ec83261d9"


/src: (run (shell "mkdir -p 'bench/vendored/ppx_sexp_conv.v0.15.1/'"))
2024-08-22 11:25.09 ---> saved as "a3fc1285c67219f0e5b7059867eade4dea6600f8b36a5165ac74501dd9166737"


/src: (copy (src ppxlib.opam ppxlib-bench.opam) (dst ./))
2024-08-22 11:25.09 ---> saved as "2052b30b9017d928fe3128b020831bacdcfc652c10c5a2358c90092dfe29a249"


/src: (copy (src bench/vendored/ppx_sexp_conv.v0.15.1/ppx_sexp_conv.opam)
            (dst bench/vendored/ppx_sexp_conv.v0.15.1/))
2024-08-22 11:25.09 ---> saved as "467bcdb8bd54e2c9de1f7e81fe7b5821495033aa7369775be9ac9055430b8d51"


/src: (run (network host)
           (shell  "opam pin add -yn ppxlib.dev './' && \
                  \nopam pin add -yn ppxlib-bench.dev './' && \
                  \nopam pin add -yn ppx_sexp_conv 'bench/vendored/ppx_sexp_conv.v0.15.1/'"))
[ppxlib.dev] synchronised (file:///src)
ppxlib is now pinned to file:///src (version dev)
Package ppxlib-bench does not exist, create as a NEW package? [y/n] y
[ppxlib-bench.dev] synchronised (file:///src)
ppxlib-bench is now pinned to file:///src (version dev)
[ppx_sexp_conv.v0.17.0] synchronised (file:///src/bench/vendored/ppx_sexp_conv.v0.15.1)
ppx_sexp_conv is now pinned to file:///src/bench/vendored/ppx_sexp_conv.v0.15.1 (version v0.15.0)
2024-08-22 11:25.15 ---> saved as "694f9c80763e1b0a43220aa917b0b382a18067e24de5c242620cb061a1c848d2"


/src: (env DEPS "base.v0.9.0 base-bigarray.base base-threads.base base-unix.base biniou.1.0.5 cinaps.v0.15.0 conf-m4.1 cppo.0.9.3 dune.2.7.0 easy-format.1.0.1 jbuilder.1.0+beta7 ocaml.4.04.2 ocaml-base-compiler.4.04.2 ocaml-compiler-libs.v0.12.0 ocaml-config.1 ocaml-secondary-compiler.4.08.1 ocamlbuild.0.9.1 ocamlfind.1.8.1 ocamlfind-secondary.1.8.1 ppx_derivers.1.0 re.1.10.3 seq.0.1 sexplib0.v0.15.0 stdlib-shims.0.1.0 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.2 --depext-only -y ppxlib.dev ppxlib-bench.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 [176 kB]
- Fetched 279 kB in 0s (1081 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ppxlib.dev] synchronised (no changes)
[ppxlib-bench.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-08-22 11:25.31 ---> saved as "e729acc5b473c1560084fdf5c7bcf87dce350976899417255d5b3e91fb7d2c02"


/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:
=== downgrade 1 package
  - downgrade ocaml-secondary-compiler 4.08.1-1 to 4.08.1
=== install 18 packages
  - install   base                     v0.9.0
  - install   biniou                   1.0.5
  - install   cinaps                   v0.15.0
  - install   conf-m4                  1
  - install   cppo                     0.9.3
  - install   dune                     2.7.0
  - install   easy-format              1.0.1
  - install   jbuilder                 1.0+beta7
  - install   ocaml-compiler-libs      v0.12.0
  - install   ocamlbuild               0.9.1
  - install   ocamlfind                1.8.1
  - install   ocamlfind-secondary      1.8.1
  - install   ppx_derivers             1.0
  - install   re                       1.10.3
  - install   seq                      0.1
  - install   sexplib0                 v0.15.0
  - install   stdlib-shims             0.1.0
  - install   yojson                   1.0.3


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved biniou.1.0.5  (cached)
-> retrieved cinaps.v0.15.0  (cached)
-> retrieved base.v0.9.0  (cached)
-> retrieved cppo.0.9.3  (cached)
-> installed conf-m4.1
-> retrieved easy-format.1.0.1  (cached)
-> retrieved jbuilder.1.0+beta7  (cached)
-> retrieved dune.2.7.0  (cached)
-> installed cppo.0.9.3
-> retrieved ocaml-compiler-libs.v0.12.0  (cached)
-> retrieved ocaml-secondary-compiler.4.08.1  (cached)
-> retrieved ocamlbuild.0.9.1  (cached)
-> retrieved ocamlfind.1.8.1, ocamlfind-secondary.1.8.1  (cached)
-> retrieved ppx_derivers.1.0  (cached)
-> retrieved re.1.10.3  (cached)
-> retrieved seq.0.1  (cached)
-> retrieved sexplib0.v0.15.0  (cached)
-> retrieved stdlib-shims.0.1.0  (cached)
-> retrieved yojson.1.0.3  (cached)
-> installed ocamlfind.1.8.1
-> installed ocamlbuild.0.9.1
-> installed seq.0.1
-> installed easy-format.1.0.1
-> installed biniou.1.0.5
-> installed yojson.1.0.3
-> installed jbuilder.1.0+beta7
-> installed ppx_derivers.1.0
-> installed base.v0.9.0
2024-08-22 11:26.03: Cancelling: Auto-cancelling job because it is no longer needed
Job cancelled