Organisationsmiragebloomf084961 (master)windows-server-2022-5.2_opam-2.2

windows-server-2022-5.2_opam-2.2

Link Copied
Code Copied

Logs

2024-10-28 09:40.50: New job: test mirage/bloomf https://github.com/mirage/bloomf.git#refs/heads/master (084961d207cec4c3b041baa8a62bce12a3290a55) (test:windows-server-2022-5.2_opam-2.2)
Base: windows-server-2022-ocaml-5.2
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/bloomf.git" -b "master" && cd "bloomf" && git reset --hard 084961d2
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM windows-server-2022-ocaml-5.2
# windows-server-2022-5.2_opam-2.2
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f /usr/bin/opam-2.2 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
RUN cd ~/opam-repository && (git cat-file -e 45f961713f04a0d83218c0eb2706131a40f96d54 || git fetch origin master) && git reset -q --hard 45f961713f04a0d83218c0eb2706131a40f96d54 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 bloomf.opam bloomf-bench.opam /Users/opam/Documents/./
RUN opam pin add -yn bloomf.dev '/Users/opam/Documents/./' && \
    opam pin add -yn bloomf-bench.dev '/Users/opam/Documents/./'
ENV DEPS="alcotest.1.8.0 arch-x86_64.1 astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bechamel.0.5.0 bechamel-notty.0.5.0 bitv.2.0 cmdliner.1.3.0 conf-mingw-w64-gcc-x86_64.1 cppo.1.7.0 dune.3.16.0 flexdll.0.43 fmt.0.9.0 host-arch-x86_64.1 host-system-mingw.1 mingw-w64-shims.0.2.0 notty.0.2.3 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.5 re.1.12.0 seq.base stdlib-shims.0.3.0 system-mingw.1 topkg.1.0.7 uutf.1.0.3"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y bloomf.dev bloomf-bench.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /Users/opam/Documents
RUN cd /cygdrive/c/Users/opam/Documents && opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2024-10-28 09:40.50: Using cache hint "mirage/bloomf-windows-server-2022-ocaml-5.2-windows-server-2022-5.2_opam-2.2-1195a39f46977eae6f04675669d3fe05"
2024-10-28 09:40.50: Using OBuilder spec:
((from windows-server-2022-ocaml-5.2)
 (comment windows-server-2022-5.2_opam-2.2)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (run (shell "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"))
 (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e 45f961713f04a0d83218c0eb2706131a40f96d54 || git fetch origin master) && git reset -q --hard 45f961713f04a0d83218c0eb2706131a40f96d54 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src bloomf.opam bloomf-bench.opam) (dst /Users/opam/Documents/./))
 (run (network host)
      (shell  "opam pin add -yn bloomf.dev '/Users/opam/Documents/./' && \
             \nopam pin add -yn bloomf-bench.dev '/Users/opam/Documents/./'"))
 (env DEPS "alcotest.1.8.0 arch-x86_64.1 astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bechamel.0.5.0 bechamel-notty.0.5.0 bitv.2.0 cmdliner.1.3.0 conf-mingw-w64-gcc-x86_64.1 cppo.1.7.0 dune.3.16.0 flexdll.0.43 fmt.0.9.0 host-arch-x86_64.1 host-system-mingw.1 mingw-w64-shims.0.2.0 notty.0.2.3 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.5 re.1.12.0 seq.base stdlib-shims.0.3.0 system-mingw.1 topkg.1.0.7 uutf.1.0.3")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.2 --depext-only -y bloomf.dev bloomf-bench.dev $DEPS"))
 (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst /Users/opam/Documents))
 (run (shell "cd /cygdrive/c/Users/opam/Documents && opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2024-10-28 09:40.50: Waiting for resource in pool OCluster
2024-10-28 17:20.02: Waiting for worker…
2024-10-28 20:38.30: Got resource from pool OCluster
Building on alpha
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/git/bloomf.git-9ac5a947525d0046e4746dd3be34cd3eb55f2439/.git/
HEAD is now at 084961d Merge pull request #9 from bobot/add_copy_function


(from windows-server-2022-ocaml-5.2)
2024-10-28 20:38.31 ---> using "d06d42c2ce15c2a01b42f8b17cebab1b932321c607f2ddc4dd5ddd2822e824d3" from cache


/: (comment windows-server-2022-5.2_opam-2.2)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (run (shell "ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
2024-10-28 20:38.31 ---> using "07caa043e99d274e8f5c24f90a23801bfecd8668fdfc89cbec291632f95cbe1d" from cache


/: (run (shell "opam init --reinit -ni"))


2024-10-28 20:38.31 ---> using "48ce3edf601a937b33429fd277fc6d82f6328efd928637b9587c355ec03792b9" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
CYGWIN_NT-10.0-20348 3.5.4-1.x86_64


2024-10-28 20:38.31 ---> using "51ad9d179da4b254f08dbbab0e5e269388b9181b90328f4f7a98acabc90e86a1" from cache


/: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
        (network host)
        (shell "cd ~/opam-repository && (git cat-file -e 45f961713f04a0d83218c0eb2706131a40f96d54 || git fetch origin master) && git reset -q --hard 45f961713f04a0d83218c0eb2706131a40f96d54 && git log --no-decorate -n1 --oneline && opam update -u"))
45f961713f Merge pull request #26585 from dra27/trunk-tweaks


2024-10-28 20:38.31 ---> using "1b8195dd394a993a7114af956bc6b75786d5f82ec4394fec9c55a066067cc935" from cache


/: (copy (src bloomf.opam bloomf-bench.opam) (dst /Users/opam/Documents/./))
2024-10-28 20:38.33 ---> saved as "229111590301bae5608f6a7f2eae04fb7c5dd04df3be58bd5b2947904dfc12e1"


/: (run (network host)
        (shell  "opam pin add -yn bloomf.dev '/Users/opam/Documents/./' && \
               \nopam pin add -yn bloomf-bench.dev '/Users/opam/Documents/./'"))


2024-10-28 20:39.08 ---> saved as "f8c2d92a6dd978ee2962920bad4868c397c36c2976e3b0e0914cd9a32c652ca4"


/: (env DEPS "alcotest.1.8.0 arch-x86_64.1 astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bechamel.0.5.0 bechamel-notty.0.5.0 bitv.2.0 cmdliner.1.3.0 conf-mingw-w64-gcc-x86_64.1 cppo.1.7.0 dune.3.16.0 flexdll.0.43 fmt.0.9.0 host-arch-x86_64.1 host-system-mingw.1 mingw-w64-shims.0.2.0 notty.0.2.3 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.5 re.1.12.0 seq.base stdlib-shims.0.3.0 system-mingw.1 topkg.1.0.7 uutf.1.0.3")


/: (env CI true)


/: (env OCAMLCI true)


/: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
        (network host)
        (shell "opam update --depexts && opam install --cli=2.2 --depext-only -y bloomf.dev bloomf-bench.dev $DEPS"))


2024-10-28 20:39.46 ---> saved as "b712e67a394d3f24e8d4151e5bdc64536bd674615efcd3e30f544d9894440163"


/: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
        (network host)
        (shell "opam install $DEPS"))


"/usr/bin/env" "bash" "-c" "opam install $DEPS" failed with exit status 31
2024-10-28 20:44.54: Job failed: Failed: Build failed