Organisationsocaml-ppxppx_getenveb6cb4 (master)(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2024-12-19 22:59.54: New job: test ocaml-ppx/ppx_getenv https://github.com/ocaml-ppx/ppx_getenv.git#refs/heads/master (eb6cb4b77d832b0b4fd062c80b728b12ef01b87e) (linux-x86_64:(lower-bound))
Base: ocaml/opam:debian-12-ocaml-4.04@sha256:8d876fd158ecc34ee68484d0186cea526782d513322df9c964f50b5d813c9841
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-ppx/ppx_getenv.git" -b "master" && cd "ppx_getenv" && git reset --hard eb6cb4b7
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.04@sha256:8d876fd158ecc34ee68484d0186cea526782d513322df9c964f50b5d813c9841
# debian-12-4.04_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.3 /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 28daeff6f36e886a2c133aceed8a117d4c6dcd28 || git fetch origin master) && git reset -q --hard 28daeff6f36e886a2c133aceed8a117d4c6dcd28 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 ppx_getenv.opam ./
RUN opam pin add -yn ppx_getenv.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-bytes.base base-threads.base base-unix.base conf-m4.1 dune.2.0.1 jbuilder.1.0+beta12 ocaml.4.04.2 ocaml-base-compiler.4.04.2 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocaml-migrate-parsetree.2.0.0 ocaml-secondary-compiler.4.08.1 ocamlfind.1.8.1 ocamlfind-secondary.1.8.1 ounit2.2.2.0 ppx_derivers.1.0 ppxlib.0.18.0 sexplib0.v0.12.0 stdlib-shims.0.1.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y ppx_getenv.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-12-19 22:59.54: Using cache hint "ocaml-ppx/ppx_getenv-ocaml/opam:debian-12-ocaml-4.04@sha256:8d876fd158ecc34ee68484d0186cea526782d513322df9c964f50b5d813c9841-debian-12-4.04_opam-2.3-d3aadc52414477eb664ab8e50e3414a1"
2024-12-19 22:59.54: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.04@sha256:8d876fd158ecc34ee68484d0186cea526782d513322df9c964f50b5d813c9841)
(comment debian-12-4.04_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.3 /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 28daeff6f36e886a2c133aceed8a117d4c6dcd28 || git fetch origin master) && git reset -q --hard 28daeff6f36e886a2c133aceed8a117d4c6dcd28 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src ppx_getenv.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn ppx_getenv.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base conf-m4.1 dune.2.0.1 jbuilder.1.0+beta12 ocaml.4.04.2 ocaml-base-compiler.4.04.2 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocaml-migrate-parsetree.2.0.0 ocaml-secondary-compiler.4.08.1 ocamlfind.1.8.1 ocamlfind-secondary.1.8.1 ounit2.2.2.0 ppx_derivers.1.0 ppxlib.0.18.0 sexplib0.v0.12.0 stdlib-shims.0.1.0")
(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.3 --depext-only -y ppx_getenv.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-12-19 22:59.54: Waiting for resource in pool OCluster
2024-12-20 20:18.55: Waiting for worker…
2024-12-20 20:22.05: Got resource from pool OCluster
Building on x86-bm-c19.sw.ocaml.org
All commits already cached
HEAD is now at eb6cb4b Merge pull request #9 from kit-ty-kate/release-2.1


(from ocaml/opam:debian-12-ocaml-4.04@sha256:8d876fd158ecc34ee68484d0186cea526782d513322df9c964f50b5d813c9841)
2024-12-20 20:22.05 ---> using "8e3e971a1f7c27fb1dcf78dea00b98d8715ce8ee0ad3f8247dc016846c8033a7" from cache


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


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2024-12-20 20:22.05 ---> using "a0a85ec86e4dcb2a93f435ff7e84caad3787ef395e406f87ac981b1149844cd3" 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-12-20 20:22.40 ---> saved as "c7cead35c06a1a282bc29500bf29d4cf8f5d35337b565d8d578eeab918e40bfe"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-126-generic
The OCaml toplevel, version 4.04.2
2.3.0
2024-12-20 20:22.40 ---> saved as "31402c7ed3d491c49a0d35dba1967e16a40e780f3cff0a98d5f20d84aec651b1"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-12-20 20:22.40 ---> saved as "cda4353c8858868227a077fb578d9da3ce4d11d983d1729ae25870b59e5ae781"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 28daeff6f36e886a2c133aceed8a117d4c6dcd28 || git fetch origin master) && git reset -q --hard 28daeff6f36e886a2c133aceed8a117d4c6dcd28 && git log --no-decorate -n1 --oneline && opam update -u"))
28daeff6f3 Merge pull request #26814 from mtelvers/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.
# To update the current shell environment, run: eval $(opam env)
2024-12-20 20:23.51 ---> saved as "aa266e7a8b1565f97e94312b2e9c04fd9aaf35b6512b34e5d836e5a47cf91ec9"


