2025-02-01 17:11.33: New job: test ocaml/opam-file-format https://github.com/ocaml/opam-file-format.git#refs/pull/62/head (ee30440e524f50e096575b48aa03e7f2565c2d9c) (linux-x86_64:(lower-bound))
Base: ocaml/opam:debian-12-ocaml-4.03@sha256:802b51ab1562b3741617a9f1700349f22cfb51a73b1add602814b2f31436d806
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/ocaml/opam-file-format.git" && cd "opam-file-format" && git fetch origin "refs/pull/62/head" && git reset --hard ee30440e
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.03@sha256:802b51ab1562b3741617a9f1700349f22cfb51a73b1add602814b2f31436d806
# debian-12-4.03_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 e25af452e64b0bd6672dce5f38d878780362341d || git fetch origin master) && git reset -q --hard e25af452e64b0bd6672dce5f38d878780362341d && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 opam-file-format.opam ./
RUN opam pin add -yn opam-file-format.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.0.0 astring.0.8.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.0.3 conf-m4.1 dune.3.17.0 fmt.0.8.6 jbuilder.1.0+beta7 menhir.20211230 menhirLib.20211230 menhirSdk.20211230 ocaml.4.03.0 ocaml-base-compiler.4.03.0 ocaml-config.1 ocaml-secondary-compiler.4.08.1 ocamlbuild.0.9.1 ocamlfind.1.8.1 ocamlfind-secondary.1.8.1 re.1.7.2 result.1.5 seq.0.2.2 stdlib-shims.0.1.0 topkg.0.9.0 uuidm.0.9.6"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y opam-file-format.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
2025-02-01 17:11.33: Using cache hint "ocaml/opam-file-format-ocaml/opam:debian-12-ocaml-4.03@sha256:802b51ab1562b3741617a9f1700349f22cfb51a73b1add602814b2f31436d806-debian-12-4.03_opam-2.3-fb36da6fdcdea656497176d618823397"
2025-02-01 17:11.33: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.03@sha256:802b51ab1562b3741617a9f1700349f22cfb51a73b1add602814b2f31436d806)
(comment debian-12-4.03_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 e25af452e64b0bd6672dce5f38d878780362341d || git fetch origin master) && git reset -q --hard e25af452e64b0bd6672dce5f38d878780362341d && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src opam-file-format.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn opam-file-format.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "alcotest.1.0.0 astring.0.8.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.0.3 conf-m4.1 dune.3.17.0 fmt.0.8.6 jbuilder.1.0+beta7 menhir.20211230 menhirLib.20211230 menhirSdk.20211230 ocaml.4.03.0 ocaml-base-compiler.4.03.0 ocaml-config.1 ocaml-secondary-compiler.4.08.1 ocamlbuild.0.9.1 ocamlfind.1.8.1 ocamlfind-secondary.1.8.1 re.1.7.2 result.1.5 seq.0.2.2 stdlib-shims.0.1.0 topkg.0.9.0 uuidm.0.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.3 --depext-only -y opam-file-format.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"))
)
2025-02-01 17:11.33: Waiting for resource in pool OCluster
2025-02-01 17:13.13: Waiting for worker…
2025-02-01 17:14.30: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at ee30440 Generate opam file with Dune
(from ocaml/opam:debian-12-ocaml-4.03@sha256:802b51ab1562b3741617a9f1700349f22cfb51a73b1add602814b2f31436d806)
2025-02-01 17:14.31 ---> using "1a689143ea134c88ba740cf6c4224b335a7ad49d5eed0cadfda0a4734062da5c" from cache
/: (comment debian-12-4.03_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"))
2025-02-01 17:14.31 ---> using "244257d51b21c22015df2b8c08522ed5721d4bd167a931d64056e9bb69ccdcef" 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
2025-02-01 17:14.31 ---> using "26e94915a71056f9e5be76b0a495ac37f1196ee2cfc52de02eb8a8480851882c" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-130-generic
The OCaml toplevel, version 4.03.0
2.3.0
2025-02-01 17:14.31 ---> using "2295af233e6f34663bf3970d0072ec36a300b321367d34af7e4a7208b655bfb9" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-02-01 17:14.31 ---> using "84cc0cadecff1b9cbb5019958f736bc4cb93425c78fe9af2cfb6e48a94a6e846" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e e25af452e64b0bd6672dce5f38d878780362341d || git fetch origin master) && git reset -q --hard e25af452e64b0bd6672dce5f38d878780362341d && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
3e681a81f6..e25af452e6 master -> origin/master
e25af452e6 Merge pull request #27273 from hannesm/archive-phase2
<><> 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)
2025-02-01 17:14.31 ---> using "9acec161127d7d48c8eee08fb2f36853b2dec677d49cfee6f2448a5f3219bfa3" from cache
/src: (copy (src opam-file-format.opam) (dst ./))
2025-02-01 17:14.31 ---> saved as "8ed336b52e0dbb98e5e77b115ccd578341e256598182e09793b6711aa792d4cf"
/src: (run (network host)
(shell "opam pin add -yn opam-file-format.dev './'"))
[opam-file-format.dev] synchronised (file:///src)
opam-file-format is now pinned to file:///src (version dev)
2025-02-01 17:14.33 ---> saved as "75a6bd987076b29535679f981e8081a4e18d03cf0d903e6f1b79c65a3235b537"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-02-01 17:14.33 ---> saved as "8c03f81cfdc7d1d073edd51ce2a1f42ba9a14cccdca7ff345ec794091114f4c4"
/src: (env DEPS "alcotest.1.0.0 astring.0.8.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.0.3 conf-m4.1 dune.3.17.0 fmt.0.8.6 jbuilder.1.0+beta7 menhir.20211230 menhirLib.20211230 menhirSdk.20211230 ocaml.4.03.0 ocaml-base-compiler.4.03.0 ocaml-config.1 ocaml-secondary-compiler.4.08.1 ocamlbuild.0.9.1 ocamlfind.1.8.1 ocamlfind-secondary.1.8.1 re.1.7.2 result.1.5 seq.0.2.2 stdlib-shims.0.1.0 topkg.0.9.0 uuidm.0.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.3 --depext-only -y opam-file-format.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 [243 kB]
- Fetched 346 kB in 0s (985 kB/s)
- Reading package lists...
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[opam-file-format.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.03.0).
[NOTE] Package ocaml is already installed (current version is 4.03.0).
[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) ...
2025-02-01 17:14.46 ---> saved as "ba31d0edd20a770fb050f71ec158530f165ee93b04e5cd3f9c4514d7bc7c8d00"
/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.03.0).
[NOTE] Package ocaml is already installed (current version is 4.03.0).
[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 20 packages
- install alcotest 1.0.0
- install astring 0.8.2
- install base-bytes base
- install cmdliner 1.0.3
- install conf-m4 1
- install dune 3.17.0
- install fmt 0.8.6
- install jbuilder 1.0+beta7 (deprecated)
- install menhir 20211230
- install menhirLib 20211230
- install menhirSdk 20211230
- install ocamlbuild 0.9.1
- install ocamlfind 1.8.1
- install ocamlfind-secondary 1.8.1
- install re 1.7.2
- install result 1.5
- install seq 0.2.2
- install stdlib-shims 0.1.0
- install topkg 0.9.0
- install uuidm 0.9.6
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.2 (cached)
-> retrieved cmdliner.1.0.3 (cached)
-> installed conf-m4.1
-> retrieved fmt.0.8.6 (cached)
-> retrieved jbuilder.1.0+beta7 (cached)
-> retrieved alcotest.1.0.0 (cached)
-> retrieved menhir.20211230, menhirLib.20211230, menhirSdk.20211230 (cached)
-> retrieved dune.3.17.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 re.1.7.2 (cached)
-> retrieved result.1.5 (cached)
-> retrieved seq.0.2.2 (cached)
-> retrieved stdlib-shims.0.1.0 (cached)
-> installed cmdliner.1.0.3
-> retrieved topkg.0.9.0 (cached)
-> retrieved uuidm.0.9.6 (cached)
-> installed ocamlbuild.0.9.1
-> installed ocamlfind.1.8.1
-> installed base-bytes.base
-> installed jbuilder.1.0+beta7
-> installed re.1.7.2
-> removed ocaml-secondary-compiler.4.14.2
-> installed ocaml-secondary-compiler.4.08.1
-> installed ocamlfind-secondary.1.8.1
-> installed dune.3.17.0
-> installed result.1.5
-> installed stdlib-shims.0.1.0
-> installed seq.0.2.2
-> installed menhirSdk.20211230
-> installed menhirLib.20211230
-> installed topkg.0.9.0
-> installed uuidm.0.9.6
-> installed fmt.0.8.6
-> installed astring.0.8.2
-> installed alcotest.1.0.0
-> installed menhir.20211230
Done.
<><> jbuilder.1.0+beta7 installed successfully ><><><><><><><><><><><><><><><><>
=> Note: This package is deprecated.
# To update the current shell environment, run: eval $(opam env)
2025-02-01 17:17.10 ---> saved as "fb2dbc3fd81fffac0ced8733114ada365c4111c2961e28c1dad77a85a0d5feb1"
/src: (copy (src .) (dst /src))
2025-02-01 17:17.10 ---> saved as "05a399cfbf7ab64a7b52ba14cadcd8a67fc12ca63ba3684312b7c7caf95bc6f0"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/tests/simple && ./simple.exe)
Successfully loaded ./opam-file-format.opam
(cd _build/default/tests && ./tests.exe)
Testing opam-file-format.
This run has ID `6D18B6CD-C99A-498A-B7BD-68B5286D1F52`.
... oldpos values 0 parser-printer simple. [OK] oldpos values 0 parser-printer simple.
... oldpos values 1 parser-printer unop. [OK] oldpos values 1 parser-printer unop.
... oldpos values 2 parser-printer binop. [OK] oldpos values 2 parser-printer binop.
... oldpos values 3 parser-printer lists. [OK] oldpos values 3 parser-printer lists.
... oldpos values 4 parser-printer and_or. [OK] oldpos values 4 parser-printer and_or.
... oldpos values 5 parser simple. [OK] oldpos values 5 parser simple.
... oldpos values 6 parser unop. [OK] oldpos values 6 parser unop.
... oldpos values 7 parser binop. [OK] oldpos values 7 parser binop.
... oldpos values 8 parser lists. [OK] oldpos values 8 parser lists.
... oldpos values 9 parser and_or. [OK] oldpos values 9 parser and_or.
... oldpos values 10 printer simple. [OK] oldpos values 10 printer simple.
... oldpos values 11 printer unop. [OK] oldpos values 11 printer unop.
... oldpos values 12 printer binop. [OK] oldpos values 12 printer binop.
... oldpos values 13 printer lists. [OK] oldpos values 13 printer lists.
... oldpos values 14 printer and_or. [OK] oldpos values 14 printer and_or.
... oldpos items 0 variable printer. [OK] oldpos items 0 variable printer.
... oldpos items 1 variable parser. [OK] oldpos items 1 variable parser.
... oldpos items 2 variable parser-printer. [OK] oldpos items 2 variable parser-printer.
... oldpos items 3 section printer. [OK] oldpos items 3 section printer.
... oldpos items 4 section parser. [OK] oldpos items 4 section parser.
... oldpos items 5 section parser-printer. [OK] oldpos items 5 section parser-printer.
... oldpos opamfile 0 parser. [OK] oldpos opamfile 0 parser.
... oldpos opamfile 1 printer. [OK] oldpos opamfile 1 printer.
... oldpos opamfile 2 parser-printer. [OK] oldpos opamfile 2 parser-printer.
... oldpos opamfile 3 positions-file. [OK] oldpos opamfile 3 positions-file.
... fullpos values 0 parser-printer simple. [OK] fullpos values 0 parser-printer simple.
... fullpos values 1 parser-printer unop. [OK] fullpos values 1 parser-printer unop.
... fullpos values 2 parser-printer binop. [OK] fullpos values 2 parser-printer binop.
... fullpos values 3 parser-printer lists. [OK] fullpos values 3 parser-printer lists.
... fullpos values 4 parser-printer and_or. [OK] fullpos values 4 parser-printer and_or.
... fullpos values 5 parser simple. [OK] fullpos values 5 parser simple.
... fullpos values 6 parser unop. [OK] fullpos values 6 parser unop.
... fullpos values 7 parser binop. [OK] fullpos values 7 parser binop.
... fullpos values 8 parser lists. [OK] fullpos values 8 parser lists.
... fullpos values 9 parser and_or. [OK] fullpos values 9 parser and_or.
... fullpos values 10 printer simple. [OK] fullpos values 10 printer simple.
... fullpos values 11 printer unop. [OK] fullpos values 11 printer unop.
... fullpos values 12 printer binop. [OK] fullpos values 12 printer binop.
... fullpos values 13 printer lists. [OK] fullpos values 13 printer lists.
... fullpos values 14 printer and_or. [OK] fullpos values 14 printer and_or.
... fullpos items 0 variable printer. [OK] fullpos items 0 variable printer.
... fullpos items 1 variable parser. [OK] fullpos items 1 variable parser.
... fullpos items 2 variable parser-printer. [OK] fullpos items 2 variable parser-printer.
... fullpos items 3 section printer. [OK] fullpos items 3 section printer.
... fullpos items 4 section parser. [OK] fullpos items 4 section parser.
... fullpos items 5 section parser-printer. [OK] fullpos items 5 section parser-printer.
... fullpos opamfile 0 parser. [OK] fullpos opamfile 0 parser.
... fullpos opamfile 1 printer. [OK] fullpos opamfile 1 printer.
... fullpos opamfile 2 parser-printer. [OK] fullpos opamfile 2 parser-printer.
... fullpos opamfile 3 printer-preserved. [OK] fullpos opamfile 3 printer-preserved.
... fullpos opamfile 4 positions-file. [OK] fullpos opamfile 4 positions-file.
... opam-version 0 OpamPrinter.FullPos.opamfile. [OK] opam-version 0 OpamPrinter.FullPos.opamfile.
... opam-version 1 OpamPrinter.FullPos.Normalise.opamfile. [OK] opam-version 1 OpamPrinter.FullPos.Normalise.opamfile.
... opam-version 2 opam-version > 2.0 not at start 1. [OK] opam-version 2 opam-version > 2.0 not at start 1.
... opam-version 3 opam-version > 2.1 repeated. [OK] opam-version 3 opam-version > 2.1 repeated.
... opam-version 4 no opam-version and parsing error. [OK] opam-version 4 no opam-version and parsing error.
... opam-version 5 opam-version 2.1 and lexing error. [OK] opam-version 5 opam-version 2.1 and lexing error.
... opam-version 6 opam-version 2.1 and parsing error. [OK] opam-version 6 opam-version 2.1 and parsing error.
... opam-version 7 opam-version 2.1 and immediate parsing error. [OK] opam-version 7 opam-version 2.1 and immediate parsing error.
... opam-version 8 opam-version 4 and parsing error. [OK] opam-version 8 opam-version 4 and parsing error.
... opam-version 9 opam-version 42.0 and parsing error. [OK] opam-version 9 opam-version 42.0 and parsing error.
... opam-version 10 opam-version 42.0 and evil parsing error. [OK] opam-version 10 opam-version 42.0 and evil parsing error.
... opam-version 11 opam-version 42.0 and immediate parsing error. [OK] opam-version 11 opam-version 42.0 and immediate parsing error.
... opam-version 12 opam-version 42.0 and lexing error. [OK] opam-version 12 opam-version 42.0 and lexing error.
The full test results are available in `/src/_build/default/tests/_build/_tests/6D18B6CD-C99A-498A-B7BD-68B5286D1F52`.
Test Successful in 0.000s. 64 tests run.
2025-02-01 17:17.11 ---> saved as "70db1b113b81df6f454065dea6ac44d91b64cddc34cc4be52debaffd23b13912"
Job succeeded
2025-02-01 17:17.11: Job succeeded