From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from omta002.cacentral1.a.cloudfilter.net (omta002.cacentral1.a.cloudfilter.net [3.97.99.33]) by sourceware.org (Postfix) with ESMTPS id E2DC03858D32 for ; Sun, 22 Jan 2023 18:46:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org E2DC03858D32 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=Shaw.ca Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=shaw.ca Received: from shw-obgw-4002a.ext.cloudfilter.net ([10.228.9.250]) by cmsmtp with ESMTP id JdFopQPGbl2xSJfM0pfMw1; Sun, 22 Jan 2023 18:46:08 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=shaw.ca; s=s20180605; t=1674413168; bh=eLkBt6/NO7C7yKOavSZDAMHlDKKtxklHMR/7qk/RUDo=; h=Date:Reply-To:Subject:To:References:Cc:From:In-Reply-To; b=NQplGJpWCHByRokNk4TttHOVacQKrTjszq65KzEB2/Ua9YvkXGgnkrxxsYrSIZyaq kCd0dPRl6bV9cOCDdAI+JR8zvlOnLC69SPLJElFhOHpGrN5fpQSPnb4m/cNp74brY1 L+6ZVnj5w0hZ8wwTHsfUXTT21PrUIA8gjgommhXr48GXnegLwc3RO+7czMRYvYy9kW pkqBMZTt2zaYQ/CfR3/Nm1rpcp0JpJdC4bzYA786IFFYcRvNChe7reO0LpuaDZNjo6 ieCUGF+icmShoabTFVVlXIF/imbDMt8/75kve1ae6pZveykq9cJYveu35Vt4+Q6DV6 7A8Dt6AN93uJQ== Received: from [10.0.0.5] ([184.64.124.72]) by cmsmtp with ESMTP id JfLzp6OJTyAOeJfLzpfuu4; Sun, 22 Jan 2023 18:46:08 +0000 X-Authority-Analysis: v=2.4 cv=e5oV9Il/ c=1 sm=1 tr=0 ts=63cd8470 a=oHm12aVswOWz6TMtn9zYKg==:117 a=oHm12aVswOWz6TMtn9zYKg==:17 a=IkcTkHD0fZMA:10 a=yPf7pi8k6090NVXkwu8A:9 a=QEXdDO2ut3YA:10 Message-ID: <0eaee947-2ff1-b452-8a7b-2d84d00fccac@Shaw.ca> Date: Sun, 22 Jan 2023 11:46:07 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1 Reply-To: cygwin-apps@cygwin.com Subject: Re: untest failing with TypeError: add_packages() got an unexpected keyword argument 'trustedMaint' Content-Language: en-CA To: cygwin-apps@cygwin.com References: <8bf94b1a-3711-b648-e495-bfd319aee293@Shaw.ca> <440772b0-257a-9302-dfcd-dd53f73a92c7@Shaw.ca> <26f2ead8-d807-cc05-d6ce-e9dba485013c@dronecode.org.uk> Cc: Jon Turney From: Brian Inglis Organization: Inglis In-Reply-To: <26f2ead8-d807-cc05-d6ce-e9dba485013c@dronecode.org.uk> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-CMAE-Envelope: MS4xfGFk1b+rLNU/PxeAbi8eeBIe7RC3N7q3eMdwGo3+UaGQWKdiPxdcvUbtkNkGoEe1FN7vMEIKdt53NMpKL0snU+8l4ozQP6oBh48jPx48Euz4RlduqoWv d5DTZz/P2YC+jQKYHVrPTKQV74zttRT21wZwOLRQ58pD0nDAeKVq15PXhUedm1hqt9ZdTh862qbjfzV8lw6QqJ8n9aVR7EeJnXVyeNu4NthaAbKfRt7RO6XO X-Spam-Status: No, score=-1.2 required=5.0 tests=BAYES_00,BODY_8BITS,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 2023-01-22 03:59, Jon Turney wrote: > On 22/01/2023 06:34, Brian Inglis via Cygwin-apps wrote: >> On 2023-01-21 16:57, Brian Inglis via Cygwin-apps wrote: >>> $ ssh cygwin untest dash-0.5.12-1 >>> Traceback (most recent call last): >>>    File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main >>>      "__main__", mod_spec) >>>    File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code >>>      exec(code, run_globals) >>>    File "/sourceware/cygwin-staging/calm/calm/untest.py", line 83, in >>>      sys.exit(main()) >>>    File "/sourceware/cygwin-staging/calm/calm/untest.py", line 79, in main >>>      untest(p) >>>    File "/sourceware/cygwin-staging/calm/calm/untest.py", line 39, in untest >>>      if not tool_util.permitted(p): >>>    File "/sourceware/cygwin-staging/calm/calm/tool_util.py", line 50, in >>> permitted >>>      mlist = maintainers.add_packages(mlist, common_constants.PKGMAINT, >>> trustedMaint=common_constants.TRUSTEDMAINT) >>> TypeError: add_packages() got an unexpected keyword argument 'trustedMaint' > > Thanks for reporting this. > > [...] >> Newer version not pushed, built, or installed on site? > > No, just a bug I introduced.  I've had a go at fixing it, please try again now. Thanks Jon, Now no connection, with same session, ssh-agent, key: $ ssh cygwin untest dash-0.5.12-1 kex_exchange_identification: Connection closed by remote host Connection closed by 8.43.85.97 port 22 -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte Perfection is achieved non pas lorsqu'il n'y a plus rien à ajouter not when there is no more to add mais lorsqu'il n'y a plus rien à retirer but when there is no more to cut -- Antoine de Saint-Exupéry