Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ibrowse to 4.2 #659

Open
wants to merge 3 commits into
base: develop-2.2
Choose a base branch
from
Open

Conversation

fadushin
Copy link
Contributor

This PR updates the ibrowse dependency to the ibrowse v4.2 tag, the last tagged release that supports rebar2. A number of workarounds were removed from the yokozuna code.

Some of these settings were made in 2.0.7 to work around some issues we discovered with the pipelining code in ibrowse-4.0.1, which may no longer be relevant.  We still need to do some performance and resource testing to be sure, before merging this change in.

There is another change in this commit to remove the inactivity_timeout setting that @rzezeski had added.  With the line not removed with this version of ibrowse, search requests time out after 60 seconds (default).

See b02c0bd with @rzezeski's rationale for adding this line.  We need to understand whether TIME_WAITs are still an issue in this version of ibrowse without this setting.
@bsparrow435
Copy link
Contributor

@fadushin I can fix the merge conflicts. Can we merge this for 2.2?

@thumbot
Copy link

thumbot commented Nov 1, 2016

fd-update-ibrowse-to-42 7a47346 ➡️ develop-2.2 c7d3275 ⛔ completed
There seems to be an issue with build step **merge,make_clean,make_test,make_xref,make_dialyzer** ! ☁️

⛔ MERGE

Started at: 2016-11-01 15:51
Duration: seconds.
Result: ERROR
Message: Merge Failed: fd-update-ibrowse-to-42 7a47346 onto target branch: develop-2.2 c7d3275
Exit Code: ERROR

📄




#<Git::GitExecuteError: git '--git-dir=/tmp/thumbs/develop-2.2:c7d3275:fd-update-ibrowse-to-42:7a47346/.git' '--work-tree=/tmp/thumbs/develop-2.2:c7d3275:fd-update-ibrowse-to-42:7a47346' merge '-m' 'merge' '7a47346c23354dfca9316bce477922c7b82fffe9'  2>&1:Auto-merging src/yz_app.erl
CONFLICT (content): Merge conflict in src/yz_app.erl
Auto-merging rebar.config
CONFLICT (content): Merge conflict in rebar.config
Automatic merge failed; fix conflicts and then commit the result.>


⛔ MAKE_CLEAN

Started at: 2016-11-01 15:51
Duration: 0 seconds.
Result: ERROR
Message: Step make_clean Failed!
Exit Code: 2

📄


cd /tmp/thumbs/develop-2.2:c7d3275:fd-update-ibrowse-to-42:7a47346 && make clean 2>&1

/tmp/thumbs/develop-2.2:c7d3275:fd-update-ibrowse-to-42:7a47346/rebar clean
ERROR: Failed to load /tmp/thumbs/develop-2.2:c7d3275:fd-update-ibrowse-to-42:7a47346/rebar.config: {error,
                                                                                                     {13,
                                                                                                      erl_parse,
                                                                                                      ["syntax error before: ",
                                                                                                       "'<'"]}}
make: *** [clean] Error 1



⛔ MAKE_TEST

Started at: 2016-11-01 15:51
Duration: 0 seconds.
Result: ERROR
Message: Step make_test Failed!
Exit Code: 2

📄


cd /tmp/thumbs/develop-2.2:c7d3275:fd-update-ibrowse-to-42:7a47346 && make test 2>&1

/tmp/thumbs/develop-2.2:c7d3275:fd-update-ibrowse-to-42:7a47346/rebar get-deps
ERROR: Failed to load /tmp/thumbs/develop-2.2:c7d3275:fd-update-ibrowse-to-42:7a47346/rebar.config: {error,
                                                                                                     {13,
                                                                                                      erl_parse,
                                                                                                      ["syntax error before: ",
                                                                                                       "'<'"]}}
make: *** [deps] Error 1



⛔ MAKE_XREF

Started at: 2016-11-01 15:51
Duration: 0 seconds.
Result: ERROR
Message: Step make_xref Failed!
Exit Code: 2

📄


