Skip to content
New issue

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

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

Already on GitHub? # to your account

MatchError in coveralls.travis on travis #20

Closed
lpil opened this issue Jun 21, 2015 · 4 comments
Closed

MatchError in coveralls.travis on travis #20

lpil opened this issue Jun 21, 2015 · 4 comments

Comments

@lpil
Copy link

lpil commented Jun 21, 2015

Probably a config issue, but I'm getting a MatchError on travis:

https://travis-ci.org/lpil/dogma/builds/67723421
https://github.com/lpil/dogma/blob/master/.travis.yml

Randomized with seed 67607
** (exit) exited in: :gen_fsm.sync_send_all_state_event(#PID<0.242.0>, {:start, 8000}, :infinity)
    ** (EXIT) an exception was raised:
        ** (MatchError) no match of right hand side value: ""
            (ssl) ssl_handshake.erl:1737: :ssl_handshake.dec_hello_extensions/2
            (ssl) ssl_handshake.erl:926: :ssl_handshake.decode_handshake/3
            (ssl) tls_handshake.erl:155: :tls_handshake.get_tls_handshake_aux/3
            (ssl) tls_connection.erl:433: :tls_connection.next_state/4
            (stdlib) gen_fsm.erl:503: :gen_fsm.handle_msg/7
            (stdlib) proc_lib.erl:237: :proc_lib.init_p_do_apply/3
    (stdlib) gen_fsm.erl:242: :gen_fsm.sync_send_all_state_event/3
    (ssl) ssl_connection.erl:1654: :ssl_connection.sync_send_all_state_event/2
    (ssl) ssl_connection.erl:101: :ssl_connection.handshake/2
    (ssl) tls_connection.erl:81: :tls_connection.start_fsm/8
    (ssl) ssl_connection.erl:71: :ssl_connection.connect/8
    (hackney) src/hackney_connect/hackney_connect.erl:244: :hackney_connect.do_connect/5
    (hackney) src/hackney_connect/hackney_connect.erl:41: :hackney_connect.connect/5
    (hackney) src/hackney_client/hackney.erl:317: :hackney.request/5

What have I done wrong? :)

Thanks,
Louis

@lpil
Copy link
Author

lpil commented Jun 21, 2015

Ah, this looks like the same error as #14. I've bumped the OTP version, and it now works.

Perhaps the OTP version 17.3 incompatibility should be documented?

@parroty
Copy link
Owner

parroty commented Jun 22, 2015

Thanks for the comment. This issue has somewhat indirect relationship, but I'll try to add in a note section of readme (for possible search-hit).

@parroty
Copy link
Owner

parroty commented Jun 27, 2015

I'm closing at the moment, but please reopen if there's any further issue.

@parroty parroty closed this as completed Jun 27, 2015
@lpil
Copy link
Author

lpil commented Jun 27, 2015

Great, thank you.

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

No branches or pull requests

2 participants