[Qa-jenkins-scm] Build failed in Jenkins: janitor-setup-worker #6

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Sun May 17 23:56:01 BST 2020


See <https://jenkins.debian.net/job/janitor-setup-worker/6/display/redirect?page=changes>

Changes:

[jelmer] Include error code.

[jelmer] Use sys.executable.

[jelmer] Fix pull worker and add --debug flag.

[jelmer] Distinguish between public and private vcs manager.

[jelmer] Fix argument ordering.

[jelmer] Add abort call.

[jelmer] Disable upstream-metadata-file for java-team.


------------------------------------------
Started by user Holger Levsen
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on osuosl-build167-amd64.debian.net (osuosl167 amd64) in workspace <https://jenkins.debian.net/job/janitor-setup-worker/ws/>
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://salsa.debian.org/jelmer/debian-janitor
 > git init <https://jenkins.debian.net/job/janitor-setup-worker/ws/> # timeout=10
Fetching upstream changes from https://salsa.debian.org/jelmer/debian-janitor
 > git --version # timeout=10
 > git fetch --tags --force --progress -- https://salsa.debian.org/jelmer/debian-janitor +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://salsa.debian.org/jelmer/debian-janitor # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://salsa.debian.org/jelmer/debian-janitor # timeout=10
Fetching upstream changes from https://salsa.debian.org/jelmer/debian-janitor
 > git fetch --tags --force --progress -- https://salsa.debian.org/jelmer/debian-janitor +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision eafe79b7293b69385d46e5b520517a6590bbf0b8 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f eafe79b7293b69385d46e5b520517a6590bbf0b8 # timeout=10
Commit message: "Disable upstream-metadata-file for java-team."
 > git rev-list --no-walk ac042aeee8a3d21c0f5b7d5c936efdb24650e1d0 # timeout=10
 > git remote # timeout=10
 > git submodule init # timeout=10
 > git submodule sync # timeout=10
 > git config --get remote.origin.url # timeout=10
 > git submodule init # timeout=10
 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10
 > git config --get submodule.lintian-brush.url # timeout=10
 > git config -f .gitmodules --get submodule.lintian-brush.path # timeout=10
 > git config --get submodule.silver-platter.url # timeout=10
 > git config -f .gitmodules --get submodule.silver-platter.path # timeout=10
 > git config --get submodule.breezy-debian.url # timeout=10
 > git config -f .gitmodules --get submodule.breezy-debian.path # timeout=10
 > git config --get submodule.breezy.url # timeout=10
 > git config -f .gitmodules --get submodule.breezy.path # timeout=10
 > git config --get submodule.dulwich.url # timeout=10
 > git config -f .gitmodules --get submodule.dulwich.path # timeout=10
 > git submodule update --init --recursive lintian-brush # timeout=10
 > git submodule update --init --recursive silver-platter # timeout=10
 > git submodule update --init --recursive breezy-debian # timeout=10
 > git submodule update --init --recursive breezy # timeout=10
 > git submodule update --init --recursive dulwich # timeout=10
[janitor-setup-worker] $ /bin/sh -xe /tmp/jenkins3036951629244399630.sh
+ /srv/jenkins/bin/jenkins_master_wrapper.sh
====================================================================================
Sun 17 May 2020 10:55:14 PM UTC - running /srv/jenkins/bin/janitor_setup_worker.sh (for job janitor-setup-worker) on osuosl-build167-amd64, called using "" as arguments.
Sun 17 May 2020 10:55:14 PM UTC - actually running "janitor_setup_worker.sh" (md5sum f73843aa18bb2b4190d5c118bd8823fe) as "/tmp/jenkins-script-w5oNBkqU"

Please send feedback to qa-jenkins-dev at lists.alioth.debian.org or even better, provide https://salsa.debian.org/qa/jenkins.debian.net/merge_requests !

To dig deeper: git clone https://salsa.debian.org/qa/jenkins.debian.net.git && less README INSTALL CONTRIBUTING TODO

