From owner-freebsd-current@freebsd.org Sat Feb 1 13:27:49 2020 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5C95C24EEC8 for ; Sat, 1 Feb 2020 13:27:49 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from gate.utahime.jp (gate.utahime.jp [183.180.29.210]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 488vz75YGZz4Xlv for ; Sat, 1 Feb 2020 13:27:47 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by gate.utahime.jp (Postfix) with ESMTPS id 7BBE817F49 for ; Sat, 1 Feb 2020 22:27:37 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=utahime.org; s=maybe2019112701; t=1580563657; bh=/6eGQauleLDSues2Bsybld4zBt7wW1ietKY9xLaXpO0=; h=Date:To:Subject:From:In-Reply-To:References; b=NJzNoIFy44KePkgHrbYUVPOxOnRS24zRIfsDZPCKJFWQJ5PMz95VXW5ozUFyvMvyU LGCB03ZS1uT3x/rFH4bFqAPmMPfeq/BTKSdkLxrK1tgWMmFX9bW72jk4H//7v7i607 kZWTuMP0bDQgnczB04mzOCnh/6tXvPCelKijNh8yQeTtzwLM3VluELdxF924AkghSV N0oXLCgfOez6jcuZKwoyn4dni34HNJXXCLEPMpwdxklWZM1Q7Lq4V9MaqSVuMmvtmb mYjFJ3vy53ekgNdxoglVWCwH3uzeEXZGHuwq8CSJ+a5cjplKLRLTqr1m+lpikGt1A4 Ue/YYUPh1bhZw== Received: from localhost (rolling.home.utahime.org [192.168.174.11]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by eastasia.home.utahime.org (Postfix) with ESMTPSA id 7CA05F449; Sat, 1 Feb 2020 22:27:34 +0900 (JST) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.102.1 at eastasia.home.utahime.org Date: Sat, 01 Feb 2020 22:27:25 +0900 (JST) Message-Id: <20200201.222725.920510194618963958.yasu@utahime.org> To: freebsd-current@freebsd.org Subject: Re: After update to r357104 build of poudriere jail fails with 'out of swap space' From: Yasuhiro KIMURA In-Reply-To: <20200125.234328.1043751263164767852.yasu@utahime.org> References: <20200125.234328.1043751263164767852.yasu@utahime.org> X-Mailer: Mew version 6.8 on Emacs 26.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 488vz75YGZz4Xlv X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=pass header.d=utahime.org header.s=maybe2019112701 header.b=NJzNoIFy; dmarc=none; spf=pass (mx1.freebsd.org: domain of yasu@utahime.org designates 183.180.29.210 as permitted sender) smtp.mailfrom=yasu@utahime.org X-Spamd-Result: default: False [0.54 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[utahime.org:s=maybe2019112701]; NEURAL_HAM_MEDIUM(-0.90)[-0.898,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+a:spf-authorized.utahime.org]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; RCVD_COUNT_THREE(0.00)[3]; DMARC_NA(0.00)[utahime.org]; MV_CASE(0.50)[]; DKIM_TRACE(0.00)[utahime.org:+]; NEURAL_SPAM_LONG(0.07)[0.067,0]; MID_CONTAINS_FROM(1.00)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; IP_SCORE(0.37)[ip: (0.22), ipnet: 183.180.0.0/16(0.11), asn: 2519(1.47), country: JP(0.03)]; ASN(0.00)[asn:2519, ipnet:183.180.0.0/16, country:JP]; RCVD_TLS_ALL(0.00)[] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Feb 2020 13:27:49 -0000 From: Yasuhiro KIMURA Subject: After update to r357104 build of poudriere jail fails with 'out of swap space' Date: Sat, 25 Jan 2020 23:43:28 +0900 (JST) > I use VirtualBox to run 13-CURRENT. Host is 64bit Windows 10 1909 and > spec of VM is as following. > > * 4 CPU > * 8GB memory > * 100GB disk > - 92GB ZFS pool (zroot) > - 8GB swap > > Today I updated this VM to r357104. And after that I tried to update > poudriere jail with `poudriere jail -u -j jailname -b`. But it failed > at install stage. After the failure I found following message is > written to syslog. > > Jan 25 19:18:25 rolling-vm-freebsd1 kernel: pid 7963 (strip), jid 0, uid 0, was killed: out of swap space > > To make sure I shutdown both VM and host, restarted them and tried > update of jail again. Then the problem was reproduced. > > Does anybody else experience it? Thank you everyone for explanation, suggestion, advice and investigation about this problem, and sorry for late response. I couldn't handle this problem this week because H/W trouble happend to host machine last sunday. And while I waited for the host machine to finish repairing, the problem is fixed with r357253. So today I updated this VM to r357333 and confirmed update of poudriere jail succeed without error. But at the same time I faced a new kernel panic and am investigating which revision causes it. I will report this as a new matter. --- Yasuhiro KIMURA