On 12/09/2024 11:11 am, Jan Beulich wrote:
> On 12.09.2024 10:12, GitLab wrote:
>>
>> Pipeline #1450299635 has failed!
>>
>> Project: xen ( https://gitlab.com/xen-project/hardware/xen )
>> Branch: staging ( 
>> https://gitlab.com/xen-project/hardware/xen/-/commits/staging )
>>
>> Commit: 6e7f7a0c ( 
>> https://gitlab.com/xen-project/hardware/xen/-/commit/6e7f7a0c16c4d406bda6d4a900252ff63a7c5fad
>>  )
>> Commit Message: xen/x86/pvh: handle ACPI RSDT table in PVH Dom0...
>> Commit Author: Stefano Stabellini
>> Committed by: Jan Beulich ( https://gitlab.com/jbeulich )
>>
>>
>> Pipeline #1450299635 ( 
>> https://gitlab.com/xen-project/hardware/xen/-/pipelines/1450299635 ) 
>> triggered by Jan Beulich ( https://gitlab.com/jbeulich )
>> had 4 failed jobs.
>>
>> Job #7805959443 ( 
>> https://gitlab.com/xen-project/hardware/xen/-/jobs/7805959443/raw )
>>
>> Stage: build
>> Name: opensuse-tumbleweed-gcc-debug
>> Job #7805959441 ( 
>> https://gitlab.com/xen-project/hardware/xen/-/jobs/7805959441/raw )
>>
>> Stage: build
>> Name: opensuse-tumbleweed-gcc
>> Job #7805959427 ( 
>> https://gitlab.com/xen-project/hardware/xen/-/jobs/7805959427/raw )
>>
>> Stage: build
>> Name: ubuntu-24.04-x86_64-gcc-debug
> There wasn't anything Ocaml-ish in what should be under test, yet:
>
> make -C xsd_glue install
> make[8]: Entering directory 
> '/builds/xen-project/hardware/xen/tools/ocaml/libs/xsd_glue'
> ocamldep plugin_interface_v1.ml *.mli > .ocamldep.make.tmp;   if ! cmp -s 
> .ocamldep.make.tmp .ocamldep.make; then mv -f .ocamldep.make.tmp 
> .ocamldep.make; else rm -f .ocamldep.make.tmp; fi
> /bin/sh: 1: cannot create .ocamldep.make.tmp: Permission denied
> mv: cannot stat '.ocamldep.make.tmp': No such file or directory
> ocamlc -g  -w F -warn-error F -c -o plugin_interface_v1.cmo 
> plugin_interface_v1.ml
> File "plugin_interface_v1.ml", line 1:
> Error: Could not find the .cmi file for interface plugin_interface_v1.mli.
> make[8]: *** 
> [/builds/xen-project/hardware/xen/tools/ocaml/libs/xsd_glue/../../Makefile.rules:25:
>  plugin_interface_v1.cmo] Error 2
> make[8]: Leaving directory 
> '/builds/xen-project/hardware/xen/tools/ocaml/libs/xsd_glue'
>
> I have no clue at all what's going on here.

That's from last week.  Plenty of subsequent runs have passed, even in
ubuntu 24.04.

What was new in that change was an extra subdirectory, so it could be a
parallel make issue.  However, I thought the Ocaml build was
non-parallel generally.

The other suspicious thing is "cannot create .ocamldep.make.tmp:
Permission denied" which might point to problems on the runner,
qubes-ambrosia.

~Andrew

Reply via email to