Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp3984514ybl; Mon, 26 Aug 2019 03:44:25 -0700 (PDT) X-Google-Smtp-Source: APXvYqzZL/NaIqrcogPi+74gQunbv8QNTLHYcI6qja+iKQZQ3Duc+MpV6hsOKx2qiLg04Onc4cRp X-Received: by 2002:a17:902:524:: with SMTP id 33mr18570982plf.27.1566816265364; Mon, 26 Aug 2019 03:44:25 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1566816265; cv=none; d=google.com; s=arc-20160816; b=bc6PPrSDz01ga4gmcgX7UuiQfzFsI2IT0tNgfzrcMuTjtLNs5Az1WESC63ymDvgtsL ve1KEuewMsxf876zvhjJRbRwscaFrRshmc8AWyoJBwR9mFDSpn6VKBMkKlgVT9fwUytx OId/rUqNqDqXW/5YHomFQv5w02G4SyP5lPKLMNw5WwcLBn91fsCph5fWVN4oDxDkQYry EGSZvVTOEgHaTC7jkG6MV+o3z9l+5LXv4opbrlQTny0BRm6a6/Wm4dF2rA0lDZZ5NpSL /pu2KBiFfoc+i94V0A24lE5CDVo75hyVIX2ezJzhh7veGoK6lgBy5Rz+0V34kHKajFtW blKQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=Nd5WhyJGT4Gnp4LLiU8y2CxCvRfBfXxj33hA2txdFag=; b=Auq4ryRYFLblDzqgORByKM/1zrQbkxsSPo4TjsX1SdORT10gQ7ISAG1QaB2Ns3CE3b we3ochJdwNwnCuisMyXvo2nHDo462JkIBooQW/Nk4O/zcIs+z8xCv0O36nol6X8MApE4 CyDYhps0uDh342U/oMGiqSNXz0uRXM+cPNW/tR2Xcm5Pl5KfLzLXuSJkDQYaHdTlgigp C6rQUWoo7HVWq/P9SXDtX+nwepYXszUswkAeByBrhKEfHqdhZ+9y+gqnrqn9tCShSaGi 789+4Iz61mmnzpfkrwSjhc9PLFwf3aJzjbpJ0aNrkteryTl3WaWlPSQtaTdb5N2zdVCh UTdw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id o1si8936537pjt.51.2019.08.26.03.44.10; Mon, 26 Aug 2019 03:44:25 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730418AbfHZKeS (ORCPT + 99 others); Mon, 26 Aug 2019 06:34:18 -0400 Received: from mx2.suse.de ([195.135.220.15]:51236 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727176AbfHZKeS (ORCPT ); Mon, 26 Aug 2019 06:34:18 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 0C684ABC4; Mon, 26 Aug 2019 10:34:16 +0000 (UTC) Date: Mon, 26 Aug 2019 12:41:27 +0200 From: Cyril Hrubis To: Naresh Kamboju Cc: ltp@lists.linux.it, Linux-Next Mailing List , open list , alexey.kodanev@oracle.com, the_hoang0709@yahoo.com, Jan Stancek Subject: Re: Linux-next-20190823: x86_64/i386: prot_hsymlinks.c:325: Failed to run cmd: useradd hsym Message-ID: <20190826104127.GA14729@haruka> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi! > Do you see this LTP prot_hsymlinks failure on linux next 20190823 on > x86_64 and i386 devices? > > test output log, > useradd: failure while writing changes to /etc/passwd > useradd: /home/hsym was created, but could not be removed This looks like an unrelated problem, failure to write to /etc/passwd probably means that filesystem is full or some problem happend and how is remounted RO. I do not see the kernel messages from this job anywhere at the job pages, is it stored somewhere? -- Cyril Hrubis chrubis@suse.cz