1. std/concurrency.d(158): Error: cannot resolve type for this.data.get!(Tuple!(Tid,CurlMessage!(immutable(ubyte)[])))
  2. std/concurrency.d(1037): Error: template instance std.concurrency.Message.map!(bool delegate(Tid origin, CurlMessage!(immutable(ubyte)[]) _data) pure nothrow@system) error instantiating
  3. std/concurrency.d(667): instantiated from here: get!(Duration,bool delegate(Tid origin, CurlMessage!(immutable(ubyte)[]) _data) pure nothrow @system,bool delegate(Tid origin, CurlMessage!(bool) f) pure nothrow @safe)
  4. std/net/curl.d(1072): instantiated from here: receiveTimeout!(bool delegate(Tid origin, CurlMessage!(immutable(ubyte)[]) _data) pure nothrow @system,bool delegate(Tid origin, CurlMessage!(bool) f) pure nothrow @safe)
  5. std/concurrency.d(158): Error: cannot resolve type for this.data.get!(Tuple!(Tid,CurlMessage!(bool)))
  6. std/concurrency.d(1037): Error: template instance std.concurrency.Message.map!(bool delegate(Tid origin, CurlMessage!(bool) f) pure nothrow @safe) error instantiating
  7. std/concurrency.d(667): instantiated from here: get!(Duration,bool delegate(Tid origin, CurlMessage!(immutable(ubyte)[]) _data) pure nothrow @system,bool delegate(Tid origin, CurlMessage!(bool) f) pure nothrow @safe)
  8. std/net/curl.d(1072): instantiated from here: receiveTimeout!(bool delegate(Tid origin, CurlMessage!(immutable(ubyte)[]) _data) pure nothrow @system,bool delegate(Tid origin, CurlMessage!(bool) f) pure nothrow @safe)
  9. std/concurrency.d(667): Error: template instance std.concurrency.MessageBox.get!(Duration,bool delegate(Tid origin, CurlMessage!(immutable(ubyte)[]) _data) pure nothrow @system,bool delegate(Tid origin, CurlMessage!(bool) f) pure nothrow @safe) error instantiating
  10. std/net/curl.d(1072): instantiated from here: receiveTimeout!(bool delegate(Tid origin, CurlMessage!(immutable(ubyte)[]) _data) pure nothrow @system,bool delegate(Tid origin, CurlMessage!(bool) f) pure nothrow @safe)
  11. std/net/curl.d(1072): Error: template instance std.concurrency.receiveTimeout!(bool delegate(Tid origin, CurlMessage!(immutable(ubyte)[]) _data) pure nothrow@system,bool delegate(Tid origin, CurlMessage!(bool) f) pure nothrow @safe) error instantiating
  12. ../druntime/import/object.di(393): Error: function std.typecons.Tuple!(string,const(char)[]).Tuple.opEquals!(const(Tuple!(string,const(char)[]))).opEquals (const(Tuple!(string,const(char)[])) rhs) is not callable using argument types (const(Tuple!(string,const(char)[]))) const
  13. std/functional.d(600): Error: template instance object.AssociativeArray!(Tuple!(string,const(char)[]),Regex!(char)) error instantiating
  14. std/regex.d(6444): instantiated from here: memoize!(regexImpl,8)
  15. std/net/curl.d(2454): instantiated from here: regex!(string)
  16. std/regex.d(6444): Error: template instance std.functional.memoize!(regexImpl,8) error instantiating
  17. std/net/curl.d(2454): instantiated from here: regex!(string)
  18. std/net/curl.d(2454): Error: template instance std.regex.regex!(string) error instantiating
  19. make[1]: *** [generated/linux/release/32/libphobos2.a] Error 1
  20. make: *** [release] Error 2