From owner-freebsd-testing@freebsd.org Sun Nov 8 16:19:39 2015 Return-Path: Delivered-To: freebsd-testing@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD489A2921A for ; Sun, 8 Nov 2015 16:19:38 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from mail-io0-x22e.google.com (mail-io0-x22e.google.com [IPv6:2607:f8b0:4001:c06::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A6DB01CF7 for ; Sun, 8 Nov 2015 16:19:38 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: by ioll68 with SMTP id l68so166753901iol.3 for ; Sun, 08 Nov 2015 08:19:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=p6m7g8_com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=WcxNCSeP2pvw5QV8cFeHyt3CYO5H+XmZqlKTr/UvHXg=; b=kaojlCMREFJH5CPujEqq4iSy1nckrSZR/nhaR9XfSWTPRHoqBB1B+h9RuRuKf3Vut0 2/4FDSiY/ZqEwWxtCaZxy1v3nhz6kY9WsD6uT5JovNrU4WUgdB/k9xyK0ZfAAuqynIfl T/1KDR+CsM4vBNeZoiBl7DvMpQ/sPOxDqNjGb3ChT5B6MiEEpQpvdXOhg/2euT/I7t/L 37XvAGEwhQCcfR9SuPeVBl4VneWPHP1WEh6MEAKavRjt5bmxhcZsebw6tspacI5Dc78E IVcmSFqWlZdVz+bMoS+cbPtBRBZxjzAUP2TUsL1o+/NcK4mLklOwqkNgn4CSaZA8GBLd XZvg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=WcxNCSeP2pvw5QV8cFeHyt3CYO5H+XmZqlKTr/UvHXg=; b=feRq3fQk26pU4Q6TEH1Xxkeij77G5jdtJeTt57TdIhGUiue78vlsKbHEWf8TOuEg4u +hUCVoJz8zaPQmVv5pJbmEZA1jpxJT+yen6/8i4dEA2vLlaVJbJ8iP7zsaGuNTi8joOK mU1shzJ7b9SREvki6ApdSKDTIj+4Egvh+81abHaf9cs04mxU3jg/lpCxiRrJvxu8T6D7 yZOfNx1MBUxkIzOebJxCeemF7ncFZoHv98wknbMOpc/AIAfTkAAkwgYEdoFWhBoHmS1w 8U30TQTVhm5hAnUSQqfVN1/bWb2Qc7x1YEGKhq8Ct1mkssFBjWeOLJDKyxupx0lQ/jPI nxJg== X-Gm-Message-State: ALoCoQlVHC1R4SPzPaHH7b9PJVoKaDWvFDjV7xYtccaZ4tPVzgvS3sNZpqctdleQoVgjIcumJAmT MIME-Version: 1.0 X-Received: by 10.107.132.11 with SMTP id g11mr6636876iod.56.1446999577782; Sun, 08 Nov 2015 08:19:37 -0800 (PST) Received: by 10.50.104.135 with HTTP; Sun, 8 Nov 2015 08:19:37 -0800 (PST) X-Originating-IP: [2600:1003:b009:11bd:7ce2:3f9c:b8aa:5eb3] In-Reply-To: References: Date: Sun, 8 Nov 2015 11:19:37 -0500 Message-ID: Subject: Re: Call for Help: need script for patching ports tree, building with poudriere From: "Philip M. Gollucci" To: Craig Rodrigues Cc: "freebsd-testing@freebsd.org" , ports Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 16:19:39 -0000 Look at pgollucci/freebsd-bugzilla-cli On Saturday, November 7, 2015, Craig Rodrigues wrote: > Hi, > > I've been working on some advanced scripting with Eitan Adler. > We are interested in experimenting with integrating Jenkins + Phabricator > using: https://wiki.jenkins-ci.org/display/JENKINS/Phabricator+Plugin > For starters, we want to see what we can accomplish with ports. > > Can someone provide a script that does the following: > > (1) Takes a patch file > (2) Applies the patch file to a checked out ports tree > (3) If patching fails, quit and report an error > (4) If patch succeeds, do a simple guess to figure out which ports were > affected > (5) Create a file build.ports.txt which lists these ports, and can be used > as input > to poudriere, by invoking: > > poudriere bulk -f build.ports.txt > > (6) In addition, run portlint, port test, and any other appropriate > scripts to > test that the patched ports following the porting style guidelines. > > For example, if the patch in this review was submitted: > https://reviews.freebsd.org/D3791 > then a build.ports.txt file with this content would be created: > > > databases/py-Pyrseas > databases/py-pylibmc > databases/py-redis > deskutils/py-bugwarrior > deskutils/py-taskw > devel/py-Jinja2 > devel/py-TGScheduler > devel/py-apscheduler > devel/py-asn1 > devel/py-asyncio > devel/py-biplist > devel/py-check-manifest > devel/py-circuits > devel/py-dateutil > devel/py-doit > devel/py-fabric > devel/py-filemagic > devel/py-foolscap > devel/py-freezegun > devel/py-future > devel/py-lazy > devel/py-logan > devel/py-mock > devel/py-nose > devel/py-phabricator > devel/py-pip > devel/py-protobuf > devel/py-pyflakes > devel/py-pygit2 > devel/py-pygithub > devel/py-pytest-cache > devel/py-pytest > devel/py-python-bugzilla > devel/py-sanetime > devel/py-scripttest > devel/py-semantic_version > devel/py-setuptools > devel/py-simplejson > devel/py-tox > devel/py-twiggy > devel/py-tzlocal > devel/py-virtualenv > finance/py-stripe > ftp/py-pyftpdlib > math/py-graphillion > math/py-pycosat > net/py-beanstalkc > net/py-eventlet > net/py-netaddr > net/py-oauth2 > net/py-pynsq > net/py-pyzmq > net/py-twitter-tools > net/turses > science/py-h5py > security/py-cryptography > security/py-ecdsa > security/py-libnacl > security/py-oauthlib > security/py-openssl > security/py-pycrypto > security/py-pysha3 > sysutils/py-nagiosplugin > sysutils/py-supervisor > textproc/py-diff-match-patch > textproc/py-mistune > textproc/py-transifex-client > textproc/py-wtforms > www/geeknote > www/py-aiohttp > www/py-bleach > www/py-cactus > www/py-django-contrib-comments > www/py-django-mezzanine > www/py-feedgenerator > www/py-flask-wtf > www/py-flexget > www/py-gandi.cli > www/py-grequests > www/py-gunicorn > www/py-pelican > www/py-praw > www/py-pyjwt > www/py-rackspace-monitoring > www/py-requests-oauthlib > www/py-requests > www/py-slimit > www/py-slumber > > and poudriere would be invoked to build those ports. > > Does such a script exist? > > If not, would someone by interested in working on such a script, and > providing it > via GitHub at https://github.com/freebsd/freebsd-ci/ ? > > Thanks. > > -- > Craig > _______________________________________________ > freebsd-testing@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-testing > To unsubscribe, send any mail to "freebsd-testing-unsubscribe@freebsd.org > " > -- --------------------------------------------------------------------------------- Curb: Your ride is here 4096R/D21D2752 ECDF B597 B54B 7F92 753E E0EA F699 A450 D21D 2752 Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 Member, Apache Software Foundation Committer, FreeBSD Foundation Consultant, P6M7G8 Inc. Sr. Director IT Operations, Curb What doesn't kill us can only make us stronger; Except it almost kills you. From owner-freebsd-testing@freebsd.org Mon Nov 9 02:20:00 2015 Return-Path: Delivered-To: freebsd-testing@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 509E0A24E51; Mon, 9 Nov 2015 02:20:00 +0000 (UTC) (envelope-from ricky1252@hotmail.com) Received: from SNT004-OMC1S17.hotmail.com (snt004-omc1s17.hotmail.com [65.55.90.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "*.outlook.com", Issuer "MSIT Machine Auth CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 21ACE19E7; Mon, 9 Nov 2015 02:19:59 +0000 (UTC) (envelope-from ricky1252@hotmail.com) Received: from SNT146-W82 ([65.55.90.8]) by SNT004-OMC1S17.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Sun, 8 Nov 2015 18:18:52 -0800 X-TMN: [yZlq4cMxXWyJMb1F1sj+cvXxDXWoO6Lj] X-Originating-Email: [ricky1252@hotmail.com] Message-ID: From: Ricky G To: Craig Rodrigues CC: "freebsd-testing@freebsd.org" , "freebsd-ports@freebsd.org" Subject: RE: Call for Help: need script for patching ports tree, building with poudriere Date: Sun, 8 Nov 2015 21:18:52 -0500 Importance: Normal In-Reply-To: References: MIME-Version: 1.0 X-OriginalArrivalTime: 09 Nov 2015 02:18:52.0965 (UTC) FILETIME=[FA710D50:01D11A94] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 02:20:00 -0000 Hello=2C=20 Started working on a simple sh script to do as requested. So far have 1=2C= 2=2C4=2C5 complete. There is much error checking to be added still though. = Wanted to ask a few things first. 2- Does port tree checkout matter? Right now my script assumes svnlite gene= rated the patch at the root of the tree5- Does duplicates matter? poudriere= doesn't care but is this strictly for poudriere?6- How should the output b= e handled? > Date: Sat=2C 7 Nov 2015 00:28:28 -0800 > Subject: Call for Help: need script for patching ports tree=2C building w= ith poudriere > From: rodrigc@FreeBSD.org > To: freebsd-testing@freebsd.org=3B freebsd-ports@freebsd.org >=20 > Hi=2C >=20 > I've been working on some advanced scripting with Eitan Adler. > We are interested in experimenting with integrating Jenkins + Phabricator > using: https://wiki.jenkins-ci.org/display/JENKINS/Phabricator+Plugin > For starters=2C we want to see what we can accomplish with ports. >=20 > Can someone provide a script that does the following: >=20 > (1) Takes a patch file > (2) Applies the patch file to a checked out ports tree > (3) If patching fails=2C quit and report an error > (4) If patch succeeds=2C do a simple guess to figure out which ports wer= e > affected > (5) Create a file build.ports.txt which lists these ports=2C and can be = used > as input > to poudriere=2C by invoking: >=20 > poudriere bulk -f build.ports.txt >=20 > (6) In addition=2C run portlint=2C port test=2C and any other appropriat= e > scripts to > test that the patched ports following the porting style guidelines. >=20 > For example=2C if the patch in this review was submitted: > https://reviews.freebsd.org/D3791 > then a build.ports.txt file with this content would be created: >=20 >=20 > databases/py-Pyrseas > databases/py-pylibmc > databases/py-redis > deskutils/py-bugwarrior > deskutils/py-taskw > devel/py-Jinja2 > devel/py-TGScheduler > devel/py-apscheduler > devel/py-asn1 > devel/py-asyncio > devel/py-biplist > devel/py-check-manifest > devel/py-circuits > devel/py-dateutil > devel/py-doit > devel/py-fabric > devel/py-filemagic > devel/py-foolscap > devel/py-freezegun > devel/py-future > devel/py-lazy > devel/py-logan > devel/py-mock > devel/py-nose > devel/py-phabricator > devel/py-pip > devel/py-protobuf > devel/py-pyflakes > devel/py-pygit2 > devel/py-pygithub > devel/py-pytest-cache > devel/py-pytest > devel/py-python-bugzilla > devel/py-sanetime > devel/py-scripttest > devel/py-semantic_version > devel/py-setuptools > devel/py-simplejson > devel/py-tox > devel/py-twiggy > devel/py-tzlocal > devel/py-virtualenv > finance/py-stripe > ftp/py-pyftpdlib > math/py-graphillion > math/py-pycosat > net/py-beanstalkc > net/py-eventlet > net/py-netaddr > net/py-oauth2 > net/py-pynsq > net/py-pyzmq > net/py-twitter-tools > net/turses > science/py-h5py > security/py-cryptography > security/py-ecdsa > security/py-libnacl > security/py-oauthlib > security/py-openssl > security/py-pycrypto > security/py-pysha3 > sysutils/py-nagiosplugin > sysutils/py-supervisor > textproc/py-diff-match-patch > textproc/py-mistune > textproc/py-transifex-client > textproc/py-wtforms > www/geeknote > www/py-aiohttp > www/py-bleach > www/py-cactus > www/py-django-contrib-comments > www/py-django-mezzanine > www/py-feedgenerator > www/py-flask-wtf > www/py-flexget > www/py-gandi.cli > www/py-grequests > www/py-gunicorn > www/py-pelican > www/py-praw > www/py-pyjwt > www/py-rackspace-monitoring > www/py-requests-oauthlib > www/py-requests > www/py-slimit > www/py-slumber >=20 > and poudriere would be invoked to build those ports. >=20 > Does such a script exist? >=20 > If not=2C would someone by interested in working on such a script=2C and > providing it > via GitHub at https://github.com/freebsd/freebsd-ci/ ? >=20 > Thanks. >=20 > -- > Craig > _______________________________________________ > freebsd-ports@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe=2C send any mail to "freebsd-ports-unsubscribe@freebsd.org= " = From owner-freebsd-testing@freebsd.org Mon Nov 9 07:26:52 2015 Return-Path: Delivered-To: freebsd-testing@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A42E2A2A8BD for ; Mon, 9 Nov 2015 07:26:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 90ADC15F1 for ; Mon, 9 Nov 2015 07:26:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tA97Qq3p046660 for ; Mon, 9 Nov 2015 07:26:52 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-testing@freebsd.org Subject: [Bug 201286] tools/regression/security/open_to_operation/open_to_operation.c:172: bad if test ? Date: Mon, 09 Nov 2015 07:26:52 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: tests X-Bugzilla-Version: 10.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-testing@freebsd.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: mfc-stable9? mfc-stable10? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 07:26:52 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201286 --- Comment #3 from commit-hook@freebsd.org --- A commit references this bug: Author: ngie Date: Mon Nov 9 07:26:34 UTC 2015 New revision: 290580 URL: https://svnweb.freebsd.org/changeset/base/290580 Log: MFC r290190,r290251: r290190: Fix compiler warnings with open_to_operation.c Other sidenotes: - Remove unused variables with main(..) - Convert errx/exit with -1 to errx/exit with 1 - Fix a bogus test in try_directory_open (expected_errno == expected_errno -> errno == expected_errno) [*] - Fix some warnings related to discarded qualifiers - Remove a bogus else-statement at the end of check_mmap_exec(..) in the successful case. mmap(2), POSIX, Linux, etc all don't state what the behavior is when mixing O_WRONLY + PROT_EXEC, so assume success for now to get the test program to pass again. PR: 201286 [*] Submitted by: David Binderman Sponsored by: EMC / Isilon Storage Division r290251: Use nitems(x) instead of sizeof(x)/sizeof(x[0]) Sponsored by: EMC / Isilon Storage Division Changes: _U stable/10/ stable/10/tools/regression/security/open_to_operation/Makefile stable/10/tools/regression/security/open_to_operation/open_to_operation.c -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-testing@freebsd.org Mon Nov 9 07:28:54 2015 Return-Path: Delivered-To: freebsd-testing@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 353A7A2A92F for ; Mon, 9 Nov 2015 07:28:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0840F18A6 for ; Mon, 9 Nov 2015 07:28:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tA97Srcj049152 for ; Mon, 9 Nov 2015 07:28:53 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-testing@freebsd.org Subject: [Bug 201286] tools/regression/security/open_to_operation/open_to_operation.c:172: bad if test ? Date: Mon, 09 Nov 2015 07:28:54 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: tests X-Bugzilla-Version: 10.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-testing@freebsd.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: mfc-stable9? mfc-stable10? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 07:28:54 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201286 --- Comment #4 from commit-hook@freebsd.org --- A commit references this bug: Author: ngie Date: Mon Nov 9 07:28:17 UTC 2015 New revision: 290581 URL: https://svnweb.freebsd.org/changeset/base/290581 Log: MFstable/10 r290580: MFC r290190,r290251: r290190: Fix compiler warnings with open_to_operation.c Other sidenotes: - Remove unused variables with main(..) - Convert errx/exit with -1 to errx/exit with 1 - Fix a bogus test in try_directory_open (expected_errno == expected_errno -> errno == expected_errno) [*] - Fix some warnings related to discarded qualifiers - Remove a bogus else-statement at the end of check_mmap_exec(..) in the successful case. mmap(2), POSIX, Linux, etc all don't state what the behavior is when mixing O_WRONLY + PROT_EXEC, so assume success for now to get the test program to pass again. PR: 201286 [*] Submitted by: David Binderman Sponsored by: EMC / Isilon Storage Division r290251: Use nitems(x) instead of sizeof(x)/sizeof(x[0]) Sponsored by: EMC / Isilon Storage Division Changes: _U stable/9/ _U stable/9/tools/ _U stable/9/tools/regression/ stable/9/tools/regression/security/open_to_operation/Makefile stable/9/tools/regression/security/open_to_operation/open_to_operation.c -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-testing@freebsd.org Mon Nov 9 09:43:59 2015 Return-Path: Delivered-To: freebsd-testing@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D9F6A2A49E for ; Mon, 9 Nov 2015 09:43:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 55E5E1A2F for ; Mon, 9 Nov 2015 09:43:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tA99hxwO026074 for ; Mon, 9 Nov 2015 09:43:59 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-testing@freebsd.org Subject: [Bug 201286] tools/regression/security/open_to_operation/open_to_operation.c:172: bad if test ? Date: Mon, 09 Nov 2015 09:43:59 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: tests X-Bugzilla-Version: 10.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: ngie@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-testing@freebsd.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: mfc-stable9? mfc-stable10? X-Bugzilla-Changed-Fields: resolution bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 09:43:59 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201286 NGie Cooper changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|In Progress |Closed -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-testing@freebsd.org Mon Nov 9 09:44:09 2015 Return-Path: Delivered-To: freebsd-testing@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DFDFFA2A4BB for ; Mon, 9 Nov 2015 09:44:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CA3611A60 for ; Mon, 9 Nov 2015 09:44:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tA99i96Z026387 for ; Mon, 9 Nov 2015 09:44:09 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-testing@freebsd.org Subject: [Bug 201286] tools/regression/security/open_to_operation/open_to_operation.c:172: bad if test ? Date: Mon, 09 Nov 2015 09:44:09 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: tests X-Bugzilla-Version: 10.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: ngie@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-testing@freebsd.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: mfc-stable9+ mfc-stable10+ X-Bugzilla-Changed-Fields: flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 09:44:10 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201286 NGie Cooper changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|mfc-stable9?, mfc-stable10? |mfc-stable9+, mfc-stable10+ -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-testing@freebsd.org Mon Nov 9 21:55:39 2015 Return-Path: Delivered-To: freebsd-testing@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC87CA2ADBC; Mon, 9 Nov 2015 21:55:39 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: from mail-yk0-x230.google.com (mail-yk0-x230.google.com [IPv6:2607:f8b0:4002:c07::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9B31A1DBD; Mon, 9 Nov 2015 21:55:39 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: by ykfs79 with SMTP id s79so59818041ykf.1; Mon, 09 Nov 2015 13:55:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=w7Bq+b7y0JwZR66ZFn+JbW2sTDTDxYesT063KuVbMEc=; b=OAdkxEfNTSdyAcxqIpRW937snKIDZo3P/CVGfXrMsH40GD/gjqSNXpTFVxwFeuJIWP gDGMvzN8a5bobkUhaTzhI4B4ASLkCZgUsduA04KNMUEcvwQNyloaIH2Cz6Pr72pfcL/b IFSUkoG3LmS/4MqiAQrsCOdpc7MCyuM03FyyLgj9JOI1OdLNJPc/jarTBRNgjFc1O3EW zW/qJghrna+KPwj/iCf3jPvPpsW2SxorgNSNyKaaBySYkukLzk19M7qC8sfL/EyDtPHD eEPiWSWbbeZR3UEsGueoBDLyy6f8B8rl0iT/0jHZ55J0tWdVR1SvmkDdbXWIR4M6ARoG k6rA== MIME-Version: 1.0 X-Received: by 10.129.146.197 with SMTP id j188mr143297ywg.19.1447106138551; Mon, 09 Nov 2015 13:55:38 -0800 (PST) Sender: crodr001@gmail.com Received: by 10.37.95.9 with HTTP; Mon, 9 Nov 2015 13:55:38 -0800 (PST) In-Reply-To: References: Date: Mon, 9 Nov 2015 13:55:38 -0800 X-Google-Sender-Auth: gbN3kYz6mheilOJ-yeK5asHLkEQ Message-ID: Subject: Re: Call for Help: need script for patching ports tree, building with poudriere From: Craig Rodrigues To: Ricky G Cc: "freebsd-testing@freebsd.org" , "freebsd-ports@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 21:55:40 -0000 On Sun, Nov 8, 2015 at 6:18 PM, Ricky G wrote: > Hello, > > Started working on a simple sh script to do as requested. So far have > 1,2,4,5 complete. There is much error checking to be added still though. > Wanted to ask a few things first. > > 2- Does port tree checkout matter? Right now my script assumes svnlite > generated the patch at the root of the tree > 5- Does duplicates matter? poudriere doesn't care but is this strictly for > poudriere? > 6- How should the output be handled? > > The script should not worry about the port tree checkout so much, since that will probably be done outside the script. For now, if the script assumes that the port checkout is an SVN tree, and you can run SVN operations on it, that should be sufficient. For duplicates, I don't think it matters so much. I believe poudriere is smart enough so that if you pass it a list of ports with duplicate entries, it does the right thing. At this point, the output format is not so important. For now, making sure that error status is propagated as a return value from the script (0 on success, non-zero on failure) is a good start. The only other suggestion that I have is that when you work on the script, make sure that you put a proper license in it (BSD license preferred). Thanks. -- Craig From owner-freebsd-testing@freebsd.org Tue Nov 10 13:01:40 2015 Return-Path: Delivered-To: freebsd-testing@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3891A2BCF1 for ; Tue, 10 Nov 2015 13:01:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DF6931BCE for ; Tue, 10 Nov 2015 13:01:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tAAD1etH090782 for ; Tue, 10 Nov 2015 13:01:40 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-testing@freebsd.org Subject: [Bug 198079] The WITHOUT_DYNAMIC_ROOT option should be tested with Jenkins. Date: Tue, 10 Nov 2015 13:01:40 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Services X-Bugzilla-Component: Testing & CI X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ngie@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: jenkins-admin@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to version component cc product Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 13:01:41 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198079 NGie Cooper changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-testing@freebsd.org |jenkins-admin@FreeBSD.org Version|11.0-CURRENT |unspecified Component|tests |Testing & CI CC| |ngie@FreeBSD.org Product|Base System |Services -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-testing@freebsd.org Tue Nov 10 23:22:31 2015 Return-Path: Delivered-To: freebsd-testing@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9D72A2BC39; Tue, 10 Nov 2015 23:22:31 +0000 (UTC) (envelope-from ricky1252@hotmail.com) Received: from SNT004-OMC1S29.hotmail.com (snt004-omc1s29.hotmail.com [65.55.90.40]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "*.outlook.com", Issuer "MSIT Machine Auth CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7E2B2115C; Tue, 10 Nov 2015 23:22:31 +0000 (UTC) (envelope-from ricky1252@hotmail.com) Received: from SNT146-W14 ([65.55.90.8]) by SNT004-OMC1S29.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Tue, 10 Nov 2015 15:21:24 -0800 X-TMN: [aftQPPiB7eOY0VGaNhuCqaxiZCOX9z7l] X-Originating-Email: [ricky1252@hotmail.com] Message-ID: From: Ricky G To: Craig Rodrigues CC: "freebsd-testing@freebsd.org" , "freebsd-ports@freebsd.org" Subject: RE: Call for Help: need script for patching ports tree, building with poudriere Date: Tue, 10 Nov 2015 18:21:23 -0500 Importance: Normal In-Reply-To: References: , , MIME-Version: 1.0 X-OriginalArrivalTime: 10 Nov 2015 23:21:24.0057 (UTC) FILETIME=[84062490:01D11C0E] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 23:22:31 -0000 Almost finished with this=2C just wanted to give an update. I named this s= cript portest=2C I still need to add a few more things and do some bug test= ing but so far it seems to work pretty well. This is the usage page for the= script. Usage: portest [-f bulkfile] [-apPrRtv] patchfile Options: -a -- Do everything except revert (-ptf build.ports.txt) = -f -- Generate a poudiere usable bulk file -p -- Patch and g= ive output -P -- Do not exit on failed patch -r -- Revert t= he files listed in patchfile -R -- Paranoid revert=2C will remove a= nd restore anything and everything the patchfile may have cha= nged or added -t -- Test with portlint -v -- Show version o= f portest By default=2C (no options) portest shows the ports that will be modified Decided to add the -a option to do the task you asked for specifically. So= far every option works on the patch you supplied and several others I had = laying around. One thing that it will not detect is if slave port will be a= ffected by the change=2C also changes to Uses or any other non CAT/PORT dir= ectory will not be detected. I'm still trying to figure out how to solve th= ese problem. Are they important? or not so much? Right now on my todo is to add a config file to change the default setting= s=2C Add a -T option that will do port test or poudrieretesting depending o= n what was selected in the config file. Also later on choose between svn=2C= git or portsnap. Once i'm finished adding the config file ill post it for = some testing and if you can give me some feedback on what else you need or = don't like. Ultima Date: Mon=2C 9 Nov 2015 13:55:38 -0800 Subject: Re: Call for Help: need script for patching ports tree=2C building= with poudriere From: rodrigc@FreeBSD.org To: ricky1252@hotmail.com CC: freebsd-testing@freebsd.org=3B freebsd-ports@freebsd.org On Sun=2C Nov 8=2C 2015 at 6:18 PM=2C Ricky G wrote= : =0A= =0A= =0A= Hello=2C=20 Started working on a simple sh script to do as requested. So far have 1=2C= 2=2C4=2C5 complete. There is much error checking to be added still though. = Wanted to ask a few things first. 2- Does port tree checkout matter? Right now my script assumes svnlite gene= rated the patch at the root of the tree5- Does duplicates matter? poudriere= doesn't care but is this strictly for poudriere?6- How should the output b= e handled? The script should not worry about the port tree checkout so much=2C since that will probably be done outside the script. For now=2C if the scr= ipt assumes that the port checkout is an SVN tree=2C and you can run SVN operat= ions on it=2C that should be sufficient. For duplicates=2C I don't think it matters so much. I believe poudriere is= smart enough so that if you pass it a list of ports with duplicate entries= =2C it does the right thing. At this point=2C the output format is not so important. For now=2C making sure that error status is propagated as a return value from the script (0 on success=2C non-zero on failure) is a good start. The only other suggestion that I have is that when you work on the script=2C make sure that you put a proper license in it (BSD license prefer= red). Thanks. -- Craig = From owner-freebsd-testing@freebsd.org Wed Nov 11 16:46:37 2015 Return-Path: Delivered-To: freebsd-testing@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 551EEA2C7FB; Wed, 11 Nov 2015 16:46:37 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 3B1651FC8; Wed, 11 Nov 2015 16:46:37 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 3449113B6; Wed, 11 Nov 2015 16:46:37 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id E36C1120E2; Wed, 11 Nov 2015 16:46:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id XlSij4pp73Ct; Wed, 11 Nov 2015 16:46:30 +0000 (UTC) Subject: Re: Call for Help: need script for patching ports tree, building with poudriere DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com 85A62120DB To: Craig Rodrigues , "freebsd-testing@freebsd.org" , ports References: From: Bryan Drewery Openpgp: id=F9173CB2C3AAEA7A5C8A1F0935D771BB6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Organization: FreeBSD Message-ID: <564370E5.6060804@FreeBSD.org> Date: Wed, 11 Nov 2015 08:46:29 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="bKRWrLPf6VruxPguCFFOdnfl1p2flTfuX" X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 16:46:37 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --bKRWrLPf6VruxPguCFFOdnfl1p2flTfuX Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 11/7/2015 12:28 AM, Craig Rodrigues wrote: > Hi, >=20 > I've been working on some advanced scripting with Eitan Adler. > We are interested in experimenting with integrating Jenkins + Phabricat= or > using: https://wiki.jenkins-ci.org/display/JENKINS/Phabricator+Plugin > For starters, we want to see what we can accomplish with ports. I'm too busy to help on this project at the time, but if you come across any hooks that would be beneficial please let me know and I'll add them into Poudriere. https://github.com/freebsd/poudriere/wiki/hooks --=20 Regards, Bryan Drewery --bKRWrLPf6VruxPguCFFOdnfl1p2flTfuX Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJWQ3DlAAoJEDXXcbtuRpfPAlEH+gLYooUFvkyHdRcQjq24EFLc ZIh/4VfdtgsTFqn8e0at5veEpb0rlZqL84f/JX/jgPfrF2FTPzuh9QTunjHIF4ZR l/kQLAvO/y3jknRexl1/m+Mj5pF5LGf4zCiNhP8589BCsdOtAgSKK1HW05GZx9YO Mf4m8qsm2NiLLS39HHTiwe5BaY5DS5PMnYHE0nsydZtC4Nio3QcEtLXCEipPe/Aw LbmPpZr/TPVGn2eKmc/keuFl+P5LVoOLrK34k/q9du2+D7LKjiMoSX4oUe4RRsx3 Tg3he4afIjzoCypDWiQCftYDeIkYprzGALwJHTvBAIN6ewhGTtAIY5ShQ0AZpcA= =fnUl -----END PGP SIGNATURE----- --bKRWrLPf6VruxPguCFFOdnfl1p2flTfuX-- From owner-freebsd-testing@freebsd.org Fri Nov 13 10:13:18 2015 Return-Path: Delivered-To: freebsd-testing@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90F4AA2DE53; Fri, 13 Nov 2015 10:13:18 +0000 (UTC) (envelope-from bv.sheetalkumar@gmail.com) Received: from mail-wm0-x22d.google.com (mail-wm0-x22d.google.com [IPv6:2a00:1450:400c:c09::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2A04B120D; Fri, 13 Nov 2015 10:13:18 +0000 (UTC) (envelope-from bv.sheetalkumar@gmail.com) Received: by wmww144 with SMTP id w144so23772904wmw.0; Fri, 13 Nov 2015 02:13:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=NeeKTemU3tWfXhyldxRl1vh/0lSPKN3AYsmLYdGDKQk=; b=Pp6d/Tm7CyimagNhRyCXnpw76hb3oxXnKuJuBdrjeqaRa3xMMZsyP7l0YNQRkCQ6q3 VV3AmWJ8Hsb5N+MXu7QYPIxyLHvnX4X8NiDClZuro2b/h26FP8OJeCzDSJ9TvIs5yoqI /W5bjxaZelV9gPBG3SKjq8ak3E0FXbplNpei31dSb9EXU+TPY16yAl7CEVypAVHKMRoH Km4wwA7YTZ8hiXXRibt/fFaKQjMlCeuxDb1GrCUHDuHSq85JtEiT92sgXyGj62A6YuMQ 5wmcdmbg6tVWAB8DJYhvY3lVrTd5PFDSWY3yPRFwwgDS0koSqqCHuozvaHg+BDXm3xhX /bLw== MIME-Version: 1.0 X-Received: by 10.28.222.138 with SMTP id v132mr1969522wmg.23.1447409595716; Fri, 13 Nov 2015 02:13:15 -0800 (PST) Received: by 10.28.138.77 with HTTP; Fri, 13 Nov 2015 02:13:15 -0800 (PST) Date: Fri, 13 Nov 2015 15:43:15 +0530 Message-ID: Subject: ZTEST failing in FreeBSD 10.1-RC3. From: sheetalkumar BV To: freebsd-fs@freebsd.org, freebsd-testing@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 10:13:18 -0000 Hi, I'm Sheetal Kumar from CloudByte Technologies , currently me and my team are exploring FreeBSD 10.1-RC3, when we came across ZFS, we are not able to run ZTEST successfully, we are getting following error when we run ZTEST. *root@bsd10:~ # ztest -t 1 -T 3600 -P 5 -VVVVVVVV * * 5 vdevs, 7 datasets, 1 threads, 3600 seconds... Assertion failed: (tq->tq_freelist != NULL), file /usr/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/lib/libzpool/common/taskq.c, line 289. * *child died with signal 6 * So can you guys help us to understand this issue. From owner-freebsd-testing@freebsd.org Fri Nov 13 10:57:47 2015 Return-Path: Delivered-To: freebsd-testing@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 349C7A2E929; Fri, 13 Nov 2015 10:57:47 +0000 (UTC) (envelope-from outbackdingo@gmail.com) Received: from mail-ob0-x230.google.com (mail-ob0-x230.google.com [IPv6:2607:f8b0:4003:c01::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E7A0E1D99; Fri, 13 Nov 2015 10:57:46 +0000 (UTC) (envelope-from outbackdingo@gmail.com) Received: by obdgf3 with SMTP id gf3so71051478obd.3; Fri, 13 Nov 2015 02:57:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=CD+naksxOPBcj7XYXvOCByfpBKjLWT7MbcX6nweR7IM=; b=MEeoKlTwKHJlJqigGEjRJn5huhCheNBmDCwV7lqChhMLdM9D7YSQ9FLTHUw1PTHPgx juiCiBCqWqUScz3A8Qdm4Rcthm6OBDogroSktgGSooRcntdqbBMLAZG1KWUBtPu/Nyz2 xuiC2ghuWFDhwuSJIpnjQryQJkkPioqHv6dQ/7BBuN5MrCF2jAXicEkmmHMJQjFQfjHZ Lim59reNHXy2mb/HKl/GDVJLIZ+7k8Zwxx3i7MjG1aIqS1qEd8XyU+q1OsbS6yhgjtB6 +N5V+88C79i1TmYHgxrTQlaOY+2c8z63FGMF59vybsb9Ih8h3tN8pGWZuBiuruTwjtW8 5How== X-Received: by 10.182.80.9 with SMTP id n9mr11905120obx.14.1447412266252; Fri, 13 Nov 2015 02:57:46 -0800 (PST) MIME-Version: 1.0 Received: by 10.202.58.2 with HTTP; Fri, 13 Nov 2015 02:57:06 -0800 (PST) In-Reply-To: References: From: Outback Dingo Date: Fri, 13 Nov 2015 21:57:06 +1100 Message-ID: Subject: Re: ZTEST failing in FreeBSD 10.1-RC3. To: sheetalkumar BV Cc: freebsd-fs@freebsd.org, freebsd-testing@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 10:57:47 -0000 On Fri, Nov 13, 2015 at 9:13 PM, sheetalkumar BV wrote: > Hi, > I'm Sheetal Kumar from CloudByte Technologies , > currently me and my team are exploring FreeBSD 10.1-RC3, when we came > across ZFS, we are not able to run ZTEST successfully, we are getting > following error when we run ZTEST. > Any specific reason your using 10.1-RC3 ? you might want to look at 10.2-RELEASE as its the latest version of FreeBSD > > *root@bsd10:~ # ztest -t 1 -T 3600 -P 5 -VVVVVVVV > * > > * 5 vdevs, 7 datasets, 1 threads, 3600 seconds... > Assertion failed: (tq->tq_freelist != NULL), file > > /usr/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/lib/libzpool/common/taskq.c, > line 289. * > *child died with signal 6 * > > So can you guys help us to understand this issue. > _______________________________________________ > freebsd-fs@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-fs > To unsubscribe, send any mail to "freebsd-fs-unsubscribe@freebsd.org" > From owner-freebsd-testing@freebsd.org Fri Nov 13 12:26:27 2015 Return-Path: Delivered-To: freebsd-testing@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E411DA2E6EB; Fri, 13 Nov 2015 12:26:27 +0000 (UTC) (envelope-from bv.sheetalkumar@gmail.com) Received: from mail-wm0-x22e.google.com (mail-wm0-x22e.google.com [IPv6:2a00:1450:400c:c09::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 904351031; Fri, 13 Nov 2015 12:26:27 +0000 (UTC) (envelope-from bv.sheetalkumar@gmail.com) Received: by wmdw130 with SMTP id w130so26781776wmd.0; Fri, 13 Nov 2015 04:26:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=07fT46AWnkvg4NK3J12VSW69P/3HVKsJzhI5ah3M148=; b=g5WMrwfAb9p/+TS24F9+z9eyuwIf10xHmyvm6xwo6mFcOjYWz+SeFa4/upQDlsplWM KzGzra5JX70IdRPH8lQX8DxIbGRIc09OdA8xUVuSpc/PfVf7IxYM8QZYtqWkRMnCYcCO Hao7S5KoBcLJ+nlyicQz+xINJH29PPrWhvs90DdsH5H0GNU8LwnbwrpLfNGkU+yXB4u1 tCPh2ZQEpXsjajrhnLQvxiAZHClTQDGQtS70mwG95baIjCOxpXEfKvo4+4Kc0VgONYzg 4JCEJ37fe9cIZE+ufV+l4Ja/cNpKESzoxfn5+Glz4MI5vEnxhXc4yVroe7V8qbvFWvW8 2pFA== MIME-Version: 1.0 X-Received: by 10.28.48.10 with SMTP id w10mr3322378wmw.39.1447417585873; Fri, 13 Nov 2015 04:26:25 -0800 (PST) Received: by 10.28.138.77 with HTTP; Fri, 13 Nov 2015 04:26:25 -0800 (PST) In-Reply-To: References: Date: Fri, 13 Nov 2015 17:56:25 +0530 Message-ID: Subject: Re: ZTEST failing in FreeBSD 10.1-RC3. From: sheetalkumar BV To: Outback Dingo Cc: freebsd-fs@freebsd.org, freebsd-testing@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 12:26:28 -0000 When we started using FreeBSD-10 version, that time 10.1-RC3 was available. Apart from this there is no specific reason to choose 10.1 version. Are you suggesting to use 10.2-RELEASE? Can I expect ZTEST command working in 10.2-RELEASE? On Fri, Nov 13, 2015 at 4:27 PM, Outback Dingo wrote: > > > On Fri, Nov 13, 2015 at 9:13 PM, sheetalkumar BV < > bv.sheetalkumar@gmail.com> wrote: > >> Hi, >> I'm Sheetal Kumar from CloudByte Technologies > >, >> currently me and my team are exploring FreeBSD 10.1-RC3, when we came >> across ZFS, we are not able to run ZTEST successfully, we are getting >> following error when we run ZTEST. >> > > Any specific reason your using 10.1-RC3 ? you might want to look at > 10.2-RELEASE as its the latest version of FreeBSD > > > >> >> *root@bsd10:~ # ztest -t 1 -T 3600 -P 5 -VVVVVVVV >> * >> >> * 5 vdevs, 7 datasets, 1 threads, 3600 seconds... >> Assertion failed: (tq->tq_freelist != NULL), file >> >> /usr/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/lib/libzpool/common/taskq.c, >> line 289. * >> *child died with signal 6 * >> >> So can you guys help us to understand this issue. >> _______________________________________________ >> freebsd-fs@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-fs >> To unsubscribe, send any mail to "freebsd-fs-unsubscribe@freebsd.org" >> > > From owner-freebsd-testing@freebsd.org Sat Nov 14 05:04:28 2015 Return-Path: Delivered-To: freebsd-testing@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9EBFA2D961; Sat, 14 Nov 2015 05:04:28 +0000 (UTC) (envelope-from FreeBSD@shaneware.biz) Received: from ipmail04.adl6.internode.on.net (ipmail04.adl6.internode.on.net [150.101.137.141]) by mx1.freebsd.org (Postfix) with ESMTP id 17FBF1558; Sat, 14 Nov 2015 05:04:26 +0000 (UTC) (envelope-from FreeBSD@shaneware.biz) Received: from ppp14-2-8-239.lns21.adl2.internode.on.net (HELO leader.local) ([14.2.8.239]) by ipmail04.adl6.internode.on.net with ESMTP; 14 Nov 2015 15:29:16 +1030 Subject: Re: ZTEST failing in FreeBSD 10.1-RC3. To: sheetalkumar BV , Outback Dingo References: Cc: freebsd-fs@freebsd.org, freebsd-testing@freebsd.org From: Shane Ambler Message-ID: <5646BF54.1030900@ShaneWare.Biz> Date: Sat, 14 Nov 2015 15:27:56 +1030 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 05:04:28 -0000 On 13/11/2015 22:56, sheetalkumar BV wrote: > When we started using FreeBSD-10 version, that time 10.1-RC3 was available. > Apart from this there is no specific reason to choose 10.1 version. > > Are you suggesting to use 10.2-RELEASE? Can I expect ZTEST command working > in 10.2-RELEASE? >>> >>> *root@bsd10:~ # ztest -t 1 -T 3600 -P 5 -VVVVVVVV >>> * I am running 10-STABLE (built about 3 weeks ago) and ztest runs. FreeBSD leader.local 10.2-STABLE FreeBSD 10.2-STABLE #18 r288131:Sat Sep 26 17:45:26 ACST 2015 shane@leader.local:/usr/obj/usr/src/sys/GENERIC amd64 % ztest -t 1 -T 3600 -P 5 -VVVVVVVV 5 vdevs, 7 datasets, 1 threads, 3600 seconds... Executing zdb -bccsv -d -U /tmp/zpool.cache ztest loading space map for vdev 0 of 1, metaslab 12 of 30 ... Dataset mos [META], ID 0, cr_txg 4, 44.9K, 37 objects ... ... -- FreeBSD - the place to B...Storing Data Shane Ambler From owner-freebsd-testing@freebsd.org Sat Nov 14 21:33:59 2015 Return-Path: Delivered-To: freebsd-testing@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8137FA2F092; Sat, 14 Nov 2015 21:33:59 +0000 (UTC) (envelope-from ricky1252@hotmail.com) Received: from SNT004-OMC1S27.hotmail.com (snt004-omc1s27.hotmail.com [65.55.90.38]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "*.outlook.com", Issuer "MSIT Machine Auth CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 515001163; Sat, 14 Nov 2015 21:33:58 +0000 (UTC) (envelope-from ricky1252@hotmail.com) Received: from SNT146-W62 ([65.55.90.9]) by SNT004-OMC1S27.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Sat, 14 Nov 2015 13:33:52 -0800 X-TMN: [bbMhwl5Mk2KfuZLuROWyUu40VEKzP5cR] X-Originating-Email: [ricky1252@hotmail.com] Message-ID: Content-Type: multipart/mixed; boundary="_fda5a6c6-e113-4ef6-a773-4cafe024aa82_" From: Ricky G To: Craig Rodrigues CC: "freebsd-testing@freebsd.org" , "freebsd-ports@freebsd.org" Subject: RE: Call for Help: need script for patching ports tree, building with poudriere Date: Sat, 14 Nov 2015 16:33:52 -0500 Importance: Normal In-Reply-To: References: , , MIME-Version: 1.0 X-OriginalArrivalTime: 14 Nov 2015 21:33:52.0395 (UTC) FILETIME=[282FA5B0:01D11F24] X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 21:33:59 -0000 --_fda5a6c6-e113-4ef6-a773-4cafe024aa82_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello=2C=20 Decided to not add a config file to keep it simpler=2C so you'll need to e= dit the variables to your needs below the options. The only packages that i= t may need is portlint=2C porttools and/or poudriere. Let me know what you = think or needs improvement. = --_fda5a6c6-e113-4ef6-a773-4cafe024aa82_ Content-Type: application/octet-stream Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="portest" IyEvYmluL3NoCiMKIyBDb3B5cmlnaHQgKGMpIDIwMTUsIFJpY2t5IEdhbGxhbW9yZSA8dWx0aW1h MTI1MkBnbWFpbC5jb20+CiMgQWxsIHJpZ2h0cyByZXNlcnZlZC4KIwojIFJlZGlzdHJpYnV0aW9u IGFuZCB1c2UgaW4gc291cmNlIGFuZCBiaW5hcnkgZm9ybXMsIHdpdGggb3Igd2l0aG91dAojIG1v ZGlmaWNhdGlvbiwgYXJlIHBlcm1pdHRlZCBwcm92aWRlZCB0aGF0IHRoZSBmb2xsb3dpbmcgY29u ZGl0aW9ucyBhcmUgbWV0OgojIDEuIFJlZGlzdHJpYnV0aW9ucyBvZiBzb3VyY2UgY29kZSBtdXN0 IHJldGFpbiB0aGUgYWJvdmUgY29weXJpZ2h0CiMgICAgbm90aWNlLCB0aGlzIGxpc3Qgb2YgY29u ZGl0aW9ucyBhbmQgdGhlIGZvbGxvd2luZyBkaXNjbGFpbWVyLgojIDIuIFJlZGlzdHJpYnV0aW9u cyBpbiBiaW5hcnkgZm9ybSBtdXN0IHJlcHJvZHVjZSB0aGUgYWJvdmUgY29weXJpZ2h0CiMgICAg bm90aWNlLCB0aGlzIGxpc3Qgb2YgY29uZGl0aW9ucyBhbmQgdGhlIGZvbGxvd2luZyBkaXNjbGFp bWVyIGluIHRoZQojICAgIGRvY3VtZW50YXRpb24gYW5kL29yIG90aGVyIG1hdGVyaWFscyBwcm92 aWRlZCB3aXRoIHRoZSBkaXN0cmlidXRpb24uCiMgMy4gQWxsIGFkdmVydGlzaW5nIG1hdGVyaWFs cyBtZW50aW9uaW5nIGZlYXR1cmVzIG9yIHVzZSBvZiB0aGlzIHNvZnR3YXJlCiMgICAgbXVzdCBk aXNwbGF5IHRoZSBmb2xsb3dpbmcgYWNrbm93bGVkZ2VtZW50OgojICAgIFRoaXMgcHJvZHVjdCBp bmNsdWRlcyBzb2Z0d2FyZSBkZXZlbG9wZWQgYnkgdGhlIDxvcmdhbml6YXRpb24+LgojIDQuIE5l aXRoZXIgdGhlIG5hbWUgb2YgdGhlIDxvcmdhbml6YXRpb24+IG5vciB0aGUKIyAgICBuYW1lcyBv ZiBpdHMgY29udHJpYnV0b3JzIG1heSBiZSB1c2VkIHRvIGVuZG9yc2Ugb3IgcHJvbW90ZSBwcm9k dWN0cwojICAgIGRlcml2ZWQgZnJvbSB0aGlzIHNvZnR3YXJlIHdpdGhvdXQgc3BlY2lmaWMgcHJp b3Igd3JpdHRlbiBwZXJtaXNzaW9uLgojCiMgVEhJUyBTT0ZUV0FSRSBJUyBQUk9WSURFRCBCWSA8 Q09QWVJJR0hUIEhPTERFUj4gJydBUyBJUycnIEFORCBBTlkKIyBFWFBSRVNTIE9SIElNUExJRUQg V0FSUkFOVElFUywgSU5DTFVESU5HLCBCVVQgTk9UIExJTUlURUQgVE8sIFRIRSBJTVBMSUVECiMg V0FSUkFOVElFUyBPRiBNRVJDSEFOVEFCSUxJVFkgQU5EIEZJVE5FU1MgRk9SIEEgUEFSVElDVUxB UiBQVVJQT1NFIEFSRQojIERJU0NMQUlNRUQuIElOIE5PIEVWRU5UIFNIQUxMIDxDT1BZUklHSFQg SE9MREVSPiBCRSBMSUFCTEUgRk9SIEFOWQojIERJUkVDVCwgSU5ESVJFQ1QsIElOQ0lERU5UQUws IFNQRUNJQUwsIEVYRU1QTEFSWSwgT1IgQ09OU0VRVUVOVElBTCBEQU1BR0VTCiMgKElOQ0xVRElO RywgQlVUIE5PVCBMSU1JVEVEIFRPLCBQUk9DVVJFTUVOVCBPRiBTVUJTVElUVVRFIEdPT0RTIE9S IFNFUlZJQ0VTOwojIExPU1MgT0YgVVNFLCBEQVRBLCBPUiBQUk9GSVRTOyBPUiBCVVNJTkVTUyBJ TlRFUlJVUFRJT04pIEhPV0VWRVIgQ0FVU0VEIEFORAojIE9OIEFOWSBUSEVPUlkgT0YgTElBQklM SVRZLCBXSEVUSEVSIElOIENPTlRSQUNULCBTVFJJQ1QgTElBQklMSVRZLCBPUiBUT1JUCiMgKElO Q0xVRElORyBORUdMSUdFTkNFIE9SIE9USEVSV0lTRSkgQVJJU0lORyBJTiBBTlkgV0FZIE9VVCBP RiBUSEUgVVNFIE9GIFRISVMKIyBTT0ZUV0FSRSwgRVZFTiBJRiBBRFZJU0VEIE9GIFRIRSBQT1NT SUJJTElUWSBPRiBTVUNIIERBTUFHRS4KClBPUlRFU1RfVkVSU0lPTj0iMC4wLjEiCgp1c2FnZSgp IHsKCWNhdCA8PCBFT0YKVXNhZ2U6IHBvcnRlc3QgWy1mIGJ1bGtmaWxlXSBbLWFwUHJSdHZdIHBh dGNoZmlsZQoKT3B0aW9uczoKICAgIC1hICAgICAtLSAgRG8gZXZlcnl0aGluZyBleGNlcHQgcmV2 ZXJ0ICgtcHRmIGJ1aWxkLnBvcnRzLnR4dCkKICAgIC1mICAgICAtLSAgR2VuZXJhdGUgYSBwb3Vk aWVyZSB1c2FibGUgYnVsayBmaWxlCiAgICAtcCAgICAgLS0gIFBhdGNoIGFuZCBnaXZlIG91dHB1 dAogICAgLVAgICAgIC0tICBEbyBub3QgZXhpdCBvbiBmYWlsZWQgcGF0Y2gKICAgIC1yICAgICAt LSAgUmV2ZXJ0IHRoZSBmaWxlcyBsaXN0ZWQgaW4gcGF0Y2hmaWxlCiAgICAtUiAgICAgLS0gIFBh cmFub2lkIHJldmVydCwgd2lsbCByZW1vdmUgYW5kIHJlc3RvcmUgYW55dGhpbmcgYW5kCiAgICAg ICAgICAgICAgIGV2ZXJ5dGhpbmcgdGhlIHBhdGNoZmlsZSBtYXkgaGF2ZSBjaGFuZ2VkIG9yIGFk ZGVkCiAgICAtdCAgICAgLS0gIFRlc3Qgd2l0aCBwb3J0bGludAogICAgLVQgICAgIC0tICBUZXN0 IHdpdGggcG9ydCB0ZXN0LCBvciBwb3VkcmllcmUgZGVwZW5kaW5nIG9uCiAgICAgICAgICAgICAg IFVTRV9QT1VEUklFUkUKICAgIC12ICAgICAtLSAgU2hvdyB2ZXJzaW9uIG9mIHBvcnRlc3QKCkJ5 IGRlZmF1bHQsIChubyBvcHRpb25zKSBwb3J0ZXN0IGRvZXMgbm90aGluZwpFT0YKCWV4aXQgMQp9 Cgp3aGlsZSBnZXRvcHRzICI6YWY6cFByUnRUdiIgRkxBRzsgZG8KCWNhc2UgIiR7RkxBR30iIGlu CglhKQoJCUFMTD0iWUVTIgoJCTs7CglmKQoJCVBPVURSSUVSRV9CVUxLPSJZRVMiCgkJUE9VRFJJ RVJFX0JVTEtfRklMRT0iJE9QVEFSRyIKCQk7OwoJcCkKCQlQQVRDSD0iWUVTIgoJCTs7CglQKQoJ CVBBVENIX0ZBSUxFRF9FWElUPSJOTyIKCQk7OwoJcikKCQlSRVZFUlRfU09GVD0iWUVTIgoJCTs7 CglSKQoJCVJFVkVSVF9IQVJEPSJZRVMiCgkJOzsKCXQpCgkJVEVTVF9QT1JUTElOVD0iWUVTIgoJ CTs7CglUKQoJCVRFU1RfQlVJTEQ9IllFUyIKCQk7OwoJdikKCQllY2hvICIke1BPUlRFU1RfVkVS U0lPTn0iCgkJZXhpdCAwCgllc2FjCmRvbmUKCnNoaWZ0ICIkKChPUFRJTkQtMSkpIgoKWyAkIyAt bHQgMSBdICYmIHVzYWdlCgoKU1ZOPSJzdm5saXRlIgpTVk5fUEFUQ0hfQVJHUz0icGF0Y2giClNW Tl9SRVZFUlRfQVJHUz0icmV2ZXJ0IC1SIgpQT1JUTElOVD0icG9ydGxpbnQiClBPUlRMSU5UX0FS R1M9Ii1BIgpQT1JUPSJwb3J0IgpQT1JUX0FSR1M9InRlc3QiClBPUlRTRElSPSIvdXNyL3BvcnRz IgpCVUxLX0ZJTEU9ImJ1aWxkLnBvcnRzLnR4dCIKClVTRV9QT1VEUklFUkU9IllFUyIKUE9VRFJJ RVJFX0pBSUxTPSIxMDJhbWQ2NCAxMDJpMzg2IDkzYW1kNjQgOTNpMzg2IgpQT1VEUklFUkVfUE9S VFNESVI9Ii91c3IvbG9jYWwvcG91ZHJpZXJlL3BvcnRzIgpQT1VEUklFUkVfUE9SVD0iZGVmYXVs dCIKUE9VRFJJRVJFPSJwb3VkcmllcmUiClBPVURSSUVSRV9BUkdTPSJidWxrIC10IC1DIC1wICR7 UE9VRFJJRVJFX1BPUlR9IgoKIyBTZXQgcG91ZHJpZXJlIHBvcnRzIGRpciBpZiBiZWluZyB1c2Vk ICMKaWYgWyAiJHtVU0VfUE9VRFJJRVJFfSIgPT0gIllFUyIgXTsgdGhlbgpQT1JUU0RJUj0iJHtQ T1VEUklFUkVfUE9SVFNESVJ9LyR7UE9VRFJJRVJFX1BPUlR9IgpmaQoKCkNVUkRJUj0iYHB3ZGAi CgojIENoZWNrIFBPUlRTRElSICMKaWYgWyAtZCAiJFBPUlRTRElSIiBdOyB0aGVuCmVsc2UKCWVj aG8gIlBPUlRTRElSIG5vdCBzZXQgb3IgaW5jb3JyZWN0IGRpcmVjdG9yeSIKCWV4aXQgMQpmaQpp ZiBbICJoZWFkL01ha2VmaWxlIiAhPSAiYGhlYWQgLTEgIiR7UE9SVFNESVJ9L01ha2VmaWxlIiB8 IGdyZXAgLW8gaGVhZC9NYWtlZmlsZWAiIF07IHRoZW4KCWVjaG8gIlBPUlRTRElSIGlzIHNldCB0 byBhbiBpbmNvcnJlY3QgZGlyZWN0b3J5IgoJZXhpdCAxCmZpCgojIENoZWNrIFBPUlRTRElSIGlz IGFuIHN2biB0cmVlICMKY2QgJHtQT1JUU0RJUn0KJHtTVk59IGluZm8gMT4yIDI+L2Rldi9udWxs ClsgJD8gLWVxIDEgXSAmJiBlY2hvICJQT1JUU0RJUiBpcyBub3QgYW4gc3ZuIHRyZWUiICYmIGV4 aXQgMQoKIyBTZXQgcGF0Y2hmaWxlIHBhdGggIwpjZCAiJHtQT1JUU0RJUn0iCmlmIFsgLWYgIiQx IiBdOyB0aGVuCglQQVRDSF9GSUxFPSIkMSIKZWxzZSBbIC1mICIke0NVUkRJUn0vJDF9IiBdOwoJ UEFUQ0hfRklMRT0iJHtDVVJESVJ9LyQxIgpmaQppZiBbIC1mICIke1BBVENIX0ZJTEV9IiBdOyB0 aGVuCmVsc2UKCWVjaG8gIlBhdGNoIGZpbGUgbm90IGZvdW5kIgoJZXhpdCAxCmZpCgojIyMgUGF0 Y2ggVHJlZSAjIyMKaWYgWyAiJFBBVENIIiA9PSAiWUVTIiBdIHx8IFsgIiRQQVRDSF9GQUlMRURf RVhJVCIgPT0gIk5PIiBdIHx8IFsgIiRBTEwiID09ICJZRVMiIF07IHRoZW4KCVNWTl9PVVRQVVQ9 YCR7U1ZOfSAke1NWTl9QQVRDSF9BUkdTfSAiJHtQQVRDSF9GSUxFfSJgCglpZiBbICQ/IC1uZSAw IF0gJiYgWyAiJHtQQVRDSF9GQUlMRURfRVhJVH0iICE9ICJOTyIgXSB8fCBbICJgZWNobyAiJHtT Vk5fT1VUUFVUfSIgfCBncmVwIC1tIDEgLW8gcmVqZWN0ZWRgIiA9PSAicmVqZWN0ZWQiIF0gJiYg WyAiJHtQQVRDSF9GQUlMRURfRVhJVH0iICE9ICJOTyIgXTsgdGhlbgoJCWVjaG8gIiR7U1ZOX09V VFBVVH0iCgkJZWNobyAiUGF0Y2ggRmFpbGVkIgoJCWV4aXQgMQoJZWxzZQoJCWVjaG8gIiR7U1ZO X09VVFBVVH0iIHwgZ3JlcCAiU2tpcHBlZFsgXS4qIgoJCWVjaG8gIiR7U1ZOX09VVFBVVH0iIHwg Z3JlcCAtQiAxIHJlamVjdGVkCgkJZWNobyAiJHtTVk5fT1VUUFVUfSIgfCBncmVwIC1BIDk5IGNv bmZsaWN0cwoJZmkKZmkKCiMgR2VuZXJhdGUgYSBsaXN0IG9mIHBvcnRzIGZvciBwb3VkcmllcmUg dG8gYnVpbGQgIwpCVUlMRF9MSVNUPSJgKGNhdCAke1BBVENIX0ZJTEV9IHwgZ3JlcCAtbyAnXklu ZGV4OlsgXS4qJyB8IHNlZCAncy9JbmRleDogLy8gOyBzL01rLiovLyA7IHMvVG9vbHMuKi8vIDsg cy9UZW1wbGF0ZXMuKi8vIDsgcy9LZXl3b3Jkcy4qLy8nIHwgZ3JlcCAtbyAtZSAnLipcLy4qXC8n IHwgc2VkICdzLy4qXC8uKlwvZmlsZXNcLyQvLyA7IHMvXC8kLy8nIHwgc29ydCB8IGF3ayAnIWFb JDBdKysnKWAiCgojIyMgQnVsayBGaWxlICMjIwpjZCAke0NVUkRJUn0KaWYgWyAiJFBPVURSSUVS RV9CVUxLIiA9PSAiWUVTIiBdOyB0aGVuCmVjaG8gIiR7QlVJTERfTElTVH0iID4iJHtQT1VEUklF UkVfQlVMS19GSUxFfSIKZWxpZiBbICIkQUxMIiA9PSAiWUVTIiBdOyB0aGVuCmVjaG8gIiR7QlVJ TERfTElTVH0iID4iJHtCVUxLX0ZJTEV9IgpmaQoKIyMjIFBvcnRsaW50ICMjIwppZiBbICIkVEVT VF9QT1JUTElOVCIgPT0gIllFUyIgXSB8fCBbICIkQUxMIiA9PSAiWUVTIiBdOyB0aGVuCglmb3Ig cG9ydCBpbiAke0JVSUxEX0xJU1R9OyBkbwoJCWNkICIke1BPUlRTRElSfS8kcG9ydCIKCQllY2hv ICIkcG9ydCIKCQkke1BPUlRMSU5UfSAke1BPUlRMSU5UX0FSR1N9Cglkb25lCmZpCgojIyMgUG9y dCB0ZXN0IGFuZCBQb3VkcmllcmUgdGVzdGluZyAjIyMKaWYgWyAiJHtURVNUX0JVSUxEfSIgPT0g IllFUyIgXSAmJiBbICIke1VTRV9QT1VEUklFUkV9IiA9PSAiTk8iIF07IHRoZW4KCXJtIC1yICJg ZmluZCAke1BPUlRTRElSfSAtdHlwZSBkaXJlY3RvcnkgLW5hbWUgIndvcmsiIC1tYXhkZXB0aCAz YCIKCWZvciBwb3J0IGluICR7QlVJTERfTElTVH07IGRvCgkJY2QgIiR7UE9SVFNESVJ9LyRwb3J0 IgoJCW1ha2UgZGVwZW5kcyBCQVRDSD15ZXMKCQkke1BPUlR9ICR7UE9SVF9BUkdTfQoJZG9uZQpl bGlmIFsgIiR7VEVTVF9CVUlMRH0iID09ICJZRVMiIF0gJiYgWyAiJHtVU0VfUE9VRFJJRVJFfSIg PT0gIllFUyIgXTsgdGhlbgoJZm9yIGphaWwgaW4gJHtQT1VEUklFUkVfSkFJTFN9OyBkbwoJCSR7 UE9VRFJJRVJFfSAke1BPVURSSUVSRV9BUkdTfSAtaiAkamFpbCAke0JVSUxEX0xJU1R9Cglkb25l CmZpCgojIyMgUmV2ZXJ0IFBhdGNoICMjIwojIEdlbmVyYXRlIGEgbGlzdCBvZiBmaWxlcyB0aGF0 IHdlcmUgcGF0Y2hlZCAjClBBVENIX0ZJTEVTX0xJU1Q9ImAoY2F0ICR7UEFUQ0hfRklMRX0gfCBn cmVwIC1vICdeSW5kZXg6WyBdLionIHwgc2VkICdzL0luZGV4OiAvLycpYCIKCmNkICR7UE9SVFNE SVJ9CmlmIFsgIiRSRVZFUlRfU09GVCIgPT0gIllFUyIgXSAmJiBbICIkUkVWRVJUX0hBUkQiICE9 ICJZRVMiIF07IHRoZW4KCSR7U1ZOfSAke1NWTl9SRVZFUlRfQVJHU30gJHtQQVRDSF9GSUxFU19M SVNUfQplbGlmIFsgIiRSRVZFUlRfSEFSRCIgID09ICJZRVMiIF07IHRoZW4KCWZvciBmaWxlIGlu ICR7UEFUQ0hfRklMRVNfTElTVH07IGRvCgkJcm0gLXJmICIke1BPUlRTRElSfS8kZmlsZSIKCWRv bmUKCWZvciBmaWxlIGluICR7QlVJTERfTElTVH07IGRvCgkJcm0gLXJmICIke1BPUlRTRElSfS8k ZmlsZSIKCWRvbmUKCSR7U1ZOfSAke1NWTl9SRVZFUlRfQVJHU30gJHtCVUlMRF9MSVNUfQoJJHtT Vk59ICR7U1ZOX1JFVkVSVF9BUkdTfSAke1BBVENIX0ZJTEVTX0xJU1R9CmZpCg== --_fda5a6c6-e113-4ef6-a773-4cafe024aa82_--