Skip to content

Compiler hang on bamboo dependency #14203

Closed
@lukaszsamson

Description

@lukaszsamson

Elixir and Erlang/OTP versions

Erlang/OTP 26 [erts-14.2.5.4] [source] [64-bit] [smp:12:12] [ds:12:12:10] [async-threads:1] [jit]

Elixir 1.19.0-dev (a1c1888) (compiled with Erlang/OTP 26)

Operating system

macOS

Current behavior

Repro:

  1. Create an empty mix project
  2. Add {:bamboo, "~> 2.0"} & mix deps.get
  3. Run mix compile
==> bamboo
Compiling 28 files (.ex)
Compiling lib/bamboo/adapters/mailgun_adapter.ex (it's taking more than 10s)
    warning: Plug.Cowboy.http/3 is undefined (module Plug.Cowboy is not available or is yet to be defined)
    │
 11 │     Plug.Cowboy.http(Bamboo.SentEmailViewerPlug, [], port: 4003)
    │                 ~
    │
    └─ lib/mix/start_sent_email_viewer_task.ex:11:17: Mix.Tasks.Bamboo.StartSentEmailViewer.run/1

No idea if it ever finishes. Ctrl+C killed after ~10 minutes on M2 mac

Expected behavior

Compilation in reasonable time

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions