Page MenuHomePhorge

Build 1013
FailedPublic

You are viewing an older run of this build. View Current Build

History

Run Command

When
Completed at Jul 15 2015, 1:41 PM · Built for 1 m, 19 s
Status
Failed
This build step has since been deleted on the build plan. Some information may be omitted.

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

1+ '[' -z 9d9d83cbd0384fb82a197f7e5b5e0f5917db8bcc -a -z '' ']'
2+ '[' -z https://github.com/adityab/manticore.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 https://github.com/adityab/manticore.git .git
13+ package=manticore
14++ echo https://github.com/adityab/manticore.git
15++ sed -e 's|ssh://git@|https://|g'
16+ ro_uri=https://github.com/adityab/manticore.git
17+ case ${package} in
18++ pwd
19+ export TMPDIR=/var/tmp/1397
20+ TMPDIR=/var/tmp/1397
21+ '[' '!' -d manticore.git ']'
22+ git clone https://github.com/adityab/manticore.git manticore.git
23+ pushd manticore.git
24+ git checkout 9d9d83cbd0384fb82a197f7e5b5e0f5917db8bcc
25Note: checking out '9d9d83cbd0384fb82a197f7e5b5e0f5917db8bcc'.
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 9d9d83c... Load socketio dynamically when needed, now all static dependencies are managed by grunt
37+ popd
38+ '[' manticore '!=' 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/manticore/build.sh ']'
57+ pushd manticore.git
58+ ../stick.git/drydocker/manticore/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=1013 -e COMMIT=9d9d83cbd0384fb82a197f7e5b5e0f5917db8bcc -e DIFFERENTIAL= -e PACKAGE=manticore -e PHAB_CERT= -e PHAB_USER= -e PHID=PHID-HMBT-y4lbbskmkydhgteoqfkc -e URI=https://github.com/adityab/manticore.git -e RO_URI=https://github.com/adityab/manticore.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/1397
65+ exit 1
66

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

2507manticore-0/client/.jshintrc
2508manticore-0/client/index.html
2509manticore-0/client/favicon.ico
2510manticore-0/protractor.conf.js
2511manticore-0/.travis.yml
2512manticore-0/.buildignore
2513manticore-0/README.md
2514manticore-0/package.json
2515manticore-0/.gitignore
2516manticore-0/.bowerrc
2517manticore-0/.editorconfig
2518manticore-0/karma.conf.js
2519manticore-0/LICENSE
2520manticore-0/.gitattributes
2521manticore-0/server/
2522manticore-0/server/.jshintrc-spec
2523manticore-0/server/views/
2524manticore-0/server/views/404.jade
2525manticore-0/server/auth/
2526manticore-0/server/auth/auth.service.js
2527manticore-0/server/auth/local/
2528manticore-0/server/auth/local/passport.js
2529manticore-0/server/auth/local/index.js
2530manticore-0/server/auth/index.js
2531manticore-0/server/app.js
2532manticore-0/server/api/
2533manticore-0/server/api/user/
2534manticore-0/server/api/user/user.controller.js
2535manticore-0/server/api/user/user.model.spec.js
2536manticore-0/server/api/user/user.model.js
2537manticore-0/server/api/user/index.js
2538manticore-0/server/api/document/
2539manticore-0/server/api/document/document.spec.js
2540manticore-0/server/api/document/document.model.js
2541manticore-0/server/api/document/document.controller.js
2542manticore-0/server/api/document/index.js
2543manticore-0/server/routes.js
2544manticore-0/server/components/
2545manticore-0/server/components/colors/
2546manticore-0/server/components/colors/index.js
2547manticore-0/server/components/objectcache/
2548manticore-0/server/components/objectcache/index.js
2549manticore-0/server/components/adaptor/
2550manticore-0/server/components/adaptor/room.js
2551manticore-0/server/components/adaptor/index.js
2552manticore-0/server/components/errors/
2553manticore-0/server/components/errors/index.js
2554manticore-0/server/.jshintrc
2555manticore-0/server/config/
2556manticore-0/server/config/environment/
2557manticore-0/server/config/environment/production.js
2558manticore-0/server/config/environment/development.js
2559manticore-0/server/config/environment/test.js
2560manticore-0/server/config/environment/index.js
2561manticore-0/server/config/socketio.js
2562manticore-0/server/config/express.js
2563manticore-0/server/config/local.env.sample.js
2564manticore-0/server/config/seed.js
2565manticore-0/e2e/
2566manticore-0/e2e/main/
2567manticore-0/e2e/main/main.spec.js
2568manticore-0/e2e/main/main.po.js
2569manticore-0/autogen.sh
2570manticore-0/.yo-rc.json
2571/srv/manticore.git
2572Running ../stick.git/drydocker/manticore/test_build.sh OK (at 9d9d83cbd0384fb82a197f7e5b5e0f5917db8bcc)
2573Running ../stick.git/drydocker/manticore/test_obs.sh ...
2574/srv/manticore.git /srv/manticore.git
2575Running obs_build_local ...
2576/srv/manticore.git /srv/manticore.git /srv/manticore.git
2577Branches that contain 9d9d83cbd0384fb82a197f7e5b5e0f5917db8bcc:
2578master
2579Branch is 'master'
2580The latest stable branch is ''
2581Going with new version: '0'
2582/srv /srv/manticore.git /srv/manticore.git
2583Server returned an error: HTTP Error 404: Not Found
2584Error getting meta for project 'Kolab:3.4:Updates' package 'manticore'
2585Kolab:3.4:Updates/manticore
2586/srv/stick.git/drydocker/generic_obs.sh: line 24: pushd: Kolab:3.4:Updates/manticore: No such file or directory
2587/srv/manticore.git /srv /srv/manticore.git /srv/manticore.git
2588Going with new version: '0'
2589/srv/stick.git/drydocker/generic_obs.sh: line 45: /srv/Kolab:3.4:Updates/manticore/manticore-0.tar.gz: No such file or directory
2590/srv /srv/manticore.git /srv/manticore.git
2591sed: can't read manticore.spec: No such file or directory
2592sed: can't read manticore.dsc: No such file or directory
2593sed: can't read debian.changelog: No such file or directory
2594Error: '/srv' is not an osc project dir or working copy
2595/srv/manticore.git /srv/manticore.git
2596/srv/manticore.git
2597Running obs_build_local FAILED (at 9d9d83cbd0384fb82a197f7e5b5e0f5917db8bcc)
2598Running ../stick.git/drydocker/manticore/test_obs.sh FAILED (at 9d9d83cbd0384fb82a197f7e5b5e0f5917db8bcc)
2599========================================================================
2600 Running '_install_package_builddep manticore' OK (at 9d9d83cbd0384fb82a197f7e5b5e0f5917db8bcc)
2601 Running '../stick.git/drydocker/manticore/test_build.sh' OK (at 9d9d83cbd0384fb82a197f7e5b5e0f5917db8bcc)
2602 Running 'obs_build_local' FAILED (at 9d9d83cbd0384fb82a197f7e5b5e0f5917db8bcc)
2603 Running '../stick.git/drydocker/manticore/test_obs.sh' FAILED (at 9d9d83cbd0384fb82a197f7e5b5e0f5917db8bcc)
2604========================================================================
2605/var/tmp/1397
2606

Lease Host

When
Completed at Jul 15 2015, 1:40 PM · Built for 1 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 Jul 15 2015, 1:40 PM · Built instantly
Status
Passed
1 empty log is hidden Show all logs.