Page MenuHomePhabricator

pywikibot-core-tox-fasttest-py39 sometimes fails
Closed, DuplicatePublicBUG REPORT

Description

https://integration.wikimedia.org/ci/job/pywikibot-core-tox-fasttest-py39/1238/console

10:09:38 Started by user unknown or anonymous
10:09:38 Running as SYSTEM
10:09:38 Building remotely on integration-agent-docker-1050 (pipelinelib Docker blubber) in workspace /srv/jenkins/workspace/pywikibot-core-tox-fasttest-py39
10:09:38 [pywikibot-core-tox-fasttest-py39] $ /bin/bash -xe /tmp/jenkins11893115733384250354.sh
10:09:38 + ls -laF --color=always
10:09:38 total 12
10:09:38 drwxr-xr-x  3 root           root    4096 Sep 26 09:08 ./
10:09:38 drwxrwxr-x 18 jenkins-deploy wikidev 4096 Oct  5 08:06 ../
10:09:38 drwxr-xr-x  2 root           root    4096 Sep 26 09:08 cache/
10:09:38 + mkdir -m 2777 -p cache
10:09:38 [pywikibot-core-tox-fasttest-py39] $ /bin/bash /tmp/jenkins768648465776304989.sh
10:09:38 + set -o pipefail
10:09:38 ++ pwd
10:09:38 + '[' '!' -d /srv/jenkins/workspace/pywikibot-core-tox-fasttest-py39/cache ']'
10:09:38 ++ pwd
10:09:38 + exec docker run --volume /srv/jenkins/workspace/pywikibot-core-tox-fasttest-py39/cache:/cache --security-opt seccomp=unconfined --init --rm --label jenkins.job=pywikibot-core-tox-fasttest-py39 --label jenkins.build=1238 --env-file /dev/fd/63 docker-registry.wikimedia.org/releng/castor:0.4.0 load
10:09:38 ++ /usr/bin/env
10:09:38 ++ egrep -v '^(HOME|SHELL|PATH|LOGNAME|MAIL)='
10:09:39 Defined: CASTOR_NAMESPACE="pywikibot-core/master/pywikibot-core-tox-fasttest-py39"
10:09:39 Syncing...
10:09:39 rsync: [generator] failed to set times on "/cache/.": Operation not permitted (1)
10:09:39 rsync: [generator] recv_generator: mkdir "/cache/pip" failed: Permission denied (13)
10:09:39 *** Skipping any contents from this failed directory ***
10:09:39 rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1819) [generator=3.2.3]
10:09:39 
10:09:39 Done
10:09:39 [pywikibot-core-tox-fasttest-py39] $ /bin/bash -xe /tmp/jenkins18292875214677621400.sh
10:09:39 + set -eux
10:09:39 + ls -laF --color=always
10:09:39 total 12
10:09:39 drwxr-xr-x  3 root           root    4096 Sep 26 09:08 ./
10:09:39 drwxrwxr-x 19 jenkins-deploy wikidev 4096 Oct  5 08:09 ../
10:09:39 drwxr-xr-x  2 root           root    4096 Sep 26 09:08 cache/
10:09:39 + mkdir -m 2777 -p log
10:09:39 mkdir: cannot create directory ‘log’: Permission denied
10:09:39 Build step 'Execute shell' marked build as failure

Event Timeline

Xqt changed the subtype of this task from "Task" to "Bug Report".Oct 5 2024, 9:47 AM
Xqt added a subscriber: hashar.
Reedy renamed this task from pywikibot-core-tox-fasttest-py39 sometimes failes to pywikibot-core-tox-fasttest-py39 sometimes fails.Oct 5 2024, 7:50 PM

The cache directory has been created/left behind owned by root which prevent the jobs from running again :-/ That is T282893