cd /tmp/thumbs/develop-2.2:c7d3275:fd-update-ibrowse-to-42:7a47346 && make xref 2>&1

/tmp/thumbs/develop-2.2:c7d3275:fd-update-ibrowse-to-42:7a47346/rebar get-deps
ERROR: Failed to load /tmp/thumbs/develop-2.2:c7d3275:fd-update-ibrowse-to-42:7a47346/rebar.config: {error,
                                                                                                     {13,
                                                                                                      erl_parse,
                                                                                                      ["syntax error before: ",
                                                                                                       "'<'"]}}
make: *** [deps] Error 1



⛔ MAKE_DIALYZER

Started at: 2016-11-01 15:51
Duration: 0 seconds.
Result: ERROR
Message: Step make_dialyzer Failed!
Exit Code: 2

📄


cd /tmp/thumbs/develop-2.2:c7d3275:fd-update-ibrowse-to-42:7a47346 && make dialyzer 2>&1

/tmp/thumbs/develop-2.2:c7d3275:fd-update-ibrowse-to-42:7a47346/rebar get-deps
ERROR: Failed to load /tmp/thumbs/develop-2.2:c7d3275:fd-update-ibrowse-to-42:7a47346/rebar.config: {error,
                                                                                                     {13,
                                                                                                      erl_parse,
                                                                                                      ["syntax error before: ",
                                                                                                       "'<'"]}}
make: *** [deps] Error 1



⬜ 0 of 2 Code reviews from organization basho

@thumbot
Copy link

thumbot commented Nov 8, 2016

fd-update-ibrowse-to-42 7a47346 ➡️ develop-2.2 dda8f40 ⛔ completed
There seems to be an issue with build step **merge,make_clean,make_test,make_xref,make_dialyzer** ! ☁️

⛔ MERGE

Started at: 2016-11-08 05:04
Duration: seconds.
Result: ERROR
Message: Merge Failed: fd-update-ibrowse-to-42 7a47346 onto target branch: develop-2.2 dda8f40
Exit Code: ERROR

📄




#<Git::GitExecuteError: git '--git-dir=/tmp/thumbs/develop-2.2#dda8f40#fd-update-ibrowse-to-42#7a47346/.git' '--work-tree=/tmp/thumbs/develop-2.2#dda8f40#fd-update-ibrowse-to-42#7a47346' merge '-m' 'merge' '7a47346c23354dfca9316bce477922c7b82fffe9'  2>&1:Auto-merging src/yz_app.erl
CONFLICT (content): Merge conflict in src/yz_app.erl
Auto-merging rebar.config
CONFLICT (content): Merge conflict in rebar.config
Automatic merge failed; fix conflicts and then commit the result.>


⛔ MAKE_CLEAN

Started at: 2016-11-08 05:04
Duration: 0 seconds.
Result: ERROR
Message: Step make_clean Failed!
Exit Code: 2

📄


cd /tmp/thumbs/develop-2.2#dda8f40#fd-update-ibrowse-to-42#7a47346 && make clean 2>&1

/tmp/thumbs/develop-2.2#dda8f40#fd-update-ibrowse-to-42#7a47346/rebar clean
ERROR: Failed to load /tmp/thumbs/develop-2.2#dda8f40#fd-update-ibrowse-to-42#7a47346/rebar.config: {error,
                                                                                                     {13,
                                                                                                      erl_parse,
                                                                                                      ["syntax error before: ",
                                                                                                       "'<'"]}}
make: *** [clean] Error 1



⛔ MAKE_TEST

Started at: 2016-11-08 05:04
Duration: 1 seconds.
Result: ERROR
Message: Step make_test Failed!
Exit Code: 2

📄


cd /tmp/thumbs/develop-2.2#dda8f40#fd-update-ibrowse-to-42#7a47346 && make test 2>&1

/tmp/thumbs/develop-2.2#dda8f40#fd-update-ibrowse-to-42#7a47346/rebar get-deps
ERROR: Failed to load /tmp/thumbs/develop-2.2#dda8f40#fd-update-ibrowse-to-42#7a47346/rebar.config: {error,
                                                                                                     {13,
                                                                                                      erl_parse,
                                                                                                      ["syntax error before: ",
                                                                                                       "'<'"]}}