/src: (copy (src ppx_getenv.opam) (dst ./))
2024-12-20 20:23.51 ---> saved as "355fab5efc99ede20bf6242cc3b37a69cbe116f8959aaa08f7ebd40d344cd365"


/src: (run (network host)
(shell "opam pin add -yn ppx_getenv.dev './'"))
[ppx_getenv.dev] synchronised (file:///src)
[WARNING] Failed checks on ppx_getenv package definition from source at file:///src:
warning 62: License doesn't adhere to the SPDX standard, see https://spdx.org/licenses/ : "Public domain"
ppx_getenv is now pinned to file:///src (version dev)
2024-12-20 20:23.53 ---> saved as "63acda23fa209fb331e9c7c9cfcdc15972a8f279da6908c6f9542c0aa2417b7d"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2024-12-20 20:23.53 ---> saved as "15ab553904c3f69a52c7bd80387db0e248a6c6dbea19136445a2580249e20e8f"


/src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base conf-m4.1 dune.2.0.1 jbuilder.1.0+beta12 ocaml.4.04.2 ocaml-base-compiler.4.04.2 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocaml-migrate-parsetree.2.0.0 ocaml-secondary-compiler.4.08.1 ocamlfind.1.8.1 ocamlfind-secondary.1.8.1 ounit2.2.2.0 ppx_derivers.1.0 ppxlib.0.18.0 sexplib0.v0.12.0 stdlib-shims.0.1.0")


/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.3 --depext-only -y ppx_getenv.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 [236 kB]
- Fetched 339 kB in 0s (1432 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ppx_getenv.dev] synchronised (file:///src)


[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
- Selecting previously unselected package m4.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18745 files and directories currently installed.)
- Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
- Unpacking m4 (1.4.19-3) ...
- Setting up m4 (1.4.19-3) ...
2024-12-20 20:24.12 ---> saved as "8992d8bf8c15e132cd55cd3d667dc90507d4ecfac133b29bfc2f6c452754480d"


/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.14.2 to 4.08.1
=== install 13 packages
- install   base-bytes               base
- install   conf-m4                  1
- install   dune                     2.0.1
- install   jbuilder                 1.0+beta12
- install   ocaml-compiler-libs      v0.11.0
- install   ocaml-migrate-parsetree  2.0.0 (deprecated)
- install   ocamlfind                1.8.1
- install   ocamlfind-secondary      1.8.1
- install   ounit2                   2.2.0
- install   ppx_derivers             1.0
- install   ppxlib                   0.18.0
- install   sexplib0                 v0.12.0
- install   stdlib-shims             0.1.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-m4.1
-> retrieved ocaml-compiler-libs.v0.11.0  (cached)
-> retrieved jbuilder.1.0+beta12  (cached)
-> retrieved ocaml-migrate-parsetree.2.0.0  (cached)
-> retrieved ocamlfind.1.8.1, ocamlfind-secondary.1.8.1  (cached)
-> retrieved dune.2.0.1  (cached)
-> retrieved ocaml-secondary-compiler.4.08.1  (cached)
-> retrieved ounit2.2.2.0  (cached)
-> retrieved ppx_derivers.1.0  (cached)
-> retrieved sexplib0.v0.12.0  (cached)
-> retrieved stdlib-shims.0.1.0  (cached)
-> retrieved ppxlib.0.18.0  (https://github.com/ocaml-ppx/ppxlib/releases/download/0.18.0/ppxlib-0.18.0.tbz)
-> installed ocamlfind.1.8.1
-> installed base-bytes.base
-> installed jbuilder.1.0+beta12
-> installed ppx_derivers.1.0
-> installed ocaml-compiler-libs.v0.11.0
-> removed   ocaml-secondary-compiler.4.14.2
-> installed ocaml-secondary-compiler.4.08.1
-> installed ocamlfind-secondary.1.8.1
-> installed dune.2.0.1
-> installed stdlib-shims.0.1.0
-> installed sexplib0.v0.12.0
-> installed ounit2.2.2.0
-> installed ocaml-migrate-parsetree.2.0.0
-> installed ppxlib.0.18.0
Done.


<><> ocaml-migrate-parsetree.2.0.0 installed successfully <><><><><><><><><><><>
=> Note: This package is deprecated.
# To update the current shell environment, run: eval $(opam env)
2024-12-20 20:28.55 ---> saved as "3bf59a58b2bb07258cc652a0dd4948328fc3ba8a6af8ce2e2e5e758ddc8deca3"


/src: (copy (src .) (dst /src))
2024-12-20 20:28.55 ---> saved as "6c0e8e254822cc64287dbe9d59c286bdca21aa37016f59e3452fcc2e502b0d52"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
test_ppx_getenv alias src_test/runtest
.
Ran: 1 tests in: 0.10 seconds.
OK
2024-12-20 20:28.56 ---> saved as "d82632ff54465b7a378c3ee864a9205280ccacc08c03ec465277af10dc5f81cd"
Job succeeded
2024-12-20 20:28.57: Job succeeded