Page MenuHomePhorge

Build 1959
FailedPublic

Run Command

When
Completed at Nov 18 2015, 12:04 PM · Built for 1 m, 59 s
Status
Failed
This build step has since been deleted on the build plan. Some information may be omitted.

Build Log 6700 (remote - stderr)
25 - 50 - 100 - Unlimited Lines

1+ '[' -z 52c7b2465fd63ab28464fdd8419e417908540262 -a -z '' ']'
2+ '[' -z ssh://git@git.kolab.org/diffusion/C/chwala.git ']'
3+ '[' 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 ']'
4+ test_build=1
5+ test_functional=1
6+ test_integration=1
7+ test_performance=1
8+ test_unit=1
9+ test_obs=1
10+ '[' -z git ']'
11+ case ${vcs} in
12++ basename ssh://git@git.kolab.org/diffusion/C/chwala.git .git
13+ package=chwala
14++ echo ssh://git@git.kolab.org/diffusion/C/chwala.git
15++ sed -e 's|ssh://git@|https://|g'
16+ ro_uri=https://git.kolab.org/diffusion/C/chwala.git
17+ case ${package} in
18++ pwd
19+ export TMPDIR=/var/tmp/2372
20+ TMPDIR=/var/tmp/2372
21+ '[' '!' -d chwala.git ']'
22+ git clone https://git.kolab.org/diffusion/C/chwala.git chwala.git
23+ pushd chwala.git
24+ git checkout 52c7b2465fd63ab28464fdd8419e417908540262
25Note: checking out '52c7b2465fd63ab28464fdd8419e417908540262'.
26
27You are in 'detached HEAD' state. You can look around, make experimental
28changes and commit them, and you can discard any commits you make in this
29state without impacting any branches by performing another checkout.
30
31If you want to create a new branch to retain commits you create, you may
32do so (now or later) by using -b with the checkout command again. Example:
33
34 git checkout -b new_branch_name
35
36HEAD is now at 52c7b24... Add posibility to destroy document sessions (T845)
37+ popd
38+ '[' chwala '!=' stick ']'
39+ '[' '!' -d stick.git ']'
40+ git clone https://git.kolab.org/diffusion/QA/stick.git stick.git
41+ export commit
42+ export differential
43+ export id
44+ export package
45+ export phid
46+ export ro_uri
47+ export uri
48+ export vcs
49+ export test_build
50+ export test_functional
51+ export test_integration
52+ export test_performance
53+ export test_unit
54+ export test_obs
55+ '[' '!' -d /var/tmp/osbuild-packagecache ']'
56+ '[' -x stick.git/drydocker/chwala/build.sh ']'
57+ pushd chwala.git
58+ ../stick.git/drydocker/chwala/build.sh
59+ docker run -it --attach=stdout --attach=stderr --detach=false --rm=true --volume=/root/.oscrc:/root/.oscrc --volume=/var/tmp/osbuild-packagecache/:/var/tmp/osbuild-packagecache/ --hostname=kolab.example.org -e ID=1959 -e COMMIT=52c7b2465fd63ab28464fdd8419e417908540262 -e DIFFERENTIAL= -e PACKAGE=chwala -e PHAB_CERT= -e PHAB_USER= -e PHID=PHID-HMBT-uge262eqrk7bvtzhlxw5 -e URI=ssh://git@git.kolab.org/diffusion/C/chwala.git -e RO_URI=https://git.kolab.org/diffusion/C/chwala.git -e VCS=git -e TEST_BUILD=1 -e TEST_FUNCTIONAL=1 -e TEST_INTEGRATION=1 -e TEST_PERFORMANCE=1 -e TEST_UNIT=1 -e TEST_OBS=1 kolab/ci-maipo
60+ exit 1
61+ retval=1
62+ popd
63+ cd /var/tmp
64+ rm -rf /var/tmp/2372
65+ exit 1
66

Build Log 6699 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