make: *** [deps] Error 1



⛔ MAKE_XREF

Started at: 2016-11-08 05:04
Duration: 0 seconds.
Result: ERROR
Message: Step make_xref Failed!
Exit Code: 2

📄


cd /tmp/thumbs/develop-2.2#dda8f40#fd-update-ibrowse-to-42#7a47346 && make xref 2>&1

/tmp/thumbs/develop-2.2#dda8f40#fd-update-ibrowse-to-42#7a47346/rebar get-deps
ERROR: Failed to load /tmp/thumbs/develop-2.2#dda8f40#fd-update-ibrowse-to-42#7a47346/rebar.config: {error,
                                                                                                     {13,
                                                                                                      erl_parse,
                                                                                                      ["syntax error before: ",
                                                                                                       "'<'"]}}
make: *** [deps] Error 1



⛔ MAKE_DIALYZER

Started at: 2016-11-08 05:04
Duration: 0 seconds.
Result: ERROR
Message: Step make_dialyzer Failed!
Exit Code: 2

📄


cd /tmp/thumbs/develop-2.2#dda8f40#fd-update-ibrowse-to-42#7a47346 && make dialyzer 2>&1

/tmp/thumbs/develop-2.2#dda8f40#fd-update-ibrowse-to-42#7a47346/rebar get-deps
ERROR: Failed to load /tmp/thumbs/develop-2.2#dda8f40#fd-update-ibrowse-to-42#7a47346/rebar.config: {error,
                                                                                                     {13,
                                                                                                      erl_parse,
                                                                                                      ["syntax error before: ",
                                                                                                       "'<'"]}}
make: *** [deps] Error 1



⬜ 0 of 2 Code reviews from organization basho

@thumbot
Copy link

thumbot commented Nov 8, 2016

fd-update-ibrowse-to-42 7a47346 ➡️ develop-2.2 432b005 ⛔ completed
There seems to be an issue with build step **merge,make_clean,make_test,make_xref,make_dialyzer** ! ☁️

⛔ MERGE

Started at: 2016-11-08 05:51
Duration: seconds.
Result: ERROR
Message: Merge Failed: fd-update-ibrowse-to-42 7a47346 onto target branch: develop-2.2 432b005
Exit Code: ERROR

📄




#<Git::GitExecuteError: git '--git-dir=/tmp/thumbs/develop-2.2#432b005#fd-update-ibrowse-to-42#7a47346/.git' '--work-tree=/tmp/thumbs/develop-2.2#432b005#fd-update-ibrowse-to-42#7a47346' merge '-m' 'merge' '7a47346c23354dfca9316bce477922c7b82fffe9'  2>&1:Auto-merging src/yz_app.erl
CONFLICT (content): Merge conflict in src/yz_app.erl
Auto-merging rebar.config
CONFLICT (content): Merge conflict in rebar.config
Automatic merge failed; fix conflicts and then commit the result.>


⛔ MAKE_CLEAN

Started at: 2016-11-08 05:51
Duration: 0 seconds.
Result: ERROR
Message: Step make_clean Failed!
Exit Code: 2

📄


cd /tmp/thumbs/develop-2.2#432b005#fd-update-ibrowse-to-42#7a47346 && make clean 2>&1

/tmp/thumbs/develop-2.2#432b005#fd-update-ibrowse-to-42#7a47346/rebar clean
ERROR: Failed to load /tmp/thumbs/develop-2.2#432b005#fd-update-ibrowse-to-42#7a47346/rebar.config: {error,
                                                                                                     {13,
                                                                                                      erl_parse,
                                                                                                      ["syntax error before: ",
                                                                                                       "'<'"]}}
make: *** [clean] Error 1



⛔ MAKE_TEST

Started at: 2016-11-08 05:51
Duration: 0 seconds.
Result: ERROR
Message: Step make_test Failed!
Exit Code: 2

