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 EA28E3858D32 for ; Sun, 22 Jan 2023 22:01:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org EA28E3858D32 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-4003a.ext.cloudfilter.net ([10.228.9.183]) by cmsmtp with ESMTP id JW9wpPvw0l2xSJiPOpflsu; Sun, 22 Jan 2023 22:01:50 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=shaw.ca; s=s20180605; t=1674424910; bh=eSLoigqm+bcPOJbPgecYEL3neWhYc/1Dvpf1tO7Xh4Y=; h=Date:Reply-To:Subject:To:Cc:References:From:In-Reply-To; b=Xl6NY0WkHPbZlAzEJVSBjhEp5W5sXV4E0Jd1THOPaXsL0lb1nkc8R3/jeuI6bScu4 dTarHAGOpOTGxavkJBE0PGeX/0FuB/6hEG7XbUT8iDDS/fqxoWgFR2GrbjNV7JkzJM RTnL6Hs0BwUdLFFWQOk7qjgLoCtR/u1ATVNYWmSZUWQALfNWRAG9YMXZkXjDX5Alyw Ag17mjyVkkN54o5NnmFIENiYJ2rtZb9iYK/n3Q5yh9g0tshqHOKKjLm4fdeoiuWTNX UOOlGI3O8Y1hrC/6/LGDufH3rYmTMPHZhkIvgcnI2C1Y1vOw7YFrJqyOjPKDgns3wF 6fCe93L5aCkUA== Received: from [10.0.0.5] ([184.64.124.72]) by cmsmtp with ESMTP id JiPNpFTfGcyvuJiPOp8D5Q; Sun, 22 Jan 2023 22:01:50 +0000 X-Authority-Analysis: v=2.4 cv=VbHkgXl9 c=1 sm=1 tr=0 ts=63cdb24e a=oHm12aVswOWz6TMtn9zYKg==:117 a=oHm12aVswOWz6TMtn9zYKg==:17 a=IkcTkHD0fZMA:10 a=ualGi6thfPGcCwm6fb4A:9 a=QEXdDO2ut3YA:10 Message-ID: <484533b4-d8ff-374a-e2ec-8ba3a823284a@Shaw.ca> Date: Sun, 22 Jan 2023 15:01:49 -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: Brian.Inglis@Shaw.ca Subject: Re: untest failing with TypeError: add_packages() got an unexpected keyword argument 'trustedMaint' Content-Language: en-CA To: cygwin-apps@cygwin.com Cc: Jon Turney References: <8bf94b1a-3711-b648-e495-bfd319aee293@Shaw.ca> <440772b0-257a-9302-dfcd-dd53f73a92c7@Shaw.ca> <26f2ead8-d807-cc05-d6ce-e9dba485013c@dronecode.org.uk> <0eaee947-2ff1-b452-8a7b-2d84d00fccac@Shaw.ca> From: Brian Inglis Organization: Inglis In-Reply-To: <0eaee947-2ff1-b452-8a7b-2d84d00fccac@Shaw.ca> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-CMAE-Envelope: MS4xfARvCHrFWXHrnByTR9XT72/yFZ/8EdNMyz5NDI21I0yzvcPO4KsSvGP/GoQSIdVF8WXw/J3om+ScU+R2hNb7cSU/FwpuDr7DNw7dEPvwZJcAmUu0ZyD6 2iheI3rFOWxMQemfVeLEeGHuEUAYicMkSwTgJgBPxpF+JATf5lSh5rAbYihL4tfo0B8C7xYtcTPaBOtH8FHzPbTG4MmsFgLRoBWzn9hfFV+Ht3CYsjV6Y02W X-Spam-Status: No, score=-1.3 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 11:46, Brian Inglis via Cygwin-apps wrote: > 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. > 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 Retried and now working okay: $ ssh cygwin untest dash-0.5.12-1 untest: Removed test: label from x86_64/release/dash/dash-0.5.12-1-src.hint untest: Removed test: label from x86_64/release/dash/dash-0.5.12-1.hint untest: Removed test: label from x86_64/release/dash/dash-debuginfo/dash-debuginfo-0.5.12-1.hint untest: 3 out of 3 hints for 'dash' version '0.5.12-1' modified -- 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