558Resolving deltas: 96% (1991/2073)
559Resolving deltas: 97% (2011/2073)
560Resolving deltas: 98% (2032/2073)
561Resolving deltas: 99% (2056/2073)
562Resolving deltas: 100% (2073/2073)
563Resolving deltas: 100% (2073/2073), done.
564/srv/chwala.git /srv
565Already on 'master'
566Branch manticore set up to track remote branch manticore from origin.
567Switched to a new branch 'manticore'
568Switched to branch 'master'
569Branch odfeditor set up to track remote branch odfeditor from origin.
570Switched to a new branch 'odfeditor'
571Branch oracle set up to track remote branch oracle from origin.
572Switched to a new branch 'oracle'
573/srv
574Repodata is over 2 weeks old. Install yum-cron? Or run: yum makecache fast
575Cleaning repos: Kolab_Development base epel extras openSUSE_Tools updates
57623 metadata files removed
57711 sqlite files removed
5780 metadata files removed
579
580Kolab_Development | 1.6 kB 00:00
581
582base | 3.6 kB 00:00
583
584epel/x86_64/metalink | 26 kB 00:00
585
586epel | 4.3 kB 00:00
587Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=extras&infra=stock error was
58812: Timeout on http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=extras&infra=stock: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
589
590
591 One of the configured repositories failed (Unknown),
592 and yum doesn't have enough cached data to continue. At this point the only
593 safe thing yum can do is fail. There are a few ways to work "fix" this:
594
595 1. Contact the upstream for the repository and get them to fix the problem.
596
597 2. Reconfigure the baseurl/etc. for the repository, to point to a working
598 upstream. This is most often useful if you are using a newer
599 distribution release than is supported by the repository (and the
600 packages for the previous distribution release still work).
601
602 3. Disable the repository, so yum won't use it by default. Yum will then
603 just ignore the repository until you permanently enable it again or use
604 --enablerepo for temporary usage:
605
606 yum-config-manager --disable <repoid>
607
608 4. Configure the failing repository to be skipped, if it is unavailable.
609 Note that yum will try to contact the repo. when it runs most commands,
610 so will have to try and fail each time (and thus. yum will be be much
611 slower). If it is a very temporary problem though, this is often a nice
612 compromise:
613
614 yum-config-manager --save --setopt=<repoid>.skip_if_unavailable=true
615
616Cannot find a valid baseurl for repo: extras/7/x86_64
617/srv/chwala.git /srv
618Note: checking out '52c7b2465fd63ab28464fdd8419e417908540262'.
619
620You are in 'detached HEAD' state. You can look around, make experimental
621changes and commit them, and you can discard any commits you make in this
622state without impacting any branches by performing another checkout.
623
624If you want to create a new branch to retain commits you create, you may
625do so (now or later) by using -b with the checkout command again. Example:
626
627 git checkout -b new_branch_name
628
629HEAD is now at 52c7b24... Add posibility to destroy document sessions (T845)
630Running yum-builddep -y --disablerepo=openSUSE_Tools chwala ...
631Enabling base-source repository
632Enabling epel-source repository
633Enabling extras-source repository
634Enabling updates-source repository
635
636Kolab_Development | 1.6 kB 00:00
637Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=stock error was
63814: curl#7 - "Failed to connect to 2a02:2498:1:3d:5054:ff:fed3:e91a: Network is unreachable"
639
640base-source | 2.9 kB 00:00
641
642epel/x86_64/metalink 100% [===============] 0.0 B/s | 26 kB --:-- ETA
643
644epel/x86_64/metalink | 26 kB 00:00
645
646epel-source/x86_64/metalink | 25 kB 00:00
647
648epel-source | 3.5 kB 00:00
649Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=extras&infra=stock error was
65012: Timeout on http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=extras&infra=stock: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
651Cannot find a valid baseurl for repo: extras/7/x86_64
652Running yum-builddep -y --disablerepo=openSUSE_Tools chwala FAILED (at 52c7b2465fd63ab28464fdd8419e417908540262)
653========================================================================
654 Running 'yum-builddep -y --disablerepo=openSUSE_Tools chwala' FAILED (at 52c7b2465fd63ab28464fdd8419e417908540262)
655========================================================================
656/var/tmp/2372
657

Lease Host

When
Completed at Nov 18 2015, 12:02 PM · Built for 3 s
Status
Passed
This build step has since been deleted on the build plan. Some information may be omitted.

Wait for Previous Commits to Build

When
Completed at Nov 18 2015, 12:02 PM · Built instantly
Status
Passed
1 empty log is hidden Show all logs.

Event Timeline