📄


cd /tmp/thumbs/develop-2.2#432b005#fd-update-ibrowse-to-42#7a47346 && make test 2>&1

/tmp/thumbs/develop-2.2#432b005#fd-update-ibrowse-to-42#7a47346/rebar get-deps
ERROR: Failed to load /tmp/thumbs/develop-2.2#432b005#fd-update-ibrowse-to-42#7a47346/rebar.config: {error,
                                                                                                     {13,
                                                                                                      erl_parse,
                                                                                                      ["syntax error before: ",
                                                                                                       "'<'"]}}
make: *** [deps] Error 1



⛔ MAKE_XREF

Started at: 2016-11-08 05:51
Duration: 0 seconds.
Result: ERROR
Message: Step make_xref Failed!
Exit Code: 2

📄


cd /tmp/thumbs/develop-2.2#432b005#fd-update-ibrowse-to-42#7a47346 && make xref 2>&1

/tmp/thumbs/develop-2.2#432b005#fd-update-ibrowse-to-42#7a47346/rebar get-deps
ERROR: Failed to load /tmp/thumbs/develop-2.2#432b005#fd-update-ibrowse-to-42#7a47346/rebar.config: {error,
                                                                                                     {13,
                                                                                                      erl_parse,
                                                                                                      ["syntax error before: ",
                                                                                                       "'<'"]}}
make: *** [deps] Error 1



⛔ MAKE_DIALYZER

Started at: 2016-11-08 05:51
Duration: 1 seconds.
Result: ERROR
Message: Step make_dialyzer Failed!
Exit Code: 2

📄


cd /tmp/thumbs/develop-2.2#432b005#fd-update-ibrowse-to-42#7a47346 && make dialyzer 2>&1

/tmp/thumbs/develop-2.2#432b005#fd-update-ibrowse-to-42#7a47346/rebar get-deps
ERROR: Failed to load /tmp/thumbs/develop-2.2#432b005#fd-update-ibrowse-to-42#7a47346/rebar.config: {error,
                                                                                                     {13,
                                                                                                      erl_parse,
                                                                                                      ["syntax error before: ",
                                                                                                       "'<'"]}}
make: *** [deps] Error 1



⬜ 0 of 2 Code reviews from organization basho

@thumbot
Copy link

thumbot commented Nov 9, 2016

fd-update-ibrowse-to-42 7a47346 ➡️ develop-2.2 62ef65a ⛔ completed
There seems to be an issue with build step **merge,make_clean,make_test,make_xref,make_dialyzer** ! ☁️

⛔ MERGE

Started at: 2016-11-09 09:33
Duration: seconds.
Result: ERROR
Message: Merge Failed: fd-update-ibrowse-to-42 7a47346 onto target branch: develop-2.2 62ef65a
Exit Code: ERROR

📄




#<Git::GitExecuteError: git '--git-dir=/tmp/thumbs/develop-2.2#62ef65a#fd-update-ibrowse-to-42#7a47346/.git' '--work-tree=/tmp/thumbs/develop-2.2#62ef65a#fd-update-ibrowse-to-42#7a47346' merge '-m' 'merge' '7a47346c23354dfca9316bce477922c7b82fffe9'  2>&1:Auto-merging src/yz_app.erl
CONFLICT (content): Merge conflict in src/yz_app.erl
Auto-merging rebar.config
CONFLICT (content): Merge conflict in rebar.config
Automatic merge failed; fix conflicts and then commit the result.>


⛔ MAKE_CLEAN

Started at: 2016-11-09 09:33
Duration: 0 seconds.
Result: ERROR
Message: Step make_clean Failed!
Exit Code: 2

📄


cd /tmp/thumbs/develop-2.2#62ef65a#fd-update-ibrowse-to-42#7a47346 && make clean 2>&1

