[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: xen | Failed pipeline for staging | 9dd3caf1
- To: "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Tue, 4 Jul 2023 17:39:10 +0200
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=suse.com; dmarc=pass action=none header.from=suse.com; dkim=pass header.d=suse.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=q7zz3Rsy8pxP/JX0TStDJWFtTNM4S9ARPkklH004b2Q=; b=VD7/fmDZA2vBrtqWzDR0j7Jn8IkKvuI+fZLr7QQNpbKWledEDIvMtdQ5i1OayXXnMkhF/GaxZR4W8kL8VSPTAsaj23cpfbN0Tn7rfHdafSi+d0c9U4m8C7tFjamnsJnwFTt9L6tDXs9sdvwVWh1WOzkyNqHRLNCBxtFGdPhmt/DQlAP589GIicuTgTeqU8Cv/IuoKfKRjifSGP4ajkJ+/OPmuxrydQ6B5Ta5c40ofBdDyV2wt0U3jblGfxPVdK3Syjo9o60XMM5ukxd4Bixi3UEesDWrwrHr3aH71EFUlS3AWRggBiHdrZPxZcRlF43yfNg+YbkjRJUcoZlTsIfV0Q==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=HeXbFAI7YI7FdIKyOXo/rpCLLePIt+zeCnq1yR8oaXq2Ve0OPb8KuLFVu2iTaZ+KH76yyqZjJUrptS5qo3eJI8bLZFoWr6/0u/QrSZ6QPgLYbQvs5158SLyd+1SCIWhTWdBPNVdmEMIKvQC8s1Hgh5ZAgBkuJzRdz0McbAkChhlH5hhwfo0xhU/xD5ramP9TJu+SLUshJ3mRtZ2mubL2YWylR35yBMR3uJcunmZ22t4ZrY0gyUM8hY0JmP5bhj2i0QFVjULiP61FfheUOSYHSdcCQvIUnskeM6fas3WGe/h/fpj8ZnGLvqY6ROMOjZaOEN4Ho8y989+jHyatXa6JEg==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Delivery-date: Tue, 04 Jul 2023 15:39:25 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 30.06.2023 16:50, GitLab wrote:
>
>
> Pipeline #917215286 has failed!
>
> Project: xen ( https://gitlab.com/xen-project/xen )
> Branch: staging ( https://gitlab.com/xen-project/xen/-/commits/staging )
>
> Commit: 9dd3caf1 (
> https://gitlab.com/xen-project/xen/-/commit/9dd3caf12f52b859947c260b1cb3a48b491d53b6
> )
> Commit Message: {x86,arm}/mm.c: Make populate_pt_range __init
>
> ...
> Commit Author: George Dunlap
> Committed by: George Dunlap
>
>
> Pipeline #917215286 (
> https://gitlab.com/xen-project/xen/-/pipelines/917215286 ) triggered by Ganis
> ( https://gitlab.com/ganis )
> had 3 failed jobs.
>
> Job #4573553348 ( https://gitlab.com/xen-project/xen/-/jobs/4573553348/raw )
>
> Stage: build
> Name: opensuse-tumbleweed-gcc-debug
> Job #4573553345 ( https://gitlab.com/xen-project/xen/-/jobs/4573553345/raw )
>
> Stage: build
> Name: opensuse-tumbleweed-gcc
While iirc the above continue to be expected, ...
> Job #4573553188 ( https://gitlab.com/xen-project/xen/-/jobs/4573553188/raw )
>
> Stage: build
> Name: debian-unstable-gcc-debug-arm64-randconfig
... this one has
ld -EL --no-warn-rwx-segments -T arch/arm/xen.lds -N prelink.o \
./common/symbols-dummy.o -o ./.xen-syms.0
ld: Xen is too big
in its build log. Whatever the .config, I'm inclined to say this should
not happen.
Jan
|