From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 5BB3028E4 for ; Sat, 28 May 2022 16:05:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1653753944; x=1685289944; h=date:from:to:cc:subject:message-id:mime-version; bh=41f6nQqX5SfJr8qZx9k03+3R+1jTiVNNGqfIrJHosSU=; b=YZEmIleGuy8NWvSr5yTtuRDiIZ9xtx2Qs+xixV/wg84PUO7Z8RB4wxkh zvsdYu3qQJ+g5JMxzY8/MAJyBc2DiroI5t5FeM50YjFljYkR31rWkUWQr eBaXbSifnabt1aoXrCk1AGcl1Gf4MY9iz2xuQvHP/GSBT9xQ1+GE0nFwE eHH+76hZnc//erD7+7RpCiPZyQ1ki2kqn1PoXBIWww0lwpWTrohTN/fr/ 2jyFjBJmYxq3KyMBP+VcL3VU0qGL+ubK2oPS22SGg66lceYMZQaUCbYu0 3E3Q72bFLO++VR1Aif1O2yOao40nT2iqTfmJyHbFcJISxUmOC8RsXUyr3 A==; X-IronPort-AV: E=McAfee;i="6400,9594,10361"; a="335339373" X-IronPort-AV: E=Sophos;i="5.91,258,1647327600"; d="scan'208";a="335339373" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 May 2022 09:05:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.91,258,1647327600"; d="scan'208";a="705582803" Received: from lkp-server01.sh.intel.com (HELO 60dabacc1df6) ([10.239.97.150]) by orsmga004.jf.intel.com with ESMTP; 28 May 2022 09:05:42 -0700 Received: from kbuild by 60dabacc1df6 with local (Exim 4.95) (envelope-from ) id 1nuywf-0000Jg-FX; Sat, 28 May 2022 16:05:41 +0000 Date: Sun, 29 May 2022 00:04:48 +0800 From: kernel test robot To: Heiko Carstens Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org, linux-kernel@vger.kernel.org Subject: llvm-objcopy: error: invalid output format: 'elf64-s390' Message-ID: <202205290045.gOvUOkt3-lkp@intel.com> Precedence: bulk X-Mailing-List: llvm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi Heiko, FYI, the error/warning still remains. tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 9d004b2f4fea97cde123e7f1939b80e77bf2e695 commit: adda746629b4a3950f313bc645fa0e54daee871c s390/purgatory: workaround llvm's IAS limitations date: 11 days ago config: s390-randconfig-c005-20220527 (https://download.01.org/0day-ci/archive/20220529/202205290045.gOvUOkt3-lkp@intel.com/config) compiler: clang version 15.0.0 (https://github.com/llvm/llvm-project 0fbe3f3f486e01448121f7931a4ca29fac1504ab) reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # install s390 cross compiling tool for clang build # apt-get install binutils-s390x-linux-gnu # https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=adda746629b4a3950f313bc645fa0e54daee871c git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git git fetch --no-tags linus master git checkout adda746629b4a3950f313bc645fa0e54daee871c # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=s390 SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable Reported-by: kernel test robot All errors (new ones prefixed by >>): >> llvm-objcopy: error: invalid output format: 'elf64-s390' -- 0-DAY CI Kernel Test Service https://01.org/lkp