/tmp/thumbs/develop-2.2#62ef65a#fd-update-ibrowse-to-42#7a47346/rebar clean
ERROR: Failed to load /tmp/thumbs/develop-2.2#62ef65a#fd-update-ibrowse-to-42#7a47346/rebar.config: {error,
                                                                                                     {13,
                                                                                                      erl_parse,
                                                                                                      ["syntax error before: ",
                                                                                                       "'<'"]}}
make: *** [clean] Error 1



⛔ MAKE_TEST

Started at: 2016-11-09 09:33
Duration: 0 seconds.
Result: ERROR
Message: Step make_test Failed!
Exit Code: 2

📄


cd /tmp/thumbs/develop-2.2#62ef65a#fd-update-ibrowse-to-42#7a47346 && make test 2>&1

/tmp/thumbs/develop-2.2#62ef65a#fd-update-ibrowse-to-42#7a47346/rebar get-deps
ERROR: Failed to load /tmp/thumbs/develop-2.2#62ef65a#fd-update-ibrowse-to-42#7a47346/rebar.config: {error,
                                                                                                     {13,
                                                                                                      erl_parse,
                                                                                                      ["syntax error before: ",
                                                                                                       "'<'"]}}
make: *** [deps] Error 1



⛔ MAKE_XREF

Started at: 2016-11-09 09:33
Duration: 1 seconds.
Result: ERROR
Message: Step make_xref Failed!
Exit Code: 2

📄


cd /tmp/thumbs/develop-2.2#62ef65a#fd-update-ibrowse-to-42#7a47346 && make xref 2>&1

/tmp/thumbs/develop-2.2#62ef65a#fd-update-ibrowse-to-42#7a47346/rebar get-deps
ERROR: Failed to load /tmp/thumbs/develop-2.2#62ef65a#fd-update-ibrowse-to-42#7a47346/rebar.config: {error,
                                                                                                     {13,
                                                                                                      erl_parse,
                                                                                                      ["syntax error before: ",
                                                                                                       "'<'"]}}
make: *** [deps] Error 1



⛔ MAKE_DIALYZER

Started at: 2016-11-09 09:33
Duration: 0 seconds.
Result: ERROR
Message: Step make_dialyzer Failed!
Exit Code: 2

📄


cd /tmp/thumbs/develop-2.2#62ef65a#fd-update-ibrowse-to-42#7a47346 && make dialyzer 2>&1

/tmp/thumbs/develop-2.2#62ef65a#fd-update-ibrowse-to-42#7a47346/rebar get-deps
ERROR: Failed to load /tmp/thumbs/develop-2.2#62ef65a#fd-update-ibrowse-to-42#7a47346/rebar.config: {error,
                                                                                                     {13,
                                                                                                      erl_parse,
                                                                                                      ["syntax error before: ",
                                                                                                       "'<'"]}}
make: *** [deps] Error 1



⬜ 0 of 2 Code reviews from organization basho

@thumbot
Copy link

thumbot commented Nov 9, 2016

fd-update-ibrowse-to-42 7a47346 ➡️ develop-2.2 381e573 ⛔ completed
There seems to be an issue with build step **merge,make_clean,make_test,make_xref,make_dialyzer** ! ☁️

⛔ MERGE

Started at: 2016-11-09 09:48
Duration: seconds.
Result: ERROR
Message: Merge Failed: fd-update-ibrowse-to-42 7a47346 onto target branch: develop-2.2 381e573
Exit Code: ERROR

📄




#<Git::GitExecuteError: git '--git-dir=/tmp/thumbs/develop-2.2#381e573#fd-update-ibrowse-to-42#7a47346/.git' '--work-tree=/tmp/thumbs/develop-2.2#381e573#fd-update-ibrowse-to-42#7a47346' merge '-m' 'merge' '7a47346c23354dfca9316bce477922c7b82fffe9'  2>&1:Auto-merging src/yz_app.erl
CONFLICT (content): Merge conflict in src/yz_app.erl
Auto-merging rebar.config
CONFLICT (content): Merge conflict in rebar.config
Automatic merge failed; fix conflicts and then commit the result.>


⛔ MAKE_CLEAN

