Package: dgit-infrastructure
Version: 13.12

I tried the attached upload via tag2upload and it failed, because the orig wasn't yet on mirrors. However, at the time of the attempt it was available from https://incoming.debian.org/debian-buildd/ - I think tag2upload should try to fetch from there as a fallback.

Thanks,

--
Colin Watson (he/him)                              [[email protected]]
--- Begin Message ---
job id: 685
url: 
https://salsa.debian.org/python-team/packages/python-pytest-run-parallel.git
tag: debian/0.6.1-2
preparing
tag signature verified
tag parsed ok
source: python-pytest-run-parallel
version: 0.6.1-2
tag signer authorised for package
source code fetched
changelog parsed ok
target: debian unstable
some orig(s) not available from archive mirrors, trying to regenerate
created orig
processing failed with error exit status 25
oracle$ dgit --version
dgit version git:d1f08aa0531e93c7c01b9caa16b95941447984fe
# builder: oracle$ ./ssh-builder 
'[email protected]' ...
builder$ dgit --version
dgit version 13.12

builder:work$ git fetch origin --no-tags 
refs/tags/debian/0.6.1-2:refs/tags/debian/0.6.1-2 
refs/tags/upstream/0.6.1:refs/tags/upstream/0.6.1
>From https://salsa.debian.org/python-team/packages/python-pytest-run-parallel
 * [new tag]         debian/0.6.1-2 -> debian/0.6.1-2
 * [new tag]         upstream/0.6.1 -> upstream/0.6.1
# [ok]

builder:work$ git checkout -q refs/tags/debian/0.6.1-2
# [ok]
# source code fetched
# changelog parsed ok
# target: debian unstable

builder:work$ tag2upload-obtain-origs p=python-pytest-run-parallel v=0.6.1-2 
s=unstable u=c11ec6a0fc979d9fa6f259f0a0b4bdff625d0171
+ dgit --build-products-dir=../bpd -ppython-pytest-run-parallel 
download-unfetched-origs --write-sha256sums=../bpd/origs.sha256sums
canonical suite name for unstable is sid
package does not exist in target suite, looking in whole archive
orig file is missing (404) at archive mirror: 
http://ftp.debian.org/debian/pool/main/p/python-pytest-run-parallel/python-pytest-run-parallel_0.6.1.orig.tar.gz
1 orig file(s) could not be obtained
# some orig(s) not available from archive mirrors, trying to regenerate
+ git deborig c11ec6a0fc979d9fa6f259f0a0b4bdff625d0171
# created orig
sha256sum: python-pytest-run-parallel_0.6.1.orig.tar.gz: No such file or 
directory
python-pytest-run-parallel_0.6.1.orig.tar.gz: FAILED open or read
sha256sum: WARNING: 1 listed file could not be read
t2u processor [dgit-repos-server]: failed command: tag2upload-obtain-origs 
p=python-pytest-run-parallel v=0.6.1-2 s=unstable 
u=c11ec6a0fc979d9fa6f259f0a0b4bdff625d0171

t2u processor [dgit-repos-server]: error: subprocess failed with error exit 
status 1
object 5836f709cd73b552afd04326b23e45f34a970122
type commit
tag debian/0.6.1-2
tagger Colin Watson <[email protected]> 1755783960 +0100

python-pytest-run-parallel release 0.6.1-2 for unstable

[dgit distro=debian split --quilt=linear]
[dgit please-upload source=python-pytest-run-parallel version=0.6.1-2 
upstream-tag=upstream/0.6.1 upstream=c11ec6a0fc979d9fa6f259f0a0b4bdff625d0171]
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEErApP8SYRtvzPAcEROTWH2X2GUAsFAminIxgACgkQOTWH2X2G
UAu4dQ/+O+uafCtrLXUP+XqMPEBqP3N1u3XDs/SMWHyzVLdtHPpO0J4PbicSAWNm
0YsPGlZ0bXdxG6eC9qyxQKZvG+INCssESuz+wWdIT+bg0qYRAwoXX2Z3atJk0lkf
DtrndMQe4yzEJOfvC8T0drAy2oSxbv0lKe3p1cARUYmDOK5DtVIB0LQhcuopwvdO
IZrlcvxMBQNnm3X668B0iADV1DWAsVbMJYvGe8LywvXNyerCHLxDyAnA6rzxCGYn
p13wPpogOgiPhD/9OaWe6Bqso6xpDHo01v2HCpAvZ1dKYXs/cal7DfnxRRyc8a4n
sFtDBrS78TYSsKFs3ZgoLPxiXKTengxTaVCNAIDIWVrn43D8+rfwUDnpMU4xMmHE
Fllu05fARzNRO6ubIxtkO2NIqDdttMfC2xyI4w215r+Si5JDxVtOUWjVbJMV57Z7
ySCP1QTfYREWTocRrJDbA8SraI8N5qCcfqMD5xB89XHkJ8Hml0Bhp3DfZl8EJLim
HgS/sJKYB2/JBCNp+h3almmljHYq2npmSGZddGghe8CnWFFYt8QOz1zYN2OWa7sQ
Gj68KO+gM39r9sPVuq8AGPVBgYaCLNnGC86et7eW7DKfhEwu1jNGbIMebpwYAaJE
wt2TgA78Nll+BkWDVOXC3JvrZxsW72j8HtRDinovPkArDeCz0hc=
=IOka
-----END PGP SIGNATURE-----
#!/bin/sh
# ** autogenerated for t2u job 685 **
# by dgit-repos-server tag2upload_hide_builder_rune_in_attachment.
#
# ssh wrapper, embodying runes to to enter builder VM from the builder host.
# See TAG2UPLOAD-DESIGN.txt.

set -e
host="$1"; shift
exec ssh -oBatchMode=yes "$host" 'podman exec -i 
734964c6353197ff8b61b65a7e66f91d493d1633d7294f50caebc5334146ed08 env -i bash -c 
'\''set -a; [ -r /etc/environment ] && . /etc/environment 2>/dev/null || true; 
[ -r /etc/default/locale ] && . /etc/default/locale 2>/dev/null || true; [ -r 
/etc/profile ] && . /etc/profile 2>/dev/null || true; set +a;"$@"; RC=$?; [ $RC 
!= 255 ] || RC=253; set -e;myout=$(readlink /proc/$$/fd/1);myerr=$(readlink 
/proc/$$/fd/2);myout="${myout/[/'\'''\\''\\''\'''\'''\\''\\''\''[}"; 
myout="${myout/]/'\'''\\''\\''\'''\'''\\''\\''\'']}";myerr="${myerr/[/'\'''\\''\\''\'''\'''\\''\\''\''[}";
 myerr="${myerr/]/'\'''\\''\\''\'''\'''\\''\\''\'']}";PS=$(ls -l 
/proc/[0-9]*/fd/* 2>/dev/null | sed -nr 
'\'''\\''\'''\'''\'''\\''\\''\''#('\'''\\''\'''\''"$myout"'\'''\\''\'''\''|'\'''\\''\'''\''"$myerr"'\'''\\''\'''\'')#
 { s#^.*/proc/([0-9]+)/.*$#'\'''\\''\\''\''1#; p}'\'''\\''\'''\''|sort 
-u);KILL="";for pid in $PS; do    [ $pid -ne $$ ] && [ $pid -ne $PPID ] || 
continue;    KILL="$KILL $pid";done;[ -z "$KILL" ] || kill -9 $KILL >/dev/null 
2>&1 || true;exit $RC'\'' -- su - builder -- -ec '\''exec "$@";x'\'' --' "$@"

--- End Message ---

Reply via email to