====================================================================================
declare -x CHROOT_BASE="/chroots"
declare -x HOME="/var/lib/jenkins"
declare -x LANG="en_US.UTF-8"
declare -x LC_ALL="C.UTF-8"
declare -x LOGNAME="jenkins"
declare -x MAIL="/var/mail/jenkins"
declare -x MIRROR="http://cdn-fastly.deb.debian.org/debian"
declare -x OLDPWD
declare -x PATH="/usr/local/bin:/usr/bin:/bin:/usr/games"
declare -x PWD="/var/lib/jenkins"
declare -x SCHROOT_BASE="/schroots"
declare -x SCRIPT_HEADER="#!/bin/bash
	if true ; then
		set -x
	fi
	set -e
	export DEBIAN_FRONTEND=noninteractive
	export LC_ALL=C.UTF-8
	export http_proxy=http://10.6.5.46:3128
	export MIRROR=http://cdn-fastly.deb.debian.org/debian"
declare -x SHELL="/bin/bash"
declare -x SHLVL="2"
declare -x SSH_CLIENT="10.6.4.1 47284 22"
declare -x SSH_CONNECTION="10.6.4.1 47284 10.6.5.46 22"
declare -x SSH_ORIGINAL_COMMAND="janitor-setup-worker"
declare -x USER="jenkins"
declare -x XDG_RUNTIME_DIR="/run/user/110"
declare -x XDG_SESSION_CLASS="user"
declare -x XDG_SESSION_ID="6442"
declare -x XDG_SESSION_TYPE="tty"
declare -x http_proxy="http://10.6.5.46:3128"
+ set -e
+ JANITOR_REPO_URL=https://salsa.debian.org/jelmer/debian-janitor
+ TARGET=/srv/janitor
/srv/janitor/debian-janitor ~
+ sudo mkdir -p /srv/janitor/
+ sudo chown -R jenkins:jenkins /srv/janitor/
+ '[' '!' -d /srv/janitor/debian-janitor ']'
+ pushd /srv/janitor/debian-janitor
+ git pull --recurse
warning: redirecting to https://salsa.debian.org/jelmer/debian-janitor.git/
>From https://salsa.debian.org/jelmer/debian-janitor
   ac042ae..eafe79b  master     -> origin/master
Fetching submodule breezy
Fetching submodule breezy-debian
Fetching submodule dulwich
Fetching submodule lintian-brush
>From https://salsa.debian.org/jelmer/lintian-brush
   ad9e014..93add2d  master     -> origin/master
Fetching submodule silver-platter
>From https://jelmer.uk/code/silver-platter
   0c837ca..38c492c  master         -> origin/master
   ae60fdf..05ac417  unstable       -> origin/unstable
 * [new tag]         debian/0.3.0+git20200517.38c492c-1 -> debian/0.3.0+git20200517.38c492c-1
 * [new tag]         debian/0.3.0-1 -> debian/0.3.0-1
 * [new tag]         upstream/0.3.0 -> upstream/0.3.0
 * [new tag]         upstream/0.3.0+git20200508.96b1cdb -> upstream/0.3.0+git20200508.96b1cdb
 * [new tag]         debian/0.3.0+git20200516.9f9af15-1 -> debian/0.3.0+git20200516.9f9af15-1
 * [new tag]         upstream/0.3.0+git20200516.9f9af15 -> upstream/0.3.0+git20200516.9f9af15
 * [new tag]         upstream/0.3.0+git20200517.38c492c -> upstream/0.3.0+git20200517.38c492c
Updating ac042ae..eafe79b
Fast-forward
 janitor/build.py       |  3 ++-
 janitor/pull_worker.py | 25 +++++++++++++++++++++----
 janitor/runner.py      | 22 ++++++++++++++++------
 janitor/vcs.py         |  2 +-
 janitor/worker.py      |  2 +-
 policy.conf            | 12 ++++++++++++
 6 files changed, 53 insertions(+), 13 deletions(-)