Started at: 2016-11-09 09:48
Duration: 0 seconds.
Result: ERROR
Message: Step make_clean Failed!
Exit Code: 2

📄


cd /tmp/thumbs/develop-2.2#381e573#fd-update-ibrowse-to-42#7a47346 && make clean 2>&1

/tmp/thumbs/develop-2.2#381e573#fd-update-ibrowse-to-42#7a47346/rebar clean
ERROR: Failed to load /tmp/thumbs/develop-2.2#381e573#fd-update-ibrowse-to-42#7a47346/rebar.config: {error,
                                                                                                     {13,
                                                                                                      erl_parse,
                                                                                                      ["syntax error before: ",
                                                                                                       "'<'"]}}
make: *** [clean] Error 1



⛔ MAKE_TEST

Started at: 2016-11-09 09:48
Duration: 1 seconds.
Result: ERROR
Message: Step make_test Failed!
Exit Code: 2

📄


cd /tmp/thumbs/develop-2.2#381e573#fd-update-ibrowse-to-42#7a47346 && make test 2>&1

/tmp/thumbs/develop-2.2#381e573#fd-update-ibrowse-to-42#7a47346/rebar get-deps
ERROR: Failed to load /tmp/thumbs/develop-2.2#381e573#fd-update-ibrowse-to-42#7a47346/rebar.config: {error,
                                                                                                     {13,
                                                                                                      erl_parse,
                                                                                                      ["syntax error before: ",
                                                                                                       "'<'"]}}
make: *** [deps] Error 1



⛔ MAKE_XREF

Started at: 2016-11-09 09:48
Duration: 0 seconds.
Result: ERROR
Message: Step make_xref Failed!
Exit Code: 2

📄


cd /tmp/thumbs/develop-2.2#381e573#fd-update-ibrowse-to-42#7a47346 && make xref 2>&1

/tmp/thumbs/develop-2.2#381e573#fd-update-ibrowse-to-42#7a47346/rebar get-deps
ERROR: Failed to load /tmp/thumbs/develop-2.2#381e573#fd-update-ibrowse-to-42#7a47346/rebar.config: {error,
                                                                                                     {13,
                                                                                                      erl_parse,
                                                                                                      ["syntax error before: ",
                                                                                                       "'<'"]}}
make: *** [deps] Error 1



⛔ MAKE_DIALYZER

Started at: 2016-11-09 09:48
Duration: 0 seconds.
Result: ERROR
Message: Step make_dialyzer Failed!
Exit Code: 2

📄


cd /tmp/thumbs/develop-2.2#381e573#fd-update-ibrowse-to-42#7a47346 && make dialyzer 2>&1

/tmp/thumbs/develop-2.2#381e573#fd-update-ibrowse-to-42#7a47346/rebar get-deps
ERROR: Failed to load /tmp/thumbs/develop-2.2#381e573#fd-update-ibrowse-to-42#7a47346/rebar.config: {error,
                                                                                                     {13,
                                                                                                      erl_parse,
                                                                                                      ["syntax error before: ",
                                                                                                       "'<'"]}}
make: *** [deps] Error 1



⬜ 0 of 2 Code reviews from organization basho

@thumbot
Copy link

thumbot commented Nov 10, 2016

fd-update-ibrowse-to-42 7a47346 ➡️ develop-2.2 490cd21 ⛔ completed
There seems to be an issue with build step **merge,make_clean,make_test,make_xref,make_dialyzer** ! ☁️

⛔ MERGE

Started at: 2016-11-10 13:54
Duration: seconds.
Result: ERROR
Message: Merge Failed: fd-update-ibrowse-to-42 7a47346 onto target branch: develop-2.2 490cd21
Exit Code: ERROR

📄




#<Git::GitExecuteError: git '--git-dir=/tmp/thumbs/develop-2.2#490cd21#fd-update-ibrowse-to-42#7a47346/.git' '--work-tree=/tmp/thumbs/develop-2.2#490cd21#fd-update-ibrowse-to-42#7a47346' merge '-m' 'merge' '7a47346c23354dfca9316bce477922c7b82fffe9'  2>&1:Auto-merging src/yz_app.erl
CONFLICT (content): Merge conflict in src/yz_app.erl
Auto-merging rebar.config
CONFLICT (content): Merge conflict in rebar.config
Automatic merge failed; fix conflicts and then commit the result.>


