From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by sourceware.org (Postfix) with ESMTPS id A94503858D32; Mon, 15 Aug 2022 07:55:14 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A94503858D32 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=suse.cz Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.cz Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id A315A2028D; Mon, 15 Aug 2022 07:55:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1660550113; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=YtojLHJLwFZYTR+mvjG8MYg8yy9SRWixGSw8rNZZ2nc=; b=JOSrWNywwG9eBM/LOmodFOZaTHGVN7AFyS61AbhgbB71du9jgOenuCt+MnAjJqN1e5mMz9 Fu3k23hgBwajRk6F4n/DuDpEPLYDu3zOJg5P+dWpppZry9lnO1Ia0suZnZegSeER0jr/w/ NU2vGyT6Gm2dBCLzXWPcUOyopaGnMLE= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1660550113; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=YtojLHJLwFZYTR+mvjG8MYg8yy9SRWixGSw8rNZZ2nc=; b=Ks6Ct9rOGaTlrPBQAgo3uUwJXWTBQuHg8u2JHzNFURYqL7lOuxLHA5jsKrPaAVowEI6avD LAIYucEA/7lbHkAw== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 877DA13A99; Mon, 15 Aug 2022 07:55:13 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id tinkH+H7+WLbLgAAMHmgww (envelope-from ); Mon, 15 Aug 2022 07:55:13 +0000 Message-ID: <93d5ae7b-e559-403e-4b45-fc2e254015c1@suse.cz> Date: Mon, 15 Aug 2022 09:55:13 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.1.2 Subject: Re: buildbot users try branch builders for elfutils To: Mark Wielaard , elfutils-devel@sourceware.org Cc: buildbot@sourceware.org References: <6ede082a119413f3f7bacdd2c9a9b358473c1fcb.camel@klomp.org> Content-Language: en-US From: =?UTF-8?Q?Martin_Li=c5=a1ka?= In-Reply-To: <6ede082a119413f3f7bacdd2c9a9b358473c1fcb.camel@klomp.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-5.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: elfutils-devel@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Elfutils-devel mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2022 07:55:16 -0000 On 7/28/22 17:26, Mark Wielaard wrote: > Hi, > > I setup git users try branches for elfutils. If you have commit > access to elfutils.git you can now push to a users//try-xxx > branch and the buildbot will do builds and sent you (the commit > author) email about the results. The builds are also visible at: > https://builder.sourceware.org/buildbot/#/builders?tags=elfutils-try > Hi. I would like to try this great feature! > My workflow to use this looks like: > > - git checkout -b ar_size > - hack, hack, hack... OK, looks good to submit > - git commit -a -m "Now who got an ar_size?" > - git push origin ar_size:users/mark/try-ar_size > - ... wait for the emails to come in or watch buildbot logs ... But I get: git push origin PR29474-fix-debuginfod-concurrency:users/marxin/try-PR29474-fix-debuginfod-concurrency Enumerating objects: 15, done. Counting objects: 100% (15/15), done. Delta compression using up to 16 threads Compressing objects: 100% (9/9), done. Writing objects: 100% (9/9), 1.69 KiB | 1.69 MiB/s, done. Total 9 (delta 7), reused 0 (delta 0), pack-reused 0 error: remote unpack failed: unable to create temporary object directory To ssh://sourceware.org/git/elfutils.git ! [remote rejected] PR29474-fix-debuginfod-concurrency -> users/marxin/try-PR29474-fix-debuginfod-concurrency (unpacker error) error: failed to push some refs to 'ssh://sourceware.org/git/elfutils.git' Can you please take a look what happens? Thanks, Martin