2025-12-15 14:44.59: New job: test ocaml-ppx/ppx_import https://github.com/ocaml-ppx/ppx_import.git#refs/heads/master (e7ff3012b87dc16be1b058b0f480f944c8d1a165) (linux-x86_64:fedora-43-5.4_opam-2.4)Base: ocaml/opam:fedora-43-ocaml-5.4@sha256:4f40afaba9cb3bfe7873dfa507d3cbd0919bdc57e78356dc26bf8ab981ba6566Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-ppx/ppx_import.git" -b "master" && cd "ppx_import" && git reset --hard e7ff3012cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:fedora-43-ocaml-5.4@sha256:4f40afaba9cb3bfe7873dfa507d3cbd0919bdc57e78356dc26bf8ab981ba6566# fedora-43-5.4_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo dnf install -y findutilsRUN 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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 ppx_import.opam ./RUN opam pin add -yn ppx_import.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.8 ounit.2.2.7 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_sexp_conv.v0.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y ppx_import.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-12-15 14:44.59: Using cache hint "ocaml-ppx/ppx_import-ocaml/opam:fedora-43-ocaml-5.4@sha256:4f40afaba9cb3bfe7873dfa507d3cbd0919bdc57e78356dc26bf8ab981ba6566-fedora-43-5.4_opam-2.4-5129308f210c74ec10163f92fab47b72"2025-12-15 14:44.59: Using OBuilder spec:((from ocaml/opam:fedora-43-ocaml-5.4@sha256:4f40afaba9cb3bfe7873dfa507d3cbd0919bdc57e78356dc26bf8ab981ba6566)(comment fedora-43-5.4_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (network host)(shell "sudo dnf install -y findutils"))(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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src ppx_import.opam) (dst ./))(run (network host)(shell "opam pin add -yn ppx_import.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.8 ounit.2.2.7 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_sexp_conv.v0.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.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.4 --depext-only -y ppx_import.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-12-15 14:44.59: Waiting for resource in pool OCluster2025-12-16 00:06.51: Waiting for worker…2025-12-16 00:07.39: Got resource from pool OClusterBuilding on toxis.caelum.ci.devAll commits already cachedHEAD is now at e7ff301 Merge pull request #100 from Octachron/Support_OCaml_5.4(from ocaml/opam:fedora-43-ocaml-5.4@sha256:4f40afaba9cb3bfe7873dfa507d3cbd0919bdc57e78356dc26bf8ab981ba6566)Unable to find image 'ocaml/opam:fedora-43-ocaml-5.4@sha256:4f40afaba9cb3bfe7873dfa507d3cbd0919bdc57e78356dc26bf8ab981ba6566' locallydocker.io/ocaml/opam@sha256:4f40afaba9cb3bfe7873dfa507d3cbd0919bdc57e78356dc26bf8ab981ba6566: Pulling from ocaml/opam3a6ccf50917d: Pulling fs layer2ac39db0f7b1: Pulling fs layer4ab95fa37585: Pulling fs layeref05642a6c19: Pulling fs layer6ce4105a6817: Pulling fs layer3a6ccf50917d: Waiting482e731bee2c: Pulling fs layer2ac39db0f7b1: Waiting82b20b1785fc: Pulling fs layer4ab95fa37585: Waitingef05642a6c19: Waiting5033efba3ea4: Pulling fs layerac061f34d5de: Pulling fs layer6ce4105a6817: Waiting482e731bee2c: Waiting3699d934db19: Pulling fs layerc70084606501: Pulling fs layer82b20b1785fc: Waiting5033efba3ea4: Waitingac061f34d5de: Waiting92cba88bcd96: Pulling fs layer87d6cf018c95: Pulling fs layerc70084606501: Waiting47a5774c8fa4: Pulling fs layera7a793f430ef: Pulling fs layer87d6cf018c95: Waiting50749af763e4: Pulling fs layer1931ff52ea8f: Pulling fs layer50749af763e4: Waitingd6cbdb0b2976: Pulling fs layer1931ff52ea8f: Waitingc21f3fb8010b: Pulling fs layerd6cbdb0b2976: Waiting006e8a0d5bfe: Pulling fs layer4f4fb700ef54: Pulling fs layer006e8a0d5bfe: Waitingbff3cbb02176: Pulling fs layerb5138c38b1e4: Pulling fs layerf9df0a6b27ec: Pulling fs layer4f4fb700ef54: Waitingbff3cbb02176: Waiting199f7dd22bb1: Pulling fs layerb5138c38b1e4: Waiting4704820b8848: Pulling fs layerf9df0a6b27ec: Waiting813e8e89161a: Pulling fs layer199f7dd22bb1: Waiting3fef5dd9f9c7: Pulling fs layer4704820b8848: Waiting813e8e89161a: Waiting33b83451bd83: Pulling fs layerf32a57644710: Pulling fs layer40216abfd9f1: Pulling fs layer33b83451bd83: Waitingd689b2a1b34b: Pulling fs layerc515a0f2353f: Pulling fs layer40216abfd9f1: Waiting6b7f7c537f40: Pulling fs layerd689b2a1b34b: Waiting2def47abdae6: Pulling fs layer6b7f7c537f40: Waitingfd11b9527539: Pulling fs layerb49b2a2f9119: Pulling fs layer23b9806e7d7a: Pulling fs layerb49b2a2f9119: Waiting2def47abdae6: Waiting251f6be3be0f: Pulling fs layerfd11b9527539: Waiting77df5933f202: Pulling fs layerf363410542aa: Pulling fs layer251f6be3be0f: Waiting02b0f83c8144: Pulling fs layer77df5933f202: Waiting561ad12063d7: Pulling fs layerbb777ec2f169: Pulling fs layer02b0f83c8144: Waiting561ad12063d7: Waitingbb777ec2f169: Waiting2ac39db0f7b1: Download complete3a6ccf50917d: Verifying Checksum3a6ccf50917d: Download complete3a6ccf50917d: Pull complete2ac39db0f7b1: Pull completeef05642a6c19: Verifying Checksumef05642a6c19: Download complete6ce4105a6817: Verifying Checksum6ce4105a6817: Download complete482e731bee2c: Verifying Checksum482e731bee2c: Download complete82b20b1785fc: Verifying Checksum82b20b1785fc: Download complete5033efba3ea4: Verifying Checksum5033efba3ea4: Download complete4ab95fa37585: Verifying Checksum4ab95fa37585: Download completeac061f34d5de: Verifying Checksumac061f34d5de: Download complete3699d934db19: Verifying Checksum3699d934db19: Download complete92cba88bcd96: Verifying Checksum92cba88bcd96: Download completec70084606501: Verifying Checksumc70084606501: Download complete87d6cf018c95: Download complete47a5774c8fa4: Download completea7a793f430ef: Verifying Checksuma7a793f430ef: Download complete50749af763e4: Download complete1931ff52ea8f: Verifying Checksum1931ff52ea8f: Download completed6cbdb0b2976: Verifying Checksumd6cbdb0b2976: Download completec21f3fb8010b: Verifying Checksumc21f3fb8010b: Download complete006e8a0d5bfe: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completef9df0a6b27ec: Verifying Checksumf9df0a6b27ec: Download completeb5138c38b1e4: Verifying Checksumb5138c38b1e4: Download complete199f7dd22bb1: Verifying Checksum199f7dd22bb1: Download complete4704820b8848: Download complete813e8e89161a: Download complete3fef5dd9f9c7: Verifying Checksum3fef5dd9f9c7: Download completebff3cbb02176: Download complete33b83451bd83: Verifying Checksumf32a57644710: Verifying Checksumf32a57644710: Download complete40216abfd9f1: Verifying Checksum40216abfd9f1: Download completed689b2a1b34b: Verifying Checksumd689b2a1b34b: Download completec515a0f2353f: Verifying Checksumc515a0f2353f: Download complete2def47abdae6: Download complete4ab95fa37585: Pull completeb49b2a2f9119: Verifying Checksumb49b2a2f9119: Download complete23b9806e7d7a: Verifying Checksum23b9806e7d7a: Download complete251f6be3be0f: Download complete77df5933f202: Verifying Checksum77df5933f202: Download completefd11b9527539: Verifying Checksumfd11b9527539: Download complete6b7f7c537f40: Verifying Checksum6b7f7c537f40: Download complete561ad12063d7: Verifying Checksum561ad12063d7: Download complete02b0f83c8144: Verifying Checksum02b0f83c8144: Download completef363410542aa: Verifying Checksumf363410542aa: Download completebb777ec2f169: Verifying Checksumbb777ec2f169: Download completeef05642a6c19: Pull complete6ce4105a6817: Pull complete482e731bee2c: Pull complete82b20b1785fc: Pull complete5033efba3ea4: Pull completeac061f34d5de: Pull complete3699d934db19: Pull completec70084606501: Pull complete92cba88bcd96: Pull complete87d6cf018c95: Pull complete47a5774c8fa4: Pull completea7a793f430ef: Pull complete50749af763e4: Pull complete1931ff52ea8f: Pull completed6cbdb0b2976: Pull completec21f3fb8010b: Pull complete006e8a0d5bfe: Pull complete4f4fb700ef54: Pull completebff3cbb02176: Pull completeb5138c38b1e4: Pull completef9df0a6b27ec: Pull complete199f7dd22bb1: Pull complete4704820b8848: Pull complete813e8e89161a: Pull complete3fef5dd9f9c7: Pull complete33b83451bd83: Pull completef32a57644710: Pull complete40216abfd9f1: Pull completed689b2a1b34b: Pull completec515a0f2353f: Pull complete6b7f7c537f40: Pull complete2def47abdae6: Pull completefd11b9527539: Pull completeb49b2a2f9119: Pull complete23b9806e7d7a: Pull complete251f6be3be0f: Pull complete77df5933f202: Pull completef363410542aa: Pull complete02b0f83c8144: Pull complete561ad12063d7: Pull completebb777ec2f169: Pull completeDigest: sha256:4f40afaba9cb3bfe7873dfa507d3cbd0919bdc57e78356dc26bf8ab981ba6566Status: Downloaded newer image for ocaml/opam@sha256:4f40afaba9cb3bfe7873dfa507d3cbd0919bdc57e78356dc26bf8ab981ba65662025-12-16 00:07.39 ---> using "ba6d18b62928370460223f977de9308ec394ac268d94d34b0cee5d6ca2044b67" from cache/: (comment fedora-43-5.4_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (network host)(shell "sudo dnf install -y findutils"))Updating and loading repositories:Fedora 43 - x86_64 100% | 31.0 KiB/s | 22.6 KiB | 00m01sFedora 43 - x86_64 - Updates 100% | 33.9 KiB/s | 16.3 KiB | 00m00sFedora 43 openh264 (From Cisco) - x86_ 100% | 3.6 KiB/s | 986.0 B | 00m00sRepositories loaded.Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.Nothing to do.2025-12-16 00:07.39 ---> using "ebfa901ac87bf29ca544c436b2f9cbf6f6f1bdfd291057300223062de1ad063b" from cache/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-12-16 00:07.39 ---> using "3744f82be5b6b77c96af9c3adea90de92e65e64c2cc811548d5ea0e65762bb62" 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.Continue? [Y/n] yThis 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.Format upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-12-16 00:07.40 ---> using "bb474263ea5495105e41a9e56a75be580b1f25658eb0d1b39eb4f6fdcc85d812" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 5.4.02.4.12025-12-16 00:07.40 ---> using "24297fa171fb50abf71238f13f5d2788863dfb642ff69f0b34b0ee964ecb8732" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-12-16 00:07.40 ---> using "f9b8f77de7cecf0e74a6275f4190edb64fc8391a175a0014fd0901beb2d7a51c" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD2ec6d6cc92..c65fcb1165 master -> origin/masterc65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-12-16 00:07.40 ---> using "5ef2727654c3b30d5132387703338434fc0f08c948d972b15da31b82fd6515eb" from cache/src: (copy (src ppx_import.opam) (dst ./))2025-12-16 00:07.40 ---> saved as "f19c26a1e78efc31f3f10827a45ff34f15d80b9c9dbc68cee73eb9589c9a39ca"/src: (run (network host)(shell "opam pin add -yn ppx_import.dev './'"))[ppx_import.dev] synchronised (file:///src)ppx_import is now pinned to file:///src (version dev)2025-12-16 00:07.41 ---> saved as "91743d6d0363adf6dc559e9b56ecd5425f640d0ed13a9e6cc9c848c3283956cf"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-12-16 00:07.42 ---> saved as "0d06fcfad5bcf9bae400a9834e1ca11ec6b6b86a85bc7111fa00163ed9560bac"/src: (env DEPS "base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.8 ounit.2.2.7 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_sexp_conv.v0.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.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.4 --depext-only -y ppx_import.dev $DEPS"))+ /usr/sbin/sudo "yum" "makecache"- Updating and loading repositories:- Repositories loaded.- Metadata cache created.<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[ppx_import.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.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.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-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-12-16 00:08.01 ---> saved as "124e2e9e9b1d141f843020da136434a256f1a507daf7eb0e2ad27649fdd525bc"/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.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.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-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 18 packages- install base v0.17.3- install cppo 1.8.0- install csexp 1.5.2- install dune 3.20.2- install dune-configurator 3.20.2- install ocaml-compiler-libs v0.17.0- install ocaml_intrinsics_kernel v0.17.1- install ocamlfind 1.9.8- install ounit 2.2.7- install ounit2 2.2.7- install ppx_derivers 1.2.1- install ppx_deriving 6.1.1- install ppx_sexp_conv v0.17.1- install ppxlib 0.37.0- install ppxlib_jane v0.17.4- install seq base- install sexplib0 v0.17.0- install stdlib-shims 0.3.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved base.v0.17.3 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved ocaml-compiler-libs.v0.17.0 (cached)-> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ounit.2.2.7, ounit2.2.2.7 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_deriving.6.1.1 (cached)-> retrieved ppx_sexp_conv.v0.17.1 (cached)-> retrieved ppxlib_jane.v0.17.4 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved sexplib0.v0.17.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved ppxlib.0.37.0 (cached)-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)-> installed ocamlfind.1.9.8-> installed dune.3.20.2-> installed ppx_derivers.1.2.1-> installed csexp.1.5.2-> installed ocaml_intrinsics_kernel.v0.17.1-> installed sexplib0.v0.17.0-> installed stdlib-shims.0.3.0-> installed ocaml-compiler-libs.v0.17.0-> installed cppo.1.8.0-> installed ounit2.2.2.7-> installed ounit.2.2.7-> installed dune-configurator.3.20.2-> installed base.v0.17.3-> installed ppxlib.0.37.0-> installed ppxlib_jane.v0.17.4-> installed ppx_deriving.6.1.1-> installed ppx_sexp_conv.v0.17.1Done.# To update the current shell environment, run: eval $(opam env)2025-12-16 00:10.28 ---> saved as "38b86a5957f4d57b3be24c0befa23a5f9e53c2ecb13ce58fd3dcde9191c8344a"/src: (copy (src .) (dst /src))2025-12-16 00:10.28 ---> saved as "dded1481f34fc8193ad56f1868a1af5d5114b7fba4448459956ad2da22c4af0f"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/src_test/ppx_deriving && ./test_ppx_import.exe)....Ran: 4 tests in: 0.11 seconds.OK2025-12-16 00:10.38 ---> saved as "886e08a1fcc8922810f71d40903ef63b0ea7ca2d19c8f9d40d4810148801603c"Job succeeded2025-12-16 00:10.38: Job succeeded