⛔ MAKE_CLEAN

Started at: 2016-11-10 13:54
Duration: 0 seconds.
Result: ERROR
Message: Step make_clean Failed!
Exit Code: 2

📄


cd /tmp/thumbs/develop-2.2#490cd21#fd-update-ibrowse-to-42#7a47346 && make clean 2>&1

/tmp/thumbs/develop-2.2#490cd21#fd-update-ibrowse-to-42#7a47346/rebar clean
ERROR: Failed to load /tmp/thumbs/develop-2.2#490cd21#fd-update-ibrowse-to-42#7a47346/rebar.config: {error,
                                                                                                     {13,
                                                                                                      erl_parse,
                                                                                                      ["syntax error before: ",
                                                                                                       "'<'"]}}
make: *** [clean] Error 1



⛔ MAKE_TEST

Started at: 2016-11-10 13:54
Duration: 1 seconds.
Result: ERROR
Message: Step make_test Failed!
Exit Code: 2

📄


cd /tmp/thumbs/develop-2.2#490cd21#fd-update-ibrowse-to-42#7a47346 && make test 2>&1

/tmp/thumbs/develop-2.2#490cd21#fd-update-ibrowse-to-42#7a47346/rebar get-deps
ERROR: Failed to load /tmp/thumbs/develop-2.2#490cd21#fd-update-ibrowse-to-42#7a47346/rebar.config: {error,
                                                                                                     {13,
                                                                                                      erl_parse,
                                                                                                      ["syntax error before: ",
                                                                                                       "'<'"]}}
make: *** [deps] Error 1



⛔ MAKE_XREF

Started at: 2016-11-10 13:54
Duration: 0 seconds.
Result: ERROR
Message: Step make_xref Failed!
Exit Code: 2

📄


cd /tmp/thumbs/develop-2.2#490cd21#fd-update-ibrowse-to-42#7a47346 && make xref 2>&1

/tmp/thumbs/develop-2.2#490cd21#fd-update-ibrowse-to-42#7a47346/rebar get-deps
ERROR: Failed to load /tmp/thumbs/develop-2.2#490cd21#fd-update-ibrowse-to-42#7a47346/rebar.config: {error,
                                                                                                     {13,
                                                                                                      erl_parse,
                                                                                                      ["syntax error before: ",
                                                                                                       "'<'"]}}
make: *** [deps] Error 1



⛔ MAKE_DIALYZER

Started at: 2016-11-10 13:54
Duration: 0 seconds.
Result: ERROR
Message: Step make_dialyzer Failed!
Exit Code: 2

📄


cd /tmp/thumbs/develop-2.2#490cd21#fd-update-ibrowse-to-42#7a47346 && make dialyzer 2>&1

/tmp/thumbs/develop-2.2#490cd21#fd-update-ibrowse-to-42#7a47346/rebar get-deps
ERROR: Failed to load /tmp/thumbs/develop-2.2#490cd21#fd-update-ibrowse-to-42#7a47346/rebar.config: {error,
                                                                                                     {13,
                                                                                                      erl_parse,
                                                                                                      ["syntax error before: ",
                                                                                                       "'<'"]}}
make: *** [deps] Error 1



⬜ 0 of 2 Code reviews from organization basho

@thumbot
Copy link

thumbot commented Nov 10, 2016

fd-update-ibrowse-to-42 7a47346 ➡️ develop-2.2 6cf80ad ⛔ completed
There seems to be an issue with build step **merge,make_clean,make_test,make_xref,make_dialyzer** ! ☁️

⛔ MERGE

Started at: 2016-11-10 15:47
Duration: seconds.
Result: ERROR
Message: Merge Failed: fd-update-ibrowse-to-42 7a47346 onto target branch: develop-2.2 6cf80ad
Exit Code: ERROR

