Created
February 14, 2017 21:23
-
-
Save philangist/c2e01f4e7b86f902c1ba837a46159934 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TASK [dev_server : plenv rehash] *********************************************** | |
changed: [t1-perl-dev] | |
TASK [dev_server : set default perl version] *********************************** | |
ok: [t1-perl-dev] | |
TASK [dev_server : perl Makefile.PL] ******************************************* | |
changed: [t1-perl-dev] | |
TASK [dev_server : install shared library dependencies] ************************ | |
ok: [t1-perl-dev] => (item=[u'libxml2-dev', u'libexpat-dev', u'libpq-dev']) | |
TASK [dev_server : make bundledeps] ******************************************** | |
fatal: [t1-perl-dev]: FAILED! => {"changed": true, "cmd": "su -l -c 'cd /home/dev/src/adama && make bundledeps' dev", "delta": "0:00:05.920187", "end": "2017-02-14 21:22:25.021162", "failed": true, "rc": 2, "start": "2017-02-14 21:22:19.100975", "stderr": "Archive /tmp/gmzRI6ZRZN/Catalyst-Plugin-Session-Store-Memcached-0.05.tar.gz is identical to BOBTFISH/Catalyst-Plugin-Session-Store-Memcached-0.05.tar.gz\nmake: *** [/home/dev/.cache/adama_dev/cpan/stacks/574bdcfc98b6cf59c51328ce9465bb8e3d25af7d/deps_imported] Error 1", "stdout": "if [ ! -d /home/dev/.cache/adama_dev/cpan/stacks/574bdcfc98b6cf59c51328ce9465bb8e3d25af7d ]; then PERL_LOCAL_LIB_ROOT= PERL_MB_OPT= PERL_MM_OPT= PERL5LIB= /apps/perl/perl-5.10.1/bin/perl \"-Iinc\" -I /home/dev/.cache/adama_dev/pintolib/lib/perl5 /home/dev/.cache/adama_dev/pintolib/bin/pinto --root /home/dev/.cache/adama_dev/cpan new 574bdcfc98b6cf59c51328ce9465bb8e3d25af7d; fi; awk -vsection=1 'BEGIN { i = 0 } { if ($0 == \"---\") { i++; next } if (i == section) { print $0 } }' dependencies.manifest |PERL_LOCAL_LIB_ROOT= PERL_MB_OPT= PERL_MM_OPT= PERL5LIB= /apps/perl/perl-5.10.1/bin/perl \"-Iinc\" -I /home/dev/.cache/adama_dev/pintolib/lib/perl5 /home/dev/.cache/adama_dev/pintolib/bin/pinto --root /home/dev/.cache/adama_dev/cpan pull --stack 574bdcfc98b6cf59c51328ce9465bb8e3d25af7d --no-recurse -M;", "stdout_lines": ["if [ ! -d /home/dev/.cache/adama_dev/cpan/stacks/574bdcfc98b6cf59c51328ce9465bb8e3d25af7d ]; then PERL_LOCAL_LIB_ROOT= PERL_MB_OPT= PERL_MM_OPT= PERL5LIB= /apps/perl/perl-5.10.1/bin/perl \"-Iinc\" -I /home/dev/.cache/adama_dev/pintolib/lib/perl5 /home/dev/.cache/adama_dev/pintolib/bin/pinto --root /home/dev/.cache/adama_dev/cpan new 574bdcfc98b6cf59c51328ce9465bb8e3d25af7d; fi; awk -vsection=1 'BEGIN { i = 0 } { if ($0 == \"---\") { i++; next } if (i == section) { print $0 } }' dependencies.manifest |PERL_LOCAL_LIB_ROOT= PERL_MB_OPT= PERL_MM_OPT= PERL5LIB= /apps/perl/perl-5.10.1/bin/perl \"-Iinc\" -I /home/dev/.cache/adama_dev/pintolib/lib/perl5 /home/dev/.cache/adama_dev/pintolib/bin/pinto --root /home/dev/.cache/adama_dev/cpan pull --stack 574bdcfc98b6cf59c51328ce9465bb8e3d25af7d --no-recurse -M;"], "warnings": ["Consider using 'become', 'become_method', and 'become_user' rather than running su"]} | |
NO MORE HOSTS LEFT ************************************************************* | |
to retry, use: --limit @/Users/popaola/Code/platform-api-automation/provisioning/play.retry | |
PLAY RECAP ********************************************************************* | |
t1-perl-dev : ok=110 changed=8 unreachable=0 failed=1 | |
make: *** [provision] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment