Organisationsocaml-ppxocaml-syntax-shims38a6dd (master)debian-12-4.03_opam-2.2

debian-12-4.03_opam-2.2

Logs

Show full logs
2024-09-05 12:29.09: New job: test ocaml-ppx/ocaml-syntax-shims https://github.com/ocaml-ppx/ocaml-syntax-shims.git#refs/heads/master (38a6dd23543d9c4c3678fc6741962832fd539877) (linux-x86_64:debian-12-4.03_opam-2.2)
Base: ocaml/opam:debian-12-ocaml-4.03@sha256:3429c9c83553ca69e96a9c37ad35f7d175a97ee54b9093e8a7f97859374dcd75
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ocaml-ppx/ocaml-syntax-shims.git" -b "master" && cd "ocaml-syntax-shims" && git reset --hard 38a6dd23
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.03@sha256:3429c9c83553ca69e96a9c37ad35f7d175a97ee54b9093e8a7f97859374dcd75
# debian-12-4.03_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 e90d00913cec22ea90c21ecb282c1f0b955a7959 || git fetch origin master) && git reset -q --hard e90d00913cec22ea90c21ecb282c1f0b955a7959 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 ocaml-syntax-shims.opam ./
RUN opam pin add -yn ocaml-syntax-shims.dev './'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base dune.3.16.0 host-arch-x86_64.1 host-system-other.1 ocaml.4.03.0 ocaml-base-compiler.4.03.0 ocaml-config.1 ocaml-secondary-compiler.4.14.2 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y ocaml-syntax-shims.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-09-05 12:29.09: Using cache hint "ocaml-ppx/ocaml-syntax-shims-ocaml/opam:debian-12-ocaml-4.03@sha256:3429c9c83553ca69e96a9c37ad35f7d175a97ee54b9093e8a7f97859374dcd75-debian-12-4.03_opam-2.2-67ddadd526aaffa7fd0943687b03d8c0"
2024-09-05 12:29.09: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.03@sha256:3429c9c83553ca69e96a9c37ad35f7d175a97ee54b9093e8a7f97859374dcd75)
 (comment debian-12-4.03_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 e90d00913cec22ea90c21ecb282c1f0b955a7959 || git fetch origin master) && git reset -q --hard e90d00913cec22ea90c21ecb282c1f0b955a7959 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src ocaml-syntax-shims.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn ocaml-syntax-shims.dev './'"))
 (env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.16.0 host-arch-x86_64.1 host-system-other.1 ocaml.4.03.0 ocaml-base-compiler.4.03.0 ocaml-config.1 ocaml-secondary-compiler.4.14.2 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6")
 (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 ocaml-syntax-shims.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-09-05 12:29.09: Waiting for resource in pool OCluster
2024-09-05 21:51.31: Waiting for worker…
2024-09-05 22:03.04: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
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/ocaml-syntax-shims.git-d0577a3c78d1f8f6aa71522ebc72007002f98a8b/.git/
HEAD is now at 38a6dd2 update changelog

(from ocaml/opam:debian-12-ocaml-4.03@sha256:3429c9c83553ca69e96a9c37ad35f7d175a97ee54b9093e8a7f97859374dcd75)
2024-09-05 22:03.06 ---> using "3683a94cc60f1ddba4171b11aff425879ef9f25421871ba862b4d9963cbbd42b" from cache

/: (comment debian-12-4.03_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-09-05 22:03.06 ---> using "8e1a2c4d496430258807646f7f406abf0aa2fc0732054f8777bf92a644fec109" 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 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-09-05 22:03.06 ---> using "4b54ad255585a5ee86e4678696077deabab8b51df3105a575858e4bf7f54bc60" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-119-generic
The OCaml toplevel, version 4.03.0
2.2.1
2024-09-05 22:03.06 ---> using "4ee9256bec96f317dbc40ef56429079a93269f0c2866a5152e834cd8a59a1100" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2024-09-05 22:03.06 ---> using "338ce51253992400e047e2e34b7c836a4e143bd8c05bce3567abd15e20dcef17" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e e90d00913cec22ea90c21ecb282c1f0b955a7959 || git fetch origin master) && git reset -q --hard e90d00913cec22ea90c21ecb282c1f0b955a7959 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   e89899ac28..2c9b57d0d2  master     -> origin/master
e90d00913c Merge pull request #26471 from dkalinichenko-js/js-comp

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

The following actions will be performed:
=== upgrade 1 package
  - upgrade ocaml-secondary-compiler 4.08.1-1 to 4.14.2
=== install 2 packages
  - install host-arch-x86_64         1
  - install host-system-other        1

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed host-arch-x86_64.1
-> installed host-system-other.1
-> retrieved ocaml-secondary-compiler.4.14.2  (cached)
-> removed   ocaml-secondary-compiler.4.08.1-1
-> installed ocaml-secondary-compiler.4.14.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-05 22:03.06 ---> using "4662ee4d2084802e7517d8d5b10c6b40c0ac7d9bfeca8e5127e34b2f778f9791" from cache

/src: (copy (src ocaml-syntax-shims.opam) (dst ./))
2024-09-05 22:03.07 ---> saved as "dec9b34ae2eedb76adcb1ae7e19856d342f64ebc16ed25960457434a38773b1a"

/src: (run (network host)
           (shell "opam pin add -yn ocaml-syntax-shims.dev './'"))
[ocaml-syntax-shims.dev] synchronised (file:///src)
ocaml-syntax-shims is now pinned to file:///src (version dev)
2024-09-05 22:03.09 ---> saved as "1f17461c9630aea7573b09249d23e5e118eadc8942d7ecef0d9340eff0c10a27"

/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.16.0 host-arch-x86_64.1 host-system-other.1 ocaml.4.03.0 ocaml-base-compiler.4.03.0 ocaml-config.1 ocaml-secondary-compiler.4.14.2 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6")

/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 ocaml-syntax-shims.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
- 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/main amd64 Packages [8787 kB]
- Get:5 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
- Fetched 9221 kB in 1s (6330 kB/s)
- Reading package lists...
- 

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-syntax-shims.dev] synchronised (no changes)

[NOTE] Package ocaml-secondary-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.03.0).
[NOTE] Package ocaml is already installed (current version is 4.03.0).
[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-09-05 22:03.22 ---> saved as "3bd4c959d4b1fbd07e9b2605eb8cd9e245b589d82fc75c6e2e127b4263e04ee2"

/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.14.2).
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.03.0).
[NOTE] Package ocaml is already installed (current version is 4.03.0).
[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 3 packages
  - install dune                3.16.0
  - install ocamlfind           1.9.6
  - install ocamlfind-secondary 1.9.6

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.6, ocamlfind-secondary.1.9.6  (cached)
-> retrieved dune.3.16.0  (cached)
-> installed ocamlfind.1.9.6
-> installed ocamlfind-secondary.1.9.6
-> installed dune.3.16.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-05 22:03.57 ---> saved as "c2a1c0b81e7cb411e2b095d3f9dc8e44b858f943c240662008773666c4b96da5"

/src: (copy (src .) (dst /src))
2024-09-05 22:03.58 ---> saved as "55f2d8c1908a99427eca78954b640b985b4088d763ad3db3ad2dde34964a36e4"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2024-09-05 22:03.59 ---> saved as "226d1c39639b47582c3221a1bbe14ea64367d3b445000b9256a41039e4672f9b"
Job succeeded
2024-09-05 22:04.18: Job succeeded