2025-01-05 15:43.44: New job: test ocaml-opam/opam-0install-cudf https://github.com/ocaml-opam/opam-0install-cudf.git#refs/heads/master (8f3d0e43d7f3b48055c312e8b2aacc6cb87987ac) (linux-x86_64:debian-12-5.3~beta1_opam-2.3) Base: ocaml/opam:debian-12-ocaml-5.3-beta1@sha256:1d43e200c8c72f6e0c4962b79fc1760f5e649f35983fed965ed5cf6b12437ac4 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-opam/opam-0install-cudf.git" -b "master" && cd "opam-0install-cudf" && git reset --hard 8f3d0e43 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-5.3-beta1@sha256:1d43e200c8c72f6e0c4962b79fc1760f5e649f35983fed965ed5cf6b12437ac4 # debian-12-5.3~beta1_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 95bfbde2bee0c9a74bdb0f4e9da80fc018c7d361 || git fetch origin master) && git reset -q --hard 95bfbde2bee0c9a74bdb0f4e9da80fc018c7d361 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 opam-0install-cudf.opam ./ RUN opam pin add -yn opam-0install-cudf.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="0install-solver.2.18 alcotest.1.8.0 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 cppo.1.8.0 cudf.0.10 dune.3.17.1 extlib.1.8.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0~beta1 ocaml-compiler.5.3.0~beta1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 re.1.12.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --depext-only -y opam-0install-cudf.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-01-05 15:43.44: Using cache hint "ocaml-opam/opam-0install-cudf-ocaml/opam:debian-12-ocaml-5.3-beta1@sha256:1d43e200c8c72f6e0c4962b79fc1760f5e649f35983fed965ed5cf6b12437ac4-debian-12-5.3~beta1_opam-2.3-6c5373b69e3eb48ec7547f55fe7db7e2" 2025-01-05 15:43.44: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-5.3-beta1@sha256:1d43e200c8c72f6e0c4962b79fc1760f5e649f35983fed965ed5cf6b12437ac4) (comment debian-12-5.3~beta1_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 95bfbde2bee0c9a74bdb0f4e9da80fc018c7d361 || git fetch origin master) && git reset -q --hard 95bfbde2bee0c9a74bdb0f4e9da80fc018c7d361 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src opam-0install-cudf.opam) (dst ./)) (run (network host) (shell "opam pin add -yn opam-0install-cudf.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "0install-solver.2.18 alcotest.1.8.0 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 cppo.1.8.0 cudf.0.10 dune.3.17.1 extlib.1.8.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0~beta1 ocaml-compiler.5.3.0~beta1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 re.1.12.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 uutf.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.3 --depext-only -y opam-0install-cudf.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-01-05 15:43.44: Waiting for resource in pool OCluster 2025-01-05 15:43.56: Waiting for worker… 2025-01-05 15:48.16: Got resource from pool OCluster Building on x86-bm-c15.sw.ocaml.org 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/opam-0install-cudf.git-5c2e84e7f49aaef73c981c1889bf438ce2b524e5/.git/ HEAD is now at 8f3d0e4 Version 0.5.0 (from ocaml/opam:debian-12-ocaml-5.3-beta1@sha256:1d43e200c8c72f6e0c4962b79fc1760f5e649f35983fed965ed5cf6b12437ac4) 2025-01-05 15:48.17 ---> using "a82c84b52308e3e25aab71c272c2c435cd1a05237bc00bb4cea5ec684347f5a6" from cache /: (comment debian-12-5.3~beta1_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-01-05 15:48.17 ---> using "20e0eddd0217dc21d9482073feebe9b6dc0277a131e0b5159a6dfdd0d3c144c6" 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 Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [ERROR] Could not update repository "beta": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocaml/ocaml-beta-repository/': Could not resolve host: github.com" [default] synchronised from file:///home/opam/opam-repository 2025-01-05 15:48.17 ---> using "11165f26d02f2e1f5b0503321870786b8310abf2f37bf3690ab28bf2402023aa" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-130-generic The OCaml toplevel, version 5.3.0~beta1 2.3.0 2025-01-05 15:48.17 ---> using "f8e7273c65e6fa96b5b9418d0c9a876245eb6bfb863ccba7794aae7708b9e29d" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-01-05 15:48.17 ---> using "951378cc9505ebe3d54253bf328265b826d607f3b71768ab0bc6ddf7bac45566" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 95bfbde2bee0c9a74bdb0f4e9da80fc018c7d361 || git fetch origin master) && git reset -q --hard 95bfbde2bee0c9a74bdb0f4e9da80fc018c7d361 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD de786e28db..306c328a5d master -> origin/master 95bfbde2be Merge pull request #27145 from Octachron/OCaml_5.3.0_release_candidate <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [beta] no changes from git+https://github.com/ocaml/ocaml-beta-repository [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-01-05 15:48.17 ---> using "6dcdae12b8317645c25849aafac386fe73d782b755ef8dc7746f29364c0d0375" from cache /src: (copy (src opam-0install-cudf.opam) (dst ./)) 2025-01-05 15:48.18 ---> saved as "fd6fffa168ea713700bfc3b4069f1abc21af62e06ff3fc76d0c1d170d74392d0" /src: (run (network host) (shell "opam pin add -yn opam-0install-cudf.dev './'")) [opam-0install-cudf.dev] synchronised (file:///src) opam-0install-cudf is now pinned to file:///src (version dev) 2025-01-05 15:48.21 ---> saved as "9cb87e3dde4f5740de2e2d077f45d9aa0c3f7d65b1b292b151e74114021599c6" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-01-05 15:48.21 ---> saved as "d3bdb6b0f21ca2e1975c8ab21e6b35c9da774b48094a072d2778b96d3c75abfc" /src: (env DEPS "0install-solver.2.18 alcotest.1.8.0 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 cppo.1.8.0 cudf.0.10 dune.3.17.1 extlib.1.8.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0~beta1 ocaml-compiler.5.3.0~beta1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 re.1.12.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 uutf.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.3 --depext-only -y opam-0install-cudf.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 [240 kB] - Fetched 343 kB in 1s (433 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [opam-0install-cudf.dev] synchronised (file:///src) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.3.0~beta1). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0~beta1). [NOTE] Package ocaml is already installed (current version is 5.3.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-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). 2025-01-05 15:48.53 ---> saved as "caddd6ab13a6ae988eff9830c2d50a2dc2a6efdea20f538a2d76cf900c424c4d" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.3.0~beta1). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0~beta1). [NOTE] Package ocaml is already installed (current version is 5.3.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-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains 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 17 packages - install 0install-solver 2.18 - install alcotest 1.8.0 - install astring 0.8.5 - install cmdliner 1.3.0 - install cppo 1.8.0 - install cudf 0.10 - install dune 3.17.1 - install extlib 1.8.0 - install fmt 0.9.0 - install ocaml-syntax-shims 1.0.0 - install ocamlbuild 0.15.0 - install ocamlfind 1.9.6 - install re 1.12.0 - install seq base - install stdlib-shims 0.3.0 - install topkg 1.0.7 - install uutf 1.0.3 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved astring.0.8.5 (cached) -> retrieved alcotest.1.8.0 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved 0install-solver.2.18 (cached) -> retrieved cudf.0.10 (cached) -> retrieved extlib.1.8.0 (cached) -> retrieved fmt.0.9.0 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocamlbuild.0.15.0 (cached) -> retrieved ocamlfind.1.9.6 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved re.1.12.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved uutf.1.0.3 (cached) -> retrieved topkg.1.0.7 (cached) -> retrieved dune.3.17.1 (cached) -> installed cmdliner.1.3.0 -> installed ocamlfind.1.9.6 -> installed ocamlbuild.0.15.0 -> installed topkg.1.0.7 -> installed uutf.1.0.3 -> installed fmt.0.9.0 -> installed astring.0.8.5 -> installed dune.3.17.1 -> installed stdlib-shims.0.3.0 -> installed 0install-solver.2.18 -> installed ocaml-syntax-shims.1.0.0 -> installed re.1.12.0 -> installed cppo.1.8.0 -> installed extlib.1.8.0 -> installed alcotest.1.8.0 -> installed cudf.0.10 Done. # To update the current shell environment, run: eval $(opam env) 2025-01-05 15:50.17 ---> saved as "8f3fe6f8954f19a7d099c4cbd166d78328c789d4aec61324c84c2e1d0115fd07" /src: (copy (src .) (dst /src)) 2025-01-05 15:50.18 ---> saved as "fe9cf60f29b0182fc586db21a4aa8e82575b10b1f74b15ae2e0e4f54babcd053" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/test && ./test.exe) Testing `cudf'. This run has ID `EQ4QLB5Q'. [OK] simple solve 0 normal. [OK] simple solve 1 oldest. [OK] avoid-version 0 normal 1. [OK] avoid-version 1 oldest 1. [OK] avoid-version 2 normal 2. [OK] avoid-version 3 oldest 2. [OK] avoid-version 4 normal 3. [OK] avoid-version 5 oldest 3. [OK] keep-installed 0 normal 1. [OK] keep-installed 1 normal 2. [OK] keep-installed 2 normal 3. [OK] keep-installed 3 normal 4. [OK] keep-installed 4 latest avoid-version=1. [OK] keep-installed 5 latest keep-installed=0, avoid-ve... [OK] keep-installed 6 avoid-version=1. [OK] keep-installed 7 keep-installed=0, avoid-version=1. Full test results in `/src/_build/default/test/_build/_tests/cudf'. Test Successful in 0.003s. 16 tests run. 2025-01-05 15:50.19 ---> saved as "d36ae253f19eca15f6358e64ad180f509514fad5ed26d97d159054cb8a38ca37" Job succeeded 2025-01-05 15:50.19: Job succeeded