2025-11-14 10:12.30: New job: test Leonidas-from-XIV/opam-test https://github.com/Leonidas-from-XIV/opam-test.git#refs/heads/main (9cc745570379d3b45f970893cfeae4a1c05e4393) (linux-x86_64:(lower-bound))Base: ocaml/opam:debian-13-ocaml-4.08@sha256:e3cc4e8fe5c00f48c72a719e3551b1d8a51c2862349a0f7507e8aa29fdf72321Opam project buildTo reproduce locally:git clone --recursive "https://github.com/Leonidas-from-XIV/opam-test.git" -b "main" && cd "opam-test" && git reset --hard 9cc74557cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.08@sha256:e3cc4e8fe5c00f48c72a719e3551b1d8a51c2862349a0f7507e8aa29fdf72321# debian-13-4.08_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 opam-test.opam ./RUN opam pin add -yn opam-test.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp4.4.08+1 cmdliner.1.0.4 conf-c++.1.0 conf-m4.1 cppo.1.6.1 cudf.0.7 dose3.5.0.1 dune.2.9.3 extlib.1.7.0 jbuilder.1.0+beta20.1 mccs.1.1+10 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocamlbuild.0.14.0 ocamlfind.1.8.0 ocamlgraph.1.8.8 opam-client.2.0.0 opam-core.2.0.0 opam-file-format.2.0.0 opam-format.2.0.0 opam-repository.2.0.0 opam-solver.2.0.0 opam-state.2.0.0 re.1.7.2"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y opam-test.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-11-14 10:12.30: Using cache hint "Leonidas-from-XIV/opam-test-ocaml/opam:debian-13-ocaml-4.08@sha256:e3cc4e8fe5c00f48c72a719e3551b1d8a51c2862349a0f7507e8aa29fdf72321-debian-13-4.08_opam-2.4-a2e06e30d8a5bf461fab4df06914aba5"2025-11-14 10:12.30: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.08@sha256:e3cc4e8fe5c00f48c72a719e3551b1d8a51c2862349a0f7507e8aa29fdf72321)(comment debian-13-4.08_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.4 /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 b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src opam-test.opam) (dst ./))(run (network host)(shell "opam pin add -yn opam-test.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 camlp4.4.08+1 cmdliner.1.0.4 conf-c++.1.0 conf-m4.1 cppo.1.6.1 cudf.0.7 dose3.5.0.1 dune.2.9.3 extlib.1.7.0 jbuilder.1.0+beta20.1 mccs.1.1+10 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocamlbuild.0.14.0 ocamlfind.1.8.0 ocamlgraph.1.8.8 opam-client.2.0.0 opam-core.2.0.0 opam-file-format.2.0.0 opam-format.2.0.0 opam-repository.2.0.0 opam-solver.2.0.0 opam-state.2.0.0 re.1.7.2")(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.4 --depext-only -y opam-test.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-11-14 10:12.30: Waiting for resource in pool OCluster2025-11-14 10:12.46: Waiting for worker…2025-11-14 10:15.51: Got resource from pool OClusterBuilding on asteria.caelum.ci.devAll commits already cachedHEAD is now at 9cc7455 Add README(from ocaml/opam:debian-13-ocaml-4.08@sha256:e3cc4e8fe5c00f48c72a719e3551b1d8a51c2862349a0f7507e8aa29fdf72321)2025-11-14 10:17.31 ---> using "d458486dd7823c592e7ea9c88366c5f90e1939c3b51f3abbd6760272096f8a3e" from cache/: (comment debian-13-4.08_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-11-14 10:17.31 ---> using "302c78a4511211b1f43812eb5ae9e10c8367f6c081e421b1647c1c17e3da94e1" 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.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 71 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=71 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-11-14 10:17.31 ---> using "1023146485a3396dc0b6d5fc52c8f65b01660ff57d1fe7fb43bec7291c51ceec" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-157-genericThe OCaml toplevel, version 4.08.12.4.12025-11-14 10:17.31 ---> using "528e6c9ab0c8fa7e774e6f16451f93118079894054eff12f4dbd9893d207ee27" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-11-14 10:17.31 ---> using "64a13b5183ea1d78d0850c8b29faf280ef4011dc2011069517123806b77d1e46" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && git log --no-decorate -n1 --oneline && opam update -u"))b8021439f8 Merge pull request #28261 from kit-ty-kate/deploy-fix-25819<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.3.0"), 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-11-14 10:17.32 ---> using "bda27dce25afa74e1fdb3a3a6f0966783a22184395ded91010d73641b24b5712" from cache/src: (copy (src opam-test.opam) (dst ./))2025-11-14 10:17.32 ---> saved as "ec691009dd2f2180ad3019963850816353f72e01f0bc6ecf83aa10cb7d230b54"/src: (run (network host)(shell "opam pin add -yn opam-test.dev './'"))[opam-test.dev] synchronised (file:///src)[WARNING] Failed checks on opam-test package definition from source at file:///src:warning 68: Missing field 'license'opam-test is now pinned to file:///src (version dev)2025-11-14 10:17.34 ---> saved as "7851d5061279d0e6e57bf44f16f44e7f51012b06cb1cafc258b3276493d8df71"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-11-14 10:17.35 ---> saved as "a5b8efa0b376956a9991e0840ded6bb503961bc84fc95f671ec1b324df663172"/src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp4.4.08+1 cmdliner.1.0.4 conf-c++.1.0 conf-m4.1 cppo.1.6.1 cudf.0.7 dose3.5.0.1 dune.2.9.3 extlib.1.7.0 jbuilder.1.0+beta20.1 mccs.1.1+10 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocamlbuild.0.14.0 ocamlfind.1.8.0 ocamlgraph.1.8.8 opam-client.2.0.0 opam-core.2.0.0 opam-file-format.2.0.0 opam-format.2.0.0 opam-repository.2.0.0 opam-solver.2.0.0 opam-state.2.0.0 re.1.7.2")/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.4 --depext-only -y opam-test.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Hit:1 http://deb.debian.org/debian trixie InRelease- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [71.4 kB]- Fetched 162 kB in 0s (1512 kB/s)- Reading package lists...<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[opam-test.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.08.1).[NOTE] Package ocaml is already installed (current version is 4.08.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 system packages will first need to be installed:m4<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "m4"- 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 ... 20622 files and directories currently installed.)- Preparing to unpack .../archives/m4_1.4.19-8_amd64.deb ...- Unpacking m4 (1.4.19-8) ...- Setting up m4 (1.4.19-8) ...2025-11-14 10:17.46 ---> saved as "7cdf6e0f7649903dbbcd46d6762944803c1839adea29fb75aa288a2d6ec26b71"/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.08.1).[NOTE] Package ocaml is already installed (current version is 4.08.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 23 packages- install base-bytes base- install camlp4 4.08+1- install cmdliner 1.0.4- install conf-c++ 1.0- install conf-m4 1- install cppo 1.6.1- install cudf 0.7- install dose3 5.0.1- install dune 2.9.3- install extlib 1.7.0- install jbuilder 1.0+beta20.1 (deprecated)- install mccs 1.1+10- install ocamlbuild 0.14.0- install ocamlfind 1.8.0- install ocamlgraph 1.8.8- install opam-client 2.0.0- install opam-core 2.0.0- install opam-file-format 2.0.0- install opam-format 2.0.0- install opam-repository 2.0.0- install opam-solver 2.0.0- install opam-state 2.0.0- install re 1.7.2<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved camlp4.4.08+1 (cached)-> retrieved cmdliner.1.0.4 (cached)-> retrieved cppo.1.6.1 (cached)-> installed conf-c++.1.0-> installed conf-m4.1-> retrieved dose3.5.0.1 (cached)-> retrieved cudf.0.7 (https://opam.ocaml.org/cache)-> retrieved jbuilder.1.0+beta20.1 (cached)-> retrieved dune.2.9.3 (cached)-> retrieved extlib.1.7.0 (https://opam.ocaml.org/cache)-> retrieved ocamlbuild.0.14.0 (cached)-> retrieved ocamlfind.1.8.0 (cached)-> retrieved mccs.1.1+10 (https://opam.ocaml.org/cache)-> retrieved ocamlgraph.1.8.8 (cached)-> retrieved opam-client.2.0.0, opam-core.2.0.0, opam-format.2.0.0, opam-repository.2.0.0, opam-solver.2.0.0, opam-state.2.0.0 (cached)-> retrieved opam-file-format.2.0.0 (cached)-> retrieved re.1.7.2 (cached)-> installed cmdliner.1.0.4-> installed opam-file-format.2.0.0-> installed ocamlfind.1.8.0-> installed base-bytes.base-> installed ocamlbuild.0.14.0-> installed jbuilder.1.0+beta20.1-> installed cppo.1.6.1-> installed re.1.7.2-> installed extlib.1.7.0-> installed dune.2.9.3-> installed ocamlgraph.1.8.8-> installed opam-core.2.0.0-> installed opam-format.2.0.0-> installed opam-repository.2.0.0-> installed opam-state.2.0.0-> installed camlp4.4.08+1-> installed cudf.0.7[ERROR] The compilation of mccs.1.1+10 failed at "dune build -p mccs -j 255".-> installed dose3.5.0.1#=== ERROR while compiling mccs.1.1+10 ========================================## context 2.4.1 | linux/x86_64 | ocaml-base-compiler.4.08.1 | git+file:///home/opam/opam-repository# path ~/.opam/4.08/.opam-switch/build/mccs.1.1+10# command ~/.opam/4.08/bin/dune build -p mccs -j 255# exit-code 1# env-file ~/.opam/log/mccs-1-5474f0.env# output-file ~/.opam/log/mccs-1-5474f0.out### output #### gcc src/glpk/wclique1.o# src/glpk/misc/wclique1.c: In function '_glp_wclique1':# src/glpk/misc/wclique1.c:121:7: warning: 'memset' specified bound between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=]# src/glpk/misc/wclique1.c:123:7: warning: 'memset' specified bound between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=]# gcc src/mccs_stubs.o (exit 1)# (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -fPIC -I . -DUSEGLPK -g -I /home/opam/.opam/4.08/lib/ocaml -I /home/opam/.opam/4.08/lib/bytes -I /home/opam/.opam/4.08/lib/cudf -I /home/opam/.opam/4.08/lib/extlib -I glpk -o mccs_stubs.o -c mccs_stubs.cpp)# In file included from /usr/include/c++/14/map:62,# from mccs_stubs.cpp:14:# /usr/include/c++/14/bits/stl_tree.h: In instantiation of 'static const _Key& std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_S_key(_Const_Link_type) [with _Key = CUDFVersionedPackage*; _Val = CUDFVersionedPackage*; _KeyOfValue = std::_Identity<CUDFVersionedPackage*>; _Compare = CUDFPackage_comparator; _Alloc = std::allocator<CUDFVersionedPackage*>; _Const_Link_type = const std::_Rb_tree_node<CUDFVersionedPackage*>*]':# /usr/include/c++/14/bits/stl_tree.h:2116:47: required from 'std::pair<std::_Rb_tree_node_base*, std::_Rb_tree_node_base*> std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_get_insert_unique_pos(const key_type&) [with _Key = CUDFVersionedPackage*; _Val = CUDFVersionedPackage*; _KeyOfValue = std::_Identity<CUDFVersionedPackage*>; _Compare = CUDFPackage_comparator; _Alloc = std::allocator<CUDFVersionedPackage*>; key_type = CUDFVersionedPackage*]'# 2116 | __comp = _M_impl._M_key_compare(__k, _S_key(__x));# | ~~~~~~^~~~~# /usr/include/c++/14/bits/stl_tree.h:2169:4: required from 'std::pair<std::_Rb_tree_iterator<_Val>, bool> std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_insert_unique(_Arg&&) [with _Arg = CUDFVersionedPackage* const&; _Key = CUDFVersionedPackage*; _Val = CUDFVersionedPackage*; _KeyOfValue = std::_Identity<CUDFVersionedPackage*>; _Compare = CUDFPackage_comparator; _Alloc = std::allocator<CUDFVersionedPackage*>]'# 2169 | = _M_get_insert_unique_pos(_KeyOfValue()(__v));# | ^~~~~~~~~~~~~~~~~~~~~~~~# /usr/include/c++/14/bits/stl_set.h:514:25: required from 'std::pair<typename std::_Rb_tree<_Key, _Key, std::_Identity<_Tp>, _Compare, typename __gnu_cxx::__alloc_traits<_Allocator>::rebind<_Key>::other>::const_iterator, bool> std::set<_Key, _Compare, _Alloc>::insert(const value_type&) [with _Key = CUDFVersionedPackage*; _Compare = CUDFPackage_comparator; _Alloc = std::allocator<CUDFVersionedPackage*>; typename std::_Rb_tree<_Key, _Key, std::_Identity<_Tp>, _Compare, typename __gnu_cxx::__alloc_traits<_Allocator>::rebind<_Key>::other>::const_iterator = std::_Rb_tree<CUDFVersionedPackage*, CUDFVersionedPackage*, std::_Identity<CUDFVersionedPackage*>, CUDFPackage_comparator, std::allocator<CUDFVersionedPackage*> >::const_iterator; typename __gnu_cxx::__alloc_traits<_Allocator>::rebind<_Key>::other = std::allocator<CUDFVersionedPackage*>; typename __gnu_cxx::__alloc_traits<_Allocator>::rebind<_Key> = __gnu_cxx::__alloc_traits<std::allocator<CUDFVersionedPackage*>, CUDFVersionedPackage*>::rebind<CUDFVersionedPackage*>; typename _Allocator::value_type = CUDFVersionedPackage*; value_type = CUDFVersionedPackage*]'# 514 | _M_t._M_insert_unique(__x);# | ~~~~~~~~~~~~~~~~~~~~~^~~~~# mccs_stubs.cpp:316:39: required from here# 316 | virtual_package->all_versions.insert(pkg);# | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~# /usr/include/c++/14/bits/stl_tree.h:768:15: error: static assertion failed: comparison object must be invocable as const# 768 | is_invocable_v<const _Compare&, const _Key&, const _Key&>,# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~# /usr/include/c++/14/bits/stl_tree.h:768:15: note: 'std::is_invocable_v<const CUDFPackage_comparator&, CUDFVersionedPackage* const&, CUDFVersionedPackage* const&>' evaluates to false<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>+- The following actions failed| - build mccs 1.1+10+-+- The following changes have been performed (the rest was aborted)| - install base-bytes base| - install camlp4 4.08+1| - install cmdliner 1.0.4| - install conf-c++ 1.0| - install conf-m4 1| - install cppo 1.6.1| - install cudf 0.7| - install dose3 5.0.1| - install dune 2.9.3| - install extlib 1.7.0| - install jbuilder 1.0+beta20.1| - install ocamlbuild 0.14.0| - install ocamlfind 1.8.0| - install ocamlgraph 1.8.8| - install opam-core 2.0.0| - install opam-file-format 2.0.0| - install opam-format 2.0.0| - install opam-repository 2.0.0| - install opam-state 2.0.0| - install re 1.7.2+-<><> jbuilder.1.0+beta20.1 installed successfully <><><><><><><><><><><><><><><>=> Note: This package is deprecated.# To update the current shell environment, run: eval $(opam env)The former state can be restored with:/usr/bin/opam switch import "/home/opam/.opam/4.08/.opam-switch/backup/state-20251114101748.export""/usr/bin/env" "bash" "-c" "opam install $DEPS" failed with exit status 312025-11-14 10:19.51: Job failed: Failed: Build failed