Console Output

Started by an SCM change
Running as SYSTEM
Building remotely on Rechenknecht in workspace /mnt/data/jenkins/work/work/workspace/faust-macrogen
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-doU2ssl66ryq/agent.17797
SSH_AGENT_PID=17799
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /mnt/data/jenkins/work/work/workspace/faust-macrogen@tmp/private_key_8830476258638865929.key (/mnt/data/jenkins/work/work/workspace/faust-macrogen@tmp/private_key_8830476258638865929.key)
[ssh-agent] Using credentials jenkins (Jenkins2-SSH-Key)
[ssh-agent] Using credentials jenkins (wrzh075.rzhousing.uni-wuerzburg.de)
The recommended git tool is: NONE
using credential Github
 > /usr/bin/git rev-parse --resolve-git-dir /mnt/data/jenkins/work/work/workspace/faust-macrogen/.git # timeout=10
Fetching changes from the remote Git repository
 > /usr/bin/git config remote.origin.url https://github.com/faustedition/faust-macrogen # timeout=10
Fetching upstream changes from https://github.com/faustedition/faust-macrogen
 > /usr/bin/git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials 
 > /usr/bin/git fetch --tags --force --progress -- https://github.com/faustedition/faust-macrogen +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 48d1e9d21701c254116055c320474a63dcf06f55 (refs/remotes/origin/master)
 > /usr/bin/git config core.sparsecheckout # timeout=10
 > /usr/bin/git checkout -f 48d1e9d21701c254116055c320474a63dcf06f55 # timeout=10
Commit message: "Merge pull request #39 from faustedition/dependabot/pip/lxml-4.9.1"
First time build. Skipping changelog.
 > /usr/bin/git remote # timeout=10
 > /usr/bin/git submodule init # timeout=10
 > /usr/bin/git submodule sync # timeout=10
 > /usr/bin/git config --get remote.origin.url # timeout=10
 > /usr/bin/git submodule init # timeout=10
 > /usr/bin/git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10
 > /usr/bin/git config --get submodule.data.url # timeout=10
 > /usr/bin/git config -f .gitmodules --get submodule.data.path # timeout=10
 > /usr/bin/git submodule update --init --recursive --remote data # timeout=10
[faust-macrogen] $ /bin/sh -xe /tmp/jenkins2355677163815858251.sh + pip install numpy Requirement already satisfied: numpy in /usr/lib/python3/dist-packages (1.16.2) WARNING: You are using pip version 19.3.1; however, version 22.2.2 is available. You should consider upgrading via the 'pip install --upgrade pip' command. + pip install -e . ERROR: File "setup.py" not found. Directory cannot be installed in editable mode: /mnt/data/jenkins/work/work/workspace/faust-macrogen (A "pyproject.toml" file was found, but editable mode currently requires a setup.py based build.) WARNING: You are using pip version 19.3.1; however, version 22.2.2 is available. You should consider upgrading via the 'pip install --upgrade pip' command. Build step 'Execute shell' marked build as failure $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 17799 killed; [ssh-agent] Stopped. Archiving artifacts Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds Notifying upstream projects of job completion Finished: FAILURE