2024-11-15 21:02.52: New job: test nomadic-labs/lwt-watcher https://gitlab.com/nomadic-labs/lwt-watcher.git#refs/heads/master (70f826c503cc094ed2de3aa81fa385ea9fddb903) (linux-x86_64:(lower-bound)) Base: ocaml/opam:debian-12-ocaml-4.02@sha256:472cf64828d83dd5d25e19bef5304ff0b9e7ceec4816e50595a844e83bef31e3 Opam project build To reproduce locally: git clone --recursive "https://gitlab.com/nomadic-labs/lwt-watcher.git" -b "master" && cd "lwt-watcher" && git reset --hard 70f826c5 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.02@sha256:472cf64828d83dd5d25e19bef5304ff0b9e7ceec4816e50595a844e83bef31e3 # debian-12-4.02_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 1e56c57bfb4ba17807a231c7a4f9ef818851e905 || git fetch origin master) && git reset -q --hard 1e56c57bfb4ba17807a231c7a4f9ef818851e905 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 lwt-watcher.opam ./ RUN opam pin add -yn lwt-watcher.dev './' ENV DEPS="base-bigarray.base base-num.base base-ocamlbuild.base base-threads.base base-unix.base camlp4.4.02+1 conf-m4.1 conf-ncurses.1 conf-pkg-config.1.0 conf-which.1 dune.1.0.0 lwt.2.4.5 num.0 ocaml.4.02.3 ocaml-base-compiler.4.02.3 ocaml-config.1 ocamlbuild.0 ocamlfind.1.5.1" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.2 --depext-only -y lwt-watcher.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-11-15 21:02.52: Using cache hint "nomadic-labs/lwt-watcher-ocaml/opam:debian-12-ocaml-4.02@sha256:472cf64828d83dd5d25e19bef5304ff0b9e7ceec4816e50595a844e83bef31e3-debian-12-4.02_opam-2.2-19ed72b646135167d86d3508321c84ed" 2024-11-15 21:02.52: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.02@sha256:472cf64828d83dd5d25e19bef5304ff0b9e7ceec4816e50595a844e83bef31e3) (comment debian-12-4.02_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 1e56c57bfb4ba17807a231c7a4f9ef818851e905 || git fetch origin master) && git reset -q --hard 1e56c57bfb4ba17807a231c7a4f9ef818851e905 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src lwt-watcher.opam) (dst ./)) (run (network host) (shell "opam pin add -yn lwt-watcher.dev './'")) (env DEPS "base-bigarray.base base-num.base base-ocamlbuild.base base-threads.base base-unix.base camlp4.4.02+1 conf-m4.1 conf-ncurses.1 conf-pkg-config.1.0 conf-which.1 dune.1.0.0 lwt.2.4.5 num.0 ocaml.4.02.3 ocaml-base-compiler.4.02.3 ocaml-config.1 ocamlbuild.0 ocamlfind.1.5.1") (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 lwt-watcher.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-11-15 21:02.52: Waiting for resource in pool OCluster 2024-11-15 21:02.52: Waiting for worker… 2024-11-15 21:02.53: Got resource from pool OCluster Building on doris.caelum.ci.dev All commits already cached HEAD is now at 70f826c Merge branch 'add-dune-project-file' into 'master' (from ocaml/opam:debian-12-ocaml-4.02@sha256:472cf64828d83dd5d25e19bef5304ff0b9e7ceec4816e50595a844e83bef31e3) 2024-11-15 21:03.18 ---> saved as "c383a66f810f7c4c7da74bccbedee3cf0db17193d08acef539fffd76a6edafc0" /: (comment debian-12-4.02_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-11-15 21:03.19 ---> saved as "3a6c381b7c18e232deee01bd8110d67004e3731899b05324eb369d3c2ce7ef8d" /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-11-15 21:04.28 ---> saved as "b927d9291369c4a92571b28c0df50ef3628a8e60d707c2abe8e47cd9f942f900" /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-122-generic The OCaml toplevel, version 4.02.3 2.2.1 2024-11-15 21:04.29 ---> saved as "a0ae378a23ab7a5ebac40b933922abb3d573a34920266a9a28e5bc759aec281e" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2024-11-15 21:04.29 ---> saved as "69890b1cfc5e81c578a966ea2b123a5c916cf5a19cb38e1a97cd6c82e117d8c2" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 1e56c57bfb4ba17807a231c7a4f9ef818851e905 || git fetch origin master) && git reset -q --hard 1e56c57bfb4ba17807a231c7a4f9ef818851e905 && git log --no-decorate -n1 --oneline && opam update -u")) 1e56c57bfb Merge pull request #26815 from mtelvers/ncurses <><> 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. # Run eval $(opam env) to update the current shell environment 2024-11-15 21:05.37 ---> saved as "cf571caa03ad5e12743f905909e9814575d8ad410c7bca1157d7f80fa7cc5856" /src: (copy (src lwt-watcher.opam) (dst ./)) 2024-11-15 21:05.37 ---> saved as "7b23b24dc510d8dfb996b44abc440874038620f73267cb5e0ee87328c3123d88" /src: (run (network host) (shell "opam pin add -yn lwt-watcher.dev './'")) [lwt-watcher.dev] synchronised (file:///src) lwt-watcher is now pinned to file:///src (version dev) 2024-11-15 21:05.39 ---> saved as "07e274f5d8125e780e62b61cdbbb501d8f5a479208e7fe0e5a072d19a9ad5017" /src: (env DEPS "base-bigarray.base base-num.base base-ocamlbuild.base base-threads.base base-unix.base camlp4.4.02+1 conf-m4.1 conf-ncurses.1 conf-pkg-config.1.0 conf-which.1 dune.1.0.0 lwt.2.4.5 num.0 ocaml.4.02.3 ocaml-base-compiler.4.02.3 ocaml-config.1 ocamlbuild.0 ocamlfind.1.5.1") /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 lwt-watcher.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 [204 kB] - Fetched 307 kB in 0s (1000 kB/s) - Reading package lists... <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [lwt-watcher.dev] synchronised (no changes) [NOTE] Package ocaml-config is already installed (current version is 1). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.02.3). [NOTE] Package ocaml is already installed (current version is 4.02.3). [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-ocamlbuild 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 ncurses-dev pkg-config <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "m4" "ncurses-dev" "pkg-config" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package libncurses6:amd64. - (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 .../0-libncurses6_6.4-4_amd64.deb ... - Unpacking libncurses6:amd64 (6.4-4) ... - Selecting previously unselected package libncurses-dev:amd64. - Preparing to unpack .../1-libncurses-dev_6.4-4_amd64.deb ... - Unpacking libncurses-dev:amd64 (6.4-4) ... - Selecting previously unselected package libpkgconf3:amd64. - Preparing to unpack .../2-libpkgconf3_1.8.1-1_amd64.deb ... - Unpacking libpkgconf3:amd64 (1.8.1-1) ... - Selecting previously unselected package m4. - Preparing to unpack .../3-m4_1.4.19-3_amd64.deb ... - Unpacking m4 (1.4.19-3) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../4-pkgconf-bin_1.8.1-1_amd64.deb ... - Unpacking pkgconf-bin (1.8.1-1) ... - Selecting previously unselected package pkgconf:amd64. - Preparing to unpack .../5-pkgconf_1.8.1-1_amd64.deb ... - Unpacking pkgconf:amd64 (1.8.1-1) ... - Selecting previously unselected package pkg-config:amd64. - Preparing to unpack .../6-pkg-config_1.8.1-1_amd64.deb ... - Unpacking pkg-config:amd64 (1.8.1-1) ... - Setting up m4 (1.4.19-3) ... - Setting up libpkgconf3:amd64 (1.8.1-1) ... - Setting up libncurses6:amd64 (6.4-4) ... - Setting up pkgconf-bin (1.8.1-1) ... - Setting up libncurses-dev:amd64 (6.4-4) ... - Setting up pkgconf:amd64 (1.8.1-1) ... - Setting up pkg-config:amd64 (1.8.1-1) ... - Processing triggers for libc-bin (2.36-9+deb12u9) ... 2024-11-15 21:05.55 ---> saved as "c1124fbec15c461dab9a50f68601c0f3e736e92af8e62a2bff6c28709de7a52b" /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.02.3). [NOTE] Package ocaml is already installed (current version is 4.02.3). [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-ocamlbuild 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 11 packages - install base-num base - install camlp4 4.02+1 - install conf-m4 1 - install conf-ncurses 1 - install conf-pkg-config 1.0 - install conf-which 1 - install dune 1.0.0 - install lwt 2.4.5 - install num 0 - install ocamlbuild 0 - install ocamlfind 1.5.1 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> installed base-num.base -> installed conf-m4.1 -> installed conf-pkg-config.1.0 -> installed conf-which.1 -> retrieved lwt.2.4.5 (cached) -> installed num.0 -> installed ocamlbuild.0 -> installed conf-ncurses.1 -> retrieved ocamlfind.1.5.1 (cached) -> retrieved dune.1.0.0 (cached) -> retrieved camlp4.4.02+1 (https://github.com/ocaml/camlp4/archive/4.02+1.tar.gz) -> installed ocamlfind.1.5.1 -> installed dune.1.0.0 -> installed camlp4.4.02+1 -> installed lwt.2.4.5 Done. # Run eval $(opam env) to update the current shell environment 2024-11-15 21:07.29 ---> saved as "a62b5b4709738559eafb32c1c77ddad06adb00ef6186b801c7fad880c03187f2" /src: (copy (src .) (dst /src)) 2024-11-15 21:07.29 ---> saved as "d8d43a6c426c3945fd7fdf5171a7ad56a814f5163f067f6dbf3459b62dbdf0b1" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) File "dune-project", line 1, characters 11-15: Error: Version 1.11 of dune is not supported. Supported versions: - 0.0 - 1.0 "/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2024-11-15 21:07.30: Job failed: Failed: Build failed