~
+ popd
+ make -C /srv/janitor/debian-janitor/breezy
make: Entering directory '/srv/janitor/debian-janitor/breezy'
building extension modules.
python3 setup.py build_ext -i 
running build_ext
cythoning breezy/_simple_set_pyx.pyx to breezy/_simple_set_pyx.c
building 'breezy._simple_set_pyx' extension
creating build
creating build/temp.linux-x86_64-3.7
creating build/temp.linux-x86_64-3.7/breezy
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ibreezy -I/usr/include/python3.7m -c breezy/_simple_set_pyx.c -o build/temp.linux-x86_64-3.7/breezy/_simple_set_pyx.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/breezy/_simple_set_pyx.o -o /srv/janitor/debian-janitor/breezy/breezy/_simple_set_pyx.cpython-37m-x86_64-linux-gnu.so
building 'breezy._static_tuple_c' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.7m -c breezy/_static_tuple_c.c -o build/temp.linux-x86_64-3.7/breezy/_static_tuple_c.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/breezy/_static_tuple_c.o -o /srv/janitor/debian-janitor/breezy/breezy/_static_tuple_c.cpython-37m-x86_64-linux-gnu.so
cythoning breezy/_annotator_pyx.pyx to breezy/_annotator_pyx.c
building 'breezy._annotator_pyx' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ibreezy -I/usr/include/python3.7m -c breezy/_annotator_pyx.c -o build/temp.linux-x86_64-3.7/breezy/_annotator_pyx.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/breezy/_annotator_pyx.o -o /srv/janitor/debian-janitor/breezy/breezy/_annotator_pyx.cpython-37m-x86_64-linux-gnu.so
cythoning breezy/_bencode_pyx.pyx to breezy/_bencode_pyx.c
building 'breezy._bencode_pyx' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ibreezy -I/usr/include/python3.7m -c breezy/_bencode_pyx.c -o build/temp.linux-x86_64-3.7/breezy/_bencode_pyx.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/breezy/_bencode_pyx.o -o /srv/janitor/debian-janitor/breezy/breezy/_bencode_pyx.cpython-37m-x86_64-linux-gnu.so
cythoning breezy/_chunks_to_lines_pyx.pyx to breezy/_chunks_to_lines_pyx.c
building 'breezy._chunks_to_lines_pyx' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ibreezy -I/usr/include/python3.7m -c breezy/_chunks_to_lines_pyx.c -o build/temp.linux-x86_64-3.7/breezy/_chunks_to_lines_pyx.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/breezy/_chunks_to_lines_pyx.o -o /srv/janitor/debian-janitor/breezy/breezy/_chunks_to_lines_pyx.cpython-37m-x86_64-linux-gnu.so
cythoning breezy/bzr/_groupcompress_pyx.pyx to breezy/bzr/_groupcompress_pyx.c
building 'breezy.bzr._groupcompress_pyx' extension
creating build/temp.linux-x86_64-3.7/breezy/bzr
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ibreezy -I/usr/include/python3.7m -c breezy/bzr/_groupcompress_pyx.c -o build/temp.linux-x86_64-3.7/breezy/bzr/_groupcompress_pyx.o
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ibreezy -I/usr/include/python3.7m -c breezy/bzr/diff-delta.c -o build/temp.linux-x86_64-3.7/breezy/bzr/diff-delta.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/breezy/bzr/_groupcompress_pyx.o build/temp.linux-x86_64-3.7/breezy/bzr/diff-delta.o -o /srv/janitor/debian-janitor/breezy/breezy/bzr/_groupcompress_pyx.cpython-37m-x86_64-linux-gnu.so
cythoning breezy/bzr/_knit_load_data_pyx.pyx to breezy/bzr/_knit_load_data_pyx.c
building 'breezy.bzr._knit_load_data_pyx' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ibreezy -I/usr/include/python3.7m -c breezy/bzr/_knit_load_data_pyx.c -o build/temp.linux-x86_64-3.7/breezy/bzr/_knit_load_data_pyx.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/breezy/bzr/_knit_load_data_pyx.o -o /srv/janitor/debian-janitor/breezy/breezy/bzr/_knit_load_data_pyx.cpython-37m-x86_64-linux-gnu.so
cythoning breezy/_known_graph_pyx.pyx to breezy/_known_graph_pyx.c
building 'breezy._known_graph_pyx' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ibreezy -I/usr/include/python3.7m -c breezy/_known_graph_pyx.c -o build/temp.linux-x86_64-3.7/breezy/_known_graph_pyx.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/breezy/_known_graph_pyx.o -o /srv/janitor/debian-janitor/breezy/breezy/_known_graph_pyx.cpython-37m-x86_64-linux-gnu.so
cythoning breezy/_rio_pyx.pyx to breezy/_rio_pyx.c
building 'breezy._rio_pyx' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ibreezy -I/usr/include/python3.7m -c breezy/_rio_pyx.c -o build/temp.linux-x86_64-3.7/breezy/_rio_pyx.o
breezy/_rio_pyx.c: In function ‘__pyx_pf_6breezy_8_rio_pyx__valid_tag’:
breezy/_rio_pyx.c:1420:19: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
     __pyx_v_c_tag = PyUnicode_AsUTF8AndSize(__pyx_v_tag, (&__pyx_v_c_len));
                   ^
breezy/_rio_pyx.c: In function ‘__pyx_f_6breezy_8_rio_pyx__split_first_line_unicode’:
breezy/_rio_pyx.c:1922:7: warning: ‘PyUnicode_EncodeASCII’ is deprecated [-Wdeprecated-declarations]
       __pyx_t_3 = PyUnicode_EncodeASCII(__pyx_v_line, __pyx_v_i, ((char *)"strict")); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 123, __pyx_L1_error)
       ^~~~~~~~~
In file included from /usr/include/python3.7m/Python.h:99,
                 from breezy/_rio_pyx.c:4:
/usr/include/python3.7m/unicodeobject.h:1605:23: note: declared here
 PyAPI_FUNC(PyObject*) PyUnicode_EncodeASCII(
                       ^~~~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/breezy/_rio_pyx.o -o /srv/janitor/debian-janitor/breezy/breezy/_rio_pyx.cpython-37m-x86_64-linux-gnu.so
cythoning breezy/bzr/_dirstate_helpers_pyx.pyx to breezy/bzr/_dirstate_helpers_pyx.c
building 'breezy.bzr._dirstate_helpers_pyx' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ibreezy -I/usr/include/python3.7m -c breezy/bzr/_dirstate_helpers_pyx.c -o build/temp.linux-x86_64-3.7/breezy/bzr/_dirstate_helpers_pyx.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/breezy/bzr/_dirstate_helpers_pyx.o -o /srv/janitor/debian-janitor/breezy/breezy/bzr/_dirstate_helpers_pyx.cpython-37m-x86_64-linux-gnu.so
cythoning breezy/_readdir_pyx.pyx to breezy/_readdir_pyx.c
building 'breezy._readdir_pyx' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ibreezy -I/usr/include/python3.7m -c breezy/_readdir_pyx.c -o build/temp.linux-x86_64-3.7/breezy/_readdir_pyx.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/breezy/_readdir_pyx.o -o /srv/janitor/debian-janitor/breezy/breezy/_readdir_pyx.cpython-37m-x86_64-linux-gnu.so
cythoning breezy/bzr/_chk_map_pyx.pyx to breezy/bzr/_chk_map_pyx.c
building 'breezy.bzr._chk_map_pyx' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ibreezy -I/usr/include/python3.7m -c breezy/bzr/_chk_map_pyx.c -o build/temp.linux-x86_64-3.7/breezy/bzr/_chk_map_pyx.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/breezy/bzr/_chk_map_pyx.o -o /srv/janitor/debian-janitor/breezy/breezy/bzr/_chk_map_pyx.cpython-37m-x86_64-linux-gnu.so
cythoning breezy/bzr/_btree_serializer_pyx.pyx to breezy/bzr/_btree_serializer_pyx.c
building 'breezy.bzr._btree_serializer_pyx' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ibreezy -I/usr/include/python3.7m -c breezy/bzr/_btree_serializer_pyx.c -o build/temp.linux-x86_64-3.7/breezy/bzr/_btree_serializer_pyx.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/breezy/bzr/_btree_serializer_pyx.o -o /srv/janitor/debian-janitor/breezy/breezy/bzr/_btree_serializer_pyx.cpython-37m-x86_64-linux-gnu.so
/usr/lib/python3/dist-packages/setuptools/dist.py:475: UserWarning: Normalizing '3.2.0dev' to '3.2.0.dev0'
  normalized_version,
/usr/lib/python3/dist-packages/Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /srv/janitor/debian-janitor/breezy/breezy/_simple_set_pyx.pxd
  tree = Parsing.p_module(s, pxd, full_module_name)
/usr/lib/python3/dist-packages/Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /srv/janitor/debian-janitor/breezy/breezy/_annotator_pyx.pyx
  tree = Parsing.p_module(s, pxd, full_module_name)
/usr/lib/python3/dist-packages/Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /srv/janitor/debian-janitor/breezy/breezy/_bencode_pyx.pyx
  tree = Parsing.p_module(s, pxd, full_module_name)
/usr/lib/python3/dist-packages/Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /srv/janitor/debian-janitor/breezy/breezy/_chunks_to_lines_pyx.pyx
  tree = Parsing.p_module(s, pxd, full_module_name)
/usr/lib/python3/dist-packages/Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /srv/janitor/debian-janitor/breezy/breezy/bzr/_groupcompress_pyx.pyx
  tree = Parsing.p_module(s, pxd, full_module_name)
/usr/lib/python3/dist-packages/Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /srv/janitor/debian-janitor/breezy/breezy/bzr/_knit_load_data_pyx.pyx
  tree = Parsing.p_module(s, pxd, full_module_name)
/usr/lib/python3/dist-packages/Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /srv/janitor/debian-janitor/breezy/breezy/_known_graph_pyx.pyx
  tree = Parsing.p_module(s, pxd, full_module_name)
/usr/lib/python3/dist-packages/Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /srv/janitor/debian-janitor/breezy/breezy/_rio_pyx.pyx
  tree = Parsing.p_module(s, pxd, full_module_name)
/usr/lib/python3/dist-packages/Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /srv/janitor/debian-janitor/breezy/breezy/bzr/_dirstate_helpers_pyx.pyx
  tree = Parsing.p_module(s, pxd, full_module_name)
/usr/lib/python3/dist-packages/Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /srv/janitor/debian-janitor/breezy/breezy/_readdir_pyx.pyx
  tree = Parsing.p_module(s, pxd, full_module_name)
/usr/lib/python3/dist-packages/Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /srv/janitor/debian-janitor/breezy/breezy/bzr/_chk_map_pyx.pyx
  tree = Parsing.p_module(s, pxd, full_module_name)
/usr/lib/python3/dist-packages/Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /srv/janitor/debian-janitor/breezy/breezy/bzr/_btree_serializer_pyx.pyx
  tree = Parsing.p_module(s, pxd, full_module_name)
make: Leaving directory '/srv/janitor/debian-janitor/breezy'
+ make -C /srv/janitor/debian-janitor/dulwich
make: Entering directory '/srv/janitor/debian-janitor/dulwich'
python -Werror setup.py build
Traceback (most recent call last):
  File "setup.py", line 125, in <module>
    **setup_kwargs
  File "/usr/lib/python2.7/distutils/core.py", line 111, in setup
    _setup_distribution = dist = klass(attrs)
  File "/usr/lib/python2.7/distutils/dist.py", line 267, in __init__
    warnings.warn(msg)
UserWarning: Unknown distribution option: 'project_urls'
make: Leaving directory '/srv/janitor/debian-janitor/dulwich'
make: *** [Makefile:20: build] Error 1
Sun 17 May 2020 10:56:00 PM UTC - janitor_setup_worker.sh stopped running as /tmp/jenkins-script-w5oNBkqU, which will now be removed.

SSH EXIT CODE: 2
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list