📄




#<Git::GitExecuteError: git '--git-dir=/tmp/thumbs/develop-2.2#6cf80ad#fd-update-ibrowse-to-42#7a47346/.git' '--work-tree=/tmp/thumbs/develop-2.2#6cf80ad#fd-update-ibrowse-to-42#7a47346' merge '-m' 'merge' '7a47346c23354dfca9316bce477922c7b82fffe9'  2>&1:Auto-merging src/yz_app.erl
CONFLICT (content): Merge conflict in src/yz_app.erl
Auto-merging rebar.config
CONFLICT (content): Merge conflict in rebar.config
Automatic merge failed; fix conflicts and then commit the result.>


⛔ MAKE_CLEAN

Started at: 2016-11-10 15:47
Duration: 0 seconds.
Result: ERROR
Message: Step make_clean Failed!
Exit Code: 2

📄


cd /tmp/thumbs/develop-2.2#6cf80ad#fd-update-ibrowse-to-42#7a47346 && make clean 2>&1

/tmp/thumbs/develop-2.2#6cf80ad#fd-update-ibrowse-to-42#7a47346/rebar clean
ERROR: Failed to load /tmp/thumbs/develop-2.2#6cf80ad#fd-update-ibrowse-to-42#7a47346/rebar.config: {error,
                                                                                                     {13,
                                                                                                      erl_parse,
                                                                                                      ["syntax error before: ",
                                                                                                       "'<'"]}}
make: *** [clean] Error 1



⛔ MAKE_TEST

Started at: 2016-11-10 15:47
Duration: 0 seconds.
Result: ERROR
Message: Step make_test Failed!
Exit Code: 2

📄


cd /tmp/thumbs/develop-2.2#6cf80ad#fd-update-ibrowse-to-42#7a47346 && make test 2>&1

/tmp/thumbs/develop-2.2#6cf80ad#fd-update-ibrowse-to-42#7a47346/rebar get-deps
ERROR: Failed to load /tmp/thumbs/develop-2.2#6cf80ad#fd-update-ibrowse-to-42#7a47346/rebar.config: {error,
                                                                                                     {13,
                                                                                                      erl_parse,
                                                                                                      ["syntax error before: ",
                                                                                                       "'<'"]}}
make: *** [deps] Error 1



⛔ MAKE_XREF

Started at: 2016-11-10 15:47
Duration: 0 seconds.
Result: ERROR
Message: Step make_xref Failed!
Exit Code: 2

📄


cd /tmp/thumbs/develop-2.2#6cf80ad#fd-update-ibrowse-to-42#7a47346 && make xref 2>&1

/tmp/thumbs/develop-2.2#6cf80ad#fd-update-ibrowse-to-42#7a47346/rebar get-deps
ERROR: Failed to load /tmp/thumbs/develop-2.2#6cf80ad#fd-update-ibrowse-to-42#7a47346/rebar.config: {error,
                                                                                                     {13,
                                                                                                      erl_parse,
                                                                                                      ["syntax error before: ",
                                                                                                       "'<'"]}}
make: *** [deps] Error 1



⛔ MAKE_DIALYZER

Started at: 2016-11-10 15:48
Duration: 0 seconds.
Result: ERROR
Message: Step make_dialyzer Failed!
Exit Code: 2

📄


cd /tmp/thumbs/develop-2.2#6cf80ad#fd-update-ibrowse-to-42#7a47346 && make dialyzer 2>&1

/tmp/thumbs/develop-2.2#6cf80ad#fd-update-ibrowse-to-42#7a47346/rebar get-deps
ERROR: Failed to load /tmp/thumbs/develop-2.2#6cf80ad#fd-update-ibrowse-to-42#7a47346/rebar.config: {error,
                                                                                                     {13,
                                                                                                      erl_parse,
                                                                                                      ["syntax error before: ",
                                                                                                       "'<'"]}}
make: *** [deps] Error 1



⬜ 0 of 2 Code reviews from organization basho

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants