Robyn: Build failure

Hi, getting another build error for 0.14.0; it’s something with the rust compilation again: https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=467486&view=logs&j=4f922444-fdfe-5dcf-b824-02f86439ef14&t=b2a8456a-fb11-5506-ca32-5ccd32538dc0

  error[E0277]: the trait bound `MyWs: actix::actor::Actor` is not satisfied
     --> src/web_socket_connection.rs:62:37
      |
  62  |     fn started(&mut self, ctx: &mut WebsocketContext<Self>) {
      |                                     ^^^^^^^^^^^^^^^^^^^^^^ the trait `actix::actor::Actor` is not implemented for `MyWs`
      |
  note: required by a bound in `WebsocketContext`
     --> /home/conda/feedstock_root/build_artifacts/robyn_1646278130206/_build_env/.cargo/registry/src/github.com-1ecc6299db9ec823/actix-web-actors-4.1.0/src/ws.rs:373:8
      |
  373 |     A: Actor<Context = WebsocketContext<A>>,
      |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `WebsocketContext`

There are five other errors that are similar/identical.

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 19 (10 by maintainers)

Most upvoted comments

Here’s what the admins said:

image